@charset "UTF-8";
@media only screen and (max-width: 767px) {
	.w250 {
  width: 290px !important;
}
}
.wrap img{
	margin: 1em 0px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sec-banner {
  background: #000 url("../img/main_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 800px;
}

.sec-banner .box {
  position: absolute;
  top: 70%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-banner .box h2 {
  opacity: 0;
}
body.sp .sec-banner .box {
  position: absolute;
  bottom: 0;
  top: auto;
}

.sec-banner .box .bg-text {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  line-height: 30px;
  margin: 22px auto 0;
  font-size: 19px;
  width: 180px;
}

.title {
  text-align: center;
}

.title h3 {
  margin-top: 0;
}

.title-small {
  font-size: 26px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  position: relative;
  padding-left: 46px;
  text-transform: uppercase;
  font-style: italic;
}

.title-small:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  height: 30px;
  width: 5px;
  background-color: #c76b00;
}

#free_area {
  background: url("../img/free_area_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0 50px;
}

#free_area .row01 {
  border: 3px solid #fff;
  background-color: #fff;
  height: 324px;
  margin-top: 1em;
}

#free_area .row02 {
  border: 3px solid #c76b00;
  background-color: #fff;
  margin-top: 2em;
  height: 324px;
}

#contents {
  padding: 80px 0 0;
}

#contents .title {
  margin-bottom: 75px;
}

#contents .title h3 {
  margin-top: 0;
  font-size: 30px;
  white-space: nowrap;
}

#contents .title h2 {
  font-family: Noto Sans CJK JP, sans-serif;
  margin-top: 20px;
  color: #000;
}

#contents .title h2 span {
  font-size: 100px;
}

#contents .row {
  display: flex;
  flex-wrap: wrap;
}

#contents .col {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  width: 50%;
  height: 500px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

#contents .col.col1 {
  background-image: url("../img/contents_img_01.jpg");
}

#contents .col.col2 {
  background-image: url("../img/contents_img_02.jpg");
}

#contents .col.col3 {
  background-image: url("../img/contents_img_03.jpg");
}

#contents .col.col4 {
  background-image: url("../img/contents_img_04.jpg");
}

#contents .item {
  background-color: rgba(13, 13, 13, 0.7);
  width: 90%;
  max-width: 478px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

#contents .item h4 {
  background-color: rgba(13, 13, 13, 0.7);
  border: 1px solid #222120;
  border-bottom: none;
  font-size: 25px;
  line-height: 40px;
  padding: 15px 0;
  letter-spacing: 2px;
}

#contents .item .number {
  font-family: futura;
  color: #d87501;
  font-size: 35px;
  position: absolute;
  top: -18px;
  line-height: 35px;
  left: 50%;
  margin-left: -21px;
}

#contents .item .box-txt {
  border: 1px solid #54504c;
  letter-spacing: 1.5px;
}

#contents .item .box-txt1 {
  padding: 22px 0 32px;
}

#contents .item .box-txt2 {
  padding: 14px 0 15px;
}

#contents .item .txt1 {
  font-size: 22px;
  line-height: 29px;
}
#contents .item .txt1.txt1-lg {
  font-size: 30px;
}

#contents .col2 .item .txt1 {
  font-size: 25px;
}
#contents .col2 .item .txt1.txt1-lg {
  font-size: 30px;
}

#contents .item .txt2 {
  font-size: 25px;
  color: #d87501;
  line-height: 35px;
  margin-top: 9px;
}

#contents .item .box-txt2 .txt2 {
  margin-top: 5px;
}

#virtual_tour {
  background: url("../img/virtual_bg.png") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 77px 0 80px;
  color: #fff;
}

#virtual_tour .title h2 {
  color: #fff;
}

#virtual_tour .box {
  display: table;
  width: 100%;
  /*height: 450px;*/
  background-color: #000;
  margin-top: 50px;
}

#virtual_tour .box p {
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  line-height: 50px;
}

#newstopics {
  background-color: #c76b00;
  padding: 77px 0 80px;
  margin-top: 5px;
}

#newstopics .title {
  text-align: center;
}

#newstopics .title > * {
  color: #fff;
}

#training_machine {
  padding: 80px 0;
  background-color: #f0f0f0;
}

#training_machine .box_boder {
  background-color: #fff;
  padding: 20px 2%;
}

#training_machine .title {
  margin-bottom: 70px;
}

#training_machine .row {
  margin-bottom: 60px;
  border: 2px solid #ccc;
  padding: 20px;
}

#training_machine .row > * {
  width: 60%;
}

#training_machine .info {
  position: relative;
}

#training_machine .info .number {
  font-family: futura;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  font-style: italic;
  color: #fff;
}

#training_machine .info h4 {
  font-size: 18px;
  padding-left: 102px;
}

#training_machine .info h4 span {
  color: #c76b00;
}

#training_machine .info h4 strong {
  font-size: 40px;
  line-height: 45px;
  display: inline-block;
}

#training_machine .info ul {
  font-size: 14px;
  line-height: 33px;
  margin-top: 22px;
	margin-left: 18px;
}

#training_machine .info ul li{
  list-style: disc;
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
}

#training_machine .info ul li kome{
  list-style: none;
}
#training_machine .info ul li kome:before{
  content: "※";
}

#training_machine .info ul li n{
  list-style-type: none;
}

#training_machine .info ul li a{
  font-size: 15px;
  color: #c76b00;
}

#facility {
  padding: 75px 0 90px;
}

#facility .title {
  padding-bottom: 5px;
}

#facility .item {
  border: 2px solid #000;
  padding: 88px 20px 18px;
  margin: 40px 0;
  position: relative;
  width: 496px;
}

#facility .item h3 {
  text-align: left;
  width: 400px;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  left: -22px;
}

#facility .item dl {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  line-height: 30px;
}

#facility .item dl dt {
  font-size: 18px;
}

#facility .item dl dd {
  font-size: 26px;
  color: #c76b00;
}

#facility .item .pImg {
  border: 2px solid #a08f52;
  display: inline-block;
  width: 184px;
  padding: 1px;
}

#gallery {
  background-color: #f0f0f0;
  padding: 75px 0 82px;
}

#gallery .title {
  margin-bottom: 25px;
}

#gallery .gallery_js {
  position: relative;
  z-index: 0;
  max-width: 900px;
  margin: auto;
}

#gallery .gallery_js #bxPager li {
  box-sizing: border-box;
  margin-top: 10px;
  float: left;
  width: 20%;
  padding: 0 1%;
}

#price_list {
  background: url("../img/price_list_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 75px 0 80px;
}

#price_list .title {
  margin-bottom: 45px;
  color: #fff;
}

#price_list .inner_bg {
  background-color: #fff;
}

#price_list .inner .box_bg {
  background-color: #fcf0e1;
  display: flex;
  padding: 20px;
}

#price_list .inner .box_bg > p {
  margin-right: 20px;
  width: 200px;
}

#price_list .inner .box_bg .info {
  line-height: 30px;
  width: 520px;
}

#price_list .inner .box_bg .info .txt {
  font-weight: 600;
  font-size: 18px;
}

#price_list .inner .box_bg .info .txt1 {
  font-size: 16px;
  margin-top: 10px;
}

#price_list .inner .box_bg .item {
  width: 200px;
  height: 200px;
  position: relative;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  margin-right: 20px;
}

#price_list .inner .box_bg .item span {
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0 14px;
}

#price_list .inner .box_bg .info1 {
  font-size: 16px;
  width: 300px;
}

#price_list .inner .box_bg .info1 ul {
  margin-top: 10px;
}

#price_list .inner h3 {
  margin-bottom: 30px;
}

#price_list .row1 table {
  width: 100%;
  font-size: 16px;
}

#price_list .row1 tr td {
  border: 1px solid #c6b197;
  line-height: 40px;
  padding: 20px 0 19px 8%;
}

#price_list .row1 tr td:first-child {
  background-color: #fcf0e1;
}

