@charset "utf-8";



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){

br.smp{display: block;}
br.pc{display: none;}



/**************************************************
 header
**************************************************/
header{
	min-width: 100%;
	height: 60px;
	padding: 0 20px;
}

header h1{font-size: 2.5rem;}

#globalNavi{
	position: absolute;
	width: 100%;
	height: calc(100vh - 60px);
	top: 60px;
	left: 0;
	background: var(--base-color);
	display: none;
}
#globalNavi ul{
	font-size: 2.2rem;
	height: 100%;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}
#globalNavi ul li{
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
#globalNavi ul li:first-of-type{margin: 15px 0;}
#globalNavi ul li a{color: #FFFFFF;}
#globalNavi ul li a::before{display: none;}
#globalNavi ul li a:hover{
	color: #FFFFFF;
	opacity: 0.5;
}
#globalNavi ul li:last-of-type a{
	width: 270px;
	color: var(--color-green);
	background: #FFFFFF;
	margin: 15px auto;
}
#globalNavi ul li:last-of-type a:hover{
	background: #FFFFFF;
	opacity: 0.5;
}
	
#menu{display: block;}
	
	
	
/**************************************************
 wrapper
**************************************************/
#wrapper{
	min-width: 100%;
	top: 0;
	/*padding-top: 60px;*/
	overflow: hidden;
}
	
	
	
/**************************************************
 visualHanger
**************************************************/
.visualHanger{
	height: 45vh;
	min-height: auto;
	/*border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;*/
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}
.visualHanger::before{
	width: 90%;
	left: 5%;
	background: url("../img/visual_bg.svg") no-repeat center top;
	background-size: 100% auto;
}
.visualHanger img{
	width: 105%;
	height: auto;
	right: -2.5%;
}



/**************************************************
 anchorNavi
**************************************************/
.anchorNavi{
	/*position: relative;
	text-align: center;
	margin-top: -60px;
	padding-bottom: 30px;
	z-index: 10;*/
	margin-top: 0;
	padding-bottom: 0;
}
.anchorNavi ul{
	width: 100%;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.anchorNavi ul li::before{
	height: 70%;
	top: 15%;
}
.anchorNavi ul li a{
	height: 80px;
	font-size: calc(4.2vw);
	letter-spacing: 0;
	padding-bottom: 15px;
}
.anchorNavi ul li a::before{
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	bottom: 20px;
	left: calc(50% - 6px);
}
.anchorNavi ul li a:hover::before{bottom: 15px;}



/**************************************************
 common
**************************************************/
article.common{
	margin-top: 120px;
	border-radius: 40px;
	padding: 0 20px 70px 20px;
}
article.common h2{
	font-size: calc(9.0vw);
	letter-spacing: 1px;
	top: -4.5vw;
}
article.common h2 span{padding: 0 40px;}
article.common h2 span::before,
article.common h2 span::after{
	width: 4px;
	height: 130%;
	top: -8%;
}

article.common section{width: 100%;}
article.common section h3{
	font-size: calc(6.5vw);
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 70px 0 10px;
	padding-bottom: 40px;
}
article.common section h3::before{
	width: 70px;
	height: 6px;
	left: calc(50% - 35px);
}
article.common section p{
	font-size: calc(4.2vw);
	padding-top: 20px;
}
article.common section p span.spacing1{letter-spacing: -1px;}
article.common section p.style1{padding-top: 40px;}
article.common section p.note{
	padding-top: 10px;
	line-height: 1.4;
	/*-webkit-box-pack: end;
	justify-content: flex-end;*/
}
article.common section p.note2{
	padding-top: 30px;
	text-align: left;
}
article.common section p.note span,
article.common section p.note2 span{
	padding-left: calc(4.2vw);
	text-indent: calc(4.2vw * -1);
}

.copyHanger{
	font-size: calc(5.0vw);
	letter-spacing: 1px;
	margin-top: 40px;
}
.copyHanger span{background:linear-gradient(transparent 60%, #FFFF00 60%);}

.boxHanger{
	margin-top: 40px;
	border: 4px solid var(--base-color);
	padding: 30px 20px;
	border-radius: 20px;
}
.boxHanger.style1{margin-top: 60px;}
article.common section .boxHanger h3{
	margin: 0;
	padding: 0;
}
article.common section .boxHanger h3::before{display: none;}
article.common section .boxHanger h3.style1 span{
	display: block;
	padding: 8px 30px;
	/*color: #FFFFFF;*/
	border: 4px solid var(--base-color);
	background: var(--bg-color1);
	/*background: var(--base-color);*/
	border-radius: 10.0rem;
}
/*.boxHanger.style2 p{text-align: center;}*/
.boxHanger.style2::before{
	width: 90px;
	height: 90px;
	top: -70px;
	left: calc(50% - 45px);
	background: url("../img/plus.svg") no-repeat 0 0;
	background-size: 100% auto;
}
.boxHanger ul.style1{padding-top: 10px;}
.boxHanger ul.style1 li{
	font-size: calc(5.5vw);
	margin-top: 10px;
	padding-left: 5.5vw;
}
.boxHanger ul.style1 li::before{
	font-size: calc(7.5vw);
	top: -1.7vw;
}
.boxHanger ul.style2{
	padding-top: 10px;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.boxHanger ul.style2 li{
	width: calc((100% - 30px) / 3);
	font-size: calc(4.5vw);
	letter-spacing: 0;
	margin: 20px 15px 0 0;
}
.boxHanger ul.style2 li:nth-of-type(3n){margin: 20px 0 0 0;}
.boxHanger ul.style2 li img{
	display: block;
	margin-bottom: 10px;
}
.boxHanger ul.style2 li:hover{opacity: 0.5;}
.boxHanger ul.style3{
	margin-top: 20px;
	padding: 15px 10px;
	border-radius: 10px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.boxHanger ul.style3 li{
	font-size: calc(4.0vw);
	letter-spacing: 1px;
	padding-left: 18px;
	margin: 5px 0;
}
.boxHanger ul.style3 li::before{
	width: 14px;
	height: 14px;
	top: 0.5vw;
}
	
.boxHanger .figHanger{margin-top: 20px;}



/**************************************************
 about
**************************************************/
#about section{padding-bottom: 70px;}
	
.about_feature ul{margin-top: 30px;}
.about_feature ul li{
	width: calc((100% - 20px) / 3);
	height: auto;
	/*aspect-ratio: 1;*/
	font-size: calc(3.6vw);
	letter-spacing: 0;
	border-radius: 15px;
	padding: 20px 5px;
}
.about_feature ul li img{width: 90%;}
.about_feature ul li sup{font-size: calc(2.6vw);}

.targetHanger{margin-top: 60px;}
article.common section .targetHanger h3 span{padding: 15px 30px;}
.targetHanger ul{margin-top: -6vw;}
.targetHanger ul li{
	font-size: calc(4.2vw);
	letter-spacing: 1px;
	border-radius: 15px;
	padding: 55px 10px 35px 10px;
}
.targetHanger ul li strong{
	font-size: calc(5.5vw);
	padding-left: 9.0vw;
}
.targetHanger ul li strong::before{
	width: 8vw;
	height: 8vw;
	top: 1vw;
	background: url("../img/check_box.svg") no-repeat 0 0;
	background-size: 100% auto;
}

.movieHanger{margin: 50px auto 0 auto;}



/**************************************************
 item
**************************************************/
#item .boxHanger.style1{
	margin-top: 50px;
	padding-bottom: 50px;
}
	
.itemDetail div{
	font-size: calc(3.5vw);
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px;
}
.itemDetail div strong{
	font-size: calc(4.5vw);
	letter-spacing: 1px;
}



/**************************************************
 visit
**************************************************/
.boxHanger.step{
	padding-top: 40px;
	margin-top: 120px;
}
.boxHanger.style1.step{margin-top: 60px;}
.boxHanger.step::before{
	width: 40px;
	height: 40px;
	bottom: -65px;
	left: calc(50% - 24px);
}
.boxHanger.step:nth-of-type(4)::before{display: none;}
	
.boxHanger.step h3.style1{margin-top: 50px;}
	
.boxHanger.step h4.style1{
	margin-top: 60px;
	font-size: calc(5.0vw);
	letter-spacing: 1px;
	padding: 15px 10px;
}
.boxHanger.step h4.style1.firstPos{margin-top: 30px;}
	
.boxHanger.step h5.style1{
	margin-top: 40px;
	font-size: calc(4.2vw);
}
.boxHanger.step h5.style1.firstPos{margin-top: 20px;}
.boxHanger.step p.style1{
	padding-top: 20px;
	line-height: 1.4;
}
.boxHanger.step p.style1 strong{
	font-size: calc(6.5vw);
	padding-bottom: 10px;
}

.stepNum{
	width: 44%;
	top: -5vw;
	left: 28%;
	font-size: calc(6.0vw);
}

.btnHanger{margin-top: 30px;}
.btnHanger a{
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: calc(4.2vw);
	padding: 15px 40px;
}
.btnHanger.style1 a{width: 100%;}
.btnHanger.style2{margin-top: 20px;}
.btnHanger.style2.firstPos{margin-top: 40px;}
.btnHanger.style2 a{width: 100%;}

.emp{
	margin-top: 25px;
	padding: 20px;
	border-radius: 15px;
}
.emp h4{
	font-size: calc(5.0vw);
	letter-spacing: 1px;
}
.emp ul.packing{padding-top: 15px;}
.emp ul.packing li{font-size: calc(4.0vw);}
.emp ul.packing li::before{
	font-size: calc(6.0vw);
	top: -0.4vw;
}

.mapHanger{
	margin-top: 30px;
	height: 70vh;
}

.detailList ul{padding-top: 10px;}
.detailList ul li{
	width: calc(50% - 10px);
	margin: 20px 20px 0 0;
}
.detailList ul li:nth-of-type(3n){margin: 20px 20px 0 0;}
.detailList ul li:nth-of-type(2n){margin: 20px 0 0 0;}
.detailList ul li a{
	height: 60px;
	font-size: calc(4.5vw);
	letter-spacing: 0;
}



/**************************************************
 footer
**************************************************/
footer{margin-top: 60px;}

.reservation{
	padding: 40px 20px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.reservation dl dt{
	font-size: calc(6.5vw);
	line-height: 1.3;
	letter-spacing: 1px;
	padding-top: 75px;
	background: url("../img/megaphone_icon.svg") no-repeat center top;
	background-size: 75px auto;
}
.reservation dl dt span{padding: 0 40px;}
.reservation dl dt span::before,
.reservation dl dt span::after{
	width: 4px;
	height: 90%;
	top: 2vw;
}
.reservation dl dd{padding-top: 45px;}
.reservation dl dd a{
	width: 100%;
	height: 70px;
	font-size: calc(5.5vw);
}
.reservation dl dd a::before{
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
}

.footerInfo{padding: 40px 20px;}
.footerInfo dl{
	width: 100%;
	text-align: center;
}
.footerInfo dl dt{
	font-size: calc(4.8vw);
	letter-spacing: 1px;
}
.footerInfo dl dd{
	font-size: calc(3.5vw);
	padding-top: 20px;
}

.pageTop{
	position: relative;
	width: 100%;
	height: 80px;
	right: 0;
	bottom: 0;
	padding-top: 12px;
	border-radius: 0;
}
	


}


