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

html {
  line-height: 1;
  scroll-behavior: smooth; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

input[type='button'],
input[type='submit'] {
  -webkit-appearance: none; }

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none; }

body {
  width: 100%;
  height: 100%;
  line-height: 1.92;
  background-color: #fff;
  color: #171717;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.8; }
      body.onload .l-header {
        margin-top: -20px; } }
  body.is-fixed {
    height: 100%;
    overflow: hidden; }

#l-wrap {
  overflow-x: hidden; }

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none; }

a,
a img,
button {
  transition: .4s; }

a:link {
  color: #171717;
  text-decoration: none; }

a:visited {
  color: #171717; }

a:active {
  color: #171717; }

/* clearfix
---------------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: ''; }

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-only_sp {
      display: block; } }

.u-only_pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .u-only_pc {
      display: none; } }

.u-only_tab {
  display: none; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .u-only_tab {
      display: block; } }

/* header
---------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 0 0 0 30px;
  background-color: #fff;
  transition: all .4s; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 80px;
      padding: 0 0 0 2%; } }
  .l-header_cont {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-header_cont .c-logo {
        margin-top: 16px; } }
  .l-header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .l-header_right {
        width: 80%; } }
    @media screen and (min-width: 768px) {
      .l-header_right_cont {
        width: 83%; } }
    .l-header_right_inner {
      display: flex;
      justify-content: flex-end;
      margin-top: 11px; }
      @media screen and (max-width: 767px) {
        .l-header_right_inner {
          display: none; } }
  @media screen and (min-width: 768px) {
    .l-header_seo {
      text-align: right; } }
  @media screen and (max-width: 767px) {
    .l-header_seo {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      align-items: center;
      z-index: 99999;
      width: 100%;
      height: 20px;
      padding: 0 5%;
      background-color: #f4f4f4;
      overflow-x: hidden; } }
  .l-header_seo_txt {
    display: block;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .l-header_seo_txt {
        white-space: nowrap; } }
  .l-header_instagram {
    width: 30px; }
    @media screen and (max-width: 767px) {
      .l-header_instagram {
        width: 23px;
        margin: 18px 3px 0 3px; }
      .l-header_reserve.l-header_spreserve {
        margin-right: 10px;
        margin-top: 26px;
        width: auto;
        height: auto;
        padding: 0;
      }
      .l-header_reserve.l-header_spreserve a {
        display: inline-block;
        padding: 0;
      }
      .l-header_reserve.l-header_spreserve a img {
        width: 23px;
        margin: 0;
      }
      .l-header_greserv_blk {
        text-align: center;
        margin-top: 20px;
      }
      .l-header_greserv_blk .l-header_gnav_reserv {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
      }
      .l-header_greserv_blk .l-header_gnav_reserv img {
        width: 35px;
      }
      .l-header_greserv_blk .l-header_gnav_reserv .l-header_reserve_txt {
        margin-top: 5px;
        font-size: 1.3rem;
      }
    }
  .l-header_tel {
    /* display: flex; */
    margin: 2px 0 0 20px; }
    .l-header_tel a {
      display: flex;
      align-items: center; }
    .l-header_tel img {
      width: 33px; }
    .l-header_tel .phone img {
      width: 20px;
      margin-right: 13px;}
    .l-header_tel_txt {
      display: block;
      line-height: 1;
      margin: 2px 0 0 6px;
      font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 400; }
    /* .l-header_tel .phone {
      margin-left: 33px; } */
  .l-header_reserve {
    width: 126px;
    height: 100px; }
    .l-header_reserve a {
      display: block;
      height: 100%;
      padding-top: 20px; }
      .l-header_reserve a img {
        width: 28px;
        margin: 0 auto; }
    .l-header_reserve_txt {
      display: block;
      line-height: 1;
      margin-top: 10px;
      font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 12.5px;
      font-size: .9em;
      font-weight: 600;
      text-align: center; }
  .l-header_menu {
    position: relative;
    z-index: 0;
    width: 100px;
    height: 100px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .l-header_menu {
        width: 40px;
        height: 60px;
        margin-top: 22px; } }
    .l-header_menu span {
      position: absolute;
      left: 50%;
      z-index: 0;
      width: 45px;
      height: 1px;
      background-color: #171717;
      transform: translateX(-50%);
      transition: all 0.4s ease 0s; }
      @media screen and (max-width: 767px) {
        .l-header_menu span {
          width: 27px; } }
      .l-header_menu span:nth-child(1) {
        top: 20px; }
        @media screen and (max-width: 767px) {
          .l-header_menu span:nth-child(1) {
            top: 15px; } }
      .l-header_menu span:nth-child(2) {
        top: 30px; }
        @media screen and (max-width: 767px) {
          .l-header_menu span:nth-child(2) {
            top: 22px; } }
      .l-header_menu span:nth-child(3) {
        top: 40px; }
        @media screen and (max-width: 767px) {
          .l-header_menu span:nth-child(3) {
            top: 29px; } }
    .l-header_menu_txt {
      display: block;
      position: absolute;
      bottom: 30px;
      left: 50%;
      z-index: 0;
      width: 100%;
      line-height: 1;
      font-family: 'Cormorant', 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      letter-spacing: .1em;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .l-header_menu_txt {
          bottom: 11px;
          font-size: 10px;
          font-size: 1rem; } }
    .l-header_menu.active span {
      top: 30px; }
      @media screen and (max-width: 767px) {
        .l-header_menu.active span {
          top: 20px; } }
      .l-header_menu.active span:nth-child(1) {
        transform: translateX(-50%) rotate(45deg); }
      .l-header_menu.active span:nth-child(2) {
        opacity: 0; }
      .l-header_menu.active span:nth-child(3) {
        transform: translateX(-50%) rotate(-45deg); }
  .l-header_gnav {
    position: fixed;
    top: 100px;
    right: -100%;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .l-header_gnav {
        top: 60px;
        padding: 25px 0 140px; } }
    .l-header_gnav.active {
      right: 0;
      opacity: 1;
      pointer-events: inherit;
      overflow-y: scroll; }
    @media screen and (min-width: 768px) {
      .l-header_gnav .l-cont_l {
        position: relative;
        z-index: 0;
        height: 100vh; } }
    @media screen and (min-width: 768px) {
      .l-header_gnav_cont {
        display: flex;
        position: absolute;
        top: 50%;
        top: calc(50% - 100px);
        left: 50%;
        flex-wrap: wrap;
        align-items: flex-start;
        z-index: 0;
        width: 100%;
        transform: translate(-50%, -50%); } }
    @media screen and (min-width: 768px) {
      .l-header_gnav_inner {
        width: 48%;
        margin-left: 4%; } }
    @media screen and (max-width: 767px) {
      .l-header_gnav_inner {
        margin-top: 40px; } }
    @media screen and (min-width: 768px) {
      .l-header_gnav_inner:nth-child(1) {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .l-header_gnav_inner:nth-child(1) {
        margin-top: 0; } }
    .l-header_gnav_head {
      line-height: 1;
      padding-bottom: 15px;
      color: #b3a380;
      font-family: 'Cormorant', 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: .1em;
      border-bottom: 1px solid #b3a380; }
      @media screen and (max-width: 767px) {
        .l-header_gnav_head {
          padding-bottom: 12px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .l-header_gnav_list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .l-header_gnav_list {
          margin-top: 18px; } }
      .l-header_gnav_list li {
        width: 50%;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .l-header_gnav_list li {
            margin-top: 18px; } }
        .l-header_gnav_list li:nth-child(-n+2) {
          margin-top: 0; }
        .l-header_gnav_list li a {
          display: block;
          line-height: 1.2;
          font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-size: 14px;
          font-size: 1.4rem; }
          @media screen and (max-width: 767px) {
            .l-header_gnav_list li a {
              font-size: 12px;
              font-size: 1.2rem; } }

            .l-header_doc-banner {
              width: 30%;
              margin: 4% auto 0;
              display: flex;
              justify-content: center;
            }
            @media screen and (max-width: 767px) {
              .l-header_doc-banner {
                width: 70%;
                margin: 6% auto 0;
              } }

            

/* layout
---------------------------------------------------------- */
.l-main {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .l-main {
      margin-top: 60px; } }

.l-cont_l {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_l {
      max-width: 1240px; } }
  @media screen and (max-width: 767px) {
    .l-cont_l {
      width: 90%; } }
.l-cont_m {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_m {
      max-width: 1080px; } }
.l-cont_s {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_s {
      max-width: 1000px; } }
.l-cont_ss {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_ss {
      max-width: 940px; } }

.l-page_cont {
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .l-page_cont {
      padding-top: 40px; } }
.l-page_inner {
  margin-top: -60px;
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .l-page_inner {
      margin-top: -25px;
      padding-top: 50px; } }

.l-bg_wh {
  padding: 100px 0;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .l-bg_wh {
      padding: 50px 0; } }
.l-bg_gry {
  padding: 100px 0;
  background-color: #f4f3f1; }
  @media screen and (max-width: 767px) {
    .l-bg_gry {
      padding: 50px 0; } }
.l-bg_wh .l-page_cont:first-child, .l-bg_gry .l-page_cont:first-child {
  padding-top: 0; }

/* footer
---------------------------------------------------------- */
.l-footer {
  padding: 85px 0 150px;
  background-color: #af832d;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 40px 0 170px; } }
  @media screen and (min-width: 768px) {
    .l-footer_cont {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media screen and (min-width: 1101px) {
    .l-footer_head {
      width: 46%;
      max-width: 492px; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .l-footer_head {
      width: 49%;
      max-width: 49%; } }
  .l-footer_head .c-tel {
    margin-top: 20px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */ }
    @media screen and (max-width: 767px) {
      .l-footer_head .c-tel {
        display: block; } }
    /* .l-footer_head .c-tel .phone {
      margin-left: 47px; } */
      @media screen and (max-width: 767px) {
        .l-footer_head .c-tel .phone {
          margin-left: 5px; } }
  .l-footer_head_add {
    margin-top: 15px;
    text-align: center; }
    @media screen and (max-width: 1100px) {
      .l-footer_head_add {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .l-footer_head_add {
        font-size: 16px;
        font-size: 1.6rem; } }
  .l-footer_head .c-btn_txt_en {
    margin-top: 10px; }
  .l-footer_head .c-tbl_hour {
    margin-top: 15px; }
  .l-footer_head .c-txt_hour {
    color: #fff; }
  .l-footer_head .c-txt_hour a {
    color: #fff; }
    .l-footer_left {
      max-width: 330px;
    }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_left {
        width: 42%;
        max-width: 42%; } }
        @media screen and (max-width: 767px) {
          .l-footer_left {
            max-width: 100%;
          }
          .l-footer_doc-banner {
            display: block;
            width: 65%;
            margin: 0 auto;
            margin-top: 10px;
        }
        }
  .l-footer_left .l-footer_nav {
    width: 100%;
    justify-self: flex-end;
  }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .l-footer_left .l-footer_nav {
      max-width: 100%; } }
  .l-footer_doc-banner {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .l-footer_doc-banner {
      width: 70%;
    }
  }
  .l-footer_nav {
    display: flex;
    align-items: flex-start; }

    @media screen and (min-width: 1101px) {
      .l-footer_nav {
        width: 31%;
        max-width: 330px; } }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_nav {
        width: 48%;
        max-width: 48%; } }
    @media screen and (max-width: 767px) {
      .l-footer_nav {
        margin-top: 35px; } }
    .l-footer_nav_list {
      width: 50%; }
      .l-footer_nav_list li {
        margin-top: 5px; }
        .l-footer_nav_list li:first-child {
          margin-top: 0; }
        .l-footer_nav_list li a {
          display: inline-block;
          color: #fff;
          font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
          font-weight: 600; }
          @media screen and (max-width: 767px) {
            .l-footer_nav_list li a {
              font-size: 12px;
              font-size: 1.2rem; } }
          .l-footer_nav_list li a:hover {
            opacity: .8; }
  .l-footer_copyright {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .l-footer_copyright {
        margin-top: 10px;
        text-align: center; } }
    .l-footer_copyright small {
      line-height: 1;
      font-family: 'Cormorant', 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: .05em; }
      @media screen and (max-width: 767px) {
        .l-footer_copyright small {
          font-size: 10px;
          font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .l-footer_cv {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    .l-footer_cv {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 99999;
      width: 100%;
      background-color: #333; } }
  @media screen and (max-width: 767px) {
    .l-footer_cv_cont {
      display: flex; } }
  @media screen and (max-width: 767px) {
    .l-footer_cv_btn {
      width: 15%;}
      .l-footer_cv_btn.tel {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
        padding: 10px 0;
        background-color: #5e5b5b; }
        .l-footer_cv_btn.tel a {
          display: flex;
          justify-content: center;
          align-items: center;
          height: auto;}
          .l-footer_cv_btn.tel a img {
            width: 20px; }
            .l-footer_cv_btn.tel .phone img {
              width: 13px; }
              .l-footer_cv_btn.tel.gray-box{
                background: #333;
              }
          .l-footer_cv_btn.tel a .l-footer_cv_txt {
            margin-left: 3px;
            font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
            font-size: 16px;
            font-size: 1.4rem;
            font-weight: 400;}
      .l-footer_cv_btn.reserve {
        width: 40%;
        background-color: #afaeac; }
        .l-footer_cv_btn.reserve a img {
          width: 15px; }
        .l-footer_cv_btn.reserve a .l-footer_cv_txt {
          margin-left: 7px;
          font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
          font-size: 14px;
          font-size: 1.3rem;
          font-weight: 600; }
      .l-footer_cv_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
    .l-footer_cv_txt {
      display: inline-block;
      line-height: 1;
      color: #fff; }
    .l-footer_cv_pagetop {
    display: flex;
    align-items: center;
    width: 20%;
    background-color: #afaeac;
    cursor: pointer; } 
  .l-footer_cv_pagetop img {
    width: auto;
    height: 50px;
    margin: 0 auto;
  }}
  .l-footer_pagetop {
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 1000;
    width: 80px;
    height: 80px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .l-footer_pagetop {
        display: none !important; } }
    .l-footer_pagetop:hover {
      opacity: 0.8; }

/* scroll in - animation
---------------------------------------------------------- */
.fade-right,
.fade-left {
  animation-fill-mode: forwards;
  opacity: 0; }

.fade-right.fadeInRight {
  animation-name: fadeRightAnime;
  opacity: 1; }

.fade-left.fadeInLeft {
  animation-name: fadeLeftAnime;
  opacity: 1; }

@keyframes fadeRightAnime {
  from {
    transform: translateX(-100px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeLeftAnime {
  from {
    transform: translateX(100px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }