@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/service4.png);
}
.service__item1.type2 {
    background-image: url(/aaa/images/service2.png);
}
.service__item1.type3 {
    background-image: url(/aaa/images/service3.png);
}
.service__item1.type4 {
    background-image: url(/aaa/images/service1.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;
}

/*
パネルアイテム：テキストボックス
---------------------------------------------------------*/
.service__item2 {
    width: 50%;
    color: #fff;
    background-color: #b18e66;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 20%, #6c3e00);
    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/about3.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/about2.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: #85713a;
    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 #a78a5b;
    border-radius: 50%;

    background-image: url(/aaa/images/img1.png);
    background-repeat: no-repeat;
    background-size:100%;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.message_head_text {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%,0);
    color: #a2752d;
    margin-bottom: 2rem;
    padding: 0 .3em;
    margin-bottom: 0;
}
.message_body {
    flex: 1;
    max-width: 60%;
    padding: 0em 0 0;
}
.message_body p{
    color: #000;
}
.message_body_ttl {
    line-height: 1.3;
    margin-bottom: .5em;
    color: #6a3d08;
}
@media print,screen and (max-width: 1024px)  {
    .message_body {
        max-width: 100%;
        padding: 2em 0 0;
    }
    .message_body_ttl {
        line-height: 1.3;
        margin-bottom: 1em;
    }
}
@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: #908056;
    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: #908056;
}
.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;
    }
}



