@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
}

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

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォームスタイルのリセット */
input[type=text],
input[type=number],
input[type=password] {
  font-size: 16px;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

input[type=radio] {
  opacity: 0;
}

input[type=checkbox] {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* ==========================================================================
   Foundation
========================================================================== */
/* Mixin
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
* {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

html {
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-y: scroll;
  /*scroll-behavior: smooth;*/
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

body {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  height: 100%;
  width: 100%;
}
body._navy {
  background-color: 900;
}
body._lightgray {
  background-color: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

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

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

address {
  font-style: normal;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.fade {
  opacity: 0;
}
.fade.in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fade.in {
    -webkit-animation-name: fade-in--sp;
            animation-name: fade-in--sp;
  }
}

.fadeup {
  opacity: 0;
}
.fadeup.in {
  -webkit-animation-name: fadeup-in;
          animation-name: fadeup-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fadeup.in {
    -webkit-animation-name: fadeup-in--sp;
            animation-name: fadeup-in--sp;
  }
}

.fadeslide {
  opacity: 0;
}
.fadeslide.in {
  -webkit-animation-name: fadeslide-in;
          animation-name: fadeslide-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fadeslide.in {
    -webkit-animation-name: fadeslide-in--sp;
            animation-name: fadeslide-in--sp;
  }
}

.p-r {
  position: relative;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center !important;
}

.f-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-jsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-as-jfs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-as-jc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-as-jfe {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-as-jsb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ac-jfs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ac-jc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ac-jsb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ae-jfs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ae-jc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ae-jsb {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.header__logo {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-color: #1f233e;
  height: 180px;
  opacity: 0;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    height: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 60px;
    width: 120px;
  }
}
.header__logo a {
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    height: 100%;
  }
}
.header__logo img {
  height: auto;
  width: 113px;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 93px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 120px;
  }
}
.header__nav {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  width: 100%;
}
.header__nav ul {
  width: 100%;
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li a {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  color: #1f233e;
  cursor: pointer;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .header__nav ul li a {
    font-size: 13px;
  }
}
.header__nav ul li a p {
  border-bottom: solid 2px #FFF;
  display: inline-block;
}
.header__nav ul li a:hover {
  opacity: 1;
}
.header__nav ul li a:hover p {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom-color: #1f233e;
}
.header__nav .parent a {
  cursor: default;
}
.header__nav .parent:hover > div {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu_fadein;
          animation-name: menu_fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: block;
  width: 0;
}
@media screen and (max-width: 1024px) {
  .header__nav .parent:hover > div {
    -webkit-animation-name: menu_fadein--tb;
            animation-name: menu_fadein--tb;
  }
}
.header__nav .parent:hover > div ul {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu_ul_fadein;
          animation-name: menu_ul_fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  display: block;
  opacity: 0;
}
.header__nav--menu {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(31, 35, 62, 0.9);
  display: none;
  height: 190px;
  padding: 17px 0;
  position: absolute;
  left: 180px;
  top: -10px;
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .header__nav--menu {
    height: 160px;
    left: 130px;
    width: 180px;
  }
}
.header__nav--menu ul {
  opacity: 0;
}
.header__nav--menu ul li a {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-image: url(/assets/img/nav/arrow-menu.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7px;
  color: #FFF;
  cursor: pointer !important;
  padding: 0;
  text-align: left;
}
.header__nav--menu ul li a:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.header__nav--menu ul li a p {
  border-bottom: none;
  font-size: 15px;
  padding: 6px 0 6px 22px;
}
@media screen and (max-width: 1024px) {
  .header__nav--menu ul li a p {
    font-size: 13px;
    padding: 4px 0 4px 18px;
  }
}
.header__cta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__cta {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
  }
}
.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
  .header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
    background-size: 20px auto;
    font-size: 13px;
  }
}
.header__cta--counseling {
  background-color: #a38249;
  color: #FFF;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .header__cta--counseling {
    padding: 12px 0;
  }
}
.header__cta--reservation {
  background-color: #1f233e;
  display: block;
}
.header__cta--reservation p {
  background-image: url(/assets/img/header/icon_reservation.png);
  background-position: left center;
  color: #FFF;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .header__cta--reservation p {
    padding: 12px 0 12px 12px;
  }
}
.header__cta--contact {
  background-color: #1f233e;
  background-image: url(/assets/img/header/icon_contact.png);
  background-position: center;
  color: #FFF;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .header__cta--contact {
    padding: 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__cta--contact {
    background-size: 25px auto;
    margin-right: 15px;
    padding: 0;
  }
}
.header__cta--online {
  background-color: #FFF;
  display: block;
}
.header__cta--online p {
  background-image: url(/assets/img/header/icon_online.png);
  background-position: left center;
  color: #a38249;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .header__cta--online p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__cta--tel, .header__cta--contact, .header__cta--button {
    display: block;
    height: 60px;
    width: 50px;
  }
}
.header__cta--tel {
  background-image: url(/assets/img/header/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  color: #FFF;
}
.header__cta--button {
  background-color: #a38249;
  position: relative;
  width: 60px;
}
.header__cta--button span:before {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: calc( 50% - 5px );
  left: calc( 50% - 12px );
  width: 24px;
}
.header__cta--button span:after {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: calc( 50% + 5px );
  left: calc( 50% - 12px );
  width: 24px;
}
.header__cta--button.open span:before,
.header__cta--button.open span:after {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header__cta--button.open span:before {
  -webkit-animation-name: bar_before;
          animation-name: bar_before;
}
.header__cta--button.open span:after {
  -webkit-animation-name: bar_after;
          animation-name: bar_after;
}

.header-pc {
  background-color: #FFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 615px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header-pc {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .header-pc {
    display: none;
  }
}
.header-pc .inner {
  height: 100%;
  max-width: none;
  padding: 0;
}

.header-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: load;
            animation-name: load;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    background-color: #1f233e;
    display: block;
    height: 60px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .header-sp .inner {
    padding-right: 0;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav-sp {
  display: none;
  background: rgba(31, 35, 62, 0.9);
  height: calc( 100vh - 60px );
  overflow: hidden;
  position: fixed;
  top: calc( -100vh - 60px );
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .nav-sp {
    display: block;
  }
}
.nav-sp.open {
  top: 60px;
  z-index: 4;
}
.nav-sp .inner {
  height: calc( 100vh - 60px );
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.nav-sp ul {
  padding: 20px 30px;
  width: 100%;
}
.nav-sp ul li {
  border-bottom: solid 1px #FFF;
  display: block;
  position: relative;
  width: 100%;
}
.nav-sp ul li:nth-last-child(1) {
  border-bottom: none;
}
.nav-sp ul li a {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}
.nav-sp ul li a:hover {
  opacity: 1;
}
.nav-sp ul li a:hover p {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom-color: #1f233e;
}
.nav-sp--menu ul {
  padding: 0 0 15px;
}
.nav-sp--menu ul li {
  border-bottom: none;
}
.nav-sp--menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0.6;
  padding: 10px 0;
}
.nav-sp__cta {
  border-top: solid 1px #FFF;
  padding-top: 15px;
  padding-bottom: 150px;
  width: 100%;
}
.nav-sp__cta--counseling, .nav-sp__cta--reservation, .nav-sp__cta--contact, .nav-sp__cta--online {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.nav-sp__cta--counseling span, .nav-sp__cta--reservation span, .nav-sp__cta--contact span, .nav-sp__cta--online span {
  color: #FFF;
  background-position: left center;
  background-size: auto 22px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
}
.nav-sp__cta--reservation span {
  background-image: url(/assets/img/nav/icon_reservation_sp.png);
  padding-left: 20px;
}
.nav-sp__cta--contact span {
  background-image: url(/assets/img/nav/icon_contact_sp.png);
}
.nav-sp__cta--online span {
  background-image: url(/assets/img/nav/icon_online_sp.png);
  padding-left: 20px;
}

html.open, body.open {
  -ms-touch-action: none;
      touch-action: none;
  /*height: 100vh;
  overflow: auto;*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.open::-webkit-scrollbar {
  display: none;
}

body.open::-webkit-scrollbar {
  display: none;
}

/* ==========================================================================
   Layout
========================================================================== */
.main {
  height: 100%;
  padding-left: 180px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-left: 130px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 60px;
    padding-left: 0;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
  background-color: #1f233e;
  padding: 100px 0 0 180px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 70px 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 30px;
    padding: 60px 0 0 0;
  }
}
.footer__deco-line {
  height: 72px;
  position: absolute;
  top: -36px;
  left: calc( 50% - 1px + 180px / 2 );
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .footer__deco-line {
    height: 64px;
    top: -32px;
    left: calc( 50% - 1px + 130px / 2 );
  }
}
@media screen and (max-width: 768px) {
  .footer__deco-line {
    left: calc( 50% - 1px );
  }
}
.footer__pagetop {
  display: block;
  height: 144px;
  position: absolute;
  top: 0;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop {
    height: 114px;
    right: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    height: 144px;
  }
}
.footer__pagetop img {
  height: auto;
  width: 14px;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop img {
    width: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop img {
    width: 14px;
  }
}
.footer__logo img {
  height: auto;
  width: 285px;
}
@media screen and (max-width: 1024px) {
  .footer__logo img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 200px;
  }
}
.footer .inner {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer .inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding-bottom: 30px;
  }
}
.footer__nav {
  width: calc( 100% - 180px );
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    width: calc( 100% - 130px );
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav ul {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    padding-right: 0;
    width: 45%;
  }
}
.footer__nav ul:nth-last-child(1) {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav ul:nth-last-child(1) {
    width: 55%;
  }
}
.footer__nav ul li {
  text-align: left;
}
.footer__nav ul li a {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul li a {
    font-size: 13px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 14px;
  }
}
.footer__nav ul li .parent:hover {
  opacity: 1;
}
.footer__nav--menu ul {
  width: 100% !important;
}
.footer__nav--menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.6;
  padding: 11px 0;
}
@media screen and (max-width: 1024px) {
  .footer__nav--menu ul li a {
    font-size: 12px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav--menu ul li a {
    font-size: 12px;
    padding: 7px 0;
  }
}
.footer__nav--menu ul li a:hover {
  opacity: 0.5;
}
.footer__nav--menu ul li a:before {
  content: "- ";
}
.footer__cta {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .footer__cta {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta {
    padding-bottom: 30px;
    width: 100%;
  }
}
.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
  .footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
    background-size: 20px auto;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
    background-size: 30px auto;
    font-size: 16px;
  }
}
.footer__cta--counseling {
  background-color: #a38249;
  color: #FFF;
  margin-bottom: 20px;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .footer__cta--counseling {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--counseling {
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.footer__cta--reservation {
  background-color: #1f233e;
  border: solid 1px #FFF;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__cta--reservation {
    border: none;
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.footer__cta--reservation p {
  background-image: url(/assets/img/footer/icon_reservation.png);
  background-position: left center;
  color: #FFF;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .footer__cta--reservation p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--reservation p {
    padding: 0 0 0 12px;
  }
}
.footer__cta--contact {
  background-color: #1f233e;
  background-image: url(/assets/img/footer/icon_contact.png);
  background-position: center;
  color: #FFF;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .footer__cta--contact {
    padding: 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--contact {
    background-size: 25px auto;
    margin-right: 15px;
    padding: 20px 0;
  }
}
.footer__cta--online {
  background-color: #FFF;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__cta--online {
    padding: 20px 0;
  }
}
.footer__cta--online p {
  background-image: url(/assets/img/footer/icon_online.png);
  background-position: left center;
  color: #a38249;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .footer__cta--online p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--online p {
    padding: 0 0 0 12px;
  }
}
.footer__copyright {
  background-color: #000;
  padding: 15px 0;
  text-align: center;
  padding: 10px 0;
}
.footer__copyright p {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .footer__copyright p {
    font-size: 13px;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Access
----------------------------------------------------------------- */
.access {
  margin-top: 0;
  position: relative;
}
.access__bg {
  background-image: url(/assets/img/main/access_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.access .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .access .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.access__text {
  color: #1f233e;
  font-size: 18px;
  margin-top: 70px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access__text {
    font-size: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .access__text br.tb {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .access__text br.tb {
    display: block;
  }
}
.access .button2 {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .access .button2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .access .button2 {
    margin: 30px 0 0 auto;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load_in_mask {
  0% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
  1% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  99% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  100% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
}
@keyframes load_in_mask {
  0% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
  1% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  99% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  100% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
}
@-webkit-keyframes load_in_mask--sp {}
@keyframes load_in_mask--sp {}
@-webkit-keyframes load_in_fade {
  0% {
    opacity: 1;
    z-index: 3;
  }
  99% {
    opacity: 0;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes load_in_fade {
  0% {
    opacity: 1;
    z-index: 3;
  }
  99% {
    opacity: 0;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes load_in_fade--sp {}
@keyframes load_in_fade--sp {}
@-webkit-keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@-webkit-keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@-webkit-keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@-webkit-keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@-webkit-keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@-webkit-keyframes bar_before {
  0% {
    top: calc( 50% - 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bar_before {
  0% {
    top: calc( 50% - 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bar_after {
  0% {
    top: calc( 50% + 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bar_after {
  0% {
    top: calc( 50% + 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@-webkit-keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@-webkit-keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@-webkit-keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@-webkit-keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
}
@keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
}
@-webkit-keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
}
@keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
}
@-webkit-keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
}
@keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
}
@-webkit-keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
}
@keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
}
@-webkit-keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
}
@keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
}
@-webkit-keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
}
@keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
}
@-webkit-keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes mv_bnr {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_bnr--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_bnr--sp {
  0% {
    right: -768px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr--sp {
  0% {
    right: -768px;
  }
  100% {
    right: 0;
  }
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button1 {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #a38249;
  background-image: url(/assets/img/main/arrow-button.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #FFF;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-top: 50px;
  max-width: 300px;
  padding: 20px 24px 20px 0;
  width: 100%;
}
.button1:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .button1 {
    background-size: 28px auto;
    font-size: 14px;
    margin-top: 30px;
    max-width: 240px;
    padding: 16px 18px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .button1 {
    background-size: 32px auto;
    font-size: 18px;
    margin-top: 50px;
    max-width: none;
    padding: 18px 22px 18px 0;
    width: 100%;
  }
}

.button2 {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button2-out;
          animation-name: button2-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-image: url(/assets/img/main/arrow-button2.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border-bottom: solid 1px #1f233e;
  color: #1f233e;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 25px 10px 0;
}
@media screen and (max-width: 1024px) {
  .button2 {
    background-size: 6px auto;
    font-size: 15px;
    padding: 7px 20px 7px 0;
  }
}
@media screen and (max-width: 768px) {
  .button2 {
    background-size: 8px auto;
    font-size: 20px;
    padding: 10px 25px 10px 0;
  }
}
.button2:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button2-over;
          animation-name: button2-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Crumbs
----------------------------------------------------------------- */
.crumbs {
  padding: 15px 20px;
}
.crumbs a, .crumbs p {
  color: #969696;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .crumbs a, .crumbs p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .crumbs a, .crumbs p {
    font-size: 11px;
  }
}
.crumbs a {
  display: inline-block;
}
.crumbs a::after {
  content: "／";
  padding: 0 10px;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .head {
    font-size: 18px;
  }
}
.head span {
  display: inline-block;
  margin-right: 15px;
  height: 2px;
  width: 22px;
}
@media screen and (max-width: 1024px) {
  .head span {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .head span {
    width: 20px;
  }
}
.head.navy {
  color: #1f233e;
}
.head.navy span {
  background-color: #1f233e;
}
.head.white {
  color: #FFF;
}
.head.white span {
  background-color: #FFF;
}

.deco-head {
  font-family: "Dancing Script", cursive;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .deco-head {
    font-size: 70px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .deco-head {
    top: 30px;
    right: 30px;
  }
}
.deco-head span {
  opacity: 0.2;
}
.deco-head span.white {
  color: #FFF;
}
.deco-head span.gold {
  color: #a38249;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
  margin: 0 auto;
  max-width: 1186px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 30px;
    width: 100%;
  }
}

.page .inner {
  max-width: 1100px;
}

.inner--4 {
  margin: 0 auto;
  width: calc( 100% / 6 * 4 );
}
@media screen and (max-width: 1024px) {
  .inner--4 {
    width: calc( 100% / 6 * 5 );
  }
}
@media screen and (max-width: 768px) {
  .inner--4 {
    width: 100%;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Title
----------------------------------------------------------------- */
.title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 8px #a38249;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .title {
    border-width: 6px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    border-width: 8px;
    height: 180px;
  }
}
.title__deco-head {
  color: #a38249;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__deco-head {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .title__deco-head {
    font-size: 48px;
  }
}
.title__head {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__head {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title__head {
    font-size: 20px;
    padding-top: 20px;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Schedule
----------------------------------------------------------------- */
.schedule .inner {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .schedule .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.schedule .deco-head {
  right: auto;
  left: 50px;
  top: 120px;
}
@media screen and (max-width: 1024px) {
  .schedule .deco-head {
    left: 30px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .deco-head {
    right: 30px;
    left: auto;
    top: 30px;
  }
}
.schedule__text {
  padding: 0 70px 0 0;
  text-align: right;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .schedule__text {
    padding: 0 50px 0 0;
    text-align: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__text {
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.schedule__text p {
  font-size: 18px;
  color: #1f233e;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .schedule__text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__text p {
    font-size: 16px;
    margin: 0 auto;
  }
}
.schedule__table {
  display: table;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .schedule__table {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table {
    margin-top: 70px;
    width: 100%;
  }
}
.schedule__table th, .schedule__table td {
  border-left: solid 2px #dedee2;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .schedule__table th, .schedule__table td {
    padding: 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table th, .schedule__table td {
    padding: 5px 0;
  }
}
.schedule__table th:nth-last-child(1), .schedule__table td:nth-last-child(1) {
  border-right: solid 2px #dedee2;
}
.schedule__table th {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .schedule__table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table th {
    font-size: 16px;
  }
}
.schedule__table td {
  color: #a38249;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .schedule__table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table td {
    font-size: 16px;
  }
}
.schedule__table td span {
  color: #000;
  font-weight: 700;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Reservation
----------------------------------------------------------------- */
.reservation {
  background-color: #a38249;
  position: relative;
}
.reservation .inner {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .reservation .inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.reservation__bg {
  background-image: url(/assets/img/main/reservation_bg.png);
  background-position: left 50px;
  background-repeat: no-repeat;
  background-size: 574px 90px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reservation__bg {
    background-position: -35px 30px;
    background-size: 420px auto;
  }
}
@media screen and (max-width: 768px) {
  .reservation__bg {
    display: none;
  }
}
.reservation__head {
  display: none;
}
@media screen and (max-width: 768px) {
  .reservation__head {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
}
.reservation__head span {
  border-bottom: solid 2px #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 25px;
  text-align: center;
}
.reservation__tel {
  height: 100%;
  margin-top: 30px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .reservation__tel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel {
    margin-top: 30px;
    width: 100%;
  }
}
.reservation__tel a {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .reservation__tel a {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel a {
    font-size: 32px;
  }
}
.reservation__tel a span {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .reservation__tel a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel a span {
    font-size: 25px;
  }
}
.reservation__tel p {
  color: #FFF;
  font-size: 18px;
  opacity: 0.7;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reservation__tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel p {
    font-size: 18px;
    padding-top: 20px;
  }
}
.reservation__button {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: reservation_button-out;
          animation-name: reservation_button-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-color: #1f233e;
  background-image: url(/assets/img/main/icon_reservation.png), url(/assets/img/main/arrow_reservation.png);
  background-position: center 40px, center 80%;
  background-repeat: no-repeat;
  background-size: 45px auto, 21px auto;
  color: #FFF;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 30px;
  padding: 95px 0 70px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .reservation__button {
    -webkit-animation-name: reservation_button-out--tb;
            animation-name: reservation_button-out--tb;
  }
}
.reservation__button:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: reservation_button-over;
          animation-name: reservation_button-over;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 1024px) {
  .reservation__button:hover {
    -webkit-animation-name: reservation_button-over--tb;
            animation-name: reservation_button-over--tb;
  }
}
@media screen and (max-width: 1024px) {
  .reservation__button {
    background-position: center 26px, center 80%;
    background-size: 32px auto, 17px auto;
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__button {
    margin-top: 40px;
    width: 100%;
  }
}
.reservation__button span {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .reservation__button span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__button span {
    font-size: 28px;
  }
}

.title {
  background-image: url(/assets/img/main/thanks/title_bg.jpg);
}

.thanks {
  margin: 0 auto;
  padding: 40px 0 100px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    padding: 20px 0 70px;
  }
}
.thanks .block {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks .block {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .thanks .block {
    padding-top: 70px;
  }
}
.thanks p {
  color: #1f233e;
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
  line-break: strict;
}
@media screen and (max-width: 1024px) {
  .thanks p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks p {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .thanks p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .thanks p {
    font-size: 14px;
  }
}
.thanks h2 {
  border-bottom: solid 1px #a38249;
  color: #a38249;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .thanks h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .thanks h2 {
    font-size: 19px;
  }
}
.thanks ol, .thanks ul {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks ol, .thanks ul {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks ol, .thanks ul {
    padding-top: 30px;
  }
}
.thanks ol li, .thanks ul li {
  color: #1f233e;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks ol li, .thanks ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .thanks ol li, .thanks ul li {
    font-size: 14px;
  }
}
.thanks dl {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks dl {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks dl {
    padding-top: 30px;
  }
}
.thanks dl dt, .thanks dl dd {
  color: #1f233e;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks dl dt, .thanks dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .thanks dl dt, .thanks dl dd {
    font-size: 14px;
  }
}
.thanks__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__item {
    margin-bottom: 30px;
  }
}
.thanks__item dl dt, .thanks__item dl dd {
  text-align: left;
}
.thanks__item dl dt {
  color: #1f233e;
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks__item dl dt {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__item dl dt {
    font-size: 14px;
    padding-top: 30px;
  }
}
.thanks__item dl dt .attention {
  color: #1f233e;
  display: block;
  font-size: 12px;
  padding: 10px 0 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks__item dl dt .attention {
    font-size: 10px;
    padding: 7px 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__item dl dt .attention {
    font-size: 12px;
    padding: 10px 0 10px;
  }
}
.thanks__item dl dd {
  padding-top: 10px;
}
.thanks input[type=text],
.thanks input[type=email],
.thanks textarea,
.thanks input[type=checkbox] {
  border: solid 1px #c8c8c8;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks input[type=text],
.thanks input[type=email],
.thanks textarea,
.thanks input[type=checkbox] {
    border-radius: 4px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .thanks input[type=text],
.thanks input[type=email],
.thanks textarea,
.thanks input[type=checkbox] {
    border-radius: 4px;
    padding: 10px;
    width: 100%;
  }
}
.thanks input[type=text],
.thanks input[type=email] {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .thanks input[type=text],
.thanks input[type=email] {
    width: 100%;
  }
}
.thanks input[type=text],
.thanks input[type=email],
.thanks textarea {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .thanks .mwform-tel-field input[type=text] {
    width: 28%;
  }
}
.thanks textarea {
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .thanks textarea {
    height: 170px;
  }
}
.thanks .error {
  font-size: 14px !important;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks .error {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .thanks .error {
    font-size: 14px !important;
  }
}
.thanks__policy {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy {
    padding-top: 30px;
  }
}
.thanks__policy p {
  color: #1f233e;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy p {
    font-size: 12px;
  }
}
.thanks__policy p a {
  color: #1f233e;
}
.thanks__policy__checkbox {
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy__checkbox {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy__checkbox {
    font-size: 14px;
    padding-top: 30px;
  }
}
.thanks__policy__checkbox .error {
  font-size: 14px !important;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .thanks__policy__checkbox .error {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy__checkbox .error {
    font-size: 14px !important;
  }
}
.thanks__policy .button {
  border: solid 1px #a38249;
  color: #a38249;
  display: inline-block;
  font-size: 16px;
  margin-top: 50px;
  max-width: 300px;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .thanks__policy .button {
    font-size: 14px;
    margin-top: 30px;
    max-width: 240px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy .button {
    font-size: 14px;
    margin-top: 50px;
    padding: 15px 0;
  }
}
.thanks__policy label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.thanks__policy input[type=checkbox] {
  border: solid 1px #000;
  border-radius: 0;
  height: 15px;
  margin-right: 5px;
  opacity: 1;
  padding: 0;
  width: 15px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy input[type=checkbox] {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy input[type=checkbox] {
    height: 15px;
    width: 15px;
  }
}
.thanks__policy input[type=checkbox]:checked::before {
  background-image: url(/assets/img/main/contact/checkbox_check.png);
  background-position: center;
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 11px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy input[type=checkbox]:checked::before {
    background-size: 9px;
    height: 9px;
    top: 9px;
    left: 2px;
    width: 9px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy input[type=checkbox]:checked::before {
    background-size: 11px;
    height: 11px;
    top: 10px;
    left: 2px;
    width: 11px;
  }
}
.thanks__policy .mwform-checkbox-field-text {
  color: #1f233e;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .thanks__policy .mwform-checkbox-field-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__policy .mwform-checkbox-field-text {
    font-size: 13px;
  }
}
.thanks__submit input[type=submit] {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #a38249;
  background-image: url(/assets/img/main/arrow-button.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 50px 10px 0;
  max-width: 320px;
  padding: 20px 24px 20px 0;
  width: 100%;
}
.thanks__submit input[type=submit]:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .thanks__submit input[type=submit] {
    background-size: 28px auto;
    font-size: 17px;
    margin: 30px 7px 0;
    max-width: 300px;
    padding: 16px 18px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks__submit input[type=submit] {
    background-size: 32px auto;
    font-size: 20px;
    margin: 30px 0 0;
    max-width: none;
    padding: 18px 22px 18px 0;
    width: 100%;
  }
}
.thanks__submit .button-back {
  background: rgba(31, 35, 62, 0.5) !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .thanks__submit .button-back {
    margin: 30px 0 0 !important;
  }
}

.thanks__btn--mypage {
  background-color: #a38249;
  color: #FFF;
  margin: 30px auto;
  padding: 16px 0;
  width: 300px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.005em;
  display: block;
}