@charset "UTF-8";
/*
下層ページ用CSS
*/
/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
/*パンくずリスト*/
#breadcrumbs {
  height: 30px;
  background-color: #3c3434;
  font-size: 75%;
  color: #fff;
}

#breadcrumbs ul {
  height: 30px;
  padding-left: 40px;
}

#breadcrumbs ul li {
  display: inline-block;
  line-height: 30px;
}

#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#breadcrumbs ul li a {
  color: #fff;
}

#breadcrumbs ul li a:hover {
  color: #ccc;
}

/*page_container*/
.page_container {
  width: 920px;
  padding: 60px 40px 70px;
  margin: 0 auto;
  overflow: hidden;
}

.page_container h3 {
  /*h3*/
  margin-bottom: 15px;
  font-weight: bold;
}

/*titlebar*/
.titlebar01 {
  padding: 0 0 10px;
  border-bottom: solid 1px #3c3434;
  font-size: 110%;
  font-weight: bold;
}

/*-----------------------------------------------------------------
pagetitle
-----------------------------------------------------------------*/
.pagetitle {
  width: 100%;
  height: 300px;
  background-image: url(img/pagetitle/bg_common.jpg);
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  position: relative;
}

.pagetitle#pagetitle_story {
  background-image: url(img/pagetitle/bg_story.jpg);
}

.pagetitle#pagetitle_gym {
  background-image: url(img/pagetitle/bg_gym.jpg);
}

.pagetitle#pagetitle_price {
  background-image: url(img/pagetitle/bg_price.jpg);
}

.pagetitle#pagetitle_schedule {
  background-image: url(img/pagetitle/bg_schedule.jpg);
}

.pagetitle#pagetitle_faq {
  background-image: url(img/pagetitle/bg_faq.jpg);
}

.pagetitle#pagetitle_gallery {
  background-image: url(img/pagetitle/bg_gallery.jpg);
}

.pagetitle h2 {
  width: 100%;
  height: 66px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*-----------------------------------------------------------------
FREE&FREEについて
-----------------------------------------------------------------*/
#story .titlebar01 {
  margin-bottom: 30px;
}

#story > div {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

#story > div:last-child {
  margin-bottom: 0;
}

#story > div:last-child .img {
  float: right;
}

#story > div:last-child .img figure {
  float: none;
  margin-bottom: 10px;
}

#story > div:last-child .img p {
  text-align: center;
}

#story > div .txtWrap {
  width: 513px;
}

#story > div .txtWrap h4 {
  margin-bottom: 20px;
  font-size: 110%;
  font-weight: bold;
}

#story > div .txtWrap p {
  margin-bottom: 20px;
  font-size: 90%;
}

#story > div:nth-of-type(odd) .txtWrap {
  float: left;
}

#story > div:nth-of-type(odd) figure {
  float: right;
}

#story > div:nth-of-type(even) .txtWrap {
  float: right;
}

#story > div:nth-of-type(even) figure {
  float: left;
}

/*-----------------------------------------------------------------
ジムについて
-----------------------------------------------------------------*/
#gym section {
  overflow: hidden;
}

#gym section .titlebar01 {
  margin-bottom: 25px;
}

#gym section h4 {
  margin-bottom: 15px;
  font-weight: bold;
}

#gym section > p {
  font-size: 90%;
}

#gym section > p:nth-of-type(3) {
  margin-bottom: 40px;
}

#gym section#sec01 {
  margin-bottom: 45px;
}

#gym section#sec01 ol li {
  width: 920px;
  margin-bottom: 60px;
  overflow: hidden;
}

#gym section#sec01 ol li:last-child {
  margin-bottom: 45px;
}

#gym section#sec01 ol li .item h5 {
  margin-bottom: 40px;
}

#gym section#sec01 ol li .item h6 {
  margin-bottom: 10px;
  line-height: 0;
}

#gym section#sec01 ol li .item p {
  line-height: 180%;
  font-size: 90%;
}

#gym section#sec01 ol li figure {
  width: 394px;
}

#gym section#sec01 ol li:nth-child(odd) .item {
  float: left;
  width: 475px;
}

#gym section#sec01 ol li:nth-child(odd) figure {
  float: right;
}

#gym section#sec01 ol li:nth-child(even) .item {
  float: right;
  width: 460px;
}

#gym section#sec01 ol li:nth-child(even) figure {
  float: left;
}

#gym section#sec01 ul {
  overflow: hidden;
}

#gym section#sec01 ul li {
  float: left;
  width: 210px;
  padding: 0 10px 30px;
}

