/* #single .breadcrumb-sec {
    margin-bottom: 3rem;
} */

#single h3 {
    font-size: 2.5rem;
    margin-bottom: 2.2rem;
}

#single dl {
    padding: 1rem 1rem 3rem;
    border-bottom: 1px solid var(--clr-main-black);
}
#single dl dt:not(:first-of-type){
    margin-left: 3rem;
}
#single dl * {
    font-size: 1.1rem;

}

#single dt,
#single dd {
    display: inline-block;
}

/* #single #mainGallery.swiper-container {
    height: 30rem;
}

#single #mainGallery .swiper-wrapper .swiper-slide img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: calc(100% - 5rem);

}

#single #mainGallery .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--clr-grey);
}

#mainGallery .swiper-button-next,
#mainGallery .swiper-container-rtl .swiper-button-prev,
#mainGallery .swiper-button-prev,
#mainGallery .swiper-container-rtl .swiper-button-next {
    background-color: var(--clr-black-blue);
    color: #fff;
    width: 2rem;
    height: 2rem;
}

#mainGallery .swiper-button-next,
#mainGallery .swiper-container-rtl .swiper-button-prev {

    right: 0;

}

#mainGallery .swiper-button-prev,
#mainGallery .swiper-container-rtl .swiper-button-next {

    left: 0;

}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 0.6rem;
} */
.slider div {
    height: 100%;
}
.slider#mainGallery {
    height: 30rem;
    /* border: 1px solid black; */
    background-color: var(--clr-grey);
}

.slider#mainGallery img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 5rem);
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.slider#mainGallery .slick-slide {
    
    margin: 0 auto;
}
.gallery-thumbs {
    height: 9rem;
    margin: 0.6rem 0;
    overflow: hidden;
}
.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -o-object-position: center;
    object-fit: contain;
    
}
.gallery-thumbs .slick-slide {
    margin: 0 0.6rem;
    display: flex;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}
.gallery-thumbs .slick-slide.slick-current {
    position: relative;
}
.gallery-thumbs .slick-slide.slick-current::after {
    content: "";
    position: absolute;
    left: 0.3rem;
    top: -0.3rem;
    width: 1.3rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: var(--clr-yellow);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);

}
.gallery-thumbs .slick-track {
    padding: 0.6rem 0;
}
.slick-prev, .slick-next {
    background-color: var(--clr-black-blue) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
}
.slick-prev:hover, .slick-next:hover {
    background-color: var(--clr-black-blue) !important;
}
.slick-prev {
    transform: translateX(2.5rem);
}
.slick-next {
    transform: translateX(-2.5rem);
}
.slick-prev:before {
    content: '<';
    font-size: 10px;
    font-weight: 900;
}
.slick-next:before {
    content: '>';
    font-size: 10px;
    font-weight: 900;
}
section.hudousan-gallery .plain-draft .plain-draft-wrapper {
    height: 30rem;
    padding: 4rem 3rem 3.2rem;
    
}
section.hudousan-gallery .property_category {
    margin-bottom: 1rem;
}
section.hudousan-gallery .property_category span {
    display: inline-block;
    padding: 0 1rem;
    line-height: 2;
}
section.hudousan-gallery .plain-draft .plain-draft-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center  ;
}
section.hudousan-gallery .plain-draft .plain-draft-wrapper a {
    right: 0;
    top: 1rem;
}
section.hudousan-gallery .warning {
    font-size: 1.0rem;
}
/* .hudousan-gallery .float-right {
    width:calc(50% - 1rem);
    margin-left: 1rem;
} */
.plain-draft-wrapper a {
    column-gap: 1rem;
}
.plain-draft-wrapper a img {
    width: 1.4rem;
}

section.hudousan-gallery .gallery-thumbs .swiper-slide {
    position: relative;
    /* padding-top: 10%; */
}
section.hudousan-gallery .gallery-thumbs .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    translate: 5% -50%;
    height: 94%;
    object-fit: cover;
    object-position: center center;
}

.gallery-thumbs.swiper-container {
    height: 8rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}
.gallery-thumbs.swiper-container .swiper-wrapper {
    height: 100%;
}
.gallery-thumbs.swiper-container .swiper-slide {
    
    height: 100%;
}
.gallery-thumbs.swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    position: relative;
}
.gallery-thumbs.swiper-container .swiper-slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    width: 1.3rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: var(--clr-yellow);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}
.gallery-thumbs.swiper-container .swiper-slide.swiper-slide-active img {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.8);

}


