@charset "UTF-8";
/*
Theme Name: omairidou
Theme URI:
Description: omairidou
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #2e0808;
  --color-primary-light: #ebf5fb;
  --color-secondary: #14a74a;
  --color-secondary-light: #fffbe3;
  --color-link: #4895e6;
}

.red {
  color: #e75450;
}

.yellow {
  color: var(--color-secondary);
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1200px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .formCnt .btnWrap input, .viewPanel-Detail a::before, .viewPanel-Detail a::after, .viewPanel-Detail .viewImg, .FloorInfo .Floormap .markLink, #nav-toggle, #btm-btn ul li a.pagetop, .Header, .Header::before, .siteTitle, .HeaderMenu, .HeaderMenu .g-menu li a::after, .pgNav li a, .contact-Btn, .viewMore .arrow, .moreLink, .baseBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.7rem;
  font-weight: 400;
  color: black;
  line-height: 2;
  background-color: white;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  body {
    font-size: 1.3076923077vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 100px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #0069b7;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

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

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

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

.br-tb {
  display: none;
}

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

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

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 150px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ptb {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 50px !important;
  }
}

.u-pb {
  padding-bottom: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 2.2rem;
}

.u-btmMarker {
  background: linear-gradient(transparent 60%, #ffffa3 60%);
}

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

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: inline-flex;
  padding-right: 100px;
  padding-bottom: 0.5em;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv1 {
    font-size: 3.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.7rem;
  }
}
.title-Lv1::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, var(--color-primary-light) 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv1::after {
    height: 5px;
  }
}

.title-En {
  color: var(--color-primary);
  font-size: 10rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-En {
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-En {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .title-En {
    font-size: 3.8rem;
  }
}

.title-Lv2 {
  padding-bottom: 0.5em;
  display: inline-flex;
  justify-content: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: var(--color-primary);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv2 {
    font-size: 2.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 2.5rem;
  }
}
.title-Lv2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(90deg, var(--color-primary) 48%, white 48%, white 52%, var(--color-secondary) 52%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title-Lv2--white {
  color: white;
}
.title-Lv2--white::after {
  background-image: linear-gradient(90deg, white 48%, transparent 48%, transparent 52%, white 52%);
}

.title-Lv3 {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv3 {
    font-size: 1.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 3rem;
  }
}

.title-Lv4 {
  font-size: 1.8rem;
  font-weight: 600;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  background-color: #e75450;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  gap: 0 0.5em;
  border-radius: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .contact-Btn {
    font-size: 1.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    width: 85%;
    max-width: 85%;
    font-size: 1.8rem;
  }
}
.contact-Btn:hover {
  filter: brightness(110%);
}
.contact-Btn__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .contact-Btn__icon {
    transform: scale(0.85);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
.contact-Btn__icon--header {
  width: 24px;
  height: 24px;
}
.contact-Btn__icon--middle {
  width: 24px;
  height: 24px;
}
.contact-Btn__icon--large {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn__icon--large {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon--large {
    width: 24px;
    height: 24px;
  }
}
.contact-Btn__caption {
  font-size: 1.7rem;
  font-weight: normal;
}
.contact-Btn--header {
  width: 80px;
  height: calc(100% - 20px);
  flex-direction: column;
  padding: 0 0.5em;
  font-size: 14px;
  border-radius: 5px;
  background-color: #e75450;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .contact-Btn--header {
    font-size: 0.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    padding: 0;
    flex-direction: column;
    font-size: 1rem;
    width: 60px;
    max-width: 60px;
    height: 60px;
    max-height: 60px;
  }
}
.contact-Btn--header i {
  font-size: 21px;
}
.contact-Btn--fv {
  width: 360px;
  max-width: 360px;
}
.contact-Btn--middle {
  padding: 1em 0.75em;
  max-width: 320px;
  font-size: 1.7rem;
}
.contact-Btn--large {
  padding: 1.5em 2em;
  font-size: 2.2rem;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .contact-Btn--large {
    font-size: 1.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--large {
    width: 600px;
    padding: 1.5em 1em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--large {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0.5em;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--smp {
    padding: 1em 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__txt {
    display: block;
    font-size: 1rem;
  }
}

.viewMore {
  display: inline-flex;
  align-items: center;
  gap: 0 25px;
  position: relative;
  color: black;
  text-decoration: none;
}
.viewMore:hover {
  color: var(--color-primary);
}
.viewMore:hover .caption {
  border-bottom-color: var(--color-primary);
}
.viewMore:hover .arrow {
  transform: scale(1.1);
  filter: brightness(120%);
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.7rem;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .viewMore .caption {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .viewMore .arrow {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background-color: white;
  color: var(--color-primary);
}

.moreLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0.5em;
  padding-right: 1.25em;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.moreLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background-color: var(--color-primary);
  clip-path: polygon(0 100%, 100% 100%, 90% 40%, 90% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
.moreLink:hover {
  padding-right: 1.5em;
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2em;
  background-color: white;
  color: var(--color-primary);
  font-size: 1.7rem;
  font-weight: 500;
  border: 1.5px solid var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.7;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .baseBtn {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    line-height: 1.3;
    gap: 0 0.25em;
  }
}
.baseBtn:hover {
  background-color: var(--color-primary);
  color: white;
}
.baseBtn--white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.baseBtn--white:hover {
  background-color: white;
  color: var(--color-primary);
}
.baseBtn--small {
  font-size: 1.8rem;
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid black;
  text-decoration: none;
  font-size: 1.8rem;
  color: black;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

.aioseo-breadcrumbs {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.3rem;
  border-radius: 7px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .aioseo-breadcrumbs {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aioseo-breadcrumbs {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
.pgNav li a {
  display: block;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: black;
  border: 1px solid #ccc;
}
.pgNav li a:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.pgNav li a.active {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}

.centerBlock {
  display: table;
}

.NotesMark {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesBox {
  padding: 1.5%;
  background-color: var(--color-secondary-light);
  border-radius: 15px;
}

.Notes {
  display: flex;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.5;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.1rem;
  }
}
.Notes::before {
  content: attr(data-head);
}
.Notes--num {
  padding-left: 2em;
}
.Notes--num::before {
  content: attr(data-num);
}

.CntBox {
  background-color: var(--color-primary-light);
}
.CntBox__inner {
  padding: 2.5%;
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .tab-group {
    padding: 0;
    flex-direction: column;
    gap: 1em 0;
  }
}
.tab-group .tab {
  padding: 1.5em 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--color-primary-light);
  line-height: 1.2;
  letter-spacing: -0.05em;
  border-radius: 6px 6px 0 0;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .tab-group .tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    border-radius: 5px;
  }
}
.tab-group .tab::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .tab-group .tab::before {
    width: 20px;
    height: 20px;
  }
}
.tab-group .tab--el::before {
  background: url(../img/top/Plan-1.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--el.tab-active::before {
  background: url(../img/top/Plan-1-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--sw::before {
  background: url(../img/top/Plan-2.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--sw.tab-active::before {
  background: url(../img/top/Plan-2-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--water::before {
  background: url(../img/top/Plan-3.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--water.tab-active::before {
  background: url(../img/top/Plan-3-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab.tab-active {
  background-color: #0069b7;
  transition: all 0.2s ease-out;
  color: white;
}
.tab-group .tab.tab-active.tab--sw {
  background-color: var(--color-secondary);
}
.tab-group .tab.tab-active.tab--water {
  background-color: #3cb1fb;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 85% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  max-height: 400px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    max-height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .date {
  display: table;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.mv-modal .iziModal-content .ttl {
  display: block;
  padding: 1em 0;
  line-height: 1.3;
  font-weight: bold;
}
.mv-modal .iziModal-content .teikyo {
  display: table;
  margin: 0 auto;
  padding: 0.15em 0;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.mv-modal .iziModal-content .teikyo::before {
  content: "提供元";
  display: inline-block;
  padding: 0.15em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #9bbf00;
  border: 1px solid #9bbf00;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: black;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 105, 183, 0.2);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 80px;
    padding: 0 5px;
  }
}
.Header::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: linear-gradient(90deg, #4b1212 50%, #771c1c);
}

.siteTitle {
  position: relative;
  z-index: 51;
}
.siteTitle a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  line-height: 1.5;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .siteTitle a {
    line-height: 1.2;
  }
}
.siteTitle a .LogoMark {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 5px rgba(29, 5, 5, 0.35);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .siteTitle a .LogoMark {
    width: 8.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteTitle a .LogoMark {
    width: 90px;
    height: 100px;
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .siteTitle a .LogoMark {
    width: 80px;
    height: 80px;
    border-radius: 0 0 5px 5px;
  }
}
.siteTitle a .Logo {
  display: block;
  width: 90%;
  object-fit: contain;
  object-position: center;
}
.siteTitle a .siteName {
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho B1", serif;
}
.siteTitle a .siteName .jp {
  font-size: 2.2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .siteTitle a .siteName .jp {
    font-size: 1.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteTitle a .siteName .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .siteTitle a .siteName .jp {
    font-size: 1.7rem;
  }
}
.siteTitle a .siteName .en {
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .siteTitle a .siteName .en {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteTitle a .siteName .en {
    display: block;
    width: 110%;
    font-size: 1rem;
    transform-origin: 0 0;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .siteTitle a .siteName .en {
    display: block;
    width: 110%;
    font-size: 1rem;
    transform-origin: 0 0;
    transform: scale(0.8);
  }
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
@media screen and (max-width: 767px) {
  .HeaderMenu {
    display: none;
  }
}
.HeaderMenu__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .HeaderMenu__inner {
    justify-content: flex-end;
  }
}
.HeaderMenu__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .HeaderMenu__column {
    display: none;
  }
}
.HeaderMenu nav {
  text-align: center;
}
.HeaderMenu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 15px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .HeaderMenu .g-menu {
    column-gap: 1.1538461538vw;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu {
    padding-left: 1em;
    flex-direction: column;
    gap: 0.25em 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 15;
}
.HeaderMenu .g-menu li {
  position: relative;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu li {
    padding-right: 0;
    border: none;
  }
}
.HeaderMenu .g-menu li a {
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.2;
  gap: 0 0.25em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .HeaderMenu .g-menu li a {
    font-size: 1.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu li a {
    justify-content: flex-end;
    min-height: initial;
    font-size: 1.3rem;
    text-align: right;
  }
}
.HeaderMenu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1.5px;
  background-color: #cbbbaa;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .g-menu li a .icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
}
.HeaderMenu .g-menu li a i {
  color: var(--color-primary);
}
.HeaderMenu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .g-menu li a:hover {
  color: #cbbbaa;
  opacity: 1;
}
.HeaderMenu .g-menu li a:hover::after {
  width: 100%;
}
.HeaderMenu .g-menu li:last-child a {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  top: 40px;
  z-index: 4;
  /*形状を指定*/
  background-color: white;
  width: 220px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  border: 1px solid #ccc;
  /*==3階層目*/
}
.HeaderMenu .g-menu li.menu-item-has-children ul li {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a {
  min-height: initial;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  color: black;
  line-height: 1.3;
  justify-content: flex-start;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover, .HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
  background-color: var(--color-primary);
  color: white;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu nav li.menu-item-has-children:hover > ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover > ul,
.HeaderMenu nav li.menu-item-has-children:active > ul,
.HeaderMenu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.HeaderPhone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.3;
}
.HeaderPhone__no {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: black;
  gap: 0 0.15em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .HeaderPhone__no {
    font-size: 1.5384615385vw;
  }
}
.HeaderPhone__no i {
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .HeaderPhone__no i {
    font-size: 1.2307692308vw;
  }
}
.HeaderPhone__reception {
  font-size: 11px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .HeaderPhone__reception {
    font-size: 0.8461538462vw;
  }
}

.fontSize {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .fontSize {
    column-gap: 0.7692307692vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fontSize {
    flex-direction: column;
    gap: 10px 0;
  }
}
.fontSize--smp {
  justify-content: center;
}
.fontSize__column {
  display: flex;
  gap: 0 0.5em;
}
.fontSize__label {
  font-size: 13px;
  color: white;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .fontSize__label {
    font-size: 1vw;
  }
}
.fontSize .bl_sizeBtn {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: white;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .fontSize .bl_sizeBtn {
    width: 24px;
    height: 24px;
    font-size: 1.0769230769vw;
  }
}
.fontSize .bl_sizeBtn.is_active {
  background-color: black;
  color: white;
}

@media screen and (min-width: 1300px) {
  header.is-fixed {
    height: 85px;
  }
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  header.is-fixed {
    height: 80px;
  }
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 19;
  background-image: linear-gradient(90deg, #4b1212 50%, #771c1c);
  color: white;
  overflow: hidden;
}
.Footer__bg {
  display: block;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .Footer__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Footer__inner {
  padding: 50px 3.5%;
}
.Footer .musInfo {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .Footer .musInfo {
    font-size: 1.3rem;
  }
}
.Footer .musInfo em {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Footer .musInfo em {
    font-size: 1.7rem;
  }
}
.Footer .Copyright {
  font-size: 11px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1.1rem;
  }
}
.Footer-Nav {
  display: flex;
  justify-content: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .Footer-Nav {
    padding: 0 5%;
    gap: 0 0.5em;
    flex-wrap: wrap;
  }
}
.Footer-Nav li a {
  display: flex;
  align-items: center;
  gap: 0 0.25em;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .Footer-Nav li a {
    font-size: 1.3rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 19;
  display: none;
}
@media screen and (max-width: 767px) {
  #btm-btn {
    z-index: 100;
    bottom: 10px;
    right: 10px;
  }
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: var(--color-primary);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #btm-btn ul li a.pagetop {
    width: 35px;
    height: 35px;
  }
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
@media screen and (max-width: 767px) {
  #btm-btn ul li a.pagetop img {
    width: 10px;
  }
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
  transform: scale(1.1);
}

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

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 80%;
  height: 100vh;
  background-color: black;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav {
    width: 40%;
    max-width: 40%;
  }
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 80%;
  max-width: 80%;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    width: 80%;
    max-width: 80%;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: flex;
  align-items: center;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li a i,
#g-nav #menu-foot_navi li a i {
  color: var(--color-primary);
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    top: 12px;
    display: flex;
    width: 45px;
    height: 60px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 25px;
  height: 1px;
  left: 50%;
  display: block;
  background-color: white;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 15px;
}
#nav-toggle span:nth-child(2) {
  top: 28px;
}
#nav-toggle span:nth-child(3) {
  top: 41px;
}
#nav-toggle .menu-ttl {
  font-size: 1.1rem;
  display: block;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span:nth-child(1) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active .menu-ttl {
  color: white;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  /*スクロールダウン全体の場所*/
}
@media screen and (max-width: 767px) {
  .Fv {
    padding-top: 100px;
  }
}
.Fv::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 200px);
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #4b1212 50%, #661515);
}
@media screen and (max-width: 767px) {
  .Fv::before {
    height: 100%;
  }
}
.Fv::after {
  content: "";
  display: block;
  width: 60px;
  height: calc(100% - 200px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #78222c;
  display: none;
}
.Fv__img {
  display: block;
  width: 100%;
  height: calc(100% - 150px);
  object-fit: contain;
  object-position: center right;
  position: absolute;
  bottom: 150px;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0.75;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .Fv__img {
    height: 105%;
    object-fit: cover;
    bottom: auto;
    top: 0;
  }
}
.Fv__inner {
  padding-left: 2.5%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    padding-left: 0;
  }
}
.Fv__column {
  display: flex;
  justify-content: space-between;
  gap: 0 35px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Fv__column {
    column-gap: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .Fv__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px 0;
  }
}
.Fv__mt {
  width: 75%;
  min-width: 75%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__mt {
    width: 70%;
    min-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .Fv__mt {
    width: 100%;
    min-width: initial;
  }
}
.Fv__mt__inner {
  width: 100%;
  background-color: black;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__mt__inner {
    aspect-ratio: 16/12;
  }
}
.Fv iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Fv iframe {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    min-height: 250px;
    height: auto !important;
  }
}
.Fv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__content {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .Fv__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    gap: 0 15px;
    box-sizing: border-box;
    padding: 0 2.5%;
  }
}
.Fv__mainCopy {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 6rem;
  font-weight: 600;
  color: white;
  color: #f7f2e7;
  line-height: 1.4;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Fv__mainCopy {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__mainCopy {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv__mainCopy {
    writing-mode: initial;
    font-size: 2.8rem;
  }
}
.Fv .btnMenu {
  background-color: rgba(14, 11, 4, 0.8);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .btnMenu {
    margin-top: 25px !important;
  }
}
.Fv .btnMenu__inner {
  padding: 5%;
}
.Fv .btnMenu__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Fv .btnMenu__menu {
    column-gap: 1.1538461538vw;
  }
}
.Fv .btnMenu__menu li {
  width: calc(50% - 7.5px);
}
.Fv .btnMenu__menu li a {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(90deg, #eae0da, #f5f3f2);
  border-radius: 4px;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Fv .btnMenu__menu li a {
    font-size: 1.0769230769vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .btnMenu__menu li a {
    padding: 0.35em;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .btnMenu__menu li a {
    font-size: 12px;
  }
}
.Fv .viewTips {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Fv .viewTips {
    font-size: 1.0769230769vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .viewTips {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .Fv .viewTips {
    padding: 0 5%;
    font-size: 1.2rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
  }
}
.Fv .scrolldown {
  position: absolute;
  bottom: 3%;
  right: 10%;
  animation: arrowmove 2s ease-in-out infinite;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Fv .scrolldown {
    left: 0;
    right: 5%;
    display: none;
  }
}
.Fv .scrolldown span {
  position: absolute;
  padding-right: 7px;
  right: 0;
  bottom: 10px;
  color: black;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /* 矢印の描写 */
}
@media screen and (max-width: 767px) {
  .Fv .scrolldown span {
    color: white;
  }
}
.Fv .scrolldown span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: black;
  transform: skewX(-31deg);
}
@media screen and (max-width: 767px) {
  .Fv .scrolldown span::before {
    background-color: white;
  }
}
.Fv .scrolldown span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: black;
}
@media screen and (max-width: 767px) {
  .Fv .scrolldown span::after {
    background-color: white;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 0%;
  }
}

.About {
  position: relative;
}
.About__bg {
  display: block;
  width: 65%;
  position: absolute;
  top: -50px;
  right: 0;
  filter: sepia(100%);
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .About__bg {
    width: 115%;
    top: 0;
  }
}
.About__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .About__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .About__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .About__inner {
    max-width: calc(100% - 50px);
  }
}
.About__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .About__title {
    font-size: 2.7692307692vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .About__title {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .About__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.viewPanel {
  position: relative;
}
.viewPanel__inner {
  padding-left: 7.5%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewPanel__inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .viewPanel__inner {
    padding-left: 0;
    border-left: 1px solid white;
  }
}
.viewPanel__column {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.viewPanel-Detail {
  width: calc(25% - 1px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .viewPanel-Detail {
    width: calc(50% - 1px);
  }
}
.viewPanel-Detail a {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .viewPanel-Detail a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewPanel-Detail a {
    height: 210px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .viewPanel-Detail a {
    height: 200px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.viewPanel-Detail a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: 15;
  opacity: 0;
}
.viewPanel-Detail a::after {
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "クリックすると\aその場所に移動します";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
  background-color: white;
  color: black;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
  border-radius: 4px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .viewPanel-Detail a::after {
    width: 15.3846153846vw;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .viewPanel-Detail a::after {
    width: 85%;
    height: 70px;
    font-size: 13px;
  }
}
.viewPanel-Detail a:hover::before {
  opacity: 0.75;
}
.viewPanel-Detail a:hover::after {
  opacity: 1;
}
.viewPanel-Detail a:hover .viewImg {
  transform: scale(1.1);
}
.viewPanel-Detail .viewImg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.viewPanel-Detail .viewImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewPanel-Detail__block {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.viewPanel-Detail__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .viewPanel-Detail__title {
    font-size: 1.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewPanel-Detail__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .viewPanel-Detail__title {
    font-size: 1.9rem;
  }
}

.Howto {
  position: relative;
}
.Howto::before {
  content: "";
  display: block;
  width: 35%;
  height: 240px;
  background-image: linear-gradient(90deg, #4b1212, #771c1c);
  position: absolute;
  top: 150px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto::before {
    width: 30%;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .Howto::before {
    width: 100%;
    top: 50px;
    height: 120px;
  }
}
.Howto__bg {
  display: block;
  width: 35%;
  height: 460px;
  position: absolute;
  top: 150px;
  left: 0;
  filter: sepia(100%);
  opacity: 0.25;
  object-fit: cover;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .Howto__bg {
    width: 100%;
    top: 50px;
    height: 120px;
  }
}
.Howto__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Howto__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Howto__inner {
    max-width: calc(100% - 50px);
  }
}
.Howto__column {
  display: flex;
  gap: 0 150px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Howto__column {
    column-gap: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto__column {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .Howto__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
  }
}
.Howto__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  height: 240px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: white;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Howto__title {
    width: 23.0769230769vw;
    min-width: 23.0769230769vw;
    font-size: 2.7692307692vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto__title {
    width: 35%;
    min-width: 35%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .Howto__title {
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: initial;
    height: 120px;
    font-size: 2.7rem;
    gap: 0 1em;
  }
}
.Howto__title .en {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto__title .en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .Howto__title .en {
    font-size: 1.3rem;
  }
}
.Howto-Detail {
  border: 1px solid black;
}
.Howto-Detail__inner {
  padding: 3.5%;
}
@media screen and (max-width: 767px) {
  .Howto-Detail__inner {
    padding: 5%;
  }
}
.Howto-Detail__column {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Howto-Detail__column {
    column-gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .Howto-Detail__column {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.Howto-Detail__img {
  display: block;
  width: 100px;
  min-width: 100px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto-Detail__img {
    width: 80px;
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .Howto-Detail__img {
    width: 80px;
    min-width: initial;
  }
}
.Howto-Detail__img img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto-Detail__img img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Howto-Detail__img img {
    height: 50px;
  }
}
.Howto-Detail .label {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Howto-Detail .label {
    font-size: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Howto-Detail .label {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .Howto-Detail .label {
    font-size: 1.7rem;
  }
}

.FloorInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FloorInfo__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FloorInfo__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .FloorInfo__inner {
    max-width: calc(100% - 50px);
  }
}
.FloorInfo .Floormap {
  display: block;
  position: relative;
}
.FloorInfo .Floormap img {
  display: block;
}
.FloorInfo .Floormap .markLink {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #e75450;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink {
    width: 14px;
    height: 14px;
  }
}
.FloorInfo .Floormap .markLink:hover {
  transform: scale(1.5);
}
.FloorInfo .Floormap .markLink--1 {
  top: 77.5%;
  left: 9%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--1 {
    left: 16%;
    top: 86.5%;
  }
}
.FloorInfo .Floormap .markLink--2 {
  top: 75.5%;
  left: 23%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--2 {
    left: 38.5%;
    top: 85%;
  }
}
.FloorInfo .Floormap .markLink--3 {
  top: 81.5%;
  left: 40.5%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--3 {
    left: 68%;
    top: 88%;
  }
}
.FloorInfo .Floormap .markLink--4 {
  top: 67%;
  left: 52.5%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--4 {
    left: 90%;
    top: 80%;
  }
}
.FloorInfo .Floormap .markLink--5 {
  top: 90%;
  left: 59%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--5 {
    left: 28%;
    top: 60%;
  }
}
.FloorInfo .Floormap .markLink--6 {
  top: 89%;
  left: 74.5%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--6 {
    left: 57%;
    top: 60%;
  }
}
.FloorInfo .Floormap .markLink--7 {
  top: 63.5%;
  left: 72.5%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--7 {
    left: 56%;
    top: 42%;
  }
}
.FloorInfo .Floormap .markLink--8 {
  top: 65.5%;
  left: 62.5%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--8 {
    left: 33%;
    top: 44%;
  }
}
.FloorInfo .Floormap .markLink--9 {
  top: 15.5%;
  left: 66%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--9 {
    left: 30%;
    top: 10%;
  }
}
.FloorInfo .Floormap .markLink--10 {
  top: 19%;
  left: 79%;
}
@media screen and (max-width: 767px) {
  .FloorInfo .Floormap .markLink--10 {
    left: 58%;
    top: 12%;
  }
}
.FloorInfo .dispSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .FloorInfo .dispSp {
    display: block;
  }
}
.FloorInfo .zoomBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: 1px solid black;
  text-decoration: none;
  color: black;
  gap: 0 0.5em;
  font-size: 1.5rem;
}

.mtView {
  position: relative;
}
.mtView__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .mtView__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mtView__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .mtView__inner {
    max-width: calc(100% - 50px);
  }
}
.mtView__column {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  .mtView__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px 0;
  }
}
.mtView-Detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mtView-Detail {
    width: 100%;
  }
}
.mtView-Detail iframe {
  display: block;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .mtView-Detail iframe {
    height: 200px;
  }
}
.mtView-Detail__label {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mtView-Detail__label {
    font-size: 1.9rem;
  }
}

.Atwin {
  position: relative;
}
.Atwin::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Atwin::before {
    display: none;
  }
}
.Atwin__bg {
  display: block;
  width: 65%;
  position: absolute;
  top: 70px;
  right: -150px;
  filter: sepia(100%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .Atwin__bg {
    width: 115%;
    top: -50px;
    right: -100px;
  }
}
.Atwin__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Atwin__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Atwin__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Atwin__inner {
    max-width: calc(100% - 50px);
  }
}
.Atwin__title {
  display: flex;
  align-items: center;
  gap: 0 1em;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .Atwin__title {
    flex-direction: column;
    gap: 1em 0;
  }
}
.Atwin__title img {
  display: block;
  height: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Atwin__title img {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .Atwin__title img {
    height: 24px;
  }
}
.Atwin__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 70px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Atwin__column {
    column-gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Atwin__column {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .Atwin__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.Atwin .At-img-wrap {
  position: relative;
}
.Atwin .at-movie-wrap {
  position: relative;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Atwin .at-movie-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .Atwin .at-movie-wrap {
    width: 100%;
  }
}
.Atwin .at-movie-wrap video {
  width: 100%;
  margin: 0;
  padding: 0;
}
.Atwin .at-movie-wrap .play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.Atwin .at-movie-wrap .play-btn.playActive {
  display: none;
}
.Atwin .at-movie-wrap .play-btn img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .Atwin .at-movie-wrap .play-btn img {
    width: 60px;
  }
}
.Atwin .At-img {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 0 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Atwin .At-img {
    transform-origin: 0 0;
    transform: scale(0.85);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Atwin .At-img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .Atwin .At-img {
    gap: 0 20px;
    justify-content: center;
  }
}
.Atwin .At-img figure {
  display: block;
  width: 150px;
  min-width: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure {
    width: 80px;
    min-width: 80px;
  }
}
.Atwin .At-img figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #eeebe7;
  border: 10px solid #eeebe7;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure::before {
    height: 80px;
    top: 19px;
    border-width: 6px;
  }
}
.Atwin .At-img figure img {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure img {
    margin-top: 25px;
    height: 80px;
  }
}
.Atwin .At-img figure figcaption {
  display: block;
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure figcaption {
    font-size: 12px;
  }
}
.Atwin .At-img figure.At-img-2 {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure.At-img-2 {
    width: 130px;
    min-width: 130px;
  }
}
.Atwin .At-img figure.At-img-2::before {
  height: 200px;
  top: -15px;
  border-width: 15px;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure.At-img-2::before {
    height: 130px;
    top: -8px;
    border-width: 8px;
  }
}
.Atwin .At-img figure.At-img-2 img {
  margin-top: 0;
  height: 200px;
  object-fit: initial;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure.At-img-2 img {
    height: 130px;
  }
}
.Atwin .At-img figure.At-img-2 figcaption {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure.At-img-2 figcaption {
    font-size: 15px;
  }
}
.Atwin .At-img figure.At-img-2 figcaption .logo {
  display: inline-block;
  margin-bottom: 0.25em;
  width: 160px;
  height: auto;
  object-fit: initial;
  border-radius: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img figure.At-img-2 figcaption .logo {
    width: 110px;
  }
}
.Atwin .At-img .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 60px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img .arrow {
    top: 0;
  }
}
.Atwin .At-img .arrow-1 {
  left: 170px;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img .arrow-1 {
    left: 60px;
  }
}
.Atwin .At-img .arrow-2 {
  right: 170px;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img .arrow-2 {
    right: 60px;
  }
}
.Atwin .At-img .arrow span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img .arrow span {
    font-size: 12px;
  }
}
.Atwin .At-img .arrow i {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 767px) {
  .Atwin .At-img .arrow i {
    margin-top: 25px;
    font-size: 24px;
  }
}
.Atwin__copy {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Atwin__copy {
    font-size: 1.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .Atwin__copy {
    font-size: 1.8rem;
  }
}
.Atwin .contactInfo {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.75);
}
.Atwin .contactInfo__inner {
  padding: 3.5%;
}
.Atwin .contactInfo__label {
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .Atwin .contactInfo__label {
    font-size: 1.6rem;
  }
}
.Atwin .contactInfo .Phone {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0 0.5em;
  color: black;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .Atwin .contactInfo .Phone {
    pointer-events: visible;
  }
}
.Atwin .contactInfo .Mail {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: black;
  text-decoration: none;
  gap: 0 0.5em;
}

/*!
page > form
------------------------------
*/
.ContactForm__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .ContactForm__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner {
    max-width: calc(100% - 50px);
  }
}

.phoneInfo {
  max-width: 750px;
  border-radius: 15px;
  box-shadow: 10px 10px 25px rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .phoneInfo {
    min-width: 57.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo {
    max-width: initial;
  }
}
.phoneInfo__inner {
  padding: 5%;
}
.phoneInfo p {
  margin-top: 0 !important;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .phoneInfo p {
    font-size: 1.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.phoneInfo .phoneNo {
  font-size: 4.5rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--color-primary);
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .phoneInfo .phoneNo {
    font-size: 3.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo .phoneNo {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo {
    font-size: 2.6rem;
  }
}
.phoneInfo .phoneNo::before {
  display: inline-block;
  margin-right: 1em;
  padding: 0.75em 1.5em;
  content: "受付";
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--color-primary);
  color: white;
  border-radius: 4px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .phoneInfo .phoneNo::before {
    font-size: 1.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo .phoneNo::before {
    padding: 0.5em 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo::before {
    display: table;
    margin: 15px auto 10px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.phoneInfo .phoneNo i {
  font-size: 3.4rem;
  margin-right: 0.25em;
  vertical-align: 0.15em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .phoneInfo .phoneNo i {
    font-size: 2.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo .phoneNo i {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo i {
    font-size: 2.1rem;
  }
}
.phoneInfo__reception {
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .phoneInfo__reception {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .formCnt {
    width: auto;
  }
}
.formCnt__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .formCnt__inner {
    padding: 0;
  }
}
.formCnt p {
  margin-top: 50px;
  text-align: center;
}
.formCnt .cautionList {
  padding: 3.5%;
  display: table;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.formCnt .cautionList li {
  font-size: 1.3rem;
  margin-left: 1em;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .formCnt .cautionList li {
    font-size: 1.2rem;
  }
}
.formCnt .notnull,
.formCnt .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.5em 0.5em;
  background-color: #e75450;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}
.formCnt .optional {
  background-color: #ccc;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  padding: 1em 0;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
  }
}
.formCnt .formInputBlock table th {
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    width: auto;
    max-width: initial;
  }
}
.formCnt .formInputBlock table td .row {
  margin-bottom: 0.75em;
  overflow: hidden;
}
.formCnt .formInputBlock table td .row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td .row-1 {
  display: flex;
  align-items: center;
}
.formCnt .formInputBlock table td .row-1 span:nth-of-type(1) {
  margin-right: 25px;
}
.formCnt .formInputBlock table td .col {
  margin: 0 0.5em;
}
.formCnt .formInputBlock table td input[type=text],
.formCnt .formInputBlock table td input[type=email],
.formCnt .formInputBlock table td select,
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.7rem;
  padding: 0.75em;
  border: none;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: black;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[type=text]::placeholder,
.formCnt .formInputBlock table td input[type=email]::placeholder,
.formCnt .formInputBlock table td select::placeholder,
.formCnt .formInputBlock table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text]::placeholder,
  .formCnt .formInputBlock table td input[type=email]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.3rem;
  }
}
.formCnt .formInputBlock table td input[type=text]:nth-last-of-type(1),
.formCnt .formInputBlock table td input[type=email]:nth-last-of-type(1),
.formCnt .formInputBlock table td select:nth-last-of-type(1),
.formCnt .formInputBlock table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[type=text]:disabled,
.formCnt .formInputBlock table td input[type=email]:disabled,
.formCnt .formInputBlock table td select:disabled,
.formCnt .formInputBlock table td textarea:disabled {
  background-color: #f1f1f1;
}
.formCnt .formInputBlock table td input[type=radio],
.formCnt .formInputBlock table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .formInputBlock table td select {
  width: auto;
  font-size: 100%;
}
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  height: auto;
  max-height: initial;
}
.formCnt .formInputBlock table td input[name=氏名（姓）],
.formCnt .formInputBlock table td input[name=フリガナ（セイ）] {
  width: 30%;
  max-width: 30%;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=氏名（姓）],
  .formCnt .formInputBlock table td input[name=フリガナ（セイ）] {
    width: 40%;
    max-width: 40%;
    margin-right: 15px;
  }
}
.formCnt .formInputBlock table td input[name=氏名（名）],
.formCnt .formInputBlock table td input[name=フリガナ（メイ）] {
  width: 30%;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=氏名（名）],
  .formCnt .formInputBlock table td input[name=フリガナ（メイ）] {
    width: 40%;
    max-width: 40%;
  }
}
.formCnt .formInputBlock table td input[name=郵便番号] {
  width: 8em;
  font-size: 1.6rem;
  padding: 0.75em;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.formCnt .formInputBlock table td input[name=第1希望_日時],
.formCnt .formInputBlock table td input[name=第2希望_日時] {
  width: 200px;
  max-width: 200px;
  margin-right: 25px;
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[name=年齢] {
  margin-right: 0.5em;
  width: 70px;
  max-width: 70px;
}
.formCnt .formInputBlock table td .mwform-tel-field input,
.formCnt .formInputBlock table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-tel-field input,
  .formCnt .formInputBlock table td .mwform-zip-field input {
    width: calc(33.3333333333% - 1em);
    padding: 0.75em 0.5em;
  }
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before,
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #e75450;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}
.formCnt .formInputBlock table td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formCnt .formInputBlock table td .mwform-radio-field input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.formCnt .formInputBlock table td input[type=checkbox] {
  appearance: none;
  display: none;
}
.formCnt .formInputBlock table td input[type=checkbox] + span:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f45c";
  display: inline-block;
  margin-right: 1em;
  font-weight: 400;
}
.formCnt .formInputBlock table td input[type=checkbox]:checked + span:before {
  content: "\f00c";
  font-weight: 400;
}
.formCnt .formInputBlock table td .cap {
  display: table;
  font-size: 1.4rem;
}
.formCnt .formInputBlock table td .error {
  color: #e75450 !important;
}
.formCnt .btnWrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.formCnt .btnWrap input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2.5em;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.75em 2em;
    font-size: 1.5rem;
  }
}
.formCnt .btnWrap input.send_btn, .formCnt .btnWrap input.send_btn2 {
  background-color: var(--color-secondary);
  color: white;
}
.formCnt .btnWrap input.send_btn:disabled, .formCnt .btnWrap input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnWrap input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: black;
}
.formCnt .pr-check {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.formCnt .pr-check input[type=radio],
.formCnt .pr-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .pr-check .mwform-checkbox-field {
  text-align: center;
}
.formCnt .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.formCnt .privacy_wrap {
  margin: 0;
}
.formCnt .privacy_wrap .inp_mes {
  font-weight: bold;
}
.formCnt .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.formCnt .privacy_wrap .error + .error {
  display: none !important;
}
.formCnt .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 35px auto 0;
  padding: 2.5em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy {
    padding: 1.5em;
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}

.mw_wp_form_input .btnWrap input.send_btn2 {
  display: none;
}

.mw_wp_form_confirm .inp_mes {
  display: none;
}
.mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.mw_wp_form_confirm .privacy {
  display: none !important;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .formbox table td .row {
  margin-top: 0;
}
.mw_wp_form_input .conf_mes {
  display: none;
}
.mw_wp_form_input .BtnArea input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .ContactLead {
  display: none;
}
.mw_wp_form_confirm .inp_mes {
  display: none;
}
.mw_wp_form_confirm .conf_mes {
  display: table;
}
.mw_wp_form_confirm .FormParts .txt {
  display: none !important;
}
.mw_wp_form_confirm .FormParts .note-info {
  display: none !important;
}
.mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.mw_wp_form_confirm .privacy {
  display: none !important;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .FormParts table td .row {
  margin-top: 0;
}
.under-contact {
  margin-top: 50px;
}
.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: #f3eaf3 !important;
}

/*!
page > single
------------------------------
*/
.feature-img {
  padding: 100px 150px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-img {
    padding: 100px 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-img {
    padding: 50px 0 0;
  }
}
.feature-img img {
  display: block;
  width: 100%;
  height: auto;
}

.PostContent__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .PostContent__inner {
    padding: 0;
  }
}
.PostContent h1 {
  display: block;
  margin-top: 50px;
  padding: 1em 0 0.5em;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h1 {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    margin-top: 35px;
    font-size: 2rem;
  }
}
.PostContent h2 {
  display: block;
  margin-top: 50px;
  padding: 0.75em 1em;
  padding-left: 1.5em;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h2 {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    margin-top: 35px;
    font-size: 1.9rem;
  }
}
.PostContent h2::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  background-color: #3cb1fb;
  position: absolute;
  top: 0;
  left: 0;
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  margin-top: 50px;
  padding: 0.75em 1em;
  padding-left: 1.5em;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h3 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    margin-top: 35px;
    font-size: 1.7rem;
  }
}
.PostContent h3::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.PostContent h4 {
  display: table;
  margin-top: 30px;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.5rem;
  }
}
.PostContent img {
  height: auto;
  margin: 2em 0 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
  }
}
.PostContent img.aligncenter {
  display: block;
  margin: 2em auto 0;
}
.PostContent img.alignleft {
  margin: 2em 50px 0 0;
  float: left;
}
.PostContent img.alignright {
  margin: 2em 0 0 50px;
  float: right;
}
.PostContent p {
  margin: 2em 0 0;
}
.PostContent ul {
  margin: 2em 0 0;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol {
  margin: 2em 0 0;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin: 2em 0 0;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.PostContent table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
  text-align: right;
}
.PostContent table td p,
.PostContent table td ul,
.PostContent table td ol {
  margin: 0 0 10px;
}
.PostContent table td p:last-child,
.PostContent table td ul:last-child,
.PostContent table td ol:last-child {
  margin-bottom: 0;
}
.PostContent iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}

.pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi .nav {
    margin: 0 10px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.75em 2em;
  text-decoration: none;
  color: black;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    padding: 0.75em 1em;
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-color: var(--color-primary);
  color: white;
}

.btm_pgnav {
  display: block;
  margin: 50px auto 0;
}
.btm_pgnav .wp-pagenavi {
  padding: 1em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btm_pgnav .wp-pagenavi .pages {
  display: none;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0 5px;
  color: black;
  box-sizing: border-box;
}
.btm_pgnav .wp-pagenavi a.page, .btm_pgnav .wp-pagenavi a.current,
.btm_pgnav .wp-pagenavi span.page,
.btm_pgnav .wp-pagenavi span.current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid black;
}
.btm_pgnav .wp-pagenavi a.pages, .btm_pgnav .wp-pagenavi a.nextpostslink, .btm_pgnav .wp-pagenavi a.previouspostslink,
.btm_pgnav .wp-pagenavi span.pages,
.btm_pgnav .wp-pagenavi span.nextpostslink,
.btm_pgnav .wp-pagenavi span.previouspostslink {
  border: none;
}
.btm_pgnav .wp-pagenavi a.pages:hover, .btm_pgnav .wp-pagenavi a.nextpostslink:hover, .btm_pgnav .wp-pagenavi a.previouspostslink:hover,
.btm_pgnav .wp-pagenavi span.pages:hover,
.btm_pgnav .wp-pagenavi span.nextpostslink:hover,
.btm_pgnav .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: black;
  font-weight: normal;
}
.btm_pgnav .wp-pagenavi a:hover,
.btm_pgnav .wp-pagenavi span.current {
  background-color: black;
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 5%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    padding: 0;
  }
}
.SinglePost .PostHead {
  border-bottom: 2px solid var(--color-primary);
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost .PostHead__meta {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta {
    font-size: 1.3rem;
  }
}
.SinglePost .PostHead__meta span {
  line-height: 1.2;
}
.SinglePost .PostHead__meta .cat a {
  display: block;
  padding: 0.25em 0.5em;
  border: 1px solid black;
  pointer-events: none;
  text-decoration: none;
  border-radius: 3px;
  color: black;
}
.SinglePost .PostHead__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__column {
    flex-direction: column;
    gap: 15px 0;
    align-items: flex-start;
  }
}
.SinglePost .PostHead__title {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost .PostHead__title {
    font-size: 2.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__title {
    font-size: 1.8rem;
  }
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

.PostList__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 5%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostList__inner {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PostList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .PostList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .PostList__inner {
    padding: 0;
  }
}

.News__list--archive {
  display: table;
  min-width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .News__list--archive {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .News__list--archive {
    width: 100%;
    min-width: initial;
  }
}
.News-Detail {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .News-Detail {
    flex-direction: column;
    align-items: flex-start;
  }
}
.News-Detail--archive {
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .News-Detail--archive {
    padding: 1em 0;
  }
}
.News-Detail__date {
  width: 6em;
  min-width: 6em;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .News-Detail__date {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .News-Detail__date {
    width: auto;
    font-size: 1.2rem;
  }
}
.News-Detail__date--archive {
  width: 10em;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .News-Detail__date--archive {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .News-Detail__date--archive {
    width: auto;
    font-size: 1.3rem;
  }
}
.News-Detail__post {
  color: black;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .News-Detail__post {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .News-Detail__post {
    font-size: 1.4rem;
  }
}
.News-Detail__post--archive {
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .News-Detail__post--archive {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .News-Detail__post--archive {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
