@charset "utf-8";
/* ------------------------------------------------------------

share.css

------------------------------------------------------------ */


/* member_discount
------------------------------------------------------------ */

.member_discount {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding:35px 10px 30px;
	text-align:center;
	border:1px solid #a78b47;
	background-color:rgba(0,0,0,0.9);
	position:relative;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}
.member_discount .headline{
	width:260px;
	margin:0 auto;
	font-size:1.12em;
	height:36px;
	font-weight:500;
	text-align:center;
	color:#000;
	background:#a78b47;
	border-radius:50vh;
	position:absolute;
	top:-18px;
	left:0;
	right:0;
}
.member_discount .text{
	font-size:2.4rem;
	line-height:1;
}
.member_discount .text .num{
	font-size:5.2rem;
	line-height:24px;
	position:relative;
	bottom:-0.1em;
}

@media print, screen and (max-width: 539px) {
	.member_discount .text{
		font-size:1.6rem;
	}
	.member_discount .text .num{
		font-size:4.2rem;
		line-height:16px;
	}
}
@media print, screen and (min-width: 540px) and (max-width: 768px) {
	.member_discount .text{
		font-size:2.0rem;
	}
	.member_discount .text .num{
		font-size:4.8rem;
		line-height:20px;
	}
}
@media print, screen and (min-width: 769px) {
	.member_discount .text{
		font-size:2.4rem;
	}
	.member_discount .text .num{
		font-size:5.2rem;
		line-height:24px;
	}
}
@media print, screen and (min-width: 1200px) {

}
@media print, screen and (min-width: 1600px) {

}



/* course
------------------------------------------------------------ */

.wide .course {
	display:flex;
	flex-wrap: wrap;
}
.wide .course .photo {
	width:100%;
}
.wide .course .menu {
	width:100%;
}

@media print, screen and (max-width: 768px) {
	.wide .course .menu {
		margin:40px auto 0;
		max-width:380px;
	}
}
@media print, screen and (min-width: 769px) {
	.wide .course .photo {
		width:52.85%;
	}
	.wide .course .menu {
		width:47.15%;
		padding-left:7%;
	}
}


.courseList {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0;
}
.courseList .courseBox {
	padding-bottom:80px;
	position:relative;
}

@media print, screen and (max-width: 768px) {
.courseList .courseBox {
	width:100%;
}
}
@media print, screen and (min-width: 769px) {
	.courseList .courseBox {
		width:48%;
	}
}

.courseList .courseBox.wide {
	width:100%;
}
.courseList .courseBox .btnBox {
	width: calc(100% - 50px);
	position:absolute;
	bottom:60px;
}

.course .menu > div {
	max-width:380px;
}

.period {
	display:flex;
	margin-bottom:1.5em;
	font-size:1.4rem;
	line-height:1.5;
}
.period span:nth-child(1) {
	width:85px;
	padding:3px 0;
	color:#fff;
	text-align:center;
	background:#000;
}
.period span:nth-child(2) {
	width: calc(100% - 85px);
	padding:3px 10px;
	color:#000;
	text-align:center;
	background:#fff;
}

.course .courseTxt {
	line-height:1.5;
	letter-spacing:0.05em;
	color:#a78b47;
}

.course .menuName {
	font-size:3.6rem;
	line-height:1.5;
	letter-spacing:0.05em;
}
.course .menuName .textEng{
	display:inline-block;
	margin-left:0.5em;
	font-size:2.0rem;
	position:relative;
	bottom:0.2em;
}

.course .price {
	text-align:right;
	line-height:1.5;
	position:relative;
}
.course .price .text {
	display:inline-block;
	margin-right:0.5em;
	font-size:1.2rem;
}
.course .price .priceTxt {
	font-size:3.0rem;
	position:relative;
	bottom:-0.1em;
}
.course .price .priceTxt.L {
	font-size:3.2rem;
}
.course .price .subtext {
	font-size:1.2rem;
	position:absolute;
	bottom:-1.5em;
	right:0;
}
.course .price .text {
	display:inline-block;
	margin-right:0.5em;
	font-size:1.2rem;
}

.course .menuList {
	margin:30px 0 40px;
	font-size:0.88em;
	line-height:1.8;
}
.course .menuList > li {
	margin:15px 0;
	padding:0 0 0 1.5em;
	position:relative;
}
.course .menuList > li::after{
	display:block;
	content:"●";
	color:#a78b47;
	position:absolute;
	top:0;
	left:0;
}
.course .menuList > li > ul {
	margin:8px 0 0;
}
.course .menuList > li > ul > li {
	margin:8px 0;
	padding:0 0 0 1.2em;
	position:relative;
}
.course .menuList > li > ul > li::after{
	display:block;
	content:"・";
	position:absolute;
	top:0;
	left:0;
}
.course .menuList li.noMark {
	padding:0;
}
.course .menuList li.noMark::after{
	content:"";
}

.course .reservBtn {
	display:inline-block;
	width:290px;
	padding:0 20px 0 30px;
	font-size:2.0rem;
	line-height:60px;
	font-weight:500;
	text-align:center;
	letter-spacing:0;
	color:#000;
	text-decoration:none;
	background:url(../img/share/icon_cal.png) no-repeat top 50%  left 15px #a78b47;
	background-size:26px auto;
}

@media print, screen and (max-width: 768px) {
	.course .courseTxt {
		font-size:0.86em;
	}
	.course .menu > div {
		padding:;
	}
	.course .menuList li {
		font-size:0.93em;
	}
}


/* courseBox
------------------------------------------------------------ */

.courseBox {
	margin:40px 0;
	padding:25px;
}
@media print, screen and (max-width: 768px) {
	.courseBox {
		margin:20px 0;
		padding:15px;
	}
}
@media print, screen and (min-width: 769px) {
	.courseBox {
		margin:40px 0;
		padding:25px;
	}
}

.bgGray .courseBox {
	background-color:rgba(255,255,255,0.45);
	color:#000;
}
.bgGray2 .courseBox {
	background-color:rgba(0,0,0,0.85);
}
.courseBox .photo {
	margin:0;
}
.courseBox .menu {
	margin:40px 0 40px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.courseBox.wide {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:35px;
}
.courseBox.wide .menu > div{
	width:460px;
}
.courseBox.wide .btnBox {
	position:relative;
	bottom:0;
}

@media print, screen and (max-width: 768px) {
	.courseBox.wide {
		padding:15px;
	}
	.courseBox.wide .photo {
		width:100%;
	}
	.courseBox.wide .menu {
		width:100%;
		margin-top:30px;
	}
	.courseBox.wide .menu > div{
		width:100%;
		max-width:380px;
	}
}
@media print, screen and (min-width: 769px) {
	.courseBox.wide {
		padding:35px;
	}
	.courseBox.wide .photo {
		width:48.67%;
		max-width:550px;
	}
	.courseBox.wide .menu {
		width:51.13%;
	}
	.courseBox.wide .menu > div{
		max-width:460px;
		padding:0 20px;
	}
}


/* reservBox
------------------------------------------------------------ */
.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 1000;
}

.reservBox {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
	height:100%;
	margin:auto;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1001;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.reservBox.is-open,
.overlay.is-open {
	opacity: 1;
	visibility: visible;
}
.reservBox .modalInner {
	width:84%;
	max-width:450px;
	height:480px;
	color:#000;
	background:#fff;
	position:relative;
}
.scroll-hint {
	display:block;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width:60px;
	height:60px;
	padding:15px 0 0;
	font-size: 12px;
	line-height:1.5;
	text-align:center;
	border-radius: 50vh;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s;
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index:100;
	transform: translateX(-50%);
}
.scroll-hint.show {
	opacity: 1;
}

.reservBox .head {
	height:120px;
	padding:18px 0 0;
	color:#fff;
	text-align:center;
	background:#333;
}
.reservBox .head .eng {
	font-size:5.2rem;
	line-height:1.2;
	letter-spacing:0.05em;
}
.reservBox .head h2 {
	line-height:1.2;
}

.reservBox .body {
	background:#fff;
	overflow-y: auto;
}
.reservBox .body .bodyInner {
	max-height:360px;
	padding:30px 25px;
	color:#000;
	text-align:center;
}
.reservBox .body .menuName {
	padding:0 0 25px;
	font-size:3.2rem;
}
.reservBox .body .menuName span {
	font-size:2.0rem;
	position:relative;
	top:-3px;
}
.reservBox .body .reservList li {
	padding:30px 0;
	border-top:1px solid #000;
}
.reservBox .body .reservList li .planName {
	font-size:1.8rem;
	line-height:1.5;
	letter-spacing:0.02em;
}
.reservBox .body .reservList li .price {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width:340px;
	margin:10px auto 15px;
	font-size:1.4rem;
	line-height:24px;
}
.reservBox .body .reservList li .price em {
	font-size:2.4rem;
	position:relative;
	bottom:-2px;
}
.reservBox .body .coutionTxt {
	padding:0 0 30px;
	font-size:1.3rem;
	line-height:1.5;
}
.closeBtn {
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	top: -8px;
	right: -12px;
	border-radius:50vh;
}

.closeBtn::before,
.closeBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	background: #000;
	transform-origin: center;
}
.closeBtn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.closeBtn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (max-width: 768px) {
	.reservBox .modalInner {
		height:400px;
	}
	.reservBox .head {
		height:90px;
		padding:10px 0 0;
	}
	.reservBox .head .eng {
		font-size:3.8rem;
	}
	.reservBox .body .bodyInner {
		max-height:310px;
		padding:15px 20px;
	}
	.reservBox .body .menuName {
		padding:0 0 15px;
		font-size:2.8rem;
	}
	.reservBox .body .reservList li .price {
		justify-content: center;
	}
	.reservBox .body .reservList li .price p {
		width:100%;
	}
	.reservBox .body .reservList li .price .separator {
		display:none;
	}
}