@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/plan/sub_kv.webp);
}

/* sec_共通パーツ
--------------------------------------------------*/
#plan__wrapper .main_ttl {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #plan__wrapper .main_ttl {
    padding-bottom: 40px;
  }
}

/* sec_イントロ
--------------------------------------------------*/
#plan_intro {
  padding: 60px 0 65px;
  background-color: white;
}
@media screen and (min-width: 769px) {
  #plan_intro {
    padding: 80px 0 85px;
  }
}
@media screen and (min-width: 769px) {
  #plan_intro .inner-short-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#plan_intro .intro_txt {
  font-size: clamp(1.8rem, 2.604vw, 2rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #plan_intro .intro_txt {
    font-size: clamp(2rem, 1.714vw, 2.4rem);
    width: calc(100% - 26.875vw - 3.75vw);
  }
}
@media screen and (min-width: 1600px) {
  #plan_intro .intro_txt {
    width: calc(100% - 490px);
  }
}
#plan_intro .intro_img {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #plan_intro .intro_img {
    max-width: 430px;
    width: 26.875vw;
    margin-top: 0;
  }
}

/* sec_料金・宿泊プラン
--------------------------------------------------*/
#plan_fee {
  padding: 40px 0 60px;
}
@media screen and (min-width: 769px) {
  #plan_fee {
    padding: 60px 0 80px;
  }
}
#plan_fee .fee_plan_list {
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) {
  #plan_fee .fee_plan_list {
    margin: 40px 20px 0;
  }
}
#plan_fee .fee_plan {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #plan_fee .fee_plan {
    margin-top: 60px;
  }
}
#plan_fee .fee_plan:first-child {
  margin-top: 0;
}
#plan_fee .fee_plan_ttl {
  text-align: center;
  font-size: clamp(2.4rem, 6.666vw, 2.6rem);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #plan_fee .fee_plan_ttl {
    font-size: 2.8rem;
  }
}
#plan_fee table {
  border-spacing: 0;
  border: 1px solid #AD9757;
  border-bottom: none;
  border-right: none;
  background-color: white;
  width: 100%;
}
#plan_fee .table_ttl {
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #AD9757;
  padding: 15px 0;
  font-size: clamp(1.6rem, 2.343vw, 1.8rem);
  font-weight: 700;
  border-right: 1px solid white;
}
@media screen and (min-width: 769px) {
  #plan_fee .table_ttl {
    padding: 15px 20px;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
  }
}
#plan_fee .table_ttl:last-child {
  border-right: none;
}
#plan_fee .table_txt {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 15px 10px;
  border-bottom: 1px solid #AD9757;
  border-right: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  #plan_fee .table_txt {
    padding: 15px 20px;
  }
}
#plan_fee .fee_plan_table .table_wrap .table_ttl:first-child {
  width: 30%;
}
@media screen and (min-width: 1000px) {
  #plan_fee .fee_plan_table .table_wrap .table_ttl:first-child {
    width: 20%;
  }
}
#plan_fee .fee_plan_table .table_wrap .table_ttl:nth-child(2) {
  width: 20%;
}
@media screen and (min-width: 1000px) {
  #plan_fee .fee_plan_table .table_wrap .table_ttl:nth-child(2) {
    width: 20%;
  }
}
#plan_fee .fee_plan_table .table_wrap .table_ttl:last-child {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  #plan_fee .fee_plan_table .table_wrap .table_ttl:last-child {
    width: 60%;
  }
}
#plan_fee .fee_attention {
  margin-top: 6px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #plan_fee .fee_attention {
    margin-left: 20px;
    text-align: right;
    font-size: 1.4rem;
  }
}
#plan_fee .fee_note {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
#plan_fee .menities_wrap {
  background-color: white;
  border: 1px solid #AD9757;
  padding: 0 5.128vw 20px;
}
@media screen and (min-width: 769px) {
  #plan_fee .menities_wrap {
    padding: 20px 40px 40px;
  }
}
#plan_fee .menities_ttl {
  display: inline-block;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #AD9757;
  padding: 0 9px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #plan_fee .menities_ttl {
    font-size: 2rem;
  }
}
#plan_fee .menities_txt {
  margin-top: 3px;
  line-height: 2;
}
#plan_fee .menities_attention {
  margin-top: 20px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  #plan_fee .menities_attention {
    margin-top: 30px;
  }
}
#plan_fee .meal_plan_table .table_wrap .table_ttl {
  border-right: none;
  width: 20%;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_plan_table .table_wrap .table_ttl {
    width: 30%;
  }
}
#plan_fee .meal_plan_table .table_wrap:first-child .table_ttl {
  border-bottom: 1px solid white;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_plan_table .table_wrap .table_txt:nth-child(2) {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_plan_table .table_wrap .table_txt:nth-child(3) {
    width: 40%;
  }
}
#plan_fee .meal_plan_attention {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_plan_attention {
    margin: 10px 20px 0;
  }
}
#plan_fee .meal_image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_image {
    margin: 50px 60px 0;
  }
}
#plan_fee .meal_img {
  overflow: inherit;
  position: relative;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_img {
    width: calc(50% - 1.875vw);
  }
}
#plan_fee .meal_img_ttl {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: white;
  border: 1px solid #AD9757;
  padding: 8px 25px;
  color: #AD9757;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_img_ttl {
    font-size: 1.8rem;
  }
}
#plan_fee .meal_image_attention {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #plan_fee .meal_image_attention {
    margin-left: 60px;
  }
}
#plan_fee .check_time_table .table_wrap .table_ttl {
  border-right: none;
  width: 43%;
}
@media screen and (min-width: 769px) {
  #plan_fee .check_time_table .table_wrap .table_ttl {
    width: 25vw;
  }
}
#plan_fee .check_time_table .table_wrap:first-child .table_ttl {
  border-bottom: 1px solid white;
}
#plan_fee .check_time_table .table_wrap .table_txt {
  width: 57%;
}
@media screen and (min-width: 769px) {
  #plan_fee .check_time_table .table_wrap .table_txt {
    width: calc(100% - 25vw);
  }
}
#plan_fee .fee_plan_attention {
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  #plan_fee .fee_plan_attention {
    font-size: 2rem;
  }
}
#plan_fee .parking_txt {
  background-color: white;
  border: 1px solid #AD9757;
  padding: 20px 5.128vw;
  line-height: 2;
  text-indent: -1em;
  padding-left: calc(5.128vw + 1em);
}
@media screen and (min-width: 769px) {
  #plan_fee .parking_txt {
    padding: 40px;
    padding-left: calc(40px + 1em);
  }
}

