@charset "utf-8";

.layout-header .nav-children {
    justify-content: end;
}
.layout-header .nav-children > .menu-item-object-photoarchives,
.layout-header .nav-children > .menu-item-object-photocontest {
    flex: unset;
    width: 25%;
}

/* Single - MV */
.archive-photoarchives {
    padding-bottom: 100px
}

.page-photoarchives .main-title {
    padding-bottom: 0 !important;
}

.archive-photoarchives .layout-corner>.bread,
.page-photoarchives .layout-corner>.bread {
    z-index: 1;
}

.page-photoarchives .main-title h2>span {
    display: block;
    color: #949494;
    font-size: 1.6rem;
    line-height: 1.0;
    margin-bottom: 8px;
}

.page-photoarchives #mv {
    position: relative;
}

.archive-photoarchives #mv {
    margin-top: 30px;
}

.archive-photoarchives #mv .photo-wrap,
.splide {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 693px;
    height: auto;
    margin: 0 auto;
    /* overflow: hidden; */
    aspect-ratio: 4 / 3;
    text-align: center;
}

.page-photoarchives #mv .splide__list {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.page-photoarchives #mv .photo-wrap {
    position: relative;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    height: 550px;
    max-width: 100%;
}

.archive-photoarchives #mv .photo-wrap .img,
.splide .img {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    display: inline-flex;
    justify-content: center;
}

.archive-photoarchives #mv .photo-wrap img,
.splide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.page-photoarchives #mv .photo-wrap img {
    width: auto;
    height: 100%;
    object-fit: unset;
    object-position: unset;
    margin: 0 auto;
    display: flex;
    max-width: 100%;
}

.splide__arrow {
    position: absolute;
    top: calc(50% - 43px);
    z-index: 1;
    transform: translateY(-50%);
    background: #ffffffc7;
    /* border: solid 1px #155dbf; */
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease-out;
}

.splide__arrow:hover {
    opacity: .6;
}

.splide__arrow::before {
    content: "";
    background: transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow.splide__arrow--prev {
    left: 25px;
    transform: translateY(-50%) rotate(180deg);
}

.splide__arrow.splide__arrow--next {
    right: 25px;
}

.page-photoarchives #mv .download {
    text-align: right;
    margin-top: 6px;
    margin-bottom: 20px;
}

.page-photoarchives #mv .download.p-one {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.page-photoarchives #mv .download>a {
    color: #155dbf;
    font-size: 20px;
    border-radius: 6px;
    transition: all .3s ease-out;
    position: relative;
    padding-right: 35px;
}

.archive-photoarchives #mv .name {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #ffffffc7;
}

.archive-photoarchives #mv .name h3 {
    font-size: 3.0rem;
    color: #222;
    font-weight: 900;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-photoarchives #mv .download>a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/c/wp-content/themes/J_BEC/assets/images/common/icon/file.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-photoarchives #mv .download>a:hover {
    opacity: .6;
}

.page-photoarchives .layout-corner>.title {
    position: relative;
}

.page-photoarchives .caution-dowload,
.archive-photoarchives .caution-dowload {
    position: absolute;
    bottom: 15px;
    color: #fcff93;
    margin-bottom: 0;
    font-size: 1.2rem;
    /* display: none; */
}
@media (max-width: 800px) {
    .page-photoarchives #mv .photo-wrap, .splide {
        height: 400px;
    }
}
@media (max-width: 580px) {
    .archive-photoarchives {
        padding-bottom: 80px
    }

    .archive-photoarchives #mv {
        margin-top: 20px;
    }

    .archive-photoarchives #mv .photo-wrap,
    .splide {
        margin: 0 auto;
        width: 100%;
    }

    .splide__arrow {
        width: 32px;
        height: 32px;
        top: calc(50% - 30px);
    }

    .splide__arrow:hover {
        opacity: .6;
    }

    .splide__arrow::before {
        width: 12px;
        height: 12px;
        border-right: solid 1px #222;
        border-bottom: solid 1px #222;
    }

    .splide__arrow.splide__arrow--prev {
        left: 8px;
    }

    .splide__arrow.splide__arrow--next {
        right: 8px;
    }

    .archive-photoarchives #mv .name h3 {
        font-size: 2.2rem;
    }

    .page-photoarchives #mv .download {
        margin-bottom: 0px;
        position: absolute;
        bottom: 0px;
        right: 12px;
        z-index: 3;
        margin-top: 0;
    }

    .page-photoarchives #mv .download>a {
        font-size: 1.4rem;
    }

    .page-photoarchives .caution-dowload,
    .archive-photoarchives .caution-dowload {
        bottom: 10px;
        font-size: 1.0rem;
    }

    .page-photoarchives #mv .photo-wrap,
    .splide {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        height: 580px;
        aspect-ratio: auto;
    }

    .page-photoarchives #mv .photo-wrap img,
    .splide img {
        width: 100% !important;
        height: 550px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        margin: 0 auto !important;
    }
}

