@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-Medium.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-Medium.woff") format("woff");
}
@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-SemiBold.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ZenOldMinchotateOnly";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Zen_Old_Mincho_tateOnly/ZenOldMincho-Medium.woff2") format("woff2"), url("../fonts/Zen_Old_Mincho_tateOnly/ZenOldMincho-Medium.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #383838;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.8em;
  }
}
a.on--opa {
  display: inline-block;
}

.on--popup {
  position: relative;
  display: block;
}

.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.on--opa:hover {
    opacity: 0.8;
  }
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
.text p {
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/* ------------------------------------------- aos - */
[data-aos=fade-up] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 2s linear, -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 2s linear, -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s linear;
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s linear, -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-aos=fade-up].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* keyframes
-------------------------------------------------------*/
@-webkit-keyframes wave {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes wave {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(-50%);
            transform: translateX(100%) translateY(-50%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(-50%);
            transform: translateX(100%) translateY(-50%);
  }
}
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes transformRightLeftReverse {
  0% {
    -webkit-transform: translateX(0) translateY(-50%) rotateY(180deg);
            transform: translateX(0) translateY(-50%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%) rotateY(180deg);
            transform: translateX(-100%) translateY(-50%) rotateY(180deg);
  }
}
@keyframes transformRightLeftReverse {
  0% {
    -webkit-transform: translateX(0) translateY(-50%) rotateY(180deg);
            transform: translateX(0) translateY(-50%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%) rotateY(180deg);
            transform: translateX(-100%) translateY(-50%) rotateY(180deg);
  }
}
@-webkit-keyframes transformLeftRightReverse {
  0% {
    -webkit-transform: translateX(100%) translateY(-50%) rotateY(180deg);
            transform: translateX(100%) translateY(-50%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotateY(180deg);
            transform: translateX(0) translateY(-50%) rotateY(180deg);
  }
}
@keyframes transformLeftRightReverse {
  0% {
    -webkit-transform: translateX(100%) translateY(-50%) rotateY(180deg);
            transform: translateX(100%) translateY(-50%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotateY(180deg);
            transform: translateX(0) translateY(-50%) rotateY(180deg);
  }
}
/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 14.6666666667vw;
  z-index: 8888;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18.6666666667vw 0 4vw;
  width: 100%;
  height: 14.6666666667vw;
  background-color: #ffffff;
  z-index: 2;
}

.header-logo {
  position: relative;
  top: -0.8vw;
  width: 54.5333333333vw;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-top {
    position: fixed;
  }
  .header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 12.5vw;
  }
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 2.0833333333vw;
    height: 5.5555555556vw;
  }
  .header-logo {
    top: -0.4166666667vw;
    width: 28.4027777778vw;
  }
  .header-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.6944444444vw;
    width: auto;
  }
  .header-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 17.3611111111vw;
    height: 5.5555555556vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
    background-size: cover;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-btn a:hover {
    opacity: 0.9;
  }
  .header-btn a p {
    position: relative;
    padding-left: 4.8611111111vw;
    color: #ffffff;
    font-size: 0.9027777778vw;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
  .header-btn a p span {
    display: inline-block;
    font-family: "ZenOldMincho", sans-serif;
    font-size: 1.3888888889vw;
    line-height: 1em;
    letter-spacing: 0.12em;
  }
  .header-btn a p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.header-btn--line {
    position: absolute;
    top: 0;
    left: -11.8055555556vw;
    padding: 0 1em;
    width: 11.1111111111vw;
    height: 3.4722222222vw;
    background-color: #06c755;
    border: 2px solid #06c755;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a.header-btn--line p {
    padding-left: 0;
    line-height: 1.4;
    color: #ffffff;
  }
  a.header-btn--line p span {
    font-size: 1.1111111111vw;
  }
  a.header-btn--line:hover {
    background-color: #ffffff;
    border-color: #06c755;
  }
  a.header-btn--line:hover p {
    color: #06c755;
  }
  .header-btn--book {
    background-image: url(../img/common/bg-bl.jpg);
    background-image: image-set(url(../img/common/bg-bl.jpg) 1x, url(../img/common/bg-bl-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg-bl.jpg) 1x, url(../img/common/bg-bl-2x.jpg) 2x);
  }
  .header-btn--book p:before {
    width: 4.0972222222vw;
    height: 2.5694444444vw;
    background-image: url(../img/inquiry/pc.svg);
  }
  .header-btn--contact {
    background-image: url(../img/common/bg-rd.jpg);
    background-image: image-set(url(../img/common/bg-rd.jpg) 1x, url(../img/common/bg-rd-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg-rd.jpg) 1x, url(../img/common/bg-rd-2x.jpg) 2x);
  }
  .header-btn--contact p:before {
    width: 4.0277777778vw;
    height: 3.9583333333vw;
    background-image: url(../img/inquiry/stationery.svg);
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 180px;
  }
  .header-top {
    padding-left: 30px;
    height: 80px;
  }
  .header-logo {
    top: -6px;
    width: 409px;
  }
  .header-btn {
    gap: 0 10px;
  }
  .header-btn a {
    width: 250px;
    height: 80px;
    border-radius: 0 0 5px 5px;
  }
  .header-btn a p {
    padding-left: 70px;
    font-size: 1.3rem;
  }
  .header-btn a p span {
    font-size: 2rem;
  }
  a.header-btn--line {
    left: -170px;
    width: 160px;
    height: 50px;
  }
  a.header-btn--line p {
    padding-left: 0;
  }
  a.header-btn--line p span {
    font-size: 1.6rem;
  }
  .header-btn--book p:before {
    width: 59px;
    height: 37px;
  }
  .header-btn--contact p:before {
    width: 58px;
    height: 57px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 14.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 180px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 12.1333333333vw;
  padding: 10.6666666667vw 0 6.6666666667vw 0;
  background-image: url(../img/footer/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
    padding: 5.5555555556vw 0;
    background-image: url(../img/footer/bg.jpg);
    background-image: image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 80px 0;
  }
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 15, 2, 0.8);
}

