body {
  margin: 0;
  padding: 0;
  font-family: Meiryo, 'MS PGothic', 'Hiragino Kaku Gothic Pro', osaka, Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #a0a0a0;
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

p {
  font-size: 14px;
  color: black;
  line-height: 1.8em;
}

#wrap {
  width: 100%;
  background: #f7f7f7;
  position: relative;
}

.shadow {
  width: 100%;
  height: 10px;
  background: url(../img/bg_shadow.png) repeat-x left top;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 29;
}

.hline {
  background: url(../img/top-line.gif) top center repeat-x;
  height: 3px;
}

#header {
  background: url(../img/bg_header.jpg) top center no-repeat;
  height: 70px;
  padding-top: 14px;
  position: relative;
}

#header #headerInner {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}

#header #headerInner #headerLogo {
  float: left;
}

#header #headerInner #headerLogo #logo-mark {
  float: left;
  width: 204px;
  height: 33px;
  margin-right: 20px;
}

#header #headerInner #headerLogo h1 {
  float: left;
  width: 143px;
  height: 14px;
  margin-right: 20px;
  margin-top: 10px;
}

#header #headerInner #headerLink {
  float: right;
}

#header #headerInner #headerLink ul {
  padding-top: 10px;
}

#header #headerInner #headerLink ul li {
  float: left;
  border-right: solid 1px #818181;
}

#header #headerInner #headerLink ul li a {
  font-size: 12px;
  color: #444444;
  padding: 1px 15px;
  display: block;
  text-decoration: none;
}

#header #headerInner #headerLink ul li a:hover {
  text-decoration: underline;
}

#header #headerInner #headerLink ul li:first-child {
  border-left: solid 1px #818181;
}

#mainImgArea {
  width: 100%;
  height: 852px;
  background: #ffffff;
}

#mainImgArea .inner {
  width: 100%;
  height: 680px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}

#mainImgArea .inner .reference01 {
  width: 300px;
  height: 218px;
  background: url(../img/img_main02.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -109px;
  z-index: 30;
}

#mainImgArea .inner .reference01 .reference02 {
  width: 300px;
  height: 218px;
  background: url(../img/img_main03.png) no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 31;
}

#mainImgArea .inner .reference01 p.textArea {
  width: 195px;
  height: 22px;
  font-size: 12px;
  position: absolute;
  top: 132px;
  left: 40px;
  z-index: 32;
}

#mainImgArea .inner .reference01 p.textArea del {
  text-decoration: none;
}

#mainImgArea .inner .reference01 .cursor {
  width: 14px;
  height: 22px;
  position: absolute;
  top: 150px;
  left: 258px;
  z-index: 33;
}

#mainImgArea .inner .textBox01 {
  width: 480px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -250px;
  z-index: 36;
}

#mainImgArea .inner .textBox01 .textSplitLoad {
  display: none;
}

#mainImgArea .inner .textBox01 .split {
  visibility: hidden;
  text-align: center;
  font-size: 22px;
}

#mainImgArea .inner .mainPhoto {
  width: 100%;
  height: 852px;
  background: url(../img/img_main01.jpg) no-repeat center top;
  background-size: cover;
}

#mainImgArea .inner .mainPhoto .photoInner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#animation {
  margin: 0 auto;
  font-weight: bold;
  opacity: 0;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#mainImgArea .inner .mainPhoto .photoInner .photo {
  width: 424px;
  height: auto;
  position: absolute;
  top: 93px;
  right: 0;
  left: 0;
  z-index: 34;
  margin-left: auto;
  margin-right: auto;
}

.clearFix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearFix {
  display: inline-block;
}

.clearFix {
  display: block;
}

.clearfix {
  display: block;
}

.clearfix:before,
.mainBox01:before,
ul.exList:before,
ul.prgList:before,
ul.strList:before,
.sns:before,
.clearfix:after,
.mainBox01:after,
ul.exList:after,
ul.prgList:after,
ul.strList:after,
.sns:after {
  content: '';
  display: block;
  overflow: hidden;
}

.clearfix:after,
.mainBox01:after,
ul.exList:after,
ul.prgList:after,
ul.strList:after,
.sns:after {
  clear: both;
}

.clearfix,
.mainBox01,
ul.exList,
ul.prgList,
ul.strList,
.sns {
  zoom: 1;
}

#mainImgArea .inner .mainPhoto .photoInner .repeat {
  border-radius: 50%;
  background: #ffffff;
  width: 25px;
  height: 25px;
  cursor: pointer;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 35;
  transition: all 0.3s linear 0s;
}

#mainImgArea .inner .mainPhoto .photoInner .repeat:hover {
  opacity: 0.6;
}

h2 {
  width: 840px;
  height: auto;
  margin: 30px auto 38px;
  line-height: 0;
}

.bgCircle01,
.bgCircle02,
.bgCircle03,
.bgCircle04 {
  width: 549px;
  height: 549px;
  position: absolute;
  z-index: 1;
}

.bgCircle01 {
  top: 897px;
  right: -205px;
}

.bgCircle02 {
  top: 910px;
  right: -175px;
}

.bgCircle03 {
  top: 1197px;
  left: -100px;
}

.bgCircle04 {
  top: 1240px;
  left: -135px;
}

.contents01 {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.contents01 .sns {
  width: 83px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 50;
}

.contents01 .sns .facebook {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 4px;
}

.contents01 .sns .twitter {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 4px;
}

.contents01 .sns .line {
  width: 25px;
  height: 25px;
  float: left;
}

.contents01 .bgBox01 {
  width: 970px;
  height: auto;
  border: solid 1px #e4385c;
  background: #ffffff;
}

.contents01 .mainBox01 {
  width: 970px;
  height: auto;
  border: solid 1px #137ab7;
  background: #ffffff;
  position: absolute;
  top: 56px;
  right: 0;
}

.contents01 .mainBox01 .lt {
  float: left;
  width: 337px;
  padding-top: 40px;
  text-align: center;
}

.contents01 .mainBox01 .lt .tit {
  font-size: 20px;
  font-weight: bold;
}

.contents01 .mainBox01 .rt {
  float: left;
  width: 625px;
  padding: 22px 0;
}

.contents01 .mainBox01 .rt p {
  font-size: 12px;
}

.contents01 .bLink01 a {
  color: #368ec2;
  background: url(../img/icon01.png) no-repeat left center;
  padding-left: 20px;
  text-decoration: none;
}

.contents01 .bLink01 a:hover {
  text-decoration: underline;
}

.contents01 .button01 {
  width: 513px;
  height: 77px;
  margin: 40px auto 85px;
  text-align: center;
  border: solid 3px #368ec2;
  position: relative;
}

.contents01 .button01 span {
  display: block;
  width: 513px;
  line-height: 77px;
  font-size: 20px;
  font-weight: bold;
  color: #368ec2;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s linear 0s;
}

.contents01 .button01:before {
  content: '';
  width: 513px;
  height: 0;
  background: #368ec2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 19;
  transition: all 0.3s linear 0s;
}

.contents01 .button01:hover span {
  color: #ffffff;
}

.contents01 .button01:hover:before {
  height: 77px;
}

.contents01 h3 {
  height: auto;
  margin: 0 auto 0;
  line-height: 0;
}

s .contents01 h3.h3Ex {
  width: 207px;
}

.contents01 h3.h3Prg {
  width: 172px;
}

.contents01 h3.h3Str {
  width: 317px;
}

.contents01 h3.h3Inq {
  width: 437px;
}

.contents01 ul.exList {
  margin-bottom: 80px;
}

.contents01 ul.exList li {
  float: left;
  width: 490px;
}

.contents01 ul.exList li h4 {
  margin-bottom: 25px;
}

.contents01 ul.exList li .photo {
  width: 414px;
  margin: 0 auto 20px;
  line-height: 0;
}

.contents01 ul.exList li p {
  width: 414px;
  margin: 0 auto;
}

.contents01 .prog01 {
  text-align: center;
  width: 800px;
  margin: 0 auto 90px;
}

.contents01 .prog02 {
  text-align: center;
  margin: 40px auto 30px;
}

.contents01 ul.prgList li {
  float: left;
  width: 310px;
  margin: 0 8px;
}

.contents01 ul.prgList li h4 {
  line-height: 0;
  margin-bottom: 26px;
}

.contents01 ul.prgList li .photo {
  line-height: 0;
  margin-bottom: 20px;
}

.contents01 ul.prgList li p {
  width: 300px;
  margin: 0 auto;
}

.contents01 ul.prgList li p.link01 {
  margin-top: 10px;
}

.contents01 ul.prgList li p.link01 a {
  padding-right: 12px;
  color: #368ec2;
  background: url(../img/icon02.png) no-repeat right center;
  text-decoration: none;
}

.contents01 ul.prgList li p.link01 a:hover {
  text-decoration: underline;
}

.contents01 .store01 {
  text-align: center;
  width: 800px;
  margin: 0 auto 55px;
}

.contents01 ul.strList {
  margin-bottom: 30px;
}

.contents01 ul.strList li {
  float: left;
  width: 310px;
  margin: 0 8px 30px;
}

.contents01 ul.strList li .name {
  font-size: 22px;
  font-weight: bold;
}

.contents01 ul.strList li .access {
  height: 100px;
}

.contents01 ul.strList li .reserv {
  width: 103px;
  height: 26px;
  margin-left: 207px;
  background: #4996c6;
  text-align: center;
  position: relative;
}

.contents01 ul.strList li .reserv a {
  display: block;
  width: 103px;
  line-height: 26px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.contents01 ul.strList li .reserv:before {
  content: '';
  width: 103px;
  height: 0;
  background: #6dabd1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 19;
  transition: all 0.3s linear 0s;
}

.contents01 ul.strList li .reserv:hover:before {
  height: 26px;
}

.contents01 .contact {
  text-align: center;
}

.contents01 .contact .caution {
  font-size: 12px;
}

.wbw_bg {
  background-image: url(../img/wbw_bg.png);
}

#bg_wrap {
  position: relative;
  width: 100%;
}

#bg_wrap img {
  width: 100%;
  height: auto;
}

.text_boxR {
  position: absolute;
  top: 7%;
  right: 4%;
  width: 40%;
}

.text_boxR2 {
  position: absolute;
  bottom: 8.8%;
  right: 4%;
  width: 40%;
}

.text_boxR h3 {
  max-height: 405px;
  margin-bottom: 8%;
}

.text_boxR2 h3 {
  max-height: 405px;
  margin-bottom: 8%;
  width: 60%;
}

.text_boxR p {
  width: auto;
  font-size: 15px;
  line-height: 1.7em;
  text-align: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.text_boxR2 p {
  width: auto;
  font-size: 15px;
  line-height: 1.7em;
  text-align: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.text_boxL {
  position: absolute;
  top: 40%;
  margin: auto;
  left: 6.5%;
  width: 34%;
}

.text_boxL h3 {
  margin-bottom: 10%;
  max-width: 216px;
  width: 66%;
}

.text_boxL p {
  width: auto;
  font-size: 15px;
  line-height: 1.7em;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
}

.trainer_wrap {
  text-align: center;
}

.trainer_wrap img {
  max-width: 666px;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 8.5%;
}

#bikePoint1,
#bikePoint2,
#bikePoint3 {
  height: 426px;
  overflow: hidden;
}

#bikePoint2 {
  height: 423px;
  overflow: hidden;
}

#bikePoint1 {
  background-color: #000;
}

#bikePoint1 .imgBox {
  float: right;
  width: 53%;
  position: relative;
  background-color: #ff8486;
}

#bikePoint1 .imgBox img {
  position: absolute;
  top: 0;
  width: 100%;
}

#bikePoint1 .textBox {
  float: left;
  width: 47%;
  position: relative;
}

#bikePoint1 .textBox .bikeBox {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 342px;
  width: 405px;
}

#bikePoint1 .textBox .bikeBox h3 {
  margin-bottom: 50px;
}

#bikePoint1 .textBox .bikeBox p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  color: #fff;
  text-align: left;
}

#bikePoint2 .imgBox {
  float: left;
  width: 52.5%;
  position: relative;
}

#bikePoint2 .imgBox img {
  position: absolute;
  top: 0;
  width: 100%;
}

#bikePoint2 .textBox {
  float: right;
  width: 47%;
  position: relative;
}

#bikePoint2 .textBox .bikeBox {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 342px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 405px;
}

#bikePoint2 .textBox .bikeBox h3 {
  margin-bottom: 50px;
}

#bikePoint2 .textBox .bikeBox h3 img {
  max-width: 405px;
  width: 100%;
}

#bikePoint2 .textBox .bikeBox p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}

#bikePoint3 .imgBox {
  float: left;
  width: 50%;
  position: relative;
}

#bikePoint3 .imgBox img {
  position: absolute;
  top: 0;
  right: -67px;
}

