@charset "UTF-8";
/* ------------------------------
 ResetCSS
------------------------------ */
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;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

strong {
  font-weight: bold; }

*, *:before, *:after {
  box-sizing: border-box; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

/*
input,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
*/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* ------------------------------
 COMMON
------------------------------ */
html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #231815;
  background-image: url("../img/common/bg.png");
  background-size: 300px;
  letter-spacing: 0.1em;
  line-height: 1.2; }

a {
  color: #231815;
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.no-link {
  pointer-events: none; }

/*==========================
l-header
==========================*/
.l-header {
  width: 100%; }
  .l-header-wrap {
    width: 100%;
    padding: 55px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-header-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-image: url("../img/common/bg.png");
        background-size: 300px; } }
  .l-header-main {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .l-header-title {
    width: 180px;
    margin: 0 0 0 5vw; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-title {
        margin: 0 0 0 3vw; } }
    @media screen and (max-width: 767px) {
      .l-header-title {
        width: 100px; } }
  .l-header-gnavi {
    margin: 0 0 0 5vw;
    width: calc( 100vw - 180px - 10vw - 310px );
    max-width: 580px; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-gnavi {
        margin: 0 0 0 4vw;
        letter-spacing: 0;
        width: calc( 100vw - 180px - 7vw - 215px ); } }
    @media screen and (max-width: 767px) {
      .l-header-gnavi {
        display: none; } }
    .l-header-gnavi__list {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
    .l-header-gnavi__item {
      width: 25%; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-gnavi__item {
          width: calc( 100% / 3 ); } }
    .l-header-gnavi__link {
      display: inline-block;
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.4rem;
      opacity: 1;
      transition: 0.3s;
      padding: 7px 0; }
      .l-header-gnavi__link:hover {
        opacity: 0.5;
        transition: 0.3s; }
  .l-header-tool {
    width: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-tool {
        width: 215px; } }
    .l-header-tool__sns {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .l-header-tool__sns {
          display: none; } }
      .l-header-tool__snsLink {
        display: block;
        width: 30px;
        height: 30px;
        opacity: 1;
        transition: 0.3s; }
        .l-header-tool__snsLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-tool__lang {
      margin-right: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-tool__lang {
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .l-header-tool__lang {
          display: none; } }
      .l-header-tool__langList {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      .l-header-tool__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-header-tool__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-header-tool__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 12px; }
      .l-header-tool__langLink {
        display: block;
        padding: 4px 12px;
        opacity: 1;
        transition: 0.3s; }
        .l-header-tool__langLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-tool__reserve {
      width: 200px;
      height: 100px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-tool__reserve {
          width: 120px; } }
      @media screen and (max-width: 767px) {
        .l-header-tool__reserve {
          width: 100px;
          height: 60px;
          margin-right: 80px; } }
      .l-header-tool__reserveLink {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        background-color: #AA8D11;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s; }
        @media screen and (max-width: 767px) {
          .l-header-tool__reserveLink {
            font-size: 1.4rem; } }
        .l-header-tool__reserveLink .small {
          display: block;
          font-size: 1.4rem;
          margin-top: 10px; }
          @media screen and (max-width: 767px) {
            .l-header-tool__reserveLink .small {
              font-size: 1rem;
              margin-top: 8px; } }
        .l-header-tool__reserveLink:hover {
          color: #AA8D11;
          background-color: #FFFFFF;
          transition: .3s; }
  .l-header-fix {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .3s ease;
    transform: translateY(-100%); }
    @media screen and (max-width: 767px) {
      .l-header-fix {
        display: none; } }
    .l-header-fix.is-fixed {
      transition: .3s ease;
      transform: translateY(0); }
    .l-header-fix-wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .l-header-fix-main {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .l-header-fix-title {
      width: 180px;
      margin: 0 0 0 5vw; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-title {
          margin: 0 0 0 3vw; } }
    .l-header-fix-gnavi {
      margin: 0 0 0 5vw;
      width: calc( 100vw - 180px - 10vw - 310px );
      max-width: 580px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-gnavi {
          margin: 0 0 0 4vw;
          letter-spacing: 0;
          width: calc( 100vw - 180px - 7vw - 215px ); } }
      .l-header-fix-gnavi__list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
      .l-header-fix-gnavi__item {
        width: 25%; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-gnavi__item {
            width: calc( 100% / 3 ); } }
      .l-header-fix-gnavi__link {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        opacity: 1;
        transition: 0.3s;
        padding: 7px 0; }
        .l-header-fix-gnavi__link:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-fix-tool {
      width: 310px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-tool {
          width: 215px; } }
      .l-header-fix-tool__sns {
        margin-right: 10px; }
        .l-header-fix-tool__snsLink {
          display: block;
          width: 30px;
          height: 30px;
          opacity: 1;
          transition: 0.3s; }
          .l-header-fix-tool__snsLink:hover {
            opacity: 0.5;
            transition: 0.3s; }
      .l-header-fix-tool__lang {
        margin-right: 20px; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-tool__lang {
            margin-right: 10px; } }
        .l-header-fix-tool__langList {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
        .l-header-fix-tool__langItem {
          font-family: 'Crimson Text', serif;
          font-size: 1.2rem; }
          .l-header-fix-tool__langItem:first-of-type {
            border-right: solid 1px #BDBAB9; }
        .l-header-fix-tool__langCurrent {
          display: block;
          color: #BDBAB9;
          padding: 4px 12px; }
        .l-header-fix-tool__langLink {
          display: block;
          padding: 4px 12px;
          opacity: 1;
          transition: 0.3s; }
          .l-header-fix-tool__langLink:hover {
            opacity: 0.5;
            transition: 0.3s; }
      .l-header-fix-tool__reserve {
        width: 200px;
        height: 100px; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-tool__reserve {
            width: 120px; } }
        .l-header-fix-tool__reserveLink {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          letter-spacing: 0.1em;
          color: #FFFFFF;
          background-color: #AA8D11;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: .3s; }
          .l-header-fix-tool__reserveLink .small {
            display: block;
            font-size: 1.4rem;
            margin-top: 10px; }
          .l-header-fix-tool__reserveLink:hover {
            color: #AA8D11;
            background-color: #FFFFFF;
            transition: .3s; }
  .l-header-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .l-header-sp {
        display: block; } }
    .l-header-sp__toggle {
      display: block;
      width: 80px;
      height: 60px;
      background-color: #FFFFFF;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 3000;
      cursor: pointer; }
      .l-header-sp__toggle::after {
        content: "目次";
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.2rem;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); }
      .l-header-sp__toggle span {
        width: 25px;
        height: 2px;
        background-color: #231815;
        position: absolute;
        transition: .3s; }
        .l-header-sp__toggle span:nth-of-type(1) {
          top: 28%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
        .l-header-sp__toggle span:nth-of-type(2) {
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
        .l-header-sp__toggle span:nth-of-type(3) {
          top: 52%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
      .l-header-sp__toggle.is-active span:nth-of-type(1) {
        top: 40%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .l-header-sp__toggle.is-active span:nth-of-type(2) {
        opacity: 0; }
      .l-header-sp__toggle.is-active span:nth-of-type(3) {
        top: 40%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .l-header-sp__main {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2000;
      width: 100%;
      height: 100%;
      padding: 0 calc( 5vw + 80px ) 0 5vw;
      background-color: #EBE6E1;
      background-image: url("../img/common/sp-nav-bg.png");
      background-position: center right;
      background-repeat: repeat-y;
      background-size: 80px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      transition: .5s ease;
      transform: translateX(100%); }
      .l-header-sp__main.is-active {
        transition: .5s ease;
        transform: translateX(0); }
    .l-header-sp__logo {
      width: 100px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .l-header-sp__nav {
      width: 100%;
      margin-top: 15px; }
      .l-header-sp__navLink {
        display: block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 16px;
        padding: 14px 0; }
    .l-header-sp__num {
      border-top: solid 1px #D3D1D0;
      border-bottom: solid 1px #D3D1D0;
      margin-top: 15px;
      padding: 30px 0; }
      .l-header-sp__numTelHead {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 12px; }
      .l-header-sp__numTelBody {
        font-family: 'Crimson Text', serif;
        font-size: 28px;
        margin-top: 6px; }
        .l-header-sp__numTelBody::before {
          content: "";
          width: 14px;
          height: 14px;
          display: inline-block;
          background-image: url("../img/common/icon-tel.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 5px;
          transform: translateY(-2px); }
      .l-header-sp__numTelTime {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 10px;
        margin-top: 6px; }
      .l-header-sp__numFax {
        margin-top: 30px; }
        .l-header-sp__numFaxHead {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 12px; }
        .l-header-sp__numFaxBody {
          font-family: 'Crimson Text', serif;
          font-size: 28px;
          margin-top: 6px; }
      .l-header-sp__numNet {
        margin-top: 25px; }
        .l-header-sp__numNetLink {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 12px; }
          .l-header-sp__numNetLink::after {
            content: "";
            display: inline-block;
            width: 11px;
            height: 9px;
            background-image: url("../img/common/icon-link.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin-left: 8px; }
    .l-header-sp-tool {
      padding: 25px 0 50px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .l-header-sp-tool__sns {
        margin-right: 10px; }
        .l-header-sp-tool__snsLink {
          display: block;
          width: 30px;
          height: 30px; }
      .l-header-sp-tool__langList {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .l-header-sp-tool__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-header-sp-tool__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-header-sp-tool__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 12px; }
      .l-header-sp-tool__langLink {
        display: block;
        padding: 4px 12px; }

/*==========================
l-footer
==========================*/
.l-footer {
  width: 100%;
  background-color: #EBE6E1;
  padding: 130px 0 120px 0px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 50px 0; } }
  .l-footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px; }
  .l-footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-footer-nav {
        display: block; } }
    .l-footer-nav__global {
      width: calc( 100% - 100px );
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__global {
          width: 100%; } }
      .l-footer-nav__globalItem {
        margin-right: 3%; }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .l-footer-nav__globalItem {
            width: 130px;
            margin-bottom: 12px; } }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalItem {
            width: 130px;
            margin-bottom: 15px;
            margin-right: 0; } }
      .l-footer-nav__globalLink {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-nav__globalLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalLink {
            font-size: 1.4rem; } }
    .l-footer-nav__lang {
      width: 100px; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__lang {
          width: auto;
          margin-top: 15px; } }
      .l-footer-nav__langList {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__langList {
            display: flex;
            justify-content: flex-start;
            align-items: center; } }
      .l-footer-nav__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-footer-nav__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-footer-nav__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 0px 4px 12px; }
      .l-footer-nav__langLink {
        display: block;
        padding: 4px 12px 4px 0px;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-nav__langLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
  .l-footer-contact {
    width: 100%;
    margin-top: 50px;
    padding: 35px 0;
    background-color: #FFFFFF;
    border-bottom: solid 2px #AA8D11;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .l-footer-contact {
        display: block;
        padding: 10px 30px; } }
    .l-footer-contact__tel {
      width: calc( 100% / 3 );
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__tel {
          width: 100%;
          display: block; } }
      .l-footer-contact__telBody {
        text-align: center;
        padding: 7px;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__telBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__telName {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        margin-right: 10px;
        transform: translateY(-6px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telName {
            display: block;
            font-size: 1.2rem;
            transform: translateY(0px); } }
      .l-footer-contact__telNum {
        display: inline-block;
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telNum {
            display: block;
            font-size: 3rem; } }
        .l-footer-contact__telNum::before {
          content: "";
          width: 16px;
          height: 16px;
          display: inline-block;
          background-image: url("../img/common/icon-tel.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 7px;
          transform: translateY(-3px); }
      .l-footer-contact__telTime {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.2rem;
        margin-top: 3px; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telTime {
            font-size: 1rem; } }
    .l-footer-contact__fax {
      width: calc( 100% / 3 );
      border-left: solid 1px #CCC5BE;
      border-right: solid 1px #CCC5BE;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__fax {
          width: 100%;
          display: block;
          border-left: none;
          border-right: none; }
          .l-footer-contact__fax::before {
            content: "";
            display: block;
            width: 25px;
            height: 1px;
            background-color: #CCC5BE;
            position: absolute;
            top: 0;
            left: 0; }
          .l-footer-contact__fax::after {
            content: "";
            display: block;
            width: 25px;
            height: 1px;
            background-color: #CCC5BE;
            position: absolute;
            bottom: 0;
            left: 0; } }
      .l-footer-contact__faxBody {
        text-align: center;
        padding: 7px;
        transition: 1s .2s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__faxBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__faxName {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        margin-right: 10px;
        transform: translateY(-6px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxName {
            display: block;
            font-size: 1.2rem;
            transform: translateY(0px); } }
      .l-footer-contact__faxNum {
        display: inline-block;
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxNum {
            display: block;
            font-size: 3rem; } }
    .l-footer-contact__net {
      width: calc( 100% / 3 );
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__net {
          width: 100%;
          display: block; } }
      .l-footer-contact__netBody {
        text-align: center;
        padding: 7px;
        transition: 1s .4s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__netBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__netBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__netLink {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-contact__netLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
        .l-footer-contact__netLink::after {
          content: "";
          display: inline-block;
          width: 12px;
          height: 10px;
          background-image: url("../img/common/icon-link.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-left: 8px; }
  .l-footer-etc {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .l-footer-etc {
        display: block;
        margin-top: 40px; } }
    .l-footer-etc__address {
      font-size: 1.2rem;
      line-height: 2; }
    .l-footer-etc__copyright {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .l-footer-etc__copyright {
          display: block;
          margin-top: 40px; } }
      .l-footer-etc__copyrightMain {
        font-size: 1rem;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          .l-footer-etc__copyrightMain {
            margin-top: 10px; } }
    .l-footer-etc__privacy {
      margin-right: 30px; }
      .l-footer-etc__privacyLink {
        font-size: 1rem; }

/*============================
.l-main
============================*/
/*============================
.l-contact
============================*/
.l-contact {
  max-width: 1320px;
  margin: 60px auto 0 auto;
  padding: 120px 20px 100px 20px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-contact {
      margin: 30px auto 0 auto;
      padding: 80px 20px 80px 20px; } }
  .l-contact::before {
    content: "";
    display: block;
    width: calc( 100% - 40px );
    height: 1px;
    background-color: #D3D1D0;
    position: absolute;
    top: 30px;
    left: 20px; }
  .l-contact-wrap {
    max-width: 1100px;
    margin: 0 auto; }
  .l-contact__headingTitle {
    font-family: 'Hina Mincho', serif;
    font-size: 4.8rem;
    padding-left: 65px;
    position: relative;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .l-contact__headingTitle {
        font-size: 3.2rem;
        padding-left: 35px; } }
    .l-contact__headingTitle::before {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background-color: #AA8D11;
      position: absolute;
      top: 50%;
      left: 0px; }
      @media screen and (max-width: 767px) {
        .l-contact__headingTitle::before {
          width: 20px; } }
    .l-contact__headingTitle.is-active {
      opacity: 1;
      transform: translateY(0px); }
  .l-contact-main {
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .l-contact-main {
        display: block; } }
    .l-contact-main::after {
      content: "";
      width: 295px;
      height: 86px;
      background-image: url("../img/common/contact-bg.svg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: contain;
      position: absolute;
      bottom: -20px;
      right: 90px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .l-contact-main::after {
          width: 210px;
          height: 62px;
          bottom: -25px;
          right: 0px; } }
    .l-contact-main__txt {
      width: 40%;
      line-height: 2;
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        .l-contact-main__txt {
          font-size: 1.4rem;
          line-height: 1.8;
          width: 100%; } }
    .l-contact-main__num {
      width: 52%;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .l-contact-main__num {
          width: 100%;
          margin-top: 20px; } }
      .l-contact-main__numTel {
        display: block; }
      .l-contact-main__numFax {
        display: block; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numFax {
            margin-top: 10px; } }
      .l-contact-main__numName {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.6rem;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numName {
            font-size: 1.3rem; } }
      .l-contact-main__numBody {
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numBody {
            font-size: 2.8rem; } }
      .l-contact-main__numTime {
        display: inline-block;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numTime {
            font-size: 1.2rem; } }

/*============================
m-button
============================*/
/*============================
m-hide
============================*/
@media screen and (max-width: 767px) {
  .m-hide-sp {
    display: none; } }
.m-hide-pc {
  display: none; }
  @media screen and (max-width: 767px) {
    .m-hide-pc {
      display: block; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*==========================
お部屋のこと
.p-room
==========================*/
.p-room {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-room {
      padding-bottom: 50px; } }

.title {
  width: 100%;
  height: calc( 100vh - 155px ); }
  @media screen and (max-width: 767px) {
    .title {
      height: auto;
      margin-top: 60px; } }
  .title-wrap {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .title-wrap {
        padding: 0;
        display: block; } }
  .title-main {
    width: 31.25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 8vh; }
    @media screen and (max-width: 767px) {
      .title-main {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 100px; } }
    .title-main__body {
      position: relative; }
      @media screen and (max-width: 767px) {
        .title-main__body {
          margin-left: 55px; } }
      .title-main__body::after {
        content: "";
        display: block;
        width: 209px;
        height: 183px;
        background-image: url("../img/common/bg-cloud01-white.svg");
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -33px;
        bottom: -55px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .title-main__body::after {
            width: 122px;
            height: 107px;
            left: 140px;
            bottom: -35px; } }
    .title-main__eng {
      font-family: 'Crimson Text', serif;
      font-size: 2rem;
      margin-left: 8px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .title-main__eng {
          margin-left: 0;
          font-size: 1.2rem; } }
      .title-main__eng::before {
        content: "";
        display: block;
        width: 38px;
        height: 1px;
        background-color: #BDBAB9;
        position: absolute;
        top: 50%;
        left: -50px; }
        @media screen and (max-width: 767px) {
          .title-main__eng::before {
            width: 32px;
            left: -45px; } }
    .title-main__heading {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      margin-top: 40px;
      font-family: 'Hina Mincho', serif;
      transition: 1s .3s;
      opacity: 0;
      transform: translateY(30px); }
      .title-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .title-main__heading {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          margin-top: 50px;
          transition: 1s; } }
      .title-main__headingCopy {
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        margin-left: 22px; }
        @media screen and (max-width: 767px) {
          .title-main__headingCopy {
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            margin-left: 0; } }
      .title-main__headingBody {
        display: block;
        font-size: 5.2rem;
        letter-spacing: 0.25em;
        margin-top: -5px; }
        @media screen and (max-width: 767px) {
          .title-main__headingBody {
            font-size: 3.6rem;
            letter-spacing: 0.1em;
            margin-top: 15px; } }
  .title-img {
    width: 68.75%;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .title-img {
        width: calc( 100% - 20px );
        max-width: 550px;
        margin-top: 70px; }
        .title-img::after {
          content: "";
          display: block;
          padding-top: 64%; } }
    .title-img__body {
      display: block;
      width: 100%;
      height: 78%;
      background-image: url("../img/room/title-img.jpg");
      background-position: center, center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .title-img__body.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .title-img__body {
          height: 100%;
          transition: 1s .3s; } }

.intro {
  width: 100%;
  margin-top: 70px;
  padding-top: 130px; }
  @media screen and (max-width: 767px) {
    .intro {
      margin-top: 0px;
      padding-top: 80px; } }
  .intro-inner {
    width: 100%;
    position: relative; }
  .intro-menu {
    position: absolute;
    top: 0;
    left: 20px; }
    @media screen and (max-width: 767px) {
      .intro-menu {
        display: none; } }
    .intro-menu.is-fixed {
      position: fixed;
      top: 130px;
      left: 20px;
      z-index: 999; }
    .intro-menu__list {
      margin-top: 10px; }
    .intro-menu__item {
      margin-bottom: 16px; }
    .intro-menu__link {
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.4rem;
      padding-left: 15px;
      position: relative; }
      .intro-menu__link::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background-color: #AA8D11;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        transition: .3s; }
      .intro-menu__link:hover::before {
        opacity: 1; }
      .intro-menu__link.is-current::before {
        opacity: 1; }
    .intro-menu-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .intro-menu-sp {
          display: block;
          padding: 0 20px; } }
      .intro-menu-sp__list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
      .intro-menu-sp__item {
        width: 140px;
        margin-bottom: 16px; }
      .intro-menu-sp__link {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-left: 13px;
        position: relative; }
        .intro-menu-sp__link::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background-color: #AA8D11;
          border-radius: 5px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
  .intro-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1150px) {
      .intro-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .intro-wrap {
        display: block; } }
  .intro-main {
    margin-left: 210px; }
    @media screen and (max-width: 767px) {
      .intro-main {
        margin-top: 50px;
        margin-left: 0px; } }
    .intro-main__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 3.6rem;
      letter-spacing: 0.1em;
      line-height: 1.6;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .intro-main__heading {
          font-size: 2.8rem;
          margin-left: 55px; } }
      .intro-main__heading::before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #AA8D11;
        position: absolute;
        top: 30px;
        left: -55px; }
        @media screen and (max-width: 767px) {
          .intro-main__heading::before {
            width: 20px;
            top: 22px;
            left: -35px; } }
    .intro-main__txt {
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.6rem;
      letter-spacing: 0em;
      line-height: 2;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .intro-main__txt {
          font-size: 1.4rem;
          margin-top: 15px;
          margin-left: 55px; } }
  .intro-img {
    width: 31.25%;
    margin-left: 18.75%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1150px) {
      .intro-img {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .intro-img {
        width: calc( 100% - 80px );
        margin-left: 80px;
        margin-top: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; }
        .intro-img img {
          width: 100%;
          max-width: 450px; } }
    .intro-img__body {
      transition: 1s .3s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-img__body.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .intro-img__body {
          transition: 1s; } }

.break {
  max-width: 1100px;
  margin: 130px auto 0 auto;
  position: relative; }
  .break__large {
    width: 67%;
    margin-left: 8%;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    .break__large.is-active {
      opacity: 1;
      transform: translateY(0px); }
  .break__small {
    width: 24%;
    position: absolute;
    right: 8%;
    bottom: 0;
    z-index: 2;
    transform: translateY(25%);
    transition: 1s .3s;
    opacity: 0; }
    .break__small.is-active {
      opacity: 1;
      transform: translateY(18%); }

.room {
  max-width: 1140px;
  margin: 120px auto 0 auto;
  padding: 120px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .room {
      margin: 50px auto 0 auto;
      padding: 80px 20px 0 20px; } }
  .room-head {
    max-width: 880px;
    margin: 0 auto;
    border-top: solid 1px #231815; }
    @media screen and (max-width: 767px) {
      .room-head {
        width: calc( 100% - 30px ); } }
    .room-head__eng {
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .room-head__eng {
          font-size: 1.2rem; } }
    .room-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .room-head__heading {
          font-size: 2.6rem;
          margin-top: 30px; } }
    .room-head__txt {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        .room-head__txt {
          font-size: 1.4rem;
          margin-top: 50px; } }
    .room-head__notes {
      font-size: 1.4rem;
      line-height: 2;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .room-head__notes {
          font-size: 1.2rem; } }
  .room-detail {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .room-detail {
        margin-top: 60px; } }
    .room-detail-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .room-detail-head {
          display: block; } }
      .room-detail-head__heading {
        width: 165px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Hina Mincho', serif;
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        @media screen and (max-width: 767px) {
          .room-detail-head__heading {
            width: 100%;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            font-size: 3.2rem;
            letter-spacing: 0.1em; } }
        .room-detail-head__heading::before {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          background-color: #AA8D11;
          border-radius: 10px;
          margin-bottom: 23px; }
          @media screen and (max-width: 767px) {
            .room-detail-head__heading::before {
              width: 8px;
              height: 8px;
              margin-bottom: 0px;
              margin-right: 8px;
              margin-left: 15px; } }
        .room-detail-head__heading::after {
          content: "";
          display: block;
          width: 112px;
          height: 98px;
          background-image: url("../img/common/bg-cloud01-white.svg");
          background-position: center, center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          bottom: -54px;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .room-detail-head__heading::after {
              width: 75px;
              height: 66px;
              right: auto;
              bottom: auto;
              top: 0px;
              left: 135px; } }
      .room-detail-head__img {
        width: calc( 100% - 165px );
        margin-top: 68px;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        .room-detail-head__img.is-active {
          opacity: 1;
          transform: translateY(0px); }
        @media screen and (max-width: 767px) {
          .room-detail-head__img {
            width: 100%;
            margin-top: 25px; } }
    .room-detail-body {
      max-width: 880px;
      margin: 35px auto 0 auto; }
      @media screen and (max-width: 767px) {
        .room-detail-body {
          width: calc( 100% - 30px );
          margin: 20px auto 0 auto; } }
      .room-detail-body__info {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .room-detail-body__info {
            font-size: 1.6rem;
            letter-spacing: 0em; } }
      .room-detail-body__etc {
        margin-top: 23px;
        border-top: solid 1px #EBE6E1; }
        @media screen and (max-width: 767px) {
          .room-detail-body__etc {
            margin-top: 15px; } }
        .room-detail-body__etcWrap {
          border-bottom: solid 1px #EBE6E1;
          padding: 20px 0;
          display: flex;
          justify-content: flex-stsrt;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .room-detail-body__etcWrap {
              padding: 18px 0;
              display: block; } }
        .room-detail-body__etcName {
          width: 140px;
          font-size: 1.8rem;
          letter-spacing: 0em; }
          @media screen and (max-width: 767px) {
            .room-detail-body__etcName {
              width: 100%;
              font-size: 1.5rem; } }
          .room-detail-body__etcName::before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #AA8D11;
            border-radius: 5px;
            margin-right: 8px;
            transform: translateY(-4px); }
            @media screen and (max-width: 767px) {
              .room-detail-body__etcName::before {
                width: 4px;
                height: 4px; } }
        .room-detail-body__etcData {
          width: calc( 100% - 140px );
          font-size: 1.4rem;
          letter-spacing: 0em; }
          @media screen and (max-width: 767px) {
            .room-detail-body__etcData {
              width: 100%;
              font-size: 1.2rem;
              line-height: 1.8;
              margin: 8px 0 0 12px; } }
  .room-column {
    max-width: 1140px;
    margin: 150px auto 0 auto;
    padding: 90px 0 0 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .room-column {
        margin: 90px auto 0 auto;
        padding: 60px 0 0 0; } }
    .room-column::before {
      content: "";
      display: block;
      width: calc( 100vw + 90px );
      height: 72%;
      background-color: #FFFFFF;
      position: absolute;
      top: 0px;
      left: -90px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .room-column::before {
          width: 100vw;
          height: 80%;
          top: 0;
          left: -20px; } }
    .room-column-head {
      max-width: 920px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      justify-content: flex-stsrt;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .room-column-head {
          display: block; } }
      .room-column-head__eng {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem;
        color: #AA8D11; }
      .room-column-head__heading {
        width: 330px;
        font-family: 'Hina Mincho', serif;
        font-size: 3.2rem;
        letter-spacing: 0.2em;
        line-height: 1.6;
        margin-top: 25px;
        margin-right: 15%; }
        @media screen and (max-width: 767px) {
          .room-column-head__heading {
            width: 100%;
            font-size: 2.4rem;
            margin-top: 15px;
            margin-right: 0; } }
      .room-column-head__txt {
        width: calc( 100% - 330px );
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .room-column-head__txt {
            width: 100%;
            font-size: 1.4rem;
            margin-top: 25px; } }
    .room-column-img {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      @media screen and (max-width: 767px) {
        .room-column-img {
          max-width: 500px;
          margin: 35px auto 0 auto;
          display: block;
          padding: 0 20px; } }
      .room-column-img__large {
        margin-right: 20px;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        .room-column-img__large.is-active {
          opacity: 1;
          transform: translateY(0px); }
        @media screen and (max-width: 767px) {
          .room-column-img__large {
            margin-right: 0;
            margin-bottom: 20px; } }
      .room-column-img__small {
        transition: 1s .3s;
        opacity: 0;
        transform: translateY(30px); }
        .room-column-img__small.is-active {
          opacity: 1;
          transform: translateY(0px); }
        @media screen and (max-width: 767px) {
          .room-column-img__small {
            transition: 1s; } }

.facility {
  max-width: 920px;
  margin: 30px auto 0 auto;
  padding: 120px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .facility {
      margin: 50px auto 0 auto;
      padding: 80px 40px 0 40px; } }
  .facility-head {
    width: 100%;
    border-top: solid 1px #231815; }
    .facility-head__eng {
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .facility-head__eng {
          font-size: 1.2rem; } }
    .facility-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .facility-head__heading {
          font-size: 2.6rem;
          margin-top: 30px; } }
  .facility-detail {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .facility-detail {
        margin-top: 50px; } }
    .facility-detail-head {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .facility-detail-head {
          display: block; } }
      .facility-detail-head__heading {
        width: 330px;
        font-family: 'Hina Mincho', serif;
        font-size: 2.8rem;
        letter-spacing: 0.2em;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          .facility-detail-head__heading {
            width: 100%;
            font-size: 2rem; } }
      .facility-detail-head__txt {
        width: calc( 100% - 330px );
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          .facility-detail-head__txt {
            width: 100%;
            margin-top: 18px; } }
    .facility-detail-img {
      margin-top: 55px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .facility-detail-img {
          max-width: 460px;
          margin: 30px auto 0 auto;
          display: block; } }
      .facility-detail-img__item {
        width: 49%;
        margin-bottom: 2%;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .facility-detail-img__item {
            width: 100%; } }
        .facility-detail-img__item.is-active {
          opacity: 1;
          transform: translateY(0px); }
        .facility-detail-img__item:nth-child(even) {
          transition: 1s .3s; }
          @media screen and (max-width: 767px) {
            .facility-detail-img__item:nth-child(even) {
              transition: 1s; } }
  .facility-parking {
    margin-top: 80px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
    @media screen and (max-width: 767px) {
      .facility-parking {
        margin-top: 50px;
        display: block; } }
    .facility-parking-body {
      width: 51%;
      padding: 20px 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .facility-parking-body {
          width: 100%;
          padding: 40px 20px; } }
      .facility-parking-body__heading {
        font-family: 'Hina Mincho', serif;
        font-size: 2.8rem;
        letter-spacing: 0.2em;
        padding-top: 25px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .facility-parking-body__heading {
            font-size: 2rem;
            padding-top: 20px; } }
        .facility-parking-body__heading::before {
          content: "";
          display: block;
          width: 40px;
          height: 1px;
          background-color: #AA8D11;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 767px) {
            .facility-parking-body__heading::before {
              width: 24px; } }
      .facility-parking-body__txt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .facility-parking-body__txt {
            margin-top: 20px; } }
    .facility-parking-img {
      width: 49%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .facility-parking-img {
          width: 100%; } }
      .facility-parking-img.is-active {
        opacity: 1;
        transform: translateY(0px); }

.gallery {
  width: 100%;
  margin-top: 30px;
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .gallery {
      margin-top: 50px;
      padding-top: 80px; } }
  .gallery-head {
    width: calc( 100% - 40px );
    max-width: 880px;
    margin: 0 auto;
    border-top: solid 1px #231815; }
    @media screen and (max-width: 767px) {
      .gallery-head {
        width: calc( 100% - 80px ); } }
    .gallery-head__eng {
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .gallery-head__eng {
          font-size: 1.2rem; } }
    .gallery-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .gallery-head__heading {
          font-size: 2.6rem;
          margin-top: 30px; } }
  .gallery-img {
    width: 100%;
    margin-top: 100px;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .gallery-img {
        margin-top: 50px; } }
    .gallery-img.is-active {
      opacity: 1;
      transform: translateY(0px); }
