@charset "utf-8";
.sp {
        display: none;
}
.pc {
        display: block;
}

.main {
        width: 94%;
        max-width: 1200px;
        margin: 0 auto;
}

.order-type2 {
        color: #FFFFFF;
}
.wibox {
        display: flex;
        width: 100%;
        max-width: 1200px;
}
.property-box {
        width: 100%;
}
.condition-box {
        padding-right: 20px;
}
.property-box .sort-box .list-order span {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #E1F2FB;
        color: #333;
        height: 3.1em;
        margin: 0 auto;
}
.property-box .sort-box {
        width: cace(100%/4);
        margin-bottom: 3rem;
}
.order-type2 {
        margin: 0 auto;
}
.order-type2 a {
        width: 98%;
        height: 3.1em;
        display: flex;
        justify-content: center;
        align-items: center;
}
.property-box .submenu__item {
        border-bottom: none;
}
.room-list-box {
        width: 100%;
}
.content-box {
        width: 100%;
        max-width: 1200px;
}
[type="checkbox"]{
        -webkit-appearance: checkbox;
        appearance: checkbox;
}
.side-bar h3 {
        font-size: 1.7rem;
}
.side-bar .index {
        margin: 1rem auto 0.5rem;
        font-size: 1.6rem;
}
.side-bar input[type=checkbox],
.side-bar input[type=radio] {
        display: none;
}

/* checkbox-style */
.side-bar .checkbox-style label {
        background-color: #FFFFFF;
        color: #333;
        border: solid 2px #e6e6e6;
        text-decoration: none;
        text-align: center;
        width: 100%;
        padding: 1.5rem 0;
        cursor: pointer;
        display: block;
        margin: 1rem auto;
        transition: background-color 150ms ease-in;
        font-size: 1.3rem;
}
.side-bar .checkbox-style label:hover {
        background-color: #f1f1f1;
        border: solid 2px #f1f1f1;
        color: #333;
}
.side-bar input[type=checkbox]:checked+label {
        background-color: #e6e6e6;
        color: #333;
}
.side-bar input[type=checkbox]:checked:hover+label {
        color: #333;
        background: #f1f1f1;
        border: solid 2px #f1f1f1;
        background-size: 13px 13px;
}

/* radio-style */
.side-bar .radio-style label {
        background-color: #e6e6e6;
        color: #333;
        text-decoration: none;
        text-align: center;
        width: 100%;
        cursor: pointer;
        display: block;
        margin: 1rem auto;
        transition: background-color 150ms ease-in;
}
.side-bar .radio-style label:hover {
        background-color: #f1f1f1;
        border: solid 2px #f1f1f1;
        color: #333;
}
.side-bar input[type=radio]:checked+label {
        background: #e6e6e6;
        background-size: 13px 11px;
        color: #333;
}
.side-bar input[type=radio]:checked:hover+label {
        color: rgba(255, 255, 255, 0.5);
        background: #e6e6e6;
        background-size: 13px 13px;
}
.side-bar .operations {
        text-decoration: none;
        text-align: center;
        width: 100%;
        cursor: pointer;
        display: block;
        margin: 1rem auto;
        transition: background-color 150ms ease-in;
}
.side-bar .operations:hover {
        transform: scale(1.02);
        transition: 0.5s;
}
button {
        padding: 2rem;
}
.room-list-box .bukken-box {
        border: none;
        width: case(100%/3);
}
.room-list-box .bukken-box .name-box {
        padding: 1rem;
}
.room-list-box .bukken-box .title-box {
        padding-bottom: 0.5rem;
}

/*-中身-*/
.main-inner {
        margin: 0 auto 5rem;
}

.embedded_block {
        width: 100%;
        height: 500px;
}

.embedded_block iframe {
        width: 100%;
        height: 100%;
}

.full_link_block a {
        display: block;
        width: 100%;
        background-color: #136CBC;
        color: #ffffff;
        padding: 2rem 0;
        text-align: center;
        margin-bottom: 5em;
}

.title_block{
        margin-right: 1em;
}

.title_block h2 {
        padding-bottom: 0.3rem;
        font-size: 2.5rem;
        font-weight: bold;
        border-bottom: solid 3px #e6e6e6;
}

.title_block .address {
        display: block;
        padding-top: 1rem;
        font-size: 1.6rem;
        color: #666666;
        font-weight: bold;
}

.sub_title_block {
        font-size: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 0.5rem;
}

.status-detail-reserved {
        width: max-content;
        margin-top: 0.5rem;
        padding: 0.4rem 2rem 0.6rem 1.7rem;
        font-size: 1.2rem;
        background-color: #136CBC;
        color: #e6e6e6;
        clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%);
}

