/*main*/
a{color:#ff0000; text-decoration: none;}a:hover{color:#ca0000;}
/*nav*/
.above_the_fold{position:relative;}
.topnavi{background:rgba(255,255,255,0.80);}
nav dl{width:100%;margin:auto;display:flex;}
nav dl .logo a{margin-left: 1%;}
nav{width:100%;z-index:10;position:fixed;top:0;width:100%;}


nav dl{display:flex;justify-content:space-between;flex-wrap:nowrap;width:100%;align-items:center;}
nav dl .logo{margin: 0 20px; }
nav dl .logo img {width: 100%; max-width:350px;}
nav dl dd ul li,.fixed_nav li{text-align:center;line-height:120%; display: block; }
nav dl dd ul li a,.fixed_nav li a{text-align:center;margin-top:0px;color:#000;transition:0.2s;display:block;}
nav dl dd ul li a.web{background:#990000;}
nav dl dd ul li a.mem{background:#002b61;}
nav dl dd ul li a.player{background:#000000;}
nav dl dd ul li a.web:hover,nav dl dd ul li a.mem:hover,nav dl dd ul li a.player:hover { transition: .5s; 	filter: brightness(0.6);}
nav dl dd ul li a.h_bttn{margin: 0px; color: #FFF; font-size: 100%; display: block;padding: 15px -15px;}
nav dl dd ul li a:hover, nav dl dd ul li a:hover p, nav dl dd ul li a:hover font{color:#002b61;}

@media screen and (min-width:1600px){
nav dl dd ul{display:flex;width:100%;align-items:center;justify-content: flex-end;color:#000;}
nav dl dt{width: 20%;}nav dl dd{width: 80%;}
nav dl dd ul li a,.fixed_nav li a{letter-spacing:0.1em; font-size: 120%;padding:20px 15px;}
.nav-check,.nav-btn{display:none;}
}

@media screen and (min-width: 1370px)and (max-width:1599px){
nav dl dd ul{display:flex;width:100%;align-items:center;justify-content: flex-end;color:#000;}
nav dl dt{width: 20%;}nav dl dd{width: 80%;}
nav dl dd ul li a,.fixed_nav li a{letter-spacing:0.1em; font-size: 100%;padding:20px 10px;}
.nav-check,.nav-btn{display:none;}
}

@media screen and (max-width:1369px){
	nav{width:100%;z-index:9999;min-width:1000px;}
	nav dl .logo{margin-left:20px; margin-top:10px; margin-bottom:10px;padding-right:20px; }nav dl .logo img {width: 100%; max-width:300px;}
	.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:15px;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:#002b61;transition:all .1s;transform-origin:left top;}
	.nav-bar.middle{top:11px;opacity:1;}
	.nav-bar.bottom{top:23px;transform-origin:left bottom;}
    
    .nav-menu{background:rgba(0,0,0,0.70);box-sizing:border-box;width:300px;height:100%;padding:50px 0;transition-property:all;transition-duration:.1s;transition-delay:0s;transform-origin:right center;z-index:9999;}
	.nav-menu li a{color:#fff;display:block;padding:15px 20px;transition:all .1s;text-decoration:none;font-size:90%; border-bottom: 1px dotted #CCC; text-align: left;}
    
.nav-menu li a.web{background:#022179;border-bottom-left-radius:1px;}
.nav-menu li a.mem{background:#581a2a;border-bottom-left-radius:1px;}
    
	.nav-menu  li a:hover, .nav-menu  li a:hover p, .nav-menu ul li a:hover font{color:#fff;background:rgba(0,0,0,0.80);z-index:9999;}
	.nav-btn:hover .nav-bar{background:#CCC;}
	.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-close{transition-duration:1s;transition-delay:.1s;background:rgba(0,0,0,.5);visibility:visible;opacity:1;z-index:3;}
}


#footer {margin: 20px auto 0; background: #f4f4f3; padding:20px;}
#footer img { width: 100%; }
#footer .content {display:flex; justify-content: center; max-width: 1000px; margin: auto; flex-wrap: wrap; padding: 10px;}
#footer .content  dt { width: 43%; border-right:1px solid #000000;margin-right: 30px;}
#footer .content  dd { width: 50%; }
#footer .f_info { font-size: 150%; margin-left: 30px;}
#footer .c_name { font-size: 150%; margin-bottom: 20px; }
.copyright { text-align: center; letter-spacing: 1px; font-size: 70%; clear: both; margin: 10px auto;}
.f_link {background: #040b1e; text-align: center; padding: 10px;}
.f_link .content {display:flex; justify-content: space-around; max-width: 1200px; margin: auto; flex-wrap: wrap;}
.f_link a {color:#fff; font-size: 85%;}.f_link a:hover {color:#B1AFAF;}
.f_navi {display:flex; justify-content: space-between; max-width: 1200px; margin: 20px auto; flex-wrap: wrap;}
.f_navi li {width:21.5%;}
.f_navi img {width: 100%; max-width: 300px;}
.f_logo img {wudth:100%; max-width: 328px; margin-bottom: 15px;}



@media screen and (max-width: 999px) {
#footer { color: #000; }
#footer .content  dt { width: 100%; border-bottom:1px solid #000000; margin-bottom: 30px; padding-bottom: 30px; border-right:0px solid #000000;margin-right:0px; }
#footer .content  dd { width: 100%; }
	#footer dd img { width: 100%; }
	#footer { margin-top: 15px; }
	#footer .f_info { font-size: 130%; margin-left: 15px;}
	#footer .c_name { font-size: 130%; margin-bottom: 20px; }
	#footer .copyright { font-size: 0.8em;}
    .f_link a {width: 48%;margin-bottom: 10px;}
.f_navi li {width:48%; margin-bottom: 5px;}
.f_logo img {wudth:100%; max-width: 250px;}
}

@media screen and (min-width:651px){
	header{width:100%;}
}

/*slick*/
.slick-prev,.slick-next{top:40%;}
.slick-prev:before,.slick-next:before{font-size:50px;color:#000;}
.slick-prev{left:5px;}
.slick-next{right:35px;}

.slider{margin:40px 0px;}
.slider li{margin-left:10px;margin-right:10px;}
.slider li a{color:#000;text-decoration:none;}
.slider li .slider_title{font-size:150%;color:#000;margin-bottom:15px; text-align: left;  margin-top: 10px; }
.slider li p{color:#666;}

/*top*/
.bg_slider{height:800px; position: relative;}
.bg_slider .ph_logo {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); z-index: 1;}
.bg_slider .ph_logo img {width:100%; max-width: 400px;}
.bg_slider .ph_copy {position: absolute;bottom:10%;left: 3%; color: #FFFFFF; font-size: 250%; font-weight: bold; text-shadow: 2px 2px 2px #666666;z-index: 1;}
.bg_slider .bnr01 {position: absolute;bottom:0%;right: 2%; display: flex;z-index: 1;}
.bg_slider .bnr01 img{width:100%; max-width: 250px;}

/*.video {position: relative;width: 100%; height: 100vh;}
.video iframe{position:absolute;width:100%;height:100%;max-height:1200px;}
.video .ph_logo {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); z-index: 9999;}
.video .ph_logo img {width:100%; max-width: 400px;}
.video .ph_copy {position: absolute;bottom:10%;left: 3%; color: #FFFFFF; font-size: 250%; font-weight: bold; text-shadow: 2px 2px 2px #666666;z-index: 9999;}
.video .bnr01 {position: absolute;bottom:10%;right: 2%; display: flex;z-index: 9999;}
.video .bnr01 img{width:100%; max-width: 250px;}

.m_images {width: 100%; margin-bottom:15px; } .m_images img {width: 100%;}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.delayed-image {
  opacity: 0; 
  animation: fadeIn 2s ease-in-out 0.2s forwards;  
}*/
@media screen and (max-width:700px){	
.bg_slider{height:400px; position: relative;}
.bg_slider .ph_logo img {width:100%; max-width: 200px;}
.bg_slider .ph_copy {position: absolute;top: 70%;left: 15%; right: 15%; font-size: 110%;}
.slider li .slider_title{font-size:100%;color:#000;margin-bottom:10px; text-align: left;  margin-top: 10px; }
.slider li p{font-size:85%;}
.bg_slider .bnr01 img{width:100%; max-width: 150px;}
}

/* basebox */
@media screen and (min-width: 1000px) {
	.container { min-width: 900px; font-size: 1.45em; }
	.limit_box { max-width: 1400px; padding: 30px; margin: 10px auto 50px 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 50px auto; }
}

@media screen and (max-width: 999px) {
	.container { font-size: 1.3em; }
	.limit_box { margin:50px 3%; }
	.limit_box_member { margin: 20px 3%; }
	.wide_box { margin: 30px auto; }
}


.title01  {	font-size: 240%; margin-bottom: 20px; color: #000000; margin-bottom: 50px; text-align: center; font-style: italic;}
.title01 font {font-size: 35%;  margin-top: 10px; color: #022179; display: block; font-style: normal;}
.title02  {	font-size: 180%; margin-bottom: 50px; color: #000000}
.title02 p {font-size: 55%;  margin-top: 10px; color: #022179;}
.sub_title{border-top:3px #007d3e double;border-bottom:3px #007d3e double;padding-top:8px;padding-bottom:8px;margin-bottom:15px;color:#007d3e;font-size:110%;}
.stitle {	font-size: 120%;	border-bottom: 1px dotted #0e512b;	padding-bottom: 3px;	margin-bottom: 20px;	text-align: left;	clear: both;	color: #000000;}
.c_caption { border-top: 3px #3a5dae double; border-bottom: 3px #3a5dae double; padding-top: 8px; padding-bottom: 8px; font-size: 130%; margin-bottom: 20px; }

.catch { text-align: center; font-size:2em;margin-bottom: 30px;}
@media screen and (max-width:650px){
.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 {	display: flex;justify-content: space-around;align-items: center;	flex-wrap: wrap;	-webkit-flex-wrap: wrap; padding: 30px 0px; }
.news_box dt{width:100%;}
.news_box dd{width:100%;}

@media screen and (max-width: 999px) {
.news_box dt {	width: 100%;border-right: 0px solid #CCCCCC;}
.news_box dd {	width: 100%; margin: 0 auto; text-align: center;}
}

.news {width: 100%;}
.news ul { padding: 0px; width: 100%;}
.news ul li { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; margin-top: 10px; }
.news a{ color: #000; text-decoration: none; }
.news a:hover { color: #666; transition: 0.3s; }
.news .date { margin-right: 20px; float: left;  }
.news .comp { background: #3a5dae; color: #ffffff; margin-right: 20px; float: left; padding: 3px 5px; font-size: 90%;}
.news .info { background: #000000; color: #ffffff; margin-right: 20px; float: left; padding: 3px 5px; font-size: 90%;}
.pr_ph{display:flex;}.pr_ph li{width:23%;}
@media screen and (max-width: 999px) {
.news ul li { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; margin-top: 10px; font-size: 80%; }
.pr_ph{display:flex;}.pr_ph li{width:48%;}
}


/*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%;}
}

/*access*/
.gmap{height:0;overflow:hidden;padding-bottom:67.00%;position:relative;}
.gmap iframe{position:absolute;left:0;top:0;height:100%;width:100%;}
@media screen and (max-width:650px){
	.gmap{height:0;overflow:hidden;padding-bottom:110.00%;position:relative;}
}

/*---------------------------------------------------
access
--------------------------------------------------- */
.route_tbl { width:100%; clear: both; }
.route_tbl .route_ttl {	font-weight:normal;	font-size:120%;	display: inline-block;	border-bottom:1px #ccc dotted;	margin-bottom:12px;	float: left;}
.route_tbl, .route_tbl td {	border-style:none;	text-align:center;	padding-top: 5px;	padding-bottom: 5px;}
.route_tbl .eki {padding:0px;	vertical-align: middle;	background-color:#999;	color:#fff;	text-align:center;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;
	border-radius:10px;	padding-top:15px;	padding-bottom:15px;}
.route_tbl .club {	padding:0px;	vertical-align: middle;	background-color:#022179;	color:#fff;	text-align:center;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;
	border-radius:10px;	}
.route_tbl .start {	padding:0px;vertical-align: middle;	background-color:#fff;	color:#00;	text-align:center;	border-radius:10px;	border: 2px solid #CCCCCC; margin-bottom: 10px;}
.route_tbl .ue {	border-bottom:5px #ccc solid;	padding-bottom:0px;	vertical-align: bottom;}
.route_tbl .naka {	border-bottom:5px #ccc solid;	padding-bottom:0px;	vertical-align: middle;}
.route_tbl .shita {	border-top:5px #ccc solid;	padding-top:0px;	vertical-align: top;}
.route_tbl .td_space {	height:1em;}

.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;}
}

.course_pr{position:relative; width:100%; margin-bottom: 50px;}
.course_pr_txt{position:absolute;  color: #FFFFFF; font-size: 300%; font-weight: bold; text-shadow: 2px 2px 2px #666666;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); text-align: center; line-height: 180%;} 

@media screen and (max-width:1030px){
    .course_pr_txt{position:absolute;  color: #FFFFFF; font-size: 120%; text-align: center; line-height: 140%;} 
}

/*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 dl, .restaurant_menu02 dl{margin-top:10px;}
.restaurant_menu dl dt{float:left;padding:3px 10px;}
.restaurant_menu dl dd{float:right;padding:3px 10px;}
.restaurant_menu02 dl dt, .restaurant_menu02 dl dd{ display:block; padding-top:3px 10px 0; margin-bottom:0; }
.restaurant_menu02 dl dt { margin-bottom:0.3em; }
.restaurant_menu02 dl dd { text-align:right; margin-bottom:1em; }
.restaurant_menu font, .restaurant_menu02 font { display:inline-block; }

.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 font { display:inline-block; }
/*event*/
.event{border:2px #EEE solid;margin-top:20px;border-radius:10px;}
.event dl dt img{width:100%;border-radius:10px;}
.event_title{font-size:2rem;border-top:3px #2f478c double;border-bottom:3px #2f478c double;padding:5px 0;margin-top:10px;margin-bottom:15px;color:#2f478c;}
.event02_title{font-size:1.5rem;border-top:3px #2f478c double;border-bottom:3px #2f478c double;padding:5px 0;margin-top:10px;margin-bottom:15px;color:#2f478c;}


@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 */

.t_course{width:100%;letter-spacing:0px;table-layout:fixed; margin-bottom: 15px;}
.t_course th{padding:10px 5px;text-align:center;background:#efeee3;}
.t_course td{padding:10px 5px;vertical-align:top;text-align:center;color:#000000;background:#f8f6ef;line-height:130%;}


.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 { font-family: 'Neuton', serif; border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; margin-bottom: 20px; }
.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{display:flex;}
.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; font-size: 120%;}
.gallery-img img{width:100%;}

/*---------------------------------------------------
member
--------------------------------------------------- */
.kyogi_info li {
  display: inline-block;
  width: auto;
}
/*---------------------------------------------------
comp
--------------------------------------------------- */
.sp_table {
  width: 100%;
  border-collapse: collapse;
}
.sp_table th,.sp_table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.sp_table th {
  background:#072a4a;color:#FFF;
}

/* 繧ｹ繝槭�譎ゅ�繧ｹ繧ｿ繧､繝ｫ */
@media screen and (max-width: 768px) {
.sp_table table,.sp_table thead,.sp_table tbody,.sp_table th,.sp_table td,.sp_table tr {
    display: block;
  }
.sp_table thead {
    display: none; /* 隕句�縺励ｒ髱櫁｡ｨ遉ｺ */
  }
.sp_table tr {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
  }
.sp_table td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
  }
.sp_table td::before {
    content: attr(data-label); /* data-label縺ｮ蛟､繧定｡ｨ遉ｺ */
    font-weight: bold;
	font-size: 108%;
	
	
  }
}