
/* mv
========================================== */
.submvArea {
	position: relative;
	padding-top: 140px;
	background-color: var(--color-primary);
}
.submvArea .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:
}
.submvArea .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.submvArea .title{
	position: relative;
	z-index: 2;
	line-height: 1.2;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:.3em 1em;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5em 0 3.5em;
	font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
	color: #fff;
	text-align: center;
}
.submvArea .title::after{
	z-index: 2;
	content: "";
	position: absolute;
	left: 50%;
	bottom:2.5em;
	transform: translateX(-50%);
	width: 65px;
	height: 3px;
	background-color: #fff;
}
.submvArea .title .en{
	font-weight: 700;

}
.submvArea .title .jp{
	font-weight: 900;
	font-family: var(--font-secondary);
}

@media screen and (max-width:1200px) {
}
@media screen and (max-width:840px) {
	.submvArea {
		padding-top: 60px;
	}
}
@media screen and (max-width:599px) {

}

/* breadcrumb
========================================== */
.breadcrumb {
	margin: 20px auto 0;
	max-width:1200px;
	text-align: right;
}
.breadcrumb li {
	display: inline;
	list-style-type: none;
	font-size: 1.2rem;
	color: var(--color-primary);
	font-weight: 600;
}
.breadcrumb li:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    width: 10px;
    height: 1px;
    background: var(--border-color);
}
.breadcrumb li:first-child:before {content: none;}
.breadcrumb li a {
	text-decoration: none;
	font-weight: 400;
	color: #888;}
.breadcrumb li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.breadcrumb {
		margin: 20px auto;
		max-width: 100%;
		padding:0 clamp(20px, 5vw, 30px);
	}
}
@media screen and (max-width: 599px) {
	.breadcrumb li {font-size: 1.1rem;}
}

/* section
========================================== */
.sectionInner {
	max-width: 1200px;
	margin: 0 auto;
	padding:80px 0;
}

.sectionWrap{
	display: flex;
	justify-content: space-between;
	gap:0 6%;
	margin: 60px auto 60px;
	width: 1080px;
}
.sectionWrap .sectionMain {width: 70%;}
.sectionWrap .sectionSub {width: 24%;}

