/* CSS Document */
/*@media screen and (max-width:768px) {
    h1{
        font-size: 30px;
        margin: 0 20px;
    }
}
@media screen and (max-width:480px) {
    h1{
        font-size: 21px;
    }
}*/
.condition-title{
	padding:30px 15px;
	font-weight:bold;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.condition-title .title1{
	text-align:center;
	color: #E95312;
	font-size:23px;
}
.condition-title .title1 span{
	display:inline-block;
	color: #E95312;
}
.condition-title .title2{
	text-align:center;
	color: #E95312;
	font-size:16px;
	display:flex;
	align-items:center;
	margin-top:10px;
}
.condition-title .title2::before{
	content:"";
	width:35px;
	height:1px;
	background-color: #E95312;
	display:block;
	margin-right:10px;
}
.condition-title .title2::after{
	content:"";
	width:35px;
	height:1px;
	background-color: #E95312;
	display:block;
	margin-left:10px;
}
@media(max-width:480px){
.condition-title .title1{
	font-size:20px;
}
.condition-title .title2{
	font-size:14px;
	margin-top:10px;
}	
.condition-title .title2::before{
	width:25px;
	height:1px;
	margin-right:5px;
}
.condition-title .title2::after{
	width:25px;
	height:1px;
	margin-left:5px;
}
}
@media(max-width:420px){
.condition-title .title1{
	font-size:18px;
}
.condition-title .title2{
	font-size:13px;
	margin-top:10px;
}	
}
main{
    padding: 87px 0 1px;
    background-color: #F9F3EE;
}
@media screen and (max-width: 767px) {
    main{
        padding: 87px 0 1px;
    }
}
/*ファーストビュー*/
.first-view {
	background-color:#fff;
	padding:50px 0;
}
.first-view-content{
	display:flex;
	justify-content:flex-end;
	width:95%;
	max-width:2000px;
	margin:0 0 0 auto;
}
.first-view-text{
	width:45%;
}
 h1 .eng{
    color: #E95312;
    font-size: 14px;
    letter-spacing: 0.2em;
    display: block;
    text-align: left;
    margin: 0 auto 0px auto;
}
 h1{
    color: #57453C;
    font-size: 38px;
	line-height:55px;
	margin-bottom:30px;
}
.first-view-content h1 span{
	display:inline-block;
}
.first-view-content p{
	font-size:18px;
	line-height:30px;
}
.first-view-content p span{
	display:inline-block;
}
.first-view-img {
    width: 50%;
    margin: 0 0 0 auto;
    height: 450px;
    background-image: url(../img/conditioning/message.webp);	
	background-position:right top;
	background-size: cover;
	border-radius:20px 0 0 20px;
}
.first-view-img img{
	width:100%;
	border-radius:20px 0 0 20px;
}
@media(max-width:1500px){
h1{
    font-size: 32px;
	line-height:55px;
}	
}
@media(max-width:1400px){
.first-view-img {
    height: 420px;
}	
}
@media(max-width:1200px){
h1{
    font-size: 28px;
	line-height:45px;
	margin-bottom:20px;
}	
.first-view-img {
    height: 420px;
	background-size: cover;
}	
}
@media(max-width:960px){
	
}
@media(max-width:768px){
.first-view-content{
	display:flex;
	justify-content:flex-end;
	width:90%;
	max-width:2000px;
	margin:0 0 0 auto;
	flex-direction:column;
}
.first-view-text{
	width:100%;
	margin-bottom:35px;
	padding-right:15px;
	box-sizing: border-box;
}	
.first-view-img {
    width: 100%;
    height: 300px;
}
.first-view-img {	
	background-position:top;
	background-size: cover;
	border-radius:20px 0 0 20px;
}
}
@media(max-width:520px){
.first-view {
	padding:30px 0 50px 0;
}
}
@media(max-width:480px){
h1{
    font-size: 25px;
	line-height:40px;
	margin-bottom:15px;
}
.first-view-content p{
	font-size:16px;
}	
}
/*正しく動ける身体を取り戻すための準備期間*/
.conditioning-section {
	
}
.about-conditioning {
	display:flex;
	justify-content:space-between;
	background-color:#fff;
	width:90%;
	max-width:1200px;
	margin:100px auto;
	padding:50px;
	box-sizing: border-box;
	border-radius:20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.about-img {
	width:40%;
}
.about-img img{
	width:100%;
}
.about-text {
	width:55%;
}
.about-text h2{
	color:#E95312;
	font-size:25px;
	margin-bottom:15px;
	font-weight:bold;
	border-bottom:solid 5px #FFDD00;
	padding-bottom:3px;
	line-height:40px;
}
.about-text h2 span{
	color:#E95312;
	display:inline-block;
}
.about-text p span{
	font-weight:bold;
}
@media(max-width:768px){
.about-conditioning {
	display:flex;
	justify-content:space-between;
	margin:50px auto;
	padding:30px 0 50px 0;
	flex-direction:column-reverse;
}	
.about-img {
	width:80%;
	margin:auto;
}
.about-text {
	width:80%;
	margin:auto auto 20px auto;
}
.about-text h2{
	color:#E95312;
	font-size:25px;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:solid 5px #FFDD00;
	padding-bottom:3px;
	text-align:center;
	line-height:35px;
}
}
@media(max-width:520px){
.about-text h2{
	color:#E95312;
	font-size:22px;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:solid 5px #FFDD00;
	padding-bottom:3px;
	text-align:center;
	line-height:40px;
}	
}
/*セクション*/
/*セクション共通見出し*/
.conditioning-section h2{
	color:#E95312;
	font-size:25px;
	line-height:35px;
}
.conditioning-section h2 span{
	color:#E95312;
	display:inline-block;
}
.balloon {
  display: inline-block;
  font-weight: bold;
  color: #333;
  background: #fff;
  border-bottom: solid 3px #E95312;
  padding: 10px 12px;
  position: relative;
  margin-bottom:40px;
  text-align:center;
}
.balloon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  bottom: -15px;
  left: calc(50% - 12px);
  border-left: 3px solid #E95312;
  transform: skew(30deg);
  z-index: 1;
}
@media(max-width:520px){
.conditioning-section h2{
	color:#E95312;
	font-size:22px;
	line-height:35px;
}	
}
/*セクション共通見出しここまで*/

.why-conditioning{
	background-color:#fff;
	width:90%;
	max-width:1200px;
	margin:50px auto;
	padding:30px 50px 50px 50px;
	box-sizing: border-box;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.why-conditioning h2{
	font-size:25px;
}
.why-conditioning ul{
	display:flex;
	justify-content:space-between;
}
.why-conditioning ul li{
	background-color:#F9F3EE;
	padding:20px;
	width:32%;
	border-radius:10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.why-conditioning ul li .why-img{
	margin-bottom:10px;
}
.why-conditioning ul li .why-img img{
	width:100%;
}
.why-conditioning ul li p{
	text-align:center;
}
.why-conditioning ul li p span{
	display:block;
	font-weight:bold;
	font-size:17px;
}
.why-end{
	margin-top:40px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	line-height:35px;
}
.why-end span{
	display:inline-block;
}
@media(max-width:640px){
.why-conditioning{
	padding:30px 20px 50px 20px;
}
.why-conditioning ul{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	width:90%;
}
.why-conditioning ul li{
	padding:20px;
	width:100%;
	margin-bottom:30px;
}
.why-end{
	margin-top:0px;
	font-size:17px;
	line-height:30px;
}	
}
@media(max-width:520px){
.why-conditioning{
	padding:20px 20px 40px 20px;
}
}
/*ONE’S BODYメソッド*/
.method-conditioning {
	background-color:#fff;
	width:90%;
	max-width:1200px;
	margin:50px auto;
	padding:30px 50px 50px 50px;
	box-sizing: border-box;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.method-intro {
	width:90%;
	max-width:768px;
	margin:auto auto 30px auto;
}
.method-intro span{
	font-weight:bold;
}
.method-step {
	width:90%;
	max-width:768px;
	margin:auto;
}
.step-box {
	border:solid 3px #E95312;
	border-radius:10px;
}
.step-box h3{
	background-color:#E95312;
	text-align:center;
	color:#fff;padding:10px 0;
	font-size:20px;
	border-radius:5px 5px 0 0;
}
.step-box .text1{
	width:90%;
	margin:30px auto;
	text-align:center;
	font-size:30px;
	color:#E95312;
	font-weight:bold;
}
.step-box .text1 .big{
	font-size:40px;
	color:#E95312;
}
.step-box .text1 span{
	display:inline-block;
	color:#E95312;
}
.step-box .text2{
	width:90%;
	background-color:#F9F3EE;
	margin:30px auto;
	padding:20px;
	text-align:center;
	font-weight:bold;
}
.arrow-double {
	width:50px;
	margin:15px auto;
}
.arrow-double img{
	width:100%;
}
@media(max-width:768px){
.method-conditioning {
	margin:50px auto;
	padding:30px 0 50px 0;
}	
}
@media(max-width:640px){
.step-box .text1{
	margin:30px auto;
	font-size:25px;
}
.step-box .text1 .big{
	font-size:35px;
}	
}
@media(max-width:520px){
.method-conditioning {
	padding:20px 20px 40px 20px;
}
}
@media(max-width:480px){
.method-conditioning h2{
	width:90%;
}
.step-box .text1{
	margin:20px auto;
	font-size:20px;
}
.step-box .text1 .big{
	font-size:28px;
}	
.step-box .text2{
	margin:20px auto;
}
}
/*メニュー*/
.menu-conditioning{
	background-color:#fff;
	width:90%;
	max-width:1200px;
	margin:50px auto;
	padding:30px 0 50px 0;
	box-sizing: border-box;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-content {
	width:90%;
	max-width:768px;
	margin:auto;
}

.menu-box {
	background-color:#F9F3EE;
	border-radius:10px;
	margin-bottom:30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-box h3{
	background-color:#E95312;
	text-align:center;
	color:#fff;
	padding:10px;
	font-size:20px;
	border-radius:10px 10px 0 0;
}
.menu-box h3 span{
	display:inline-block;
	color:#fff;
}
.menu-box-content {
	padding:20px 40px 40px 40px;
}
.menu-box-content p{
}
.menu-box-content p span{
	font-weight:bold;
}
@media(max-width:640px){
.menu-box-content {
	padding:10px 20px 20px 20px;
}
}
@media(max-width:520px){
.menu-conditioning {
	padding:20px 20px 40px 20px;
}
}
@media(max-width:480px){
.menu-conditioning h2{
	width:90%;
}
}

/*こちらをクリック*/
/*.click {
	width:550px;
}
.click a{
	display:block;
	width:100%;
	padding:10px 30px 10px 10px;
	box-sizing:border-box;
	background-color:#E95312;
	color:#fff;
	border-radius:50px;
	font-weight:bold;
	font-size:17px;
	position:relative;
	text-align:center;
}*/
.click a img{
	display:block;
	width:75px;
	position:absolute;
	top:75%;
	transform: translateY(-50%);
	right:15px;
}
.click {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50px;
 background: #E95312;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 /*overflow: hidden;*/
 border: none;
 width:550px;
 margin:auto;
}

.click:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #FFD401;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
 border-radius:50px;
}

.click:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.click a {
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 15px 40px 15px 5px;
 color: #fff;
 font-size: 25px;
 font-weight: 700;
 z-index: 1;
 transition: all 0.3s ease-in-out;
 border-radius:50px;
}
.click:hover a {
 color: #57453C;
 animation: scaleUp 0.3s ease-in-out;
}
.click a br{
 display:none;
}
@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}
@media(max-width:1200px){
.click {
	margin-top:30px;
}	
}
@media(max-width:768px){
.click {
	margin-top:40px;
	width:100%;
}	
}
@media(max-width:440px){
.click a {
 padding: 10px 30px 12px 10px;
 font-size: 20px;
}
.click a img{
	width:55px;
	top:65%;
	transform: translateY(-50%);
	right:4px;
}
}
/*こちらをクリックここまで*/
.moushikomi {
	width:90%;
	max-width:960px;
	margin:auto auto 100px auto;
}
.moushikomi p{
	font-size:35px;
	color:#E95312;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
.moushikomi p span{
	display:inline-block;
	color:#E95312;
}
@media(max-width:960px){
.moushikomi p{
	font-size:30px;
	margin-bottom:20px;
}	
}
@media(max-width:640px){
.moushikomi p{
	font-size:25px;
	margin-bottom:15px;
}	
}