@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Shippori+Mincho);
/* CSS Document */
body {
	font-family: "Zen Maru Gothic", sans-serif;
}

/* ブログカードは透明で背景色とかぶっちゃうので白に */
.wp-oembed-blog-card {
  background-color: #fff;
}

.c-entry__body{
  background-color: #e3fbff;
}

a{
	transition: all 0.3s ease;
}
img{
}
.br-sp{
	display:none;
}
.mincho{
	font-family: "Shippori Mincho";
}
:where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: none;
}
.c-container{
	padding-right: .75rem;
	padding-left: .75rem;
}
.home .c-container{
	padding: 0;
}
.home .c-container .c-container,
.home footer .c-container{
	padding: 0 1rem;
}
[data-has-sidebar=false] .c-entry__content>.alignfull {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
	.br-pc,
	.sp-none{
		display:none;
	}
	.br-sp{
		display:block;
	}
}
/* =======================================
    header
======================================= */
.c-site-branding__title {
    margin-left: 1rem;
	max-width:100px;
}
.l-header .c-row--middle{
	position: relative;
	align-items: center;
}
.c-site-branding__title .custom-logo{
	width: 100%;
	max-width: 100px;
	margin-bottom: 1rem;
}
.l-header .c-row>.c-row__col:nth-of-type(3){
	padding: 0;
}
.p-global-nav .c-navbar__item>a{
	color: #000;
}
.p-global-nav .c-navbar__item>a:hover{
	color: #ce145a;
}
.c-hamburger-btn{
	background-color:#afeef8;
	border-radius: .25rem;
	padding: .5rem;
}
.c-hamburger-btn__bar{
	height: 2px;
}
.l-header--sticky-overlay-sm .c-hamburger-btn__bar,
.c-drawer .c-hamburger-btn__bar{
	background-color: #000;
}
.c-hamburger-btn,
.c-drawer a{
	color: #000;
}
.c-drawer{
	background-color:#afeef8;
}
@media screen and (max-width: 1024px) {
	.l-header .c-row{
		width: 100%;
	}
	.c-site-branding__title .custom-logo {
		width: 60px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {

}
/* =======================================
    mainview
======================================= */

.headline{
	color: #e56f6f;
    font-size: 1.5rem;
    font-weight: 600;
}

.main-title{
	color: #4f2323;
}

.index-contact{
    background-color: #fff;
    max-width: 600px;
    display: block;
    margin: auto;
    z-index: 1;
    top: -50px;
    padding: 1.5rem;
    border-radius: 20px;
	    width: 90%;
background-image: url(http://f-f-shaft.com/oyakofit-program/wp-content/uploads/2024/12/14ill.png);
}

.index-contact p{
	text-align: center;
}

.btn-space{
display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 2rem;
    margin: 2rem auto 0;
    padding-left: 0;
}

.btn-space li:first-child a {
    background-color: #ce145a;
    border-radius: 10px;
}

.btn-space li:last-child a {
    background-color: #39af4a;
	    border-radius: 10px;
}
.btn-space li{
text-align: center;
}
.btn-space li a {
    text-decoration-line: none;
    width: 250px;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 1rem;
}

.p-entry-content>h2{
	    background:none;
	    margin-top: 0;
}

.top-copy{
	text-align: center;

	color:#534741;
	font-weight:600;
}

.about-fit{
max-width: 800px;
    background-color: #fff;
    border-radius: 30px;
	display: flex;
	    width: 90%;
	}
.about-image{
	width: 70%;
}

	.about-image02{
display:none;
}	

.about-text{    
	padding: 2rem 1rem 2rem 2rem;
}

.about-fit h3{
	color:#603813;
		text-align: center;
}

.about-fit ul{
	color: #ce497c;
    font-size: 1.25rem;
    font-weight: 600;
    list-style: none;
}

.fit-omoi{
background-color: #fff;
	padding:2rem 10% 2rem 10%;
	padding-bottom:2rem;
border-radius: 100px;
    text-align: center;
}

.fit-omoi h3{
color:#ce145a;
	font-weight:600;
}

.fit-omoi p{
    font-size: 0.9rem;
    padding: 1rem 10rem 1rem 10rem;
	}

.fit-omoi p::before {
    content: '';
    display: block;
    width: 200px; /* 必要に応じてサイズを調整 */
    height: 200px; /* 必要に応じてサイズを調整 */
    background-image: url('https://f-f-shaft.com/oyakofit-program/wp-content/uploads/2024/12/12ill.png');
    background-size: cover; /* 画像を全体に表示 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 画像を中央揃え */
	position:absolute;
	left:0;
}

.fit-omoi p::after {
    content: '';
    display: block;
    width: 200px; /* 必要に応じてサイズを調整 */
    height: 200px; /* 必要に応じてサイズを調整 */
    background-image: url('https://f-f-shaft.com/oyakofit-program/wp-content/uploads/2024/12/11ill.png');
    background-size: cover; /* 画像を全体に表示 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 画像を中央揃え */
		position:absolute;
right: 0;
    top: 78px;
}

.fit-omoi ul{
    display: flex;
    list-style: none;
	padding-left: 10%;
    padding-right: 10%;
	}

.fit-omoi li{
background-color: #ffeda6;
    border-radius: 15px;
    margin: 1rem;
    padding: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.fit-point{
	background-color:#73bbe1;
	    padding: 2rem;
	  counter-reset: step-counter;
}

.fit-point h3{
	color:#fff;
	font-weight:600;
	text-align:center;
}

.fit-point dl{
		background-color:#fff;
	    margin-bottom: 1.5rem;
	border-radius: 15px;
	max-width: 800px;
	margin:auto;
}
.fit-point dt{
	font-size: 1.5rem;
    color: var(--wp--preset--color--sm-accent);
}

dl.number dt {
    text-align: left;
    font-weight: bold;
    position: relative;
    padding:0.5rem 0 0.5em 4em;
    counter-increment: title;
    margin-top: 40px;
}
dl.number dt::before {
content: counter(step-counter, decimal-leading-zero);
    counter-increment: step-counter;
    position: absolute;
    top: 0;
    left: 10px;
    width: 80px;
    height: 40px;
    /* background-color: #ffd700; */
    color: #33a79d;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
	font-family: Bahnschrift;
}


.fit-point dd{
padding-left: 2rem;
}

.fit-price h3{
font-size:2rem;
	font-weight:bold;
	text-align:center;
	margin-top:3rem;
}

.point{
	display:flex;
}

.point p{
	    width: 80%;
}

.point img{
width: 20%;
    margin-right: 2rem;
	position:relative;
	top:-20px;
}

.price-box{
	background-color:#fff;
	border-radius:15px;
	padding:2rem;
	max-width:800px;
	margin: auto;
    display: block;
	margin-bottom:2rem;
	width: 90%;
}

.price-box dl{
display: flex;
    max-width: 600px;
    margin: auto;
	border-bottom:solid #ccc;
	padding-top:1.5rem;
	padding-bottom:0.25rem;
}

.price-box dt{
	width: 40%;
    padding-left: 2rem;
}

.price-box dd{
	width: 60%;
    padding-right: 1rem;
}

/* ステップフロー全体 */
.step-flow {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
	max-width: 1000px;
    margin: 3rem auto 2rem;
}


/* ステップボックス */
.step-box {
	position: relative;
  display: flex; /* 中央揃えのための設定 */
  justify-content: center;
  flex: 1; /* 高さを揃えるため、全てのボックスを均等に伸ばす */
	height: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background-color: #FFEB84; /* 黄色背景 */
  border-radius: 10px; /* 角丸 */
  padding: 20px 30px;
}

.step-box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	width: 20px;
	height: calc(tan(60deg) * 30px / 2);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #3896a6;
	margin-top: -10px;
	margin-left: 20px;
}
.step-box:last-child::after{
	content: none;
}
/* 矢印 */
.arrow {
  font-size: 24px;
  color: #333; /* 矢印の色 */
  margin-left: 10px;
  margin-right: 10px;
}


.index-contactbox{
    background-color: #ce145a;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 2rem 0 2rem 0 ;
	
}
.contactbox-txt{
	font-size: 2rem;
    text-align: center;
    color: #fff;
	line-height:150%;

}
/*推薦者の声*/
.suisen-fit{
	padding: 3rem 1rem;
}
.suisen-fit h3{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.suisen-content{
	display: flex;
	align-items: center;
	max-width: 56rem;
	background-color: #fff;
	border-radius: 1.5rem;
	margin: 0 auto 5rem;
	padding: 2rem;
}
.suisen-content img{
	width: 33%;
	max-width: 16rem;
}
.suisen-text{
	flex: 1;
	padding-left: 3rem;
}
.trainer-fit{
	background-color:#fff;
}

.trainer-fit h3{
		font-size: 2rem;
    text-align: center;	
	    padding-top: 3rem;
}

.koushi{
	display:flex;
}

.photo{
  display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
  margin:0 auto 5%;
	width:100%;
}

.photo img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius:50%;
}

.profile{
	    padding-right: 2.5rem;
    padding-bottom: 2rem;
}

.name{
	font-size:2rem;
	font-weight:bold;
	line-height:70%;
	}

.name span{
	font-size:0.9rem;
}

.profile dl{
	margin-top: 1em;
    display: flex;
	
}

.profile dt{
width: 40%;
}

.pro-pink{
    margin-top: 2rem;
    color: #ce145a;
    font-weight: 600;
}

.qa-fit h3{
			font-size: 2rem;
    text-align: center;	
	    padding-top: 3rem;
	margin-bottom:3rem;
}
.faq-item{
max-width: 800px;
    display: block;
	margin:auto;
	}

.faq-question{
    background-color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 600;
width: 100%;
    text-align: left;
	}

.faq-answer{
	margin-top:1rem;
	margin-bottom:2rem;
	
}
@media screen and (max-width: 960px) {

.about-fit {
    flex-flow: wrap;
}
	
	.about-image{
		    margin: auto;
		    margin-top:2em;
	}

	.about-image01{
	display:none;
}
	
	.about-image02{
			display:block;
margin:auto;
		border-radius:10px;
}
	
.about-fit ul {
    margin-left: -30px;
	        margin-top: 2rem;
        text-align: center;
}	
	
.fit-omoi p{
    padding: 1rem 5rem 1rem 5rem;
	}

.fit-omoi p::before {
	left:-8%;
}

.fit-omoi p::after {
right: -8%;
}

.fit-omoi ul{
    display: flex;
    list-style: none;
	padding:0;
	}	
	
.koushi {
    flex-direction: column;
}
	
.profile {
    margin: auto;
padding-right: 0;
    width: 90%;
}
	
.profile dt {
    width: 100%;
}	

	.name {
    text-align: center;
}
	
}
@media screen and (max-width: 784px) {
	.btn-space {
    gap: 1rem;
}
    .index-contact ul {
        flex-direction: column;
    }
	    .fit-omoi p {
        padding: 1rem;
    }
	
    .fit-omoi p::before {
        left: 15%;
		top: 270px;
    }
.fit-omoi p::after {
        right: 15%;
        top: 270px;
    }
		    .fit-omoi ul {
        margin-top:40%;
    }
	

	
.step-flow {
width:80%;
	margin:auto;
	display:block;
}
	.step-box{
margin-bottom:2rem;
		position:relative;
	}	
	.step-box::after{
		top: 100%;
		left: 50%;
		height: calc(tan(60deg)* 18px / 2);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		margin-top: 10px;
		margin-left: -10px;
	}
.contactbox-txt {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
	.suisen-fit{
		padding: 1rem;
	}
	.suisen-fit h3{
		font-size: 1.5rem;
	}
	.suisen-content{
		display: block;
		margin-bottom: 2rem;
		padding: 1.5rem 1rem;
	}
	.suisen-content img{
		display: block;
		float: left;
		width: 40%;
		margin-right: 1rem;
	}
	.suisen-text{
		padding-left: 0;
	}
	.faq-item{
width: 90%;
	}
	
}

@media screen and (max-width: 584px) {

    .fit-omoi p::before {
        left: 8%;
        top: 350px;
        width: 180px;
        height: 180px;
    }
    .fit-omoi p::after {
        right: 8%;
        top: 350px;
        width: 180px;
        height: 180px;
    }

		    .fit-omoi ul {
        margin-top:55%;
				flex-wrap: wrap;
    }
	.faq-question {
    font-size: 1rem;
}
}


@media screen and (max-width: 480px) {
.about-fit ul {
font-size:1rem;
}	
	
	.point{
		flex-direction: column-reverse;
	}	
	.point p{	
	width: 100%;
        padding: 1rem 1.5rem 1.5rem 0rem;
}	
	.point img {
    width: 50%;
    margin-right: 2rem;
    position: relative;
    top: 0px;
    margin: auto;
}
	
	
	
.price-box dt {
    width: 30%;
    padding-left: 0.5rem;
    text-align: center;
}	
	
.price-box dd {
    width: 70%;
    padding-rigt: 1rem;
    padding-left: 0.5rem;
}	
	
}
	
@media screen and (max-width: 440px) {	
	
   .fit-omoi p::before {
        left: 8%;
        top: 450px;
        width: 150px;
        height: 150px;
    }
    .fit-omoi p::after {
        right: 8%;
        top: 450px;
        width: 150px;
        height: 150px;
    }

		    .fit-omoi ul {
        margin-top:60%;
    }	
	}
/*page*/
.l-contents{
	background-color: #e3fbff;
	padding-top: 10rem;
}
.home .l-contents{
	padding-top: 0;
}
.c-entry__header{
	text-align: center;
}
/*contact*/
.snow-monkey-form[data-screen="confirm"] .input-dake{
	display: none;
}
.smf-item__label{
	font-weight: 700;
}
.smf-item{
	border-bottom: solid 1px #ccc;
	padding: 1rem;
}
.smf-item__label{
	display: inline-block;
	font-weight: 700;
}
.smf-item__description{
	display: inline-block;
	font-size: .75rem;
	line-height: 1;
	color: #fff;
	background-color: #c00;
	border-radius: .25rem;
	padding: .25rem;
	margin-top: 0;
	margin-left: .5rem;
}
.smf-form .smf-text-control__control{
	width: 100%;
}
.smf-form .smf-text-control__control#zip{
	width: 10rem;
}
.smf-form .smf-select-control__toggle{
	border-radius: 6px;
}
.smf-action{
	text-align: center;
	padding: 1rem;
}
.smf-action .smf-button-control__control{
	background-image: none;
	border: none;
}
.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"]{
	color: #fff;
	background-color: #ce145a;
}
.smf-action .smf-button-control__control[data-action="confirm"]:hover,
.smf-action .smf-button-control__control[data-action="complete"]:hover{
	background-color: #ec1969;
}
.smf-action .smf-button-control__control[data-action="back"]{
	background-color: #f3f3f3;
}
.smf-action .smf-button-control__control[data-action="back"]:hover{
	background-color: #eee;
}
.btn-top{
	display: block;
	max-width: 16rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #ce145a;
	border-radius: .5rem;
	margin: 0 auto;
	padding: 1rem;
}
.btn-top:hover{
	background-color: #ec1969;
}
/*特定商取引法に基づく表記*/
.tra-container{
	max-width: 60rem;
	margin: 0 auto 6rem;
}
.tra-container dl{
	border-bottom: solid 1px #ccc;
	padding: 1rem;
}

.footerlink{
text-align: center;
		margin-top:2rem;
    font-size: 0.75rem;
}

.footerlink a{
	color:#fff;

	
}