@charset "UTF-8";
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

:root {
  --black: #3A3A3A;
  --ff: "Noto Sans JP", sans-serif;
  --en: "Josefin Sans", sans-serif;
  --mc: #738A94;
}

body {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8571428571;
  font-family: var(--ff);
  color: var(--black);
  padding-top: 86px;
}
body.fixed {
  position: fixed;
}

.en {
  font-family: var(--en);
}

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

a {
  color: var(--black);
  text-decoration: none;
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

/*―――――――――――――――――――――――――*
*	ttl
*―――――――――――――――――――――――――*/
.ttl01 {
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}
.ttl01 .ja {
  letter-spacing: 0.2em;
  font-size: 24px;
  margin-bottom: 20px;
}
.ttl01 .en {
  font-family: var(--en);
  letter-spacing: 0.16rem;
  font-size: 16px;
}
.ttl01 span {
  display: block;
}

/*―――――――――――――――――――――――――*
*	btn
*―――――――――――――――――――――――――*/
.btn01 {
  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;
  line-height: 1;
  padding: 28px 72px;
  border: solid 1px var(--mc);
  color: var(--mc);
  font-size: 16px;
  letter-spacing: 0.2em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}
@media (any-hover: hover) {
  .btn01 {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .btn01:hover {
    opacity: 0.6 !important;
  }
}
.btn01:after {
  position: absolute;
  right: -25px;
  top: 28px;
  content: "";
  display: block;
  width: 51px;
  height: auto;
  aspect-ratio: 51/9;
  background: url(../img/common/btn01_arrow.svg) no-repeat left top/100% auto;
}

/*―――――――――――――――――――――――――*
*	archive_list
*―――――――――――――――――――――――――*/
.archive_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.archive_list.single:before, .archive_list.single:after {
  content: "";
  display: block;
}
.archive_list a {
  display: block;
}
@media (any-hover: hover) {
  .archive_list a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .archive_list a:hover {
    opacity: 0.6 !important;
  }
}
.archive_list .coming_soon {
  pointer-events: none;
}
.archive_list .coming_soon .img {
  position: relative;
}
.archive_list .coming_soon .img:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "Coming soon";
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  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;
  font-family: var(--en);
  font-size: 16px;
  letter-spacing: 0.15em;
}
.archive_list .img {
  font-size: 0;
  line-height: 1;
  margin-bottom: 18px;
}
.archive_list .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
.archive_list .ttl {
  text-align: center;
  letter-spacing: 0.19em;
  font-weight: 500;
  margin-bottom: 10px;
}
.archive_list .text {
  letter-spacing: 0.15em;
}

/*―――――――――――――――――――――――――*
*	header
*―――――――――――――――――――――――――*/
#header {
  line-height: 1;
  width: 100%;
  height: 86px;
  background: #fff;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  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: 45px;
}
@media (any-hover: hover) {
  #header a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #header a:hover {
    opacity: 0.6 !important;
  }
}

#g_nav ul {
  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;
  letter-spacing: 0.15em;
  gap: 0 40px;
}
#g_nav .contact_btn {
  width: 182px;
  height: 86px;
  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;
  text-align: center;
  background: var(--mc);
  color: #fff;
  font-size: 16px;
  line-height: 1.46125;
}

/*―――――――――――――――――――――――――*
*	contact_cta
*―――――――――――――――――――――――――*/
#contact_cta {
  padding: 190px 0;
}
#contact_cta a {
  width: 338px;
  height: 80px;
  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: var(--mc);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
@media (any-hover: hover) {
  #contact_cta a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #contact_cta a:hover {
    opacity: 0.6 !important;
  }
}

/*―――――――――――――――――――――――――*
*	footer
*―――――――――――――――――――――――――*/
#footer {
  background: -webkit-gradient(linear, right top, left bottom, from(#738a94), color-stop(19.97%, #62757d), color-stop(58.62%, #465359), to(#3a454a));
  background: linear-gradient(to left bottom, #738a94 0%, #62757d 19.97%, #465359 58.62%, #3a454a 100%);
  color: #fff;
  line-height: 1;
  padding: 55px 0;
}
#footer .w1240 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer a {
  color: #fff;
}
@media (any-hover: hover) {
  #footer a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #footer a:hover {
    opacity: 0.6 !important;
  }
}
#footer .f_logo {
  margin-bottom: 25px;
}
#footer .address, #footer .hours {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
}
#footer .hours {
  margin-bottom: 15px;
}
#footer nav {
  margin-bottom: 180px;
}
#footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
  letter-spacing: 0.15rem;
}
#footer .contact_btn {
  margin-left: auto;
  width: 338px;
  height: 80px;
  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;
  border: solid 1px #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
#footer small {
  position: absolute;
  font-weight: 500;
  left: 0;
  bottom: 0;
  font-size: 15px;
}

/*―――――――――――――――――――――――――*
*	p-footer__other
*―――――――――――――――――――――――――*/
.p-footer__other {
  background: #fff;
}

