@charset "UTF-8";
/* 
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;
}

nav 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: #0c0e0f;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #0c0e0f;
  font-style: italic;
  font-weight: 600;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "EB Garamond", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #333;
}

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serif {
  font-family: "EB Garamond", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

a {
  color: #333;
}
a:hover {
  color: #666;
}

.note {
  font-size: 0.75rem;
}

.kome {
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.kome::before {
  content: "※";
}

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

sup {
  font-size: 0.7em;
  vertical-align: super;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 4.1025vw;
  }
}
.threshold-top {
  position: absolute;
  top: 300px;
}
@media screen and (max-width: 750px) {
  .threshold-top {
    top: 30vw;
  }
}

.button-pagetop {
  position: fixed;
  letter-spacing: 0;
  bottom: -80px;
  right: calc((100% - 1130px) / 2);
  text-align: right;
  transition-property: bottom;
  transition-duration: 0.3s;
}
.button-pagetop a {
  text-decoration: none;
}
.button-pagetop img {
  width: 36px;
}
.button-pagetop p {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .button-pagetop {
    right: 8%;
  }
  .button-pagetop img {
    width: 10vw;
  }
}

/* -----------------------------------------------------------------------------
ヘッダ・フッタ
----------------------------------------------------------------------------- */
header {
  height: 360px;
}
header > .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1130px;
  margin: auto;
  padding: 40px 40px;
}
header > .inner h1 {
  width: 40px;
}
header > .inner .menu-group {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  header > .inner .menu-group {
    padding-top: 18vw;
  }
}
header > .inner .menu-parent {
  width: 115px;
}
@media screen and (max-width: 750px) {
  header > .inner .menu-parent {
    width: 30vw;
  }
}
header > .inner .menu-sns {
  margin-top: 24px;
}
header > .inner .menu-sns li {
  width: 22px;
}
header > .inner .menu-sns li + li {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  header > .inner {
    padding: 12vw 0 12vw 0;
    width: 84%;
  }
  header > .inner h1 {
    width: 7.38vw;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 53vw;
  }
  header .menu-sns {
    display: none;
  }
}

footer {
  border-top: solid 1px #999;
}
footer .alternative-logo {
  display: none;
}
@media screen and (max-width: 750px) {
  footer .menu-wrapper {
    position: relative;
    padding-top: 12vw;
  }
  footer .menu-wrapper .logo {
    position: absolute;
    top: 12vw;
  }
}

