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

/*----------------------------------------------------------
  base
----------------------------------------------------------*/
body {
  width: 100%;
  margin: 0 auto;
	padding: 0;
	position: relative;
  overflow-x: hidden;
}
body p {
	line-height: 30px;
}
html {
  margin: 0;
  padding: 0;
	overflow-x: hidden;
}
.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;
	}
}
@media screen and (max-width: 599px) {
	body {
		font-size: 13px !important;
	}
  .pc_only {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
}
/*-----------------------------------------------
  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;
  }
}
/*-----------------------------------------------
  header
-----------------------------------------------*/
header {
  background: #5caeb8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 60px;
}
header figure {
  float: left;
  margin-top: 10px;
  padding-left: 20px;
}
header ul {
  float: right;
}
header ul li {
  float: left;
}
@media screen and (min-width:600px){
  header ul {
    display: none;
  }
}
@media screen and (max-width:599px){
	header {
    height: 40px;
	}
  header img {
	  height: auto;
	}
  header figure {
    margin-top: 4px;
    padding-left: 2px !important;
	}
  header figure img {
    width: auto;
    height: 20px;
  }
}
/*-----------------------------------------------
  footer
-----------------------------------------------*/
footer {
  background: #5caeb8;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	margin-top: 8px;
}
footer::before {
	content: "";
  background: #5caeb8;
	width: 100%;
	height: 85px;
	margin: 0 auto;
	text-align: center;
	transform: skew(180deg,177deg);
	position: absolute;
	right: 0;
	left: 0;
	top: -38px;
	z-index: -1;
}
footer .copyright {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
	color: #000;
	font-size: 12px;
	padding: 25px 0;
}
@media screen and (max-width:599px){
  footer {
  	padding-top: 40px;
  }
  footer .copyright {
    padding: 15px 0 15px;
  }
}
/*-----------------------------------------------
  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-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-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;
  }
}
@media screen and (min-width: 600px) {
    .box2 {
    padding: 0.5em 1em;
    margin: 20px auto 20px auto;
    background: #FFF;
	width: 514px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
    }
@media screen and (max-width: 599px) {
    .box2 {
    padding: 0.5em 1em;
    margin: 20px auto;
    background: #FFF;
	width: 357px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
}
.qa-006 {
max-width: 560px;
    margin: auto;
    border-bottom: 2px solid #d6dde3;
    font-size: 14px;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.5em;
}

.qa-006 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.qa-006 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.QA-box{
padding-top: 20px;
padding-bottom: 20px;
	}
.textsh{
	max-width: 450px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #ffffff;
    border: solid 3px #ffffff;
    border-radius: 10px;
	    text-align: left;
}
.textsh-brk{
	max-width: 450px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #000000;
    border: solid 3px #000000;
    border-radius: 10px;
	 text-align: left;
}
.textshp{
	font-size: 10px;
    line-height: 15px;
}