#gym section#sec01 ul li:nth-child(n+5) {
  padding-bottom: 0;
}

#gym section#sec01-trainer {
  margin-bottom: 45px;
}

#gym section#sec01-trainer .item {
  width: 920px;
  margin-bottom: 60px;
  overflow: hidden;
}

#gym section#sec01-trainer .item h5 {
  font-weight: bold;
  margin-bottom: 40px;
}

#gym section#sec01-trainer .item p {
  line-height: 180%;
  font-size: 90%;
}

#gym section#sec01-trainer .item figure {
  float: left;
}

#gym section#sec01-trainer .item .left {
  float: left;
  width: 460px;
  margin-right: 60px;
}

#gym section#sec01-trainer .item .right {
  float: right;
  width: 460px;
}

#gym section#sec02 .logoWrap {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}

#gym section#sec02 .logoWrap .logo {
  display: table-cell;
  width: 374px;
  text-align: right;
  vertical-align: middle;
}

#gym section#sec02 .logoWrap dl {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

#gym section#sec02 .logoWrap dl dt {
  clear: both;
  float: left;
  width: 67px;
  height: 17px;
  margin: 0 10px 10px 0;
  background-color: #79b332;
  line-height: 17px;
  text-align: center;
  font-size: 70%;
  color: #fff;
}

#gym section#sec02 .logoWrap dl dt:nth-of-type(2) {
  margin-bottom: 0;
}

#gym section#sec02 .logoWrap dl dd {
  margin-bottom: 10px;
  line-height: 17px;
  font-size: 95%;
  white-space: nowrap;
}

#gym section#sec02 .logoWrap dl dd:nth-of-type(2) {
  margin-bottom: 0;
}

#gym section#sec02 #map_canvas {
  width: 920px;
  height: 400px;
  margin-bottom: 10px;
}

#gym section#sec02 .link {
  text-align: right;
  font-size: 90%;
}

#gym section#sec02 .link a {
  height: 15px;
  padding-left: 20px;
  background: url(img/common/arrow02.png) left center no-repeat;
  line-height: 15px;
}

/*-----------------------------------------------------------------
料金システム
-----------------------------------------------------------------*/
#price .titlebar01 {
  margin-bottom: 25px;
}

#price h4 {
  margin-bottom: 15px;
  font-weight: bold;
}

#price h4:last-of-type {
  margin-top: 35px;
}

#price .txt {
  font-size: 90%;
}

#price .txt a {
  font-weight: bold;
  text-decoration: underline;
  color: #6fb21d;
}

#price .txt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#price table {
  width: 880px;
  margin: 15px auto 10px;
  font-size: 90%;
  table-layout: fixed;
}

#price table th {
  padding: 13px 0;
  background-color: #e9e9e9;
  border: solid 1px #ccc;
  font-weight: bold;
}

#price table td {
  padding: 13px 0;
  border: solid 1px #ccc;
  text-align: center;
}

#price .caution {
  width: 880px;
  margin: 0 auto 35px;
  font-size: 90%;
  color: #ff0000;
}

#price ul {
  width: 900px;
  overflow: hidden;
}

#price ul:first-of-type {
  margin: 0 0 35px 20px;
  font-size: 90%;
  list-style: disc outside;
}

#price ul:last-of-type {
  display: table;
  margin: 25px 0 0;
}

#price ul:last-of-type li {
  float: left;
  display: table-cell;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  text-align: center;
}

#price ul:last-of-type li:last-child {
  padding: 0;
}

#price ul:last-of-type li figcaption {
  padding: 10px 0 0;
  font-size: 90%;
}

/*-----------------------------------------------------------------
スケジュール
-----------------------------------------------------------------*/
#schedule section {
  overflow: hidden;
}

#schedule section .titlebar01 {
  margin-bottom: 25px;
}

#schedule section#sec01 {
  margin-bottom: 35px;
  /*
            table {
                width: 900px;
                margin: 0 auto;
                table-layout: fixed;
                th {
                    height: 25px;
                    padding: 10px 0;
                    background-color: #e9e9e9;
                    border: solid 1px #ccc;
                    font-size: 90%;
                    font-weight: bold;
                }
                td {
                    height: 36px;
                    padding: 3px 0;
                    background-color: #f3f3f3;
                    border: solid 1px #ccc;
                    line-height: 150%;
                    text-align: center;
                    font-size: 75%;
                    font-weight: bold;
                    &.green {
                        background-color: #2dc80d;
                    }
                    &.yellow {
                        background-color: #ffff00;
                    }
                    &.white {
                        background-color: #fff;
                    }
                    &.lb {
                        background-color: #27ace5;
                    }
                    &.half {
                        height: 18px;
                        padding-bottom: 0;
                    }
                }
                tr:first-child {
                    th {
                        background-color: #818181;
                        color: #fff;
                        &:first-child {
                            width: 79px;
                        }
                    }
                }
            }
            */
}