/* -----------------------------------------------------------------------------
ヘッダメニュー
----------------------------------------------------------------------------- */
header .menu-wrapper {
  position: fixed;
  top: -100px;
  left: 0;
  height: 36px;
  z-index: 20;
  transition-property: height, top, padding;
  transition-duration: 0.3s;
  transition-delay: 0.3s, 0, 0.3;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  pointer-events: none;
}
@media screen and (min-width: 1211px) {
  header .menu-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  header .menu-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    height: 0;
  }
}
header .menu-wrapper .alternative-logo {
  position: absolute;
  width: 108px;
  top: 30px;
  right: calc((100% - 1130px) / 2);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1210px) {
  header .menu-wrapper .alternative-logo {
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  header .menu-wrapper .alternative-logo {
    display: none;
  }
}
header .menu-wrapper .logo,
header .menu-wrapper .menu-group1,
header .menu-wrapper .menu-group2,
header .menu-wrapper .menu-group3 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
header .menu-wrapper .alternative-logo {
  opacity: 0;
}
@media screen and (min-width: 751px) {
  header .menu-wrapper .menu-group1 {
    width: 10%;
  }
}

/* ----------------------------------------------------------------------------- */
header > .inner .menu-group2 {
  flex-grow: 1;
  padding-top: 130px;
  font-size: 0.625rem;
}
@media screen and (max-width: 750px) {
  header > .inner .menu-group2 {
    display: none;
  }
}
header > .inner .menu-group3 {
  display: flex;
  flex-basis: calc(190px - 1em);
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 1em;
}
@media screen and (max-width: 750px) {
  header > .inner .menu-group3 {
    justify-content: unset;
    padding-top: 18vw;
  }
}
@media screen and (max-width: 750px) {
  header > .inner .menu-parent {
    width: 30vw;
  }
}

.menu-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1130px;
  margin: auto;
  padding-bottom: 70px;
  padding-left: calc((100% - 1130px) / 2);
  padding-right: calc((100% - 1130px) / 2);
  padding-top: 40px;
}
@media screen and (max-width: 1210px) {
  .menu-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .menu-wrapper {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 7.7%;
    padding-right: 7.7%;
    padding-top: 0;
    width: 84.6%;
  }
}
.menu-wrapper .logo {
  width: 40px;
  flex-basis: 40px;
  flex-shrink: 0;
}
.menu-wrapper a {
  text-decoration: none;
}
.menu-wrapper .menu-global,
.menu-wrapper .menu-sub {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.menu-wrapper .menu-group1 {
  display: flex;
  flex-direction: row-reverse;
  flex-grow: 1;
  margin-right: 136px;
}
.menu-wrapper .menu-group2 {
  align-self: flex-end;
  padding-top: 150px;
  font-size: 0.625rem;
  flex-shrink: 0;
}
.menu-wrapper .menu-group3 {
  align-self: flex-end;
  flex-basis: calc(190px - 1em);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-right: 1em;
}
.menu-wrapper .menu-global {
  min-width: 240px;
  line-height: 3.4;
}
.menu-wrapper .menu-sub {
  font-size: 0.625rem;
  line-height: 3.4;
  margin-right: 20px;
}
.menu-wrapper .menu-en {
  letter-spacing: 0.3em;
  line-height: 2.6;
}
.menu-wrapper .menu-address {
  margin-top: 30px;
}
.menu-wrapper .menu-copy {
  margin-top: 20px;
}
.menu-wrapper .menu-sns ul {
  display: flex;
  gap: 20px;
}
.menu-wrapper .menu-sns li {
  width: 22px;
}
.menu-wrapper .menu-parent {
  margin-top: 20px;
  width: 115px;
}
@media screen and (max-width: 1080px) {
  .menu-wrapper .menu-group1 {
    margin-right: 13.8%;
  }
}
@media screen and (max-width: 960px) {
  .menu-wrapper .menu-global {
    min-width: 26.25vw;
    line-height: 4.375vw;
  }
}
@media screen and (max-width: 750px) {
  .menu-wrapper .logo {
    align-self: flex-end;
    margin-bottom: -6.4vw;
    width: 7.38vw;
  }
  .menu-wrapper .menu-group1 {
    display: block;
    margin-right: auto;
  }
  .menu-wrapper .menu-group2 {
    padding-top: 0;
    align-self: flex-start;
  }
  .menu-wrapper .menu-group3 {
    padding-top: 2rem;
    align-self: flex-start;
    flex-direction: column;
    flex-grow: 1;
  }
  .menu-wrapper .menu-global {
    min-width: initial;
    width: 15em;
    height: 35vw;
    line-height: 2.7;
  }
  .menu-wrapper .menu-sub {
    font-size: 0.75rem;
    height: 30vw;
    margin-right: 0em;
    margin-left: auto;
    width: 4em;
    line-height: 3.2;
  }
  .menu-wrapper .menu-address {
    margin-top: 0;
  }
  .menu-wrapper .menu-sns ul {
    flex-direction: row;
  }
  .menu-wrapper .menu-parent {
    margin-top: 1rem;
  }
}

/* -----------------------------------------------------------------------------
モバイルメニュー
----------------------------------------------------------------------------- */
#button-spmenu {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 30px;
  left: calc((100% - 1130px) / 2);
  z-index: 21;
  cursor: pointer;
  transition-property: filter;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1210px) {
  #button-spmenu {
    left: 40px;
  }
}

