
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace, serif}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

 /*reset*/



*{
    box-sizing: border-box;
    line-height: normal;
    word-break: break-all;
}


html{
font-family: "Inter","Noto Sans JP", serif;
font-weight: 400;
font-style: normal;
background-color: #FFFFFF;
color:#333333;
font-size: 10px;
}

.fontMont{
    font-family: "Montserrat", serif;
}

.wrap{
    position: relative;
    background-color: #F5F5F5;
}
.contents{
    background-color: #FFFFFF;
    padding-top: 150px;
    padding-bottom: 250px;
    border-radius: 0 0 50px 50px ;
    box-shadow: 0px 8px 55px 4px rgba(0,0,0,0.08);
}

.inner{
    margin: auto;
    padding:0 25px;
    max-width:1170px;
}

.header{
    background-color: #00BDE1;    
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
    z-index: 10;
}

.header img.logo{
    position: absolute;
    left:25px;    
    width: 355px;
    top:50%;
    transform: translateY(-50%);
}

.header .navigation .navInner{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 25px;
    padding: 24px 25px 24px 0;
}


.header .navigation ul.globalNav{
    display: flex;
    list-style: none;
    align-items: center;
    padding-right: 40px;
}

.header .navigation ul.globalNav li{
    margin-left: 30px;
}
.header .navigation ul.globalNav li:nth-of-type(1){
    margin-left: 0;
}

.header .navigation ul.globalNav li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    border-width: 0;
    padding: 5px 0;
}

.header .navigation ul.globalNav li a:after{
    width: 0px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    transition: 0.3s;
    background-color: #FFFFFF;
    left: 0;
    bottom:0;
}

body.about .header .navigation ul.globalNav li a.navAbout:after,
body.menu .header .navigation ul.globalNav li a.navMenu:after,
body.price .header .navigation ul.globalNav li a.navPrice:after,
body.access .header .navigation ul.globalNav li a.navAccess:after,
.header .navigation ul.globalNav li a:hover:after{
    width: 100%;
}

body.about .header .navigation ul.globalNav li a.navAbout,
body.menu .header .navigation ul.globalNav li a.navMenu,
body.price .header .navigation ul.globalNav li a.navPrice,
body.access .header .navigation ul.globalNav li a.navAccess{
    pointer-events: none;
}



.header .navigation ul.reserveBtn{
    display: flex;
    list-style: none;
}

.header .navigation ul.reserveBtn li {
    margin-left: 14px;

}

.header .navigation ul.reserveBtn li a{
    color: #00BDE1;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 17px 27px 18px 52px;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left 28px center;
    line-height: 1;
    border: solid 1px#FFFFFF;
    transition: 0.3s;
    width: 194px;
}

.header .navigation ul.reserveBtn li a:hover{
    color: #FFFFFF;
    background-color: #00BDE1;

}

.header .navigation ul.reserveBtn li a.tel{
    background-image: url('../img/tel_icon.svg');
}
.header .navigation ul.reserveBtn li a.line{
    background-image: url('../img/line_icon.svg');
}

.header .navigation ul.reserveBtn li a.tel:hover{
    background-image: url('../img/tel_icon_hover.svg');
}
.header .navigation ul.reserveBtn li a.line:hover{
    background-image: url('../img/line_icon_hover.svg');
}



.footer{
    padding: 100px  0 ;
}

.footer h2{
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5; 
    margin-bottom: 50px;
}

.footer .footerInner{
    display: flex;
    position: relative;
}


.footer .calendar{
    width: 53.5%;
    margin-right: 11%;
    position: relative;
    padding-top: 2.5%;
}



.footer .calendar img{
    width: 100%;
}

.footer .credits{
    width: calc(100% - 53.5% - 11%);
    position: relative;
}

.footer .credits img.logo{
    width: 100%;
    margin-bottom: 32px;
}

.footer .credits  p.address{
    font-size: 1.6rem;
    line-height:1.5625;
    margin-bottom: 10px;
}

.footer .credits .sns a:hover{
    opacity: 0.8;
}

