@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #373741;
}

.gold {
  color: #AD9757;
}

.yellow {
  color: #F9F4EA;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #373741;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373741;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #373741;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

.en {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 宿泊約款等ページ
--------------------------------------------------*/
/* sec_KV
--------------------------------------------------*/
.subpage_top_wrapper {
  background-image: url(../img/poricy/sub_kv.webp);
}

/* sec_宿泊約款全体
--------------------------------------------------*/
#poricy__wrapper .contract_content {
  background-color: white;
  padding: 50px calc(5.128vw + 10px);
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_content {
    padding: 70px 3.125vw;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  #poricy__wrapper .contract_content {
    padding: 70px 50px;
  }
}
#poricy__wrapper .contract_content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #AD9757;
  pointer-events: none;
}
#poricy__wrapper .border_ttl {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  border: 1px solid #AD9757;
  padding: 8px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .border_ttl {
    font-size: 2rem;
    margin-top: 50px;
  }
}
#poricy__wrapper .poricy_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .poricy_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 450px) {
  #poricy__wrapper .poricy_ttl .sm-view {
    display: none;
  }
}
#poricy__wrapper .contract_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_ttl {
    line-height: 1;
    font-size: 2.2rem;
  }
}
#poricy__wrapper .contract_ttl::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #AD9757;
  border-radius: 1px;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_ttl::before {
    top: 50%;
  }
}
#poricy__wrapper .contract_about_list {
  padding-left: 25px;
}
#poricy__wrapper .contract_about {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_about {
    font-size: 1.8rem;
  }
}
#poricy__wrapper .contract_txt {
  padding-left: 25px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_txt {
    font-size: 1.8rem;
  }
}
#poricy__wrapper .contract_about_note {
  text-indent: -2.75em;
  padding-left: 2.75em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_about_note {
    font-size: 1.8rem;
  }
}
#poricy__wrapper .contract_fee_ttl {
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_fee_ttl {
    padding-left: 35px;
    font-size: 2rem;
  }
}
#poricy__wrapper .contract_fee_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 18px;
  border-left: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .contract_fee_ttl::before {
    left: 25px;
    height: 20px;
  }
}
#poricy__wrapper table {
  border-spacing: 0;
  border: 1px solid #AD9757;
  margin-top: 20px;
  margin-bottom: 20px;
}
#poricy__wrapper .table_wrap:last-child .table_ttl {
  border-bottom: none;
}
#poricy__wrapper .table_wrap:last-child .table_txt {
  border-bottom: none;
}
#poricy__wrapper .table_ttl {
  font-size: clamp(1.4rem, 4.102vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 0;
  background-color: #F9F4EA;
  margin-bottom: 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #AD9757;
  border-right: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .table_ttl {
    font-size: 1.8rem;
    padding: 15px 20px;
  }
}
#poricy__wrapper .table_txt {
  font-size: clamp(1.2rem, 3.589vw, 1.4rem);
  font-weight: 500;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #poricy__wrapper .table_txt {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
#poricy__wrapper .b-none {
  border-bottom: none;
}

/* sec_宿泊約款
--------------------------------------------------*/
#poricy_contract .fee_time_table {
  margin-left: calc(-1rem - 30px);
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_time_table {
    margin-left: -1em;
  }
}
#poricy_contract .fee_time_table .table_ttl {
  text-align: center;
  width: 300px;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_time_table .table_ttl {
    text-align: left;
  }
}
#poricy_contract .fee_time_table .b-none {
  width: 120px;
}
#poricy_contract .fee_time_table .middle_width {
  width: 180px;
}
#poricy_contract .fee_time_table .table_txt {
  text-align: center;
  width: 500px;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_time_table .table_txt {
    text-align: left;
  }
}
#poricy_contract .fee_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#poricy_contract .fee_ttl_wrap .fee_note {
  margin-top: 10px;
}
@media screen and (min-width: 342px) {
  #poricy_contract .fee_ttl_wrap .fee_note {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_ttl_wrap .fee_note {
    margin-top: 50px;
  }
}
#poricy_contract .fee01_table {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee01_table {
    margin-left: 25px;
  }
}
#poricy_contract .fee01_table .table_ttl {
  text-align: center;
}
#poricy_contract .fee01_table .table_ttl:last-child {
  border-right: none;
}
#poricy_contract .fee01_table .table_ttl:first-child {
  width: 80px;
}
@media screen and (min-width: 450px) {
  #poricy_contract .fee01_table .table_ttl:first-child {
    width: 150px;
  }
}
#poricy_contract .fee01_table .table_ttl:nth-child(2) {
  width: 80px;
}
@media screen and (min-width: 450px) {
  #poricy_contract .fee01_table .table_ttl:nth-child(2) {
    width: 150px;
  }
}
#poricy_contract .fee01_table .table_ttl:last-child {
  width: 160px;
}
@media screen and (min-width: 450px) {
  #poricy_contract .fee01_table .table_ttl:last-child {
    width: 500px;
  }
}
#poricy_contract .fee01_table .table_txt {
  border-right: 1px solid #AD9757;
}
#poricy_contract .fee01_table .table_txt:last-child {
  border-right: none;
}
#poricy_contract .fee_meal_table {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_meal_table {
    margin-left: 25px;
  }
}
#poricy_contract .fee_meal_table .table_ttl {
  text-align: center;
  width: 300px;
}
#poricy_contract .fee_meal_table .table_txt {
  width: 500px;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee02_table {
    margin-left: 25px;
  }
}
#poricy_contract .fee_attention {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy_contract .fee_attention {
    font-size: 1.8rem;
    margin-left: 25px;
  }
}
#poricy_contract .fee02_table .table_ttl {
  text-align: center;
  width: 50px;
}
@media screen and (min-width: 450px) {
  #poricy_contract .fee02_table .table_ttl {
    width: 125px;
  }
}
#poricy_contract .fee02_table .table_ttl:first-child {
  width: 100px;
}
@media screen and (min-width: 450px) {
  #poricy_contract .fee02_table .table_ttl:first-child {
    width: 300px;
  }
}
#poricy_contract .fee02_table .table_ttl:last-child {
  border-right: none;
}
#poricy_contract .fee02_table .table_txt {
  text-align: center;
  border-right: 1px solid #AD9757;
}
#poricy_contract .fee02_table .table_txt:last-child {
  border-right: none;
}

/* sec_利用規則
--------------------------------------------------*/
#poricy_terms .terms_about {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy_terms .terms_about {
    font-size: 1.8rem;
  }
}
#poricy_terms .contract_about_note {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  #poricy_terms .contract_about_note {
    margin-left: 25px;
  }
}
#poricy_terms .prohibited_list {
  text-indent: -2.75em;
  padding-left: calc(50px + 2.75em);
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy_terms .prohibited_list {
    font-size: 1.8rem;
  }
}
#poricy_terms .prohibited {
  letter-spacing: 0;
}

/* sec_個人情報保護基本方針
--------------------------------------------------*/
#poricy_privacy {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #poricy_privacy {
    margin-bottom: 100px;
  }
}
#poricy_privacy .privacy_about {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #poricy_privacy .privacy_about {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=policy.css.map */