.status-detail-disabled {
        width: max-content;
        margin-top: 0.5rem;
        padding: 0.4rem 2rem 0.6rem 1.7rem;
        font-size: 1.2rem;
        background-color: #222222;
        color: #e6e6e6;
        clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%);
}

.status-detail {
        width: max-content;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        padding: 0.4rem 2rem 0.6rem 1.7rem;
        font-size: 1.5rem;
        font-weight: 100;
        background-color: #EA5511;
        color: #FFFFFF;
}

.main_block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 1em auto;
}

.cont_block {
        margin: 0 auto;
}

.cont_block01 {
        width: 100%;
        margin: 0 auto;
}

.rent {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ff5d12;
}

.cont_block .title {
        margin: 2rem 0 1rem;
}

.cont_block .title h3 {
        position: relative;
        color: #444444;
        font-size: 1.8rem;
        font-weight: bold;
        background: #e6e6e6;
        padding: 15px;
}

.cont_block .title h3 span {
        display: inline-block;
        position: absolute;
        top: -6px;
        left: 10px;
        margin: 0;
        padding: 10px 0;
        z-index: 2;
        width: 50px;
        text-align: center;
        color: #FFF;
        font-size: 18px;
        background-color: #444444;
}

.cont_block .title h3 span::before {
        position: absolute;
        content: "";
        top: 0;
        right: -6px;
        border-bottom: 6px solid #444444;
        border-right: 6px solid transparent;
}

.cont_block .title h3 span::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-left: 25px solid #444444;
        border-right: 25px solid #444444;
}

.cont_block .item-box {
        display: flex;
        align-items: center;
        padding: 1rem;
}

.cont_block .item-box dt {
        width: 40%;
        color: #444444;
}

.cont_block .item-box .item-box-title {
        width: 35%;
        color: #999999;
        font-weight: bold;
}

.cont_block .item-box dt {
        width: 35%;
        margin-right: 4%;
        color: #999999;
}

.cont_block .item-box dd {
        width: 61%;
}

.base_detail {
        margin-bottom: 5em;
}

.madorizu_img {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 3em;
        margin-top: -3em;
}

.item-box03 {
        margin-bottom: 5em;
}

.cont_block .item-box03 dd {
        width: 70%;
}

.item-style {
        font-size: 1.2rem;
}

.detail01 .item-box01 .item-box {
        border-bottom: 1px solid #e6e6e6;
}
.item-box {
        border-bottom: 1px solid #e6e6e6;
}

.detail01 .item-box03 .item-box {
        border-bottom: 1px solid #e6e6e6;
}

.detail01 .item-box03 .item-box-conditions {
        padding: 0 1rem;
}

.item-box02 {
        width: 100%;
}

.item-contents_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
}

.item-ico-flex {
width: 70%;
margin-bottom: 0.5rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
margin: 0 auto;
text-align: center;
}

.ico-box {
        width: 100%;
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
}

.item-ico {
        width: 100%;
        max-width: 100px;
}

.ico-text {
        font-size: 0.8rem;
        color: #e6e6e6;
}

.ico-text-color {
        font-size: 1rem;
        font-weight: bold;
}

.ico-text-small {
        font-size: 0.5rem;
        color: #e6e6e6;
}

.ico-text-small-color {
        font-size: 1rem;
        font-weight: bold;
}

.image_block {
        width: 65%;
}

.gallery-container {
        margin: 2rem auto 1.5rem;
}

.slideshow {
        position: relative;
        padding-top: 66.6%;
        overflow: hidden;
}

.slideshow img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        object-fit: contain;
}

.nav-controls .prev {
        display: block;
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 5rem;
        font-weight: bold;
}

.nav-controls .next {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 5rem;
        font-weight: bold;
}

.slideshow-text {
        display: flex;
        align-items: center;
}

.fa-building {
        font-size: 3rem;
        color: #222222;
}

.caption-container {
        position: relative;
        margin-left: 1rem;
}

.caption-container span {
        position: absolute;
        top: -10px;
        left: 0;
        width: max-content;
        display: block;
}

.caption-title {
        color: #444444;
}

#thumbs {
        width: 100%;
        margin-top: 2rem;
}

.thumbs li {
        width: 14%;
        float: left;
        margin-right: 0.333%;
        margin-bottom: 0.333%;
        list-style: none;
}

.thumbs li:nth-of-type(7n) {
        margin-right: 0;
}