.footer .credits .sns img{
    width: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.footer .credits .sns p{
    display: inline-block;
    line-height: 2.5;
}

.footer .credits p.copy{
    margin-top: 65px;
}

h2.title{
    font-weight: 600;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

h2.title span{
    font-weight: 600;
    position: relative;
    font-size: 4.2rem;
    display: block;
    letter-spacing: 0.05em;
}

h2.title span:before{
    content: "";
    display: block;
    width: 16px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00BDE1;
}

/*top*/
.mainImage{
    padding-left: 5vw;
    position: relative;
}

.mainImage img{
    width: 100%;
}

.mainImage p.text{
    font-size: 2.63vw;
    line-height: 1.84;
    position: absolute;
    left: 8.68vw;
    bottom:8.33vw;
    color: #FFFFFF;
    font-weight: bold;
}

.topAbout{
    padding: 74px 0 150px;
    background-image: url('../img/topAbout_bg.svg');
    background-position: center top 188px;
    background-size: 100%;
}


.topAbout .topAboutBox{
    display: flex;
    margin-top: 32px;
    justify-content: flex-end;
}

.topAbout .topAboutBox p{
    font-size: 2.4rem;
    line-height: 2.5;
    margin-bottom: 60px;
    font-weight: bold;
}
.topAbout .topAboutBox a.more{
    color: #00BDE1;
    border-radius: 100px;
    border: solid 2px #00BDE1;
    font-size: 1.6rem;
    line-height: 1;
    padding: 26px 98px 25px ;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    transition: 0.3s;
}

.topAbout .topAboutBox a.more:hover{
    background-color: #00BDE1;
    color: #FFFFFF;
}

.topFeatures{
    background-color: #00BDE1;
    border-radius: 50px;
    padding:100px 0;
    color: 
    #FFFFFF;
}

.topFeatures h2{
    position: relative;
    text-align: center;
    width: fit-content;
    font-size: 3.4rem;
    padding: 0 50px;
    margin: 0 auto 78px;
}

.topFeatures h2::before{
    content:"";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}

.topFeatures h2::after{
    content:"";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

.topFeatures ul.topFeaturesBox{
    display: flex;
        position: relative;
        gap: 95px;
        justify-content: space-between;
        list-style: none;
}
.topFeatures ul.topFeaturesBox li{
    position: relative;
    width:calc((100% - 190px) /3);
}

.topFeatures ul.topFeaturesBox li h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.topFeatures ul.topFeaturesBox li img{
    max-width: 100%;
    margin-bottom: 25px;
}

.topFeatures ul.topFeaturesBox li img.num{
    position: absolute;
    max-width: fit-content;
    height: 54px;
    left: -31px;
    top: 40px;
}

.topFeatures ul.topFeaturesBox li  p{
    font-size: 1.4rem;
    line-height: 1.7;
}

.topFeatures ul.youtube{
    display: flex;
    gap:40px;
    list-style: none;
    margin-top: 80px;
}
.topFeatures ul.youtube li{
    width: calc(100% - 40px);
}

.topFeatures ul.youtube li .box{
    position: relative;
    padding-bottom: 56.25%;
}

.topFeatures ul.youtube li .box iframe{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}

.topCta{
    padding-top: 100px;
}

.topCta p.catch{
 font-size: 2.4rem;
 line-height: 1.25;
 text-align: center;
 font-weight: bold;
 padding-bottom: 10px;
 border-bottom: solid 1px #333333;
 width: fit-content;
 margin: auto;
}

.topCta p.catch span{
    color: #00BDE1;
}
.topCta p.note{
    font-size: 1.8rem;
    line-height: 1.66;
    text-align: center;
    margin-top: 10px;
}


.topCta ul.reserveBtn{
    list-style: none;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 50px;
}
.topCta ul.reserveBtn li a{
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00BDE1;
    border: solid 1px#FFFFFF;
    border-radius: 100px;
    padding: 25px 27px 25px 52px;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left 64px center;
    line-height: 1;
    transition: 0.3s;
    width: 280px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

.topCta ul.reserveBtn li a:hover{
    color: #00BDE1;
    background-color: #FFFFFF;
    border: solid 1px#00BDE1;
}

.topCta ul.reserveBtn li a.tel{
    background-image: url('../img/tel_icon_hover.svg');
}
.topCta ul.reserveBtn li a.line{
    background-image: url('../img/line_icon_hover.svg');
}

.topCta ul.reserveBtn li a.tel:hover{
    background-image: url('../img/tel_icon.svg');
}
.topCta ul.reserveBtn li a.line:hover{
    background-image: url('../img/line_icon.svg');
}

.topMenu{
    padding-top: 125px;
}

.topMenu ul{
    list-style: none;
    display: flex;
    margin-top: 48px;
    gap: 32px;
    position: relative;
    flex-wrap: wrap;
}

.topMenu ul li{
    width: calc((100% - 64px) / 3);
    margin-bottom: 32px;
}

.topMenu ul li a{
    font-size: 2.0rem;
    padding: 31px 0 31px 100px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-image: url(../img/check_icon.svg);
    background-repeat: no-repeat;
    background-position: left 74px center;
    background-size: 17px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    transition: 0.3s;
}

.topMenu ul li a:hover{
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

.topAccess{
    padding-top: 125px;
}

.topAccessBox{
    text-align: center;
    margin-top: 50px;
}

.topAccessBox p.address{
    font-size: 2.0rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 10px;
}

.topAccessBox p.address:before{
    content:url('../img/map_pin.svg');
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
}

.topAccessBox a.googleMap{
    font-size: 1.6rem;
    color: #00BDE1;
    line-height: 1.25;
    font-weight: bold;
}

.topAccessBox a.googleMap:after{
    content:url('../img/new_window.svg');
    display: inline-block;
    width: 15px;
    margin-left: 10px;
}


.topAccessBox p.route{
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 20px;
}
.topAccessBox p.tel{
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 20px;
}

.topParkingBox{
    text-align: center;
    margin-top: 50px;
}

.topParkingBox p.address{
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 20px;
}
.topParkingBox a.googleMap{
    font-size: 1.6rem;
    color: #00BDE1;
    line-height: 1.25;
    font-weight: bold;
}

.topParkingBox a.googleMap:after{
    content:url('../img/new_window.svg');
    display: inline-block;
    width: 15px;
    margin-left: 10px;
}

.topParkingBox p.parking{
    font-size: 2.0rem;
    line-height: 1.25;
    font-weight: bold;
}
.topParkingBox p.parkInfo{
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 20px;
}

.topParkingBox img.parking_map{
    display: block;
    margin: 50px auto 0;
    width: 100%;
    max-width: 546px;
}

.topProfile{
    padding-top: 125px;
}


.topProfile .topProfileBox{
    margin-top: 50px;
}

.topProfile .topProfileBox ul{
    list-style: none;
}

.topProfile .topProfileBox ul li{
    display: flex;
    position: relative;
    margin-bottom: 78px;
}

.topProfile .topProfileBox ul li:nth-last-of-type(1){
    margin-bottom: 0;
}

.topProfile .topProfileBox ul li .image{
    width: 35%;
    position: relative;
    margin-right: 9%;
}

.topProfile .topProfileBox ul li .image img{
    width: 100%;
}

.topProfile .topProfileBox ul li .profileText{
    width: calc(100% - 44%);
}

.topProfile .topProfileBox ul li .profileText p.position{
    font-size: 1.2rem;
    line-height: 2.0;
}

.topProfile .topProfileBox ul li .profileText .name{
    position: relative;
    margin-top: 10px;
    color: #00BDE1;
}

.topProfile .topProfileBox ul li .profileText .name p.nameJa{
    font-size: 2.0rem;
    line-height: 1.25;
}
.topProfile .topProfileBox ul li .profileText .name p.nameEn{
    font-size: 1.2rem;
    line-height: 2.0;
}

.topProfile .topProfileBox ul li .profileText .name a{
    transition: 0.3s;
}
.topProfile .topProfileBox ul li .profileText .name a:hover{
    opacity: 0.8;
}

.topProfile .topProfileBox ul li .profileText .name img.sns{
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.topProfile .topProfileBox ul li .profileText .comment{
    font-size: 1.4rem;
    line-height: 1.78;
    margin-top: 15px;
}


/*about*/
body.about .contents p{
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2.5;
}
body.about .contents p.catch{
    margin-top: 75px;
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: bold;
}

/*price*/
body.price .priceBox{
    margin-top: 30px;
    padding: 75px 96px;
    background-color: #EDFBFF;
    border-radius: 50px;
}
body.price .priceBox:nth-of-type(1){
    margin-top: 60px;
}

body.price .priceBox h3{
    font-size: 2.4rem;
    line-height: 1.25;
    color: #00BDE1;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #D4D4D4;
}

body.price .priceBox h3 span.reserve{
    color: #00BDE1;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0 15px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -7px;
}

body.price .priceBox p{
    font-size: 1.6rem;
    line-height: 1.875;
}
body.price .priceBox p.bold{
color: #00BDE1;
font-weight: bold;
}

body.price .priceBox h4{
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
}
body.price .priceBox h4::before{
    content:"";
    width: 5px;
    border-radius: 50px;
    height: 16px;
    background-color: #00BDE1;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}

body.price .priceBox .priceBoxList{
    margin: 30px 0;
}
body.price .priceBox .priceBoxList:nth-last-of-type(1){
    margin-bottom: 0;
}

body.price .priceBox .priceBoxList table td,
body.price .priceBox .priceBoxList table th{
    text-align: left;
    vertical-align: middle;
}
body.price .priceBox .priceBoxList table th{
    min-width: 230px;
    padding-right: 20px;
}


/* menu */
body.menu .menuBox{
    margin-top: 30px;
    padding: 75px 96px;
    background-color: #EDFBFF;
    border-radius: 50px;
}
body.menu .menuBox:nth-of-type(1){
    margin-top: 60px;
}

body.menu .menuBox h3{
    font-size: 2.4rem;
    line-height: 1.25;
    color: #00BDE1;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #D4D4D4;
}

body.menu .menuBox h3 span.reserve{
    color: #00BDE1;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0 15px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -7px;
}

body.menu .menuBox p{
    font-size: 1.6rem;
    line-height: 1.875;
}
body.menu .menuBox p.center{
    text-align: center;
    margin-bottom: 50px;
}

body.menu .menuBox h4.warr{
    text-align: center;
    margin: 50px 0 30px;
    text-align: center;
    line-height: 1.25;
    font-size: 2.4rem;
}

body.menu .menuBox p span.bold{
    font-weight: bold;
    color: #00BDE1;
}

body.menu .menuBox p.bold{
color: #00BDE1;
font-weight: bold;
}

body.menu .menuBox .menuBoxList{
    margin: 50px 0 30px;
}

body.menu .menuBox .menuBoxList h4{
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    margin-bottom: 15px;
    border-bottom: solid 1px #D4D4D4;
    padding-bottom: 15px;
}

body.menu .menuBox .menuBoxList h4.category{
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 6px;
    border-bottom: none;
    margin-top: 30px;
}
body.menu .menuBox .menuBoxList h4.category::before{
    content:"";
    width: 5px;
    border-radius: 50px;
    height: 16px;
    background-color: #00BDE1;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}



body.menu .menuBox .menuBoxList table td,
body.menu .menuBox .menuBoxList table th{
    text-align: left;
    vertical-align: middle;
}
body.menu .menuBox .menuBoxList table th{
    min-width: 230px;
    padding-right: 20px;
}


body.menu .menuBox img.earlyRecovery_01{
    display: block;
    margin:50px auto 0;
    width: 100%;
    max-width: 400px;
}

body.menu .menuBox .sportsInjuriesBox{
    margin-top: 60px;
}
body.menu .menuBox .sportsInjuriesBox .sportsInjuriesBoxDetail{
    margin-top: 50px;
} 

body.menu .menuBox .sportsInjuriesBox h4{
    color: #00BDE1;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
}

body.menu .menuBox .sportsInjuriesBox h5{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

body.menu .menuBox img.sportsInjuries_01,
body.menu .menuBox img.sportsInjuries_02{
    display: block;
    margin:50px auto 50px;
    width: 100%;
    max-width: 360px;
}


body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo{
    display: flex;
    position: relative;
    gap:17px;
    list-style: none;
    margin: 30px 0;
}

body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo li{
    width: calc((100% - 34px) / 3);
    position: relative;
    
}
body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo li img{
    width: 100%;
}
body.menu #echo.menuBox ul.echoPhoto {
    display: flex;
    position: relative;
    gap: 16px;
    list-style: none;
    margin: 30px 0 15px;
    flex-wrap: wrap;
}

body.menu #echo.menuBox ul.echoPhoto li{
    width: calc((100% - 16px)/2);
}
body.menu #echo.menuBox ul.echoPhoto li img{
    width: 100%;
}

body.menu #echo.menuBox p.medicalCheck{
    font-weight: bold;
    font-size: 1.8rem;
}

body.menu #pitching.menuBox ul.pitchingPhoto {
    display: flex;
    position: relative;
    gap: 16px;
    list-style: none;
    margin: 30px 0 15px;
    flex-wrap: wrap;
}

body.menu #pitching.menuBox ul.pitchingPhoto li{
    width: calc((100% - 16px)/2);
}
body.menu #pitching.menuBox ul.pitchingPhoto li img{
    width: 100%;
}

body.menu #knee.menuBox span.catch{
    font-weight: bold;
    color: #00BDE1;
    font-size: 2.0rem;
    display: block;
    line-height: 1.5;
}


body.menu #knee.menuBox ul.kneePhoto {
    display: flex;
        position: relative;
        gap: 16px;
        list-style: none;
        margin: 30px 0;
        flex-wrap: wrap;
        justify-content: center;
}

