@charset "utf-8";

/*-------------------
base.css
-------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
}

p, th, td, dd {
  font-style: normal;
  font-weight: 0;
  word-break: break-all;
}

dd {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*--- common style ---*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.76;
  background-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#wrap *, #wrap *:before, #wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.64;
}

#wrap {
  margin-top: 90px;
}


/*--- common style ---*/

.sec_inner {
  max-width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}

.sp_break {
  display: inline
}

.sp_display {
  display: none !important;
}

.pc_display {
  display: block;
}


/*--- clearfix ---*/

.cf:after {
  content: "";
  display: block;
  clear: both;
}


/*HEADER*/

.fitness_header {
  border-bottom: 1px solid #dadada;
}

.caution {
  font-size: 13px;
  float: right;
  margin-right: 40px;
}


/*----- #main ------------------------------------------------------------------------------------------------------*/

#main {
  background: url(../img/main_bg.jpg) no-repeat center top;
  /*padding-bottom: 12.5%;*/
  height: 1328px;
  padding-top: 0.1px;
  position: relative;
}

#main h2 {
  width: 100%;
  max-width: 400px;
  right: 0;
  position: absolute;
  top: 0;
  height: auto;
  z-index: 20;
}


/*viewer*/

#main #viewer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 698px;
  height: auto;
  text-align: left;
  margin: 27% auto -20%;
}

#main #viewer img {
  position: absolute;
  top: 0;
  left: 0;
}

#main #viewer_pc {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 968px;
  height: auto;
  text-align: left;
  margin: 14% 0 0;
}

#main #viewer_pc img {
  position: absolute;
  top: 0;
  left: 0;
}


/*txt img*/

.main_txt {
  position: absolute;
  /*width: 100%; max-width: 1401px; height: auto; margin-left: -11.8%; z-index: 30; margin-top: 57px;*/
}

.main_txt .pc_display {
  width: 1000px;
  z-index: 2;
}


/*covid*/

.covid {
  width: 332px;
  position: absolute;
  z-index: 10;
  margin-top: 85px;
  margin-left: 775px;
}

.covid .btn {
  width: 178px;
  position: absolute;
  z-index: 11;
  margin-top: 174px;
  margin-left: -252px;
}


/*method*/

.method {
  width: 100%;
  max-width: 1000px;
  height: 350px;
  background: url(../img/method_bg.jpg) no-repeat;
  margin-top: 60px;
  background-size: contain;
  margin-right: 30px;
}

.method .text {
  font-size: 18px;
  padding-top: 30px;
  margin-left: 100px;
  position: absolute;
  transform: rotate(0.001deg);
  text-align: center;
}

.method .text p {
  line-height: 24px;
}

.method .text p:first-child {
  color: #d50251;
  font-size: 30px;
  font-weight: bold;
  padding: 17px;
}

.method .text p:last-child {
  font-size: 14px;
  padding-top: 10px;
}

.method .text img {
  width: 95px;
  padding-right: 5px;
  margin-top: 3px;
}

.method .illust {
  width: 118px;
  display: inline-block;
  position: absolute;
  margin: -31px 0 0 -42px;
}

.method .btn {
  position: absolute;
  width: 285px;
  margin: 210px 0 0 350px;
}

.method a:hover {
  opacity: 0.8;
  transition: all .4s;
}

.entry_btn {
  width: 285px;
  margin: 50px 0 0 350px;
}


/*unchor*/

#unchor {
  margin-top: 76%;
}

#unchor p {
  width: calc(100% - 50%);
  max-width: 445px;
  height: auto;
  margin: 0 auto 3%;
}

#unchor ul {
  overflow: hidden;
  width: 100%;
  max-width: 115px;
  height: 82px; 
  margin: 0 auto;
}


/*#unchor ul li { float: left; width: calc((100% / 8) - 1%); max-width: 140px; margin: 0 0 2.5% 1%;}*/

#unchor ul li {
  float: left;
  width: calc(100% / 7) - 0%);
  max-width: 100px;
  margin: 0 0 2.5% 1%;
}

#unchor ul li:first-child, #unchor ul li.no_margin {
  margin-left: 0;
}

#unchor ul li a {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#unchor a:hover {
  opacity: 0.8;
  transition: all .4s;
}

#unchor ul li.no_margin {
  margin-left: 2%;
}

#unchor .searchUnchor {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}

#unchor .searchUnchor img {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 15px;
}

#unchor .item {
  width: 100%;
}

#unchor .item li {
  float: left;
  margin-right: -9px;
  width: calc(100% / 8) - 0%);
}

.none {
  opacity: 0;
}

#uncorfix {
  display: none;
}

#uncorfix.fixed {
  display: block;
  width: 100%;
  background: url(../img/navi_bg.png) repeat-x;
  height: 90px;
  margin-top: 0px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

#uncorfix ul {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

#uncorfix ul li {
  float: left;
  width: 111px;
  margin: 17px 3px 0 0;
}

#uncorfix ul li:first-child {
  float: left;
  width: 185px;
  margin: 17px 3px 0 140px;
}

#uncorfix ul li:nth-child(3) {
  float: left;
  width: 125px;
  margin: 17px 3px 0 5px;
}

#uncorfix ul li:nth-child(2) {
  float: left;
  width: 185px;
  margin: 17px 3px 0 5px;
}

#uncorfix ul li:last-child {
  float: left;
  width: 220px;
  margin: 17px 14px 0 5px;
}