/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {}

/* Archive */
.archive-photoarchives .search {
    position: relative;
}

.archive-photoarchives .search .inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.archive-photoarchives .search form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.archive-photoarchives .search .form-item input,
.archive-photoarchives .search .form-item select {
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    height: 40px;
    padding-right: 25px;
    line-height: 1.1;
    border-radius: 6px;
    width: 150px;
}

.archive-photoarchives .search .form-item:nth-child(2) select {
    width: 150px;
}

.archive-photoarchives .search .form-item:nth-child(4) select {
    width: 220px;
}

.archive-photoarchives .search .form-item.text input {
    width: 145px;
}

.archive-photoarchives .search .form-item input {
    padding-left: 15px;
}

.archive-photoarchives .search .form-item select {
    cursor: pointer;
}

.archive-photoarchives .search .form-item.select {
    position: relative;
    display: inline-flex;
}

.archive-photoarchives .search .form-item.select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 7px;
    height: 7px;
    background: transparent;
    border-right: solid 1.5px #292c32;
    border-bottom: solid 1.5px #292c32;
    transform: translateY(-50%) rotate(45deg);
}

.archive-photoarchives .search .button {
    position: relative;
    transition: .3s all ease-out;
}

.archive-photoarchives .search .button:hover {
    opacity: .6;
}

.archive-photoarchives .search .button:before,
.archive-photoarchives .search .button:after {
    content: "";
    position: absolute;
    transition: .3s all ease-out;
}

.archive-photoarchives .search .button:before {
    top: calc(50% - 1px);
    left: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: transparent;
    border: solid 3px #023f86;
    border-radius: 50%;
}

.archive-photoarchives .search .button:after {
    background: #023f86;
    width: 3px;
    height: 6px;
    top: calc(50% + 7px);
    left: 26px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.archive-photoarchives .search .button input {
    background: #fff;
    height: 40px;
    line-height: 1.1;
    border-radius: 6px;
    width: 80px;
    text-align: center;
    border: 1px solid #155dbf;
    color: #155dbf;
    background-color: rgba(21, 93, 191, .05);
    transition: .3s all ease-out;
    padding-left: 20px;
}

.archive-photoarchives .result {
    padding-bottom: 30px;
}

.archive-photoarchives .archive-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    counter-reset: number 0;
}

.archive-photoarchives .archive-list a {
    transition: .3s all ease-out;
}

.archive-photoarchives .archive-list a .detail h3 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
}

.archive-photoarchives .archive-list a .detail h3::before {
    counter-increment: number 1;
    content: counter(number) '.';
}

.archive-photoarchives.archive .archive-list a .detail h3::before {
    display: none;
}

.archive-photoarchives .archive-list a .keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.archive-photoarchives .archive-list a .keyword-list>span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2px 5px;
    position: relative;
    border: 1px solid #155dbf;
    background-color: rgba(21, 93, 191, .05);
}

.archive-photoarchives .post_list_page_nav {
    padding-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.archive-photoarchives .post_list_page_nav a,
.archive-photoarchives .post_list_page_nav span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    border: 1px solid #155dbf;
    border-radius: 6px;
    background-color: rgba(21, 93, 191, .05);
    transition: .3s all ease-out;
}

.archive-photoarchives .post_list_page_nav a:hover {
    opacity: .6;
}

.archive-photoarchives .post_list_page_nav span {
    background: #155dbf;
    color: #fff;
}

.archive-photoarchives .post_list_page_nav span.dots {
    background: transparent;
    color: #155DBF;
    border: none;
}

.archive-photoarchives .post_list_page_nav a.prev,
.archive-photoarchives .post_list_page_nav a.next {
    background: transparent;
    border: none;
    font-size: 2.2rem;
}

.history-back a {
    position: relative;
    background: #fff;
    height: 40px;
    line-height: 1.1;
    border-radius: 6px;
    width: 80px;
    text-align: center;
    border: 1px solid #155dbf;
    color: #155dbf;
    background-color: rgba(21, 93, 191, .05);
    transition: .3s all ease-out;
    padding: 5px 28px 5px 15px;
    font-size: 1.8rem;
    font-weight: 300;
}

