@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.2rem; } }
        .l-header-tool__reserveLink .small {
          display: block;
          font-size: 1.0rem;
          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: "menu";
        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 0 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-top
==========================*/
.p-top {
  width: 100%;
  overflow: hidden; }

.fv {
  width: 100%;
  height: calc( 100vh - 155px );
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .fv {
      height: auto;
      margin-top: 60px; } }
  .fv-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .fv-wrap {
        display: block; } }
  .fv-main {
    width: calc( 100% / 3 );
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .fv-main {
        width: 100%;
        height: auto; } }
    .fv-main__body {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      padding-top: 15px;
      position: absolute;
      top: calc( 50% + 30px );
      left: 5vw;
      transition: 1s 2.3s;
      opacity: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .fv-main__body {
          display: flex;
          justify-content: center;
          align-items: stretch;
          position: relative;
          top: auto;
          left: auto;
          transition: 1s 2s;
          transform: translateY(30px);
          margin-top: 120px;
          padding-top: 0; } }
      .fv-main__body::before {
        content: "";
        display: block;
        width: 245px;
        height: 195px;
        position: absolute;
        top: -80px;
        right: -130px;
        z-index: -1;
        background-image: url("../img/top/fv-bg.png");
        background-position: center, center;
        background-size: cover;
        transition: 1s 2.4s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .fv-main__body::before {
            width: 165px;
            height: 131px;
            top: -70px;
            right: auto;
            left: calc( 50% - 5px );
            background-size: contain;
            background-repeat: no-repeat;
            transition: 1s 2.2s; } }
      .fv-main__body.is-loaded {
        opacity: 1;
        top: 50%; }
        @media screen and (max-width: 767px) {
          .fv-main__body.is-loaded {
            transform: translateY(0px); } }
        .fv-main__body.is-loaded::before {
          opacity: 1;
          transform: translateY(0px); }
    .fv-main__name {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 2rem;
      letter-spacing: 0.5em;
      order: 3; }
      @media screen and (max-width: 767px) {
        .fv-main__name {
          font-size: 1.4rem; } }
    .fv-main__copy {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 5.6rem;
      letter-spacing: 0.3em;
      line-height: 1.3;
      margin: 0 20px 0 10px;
      order: 2; }
      @media screen and (max-width: 767px) {
        .fv-main__copy {
          font-size: 3.8rem; } }
    .fv-main__eng {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: right;
      font-family: 'Crimson Text', serif;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #AA8D11;
      padding-bottom: 18px;
      order: 1; }
      @media screen and (max-width: 767px) {
        .fv-main__eng {
          font-size: 1.1rem;
          padding-bottom: 12px; } }
  .fv-img {
    width: calc( 100% / 3 * 2 );
    height: calc( 100% - 100px );
    margin-top: 100px;
    background-image: url("../img/top/fv-img.jpg");
    background-position: center left;
    background-size: cover;
    transition: 1s 2s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .fv-img {
        width: calc( 100% - 40px);
        margin-top: 40px;
        margin-right: 40px;
        position: relative;
        background: none;
        transition: 1s 2.6s; } }
    @media screen and (max-width: 767px) {
      .fv-img::before {
        content: "";
        display: block;
        padding-top: 66%;
        background-image: url("../img/top/fv-img.jpg");
        background-position: center, center;
        background-size: cover; } }
    .fv-img.is-loaded {
      opacity: 1;
      transform: translateY(0px); }
  .fv-scroll {
    width: 20px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 50px; }
    @media screen and (max-width: 767px) {
      .fv-scroll {
        display: none; } }
    .fv-scroll__link {
      display: inline-block;
      position: absolute;
      left: 50%;
      bottom: 0;
      padding: 10px 10px 110px;
      overflow: hidden;
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: .1em;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-lr;
      transform: translate(-50%, 0); }
      .fv-scroll__link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 1px;
        height: 100px;
        background: #D3D1D0; }
      .fv-scroll__link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 1px;
        height: 40px;
        background-color: #231815;
        animation: scrolldown 2s ease infinite; }
@keyframes scrolldown {
  0% {
    transform: translateY(-60px); }
  50%, 100% {
    transform: translateY(40px); } }
