body {
  letter-spacing: 0.05em;
  font: 14px / 2 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}
/* main {
  padding: 0 120px;
  overflow: hidden;
} */
.fixed .top_main {
  padding: 0;
}
.flex {
  display: flex;
}
p {
  margin: 0;
  color: #333;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-xl {
  font-size: 20px;
  line-height: 28px;
}
.text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.text-3xl {
  font-size: 30px;
  line-height: 36px;
}
.pr-4 {
  padding-right: 16px;
}
.pr-5 {
  padding-right: 20px;
}
.mb-4{
  margin-bottom: 16px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-10 {
  margin-bottom: 40px;
}
.leading-relaxed {
  line-height: 1.625;
}
.rec_features,
.rec_env {
  background-color: #ebf1f6;
}
.rec_fellow {
  padding-bottom: 40px;
}
.rec_container {
  max-width: 1052px;
  margin: auto;
  padding: 56px 24px 72px;
  color: #333;
}
.rec_fellow_box {
  gap: 24px;
  justify-content: space-between;
}
.rec_fellow_box ul {
  margin-top: 0;
}
.rec_fellow_box li {
  margin-bottom: 24px;
}
.rec_fw_rt {
  width: 440px;
  height: 350px;
}

/* 全体のスタイル */
.work-environment {
  padding: 24px 0;
}

/* カードのスタイル */
.rec_env_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.env_card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* 画像のスタイル */
.env_card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* カード内テキスト */
.env_card h3 {
  font-size: 1.25rem;
  margin: 16px;
}

.env_card p {
  font-size: 1rem;
  margin: 0 16px 16px;
  line-height: 1.5;
  color: #555;
}

/* 全体のスタイル */
.hiring-steps {
}

.hiring-steps h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* ステップカードのコンテナ */
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* 各ステップカードのスタイル */
.step-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ステップ番号のスタイル */
.step-number {
  background: #4db583;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* カード内テキスト */
.step-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 1rem;
  padding: 0 20px;
  color: #333;
  line-height: 1.5;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .rec_env_cards {
    justify-content: center;
  }
  .env_card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .step-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .rec_fellow_box {
    flex-direction: column;
  }
  .rec_fw_rt {
    margin: auto;
    width: 380px;
  }
}

@media (max-width: 480px) {
  .env_card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .step-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .rec_fw_rt {
    width: 300px;
  }
}


.key_visual {
  width: 100%;
  height: 800px;
  background-image: url(image/top_hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.social_cont {
  width: 30px;
}
a.btn_09 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: auto;
  padding: 0.9rem 3.5rem;
  font-size: 1rem;
  border-radius: 30px;
  font-weight: bold;
  background: linear-gradient(to top, #23b89a, #16a085);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
a.btn_09:hover {
  color: #fff;
  opacity: 0.7;
}
a.btn_str {
  display: block;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  padding: 0.9rem 3rem;
  font-size: 1rem;
  border-radius: 30px;
  font-weight: bold;
  background: linear-gradient(to top, #23b89a, #16a085);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
a.btn_str:hover {
  opacity: 0.8;
}
.str_btn_box {
  padding-top: 24px;
}
.pa_ri3 {
  padding-right: 3px;
}
.logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.logo_copy {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.logo img {
  width: 300px;
  margin: auto;
}
img {
  width: 100%;
}
header {
  background-color: #e9f5f4;
}
.inner {
  position: relative;
  padding-top: 48px;
  max-width: 1100px;
  margin: auto;
  background-color: #e9f5f4;
}
.social_box img {
  width: 28px;
}
.social_box {
  position: absolute;
  top: 8px;
  left: 0;
  width: 78px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.head_phone {
  position: relative;
  position: absolute;
  right: 0;
  top: 9px;
  color: #333;
}
.lazyload {
  /* 画像読み込み前の背景色 */
  background-color: #f0f0f0; /* 薄いグレー色を背景色として設定 */
  /* 画像のアスペクト比を保持（例: 16:9の場合） */
  display: block; /* ブロックレベル要素として表示 */
  width: 100%; /* 親要素の幅に合わせて伸縮 */
  height: auto; /* 画像の高さを自動調整してアスペクト比を維持 */
  /* アスペクト比を保持するためのパディング（16:9の場合） */
  padding-top: 56.25%; /* 高さ/幅 * 100（例: 9 / 16 * 100 = 56.25%） */
  /* 画像が読み込まれた後に適用されるスタイルをリセット */
  background-color: transparent; /* 背景色を透明に戻す */
}

.book_come {
  position: absolute;
  left: -143px;
}
.head_phone .phone_number::after {
  position: absolute;
  content: "";
  top: 4px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(image/contact.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_top_icon a {
  position: relative;
}
.contact_top_icon img {
  position: absolute;
  width: 20px;
  top: -1px;
  right: -25px;
}
.key_container {
  color: #333;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  padding: 56px 8px;
  margin: auto;
}
.notel {
  pointer-events: none;
}
.key_image {
  padding: 36px;
  width: 393px;
}
.main_copy {
  max-width: 474px;
}
.main_copy h2 {
  margin: 0 0 24px 0;
}
.m_cont {
  max-width: 746px;
  text-align: left;
  margin: auto;
  padding-top: 68px;
  padding-bottom: 100px;
}
.t_m_cont {
  max-width: 746px;
  text-align: left;
  margin: auto;
  padding-top: 68px;
  padding-bottom: 100px;
}
.m_cont p {
  font-size: 1.2em;
}
.key_img {
  max-width: 520px;
}
.sub_p {
  font-weight: bold;
  margin: 0;
  padding: 36px 0 8px 0;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: Cormorant, serif;
}
.sub_p::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 51px;
  height: 2px;
  vertical-align: super;
  top: 2px;
  margin-right: 10px;
  background-color: #16a085;
}
h1 {
  margin: 8px 0 36px;
  font-size: 2em;
}
.m_cent {
  max-width: 391px;
}
.word_box {
  position: relative;
  text-align: right;
  font-size: 1.4em;
  width: 126px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.word {
  position: absolute;
  width: 220px;
  top: -9px;
  left: -33px;
  font-weight: bold;
  opacity: 0;
  font-size: 1.5em;
}
.smo_lef {
  left: -39px;
}
.change_word {
  position: absolute;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 15px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rightgreen {
  color: #f17547;
}

.belize {
  color: #fa636f;
}

.pomegranate {
  color: #ee9b35;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}

.scroll-word {
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background: #e6b040;
  overflow: hidden;
}
.sc-word {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 22s linear infinite;
}
.top_nav {
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
}
.top_nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1000px;
  line-height: 42px;
  padding: 8px 16px;
  margin: 0 auto 2px;
}
.top_nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
  max-width: 250px;
  color: #333;
}
.top_nav .nav_logo {
  color: #16a085;
  font-size: 2.4em;
  font-family: Cormorant, serif;
}
.grov .nav_logo {
  display: none;
}
.grov ul {
  max-width: 1100px;
}
.salon_menu {
  background-image: url(image/menu_back.webp);
  width: 100%;
}
.head_h2 {
  padding-top: 24px;
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 3em;
  font-family: Cormorant, serif;
}
.head_p {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 36px;
}
.head_p::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 65px;
  height: 2.5px;
  vertical-align: super;
  top: 2px;
  margin-right: 15px;
  background-color: #16a085;
}
.head_p::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 65px;
  height: 2.5px;
  vertical-align: super;
  top: 2px;
  margin-left: 15px;
  background-color: #16a085;
}
.salon_cont {
  padding: 48px 0 0 0;
  max-width: 746px;
  margin: 0 auto 48px;
}
.sa_p {
  font-size: 1.2em;
  color: #333;
}
@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scroll-word:hover .sc-word {
  animation-play-state: paused;
}

.tab-wrap {
  max-width: 1200px;
  margin: auto;
}

.tab-wrap ul {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  padding: 0;
  margin: auto;
}

.tab-btn {
  width: 72px;
  padding: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  position: relative;
  font-size: 1.1em;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 0.3;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  font-weight: bold;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 280ms;
}
.tab-btn::after {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 160, 133, var(--tw-bg-opacity));
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 280ms;
  content: "";
}

.tab-btn.show {
  --tw-text-opacity: 1;
}
.tab-btn.show::after,
.tab-btn:hover::after {
  width: 100%;
}
.tab-contents {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
  padding: 56px 16px 48px;
}
.tab_img {
  position: relative;
  width: 270px;
  height: 185px;
  overflow: hidden;
}
.menu_card img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
h3 {
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 8px;
}
.menu_card a {
  text-decoration: none;
}
.menu_card a:hover h3 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #16a085;
}
.m_link {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_card .exercise:hover h3 {
  color: #d39c63;
}
.menu_card .mind:hover h3 {
  color: #fa636f;
}
.menu_card p {
  font-size: 1.1em;
  color: #333;
}
.card_tag {
  position: absolute;
  bottom: 20px;
  right: 16px;
  padding: 0 8px;
  line-height: 1.7em;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  font-family: Cormorant, serif;
  background-color: #16a085;
  z-index: 2;
}
.wood {
  background-color: #d39c63;
}
.ind_red {
  background-color: #fa636f;
}
.tab_container {
  max-width: 1153px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: auto;
}
.heart {
  max-width: 925px;
  margin: auto;
  justify-content: space-between;
}
.body_box {
  max-width: 925px;
  margin: auto;
  justify-content: space-between;
}
.kome_gray {
  font-size: 1rem;
}
.tab-contents .menu_card {
  width: 270px;
  position: relative;
  margin: 0;
}
.ma_right_0 {
  margin-right: 0;
}
.menu_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.menu_card:hover img {
  transform: scale(1.1);
}
.shop {
  background-image: url(image/shop_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px;
}
.shop_back {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.shop_cont {
  max-width: 360px;
  margin-left: 80px;
  margin-right: 16px;
  padding-top: 80px;
}
.shop_card {
  max-width: 560px;
}
.shop h2 {
  padding-top: 24px;
  margin: 0;
  color: #333;
  font-size: 3em;
  line-height: 1.6em;
  font-family: Cormorant, serif;
}
.s_line {
  content: "";
  position: relative;
  display: inline-block;
  width: 51px;
  height: 2.5px;
  vertical-align: super;
  top: 2px;
  left: 10px;
  margin-right: 15px;
  background-color: #16a085;
}
.s_title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.shop p {
  padding: 32px 0 32px;
  font-size: 1.1em;
  font-weight: 400;
}
.shop_button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  font-weight: bold;
  background-color: #16a085;
  color: #fff;
  border-radius: 27px;
}
.shop_button a {
  text-decoration: none;
  padding: 11px 47px;
  color: #fff;
  display: block;
}
.shop_button a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
.infomation {
  padding: 48px 24px 80px;
  position: relative;
}
.info_bg {
  position: absolute;
  height: 280px;
  width: 76%;
  right: 0;
  bottom: 0;
  background-color: #d1dbda;
  z-index: -1;
}
.info_title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 48px;
  text-align: center;
}
.info-cont {
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
}
.info-contents {
  padding: 24px;
  border: 1px solid #c2c1c1;
  max-width: 300px;
  background-color: #fff;
}
.info-h5 {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #16a085;
  padding-bottom: 8px;
  margin: 0;
}
.info-sp {
  margin: 0 16px;
}
.info_tag {
  border: 1px solid #16a085;
  padding: 1px 3px;
  color: #16a085;
  font-weight: bold;
}
.info-contents p {
  padding: 16px 0 8px;
  font-size: 1.1em;
}
.info_a {
  color: #16a085;
}
.contact {
  background-image: url(image/contact_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 24px 80px;
}
.contact_title {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 48px;
  font-weight: bold;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.contact_cont {
  padding: 200px;
}
.map-flex {
  max-width: 1000px;
  margin: auto;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
}
.bg-inner {
  width: 40%;
  z-index: 2;
}
.conce-h2 {
  padding-top: 24px;
  margin: 0;
  color: #444;
  text-align: center;
  font-size: 2em;
  font-family: "Prata", Georgia, serif;
}
.white {
  color: #fff;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.error_blank {
  font-weight: bold;
  color: #555;
}
.Form_marcy {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form_marcy dd,
.Form_marcy dl {
  margin: 0;
}
.Form_marcy dt {
  display: none;
}
.Form-Item-Input input {
  border: 1px solid #ddd;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
  border-radius: 3px;
  margin-top: 24px;
  padding: 0;
  background: RGB(121, 132, 135, 0.8);
  cursor: text;
  height: 36px;
  width: 100%;
  font-size: 17px;
  text-indent: 1em;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.m_top0 input {
  margin-top: 0;
}
.Form-Item-Input textarea {
  border: 1px solid #ddd;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
  border-radius: 3px;
  margin-top: 24px;
  width: 100%;
  line-height: 2em;
  font-size: 17px;
  text-indent: 1em;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  background: RGB(121, 132, 135, 0.8);
  cursor: text;
}
.Form-Item-Input input::placeholder,
.Form-Item-Input textarea::placeholder {
  color: #fff;
}
.Form-Item-Textarea {
  border-radius: 3px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
  padding: 6px 0 0 0;
  background: RGB(121, 132, 135, 0.8);
  height: 150px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.1em;
  text-indent: 1em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #58b6a5;
  border: 1px solid #58b6a5;
}
.Form-Item-Input::placeholder,
.Form-Item-Textarea::placeholder {
  color: rgb(233, 232, 232);
}
.site_button {
  color: #fff;
  background-color: #16a085;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 16px;
  font-size: 1.1em;
  outline: none;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.4em;
  text-decoration: none !important;
}
.site_button:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
.address_box {
  font-style: normal;
  padding: 24px;
  background-color: RGB(121, 132, 135, 0.8);
  border-radius: 4px;
  text-align: center;
}
.add_img {
  width: 240px;
}
.address_box h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: 8px 0 0 0;
  text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 30%);
}
.address_box p {
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 30%);
}
.ma_bo16 {
  margin-bottom: 16px;
}
.contact_p {
  max-width: 500px;
  font-size: 1.2em;
  color: #333;
  margin: 36px auto 56px;
}
main {
  margin: 0;
}
footer {
  background-color: #49423d;
  padding: 72px 24px 8px;
  margin: 0;
}
footer h5 {
  max-width: 1100px;
  padding: 48px 0 0 0;
  margin: auto;
  font-family: Cormorant, serif;
  font-size: 1.2em;
  color: #fff;
}
.swiper {
  width: 316px;
  margin: 0;
}

.calendar-container {
  margin: 0 auto;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
}
h1 {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  margin: 0;
}
.calendar {
  padding: 0;
}
.month {
  padding: 8px 0 16px;
  color: #fff;
}
table {
  width: 100%;
  table-layout: fixed;
}
th,
td {
  text-align: center;
}
th {
  font-weight: normal;
}
td {
  height: 48px;
}

.day *:first-child {
  color: #ff838b;
}
.day *:last-child {
  color: #6fb5ff;
}
.day_off {
  content: url(image/off.png);
  position: relative;
  display: inline-block;
  vertical-align: super;
  width: 20px;
  top: 11px;
  left: 6px;
  margin-right: 15px;
}
.off {
  position: relative;
}
table .day .off {
  color: #fff;
}
.off::before {
  content: url(image/off.png);
  position: absolute;
  width: 40px;
  top: 9px;
  left: 0px;
  z-index: -1;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
}
:root {
  --swiper-navigation-size: 16px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-weight: 800;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 80px;
  right: auto;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 25px;
  right: 86px;
  width: 16px;
  height: 16px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.calendar-container {
  line-height: 1;
}
.foot_container {
  max-width: 687px;
  gap: 32px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_add {
  width: 120px;
  padding-top: 8px;
}
.foot_1 {
  max-width: 316px;
}
.foot_1 p {
  margin-bottom: 48px;
}
.foot_container h3 {
  position: relative;
  margin: 0 0 36px 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
}
.foot_container h3::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0px;
  height: 3px;
  margin: 0;
  width: 70px;
  margin: 10px 0;
  background-color: #16a085;
}
.foot_container h3::after {
  content: url(image/heart.png);
  position: absolute;
  bottom: -32px;
  left: 67px;
  margin: 0;
  transform: scale(0.5);
}
.foot_2 {
  width: 300px;
}
.foot-menu {
  list-style-type: none;
  color: #fff;
  padding: 0;
}
.foot-menu li {
  font-size: 1.1em;
  padding: 8px 0 0 0;
  color: #fff;
  border-bottom: 1px dashed #999795;
}
.foot_3 {
  max-width: 316px;
}
.foot_3 p {
  margin-bottom: 2px;
}
.foot_1 .social_box {
  position: relative;
  left: 0px;
  width: 78px;
  height: 28px;
  display: flex;
  justify-content: space-between;
}
.logo_s {
  display: none;
}
.none800 {
  display: none;
}
.ma_lr {
  margin: 0 24px;
}
.top_nav a {
  text-decoration: none;
  color: #333;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_nav a {
  color: #16a085;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_nav_logo a {
  padding: 36px 0 6px;
}
.top_nav a:hover,
.menu_nav a:hover {
  color: #16a085;
}
.top_nav .nav_logo a {
  color: #16a085;
  padding: 36px 0 10px;
}
.nav_arrow {
  position: relative;
}
.fa-angle-down {
  position: absolute;
  top: 35px;
  left: 46px;
  z-index: 2;
  color: #333;
}
.fa_left {
  left: 17px;
}
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  width: 55px;
}
#pagetop img {
  width: 100%;
}
.menu_nav {
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
.menu_nav .me_max_nav {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1100px;
  line-height: 42px;
  padding: 8px 16px;
  margin: 0 auto 2px;
}
.me_max_nav .nav_cop a {
  padding: 20px 0;
}
.menu_nav .me_in {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
  max-width: 250px;
  color: #333;
}
.menu_nav ul .menu_nav_logo,
.top_nav ul .menu_nav_logo {
  width: 130px;
  height: 42px;
}
.menu_nav a {
  text-decoration: none;
  color: #333;
}
.menu_nav h1 a {
  text-decoration: none;
  padding: 9px 0;
  color: #16a085;
}
.top_wrap {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding: 56px 0;
  margin: auto;
}

.top_wrap_img {
  width: 580px;
  height: 580px;
  flex-basis: auto;
}
.esthe_img {
  background-image: url(image/eshte.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fasting_img {
  background-image: url(image/fast.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mind_img {
  background-image: url(image/mind.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_wrap_word {
  flex-basis: 40%;
  padding-right: 36px;
}
.me_contents {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
.me_gray {
  position: absolute;
  top: 0;
  right: 200px;
  height: 750px;
  width: 200%;
  background-color: #dff0e7;
  z-index: -1;
}
.nail_gray {
  height: 684px;
}
.kokoro_gray {
  height: 700px;
}
.title_en {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}
.title_en::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -55px;
  height: 2px;
  margin: 0;
  width: 48px;
  margin: 10px 0;
  background-color: #16a085;
}
.title_en::after {
  content: url(image/leaf.png);
  position: absolute;
  bottom: -7px;
  right: -90px;
  margin: 0;
  transform: scale(0.5);
}
.esthetic h2 {
  margin: 8px 0 36px;
}
.esthetic h3,
.exercise .me_contents h3,
.mind .me_contents h3 {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}
.exercise h2,
.mind h2 {
  margin: 8px 0 36px;
}
.me_contents {
  padding-top: 48px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.me_contents p {
  font-size: 1.2em;
}
.me_contbox {
  flex: 1 1 72%;
  padding-right: 48px;
}
.me_imgbox {
  flex: 1 1 28%;
  height: 206px;
}
.sl-time {
  font-size: 1.1em;
}
.sl-price {
  font-size: 1.2em;
  padding: 24px;
  color: #333;
}
.me_cp {
  padding: 24px 0 0 0;
}
.me_contents h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  padding-top: 24px;
}
.exercise {
  padding-top: 48px;
}
.exercise p,
.esthetic p {
  color: #333;
}
.h_370 {
  bottom: -80px;
  height: 370px;
  position: absolute;
  right: 200px;
  height: 500px;
  width: 200%;
  background-color: #dff0e7;
  z-index: -1;
}
.ex_mr {
  padding-right: 0;
  padding-left: 56px;
}
.fast_cont {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 72px;
  font-size: 1.2em;
  padding-right: 126px;
  padding-left: 24px;
}
.bot_p {
  padding-bottom: 24px;
}
.fast_menu_box {
  background-color: #dff0e7;
  margin: 42px 0 48px 0;
  padding: 56px 36px;
  color: #333;
  position: relative;
}
.fast_menu_box h3 {
  position: absolute;
  font-size: 1.5em;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
}

.fast_menu {
  display: flex;
  justify-content: space-around;
}
.fast_corse {
  max-width: 400px;
}
.fast_product {
  max-width: 440px;
}
.fast_corse h4 {
  position: relative;
  margin: 0;
  font-size: 1.2em;
  color: #333;
  padding-left: 30px;
}
.fast_corse h4::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  background-color: #6ad1bd;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.fast_price {
  font-size: 1.3em;
}
.fast_product h4 {
  margin: 0;
  font-size: 1.1em;
}
.fast_bobox {
  display: flex;
  justify-content: space-around;
  border-top: 1px dotted #333;
  padding-top: 36px;
}
.fast_kouso {
  max-width: 400px;
}
.kouso_box {
  display: flex;
}
.kouso_mo {
  max-width: 235px;
  padding-left: 24px;
}
.rinpa_box {
  display: flex;
}
.kouso_img {
  width: 141px;
  height: 148px;
}
.rinpa_mo {
  padding-left: 24px;
}
.camp_2 ul {
  padding: 0;
}
.camp_2 li {
  position: relative;
  padding-left: 24px;
  list-style-type: none;
}
.camp_2 li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  background-color: #6ad1bd;
  width: 16px;
  height: 16px;
  border-radius: 14px;
  z-index: 2;
}
.fast_camp {
  display: flex;
}
.camp_1 h3 {
  margin: 0 0 16px 0;
}
.camp_1 {
  flex: 1 1 50%;
}
.camp_2 {
  display: flex;
}
.camp_act {
  flex: 1 1 60%;
  padding-top: 56px;
}
.act_img {
  flex: 1 1 40%;
  width: 271px;
  height: 271px;
}
.camp_2 ul {
  padding-left: 8px;
}
.camp_cent {
  width: 210px;
  margin: auto;
}
.ex_gray {
  position: absolute;
  top: 0;
  left: 200px;
  height: 670px;
  width: 200%;
  background-color: #dff0e7;
  z-index: -1;
}
.ex_flex1 {
  flex: 1 1 28%;
}
.ex_flex2 {
  flex: 1 1 72%;
  padding-left: 48px;
}
.eh_370 {
  bottom: -80px;
  height: 370px;
  position: absolute;
  left: 200px;
  height: 334px;
  width: 200%;
  background-color: #dff0e7;
  z-index: -1;
}
.mind {
  padding-top: 48px;
}
.pea_box {
  background-color: #dff0e7;
  max-width: 1028px;
  margin: 36px auto 88px;
  padding: 56px 126px 56px 24px;
  color: #333;
  position: relative;
  font-size: 1.2em;
}
.pea_box h4 {
  position: relative;
  margin: 0;
  font-size: 1.2em;
  color: #333;
  padding-left: 30px;
}
.pea_box h4::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  background-color: #6ad1bd;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.pea_center {
  font-size: 1.3em;
  text-align: center;
}
.pa_bo30 {
  padding-bottom: 30px;
}
.ma_bo56 {
  margin-bottom: 168px;
}

.menu_nav .c-pagePositionNav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1000;
  padding-right: 10px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-pagePositionNav h1 {
  display: none;
}
.c-pagePositionNav ul {
  list-style-type: none;
}
.c-pagePositionNav ul a {
  text-decoration: none;
}

.c-pagePositionNav-list-item + .c-pagePositionNav-list-item {
  margin-top: 20px;
}

.c-pagePositionNav-list-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.c-pagePositionNav-list-item__inner:after {
  display: block;
  content: "";
  width: 4px;
  height: 3px;
  background: #16a085;
  margin-left: 10px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.c-pagePositionNav-list-item.is-current
  .c-pagePositionNav-list-item__inner:after {
  background: #16a085;
  width: 36px;
}

.c-pagePositionNav-list-item__inner:hover {
  text-decoration: none;
}

.c-pagePositionNav-list-item__text {
  color: #333;
  font-size: 1.2em;
  opacity: 0.7;
}

.c-pagePositionNav-list-item.is-current .c-pagePositionNav-list-item__text {
  opacity: 1;
  font-weight: bold;
}

.c-pagePositionNav.act {
  display: none;
}
.c-pagePositionNav.actor {
  display: block;
}
/*# sourceMappingURL=text.css.map */
.min_none768 {
  display: none;
}
.menu_nav.m_fixed,
.top_nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: RGB(255, 255, 255, 1);
  z-index: 8;
}
.sub_titl {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}
.nav_area {
  display: none;
}

.top_nav li,
.menu_nav li {
  margin-right: 32px;
  z-index: 8;
}
.c-pagePositionNav li {
  margin-right: 0;
}
.top_nav .nav_loca {
  display: none;
}
.panbo {
  padding-bottom: 56px;
}

.breadcrumb {
  list-style: none;
  max-width: 1100px;
  margin: auto;
  font-size: 1em;
  padding: 8px 0 8px 16px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  color: #333;
  margin-right: 22px;
  font-weight: normal;
  position: relative;
}
.breadcrumb li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb li:first-child a:before {
  font-family: FontAwesome;
  content: "\f015";
  font-weight: normal;
  padding-right: 0.5em;
  font-size: 1em;
  color: #16a085;
}
.breadcrumb li:after {
  position: absolute;
  top: -6px;
  content: ">";
  padding: 0 3px;
  color: #333;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb480 {
  display: none;
}

.about_top_flex {
  width: 100%;
  height: 800px;
  background-image: url(image/about01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 48px;
}
.ab_cont01 {
  flex: 0 0 500px;
  display: none;
}
.ab_cont02 {
  position: absolute;
  top: 70%;
  left: 65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ab_tittle {
  position: relative;
}
.o_tittle {
  position: relative;
  display: block;
}
.o_pbox {
  position: relative;
}
.ow_gray {
  position: absolute;
  bottom: -60px;
  left: -6px;
  z-index: -1;
  width: 250px;
  height: 250px;
  background-color: #dff0e7;
}
.relative {
  position: relative;
}
.about_m_img {
  width: 600px;
}
.ab_ai {
  padding: 36px;
  max-width: 800px;
  margin: auto;
  background-color: #dff0e7;
  margin-bottom: 72px;
}
.o_box {
  width: 195px;
  margin-bottom: 24px;
}
.ab_owner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 72px;
}
.about_mid p,
.about_logo p {
  font-size: 1.1em;
}
.o_box p {
  font-size: 1.1em;
}
.o_box img {
  width: 150px;
}
.bold {
  font-weight: bold;
}
.ow_left {
  padding: 0 48px 0 0;
}
.alog_top h2 {
  margin: 0 0 36px 0;
  color: #333;
  text-align: center;
}
.ab_addback {
  max-width: 586px;
  padding: 24px 150px;
  margin: auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.ab_address {
  margin: auto;
  padding: 48px 0;
  background-color: #dff0e7;
}
.matop60 {
  margin-top: 60px;
}
.ab_addright h4 {
  color: #333;
  font-size: 1.2em;
  margin: 0 0 8px 0;
}
.ab_addright p {
  margin-bottom: 24px;
}
.ab_box {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a_logflex {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 24px;
  padding-bottom: 48px;
  border-bottom: 3px dotted #dff0e7;
}
.a_logleft {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 340px;
}
.ribbon {
  max-width: 700px;
  margin: auto;
}
.a_logright {
  flex: 0 0 420px;
}
.lo_ce {
  width: 250px;
}
.ab_cont02 h1 {
  color: #222;
  font-size: 4.3em;
  text-align: center;
  font-family: Cormorant, serif;
  background: url(image/cut_back.webp);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.owner {
  padding-top: 36px;
  text-align: center;
  font-family: Cormorant, serif;
}
.owner_name {
  font-size: 1.8em;
  font-weight: bold;
}
.piripiri {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.piri_img {
  max-width: 500px;
  text-align: center;
}
.ab_md {
  background-image: url(image/about_md.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about_mid h2 {
  color: #333;
  margin: 0 0 48px 0;
  text-align: center;
}
.gallery {
  position: relative;
  margin-bottom: 36px;
}
.about_mid .gallery h2 {
  font-size: 2em;
  margin-bottom: 56px;
}
.gall_hbox {
  position: relative;
}
.g_titlle {
  font-size: 1em;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.block600 {
  display: none;
}
.nav_address .nav_app {
  margin-bottom: 8px;
}
.menu_pagelink {
  padding-top: 64px;
  margin-top: -64px;
}
.foot-menu a {
  text-decoration: none;
  color: #fff;
}
.grid-cont {
  margin: 0 auto 32px;
  max-width: 960px;
  padding-left: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  column-count: 3;
  column-gap: 30px;
}
.g-item {
  width: 300px;
  padding-bottom: 10px;
}
.gallery {
  margin-bottom: 72px;
}
.g-item img {
  width: 100%;
  height: auto;
}
.policy {
  max-width: 1100px;
  padding: 48px 16px;
  margin: auto;
  font-size: 1.2em;
  color: #333;
}
.policy h1 {
  font-family: futura-pt;
  font-weight: 400;
  color: #ccc0a4;
  font-size: 2.2em;
  line-height: 1;
  height: auto;
}
.policy h2 {
  font-size: 1.2em;
}
.po_ja {
  font-size: 1.1em;
  margin-bottom: 36px;
}
.top_panel_image {
  background-image: url(image/shop_img.webp);
  height: 28em;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
.shop_topbox {
  width: 100%;
  max-width: 400px;
  padding: 24px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.shop_topbox h1 {
  font-size: 2.6em;
  color: #333;
  text-align: center;
  height: auto;
  line-height: 1em;
}
.shop_topbox p {
  font-size: 1.3em;
  color: #333;
  text-align: center;
}
.shop_main {
  max-width: 1100px;
  padding: 48px 16px;
  margin: auto;
}
.shop_main_p {
  font-size: 1.1em;
}
.no_tel {
  pointer-events: none;
}
.gall_flex {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.gall_left iframe,
.gall_right iframe {
  height: 250px;
}
.gall_left {
  margin-right: 30px;
}
.eye_catch {
  padding: 40px 0 60px;
}
.eye_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.stores_cont_box {
  max-width: 1100px;
  padding: 40px 20px 0;
  margin: 0 auto 32px;
  color: #333;
  background-color: #fcfbfb;
}
.shop_title_box {
  flex-basis: 50%;
  font-size: 1rem;
  padding: 20px 0 0 20px;
  color: #333;
}
.shop_title_box h1 {
  font-size: 3rem;
}
.shop_tt_box h1 {
  font-size: 3rem;
}
.shop_tt_box {
  margin-bottom: 40px;
}
.shop_ti_p {
  color: #65a78c;
  font-weight: bold;
  font-size: 1rem;
}
.shop_title_box p {
  padding-left: 2px;
}
.catch_box {
  position: relative;
  flex-basis: 440px;
}
.eye_dot01 {
  position: absolute;
  width: 80px;
  z-index: -1;
  right: 18px;
  top: 20px;
}
.eye_dot02 {
  position: absolute;
  width: 80px;
  z-index: -1;
  left: -20px;
  top: 391px;
}
.eye_description {
  padding: 50px 16px 40px 0;
}
.gift_item_wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
.gift_item_wrap p {
  font-size: 1rem;
}
.gift_item_wrap .shop_link {
  padding: 16px 44px 0;
  text-align: center;
}
.gift_flex {
  display: flex;
  max-width: 750px;
  justify-content: space-between;
}
.gift_item_lf {
  flex-basis: 350px;
  padding-right: 36px;
}
.gift_item_ri {
  flex-basis: 350px;
}
.gift_flex h3 {
  text-align: center;
}
.shop_item {
  padding: 56px 0;
  color: #333;
  background: url(image/ticket_back.webp) no-repeat top center / cover;
}
.shop_item h2 {
  margin-bottom: 36px;
}

.shop_item .shop_price {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.price_tax {
  font-size: 1rem;
}
.shop_item_exp {
  margin: 0 0 16px 0;
  font-size: 1.1rem;
}
.shop_exp {
  padding-top: 56px;
}
.shop_exp_le {
  margin-bottom: 60px;
}
.shop_exp_ri {
  display: flex;
  max-width: 700px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item01,
.item02,
.item03 {
  flex-basis: 180px;
  padding-right: 16px;
}

.shop_esthe_menu {
  font-size: 1.1rem;
  margin: 0 0 16px 0;
}
.other_slon {
  padding: 72px 20px;
  color: #333;
  background-image: url(image/menu_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.mercy_pad {
  padding-left: 0;
  padding-right: 0;
}
.str_p_bot {
  margin-bottom: 56px;
}
.other_slon h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.other_slon p {
  font-size: 1rem;
}
.shop_other_flex {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  margin: auto;
}
.mercy_fx_pad {
  padding: 0 20px;
}
.shop_other_le {
  flex-basis: 460px;
  margin-right: 24px;
}
.shop_other_ri {
  flex-basis: 460px;
}
main .menu_price {
  font-weight: bold;
  font-size: 1.2rem;
}
main .price_enn {
  font-size: 1.5rem;
}
main .face_op {
  font-size: 1.1rem;
  padding: 32px 0 8px;
  font-weight: bold;
}
main .face_op_exp {
  padding-bottom: 16px;
}
.str_head_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.str_logo_box {
  width: 220px;
}
.str_logo_box a:hover p,
.str_logo_box a:hover {
  color: #16a085;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.str_head_ri img {
  box-shadow: 5px 5px #58b6a5;
}
.str_head_le h2 {
  margin-bottom: 36px;
  color: #333;
}
.str_tittle {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 8px;
  color: #333;
}
.str_logo_box img {
  box-shadow: 5px 5px #58b6a5;
}
.str_head_ri {
  width: 220px;
  height: 130px;
}
.str_flex {
  display: flex;
  max-width: 1100px;
  gap: 32px;
  padding: 32px 20px 16px;
  margin: auto;
}
.shop_title_box .str_flex img {
  width: 100%;
}
.str_ul li {
  font-size: 1rem;
  margin-bottom: 8px;
}
.str_features h3 {
  padding: 24px 0 20px 0;
  font-size: 1.1rem;
}
.tb_more {
  padding: 56px 0;
}
.strong {
  font-weight: bold;
}
.pm_60 {
  padding-top: 60px;
  margin-top: -60px;
}
.str_map_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.str_map_box iframe {
  max-width: 300px;
  max-height: 300px;
}
.str_map_le h4 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 4px;
}
.str_map_le p {
  margin-bottom: 16px;
}
.gift_item_wrap .coupon_hot {
  font-size: 1.2rem;
  margin: 24px 0 0 0;
}
.gift_item_wrap .hot_tyu {
  font-size: 1rem;
  color: #777;
}
.manbo_40 {
  margin-bottom: 72px;
}
.t_m_cont h1 {
  line-height: 2rem;
  margin-bottom: 0;
}
.t_m_cont p {
  font-size: 1rem;
}
.shop_cp_box {
  max-width: 510px;
}
.nav_tage {
  position: relative;
}
.nav_tage::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #16a085;
  z-index: 1;
}
@media screen and (max-width: 1215px) {
  .tab-contents {
    max-width: 897px;
    margin: auto;
  }
  .menu_card {
    margin: 0 42px 48px 0;
  }
  .ma_ri_1215 {
    margin-right: 0;
  }
  .key_visual {
    height: 730px;
  }
  .ma_right_0 {
    margin-right: 0;
  }
  .ma_mi42 {
    margin-right: 42px;
  }
  .contact {
    background-image: url(image/contact_back1200.webp);
  }
  .top_wrap {
    padding: 0 8px;
  }
  .about_top_flex {
    height: 611px;
  }
  .ab_cont02 h1 {
    font-size: 3.8em;
  }
  .ab_cont02 {
    left: 70%;
  }
}
@media screen and (max-width: 1146px) {
  .head_phone {
    right: 16px;
  }
  .matop60 {
    margin-top: 0;
  }
  .grid-cont {
    margin: 0 auto 32px;
    max-width: 630px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
  .gallery {
    margin-bottom: 70px;
  }
  .gall_flex {
    max-width: 630px;
    justify-content: space-between;
  }
  .gall_left {
    margin-right: 0;
  }
  .info-cont {
    max-width: 800px;
  }
  .info-sp {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .info-mb {
    margin-bottom: 48px;
  }
  .info_bg {
    height: 296px;
  }
  .top_wrap {
    flex-direction: column-reverse;
    max-width: 1100px;
    padding: 48px 0 36px;
    margin: auto;
  }
  .top_wrap_img {
    width: 100%;
    height: 400px;
  }
  .top_wrap_word {
    width: 100%;
    padding: 0;
  }
  .m_cont {
    max-width: 100%;
    padding: 36px 126px 36px 24px;
  }
  .me_imgbox {
    width: 300px;
  }
  .me_contbox {
    padding-right: 0;
    padding-bottom: 24px;
  }
  .me_contents {
    padding-top: 36px;
    margin-bottom: 56px;
    padding-right: 126px;
    padding-left: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .me_gray {
    position: absolute;
    top: 0;
    bottom: 103px;
    height: auto;
    right: 150px;
    background-color: #dff0e7;
    z-index: -1;
  }
  .h_370 {
    position: absolute;
    top: 0;
    bottom: 103px;
    height: auto;
    right: 150px;
    background-color: #dff0e7;
    z-index: -1;
  }
  .exercise {
    padding-top: 30px;
    margin-top: -30px;
  }

  .br1100 {
    display: none;
  }
  .fast_menu {
    display: block;
    justify-content: space-around;
  }
  .fast_corse {
    max-width: 100%;
  }
  .fast_menu {
    padding-bottom: 24px;
  }
  .fast_menu_box {
    margin: 55px 0 48px 0;
  }
  .fast_bobox {
    flex-direction: column;
    gap: 16px;
  }
  .kouso_box {
    align-items: center;
    margin-bottom: 24px;
  }
  .rinpa_box {
    align-items: center;
  }
  .fast_kouso {
    max-width: 100%;
  }
  .kouso_mo {
    max-width: 100%;
    padding-left: 24px;
  }
  .kouso_img {
    flex: 0 0 150px;
  }
  .rinpa_img {
    flex: 0 0 150px;
  }
  .fast_camp {
    display: block;
  }
  .camp_1 {
    margin-bottom: 36px;
  }
  .camp_2 {
    align-items: center;
    justify-content: space-around;
  }
  .act_img {
    flex: 0 0 250px;
    height: 250px;
  }
  .camp_act {
    flex: 1 1 60%;
    padding-top: 0;
  }
  .camp_cent {
    width: 210px;
    margin: 0;
  }
  .fast_corse h4 {
    padding-bottom: 8px;
  }
  .fast_price {
    font-size: 1.4em;
    padding-left: 16px;
  }
  .fle_to {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .ex_flex2 {
    padding-left: 0;
  }
  .ex_gray {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 103px;
    height: auto;
    right: 150px;
    width: 200%;
    background-color: #dff0e7;
    z-index: -1;
  }
  .pa_bo30 {
    flex-direction: column;
    padding-top: 0;
  }
  .mind {
    padding-top: 50px;
    margin-top: -50px;
  }
  .pa_to_0 {
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top_nav ul {
    padding: 8px 16px;
  }
  .owner {
    bottom: -200px;
  }
  .ab_owner {
    flex-direction: column;
  }
  .ow_left {
    padding: 0;
    margin-bottom: 48px;
  }
  .ow_gray {
    bottom: -60px;
  }
  .ab_tittle p {
    text-align: center;
  }
  .about_mid {
    padding: 0 24px;
  }
  .policy {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 1042px) {
  .foot_container {
    max-width: 780px;
  }
  .social_box {
    left: 12px;
  }
  .foot_3 {
    margin-right: 36px;
    margin-bottom: 48px;
  }

  .foot_1 {
    margin-right: 24px;
    margin-bottom: 48px;
  }
  .ma_lr {
    margin: 0 48px 0 0;
  }
  .ab_address {
    padding: 48px 56px;
  }
  .ab_addback {
    max-width: 100%;
    padding: 24px 150px;
  }
}
@media screen and (max-width: 1000px) {
  .eye_back {
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(600 / 1800 * 100%);
    background: url(image/shop_top_1000.webp) no-repeat center / cover;
  }
  .stores_back {
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(600 / 1800 * 100%);
    background: url(image/store_top_1000.webp) no-repeat center / cover;
  }
  .recruit_back {
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(600 / 1800 * 100%);
    background: url(image/mercy_recruit.webp) no-repeat center / cover;
  }
  .rec_top_ttl {
    padding-top: 72px;
  }
  .shop_title_box {
    position: relative;
  }
  .shop_h1_box {
    position: absolute;
    top: -26px;
    left: 0;
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 10px 24px 0;
  }
  .shop_h1_box h1 {
    line-height: 3rem;
    height: 52px;
  }
  .catch_box {
    display: none;
  }
  .eye_catch {
    padding-top: 0;
  }
  .eye_flex {
    display: block;
  }
  .eye_description {
    padding: 83px 16px 50px 0;
  }
  .shop_title_box img {
    width: 500px;
  }
  .rec_top_ttl,.rec_top_p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 942px) {
  .menu_card {
    margin: 0 0 48px 0;
  }
  .tab_container {
    max-width: 588px;
    margin: auto;
    justify-content: space-between;
  }
  .key_visual {
    width: 100%;
    position: relative;
    background-image: url(image/top_hero_780.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .word_box {
    top: 80%;
    left: 20%;
  }
  .top_nav ul {
    justify-content: space-around;
  }
  .grov ul {
    justify-content: space-between;
  }
  .shop {
    padding: 70px 36px;
  }
  .bg-inner {
    width: 45%;
  }
  .ab_addback {
    flex-direction: column;
  }
  .ab_box {
    flex: 0 0 100%;
  }
  .ab_addback {
    padding: 24px 100px;
  }
  .ab_ce {
    width: 250px;
  }
  .ab_ce p {
    font-weight: bold;
    color: #333;
  }
  .ab_addright {
    padding: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 820px) {
  .about_top_flex {
    height: 480px;
  }
  .ab_tittle h1 {
    height: 70px;
    font-size: 3.1em;
  }
  .key_container {
    flex-direction: column-reverse;
    padding: 16px;
  }
  .main_copy {
    margin: auto;
    max-width: 700px;
  }
  .key_image {
    margin: auto;
    padding: 24px 0 36px;
  }
  .m_cont {
    padding-bottom: 64px;
  }
  .t_m_cont {
    padding-bottom: 64px;
  }
  .m_cent {
    margin: auto;
    text-align: center;
  }
  .esthetic .m_cent,
  .exercise .m_cent,
  .mind .m_cent {
    text-align: left;
    max-width: 100%;
  }
  .sub_p {
    padding-left: 5px;
  }
  .sub_p::before {
    width: 41px;
  }
  .key_container h1 {
    height: auto;
    line-height: 1em;
    padding: 36px 0 48px 0;
  }
  .salon_cont {
    padding: 48px 16px 48px;
    margin: 0;
  }
  .m_link {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #16a085;
  }
  .m_link .fa-arrow-right {
    padding-left: 4px;
  }
  .heart .m_link {
    color: #fa636f;
  }
 .body_box .m_link {
    color: #d39c63;
  }
  .pointer_n {
    pointer-events: none;
    color: #333;
  }
  .shop_back {
    max-width: 1100px;
    flex-direction: column-reverse;
  }
  .shop_cont {
    max-width: 547px;
    margin: 0;
    padding: 0;
  }
  .shop {
    padding: 36px 36px 60px;
  }
  .shop_card {
    width: 380px;
    height: 329px;
    margin: auto;
  }
  .shop h2 {
    padding-top: 0;
  }
  .info-contents {
    padding: 24px;
    border: 1px solid #c2c1c1;
    max-width: 597px;
    margin: 0 auto 48px;
    background-color: #fff;
  }
  .map-flex {
    max-width: 1000px;
    flex-direction: column;
  }
  .bg-inner {
    width: 70%;
    margin: auto;
  }
  .contact {
    background-image: url(image/contact_back800.webp);
  }
  .ma_bo48 {
    margin-bottom: 56px;
  }
  .a_logflex {
    padding: 0 24px;
    padding-bottom: 48px;
  }
  .a_logleft {
    flex: 0 0 250px;
  }
  .ribbon {
    padding: 24px;
  }
  .ab_addright {
    padding: 32px 0 0 0;
    flex-direction: column;
  }
  .ab_addright .left,
  .ab_addright .right {
    width: 250px;
    margin: auto;
  }
  .menu_nav h1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {

  .top_nav .nav_logo a {
    padding: 2px 0;
  }
  .shop_tt_box h1 {
    font-size: 2.6rem;
  }
  .eye_back {
    padding-top: calc(540 / 1536 * 100%);
    background: url(image/shop_top_768.webp) no-repeat center / cover;
  }
  .stores_back {
    padding-top: calc(540 / 1536 * 100%);
    background: url(image/store_top_768.webp) no-repeat center / cover;
  }
  .shop_title_box h1 {
    font-size: 2.5rem;
    height: 50px;
    margin-bottom: 0;
  }
  .shop_h1_box {
    position: absolute;
    top: -34px;
    left: 0;
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 8px 16px 0 24px;
  }
  .shop_title_box img {
    width: 400px;
  }
  .g-item {
    width: 300px;
  }
  a.pointer_n {
    pointer-events: none;
  }
  .c-pagePositionNav h1 {
    display: block;
  }

  .mind {
    padding-top: 20px;
    margin-top: -20px;
  }
  .menu_nav h1 {
    display: block;
    color: #16a085;
    font-size: 28px;
    padding-right: 24px;
    font-family: Cormorant, serif;
    margin: 0;
    height: 0;
    line-height: 1;
  }
  .menu_nav .none768 {
    display: none;
  }
  .menu_nav {
    height: 48px;
    width: 100%;
    background-color: #fff;
    z-index: 3;
  }
  .menu_nav .c-pagePositionNav {
    position: initial;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 8px 0 0 16px;
  }
  .menu_nav.m_fixed,
  .top_nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
  }
  .pm_60 {
    padding-top: 44px;
    margin-top: -44px;
  }
  .c-pagePositionNav ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .c-pagePositionNav-list-item__inner {
    position: relative;
    display: block;
  }
  .c-pagePositionNav-list-item.is-current
    .c-pagePositionNav-list-item__inner:after {
    width: 49px;
  }
  .c-pagePositionNav-list-item__inner:after {
    width: 0px;
  }
  .c-pagePositionNav-list-item + .c-pagePositionNav-list-item {
    margin-top: 0;
  }
  .c-pagePositionNav-list .c-pagePositionNav-list-item {
    margin-right: 24px;
  }
  .c-pagePositionNav-list-item__inner:after {
    background: #16a085;
    margin-top: 4px;
    margin-left: 2px;
  }
  .top_nav {
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  .top_nav ul {
    padding: 0 80px 0 32px;
    margin: 0 auto 2px;
    justify-content: space-between;
  }
  .grov ul {
    padding: 0 80px 0 16px;
  }
  .top_nav .nav_loca {
    display: block;
  }
  .top_nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: bold;
    width: auto;
    color: #333;
  }
  .top_nav .nav_loca {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .top_nav .nav_loca a {
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
  }

  /* ハンバーガーボタン
==============================　*/
  .toggle-btn {
    width: 34px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 15;
  }

  .toggle-btn__line {
    background: #333;
    display: block;
    height: 1px;
    position: absolute;
    transition: transform 0.5s;
    width: 100%;
  }

  .toggle-btn__line--top {
    top: 8px;
  }

  .toggle-btn__line--bottom {
    top: 19px;
  }

  .toggle-btn .toggle-btn__line--top.active {
    top: 15px;
    transform: rotate(45deg);
    background-color: #333;
  }
  .toggle-btn .toggle-btn__line--bottom.active {
    top: 14px;
    transform: rotate(135deg);
    background-color: #333;
  }

  /* ナビゲーションメニュー
==============================　*/
  .global-nav {
    background: rgba(255, 255, 255);
    display: none;
    height: 100%;
    position: fixed;
    overflow: hidden;
    padding: 40px 0 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10;
  }

  .nav_adwrap {
    padding: 0 16px;
    max-width: 500px;
    margin: auto;
    height: 370px;
  }
  .global-nav__inner {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0;
  }
  .global-nav__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    padding: 0;
    margin: 0;
  }
  .global-nav__item {
    position: relative;
    height: auto;
    padding: 15px 0;
    font-size: 1.1em;
    text-indent: 24px;
    border: 1px solid #edf0ef;
    margin-left: -1px;
    margin-top: -1px;
  }
  .global-nav__item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .i_home {
    text-indent: 40px;
    flex: 0 0 50%;
  }
  .i_home::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 8px;
    width: 19px;
    height: 20px;
    background-image: url(image/home.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .i_contact::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(image/contact.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .i_stores::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(image/our_stores.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .i_home::after,
  .i_about::after,
  .links01 li::after,
  .links02 li::after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    padding-left: 16px;
    color: #444;
  }
  .links01 li,
  .links02 li {
    position: relative;
  }
  .links01 a,
  .links02 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .i_about {
    text-indent: 40px;
    flex: 0 0 249px;
  }
  .i_about::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(image/about.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .i_shop::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(image/shop_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .i_menu::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(image/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .toggle {
    display: none;
  }
  .option {
    position: relative;
  }
  .title,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .title {
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    text-indent: 38px;
  }
  .title::after,
  .title::before {
    content: "";
    position: absolute;
    right: 27px;
    top: 23px;
    width: 2px;
    height: 0.75em;
    background-color: #666;
    transition: all 0.3s;
  }
  .title::after {
    transform: rotate(90deg);
  }
  .content {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
  }
  .content ul {
    list-style-type: none;
    padding-left: 0;
  }

  .gbc_flex {
    display: flex;
    flex-wrap: wrap;
  }

  .toggle:checked + .title + .content {
    max-height: 1000px;
    transition: all 1s;
    background-color: #f7f7f8;
  }
  .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
  }
  .links01 {
    flex: 0 0 250px;
  }
  .links02 {
    flex: 0 0 249px;
  }
  .bo_le {
    border-left: 0;
    margin-left: -1px;
  }
  .global-nav__item a {
    color: #333;
    font-size: 1.4em;
    text-decoration: none;
    transition: 0.5s;
  }
  .global-nav__item .gbc_flex a {
    font-size: 1.3em;
  }
  .na_menu {
    flex-basis: 100%;
    padding: 0;
    line-height: 58px;
  }
  .gbc_p {
    font-size: 1.3em;
    line-height: 50px;
    color: #16a085;
    border-bottom: 1px solid #edf0ef;
  }
  .gbc_flex .links01 li {
    font-size: 1.1em;
    line-height: 3.4em;
    border-bottom: 1px solid #edf0ef;
    border-right: 1px solid #edf0ef;
  }
  .gbc_flex .links02 li {
    font-size: 1.1em;
    line-height: 3.4em;
    border-bottom: 1px solid #edf0ef;
  }
  .global-nav__item a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #16a085;
  }
  .gbc_flex .links01 .bo_line {
    border-bottom: none;
  }
  .nav_address {
    padding-top: 48px;
    position: relative;
    max-width: 500px;
    margin: auto;
  }
  .nav_address span {
    font-size: 1.2em;
    font-weight: bold;
  }
  .nav_address p {
    margin-bottom: 24px;
  }
  .sorbox {
    position: relative;
  }
  .nav_address .social_box {
    position: absolute;
    top: 4px;
    left: -6px;
    width: 78px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .top body.fixed {
    width: 100%;
    height: 100%;
  }
  main {
    padding: 0;
  }
  .top_wrap {
    padding: 0;
  }
  .m_cont {
    padding: 24px 16px 54px;
  }
  .me_contents {
    padding: 36px 16px 0;
  }
  .menu_pagelink {
    padding-top: 72px;
    margin-top: -72px;
  }
  .fast_cont {
    padding: 36px 16px;
  }
  .pa_bo30 {
    padding-bottom: 36px;
  }
  .me_imgbox {
    width: 270px;
    height: 185px;
  }
  .fast_corse p {
    text-align: right;
  }
  .br1100 {
    display: block;
  }
  .c-pagePositionNav.act {
    display: block;
  }
  .nav_area {
    display: block;
  }
  .pea_pa {
    padding: 0 16px;
  }
  .pea_box {
    padding: 56px 36px;
  }
  .grov .me_in {
    display: none;
  }
  .grov .nav_logo {
    display: block;
  }
  .top_nav .none_600 {
    display: none;
  }
  .alog_top h2 {
    margin: 0 0 24px 0;
  }
  .a_logflex {
    max-width: 800px;
    flex-direction: column;
  }
  .a_logleft {
    flex: 0 0 0px;
  }
  .a_logright {
    flex: 0 0 0px;
    padding: 24px 0 0 0;
  }
  .ab_cont02 h1 {
    font-size: 2.6em;
  }
  .owner {
    bottom: -162px;
  }
  .head_phone {
    right: 84px;
  }
}
@media screen and (max-width: 756px) {
  .foot_container {
    max-width: 316px;
    margin: auto;
  }
  .foot_1 {
    margin-right: 0;
  }
  .foot_3 {
    margin-right: 0;
  }
  footer {
    padding: 72px 16px 8px;
  }
}

@media screen and (max-width: 680px) {
  .grid-cont {
    width: 300px;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
  }
  .about_top_flex {
    height: 439px;
  }
  .ab_cont02 {
    left: 75%;
    width: 300px;
  }
  .owner_name {
    font-size: 1.6em;
  }
  .gall_flex {
    width: 300px;
  }
  .gall_left {
    margin-bottom: 12px;
  }
  .shop_title_box h1 {
    font-size: 2.1rem;
    height: 44px;
    margin-bottom: 0;
  }
  .shop_h1_box {
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 8px 16px 0 24px;
  }
}

@media screen and (max-width: 676px) {
  .shop_exp_ri {
    justify-content: space-around;
  }
  .eye_description {
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .eye_catch {
    padding: 0 0 40px 0;
  }
  .str_head_flex {
    flex-direction: column-reverse;
  }
  .str_head_le h2 {
    text-align: center;
    padding-top: 24px;
    margin-bottom: 36px;
  }
  .str_features h3 {
    text-align: center;
    margin-bottom: 32px;
  }
  .stores_cont_box h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .str_logo_box {
    width: 100%;
    margin-bottom: 24px;
  }
  .str_logo_box a {
    text-decoration: none;
  }
  .str_flex {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .str_flex img {
    display: none;
  }
  .str_tittle {
    position: relative;
    padding: 8px 32px;
    border: 1px solid #777;
  }
  .str_tittle::after {
    position: absolute;
    content: "";
    top: 19px;
    right: 8px;
    width: 19px;
    height: 20px;
    background-image: url(image/arrow_bt.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .str_head_flex {
    gap: 0;
  }
  .str_map_box {
    flex-direction: column;
    gap: 36px;
  }
  .str_btn_box .btn_str {
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .about_top_flex {
    height: auto;
    margin-bottom: 16px;
  }

  .tab-contents {
    width: 270px;
    margin: auto;
  }
  .bg-inner {
    width: 90%;
  }
  .address_box h3 {
    font-size: 1.1em;
  }
  .address_box p {
    font-size: 1.1em;
  }
  .top_nav li {
    margin-right: 30px;
    z-index: 8;
  }
  .pm48 {
    padding-top: 88px;
    margin-top: -88px;
  }
  .ab_addback {
    padding: 24px 0;
  }
  .none600 {
    display: none;
  }
  .ribbon {
    max-width: 330px;
    margin: auto;
    padding: 24px 0;
  }
  .block600 {
    display: block;
  }
  .ab_owner {
    display: block;
    position: relative;
    padding-bottom: 500px;
  }
  .about_m_img {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 340px;
  }
  .ow_gray {
    bottom: -60px;
    width: 200px;
    height: 200px;
  }
  .about_top .ab_cont02 {
    display: none;
  }
  .ab_cont01 {
    flex: 0 0 100%;
    display: block;
  }
  .about_top_flex {
    background: none;
  }
  .item01,
  .item02 {
    margin-bottom: 30px;
  }
  .gift_flex {
    max-width: 340px;
    flex-direction: column;
    margin: auto;
    margin-bottom: 24px;
  }
  .gift_item_lf {
    padding-right: 0;
    margin-bottom: 72px;
  }
  a.btn_09 {
    padding: 0.8rem 3.5rem;
  }
  .shop_other_flex {
    max-width: 328px;
    flex-direction: column;
  }
  .shop_other_le {
    margin-right: 0;
    margin-bottom: 60px;
    flex-basis: 0px;
  }
  .shop_other_ri {
    flex-basis: 0px;
  }
}
@media screen and (max-width: 548px) {

  .i_home {
    flex: 0 0 100%;
  }
  .i_about {
    flex: 0 0 100%;
    border-left: 1px solid #edf0ef;
  }
  .bo_le {
    margin-left: 0;
  }
  .global-nav__item {
    margin-left: 0;
  }
  .na_menu {
    flex: 0 0 100%;
  }
  .global-nav__list {
    max-width: 450px;
  }
  .links01 {
    flex: 0 0 100%;
  }
  .gbc_flex .links01 li {
    border-right: none;
  }
  .links02 {
    flex: 0 0 100%;
  }
  .nav_adwrap {
    max-width: 450px;
  }
  .ab_address {
    padding: 48px 24px;
  }
}

@media screen and (max-width: 480px) {
  .key_visual {
    width: 100%;
    position: relative;
    background-image: url(image/top_hero_480.webp);
    height: 500px;
  }
  .logo {
    top: 78px;
    left: 50%;
  }
  .shop_tt_box h1 {
    font-size: 2rem;
  }
  .stores_cont_box {
    padding: 0;
  }
  .stores_cont_box h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .eye_back {
    padding-top: calc(500 / 960 * 100%);
    background: url(image/shop_top_480.webp) no-repeat center / cover;
  }
  .stores_back {
    padding-top: calc(540 / 960 * 100%);
    background: url(image/store_top_480.webp) no-repeat center / cover;
  }
  .shop_title_box {
    flex-basis: 50%;
    font-size: 1rem;
    padding: 20px 0 0 16px;
    color: #333;
  }
  .shop_title_box h1 {
    font-size: 2rem;
    height: 44px;
    margin-bottom: 0;
  }
  .shop_h1_box {
    top: -30px;
    padding: 3px 16px 0;
  }
  .shop_title_box img {
    width: 350px;
  }
  .gall_left iframe,
  .gall_right iframe {
    height: 210px;
  }
  .gall_left {
    margin-bottom: 36px;
  }
  .menu_nav h1 {
    font-size: 25px;
    padding-right: 16px;
    line-height: 1;
  }
  .c-pagePositionNav-list .c-pagePositionNav-list-item {
    margin-right: 16px;
  }
  .word_box {
    position: relative;
    position: absolute;
    text-align: right;
    font-size: 1.4em;
    width: 126px;
  }
  .a_logflex {
    padding: 0 16px 36px;
  }
  .about_mid {
    padding: 0 16px;
  }
  .about_mid h2 {
    font-size: 1.3em;
    text-align: left;
  }
  .about_mid .gallery h2 {
    font-size: 1.9em;
    text-align: center;
  }
  .ab_ai {
    padding: 36px 12px;
    max-width: 800px;
    margin: auto;
    background-color: #dff0e7;
    margin-bottom: 72px;
  }
  .logo_l {
    display: none;
  }
  .logo img {
    width: 210px;
    margin: auto;
  }
  .logo_s {
    display: block;
  }
  .logo_copy {
    font-size: 0.9em;
    padding-top: 4px;
    margin-bottom: 24px;
    width: 235px;
  }
  .word_box {
    position: relative;
    text-align: right;
    font-size: 1.2em;
    width: 96px;
    top: 25%;
    left: -20%;
  }
  .word {
    position: absolute;
    width: 220px;
    top: -7px;
    left: -35px;
    font-weight: bold;
    opacity: 0;
    font-size: 1.4em;
  }
  .top_nav ul {
    justify-content: space-between;
    padding: 0 68px 0 16px;
  }
  .key_container {
    flex-direction: column-reverse;
    padding: 16px;
  }
  .m_cont {
    padding: 24px 16px 54px;
  }
  .pre {
    padding: 10px 0;
  }
  .pre::before {
    content: "\A";
    white-space: pre;
  }
  .sub_p {
    padding-left: 8px;
  }
  .sub_p::before {
    width: 37px;
    left: -3px;
  }
  .sl-price {
    font-size: 1.4em;
  }
  .m_cont p {
    font-size: 1.15em;
  }
  .me_contents p {
    font-size: 1.15em;
  }
  .me_cp {
    padding: 24px 0 16px 0;
  }
  .me_gray,
  .ex_gray {
    bottom: 103px;
    right: 75px;
  }
  .key_container h1 {
    height: auto;
    line-height: 1em;
    font-size: 1.6em;
    padding: 16px 0 36px 0;
  }
  .key_image {
    max-width: 330px;
  }
  .sa_p {
    font-size: 1.1em;
  }
  .head_h2 {
    font-size: 2.4em;
  }
  .head_p::before {
    width: 50px;
    margin-right: 15px;
  }
  .head_p::after {
    width: 50px;
    margin-left: 15px;
  }
  .shop h2 {
    font-size: 2.4em;
  }
  .shop {
    padding: 36px 24px 60px;
  }
  .info_bg {
    height: 307px;
  }
  .infomation {
    padding-bottom: 40px;
  }
  .bg-inner {
    width: 100%;
  }
  .map-flex {
    padding: 0;
  }
  .address_box h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
  .address_box p {
    font-size: 1.1em;
  }
  .contact_p {
    font-size: 1.1em;
  }
  .foot_container {
    max-width: 300px;
  }
  .swiper {
    width: 300px;
  }
  .off::before {
    left: -1px;
  }

  .c-pagePositionNav-list-item__text {
    font-size: 1.1em;
  }
  .menu_nav .c-pagePositionNav {
    padding: 10px 0 0 16px;
  }
  .c-pagePositionNav-list-item__inner:after {
    height: 3px;
    margin-left: 0;
  }
  .me_imgbox {
    width: 240px;
  }
  .h_370 {
    right: 75px;
  }
  .fast_cont {
    font-size: 1.15em;
  }
  .fast_menu_box {
    padding: 56px 16px 40px;
  }
  .kouso_box,
  .rinpa_box {
    flex-direction: column-reverse;
  }
  .fast_kouso h4 {
    margin-top: 0;
  }
  .kouso_mo,
  .rinpa_mo {
    padding-left: 0;
    padding-bottom: 32px;
  }
  .kouso_img {
    width: 200px;
    height: 224px;
    margin-bottom: 32px;
  }
  .rinpa_img {
    width: 200px;
    height: 224px;
  }
  .fast_menu_box {
    margin-bottom: 40px;
  }
  .camp_2 {
    flex-direction: column;
  }
  .camp_act {
    margin-bottom: 32px;
  }
  .act_img {
    width: 270px;
    height: 270px;
  }
  .pea_center {
    font-size: 1.15em;
    text-align: center;
    padding: 0 16px;
  }
  .pea_box {
    font-size: 1.15em;
  }
  .top_nav li {
    margin-right: 8px;
    z-index: 8;
  }
  .top_nav .remove_moji {
    display: none;
  }
  .fa-angle-down {
    left: 25px;
  }
  .top_nav .nav_logo {
    font-size: 1.8em;
  }
  .toggle-btn {
    width: 30px;
  }
  .abou_box {
    max-width: 340px;
  }
  .ow_gray {
    left: initial;
    right: -60px;
    bottom: -145px;
    width: 200px;
    height: 200px;
  }
  .ab_owner {
    padding-bottom: 0;
  }
  .about_m_img {
    position: relative;
    width: 100%;
  }
  .about_mid {
    overflow: hidden;
  }
  .about_top_flex {
    margin-bottom: 48px;
  }
  .social_box {
    display: none;
  }
  .head_phone {
    right: initial;
    left: 156px;
  }
  .book_come {
    position: absolute;
    left: -141px;
  }
  .policy {
    padding: 48px 20px;
  }
  .policy h1 {
    font-family: futura-pt;
    font-weight: 400;
    color: #ccc0a4;
    font-size: 2.1em;
    line-height: 1;
    height: auto;
  }
  .policy h2 {
    font-size: 1.1em;
  }
  .po_ja {
    font-size: 1em;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 420px) {
  .item01,
  .item02,
  .item03 {
    padding-right: 0;
  }
  .shop_title_box img {
    width: 320px;
  }
}

@media screen and (max-width: 380px) {
  .none380 {
    display: none;
  }
  .about_mid h2 {
    font-size: 1.2em;
  }
  .address_box h3 {
    font-size: 1.2em;
    text-align: left;
  }
  .address_box p {
    font-size: 1em;
    text-align: left;
  }
  .gall_left iframe,
  .gall_right iframe {
    height: 200px;
  }
  .shop_title_box img {
    width: 300px;
  }
}

@media screen and (max-width: 355px) {
  .gall_flex {
    width: 290px;
  }

  .gall_left iframe,
  .gall_right iframe {
    width: 290px;
  }

  .head_phone {
    left: 141px;
  }
  .book_come {
    left: -130px;
  }
  .head_phone .phone_number::after {
    left: -25px;
  }
  .grid-cont {
    width: 100%;
  }
  .g-item {
    width: 100%;
  }
  .toggle-btn {
    right: 13px;
  }
  .c-pagePositionNav-list-item {
    display: none;
  }
  .sub_p {
    padding-left: 4px;
  }
  .sub_p::before {
    width: 25px;
    left: 0px;
  }
  .m_cont {
    padding-top: 32px;
  }
  .m_cont .sub_p {
    font-size: 1em;
  }
  .key_container h1 {
    height: auto;
    line-height: 1em;
    font-size: 1.4em;
    padding: 16px 0 36px;
  }
  .key_image {
    max-width: 300px;
  }
  .address_box h3 {
    font-size: 1.1em;
    text-align: left;
  }

  .address_box {
    padding: 24px 16px;
  }
  .remove_moji {
    display: none;
  }
  .foot_container {
    max-width: 270px;
  }
  .swiper {
    width: 270px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 25px;
    right: 83px;
    width: 0px;
  }
  .off::before {
    left: -3px;
  }
  .fa-angle-down {
    left: 24px;
  }
  .fa_left {
    left: 17px;
  }
  .ab_address {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 330px) {
  .key_image {
    max-width: 250px;
  }
  .add_img {
    width: 220px;
  }
}