@media screen and (max-width: 1040px) {
  .p-footer__other {
    margin-top: 3.77em;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other {
    margin-top: 1.85em;
  }
}
.p-footer__other__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  height: 107px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list {
    height: 77px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list {
    height: 107px;
    max-width: 350px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list {
    max-width: 310px;
  }
}
.p-footer__other__list .__box {
  height: 100%;
}

@media screen and (max-width: 850px) {
  .p-footer__other__list .__box {
    height: 50%;
  }
}
.p-footer__other__list .__box a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 1.1em;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box a {
    padding: 0 0.94em;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box a {
    padding: 0 0.6em;
  }
}
.p-footer__other__list .__box.__group a img, .p-footer__other__list .__box.__izumo a img {
  width: 143px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__group a img, .p-footer__other__list .__box.__izumo a img {
    width: 110px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__group a img, .p-footer__other__list .__box.__izumo a img {
    width: 92.2580645161px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__group a img, .p-footer__other__list .__box.__izumo a img {
    width: 79.4444444444px;
  }
}
.p-footer__other__list .__box.__mb a img {
  width: 86px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__mb a img {
    width: 66.1538461538px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__mb a img {
    width: 55.4838709677px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__mb a img {
    width: 47.7777777778px;
  }
}
.p-footer__other__list .__box.__vi a img {
  width: 75px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__vi a img {
    width: 57.6923076923px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__vi a img {
    width: 48.3870967742px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__vi a img {
    width: 41.6666666667px;
  }
}
.p-footer__other__list .__box.__miwa a img {
  width: 126px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__miwa a img {
    width: 96.9230769231px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__miwa a img {
    width: 81.2903225806px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__miwa a img {
    width: 70px;
  }
}
.p-footer__other__list .__box.__fwj a img {
  width: 71px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__fwj a img {
    width: 54.6153846154px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__fwj a img {
    width: 45.8064516129px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__fwj a img {
    width: 39.4444444444px;
  }
}
.p-footer__other__list .__box.__bia a img {
  width: 53px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__bia a img {
    width: 40.7692307692px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__bia a img {
    width: 34.1935483871px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__bia a img {
    width: 29.4444444444px;
  }
}
.p-footer__other__list .__box.__isum a img {
  max-width: 48px;
}

@media screen and (max-width: 1040px) {
  .p-footer__other__list .__box.__isum a img {
    max-width: 36.9230769231px;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__other__list .__box.__isum a img {
    max-width: 30.9677419355px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__other__list .__box.__isum a img {
    max-width: 26.6666666667px;
  }
}
/*―――――――――――――――――――――――――*
*	under_mv ・ bread
*―――――――――――――――――――――――――*/
#under_mv {
  position: relative;
  height: 400px;
  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-bottom: 32px;
  background: url(../img/information/mv.jpg) no-repeat center/cover;
}
#under_mv .ttl {
  position: relative;
  z-index: 2;
  font-size: 30px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 500;
}
#under_mv.information {
  background: url(../img/information/mv.jpg) no-repeat center/cover;
}
#under_mv.event {
  background: url(../img/event/mv.jpg) no-repeat center/cover;
}
#under_mv.menu {
  background: url(../img/menu/mv.jpg) no-repeat center/cover;
}
#under_mv.menu_single:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.6);
}

#bread {
  max-width: 1290px;
  margin: 0 auto 100px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bread li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: auto;
  aspect-ratio: 4/7;
  background: url(../img/common/bread_arrow.svg) no-repeat left top/100% auto;
  margin: 0 14px;
  position: relative;
  top: -2px;
}
@media (any-hover: hover) {
  #bread a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #bread a:hover {
    opacity: 0.6 !important;
  }
}

/*―――――――――――――――――――――――――*
*	PC以下
*―――――――――――――――――――――――――*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  body {
    font-size: calc(14 / 1300 * 100vw);
    padding-top: calc(86 / 1300 * 100vw);
  }
  .w800 {
    max-width: calc(800 / 1300 * 100vw);
  }
  .w850 {
    max-width: calc(850 / 1300 * 100vw);
  }
  .w1000 {
    max-width: calc(1000 / 1300 * 100vw);
  }
  .w1240 {
    max-width: calc(1200 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	ttl
  *―――――――――――――――――――――――――*/
  .ttl01 {
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  .ttl01 .ja {
    font-size: calc(24 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  .ttl01 .en {
    font-size: calc(16 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	btn
  *―――――――――――――――――――――――――*/
  .btn01 {
    padding: calc(28 / 1300 * 100vw) calc(72 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) var(--mc);
    font-size: calc(16 / 1300 * 100vw);
  }
  .btn01:after {
    right: calc(-25 / 1300 * 100vw);
    top: calc(28 / 1300 * 100vw);
    width: calc(51 / 1300 * 100vw);
    background: url(../img/common/btn01_arrow.svg) no-repeat left top/100% auto;
  }
  /*―――――――――――――――――――――――――*
  *	archive_list
  *―――――――――――――――――――――――――*/
  .archive_list {
    gap: calc(50 / 1300 * 100vw);
  }
  .archive_list .img {
    margin-bottom: calc(18 / 1300 * 100vw);
  }
  .archive_list .ttl {
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  .archive_list .coming_soon {
    pointer-events: none;
  }
  .archive_list .coming_soon .img:after {
    font-size: calc(16 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	header
  *―――――――――――――――――――――――――*/
  #header {
    padding-left: calc(45 / 1300 * 100vw);
    height: calc(86 / 1300 * 100vw);
  }
  #header #logo {
    max-width: calc(430 / 1300 * 100vw);
  }
  #g_nav ul {
    gap: 0 calc(40 / 1300 * 100vw);
  }
  #g_nav .contact_btn {
    width: calc(182 / 1300 * 100vw);
    height: calc(86 / 1300 * 100vw);
    font-size: calc(16 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	contact_cta
  *―――――――――――――――――――――――――*/
  #contact_cta {
    padding: calc(190 / 1300 * 100vw) 0;
  }
  #contact_cta a {
    width: calc(338 / 1300 * 100vw);
    height: calc(80 / 1300 * 100vw);
    font-size: calc(16 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	footer
  *―――――――――――――――――――――――――*/
  #footer {
    padding: calc(55 / 1300 * 100vw) 0;
  }
  #footer .f_logo {
    margin-bottom: calc(25 / 1300 * 100vw);
    max-width: calc(420 / 1300 * 100vw);
  }
  #footer .address, #footer .hours {
    font-size: calc(16 / 1300 * 100vw);
    margin-bottom: calc(14 / 1300 * 100vw);
  }
  #footer .hours {
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  #footer nav {
    margin-bottom: calc(180 / 1300 * 100vw);
  }
  #footer nav ul {
    gap: 0 calc(40 / 1300 * 100vw);
  }
  #footer .contact_btn {
    width: calc(338 / 1300 * 100vw);
    height: calc(80 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #fff;
    font-size: calc(16 / 1300 * 100vw);
  }
  #footer small {
    font-size: calc(15 / 1300 * 100vw);
  }
  /*―――――――――――――――――――――――――*
  *	under_mv ・ bread
  *―――――――――――――――――――――――――*/
  #under_mv {
    height: calc(400 / 1300 * 100vw);
    margin-bottom: calc(32 / 1300 * 100vw);
  }
  #under_mv .ttl {
    font-size: calc(30 / 1300 * 100vw);
  }
  #bread {
    max-width: calc(1200 / 1300 * 100vw);
    margin: 0 auto calc(100 / 1300 * 100vw);
    font-size: calc(12 / 1300 * 100vw);
  }
  #bread li:not(:last-child):after {
    width: calc(4 / 1300 * 100vw);
    margin: 0 calc(14 / 1300 * 100vw);
    top: calc(-2 / 1300 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	スマホ
*―――――――――――――――――――――――――*/
@media screen and (min-width: 768px) {
  #hb_btn {
    display: none !important;
  }
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html::-webkit-scrollbar {
    display: none;
  }
  body {
    padding-top: calc(70 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .w800, .w850, .w1000, .w1240 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .ttl01 {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  .ttl01 .ja {
    font-size: calc(22 / 375 * 100vw);
  }
  .ttl01 .en {
    font-size: calc(15 / 375 * 100vw);
  }
  .btn01 {
    width: calc(300 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    padding: 0;
    border: solid calc(1 / 375 * 100vw) var(--mc);
    color: var(--mc);
    font-size: calc(16 / 375 * 100vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .btn01:after {
    right: calc(-25 / 375 * 100vw);
    top: calc(28 / 375 * 100vw);
    content: "";
    width: calc(50 / 375 * 100vw);
  }
  .archive_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(55 / 375 * 100vw) 0;
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .archive_list .img {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .archive_list .ttl {
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .archive_list .coming_soon {
    pointer-events: none;
  }
  .archive_list .coming_soon .img:after {
    font-size: calc(20 / 375 * 100vw);
  }
  #header {
    height: calc(70 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
  #header #logo {
    width: calc(263 / 375 * 100vw);
  }
  #g_nav {
    display: block;
    position: fixed;
    z-index: 998;
    width: calc(100% - 38 / 375 * 100vw);
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    right: 0;
    background: rgba(115, 138, 148, 0.93);
    height: 100%;
    top: 0;
  }
  #g_nav.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #g_nav ul {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: revert;
        -ms-flex-pack: revert;
            justify-content: revert;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: calc(90 / 375 * 100vw) auto;
    gap: calc(40 / 375 * 100vw) 0;
  }
  #g_nav a {
    color: #fff;
    font-size: calc(15 / 375 * 100vw);
  }
  #g_nav .contact_btn {
    width: calc(190 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    background: none;
    border: solid calc(1 / 375 * 100vw) #fff;
    letter-spacing: 0.08em;
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  #g_nav .contact_btn br {
    display: none;
  }
  #hb_btn {
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: calc(20 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    color: var(--mc);
    width: calc(36 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
  #hb_btn.open {
    color: #fff;
  }
  #hb_btn.open:before, #hb_btn.open:after {
    background: #fff;
  }
  #hb_btn.open:before {
    top: calc(2 / 375 * 100vw);
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  #hb_btn.open:after {
    top: calc(2 / 375 * 100vw);
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #hb_btn:before, #hb_btn:after {
    position: absolute;
    content: "";
    left: 0;
    display: block;
    width: calc(36 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    background: var(--mc);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  #hb_btn:before {
    top: 0;
  }
  #hb_btn:after {
    top: calc(10 / 375 * 100vw);
  }
  #hb_btn p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #contact_cta {
    padding: calc(150 / 375 * 100vw) 0;
  }
  #contact_cta a {
    height: calc(75 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
  #footer {
    padding: calc(55 / 375 * 100vw) 0;
  }
  #footer .w1240 {
    display: -ms-grid;
    display: grid;
    gap: calc(125 / 375 * 100vw);
  }
  #footer .f_logo {
    width: calc(263 / 375 * 100vw);
  }
  #footer .address, #footer .hours {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.075em;
  }
  #footer nav, #footer .contact_btn {
    display: none;
  }
  #footer .insta img {
    width: calc(24 / 375 * 100vw);
  }
  #footer small {
    position: static;
    font-size: calc(12 / 375 * 100vw);
  }
  #under_mv {
    height: calc(270 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #under_mv .ttl {
    font-size: calc(22 / 375 * 100vw);
  }
  #under_mv.event .ttl {
    letter-spacing: 0.075em;
  }
  #bread {
    max-width: calc(345 / 375 * 100vw);
    margin-bottom: calc(100 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    overflow: auto;
    white-space: nowrap;
  }
  #bread li:not(:last-child):after {
    width: calc(4 / 375 * 100vw);
    margin: 0 calc(14 / 375 * 100vw);
    top: calc(-2 / 375 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	top
*―――――――――――――――――――――――――*/
#mv {
  position: relative;
}
#mv .mv_slide:not(.slick-initialized) .slide:not(:first-of-type) {
  display: none;
}
#mv .slide {
  aspect-ratio: 1441/658;
  height: auto;
  width: 100%;
  outline: none;
}
#mv .slide01 {
  background: url(../img/top/mv01.jpg) no-repeat center/cover;
}
#mv .slide02 {
  background: url(../img/top/mv02.jpg) no-repeat center/cover;
}
#mv .slide03 {
  background: url(../img/top/mv03.jpg) no-repeat center/cover;
}
#mv .slick-dots {
  font-size: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 40px;
  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: 0 16px;
}
#mv .slick-dots .slick-active button {
  background: #fff;
}
#mv .slick-dots button {
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
  padding: 10px 10px 0 0;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #fff;
  background: none;
}
#mv .text_box {
  position: absolute;
  z-index: 5;
  line-height: 1;
  color: #fff;
  bottom: 90px;
  left: calc(75 / 1440 * 100vw);
}
#mv .text_box h2 {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.15em;
  line-height: 1.35;
  margin-bottom: 20px;
}
#mv .text_box .en {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.14em;
}