.history-back a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: calc(50% + 1px);
    background: transparent;
    border-right: solid 2px #155dbf;
    border-bottom: solid 2px #155dbf;
    transform: translateY(-50%) rotate(-45deg);
}

.page-photoarchives .main-title .heading-contents {
    position: relative;
}

.page-photoarchives .main-title .heading-contents .history-back {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.page-photoarchives #main .history-back {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .archive-photoarchives .archive-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .archive-photoarchives .archive-list a .detail h3 {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }

    .archive-photoarchives .archive-list a .keyword-list {
        gap: 6px;
    }

    .archive-photoarchives .archive-list a .keyword-list>span {
        font-size: 1.2rem;
        padding: 2px 5px;
    }

    .archive-photoarchives .search form {
        gap: 8px;
        justify-content: start;
    }

    .archive-photoarchives .search .form-item input,
    .archive-photoarchives .search .form-item select {
        width: 100px;
        font-size: 80%;
        height: 30px;
    }

    .archive-photoarchives .search .form-item:nth-child(2) select {
        width: 100px;
    }

    .archive-photoarchives .search .form-item:nth-child(4) select {
        width: 180px;
    }

    .archive-photoarchives .search .form-item.text input {
        width: 150px;
        font-size: 80%;
    }

    .archive-photoarchives .search .form-item.text input::placeholder {
        font-size: 100%;
    }

    .archive-photoarchives .search .button input {
        background: #fff;
        height: 30px;
        width: 80px;
        font-size: 80%;
        background-color: rgba(21, 93, 191, .05);
        padding-left: 10px;
    }

    .archive-photoarchives .search .button:before {
        width: 12px;
        height: 12px;
    }

    .archive-photoarchives .search .button:after {
        width: 3px;
        height: 6px;
        top: calc(50% + 5px);
        left: 23px;
    }
}

@media (max-width: 580px) {
    .archive-photoarchives .archive-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-photoarchives .archive-list a .detail h3 {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .archive-photoarchives .archive-list a .keyword-list {
        gap: 4px;
    }

    .archive-photoarchives .archive-list a .keyword-list>span {
        font-size: 1.0rem;
        padding: 2px 5px;
    }

    .archive-photoarchives .post_list_page_nav {
        padding-top: 80px;
        gap: 12px;
    }

    .archive-photoarchives .post_list_page_nav a,
    .archive-photoarchives .post_list_page_nav span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 1.2rem;
    }

    .archive-photoarchives .post_list_page_nav a.prev,
    .archive-photoarchives .post_list_page_nav a.next {
        font-size: 2.0rem;
    }

    .history-back a {
        font-size: 1.4rem;
    }
}

@media (max-width: 340px) {

    .archive-photoarchives .search .form-item input,
    .archive-photoarchives .search .form-item select {
        width: 100px;
        font-size: 70%;
        height: 30px;
        padding-right: 17px;
    }

    .archive-photoarchives .search .form-item:nth-child(2) select {
        width: 100px;
    }

    .archive-photoarchives .search .form-item:nth-child(4) select {
        width: 160px;
    }

    .archive-photoarchives .search .form-item.text input::placeholder {
        font-size: 100%;
    }

    .archive-photoarchives .search .form-item.text input {
        width: 130px;
        font-size: 70%;
    }

    .archive-photoarchives .search .button input {
        background: #fff;
        height: 30px;
        width: 80px;
        font-size: 80%;
        background-color: rgba(21, 93, 191, .05);
        padding-left: 10px;
    }

    .archive-photoarchives .search .button:before {
        width: 12px;
        height: 12px;
    }

    .archive-photoarchives .search .button:after {
        width: 3px;
        height: 6px;
        top: calc(50% + 5px);
        left: 23px;
    }

    .archive-photoarchives .search .form-item.select::before {
        right: 12px;
    }
}

/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {
    .archive-photoarchives .archive-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .archive-photoarchives .search form {
        gap: 10px;
        justify-content: flex-start;
    }

    .archive-photoarchives .search .form-item input,
    .archive-photoarchives .search .form-item select {
        width: 130px;
        font-size: 80%;
        height: 30px;
    }

    .archive-photoarchives .search .form-item:nth-child(2) select {
        width: 130px;
    }

    .archive-photoarchives .search .form-item:nth-child(4) select {
        width: 160px;
    }

    .archive-photoarchives .search .form-item.text input {
        width: 140px;
        font-size: 80%;
    }

    .archive-photoarchives .search .button input {
        background: #fff;
        height: 30px;
        width: 80px;
        font-size: 80%;
        background-color: rgba(21, 93, 191, .05);
        padding-left: 10px;
    }

    .archive-photoarchives .search .button:before {
        width: 12px;
        height: 12px;
    }

    .archive-photoarchives .search .button:after {
        width: 3px;
        height: 6px;
        top: calc(50% + 5px);
        left: 23px;
    }
}

/* Single */
.page-photoarchives .wp-block-table table.archives-table tr th {
    width: 15%;
    background: #f5f5f5;
    vertical-align: middle;
    text-align: center;
}

.page-photoarchives .wp-block-table table.archives-table.awards-table tr th {
    width: 30%;
}

.page-photoarchives .wp-block-table table.archives-table tr td {
    width: 35%;
    vertical-align: middle;
}

.page-photoarchives .wp-block-table table.archives-table tr:nth-child(1) td,
.page-photoarchives .wp-block-table table.archives-table tr:nth-child(2) td {
    width: 85%;
}

.page-photoarchives .wp-block-table table.archives-table.awards-table tr td {
    width: 70%;
}

.page-photoarchives .wp-block-table table.archives-table tr th a,
.page-photoarchives .wp-block-table table.archives-table tr td a {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .page-photoarchives .wp-block-table table.archives-table,
    .page-photoarchives .wp-block-table table.archives-table tbody,
    .page-photoarchives .wp-block-table table.archives-table tr,
    .page-photoarchives .wp-block-table table.archives-table tr th {
        display: block;
        width: 100%;
    }

    .page-photoarchives .wp-block-table table.archives-table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .page-photoarchives .wp-block-table table.archives-table tr th {
        display: block;
        width: 30%;
    }

    .page-photoarchives .wp-block-table table.archives-table.awards-table tr th {
        width: 35%;
    }

    .page-photoarchives .wp-block-table table.archives-table tr td,
    .page-photoarchives .wp-block-table table.archives-table tr:nth-child(1) td,
    .page-photoarchives .wp-block-table table.archives-table tr:nth-child(2) td {
        display: block;
        width: 70%;
    }

    .page-photoarchives .wp-block-table table.archives-table.awards-table tr td {
        width: 65%;
    }
}

/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {}


/* MAP PLOT */
#bridgeMapArea {
    padding-top: 0;
    padding-bottom: 0;
}

#bridgeMapArea .map-plot {
    z-index: 0;
    position: relative;
}

#bridgeMapArea .map-plot .map-wrap {
    width: 100%;
    height: 500px;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap {
    width: 100%;
    height: 100%;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .number-icon {
    background: #e53935;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    bottom: 0;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .number-icon::before {
    content: "";
    background: #aa2926;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 13px #0000003d;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .number-icon::after {
    content: "";
    background: #e53935;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    border: solid 1px #aa2926;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .number-icon.non-number>span {
    background: #aa2926;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .leaflet-popup-content {
    font-size: 2em;
    width: auto !important;
    white-space: nowrap;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .leaflet-popup-content a {
    transition: .3s all ease-out;
    font-weight: 600;
    letter-spacing: .04em;
}

#bridgeMapArea .map-plot .map-wrap #bridgeMap .leaflet-popup-content a:hover {
    opacity: .6;
}

@media (max-width: 768px) {
    #bridgeMapArea .map-plot .map-wrap {
        height: 400px;
    }
}

/* 詳細検索モーダル */
body.modal-open {
    overflow: hidden;
}

#openModal {
    position: relative;
    background: #fff;
    height: 40px;
    line-height: 1.1;
    border-radius: 6px;
    width: 220px;
    text-align: center;
    border: 1px solid #155dbf;
    color: #155dbf;
    background-color: rgba(21, 93, 191, .05);
    transition: .3s all ease-out;
    padding-left: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

#openModal:hover {
    opacity: .6;
}

#openModal:before,
#openModal:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 14px;
    border: solid 1px #155dbf;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    background: transparent;
    z-index: 1;
}

