@charset "UTF-8";
/*
Theme Name: milieu
Theme URI:
Description: milieu
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #007f89;
  --color-primary-light: #ebf3f6;
  --color-secondary: #27140e;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #4890ac !important;
}

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

.red {
  color: #a10808;
}

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

.orange {
  color: #f06814;
}

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

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

/*!
global > font
------------------------------
*/
:root {
  --font-logo: "Playfair Display SC", serif;
  --font-heading: "source-han-serif-jp-variable", sans-serif;
  --font-body: "source-han-serif-jp-variable", sans-serif;
}

.f_notos, .pgNav li a, .underMenu .Bnr__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_noto, .useModal__heading, .useModal__list li {
  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_pop, .underMenu .Bnr__label small {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.f_geo {
  font-family: "georgia", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_play {
  font-family: "Playfair Display SC", serif;
  font-style: normal;
}

.f_corm {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_lib {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.formCnt .btnWrap input, .pgNav li a, .Salon .SnsMenuList .Icon, .underMenu .Bnr::after, .underMenu .Bnr__img, .sideCnt .sideNav li a::after, #btm-btn a.pagetop, .SnsMenu .Icon {
  -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
------------------------------
*/
/* =========================
   Root
========================= */
:root {
  --vh: 1vh;
  --header-h: 0;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 50px;
  }
}
/* =========================
   Base
========================= */
html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 300;
  color: #352724;
  line-height: 2;
  background-color: #fff;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
body.is-menu-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/* =========================
   Heading / Text Base
========================= */
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.sectionTitle,
.heroTitle {
  font-family: var(--font-heading);
  line-height: 1.2;
}

p,
li,
dt,
dd,
a,
button,
input,
textarea,
select,
.bodyText {
  font-family: var(--font-body);
}

/* =========================
   Link
========================= */
a {
  color: #a8c2cc;
  word-wrap: break-word;
  text-decoration: none;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
a.anchor--1 {
  padding-top: 50px;
  margin-top: -50px;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

button {
  font: inherit;
}

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

.br-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb-sp {
    display: block !important;
  }
}

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

/* =========================
   Animation
========================= */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
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-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: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ptb25 {
  padding: 25px 0 !important;
}

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

.u-pb {
  padding-bottom: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 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-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-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-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-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: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txtSmall {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-txtSmall {
    font-size: 1.5rem;
  }
}

.u-txtLarge {
  font-size: clamp(1.9rem, 1.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 2rem;
  }
}

.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: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.4rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 600;
  line-height: 1.6;
  padding-left: 1em;
}
.title-Lv2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #a8b8bf;
  transform: translateY(-50%);
}
.title-Lv2--noHead {
  padding-left: 0;
}
.title-Lv2--noHead::before {
  display: none;
}

.title-Lv3 {
  display: flex;
  align-items: center;
  padding: 0.25em 0;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 600;
  border-bottom: 1.5px solid #e8e8e8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 1.8rem;
  }
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1.5px;
  background: linear-gradient(90deg, #c0b396, #c0b396);
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv3::after {
    width: 100px;
  }
}
.title-Lv3 small {
  font-size: clamp(1rem, 1vw, 100rem);
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv4 {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.6rem;
  }
}

.UnderFv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 450px;
  min-height: 450px;
  background-color: #b6c9d5;
  overflow: hidden;
}
.UnderFv__inner {
  height: calc(100% - 80px);
  position: relative;
}
.UnderFv__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.UnderFv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 3.5%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 21;
  box-sizing: border-box;
}
.UnderFv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.UnderFv__triangle {
  display: block;
  width: 500px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  opacity: 0.8;
}
.UnderFv__triangle--ov1 {
  left: -70px;
  background-color: #e1e5ea;
  z-index: 20;
}
.UnderFv__triangle--ov2 {
  left: -100px;
  background-color: white;
  z-index: 21;
}

/*!
component > btn
------------------------------
*/
.MiddleBtn {
  display: table;
  padding: 0.75em 2.5em;
  background-color: white;
  border: 1px solid #4890ac;
  color: #4890ac;
  text-decoration: none;
  font-size: 1.8rem;
}
@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.5em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes--mark {
  padding-left: 1em;
}
.Notes--mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*!
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: #352724;
  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: #4890ac;
  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: #007f89;
  border: 1px solid #007f89;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #352724;
}
@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(53, 39, 36, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.siteHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
  transition: box-shadow 0.3s ease;
}
.siteHeader.is-scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.siteHeader__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-left: 2.5%;
}
@media screen and (max-width: 767px) {
  .siteHeader__top {
    height: 80px;
    padding-left: 5%;
  }
}
.siteHeader__left, .siteHeader__right {
  height: 100%;
  display: flex;
  align-items: center;
}
.siteHeader__left {
  justify-content: flex-start;
}
.siteHeader__right {
  justify-content: flex-end;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .siteHeader__right {
    gap: 0;
  }
}
.siteHeader__logo {
  display: inline-flex;
  align-items: center;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .siteHeader__logo {
    gap: 0 0.5em;
    font-size: 1.3rem;
  }
}
.siteHeader__logo .logoMark {
  display: block;
  width: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteHeader__logo .logoMark {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader__logo .logoMark {
    width: 80px;
  }
}
.siteHeader .Phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .siteHeader .Phone {
    display: none;
  }
}
.siteHeader .Phone .phoneNo {
  display: inline-flex;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  gap: 0 0.35em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteHeader .Phone .phoneNo {
    font-size: 2.6rem;
  }
}
.siteHeader .Phone .phoneNo .icon {
  display: block;
  width: 21px;
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteHeader .Phone .phoneNo .icon {
    width: 15px;
  }
}
.siteHeader .Phone .hours {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteHeader .Phone .hours {
    font-size: 1.2rem;
  }
}

