@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@font-face {
  font-family: 'zenmaru_m';
  src: url('../fonts/ZenMaruGothic-Medium.ttf');
}
body{
    margin:0;
    padding:0;
    color:#333;
    background:#fff;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    opacity:0.7;
}
#inner{
    width:1024px;
    height:auto;
    margin:0 auto;
}
#header_top{
    width:100%;
    height:60px;
    background:#fff;
}
#header_top p{
    font-size:12px;
}
#header_top_contents{
    display:flex;
    width:1024px;
    justify-content:space-between;
    align-items: center;
    position:relative;
}
.subtitle{
    margin:0;
    padding:0;
}
.contact_btn{
    width:250px;
    margin-top:10px;
}
.contact_btn:hover{
    opacity:0.7;
    transition: 0.3s;
}
.hd_contact{
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1;
	padding-right:10px;
}
.hd_contact small{
	font-weight: 400;
	font-size: 12px;
}
/*ナビ*/
.sp_nav{display: none;}
nav{
    width:100%;
    height:60px;
    background:#fff;
}
nav ul{
    width:auto;
    height:60px;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    list-style: none;
    padding:0;
}
.training{
    padding-right:120px;
}
.gym{
     padding-left:80px;
}
.trainer{
    padding:0 0.5rem;
}
nav ul li {
    width:220px;
    height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
	text-align: center;
	word-break: keep-all;
	font-size: 1.2vw;
    letter-spacing: 0.1em;
    font-family: 'zenmaru_m', sans-serif;
    margin-top:5px;
}
nav ul li a:hover{
    opacity:1;
}
nav ul li:hover{
    background:#9bcdc1;
    transition:0.3s;
}
nav ul li a:hover{
    color:#fff;
}  
.logo_a:hover{
    opacity: 0.9;
}
.logo_a{
    position:absolute;
    top:10px;
    left:412px; 
}

.logo{
    width:180px;
    background:#fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*サブページ*/
.sub_blue{
    width:100%;
    height:20px;
    background:#9bcdc1;
}
#midashi{
    width:100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.subpage_midasi{
    margin-top:100px;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: 0.1em;
    font-family: 'zenmaru_m';
    color:#9bcdc1;
	text-align: center;
}
#midashi p{
    text-align: center;
    margin-top:-50px;
    margin-bottom:80px;
}
.sp_ttl{
    display: none;
}
.nyukai{
	width:100%;
	height:55px;
	color:#fff;
	background:#9bcdc1;
	font-size: 1.7rem;
    letter-spacing: 0.1rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	justify-content: center;
	display: flex;
	align-items: center;
	margin:2rem auto;
	clip-path: polygon(100% 0, 98% 50%, 100% 100%, 0% 100%, 2% 50%, 0% 0%);
}
.plan_ttl{
	background:#d0f5ff;
	color:#219dbd;
}
.voice_ttl{
	background:#f6e7f1;
	color:#c88db4;
}
.ryokin_flex{
	display: flex;
	justify-content: space-between;
}
.ryokinbox{
	width: 43%;
    border-radius: 15px;
	padding:10px 20px 20px 20px;
	background:#fff;
}
.womanbox{
	border: 6px solid #fbd9d5;
}
.manbox{
	border: 6px solid #d1f5fe;
}
.ryokin_cate{
	display: flex;
	flex-direction: row;
}
.ryokin_cate2{
	display: flex;
	flex-direction: row;
	width:50%;
}
.woman_ryokin{
	color: #dc8f86;
    background: #fbe2df;
    padding: 5px;
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
    font-size: 1.2rem;
}
.man_ryokin{
	color: #42b4d1;
    background: #d1f5fe;
    padding: 5px;
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
    font-size: 1.2rem;
}
.plan{
	padding:5px 10px;
	width:50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.woman1_p{
	background:#fceada;
}
.woman2_p{
	background:#f6e7f1;
}
.woman3_p{
	background:#d0f5ff;
}
.woman4_p{
	background:#add8cd;
}
.man1_p{
	background:#ffeeb9;
}
.man2_p{
	background:#b5e3f2;
}
.man3_p{
	background:#b6ddd3;
}
.man4_p{
	background:#f6e7f1;
}
.price{
	background:#fff;
	width:50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.woman1_pr{
	border:2px solid #fceada;
}
.woman2_pr{
	border:2px solid #f6e7f1;
}
.woman3_pr{
	border:2px solid #d0f5ff;
}
.woman4_pr{
	border:2px solid #add8cd;
}
.man1_pr{
	border:2px solid #ffeeb9;
}
.man2_pr{
	border:2px solid #b5e3f2;
}
.man3_pr{
	border:2px solid #b6ddd3;
}
.man4_pr{
	border:2px solid #f6e7f1;
}
.planttl{
	color:#9bcdc1;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.plan_caption{
	width:100%;
	padding: 10px;
    margin: 10px auto 30px auto;
	background:#fff;
}
.plan_caption ul{
	margin:0;
}
.plancap_w1{
	background: linear-gradient(transparent 70%, #fceada 70%);
}
.plancap_w2{
	background: linear-gradient(transparent 70%, #f6e7f1 70%);
}
.plancap_w3{
	background: linear-gradient(transparent 70%, #d0f5ff 70%);
}
.plancap_w4{
	background: linear-gradient(transparent 70%, #add8cd 70%);
}
.plancap_m1{
	background: linear-gradient(transparent 70%, #ffeeb9 70%);
}
.plancap_m2{
	background: linear-gradient(transparent 70%, #b5e3f2 70%);
}
.plancap_m3{
	background: linear-gradient(transparent 70%, #b6ddd3 70%);
}
.plancap_m4{
	background: linear-gradient(transparent 70%, #f6e7f1 70%);
}
.con_wrap{
	margin-bottom:70px;
}
.con_txt{
	text-align: center;
}
.contactflex{
	display: flex;
	justify-content: center;
}
.contactflex2{
	display: flex;
	justify-content: center;
}
.telephone a{
	font-size: 1.5rem;
	color:#1e3db9;
	font-weight: 700;
}
.telephone{
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.telephone img{
	width:30px;
	margin-right:10px;
}
.bluebtn{
	background: #1e3db9;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
	border:2px solid #1e3db9;
	margin-right:30px;
}
.bluebtn:hover{
	background:#fff;
	color:#1e3db9;
	opacity: 1;
	transition: all 0.3s;
}
.grnbtn{
	background: #96c1b6;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
	border:2px solid #96c1b6;
}
.grnbtn:hover{
	background:#fff;
	color:#96c1b6;
	opacity: 1;
	transition: all 0.3s;
}
.lead{
	text-align: center;
}