@charset "UTF-8";
/*
Theme Name: yukyu
Theme URI:
Description: yukyu
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #560753;
  --color-primary-light: #e8e8e8;
  --color-secondary: #27140e;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #2ea7e0 !important;
}

.egreen {
  color: #50AA9E !important;
}

.red {
  color: #f00;
}

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

.orange {
  color: #ff6d2d;
}

.brown {
  color: #27140e !important;
}

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

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

.f_notos, .pgNav li a, .Lead .openInfo__Copy, .gravePlan__Copy, .Kaisou__copy, .Kaisou .Flow__ttl, .Faq .faqItem .question::before, .Faq .faqItem .answer::before, .Reserve__ttl, .Footer .CorpInfo .corpName, .Header .Logo, .title-Lv1 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_noto, .title-Lv1--3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.f_bar, .Header__Box--Menu .smpLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.formCnt .btnWrap input, .pgNav li a, .sideCnt .sideNav li a::after, #btm-btn a.pagetop, .Header::after, .Header__inner, .Header .Logo, .Header .SideNav li a, .Header .SideNav li a::after, .Btn, .baseBtn, .linkBtn, .btn-base {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s 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,
body {
  min-height: 100%;
}

:root {
  --vh: 1vh; /* JSが走る前の保険 */
  --header-h: 100px; /* ベースでも入れておく */
}

/* spでヘッダー高が違うならここで上書き */
@media screen and (max-width: 767px) {
  :root {
    --header-h: 100px;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 0px;
}
@media screen and (max-width: 767px) {
  section[id] {
    scroll-margin-top: 50px;
  }
}

body {
  font-family: var(--font-family-base);
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 400;
  color: #313131;
  line-height: 2;
  background-color: white;
  animation: fadeIn 0.5s ease 0s 1 normal;
  min-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    min-width: initial;
  }
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #0f62a3;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
a.anchor--1 {
  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: 1279px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

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

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

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

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

.br-tb-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .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-mt0 {
  margin-top: 0px !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-mt85 {
  margin-top: 85px !important;
}

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

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

.u-mt140 {
  margin-top: 140px !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: 1279px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .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: 1279px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

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

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

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

.u-ptb80 {
  padding: 80px 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-ptb25 {
  padding: 25px 0 !important;
}

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

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .u-pb {
    padding-bottom: 50px !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-pb0 {
  padding-bottom: 0px !important;
}

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

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

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

.u-pb70 {
  padding-bottom: 70px !important;
}

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

.u-pb150 {
  padding-bottom: 150px !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-mt60 {
    margin-top: 60px !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: 0px !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-ptb15 {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 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-ptb70 {
    padding: 70px 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-pt25 {
    padding-top: 25px !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-pt150 {
    padding-top: 150px !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-pb35 {
    padding-bottom: 35px !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-pb100 {
    padding-bottom: 100px !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-w65 {
  width: 65% !important;
  max-width: 65% !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: 1279px) {
  .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-w60 {
    width: 60% !important;
    max-width: 60% !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: 700 !important;
}

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

.u-txtMiddle {
  font-size: 2rem;
}

.u-txtLarge {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.9rem;
  }
}

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

/*!
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: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3.2rem, 3.2vw, 4.5rem);
  font-weight: 700;
  line-height: 1.3;
  background-color: var(--color-primary);
  color: white;
  padding: 1em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    padding: 0.75em 0;
    font-size: 2.3rem;
    letter-spacing: -0.025em;
  }
}
.title-Lv1 small {
  font-size: clamp(2.5rem, 2.5vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .title-Lv1 small {
    font-size: 1.7rem;
  }
}
.title-Lv1--2 {
  background-color: white;
  color: #361c00;
  border: 10px solid #361c00;
}
@media screen and (max-width: 767px) {
  .title-Lv1--2 {
    border-width: 6px;
  }
}
.title-Lv1--3 {
  background-color: #361c00;
  border-radius: 100px;
  border: none;
  padding: 0.75em 0;
  font-weight: 500;
}

/*!
component > btn
------------------------------
*/
.Btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  gap: 0 0.75em;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 50px;
  min-width: 150px;
  padding: 0.75em 0.25em;
  letter-spacing: -0.025em;
}
.Btn:hover {
  filter: brightness(110%);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Btn {
    font-size: 1.3rem;
    min-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .Btn {
    width: 100%;
    display: flex;
    padding: 1em 1em;
    box-sizing: border-box;
    min-width: initial;
    font-size: 1.6rem;
  }
}
.Btn--Contact {
  background-color: #2ea7e0;
}
.Btn--Reserve {
  background-color: #036eb8;
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .baseBtn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn {
    font-size: 1.6rem;
  }
}
.baseBtn .arrow {
  font-size: 1.5rem;
}
.baseBtn--tel {
  border-radius: 15px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  padding: 1.5em 3em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .baseBtn--tel {
    font-size: 1.6rem;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel {
    font-size: 1.8rem;
    padding: 1.5em;
  }
}
.baseBtn--tel .icon {
  display: block;
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .baseBtn--tel .icon {
    width: 24px;
  }
}
.baseBtn--tel .Wrap {
  display: inline-flex;
  flex-direction: column;
}
.baseBtn--tel .Wrap .Phone__caption {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.3rem;
  }
}

.linkBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  background-color: white;
  border: 1px solid black;
  color: black;
  box-sizing: border-box;
  font-size: 1.8rem;
  border-radius: 50px;
  width: 340px;
  padding: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .linkBtn {
    min-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .linkBtn {
    width: 300px;
    font-size: 1.6rem;
  }
}
.linkBtn:hover {
  color: #2ea7e0;
  border-color: #2ea7e0;
}
.linkBtn--2 {
  font-size: 2rem;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .linkBtn--2 {
    display: flex;
    font-size: 1.6rem;
    width: 100%;
  }
}

.smallBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0e2140;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.backBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d3d3d4;
  text-decoration: none;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  font-weight: 500;
  padding: 0.5em;
  box-sizing: border-box;
  min-width: 300px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .backBtn {
    font-size: 1.8rem;
    max-width: initial;
  }
}

.viewMore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  color: #313131;
  text-decoration: none;
  position: relative;
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #313131;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .viewMore .caption {
    font-size: 1.2rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  aspect-ratio: 5/5;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  border-radius: 50%;
  font-size: 1.6rem;
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background: transparent;
  border: 1px solid white;
}

.btn-base {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  color: white;
  font-size: 1.5rem;
  background-color: #0e2141;
  text-decoration: none;
  line-height: 1.3;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .btn-base {
    padding: 1.5em 0;
    width: 200px;
    max-width: 200px;
    font-size: 1.3rem;
  }
}
.btn-base:hover {
  transform: scale(1.06);
  filter: hue-rotate(0deg) brightness(135%);
}
@media screen and (max-width: 767px) {
  .btn-base:hover {
    transform: scale(1);
  }
}
.btn-base:visited {
  color: white;
}
.btn-base--small {
  padding: 1em 3em;
  width: auto;
  max-width: initial;
  font-size: 1.3rem;
}
.btn-base--reserve {
  padding: 1.5em;
  min-width: 300px;
  font-size: 1.7rem;
  background-color: #2ea7e0;
}
@media screen and (max-width: 767px) {
  .btn-base--reserve {
    min-width: initial;
    font-size: 1.5rem;
  }
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid #313131;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 50px;
  color: #313131;
}
@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
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

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

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

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.25em 0;
}
.NotesCnt--end {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.5rem;
  }
}
.Notes::before {
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
}
.Notes.chara-1 {
  padding-left: 1.5em;
}
.Notes--small {
  font-size: 1.6rem;
}

/*!
component > table
------------------------------
*/
.baseTable th,
.baseTable td {
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em 0.5em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .baseTable th,
  .baseTable td {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
.baseTable th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .baseTable th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .baseTable td {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseTable tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

.subTable th, .subTable td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .subTable th, .subTable td {
    display: table-cell;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #313131;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #2ea7e0;
  transition: all 0.2s ease-out;
  color: white;
}

.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: #313131;
}
@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(49, 49, 49, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.MenuToggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .MenuToggle {
    display: block;
  }
}

.Header {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: white;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .Header {
    min-width: initial;
  }
}
.Header::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 51;
}
.Header.ov {
  background-color: rgba(255, 255, 255, 0.1);
}
.Header.ov .Logo {
  opacity: 0.5 !important;
}
.Header__inner {
  padding-right: 25px;
  height: 100px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header__inner {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .Header__inner {
    height: 70px;
  }
}
.Header__column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.Header__Box {
  position: relative;
}
.Header__Box--Top {
  width: 350px;
  min-width: 350px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .Header__Box--Top {
    min-width: initial;
    width: auto;
  }
}
.Header__Box--Menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu {
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 92.5%;
    left: 0;
    right: auto;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding-top: 15px;
    gap: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu .Btn--Header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu.is-open {
    transform: translateX(0);
  }
}
.Header__Box--Menu .smpLabel {
  display: block;
  font-size: 3rem;
  color: white;
  padding-left: 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu .smpLabel {
    display: block;
  }
}
.Header .siteTitle {
  width: 100%;
  height: 100%;
}
.Header .Logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform-origin: 0 center;
  position: relative;
  z-index: 10;
  background-color: #0e2141;
  text-decoration: none;
  color: white;
  font-size: 2.7rem;
  font-weight: 700;
  padding: 0 0 0 1.5em;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Header .Logo {
    font-size: 1.8rem;
    padding-left: 3.5em;
    padding-right: 2em;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  }
}
.Header .SideNav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 1.25em;
  min-width: 560px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header .SideNav {
    gap: 0 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header .SideNav {
    gap: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .Header .SideNav {
    min-width: initial;
    flex-direction: column;
    flex-wrap: initial;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
}
.Header .SideNav li {
  height: 100%;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li {
    width: 100%;
  }
}
.Header .SideNav li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #313131;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header .SideNav li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header .SideNav li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a {
    height: auto;
    padding: 25px 25px;
    font-size: 1.6rem;
    color: #313131;
    border-bottom: 1px solid #cccccc;
    justify-content: flex-start;
  }
}
.Header .SideNav li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #2ea7e0;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
.Header .SideNav li a.parent {
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a.parent::after {
    content: "＋";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 3rem;
  }
}
.Header .SideNav li a:hover {
  color: #2ea7e0;
}
.Header .SideNav li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li.open > a.parent::after {
    content: "ー";
  }
}
.Header .SideNav .subMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  background-color: white;
  width: 230px;
  max-width: 230px;
  position: absolute;
  top: 100%; /* 親メニューの真下に表示 */
  left: 0;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu {
    position: static; /* 絶対配置を解除 */
    width: 100%;
    max-width: initial;
    left: auto;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: transparent;
    border-bottom: 1px solid white;
  }
}
.Header .SideNav .subMenu::before {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: #2ea7e0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu::before {
    display: none;
  }
}
.Header .SideNav .subMenu__inner {
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu__inner {
    padding: 0 0 30px;
  }
}
.Header .SideNav .subMenu li {
  position: relative;
}
.Header .SideNav .subMenu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
  font-size: 1.6rem;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu li a {
    justify-content: flex-start;
    padding: 10px 25px;
    border-bottom: none;
  }
}
.Header .SideNav .subMenu li a:hover::after {
  display: none;
}
.Header .SideNav .subMenu li:last-child a::after {
  display: none;
}
.Header .smpBtnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 25px 0;
  padding-bottom: 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .Header .smpBtnArea {
    display: flex;
  }
}
.Header .smpBtnArea .SmpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid white;
  gap: 0 0.5em;
}
.Header .smpBtnArea .SmpBtn .Icon {
  display: block;
  width: 24px;
}
.Header .smpBtnArea .SmpBtn .Icon--Phone {
  width: 17px;
}
.Header .HeaderCta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em;
}
@media screen and (max-width: 767px) {
  .Header .HeaderCta {
    padding: 0 5%;
    flex-direction: column;
    gap: 1.5em 0;
    box-sizing: border-box;
    width: 100%;
  }
}
.Header .SmpHeaderCta {
  align-items: center;
  gap: 0 0.35em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  z-index: 50;
  display: none;
}
@media screen and (max-width: 767px) {
  .Header .SmpHeaderCta {
    display: flex;
  }
}
.Header .SmpHeaderCta__Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-sizing: border-box;
}
.Header .SmpHeaderCta__Btn--Contact {
  border: 1.5px solid #2ea7e0;
}
.Header .SmpHeaderCta__Btn--Reserve {
  border: 1.5px solid #036eb8;
}
.Header .SmpHeaderCta__Btn img {
  display: block;
  width: 50%;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1280px) {
  .Header.is-fixed::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Header.is-fixed {
    position: absolute;
    background-color: white;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  background-color: white;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .Footer--contact {
    padding-bottom: 25px !important;
  }
}
.Footer__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Footer__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    max-width: calc(100% - 40px);
  }
}
.Footer__inner {
  position: relative;
  z-index: 10;
}
.Footer__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .Footer__column {
    flex-direction: column;
    justify-content: center;
    gap: 25px 0;
  }
}
.Footer .NavArea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 5em;
}
.Footer .FooterNav li {
  margin-bottom: 0.5em;
}
.Footer .FooterNav li a {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  color: #313131;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Footer .FooterNav li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .Footer .CorpInfo {
    width: 100%;
  }
}
.Footer .CorpInfo .corpName {
  font-size: clamp(2rem, 2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Footer .CorpInfo .corpName {
    font-size: 2.2rem;
  }
}
.Footer .CorpInfo .corpAddress {
  display: block;
  padding-left: 1em;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  line-height: 1.6;
  border-left: 14px solid #231815;
}
@media screen and (max-width: 767px) {
  .Footer .CorpInfo .corpAddress {
    font-size: 1.4rem;
  }
}
.Footer .CorpInfo .corpAddress .yamaguchi {
  display: block;
  width: 80%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .Footer .CorpInfo .corpAddress .yamaguchi {
    width: 240px;
  }
}
.Footer .CorpInfo .corpAddress small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .Footer .CorpInfo .corpAddress small {
    font-size: 1.2rem;
    letter-spacing: -0.025em;
  }
}
.Footer .Copyright {
  font-size: clamp(1.1rem, 0.9vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1rem;
  }
}