.intro {
  width: 100%;
  margin-top: 70px;
  padding-top: 160px; }
  @media screen and (max-width: 767px) {
    .intro {
      margin-top: 0px;
      padding-top: 90px; } }
  .intro-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .intro-main {
        flex-wrap: wrap;
        flex-direction: row; } }
    .intro-main__body {
      width: calc( 50% + 200px ); }
      @media screen and (min-width: 768px) and (max-width: 1279px) {
        .intro-main__body {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .intro-main__body {
          width: 100%; } }
      .intro-main__bodyInr {
        max-width: 720px;
        padding-right: 20px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .intro-main__bodyInr {
            max-width: 100%;
            padding-left: 20px; } }
        .intro-main__bodyInr::after {
          content: "";
          display: block;
          width: 305px;
          height: 295px;
          background-image: url("../img/top/intro-bg01.svg");
          background-repeat: no-repeat;
          background-position: center, center;
          background-size: contain;
          position: absolute;
          top: -60px;
          right: 50px;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .intro-main__bodyInr::after {
              width: 198px;
              height: 192px;
              top: -40px;
              right: auto;
              left: 185px; } }
    .intro-main__heading {
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      .intro-main__headingSub {
        font-family: 'Crimson Text', serif;
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .intro-main__headingSub {
            font-size: 1.2rem; } }
      .intro-main__headingTitle {
        font-family: 'Hina Mincho', serif;
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        margin-top: 12px; }
        @media screen and (max-width: 767px) {
          .intro-main__headingTitle {
            font-size: 3.2rem;
            letter-spacing: 0.1em; } }
    .intro-main__txt {
      text-align: justify;
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0;
      margin-top: 65px; }
      @media screen and (max-width: 767px) {
        .intro-main__txt {
          font-size: 1.4rem;
          margin-top: 40px; } }
    .intro-main__txt + p {
      margin-top: 12px; }
    .intro-main__img {
      width: calc( 50% - 200px );
      margin-top: -40px;
      padding-right: 10%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (min-width: 768px) and (max-width: 1279px) {
        .intro-main__img {
          width: 40%;
          margin-top: 0px;
          padding-right: 10%; } }
      @media screen and (max-width: 767px) {
        .intro-main__img {
          width: 60%;
          margin-top: 50px;
          padding-right: 0; } }
      .intro-main__img.is-active {
        opacity: 1;
        transform: translateY(0px); }
      .intro-main__img img {
        width: 100%;
        max-width: 350px; }
  .intro-img {
    width: 100%;
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .intro-img {
        display: block;
        margin-top: 30px;
        padding-top: 80px; } }
    .intro-img::before {
      content: "";
      width: 295px;
      height: 86px;
      background-image: url("../img/top/intro-bg02.svg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: contain;
      position: absolute;
      bottom: 50px;
      right: 70%;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .intro-img::before {
          width: 190px;
          height: 56px;
          bottom: auto;
          right: auto;
          top: 0;
          left: 45%; } }
    .intro-img__center {
      width: calc( 100% / 3 );
      padding: 0 2.5%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .intro-img__center {
          width: 100%;
          padding: 0 15%; } }
      .intro-img__center.is-active {
        opacity: 1;
        transform: translateY(0px); }
    .intro-img__right {
      width: calc( 100% / 3 );
      padding: 50px 0 0 5%;
      transition: 1s .2s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .intro-img__right {
          width: 100%;
          padding: 50px 0 0 30%; } }
      .intro-img__right.is-active {
        opacity: 1;
        transform: translateY(0px); }

.greeting {
  max-width: 1290px;
  margin: 180px auto 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .greeting {
      display: block;
      margin: 120px auto 0 auto; } }
  .greeting-main {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .greeting-main {
        width: 100%; } }
    .greeting-main::before {
      content: "";
      width: 298px;
      height: 102px;
      background-image: url("../img/top/greeting-bg.svg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: contain;
      position: absolute;
      top: 32px;
      left: 32px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .greeting-main::before {
          width: 174px;
          height: 60px; } }
    .greeting-main__heading {
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .greeting-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      .greeting-main__headingSub {
        font-family: 'Hina Mincho', serif;
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .greeting-main__headingSub {
            font-size: 1.2rem; } }
      .greeting-main__headingTitle {
        font-family: 'Hina Mincho', serif;
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        margin-top: 15px;
        margin-left: -8px; }
        @media screen and (max-width: 767px) {
          .greeting-main__headingTitle {
            font-size: 3.2rem;
            letter-spacing: 0.1em;
            margin-left: -5px; } }
    .greeting-main__txt {
      text-align: justify;
      line-height: 2;
      margin-top: 70px; }
      @media screen and (max-width: 767px) {
        .greeting-main__txt {
          margin-top: 30px;
          font-size: 1.4rem; } }
    .greeting-main__sign {
      text-align: right;
      line-height: 2;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .greeting-main__sign {
          font-size: 1.4rem;
          margin-top: 15px; } }
  .greeting-img {
    width: 40%;
    margin-top: 40px;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .greeting-img {
        width: 100%;
        padding: 0 40px 0 10px; } }
    .greeting-img.is-active {
      opacity: 1;
      transform: translateY(0px); }
    @media screen and (max-width: 767px) {
      .greeting-img img {
        width: 100%;
        max-width: 500px; } }

.efforts {
  max-width: 1140px;
  margin: 180px auto 0 auto;
  padding: 0 20px;}
  @media screen and (max-width: 767px) {
    .efforts {
      margin: 100px auto 0 auto; } }
  .efforts__heading {
    text-align: center;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    padding-bottom: 28px;
    position: relative;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .efforts__heading {
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
        padding-bottom: 23px; } }
    .efforts__heading::after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background-color: #AA8D11;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .efforts__heading.is-active {
      opacity: 1;
      transform: translateY(0px); }
    .efforts__heading .br {
      display: inline-block; }
  .efforts__txt {
    margin-top: 45px;
    letter-spacing: 0;
line-height: 1.8em}
    @media screen and (max-width: 767px) {
      .efforts__txt {
        margin-top: 30px;
        font-size: 1.4rem;
        line-height: 1.8; } }
  .efforts__point {
    width: 100%;
    margin-top: 25px;
    padding: 40px 40px 25px 40px;
    background-color: #FFFFFF;
line-height: 1.8em}
    @media screen and (max-width: 767px) {
      .efforts__point {
        margin-top: 20px;
        padding: 20px 20px 12px 20px; } }
    .efforts__pointList {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .efforts__pointList {
          display: block; } }
    .efforts__pointItem {
      width: 50%;
      font-size: 1.8rem;
      letter-spacing: 0;
      margin-bottom: 15px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .efforts__pointItem {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.6;
          margin-bottom: 8px; } }
      .efforts__pointItem:nth-child(2n + 1) {
        padding-right: 15px; }
        @media screen and (max-width: 767px) {
          .efforts__pointItem:nth-child(2n + 1) {
            padding-right: 0; } }
      .efforts__pointItem::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #AA8D11;
        margin: 7px 7px 0 0; }
    .efforts__point + p {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .efforts__point + p {
          margin-top: 20px; } }

.about {
  width: 100%;
  margin-top: 80px;
  padding-top: 170px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .about {
      margin-top: 20px;
      padding-top: 80px; } }
  .about-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }
  .about-main {
    width: 47%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .about-main {
        width: 100%;
        padding-left: 10%; } }
    @media screen and (max-width: 767px) {
      .about-main {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; } }
    .about-main__heading {
      font-family: 'Hina Mincho', serif;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .about-main__heading {
          padding-right: 20px; } }
      .about-main__heading::before {
        content: "About";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 1;
        color: #FFFFFF;
        position: absolute;
        top: -108px;
        left: -45px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateX(50px); }
        @media screen and (max-width: 767px) {
          .about-main__heading::before {
            font-size: 9.2rem;
            top: auto;
            bottom: 10px;
            left: -110px; } }
      .about-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .about-main__heading.is-active::before {
          opacity: 1;
          transform: translateX(0px); }
      .about-main__headingSub {
        font-size: 1.6rem;
        margin-left: 22px; }
        @media screen and (max-width: 767px) {
          .about-main__headingSub {
            font-size: 1.2rem;
            margin-left: 18px; } }
      .about-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        margin-top: -12px; }
        @media screen and (max-width: 767px) {
          .about-main__headingTitle {
            font-size: 3.2rem; } }
    .about-main__body {
      margin: 100px 0 0 12%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .about-main__body {
          margin: 30px 0 0 0;
          padding: 0 30px; } }
      .about-main__body::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        bottom: -55px;
        right: 0;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .about-main__body::after {
            width: 100px;
            height: 88px;
            bottom: -10px;
            right: 30px; } }
      .about-main__bodyTxt {
        font-size: 1.6rem;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .about-main__bodyTxt {
            font-size: 1.4rem; } }
      .about-main__bodyList {
        margin-top: 25px;
        margin-left: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
      .about-main__bodyItem {
        width: 45%;
        margin-bottom: 12px; }
      .about-main__bodyLink {
        display: block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.6rem;
        transition: .3s; }
        @media screen and (max-width: 767px) {
          .about-main__bodyLink {
            font-size: 1.4rem; } }
        .about-main__bodyLink::before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-top: solid 1px #AA8D11;
          border-right: solid 1px #AA8D11;
          transform: rotate(45deg) translate(-6px, 3px); }
          @media screen and (max-width: 767px) {
            .about-main__bodyLink::before {
              width: 6px;
              height: 6px; } }
        .about-main__bodyLink:hover {
          color: #AA8D11; }
      .about-main__bodyMore {
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .about-main__bodyMore {
            margin-top: 20px; } }
        .about-main__bodyMoreLink {
          display: inline-block;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            .about-main__bodyMoreLink {
              font-size: 1.6rem; } }
          .about-main__bodyMoreLink::before {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            background-color: #AA8D11;
            border-radius: 30px;
            position: absolute;
            top: -9px;
            right: -45px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .about-main__bodyMoreLink::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
          .about-main__bodyMoreLink::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: solid 1px #FFFFFF;
            border-right: solid 1px #FFFFFF;
            transform: rotate(45deg);
            position: absolute;
            top: 5px;
            right: -30px; }
            @media screen and (max-width: 767px) {
              .about-main__bodyMoreLink::after {
                top: 4px;
                right: -28px; } }
          .about-main__bodyMoreLink:hover::before {
            width: 46px;
            height: 46px;
            top: -14px;
            right: -50px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .about-main__bodyMoreLink:hover::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
  .about-photo {
    width: calc( 50vw + 150px );
    max-width: 860px;
    position: absolute;
    top: 280px;
    right: 0;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .about-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 80px;
        margin-left: auto;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .about-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 20px; } }
    .about-photo::after {
      content: "";
      width: 158px;
      height: 100%;
      display: block;
      background-color: #EBE6E1;
      background-image: url("../img/common/bg.png");
      background-size: 300px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .about-photo::after {
          content: none; } }
    .about-photo.is-active {
      opacity: 1;
      transform: translateY(0px); }
    .about-photo__slider .slick-arrow {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #FFFFFF;
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 20; }
      @media screen and (max-width: 767px) {
        .about-photo__slider .slick-arrow {
          width: 30px;
          height: 30px; } }
      .about-photo__slider .slick-arrow.slickPrev {
        left: 150px;
        transform: translate(-30px, -50%); }
        @media screen and (max-width: 767px) {
          .about-photo__slider .slick-arrow.slickPrev {
            left: 50px;
            transform: translate(-15px, -50%); } }
        .about-photo__slider .slick-arrow.slickPrev::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-bottom: solid 1px #231815;
          border-left: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          left: 28px; }
          @media screen and (max-width: 767px) {
            .about-photo__slider .slick-arrow.slickPrev::after {
              width: 8px;
              height: 8px;
              top: 11px;
              left: 13px; } }
      .about-photo__slider .slick-arrow.slickNext {
        right: 150px;
        transform: translate(30px, -50%); }
        @media screen and (max-width: 767px) {
          .about-photo__slider .slick-arrow.slickNext {
            right: 50px;
            transform: translate(15px, -50%); } }
        .about-photo__slider .slick-arrow.slickNext::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-top: solid 1px #231815;
          border-right: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          right: 28px; }
          @media screen and (max-width: 767px) {
            .about-photo__slider .slick-arrow.slickNext::after {
              width: 8px;
              height: 8px;
              top: 11px;
              right: 13px; } }
    .about-photo__item {
      padding: 0 8px; }