#top_about {
  padding: 125px 0 215px;
  background: url(../img/top/about_bg02.svg) no-repeat left bottom;
}
#top_about .w_box {
  position: relative;
}
#top_about .w_box:before {
  content: "";
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 720/590;
  background: url(../img/top/about_bg01.jpg) no-repeat center/cover;
  margin-left: 50%;
}
#top_about .box {
  position: absolute;
  z-index: 2;
  right: calc(50% - 90px);
  width: 650px;
  background: #F3F2F2;
  padding: 140px 75px 110px;
  top: calc(35 / 1440 * 100vw);
}
#top_about .box p {
  letter-spacing: 0.23em;
  margin-bottom: 1.85em;
}
#top_about .box p:last-child {
  margin-bottom: 0;
}

#top_event {
  padding: 100px 0;
  background: linear-gradient(-130deg, #ecf0f2 0%, #eae7e7 0%, #fff 40%, #fefefe 70%, rgba(203, 205, 206, 0.9) 100%);
}
#top_event .archive_list {
  gap: 0 41px;
}

#top_gallery {
  padding: 80px 0 190px;
}
#top_gallery .img {
  margin-bottom: 70px;
  font-size: 0;
  line-height: 1;
}

#top_menu {
  padding-bottom: 200px;
}
#top_menu .bg {
  max-width: 1125px;
  margin: 0 auto;
  background: url(../img/top/menu_lt.svg) no-repeat left top/50px auto, url(../img/top/menu_rt.svg) no-repeat right top/50px auto, url(../img/top/menu_lb.svg) no-repeat left bottom/50px auto, url(../img/top/menu_rb.svg) no-repeat right bottom/50px auto;
}
#top_menu .archive_list {
  margin-bottom: 80px;
}

#top_news {
  padding-bottom: 90px;
}
#top_news .ttl01 {
  margin-bottom: 42px;
}
#top_news li {
  border-bottom: solid 1px #707070;
  font-size: 16px;
}
#top_news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px 70px 28px 25px;
  gap: 0 45px;
  background: url(../img/top/news_arrow.svg) no-repeat center right 25px/25px auto;
}
@media (any-hover: hover) {
  #top_news li a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #top_news li a:hover {
    opacity: 0.6 !important;
  }
}
#top_news li .left {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_news li .right {
  width: calc(100% - 280px);
}
#top_news li .date {
  letter-spacing: 0.2em;
}
#top_news li .cat {
  font-size: 11px;
  border: solid 1px #707070;
  width: 90px;
  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: 24px;
  padding-bottom: 2px;
}
#top_news li .ttl {
  display: block;
  letter-spacing: 0.1em;
}
#top_news .more {
  color: var(--mc);
  font-size: 12px;
  letter-spacing: 0.2em;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 30px 25px 0 auto;
  background: url(../img/common/btn01_arrow.svg) no-repeat right center/25px auto;
  padding-right: 40px;
}
@media (any-hover: hover) {
  #top_news .more {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #top_news .more:hover {
    opacity: 0.6 !important;
  }
}

#top_flow {
  background: linear-gradient(-145deg, #ecf0f2 0%, #eae7e7 0%, #fff 27.59%, #ecf0f2 47.29%, #fefefe 69.94%, rgba(203, 205, 206, 0.9) 100%);
  padding: 105px 0 100px;
}
#top_flow ol {
  display: -ms-grid;
  display: grid;
  gap: 32px 0;
  counter-reset: number 0;
}
#top_flow ol li:nth-child(1) {
  background: url(../img/top/flow01.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow ol li:nth-child(2) {
  background: url(../img/top/flow02.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow ol li:nth-child(3) {
  background: url(../img/top/flow03.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow ol li:nth-child(4) {
  background: url(../img/top/flow04.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow ol li:nth-child(5) {
  background: url(../img/top/flow05.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow ol li:nth-child(6) {
  background: url(../img/top/flow06.jpg) no-repeat 30px 20px/250px auto;
}
#top_flow li {
  position: relative;
  border: solid 1px var(--black);
  min-height: 218px;
  padding: 46px 30px 20px 350px;
}
#top_flow li:before {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  font-family: var(--en);
  font-size: 32px;
  display: block;
  line-height: 1;
}
#top_flow li:after {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  content: "";
  display: block;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--black);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#top_flow h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.4;
}
#top_flow p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

#top_features {
  padding-top: 100px;
}
#top_features ul {
  display: -ms-grid;
  display: grid;
  gap: 95px 0;
}
#top_features li {
  position: relative;
  padding: 30px 335px 0 115px;
  min-height: 176px;
}
#top_features li:nth-child(1) {
  background: url(../img/top/features01.jpg) no-repeat top 10px right 15px/262px auto;
}
#top_features li:nth-child(2) {
  background: url(../img/top/features02.jpg) no-repeat top 10px right 15px/262px auto;
}
#top_features li:nth-child(3) {
  background: url(../img/top/features03.jpg) no-repeat top 10px right 15px/262px auto;
}
#top_features .num {
  position: absolute;
  top: 0;
  left: 15px;
  font-family: var(--en);
  color: #B8CCD5;
  line-height: 1;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_features .num.first .num span:first-child {
  position: relative;
  left: 8px;
}
#top_features .num:after {
  position: absolute;
  right: -6px;
  bottom: 34px;
  content: "";
  height: 1px;
  width: 44px;
  background: #B8CCD5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#top_features .num span {
  display: inline-block;
}
#top_features .num span:first-child {
  font-size: 77px;
}
#top_features .num span:last-child {
  position: relative;
  top: -10px;
  font-size: 27px;
}
#top_features h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 20px;
}
#top_features .text {
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
}

