@charset "UTF-8";
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

html {
  width: 100%;
  margin: 0 auto !important;
  margin-top: 0 !important;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
img a,
a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* = format css
----------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*　画面サイズが768pxから*/
/* 共通のcssを読み込み */
/*extendの内容など*/
.greenshadow, #club.club-lp .orderwrap .s11-lp .reservebox .box, .jigyou-container, .kaiin-container, .listsbox {
  padding: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px 0px #08A247;
          box-shadow: 2px 2px 30px 0px #08A247;
}
@media screen and (max-width: 768px) {
  .greenshadow, #club.club-lp .orderwrap .s11-lp .reservebox .box, .jigyou-container, .kaiin-container, .listsbox {
    padding: 40px;
  }
}
@media screen and (max-width: 460px) {
  .greenshadow, #club.club-lp .orderwrap .s11-lp .reservebox .box, .jigyou-container, .kaiin-container, .listsbox {
    padding: 20px;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
}

.wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .minwidth, nav {
    min-width: 0%;
  }
}

/*==================================================*/
/*フォント*/
/*==================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

/*==================================================*/
/*カラー*/
/*==================================================*/
.bc, #club.club-lp .orderwrap .s7-lp .corse .corsecont .radiusbox {
  background: #e7600b;
}

.fc, #club.club-lp .orderwrap .s9-lp .s4container .listsbox li .textbox h3, .corsetitle h3 {
  color: #e7600b;
}

.yc, #club.club-lp .orderwrap .s7-lp .corse .corsecont h3, #club.club-lp .orderwrap .s7-lp .corse .corsecont .radiusbox {
  color: #ffff00;
}

/*==================================================*/
/*項目*/
/*==================================================*/
.flex {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col2 img {
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .col2 img {
    width: 100%;
    margin: 10px auto;
  }
}

.col3 img {
  display: block;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .col3 img {
    width: 100%;
    margin: 10px auto;
  }
}

.w80, #contact ul, #contact .s1, #club.club-lp .orderwrap .s2, #club.club-lp .orderwrap .s10-lp, .jigyou-container, .kaiin-container, .listsbox {
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .w80, #contact ul, #contact .s1, #club.club-lp .orderwrap .s2, #club.club-lp .orderwrap .s10-lp, .jigyou-container, .kaiin-container, .listsbox {
    width: 90%;
  }
}

.m100 {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .m100 {
    margin: 50px auto;
  }
}

.spacer170, #contact .s1 {
  padding: 170px 0;
}
@media screen and (max-width: 768px) {
  .spacer170, #contact .s1 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 460px) {
  .spacer170, #contact .s1 {
    padding: 50px 0;
  }
}

.space80, #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .space80, #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox {
    padding: 70px 0;
  }
}

.title {
  font-size: 60px;
  line-height: 1.25em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title span {
  font-size: 35px;
  color: #08A247;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 25px;
    margin: 0 0 25px 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .title span {
    font-size: 17px;
  }
}

.greenboxtitle {
  margin: 0 auto 60px auto;
  position: relative;
  text-align: center;
  width: auto;
  background: url(../img/center-box.svg);
  background-size: cover;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .greenboxtitle {
    width: 80%;
    font-size: 15px;
    padding: 10px 10px;
    margin: 10px auto 40px auto;
  }
}
@media screen and (max-width: 460px) {
  .greenboxtitle {
    width: calc(80% - 30px);
    font-size: 13px;
    padding: 10px 10px;
    margin: 10px auto 20px auto;
  }
}
.greenboxtitle::before {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  background: url(../img/left-sankaku.svg) no-repeat;
  background-position: top right;
  position: absolute;
  left: -49px;
  top: 0;
}
.greenboxtitle::after {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  background: url(../img/right-sankaku.svg) no-repeat;
  background-position: top left;
  position: absolute;
  right: -49px;
  top: 0;
}

.orangeboxtitle {
  margin: 0 auto 60px auto;
  position: relative;
  text-align: center;
  width: 800px;
  background: url(../img/center-box2.svg);
  background-size: cover;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .orangeboxtitle {
    width: 80%;
    font-size: 15px;
    padding: 10px 10px;
    margin: 10px auto 40px auto;
  }
}
.orangeboxtitle::before {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  background: url(../img/left-sankaku2.svg) no-repeat;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 0;
}
.orangeboxtitle::after {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  background: url(../img/right-sankaku2.svg) no-repeat;
  background-position: top left;
  position: absolute;
  right: -49px;
  top: 0;
}

.orangebox {
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #FF8000;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .orangebox {
    width: 75px;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 30px auto;
  }
}

.redbox {
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: red;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 60px auto 30px auto;
}
@media screen and (max-width: 768px) {
  .redbox {
    width: 100px;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px;
    margin: 30px auto;
  }
}

.index {
  width: 100%;
  height: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 768px) {
  .index {
    height: 50vw;
  }
}
.index .it1 {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index .it1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 460px) {
  .index .it1 {
    font-size: 20px;
  }
}
.index .it1 span {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index .it1 span {
    font-size: 14px;
  }
}
.index .it1 small {
  font-weight: 400;
  font-size: 15px;
  line-height: 0.5em;
}
@media screen and (max-width: 768px) {
  .index .it1 small {
    font-size: 10px;
  }
}
.index p {
  color: #fff;
  text-align: center;
}

.index1 {
  background: url(../img/index01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.index2 {
  background: url(../img/index02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.index3 {
  background: url(../img/index03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.index4 {
  background: url(../img/index04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.corsetitle {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 100px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .corsetitle {
    margin: 30px auto;
  }
}
.corsetitle::after {
  content: "";
  display: block;
  width: calc(100% - 360px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .corsetitle::after {
    width: calc(100% - 170px);
  }
}
.corsetitle h3 {
  font-size: 45px;
  position: absolute;
  z-index: 1;
  line-height: 45px;
  top: 50%;
  margin: -22.5px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .corsetitle h3 {
    font-size: 26px;
    list-style: 26px;
  }
}
.corsetitle .eng {
  position: absolute;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  opacity: 0.2;
  top: 50%;
  line-height: 70px;
  margin: -35px 0 0 0;
}
@media screen and (max-width: 768px) {
  .corsetitle .eng {
    font-size: 50px;
  }
}
@media screen and (max-width: 460px) {
  .corsetitle .eng {
    font-size: 25px;
  }
}

.c1 {
  width: 100%;
  height: 400px;
  background: url(../img/c1bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c1 {
    padding: 20px 0;
    height: auto;
  }
}
.c1 a {
  display: block;
  width: 80%;
  height: 274px;
  background: url(../img/c1bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c1 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c1 a {
    width: 85%;
    height: 15vh;
  }
}

/*==================================================*/
/*==================================================*/
.listsbox {
  margin: 0 auto;
}
.listsbox li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .listsbox li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .listsbox li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.listsbox li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .listsbox li:last-child {
    margin: 0;
    padding-bottom: 0;
  }
}
.listsbox li .txtbox {
  width: 50%;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .listsbox li .txtbox {
    width: 100%;
    margin: 0;
  }
}
.listsbox li .txtbox:nth-child(odd) {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .listsbox li .txtbox:nth-child(odd) {
    margin: 0;
  }
}
.listsbox li .txtbox img {
  width: 365px;
  height: 158px;
}
@media screen and (max-width: 768px) {
  .listsbox li .txtbox img {
    width: 230px;
    height: 100px;
  }
}
@media screen and (max-width: 460px) {
  .listsbox li .txtbox img {
    width: 230px;
    height: 65px;
  }
}
.listsbox li .txtbox h3 {
  color: #08A247;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .listsbox li .txtbox h3 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .listsbox .cloumr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .listsbox .cloum {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}

.pic {
  width: 440px;
  height: 312px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .pic {
    margin: 10px 0 0 0;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 460px) {
  .pic {
    height: 150px;
  }
}

.kaiin {
  padding: 0 0 100px 0;
}

.kaiin-container {
  margin: 50px auto 0 auto;
}
.kaiin-container .title {
  display: block !important;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #08A247;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  background-color: yellow;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 20px auto;
}
.kaiin-container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kaiin-container ul a {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
  height: auto;
  padding: 30px 10px;
  position: relative;
  background: #08A247;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .kaiin-container ul a {
    width: calc(50% - 10px);
    padding: 10px 10px;
  }
}
@media screen and (max-width: 460px) {
  .kaiin-container ul a {
    width: 100%;
    margin: 10px 0;
  }
}
.kaiin-container ul a:hover {
  background: rgb(6.8, 137.7, 60.35);
}
.kaiin-container ul .machida {
  background: url(../img/jigyou-machida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .midorimachi {
  background: url(../img/jigyou-midorimachi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .matsudo {
  background: url(../img/jigyou-matsudo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .sagamihara {
  background: url(../img/jigyou-sagamihara.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .kin {
  background: url(../img/jigyou-kin.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .minatomirai {
  background: url(../img/jigyou-minatomirai.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .syuku {
  background: url(../img/jigyou-syuku.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .ohkid {
  background: url(../img/jigyou-ohkid.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .sakai {
  background: url(../img/jigyou-sakai.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.kaiin-container ul .nagoya {
  background: url(../img/jigyou-nagoya.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*=====================

jigyou.php

======================*/
.jigyou {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .jigyou {
    padding: 50px 0;
  }
}

.jigyou-container {
  margin: 50px auto 0 auto;
}
.jigyou-container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jigyou-container ul li {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .jigyou-container ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 460px) {
  .jigyou-container ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.jigyou-container ul li a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 75%;
  position: relative;
  background: #333;
}
.jigyou-container ul li a .btn {
  width: 100%;
  height: 67px;
  padding: 20px 80px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E1FFED;
  color: #08A247;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .jigyou-container ul li a .btn {
    font-size: 12px;
    height: 60px;
    padding: 10px 60px 10px 10px;
  }
}
.jigyou-container ul li a .btn .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 70px;
  height: 67px;
  background: url(../img/greenarrow.svg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .jigyou-container ul li a .btn .arrow {
    height: 60px;
  }
}
.jigyou-container ul li a:hover .btn .arrow {
  right: -10px;
}
.jigyou-container ul li .machida {
  background: url(../img/jigyou-machida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .midorimachi {
  background: url(../img/jigyou-midorimachi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .matsudo {
  background: url(../img/jigyou-matsudo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .sagamihara {
  background: url(../img/jigyou-sagamihara.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .kin {
  background: url(../img/jigyou-kin.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .minatomirai {
  background: url(../img/jigyou-minatomirai.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .syuku {
  background: url(../img/jigyou-syuku.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .ohkid {
  background: url(../img/jigyou-ohkid.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .sakai {
  background: url(../img/jigyou-sakai.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.jigyou-container ul li .nagoya {
  background: url(../img/jigyou-nagoya.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*=====================

footer.php

======================*/
footer {
  width: 100%;
  background: #3E1D1D;
  padding: 0 10% 100px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 10% 20px 10%;
  }
}
footer .footercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li a {
  display: block;
  color: #fff;
  font-size: 11px;
  margin: 0 20px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer ul li a::before {
  content: "▶";
  margin: 0 5px 0 0;
}
footer ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 460px) {
  footer ul li a {
    font-size: 10px;
  }
}
footer .footerlogo a {
  display: block;
  width: 320px;
  height: 90px;
  background: url(../img/logo.svg) no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  footer .footerlogo a {
    width: 240px;
    height: 65px;
  }
}
footer .footerlogo a:hover {
  opacity: 0.7;
}
footer .copyright {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 9px;
    margin: 20px 0 0 0;
  }
}

/* globalnav */
nav {
  width: 100%;
  height: 100px;
  margin: -10px 0 0 0;
  background: #3E1D1D;
  color: #fff;
  z-index: 9999;
  position: fixed;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
}
nav .navlogo a {
  display: block;
  width: 180px;
  height: 100px;
  background: url(../img/navlogo.svg) no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}
nav ul {
  width: calc(100% - 380px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
nav ul li {
  width: 14.2857142857%;
  height: 100px;
}
nav ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav ul li a:hover {
  background: rgb(27.2527472527, 12.7472527473, 12.7472527473);
}
@media screen and (max-width: 1150px) {
  nav ul li a {
    padding: 3px;
    text-align: center;
  }
}
nav .contact a {
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  background: yellow;
  color: #08A247;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
nav .contact a:hover {
  background: #cccc00;
}

.toppage {
  display: block;
  width: 130px;
  height: 25px;
  background: url(../img/pagetop2.svg) no-repeat;
  background-position: right;
  background-size: cover;
  position: fixed;
  right: 20px;
  top: 0;
  margin: 0 0 0 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .toppage {
    display: block;
    width: 20px;
    height: 100px;
    background: url(../img/pagetop.svg) no-repeat;
    background-position: right;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 999;
  }
}

.staffpagemenu {
  display: block;
  position: fixed;
  right: 10px;
  bottom: -300px;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .staffpagemenu {
    display: none;
  }
}
.staffpagemenu ul li a {
  display: block;
  width: 165px;
  padding: 15px;
  background: #08A247;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.staffpagemenu ul li a:hover {
  background: rgb(5.6, 113.4, 49.7);
}
.staffpagemenu ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/sankaku.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.active2 {
  bottom: 100px;
}

.globalnav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .globalnav_sp {
    display: block;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #3E1D1D;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .globalnav_sp .navlogo a {
    width: 250px;
    height: 80px;
    display: block;
    background: url(../img/navlogo.svg) no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
  }
}

#globalMenuSp {
  display: none;
  visibility: hidden;
}

/*ハンバーガーメニュー*/
#globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 80px;
  left: 0;
  bottom: 0;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  height: calc(100% - 80px);
  overflow: scroll;
}

/* このクラスを、jQueryで付与・削除する */
#globalMenuSp.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*ハンバーガー用CSS*/
.navToggle {
  display: block;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 888;
  text-align: center;
  background: #F5F5F5;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 20px;
  border-bottom: solid 3px #3E1D1D;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 16px;
}

.navToggle span:nth-child(1) {
  top: 16px;
}

.navToggle span:nth-child(2) {
  top: 24px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #ddd;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/*ハンバーガーメニュータップ後CSS*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 24px;
  left: 16px;
  border-bottom: solid 3px #3E1D1D;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 24px;
  border-bottom: solid 3px #3E1D1D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  text-align: center;
}
.menu li a {
  display: block;
  background: #3E1D1D;
  padding: 15px 10px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.menu li a:hover {
  background: rgb(27.2527472527, 12.7472527473, 12.7472527473);
}

.menu .contact a {
  display: block;
  width: 100%;
  padding: 30px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  background: yellow;
  color: #08A247;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.menu .contact a:hover {
  background: #cccc00;
}

.ancorbox {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.ancorbox li a {
  display: block;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #08A247;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ancorbox li a:hover {
  background: rgb(5.6, 113.4, 49.7);
}
.ancorbox li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/sankaku.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.follow {
  display: none;
}
@media screen and (max-width: 768px) {
  .follow {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #08A247 url(../img/follow.png) no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 20;
  }
}

@media screen and (max-width: 768px) {
  .globalnav_sp .sp-tel {
    position: fixed;
    top: 15px;
    right: 85px;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    display: grid;
    place-items: center;
    z-index: 889;
  }
  .globalnav_sp .sp-tel img {
    width: 45px;
    height: 45px;
    display: block;
  }
}

.sp-btm-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-btm-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 100;
  }
}
.sp-btm-button .btn-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.sp-btm-button .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .sp-btm-button .btn-box a {
    font-size: 14px !important;
  }
}
.sp-btm-button .btn-box a::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sp-btm-button .btn-box.green {
  background-color: #08A247;
}
.sp-btm-button .btn-box.green a,
.sp-btm-button .btn-box.green a::after {
  color: #fff;
}
.sp-btm-button .btn-box.green:hover {
  background-color: rgb(5.6, 113.4, 49.7);
}
.sp-btm-button .btn-box.orange {
  background-color: #E7600B;
}
.sp-btm-button .btn-box.orange a,
.sp-btm-button .btn-box.orange a::after {
  color: #fff;
}
.sp-btm-button .btn-box.orange:hover {
  background-color: rgb(182.3181818182, 75.7685950413, 8.6818181818);
}
.sp-btm-button .btn-box.yellow {
  background-color: #FFE600;
}
.sp-btm-button .btn-box.yellow a,
.sp-btm-button .btn-box.yellow a::after {
  color: #08A247;
}
.sp-btm-button .btn-box.yellow:hover {
  background-color: #ccb800;
}

/* 右下固定バナー（名古屋用） */
.banner-lp {
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .banner-lp {
    display: none;
  }
}
.banner-lp .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-lp .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  padding: 12px 16px;
  padding-right: 40px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.12s ease, -webkit-filter 0.12s ease;
  transition: -webkit-transform 0.12s ease, -webkit-filter 0.12s ease;
  transition: transform 0.12s ease, filter 0.12s ease;
  transition: transform 0.12s ease, filter 0.12s ease, -webkit-transform 0.12s ease, -webkit-filter 0.12s ease;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-animation: shake-cycle 3.4s ease-in-out infinite;
          animation: shake-cycle 3.4s ease-in-out infinite;
}
.banner-lp .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.banner-lp .btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.banner-lp .btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: brightness(0.82);
          filter: brightness(0.82);
}
.banner-lp .yellow {
  background: #ffff00;
  color: red;
  font-size: 17px;
  line-height: 1.3;
}
.banner-lp .orange {
  background: #E7600B;
  font-size: 17px;
  line-height: 1.3;
}
.banner-lp .green {
  background: #08A247;
}
@media screen and (max-width: 768px) {
  .banner-lp {
    bottom: 100px;
  }
  .banner-lp .btn {
    width: 150px;
    padding: 12px;
    padding-right: 40px;
    font-size: 14px;
  }
}
.banner-lp {
  /* 震えるアニメーション定義 */
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.banner-lp {
  /* 3秒停止 → 0.4秒ブルブル → 繰り返し */
}
@-webkit-keyframes shake-cycle {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  85% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /* 3秒分 (3.0s / 3.4s ≒ 85%) 完全停止 */
  88% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  91% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  94% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  97% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes shake-cycle {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  85% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /* 3秒分 (3.0s / 3.4s ≒ 85%) 完全停止 */
  88% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  91% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  94% {
    -webkit-transform: translate(-2px, 2px) rotate(-1deg);
            transform: translate(-2px, 2px) rotate(-1deg);
  }
  97% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/* 店舗LP共通 */
@media screen and (max-width: 768px) {
  #club.club-lp {
    margin: 0 0 50px 0;
  }
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle {
  position: relative;
  text-align: center;
  color: #FFF;
  z-index: 2;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle p {
  font-size: 1.3em;
  font-weight: bold;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle h2 {
  font-size: 2.5em;
  font-weight: bold;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .subtitle {
  margin-bottom: 30px;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .store-box {
  display: inline-block;
  background-color: #2f7d32;
  padding: 0 30px;
  border-radius: 999px;
  margin-top: 40px;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .store-box p {
  font-size: 1.7em;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .header-badge {
  position: absolute;
  top: 0px;
  right: -30px;
  width: 180px;
  height: 180px;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .header-badge img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#club.club-lp .lp-header .index.clubheader.lp-pc .storetitle .top-comment {
  width: 80%;
  margin: 40px auto 0;
  font-size: 1em;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle {
  position: absolute;
  text-align: center;
  color: #FFF;
  z-index: 2;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle p {
  font-size: 1.1em;
  font-weight: bold;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle h2 {
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle .subtitle {
  width: auto;
  margin: 20px 10px 20px 0;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle .store-box {
  display: inline-block;
  background-color: #2f7d32;
  padding: 0 30px;
  border-radius: 999px;
  margin-top: 40px;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle .header-badge {
  position: static;
  margin-left: 10px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#club.club-lp .lp-header .index.clubheader.lp-sp .storetitle .top-comment {
  width: 90%;
  margin: 40px auto 0;
  font-size: 0.9em !important;
}
#club.club-lp .lp-header .index.clubheader {
  position: relative;
  overflow: hidden;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#club.club-lp .lp-header .index.clubheader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #club.club-lp .lp-header .index.clubheader {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#club.club-lp .lp-header .index.clubheader img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#club.club-lp .lp-header .index.clubheader2 {
  background: url(../img/shiba.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
#club.club-lp .lp-header .index.clubheader2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}
#club.club-lp .lp-header .clubheader__overlay {
  display: block;
  height: auto;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 5;
}
#club.club-lp .lp-header .clubheader__point {
  display: block;
  height: auto;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 460px) {
  #club.club-lp .lp-header .clubheader__point {
    width: 80%;
  }
}
@media screen and (min-width: 460px) {
  #club.club-lp .lp-header .lp-sp {
    display: none !important;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .lp-header .lp-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 460px) {
  #club.club-lp .lp-header .lp-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .lp-header .lp-pc {
    display: none !important;
  }
}
#club.club-lp .lp-header .index .itl {
  line-height: 2em;
}
#club.club-lp .lp-header .index p {
  margin: 10px 0;
  line-height: 1.5em;
}
#club.club-lp .orderwrap {
  padding: 0;
}
#club.club-lp .orderwrap .s1-lp {
  padding: 0;
}
#club.club-lp .orderwrap .s1-lp .trackmanbanner {
  width: 100%;
  background-color: #000;
}
#club.club-lp .orderwrap .s1-lp .trackmanbanner img {
  width: 100%;
}
#club.club-lp .orderwrap .s1-lp .trackmanpoint {
  background-color: #000;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s1-lp .trackmanpoint {
    padding: 30px 0;
  }
}
#club.club-lp .orderwrap .s1-lp .trackmanpoint .pointwrap .point {
  width: 100%;
  background-color: #000;
}
#club.club-lp .orderwrap .s1-lp .trackmanpoint .pointwrap .point img {
  width: 60%;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s1-lp .trackmanpoint .pointwrap .point img {
    width: 80%;
  }
}
#club.club-lp .orderwrap .s2-lp {
  background: url(../lp-img/lp01.png) round;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#club.club-lp .orderwrap .s2-lp img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
#club.club-lp .orderwrap .s3-lp {
  padding: 0;
}
#club.club-lp .orderwrap .s3-lp .worries {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .worries .w-title {
    font-size: 3.5vw;
  }
}
#club.club-lp .orderwrap .s3-lp .w-title {
  text-align: center;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
  margin: 0 0 40px;
}
#club.club-lp .orderwrap .s3-lp .w-title small {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  color: #BFBFBF;
  font-weight: 600;
}
#club.club-lp .orderwrap .s3-lp .w-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 3vw, 28px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-body {
    display: block;
    margin: 0 auto 50px;
    width: 80%;
  }
}
#club.club-lp .orderwrap .s3-lp .w-photo {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
#club.club-lp .orderwrap .s3-lp .w-photo img {
  width: 90%;
  height: auto;
  display: block;
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-photo img {
    width: 100%;
  }
}
#club.club-lp .orderwrap .s3-lp .w-list {
  width: 55%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-list {
    width: 100%;
  }
}
#club.club-lp .orderwrap .s3-lp .w-list li {
  position: relative;
  padding-left: 22px;
  line-height: 2;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
}
#club.club-lp .orderwrap .s3-lp .w-list li + li {
  margin-top: 0.35em;
}
#club.club-lp .orderwrap .s3-lp .w-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 15px;
  height: 15px;
  background: #08A247;
}
#club.club-lp .orderwrap .s3-lp .w-lead {
  text-align: center;
  margin: clamp(22px, 4vw, 36px) auto 0;
  font-weight: 700;
  line-height: 1.8;
  font-size: clamp(18px, 2.2vw, 32px);
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-lead {
    font-size: 4vw;
  }
}
#club.club-lp .orderwrap .s3-lp .w-lead .tb-br {
  display: none;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s3-lp .w-lead .tb-br {
    display: block;
  }
}
#club.club-lp .orderwrap .s3-lp .w-lead .em {
  color: #07b35e;
  font-weight: 800;
}
#club.club-lp .orderwrap .s4-lp {
  padding: 80px 0 0;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner {
  width: 100%;
  background: url(../img/shiba.png) no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -100px 0 0 0;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-lp .s2conatiner {
    background: url(../img/shiba-sp.png) no-repeat;
    background-position: top center;
    background-size: cover;
    margin: -40px 0 0 0;
    padding: 0 0 50px 0;
  }
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f01 {
  background: url(../img/f01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f02 {
  background: url(../img/f02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f03 {
  background: url(../img/f03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f04 {
  background: url(../img/f04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f05 {
  background: url(../img/f05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .index2::after {
  display: none !important;
}
#club.club-lp .orderwrap .s4-lp #ancor2 .it1 {
  line-height: 1.5;
  font-size: clamp(19px, 5vw, 55px);
}
#club.club-lp .orderwrap .s4-lp #ancor2 ::after {
  display: none;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner {
  width: 100%;
  background: url(../img/shiba.png) no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -100px 0 0 0;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-lp .s2conatiner {
    background: url(../img/shiba-sp.png) no-repeat;
    background-position: top center;
    background-size: cover;
    margin: -40px 0 0 0;
    padding: 0 0 50px 0;
  }
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f01 {
  background: url(../img/f01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f02 {
  background: url(../img/f02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f03 {
  background: url(../img/f03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f04 {
  background: url(../img/f04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f05 {
  background: url(../img/f05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f06 {
  background: url(../img/f06.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-lp .s2conatiner .f07 {
  background: url(../img/f07.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s4-5-lp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp {
    width: 90%;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list {
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list {
    margin: 30px auto 0 auto;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox {
  margin: 0 0 12vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox {
    padding: 40px 0 0 0;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) .profphoto::after {
  content: "";
  width: 400px;
  height: 480px;
  position: absolute;
  bottom: 30px;
  right: -30px;
  left: inherit;
  z-index: -1;
  background: #E1FFED;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) .profphoto {
    width: 80%;
    height: 400px;
  }
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) .profphoto::after {
    content: "";
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) .profphoto {
    width: 220px;
    height: 265px;
  }
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox:nth-child(even) .profphoto::after {
    content: "";
    width: 220px;
    height: 265px;
  }
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto {
  width: 400px;
  height: 480px;
  position: relative;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto::after {
  content: "";
  width: 400px;
  height: 480px;
  position: absolute;
  bottom: 30px;
  left: -30px;
  z-index: -1;
  background: #E1FFED;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto {
    width: 80%;
    height: 400px;
  }
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto::after {
    content: "";
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto {
    width: 220px;
    height: 265px;
  }
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto::after {
    content: "";
    width: 220px;
    height: 265px;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .profphoto img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff01-eguchi {
  background: url(../img/staff01-eguchi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff01-hurukawa {
  background: url(../img/staff01-hurukawa.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff01-shibue {
  background: url(../img/staff01-shibue.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff02-hosoya {
  background: url(../img/staff02-hosoya.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff02-kaneko {
  background: url(../img/staff02-kaneko.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff02-tashiro {
  background: url(../img/staff02-tashiro.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff03-kita {
  background: url(../img/staff03-kita.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff03-sakaida {
  background: url(../img/staff03-sakaida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff03-tamura {
  background: url(../img/staff03-tamura.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff03-taniguchi {
  background: url(../img/staff03-taniguchi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff04-kirino {
  background: url(../img/staff04-kirino.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff04-miyatake {
  background: url(../img/staff04-miyatake.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff04-okada {
  background: url(../img/staff04-okada.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff04-yamamoto {
  background: url(../img/staff04-yamamoto.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff04-yasuda {
  background: url(../img/staff04-yasuda.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff05-eguchi {
  background: url(../img/staff05-eguchi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff05-masaki {
  background: url(../img/staff05-masaki.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff05-sima {
  background: url(../img/staff05-sima.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff06-kitta {
  background: url(../img/staff06-kitta.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .staff06-sakaida {
  background: url(../img/staff06-sakaida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt {
  width: calc(100% - 450px);
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt {
    width: 100%;
    margin: 10px auto;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .names h3 {
  font-size: 70px;
  color: #008a25;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .names h3 {
    font-size: 35px;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .names p {
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .names p {
    font-size: 12px;
    margin: -5px 0 30px 0;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof .sub-a {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof .sub-a {
    font-size: 20px;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof ul li {
  font-size: 15px;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof ul li {
    font-size: 12px;
    padding: 5px 0 0 20px;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof ul li::before {
  content: "■ ";
  display: block;
  position: absolute;
  left: 0;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof ul li span {
  font-size: 10px;
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof h4 {
  font-size: 30px;
  color: #008a25;
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof h4 {
    font-size: 15px;
  }
}
#club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4-5-lp .s1container .list .listbox .proftxt .prof p {
    font-size: 12px;
  }
}
#club.club-lp .orderwrap .s5-lp {
  /* 背景 */
  background: url(../lp-img/lp02.png) center/cover no-repeat;
  padding: clamp(60px, 8vw, 120px) 0;
}
#club.club-lp .orderwrap .s5-lp .service-title {
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 5vw, 56px);
  margin: 0 0 32px;
}
#club.club-lp .orderwrap .s5-lp .service-title small {
  display: block;
  margin-top: 6px;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  opacity: 0.85;
}
#club.club-lp .orderwrap .s5-lp .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(14px, 2vw, 24px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s5-lp .service-list {
    width: 90%;
  }
}
#club.club-lp .orderwrap .s5-lp .service-item {
  width: clamp(140px, 18vw, 200px);
  height: clamp(120px, 14vw, 160px);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#club.club-lp .orderwrap .s5-lp .service-item .cap {
  display: block;
  margin-bottom: 0.35em;
  line-height: 1.4;
  font-size: 1.4em;
  text-align: center;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s5-lp .service-item .cap {
    font-size: 1em;
  }
}
#club.club-lp .orderwrap .s5-lp .service-item .num {
  font-size: 1.2em;
}
#club.club-lp .orderwrap .s5-lp .service-item .num em {
  font-size: 2em;
  font-style: normal;
  margin-right: 0.15em;
}
#club.club-lp .orderwrap .s5-lp {
  /* 色はお好みで */
}
#club.club-lp .orderwrap .s5-lp .is-lesson {
  background: #E21FA1;
}
#club.club-lp .orderwrap .s5-lp .is-range {
  background: #08A247;
}
#club.club-lp .orderwrap .s5-lp .is-putter {
  background: #E7600B;
}
#club.club-lp .orderwrap .s5-lp .is-locker {
  background: #2586AB;
}
#club.club-lp .orderwrap .s5-lp .is-training {
  background: #E70B0B;
}
#club.club-lp .orderwrap .s5-lp .is-range-alt {
  background: #08A247;
}
#club.club-lp .orderwrap .s6-lp {
  padding: 0;
}
#club.club-lp .orderwrap .s6-lp .s4container {
  width: 100%;
  background: url(../img/s4bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -100px 0 0 0;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s6-lp .s4container {
    background: url(../img/s4bg-sp.png) no-repeat;
    background-position: top center;
    background-size: cover;
    margin: -40px 0 0 0;
    padding: 0 0 50px 0;
  }
}
#club.club-lp .orderwrap .s6-lp .bordernone {
  border: none;
}
#club.club-lp .orderwrap .s6-lp .w100box {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s6-lp .w100box .lineboxlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #08A247;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox {
    width: 100%;
    margin: 10px auto;
    padding: 20px;
  }
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox .pbox {
  width: 100%;
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox .pbox img {
  width: 100%;
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox .tbox .t {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  color: #08A247;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox .tbox .t {
    font-size: 16px;
  }
}
#club.club-lp .orderwrap .s6-lp .w100box .lineboxlist .linebox .tbox p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
}
#club.club-lp .orderwrap .s6-lp .w80, #club.club-lp .orderwrap .s6-lp #contact ul, #contact #club.club-lp .orderwrap .s6-lp ul, #club.club-lp .orderwrap .s6-lp #contact .s1, #contact #club.club-lp .orderwrap .s6-lp .s1, #club.club-lp .orderwrap .s6-lp .s2, #club.club-lp .orderwrap .s6-lp .s10-lp, #club.club-lp .orderwrap .s6-lp .listsbox, #club.club-lp .orderwrap .s6-lp .kaiin-container, #club.club-lp .orderwrap .s6-lp .jigyou-container {
  margin: 0 auto 30px auto;
}
#club.club-lp .orderwrap .s6-lp .l01 {
  background: url(../img/l01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s6-lp .l02 {
  background: url(../img/l02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s6-lp .l03 {
  background: url(../img/l03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s6-lp .l04 {
  background: url(../img/l04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s6-lp .l05 {
  background: url(../img/l05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s7-lp {
  background: #000;
  padding: 30px 0 150px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp {
    padding: 30px 0;
  }
}
#club.club-lp .orderwrap .s7-lp .traning-top {
  text-align: center;
}
#club.club-lp .orderwrap .s7-lp .traning-top .container {
  width: 100%;
  padding: 50px 0 0;
}
#club.club-lp .orderwrap .s7-lp .traning-top .container img {
  width: 60%;
}
#club.club-lp .orderwrap .s7-lp .corse {
  width: 70%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp .corse {
    width: 90%;
  }
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont {
  margin: 20px 0;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .radiusbox {
  font-size: 15px;
  padding: 5px 30px;
  text-align: center;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 0;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .textbox {
  width: 50%;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .textbox {
    width: 100%;
    margin: 10px auto;
    padding: 0;
  }
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont h3 {
  margin: 0;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col3 img {
  width: 30%;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col2 img {
  width: 46%;
}
#club.club-lp .orderwrap .s7-lp .corse .s6img {
  width: 50%;
  height: auto;
  min-height: 280px;
  background: url("../lp-img/imgs6-01.jpg") no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp .corse .s6img {
    width: 100%;
    margin: 10px auto;
    height: 53vw;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .textbox {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .textbox h3 {
    font-size: 1.7em;
  }
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .textbox p {
    font-size: clamp(16px, 2.3vw, 24px);
  }
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col3 img {
    width: 100%;
  }
  #club.club-lp .orderwrap .s7-lp .corse .corsecont .cb .col2 img {
    width: 100%;
  }
}
#club.club-lp .orderwrap .s8-lp {
  padding: 0;
}
#club.club-lp .orderwrap .s8-lp .index4 {
  background: url(../lp-img/lp03.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s8-lp .s4container {
  width: 100%;
  background-position: top center;
  background-size: cover;
  margin: -100px 0 0 0;
  padding: 0 0 calc(100px + 15vw) 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s8-lp .s4container {
    background-position: top center;
    background-size: cover;
    margin: -40px 0 0 0;
    padding: 0;
  }
}
#club.club-lp .orderwrap .s8-lp .s4container .listsbox {
  padding: 40px;
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s8-lp .s4container .listsbox {
    padding: 20px;
  }
}
#club.club-lp .orderwrap .s8-lp .s4container .listsbox .s8-title h2 {
  text-align: center;
  font-size: 2em;
  margin: 0 auto 10px auto;
  color: #08A247;
  padding: 20px 0;
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s8-lp .s4container .listsbox .s8-title h2 {
    font-size: 1.3em;
  }
}
#club.club-lp .orderwrap .s8-lp .s4container .listsbox .comparison-img {
  display: block;
  width: 100%;
  line-height: 0;
}
#club.club-lp .orderwrap .s8-lp .s4container .listsbox .comparison-img img {
  display: block;
  width: 100%;
}
#club.club-lp .orderwrap .s9-lp .index4 {
  background: url(../lp-img/lp04.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club.club-lp .orderwrap .s9-lp .s4container {
  width: 100%;
  margin: -150px 0 0 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container {
    background-position: top center;
    background-size: cover;
    margin: -40px 0 0 0;
    padding: 0 0 50px 0;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox {
  padding: 15px;
  background-color: #e06010;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80%;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox {
    width: 90%;
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #888;
          box-shadow: 0px 0px 10px #888;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox li {
    width: 100%;
    margin: 20px 0;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox {
    height: 350px;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox2 {
  background: url("../img/s11img02.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox2 {
    height: 350px;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox3 {
  background: url("../img/s11img03.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox li .photobox3 {
    height: 350px;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .caution {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  text-shadow: #fff 1px 1px 1px;
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .sankaku {
  clip-path: polygon(100% 100%, 100% 50%, 0% 100%);
  background: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100px;
  margin: 151px 0 0 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s9-lp .s4container .listsbox li .sankaku {
    margin: 251px 0 0 0;
  }
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .textbox {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: inherit;
  z-index: 2;
  margin: -30px 0 0 0;
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .textbox .titlebox {
  text-align: right;
  font-size: 13px;
}
#club.club-lp .orderwrap .s9-lp .s4container .listsbox li .textbox h3 {
  margin: 10px 0;
}
#club.club-lp .orderwrap .s10-lp {
  padding-top: 0;
}
#club.club-lp .orderwrap .s10-lp .s3container {
  margin: 0 auto;
}
#club.club-lp .orderwrap .s10-lp .s3container table {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .s3container table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .s3container table tbody {
    width: 1000px;
    display: block;
  }
}
#club.club-lp .orderwrap .s10-lp .s3container table tr:nth-child(odd) td {
  background: #E1FFED;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr th {
  background: #008a25;
  color: #fff;
  width: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .s3container table tr th {
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#club.club-lp .orderwrap .s10-lp .s3container table tr td {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #008a25;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .s3container table tr td {
    padding: 10px;
  }
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .green-bg {
  background: #29991D !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .red-bg {
  background: #FF0000 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .blue-bg {
  background: #0000FF !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .bluegreen-bg {
  background: #0DBAB5 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .pink-bg {
  background: #FF807D !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .gray-bg {
  background: #777777 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .black-bg {
  background: #000 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .s3container table tr .orange-bg {
  background: #e3611b !important;
  color: #fff;
  border: 1px solid #fff;
}
#club.club-lp .orderwrap .s10-lp .flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .flex {
    margin: 10px auto;
  }
}
#club.club-lp .orderwrap .s10-lp .flex img {
  width: 200px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s10-lp .flex img {
    width: 100px;
    margin: 5px;
  }
}
#club.club-lp .orderwrap 店舗情報 .s10-1-lp {
  background-color: #fff;
}
#club.club-lp .orderwrap #shop.s10-1-lp .greenboxtitle p {
  margin: 0 !important;
}
#club.club-lp .orderwrap .s4 {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
#club.club-lp .orderwrap .s4 .greenboxtitle {
  width: 60%;
}
#club.club-lp .orderwrap .s4 .s4container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#club.club-lp .orderwrap .s4 .s4container ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container ul {
    width: 100%;
  }
}
#club.club-lp .orderwrap .s4 .s4container ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#club.club-lp .orderwrap .s4 .s4container ul .p1 {
  width: 50%;
  height: 250px;
  background: url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container ul .p1 {
    height: 150px;
  }
}
#club.club-lp .orderwrap .s4 .s4container ul .p2 {
  width: 50%;
  height: 250px;
  background: url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container ul .p2 {
    height: 150px;
  }
}
#club.club-lp .orderwrap .s4 .s4container ul .p3 {
  width: 50%;
  height: 250px;
  background: url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container ul .p3 {
    height: 150px;
  }
}
#club.club-lp .orderwrap .s4 .s4container ul .p4 {
  width: 50%;
  height: 250px;
  background: url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container ul .p4 {
    height: 150px;
  }
}
#club.club-lp .orderwrap .s4 .s4container .noimgs {
  width: 50%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #008a25 url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#club.club-lp .orderwrap .s4 .s4container .noimgs iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .noimgs {
    width: 100%;
    height: 300px;
  }
}
#club.club-lp .orderwrap .s4 .s4container .noimgs .whitelogo {
  width: 300px;
  height: 150px;
  background: url(../img/whitelogo.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#club.club-lp .orderwrap .s4 .s4container .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E1FFED;
}
#club.club-lp .orderwrap .s4 .s4container .lightbox {
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#club.club-lp .orderwrap .s4 .s4container .lightbox h3 {
  font-size: 40px;
  color: #008a25;
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .lightbox h3 {
    font-size: 20px;
  }
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .lightbox .cont {
    margin: 20px 0;
  }
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .th {
  font-size: 20px;
  color: #008a25;
  width: 150px;
  float: left;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .lightbox .th {
    width: 80px;
    font-size: 12px;
  }
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .td {
  width: calc(100% - 150px);
  font-size: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .lightbox .td {
    width: calc(100% - 80px);
    font-size: 12px;
  }
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .greenbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #008a25;
  color: #fff;
  padding: 5px 15px;
  margin: 10px 0;
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .greenbox span {
  color: yellow;
}
#club.club-lp .orderwrap .s4 .s4container .lightbox .instaicon {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/instaicon.png) no-repeat;
  background-size: contain;
}
#club.club-lp .orderwrap .s4 .s4container .googlemaps iframe {
  width: 100%;
  height: 100%;
  background: #333;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s4 .s4container .googlemaps iframe {
    min-height: 300px;
  }
}
#club.club-lp .orderwrap #shop {
  background: #E1FFED;
}
#club.club-lp .orderwrap #shop .shop-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
#club.club-lp .orderwrap #shop .banner-item {
  width: 48%;
}
#club.club-lp .orderwrap #shop .banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
#club.club-lp .orderwrap #shop {
  /* 1枚の場合 */
}
#club.club-lp .orderwrap #shop .shop-banners:has(.banner-item:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#club.club-lp .orderwrap #shop .shop-banners:has(.banner-item:only-child) .banner-item {
  width: 60%;
}
#club.club-lp .orderwrap レッスンスケジュール .s10-2-lp {
  background-color: #fff;
}
#club.club-lp .orderwrap .s2 {
  padding: 80px 0;
}
#club.club-lp .orderwrap .s2 .googlecalender iframe {
  width: 100%;
}
#club.club-lp .orderwrap .s2 a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 80px 0;
  color: #008a25;
  text-align: center;
}
#club.club-lp .orderwrap .s2 a:hover {
  color: rgb(0, 87, 23.3260869565);
}
#club.club-lp .orderwrap .s11-lp {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp {
    padding-bottom: 0;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp .reservebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  width: 47%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box {
    width: 100%;
    margin: 0;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox .box {
  text-align: center;
}
#club.club-lp .orderwrap .s11-lp .reservebox .box p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box p {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box p {
    margin: 0 auto;
    width: 100%;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox .box .tel {
  color: #008a25;
  font-size: 40px;
  font-weight: bold;
  height: 40px;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box .tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 460px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box .tel {
    font-size: 26px;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox .box .greenbtn {
  width: 100%;
  display: block;
  background: #008a25;
  color: #fff;
  padding: 10px 10px 10px 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin: 20px 0 0 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #club.club-lp .orderwrap .s11-lp .reservebox .box .greenbtn {
    font-size: 16px;
  }
}
#club.club-lp .orderwrap .s11-lp .reservebox .box .greenbtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrows.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -10px 0 0 0;
}
#club.club-lp .orderwrap .s11-lp .reservebox .box:last-child {
  margin-left: auto;
  margin-right: auto;
}
#club.club-lp .orderwrap .s11-lp p {
  text-align: center;
}
#club.club-lp .orderwrap .s11-lp .linebanner {
  padding-top: 50px;
  display: block;
  width: 60%;
  margin: 0 auto;
}

#contact .contactheader {
  background: url(../img/contact_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#contact ul li {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #contact ul li {
    margin: 0 0 10px 0;
  }
}
#contact ul li .th {
  width: 100%;
  margin: 20px 0 10px 0;
  color: #008a25;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  #contact ul li .th {
    width: 100%;
    font-size: 18px;
  }
}
#contact ul li .th .avoid-confirm {
  width: 100px;
  padding: 2px 5px;
  background: red;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#contact ul li .td {
  width: 100%;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #contact ul li .td {
    width: 100%;
  }
}
#contact ul li .td2 {
  font-size: 17px;
  padding: 5px;
  margin: 5px;
}
#contact ul li .td3 {
  font-size: 17px;
  padding: 5px;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  #contact ul li .td3 {
    width: 90%;
  }
}
#contact ul li .wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 10px 40px;
  margin: 10px;
  border: 1px solid #333;
  position: relative;
  float: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contact ul li .wpcf7-list-item input {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #333;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -10px 0 0 0;
}
#contact ul li .checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px 10px 50px;
  margin: 10px;
  border: 1px solid #333;
  position: relative;
  float: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 17px;
}
#contact ul li .checkbox::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #333;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -10px 0 0 0;
}
#contact ul li .checkbox:hover {
  background: #F0F0F0;
}
#contact ul li .checkbox:hover::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 30px;
  position: absolute;
  background: #008a25;
  left: 14px;
  top: 50%;
  margin: -6px 0 0 0;
}
#contact ul li .inq {
  width: 100%;
  border: 1px solid #333;
  background: #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-size: 17px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #contact ul li .inq {
    width: 100%;
    border: none;
  }
}
#contact ul li p {
  display: block;
  clear: both;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #contact ul li p {
    width: 100%;
  }
}
#contact ul li .textarea {
  min-height: 300px;
}
#contact .center {
  text-align: center;
}
#contact .submit {
  margin: 50px auto 100px auto;
  width: 300px;
  padding: 20px 30px;
  text-align: center;
  background: #008a25;
  color: #fff;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .submit {
    margin: 20px auto 50px auto;
    width: 150px;
    padding: 15px 30px;
    text-align: center;
    background: #008a25;
    color: #fff;
    display: block;
    border-radius: 50px;
    font-size: 15px;
  }
}
#contact .submit:hover {
  background: rgb(0, 87, 23.3260869565);
}
#contact {
  /*====確認ページ====*/
}
#contact .wp-block-contact-form-7-contact-form-selector {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector {
    width: 90%;
  }
}
#contact .wp-block-contact-form-7-contact-form-selector table {
  width: 100%;
}
#contact .wp-block-contact-form-7-contact-form-selector tr {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .wp-block-contact-form-7-contact-form-selector th {
  background: #eee;
  width: 40%;
}
#contact .wp-block-contact-form-7-contact-form-selector th p {
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector th p {
    padding: 10px;
  }
}
#contact .wp-block-contact-form-7-contact-form-selector td {
  background: #fff;
}
#contact .wp-block-contact-form-7-contact-form-selector td p {
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector td p {
    padding: 10px;
  }
}
#contact .wp-block-contact-form-7-contact-form-selector button {
  width: 300px;
  padding: 20px 30px;
  text-align: center;
  background: #008a25;
  color: #fff;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector button {
    margin: 20px auto;
    width: 80%;
    padding: 15px;
    text-align: center;
    background: #008a25;
    color: #fff;
    display: block;
    border-radius: 50px;
    font-size: 15px;
  }
}
#contact .wp-block-contact-form-7-contact-form-selector button:hover {
  background: rgb(0, 87, 23.3260869565);
}
#contact .wp-block-contact-form-7-contact-form-selector .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector .wpcf7cp-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.brown {
  width: 100%;
  height: 80px;
  margin: -150px auto 0 auto;
  background: #3E1D1D;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .brown {
    height: 140px;
  }
}

footer {
  width: 100%;
  background: #3E1D1D;
  padding: 0 10% 100px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 10% 120px 10%;
  }
}
footer .footercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li a {
  display: block;
  color: #fff;
  margin: 0 20px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer ul li a::before {
  content: "▶";
  margin: 0 5px 0 0;
}
footer ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 460px) {
  footer ul li a {
    font-size: 10px;
  }
}
footer .footerlogo a {
  display: block;
  width: 320px;
  height: 90px;
  background: url(../img/logo.svg) no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  footer .footerlogo a {
    width: 240px;
    height: 65px;
  }
}
footer .footerlogo a:hover {
  opacity: 0.7;
}
footer .copyright {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 9px;
    margin: 20px 0 0 0;
  }
}

html.xg-modal--lock,
body.xg-modal--lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.xg-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}
.xg-modal.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.xg-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(1.5px);
}
.xg-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
  width: min(500px, 92vw);
  max-height: min(86vh, 900px);
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  outline: none;
  -webkit-animation: xg-fade-drop 1s ease-out both;
          animation: xg-fade-drop 1s ease-out both;
}
.xg-modal__body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xg-modal__visual {
  display: block;
  width: 100%;
  height: auto;
}
.xg-modal__cta {
  margin: 14px 0 6px;
  text-align: center;
}
.xg-modal__cta .xg-modal__btn {
  display: inline-block;
  padding: 12px 18px;
  font-weight: 700;
  color: #fff;
  background: #08A247;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.12s ease, -webkit-transform 0.12s ease;
  transition: -webkit-filter 0.12s ease, -webkit-transform 0.12s ease;
  transition: filter 0.12s ease, transform 0.12s ease;
  transition: filter 0.12s ease, transform 0.12s ease, -webkit-filter 0.12s ease, -webkit-transform 0.12s ease;
}
.xg-modal__cta .xg-modal__btn:hover {
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.xg-modal__cta .xg-modal__btn:active {
  -webkit-filter: brightness(0.86);
          filter: brightness(0.86);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.xg-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #02a342;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.xg-modal__close:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.xg-modal__close:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@-webkit-keyframes xg-fade-drop {
  0% {
    -webkit-transform: translate(-50%, -70%) scale(0.96);
            transform: translate(-50%, -70%) scale(0.96);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
            transform: translate(-50%, -50%) scale(1.02);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -48%) scale(0.98);
            transform: translate(-50%, -48%) scale(0.98);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.01);
            transform: translate(-50%, -50%) scale(1.01);
  }
  88% {
    -webkit-transform: translate(-50%, -49%) scale(0.995);
            transform: translate(-50%, -49%) scale(0.995);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes xg-fade-drop {
  0% {
    -webkit-transform: translate(-50%, -70%) scale(0.96);
            transform: translate(-50%, -70%) scale(0.96);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
            transform: translate(-50%, -50%) scale(1.02);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -48%) scale(0.98);
            transform: translate(-50%, -48%) scale(0.98);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.01);
            transform: translate(-50%, -50%) scale(1.01);
  }
  88% {
    -webkit-transform: translate(-50%, -49%) scale(0.995);
            transform: translate(-50%, -49%) scale(0.995);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=club-lp-2.css.map */