@charset "utf-8";
/*
Theme Name: more fit - original
Description: more fit - オリジナルテーマ
Version: 1.0
*/

/*----------------------------------------------------------
  base
----------------------------------------------------------*/

.wrapper {
  position: relative;
  width: 100%;
	margin: 0 auto;
}
.inner {
  position: relative;
	width: 1080px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
}
@media screen and (min-width: 1080px) {
  .pc_only {
    display: block !important;
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .inner {
		width: 95%;
	}
  .pc_only {
    display: none !important;
	}
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
	.sp_only {
    display: none !important;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
}

/*-----------------------------------------------
  font
-----------------------------------------------*/
.Century-Gothic-Pro-Regular {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Source-Han-Sans-JP-Bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Source-Han-Sans-JP-Regular {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*-----------------------------------------------
  common
-----------------------------------------------*/
/* bnr-area */
.bnr-area {
  text-align: center;
  margin: 60px auto 35px;
}
@media screen and (max-width: 599px) {
  .bnr-area {
    margin: 45px auto 40px;
  }
  .bnr-area img {
    width: 90%;
    height: auto;
  }
}
/* photo-area */
.photo-area img {
  width: 100%;
  height: auto;
}
/* cta-area */
.cta-area {
  text-align: center;
  margin: 60px auto;
}
.cta-area .cta-item01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .cta-area {
    margin: 45px auto;
  }
  .cta-area img {
    width: 75%;
    height: auto;
  }
}

/*-----------------------------------------------
  main-area
-----------------------------------------------*/
#main-area {
  text-align: center;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width:599px){
  #main-area {
    margin-top: 40px;
  }
}
/*-----------------------------------------------
  QA
-----------------------------------------------*/
#QA {
  margin-top: -5vw;
  padding-bottom: 40px;
}
#QA .QA-title {
  margin-bottom: 35px;
}
#QA .QA-title img {
  width: 100%;
  height: auto;
}
#QA .QA-list {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:599px){
  #QA {
    padding-bottom: 35px;
  }
}
/*-----------------------------------------------
  check box
-----------------------------------------------*/
.acd-check{
  display: none;
}
.acd-label {
  position: relative;
  display: block;
  padding: 12px 0 12px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.acd-label.Q{
  padding-left: 32px;
}
.acd-label.Q::before{
  content: "Q.";
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  text-align: center;
  margin-top: 3px;
  margin-left: -32px;
}
.acd-label::after{
  content: "+";
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  transition: .5s;
  right: 5px;
  top: 34%;
}
.acd-content{
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  font-size: 14px;
}
.acd-check:checked + .acd-label + .acd-content{
  opacity: 1;
  height: auto;
  visibility: visible;
  margin: 5px auto 20px;
  background: #fff;
  padding: 15px;
}
.acd-check:checked + .acd-label + .acd-content.A{
  padding-left: 50px;
}
p.answer::before{
  content: "A.";
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  color: #E66641;
  position: absolute;
  text-align: center;
  margin-top: 7px;
  margin-left: -30px;
}
.acd-check:checked + .acd-label::after{
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.acd-content figure img{
  width: 100%;
  height: auto;
}
.acd-content .credit_box {
  padding: 0;
  margin: 0;
}
.acd-label.check10  + .acd-content{
  margin-bottom: 0 !important;
}
@media screen and (max-width:599px){
  .acd-label {
    font-size: 14px;
  }
  .acd-label.Q {
    padding-right: 20px;
    padding-left: 25px;
  }
  .acd-label.Q::before{
    font-size: 16px;
    margin-top: 5px;
    margin-left: -25px;
  }
  p.answer::before{
    font-size: 16px;
    margin-top: 6px;
    margin-left: -25px;
  }
  .acd-check:checked + .acd-label + .acd-content.A {
    padding-left: 45px;
  }
  .acd-label.A p {
    font-size: 13px;
    line-height: 26px;
  }
}
/*-----------------------------------------------
  gym
-----------------------------------------------*/
#gym .gym-title {
  margin-bottom: 35px;
}
#gym .gym-title img {
  width: 100%;
  height: auto;
}
#gym .gym-list {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
#gym dl {
  line-height: 1.5;
}
#gym dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
#gym dl dd {
  width: calc( 100% - 80px);
  display: inline-block;
  margin-bottom: 15px;
  line-height: 28px;
}
#gym .gym-map {
  margin-top: 5px;
}
#gym .gym-map iframe {
  width: 100%;
  max-height: 280px;
  height: 60vw
}
#gym .gym-pic {
  margin-top: 5px;
}
#gym .gym-pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:599px){
  #gym .gym-title {
    margin-bottom: 25px;
  }
}
/*-----------------------------------------------
  contact
-----------------------------------------------*/
#contact {
  padding: 55px 0 75px;
}
#contact .contact-title {
  margin-bottom: 45px;
}
#contact .contact-title img {
  width: 100%;
  height: auto;
}
#contact .contact-text {
  max-width: 480px;
  width: 85%;
  margin: 0 auto 100px;
}
#contact .contact-text .text-item1 {
  text-align: center;
  margin-bottom: 35px;
}
#contact .contact-text .text-item1 img {
  max-width: 476px;
  width: 100%;
  height: auto;
}
#contact .contact-text .text-item2 {
  text-align: left;
  font-weight: 700;
}
#contact .contact-form {
  position: relative;
  padding: 30px 0 40px;
  z-index: 1;
}
#contact .contact-form::before,
#contact .contact-form::after {
  content: "";
  width: 100%;
  height: 200px;
  background: #4998a2;
  margin: 0 auto;
  text-align: center;
  transform: skew(180deg,177deg);
  position: absolute;
  right: 0;
  left: 0;
  top: -3%;
  z-index: -1;
}
#contact .contact-form::after {
  top: auto;
  bottom: -3%;
}
#contact .contact-form .form-item1 {
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  padding: 20px;
  background: #fff;
  max-width: 480px;
}
#contact .contact-form .form-item1 p.comment {
  width: 100%;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #c1c1c1;
}
#contact .contact-form .form-item2 {
  width: 90%;
  margin: 0 auto;
  max-width: 480px;
  font-weight: 700;
  text-align: center;
}
#contact .label {
  font-weight: bold;
  margin-bottom: 25px;
}
.required::before {
  content: "必須";
  font-weight: bold;
  background: #C72D41;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px 2px 6px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: baseline;
}
.any::before {
  content: "任意";
  font-weight: bold;
  background: #5194E9;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px 2px 6px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: baseline;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
  position: relative;
  height: 35px;
}
.wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}/* 
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  padding: 15px;
  border-radius: 10px;
  border: none;
  background-color: #E4E4E4;
  width: 100%;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  text-decoration: none;
  background: #E56641;
  color: #FFF;
  border-bottom: solid 5px #AA4E34;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  max-width: 260px;
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
input[type="radio"] {
  width: auto !important;
  margin-bottom: -5px;
  padding: 10px;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
input[type="radio"]:checked{
  background: url(images/check.svg)no-repeat #E4E4E4;
  background-position: 2px 4px;
  background-size: 17px 13px;
} */
@media screen and (max-width:599px){
  #contact {
    padding: 50px 0 60px;
  }
  #contact .contact-text {
    margin-bottom: 90px;
  }
  #contact .contact-form {
    padding: 10px 0 35px;
  }
}

.shortqq{
    font-size: 14px; !important
    color: #212121; !important
    width: 100px; !important
}
ul.shortqq > li {
    display: inline-block;
}
li#wpcf7-f7-o1-ve-date-565{
	display: none;
}
li#wpcf7-f7-o1-ve-text-386{
	display: none;
}
li#wpcf7-f7-o1-ve-email-933{
	display: none;
}
li#wpcf7-f7-o1-ve-tel-726{
	display: none;
}
.wpcf7-not-valid-tip{
	color: red;
    font-weight: bold;
}