@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: “Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
  color: #000000;
  font-size: 1.6rem;
  color: #000000;
}

@media screen and (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.section__wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: normal;
}

.section__title::before {
  content: url("/images/logo02@2x.png");
  display: block;
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 3rem;
  }
}

.noscroll {
  overflow: hidden;
}

.fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.fv a {
  color: #ffffff;
}

.fv__img {
  z-index: -2;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 21s 0s infinite;
          animation: anime 21s 0s infinite;
}

.fv__img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.fv__img:nth-of-type(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: -1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: -1;
  }
  100% {
    opacity: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header.change-color {
  background-color: #ffffff;
}

.header.change-color a {
  color: #000000;
}

.header__inner {
  height: 80px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 4vw;
  }
}

.header__inner--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 520px;
}

@media screen and (max-width: 768px) {
  .header__inner--left {
    display: block;
  }
}

.header__site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  letter-spacing: 0.18em;
}

.header__site-title::before {
  content: url("/images/logo01@2x.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px 0;
}

@media screen and (max-width: 768px) {
  .header__site-title {
    font-size: 2.4rem;
  }
}

.header__site-title.change-before::before {
  content: url(/images/logo02@2x.png);
}

.header__menu {
  display: block;
}

@media screen and (max-width: 768px) {
  .header__menu {
    -webkit-transition: 5s;
    transition: 5s;
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background-color: #fff;
  }
  .header__menu.is-show {
    display: block;
    -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
            animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  @-webkit-keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}

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

@media screen and (max-width: 768px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.header__list-item {
  font-weight: 700;
  margin-right: 30px;
}

.header__list-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .header__list-item {
    font-size: 1.8rem;
    margin-right: 0;
    text-align: center;
    padding: 10px;
  }
  .header__list-item a {
    color: #000000;
  }
}

.header__inner--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.burger__btn {
  display: none;
}

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

.bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar.change-background-color {
  background-color: #000000;
}

.bar_top {
  margin-bottom: 7px;
}

.bar_mid {
  margin-bottom: 7px;
}

/* ハンバーガーメニューが開いたとき */
.bar.cross.bar_top {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar.cross.bar_mid {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar.cross.bar_bottom {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__reservation {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 54px;
  background-color: #978f10;
  border: 1px solid #707070;
  cursor: pointer;
}

.header__reservation::before {
  content: url(/images/calender@2x.png);
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .header__reservation {
    width: 104px;
    height: 30px;
    margin-right: 1rem;
  }
}

.modalArea {
  visibility: hidden;
  /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000000;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  max-width: 500px;
  padding: 30px 60px 90px;
  background-color: #fff;
}

@media screen and (max-width: 375px) {
  .modalWrapper {
    padding: 30px 60px 30px;
  }
}

.closeModal {
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: 3.8rem;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.modalArea__title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: normal;
}

@media screen and (max-width: 375px) {
  .modalArea__title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

.form__body {
  margin-top: 15px;
}

.form__body:first-of-type {
  margin-top: 15px;
}

.form__body input,
.form__body select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e7e7e7;
  color: #797878;
}

.form__text {
  margin-top: 10px;
}

.form__submit-btn {
  display: block;
  padding: 13px 67px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #707070;
  margin: 64px auto 0px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  .form__submit-btn {
    margin: 30px auto 0;
  }
}

.copy {
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.8rem;
  position: absolute;
  top: 40vh;
  right: 26.4583%;
  line-height: 3;
  letter-spacing: 0.625rem;
}

@media screen and (max-width: 768px) {
  .copy {
    right: 4vw;
    font-size: 2.2rem;
  }
}

.preface {
  background-image: url(/images/bg01@2x.png);
  padding: 150px 4vw 75px;
}

@media screen and (max-width: 768px) {
  .preface {
    padding: 100px 4vw 30px;
  }
}

.preface__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .preface__body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.preface__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  margin-right: 10%;
  font-size: 2.8rem;
  font-weight: normal;
  text-indent: -3em;
  line-height: 2;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .preface__title {
    font-size: 2.2rem;
    margin-right: 0;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
}

.preface__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  margin-right: 10%;
  line-height: 2;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 768px) {
  .preface__text {
    margin-right: 15px;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
}

.preface__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  margin-right: 10%;
  font-size: 2.2rem;
  letter-spacing: 0.5em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .preface__name {
    font-size: 1.8rem;
    margin-right: 15px;
  }
}

.contents {
  padding: 106px 0 78px;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 30px 0;
  }
}

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

.contents__box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.contents__img-wrapper {
  width: 54.6875%;
  margin-right: 7.1354%;
}

@media screen and (max-width: 768px) {
  .contents__img-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.contents__body {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .contents__body {
    padding: 20px 4vw 50px;
  }
}

.contents--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .contents--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents__img-wrapper--reverse {
  width: 54.6875%;
}

@media screen and (max-width: 768px) {
  .contents__img-wrapper--reverse {
    width: 100%;
  }
}

.contents__body--reverse {
  margin-right: 7.1354%;
}

@media screen and (max-width: 768px) {
  .contents__body--reverse {
    padding: 30px 4vw;
    margin-right: 0;
  }
}

.contents__title {
  font-size: 3.6rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .contents__title {
    font-size: 2rem;
    margin-bottom: 28px;
  }
}

.contents__text {
  line-height: 2;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .contents__text {
    margin-bottom: 30px;
  }
}

.contents__btn {
  color: #000000;
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 16px 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .contents__btn {
    margin: 0 auto;
  }
}

.lodging-plan {
  background-image: url(/images/bg02@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 4vw 144px;
}

@media screen and (max-width: 768px) {
  .lodging-plan {
    padding: 40px 4vw;
  }
}

.lodging-plan__plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .lodging-plan__plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lodging-plans_item {
  width: 28.0508%;
}

@media screen and (max-width: 768px) {
  .lodging-plans_item {
    width: 100%;
  }
}

.lodging-plan__img-wrapper img {
  height: 209px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lodging-plan__body {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .lodging-plan__body {
    padding: 30px 0;
  }
}

.lodging-plan__title {
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 375px) {
  .lodging-plan__title {
    font-size: 2rem;
  }
}

.lodging-plan__text {
  margin-top: 36px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lodging-plan__text {
    margin-top: 20px;
  }
}

.news {
  padding: 60px 4vw;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 40px 4vw;
  }
}

.news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .news__head {
    margin-top: 30px;
  }
}

.news__head-category {
  cursor: pointer;
  color: #000000;
}

.news__head-category:first-of-type {
  margin-right: 51px;
}

.news__head-category.is-active {
  border-bottom: 1px solid #707070;
}

.news__tab-menu {
  display: none;
}

.news__tab-menu.is-active {
  display: block;
  -webkit-animation: fade 1.5s ease;
          animation: fade 1.5s ease;
}

.news__list {
  margin-top: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news__list-item {
  width: 48.305%;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  margin-right: 1.68888%;
}

@media screen and (max-width: 768px) {
  .news__list-item {
    width: 100%;
    margin-right: 0;
  }
}

.news__list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.news__img-wrapper {
  max-width: 103px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  margin-right: 30px;
}

.news__img-wrapper img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__date {
  font-size: 1.4rem;
}

.news__text {
  margin-top: 5px;
  line-height: 2;
  letter-spacing: 0.000001em;
}

.access {
  padding: 60px 4vw 110px;
  background-image: url(/images/bg01@2x.png);
}

@media screen and (max-width: 768px) {
  .access {
    padding: 40px 4vw;
  }
}

.access__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__img-wrapper {
  max-width: 656px;
  width: 100%;
  margin-right: 7.0338%;
}

@media screen and (max-width: 768px) {
  .access__img-wrapper {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .access__box {
    padding: 20px 15px;
  }
}

.access__body {
  margin-top: 20px;
}

.access__body:first-of-type {
  margin-top: 0;
}

.access__title {
  font-weight: 700;
}

.access__text {
  margin-top: 20px;
  line-height: 2;
}

.access__map {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access__map iframe {
    width: 100%;
  }
}

footer {
  background-image: url(/images/bg3@2x.jpg);
  padding-top: 64px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}

.page-link {
  text-align: center;
}

.page-link__category {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  margin-right: 34px;
}

.page-link__category:last-child {
  margin-right: 0;
}

.page-link__category a {
  color: #000000;
  display: block;
  letter-spacing: 0.7em;
}

.footer__company {
  margin-top: 96px;
  text-align: center;
}

.footer__company a {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .footer__company {
    margin-top: 40px;
  }
}

.footer__company-name {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.footer__company-name::before {
  content: url("/images/logo02@2x.png");
  display: block;
}

@media screen and (max-width: 375px) {
  .footer__company-name {
    font-size: 2.6rem;
  }
}

.footer__company-address {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .footer__company-address {
    margin-top: 30px;
  }
}

.footer__company--right {
  margin-left: 20px;
}

.footer__company-tel {
  margin-top: 23px;
}

.footer__foot {
  margin-top: 84px;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  line-height: 4.5;
}

@media screen and (max-width: 768px) {
  .footer__foot {
    margin-top: 40px;
  }
}

.lower-fv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 580px;
  position: relative;
  color: #ffffff;
  width: 100vw;
}

.lower-fv a {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .lower-fv {
    height: calc(100vh - 80px);
  }
}

.lower-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.lower-header__site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  letter-spacing: 0.18em;
}

.lower-header__site-title::before {
  content: url("/images/logo02@2x.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px 0;
}

@media screen and (max-width: 768px) {
  .lower-header__site-title {
    font-size: 2.4rem;
  }
}

.lower-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .lower-copy {
    font-size: 2.8rem;
  }
}

.lower-intro {
  padding: 100px 30px 0;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .lower-intro {
    text-align: left;
    padding: 100px 4vw 0;
  }
}

.breadcrumb {
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 36px 4vw 0;
  }
}

.breadcrumb a {
  color: #000000;
}

.breadcrumb ul {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb ul li:last-of-type::before {
  content: ">";
  margin: 0 10px;
}

.lower-detail {
  padding: 78px 30px 150px;
}

@media screen and (max-width: 768px) {
  .lower-detail {
    padding: 60px 4vw 40px;
  }
}

.lower-detail__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 450px;
  position: relative;
  margin-bottom: 84px;
}

@media screen and (max-width: 768px) {
  .lower-detail__media {
    height: 600px;
    margin-bottom: 0px;
  }
}

.lower-detail__media:last-of-type {
  margin-bottom: 0;
}

.lower-detail__media:nth-of-type(even) .media__img-wrapper {
  margin-left: auto;
}

.lower-detail__media:nth-of-type(even) .media__body {
  left: 0;
  padding: 60px 19% 20px 4%;
}

@media screen and (max-width: 768px) {
  .lower-detail__media:nth-of-type(even) .media__body {
    padding: 70px 20px 20px;
  }
}

.media__img-wrapper {
  width: 44.4915%;
  height: calc(1180px * 0.445 * 0.57);
}

.media__img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .media__img-wrapper {
    width: 90%;
    height: calc(100vw * 0.9 * 0.9 * 0.57);
  }
}

.media__body {
  background-image: url(/images/bg01.png);
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
  padding: 60px 4% 20px 19%;
  width: 68.9%;
  height: 381px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .media__body {
    width: 90%;
    top: calc(98vw * 0.9 * 0.9 * 0.57 * 0.9);
    padding: 70px 20px 20px;
  }
}

.media__title {
  font-size: 2.4rem;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .media__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.media__text {
  line-height: 2;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .media__text {
    margin-bottom: 30px;
  }
}

.media__notes {
  font-size: 1.4rem;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .media__notes {
    letter-spacing: 0.01em;
  }
}

.btn__bg-color {
  background-color: #000000;
}

.efficacy-of-hot-springs {
  padding: 0 30px 96px;
}

@media screen and (max-width: 768px) {
  .efficacy-of-hot-springs {
    padding: 80px 30px 96px;
  }
}

@media screen and (max-width: 375px) {
  .efficacy-of-hot-springs {
    padding: 0 30px 96px;
  }
}

.efficacy-of-hot-springs-section__wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.efficacy-of-hot-springs__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding-top: 90px;
  border-top: 1px solid #e7e7e7;
}

@media screen and (max-width: 768px) {
  .efficacy-of-hot-springs__title {
    padding-top: 20px;
  }
}

.efficacy-of-hot-springs__body {
  max-width: 880px;
  width: 100%;
  margin: 50px auto 64px;
}

@media screen and (max-width: 768px) {
  .efficacy-of-hot-springs__body {
    margin: 20px auto 32px;
  }
}

.efficacy-of-hot-springs__wrapper {
  border-top: 1px solid #e7e7e7;
}

.efficacy-of-hot-springs__wrapper:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

.efficacy-of-hot-springs__wrapper:last-of-type .efficacy-of-hot-springs__name {
  padding: 17px 0 50px;
}

.efficacy-of-hot-springs__name {
  text-align: left;
  width: 25%;
  font-weight: normal;
  padding: 17px 0;
}
/*# sourceMappingURL=style.css.map */