/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-faq .ttlarea {
	background: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlarea ul.outer {
	max-width: 1200px;
	justify-content: center;
}
h1.ttl {
	padding: 5em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	filter: drop-shadow(1px 1px 1px #000);	
}
h1.ttl span {
	margin-top: 1em;
	color: #fff;
	font-size: 30px;
	display: block;
}


/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #12314b;
}
.container_subpage {
	padding: 0;
}
#faq {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	padding: 0 0 1em;
  	color: #fff;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
.container_subpage h2 span {
  	padding: 0 0 1em;
  	color: #ccc;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
	display: block;
}
.container h4 {
  	color: #fff;
}


/* ------------------------------
   段落
------------------------------ */
p.lead {
  	margin-bottom: 2em;
	color: #fff;
  	font-size: 18px;
  	text-align: center;
}


/* 文字色
--------------------------- */
span.email a {
	color: #8ab0d0;
}




/* パンくず
--------------------------- */
.breadcrumbs {
	color: #fff;
	background: #12314b;
}
.breadcrumbs span, .breadcrumbs span a {
	color: #eee;
}



/* ------------------------------

   FAQ

------------------------------ */

/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
.accordion_faq {
    list-style: none;
    width: 80%;
    margin:0 auto;
}
.accordion_faq li{
    margin: 0;
}

/*質問*/
h3.accordion_section {
    padding: 3% 3% 3% 20px;
	color: #fff;
    font-size: 24px;
	text-align: left;	
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
	border-top: 1px solid #a1a4a6;
}
section.room-type h3.accordion_section {
	border-top: none;
}
h3.accordion_section span {
	margin-right: 20px;
}

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background: #fff;
}
.accordion_section::before{
    top:48%;
    right: 20px;
    transform: rotate(0deg);
}
.accordion_section::after{    
    top:48%;
    right: 20px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion_section.close::before{
  transform: rotate(45deg);
}
.accordion_section.close::after{
  transform: rotate(-45deg);
}

/*質問*/
h4.question {
    padding: 3% 3% 3% 20px;
    font-size: 20px;
	text-align: left;	
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}
h4.question span.question {
	margin-right: 20px;
	color: #ebbf53;	
}


/*回答*/
.answer {
	margin: 0;
    padding: 0 3% 3% 20px;
    background: transparent;
	border-bottom: 1px dotted #a1a4a6;
}
.answer:last-of-type {
	border-bottom: none;
}
section.other .answer {
	border-bottom: 1px dotted #a1a4a6;	
}
.answer p {
	padding: 0 0 0 37px;
	color: #fff;
	text-indent: -35px;
}
.answer p::before {
	content: "A";
	margin-right: 20px;
	font-size: 20px;
	font-weight: 700;	
}
.answer p span.grey2 {
	text-indent: 0;
}

/*中身*/
.accordion_content {
	display: none;
}



/* ___________________________________

  関連施設
____________________________________ */

#related-facilities .container_subpage_inner h2 {
  	padding: 0 0 1em;
  	color: #040303;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
#related-facilities .container_subpage_inner h2 span {
  	padding: 0 0 1em;
  	color: #666;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
  	display: block;
}



/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 54px;
}

/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 94%;
}	
}


/**
 * レスポンシブ: PC用 ウィンドウ幅821px以上、1200px以下
 */
@media screen and (min-width:821px) and ( max-width:1200px) {
	

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 38px;	
}
	
	
	
/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 2.8vw;
}
#wrapper_faq h2 {
	font-size: 23px;
}
.container h3 {
	font-size: 24px;
}
}



/**
 * レスポンシブ: PC用 ウィンドウ幅1140px以下
 */
@media screen and ( max-width:1140px) {


}








/**
 * レスポンシブ: TB用 ウィンドウ幅834px以下共通
 */
@media screen and ( max-width:834px) {


/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	padding: 4em 0;
}
	
	
	
/* ___________________________________

  共通セレクタ
____________________________________ */

.container_subpage_inner {
	width: 94%;
	max-width: 94%;
}


