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

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

strong {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================
料金・ご予約
.p-reserve
==========================*/
.p-reserve {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-reserve {
      padding-bottom: 50px; } }

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

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

.reserve-unit {
  max-width: 920px;
  margin: 50px auto 0 auto;
  padding: 150px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .reserve-unit {
      min-height: inherit;
      margin: 30px auto 0 auto;
      padding: 80px 20px 0 20px; } }
  .reserve-unit__heading {
    font-family: 'Hina Mincho', serif;
    font-size: 2.8rem;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 767px) {
      .reserve-unit__heading {
        font-size: 2.2rem;
        letter-spacing: 0em; } }
    .reserve-unit__headingSub {
      display: inline-block;
      font-size: 2rem;
      margin-left: 35px;
      padding: 0 20px 0 23px;
      border-left: solid 1px #231815;
      border-right: solid 1px #231815; }
      @media screen and (max-width: 767px) {
        .reserve-unit__headingSub {
          font-size: 1.4rem;
          margin-left: 20px;
          padding: 0 15px 0 15px; } }
  .reserve-unit__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 28px; }
    @media screen and (max-width: 767px) {
      .reserve-unit__txt {
        font-size: 1.4rem; } }
  .reserve-unit__notes {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 35px;
    margin-bottom: -15px; }
    @media screen and (max-width: 767px) {
      .reserve-unit__notes {
        font-size: 1.4rem;
        margin-top: 25px; } }
  .reserve-unit__num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .reserve-unit__num {
        display: block;
        margin-top: 25px; } }
    .reserve-unit__numBody {
      font-family: 'Crimson Text', serif;
      font-size: 5.6rem; }
      @media screen and (max-width: 767px) {
        .reserve-unit__numBody {
          font-size: 4rem; } }
    .reserve-unit__numTime {
      font-size: 1.8rem;
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .reserve-unit__numTime {
          font-size: 1.4rem;
          display: block;
          margin-left: 0px;
          margin-top: 10px; } }
  .reserve-unit__btn {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .reserve-unit__btn {
        margin-top: 35px; } }
    .reserve-unit__btnLink {
      width: 100%;
      height: 100px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #FFFFFF;
      padding-left: 40px;
      background-color: #AA8D11;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      opacity: 1;
      transition: 0.3s; }
      .reserve-unit__btnLink:hover {
        opacity: 0.7;
        transition: 0.3s; }
      @media screen and (max-width: 767px) {
        .reserve-unit__btnLink {
          height: 60px;
          font-size: 1.4rem;
          padding-left: 20px; } }
      .reserve-unit__btnLink::after {
        content: "";
        display: block;
        width: 24px;
        height: 21px;
        background-image: url("../img/common/icon-link-white.svg");
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .reserve-unit__btnLink::after {
            width: 16px;
            height: 14px;
            right: 20px; } }
      .reserve-unit__btnLink.pdf::after {
        width: 25px;
        height: 22px;
        background-image: url("../img/common/icon-download.svg"); }
        @media screen and (max-width: 767px) {
          .reserve-unit__btnLink.pdf::after {
            width: 18px;
            height: 16px; } }
