@charset "utf-8";
/*========================================================

セクション

=========================================================*/
.sec__ctr {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec__lead{
    margin-top: 20px;
    display:flex;
    justify-content: center;
}
.sec__lead p{
    line-height: 1.7;
    text-align: justify;
}
.sec__body {
    padding-top: 35px;
}
.sec__foot {
    margin-top: 40px;
}
@media print,screen and (max-width: 1024px)  {
    .sec__ctr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec__lead{
        margin-top: 20px;
    }
    .sec__body {
        padding-top: 25px;
    }
    .sec__foot {
        margin-top: 30px;
    }
}

/*=======================================================

ファーストボックス

========================================================*/

.sec__ctr-first {
    margin: 0px 0 0px;
}
.sec__ctr-first .item2{
    padding: 0 0 0 20px;
    margin-top: 20px;
}
@media print,screen and (max-width: 1024px)  {
    .sec__ctr-first {
        padding: 0 15px;
    }
    .sec__ctr-first .item2{
        padding: 0px;
        margin-top: 0;
    }
}


/*=======================================================

メニュー

========================================================*/
.menu__head {
    position:relative;
}
.menu__head .icon img {
    margin: 0 auto;
    width: 60px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .1));
}
.menu__head .text{
    padding: 20px 0 0px 0;
    position:absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.menu__head .text .cont{
    color: #8a6d16;
}
.menu__body__ctr {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
    padding: 00px 0px 0px 0px;
}
.menu__item {
    display: block;
    margin: 10px 10px 15px 10px;
    text-align: center;
    transition: .3s ease-out;
}
/*
.menu__item:last-child {
    margin: 0 0px 0 0;
}
*/
.menu__item .icon {
    padding: 5px 0 10px 0;
    width: 180px;
    height: 100px;
    border-radius: 10px;
    transition: .3s ease-out;
}
.menu__item .icon.type1{
    background-color: #81d06a;
}
.menu__item .icon.type2{
    background-color: #63c7a5;
}
.menu__item .icon .text{
    height: 40px;
    margin: 0 0 2px 0 ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu__item .icon .text{
    font-weight: bold;
}
.menu__item .icon .img{
    height: 43px;
    position:relative;
}
.menu__item .icon .img img{
    margin: 0 auto;
    opacity: .8;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .3));
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu__item .linc {
    margin: 5px 0 0 0 ;
    transition: .3s ease-out;
}
.menu__item .linc{
    color: #f26796;
    text-decoration: underline;
    font-weight: bold;
    transition: .3s ease-out;
}
.menu__item:hover.menu__item .icon {
    background-color: #f096c7;
    transition: .3s ease-out;
}
.menu__item:hover.menu__item .linc{
    opacity: .6;
    transition: .3s ease-out;
}


/*=======================================================

 サービス内容

========================================================*/

/*
パネル
---------------------------------------------------------*/
.service__ctr {
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/*
パネルアイテム：画像
---------------------------------------------------------*/
.service__item1 {
    width: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size:cover;
    background-position: center;
}
.service__item1.type1 {
    background-image: url(/aaa/images/img37.png);
}
.service__item1.type2 {
    background-image: url(/aaa/images/dummy.png);
}
.service__item1.type3 {
    background-image: url(/aaa/images/service4.png);
}

.service__item1::before,.service__item1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-width: .3rem;
    border-color: rgba(255, 255, 255, 0.4);
}
.service__item1::before{
    border-left-style: solid;
    border-top-style: solid;
    top: 0;
    left: 0;
}
.service__item1::after{
    border-right-style: solid;
    border-bottom-style: solid;
    bottom: 0;
    right: 0;
}

/*
パネルアイテム：テキストボックス
---------------------------------------------------------*/
/*
hh05
---------------------------------------------------------*/
.service__item2_head{
    display: flex;
    align-items: center;
}

.service__item2_head .icon{
    position: relative;
    border-radius: 0.2rem;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
    padding-bottom: 4em;
/*
    background-color: #378ec7;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%);
*/
}
.service__item2_head img{
    width: 400%;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    opacity: 1;
}
.service__item2_head .text {
    flex: 1;
    line-height: 1.3;
    font-weight: bold;
    margin-left: 1.5em;
    margin-bottom: .1em;
    color: #ffffff;
}
.service__item2_head .text.type2 {
    margin-left: 2.5em;
}
/*
@media print,screen and (max-width: 678px)  {
.hh05_icon{
width: 6rem;
height: 6rem;
}
}
*/

.service__item2 {
    width: 50%;
    color: #fff;
    background-color: #101f9d;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 20%, #5eceff);
    padding: 2em 2em 2.5em;
}
.service__item2.type1{
    order: -1;
}

@media print,screen and (max-width: 1024px)  {
    .service__ctr {
        flex-direction: column;
        margin: 0 auto 2em;
    }
    .service__item1 {
        width: 100%;
        height: 350px;
    }
    .service__item2 {
        width: 100%;
    }
    .service__item2.type1{
        order: 0;
    }
}
@media print,screen and (max-width: 678px)  {
    .service__item1 {
        width: 100%;
        height: 300px;
    }
    .service__item2 {
        padding: 2em 1em 2.3em;
    }
}
@media print,screen and (max-width: 375px)  {
    .service__item1 {
        width: 100%;
        order: 0;
        height: 250px;
    }
}
/*---------------------------------------------------------

事業所の紹介

---------------------------------------------------------*/
.about__item {
    display: block;
    border-radius: .5rem;
    overflow: hidden;
    width: 100%;
    background: #fff;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: .3s ease-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.about__item:last-child {
    margin: 0;
}

/*
画像部分
---------------------------------------------------------*/
.about__item .head {
    height: 250px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
.about__item .img {
    height: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .5s ease-out;
}
.about__item .img.type1{
    background-image: url(/aaa/images/img58.png);
    background-size:cover;
    background-position: center;
}
.about__item .img.type2{
    background-image: url(/aaa/images/img02.jpg);
    background-size:cover;
    background-position: center;
}
.about__item .img.type3{
    background-image: url(/aaa/images/img03.jpg);
    background-size:cover;
    background-position: center;
}
.about__item:hover.about__item .img{
    transform: scale(1.1);
    opacity: .8;
}
.about__item:hover{
    background: rgb(226, 226, 226);
}
/*
タイトル部分
---------------------------------------------------------*/
.about__item .body {
    padding: .7em;
    transition: .5s ease-out;
}
.about__item .body .title {
    font-weight: bold;
    color: #3a6a85;
    line-height: 1.3;
}

/*
レスポンシブ
---------------------------------------------------------*/
@media print,screen and (max-width: 1024px)  {
    .about__item {
        margin: 0 0 4rem;        
    }
    .about__item:last-child {
        margin: 0;  
    }
}
@media print,screen and (max-width: 678px)  {
    .about__item .head  {
        height: 275px;
    }
}

@media print,screen and (max-width: 375px)  {
    .about__item .head  {
        height: 250px;
    }
}

/*========================================================

ご挨拶

=========================================================*/

.message_head {
    width: 32rem;
    height: 32rem;
    background-color: rgba(255, 255, 255, 0.5);
    background-size:32rem auto;
    margin: 0rem auto ;
    background-position: 40px 40px;
    border: solid .3rem #196aba;
    border-radius: 50%;

    background-image: url(/aaa/images/img19.png);
    background-repeat: no-repeat;
    background-size:105%;
    background-position: 0 -15px;
    overflow: hidden;
    position: relative;
}
.message_head_text2 {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom: 2rem;
    padding: 0 .3em;
    margin-bottom: 0;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000; 
}
.message_body {
    flex: 1;
    max-width: 80%;
    padding: 0em 0 0;
    margin: 0 auto;
}
.message_body p{
    color: #000;
}
.message_body_ttl {
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: .2em;
    color: #2a64b9;
}
@media print,screen and (max-width: 1024px)  {
    .message_body {
        max-width: 100%;
        padding: 2em 0 0;
    }
    .message_body_ttl {
        line-height: 1.3;
    }
}
@media print,screen and (max-width: 375px)  {
    .message_head {
        width: 27rem;
        height: 27rem;
    }
}

/*---------------------------------------------------------
メイディア
---------------------------------------------------------*/
.pickup__ctr {
    display: flex;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 1rem;
    padding: 2rem;
}

.pickup__item1 {
    width: 50%;
    margin-right: 2.5rem;
    height: auto;
    cursor: pointer;
    transition: all .3s ease-out;
    flex: 1;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.pickup__item1__overlay{
    background: #000;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
    opacity: 0;
}

.pickup__item1__text {
    line-height: 1;
    width: 100%;
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    transition: all .5s ease-out;
    opacity: 0;
}
.pickup__item1__img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
    border-radius: 1rem;
    overflow: hidden;
    background-size:cover;
    background-position: center;
}

.pickup__item1:hover .pickup__item1__text{
    opacity: 1;
}
.pickup__item1:hover .pickup__item1__overlay{
    opacity: 0.6;
}
.pickup__item1:hover .pickup__item1__img{
    transform: scale(1.08);
}
.pickup__item2 {
    width: 50%;
    padding: 1rem 1rem 0 0rem;
}
.pickup__item2__head {
    line-height: 1.3;
    padding-bottom: 1em;
}
.pickup__item2__head p{
    color: #7e7e7e;
}
.pickup__item2__head .title{
    padding: 0em 0 0 0;
    font-weight: bold;
    padding-bottom: .2em;
    margin-bottom: .2em;
    border-bottom: solid .3rem #d0d0d0;
}
.pickup__item2__btn {
    display: inline-block;
    margin: 0rem 0 0 0;
    padding: .68em .5em .75em .7em;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    transition: .3s ease-out;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease-out;
    background-color: #cb5e00;
    color: #fff;
}
.pickup__item2__btn:hover {
    background-color: #f08427;
    color: #fff;
    box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.3);
}

@media print,screen and (max-width: 1024px)  {
    .pickup__ctr {
        flex-flow: column;
        margin: 0 auto 0rem;
    }
    .pickup__item1 {
        width: 100%;
        height: 300px;
        margin-right: 0rem;
    }
    .pickup__item2 {
        width: 100%;
        padding: 0;
    }
    .pickup__item2__head {
        margin-top: 1.5em;
        padding-bottom: .5em;
    }
}

@media print,screen and (max-width: 678px)  {
    .pickup__item1 {
        height: 250px;
    }
}
@media print,screen and (max-width: 375px)  {
    .pickup__ctr {
        padding: 1rem;
    }
    .pickup__item1 {
        height: 200px;
    }
}

/*---------------------------------------------------------
診療時間
---------------------------------------------------------*/
.jikan_item1 {
    width: 50%;
    margin-right: 30px;
}
.jikan_item2 {
    width: 50%;
}
.jikan_item2 i {
    background-color: #dce4ff;
    color: #597ff0;
    padding: .5em;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px #acbef5 solid;
    margin-right: 0.5em;
}
@media print,screen and (max-width: 1024px)  {
    .first-sec-box {
        padding: 0 15px;
    }
    .jikan_item1 {
        width: 100%;
        margin-right: 0px;
    }
    .jikan_item2 {
        padding: 1em 0 0;
        width: 100%;
        max-width: 600px;
    }
}
/*---------------------------------------------------------
臨時ニュース
---------------------------------------------------------*/
.news__rinji {
    position: relative;
    margin: 2em 0 2em;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}
.news__rinji .head{
    color: #2a2a2a;
    padding-bottom: 1em
}
.news__rinji .head span{
    color: #566def;
    display: inline-block;
    transform:scale(0.8);
    margin-right: 0.2em;
}
.news__rinji .body{
    color: #2a2a2a;
}
.news__rinji__midasi1 {
    color: #7b81a3;
    display: inline-block;
    transform:scale(0.8);
    margin-right: 0.2em;
}
.news__rinji .ul{
    color: #2a2a2a;
}
.news__rinji ul li{
    line-height: 1.5;
    padding: 0 0 .2em 1em;
    margin-bottom: .5em;
    position: relative;
}
.news__rinji ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-style: none;
}
.news__rinji ul li::before{
    position: absolute;
    content: "・";
    top:0em;
    left: 0em;
    transform: scale(1.5);
    color: #8d8e8e;
}
.news__rinji__img img{
    width: 100%;
}
.news__rinji a {
    color: #2553ed;
    text-decoration: underline;
    transition: 0.3s ease-out;
    cursor: pointer
}
.news__rinji a:hover {
    opacity: 0.5;
    transition: 0.3s ease-out;
}