/*―――――――――――――――――――――――――*
*	PC以下
*―――――――――――――――――――――――――*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #mv .slick-dots {
    bottom: calc(40 / 1300 * 100vw);
    gap: 0 calc(16 / 1300 * 100vw);
  }
  #mv .slick-dots button {
    padding: calc(10 / 1300 * 100vw) calc(10 / 1300 * 100vw) 0 0;
    border: solid calc(1 / 1300 * 100vw) #fff;
  }
  #mv .text_box {
    bottom: calc(90 / 1300 * 100vw);
    left: calc(75 / 1440 * 100vw);
  }
  #mv .text_box h2 {
    font-size: calc(48 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #mv .text_box .en {
    font-size: calc(20 / 1300 * 100vw);
  }
  #top_about {
    padding: calc(125 / 1300 * 100vw) 0 calc(215 / 1300 * 100vw);
    background: url(../img/top/about_bg02.svg) no-repeat left bottom/calc(2270 / 1300 * 100vw) auto;
  }
  #top_about .box {
    right: calc(50% - calc(90 / 1300 * 100vw));
    width: calc(650 / 1300 * 100vw);
    padding: calc(140 / 1300 * 100vw) calc(75 / 1300 * 100vw) calc(110 / 1300 * 100vw);
    top: calc(35 / 1440 * 100vw);
  }
  #top_event {
    padding: calc(100 / 1300 * 100vw) 0;
  }
  #top_event .archive_list {
    gap: 0 calc(41 / 1300 * 100vw);
  }
  #top_gallery {
    padding: calc(80 / 1300 * 100vw) 0 calc(190 / 1300 * 100vw);
  }
  #top_gallery .img {
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  #top_menu {
    padding-bottom: calc(200 / 1300 * 100vw);
  }
  #top_menu .bg {
    max-width: calc(1125 / 1300 * 100vw);
    background: url(../img/top/menu_lt.svg) no-repeat left top/calc(50 / 1300 * 100vw) auto, url(../img/top/menu_rt.svg) no-repeat right top/calc(50 / 1300 * 100vw) auto, url(../img/top/menu_lb.svg) no-repeat left bottom/calc(50 / 1300 * 100vw) auto, url(../img/top/menu_rb.svg) no-repeat right bottom/calc(50 / 1300 * 100vw) auto;
  }
  #top_menu .archive_list {
    margin-bottom: calc(80 / 1300 * 100vw);
  }
  #top_news {
    padding-bottom: calc(90 / 1300 * 100vw);
  }
  #top_news .ttl01 {
    margin-bottom: calc(42 / 1300 * 100vw);
  }
  #top_news li {
    border-bottom: solid calc(1 / 1300 * 100vw) #707070;
    font-size: calc(16 / 1300 * 100vw);
  }
  #top_news li a {
    padding: calc(28 / 1300 * 100vw) calc(70 / 1300 * 100vw) calc(28 / 1300 * 100vw) calc(25 / 1300 * 100vw);
    gap: 0 calc(45 / 1300 * 100vw);
    background: url(../img/top/news_arrow.svg) no-repeat center right calc(25 / 1300 * 100vw)/calc(25 / 1300 * 100vw) auto;
  }
  #top_news li .left {
    width: calc(235 / 1300 * 100vw);
    gap: 0 calc(30 / 1300 * 100vw);
  }
  #top_news li .right {
    width: calc(100% - calc(280 / 1300 * 100vw));
  }
  #top_news li .cat {
    font-size: calc(11 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #707070;
    width: calc(90 / 1300 * 100vw);
    height: calc(24 / 1300 * 100vw);
    padding-bottom: calc(2 / 1300 * 100vw);
  }
  #top_news .more {
    color: var(--mc);
    font-size: calc(12 / 1300 * 100vw);
    margin: calc(30 / 1300 * 100vw) calc(25 / 1300 * 100vw) 0 auto;
    background: url(../img/common/btn01_arrow.svg) no-repeat right center/calc(25 / 1300 * 100vw) auto;
    padding-right: calc(40 / 1300 * 100vw);
  }
  #top_flow {
    background: linear-gradient(-145deg, #ecf0f2 0%, #eae7e7 0%, #fff 27.59%, #ecf0f2 47.29%, #fefefe 69.94%, rgba(203, 205, 206, 0.9) 100%);
    padding: calc(105 / 1300 * 100vw) 0 calc(100 / 1300 * 100vw);
  }
  #top_flow ol {
    gap: calc(32 / 1300 * 100vw) 0;
  }
  #top_flow ol li:nth-child(1) {
    background: url(../img/top/flow01.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow ol li:nth-child(2) {
    background: url(../img/top/flow02.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow ol li:nth-child(3) {
    background: url(../img/top/flow03.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow ol li:nth-child(4) {
    background: url(../img/top/flow04.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow ol li:nth-child(5) {
    background: url(../img/top/flow05.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow ol li:nth-child(6) {
    background: url(../img/top/flow06.jpg) no-repeat calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw)/calc(250 / 1300 * 100vw) auto;
  }
  #top_flow li {
    border: solid calc(1 / 1300 * 100vw) var(--black);
    min-height: calc(218 / 1300 * 100vw);
    padding: calc(46 / 1300 * 100vw) calc(30 / 1300 * 100vw) calc(20 / 1300 * 100vw) calc(350 / 1300 * 100vw);
  }
  #top_flow li:before {
    top: calc(12 / 1300 * 100vw);
    left: calc(12 / 1300 * 100vw);
    font-size: calc(32 / 1300 * 100vw);
  }
  #top_flow li:after {
    left: calc(-1 / 1300 * 100vw);
    top: calc(-1 / 1300 * 100vw);
    width: calc(100 / 1300 * 100vw);
  }
  #top_flow h3 {
    font-size: calc(20 / 1300 * 100vw);
    margin-bottom: calc(24 / 1300 * 100vw);
  }
  #top_flow p {
    font-size: calc(14 / 1300 * 100vw);
  }
  #top_features {
    padding-top: calc(100 / 1300 * 100vw);
  }
  #top_features ul {
    gap: calc(95 / 1300 * 100vw) 0;
  }
  #top_features li {
    padding: calc(30 / 1300 * 100vw) calc(335 / 1300 * 100vw) 0 calc(115 / 1300 * 100vw);
    min-height: calc(176 / 1300 * 100vw);
  }
  #top_features li:nth-child(1) {
    background: url(../img/top/features01.jpg) no-repeat top calc(10 / 1300 * 100vw) right calc(15 / 1300 * 100vw)/calc(262 / 1300 * 100vw) auto;
  }
  #top_features li:nth-child(2) {
    background: url(../img/top/features02.jpg) no-repeat top calc(10 / 1300 * 100vw) right calc(15 / 1300 * 100vw)/calc(262 / 1300 * 100vw) auto;
  }
  #top_features li:nth-child(3) {
    background: url(../img/top/features03.jpg) no-repeat top calc(10 / 1300 * 100vw) right calc(15 / 1300 * 100vw)/calc(262 / 1300 * 100vw) auto;
  }
  #top_features .num {
    left: calc(15 / 1300 * 100vw);
    width: calc(72 / 1300 * 100vw);
  }
  #top_features .num.first .num span:first-child {
    left: calc(8 / 1300 * 100vw);
  }
  #top_features .num:after {
    right: calc(-6 / 1300 * 100vw);
    bottom: calc(34 / 1300 * 100vw);
    height: calc(1 / 1300 * 100vw);
    width: calc(44 / 1300 * 100vw);
  }
  #top_features .num span:first-child {
    font-size: calc(77 / 1300 * 100vw);
  }
  #top_features .num span:last-child {
    top: calc(-10 / 1300 * 100vw);
    font-size: calc(27 / 1300 * 100vw);
  }
  #top_features h3 {
    font-size: calc(20 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	スマホ
*―――――――――――――――――――――――――*/
@media screen and (max-width: 767px) {
  #mv .slide {
    aspect-ratio: revert;
    height: calc(100vh - calc(70 / 375 * 100vw));
    height: calc(100svh - calc(70 / 375 * 100vw));
  }
  #mv .slide01 {
    background: url(../img/top/mv01.jpg) no-repeat center/cover;
  }
  #mv .slide02 {
    background: url(../img/top/mv02.jpg) no-repeat center/cover;
  }
  #mv .slide03 {
    background: url(../img/top/mv03.jpg) no-repeat center/cover;
  }
  #mv .slick-dots {
    bottom: calc(12 / 375 * 100vw);
    gap: 0 calc(16 / 375 * 100vw);
  }
  #mv .slick-dots button {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  #mv .text_box {
    position: absolute;
    z-index: 5;
    line-height: 1;
    color: #fff;
    bottom: calc(50 / 375 * 100vw);
    left: calc(75 / 1440 * 100vw);
  }
  #mv .text_box h2 {
    font-size: calc(26 / 375 * 100vw);
    letter-spacing: 0.15em;
    margin-bottom: calc(5 / 375 * 100vw);
  }
  #mv .text_box .en {
    font-size: calc(10 / 375 * 100vw);
  }
  #top_about {
    padding: calc(160 / 375 * 100vw) 0 calc(198 / 375 * 100vw);
    background: url(../img/top/about_bg02.svg) no-repeat left bottom/calc(910 / 375 * 100vw) auto;
  }
  #top_about .ttl01 .ja {
    letter-spacing: 0.1em;
  }
  #top_about .w_box {
    position: relative;
  }
  #top_about .w_box:before {
    width: 100%;
    aspect-ratio: 375/307;
    background: url(../img/top/about_bg01.jpg) no-repeat center/cover;
    margin-left: 0;
  }
  #top_about .box {
    position: static;
    right: revert;
    width: 100%;
    background: #F3F2F2;
    padding: calc(40 / 375 * 100vw) calc(38 / 375 * 100vw);
    top: revert;
  }
  #top_event {
    padding: calc(86 / 375 * 100vw) 0;
    background: linear-gradient(-130deg, #ecf0f2 0%, #eae7e7 0%, #fff 40%, #fefefe 70%, rgba(203, 205, 206, 0.9) 100%);
  }
  #top_event .archive_list {
    gap: calc(55 / 375 * 100vw) 0;
  }
  #top_gallery {
    padding: calc(94 / 375 * 100vw) 0 calc(150 / 375 * 100vw);
  }
  #top_menu {
    padding-bottom: calc(100 / 375 * 100vw);
  }
  #top_menu .bg {
    max-width: calc(335 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) 0 calc(100 / 375 * 100vw);
    margin: 0 auto;
    background: url(../img/top/menu_lt.svg) no-repeat left top/calc(50 / 375 * 100vw) auto, url(../img/top/menu_rt.svg) no-repeat right top/calc(50 / 375 * 100vw) auto, url(../img/top/menu_lb.svg) no-repeat left bottom/calc(50 / 375 * 100vw) auto, url(../img/top/menu_rb.svg) no-repeat right bottom/calc(50 / 375 * 100vw) auto;
  }
  #top_menu .archive_list {
    margin-bottom: calc(80 / 375 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  #top_news {
    padding-bottom: calc(200 / 375 * 100vw);
  }
  #top_news .ttl01 {
    margin-bottom: calc(42 / 375 * 100vw);
  }
  #top_news ul {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #top_news li {
    border-bottom: solid calc(1 / 375 * 100vw) #707070;
    font-size: calc(16 / 375 * 100vw);
  }
  #top_news li a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: calc(18 / 375 * 100vw) 0;
    gap: calc(8 / 375 * 100vw) 0;
    background: none;
  }
  #top_news li .left {
    width: 100%;
    gap: 0 calc(20 / 375 * 100vw);
  }
  #top_news li .right {
    width: 100%;
  }
  #top_news li .cat {
    font-size: calc(11 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #707070;
    width: calc(90 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
  }
  #top_news li .ttl {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7142857143;
  }
  #top_news .more {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) 0 auto;
    background: url(../img/common/btn01_arrow.svg) no-repeat right center/calc(25 / 375 * 100vw) auto;
    padding-right: calc(40 / 375 * 100vw);
  }
  #top_flow {
    padding: calc(86 / 375 * 100vw) 0 calc(100 / 375 * 100vw);
  }
  #top_flow ol {
    gap: calc(32 / 375 * 100vw) 0;
  }
  #top_flow ol li:nth-child(1) {
    background: none;
  }
  #top_flow ol li:nth-child(1) h3:before {
    background: url(../img/top/flow01.jpg) no-repeat center/cover;
  }
  #top_flow ol li:nth-child(2) {
    background: none;
  }
  #top_flow ol li:nth-child(2) h3:before {
    background: url(../img/top/flow02.jpg) no-repeat center/cover;
  }
  #top_flow ol li:nth-child(3) {
    background: none;
  }
  #top_flow ol li:nth-child(3) h3:before {
    background: url(../img/top/flow03.jpg) no-repeat center/cover;
  }
  #top_flow ol li:nth-child(4) {
    background: none;
  }
  #top_flow ol li:nth-child(4) h3:before {
    background: url(../img/top/flow04.jpg) no-repeat center/cover;
  }
  #top_flow ol li:nth-child(5) {
    background: none;
  }
  #top_flow ol li:nth-child(5) h3:before {
    background: url(../img/top/flow05.jpg) no-repeat center/cover;
  }
  #top_flow ol li:nth-child(6) {
    background: none;
  }
  #top_flow ol li:nth-child(6) h3:before {
    background: url(../img/top/flow06.jpg) no-repeat center/cover;
  }
  #top_flow li {
    position: relative;
    border: solid calc(1 / 375 * 100vw) var(--black);
    min-height: calc(218 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  #top_flow li:before {
    top: calc(12 / 375 * 100vw);
    left: calc(12 / 375 * 100vw);
    font-size: calc(32 / 375 * 100vw);
  }
  #top_flow li:after {
    left: calc(-1 / 375 * 100vw);
    top: calc(-1 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
  #top_flow h3 {
    font-weight: 500;
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    line-height: 1.4;
  }
  #top_flow h3:before {
    content: "";
    display: block;
    background: red;
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  #top_flow p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
  #top_features {
    padding-top: calc(180 / 375 * 100vw);
  }
  #top_features ul {
    display: -ms-grid;
    display: grid;
    gap: calc(32 / 375 * 100vw) 0;
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #top_features li {
    padding: calc(250 / 375 * 100vw) 0 0;
    min-height: auto;
  }
  #top_features li:nth-child(1) {
    background: url(../img/top/features01.jpg) no-repeat left calc(50 / 375 * 100vw)/100% auto;
  }
  #top_features li:nth-child(2) {
    background: url(../img/top/features02.jpg) no-repeat left calc(50 / 375 * 100vw)/100% auto;
  }
  #top_features li:nth-child(3) {
    background: url(../img/top/features03.jpg) no-repeat left calc(50 / 375 * 100vw)/100% auto;
  }
  #top_features .num {
    left: calc(-20 / 375 * 100vw);
    width: calc(52 / 375 * 100vw);
  }
  #top_features .num.first .num span:first-child {
    left: calc(8 / 375 * 100vw);
  }
  #top_features .num:after {
    right: calc(-1 / 375 * 100vw);
    bottom: calc(23 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
  #top_features .num span {
    display: inline-block;
  }
  #top_features .num span:first-child {
    font-size: calc(49 / 375 * 100vw);
  }
  #top_features .num span:last-child {
    top: calc(-8 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  #top_features h3 {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.1em;
    margin-bottom: calc(12 / 375 * 100vw);
    line-height: 1.75;
  }
  #top_features .text {
    letter-spacing: 0.05em;
    line-height: 1.7857142857;
  }
}
/*―――――――――――――――――――――――――*
*	event・information
*―――――――――――――――――――――――――*/
#two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1290px;
  margin: 0 auto 200px;
}