#bikePoint3 .textBox {
  float: right;
  width: 50%;
  position: relative;
}

#bikePoint3 .textBox .ringRotate3 {
  position: absolute;
  top: 88px;
  left: 160px;
  text-align: center;
}

#bikePoint3 .textBox .ringRotate4 {
  position: absolute;
  top: 88px;
  left: 160px;
  text-align: center;
}

#bikePoint3 .textBox .bikeBox {
  position: absolute;
  top: 88px;
  background: url(../images/img_bikering3.png) no-repeat center;
  left: 103px;
  text-align: center;
  height: 342px;
}

#bikePoint3 .textBox .bikeBox h3 {
  padding: 105px 0 35px;
}

#bikePoint3 .textBox .bikeBox p {
  font-size: 12px;
  line-height: 2.1;
}

.h3LineBox {
  background-color: #1a1a1a;
  text-align: center;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  position: relative;
  z-index: 50;
}

.h3LineBox03 {
  background-color: #154f8f;
  text-align: center;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  position: relative;
  z-index: 50;
}

.contents01 p.textBoxA {
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', “Times New Roman”, serif;
  color: #124884;
  font-size: 26px;
  line-height: 2em;
  text-align: center;
  padding-top: 4.7%;
  padding-bottom: 5.7%;
}

.h3LineBox03 h3,
.h3LineBox h3,
.h3LineBox2 h3 {
  padding: 0;
  margin: 0;
  width: 100%;
}

.h3LineBox2 h3 img,
.h3LineBox03 h3 img,
.figure01 img,
.h3LineBox h3 img {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h3LineBox2 {
  background-color: #007ec6;
  text-align: center;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  position: relative;
  z-index: 50;
}

.pro_ul {
  margin-top: 38px;
  margin-bottom: 54px;
  text-align: center;
}

.pro_ul li {
  margin-bottom: 20px;
}

.pro_ul li img {
  max-width: 975px;
  width: 100%;
}

.pro_ul li.last img {
  max-width: 863px;
  width: 82%;
  margin-top: 18px;
}

#aqua {
  text-align: right;
}

#aqua img {
  margin-top: 14%;
  margin-bottom: 15%;
  margin-right: 4.7%;
}

#trainerAreaBG {
  background: url(../images/bg_biketrainer.jpg) center top;
  background-size: 100% 100%;
  padding-top: 40px;
}

#trainerAreaBG .trainerArea {
  position: relative;
}

#trainerAreaBG .trainerArea .nameImage {
  position: absolute;
  top: 0;
  right: 10px;
}

#trainerAreaBG .trainerArea .trainerBox {
  max-width: 980px;
  margin: 0 auto;
}

#trainerAreaBG .trainerArea .trainerBox .trainerImg {
  padding-bottom: 10px;
}

#trainerAreaBG .trainerArea .trainerBox .trainerName {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 70px;
}

#trainerAreaBG .trainerArea .trainerBox p span {
  font-size: 14px;
  font-weight: bold;
}

.pro-imgBox {
  overflow: hidden;
  height: 290px;
}

.pro-imgBox p {
  width: 50%;
  float: left;
}

.pro-imgBox p img {
  width: 100%;
}

#pro-contents {
  background-image: url(../img/bg01.png);
  height: 707px;
  display: block;
  padding: 30px 80px 30px 80px;
}

#pro-contents h3 {
  margin: 0 auto 40px;
}

#pro-contents h3 img {
  width: 100%;
}

#pro-contents-L {
  width: 450px;
  display: block;
  float: left;
}

#pro-contents-L p {
  margin: 0 auto 50px 50px;
}

#pro-contents-R {
  width: 326px;
  display: block;
  float: right;
}

.ttlWrapMap {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMap .area {
  width: 100%;
}

.ttlWrapMap .box {
  display: block;
  text-align: center;
  background: url(../../images/line_01.png) no-repeat center 90px;
}

.ttlWrapMap .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 70px 0;
  color: #002063 !important;
  font-size: 28px;
}

.ttlWrapMap .box .nami {
  width: 100%;
}

.ttlWrapMapStore {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMapStore .area {
  width: 100%;
  background: url(../../../images/gra_01.gif) repeat-x;
}

.ttlWrapMapStore .box {
  display: block;
  text-align: center;
  background: url(../../../images/line_01.png) no-repeat center center;
}

.ttlWrapMapStore .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  color: #005886 !important;
  font-weight: normal;
  font-size: 24px;
}

.ttlWrapMap_aki {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMap_aki .area {
  width: 100%;
  background: url(../../images/gra_01.gif) repeat-x;
}

.ttlWrapMap_aki .box {
  display: block;
  text-align: center;
  background: url(../../images/line_01.png) no-repeat center center;
}

.ttlWrapMap_aki .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  color: #005886 !important;
  font-weight: normal;
  font-size: 45px;
}

.contactBox .rBox {
  padding-left: 0;
}

.ttlWrapMap {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMap .area {
  width: 100%;
}

.ttlWrapMap .box {
  display: block;
  text-align: center;
  background: url(../../images/line_01.png) no-repeat center 90px;
}

.ttlWrapMap .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 70px 0;
  color: #002063 !important;
  font-size: 28px;
}

.ttlWrapMap .box .nami {
  width: 100%;
}

.ttlWrapMapStore {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMapStore .area {
  width: 100%;
  background: url(../../images/gra_01.gif) repeat-x;
}

.ttlWrapMapStore .box {
  display: block;
  text-align: center;
  background: url(../../images/line_01.png) no-repeat center center;
}

.ttlWrapMapStore .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  color: #005886 !important;
  font-weight: normal;
  font-size: 24px;
}

.ttlWrapMap_aki {
  width: 100%;
  background-color: #ffffff;
}

.ttlWrapMap_aki .area {
  width: 100%;
  background: url(../../images/gra_01.gif) repeat-x;
}

.ttlWrapMap_aki .box {
  display: block;
  text-align: center;
  background: url(../../images/line_01.png) no-repeat center center;
}

.ttlWrapMap_aki .box h3 {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  color: #005886 !important;
  font-weight: normal;
  font-size: 45px;
}

.contactBox {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.contactBox .lBox,
.contactBox .rBox {
  width: 50%;
  float: left;
}

.contactBox .lBox .tableBox {
  margin-right: 7px;
}

.contactBox .rBox .tableBox {
  margin-left: 7px;
}

.contactBox table {
  width: 100%;
}

.contactBox table th {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  padding: 10px 10px;
  background-color: #028dd6;
  border: solid 1px #028dd6;
}

.contactBox th.tel {
  background: url(../images/bg_th.gif) repeat-y left top;
  background-color: #028dd6;
}

#storeBoxp .contactBox table th {
  background-color: #e73357;
  border: solid 1px #e73357;
}