.menuButton {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: none;
  background: transparent;
  color: #2f2f2f;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menuButton {
    flex-direction: column;
    gap: 0.5em;
  }
}
.menuButton__icon {
  width: 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .menuButton__icon {
    width: 20px;
    align-items: center;
  }
}
.menuButton__icon span {
  display: block;
  width: 30px;
  height: 1px;
  background: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .menuButton__icon span {
    width: 20px;
  }
}
.menuButton__text {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .menuButton__text {
    font-size: 0.9rem;
    letter-spacing: initial;
  }
}

.contactButton {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 100%;
  background-color: #f06814;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
  gap: 0.15em 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contactButton {
    min-width: 120px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contactButton {
    min-width: initial;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    gap: 0.35em 0;
    position: relative;
    letter-spacing: -0.05em;
  }
}
.contactButton:hover {
  opacity: 0.85;
}
.contactButton i {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contactButton i {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contactButton i {
    font-size: 2.2rem;
  }
}
.contactButton--tel {
  display: none;
  background-color: transparent;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .contactButton--tel {
    display: inline-flex;
  }
}
.contactButton--tel .icon {
  display: block;
  width: 17px;
}

.globalNav {
  border-bottom: 1px solid #d6d0c8;
  background: #f4f0e9;
}
.globalNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 22px 24px;
  list-style: none;
}
.globalNav__item a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.globalNav__item a:hover {
  opacity: 0.65;
}

.megaMenu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.megaMenu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.megaMenu__inner {
  position: relative;
  width: 100%;
  max-width: 25%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--color-primary-light);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.megaMenu__left {
  width: 100%;
  min-width: 0;
  background-color: var(--color-primary-light);
  padding: 36px 46px 40px;
  box-sizing: border-box;
}
.megaMenu__brand a {
  font-family: var(--font-logo) !important;
  display: inline-block;
  font-size: clamp(1.5rem, 1.5vw, 100rem);
  font-weight: 700;
  line-height: 1.2;
  color: #352724;
  text-decoration: none;
}
.megaMenu__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 70px 0 0;
  min-height: auto;
}
.megaMenu__main {
  display: block;
  width: 100%;
  min-width: 0;
  padding-right: 0;
  border-right: none;
}
.megaMenu__mainList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.megaMenu__mainList li + li {
  margin-top: 22px;
}
.megaMenu__mainList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #2b2b2b;
  transition: opacity 0.3s ease;
}
.megaMenu__mainList a:hover {
  opacity: 0.65;
}
.megaMenu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  border: none;
  background: transparent;
  color: #8a8883;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.megaMenu__close:hover {
  opacity: 0.7;
}
.megaMenu .lang {
  display: none;
}
@media screen and (max-width: 767px) {
  .megaMenu .lang {
    display: block;
  }
}

