@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;
    }
}

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

メニュー

========================================================*/
.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/service1.jpg);
}
.service__item1.type2 {
    background-image: url(/aaa/images/service2.jpg);
}
.service__item1.type3 {
    background-image: url(/aaa/images/service3.jpg);
}
.service__item1.type4 {
    background-image: url(/aaa/images/service4.jpg);
}
.service__item1::before,.service__item1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-width: .3rem;
    border-color: rgba(186, 17, 0, 0.6);
    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;
}

/*
パネルアイテム：テキストボックス
---------------------------------------------------------*/
.service__item2 {
    width: 50%;
    color: #fff;
    background-color: #9c8a6d;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 20%, #dcc6a0);
    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/about1.png);
    background-size:cover;
    background-position: center;
}
.about__item .img.type2{
    background-image: url(/aaa/images/about1.png);
    background-size:cover;
    background-position: center;
}
.about__item .img.type3{
    background-image: url(/aaa/images/about1.png);
    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: #5e584a;
    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;
    }
}

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

ご挨拶

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

.bg_message{
    background-image: url(/aaa/images/message1.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
    overflow: hidden;
    position: relative;
}

.bg_message1{
    background-color: rgba(255, 255, 255, 0.75);
}

.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 #f4bfd2;
    border-radius: 50%;
    background-image: url(/aaa/images/about1.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
}
.message_head_text {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%,0);
    color: #cb5c81;
    margin-bottom: 2rem;
    background-color: rgba(225, 225, 225, 0);
    padding: 0 .3em;
    margin-bottom: 0;
}

.message_body {
    margin: 0 auto;
}
.message_body p{
    margin-bottom: 3em;
    line-height: 1.5;
}
.message_body_ttl {
    line-height: 1.2;
    margin: 2em 0 0 0 ;
    padding: 0em 0 0.23em 0;
    color: #07b10b;
    position: relative;
}
.message_body_ttl::before {
    position: absolute;
    top:-1.5em;
    font-size: 14px;
    padding: 0 .3em 0 .4em;
    background-color: #f1afc5;
    color: white;
    border-radius: 3px;
/*    border: solid rgb(255, 255, 255) 1px;*/
}
.message_body_ttl.type1::before {
    content: "Concept１";
}
.message_body_ttl.type2::before {
    content: "Concept２";
}
.message_body_ttl.type3::before {
    content: "Concept３";
}
.message_body_ttl.type4::before {
    content: "Concept４";
}
.message_body_ttl.type5::before {
    content: "Concept５";
}

@media print,screen and (max-width: 1024px)  {
/*
    .message_body {
        max-width: 100%;
    }
*/
}


/*---------------------------------------------------------
メイディア
---------------------------------------------------------*/
.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;
    }
}

/*---------------------------------------------------------
カレンダー
---------------------------------------------------------*/
.calender-box {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05),0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
}

.calender-box iframe {
    text-align: center;
}
.calender-box .item{
    display: inline-block;
    color: #fff;
    margin-right: .5em;
    border-radius: 3px;
    font-weight: bold;
    padding: .2em .3em .1em;
}
.calender-box .item:last-child{
    margin-right: 0em;
}
.calender-box .item.type1{
    background-color: #3b995b;
    border: 1px #115a12 solid;
}
.calender-box .item.type2{
    background-color: #668cd9;
    border: 1px #2952a3 solid;
}
.calender-box .item.type3{
    background-color: #737373;
    border: 1px #444 solid;
}
