@charset "UTF-8";
/*!
Theme Name: Sempos Yaizu
Author: A.D.Plant
Description: Sempos Yaizu Theme
Text Domain: semposyaizu

Sempos Yaizu is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
body {
  padding-top: 54px; /* navbar fixed */
}
@media (min-width: 768px) {
  body {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 84px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 94px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}

.admin-bar header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    margin-top: 46px;
  }
}

.h_tel {
  display: none;
}
@media (min-width: 992px) {
  .h_tel {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 0.25rem;
    padding-right: 1rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .h_tel {
    font-size: 24px;
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
}

.h_contact,
.h_calendar {
  display: none;
}
@media (min-width: 992px) {
  .h_contact,
  .h_calendar {
    display: block;
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.3;
    width: 74px;
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .h_contact,
  .h_calendar {
    font-size: 14px;
    font-size: 0.875rem;
    width: 84px;
    padding-top: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .h_contact,
  .h_calendar {
    width: 94px;
  }
}

@media (min-width: 992px) {
  .h_contact {
    background: #2F89E3;
  }
  .h_contact:hover {
    color: #FFF;
    background-color: rgba(47, 137, 227, 0.8);
  }
}
@media (min-width: 992px) {
  .h_contact .icon-mail {
    font-size: 26px;
    font-size: 1.625rem;
    display: block;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .h_contact .icon-mail {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .h_calendar {
    background-color: #04286E;
    margin-right: 0;
  }
  .h_calendar:hover {
    color: #FFF;
    background-color: rgba(4, 40, 110, 0.8);
  }
}
@media (min-width: 992px) {
  .h_calendar .icon-calender {
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .h_calendar .icon-calender {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/* Navbar */
.navbar {
  height: 54px;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .navbar {
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 94px;
  }
}

.navbar-brand {
  line-height: 1;
  background-color: #04286E;
  width: 150px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 230px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 256px;
  }
}

.navbar-expand-lg .navbar-nav {
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding: 0 0.25rem 0 0;
    margin-left: auto;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Noto Serif JP", serif;
  color: #222;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #2F89E3;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    border-bottom: 1px solid #CCC;
    padding: 1.25rem 1rem 1.25rem 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link::before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    color: #2F89E3;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .gnav07 .nav-link {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .gnav07 .nav-link {
    padding-right: 1.125rem;
  }
}

/* アニメーションなど */
@media (min-width: 992px) {
  .nav-link::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #2F89E3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .nav-link:hover::before {
    width: 1.5rem;
    height: 1.5rem;
    visibility: visible;
    opacity: 0.2;
  }
}

.onsen .navbar-nav .gnav02 .nav-link,
.cuisine .navbar-nav .gnav03 .nav-link,
.room .navbar-nav .gnav04 .nav-link,
.facility .navbar-nav .gnav05 .nav-link,
.sightseeing .navbar-nav .gnav06 .nav-link,
.access .navbar-nav .gnav07 .nav-link {
  color: #2F89E3;
}

/* Navbar Offcanvas */
@media (max-width: 991.98px) {
  html,
  body {
    overflow-x: hidden; /* 狭いデバイスでのスクロールを防止 */
  }
  .offcanvas-collapse {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    z-index: 1050; /*数字変更注*/
    overflow-y: auto;
    background-color: #FFF;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    background-image: url(../img/common/bg_washi.png);
    background-repeat: repeat-y;
    background-position: left top -100px;
    background-size: 130% auto;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .navbar-toggler {
    background-color: transparent;
    width: 54px;
    padding: 20px 12px 8px 12px;
    border: none;
    border-radius: 0;
    z-index: 1000;
  }
  .navbar-toggler .text_menu {
    font-size: 8px;
    letter-spacing: -0.1em;
    color: #222;
    font-weight: 400;
    display: block;
    text-align: center;
    white-space: nowrap;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    top: 54px;
  }
}
.icon-bar {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #222;
}
.icon-bar::before, .icon-bar::after {
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #222;
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
}
.icon-bar::after {
  top: 10px;
}

.navbar-toggler.active .icon-bar {
  background-color: transparent;
}
.navbar-toggler.active .icon-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #222;
}
.navbar-toggler.active .icon-bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #222;
}

/* Image
-------------------------------------------------------------- */
.ttl_container {
  background-image: url(../img/ttl/ttl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 100%;
  height: 140px;
  position: relative;
}
@media (min-width: 480px) {
  .ttl_container {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .ttl_container {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .ttl_container {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .ttl_container {
    height: 208px;
  }
}
.ttl_container::after {
  background-image: url(../img/ttl/bg_ttl_bird.png);
  background-repeat: no-repeat;
  background-position: left 4% center;
  background-size: 100px auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .ttl_container::after {
    background-size: 120px auto;
  }
}
@media (min-width: 992px) {
  .ttl_container::after {
    background-size: 150px auto;
  }
}
@media (min-width: 1200px) {
  .ttl_container::after {
    background-position: left calc(50% - 520px) center;
  }
}
@media (min-width: 1400px) {
  .ttl_container::after {
    background-position: left calc(50% - 570px) center;
  }
}
.news .ttl_container {
  background-image: url(img/ttl/ttl.jpg);
}
.news .ttl_container::after {
  background-image: url(img/ttl/bg_ttl_bird.png);
}
.onsen .ttl_container, .cuisine .ttl_container, .room .ttl_container, .facility .ttl_container, .sightseeing .ttl_container, .access .ttl_container, .page-template-page-photolibrary .ttl_container {
  background-image: none;
  height: 0;
  padding-top: 58%;
  overflow: hidden;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .onsen .ttl_container, .cuisine .ttl_container, .room .ttl_container, .facility .ttl_container, .sightseeing .ttl_container, .access .ttl_container, .page-template-page-photolibrary .ttl_container {
    padding-top: 30.2083333333%;
  }
}
.onsen .ttl_container::after, .cuisine .ttl_container::after, .room .ttl_container::after, .facility .ttl_container::after, .sightseeing .ttl_container::after, .access .ttl_container::after, .page-template-page-photolibrary .ttl_container::after {
  background-image: url(../img/ttl/ttl_onsen.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: zoomDawn 1.5s linear 0s normal both;
          animation: zoomDawn 1.5s linear 0s normal both;
}
.onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 360px) {
  .onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
    width: 1040px;
  }
}
@media (min-width: 1500px) {
  .onsen .ttl_container .ttl_text, .cuisine .ttl_container .ttl_text, .room .ttl_container .ttl_text, .facility .ttl_container .ttl_text, .sightseeing .ttl_container .ttl_text, .access .ttl_container .ttl_text, .page-template-page-photolibrary .ttl_container .ttl_text {
    width: 1300px;
  }
}
.onsen .ttl_container .ttl_text div:first-child, .cuisine .ttl_container .ttl_text div:first-child, .room .ttl_container .ttl_text div:first-child, .facility .ttl_container .ttl_text div:first-child, .sightseeing .ttl_container .ttl_text div:first-child, .access .ttl_container .ttl_text div:first-child, .page-template-page-photolibrary .ttl_container .ttl_text div:first-child {
  width: 15%;
}
@media (min-width: 1200px) {
  .onsen .ttl_container .ttl_text div:first-child, .cuisine .ttl_container .ttl_text div:first-child, .room .ttl_container .ttl_text div:first-child, .facility .ttl_container .ttl_text div:first-child, .sightseeing .ttl_container .ttl_text div:first-child, .access .ttl_container .ttl_text div:first-child, .page-template-page-photolibrary .ttl_container .ttl_text div:first-child {
    width: 10%;
  }
}
.cuisine .ttl_container::after {
  background-image: url(../img/ttl/ttl_cuisine.jpg);
}
.room .ttl_container::after {
  background-image: url(../img/ttl/ttl_room.jpg);
}
.facility .ttl_container::after {
  background-image: url(../img/ttl/ttl_facility.jpg);
}
.sightseeing .ttl_container::after {
  background-image: url(../img/ttl/ttl_sightseeing.jpg);
}
.access .ttl_container::after {
  background-image: url(../img/ttl/ttl_access.jpg);
}

/* Content
-------------------------------------------------------------- */
/* Typography */
.text_serif {
  font-family: "Noto Serif JP", serif;
}

.text_sans_serif {
  font-family: "Noto Sans JP", sans-serif;
}

.number {
  font-family: "Noto Serif JP", serif;
  padding-left: 1.5em;
  position: relative;
}
.number a {
  color: #222;
}
.number::before {
  font-size: 80%;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero h2 {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6), -2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 2.5vw;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1200px) {
  .hero h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.ttl_container h1.page_ttl {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  z-index: 3;
}
@media (min-width: 1200px) {
  .ttl_container h1.page_ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.ttl_container h1.tate,
.ttl_container h1.tate2,
.ttl_container h1.tate3,
.ttl_container h1.tate4,
.ttl_container h1.tate6,
.ttl_container h1.tate9 {
  font-size: 4vw;
  letter-spacing: 0;
  -webkit-transform: none;
          transform: none;
  max-width: 1em;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .ttl_container h1.tate,
  .ttl_container h1.tate2,
  .ttl_container h1.tate3,
  .ttl_container h1.tate4,
  .ttl_container h1.tate6,
  .ttl_container h1.tate9 {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate,
  .ttl_container h1.tate2,
  .ttl_container h1.tate3,
  .ttl_container h1.tate4,
  .ttl_container h1.tate6,
  .ttl_container h1.tate9 {
    font-size: 76px;
    font-size: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate,
  .ttl_container h1.tate2,
  .ttl_container h1.tate3,
  .ttl_container h1.tate4,
  .ttl_container h1.tate6,
  .ttl_container h1.tate9 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}
.ttl_container h1.tate2 {
  font-size: 10vw;
}
@media (min-width: 768px) {
  .ttl_container h1.tate2 {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate2 {
    font-size: 76px;
    font-size: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate2 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}
.ttl_container h1.tate3 {
  font-size: 8vw;
}
@media (min-width: 768px) {
  .ttl_container h1.tate3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate3 {
    font-size: 76px;
    font-size: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate3 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}
.ttl_container h1.tate4 {
  font-size: 8vw;
}
@media (min-width: 768px) {
  .ttl_container h1.tate4 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate4 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate4 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.ttl_container h1.tate6 {
  font-size: 7vw;
}
@media (min-width: 768px) {
  .ttl_container h1.tate6 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate6 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate6 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.ttl_container h1.tate9 {
  font-size: 5.25vw;
}
@media (min-width: 576px) {
  .ttl_container h1.tate9 {
    font-size: 4.5vw;
  }
}
@media (min-width: 768px) {
  .ttl_container h1.tate9 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (min-width: 992px) {
  .ttl_container h1.tate9 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container h1.tate9 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.ttl_container h1.tate9 span.vertical_rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.ttl_container h1.tate9 span.kana_o {
  padding-left: 0.1em;
  margin-top: -0.25em;
  display: block;
}
@media (max-width: 767.98px) {
  .ttl_container h1.line_break {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.75em;
  }
}
.ttl_container p {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .ttl_container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .ttl_container p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .ttl_container p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ttl_container p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#content h2.ttl_news {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
#content h2.ttl_news span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 70%;
  letter-spacing: 0;
  color: #04286E;
  display: block;
}
@media (min-width: 768px) {
  #content h2.ttl_news {
    line-height: 2;
  }
}
@media (min-width: 992px) {
  #content h2.ttl_news {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#content h2.ttl_guide {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #04286E;
  margin-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  #content h2.ttl_guide {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #content h2.ttl_guide {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  #content h2.ttl_guide {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
#content h2.ttl_guide span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 50%;
  color: #222;
  display: block;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  #content h2.ttl_guide span {
    padding-top: 1.5rem;
  }
}
#content h2.ttl_guide::after {
  content: "";
  width: 50px;
  height: 25px;
  background-image: url(../img/common/h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 2.5em;
  top: 0;
}
@media (min-width: 768px) {
  #content h2.two_text_right::after {
    left: 4.25em;
  }
}
#content h2.three_text::after {
  left: 3.5em;
}
#content h2.three_text_right::after {
  left: 3.5em;
}
@media (min-width: 768px) {
  #content h2.three_text_right::after {
    left: 5.25em;
  }
}
#content h2.four_text_right::after {
  left: 4.5em;
}
#content h2.five_text::after {
  left: 5.5em;
}
#content h2.six_text::after {
  left: 6.5em;
}
#content h2.seven_text_right::after {
  left: 7.5em;
}
@media (min-width: 768px) {
  #content h2.seven_text_right::after {
    left: 9.25em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #content .guide1 h3,
  #content .guide2 h3,
  #content .guide3 h3,
  #content .guide4 h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#content h3.ttl_guide_sub {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#content .ttl_sec {
  color: #04286E;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #content .ttl_sec {
    margin-bottom: 3rem;
  }
}
#content .ttl_circle {
  color: #04286E;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 1.5rem;
}
#content .ttl_circle::before {
  font-size: 60%;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  top: 38%;
  left: 0;
}
#content .ttl_pickup {
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media (min-width: 768px) {
  #content .ttl_pickup {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #content .ttl_pickup {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#content .ttl_pickup span {
  font-size: 75%;
}
#content .ttl_underline {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  lletter-spacing: 0.25em;
  color: #04286E;
  border-bottom: 1px solid #707070;
  padding: 0 0.125rem 0.25em 0.125rem;
  margin-bottom: 2rem;
  margin-top: 0;
  position: relative;
}
#content .ttl_underline::after {
  content: "";
  width: 50px;
  height: 25px;
  background-image: url(../img/common/h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 2.5em;
  top: 0;
}
@media (min-width: 768px) {
  #content .ttl_underline {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #content .ttl_underline {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  #content .ttl_underline {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  #content .ttl_underline + p {
    text-align: justify;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  #content .ttl_underline + p {
    text-align: justify;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  #content .ttl_underline_right {
    padding-left: 1.75em;
  }
}
@media (min-width: 768px) {
  #content .ttl_underline_right + p, #content .ttl_underline_right + p + p {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  #content .ttl_underline_right + p, #content .ttl_underline_right + p + p {
    padding-left: 4.5rem;
  }
}
#content .ttl_left_border {
  color: #04286E;
  line-height: 1.4;
  border-left: 5px solid #04286E;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #content .ttl_left_border {
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  #content .left_border_long {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
#content .ttl_underline_sans {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5rem;
}
#content .ttl_square {
  padding-left: 1.25em;
  position: relative;
}
#content .ttl_square::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
#content p {
  letter-spacing: 1px;
  line-height: 2;
  text-align: left;
}
#content p a {
  color: #04286E;
}
#content p a:hover {
  color: #2F89E3;
}
#content p span.tel-link {
  color: #222 !important;
}
#content p span.tel-link a {
  color: #222 !important;
}
#content .p_lead {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  #content .p_lead {
    text-align: justify;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  #content .p_lead {
    text-align: center;
  }
}
#content .pickup_plan p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.375rem;
}
#content .pickup_plan p a {
  color: #FFF;
}
@media (min-width: 360px) {
  #content .pickup_plan p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 480px) {
  #content .pickup_plan p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  #content .pickup_plan p {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) {
  #content .pickup_plan p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.75rem;
  }
}
#content .photographer {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  padding-bottom: 1.75rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  #content .photographer {
    padding-bottom: 2.75rem;
    margin-right: 80px;
  }
}
#content .star {
  padding-left: 1em;
  position: relative;
}
#content .star::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-image: url(../img/common/star.svg);
  background-size: cover;
  position: absolute;
  top: 0.25em;
  right: 0;
}
#content .line_height_narrow {
  line-height: 1.2;
}
#content .line_height_normal {
  line-height: 1.6;
}
#content .line_height_wide {
  line-height: 1.8;
}
#content .letter-spacing_wide {
  letter-spacing: 0.05em;
}
#content .letter-spacing_0 {
  letter-spacing: 0;
}
#content .letter-spacing_1 {
  letter-spacing: 1;
}
#content .text_indent {
  text-indent: 1em;
  text-align: left;
}
#content .text-justify {
  text-align: justify !important;
}
@media (min-width: 992px) {
  #content .text-justify {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#content .text_normal {
  font-size: 16px !important;
}
#content .text-note {
  text-align: left;
}

/* Button */
.btn {
  font-size: 15px;
  font-size: 0.9375rem;
}

.btn_arrow {
  border-radius: 100vh;
  padding: 0.375rem 3.5rem 0.375rem 2rem;
  position: relative;
}
.btn_arrow::after {
  font-size: 150%;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 1.25rem;
}
.btn_arrow:hover::after {
  right: 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-link {
  padding: 0.375rem 2.5rem 0.375rem 1rem;
}
.btn-link::after {
  right: 0.25rem;
}
.btn-link:hover::after {
  right: 0;
}
.btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link:active {
  text-decoration: none;
}

.btn-success {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
  color: #BF9F00;
  border: 1px solid #BF9F00;
  background-color: #FFF;
}

.btn-block_arrow {
  display: block;
  width: 100%;
  padding: 0.625rem 3rem 0.625rem 1.5rem;
}
@media (min-width: 768px) {
  .btn-block_arrow {
    padding: 0.75rem 3rem 0.75rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn-block_arrow {
    padding: 1rem 3rem 1rem 1.5rem;
  }
}

.group_hotel .btn-block_arrow,
.group_medical .btn-block_arrow {
  white-space: nowrap;
  max-width: 24rem;
  margin: 0 auto 1rem auto;
}
@media (min-width: 768px) {
  .group_hotel .btn-block_arrow,
  .group_medical .btn-block_arrow {
    margin-bottom: 1.5rem;
  }
}

.group_medical .btn-block_arrow {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 360px) {
  .group_medical .btn-block_arrow {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 480px) {
  .group_medical .btn-block_arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .group_medical .btn-block_arrow {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .group_medical .btn-block_arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn_simple {
  border-radius: 100vh;
  padding: 0.375rem 2rem;
  max-width: 14em;
}

.btn_download {
  font-size: 20px;
  font-size: 1.25rem;
  color: #04286E;
  text-decoration: underline;
}
.btn_download:hover, .btn_download:focus, .btn_download.focus {
  color: #BF9F00;
  text-decoration: none;
}

/* Content etc. ------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeIn_zoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_zoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeIn_zoom {
  -webkit-animation-name: fadeIn_zoom;
          animation-name: fadeIn_zoom;
}

@-webkit-keyframes zoomDawn {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomDawn {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoom {
  -webkit-animation-name: zoomDawn;
          animation-name: zoomDawn;
}

.delighter.right {
  -webkit-transform: translate(-30px);
          transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(30px);
          transform: translate(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(30px);
          transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom_slow {
  -webkit-transform: translatey(30px);
          transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.delighter.bottom_slow.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.border_box {
  padding: 15px;
  margin-bottom: 2rem;
}
.border_box p:last-child,
.border_box ul:last-child,
.border_box figure {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.privacy .border_box,
.customer_harassment .border_box {
  border: 1px solid #707070;
}
@media (min-width: 768px) {
  .privacy .border_box,
  .customer_harassment .border_box {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .privacy .border_box,
  .customer_harassment .border_box {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .privacy .border_box,
  .customer_harassment .border_box {
    padding: 100px;
  }
}
.privacy .border_box .h6 + p, .privacy .border_box .h6 + p + p, .privacy .border_box .h6 + p + p + p,
.customer_harassment .border_box .h6 + p,
.customer_harassment .border_box .h6 + p + p,
.customer_harassment .border_box .h6 + p + p + p {
  margin-bottom: 3rem;
}

#content {
  background-color: #FFF;
}
.top #content {
  z-index: 2;
  margin-top: 123%;
}
@media (min-width: 768px) {
  .top #content {
    margin-top: 51.0416666667%;
  }
}
.news #content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .news #content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .news #content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.page-template-page-photolibrary #content {
  padding-top: 0.25rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.page-template-page-photolibrary #content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/common/bg.png);
  background-repeat: repeat-y;
  background-position: center top -100px;
  background-size: 100% auto;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-page-photolibrary #content::before {
    background-image: url(img/common/bg_l.png);
  }
}
@media (min-width: 1200px) {
  #content .container_narrow {
    max-width: 980px;
  }
}
@media (min-width: 992px) {
  #content .container_narrow2, .blog #content .container, .single #content .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  #content .container_wide {
    max-width: 1180px;
  }
  #content .container_wide .padding_left40 {
    padding-left: 40px;
  }
  #content .container_wide .padding_right40 {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  #content .container_wide {
    max-width: 1240px;
  }
}
@media (min-width: 992px) {
  #content .container_table {
    max-width: 880px;
  }
}
@media (min-width: 992px) {
  #content .container_table_narrow {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  #content .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  #content .row > .col,
  #content .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  #content .row30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  #content .row30 > .col,
  #content .row30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#content .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
#content .no-gutters > .col,
#content .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

hr {
  border-top: 1px solid #707070;
}

/* Top ------------------- */
.guide1,
.guide2,
.guide3,
.guide4 {
  background-image: url(../img/top/guide01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 110% auto;
  padding-bottom: calc(71.25% + 2rem);
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .guide1,
  .guide2,
  .guide3,
  .guide4 {
    background-image: none !important;
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .guide1,
  .guide2,
  .guide3,
  .guide4 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .guide1,
  .guide2,
  .guide3,
  .guide4 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .guide1::before,
  .guide2::before,
  .guide3::before,
  .guide4::before {
    background-image: url(../img/top/guide01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    width: calc(50% + 20px);
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .guide1::before,
  .guide2::before,
  .guide3::before,
  .guide4::before {
    width: calc(50% + 40px);
  }
}
.guide1::after,
.guide2::after,
.guide3::after,
.guide4::after {
  content: "温泉";
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 1rem;
}
@media (min-width: 768px) {
  .guide1::after,
  .guide2::after,
  .guide3::after,
  .guide4::after {
    right: calc(50% - 0.75rem);
  }
}
@media (min-width: 992px) {
  .guide1::after,
  .guide2::after,
  .guide3::after,
  .guide4::after {
    right: calc(50% + 0.5rem);
  }
}

.guide2 {
  background-image: url(../img/top/guide02.png);
}
@media (min-width: 768px) {
  .guide2::before {
    background-image: url(../img/top/guide02.jpg);
    right: auto;
    left: 0;
  }
}
.guide2::after {
  content: "ステーキプラン";
  content: "";
}
@media (min-width: 768px) {
  .guide2::after {
    right: auto;
    left: calc(50% - 5.75rem);
  }
}
@media (min-width: 992px) {
  .guide2::after {
    left: calc(50% - 4.5rem);
  }
}

.guide3 {
  background-image: url(../img/top/guide03.png);
}
@media (min-width: 768px) {
  .guide3::before {
    background-image: url(../img/top/guide03.jpg);
  }
}
.guide3::after {
  content: "和室";
  content: "";
}

.guide4 {
  background-image: url(../img/top/guide04.png);
}
@media (min-width: 768px) {
  .guide4::before {
    background-image: url(../img/top/guide04.jpg);
    right: auto;
    left: 0;
  }
}
.guide4::after {
  content: "ロビー";
}
@media (min-width: 768px) {
  .guide4::after {
    right: auto;
    left: calc(50% - 1.75rem);
  }
}
@media (min-width: 992px) {
  .guide4::after {
    left: calc(50% - 0.5rem);
  }
}

.container_pickup {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 360px) and (max-width: 479.98px) {
  .container_pickup {
    max-width: 95%;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .container_pickup {
    max-width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container_pickup {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .container_pickup figure {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .container_pickup {
    max-width: 1040px;
  }
}
.container_pickup .link_box a {
  z-index: 2;
}

.pickup_ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .pickup_access {
    background-image: url(../img/top/pickup06_md.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(79.6875% + 2rem);
  }
}
@media (min-width: 992px) {
  .pickup_access {
    height: calc(79.6875% + 3rem);
  }
}

.pickup_plan {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 40%;
  z-index: 1;
}

.privacy_mark {
  width: 80px;
  margin: 1rem 1rem 1rem auto;
}
@media (min-width: 992px) {
  .privacy_mark {
    width: 130px;
    margin-top: 2rem;
  }
}

/* Page ------------------- */
/* onsen */
@media (min-width: 1200px) {
  .col-xl-5-narrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.66666667%;
    flex: 0 0 37.66666667%;
    max-width: 37.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6-wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
}

/* cuisine room facility */
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
}

/* room */
.room_text {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .room_text {
    padding-left: 8.33333333%;
  }
}

/* sightseeing access */
.map {
  height: 380px;
}
@media (min-width: 992px) {
  .map {
    height: 490px;
  }
}

.spot_box {
  max-width: 380px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
.spot_box figure {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .spot_box {
    max-width: 100%;
  }
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/* page_top
-------------------------------------------------------------- */
.page_top {
  background-color: #000;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  bottom: 60px;
  z-index: 100;
  position: fixed;
}
@media (min-width: 992px) {
  .page_top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 40px;
  }
}
.page_top a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_top a::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .page_top a::before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  background-color: #091F4A;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .footer_container {
    padding-top: 4rem;
  }
}
.footer_container address {
  color: #FFF;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .footer_container address {
    border-right: 1px solid rgba(255, 250, 250, 0.75);
    padding-bottom: 2rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .footer_container address {
    margin-right: 2rem;
  }
}
.footer_container address span.onsen_name {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
}
.footer_container address span.onsen_name span {
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
}
@media (min-width: 992px) {
  .footer_container address span.onsen_name span {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.footer_container address span.tel-link {
  color: #FFF !important;
}
.footer_container address span.tel-link a {
  color: #FFF !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer_container .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .footer_container .row > .col,
  .footer_container .row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.footer_nav {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer_nav {
    margin-bottom: 2rem;
  }
}
.footer_nav li {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.footer_nav li a {
  color: #FFF;
  display: block;
  padding: 0.75rem 5rem 0.75rem 0.5rem;
  outline: none !important;
}
.footer_nav li a:hover {
  color: #2F89E3;
}
@media (max-width: 991.98px) {
  .footer_nav li {
    border-bottom: 1px solid rgba(255, 250, 250, 0.75);
  }
  .footer_nav li::before {
    color: #FFF;
    font-size: 70%;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media (min-width: 992px) {
  .footer_nav li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0.625rem;
  }
  .footer_nav li a {
    padding: 0.25rem 0;
  }
}

.copyright_container {
  background-color: #091F4A;
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .copyright_container {
    padding-bottom: 1rem;
  }
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  padding: 0 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.fixed_nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
.fixed_nav li {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.fixed_nav li a {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  line-height: 1;
  background-color: #2F89E3;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.fixed_nav li span {
  padding-left: 2.25em;
  position: relative;
}
.fixed_nav li span::before {
  font-size: 150%;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  top: 0;
  left: 0;
}
.fixed_nav li:last-child a {
  background-color: #04286E;
}
.fixed_nav li:last-child span::before {
  font-size: 140%;
  content: "\e905";
}
@media (min-width: 360px) {
  .fixed_nav li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .fixed_nav {
    display: none;
  }
}

/* WordPress Common -------------------------------------------------------------- */
/* Widgets
-------------------------------------------------------------- */
.widget {
  margin: 0 0 2rem;
}
.widget select {
  max-width: 100%;
}

/* Posts and pages
-------------------------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 2rem;
}

.page-links {
  clear: both;
  margin-bottom: 2rem;
}

/* Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions
-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* WordPress Style -------------------------------------------------------------- */
/* Post */
.ttl_container .page-title {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  z-index: 3;
}
@media (min-width: 1200px) {
  .ttl_container .page-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.page_title {
  color: #2F89E3;
  line-height: 1.4;
  border-left: 5px solid #2F89E3;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .page_title {
    line-height: 1.1;
  }
}

.entry-header,
.page-header {
  width: 100%;
  height: auto !important;
  position: relative;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}
.entry-header.nav_hide,
.page-header.nav_hide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hentry {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .hentry {
    margin-bottom: 100px;
  }
}
#main .hentry:last-child {
  margin-bottom: 4rem;
}

.entry-meta {
  text-align: right;
}
.entry-meta .entry-date {
  color: #707070;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.entry-title,
.error-404 .page-title {
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  border-bottom: 2px solid #2F89E3;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.entry-title a,
.error-404 .page-title a {
  text-decoration: none;
}

.entry-content h3 {
  border-left: 3px solid #2F89E3;
  padding: 0 0.5rem;
}
.entry-content h4 {
  border-left: 3px solid #04286E;
  padding: 0 0.5rem;
}
.entry-content p {
  margin-bottom: 1rem;
}
.entry-content p a {
  text-decoration: underline;
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content strong {
  font-weight: 500;
}
.entry-content ul,
.entry-content ol {
  padding-left: 30px;
}
.entry-content ul li,
.entry-content ol li {
  line-height: 1.8;
  margin-bottom: 0.25rem;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content table th {
  border: 1px solid #CCC;
  padding: 10px;
}
.entry-content table td {
  border: 1px solid #CCC;
  padding: 10px;
}
@media (min-width: 768px) {
  .entry-content table {
    max-width: 100% !important;
  }
}
.entry-content blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  color: #555555;
  border-left: 4px solid rgba(1, 39, 175, 0.25);
}
.entry-content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: rgba(1, 39, 175, 0.25);
  font-size: 90px;
  line-height: 1;
}
.entry-content blockquote p {
  padding: 0;
  margin: 7px 0;
}
.entry-content blockquote cite {
  display: block;
  text-align: right;
  color: #555555;
  font-size: 0.9em;
}

.entry-footer {
  clear: both;
  margin: 20px 0;
}
.entry-footer .post-edit-link {
  border: 1px solid #CCC;
  padding: 10px;
}

/* Widget */
.widget {
  margin-bottom: 3rem;
}
.widget ul {
  font-size: 15px;
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.widget ul li {
  margin-bottom: 0.6em;
}
.widget ul li::before {
  font-family: "icomoon";
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #757779;
  vertical-align: -1px;
  margin-right: 0.12rem;
}

.widget-title {
  font-size: 16px !important;
  text-align: left !important;
  background-color: rgba(23, 61, 77, 0.1);
  padding: 0.3em 0.8em 0.4em 0.8em;
  margin-top: 0px !important;
}

/* image alignment */
.entry-content figure,
.entry-content img.alignnone {
  margin-bottom: 1.25rem;
}
.entry-content figcaption {
  text-align: center;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.entry-content .alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input {
  border-radius: 0 !important;
}

/* Search */
#searchform {
  max-width: 300px;
}

/* Photo Library */
.page-template-page-photolibrary .post-edit-link {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 10px;
  margin: 40px 0;
}

/* Plugin modula */
.modula-item {
  padding: 5px;
}
@media (min-width: 576px) {
  .modula-item {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .modula-item {
    padding: 20px;
  }
}

/* news */
.news_box {
  border-bottom: 1px solid #CCC;
  padding: 1rem;
  position: relative;
  margin-bottom: 0;
}
.news_box a {
  color: #222;
}
.news_box a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.news_box a:hover {
  color: #2F89E3;
}
.news_box a:hover::after {
  background: rgba(4, 40, 110, 0.05);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page_title + .news_box {
  border-top: 1px solid #CCC;
  margin-top: 2rem;
}
#main .news_box:last-child {
  margin-bottom: 4rem;
}
.news_box dl,
.news_box dd {
  margin: 0;
}
.news_box dt {
  font-weight: normal;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .news_box dt {
    float: left;
    width: 7em;
  }
  .news_box dd {
    padding-left: 7em;
  }
}
@media (min-width: 992px) {
  .news_box {
    padding: 1.5rem 1rem;
  }
}

/* navigation */
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #CCC;
  padding: 3px 10px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #2F89E3;
  border-color: #707070;
}

.post-navigation {
  margin: 2rem 0;
}
.post-navigation A {
  color: #222;
}
.post-navigation a:hover {
  color: #2F89E3;
  text-decoration: none;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-size: 95%;
  text-align: left;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 100%;
  padding: 10px 0;
}
.post-navigation .nav-previous + .nav-next {
  border-top: none;
}
.post-navigation .nav-previous::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #2F89E3;
  margin-right: 0.2em;
  vertical-align: -0.05em;
}
.post-navigation .nav-next::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #2F89E3;
  margin-left: 0.2em;
  vertical-align: -0.05em;
}
@media (min-width: 768px) {
  .post-navigation {
    margin: 4rem 0;
  }
  .post-navigation .nav-next {
    text-align: right;
  }
}