.footer--none {
  margin-bottom: 0;
}

.footer > div:not(.float) {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 88vw;
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .footer > div:not(.float) {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer > div:not(.float) {
    width: 1000px;
  }
}

/* ------------------------------------------- top - */
.footer-logo {
  margin: 0 auto 10.6666666667vw auto;
  width: 100%;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-name {
  font-size: 4.2666666667vw;
  line-height: 1.75em;
}

.footer-add {
  margin-top: 1em;
}
.footer-add p {
  font-size: 3.6vw;
  line-height: 1.75em;
}
.footer-add p:nth-child(n+2) {
  margin-top: 0.8em;
}

.footer-inquiry {
  margin-top: 13.3333333333vw;
}

.footer-tel {
  text-align: center;
}

.footer-tel a {
  display: inline-block;
  font-family: "Bellefair", serif;
  font-size: 8vw;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.footer-time {
  margin-top: 4.6666666667vw;
  font-size: 4vw;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin: 8vw auto 0 auto;
  width: 80vw;
}

.footer-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 5.3333333333vw;
}
.footer-btn a span {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.footer-btn--book {
  color: #1a2f88;
}

.footer-btn--contact {
  color: #5c1500;
}

a.footer-btn--line {
  background-color: #06c755;
  color: #ffffff;
  width: 29.3333333333vw;
  height: 9.3333333333vw;
}
a.footer-btn--line span {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info {
    width: 28.4722222222vw;
  }
  .footer-logo {
    margin-bottom: 4.1666666667vw;
    width: 100%;
  }
  .footer-name {
    font-size: 1.25vw;
  }
  .footer-inquiry {
    margin: 0;
    padding-top: 1.0416666667vw;
    width: 34.7222222222vw;
  }
  .footer-tel {
    text-align: right;
  }
  .footer-tel a {
    font-size: 2.7777777778vw;
    pointer-events: none;
  }
  .footer-time {
    margin-top: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .footer-add p {
    font-size: 0.9722222222vw;
  }
  .footer-btn {
    gap: 0.6944444444vw;
    margin: 4.1666666667vw 0 0 0;
    width: 100%;
  }
  .footer-btn a {
    width: 16.6666666667vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .footer-btn a span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-btn--book:hover {
    background-color: #1a2f88;
  }
  .footer-btn--book:hover span {
    color: #ffffff;
  }
  .footer-btn--contact:hover {
    background-color: #5c1500;
  }
  .footer-btn--contact:hover span {
    color: #ffffff;
  }
  a.footer-btn--line {
    width: 10.4166666667vw;
    height: 3.4722222222vw;
  }
  a.footer-btn--line span {
    font-size: 1.1111111111vw;
  }
  .footer-btn--line:hover {
    background-color: #ffffff;
  }
  .footer-btn--line:hover span {
    color: #06c755;
  }
}
@media screen and (min-width: 1441px) {
  .footer-info {
    width: 410px;
  }
  .footer-logo {
    margin-bottom: 60px;
  }
  .footer-name {
    font-size: 1.8rem;
  }
  .footer-add p {
    font-size: 1.4rem;
  }
  .footer-inquiry {
    padding-top: 15px;
    width: 500px;
  }
  .footer-tel a {
    font-size: 4rem;
  }
  .footer-time {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .footer-btn {
    gap: 10px;
    margin-top: 60px;
  }
  .footer-btn a {
    width: 240px;
    height: 80px;
    border-radius: 40px;
  }
  .footer-btn a span {
    font-size: 2rem;
  }
  a.footer-btn--line {
    width: 150px;
    height: 50px;
  }
  a.footer-btn--line span {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- navi - */
.footer-navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6.9444444444vw;
}

.footer-navi > div > div:nth-child(n+2) {
  margin-top: 30px;
}

.footer-navi-menu a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 1.25vw;
  line-height: 1em;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-navi-menu a:hover {
  color: #bacbfe;
}

.footer-navi-menu a:nth-child(n+2) {
  margin-top: 2.0833333333vw;
}

.footer-navi-parent {
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 1.25vw;
  line-height: 1em;
  letter-spacing: 0.08em;
}

.footer-navi-child {
  position: relative;
  margin: 1.7361111111vw 0 0 0.8333333333vw;
  padding: 0.5555555556vw 0 0.5555555556vw 1.3888888889vw;
}
.footer-navi-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0694444444vw;
  height: 100%;
  background-color: #ffffff;
}

.footer-navi-child a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 0.9722222222vw;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-navi-child a:hover {
  color: #bacbfe;
}

.footer-navi-child a:nth-child(n+2) {
  margin-top: 0.8em;
}

@media screen and (min-width: 1441px) {
  .footer-navi {
    margin-top: 100px;
  }
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-menu a {
    font-size: 1.8rem;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-parent {
    font-size: 1.8rem;
  }
  .footer-navi-child {
    margin: 25px 0 0 12px;
    padding: 8px 0 8px 20px;
  }
  .footer-navi-child:before {
    width: 1px;
  }
  .footer-navi-child a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
/* ------------------------------------------- bar - */
.footer-bar {
  margin-top: 13.3333333333vw;
}

.footer-copy {
  font-size: 3.2vw;
  text-align: center;
}
.footer-copy span {
  font-size: 3.7333333333vw;
}

@media screen and (max-width: 750px) {
  .footer-subnavi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.9444444444vw;
  }
  .footer-subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-subnavi a {
    position: relative;
    display: block;
    padding-left: 1.1805555556vw;
    color: #ffffff;
    font-size: 0.8333333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-subnavi a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    background-image: url(../img/footer/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-subnavi a:hover {
    color: #bacbfe;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 2em;
  }
  .footer-copy {
    font-size: 0.8333333333vw;
  }
  .footer-copy span {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bar {
    margin-top: 100px;
  }
  .footer-subnavi a {
    padding-left: 17px;
    font-size: 1.2rem;
  }
  .footer-subnavi a:before {
    width: 5px;
    height: 8px;
  }
  .footer-copy {
    font-size: 1.2rem;
  }
  .footer-copy span {
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- btn - */
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  width: calc(100% - 9.3333333333vw);
  height: 13.3333333333vw;
  border-radius: 0.6666666667vw 0 0 0.6666666667vw;
  line-height: 13.3333333333vw;
  overflow: hidden;
}
.btn-box > span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
}

.btn-box > span:nth-child(1) {
  bottom: 0;
}

.btn-box > span:nth-child(2) {
  bottom: -100%;
}

.btn-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vw;
  height: 13.3333333333vw;
  border-radius: 0 0.6666666667vw 0.6666666667vw 0;
  overflow: hidden;
}
.btn-arrow:before, .btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.btn-arrow:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-arrow:after {
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

.btn--bk .btn-box {
  background-image: url(../img/common/bg-bk.jpg);
  background-image: image-set(url(../img/common/bg-bk.jpg) 1x, url(../img/common/bg-bk-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-bk.jpg) 1x, url(../img/common/bg-bk-2x.jpg) 2x);
}
.btn--bk .btn-box span {
  color: #ffffff;
}
.btn--bk .btn-arrow {
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
}
.btn--bk .btn-arrow:before, .btn--bk .btn-arrow:after {
  background-image: url(../img/common/arrow-bl.svg);
}

.btn--rd .btn-box {
  background-color: #ffffff;
}
.btn--rd .btn-box span {
  color: #5c1500;
}
.btn--rd .btn-arrow {
  background-image: url(../img/common/bg-pk.jpg);
  background-image: image-set(url(../img/common/bg-pk.jpg) 1x, url(../img/common/bg-pk-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pk.jpg) 1x, url(../img/common/bg-pk-2x.jpg) 2x);
}
.btn--rd .btn-arrow:before, .btn--rd .btn-arrow:after {
  background-image: url(../img/common/arrow-rd.svg);
}

.mv-btn a .btn-box,
.consul-btn a .btn-box {
  padding: 0 0 0.1em 5.3333333333vw;
  height: 19.6vw;
  line-height: 1em;
}
.mv-btn a .btn-box > div > p,
.consul-btn a .btn-box > div > p {
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}
.mv-btn a .btn-box > div > p:nth-child(1),
.consul-btn a .btn-box > div > p:nth-child(1) {
  margin-bottom: 1em;
  font-size: 2.6666666667vw;
}
.mv-btn a .btn-box > div > p:nth-child(2),
.consul-btn a .btn-box > div > p:nth-child(2) {
  font-size: 3.7333333333vw;
}
.mv-btn a .btn-box:before,
.consul-btn a .btn-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  display: inline-block;
  width: 7.2vw;
  height: 11.4666666667vw;
  background-image: url(../img/common/binder.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}
.mv-btn a .btn-arrow,
.consul-btn a .btn-arrow {
  height: 19.6vw;
}

@media screen and (min-width: 751px) {
  .btn-box {
    width: calc(100% - 4.8611111111vw);
    height: 6.25vw;
    border-radius: 0.3472222222vw 0 0 0.3472222222vw;
    line-height: 6.25vw;
  }
  .btn-box > span {
    font-size: 1.5277777778vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-arrow {
    width: 4.1666666667vw;
    height: 6.25vw;
    border-radius: 0 0.3472222222vw 0.3472222222vw 0;
  }
  .btn-arrow:before, .btn-arrow:after {
    height: 0.8333333333vw;
  }
  .btn:hover .btn-box > span:nth-child(1) {
    bottom: 100%;
  }
  .btn:hover .btn-box > span:nth-child(2) {
    bottom: 0;
  }
  .btn:hover .btn-arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn:hover .btn-arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .mv-btn a .btn-box,
  .consul-btn a .btn-box {
    padding: 0 0 0.1em 2.4305555556vw;
    height: 7.4305555556vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mv-btn a .btn-box > div > p:nth-child(1),
  .consul-btn a .btn-box > div > p:nth-child(1) {
    font-size: 0.9722222222vw;
  }
  .mv-btn a .btn-box > div > p:nth-child(2),
  .consul-btn a .btn-box > div > p:nth-child(2) {
    font-size: 1.5277777778vw;
  }
  .mv-btn a .btn-box:before,
  .consul-btn a .btn-box:before {
    left: 2.4305555556vw;
    width: 2.7777777778vw;
    height: 4.4444444444vw;
  }
  .mv-btn a .btn-arrow,
  .consul-btn a .btn-arrow {
    height: 7.4305555556vw;
  }
  .mv-btn a:hover .btn-box,
  .consul-btn a:hover .btn-box {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .btn-box {
    width: calc(100% - 70px);
    height: 90px;
    border-radius: 5px 0 0 5px;
    line-height: 90px;
  }
  .btn-box > span {
    font-size: 2.2rem;
  }
  .btn-arrow {
    width: 60px;
    height: 90px;
    border-radius: 0 5px 5px 0;
  }
  .btn-arrow:before, .btn-arrow:after {
    height: 12px;
  }
  .mv-btn a .btn-box,
  .consul-btn a .btn-box {
    padding: 0 0 0.1em 35px;
    height: 107px;
  }
  .mv-btn a .btn-box > div > p:nth-child(1),
  .consul-btn a .btn-box > div > p:nth-child(1) {
    font-size: 1.4rem;
  }
  .mv-btn a .btn-box > div > p:nth-child(2),
  .consul-btn a .btn-box > div > p:nth-child(2) {
    font-size: 2.2rem;
  }
  .mv-btn a .btn-box:before,
  .consul-btn a .btn-box:before {
    left: 35px;
    width: 40px;
    height: 64px;
  }
  .mv-btn a .btn-arrow,
  .consul-btn a .btn-arrow {
    height: 107px;
  }
}
/* ------------------------------------------- arrow - */
.arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.6vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.arrow:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow:after {
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

@media screen and (min-width: 751px) {
  .arrow {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 0.3472222222vw;
  }
  .arrow:before, .arrow:after {
    height: 0.8333333333vw;
  }
  .on--btn:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .on--btn:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .arrow {
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }
  .arrow:before, .arrow:after {
    height: 12px;
  }
}
/*  call
-------------------------------------------------------------------------------*/
.call {
  position: absolute;
  top: 1.3333333333vw;
  right: 14.6666666667vw;
  width: 12vw;
  height: 12vw;
  background-color: #1a2f88;
  border-radius: 0.6666666667vw;
  z-index: 8888;
  cursor: pointer;
}

.call a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.call a img {
  width: 4.5333333333vw;
}

@media screen and (min-width: 751px) {
  .call {
    display: none;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
  }
  .drawer-in {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 26.6666666667vw 0 13.3333333333vw 0;
    height: 100%;
    overflow-x: scroll;
  }
}
/* ------------------------------------------- inquiry - */
.drawer-tel {
  text-align: center;
}

.drawer-tel a {
  display: inline-block;
  font-family: "Bellefair", serif;
  font-size: 8.5333333333vw;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.drawer-time {
  margin-top: 4.6666666667vw;
  font-size: 4vw;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

.drawer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin: 8vw auto 0 auto;
  width: 80vw;
}

.drawer-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 5.3333333333vw;
}
.drawer-btn a span {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.drawer-btn--book {
  border-color: #1a2f88;
  color: #1a2f88;
}

.drawer-btn--contact {
  border-color: #5c1500;
  color: #5c1500;
}

a.drawer-btn--line {
  width: 30.6666666667vw;
  border-color: #06c755;
  color: #06c755;
}
a.drawer-btn--line span {
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 751px) {
  .drawer-inquiry {
    display: none;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12.1333333333vw;
  background-color: #ffffff;
  z-index: 6666;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.1333333333vw;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.1em;
  height: 12vw;
  background-size: cover;
}

.float-btn a p {
  position: relative;
  padding-left: 12.6666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
.float-btn a p span {
  display: inline-block;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1em;
  letter-spacing: 0.12em;
}
.float-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--book {
  width: 49.8666666667vw;
  background-image: url(../img/common/bg-bl_sp.jpg);
  border-radius: 0 0.6666666667vw 0 0;
}
.float-btn--book p:before {
  width: 7.8666666667vw;
  height: 4.9333333333vw;
  background-image: url(../img/inquiry/pc.svg);
}

.float-btn--contact {
  width: 49.8666666667vw;
  background-image: url(../img/common/bg-rd_sp.jpg);
  border-radius: 0.6666666667vw 0 0 0;
}
.float-btn--contact p:before {
  width: 9.3333333333vw;
  height: 9.0666666667vw;
  background-image: url(../img/inquiry/stationery.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  form
-------------------------------------------------------------------------------*/
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-consent .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #5c1500 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin-top: 6.6666666667vw;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-color: rgba(47, 39, 37, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navi > li > div {
    position: relative;
  }
  .navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi-parent.is-open:nth-child(1):after {
    background-image: url(../img/header/up.svg);
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-menu {
    position: relative;
    padding: 5.3333333333vw 14.6666666667vw 5.3333333333vw 4vw;
    width: 100%;
    font-size: 4.8vw;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 4vw;
    width: 80.5333333333vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0;
    font-size: 4vw;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4722222222vw;
    margin-right: 4.1666666667vw;
    height: 6.9444444444vw;
  }
  .navi > li {
    position: relative;
  }
  .navi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.9444444444vw;
    font-size: 1.1111111111vw;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
  .navi-menu span {
    display: inline-block;
  }
  .navi li:hover .navi-menu span {
    -webkit-animation-name: wave;
            animation-name: wave;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
    -webkit-animation-delay: calc(var(--i) * 0.1s);
            animation-delay: calc(var(--i) * 0.1s);
  }
  .navi-parent .navi-menu {
    position: relative;
    padding-right: 2.0833333333vw;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 85%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 13.8888888889vw;
    height: auto;
    background-color: #f7f3ef;
    border-color: #5c1500;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi--large .navi-submenu {
    width: 15.2777777778vw;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw 0.3472222222vw;
    border-bottom-color: rgba(92, 21, 0, 0.3);
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:hover {
    color: #5c1500;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    gap: 50px;
    margin-right: 60px;
    height: 100px;
  }
  .navi-menu {
    height: 100px;
    font-size: 1.6rem;
  }
  .navi-parent .navi-menu {
    padding-right: 30px;
  }
  .navi-parent .navi-menu:before {
    width: 20px;
    height: 20px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 200px;
    border-width: 2px;
    border-radius: 5px;
  }
  .navi--large .navi-submenu {
    width: 220px;
  }
  .navi-submenu-list a {
    padding: 10px 5px;
    border-bottom-width: 1px;
    font-size: 1.4rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.heading-catch {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 2.2em;
}
.heading-catch span {
  position: relative;
  padding-bottom: 0.3em;
}
.heading-catch span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #5c1500;
}
@media screen and (min-width: 751px) {
  .heading-catch {
    font-size: 1.9444444444vw;
    line-height: 2.32em;
  }
  .heading-catch span:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch {
    font-size: 2.8rem;
  }
  .heading-catch span:after {
    height: 3px;
  }
}

.heading-ja {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 3.6rem;
  }
}

.heading-en {
  font-family: "Bellefair", serif;
  font-size: 4.5333333333vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 2.6rem;
  }
}

.heading-lead {
  margin-top: 6vw;
}
@media screen and (max-width: 750px) {
  .heading-lead {
    margin-left: auto;
    margin-right: auto;
    width: 78vw;
  }
}
@media screen and (min-width: 751px) {
  .heading-lead {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead {
    margin-top: 90px;
  }
}
.heading-lead p {
  font-size: 4vw;
  text-align: left;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .heading-lead p {
    font-size: 1.25vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead p {
    font-size: 1.8rem;
  }
}

/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  width: 13.0666666667vw;
  height: 13.0666666667vw;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(4, 4, 4, 0.3);
          box-shadow: 0px 5px 7px 0px rgba(4, 4, 4, 0.3);
  cursor: pointer;
}

.slide-prev {
  background-image: url(../img/slide/prev.svg);
}

.slide-next {
  background-image: url(../img/slide/next.svg);
}

@media screen and (max-width: 750px) {
  .slide-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 40vw;
    height: 13.0666666667vw;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .slide-prev:hover {
    background-image: url(../img/slide/prev-on.svg);
  }
  .slide-next:hover {
    background-image: url(../img/slide/next-on.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-prev {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-next {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 70px;
    height: 70px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  z-index: 1;
}

.slide-pagination {
  bottom: auto !important;
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.4vw;
  height: 2.4vw;
  background-color: #cdcbcb;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #1a2f88 !important;
}

@media screen and (min-width: 751px) {
  .slide-pagination {
    gap: 1.3888888889vw;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    gap: 20px;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  width: 12vw;
  height: 12vw;
  background-color: #5c1500;
  border-radius: 0.6666666667vw;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
}

.toggle span {
  position: absolute;
  top: 50%;
  width: 0.2666666667vw;
  height: 3.3333333333vw;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toggle span:nth-of-type(1) {
  left: 4.2666666667vw;
}

.toggle span:nth-of-type(2) {
  left: 5.8666666667vw;
}

.toggle span:nth-of-type(3) {
  left: 7.4666666667vw;
}

.toggle.is-active span:nth-of-type(1) {
  left: 5.8666666667vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  left: 5.8666666667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  padding: 6.6666666667vw 0;
  background-color: #341e09;
}

.area-box {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.6666666667vw;
}
.area-box:before, .area-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #341e09;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-box:before {
  width: calc(100% - 7.7333333333vw);
  height: calc(100% + 2.6666666667vw);
}
.area-box:after {
  width: calc(100% + 2.6666666667vw);
  height: calc(100% - 7.7333333333vw);
}

.area-in {
  position: relative;
  padding: 6.6666666667vw 6vw;
  z-index: 1;
}

.area-content {
  position: relative;
}

.area-ja {
  color: #ffffff;
}

.area-en {
  margin-top: 2vw;
  color: #ffffff;
}

.area-text {
  margin-top: 7.3333333333vw;
}
.area-text p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
}
.area-text p span {
  margin-left: 0.5em;
  font-size: 3.2vw;
}

.area-map {
  position: relative;
  margin-top: 5.3333333333vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.area--company {
  margin-top: 10.6666666667vw;
  padding: 0 !important;
  background-color: #f7f3ef;
}
.area--company .area-box {
  border-color: #1a2f88;
}
.area--company .area-box:before, .area--company .area-box:after {
  background-color: #f7f3ef;
}
.area--company .area-ja,
.area--company .area-text p {
  color: #383838;
}
.area--company .area-en {
  color: #1a2f88;
}

@media screen and (min-width: 751px) {
  .area {
    padding: 6.9444444444vw 0;
  }
  .area-box {
    width: 76.3888888889vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
  }
  .area-box:before {
    width: calc(100% - 3.8888888889vw);
    height: calc(100% + 1.3888888889vw);
  }
  .area-box:after {
    width: calc(100% + 1.3888888889vw);
    height: calc(100% - 3.8888888889vw);
  }
  .area-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 2.4305555556vw;
  }
  .area-content {
    width: 34.375vw;
  }
  .area-en {
    margin-top: 1.25vw;
  }
  .area-text {
    margin-top: 4.1666666667vw;
  }
  .area-text p {
    font-size: 1.25vw;
  }
  .area-text p span {
    font-size: 0.9722222222vw;
  }
  .area-map {
    margin: 0;
    width: 35.8333333333vw;
    border-radius: 0.3472222222vw;
  }
  .area--company {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 100px 0;
  }
  .area-box {
    width: 1100px;
    border-width: 1px;
    border-radius: 5px;
  }
  .area-box:before {
    width: calc(100% - 56px);
    height: calc(100% + 20px);
  }
  .area-box:after {
    width: calc(100% + 20px);
    height: calc(100% - 56px);
  }
  .area-in {
    padding: 30px 30px 30px 35px;
  }
  .area-content {
    width: 495px;
  }
  .area-en {
    margin-top: 18px;
  }
  .area-text {
    margin-top: 60px;
  }
  .area-text p {
    font-size: 1.8rem;
  }
  .area-text p span {
    font-size: 1.4rem;
  }
  .area-map {
    width: 516px;
    border-radius: 5px;
  }
  .area--company {
    margin-top: 100px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  background-color: #f7f3ef;
}
.inquiry:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 8.2666666667vw;
  height: 9.4666666667vw;
  background-image: url(../img/inquiry/clip_sp.png);
  background-size: contain;
  z-index: 2;
}

.inquiry-in {
  position: relative;
  padding: 6.6666666667vw 0;
  overflow: hidden;
  z-index: 1;
}

.inquiry-box {
  position: relative;
  margin: 0 auto;
  padding: 8vw 5.7333333333vw 6.6666666667vw 5.7333333333vw;
  width: 86.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.inquiry-box:before, .inquiry-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.inquiry-box:before {
  top: -5.3333333333vw;
  right: -5.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-image: url(../img/inquiry/asterisk.svg);
}
.inquiry-box:after {
  left: -36vw;
  bottom: -18.6666666667vw;
  width: 45.3333333333vw;
  height: 42.6666666667vw;
  background-image: url(../img/inquiry/deco.svg);
}

.inquiry-ja {
  color: #231815;
  letter-spacing: 0;
}

.inquiry-en {
  position: relative;
  margin-top: 4vw;
  padding-left: 24.9333333333vw;
  color: #1a2f88;
}
.inquiry-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22.4vw;
  height: 1px;
  background-color: #383838;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-text {
  margin-top: 9.3333333333vw;
}
.inquiry-text p {
  font-size: 4vw;
}

.inquiry-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
  margin: 8vw auto 0 auto;
  width: 73.3333333333vw;
}

.inquiry-menu a {
  display: block;
  padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0.6666666667vw;
}

.inquiry-menu-image {
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.inquiry-menu-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4vw;
  height: 19.3333333333vw;
}

.inquiry-menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6vw;
}

.inquiry-menu-head {
  width: 46.6666666667vw;
}

.inquiry-menu-catch {
  color: #ffffff;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}

.inquiry-menu-ttl {
  margin-top: 2.6666666667vw;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.inquiry-menu--book {
  background-image: url(../img/common/bg-bl_sp.jpg);
}

.inquiry-menu--contact {
  background-image: url(../img/common/bg-rd_sp.jpg);
}

@media screen and (min-width: 751px) {
  .inquiry:before {
    top: -3.4722222222vw;
    right: 3.4722222222vw;
    width: 4.3055555556vw;
    height: 4.9305555556vw;
    background-image: url(../img/inquiry/clip.png);
    background-image: image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
  }
  .inquiry-in {
    padding: 5.5555555556vw 0;
  }
  .inquiry-box {
    padding: 5.5555555556vw 22.2222222222vw 5.5555555556vw 5.5555555556vw;
    width: 88.8888888889vw;
    border-radius: 0.3472222222vw;
  }
  .inquiry-box:before {
    top: -2.7777777778vw;
    right: -2.7777777778vw;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
  }
  .inquiry-box:after {
    left: -18.75vw;
    bottom: -15.2777777778vw;
    width: 23.6111111111vw;
    height: 22.2222222222vw;
  }
  .inquiry-head {
    position: absolute;
    top: 5.5555555556vw;
    right: 5.5555555556vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
  }
  .inquiry-ja {
    margin-left: 2.7777777778vw;
    font-family: "ZenOldMinchotateOnly", serif;
  }
  .inquiry-en {
    margin: 0;
    padding: 9.375vw 0 0 0;
  }
  .inquiry-en:before {
    top: 0;
    left: 50%;
    margin-left: -0.1em;
    width: 0.0694444444vw;
    height: 8.3333333333vw;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .inquiry-text {
    margin: 0;
  }
  .inquiry-text p {
    font-size: 1.25vw;
  }
  .inquiry-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 4.8611111111vw 0 0 0;
    width: 55.2083333333vw;
  }
  .inquiry-menu a {
    padding: 0.6944444444vw 0.6944444444vw 0 0.6944444444vw;
    width: 27.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .inquiry-menu a:hover .inquiry-menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .inquiry-menu-image {
    border-radius: 0.3472222222vw;
  }
  .inquiry-menu-content {
    padding-left: 0.6944444444vw;
    height: 10.0694444444vw;
  }
  .inquiry-menu-icon {
    width: 8.125vw;
  }
  .inquiry-menu-head {
    width: 16.6666666667vw;
    text-align: center;
  }
  .inquiry-menu-catch {
    font-size: 1.1111111111vw;
  }
  .inquiry-menu-ttl {
    margin-top: 1.3888888889vw;
    font-size: 1.9444444444vw;
  }
  .inquiry-menu--book {
    background-image: url(../img/common/bg-bl.jpg);
    background-image: image-set(url(../img/common/bg-bl.jpg) 1x, url(../img/common/bg-bl-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg-bl.jpg) 1x, url(../img/common/bg-bl-2x.jpg) 2x);
  }
  .inquiry-menu--contact {
    background-image: url(../img/common/bg-rd.jpg);
    background-image: image-set(url(../img/common/bg-rd.jpg) 1x, url(../img/common/bg-rd-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg-rd.jpg) 1x, url(../img/common/bg-rd-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .inquiry:before {
    top: -50px;
    right: 50px;
    width: 62px;
    height: 71px;
  }
  .inquiry-in {
    padding: 80px 0;
  }
  .inquiry-box {
    padding: 80px 320px 80px 80px;
    width: 1280px;
    border-radius: 5px;
  }
  .inquiry-box:before {
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
  }
  .inquiry-box:after {
    left: -270px;
    bottom: -220px;
    width: 340px;
    height: 320px;
  }
  .inquiry-head {
    top: 80px;
    right: 80px;
  }
  .inquiry-ja {
    margin: 0 0 0 40px;
  }
  .inquiry-en {
    padding: 135px 0 0 0;
  }
  .inquiry-en:before {
    width: 1px;
    height: 120px;
  }
  .inquiry-text p {
    font-size: 1.8rem;
  }
  .inquiry-menu {
    margin-top: 70px;
    width: 795px;
  }
  .inquiry-menu a {
    padding: 10px 10px 0 10px;
    width: 390px;
    border-radius: 5px;
  }
  .inquiry-menu-image {
    border-radius: 5px;
  }
  .inquiry-menu-content {
    padding-left: 10px;
    height: 145px;
  }
  .inquiry-menu-icon {
    width: 117px;
  }
  .inquiry-menu-head {
    width: 240px;
  }
  .inquiry-menu-catch {
    font-size: 1.6rem;
  }
  .inquiry-menu-ttl {
    margin-top: 20px;
    font-size: 2.8rem;
  }
}
/*  #renovation
-------------------------------------------------------------------------------*/
.renovation {
  position: relative;
  padding: 10.6666666667vw 0 20vw 0;
}

@media screen and (min-width: 751px) {
  .renovation {
    padding: 3.4722222222vw 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .renovation {
    padding: 50px 0 100px 0;
  }
}
/* ------------------------------------------- renov - */
.renov {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  padding-bottom: 36.6666666667vw;
  width: 89.3333333333vw;
}
.renov:before {
  content: "";
  position: absolute;
  top: 100vw;
  right: -5.3333333333vw;
  display: inline-block;
  width: 15.6vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/shelf.svg);
  background-size: contain;
}
.renov:after {
  content: "";
  position: absolute;
  right: 8vw;
  bottom: 0;
  display: inline-block;
  width: 33.2vw;
  height: 26.2666666667vw;
  background-image: url(../img/common/interior.svg);
  background-size: contain;
}

.renov-image {
  position: relative;
  margin-bottom: 31.3333333333vw;
  width: 84vw;
  z-index: 1;
}
.renov-image img {
  border-radius: 0.6666666667vw;
}
.renov-image:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 3.3333333333vw;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
  border-radius: 0.6666666667vw;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: -1;
}
.renov-image:after {
  content: "";
  position: absolute;
  left: 8vw;
  bottom: -20.6666666667vw;
  display: inline-block;
  width: 5.4666666667vw;
  height: 18.6666666667vw;
  background-image: url(../img/common/light.svg);
  background-size: contain;
  z-index: -2;
}

.renov-content {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.renov-en {
  margin-top: 4vw;
  color: #1a2f88;
}

.renov-text {
  margin-top: 8vw;
}
.renov-text p {
  font-size: 4vw;
}

.renov-btn {
  margin-top: 8vw;
  width: 61.3333333333vw;
}

@media screen and (min-width: 751px) {
  .renov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.25vw;
    padding: 0;
    width: 94.4444444444vw;
  }
  .renov:before {
    top: 5.2083333333vw;
    right: -2.7777777778vw;
    width: 8.125vw;
    height: 3.0555555556vw;
  }
  .renov:after {
    right: 4.1666666667vw;
    bottom: -2.7777777778vw;
    width: 17.2222222222vw;
    height: 13.6805555556vw;
  }
  .renov-image {
    margin: 0;
    width: 43.75vw;
  }
  .renov-image img {
    border-radius: 0.3472222222vw;
  }
  .renov-image:before {
    top: 1.7361111111vw;
    left: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .renov-image:after {
    top: -3.4722222222vw;
    left: auto;
    right: -9.0277777778vw;
    bottom: auto;
    width: 2.8472222222vw;
    height: 9.7222222222vw;
  }
  .renov-content {
    margin: 0;
    width: 40.9722222222vw;
  }
  .renov-en {
    margin-top: 2.0833333333vw;
  }
  .renov-text {
    margin-top: 3.4722222222vw;
  }
  .renov-text p {
    font-size: 1.25vw;
  }
  .renov-btn {
    margin-top: 4.5138888889vw;
    width: 31.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov {
    margin-bottom: 90px;
    width: 1360px;
  }
  .renov:before {
    top: 75px;
    right: -40px;
    width: 117px;
    height: 44px;
  }
  .renov:after {
    right: 60px;
    bottom: -40px;
    width: 248px;
    height: 197px;
  }
  .renov-image {
    width: 630px;
  }
  .renov-image img {
    border-radius: 5px;
  }
  .renov-image:before {
    top: 25px;
    left: 30px;
    border-radius: 5px;
  }
  .renov-image:after {
    top: -50px;
    right: -130px;
    width: 41px;
    height: 140px;
  }
  .renov-content {
    width: 590px;
  }
  .renov-en {
    margin-top: 30px;
  }
  .renov-text {
    margin-top: 50px;
  }
  .renov-text p {
    font-size: 1.8rem;
  }
  .renov-btn {
    margin-top: 65px;
    width: 460px;
  }
}
/* ------------------------------------------- reform - */
.reform {
  position: relative;
  margin: 0 auto;
  width: 86.6666666667vw;
}

.reform a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2vw;
  width: 100%;
  height: 67.0666666667vw;
}

.reform a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 73.3333333333vw;
  height: 1px;
  background-color: #383838;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reform-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4vw auto;
  width: 29.3333333333vw;
  height: 29.3333333333vw;
}
.reform-image img {
  width: auto;
  height: auto;
  max-width: 29.3333333333vw;
  max-height: 29.3333333333vw;
}

.reform-ja {
  text-align: center;
}

.reform-en {
  margin-top: 4vw;
  color: #1a2f88;
  text-align: center;
}

.reform-more {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  width: 8vw;
  height: 8vw;
}

@media screen and (max-width: 750px) {
  .reform {
    padding: 5.3333333333vw 0;
    border-left-color: #383838;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #383838;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .reform a:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 73.3333333333vw;
    height: 1px;
    background-color: #383838;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reform a:last-child:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 73.3333333333vw;
    height: 1px;
    background-color: #383838;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .reform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 93.0555555556vw;
    border-top-color: #383838;
    border-top-style: solid;
    border-top-width: 0.0694444444vw;
    border-bottom-color: #383838;
    border-bottom-style: solid;
    border-bottom-width: 0.0694444444vw;
  }
  .reform a {
    padding-bottom: 3.4722222222vw;
    width: 30.9722222222vw;
    height: 34.0277777778vw;
  }
  .reform a:nth-child(n+2):before {
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 28.4722222222vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .reform-image {
    margin: 0 auto 2.0833333333vw auto;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
  }
  .reform-image img {
    max-width: 9.7222222222vw;
    max-height: 9.7222222222vw;
  }
  .reform-en {
    margin-top: 2.0833333333vw;
  }
  .reform-more {
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .reform {
    width: 1340px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .reform a {
    padding-bottom: 50px;
    width: 446px;
    height: 490px;
  }
  .reform a:nth-child(n+2):before {
    width: 1px;
    height: 410px;
  }
  .reform-image {
    margin: 0 auto 30px auto;
    width: 140px;
    height: 140px;
  }
  .reform-image img {
    max-width: 140px;
    max-height: 140px;
  }
  .reform-en {
    margin-top: 30px;
  }
  .reform-more {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.c-blog {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.c-blog a {
  position: relative;
  display: block;
  height: 100%;
}

.c-blog-image {
  position: relative;
  margin-bottom: 4.6666666667vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.c-blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 52vw;
}

.c-blog-cat {
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  background-color: #ffffff;
  height: 7.3333333333vw;
  color: #1a2f88;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
  z-index: 1;
}

.c-blog-content {
  padding: 0 2.6666666667vw 2.6666666667vw 2.6666666667vw;
}

.c-blog-ttl {
  padding: 0 0.8vw;
  max-height: 3.5em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.c-blog-intro {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 3.2vw 3.3333333333vw;
  background-color: #f6f6f6;
  border-radius: 0.6666666667vw;
}
.c-blog-intro p {
  position: relative;
  max-height: 3.5em;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 751px) {
  .c-blog {
    border-radius: 0.3472222222vw;
  }
  .c-blog a {
    padding: 1.3888888889vw;
  }
  .c-blog-image {
    margin-bottom: 1.7361111111vw;
    border-radius: 0.3472222222vw;
  }
  .c-blog-image img {
    height: 19.4444444444vw;
  }
  .c-blog a:hover .c-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-blog-cat {
    top: 1.3888888889vw;
    height: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
  .c-blog-content {
    padding: 0;
  }
  .c-blog-ttl {
    padding: 0 0.5555555556vw;
    font-size: 1.6666666667vw;
  }
  .c-blog-intro {
    margin-top: 1.3888888889vw;
    padding: 1.25vw 1.0416666667vw;
    border-radius: 0.3472222222vw;
  }
  .c-blog-intro p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-blog {
    border-radius: 5px;
  }
  .c-blog a {
    padding: 20px;
  }
  .c-blog-image {
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .c-blog-image img {
    height: 280px;
  }
  .c-blog-cat {
    top: 20px;
    height: 35px;
    font-size: 1.6rem;
  }
  .c-blog-ttl {
    padding: 0 8px;
    font-size: 2.4rem;
  }
  .c-blog-intro {
    margin-top: 20px;
    padding: 18px 15px;
    border-radius: 5px;
  }
  .c-blog-intro p {
    font-size: 1.8rem;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.c-works {
  position: relative;
}

.c-works a {
  position: relative;
  display: block;
}

.c-works-image {
  position: relative;
  margin-bottom: 6vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.c-works-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 650/500;
}

.c-works-cat {
  position: absolute;
  left: 2.6666666667vw;
  bottom: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  max-width: 81.3333333333vw;
  z-index: 1;
}

.c-works-cat > li {
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #ffffff;
  border-radius: 0.2666666667vw;
  font-size: 3.2vw;
}

.c-works-area {
  position: relative;
  margin-bottom: 1em;
  padding-left: 5.3333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
}
.c-works-area:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/works/pin.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-works-content {
  padding: 0 1.3333333333vw;
}

.c-works-ttl {
  max-height: 3.5em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 751px) {
  .c-works-image {
    margin-bottom: 1.7361111111vw;
    border-radius: 0.3472222222vw;
  }
  .c-works-image img {
    aspect-ratio: 400/450;
  }
  .c-works a:hover .c-works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-works-cat {
    left: 1.0416666667vw;
    bottom: 1.0416666667vw;
    gap: 0.4861111111vw;
    max-width: 25.6944444444vw;
  }
  .c-works-cat > li {
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .c-works-content {
    padding: 0 0.8333333333vw;
  }
  .c-works-area {
    padding-left: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .c-works-area:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-works-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-works-image {
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .c-works-cat {
    left: 15px;
    bottom: 15px;
    gap: 7px;
    max-width: 370px;
  }
  .c-works-cat > li {
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .c-works-content {
    padding: 0 12px;
  }
  .c-works-area {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .c-works-area:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    width: 20px;
    height: 20px;
  }
  .c-works-ttl {
    font-size: 2.4rem;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.c-event {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.c-event a {
  position: relative;
  display: block;
  padding: 2.6666666667vw;
  height: 100%;
}

.c-event-image {
  position: relative;
  margin-bottom: 4.6666666667vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.c-event-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 52vw;
}

.c-event-cat {
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  background-color: #ffffff;
  height: 7.3333333333vw;
  color: #1a2f88;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
  z-index: 1;
}

.c-event-ttl {
  padding: 0 0.8vw;
  max-height: 3.5em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.c-event-info {
  position: relative;
  margin-top: 5.3333333333vw;
}
.c-event-info p {
  position: relative;
  padding: 3.2vw 3.3333333333vw 3.2vw 10.6666666667vw;
  background-color: #f6f6f6;
  border-radius: 0.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.c-event-info p:before {
  content: "";
  position: absolute;
  top: 4.2666666667vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: contain;
  background-position: center;
}
.c-event-info p:nth-child(n+2) {
  margin-top: 1.0666666667vw;
}

.c-event-info-date:before {
  background-image: url(../img/event/calendar.svg);
}

.c-event-info-venue:before {
  background-image: url(../img/event/pin.svg);
}

.c-event-end {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.c-event-end p {
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .event-posts:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9.3333333333vw 0;
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .event-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.1666666667vw 2.7777777778vw;
  }
  .c-event {
    width: 27.7777777778vw !important;
    border-radius: 0.3472222222vw;
  }
  .c-event a {
    padding: 1.3888888889vw;
  }
  .c-event-image {
    margin-bottom: 1.7361111111vw;
    border-radius: 0.3472222222vw;
  }
  .c-event-image img {
    height: 19.4444444444vw;
  }
  .c-event a:hover .c-event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-event-cat {
    top: 1.3888888889vw;
    height: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
  .c-event-ttl {
    padding: 0 0.5555555556vw;
    font-size: 1.6666666667vw;
  }
  .c-event-info {
    margin-top: 1.3888888889vw;
  }
  .c-event-info p {
    padding: 1.25vw 1.0416666667vw 1.25vw 3.8194444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .c-event-info p:before {
    top: 1.6666666667vw;
    left: 1.25vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-event-info p:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .c-event-end p {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-posts {
    gap: 60px 40px;
  }
  .c-event {
    width: 400px !important;
    border-radius: 5px;
  }
  .c-event a {
    padding: 20px;
  }
  .c-event-image {
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .c-event-image img {
    height: 280px;
  }
  .c-event-cat {
    top: 20px;
    height: 35px;
    font-size: 1.6rem;
  }
  .c-event-ttl {
    padding: 0 8px;
    font-size: 2.4rem;
  }
  .c-event-info {
    margin-top: 20px;
  }
  .c-event-info p {
    padding: 18px 15px 18px 55px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .c-event-info p:before {
    top: 24px;
    left: 18px;
    width: 20px;
    height: 20px;
  }
  .c-event-info p:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-event-end p {
    font-size: 2.8rem;
  }
}