/* sec_客室・施設案内
--------------------------------------------------*/
#plan_facility {
  scroll-margin-top: 150px;
  padding: 40px 0 80px;
  background-color: white;
}
@media screen and (min-width: 769px) {
  #plan_facility {
    padding: 60px 0 100px;
  }
}
#plan_facility .facility_sub_ttl {
  text-align: center;
  font-size: clamp(1.7rem, 2.864vw, 2.2rem);
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #plan_facility .facility_sub_ttl {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
#plan_facility .facility_txt {
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #plan_facility .facility_txt {
    margin-top: 30px;
  }
}
#plan_facility .facility_room_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 40px;
}
@media screen and (min-width: 769px) {
  #plan_facility .facility_room_list {
    row-gap: 65px;
  }
}
#plan_facility .facility_room {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 15px;
}
@media screen and (min-width: 769px) {
  #plan_facility .facility_room {
    width: calc(50% - 1.875vw);
    flex-direction: column;
    row-gap: 0;
  }
}
@media screen and (min-width: 1600px) {
  #plan_facility .facility_room {
    width: calc(50% - 30px);
  }
}
#plan_facility .facility_room_ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 25px;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #plan_facility .facility_room_ttl {
    font-size: 2rem;
    margin-top: 15px;
  }
}
#plan_facility .facility_room_ttl::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #AD9757;
  border-radius: 1px;
  transform: rotate(45deg);
}
/*# sourceMappingURL=plan.css.map */