#price_list .row1 tr td strong {
  font-size: 24px;
  color: #c76b00;
  width: 80px;
  display: inline-block;
  text-align: right;
}

#price_list .row2 {
  margin-top: 50px;
}

#price_list .row3 {
  margin-top: 50px;
}

#access {
  padding: 75px 0 80px;
}

#access .title {
  margin-bottom: 50px;
}

#access .fl, #access .fr {
  width: 47%;
}

#access .fl dl {
  padding: 10px 0;
  line-height: 30px;
}

#access .fl dl dt {
  float: left;
  width: 22%;
}

#access .fl dl dd {
  float: right;
  width: 78%;
}

#access .access_btn {
  margin-top: 20px;
  text-align: right;
}

#access .tag {
  font-size: 16px;
  line-height: 38px;
  width: 198px;
}

#personal_trainer {
  background-color: #f0f0f0;
  padding: 75px 0 80px;
  text-align: center;
  font-size: 0;
}

#personal_trainer .box {
  margin: 0 1% 30px;
  font-size: 14px;
  display: inline-block;
  width: 30.33%;
  padding: 0;
  text-align: left;
}

#personal_trainer .inner {
  text-align: right;
  /*background: #fff;*/
}

#personal_trainer .link {
  margin-top: 10px;
}

/*#personal_trainer .box {
	width: 800px;
	margin: 30px auto 0;
}
#personal_trainer .box .clearfix {
	background-color: #fff;
}
#personal_trainer .box .title-small {
	margin-bottom: 30px;
}
#personal_trainer .box .fl {
	width: 50%;
}
#personal_trainer .box .fr {
	width: 46%;
	padding-left: 4%;
}
#personal_trainer .box .fr p {
	padding-top: 25px;
}*/
body.pc #training_machine .box {
  width: 1200px;
  margin-left: -100px;
  position: relative;
}
body.pc #training_machine .box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
}
body.pc #training_machine .box:after {
  content: url("../img/training_machine_deco1.jpg");
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 113px;
  height: 113px;
}
body.pc #training_machine .box_boder {
  position: relative;
  padding: 75px 100px 50px;
}
body.pc #training_machine .box_boder:before {
  content: url("../img/training_machine_deco.jpg");
  position: absolute;
  top: 0;
  left: 0;
}
body.pc #training_machine .row .pImg {
  width: 323px;
}
body.pc #training_machine .info h4 strong {
  padding-top: 10px;
}
body.pc #training_machine .info ul.w280 {
  width: 280px;
}
body.pc #training_machine .info ul.w250 {
  width: 270px;
}
body.pc #training_machine .info ul.w230 {
  width: 230px;
}
body.pc #training_machine .info ul.w210 {
  width: 210px;
}
/*body.pc #gallery .gallery_js #bxPager li {
  width: auto;
  padding: 0;
}*/
body.pc #facility .wrap_item {
  width: 1140px;
  margin-left: -60px;
}
body.pc #facility .wrap_item1 .item {
  float: none;
  display: inline-block;
}
body.pc #facility .item {
  float: left;
}
body.pc #facility .item:nth-child(2n) {
  margin-left: 60px;
}
body.pc #gallery .gallery_js #bxPager li + li {
  margin-left: 9px;
}
body.pc #price_list .inner {
  background: url("../img/price_list_bgt.png") no-repeat center top, url("../img/price_list_bgb.png") no-repeat center bottom;
  width: 1198px;
  margin-left: -100px;
  padding: 97px 0;
}
body.pc #price_list .inner_bg {
  padding: 0 100px;
}
body.pc #price_list .row1 {
  margin-bottom: -28px;
  position: relative;
  top: -28px;
}
body.pc #price_list .row1 tr td:first-child {
  width: 290px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  body.sp {
    /*	#personal_trainer .box {
    		width: auto;
    		margin: 20px auto 0;
    	}
    	#personal_trainer .box .title-small {
    		margin-bottom: 15px;
    	}*/
  }
  body.sp #training_machine .row {
    margin-bottom: 30px;
  }
  body.sp #training_machine .info h4 {
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 70px;
  }
  body.sp #training_machine .info h4 strong {
    font-size: 30px;
  }
  body.sp #training_machine .info .number {
    width: 55px;
    font-size: 35px;
    line-height: 65px;
  }
  body.sp #training_machine .info ul {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
  }
  body.sp #training_machine .info ul.w250 {
    width: 54%;
  }
  body.sp #training_machine .info ul.w230 {
    width: 46%;
  }
  body.sp #training_machine .info ul.w280 {
    width: 54%;
  }
  body.sp #training_machine .info ul.w210 {
    width: 46%;
  }
  body.sp #training_machine .row .pImg {
    width: 49%;
  }
  body.sp #facility .wrap_item1 .item {
    float: none;
    display: inline-block;
  }
  body.sp #facility .item {
    width: 48%;
    float: left;
    box-sizing: border-box;
    text-align: center;
  }
  body.sp #facility .item:nth-child(2n) {
    margin-left: 4%;
  }
  body.sp #facility .item h3 {
    width: 101%;
  }
  body.sp #facility .item .pImg {
    width: auto;
    display: block;
  }
  body.sp #facility .item .pImg img {
    width: 100%;
  }
  body.sp #facility .item dl {
    margin-top: 10px;
    margin-left: 0;
  }
  body.sp #price_list .inner_bg {
    padding: 20px;
  }
  body.sp #price_list .inner_bg .mt20 {
    margin-top: 30px;
  }
  body.sp #price_list .inner .box_bg .item {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.sp {
    /*	#personal_trainer .box {
    		margin: 20px auto 0;
    		width: auto;
    	}
    	#personal_trainer .box .fl,
    	#personal_trainer .box .fr {
    		width: auto;
    		padding: 0;
    	}
    	#personal_trainer .box .fr p {
    		padding: 20px 2%;
    	}*/
  }
  body.sp .title {
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  body.sp .title-small {
    font-size: 22px;
    padding-left: 40px;
  }
  body.sp .sec-banner {
    height: 400px;
  }
  body.sp #free_area .row01,
  body.sp #free_area .row02 {
    height: auto;
  }
  body.sp #contents .col {
    width: 100%;
    height: 400px;
  }
  body.sp #contents .item {
    max-width: 478px;
    width: 90%;
  }
  body.sp #contents .title h3 {
    padding-top: 5px;
    font-size: 26px;
  }
  body.sp #contents .title h2 {
    font-size: 30px;
  }
  body.sp #contents .title h2 span {
    font-size: 60px;
  }
  body.sp #virtual_tour .box {
    margin-top: 20px;
    /*height: 250px;*/
  }
  body.sp #virtual_tour .box p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 2%;
  }
  body.sp #training_machine .row {
    margin-bottom: 20px;
    padding: 10px;
  }
  body.sp #training_machine .row > * {
    width: 100%;
  }
  body.sp #training_machine .info h4 {
    font-size: 14px;
    white-space: nowrap;
    padding-left: 60px;
    letter-spacing: 0;
  }
  body.sp #training_machine .info h4 strong {
    font-size: 25px;
    line-height: 35px;
  }
  body.sp #training_machine .info ul {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    width: auto;
  }
  body.sp #training_machine .info ul.fr {
    margin-top: 0;
  }
  body.sp #training_machine .info .number {
    width: 50px;
    font-size: 30px;
    line-height: 54px;
  }
  body.sp #training_machine .pImg {
    margin-top: 10px;
  }
  body.sp #facility .item {
    margin-top: 20px;
    text-align: center;
    width: auto;
  }
  body.sp #facility .item h3 {
    width: 100%;
  }
  body.sp #facility .item dl {
    margin: 0;
    white-space: nowrap;
    margin-top: 15px;
  }
  body.sp #facility .item dl dt {
    font-size: 5vw;
  }
  body.sp #facility .item dl dd {
    font-size: 7.5vw;
  }
  body.sp #facility .item .pImg {
    width: auto;
    display: block;
  }
  body.sp #facility .item .pImg img {
    width: 100%;
  }
  body.sp #price_list .inner_bg {
    padding: 20px;
  }
  body.sp #price_list .inner h3 {
    margin-bottom: 20px;
  }
  body.sp #price_list .inner .box_bg {
    display: block;
  }
  body.sp #price_list .row1 tr td {
    padding: 15px 0 15px 3%;
    line-height: 30px;
  }
  body.sp #price_list .inner .box_bg > p {
    width: 49%;
    margin: 0 auto 15px;
    float: left;
    text-align: center;
  }
  body.sp #price_list .inner .box_bg > p + p {
    margin-left: 2%;
  }
  body.sp #price_list .inner .box_bg .info {
    clear: both;
    width: auto;
  }
  body.sp #price_list .inner .box_bg .item {
    margin: 0 1% 15px;
    float: left;
    width: 31.33%;
    height: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 5px;
  }
  body.sp #price_list .inner .box_bg .item span {
    padding: 15px 0 5px;
  }
  body.sp #price_list .inner .box_bg .info1 {
    width: auto;
    clear: both;
  }
  body.sp #price_list .inner .box_bg .info1 br {
    display: none;
  }
  body.sp #access .fl, body.sp #access .fr {
    width: auto;
  }
  body.sp #access .fl dl {
    padding: 5px 0;
  }
  body.sp #access .fr img {
    width: 100%;
  }
  body.sp #personal_trainer .box {
    width: auto;
    float: none;
    display: block;
  }
  body.sp #access .fl dl dt {
    font-weight: bold;
  }
  body.sp #access .fl dl dt,
  body.sp #access .fl dl dd {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  body.sp #price_list .inner .box_bg .item {
    font-size: 14px;
  }
  body.sp #contents .item .txt1 {
    font-size: 5vw;
  }
  body.sp #contents .item .txt1.txt1-lg {
    font-size: 8vw;
  }
  body.sp #contents .col4 .item .txt2 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 400px) {
  body.sp #price_list .inner_bg {
    padding: 10px;
  }
  body.sp #price_list .inner .box_bg {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.sp {
    /*カレンダー*/
  }
  body.sp .list-calendar table {
    width: 100%;
  }
  body.sp .list-header {
    width: 100%;
    display: block;
    padding: 10px 0 !important;
  }
  body.sp .list-box {
    width: 100%;
    padding: 10px 0 !important;
    display: none;
  }
  body.sp .note {
    width: 100%;
    display: none;
    padding: 10px 0 !important;
  }
  body.sp .block {
    display: block;
  }
  body.sp .btnWeek, body.sp .lastW {
    margin: 0 auto;
    width: 100%;
  }
  body.sp .content-form fieldset, body.sp #terms-conditions, body.sp #accedence-box {
    font-size: 14px;
    border: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  body.sp .content-form fieldset {
    width: auto;
  }
  body.sp #accedence-box {
    text-align: center;
    margin: 30px auto;
  }
  body.sp .content-form legend {
    /*padding:0;*/
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
  }
  body.sp .content-form table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    margin: 0 0 30px 0;
  }
  body.sp .content-form table th {
    text-align: left;
    border: none;
    /*width: 92%;*/
    /*float:left;*/
    font-size: 14px;
    /*font-size: 1.4rem;*/
    color: #1f0000;
    background: none;
    padding: 4%;
  }
  body.sp .content-form table td {
    border-right: none;
    /*width: 92%;*/
    /*float:left;*/
    font-size: 12px;
    /*font-size: 1.2rem;*/
    padding: 4%;
  }
  body.sp .content-form table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  body.sp .content-form table td, body.sp table th {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  body.sp .content-form table th {
    width: 100px;
    font-size: 14px;
    /*font-size:1.4rem;*/
    color: #1f0000;
    background: #f5f5f5;
    padding: 10px 20px;
  }
  body.sp .content-form table td {
    font-size: 12px;
    /*font-size:1.2rem;*/
    padding: 10px 20px;
  }
}

body.sp .sp_none {
  display: none !important;
}