#main_column {
  width: 850px;
}

#side_bar {
  width: 360px;
  padding-top: 36px;
}
#side_bar .ttl {
  background: url(../img/common/dot.svg) repeat-x left bottom;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  margin-bottom: 24px;
}
#side_bar .widget {
  margin-bottom: 90px;
}
#side_bar .widget:last-child {
  margin-bottom: 0;
}
#side_bar .list {
  display: -ms-grid;
  display: grid;
  gap: 10px 0;
}
#side_bar .list a {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
}
@media (any-hover: hover) {
  #side_bar .list a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #side_bar .list a:hover {
    opacity: 0.6 !important;
  }
}
#side_bar .list a:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background: #707070;
  content: "";
  width: 16px;
  height: 1px;
}
#side_bar .bn {
  font-size: 0;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  gap: 24px 0;
}
#side_bar .bn img {
  width: 100%;
}
@media (any-hover: hover) {
  #side_bar .bn a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #side_bar .bn a:hover {
    opacity: 0.6 !important;
  }
}

.post_area {
  margin-bottom: 160px;
  scroll-margin-top: 86px;
}
.post_area:last-child {
  margin-bottom: 0;
}

.post_header {
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
}
.post_header .ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 20px;
  background: url(../img/common/dot.svg) repeat-x left bottom;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}
