@charset "UTF-8";
/*************************************************
  reset 2025.06
**************************************************/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*************************************************
imageをいつでも親の横100%表示にする
**************************************************/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.btn-block.cl {
  flex-direction: column;
  row-gap: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  .btn-block.cl {
    row-gap: 1.3383152174vw;
  }
}
.btn-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*************************************************
/ Font / Font Opotion
/**************************************************
/* .ft-serif{font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;} */
.ft-en {
  font-family: "Cormorant", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* KoburinaGoStd W6-83pv-RKSJ-H の代替 */
.attention {
  color: red;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-bold {
  font-weight: 700;
}

.t-under {
  text-decoration: underline;
  display: inline;
}

.t-palt {
  font-feature-settings: "palt";
}

.t-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}

/*段落*/
.para > *:not(:last-child) {
  margin-bottom: 1em;
}

/*************************************************
  ※リスト
**************************************************/
.attention-lists > li {
  position: relative;
}
.attention-lists > li::before {
  content: "※";
}
.attention-lists {
  font-weight: 400;
  line-height: 1.3913;
  font-size: 1.0260416667vw;
}
@media print, screen and (min-width: 769px) {
  .attention-lists {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .attention-lists {
    font-size: 2.7777777778vw;
  }
}

/*ドットリスト*/
.dot-lists > li {
  position: relative;
}
.dot-lists > li::before {
  content: "・";
}

.note-lists > li {
  position: relative;
}
.note-lists > li::before {
  content: "※";
}
.note-lists.asta > li::before {
  content: "＊";
}

/*************************************************
/  全体
/**************************************************/
body.grandgreenstyle2025 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-display: optional;
  font-weight: 400;
  font-style: normal;
  background-color: #00888F;
  color: #000000;
  line-height: 2.1;
  text-align: left;
  background-color: #00888F;
  position: relative;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 {
    font-size: 1.3383152174vw;
  }
}
body.grandgreenstyle2025 br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.grandgreenstyle2025 br.sp {
    display: block;
  }
  body.grandgreenstyle2025 br.pc {
    display: none;
  }
}
body.grandgreenstyle2025 .para > *:not(:last-child) {
  margin-bottom: 1em;
}
body.grandgreenstyle2025 {
  /********  SP wrap **********************************/
}
body.grandgreenstyle2025 .sp_wrap {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .sp_wrap {
    border-right: 0.3623188406vw solid #fff;
    border-left: 0.3623188406vw solid #fff;
    margin-left: auto;
    margin-right: calc(-12px + 10.3125vw);
    width: 36.9375vw;
  }
}
body.grandgreenstyle2025 .sp_wrap {
  /********  loading **********************************/
}
body.grandgreenstyle2025 .sp_wrap .loading {
  display: none;
}
body.grandgreenstyle2025 .sp_wrap._loading {
  height: 100dvh;
}
body.grandgreenstyle2025 .sp_wrap._loading .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: #00888F;
  opacity: 1;
  transition: opacity 0.5s 0.6s;
}
body.grandgreenstyle2025 .sp_wrap._loading .loading._start {
  opacity: 0;
}
body.grandgreenstyle2025 .sp_wrap .loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  background: radial-gradient(circle closest-side, #000 94%, rgba(0, 0, 0, 0)) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}
body.grandgreenstyle2025 .sp_wrap .loader::before {
  content: "Loading...";
  line-height: 1em;
  color: rgba(0, 0, 0, 0);
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
@keyframes l24 {
  100% {
    background-position: left;
  }
}
body.grandgreenstyle2025 {
  /******** pc_wrap **********************************/
}
body.grandgreenstyle2025 .pc_wrap {
  display: none;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .pc_wrap {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #00888F;
    /******** タイトル **********************************/
  }
  body.grandgreenstyle2025 .pc_wrap .title-box {
    position: absolute;
    top: 50%;
    left: 6.25vw;
    transform: translateY(-50%);
    width: 43vw;
    aspect-ratio: 713/880;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3vw;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box .logo {
    position: relative;
    width: 74.1935483871%;
    opacity: 0;
    margin-left: -3.7439613527vw;
    margin-top: 20.4545454545%;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box .btn-block {
    width: 100%;
    position: relative;
    top: 15dvh;
    opacity: 0;
    border-radius: 2.6766304348vw;
    aspect-ratio: 696/210;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box .btn-block .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47.3457675753%;
    aspect-ratio: 330/50;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box .btn-block .title img {
    width: 31.5151%;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box._start .logo {
    opacity: 1;
    animation: slideFadeIn 0.8s linear forwards;
  }
  body.grandgreenstyle2025 .pc_wrap .title-box._start .btn-block {
    opacity: 1;
    top: 0;
    animation: slideFadeIn 0.8s linear forwards;
  }
  body.grandgreenstyle2025 .pc_wrap {
    /******** slider **********************************/
  }
  body.grandgreenstyle2025 .pc_wrap .slider_box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10.3125vw - 12px);
    height: 100dvh;
  }
  body.grandgreenstyle2025 .pc_wrap .slider_box .slider {
    position: absolute;
    top: 27.4%;
    left: 31.1688311688%;
    width: 5px;
    height: 64%;
    border-radius: 3px;
    background-color: #fff;
  }
  body.grandgreenstyle2025 .pc_wrap .slider_box .slider .slider_handle {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 15px;
    height: 8.875%;
    cursor: pointer;
  }
  body.grandgreenstyle2025 .pc_wrap .slider_box .slider .slider_handle .slider_v {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: #FFF100;
  }
}
body.grandgreenstyle2025 {
  /********  overlay **********************************/
}
body.grandgreenstyle2025 #overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 96vh;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: opacity 1s;
  opacity: 1;
}
body.grandgreenstyle2025 #overlay.loaded {
  opacity: 0;
  pointer-events: none;
}
body.grandgreenstyle2025 #overlay::after {
  content: "";
  display: inline-block;
}
body.grandgreenstyle2025 #overlay.loadlogo::after {
  width: 20vw;
  height: 20vw;
  background: url(/common/images/logo.png) center center no-repeat;
  background-size: contain;
}
body.grandgreenstyle2025 {
  /*************************************************
  /Link
  /*************************************************/
}
body.grandgreenstyle2025 a {
  color: #000000;
  display: inline-block;
}
body.grandgreenstyle2025 a:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  body.grandgreenstyle2025 .btn {
    transition: transform 0.4s ease-out;
  }
  body.grandgreenstyle2025 .btn:hover {
    transform: scale(1.1);
  }
}
body.grandgreenstyle2025 button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.grandgreenstyle2025 a[href^="tel:"] {
    pointer-events: none;
  }
}
body.grandgreenstyle2025 .btn {
  border-radius: 50%;
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  overflow: hidden;
  background-color: initial;
  border-radius: initial;
  text-indent: -100vw;
  padding: 0;
}
body.grandgreenstyle2025 .btn.dlapp {
  background-image: url(../img/btn_dlapp.png);
  aspect-ratio: 480/80;
  filter: drop-shadow(7px 7px 5px rgba(10, 94, 82, 0.5));
}
body.grandgreenstyle2025 .btn.dlapp.white {
  background-image: url(../img/btn_dlapp_white.png);
}
body.grandgreenstyle2025 .btn.dlapp:hover {
  opacity: 0.8;
}
body.grandgreenstyle2025 .btn.hl-btn {
  width: 104.4776119403%;
  aspect-ratio: 700/125;
}
body.grandgreenstyle2025 .btn.hl-btn_pc {
  width: 47.3457675753%;
  aspect-ratio: 330/50;
  filter: drop-shadow(7px 7px 5px rgba(10, 94, 82, 0.5));
}
body.grandgreenstyle2025 .btn.btn1 {
  background-image: url(../img/btn_1.png);
}
body.grandgreenstyle2025 .btn.btn1:hover {
  background-image: url(../img/btn_1_hover.png);
  color: #fff;
}
body.grandgreenstyle2025 .btn.btn1_pc {
  background-image: url(../img/btn_1_pc.png);
}
body.grandgreenstyle2025 .btn.btn1_pc:hover {
  background-image: url(../img/btn_1_pc_hover.png);
  color: #fff;
}
body.grandgreenstyle2025 .btn.btn1 {
  background-image: url(../img/btn_1.png);
}
body.grandgreenstyle2025 .btn.btn1:hover {
  background-image: url(../img/btn_1_hover.png);
  color: #fff;
}
body.grandgreenstyle2025 .btn.btn2 {
  background-image: url(../img/btn_2.png);
}
body.grandgreenstyle2025 .btn.btn2:hover {
  background-image: url(../img/btn_2_hover.png);
}
body.grandgreenstyle2025 .btn.btn2_pc {
  background-image: url(../img/btn_2_pc.png);
}
body.grandgreenstyle2025 .btn.btn2_pc:hover {
  background-image: url(../img/btn_2_pc_hover.png);
}
body.grandgreenstyle2025 .btn.btn2 {
  background-image: url(../img/btn_2.png);
}
body.grandgreenstyle2025 .btn.btn2:hover {
  background-image: url(../img/btn_2_hover.png);
}
body.grandgreenstyle2025 .btn.btn3 {
  background-image: url(../img/btn_3.png);
}
body.grandgreenstyle2025 .btn.btn3:hover {
  background-image: url(../img/btn_3_hover.png);
}
body.grandgreenstyle2025 .btn.btn3_pc {
  background-image: url(../img/btn_3_pc.png);
}
body.grandgreenstyle2025 .btn.btn3_pc:hover {
  background-image: url(../img/btn_3_pc_hover.png);
}
body.grandgreenstyle2025 .btn.btn3 {
  background-image: url(../img/btn_3.png);
}
body.grandgreenstyle2025 .btn.btn3:hover {
  background-image: url(../img/btn_3_hover.png);
}
body.grandgreenstyle2025 .btn.btn4 {
  background-image: url(../img/btn_4.png);
}
body.grandgreenstyle2025 .btn.btn4:hover {
  background-image: url(../img/btn_4_hover.png);
}
body.grandgreenstyle2025 .btn.btn4_pc {
  background-image: url(../img/btn_4_pc.png);
}
body.grandgreenstyle2025 .btn.btn4_pc:hover {
  background-image: url(../img/btn_4_pc_hover.png);
}
body.grandgreenstyle2025 .btn.btn4 {
  background-image: url(../img/btn_4.png);
}
body.grandgreenstyle2025 .btn.btn4:hover {
  background-image: url(../img/btn_4_hover.png);
}
body.grandgreenstyle2025 .btn.btn5 {
  background-image: url(../img/btn_5.png);
}
body.grandgreenstyle2025 .btn.btn5:hover {
  background-image: url(../img/btn_5_hover.png);
}
body.grandgreenstyle2025 .btn.btn5_pc {
  background-image: url(../img/btn_5_pc.png);
}
body.grandgreenstyle2025 .btn.btn5_pc:hover {
  background-image: url(../img/btn_5_pc_hover.png);
}
body.grandgreenstyle2025 .btn.btn5 {
  background-image: url(../img/btn_5.png);
}
body.grandgreenstyle2025 .btn.btn5:hover {
  background-image: url(../img/btn_5_hover.png);
}
body.grandgreenstyle2025 {
  /*************************************************
  / animation
  /**************************************************/
}
@keyframes popBounce {
  0% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
body.grandgreenstyle2025 {
  /* 落下して軽くバウンド */
}
@keyframes dropBounce {
  0% {
    transform: scale(1, 1) translate(0%, -100%);
  } /* 初期状態 */
  30% {
    transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  60% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  75% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  70% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.grandgreenstyle2025 {
  /*************************************************
  /  header
  /*************************************************/
}
body.grandgreenstyle2025 ._st #header {
  animation: fadeSlide 1.2s ease-out forwards;
  position: relative;
  overflow: hidden;
}
body.grandgreenstyle2025 ._st #header::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 0.5s linear;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
body.grandgreenstyle2025 .snow-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.grandgreenstyle2025 .snow-container .snowflake {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  animation: neon-fade 5s linear;
  opacity: 0;
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(1) {
  right: 5%;
  bottom: 15%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 3.314s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(2) {
  right: 20%;
  bottom: 10%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 1.415s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(3) {
  right: 5%;
  bottom: 5%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 4.189s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(4) {
  right: 25%;
  bottom: 25%;
  width: 10vw;
  height: 10vw;
  animation-duration: 4s;
  animation-delay: 3.933s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(5) {
  right: 15%;
  bottom: 20%;
  width: 7vw;
  height: 7vw;
  animation-duration: 4s;
  animation-delay: 4.122s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(6) {
  right: 5%;
  bottom: 25%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 3.927s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(7) {
  right: 25%;
  bottom: 25%;
  width: 11vw;
  height: 11vw;
  animation-duration: 4s;
  animation-delay: 5.78s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(8) {
  right: 15%;
  bottom: 10%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 1.011s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(9) {
  right: 20%;
  bottom: 25%;
  width: 10vw;
  height: 10vw;
  animation-duration: 4s;
  animation-delay: 2.687s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(10) {
  right: 5%;
  bottom: 10%;
  width: 7vw;
  height: 7vw;
  animation-duration: 4s;
  animation-delay: 1.3s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(11) {
  right: 10%;
  bottom: 5%;
  width: 9vw;
  height: 9vw;
  animation-duration: 3s;
  animation-delay: 4.87s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(12) {
  right: 10%;
  bottom: 10%;
  width: 10vw;
  height: 10vw;
  animation-duration: 3s;
  animation-delay: 2.053s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(13) {
  right: 15%;
  bottom: 5%;
  width: 8vw;
  height: 8vw;
  animation-duration: 4s;
  animation-delay: 0.268s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(14) {
  right: 15%;
  bottom: 25%;
  width: 11vw;
  height: 11vw;
  animation-duration: 3s;
  animation-delay: 1.873s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(15) {
  right: 15%;
  bottom: 10%;
  width: 7vw;
  height: 7vw;
  animation-duration: 4s;
  animation-delay: 4.046s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(16) {
  right: 5%;
  bottom: 20%;
  width: 8vw;
  height: 8vw;
  animation-duration: 4s;
  animation-delay: 1.608s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(17) {
  right: 10%;
  bottom: 5%;
  width: 6vw;
  height: 6vw;
  animation-duration: 4s;
  animation-delay: 2.266s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(18) {
  right: 15%;
  bottom: 15%;
  width: 8vw;
  height: 8vw;
  animation-duration: 4s;
  animation-delay: 1.669s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(19) {
  right: 15%;
  bottom: 15%;
  width: 11vw;
  height: 11vw;
  animation-duration: 3s;
  animation-delay: 1.449s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(20) {
  right: 15%;
  bottom: 10%;
  width: 8vw;
  height: 8vw;
  animation-duration: 4s;
  animation-delay: 0.405s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(21) {
  right: 5%;
  bottom: 20%;
  width: 7vw;
  height: 7vw;
  animation-duration: 3s;
  animation-delay: 1.589s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(22) {
  right: 5%;
  bottom: 15%;
  width: 10vw;
  height: 10vw;
  animation-duration: 4s;
  animation-delay: 5.8s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(23) {
  right: 5%;
  bottom: 5%;
  width: 11vw;
  height: 11vw;
  animation-duration: 4s;
  animation-delay: 1.472s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(24) {
  right: 10%;
  bottom: 20%;
  width: 6vw;
  height: 6vw;
  animation-duration: 3s;
  animation-delay: 2.443s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(25) {
  right: 20%;
  bottom: 15%;
  width: 10vw;
  height: 10vw;
  animation-duration: 3s;
  animation-delay: 2.864s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(26) {
  right: 5%;
  bottom: 25%;
  width: 11vw;
  height: 11vw;
  animation-duration: 3s;
  animation-delay: 2.311s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(27) {
  right: 10%;
  bottom: 15%;
  width: 11vw;
  height: 11vw;
  animation-duration: 3s;
  animation-delay: 2.814s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(28) {
  right: 25%;
  bottom: 20%;
  width: 9vw;
  height: 9vw;
  animation-duration: 4s;
  animation-delay: 0.986s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(29) {
  right: 20%;
  bottom: 15%;
  width: 11vw;
  height: 11vw;
  animation-duration: 4s;
  animation-delay: 5.479s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
body.grandgreenstyle2025 .snow-container .snowflake:nth-of-type(30) {
  right: 20%;
  bottom: 20%;
  width: 10vw;
  height: 10vw;
  animation-duration: 4s;
  animation-delay: 1.37s;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
@keyframes neon-fade {
  0% {
    transform: scale(0.5);
    opacity: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  }
  50% {
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  }
}
@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.grandgreenstyle2025 #header {
  opacity: 0;
  transform: translateY(-30px);
  position: relative;
  width: 100%;
  aspect-ratio: 828/1200;
  background-image: url(../img/kv_bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
}
body.grandgreenstyle2025 #header .kv_title {
  width: 77.1739130435%;
  position: absolute;
  right: 6.038647343%;
  bottom: 13.2850241546vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 #header .kv_title {
    bottom: 4.9071557971vw;
  }
}
body.grandgreenstyle2025 #header .kv_title {
  /*animationプロパティここから*/
  opacity: 0;
}
body.grandgreenstyle2025 #header .kv_title._start {
  animation-name: slideFadeIn;
  animation-duration: 0.8s;
  animation-delay: 1.3s;
  animation-timing-function: linear;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
}
body.grandgreenstyle2025 #header .kv_text {
  width: 88.1642512077%;
  position: absolute;
  left: 4.8309178744%;
  top: 44.806763285vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 #header .kv_text {
    top: 16.5504981884vw;
  }
}
body.grandgreenstyle2025 #header .kv_text {
  /*animationプロパティここから*/
  opacity: 0;
}
body.grandgreenstyle2025 #header .kv_text._start {
  animation-name: slideFadeIn;
  animation-duration: 0.8s;
  animation-delay: 1s;
  animation-timing-function: linear;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
}
body.grandgreenstyle2025 {
  /*************************************************
  /  footer
  /*************************************************/
}
body.grandgreenstyle2025 #footer {
  line-height: 1.8;
  padding-top: 14.4927536232%;
  background-color: #fff;
  font-weight: 500;
  font-size: 2.89852657vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 #footer {
    font-size: 1.0706432518vw;
  }
}
body.grandgreenstyle2025 #footer .l-container {
  padding: 0 1.6rem;
}
body.grandgreenstyle2025 #footer .bn_instagram {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  width: 100%;
  margin-bottom: 2em;
  display: block;
}
body.grandgreenstyle2025 #footer .note-lists {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  margin-bottom: 3rem;
  font-size: 3.3816425121vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 #footer .note-lists {
    font-size: 1.2490942029vw;
  }
}
body.grandgreenstyle2025 #footer .note-lists li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
body.grandgreenstyle2025 #footer .siteFooter__upper {
  display: flex;
  flex-direction: column-reverse;
}
body.grandgreenstyle2025 #footer .siteFooter__brandHeader {
  margin-bottom: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.3816183575vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 #footer .siteFooter__brandHeader {
    font-size: 1.2490852808vw;
  }
}
body.grandgreenstyle2025 #footer .siteFooter__brandList {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
body.grandgreenstyle2025 #footer .siteFooter__brandLink {
  flex-direction: 1;
  width: 30%;
}
body.grandgreenstyle2025 #footer .siteFooter__logowrap {
  margin: 2.5rem 0 0;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 0;
  border-top: 0.1rem solid #e3e3e3;
}
body.grandgreenstyle2025 #footer .siteFooter__logolink {
  display: block;
  margin: 0 auto;
  max-width: 235px;
}
body.grandgreenstyle2025 #footer .siteFooter__companyInfo {
  margin-top: 1rem;
}
body.grandgreenstyle2025 #footer .siteFooter__copyright {
  margin-top: 2.5rem;
  padding: 0.8rem 0;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
body.grandgreenstyle2025 {
  /*************************************************
  /  main
  /*************************************************/
  /********  headline **********************************/
}
body.grandgreenstyle2025 .s_headline {
  position: relative;
}
body.grandgreenstyle2025 .s_headline .txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;
  margin-top: 14.4927536232vw;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .s_headline .txt {
    margin-top: 5.3532608696vw;
    font-size: 1.4275362319vw;
  }
}
body.grandgreenstyle2025 .s_headline_btn-block {
  padding-left: 10.1449275362%;
  padding-right: 10.1449275362%;
  margin-top: 14.4927536232vw;
  margin-bottom: 14.4927536232vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .s_headline_btn-block {
    margin-top: 5.3532608696vw;
    margin-bottom: 5.3532608696vw;
  }
}
body.grandgreenstyle2025 {
  /******** 背景 **********************************/
  /******** セクション共通 **********************************/
}
body.grandgreenstyle2025 .section {
  position: relative;
  padding-left: 7.729468599%;
  padding-right: 7.729468599%;
  padding-top: 22.3429951691vw;
  padding-bottom: 22.3429951691vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .section {
    padding-left: 2.0520833333vw;
    padding-right: 2.0520833333vw;
    padding-top: 8.2529438406vw;
    padding-bottom: 8.2529438406vw;
  }
}
body.grandgreenstyle2025 .section::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: calc(100% + 0.5px);
  aspect-ratio: 828/57;
}
body.grandgreenstyle2025 .section .sec_header {
  width: 100%;
  font-weight: 500;
  margin-bottom: 22.9468599034vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .section .sec_header {
    margin-bottom: 8.4759963768vw;
  }
}
body.grandgreenstyle2025 .section .sec_header h2 {
  width: 100%;
  margin-bottom: 7.2463768116vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .section .sec_header h2 {
    margin-bottom: 2.6766304348vw;
  }
}
body.grandgreenstyle2025 .section .sec_header h2 span {
  display: block;
}
body.grandgreenstyle2025 .section .sec_header > p {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .section .sec_header > p {
    font-size: 1.3383152174vw;
  }
}
body.grandgreenstyle2025 {
  /******** shopBox **********************************/
}
body.grandgreenstyle2025 .shop_info_box {
  position: relative;
  font-size: 3.3816425121vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .shop_info_box {
    font-size: 1.2490942029vw;
  }
}
body.grandgreenstyle2025 .shop_info_box + .shop_info_box {
  margin-top: 21.7391304348vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .shop_info_box + .shop_info_box {
    margin-top: 8.0298913043vw;
  }
}
body.grandgreenstyle2025 .shop_info_box .shop_head {
  letter-spacing: 0.075em;
}
body.grandgreenstyle2025 .shop_info_box .shop_head > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5em;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .shop_info_box .shop_head > div {
    font-size: 1.4275362319vw;
  }
}
body.grandgreenstyle2025 .shop_info_box .shop_head .shop_name {
  line-height: 1.5;
}
body.grandgreenstyle2025 .shop_info_box .shop_head .shop_name span > span {
  font-size: 80%;
}
body.grandgreenstyle2025 .shop_info_box .shop_head .shop_floor {
  font-size: 85%;
  line-height: 1.3;
  min-height: 1.5em;
}
body.grandgreenstyle2025 .shop_info_box .shop_images {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: visible;
  margin-bottom: 2em;
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-pagination {
  top: 100%;
  bottom: auto;
  text-align: left;
  line-height: 1;
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-pagination-bullet {
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgb(212, 229, 219);
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-pagination-bullet-active {
  background-color: #0e0e08;
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-next,
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-prev {
  width: 10.7142857143%;
  height: 10.7142857143%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 60%, cover; /* アイコン→40%程度 グラデ→全面 */
  background-position: center top 45%, center;
  border: none;
  transition: transform 0.4s ease-out;
}
@media print, screen and (min-width: 769px) {
  body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-next,
  body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-prev {
    border-width: 0.1338315217vw;
  }
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-next svg,
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-prev svg {
  display: none;
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-next {
  transform: translate(50%, 0);
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-next:hover {
  transform: translate(50%, 0) scale(1.2);
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-prev {
  transform: translate(-50%, 0) scale(-1, 1);
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-button-prev:hover {
  transform: translate(-50%, 0) scale(-1.2, 1.2);
}
body.grandgreenstyle2025 .shop_info_box .shop_images .swiper-slide {
  overflow: visible;
  border: 3px solid #fff;
  border-radius: 5%;
  overflow: hidden;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li {
  line-height: 1.5714285714;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75em;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li + li {
  padding-top: 0.75em;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .title {
  width: 27%;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail {
  width: 73%;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail > * {
  width: 100%;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail .note-lists,
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail span {
  font-size: 85%;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail span {
  display: inline-block;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail .note-lists {
  margin-top: 0.5em;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail * + .sm-title {
  margin-top: 1em;
}
body.grandgreenstyle2025 .shop_info_box .shop_info > li .detail .sm-title {
  font-weight: 500;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_benefits .dlapp {
  margin-top: 0.5em;
  opacity: 0;
  will-change: opacity, filter;
  transition: opacity 1.4s ease-out, transform 0.4s ease-out;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_benefits._start .dlapp {
  opacity: 1;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_course .detail span {
  display: inline;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve .detail span {
  font-size: 100%;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve a {
  text-decoration: underline;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl {
  display: flex;
  flex-wrap: wrap;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dt,
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dd {
  display: inline-block;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dt {
  width: 3em;
  font-weight: 400;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dd {
  width: calc(100% - 3em);
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dd + dt {
  margin-top: 0.25em;
}
body.grandgreenstyle2025 .shop_info_box .shop_info .shop_reserve dl dd + dt + dd {
  margin-top: 0.25em;
}
body.grandgreenstyle2025 .section.white::before {
  background-image: linear-gradient(to right, #2fa7a1, #19bc59);
}
body.grandgreenstyle2025 .section.white .shop_info_box .shop_images .swiper-button-next,
body.grandgreenstyle2025 .section.white .shop_info_box .shop_images .swiper-button-prev {
  background-image: url(../img/ico_arrow3.svg), linear-gradient(#2fa7a1, #19bc59);
}
body.grandgreenstyle2025 .section.white .shop_info_box .shop_info > li {
  border-bottom-color: #ccc;
}
body.grandgreenstyle2025 .section.green {
  background-image: linear-gradient(to right, #2fa7a1, #19bc59);
}
body.grandgreenstyle2025 .section.green .shop_info_box .shop_images .swiper-button-next,
body.grandgreenstyle2025 .section.green .shop_info_box .shop_images .swiper-button-prev {
  background-image: url(../img/ico_arrow2.svg), linear-gradient(#fff, #fff);
}
body.grandgreenstyle2025 .section.darkgreen {
  background-image: linear-gradient(to right, #3b4d44, #000);
}
body.grandgreenstyle2025 .section.darkgreen .shop_info_box .shop_images .swiper-button-next,
body.grandgreenstyle2025 .section.darkgreen .shop_info_box .shop_images .swiper-button-prev {
  background-image: url(../img/ico_arrow4.svg), linear-gradient(#fff, #fff);
}
body.grandgreenstyle2025 .section.darkgreen .shop_info_box .shop_images .swiper-pagination-bullet {
  background-color: rgba(221, 191, 135, 0.5);
}
body.grandgreenstyle2025 .section.darkgreen .shop_info_box .shop_images .swiper-pagination-bullet-active {
  background-color: #ddbf87;
}
body.grandgreenstyle2025 .section.darkgreen .sec_header {
  color: #ddbf87;
}
body.grandgreenstyle2025 .section.green, body.grandgreenstyle2025 .section.darkgreen {
  color: #fff;
}
body.grandgreenstyle2025 .section.green a, body.grandgreenstyle2025 .section.darkgreen a {
  color: #fff;
}
body.grandgreenstyle2025 .section.green::before, body.grandgreenstyle2025 .section.darkgreen::before {
  background-color: white;
}
body.grandgreenstyle2025 .section.green .shop_info_box .shop_info > li, body.grandgreenstyle2025 .section.darkgreen .shop_info_box .shop_info > li {
  border-bottom-color: #fff;
}
body.grandgreenstyle2025 {
  /******** sec_ 和食 **********************************/
}
body.grandgreenstyle2025 {
  /******** sec_2 洋食・イタリアン・ステーキ *************/
}
body.grandgreenstyle2025 .section.sec_2 {
  /*** shop2 ***/
}
body.grandgreenstyle2025 .sec_2 .shop_info_box.shop02 .shop_reserve dl .mt10,
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop08 .shop_reserve dl .mt10 {
  margin-top: 10px;
}
body.grandgreenstyle2025 .sec_2 .shop_info_box.shop02 .shop_reserve dl dt,
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop08 .shop_reserve dl dt {
  width: 10.5em;
}
body.grandgreenstyle2025 .sec_2 .shop_info_box.shop02 .shop_reserve dl dd,
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop08 .shop_reserve dl dd {
  width: calc(100% - 10.5em);
}
body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span {
  font-size: 100%;
}
body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(1), body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(4) {
  width: 1.75em;
}
body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(2), body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(5) {
  width: auto;
}
body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(3), body.grandgreenstyle2025 .sec_4 .shop_info_box.shop04 .shop_price .detail span:nth-child(6) {
  padding-left: 1.75em;
}
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop07 .shop_course .detail span {
  display: inline-block;
}
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop10 .shop_reserve {
  flex-wrap: wrap;
}
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop10 .shop_reserve dl dt {
  width: 8em;
}
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop10 .shop_reserve dl dd {
  width: calc(100% - 8em);
}
body.grandgreenstyle2025 .sec_1 .shop_info_box.shop10 .shop_reserve .note-lists {
  margin-top: 0.5em;
  width: 100%;
  font-size: 85%;
}
body.grandgreenstyle2025 {
  /******** sec_upperfooter *****************************/
}
body.grandgreenstyle2025 .sec_upperfooter {
  background-color: #fff;
}

/*********************************
 Animations
**********************************/
._f_in_bt {
  position: relative;
  top: 15dvh;
  opacity: 0;
  transition: top 0.8s, opacity 1.2s;
}
._f_in_bt._start {
  opacity: 1;
  top: 0;
}

._f_in_scale {
  position: relative;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s, transform 0.5s;
  transform: scale(0.5);
}
._f_in_scale._start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

/*********************************
 btn_page_top
**********************************/
.btn_page_top {
  display: inline-block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 100;
  width: 9.0579710145vw;
}
@media screen and (min-width: 769px) {
  .btn_page_top {
    width: 3.3457880435vw;
    right: calc(-12px + 10.3125vw + 12px);
  }
}
.btn_page_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/ico_arrow.svg);
  background-position: left 56% center;
  background-repeat: no-repeat;
  background-size: 14%;
  background-color: #FFF100 !important;
  transition: transform 0.4s ease-out;
}
.btn_page_top a:hover {
  transform: scale(1.1);
}
.btn_page_top._show {
  opacity: 1;
}
.btn_page_top._show a {
  pointer-events: all;
}

/*********************************
 Cookie banner
**********************************/
.cookie__banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  background: #fff;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #b3d99c;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cookie__banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: auto;
  }
}
.cookie__banner.is-active {
  transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.cookie__banner .cookie__inner {
  padding: 22px 19px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__inner {
    padding: 20px 15px 25px;
  }
}
.cookie__banner .cookie__text {
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__text {
    font-size: 12px;
    line-height: 1.45;
  }
}
.cookie__banner .cookie__link {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__link .cookie__link:hover {
    text-decoration: none;
  }
}
.cookie__banner .cookie__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btns .cookie__btns {
    gap: 20px;
  }
}
.cookie__banner .cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 184px;
  width: 100%;
  height: 46px;
  text-decoration: underline;
  border-radius: 23px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btn:hover {
    border: 1px solid #b3d99c;
    background: linear-gradient(90deg, #fd0 0%, #b3d99c 100%);
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .cookie__banner .cookie__btn.cookie__btn-agree {
    border: 1px solid #b3d99c;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */