@charset "UTF-8";
/* ===================================================================
CSS information
file name  : hakone-retreat.css
author     : Abilive
style info : 施設共通css
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@font-face {
  font-family: "Noto Sans JP", serif;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("opentype");
  font-display: swap;
}
@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 Bold";
  src: url("../villa/fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../villa/fonts/NotoSerif-Medium.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP", serif;
  src: url("../fonts/ZenOldMincho-Black.ttf") format("opentype");
  font-display: swap;
}
html {
  overflow-x: hidden;
}

#htlContents {
  min-width: auto !important;
  width: 1200px;
  margin: 0 auto !important;
}

#htlMainContent div div#trvlHtlSubNav ul {
  margin: 0 !important;
}

div#trvlHtlSubNav ul:after {
  background-color: #EAEAEA;
}

.btn_to_top {
  width: 950px;
  margin: 0px auto 0;
  text-align: right;
}
.btn_to_top a {
  display: inline-block;
  transition: opacity .3s ease;
  margin: 10px;
}
.btn_to_top a:hover {
  opacity: .8;
}
.btn_to_top img {
  display: block;
  max-width: 100%;
  height: auto;
}

div#RthCustomize,
div#RthCustomizeW {
  width: 100% !important;
}

.single-column #htlMainContent.GOLDTemplate {
  width: 950px;
}

.section {
  margin-top: -80px;
}
.section[id] {
  scroll-margin-top: 80px;
}
.section:first-child {
  margin-top: -50px;
}
.section:first-child .contents {
  padding-top: 50px;
  margin-top: 50px;
}
.section .contents {
  position: relative;
  padding-top: 80px;
  margin-top: 80px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section .contents .main {
  position: relative;
  margin-top: 50px;
}
.section .contents .main .btn_rsv {
  position: absolute;
}

.btn {
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 1px;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  left: 0;
}
.btn a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1em 0;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Noto Sans JP", serif;
  letter-spacing: .1em;
  font-size: 87%;
}
.btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all .4s;
  z-index: -1;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: ease-out 0s .1s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.btn a:hover {
  color: #fff;
}
.btn a:hover::before {
  transform: translateX(0);
}
.btn a:hover::after {
  transform: scale(1, 1);
}

.btn_b {
  border: 1px solid #464646;
  min-width: 120px;
  max-width: 120px;
}
.btn_b::after {
  background-color: #464646;
}
.btn_b a::before {
  background-color: #000;
}

.btn_g {
  border: 1px solid #dcdddd;
  min-width: 220px;
  max-width: 200px;
}
.btn_g::after {
  background-color: #dcdddd;
}
.btn_g a {
  padding: 1.25em 0;
}
.btn_g a::before {
  background-color: #dcdddd;
}
.btn_g a:hover {
  color: #000;
}

.footer_reserve {
  width: 224px;
  overflow: hidden;
  background: #fff;
}
.footer_reserve .btn_image__title {
  font-family: "Noto Serif JP", serif;
  display: block;
  padding: 6px 7px 6px;
  background: #202020;
  color: #fff;
  text-align: center;
  font-size: 100%;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 500;
  min-width: 0 !important;
  transition: all .3s ease;
}
.footer_reserve .btn_image__title:hover {
  opacity: .8;
  text-decoration: none;
  color: #fff;
}
.footer_reserve > a:nth-of-type(2) {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 14px;
  text-decoration: none;
  background: #fff;
  transition: opacity .3s ease;
}
.footer_reserve > a:nth-of-type(2):hover {
  opacity: .8;
}
.footer_reserve img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn_rsv {
  width: 160px;
  text-align: center;
}
.btn_rsv a {
  display: block;
  width: 100%;
  background-color: #000;
  font-size: 94%;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}
.btn_rsv a:hover {
  color: #fff;
}

.over {
  transition: .3s;
}
.over:hover {
  transition: .3s;
  opacity: .7;
}

.con_header,
.con_header_s {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  z-index: 100;
}
.con_header .inner,
.con_header_s .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.con_header .inner .box_logo,
.con_header_s .inner .box_logo {
  position: absolute;
}
.con_header .inner .box_nav,
.con_header_s .inner .box_nav {
  margin: 40px auto 0px;
}
.con_header .inner .box_nav .nav-global,
.con_header_s .inner .box_nav .nav-global {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
  font-weight: normal;
}
.con_header .inner .box_nav .nav-global li,
.con_header_s .inner .box_nav .nav-global li {
  white-space: nowrap;
}
.con_header .inner .box_nav .nav-global li:not(:last-child),
.con_header_s .inner .box_nav .nav-global li:not(:last-child) {
  margin: 0em 25px 0 0;
}
.con_header .inner .box_nav .nav-global li a,
.con_header_s .inner .box_nav .nav-global li a {
  position: relative;
  color: #fff;
  font-size: 107%;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.con_header .inner .box_nav .nav-global li a:hover,
.con_header_s .inner .box_nav .nav-global li a:hover {
  opacity: 0.75;
}
.con_header .inner .box_nav .nav-global li a:hover::after,
.con_header_s .inner .box_nav .nav-global li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.con_header .inner .box_nav .nav-global li a:after,
.con_header_s .inner .box_nav .nav-global li a:after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -2px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all .6s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.con_header .inner .box_nav .nav-global li a span,
.con_header_s .inner .box_nav .nav-global li a span {
  letter-spacing: 1px;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}
.con_header .inner .box_nav .nav-global li.btn_rsv,
.con_header_s .inner .box_nav .nav-global li.btn_rsv {
  width: auto !important;
}
.con_header .inner .box_nav .nav-global li.btn_rsv a,
.con_header_s .inner .box_nav .nav-global li.btn_rsv a {
  display: inline;
  border: 1px solid #fff;
  padding: 1px 1em;
  margin: 0 !important;
  background: none !important;
}
.con_header .inner .box_nav .nav-global li.btn_rsv a:after,
.con_header_s .inner .box_nav .nav-global li.btn_rsv a:after {
  content: none;
}
.con_header .inner .box_nav .nav-global li.btn_lan a,
.con_header_s .inner .box_nav .nav-global li.btn_lan a {
  position: relative;
  padding-left: 20px;
}
.con_header .inner .box_nav .nav-global li.btn_lan a:before,
.con_header_s .inner .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;
}

.con_header {
  height: 550px;
}
.con_header .inner .box_logo {
  top: 42.72727%;
  left: 0;
}

.con_header_s {
  height: 350px;
  justify-content: center;
}
.con_header_s .inner .box_logo {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.con_header_s .inner .box_logo .logo img {
  max-width: 100%;
}
.con_header_s .inner .box_nav {
  display: flex;
  align-items: flex-start;
}
.con_header_s .inner .box_nav .nav-global {
  margin-top: 5px;
}
.con_header_s .inner .box_nav .nav_logo {
  margin-top: 0;
}
.con_header_s .inner .box_nav .nav_logo li:first-child a:after {
  content: none;
}
.con_header_s .inner .box_nav .nav_logo li.logo {
  margin-right: auto;
}
.con_header_s .inner .box_nav .nav_logo li.logo img {
  max-width: 100%;
}

.con_intro .box_intro {
  margin: 50px auto 0;
  text-align: center;
}
.con_intro .nav {
  width: 90%;
  margin: 50px auto 0;
  text-align: center;
}
.con_intro .nav ul {
  display: flex;
  justify-content: center;
  background-color: #efefef;
  padding: 1.5em;
}
.con_intro .nav ul li:not(:last-child) {
  border-right: 1px solid #989898;
}
.con_intro .nav ul li:first-child a {
  padding-left: 0;
}
.con_intro .nav ul li:last-child a {
  padding-right: 0;
}
.con_intro .nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 80%;
  font-family: "Noto Sans JP", serif;
  padding: .25em 1em;
  display: block;
}

.con_links {
  max-width: 950px;
  margin: 60px auto;
}
.con_links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.con_links ul li {
  position: relative;
}
.con_links ul li:not(:last-child) {
  margin-right: 40px;
}
.con_links ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: flex;
}
.con_links ul li a span {
  font-family: "Noto Serif JP", serif;
  font-size: 134%;
  display: block;
  margin-top: 0.7em;
  margin-bottom: 0.2em;
  letter-spacing: 2;
}
.con_links ul li a em {
  font-size: 87%;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
.con_links ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 1;
  transition: .3s;
  width: 100%;
  height: 100%;
}
.con_links ul li a:hover:after {
  opacity: 0;
}
.con_links ul li a:hover .txt {
  color: #fff;
}
.con_links ul li a .txt {
  position: absolute;
  left: 20px;
  top: 35px;
  z-index: 1;
}

.con_footer ul {
  display: flex;
  justify-content: center;
}
.con_footer ul.nav {
  background-color: #efefef;
  padding: 20px 1em;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.con_footer ul.nav li {
  position: relative;
}
.con_footer ul.nav li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  border-right: 1px solid #606060;
  height: 20px;
}
.con_footer ul.nav li:nth-of-type(4):after {
  content: none;
}
.con_footer ul.nav li.btn_rsv {
  width: 140px;
}
.con_footer ul.nav li.btn_rsv a {
  font-size: 94%;
  padding: .75em 1em;
  color: #fff;
}
.con_footer ul.nav li.btn_rsv a:hover {
  color: #fff;
}
.con_footer ul.nav li > a {
  display: block;
  padding: .25em 2em;
  font-family: "Noto Sans JP", serif;
  font-size: 107%;
  text-decoration: none;
  color: #000;
  font-style: normal;
}
.con_footer ul.nav li > a:hover {
  color: #000;
}
.con_footer ul.address {
  margin: 40px 0;
  align-items: center;
  gap: 60px;
}
.con_footer ul.address li address {
  font-family: "Noto Sans JP", serif;
  font-size: 80%;
  line-height: 1.6;
  font-style: normal;
  font-weight: 300;
}
.con_footer ul.address li .btn_g,
.con_footer ul.address li .footer_reserve {
  font-family: "Noto Sans JP", serif;
  margin-right: 20px;
}