.post_header .cat {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  color: #fff;
  background: var(--mc);
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 15px;
}
.post_header .date {
  font-size: 15px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.post_header .date span {
  font-size: 1.1em;
}

.post_content {
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
.post_content figure, .post_content p {
  margin: 60px 0;
}
.post_content figure:first-child, .post_content p:first-child {
  margin-top: 0;
}
.post_content figure:last-child, .post_content p:last-child {
  margin-bottom: 0;
}
.post_content .is-layout-grid {
  gap: 20px;
}

#archive_pager {
  font-family: var(--en);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#archive_pager li:first-child a {
  background: url(../img/common/prev_arrow.svg) no-repeat left 3px/7px auto;
  padding-left: 14px;
}
#archive_pager li:last-child a {
  background: url(../img/common/next_arrow.svg) no-repeat right 3px/7px auto;
  padding-right: 14px;
}
@media (any-hover: hover) {
  #archive_pager a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #archive_pager a:hover {
    opacity: 0.6 !important;
  }
}

.not_found {
  background: #f8f8f8;
  padding: 30px;
  text-align: center;
  margin: 100px 0 150px;
}

#event {
  padding-bottom: 200px;
}
#event #archive_pager {
  margin-top: 75px;
}

/*―――――――――――――――――――――――――*
*	PC以下
*―――――――――――――――――――――――――*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #two_column {
    max-width: calc(1200 / 1300 * 100vw);
    margin: 0 auto calc(200 / 1300 * 100vw);
  }
  #main_column {
    width: calc(850 / 1300 * 100vw);
  }
  #side_bar {
    width: calc(260 / 1300 * 100vw);
    padding-top: calc(36 / 1300 * 100vw);
  }
  #side_bar .ttl {
    font-size: calc(24 / 1300 * 100vw);
    padding-bottom: calc(2 / 1300 * 100vw);
    margin-bottom: calc(24 / 1300 * 100vw);
  }
  #side_bar .widget {
    margin-bottom: calc(90 / 1300 * 100vw);
  }
  #side_bar .list {
    gap: calc(10 / 1300 * 100vw) 0;
  }
  #side_bar .list a {
    font-size: calc(16 / 1300 * 100vw);
    padding-left: calc(28 / 1300 * 100vw);
  }
  #side_bar .list a:before {
    width: calc(16 / 1300 * 100vw);
    height: calc(1 / 1300 * 100vw);
  }
  #side_bar .bn {
    gap: calc(24 / 1300 * 100vw) 0;
  }
  .post_area {
    margin-bottom: calc(160 / 1300 * 100vw);
    scroll-margin-top: calc(86 / 1300 * 100vw);
  }
  .post_header {
    margin-bottom: calc(60 / 1300 * 100vw);
  }
  .post_header .ttl {
    font-size: calc(20 / 1300 * 100vw);
    padding-bottom: calc(16 / 1300 * 100vw);
  }
  .post_header .cat {
    font-size: calc(12 / 1300 * 100vw);
    background: var(--mc);
    height: calc(25 / 1300 * 100vw);
    line-height: calc(25 / 1300 * 100vw);
    padding: 0 calc(8 / 1300 * 100vw);
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  .post_header .date {
    font-size: calc(15 / 1300 * 100vw);
    margin-top: calc(5 / 1300 * 100vw);
  }
  .post_content figure, .post_content p {
    margin: calc(60 / 1300 * 100vw) 0;
  }
  #archive_pager {
    font-size: calc(18 / 1300 * 100vw);
  }
  #archive_pager li:first-child a {
    background: url(../img/common/prev_arrow.svg) no-repeat left calc(3 / 1300 * 100vw)/calc(7 / 1300 * 100vw) auto;
    padding-left: calc(14 / 1300 * 100vw);
  }
  #archive_pager li:last-child a {
    background: url(../img/common/next_arrow.svg) no-repeat right calc(3 / 1300 * 100vw)/calc(7 / 1300 * 100vw) auto;
    padding-right: calc(14 / 1300 * 100vw);
  }
  .not_found {
    padding: calc(30 / 1300 * 100vw);
    margin: calc(100 / 1300 * 100vw) 0 calc(150 / 1300 * 100vw);
  }
  #event {
    padding-bottom: calc(200 / 1300 * 100vw);
  }
  #event #archive_pager {
    margin-top: calc(75 / 1300 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	スマホ
*―――――――――――――――――――――――――*/
@media screen and (max-width: 767px) {
  #two_column {
    display: -ms-grid;
    display: grid;
    margin: 0 auto calc(100 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
    gap: calc(60 / 375 * 100vw) 0;
  }
  #main_column {
    width: 100%;
  }
  #side_bar {
    width: 100%;
    padding-top: 0;
  }
  #side_bar .ttl {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  #side_bar .widget {
    margin-bottom: calc(90 / 375 * 100vw);
  }
  #side_bar .list {
    gap: calc(10 / 375 * 100vw) 0;
  }
  #side_bar .list a {
    font-size: calc(15 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
  }
  #side_bar .list a:before {
    top: 50%;
    width: calc(14 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }
  .post_area {
    margin-bottom: calc(100 / 375 * 100vw);
    scroll-margin-top: calc(70 / 375 * 100vw);
  }
  .post_area:last-child {
    margin-bottom: 0;
  }
  .post_header {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .post_header .ttl {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
  .post_header .cat {
    font-size: calc(12 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .post_header .date {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
  .post_content figure, .post_content p {
    margin: calc(30 / 375 * 100vw) 0;
  }
  .post_content .is-layout-grid {
    gap: calc(10 / 375 * 100vw);
  }
  #archive_pager {
    font-size: calc(16 / 375 * 100vw);
  }
  #archive_pager li:first-child a {
    background: url(../img/common/prev_arrow.svg) no-repeat left calc(1 / 375 * 100vw)/calc(7 / 375 * 100vw) auto;
    padding-left: calc(14 / 375 * 100vw);
  }
  #archive_pager li:last-child a {
    background: url(../img/common/next_arrow.svg) no-repeat right calc(1 / 375 * 100vw)/calc(7 / 375 * 100vw) auto;
    padding-right: calc(14 / 375 * 100vw);
  }
  .not_found {
    padding: calc(30 / 375 * 100vw);
    text-align: center;
    margin: calc(100 / 375 * 100vw) 0 calc(150 / 375 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	menu
*―――――――――――――――――――――――――*/
#menu_lead {
  padding: 100px 0 160px;
}
#menu_lead h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.7857142857;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}
#menu_lead p {
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 130px;
}
#menu_lead .w_images {
  overflow: hidden;
  height: 330px;
}
#menu_lead .images {
  width: 370px;
}
#menu_lead .images .slick-list {
  overflow: visible;
}
#menu_lead .images .slide {
  margin: 0 20px;
}