#storeBoxp .contactBox th.tel {
  background: url(../images/bg_th.gif) repeat-y left top;
  background-color: #e73357;
}

.contactBox table td {
  padding: 16px 10px;
  font-size: 14px;
  line-height: 1.6;
  border: solid 1px #353535;
}

.contactBox table td a {
  color: #002063;
}

.areaList {
  border-bottom: solid 1px #0073af;
  margin-bottom: 10px;
}

.areaBox {
  width: 868px;
  margin: 0 auto;
}

.areaList ul {
  width: 100%;
  margin: 0 auto;
}

.areaList li {
  width: 120px;
  background-color: #d7f1ff;
  float: left;
  text-align: center;
  margin-right: 2px;
  border: solid 1px #0073af;
  border-bottom: none;
}

.areaList li a {
  color: #028dd6;
  display: block;
  padding: 12px 0;
  text-decoration: none;
}

.areaList li a:hover {
  background-color: #028dd6;
  color: #ffffff;
  text-decoration: underline;
}

#pageTopArea {
  background: url(../img/bg_pagetop.png) no-repeat center bottom;
  background-size: 1600px 205px;
}

#pageTopArea #pageTopBox {
  max-width: 980px;
  margin: 0 auto;
  height: 185px;
  position: relative;
}

#pageTopArea #pageTopBox .page-top {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: all 0.3s linear 0s;
}

#pageTopArea #pageTopBox .page-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer {
  background-color: #0c91d8;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
}

#footer .inner {
  width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer ul {
  padding: 15px 0 10px 0;
  font-size: 11px;
  border-bottom: solid 1px #ffffff;
}

#footer ul li {
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}

#footer ul li #ttl {
  color: #ffffff;
  font-weight: bold;
}

#footer #copy {
  padding: 20px 0;
}

.vpc {
  display: block;
}

.vpc01 {
  display: block;
}

.vsp {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#bg02_wrap {
  background-color: #007ec6;
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1060px) {
  #bg02_wrap {
    background-image: url(../img/bg02_1060.jpg);
    background-size: 100%;
  }

  #aqua {
    text-align: right;
  }

  #aqua img {
    max-width: 538px;
    width: 53%;
    margin-top: 10%;
    margin-bottom: 7.8%;
    margin-right: 4.7%;
  }

  .text_boxR {
    position: absolute;
    top: 6%;
    right: 4%;
    width: 40%;
  }

  .text_boxR2 {
    position: absolute;
    bottom: 7%;
    right: 4%;
    width: 40%;
  }

  .text_boxR h3 {
    max-height: 405px;
    margin-bottom: 7%;
  }

  .text_boxR2 h3 {
    max-height: 405px;
    margin-bottom: 8%;
    width: 60%;
  }

  .text_boxR p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxR2 p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxL {
    position: absolute;
    top: 38%;
    margin: auto;
    left: 6.5%;
    width: 34%;
  }

  .text_boxL h3 {
    margin-bottom: 10%;
    max-width: 216px;
    width: 66%;
  }

  .text_boxL p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
  }

  #header {
    background: url(../img/bg_header.jpg) top center no-repeat;
    background-size: auto 120%;
  }

  #header #headerInner {
    width: 95%;
  }

  #mainImgArea,
  #mainImgArea .inner {
    height: 500px;
  }

  #mainImgArea .inner .mainPhoto {
    height: 500px;
  }

  #mainImgArea .inner .mainPhoto .photoInner {
    width: 100%;
  }

  #mainImgArea .inner .mainPhoto .photoInner .photo {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 93px;
  }

  h2 {
    width: 90%;
    margin: 20px auto 38px;
  }

  .contents01 {
    width: 95%;
    padding-top: 0;
    margin: 0 auto;
  }

  .contents01 .bgBox01 {
    width: 98%;
    height: 138px;
    position: absolute;
    left: 0;
  }

  .contents01 .mainBox01 {
    width: 98%;
    height: auto;
    position: relative;
    top: 10px;
    right: -10px;
  }

  .contents01 .mainBox01 .lt {
    float: none;
    width: 95%;
    padding-top: 20px;
    margin: 0 auto;
  }

  .contents01 .mainBox01 .rt {
    float: none;
    width: 95%;
    padding-bottom: 22px;
    margin: 0 auto;
  }

  .contents01 .button01 {
    width: 90%;
    height: 77px;
    margin: 30px auto 50px;
  }

  .contents01 .button01 span {
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .contents01 .button01:before {
    width: 100%;
  }

  .contents01 .button01:hover span {
    color: #368ec2;
  }

  .contents01 .button01:hover:before {
    height: 0;
  }

  .contents01 h3 {
    height: auto;
    margin: 0 auto 38px;
    line-height: 0;
  }

  .contents01 h3.h3Prg {
    width: 172px;
  }

  .contents01 h3.h3Str {
    width: 317px;
  }

  .contents01 h3.h3Inq {
    width: 437px;
  }

  .contents01 ul.exList {
    width: 490px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .contents01 ul.exList li {
    margin-bottom: 30px;
  }

  .contents01 .prog01 {
    width: 90%;
    margin: 0 auto 50px;
  }

  .contents01 .prog02 {
    margin: 30px auto 20px;
  }

  .contents01 ul.prgList {
    width: 310px;
    margin: 0 auto;
  }

  .contents01 ul.prgList li {
    margin: 0 0 30px;
  }

  .contents01 ul.prgList li h4 {
    margin-bottom: 20px;
  }

  .contents01 ul.prgList li .photo {
    margin-bottom: 15px;
  }

  .contents01 .store01 {
    width: 100%;
    margin: 0 auto 30px;
  }

  .contents01 ul.strList {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .contents01 ul.strList li {
    margin: 0 0 30px;
  }

  .contents01 ul.strList li .access {
    height: auto;
  }

  .contents01 ul.strList li .reserv:hover:before {
    height: 0;
  }

  #pageTopArea {
    background: url(../img/bg_pagetop.png) no-repeat center bottom;
    background-size: 100% auto;
  }

  #pageTopArea #pageTopBox {
    max-width: 95%;
  }

  #footer .inner {
    width: 95%;
  }

  .vpc01 {
    display: none;
  }

  .pro-imgBox {
    overflow: hidden;
    height: 100%;
  }

  .pro-imgBox p {
    width: 50%;
    float: left;
  }

  .pro-imgBox p img {
    width: 100%;
  }

  #pro-contents {
    background-image: url(../img/bg01.png);
    overflow: hidden;
    height: auto;
    display: block;
    padding: 30px 20px 30px 20px;
  }

  #pro-contents h3 {
    margin: 0 auto 40px;
  }

  #pro-contents h3 img {
    width: 100%;
  }

  #pro-contents-L {
    width: auto;
    display: block;
    float: left;
  }

  #pro-contents-L h3 {
    width: 80%;
  }

  #pro-contents-L p {
    margin: 0 auto 50px 50px;
  }

  #pro-contents-R {
    width: 100%;
    display: block;
    float: left;
  }

  #pro-contents-R img {
    width: 50%;
    height: auto;
    float: left;
  }

  #bikePoint2 .textBox {
    float: right;
    width: 45%;
    position: relative;
  }

  #bikePoint1 .textBox {
    float: left;
    width: 45%;
    position: relative;
  }

  #bikePoint2 .textBox .bikeBox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    text-align: center;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
  }

  #bikePoint1 .textBox .bikeBox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    background-color: #ffc0c1;
  }

  #bikePoint1 .textBox .bikeBox h3,
  #bikePoint2 .textBox .bikeBox h3 {
    width: 100%;
    margin-bottom: 8%;
  }

  #bikePoint2 .textBox .bikeBox h3 img {
    width: 100%;
  }

  .wbw_bg {
    background-image: none;
  }
}

