* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.gabriela {
  font-family: "Gabriela", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}
.gabriela span {
  color: #f8dc10;
}
h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 2px;
}
#container {
  background: url("../img/lp/lp-bg.png") no-repeat bottom / cover;
  width: 100%;
  position: relative;
}
.wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
}
span.inline {
  display: inline-block;
}
/*header*/
header {
  width: 100%;
  border-top: 5px solid #03c4ff;
}

.header-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  align-items: center;
  height: 120px;
}
.header-inner-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.header-logo h1 {
  display: flex;
  align-items: center;
}
.header-logo h1 img {
  display: block;
  width: 100px;
}

.header-logo-text {
  margin-left: 1rem;
}
.header-logo-sub {
  font-size: 1rem;
  font-weight: 500;
}
.header-logo-main {
  font-size: 1.2rem;
}

.header-nav-lists {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.header-nav-lists li + li {
  margin-left: 2rem;
}
.header-nav-lists a {
  text-transform: capitalize;
  font-size: 1.1rem;
}
.more-anc {
  color: #03c4ff;
}

/*fv*/
.fv {
  width: 100%;
}
.fv-img {
  width: 95%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.fv-img img {
  display: block;
  width: 100%;
  aspect-ratio: 2.1/1;
  object-fit: cover;
  object-position: bottom;
}

/*section*/
section {
  padding: 6rem 0;
}

.message-title {
  text-align: center;
  font-size: 5rem;
}
.section-titlewrap {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.message-titlewrap img {
  position: absolute;
  right: -115px;
  top: -20px;
  width: 100px;
}
.section-titlewrap p {
  font-size: 1.2rem;
  font-weight: 500;
}
.inner-small {
  max-width: 750px;
  margin: 0 auto;
  width: 95%;
}
/*message*/
.message {
  padding-bottom: 4rem;
}
.message-top {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.message-top p {
  letter-spacing: 4px;
}
.message-top span {
  color: #03c4ff;
}
.message-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.message-lists {
  width: 300px;
}
.message-lists img {
  height: 55px;
  display: block;
}
.message-lists img + img {
  margin-top: 0.5rem;
}
.message-img {
  width: calc(100% - 350px);
}
.message-img img {
  display: block;
  width: 100%;
}

/*message-bottom*/
.message-bottom {
  background-color: #f8f8f8;
  padding: 2rem 0;
  position: relative;
}

.message-bottom-top {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.message-bottom-top p {
  line-height: 2;
  font-size: 1.2rem;
}
.message-bottom-lists {
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
.message-bottom-lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 600px;
  margin: 0 auto;
}
.message-bottom-lists li {
  width: calc((100% - 2rem) / 2);
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.message-bottom-lists li img {
  display: block;
  width: 40px;
  margin-right: 0.5rem;
}

.bg-wing {
  display: block;
  width: 350px;
  position: absolute;
  right: 1rem;
  bottom: 5%;
  z-index: 1;
}

/*morebtn*/
.more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; /* 文字とアイコンの間隔 */
  padding: 0.85rem 2rem;
  background: linear-gradient(90deg, #f7ffe0, #93eef6, #3fdcff);
  color: #444; /* 文字色 */
  font-size: 1.65rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.btn .text {
  flex: 1;
}
.more-btn img {
  width: 40px;
}

.message-more {
  text-align: center;
  padding: 3rem 0;
}

/*banner*/
.banner {
  padding-top: 0;
}
.banner-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.banner-contents .banner-anc {
  width: calc((100% - 1rem) / 2);
}
.banner-contents img {
  width: 100%;
  display: block;
}

/*menu*/
.menu {
  padding-bottom: 0;
}
.menu-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  max-width: 1300px;
  position: relative;
  z-index: 3;
}
.menu-textwrap {
  width: 450px;
}
.menu-img {
  width: calc(100% - 500px);
}
.menu-img img {
  display: block;
  width: 100%;
}
.menu-titlewrap {
  margin: 0;
}
.menu-title {
  margin: 0;
  font-size: 3.5rem;
}
.menu-titlewrap img {
  position: absolute;
  right: -95px;
  top: -20px;
  width: 80px;
}
.menu-titlewrap p {
  text-align: left;
}

.menu-text {
  margin-top: 2rem;
}
.menu-text p {
  line-height: 1.7;
  letter-spacing: 3px;
  font-size: 1.2rem;
}
.menu-contents-box {
  padding: 4rem 0;
  position: relative;
}
.menu-contents-box::before {
  content: "";
  background: linear-gradient(to bottom, #f8f8f8, #b2fbff);
  position: absolute;
  width: 100%;
  height: calc(100% + 230px);
  z-index: 2;
  left: 0;
  top: -230px;
  clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
}
.menu-contents-box::after {
  content: "";
  background-color: #f9ffde;
  position: absolute;
  width: 50%;
  height: 200px;
  z-index: 1;
  left: 0;
  top: -100px;
  clip-path: polygon(0 1%, 0% 100%, 100% 50%);
}

.menu-item {
  background-color: #fff;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 3rem 5rem;
  position: relative;
  z-index: 3;
}
.menu-item + .menu-item {
  margin-top: 6rem;
}
.menu-item h3 {
  color: #03c4ff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  letter-spacing: 5px;
  font-size: 2rem;
}
.menu-item h3.yellow {
  color: #f8dc10;
}
.price-table {
  width: 100%;
  border-collapse: separate; /* セルを分離 */
  border-spacing: 12px 0; /* 横方向に 12px の隙間、縦は0 */
  font-size: 18px;
  color: #555;
  max-width: 920px;
  margin: 2rem auto 0;
}

.price-table th,
.price-table td {
  padding: 14px 0;
  vertical-align: middle;
}

.price-table th {
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #707070;
  width: 50%;
  letter-spacing: 3px;
}

.price-table td {
  text-align: right;
  white-space: nowrap;
  border-bottom: 2px solid #c9c9c9;
  width: 50%;
  letter-spacing: 4px;
  color: #2c2827;
}

.price-table td:first-child {
  text-align: left;
}

/* インデント */
.price-table .indent {
  padding-left: 2rem;
}

.mt2 {
  margin-top: 2rem;
}
.price-table .spacer td {
  border: none; /* 線を消す */
  height: 40px; /* 行間のスペース */
  padding: 0; /* 内側の余白もゼロに */
}

/*gallery*/
.gallery {
  padding: 0;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 1.75/1;
}
/*about*/
.about {
  padding-top: 10rem;
}
.about-more {
  margin-top: 2rem;
}
.about-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 4rem auto 0;
  max-width: 1050px;
}
.about-middle-img img {
  display: block;
  width: 150px;
}

.about-mmiddle-textwrap {
  width: calc(100% - 180px);
}

.about-mmiddle-textwrap p {
  line-height: 1.7;
  font-size: 1.1rem;
}

.about-access {
  margin: 4rem auto 0;
  width: 90%;
}
.access-img img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.access-img {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.access-text {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.15rem;
}

/*coupon*/
.coupon {
  padding-bottom: 0;
}
.coupon-contents {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-contents img {
  width: calc((100% - 3rem) / 2);
  display: block;
}

.coupon-text {
  width: 90%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.15rem;
}

/*insta*/
.insta {
  padding-top: 3rem;
}
.insta-box {
  width: 95%;
  margin: 4rem auto 0;
  max-width: 1050px;

}

/*contact*/
.contact {
  padding-bottom: 400px;
}
.menu-titlewrap.center {
  margin: 0 auto;
}
.menu-titlewrap p {
  text-align: center;
}
.contact-contents {
  margin-top: 2rem;
}
.contact-contents p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  width: 95%;
  margin: 0 auto;
}

.contact-contents ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.contact-contents li a {
  display: block;
  width: 50px;
}
.contact-contents li img {
  display: block;
  width: 100%;
}

/*footer*/
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
footer::before {
  content: "";
  background: linear-gradient(to right, #f9fdd6, #5edcff);
  width: 50%;
  height: 100px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-inner {
  background-color: #f8f8f8;
  width: 100%;
  padding: 1.5rem 0 1rem;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.footer-info {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3rem;
}
.footer-tel img {
  display: block;
  width: 350px;
}
.footer-sns {
  display: flex;
}
.footer-sns a + a {
  margin-left: 1rem;
}
.footer-sns img {
  display: block;
  height: 100px;
}
.footer-sp-tel,
.footer-sp-sns {
  display: none;
}
.copyright {
  text-align: center;
  padding: 0.25rem 0;
  background: linear-gradient(to right, #f9fdd6, #41ddfe);
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
}
.copyright small {
  width: 95%;
  margin: 0 auto;
}
/*floating*/
.floating {
  position: fixed;
  right: 0;
  top: 20%;
  padding: 1rem 0.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #41ddfe;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 5px;
  z-index: 30;
}
.floating-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating img {
  display: block;
  width: 35px;
  margin-top: 0.5rem;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*アニメーション*/
.trigger {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 1s; /* 動きを滑らかに */
  transform: translateY(10px);
}
.trigger-ready {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 1s; /* 動きを滑らかに */
  transition-delay: 1s; /* 動きを滑らかに */
  transform: translateY(10px);
}
/* フェードイン用のクラス */
.fadein {
  opacity: 1;
  transform: translateY(0);
}

/*sp用*/
.sp-header-contents {
  display: flex;
  align-items: baseline;
  display: none;
}
.openbtn {
  position: relative;
  border: 2px solid #11c8ff;
  cursor: pointer;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-left: 1.5rem;
  top: 5px;
  z-index: 101;
  background-color: #fff;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 3.5px;
  border-radius: 2px;
  background: #11c8ff;
  width: 55%;
  transform: translateX(-50%);
}

.openbtn span:nth-of-type(1) {
  top: 20.5px;
}

.openbtn span:nth-of-type(2) {
  top: 30.5px;
}

.openbtn span:nth-of-type(3) {
  top: 40.5px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-header-tel img {
  width: 250px;
}
.sp-header-insta {
  margin-left: 1.5rem;
}
.sp-header-insta img {
  width: 50px;
}

.sp-header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  left: 0;
  display: none;
}
.sp-header-nav-inner {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 8rem;
}
.sp-header-sns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.sp-header-sns img {
  display: block;
  width: 50px;
}

.sp-logo {
  width: 50%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.sp-header-lists {
  text-align: center;
  margin-top: 2rem;
}
.sp-header-lists li + li {
  margin-top: 1rem;
}
.sp-header-lists a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.2rem;
}