#schedule section#sec01 .table {
  margin-bottom: 20px;
  text-align: center;
}

#schedule section#sec01 .scheduleCaution {
  width: 900px;
  margin: 15px auto 0;
  font-size: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: disc outside;
}

#schedule section#sec01 .scheduleCaution li {
  margin-left: 1em;
}

#schedule section#sec01 .scheduleCaution a {
  text-decoration: underline;
  color: #6fb21d;
}

#schedule section#sec01 .scheduleCaution a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#schedule section#sec01 .kome {
  width: 900px;
  margin: 15px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#schedule section#sec01 .kome a {
  text-decoration: underline;
  color: #6fb21d;
}

#schedule section#sec01 .kome a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#schedule section#sec02 ul li {
  width: 905px;
  margin: 0 auto 60px;
  overflow: hidden;
}

#schedule section#sec02 ul li:last-child {
  margin-bottom: 0;
}

#schedule section#sec02 ul li .item {
  float: left;
  width: 410px;
  padding-top: 17px;
}

#schedule section#sec02 ul li .item h4 {
  margin-bottom: 20px;
}

#schedule section#sec02 ul li .item p {
  font-size: 90%;
}

#schedule section#sec02 ul li .item_02 {
  float: left;
  width: 905px;
  padding-top: 17px;
}

#schedule section#sec02 ul li .item_02 h4 {
  width: 410px;
  margin-bottom: 20px;
}

#schedule section#sec02 ul li .item_02 h4 img {
  width: 410px;
}

#schedule section#sec02 ul li .item_02 p {
  font-size: 90%;
}

#schedule section#sec02 ul li figure {
  float: right;
}

/*-----------------------------------------------------------------
faq
-----------------------------------------------------------------*/
#faq .titlebar01 {
  margin-bottom: 25px;
}

#faq #toc {
  padding: 25px;
  margin-bottom: 30px;
  background: url(img/faq/toc_bg.png) 516px center no-repeat;
  border: solid 1px #ccc;
}

#faq #toc dl {
  margin-bottom: 30px;
}

#faq #toc dl:last-of-type {
  margin-bottom: 0;
}

#faq #toc dl dt {
  margin-bottom: 15px;
  font-weight: bold;
}

#faq #toc dl dd {
  font-size: 85%;
}

#faq #toc dl dd a {
  font-weight: bold;
  text-decoration: underline;
  color: #6fb21d;
}

#faq #toc dl dd a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#faq .qWrap {
  margin-bottom: 35px;
}

#faq .qWrap dt {
  display: table;
  height: 34px;
  margin: 0 10px 20px;
}

#faq .qWrap dt .q {
  display: table-cell;
  width: 34px;
  padding-right: 15px;
  vertical-align: middle;
}

#faq .qWrap dt .txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

#faq .qWrap dd {
  display: table;
  width: 900px;
  padding: 0 10px 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
}

#faq .qWrap dd .a {
  display: table-cell;
  width: 34px;
  padding-right: 15px;
  vertical-align: top;
}

#faq .qWrap dd .txt {
  display: table-cell;
  padding: 5px 0 0;
  font-size: 90%;
}

/*-----------------------------------------------------------------
ギャラリー
-----------------------------------------------------------------*/
#gallery h3 {
  margin-bottom: 45px;
  text-align: center;
}

#gallery #instagram {
  overflow: hidden;
}

#gallery #instagram .image {
  float: left;
  width: 286px;
  margin: 0 30px 40px 0;
  text-align: center;
}

#gallery #instagram .image:nth-of-type(3n) {
  margin-right: 0;
}

#gallery #instagram .image a {
  display: block;
}

#gallery #instagram .image a img {
  max-width: 286px;
  max-height: 286px;
}

/*-----------------------------------------------------------------
contact
-----------------------------------------------------------------*/
#contact .txt {
  margin-bottom: 35px;
  text-align: center;
  font-size: 90%;
}

#contact a {
  text-decoration: underline;
  color: #ff0000;
}

#contact a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#contact .tel {
  margin-bottom: 45px;
  text-align: center;
}