.cooking {
  width: 100%;
  margin-top: 130px;
  padding-top: 170px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cooking {
      margin-top: 20px;
      padding-top: 80px; } }
  .cooking-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; }
  .cooking-main {
    width: 47%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .cooking-main {
        width: 100%;
        padding-left: 10%; } }
    @media screen and (max-width: 767px) {
      .cooking-main {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; } }
    .cooking-main__heading {
      font-family: 'Hina Mincho', serif;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .cooking-main__heading {
          padding-right: 20px; } }
      .cooking-main__heading::before {
        content: "Cooking";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 1;
        color: #FFFFFF;
        position: absolute;
        top: -108px;
        left: -45px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateX(50px); }
        @media screen and (max-width: 767px) {
          .cooking-main__heading::before {
            font-size: 9.2rem;
            top: auto;
            bottom: 10px;
            left: -190px; } }
      .cooking-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .cooking-main__heading.is-active::before {
          opacity: 1;
          transform: translateX(0px); }
      .cooking-main__headingSub {
        font-size: 1.6rem;
        margin-left: 22px; }
        @media screen and (max-width: 767px) {
          .cooking-main__headingSub {
            font-size: 1.2rem;
            margin-left: 18px; } }
      .cooking-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        margin-top: -5px; }
        @media screen and (max-width: 767px) {
          .cooking-main__headingTitle {
            font-size: 3.2rem;
            margin-top: -2px; } }
    .cooking-main__body {
      margin: 100px 0 0 12%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .cooking-main__body {
          margin: 30px 0 0 0;
          padding: 0 30px; } }
      .cooking-main__body::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        bottom: -55px;
        right: 0;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .cooking-main__body::after {
            width: 100px;
            height: 88px;
            bottom: -10px;
            right: 30px; } }
      .cooking-main__bodyTxt {
        font-size: 1.6rem;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .cooking-main__bodyTxt {
            font-size: 1.4rem; } }
      .cooking-main__bodyMore {
        margin-top: 60px; }
        @media screen and (max-width: 767px) {
          .cooking-main__bodyMore {
            margin-top: 20px; } }
        .cooking-main__bodyMoreLink {
          display: inline-block;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            .cooking-main__bodyMoreLink {
              font-size: 1.6rem; } }
          .cooking-main__bodyMoreLink::before {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            background-color: #AA8D11;
            border-radius: 30px;
            position: absolute;
            top: -9px;
            right: -45px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .cooking-main__bodyMoreLink::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
          .cooking-main__bodyMoreLink::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: solid 1px #FFFFFF;
            border-right: solid 1px #FFFFFF;
            transform: rotate(45deg);
            position: absolute;
            top: 5px;
            right: -30px; }
            @media screen and (max-width: 767px) {
              .cooking-main__bodyMoreLink::after {
                top: 4px;
                right: -28px; } }
          .cooking-main__bodyMoreLink:hover::before {
            width: 46px;
            height: 46px;
            top: -14px;
            right: -50px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .cooking-main__bodyMoreLink:hover::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
  .cooking-photo {
    width: calc( 50vw + 150px );
    max-width: 860px;
    position: absolute;
    top: 280px;
    right: 0;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .cooking-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 80px;
        margin-left: auto;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .cooking-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 20px; } }
    .cooking-photo.is-active {
      opacity: 1;
      transform: translateY(0px); }
    .cooking-photo::after {
      content: "";
      width: 158px;
      height: 100%;
      display: block;
      background-color: #EBE6E1;
      background-image: url("../img/common/bg.png");
      background-size: 300px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .cooking-photo::after {
          content: none; } }
    .cooking-photo__slider .slick-arrow {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #FFFFFF;
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 20; }
      @media screen and (max-width: 767px) {
        .cooking-photo__slider .slick-arrow {
          width: 30px;
          height: 30px; } }
      .cooking-photo__slider .slick-arrow.slickPrev {
        left: 150px;
        transform: translate(-30px, -50%); }
        @media screen and (max-width: 767px) {
          .cooking-photo__slider .slick-arrow.slickPrev {
            left: 50px;
            transform: translate(-15px, -50%); } }
        .cooking-photo__slider .slick-arrow.slickPrev::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-bottom: solid 1px #231815;
          border-left: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          left: 28px; }
          @media screen and (max-width: 767px) {
            .cooking-photo__slider .slick-arrow.slickPrev::after {
              width: 8px;
              height: 8px;
              top: 11px;
              left: 13px; } }
      .cooking-photo__slider .slick-arrow.slickNext {
        right: 150px;
        transform: translate(30px, -50%); }
        @media screen and (max-width: 767px) {
          .cooking-photo__slider .slick-arrow.slickNext {
            right: 50px;
            transform: translate(15px, -50%); } }
        .cooking-photo__slider .slick-arrow.slickNext::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-top: solid 1px #231815;
          border-right: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          right: 28px; }
          @media screen and (max-width: 767px) {
            .cooking-photo__slider .slick-arrow.slickNext::after {
              width: 8px;
              height: 8px;
              top: 11px;
              right: 13px; } }
    .cooking-photo__item {
      padding: 0 8px; }

.room {
  width: 100%;
  margin-top: 150px;
  padding-top: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .room {
      margin-top: 20px;
      padding-top: 80px; } }
  .room-carousel {
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    .room-carousel.is-active {
      opacity: 1;
      transform: translateY(0px); }
    .room-carousel__body::before {
      content: "";
      display: block;
      width: 100%;
      height: 50%;
      background-color: #EFEDE0;
      position: absolute;
      bottom: 0;
      left: 0; }
    .room-carousel__body .slick-arrow {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #FFFFFF;
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 20; }
      @media screen and (max-width: 767px) {
        .room-carousel__body .slick-arrow {
          width: 30px;
          height: 30px; } }
      .room-carousel__body .slick-arrow.slickPrev {
        left: 300px;
        transform: translate(-30px, -50%); }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .room-carousel__body .slick-arrow.slickPrev {
            left: 200px;
            transform: translate(-30px, -50%); } }
        @media screen and (max-width: 767px) {
          .room-carousel__body .slick-arrow.slickPrev {
            left: 50px;
            transform: translate(-15px, -50%); } }
        .room-carousel__body .slick-arrow.slickPrev::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-bottom: solid 1px #231815;
          border-left: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          left: 28px; }
          @media screen and (max-width: 767px) {
            .room-carousel__body .slick-arrow.slickPrev::after {
              width: 8px;
              height: 8px;
              top: 11px;
              left: 13px; } }
      .room-carousel__body .slick-arrow.slickNext {
        right: 300px;
        transform: translate(30px, -50%); }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .room-carousel__body .slick-arrow.slickNext {
            right: 200px;
            transform: translate(30px, -50%); } }
        @media screen and (max-width: 767px) {
          .room-carousel__body .slick-arrow.slickNext {
            right: 50px;
            transform: translate(15px, -50%); } }
        .room-carousel__body .slick-arrow.slickNext::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-top: solid 1px #231815;
          border-right: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          right: 28px; }
          @media screen and (max-width: 767px) {
            .room-carousel__body .slick-arrow.slickNext::after {
              width: 8px;
              height: 8px;
              top: 11px;
              right: 13px; } }
    .room-carousel__bodyItem {
      padding: 0 8px; }
  .room-main {
    width: 100%;
    position: relative; }
    .room-main::after {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      background-color: #EFEDE0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .room-main__wrap {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        .room-main__wrap {
          padding: 0; } }
      .room-main__wrapInr {
        background-color: #EFEDE0;
        padding: 65px 0 170px 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .room-main__wrapInr {
            padding: 65px 20px 70px 20px;
            display: block; } }
    .room-main__heading {
      font-family: 'Hina Mincho', serif;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      margin-left: 11%;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .room-main__heading {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          margin-left: 0; } }
      .room-main__heading::before {
        content: "Room";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16rem;
        letter-spacing: -0.2rem;
        line-height: 1;
        color: #FFFFFF;
        position: absolute;
        top: 5px;
        left: -190px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateX(50px); }
        @media screen and (max-width: 767px) {
          .room-main__heading::before {
            font-size: 9.2rem;
            top: -55px;
            left: -23px; } }
      .room-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .room-main__heading.is-active::before {
          opacity: 1;
          transform: translateX(0px); }
      .room-main__headingSub {
        font-size: 1.6rem;
        margin-left: 22px; }
        @media screen and (max-width: 767px) {
          .room-main__headingSub {
            font-size: 1.2rem;
            margin-left: 2px;
            margin-bottom: 10px; } }
      .room-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          .room-main__headingTitle {
            font-size: 3.2rem; } }
    .room-main__body {
      margin: 0 0 0 9%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .room-main__body {
          margin: 0; } }
      .room-main__body::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        bottom: -10px;
        right: 0;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .room-main__body::after {
            width: 100px;
            height: 88px;
            bottom: -10px;
            right: 20px; } }
      .room-main__bodyTxt {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 42px; }
        @media screen and (max-width: 767px) {
          .room-main__bodyTxt {
            font-size: 1.4rem;
            margin-top: 25px; } }
      .room-main__bodyHeading {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .room-main__bodyHeading {
            font-size: 1.4rem; } }
      .room-main__bodyList {
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
      .room-main__bodyItem {
        width: 20%;
        font-size: 1.4rem;
        margin-bottom: 12px; }
        @media screen and (max-width: 767px) {
          .room-main__bodyItem {
            width: 140px;
            font-size: 1.3rem; } }
        .room-main__bodyItem::before {
          content: "・";
          display: inline-block; }
      .room-main__bodyMore {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .room-main__bodyMore {
            margin-top: 25px; } }
        .room-main__bodyMoreLink {
          display: inline-block;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            .room-main__bodyMoreLink {
              font-size: 1.6rem; } }
          .room-main__bodyMoreLink::before {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            background-color: #AA8D11;
            border-radius: 30px;
            position: absolute;
            top: -9px;
            right: -45px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .room-main__bodyMoreLink::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
          .room-main__bodyMoreLink::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: solid 1px #FFFFFF;
            border-right: solid 1px #FFFFFF;
            transform: rotate(45deg);
            position: absolute;
            top: 5px;
            right: -30px; }
            @media screen and (max-width: 767px) {
              .room-main__bodyMoreLink::after {
                top: 4px;
                right: -28px; } }
          .room-main__bodyMoreLink:hover::before {
            width: 46px;
            height: 46px;
            top: -14px;
            right: -50px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .room-main__bodyMoreLink:hover::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }

.cafe {
  width: 100%;
  margin-top: 20px;
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cafe {
      margin-top: 20px;
      padding-top: 80px;
      padding-bottom: 20px; } }
  .cafe-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px; }
  .cafe-main {
    width: 47%;
    position: relative;
    z-index: 100; }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .cafe-main {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .cafe-main {
        width: 100%; } }
    .cafe-main__heading {
      font-family: 'Hina Mincho', serif;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .cafe-main__heading {
          padding-right: 20px; } }
      .cafe-main__heading::before {
        content: "Cafe";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 1;
        color: #FFFFFF;
        position: absolute;
        top: -75px;
        left: 200px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateX(50px); }
        @media screen and (max-width: 767px) {
          .cafe-main__heading::before {
            font-size: 9.2rem;
            top: -55px;
            left: -23px; } }
      .cafe-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .cafe-main__heading.is-active::before {
          opacity: 1;
          transform: translateX(0px); }
      .cafe-main__headingSub {
        font-size: 1.6rem;
        margin-bottom: 24px; }
        @media screen and (max-width: 767px) {
          .cafe-main__headingSub {
            font-size: 1.2rem; } }
      .cafe-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.1em;
        margin-top: -12px; }
        @media screen and (max-width: 767px) {
          .cafe-main__headingTitle {
            font-size: 3.2rem; } }
    .cafe-main__body {
      margin: 50px 0 0 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .cafe-main__body {
          margin: 25px 0 0 0;
          padding: 0; } }
      .cafe-main__body::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        bottom: -55px;
        right: 0;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .cafe-main__body::after {
            width: 100px;
            height: 88px;
            bottom: -10px;
            right: 30px; } }
      .cafe-main__bodyTxt {
        font-size: 1.6rem;
        line-height: 2;
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          .cafe-main__bodyTxt {
            font-size: 1.4rem;
            padding-right: 0px; } }
  .cafe-photo {
    width: calc( 50vw + 150px );
    max-width: 860px;
    position: absolute;
    top: 190px;
    right: 0;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .cafe-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 80px;
        margin-left: auto;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .cafe-photo {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 20px; } }
    .cafe-photo::after {
      content: "";
      width: 158px;
      height: 100%;
      display: block;
      background-color: #EBE6E1;
      background-image: url("../img/common/bg.png");
      background-size: 300px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .cafe-photo::after {
          content: none; } }
    .cafe-photo.is-active {
      opacity: 1;
      transform: translateY(0px); }
    .cafe-photo__slider .slick-arrow {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #FFFFFF;
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 20; }
      @media screen and (max-width: 767px) {
        .cafe-photo__slider .slick-arrow {
          width: 30px;
          height: 30px; } }
      .cafe-photo__slider .slick-arrow.slickPrev {
        left: 150px;
        transform: translate(-30px, -50%); }
        @media screen and (max-width: 767px) {
          .cafe-photo__slider .slick-arrow.slickPrev {
            left: 50px;
            transform: translate(-15px, -50%); } }
        .cafe-photo__slider .slick-arrow.slickPrev::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-bottom: solid 1px #231815;
          border-left: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          left: 28px; }
          @media screen and (max-width: 767px) {
            .cafe-photo__slider .slick-arrow.slickPrev::after {
              width: 8px;
              height: 8px;
              top: 11px;
              left: 13px; } }
      .cafe-photo__slider .slick-arrow.slickNext {
        right: 150px;
        transform: translate(30px, -50%); }
        @media screen and (max-width: 767px) {
          .cafe-photo__slider .slick-arrow.slickNext {
            right: 50px;
            transform: translate(15px, -50%); } }
        .cafe-photo__slider .slick-arrow.slickNext::after {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          border-top: solid 1px #231815;
          border-right: solid 1px #231815;
          transform: rotate(45deg);
          position: absolute;
          top: 25px;
          right: 28px; }
          @media screen and (max-width: 767px) {
            .cafe-photo__slider .slick-arrow.slickNext::after {
              width: 8px;
              height: 8px;
              top: 11px;
              right: 13px; } }
    .cafe-photo__item {
      padding: 0 8px; }