.scroll_down {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scroll_down {
    bottom: 1.5em;
    right: 1.5em;
    transform-origin: 100% 100%;
    transform: scale(0.6);
  }
}
.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: white;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  background: linear-gradient(45deg, white, white);
  z-index: 15;
  transform: rotate(45deg);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ccc;
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#btm-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 101;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #btm-btn {
    right: 10px;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn {
    bottom: 90px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn.btm-btn--contact {
    bottom: 0.15em;
  }
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  aspect-ratio: 1/1;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  background-color: #560753;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #btm-btn a.pagetop {
    width: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 40px;
    font-size: 1.4rem;
  }
}
#btm-btn a.pagetop .label {
  font-size: 1rem;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  filter: hue-rotate(10deg) brightness(110%);
  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: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.fixedCta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(120, 115, 168, 0.9);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .fixedCta {
    height: 80px;
  }
}
.fixedCta {
  transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
}
.fixedCta.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fixedCta__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fixedCta__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .fixedCta__inner {
    max-width: calc(100% - 40px);
  }
}
.fixedCta__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0 70px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fixedCta__inner {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .fixedCta__inner {
    gap: 0 10px;
  }
}
.fixedCta__tel {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  gap: 0 1em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fixedCta__tel {
    display: none;
  }
}
.fixedCta__label {
  font-size: clamp(1.5rem, 1.5vw, 2.1rem);
  font-weight: 500;
}
.fixedCta__number {
  font-size: clamp(3rem, 3vw, 5rem);
  line-height: 1;
  font-weight: 700;
}
.fixedCta__btn {
  padding-left: 70px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fixedCta__btn {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fixedCta__btn {
    padding-left: 0;
  }
}
.fixedCta__btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 35%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fixedCta__btn::before {
    display: none;
  }
}
.fixedCta__btn img {
  display: block;
  width: 90%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .fixedCta__btn img {
    width: auto;
    height: 54px;
  }
}
.fixedCta__btn:hover {
  opacity: 0.85;
}
.fixedCta__btn--tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixedCta__btn--tel {
    display: inline-flex;
  }
}

/*!
layout > layout
------------------------------
*/
.Layout__inner {
  padding: 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Layout__inner {
    padding: 0 5%;
  }
}
.Layout__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Layout__column {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Layout__column {
    flex-direction: column;
    gap: 35px 0;
  }
}

