@charset "UTF-8";
/*
theme Name: ハニーローズ・クミテーマ by鈴木智晴
Author: 鈴木智晴
Description: original theme
version: 1.0.0
*/
* {
  box-sizing: border-box;
}

body img {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  font-style: normal;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #735555;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  position: relative;
}
body .serif {
  font-family: "yu-mincho-pr6n", serif;
  font-style: normal;
  font-weight: 400;
}
body .bold {
  font-weight: 400;
}
body .black {
  font-weight: 400;
}
body section {
  padding: 100px 40px;
}
@media screen and (max-width: 800px) {
  body section {
    padding: 60px 15px;
  }
}
body a {
  text-decoration: none;
}
body h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-style: normal;
  font-family: "yu-mincho-pr6n", serif;
  font-size: 35px;
  font-weight: 400;
}
body h2:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
body h3 {
  font-style: normal;
  font-family: "yu-mincho-pr6n", serif;
  font-size: 25px;
  font-weight: 400;
}
body .more {
  color: #DB7B60;
  text-align: right;
  position: relative;
  margin-right: 130px;
  margin-top: 50px;
  font-style: normal;
  font-font-family: "yu-mincho-pr6n", serif;
  font-size: 20px;
  font-weight: 400;
}
body .more::after {
  background-image: url("img/more.png");
  position: absolute;
  content: "";
  background-size: contain;
  top: 21px;
  width: 230px;
  height: 24px;
  background-repeat: no-repeat;
  right: -130px;
}
body {
  /* 左から現れる */
}
body .fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body {
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
body .fadeLeftTrigger {
  opacity: 0;
}
body {
  /*追従バナー*/
}
body .floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  right: 0; /* バナーの左右の位置 */
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
body .floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) {
  body { /* タブレット用のブレイクポイントを指定 */ }
  body .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 989px) {
  body { /* スマホ用のブレイクポイントを指定 */ }
  body .floating-banner {
    display: block; /* 消していたバナーを表示させる */
    width: 100%; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    line-height: 1;
    /* ↓ 要素を、半分だけ左に移動させる */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  body .floating-banner img {
    width: 100vw;
  }
}
body .topBg {
  background-image: url("../img/top_bg.png");
  background-size: cover;
  background-position: center;
  padding: 12px 40px; /* 上下に多少の余白を与える */
  position: relative;
  z-index: 1;
  min-height: 80px; /* 高さを最低限確保するとトリミング感が安定 */
}
@media screen and (max-width: 880px) {
  body .topBg {
    padding: 10px 15px;
  }
}
body .topBg .topBg_innner {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 左右の要素を両端に配置 */
  flex-wrap: wrap; /* 折り返しを許容 */
  gap: 12px; /* 要素間の余白を一元管理 */
  max-width: 1360px;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 400px) {
  body .topBg .topBg_innner {
    justify-content: flex-start;
  }
}
body .topBg .topBg_innner img {
  display: block;
  max-width: 200px;
  width: auto;
  height: auto; /* 縦横比を保つ */
}
body .topBg .topBg_innner .topBg_innner_logoheader {
  max-width: 280px;
  font-size: 12px;
  line-height: 1.5;
  margin: 0; /* gap で余白管理するので余分な margin を削除 */
  align-self: center; /* フレックスアイテムの縦位置を中央に */
}
body .topBg .topBg_innner .info {
  margin-left: 0; /* space-between なので auto は不要 */
  max-width: 216px;
  text-align: right; /* 右寄せで見栄えを整える */
  font-size: 13px;
  line-height: 1.4;
}
body .topBg .topBg_innner button {
  display: none;
}
@media screen and (max-width: 880px) {
  body .topBg .topBg_innner button {
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 880px) {
  body .topBg .topBg_innner .info {
    display: none;
  }
  body .topBg .topBg_innner .hamburger-menu {
    width: 42px;
    height: 68px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  body .topBg .topBg_innner .hamburger-menu__bar {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #735555;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  body .topBg .topBg_innner .hamburger-menu__bar:first-child {
    top: 7px;
  }
  body .topBg .topBg_innner .hamburger-menu__bar:nth-child(2) {
    top: 20px;
  }
  body .topBg .topBg_innner .hamburger-menu__bar:last-child {
    top: 34px;
  }
  body .topBg .topBg_innner .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  body .topBg .topBg_innner .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body .topBg .topBg_innner .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body .topBg .topBg_innner .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  body .topBg .topBg_innner .navigation {
    display: none;
    background: #F9E7E1;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
    margin-top: 30px;
  }
  body .topBg .topBg_innner .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body .topBg .topBg_innner .navigation__list-item {
    border-bottom: solid 1px #F9E7E1;
  }
  body .topBg .topBg_innner .navigation__list-item:first-child {
    border-top: solid 1px #F9E7E1;
  }
  body .topBg .topBg_innner .navigation__link {
    color: #735555;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 880px) and (hover: hover) and (pointer: fine) {
  body .topBg .topBg_innner .navigation__link:hover {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 881px) {
  body .topBg .topBg_innner .navigation {
    display: none;
  }
}
body .topBg .topBg_innner {
  /* 小さい画面では縦並び（ロゴ＋キャッチ／情報）にする */
}
@media screen and (max-width: 480px) {
  body .topBg .topBg_innner .topBg {
    min-height: auto; /* 高さ固定を解除して内容に合わせる */
  }
  body .topBg .topBg_innner .topBg_innner {
    justify-content: flex-start;
  }
  body .topBg .topBg_innner {
    /* デスクトップ以上（折り返しさせたくない） */
  }
  body .topBg .topBg_innner .topBg_innner_logoheader {
    flex: 0 0 auto; /* 縮めさせない */
    min-width: 200px; /* 必要に応じて増やす（例: 220px） */
    margin: 0;
    font-size: 12px;
    /* デスクトップで改行させたくない場合は以下を追加 */
    /* white-space: nowrap; */
  }
  body .topBg .topBg_innner {
    /* モバイルでは幅100%にして縦並びにする（必要に応じて調整） */
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  body .topBg .topBg_innner .topBg_innner_logoheader {
    order: 1;
    width: 100%; /* モバイルではコンテナ幅いっぱいに */
    min-width: 0; /* 干渉しないようにリセット */
  }
}
@media screen and (max-width: 480px) {
  body .topBg .topBg_innner img {
    order: 0;
    max-width: 160px;
    margin-right: 8px;
  }
  body .topBg .topBg_innner .info {
    order: 2;
    width: 100%;
    text-align: left;
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  body .topBg:before {
    content: "";
    background-image: url("../img/top_deco_left.png");
    position: absolute;
    top: -70px;
    left: -10px;
    width: 300px;
    height: 472px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  body .topBg:after {
    content: "";
    background-image: url("../img/top_deco_right.png");
    position: absolute;
    top: 695px;
    right: 0px;
    max-width: 300px;
    height: auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 880px) {
  body .topBg:after {
    content: "";
    background-image: url("../img/top_deco_sp.png");
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 300px;
    height: auto;
    background-repeat: no-repeat;
  }
}
body header {
  height: 65px;
  display: flex;
  justify-content: center;
}
body header .header_innner {
  justify-content: space-evenly;
  width: 1360px;
  display: flex;
}
body header .header_innner a {
  color: #735555;
  text-decoration: none;
  font-family: "yu-mincho-pr6n", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  body header {
    display: none;
  }
}
body .information {
  white-space: normal; /* または nowrap */
  padding: 0;
  text-align: center;
  margin: 10px;
}
body .information p .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
  padding-bottom: 4px;
  padding-right: 0px;
  margin-right: -3px;
}
body .information .br_sp {
  display: none;
}
body .information .date::before {
  content: " ";
  display: inline-block;
  width: 1em;
}
@media (max-width: 750px) {
  body .information .br_sp {
    display: block;
  }
  body .information .date::before {
    content: "";
  }
}
body .top {
  height: 940px;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1299px) {
  body .top {
    height: auto;
  }
}
body .top .top_innner {
  max-width: 2000px;
  margin: 0 auto;
}
body .top .top_innner h1 {
  line-height: 1.5;
  margin-top: 0;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", serif;
}
body .top .top_innner h1 .br_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  body .top .top_innner h1 {
    font-size: 24px;
  }
  body .top .top_innner h1 .br_sp {
    display: block;
  }
  body .top .top_innner h1 span {
    display: none;
  }
}
body .top .top_innner .top_h1 {
  position: relative;
  bottom: 130px;
}
@media screen and (max-width: 1200px) {
  body .top .top_innner .top_h1 {
    position: static;
    bottom: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1299px) {
  body .top .top_innner .top_right {
    width: 100%;
  }
}
body .top .top_innner .top_right .top_img_slider {
  max-width: 100vw;
  margin: 0;
  padding: 0;
}
body .top .top_innner .top_right .top_img_slider li img {
  height: auto;
}
@media screen and (max-width: 1299px) {
  body .top .top_innner .top_right .top_img_slider li img {
    width: 100%;
    height: auto;
  }
}
body .top .top_innner .top_right .sp {
  display: none;
}
body .top .top_innner .top_right .pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  body .top .top_innner .top_right .pc {
    display: none;
  }
  body .top .top_innner .top_right .sp {
    display: block;
  }
}
body .top_innner_strengths {
  background-color: #F9E7E1;
  padding: 10px 0;
  position: relative;
  bottom: 100px;
}
@media screen and (max-width: 1200px) {
  body .top_innner_strengths {
    bottom: 0px;
  }
}
body .top_innner_strengths .top_innner_strenghts_innner {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body .top_innner_strengths .top_innner_strenghts_innner {
    display: block;
  }
}
body .top_innner_strengths .top_innner_strenghts_innner p {
  margin: 0 30px;
}
body .top_innner_strengths .top_innner_strenghts_innner p span {
  font-style: normal;
  font-size: 29px;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (max-width: 1200px) {
  body .top_innner_strengths .top_innner_strenghts_innner p .br_pc {
    display: none;
  }
}
body .top_slider_wrapper {
  max-width: 1380px;
  position: absolute;
  top: 950px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 150px;
}
@media screen and (max-width: 1440px) {
  body .top_slider_wrapper {
    max-width: 90%;
    margin: 0 auto;
    position: static;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
body .top_slider_wrapper .top_slider {
  max-width: 1320px;
  padding: 0px 50px;
}
@media screen and (max-width: 1440px) {
  body .top_slider_wrapper .top_slider {
    max-width: 100%;
    padding: 0px 10px;
  }
}
body .top_slider_wrapper .top_slider li img {
  max-width: 630px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  body .top_slider_wrapper .top_slider li img {
    max-width: 75vw;
  }
}
body .top_slider_wrapper .top_slider .slick-prev {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 25.5px 24px 25.5px 0;
  border-color: transparent #F9E7E1 transparent transparent;
  left: -15px;
  top: 70px;
  z-index: 100;
}
body .top_slider_wrapper .top_slider .slick-prev::before {
  opacity: 0;
}
body .top_slider_wrapper .top_slider .slick-next {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 25.5px 0 25.5px 24px;
  border-color: transparent transparent transparent #F9E7E1;
  right: -15px;
  top: 70px;
}
body .top_slider_wrapper .top_slider .slick-dots {
  bottom: -50px;
  position: static;
  padding-top: 30px;
}
body .top_slider_wrapper .top_slider .slick-dots li {
  width: 30px;
}
body .top_slider_wrapper .top_slider .slick-dots li button {
  color: rgba(115, 85, 85, 0.22);
}
body .top_slider_wrapper .top_slider .slick-dots li button:before {
  font-size: 20px;
  font-family: "slick";
  line-height: 20px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: rgba(115, 85, 85, 0.22);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .top_slider_wrapper .top_slider .slick-dots .slick-active button::before {
  color: #DB7B60;
  opacity: 1;
}
body .top_slider_wrapper .spbanner {
  display: none;
}
@media screen and (max-width: 899px) {
  body .top_slider_wrapper .pcbanner {
    display: none;
  }
  body .top_slider_wrapper .spbanner {
    display: block;
  }
}
body #form h2 {
  text-align: left;
  margin: 0;
}
body #form .form_column {
  display: flex;
}
@media screen and (max-width: 1362px) {
  body #form .form_column {
    flex-direction: column;
  }
}
body #form .form_column .form_column_left .form_column_left_img a img {
  margin-bottom: 15px;
}
body #form .form_column .form_column_right {
  margin-left: 5%;
}
@media screen and (max-width: 1362px) {
  body #form .form_column .form_column_right {
    margin-left: 0;
    margin-top: 70px;
  }
}
body #form .form_column .form_column_right h2 {
  line-height: 1.1;
}
body footer .footer_column {
  display: flex;
  padding: 100px 40px;
  background-color: #F9E7E1;
}
@media screen and (max-width: 1362px) {
  body footer .footer_column {
    flex-direction: column;
    padding: 40px 15px;
  }
}
body footer .footer_column .footer_column_left p {
  margin: 0;
}
body footer .footer_column .footer_column_left .footer_column_left_info img {
  max-width: 376px;
}
@media screen and (max-width: 445px) {
  body footer .footer_column .footer_column_left .footer_column_left_info img {
    max-width: 290px;
  }
}
body footer .footer_column .footer_column_left .footer_column_left_navi {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1362px) {
  body footer .footer_column .footer_column_left .footer_column_left_navi {
    margin-top: 40px;
  }
}
body footer .footer_column .footer_column_left .footer_column_left_navi a {
  color: #735555;
}
body footer .footer_column .footer_column_left .footer_column_left_navi .footer_column_left_navi_left {
  margin-right: 70px;
}
body footer .footer_column #footer_column_right {
  margin-left: auto;
  width: 60%;
}
@media screen and (max-width: 1362px) {
  body footer .footer_column #footer_column_right {
    width: 100%;
    margin-top: 40px;
  }
}
body footer .footer_column #footer_column_right iframe {
  height: 424px;
  width: 100%;
}
body footer .footer_column .footer_column_sns {
  text-align: center;
  margin-top: 0;
}
body footer .footer_column .footer_column_sns img {
  width: 50px;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1362px) {
  body footer .footer_column .footer_column_sns {
    margin-top: 50px;
  }
  body footer .footer_column .footer_column_sns img {
    margin: 0 30px;
  }
}
body footer .footer_bottom {
  background-color: #F9E7E1;
  display: flex;
}
@media screen and (max-width: 880px) {
  body footer .footer_bottom {
    flex-direction: column;
  }
}
body footer .footer_bottom .footer_bottom_left {
  display: flex;
}
@media screen and (max-width: 880px) {
  body footer .footer_bottom .footer_bottom_left {
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
body footer .footer_bottom p {
  margin: 20px;
}
@media screen and (max-width: 880px) {
  body footer .footer_bottom p {
    margin: 5px 15px;
  }
}
body footer .footer_bottom .footer_bottom_right {
  margin-left: auto;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  body footer .footer_bottom .footer_bottom_right {
    margin: 0 auto;
  }
}

/*投稿CSS*/
.blog-detail__title {
  padding: 50px 50px 0 50px;
}
@media screen and (max-width: 800px) {
  .blog-detail__title {
    padding: 30px 30px 0 30px;
    line-height: 1.5;
  }
}

.blog-detail__body {
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 800px) {
  .blog-detail__body {
    padding: 30px 30px 0 30px;
  }
}

@media screen and (min-width: 881px) {
  body .fv-hero-wrap {
    background-color: #FAF6F4;
    background-image: var(--fv-sp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 16px 0 0;
  }
  body .fv-hero-wrap .site-topbar {
    padding: 0;
  }
  body .site-topbar {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  body .site-topbar__brand {
    max-width: 360px;
  }
  body .site-topbar__lead {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
  }
  body .site-topbar__logo {
    width: 178px;
    display: block;
  }
  body .site-topbar__meta {
    display: none;
  }
  body .hamburger-menu {
    position: relative;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 999px;
    background: #FFFFFF;
    appearance: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
  }
  body .hamburger-menu--floating-pc {
    display: none;
  }
  body .hamburger-menu__bar {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #735555;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  body .hamburger-menu__bar:first-child {
    top: 19px;
  }
  body .hamburger-menu__bar:nth-child(2) {
    top: 27px;
  }
  body .hamburger-menu__bar:last-child {
    top: 35px;
  }
  body .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  body .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    opacity: 0;
  }
  body .hamburger-menu.hamburger-menu--open {
    background: transparent;
  }
  body .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10035;
    width: 100%;
    padding-top: 88px;
    background: #FFFFFF;
  }
  body .navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #F9E7E1;
  }
  body .navigation__list-item {
    border-bottom: 1px solid #F9E7E1;
  }
  body .navigation__link {
    display: block;
    color: #735555;
    padding: 14px 15px;
    font-weight: 400;
  }
  body .fv {
    margin-top: 0;
    padding: 28px 15px 32px;
  }
  body .fv__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  body .fv__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  body .fv__lead {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    max-width: 429px;
    width: 100%;
    overflow: visible;
  }
  body .fv__tagline {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    line-height: 1;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, rgba(249, 231, 225, 0) 0%, rgba(249, 231, 225, 0.92) 14%, rgb(249, 231, 225) 50%, rgba(249, 231, 225, 0.92) 86%, rgba(249, 231, 225, 0) 100%);
  }
  body .fv__tagline-highlight {
    font-size: 18px;
  }
  body .fv__heading {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "yu-mincho-pr6n", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    overflow: visible;
  }
  body .fv__heading img {
    width: 429px;
    max-width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 2px rgba(250, 246, 244, 0.78)) drop-shadow(0 0 7px rgba(250, 246, 244, 0.52)) drop-shadow(0 0 15px rgba(250, 246, 244, 0.34)) drop-shadow(0 0 24px rgba(250, 246, 244, 0.18)) drop-shadow(0 0 1px rgba(255, 255, 255, 0.4));
  }
  body .fv__heading-line {
    display: block;
  }
  body .fv__heading-line--primary {
    font-size: clamp(28px, 7vw, 44px);
    color: #DB7B60;
  }
  body .fv__heading-line--sub {
    font-size: clamp(18px, 4.2vw, 28px);
    color: #F9E7E1;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.45), 0 0 28px rgba(255, 255, 255, 0.2), 0 2px 10px rgba(0, 0, 0, 0.65);
  }
  body .fv__visual-col {
    position: relative;
    width: 100%;
    max-width: 641px;
    margin: 0 auto;
  }
  body .fv__blobs {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1.12;
    min-height: 280px;
    margin-bottom: 0;
    line-height: 0;
  }
  body .fv__blob {
    position: absolute;
    overflow: hidden;
  }
  body .fv__blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body .fv__blob--main {
    max-width: 100%;
    height: auto;
  }
  body .fv__blob--rose {
    max-width: 191px;
    top: -20px;
    right: -103px;
  }
  body .fv__blob--salon {
    max-width: 129px;
    bottom: 8px;
    right: -32px;
  }
  body .fv__access {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1.45;
  }
  body .fv__access-pin {
    flex-shrink: 0;
    width: 35px;
    height: auto;
    display: block;
  }
  body .fv__access-text {
    text-align: left;
    line-height: 1.2;
  }
  body .fv__cards {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  body .fv__card {
    margin: 0;
    border-radius: 15px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.45;
    box-shadow: 0px 2px 10px 0px rgba(115, 85, 85, 0.07), 0px 0px 5px 0px rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #DB7B60;
    font-family: "yu-mincho-pr6n", serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    min-width: 0;
    min-height: 133px;
    height: auto;
    padding-bottom: 3px;
    box-sizing: border-box;
  }
  body .fv__card-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    letter-spacing: 0.06em;
    color: #DB7B60;
  }
  body .fv__card-label-google {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
  }
  body .fv__card-label-reviews {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }
  body .fv__card-label + .fv__card-rating {
    margin-top: 6px;
  }
  body .fv__card-rating {
    font-weight: 400;
    color: #DB7B60;
    line-height: 1;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
  }
  body .fv__card-rating-score {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
  }
  body .fv__card-rating-star {
    display: block;
    width: 28px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    align-self: center;
  }
  body .fv__card-rating-num {
    font-size: 35px;
    line-height: 1;
    color: #DB7B60;
  }
  body .fv__card-rating-slash {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 0;
    margin: 0 -8px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #DB7B60;
    flex-shrink: 0;
    align-self: center;
    transform: rotate(120deg);
    transform-origin: center center;
  }
  body .fv__card-rating-five {
    font-size: 16px;
    line-height: 1;
    color: #DB7B60;
    align-self: flex-end;
    margin-bottom: 2px;
  }
  body .fv__card-welcome {
    letter-spacing: 0.06em;
    color: #DB7B60;
    font-size: 0;
    line-height: 1;
    padding-top: 9px;
  }
  body .fv__card-welcome-begin {
    font-size: 26px;
  }
  body .fv__card-welcome-tail {
    font-size: 16px;
  }
  body .fv__card-welcome + .fv__card-ok {
    margin-top: 6px;
  }
  body .fv__card-ok {
    font-size: 0;
    font-weight: 400;
    color: #DB7B60;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0;
  }
  body .fv__card-ok-main {
    font-size: 24px;
    margin-right: 3px;
  }
  body .fv__card-ok-bang {
    font-size: 23px;
    display: inline-block;
    transform: rotate(20deg);
    transform-origin: 50% 60%;
  }
  body .fv__availability {
    text-align: center;
    color: #735555;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  body .fv__availability-title {
    margin: 0;
  }
  body .fv__availability-grid {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }
  body .fv__day {
    background: #F9E7E1;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 5px;
    padding: 4px 4px 4px 20px;
    box-sizing: border-box;
  }
  body .fv__day-date {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  body .fv__day-slots {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
  }
  body .fv__day-slot {
    margin: 0;
    padding: 0;
    width: 115px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    line-height: 1;
    color: #735555;
    text-decoration: none;
  }
  body .fv__day-mark {
    flex-shrink: 0;
    color: #DB7B60;
  }
  body .fv__day-time {
    flex-shrink: 0;
  }
  body .ctaArea--hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0 0;
    background: transparent;
    z-index: 9990;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  body .ctaArea--hero .ctaArea__lead {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #735555;
  }
  body .ctaArea--hero .ctaArea__lead .ctaArea__lead-highlight {
    color: #DB7B60;
  }
  body .ctaArea--hero .ctaArea__lead-slash {
    display: inline-block;
    width: 26px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
  }
  body .ctaArea--hero .ctaArea__lead-slash--left {
    transform: rotate(51deg);
  }
  body .ctaArea--hero .ctaArea__lead-slash--right {
    transform: rotate(-51deg) scaleX(-1);
  }
  body .ctaArea--hero .ctaArea__reserveBlock {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  body .ctaArea--hero .ctaArea__reserveBlock .ctaArea__finger {
    position: absolute;
    right: 14px;
    bottom: -9px;
    width: 22px;
    height: auto;
    pointer-events: none;
    transform: rotate(-26deg);
  }
  body .ctaArea--hero .inpage_reserve_btn--hero {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
  }
  body .ctaArea--hero .inpage_reserve_btn--hero .inpage_reserve_btn__label {
    margin: 0;
    width: 375px;
    max-width: 100%;
    height: 59px;
    border-radius: 999px;
    background: #735555;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
  }
  body .ctaArea--hero .inpage_line_btn_link {
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    vertical-align: top;
  }
  body .ctaArea--hero .inpage_line_btn--hero {
    border-bottom: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  body .ctaArea--hero .inpage_line_btn__row {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    white-space: nowrap;
    border-bottom: 1px solid #735555;
    padding-bottom: 8px;
    font-size: 14px;
    color: #735555;
    line-height: 1;
  }
  body .ctaArea--hero .inpage_line_btn__ext {
    width: 11px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
  }
  body {
    --floating-edge: max(15px, calc((100vw - min(100vw, 1200px)) / 2 + 15px));
  }
  body .fv-hero-wrap {
    background-image: var(--fv-pc);
    background-size: cover;
  }
  body .fv-hero-wrap .site-topbar {
    padding: 0px 15px;
  }
  body .site-topbar__meta {
    display: block;
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
  }
  body .floating-header__inner {
    position: fixed;
    top: 16px;
    right: var(--floating-edge);
    z-index: 10005;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    box-sizing: border-box;
    padding: 6px 84px 6px 6px;
    border-radius: 999px;
    background-color: #FFFFFF;
  }
  body .floating-header__bar {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 999px;
  }
  body .floating-header__bar .floating-header__reserve {
    color: #FFFFFF;
    background: #735555;
    border-radius: 999px;
    padding: 14px 40px;
    line-height: 1;
    font-weight: 400;
  }
  body .floating-header__bar .floating-header__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #735555;
    font-size: 14px;
    white-space: nowrap;
  }
  body .floating-header__bar .floating-header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }
  body .floating-header__bar .floating-header__icon-img {
    display: block;
    width: 100%;
    height: auto;
  }
  body .hamburger-menu--fixed-sp {
    position: fixed;
    display: none;
  }
  body .hamburger-menu--floating-pc {
    display: block;
    position: fixed;
    top: 22px;
    right: calc(var(--floating-edge) + 24px);
    background: transparent;
    box-shadow: none;
    width: 48px;
    height: 48px;
    z-index: 10050;
  }
  body .hamburger-menu--floating-pc .hamburger-menu__bar:first-child {
    top: 16px;
  }
  body .hamburger-menu--floating-pc .hamburger-menu__bar:nth-child(2) {
    top: 23px;
  }
  body .hamburger-menu--floating-pc .hamburger-menu__bar:last-child {
    top: 30px;
  }
  body .hamburger-menu--floating-pc.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  body .hamburger-menu--floating-pc.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body .hamburger-menu--floating-pc.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body .hamburger-menu--floating-pc.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    opacity: 0;
  }
  body .fv {
    padding-top: 70px;
    padding-bottom: 16px;
    margin-top: 0px;
  }
  body .fv__layout {
    display: grid;
    grid-template-columns: minmax(0, 429px) minmax(0, 641px);
    column-gap: 0;
    align-items: start;
    justify-items: start;
    width: 100%;
    max-width: 998px;
    margin-inline: auto;
    max-height: none;
  }
  body .fv__lead {
    position: relative;
    z-index: 2;
    justify-self: center;
    align-self: start;
    box-sizing: border-box;
    width: 100%;
    max-width: 429px;
    min-width: 0;
    text-align: left;
    gap: 32px;
    overflow: visible;
  }
  body .fv__visual-col {
    position: relative;
    z-index: 1;
    justify-self: start;
    align-self: start;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    max-width: 641px;
    min-width: 0;
    height: 412px;
    margin: 0 0 0 -66px;
  }
  body .fv__tagline {
    padding: 5px 87px;
  }
  body .fv__heading-line--primary {
    font-size: clamp(40px, 3.6vw, 56px);
  }
  body .fv__heading-line--sub {
    font-size: clamp(22px, 2.2vw, 32px);
  }
  body .fv__blobs {
    width: 518px;
    height: 412px;
  }
  body .fv__access {
    font-size: 16px;
    bottom: 8px;
    right: -122px;
  }
  body .fv__access .fv__access-text-time {
    font-size: 23px;
  }
  body .fv__cards {
    max-width: 336px;
    gap: 16px;
  }
  body .fv__card-label-google {
    font-size: 16px;
  }
  body .fv__card-label-reviews {
    font-size: 20px;
  }
  body .fv__card-rating-num {
    font-size: 35px;
  }
  body .fv__card-welcome-begin {
    font-size: 26px;
  }
  body .fv__card-welcome-tail {
    font-size: 16px;
  }
  body .fv__card-ok-main {
    font-size: 24px;
  }
  body .fv__card-ok-bang {
    font-size: 23px;
  }
  body .fv__availability {
    margin-top: 40px;
  }
  body .fv__availability-grid {
    gap: 16px;
  }
  body .fv__day {
    min-width: 0;
    flex-direction: row;
    gap: 20px;
  }
  body .fv__day-date {
    font-size: 18px;
  }
  body .fv__day-slots {
    flex-direction: row;
  }
  body .ctaArea--hero-fixed-sp {
    display: none;
  }
  body .navigation {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1040px) {
  body .floating-header__inner {
    display: none;
  }
  body .fv-hero-wrap {
    background-color: #FAF6F4;
    background-image: var(--fv-tb);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 16px 15px 0;
    box-sizing: border-box;
  }
  body .fv-hero-wrap .site-topbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1040px) and (max-width: 433px) {
  body .fv-hero-wrap {
    background-image: var(--fv-sp);
    background-size: contain;
  }
}
@media screen and (max-width: 1040px) {
  body .site-topbar {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding-right: 82px;
    box-sizing: border-box;
  }
  body .site-topbar__brand {
    min-width: 0;
    flex: 1;
    max-width: 100%;
  }
  body .site-topbar__lead {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.214;
    max-width: 100%;
    white-space: normal;
  }
  body .site-topbar__logo {
    width: 178px;
    display: block;
  }
  body .site-topbar__meta {
    display: none;
  }
  body .hamburger-menu--fixed-sp {
    display: block;
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 10050;
  }
  body .hamburger-menu {
    position: relative;
    width: 77px;
    height: 58px;
    border: none;
    border-radius: 999px;
    background: #FFFFFF;
    appearance: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
  }
  body .hamburger-menu--floating-pc {
    display: none;
  }
  body .hamburger-menu.hamburger-menu--fixed-sp {
    display: block;
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 10050;
  }
  body .hamburger-menu__bar {
    display: inline-block;
    width: 41px;
    height: 2px;
    background: #735555;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  body .hamburger-menu__bar:first-child {
    top: 19px;
  }
  body .hamburger-menu__bar:nth-child(2) {
    top: 29px;
  }
  body .hamburger-menu__bar:last-child {
    top: 39px;
  }
  body .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  body .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  body .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    opacity: 0;
  }
  body .hamburger-menu.hamburger-menu--open {
    background: transparent;
  }
  body .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10035;
    width: 100%;
    padding-top: 88px;
    background: #FFFFFF;
  }
  body .navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #F9E7E1;
  }
  body .navigation__list-item {
    border-bottom: 1px solid #F9E7E1;
  }
  body .navigation__link {
    display: block;
    color: #735555;
    padding: 14px 15px;
    font-weight: 400;
  }
  body .fv {
    margin-top: 0;
    padding: 32px 0 32px;
    box-sizing: border-box;
    width: 100%;
  }
  body .fv__inner {
    max-width: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  body .fv__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  body .fv__lead {
    display: contents;
  }
  body .fv__tagline {
    order: 1;
    margin: 0;
    display: inline-block;
    max-width: 422px;
    width: min(100%, 422px);
    text-align: center;
    background: linear-gradient(90deg, rgba(249, 231, 225, 0) 0%, rgba(249, 231, 225, 0.92) 14%, rgb(249, 231, 225) 50%, rgba(249, 231, 225, 0.92) 86%, rgba(249, 231, 225, 0) 100%);
    padding: 3px 28px 0px 28px;
  }
  body .fv__tagline-highlight {
    font-size: 19px;
  }
  body .fv__heading {
    display: none;
  }
  body .fv__visual-col {
    order: 3;
    position: relative;
    width: calc(100% + 30px);
    max-width: none;
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  body .fv__blobs {
    position: relative;
    width: 432px;
    max-width: none;
    aspect-ratio: unset;
    min-height: 0;
    margin-bottom: 0;
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body .fv__blob {
    position: absolute;
    overflow: hidden;
  }
  body .fv__blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body .fv__blob--rose,
  body .fv__blob--salon {
    display: none !important;
  }
  body .fv__blob--main {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  body .fv__blob--main img {
    width: 422px;
    min-width: 422px;
    max-width: none;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  body .fv__access {
    position: absolute;
    right: 53px;
    bottom: 10px;
    left: auto;
    top: auto;
    z-index: 3;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1.45;
  }
  body .fv__access-pin {
    flex-shrink: 0;
    width: 22px;
    height: auto;
    display: block;
  }
  body .fv__access-text {
    text-align: left;
    line-height: 1.087;
  }
  body .fv__access-text-time {
    font-size: 23px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 1px;
  }
  body .fv__cards {
    order: 4;
    width: 100%;
    max-width: none;
    display: flex;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    justify-content: center;
  }
  body .fv__card {
    margin: 0;
    border-radius: 15px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.45;
    box-shadow: 0px 2px 10px 0px rgba(115, 85, 85, 0.07), 0px 0px 5px 0px rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #DB7B60;
    font-family: "yu-mincho-pr6n", serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    min-width: 0;
    min-height: 133px;
    height: auto;
    padding-bottom: 3px;
    box-sizing: border-box;
    max-width: 200px;
  }
  body .fv__card-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    letter-spacing: 0.06em;
    color: #DB7B60;
  }
  body .fv__card-label-google {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
  }
  body .fv__card-label-reviews {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }
  body .fv__card-label + .fv__card-rating {
    margin-top: 6px;
  }
  body .fv__card-rating {
    font-weight: 400;
    color: #DB7B60;
    line-height: 1;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
  }
  body .fv__card-rating-score {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
  }
  body .fv__card-rating-star {
    display: block;
    width: 28px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    align-self: center;
  }
  body .fv__card-rating-num {
    font-size: 35px;
    line-height: 1;
    color: #DB7B60;
  }
  body .fv__card-rating-slash {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 0;
    margin: 0 -8px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #DB7B60;
    flex-shrink: 0;
    align-self: center;
    transform: rotate(120deg);
    transform-origin: center center;
  }
  body .fv__card-rating-five {
    font-size: 16px;
    line-height: 1;
    color: #DB7B60;
    align-self: flex-end;
    margin-bottom: 2px;
  }
  body .fv__card-welcome {
    letter-spacing: 0.06em;
    color: #DB7B60;
    font-size: 0;
    line-height: 1;
    padding-top: 9px;
  }
  body .fv__card-welcome-begin {
    font-size: 26px;
  }
  body .fv__card-welcome-tail {
    font-size: 16px;
  }
  body .fv__card-welcome + .fv__card-ok {
    margin-top: 6px;
  }
  body .fv__card-ok {
    font-size: 0;
    font-weight: 400;
    color: #DB7B60;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0;
  }
  body .fv__card-ok-main {
    font-size: 24px;
    margin-right: 3px;
  }
  body .fv__card-ok-bang {
    font-size: 23px;
    display: inline-block;
    transform: rotate(20deg);
    transform-origin: 50% 60%;
  }
  body .fv__availability {
    margin-top: 32px;
    text-align: center;
    color: #735555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    line-height: 1;
  }
  body .fv__availability-title {
    margin: 0;
  }
  body .fv__availability-grid {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }
  body .fv__day {
    background: #F9E7E1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 5px;
    padding: 20px 4px 4px 4px;
    box-sizing: border-box;
  }
  body .fv__day-date {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  body .fv__day-slots {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
  }
  body .fv__day-slot {
    margin: 0;
    padding: 0 0 0 15px;
    width: 115px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #735555;
  }
  body .fv__day-mark {
    flex-shrink: 0;
    color: #DB7B60;
  }
  body .fv__day-time {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1040px) and (min-width: 881px) {
  body .fv__layout {
    gap: 24px;
  }
  body .fv__tagline {
    margin-bottom: 20px;
    padding: 8px 48px;
  }
  body .fv__visual-col {
    height: auto;
  }
  body .fv__blobs {
    width: min(422px, 100%);
    height: auto;
  }
}
@media screen and (max-width: 1040px) {
  body .ctaArea.ctaArea--hero,
  body .ctaArea.ctaArea--hero-fixed-sp {
    z-index: 9990;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
  }
  body .ctaArea--hero .ctaArea__lead-slash,
  body .ctaArea--hero-fixed-sp .ctaArea__lead-slash {
    display: inline-block;
    width: 26px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
  }
  body .ctaArea--hero .ctaArea__lead-slash--left,
  body .ctaArea--hero-fixed-sp .ctaArea__lead-slash--left {
    transform: rotate(51deg);
  }
  body .ctaArea--hero .ctaArea__lead-slash--right,
  body .ctaArea--hero-fixed-sp .ctaArea__lead-slash--right {
    transform: rotate(-51deg) scaleX(-1);
  }
  body .ctaArea--hero .ctaArea__reserveBlock,
  body .ctaArea--hero-fixed-sp .ctaArea__reserveBlock {
    position: relative;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }
  body .ctaArea--hero .ctaArea__reserveBlock .ctaArea__finger,
  body .ctaArea--hero-fixed-sp .ctaArea__reserveBlock .ctaArea__finger {
    position: absolute;
    right: -5px;
    bottom: -10px;
    pointer-events: none;
    transform: rotate(-26deg);
  }
  body .ctaArea--hero .inpage_reserve_btn--hero,
  body .ctaArea--hero-fixed-sp .inpage_reserve_btn--hero {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  body .ctaArea--hero .inpage_reserve_btn--hero .inpage_reserve_btn__label,
  body .ctaArea--hero-fixed-sp .inpage_reserve_btn--hero .inpage_reserve_btn__label {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: min(345px, 100%);
    height: 59px;
    border-radius: 999px;
    background: #735555;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    box-sizing: border-box;
  }
  body .ctaArea--hero.ctaArea--hero-inpage {
    padding: 24px 15px;
    gap: 16px;
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  body .ctaArea--hero .ctaArea__lead {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #735555;
    line-height: 1;
  }
  body .ctaArea--hero .ctaArea__lead .ctaArea__lead-highlight {
    color: #DB7B60;
  }
  body .ctaArea--hero .inpage_line_btn_link {
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    vertical-align: top;
  }
  body .ctaArea--hero .inpage_line_btn--hero {
    border-bottom: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  body .ctaArea--hero .inpage_line_btn__row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: min(340px, 100%);
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
    white-space: nowrap;
    border-bottom: 1px solid #735555;
    padding-bottom: 8px;
    font-size: 14px;
    color: #735555;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  body .ctaArea--hero .inpage_line_btn__ext {
    width: 11px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
  }
  body .ctaArea--hero-fixed-sp .ctaArea__lead {
    display: none;
  }
  body .ctaArea--hero-fixed-sp .inpage_line_btn_link {
    display: none;
  }
  body .ctaArea--hero-fixed-sp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: max(0px, env(safe-area-inset-bottom));
  }
  body .information {
    display: none;
  }
  body .ctaArea.ctaArea--hero-fixed-sp {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 10020;
    background-color: #FAF6F4;
  }
  body .ctaArea:not(.ctaArea--hero):not(.ctaArea--hero-fixed-sp) {
    padding-bottom: 10px;
  }
}

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