@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: 0px 0 0px 0;
    position:absolute;
    top: 0px;
    left: 50%;
    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 10px 10px 10px;
    width: 280px;
    height: 70px;
    border-radius: 0px;
    transition: .3s ease-out;
    position:relative;
    font-size: 14px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.menu__item .icon.type1{
    background-color: #193283;
}

.menu__item .icon .text{
    height: 30px;
    margin: 00px 00px 00px 00px ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    font-weight: bold;
}

.menu__item .icon .img{
    height: 60px;
    position:absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
/*    opacity: .3;*/
}
.menu__item .icon .img img{
    margin: 0 auto;
    opacity: .3;
    -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{
    color: #ffffff;
    margin: 0px 0 0 0 ;
    transition: .3s ease-out;
/*    text-decoration: underline;*/
    font-weight: bold;
    transition: .3s ease-out;
    font-size: 24px;
    position:absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.menu__item:hover.menu__item .icon {
/*    background-color: #dd5914;*/
    transition: .3s ease-out;
    background-color: #546efa;
}
/*
.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/service5_2406.webp);
}
.service__item1.type2 {
    background-image: url(/aaa/images/service3_2406.webp);
}
.service__item1.type3 {
    background-image: url(/aaa/images/service6.webp);
}
.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;
/*
    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: 100%;
    -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: .3em;
    margin-bottom: .1em;
    color: #ffffff;
}
/*
@media print,screen and (max-width: 678px)  {
.hh05_icon{
width: 6rem;
height: 6rem;
}
}
*/

.service__item2 {
    width: 50%;
    color: #fff;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 05%, #021f81);
    background-color: #56669d;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 05%, #1d284b);
    padding: 2.5em 2em 2.5em;
    
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 05%, #816902);
    background-color: #5a4b0b;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 05%, #ada057);

    background-color: #7b95db;
    background-image: linear-gradient(-20deg, hsla(0, 0%, 100%, 0) 05%, #041576);
}
.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.jpg);
    background-size:cover;
    background-position: center;
}
.about__item .img.type2{
    background-image: url(/aaa/images/about1.jpg);
    background-size:cover;
    background-position: center;
}
.about__item .img.type3{
    background-image: url(/aaa/images/about2.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 #ac9f6a;
    border-radius: 50%;

    background-image: url(/aaa/images/img12_2406.webp);
    background-repeat: no-repeat;
    background-size:110%;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.message_head_text {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%,0);
    color: #071536;
    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: #193f7c;
}
@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: #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;
    }
}

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

こだわり

=========================================================*/
.bg_kodawari{
    background-image: url(/aaa/images/kodawari1_2406.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
    overflow: hidden;
    position: relative;
}

.bg_kodawari1{
    background-color: rgba(255, 255, 255, 0.8);
}
.kodawari_body {
    margin: 0 auto;
}
.kodawari_body2 {
    margin: 0 auto;
    background-color: rgba(201, 181, 114, 0.47);
    border-radius: 100px;
    font-size: 24px;

    text-align: center;
    padding: 1em 1em
}
.kodawari_body2 p{
    margin-bottom: 1em;
    line-height: 1.5;
    color: #4e3e09;
    font-size: 24px;
}
.kodawari_body_ttl {
    line-height: 1.2;
    margin: 0em 0 1em 0 ;
    padding: 0em 0 0.23em 0;
    color: #2a2a2a;
    position: relative;
    font-size: 28px;
}

@media print,screen and (min-width: 1024px)  {
    .kodawari br,.kodawari_body2 br{
        display: none
    }
}
@media print,screen and (max-width: 680px)  {
    .kodawari-h1{
        font-size: 28px
    }
    .kodawari_body_ttl{
        font-size: 24px;
    }
    .kodawari_body2 p{
        font-size: 20px;
    }
}
@media print,screen and (max-width: 500px)  {
    .kodawari_body_ttl  {
        font-size: 20px;
    }
}





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

グッド

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

.good{
    display: flex;
    flex-flow: row;
}
.good-item  {
    position: relative;
    color: #fff
}
.good-item{

    width: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .5s ease-out;
    overflow: hidden;
}
.good-item .img {

    width: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size:cover;
    background-position: center;
    transition: .5s ease-out;
    overflow: hidden;
    position: relative;
    opacity: 0.4;
    filter: blur(5px);
    transform: scale(1.1);
}
.good-item .overlay {

    width: 100%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.good-item .img.type1 {
    background-image: url(/aaa/images/mv-1_2403.webp);
}
.good-item .img.type2 {
    background-image: url(/aaa/images/mv-2_2403.webp);
}
.good-item .img.type3 {
    background-image: url(/aaa/images/mv-3_2403.webp);
}
.good-item .head {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0%);
}
.good-item .body {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 80%;
}
.good-item .body p{
line-height: 2;
}
.good-item:hover.good-item .img{
    transform: scale(1.3);
}
@media print,screen and (max-width: 3000px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 500px;
    }
}
@media print,screen and (max-width: 1600px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 550px;
    }
}
/*
@media print,screen and (max-width: 1500px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 550px;
    }
}
@media print,screen and (max-width: 1400px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 550px;
    }
}
*/
@media print,screen and (max-width: 1300px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 600px;
    }
}
@media print,screen and (max-width: 1200px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 380px;
    }
    .good{
        display: flex;
        flex-flow: column;
    }
}