.mainCnt {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #313131;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sideCnt {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt {
    width: 100%;
    min-width: initial;
    position: relative;
    top: auto;
  }
}
.sideCnt--news {
  position: relative;
  top: auto;
  left: auto;
  background: none;
  color: #313131;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt__inner--news {
    padding: 0;
  }
}
.sideCnt .sideLabel {
  font-size: clamp(2.2rem, 2vw, 100rem);
  opacity: 0.5;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sideCnt .sideLabel {
    font-size: 2.2rem;
  }
}
.sideCnt .sideNav li a {
  display: flex;
  align-items: center;
  padding: 0.65em 0;
  color: white;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
.sideCnt .sideNav li a .icon {
  display: block;
  width: 32px;
  aspect-ratio: 5/5;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sideCnt .sideNav li a .icon {
    width: 24px;
  }
}
.sideCnt .sideNav li a:hover::after, .sideCnt .sideNav li a.active::after {
  width: 10px;
}
.sideCnt .sideNav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3.5px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateX(-50%);
}
.sideCnt .s-theme .wp-block-heading {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
  position: relative;
  gap: 0 0.5em;
  padding-bottom: 0.5em;
}
.sideCnt .s-theme .wp-block-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
}
.sideCnt .s-theme select {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #313131;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sideCnt .s-theme select {
    font-size: 1.4rem;
  }
}
.sideCnt .s-theme select {
  width: auto;
}
.sideCnt .wp-block-categories-list li,
.sideCnt .wp-block-archives-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.sideCnt .wp-block-categories-list li a,
.sideCnt .wp-block-archives-list li a {
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  color: #313131;
  font-size: clamp(1.2rem, 1vw, 100rem);
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .sideCnt .wp-block-categories-list li a,
  .sideCnt .wp-block-archives-list li a {
    font-size: 1.4rem;
  }
}
.sideCnt .wp-block-categories-list li a::before,
.sideCnt .wp-block-archives-list li a::before {
  font: var(--fa-font-regular);
  content: "\f105";
}
.sideCnt .wp-block-categories-list li a:hover, .sideCnt .wp-block-categories-list li a.active,
.sideCnt .wp-block-archives-list li a:hover,
.sideCnt .wp-block-archives-list li a.active {
  font-weight: 700;
  color: var(--color-primary);
}
.sideCnt .wp-block-categories-list li:last-child,
.sideCnt .wp-block-archives-list li:last-child {
  border-bottom: none;
}
.sideCnt .wp-block-categories-list li .pgLabel,
.sideCnt .wp-block-archives-list li .pgLabel {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  padding-left: 0;
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  gap: 0 0.5em;
  line-height: 1;
}
.sideCnt .wp-block-categories-list li .pgLabel:hover::after,
.sideCnt .wp-block-archives-list li .pgLabel:hover::after {
  display: none;
}