.megaMenu.is-open .megaMenu__inner {
  transform: translateX(0);
}

@media (max-width: 1200px) {
  .megaMenu__inner {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .megaMenu__inner {
    max-width: 100%;
  }
  .megaMenu__left {
    padding: 24px 20px 30px;
  }
  .megaMenu__columns {
    margin-top: 50px;
    gap: 30px;
  }
  .megaMenu__main {
    padding-bottom: 24px;
  }
  .megaMenu__close {
    top: 18px;
    right: 18px;
    font-size: 2.6rem;
  }
  .megaMenu__mainList a {
    font-size: 1.05rem;
  }
}
.gt_selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 8px 10px 8px 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: #333;
  cursor: pointer;
  outline: none;
  /* 矢印用スペース */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gt_selector {
    font-size: 1.1rem;
  }
}

/* hover */
.gt_selector:hover {
  opacity: 0.7;
}

/* focus */
.gt_selector:focus {
  border-bottom: 1px solid #000;
}

/* option（基本制御不可だが最低限） */
.gt_selector option {
  font-family: "Inter", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header.is-fixed {
    position: absolute;
    background-color: white;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  background-color: var(--color-primary);
}
.Footer__inner {
  padding: 35px 12.5% 15px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer__inner {
    padding: 25px 5% 10px;
  }
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 25px 7.5% 10px;
  }
}
.Footer__inner--contact {
  min-height: initial;
}
.Footer .footerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 2.5%;
  background-color: #e5fdff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer .footerTop {
    padding: 25px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Footer .footerTop {
    padding: 25px 7.5%;
  }
}
.Footer .footerTop .logoMark {
  display: block;
  width: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer .footerTop .logoMark {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Footer .footerTop .logoMark {
    width: 60px;
  }
}
.Footer .footerTop .footerNavi {
  display: flex;
  justify-content: flex-end;
  gap: 0 1em;
}
.Footer .footerTop .footerNavi li a {
  color: var(--color-primary);
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer .footerTop .footerNavi li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .Footer .footerTop .footerNavi li a {
    font-size: 1.2rem;
  }
}
.Footer .tosho {
  display: inline-flex;
  position: relative;
  padding-left: calc(40px + 1em);
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer .tosho {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .Footer .tosho {
    font-size: 1.1rem;
  }
}
.Footer .tosho .jpx {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer .tosho .jpx {
    width: 30px;
  }
}
.Footer .Copyright {
  display: block;
  padding: 2.5em 0;
  font-size: 1rem;
  opacity: 0.5;
}

.scroll_down {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1em;
  right: 1em;
  z-index: 110;
  display: none;
}
@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: 50px;
  aspect-ratio: 1/1;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn a.pagetop {
    width: 40px;
    font-size: 1.1rem;
  }
}
#btm-btn a.pagetop .label {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop .label {
    font-size: 0.8rem;
  }
}
#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;
  }
}

.SnsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 125px;
  right: 0.5em;
  z-index: 60;
  z-index: 11;
  width: 40px;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .SnsMenu {
    top: 70px;
    width: 36px;
  }
}
.SnsMenu .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(39, 20, 14, 0.9);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 1.5rem;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon {
    font-size: 1.3rem;
  }
}
.SnsMenu .Icon img {
  display: block;
  width: 40%;
  opacity: 0.6;
}
.SnsMenu .Icon:hover {
  transform: scale(1.07);
  color: white;
}
.SnsMenu .Icon:hover img {
  opacity: 1;
}

