@charset "UTF-8";
/* 薄オレンジ */
/* 薄ピンク */
/* 薄みどり */
/*$minFont　最小のフォントサイズを引数として受け取る（単位なし）*/
/* CSS Document */
/*====================
 基本幅（1360px以上）：大型PC
 1279px以下：小型PC
 1024px以下：タブレット
 896px以下：スマートフォン横
 600px以下：スマートフォン縦
 480px以下：スマートフォン縦

 フォント
  font-family: BIZ UDGothic;
  font-family: 'Merriweather'
  font-family:'Font Awesome 5 Free';
====================*/
/* -------------------------------------------------------- */
/*                                                          */
/*  初期設定                       　　　　　　　　　      　 　 */
/*                                                          */
/* -------------------------------------------------------- */
/*  
  リセット
---------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, big, em, img, small, strike, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tr, th, td, article, aside, figure, figcaption, footer, header, nav, section, main, button, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, nav, section, main, picture {
  display: block;
}

ol, ul {
  list-style: none;
}

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

table th {
  /*text-align: left;*/
}

a {
  text-decoration: none;
}

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

/*  
  共通
---------------------------------*/
html {
  font-size: 10px; /* 1rem = 10pxと定義 */
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.6;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

a {
  color: #3A3A3A;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: #0095A7;
}

h2 {
  font-weight: 700;
  line-height: 1.4;
}

input,
select,
textarea {
  font-family: "BIZ UDGothic", sans-serif;
  color: #3A3A3A;
}

input[type=submit] {
  -webkit-appearance: none;
}

/*p {font-size: 1.6rem;}*/
p {
  font-size: clamp(14px, 1.6rem, 16px);
}

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

  基本幅（1360px以上）

==================================================== */
/* ----------------------------------------------------
  ヘッダー  基本幅
---------------------------------------------------- */
header {
  width: 100%;
  /*max-width: 1920px;*/
  height: 80px;
  position: fixed;
  /*left: 50%;
  transform: translateX(-50%);*/
  z-index: 3;
  transition: 0.5s ease-in-out;
  background: #F9F4F0;
}

header .header-inner {
  width: 98%;
  max-width: 1360px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  /*align-items:center;*/
}

.navDrawr {
  width: calc(100% - 300px);
  text-align: center;
}

.navDrawr > ul {
  display: flex;
  justify-content: flex-end;
}

.navDrawr > ul > li {
  margin: 0 0.25%;
  /*font-size: 1.125rem;*/
  font-size: 18px;
}

.navDrawr > ul > li > a {
  padding: 0 1.25em;
  line-height: 80px;
  white-space: nowrap;
}

.navDrawr > ul > li > a:hover {
  color: #0095A7;
}

header a {
  display: block;
  color: #3A3A3A;
}

header a:hover {
  color: #0095A7 !important;
}

header .logo {
  width: 200px;
  line-height: 80px;
}

.navDrawr > ul > li:last-child a {
  padding: 0;
}

header .instagram img {
  width: 30px;
  height: 30px;
  max-width: unset;
}

header .instagram.tbsp-only {
  position: absolute;
  line-height: 60px;
  right: 60px;
}

.navDrawr .sub {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}

.navDrawr .sub a {
  border-bottom: 0.5px dotted #EC9661;
  line-height: 1.8;
}

#side-fixBtn {
  position: fixed;
  right: 1em;
  /*top: calc(50vh - 130px);*/
  top: 120px;
  z-index: 3;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

#side-fixBtn li {
  border-radius: 1rem;
  width: 9rem;
  height: 9rem;
  padding-top: 1rem;
}

#side-fixBtn i {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}

#side-fixBtn li:first-child {
  background-color: #0095A7;
}

#side-fixBtn li:nth-child(2) {
  margin-top: 1rem;
  background-color: #258A5E;
  /*padding-top: 1.6rem;*/
}

#side-fixBtn li:nth-child(2) i {
  /*margin-bottom: 1rem;*/
}

#side-fixBtn li a {
  color: #fff;
}

#side-fixBtn li a:hover {
  opacity: 0.5;
}

#foot-fixBtn {
  display: none;
}

/* ----------------------------------------------------
  全ページ共通  基本幅　汎用部品
---------------------------------------------------- */
.ttl01 {
  font-size: 3rem; /*30px*/
  color: #3A3A3A;
  z-index: 2;
  position: relative;
  font-weight: bold;
}

.ttl01::before {
  content: "";
  border-bottom: #EC9661 solid 2px;
  width: 8rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -1rem;
}

.ttl01.non-mark::before {
  content: none;
}

.ttl01 .eng {
  font-size: 2.4rem; /* 24px */
  display: block;
}

.p-sub main {
  background-color: #F9F4F0;
}

.p-sub .ttl01 {
  font-size: 2.6rem;
  text-align: center;
}

.p-sub .ttl01 .eng {
  font-size: 2rem; /* 20px */
  margin-bottom: 1rem;
}

.p-sub .ttl01::before {
  font-size: 5.6rem;
}

.ttl-blue {
  background: #0095A7;
  color: #fff;
  border-radius: 3rem;
  padding: 1rem;
  text-align: center;
  font-size: 2.2rem;
}

.box-img-center {
  text-align: center;
}

.box-img-center {
  margin: 0 auto;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-box .box-img {
  position: relative;
  border-radius: 3rem;
  width: 48%;
}

.flex-box .box-txt {
  width: 48%;
}

.flex-box .box-img img {
  width: 100%;
}

.btn01 { /* 背景：白・文字色：オレンジ */
  border: 1px solid #EC9661;
  padding: 0.8em 3em 0.8em 2em;
  display: block;
  /*width: 40%;*/
  margin: 0 auto;
  color: #3A3A3A;
  position: relative;
  max-width: 36rem;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
  /*font-size: 1.6rem;*/
  font-size: clamp(14px, 1.6rem, 16px);
  cursor: pointer;
  border-radius: 1rem;
}
.btn01:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #EC9661;
}
.btn01:hover {
  color: #fff;
  border-radius: 1rem;
  background: #EC9661;
}
.btn01:hover:after {
  right: 1em;
  border-radius: 1rem;
  color: #fff;
}

.btn01.back,
.btn01.before {
  padding: 0.8em 2em 0.8em 3em;
}

.btn01.back:after,
.btn01.before:after {
  content: "\f104";
  left: 1.5em;
  right: unset;
}

.btn01.back:hover::after,
.btn01.before:hover::after {
  left: 1em;
}

.btn02 { /* 背景：緑・文字色：白 */
  border: 1px solid #0095A7;
  padding: 0.8em 3em 0.8em 2em;
  background: #0095A7;
  display: block;
  /*width: 40%;*/
  margin: 0 auto;
  color: #fff;
  position: relative;
  max-width: 36rem;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
  /*font-size: 1.6rem;*/
  font-size: clamp(14px, 1.6rem, 16px);
  cursor: pointer;
  color: #fff;
  border-radius: 1rem;
}
.btn02:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.btn02:hover {
  color: #fff;
  border-radius: 1rem;
  background: #fff;
  color: #0095A7;
}
.btn02:hover:after {
  right: 1em;
  border-radius: 1rem;
}

.list-btn {
  display: flex;
  justify-content: end;
}

.list-btn li:first-of-type {
  margin-right: 1rem;
}

.list-btn [class^=btn] {
  display: inline-block;
  width: auto;
  min-width: 200px;
}

.table01 {
  width: 100%;
}