.gallery-thumbs.swiper-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}
.plain-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 88rem;
    /* height: 80vh; */
    /* min-height: 30rem; */
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 11px var(--clr-main-black);
    z-index: 999;
}
.plain-modal .plain-modal-wrapper {
    padding-top: 50%;
}
.plain-modal .plain-modal-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;
    

}
.plain-modal .plain-modal-wrapper a {
    font-size: 1.5rem;
    top: 2rem;
    right: 2rem;
    font-weight: 900;
    transition: all 0.4s ease-in-out;
}
.plain-modal .plain-modal-wrapper a:hover {
    color: var(--clr-black-blue);
}
.info-table * {
    font-size: 1.2rem;
    /* font-family: var(--genshin-font); */
}
.info-table {
    display: flex;
    flex-wrap: wrap;
}
.info-table .info-item {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: var(--grey-border);
    display: flex;
}
.info-table .info-item:last-child .content{
    width: calc(100% - 18rem);
}
.info-table .info-item:first-child {
    border-top: var(--grey-border);
}
.info-table .info-item > div {
    padding: 1rem 0;
}
.info-table .info-item > div.content {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
}
.info-table .info-item.half {
    flex: 0 0 auto;
    width: 50%;
}
.info-table .info-item .title {
    width: 18rem;
    display: flex;
    justify-content: left;
	padding-left: 20px;
    align-items: center;
}
main#single h4 {
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.2em;
    padding-left: 2rem;
}
main#single h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.8rem;
    height: 80%;
    background-color: var(--clr-black-blue);


}
main#single h4 span {
    font-size: 1rem;
    letter-spacing: 0.08em;
}
main#single section:not(.breadcrumb-sec) {
    padding: 2rem 0;
}
main#single h5 {
    /* font-family: var(--genshin-font); */
    font-size: 1.8rem;
    margin-top: 4.4rem;
    margin-bottom: 1.6rem;
}
main#single h5 + *{
    /* font-family: var(--genshin-font); */
    font-size: 1.2rem;
}
main#single .remarks ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 1rem;
    list-style: disc;
}
main#single .remarks ul li {
    flex: 0 0 auto;
    width: max-content;
    display: inline-block;
}
main#single .character-wrapper p{
    width: 58rem;
    /* margin-bottom: 10rem; */
}
main#single .character-wrapper > img {
    right: 0;
    top: 50%;
    width: 30rem;
    translate: 0 -50%;
    height: 20rem;
    object-fit: cover;
    object-position: center center;
}

section.access {
    padding-bottom: 6.6rem;
}
section.access .access-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4rem;
    align-items: flex-start;
}
section.access .access-wrapper .access-map-wrapper {
    width: 100%;
    height: 40rem;
}
section.access .access-wrapper .access-map-wrapper iframe{
    width: 100%;
    height: 100%;
}
section.access .access-wrapper .info-table .content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 9.4rem);
}
section.access .access-wrapper .info-table .content .distance {
    color: var(--clr-red);
}
.info-table.mini .info-item .title {
    width: 9.4rem;
}
section.access p.attention {
    font-size: 1.0rem;
    margin: 1rem 0 3rem;
}


