@charset "UTF-8";
/* ===================================================================
CSS information
file name  : homepage.css
author     : Abilive
style info : TOPページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../villa/fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP Medium";
  src: url("../fonts/NotoSerif-Medium.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP Bold";
  src: url("../../villa/fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../fonts/ZenOldMincho-Black.ttf") format("opentype");
  font-display: swap;
}
.con_raku_bn,
.con_top_inf {
  font-family: "Noto Serif JP", serif;
  max-width: 950px;
}

.section {
  margin-top: 0;
}
.section:first-child {
  margin-top: -50px;
}
.section:first-child .contents {
  padding-top: 50px;
  margin-top: 50px;
}
.section .contents {
  padding-top: 60px;
  margin-top: 60px;
}

.con_rooms, .con_cuisine, .con_onsen {
  padding-top: 60px;
}

.section .contents.con_concept,
.section:first-child .contents.con_concept {
  margin-top: 0;
  padding-top: 0;
}

.section .contents.con_plan,
.section:first-child .contents.con_plan {
  margin-top: 0;
  padding-top: 0;
}

.con_header {
  background: url(https://hakone-retreat.com/rktn_renewal/fore/images/home/main.jpg) no-repeat;
}

.con_main {
  background: url(https://hakone-retreat.com/rktn_renewal/fore/images/home/img_background.jpg) center top/cover no-repeat;
}
.con_main .box_nav .nav-global {
  display: flex;
  justify-content: center;
  padding: 2.1rem 0;
  gap: 3rem;
  font-size: 0.8rem;
}
.con_main .box_nav .nav-global li {
  white-space: nowrap;
}
.con_main .box_nav .nav-global li a {
  position: relative;
  color: #000;
  font-size: 107%;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.con_main .box_nav .nav-global li a:hover {
  opacity: 0.75;
}
.con_main .box_nav .nav-global li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.con_main .box_nav .nav-global li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -2px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #000;
  /*アニメーションの指定*/
  transition: all 0.6s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.con_main .box_nav .nav-global li a span {
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
.con_main .box_nav .nav-global li.btn_rsv a {
  display: inline;
  background-color: #000;
  color: #fff;
  padding: 15px 5em;
}
.con_main .box_nav .nav-global li.btn_rsv a:after {
  content: none;
}
.con_main .box_nav .nav-global li.btn_lan a {
  position: relative;
  padding-left: 20px;
}
.con_main .box_nav .nav-global li.btn_lan a:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(https://hakone-retreat.com/rktn_renewal/images_common/common/ic_lan.png) no-repeat;
  background-size: contain;
}
.con_main .box_nav .nav-global .nav05 {
  margin-right: 1rem;
  position: relative;
}
.con_main .box_nav .nav-global .nav05::after {
  content: "";
}

.con_top_inf {
  margin-top: 50px;
  width: 83%;
  margin-right: auto;
  position: relative;
  padding: 2em 33px 2em 88px;
  color: #464646;
  background-color: f4f4f4;
}
.con_top_inf .st {
  font-family: "Noto Serif JP Medium", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.con_top_inf .title {
  font-family: "Noto Serif JP Bold", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.06em;
}
.con_top_inf .txt {
  font-family: "Noto Serif JP Medium", serif;
  font-weight: 500;
  margin-top: 0;
  line-height: 180%;
  letter-spacing: 0.07em;
  font-size: 87%;
}

.con_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: url(https://hakone-retreat.com/rktn_renewal/fore/images/home/img_background2.png) center top/cover no-repeat;
}
.con_plan h2 {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}
.con_plan > a {
  display: flex;
  flex-direction: column;
  width: calc((80% - 4rem) / 3);
  margin-left: 0;
  background: #fff;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.con_plan > a:hover {
  opacity: 0.7;
}
.con_plan > a .price {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.con_plan > a .price__num {
  font-size: 1.7rem;
}
.con_plan > a .price__tax {
  font-size: 0.9rem;
}
.con_plan > a > img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.con_plan > a p {
  flex: 1;
  padding: 18px 20px 0;
  line-height: 1.9;
  font-size: 80%;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
}
.con_plan > a > span {
  display: block;
  padding: 23px 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.con_plan > a > span img {
  display: inline-block;
  width: auto;
  max-width: 133px;
  height: auto;
  object-fit: contain;
}

.box_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.box_btn a {
  display: inline-block;
  width: auto;
  margin-left: 0;
  background: none;
  transition: opacity 0.4s ease;
}
.box_btn a:hover {
  opacity: 0.75;
}
.box_btn img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.box_plan_btn {
  margin: 3.125rem 0;
  gap: 0;
}

.con_cuisine .cuisine_table {
  display: block;
  margin: 0 auto;
}

.cuisine_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
  gap: 30px;
}

.con_cuisine > .cuisine_box:first-of-type {
  margin-top: 0;
}

.cuisine_box--normal {
  padding-right: 20px;
}

.cuisine_box--reverse {
  flex-direction: row-reverse;
  padding-left: 20px;
}
.cuisine_box--reverse .cuisine_box__title {
  text-align: left;
}

.cuisine_slider_frame {
  display: block;
  flex: 0 0 498px;
  width: 498px;
  max-width: 100%;
  height: 450px;
  border: 0;
}

.cuisine_box__title {
  text-align: right;
}
.cuisine_box__title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.box_onsen img {
  display: block;
}
.box_onsen img + img {
  margin-top: 30px;
}

.con_access {
  font-family: "Noto Serif JP", serif;
}
.con_access .access_tabs {
  position: relative;
  margin-top: 118px;
}
.con_access .access_tabs__input {
  display: none;
}
.con_access .access_tabs__nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #888787;
}
.con_access .access_tabs__label {
  min-width: 262px;
  padding: 16px 24px 18px;
  border: 1px solid #888787;
  border-bottom: 0;
  background: transparent;
  color: #222;
  text-align: center;
  cursor: pointer;
}
.con_access .access_tabs__panels {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}
.con_access .access_tabs__panel {
  display: none;
  position: relative;
}
.con_access #access-car-fore:checked ~ .access_tabs__nav label[for="access-car-fore"],
.con_access #access-train-fore:checked ~ .access_tabs__nav label[for="access-train-fore"] {
  background: #888787;
  color: #fff;
}
.con_access #access-car-fore:checked ~ .access_tabs__panels .access_tabs__panel--car,
.con_access #access-train-fore:checked ~ .access_tabs__panels .access_tabs__panel--train {
  display: block;
}