#uncorfix ul a:hover {
  opacity: 0.8;
  transition: all .4s;
}


/*----- #ツールチップ ------------------------------------------------------------------------------------------------------*/

.tip {
  width: 460px;
  margin: 0 auto;
}


/*.tip li:first-child{
    margin-left: 33px;
}*/

.tip li {
  width: 100px;
  display: block;
  float: left;
  position: relative;
  margin-right: 15px;
}

.tip .tip_margin {
  margin-left: 15px;
}

.tip li>div {
  width: 480px;
  position: absolute;
  top: 70px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  background: #ffcc02;
  font-size: 1em;
  float: left;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}

.tip li .twoTip {
  width: 340px;
}

.tip li .oneTip {
  width: 180px;
}

.tip li>div img {
  width: 145px !important;
}

.tip li>div:before {
  content: "\25B8";
  display: block;
  font-size: 3em;
  height: 0;
  line-height: 0;
  position: absolute;
  color: #ffcc02;
  top: -3px;
  right: 185px;
  text-align: center;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  width: 100%;
}

.tip li .twoTip:before {
  right: 105px !important;
}

.tip li .oneTip:before {
  right: 25px !important;
}

.tip li:hover>div {
  visibility: visible;
  opacity: 1;
  top: 80px;
  float: left;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/*----- #contents ------------------------------------------------------------------------------------------------------*/

#content_wrapper {
  background: url(../img/bg_cont.jpg) repeat-Y top center;
  /*padding-bottom: 100px;*/
}


/*shopArea*/

.shopArea {
  max-width: 1000px;
  padding-top: 3%;
  margin-bottom: 3%;
}

.shop_wave, .shop_fish {
  background: none;
}

.shopArea h3 {
  width: 50%;
  max-width: 521px;
  /*transform: translateX(-7%);*/
  margin-left: 22% !important;
  margin: 0 auto;
  height: auto;
}

#niigata .shopArea h3 {
  width: 45%;
}

.shopArea .to_shoptop {
  float: right;
  width: 15.5%;
  max-height: 16px;
  margin-bottom: 20px;
}