section.similar table * {
    /* font-family: var(--genshin-font); */
    font-size: 1.3rem;
}
section.similar table td,section.similar table th {
    width: 13%;
    text-align: center;
    padding: 1.4rem 0.6rem;
    vertical-align: middle;
}
section.similar table td:last-child,section.similar table th:last-child {
    width: 20%;
}
section.similar table tbody tr:first-child {

    background-color: #fff;
    border-bottom: var(--grey-border);
}
section.similar table tr:not(:first-child) {
    border-bottom: var(--grey-border);
    background-color: #fff;
}
section.similar table td > img {
    width: 10rem;
    height: 7rem;
    object-fit: cover;
    object-position: center center;
}
section.similar table tbody tr td {
    
    vertical-align: middle;
    
}
section.similar table tbody tr td:last-child .link-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 0.4rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% -  2rem);
    
}
section.similar table tbody tr td:last-child .link {
    border: 1px solid var(--clr-black-blue);
    border-radius: 6px;
    justify-content: center;
    column-gap: 0.4rem;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;

}
section.similar table tbody tr td:last-child .link img {
    width: 1rem;
}
section.similar table tbody tr td:last-child {
    position: relative;
}
.pc-hide-thumbs {
    display: none;
}
@media screen and (max-width: 768px) {
    .gallery-main {
        width: 100% !important;
    }

    .slider#mainGallery {
        height: 40rem;
    }
    .slider#mainGallery img {
        
        width: calc(100% - 6rem);
        
    }
    .slick-next {
        transform: translateX(-4.2rem);
    }
    .slick-prev {
        transform: translateX(4.2rem);
    }
    .plain-draft {
        width: 100%;
    }
    section.hudousan-gallery .plain-draft .plain-draft-wrapper {
        height: 50rem;
        padding: 7rem 3rem 3rem;
    }
    section.hudousan-gallery .plain-draft .plain-draft-wrapper > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    #single dl * {
        font-size: 2.4rem;
    }
    #single dl {
        padding: 1rem 3rem;
        border-bottom: 1px solid var(--clr-main-black);
        flex-wrap: wrap;
    }
    #single dl dd:nth-of-type(1) {
        margin-right: 10rem;
    }
    #single dl dt:nth-of-type(2) {
        margin-left: 0;
    }
    section.hudousan-gallery .warning {
        font-size: 2.2rem;
        text-align: left !important;
    }
    main#single h4 {
        font-size: 3.6rem;
        margin-bottom: 2.4rem;
        letter-spacing: 0.2em;
        padding-left: 2rem;
    }
    main#single h4 span {
        font-size: 2rem;
        letter-spacing: 0.08em;
    }
    .info-table .info-item .title {
        width: 32rem;
        font-size: 2.2rem;
    }
    .info-table .info-item > div.content {
        padding-left: 2rem;
        padding-right: 2rem;
        display: flex;
        align-items: center;
        font-size: 2.2rem;
        width: calc(100% - 32rem);
    }
    .info-table .info-item.half {
        flex: 0 0 auto;
        width: 100%;
    }
    .info-table .info-item:last-child .content {
        width: calc(100% - 32rem);
    }
    main#single section:not(.breadcrumb-sec) {
        padding: 4rem 0;
    }
    main#single h5 {
        /* font-family: var(--genshin-font); */
        font-size: 3.6rem;
        margin-top: 4.4rem;
        margin-bottom: 1.6rem;
    }
    main#single h5 + * {
        /* font-family: var(--genshin-font); */
        font-size: 2.2rem;
    }   
    section.access .access-wrapper {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 5rem;
        row-gap: 3rem;
        align-items: flex-start;
    }
    section.access .access-wrapper .access-map-wrapper {
        width: 100%;
        height: 70rem;
    }
    .info-table.mini .info-item .title {
        width: 18rem;
    }
    section.access .access-wrapper .info-table .content {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 18rem);
    }
    .info-table * {
        font-size: 2.2rem;
        /* font-family: var(--genshin-font); */
    }
    section.access p.attention {
        font-size: 2.2rem;
        margin: 1rem 0 3rem;
    }
    section.similar table {
        width: 160rem;
    }
    .similar-table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    section.similar table * {
        /* font-family: var(--genshin-font); */
        font-size: 2.2rem;
    }
    section.similar table td > img {
        width: 16rem;
        height: 11rem;
        object-fit: cover;
        object-position: center center;
    }
    section.similar table tbody tr td:last-child .link {
        border: 1px solid var(--clr-black-blue);
        border-radius: 6px;
        justify-content: center;
        column-gap: 1rem;
        padding: 2rem 0;
        width: 100%;
    }
    section.similar table tbody tr td:last-child .link img {
        width: 2rem;
    }
    section.similar table tbody tr td:last-child .link-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 0.4rem;
        column-gap: 1rem;
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        translate: none;
        width: 98%;
    }
    .pc-hide-thumbs {
        display: block;
        height: 12rem;
    }
    .gallery-thumbs:not(.pc-hide-thumbs) {
        display: none;
    }
    .gallery-thumbs .slick-slide.slick-current::after {
        
        left: 1.3rem;
        top: -0.3rem;
        width: 2.3rem;
        height: 3rem;
    }
}


/*
*
* inquery section
*
*/
section.prop-inquery-sec {
    padding: 8rem 0 !important;
}

section.prop-inquery-sec h3 {
    font-size: 3.6rem !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 10rem !important;
}

section.prop-inquery-sec br {
    display: none;
}

section.prop-inquery-sec .wpcf7-form-control-wrap:has(input[id="yourPost"]),
section.prop-inquery-sec .wpcf7-form-control-wrap:has(input[id="yourPrefecture"]) {
    width: 50%;
}

@media screen and (max-width: 768px) {

    section.prop-inquery-sec .wpcf7-form-control-wrap:has(input[id="yourPost"]),
    section.prop-inquery-sec .wpcf7-form-control-wrap:has(input[id="yourPrefecture"]) {
        width: 100%;
    }
    section.prop-inquery-sec h3 {
        font-size: 3.4rem !important;
        letter-spacing: 0.1em !important;
        margin-bottom: 10rem !important;
    }
	section.prop-inquery-sec .form-input p label:not(.wpcf7-form-control-wrap label) {
        max-width: unset;
    }
}

.access_grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:50px;
}

@media screen and (max-width: 768px) {
	.access_grid{
		grid-template-columns:1fr;
	}
}