body.menu #knee.menuBox ul.kneePhoto li{
    max-width: 254px;
}
body.menu #knee.menuBox ul.kneePhoto li img{
    width: 100%;
}

body.menu #knee.menuBox ul.kneePhoto li p.none{
    text-align: center;
    margin-top: 18px;
}

body.menu #fracture.menuBox ul.fracturePhoto{
    display: flex;
    position: relative;
    gap:17px;
    list-style: none;
    margin: 30px 0;
}

body.menu #fracture.menuBox ul.fracturePhoto li{
    width: calc((100% - 34px) / 3);
    position: relative;
    
}
body.menu #fracture.menuBox ul.fracturePhoto li img{
    width: 100%;
}

/*BLOG*/

.topBlog{
    padding-top: 125px;
}


body.blogArchive ul.blogList,
.topBlog ul.blogList{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 64px;
}

body.blogArchive ul.blogList li,
.topBlog ul.blogList li{
    position: relative;
    width: calc((100% - 96px) /2 );
    list-style: none;
    border-bottom: solid 1px #e8e8e8;
    margin-right: 96px;
    margin-bottom: 40px;
    padding-bottom: 32px;
}

body.blogArchive ul.blogList li:nth-of-type(2n),
.topBlog ul.blogList li:nth-of-type(2n){
    margin-right: 0;
}

