/*=========
accordion
=========*/
@charset "utf-8";
/*.title { 
	background-image: url("../img/faq/faq-title-01.png"); background-repeat: no-repeat; height: 60px; margin: 0 auto; position: center; text-indent: -9999px;  width: 580px;border-bottom: 4px solid #cab15b;}*/
/*
.title p{ font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;}*/
/*.main-content{ background-color: #e8e9e8; }*/
/*.body{ background-color: #e8e9e8; }*/
.main-content { padding-top: 84px;}
.faq-area{ background-color: #ffffff; padding: 40px 100px 60px;  margin: 100px auto 100px; width: 800px;}
.title { 
	background-image: url("../img/faq/faq-title-01.png");  background-repeat: no-repeat; height: 60px; margin: 0 auto; background-position: center; width: 120px; }
.title {  width: 580px; border-bottom: 4px solid #cab15b;}
.body-color{ background-color: #e8e9e8; }
/*.main-content{ background-color: #e8e9e8; }*/
/*.title-txt{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;  margin: 0 auto; background-position: center; width: 580px; }*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #000000;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #000000;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
	.accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*@media screen and (max-width: 550px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.0rem 1.5rem 1.0rem 0.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.4rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
	.accordion_area .accordion_one .ac_inner {
    padding: 1.0rem 1.0rem 1.0rem 1.0rem;
  }
}*/

/*=========
faq
=========*/

.p-faq_headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq_headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq_headinner p.p-faq_q-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq_headinner {
    padding-left: 25px;
  }
  .p-faq_headinner::before {
    font-size: 14px;
  }
  .p-faq_headinner p.p-faq_q-txt {
    font-size: 14px;
  }
	}
.p-faq_bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq_bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq_bodyinner p.p-faq_a-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq_bodyinner {
    padding-left: 25px;
  }
	 .p-faq_bodyinner::before {
    font-size: 14px;
  }
  .p-faq_bodyinner p.p-faq_a-txt {
    font-size: 14px;
  }
}

/*=========
base
=========*/

/*html, body {
  margin: 0;
  padding: 0;
}*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  }
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc_item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

@media screen and (min-width: 800px) {
.faq-area{ margin: 0 2% 100px; padding: 40px 3% 60px; width: 100%;}
	.title { 
	background-image: url("../img/faq/faq-title-01.png");  background-repeat: no-repeat; height: 60px; margin: 0 auto; background-position: center; width: 120px; }
.title {  width: 580px; border-bottom: 4px solid #cab15b;}
}	
@media screen and (min-width: 424px) {
.faq-area{ margin: 0 2% 50px; padding: 20px 3% 30px; width: 100%;}
.title { 
	background-image: url("../img/faq/faq-title-01.png");  background-repeat: no-repeat; height: 60px; margin: 0 auto; background-position: center; width: 60px; }
.title {  width:424px; border-bottom: 4px solid #cab15b;}
}
@media screen and (min-width: 338px) {
	.faq-area{ margin: 0 0 50px; padding: 20px 0 30px; width: 100%;}
.title { 
	background-image: url("../img/faq/faq-title-01.png");  background-repeat: no-repeat; height: 60px; margin: 0 auto; background-position: center; width: 60px; }
.title {  width:338px; border-bottom: 4px solid #cab15b;}
	}
/*
@media screen and (max-width: 906px) {
.hotel-information-content-bt-area li { margin-bottom: 6px; width: 40%;}
}
@media screen and (max-width: 745px) {
.hotel-information-area dl dt div{ height: auto; padding-top: 2%; background-size: 100%;}
.hotel-information-area dl dt .hotel-information{ background-position: center -2%;}
.hotel-information-area dl dt .privacy-policy{ background-position: center 32%;}
.hotel-information-area dl dt .accommodation-terms{ background-position: center 72%;}
.hotel-information-area dl dt .cancellation-policy{ background-position: center 102%;}
}
@media screen and (max-width: 659px) {
.hotel-information-table.table-01,.hotel-information-table.table-02 { display: none;}
.hotel-information-area dl dd .hotel-information-text-06{ display: block;}
}
@media screen and (max-width: 515px) {
.table-basic tr th,.table-basic tr td{ display: block;}
.table-info tr th{ border-right: none; margin-bottom: -16px; width: auto;}
.hotel-information-area dl dd .hotel-information-text-01{ margin: 20px auto;}
.hotel-information-area dl dd .hotel-information-text-04{ margin: 20px auto;}
.hotel-information-area dl dd .hotel-information-text-05{ margin: 20px auto;}
.hotel-information-area dl dd .hotel-information-text-07{ margin: 20px auto 2px;}
.clause-base{ width: 100%;}
.clause-base li,.clause-base.one li{ padding-left: 0; margin-bottom: 30px;}
.clause-base li > p{ margin-bottom: 10px;}
.clause-base li > p::before{ margin: 0 19px 0 0;}
.clause-base li:first-child > p:first-child::before{ margin: 0 16px 0 0 !important;}
.number-base{ margin-left: 0;}
.number-base > p{ margin-bottom: 10px;}
.number-base > p::before{ margin: 0 10px 0 0;}
.iroha-base{ padding-left: 0;}
.iroha-base span{ margin-bottom: 10px;}
.iroha-base span::before{ margin: 0 12px 0 0;}
.remark-base{ width: calc(100% - 60px);}
}
@media screen and (max-width: 424px) {
.hotel-information-area dl dt div{ padding-top: .5%;}
}
@media screen and (max-width: 376px) {
.hotel-information-content-bt-area li { width: 80%;}
}
@media screen and (max-width: 338px) {
.hotel-information-area dl dt .hotel-information{ background-position: center -9%;}
.hotel-information-area dl dt .cancellation-policy{ background-position: center 108%;}
}*/