/*!
layout > menu(smp)
------------------------------
*/
#MenuOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* 半透明 */
  z-index: 31; /* メニュー下、コンテンツ上に配置 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#MenuOverlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.MenuToggle {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  width: 42px;
  aspect-ratio: 1/1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  border: none;
  background-color: transparent;
  gap: 0.5em;
}
.MenuToggle span {
  position: relative;
  display: block;
  width: 27px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center left;
}
.MenuToggle span:nth-of-type(1) {
  transform: scaleX(1);
}
.MenuToggle span:nth-of-type(2) {
  transform: scaleX(0.75);
}
.MenuToggle span:nth-of-type(3) {
  transform: scaleX(0.48);
}
.MenuToggle.is-open {
  gap: 0;
}
.MenuToggle.is-open span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27px;
  background-color: black;
  transform-origin: center center;
}
.MenuToggle.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .MenuToggle {
    display: flex;
  }
}
/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  position: relative;
  background-color: white;
}
.Fv .siteTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #361c00;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Fv .siteTitle {
    font-size: 1.5rem;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .siteTitle {
    font-size: 1.5rem;
    height: 40px;
  }
}
.Fv .deco {
  display: block;
  width: 300px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 16;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Fv .deco {
    width: 140px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .deco {
    width: 100px;
    top: 40px;
  }
}
.Fv .fvSlider {
  width: 100%;
  position: relative;
}
.Fv .fvSlider__swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Fv .fvSlider__swiper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .fvSlider__swiper {
    padding-bottom: 60px;
  }
}
.Fv .fvSlider__slide {
  aspect-ratio: 10/6;
}
@media screen and (max-width: 767px) {
  .Fv .fvSlider__slide {
    aspect-ratio: 10/15;
  }
}
.Fv .fvSlider__slide--1 {
  background-color: #dcdddd;
}
.Fv .fvSlider__slide--2 {
  background-color: #dcdddd;
}
.Fv .fvSlider__slide--3 {
  background-color: #dcdddd;
}
.Fv .fvSlider__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.Fv .fvSlider__pagination {
  bottom: 0 !important;
}
.Fv .fvSlider__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 10px !important;
  opacity: 1;
  background: #dcdddd;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Fv .fvSlider__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7.5px !important;
  }
}
@media screen and (max-width: 767px) {
  .Fv .fvSlider__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7.5px !important;
  }
}
.Fv .fvSlider__pagination .swiper-pagination-bullet-active {
  background: #9fa0a0;
}
.Fv__inner {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  pointer-events: none;
  box-sizing: border-box;
  padding: 100px 5%;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    padding: 70px 5%;
  }
}
.Fv .logo {
  display: block;
  width: 17.5vw;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 767px) {
  .Fv .logo {
    width: 90px;
  }
}
.Fv .areaTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  gap: 1em 0;
}
@media screen and (max-width: 767px) {
  .Fv .areaTitle {
    top: 180px;
    width: 100%;
    gap: 0.5em 0;
  }
}
.Fv .areaTitle .headCopy {
  font-size: 2.4vw;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 2px rgba(255, 255, 255, 0.8), 0 0 2px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .Fv .areaTitle .headCopy {
    font-size: 2.2rem;
  }
}
.Fv .areaTitle img {
  display: block;
  width: 40vw;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767px) {
  .Fv .areaTitle img {
    width: 65%;
  }
}
.Fv .areaTitle.is-slide3 .headCopy {
  filter: none;
  text-shadow: 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255);
}
.Fv .areaTitle.is-slide3 img {
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.9));
}

.Bg-1 {
  background-color: #f8eef6;
}
.Bg-1--2 {
  position: relative;
}
.Bg-1--2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.Bg-2 {
  background-color: #fbf6eb;
}
.Bg-2--2 {
  position: relative;
}
.Bg-2--2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.Bg-3 {
  background-color: #f8eef6;
  position: relative;
  z-index: 200;
}
.Bg-3--2 {
  position: relative;
}
.Bg-3--2::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Bg-3--2::before {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .Bg-3--2::before {
    height: 270px;
  }
}
.Bg-3--2::after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Bg-3--2::after {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .Bg-3--2::after {
    height: 150px;
  }
}

.Lead {
  position: relative;
}
.Lead__Copy {
  display: block;
}
.Lead__Copy img {
  display: block;
  width: 100%;
}
.Lead__Copy + p {
  display: block;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .Lead__Copy + p {
    padding-right: 0;
  }
}
.Lead__column {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .Lead__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Lead__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Lead__img {
    width: 100%;
    min-width: initial;
  }
}
.Lead__img img {
  display: block;
  width: 100%;
}
.Lead__block {
  width: 100%;
}
.Lead .openInfo .icon {
  display: block;
  width: 5%;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .Lead .openInfo .icon {
    width: 35px;
    max-width: initial;
  }
}
.Lead .openInfo__Copy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: clamp(3.6rem, 3.6vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .Lead .openInfo__Copy {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.Lead .openInfo__Copy::before, .Lead .openInfo__Copy::after {
  font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .Lead .openInfo__Copy::before, .Lead .openInfo__Copy::after {
    font-size: 3.2rem;
  }
}
.Lead .openInfo__Copy::before {
  content: "＜";
}
.Lead .openInfo__Copy::after {
  content: "＞";
}

.gravePlan__Copy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(3rem, 3vw, 4.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .gravePlan__Copy {
    font-size: 2.2rem;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }
}
.gravePlan__Copy em {
  font-size: clamp(5.5rem, 5.5vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .gravePlan__Copy em {
    font-size: 5rem;
  }
}
.gravePlan__column {
  display: flex;
  flex-direction: column;
}
.gravePlan .Plan {
  border-top: 1px solid #231815;
  position: relative;
}
.gravePlan .Plan:last-child {
  border-bottom: 1px solid #231815;
}
.gravePlan .Plan__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.gravePlan .Plan__img {
  display: block;
  min-width: 37.5%;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan__img {
    min-width: initial;
    width: 100%;
  }
}
.gravePlan .Plan__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.gravePlan .Plan .planInfo {
  width: 100%;
}
.gravePlan .Plan .planInfo__ttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo__ttl {
    position: absolute;
    top: 25px;
    left: 0;
  }
}
.gravePlan .Plan .planInfo__ttl img {
  display: block;
  width: 100%;
}
.gravePlan .Plan .planInfo__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo__column {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.gravePlan .Plan .planInfo__block {
  width: 100%;
}
.gravePlan .Plan .planInfo .price {
  display: block;
  width: 42.5%;
  min-width: 42.5%;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo .price {
    min-width: initial;
    width: 65%;
  }
}
.gravePlan .Plan .planInfo .price img {
  display: block;
  width: 100%;
}
.gravePlan .Plan .planInfo__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.gravePlan .Plan .planInfo__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 2.5px);
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  font-weight: 500;
  color: white;
  background-color: #5f5649;
  padding: 0.35em 0.5em;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo__list li {
    font-size: 1.4rem;
    padding: 0.5em;
  }
}
.gravePlan .Plan .planInfo__list li.noBg {
  background-color: transparent;
  padding: 0;
  color: #313131;
  font-size: clamp(1rem, 1vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo__list li.noBg {
    font-size: 1.3rem;
  }
}
.gravePlan .Plan .planInfo__list--2 li {
  padding: 0.75em 0.5em;
  background-color: #ffd900;
  color: black;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.3vw, 2rem);
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo__list--2 li {
    font-size: 1.8rem;
  }
}
.gravePlan .Plan .planInfo .option {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6e493;
  border-radius: 50px;
  line-height: 1.5;
  padding: 0.75em 0.5em;
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .gravePlan .Plan .planInfo .option {
    padding: 0.75em;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.eitaiPlan__img {
  display: block;
  width: 100%;
}
.eitaiPlan__img img {
  display: block;
  width: 100%;
}

.Facility__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .Facility__column {
    gap: 30px 0;
    flex-direction: column;
  }
}
.Facility__img {
  display: block;
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .Facility__img {
    width: 100%;
  }
}
.Facility__img img {
  display: block;
  width: 100%;
}
.Facility__img .caption {
  display: block;
  font-size: clamp(2.2rem, 2.2vw, 2.4rem);
  font-weight: 700;
}
.Facility__img .imgWrap {
  position: relative;
}
.Facility__img .imgWrap .cap1 {
  display: block;
  width: 100%;
  padding: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.Facility__img .imgWrap .cap2 {
  display: block;
  width: 100%;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 1.4rem;
  background-color: rgba(35, 24, 21, 0.85);
  box-sizing: border-box;
}
.Facility .icon {
  display: block;
  width: 5%;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .Facility .icon {
    width: 35px;
  }
}

.priceList__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .priceList__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.priceList .priceTable {
  width: 47.5%;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .priceList .priceTable {
    width: 100%;
  }
}
.priceList .priceTable th,
.priceList .priceTable td {
  padding: 0.5em 1em;
  background-color: white;
  vertical-align: middle;
  line-height: 1.5;
  border: 1px solid black;
}
.priceList .priceTable th {
  text-align: center;
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .priceList .priceTable th {
    font-size: 1.8rem;
  }
}
.priceList .priceTable td {
  border-top: none;
  border-bottom: none;
  border-bottom: 1px dashed #9fa0a0;
  font-size: clamp(1.3rem, 1.4vw, 2rem);
}
@media screen and (max-width: 767px) {
  .priceList .priceTable td {
    font-size: 1.5rem;
    letter-spacing: -0.025em;
  }
}
.priceList .priceTable td.solidBorder {
  border-bottom: 1px solid black;
}
.priceList .priceTable tr:nth-of-type(even) td {
  background-color: #fffdfa;
}

.Kaisou__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 2.5%;
}
@media screen and (max-width: 767px) {
  .Kaisou__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.Kaisou__img {
  display: block;
  min-width: 32.5%;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .Kaisou__img {
    min-width: initial;
    width: 70%;
  }
}
.Kaisou__img img {
  display: block;
  width: 100%;
}
.Kaisou__block {
  width: 100%;
}
.Kaisou__copy {
  display: flex;
  font-size: clamp(2.7rem, 2.7vw, 4rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Kaisou__copy {
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
}
.Kaisou .boxList li {
  position: relative;
  padding-left: calc(16px + 0.5em);
  line-height: 1.6;
}
.Kaisou .boxList li::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.Kaisou .Flow {
  background-color: #fbf6eb;
  position: relative;
  box-sizing: border-box;
  border: 2px solid black;
  border-top: none;
}
.Kaisou .Flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, black 25%, transparent 25%, transparent 75%, black 75%);
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow::before {
    background-image: linear-gradient(90deg, black 10%, transparent 10%, transparent 90%, black 90%);
  }
}
.Kaisou .Flow__inner {
  padding: 5%;
  padding-top: 0;
}
.Kaisou .Flow__ttl {
  display: inline-flex;
  justify-content: center;
  font-size: clamp(2.7rem, 2.7vw, 3.8rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  top: -0.75em;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow__ttl {
    font-size: 2.2rem;
    gap: 0 0.25em;
  }
}
.Kaisou .Flow__ttl::before, .Kaisou .Flow__ttl::after {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 200;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow__ttl::before, .Kaisou .Flow__ttl::after {
    font-size: 2.4rem;
    top: 0;
  }
}
.Kaisou .Flow__ttl::before {
  content: "＜";
}
.Kaisou .Flow__ttl::after {
  content: "＞";
}
.Kaisou .Flow__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow__column {
    gap: 25px 0;
  }
}
.Kaisou .Flow .flowItem {
  position: relative;
}
.Kaisou .Flow .flowItem__ttl {
  display: flex;
  align-items: center;
  color: #560753;
  font-size: clamp(2rem, 2vw, 2.7rem);
  font-weight: 500;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow .flowItem__ttl {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.9rem;
    line-height: 1.4;
  }
}
.Kaisou .Flow .flowItem__ttl::before {
  content: attr(data-head);
}
.Kaisou .Flow .flowItem .ill {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow .flowItem .ill {
    position: relative;
    top: auto;
    right: auto;
  }
}
.Kaisou .Flow .flowItem .ill--1 {
  width: 22.5%;
  max-width: 250px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow .flowItem .ill--1 {
    width: 60%;
    max-width: initial;
    right: auto;
  }
}
.Kaisou .Flow .flowItem .ill--2 {
  width: 15%;
  max-width: 150px;
  right: 2.5%;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow .flowItem .ill--2 {
    width: 45%;
    max-width: initial;
    right: auto;
  }
}
.Kaisou .Flow .flowItem .ill--3 {
  width: 8.5%;
  max-width: 90px;
  right: 6.5%;
}
@media screen and (max-width: 767px) {
  .Kaisou .Flow .flowItem .ill--3 {
    width: 25%;
    max-width: initial;
    right: auto;
  }
}
.Kaisou .icon {
  display: block;
  width: 5%;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .Kaisou .icon {
    width: 35px;
  }
}

.Faq__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.Faq .faqItem__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em 0;
}
.Faq .faqItem .question {
  display: flex;
  position: relative;
  padding: 0.35em 0;
  padding-left: calc(50px + 0.75em);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Faq .faqItem .question {
    padding-left: calc(40px + 0.75em);
  }
}
.Faq .faqItem .question::before {
  content: "Ｑ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #361c00;
}
@media screen and (max-width: 767px) {
  .Faq .faqItem .question::before {
    width: 40px;
    min-width: 40px;
  }
}
.Faq .faqItem .answer {
  display: flex;
  position: relative;
  padding: 0.35em 0;
  padding-left: calc(50px + 0.75em);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Faq .faqItem .answer {
    padding-left: calc(40px + 0.75em);
  }
}
.Faq .faqItem .answer::before {
  content: "Ａ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7f6757;
}
@media screen and (max-width: 767px) {
  .Faq .faqItem .answer::before {
    width: 40px;
    min-width: 40px;
  }
}

.Access .map {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Access .map {
    width: 100%;
    height: 220px;
  }
}
.Access .map iframe {
  width: 100%;
  height: 850px;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .Access .map iframe {
    height: 520px;
  }
}
.Access .naviInfo {
  border-top: 1px solid black;
}
.Access .naviInfo__column {
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .Access .naviInfo__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Access .naviInfo__ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #361c00;
  color: white;
  min-width: 150px;
  gap: 0 0.35em;
  font-weight: 700;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .Access .naviInfo__ttl {
    padding: 1em 0;
  }
}
.Access .naviInfo__ttl .icon {
  display: block;
  width: 32px;
}
.Access .naviInfo__block {
  width: 100%;
}

.Reserve .icon {
  display: block;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .Reserve .icon {
    width: 35px;
  }
}
.Reserve__ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(3.4rem, 3.4vw, 5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #560753;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Reserve__ttl {
    font-size: 2.8rem;
    gap: 0 0.25em;
  }
}
.Reserve__ttl::before, .Reserve__ttl::after {
  font-size: clamp(3rem, 3vw, 4.2rem);
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .Reserve__ttl::before, .Reserve__ttl::after {
    font-size: 2.5rem;
  }
}
.Reserve__ttl::before {
  content: "＜";
}
.Reserve__ttl::after {
  content: "＞";
}

.btmGallery__column {
  display: flex;
}
.btmGallery__img {
  width: 33.3333333333%;
  background-color: #c9caca;
  aspect-ratio: 5/3.5;
}
@media screen and (max-width: 767px) {
  .btmGallery__img {
    aspect-ratio: 1/1;
  }
}
.btmGallery__img--2 {
  background-color: #dcdddd;
}

/*!
page > post
------------------------------
*/
.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Section__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: calc(100% - 40px);
  }
}
.Section__inner {
  z-index: 10;
}

