@font-face {
    font-family: 'myfont';
    /*src: url('../fonts/kazahana.otf') format('truetype');*/
    src: url('../fonts/hitori.ttf') format('truetype');
}
a img:hover{
    opacity: 0.8;
}
.menu_contact{
    background-color: #fff !important;
    padding: 0 2%;
}
.menu_contact ul li a, .menu_contact_sp ul li a{
    font-family: 'myfont';
    font-size: 120%;
    color: #007e57;
}
.menu_contact_sp ul li a img{
    width: 300px;
}
.top_logo_wrapper{
    width: 98%;
    margin: 0 auto;
}
.top_logo{
    width: 80%;
    max-width: 509px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.menu_main{
    background-color: #fff !important;
    margin: 30px auto;
}
.menu_main ul li{
    padding: 0 40px 0 20px;
    border-right: 3px solid #ddd;
}
.menu_main ul li:first-child{
    border-left: 3px solid #ddd;
    padding: 0 40px;
}
.menu_main ul li a, .menu_main_sp ul li a{
    height: 40px;
    min-height: 0;
    font-family: "myfont";
    color: #222;
}
.top_image{
    position: relative;
}
.top_catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "myfont";
    background-color: rgba(255,255,255,0.6);
}
@media screen and (max-width : 640px){
    .top_catch{
        width: calc(90% - 60px);
        max-width: 900px;
        padding: 10px;
        font-size: 120%;
    }
}
@media screen and (min-width : 641px){
    .top_catch{
        width: calc(90% - 100px);
        max-width: 900px;
        padding: 20px;
        font-size: 200%;
    }
}
.menu_top_access{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #007e57 !important;
}
.menu_top_access ul li a{
    min-height: 0;
    font-family: "myfont";
}
.menu_top_access_button{
    display: block;
    padding: 10px 20px !important;
    border-radius: 15px;
    background-color: #fff;
}
.menu_top_access_button::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/menu_arrow.png');
    background-position: center;
    background-size: contain;
}
.content_wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
}
.title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.title img{
    height: 72px;
    width: auto;
}
.news_wrapper{
    margin: 40px auto;
    border: 1px solid #007e57;
}
@media screen and (max-width : 640px){
    .news_wrapper{
        width: calc(80% - 42px);
        margin: 40px auto;
        padding: 20px;
    }
    .news_title{
        margin-top: 10px !important;
    }
}
@media screen and (min-width : 641px){
    .news_wrapper{
        width: calc(80% - 102px);
        max-width: 710px;
        margin: 40px auto;
        padding: 50px;
    }
}
.news_title::after{
    content: "　>";
    color: #007e57;
}
.news_title a{
    font-family: "myfont";
    color: #666;
    font-weight: bold;
}
.news_title a:hover{
    text-decoration: none;
}
.back_watercolor{
    background-image: url(../img/back_watercolor.jpg);
    background-repeat: no-repeat;
    background-position: top top;
    background-size: cover;
}
.content{
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
}
.content a{
    color: #007e57;
}
.content a:hover{
    text-decoration: underline;
}
.main{
    width: calc(100% - 100px);
    border-radius: 30px;
    background-color: #fff;
    padding: 50px;
}
.main::after{
    display: block;
    clear: both;
    content: "";
}
.main_name{
    width: 100%;
    margin-bottom: 20px;
    font-size: 130%;
    color: #000;
}
.main_h2{
    width: 100%;
    margin: 0 auto 50px auto;
    padding-bottom: 10px;
    border-bottom: 3px solid #007e57;
    text-align: center;
    font-family: "myfont";
}
.detail{
    margin: 0 auto;
}
.detail a{
    display: block;
    width: calc(90% - 6px);
    max-width: 264px;
    margin: 50px auto 0 auto;
    padding: 10px 15px;
    background-color: #007e57;
    border: 3px solid #d0c49d;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-family: "myfont";
}
.detail a:hover{
    text-decoration: none;
    border: 3px solid #ccc;
}
.map{
    width: 100%;
    margin: 0 auto;
}
.map iframe{
    width: 100%;
    height: 500px;
}
.bottom_adress{
    font-family: "myfont";
    color: #000;
}
.bottom_adress_logo{
    width: 100%;
}
.bottom_adress_logo img{
    width: 100%;
    max-width: 400px;
}
.footer_wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #007e57;
}
.foorer_content{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}
.foorer_content::after{
    display: block;
    clear: both;
    content: "";
}
.footer_left, .footer_right{
    color: #fff;
    line-height: 1.8;
}
.footer_left{
    font-family: "M PLUS 1p", sans-serif;
}
.footer_left_image img{
    width: 300px;
    margin-bottom: 20px;
}
.footer_right{
    font-family: "myfont";
}
.footer_right_menu{
    min-width: 110px;
}
.footer_right_menu a{
    color: #fff !important;
}
.footer_right_menu a:hover{
    color: #ccc !important;
}
.footer_right_access{
    min-width: 120px;
}
.footer_right_access li{
    margin-bottom: 10px;
}
.footer_copyright{
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.back_logo{
    position: absolute;
    z-index: 1;
}
.a{
    transform: rotateZ(30deg);
}
.b{
    transform: rotateZ(30deg);
}
.c{
    transform: rotateZ(-30deg);
}
.d{
    transform: rotateZ(10deg);
}
@media screen and (max-width : 640px){
    .back_logo{
        width: 50px;
    }
    .a{
        top: 150px;
        left: 0;
    }
    .b{
        bottom: -20px;
        right: 20px;
    }
    .c{
        bottom: -20px;
        left: 0;
    }
    .d{
        bottom: -20px;
        right: 20px;
    }
}
@media screen and (min-width : 641px){
    .back_logo{
        width: 200px;
    }
    .a{
        top: 50px;
        left: 100px;
    }
    .b{
        bottom: -150px;
        right: 100px;
    }
    .c{
        bottom: -150px;
        left: 100px;
    }
    .d{
        bottom: -150px;
        right: 100px;
    }
}
.treatment_title{
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
    font-family: "myfont";
}
.tel_reserve_sp{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.tel_reserve_button{
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.tel_reserve_button img{
    height: 15px;
    width: auto;
    margin-right: 5px;
}
.archive_title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "myfont";
}