@charset "utf-8";
/* CSS Document */
/*
1rem !default;
1.25rem !default; // 20px
1.125rem !default; // 18px
.875rem !default; // 14px
.75rem !default; // 12px
.625rem !default; // 10px
 
h1: 2.5rem !default; // 40px
h2: 2rem !default;  // 32px
h3: 1.75rem !default;// 28px
h4: 1.5rem !default; // 24px
h5: 1.25rem !default; // 20px
h6: 1rem !default;
*/
/*var(--neon-color)*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@600&display=swap');
/*font-family: 'Markazi Text', serif;
font-family: 'Noto Sans JP', sans-serif;*/
body {
  background: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  #header {
    height: 80px;
  }
}
#header.change {
  position: fixed;
  z-index: 999; /*最前面へ*/
  background: #000;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;background: #000;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;gap:10px;
}
.brand {
  flex-shrink: 0;
  flex-grow: 1;
  text-align: left
}
.brand a {
  display: inline-block;
  width: 100px
}
.brand img {
  width: 100%
}
header .header_btn {
  display: flex;
  align-items: center;gap:5px
}
header .green_glow_btn a {
  width: 11em;
  font-size: 10px;
}
header .green_glow_btn:hover .social-line{fill: var(--neon-color);}
.social-line{fill: #000;}
.social-line svg{height:14px;width:14px;padding-top: 2px; padding-right:2px;}
header .white_glow_btn a {
  width: 9em;
  font-size: 10px;
}
header .white_glow_btn01 a {
  width: 9em;
  font-size: 9px;line-height: 11px;
}
header .white_glow_btn01 a i{font-size: 14px;color: var(--neon-color)}
@media (min-width: 768px) {
  .brand a {
    width: 200px;
  }
  header .green_glow_btn a {
    width: 12em;
    font-size: 16px;
  }
.social-line svg{height: 20px;width: 20px; }
  header .white_glow_btn a {
    width: 12em;
    font-size: 16px;
  }
	header .white_glow_btn01 a {
  width:8em;
  font-size: 12px;line-height: 14px;
}
	header .white_glow_btn01 a i{font-size: 24px;}
}
/*=======================
キービジュアル
========================*/
.key-visual {
  background: url("../img/gym_maki_sp.webp");
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 150.8%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .key-visual {
    background: url("../img/gym_maki.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50.416666666%;
  }
}
.key-visual_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.key-visual_inner .info img {
  width: clamp(18.75rem, 121.827rem + -515.38vw, 2rem);
  margin: 0 auto;
}
.key-visual_inner h1 {}
.key-visual_inner h1 img {
  width: 168px;
  filter: drop-shadow(3px 3px 5px #000);
}
.key-visual_inner h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5em;
  line-height: 1.5;
  text-shadow: 0 0 6px rgb(0, 0, 0, 1);
}
.key-visual_inner h2 {
  color:#fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 1);
  line-height: 1.6;
	    padding: 1em;
	border: 2px solid var(--neon-color);
    border-radius: 10px;
    background-color: rgba(66, 66, 66,0.5);
	display:inline-block
	  
}
section.campaign {
  text-align: center
}
/*section.campaign p {
  color: var(--neon-color);
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: 500;
  padding-top: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
}*/
section.campaign p {font-size: 14px;
    text-align: left;}
.price_banner {
  background: #fff;
  box-shadow: 0 0 15px rgb(166 255 20);
  margin: 35px auto 35px;
  width: 100%;
  max-width: 730px;
}
.price_banner img {
  width: 100%;
  border: 10px solid #003300;
}
.price_banner02 {
  margin: 50px auto 35px;
  width: 100%;
  max-width: 730px;text-align: center
}
.price_banner02 p {font-size: 14px;
    text-align: left;}
.price_banner02 img {
  width: 100%;
}
.red_glow_btn {text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.red_glow_btn a {
  width: 12em;
  font-size: 18px;
}
section.campaign .orange_glow_btn {
  margin-left: auto;
  margin-right: auto;
}
section.campaign .orange_glow_btn a {
  width: 12em;
  font-size: 18px;
}
@media (min-width: 768px) {
.red_glow_btn a {
    width: 12em;
    font-size: 28px;
  }
 section.campaign .orange_glow_btn a {
    width: 12em;
    font-size: 28px;
  }
  .key-visual_inner h1 img {
    width: clamp(10.5rem, 5.864rem + 23.18vw, 23.25rem)
  }
  .key-visual_inner h3 {
    font-size: clamp(1.25rem, -0.417rem + 3.47vw, 2.188rem)
  }
  .key-visual_inner h2 {
    font-size: 1.25rem;

  }
}
/*=======================
TG FIT24とは
========================*/
section.aboutus {
  text-align: center
}
section.aboutus h2 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.aboutus h2.fukidashi:before {
  border-top-color: var(--neon-color);
}
@media (min-width: 768px) {
  section.aboutus h2 {
    font-size: 3.5rem;
  }
}
section.aboutus .aboutus_inner {
  display: flex;
  flex-direction: column;
}
section.aboutus .aboutus_inner .photo {
  margin-bottom: 15px
}
section.aboutus .aboutus_inner .photo p {
  text-align: right;
  font-size: 12px
}
section.aboutus .aboutus_inner .photo img {
  width: 100%
}
section.aboutus .aboutus_inner .text {
  text-align: left;
  padding: 1rem; /*border:5px solid var(--neon-color);*/
}
section.aboutus .aboutus_inner .text h3 {
  font-size: 1.5rem;
  border-bottom: 2px solid var(--neon-color);
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 0.25em;
}
section.aboutus .aboutus_inner .text p {}
@media (min-width: 768px) {
  section.aboutus .aboutus_inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section.aboutus .aboutus_inner .photo {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 0px
  }
  section.aboutus .aboutus_inner .text {
    width: 50%;
  }
}
/*=======================
選ばれる理由
========================*/
section.reason {
  background: var(--neon-color);
  padding-top: 50px
}
section.reason .container {
  text-align: center
}
section.reason h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
}
section.reason h2:before, section.reason h2:after {
  position: absolute;
  top: 0;
  height: 100%;
}
section.reason h2:before {
  left: 0;
}
section.reason h2:after {
  right: 0;
}
section.reason ul {
  display: flex;
  flex-direction: column;
}
section.reason ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  background: #000;
}
section.reason ul li .photo {
  margin-bottom: 0
}
section.reason ul li .photo img {
  width: 100%
}
section.reason ul li .text {
  text-align: left;
  padding: 1rem;
}
section.reason ul li .text h3 {
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  line-height: 1.35;
  font-weight: 700;
  padding-bottom: 0.25em;
}
section.reason ul li .text p {}
@media (min-width: 768px) {
  section.reason h2 {
    font-size: 3.5rem;
  }
  section.reason ul {
    display: flex;
    flex-direction:column;justify-content: center;
  }
  section.reason ul li {
    display: flex;
    flex-direction: column;
    /*width: calc(50% - 15px);*/
	   width: 50%;
    margin: 0 auto 30px;
  }
/*  section.reason ul li:first-child {
    margin-right: 15px;
  }
  section.reason ul li:last-child {
    margin-left: 15px;
  }*/
  section.reason ul li .text h3 {
    font-size: 1.5rem;
  }
}
/*=======================
TG FIT24の強み
========================*/
section.strong_point{    padding-bottom: 0px!important;}
@media (min-width: 768px) {
	section.strong_point{    padding-bottom: 50px!important;}
}
section.strong_point .strong_point_bg {
  background-image: url("../img/choko_bg_sp.jpg");
  padding-top: 128.4%;
  height: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.strong_point .container {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
}
section.strong_point h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
}
section.strong_point h2:before, section.strong_point h2:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff !important;
}
section.strong_point h2:before {
  left: 0;
}
section.strong_point h2:after {
  right: 0;
}
@media (min-width: 768px) {
  section.strong_point h2 {
    font-size: 3.5rem;
  }
  section.strong_point .strong_point_bg {
    background-image: url("../img/choko_bg_pc.jpg");
    padding-top: 55.198019802%;
  }
}
section.strong_point .text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0 0 5px rgb(0, 0, 0, 0.4);
}
section.strong_point .text h3:before {
  background-color: var(--neon-color);
}
section.strong_point .text p {
  padding: 1rem;
  text-align: left;
  text-shadow: 0 0 5px rgb(0, 0, 0, 0.4);
  font-size: 1rem;
}
@media (min-width: 768px) {
  section.strong_point .text h3 {
    font-size: 2rem;
  }
  section.strong_point .text p {
    max-width: 680px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  section.strong_point .strong_point_bg {
    padding-top: 40.198019802%;
  }
}
/*=======================
ちょこっとパーソナル
========================*/
section.choko_price {}
section.choko_price .container {
  text-align: center;
}
section.choko_price h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
}
section.choko_price h2:before, section.choko_price h2:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff !important;
}
section.choko_price h2:before {
  left: 0;
}
section.choko_price h2:after {
  right: 0;
}
section.choko_price h3 {
  line-height: 2;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700
}
@media (min-width: 768px) {
  section.choko_price h2 {
    font-size: 3.5rem;
  }
  section.choko_price h3 {
    font-size: 2.5rem;
    max-width: 500px;
  }
}
/*=======================
CHECK
========================*/
section.check {
  margin-bottom: 0 !important
}
section.check {
  position: relative;
  background-image: url("../img/check_bg.jpg");
  background-size: cover;
  padding-top: 50px;
  text-shadow: 0 0 5px rgb(0, 0, 0, 0.8);
  overflow-x: hidden
}
section.check h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.5
}
section.check h2 span.sub {
  font-size: .875rem !important;
  display: block;
}
section.check img.check_ttl_img {
  position: absolute;
  top: 15px;
  right: 0;
  width: 157px;
}
@media (min-width: 768px) {
  section.check h2 {
    font-size: 3.5rem;
  }
  section.check h2 span.sub {
    font-size: 1rem !important;
  }
  section.check img.check_ttl_img {
    width: 72%;
    right: -28%;
    top: inherit;
    bottom: 0;
  }
}
section.check ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.check ul li {
  position: relative;
  width: 45%;
  height: auto;
  margin: 0 1% 10px;
}
section.check ul li:nth-child(3) {
  margin: 0 27% 10px;
}
@media (min-width: 768px) {
  section.check ul {
    justify-content: flex-start;
    width: 100%
  }
  section.check ul li {
    width: 31%;
  }
  section.check ul li:nth-child(2) {
    margin: 0 20% 10px 1%;
  }
  section.check ul li:nth-child(3) {
    margin: 0 1% 10px;
  }
  /*	section.check ul li{width: 18%;}
	section.check ul li:nth-child(3){ margin: 0 1% 10px;}*/
}
@media (min-width: 1200px) {
  section.check img.check_ttl_img {
    width: 40%;
    right: 5%;
    top: inherit;
    bottom: 0;
  }
  section.check h2 {
    font-size: 4.5rem;
  }
  section.check h2 span.sub {
    font-size: 2rem !important;
  }
  section.check ul {
    padding-top: 50px
  }
  section.check ul li {
    width: 18%;
  }
  section.check ul li:nth-child(2), section.check ul li:nth-child(3) {
    margin: 0 1% 10px;
  }
}
section.check ul li .photo {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
}
section.check ul li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.1倍まで */
  max-width: 110%;
  max-height: 110%;
}
section.check ul li p {
  text-align: center;
  padding: 0px;
  background: rgb(0, 0, 0, 0.2)
}
/*=======================
BANNER
========================*/
section.banner01 {}
section.banner01 img {
  width: 100%
}
/*=======================
理由02
========================*/
section.reason02 {}
section.reason02 .container {
  text-align: center;
}
section.reason02 h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 34px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  section.reason02 h2 {
    font-size: 2rem;
  }
}
section.reason02 h2:before, section.reason01 h2:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff !important;
}
section.reason02 h2:before {
  left: 0;
}
section.reason02 h2:after {
  right: 0;
  background: #fff
}
section.reason02 h3 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.reason02 h3.fukidashi:before {
  border-top-color: var(--neon-color);
}
section.reason02 ul {
  display: flex;
  flex-direction: column;
}
section.reason02 ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  background: #000;
  border: 5px solid var(--neon-color);
  position: relative;
}
section.reason02 ul li .photo {
  margin-bottom: 0;
  z-index: 2
}
section.reason02 ul li .photo img {
  width: 100%
}
section.reason02 ul li .text {
  text-align: left;
  padding: 1rem;
  z-index: 2
}
section.reason02 ul li .text h3 {
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  line-height: 1.35;
  font-weight: 700;
  padding-bottom: 0.25em;
}
section.reason02 ul li .text p {}
section.reason02 ul li .num {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10rem;
  color: rgba(166, 255, 20, 0.3);
  line-height: 1;
  font-weight: 900;
  z-index: 1
}
@media (min-width: 768px) {
  section.reason02 h2 {
    font-size: 3.5rem;
  }
  section.reason02 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.reason02 ul li {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  section.reason02 ul li:first-child {}
  section.reason02 ul li:last-child {}
  section.reason02 ul li .text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  section.reason02 ul li {
    display: flex;
    flex-direction: column;
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
/*=======================
料金
========================*/
section.price h3 {
  font-size: 2.5rem;
  color: #fff;
  border-bottom-color: #fff;
}
section.price h3.fukidashi:before {
  border-top-color: #fff;
}
section.price .container {
  text-align: center;
}
section.price ul {
  display: flex;
   flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.price ul li {
	width: calc(50% - 5px);
  margin-bottom: 15px
}
section.price ul li img {
  width: 100%
}
@media (min-width: 768px) {
  section.price ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.price ul li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  section.price ul li {
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
section.price .option {
  border: 3px solid var(--neon-color);
  padding: 1rem;
  margin-bottom: 1.5rem
}
section.price .option h4 {
  border-bottom: 3px solid var(--neon-color);
  margin-bottom: 10px;
  padding-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 700
}
section.price .option dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
}
section.price .option dl dt {
  width: 38%;
  text-align: left;
}
section.price .option dl dd {
  width: 62%;
  text-align: right
}
section.price .option dl span {
  font-size: 80%
}
@media (min-width: 768px) {
  section.price .option dl {
    font-size: 1.5rem;
  }
}
.campaign01 {
  max-width: 730px;
  margin: 0 auto;
}
.campaign01 img {
  width: 100%
}
.campaign01 p {
  font-size: 14px;
  text-align: left
}
@media (min-width: 768px) {
  .campaign01 p {
    font-size: 16px
  }
}

/*=======================
入会までの流れ
========================*/
section.flow h3 {
  font-size: 2.5rem;
  color: #fff;
  border-bottom-color: #fff;
}
section.flow h3.fukidashi:before {
  border-top-color: #fff;
}
section.flow .container {
  text-align: center;
}
section.flow .flow_svg img{width: 100%}
/*=======================
よくある質問
========================*/
section.fq .container {
  text-align: center;
}
section.fq h3 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.fq h3.fukidashi:before {
  border-top-color: var(--neon-color);
}
.accordion {
  text-align: left;
  max-width: 950px;
  max-width: 100%;
  font-size: 1.5rem;
  margin-bottom: 65px
}
.accordion-box:not(:first-child) {
  margin-top: 20px;
}
.accordion-box {
  border-bottom: 1px solid #fff;
}
.question {
  padding: 1em 2em;
  color: #fff;
  position: relative;
}
.question::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: absolute;
  left: 0;
  top: 2em;
  transform: translateY(-50%);
  font-weight: 700;
  background: var(--neon-color);
  width: 1.2em;
  height: 1.2em;
  font-family: 'Be Vietnam Pro', sans-serif;
}
.question::before {
  content: 'Q';
}
.answer {
  display: none;
  padding: 1em 1em 1em 2em;
  position: relative;
  color: #fff;
}
.answer::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: absolute;
  left: 0;
  top: 2em;
  transform: translateY(-50%);
  font-weight: 700;
  background: var(--neon-color);
  font-family: 'Be Vietnam Pro', sans-serif;
  width: 1.2em;
  height: 1.2em;
}
.answer::before {
  content: 'A';
}
.question:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  font-weight: 900;
  position: absolute;
  top: 1.8em;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
  font-size: 110%;
  color: var(--neon-color);
}
.question.selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f146";
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .accordion {
    font-size: 1.125rem;
  }
}
/*=======================
お問い合わせ
========================*/
section.contact .container {
  text-align: center;
}
section.contact h3 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.contact h3.fukidashi:before {
  border-top-color: var(--neon-color);
}
#mail_form {
  margin: 0 auto
}
#mail_form dl {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
}
#mail_form dl dt {
  font-weight: 500;
  padding: 25px 0 25px;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mail_form dl dd {
  padding: 0px 0 20px 0px;
}
form#mail_form dl dt span.required {
  background: red;
  border: 1px solid red;
  font-size: 85%;
  color: #ffffff;
  padding: 4px .5em;
  display: inline-block;
  margin: 0 15px 0 0;
}
form#mail_form li {
  text-align: left
}
form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 3%;
  background: #f0f0f0;
}
form#mail_form ul li:first-child label {
  margin-top: 0px;
}
form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}
form#mail_form p#form_submit {
  margin: 0 auto;
  padding: 30px 0;
}
#mail_form {
  margin: 0 auto
}
#mail_form dl {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
}
#mail_form dl dt {
  font-weight: 500;
  padding: 25px 0 25px;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mail_form dl dd {
  padding: 0px 0 20px 0px;
}
form#mail_form dl dt span.required {
  background: red;
  border: 1px solid red;
  font-size: 85%;
  color: #ffffff;
  padding: 4px .5em;
  display: inline-block;
  margin: 0 15px 0 0;
}
form#mail_form li {
  text-align: left
}
form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 3%;
  background: #f0f0f0;
}
form#mail_form ul li:first-child label {
  margin-top: 0px;
}
form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}
form#mail_form p#form_submit {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  width: calc(100% - 2px);
  padding: 7px 10px;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  line-height: normal;
}
form#mail_form textarea {
  display: block;
  width: calc(100% - 2px);
  height: 200px;
  padding: 7px 10px;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  line-height: normal;
}
form#mail_form input[type="submit"] {
  padding: 7px 10px;
  border: 1px solid var(--neon-color);
  background: var(--neon-color);
  font-weight: 500;
  color: #000;
  -webkit-appearance: none;
  cursor: pointer
}
form#mail_form input[type="submit"]:hover {
  cursor: pointer;
  background: #000;
  color: #ffffff;
  border: 1px solid var(--neon-color);
}
form#mail_form input[type="reset"] {
  padding: 7px 10px;
  border: 1px solid #666;
  background: #666;
  color: #ffffff;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: 10px;
}
form#mail_form input[type="reset"]:hover {
  cursor: pointer;
  background: #4f4e4e;
  border: 1px solid #4f4e4e;
}
/*ホームへボタン*/
input[type="button"] {
  padding: 7px 10px;
  border: 1px solid var(--neon-color);
  background: var(--neon-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer
}
input[type="button"]:hover {
  cursor: pointer;
  background: #000;
  color: #ffffff;
  border: 1px solid var(--neon-color);
}
@media (min-width: 768px) {
  #mail_form dl {
    flex-direction: row;
  }
  #mail_form dl dt {
    width: 30%
  }
  #mail_form dl dd {
    width: 70%;
    padding: 30px 0 25px 0;
  }
  form#mail_form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form#mail_form li {
    width: calc(100% / 3 - 10px);
    margin: 5px;
  }
  form#mail_form ul li label {
    margin: 0;
  }
  form#mail_form input[type="submit"] {
    padding: 7px 20px;
  }
  form#mail_form input[type="reset"] {
    padding: 7px 20px;
    margin-left: 20px;
  }
}
#formWrap {
  max-width: 1150px;
  margin: 0 auto;
}
table.formTable {
  width: 100%;
  margin: 10px auto 30px;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}
