@charset "UTF-8";
/* ------------------------------
 ResetCSS
------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

strong {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

/*==========================
l-footer
==========================*/
.l-footer {
  width: 100%;
  background-color: #EBE6E1;
  padding: 130px 0 120px 0px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 50px 0; } }
  .l-footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px; }
  .l-footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-footer-nav {
        display: block; } }
    .l-footer-nav__global {
      width: calc( 100% - 100px );
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__global {
          width: 100%; } }
      .l-footer-nav__globalItem {
        margin-right: 3%; }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .l-footer-nav__globalItem {
            width: 130px;
            margin-bottom: 12px; } }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalItem {
            width: 130px;
            margin-bottom: 15px;
            margin-right: 0; } }
      .l-footer-nav__globalLink {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-nav__globalLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalLink {
            font-size: 1.4rem; } }
    .l-footer-nav__lang {
      width: 100px; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__lang {
          width: auto;
          margin-top: 15px; } }
      .l-footer-nav__langList {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__langList {
            display: flex;
            justify-content: flex-start;
            align-items: center; } }
      .l-footer-nav__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-footer-nav__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-footer-nav__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 12px 4px 0px; }
      .l-footer-nav__langLink {
        display: block;
        padding: 4px 0px 4px 12px;
        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-cooking
==========================*/
.p-cooking {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-cooking {
      padding-bottom: 0; } }

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

.intro {
  width: 100%;
  margin-top: 190px; }
  @media screen and (max-width: 767px) {
    .intro {
      margin-top: 65px; } }
  .intro-main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px; }
    .intro-main__copy {
      font-family: 'Hina Mincho', serif;
      font-size: 2.8rem;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .intro-main__copy {
          font-size: 2rem;
          letter-spacing: 0; } }
    .intro-main__txt {
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .intro-main__txt {
          font-size: 1.4rem;
          margin-top: 30px; } }
  .intro-img {
    max-width: 920px;
    margin: 80px auto 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .intro-img {
        margin: 50px auto 0 auto;
        padding: 0; } }
    .intro-img__body {
      width: 45%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-img__body.is-active {
        opacity: 1;
        transform: translateY(0px); }
      .intro-img__body:last-child {
        margin-top: 60px; }

.meal {
  width: 100%;
  margin-top: 200px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .meal {
      margin-top: 120px; } }
  .meal.breakfast {
    margin-top: 130px; }
    @media screen and (max-width: 767px) {
      .meal.breakfast {
        margin-top: 60px; } }
  .meal-head {
    width: 100%;
    position: relative;
    z-index: 10; }
    .meal-head__wrap {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .meal-head__wrap {
          flex-wrap: wrap;
          flex-direction: column-reverse; } }
      .meal-head__wrap::after {
        content: "";
        display: block;
        width: 112px;
        height: 98px;
        background-image: url("../img/common/bg-cloud01-white.svg");
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 75px;
        bottom: -40px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .meal-head__wrap::after {
            width: 75px;
            height: 66px;
            left: 100px;
            bottom: -10px; } }
    .meal-head__txt {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .meal-head__txt {
          width: 100%;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          font-size: 1.2rem;
          margin-top: 15px; } }
    .meal-head__heading {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 4.8rem;
      letter-spacing: 0.2em;
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .meal-head__heading {
          width: 100%;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          font-size: 3.2rem;
          margin-left: 0; } }
  .meal-img {
    margin-top: -80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    .meal-img.is-active {
      opacity: 1;
      transform: translateY(0px); }
    @media screen and (max-width: 767px) {
      .meal-img {
        margin-top: 30px; } }
    .meal-img__slide {
      width: calc( 100% - 50px );
      max-width: 1090px;
      margin-left: 50px; }
      @media screen and (max-width: 767px) {
        .meal-img__slide {
          width: 100%;
          margin-left: 0; } }
      .meal-img__slide::after {
        content: "";
        width: 162px;
        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: 2; }
        @media screen and (max-width: 767px) {
          .meal-img__slide::after {
            content: none; } }
      .meal-img__slideItem {
        padding: 0 12px; }
        @media screen and (max-width: 767px) {
          .meal-img__slideItem {
            padding: 0 5px; } }
      .meal-img__slide .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) {
          .meal-img__slide .slick-arrow {
            width: 30px;
            height: 30px; } }
        .meal-img__slide .slick-arrow.slickPrev {
          left: 150px;
          transform: translate(-30px, -50%); }
          @media screen and (max-width: 767px) {
            .meal-img__slide .slick-arrow.slickPrev {
              left: 50px;
              transform: translate(-15px, -50%); } }
          .meal-img__slide .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) {
              .meal-img__slide .slick-arrow.slickPrev::after {
                width: 8px;
                height: 8px;
                top: 11px;
                left: 13px; } }
        .meal-img__slide .slick-arrow.slickNext {
          right: 150px;
          transform: translate(30px, -50%); }
          @media screen and (max-width: 767px) {
            .meal-img__slide .slick-arrow.slickNext {
              right: 50px;
              transform: translate(15px, -50%); } }
          .meal-img__slide .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) {
              .meal-img__slide .slick-arrow.slickNext::after {
                width: 8px;
                height: 8px;
                top: 11px;
                right: 13px; } }
      .meal-img__slide .slick-dots {
        bottom: -35px;
        text-align: left;
        margin-left: 162px; }
        @media screen and (max-width: 767px) {
          .meal-img__slide .slick-dots {
            bottom: -30px;
            margin-left: 56px; } }
        .meal-img__slide .slick-dots li {
          margin: 0 2px; }
          @media screen and (max-width: 767px) {
            .meal-img__slide .slick-dots li {
              margin: 0; } }
          .meal-img__slide .slick-dots li.slick-active button:before {
            color: #AA8D11; }
          .meal-img__slide .slick-dots li button:before {
            font-size: 15px;
            color: #FFFFFF;
            opacity: 1; }
            @media screen and (max-width: 767px) {
              .meal-img__slide .slick-dots li button:before {
                font-size: 10px; } }

.hall {
  margin-top: 200px; }
  @media screen and (max-width: 767px) {
    .hall {
      margin-top: 60px; } }
  .hall-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .hall-main {
        display: block; } }
  .hall-head {
    width: 195px; }
    .hall-head__wrap {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .hall-head__wrap {
          flex-wrap: wrap;
          flex-direction: column-reverse; } }
      .hall-head__wrap::after {
        content: "";
        display: block;
        width: 112px;
        height: 98px;
        background-image: url("../img/common/bg-cloud01-white.svg");
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 40px;
        bottom: -65px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .hall-head__wrap::after {
            width: 75px;
            height: 66px;
            left: 70px;
            bottom: -15px; } }
    .hall-head__txt {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .hall-head__txt {
          width: 100%;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          font-size: 1.2rem;
          margin-top: 15px; } }
    .hall-head__heading {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: 'Hina Mincho', serif;
      font-size: 4.8rem;
      letter-spacing: 0.2em;
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .hall-head__heading {
          width: 100%;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          font-size: 3.2rem;
          margin-left: 0; } }
  .hall-body {
    width: calc( 100% - 195px );
    padding-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .hall-body {
        width: 100%;
        padding-bottom: 0px; } }
    .hall-body__txt {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .hall-body__txt {
          font-size: 1.4rem;
          margin-top: 25px; } }
  .hall-img {
    max-width: 1140px;
    margin: 60px auto 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .hall-img {
        margin: 40px auto 0 auto;
        display: block; } }
    .hall-img__item {
      width: 49%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .hall-img__item.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .hall-img__item {
          width: 100%;
          max-width: 530px;
          margin: 0 auto 20px auto; } }
      .hall-img__item:nth-child(2) {
        transition: 1s .3s; }
        @media screen and (max-width: 767px) {
          .hall-img__item:nth-child(2) {
            transition: 1s; } }