.souvenir {
  width: 100%;
  margin-top: 200px;
  padding-top: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .souvenir {
      margin-top: 0px;
      padding-top: 130px; } }
  .souvenir-wrap {
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .souvenir-wrap {
        flex-direction: row;
        flex-wrap: wrap-reverse; } }
  .souvenir-main {
    width: 44%; }
    @media screen and (max-width: 767px) {
      .souvenir-main {
        width: 100%; } }
    .souvenir-mainInr {
      max-width: 520px;
      padding: 150px 20px 0 12%; }
      @media screen and (max-width: 767px) {
        .souvenir-mainInr {
          max-width: 100%;
          padding: 60px 20px 0 20px; } }
    .souvenir-main__heading {
      font-family: 'Hina Mincho', serif;
      position: relative;
      z-index: 1;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .souvenir-main__heading {
          padding-right: 20px; } }
      .souvenir-main__heading::before {
        content: "Souvenir";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 1;
        color: #ECEAE6;
        position: absolute;
        top: -80px;
        left: 140px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateX(50px); }
        @media screen and (max-width: 767px) {
          .souvenir-main__heading::before {
            font-size: 9.2rem;
            top: -40px;
            left: 90px; } }
      .souvenir-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .souvenir-main__heading.is-active::before {
          opacity: 1;
          transform: translateX(0px); }
      .souvenir-main__headingSub {
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .souvenir-main__headingSub {
            font-size: 1.2rem; } }
      .souvenir-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.1em;
        margin-top: 12px; }
        @media screen and (max-width: 767px) {
          .souvenir-main__headingTitle {
            font-size: 3.2rem;
            margin-top: 10px; } }
    .souvenir-main__body {
      margin-top: 50px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .souvenir-main__body {
          margin-top: 30px; } }
      .souvenir-main__body::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: -20px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .souvenir-main__body::after {
            width: 100px;
            height: 88px;
            bottom: 30px;
            right: 0px; } }
      .souvenir-main__bodyTxt {
        text-align: justify;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .souvenir-main__bodyTxt {
            font-size: 1.4rem; } }
      .souvenir-main__bodyMore {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .souvenir-main__bodyMore {
            margin-top: 35px; } }
        .souvenir-main__bodyMoreLink {
          display: inline-block;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            .souvenir-main__bodyMoreLink {
              font-size: 1.6rem; } }
          .souvenir-main__bodyMoreLink::before {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            background-color: #AA8D11;
            border-radius: 30px;
            position: absolute;
            top: -9px;
            right: -45px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .souvenir-main__bodyMoreLink::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
          .souvenir-main__bodyMoreLink::after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: solid 1px #FFFFFF;
            border-right: solid 1px #FFFFFF;
            transform: rotate(45deg);
            position: absolute;
            top: 5px;
            right: -30px; }
            @media screen and (max-width: 767px) {
              .souvenir-main__bodyMoreLink::after {
                top: 4px;
                right: -28px; } }
          .souvenir-main__bodyMoreLink:hover::before {
            width: 46px;
            height: 46px;
            top: -14px;
            right: -50px;
            transition: .3s; }
            @media screen and (max-width: 767px) {
              .souvenir-main__bodyMoreLink:hover::before {
                width: 30px;
                height: 30px;
                top: -7px;
                right: -40px; } }
  .souvenir-photo {
    width: 56%;
    height: 720px;
    margin-top: -120px;
    background-image: url("../img/top/souvenir-img01.jpg");
    background-position: center center;
    background-size: cover;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .souvenir-photo {
        width: 90%;
        height: auto;
        margin-top: -70px;
        background-image: none; } }
    @media screen and (max-width: 767px) {
      .souvenir-photo::before {
        content: "";
        display: block;
        padding-top: 90%;
        background-image: url("../img/top/souvenir-img01.jpg");
        background-position: center, center;
        background-size: cover; } }
    .souvenir-photo.is-active {
      opacity: 1;
      transform: translateY(0px); }
  .souvenir-spot {
    width: 100%; }
    .souvenir-spot__wrap {
      max-width: 1000px;
      margin: 0 auto;
      padding: 75px 20px 0 20px;
      position: relative;
      z-index: 1; }
      .souvenir-spot__wrap::before {
        content: "";
        width: 100vw;
        height: 100%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        bottom: 150px;
        left: 80px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .souvenir-spot__wrap::before {
            bottom: 130px;
            left: 0; } }
    .souvenir-spot__heading {
      text-align: center; }
      .souvenir-spot__headingSub {
        font-family: 'Crimson Text', serif;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .souvenir-spot__headingSub {
            font-size: 1.2rem; } }
      .souvenir-spot__headingTitle {
        font-family: 'Hina Mincho', serif;
        font-size: 3.2rem;
        margin-top: 15px; }
        @media screen and (max-width: 767px) {
          .souvenir-spot__headingTitle {
            font-size: 2.4rem; } }
    .souvenir-spot__list {
      width: 100%;
      margin-top: 35px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
    .souvenir-spot__item {
      width: 29.5%;
      margin-bottom: 40px;
      padding-top: 30px;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .souvenir-spot__item {
          width: 47%;
          margin-bottom: 20px; } }
      .souvenir-spot__item:nth-child(3n + 2) {
        margin-top: 30px;
        transition: 1s .2s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .souvenir-spot__item:nth-child(3n + 2) {
            margin-top: 0px;
            transition: 1s; } }
      @media screen and (max-width: 767px) {
        .souvenir-spot__item:nth-child(2n) {
          margin-top: 20px;
          transition: 1s .2s; } }
      .souvenir-spot__item.is-active {
        opacity: 1;
        transform: translateY(0px); }
      .souvenir-spot__itemLink {
        display: block;
        opacity: 1;
        transition: 0.3s; }
        .souvenir-spot__itemLink:hover {
          opacity: 0.7;
          transition: 0.3s; }
      .souvenir-spot__itemTitle {
        display: inline-block;
        background-color: #FFFFFF;
        padding: 7px 3px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 2rem;
        position: absolute;
        top: 0;
        right: 18px;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .souvenir-spot__itemTitle {
            font-size: 1.6rem;
            right: 8px; } }
      .souvenir-spot__itemNotes {
        font-size: 1.4rem;
        margin: 12px 0 0 7px; }
        @media screen and (max-width: 767px) {
          .souvenir-spot__itemNotes {
            font-size: 1.2rem; } }

.plan {
  max-width: 1220px;
  margin: 25px auto 0 auto;
  padding: 135px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .plan {
      margin: 30px auto 0 auto;
      padding: 100px 20px 0 20px; } }
  .plan-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .plan-main {
        display: block; } }
    .plan-main__heading {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      position: relative;
      z-index: 1;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      @media screen and (max-width: 767px) {
        .plan-main__heading {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; } }
      .plan-main__heading::before {
        content: "Plan";
        font-family: 'Crimson Text', serif;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 1;
        color: #FFFFFF;
        position: absolute;
        top: -45px;
        left: 115px;
        z-index: -1;
        transition: 1s .3s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .plan-main__heading::before {
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            font-size: 9.2rem;
            top: -50px;
            left: -20px;
            transform: translateX(50px); } }
      .plan-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
        .plan-main__heading.is-active::before {
          opacity: 1;
          transform: translateY(0px); }
          @media screen and (max-width: 767px) {
            .plan-main__heading.is-active::before {
              transform: translateX(0px); } }
      .plan-main__headingSub {
        font-size: 1.6rem;
        margin-left: 23px;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          .plan-main__headingSub {
            font-size: 1.2rem;
            margin-left: 0px; } }
      .plan-main__headingTitle {
        font-size: 4.8rem;
        letter-spacing: 0.2em;
        margin-top: -5px; }
        @media screen and (max-width: 767px) {
          .plan-main__headingTitle {
            font-size: 3.2rem;
            margin-top: 15px; } }
  .plan-detail {
    margin-left: 9%;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .plan-detail {
        margin-left: 0; } }
    .plan-detail__item {
      margin-top: 50px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .plan-detail__item {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; } }
      @media screen and (max-width: 767px) {
        .plan-detail__item {
          margin-top: 40px;
          display: block; } }
      .plan-detail__item:nth-child(2n)::after {
        content: "";
        width: 154px;
        height: 134px;
        background-image: url("../img/top/about-bg.svg");
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        position: absolute;
        top: -80px;
        right: -20px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .plan-detail__item:nth-child(2n)::after {
            width: 100px;
            height: 88px;
            top: auto;
            right: 20px;
            bottom: -20px; } }
      .plan-detail__itemImg {
        width: 48%;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .plan-detail__itemImg {
            width: 100%; } }
        .plan-detail__itemImg.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .plan-detail__itemBody {
        width: 48%; }
        @media screen and (max-width: 767px) {
          .plan-detail__itemBody {
            width: 100%; } }
        .plan-detail__itemBodyTitle {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 2.8rem; }
          @media screen and (max-width: 767px) {
            .plan-detail__itemBodyTitle {
              font-size: 2.2rem;
              margin-top: 20px; } }
        .plan-detail__itemBodyTxt {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          letter-spacing: 0;
          line-height: 1.6;
          margin-top: 12px; }
          @media screen and (max-width: 767px) {
            .plan-detail__itemBodyTxt {
              font-size: 1.5rem;
              margin-top: 10px; } }
        .plan-detail__itemBodyPrice {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.8rem;
          margin-top: 18px; }
          @media screen and (max-width: 767px) {
            .plan-detail__itemBodyPrice {
              font-size: 1.6rem;
              margin-top: 13px; } }
          .plan-detail__itemBodyPrice .large {
            display: inline-block;
            font-family: 'Crimson Text', serif;
            font-size: 3rem;
            margin-right: 5px; }
            @media screen and (max-width: 767px) {
              .plan-detail__itemBodyPrice .large {
                font-size: 2.6rem; } }
        .plan-detail__itemBodyComment {
          text-align: justify;
          font-size: 1.4rem;
          letter-spacing: 0;
          line-height: 1.8;
          margin-top: 15px; }
          @media screen and (max-width: 767px) {
            .plan-detail__itemBodyComment {
              margin-top: 12px; } }

.access {
  width: 100%;
  margin-top: 80px;
  padding-top: 140px; }
  @media screen and (max-width: 767px) {
    .access {
      margin-top: 30px;
      padding-top: 80px; } }
  .access-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px; }
  .access__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) {
      .access__headingTitle {
        font-size: 3.2rem;
        padding-left: 35px; } }
    .access__headingTitle::before {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background-color: #AA8D11;
      position: absolute;
      top: 50%;
      left: 0px; }
      @media screen and (max-width: 767px) {
        .access__headingTitle::before {
          width: 20px; } }
    .access__headingTitle::after {
      content: "Access";
      font-family: 'Crimson Text', serif;
      font-size: 16rem;
      letter-spacing: 0;
      line-height: 1;
      color: #FFFFFF;
      position: absolute;
      top: -70px;
      left: 160px;
      z-index: -1;
      transition: 1s .3s;
      opacity: 0;
      transform: translateX(50px); }
      @media screen and (max-width: 767px) {
        .access__headingTitle::after {
          font-size: 9.2rem;
          top: -35px;
          left: 100px; } }
    .access__headingTitle.is-active {
      opacity: 1;
      transform: translateY(0px); }
      .access__headingTitle.is-active::after {
        opacity: 1;
        transform: translateX(0px); }
  .access-main {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 767px) {
      .access-main {
        margin-top: 25px;
        display: block; } }
    .access-main::after {
      content: "";
      width: 154px;
      height: 134px;
      background-image: url("../img/top/about-bg.svg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: contain;
      position: absolute;
      bottom: 40px;
      right: 20px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .access-main::after {
          width: 100px;
          height: 88px;
          bottom: -10px;
          right: 0px; } }
    .access-main__txt {
      width: 52%;
      text-align: justify;
      letter-spacing: 0;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .access-main__txt {
          width: 100%;
          font-size: 1.4rem; } }
    .access-main__address {
      width: 40%;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .access-main__address {
          width: 100%;
          font-size: 1.4rem;
          margin-top: 15px; } }
      .access-main__address .br {
        display: inline-block; }
  .access-map {
    margin-top: 30px; }
    .access-mapInr {
      width: 100%;
      height: 460px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .access-mapInr {
          height: auto;
          display: block; } }
    .access-map__img {
      width: 50%;
      height: 460px;
      background-image: url("../img/top/access-img.jpg");
      background-position: center, center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .access-map__img {
          width: 100%;
          height: 300px; } }
    .access-map__body {
      width: 50%;
      height: 460px; }
      @media screen and (max-width: 767px) {
        .access-map__body {
          width: 100%;
          height: 300px; } }
    .access-map__txt {
      text-align: center;
      margin-top: 25px; }
      .access-map__txtLink {
        text-decoration: underline; }
        @media screen and (max-width: 767px) {
          .access-map__txtLink {
            font-size: 1.4rem; } }
  .access-detail {
    max-width: 1100px;
    margin: 60px auto 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .access-detail {
        margin: 30px auto 0 auto; } }
    .access-detail__train {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .access-detail__train {
          display: block; } }
      .access-detail__trainHead {
        width: 230px;
        padding-left: 50px;
        font-weight: bold;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 767px) {
          .access-detail__trainHead {
            width: 100%;
            font-size: 1.4rem; } }
        .access-detail__trainHead::before {
          content: "";
          width: 38px;
          height: 27px;
          display: block;
          background-image: url("../img/top/icon-train.svg");
          background-repeat: no-repeat;
          background-position: center, center;
          background-size: contain;
          position: absolute;
          top: 2px;
          left: 0; }
      .access-detail__trainBody {
        width: calc( 100% - 230px ); }
        @media screen and (max-width: 767px) {
          .access-detail__trainBody {
            width: 100%;
            margin-top: 15px; } }
        .access-detail__trainBodyTxt {
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .access-detail__trainBodyTxt {
              font-size: 1.4rem; } }
          .access-detail__trainBodyTxt + p {
            margin-top: 15px; }
            @media screen and (max-width: 767px) {
              .access-detail__trainBodyTxt + p {
                margin-top: 10px; } }
    .access-detail__car {
      margin-top: 18px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .access-detail__car {
          display: block;
          margin-top: 25px; } }
      .access-detail__carHead {
        width: 230px;
        padding-left: 50px;
        font-weight: bold;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 767px) {
          .access-detail__carHead {
            width: 100%;
            font-size: 1.4rem; } }
        .access-detail__carHead::before {
          content: "";
          width: 37px;
          height: 21px;
          display: block;
          background-image: url("../img/top/icon-car.svg");
          background-repeat: no-repeat;
          background-position: center, center;
          background-size: contain;
          position: absolute;
          top: 3px;
          left: 0; }
      .access-detail__carBody {
        width: calc( 100% - 230px ); }
        @media screen and (max-width: 767px) {
          .access-detail__carBody {
            width: 100%; } }
        .access-detail__carBodyTxt {
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .access-detail__carBodyTxt {
              font-size: 1.4rem; } }
          .access-detail__carBodyTxt + p {
            margin-top: 15px; }

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #AA8D11;
  transform: translateY(0);
  transition: transform .5s 1.5s; }
  .loading.is-loaded {
    transform: translateY(-100%); }
  .loading__body {
    width: 260px;
    height: 335px;
    position: absolute;
    top: 50%;
    right: 18%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    transform: translateY(-50%);
    transition: opacity 1s .5s; }
    @media screen and (max-width: 767px) {
      .loading__body {
        width: 180px;
        right: 10%; } }
    .loading__body.is-loaded {
      opacity: 0; }
    .loading__bodyJp {
      width: 95px; }
      @media screen and (max-width: 767px) {
        .loading__bodyJp {
          width: 60px; } }
    .loading__bodyEn {
      font-family: 'Crimson Text', serif;
      font-size: 2rem;
      color: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .loading__bodyEn {
          font-size: 1.4rem; } }