#openModal:after {
    border-top: none;
    border-left: none;
    top: calc(50% + 2px);
    left: 24px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #fff;
    padding: 0;
    max-width: 90%;
    border-radius: 8px;
    position: relative;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.modal-content .layout-main {
    min-height: auto;
    transition: all .8s;
    line-height: 2;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.modal-content .layout-main .heading-cornerindex {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal-overlay.active .modal-content .wp-block-heading {
    margin-top: 0;
    margin-bottom: 16.5px;
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.7em;
    font-weight: 900;
    cursor: pointer;
    transition: .3s all ease-out;
    color: #505050;
}

.modal-close:hover {
    opacity: .6;
}

.archive-photoarchives .search .modal-content .inner {
    padding-left: 120px;
    padding-right: 120px;
    min-height: 60vh;
    height: 100%;
    overflow-y: auto;
}

.archive-photoarchives .search .modal-content .editor-styles-wrapper {
    background: #fff;
}

.archive-photoarchives .search .modal-content form {
    display: block;
    margin-bottom: 200px;
}

.archive-photoarchives .search .modal-content form .form-item {
    margin-bottom: 29.5px;
}

.archive-photoarchives .search .modal-content form .form-item.text input {
    width: 480px;
}

.archive-photoarchives .search .modal-content form .form-item.check {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    align-items: center;
}

.archive-photoarchives .search .modal-content form .form-item.check>label {
    display: flex;
    gap: 0 12px;
    align-items: center;
    transition: .3s all ease-out;
}

.archive-photoarchives .search .modal-content form .form-item.check>label:hover {
    opacity: .6;
}

.archive-photoarchives .search .modal-content form .form-item.check>label>input {
    width: 12px;
    height: 12px;
    border: solid 1.5px #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.archive-photoarchives .search .modal-content form .form-item.check>label>input:checked {
    border-color: #155dbf;
}

.archive-photoarchives .search .modal-content form .form-item.check>label>input:checked:before {
    position: absolute;
    top: 1px;
    left: 2.5px;
    transform: rotate(50deg);
    width: 4px;
    height: 6px;
    border-right: 1.5px solid #155dbf;
    border-bottom: 1.5px solid #155dbf;
    content: '';
}

.archive-photoarchives .search .modal-content form .form-item.check>label>span {
    font-size: 16px;
}

.archive-photoarchives .search .modal-content form .form-item.radio {
    display: flex;
    align-items: center;
    gap: 15px 30px;
    flex-wrap: wrap;
}

.archive-photoarchives .search .modal-content form .form-item.radio>label {
    display: flex;
    align-items: center;
    gap: 0 8px;
    transition: .3s all ease-out;
}

.archive-photoarchives .search .modal-content form .form-item.radio>label:hover {
    opacity: .6;
}

.archive-photoarchives .search .modal-content form .form-item.radio>label>input {
    width: 12px;
    height: 12px;
    border: solid 1.5px #ccc;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.archive-photoarchives .search .modal-content form .form-item.radio>label>input:checked {
    border-color: #155dbf;
}

.archive-photoarchives .search .modal-content form .form-item.radio>label>input:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.5px;
    height: 7.5px;
    background: #155dbf;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.archive-photoarchives .search .modal-content form .form-item.radio>label>span {
    font-size: 16px;
}

.archive-photoarchives .search .modal-content form .button.position-fixed {
    position: fixed;
    bottom: -3px;
    left: 0;
    width: 100%;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, .1);
    padding: 18px 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 30px;
}

.archive-photoarchives .search .modal-content form .button:before,
.archive-photoarchives .search .modal-content form .button:after {
    content: none;
}

.archive-photoarchives .search .modal-content form .button:hover {
    opacity: 1;
}

.archive-photoarchives .search .modal-content form .button input {
    height: 58px;
    line-height: 1.1;
    border-radius: 6px;
    width: 380px;
    text-align: center;
    border: 1px solid #155dbf;
    color: #fff;
    background: #155dbf;
    transition: .3s all ease-out;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    justify-content: center;
}

.archive-photoarchives .search .modal-content form .button a {
    border: 1px solid #8d8d8d;
    color: #8d8d8d;
    background-color: rgb(0 0 0 / 5%);
    height: 40px;
    align-items: center;
    width: 160px;
    justify-content: center;
    display: flex;
    border-radius: 6px;
    transition: .3s all ease-out;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .archive-photoarchives .search .modal-content .inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 768px) {
    .archive-photoarchives .search .modal-content .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .archive-photoarchives .search .modal-content form {
        margin-bottom: 160px;
    }

    .archive-photoarchives .search .modal-content form .form-item.text input {
        width: 240px;
    }

    .archive-photoarchives .search .modal-content form .button input {
        height: 32px;
        width: 90%;
        font-size: 14px;
        padding: 8px 0;
    }

    .archive-photoarchives .search .modal-content form .button a {
        height: 25px
    }
}

/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {}

/* Sample Page */
@media (max-width: 768px) {}

/* タブレット用 (必要に応じて) */
@media (min-width: 769px) and (max-width: 1100px) {}