/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 3.5vw;
	line-height: 1.2;
}
.container h3 {
	font-size: 22px;
}	
p.lead2 {
	font-size: 14px;
}
	
	
	
/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
.accordion_faq {
    width: 90%;
}
h3.accordion_section {
    font-size: 22px;
}

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    width: 18px;
}
.accordion_section::before{
    right: 18px;
}
.accordion_section::after{    
    right: 18px;
}	
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、834px以下
 */
@media screen and (min-width:641px) and ( max-width:834px) {


/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
	
	

}




/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {

#wrapper_faq h1 span.en.o810_only {
	display: none;
}
#wrapper_faq h1 span.en.u640_only {
	display: block;
}	
	
/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	


/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 4vw;
}
.container h3 {
	font-size: 22px;
}

/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
.accordion_faq {
    width: 90%;
}
h3.accordion_section {
    font-size: 20px;
}

/*質問*/
h4.question {
    font-size: 18px;
}
.answer p::before {
	font-size: 18px;
}	

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    width: 18px;
}
.accordion_section::before{
    right: 18px;
}
.accordion_section::after{    
    right: 18px;
}
}







/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and ( max-width:480px) {


/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 5vw;
}
.container h3 {
	font-size: 20px;
}

/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
.accordion_faq {
    width: 100%;
}
h3.accordion_section {
    font-size: 18px;
}

/*質問*/
h4.question {
	padding: 5% 0 2.5% 32px;
    font-size: 17px;
	text-indent: -32px;
}
h4.question span.question {
	margin-right: 17px;
}	

/*回答*/
.answer {
  padding: 0 5% 5% 0;
}	
.answer p {
	padding: 0 0 0 30px;
	text-indent: -29px;
}	
.answer p::before {
  margin-right: 17px;
  font-size: 17px;
}	

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    width: 17px;
}
.accordion_section::before{
    right: 17px;
}
.accordion_section::after{    
    right: 17px;
}
}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and ( max-width:428px) {

/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 5.5vw;
}
.container h3 {
	font-size: 18px;
}


}



/**
 * レスポンシブ: SP用 ウィンドウ幅414px以下
 */
@media screen and ( max-width:414px) {

		
}


/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {

/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 5.8vw;
}
.container h3 {
	font-size: 16px;
}


/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
h3.accordion_section {
    font-size: 18px;
}

/*質問*/
h4.question {
	padding: 5% 0 2.5% 30px;
    font-size: 16px;
	text-indent: -30px;
}
	
/*回答*/
.answer {
  padding: 0 5% 5% 0;
}	
.answer p {
    padding: 0 0 0 30px;
    text-indent: -29px;
}
.answer p::before {
	margin-right: 16px;
	font-size: 16px;
}		

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    width: 16px;
}
.accordion_section::before{
    right: 16px;
}
.accordion_section::after{    
    right: 16px;
}
}

/**
 * レスポンシブ: SP用 ウィンドウ幅374px以下
 */
@media screen and ( max-width:374px) {

}


/**
 * レスポンシブ: SP用 ウィンドウ幅360px以下
 */
@media screen and ( max-width:360px) {

}


/**
 * レスポンシブ: SP用 ウィンドウ幅340px以下
 */
@media screen and ( max-width:340px) {

	
}





/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and ( max-width:320px) {

/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 5.8vw;
}
.container h3 {
	font-size: 15px;
}

/* アコーディオンメニュー
--------------------------- */

/*アコーディオン全体*/
h3.accordion_section {
    font-size: 17px;
}

/*質問*/
h4.question {
	padding: 5% 0 2.5% 28px;
    font-size: 15px;
	text-indent: -28px;
}	

/*回答*/
.answer p::before {
	font-size: 15px;
}		

/*アイコンの＋と×*/
.accordion_section::before,
.accordion_section::after{
    width: 15px;
}
.accordion_section::before{
    right: 15px;
}
.accordion_section::after{    
    right: 15px;
}

}



/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {

/* ------------------------------
   見出し
------------------------------ */
#wrapper_faq h1 {
	font-size: 5.8vw;
}
.container h3 {
	font-size: 15px;
}
}