@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

よくあるご質問

------------------------------------------------------------ */

/* ページタイトル
---------------------------------------------- */
.pagettl img{width: 21.73vw;}

/* コンテンツ共通
---------------------------------------------- */
.faq_inner{
	border-top: 1px solid #F0F0F0;
	padding: 25px 0;
}

.faq_inner:last-of-type{border-bottom: 1px solid #F0F0F0;}

.question{
	background: url(../img/ico_question01.png) no-repeat 0 0;
	background-size: 30px;
	line-height: 1.4;
	min-height: 30px;
	padding: 3px 0 0 40px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.answer{
	background: url(../img/ico_answer01.png) no-repeat 0 0;
	background-size: 30px;
	line-height: 1.8;
	min-height: 30px;
}

.answer.answer01{padding: 3px 0 0 0;}

.answer.answer02{padding: 3px 0 0 40px;}

/* ご宿泊について
---------------------------------------------- */
#faq01{margin-bottom: 80px;}

/* 施設のご利用について
---------------------------------------------- */
#faq02{margin-bottom: 80px;}

/* その他
---------------------------------------------- */
.txt_other{
	color: #192C4C;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding-top: 90px;
	margin-bottom: 35px;
}

.other_tel{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.other_tel a{
	color: #192C4C;
	line-height: 1.2;
	background: url(../img/ico_tel02.png) no-repeat 0 0.18em;
	background-size: 7px;
	font-family: Oswald !important;
	font-weight: bold;
	font-size: 2.3rem;
	padding-left: 14px;
	margin-right: 15px;
	display: block;
}