@media print,screen and (max-width: 680px)  {
    .news__rinji {
        padding: 0 10px;
    }
}

/*=======================================================

サービス内容2222222

========================================================*/

.service2__wrap{
    display: flex;
}


/*
パネル
---------------------------------------------------------*/
.service2__ctr {
    display: flex;
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);*/
    width: 45%;
    align-items: flex-start;

}
/*
パネルアイテム：画像
---------------------------------------------------------*/
.service2__item1 {
    width: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size:cover;
    background-position: center;
}
.service2__item1.type1 {
    background-image: url(/aaa/images/dummy.png);
}
.service2__item1.type4 {
    background-image: url(/aaa/images/dummy.png);
}

.service2__item1::before,.service__item1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-width: .3rem;
    border-color: rgba(255, 255, 255, 0.4);
}
.service2__item1::before{
    border-left-style: solid;
    border-top-style: solid;
    top: 0;
    left: 0;
}
.service2__item1::after{
    border-right-style: solid;
    border-bottom-style: solid;
    bottom: 0;
    right: 0;
}

/*
パネルアイテム：テキストボックス
---------------------------------------------------------*/
/*
hh05
---------------------------------------------------------*/
.service2__item2_head{
    display: flex;
    align-items: center;
}

.service2__item2_head .icon{
    position: relative;
    border-radius: 0.2rem;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service2__item2_head img{
    width: 200%;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    opacity: 1;
}
.service2__item2_head .text {
    flex: 1;
    line-height: 1.3;
    font-weight: bold;
    margin-left: 0em;
    margin-bottom: .1em;
    color: #ffffff;
}
.service2__item2 {
    width: 50%;
    color: #fff;
/*    background-color: #78b4b1;*/
    background-image: linear-gradient(-20deg, #63b963 25%, #058905,#63b963 75%);
    background-image: url(/aaa/images/img18.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em 2em 2.5em;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 0
}

.service2__item2::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(2, 109, 123, 0.62);
/*    background-color: aqua;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}
.service2__item2.type-a{
    background-image: url(/aaa/images/img17.png);
}

.service2__item2.type-a::after{
    background-color: rgba(0, 72, 44, 0.62);
}

@media print,screen and (max-width: 3000px)  {
    .service2__ctr {
        flex-direction: column;
        margin: 0 auto 2em;
    }
    .service2__item1 {
        height: 350px;
    }
    .service2__item2 {
        width: 100%;
    }
    .service2__item2.type1{
        order: 0;
    }
}
@media print,screen and (max-width: 980px)  {

    .service2__wrap{
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto;
    }
    .service2__ctr {
        width: 100%
    }
    
}
@media print,screen and (max-width: 678px)  {
    .service2__item1 {
        width: 100%;
        height: 300px;
    }
    .service2__item2 {
        padding: 2em 1em 2.3em;
    }
}
@media print,screen and (max-width: 375px)  {
    .service2__item1 {
        width: 100%;
        order: 0;
        height: 250px;
    }
}

/*=======================================================

会員専用ページ add tom 230420 ***見直し、書く場所も移動***

========================================================*/

.service3__wrap{
    display: flex;
    justify-content: space-between;
}
.service3__ctr {
    margin-bottom: 2em;
    display: flex;
    width: 48%;
}
.service3__item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    padding: 2em 2em 2em;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.service3__item_head{
    margin-bottom: 0.8em;
    margin-left: -0.1em;
    font-weight: bold;
}
.service3__item_head span{
    font-weight: bold;
}
.service3__item_body p{
    margin-bottom: 1em;
    line-height: 1.7;
}

@media print,screen and (max-width: 1200px)  {
    .service3__wrap{
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .service3__ctr {
        width: 100%
    }
}
@media print,screen and (max-width: 678px)  {
    .service3__item1 {
        width: 100%;
    }
}