.table01 tr {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.table01 th,
.table01 td {
  padding: 2rem;
  line-height: 1.8;
  border: 1px solid #666666;
}

.table01 th {
  white-space: nowrap;
  vertical-align: middle;
}

.num {
  letter-spacing: 0.1rem;
}

.list-number {
  list-style: decimal;
}

.list-number li {
  margin-left: 3rem;
}

/* ----------------------------------------------------
  ホーム  基本幅
---------------------------------------------------- */
.p-home h1 {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, #e60012 30%, #e60012 70%, rgba(255, 255, 255, 0.2) 100%);
  width: 80%;
  color: #fff;
  font-size: 2.75rem;
  margin: 0 auto -2rem auto;
  text-align: center;
  z-index: 2;
  max-width: 1360px;
  margin-top: 2rem;
}

.p-home h1 span {
  font-size: 2.25rem;
}

.p-home main {
  width: 100%;
  margin: auto;
  /*padding-bottom: 4rem; */
  background-color: #F9F4F0;
}

.p-home #mainVisual {
  padding-top: 80px;
  margin-left: 60px;
  position: relative;
}

.p-home #mainVisual .copyright {
  position: absolute;
  width: 60px;
  bottom: 0;
  left: -60px;
  writing-mode: vertical-lr;
  line-height: 60px;
  font-size: 12px;
}

.p-home #mainVisual li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 100vh;*/
  height: 85vh;
  margin: 0;
  max-height: 850px;
  border-radius: 0 0 0 50px;
}

.p-home #mainVisual li:nth-child(1) {
  background-image: url("../img/top/bg_slide01_w2680.jpg");
}

.p-home #mainVisual li:nth-child(2) {
  background-image: url("../img/top/bg_slide02_w2680.jpg");
}

.p-home #mainVisual li p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0 0.25em 0 0.5em;
}

.p-home #mainVisual li p .eng {
  font-size: 6.8rem;
  display: block;
  opacity: 0.55;
}

.p-home #mainVisual li p .catch {
  line-height: 8rem;
  display: inline-block;
  background-color: #0095A7;
  padding-right: 1rem;
  padding-left: 1rem;
  opacity: 0.85;
}

.p-home #mainVisual li p .catch {
  background-color: #258A5E;
  position: relative;
}

.p-home #mainVisual li p .catch::after {
  position: absolute;
  top: 0px;
  right: -30px;
  content: "";
  border-width: 8rem 30px 0px 0px;
  border-style: solid;
  border-color: #258A5E transparent transparent transparent;
}

.p-home #mainVisual li p .catch::before {
  position: absolute;
  top: 0px;
  left: -30px;
  content: "";
  border-width: 8rem 30px 0px 0px;
  border-style: solid;
  border-color: transparent #258A5E transparent transparent;
}

.p-home #mainVisual li:first-child p .catch {
  background: #0095A7;
}

.p-home #mainVisual li:first-child p .catch::before {
  border-color: transparent #0095A7 transparent transparent;
}

.p-home #mainVisual li:first-child p .catch::after {
  border-color: #0095A7 transparent transparent transparent;
}

.slick-active p .eng {
  /*animation: slideFromLeftSub 1.5s ease 0s 1 normal;*/
}

.slick-active p .catch {
  animation: slideFromLeftSub 2s ease 0s 1 normal;
}

@keyframes slideFromLeftSub {
  0%, 45% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 0.8;
  }
}
.p-home #about .ttl01::before {
  left: 4rem;
}

.p-home #about h2 {
  font-size: 4rem;
}

.p-home #about {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 6rem;
  margin-top: 6rem;
  background-image: url("../img/top/bg_about.png");
  background-repeat: no-repeat;
  background-position-x: -100px;
  background-position-y: 100px;
  background-size: 80%;
}

.p-home #about .box-img span {
  position: absolute;
  left: -2rem;
  top: -2rem;
  width: 12rem;
  height: 12rem;
  background: #EC9661;
  border-radius: 50%;
  padding-top: 2.5rem;
  text-align: center;
  color: #fff;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
  border: double 4px #fff;
}

.p-home #about ul {
  list-style: disc;
  margin-left: 2rem;
}

.p-home #diet {
  background: #EDDEDB;
  position: relative;
}

.p-home #diet .ttl01::before,
.p-home #hipup h2::before,
.p-home #metaboric h2::before {
  left: 4rem;
}

.p-home #diet .inner-diet {
  position: relative;
}

.p-home #diet .inner-diet::before {
  position: absolute;
  background: #fff;
  right: -10rem;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
}

.p-home #diet .inner-diet::before {
  position: absolute;
  background: #F9F4F0;
  right: -100rem;
  top: 0;
  width: 100rem;
  height: 100%;
  content: "";
}

.p-home #diet .inner-diet::after {
  position: absolute;
  background: #EDDEDB;
  right: -10rem;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  border-radius: 0 5rem 5rem 0;
}

.p-home .inner-diet .img-diet {
  align-items: end;
}

.p-home .inner-diet .img-diet-left img {
  width: calc(100% + 300px);
  margin-left: -300px;
  max-width: unset;
}

.p-home .inner-diet .img-diet-right {
  position: relative;
}

.p-home .inner-diet .img-diet-right span {
  position: absolute;
  top: -50px;
  right: 0;
  background-image: url(../img/top/ico-diet.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16rem;
  height: 16rem;
  padding-top: 5rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

.p-home #training {
  background-image: url(../img/top/bg_training.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-home #training .list-training {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-home #training .list-training li {
  width: calc(50% - 1rem);
  background: #fff;
  border: 1px solid rgba(145, 152, 149, 0.2);
  margin-bottom: 2rem;
  padding: 3rem;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}

.p-home #training .list-training h3 {
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
}

.p-home #training .list-training h3::before {
  content: "";
  border-bottom: #EC9661 dotted 2px;
  width: 8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}

.p-home #training .list-training dl {
  display: flex;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

.p-home #training .list-training dl dt {
  width: 22rem;
  font-size: clamp(14px, 1.6rem, 16px);
}

.p-home #training .list-training .fee {
  font-family: "Merriweather";
  font-size: 2.6rem;
  font-weight: bold;
  color: #EA5405;
}

.p-home #voice {
  background: #fff;
}

.p-home #voice .list-voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-home #voice .list-voice li {
  width: calc(50% - 3rem);
}

.p-home #voice .list-voice li img {
  width: 200px;
  float: left;
  margin-right: 3rem;
}

.p-home #voice .list-voice li dt {
  font-size: 2rem;
}

.p-home #voice .list-voice li dt span {
  font-family: "Merriweather";
  color: #0095A7;
  font-size: clamp(14px, 1.6rem, 16px);
  display: block;
}

.p-home #voice .list-voice li dd {
  margin-top: 2rem;
}

#link .list-link {
  display: flex;
  flex-wrap: wrap;
}

#link .list-link li {
  width: 50%;
  /*min-height: 10rem;*/
  height: 30rem;
  padding: 2rem 3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#link .list-link li a:hover {
  opacity: 0.6;
}

#link .list-link li:nth-child(1) {
  background-image: url(../img/common/bg_faq.jpg);
}

#link .list-link li:nth-child(2) {
  background-image: url(../img/common/bg_blog.jpg);
}

#link .list-link li a {
  border-radius: 3rem;
  border: 1px solid #fff;
  padding: 6rem 3rem 9rem 3rem;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.4rem; /* 24px */
}

#link .list-link li a span {
  font-family: "Merriweather";
  font-size: 2rem; /* 20px */
  display: block;
  margin-bottom: 4rem;
}

#map .flex-box {
  justify-content: space-around;
}

#map .box-info {
  width: 45%;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}

#map .box-map {
  width: 55%;
}

#map img {
  margin: 3rem 0 3rem 2rem;
}

#map table {
  margin-left: 2rem;
}

#map table tr {
  border-top: 0.5px solid rgba(145, 152, 149, 0.2);
  border-bottom: 0.5px solid rgba(145, 152, 149, 0.2);
  height: 5rem;
}