.thumbs .img-box {
        position: relative;
        overflow: hidden;
        padding-top: 66.6%;
}

.thumbs .img-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
}

.top {
        display: none;
}

.bottom.pagination {
        display: block;
        width: 100%;
        margin: 0 auto;
}

.bottom .current {
        margin: 2rem 0.5rem;
        padding: 0.3rem 1rem;
        font-size: 0.75rem;
        background-color: #444444;
        border-radius: 2px;
        color: #e6e6e6;
}

.bottom a {
        margin: 2rem 0.5rem;
        font-size: 0.75rem;
}



.staff-message-img,
.staff-name-img {
        width: 100%;
}

.button-box .submit_btn {
        display: block;
        width: 60%;
        height: auto;
        padding: 2rem;
        margin: 5rem auto;
        background-color: #136CBC;
        color: #e6e6e6;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        border: none;
        cursor: pointer;
}

.button-box .submit_btn:hover {
        color: #111111;
        background-color: #999999;
        transition: .3s;
}

.gmap {
        margin-top: 3rem;
        height: 0;
        overflow: hidden;
        padding-bottom: 40%;
        position: relative;
}

.gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
}

@media screen and (max-width:1025px) {
        .logo {
                width: 30%;
        }

        .madori-img-box {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 250px;
                width: 100%;
                margin: 5rem auto;
                text-align: center;
        }
}

@media screen and (max-width:768px) {
        .sp {
                display: block;
                }
        
                .pc {
                display: none;
                }

        .embedded_block {
                width: 100%;
                height: 300px;
        }

        .logo {
                width: min(70%, 300px);
                margin-bottom: 5px;
        }

        .main-inner {
                margin: 1rem auto;
        }

        .title_block h2 {
                font-size: 2rem;
        }

        .title_block .address {
                margin-left: 0;
                font-size: 1.4rem;
        }

        .sub_title_block {
                font-size: 1.6rem;
        }

        .main_block {
                flex-direction: column;
        }

        .cont_block {
                width: 100%;
                order: 2;
        }

        .cont_block .item-box {
                display: block;
        }

        .cont_block .item-box dt {
                width: 100%;
        }

        .cont_block .item-box dd {
                width: 100%;
        }

        .image_block {
                width: 100%;
                order: 1;
        }

        .gallery-container {
                display: block;
        }

        .slideshow-container {
                width: 100%;
        }

        .slideshow-text {
                margin-bottom: 3.5rem;
        }

        .caption-container span {
                width: 78vw;
                display: block;
                overflow-wrap: break-word;
        }

        .thumbs li {
                width: 19.5%;
                float: left;
                margin-right: 0.625%;
                margin-bottom: 0.625%;
        }

        .thumbs li:nth-of-type(5n) {
                margin-right: 0;
        }

        .thumbs li:nth-of-type(7n) {
                margin-right: 0.625%;
        }

        .item-contents {
                display: block;
                font-size: 1.6rem;
        }

        .rent {
                font-size: 3rem;
        }

        .item-style {
                font-size: 1.6rem;
        }

        .item-box01,
        .item-box02 {
                width: 100%;
        }

        .ico-text,
        .ico-text-color,
        .ico-text-small,
        .ico-text-small-color {
                font-size: 1.2rem;
        }

        .detail01 .item-box03 .item-box-conditions {
                padding: 1rem;
        }

        /* .item-ico-flex {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-evenly;
                list-style-type: none;
                text-align: center;
                width: 100%;
                padding: 0;
        } */

        .item-ico-flex {
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
                place-content: center;
                width: 100%;
        }

        .ico-box img{
                width: 100%;
        }

        .item-ico {
                width: 70px;
        }

        .cont_block .item-box03 dd {
                width: 80%;
        }

        .button-box .submit_btn {
                width: 100%;
        }

        .gmap {
                margin-top: 2rem;
                padding-bottom: 75%;
        }

}

@media screen and (max-width: 1220px) {
        .room-list-box .bukken-box {
                width: case(100%/2);
        }
}
@media screen and (max-width: 767px){
.side-bar {
        display: block;
}
.property-box .sort-box .list-order span {
        font-size: 1.8rem;
        text-align: start;
        margin-top: 1.5rem;
}
.property-box .sort-box .list-order {
        width: 100%;
}
.order-type2 {
        margin: 0 auto;
}
.order-type2 a {
        width: 100%;
        margin-top: 0.5rem;
}
.condition-box {
        padding-right: 0;
}
}
@media screen and (max-width: 460px) {
        .item-ico-flex {
                        grid-template-columns: 1fr 1fr 1fr}
}