@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #333;
}

a:hover {
  opacity: 0.5;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

@media (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 820px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

html {
  font-size: 0.6666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

header {
  width: 100%;
  height: 8.7rem;
  background: #80d4ff;
}
header.nakajo {
  background: #85e0f2;
}
header.isuzu {
  background: #99c6ff;
}
header.gym {
  background: #2652e1;
  position: relative;
}
@media screen and (max-width: 820px) {
  header.gym {
    overflow-x: clip;
  }
}
header.gym::after {
  content: '';
  width: 42rem;
  height: 36.7vw;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 39.5%;
  transform: skewX(40deg);
}
@media screen and (max-width: 820px) {
  header.gym::after {
    left: 25rem;
    height: 59.6rem;
  }
}
header.gym nav {
  z-index: 2;
}
@media screen and (max-width: 820px) {
  header {
    height: 14rem;
  }
}
header .headerCont {
  width: 112rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  header .headerCont {
    width: 100%;
  }
}
header .headerCont h1.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 7.2rem;
}
@media screen and (max-width: 820px) {
  header .headerCont h1.logo {
    height: 12rem;
    left: 4.2rem;
  }
}
header .headerCont h1.logo img {
  width: auto;
  height: 100%;
}
header .headerCont h1.logo.gym {
  height: 5.568rem;
  top: 1.2rem;
}
@media screen and (max-width: 820px) {
  header .headerCont h1.logo.gym {
    top: 2.6rem;
    height: 9.28rem;
    left: 4.2rem;
  }
}
header nav {
  position: absolute;
  top: 1.2rem;
  right: 0;
  height: 5.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  header nav {
    position: static;
    height: auto;
    margin-top: 14.5rem;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 820px) {
  header nav ul {
    flex-direction: column;
    width: 67rem;
    margin: auto auto 60px;
    gap: 0;
  }
}
@media screen and (max-width: 820px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 820px) {
  header nav ul li a {
    font-size: 3.2rem;
    padding: 4rem 0;
    border-bottom: 0.2rem dashed #333;
    display: block;
    background: url("../images/tri_right.webp") no-repeat center right;
    background-size: 2rem;
  }
}
header nav ul li.inquiry {
  margin-left: 2rem;
  width: 16rem;
  height: 4.8rem;
}
@media screen and (max-width: 820px) {
  header nav ul li.inquiry {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
header nav ul li.inquiry a {
  background: url("../images/ico_env.webp") no-repeat center right 2.4rem #fff35c;
  background-size: 1.6rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
}
@media screen and (max-width: 820px) {
  header nav ul li.inquiry a {
    font-size: 3.2rem;
    font-weight: 700;
    padding: 4rem 0;
    border: none;
    border-bottom: 0.2rem dashed #333;
    display: block;
    background: url("../images/tri_right.webp") no-repeat center right;
    background-size: 2rem;
    display: block;
    box-shadow: none;
    border-radius: 0;
  }
}
header nav ul li.inquiry a:hover {
  margin-top: 0.3rem;
  box-shadow: none;
  opacity: 1;
}
header nav ul.gym li a {
  color: #fff;
}
@media screen and (max-width: 820px) {
  header nav ul.gym li a {
    background: url("../images/tri_right_gym_white.webp") no-repeat center right;
    background-size: 1.4rem;
    border-bottom: 0.4rem solid rgba(255, 255, 255, 0.5);
  }
}
header nav ul.gym li.inquiry {
  height: 4rem;
}
@media screen and (max-width: 820px) {
  header nav ul.gym li.inquiry {
    height: auto;
  }
}
header nav ul.gym li.inquiry a {
  box-shadow: none;
  background: url("../images/ico_mail.webp") no-repeat center right 2.4rem;
  background-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 820px) {
  header nav ul.gym li.inquiry a {
    background: none;
    padding-left: 0;
    background: url("../images/tri_right_gym_white.webp") no-repeat center right;
    background-size: 1.4rem;
    border: none;
    border-radius: 0;
    border-bottom: 0.4rem solid rgba(255, 255, 255, 0.5);
    display: block;
  }
}
header nav ul.gym li.inquiry a:hover {
  margin-top: 0;
  background: url("../images/ico_mail_blue.webp") no-repeat center right 2.4rem #ffffff;
  background-size: 1.5rem;
  opacity: 1;
  border: 0.3rem solid #2652e1;
  color: #2652e1;
}

.mv {
  width: 100%;
  padding-bottom: 14rem;
  /*
  @media screen and (min-width: 2000px) {
  	background:url("../images/bg_mv.png") no-repeat center bottom #80d4ff;
  	background-size:4000px;
  }
  */
}
@media screen and (min-width: 1500px) {
  .mv {
    background: url("../images/bg_mv.png") no-repeat center bottom -1px #80d4ff;
    background-size: 4000px;
  }
}
@media screen and (max-width: 1500px) {
  .mv {
    background: url("../images/bg_mv1500.webp") no-repeat center bottom -0.1rem #80d4ff;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  .mv {
    background: url("../images/bg_mv_sp.png") no-repeat center bottom #80d4ff;
    background-size: 100%;
    padding-bottom: 16.5rem;
  }
}
.mv.isuzu {
  /*	
  @media screen and (min-width: 2000px) {
  		background:url("../images/bg_mv.webp") no-repeat center bottom #99c6ff;
  		background-size:100%;
  	}
  */
}
@media screen and (min-width: 1500px) {
  .mv.isuzu {
    background: url("../images/bg_mv.png") no-repeat center bottom -1px #99c6ff;
    background-size: 4000px;
  }
}
@media screen and (max-width: 1500px) {
  .mv.isuzu {
    background: url("../images/bg_mv1500.webp") no-repeat center bottom -0.1rem #99c6ff;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  .mv.isuzu {
    background: url("../images/bg_mv_sp.png") no-repeat center bottom #99c6ff;
    background-size: 100%;
    padding-bottom: 16.5rem;
  }
}
.mv.nakajo {
  /*	
  @media screen and (min-width: 2000px) {
  		background:url("../images/bg_mv.webp") no-repeat center bottom #85e0f2;
  		background-size:100%;
  	}
  */
}
@media screen and (min-width: 1500px) {
  .mv.nakajo {
    background: url("../images/bg_mv.png") no-repeat center bottom -1px #85e0f2;
    background-size: 4000px;
  }
}
@media screen and (max-width: 1500px) {
  .mv.nakajo {
    background: url("../images/bg_mv1500.webp") no-repeat center bottom -0.1rem #85e0f2;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  .mv.nakajo {
    background: url("../images/bg_mv_sp.png") no-repeat center bottom #85e0f2;
    background-size: 100%;
    padding-bottom: 16.5rem;
  }
}
.mv.gym {
  background: #2652e1;
  padding-bottom: 6rem;
}
@media screen and (max-width: 820px) {
  .mv.gym {
    padding-bottom: 10rem;
  }
}
.mv.gym .inner {
  width: 100%;
}
.mv.gym .inner ul.slider02 {
  width: 100%;
  height: 26.6vw;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mv.gym .inner ul.slider02 {
    width: 67rem;
    height: auto;
    margin: auto;
  }
}
.mv.gym .inner ul.slider02 li.slide {
  width: 50vw;
  margin: auto;
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mv.gym .inner ul.slider02 li.slide {
    width: 67rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.mv .inner {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mv .inner {
    width: 72rem;
    flex-direction: column;
  }
}
.mv .inner::before {
  content: '';
  position: absolute;
  top: 1.6rem;
  left: -9.7rem;
  width: 5.48rem;
  height: 9.6rem;
  background: url("../images/bubble.webp") no-repeat;
  background-size: cover;
}
.mv .inner ul.slider {
  width: 75rem;
  height: 40rem;
  position: relative;
  pointer-events: none;
  border-radius: 6rem;
}
@media screen and (max-width: 820px) {
  .mv .inner ul.slider {
    width: 67rem;
    height: 35.8rem;
  }
}
.mv .inner ul.slider::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.8rem solid #fff;
  border-radius: 6rem;
  box-sizing: border-box;
  z-index: 2;
}
.mv .inner ul.slider li {
  border-radius: 6rem;
  overflow: hidden;
}
.mv .inner ul.slider li a {
  pointer-events: auto;
}
.mv .inner ul.slider li img {
  width: 75rem;
  height: 40rem;
}
@media screen and (max-width: 820px) {
  .mv .inner ul.slider li img {
    width: 100%;
    height: auto;
  }
}
.mv .inner ul.slider.notsummer {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv .inner ul.slider.notsummer {
    width: 67rem;
    height: 35.8rem;
  }
}
.mv .inner ul.slider.notsummer li img {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 820px) {
  .mv .inner ul.slider.notsummer li img {
    width: 100%;
    height: auto;
  }
}
.mv .inner .congestion {
  width: 32rem;
  height: 28rem;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion {
    width: 67rem;
    height: 12rem;
    margin-top: 3.3rem;
  }
}
.mv .inner .congestion.deg01 {
  background: url("../images/deg01.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg01 {
    background: url("../images/deg01_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.deg02 {
  background: url("../images/deg02.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg02 {
    background: url("../images/deg02_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.deg03 {
  background: url("../images/deg03.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg03 {
    background: url("../images/deg03_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.deg04 {
  background: url("../images/deg04.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg04 {
    background: url("../images/deg04_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.deg05 {
  background: url("../images/deg05.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg05 {
    background: url("../images/deg05_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.deg06 {
  background: url("../images/deg06.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .mv .inner .congestion.deg06 {
    background: url("../images/deg06_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.mv .inner .congestion.notsummer {
  display: none;
}

ul.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.7rem;
  pointer-events: auto;
}
@media screen and (max-width: 820px) {
  ul.slick-dots {
    display: none !important;
  }
}
ul.slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 50%;
  background: #333;
  text-indent: -9999px;
}
ul.slick-dots li.slick-active button {
  background: #fff;
}

.slider02 ul.slick-dots {
  bottom: -2vw;
}
@media screen and (max-width: 820px) {
  .slider02 ul.slick-dots {
    display: flex !important;
    gap: 1.6rem;
    bottom: -5rem;
  }
}
.slider02 ul.slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
}
@media screen and (max-width: 820px) {
  .slider02 ul.slick-dots li button {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.slider02 ul.slick-dots li.slick-active button {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
}
@media screen and (max-width: 820px) {
  .slider02 ul.slick-dots li.slick-active button {
    width: 1.6rem;
    height: 1.6rem;
  }
}

button.slick-prev {
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  left: -2rem;
  background: url("../images/ico_prev.webp") no-repeat;
  background-size: 4.6rem;
  z-index: 3;
  transform: translateY(-50%);
  text-indent: -9999px;
  pointer-events: auto;
}
@media screen and (max-width: 820px) {
  button.slick-prev {
    width: 5.6rem;
    height: 5.6rem;
    background-size: 5.6rem;
    left: -2.5rem;
  }
}

button.slick-next {
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  right: -2rem;
  background: url("../images/ico_next.webp") no-repeat;
  background-size: 4.6rem;
  z-index: 3;
  transform: translateY(-50%);
  text-indent: -9999px;
  pointer-events: auto;
}
@media screen and (max-width: 820px) {
  button.slick-next {
    width: 5.6rem;
    height: 5.6rem;
    background-size: 5.6rem;
    right: -2.5rem;
  }
}

ul.slider02 button.slick-prev {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 24.7%;
  background: url("../images/ico_prev_gym.webp") no-repeat center center #fff;
  background-size: 0.6rem;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  border: 1px solid #2652e1;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  ul.slider02 button.slick-prev {
    width: 5.6rem;
    height: 5.6rem;
    background-size: 0.7rem;
    top: 50%;
    left: 0;
  }
}

ul.slider02 button.slick-next {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 24.7%;
  background: url("../images/ico_next_gym.webp") no-repeat center center #fff;
  background-size: 0.6rem;
  z-index: 3;
  transform: translate(50%, -50%);
  text-indent: -9999px;
  border: 1px solid #2652e1;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  ul.slider02 button.slick-next {
    width: 5.6rem;
    height: 5.6rem;
    background-size: 0.7rem;
    top: 50%;
    right: 0;
  }
}

section.emergency {
  width: 100%;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency {
    margin-top: 3.8rem;
    margin-bottom: 16rem;
  }
}
section.emergency .inner {
  width: 112rem;
  margin: auto;
  border-radius: 4rem;
  border: 0.3rem solid #333;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  section.emergency .inner {
    width: 67rem;
    flex-direction: column;
    border: 0.4rem solid #333;
  }
}
section.emergency .inner h2 {
  width: 25.4rem;
  background: url("../images/ico_exc.webp") no-repeat center left 3.8rem #e95632;
  background-size: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding-left: 7rem;
  display: flex;
  align-items: center;
  border-right: 0.3rem solid #333;
}
@media screen and (max-width: 820px) {
  section.emergency .inner h2 {
    width: 100%;
    height: 8.3rem;
    background: url("../images/ico_exc.webp") no-repeat center left 15.2rem #e95632;
    background-size: 4rem;
    font-size: 3.6rem;
    padding-left: 21.2rem;
    border-right: none;
    border-bottom: 0.4rem solid #333;
  }
}
section.emergency .inner ul {
  width: calc(100% - 25.4rem);
  padding: 0 3rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul {
    width: 100%;
    padding: 0 4rem 4rem;
  }
}
section.emergency .inner ul li {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 0.1rem dashed #333;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li {
    font-size: 3.2rem;
    padding: 4rem 0;
    border-bottom: 0.3rem dashed #333;
  }
}
section.emergency .inner ul li span.date {
  width: 13rem;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li span.date {
    width: 100%;
    margin-bottom: 2rem;
  }
}
section.emergency .inner ul li span.triger {
  width: calc(100% - 13rem);
  color: #e95632;
  background: url("../images/tri_below.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li span.triger {
    width: 100%;
    background: url("../images/tri_below.webp") no-repeat center right 0;
    background-size: 2rem;
  }
}
section.emergency .inner ul li span.triger.active {
  background: url("../images/tri_avobe.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li span.triger.active {
    background: url("../images/tri_avobe.webp") no-repeat center right 0;
    background-size: 1.8rem;
  }
}
section.emergency .inner ul li a {
  width: calc(100% - 13rem);
  color: #e95632;
  background: url("../images/tri_right.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li a {
    width: 100%;
    line-height: 4.8rem;
    background: url("../images/tri_right.webp") no-repeat center right 0;
    background-size: 2rem;
    padding-right: 4.8rem;
  }
}
section.emergency .inner ul li a.extLink {
  background: url("../images/ico_ext.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li a.extLink {
    background: url("../images/ico_ext.webp") no-repeat center right 0;
    background-size: 2.4rem;
  }
}
section.emergency .inner ul li a.pdfLink {
  background: url("../images/ico_pdf.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li a.pdfLink {
    background: url("../images/ico_pdf.webp") no-repeat center right 0;
    background-size: 2.4rem;
  }
}
section.emergency .inner ul li p {
  display: none;
  margin-top: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  section.emergency .inner ul li p {
    line-height: 4.8rem;
  }
}
section.emergency .inner ul li p.open {
  display: block;
}
section.emergency.gym {
  background: #2652e1;
}
@media screen and (max-width: 820px) {
  section.emergency.gym {
    margin-top: -0.1rem;
    background: linear-gradient(to right, #2652E1 0%, #2652E1 50%, #5175E7 50%, #5175E7 100%);
    margin-bottom: 9.6rem;
  }
}
section.emergency.gym .outer {
  width: 100%;
  padding-top: 4rem;
  background: #fff;
  border-radius: 2.4rem 2.4rem 0 0;
}
section.emergency.gym .outer .inner {
  border: 0.1rem solid #e50000;
  border-radius: 0.8rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner {
    border: 0.4rem solid #e50000;
  }
}
section.emergency.gym .outer .inner h2 {
  width: 25.4rem;
  background: url(../images/ico_exc.webp) no-repeat center left 3.8rem #e50000;
  background-size: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding-left: 7rem;
  display: flex;
  align-items: center;
  border-right: none;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner h2 {
    width: 100%;
    background: url(../images/ico_exc.webp) no-repeat center left 15.3rem #e50000;
    background-size: 4rem;
    font-size: 3.6rem;
    padding-left: 21.4rem;
    border-bottom: none;
  }
}
section.emergency.gym .outer .inner ul li {
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li {
    border-bottom: 0.2rem solid #dddddd;
  }
}
section.emergency.gym .outer .inner ul li a {
  color: #e50000;
  font-weight: 700;
  background: url(../images/tri_right_gym.webp) no-repeat center right 1.2rem;
  background-size: 0.7rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li a {
    background: url(../images/tri_right_gym.webp) no-repeat center right 1rem;
    background-size: 1.5rem;
  }
}
section.emergency.gym .outer .inner ul li a.extLink {
  background: url("../images/ico_ext.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li a.extLink {
    background: url("../images/ico_ext.webp") no-repeat center right 1rem;
    background-size: 2.4rem;
  }
}
section.emergency.gym .outer .inner ul li a.pdfLink {
  background: url("../images/ico_pdf.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li a.pdfLink {
    background: url("../images/ico_pdf.webp") no-repeat center right 1rem;
    background-size: 2.4rem;
  }
}
section.emergency.gym .outer .inner ul li span.triger {
  color: #e50000;
  font-weight: 700;
  background: url(../images/tri_below_gym.webp) no-repeat center right 1rem;
  background-size: 1.3rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li span.triger {
    background: url(../images/tri_below_gym.webp) no-repeat center right 1rem;
    background-size: 2.6rem;
  }
}
section.emergency.gym .outer .inner ul li span.triger.active {
  background: url("../images/tri_above_gym.webp") no-repeat center right 1rem;
  background-size: 1.3rem;
}
@media screen and (max-width: 820px) {
  section.emergency.gym .outer .inner ul li span.triger.active {
    background: url("../images/tri_above_gym.webp") no-repeat center right 1rem;
    background-size: 2.6rem;
  }
}

section.news {
  width: 100%;
  padding-bottom: 10.6rem;
}
section.news .inner {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
section.news .inner.lower {
  width: 96rem;
  margin: 4rem auto auto;
}
@media screen and (max-width: 820px) {
  section.news .inner.lower {
    width: 67rem;
    margin: 5.8rem auto auto;
  }
}
@media screen and (max-width: 820px) {
  section.news .inner {
    width: 100%;
    flex-direction: column;
  }
}
section.news .inner .sectionHead {
  width: 23.6rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .sectionHead {
    width: 100%;
  }
}
section.news .inner .sectionHead h2 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .sectionHead h2 {
    font-size: 8rem;
    text-align: center;
  }
}
section.news .inner .sectionHead h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .sectionHead h2 span {
    font-size: 3.6rem;
  }
}
section.news .inner .sectionHead h2.gym {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  section.news .inner .sectionHead h2.gym {
    font-size: 10rem;
  }
}
section.news .inner .sectionHead h2.gym span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 820px) {
  section.news .inner .sectionHead h2.gym span {
    font-size: 3.6rem;
  }
}
section.news .inner .sectionHead p.more {
  width: 21.4rem;
  height: 4.8rem;
}
section.news .inner .sectionHead p.more a {
  background: url("../images/tri_right.webp") no-repeat center right 1.5rem;
  background-size: 1.4rem;
  padding-left: 2.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
}
section.news .inner .sectionHead p.more a:hover {
  transform: translateY(0.2rem);
  box-shadow: none;
  opacity: 1;
  border: 0.4rem solid #333;
}
section.news .inner .sectionHead p.more.gym a {
  border: none;
  font-size: 1.6rem;
  padding-left: 0;
  background: url("../images/bg_more_gym.webp") no-repeat center right;
  background-size: 4rem;
  box-shadow: none;
  color: #2652e1;
}
section.news .inner .sectionHead p.more.gym a:hover {
  background: url("../images/bg_more_gym_hover.webp") no-repeat center right;
  background-size: 4rem;
  transform: translateY(0);
}
section.news .inner .newsList {
  width: 80rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList {
    width: 67rem;
    margin: auto;
  }
}
section.news .inner .newsList dl {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px dashed #333;
}
section.news .inner .newsList dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
section.news .inner .newsList dl a {
  display: block;
  background: url("../images/tri_right.webp") no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl a {
    background-size: 2rem;
  }
}
section.news .inner .newsList dl a.extLink {
  background: url(../images/ico_ext.webp) no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl a.extLink {
    background-size: 2.4rem;
  }
}
section.news .inner .newsList dl a.pdfLink {
  background: url(../images/ico_pdf.webp) no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl a.pdfLink {
    background-size: 2.4rem;
  }
}
section.news .inner .newsList dl dt {
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl dt {
    font-size: 3.2rem;
  }
}
section.news .inner .newsList dl dt span {
  font-size: 1.2rem;
  font-weight: 700;
  width: 12.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.9rem;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 1.2rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl dt span {
    font-size: 2rem;
    width: 20rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
section.news .inner .newsList dl dt span.cat01 {
  background: #fff35c;
}
section.news .inner .newsList dl dt span.cat02 {
  background: #78dba4;
}
section.news .inner .newsList dl dt span.cat03 {
  background: #fba3d0;
}
section.news .inner .newsList dl dd {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl dd {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-right: 4.5rem;
  }
}
section.news .inner .newsList dl.gym {
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl.gym {
    border-bottom: 0.2rem solid #dddddd;
  }
}
section.news .inner .newsList dl.gym a {
  display: block;
  background: url("../images/tri_right_gym_blue.webp") no-repeat center right 1.3rem;
  background-size: 0.7rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl.gym a {
    background: url("../images/tri_right_gym.webp") no-repeat center right 0.8rem;
    background-size: 1.4rem;
  }
}
section.news .inner .newsList dl.gym a.extLink {
  background: url(../images/ico_ext.webp) no-repeat center right 1.3rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl.gym a.extLink {
    background: url(../images/ico_ext.webp) no-repeat center right 0.8rem;
    background-size: 2.4rem;
  }
}
section.news .inner .newsList dl.gym a.pdfLink {
  background: url(../images/ico_pdf.webp) no-repeat center right 1.3rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl.gym a.pdfLink {
    background: url(../images/ico_pdf.webp) no-repeat center right 0.8rem;
    background-size: 2.4rem;
  }
}
section.news .inner .newsList dl.gym dt span {
  border: none;
  background: #e9eefc !important;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList dl.gym dt span {
    width: 20.6rem;
  }
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList p.more {
    margin: 6.4rem auto 0;
    width: 42.8rem;
    height: 9.8rem;
  }
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList p.more a {
    background: url("../images/tri_right.webp") no-repeat center right 3.6rem;
    background-size: 1.8rem;
    padding-left: 5.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0.4rem solid #333;
    border-radius: 4.9rem;
    box-sizing: border-box;
    box-shadow: 0 0.8rem #333;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList p.more.gym {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 8rem;
  }
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList p.more.gym a {
    border: none;
    font-size: 3.2rem;
    padding-left: 0;
    padding-right: 10.8rem;
    background: url(../images/bg_more_gym.webp) no-repeat center right;
    background-size: 8rem;
    box-shadow: none;
    display: flex;
    justify-content: flex-end;
  }
}
section.news .inner .newsList.lower {
  width: 100%;
}
section.news .inner .newsList.lower dl {
  padding-bottom: 2rem;
}
section.news .inner .newsList.lower dl a {
  background: url("../images/tri_right.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList.lower dl a {
    background: url("../images/tri_right.webp") no-repeat center right;
    background-size: 2rem;
  }
}
section.news .inner .newsList.lower dl a.pdfLink {
  background: url(../images/ico_pdf.webp) no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList.lower dl a.pdfLink {
    background: url(../images/ico_pdf.webp) no-repeat center right;
    background-size: 2.4rem;
  }
}
section.news .inner .newsList.lower dl a.extLink {
  background: url(../images/ico_ext.webp) no-repeat center right 1rem;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList.lower dl a.extLink {
    background: url(../images/ico_ext.webp) no-repeat center right;
    background-size: 2.4rem;
  }
}
section.news .inner .newsList.lower dl dd {
  line-height: 1.5;
}
section.news .inner .newsList.lower dl.gym a {
  background: url(../images/tri_right_gym_blue.webp) no-repeat center right 1.3rem;
  background-size: 0.7rem;
}
@media screen and (max-width: 820px) {
  section.news .inner .newsList.lower dl.gym a {
    background: url(../images/tri_right_gym.webp) no-repeat center right 0.6rem;
    background-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  section.news.gym {
    padding-bottom: 9.6rem;
  }
}

section.outline {
  padding-top: 9.2rem;
  padding-bottom: 19rem;
  position: relative;
  background: url("../images/bg_outline.png") no-repeat center top #80d4ff;
  background-size: 4000px;
  /*
  &::after {
  	content:'';
  	width:100%;
  	height:19rem;
  	position:absolute;
  	top:-8rem;
  	left:0;
  	background:url("../images/bg_outline.png") no-repeat center top;
  	background-size:2000px;
  	
  	@media screen and (max-width: 1500px) {
  		background:url("../images/bg_outline1500.png") no-repeat center top;
  		background-size:100%;
  	}
  	@media screen and (max-width: 820px) {
  		display:none;
  	}
  }
  */
}
@media screen and (max-width: 820px) {
  section.outline {
    padding-top: 16.8rem;
    background: url("../images/bg_outline_sp.png") no-repeat center top #80d4ff;
    background-size: 100%;
    padding-bottom: 28rem;
  }
}
section.outline.isuzu {
  background: url("../images/bg_outline_isuzu.png") no-repeat center top #99c6ff;
  background-size: 4000px;
}
@media screen and (max-width: 820px) {
  section.outline.isuzu {
    padding-top: 16.8rem;
    background: url("../images/bg_outline_isuzu_sp.png") no-repeat center top #99c6ff;
    background-size: 100%;
    padding-bottom: 28rem;
  }
}
section.outline h2 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3.7rem;
  letter-spacing: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  section.outline h2 {
    font-size: 8rem;
    margin-bottom: 6.4rem;
  }
}
section.outline h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.1rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  section.outline h2 span {
    font-size: 3.6rem;
  }
}
section.outline .inner {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 820px) {
  section.outline .inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}
section.outline .inner figure.pen {
  position: absolute;
  bottom: -10rem;
  right: -6rem;
  width: 24.1rem;
}
@media screen and (max-width: 820px) {
  section.outline .inner figure.pen {
    bottom: -20rem;
    right: 3.6rem;
  }
}
section.outline .inner .gmap {
  width: 56rem;
  height: 48rem;
  border-radius: 4rem;
  border: 0.3rem solid #333;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  section.outline .inner .gmap {
    width: 67rem;
    height: auto;
    margin: auto;
    border: none;
    border-radius: 4rem;
    padding-bottom: 1rem;
  }
}
section.outline .inner .gmap iframe {
  width: 100%;
  height: 57.4rem;
}
@media screen and (max-width: 820px) {
  section.outline .inner .gmap iframe {
    border: 0.4rem solid #333 !important;
    border-radius: 4rem;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 820px) {
  section.outline .inner .gmap p.toAccess {
    width: 42.8rem;
    height: 9.8rem;
    margin: 6.4rem auto auto;
  }
}
@media screen and (max-width: 820px) {
  section.outline .inner .gmap p.toAccess a {
    background: url(../images/tri_right.webp) no-repeat center right 3.6rem #fff;
    background-size: 1.8rem;
    padding-left: 5.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0.4rem solid #333;
    border-radius: 4.9rem;
    box-sizing: border-box;
    box-shadow: 0 0.8rem #333;
    transition: all 0.2s ease;
  }
}
section.outline .inner .gmap p.toAccess a:hover {
  transform: translateY(0.2rem);
  box-shadow: none;
  opacity: 1;
}
section.outline .inner .txts {
  width: 49.6rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts {
    width: 100%;
  }
}
section.outline .inner .txts dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.2rem;
  margin-bottom: 3rem;
  border-bottom: 1px dashed #333;
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts dl {
    width: 67rem;
    margin: auto;
    flex-direction: column;
    padding-bottom: 3.6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts dl:last-of-type {
    margin-bottom: 0;
  }
}
section.outline .inner .txts dl dt {
  width: 9.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts dl dt {
    font-size: 3.2rem;
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
section.outline .inner .txts dl dd {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: calc(100% - 9.7rem);
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts dl dd {
    font-size: 3.2rem;
    line-height: 4.8rem;
    width: 100%;
  }
}
section.outline .inner .txts p.toAccess {
  width: 21.4rem;
  height: 4.8rem;
  margin-top: 6rem;
}
section.outline .inner .txts p.toAccess a {
  background: url("../images/tri_right.webp") no-repeat center right 1.5rem #fff;
  background-size: 1.4rem;
  padding-left: 2.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
}
section.outline .inner .txts p.toAccess a:hover {
  transform: translateY(0.2rem);
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  section.outline .inner .txts p.toAccess a {
    border: 0.4rem solid #333;
  }
}
section.outline.gym {
  background: #2652e1;
  border-radius: 4rem 4rem 0 0;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  section.outline.gym {
    overflow-x: hidden;
    padding-top: 9rem;
  }
}
section.outline.gym::after {
  content: '';
  width: 42rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 39%;
  transform: skewX(40deg);
}
@media screen and (max-width: 820px) {
  section.outline.gym::after {
    left: 83rem;
  }
}
section.outline.gym .inner {
  z-index: 2;
}
section.outline.gym h2 {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 3.7rem;
  letter-spacing: 0.3rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  section.outline.gym h2 {
    font-size: 10rem;
    margin-bottom: 6.4rem;
    line-height: 1;
  }
}
section.outline.gym h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.1rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  section.outline.gym h2 span {
    font-size: 3.6rem;
  }
}
section.outline.gym .inner .txts {
  color: #fff;
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .txts {
    width: 67rem;
    margin: auto;
  }
}
section.outline.gym .inner .txts dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.2rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .txts dl {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 0.2rem solid #fff;
  }
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .txts dl:last-of-type {
    margin-bottom: 0;
  }
}
section.outline.gym .inner .txts dl dd a {
  color: #fff;
}
section.outline.gym .inner .txts p.toAccess {
  width: 20.7rem;
  height: 4rem;
  margin-top: 6rem;
}
section.outline.gym .inner .txts p.toAccess a {
  background: url(../images/bg_access_gym.webp) no-repeat center right;
  background-size: 4rem;
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease;
}
section.outline.gym .inner .txts p.toAccess a:hover {
  background: url(../images/bg_access_gym_hover.webp) no-repeat center right;
  background-size: 4rem;
  transform: translateY(0);
  opacity: 1;
}
section.outline.gym .inner .gmap {
  width: 56rem;
  height: 48rem;
  border-radius: 1rem;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .gmap {
    width: 67rem;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .gmap iframe {
    width: 100%;
    height: 57.4rem;
    border-radius: 1rem;
    overflow: hidden;
    border: none !important;
  }
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .gmap p.toAccess {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 8rem;
  }
}
@media screen and (max-width: 820px) {
  section.outline.gym .inner .gmap p.toAccess a {
    border: none;
    font-size: 3.2rem;
    padding-left: 0;
    padding-right: 10.8rem;
    background: url(../images/bg_access_gym.webp) no-repeat center right;
    background-size: 8rem;
    box-shadow: none;
    display: flex;
    justify-content: flex-end;
    color: #fff;
  }
}

section.instagram {
  width: 100%;
  background: #80d4ff;
  padding-bottom: 12rem;
}
section.instagram.isuzu {
  background: #99c6ff;
}
@media screen and (max-width: 820px) {
  section.instagram {
    padding-bottom: 16rem;
  }
}
section.instagram .inner {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  section.instagram .inner {
    width: 100%;
    flex-direction: column;
  }
}
section.instagram .inner .sectionHead {
  width: 42rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead {
    width: 100%;
  }
}
section.instagram .inner .sectionHead h2 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3.7rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead h2 {
    font-size: 8rem;
    margin-bottom: 6.4rem;
    text-align: center;
  }
}
section.instagram .inner .sectionHead h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.1rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead h2 span {
    font-size: 3.6rem;
  }
}
section.instagram .inner .sectionHead p.lead {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin: 3.4rem 0 5.8rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead p.lead {
    font-size: 3.2rem;
    line-height: 4.8rem;
    width: 67rem;
    margin: auto auto 6.4rem;
  }
}
section.instagram .inner .sectionHead p.moreInsta {
  width: 21.4rem;
  height: 4.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead p.moreInsta {
    width: 63.2rem;
    margin: auto auto 16rem;
  }
}
section.instagram .inner .sectionHead p.moreInsta a {
  background: url(../images/ico_insta.webp) no-repeat center right 1.5rem #fff;
  background-size: 2.4rem;
  padding-left: 2.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
}
section.instagram .inner .sectionHead p.moreInsta a:hover {
  transform: translateY(0.2rem);
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .sectionHead p.moreInsta a {
    border: 0.4rem solid #333;
  }
}
section.instagram .inner .insta {
  width: 63.2rem;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .insta {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  section.instagram .inner .insta p.moreInsta {
    width: 42.8rem;
    height: 9.8rem;
    margin: 6.4rem auto auto;
  }
}
@media screen and (max-width: 820px) {
  section.instagram .inner .insta p.moreInsta a {
    background: url(../images/ico_insta.webp) no-repeat center right 3.6rem #fff;
    background-size: 4.8rem;
    padding-left: 5.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0.4rem solid #333;
    border-radius: 4.9rem;
    box-sizing: border-box;
    box-shadow: 0 0.8rem #333;
    transition: all 0.2s ease;
  }
}
section.instagram .inner .insta p.moreInsta a:hover {
  transform: translateY(0.2rem);
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  section.instagram .inner .insta p.moreInsta.gym {
    display: flex;
    justify-content: flex-end;
    width: 67rem;
    height: 8rem;
  }
}
@media screen and (max-width: 820px) {
  section.instagram .inner .insta p.moreInsta.gym a {
    border: none;
    font-size: 3.2rem;
    padding-left: 0;
    padding-right: 10.8rem;
    background: url(../images/ico_insta_gym.webp) no-repeat center right;
    background-size: 8rem;
    box-shadow: none;
    display: flex;
    justify-content: flex-end;
    color: #333;
  }
}
section.instagram.gym {
  background: #2652e1;
  padding-bottom: 0;
}
section.instagram.gym .outer {
  width: 100%;
  border-radius: 4rem 4rem 0 0;
  background: #f0f3fd;
  padding-top: 7.7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer {
    padding-top: 9rem;
    padding-bottom: 9.6rem;
  }
}
section.instagram.gym .outer .inner .sectionHead {
  width: 42rem;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer .inner .sectionHead {
    width: 100%;
  }
}
section.instagram.gym .outer .inner .sectionHead h2 {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3.7rem;
  letter-spacing: 0.3rem;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer .inner .sectionHead h2 {
    font-size: 10rem;
    margin-bottom: 6rem;
    text-align: center;
  }
}
section.instagram.gym .outer .inner .sectionHead h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.1rem;
  letter-spacing: 0.1rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer .inner .sectionHead h2 span {
    font-size: 3.6rem;
  }
}
section.instagram.gym .outer .inner .sectionHead p.lead {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin: 3.4rem 0 5.8rem;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer .inner .sectionHead p.lead {
    font-size: 3.2rem;
    line-height: 4.8rem;
    width: 67rem;
    margin: auto auto 6.4rem;
  }
}
section.instagram.gym .outer .inner .sectionHead p.moreInsta {
  width: 13.4rem;
  height: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 820px) {
  section.instagram.gym .outer .inner .sectionHead p.moreInsta {
    width: 63.2rem;
    margin: auto auto 16rem;
  }
}
section.instagram.gym .outer .inner .sectionHead p.moreInsta a {
  background: url(../images/ico_insta_gym.webp) no-repeat center right 1.5rem;
  background-size: 4rem;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease;
}
section.instagram.gym .outer .inner .sectionHead p.moreInsta a:hover {
  background: url(../images/ico_insta_gym_hover.webp) no-repeat center right 1.5rem;
  background-size: 4rem;
  transform: translateY(0);
  box-shadow: none;
  opacity: 1;
  color: #2652e1;
}

footer {
  width: 100%;
  background: #80d4ff;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  footer {
    height: auto;
    /* 96rem */
  }
}
footer .inner {
  width: 100%;
  border-radius: 4rem 4rem 0 0;
  background: #fff;
  padding-top: 4rem;
}
@media screen and (max-width: 820px) {
  footer .inner {
    padding-top: 9.6rem;
  }
}
footer .inner ul.bnrs {
  width: 112rem;
  margin: auto auto 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  footer .inner ul.bnrs {
    width: 67rem;
    margin: auto auto 9.6rem;
  }
}
footer .inner ul.bnrs li {
  width: 26.8rem;
}
@media screen and (max-width: 820px) {
  footer .inner ul.bnrs li {
    width: 32.7rem;
  }
}
footer .inner ul.bnrs li img {
  width: 100%;
  height: auto;
}
footer .inner .footCont {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0;
  }
}
footer .inner .footCont h3 {
  width: 32rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont h3 {
    width: 51rem;
    margin: auto auto 6.4rem;
  }
}
footer .inner .footCont .links {
  width: calc(100% - 32rem);
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links {
    width: 100%;
    margin-bottom: 6.4rem;
    justify-content: center;
  }
}
footer .inner .footCont .links ul {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 3.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links ul {
    width: 100%;
    margin-top: 0;
    margin-bottom: 6.4rem;
    flex-direction: column;
    gap: 2.2rem;
    justify-content: center;
  }
}
footer .inner .footCont .links ul li {
  height: 1.4rem;
  border-right: 1px solid #333;
  padding: 0 1.3rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links ul li {
    width: 100%;
    border-right: none;
    text-align: center;
    height: auto;
  }
}
footer .inner .footCont .links ul li:last-of-type {
  border-right: none;
  padding: 0 0 0 1.3rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links ul li:last-of-type {
    padding: 0 0 0 0;
  }
}
footer .inner .footCont .links ul li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links ul li a {
    font-size: 2.4rem;
  }
}
footer .inner .footCont .links p {
  font-size: 1rem;
}
@media screen and (max-width: 820px) {
  footer .inner .footCont .links p {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
}
footer.gym {
  background: #f0f3fd;
}
footer.isuzu {
  background: #99c6ff;
}
footer.nakajo {
  background: #85e0f2;
}
footer.gym.other {
  background: #2652e1;
}

.informationTop {
  width: 100%;
  margin: 1.5rem auto auto;
}
.informationTop.school {
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .informationTop.school {
    margin-bottom: 6.4rem;
  }
}
.informationTop p.catch {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .informationTop p.catch {
    font-size: 4.8rem;
    line-height: 1.5;
    padding-bottom: 10rem;
  }
}
.informationTop p.catch span {
  position: relative;
  display: inline-block;
  margin-bottom: 1.7rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5rem;
  text-decoration-color: #fff35c;
  text-underline-offset: -0.1em;
  width: auto;
  min-width: 48.3rem;
}
@media screen and (max-width: 820px) {
  .informationTop p.catch span {
    margin-bottom: auto;
    width: 100%;
  }
}
.informationTop p.catch span:nth-of-type(1)::before {
  content: '';
  width: 21.77rem;
  height: 11.38rem;
  background: url("../images/pen_left.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.5rem;
  left: -28rem;
}
@media screen and (max-width: 820px) {
  .informationTop p.catch span:nth-of-type(1)::before {
    display: none;
  }
}
.informationTop p.catch span:nth-of-type(1)::after {
  content: '';
  width: 17.11rem;
  height: 8.83rem;
  background: url("../images/pen_right.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -6.5rem;
  right: -20rem;
}
@media screen and (max-width: 820px) {
  .informationTop p.catch span:nth-of-type(1)::after {
    width: 13.69rem;
    height: 7.06rem;
    background: url("../images/pen_right.png") no-repeat;
    background-size: 100%;
    top: -7rem;
    right: 5rem;
  }
}
.informationTop p.catch span:nth-of-type(2) {
  				/*
  				&::after {
  					content:'';
  					width:17.11rem;
  					height:8.83rem;
  					background:url("../images/pen_right.png") no-repeat;
  					background-size:100%;
  					position:absolute;
  					top:-6.5rem;
  					right:-20rem;
  					
  					@media screen and (max-width: 820px) {
    						display:none;
  					}
  				}
  				*/
}
.informationTop p.catch span:nth-of-type(2)::before {
  content: '';
  position: absolute;
  display: none;
}
@media screen and (max-width: 820px) {
  .informationTop p.catch span:nth-of-type(2)::before {
    display: block;
    width: 17.41rem;
    height: 9.1rem;
    background: url("../images/pen_left.png") no-repeat;
    background-size: 100%;
    bottom: -9.5rem;
    left: 3rem;
  }
}
.informationTop p.lead {
  width: 80rem;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  .informationTop p.lead {
    width: 67rem;
    font-size: 3.2em;
    line-height: 5.4rem;
  }
}
.informationTop.gym {
  background: #fff;
  margin: 2rem auto auto;
}
.informationTop.gym p.catch {
  color: #2652e1;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 820px) {
  .informationTop.gym p.catch {
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.informationTop.gym p.catch span::before, .informationTop.gym p.catch span::after {
  display: none;
}

aside {
  width: 100%;
  padding-bottom: 32rem;
}
aside section {
  width: 112rem;
  margin: auto auto 8rem;
}
aside section:last-of-type {
  margin: auto auto 0;
}
aside section.price {
  margin: auto auto 6.4rem;
}
@media screen and (max-width: 820px) {
  aside section.price {
    margin: auto auto 9.6rem;
  }
}
aside section.price:last-of-type {
  margin-bottom: 0;
}
aside section.price2 {
  margin-bottom: 18rem;
}
@media screen and (max-width: 820px) {
  aside section {
    width: 100%;
    margin: auto auto 12.8rem;
  }
}
aside section h2 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6rem;
  padding-top: 7.5rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 820px) {
  aside section h2 {
    padding-top: 12rem;
    font-size: 5.6rem;
    margin-bottom: 8rem;
  }
}
aside section h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 1.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  aside section h2 span {
    font-size: 3.6rem;
    line-height: 4.68rem;
  }
}
aside section h3 {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  height: 6.4rem;
  border-radius: 1.6rem;
  background: #78dba4;
  border: 0.3rem solid #333;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  aside section h3 {
    font-size: 4rem;
    height: 10.4rem;
    margin: auto;
    margin-bottom: 6rem;
    width: 67rem;
  }
}
aside section > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
}
aside section > p.attention {
  margin-top: 3rem;
}
aside section > p.attention a {
  text-decoration: underline;
}
aside section > p.addAttention {
  margin-top: 3.4rem;
}
aside section > p.hosoku {
  margin-top: 2.4rem;
}
@media screen and (max-width: 820px) {
  aside section > p.hosoku {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 820px) {
  aside section > p {
    font-size: 3.2rem;
    line-height: 5.4rem;
    width: 67rem;
    margin: auto;
  }
}
aside section > p a.pdf {
  color: #333;
  text-decoration: underline;
  background: url("../images/ico_pdf.webp") no-repeat center right;
  background-size: 1.7rem;
  padding-right: 2.6rem;
}
@media screen and (max-width: 820px) {
  aside section > p a.pdf {
    background: url("../images/ico_pdf.webp") no-repeat center right;
    background-size: 2.5rem;
    padding-right: 3.5rem;
  }
}
aside section > ul {
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  aside section > ul {
    width: 67rem;
    margin: 4.8rem auto auto;
  }
}
aside section > ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  padding-left: 2.2rem;
}
aside section > ul li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #49b8f9;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  aside section > ul li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4rem;
  }
  aside section > ul li::before {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    top: 1.9rem;
    left: 0;
  }
}
aside section > ul.star {
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 820px) {
  aside section > ul.star {
    width: 67rem;
    margin: 4.8rem auto auto;
  }
}
aside section > ul.star.tableAttention {
  margin-top: 2.4rem;
}
@media screen and (max-width: 820px) {
  aside section > ul.star.tableAttention {
    margin-top: 4rem;
  }
}
aside section > ul.star li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  padding-left: 2.6rem;
}
@media screen and (max-width: 820px) {
  aside section > ul.star li {
    padding-left: 4.7rem;
  }
}
aside section > ul.star li::before {
  content: '※';
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  aside section > ul.star li {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
aside section > ul.star.numero {
  margin-top: 1.5rem;
}
aside section > ul.star.numero li {
  padding-left: 2.6rem;
}
@media screen and (max-width: 820px) {
  aside section > ul.star.numero li {
    padding-left: 6.2rem;
  }
}
aside section > ul.star.numero li:nth-of-type(1)::before {
  content: '※1';
  background: none;
}
aside section > ul.star.numero li:nth-of-type(2)::before {
  content: '※2';
  background: none;
}
aside section > ul.star.numero li:nth-of-type(3)::before {
  content: '※3';
  background: none;
}
aside section > ul.star.numero li:nth-of-type(4)::before {
  content: '※4';
  background: none;
}
aside section > ul.star.numero li:nth-of-type(5)::before {
  content: '※5';
  background: none;
}
aside section > ul.star.numero li:nth-of-type(6)::before {
  content: '※6';
  background: none;
}
aside section figure.timeschedule {
  margin: 3.2rem auto 6.4rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  aside section figure.timeschedule {
    margin: 4.8rem auto 9.6rem;
    width: 67rem;
  }
}
aside section.gym ul li::before {
  background: #2652e1;
}
aside section.gym h3 {
  border-radius: 0.8rem;
  background: #2652e1;
  border: none;
  color: #fff;
}
@media screen and (max-width: 820px) {
  aside section.gym h3 {
    border-radius: 1.6rem;
  }
}

aside.nishigawara {
  background: url(../images/bg_news_nishigawara.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  aside.nishigawara {
    background: url(../images/bg_news_nishigawara1500.webp) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.nishigawara {
    background: url(../images/bg_news_nishigawara_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.nishigawara h2 {
  background: url("../images/bg_h2_nishigawara.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.nishigawara h2 {
    background-size: 5.46rem;
  }
}

aside.isuzu {
  background: url(../images/bg_news_isuzu.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  aside.isuzu {
    background: url(../images/bg_news_isuzu1500.png) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.isuzu {
    background: url(../images/bg_news_isuzu_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.isuzu h2 {
  background: url("../images/bg_h2_isuzu.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.isuzu h2 {
    background-size: 5.46rem;
  }
}

aside.nakajo {
  background: url(../images/bg_news_nakajo.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  aside.nakajo {
    background: url(../images/bg_news_nakajo1500.png) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.nakajo {
    background: url(../images/bg_news_nakajo_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.nakajo h2 {
  background: url("../images/bg_h2_nakajo.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.nakajo h2 {
    background-size: 5.46rem;
  }
}

.asideOuter {
  width: 100%;
  background: #f0f3fd;
}

aside.gym {
  position: relative;
  padding-bottom: 20rem;
  background: #fff;
  border-radius: 4rem 4rem 0 0;
}
aside.gym::after {
  content: '';
  width: 100%;
  height: 8rem;
  background: #2652e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
aside.gym.price::before {
  content: '';
  width: 100%;
  height: 40rem;
  background: #f0f3fd;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  aside.gym section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  aside.gym section.access, aside.gym section.price {
    margin-bottom: 9.6rem;
  }
}
aside.gym section h2 {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  aside.gym section h2 {
    padding-top: 9rem;
    font-size: 10rem;
    margin-bottom: 5rem;
  }
}
aside.gym section h2 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 1.4rem;
  letter-spacing: 0.1rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  aside.gym section h2 span {
    font-size: 4.8rem;
    letter-spacing: normal;
    line-height: 1.2;
  }
}
aside.gym section ul.gym li::before {
  background: #2652e1;
}

aside.nishigawara.price {
  background: url(../images/bg_news_nishigawara.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
  position: relative;
  padding-bottom: 26rem;
}
@media screen and (max-width: 1500px) {
  aside.nishigawara.price {
    background: url(../images/bg_news_nishigawara1500.webp) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.nishigawara.price {
    background: url(../images/bg_news_nishigawara_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.nishigawara.price::after {
  content: '';
  width: 100%;
  height: 40rem;
  background: #d9f2ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
aside.nishigawara.price h2 {
  background: url("../images/bg_h2_nishigawara.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.nishigawara.price h2 {
    background-size: 5.46rem;
  }
}

aside.isuzu.price {
  background: url(../images/bg_news_isuzu.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
  position: relative;
  padding-bottom: 26rem;
}
@media screen and (max-width: 1500px) {
  aside.isuzu.price {
    background: url(../images/bg_news_isuzu1500.png) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.isuzu.price {
    background: url(../images/bg_news_isuzu_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.isuzu.price::after {
  content: '';
  width: 100%;
  height: 40rem;
  background: #e0eeff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
aside.isuzu.price h2 {
  background: url("../images/bg_h2_isuzu.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.isuzu.price h2 {
    background-size: 5.46rem;
  }
}

aside.nakajo.price {
  background: url(../images/bg_news_nakajo.webp) no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  aside.nakajo.price {
    background: url(../images/bg_news_nakajo1500.png) no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  aside.nakajo.price {
    background: url(../images/bg_news_nakajo_sp.webp) no-repeat center bottom -12rem;
    background-size: 100%;
  }
}
aside.nakajo.price h2 {
  background: url("../images/bg_h2_nakajo.webp") no-repeat top center;
  background-size: 3.3rem;
}
@media screen and (max-width: 820px) {
  aside.nakajo.price h2 {
    background-size: 5.46rem;
  }
}

section.access {
  width: 80rem;
  margin: auto auto 6.4rem;
}
@media screen and (max-width: 820px) {
  section.access {
    width: 67rem;
    margin: auto auto 9.6rem;
  }
}
section.access iframe {
  width: 100%;
  height: 48rem;
  border-radius: 4rem;
  border: 0.3rem solid #333;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  section.access iframe {
    height: 40.2rem;
    margin-bottom: 4rem;
    border: 0.1rem solid #333;
  }
}
section.access p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  section.access p {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
section.access ul:nth-of-type(2) {
  margin-top: 3.2rem;
}
section.access.gym h3 {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  height: 6.4rem;
  border-radius: 0.8rem;
  background: #2652e1;
  border: none;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 820px) {
  section.access.gym h3 {
    font-size: 4rem;
    height: 10.4rem;
    margin-bottom: 6rem;
  }
}
section.access.gym iframe {
  border: none;
  border-radius: 0.8rem;
}

#back-top {
  position: fixed;
  bottom: 7.2rem;
  right: 2rem;
  z-index: 4;
  transform: translateY(50%);
  transition: all 0.4s ease;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  #back-top {
    bottom: 2.4rem;
    right: 2.4rem;
    transform: translateY(0);
  }
}
@media screen and (max-width: 820px) {
  #back-top.bottomEnd {
    bottom: 98rem;
    right: 2.4rem;
    transform: translateY(50%);
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  #back-top.bottomEnd.lower {
    bottom: 50rem;
  }
}

#back-top a {
  display: block;
  height: 4.6rem;
  width: 4.6rem;
  background: url("../images/tri_avobe.webp") no-repeat center center #fff;
  background-size: 1.4rem;
  border: 0.3rem solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
}
#back-top a:hover {
  opacity: 1;
  box-shadow: none;
  margin-top: 0.2rem;
}
@media screen and (max-width: 820px) {
  #back-top a {
    height: 8rem;
    width: 8rem;
    background: url("../images/tri_avobe.webp") no-repeat center center #fff;
    background-size: 2.4rem;
    box-shadow: 0 0.8rem #333;
    border: 0.4rem solid #333;
  }
}

#back-top.gym a {
  display: block;
  height: 4rem;
  width: 4rem;
  background: url("../images/back_gym.webp") no-repeat center center #fff;
  background-size: 4rem;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease;
}
#back-top.gym a:hover {
  opacity: 1;
  box-shadow: none;
  margin-top: 0;
  background: url("../images/back_gym.webp") no-repeat center center #fff;
  background-size: 4rem;
}
@media screen and (max-width: 820px) {
  #back-top.gym a {
    height: 8rem;
    width: 8rem;
    background: url("../images/back_gym.webp") no-repeat center center #fff;
    background-size: 8rem;
    box-shadow: none;
  }
  #back-top.gym a:hover {
    background: url("../images/back_gym.webp") no-repeat center center #fff;
    background-size: 8rem;
  }
}

.pageTitle {
  width: 100%;
  height: 14.3rem;
}
@media screen and (max-width: 820px) {
  .pageTitle {
    height: 24.8rem;
  }
}
.pageTitle.nishigawara {
  background: #80d4ff;
}
.pageTitle.isuzu {
  background: #99c6ff;
}
.pageTitle.nakajo {
  background: #85e0f2;
}
.pageTitle.gym {
  background: #2652e1;
}
@media screen and (max-width: 820px) {
  .pageTitle.gym {
    height: 27.2rem;
  }
}
.pageTitle.gym .inner {
  padding-top: 0;
}
.pageTitle.gym .inner h1 {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 820px) {
  .pageTitle.gym .inner h1 {
    font-size: 10rem;
  }
}
.pageTitle .inner {
  width: 112rem;
  margin: auto;
  padding-top: 1rem;
}
@media screen and (max-width: 820px) {
  .pageTitle .inner {
    width: 67rem;
    padding-top: 4rem;
  }
}
.pageTitle .inner.gym {
  padding-top: 0;
}
.pageTitle .inner h1 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 820px) {
  .pageTitle .inner h1 {
    font-size: 8rem;
  }
}
.pageTitle .inner h1 span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  .pageTitle .inner h1 span {
    font-size: 4.8rem;
  }
}
.pageTitle .inner h1.gym {
  font-family: "Barlow Condensed", san-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
.pageTitle .inner h1.gym span {
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  .pageTitle .inner h1.gym.important {
    font-size: 10rem;
  }
}

.pageTitle.nishigawara.others {
  position: relative;
  height: 17.4rem;
}
.pageTitle.nishigawara.others::after {
  content: '';
  width: 100%;
  height: 250px;
  background: url("../images/bg_pagetitle.png") no-repeat bottom center;
  background-size: 4000px;
  position: absolute;
  top: -3rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .pageTitle.nishigawara.others::after {
    height: 16.6vw;
    background: url("../images/bg_pagetitle1500.png") no-repeat bottom center;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  .pageTitle.nishigawara.others {
    height: 34.4rem;
  }
  .pageTitle.nishigawara.others::after {
    height: 16.6vw;
    background: url("../images/bg_pagetitle_sp.webp") no-repeat bottom center;
    background-size: 102%;
    top: auto;
    bottom: -0.1rem;
  }
}

.pageTitle.isuzu.others {
  position: relative;
  height: 17.4rem;
}
.pageTitle.isuzu.others::after {
  content: '';
  width: 100%;
  height: 250px;
  background: url("../images/bg_pagetitle.png") no-repeat bottom center;
  background-size: 4000px;
  position: absolute;
  top: -3rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .pageTitle.isuzu.others::after {
    height: 16.6vw;
    background: url("../images/bg_pagetitle1500.png") no-repeat bottom center;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  .pageTitle.isuzu.others {
    height: 34.4rem;
  }
  .pageTitle.isuzu.others::after {
    height: 16.6vw;
    background: url("../images/bg_pagetitle_sp.webp") no-repeat bottom center;
    background-size: 102%;
    top: auto;
    bottom: -0.1rem;
  }
}

.breadcrumb {
  width: 112rem;
  height: 5.8rem;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .breadcrumb {
    width: auto;
    height: 10.4rem;
    padding: 0 4rem;
  }
}
.breadcrumb ul {
  background: url("../images/ico_home.webp") no-repeat center left;
  background-size: 1rem;
  padding-left: 0.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 820px) {
  .breadcrumb ul {
    background: none;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumb ul li {
  font-size: 1.2rem;
  color: #333;
  position: relative;
  padding: 0 1rem 0 0.5rem;
}
@media screen and (max-width: 820px) {
  .breadcrumb ul li {
    font-size: 2.4rem;
    color: #333;
    position: relative;
    padding: 0 2rem 0 1rem;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumb ul li:nth-of-type(1) {
    background: url("../images/ico_home.webp") no-repeat center left;
    background-size: 2rem;
    padding-left: 3rem;
  }
}
.breadcrumb ul li::after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb ul li:last-of-type::after {
  display: none;
}
.breadcrumb ul li a {
  color: #333;
}
@media screen and (max-width: 820px) {
  .breadcrumb.gym {
    width: 100%;
    border-radius: 2.4rem 2.4rem 0 0;
    background: #fff;
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumb.gym ul {
    width: 67rem;
    margin: auto;
  }
}
.breadcrumb.others {
  width: 100%;
  position: relative;
  background-image: url("../images/bread_other_l.png"), url("../images/bread_other_r.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 3.1rem, 3.1rem;
  background-position: left top -0.1rem, right top -0.1rem;
}
.breadcrumb.others ul {
  width: 112rem;
  margin: auto;
}
.breadcrumb.others.pool {
  background: none;
}

table {
  width: 100%;
}
@media screen and (max-width: 820px) {
  table.table01 {
    width: 67rem;
    margin: auto;
  }
}
table.table01 th {
  width: 25%;
  font-size: 2rem;
  font-weight: 700;
  padding: 3rem 0;
  border-bottom: 0.1rem dashed #333;
  text-align: left;
}
@media screen and (max-width: 820px) {
  table.table01 th {
    width: 100%;
    font-size: 3.2rem;
    display: block;
    border-bottom: none;
    padding: 3.3rem 0 0.5rem;
  }
}
table.table01 td {
  width: 75%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 3rem 1rem 3rem 0;
  border-bottom: 0.1rem dashed #333;
  text-align: left;
}
@media screen and (max-width: 820px) {
  table.table01 td {
    width: 100%;
    font-size: 3.2rem;
    display: block;
    padding: 0.5rem 0 3.3rem;
    border-bottom: 0.2rem dotted #333;
  }
}
table.table01 td p {
  margin-bottom: 2rem;
}
table.table01 td p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  table.table01 td p {
    margin-bottom: 4.4rem;
  }
}
@media screen and (max-width: 820px) {
  table.table01.gym td {
    border-bottom: 0.2rem solid #ddd;
  }
}
table.gym th {
  color: #2652e1;
  border-bottom: 0.1rem solid #ddd;
}
@media screen and (max-width: 820px) {
  table.gym th {
    border-bottom: none;
  }
}
table.gym td {
  border-bottom: 0.1rem solid #ddd;
}
@media screen and (max-width: 820px) {
  table.gym td {
    border-bottom: 0.2rem solid #ddd;
  }
}
table.nakajoPrice {
  border-top: 0.1rem solid #333;
}
@media screen and (max-width: 820px) {
  table.nakajoPrice {
    width: 67rem;
    margin: auto;
    border-top: 0.4rem solid #333;
    border-bottom: 0.4rem solid #333;
  }
}
table.nakajoPrice thead th {
  font-size: 1.6rem;
  width: calc(100% / 3);
  background: #85e0f2;
  text-align: center;
  padding: 1.6rem;
}
table.nakajoPrice thead th:nth-of-type(2) {
  border-left: 0.1rem dashed #333;
  border-right: 0.1rem dashed #333;
}
@media screen and (max-width: 820px) {
  table.nakajoPrice thead th {
    font-size: 3.2rem;
    padding: 2.2rem 3.3rem;
    border-bottom: none;
  }
}
table.nakajoPrice th {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.6rem;
  border-bottom: 0.1rem solid #777;
  background: #c2f0f9;
  text-align: center;
}
@media screen and (max-width: 820px) {
  table.nakajoPrice th {
    font-size: 3.2rem;
    padding: 1.6rem;
    background: #85e0f2;
    border-bottom: 0.1rem dashed #777;
  }
}
@media screen and (max-width: 820px) {
  table.nakajoPrice th.headline01 {
    background: #c2f0f9;
    text-align: center;
    border-bottom: 0.1rem dashed #777;
    padding: 2.2rem 3.3rem;
    border-top: 0.1rem solid #333;
  }
}
table.nakajoPrice tr td {
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.6rem;
  border-bottom: 0.1rem solid #333;
  text-align: left;
}
table.nakajoPrice tr td:nth-of-type(1) {
  border-left: 0.1rem dashed #333;
  border-right: 0.1rem dashed #333;
  border-bottom: 0.1rem solid #333;
}
@media screen and (max-width: 820px) {
  table.nakajoPrice tr td:nth-of-type(1) {
    border-left: 0.1rem dashed #777;
    border-right: none;
    border-bottom: 0.1rem dashed #777;
  }
}
@media screen and (max-width: 820px) {
  table.nakajoPrice tr td {
    font-size: 3.2rem;
    padding: 1.6rem;
    width: 50%;
    border-right: none;
  }
}
@media screen and (max-width: 820px) {
  table.nakajoPrice tr.bottom th {
    border: none;
  }
}
@media screen and (max-width: 820px) {
  table.nakajoPrice tr.bottom td {
    border-bottom: none;
  }
}

table.course01 {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-bottom: 0.1rem solid #333;
}
table.course01 + table.course01 {
  margin-top: 3.2rem;
}
table.course01 th, table.course01 td {
  padding: 1.5rem 1.7rem;
}
table.course01 th {
  font-weight: 700;
}
table.course01 td {
  text-align: center;
  vertical-align: middle;
}
table.course01 td.alignLeft {
  text-align: left;
  vertical-align: top;
}
table.course01 thead th {
  text-align: center;
  border-top: 0.1rem solid #333;
  border-left: 0.1rem dashed #333;
}
table.course01 thead th:first-of-type {
  border-left: none;
}
table.course01 tbody th {
  text-align: left;
}
table.course01 tbody th.aligncenter {
  text-align: center;
  vertical-align: middle;
}
table.course01 tbody th.valignmiddle {
  text-align: left;
  vertical-align: middle;
}
table.course01 tr td {
  border-left: 0.1rem dashed #333;
  border-bottom: 0.1rem dashed #333;
}
table.course01 tr.borderTop th, table.course01 tr.borderTop td {
  border-top: 0.1rem solid #333;
}
table.course01 tr.borderBottomNone td, table.course01 td[rowspan] {
  border-bottom: none;
}
table.course01.nishigawara thead th {
  background: #80d4ff;
}
table.course01.nishigawara tbody th {
  background: #bfeaff;
}
table.course01.isuzu thead th {
  background: #99c6ff;
}
table.course01.isuzu tbody th {
  background: #cce3ff;
}
table.course01.gym thead th {
  background: #d4dcf9;
  color: #333;
}
table.course01.gym tbody th {
  background: #f0f3fd;
  color: #333;
}
table.course01.chujou thead th {
  background: #85e0f2;
  color: #333;
}
table.course01.chujou tbody th {
  background: #c2f0f9;
  color: #333;
}

table.course02 {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
table.course02 th, table.course02 td {
  padding: 1.5rem 1.7rem;
}
table.course02 th {
  font-weight: 700;
  vertical-align: middle;
}
table.course02 td {
  text-align: center;
  vertical-align: middle;
}
table.course02 td.alignLeft {
  text-align: left;
  vertical-align: top;
}
table.course02 thead th {
  text-align: center;
  border-top: 0.1rem solid #333;
  border-left: 0.1rem dashed #333;
}
table.course02 thead th:first-of-type {
  border-left: none;
}
table.course02 tbody th {
  text-align: left;
}
table.course02 tbody th.aligncenter {
  text-align: center;
}
table.course02 tbody th.borderLeft {
  border-left: 0.1rem dashed #333;
}
table.course02 tbody th.weightR {
  font-weight: 400;
}
table.course02 tbody th span {
  padding: 0 0;
  background: #333;
  border-radius: 1.2rem;
  color: #fff;
  width: 5.6rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
table.course02 tr td {
  border-left: 0.1rem dashed #333;
  border-bottom: 0.1rem dashed #333;
}
table.course02 tr.borderTop th, table.course02 tr.borderTop td {
  border-top: 0.1rem solid #333;
}
table.course02 tr.borderBottomNone td, table.course02 td[rowspan] {
  border-bottom: none;
}
table.course02 tr th, table.course02 tr td {
  border-bottom: 0.1rem solid #333;
}
table.course02.nishigawara thead th {
  background: #80d4ff;
}
table.course02.nishigawara tbody th {
  background: #bfeaff;
}
table.course02.nishigawara th.headLine {
  background: #fff9ad;
}
table.course02.isuzu thead th {
  background: #99c6ff;
}
table.course02.isuzu tbody th {
  background: #cce3ff;
}
table.course02.isuzu th.headLine {
  background: #fff9ad;
}
table.course02.gym thead th {
  background: #d4dcf9;
  color: #333;
}
table.course02.gym tbody th {
  background: #f0f3fd;
  color: #333;
}
table.course02.gym th.headLine {
  background: #fff9ad;
  color: #333;
}

table.course03 {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
table.course03 th, table.course03 td {
  padding: 1.5rem 1.7rem;
}
table.course03 th {
  font-weight: 700;
  vertical-align: middle;
}
table.course03 td {
  text-align: center;
  vertical-align: middle;
}
table.course03 td.alignLeft {
  text-align: left;
  vertical-align: top;
}
table.course03 tr td {
  border-left: 0.1rem dashed #333;
  border-bottom: 0.1rem dashed #333;
}
table.course03 tr td.borderBottomSolid {
  border-bottom: 0.1rem solid #333;
}
table.course03 tr th {
  border-bottom: 0.1rem solid #333;
}
table.course03 tr th.borderBottomDashed {
  border-bottom: 0.1rem dashed #333;
}
table.course03 thead th {
  text-align: center;
  border-top: 0.1rem solid #333;
  border-left: 0.1rem dashed #333;
  border-bottom: 0.1rem solid #333;
}
table.course03 thead th:first-of-type {
  border-left: none;
}
table.course03 tbody th {
  text-align: left;
}
table.course03 tbody th.aligncenter {
  text-align: center;
}
table.course03 tbody th.borderLeft {
  border-left: 0.1rem dashed #333;
}
table.course03 tbody th.weightR {
  font-weight: 400;
}
table.course03 tbody th span {
  padding: 0 0;
  background: #333;
  border-radius: 1.2rem;
  color: #fff;
  width: 5.6rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
table.course03 tr.borderTop th, table.course03 tr.borderTop td {
  border-top: 0.1rem solid #333;
}
table.course03 tr.borderBottomNone td, table.course03 td[rowspan] {
  border-bottom: none;
}
table.course03.nishigawara thead th {
  background: #80d4ff;
}
table.course03.nishigawara tbody th {
  background: #bfeaff;
}
table.course03.nishigawara th.headLine {
  background: #fff9ad;
}
table.course03.isuzu thead th {
  background: #99c6ff;
}
table.course03.isuzu tbody th {
  background: #cce3ff;
}
table.course03.isuzu th.headLine {
  background: #fff9ad;
}
table.course03.gym thead th {
  background: #d4dcf9;
  color: #333;
}
table.course03.gym tbody th {
  background: #f0f3fd;
  color: #333;
}
table.course03.gym th.headLine {
  background: #fff9ad;
  color: #333;
}
table.course03.gym th.headLine.gym {
  background: #7d97ed;
  color: #fff;
}

section.reservation {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  section.reservation {
    margin-top: 15rem;
    padding-top: 8rem;
    margin-bottom: 3rem;
  }
}
section.reservation .inner {
  width: 112rem;
  margin: auto auto 6.4rem;
}
@media screen and (max-width: 820px) {
  section.reservation .inner {
    width: 100%;
  }
}
section.reservation h2 {
  font-family: "Unbounded", san-serif;
  font-optical-sizing: auto;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6rem;
  padding-top: 7.5rem;
  text-align: center;
  letter-spacing: 0.2rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  section.reservation h2 {
    font-size: 5.6rem;
    padding-top: 11.8rem;
  }
}
section.reservation h4 {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 2.5rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.3rem solid #333;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  section.reservation h4 {
    width: 67rem;
    margin: auto auto 4.8rem;
    font-size: 3.6rem;
    padding-left: 4.6rem;
    padding-bottom: 4.2rem;
    border-bottom: 0.4rem solid #333;
  }
}
section.reservation p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  section.reservation p {
    width: 67rem;
    margin: auto;
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
section.reservation p.kochira {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 820px) {
  section.reservation p.kochira {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
section.reservation figure.flowopas {
  width: 96rem;
  margin: 3.2rem auto 1.2rem;
}
@media screen and (max-width: 820px) {
  section.reservation figure.flowopas {
    width: 67rem;
    margin-bottom: 4.8rem;
  }
}
section.reservation figure.flowopas2 {
  width: 78rem;
  margin: 3.2rem auto 1.2rem;
}
@media screen and (max-width: 820px) {
  section.reservation figure.flowopas2 {
    width: 67rem;
    margin-bottom: 4.8rem;
  }
}
section.reservation table.table01 {
  font-size: 1.6rem;
  line-height: 2.79rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  section.reservation table.table01 {
    margin-bottom: 6.4rem;
  }
}
section.reservation table.table01 th {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 820px) {
  section.reservation table.table01 th {
    font-size: 3.2rem !important;
  }
}
section.reservation table.table01 th, section.reservation table.table01 td {
  padding: 2rem 1.5rem;
  line-height: 2.79rem;
}
@media screen and (max-width: 820px) {
  section.reservation table.table01 th, section.reservation table.table01 td {
    font-size: 3.2rem !important;
    padding: 3.3rem 0 0.5rem;
  }
}
@media screen and (max-width: 820px) {
  section.reservation table.table01 td {
    padding: 0.5rem 0 3.3rem;
    line-height: 1.5;
  }
}

section.reservation.nishigawara {
  background: #d9f2ff;
}
section.reservation.nishigawara::before {
  content: '';
  width: 100%;
  height: 190px;
  background: url("../images/bg_main_nishigawara_top.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  top: -10rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  section.reservation.nishigawara::before {
    background: url("../images/bg_main_nishigawara_top1500.png") no-repeat top center;
    background-size: 100%;
    top: -11.5rem;
  }
}
@media screen and (max-width: 820px) {
  section.reservation.nishigawara::before {
    background: url("../images/bg_main_nishigawara_top_sp.png") no-repeat top center;
    background-size: 100%;
    top: -8.8rem;
  }
}
section.reservation.nishigawara h2 {
  background: url(../images/bg_h2_nishigawara.webp) no-repeat top center;
  background-size: 3.3rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  section.reservation.nishigawara h2 {
    background: url(../images/bg_h2_nishigawara.webp) no-repeat top center;
    background-size: 5.46rem;
  }
}
section.reservation.nishigawara h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: #49b8f9;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  section.reservation.nishigawara h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    left: 0;
  }
}

section.reservation.isuzu {
  background: #e0eeff;
}
section.reservation.isuzu::before {
  content: '';
  width: 100%;
  height: 190px;
  background: url("../images/bg_main_isuzu_top.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  top: -10rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  section.reservation.isuzu::before {
    background: url("../images/bg_main_isuzu_top1500.png") no-repeat top center;
    background-size: 100%;
    top: -11.5rem;
  }
}
@media screen and (max-width: 820px) {
  section.reservation.isuzu::before {
    background: url("../images/bg_main_isuzu_top_sp.png") no-repeat top center;
    background-size: 100%;
    top: -8.8rem;
  }
}
section.reservation.isuzu h2 {
  background: url(../images/bg_h2_isuzu.webp) no-repeat top center;
  background-size: 3.3rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  section.reservation.isuzu h2 {
    background: url(../images/bg_h2_isuzu.webp) no-repeat top center;
    background-size: 5.46rem;
  }
}
section.reservation.isuzu h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: #49b8f9;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  section.reservation.isuzu h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    left: 0;
  }
}

section.reservation.gym {
  border-radius: 4rem 4rem 0 0;
  background: #f0f3fd;
}
@media screen and (max-width: 820px) {
  section.reservation.gym {
    padding-top: 0;
  }
}
section.reservation.gym h4 {
  color: #2652e1;
  border-bottom: 0.3rem solid #92a8f0;
}
section.reservation.gym h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: #2652e1;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  section.reservation.gym h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    left: 0;
  }
}
section.reservation.gym table.table01 th {
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (max-width: 820px) {
  section.reservation.gym table.table01 th {
    border-bottom: none;
  }
}
section.reservation.gym table.table01 td {
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (max-width: 820px) {
  section.reservation.gym table.table01 td {
    border-bottom: 0.2rem solid #dddddd;
  }
}

ul.innerLink {
  margin: 6.4rem auto;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 820px) {
  ul.innerLink {
    width: 42.8rem;
    margin: 8rem auto 9.6rem;
    flex-direction: column;
    gap: 3rem;
  }
}
ul.innerLink li {
  width: 21.4rem;
  height: 4.4rem;
  padding-left: 0;
}
@media screen and (max-width: 820px) {
  ul.innerLink li {
    width: 42.8rem;
    height: 9.6rem;
  }
}
ul.innerLink li a {
  background: url("../images/tri_below.webp") no-repeat center right 2.4rem #fff;
  background-size: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
  box-sizing: border-box;
  box-shadow: 0 0.4rem #333;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  ul.innerLink li a {
    box-shadow: 0 1rem #333;
    border-radius: 4.8rem;
    font-size: 2.8rem;
    padding-left: 5.2rem;
    background: url("../images/tri_below.webp") no-repeat center right 3rem #fff;
    background-size: 2.2rem;
  }
}
ul.innerLink li a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(0.2rem);
}
ul.innerLink li::before {
  display: none;
}
ul.innerLink.gym {
  gap: 4rem;
}
@media screen and (max-width: 820px) {
  ul.innerLink.gym {
    width: 59rem;
    margin: 5rem auto 8rem;
    gap: 0;
  }
}
ul.innerLink.gym li {
  width: auto;
}
@media screen and (max-width: 820px) {
  ul.innerLink.gym li {
    border-bottom: 0.4rem solid #ddd;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  ul.innerLink.gym li:last-of-type {
    border-bottom: none;
  }
}
ul.innerLink.gym li a {
  background: url("../images/bg_innerlink.webp") no-repeat center right 0;
  background-size: 4rem;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 5.7rem;
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s ease;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  ul.innerLink.gym li a {
    border-radius: 4.8rem;
    font-size: 2.8rem;
    padding: 4.8rem 0;
    background: url("../images/bg_innerlink.webp") no-repeat center right 0;
    background-size: 8rem;
  }
}
ul.innerLink.gym li a:hover {
  opacity: 1;
  transform: translateY(0);
  background: url("../images/bg_innerlink_hover.webp") no-repeat center right 0;
  background-size: 4rem;
}
@media screen and (max-width: 820px) {
  ul.innerLink.gym li a:hover {
    background: url("../images/bg_innerlink.webp") no-repeat center right 0;
    background-size: 8rem;
  }
}

.regi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 3.2rem auto 4rem;
}
@media screen and (max-width: 820px) {
  .regi {
    width: 67rem;
    margin: 4.8rem auto 6.4rem;
    flex-direction: column;
  }
}
.regi > figure {
  width: 54rem;
  border: 0.3rem solid #333;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .regi > figure {
    width: 100%;
    margin-bottom: 6.4rem;
  }
}
.regi > figure.gym {
  border: none;
  border-radius: 8rem;
}
.regi .login {
  width: 54rem;
}
@media screen and (max-width: 820px) {
  .regi .login {
    width: 67rem;
  }
}
.regi .login figure {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .regi .login figure {
    width: 59rem;
    margin: auto auto 4rem;
  }
}
.regi .login p.touroku {
  margin-bottom: 2.4rem;
}

table.tableSp01 {
  width: 100%;
}
table.tableSp01 th {
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
}
table.tableSp01 thead th {
  border-right: 0.1rem dotted #777;
}
table.tableSp01 thead th:last-of-type {
  border-right: none;
}
table.tableSp01 th, table.tableSp01 td {
  padding: 1.6rem;
}
table.tableSp01 td {
  text-align: center;
  border-right: 0.1rem dotted #777;
  border-bottom: 0.1rem dotted #777;
}
@media screen and (max-width: 820px) {
  table.tableSp01 td {
    border-bottom: 0.1rem solid #777;
  }
}
table.tableSp01 td[colspan] {
  text-align: left;
  font-weight: 700;
  border: none;
}
table.tableSp01 td[rowspan] {
  vertical-align: middle;
  border: none;
}
table.tableSp01 tr.borderBottomNone td {
  border-bottom: none;
}
table.tableSp01 tr td.borderRightNone {
  border-right: none;
}
table.tableSp01 tr.borderRight td {
  border-right: 0.1rem dotted #777;
}
table.tableSp01 tbody.body tr:last-of-type td {
  border-bottom: none;
}
table.tableSp01 tbody.body tr td:last-of-type {
  border-right: none;
}
table.tableSp01 tr.borderRight td {
  border-right: 0.1rem dotted #777 !important;
}
table.tableSp01.nishigawara th {
  background: #80d4ff;
}
table.tableSp01.isuzu th {
  background: #99c6ff;
}
table.tableSp01.gym th {
  background: #f0f3fd;
  color: #333;
}

table.tableSp02 {
  width: 100%;
}
table.tableSp02 th {
  border-top: 0.2rem solid #333;
}
table.tableSp02 th span {
  padding: 0 0;
  background: #333;
  border-radius: 1.8rem;
  color: #fff;
  width: 8rem;
  height: 3.6rem;
  display: inline-block;
  margin: auto;
  margin-right: 1.6rem;
  font-size: 2.4rem;
}
table.tableSp02 thead th {
  border-right: 0.2rem dotted #777;
}
table.tableSp02 thead th:last-of-type {
  border-right: none;
}
table.tableSp02 tbody th {
  border-top: 0.2rem solid #777;
}
table.tableSp02 th, table.tableSp02 td {
  padding: 1.5rem;
}
table.tableSp02 td {
  text-align: left;
  border-top: 0.2rem solid #777;
  border-left: 0.2rem solid #777;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  table.tableSp02 td {
    border-left: 0.1rem dotted #777;
  }
}
table.tableSp02 td[colspan] {
  text-align: left;
  font-weight: 700;
  border: none;
}
table.tableSp02 td[rowspan] {
  vertical-align: middle;
  border: none;
}
table.tableSp02 td.aligncenter {
  text-align: center;
  vertical-align: middle;
}
table.tableSp02 tr.borderBottomNone td {
  border-bottom: none;
}
table.tableSp02 tr td.borderRightNone {
  border-right: none;
}
table.tableSp02 tr.borderRight td {
  border-right: 0.2rem dotted #777;
}
table.tableSp02 tbody.body tr:last-of-type td {
  border-bottom: none;
}
table.tableSp02 tbody.body tr td:last-of-type {
  border-right: none;
}
table.tableSp02 tr.borderRight td {
  border-right: 0.2rem dotted #777 !important;
}
table.tableSp02.nishigawara th {
  background: #80d4ff;
}
table.tableSp02.nishigawara thead th {
  background: #bfeaff;
}
table.tableSp02.isuzu th {
  background: #99c6ff;
}
table.tableSp02.isuzu thead th {
  background: #cce3ff;
}
table.tableSp02.gym th {
  background: #d4dcf9;
  color: #333;
}
table.tableSp02.gym thead th {
  background: #f0f3fd;
  color: #333;
}

table.tableSp03 {
  width: 67rem;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: auto;
  border-bottom: 0.2rem solid #777;
}
table.tableSp03 + table.tableSp03 {
  margin-top: 4.8rem;
}
table.tableSp03 th {
  border-top: 0.2rem solid #333;
}
table.tableSp03 thead th {
  border-right: 0.1rem dotted #777;
}
table.tableSp03 thead th:last-of-type {
  border-right: none;
}
table.tableSp03 tbody th {
  border-top: 0.2rem solid #777;
  min-width: 20rem;
}
table.tableSp03 tbody th.headline {
  border-top: 0.2rem solid #777;
}
table.tableSp03 th, table.tableSp03 td {
  padding: 1.6rem;
}
table.tableSp03 td {
  text-align: left;
  border-top: 0.2rem solid #777;
  border-left: 0.2rem dotted #777;
  font-weight: 400;
}
table.tableSp03 td[colspan] {
  text-align: left;
  font-weight: 700;
  border: none;
}
table.tableSp03 td[rowspan] {
  vertical-align: middle;
  border: none;
}
table.tableSp03 tr.borderBottomNone td {
  border-bottom: none;
}
table.tableSp03 tr td.borderRightNone {
  border-right: none;
}
table.tableSp03 tr.borderRight td {
  border-right: 0.2rem dotted #777;
}
table.tableSp03 tbody.body tr:last-of-type td {
  border-bottom: none;
}
table.tableSp03 tbody.body tr td:last-of-type {
  border-right: none;
}
table.tableSp03 tr.borderRight td {
  border-right: 0.2rem dotted #777 !important;
}
table.tableSp03.nishigawara th {
  background: #80d4ff;
}
table.tableSp03.nishigawara th.headline {
  background: #bfeaff;
}
table.tableSp03.nishigawara thead th {
  background: #80d4ff;
}
table.tableSp03.isuzu th {
  background: #99c6ff;
}
table.tableSp03.isuzu th.headline {
  background: #cce3ff;
}
table.tableSp03.isuzu thead th {
  background: #cce3ff;
}
table.tableSp03.chujou th {
  background: #85e0f2;
  color: #333;
}
@media screen and (max-width: 820px) {
  table.tableSp03.chujou th {
    background: #d4dcf9;
  }
}
@media screen and (max-width: 820px) {
  table.tableSp03.chujou th.headline {
    background: #c2f0f9;
  }
}
table.tableSp03.chujou thead th {
  background: #d4dcf9;
  color: #333;
}
table.tableSp03.chujou th {
  background: #85e0f2;
  color: #333;
}
@media screen and (max-width: 820px) {
  table.tableSp03.chujou th {
    background: #85e0f2;
  }
}
@media screen and (max-width: 820px) {
  table.tableSp03.chujou th.headline {
    background: #c2f0f9;
  }
}
table.tableSp03.chujou thead th {
  background: #85e0f2;
  color: #333;
}
table.tableSp03.gym th {
  background: #d4dcf9;
  color: #333;
}
@media screen and (max-width: 820px) {
  table.tableSp03.gym th {
    background: #d4dcf9;
  }
}
@media screen and (max-width: 820px) {
  table.tableSp03.gym th.headline {
    background: #f0f3fd;
  }
}
table.tableSp03.gym thead th {
  background: #d4dcf9;
  color: #333;
}

.tableWrap {
  width: 67rem;
  margin: auto;
  border-bottom: 0.1rem solid #333;
}
.tableWrap dl {
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.5;
}
.tableWrap dl dt {
  width: 100%;
  font-weight: 700;
  padding: 2.2rem 1.6rem;
  border-top: 0.3rem solid #333;
}
.tableWrap dl dd {
  width: 100%;
  display: none;
}
.tableWrap dl dd.open {
  display: block;
}
.tableWrap.nishigawara dl dt {
  background: url("../images/tri_below.webp") no-repeat center right 1.6rem #bfeaff;
  background-size: 2rem;
}
.tableWrap.nishigawara dl dt.open {
  background: url("../images/tri_avobe.webp") no-repeat center right 1.6rem #bfeaff;
  background-size: 2rem;
}
.tableWrap.isuzu dl dt {
  background: url("../images/tri_below.webp") no-repeat center right 1.6rem #cce3ff;
  background-size: 2rem;
}
.tableWrap.isuzu dl dt.open {
  background: url("../images/tri_avobe.webp") no-repeat center right 1.6rem #cce3ff;
  background-size: 2rem;
}
.tableWrap.gym dl dt {
  background: url("../images/tri_below.webp") no-repeat center right 1.6rem #d4dcf9;
  background-size: 2rem;
}
.tableWrap.gym dl dt.open {
  background: url("../images/tri_avobe.webp") no-repeat center right 1.6rem #d4dcf9;
  background-size: 2rem;
}

.tableWrap2 {
  width: 67rem;
  margin: auto;
  border-bottom: 0.1rem solid #333;
}
.tableWrap2 dl {
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.5;
}
.tableWrap2 dl dt {
  width: 100%;
  font-weight: 700;
  padding: 1.5rem 1.6rem;
  background: url("../images/tri_below.webp") no-repeat center right 1.6rem #fff9ad;
  background-size: 2rem;
  border-top: 0.3rem solid #333;
}
.tableWrap2 dl dt.open {
  background: url("../images/tri_avobe.webp") no-repeat center right 1.6rem #fff9ad;
  background-size: 2rem;
}
.tableWrap2 dl dd {
  width: 100%;
  display: none;
}
.tableWrap2 dl dd.open {
  display: block;
}
.tableWrap2.gym dl dt {
  color: #fff;
  background: url("../images/tri_below_gym_white.webp") no-repeat center right 1.6rem #7d97ed;
  background-size: 2rem;
}
.tableWrap2.gym dl dt.open {
  background: url("../images/tri_above_gym_white.webp") no-repeat center right 1.6rem #7d97ed;
  background-size: 2rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.formBody {
  width: 80rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .formBody {
    width: 100%;
  }
}
.formBody .inner {
  border-radius: 4rem;
  padding: 4rem 6.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 820px) {
  .formBody .inner {
    border-radius: 0 0 0 0;
    padding: 6rem 4rem;
  }
}
.formBody .inner.nishigawara {
  background: #d9f2ff;
}
.formBody .inner.isuzu {
  background: #e0eeff;
}
.formBody label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .formBody label {
    font-size: 3.2rem;
  }
}
.formBody label span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e95632;
  margin-left: 1.5rem;
}
.formBody input[type="text"], .formBody input[type="tel"], .formBody input[type="email"], .formBody input[type="number"], .formBody select {
  font-size: 1.6rem;
  border: 0.2rem solid #333;
  border-radius: 1.6rem;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  outline: none;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .formBody input[type="text"], .formBody input[type="tel"], .formBody input[type="email"], .formBody input[type="number"], .formBody select {
    font-size: 3.2rem;
    padding: 3rem 4.6rem;
    border-radius: 3.2rem;
  }
}
.formBody dl {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  .formBody dl {
    margin-bottom: 4.8rem;
  }
}
.formBody dl:last-of-type {
  margin-bottom: 0;
}
.formBody dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody dl dt {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
.formBody dl dt span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e95632;
  margin-left: 1.5rem;
}
@media screen and (max-width: 820px) {
  .formBody dl dt span.hissu {
    width: 8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 2.4rem;
    border-radius: 1.8rem;
    margin-left: 0;
  }
}
.formBody dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.formBody dl dd.seimei p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody dl dd.seimei p {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.formBody dl dd.seimei p input {
  width: 28rem;
  margin-left: 1rem;
}
@media screen and (max-width: 820px) {
  .formBody dl dd.seimei p input {
    width: 59rem;
    margin-left: 1.5rem;
  }
}
.formBody dl dd.full p {
  width: 100%;
}
.formBody dl dd.full p input {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .formBody dl dd.pref p {
    width: 100%;
  }
}
.formBody dl dd.pref select {
  width: 28rem;
  background: url("../images/tri_below.webp") no-repeat center right 1.4rem #fff;
  background-size: 0.9rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  .formBody dl dd.pref select {
    width: 100%;
    background: url("../images/tri_below.webp") no-repeat center right 2.8rem #fff;
    background-size: 1.6rem;
  }
}
.formBody dl dd.pref select:focus {
  background: #fff;
}
.formBody textarea {
  font-size: 1.6rem;
  border: 0.2rem solid #333;
  padding: 1rem;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  width: 100%;
  height: 12rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody textarea {
    height: 26.4rem;
    border-radius: 3.2rem;
  }
}
.formBody ol.formLead {
  margin-left: 2rem;
  margin: 4rem auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  .formBody ol.formLead {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin: 5rem 0 6.4rem 8rem;
    width: 67rem;
  }
}
.formBody ol.formLead li {
  list-style-position: inside;
  list-style-type: decimal;
}
@media screen and (max-width: 820px) {
  .formBody ol.formLead li {
    list-style-position: outside;
  }
}
.formBody ol.formLead li span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e95632;
  margin-right: 0.9rem;
}
@media screen and (max-width: 820px) {
  .formBody ol.formLead li span.hissu {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
  }
}
.formBody ul.star {
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 820px) {
  .formBody ul.star {
    width: 67rem;
    margin: 4rem auto 6.4rem;
  }
}
.formBody ul.star li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  padding-left: 2.6rem;
}
@media screen and (max-width: 820px) {
  .formBody ul.star li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4.8rem;
  }
}
.formBody ul.star li::before {
  content: '※';
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}

.formBody.gym {
  width: 80rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .formBody.gym {
    width: 100%;
  }
}
.formBody.gym .inner {
  border-radius: 0.8rem;
  padding: 4rem 6.4rem;
  margin-bottom: 2.4rem;
  background: #f0f3fd;
}
@media screen and (max-width: 820px) {
  .formBody.gym .inner {
    border-radius: 0 0 0 0;
    padding: 6rem 4rem;
  }
}
.formBody.gym .inner.nishigawara {
  background: #d9f2ff;
}
.formBody.gym .inner.isuzu {
  background: #e0eeff;
}
.formBody.gym label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .formBody.gym label {
    font-size: 3.2rem;
  }
}
.formBody.gym label span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e50000;
  margin-left: 1.5rem;
}
.formBody.gym input[type="text"], .formBody.gym input[type="tel"], .formBody.gym input[type="email"], .formBody.gym input[type="number"], .formBody.gym select {
  font-size: 1.6rem;
  border: 0.2rem solid #ddd;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  outline: none;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .formBody.gym input[type="text"], .formBody.gym input[type="tel"], .formBody.gym input[type="email"], .formBody.gym input[type="number"], .formBody.gym select {
    font-size: 3.2rem;
    padding: 3rem 4.6rem;
    border-radius: 0.4rem;
  }
}
.formBody.gym dl {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl {
    margin-bottom: 4.8rem;
  }
}
.formBody.gym dl:last-of-type {
  margin-bottom: 0;
}
.formBody.gym dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dt {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
.formBody.gym dl dt span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e50000;
  margin-left: 1.5rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dt span.hissu {
    width: 8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 2.4rem;
    border-radius: 1.8rem;
    margin-left: 0;
  }
}
.formBody.gym dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.formBody.gym dl dd.seimei p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dd.seimei p {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.formBody.gym dl dd.seimei p input {
  width: 28rem;
  margin-left: 1rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dd.seimei p input {
    width: 59rem;
    margin-left: 1.5rem;
  }
}
.formBody.gym dl dd.full p {
  width: 100%;
}
.formBody.gym dl dd.full p input {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dd.pref p {
    width: 100%;
  }
}
.formBody.gym dl dd.pref select {
  width: 28rem;
  background: url("../images/tri_below.webp") no-repeat center right 1.4rem #fff;
  background-size: 0.9rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  .formBody.gym dl dd.pref select {
    width: 100%;
    background: url("../images/tri_below.webp") no-repeat center right 2.8rem #fff;
    background-size: 1.6rem;
  }
}
.formBody.gym dl dd.pref select:focus {
  background: #fff;
}
.formBody.gym textarea {
  font-size: 1.6rem;
  border: 0.2rem solid #ddd;
  padding: 1rem;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  width: 100%;
  height: 12rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym textarea {
    height: 26.4rem;
    border-radius: 0.4rem;
  }
}
.formBody.gym ol.formLead {
  margin-left: 2rem;
  margin: 4rem auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym ol.formLead {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin: 5rem auto 6.4rem;
    width: 67rem;
  }
}
.formBody.gym ol.formLead li {
  list-style-position: inside;
  list-style-type: decimal;
}
.formBody.gym ol.formLead li span.hissu {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 0.9rem;
  color: #fff;
  background: #e50000;
  margin-right: 0.9rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym ol.formLead li span.hissu {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
  }
}
.formBody.gym ul.star {
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym ul.star {
    width: 67rem;
    margin: 4rem auto 6.4rem;
  }
}
.formBody.gym ul.star li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  padding-left: 2.6rem;
}
@media screen and (max-width: 820px) {
  .formBody.gym ul.star li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4.8rem;
  }
}
.formBody.gym ul.star li::before {
  content: '※';
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}

.privateAttention {
  width: 100%;
  margin: 4rem auto 6.4rem;
  padding: 0 0 1.8rem;
  border: 0.3rem solid #333;
  border-radius: 2.4rem;
}
@media screen and (max-width: 820px) {
  .privateAttention {
    width: 67rem;
    margin: 6.4rem auto 9.6rem;
    border-radius: 4.4rem;
  }
}
.privateAttention .outer {
  height: 18rem;
  overflow-y: scroll;
}
.privateAttention h5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem dashed #333;
  margin-bottom: 1.5rem;
  padding: 0 3.3rem;
}
@media screen and (max-width: 820px) {
  .privateAttention h5 {
    height: 7.6rem;
    line-height: 7.6rem;
    font-size: 3.2rem;
    border-bottom: 0.1rem dotted #333;
    text-align: center;
  }
}
.privateAttention p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding: 0 3.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .privateAttention p {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding: 1.8rem 4.8rem;
  }
}
.privateAttention.gym {
  border-radius: 0.8rem;
  border: 0.3rem solid #ddd;
}
.privateAttention.gym h5 {
  border-bottom: 0.1rem solid #ddd;
}

.btnBox {
  display: flex;
  justify-content: center;
}
.btnBox .btnForm {
  width: 32rem;
  height: 7.2rem;
  background: url("../images/tri_right.webp") no-repeat center right 2.1rem #fff35c;
  background-size: 1.4rem;
  border-radius: 3.6rem;
  margin: auto;
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 0.3rem solid #333;
  box-sizing: border-box;
  transition: all 0.4s ease;
  box-shadow: 0 0.4rem #333;
}
@media screen and (max-width: 820px) {
  .btnBox .btnForm {
    width: 59rem;
    height: 14rem;
    font-size: 3.2rem;
    border-radius: 7rem;
    background: url("../images/tri_right.webp") no-repeat center right 2.6rem #fff35c;
    background-size: 2.3rem;
    box-shadow: 0 1rem #333;
  }
}
.btnBox .btnForm:hover {
  box-shadow: none;
  transform: translateY(0.2rem);
}
.btnBox.gym .btnForm {
  width: 32rem;
  height: 5.6rem;
  background: url("../images/tri_right_gym_white.webp") no-repeat center right 2.5rem #2652e1;
  background-size: 0.9rem;
  border-radius: 2.8rem;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 0.1rem solid #2652e1;
  box-sizing: border-box;
  transition: all 0.4s ease;
  box-shadow: none;
}
@media screen and (max-width: 820px) {
  .btnBox.gym .btnForm {
    width: 59rem;
    height: 11.2rem;
    font-size: 3.2rem;
    border-radius: 5.6rem;
    background: url("../images/tri_right_gym_white.webp") no-repeat center right 3.6rem #2652e1;
    background-size: 1rem;
    box-shadow: none;
  }
}
.btnBox.gym .btnForm:hover {
  box-shadow: none;
  transform: translateY(0);
  background: url("../images/tri_right_gym_blue.webp") no-repeat center right 2.5rem #fff;
  background-size: 0.9rem;
  color: #2652e1;
  border: 0.1rem solid #2652e1;
}

section.page404 {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  section.page404 {
    padding-top: 12.8rem;
    padding-bottom: 4rem;
  }
}
section.page404 figure {
  width: 25rem;
  margin: auto auto 6.5rem;
}
@media screen and (max-width: 820px) {
  section.page404 figure {
    width: 35rem;
    margin: auto auto 9rem;
  }
}
section.page404 h2 {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
  background: none;
  padding: 0;
}
@media screen and (max-width: 820px) {
  section.page404 h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    letter-spacing: normal;
  }
}
section.page404 p.lead {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.7rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  section.page404 p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin-bottom: 9rem;
    text-align: justify;
    width: 65rem;
  }
}
section.page404 p.toTopPage {
  width: 32rem;
  height: 7.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 6.7rem auto auto;
}
@media screen and (max-width: 820px) {
  section.page404 p.toTopPage {
    width: 59rem;
    height: 14rem;
    font-size: 3.2rem;
    margin: 10rem auto auto;
  }
}
section.page404 p.toTopPage a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #333;
  border-radius: 3.6rem;
  opacity: 1;
  box-shadow: 0 0.8rem #333;
  transition: all 0.2s ease;
  background: url("../images/tri_right.webp") no-repeat center right 2.1rem;
  background-size: 1.3rem;
}
@media screen and (max-width: 820px) {
  section.page404 p.toTopPage a {
    border-radius: 7rem;
    background: url("../images/tri_right.webp") no-repeat center right 3.5rem;
    background-size: 2rem;
  }
}
section.page404 p.toTopPage a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(0.2rem);
}
section.page404 p.toTopPage.gym {
  width: 32rem;
  height: 5.6rem;
  margin: 5.8rem auto auto;
}
@media screen and (max-width: 820px) {
  section.page404 p.toTopPage.gym {
    width: 59rem;
    height: 11.2rem;
  }
}
section.page404 p.toTopPage.gym a {
  color: #fff;
  border: 0.1rem solid #2652e1;
  border-radius: 2.8rem;
  background: url("../images/tri_right_gym_white.webp") no-repeat center right 2.1rem #2652e1;
  background-size: 0.8rem;
  box-shadow: none;
}
@media screen and (max-width: 820px) {
  section.page404 p.toTopPage.gym a {
    color: #fff;
    border: 0.1rem solid #2652e1;
    border-radius: 5.6rem;
    background: url("../images/tri_right_gym_white.webp") no-repeat center right 3.5rem #2652e1;
    background-size: 1.2rem;
  }
}
section.page404 p.toTopPage.gym a:hover {
  opacity: 1;
  transform: translateY(0);
  color: #2652e1;
  border: 0.1rem solid #2652e1;
  border-radius: 2.8rem;
  background: url("../images/tri_right_gym_blue.webp") no-repeat center right 2.1rem;
  background-size: 0.8rem;
  box-shadow: none;
}

section.page404.gym {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  section.page404.gym {
    padding-top: 13rem;
    padding-bottom: 4rem;
  }
}
section.page404.gym figure {
  width: 19rem;
  margin: auto auto 6rem;
}
@media screen and (max-width: 820px) {
  section.page404.gym figure {
    width: 28rem;
    margin: auto auto 9rem;
  }
}
section.page404.gym h2 {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2652e1;
  text-align: center;
  margin-bottom: 3rem;
  background: none;
  padding: 0;
}
@media screen and (max-width: 820px) {
  section.page404.gym h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    letter-spacing: normal;
  }
}
section.page404.gym p.lead {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.7rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  section.page404.gym p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin-bottom: 9rem;
    text-align: justify;
    width: 65rem;
  }
}

@media screen and (max-width: 820px) {
  #menu-open {
    top: 2rem;
    right: 2rem;
    width: 8rem;
    height: 8rem;
    position: absolute;
    color: #333;
    text-align: center;
    padding-top: 0;
    box-sizing: content-box;
    font-size: 1.74rem;
    z-index: 21;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.6rem #333;
    border: 0.4rem solid #333;
  }
  #menu-open.gym {
    background: none;
    border: 0.2rem solid #fff;
    box-shadow: none;
    box-sizing: border-box;
  }

  a#menu-open span {
    display: block;
    width: 3rem;
    height: 0.4rem;
    background: #333;
  }

  a#menu-open.gym span {
    background: #fff;
    height: 0.2rem;
  }

  a#menu-open span:first-child {
    position: absolute;
    top: 2.8rem;
    right: 2.4rem;
    transition: all 0.4s ease;
  }

  a#menu-open.gym span:first-child {
    right: 2.3rem;
  }

  a#menu-open span:nth-child(2) {
    position: absolute;
    top: 3.9rem;
    right: 2.4rem;
    transition: all 0.4s ease;
  }

  a#menu-open.gym span:nth-child(2) {
    right: 2.3rem;
  }

  a#menu-open span:nth-child(3) {
    position: absolute;
    top: 5rem;
    right: 2.4rem;
    transition: all 0.4s ease;
  }

  a#menu-open.gym span:nth-child(3) {
    right: 2.3rem;
  }

  #menu-open.open {
    position: fixed;
    z-index: -1;
    opacity: 0;
  }

  #menu-panel {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0;
    right: auto;
    right: 0;
    z-index: 20;
    padding: 0 0 10rem 0;
    width: 100%;
    height: 0;
    background: url(../images/bg_menu_sp.webp) no-repeat center bottom #80d4ff;
    background-size: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s ease;
  }
  #menu-panel.gym {
    background: #2652e1;
    position: relative;
    overflow-x: hidden;
  }
  #menu-panel.gym::after {
    content: '';
    width: 42rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 75vw;
    transform: skewX(40deg);
  }
  #menu-panel.isuzu {
    background: url(../images/bg_menu_sp.webp) no-repeat center bottom #99c6ff;
    background-size: 100%;
  }
  #menu-panel.nakajo {
    background: url(../images/bg_menu_sp.webp) no-repeat center bottom #85e0f2;
    background-size: 100%;
  }

  #menu-panel.open {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    height: 180vw;
    /* 100vh */
  }

  #menu-panel > ul {
    width: 67rem;
    margin: auto;
  }

  #menu-panel > ul li {
    border-bottom: 0.4rem solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
  }

  #menu-panel > ul li a {
    font-size: 2.8rem;
    padding: 3.7rem 0;
    display: block;
    color: #fff;
  }

  #menu-panel > ul li ul.secondDeg {
    margin-top: 0;
    padding-bottom: 1rem;
  }

  #menu-panel > ul li ul.secondDeg li {
    border-bottom: none;
    margin-bottom: 2.1rem;
  }

  #menu-panel > ul li ul.secondDeg li a {
    font-size: 2.4rem;
    padding: 1rem 0;
    display: block;
    color: #fff;
  }

  #menu-panel > ul:nth-of-type(3) {
    width: 67rem;
    display: grid;
    /* width: fit-content; */
    column-gap: 2em;
    grid-template-columns: repeat(2, auto);
    margin-top: 3rem;
  }

  #menu-panel > ul:nth-of-type(3) li {
    border-bottom: none;
  }

  .btn-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0;
    border: none;
    height: 10rem;
    width: 10rem;
    opacity: 0 !important;
    z-index: 1;
    top: 2rem;
    right: 2rem;
    width: 8rem;
    height: 8rem;
    position: absolute;
    color: #333;
    text-align: center;
    padding-top: 0;
    box-sizing: content-box;
    font-size: 1.74rem;
    z-index: 21;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.6rem #333;
    border: 0.4rem solid #333;
  }
  .btn-menu.gym {
    box-shadow: none;
    background: none;
    border: 0.2rem solid #fff;
  }

  .btn-menu.active {
    opacity: 1 !important;
    z-index: 30;
  }

  #menu-close span {
    width: 3rem;
    height: 0.4rem;
    background: #333;
    transition: 0.4s;
  }

  #menu-close.gym span {
    background: #fff;
    height: 0.2rem;
  }

  #menu-close span:first-child {
    position: absolute;
    top: 4rem;
    right: 2.5rem;
    transition: all 0.4s ease;
    transform: rotate(45deg);
  }

  #menu-close.gym span:first-child {
    right: 2.3rem;
  }

  #menu-close span:nth-child(2) {
    display: none;
  }

  #menu-close span:nth-child(3) {
    position: absolute;
    top: 4rem;
    right: 2.5rem;
    transition: all 0.4s ease;
    transform: rotate(-45deg);
  }

  #menu-close.gym span:nth-child(3) {
    right: 2.3rem;
  }
}
/* 2025/05/21 西河原の予約ボタン */
p.reserve {
  position: absolute;
  top: 1.5rem;
  left: 27rem;
  width: 10.8rem;
}
@media screen and (max-width: 820px) {
  p.reserve {
    position: absolute;
    top: 3.5rem;
    left: 46.5rem;
    width: 16.5rem;
  }
}

p.reserve2 {
  width: 63.4rem;
  margin: auto auto 7rem;
}

@media screen and (max-width: 820px) {
  p.reserve3 {
    position: fixed;
    bottom: 9rem;
    left: 50%;
    width: 92vw;
    transform: translateX(-50%);
    z-index: 5;
  }
}