#map table th {
  white-space: nowrap;
  padding: 0.35em 1rem 0.35em 3rem;
  vertical-align: middle;
  text-align: left;
}

#map table td {
  padding: 0.35em 3rem 0.35em 1rem;
  vertical-align: middle;
  text-align: left;
}

/* ホームのお知らせ */
.p-home .list-news {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-home .list-news li {
  border-bottom: dotted 1px #3A3A3A;
  padding: 1rem;
}

.p-home .list-news li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-home .list-news li dl {
  padding: 2.25rem;
}

.p-home .list-news li img {
  max-width: 160px;
}

/* ----------------------------------------------------
  サブページ共通　基本幅
---------------------------------------------------- */
.p-sub main {
  overflow: hidden;
  padding-top: 80px;
}

/* サブページのメインタイトル */
.p-sub #ttlBox {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 300px;
  position: relative;
  text-align: center;
  background-position: center center;
}

.p-sub #ttlBox h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 4rem;
  color: #fff;
  white-space: nowrap;
}

.p-sub #ttlBox h1 .eng {
  font-size: 2.8rem;
  display: block;
}

/* サブページメイン画像 */
.p-sub #ttlBox {
  background-color: #059392;
  background-position: center;
}

.p-diet #ttlBox {
  background-image: url(../img/diet/main.jpg);
}

.p-bodymake #ttlBox {
  background-image: url(../img/bodymake/main.jpg);
}

.p-metaboric #ttlBox {
  background-image: url(../img/metaboric/main.jpg);
  background-position: left;
}

.p-kubire #ttlBox {
  background-image: url(../img/kubire/main.jpg);
}

.p-faq #ttlBox {
  background-image: url(../img/faq/main.jpg);
}

.p-about #ttlBox {
  background-image: url(../img/about/main.jpg);
}

.p-menu #ttlBox {
  background-image: url(../img/menu/main.jpg);
}

.p-blogs #ttlBox {
  background-image: url(../img/blogs/main.jpg);
}

.p-voice #ttlBox {
  background-image: url(../img/voice/main.jpg);
}

.p-contact #ttlBox {
  background-image: url(../img/contact/main.jpg);
}

/* ぱんくずリスト */
.p-sub #bread {
  z-index: 1;
  font-weight: 400;
  font-size: 1.6rem;
}

.p-sub #bread li {
  display: inline;
}

.p-sub #bread a {
  color: #3A3A3A;
}

.p-sub #bread li:first-child {
  text-transform: uppercase;
}

.p-sub #bread li:not(:first-child) a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  padding: 0 0.5em;
}

.p-sub #bread li:last-child a {
  pointer-events: none;
}

/* サブページのリード文 */
.p-sub .lead {
  font-weight: 400;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
  text-align: center;
  line-height: 1.8;
}

/* ----------------------------------------------------
  トレーニングメニュー共通　基本幅
---------------------------------------------------- */
.p-sub .flex-box .box-img {
  width: 40%;
}

.p-sub .flex-box .box-txt {
  width: 56%;
}

/* トレーニングメニュー */
.p-sub .list-training {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 3rem auto 0 auto;
}

.p-sub .list-training li {
  width: 50%;
  padding: 1%;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
  margin-bottom: 2rem;
}

.p-sub .list-training dl {
  /*width: 56%;*/
}

.p-sub .list-training dt {
  font-size: 2.2rem; /* 22px */
}

.p-sub .list-training dt span {
  color: #0095A7;
  font-size: clamp(14px, 1.6rem, 16px);
  font-family: "Merriweather";
}

.p-sub .list-training dt span .no {
  margin-right: 2rem;
  margin-left: 0.2rem;
  font-size: 3rem;
}

.p-sub .list-training dd {
  margin-top: 2rem;
  font-size: clamp(14px, 1.6rem, 16px);
}

.p-sub .list-training dd span.effect {
  margin-top: 2rem;
  display: block;
  padding: 2rem;
  background: rgba(0, 149, 167, 0.2); /*#0095A7;*/
  /*width: 250px;*/
  text-align: center;
  border-radius: 3rem;
}

.p-sub .list-training dd span.effect span {
  display: block;
}

.p-menu .list-flow {
  max-width: 1100px;
  margin: 5rem auto 0 auto;
}
.p-menu .list-flow li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  align-items: start;
  font-size: clamp(14px, 1.6rem, 16px);
}
.p-menu .list-flow li img {
  width: 48%;
}
.p-menu .list-flow li dl {
  width: 48%;
}
.p-menu .list-flow li dl dt {
  font-size: 2.2rem; /* 22px */
}
.p-menu .list-flow li dl dt span {
  color: #0095A7;
  font-size: clamp(14px, 1.6rem, 16px);
  font-family: "Merriweather";
}
.p-menu .list-flow li dl dt .no {
  margin-right: 2rem;
  margin-left: 0.2rem;
  font-size: 3rem;
}
.p-menu .list-flow li dl dd {
  margin-top: 2rem;
}

.p-menu .list-payment {
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}
.p-menu .list-payment dt {
  margin-bottom: 1rem;
}
.p-menu .list-payment dt:before {
  content: "●";
  color: #EC9661;
  margin-right: 1rem;
}
.p-menu .list-payment dd {
  margin-bottom: 2rem;
}
.p-menu .list-payment dd span {
  background: #EDDEDB;
  padding: 2rem 4rem;
  border-radius: 3rem;
  display: inline-block;
  margin-top: 1rem;
  background-color: #F9CCB4;
}

/* 料金表 */
.table-price {
  width: 100%;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}

.table-price tr {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.table-price th,
.table-price td {
  padding: 0.5em 2em;
  line-height: 1.8;
  border: 1px solid #666666;
}

.table-price th {
  white-space: nowrap;
  vertical-align: middle;
}

/* マンツーマンとペアの料金表切り替え */
.tab {
  display: flex;
  width: 100%;
  margin: 6rem auto 0;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  font-size: 2rem;
  flex-wrap: wrap;
}
.tab li {
  flex: 1;
}
.tab li a {
  display: block;
  padding: 1.25em 0.5em 1em;
  border-radius: 1rem 1rem 0 0;
  height: 100%;
  background: rgba(145, 152, 149, 0.2);
  cursor: pointer;
}

.tab::after {
  width: 100%;
  height: 5px;
  background: #0095A7;
  content: "";
  display: block;
}

.tab:has(.single.active)::after {
  background: #0095A7;
}

.tab:has(.pair.active)::after {
  background: #EC9661;
}

.tab-list.active.single a {
  background: #0095A7;
  color: #fff;
}

.tab-list.active.pair a {
  background: #EC9661;
  color: #fff;
}

.area {
  display: none;
  opacity: 0;
  width: 100%;
}

.area.active {
  display: block;
  opacity: 1;
}

.area-inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  /* 表示/非表示切り替え */
}
.area-inner .monthly h3 {
  background: #4a4a4a;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  text-align: center;
  font-size: 2.2rem;
}
.area-inner .ticket h3 {
  background: #4a4a4a;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  text-align: center;
  font-size: 2.2rem;
}
.area-inner .num {
  font-family: "Merriweather";
  font-weight: bold;
}
.area-inner .per {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.5rem;
  background: #D3E8DF;
  width: 6em;
  margin: 0 auto;
}
.area-inner .ticket .per {
  background: #EDDEDB;
}
.area-inner .switch-br {
  display: none;
}

.limit-date {
  vertical-align: middle;
  font-size: 16px;
}

/* トレニーングメニュー内のナビ */
#navi-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

#navi-menu ul li.taiken {
  width: 100%;
}

#navi-menu ul li {
  margin: 1rem;
}

