@charset "utf-8";
/*パネル01
---------------------------------------------------------*/
.panel01.flex {
    display: flex;
    justify-content: space-between;
}

.panel01.item{
    width: 32%;
    align-items: stretch;
/*    background-color: #fce7df;*/
    border:solid 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1em 1em 1.5em;
}

.panel01.title {
    text-align: center;
    padding-bottom: .5em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.panel01.text {
    line-height: 1.5;
    padding: 0 0 .5em 0em;
    margin-bottom: .5em;
    position: relative;
}
.panel01.text:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-style: none;
}
@media print,screen and (max-width: 678px) {
    .panel01.flex {
        flex-direction: column;
    }
    .panel01.item {
        width: 100%;
    }
    .panel01.title {
        text-align: left;
    }
}

/*ルート
---------------------------------------------------------*/
.root01{
    max-width: 600px;
}
.root_item{
}
.root_item .img-box-wrap {
    margin-bottom: 0em;
}
.root_item .img-box-wrap .img-box {
    width: 100%;
}
.root_item .img-box {
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}
.root_item .img-box img{
    width: 100%;
}

.root_item .txt-box{
    flex: 1;
    margin-bottom: .5em;
    font-weight: bold;
    color: #1e8019;
}
.root_item .txt-box div{
    display: flex;
    align-items: center;
    justify-content:center;
    background: #117925;
    color: #fff;
    width: 2em;
    height: 2em;
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: bold;
}

.root01 i{
    display: block;
    font-size: 3em;
    color: #be7b1f;
    margin-bottom: .3em;
    text-align: center;
}

/*ルート
---------------------------------------------------------*/
.panel02.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.panel02.item{
    width: 48%;
    position: relative;
    margin-bottom: 2em;
}
@media print,screen and (max-width: 678px) {
    .panel02.flex {
        flex-direction: column;
        align-items: center;
    }
    .panel02.item {
        width: 100%;
        max-width:414px;
    }
}

.panel02.item .img-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.panel02.item .img-box img{
    width: 100%;
}

.panel02.item .txt-box{
    position:absolute;
    top:0;
    left: 0;
    margin: 1rem;
    padding:.2em .5em;
    font-weight: bold;
    color: #fff;
    background: rgba(72, 44, 0, 0.86);
    text-align: center;
    border-radius: 5px;
}

/*
院長紹介
----------------------------------------------------------------------*/
.panel03.wrapper{
    position: relative;
    margin: 3em 0 2.5em 0;
}
.panel03.bcg{
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #f4f1e1;
    height: 170px;
    border-radius: 0 5px 5px 0 ;
    width: 80%;
}
.panel03.flex{
    display: flex;
    align-items: center;
}
.panel03.item1{
}
.panel03.item2{
    width: 100%;
    z-index: 1;
    flex: 1;
}

.incyou-img2{
    position: relative;
    background-color: #60ba7f;
    border-radius: 300px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border:solid 3px #bfac6b;
}

.incyou-img2 img{
    width: 100%;
}

.incyou-txt2{
    padding: 1em;
    width: 100%;
}

.incyou img{
    width: 110%;
}
.incyou-txt2 .item1 {
    font-size: 2.3rem;
    font-weight: bold;
    padding-bottom: .2em;
    border-bottom: solid .2rem #b6e3c6;
    margin-bottom: .5em;
    position: relative;
    background-image: url(../images/logo-mark.png);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    background-position: top right;
    color: #4bb242;
}
.incyou-txt2 .item2 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: .3em;
    margin-bottom: .3em;
    color: #6a420b;
    letter-spacing: .1em;
    position: relative;
   border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

.incyou-txt2 .item2 span{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .07em;
}

.incyou-txt2 .item3 {
    font-size: 1.4rem;
    /* font-weight: bold; */
    padding-left: .2em;
    color: #6a420b;
    margin-bottom: .2em;
}
.incyou-txt2 .item4 {
    font-size: 1.6rem;
    margin-bottom: .3em;
    color: #000000;
}
@media print,screen and (max-width: 678px) {
    .panel03.flex {
        flex-direction: column;
        align-items: center;
    }
    .panel03.item {
        width: 100%;
        max-width:414px;
    }
    .panel03.wrapper{
        margin: 0;
        padding: 2em 0 .5em;
    }
    .panel03.bcg{
        position: absolute;
        top:0;
        right: 0;
        transform: translateY(0%);
        height: 100%;
        border-radius:5px;
        width: 100%;
    }
    .incyou-txt2 .item3,
    .incyou-txt2 .item2{
        text-align: center;
    }
}

/*---------------------------------------------------------
パネル04
---------------------------------------------------------*/
.panel04__wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content:space-between;
}
.panel04__item {
    display: flex;
    flex-flow: wrap;
    justify-content:space-between;
    align-items: stretch;
    width: calc((100% - 30px)/2);
    margin-bottom: 50px;
}
.panel04__item:nth-child(odd) {
    margin-right: 30px;
}
.panel04__list {
    width: 100%;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    transition: .3s ease-out;
    background: #fff;
}
.panel04__list__head{
    height: 25rem;
    overflow: hidden;
    background-color: #000;
}
.panel04__list__img{
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: .3s ease-out;
}
.panel04__list__kate {
    position: absolute;
    line-height: 1.3;
    color: #fff;
    border-radius:.3rem;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-out;
    top: 0;
    left: 0;
    padding: .4em .5em;
    margin: 1rem;
    background: rgba(0, 122, 177, 0.8);
}
.panel04__list__time{
    padding: 1.5em 1.5rem .5em;
    font-weight: bold;
    color: #a5b5b7;
    line-height: 1.4;
}
.panel04__list__ttl{
    padding: 0em 1.5rem 1.2em;
    font-weight: bold;
    line-height: 1.4;
    transition: .3s ease-out;
}
.panel04__list:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
}
.panel04__list:hover .panel04__list__img {
    transform: scale(1.1);
    opacity: .8;
}
.panel04__list:hover .panel04__list__ttl {
    color: #c33333
}
@media print,screen and (max-width: 640px)  {
    .panel04__item  {
        margin-bottom: 30px;
        width: 100%;
        max-width: 40rem;
        height: 19rem；
    }
    .panel04__item:nth-child(odd) {
        margin-right: 0px;
    }
    .panel04__wrapper {
        flex-flow:column;
        align-items: center;
    }
}

/*パネル5*/
.panel05.wrapper {
    border-top:dotted 2px #ddd;
}
.panel05.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.panel05.item{
    width: 48%;
    position: relative;
}
.panel05.item.type2 p:last-child{
    margin-bottom: 0;
}
@media print,screen and (max-width: 678px) {
    .panel05.flex {
        flex-direction: column;
        align-items:flex-start;
    }
    .panel05.item.type1 {
        width: 100%;
        max-width:414px;
        margin-bottom: 1.5em;
    }
    .panel05.item.type2 {
        width: 100%;
    }
}

.panel05.item .img-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.panel05.item .img-box img{
    width: 100%;
}

/*
.panel05.item .txt-box{
    position:absolute;
    top:0;
    left: 0;
    padding:.3em 1em;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 5px 0 0px 0;
}
*/