.Post {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .Post {
    max-width: 83.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Post {
    max-width: 100%;
    padding: 0 7.5%;
  }
}

.Pankuzu {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 20;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.2rem;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .aioseo-breadcrumbs {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.aioseo-breadcrumbs a {
  color: white;
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}

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

.Table-1 th,
.Table-1 td {
  padding: 0.75em 2.5em;
  line-height: 1.8;
  box-sizing: border-box;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .Table-1 th,
  .Table-1 td {
    display: block;
    padding: 1em;
  }
}
.Table-1 th {
  text-align: left;
  font-weight: 700;
  background-color: #e6e6e6;
}
.Table-1 td {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table-1 td small {
    font-size: 1.2rem;
    letter-spacing: -0.025em;
  }
}

.Box {
  border: 1px solid #dbdbdb;
}
.Box__inner {
  padding: 5%;
}

.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pgNav {
    justify-content: flex-start;
    width: 85%;
    box-sizing: border-box;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pgNav li {
    width: calc(50% - 5px);
  }
}
.pgNav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  text-decoration: none;
  line-height: 1.2;
  font-size: clamp(1.3rem, 1.3vw, 100rem);
  font-weight: 600;
  text-align: center;
  color: #313131;
  border: 1px solid #999;
  box-sizing: border-box;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    display: flex;
    padding: 1em 0.5em;
    font-size: 1.2rem;
  }
}
.pgNav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #313131;
  border-right: solid 1px #313131;
  transform: rotate(135deg);
}
.pgNav li a:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.pgNav li a:hover::after {
  border-color: white;
}