#navi-menu a {
  display: block;
  width: 430px;
  height: 80px;
  color: #fff;
  border-radius: 3rem;
  text-align: center;
  line-height: 80px;
  font-size: 2rem;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 3px 3px #3A3A3A;
}
#navi-menu a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#navi-menu a:hover:after {
  right: 1em;
}

#navi-menu .taiken a {
  background-image: url("../img/common/btn_taiken.jpg");
}

#navi-menu .kubire a {
  background-image: url("../img/common/btn_kubire.jpg");
}

#navi-menu .metaboric a {
  background-image: url("../img/common/btn_metaboric.jpg");
}

#navi-menu .diet a {
  background-image: url("../img/common/btn_diet.jpg");
}

#navi-menu .bodymake a {
  background-image: url("../img/common/btn_bodymake.jpg");
}

.p-bodymake #navi-menu .bodymake,
.p-diet #navi-menu .diet,
.p-metaboric #navi-menu .metaboric,
.p-kubire #navi-menu .kubire { /* ダイエットについてページの場合は非表示 */
  display: none !important;
}

.ttl-weight,
.ttl-dumbbell,
.ttl-utensils,
.ttl-measure,
.ttl-metaboric {
  font-size: 2rem;
}

.ttl-weight:before,
.ttl-dumbbell:before,
.ttl-utensils:before,
.ttl-measure:before,
.ttl-metaboric:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0095A7;
  font-size: 2.2rem;
  margin-right: 2rem;
}

.ttl-weight:before {
  content: "\f496";
}

.ttl-dumbbell:before {
  content: "\f44b";
}

.ttl-utensils:before {
  content: "\f2e7";
}

.ttl-measure:before {
  content: "\f4db";
}

.ttl-metaboric:before {
  content: "\f21e";
}

.p-diet .list-3eat {
  margin: 3rem auto;
  font-size: 2rem;
  max-width: 640px;
  counter-reset: count 0;
}

.p-diet .list-3eat li:before {
  /*
  font-family: $font-awesome;
  font-weight: 900;
  content: '\f2e7';
  color: $main-color;
  */
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 2.2rem;
  margin-right: 2rem;
  width: 3rem;
}

/*
.p-diet .list-3eat li:nth-child(2):before {
  content: '\f44b';
}
*/
/* ----------------------------------------------------
  よくある質問 基本幅
---------------------------------------------------- */
.list-faq dt {
  font-weight: 700;
  margin-top: 3rem;
  padding-left: 8.25rem;
  text-indent: -8.25rem;
  font-size: clamp(14px, 1.6rem, 16px);
}

.list-faq dd {
  margin: 2rem 0 0 5%;
  padding-left: 7rem;
  position: relative;
  font-size: clamp(14px, 1.6rem, 16px);
}

.list-faq .q,
.list-faq .a {
  text-align: center;
  font-size: 2.4rem; /* 24px */
  line-height: 6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-family: "Merriweather";
  margin-right: 2rem;
  display: inline-block;
  text-indent: 0;
  color: #fff;
}

.list-faq .q {
  background-color: #0095A7;
}

.list-faq .a {
  position: absolute;
  background-color: #EC9661;
  left: -1rem;
}

.list-faq dd a {
  font-size: clamp(14px, 1.6rem, 16px);
}

/* ----------------------------------------------------
  シークライムジムについて 基本幅
---------------------------------------------------- */
.p-about .intro {
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
  line-height: 2;
}

.p-about .intro h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
  font-size: 2rem;
  margin-right: 1rem;
  color: #0095A7;
}

.p-about .intro h3 {
  margin-top: 2rem;
}

.p-about #access .ttl-blue {
  max-width: 640px;
  margin: 0 auto;
}

.p-about #guide figure {
  text-align: center;
  padding: 3rem 5%;
}
.p-about #guide .list-guide {
  counter-reset: count 0;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}
.p-about #guide .list-guide li figcaption {
  text-align: left;
  margin-top: 1rem;
  padding-left: 4rem;
}
.p-about #guide .list-guide li figcaption:before {
  content: counter(count);
  counter-increment: count 1;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
  width: 3rem;
  height: 3rem;
  background: #0095A7;
  border-radius: 50%;
  color: #fff;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  margin-left: -4rem;
}

/* ----------------------------------------------------
  CGIページ 基本幅
---------------------------------------------------- */
.pager {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  height: 60px;
  height: auto;
}

.pager li {
  margin: 0;
}

/* ブログ一覧ページ */
.p-cgi .list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-cgi .list-item li {
  width: 24%;
  background-color: #fff;
  margin-right: 1%;
  padding: 1rem;
  margin-bottom: 2%;
}

.p-cgi .list-item li:nth-child(4) {
  margin-right: 0;
}

.p-cgi .list-item li a {
  display: block;
  font-size: clamp(14px, 1.6rem, 16px);
}
.p-cgi .list-item li a .item-img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-cgi .list-item li a .item-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.p-cgi .list-item li a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cgi .list-item li a .item-date {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-voice .list-item li .item-ttl {
  margin-top: 1rem;
  display: block;
  margin-bottom: 1rem;
}
.p-voice .list-item li .item-comment {
  display: block;
  margin-top: 1rem;
}

/* ブログ詳細ページ */
.p-cgi .cgi-detail .date {
  margin-bottom: 1em;
  text-align: left;
  margin-top: 1em;
}

.p-cgi .cgi-detail .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-cgi .cgi-detail .img-list li {
  flex-basis: 32%;
}

.p-cgi .cgi-detail .img-list li img {
  width: 98%;
}

.p-cgi .cgi-detail .pdf-list {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-cgi .cgi-detail .link,
.p-cgi .cgi-detail .pdf {
  text-align: right;
  text-decoration: underline;
}

.p-cgi .cgi-detail .pdf a {
  text-decoration: underline;
}

.p-cgi .cgi-detail .video-list {
  margin-top: 3em;
}

.p-cgi .cgi-detail .youtube {
  width: 640px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 480px;
  position: relative;
}

.p-cgi .cgi-detail .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* ブログの本文のスタイル */
.p-cgi .cgi-detail .comment {
  margin: 0 auto;
  /*font-size: 1.8rem;*/
  font-size: clamp(15px, 1.8rem, 19px);
}
.p-cgi .cgi-detail .comment h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1rem;
}
.p-cgi .cgi-detail .comment h3 {
  font-size: 2rem;
  text-decoration: underline;
  line-height: 2;
  margin-bottom: 1rem;
}
.p-cgi .cgi-detail .comment ol, .p-cgi .cgi-detail .comment ul {
  list-style: inherit;
}
.p-cgi .cgi-detail .comment li {
  line-height: 1.8;
  margin-left: 2rem;
}
.p-cgi .cgi-detail .comment a {
  text-decoration: underline;
  color: inherit;
}
.p-cgi .cgi-detail .comment th, .p-cgi .cgi-detail .comment td {
  border: solid 1px; /* 枠線指定 */
  padding: 1rem;
}
.p-cgi .cgi-detail .comment th {
  background-color: rgba(145, 152, 149, 0.2);
}
.p-cgi .cgi-detail .comment table {
  border-collapse: collapse; /* セルの線を重ねる */
  width: auto;
}
.p-cgi .cgi-detail .comment strong {
  font-weight: bold;
}

.p-voice .cgi-detail .comment h2 {
  margin-top: 2rem;
}
.p-voice .cgi-detail .comment h2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
  font-size: 2rem;
  margin-right: 1rem;
  color: #0095A7;
}

.p-cgi .category a {
  color: #0095A7;
  margin-right: 2rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
}

.p-cgi .list-item .category a {
  background-color: #0095A7;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.p-cgi .list-item .category a:hover {
  color: #fff;
  opacity: 0.8;
}

.p-cgi .list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.p-cgi .list-category li a {
  display: inline-block;
}