.fixed-reservation-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  z-index: 100;
  padding: 1.5em 0;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.fixed-reservation-cta.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fixed-reservation-cta__inner {
  padding: 0 15%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .fixed-reservation-cta__inner {
    padding: 0 5%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em 0;
  }
}
.fixed-reservation-cta__text {
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 500;
  line-height: 1.4;
}
.fixed-reservation-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 3.5em;
  font-size: 1.6rem;
  font-weight: 300;
  background: #4890ac;
  color: white;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-reservation-cta__button {
    padding: 1.25em 3em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fixed-reservation-cta__button {
    padding: 1.25em 3em;
    font-size: 1.5rem;
  }
}
.fixed-reservation-cta__button:hover {
  transform: translateY(-1px);
}

/*!
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: 1024px) {
  .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: 1024px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #352724;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: #352724;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .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: #352724;
  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: #352724;
  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 {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Header.is-open + .MenuOverlay {
    display: block;
  }
}
.MenuToggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 42px;
  aspect-ratio: 5/5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: var(--color-secondary);
  gap: 0.35em 0;
}
.MenuToggle span {
  display: block;
  width: 60%;
  height: 1.5px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.MenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

@media screen and (max-width: 767px) {
  .Header__Box--Menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
  }
  .Header__Box--Menu.is-open {
    transform: translateX(0);
  }
  .MenuToggle {
    display: flex;
  }
}
/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.fvHero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow: hidden;
  background: #2b0502;
  color: white;
  text-align: center;
}
.fvHero .fvMain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.fvHero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #1e100b;
}
.fvHero__inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.5.1/overlays/01.png);
}
@media screen and (max-width: 767px) {
  .fvHero__inner {
    padding: 50px 5%;
  }
}
.fvHero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.fvHero__open {
  --line-scale: 0;
  position: relative;
  display: inline-block;
  padding: 35px 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(4.2rem, 6vw, 9rem);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fvHero__open {
    padding: 25px 0;
    font-size: 3.7rem;
  }
}
.fvHero__open::before, .fvHero__open::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) scaleX(var(--line-scale));
  transform-origin: center;
}
.fvHero__open::before {
  top: 0;
}
.fvHero__open::after {
  bottom: 0;
}
.fvHero__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  aspect-ratio: 5/3;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fvHero__title {
    width: 55%;
  }
}
.fvHero__title img {
  display: block;
  width: 65%;
}
.fvHero__lead {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: white;
}
@media screen and (max-width: 767px) {
  .fvHero__lead {
    font-size: 1.7rem;
  }
}
.fvHero__lead em {
  font-size: clamp(2.8rem, 2.6vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .fvHero__lead em {
    font-size: 2.1rem;
  }
}
.fvHero__sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e8380d;
  padding: 0.25em 1em;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: white;
}
.fvHero__copy {
  font-size: 1.5rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .fvHero__copy {
    line-height: 1.5;
  }
}
.fvHero__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
}
.fvHero__contactLabel {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.8);
}
.fvHero__tel {
  display: inline-block;
  font-size: clamp(1.8rem, 2.1vw, 2.7rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Inter", sans-serif;
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.fvHero__tel:hover {
  opacity: 0.7;
}
.fvHero::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  background-color: white;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}

.useModalBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1.5em;
  border: none;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
  letter-spacing: 0.01em;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .useModalBtn {
    font-size: 1.5rem;
  }
}
.useModalBtn:hover {
  opacity: 0.8;
}
.useModalBtn i {
  font-size: 1.2rem;
}

.useModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color: #352724;
  box-sizing: border-box;
}
.useModal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.useModal__overlay {
  position: absolute;
  inset: 0;
}
.useModal__content {
  position: relative;
  z-index: 2;
  width: min(920px, 100% - 32px);
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  background: white;
  overflow: hidden;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 767px) {
  .useModal__content {
    max-height: calc(100vh - 20px);
    width: 90%;
  }
}
.useModal__inner {
  padding: 1.5em;
}
.useModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #f3f3f3;
  color: #222;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.useModal__title {
  margin: 0 0 24px;
  padding-right: 48px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .useModal__title {
    font-size: 2.1rem;
  }
}
.useModal__body {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .useModal__body {
    max-height: calc(100vh - 120px);
    gap: 30px 0;
  }
}
.useModal__group {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .useModal__group {
    width: 100%;
  }
}
.useModal__heading {
  display: flex;
  align-items: center;
  background-color: #eaeaea;
  padding: 0.35em 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .useModal__heading {
    font-size: 1.4rem;
  }
}
.useModal__list li {
  margin-left: 1em;
  margin-bottom: 0.35em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .useModal__list li {
    font-size: 1.2rem;
  }
}
.useModal__list li:last-child {
  margin-bottom: 0;
}

.useModal__body::-webkit-scrollbar {
  width: 6px;
}

.useModal__body::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 3px;
}

body.is-modal-open {
  overflow: hidden;
}

/*!
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: 1024px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 85%;
  }
}
.Section__inner {
  z-index: 10;
}

.Post {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .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 th,
.Table td {
  padding: 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Table th,
  .Table td {
    display: block;
  }
}
.Table th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Table th {
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Table td {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table td {
    padding-top: 0.25em;
    padding-left: 0.5em;
  }
}
.Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Table td::before {
    display: none;
  }
}

.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: #352724;
  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 #352724;
  border-right: solid 1px #352724;
  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;
}

.Salon {
  position: relative;
}
.Salon--Under {
  box-sizing: border-box;
}
.Salon--Under::before {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Salon__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Salon__inner {
    padding: 0 7.5%;
    padding: 0;
  }
}
.Salon__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .Salon__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Salon__img {
  display: block;
  width: 40%;
  min-width: 40%;
}
@media screen and (max-width: 767px) {
  .Salon__img {
    min-width: initial;
    width: 100%;
  }
}
.Salon__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/7;
}
@media screen and (max-width: 767px) {
  .Salon__img img {
    aspect-ratio: 5/3.75;
    object-position: top center;
  }
}
.Salon__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Salon__block {
    box-sizing: border-box;
    padding: 0 7.5%;
  }
}
.Salon .titleWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Salon .titleWrap {
    flex-direction: column;
    align-items: center;
    gap: 2em 0;
  }
}
.Salon .salonTable th,
.Salon .salonTable td {
  padding: 0.75em 0;
  border-bottom: 1px solid #dbdbdb;
}
.Salon .map {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Salon .map {
    width: 100%;
    height: 220px;
  }
}
.Salon .map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon .map iframe {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .Salon .map iframe {
    height: 520px;
  }
}
.Salon .SnsMenuList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Salon .SnsMenuList {
    transform-origin: center right;
    transform: scale(0.7);
  }
}
.Salon .SnsMenuList .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  color: white;
  border-radius: 50%;
  font-size: 2rem;
  text-decoration: none;
  box-sizing: border-box;
}
.Salon .SnsMenuList .Icon.insta {
  background-color: #e4405f;
}
.Salon .SnsMenuList .Icon.tiktok {
  background-color: black;
}
.Salon .SnsMenuList .Icon.fb {
  background-color: #106bff;
}
.Salon .SnsMenuList .Icon.line {
  background-color: #09bb09;
}
.Salon .SnsMenuList .Icon img {
  display: block;
  width: 40%;
}
.Salon .SnsMenuList .Icon:hover {
  transform: scale(1.07);
  color: white;
}
.Salon .SnsMenuList .Icon:hover img {
  opacity: 1;
}

.underMenu {
  position: relative;
}
.underMenu__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenu__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .underMenu__inner {
    padding: 0;
  }
}
.underMenu__column {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.underMenu .Bnr {
  width: calc(33.3333333333% - 0.6666666667px);
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .underMenu .Bnr {
    width: calc(50% - 0.5px);
  }
}
.underMenu .Bnr::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(57, 19, 5, 0.5);
  mix-blend-mode: multiply;
}
.underMenu .Bnr:last-child {
  border-right: none;
}
.underMenu .Bnr:hover::after {
  opacity: 0;
}
.underMenu .Bnr:hover .Bnr__img {
  transform: scale(1.05);
}
.underMenu .Bnr__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underMenu .Bnr__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.underMenu .Bnr__label {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: white;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  box-sizing: border-box;
}
.underMenu .Bnr__label small {
  font-size: clamp(0.8rem, 0.8vw, 100rem);
  font-weight: 300;
}
.underMenu__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px 0;
}

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

.underFv {
  position: relative;
  background-color: var(--color-primary);
}
.underFv__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.underFv__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
}
.underFv__img {
  display: block;
  width: 70%;
  min-width: 70%;
}
@media screen and (max-width: 767px) {
  .underFv__img {
    width: 45%;
    min-width: 45%;
    object-fit: cover;
    aspect-ratio: 5/2.5;
  }
}
.underFv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  font-size: clamp(2.4rem, 2.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underFv__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .underFv__ttl {
    font-size: 1.8rem;
  }
}

.formCnt--2 {
  background-color: #f2f7ff;
}
.formCnt__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: 1024px) {
  .formCnt__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .formCnt__inner {
    max-width: 85%;
  }
}
.formCnt .formInputBlock table {
  border-spacing: initial !important;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  position: relative;
  box-sizing: border-box;
  padding: 1.5em 1em;
  vertical-align: top;
  border-bottom: 1px solid #004f90;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
    padding: 1.5em 0;
  }
}
.formCnt .formInputBlock table th {
  width: 30%;
  min-width: 30%;
  padding-top: 2.25em;
  color: var(--color-primary);
  font-weight: 700;
  text-align: left;
  background-color: #e5fdff;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    width: auto;
    max-width: initial;
    padding-top: 1.5em;
    padding-left: 1em;
  }
}
.formCnt .formInputBlock table th.require::before {
  content: "必須";
  position: absolute;
  top: 3em;
  right: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5em;
  color: #e50000;
  font-size: 1.2rem;
  line-height: 1.1;
  background-color: white;
  border: 1px solid #e50000;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th.require::before {
    top: 2em;
  }
}
.formCnt .formInputBlock table th small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.formCnt .formInputBlock table td {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td {
    padding-left: 0;
  }
}
.formCnt .formInputBlock table td .rowFl {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .rowFl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em 0;
  }
}
.formCnt .formInputBlock table td .rowFlCheck {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .rowFlCheck {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em 0;
  }
}
.formCnt .formInputBlock table td .rowFlCheck .mwform-checkbox-field {
  margin: 0 !important;
  padding: 0 !important;
}
.formCnt .formInputBlock table td .rowOther {
  display: inline-flex !important;
  align-items: center;
  width: 480px;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .rowOther {
    width: auto;
  }
}
.formCnt .formInputBlock table td .rowOther input[name=保有資格_その他] {
  width: 360px;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .rowOther input[name=保有資格_その他] {
    width: 240px;
  }
}
.formCnt .formInputBlock table td .Notes {
  font-size: 1.5rem;
}
.formCnt .formInputBlock table td .Mes {
  display: block;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td .Mes {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .Mes {
    font-size: 1.6rem;
  }
}
.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%;
  padding: 1em;
  font-size: 1.8rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 1em 0.5em;
    font-size: 1.6rem;
  }
}
.formCnt .formInputBlock table td input[type=text]::placeholder,
.formCnt .formInputBlock table td input[type=email]::placeholder,
.formCnt .formInputBlock table td select::placeholder,
.formCnt .formInputBlock table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.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 textarea {
  font-family: sans-serif;
  height: auto;
  max-height: initial;
}
.formCnt .formInputBlock table td select {
  width: auto;
  padding-right: 1.5em;
  font-size: 100%;
  box-sizing: border-box;
}
.formCnt .formInputBlock table td input[type=radio],
.formCnt .formInputBlock table td input[type=checkbox] {
  width: 24px;
  height: 24px;
  vertical-align: -0.2em;
}
.formCnt .formInputBlock table td input[name=郵便番号] {
  width: 11em;
  padding: 1em;
  font-size: 1.8rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 1em 0.5em;
    font-size: 1.6rem;
  }
}
.formCnt .formInputBlock table td input[name=郵便番号]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.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 input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  padding-top: 0.1em;
  padding-left: 36px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
    font-size: 1.6rem;
  }
}
.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: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before {
  left: 5px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #004f90;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  left: 9px;
  width: 16px;
  height: 16px;
  background-color: #004f90;
  opacity: 0;
}
.formCnt .formInputBlock table td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formCnt .formInputBlock table td input[type=checkbox] {
  display: none;
  appearance: none;
}
.formCnt .formInputBlock table td input[type=checkbox] + span::before {
  content: "\f45c";
  display: inline-block;
  margin-right: 0.35em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.formCnt .formInputBlock table td input[type=checkbox]:checked + span::before {
  content: "\f00c";
  font-weight: 400;
}
.formCnt .formInputBlock table td .mwform-checkbox-field-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
}
.formCnt .formInputBlock table td .error {
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
  color: red !important;
}
.formCnt .formInputBlock table td .error + .error {
  margin-top: 0;
}
.formCnt .formInputBlock table.form2 th {
  background-color: #cadef4;
}
.formCnt .formInputBlock table.form2 td input[type=text],
.formCnt .formInputBlock table.form2 td input[type=email],
.formCnt .formInputBlock table.form2 td select,
.formCnt .formInputBlock table.form2 td textarea,
.formCnt .formInputBlock table.form2 td input[name=郵便番号] {
  background-color: white;
}
.formCnt .agreeBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 0 10px;
  cursor: pointer;
  user-select: none;
}
.formCnt .agreeBox a {
  color: #4890ac;
  text-decoration: underline;
}
.formCnt .agreeBox__check {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #004f90;
  border-radius: 4px;
}
.formCnt .agreeBox.is-active .agreeBox__check {
  background: #004f90;
  border-color: #004f90;
}
.formCnt .agreeBox.is-active .agreeBox__check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.formCnt .send_btn {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.formCnt .send_btn.is-active {
  pointer-events: visible !important;
  opacity: 1 !important;
}
.formCnt .btnWrap {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .btnWrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap {
    width: auto;
  }
}
.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 10px;
  }
}
.formCnt .btnWrap input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  height: 60px;
  font-size: 2.1rem;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .btnWrap input {
    height: 50px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    width: calc(50% - 5px);
    height: 50px;
    font-size: 1.7rem;
  }
}
.formCnt .btnWrap input.send_btn {
  color: white;
  background-color: #f06814;
}
.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 {
  color: #004f90;
  background-color: white;
  border: 1px solid #004f90;
}
.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 {
  color: white;
  background-color: #ff751f;
}
.formCnt .btnWrap input.send_btn2:hover {
  filter: brightness(110%);
}
.formCnt .btnWrap input.reset_btn {
  color: white;
  background-color: #649ab9;
}
.formCnt .mw_wp_form_input .btnWrap input.send_btn2 {
  display: none;
}
.formCnt .mw_wp_form_confirm .inp_mes,
.formCnt .mw_wp_form_confirm .privacyLabel,
.formCnt .mw_wp_form_confirm .privacy_wrap,
.formCnt .mw_wp_form_confirm .privacy,
.formCnt .mw_wp_form_confirm .agreeBox,
.formCnt .mw_wp_form_confirm .Notes,
.formCnt .mw_wp_form_confirm .row--mailConf,
.formCnt .mw_wp_form_confirm .row--example,
.formCnt .mw_wp_form_confirm .reset_btn {
  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 black;
  }
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}

.mw_wp_form_input .conf_mes {
  display: none;
}
.mw_wp_form_input .BtnArea input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .ContactLead,
.mw_wp_form_confirm .inpMes,
.mw_wp_form_confirm .Mes,
.mw_wp_form_confirm .btmTxt,
.mw_wp_form_confirm .privacy_wrap,
.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .FormParts .txt,
.mw_wp_form_confirm .FormParts .note-info {
  display: none !important;
}
.mw_wp_form_confirm .FormParts table td .row,
.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;
}

/*!
page > policy
------------------------------
*/
.PgPolicy {
  overflow: hidden;
}

.policy-Section--2 {
  background-color: #f2f7ff;
}
.policy-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: 1024px) {
  .policy-Section__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .policy-Section__inner {
    max-width: 85%;
  }
}
.policy-Section__inner {
  position: relative;
  z-index: 11;
}
.policy-Section .ttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .policy-Section .ttl {
    font-size: 1.7rem;
  }
}
.policy-Section .listNum li {
  margin-left: 1.5em;
  list-style-type: decimal;
}

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