.Gallery {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .Gallery {
    gap: 0 5px;
  }
}
.Gallery__img {
  display: block;
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .Gallery__img {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}
.Gallery__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.Gallery__img .caption {
  display: block;
}

.BnrItem {
  background-color: var(--color-primary-light);
}
.BnrItem__column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .BnrItem__column {
    flex-direction: column;
  }
}
.BnrItem__column--2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .BnrItem__column--2 {
    flex-direction: column;
  }
}
.BnrItem__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .BnrItem__img {
    min-width: initial;
    width: 100%;
  }
}
.BnrItem__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.75;
}
.BnrItem__block {
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .BnrItem__block {
    padding: 25px;
  }
}
.BnrItem__ttl {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .BnrItem__ttl {
    justify-content: center;
    font-size: 2.4rem;
  }
}
.BnrItem__ttl small {
  font-size: 1.6rem;
  font-weight: 600;
}
.BnrItem__txt {
  font-size: 1.6rem;
  line-height: 1.6;
}

/*!
page > form
------------------------------
*/
.PgContact {
  position: relative;
}

.timeLine {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .timeLine {
    padding-right: 10px;
  }
}
.timeLine li {
  width: 33.3333333333%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #d3e1f3;
  padding: 1em 0;
  padding-left: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .timeLine li {
    height: 60px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.timeLine li::before {
  content: "";
  display: block;
  width: 30px;
  height: 80px;
  background-color: #f8eef6;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .timeLine li::before {
    width: 20px;
    height: 60px;
  }
}
.timeLine li::after {
  content: "";
  display: block;
  width: 30px;
  height: 80px;
  background-color: #d3e1f3;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 0;
  right: -29.5px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .timeLine li::after {
    width: 20px;
    height: 60px;
    right: -19.5px;
  }
}
.timeLine li:nth-of-type(1) {
  z-index: 15;
}
.timeLine li:nth-of-type(1)::before {
  display: none;
}
.timeLine li:nth-of-type(2) {
  left: 5px;
  z-index: 14;
}
.timeLine li:nth-of-type(3) {
  left: 10px;
  z-index: 13;
}
.timeLine li:nth-of-type(3)::after {
  display: none;
}
.timeLine li.current {
  background-color: #7672aa;
  color: white;
}
.timeLine li.current::after {
  background-color: #7672aa;
}

.formCnt {
  overflow: hidden;
}
.formCnt .formInputBlock .optional {
  background-color: #ccc;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  display: block;
  padding: 25px 0;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
    padding: 10px 0;
  }
}
.formCnt .formInputBlock table th::after,
.formCnt .formInputBlock table td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.formCnt .formInputBlock table tr:last-child th::after,
.formCnt .formInputBlock table tr:last-child td::after {
  display: none;
}
.formCnt .formInputBlock table th {
  padding-top: 2.25em;
  padding-bottom: 1em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    width: auto;
    max-width: initial;
    font-size: 1.7rem;
  }
}
.formCnt .formInputBlock table th .require {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #7672aa;
  color: white;
  padding: 0.35em 1.75em;
  box-sizing: border-box;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th .require {
    width: 70px;
    margin-right: 0.5em;
    padding: 0.35em 0;
  }
}
.formCnt .formInputBlock table th .require--2 {
  margin-left: 1em;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th .require--2 {
    margin-left: 0.5em;
  }
}
.formCnt .formInputBlock table th small {
  margin-left: 0.5em;
  font-size: clamp(1.1rem, 1.1vw, 1.5rem);
  font-weight: 500;
}
.formCnt .formInputBlock table td {
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td {
    padding-top: 0.5em;
  }
}
.formCnt .formInputBlock table td .checkWrap {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .checkWrap {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formCnt .formInputBlock table td .row {
  overflow: hidden;
}
.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 .row--col3 {
  display: flex;
  flex-wrap: wrap;
}
.formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    width: 50%;
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td .col {
  margin: 0 0.5em;
}
.formCnt .formInputBlock table td .rowFl {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.formCnt .formInputBlock table td .Notes {
  font-size: 1.5rem;
}
.formCnt .formInputBlock table td .Mes {
  font-size: clamp(1.5rem, 1.2vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .Mes {
    font-size: 1.5rem;
  }
}
.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: clamp(1.8rem, 1.6vw, 2rem);
  padding: 1em;
  border: none;
  border: 1px solid #231815;
  box-sizing: border-box;
}
@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 {
    font-size: 1.6rem;
    padding: 1em 0.5em;
  }
}
.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(49, 49, 49, 0.5);
}
.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 {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
}
.formCnt .formInputBlock table td select {
  width: auto;
  font-size: 100%;
  color: #313131 !important;
}
.formCnt .formInputBlock table td select option {
  color: #313131 !important;
}
.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=郵便番号] {
  width: 11em;
  padding: 1em;
  font-size: clamp(1.8rem, 1.6vw, 2rem) !important;
  box-sizing: border-box;
  border: none;
  border: 1px solid #231815;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[name=郵便番号]::placeholder {
  color: rgba(49, 49, 49, 0.5);
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field {
    display: block;
    margin: 0;
    padding: 0 0 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 {
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #2ea7e0;
  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;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-checkbox-field {
    margin: 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 5 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 {
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
  color: #f00 !important;
}
.formCnt .formInputBlock table td .error + .error {
  margin-top: 0;
}
.formCnt .formInputBlock table .group-1 th,
.formCnt .formInputBlock table .group-1 td {
  border-top: 1px dashed #9fa0a0;
}
.formCnt .formInputBlock table .group-1 th {
  color: #560753;
}
.formCnt .formInputBlock table .group-1--2 th,
.formCnt .formInputBlock table .group-1--2 td {
  border-bottom: 1px dashed #9fa0a0;
}
@media screen and (max-width: 767px) {
  .formCnt .btmTxt {
    font-size: 1.4rem;
  }
}
.formCnt .btnWrap {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap {
    width: auto;
    padding: 0;
  }
}
.formCnt .btnWrap__column {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap__column {
    gap: 0 15px;
  }
}
.formCnt .btnWrap input {
  width: calc(50% - 20px);
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  font-weight: 500;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    width: calc(50% - 7.5px);
    font-size: 1.8rem;
  }
}
.formCnt .btnWrap input.send_btn {
  background-color: #7672aa;
  color: white;
}
.formCnt .btnWrap input.send_btn:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnWrap input.send_btn:hover {
  filter: brightness(110%);
}
.formCnt .btnWrap input.upd_btn {
  background-color: #d3d3d4;
  color: #313131;
}
.formCnt .btnWrap input.upd_btn:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnWrap input.upd_btn:hover {
  filter: brightness(110%);
}
.formCnt .btnWrap input.send_btn2 {
  background-color: #7672aa;
  color: white;
}
.formCnt .btnWrap input.send_btn2:hover {
  filter: brightness(110%);
}
.formCnt .btnWrap input.reset_btn {
  background-color: #d3d3d4;
  color: #313131;
}
.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;
}
@media screen and (max-width: 767px) {
  .formCnt .pr-check .mwform-checkbox-field {
    font-size: 1.3rem;
  }
}
.formCnt .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.formCnt .privacyLabel {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .formCnt .privacyLabel {
    font-size: 1.8rem;
  }
}
.formCnt .privacy_wrap {
  margin: 0;
}
.formCnt .privacy_wrap .inp_mes {
  font-weight: bold;
}
.formCnt .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  color: #f00 !important;
  text-align: center;
}
.formCnt .privacy_wrap .error + .error {
  display: none !important;
}
.formCnt .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin: 35px auto 0;
  padding: 30px 40px;
  background-color: white;
  border: 1px solid #231815;
  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 25px;
  font-size: clamp(1.2rem, 1vw, 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;
}
.formCnt .mw_wp_form_input .btnWrap input.send_btn2 {
  display: none;
}
.formCnt .mw_wp_form_confirm .inp_mes {
  display: none;
}
.formCnt .mw_wp_form_confirm .privacyLabel {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .privacy {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .conf_mes {
  display: block;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .formCnt .mw_wp_form_confirm .formInputBlock table td {
    border-bottom: 1px solid #313131;
  }
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row--example {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .Notes {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .btnWrap input.reset_btn {
  display: none !important;
}

.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 .inpMes {
  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 .Mes {
  display: none !important;
}
.mw_wp_form_confirm .btmTxt {
  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;
}
.mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}

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

#autozip {
  display: none !important;
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

.ui-datepicker {
  z-index: 99999 !important;
}

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