@charset "UTF-8";
@import url("https://use.typekit.net/dbh3kyv.css");
@media all and (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464646;
}
article,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: 0.3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
b {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
input,
select {
  vertical-align: middle;
}
.century {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 320px) {
  p {
    font-size: 12px;
  }
}
/*//////////////////////////////
		header
//////////////////////////////*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  background-color: #fff;
  transition: 0.5s;
}
header.hd_shadow {
  position: fixed;
}
header h1 {
  width: 200px;
}
header.hd_shadow .pcnav li a {
  padding: 10px 10px;
}
header.hd_shadow .ec_nav {
  padding: 5px 0;
}
header.hd_shadow .head_top {
  height: 0;
  padding: 0;
}
.head_top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
}
/* ロゴ画像のレスポンシブ対応 */
.pc_logo_1 {
  height: 60px;
  width: auto;
  max-width: calc(100% - 350px); /* pc_logo_2の幅 + 余白を考慮 */
  display: block;
  object-fit: contain;
}
.pc_logo_2 {
  height: 60px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .pc_logo_1 {
    height: 55px;
    max-width: calc(100% - 320px);
  }
  .pc_logo_2 {
    height: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_logo_1 {
    height: 50px;
    max-width: calc(100% - 300px);
  }
  .pc_logo_2 {
    height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .pc_logo_1 {
    height: 45px;
    max-width: calc(100% - 280px);
  }
  .pc_logo_2 {
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .pc_logo_1 {
    height: 40px;
    max-width: calc(100% - 260px);
  }
  .pc_logo_2 {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pc_logo_1 {
    height: 35px;
    max-width: calc(100% - 240px);
  }
  .pc_logo_2 {
    height: 35px;
  }
}
@media screen and (max-width: 400px) {
  .pc_logo_1 {
    height: 30px;
    max-width: calc(100% - 220px);
  }
  .pc_logo_2 {
    height: 30px;
  }
}

.head_top img.pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .head_top {
    width: 60%;
    margin: auto;
    height: 78px;
    line-height: 78px;
  }

  .head_top img.pc {
    display: none;
  }

  .head_top img.sp {
    display: inline;
  }
}

@media screen and (max-width: 320px) {
  .head_top {
    width: 80%;
    margin: auto;
    height: 78px;
    line-height: 78px;
  }
}

form#form {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}

button#s-btn-area {
  width: 20%;
  background: #0c88d2;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 10px;
}

#s-btn {
  font-weight: bold;
  letter-spacing: 5px;
}

.parallax.bg-01 {
  min-height: 255px;
  background: url(./assets/img/gym02.png) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-05 {
  min-height: 250px;
  background: url(./assets/img/studio02.jpg) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-02 {
  min-height: 255px;
  background: url(./assets/img/pixta_41095832_M.jpg) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-06 {
  min-height: 250px;
  background: url(./assets/img/sp/studio02.jpg) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-03 {
  min-height: 350px;
  background: url(./assets/img/yoga05.jpg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-07 {
  min-height: 380px;
  background: url(./assets/img/sp/yoga05.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-04 {
  min-height: 350px;
  background: url(./assets/img/voice01.jpg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-08 {
  min-height: 380px;
  background: url(./assets/img/sp/voice01.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.parallax.bg-09 {
  min-height: 250px;
  background: url(./assets/img/kids_school.png) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

/* /////////////////////////////
      main
///////////////////////////// */

main {
  overflow: hidden;
}

.mainvisual {
  position: relative;
  z-index: 100;
}

.mv_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #db6a68;
  opacity: 0.9;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .mv_bottom {
    height: auto;
    position: relative;
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  .mv_bottom {
    position: relative;
    background-color: #e17776;
  }
}

.spr_campaign {
  margin: 30px auto;
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .spr_campaign {
    line-height: 1;
    margin: 0 auto 30px;
    padding: 20px 0 0;
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .spr_campaign {
    margin: 0 auto 20px;
    padding-top: 20px;
    font-size: 36px;
    line-height: 1;
  }
}

@media screen and (max-width: 414px) {
  .spr_campaign {
    font-size: 28px;
  }
}

@media screen and (max-width: 320px) {
  .spr_campaign {
    font-size: 24px;
  }
}

.spr_campaign span {
  padding-left: 30px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1000px) {
  .spr_campaign span {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .spr_campaign span {
    padding-left: 0;
    font-size: 19px;
  }
}

@media screen and (max-width: 320px) {
  .spr_campaign span {
    font-size: 17px;
  }
}

.fl_ct {
  align-items: center;
}

.fl_en {
  align-items: flex-end;
}

.jt_st {
  justify-content: flex-start !important;
}

.cp_detail li span.month {
  writing-mode: vertical-rl;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .cp_detail li span.month {
    font-size: 23px;
  }
}

@media screen and (max-width: 414px) {
  .cp_detail li span.month {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cp_detail li.brd_top {
    border-top: 1px solid #fff;
    border-right: none;
  }

  .cp_detail li.brd_rgt_none {
    border-right: none;
  }
}

.cp_detail {
  color: #fff;
}

.cp_detail li {
  padding: 20px 20px 10px;
  border-right: 1px solid #fff;
  font-size: 21px;
}

@media screen and (max-width: 1000px) {
  .cp_detail li {
    font-size: 16px;
    padding: 20px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .cp_detail li {
    font-size: 14px;
    padding: 5px;
  }
}

.cp_detail li span {
  font-size: 19px;
}

@media screen and (max-width: 1000px) {
  .cp_detail li span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cp_detail li span {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  .cp_detail li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .cp_detail li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .cp_detail li span {
    font-size: 11px;
  }
}

.cp_detail li span.price {
  line-height: 1;
  font-size: 80px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1000px) {
  .cp_detail li span.price {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cp_detail li span.price {
    font-size: 60px;
  }

  .cp_detail li span.en {
    padding-top: 30px;
  }
}

@media screen and (max-width: 414px) {
  .cp_detail li span.price {
    font-size: 52px;
  }
}

@media screen and (max-width: 320px) {
  .cp_detail li span.price {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .cp_caution {
    padding: 10px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .cp_caution {
    padding: 0 0 10px;
  }
}

.cp_caution p {
  max-width: 825px;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cp_caution p {
    font-size: 10px;
  }
}

.cp_caution p.profit {
  max-width: 970px;
  margin: 20px auto 10px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .cp_caution p.profit {
    font-size: 20px;
  }
}

@media screen and (max-width: 414px) {
  .cp_caution p.profit {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .cp_caution p.profit {
    font-size: 12px;
  }
}

.cp_caution p.reserve_btn {
  width: 636px;
  margin: 20px auto;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  color: #000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cp_caution p.reserve_btn {
    display: none;
  }
}

.cp_caution p.reserve_btn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  right: 120px;
  margin: auto;
  background: url(assets/img/icon.png) no-repeat;
  background-size: contain;
}

.bnr_slider {
  display: flex;
  margin: auto;
}

.bnr_slider li {
  width: 320px !important;
  text-align: center;
}

.bx-wrapper img.bnr01,
.bx-wrapper img.bnr02 {
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
}

.fix {
  width: 90px;
  height: 230px;
  position: fixed;
  top: 50px;
  right: 0;
  box-sizing: border-box;
  background: url(assets/img/fix.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .fix {
    display: none;
  }
}

.fix span {
  position: absolute;
  top: 30px;
  right: 40px;
  margin: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  color: #fff;
}

.fix span:before {
  content: "";
  width: 70px;
  height: 20%;
  position: absolute;
  background: url(assets/img/yj.png) no-repeat;
  background-size: contain;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.fix:hover {
  background: url(assets/img/fix2.png) no-repeat;
  background-size: contain;
}

.fix2 {
  top: 300px;
  right: 0;
  background: url(assets/img/kids_side.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .fix {
    display: none;
  }
}

.fix2:hover {
  background: url(assets/img/kids_side2.png) no-repeat;
  background-size: contain;
}

.fix_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  z-index: 100001;
}

.fix_footer p {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.fix_footer img {
  display: inline;
}

@media screen and (max-width: 767px) {
  .fix_footer p {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .fix_footer p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .fix_footer img.smp {
    width: 20px;
    margin-right: 10px;
  }
  .fix_footer img.build {
    width: 35px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .fix_footer img.smp {
    width: 18px;
    margin-right: 7px;
  }
  .fix_footer img.build {
    width: 32px;
    margin-right: 7px;
  }
}

.fix_footer p.first {
  border-right: 1px solid #fff;
}
.bx-controls-direction {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    top: 70px;
    margin-top: -16px;
  }
}

.yobou_ttl {
  max-width: 50%;
  margin: auto;
  text-align: center;
}

.gym_intro_ttl {
  max-width: 50%;
  margin: auto;
  text-align: center;
}

.gym_intro_list {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gym_intro_list .w-35 {
    width: 100%;
  }

  .yobou_ttl {
    max-width: 80%;
    margin: 150px auto 30px;
  }
}

.ttl {
  max-width: 35%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl {
    max-width: 80%;
    margin: 150px auto 30px;
  }
}

.reason_list {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.reason_list p {
  font-size: 17px;
}

@media screen and (max-width: 1000px) {
  .reason_list p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .reason_list p {
    font-size: 13px;
  }
}

@media screen and (max-width: 414px) {
  .reason_list p {
    font-size: 2vw;
  }
}

.reason_list p.point {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .reason_list p.point {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reason_list p.point {
    font-size: 22px;
  }
}

@media screen and (max-width: 414px) {
  .reason_list p.point {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .reason_list p.point {
    font-size: 14px;
  }
}

.reason_list img {
  width: 40%;
}

.reason_list p.point img {
  width: auto;
  height: 25px;
}

@media screen and (max-width: 1000px) {
  .reason_list p.point img {
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reason_list p.point img {
    height: 11px;
  }
}

@media screen and (max-width: 320px) {
  .reason_list p.point img {
    height: 10px;
  }
}

.tb {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tb {
    display: block;
  }
}

.name {
  font-size: 100px;
  font-family: letter-gothic-std, monospace;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .name {
    font-size: 60px;
  }
}

@media screen and (max-width: 320px) {
  .name {
    font-size: 45px;
  }
}

.letter {
  font-family: letter-gothic-std, monospace;
  font-style: italic;
}

.gym_box {
  max-width: 1659px;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .gym_box {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .gym_box {
    width: calc(100% - 10px);
  }

  .gym_box .txt {
    width: 80%;
    margin-right: 10px;
    margin-left: auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .gym_box .txt {
    font-size: 11px;
  }
}

.gym02 {
  width: 100%;
  height: 680px;
  background: url(./assets/img/gym02.png) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .gym02 {
    height: 250px;
    background: url(./assets/img/gym02.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .gym02 {
    height: 250px;
    background: url(./assets/img/sp/gym02.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

.gym03 {
  width: 30%;
  position: absolute;
  right: -80px;
  bottom: -130px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .gym03 {
    bottom: -100px;
  }
}

@media screen and (max-width: 767px) {
  .gym03 {
    width: 40%;
    left: -30px;
    right: auto;
    bottom: -50px;
  }
}

.studio_box {
  max-width: 1659px;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .studio_box {
    margin-left: auto !important;
  }
  .baby_box {
    margin-left: auto !important;
  }
}

.studio02 {
  width: 85%;
  height: 680px;
  background: url(./assets/img/kids_school.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .studio02 {
    height: 250px;
    background: url(./assets/img/kids_school.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .studio02 {
    height: 250px;
    background: url(./assets/img/sp/kids_school.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

.studio_200128 {
  width: 29%;
  float: left;
  margin-left: 210px;
  position: relative;
}

.studio03 {
  position: relative;
  width: 40%;
  margin-left: 713px;
}

.culture_title {
  width: 36.25%;
  position: relative;
}

.culture_images {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .studio03 {
    width: 30%;
    margin-left: 15rem;
    margin-right: 0;
  }
  .culture_images {
    width: 30%;
    margin-left: 15rem;
    margin-right: 0;
  }
  .baby_bg {
    height: 250px;
    background: url(./assets/img/sp/studio02.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  .baby_images {
    width: 30%;
    margin-left: 15rem;
    margin-right: 0;
  }
}

.studio04 {
  width: 40%;
  position: absolute;
  right: -69px;
  bottom: -100px;
  margin: auto;
}

.culture_images .studio04 {
  left: -69px;
  right: auto;
}

/* ベビースイミング用スタイル */
.baby_title {
  width: 29%;
  float: left;
  margin-left: 210px;
  position: relative;
}

.baby_images {
  position: relative;
  width: 40%;
  margin-left: 713px;
}

.baby_box {
  max-width: 1659px;
  margin: 0 auto;
}

.baby_bg {
  width: 85%;
  height: 680px;
  background: url(./assets/img/studio02.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .studio04 {
    width: 50%;
    right: -50px;
    bottom: -30px;
  }

  .mat_sp {
    width: 37%;
    position: absolute;
    right: 1rem;
    top: -65px;
  }
}

.studio05 {
  width: 85%;
  height: 680px;
  background: url(./assets/img/pixta_42539226_M.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .studio05 {
    height: 250px;
    background: url(./assets/img/pixta_42539226_M.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  .studio03 {
    margin-left: 400px;
  }
  .culture_images {
    margin-left: 80px;
  }
  .studio_200128 {
    margin-left: 80px;
  }
  .culture_title {
    margin-right: 80px;
  }
  .baby_bg {
    height: 250px;
    background: url(./assets/img/studio02.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  .baby_images {
    margin-left: 400px;
  }
  .baby_title {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .studio05 {
    height: 250px;
    background: url(./assets/img/sp/pixta_42539226_M.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

.studio06 {
  width: 30%;
  position: absolute;
  left: 180px;
  bottom: -180px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .studio06 {
    width: 50%;
    right: -50px;
    bottom: -30px;
  }
}

.studio07 {
  width: 70%;
  float: left;
  margin-left: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.studio07 div {
  flex-basis: 50%;
}

.yoga05 {
  width: 100%;
  height: 680px;
  background: url(./assets/img/yoga05.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .studio06 {
    left: 30px;
  }
  .studio07 {
    margin-left: 151px;
  }
  .yoga05 {
    height: 320px;
    background: url(./assets/img/yoga05.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .yoga05 {
    height: 320px;
    background: url(./assets/img/sp/yoga05.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

.voice {
  width: 100%;
  height: 680px;
  background: url(./assets/img/voice01.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .voice {
    height: 320px;
    background: url(./assets/img/voice01.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .voice {
    height: 320px;
    background: url(./assets/img/sp/voice01.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

.btn_box {
  max-width: 1340px;
  margin: 0 auto;
  padding: 45px 0;
  border-top: 1px solid #d4d0cd;
  border-bottom: 1px solid #d4d0cd;
}

@media screen and (max-width: 767px) {
  .btn_box {
    width: 90%;
    padding: 40px 0;
  }
}

.btn_box img {
  max-width: 700px;
  display: block;
  margin: auto;
}

.btn_box .cv_btn {
  width: 764px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #da7484;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  box-shadow: 6px 6px #d0d1d1;
}

@media screen and (max-width: 1000px) {
  .btn_box .cv_btn {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .btn_box .cv_btn {
    width: 90%;
  }
}

.btn_box .cv_btn:hover {
  background-color: #5c97ba;
  transition: 0.3s;
}

.btn_box .cv_btn p.tel {
  font-size: 41px;
  font-weight: normal;
}

.yobou_box {
  max-width: 1140px;
  margin: auto;
}

.yobou_box .yellow_box {
  background-color: #fffcdb;
  padding: 120px 70px;
}

.yobou_box .yellow_box .w-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .yobou_box .yellow_box {
    padding: 0;
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .yobou_box .yellow_box .flex {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .yobou_box .yellow_box .w-320 {
    max-width: 240px;
  }

  .yobou_box .yellow_box .w-50 {
    width: 85%;
    margin: auto;
  }

  .yobou_box .yellow_box .w-30 {
    width: 50%;
    box-sizing: border-box;
  }

  .yobou_box .yellow_box .flex .w-30:nth-child(odd) {
    padding-right: 10px;
  }

  .yobou_box .yellow_box .flex .w-30:nth-child(even) {
    padding-left: 10px;
  }

  .yobou_box .yellow_box .ml-150 {
    margin-left: auto;
  }

  .yobou_box .yellow_box .ta-r {
    text-align: center;
  }

  .yobou_box .yellow_box .mt30 {
    margin-top: 30px;
  }
}

.training_box .gimu {
  width: 35%;
  position: absolute;
  top: 0;
  right: 200px;
}

.fa_box {
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fa_box {
    max-width: 95%;
  }
}

.resson_box {
  max-width: 1340px;
  margin: 0 auto;
  padding: 45px 0;
}

.resson_box .cv_btn {
  width: 755px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #da7484;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 6px 6px #d0d1d1;
}

@media screen and (max-width: 1000px) {
  .resson_box .cv_btn {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .resson_box .cv_btn {
    width: 90%;
    font-size: 22px;
  }
}

@media screen and (max-width: 414px) {
  .resson_box .cv_btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .resson_box .cv_btn {
    font-size: 16px;
  }
}

.resson_box .cv_btn:hover {
  background-color: #5c97ba;
  transition: 0.3s;
}

.resson_box .cv_btn:before {
  content: "";
  width: 15px;
  height: 100%;
  background: url(./assets/img/yj02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .resson_box .cv_btn:before {
    width: 10px;
    top: 10vw;
    right: 20px;
  }
}

.training_box {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .training_box {
    width: 85%;
  }
}

.traning_ttl {
  font-size: 100px;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (min-width: 1920px) {
  .traning_ttl {
    font-size: 160px;
  }
}

@media screen and (max-width: 767px) {
  .traning_ttl {
    font-size: 60px;
  }
}

@media screen and (max-width: 320px) {
  .traning_ttl {
    font-size: 40px;
  }
}

.time_money {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .time_money {
    font-size: 18px;
  }
}

.beginer {
  max-width: 1200px;
  height: 1000px;
  margin-left: auto;
  position: relative;
  top: -280px;
}

@media screen and (max-width: 1200px) {
  .beginer {
    max-width: 80%;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .beginer {
    top: -130px;
  }
}

@media screen and (max-width: 767px) {
  .beginer {
    max-width: 450px;
    height: 800px;
    top: 30px;
  }
}

@media screen and (max-width: 650px) {
  .beginer {
    height: 700px;
  }
}

@media screen and (max-width: 560px) {
  .beginer {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .beginer {
    max-width: 90%;
  }
}

@media screen and (max-width: 414px) {
  .beginer {
    max-width: 95%;
  }
}

@media screen and (max-width: 375px) {
  .beginer {
    max-width: 100%;
  }
}

.beginer01 {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  .beginer01 {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .beginer01 {
    width: 170px;
  }
}

@media screen and (max-width: 560px) {
  .beginer01 {
    top: -150px;
  }
}

/*@media screen and (max-width:500px){
	.beginer01{
	width: 150px;}}

	@media screen and (max-width:375px){
	.beginer01{
	width: 130px;}}*/

.beginer02 {
  width: 400px;
  position: absolute;
  top: 250px;
  right: 50px;
}

@media screen and (max-width: 1200px) {
  .beginer02 {
    right: 5vw;
  }
}

@media screen and (max-width: 900px) {
  .beginer02 {
    top: 200px;
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .beginer02 {
    width: 250px;
    top: 180px;
    right: 0;
  }
}

@media screen and (max-width: 560px) {
  .beginer02 {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 150px;
  }
}

/*@media screen and (max-width:500px){
	.beginer02{
	width: 210px;
	top: 160px;}}


	@media screen and (max-width:375px){
	.beginer02{
	width: 185px;}}*/

.beginer03 {
  width: 500px;
  position: absolute;
  top: 450px;
  left: 200px;
}

@media screen and (max-width: 1200px) {
  .beginer03 {
    left: 7vw;
  }
}

@media screen and (max-width: 1000px) {
  .beginer03 {
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  .beginer03 {
    top: 380px;
    left: 5vw;
    width: 420px;
  }
}

@media screen and (max-width: 800px) {
  .beginer03 {
    left: -3vw;
  }
}

@media screen and (max-width: 767px) {
  .beginer03 {
    width: 250px;
    top: 300px;
    left: -5vw;
  }
}

@media screen and (max-width: 560px) {
  .beginer03 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

/*@media screen and (max-width:500px){
	.beginer03{
	width: 210px;
	top: 280px;}}

	@media screen and (max-width:375px){
	.beginer03{
	width: 185px;}}*/

.beginer04 {
  width: 450px;
  position: absolute;
  bottom: 120px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .beginer04 {
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .beginer04 {
    right: -5vw;
  }
}

@media screen and (max-width: 900px) {
  .beginer04 {
    bottom: 200px;
    right: -5vw;
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .beginer04 {
    width: 250px;
    bottom: auto;
    top: 420px;
    right: -5vw;
  }
}

@media screen and (max-width: 560px) {
  .beginer04 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}

/*@media screen and (max-width:500px){
	.beginer04{
	width: 210px;
	top: 400px;}}

	@media screen and (max-width:375px){
	.beginer04{
	width: 185px;}}*/

.beginer05 {
  width: 400px;
  position: absolute;
  bottom: -80px;
  left: 360px;
}

@media screen and (max-width: 1200px) {
  .beginer05 {
    left: 25vw;
  }
}

@media screen and (max-width: 1000px) {
  .beginer05 {
    left: 20vw;
  }
}

@media screen and (max-width: 900px) {
  .beginer05 {
    bottom: 10px;
    left: 23vw;
    width: 350px;
  }
}

@media screen and (max-width: 800px) {
  .beginer05 {
    left: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .beginer05 {
    width: 220px;
    bottom: auto;
    top: 570px;
    left: 7vw;
  }
}

@media screen and (max-width: 560px) {
  .beginer05 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

/*@media screen and (max-width:500px){
	.beginer05{
	width: 180px;
	top: 520px;}}

	@media screen and (max-width:375px){
	.beginer05{
	width: 160px;}}*/

.trainer {
  width: calc(100% - 180px);
  max-width: 1557px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .trainer {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .trainer {
    width: calc(100% - 50px);
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .trainer {
    width: 85%;
    margin: 50px auto;
  }
}

.trainer_name {
  width: 23%;
  position: absolute;
  left: 20px;
  top: 130px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 1920px) {
  .trainer_name {
    left: -45px;
    font-size: 85px;
  }
}

@media screen and (max-width: 1000px) {
  .trainer_name {
    top: 100px;
    left: -30px;
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .trainer_name {
    width: 40%;
    top: 5vw;
    left: -25%;
    position: relative;
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .trainer_name {
    width: 50%;
    top: 8vw;
    left: -20%;
  }
}

@media screen and (max-width: 500px) {
  .trainer_name {
    top: 10vw;
  }
}

@media screen and (max-width: 420px) {
  .trainer_name {
    top: 12vw;
  }
}

@media screen and (max-width: 375px) {
  .trainer_name {
    top: 14vw;
  }
}

@media screen and (max-width: 320px) {
  .trainer_name {
    font-size: 48px;
  }
}

.triner_box {
  margin-left: 220px;
  padding: 50px 70px 50px 100px;
  box-sizing: border-box;
  background-color: #909091;
}

@media screen and (max-width: 1000px) {
  .triner_box {
    margin-left: 50px;
    padding: 20px 30px 20px 90px;
  }
}

@media screen and (max-width: 767px) {
  .triner_box {
    margin-left: 0;
    padding: 20px;
  }
}

.myname {
  line-height: 1;
  font-size: 42px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .myname {
    font-size: 28px;
  }
}

.challenge {
  width: calc(100% - 180px);
  max-width: 1592px;
  margin: auto;
  padding: 140px 100px;
  box-sizing: border-box;
  background-color: #fcedea;
}

@media screen and (min-width: 1920px) {
  .challenge {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .challenge {
    width: calc(100% - 10px);
    padding: 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .challenge {
    width: 100%;
    padding: 20px 10px;
  }
}

.free_icon {
  width: 75%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .free_icon {
    width: 20%;
  }
}

.free_md {
  color: #c11732;
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .free_md {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .free_md {
    font-size: 15px;
  }
}

.menu_list p {
  font-size: 54px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .menu_list p {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 30px;
  }
}

.menu_list p.menu {
  padding: 10px 0;
  font-size: 21px;
  border-top: 1px solid #251e1c;
  border-bottom: 1px solid #251e1c;
}

@media screen and (max-width: 767px) {
  .menu_list p.menu {
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 18px;
  }
}

.brd_none {
  border: none;
}

.try01,
.try02,
.try03 {
  position: relative;
}

.try02 {
  margin: 50px auto;
}
/*
.try01,.try02,.try03{
	margin-top: 100px;
	padding: 30px 20px;
	height: 193px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 100px;
	position: relative;
}

	@media screen and (max-width:767px){
	.try01,.try02,.try03{
	height: 171px;
	padding: 40px 5px;}}

.try01{
	margin-top: 0;
}

.try01:before{
	content: "1";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0.8;
	-ms-line-height: 1.2;
    font-size: 250px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}


.try01:after,.try02:after{
	content: "";
	width: 54px;
	height: 100%;
	background: url(./assets/img/yj03.png)no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -235px;
	margin: auto;
}

	@media screen and (max-width:767px){
	.try01:after,.try02:after{
	bottom:-220px;}}

.try02:before{
	content: "2";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0.8;
    font-size: 250px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}

.try03:before{
	content: "3";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0.8;
    font-size: 250px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}


@media all and (-ms-high-contrast:none){
.try01:before,.try02:before,.try03:before{
	line-height: 1.15;
}}

	@media screen and (min-width:1920px ){
	.try01:before,.try02:before,.try03:before{
	line-height: 0.7;
	font-size: 290px;}}

	@media screen and (max-width:767px){
	.try01:before,.try02:before,.try03:before{
	top: 3vw;
	font-size: 190px;}}
	*/

.try02:before {
  content: "";
  width: 54px;
  height: 100%;
  background: url(./assets/img/yj03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}

.try03:before {
  content: "";
  width: 54px;
  height: 100%;
  background: url(./assets/img/yj03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .try02:before,
  .try03:before {
    width: 30px;
  }
}

.voice_list {
  width: calc(100% - 182px);
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 1920px) {
  .voice_list {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .voice_list {
    width: calc(100% - 10px);
    margin: 50px auto;
  }
}

.title {
  position: absolute;
  top: -100px;
  right: 300px;
  margin: auto;
  font-size: 120px;
  width: 30%;
}

@media screen and (min-width: 1200px) {
  .title {
    top: -80px;
  }
}

@media screen and (max-width: 1000px) {
  .title {
    top: -50px;
    right: 300px;
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    width: 40%;
    top: -70px;
    right: 20px;
    font-size: 100px;
  }
}

@media screen and (max-width: 414px) {
  .title {
    font-size: 70px;
  }
}

@media screen and (max-width: 320px) {
  .title {
    font-size: 50px;
  }
}

.voice01 {
  font-size: 22px;
}

@media screen and (min-width: 1920px) {
  .voice01 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .voice01 {
    margin-top: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .voice01 {
    font-size: 15px;
  }
}

.comment {
  margin: 5px 0;
  font-size: 25px;
}

@media screen and (min-width: 1920px) {
  .comment {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .comment {
    margin: 10px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .comment {
    font-size: 16px;
  }
}

.impression {
  text-align: left;
  position: relative;
  top: 50px;
}

.staff_box {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 50px;
  border-bottom: 2px solid #4c4948;
}

@media screen and (min-width: 1920px) {
  .staff_box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .staff_box {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .staff_box {
    width: 90%;
    padding-bottom: 20px;
    border-bottom: 1px solid #4c4948;
  }
}

.staff_ttl {
  color: #444;
  font-size: 80px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1920px) {
  .staff_ttl {
    font-size: 103px;
  }
}

@media screen and (max-width: 767px) {
  .staff_ttl {
    margin: auto;
    text-align: center;
    display: block;
    font-size: 50px;
  }
}

@media screen and (max-width: 320px) {
  .staff_ttl {
    font-size: 30px;
  }
}

.staff_ttl:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #4c4948;
  display: block;
}
.staff_ttl:after {
  margin-left: 0.4em;
}

@media screen and (max-width: 767px) {
  .staff_ttl:after {
    height: 1px;
    margin-left: 0;
  }
}

.from {
  font-size: 30px;
  color: #6a6969;
}

@media screen and (max-width: 767px) {
  .from {
    color: #6a6969;
    font-size: 22px;
  }
}

.service_box {
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .service_box {
    max-width: 95%;
  }
}

@media screen and (min-width: 1920px) {
  .service_box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service_box {
    width: 90%;
  }
}

.service_name {
  height: 80px;
  margin-bottom: 30px;
  line-height: 80px;
  box-sizing: border-box;
  background-color: #6798b6;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .service_name {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .service_name {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

.service_name span {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .service_name span {
    font-size: 14px;
  }
}

.icon {
  height: auto;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .icon {
    height: 120px;
  }
}

.icon02 {
  width: 70%;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .icon {
    width: 80%;
    height: auto;
  }
}

.support {
  margin: 30px auto 0;
}

.s_point {
  color: #6798b6;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .s_point {
    font-size: 14px;
  }
}

.support_point01,
.support_point02 {
  position: relative;
  padding-left: 70px;
}

.support_point01:before {
  content: "01";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  background-color: #a5c2d4;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .support_point01:before {
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .support_point01:before {
    bottom: auto;
    font-size: 26px;
  }
}

.support_point02:before {
  content: "02";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  background-color: #a5c2d4;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .support_point02:before {
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .support_point02:before {
    bottom: auto;
    font-size: 26px;
  }
}

.store_info {
  max-width: 1082px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .store_info {
    max-width: 95%;
  }
}

.company_col {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #938e87;
  color: #fff;
}

table.price_list {
  width: 90%;
  max-width: 900px;
  margin: 20px auto 0;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  table.price_list {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  table.price_list {
    width: 95%;
  }

  table.price_list tr {
    width: 100%;
  }
}

table.price_list .price_col {
  background-color: #ee7a00;
  color: #fff;
}

table.price_list .price_col td {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  border-bottom: none;
}

table.price_list td {
  padding: 15px 12px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #999;
  width: 33.33%;
}

table.price_list tr.no-border-bottom td {
  border-bottom: none;
}
td.border_right {
  border-right: 1px solid #999;
}
.table_dl {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  padding: 5px 0;
}
.table_dl dt {
  flex-basis: 30%;
  text-align: right;
  padding-right: 10px;
}
.table_dl dd {
  flex-basis: 70%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.price_list td {
    padding: 5px;
    border: 1px solid #999;
    font-size: 12px;
    white-space: normal;
  }
  
  table.price_list .price_col td {
    border-bottom: none;
  }
  
  table.price_list tr.no-border-bottom td {
    border-bottom: none;
  }
}

@media screen and (max-width: 320px) {
  table.price_list td {
    font-size: 10px;
  }
}

table.price_list td span {
  width: 350px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  table.price_list td span {
    width: auto;
  }
}

table.price_list td span.tax {
  width: auto;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  table.price_list td span.tax {
    font-size: 11px;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  table.price_list td span.tax {
    font-size: 10px;
  }
}

.convert {
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .convert {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .convert {
    width: 90%;
    padding-bottom: 100px;
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .convert {
    font-size: 10px;
  }
}

.convert p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .convert p {
    font-size: 12px;
  }
}

.cp_caution p.experiece {
  max-width: 973px;
  margin: auto;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .cp_caution p.experiece {
    font-size: 31px;
  }
}

@media screen and (max-width: 767px) {
  .cp_caution p.experiece {
    font-size: 20px;
  }
}

.rece {
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .rece {
    max-width: 90%;
  }
}

@media screen and (max-width: 414px) {
  .rece {
    max-width: 95%;
  }
}

@media screen and (max-width: 320px) {
  .rece {
    max-width: 100%;
  }
}

.rece span {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  color: #231815;
  font-size: 27px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .rece span {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .rece span {
    padding: 3px 5px;
    font-size: 18px;
  }
}

.rece div p {
  color: #fff;
  font-size: 32px;
}

@media screen and (min-width: 1920px) {
  .rece div p {
    font-size: 47px;
  }
}

@media screen and (max-width: 767px) {
  .rece div p {
    font-size: 32px;
  }
}

@media screen and (max-width: 414px) {
  .rece div p {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .rece div p {
    font-size: 22px;
  }
}

@media screen and (max-width: 320px) {
  .rece div p {
    font-size: 20px;
  }
}

.cp_caution p.detail_caution {
  margin: 10px auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .cp_caution p.detail_caution {
    font-size: 21px;
  }
}

.free_ex {
  font-size: 52px;
}

@media screen and (max-width: 1000px) {
  .free_ex {
    margin: 0 auto;
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .free_ex {
    line-height: 1.2;
    margin: 0 auto;
    font-size: 60px;
  }
}

@media screen and (max-width: 414px) {
  .free_ex {
    margin: 0 auto 10px;
    font-size: 44px;
  }
}

@media screen and (max-width: 375px) {
  .free_ex {
    font-size: 42px;
  }
}

@media screen and (max-width: 320px) {
  .free_ex {
    font-size: 38px;
  }
}

div.link__btns {
  justify-content: space-evenly;
}

.left-btn img {
  margin: 0 0 0 auto;
}

.right-btn img {
  margin: 0 auto 0 0;
}

/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  display: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.bx-wrapper .bx-pager {
  max-width: 28%;
  margin: auto;
  display: flex;
  padding-top: 40px;
}
.bx-wrapper .bx-pager-item img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .bx-wrapper .bx-pager-item img {
    width: 85%;
  }

  .bx-wrapper .bx-pager {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
    max-width: 45%;
  }

  .bx-wrapper .bx-pager-item img {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .bx-wrapper .bx-pager {
    max-width: 60%;
  }
}

.relax {
  position: relative;
  width: 60%;
  margin: auto;
  margin-right: 120px;
}

.relax_txt {
  width: 60%;
  position: absolute;
  left: -25%;
  bottom: -12vw;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .relax {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .relax_txt {
    width: 50%;
    position: absolute;
    left: 0;
    right: -20vw;
    bottom: -55%;
    margin: auto;
  }
}

/* /////////////////////////////
      202003追記
///////////////////////////// */
.renewal_content div {
  padding: 100px 0 80px;
  text-align: center;
}
.hundreds_btn {
  text-align: center;
  padding: 50px 10px 0;
}
.tanning_banner div {
  text-align: center;
  padding: 50px 0 0;
}
.hundred_challenge div {
  text-align: center;
  padding: 150px 0;
}
.hundred_challenge div.pc {
  padding: 50px 0;
}
.facility_txt {
  padding-top: 100px;
}
.facility_box {
  max-width: 700px;
  margin: 0 auto;
}
.icon_right {
  position: relative;
}
.icon_right img:last-child {
  position: absolute;
  z-index: 100;
  top: -15px;
  right: -15px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .renewal_content div {
    padding: 60px 0;
  }
  .hundred_challenge div {
    padding: 100px 0;
  }
  .hundred_challenge div.sp {
    padding: 50px 0;
  }
  .facility_txt {
    text-align: center;
  }
  .facility_txt img {
    width: 70%;
  }
}

/* /////////////////////////////
      202104追記
///////////////////////////// */

.kids_btn img {
  max-width: 56%;
}

.long_tx {
  text-align: center;
}

.long_tx .foot_ico {
  display: inline-block;
  vertical-align: middle;
}

.long_tx .foot_txt {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}

/* /////////////////////////////
      202111追記
///////////////////////////// */

.clear {
  clear: both;
  margin-top: 550px;
}

@media screen and (max-width: 767px) {
  .clear {
    margin-top: 300px;
  }
}

.overBox01 {
  position: relative;
}

.overBox02 {
  position: absolute;
  left: -25px;
  right: -25px;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.kids_swimBox {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .btn_sp {
    border-top: none;
    border-bottom: none;
  }
}

.kids_school {
  max-width: 1000px;
  margin: 3rem auto;
}
.benefit {
  font-size: 15px;
}
.chushaku {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .kids_school {
    max-width: 310px;
  }
  .benefit {
    font-size: 10px;
  }
  .chushaku {
    width: 90%;
    line-height: 1.5;
    font-size: 12px;
  }
}

/* /////////////////////////////
      202202追記
///////////////////////////// */

.kids_swim_btn {
  background-image: url(assets/img/kids_swim_middle.png);
  background-size: cover;
  padding: 0 !important;
}

.kids_swim_btn img {
  width: 60%;
  padding: 18px 0 0;
}

@media screen and (max-width: 767px) {
  .kids_swim_btn {
    background-image: url(assets/img/sp/kids_swim_middle.png);
    max-width: 640px;
    margin: auto;
  }

  .kids_swim_btn img {
    width: 65%;
    padding: 0 0 0;
  }
}

.kids_swim_newArea {
  background-image: url(assets/img/kids_swim_newarea_bg.png);
  background-size: contain;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}

.kids_swim_newArea ul {
  width: 33%;
  float: left;
}

.kids_swim_newArea ul.kids_course01 {
  text-align: right;
}
.kids_swim_newArea ul.kids_course02 {
  text-align: center;
}
.kids_swim_newArea ul.kids_course03 {
  text-align: left;
  /**padding-top:25px;**/
}

.kids_swim_newArea img {
  width: 65%;
  padding: 8px 0 0;
}
.kids_swim_newArea a {
  flex-basis: 28%;
}
@media screen and (max-width: 958px) {
}
@media screen and (max-width: 767px) {
  .kids_swim_newArea1 {
    background-image: url(assets/img/sp/kids_swim_middle1.png);
    background-size: contain;
    max-width: 640px;
    margin: auto;
    padding: 10px 0 20px !important;
  }
  .kids_swim_newArea2 {
    background-image: url(assets/img/sp/kids_swim_middle2.png);
    background-size: contain;
    max-width: 640px;
    margin: auto;
    padding: 10px 0 20px !important;
  }
  .kids_swim_newArea3 {
    background-image: url(assets/img/sp/kids_swim_middle3.png);
    background-size: contain;
    max-width: 640px;
    margin: auto;
    padding: 10px 0 20px !important;
  }
  .kids_swim_newArea1 img,
  .kids_swim_newArea2 img,
  .kids_swim_newArea3 img {
    width: 65%;
    padding: 0 0 0;
  }
}

.kids_school_newArea {
  background-image: url(assets/img/culture_school_bg.png);
  background-size: contain;
  padding: 24px 0 !important;
  /*display: flex;*/
  justify-content: center;
}

.kids_school_newArea img {
  width: 60%;
  padding: 0 0 0;
}

.kids_dance_btn {
  background-image: url(assets/img/kids_dance_middle.png);
  background-size: cover;
  padding: 0 !important;
}

.kids_dance_btn img {
  width: 60%;
  padding: 30px 0 50px 200px;
}
@media screen and (max-width: 767px) {
  .kids_dance_btn {
    background-image: url(assets/img/sp/kids_dance_middle.png);
    background-size: cover;
    padding: 0 !important;
  }

  .kids_dance_btn img {
    width: 85%;
    padding: 0 0 0 20px;
  }
}

.studio05 {
  margin: 0 auto 0 0;
}
.round_img {
  border-radius: 30px;
}
.hoiku {
  max-width: 1400px;
  margin: 50px auto 0;
  padding-bottom: 120px;
}
.btn_outer {
  clear: both;
  padding: 150px 0;
}
.btn_outer div {
  padding: 0 15px;
}
.hundred_challenge .sp div {
  padding: 0;
}
.fix_footer div a {
  color: #fff;
  font-size: 22px;
}
.fixed_btn_outer {
  display: flex;
  justify-content: space-around;
}
span.border_vertical {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .round_img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 450px) {
  .btn_outer {
    padding: 60px 0;
  }
  .btn_outer .flex {
    display: block;
  }
  .btn_outer div {
    padding: 15px;
  }
}
#ta-r {
  text-align: right;
  font-size: 15px;
}
.pd5 {
  padding: 5% 0px;
}
/***** 202406 追記 *****/

.short_lesson_btn {
  width: 500px;
  margin: 100px auto -60px;
}

.bas_schedule_btn {
  width: 100%;
  margin: 50px auto 0px;
}
@media screen and (max-width: 767px) {
  .short_lesson_btn {
    margin: 0 auto 20px;
    width: 100%;
  }
}

.lesson_plan {
  max-width: 1140px;
  margin: 50px auto 20px;
  display: flex;
  justify-content: center;
}
.summer_dance_lesson {
  max-width: 1140px;
  margin: 0px auto 35px;
  display: flex;
  justify-content: center;
}
.member_option {
  width: 100%;
  margin: 0px auto 150px;
}
@media screen and (max-width: 767px) {
  .short_lesson_btn {
    margin: 0px auto 0px;
    width: 100%;
  }
  .lesson_plan,
  .summer_dance_lesson {
    width: 99%;
  }
  .member_option {
    width: 100%;
    margin: 0px auto 110px;
  }
}

/* =============================
   体験予約ボタン（カルチャー教室上）
============================= */
.reservation-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 40px 0 40px 0;
}
.reservation-btn {
  width: 420px;
  max-width: 90vw;
  border-radius: 28px;
  box-shadow: 4px 6px 0 #b2b2b2;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 28px 10px 18px 10px;
  font-family: inherit;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.6;
}
.tel-btn {
  background: #4cc0f0;
  box-shadow: 4px 6px 0 #7fd0ed;
}
.web-btn {
  background: #7ac943;
  box-shadow: 4px 6px 0 #b2d97a;
}
.tel-number {
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.tel-sub {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .reservation-btn {
    width: 98vw;
    font-size: 1.1rem;
    padding: 18px 4px 12px 4px;
    border-radius: 18px;
  }
  .reservation-buttons {
    gap: 18px;
    margin: 18px 0 18px 0;
  }
  .tel-number {
    font-size: 1.2rem;
  }
  .tel-sub {
    font-size: 0.9rem;
  }
}

.short_lesson_btn a {
  display: block;
  margin-bottom: 20px;
}
.short_lesson_btn a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .short_lesson_btn a {
    margin-bottom: 14px;
  }
}

.mainvisual .pc img,
.mainvisual .sp img {
  border-radius: 24px;
}

.mainvisual img {
  border-radius: 0 !important;
}

/* メインビジュアルスライダー：ドット間隔を狭く */
.mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 1px !important;
}

/* SPのみ：ドットをスライダー上に重ねる＋白半透明（サイズ・形もここで指定してアップロード先でも同じ見た目に） */
@media screen and (max-width: 767px) {
  .mainvisual .sp .bx-wrapper {
    position: relative;
  }
  .mainvisual .sp .bx-wrapper .bx-pager {
    position: absolute !important;
    bottom: 15px !important;
    left: 0 !important;
    right: 0 !important;
    padding-top: 0 !important;
    max-width: 100% !important;
  }
  .mainvisual .sp .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5) !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    text-indent: -9999px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
  }
  .mainvisual .sp .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .mainvisual .sp .bx-wrapper .bx-pager.bx-default-pager a.active,
  .mainvisual .sp .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: rgba(255, 255, 255, 0.9) !important;
  }
}

.short_lesson_btn a:first-child {
  margin-bottom: 40px;
}

.center-text {
  display: block;
  text-align: center;
}

.center-pink-box {
  width: 100%;
  text-align: left;
  margin: 0;
  display: block;
  padding-left: 130px;
}

.section-spacer {
  height: 100px;
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .section-spacer {
    height: 50px;
  }
  
  /* SP版でのみPC要素を非表示 */
  .head_top .pc {
    display: none !important;
  }
  
  /* SP版ロゴのサイズ調整 */
  .head_top .sp img {
    max-width: 150% !important;
    height: auto !important;
  }
}

/* PC版でのSP要素を非表示 */
@media screen and (min-width: 768px) {
  .head_top .sp {
    display: none !important;
  }
}

/* レッスンスケジュールボタンのレスポンシブ対応 */
@media screen and (max-width: 1200px) {
  .pc article a img[src*="lesson_schedule_btn"] {
    width: 2000px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .pc article a img[src*="lesson_schedule_btn"] {
    width: 2000px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 800px) {
  .pc article a img[src*="lesson_schedule_btn"] {
    width: 2000px !important;
    height: auto !important;
  }
}



/* 固定ボタンのスタイル調整（全デバイス共通） */
.fix_footer {
  background-color: transparent !important;
}

.fixed_btn_outer {
  justify-content: center !important;
}

.fix_footer .w-40 {
  width: auto !important;
  text-align: center !important;
}

.fix_footer a {
  font-size: 18px !important;
  font-weight: bold !important;
  white-space: nowrap !important;
}

/* ロゴ画像のレスポンシブ対応 */
.logo2 {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .logo2 {
    max-width: 120px;
    width: 40vw;
    min-width: 50px;
  }
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.logo2,
.header_logo {
  height: 42px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .logo-row {
    flex-direction: column;
    gap: 12px;
  }
  .logo2,
  .header_logo {
    height: 32px;
  }
}

/* 価格表の★マークを横並びにするスタイル */
.price_list td .red {
    display: inline;
    vertical-align: middle;
    margin-right: 6px;
}

.price_list td b {
    display: inline;
    vertical-align: middle;
}

/* 価格表のテキスト整列 */
.price_list td {
    text-align: center;
}

.price_list td div {
    display: inline-block;
    text-align: left;
}

/* 時間割の整列 - 水泳の文字に合わせてダンス、新体操、体操を左揃え */
.schedule-aligned {
    display: inline-block;
    text-align: left;
    font-family: inherit;
    line-height: 1.4;
}

.schedule-aligned br {
    content: "";
    display: block;
    margin: 2px 0;
}

/* 価格表の税込み表示の間隔を調整 */
.price_list td {
    line-height: 1.2;
    vertical-align: middle;
    padding: 10px 5px;
}

.price_list td .tax {
    margin-top: 2px;
    display: block;
    padding-top: 3px;
}

/* PC表示：member_option 画像を右端まで表示 */
.member_option .pc article img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