.icon-animation {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: rotate(90deg);
}
.icon-animation span {
  width: 75%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5px);
  margin-left: -18px;
  transition: all 0.3s;
}
.icon-animation .top {
  width: 50%;
  transform: translateY(-10px) scale(1);
}
.icon-animation .middle {
  background: none;
  position: relative;
}
.icon-animation .middle:before, .icon-animation .middle:after {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
.icon-animation .bottom {
  width: 100%;
  transform: translateY(10px) scale(1);
}

@media screen and (max-width: 750px) {
  #button-spmenu {
    width: 9vw;
    height: 9vw;
    top: 12vw;
    left: 5.5vw;
  }
  #button-spmenu p {
    font-size: 1.25rem;
  }
  .icon-animation span {
    margin-left: -4.5vw;
  }
  .icon-animation .top {
    transform: translateY(-2.4vw) scale(1);
  }
  .icon-animation .bottom {
    transform: translateY(2.4vw) scale(1);
  }
}
/* -----------------------------------------------------------------------------
BODYの状態
----------------------------------------------------------------------------- */
body.is-scrolled header .menu-wrapper {
  top: 0;
  transition-delay: 0s;
}
body.is-scrolled header .alternative-logo {
  opacity: 1;
}
body.is-scrolled .button-pagetop {
  bottom: 2em;
}
body.is-spmenu .icon-animation .top {
  transform: translateY(0px) scale(0);
}
body.is-spmenu .icon-animation .bottom {
  transform: translateY(0px) scale(0);
}
body.is-spmenu .icon-animation .middle:before {
  transform: rotate(45deg) scaleX(1.222);
}
body.is-spmenu .icon-animation .middle:after {
  transform: rotate(-45deg) scaleX(1.222);
}
body.is-spmenu header .menu-wrapper {
  top: 0;
  height: 450px;
  padding-bottom: 70px;
  padding-top: 40px;
  pointer-events: all;
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  body.is-spmenu header .menu-wrapper {
    padding-bottom: 12vw;
    padding-top: 12vw;
    height: calc(var(--vh) * 100 - 24vw);
  }
}
body.is-spmenu header .alternative-logo {
  opacity: 0;
  transition-delay: 0s;
}
body.is-spmenu header .logo,
body.is-spmenu header .menu-group1,
body.is-spmenu header .menu-group2,
body.is-spmenu header .menu-group3 {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
body.is-spmenu header .menu-sns {
  display: block;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
article {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  article {
    padding-bottom: 8vw;
  }
}

/* -----------------------------------------------------------------------------
レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .disp_sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .disp_pc {
    display: none !important;
  }
}
/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
.scrollanim {
  opacity: 0;
  transition-property: opacity transform;
  transition-duration: 1s;
}

.scrollanim.scrollanim_slidein {
  transform: translateY(20px);
}

.scrollanim.scrollanim_fired {
  opacity: 1;
  transform: translateY(0px);
}

/* -----------------------------------------------------------------------------
予約ボタン
----------------------------------------------------------------------------- */
.button-reserve {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1;
}
.button-reserve .button-inner {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  text-decoration: none;
  letter-spacing: 0.3em;
  height: 10rem;
  width: 3rem;
}
.button-reserve .button-inner:hover {
  background-color: #666;
}

/* *****************************************************************************
********************************************************************************
トップページ
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------- */
.mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainvisual .swiper-pagination {
  bottom: 20px;
}
.mainvisual .swiper-pagination-bullet {
  height: 2px;
  width: 60px;
  border-radius: 0;
  background-color: #999;
  opacity: 0.3;
}
.mainvisual .swiper-pagination-bullet-active {
  opacity: 1;
}
.mainvisual .mainvisual-concept {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.mainvisual .mainvisual-concept > picture {
  width: 61.5%;
  max-width: 840px;
}
@media screen and (max-width: 750px) {
  .mainvisual .mainvisual-concept > picture {
    width: 70%;
  }
}
.mainvisual .mainvisual-concept > div {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .mainvisual .mainvisual-concept > div {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 2em;
  }
}
.mainvisual .mainvisual-concept--hidden {
  position: absolute;
  font-size: 0.1em;
  opacity: 0;
}

/* -----------------------------------------------------------------------------
セクション
----------------------------------------------------------------------------- */
.section .section-inner {
  max-width: 1130px;
  margin: auto;
  padding: 110px 0 80px 0;
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% - 80px);
}
@media screen and (max-width: 750px) {
  .section .section-inner {
    width: 84%;
    padding: 15vw 0 10vw 0;
    margin-bottom: 10vw;
    flex-direction: column;
  }
}
.section .section-header {
  flex-basis: 17%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .section .section-header {
    flex-basis: auto;
    margin-bottom: 12vw;
  }
}
.section .section-header h2 {
  font-size: 1.5rem;
  letter-spacing: 0.5em;
}
.section .section-header .title-en {
  font-size: 0.625rem;
  letter-spacing: 0.3em;
}
.section .section-body {
  flex-basis: 83%;
}

.button .button-inner {
  min-width: 320px;
  height: 50px;
  border: solid 1px #999;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .button .button-inner {
    min-width: calc(100% - 2px);
  }
}

/* -----------------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------------- */
.section-information .section-inner {
  border-bottom: solid 1px #999;
  padding-bottom: 120px;
}
.section-information .section-body {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .section-information .section-body {
    margin-left: 0;
  }
}

.information-list ul {
  list-style-type: none;
}
.information-list li + li {
  margin-top: 20px;
}
.information-list dl {
  display: flex;
}
.information-list dt {
  flex-basis: 115px;
}
.information-list dd {
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .information-list li + li {
    margin-top: 9vw;
  }
  .information-list dl {
    flex-direction: column;
  }
  .information-list dt {
    flex-basis: auto;
  }
  .information-list dd {
    margin-top: 0.5rem;
  }
}

.information-action {
  margin-top: 70px;
  text-align: center;
}

/* -----------------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------------- */
.section-about {
  overflow-x: hidden;
}
.section-about .about-intro {
  margin-left: 20%;
}
@media screen and (max-width: 750px) {
  .section-about .about-intro {
    margin-left: 0;
  }
}
.section-about .subsection {
  position: relative;
}
.section-about .subsection .subsection-text .text-wrapper {
  writing-mode: vertical-rl;
  line-height: 2.7;
  height: -moz-max-content;
  height: max-content;
}
.section-about .subsection .subsection-text .text-main {
  font-size: 1.25rem;
}
.section-about .subsection .subsection-text .text-sub {
  margin-right: 1em;
  font-size: 0.875rem;
}
.section-about .subsection .subsection-decoration {
  position: absolute;
}
.section-about .subsection .subsection-image {
  flex-shrink: 0;
}
.section-about .subsection.subsection-1 {
  height: 540px;
  margin-top: 135px;
}
.section-about .subsection.subsection-1 .subsection-text {
  margin-left: 11%;
}
.section-about .subsection.subsection-1 .subsection-text > .text-wrapper {
  padding-top: 3.75rem;
}
.section-about .subsection.subsection-1 .subsection-image {
  position: absolute;
  top: 0;
  left: 36%;
  width: calc(84.48% + (100vw - var(--scrollbar) - 120.48%) / 2);
  height: 540px;
}
.section-about .subsection.subsection-1 .subsection-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-1 {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    margin-top: 21vw;
  }
  .section-about .subsection.subsection-1 .subsection-text {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  .section-about .subsection.subsection-1 .subsection-text > .text-wrapper {
    padding-top: 14vw;
  }
  .section-about .subsection.subsection-1 .subsection-image {
    position: static;
    height: auto;
    width: 119.0476%;
    margin-left: -9.523%;
  }
}
.section-about .subsection.subsection-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 90px;
}
.section-about .subsection.subsection-2 .subsection-text {
  flex-basis: 34%;
  display: flex;
  justify-content: flex-end;
}
.section-about .subsection.subsection-2 .subsection-text > .text-wrapper {
  margin-right: 10%;
  padding-top: 3.75rem;
}
.section-about .subsection.subsection-2 .subsection-image {
  flex-basis: 66%;
}
.section-about .subsection.subsection-2 .subsection-decoration {
  top: 342px;
  left: 120.5%;
  width: 32%;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-2 {
    flex-direction: column-reverse;
  }
  .section-about .subsection.subsection-2 .subsection-text {
    flex-basis: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .section-about .subsection.subsection-2 .subsection-text > .text-wrapper {
    padding-top: 14vw;
  }
  .section-about .subsection.subsection-2 .subsection-image {
    width: 109.523%;
    margin-left: -9.523%;
  }
  .section-about .subsection.subsection-2 .subsection-decoration {
    left: auto;
    right: -9.523%;
    top: 400vw;
    width: 41.8vw;
  }
}
.section-about .subsection.subsection-3 {
  display: flex;
  margin-top: 90px;
  padding-bottom: 39%;
}
.section-about .subsection.subsection-3 .subsection-text {
  flex-basis: 57%;
  display: flex;
  justify-content: flex-end;
}
.section-about .subsection.subsection-3 .subsection-text > .text-wrapper {
  margin-right: 11%;
  padding-top: 3.75rem;
}
.section-about .subsection.subsection-3 .subsection-image {
  flex-basis: 43%;
}
.section-about .subsection.subsection-3 .subsection-decoration {
  position: absolute;
  top: 53%;
  left: 0;
  width: 32%;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-3 {
    flex-direction: column-reverse;
    padding-bottom: 138vw;
  }
  .section-about .subsection.subsection-3 .subsection-text {
    flex-basis: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .section-about .subsection.subsection-3 .subsection-text > .text-wrapper {
    padding-top: 14vw;
  }
  .section-about .subsection.subsection-3 .subsection-image {
    width: 88%;
    margin-right: -9.523%;
    margin-left: auto;
  }
  .section-about .subsection.subsection-3 .subsection-decoration {
    position: absolute;
    top: auto;
    bottom: 20vw;
    left: -9.523%;
    width: 41.8vw;
  }
}
.section-about .subsection.subsection-plan .plan-list {
  max-width: 750px;
  margin: 0 0 0 auto;
}
.section-about .subsection.subsection-plan .plan-list ul {
  display: flex;
  flex-direction: row-reverse;
  list-style-type: none;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 1280px) {
  .section-about .subsection.subsection-plan .plan-list ul {
    gap: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-list ul {
    gap: 4rem;
    flex-direction: column;
    align-items: flex-end;
    width: 12rem;
    margin: auto;
  }
}
.section-about .subsection.subsection-plan .plan-list li {
  padding-top: 2.925em;
  writing-mode: vertical-rl;
}
.section-about .subsection.subsection-plan .plan-list li dl {
  white-space: nowrap;
}
.section-about .subsection.subsection-plan .plan-list li dl .num {
  text-combine-upright: all;
}
.section-about .subsection.subsection-plan .plan-list li dt {
  font-size: 1.125rem;
  letter-spacing: 0.3em;
  text-indent: -2.6em;
}
.section-about .subsection.subsection-plan .plan-list li dd {
  font-size: 0.875rem;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-list li dd {
    margin-right: 0.5em;
  }
}
.section-about .subsection.subsection-plan .plan-figure {
  max-width: 750px;
  margin: 3.375rem 0 0 auto;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-figure {
    width: 119.0476%;
    margin-left: -9.523%;
  }
}
.section-about .subsection.subsection-plan .plan-pictures {
  max-width: 750px;
  margin: 5.25rem 0 0 auto;
}
.section-about .subsection.subsection-plan .plan-pictures ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none;
  gap: 2rem;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-pictures ul {
    flex-direction: column;
  }
}
.section-about .subsection.subsection-plan .plan-pictures li {
  flex-basis: calc(50% - 1rem);
  display: flex;
}
.section-about .subsection.subsection-plan .plan-pictures li dl {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-about .subsection.subsection-plan .plan-pictures li dl dt {
  font-size: 1.125rem;
  padding-inline-start: 1em;
}
.section-about .subsection.subsection-plan .plan-pictures li dl dd {
  font-size: 0.75rem;
  padding-inline-start: 1rem;
}
.section-about .subsection.subsection-plan .plan-pictures li dl span {
  text-combine-upright: all;
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-pictures li dl {
    flex-basis: 22%;
  }
}
@media screen and (max-width: 750px) {
  .section-about .subsection.subsection-plan .plan-pictures li > div {
    flex-basis: 71%;
  }
}

/* -----------------------------------------------------------------------------
ご利用料金
----------------------------------------------------------------------------- */
.section-price .section-body {
  max-width: 750px;
  margin: 0 0 0 auto;
}
.section-price .price-list ul {
  list-style-type: none;
  border-bottom: solid 1px #000;
}
.section-price .price-list li {
  border-top: solid 1px #000;
  padding: 1.5rem 10%;
}
.section-price .price-list li dl {
  display: flex;
  justify-content: space-between;
}
.section-price .price-list li dl + dl {
  margin-top: 1.9rem;
}
.section-price .price-list li.price-service {
  padding: 2rem 10%;
}
.section-price .price-list li.price-service dt {
  white-space: nowrap;
  flex-basis: 14em;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .section-price .price-list li.price-service dl {
    display: block;
  }
  .section-price .price-list li.price-service dd {
    margin-top: 2rem;
    justify-content: flex-end;
  }
}
.section-price .price-list .icon-list {
  display: flex;
  gap: 1.875rem;
}
.section-price .price-list .icon {
  width: 1.875rem;
}
.section-price .note {
  margin-top: 1rem;
}

/* -----------------------------------------------------------------------------
ご利用方法
----------------------------------------------------------------------------- */
.section-howtouse .section-body {
  max-width: 750px;
  margin: 0 0 0 auto;
}
.section-howtouse .howtouse-list {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  justify-content: center;
  padding: 3.75rem 0;
}
.section-howtouse .howtouse-list ul {
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .section-howtouse .howtouse-list ul {
    padding: 0 1em;
  }
}
.section-howtouse .howtouse-list li + li {
  margin-top: 1em;
}
.section-howtouse .howtouse-list dl {
  display: flex;
}
.section-howtouse .howtouse-list dt {
  white-space: nowrap;
  padding-right: 1em;
}
.section-howtouse .note {
  margin-top: 1rem;
}

/* -----------------------------------------------------------------------------
所在地
----------------------------------------------------------------------------- */
.section-access .section-body {
  max-width: 750px;
  margin: 0 0 0 auto;
}
.section-access .gmap {
  filter: grayscale(1);
  width: 100%;
  height: 380px;
}
.section-access .gmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .section-access .gmap {
    width: 119.0476%;
    margin-left: -9.523%;
  }
}
.section-access .access-address {
  margin-top: 4.5em;
}
.section-access .access-address .button {
  display: inline-block;
  margin-left: 1em;
}
.section-access .access-address .button .button-inner {
  min-width: initial;
  height: auto;
  padding: 0.25em 1em;
}
@media screen and (max-width: 750px) {
  .section-access .access-address .button {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .section-access .access-address .button .button-inner {
    margin-top: 0.5em;
    padding: 0.25em 3em;
  }
}
.section-access .access-note {
  margin-top: 1rem;
}
.section-access .access-data {
  margin-top: 1rem;
}
.section-access .access-action {
  margin-top: 3.5em;
  text-align: center;
}

/* -----------------------------------------------------------------------------
よくある質問
----------------------------------------------------------------------------- */
.section-faq .section-body {
  max-width: 750px;
  margin: 0 0 0 auto;
}
.section-faq .faq-list ul {
  list-style-type: none;
}
.section-faq .faq-list li + li {
  margin-top: 3.5em;
}
.section-faq .faq-list dt,
.section-faq .faq-list dd {
  position: relative;
  padding-left: 3rem;
}
.section-faq .faq-list dt::before,
.section-faq .faq-list dd::before {
  font-size: 1.5rem;
  left: 0;
  letter-spacing: 0.2em;
  position: absolute;
  top: -1rem;
}
.section-faq .faq-list dt::before {
  content: "Q.";
}
.section-faq .faq-list dd {
  margin-top: 1rem;
}
.section-faq .faq-list dd::before {
  content: "A.";
}

/* *****************************************************************************
********************************************************************************
下層ページ
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
セクション
----------------------------------------------------------------------------- */
body.page article > section {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  body.page article > section {
    max-width: 84%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
body.page section {
  line-height: 2.28;
  margin: 5rem auto;
}
@media screen and (max-width: 750px) {
  body.page section {
    font-size: 1rem;
    line-height: 1.5;
    margin: 4rem auto;
  }
}
body.page section:first-child {
  margin-top: 0;
}
body.page section h2 {
  font-size: 1.125rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page section h2:first-child {
  margin-top: 0;
}
body.page section p {
  margin-top: 3rem;
}
body.page section p:first-child {
  margin-top: 0;
}
body.page .section-action {
  margin: 4rem auto;
}
body.page .section-action .button {
  text-align: center;
}
body.page .section-action .note {
  text-align: center;
}
body.page .section-action:first-child {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */