@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;
}

body {
  margin: 0;
}

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;
}

/* = Selected Text
----------------------------------------------- */
/* = 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;
}

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

.cf:after {
  clear: both;
}

/*　画面サイズが768pxから*/
html {
  width: 100%;
  margin: 0 auto !important;
  margin-top: 0 !important;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  color: #595757;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 auto;
  position: relative;
  word-break: break-all;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    margin: 80px 0 0 0;
  }
}

.wrap {
  width: 100%;
}

.maxwidth {
  max-width: 1500px;
}

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

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

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

.title {
  font-size: 60px;
  line-height: 1.25em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px 0;
  padding: 0 20px;
  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;
    box-sizing: border-box;
  }
  .title span {
    font-size: 17px;
  }
}

.greenboxtitle {
  margin: 0 auto 60px auto;
  position: relative;
  text-align: center;
  width: 800px;
  background: url(../img/center-box.svg);
  background-size: cover;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 15px 30px;
  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;
  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: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .index {
    height: 170px;
  }
}
.index .it1 {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
}
@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;
}

.greenshadow, #club .s5 .reservebox .box, #club .continer2 .box1, #club .container .s2box .area, #club .container .s1box .area, #corporate .s2 .s2container, #lesson .s2, #lesson .s1 .s1container, #index .s3 .s3container .area, #index .s1 .s2box .area, .kaiin-container, .jigyou-container, .area, .listsbox {
  padding: 70px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 2px 30px 0px #08A247;
}
@media screen and (max-width: 768px) {
  .greenshadow, #club .s5 .reservebox .box, #club .continer2 .box1, #club .container .s2box .area, #club .container .s1box .area, #corporate .s2 .s2container, #lesson .s2, #lesson .s1 .s1container, #index .s3 .s3container .area, #index .s1 .s2box .area, .kaiin-container, .jigyou-container, .area, .listsbox {
    padding: 40px;
  }
}
@media screen and (max-width: 460px) {
  .greenshadow, #club .s5 .reservebox .box, #club .continer2 .box1, #club .container .s2box .area, #club .container .s1box .area, #corporate .s2 .s2container, #lesson .s2, #lesson .s1 .s1container, #index .s3 .s3container .area, #index .s1 .s2box .area, .kaiin-container, .jigyou-container, .area, .listsbox {
    padding: 20px;
  }
}

.c1 {
  width: 100%;
  height: 400px;
  background: url(../img/c1bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: 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;
  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: flex;
  justify-content: space-between;
  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 {
    flex-flow: column;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .listsbox li:nth-child(even) {
    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 {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .listsbox .cloum {
    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;
  }
}

.area {
  width: 40%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -240px 0 0 13%;
}
@media screen and (max-width: 768px) {
  .area {
    width: 80%;
    max-width: 600px;
    position: absolute;
    z-index: 10;
    top: 0%;
    margin: 0px 0 0 10%;
  }
}
.area h3 {
  color: #08A247;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .area h3 {
    font-size: 12px;
  }
}
.area h2 {
  color: #08A247;
  font-size: 30px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .area h2 {
    font-size: 20px;
  }
}
.area h2 span {
  font-size: 0.8em;
}
.area p {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .area p {
    font-size: 12px;
  }
}

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

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: flex;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  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;
  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;
  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;
}

.w80, #contact ul, #contact .s1, #club .s5, #club .container3, #club .continer2 .box1, #club .s3, #club .s2, #club .s1, #single .s1, #archives .s1, #corporate .s2 .s2container, #corporate .s1 .s1container, #lesson .s2, #lesson .s1 .s1container, #index .new .newslists, .kaiin-container, .listsbox, .jigyou-container {
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .w80, #contact ul, #contact .s1, #club .s5, #club .container3, #club .continer2 .box1, #club .s3, #club .s2, #club .s1, #single .s1, #archives .s1, #corporate .s2 .s2container, #corporate .s1 .s1container, #lesson .s2, #lesson .s1 .s1container, #index .new .newslists, .kaiin-container, .listsbox, .jigyou-container {
    width: 90%;
  }
}

.m100, #lesson .s2, #lesson .s1 .s1container {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .m100, #lesson .s2, #lesson .s1 .s1container {
    margin: 50px auto;
  }
}

.spacer170, #contact .s1, #club .s5, #club .container3, #club .continer2, #club .container, #club .orderwrap, #single .s1, #archives .s1, #corporate .s2, #corporate .s1, #index .s1 .s1container, #index .new {
  padding: 170px 0;
}
@media screen and (max-width: 768px) {
  .spacer170, #contact .s1, #club .s5, #club .container3, #club .continer2, #club .container, #club .orderwrap, #single .s1, #archives .s1, #corporate .s2, #corporate .s1, #index .s1 .s1container, #index .new {
    padding: 70px 0;
  }
}
@media screen and (max-width: 460px) {
  .spacer170, #contact .s1, #club .s5, #club .container3, #club .continer2, #club .container, #club .orderwrap, #single .s1, #archives .s1, #corporate .s2, #corporate .s1, #index .s1 .s1container, #index .new {
    padding: 50px 0;
  }
}

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

.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;
  box-sizing: border-box;
  color: #08A247;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  background-color: yellow;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 20px auto;
}
.kaiin-container ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.kaiin-container ul a {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
  height: auto;
  padding: 30px 10px;
  position: relative;
  background: #08A247;
  transition: 0.4s;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: 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;
}

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: 300px;
  height: 100px;
  background: url(../img/navlogo.svg) no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}
nav ul {
  width: calc(100% - 500px);
  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: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  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: flex;
  font-size: 13px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  float: left;
  background: #08A247;
  color: #fff;
}
nav .contact a:hover {
  background: rgb(5.6, 113.4, 49.7);
}

.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: 0;
    z-index: 999;
  }
}

.staffpagemenu {
  display: block;
  position: fixed;
  right: 10px;
  bottom: -300px;
  right: 0;
  z-index: 9999;
  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;
  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;
    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;
  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;
  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;
  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;
  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;
  transform: rotate(45deg);
}

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

.menu .contactc a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  background: #08A247;
  color: #fff;
  transition: 0.4s;
}
.menu .contactc a:hover {
  background: rgb(5.6, 113.4, 49.7);
}

.ancorbox {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.ancorbox li a {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #08A247;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  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;
}

#index {
  /*=====================

  S1

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

  S2

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

  S3

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

  S4

  ======================*/
}
#index header {
  width: 100%;
  margin: 0 0 -10px 0;
  position: relative;
}
#index .swiper {
  width: 100%;
  display: block;
}
#index .swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
#index .swiper .swiper-slide img {
  width: 100%;
}
#index .container::-webkit-scrollbar {
  display: none;
}
#index .new {
  width: 100%;
  box-sizing: border-box;
}
#index .new .newslists {
  margin: 0 auto;
  display: flex;
  align-items: top;
}
@media screen and (max-width: 768px) {
  #index .new .newslists {
    flex-flow: column;
  }
}
#index .new .newslists li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#index .new .newslists li a {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 460px) {
  #index .new .newslists li a {
    display: block;
  }
}
#index .new .newslists li a:hover {
  opacity: 0.7;
}
#index .new .newslists li a .thumnail {
  width: 100%;
  height: 0;
  padding-top: 65%;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .thumnail {
    display: block;
    padding-top: 35%;
  }
}
@media screen and (max-width: 460px) {
  #index .new .newslists li a .thumnail {
    width: 100%;
    padding-top: 65%;
  }
}
#index .new .newslists li a .thumnail:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .txtcont {
    width: calc(100% - 140px);
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 460px) {
  #index .new .newslists li a .txtcont {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
#index .new .newslists li a .txtcont .date {
  color: #777777;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .txtcont .date {
    font-size: 10px;
  }
}
#index .new .newslists li a .txtcont .cb1 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .txtcont .cb1 {
    margin: 0 0 10px 0;
  }
}
#index .new .newslists li a .txtcont .cb1 .cat {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  background: #08A247;
}
#index .new .newslists li a .txtcont .cb1 .会員お知らせ {
  background: #08A247;
}
#index .new .newslists li a .txtcont .cb1 .お知らせ {
  background: #FF0000;
}
#index .new .newslists li a .txtcont .cb1 .キャンペーン {
  background: #FF8000;
}
#index .new .newslists li a .txtcont .cb1 .未分類 {
  background: #aaa;
}
#index .new .newslists li a .txtcont .newsttl {
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .txtcont .newsttl {
    font-size: 15px;
  }
}
#index .new .newslists li a .txtcont .txtbox {
  line-height: 1.3em;
  margin: 10px 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  #index .new .newslists li a .txtcont .txtbox {
    font-size: 12px;
    margin: 7px 0 0 0;
  }
}
#index .new .archivebtn {
  margin: 50px auto;
  background: #08A247;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
  padding: 15px 50px;
  display: block;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.4s;
}
#index .new .archivebtn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrows.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
  margin: -15px 0 0 0;
}
@media screen and (max-width: 768px) {
  #index .new .archivebtn::after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #index .new .archivebtn {
    margin: 10px auto;
    padding: 10px 50px;
    width: 150px;
  }
}
#index .new .archivebtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #index .s1 .s1container {
    padding-bottom: 0;
  }
}
#index .s1 .s1box {
  position: relative;
  height: 900px;
}
@media screen and (max-width: 768px) {
  #index .s1 .s1box {
    height: 770px;
  }
}
@media screen and (max-width: 460px) {
  #index .s1 .s1box {
    height: 650px;
  }
}
#index .s1 .s1box .photo {
  width: 60%;
  height: 900px;
  background: url(../img/s1-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #index .s1 .s1box .photo {
    width: 100%;
    height: 400px;
    bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  #index .s1 .s1box .photo {
    height: 260px;
  }
}
#index .s1 .s2box {
  position: relative;
  height: 900px;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 460px) {
  #index .s1 .s2box {
    height: 860px;
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 460px) {
  #index .s1 .s2box {
    height: 680px;
  }
}
#index .s1 .s2box .photo {
  width: 60%;
  height: 900px;
  background: url(../img/s1-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #index .s1 .s2box .photo {
    width: 100%;
    height: 400px;
    bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  #index .s1 .s2box .photo {
    height: 260px;
  }
}
#index .s1 .s2box .area {
  width: 40%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  margin: -330px 5% 0 0;
}
@media screen and (max-width: 768px) {
  #index .s1 .s2box .area {
    width: 80%;
    max-width: 600px;
    position: absolute;
    z-index: 10;
    top: 0%;
    right: 10%;
    margin: 0px 0 0 10%;
  }
}
#index .s1 .s2box .area .zu {
  width: 100%;
  height: 362px;
  margin: 30px auto 0 auto;
  background: url(../img/zu1.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #index .s1 .s2box .area .zu {
    width: 100%;
    height: 340px;
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 460px) {
  #index .s1 .s2box .area .zu {
    height: 200px;
  }
}
#index .s2 .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) {
  #index .s2 .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;
  }
}
#index .s2 .s2conatiner .f01 {
  background: url(../img/f01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s2 .s2conatiner .f02 {
  background: url(../img/f02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s2 .s2conatiner .f03 {
  background: url(../img/f03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s2 .s2conatiner .f04 {
  background: url(../img/f04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s2 .s2conatiner .f05 {
  background: url(../img/f05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s3 .s3container {
  width: 100%;
  height: 1100px;
  background: url(../img/s3bg.png) no-repeat;
  background-position: right top;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .s3 .s3container {
    background: url(../img/s3bg.png) no-repeat;
    background-position: center bottom;
    background-size: 670px;
  }
}
@media screen and (max-width: 460px) {
  #index .s3 .s3container {
    height: 730px;
    background: url(../img/s3bg.png) no-repeat;
    background-position: center bottom;
    background-size: 400px;
  }
}
#index .s3 .s3container .area {
  width: 40%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  margin: -280px 0 0 5%;
}
@media screen and (max-width: 768px) {
  #index .s3 .s3container .area {
    width: 80%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    margin: -470px 0 0 10%;
  }
}
@media screen and (max-width: 460px) {
  #index .s3 .s3container .area {
    margin: -300px 0 0 10%;
  }
}
#index .s3 .s3container .area h2 span {
  font-size: 25px;
}
#index .s3 .s3container .area h2 .yellow {
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .s3 .s3container .area h2 .yellow {
    font-size: 25px;
  }
}
@media screen and (max-width: 460px) {
  #index .s3 .s3container .area h2 .yellow {
    font-size: 20px;
  }
}
#index .s3 .s3container .area h2 .yellow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  height: 12px;
  background: yellow;
  z-index: -1;
}
#index .s3 .s3container .area p {
  margin: 20px 0 0 0;
}
#index .s4 .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) {
  #index .s4 .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;
  }
}
#index .s4 .bordernone {
  border: none;
}
#index .s4 .w100box {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
#index .s4 .w100box .lineboxlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #index .s4 .w100box .lineboxlist {
    flex-flow: column;
  }
}
#index .s4 .w100box .lineboxlist .linebox {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
  padding: 30px;
  box-sizing: border-box;
  border: 5px solid #08A247;
}
@media screen and (max-width: 768px) {
  #index .s4 .w100box .lineboxlist .linebox {
    width: 100%;
    margin: 10px auto;
    padding: 20px;
  }
}
#index .s4 .w100box .lineboxlist .linebox .pbox {
  width: 100%;
}
#index .s4 .w100box .lineboxlist .linebox .pbox img {
  width: 100%;
}
#index .s4 .w100box .lineboxlist .linebox .tbox .t {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  color: #08A247;
}
@media screen and (max-width: 768px) {
  #index .s4 .w100box .lineboxlist .linebox .tbox .t {
    font-size: 16px;
  }
}
#index .s4 .w100box .lineboxlist .linebox .tbox p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
}
#index .s4 .w80, #index .s4 #contact ul, #contact #index .s4 ul, #index .s4 #contact .s1, #contact #index .s4 .s1, #index .s4 #club .s5, #club #index .s4 .s5, #index .s4 #club .container3, #club #index .s4 .container3, #index .s4 #club .continer2 .box1, #club .continer2 #index .s4 .box1, #index .s4 #club .s3, #club #index .s4 .s3, #index .s4 #club .s2, #club #index .s4 .s2, #index .s4 #club .s1, #club #index .s4 .s1, #index .s4 #single .s1, #single #index .s4 .s1, #index .s4 #archives .s1, #archives #index .s4 .s1, #index .s4 #corporate .s2 .s2container, #corporate .s2 #index .s4 .s2container, #index .s4 #corporate .s1 .s1container, #corporate .s1 #index .s4 .s1container, #index .s4 #lesson .s2, #lesson #index .s4 .s2, #index .s4 #lesson .s1 .s1container, #lesson .s1 #index .s4 .s1container, #index .s4 .listsbox, #index .s4 .jigyou-container, #index .s4 .kaiin-container, #index .s4 .new .newslists, #index .new .s4 .newslists {
  margin: 0 auto 30px auto;
}
#index .s4 .l01 {
  background: url(../img/l01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s4 .l02 {
  background: url(../img/l02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s4 .l03 {
  background: url(../img/l03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s4 .l04 {
  background: url(../img/l04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#index .s4 .l05 {
  background: url(../img/l05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

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

#index end

================*/
#lesson {
  /*================

  .s1

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

  .s2

  ================*/
}
#lesson .lessonheader {
  background: url(../img/leson_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#lesson .s1 .s1container .greenboxtitle {
  width: calc(100% - 100px);
}
#lesson .s1 .boxier li {
  display: flex;
  border: 3px solid #008a25;
  position: relative;
}
#lesson .s1 .boxier li .photo {
  display: block;
  width: 50%;
  height: 250px;
  background: #333;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .boxier li .photo {
    height: auto;
  }
}
#lesson .s1 .boxier li .p01 {
  background: url(../img/p01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .boxier li .p02 {
  background: url(../img/p02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .boxier li .p03 {
  background: url(../img/p03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .boxier li .txtbox {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .boxier li .txtbox {
    padding: 20px;
  }
}
#lesson .s1 .boxier li .txtbox .titl {
  font-size: 24px;
  color: #008a25;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .boxier li .txtbox .titl {
    font-size: 16px;
    font-weight: bold;
  }
}
#lesson .s1 .boxier .arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 30px auto;
  border-style: solid;
  border-width: 55px 80px 0 80px;
  border-color: #008a25 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .boxier .arrow {
    margin: 10px auto;
    border-style: solid;
    border-width: 15px 30px 0 30px;
    border-color: #008a25 transparent transparent transparent;
  }
}
#lesson .s1 .jigyou-container {
  box-shadow: none;
  width: 100%;
  margin: 30px auto;
  padding: 0;
}
#lesson .s1 .listsbox {
  width: 100%;
  margin: 80px auto 0 auto;
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .listsbox {
    margin: 50px auto 0 auto;
  }
}
#lesson .s1 .listsbox li .txtbox img {
  width: 255px;
  height: 108px;
}
@media screen and (max-width: 768px) {
  #lesson .s1 .listsbox li .txtbox img {
    width: 165px;
    height: 78px;
  }
}
#lesson .s1 .s01 {
  background: url(../img/s01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .s02 {
  background: url(../img/s02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .s03 {
  background: url(../img/s03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .s04 {
  background: url(../img/s04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .s05 {
  background: url(../img/s05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#lesson .s1 .beginner {
  background: rgb(214.5, 255, 225.3586956522);
  padding: 30px 260px 30px 30px;
  margin: 30px 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 460px) {
  #lesson .s1 .beginner {
    padding: 30px;
  }
}
#lesson .s1 .beginner img {
  width: 225px;
  height: 70px;
}
@media screen and (max-width: 460px) {
  #lesson .s1 .beginner img {
    width: 115px;
    height: 50px;
  }
}
#lesson .s1 .beginner .txtbox h3 {
  color: #008a25;
}
@media screen and (max-width: 460px) {
  #lesson .s1 .beginner .txtbox h3 {
    margin: 0 0 10px 0;
  }
}
#lesson .s1 .beginner .photo {
  width: 250px;
  height: 230px;
  background: url(../img/beginnerphoto.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 460px) {
  #lesson .s1 .beginner .photo {
    width: 100px;
    height: 100px;
    top: 25px;
  }
}
#lesson .s2 .s2container .orangeboxtitle {
  width: calc(100% - 100px);
}
#lesson .s2 .s2container .qanda li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  #lesson .s2 .s2container .qanda li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
}
#lesson .s2 .s2container .qanda li:last-child {
  border: none;
}
#lesson .s2 .s2container .qanda li .q {
  padding: 0 0 0 50px;
  margin: 10px 0;
  background: url(../img/q.svg) no-repeat;
  background-position: left top;
  background-size: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #FF8000;
}
@media screen and (max-width: 768px) {
  #lesson .s2 .s2container .qanda li .q {
    padding: 0 0 0 25px;
    font-size: 13px;
    background: url(../img/q.svg) no-repeat;
    background-position: left top;
    background-size: 20px;
  }
}
#lesson .s2 .s2container .qanda li .a {
  padding: 0 0 0 50px;
  margin: 10px 0;
  background: url(../img/a.svg) no-repeat;
  background-position: left top;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  #lesson .s2 .s2container .qanda li .a {
    padding: 0 0 0 25px;
    font-size: 13px;
    background: url(../img/a.svg) no-repeat;
    background-position: left top;
    background-size: 20px;
  }
}

#corporate .corporateheader {
  background: url(../img/corporate_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#corporate .s1 .s1container ul li {
  display: flex;
  padding: 30px 0;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  #corporate .s1 .s1container ul li {
    padding: 15px 0;
  }
}
#corporate .s1 .s1container ul li:last-child {
  border-bottom: 2px solid #ccc;
}
#corporate .s1 .s1container ul li .t {
  width: 150px;
  color: #008a25;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #corporate .s1 .s1container ul li .t {
    width: 90px;
  }
}
#corporate .s1 .s1container ul li .td {
  width: calc(100% - 150px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #corporate .s1 .s1container ul li .td {
    width: calc(100% - 90px);
  }
}
#corporate .s2 {
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
}
#corporate .s2 .s2container h3 {
  color: #008a25;
  font-weight: bold;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  #corporate .s2 .s2container h3 {
    margin: 10px 0;
  }
}
#corporate .s2 .s2container .right {
  text-align: right;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #corporate .s2 .s2container .right {
    font-size: 12px;
  }
}
#corporate .s2 .s2container .greenbtnbox {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #corporate .s2 .s2container .greenbtnbox {
    margin: 30px auto;
    flex-flow: column;
  }
}
#corporate .s2 .s2container .greenbtnbox a {
  font-size: 15px;
  background: #008a25;
  color: #fff;
  display: block;
  padding: 10px 70px 10px 30px;
  margin: 0 20px;
  position: relative;
  transition: 0.4s;
}
#corporate .s2 .s2container .greenbtnbox a::after {
  display: block;
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 50%;
  margin: 0 0 -15px 0;
  z-index: 2;
  background: url(../img/circlearrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #corporate .s2 .s2container .greenbtnbox a {
    font-size: 12px;
    background: #008a25;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 10px auto;
    position: relative;
    max-width: 250px;
    width: 100%;
  }
}
#corporate .s2 .s2container .greenbtnbox a:hover {
  background: rgb(0, 87, 23.3260869565);
}

#single .singleheader, #archives .singleheader {
  background: url(../img/corporate_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#single .s1, #archives .s1 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #single .s1, #archives .s1 {
    flex-flow: column;
    margin: 0 auto;
  }
}
#single .s1 .main, #archives .s1 .main {
  width: calc(100% - 400px);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #single .s1 .main, #archives .s1 .main {
    width: 100%;
    margin: 0 auto;
  }
}
#single .s1 .main .date, #archives .s1 .main .date {
  font-size: 15px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #single .s1 .main .date, #archives .s1 .main .date {
    margin: 0 10px 0 0;
  }
}
#single .s1 .main .tbox, #archives .s1 .main .tbox {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
#single .s1 .main .tbox .cate, #archives .s1 .main .tbox .cate {
  padding: 5px 8px;
  margin: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #08A247;
}
#single .s1 .main .tbox .会員お知らせ, #archives .s1 .main .tbox .会員お知らせ {
  background: #08A247;
}
#single .s1 .main .tbox .お知らせ, #archives .s1 .main .tbox .お知らせ {
  background: #FF0000;
}
#single .s1 .main .tbox .キャンペーン, #archives .s1 .main .tbox .キャンペーン {
  background: #FF8000;
}
#single .s1 .main .tbox .未分類, #archives .s1 .main .tbox .未分類 {
  background: #aaa;
}
@media screen and (max-width: 768px) {
  #single .s1 .main .tt, #archives .s1 .main .tt {
    margin: 10px 0;
    font-size: 17px;
  }
}
#single .s1 .main .tt h1, #archives .s1 .main .tt h1 {
  font-size: 28px;
  text-align: left;
  margin: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  #single .s1 .main .tt h1, #archives .s1 .main .tt h1 {
    font-size: 20px;
  }
}
#single .s1 .main .thmnail, #archives .s1 .main .thmnail {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
#single .s1 .main .thmnail img, #archives .s1 .main .thmnail img {
  width: 100%;
}
#single .s1 .main p, #archives .s1 .main p {
  margin: 15px 0;
  line-height: 1.5em;
}
#single .s1 .main .btnbox, #archives .s1 .main .btnbox {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (max-width: 460px) {
  #single .s1 .main .btnbox, #archives .s1 .main .btnbox {
    flex-flow: column;
    align-items: center;
    margin: 10px auto;
  }
}
#single .s1 .main .btnbox a, #archives .s1 .main .btnbox a {
  width: 150px;
  font-size: 15px;
  background: #008a25;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 70px 10px 30px;
  margin: 0 20px;
  position: relative;
}
#single .s1 .main .btnbox a::after, #archives .s1 .main .btnbox a::after {
  display: block;
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 50%;
  margin: 0 0 -15px 0;
  z-index: 2;
  background: url(../img/circlearrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #single .s1 .main .btnbox a, #archives .s1 .main .btnbox a {
    padding: 10px 50px 10px 10px;
    margin: 0 5px;
  }
}
#single .s1 .main .btnbox .pre a, #archives .s1 .main .btnbox .pre a {
  padding: 10px 30px 10px 70px;
}
#single .s1 .main .btnbox .pre a::after, #archives .s1 .main .btnbox .pre a::after {
  display: block;
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 15px;
  right: inherit;
  bottom: 50%;
  margin: 0 0 -15px 0;
  z-index: 2;
  background: url(../img/circlearrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  #single .s1 .main .btnbox .pre a, #archives .s1 .main .btnbox .pre a {
    padding: 10px 10px 10px 50px;
    margin: 0 5px;
  }
}
#single .s1 .main .archivelist, #archives .s1 .main .archivelist {
  display: flex;
  flex-wrap: wrap;
}
#single .s1 .main .archivelist .archivebox, #archives .s1 .main .archivelist .archivebox {
  width: calc(50% - 30px);
  margin: 15px;
  transition: 0.4s;
}
#single .s1 .main .archivelist .archivebox:hover, #archives .s1 .main .archivelist .archivebox:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #single .s1 .main .archivelist .archivebox, #archives .s1 .main .archivelist .archivebox {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#single .s1 .main .archivelist .archivebox a, #archives .s1 .main .archivelist .archivebox a {
  color: #000;
}
#single .s1 .main .archivelist .archivebox .thmnail, #archives .s1 .main .archivelist .archivebox .thmnail {
  height: auto;
  padding-top: 70%;
  margin: 0 0 20px 0;
}
#single .s1 .main .archivelist .archivebox .tbox, #archives .s1 .main .archivelist .archivebox .tbox {
  align-items: center;
}
#single .s1 .main .archivelist .archivebox .tbox .date, #archives .s1 .main .archivelist .archivebox .tbox .date {
  color: #000;
}
@media screen and (max-width: 768px) {
  #single .s1 .main .archivelist .archivebox .tbox .date, #archives .s1 .main .archivelist .archivebox .tbox .date {
    margin: 0 10px 0 0;
  }
}
#single .s1 .main .archivelist .archivebox .tbox .cate, #archives .s1 .main .archivelist .archivebox .tbox .cate {
  width: 80px;
  font-size: 12px;
}
#single .s1 .main .archivelist .archivebox .tt, #archives .s1 .main .archivelist .archivebox .tt {
  font-size: 20px;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
#single .s1 .main .wp-pagenavi, #archives .s1 .main .wp-pagenavi {
  margin: 50px auto;
  text-align: center;
  color: #008a25;
}
#single .s1 .main .wp-pagenavi a, #archives .s1 .main .wp-pagenavi a {
  font-weight: bold;
  font-size: 16px;
  color: #008a25;
  border: 2px solid #008a25;
  padding: 4px 10px;
  margin: 5px;
}
#single .s1 .main .wp-pagenavi .current, #archives .s1 .main .wp-pagenavi .current {
  color: #fff;
  font-size: 16px;
  background: #008a25;
  border: 2px solid #008a25;
  padding: 4px 10px;
}
#single .s1 .main .wp-pagenavi span, #archives .s1 .main .wp-pagenavi span {
  text-decoration: none;
  border: 2px solid #008a25;
  padding: 4px 10px;
  margin: 5px;
}
#single .s1 .side, #archives .s1 .side {
  width: 370px;
}
@media screen and (max-width: 768px) {
  #single .s1 .side, #archives .s1 .side {
    width: 100%;
    margin: 0 auto;
  }
}
#single .s1 .side a h1, #archives .s1 .side a h1 {
  color: #333;
}
#single .s1 .side a p, #archives .s1 .side a p {
  color: #333;
}
#single .s1 .side .ttt, #archives .s1 .side .ttt {
  width: 100%;
  padding: 10px 30px;
  margin: 30px 0 10px 0;
  box-sizing: border-box;
  background: #008a25;
  color: #fff;
}
#single .s1 .side .ttt:first-child, #archives .s1 .side .ttt:first-child {
  margin-top: 15px;
}
#single .s1 .side ul li, #archives .s1 .side ul li {
  display: flex;
  align-items: center;
}
#single .s1 .side ul li a, #archives .s1 .side ul li a {
  display: block;
  font-size: 15px;
  padding: 5px 0;
  color: #333;
  font-weight: bold;
}