.p-cgi .list-category li {
  margin-bottom: 1rem;
}

/* ----------------------------------------------------
  お問い合わせ 基本幅
---------------------------------------------------- */
.p-contact .table01 {
  font-size: clamp(14px, 1.6rem, 16px);
}

.p-contact .table01 th {
  width: 350px;
}

.p-contact .error {
  border-color: #e60012;
}

.p-contact p.error {
  list-style: none;
  color: #e60012;
  padding: 5px 5px 5px 20px;
  font-weight: normal;
}

.p-contact .submit {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.8em 3em 0.8em 2em;
  border: 1px solid #3A3A3A;
  background: #fff;
  /*font-size: 18px;*/
  font-size: clamp(14px, 2.917vw, 16px);
  color: #3A3A3A;
  cursor: pointer;
  font-weight: 500;
  min-width: 300px;
}

.p-contact .submit:hover {
  text-decoration: none;
  color: #0095A7;
}

.p-contact .submit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.p-contact .submit:hover::after {
  right: 1em;
}

.p-contact .back {
  padding: 0.8em 2em 0.8em 3em;
}

.p-contact .back::after {
  content: "";
}

.p-contact .back::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.p-contact .back:hover::before {
  left: 1em;
}

.p-contact .need {
  float: right;
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 0.5rem;
  padding: 2px 4px;
  font-weight: 500;
  margin-right: 10px;
  font-size: 1.4rem;
}

.p-contact ul.mailform_submit {
  display: block;
  width: 100%;
  text-align: center;
}

.p-contact ul.mailform_submit li {
  width: 40%;
  text-align: center;
  margin: 3em auto;
}

.fm_input-text.size-ss, .fm_input-textarea.size-ss, .fm_input-select.size-ss {
  width: 3em;
}

.fm_input-text.size-s, .fm_input-textarea.size-s, .fm_input-select.size-s {
  width: 7em;
}

.fm_input-text.size-m, .fm_input-textarea.size-m, .fm_input-select.size-m {
  width: 16em;
}

.fm_input-text,
.fm_input-textarea,
.fm_input-select {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 0.5rem;
  position: relative;
  padding: 1rem;
  font-size: clamp(14px, 1.6rem, 16px);
}

/* ----------------------------------------------------
  フッター　基本幅
---------------------------------------------------- */
footer .footer-contact {
  background: #0095A7;
  color: #fff;
}

footer .footer-contact-inner {
  background: url(../img/common/bg-contact.png) no-repeat left;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer .footer-contact-inner p {
  font-size: 2rem;
  margin-bottom: 2rem;
}

footer .footer-contact-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-contact-inner ul li {
  width: 300px;
}

footer .footer-contact-inner ul li a {
  display: block;
  border: 1px solid #fff;
  width: calc(300px - 4rem);
  color: #fff;
  text-align: center;
  line-height: 5rem;
}

footer .footer-contact-inner ul li:first-child a {
  font-size: 2rem;
}

footer .footer-contact-inner ul li:nth-child(2) a {
  background-color: #258A5E;
  border: 1px solid #258A5E;
}

footer .footer-contact-inner ul li a::before {
  font-family: "Font Awesome 5 Free";
  width: 1rem;
  height: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}

footer .footer-contact-inner ul li:first-child a::before { /* スマホアイコン */
  content: "\f3cd";
}

footer .footer-contact-inner ul li:nth-child(2) a::before { /* メールアイコン */
  content: "\f0e0";
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

footer .footer-inner {
  max-width: 1360px;
  padding-top: 2rem;
  margin: 0 auto;
  text-align: center;
}

footer #footer-logo {
  margin: 0.5rem auto;
}

footer #footer-logo img {
  width: 250px;
  /*height: 30px;*/
}

footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  font-size: clamp(14px, 1.6rem, 16px);
}

footer .footer-nav ul {
  width: 20%;
  margin-top: 1rem;
}

footer .footer-nav ul:first-child {
  width: 10%;
}

footer .footer-nav li {
  padding: 0.5em 2em 0.5em 0;
  text-align: left;
}

footer .footer-nav li:last-child {
  /*padding-right: 0;*/
}

footer address,
footer #copyright {
  margin: 1rem auto;
  width: 100%;
  text-align: center;
  font-size: clamp(14px, 1.6rem, 16px);
}

/*  著作権 */
footer #copyright {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Merriweather";
}

/*  ページトップ */
#pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  right: 1em;
  bottom: 4em;
  cursor: pointer;
  opacity: 0.7;
  z-index: 2;
  background-image: url("../img/common/totop.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#pagetop:hover {
  opacity: 0.9;
  animation: shake 2.2s infinite;
}

