@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Zen Kaku Gothic New", system-ui;
  line-height: 1.15;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 500;
  /* color: #1a5181; */
  color: #875e5e;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
background: linear-gradient(rgb(255 223 197 / 24%), rgb(255 231 242 / 42%));
  }
  
.phone-view-wrapper {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.phone-view {
  max-width: 768px;
  width: 100%; /* iPhone 12の幅相当 */
  /* box-shadow: 0 0 20px rgba(0,0,0,0.2); */
  overflow: hidden;
    background: #fff;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

h2
{
  margin-bottom: 20px;
}

.heading .en {
    font-size:3.22rem;
    font-weight: 700;
    display: block;
background: linear-gradient(180deg,rgba(255, 200, 166, 1) 0%, rgba(255, 237, 244, 0.87) 81%, rgba(255, 253, 230, 0.37) 100%);
/* background: linear-gradient(0deg, rgba(255, 250, 211, 0.148) 8%, rgb(112 174 193 / 82%) 92%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: -1.5rem;
    letter-spacing: 0.05em;
}

.heading .jp {
  font-size:  3.2rem;
  /* color: #71b6c6; */
    color: #ee7e7f;
  font-weight: 600;
  display: block;
}

.heading02{
  text-align: center;
  color: #49403a;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.18rem;
}

.heading02 .dot{
  text-emphasis: dot #49403a;
  font-size: 1.7rem;
  display: block;
}
.heading02 .marker02{
  background:linear-gradient(transparent 5%, rgb(61, 54, 50) 0%);
  display: inline;
  color: #fff;
}
h3{
  font-size: 2.4rem;
  margin-bottom: 18px;
}
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}


.fs{
  font-size: 1.8em;
}

.fs-min{
  font-size: 0.8em;
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
  background-color: #e1f9e1;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #ffd063;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {

  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 5px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
    height: 65px;
  background: linear-gradient(90deg, #ff8669, #ff85a3);
/* background-color: #539ed3; */
  }


  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar {
    width: 42px;
  }

  .toggle__bar::after {
    width: 29px;
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    display: block;
    padding-bottom: 5px;
    width: 4em;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .toggle__title:before {
    content: "MENU";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "CLOSE";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse nav ul.flexbox {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.collapse.in nav ul.flexbox {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  margin: 0;
  font-weight: bold;
  line-height: 3.6rem;
  z-index: 10;
}
 .gnav li{
  position: relative;
 }
 .gnav li::before {
    content: "●";
    position: absolute;
    font-size: 0.8rem;
    color: #ee7e7f;
    left: -15px;
}
 .gnav li:last-child::before {
    content: "";
    position: absolute;
    font-size: 0.8rem;
    color: #ee7e7f;
    left: 0px;
}
.gnav a{
  color: #827974;
}
.gnav a:hover{
   color: #ff8669;
}
@media screen and (min-width: 1025px) {
  .gnav {
    display: block !important;
    height: inherit !important;
    }

}


/*////////////////////////

 header

////////////////////////*/
.fixedmenu {
  z-index: 999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  transition: all 0.5s;
}

header .logo {
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.header_logo_h1 {
  transform: translateX(50px);
}

header nav {
  width: 100%;
}

header nav ul {
  padding: 15px 0;
}

.gnav_ul {
  height: 100px;
}

.gnav_li a {
  padding: 0 5px;
  margin: 0 10px;
  display: block;
}

.gnav_ul .reserve a {
  background-color: #d4696e;
  padding: 37px 30px;
}

.gnav_ul .reserve a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

header .scroll {
  display: none;
}

/* scroll */
header.fixedmenu {
  /* background-color: #63c2a6; */
  background: #9EAED9;
background: linear-gradient(90deg, rgba(158, 174, 217, 1) 0%, rgba(129, 132, 185, 1) 51%, rgba(176, 150, 185, 1) 100%);
}

header.fixedmenu .start {
  display: none;
}

header.fixedmenu .scroll {
  display: block;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
     right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 525px;
  width: 100%;
  }

  .header_logo_h1 {
    transform: translate3d(10px, 10px, 10px);
  }

  header .logo {
    padding: 10px 0;
  }


  header nav ul.flexbox {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
  }

  header nav ul li {
    line-height: calc(80vh / 8);
  }

  .gnav_ul .reserve a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
    .header_logo_h1 {
          transform: translate3d(10px, 5px, 10px);
    width: 100%;
    max-width: 122px;
}
}

/*////////////////////////

footer

////////////////////////*/
footer {
  background: #49403a;
  color: #fff;
  font-weight: normal;
  padding: 60px 0;
}

footer a,
footer a:hover {
  color: #fff;
}

footer .logo {
  margin: 0 0 20px 0;
}

footer small {
  width: 100%;
  margin: 45px 0 0 auto;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

footer .flex_li a {
  padding: 0 50px 15px 10px;
  position: relative;
}

footer .flex_li {
  margin: 10px;
}

footer .flex_li a::after {
  /* content: url(img/common/arrow-right.png); */
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background: url(img/common/arrow-right.png) no-repeat center right / contain;
  width: 25px;
  height: 25px;
}

/*////////////////////////

main-aside

////////////////////////*/
.pc-layout {
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* 左右サイドバー共通 */
.pc-sidebar-left,
.pc-sidebar-right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 300px;
  padding: 40px 20px;
  box-sizing: border-box;
  /* z-index: 10; */
}

/* 左右の位置調整 */
.pc-sidebar-left {
  left: 50px;
  top: 150px;
  line-height: 2.5em;
}

.pc-sidebar-right {
  right: 0px;
    top: 150px;

}

.pc-sidebar-right h3{
margin-bottom: 0px;
font-size: 1.6rem;
}
.pc-sidebar-right .phone-cta .tel{
  font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
  font-size: 3rem;
font-weight: bold;
  color: #ff8669;
}
.pc-sidebar-right .phone-cta .tel-detail{
font-size: 1.3rem;
display: block;
margin-bottom:10px;
}
.pc-sidebar-right .cta-button{
  font-size: 2rem;
}

/* 中央コンテンツ用ラッパー（marginで左右の幅確保） */
.main-scroll-container {
max-width: 525px;
width: 100%;
margin: 0 auto;
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}

/* Webkit系ブラウザ */
.main-scroll-container::-webkit-scrollbar {
  display: none;
}
/* Firefox */
.main-scroll-container {
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .pc-layout {
    display: block;
  }
  .pc-sidebar-right {
    display: none;
  }
.pc-sidebar-left {
        padding: max(13vh, 80px) 30px;
        position: fixed;
        inset: 0;
        max-width: 525px;
        height: 100vh;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.9);
        z-index: 100;
        overflow-y: scroll;
        transition: opacity 0.3s, visibility 0.3s;
}
.pc-sidebar-left ul{
        padding-left: 50px;
}
}
/*////////////////////////

 user common css

////////////////////////*/

[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1200px;
}
.mt-20{
  margin-top: 20px;
}

.pc {
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.f_mont {
  font-family: "Montserrat", sans-serif;
}

/* ふわっと */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
}

.delay {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.marker {
  background:linear-gradient(transparent 5%, rgb(251 250 190) 15%);
  display: inline;
}
.bold {
font-weight: bold;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* keyframes */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

 a.btn-border {
  border: 2px solid #ee7e7f;
  border-radius: 100px;
  background-color: #fff;
  padding: 5px 20px;
  text-align: center;
  color: #ee7e7f;
}

/*////////////////////////

contact

////////////////////////*/
.cta-box{
  padding: 40px 20px;
box-shadow: 0px 0px 15px -5px #bfbdba;
border-radius: 10px;
background: #fff;
margin-bottom: 20px;
text-align: center;
}

.cta-box .phone-cta .tel{
  font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
  font-size: 3.8rem;
font-weight: bold;
  color: #ff8669;
}
.cta-box .phone-cta span{
font-size: 1.3rem;
display: block;
margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.2rem 1.5rem 2.2rem;
  border: none;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff8669, #ff85a3, rgba(252, 226, 190, 0.2));
  /* background-color: #539ed3; */
 background-color: #ffb6b6;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.cta-text {
  margin-right: 1rem;
}

.cta-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  /* color: #539ed3; */
    color: #ff85a3;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
}







/* ====================================
   1. Select Container
   ==================================== */
.select_continer {
  width: 100%;
  position: relative;
  background-color: #e1f9e1;
}
.select-slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* select-slider 矢印ボタンの表示調整 */
.select_continer .slick-prev:before,
.select_continer .slick-next:before {
    font-size: 34px;
    color: #f3eada;
}

.select_continer .slick-prev,
.select_continer .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.select_continer .slick-prev {
  left: 10px;
}

.select_continer .slick-next {
  right: 10px;
}
/* ====================================
   2. Gallery Container
   ==================================== */
.galleryt_continer {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}
.gallery-slider .slick-slide {
  margin: 0 10px;
}
.gallery-slider img {
  max-height: 280px;
  width: auto;
  display: block;
  border-radius: 8px;
}

/* ====================================
   3. Flow Container (横スクロール＋ヒント)
   ==================================== */
.flow_continer {
  width: 100%;
  margin: 0 auto 40PX;
  position: relative;
}

.flow-scroll-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px; /* スクロールバー用の余白 */
}

/* カスタムスクロールバー（Webkit系） */
.flow-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.flow-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #6fc1b1;
  border-radius: 3px;
}
.flow-scroll-wrapper::-webkit-scrollbar-track {
  background-color: #f2f1e9;
}

/* 横並びコンテナ */
.flow-scroll-inner {
  display: flex;
  gap: 15px;
  width: max-content; /* 中身の合計幅に自動拡張 */
  padding: 0 15px;
}

.flow-item {
  flex: 0 0 240px; /* 各ステップカードの幅 */
}

.flow-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* スクロールヒント用バッジ */
.scroll-hint-badge {
  position: absolute;
  top: 10px;
  background: #6fc1b1;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
  pointer-events: none;
  z-index: 5;
  animation: hintBlink 1.5s infinite alternate;
}

@keyframes hintBlink {
  0% { opacity: 0.6; transform: translateX(0); }
  100% { opacity: 1; transform: translateX(5px); }
}
/* ==========================================
   ハンバーガーメニュー開閉の優先度強化
   ========================================== */
@media screen and (max-width: 1024px) {
  #gnav.collapse.in {
    display: block !important;
    height: 100vh !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 998;
  }
}
/* ==========================================
   スマホ画面下部 固定追従予約ボタン
   ========================================== */
.fixed-reserve-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fixed-reserve-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 525px; /* メインコンテンツ幅に合わせる */
    width: 100%;
    padding: 10px 15px;
    z-index: 990;
    box-sizing: border-box;
  }

  .fixed-reserve-sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #ff8669, #ff85a3);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(255, 134, 105, 0.4);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .fixed-reserve-sp a:active {
    transform: scale(0.98);
    opacity: 0.9;
  }

  .fixed-reserve-sp a i {
    font-size: 1.4rem;
  }

  /* フッター最下部が固定ボタンで隠れないよう余白を確保 */
  footer {
    padding-bottom: 90px !important;
  }
}