/*main*/
a{color: #330000; text-decoration: none;}a:hover{color:#ed6d00;}
/*nav*/
.above_the_fold{display: flex; height: 120px; padding: 10px;}
.logo {display:block; width: 19%; margin-left: 1%;}
.logo img {display:block; width:100%; max-width:169px;}
.navi_box{ width: 80%;}
.navi_top{display:flex;align-items:center; border-bottom: 2px solid #000000; margin-bottom: 10px; justify-content: flex-start; padding-bottom: 10px;}
.navi_top div {margin-right: 20px; float: right;}
.navi_top img {width: 100%;}
.navi_top .icon {float: right; }
.navi_top .icon img {max-width:25px; margin-right: 13px; }
a.h_bttn{margin: 0px auto; color: #ffffff;padding: 8px 40px; transition:0.3s; border-radius: 30px; font-weight: bold;background: #000000; display: block; }
a.h_bttn:hover { background:#d61518; color:#fff; }

.topnavi{height: 50px; width: 100%;}
nav{width:100%;width:100%; color: #000000; }
nav dl{display:flex;justify-content:flex-end;align-items:center;width:100%;}
nav dl dd{margin-right:20px;}

a.h_bttn_web{margin: 0px; color: #ffffff;padding: 10px 25px; transition:0.3s; font-weight: bold;background: #d61518; display: block;}
a.h_bttn_web:hover{background: #ed6d00; }

@media screen and (min-width:1250px){
nav dl dt ul{display:flex;width:100%;align-items:center;justify-content: flex-end;flex-wrap:wrap;}
nav dl dt ul li {margin: 0 15px; text-align: center; display: block; font-weight: bold;} 
nav dl dt ul li p {font-size: 70%;text-align: center; margin-top: 5px; } 
nav dl dt ul li a{letter-spacing:0.1em; font-size: 120%;color: #000000; font-weight: bold; transition:0.3s; }
.nav-check,.nav-btn,.nav-menu .icon{display:none;}
.nav-menu a.h_bttn{display:none;}
.nav-menu a.h_bttn_web{display:none;}
}

@media screen and (max-width:1249px){
.above_the_fold{display: flex; height:50px; padding: 10px;}
.navi_top{display: none;}
.topnavi{ display: flex; height: 50px;}
.logo img {display:block; width:100%; max-width:100px;}
nav dl dd{display:none;}
	.fixed_nav{display:none;}
    
	.nav-menu{position:fixed;top:0;right:0;transform:perspective(500px) rotateY(-90deg);opacity:0;}
	.nav-check{display:none;}
	.nav-btn{position:fixed;display:block;top:20px;right:20px;display:block;width:40px;height:40px;font-size:10px;text-align:center;cursor:pointer;z-index:3 }
	.nav-bar{position:absolute;top:0;left:0;display:block;width:40px;height:3px;background:#d61518;transition:all .1s;transform-origin:left top;}
	.nav-bar_under{position:absolute;top:0;left:0;display:block;width:40px;height:3px;background:#2e1608;transition:all .1s;transform-origin:left top;}
	.nav-bar.middle{top:11px;opacity:1;}.nav-bar_under.middle{top:11px;opacity:1;}
	.nav-bar.bottom{top:23px;transform-origin:left bottom;}.nav-bar_under.bottom{top:23px;transform-origin:left bottom;}
    
    .nav-menu{background:#ffffff;box-sizing:border-box;width:300px;height:100%;padding:50px 0;transition-property:all;transition-duration:.1s;transition-delay:0s;transform-origin:right center;display:block;}
    nav dl dt ul li{display:block;}
	.nav-menu li a{color:#000000;display:block;padding:15px 20px;transition:all .1s;text-decoration:none;font-size:90%; border-bottom: 1px dotted #2e1608; text-align: left; width: 100%; font-size: 120%;}
    .nav-menu li p {font-size: 70%;margin-top: 5px; } 
    .nav-menu a.h_bttn{margin: 10px auto; color: #ffffff;padding: 10px 10px; transition:0.3s; width: 200px; text-align: center; }
    .nav-menu a.h_bttn_web{background: #d61518;}
    .nav-menu a.h_bttn:hover { background:#d61518; color:#ffffff; }
    .nav-menu a.h_bttn_web:hover{background: #ed6d00; }
    
	.nav-menu  li a:hover, .nav-menu  li a:hover p, .nav-menu ul li a:hover font{color:#ed6d00;background:rgba(255,255,255,0.80);}
	.nav-btn:hover .nav-bar{background:#ed6d00;}
	.nav-close{position:fixed;top:0;right:300px;width:100%;height:100vh;background:rgba(0,0,0,0);cursor:auto;transition-property:all;transition-duration:.1s;transition-delay:0s;visibility:hidden;opacity:0;}
	.nav-check:checked ~ .nav-menu{transition-delay:.1s;transform:none;opacity:1;z-index:2;}
	.nav-check:checked ~ .nav-btn .nav-bar.top{width:45px;transform:rotate(45deg);}
	.nav-check:checked ~ .nav-btn .nav-bar.middle{opacity:0;}
	.nav-check:checked ~ .nav-btn .nav-bar.bottom{width:45px;top:31px;transform:rotate(-45deg);}
	.nav-check:checked ~ .nav-btn .nav-bar_under.top{width:45px;transform:rotate(45deg);}
	.nav-check:checked ~ .nav-btn .nav-bar_under.middle{opacity:0;}
	.nav-check:checked ~ .nav-btn .nav-bar_under.bottom{width:45px;top:31px;transform:rotate(-45deg);}
	.nav-check:checked ~ .nav-close{transition-duration:1s;transition-delay:.1s;background:rgba(0,0,0,.5);visibility:visible;opacity:1;z-index:3;}
    
    
.nav-menu li img {width: 100%;}
.nav-menu .icon {display: flex; justify-content: flex-start; }
.nav-menu .icon img {max-width:40px; margin-right:20px; }
}




#footer {margin: 0px auto 0; background: #efefef; padding:0px;}
#footer a {color:#e4e4d9; }
#footer a:hover {color:#ed6d00; }
#footer img { width: 100%; }
#footer .content {display:flex; justify-content: center; max-width: 1400px; margin: auto; flex-wrap: wrap; padding: 0px 0;}
.f_name {font-size:180%; text-align: center; margin: 30px 10px;}
.f_address {font-size:120%; text-align: center; margin: 30px 10px; line-height: 180%;}
.bnr_piko {background: #fbd8dc; width: 500px; text-align: center;}
.bnr_piko img {max-width: 231px; margin: auto; text-align: center;}
.copyright {text-align: center; font-size: 90%; height: 50px; display: flex; align-items: center; justify-content: center;}



@media screen and (max-width: 999px) {
#footer img { width: 100%; }
#footer .content {display:flex; justify-content: center; max-width: 999px; margin: auto; flex-wrap: wrap; padding: 0px 0;}
.f_name {font-size:140%; text-align: center; margin: 20px 10px;}
.f_address {font-size:90%; text-align: center; margin: 30px 10px; line-height: 180%;}
.bnr_piko {background: #fbd8dc; width: 100%; text-align: center;}
.bnr_piko img {max-width: 180px; margin: auto; text-align: center;}
.copyright {text-align: center; font-size: 90%; height: 50px; display: flex; align-items: center; justify-content: center;}
}

/*top*/
.bg_slider{height:1000px;}
.bg_slider img a {width:100%; }
.m_images {width: 100%; margin-bottom:15px; position: relative; } .m_images img {width: 100%;}
.m_images .m_title {background: rgba(255,255,255,.8); text-align: center; position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); border-radius: 30px; padding: 30px 50px; font-size: 300%; display: inline-block;}
.m_images .m_title p {font-size: 70%; text-align: center;  }

div.vid_contents {width: 100%;text-align: center;margin: auto;}
video.vid_main {width: 100%;}

@media screen and (max-width:1499px){	
.bg_slider{height:800px;}
.m_images {width: 100%; margin-bottom:15px; } 
}

@media screen and (max-width:999px){	
.bg_slider{height:400px;}
.m_images {width: 100%; margin-bottom:15px; }
.m_images .m_title {background: rgba(255,255,255,.8); text-align: center; position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); border-radius: 30px; padding: 20px 50px; font-size: 150%; display: inline-block;}
}

@media screen and (max-width:559px){	
.bg_slider{height:400px;}
.m_images {width: 100%; margin-bottom:15px; }
.m_images .m_title {background: rgba(255,255,255,.8); text-align: center; position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); border-radius: 15px; padding: 20px 20px; font-size: 130%; display: inline-block;}
}

/*slider*/

a.btn_slider{padding:3px 15px;text-align:center;text-decoration:none;transition:0.3s;border-radius:30px; float: right; margin:5px 0px 5px; }
.slider_bg img,.slider_bg_sm img{border-radius:5px; width: 100%;}
@media screen and (min-width: 1000px) {
.slider_bg{padding-top:30px;padding-bottom:10px; max-width: 1600px; width: 100%; margin: auto;}
.slider .slick-slide{margin-left:10px;margin-right:10px; width: 300px;}

.slider .slick-slide .title {font-size: 120%; font-weight: bold; text-align: center; margin: 10px auto;}
.slider_bg_sm{display: none;}
}
@media screen and (max-width:999px){
.slider_bg{display: none;}
.slider_bg_sm{padding:20px;}
.slider_bg_sm .slider_sm {display:flex; justify-content: space-between; flex-wrap: wrap;}
.slider_bg_sm .slider_sm dd {width: 48%; margin-bottom: 25px;}
.slider_bg_sm .slider_sm .title {font-size: 110%; font-weight: bold; text-align: center; margin: 10px auto;}
}

/* basebox */

	.container {background: url(../../images/common/bg.jpg) top center repeat-y; background-size: cover; padding-top:0px;}
@media screen and (min-width: 1000px) {
	.limit_box { max-width: 1400px; padding: 30px; margin: 10px auto 50px auto; }
	.limit_box_nb { max-width: 1400px; padding: 30px; margin: 0px auto; }
	.limit_box_member { max-width: 1200px; padding: 0 30px; margin: 0px auto 70px auto; background: rgba(255,255,255,0.9); }
	.wide_box { margin: 0px auto 100px ; width:100%; }
	.sm_box { max-width: 1000px; padding: 30px; margin: 10px auto 0px auto; }
}

@media screen and (max-width: 999px) {
	.limit_box { margin:50px 3%; }
	.limit_box_nb { padding: 30px; margin: 0px auto; }
	.limit_box_member { margin: 20px 3%; }
	.wide_box { margin: 30px auto; }
}


.title01  {	font-size: 250%; color: #000000; margin-bottom: 50px; text-align: center; }
.title01 font {font-size: 50%;  margin-top: 10px; color: #e40101; font-style: normal; text-align: center; padding: 5px; display: block; }
.title02 {	font-size: 200%; color: #503204; margin-bottom: 80px; text-align: center; font-weight: bold; position: relative;}
.title02::after {  position: absolute;   content: "";  background-color: #503204;   width: 100px;   height: 3px;   bottom: -20px;left: 50%;transform: translateX(-50%);　}

.sub_title{border-top:3px #000000 double;border-bottom:3px #000000 double;padding-top:8px;padding-bottom:8px;margin-bottom:15px;color:#e40101;font-size:110%;}
.stitle {	font-size: 120%;	border-bottom: 1px dotted #503204;	padding-bottom: 3px;	margin-bottom: 20px;	text-align: left;	clear: both;	color: #503204;}
.c_caption {font-size: 40%;  margin-top: 10px; color: #2e1608; font-style: normal; background: #ffffff; border-radius: 30px; text-align: center; padding:10px 15px; font-size: 140%; margin-bottom: 30px; font-weight: bold;}

.catch { text-align: center; font-size:2em;margin-bottom: 30px;}
@media screen and (max-width:650px){
.title01  {	font-size: 200%; margin-bottom: 30px;  }
.title01 font {font-size: 50%;  margin-top: 5px;  }
.title02 {	font-size: 150%; margin-bottom: 60px; }
.title span {	font-size: 100%;	color: #557877; margin-bottom: 10px;}
.title p {	font-size: 170%; margin-bottom: 10px;}
    .catch { text-align: center; font-size:1.5em;margin-bottom: 30px;}
}

/*topscroll*/
.topscroll a{background:#2f478c;color:#FFF;}
.topscroll a:hover{background:#557877;color:#FFF;}

/* news */
.news_box {	padding: 40px 0px 60px; max-width: 1000px; margin: 0 auto;}
.news_box dt{width:100%;}
.news_box dd{width:100%;}
.news_box_title {background: #ffffff; border-radius: 50%; width: 200px; height: 200px;display:block;line-height:120%; font-size: 160%; font-weight: bold; display: flex; align-items: center; text-align: center; justify-content: center;margin: 0 auto;}

@media screen and (max-width: 1000px) {
.news_box {	padding: 40px 3%; max-width: 999px; margin: 0 auto;}
.news_box dt {	width: 100%; margin: 0 auto; text-align: center;}
.news_box dd {	width: 100%; margin: 0 auto; text-align: center;}
.news_box_title {background: #ffffff; border-radius: 50%; width: 150px; height: 150px;display:block;line-height:120%; font-size: 130%; font-weight: bold; display: flex; align-items: center; text-align: center; justify-content: center;margin: 0 auto;}
}

.news,.news_member {width: 100%;}
.news ul,.news_member ul { padding: 0px; width: 100%;}
.news ul li { border-bottom: 1px dotted #092855; padding: 10px 0px 15px; margin: 0px 0 10px; width: 100%;}

.news a{ color: #000; text-decoration: none; }
.news a:hover { color: #666; transition: 0.3s; }
.news .date{ margin-right: 20px; float: left;  }
.news .g_info { background: #550914; color: #ffffff; margin-right: 20px; float: left; padding: 3px 5px; font-size: 90%; width: 150px; text-align: center;}
.news .info { background: #092855; color: #ffffff; margin-right: 20px; float: left; padding: 3px 5px; font-size: 90%;width: 150px; text-align: center;}
.pr_ph{display:flex;}.pr_ph li{width:23%;}
@media screen and (max-width: 999px) {
.news ul li { border-bottom: 1px dotted #092855; padding: 10px 0px 15px; margin-top: 10px; font-size: 100%; }
.news .g_info,.news .info {display: block; width: 90%; margin: 0 5% 10px;}
.pr_ph{display:flex;}.pr_ph li{width:48%;}
}

.course_pr{background: url(../../images/top/bg_facility.jpg) no-repeat; width: 100%; background-size: cover; position: relative; height: 100vh; margin-bottom: 130px;}
.course_pr_txt{background: #FFFFFF;  text-align: center; position: absolute;top:85%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); width: 60%; border-radius: 30px; padding: 30px;}
.course_pr .catch {font-size:1.8em; font-weight: bold; line-height: 180%; margin-top:40px;}
.course_pr .txt {font-size:1.2em;  line-height: 220%; text-align: left;padding: 40px 10%;}

@media screen and (min-width:1400px){
.course_pr_txt_sm{display: none;}
}

@media screen and (min-width: 1250px)and (max-width:1800px){
.course_pr{background: url(../../images/top/bg_facility.jpg) no-repeat; width: 100%; background-size: cover; position: relative; height: 100vh; margin-bottom: 150px;}
.course_pr_txt{background: #FFFFFF;  text-align: center; position: absolute;top:85%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); width: 80%; border-radius: 30px; padding: 30px;}
.course_pr .catch {font-size:1.5em; font-weight: bold; line-height: 180%; margin-top: 40px;}
.course_pr .txt {font-size:1.0em;  line-height: 220%; text-align: left;padding: 40px 10%;}
}

@media screen and (min-width: 650px)and (max-width:1249px){
.course_pr{background: url(../../images/top/bg_facility.jpg) no-repeat; width: 100%; background-size: cover; position: relative; height: 500px; margin-bottom:500px;}
.course_pr_txt{background: #FFFFFF;  text-align: center;margin-top: 300px;width: 80%; border-radius: 30px; padding: 40px;}
.course_pr .catch {font-size:1.5em; font-weight: bold; line-height: 180%; margin-top: 20px;}
.course_pr .txt {font-size:1.0em;  line-height: 220%; text-align: left;padding: 20px 10% 20px;}
}

@media screen and (max-width: 649px) {
.course_pr{background: url(../../images/top/bg_facility.jpg) no-repeat; width: 100%; background-size: cover; position: relative; height: 500px; margin-bottom:500px;}
.course_pr_txt{background: #FFFFFF;  text-align: center;margin-top: 300px;width: 80%; border-radius: 30px; padding: 20px;}
.course_pr .catch {font-size:1.5em; font-weight: bold; line-height: 180%; margin-top: 20px;}
.course_pr .txt {font-size:1.0em;  line-height: 180%; text-align: left;padding: 20px 2% 20px;}
}

.top_pr_3col {display:flex; flex-wrap: wrap;}
.top_pr_3col dd{width: 33.3%;}
.top_pr_3col dd img {width: 100%;}
@media screen and (max-width: 649px) {
.top_pr_3col dd{width: 100%;}}

/*course*/
.hole-title{font-size:2.5rem;font-weight:bold;letter-spacing:1px;margin-bottom:10px;}
.hole-title font{font-weight:normal;font-size:1.8rem;}
.swiper-slide dl{display:flex;justify-content:space-between; flex-wrap: wrap;}
	.swiper-slide dl dt{width:60%;}
	.swiper-slide dl dd{width:38%;}
.swiper-button{margin-padding:20px;margin-padding:20px;}
.swiper-slide dt img{width:100%;}
.swiper-slide dd img{width:90%;margin:0 5%;}
@media screen and (max-width:650px){
	.swiper-slide dl dt{width:100%;}
	.swiper-slide dl dd{width:100%;}
}

.anniver_flex {display:flex; justify-content: space-between; flex-wrap: wrap;}
.anniver_flex dd {width: 15%;}
@media screen and (max-width:1200px){
    .anniver_flex dd {width: 32%;}
}
/*access*/
.gmap{height:0;overflow:hidden;padding-bottom:67.00%;position:relative;}
.gmap iframe{position:absolute;left:0;top:0;height:100%;width:100%;}
.gmap02{height:0;overflow:hidden;padding-bottom:100%;position:relative;}
.gmap02 iframe{position:absolute;left:0;top:0;height:100%;width:100%;}
@media screen and (max-width:1200px){
	.gmap,.gmap02{height:0;overflow:hidden;padding-bottom:100.00%;position:relative;}
}

/*---------------------------------------------------
access
--------------------------------------------------- */
.access_list {text-align: center; }
.access_ic {background: #FFFFFF; border-radius: 30px; font-weight: bold; font-size: 120%; padding: 5px; margin: 5px auto;text-align: center;}
.access_ic p {font-size: 80%;text-align: center;}
.access_club {background: #2e1608; color: #FFFFFF; border-radius: 30px; font-weight: bold; font-size: 120%; padding: 5px; margin: 5px auto;}

.bestrate{display:flex;align-items:center;padding:15px;background:#072a4a;border-radius:8px;margin-bottom:30px; flex-wrap: wrap;}
.bestrate img{width:100px;}
.bestrate li{margin:0 5px;}
.bestrate-title{font-size:2.8rem;color:#ece1d0;letter-spacing:1px; line-height: 160%;}
.bestrate-title span{font-family:'Cormorant+Garamond',serif;font-size:60%;}
.bestrate-title font{font-size:60%;}
.bestrate-text, .bestrate-text02 {letter-spacing:0.5px;margin-top:5px;color:#FFF;}
.bestrate-text02{ font-size:90%; margin-top:0.4em; }
.bestrate-text02 p { margin-left:1em; text-indent:-1em; line-height:1.3em; }
.bestrate-text02 p font { display:inline-block; text-indent:0; }
@media screen and (min-width:651px)and (max-width:1250px){
.bestrate-title span,.bestrate-title font{display: none;}
}
@media screen and (max-width:650px){
.bestrate-title{font-size:2rem;text-align: center;}
.bestrate-title span,.bestrate-title font{display: none;}
.bestrate li{margin:0; width: 100%; text-align: center;}
}

.top_pr{width:100%; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.top_pr_catch{ font-size: 500%; font-weight: bold;line-height: 180%; letter-spacing: .2em;} 
.top_pr_color01{color: #FFFFFF;}
.top_pr_color02{color: #b4d3ec;}
.top_pr_color03{color: #caca86;}
.top_pr_txt{color: #FFFFFF; font-size: 110%;  line-height: 180%; margin-bottom: 30px;} 
.top_pr_img img{width:100%;}
.top_pr dt{width:48%;}
.top_pr dd{width:48%;}
a.facility_bttn{color: #e4e4d9;padding: 5px 40px; transition:0.3s; border-radius: 30px; font-weight: bold;  margin: 30px 15%;font-size:  150%;background: #ed6d00;}

@media screen and (max-width:1200px){
.top_pr{ flex-direction: column;}
.top_pr dt{width:100%; order:1;}
.top_pr dd{width:100%; order: 2;}
}
@media screen and (max-width:600px){
.top_pr_catch{ font-size: 250%; font-weight: bold;line-height: 180%; letter-spacing: .1em;} 
.top_pr_txt{ font-size: 95%;  line-height: 180%; margin-bottom: 30px;} 
a.facility_bttn{ margin: 30px 3%;font-size:  120%;display: block;}
}


/*parts*/
.photo_gallery{display:flex;flex-wrap:wrap;justify-content:space-between;}
.photo_gallery li{width:49.9%;position:relative;margin-bottom:1.5px;}
.photo_gallery li img{width:100%;}
.photo_gallery li p{position:absolute;bottom:0;right:0;color:#FFF;padding:5px 15px;background:#1a2648;font-size:1.1rem;border-top-left-radius:10px;}
.photo_gallery li dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px;color:#FFF;text-shadow:0px 0px 4px #000;}
.photo_gallery li dl dt{margin-right:10px;font-size:1.5rem;}
.photo_gallery03{display:flex;flex-wrap:wrap;justify-content:space-between;}
.photo_gallery03 li{width:33.3%;position:relative;margin-bottom:1.5px;}
.photo_gallery03 li img{width:100%;}
.photo_gallery03 li p{position:absolute;bottom:0;right:0;color:#FFF;padding:5px 15px;background:#1a2648;font-size:1.1rem;border-top-left-radius:10px;}
.photo_gallery03 li dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px;color:#FFF;text-shadow:0px 0px 4px #000;}
.photo_gallery03 li dl dt{margin-right:10px;font-size:1.5rem;}
.text_menu{display:flex;justify-content:space-between;}

@media screen and (max-width:650px){
	.photo_gallery li{width:100%;margin-bottom:1px;}
	.photo_gallery03{flex-wrap:wrap;}
	.photo_gallery03 li{width:100%;margin-bottom:1px;}
	.photo_gallery03 li{width:49.8%;}
}

/*restaurant*/
.sg_slider_img div img { width: 100%; position: relative;}
.slick-content{	position: absolute;	bottom: 5%;left: 0;	z-index: 150;	padding: 10px;	background: rgba(255,255,255,0.7); }
.slick-content p{ margin: 5px; padding:5px; font-weight: bold; font-size: 1.5em;}

@media screen and (max-width: 999px) {
.slick-content{	position: absolute;	bottom: 8%;left: 0;	z-index: 150;	padding: 5px;	background: rgba(255,255,255,0.7); }
.slick-content p{ margin: 5px; padding:5px ;font-weight: bold; font-size: 0.8em; }
}
.restaurant_menu li, .restaurant_menu02 li {margin-bottom:20px;}
.restaurant_menu img, .restaurant_menu02 img {width:100%;border-radius:10px;}

.restaurant-menu div {margin-bottom:25px; font-size: 120%;}
.restaurant-menu dl{padding:3px 5px;}
.restaurant-menu li {margin-bottom: 15px;}
.restaurant-menu div span {float: right; }
.restaurant-menu img {width:100%; margin-bottom: 5px;}

.side{display:flex;flex-wrap:wrap;justify-content:space-between;}
.side li{ width:100%; border-bottom: 3px dotted #cccccc; padding-bottom: 15px; margin-bottom: 15px; }
.rest_list { display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between;  }
.rest_list li{ width:30%; border-bottom: 1px dotted #cccccc; padding-bottom: 10px; margin-bottom: 10px; }
.rest_list li span,.side li span { float: right; text-align: right;}
.rest_list02 { display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between;  }
.rest_list02 li{ width:48%; border-bottom: 3px dotted #cccccc; padding-bottom: 15px; margin-bottom: 15px; }
.rest_list02 li span { float: right;text-align: right;}

@media screen and (max-width:999px){
.rest_list li{ width:48%; border-bottom: 1px dotted #cccccc; padding-bottom: 10px; margin-bottom: 10px; }
.rest_list02 li{ width:100%; border-bottom: 1px dotted #cccccc; padding-bottom: 10px; margin-bottom: 10px; }
}

/*---------------------------------------------------
event
--------------------------------------------------- */
.event_calendar{width:100%;border-spacing:2px;table-layout:fixed;}
.event_calendar th{padding:10px 5px;text-align:center;background:#072a4a;color:#FFF;}
.event_calendar td{padding:10px 5px;vertical-align:top;text-align:center;color:#072a4a;background:#ffffff;line-height:130%;}
.event_calendar .weekday{background:#f3f3f3; color:#000000;}
.event_calendar .saturday{background:#e4f4fe;}
.event_calendar .holiday{background:#fedfdf;}

.icon{text-align:center;margin:5px auto;padding: 3px 5px;}
.icon_empty{padding:10px 0;}
.opencomp{background:#0a49d8;color:#FFF;}
.selfday{background:#facf05;color:#000;}
.third{background:#0a49d8;color:#FFF;}
.compe_box{border:5px #EEE solid;padding:15px;}
.compe_box .title{color:#ffffff;border-bottom:1px #CCC dotted;padding-bottom:8px;margin-bottom:8px;}
.compe_box .info{color:#666;}

@media screen and (min-width:651px){
	.event{padding:20px;}
	.event table th{width:20%;}
	.event dl{display:flex;justify-content:space-between;align-items:flex-start;}
	.event dl dt{width:35%; margin-bottom: 15px;}
	.event dl dd{width:60%; margin-bottom: 15px;}
}

@media screen and (max-width:650px){
	.event{padding:10px;}
	.event dl dt{margin-bottom:15px;}
	.event table th,.event02 table th{display:block;text-align:left;}
	.event table td,.event02 table td{display:block;}
}
/*event*/
.event_box{display:flex;}.event_box li{width:29%;}
.event02{border:2px #EEE solid;margin-top:20px;border-radius:10px;}
.event02 dl dt img{width:100%;border-radius:10px;}
.event02 .fee{font-size:1.0rem; line-height: 160%;}
.event02 span{font-size:.8rem;}

@media screen and (min-width:651px){
	.event02{ padding:20px;}
	.event02 table th{ width:20%;}
	.event02 table td{ text-align: left;}
	.event02 dl{align-items:center;}
	.event02 dl dt{ width:100%;}
	.event02 dl dd{ width:100%;}
}

@media screen and (max-width:650px){
	.event_box li{width:99%;}
	.event02{ padding:10px;}
	.event02{ font-size:120%;}
	.event02 dl dt{margin-bottom:15px;}
	.event02 table th{text-align:center; font-size:120%;}
	.event02 table td{text-align:left; font-size:120%;}
}
/*youtube*/
.youtube{position:relative;width:100%;padding-top:56.25%;}
.youtube iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:100%;height:100%;max-height:731px;}

@media screen and (max-width:650px){
.youtube iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:100%;max-width:999px;max-height:731px;}
}


/* hole_box */
.yutube_res{position:relative;width:100%;padding-top:56.25%;z-index:-1;}
.yutube_res iframe{position:absolute;top:0;right:0;width:100%;height:100%;}
.yutube_res_hole{position:relative;width:100%;padding-top:56.25%;z-index:1000;}
.yutube_res_hole iframe{position:absolute;top:0;right:0;width:100%;height:100%;}

@media screen and (max-width:650px){
    .slide-img img{-o-object-fit:cover;object-fit:cover;height:300px;width:100%;}
	.yutube_res{position:relative;width:100%;padding-top:56.25%;z-index:500;z-index:-1;}
	.yutube_res iframe{position:absolute;top:0;right:0;width:100%;height:100%;}
}

.t_course{width:100%;letter-spacing:0px;table-layout:fixed; margin-bottom: 15px;}
.t_course th{padding:10px 5px;text-align:center;background:#072a4a;color:#FFF;}
.t_course td{padding:10px 5px;vertical-align:top;text-align:center;color:#072a4a;background:#f4f3ec;line-height:130%;}
.t_course td a{color:#072a4a; text-decoration: underline;}


.hole_box .hole_nav { 	display: flex;	display: -webkit-flex;	justify-content: flex-start;	-webkit-justify-content: flex-start;	flex-wrap: wrap;	-webkit-flex-wrap: wrap;align-items: flex-end; }
.hole_box .hole_nav li a{ display: block; background: #f0f0ee; padding: 10px 5px; text-decoration: none; color: #072a4a; border-radius: 10px 10px 0 0;  }
.hole_box .hole_nav li a.select { background:#072a4a; color: #ffffff; padding: 20px 10px;  border-radius: 10px 10px 0 0; }
.hole_box .hole_nav li a:hover { background: #555; color: #FFF; }

.hole_title { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; margin-bottom: 20px; font-size: 200%; }
.hole_title font { font-size: 80%; }
.hole_box .swiper-container { border: 1px solid #CCCCCC;padding-bottom: 25px; }
.h_ph{display:flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}.h_ph li{width:49%;}.h_ph li img{width:100%;}

@media screen and (min-width: 1000px) {
.hole_box { max-width: 1400px; margin: 70px auto 0px; }
.hole_box .hole_nav li { text-align: center; width: 20%;  font-size: 1.2em; margin: 0.2%;}
.hole_box .layout_img { margin-top: 3%; }
.hole_box .swiper-slide dl { display: flex; display: -webkit-flex; justify-content: space-between; }
.hole_box .swiper-slide dl dt { width: 38%; }
.hole_box .swiper-slide dl dd { width: 60%; }
.hole_box .swiper-container li .slide-inner { padding: 30px; }
}

@media screen and (max-width:999px) {
.hole_box .hole_nav li a.select { padding: 15px 5px;  }
.hole_box { margin: 50px auto 0px; padding-top: 50px; }
.hole_box .hole_nav li { text-align: center; width: 32.5%;  font-size: 1em; margin-bottom: 5px;margin: 0.2%; letter-spacing: -0.1em}
.hole_box .hole_nav li a { padding: 10px 10px; }
.hole_box .layout_img { margin-top: 20px; }
.hole_box .swiper-slide dl { display: block; }
.hole_box .swiper-container li .slide-inner { padding: 15px; }
.hole_box .swiper-slide dl dt { width: 100%; }
.hole_box .swiper-slide dl dd { width: 100%; }
}

.gallery-img dl{display:flex;flex-wrap:wrap;}
.gallery-img dt{width:100%;}
.gallery-img dd{}
.gallery-img p{position:relative; padding: 10px;}
.gallery-img span{display:block;background:rgba(7,21,73,0.80);position:absolute;z-index:2;color:#FFF;text-align:left;font-size:85%;letter-spacing:0;bottom:10px; right:10px; padding: 10px;}
.gallery-img img{width:100%;}

@media screen and (max-width:999px) {
.gallery-img span{display:block;position:absolute;z-index:2;color:#FFF;text-align:left;font-size:85%;letter-spacing:0;bottom:10px; right:10px; padding: 3px;}
}


/* ジャンプ位置調整 */

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


