@charset "utf-8";
/*------------------------------------------------------------
	room
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/room/page_img.jpg);
}
/* sec01 */
#main .sec01 {
	padding-bottom: 14rem;
}
#main .sec01 h3 {
	margin-bottom: 2.7rem;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
#main .sec01 .topImgBox .text {
	margin-bottom: 3.7rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec01 .topImgBox .photoBox {
	margin-bottom: 8rem;
}
#main .sec01 .comLinkList li:first-child {
	margin-left: 0;
}
#main .sec01 .comLinkList a:hover {
	opacity: 0.7;
}
#main .sec01 .lBox {
	width: calc(100% - 34rem);
}
#main .sec01 .lBox .comLinkList {
	margin: -1.5rem 0 6rem;
}
#main .sec01 .lBox .text {
	margin-bottom: 7.5rem;
	text-align: justify;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .sec01 .equipment {
	margin-bottom: 8rem;
}
#main .sec01 .equipment .headLine03 {
	margin-bottom: 1rem;
}
#main .sec01 .equipment .equipmentUl li {
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
}
#main .sec01 .equipment .equipmentUl .phoBox {
	margin-right: 3.8rem;
	width: 7.2rem;
}
#main .sec01 .equipment .equipmentUl .txtBox {
	flex: 1;
}
#main .sec01 .equipment .equipmentUl .txtBox .ttl {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .sec01 .equipment .equipmentUl .txtBox .txt {
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec01 .fee {
	margin-bottom: 7.5rem;
}
#main .sec01 .fee .headLine03 {
	margin-bottom: 3rem;
}
#main .sec01 .fee .txtList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec01 .access .headLine03 {
	margin-bottom: 3.2rem;
}
#main .sec01 .access .mapBox {
	margin-bottom: 2.5rem;
	width: 100%;
	position: relative;
	padding-bottom: 52%;
}
#main .sec01 .access .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
}
#main .sec01 .access .add {
	letter-spacing: 0.1em;
	line-height: 1.75;
}
@media all and (min-width: 897px) {
	#main .sec01 .topImgBox .photoBox {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .sec01 .topImgBox .photoBox .photo {
		width: 74.2%;
		border-radius: 2rem;
		overflow: hidden;
	}
	#main .sec01 .topImgBox .photoBox a {
		position: relative;
		padding-bottom: 63%;
		display: block;
	}
	#main .sec01 .topImgBox .photoBox a:hover {
		opacity: 0.7;
	}
	#main .sec01 .topImgBox .photoBox .photo img {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		object-fit: cover;
	}
	#main .sec01 .topImgBox .photoBox .smlPho {
		width: 25%;
	}
	#main .sec01 .topImgBox .photoBox .smlPho li {
		margin-bottom: 1rem;
		border-radius: 1rem;
		overflow: hidden;
	}
	#main .sec01 .topImgBox .photoBox .smlPho li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .topImgBox .photoBox .smlPho li a {
		position: relative;
		padding-bottom: 60%;
	}
	#main .sec01 .topImgBox .photoBox .smlPho li img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#main .sec01 .infoBox {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .sec01 .rBox {
		padding: 1.3rem 3rem 3rem; 
		width: 30rem;
		background-color: #EDF3FB;
		border-radius: 2rem;
	}
	#main .sec01 .rBox .ttl {
		margin-bottom: 1.2rem;
		padding-bottom: 1.5rem;
		text-align: center;
		color: #003B94;
		font-weight: 700;
		font-size: 2rem;
		letter-spacing: 0.1em;
		border-bottom: 0.2rem dotted #003B94;
	}
	#main .sec01 .rBox .txt {
		margin-bottom: 1.3rem;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		font-weight: 700;
		line-height: 1.75;
	}
	#main .sec01 .rBox .btnList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#main .sec01 .rBox .btnList a {
		padding: 1.3rem 0.5rem;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		background-color: #003B94;
		border-radius: 1rem;
	}
	#main .sec01 .rBox .btnList .li01 a {
		background-color: #333333;
	}
	#main .sec01 .rBox .btnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url(../img/room/page_img_sp.jpg);
	}
	#main .sec01 {
		padding-bottom: 4.8rem;
	}
	#main .sec01 h3 {
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}
	#main .sec01 .topImgBox .text {
		margin-bottom: 2.7rem;
		line-height: 1.75;
	}
	#main .sec01 .topImgBox .sliderBox {
		margin: 0 -1.5rem 3.1rem;
	}
	#main .sec01 .topImgBox .sliderBox .foo li {
		border-radius: 1rem;
		overflow: hidden;
	}
	#main .sec01 .topImgBox .sliderBox .slick-slide > div {
		margin: 0 0.8rem;
		width: 30rem;
	}
	#main .sec01 .lBox {
		width: auto;
	}
	#main .sec01 .lBox .text {
		margin-bottom: 3.5rem;
	}
	#main .sec01 .equipment {
		margin-bottom: 4rem;
	}
	#main .sec01 .equipment .headLine03 {
		margin-bottom: 0.5rem;
	}
	#main .sec01 .equipment .equipmentUl li {
		padding: 1.1rem 0;
		align-items: flex-start;
	}
	#main .sec01 .equipment .equipmentUl .phoBox {
		margin: 0.5rem 1.9rem 0 0;
		width: 5.1rem;
	}
	#main .sec01 .equipment .equipmentUl .txtBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#main .sec01 .equipment .equipmentUl .txtBox .txt {
		margin-right: -0.5rem;
	}
	#main .sec01 .fee {
		margin-bottom: 3.5rem;
	}
	#main .sec01 .fee .headLine03 {
		margin-bottom: 2rem;
	}
	#main .sec01 .access .headLine03 {
		margin-bottom: 2rem;
	}
	#main .sec01 .access .mapBox {
		margin-bottom: 1.2rem;
		padding-bottom: 88%;
	}
}
/* sec02 */
#main .sec02 {
	margin-bottom: -6rem;
	padding: 14.3rem 0 20.3rem;
	background-color: #EDF3FB;
	border-radius: 6rem 6rem 0 0;
}
#main .sec02 .sub {
	margin-bottom: 13.5rem;
}
#main .sec02 .flowList li {
	margin-right: calc(25% / 3);
	width: 18.75%;
	position: relative;
}
#main .sec02 .flowList li:not(:nth-of-type(4n))::after {
	width: 4.4rem;
	height: 3rem;
	position: absolute;
	top: 8.7rem;
	right: -7.1rem;
	z-index: 1;
	content: "";
	background: url(../img/common/icon07.png) no-repeat right top / 100%;
}
#main .sec02 .flowList li:nth-child(4n) {
	margin-right: 0;
}
#main .sec02 .flowList .phoBox {
	margin: 0 auto 1.2rem;
	width: 20rem;
}
#main .sec02 .flowList .txtBox {
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec02 .stepBox {
	margin-bottom: 3rem;
}
#main .sec02 .stepList li {
	margin-right: 0.25%;
	width: 19.8%;
}
#main .sec02 .stepList li:nth-child(5n) {
	margin-right: 0;
}
#main .sec02 .stepList .ttl {
	margin-bottom: 1.3rem;
	padding: 1.3rem 2rem 1.8rem;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	background-color: #003B94;
	border-radius: 0.5rem;
}
#main .sec02 .stepList li:not(:last-child) .ttl::after {
	width: 2.6rem;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	z-index: 1;
	content: "";
	background: url(../img/room/sec02_img_bg.png) no-repeat right top / 100%;
}
#main .sec02 .stepList li:last-child .ttl {
	background-color: #0080CA;
}
#main .sec02 .stepList .ttl .en {
	margin-right: 2rem;
	font-size: 1.6rem;
	letter-spacing: 0;
	display: inline-block;
	font-family: "Outfit", sans-serif;
	opacity: 0.5;
}
#main .sec02 .stepList .txt {
	padding-right: 3.5rem;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec02 .notesList li {
	letter-spacing: 0.1em;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		margin-bottom: -3rem;
		padding: 4.5rem 0 8rem;
		border-radius: 3rem 3rem 0 0;
	}
	#main .sec02 .sub {
		margin-right: -1.5rem;
		overflow: auto;
	}
	#main .sec02 .sub {
		margin-bottom: 4rem;
	}
	#main .sec02 .flowList {
		width: 86rem;
	}
	#main .sec02 .flowList li {
		margin-right: 7rem;
		width: 16rem;
	}
	#main .sec02 .flowList li:not(:nth-of-type(4n))::after {
		width: 3.4rem;
		height: 4rem;
		top: 6.8rem;
		right: -5.1rem;
	}
	#main .sec02 .flowList .phoBox {
		margin-bottom: 1rem;
		width: 16rem;
	}
	#main .sec02 .stepBox {
		margin-right: -1.5rem;
		margin-bottom: 3rem;
		overflow: auto;
	}
	#main .sec02 .stepList {
		width: 90.5rem;
	}
	#main .sec02 .stepList li {
		margin-right: 1px;
		width: 17.9rem;
	}
	#main .sec02 .stepList .ttl {
		margin-bottom: 0.5rem;
		padding: 1rem 1.5rem 1.3rem;
		font-size: 1.5rem;
		border-radius: 0.25rem;
	}
	#main .sec02 .stepList li:not(:last-child) .ttl::after {
		width: 2rem;
	}
	#main .sec02 .stepList .ttl .en {
		margin-right: 1.5rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: translateY(8rem);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: translateY(0rem);
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	transform: translateY(8rem);
	opacity: 0;
}
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
}
.mfp-bg {
	opacity: 0.5;
}
.mfp-container {
	padding-bottom: 10.5rem;
	position: fixed;
}
.popupBox {
	width: 100%;
	position: relative;	
	margin: 4rem auto;
	max-width: 86rem;
}
.popupBox .innerBox {
	padding-top: 1rem;
	background-color: #fff;
	border-radius: 1rem;
	height: calc(100vh - 8rem);
}
.popupBox .innerBox .sub {
	padding-bottom: 4rem;
	overflow: auto;
	height: calc(100vh - 14.2rem);
}
.popupBox .icon {
	margin: 0 2rem 2rem auto;
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.popupBox .icon a {
	display: block;
	position: relative;
	height: 3.2rem;
	background-color: #000;
}
.popupBox .icon a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 2.6rem;
	line-height: 1.15;
	font-weight: 700;
	content: '×';
	color: #fff;
}
.popupBox .icon a:hover {
	opacity: 0.7;
}
.popupBox .photoBox {
	padding: 0 4rem;
}
.popupBox .photoBox {
	margin-bottom: 2rem;
}
.popupBox .photoBox:last-of-type {
	margin-bottom: 0;
}
.popupBox .photoBox .pho img {
	width: 100%;
}