#menu_price {
  padding-bottom: 200px;
}
#menu_price h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  background: url(../img/common/dot.svg) repeat-x left center;
  margin-bottom: 70px;
}
#menu_price h3 span {
  background: #fff;
  padding-right: 40px;
}
#menu_price .basic {
  padding-bottom: 105px;
}
#menu_price .basic ul {
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  font-size: 0;
  line-height: 1;
}
#menu_price .basic .bottom_text {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.4285714286;
}
#menu_price .option h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 40px;
}
#menu_price .option .group {
  padding-bottom: 78px;
  margin-bottom: 78px;
  background: url(../img/menu/dot.svg) no-repeat center bottom/97px auto;
}
#menu_price .option .group .row:last-child {
  margin-bottom: 0;
}
#menu_price .option .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#menu_price .option .row > div {
  position: relative;
  width: 460px;
}
#menu_price .option .row h5 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#menu_price .option table {
  width: 100%;
}
#menu_price .option table th,
#menu_price .option table td {
  border: solid 1px #707070;
  letter-spacing: 0.05em;
}
#menu_price .option table th {
  width: 180px;
  font-size: 16px;
  background: #f3f2f2;
  padding: 8px 8px 8px 42px;
}
#menu_price .option table td {
  width: calc(100% - 180px);
  font-size: 18px;
  padding: 5px 5px 5px 44px;
}
#menu_price .option .sup {
  position: absolute;
  letter-spacing: 0.15em;
  right: 0;
  bottom: -35px;
  text-align: right;
}
#menu_price .other .archive_list {
  margin-bottom: 80px;
}
#menu_price .other .archive_list .img {
  cursor: pointer;
}
@media (any-hover: hover) {
  #menu_price .other .archive_list .img {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #menu_price .other .archive_list .img:hover {
    opacity: 0.6 !important;
  }
}
#menu_price .other .archive_list .text {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
}
#menu_price .other .bottom_text {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.4285714286;
}
#menu_price .other .overlay {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#menu_price .other .modal {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#menu_price .other .modal .flex {
  width: 740px;
  min-height: 390px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu_price .other .modal .flex > div {
  width: 50%;
}
#menu_price .other .modal .left .modal_slide {
  position: relative;
}
#menu_price .other .modal .left .modal_slide .slick-arrow {
  position: absolute;
  height: 100%;
  z-index: 10;
  top: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 45px;
  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;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#menu_price .other .modal .left .modal_slide .slick-arrow:hover {
  opacity: 0.5;
}
#menu_price .other .modal .left .modal_slide .slick-arrow:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#menu_price .other .modal .left .modal_slide .slick-arrow.slick-prev {
  left: 6px;
}
#menu_price .other .modal .left .modal_slide .slick-arrow.slick-prev:after {
  rotate: 45deg;
}
#menu_price .other .modal .left .modal_slide .slick-arrow.slick-next {
  right: 6px;
}
#menu_price .other .modal .left .modal_slide .slick-arrow.slick-next:after {
  rotate: -135deg;
}
#menu_price .other .modal .right {
  padding: 125px 32px 38px;
  max-height: 390px;
  overflow: auto;
  border: solid 1px #707070;
  border-left: none;
}
#menu_price .other .modal h5 {
  text-align: center;
  margin-bottom: 25px;
}
#menu_price .other .modal .text {
  margin-bottom: 35px;
}
#menu_price .other .modal .remarks {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#menu_price .other .modal_slide .slide {
  outline: none;
  height: 390px;
  font-size: 0;
  line-height: 0;
}
#menu_price .other .modal_slide .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/390;
  height: auto;
  width: 100%;
}
#menu_price .other .modal_slide .slick-dots {
  font-size: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -20px;
  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: 0 9px;
}
#menu_price .other .modal_slide .slick-dots .slick-active button {
  background: var(--mc);
}
#menu_price .other .modal_slide .slick-dots button {
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
  padding: 10px 10px 0 0;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px var(--mc);
  background: none;
}
#menu_price .other .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
#menu_price .other .close_btn img {
  width: 15px;
}

#menu_faq {
  background: linear-gradient(-145deg, #ecf0f2 0%, #eae7e7 0%, #fff 27.59%, #ecf0f2 47.29%, #fefefe 69.94%, rgba(203, 205, 206, 0.9) 100%);
  padding: 90px 0;
}
#menu_faq h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 70px;
}
#menu_faq .faq_list {
  border-bottom: solid 1px #707070;
}
#menu_faq .faq_list summary {
  border-top: solid 1px #707070;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.7222222222;
  padding: 38px 38px 38px 0;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  #menu_faq .faq_list summary {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #menu_faq .faq_list summary:hover {
    opacity: 0.6 !important;
  }
}
#menu_faq .faq_list summary.open:before {
  opacity: 0;
}
#menu_faq .faq_list summary:before, #menu_faq .faq_list summary:after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #707070;
}
#menu_faq .faq_list summary:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#menu_faq .faq_list .content {
  padding-bottom: 40px;
  line-height: 1.6428571429;
  letter-spacing: 0.15em;
  display: none;
}
#menu_faq .group {
  margin-bottom: 100px;
}
#menu_faq .group:last-child {
  margin-bottom: 0;
}

