@charset "utf-8";

/* スマホ用メニューアイコン */
.sp_nav_icon {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: url(../images/bg02.png);
    z-index: 102;
    cursor: pointer;
}
.sp_nav_icon.active {
    background: none;
}
.sp_nav_icon div {
    width: 24px;
    height: 2px;
    background-color: white;
    z-index: 103;
    right: 18px;
    position: fixed;
    margin: auto;
    transition: 0.3s;
}
.sp_nav_icon div:nth-child(1) {
    top: 19px;
}
.sp_nav_icon div:nth-child(2) {
    top: 29px;
}
.sp_nav_icon div:nth-child(3) {
    top: 39px;
}
.sp_nav_icon.active div:nth-child(1) {
    top: 29px;
    transform: rotateZ(45deg);
}
.sp_nav_icon.active div:nth-child(2) {
    opacity: 0;
    visibility: visible;
}
.sp_nav_icon.active div:nth-child(3) {
    top: 29px;
    transform: rotateZ(-45deg);
}

.slick-track {
    margin: 0 !important;
    padding: 0 !important;
}

.dlt_simg img {
    width: 100%;
}

#dlt_pager .dlt_pagernext a, #dlt_pager .dlt_pagerprev a {
    white-space: unset;
    display: inline-flex;
    width: fit-content;
}
#dlt_pager .dlt_pagernext {
    width: fit-content;
}

.dlt_lay_post5 .dlt_simg {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 0;
    margin: 0 20px 0 0;
}
.dlt_lay_post5 .dlt_simg img {
    object-fit: cover;
    height: 100%;
}
.dlt_lay_post5 .dlt_entry_header {
    margin: 0px 0 10px 13.5vw;
}
.dlt_lay_post5 .dlt_entry_header h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dlt_lay_post5 .dlt_entry_content {
    margin-left: 13.5vw;
}

.sin_contents figure {
    margin: 1rem 0;
}

/* 767px以下 */
@media (max-width: 767px){
    .hd_in {
        padding: 20px 10px;
    }
    .hd_seotxt {
        display: none;
    }
    .hd_02 {
        position: relative;
        top: 0;
        margin: 20px auto 0;
        width: fit-content;
    }

    .sp_nav_icon {
        display: block;
    }
    .nav {
        visibility: hidden;
        opacity: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        background: #fff;
        background: url(../images/bg02.png);
        z-index: 100;
        transition: 0.3s;
    }
    .nav ul {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav ul li {
        width: 80%;
    }
    .nav ul li a {
        color: #fff;
    }
    .nav ul li a:hover {
        background: none;
        color: #fff;
        opacity: 0.6;
    }

    .slick-slide {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
    .slick-slide img {
        object-fit: cover;
        height: 100%;
    }
    .slick-slide:nth-of-type(1) img {
        object-position: top 0 right 30%;
    }
    .slick-slide:nth-of-type(2) img {
        object-position: 30%;
    }

    .lower .main {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        padding: 30px 0;
    }
    .sidebar {
        width: 90%;
        margin-top: 20px;
    }
    .sidebar .snav {
        display: none;
    }
    .lower .contents {
        width: 90%;
    }

    .main {
        width: 90%;
    }

    .top_concept .wp-block-group__inner-container>p:first-of-type {
        font-size: 1rem;
    }
    .top_concept h3 {
        font-size: 40px;
    }
    .top_con_br {
        display: none;
    }

    .deltaGallery {
        width: 100%;
        margin: 0;
    }
    .deltaGallery ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: flex-start;
    }
    .deltaGallery ul li {
        width: 50%;
    }

    .top_menu_flex>div {
        flex-direction: column;
    }
    .top_menu_flex>div>.wp-block-group {
        width: 100%;
        margin: 10px 0;
    }

    .fl-col-small {
        width: 100%;
        max-width: none;
    }
    .topNews {
        margin: 0 auto 50px;
    }
    .top_btn {
        width: fit-content !important;
    }

    .top_map {
        margin: 10px 0;
    }

    .ft_in {
        padding: 20px 0 0;
    }
    .ft_01 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ft_01 ul li {
        width: 50%;
        display: flex;
        margin: 0 0 20px;
        border-left: none;
        border-right: none;
    }
    .ft_01 ul li:nth-of-type(even) {
        border-left: 1px solid #888888;
    }

    .ft_02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin: 25px 0 0 0;
    }
    .ft_02_logo {
        width: 100%;
        display: flex;
        margin: auto;
        justify-content: center;
    }
    .ft_02_address {
        width: fit-content;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .ft_02_com {
        width: fit-content;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .ft_telnum {
        margin: 0 0 25px;
    }

    .ft_bottom_in {
        width: 90%;
        padding: 0;
    }
    .ft_bottom_seotxt {
        margin: 0 0 10px;
    }
    .ft_bottom_copy {
        float: none;
        text-align: center;
        padding: 0;
    }
    
    #dlt_pan {
        width: 90%;
        padding: 0;
    }

    .wp-block-media-text>.wp-block-media-text__content {
        padding: 8% 0 0 0 !important;
    }

    .dlt_lay_gallery {
        display: flex;
        flex-wrap: wrap;
    }
    .dlt_lay_gallery .dlt_entry {
        width: 50%;
    }

    .sin_pager {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 4rem;
    }

    .contents>.cat_wrap {
        width: 100%;
    }

    .dlt_lay_post5 .dlt_simg {
        width: 35%;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .dlt_lay_post5 .dlt_entry_header {
        margin: 0 0 10px auto;
        width: 60%;
    }
    .dlt_lay_post5 .dlt_entry_content {
        margin-left: auto;
        width: 60%;
    }
}
/* 768px以上1024px以下 */
@media (min-width: 768px) and (max-width: 1024px) {
    .deltaGallery {
        width: 100%;
        margin: 0;
    }
    .hd_in {
        width: 90%;
    }
    .nav ul {
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
    .main {
        width: 90%;
    }
    .fl-col-small {
        max-width: none;
    }
    .topNews {
        margin: 0 auto 50px;
    }
    .fl-col-group:has(.top_btn) {
        display: flex;
    }
    .top_btn:nth-of-type(2) {
        margin: 0 20px;
    }

    .ft_in {
        width: 90%;
        padding: 20px 0;
    }
    .ft_02 {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    .ft_02_address {
        width: fit-content;
    }

    .ft_bottom_in {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .lower .main {
        width: 90%;
        padding: 30px 0;
    }
    #dlt_pan {
        width: 90%;
    }

    .sidebar {
        min-width: 178px;
        width: 20%;
    }
    .lower .contents {
        width: 65vw;
        max-width: 720px;
    }
}

/* 1441px以上 */
@media (min-width: 1441px) {
    .lv_in {
        max-width: 83.3vw;
        background-size: cover;
    }
}