@charset "utf-8";

/*
ベース用CSS
*/


/* ページ全体の基本レイアウト
---------------------------------------------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #444444;
    padding: 0;
}

.box_bgimg01 {
    background: url('../../assets/img/common/bg01.png') no-repeat top left -330px;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}

@media screen and (max-width:768px) {
    body {
        font-size: 1.4rem;
    }
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: clip;
}

@media screen and (max-width:900px) {
    .wrapper {
        padding: 0 0 60px;
    }
}

.sp_block {
    display: none;
}

.sp_blocknone {
    display: block;
}

@media screen and (max-width:900px) {
    .sp_block {
        display: block;
    }
    .sp_blocknone {
        display: none;
    }
}

.fixed {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 10;
    transition: .6s;
}

.fixed_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 15;
    transition: .6s;
}

@media screen and (max-width:900px) {
    .fixed_head {
        position: static !important;
        z-index: 5;
    }

    .fixed_head .logo {
		display: none;
	}
}


/*a[href^="tel:"] {
    pointer-events: none;
}*/


/* PAGETOP
---------------------------------------------------- */

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 25px;
    z-index: 100;
}

@media screen and (max-width:500px) {
    .pagetop_btn {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 10px;
        z-index: 100;
    }
}

.pagetop_btn a {
    display: block;
    width: 60px;
    height: 60px;
    background: #EC8B2D;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: all .3s;
    position: relative;
}

.pagetop_btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:500px) {
    .pagetop_btn a {
        width: 50px;
        height: 50px;
    }
    .pagetop_btn a::after {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -55%) rotate(-45deg);
    }
}

.pagetop_btn a:hover {
    opacity: 0.8;
}


@media only screen and (min-width: 768px) {
    .only-sp {
        display: none;
    }
}

.only-sp-inline {
    display: inline;
}

@media only screen and (min-width: 768px) {
    .only-sp-inline {
        display: none;
    }
}

.only-pc {
    display: none;
}

@media only screen and (min-width: 768px) {
    .only-pc {
        display: block;
    }
}

.only-pc-inline {
    display: none;
}

@media only screen and (min-width: 768px) {
    .only-pc-inline {
        display: inline;
    }
}


.margin_btm40 .staff_ulblock li{
    white-space:nowrap;
}

.top_treatment_btnblock01 a{
    font-size: 16px;
    white-space:nowrap;
}

.top_treatment_txtblock01_inner{
    white-space:nowrap;
}

.top_treatment_linkblock01 .link_txt_style01 a{
    white-space: nowrap;
    font-size: 15px;
}

.text_small{
    font-size: 9px;
    white-space: nowrap;
    margin-bottom: 40px;
    margin-top: -30px;
}






.price_item{
    font-size: 18px;
}
.price_block_inner01 dt{
    width: 60vw!important;
}
@media screen and (max-width:900px) {
    .price_block_inner01 dt{
        width: 100%!important;
    }
    
}
@media screen and (max-width:500px) {
    .price_item{
        font-size: 16px;
    }
    
}

section.medical_care_feature{
    margin-bottom: 0!important;
}