
@charset "UTF-8";

/*--------------------------下層ページ----------------------------------*/
/*--------------------------information-----------------------------------------*/
/* 見出し */
#info_hd + section .heading.block_header_2 .h {
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--i_sub_color);
}

/* 事業所マップ2カラム */
#info_txt + section .wrapper_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
#info_txt + section .inner_item_txt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 48%;
}
#info_txt + section .map {
    width: 48%;
    margin-left: 4%;
    height: 20vw;
    min-height: 300px;
    max-height: 450px;
    position: relative;
}
#info_txt + section .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#info_txt + section .heading.block_header_4 .h {
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--i_sub_color);
    padding-left: 10px;
    border-left: 4px solid var(--i_main_color);
}

/* ボタン2つ */
#info_btn + .contents_btn01 a {
    min-width: 260px;
}
#info_btn + .contents_btn01 a span {
    padding: 11px 20px 12px;
}

/* 事業所情報 */
#info_access + .widget_shop01 .inner_item_img {
    display: none;
}

#info_access + .widget_shop01 .inner_item_txt {
    width: 100%;
    /* float: left; */
    padding-left: initial;
}

#info_access + .widget_shop01 dt {
    font-weight: 600;
}
#info_access + .widget_shop01 dd {
    font-weight: 500;
}

/* 事業所の様子 */
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(4),
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(6):nth-last-of-type(1) {
    width: 32.3%;
    margin-left: 1.5%;
}
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(4) {
    margin-bottom: 1%;
}

@media screen and (min-width: 701px) {
    #info_access + .widget_shop01 dt {
        text-align: center;
        width: 250px;
    }
}

@media screen and (max-width: 900px) {
    #info_txt + section .inner_item_txt {
        width: 100%;
        padding-bottom: 30px;
    }
    #info_txt + section .map {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #info_hd + section .heading.block_header_2 .h,
    #info_txt + section .heading.block_header_4 .h {
        font-size: 2.1rem !important;
    }
    #info_access + .widget_shop01 .inner_item_txt {
        padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21):not(.block_images_22):not(.block_images_23):not(.block_images_24) .inner_item {
        width: 49%;
        margin-bottom: 1%;
    }
    .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 2% !important;
    }
}