body.blogArchive ul.blogList li a,
.topBlog ul.blogList li a{
    display: flex;
        text-decoration: none;
        align-items: flex-start;
}

body.blogArchive ul.blogList li a .img,
.topBlog ul.blogList li a .img{
    width: 160px;
    margin-right: 32px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

body.blogArchive ul.blogList li a .img .thumb,
.topBlog ul.blogList li a .img .thumb{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
}

body.blogArchive ul.blogList li a .text,
.topBlog ul.blogList li a .text{
    width: calc(100% - 192px);
}

body.blogArchive ul.blogList li a .text span.pubdate,
.topBlog ul.blogList li a .text span.pubdate{
    color: #00BDE1;
    font-size: 1.4rem;
    margin-bottom: 17px;
    display: block;
    line-height: 1;
}

body.blogArchive ul.blogList li a .text p.title,
.topBlog ul.blogList li a .text p.title{
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
}

.topBlog a.viewMore{
    display: block;
    width: fit-content;
    color: #00BDE1;
    border: solid 1px #00BDE1;
    border-radius: 100px;
    margin:25px auto 0 ;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 25px 100px;
}

body.blogArchive ul.pager{
    margin-top: 30px;
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.blogArchive ul.pager li{
    position: relative;
}


body.blogArchive ul.pager li p,
body.blogArchive ul.pager li a{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 1.2rem;
    display: flex;
    background-color: #e8e8e8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
}

body.blogArchive ul.pager li a{
    background-color: #00BDE1;
    color:#FFFFFF;
    
}


body.singleBlog .titles{
    margin:40px auto 32px 0;
    border-bottom: solid 1px #00BDE1;
    padding-bottom: 16px;
    width: calc(100% - 352px);
}

body.singleBlog .titles p.pubDate{
    color: #00BDE1;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

body.singleBlog .titles p.title{
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: bold;
}

body.singleBlog .singleBlock{
    display: flex;
    position: relative;
    gap: 64px;
}

body.singleBlog .singleBlock .blogDetail{
    width: calc(100% - 352px);
}

body.singleBlog .singleBlock .blogDetail .postContents{
    position: relative;
}

body.singleBlog .singleBlock .blogDetail .postContents .eyecatch{
    width: 100%;
    max-width:100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

body.singleBlog .singleBlock .blogDetail .postContents .eyecatch img{
    max-width:100%;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents{
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-family: "Inter","Noto Sans JP", serif!important;
    padding-bottom: 32px;
    margin-bottom: 122px;
    border-bottom: solid 1px #333333;
    position: relative;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents p{
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 16px;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents h2{
    font-size: 2.0rem;
    color: #00BDE1;
    font-weight: bold;
    margin-bottom: 16px;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents img{
    max-width: 100%;
    height: auto!important;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents iframe{
    max-width: 100%;
}

body.singleBlog .singleBlock .blogDetail .hrefList{
    text-align: center;
    position: relative;
} 

body.singleBlog .singleBlock .blogDetail .hrefList a,
body.singleBlog .singleBlock .blogDetail .hrefList a span{
    color: #00BDE1;
    font-weight: bold;
    line-height: 1;
    font-size: 1.6rem;
    text-decoration: none;
}

body.singleBlog .singleBlock .blogDetail .hrefList a.prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
body.singleBlog .singleBlock .blogDetail .hrefList a.next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
body.singleBlog .singleBlock .blogDetail .hrefList a.prev span{
    display: flex;
    align-items: center;
}
body.singleBlog .singleBlock .blogDetail .hrefList a.prev span:before{
content:"←";
margin-right: 16px;
}
body.singleBlog .singleBlock .blogDetail .hrefList a.next span{
    display: flex;
    align-items: center;
}
body.singleBlog .singleBlock .blogDetail .hrefList a.next span:after{
content:"→";
margin-left: 16px;
}






body.singleBlog .singleBlock .related{
    width: 288px;
}

body.singleBlog .singleBlock .related h2{
    position: relative;
    color: #333333;
    padding-left: 25px;
    margin-bottom: 16px;
    font-size: 1.6rem;
}
body.singleBlog .singleBlock .related h2:before{
    content: "";
    display: block;
    width: 16px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00BDE1;
}

body.singleBlog .singleBlock .related ul{
    display: flex;
    background-color: rgba(212, 212, 212, 0.1);
    border-radius: 18px;
    padding: 32px;
    flex-direction: column;
}

body.singleBlog .singleBlock .related ul li{
    margin-bottom: 16px;
    padding-bottom: 16px;
    list-style: none;
    position: relative;
    border-bottom: solid 1px #e8e8e8;
}
body.singleBlog .singleBlock .related ul li:nth-last-of-type(1){
    margin-bottom: 0;
}

body.singleBlog .singleBlock .related ul li a{
    color: #333333;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    background-image: url('../img/blogrelatedArrow.svg');
    background-position: right center;
    background-size: 14px 14px;
    font-weight: 500;
    padding-right: 20px;
    text-decoration: none;
}

body.singleBlog .singleBlock .related .monthly{
    margin-top: 64px;
}


.forSp{
	display: none;
}

.forPc{
	display: block;
}

@media screen and (max-width: 780px){
body.hidden{
overflow: hidden;
}

.inner{
    padding-left: 25px;
    padding-right: 25px;
}

.header {
    height: 75px;
}
.header img.logo{
    width: 232px;
    left: 15px;
    z-index: 20;
}

.header .menuToggle{
position: fixed;
z-index: 20;
right: 0;
top:0;
width: 75px;
height: 75px;
}

.header .menuToggle .inner{
    width: 75px;
height: 75px;
    padding: 0;
}

.header .menuToggle .inner span{
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.header .menuToggle .inner span{
    transform: translateX(-50%);
    top:50%;
    margin-top: -1px;
    left: 50%;
    transition: 0.3s;
}
.header .menuToggle .inner span:nth-of-type(1){
    margin-top: -9px;
}
.header .menuToggle .inner span:nth-of-type(3){
    margin-top: 7px;
}


.header .menuToggle.open .inner span:nth-of-type(2){
    display: none;
}
.header .menuToggle.open .inner span:nth-of-type(1){
    transform: translateX(-50%) rotate(25deg);
    margin-top: -1px;
}
.header .menuToggle.open .inner span:nth-of-type(3){
    transform: translateX(-50%) rotate(-25deg);
    margin-top: -1px;
}




.header .navigation{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color:#00BDE1;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.header .navigation.show{
    opacity: 1;
    visibility: visible;
}
.header .navigation .navInner{
    display: block;
    width: 100%;
    height: fit-content;
    padding: 75px 56px;
    text-align: center;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header .navigation ul.globalNav{
    margin: 0;
    padding: 0;
    display: block;
}
.header .navigation ul.globalNav li{
    margin-bottom: 25px;
    margin-left: 0;
    text-align: center;
}
.header .navigation ul.globalNav li a{
    font-size: 2.3rem;
}
.header .navigation ul.reserveBtn{
    display: block;
}

.header .navigation ul.reserveBtn li{
    margin-left: 0;
    margin-bottom: 25px;
}
.header .navigation ul.reserveBtn li a{
    width: 100%;
}

.footer{
    padding-top: 75px;
    padding-bottom:20px;
}

.footer h2{
    text-align: center;
    font-size: 1.6rem;
}
.footer .footerInner{
    display: block;
}

.footer .calendar,
.footer .credits{
    width: 100%;
    margin: auto;
}

.footer .calendar{
    margin-bottom: 50px;
}

.footer .credits{
    text-align: center;
}
.footer .credits img.logo {
    max-width: 250px;
    margin-bottom: 15px;
}
.footer .credits p.address{
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.footer .credits .sns img{
    width: 40px;
}
.footer .credits .sns p{
    display: block;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1;
}

.footer .credits .sns a:nth-last-of-type(1) img{
    margin-right: 0;
}

.contents{
    padding-top: 125px;
    padding-bottom: 75px;
    border-radius:0 0  25px 25px;
}

.mainImage{
    padding-left: 25px;
}

.mainImage p.text{
    font-size: 6.1vw;
    left: calc(25px + 10.1vw);
    bottom:134px;
}

h2.title{
    padding-left: 18px;
}
h2.title span{
    font-size: 2.8rem;
}
h2.title span:before{
    width: 12px;
    left: -18px;
}

.topAbout {
    padding-top: 50px;
    padding-bottom: 75px;
    background-position: left top 120px;
}
.topAbout .topAboutBox{
    margin-top: 75px;
}
.topAbout .topAboutBox p{
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.topAbout .topAboutBox a.more{
    padding: 25px 100px;
    max-width: 100%;
    margin: auto;
}

.topFeatures{
    border-radius: 25px;
    padding: 75px 0;
}

.topFeatures h2{
    font-size: 1.8rem;
    padding: 0 6px;
    margin-bottom: 50px;
}
.topFeatures h2::before,
.topFeatures h2::after{
    width: 5px;
}

.topFeatures ul.topFeaturesBox{
    display: block;
}
.topFeatures ul.topFeaturesBox li{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.topFeatures ul.topFeaturesBox li:nth-last-of-type(1){
    margin-bottom: 0
}

.topFeatures ul.topFeaturesBox li h3{
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.topFeatures ul.topFeaturesBox li img{
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.topFeatures ul.topFeaturesBox li img.num{
    left: 0;
    top:25px;
}

.topFeatures ul.youtube{
    margin-top: 50px;
    flex-direction: column;
    gap:20px;
}
.topFeatures ul.youtube li{
    width: 100%;
}


.topCta{
    padding-top: 75px;
}

.topCta p.catch{
    font-size: 1.8rem;
    line-height: 2;
    border-bottom: none;
    padding-bottom: 0;
    text-decoration: underline;
}
.topCta p.note{
    font-size: 1.4rem;
}

.topCta ul.reserveBtn{
    display: block;
}

.topCta ul.reserveBtn li{
    display: block;
    width: 100%;
    margin-bottom: 25px
}

.topCta ul.reserveBtn li:nth-last-of-type(1){
    margin-bottom: 0
}

.topCta ul.reserveBtn li a{
    display: block;
    width: calc(100% - 20px);
}

.topMenu{
    padding-top: 75px;
}

.topMenu ul{
    margin-top: 25px;
    gap: 9px;
}

.topMenu ul li{
    width: calc((100% - 9px) / 2);
    margin-bottom: 0;
    display: flex;
}

.topMenu ul li a{
    padding: 25px 0 25px 38px;
    font-size: 1.4rem;
    background-size: 12px auto;
    background-position: left 20px center;
    width: 100%;
}

.topMenu ul li.echo a{
    line-height: 1.2;
    padding: 18px 0 18px 38px;
}


.topAccessBox{
    margin-top: 25px;
}

.topAccessBox p.address{
    font-size: 1.4rem;
    line-height: 1.5;
}

.topAccessBox a.googleMap{
    font-size: 1.4rem;
    line-height: 1.5;
}
.topAccessBox a.googleMap:after{
    width: 10px;
    margin-left: 5px;
}

.topAccessBox p.route{
    font-size: 1.4rem;
    line-height: 1.5;
}
.topAccessBox p.tel{
    font-size: 1.6rem;
}
.topParkingBox p.parking{
    font-size: 1.4rem;
}
.topParkingBox p.address{
    font-size: 1.4rem;
}
.topParkingBox a.googleMap{
    font-size: 1.4rem;
    line-height: 1.5;
}
.topParkingBox a.googleMap:after{
    width: 10px;
    margin-left: 5px;
}
.topParkingBox p.parkInfo{
    font-size: 1.4rem;
}

.topProfile{
    padding-top: 75px;
}

.topProfile .topProfileBox{
    margin-top: 25px;
}

.topProfile .topProfileBox ul li{
    display: block;
    margin-bottom: 50px;
}

.topProfile .topProfileBox ul li .image{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 60px;
}
.topProfile .topProfileBox ul li .profileText{
    width: 100%;
}
.topProfile .topProfileBox ul li .profileText p.position,
.topProfile .topProfileBox ul li .profileText .name{
    text-align: center;
}

.topProfile .topProfileBox ul li .profileText .name img.sns{
    width: 35px;
}

body.about .contents p.catch{
    margin-top: 25px;
    font-size: 1.8rem;
}

body.about .contents p{
    margin-top: 25px;
    font-size: 1.4rem;
}

body.price .priceBox{
    padding: 25px 25px;
    border-radius: 25px;
}
body.price .priceBox:nth-of-type(1){
    margin-top: 25px;
}
body.price .priceBox h3{
    font-size: 1.6rem;
    line-height: 2.1875;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
body.price .priceBox h3 span.reserve{
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

body.price .priceBox p{
    font-size: 1.4rem;
}
body.price .priceBox .priceBoxList,
body.price .priceBox .priceBoxList:nth-last-of-type(1){
    margin: 25px 0;
}

body.price .priceBox h4{
    font-size: 1.4rem;   
}


body.price .priceBox .priceBoxList table th{
    min-width: 90px;
}


body.price .priceBox .priceBoxList table.other{
    display: block;
}
body.price .priceBox .priceBoxList table.other tr{
    margin-bottom: 25px;
    display: block;
}
body.price .priceBox .priceBoxList table.other th,
body.price .priceBox .priceBoxList table.other td{
    display: block;
}

body.price .priceBox .priceBoxList table.other td{
    padding-left: 85px;
}


body.menu .menuBox{
    padding: 25px 25px;
    border-radius: 25px;
}
body.menu .menuBox:nth-of-type(1){
    margin-top: 25px;
}
body.menu .menuBox h3{
    font-size: 1.6rem;
    line-height: 1.5625;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;

}
body.menu .menuBox h3 span.reserve{
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

body.menu .menuBox p{
    font-size: 1.4rem;
}
body.menu .menuBox .menuBoxList,
body.menu .menuBox .menuBoxList:nth-last-of-type(1){
    margin: 25px 0;
}

body.menu .menuBox .menuBoxList h4{
    font-size: 1.4rem;   

}

body.menu .menuBox .menuBoxList table th{
    min-width: 90px;
}

body.menu .menuBox img.earlyRecovery_01{
    max-width: 250px;
    margin: 25px auto;
}

body.menu .menuBox .sportsInjuriesBox{
    margin-top:25px ;
}

body.menu .menuBox .sportsInjuriesBox h4{
    font-size: 1.6rem;
}
body.menu .menuBox .sportsInjuriesBox .sportsInjuriesBoxDetail{
    margin-top: 15px;
}

body.menu .menuBox .sportsInjuriesBox h5{
    font-size: 1.4rem;
}

body.menu .menuBox img.sportsInjuries_01,
body.menu .menuBox img.sportsInjuries_02{
    margin: 25px auto;
    max-width: 250px;
    display: block;
}

body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo{
    display: block;
    margin: 25px 0;
}
body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo li{
    width: 100%;
    margin-bottom: 10px;
}

body.menu .menuBox .sportsInjuriesBox ul.sportsInjuriesBoxDetail_03Photo li img{
    margin: 0 auto;
    max-width: 250px;
    display: block;
}

body.menu #echo.menuBox ul.echoPhoto{
    display: block;
    margin: 25px 0;
}
body.menu #echo.menuBox ul.echoPhoto li{
    width: 100%;
    margin-bottom: 10px;
}

body.menu #echo.menuBox ul.echoPhoto li img{
    margin: 0 auto;
    max-width: 250px;
    display: block;
}
body.menu #echo.menuBox p.medicalCheck{
    font-size: 1.4rem;
}
body.menu .menuBox .menuBoxList h4.category{
    font-size: 1.4rem;
}

body.menu #pitching.menuBox ul.pitchingPhoto{
    display: block;
    margin: 25px 0;
}
body.menu #pitching.menuBox ul.pitchingPhoto li{
    width: 100%;
    margin-bottom: 10px;
}

body.menu #pitching.menuBox ul.pitchingPhoto li img{
    margin: 0 auto;
    max-width: 250px;
    display: block;
}

body.menu #knee.menuBox span.catch{
    font-size: 1.6rem;
}
body.menu #knee.menuBox ul.kneePhoto{
    margin: 25px 0;
}

body.menu .menuBox h4.warr{
    font-size: 1.6rem;
    line-height: 1.5625;
    margin: 15px 0 10px;
}



body.menu #fracture.menuBox ul.fracturePhoto{
    display: block;
    margin: 25px 0;
}
body.menu #fracture.menuBox ul.fracturePhoto li{
    width: 100%;
    margin-bottom: 10px;
}

body.menu #fracture.menuBox ul.fracturePhoto li img{
    margin: 0 auto;
    max-width: 250px;
    display: block;
}

.topBlog{
    padding-top: 75px;
}

.topBlog a.viewMore{

}

body.blogArchive ul.blogList,
.topBlog ul.blogList{
    margin-top: 25px;
    gap: 0;
}
body.blogArchive ul.blogList li,
.topBlog ul.blogList li{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-right: 0;

}
body.blogArchive ul.blogList li a .img,
.topBlog ul.blogList li a .img{
    width: 120px;
    margin-right:15px ;
}
body.blogArchive ul.blogList li a .text,
.topBlog ul.blogList  li a .text{
    width: calc(100% - 135px);
}
body.blogArchive ul.blogList li a .text span.pubdate,
.topBlog ul.blogList li a .text span.pubdate{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
body.blogArchive ul.blogList li a .text p.title,
.topBlog ul.blogList li a .text p.title{
    font-size: 1.4rem;
    line-height: 1.7rem;
}

body.singleBlog .singleBlock{
display: block;
}
body.singleBlog .titles{
    width: 100%;
}
body.singleBlog .singleBlock .blogDetail{
    width: 100%;
    padding-bottom: 50px;
    border-bottom: solid 1px #333333;
    margin-bottom: 50px;
}

body.singleBlog .titles{
    margin-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

body.singleBlog .titles p.title{
    font-size: 1.6rem;
    line-height: 1.875;
}

body.singleBlog .singleBlock .blogDetail .postContents .eyecatch{
margin-bottom: 25px;
}

body.singleBlog .singleBlock .blogDetail .postContents .blogContents{
    font-size: 1.4rem;
    line-height: 1.78;
    border-bottom: none;
    padding-bottom: 50px;
    margin-bottom: 0;
}
body.singleBlog .singleBlock .blogDetail .postContents .blogContents h2{
    font-size: 1.6rem;
    line-height: 1.875;
}
body.singleBlog .singleBlock .blogDetail .postContents .blogContents p{
    font-size: 1.4rem;
    line-height: 1.78;
}
body.singleBlog .singleBlock .blogDetail .hrefList a.next span p,
body.singleBlog .singleBlock .blogDetail .hrefList a.prev span p{
    display: none;
}
body.singleBlog .singleBlock .related{
    width: 100%;
}
body.singleBlog .singleBlock .related h2{
    margin-bottom: 16px;
}
body.singleBlog .singleBlock .related ul{

}
body.singleBlog .singleBlock .related .monthly{
    margin-top: 25px;
}

.forSp{
    display: block;
}

.forPc{
    display: none;
}
}