.shopArea .to_shoptop a {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.shopArea .to_shoptop a:hover {
  opacity: 0.6;
}


/*shopBox*/

.shopBox {
  clear: both;
  width: 100%;
  background: none;
  padding: 0;
}

.shopBox p {
  font-size: 14px;
  text-align: left;
}


/*schedule*/

.shopBox .schedule {
  width: 99%;
  height: auto;
  background-color: #fff;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.shopBox .schedule h4 {}

.shopBox .schedule .class_name {
  position: relative;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

.shopBox .schedule h5 {
  display: inline-block;
  width: auto;
  max-width: 265px;
  margin: 20px 2.5% 10px 5%;
}

.shopBox .schedule p {
  position: absolute;
  top: 18%;
  display: inline;
  width: calc(100% - 30%);
  margin-bottom: 4.6%;
}

.shopBox .schedule p span {
  display: block;
}

.shopBox .schedule_omiya {
  width: 99%;
  height: auto;
  background-color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  /*box-shadow: 8px 8px rgba(80, 129, 0, 0.35);*/
}

.shopBox .schedule_omiya h4 {}

.shopBox .schedule_omiya .class_name {
  position: relative;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

.shopBox .schedule_omiya h5 {
  display: inline-block;
  width: auto;
  max-width: 177px;
  margin: 20px 2.5% 10px 5%;
}

.shopBox .schedule_omiya p {
  position: absolute;
  top: 18%;
  display: inline;
  width: calc(100% - 30%);
  margin-bottom: 4.6%;
}

.shopBox .schedule_omiya p span {
  display: block;
}

.time_table {
  width: calc(100% - 10%);
  max-width: 900px;
  margin: 0 auto;
  font-size: 12px;
}

.time_table h6 {
  max-width: 900px;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
  background-color: #5bd1d3;
}

.time_table.ballet h6 {
  background-color: #f1216e;
}

.time_table.junior h6 {
  background-color: #206ff2;
}

.time_table.basket h6 {
  background-color: #ffbf00;
}

.time_table.taiiku h6 {
  background-color: #00c586;
}

.time_table.smilekids h6 {
  background-color: #ffc61a;
}

.time_table.cheer h6 {
  background-color: #ff96c4;
}

.time_table.judo h6 {
  background-color: #8ca7ff;
}

.time_table.karate h6 {
  background-color: #99e910;
}

.time_table.trampoline h6 {
  background-color: #e66e6e;
}

.time_table.soccer h6 {
  background-color: #d97ac6;
}

.time_table.tennis h6 {
  background-color: #fa8f7c;
}

.time_table.dance h6 {
  background-color: #f98b15;
}

.time_table.run h6 {
  background-color: #f73232;
}

.time_table.babyswim h6 {
  background-color: #ffc2dd;
}

.time_table h6 img.sch_ttl {
  height: 46px;
  margin: 0 auto;
  width: auto;
}

.time_table h6 img.swiming_ttl {
  height: 116px;
  width: auto;
  position: absolute;
  right: 40px;
  top: -70px;
}

.time_table table {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.time_table table tr {}

.time_table table th {
  height: 34px;
  line-height: 1.5;
  background-color: #7fe5e7;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding: 0;
}

.time_table.ballet th {
  background-color: #ff5e9a;
}

.time_table.junior th {
  background-color: #478cfd;
}

.time_table.basket th {
  background-color: #ffcf3e;
}

.time_table.taiiku th {
  background-color: #05dd98;
}

.time_table.judo th {
  background-color: #8ca7ff;
}

.time_table.cheer th {
  background-color: #ffa9c4;
}

.time_table.smilekids th {
  background-color: #ffc61a;
}

.time_table.karate th {
  background-color: #acf12e;
}

.time_table.trampoline th {
  background-color: #e28080;
}

.time_table.soccer th {
  background-color: #db92d8;
}

.time_table.tennis th {
  background-color: #fba591;
}

.time_table.dance th {
  background-color: #fd9b32;
}

.time_table.run th {
  background-color: #ffc2dd;
}

.time_table.babyswim th {
  background-color: #ffd6e8;
}

.time_table table th:last-child {
  border-right: none;
}

.time_table table th.date {
  width: 15.5%;
  border-left: none;
}

.time_table table th.member {
  width: 10.45%;
}

.time_table table th.price {
  width: 8.8%;
}

.time_table table .date {
  width: 10.1%;
}

.time_table table .time {
  width: 17%;
}

.time_table table .age {
  width: 12%;
  line-height: 1.5;
  border-left: 1px solid #ccd4da;
}

.time_table table .contents {
  width: 22%;
  line-height: 1.5;
}

.time_table table .member {
  width: 8%;
  /*border-bottom: none;*/
}

.time_table table .price {
  width: 11.5%;
  /*border-bottom: none;*/
}

.time_table table .order {
  width: 14%;
  border-left: 1px solid #ccd4da;
}

.time_table table .border_b {
  border-bottom: 1px solid #ccd4da;
}

.time_table table .smallText {
  font-size: 11px;
  line-height: 13px;
}

.time_table table .small {
  letter-spacing: -0.05rem;
  line-height: 1.5;
  padding: 5px;
}

.time_table table td {
  /*height: 30px;*/
  line-height: 2.6;
  border: 1px solid #ccd4da;
  border-left: none;
  border-top: none;
}

.time_table table td.sp_th {
  width: 17.5%;
  /*height: 30px;*/
  line-height: 30px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  border-color: #ccd4da;
  border-top: none;
  line-height: 2.6;
}

.time_table table td.sp_display {
  display: none;
  width: 0;
  height: 0;
}

.time_table table td.pc_display {
  display: block;
}

.time_table table td.blank_box {
  display: none;
}

.time_table table td img {
  width: 55px;
  height: 30px;
  margin: 3px auto;
}

.akabaneTtl {
  width: 100%;
  background: #f3f3f3;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
}

.akabaneTtl span {
  font-size: 18px;
  color: #EC0000;
}

.pc_floatBox {
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding-bottom: 10px;
}

.pc_floatBox .class {
  float: left;
  width: 48%;
  max-width: 485px;
  background-color: #fff;
}

.pc_floatBox .benefit {
  float: left;
  width: 48%;
  max-width: 485px;
  background-color: #fff;
  margin-left: 3%;
}

.pc_floatBox .benefit .guide_small {
  font-size: 13px;
  margin-bottom: 2%;
  margin-left: 2%;
}

.pc_floatBox_long {
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding-bottom: 10px;
}

.pc_floatBox_long .class, .pc_floatBox_long .benefit {
  float: left;
  width: 48%;
  max-width: 485px;
  background-color: #fff;
  /*box-shadow: 10px 10px 0 0 rgba(250, 129, 0, 0.35);*/
}

.pc_floatBox_long .benefit {
  float: right;
  margin-left: 4%;
}

.pc_floatBox_long .benefit .guide_small {
  font-size: 13px;
  margin-bottom: 2%;
  margin-left: 2%;
}

.pc_floatBox_short {
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding-bottom: 10px;
}

.pc_floatBox_short .class, .pc_floatBox_short .benefit {
  float: left;
  width: 48%;
  max-width: 485px;
  background-color: #fff;
  /*box-shadow: 10px 10px 0 0 rgba(250, 129, 0, 0.35);*/
}

.pc_floatBox_short .benefit {
  float: right;
  margin-left: 4%;
}

.pc_floatBox_short .benefit .guide_small {
  font-size: 13px;
  margin-bottom: 2%;
  margin-left: 2%;
}

.pc_floatBox .class p {
  padding: 10px 60px;
}

.pc_floatBox_long .class p {
  padding: 10px 60px;
}

.pc_floatBox_short .class p {
  padding: 10px 60px;
}

.pdf_shinkawasaki a {
  margin: -48px 0px -18px 261px;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  color: #ff0000;
}

.pdf_higashi a {
  margin: -48px 0px 0px 261px;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  color: #ff0000;
}

.pdf_omiya a {
  margin: -39px 0px 0px 262px;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  color: #ff0000;
}

.pdf_shinkawasaki a:hover {
  text-decoration: underline;
}

.pdf_higashia a:hover {
  text-decoration: underline;
}

.pdf_omiya a:hover {
  text-decoration: underline;
}

.fnt_size {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff2322;
  color: #FFF;
  padding: 3px;
}

.time_web {
  margin: -74px 0px -18px 261px;
  line-height: 18px
}

.time_web02 {
  margin: -78px 0px -18px 261px;
  line-height: 18px;
}

.time_web03 {
  margin: -90px 0px -18px 261px;
  line-height: 18px;
}

.time_web04 {
  margin: -67px 0px -18px 261px;
  line-height: 18px;
}

.cauText {
  margin: -32px 0px -18px 261px;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  color: #ff0000;
}

.cauText02 {
  margin: -43px 0px -18px 261px;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  color: #ff0000;
}

.anchor {
  width: 1000px;
  display: inline-block;
}

.anchor ul {
  width: 900px;
  margin-left: 44px;
}

.anchor ul li {
  width: 200px;
  height: 50px;
  margin: 20px 20px 0 0;
  display: inline-block;
  float: left;
}

.anchor ul li:nth-child(4) {
  margin-right: 0px;
}

.shopBox div h4 a {
  color: #ff0000;
}

.shopBox div h4 a:visited {
  color: #ff0000;
}


/*----- #FAQ ------------------------------------------------------------------------------------------------------*/

#faq {
  /*background-color: #fff; */
  padding-top: 3%;
}

#faq h3 {
  max-width: 1000px;
  height: auto;
}

.faq_tab {
  width: 1000px;
  padding-bottom: 3%;
  margin: 0 auto;
  background-color: #fff;
}

.faq_tab #faq_main_pc {
  max-width: 920px;
  /* margin-bottom: 3.32%;*/
  margin: 0 auto 3.32%;
}

#faq_cont_pc {
  margin: 0 auto;
  width: 940px;
}

#faq_cont_pc ul {
  font-size: 0;
  width: 100%;
  max-width: 920px;
}