/* ----------------------------------------------------
 ふわっと出現  基本幅
【JSファイル】js/jquery.inview.min.js
    js/effect.js
------------------------------------------------------*/
/* 移動しながら出現（上下左右共通）*/
.slide-down,
.slide-left,
.slide-up,
.slide-right {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

/* 下移動して出現 */
.slide-down {
  transform: translate(0, -40px);
}

/* 左移動して出現 */
.slide-left {
  transform: translate(40px, 0);
}

/* 上移動して出現 */
.slide-up {
  transform: translate(0, 40px);
}

/* 右移動して出現 */
.slide-right {
  transform: translate(-40px, 0);
}

/* ストップ（上下左右共通） */
.slide-stop {
  opacity: 1;
  transform: translate(0, 0);
}

/* フェードインで出現 */
.fadein {
  opacity: 0;
  transition: opacity 2s;
}

.fadein-stop {
  opacity: 1;
}

/* ズームで出現 */
.zoom {
  transform: scale(0, 0);
  transition: transform 0.6s;
}

.zoom-stop {
  transform: scale(1, 1);
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
/*遅延*/
.delay05 {
  transition-delay: 0.5s;
}

.delay075 {
  transition-delay: 0.75s;
}

.delay1 {
  transition-delay: 1s;
}

.delay125 {
  transition-delay: 1.25s;
}

.delay15 {
  transition-delay: 1.5s;
}

.delay175 {
  transition-delay: 1.75s;
}

.delay2 {
  transition-delay: 2s;
}

/* ----------------------------------------------------
  他  基本幅
---------------------------------------------------- */
/* 同一ページのヘッダーからのリンクのズレ調整 */
/*
.p-sub :target h2:before{
   content:"";
   display:block;
   height:70px;
   margin:-70px 0 0;
}
*/
.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #F9F4F0;
}

.bg-green {
  background-color: #D3E8DF;
}

/* ボックス幅 */
.w85per {
  width: 85%;
  margin: auto;
}

.w90per {
  width: 90%;
  margin: auto;
}

.w100per {
  width: 100%;
  margin: auto;
}

.w48per {
  width: 48%;
}

.max800 {
  max-width: 800px;
}

.max1100 {
  max-width: 1100px;
}

.max1360 {
  max-width: 1360px;
}

.max1920 {
  max-width: 1920px;
}

.max400 {
  max-width: 400px;
}

/* 配置 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mg0auto {
  margin: 0 auto;
}

/* フォント */
.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font2-6rem {
  font-size: 2.6rem;
}

.font3rem {
  font-size: 3rem;
}

/*.font2rem{font-size: 2rem}*/
.font2rem {
  font-size: clamp(17px, 2rem, 22px);
}

/*.font1-8rem{font-size: 1.8rem}*/
.font1-8rem {
  font-size: clamp(15px, 1.8rem, 19px);
}

.font1-6rem {
  font-size: clamp(14px, 1.6rem, 16px);
}

.font20-18 {
  font-size: 20px;
}

.font18-16 {
  font-size: 18px;
}

.fw400 {
  font-weight: 400;
} /*Regular*/
.fw500 {
  font-weight: 500;
} /*Medium*/
.fw600 {
  font-weight: 600;
} /*Noto Serif Semi-bold*/
.bold {
  font-weight: bold;
}

.radius {
  border-radius: 3rem;
}

.underline {
  text-decoration: underline;
}

.border-bottom {
  border-bottom: solid 1px #3A3A3A;
}

.border-bottom-red {
  border-bottom: solid 2px #e60012;
}

.border-bottom-blue {
  border-bottom: solid 2px #0095A7;
}

.eng {
  font-family: "Merriweather";
}

.lh1-8 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

.lh2-2 {
  line-height: 2.2;
}

.upper {
  text-transform: uppercase;
}

.zindex-1 {
  z-index: -1;
}

.zindex999 {
  z-index: 999;
}

/* 色 */
.red {
  color: #e60012;
}

.blue {
  color: #0095A7;
}

.green {
  color: #258A5E;
}

.shadow {
  box-shadow: 0 10px 25px 0 rgba(17, 17, 17, 0.5);
}

/* 余白 */
.ml0 {
  margin-left: 0;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt1rem {
  margin-top: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.pt10 {
  padding-top: 10px;
}

.pt1rem {
  padding-top: 1rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt2rem {
  margin-top: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.pt20 {
  padding-top: 20px;
}

.pt2rem {
  padding-top: 2rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt3rem {
  margin-top: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.pt30 {
  padding-top: 30px;
}

.pt3rem {
  padding-top: 3rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt4rem {
  margin-top: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.pt40 {
  padding-top: 40px;
}

.pt4rem {
  padding-top: 4rem;
}

.pb4rem {
  padding-bottom: 4rem;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mt5rem {
  margin-top: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.pt50 {
  padding-top: 50px;
}

.pt5rem {
  padding-top: 5rem;
}

.pb5rem {
  padding-bottom: 5rem;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mt6rem {
  margin-top: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.pt60 {
  padding-top: 60px;
}

.pt6rem {
  padding-top: 6rem;
}

.pb6rem {
  padding-bottom: 6rem;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mt7rem {
  margin-top: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.pt70 {
  padding-top: 70px;
}

.pt7rem {
  padding-top: 7rem;
}

.pb7rem {
  padding-bottom: 7rem;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mt8rem {
  margin-top: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.pt80 {
  padding-top: 80px;
}

.pt8rem {
  padding-top: 8rem;
}

.pb8rem {
  padding-bottom: 8rem;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mt9rem {
  margin-top: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.pt90 {
  padding-top: 90px;
}

.pt9rem {
  padding-top: 9rem;
}

.pb9rem {
  padding-bottom: 9rem;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mt10rem {
  margin-top: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.pt100 {
  padding-top: 100px;
}

.pt10rem {
  padding-top: 10rem;
}

.pb10rem {
  padding-bottom: 10rem;
}

/* 画面幅によって余白の幅を変える */
.mt6-3rem {
  margin-top: 6rem;
}

.pt6-3rem {
  padding-top: 6rem;
}

@media screen and (max-width: 906px) {
  .mt6-3rem {
    margin-top: 3rem;
  }
  .pt6-3rem {
    padding-top: 3rem;
  }
}
/* 表示／非表示 */
.sp-only, .sr-only, .tbsp-only {
  display: none;
}

/*.pc-only{display: block}*/
/* TELリンク無効 */
a[href^="tel:"] {
  pointer-events: none;
}

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

  1921px幅以上

======================================*/
@media screen and (min-width: 1921px) {
  html {
    font-size: 12px; /* 1rem = 12pxと定義 */
  }
}
/* ====================================

  1360px以下：小型PC 

======================================*/
@media screen and (max-width: 1360px) {
  html {
    font-size: 9.5px; /* 1rem = 9.5pxと定義 */
  }
  .p-home #mainVisual li:nth-child(1) {
    background-image: url("../img/top/bg_slide01_w2016.jpg");
  }
  .p-home #mainVisual li:nth-child(2) {
    background-image: url("../img/top/bg_slide02_w2016.jpg");
  }
}
/* ====================================================

  1279px以下

==================================================== */
@media screen and (max-width: 1279px) {
  /*html{
    font-size:80%
  }*/
  /* ----------------------------------------------------
    ヘッダー  1279px以下
  ---------------------------------------------------- */
  header .logo {
    width: 200px;
  }
  .navDrawr {
    width: calc(100% - 220px);
  }
  .navDrawr > ul > li {
    font-size: clamp(14px, 1.6rem, 16px);
  }
  .navDrawr > ul > li > a {
    padding: 0 0.9em;
  }
  .navDrawr > ul > li > a:after {
    margin: -20px -0.9em 0;
    width: calc(100% + 1.8em);
  }
  /* ----------------------------------------------------
    ホーム  1279px幅以下
  ---------------------------------------------------- */
  /* ----------------------------------------------------
    他  1279px幅以下
  ---------------------------------------------------- */
  .largePc-only {
    display: none;
  }
} /* ←1279px以下終了 */
/* ====================================================

  1024px以下
  （ここからハンバーガーメニュー）

==================================================== */
@media screen and (max-width: 1024px) {
  html {
    /*font-size:78%*/
  }
  /* ----------------------------------------------------
    ヘッダー 1024px以下
  ---------------------------------------------------- */
  .navDrawr {
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 660px;
    top: 60px;
    bottom: 0;
    right: -1024px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.menuOpen {
    position: relative; /*IEハンバーガー対策*/
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header {
    position: fixed;
    height: 60px;
    left: auto;
    transform: none;
  }
  /*
  .p-home header.header-after,
  .p-sub header {
    color: $main-color-black;
  }
  */
  header .logo {
    width: 200px;
    margin-left: 1rem;
    line-height: 60px;
  }
  body.menuOpen header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
  }
  body.p-home.menuOpen header .navDrawr a {
    color: #3A3A3A;
  }
  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop,
  body.menuOpen header {
    height: 60.1px;
  }
  body.menuOpen .navDrawr {
    position: fixed;
    top: 60px;
    width: 100%;
  }
  .navDrawrBtn {
    text-align: right;
  }
  .navDrawrBtn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
  }
  .navDrawrBtn span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 24px;
    color: #3A3A3A;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 60px;
  }
  body.menuOpen .navDrawrBtn span::before {
    content: "\f00d";
  }
  .navDrawr > ul {
    /*flex-direction: column;*/
    flex-wrap: wrap;
    padding: 0.5em 2%;
  }
  .navDrawr > ul > li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .navDrawr > ul > li > a {
    text-align: left;
    line-height: 1.5;
    padding: 0.5em 1%;
  }
  .navDrawr > ul > li:not(:first-child) > a {
    border-top: 1px solid #3A3A3A;
  }
  .navDrawr > ul > li:not(.spnav-img) > a::before,
  .navDrawr > ul > li.spnav-img > a > span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 0.5em;
  }
  .navDrawr > ul > li > a::after {
    display: none;
    height: 0;
  }
  .navDrawr > ul > li.spnav-img {
    width: 50%;
  }
  .navDrawr > ul > li.spnav-img img {
    margin-bottom: 0.5rem;
  }
  .navDrawr > ul > li span {
    color: #3A3A3A;
    width: 100%;
    text-align: center;
  }
  /* サブメニュー*/
  .navDrawr .sub {
    position: static;
    /*display:flex!important;*/
    display: block !important;
    padding: 0 0.5% 0 1% !important;
    width: 100%;
    background: none;
    opacity: 1;
  }
  .navDrawr .sub li {
    margin: 0 1% 10px;
    height: auto;
  }
  .navDrawr .sub a {
    border: none;
    text-align: left;
    margin-left: 2rem;
  }
  .p-sub main,
  .p-home main {
    padding-top: 60px;
  }
  /* ----------------------------------------------------
    ホーム　1024px幅以下
  ---------------------------------------------------- */
  .p-home #mainVisual {
    max-height: 585px;
    padding-top: 0;
    margin-left: 0;
  }
  .p-home #mainVisual li {
    max-height: 575px;
    border-radius: 0;
  }
  .p-home #mainVisual p {
    font-size: 5rem;
  }
  .p-home #mainVisual li p {
    font-size: 3.8rem;
  }
  .p-home #mainVisual li p .eng {
    font-size: 4rem;
  }
  .p-home h1 {
    width: 100%;
  }
  .p-home .inner-diet .img-diet-right {
    margin-top: 3rem;
  }
  .p-home .inner-diet .img-diet-left img {
    margin-left: 0;
    max-width: 100%;
  }
  .p-home #training .list-training li {
    width: 50%;
  }
  #map .flex-box {
    margin: 0 auto;
  }
  #map .box-info {
    width: 100%;
    text-align: center;
  }
  #map img {
    margin-bottom: 2rem;
    max-width: 300px;
  }
  #map table {
    margin: 0 auto 2rem auto;
  }
  #map .box-map {
    width: 100%;
  }
  footer .footer-contact-inner ul li {
    margin-bottom: 2rem;
  }
  /* ----------------------------------------------------
    サブページ共通　1024px幅以下
  ---------------------------------------------------- */
  /*.p-sub main {
    padding-top:60px;
  }
  */
  /* サブページのメインタイトル */
  .p-sub #ttlBox {
    height: 16rem;
    /*  height: 12rem;*/
  }
  .p-sub #ttlBox h1 {
    /*top: 40%;*/
    font-size: 3rem;
  }
  .p-sub #ttlBox h1 .eng {
    font-size: 2rem;
  }
  .p-sub #ttlBox #bread {
    font-size: 15px;
  }
  /* ----------------------------------------------------
    CGI　1024px幅以下
  ---------------------------------------------------- */
  .p-cgi .list-item li {
    width: 32%;
  }
  .p-cgi .list-item li:nth-child(3) {
    margin-right: 0;
  }
  .p-cgi .list-item li:nth-child(4) {
    margin-right: 1%;
  }
  /* ----------------------------------------------------
    お問い合わせ　1024px幅以下
  ---------------------------------------------------- */
  .p-contact .table01 th {
    width: auto;
  }
  /* ----------------------------------------------------
    フッター　1024px幅以下
  ---------------------------------------------------- */
  footer .footer-inner {
    padding: 3rem 3rem 2rem 3rem;
  }
  footer .footer-nav ul:first-child {
    width: 100%;
  }
  footer .footer-nav {
    width: 100%;
    margin-top: 3rem;
  }
  footer .footer-nav li {
    text-align: left;
    width: 100%;
    /*font-size: 14px;*/
  }
  footer #footer-logo {
    width: 100%;
  }
  footer #footer-logo span {
    text-align: left;
  }
  footer address .zip {
    width: 100%;
    display: block;
  }
  /* ページトップ */
  #pagetop:hover::after {
    transform: none;
  }
  .font20-18 {
    font-size: 18px;
  }
  .font18-16 {
    font-size: 16px;
  }
  /* 表示／非表示 */
  .pc-only {
    display: none !important;
  }
  .tbsp-only {
    display: block !important;
  }
  /* ----------------------------------------------------
    他　1024px幅以下
  ---------------------------------------------------- */
  /* 同一ページのヘッダーからのリンクのズレ調整 */
  .p-sub :target h2:before {
    height: 60px;
    margin: -60px 0 0;
  }
  /* 汎用部品 */
  .flex-box {
    display: block;
  }
  .flex-box .box-txt,
  .p-sub .flex-box .box-txt {
    width: 100%;
    margin-top: 3rem;
  }
  .flex-box .box-img,
  .p-sub .flex-box .box-img {
    text-align: center;
    margin-top: 3rem;
    width: 100%;
  }
  .flex-box .box-img::after {
    content: none;
  }
  .flex-box .w48per {
    width: 100%;
  }
  .flex-box img {
    width: 100%;
  }
  /* 料金表 */
  .table-price th, .table-price td {
    padding: 0.5em 1em;
    line-height: 1.6;
  }
} /* ←1024px以下終了 */
/* ====================================================

  959px以下　タブレット

==================================================== */
@media screen and (max-width: 959px) {
  html {
    font-size: 9px; /* 1rem = 9pxと定義 */
  }
  /* ----------------------------------------------------
    ホーム  959px以下
  ---------------------------------------------------- */
  .p-home #mainVisual li p {
    font-size: 2.6rem;
  }
  .p-home #mainVisual li img {
    right: 6%;
    top: calc(50% + 6rem);
  }
  .p-home #mainVisual li p .catch::after {
    right: -20px;
    border-width: 6rem 20px 0px 0px;
  }
  .p-home #mainVisual li p .catch::before {
    left: -20px;
    border-width: 6rem 20px 0px 0px;
  }
  /*
  .p-home #mainVisual li p .catch::before,
  .p-home #mainVisual li p .catch::after {
    border: none;
  }
  */
  .p-home #mainVisual li p .catch {
    line-height: 6rem;
  }
  .p-home #mainVisual li:nth-child(1) {
    background-image: url("../img/top/bg_slide01_w1008.jpg");
    background-position: top;
  }
  .p-home #mainVisual li:nth-child(2) {
    background-image: url("../img/top/bg_slide02_w1008.jpg");
    background-position: top;
  }
  .p-home #about {
    background-image: none;
  }
  .p-home #about .box-txt {
    position: relative;
    background-image: url("../img/top/bg_about.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: right;
  }
  .p-home #training {
    background-image: none;
  }
  .p-home h1 {
    font-size: 2.25rem;
    background: rgba(230, 0, 18, 0.8);
    padding: 0.5rem 0;
    margin-top: 0;
  }
  .p-home h1 span {
    font-size: 2rem;
  }
  .p-home .list-news li dl {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
    padding: 1rem;
    border: none;
  }
  .table01 th {
    border-right: none;
    background: rgba(145, 152, 149, 0.2);
  }
  .p-home #training .list-training li {
    width: 100%;
  }
  .p-home #training .list-training li img {
    width: 100%;
  }
  .p-home #voice .list-voice li {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .footer-nav ul {
    width: 100%;
  }
  #side-fixBtn {
    display: none;
  }
  #foot-fixBtn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 3;
    text-align: center;
    height: 55px;
    overflow: hidden;
    width: 100%;
    font-size: 1.4rem;
    white-space: nowrap;
    background: #D3E8DF;
  }
  #foot-fixBtn ul {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
  }
  #foot-fixBtn ul li {
    width: 10rem;
  }
  #foot-fixBtn ul li a {
    display: block;
    color: #fff;
    height: 55px;
    padding-top: 0.5rem;
  }
  #foot-fixBtn ul li i {
    display: block;
    font-size: 18px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  #foot-fixBtn .menu {
    background: #0095A7;
  }
  #foot-fixBtn .contact {
    background-color: #258A5E;
  }
  #foot-fixBtn .taiken {
    background-color: #EC9661;
  }
  #foot-fixBtn .access {
    background-color: #EDDEDB;
    color: #3A3A3A;
  }
  footer #copyright {
    padding-bottom: 55px;
  }
  /* ----------------------------------------------------
    サブページ共通　959px以下
  ---------------------------------------------------- */
  /* 料金表のBR */
  .area-inner .switch-br {
    display: block;
  }
  /* ----------------------------------------------------
    お知らせ　959px以下
  ---------------------------------------------------- */
  .topics_wrap ol li {
    flex-basis: 48%;
    margin-right: 1%;
  }
  .topics .img-list {
    display: block;
  }
  .pager {
    display: block;
    height: auto;
  }
  .pager li {
    margin-bottom: 1em;
    max-width: none;
  }
  .pager li a {
    display: block;
  }
  .img-list li {
    margin-bottom: 1rem;
  }
  .p-recruit .topics_wrap ol li {
    flex-basis: 100%;
  }
  /* ----------------------------------------------------
    お問い合わせ　959px以下
  ---------------------------------------------------- */
  .p-contact .table01 th {
    width: unset;
  }
  .fm_input-text.size-s, .fm_input-textarea.size-s, .fm_input-select.size-s {
    width: 29%;
  }
  .fm_input-text.size-m, .fm_input-textarea.size-m, .fm_input-select.size-m {
    width: 98%;
  }
  .fm_input-text, .fm_input-textarea, .fm_input-select {
    margin-right: 0;
    margin-left: 0;
  }
  .fm_entry-Radio li {
    /*width: 30%;*/
  }
  .fm_entry-Radio1 li {
    width: 100%;
  }
  .fm_radio-label {
    padding: 0.7em 0;
    text-align: center;
  }
  .fm_entry-Radio1 li .fm_radio-label {
    padding: 0.5em;
  }
  .p-contact ul.mailform_submit li, ul.sub-nav li {
    width: 100%;
  }
  /* ----------------------------------------------------
    フッター　959px以下
  ---------------------------------------------------- */
  footer #footerNav {
    font-size: 17px;
  }
  footer #footerNav > ul {
    width: 100%;
  }
  footer #footerNav > ul:not(:last-child) {
    padding: 0;
  }
  footer #footerNav ul ul li {
    display: inline-block;
    margin-left: 2em;
  }
  /* ----------------------------------------------------
    他　959px以下
  ---------------------------------------------------- */
  /* TELリンク有効 */
  a[href^="tel:"] {
    pointer-events: auto;
  }
} /* ←959px以下終了 */
@media screen and (max-width: 800px) {
  .p-cgi .list-item li {
    width: 48%;
  }
  .p-cgi .list-item li:nth-child(3) {
    margin-right: 1%;
  }
  .p-cgi .list-item li:nth-child(2) {
    margin-right: 0;
  }
  .p-cgi .cgi-detail .youtube {
    width: 90%;
    padding-bottom: 49%;
  }
  .p-menu .list-flow li img {
    width: 100%;
  }
  .p-menu .list-flow li dl {
    width: 100%;
  }
  .p-menu .list-flow li dt {
    margin-top: 2rem;
  }
}
/* ====================================================

  600px以下：スマホ横   600px幅以下

==================================================== */
@media screen and (max-width: 600px) {
  html {
    font-size: 8.5px; /* 1rem = 8.5pxと定義 */
  }
  /* ----------------------------------------------------
    ホーム  600px幅以下
  ---------------------------------------------------- */
  .p-home #mainVisual {
    max-height: 600px;
  }
  .p-home #mainVisual li {
    max-height: 550px;
  }
  .p-home h1 {
    font-size: 2rem;
  }
  .p-home .inner-diet .img-diet-right {
    margin-top: 8rem;
  }
  .p-home .inner-diet .img-diet-right span {
    width: 14rem;
    height: 14rem;
    padding-top: 4.5rem;
  }
  .p-home #about .box-txt {
    background-size: 120%;
    background-position-y: 80%;
  }
  #link .list-link li {
    width: 100%;
  }
  .p-sub .list-training li {
    width: 100%;
  }
  .p-sub .list-training li img {
    width: 100%;
  }
  .p-sub .list-training li dl {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-cgi .cgi-detail .img-list li {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  footer .footer-contact-inner ul li a {
    width: 100%;
  }
  .table-price th, .table-price td {
    padding: 0.5em;
  }
  .area-inner .ticket .table-price td:last-child {
    display: none;
  }
} /* ←600px以下終了 */
/* ====================================================

  480px幅以下

==================================================== */
@media screen and (max-width: 480px) {
  html {
    font-size: 8px; /* 1rem = 8pxと定義 */
  }
  /* 表示／非表示 */
  .pctb-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* ----------------------------------------------------
    ヘッダー  480px幅以下
  ---------------------------------------------------- */
  .navDrawr {
    max-width: inherit;
  }
  .navDrawr ul {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .navDrawr > ul > li {
    /*font-size:17px;*/
    font-size: clamp(14px, 1.6rem, 16px);
  }
  .navDrawr .sub li {
    min-width: 48%;
  }
  #pagetop {
    right: 10px;
    bottom: 60px;
  }
  /* ----------------------------------------------------
    ホーム  480px幅以下
  ---------------------------------------------------- */
  .p-home #mainVisual {
    max-height: 500px;
  }
  .p-home #mainVisual li p .catch {
    font-size: 2.6rem;
  }
  .p-home #mainVisual li p .eng {
    font-size: 3rem;
    opacity: 0.8;
  }
  .p-home h1,
  .p-home h1 span {
    font-size: 1.75rem;
  }
  .p-home #voice .list-voice li img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 150px;
  }
  .table-price th:first-child {
    width: 250px;
  }
  /* ----------------------------------------------------
    トレーニングメニュー  480px幅以下
  ---------------------------------------------------- */
  #navi-menu ul li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #navi-menu ul li a {
    width: 100%;
  }
  /* ----------------------------------------------------
    お知らせ  480px幅以下
  ---------------------------------------------------- */
  .p-cgi .list-item li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-cgi .list-item li:nth-child(2) {
    margin-right: 0;
  }
  /* ----------------------------------------------------
    お問い合わせ  480px幅以下
  ---------------------------------------------------- */
  .fm_radio-label {
    height: 80px;
  }
  .p-contact .submit {
    width: 100%;
    min-width: unset;
  }
  /* ----------------------------------------------------
    フッター　480px以下
  ---------------------------------------------------- */
  footer #footerNav > ul {
    width: 100%;
  }
  footer #footerNav > ul:not(:last-child) {
    padding: 0;
  }
  /*  ページトップ */
  #pagetop {
    font-size: 3rem;
  }
  /* ----------------------------------------------------
    他　480px以下
  ---------------------------------------------------- */
} /* ←480px以下終了 */
/* ====================================================

  320px以下

==================================================== */
@media screen and (max-width: 320px) {
  html {
    font-size: 7px; /* 1rem = 7pxと定義 */
  }
  /* ----------------------------------------------------
    ヘッダー  320px幅以下
  ---------------------------------------------------- */
  /* ----------------------------------------------------
    フッター　320px以下
  ---------------------------------------------------- */
  footer .footer-inner {
    background-size: 100%;
  }
  footer address {
    font-size: 16px;
  }
} /* ←320px以下終了 */
/* ====================================================

印刷

==================================================== */
@media print {
  body {
    width: 1360px;
  }
  header {
    position: static;
  }
  main {
    width: 1360px;
    margin: auto;
  }
  .p-home main,
  .p-sub main {
    padding-top: 0;
  }
  #mainVisual {
    max-width: 1360px;
  }
  #pagetop,
  #pagetop a,
  #side-fixBtn,
  #foot-fixBtn {
    display: none;
  }
  .slide-down,
  .slide-left,
  .slide-up,
  .slide-right,
  .fadein {
    opacity: 1;
  }
  .zoom {
    transform: scale(1);
  }
  .slide-down,
  .slide-left,
  .slide-up,
  .slide-right,
  .zoom,
  .imgAndText-A img,
  .imgAndText-A .text01,
  .imgAndText-A .text02,
  .p-other .other-right-up,
  .p-other .other-left-up {
    transform: none;
  }
  .flex-box .box-img::after {
    content: unset;
  }
} /* ←印刷終了 *//*# sourceMappingURL=style.css.map */