@charset "UTF-8";
/* 共通 */
html {
  font-size: 16px;
  font-family: “Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
  outline: red 2px solid;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

.all-wrapper {
  max-width: 100%;
}

/* ヘッダー */
header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 80px;
}

@media (max-width: 768px) {
  header {
    height: 80px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  header {
    height: 80px;
    padding: 0 10px;
  }
}

.header-list-link {
  position: relative;
  padding: 5px;
  font-weight: bold;
}

.header-list-link:after {
  background: #fff;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}

.header-list-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header-list-link.change-color::after {
  background: #000;
}

.header.change-color {
  background-color: #fff;
  color: #000;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .header-list {
    display: none;
  }
}

.header-logo {
  background: url(/img/top-header-logo.png) no-repeat center center/cover;
  width: 200px;
  height: 40px;
  margin-right: 120px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .header-logo {
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 150px;
    height: 30px;
    margin-right: 0px;
  }
}

.header-logo.change-color {
  background: url(/img/sub-header-logo.png) no-repeat center center/cover;
}

.list-item {
  color: #fff;
}

.list-item.change-color {
  color: #000;
}

.list-item:not(:first-child) {
  margin-left: 30px;
}

.header-right-button {
  margin: 13px 20px;
  padding: 15px 37px;
  background-color: #978f10;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: bold;
}

@media (max-width: 768px) {
  .header-right-button {
    margin: 15px 0;
    padding: 5px;
    margin-right: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .header-right-button {
    margin-right: 0px;
  }
}

.header-right-button:hover {
  opacity: 0.6;
}

.header-right-button img {
  padding-right: 10px;
}

.hide-area {
  display: none;
}

.header_page {
  background-color: #fff;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .header_page {
    padding: 0 10px;
    height: 80px;
  }
}

@media screen and (max-width: 1250px) {
  .header_page {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .header_page {
    padding: 0;
  }
}

.header-logo_page {
  background: url(/img/sub-header-logo.png) no-repeat center center/cover;
  width: 200px;
  height: 40px;
  margin-right: 120px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .header-logo_page {
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .header-logo_page {
    width: 150px;
    height: 30px;
    margin-right: 0px;
  }
}

.header-list-link_page {
  position: relative;
  padding: 5px;
  color: #000;
  font-weight: bold;
}

.header-list-link_page:after {
  background: #000;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}

.header-list-link_page:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 30;
  display: block;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 30;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 30;
  /*ボタンを最前面に*/
  top: 15px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

@media (max-width: 768px) {
  .openbtn {
    display: block;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
}

.openbtn span.change-color {
  background-color: #000;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.openbtn_page {
  position: fixed;
  z-index: 30;
  /*ボタンを最前面に*/
  top: 15px;
  right: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

@media (max-width: 768px) {
  .openbtn_page {
    display: block;
  }
}

.openbtn_page span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 55%;
}

.openbtn_page span:nth-of-type(1) {
  top: 15px;
}

.openbtn_page span:nth-of-type(2) {
  top: 23px;
}

.openbtn_page span:nth-of-type(3) {
  top: 31px;
}

.openbtn_page.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn_page.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn_page.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#g-nav_page {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav_page.panelactive {
  opacity: 1;
  z-index: 30;
  display: block;
}

/*ナビゲーション*/
#g-nav_page ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 30;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav_page.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav_page li {
  list-style: none;
  text-align: center;
}

#g-nav_page li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}

/* ヒーローイメージ */
.hero {
  height: 100vh;
}

/* スライダー全体 */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

/* スライダー画像 */
.slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
	①スライド画像
	表示する画像を定義
  */
.slider .image:nth-of-type(1) {
  background-image: url(/img/mainbg01.png);
}

.slider .image:nth-of-type(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  background-image: url(/img/mainbg02.png);
}

.slider .image:nth-of-type(3) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
  background-image: url(/img/mainbg03.png);
}

/*
	②アニメーション設定
	animation-durationのみ変更
  */
.slider .image {
  -webkit-animation-name: anime;
          animation-name: anime;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  /* ①で設定したanimation-delayを合計を挿入 */
}

/* アニメーション定義 */
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}

.main-text {
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 30%;
  right: 25%;
  font-size: 36px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 3;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .main-text {
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* イントロ */
.intro {
  width: 100%;
  height: 680px;
  background: url(/img/bg.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .intro {
    height: 600px;
  }
}

.intro-inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro-inner .number {
  display: inline-block;
  padding: 3px 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.intro-inner p {
  line-height: 3;
}

@media (max-width: 768px) {
  .intro-inner p {
    line-height: 1.5;
  }
}

.intro-inner p:nth-child(1) {
  font-size: 28px;
  text-indent: -2.6em;
  line-height: 1;
}

@media (max-width: 768px) {
  .intro-inner p:nth-child(1) {
    font-size: 25px;
  }
}

.intro-inner p:nth-child(2) {
  font-size: 28px;
  margin-left: 118px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .intro-inner p:nth-child(2) {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .intro-inner p:nth-child(2) {
    font-size: 25px;
    margin-left: 20px;
  }
}

.intro-inner p:nth-child(5) {
  margin-left: 118px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .intro-inner p:nth-child(5) {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .intro-inner p:nth-child(5) {
    font-size: 15px;
    margin-left: 10px;
  }
}

.intro-inner p:nth-child(8) {
  margin-left: 118px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .intro-inner p:nth-child(8) {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .intro-inner p:nth-child(8) {
    font-size: 15px;
    margin-left: 10px;
  }
}

.intro-inner p:nth-child(11) {
  margin-left: 118px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .intro-inner p:nth-child(11) {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .intro-inner p:nth-child(11) {
    font-size: 15px;
    margin-left: 10px;
  }
}

.intro-inner p:nth-child(12) {
  text-indent: 20em;
}

/* サービス */
.service {
  padding-top: 106px;
  padding-bottom: 78px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .service {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.service-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 122px;
}

@media (max-width: 768px) {
  .service-room {
    display: block;
    margin-bottom: 80px;
  }
}

.service-room-left {
  background: url(/img/oheya-top.png) no-repeat center center/cover;
  height: 545px;
  width: 1050px;
  margin-right: 137px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-room-left {
    margin-right: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-room-left {
    width: 70%;
    height: auto;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .service-room-left {
    width: 100%;
    height: 250px;
  }
}

.service-room-right p:nth-child(1) {
  font-size: 36px;
  line-height: 1.72;
  padding-top: 32px;
  padding-bottom: 78px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-room-right p:nth-child(1) {
    font-size: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-room-right p:nth-child(1) {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .service-room-right p:nth-child(1) {
    font-size: 24px;
    padding-bottom: 40px;
  }
}

.service-room-right p:nth-child(2) {
  padding-bottom: 75px;
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-room-right p:nth-child(2) {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .service-room-right p:nth-child(2) {
    padding-bottom: 40px;
    line-height: 1.5;
    text-align: left;
  }
}

.service-room-right a {
  padding: 20px 44px;
  border: 1px solid #707070;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-room-right a:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-room-right a {
    margin-left: 90px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-room-right a {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .service-room-right {
    text-align: center;
  }
}

.service-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 122px;
}

@media (max-width: 768px) {
  .service-food {
    display: block;
    margin-bottom: 80px;
  }
}

.service-food-left {
  background: url(/img/menu-top.png) no-repeat center center/cover;
  height: 545px;
  width: 1050px;
  margin-left: 137px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-food-left {
    margin-left: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-food-left {
    width: 70%;
    height: auto;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .service-food-left {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
}

.service-food-right p:nth-child(1) {
  font-size: 36px;
  line-height: 1.72;
  padding-top: 32px;
  padding-bottom: 78px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-food-right p:nth-child(1) {
    font-size: 30px;
    margin-left: 70px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-food-right p:nth-child(1) {
    font-size: 24px;
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .service-food-right p:nth-child(1) {
    font-size: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.service-food-right p:nth-child(2) {
  padding-bottom: 75px;
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-food-right p:nth-child(2) {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .service-food-right p:nth-child(2) {
    padding-bottom: 40px;
    line-height: 1.5;
    text-align: left;
  }
}

.service-food-right a {
  padding: 20px 44px;
  border: 1px solid #707070;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-food-right a:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-food-right a {
    margin-left: 80px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-food-right a {
    margin-left: 80px;
  }
}

@media (max-width: 768px) {
  .service-food-right {
    text-align: center;
  }
}

.service-onsen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .service-onsen {
    display: block;
  }
}

.service-onsen-left {
  background: url(/img/onsen-top.png) no-repeat center center/cover;
  height: 545px;
  width: 1050px;
  margin-right: 137px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-onsen-left {
    margin-right: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-onsen-left {
    width: 70%;
    height: auto;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .service-onsen-left {
    width: 100%;
    height: 250px;
  }
}

.service-onsen-right p:nth-child(1) {
  font-size: 36px;
  line-height: 1.72;
  padding-top: 32px;
  padding-bottom: 78px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-onsen-right p:nth-child(1) {
    font-size: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-onsen-right p:nth-child(1) {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .service-onsen-right p:nth-child(1) {
    font-size: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.service-onsen-right p:nth-child(2) {
  padding-bottom: 75px;
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-onsen-right p:nth-child(2) {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .service-onsen-right p:nth-child(2) {
    padding-bottom: 40px;
    line-height: 1.5;
    text-align: left;
  }
}

.service-onsen-right a {
  padding: 20px 44px;
  border: 1px solid #707070;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-onsen-right a:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-onsen-right a {
    margin-left: 90px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .service-onsen-right a {
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .service-onsen-right {
    text-align: center;
  }
}

/* おすすめ宿泊プラン */
.plan {
  padding-top: 60px;
  height: 775px;
  background: url(/img/bg02.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .plan {
    height: auto;
    padding-bottom: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .plan {
    padding: 0 10px;
    padding-top: 60px;
  }
}

.plan-inner {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.plan-icon {
  width: 40px;
  height: 40px;
  background: url(/img/logo02.png);
  margin: 0 auto 20px;
}

.plan-title {
  font-size: 36px;
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .plan-title {
    font-size: 30px;
  }
}

.plan-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

@media (max-width: 768px) {
  .plan-card-items {
    display: block;
  }
}

.plan-card-item {
  width: 33%;
}

.plan-card-item:not(:first-child) {
  margin-left: 94px;
}

@media (max-width: 768px) {
  .plan-card-item:not(:first-child) {
    margin-left: 0;
    margin: auto;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .plan-card-item:not(:first-child) {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .plan-card-item {
    width: 90%;
    height: auto;
    margin: auto;
  }
}

.plan-card-item-img {
  overflow: hidden;
}

.plan-card-item-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.plan-card-item-img img {
  width: 100%;
  height: auto;
}

.plan-card-item-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.plan-card-item-title {
  font-size: 20px;
  line-height: 1.6;
  padding: 32px 13px 36px 0;
}

@media (max-width: 768px) {
  .plan-card-item-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.plan-card-item-text {
  line-height: 2;
}

@media (max-width: 768px) {
  .plan-card-item-text {
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 1.5;
  }
}

/* お知らせ */
.news {
  padding-top: 60px;
  height: 785px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .news {
    padding-left: 20px;
    height: 785px;
  }
}

@media (max-width: 768px) {
  .news {
    padding: 0 10px;
    padding-top: 60px;
    height: 1240px;
  }
}

.news-inner {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.news-icon {
  width: 40px;
  height: 40px;
  background: url(/img/logo02.png);
  margin: 0 auto 20px;
}

.news-title {
  font-size: 36px;
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .news-title {
    font-size: 30px;
  }
}

.news-card-items {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-card-item-body {
  padding: 0 30px 0 39px;
}

.news-card-item-date {
  font-size: 14px;
  margin-bottom: 10px;
}

.news-card-item-title {
  line-height: 2;
}

.news-card-item {
  width: calc(50% - 46px * 1 / 2);
  height: 130px;
  padding: 15px 10px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .news-card-item {
    width: 100%;
  }
}

.news-card-item:not(:nth-child(2n + 1)) {
  margin-left: 46px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .news-card-item:not(:nth-child(2n + 1)) {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .news-card-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
}

.news-card-item:nth-child(n + 3) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .news-card-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab li:not(:first-child) {
  margin-left: 50px;
}

.tab li a {
  display: block;
}

.tab-link {
  position: relative;
  padding: 5px;
}

.tab-link:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
}

.tab-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 0 50px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* アクセス */
.access {
  padding-top: 60px;
  height: 1380px;
  background: url(/img/bg.png) no-repeat center center/cover;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .access {
    padding: 0 10px;
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .access {
    padding: 0 10px;
    padding-top: 60px;
    height: auto;
  }
}

.access-inner {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.access-icon {
  width: 40px;
  height: 40px;
  background: url(/img/logo02.png);
  margin: 0 auto 20px;
}

.access-title {
  font-size: 36px;
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .access-title {
    font-size: 30px;
  }
}

.access-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 69px;
}

@media (max-width: 768px) {
  .access-wrapper {
    display: block;
  }
}

.access-left {
  background: url(/img/acess.png) no-repeat center center/cover;
  width: 656px;
  height: 370px;
  margin-right: 83px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .access-left {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .access-left {
    width: 100%;
    height: 250px;
  }
}

.access-right {
  text-align: left;
}

.access-right p {
  padding-top: 20px;
  line-height: 2;
}

@media (max-width: 768px) {
  .access-right p {
    line-height: 1.5;
  }
}

dt {
  padding: 18px 0;
}

.access-address {
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1200px) {
  iframe {
    width: 80%;
  }
}

@media (max-width: 768px) {
  iframe {
    width: 100%;
    height: 400px;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

/* フッター */
footer {
  background: url(/img/bg3.png) no-repeat center center/cover;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-menu {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  margin-top: 64px;
  margin-bottom: 96px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu:hover {
  opacity: 0.6;
}

.footer-menu:not(:first-child) {
  margin-left: 34px;
}

.footer-menu a {
  letter-spacing: 15px;
}

.footer-icon {
  width: 145px;
  height: 92px;
  background: url(/img/footer-logo.png) no-repeat center center/cover;
  margin: auto;
}

.footer-address {
  text-align: center;
  margin-top: 72px;
}

@media (max-width: 768px) {
  .footer-address {
    font-size: 14px;
  }
}

.footer-address-1 {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .footer-address-1 {
    margin-right: 10px;
  }
}

.footer-address-2 {
  letter-spacing: 2.88px;
}

@media (max-width: 768px) {
  .footer-address-2 {
    letter-spacing: 1px;
  }
}

.footer-tel {
  text-align: center;
  margin-top: 23px;
}

@media (max-width: 768px) {
  .footer-tel {
    font-size: 14px;
  }
}

.footer-tel-1 {
  margin-right: 20px;
}

.footer-copy {
  font-size: 12px;
  padding: 23px 0 25px;
  color: #fff;
  background: #000;
  text-align: center;
  margin-top: 61px;
}

#open,
#close {
  cursor: pointer;
}

#mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 250;
}

#modal {
  width: 550px;
  height: 600px;
  background: #fff;
  color: #555;
  padding: 40px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  z-index: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  #modal {
    width: 90%;
    height: auto;
  }
}

#mask.hidden {
  display: none;
}

#modal.hidden {
  display: none;
}

.close-button {
  position: relative;
}

.close-button::after {
  content: "";
  position: absolute;
  background: url(/img/close.png) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: -20px;
  right: -22px;
}

form > p {
  text-align: center;
  font-size: 20px;
  padding-bottom: 29px;
  border-bottom: #e7e7e7 1px solid;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  form > p {
    margin-bottom: 20px;
  }
}

.modal {
  padding: 0 60px;
}

.day {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .day {
    margin-bottom: 35px;
  }
}

.form-button-wrapper {
  text-align: center;
}

.form-button {
  display: inline-block;
  padding: 13px 67px;
  border: #e7e7e7 1px solid;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-button:hover {
  background: #000;
  color: #fff;
}

label,
input,
select {
  display: block;
}

label {
  padding: 14px 0;
  width: 429px;
  margin: auto;
}

@media (max-width: 768px) {
  label {
    width: 100%;
  }
}

input {
  border: #e7e7e7 1px solid;
  padding: 9px 10px;
  width: 429px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 768px) {
  input {
    width: 100%;
  }
}

select {
  border: #e7e7e7 1px solid;
  padding: 0 10px;
  width: 429px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 768px) {
  select {
    width: 100%;
  }
}

.room-top {
  background: url(/img/oheya-header.png) no-repeat center center/cover;
  height: 580px;
  width: 100%;
  position: relative;
}

.room-top > h1 {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .room-top {
    height: 500px;
  }
}

.bread {
  margin-top: 36px;
}

@media screen and (max-width: 1250px) {
  .bread {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .bread {
    margin-left: 0px;
    font-size: 14px;
  }
}

.room-title {
  width: auto;
  margin: auto;
  text-align: center;
  line-height: 2;
  margin-top: 98px;
}

@media (max-width: 768px) {
  .room-title {
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin-top: 50px;
  }
}

.room-inner {
  width: 1180px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
}

.room {
  margin-top: 78px;
  position: relative;
}

@media (max-width: 768px) {
  .room {
    margin-top: 50px;
  }
}

.room-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
}

@media (max-width: 768px) {
  .room-img {
    display: block;
    height: auto;
  }
}

.room-img-left {
  background: url(/img/oheya01.png) no-repeat center center/cover;
  width: 46.3%;
}

@media screen and (max-width: 1250px) {
  .room-img-left img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .room-img-left {
    width: 100%;
    height: 300px;
  }
}

.room-text {
  width: 71.3%;
  height: 381px;
  margin-top: 57px;
  position: absolute;
  left: 32.5%;
  z-index: -1;
  background: url(/img/bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 1250px) {
  .room-text {
    margin-top: 60px;
    height: 320px;
    position: static;
    width: 60%;
  }
}

@media (max-width: 768px) {
  .room-text {
    width: 100%;
    height: 320px;
    margin-top: -28px;
  }
}

.room-text p:nth-of-type(1) {
  margin-top: 60px;
  margin-left: 28.8%;
  font-size: 24px;
  max-width: 100%;
}

@media screen and (max-width: 1250px) {
  .room-text p:nth-of-type(1) {
    margin-top: 30px;
    margin-left: 35%;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .room-text p:nth-of-type(1) {
    padding-top: 30px;
    margin-left: 10%;
  }
}

.room-text p:nth-of-type(2) {
  margin-top: 52px;
  margin-left: 28.8%;
  font-size: 16px;
  line-height: 2;
  max-width: 100%;
}

@media screen and (max-width: 1250px) {
  .room-text p:nth-of-type(2) {
    margin-top: 30px;
    margin-left: 10%;
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .room-text p:nth-of-type(2) {
    font-size: 15px;
  }
}

.room-text p:nth-of-type(3) {
  margin-top: 52px;
  margin-left: 26%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 100%;
}

@media screen and (max-width: 1250px) {
  .room-text p:nth-of-type(3) {
    margin-top: 30px;
    margin-left: 10%;
    padding-left: 0;
    padding-right: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  ._br > br {
    display: none;
  }
}

.room-row {
  margin-top: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1250px) {
  .room-row {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .room-row {
    display: block;
    height: auto;
    margin-top: 0;
  }
}

.room-img-left2 {
  background: url(/img/oheya02.png) no-repeat center center/cover;
  width: 46.3%;
  position: relative;
  left: 50px;
}

@media screen and (max-width: 1250px) {
  .room-img-left2 {
    position: static;
  }
  .room-img-left2 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .room-img-left2 {
    height: 300px;
    width: 100%;
  }
}

._room2 {
  left: 0;
  text-align: left;
}

._room2 p:nth-of-type(1) {
  margin-left: 8%;
}

@media screen and (max-width: 1250px) {
  ._room2 p:nth-of-type(1) {
    margin-left: 30%;
  }
}

@media (max-width: 768px) {
  ._room2 p:nth-of-type(1) {
    margin-left: 10%;
  }
}

._room2 p:nth-of-type(2) {
  margin-left: 60px;
}

@media (max-width: 768px) {
  ._room2 p:nth-of-type(2) {
    margin-left: 10%;
  }
}

._room2 p:nth-of-type(3) {
  margin-left: 40px;
}

@media screen and (max-width: 1250px) {
  ._room2 p:nth-of-type(3) {
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  ._room2 p:nth-of-type(3) {
    margin-left: 10%;
  }
}

.room-img-left3 {
  background: url(/img/oheya03.png) no-repeat center center/cover;
  width: 46.3%;
}

@media screen and (max-width: 1250px) {
  .room-img-left3 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .room-img-left3 {
    width: 100%;
    height: 350px;
  }
}

._room3 {
  margin-top: 220px;
  margin-bottom: 240px;
}

@media screen and (max-width: 1250px) {
  ._room3 {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}

@media (max-width: 768px) {
  ._room3 {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}

._food_img {
  background: url(/img/menu-header.png) no-repeat center center/cover;
}

._food_block1 {
  background: url(/img/menu01.png) no-repeat center center/cover;
}

._food_block2 {
  background: url(/img/menu02.png) no-repeat center center/cover;
  position: relative;
  left: 50px;
}

@media screen and (max-width: 1250px) {
  ._food_block2 {
    position: static;
  }
}

._food_block3 {
  background: url(/img/menu03.png) no-repeat center center/cover;
}

@media screen and (max-width: 1250px) {
  ._food1 p:nth-of-type(1) {
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  ._food1 p:nth-of-type(1) {
    margin-left: 10%;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  ._food1 p:nth-of-type(2) {
    margin-left: 10%;
  }
}

._food2 p:nth-of-type(1) {
  margin-left: 60px;
}

@media screen and (max-width: 1250px) {
  ._food2 p:nth-of-type(1) {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  ._food2 p:nth-of-type(1) {
    margin-left: 10%;
    font-size: 20px;
  }
}

._food2 p:nth-of-type(2) {
  margin-left: 10%;
}

@media screen and (max-width: 1250px) {
  ._food3 p:nth-of-type(1) {
    margin-left: 10%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  ._food3 p:nth-of-type(1) {
    margin-left: 10%;
    padding-top: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 910px) {
  ._food3 p:nth-of-type(2) br {
    display: none;
  }
}

._bath_img {
  background: url(/img/onsen-header.png) no-repeat center center/cover;
}

._bath_block1 {
  background: url(/img/onsen01.png) no-repeat center center/cover;
}

._bath_block2 {
  background: url(/img/onsen02.png) no-repeat center center/cover;
  position: relative;
  left: 50px;
}

@media screen and (max-width: 1250px) {
  ._bath_block2 {
    position: static;
  }
}

._bath2 p:nth-of-type(1) {
  margin-left: 60px;
}

@media (max-width: 768px) {
  ._bath2 p:nth-of-type(1) {
    font-size: 20px;
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  ._bath2 p:nth-of-type(2) {
    margin-left: 10%;
  }
}

._bath_block {
  margin-bottom: 295px;
}

@media screen and (max-width: 1250px) {
  ._bath_block {
    margin-bottom: 150px;
  }
}

@media (max-width: 768px) {
  ._bath_block {
    margin-bottom: 100px;
  }
}

.block_bath_wrap {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 96px;
}

.block_bath_wrap > p {
  font-size: 26px;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 51px;
}

.block_bath_wrap > dl {
  font-size: 15px;
  width: 880px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7;
}

.block_bath_wrap > dl > dt {
  font-weight: 400;
  width: 25%;
  border-top: 1px solid #e7e7e7;
}

.block_bath_wrap > dl > dd {
  width: 75%;
  padding: 18px 0;
  line-height: 1.46;
}

.block_bath_wrap > dl > dd:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