@media screen and (max-width: 930px) {
  .text_boxR {
    position: absolute;
    top: 5%;
    right: 4%;
    width: 40%;
  }

  .text_boxR2 {
    position: absolute;
    top: 70%;
    right: 4%;
    width: 40%;
  }

  .text_boxR h3 {
    max-height: 405px;
    margin-bottom: 6%;
  }

  .text_boxR2 h3 {
    max-height: 405px;
    margin-bottom: 8%;
    width: 60%;
  }

  .text_boxR p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxR2 p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxL {
    position: absolute;
    top: 38%;
    margin: auto;
    left: 6.5%;
    width: 34%;
  }

  .text_boxL h3 {
    margin-bottom: 10%;
    max-width: 216px;
    width: 66%;
  }

  .text_boxL p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
  }
}

@media screen and (max-width: 800px) {
  .text_boxR {
    position: absolute;
    top: 3%;
    right: 4%;
    width: 40%;
  }

  .text_boxR2 {
    position: absolute;
    top: 70%;
    right: 1%;
    width: 46%;
  }

  .text_boxR h3 {
    max-height: 405px;
    margin-bottom: 5%;
  }

  .text_boxR2 h3 {
    max-height: 405px;
    margin-bottom: 5%;
    width: 60%;
  }

  .text_boxR p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxR2 p {
    width: auto;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxL {
    position: absolute;
    top: 35.5%;
    margin: auto;
    left: 5%;
    width: 40%;
  }

  .text_boxL h3 {
    margin-bottom: 5%;
    max-width: 216px;
    width: 66%;
  }

  .text_boxL p {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
  }
}

@media screen and (max-width: 700px) {
  .contents01 p.textBoxA {
    font-size: 24px;
    line-height: 2em;
    text-align: center;
    padding-top: 4.7%;
    padding-bottom: 5.7%;
  }

  .text_boxR {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 40%;
  }

  .text_boxR2 {
    position: absolute;
    top: 69%;
    right: 3%;
    width: 40%;
  }

  .text_boxR h3 {
    max-height: 405px;
    margin-bottom: 6%;
  }

  .text_boxR2 h3 {
    max-height: 405px;
    margin-bottom: 5%;
    width: 70%;
  }

  .text_boxR p {
    width: auto;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxR2 p {
    width: auto;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_boxL {
    position: absolute;
    top: 36%;
    margin: auto;
    left: 6%;
    width: 38%;
  }

  .text_boxL h3 {
    margin-bottom: 6%;
    max-width: 216px;
    width: 66%;
  }

  .text_boxL p {
    width: auto;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
  }

  #trainerAreaBG {
    background: url(../img/bg_biketrainer.png) center bottom;
    padding-top: 40px;
  }

  #trainerAreaBG .trainerArea {
    position: relative;
  }

  #trainerAreaBG .trainerArea .nameImage {
    position: absolute;
    top: 0;
    right: 10px;
    width: 400px;
  }

  #trainerAreaBG .trainerArea .nameImage img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg {
    padding-bottom: 10px;
    width: 190px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerName {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 70px;
  }

  #trainerAreaBG .trainerArea .trainerBox p span {
    font-size: 14px;
    font-weight: bold;
  }

  .areaBox {
    width: 496px;
    margin: 0 auto;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaList ul {
    width: 100%;
    margin: 0 auto;
  }

  .areaList li {
    width: 120px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    border: solid 1px #0073af;
    margin-bottom: 5px;
  }

  .areaList li.t23 {
    margin-left: 50px;
  }

  .areaList li.tn23 {
    width: 140px;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }

  .contactBox {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .contactBox .lBox,
  .contactBox .rBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .contactBox .lBox .tableBox {
    padding: 0 5px 0 10px;
  }

  .contactBox .rBox .tableBox {
    padding: 0 10px 0 3px;
  }

  .contactBox table {
    width: 100%;
  }

  .contactBox table th {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    padding: 10px 10px;
    background-color: #028dd6;
    border: solid 1px #028dd6;
  }

  #storeBoxp .contactBox table th {
    background-color: #e73357;
    border: solid 1px #e73357;
  }

  #storeBoxp .contactBox th.tel {
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #e73357;
  }

  .contactBox th.tel {
    width: 30%;
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #028dd6;
  }

  .contactBox table td {
    padding: 16px 10px;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #353535;
  }

  .contactBox table td a {
    color: #002063;
  }

  .areaBox {
    width: 496px;
    margin: 0 auto;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaList ul {
    width: 100%;
    margin: 0 auto;
  }

  .areaList li {
    width: 120px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    border: solid 1px #0073af;
    margin-bottom: 5px;
  }

  .areaList li.t23 {
    margin-left: 50px;
  }

  .areaList li.tn23 {
    width: 140px;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_wrap {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 0;
  }

  .sp_wrap img {
    width: 100%;
  }

  .text_boxSP {
    line-height: 1.5em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.5%;
    padding-bottom: 10%;
    text-align: center;
  }

  .bg000 {
    background-color: #000000;
    margin: 0;
  }

  .text_boxSP h3 {
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', “Times New Roman”, serif;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 4.6%;
    font-weight: normal;
  }

  .text_boxSP p {
    text-align: left;
    font-size: 16px;
    line-height: 1.7em;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }

  .fontFFF {
    color: #ffffff;
  }

  .contents01 p.textBoxA {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    padding-top: 4.7%;
    padding-bottom: 5.7%;
  }

  .ttlWrapMap {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMap .area {
    width: 100%;
  }

  .ttlWrapMap .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center 40px;
    background-size: 200%;
  }

  .ttlWrapMap .box h3 {
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 10px 30px 10px;
    color: #002063 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
  }

  .ttlWrapMap .box h3 img {
    width: 100%;
  }

  .ttlWrapMapStore {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMapStore .area {
    width: 100%;
    background: url(../../images/gra_01.gif) repeat-x;
  }

  .ttlWrapMapStore .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center center;
    background-size: 200%;
  }

  .ttlWrapMapStore .box h3 {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    color: #005886 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaBox {
    width: 318px;
    margin: 0 auto;
  }

  .areaList li {
    width: 75px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 5px;
    border: solid 1px #0073af;
  }

  .areaList li.t23 {
    width: 102px;
    margin-left: 0;
  }

  .areaList li.tn23 {
    width: 127px;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 8px 0;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  #trainerAreaBG {
    background: url(../img/bg_biketrainer.png) center bottom;
    padding-top: 20px;
  }

  #trainerAreaBG .trainerArea {
    position: relative;
  }

  #trainerAreaBG .trainerArea .nameImage {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
  }

  #trainerAreaBG .trainerArea .nameImage img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg {
    padding-bottom: 10px;
    width: 140px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerName {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 40px;
  }

  #trainerAreaBG .trainerArea .trainerBox p span {
    font-size: 14px;
    font-weight: bold;
  }

  .ttlWrapMap_aki {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMap_aki .area {
    width: 100%;
    background: url(../../images/gra_01.gif) repeat-x;
  }

  .ttlWrapMap_aki .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center center;
  }

  .ttlWrapMap_aki .box h3 {
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
    color: #005886 !important;
    font-weight: normal;
    font-size: 30px;
  }

  .contactBox {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .contactBox .lBox,
  .contactBox .rBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .contactBox .lBox .tableBox {
    padding: 0 5px 0 10px;
  }

  .contactBox .rBox .tableBox {
    padding: 0 10px 0 3px;
  }

  .contactBox table {
    width: 100%;
  }

  .contactBox table th {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    padding: 8px 10px;
    background-color: #028dd6;
    border: solid 1px #028dd6;
  }

  #storeBoxp .contactBox table th {
    background-color: #e73357;
    border: solid 1px #e73357;
  }

  #storeBoxp .contactBox th.tel {
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #e73357;
  }

  .contactBox th.tel {
    width: 40%;
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #028dd6;
  }

  .contactBox table td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #353535;
  }

  .contactBox table td a {
    color: #002063;
  }

  .hline {
    background: url(../img/top-line.gif) top center repeat-x;
    background-size: 100% 3px;
    height: 3px;
  }

  #header {
    height: 60px;
    padding-top: 14px;
  }

  #header #headerInner {
    width: 95%;
  }

  #header #headerInner #headerLogo #logo-mark {
    width: 130px;
    height: auto;
    margin-right: 10px;
  }

  #header #headerInner #headerLogo h1 {
    display: none;
  }

  #header #headerInner #headerLink ul {
    padding-top: 0;
  }

  #header #headerInner #headerLink ul li a {
    font-size: 11px;
    padding: 0 7px;
  }

  h2 {
    width: 100%;
    margin: 0 auto 18px;
  }

  #mainImgArea .inner {
    height: 320px;
  }

  #mainImgArea .inner .textBox01 {
    width: 310px;
    height: 130px;
    margin: -65px 0 0 -155px;
  }

  #mainImgArea .inner .textBox01 .split {
    font-size: 15px;
  }

  #mainImgArea .inner .mainPhoto {
    width: 100%;
    height: 320px;
  }

  #mainImgArea .inner .mainPhoto .photoInner {
    width: 100%;
    height: 320px;
  }

  #mainImgArea .inner .mainPhoto .photoInner .photo {
    width: 250px;
    height: 250px;
    left: 50%;
    margin: -58px 0 0 -125px;
  }

  #mainImgArea .inner .mainPhoto .photoInner .repeat {
    bottom: 10px;
    right: 10px;
  }

  .contents01 .bgBox01 {
    width: 96%;
    top: 25px;
  }

  .contents01 p {
    font-size: 12px;
  }

  .contents01 .mainBox01 {
    width: 96%;
    top: -10px;
  }

  .contents01 .mainBox01 .lt .tit {
    font-size: 16px;
  }

  .contents01 .mainBox01 .lt .bLink01 a {
    font-size: 12px;
  }

  .contents01 .mainBox01 .rt p {
    font-size: 11px;
  }

  .contents01 .button01 {
    width: 98%;
  }

  .contents01 .button01 span {
    font-size: 16px;
  }

  .contents01 h3.h3Ex {
    width: 200px;
  }

  .contents01 h3.h3Prg {
    width: 190px;
  }

  .contents01 h3.h3Str {
    width: 300px;
  }

  .contents01 h3.h3Inq {
    width: 100%;
  }

  .contents01 ul.exList {
    width: 100%;
  }

  .contents01 ul.exList li {
    width: 100%;
  }

  .contents01 ul.exList li h4 {
    margin-bottom: 15px;
  }

  .contents01 ul.exList li .photo {
    width: 100%;
    margin: 0 auto 15px;
  }

  .contents01 ul.exList li p {
    width: 100%;
    font-size: 12px;
  }

  .contents01 ul.prgList {
    width: 100%;
  }

  .contents01 ul.prgList li {
    width: 100%;
  }

  .contents01 ul.prgList li p {
    font-size: 12px;
  }

  .contents01 ul.prgList li p.link01 {
    text-align: center;
  }

  .contents01 ul.prgList li p.link01 a {
    font-size: 14px;
  }

  .contents01 .store01 {
    font-size: 12px;
  }

  .contents01 ul.strList li .name {
    font-size: 18px;
  }

  .contents01 ul.strList li .access {
    font-size: 12px;
  }

  .contents01 ul.strList li .reserv a {
    font-size: 12px;
  }

  .contents01 .contact .caution {
    font-size: 11px;
  }

  #bikePoint1,
  #bikePoint2,
  #bikePoint3 {
    overflow: hidden;
  }

  #bikePoint1 .imgBox {
    background: url(../img/sp-img01.jpg) no-repeat top;
    background-size: 100% auto;
    height: 50%;
    position: relative;
  }

  #bikePoint1 .imgBox img {
    height: 40%;
    display: none;
  }

  #bikePoint1 .textBox {
    position: relative;
    height: 320px;
    float: left;
    width: 50%;
  }

  #bikePoint1 .textBox .bikeBox {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -30px;
    text-align: center;
  }

  #bikePoint1 .textBox .bikeBox h3 {
    padding: 105px 0 10px;
    max-width: 100%;
    margin: 0 auto;
  }

  #bikePoint1 .textBox .bikeBox h3 img {
    width: 100%;
  }

  #bikePoint1 .textBox .bikeBox p {
    line-height: 1.7;
    padding-bottom: 30px;
    font-size: 12px;
  }

  #bikePoint2 .imgBox {
    position: relative;
    background: url(../img/sp-img02.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 50%;
    position: relative;
  }

  #bikePoint2 .imgBox img {
    height: 40%;
    display: none;
  }

  #bikePoint2 .textBox {
    position: relative;
    height: 320px;
    float: left;
    margin: -80px auto 0 25%;
  }

  #bikePoint2 .textBox .bikeBox {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    max-width: 300px;
  }

  #bikePoint2 .textBox .bikeBox h3 {
    padding: 105px 0 10px;
    margin: 0 auto;
  }

  #bikePoint2 .textBox .bikeBox h3 img {
    width: 100%;
  }

  #bikePoint2 .textBox .bikeBox p {
    line-height: 1.7;
    padding-bottom: 30px;
    font-size: 12px;
  }

  #bikePoint3 .imgBox {
    background: url(../images/bg_bike03sp.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 230px;
    position: relative;
  }

  #bikePoint3 .imgBox img {
    width: 122%;
  }

  #bikePoint3 .textBox {
    position: relative;
    height: 320px;
  }

  #bikePoint3 .textBox .ringRotate3 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    max-width: 280px;
  }

  #bikePoint3 .textBox .ringRotate4 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    max-width: 280px;
  }

  #bikePoint3 .textBox .ringRotate4 img,
  #bikePoint3 .textBox .ringRotate3 img {
    width: 100%;
  }

  #bikePoint3 .textBox .bikeBox {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    background: url(../images/img_bikering3.png) no-repeat center 40px;
    text-align: center;
    max-width: 300px;
  }

  #bikePoint3 .textBox .bikeBox h3 {
    padding: 105px 0 10px;
    max-width: 145.5px;
    margin: 0 auto;
  }

  #bikePoint3 .textBox .bikeBox h3 img {
    width: 100%;
  }

  #bikePoint3 .textBox .bikeBox p {
    line-height: 1.7;
    padding-bottom: 30px;
    font-size: 12px;
  }

  #footer .inner {
    width: 100%;
  }

  #footer a:hover {
    text-decoration: none;
  }

  #footer ul {
    padding: 10px 0 10px 0;
    border-bottom: none;
  }

  #footer ul li {
    float: none;
    display: block;
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: solid 1px #ffffff;
  }

  #footer ul li a {
    display: block;
    padding: 10px 0 10px 10px;
  }

  #footer #copy {
    width: 98%;
    padding: 20px 0;
    text-align: center;
  }

  .vpc {
    display: none;
  }

  .vsp {
    display: block;
  }
}

@media screen and (max-width: 1060px) {
  #trainerAreaBG {
    background: url(../img/bg_biketrainer.png) center bottom;
    padding-top: 40px;
  }

  #trainerAreaBG .trainerArea {
    position: relative;
  }

  #trainerAreaBG .trainerArea .nameImage {
    position: absolute;
    top: 0;
    right: 10px;
    width: 400px;
  }

  #trainerAreaBG .trainerArea .nameImage img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg {
    padding-bottom: 10px;
    width: 190px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerName {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 70px;
  }

  #trainerAreaBG .trainerArea .trainerBox p span {
    font-size: 14px;
    font-weight: bold;
  }

  .areaBox {
    width: 496px;
    margin: 0 auto;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaList ul {
    width: 100%;
    margin: 0 auto;
  }

  .areaList li {
    width: 120px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    border: solid 1px #0073af;
    margin-bottom: 5px;
  }

  .areaList li.t23 {
    margin-left: 50px;
  }

  .areaList li.tn23 {
    width: 140px;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }

  .contactBox {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .contactBox .lBox,
  .contactBox .rBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .contactBox .lBox .tableBox {
    padding: 0 5px 0 10px;
  }

  .contactBox .rBox .tableBox {
    padding: 0 10px 0 3px;
  }

  .contactBox table {
    width: 100%;
  }

  .contactBox table th {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    padding: 10px 10px;
    background-color: #028dd6;
    border: solid 1px #028dd6;
  }

  #storeBoxp .contactBox table th {
    background-color: #e73357;
    border: solid 1px #e73357;
  }

  #storeBoxp .contactBox th.tel {
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #e73357;
  }

  .contactBox th.tel {
    width: 30%;
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #028dd6;
  }

  .contactBox table td {
    padding: 16px 10px;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #353535;
  }

  .contactBox table td a {
    color: #002063;
  }

  .areaBox {
    width: 496px;
    margin: 0 auto;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaList ul {
    width: 100%;
    margin: 0 auto;
  }

  .areaList li {
    width: 120px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    border: solid 1px #0073af;
    margin-bottom: 5px;
  }

  .areaList li.t23 {
    margin-left: 50px;
  }

  .areaList li.tn23 {
    width: 140px;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .ttlWrapMap {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMap .area {
    width: 100%;
  }

  .ttlWrapMap .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center 40px;
    background-size: 200%;
  }

  .ttlWrapMap .box h3 {
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 10px 30px 10px;
    color: #002063 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
  }

  .ttlWrapMap .box h3 img {
    width: 100%;
  }

  .ttlWrapMapStore {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMapStore .area {
    width: 100%;
    background: url(../../images/gra_01.gif) repeat-x;
  }

  .ttlWrapMapStore .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center center;
    background-size: 200%;
  }

  .ttlWrapMapStore .box h3 {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    color: #005886 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
  }

  .areaList {
    margin-bottom: 10px;
    border-bottom: solid 1px #0073af;
  }

  .areaBox {
    width: 318px;
    margin: 0 auto;
  }

  .areaList li {
    width: 75px;
    background-color: #d7f1ff;
    color: #191b80;
    float: left;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 5px;
    border: solid 1px #0073af;
  }

  .areaList li.t23 {
    width: 102px;
    margin-left: 0;
  }

  .areaList li.tn23 {
    width: 127px;
  }

  .areaList li.tbottom {
    border-bottom: none;
    margin-bottom: 0;
  }

  .areaList li a {
    color: #028dd6;
    display: block;
    padding: 8px 0;
    text-decoration: none;
  }

  .areaList li a:hover {
    background-color: #028dd6;
    color: #ffffff;
    text-decoration: underline;
  }

  #trainerAreaBG {
    background: url(../img/bg_biketrainer.png) center bottom;
    padding-top: 20px;
  }

  #trainerAreaBG .trainerArea {
    position: relative;
  }

  #trainerAreaBG .trainerArea .nameImage {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
  }

  #trainerAreaBG .trainerArea .nameImage img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg {
    padding-bottom: 10px;
    width: 140px;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerImg img {
    width: 100%;
  }

  #trainerAreaBG .trainerArea .trainerBox .trainerName {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 40px;
  }

  #trainerAreaBG .trainerArea .trainerBox p span {
    font-size: 14px;
    font-weight: bold;
  }

  .ttlWrapMap_aki {
    width: 100%;
    background-color: #ffffff;
  }

  .ttlWrapMap_aki .area {
    width: 100%;
    background: url(../../images/gra_01.gif) repeat-x;
  }

  .ttlWrapMap_aki .box {
    display: block;
    text-align: center;
    background: url(../../images/line_01.png) no-repeat center center;
  }

  .ttlWrapMap_aki .box h3 {
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
    color: #005886 !important;
    font-weight: normal;
    font-size: 30px;
  }

  .contactBox {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .contactBox .lBox,
  .contactBox .rBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .contactBox .lBox .tableBox {
    padding: 0 5px 0 10px;
  }

  .contactBox .rBox .tableBox {
    padding: 0 10px 0 3px;
  }

  .contactBox table {
    width: 100%;
  }

  .contactBox table th {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    padding: 8px 10px;
    background-color: #028dd6;
    border: solid 1px #028dd6;
  }

  #storeBoxp .contactBox table th {
    background-color: #e73357;
    border: solid 1px #e73357;
  }

  #storeBoxp .contactBox th.tel {
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #e73357;
  }

  .contactBox th.tel {
    width: 40%;
    background: url(../images/bg_th.gif) repeat-y left top;
    background-color: #028dd6;
  }

  .contactBox table td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #353535;
  }

  .contactBox table td a {
    color: #002063;
  }
}

@media screen and (max-width: 320px) {
  .text_boxSP h3 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 4.6%;
    font-weight: normal;
  }

  .contents01 p.textBoxA {
    font-size: 14px;
  }

  .text_boxSP p {
    text-align: left;
    font-size: 14px;
  }
}

.rowcard_wrap {
  margin-top: 2rem;
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}

.rowcard_wrap {
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}

.rowcard_title span,
.rowcard-shopname span {
  display: inline-block;
}

.rowcard > dd {
  padding: 1.4rem;
}

.rowcard-shopname span:first-of-type {
  display: block;
}

.rowcard-shopname {
  text-align: center;
  border-top: 2px solid #000;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}

.priceImg {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .priceImg {
    max-width: 100%;
  }
}

.rowcard-table {
  overflow: hidden;
  max-width: 100%;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #c1c1c1;
}

.rowcard-table dt {
  float: left;
  font-size: 1rem;
  font-weight: bold;
}

.rowcard-table dt {
  width: 14%;
  line-height: 1;
}

.rowcard-table dt,
.rowcard-table dd {
  margin-top: 1rem;
}

.rowcard-table dd {
  margin-left: 14%;
}

@media screen and (max-width: 768px) {
  .rowcard-shopname {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .rowcard-table {
    padding-top: 1rem;
  }

  .rowcard-table dt {
    float: none;
  }

  .rowcard-table dt {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
  }

  .rowcard-table dt,
  .rowcard-table dd {
    margin-top: 1rem;
  }

  .rowcard-table dd {
    margin-top: 0.4rem;
  }

  .rowcard-table dd {
    margin-left: 0%;
  }
}

.rowcard-table_infoList li {
  text-align: justify;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  line-height: 1.4;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
}

.rowcard-table_infoList li:first-child {
  margin-top: 0;
}

.price_inner_text {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.price_inner_text + img {
  box-shadow: #000 2px 2px 8px;
}

.price_note {
  margin: 2rem 0 4rem;
  font-size: 1.2rem;
  letter-spacing: normal;
}

.rowcard_title {
  color: #fff;
  background: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.rowcard_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rowcard_left {
  width: 64%;
}

.rowcard_right {
  padding: 0 0 1.8rem;
  width: 32%;
}

.rowcard_item {
  padding: 0 0 2.2rem;
}

.rowcard_head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0.4em;
}

.rowcard_head span {
  position: relative;
  z-index: 10;
}

.rowcard_head span::before {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(transparent 60%, #ff6 60%);
  transform: rotate(-1.6deg);
  height: 20px;
  width: 100%;
  z-index: -1;
}

.rowcard_img {
  margin: 0 auto;
  padding: 1.8rem 0 0;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .price_inner_text {
    font-size: 15px;
  }

  .price_note {
    font-size: 1rem;
  }

  .rowcard_title {
    font-size: 1.6rem;
  }

  .rowcard_contents {
    flex-direction: column;
  }

  .rowcard_left,
  .rowcard_right {
    width: 100%;
  }

  .rowcard_head {
    font-size: 1.6rem;
  }

  .rowcard_img {
    padding: 0 0 2.8rem;
    width: 100%;
  }

  .rowcard_img:last-of-type {
    padding: 0;
  }

  .rowcard > dd {
    padding: 2.4rem 1.4rem;
  }
}

.map_btn {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}

.mapModal {
  background-color: rgb(0 0 0 / .8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

.mapModal.is_open {
  visibility: visible;
  opacity: 1;
}

.mapModal_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.mapModal_close {
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: -70px;
  right: 0;
  height: 70px;
}

.mapModal_img {
  background-color: #fff;
  padding: 2%;
}