@media print,screen and (max-width: 900px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 460px;
    }
}


@media print,screen and (max-width: 600px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 500px;
    }
}
@media print,screen and (max-width: 500px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 530px;
    }
}
@media print,screen and (max-width: 450px)  {
    .good-item,.good-item .img,.good-item .overlay {
        height: 550px;
    }
}


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

アンダー

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

.under .area {
    display: flex;
    padding: 3em 0em;
    position: relative;
}
.under .area-text-ctr {
    padding: 0em 0em;
}
.under .item.type1{
    height: 500px;
    width: 40%;
}
.under .item2{
    height: 500px;
    width: 60%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size:cover;
    background-position: center;
    overflow: hidden;
}
.under .item2.type1{
    background-image: url(/aaa/images/under1_2406.webp);
}
.under .item2.type2{
    background-image: url(/aaa/images/under2_2406.webp);
}
.under .item2.type3{
    background-image: url(/aaa/images/under3_2406.webp);
}
.under .text {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
    width: 80%;
    padding: 2em 2em 2em 2em;
    width: 700px;
    background-color: rgba(255, 255, 255, 0.61);
}
.under .area.type2 .text {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15%;
    transform: translate(0, -50%);
    width: 80%;
    padding: 2em 2em 2em 2em;
    width: 700px;
    background-color: rgba(255, 255, 255, 0.61);
}
.under .text .head {
    font-size: 36px;
}
.under .text .body {
    font-size: 20px;
    line-height: 2
}
@media screen and (min-width: 680px) {
    .under br{
        display: none
    } 
}

@media print,screen and (max-width: 1024px)  {
    .under .text {
        left: 5%;
    }
    .under .area.type2 .text {
        right: 5%;
    }
}
@media print,screen and (max-width: 800px)  {
    .under .area .text {
        top: 50%;
        left: 0%;
        width: 100%;
    }
    .under .area.type2 .text {
        top: 50%;
        right: 0%;
        width: 100%;
    }
    .under .text .head {
        font-size: 36px;
    }
    .under .text .body {
        font-size: 20px;
        line-height: 2
    }
}
@media print,screen and (max-width: 680px)  {

    .under .text .head {
        font-size: 28px;
    }
    .under .text .body {
        font-size: 18px;
        line-height: 2
    }
}
@media print,screen and (max-width: 500px)  {

    .under .text .head {
        font-size: 26px;
    }
    .under .text .body {
        font-size: 18px;
        line-height: 2
    }
}

/*---------------------------------------------------------
お知らせ下バナー：add iwa 240307
---------------------------------------------------------*/
.news-nav .ctr{
    background: #fff;
    padding: 1.5em;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.news-nav img{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /* -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, .3)); */
    /* filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, .3)); */
}
.news-nav .ctr:hover {
    opacity: 0.8;
}
@media print,screen and (max-width: 1024px)  {
    .news-nav .ctr{
    width: 100%;
    }
}

/*---------------------------------------------------------
お知らせ下トピック：add iwa 240722
---------------------------------------------------------*/
.news-topic{
    background: #fff;
    padding: .5em;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.news-topic .body{
    display: flex;
    border: solid 2px #5077e2;
    padding: 1em;
    border-radius: 5px;
}
.news-topic .body .title{
    color: #113185;
}
.news-topic .body-left{
    width: 70%;
    padding: 1em;
}
.news-topic .body-right{
    width: 30%;
    text-align: center;
}
.news-topic .body-right img{
    width: 100%;
    max-width: 400px;
}
@media print,screen and (max-width: 1024px)  {
    .news-topic .body{
        display: block;
        padding: 1em;
    }
    .news-topic .body-left{
        width: 100%;
        padding: 0 0 2em;
    }
    .news-topic .body-right {
        width: 100%;
        max-width: 300px;
    }

}


/*---------------------------------------------------------
お知らせ下写真ニュース：add iwa 250604
---------------------------------------------------------*/
.photo-news {
  display: flex;
  overflow-x: auto;
  gap: 1em;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.photo-news .item {
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: .8em;
  scroll-snap-align: start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  /* text-align: center; */
  transition: transform 0.3s ease;
}

.photo-news .item img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: .5em;
}

.photo-news .date {
  display: block;
  color: #999;
  margin-bottom: .5em;
}

.photo-news .caption {
  font-size: 0.95em;
  line-height: 1.7em;
  color: #555;
}

.slider-dots {
  text-align: center;
  margin-top: 1em;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  margin: 0 5px;
  border: none;
  cursor: pointer;
}

.slider-dots .dot.active {
  background-color: #666;
}

@media (min-width: 1024px) {
  .photo-news {
    flex-wrap: wrap;
    overflow: visible;
    justify-content: space-between;
  }

  .photo-news .item {
    flex: 0 0 calc(25% - 0.75em);
    max-width: calc(25% - 0.75em);
  }

  .photo-news .item:hover {
    transform: scale(1.03);
  }

  .slider-dots {
    display: none;
  }
}