#faq_cont_pc ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 1%);
  max-width: 297px;
  margin: 0 1.5% 2% 0;
}

#faq_cont_pc ul li:nth-child(3n) {
  margin-right: 0;
}

#faq_cont_pc ul li a {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#faq_cont_pc ul li a:hover {
  opacity: 0.6;
}

a#pageTopBtn {
  position: fixed;
  bottom: 117px;
  right: 30px;
  display: block;
  width: 116px;
  height: 153px;
  background: url(../img/pagetop.png) no-repeat;
  z-index: 1999;
}

.fitness_visual_point:link, .fitness_visual_point:visited, .fitness_visual_point:hover, .fitness_visual_point:active {
  color: #fff;
  text-decoration: none;
}

.fitness_visual_point {
  background: #ec0000 url(/fitness/common_2017/img/fitness_visual_point_bg.png) center 10px no-repeat;
  background-size: 7px 24px;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  letter-spacing: .1em;
  box-sizing: border-box;
  position: fixed;
  right: 30px;
  bottom: 200px;
  z-index: 1;
}

.fitness_visual_point .text04 {
  font-size: 15px;
  line-height: 1.1;
  display: block;
}

@media screen and (max-width:768px) {
  #wrap {
    margin-top: 10%;
  }
  .section {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -1%;
  }
  .sec_inner {
    width: calc(100% - 8.5%);
    margin: 0 auto;
  }
  .sp_break {
    display: block !important;
  }
  .pc_display {
    display: none !important;
  }
  .sp_display {
    display: block !important;
  }
  /*--- clearfix ---*/
  .cf:after {
    content: "";
    display: block;
    clear: both;
  }
  /*HEADER*/
  .fitness_header {
    border-bottom: 1px solid #dadada;
  }
  .caution {
    font-size: 2.6vw;
    float: right;
    margin-top: -8%;
  }
  /*----- #main ------------------------------------------------------------------------------------------------------*/
  #main {
    background: url(../img/main_bg_sp.jpg) no-repeat left top / 100% auto;
    padding-top: 0.1px;
    padding-bottom: 0%;
    background-size: 100%;
    height: auto;
    background-color: #ffe401;
    margin-top: 11%;
  }
  #main h2 {
    position: absolute;
    top: 1%;
    right: 0%;
    width: 45%;
    height: auto;
    max-width: 180px;
    z-index: 9999;
  }
  /*viewer*/
  #main #viewer {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 698px;
    height: auto;
    text-align: left;
    margin: 17% auto -20%;
  }
  #main #viewer img {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*txt img*/
  .main_txt {
    position: absolute;
    width: 100%;
    max-width: 493px;
    height: auto;
    z-index: 30;
    margin-left: -4.2%;
    margin-top: 7%;
  }
  .copy_txt {
    width: calc(100% - 2%);
    margin: 33% auto 0;
  }
  /*method*/
  .method {
    width: 100%;
    background: url(../img/method_bg_sp.jpg) no-repeat;
    margin-top: 17%;
    background-size: 100%;
    margin-right: 2%;
    height: 100%;
    padding-bottom: 95%;
  }
  .method .text {
    width: 82%;
    font-size: 3.3vw;
    padding-top: 2%;
    margin-left: 4%;
    position: absolute;
    transform: rotate(0.001deg);
  }
  .method .text p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .method .text p {
    line-height: 1.6;
  }
  .method .text p:first-child {
    font-size: 5.0vw;
    margin-left: 1%;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 4%;
  }
  .method .text p:last-child {
    font-size: 2.8vw;
    padding-top: 2%;
    line-height: 1.3;
  }
  .method .text img {
    width: 17%;
    padding-right: 5px;
    margin-top: 3px;
  }
  .method .illust {
    width: 18%;
    display: inline-block;
    position: absolute;
    margin: -4% 0 0 -1%;
  }
  .method .btn {
    position: absolute;
    width: 58%;
    margin: 58% 0 0 17%;
  }
  .entry_btn {
    width: 60%;
    margin: 19% 0 6% 20%;
  }
  .entry_btn_taiken {
    width: 60%;
    margin: 43% 0 6% 20%;
  }
  /*covid*/
  .covid {
    width: 43%;
    position: absolute;
    z-index: 10;
    margin-top: 5vw;
    margin-left: 49vw;
  }
  .covid .btn {
    width: 53%;
    position: absolute;
    z-index: 11;
    margin-top: 53%;
    margin-left: -76%;
  }
  /*unchor*/
  #unchor {
    margin-top: 150%;
  }
  #unchor p {
    width: 83%;
    max-width: 389px;
    height: auto;
    margin: 0 auto 4.25%;
  }
  #unchor ul {
    overflow: hidden;
    width: /*calc(100% - 7.04%)*/
    100%;
    height: auto;
    display: inline-block;
    padding-bottom: 10%;
    margin-left: 5vw;
  }
  #unchor ul li {
    float: left;
    width: calc((100% / 3) - 2.84%);
    margin: 0 0 2.5% 1%;
  }
  #unchor ul li:first-child, #unchor ul li.no_margin {
    margin-left: 0;
  }
  #unchor ul li a {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #unchor ul li a:hover {
    opacity: 0.6;
  }
  #uncorfix.fixed {
    display: none;
  }
  #unchor .searchUnchor {
    width: 180vw;
    padding-bottom: 10%;
    float: left;
  }
  #unchor .searchUnchor img {
    max-width: 46%;
    margin: 0 2%;
    float: left;
  }
  /*----- #accordion ------------------------------------------------------------------------------------------------------*/
  .campaign {
    /* background-color: #fff; */
    overflow: hidden;
    padding: 0 7% 3% 7%;
    max-width: 90%;
    margin: 0 5%;
  }
  .campaign {
    overflow: hidden;
    padding: 0 7% 3% 7%;
    max-width: 90%;
    margin: 0 5%;
  }
  .campaign.tanki {
    overflow: hidden;
    padding: 0 0% 4% 0%;
    max-width: 100%;
    margin: 0 3%;
  }
  h3.campaign.c_title {
    background: #f3f3f3;
    max-width: 100%;
  }
  .campaign.other {
    max-width: 100%;
  }
  .campaign.c_title .inrSp {}
  .campaign p.banner {
    color: #ffffff;
    font-size: 4.6vw;
    font-weight: bold;
    text-align: left;
    padding-top: 3%;
    position: relative;
    cursor: pointer;
    border-top: 2px #ffffff solid;
  }
  .campaign .tanki{
    color: #ffffff;
    font-size: 4.6vw;
    font-weight: bold;
    text-align: left;
    padding-top: 3%;
    position: relative;
    cursor: pointer;
    border-top: 2px #ffffff solid;
  }
  .border_last {
    /*padding: 3%;
    max-width: 90%;*/
    border-bottom: 2px #ffffff solid;
    padding-bottom: 4%;
  }
  .campaign:first-child p.banner {
    margin: 0 auto 15px;
  }