@media screen and (max-width: 1200px) {
	.sectionInner {width: 100%;padding:60px clamp(20px, 5vw, 30px);}
	.sectionWrap {width: 100%;padding: 0 clamp(20px, 5vw, 30px);}
}
@media screen and (max-width: 840px) {
	.sectionWrap {flex-direction: column;gap: 30px;}
	.sectionWrap .sectionMain {width: 100%;}
	.sectionWrap .sectionSub {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {

}

/* menu
========================================== */
.subpageMenuWrap {
	position: sticky;
	top: 135px;
	z-index: 10;
	margin-top: 30px;
	padding: 15px 0;
	transition: top 0.3s ease-in-out;
}
body.is-header-hide .subpageMenuWrap {
	top: 0;
	background-color: rgba(255,255,255,0.9);
}
.subpageMenu {
	position:relative;
	z-index: 10;
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}
.subpageMenu li a {
	position: relative;
	display: block;
	padding: 0.5em 1.5em;
	background-color: #fff;
	border-radius: 5px;
	color:#fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background-color:var(--color-primary);
	transition: 0.3s;
}
.subpageMenu li a:hover {
	background-color: var(--color-secondary);
}
.scrollHint{display: none;}

@media screen and (max-width: 1080px) {
	.subpageMenuWrap {
		position: sticky;
		z-index: 10;
		padding: 0;
		background-color: rgba(255,255,255,0.9);
	}
	.subpageMenu{
		padding:15px 20px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		gap:.5em;
		margin:0;
		-webkit-overflow-scrolling: touch;
	}
	.subpageMenu li a{
		white-space: nowrap;
		padding:0.2em 1em;
		font-size: 1.4rem;}
	.subpageMenu li a::after {display: none;}

	.subpageMenu::-webkit-scrollbar {height: 8px;}
	.subpageMenu::-webkit-scrollbar-track {background: #F1F1F1;}
	.subpageMenu::-webkit-scrollbar-thumb {background: #888;}
}

@media screen and (max-width: 840px) {
	.subpageMenuWrap {top: 50px;}
	.scrollHint {
		display: block;
		position: absolute;
		right: 1em;
		font-size: 0.9rem;
		color: #333;
		margin-top: 4px;
		opacity: 0.7;
	}
}

/* 導入
========================================== */
.introArea{
	margin: 100px auto;
	max-width: 1200px;
	padding: 0 clamp(20px, 5vw, 30px);
}
.introTitle{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:1.5em;
	font-weight: 900;
	font-size:clamp(2.2rem, 2vw + 0.6rem, 3rem);
	font-family: var(--font-secondary);
}
.introTitle .break{
	flex-basis: 100%;
	height: 0;
}
.introText{
	line-height:2.2;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
	font-size: clamp(1.6rem, 1.5vw + 0.5rem, 1.8rem);
	font-weight:400;
}

.introImage{
	margin-bottom: 40px;
	text-align: center;
}
.introImage img{
	max-width:100%;
	height: auto;
}
@media screen and (max-width:1200px){
	.introWrap{padding:40px clamp(20px, 5vw, 30px) 0;}
	.introImage{
		margin: 0 -30px 30px;
	}
}
@media screen and (max-width:840px){
	.introArea{
		margin: 60px auto 0;
	}
}

@media screen and (max-width:599px){
	.introText{
		text-align: left;
		word-break:normal;
	}
	.introText br{display: none;}
}

/* コース
========================================== */
.courseSummaryList{
	display: flex;
	flex-direction: column;
	gap: 100px 0;
	margin-bottom: 100px;
}

.courseSummaryList .item{
	position: relative;
	width: 100%;
	min-height: 600px;
	display: flex;
	align-items:flex-end;
}
.courseSummaryList .item .imageBlock {
	position: absolute;
	top: 0;
	left: 0; 
	right: calc(50% - 50vw);
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.courseSummaryList .item .imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courseSummaryList .item .textBlock{
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,.9);
	max-width: 40%;
	width: 100%;
	margin-left: -80px;
	margin-bottom: -50px;
	padding: 10px 20px 20px 30px;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.courseSummaryList .item .textBlock .titleBlock{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.courseSummaryList .item .textBlock .title{
	line-height: var(--line-height-heading);
	display: flex;
	align-items: baseline;
	padding-left: 20px;
	border-left: 10px solid var(--color-primary);
	font-family: var(--font-secondary);
	font-size: 2.6rem;
	font-weight: 700;
}
.courseSummaryList .item .textBlock .icon{
}
.courseSummaryList .item .textBlock .icon img{
	max-width: 80%;
	height: auto;
}
.courseSummaryList .item .textBlock .title .large{
	font-size: 4rem;
}
.courseSummaryList .item .textBlock .lead{
	margin: 0 0 1em;
	line-height: var(--line-height-heading);
	font-family: var(--font-secondary);
	font-size: var(--font-size-accent);
	font-weight: 900;
}
.courseSummaryList .item .textBlock .text{margin-bottom: 2em;}


/* 逆向き */
.courseSummaryList .item.reverse{
	flex-direction: row-reverse;
}
.courseSummaryList .item.reverse .imageBlock{
	left: calc(50% - 50vw);
	right:0;
}
.courseSummaryList .item.reverse .textBlock{
	margin-left:0;
	margin-right: -80px;
}

@media screen and (max-width: 1380px) {
	.courseSummaryList .item .textBlock{
		margin-left:0;
	}
	.courseSummaryList .item.reverse .textBlock{
		margin-right: 0;
	}
}
@media screen and (max-width: 1200px) {
	.courseSummaryList{
		gap: 60px 0;
		margin-bottom: 60px;
	}
	.courseSummaryList .item .imageBlock,
	.courseSummaryList .item.reverse .imageBlock{
		left: -30px;
		right: -30px;
	}

	.courseSummaryList .item{
		min-height: auto;
		display: block;
	}
	.courseSummaryList .item .imageBlock {
		position: static;
		margin: 0 -30px;
	}
	.courseSummaryList .item .textBlock,
	.courseSummaryList .item.reverse .textBlock{
		max-width:60%;
		margin:-30px auto 0;
		padding:20px 30px;
		border-radius: 10px;
	}

}

@media screen and (max-width: 840px) {
	.courseSummaryList .item .textBlock,
	.courseSummaryList .item.reverse .textBlock{
		max-width:100%;
		margin:-30px 0 0;
	}
	.courseSummaryList .item .textBlock .icon{width: 100px;}
	.courseSummaryList .item .textBlock .title{font-size: 2rem;}
	.courseSummaryList .item .textBlock .title .large{font-size: 4rem;}
}

/* コース詳細
========================================== */
.courseLead{
	line-height: 2.2;
	margin: 0 0 2em;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 900;
	font-size: var(--font-size-subheading);
    font-family: var(--font-secondary);
}
.courseLead .break{
	flex-basis: 100%;
	height: 0;
}

@media screen and (max-width:599px){
	.courseLead{
		text-align: left;
		word-break:normal;
	}
	.courseLead br{display: none;}
}


.courseMainImage{
	margin: 30px auto 80px;
	max-width: 890px;
}
.courseMainImage img{
	max-width: 100%;
	height: auto;
}

.courseName{
	margin-bottom:1.5em;
	font-family: var(--font-secondary);
	font-size: var(--font-size-subheading);
	font-weight: 900;
	text-align: center;
}

.scroll-hint{display: none;}
.scorecardScroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.scorecardScroll::-webkit-scrollbar {height: 10px;}
.scorecardScroll::-webkit-scrollbar-track {background: var(--bg-lightgrey);}
.scorecardScroll::-webkit-scrollbar-thumb {background: var(--color-primary);}
.scorecardScroll::-webkit-scrollbar-thumb:hover {background: var(--color-secondary); }

.scorecard {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
}

.scorecard th,
.scorecard td {
	border: 1px solid #b0b0b0;
	padding: 12px 8px;
	font-family: var(--font-english);
	font-size: var(--font-size-accent);
	text-align: center;
}

.scorecard .blank{
	width: 8em;
	border: none;
	background: none;
}
.scorecard .blank span{
	display: inline-block;
	padding: 0 10px;
	background-color: var(--color-accent);
	color: #fff;
	font-size: var(--font-size-caption);
}
.scorecard .blank .drive{background-color: var(--color-secondary);}

.scorecard td a {
	color:var(--text-primary);
	text-decoration: underline;
}
.scorecard td a:hover{
	text-decoration: none;
}

.scorecard th.col-hole { background-color: #143373; color: #fff; }
.scorecard th.col-par  { background-color: #EFEFEF; color: #333; }
.scorecard th.col-black{ background-color: #7E7E7E; color: #fff; }
.scorecard th.col-blue { background-color: #6B92E5; color: #fff; }
.scorecard th.col-white{ background-color: #ECECEC; color: #333; }
.scorecard th.col-lime { background-color: #9FC475; color: #fff; }
.scorecard th.col-red  { background-color: #D27B6E; color: #fff; }


.scorecard tfoot tr {
	font-weight: bold;
}
.scorecard tfoot td{ background-color: #eee;}
.scorecard tfoot td.bg-black { background-color: #777777; color: #fff; }
.scorecard tfoot td.bg-blue  { background-color: #6B92E5; color: #fff; }
.scorecard tfoot td.bg-white { background-color: #ECECEC; color: #333; }
.scorecard tfoot td.bg-lime  { background-color: #9FC475; color: #fff; }
.scorecard tfoot td.bg-red   { background-color: #D27B6E; color: #fff; }


@media screen and (max-width:900px){
	.courseMainImage{
		margin: 30px auto 60px;
		max-width: 100%;
	}
}

@media screen and (max-width:840px){
	.scroll-hint{
		display: block;
		margin-bottom: 10px;
		font-size: var(--font-size-caption);
	}
}

.holesLink{
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	width: fit-content;
	margin: 0 auto;
}
.holesLink li a{
	line-height: 1.2;
	padding: .3em 1em;
	background-color: var(--color-primary);
	color: #fff;
	font-family: var(--font-english);
	text-decoration: none;
	transition: 0.3s;
}
.holesLink li a:hover,
.holesLink li.current a{
	background-color: var(--color-secondary);
}

.holesGuide {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 60px;
	box-sizing: border-box;
}
.holesGuide .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:var(--color-primary);
	padding: 20px 25px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.holesGuide .item a .text {
	color: #fff;
	font-family: var(--font-secondary);
	font-size: var(--font-size-accent);
	font-weight: 700;
}
.holesGuide .item a .arrow {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	-webkit-mask: url('../img/course/course_arrow.svg') no-repeat center / contain;
	mask: url('../img/course/course_arrow.svg') no-repeat center / contain;
}

.holesGuide .item.active a,
.holesGuide .item a:hover {
	background-color: var(--color-secondary);
}

.holesGuide .item.active a .text,
.holesGuide .item a:hover .text {
	color:var(--color-primary);
}

.holesGuide .item.active a .arrow,
.holesGuide .item a:hover .arrow {
	background-color: #11326f;
}

@media screen and (max-width:599px){
	.holesGuide {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		margin:0;
	}
}

/* ホール詳細
========================================== */
.holeDetailWrap{
	display: flex;
	gap: 20px 5%;
	margin-bottom: 60px;
}

.holeDetailWrap .holeMap{width: 45%;text-align: center;}
.holeDetailWrap .holeMap img{
	max-width: 100%;
	height: auto;
}
.holeDetailWrap .detailBlock{
	width: 50%;
}
.holeDetailWrap .holeImage{
	margin-bottom:30px;
}
.holeDetailWrap .holeImage img{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #b0b0b0;
}

.yardageTable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-family: var(--font-english);
}

.yardageTable th {
	font-weight: bold;
	padding: 10px 5px;
	text-transform: uppercase;
	width: 20%;
	border: 1px solid #b0b0b0;
	text-align: center;
}

.yardageTable td {
	border: 1px solid #b0b0b0;
	padding: 12px 5px;
	font-size: var(--font-size-accent);
}

.yardageTable .bg-black { background-color: #7E7E7E; color: #fff; }
.yardageTable .bg-blue  { background-color: #6B92E5; color: #fff; }
.yardageTable .bg-white { background-color: #ECECEC; color: #333; }
.yardageTable .bg-lime  { background-color: #9FC475; color: #fff; }
.yardageTable .bg-red   { background-color: #D27B6E; color: #fff; }

@media screen and (max-width:599px){
	.holeDetailWrap{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.holeDetailWrap .holeMap{width: 100%;}
	.holeDetailWrap .detailBlock{width: 100%;}
}


.holeMovie{
	display: flex;
	align-items: flex-start;
	gap: 20px 5%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid var(--color-primary);
}
.holeMovie .movieBlock{
	width: 35%;
}
.holeMovie .movieBlock .inner{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #333;
	color: #fff;
}
.holeMovie .movieBlock iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.holeMovie .textBlock{
	flex:1;
	width: 65%;
}
.holeMovie .textBlock .title{
	margin-bottom: 1em;
	font-family: var(--font-secondary);
	font-size: var(--font-size-accent);
}

@media screen and (max-width:599px){
	.holeMovie{
		flex-direction: column;
		padding: 20px;
	}
	.holeMovie .movieBlock{width: 100%;}
	.holeMovie .textBlock{width: 100%;}
}


/* 施設紹介
========================================== */
.houseText{
	width: fit-content;
	margin: 0 auto 2.5em;
}
.house-slider-wrap {
	position: relative;
	width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    overflow: visible;
}
.house-slider-inner {
	max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
}
.house-main-slider {
	margin-bottom: 30px;
}
.house-main-slider .swiper-slide {}
.house-main-slider .imageBlock {
    width: 100%;
    aspect-ratio: 60 / 34;
    overflow: hidden;
	margin-bottom: 20px;
}
.house-main-slider .imageBlock img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.house-main-slider .textBlock {}
.house-main-slider .textBlock .title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: var(--font-size-accent);
	text-align: center;

}
.house-main-slider .textBlock p {}
.house-thumbs-slider {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.house-thumbs-slider .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 15px;
	transform: none !important;
}
.house-thumbs-slider .swiper-slide {
	width: calc((100% - 15px * 3)/4);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 0.3s;
	flex-shrink: 0;
}
.girlsSlider .house-thumbs-slider .swiper-wrapper{gap: 15px;}
.girlsSlider .house-thumbs-slider .swiper-slide {width: calc((100% - 15px * 4) / 5) !important;}


.house-thumbs-slider .swiper-slide-thumb-active {opacity: 1;}
.house-thumbs-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 35%!important;
	overflow: hidden;
	display: block!important;
	width: 40px!important;
	height: 40px!important;
	transition: 0.3s;
	background: var(--color-primary);
	box-sizing: border-box;
	border: 1px solid #fff;
}

.girlsSlider .swiper-button-prev,
.girlsSlider .swiper-button-next {background-color: #EF877E;}

.swiper-button-prev::after,
.swiper-button-next::after {
	position: absolute;
	content: ""!important;
	background: none;
	background-repeat: no-repeat!important;
	background-size: contain;
	background: url(../img/icon_arrow_white.svg);
	margin: auto;
	width: 14px;
	height: 24px;
	transition: 0.3s;
}
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }

.swiper-button-prev::after{
	top: 50%;
	left: 3px;
	transform: translateY(-50%) rotate(90deg);
}
.swiper-button-next::after{
	top: 50%;
	left: 21px;
	transform:translateY(-50%) rotate(-90deg);
}


/* 1枚のとき */
.houseImage {
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
}
.houseImage img{
	max-width: 100%;
	height: auto;
}


/* レストランメニュー
========================================== */
/*
.restaurantMenuWrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap:40px 5%;
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
	box-sizing: border-box;
}
*/

.restaurantMenuWrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	max-width: 1100px;
	margin:0 auto;
}
.restaurantMenuWrap .col-1,
.restaurantMenuWrap .col-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:40px 5%;
}

.restaurantMenuWrap .item {
	width: calc((100% - 5%)/2);
	padding: 40px 20px;
	border: 1px solid var(--color-primary);
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2em 0;
	align-items: center;
	text-align: center;
}

.restaurantMenuWrap .title{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.restaurantMenuWrap .title .en{
	font-family: serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 8px;
	display: inline-block;
	width: auto;
}
.restaurantMenuWrap .title.morning .en{ border-bottom: 2px solid #A54545;}
.restaurantMenuWrap .title.seasonal .en{ border-bottom: 2px solid #77AB55;}
.restaurantMenuWrap .title.basic .en{ border-bottom: 2px solid #CF8A30;}
.restaurantMenuWrap .title.alacarte .en{ border-bottom: 2px solid #5486B8;}

.restaurantMenuWrap .title .jp{
}
.restaurantMenuWrap .btnMenu{
	text-align: center;
}
.restaurantMenuWrap .btnMenu a{
	position: relative;
	display: inline-block;
	padding: 1em 40px 1em 30px;
	min-width: 300px;
	line-height: var(--line-height-heading);
	box-sizing: border-box;
	background-color:#A54545;
	text-align: center;
	text-decoration: none;
	font-family: var(--font-secondary);
	font-weight: 900;
	color: #fff;
	transition: .3s;
}
.restaurantMenuWrap .btnMenu a::after{
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-color: #fff;
	-webkit-mask: url('../img/file-pdf.svg') no-repeat center / contain;
	mask: url('../img/file-pdf.svg') no-repeat center / contain;
	transition: .3s;
}

.restaurantMenuWrap .btnMenu.morning a{}
.restaurantMenuWrap .btnMenu.seasonal a{ background-color: #77AB55;}
.restaurantMenuWrap .btnMenu.basic a{ background-color: #CF8A30;}
.restaurantMenuWrap .btnMenu.alacarte a{ background-color: #5486B8;}

.restaurantMenuWrap .btnMenu a:hover,
.restaurantMenuWrap .btnMenu.seasonal a:hover,
.restaurantMenuWrap .btnMenu.basic a:hover,
.restaurantMenuWrap .btnMenu.alacarte a:hover{background-color: var(--color-primary);}

@media (max-width: 1024px) {
	.restaurantMenuWrap .btnMenu{
		width: 80%;
	}
	.restaurantMenuWrap .btnMenu a{
		display: block;
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 599px) {
	.restaurantMenuWrap{
		display: block;
	}
	.restaurantMenuWrap .col-1,
	.restaurantMenuWrap .col-2 {
		flex-direction: column;
		justify-content: center;
		gap:0 5%;
	}

	.restaurantMenuWrap .item {
		width: 100%;
		border: none;
		padding: 2em 2em 2.5em;
		border-top: 1px solid var(--border-color);
	}
}

/* 会社案内
========================================== */
.courseManagemant{
	padding: 30px 0 60px;
}

.companyLink{
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid var(--border-color);
	box-sizing: border-box;
}
.companyLink a{display:block;}
.companyLink a img{
	max-width: 100%;
	height: auto;
	transition: 0.3s;
}
.companyLink a:hover img{
	opacity: 0.7;
}

@media (max-width: 599px) {
	.courseManagemant{padding: 0;margin-bottom: 60px;}
	.companyLink{
		max-width:80%;
	}
}

/* 採用情報
========================================== */
.recruitMessage{margin: 60px 0;}
.recruitMessage .inner{
	display: flex;
	gap:30px 5%;
}
.recruitMessage .imageBlock{
	width: 40%;
}
.recruitMessage .imageBlock img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruitMessage .textBlock{
	flex: 1;
    padding-right: calc((100vw - 1200px)/2);
    display: flex;
    flex-direction: column;
}
.recruitMessage .textBlock p{
	line-height: 2;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.recruitMessage .textBlock .lead{
    margin: 0 0 1em;
    line-height: var(--line-height-heading);
    font-family: var(--font-secondary);
    font-size: var(--font-size-subheading);
    font-weight: 900;
}

.recruitInner{
	max-width: 960px;
	margin: 0 auto;
	padding:80px 0;
}

@media screen and (max-width: 960px) {
	.recruitInner{width: 100%;padding:60px clamp(20px, 5vw, 30px);}
}


.recruitTitle{
	margin-bottom: 2em;
	text-align: center;
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: var(--font-size-heading);
}
.recruitTitleSub{
	line-height: 1.3;
	margin-bottom: 20px;
	padding:1em;
	background-color: var(--color-primary);
	font-weight: 600;
	color: #fff;
}
.recruitText{
	margin-bottom: 2em;
	word-break: keep-all;
	overflow-wrap: break-word;
	text-align: center;
}

.recruitTable{
	width: 100%;
	margin-bottom: 60px;
	border-collapse: collapse;
}
.recruitTable th,
.recruitTable td{
	border: 1px solid var(--border-color);
	padding: .8em 1em;
}
.recruitTable th {
	width: 8em;
	text-align: left;
	background-color:var(--bg-lightgrey);
	vertical-align: middle;
}

.recruitTable td {
	background-color: #fff;
}

.applyBox{
	padding: 2em;
	box-sizing: border-box;
	border: 5px solid var(--color-secondary);
	text-align: center;
}
.applyBox .tel{
	margin: .6em 0;
}
.applyBox .tel span{
	font-size: var(--font-size-heading);
}


@media screen and (max-width: 1200px) {
	.recruitMessage{
		padding-right:clamp(20px, 5vw, 30px);
	}
}

@media screen and (max-width: 840px) {
	.recruitMessage{
		padding: 0px clamp(20px, 5vw, 30px);
	}
	.recruitMessage .inner{
		flex-direction: column-reverse;
	}
	.recruitMessage .imageBlock{
		width: 100%;
		text-align: center;
	}
	.recruitMessage .imageBlock img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

/* 募集要項
========================================== */
.jobList{
	margin-bottom: 60px;
}
.jobToggle{
	position: relative;
	width: 100%;
	text-align: left;
	padding:1em 40px;
	border-bottom:1px solid #707070;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: var(--font-secondary);
	font-size: var(--font-size-subheading);
	font-weight: 900;
}
.jobToggle .icon{
	width: 80px;
	text-align: center;
}
.jobToggle .icon img{
	max-width: 100%;
	height: auto;
}
.jobToggle::after {
	content: "";
	position: absolute;
	top: 45%;
	right: 30px;
	transform:rotate(135deg) translateX(-50%);
	width: 20px;
	height: 20px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transition: transform 0.3s, top 0.3s;
}
.jobToggle.active{}
.jobToggle.active::after {
	transform: rotate(-45deg) translateX(50%);
	top: 55%;
}
.jobContent {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease;
}
.jobContent .box{
	padding: 40px;
	box-sizing: border-box;
}

@media screen and (max-width: 840px) {
	.jobToggle{padding:1em 20px;}
	.jobContent .box{padding: 30px 0 0;}
}
@media screen and (max-width: 599px) {
	.jobToggle::after {
		right: .8em;
		font-size: 2rem;
	}
	.jobToggle .icon{
		width: 40px;
		text-align: center;
	}

}

.jobTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #707070;
}
.jobTable th,
.jobTable td {
	text-align: left;
	vertical-align: middle;
}
.jobTable tr:nth-child(odd) th {
	background-color: #FFF2B7;
}
.jobTable tr:nth-child(odd) td {
	background-color: #FFF2B7;
}

.jobTable th {
	position: relative;
	width: 20%;
	padding: 1.5em 30px 1.5em 20px;
	padding-right: 30px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.jobTable th::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 10px;
	height: 100%;
	background-color: #fff;
}

.jobTable td {
	width: 80%;
	padding: 1.5em 30px;
}

@media screen and (max-width: 600px) {
	.jobTable th,
	.jobTable td {
		display: block;
		width: 100%;
		padding: 1em 20px;
		box-sizing: border-box;
	}
	.jobTable th {
		text-align: left;
		font-weight: 800;
		background-color: #FFF2B7;
	}
	.jobTable th::after{display: none;}
	.jobTable tr:nth-child(odd) td {
		background-color: #fff;
	}
}

/* 女子ゴルファー
========================================== */

/* mv */
.girlsmvArea {
	position: relative;
}
.girlsmvArea .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.girlsmvArea .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.girlsmvArea .inner{
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 12% 0 100px;
}
.girlsmvArea .textBlock{}

.girlsmvArea .textBlock .title{
	position: relative;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding-left: 60px;
}
.girlsmvArea .textBlock .title::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	background: url(../img/girls/icon_mv_ttl.svg)left top /contain no-repeat;
	width:39px;
	height:112px;
}
.girlsmvArea .textBlock .title .en img{
	max-width: 100%;
	height: auto;
}
.girlsmvArea .textBlock .title .jp{
	color: var(--color-primary);
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size:clamp(2.4rem, 3vw + 0.8rem, 4.6rem);
}

.girlsmvArea .textBlock .lead{
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: var(--font-size-subheading);
}

.girlsmvArea .link{
	display: flex;
	flex-wrap: wrap;
	gap:10px 20px;
	margin-top: 30px;
}
.girlsmvArea .link div{
	min-width: 220px;
}
.girlsmvArea .link div a{
	position: relative;
	line-height: 1.3;
	display: block;
	padding: 1em 30px 1em 2em;
	text-decoration: none;
	border: 1px solid #EF877E;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: var(--font-secondary);
	font-weight: 900;
	transition: .3s;
}
.girlsmvArea .link div a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 9999px;
	background-color: #fff;
	transition: .3s;
}
.girlsmvArea .link .event a::after{
	background-color:#EF877E;
}
.girlsmvArea .link .reserve a{
	background-color:#EF877E;
	color: #fff;
}
.girlsmvArea .link .event a{
	background-color: #fff;
	color:#EF877E;
}
.girlsmvArea .link a:hover{
	background-color: #6BA105;
	border-color:#6BA105;
	color: #fff;
}
.girlsmvArea .link  .event a:hover::after{
	background-color: #fff;
}



@media screen and (max-width: 1200px) {
	.girlsmvArea .inner{
		padding: 20% clamp(20px, 5vw, 30px) 100px;
	}
}
@media screen and (max-width: 599px) {
	.girlsmvArea .inner{
		padding: 20% clamp(20px, 5vw, 30px) 40px;
	}

	.girlsmvArea .textBlock .title,
	.girlsmvArea .textBlock .title .en img,
	.girlsmvArea .textBlock .title .jp,
	.girlsmvArea .textBlock .lead,
	.girlsmvArea .textBlock .description{
		text-shadow :3px 3px 5px #fff,
		-3px 3px 5px #fff,
		3px -3px 5px #fff,
		-3px -3px 5px #fff,
		0 0 8px #fff,0 0 10px #fff;
	}
}


/* 選ばれる理由 */
.girlsReasons{padding: 60px 0;}

.reasonTitle{
	line-height: 1.3;
	margin:0 auto 60px;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items:baseline;
	justify-content: center;
}
.reasonTitle .jp,
.reasonTitle .pink{
	position: relative;
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: clamp(2.2rem, 1.66vw + 1.20rem, 3.2rem);
}
.reasonTitle .jp{padding-left: 45px;}
.reasonTitle .pink{color:#EF877E;}
.reasonTitle .pink .en{
	font-size: 6rem;
}
.reasonTitle .jp::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	background: url(../img/girls/icon_reason_ttl.svg)left top /contain no-repeat;
	width:31px;
	height:47px;
}

.reasonsList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 10px;
}
.reasonsList .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: calc((100% - 10px * 4)/5);
}

.reasonsList .item .icon{
	text-align: center;
}
.reasonsList .item .icon img{
	max-width: 100%;
	height: auto;
}
.reasonsList .item .title{
	margin-bottom: 10px;
	font-weight: 900;
	text-align: center;
	color:#EF877E;
}
.reasonsList .item .text{
	font-size: var(--font-size-caption);
	text-align: center;
}
.reasonsList .item .text span{display: inline-block;}


@media screen and (max-width: 1080px) {
	.reasonsList{gap: 30px;}
	.reasonsList .item{width: calc((100% - 30px * 2)/3);}



}
@media screen and (max-width: 599px) {
	.girlsReasons{padding: 0;}

	.reasonsList{gap: 20px;}
	.reasonsList .item{
		flex-direction: row;
		width: 100%;
	}
	.reasonsList .item .icon{
		width: 80px;
	}
	.reasonsList .item .body{flex: 1;}
	.reasonsList .item .title{text-align: left;margin-bottom: 5px;}
	.reasonsList .item .text{text-align: left;}
	.reasonsList .item .text span{display: inline;}
}


/* アメニティ */
.amenities{
	padding: 80px 0;
	background-color:#FFF2F8;
}
.amenitiesTitle{
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 auto 60px;
	width: fit-content;
}

.amenitiesTitle .en img{
	max-width: 100%;
	height: auto;
}
.amenitiesTitle .jp{
	position: relative;
	padding-left: 35px;
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: clamp(2.2rem, 1.66vw + 1.20rem, 3.2rem);
}
.amenitiesTitle .jp::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background: url(../img/girls/icon_mv_ttl.svg)left top /contain no-repeat;
	width:25px;
	height:74px;
}

.amenitiesWrap{
	display: flex;
	gap:20px 30px;
}
.amenitiesWrap .title{
	margin-top: 10px;
	font-weight: 900;
	color:#EF877E;
}
.amenitiesWrap .item img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.amenitiesWrap .boxLeft{width: 56%;}
.amenitiesWrap .boxRight{width: 44%;}

@media screen and (max-width: 840px) {
	.amenities{padding:30px 0;}
	.amenitiesWrap{
		flex-direction: column;
	}
	.amenitiesWrap .boxLeft{width: 100%;}
	.amenitiesWrap .boxRight{width: 100%;}
}
@media screen and (max-width: 599px) {
	.amenities{
		padding:0;
	}
}

/* 初心者 */
.beginners{
	display: flex;
}
.beginners .beginnersBody{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	padding:60px 30px;
	background-color:#F4FFDF;
}

.beginnersTitle{
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 auto 60px;
	width: fit-content;
}
.beginnersTitle .jp{
	position: relative;
	padding-left: 70px;
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: clamp(2.2rem, 1.66vw + 1.20rem, 3.2rem);
}
.beginnersTitle .jp::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	background: url(../img/girls/icon_beginner_ttl.svg)left top /contain no-repeat;
	width:56px;
	height:59px;
}
.beginnersTitle .en img{
	max-width: 100%;
	height: auto;
}

.beginners .beginnersLeft,
.beginners .beginnersRight{
	width: 25%;
}
.beginners .beginnersLeft::before,
.beginners .beginnersRight::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.beginners .beginnersLeft img,
.beginners .beginnersRight img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beginnersList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
}
.beginnersList .item{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc((100% - 20px)/2);
}

.beginnersList .item .icon{
	text-align: center;
}
.beginnersList .item .icon img{
	max-width: 100%;
	height: auto;
}
.beginnersList .item .title{
	font-weight: 900;
	text-align: center;
	color:#6BA105;
}
.beginnersList .item .text{
	font-size: var(--font-size-caption);
	text-align: center;
}
.beginnersList .item .text span{display: inline-block;}

@media screen and (max-width: 1080px) {
	.beginnersList{
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	.beginnersList .item{
		margin-bottom: 20px;
		flex-direction: row;
		align-items: center;
		width: fit-content;
	}
	.beginnersList .item .icon{
		width: 80px;
	}
	.beginnersList .item .body{flex: 1;}
	.beginnersList .item .title{text-align: left;margin-bottom: 5px;}
	.beginnersList .item .text{text-align: left;}
	.beginnersList .item .text span{display: inline;}
}
@media screen and (max-width: 840px) {
	.beginners{
		flex-wrap: wrap;
	}
	.beginners .beginnersBody{
		order: 1;
		width: 100%;
		padding:30px clamp(20px, 5vw, 30px);
	}

	.beginners .beginnersLeft{
		order: 2;
		width: 50%;
	}
	.beginners .beginnersRight{
		order: 3;
		width: 50%;
	}
}

/* オープンコンペ */
.competitions{
	padding: 30px 0;
}
.compeTItle{
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 auto 60px;
	width: fit-content;
}
.compeTItle .jp{
	position: relative;
	padding-left: 55px;
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: clamp(2.2rem, 1.66vw + 1.20rem, 3.2rem);
}
.compeTItle .jp::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: url(../img/girls/icon_compe_ttl.svg)left top /contain no-repeat;
	width:41px;
	height:46px;
}
.compeTItle .en img{
	max-width: 100%;
	height: auto;
}

.compeWrap{
	display: flex;
	justify-content: center;
	margin: 80px auto 60px;
	gap:30px 5%;
	max-width: 900px;
}

.compeWrap .item{
	width: calc((100% - 5%)/2);
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}
.compeWrap .item .icon{
	margin-bottom: 10px;
}
.compeWrap .item.ladiesopen{background-color: #FFF2F8;}
.compeWrap .item.girlsgolf{background-color: #F4FFDF;}
.compeWrap .item .title{
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: var(--font-size-subheading);
}
.compeWrap .item.ladiesopen .title{color:#EF877E;}
.compeWrap .item.girlsgolf .title{color:#6BA105;}


.compeLink{text-align: center;}
.compeLink a{
	position: relative;
	display: inline-block;
	padding: 1.2em 40px 1.2em 30px;
	min-width: 240px;
	line-height: var(--line-height-heading);
	box-sizing: border-box;
	border: 1px solid #AB9155;
	background-color: #AB9155;
	text-align: center;
	text-decoration: none;
	font-family: var(--font-secondary);
	font-weight: 900;
	color: #fff;
	transition: .3s;
}
.compeLink a::after{
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-color: #fff;
	-webkit-mask: url('../img/file-pdf.svg') no-repeat center / contain;
	mask: url('../img/file-pdf.svg') no-repeat center / contain;
	transition: .3s;
}
.compeLink a:hover{
	background-color:var(--color-primary);
	border-color:var(--color-primary);
}

@media screen and (max-width: 599px) {
	.compeWrap{
		flex-direction: column;
		gap: 20px;
	}
	.compeWrap .item{
		width:100%;
	}
}

/* よくあるご質問 */
.girlsFaq{
	background-color:#F5F5F5;
}
.faqTItle{
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 auto 60px;
	width: fit-content;
}
.faqTItle .jp{
	font-family: var(--font-secondary);
	font-weight: 900;
	font-size: clamp(2.2rem, 1.66vw + 1.20rem, 3.2rem);
}

.faqTItle .en img{
	max-width: 100%;
	height: auto;
}

.girlsfaqList{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 25px;
}
.girlsfaqList .item{
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	padding: 0;
	background: #fff;
	width: calc((100% - 25px)/2);
}

.girlsfaqList .item summary {
	position: relative;
	cursor: pointer;
	padding: 1em 40px 1em 2em;
	list-style: none;
	font-weight: 600;
}

.girlsfaqList .item summary::-webkit-details-marker {
	display: none;
}

.girlsfaqList .item summary::after {
	content: "＋";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8rem;
	transition: .3s;
}

.girlsfaqList .item[open] summary::after {
	content: "－";
}

.girlsfaqList .item .answer {
	padding: 0 2em 1em;
}

@media screen and (max-width: 599px) {
	.girlsfaqList{
		flex-direction: column;
		gap: 20px;
	}
	.girlsfaqList .item{
		width:100%;
	}
}

/* 利用約款
========================================== */
.provisionList{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.provisionList dl dt{
	position: relative;
	margin-bottom: 1em;
	padding: .6em 0;
	font-size: var(--font-size-accent);
	color: var(--color-primary);
}
.provisionList dl dt::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border-color);
}
.provisionList ol {
	counter-reset: li;
	list-style: none;
	margin: 1.5em 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.provisionList ol li{
	line-height: 1.3;
	position: relative;
	padding-left: 1.5em;
}
.provisionList ol li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
}


/* サイトマップ
========================================== */
.sitemapWrap{
	display: flex;
	justify-content: space-around;
	gap:1em 2em;
}
.sitemapWrap .group{
	display: flex;
	gap:1em 2em;
	width: 50%;
}
.sitemapList{
	padding-left: 10px;
	padding-top: 20px;
	width: 100%;
	border-top: 4px solid var(--color-primary);}
.sitemapList li + li{margin-top: 1em;}
.sitemapList li a{
	line-height: 1.3;
	display: inline-block;
	text-decoration: none;
}
.sitemapList li a:hover{
	text-decoration: underline;
}
.sitemapList li ul{margin-top: 1em;margin-left: 1em;}
.sitemapList li ul li{
	position: relative;
	padding-left: 30px;
}
.sitemapList li ul li::before{
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	width: 12px;
	height: 1px;
	background-color:var(--color-primary);
}
.sitemapList li ul li a{}

.sitemapList li.externalLink a{
	position: relative;
	padding-right:25px;
}
.sitemapList li.externalLink a::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width:20px;
	height:20px;
	mask-image: url(../img/arrow-square-out.svg);
	-webkit-mask-image: url(../img/arrow-square-out.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background-color:var(--color-primary);
}

@media screen and (max-width: 599px) {
	.sitemapWrap{
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}
	.sitemapWrap .group{
		flex-direction: column;
		width: calc((100% - 2em)/2);
	}

}
@media screen and (max-width: 380px) {
	.sitemapWrap .group{width: 100%;}
}