/*―――――――――――――――――――――――――*
*	PC以下
*―――――――――――――――――――――――――*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #menu_lead {
    padding: calc(100 / 1300 * 100vw) 0 calc(160 / 1300 * 100vw);
  }
  #menu_lead h3 {
    font-size: calc(28 / 1300 * 100vw);
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #menu_lead p {
    font-size: calc(18 / 1300 * 100vw);
    line-height: 2.7777777778;
    margin-bottom: calc(130 / 1300 * 100vw);
  }
  #menu_lead .w_images {
    height: calc(330 / 1300 * 100vw);
  }
  #menu_lead .images {
    width: calc(370 / 1300 * 100vw);
  }
  #menu_lead .images .slide {
    margin: 0 calc(20 / 1300 * 100vw);
  }
  #menu_price {
    padding-bottom: calc(200 / 1300 * 100vw);
  }
  #menu_price h3 {
    font-size: calc(20 / 1300 * 100vw);
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  #menu_price h3 span {
    padding-right: calc(40 / 1300 * 100vw);
  }
  #menu_price .basic {
    padding-bottom: calc(105 / 1300 * 100vw);
  }
  #menu_price .basic ul {
    margin-bottom: calc(80 / 1300 * 100vw);
    gap: calc(26 / 1300 * 100vw);
  }
  #menu_price .option h4 {
    font-size: calc(20 / 1300 * 100vw);
    margin-bottom: calc(40 / 1300 * 100vw);
  }
  #menu_price .option .group {
    padding-bottom: calc(78 / 1300 * 100vw);
    margin-bottom: calc(78 / 1300 * 100vw);
    background: url(../img/menu/dot.svg) no-repeat center bottom/calc(97 / 1300 * 100vw) auto;
  }
  #menu_price .option .row {
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #menu_price .option .row > div {
    width: calc(460 / 1300 * 100vw);
  }
  #menu_price .option .row h5 {
    font-size: calc(18 / 1300 * 100vw);
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  #menu_price .option table th,
  #menu_price .option table td {
    border: solid calc(1 / 1300 * 100vw) #707070;
  }
  #menu_price .option table th {
    width: calc(180 / 1300 * 100vw);
    font-size: calc(16 / 1300 * 100vw);
    padding: calc(8 / 1300 * 100vw) calc(8 / 1300 * 100vw) calc(8 / 1300 * 100vw) calc(42 / 1300 * 100vw);
  }
  #menu_price .option table td {
    width: calc(100% - calc(180 / 1300 * 100vw));
    font-size: calc(18 / 1300 * 100vw);
    padding: calc(5 / 1300 * 100vw) calc(5 / 1300 * 100vw) calc(5 / 1300 * 100vw) calc(44 / 1300 * 100vw);
  }
  #menu_price .option .sup {
    bottom: calc(-35 / 1300 * 100vw);
  }
  #menu_price .other .archive_list {
    margin-bottom: calc(80 / 1300 * 100vw);
  }
  #menu_price .other .modal .flex {
    width: calc(740 / 1300 * 100vw);
    min-height: calc(390 / 1300 * 100vw);
  }
  #menu_price .other .modal .right {
    padding: calc(125 / 1300 * 100vw) calc(32 / 1300 * 100vw) calc(38 / 1300 * 100vw);
    max-height: calc(390 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #707070;
  }
  #menu_price .other .modal h5 {
    margin-bottom: calc(25 / 1300 * 100vw);
  }
  #menu_price .other .modal .text {
    margin-bottom: calc(35 / 1300 * 100vw);
  }
  #menu_price .other .modal .remarks {
    font-size: calc(12 / 1300 * 100vw);
  }
  #menu_price .other .modal_slide .slide {
    height: calc(390 / 1300 * 100vw);
  }
  #menu_price .other .modal_slide .slick-dots {
    bottom: calc(-20 / 1300 * 100vw);
    gap: 0 calc(9 / 1300 * 100vw);
  }
  #menu_price .other .modal_slide .slick-dots button {
    padding: calc(10 / 1300 * 100vw) calc(10 / 1300 * 100vw) 0 0;
    border: solid calc(1 / 1300 * 100vw) var(--mc);
  }
  #menu_price .other .close_btn {
    top: calc(-20 / 1300 * 100vw);
    right: calc(-20 / 1300 * 100vw);
  }
  #menu_price .other .close_btn img {
    width: calc(15 / 1300 * 100vw);
  }
  #menu_faq {
    background: linear-gradient(-145deg, #ecf0f2 0%, #eae7e7 0%, #fff 27.59%, #ecf0f2 47.29%, #fefefe 69.94%, rgba(203, 205, 206, 0.9) 100%);
    padding: calc(90 / 1300 * 100vw) 0;
  }
  #menu_faq h3 {
    font-size: calc(24 / 1300 * 100vw);
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  #menu_faq .faq_list {
    border-bottom: solid calc(1 / 1300 * 100vw) #707070;
  }
  #menu_faq .faq_list summary {
    border-top: solid calc(1 / 1300 * 100vw) #707070;
    font-size: calc(18 / 1300 * 100vw);
    padding: calc(38 / 1300 * 100vw) calc(38 / 1300 * 100vw) calc(38 / 1300 * 100vw) 0;
  }
  #menu_faq .faq_list summary:before, #menu_faq .faq_list summary:after {
    right: calc(6 / 1300 * 100vw);
    width: calc(16 / 1300 * 100vw);
    height: calc(1 / 1300 * 100vw);
  }
  #menu_faq .faq_list .content {
    padding-bottom: calc(40 / 1300 * 100vw);
  }
  #menu_faq .group {
    margin-bottom: calc(100 / 1300 * 100vw);
  }
}
/*―――――――――――――――――――――――――*
*	スマホ
*―――――――――――――――――――――――――*/
@media screen and (max-width: 767px) {
  #menu_lead {
    padding: calc(185 / 375 * 100vw) 0 calc(150 / 375 * 100vw);
  }
  #menu_lead h3 {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.4545454545;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #menu_lead p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2.8571428571;
    margin-bottom: calc(140 / 375 * 100vw);
  }
  #menu_lead .w_images {
    height: calc(150 / 375 * 100vw);
  }
  #menu_lead .images {
    width: calc(170 / 375 * 100vw);
  }
  #menu_lead .images .slide {
    margin: 0 calc(10 / 375 * 100vw);
  }
  #menu_price {
    padding-bottom: calc(150 / 375 * 100vw);
  }
  #menu_price h3 {
    font-size: calc(20 / 375 * 100vw);
    background: url(../img/common/dot.svg) repeat-x left center/auto calc(1 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
  #menu_price h3 span {
    padding-right: calc(14 / 375 * 100vw);
  }
  #menu_price .basic {
    padding-bottom: calc(105 / 375 * 100vw);
  }
  #menu_price .basic ul {
    margin-bottom: calc(60 / 375 * 100vw);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(26 / 375 * 100vw);
  }
  #menu_price .basic .bottom_text {
    text-align: left;
    line-height: 1.7142857143;
  }
  #menu_price .option h4 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #menu_price .option .group {
    padding-bottom: calc(60 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
    background: url(../img/menu/dot.svg) no-repeat center bottom/auto calc(1 / 375 * 100vw);
  }
  #menu_price .option .row {
    margin-bottom: calc(40 / 375 * 100vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu_price .option .row > div {
    width: 100%;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #menu_price .option .row > div:last-child {
    margin-bottom: 0;
  }
  #menu_price .option .row h5 {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    margin-bottom: calc(12 / 375 * 100vw);
  }
  #menu_price .option table th,
  #menu_price .option table td {
    border: solid calc(1 / 375 * 100vw) #707070;
  }
  #menu_price .option table th {
    width: calc(132 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    background: #f3f2f2;
    padding: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #menu_price .option table td {
    width: calc(100% - calc(132 / 375 * 100vw));
    font-size: calc(14 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
  #menu_price .option .sup {
    position: static;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  #menu_price .other .archive_list {
    margin-bottom: calc(80 / 375 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  #menu_price .other .bottom_text {
    text-align: left;
    line-height: 1.7142857143;
  }
  #menu_price .other .overlay {
    background: #fff;
  }
  #menu_price .other .modal .flex {
    width: calc(310 / 375 * 100vw);
    min-height: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
    gap: calc(30 / 375 * 100vw) 0;
    max-height: calc(100svh - calc(60 / 375 * 100vw));
  }
  #menu_price .other .modal .flex > div {
    width: 100%;
  }
  #menu_price .other .modal .right {
    padding: 0;
    max-height: calc(390 / 375 * 100vw);
    overflow: auto;
    border: none;
  }
  #menu_price .other .modal h5 {
    text-align: center;
    margin-bottom: calc(25 / 375 * 100vw);
  }
  #menu_price .other .modal .text {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  #menu_price .other .modal .remarks {
    font-size: calc(12 / 375 * 100vw);
  }
  #menu_price .other .modal_slide .slide {
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
  }
  #menu_price .other .modal_slide .slide img {
    aspect-ratio: 1/1;
  }
  #menu_price .other .modal_slide .slick-dots {
    position: static;
    left: revert;
    -webkit-transform: revert;
            transform: revert;
    bottom: revert;
    gap: 0 calc(9 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
  #menu_price .other .modal_slide .slick-dots button {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  #menu_price .other .close_btn {
    top: calc(-20 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
  }
  #menu_price .other .close_btn img {
    width: calc(15 / 375 * 100vw);
  }
  #menu_faq {
    padding: calc(90 / 375 * 100vw) 0;
  }
  #menu_faq .ttl01 .ja {
    line-height: 1.4;
  }
  #menu_faq h3 {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
  #menu_faq .faq_list {
    border-bottom: solid calc(1 / 375 * 100vw) #707070;
  }
  #menu_faq .faq_list summary {
    border-top: solid calc(1 / 375 * 100vw) #707070;
    font-size: calc(15 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) calc(24 / 375 * 100vw) calc(24 / 375 * 100vw) 0;
  }
  #menu_faq .faq_list summary:before, #menu_faq .faq_list summary:after {
    right: 0;
    width: calc(12 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }
  #menu_faq .faq_list .content {
    font-size: calc(13 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
  #menu_faq .group {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */