@charset "utf-8";

/* サイト利用規則/宿泊約款/プライバシー・ポリシーページ */

/* メインビジュアル
---------------------------------------------------------------------------*/
.block-mv {
	background-image: url(../img/faq/mv.jpg);
	text-shadow: 
		0px 0px 9px rgba(101, 87, 105, .7), 
		2px 2px 7px rgba(101, 87, 105, .7), 
		2px -2px 7px rgba(101, 87, 105, .7), 
		-2px 2px 7px rgba(101, 87, 105, .7), 
		-2px -2px 7px rgba(101, 87, 105, .7);
}
@media screen and (max-width: 768px){
	.block-mv {
		background-image: url(../img/faq/mv-sp.jpg);
	}
}


/* アンカー
---------------------------------------------------------------------------*/
.lst-anchors.type-btn .tx-anchors {
	min-height: 102px;
}
@media screen and (max-width: 768px){
	.lst-anchors.type-btn .tx-anchors {
		min-height: 22vw;
	}
}


/* FAQ
---------------------------------------------------------------------------*/
.lst-faq {
	margin-top: 40px;
}
.box-details {
	margin-bottom: 60px;
}

.tx-faq {
	padding: 10px 20px 10px 40px;
}
.tx-q {
	background-color: #F2F1ED;
	font-weight: 400;
}
.lst-faq dd {
	display: none;
	margin-top: 10px;
}

.lst-faq dd + dt {
	margin-top: 30px;
}

.icon-faq {
	-ms-flex-item-align: flex-start;
	-ms-grid-row-align: flex-start;
	align-self: flex-start;
	width: 25px;
	font-size: .3rem;
	text-align: center;
}
.icon-q {
	color: #0050A0;
}
.icon-a {
	color: #B08829;
}

.det-q {
	width: 800px;
	color: #0050A0;
	font-size: .2rem;
}
.det-a {
	width: 840px;
}
.det-a a {
	text-decoration: underline;
}

.arw-faq {
	position: relative;
	width: 25px;
	color: #0050A0;
	font-size: .18rem;
}
.arw-faq p {
	position: absolute;
	top: calc(50% - 13.5px);
	left: 0;
	transition-property: all;
	transition: 0.3s linear;
}
.arw-faq p.arw-up,
.active .arw-faq p.arw-down {
	opacity: 0;
}
.active .arw-faq p.arw-up {
	opacity: 1;
}

.btn-faq {
	width: 310px;
	height: 60px;
	margin: 0 auto;
	background-color: #0050A0;
	border: 1px solid #0050A0;
	color: #FFFFFF;
	text-decoration: none!important;
}
.btn-faq:hover {
	color: #0050A0;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1024px){
	.icon-faq {
		margin-right: 2vw;
	}
}
@media screen and (max-width: 768px){
	.lst-faq {
		margin-top: 5vw;
	}
	.box-details {
		margin-top: 8vw;
	}
	.lst-faq dd + dt {
		margin-top: 3vw;
	}
	.tx-faq {
		padding: 3vw;
	}
	.icon-faq {
		width: 10vw;
		font-size: 6vw;
	}
	.det-q {
		width: 80vw;
		font-size: 4.3vw;
	}
	.det-a {
		width: 84vw;
	}

	.arw-faq {
		width: 10vw;
		font-size: 5vw;
	}
}