.vegetable {
  margin-top: 200px; }
  @media screen and (max-width: 767px) {
    .vegetable {
      margin-top: 120px; } }
  .vegetable-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .vegetable-main {
        display: block; } }
  .vegetable-head {
    width: 325px; }
    .vegetable-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 2.8rem;
      letter-spacing: 0.1em;
      line-height: 1.7;
      padding-top: 25px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .vegetable-head__heading {
          font-size: 2.4rem;
          padding-top: 20px; } }
      .vegetable-head__heading::before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #AA8D11;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 767px) {
          .vegetable-head__heading::before {
            width: 20px; } }
  .vegetable-body {
    width: calc( 100% - 325px );
    padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .vegetable-body {
        width: 100%;
        padding-bottom: 0px; } }
    .vegetable-body__txt {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .vegetable-body__txt {
          font-size: 1.4rem;
          margin-top: 25px; } }
  .vegetable-img {
    max-width: 1140px;
    margin: 60px auto 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .vegetable-img {
        margin: 40px auto 0 auto;
        display: block; } }
    .vegetable-img__item {
      width: 32.5%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .vegetable-img__item.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .vegetable-img__item {
          width: 100%;
          max-width: 530px;
          margin: 0 auto 20px auto; } }
      .vegetable-img__item:nth-child(2) {
        transition: 1s .3s; }
        @media screen and (max-width: 767px) {
          .vegetable-img__item:nth-child(2) {
            transition: 1s; } }
      .vegetable-img__item:nth-child(3) {
        transition: 1s .6s; }
        @media screen and (max-width: 767px) {
          .vegetable-img__item:nth-child(3) {
            transition: 1s; } }