/*  .campaign p.banner.open::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
  }
  .campaign div.banner.open::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
  }
  .campaign p.banner::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 190;
    pointer-events: none;
  }
  .campaign div.banner::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 190;
    pointer-events: none;
  }*/
  .campaign .inrPc {
    width: 100%;
    margin: 3% 0;
    position: relative;
    padding-bottom: 0;
  }
  .campaign .inrPc a img, .campaign .inrSp a img {
    width: 46%;
    margin: 1%;
  }
  .campaign .inrSp {}
  .campaign.other .inrPc {
    width: 100%;
    margin: 0 auto;
  }
  .campaign.other .inrPc img {
    width: 100%;
  }
  .campaign img {
    width: 100%;
    margin: 0 auto;
  }
  .campaign .ac_campaign {
    position: relative;
  }
  /*
.campaign.n1 .ac_campaign a{
    display: block;
    position: absolute;
    top: 490px;
    right: 330px;
}
.campaign.n1 .ac_campaign a + a{
    display: block;
    position: absolute;
    top:auto;
    bottom: 56px;
    right: 95px;
}
.campaign.n2 .ac_campaign a{
    display: block;
    position: absolute;
    top: 490px;
    right: 330px;
}

.campaign.n2 .ac_campaign a.n2{
    top: auto; bottom: 52px; left: 240px;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: underline;
}
.campaign.n2 .ac_campaign a + a{
    display: block;
    position: absolute;
    top:auto;
    bottom: 55px;
    right:310px;
}*/
  .campaign .ac_campaign a:hover {
    opacity: 0.7;
  }
  .campaign {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  #uncorSp {
    display: block;
    position: fixed;
    width: 100%;
    opacity: 0.9;
    bottom: 0;
    z-index: 99;
  }
  #uncorSp .fixed {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    bottom: 0;
    z-index: 9999;
    position: absolute;
  }
  /*.fixed{
      position: fixed;
      top: 0px;
      z-index: 9999;
    }*/
  #uncorSp ul {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    bottom: 0;
    background: #fff;
    z-index: 9999;
  }
  #uncorSp ul li {
    float: left;
    width: 30%;
    margin: 2% 3px 0 0;
  }
  #uncorSp ul li:first-child {
    float: left;
    width: 25%;
    margin: 2% 0;
    border-right: 1px #f9a92e solid;
  }
  #uncorSp ul li:nth-child(2) {
    float: left;
    width: 17%;
    margin: 2% 0;
    border-right: 1px #f9a92e solid;
  }
  #uncorSp ul li:nth-child(3) {
    float: left;
    width: 25%;
    margin: 2% 0;
    border-right: 1px #f9a92e solid;
  }
  #uncorSp ul li:last-child {
    float: left;
    width: 30%;
    margin: 2% 0;
  }
  #uncorSp ul a:hover {
    opacity: 0.8;
    transition: all .4s;
  }
  /*----- #contents ------------------------------------------------------------------------------------------------------*/
  #content_wrapper {
    width: 100%;
    height: auto;
    background: url(../img/bg_cont_sp.jpg) repeat-Y top center;
    padding-bottom: 100px;
    background-size: contain;
  }
  /*shopArea*/
  .shopArea {
    max-width: 100%;
    margin-bottom: 0%;
  }
  .shop_wave {
    /*background: url(../img/bg_wave.png) no-repeat top right / 50%;*/
  }
  /*.shop_fish { background: url(../img/bg_fish.png) no-repeat 1% 1% / 50%;}*/

  #niigata .shopArea h3 {
    width: 100%;
}
  .shopArea h3 {
    width: 100%;
    max-width: 690px;
    height: auto;
    margin: 0 auto;
    transform: translateX(0%);
    margin-left: 0 !important;
  }
  #akabane .shopArea h3 {
    width: 100%;
    margin-left: 2% !important;
  }
  #omiya .shopArea h3 {
    width: 100%;
  }
  #yotsuya .shopArea h3 {
    width: 100%;
  }
  #oi .shopArea h3 {
    max-width: 690px;
    width: 100%;
  }
  #kawasaki .shopArea h3 {
    width: 100%;
  }
  /*shopBox*/
  .shopBox {
    width: 92%;
    background-color: #fff;
    padding: 4%;
  }
  .shopBox p {
    font-size: 13px;
    text-align: left;
  }
  .pc_floatBox .class p {
    padding: 10px 0;
  }
  .pc_floatBox_long .class p {
    padding: 10px 0;
  }
  .pc_floatBox_short .class p {
    padding: 10px 0;
  }
  .main_bottom {
    width: 100% !important;
  }
  /*toggle*/
  .grad-wrap {
    position: relative;
    margin-top: -3%;
  }
  .grad-trigger {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 1.6% 0;
    background: #fff;
    color: #000;
    font-size: 3.3vw;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    /**/
    border-top: 1px solid #ccd4da;
  }
  .grad-trigger::before {
    content: "もっと見る"/*クリック前のボタンのラベル*/
    ;
  }
  .grad-trigger::after {
    content: "▼";
    font-weight: 700;
    position: absolute;
    bottom: 33%;
    right: -18%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 20px;
  }
  .grad-trigger .fa {
    margin-right: .5em;
  }
  .grad-itemOmiya {}
  .grad-item, .grad-itemOmiya {
    position: relative;
    overflow: hidden;
    padding-bottom: 7%;
  }
  .grad-item p, .grad-itemOmiya p {
    width: 96%;
    margin-left: 2%;
    font-size: 2.8vw;
    letter-spacing: .01em;
    line-height: 1.6;
  }
  .text p {
    width: 94%;
    margin-left: 3%;
    font-size: 2.8vw;
    letter-spacing: .01em;
    line-height: 1.6;
    padding-top: 3%;
  }
  .grad-item.is-hide {
    height: 35.2vw;
    /*隠した後の高さ*/
  }
  .grad-itemOmiya.is-hide {
    height: 20.0vw;
    /*隠した後の高さ*/
  }
  .grad-item::before, .grad-itemOmiya::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
  }
  /**/
  .grad-trigger.is-show {
    /*bottom: -2em;*/
    border: none;
  }
  .grad-trigger.is-show::before {
    content: "閉じる"/*クリック後にボタンのラベルを変える*/
    ;
    margin-top: -11%;
    position: absolute;
  }
  .grad-trigger.is-show::after {
    content: "▲";
    font-weight: 700;
    position: absolute;
    bottom: 240%;
    right: -21%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 20px;
  }
  .grad-trigger.is-show+.grad-item::before, .grad-trigger.is-show+.grad-itemOmiya::before {
    display: none;
  }
  /*schedule*/
  .shopBox .schedule {
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .shopBox .schedule h4 {}
  .shopBox .schedule h5 {
    display: block;
    margin: 0;
    width: auto;
    max-width: 100%;
  }
  .shopBox .schedule p {
    margin-bottom: 7.6%;
    display: block;
    position: static;
    width: auto;
  }
  .shopBox .schedule_omiya {
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .shopBox .schedule_omiya h4 {}
  .shopBox .schedule_omiya h5 {
    display: block;
    margin: 0;
    width: auto;
    max-width: 100%;
  }
  .shopBox .schedule_omiya p {
    margin-bottom: 4.6%;
    display: block;
    position: static;
    width: auto;
  }
  .fnt_size {
    position: absolute;
    font-size: 4.4vw;
    font-weight: bold;
    background-color: #ff2322;
    color: #FFF;
    padding: 3px;
  }
  .time_web {
    margin: 4.5% 0px 0% 7%;
    line-height: 18px;
  }
  .time_web02 {
    margin: 6% 0px 0% 0%;
    line-height: 1.6;
    font-size: 3.5vw;
    width: 82%;
  }
  .time_web03 {
    margin: -26% 0px -18px 2%;
    line-height: 1.2;
    font-size: 3.1vw;
    width: 68%;
    margin-left: 6%;
  }
  .time_web04 {
    margin: -23% 0px -20px -3%;
    line-height: 28px;
    font-size: 4.2vw;
  }
  .time_table {
    margin-bottom: 10%;
    width: 100%;
  }
  .time_table h6 {
    max-width: 690px;
    height: auto;
    text-align: center;
    background-color: #fff !important;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .time_table h6 img.sch_ttl {
    width: 100%;
    height: auto;
    margin-top: -15%;
    margin-bottom: -8%;
  }
  .time_table .basket h6 img.sch_ttl {
    width: 100%;
    height: auto;
    margin-top: -7%;
    margin-bottom: -8%;
  }
  .time_table .cheer h6 img.sch_ttl {
    width: 100%;
    height: auto;
    margin-top: -7%;
    margin-bottom: -8%;
  }
  .time_table .dance {
    max-width: 690px;
    height: auto;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-top: -2%;
  }
  .time_table .dance img.sch_ttl {
    width: 100%;
    margin-top: 2px;
    text-align: center;
    margin-left: 0;
  }
  .time_table table {
    width: 100%;
    max-width: 690px;
    height: auto;
    font-size: 3.2vw;
    line-height: 22px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccd4da;
  }
  .time_table table tr {
    width: 100%;
  }
  .time_table table tr.time_table_midashi {
    display: none;
  }
  .time_table table td {
    display: block;
    padding: 0px;
  }
  .time_table table td .border {
    display: block;
    border: 1px solid #ccd4da;
    padding: 0px;
  }
  .dance_ttl {
    margin-top: -8% !important;
  }
  .junior_ttl {
    margin-top: 13% !important;
  }
  .time_table table td.time_table_midashi {
    display: none;
  }
  .time_table table .small {
    letter-spacing: -0.05rem;
    line-height: 1.4;
    font-size: 2.5vw;
    padding: 1% 0 0.8% 0;
  }
  .time_table table .smallText {
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .time_table table th.date {
    width: 70%;
  }
  .time_table table th.member {
    width: 100%;
  }
  .time_table table th.price {
    width: 100%;
  }
  .time_table table .date {
    width: 71%;
    float: left;
    border-top: 0px solid #ccd4da;
    border-right: 1px solid #ccd4da;
    border-left: none;
  }
  .time_table table .date img {
    width: auto;
    height: 7.3vw;
  }
  .time_table table .time {
    width: 70%;
    float: left;
  }
  .time_table table .age {
    width: 100%;
  }
  .time_table table .member {
    width: 100%;
  }
  .time_table table .price {
    width: 100%;
  }
  .time_table table .order {
    width: 100%;
  }
  .time_table table td.sp_th {
    width: 28%;
    /*height: 29px;*/
    background-color: #7fe5e7;
    color: #fff;
    font-size: 3.1vw;
    font-weight: bold;
    /**/
    line-height: 2.6;
    border-top: 1px solid #fff;
    border-left: none !important;
  }
  .time_table.babyswim table td.sp_th {
    background-color: #ffd6e8;
    border: 1px solid #fff;
  }
  .time_table.juniorswim table td.sp_th {
    background-color: #7fe5e7;
    border: 1px solid #fff;
  }
  .time_table table td.w_line_high {
    height: 16vw;
  }
  .time_table.basket table td.sp_th {
    background-color: #ffd300;
    border: 1px solid #fff;
  }
  .time_table.cheer table td.sp_th {
    background-color: #ffa9c4 !important;
    border: 1px solid #fff;
  }
  .time_table.karate table td.sp_th {
    background-color: #acf12e;
    border: 1px solid #fff;
  }
  .time_table.soccer table td.sp_th {
    background-color: #db92d8;
    border: 1px solid #fff;
  }
  .time_table.ballet table td.sp_th {
    background-color: #ff5e9a !important;
    border: 1px solid #fff;
  }
  .time_table.tennis table td.sp_th {
    background-color: #fa8f7c;
    border: 1px solid #fff;
  }
  .time_table.dance table td.sp_th {
    background-color: #fd9b32;
    border: 1px solid #fff;
  }
  .time_table.junior table td.sp_th {
    background-color: #478cfd;
    border: 1px solid #fff;
  }
  .time_table.taiiku table td.sp_th {
    background-color: #00c586;
    border: 1px solid #fff;
  }
  .time_table.judo table td.sp_th {
    background-color: #8ca7ff;
    border: 1px solid #fff;
  }
  .time_table.run table td.sp_th {
    background-color: #f73232;
    border: 1px solid #fff;
  }
  .time_table.smilekids table td.sp_th {
    background-color: #ffc61a;
    border: 1px solid #fff;
  }
  .time_table.trampoline table td.sp_th {
    background-color: #E66E6E;
    border: 1px solid #fff;
  }
  .time_table table td.sp_display {
    display: block;
    width: auto;
    height: auto;
  }
  .time_table table td.pc_display {
    display: none;
  }
  .time_table table td.blank_box {
    height: 10px;
    border: none;
  }
  .time_table table td img {
    width: 18px;
    height: 18px;
    margin: 2px 2px;
  }
  /*class*/
  .time_table baket table td .border_t {
    border-top: 2px solid #7fe5e7;
  }
  .akabaneTtl {
    width: 100%;
    background: #f3f3f3;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
  }
  .akabaneTtl span {
    font-size: 3.7vw;
    color: #EC0000;
  }
  .date_ttl {
    font-size: 18px;
    color: #5bd1d3;
    font-weight: 800;
    border-right: none!important;
    padding-top: 20px !important;
  }
  .ttlTaiiku_sp {
    color: #00c586;
  }
  .ttlBasket_sp {
    color: #f98b15;
  }
  .ttlRun_sp {
    color: #f73232;
  }
  .ttlSoccer_sp {
    color: #db92d8;
  }
  .ttlTennis_sp {
    color: #fa8f7c;
  }
  .time_table table td .border_t {
    border-top: 2px solid #7fe5e7;
    padding-top: 1px;
  }
  .time_table table td .border_blue {
    /*height: 30px;*/
    line-height: 30px;
    border-top: 1px solid #7fe5e7;
    border-left: none;
    border-top: none;
  }
  .time_table table td .border {
    /*height: 30px;*/
    line-height: 30px;
    border: 1px solid #ccd4da;
    border-left: none;
    border-top: none;
  }
  .time_table table td .border {
    border-bottom: 1px solid #ccd4da;
    border-left: none;
    border-top: none;
  }
  .two_lines {
    height: 6.2vh !important;
  }
  .thr_lines {
    height: 8.8vh !important;
  }
  .four_lines {
    height: 90px !important;
  }
  #shop_sp {
    margin-top: -22%;
    padding-top: 22%;
  }
  #item_sp {
    margin-top: -15%;
    padding-top: 15%;
  }
  #taiiku_omiya_sp {
    margin-top: -18%;
    padding-top: 18%;
  }
  /*benefit*/
  .pc_floatBox .class, .pc_floatBox .benefit {
    box-shadow: none;
    float: none;
    width: auto;
    margin-left: 0;
    height: auto !important;
  }
  .pc_floatBox .class {
    padding: 0 0 5% 0;
    margin: 0 0 10% 0;
    border-bottom: 1px dotted #004866;
    height: auto !important;
  }
  /*benefit*/
  .pc_floatBox_long .class, .pc_floatBox_long .benefit {
    box-shadow: none;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .pc_floatBox_long .class {
    padding: 0 0 5% 0;
    margin: 0 0 10% 0;
    border-bottom: 1px dotted #004866;
  }
  /*benefit*/
  .pc_floatBox_short .class, .pc_floatBox_short .benefit {
    box-shadow: none;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .pc_floatBox_short .class {
    padding: 0 0 5% 0;
    margin: 0 0 10% 0;
    border-bottom: 1px dotted #004866;
  }
  .pdf_shinkawasaki a {
    margin: -13% 0 0% 12%;
    font-size: 4.2vw;
    text-decoration: underline!important;
    position: absolute;
    float: right;
  }
  .cauText {
    margin: -42.5% 0 0% 18%;
    font-size: 3.4vw;
    text-decoration: none!important;
    position: absolute;
    float: right;
  }
  .cauText02 {
    margin: -12.5% 0 0% 1%;
    font-size: 3.4vw;
    text-decoration: none!important;
    position: absolute;
    float: right;
  }
  .anchor {
    width: 100%;
    display: inline-block;
  }
  .anchor ul {
    width: 100%;
    margin-left: 2%;
  }
  .anchor ul li {
    width: calc((100% / 2) - 2.795%);
    margin: 2% 2% 0 0;
    display: inline-block;
    float: left;
    height: auto;
  }
  .anchor ul li:nth-child(even) {
    margin-right: 0%;
  }
  /*----- #FAQ ------------------------------------------------------------------------------------------------------*/
  #faq {
    padding-top: 15%;
  }
  #faq h3 {
    width: 100%;
    height: auto;
    max-width: 688px;
  }
  .faq_tab {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15%;
    background-color: #fff;
  }
  .faq_tab #faq_main {
    width: 95%;
    height: auto;
    max-width: 857px;
    margin: 0 auto 3%;
  }
  #faq_cont {
    width: 95%;
    margin: 0 auto;
  }
  #faq_cont ul {
    font-size: 0;
    width: 100%;
  }
  #faq_cont ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 2) - 0.795%);
    max-width: 298px;
    margin-bottom: 1.59%;
  }
  #faq_cont ul li:nth-child(odd) {
    margin-right: 1.59%;
  }
  #faq_cont ul li a {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #faq_cont ul li a:hover {
    opacity: 0.6;
  }
  a#pageTopBtn {
    display: none;
    opacity: 0;
  }
  .fitness_visual_point:link, .fitness_visual_point:visited, .fitness_visual_point:hover, .fitness_visual_point:active {
    color: #fff;
    text-decoration: none;
  }
  .fitness_visual_point:link, .fitness_visual_point:visited, .fitness_visual_point:hover, .fitness_visual_point:active {
    color: #fff;
    text-decoration: none;
    z-index: 9999;
  }
  .fitness_visual_point {
    z-index: 1;
    background: #ec0000 url(/fitness/common_2017/img/fitness_visual_point_bg.png) center 8px no-repeat;
    background-size: 5px 18px;
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    letter-spacing: .1em;
    position: fixed;
    right: 10px;
    bottom: 60px;
  }
  .fitness_visual_point .text04 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width:1128px) {
  #main h2 {
    right: 41%;
    z-index: 9999;
    transform: translateX(50%);
  }
}