#shoplist .shoplistheader {
  background: url(../img/corporate_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#shoplist .title {
  display: none;
}
#shoplist .c1 {
  display: none;
}
@media screen and (max-width: 768px) {
  #shoplist .jigyou {
    padding: 0 0 50px 0;
  }
}

#club .clubheader {
  background: url(../img/club_header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
#club .staffpagemenu .disp a {
  display: none !important;
}
#club .disp a {
  display: none !important;
}
#club .松戸五香 .disp a, #club .名古屋城北 .disp a {
  display: block !important;
}
#club .orderwrap {
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club .order1 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #club .order2 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #club .order3 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #club .order4 {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  #club .order5 {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  #club .order6 {
    order: 6;
  }
}
#club .s1 .s1container .list {
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list {
    margin: 30px auto 0 auto;
  }
}
#club .s1 .s1container .list .listbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox {
    padding: 40px 0 0 0;
  }
}
#club .s1 .s1container .list .listbox:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox:nth-child(even) {
    flex-direction: column;
  }
}
#club .s1 .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 .s1 .s1container .list .listbox:nth-child(even) .profphoto {
    width: 80%;
    height: 400px;
  }
  #club .s1 .s1container .list .listbox:nth-child(even) .profphoto::after {
    content: "";
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #club .s1 .s1container .list .listbox:nth-child(even) .profphoto {
    width: 220px;
    height: 265px;
  }
  #club .s1 .s1container .list .listbox:nth-child(even) .profphoto::after {
    content: "";
    width: 220px;
    height: 265px;
  }
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#club .s1 .s1container .list .listbox .profphoto {
  width: 400px;
  height: 480px;
  position: relative;
}
#club .s1 .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 .s1 .s1container .list .listbox .profphoto {
    width: 80%;
    height: 400px;
  }
  #club .s1 .s1container .list .listbox .profphoto::after {
    content: "";
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #club .s1 .s1container .list .listbox .profphoto {
    width: 220px;
    height: 265px;
  }
  #club .s1 .s1container .list .listbox .profphoto::after {
    content: "";
    width: 220px;
    height: 265px;
  }
}
#club .s1 .s1container .list .listbox .profphoto img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#club .s1 .s1container .list .listbox .staff01-eguchi {
  background: url(../img/staff01-eguchi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff01-hurukawa {
  background: url(../img/staff01-hurukawa.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff01-shibue {
  background: url(../img/staff01-shibue.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff02-hosoya {
  background: url(../img/staff02-hosoya.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff02-kaneko {
  background: url(../img/staff02-kaneko.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff02-tashiro {
  background: url(../img/staff02-tashiro.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff03-kita {
  background: url(../img/staff03-kita.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff03-sakaida {
  background: url(../img/staff03-sakaida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff03-tamura {
  background: url(../img/staff03-tamura.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff03-taniguchi staff04-kirino {
  background: url(../img/staff03-taniguchi staff04-kirino.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff04-miyatake {
  background: url(../img/staff04-miyatake.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff04-okada {
  background: url(../img/staff04-okada.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff04-yamamoto {
  background: url(../img/staff04-yamamoto.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff04-yasuda {
  background: url(../img/staff04-yasuda.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff05-eguchi {
  background: url(../img/staff05-eguchi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff05-masaki {
  background: url(../img/staff05-masaki.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff05-sima {
  background: url(../img/staff05-sima.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff06-kitta {
  background: url(../img/staff06-kitta.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .staff06-sakaida {
  background: url(../img/staff06-sakaida.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#club .s1 .s1container .list .listbox .proftxt {
  width: calc(100% - 450px);
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt {
    width: 100%;
    margin: 10px auto;
  }
}
#club .s1 .s1container .list .listbox .proftxt .names h3 {
  font-size: 70px;
  color: #008a25;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .names h3 {
    font-size: 35px;
  }
}
#club .s1 .s1container .list .listbox .proftxt .names p {
  font-size: 20px;
  margin: -20px 0 30px 0;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .names p {
    font-size: 12px;
    margin: -5px 0 30px 0;
  }
}
#club .s1 .s1container .list .listbox .proftxt .prof .sub-a {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .prof .sub-a {
    font-size: 20px;
  }
}
#club .s1 .s1container .list .listbox .proftxt .prof ul li {
  font-size: 15px;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .prof ul li {
    font-size: 12px;
    padding: 5px 0 0 20px;
  }
}
#club .s1 .s1container .list .listbox .proftxt .prof ul li::before {
  content: "■ ";
  display: block;
  position: absolute;
  left: 0;
}
#club .s1 .s1container .list .listbox .proftxt .prof ul li span {
  font-size: 10px;
}
#club .s1 .s1container .list .listbox .proftxt .prof h4 {
  font-size: 30px;
  color: #008a25;
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .prof h4 {
    font-size: 15px;
  }
}
#club .s1 .s1container .list .listbox .proftxt .prof p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #club .s1 .s1container .list .listbox .proftxt .prof p {
    font-size: 12px;
  }
}
#club .s2 .googlecalender iframe {
  width: 100%;
}
#club .s2 a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 80px 0;
  color: #008a25;
  text-align: center;
}
#club .s2 a:hover {
  color: rgb(0, 87, 23.3260869565);
}
#club .s3 .s3container {
  margin: 0 auto;
}
#club .s3 .s3container table {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #club .s3 .s3container table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #club .s3 .s3container table tbody {
    width: 1000px;
    display: block;
  }
}
#club .s3 .s3container table tr:nth-child(odd) td {
  background: #E1FFED;
}
#club .s3 .s3container table tr th {
  background: #008a25;
  color: #fff;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #club .s3 .s3container table tr th {
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#club .s3 .s3container table tr td {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #008a25;
}
@media screen and (max-width: 768px) {
  #club .s3 .s3container table tr td {
    padding: 10px;
  }
}
#club .s3 .s3container table tr .green-bg {
  background: #29991D !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .red-bg {
  background: #FF0000 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .blue-bg {
  background: #0000FF !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .bluegreen-bg {
  background: #0DBAB5 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .pink-bg {
  background: #FF807D !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .gray-bg {
  background: #777777 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .s3 .s3container table tr .black-bg {
  background: #000 !important;
  color: #fff;
  border: 1px solid #fff;
}
#club .flex {
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club .flex {
    margin: 10px auto;
  }
}
#club .flex img {
  width: 200px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  #club .flex img {
    width: 100px;
    margin: 5px;
  }
}
#club .container .greenboxtitle {
  width: 60%;
}
#club .container .s1box {
  position: relative;
  height: 900px;
}
@media screen and (max-width: 768px) {
  #club .container .s1box {
    height: 640px;
  }
}
#club .container .s1box .photo {
  width: 60%;
  min-width: 800px;
  height: 760px;
  background: url(../img/g-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #club .container .s1box .photo {
    width: 100%;
    height: 250px;
    min-width: 100%;
    bottom: 0;
  }
}
#club .container .s1box .area {
  width: 40%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -240px 0 0 13%;
}
@media screen and (max-width: 768px) {
  #club .container .s1box .area {
    width: 80%;
    margin: -270px 0 0 10%;
    padding: 35px;
  }
}
#club .container .s1box .area h3 {
  color: #08A247;
  font-size: 20px;
}
#club .container .s1box .area h2 {
  color: #08A247;
  font-size: 30px;
  line-height: 1.3em;
}
#club .container .s1box .area h2 span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #club .container .s1box .area h2 {
    color: #08A247;
    font-size: 18px;
    line-height: 1.3em;
  }
}
#club .container .s1box .area p {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #club .container .s1box .area p {
    font-size: 12px;
  }
}
#club .container .s2box {
  position: relative;
  height: 900px;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #club .container .s2box {
    height: 640px;
    margin: 0;
  }
}
#club .container .s2box .photo {
  width: 60%;
  height: 900px;
  background: url(../img/g-02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #club .container .s2box .photo {
    width: 100%;
    height: 250px;
    bottom: 0;
  }
}
#club .container .s2box .area {
  width: 40%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  margin: -330px 13% 0 0;
}
@media screen and (max-width: 768px) {
  #club .container .s2box .area {
    width: 80%;
    margin: -270px 0 0 10%;
    padding: 35px;
    right: 10%;
  }
}
#club .container .s2box .area h3 {
  color: #08A247;
  font-size: 20px;
}
#club .container .s2box .area h2 {
  color: #08A247;
  font-size: 30px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #club .container .s2box .area h2 {
    color: #08A247;
    font-size: 18px;
    line-height: 1.3em;
  }
}
#club .container .s2box .area h2 span {
  font-size: 25px;
}
#club .container .s2box .area p {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #club .container .s2box .area p {
    font-size: 12px;
  }
}
#club .continer2 {
  width: 100%;
  box-sizing: border-box;
  background: url(../img/gimgbg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#club .continer2 .box1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #club .continer2 .box1 {
    padding: 35px;
  }
}
#club .continer2 .box1 h3 {
  color: #08A247;
  margin: 10px 0;
}
#club .continer2 .box1 p {
  margin: 10px 0 0 0;
}
#club .container3 h3 {
  color: #08A247;
}
#club .listboxies {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club .listboxies {
    flex-flow: column;
  }
}
#club .listboxies li {
  width: calc(33.3333333333% - 20px);
  margin: 30px 10px;
}
@media screen and (max-width: 768px) {
  #club .listboxies li {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
#club .listboxies li .thumnail {
  width: 100%;
}
#club .listboxies li .thumnail01 {
  width: 100%;
  height: 250px;
  background: url(../img/club01.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club .listboxies li .thumnail02 {
  width: 100%;
  height: 250px;
  background: url(../img/club02.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club .listboxies li .thumnail03 {
  width: 100%;
  height: 250px;
  background: url(../img/club03.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club .listboxies li .thumnail04 {
  width: 100%;
  height: 250px;
  background: url(../img/club04.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#club .listboxies li .txtcont .newsttl {
  font-weight: bold;
  color: #08A247;
  font-size: 20px;
  margin: 15px 0;
}
#club .listboxies li .txtcont .txtbox {
  line-height: 1.5em;
  margin: 10px 0;
  color: #000;
}
#club .listboxies li .txtcont .txtbox span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.8em;
}
#club .s4 {
  width: 100%;
  margin: 0 auto;
}
#club .s4 .s4container {
  display: flex;
  flex-wrap: wrap;
}
#club .s4 .s4container ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container ul {
    width: 100%;
  }
}
#club .s4 .s4container ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#club .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 .s4 .s4container ul .p1 {
    height: 150px;
  }
}
#club .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 .s4 .s4container ul .p2 {
    height: 150px;
  }
}
#club .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 .s4 .s4container ul .p3 {
    height: 150px;
  }
}
#club .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 .s4 .s4container ul .p4 {
    height: 150px;
  }
}
#club .s4 .s4container .noimgs {
  width: 50%;
  height: 500px;
  display: flex;
  background: #008a25 url(../img/noimg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
}
#club .s4 .s4container .noimgs iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .noimgs {
    width: 100%;
    height: 300px;
  }
}
#club .s4 .s4container .noimgs .whitelogo {
  width: 300px;
  height: 150px;
  background: url(../img/whitelogo.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#club .s4 .s4container .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E1FFED;
}
#club .s4 .s4container .lightbox {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
#club .s4 .s4container .lightbox h3 {
  font-size: 40px;
  color: #008a25;
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .lightbox h3 {
    font-size: 20px;
  }
}
#club .s4 .s4container .lightbox .cont {
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .lightbox .cont {
    margin: 20px 0;
  }
}
#club .s4 .s4container .lightbox .th {
  font-size: 20px;
  color: #008a25;
  width: 150px;
  float: left;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .lightbox .th {
    width: 80px;
    font-size: 12px;
  }
}
#club .s4 .s4container .lightbox .td {
  width: calc(100% - 150px);
  font-size: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .lightbox .td {
    width: calc(100% - 80px);
    font-size: 12px;
  }
}
#club .s4 .s4container .lightbox .greenbox {
  width: -moz-fit-content;
  width: fit-content;
  background: #008a25;
  color: #fff;
  padding: 5px 15px;
  margin: 10px 0;
}
#club .s4 .s4container .lightbox .greenbox span {
  color: yellow;
}
#club .s4 .s4container .lightbox .instaicon {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/instaicon.png) no-repeat;
  background-size: contain;
}
#club .s4 .s4container .googlemaps iframe {
  width: 100%;
  height: 100%;
  background: #333;
}
@media screen and (max-width: 768px) {
  #club .s4 .s4container .googlemaps iframe {
    min-height: 300px;
  }
}
#club .s5 {
  padding-bottom: 0;
}
#club .s5 .reservebox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #club .s5 .reservebox {
    flex-flow: column;
  }
}
#club .s5 .reservebox .box {
  width: 50%;
  margin: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #club .s5 .reservebox .box {
    width: 100%;
    margin: 0px auto 30px auto;
    padding: 30px;
  }
}
#club .s5 .reservebox .box p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #club .s5 .reservebox .box p {
    font-size: 12px;
  }
}
#club .s5 .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 .s5 .reservebox .box .tel {
    font-size: 30px;
  }
}
#club .s5 .reservebox .box .greenbtn {
  width: 100%;
  display: block;
  background: #008a25;
  color: #fff;
  padding: 10px 10px 10px 50px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 20px 0 0 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #club .s5 .reservebox .box .greenbtn {
    font-size: 16px;
  }
}
#club .s5 .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;
}

#contact {
  /*====確認ページ====*/
}
#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: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 10px 40px;
  margin: 10px;
  border: 1px solid #333;
  position: relative;
  float: left;
  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: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px 10px 50px;
  margin: 10px;
  border: 1px solid #333;
  position: relative;
  float: left;
  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;
  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;
  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 .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;
  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;
  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: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-contact-form-7-contact-form-selector .wpcf7cp-btns {
    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%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 10% 20px 10%;
  }
}
footer .footercontainer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footercontainer {
    flex-flow: column;
    align-items: center;
  }
}
footer ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
footer ul li a {
  display: block;
  color: #fff;
  margin: 0 20px 0 0;
  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;
  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;
  }
}

/*


*//*# sourceMappingURL=style.css.map */