@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
#aboutpage,#fitness,#diet,#senshu,#physical,#kids{
    padding-top:60px;
    margin-top:-60px;
}
.photo_flex{
    display: flex;
    justify-content: space-between;
    margin:auto;
}
.photo_innerbox{
    display: flex;
    flex-direction:column;
    align-items: center;
    width:90%;   
}
.ab_tp{
    margin-bottom:50px;
}
.lead{
	text-align: center;
}
table.gaiyou{
    border-collapse: collapse;
	width:100%;
}
th{
    white-space: nowrap;
}
.taiken_tb{
    display:flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}
span.red{
	color:#cc0000;
	border-bottom:1px solid #cc0000;
}
.can_small{
    color: #cc0000;
    text-align: center;
}
.can_p{
    text-align: center;
    color: #cc0000;
    margin-bottom:10px;
}
.can_big{
    font-size:1.3rem;
    font-weight: bold;
}
span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: #cc0000;
}
.motimonolist ul{
    padding-left:0;
}
.motimonolist ul li{
    list-style: inside;
    margin:0;
    text-align: left;
}
table.gaiyou th{
    background:rgba(204, 0, 0, 0.7);
    color: #fff;
    border: 1px solid #CC0000;
    padding:1rem;
}
table.gaiyou td{
    background:#fff;
    color: #000;
    border: 1px solid #CC0000;
    padding:1rem;
    white-space: nowrap;
}
.plan{
	background:#0784d1;
	color:#fff;
	padding:4px;
}
.plan2{
	background:rgba(204, 0, 0, 0.6);
	color:#fff;
	padding:4px;
}
.lesson_a{
    text-decoration: underline;
}
.lesson_a:hover{
    opacity:0.6;
}
.ulflex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ulflex ul{
    line-height:2rem;
}
.ulflex ul li{
    list-style: decimal;
    
}
.access_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.photoimage{
    width:400px;
    height:400px;
    background:gray;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.name{
    color:#000;
}

@media (min-width: 640px) {
    .sub_photo{
        width:400px;
    }
    .kara{
        width:330px;
        height:235px;
    }
    table.gaiyou{
        width:48%;
    }
    .gymphoto{
        width:48%;
    }
    .ab{
        margin-bottom:100px;
        display: block;
    }
    .flex2{
        margin-top:50px;
    }
    .trainer_flex{
        display: flex;
        flex-direction:row;
        justify-content: flex-start;
        align-items: top; 
        margin-top:30px;
    }
    .nameflex{
        padding-left:2rem;
    }
}