#formWrap input[type="submit"] {
  padding: 7px 10px;
  border: 1px solid var(--neon-color);
  background: var(--neon-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer
}
#formWrap input[type="button"] {
  padding: 7px 10px;
  border: 1px solid var(--neon-color);
  background: var(--neon-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer
}
#formWrap input[type="button"]:hover {
  cursor: pointer;
  background: var(--neon-color);
  border: 1px solid var(--neon-color);
}
@media (min-width: 768px) {
  #formWrap input[type="submit"] {
    padding: 7px 20px;
  }
}

.select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
	width:100%;
}

.select select {
  appearance: none;
  width:100%;
  padding: 10px 10px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #4D4D4D transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select select::-ms-expand {
  display: none;
}

/*=======================
確認画面
========================*/
section.contact_form .container {
  text-align: center;
  padding-top: 75px
}
section.contact_form h2 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.contact_form h2.fukidashi:before {
  border-top-color: var(--neon-color);
}
section.contact_form h4 {
  line-height: 1.6
}
section.contact_form .green_glow_btn {
  margin-left: auto;
  margin-right: auto;
}
section.contact_form .green_glow_btn a {
  width: 12em;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.contact_form .green_glow_btn a {
    width: 12em;
    font-size: 28px;
  }
}
/*=======================
THANKS
========================*/
section.thanks .container {
  text-align: center;
  padding-top: 75px
}
section.thanks h2 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.thanks h2.fukidashi:before {
  border-top-color: var(--neon-color);
}
section.thanks .thanks_comment {
  padding: 1rem;
  text-align: left;
  font-size: 1.125rem
}
section.thanks .thanks_comment p {
  padding-bottom: 1em
}
@media (min-width: 768px) {
  section.thanks .thanks_comment {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
  }
}
section.thanks .green_glow_btn {
  margin-left: auto;
  margin-right: auto;
}
section.thanks .green_glow_btn a {
  width: 12em;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.thanks .green_glow_btn a {
    width: 12em;
    font-size: 28px;
  }
}
/*=======================
404
========================*/
section.notfound .container {
  text-align: center;
  padding-top: 75px
}
section.notfound h2 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.notfound h2.fukidashi:before {
  border-top-color: var(--neon-color);
}
@media (min-width: 768px) {
  section.notfound h2 {
    font-size: 3.5rem;
  }
}
section.notfound h3 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
}
section.notfound h3:before, section.notfound h3:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff !important;
}
section.notfound h3:before {
  left: 0;
}
section.notfound h3:after {
  right: 0;
}
@media (min-width: 768px) {
  section.notfound h3 {
    font-size: 3.5rem;
  }
}
section.notfound .comment {
  padding: 1rem;
  text-align: left;
  font-size: 1.125rem
}
section.notfound .comment p {
  padding-bottom: 1em
}
@media (min-width: 768px) {
  section.notfound .comment {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
  }
}
section.notfound .green_glow_btn {
  margin-left: auto;
  margin-right: auto;
}
section.notfound .green_glow_btn a {
  width: 12em;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.notfound .green_glow_btn a {
    width: 12em;
    font-size: 28px;
  }
}
/*=======================
YOUTUBE
========================*/
section.movie{padding: 0!important;margin: 0 auto 30px!important}

section.movie .container{text-align: center; padding:0px 10px 0 10px!important;margin: 0 auto!important}
@media (min-width: 768px) {
	section.movie{padding:0 0 0 0!important;margin: 0 auto 100px!important}
	section.movie .container{padding: 0!important;margin: 0 auto!important}
}
.youtube {
  width: 100%;max-width: 730px;
  aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*=======================
FACILITIES
========================*/
section.facilities .container {
    text-align: center;
}
section.facilities h3 {
  font-size: 2.5rem;
  color: var(--neon-color);
  border-bottom-color: var(--neon-color);
}
section.facilities h3.fukidashi:before {
  border-top-color: var(--neon-color);
}
.slider .slick-slide {
  width: 170px;
  height: auto;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
	}
@media (min-width: 768px) {
.slider .slick-slide {
  width: 500px;
  height: auto;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
	}}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots .slick-dots {
  text-align: center;
}
.dots .slick-dots li {
  display: inline-block;
}
.dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.dots .slick-dots .slick-active button {
  background: var(--neon-color);
}
/*=======================
FACILITIES02
========================*/

section.facilities02 .container {
    text-align: center;
}

section.facilities02 h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 34px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  section.facilities02 h2 {
    font-size: 2rem;
  }
}
section.facilities02 h2:before, section.facilities02 h2:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff !important;
}
section.facilities02 h2:before {
  left: 0;
}
section.facilities02 h2:after {
  right: 0;
  background: #fff
}
section.facilities02 h3 {
  font-size: 2.5rem;
  color: #fff;
  border-bottom-color: #fff;
}
section.facilities02 h3.fukidashi:before {
  border-top-color: #fff;
}
section.facilities02 .container ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
section.facilities02 .container ul li{width: 31%; display: flex;flex-direction: column;margin-bottom: 15px}
@media (min-width: 768px) {
	section.facilities02 .container ul li{width: 30%; }
}
@media only screen and (min-width: 1024px) {
	section.facilities02 .container ul li{width: 14%; }
}
section.facilities02 .container ul li img{max-width: 150px; display: block; margin: 0 auto 5px; width: 100%;}
section.facilities02 .container ul li p{font-size: 0.875rem;line-height: 1.3;font-weight: 500}
section.facilities02 .container ul li p .small{font-size: 80%}
/*=======================
FOOTER
========================*/
footer .container {
  text-align: center
}

footer .add {
  margin-bottom: 15px
}
footer h1 img {
  width: 200px;
}
footer img {
  width: 200px;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
footer ul li {
  margin: 0 .5em;
  font-size: .875rem;
}
footer .copy {
  border-top: 1px solid var(--neon-color);
  padding: 10px 0;
}
footer ul.menu li{margin: 0 ;}
footer ul.menu li:after {
    padding: 0 0.5rem 1rem 0.5rem;
    content: '|';
    font-size: 1rem;
    font-weight: normal;
}
footer ul.menu li:last-child::after {
    padding: 0 0.5rem 1rem 0.5rem;
    content: '';
	font-size: 1rem;}
/*=======================
グループ店
========================*/

.shop h5{position: relative;padding: 0 55px;text-align: center;margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem)}
.shop h5:before{content: '';position: absolute;top: calc(50% - 1px);
  left: 0;width: 100%;height: 2px;background-color:#A6FF00;}
.shop h5 span{position: relative;padding: 0 1em;background:#0C0C0C;font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem)}
.shop-list{display: flex;flex-wrap: wrap; gap:15px; flex-direction: column;margin-bottom: 15px}
.shop-list dl{display: flex;flex-direction: row;width: 100%}
.shop-list dl dt{ width: clamp(6.25rem, 5.114rem + 5.68vw, 9.375rem)}
.shop-list dl dt img{width: 100%}
.shop-list dl dd{width: calc(100% - clamp(6.25rem, 5.114rem + 5.68vw, 9.375rem)); padding-left: 10px;text-align: left;display: flex;flex-direction: column}
.shop-list dl dd p{font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);border: none;padding: 0;border-bottom:1px solid #fff;margin-bottom:5px;line-height:1.8 }
.shop-list dl dd dl{display: flex;flex-direction: row;width: 100%;font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem)}
.shop-list dl dd dl dt{width:5em;}
.shop-list dl dd dl dd{width:calc(100% - 5em);font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);}
section.shop .green_btn{margin-left: auto;margin-right: auto;text-align: center}
section.shop .green_btn a {width: 10em;font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem)}
@media (min-width: 768px) {
	.shop-list{flex-direction: row;}
	.shop-list dl{width:calc(50% - 15px)}

}
/*=======================
ハンバーガー
========================*/
.p-header__nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #000;
  transition: ease .4s;
  z-index: 999;
}


.p-header__nav-items {
  padding-top: 200px;
}

.p-header__nav-item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-header__nav-item a {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.p-header__nav-item:last-child a {
  margin-bottom: 0;
}

.p-header__hamburger {
  width: 28px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 2px;
  background-color: #FFFFFF;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}


.hamburger span:nth-child(3) {
  top: 0;
}

.p-header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
  opacity: 0;
}


.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}

.p-header__nav-box-mask.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
}
/*=======================
店舗一覧
========================*/
section.sec-shop{text-align: center}
section.sec-shop h2 {
    font-size: 2.5rem;
    color: var(--neon-color);
    border-bottom-color: var(--neon-color);
}
section.sec-shop h2.fukidashi:before {
    border-top-color: var(--neon-color);
}
@media (min-width: 768px) {
  section.sec-shop h2 {
    font-size: 3.5rem;
  }
}
.sec-shop{}
.shop-list-ttl{display: flex;align-items: center;gap:20px;margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) }
.shop-list-ttl h3{font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);}
.shop-area{display: flex;
    gap: 1rem;
    padding: 1rem;
    list-style: none;}
.shop-area li:after {
    padding: 0 0 1rem 1rem;
    font-size: 1rem;
    font-weight: normal;
    content: '/';
}
.shop-area li:last-child::after {
    padding: 0;
    content: "";
}

.shop-area li a {
    text-decoration: none;
}
.each-region{display: flex;flex-direction: column;width:calc(100% - 5px);gap:5px}
.area-ttl{text-align: left;}
.shop-list02{text-align: left;}
.sec-shop h4{text-align: left; border-bottom: 2px solid #ccc;margin-bottom:clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);width: 100%;font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem); line-height: 2em;}
.shop-list02{display: flex;flex-wrap: wrap; gap:15px; flex-direction: row;margin-bottom: 15px}
.shop-list02 a{width: 100%}
.shop-list02 dl{display: flex;flex-direction: row;width: 100%;background: #fff;color:#000;padding: 5px;align-items: center}
.shop-list02 dl dt{ width: clamp(9.375rem, 8.239rem + 5.68vw, 12.5rem)}
.shop-list02 dl dt img{width: 100%}
.shop-list02 dl dd{width: calc(100% - clamp(9.375rem, 8.239rem + 5.68vw, 12.5rem)); padding-left: 10px;text-align: left;display: flex;flex-direction: column;}
.shop-list02 dl dd p{font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);border: none;padding: 0; }
.shop-list02 dl dd p.shop-name{font-weight: 700;font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem)}
.shop-list02 dl dd p.red_back{background: red;text-align: center;color:#fff}

@media (min-width: 768px) {
	.region-wrap{display: flex;flex-direction: row;gap:10px;justify-content: space-between}
	.each-region{width:calc(100% - 0px);}
	.shop-list02{flex-direction: row;justify-content: space-between;width: 100%}
	.shop-list02 dl{width:calc(100% - 7.5px)}

}

/*=======================
支店
========================*/
.movie h3{margin-bottom:15px;font-size:20px}
.movie p{text-align:left}
.under-line{margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 1rem;
    background-image: linear-gradient(var(--neon-color) 0 100%);
    background-repeat: no-repeat;
    background-size: 50px 5px;
    background-position: center bottom;
    color: #fff;
    font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem);
    font-weight: 700;}
dl.machine dt{border-bottom: 2px solid #fff;line-height: 1.8;font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);font-weight: 700}
dl.machine dd {padding:10px 0}
dl.machine dd .item-wrap{display: flex;align-items: flex-start;gap:5px;flex-wrap: wrap;}
dl.machine dd .item-wrap:nth-child(2){justify-content: space-between}
.item{display:flex;flex-direction: column;align-items: center;gap:3px;width: calc((100% / 4) - 5px)}
@media (min-width: 768px) {
	dl.machine dd .item-wrap{gap:10px;}	
	.item{width: calc((100% / 4) - 10px)}
}
.item img{width: 100%;}
.item p{font-size:clamp(0.563rem, 0.449rem + 0.57vw, 0.875rem);text-align:center}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.insta_btn{}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.green{font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);font-weight: 700;color: var(--neon-color);margin-bottom:clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem)}