#contact .caution {
  margin-bottom: 35px;
  font-size: 80%;
  color: #ff0000;
}

#contact .privacy {
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}

#contactForm {
  width: 100%;
  margin: 0 20px 35px;
  font-size: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

#contactForm th {
  width: 210px;
  padding: 20px 10px 20px 20px;
  background-color: #e9e9e9;
  border: solid 1px #ccc;
}

#contactForm th .item {
  float: left;
  font-weight: bold;
}

#contactForm th .req {
  float: right;
  padding: 0 7px;
  background-color: #ed6171;
  line-height: 20px;
  font-size: 90%;
  color: #fff;
}

#contactForm td {
  padding: 20px;
  border: solid 1px #ccc;
}

#contactForm td .address01 {
  margin-bottom: 10px;
}

#contactForm td input {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

#contactForm td .your-message {
  width: 100%;
  display: inline-block;
}

#contactForm td .your-message .wpcf7-textarea {
  width: 100%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

#submit_btn {
  width: 140px;
  height: 48px;
  margin: 0 auto;
}

#submit_btn input {
  width: 140px;
  height: 48px;
  background-color: #3c3434;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 48px;
  color: #fff;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

#submit_btn input:hover {
  cursor: pointer;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*-----------------------------------------------------------------
contact_send
-----------------------------------------------------------------*/
#contact_send {
  padding-bottom: 120px;
  text-align: center;
}

#contact_send h3 {
  margin-bottom: 20px;
  font-size: 110%;
}

#contact_send .txt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 90%;
}

#contact_send .tel {
  margin: 35px 0;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
#link {
  padding-bottom: 100px;
}

#link .txt {
  margin-bottom: 25px;
  font-size: 90%;
}

#link .btn {
  margin-bottom: 43px;
}

#link dl dt {
  margin-bottom: 30px;
}

#link dl dd {
  margin-bottom: 15px;
  font-size: 90%;
}

#link dl dd a {
  padding-left: 23px;
  background: url(img/common/icon01.png) left center no-repeat;
}

/*-----------------------------------------------------------------
sitepolicy
-----------------------------------------------------------------*/
#sitepolicy p {
  font-size: 90%;
}

#sitepolicy h3 {
  margin: 30px 0 15px;
}

#sitepolicy a {
  text-decoration: underline;
  color: #ff0000;
}

#sitepolicy a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#sitepolicy table {
  width: 100%;
  margin: 30px 0;
  font-size: 90%;
}

#sitepolicy table th {
  width: 160px;
  padding: 15px 0;
  background-color: #f3f3f3;
  border: solid 1px #ccc;
  font-weight: bold;
}

#sitepolicy table td {
  padding: 15px 20px;
  border: solid 1px #ccc;
}

#sitepolicy ul {
  margin: 30px 0 30px 20px;
  font-size: 90%;
  list-style: disc outside;
}

#sitepolicy .url {
  height: 60px;
  padding: 0 20px;
  margin: 10px 0 20px;
  background-color: #f3f3f3;
  line-height: 60px;
}

#sitepolicy dl.link {
  font-size: 90%;
}

#sitepolicy dl.link dt {
  clear: both;
  float: left;
  font-weight: bold;
}

#sitepolicy dl.link dd {
  float: left;
}

/*-----------------------------------------------------------------
privacy
-----------------------------------------------------------------*/
#privacy p {
  font-size: 90%;
}

#privacy h3 {
  margin: 30px 0 15px;
  font-weight: bold;
}

#privacy a {
  text-decoration: underline;
  color: #ff0000;
}

#privacy a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#privacy ul {
  margin: 30px 0 30px 20px;
  font-size: 90%;
  list-style: disc outside;
}

/*-----------------------------------------------------------------
sitemap
-----------------------------------------------------------------*/
#sitemap {
  font-size: 90%;
}

#sitemap dt {
  margin-bottom: 18px;
}

#sitemap dt a {
  padding-left: 23px;
  background: url(img/common/icon01.png) left center no-repeat;
}

#sitemap dd {
  padding-left: 23px;
  margin-bottom: 18px;
}

/*-----------------------------------------------------------------
404
-----------------------------------------------------------------*/
#error {
  padding: 104px 40px 335px;
  text-align: center;
}

#error h3 {
  margin-bottom: 50px;
}

#error h4 {
  margin-bottom: 20px;
  font-size: 110%;
  font-weight: bold;
}

#error .txt {
  margin-bottom: 20px;
  font-size: 90%;
}
