@charset "utf-8";

.main-inner {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 2rem auto;
        /*display: flex;*/
        /*justify-content: space-between;*/
}

.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: #111111;
        color: #ffffff;
        padding: 2rem 0;
        text-align: center;
}

.title_block {
        margin: 6rem auto 2rem;
}

.title_block h2 {
        position: relative;
        padding-bottom: 0.3rem;
        font-size: 2.5rem;
        font-weight: bold;
        color: black;
        border-bottom: solid 3px #e6e6e6;
}

.title_block .address {
        margin-left: 4rem;
        font-size: 1.6rem;
        color: #666666;
}

.title_block h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #111111;
        bottom: -3px;
        width: 30%;
}

.sub_title_block {
        font-size: 1.8rem;
}

.status-detail-reserved {
        width: max-content;
        margin-top: 0.5rem;
        padding: 0.4rem 2rem 0.6rem 1.7rem;
        font-size: 1.2rem;
        background-color: #5800FF;
        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: 0.5rem;
        padding: 0.4rem 14rem 0.6rem 1.7rem;
        font-size: 1.7rem;
        background-color: #008CCF;
        color: #e6e6e6;
        clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%);
}

.main_block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
}

.cont_block {
        width: 40%;
}

.rent {
        font-size: 3.5rem;
        font-weight: bold;
        color: red;
}

.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 15px 15px 80px;
}

.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: 25%;
        color: #999999;
        font-weight: bold;
}

.cont_block .item-box dt {
        width: 35%;
        margin-right: 4%;
        color: #999999;
}

.cont_block .item-box dd {
        width: 61%;
}

.cont_block .item-box03 dd {
        width: 70%;
}

.item-style {
        font-size: 1.2rem;
}

.detail01 .item-box01 .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-ico-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        list-style-type: none;
        text-align: center;
        width: 75%;
        padding: 1rem 2rem;
}

.ico-box {
        width: 30%;
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
}

.item-ico {
        width: 100%;
}

.ico-text {
        font-size: 0.8rem;
        color: #e6e6e6;
}

.ico-text-color {
        font-size: 1rem;
        font-weight: bold;
        color: #EA047E;
}

.ico-text-small {
        font-size: 0.5rem;
        color: #e6e6e6;
}

.ico-text-small-color {
        font-size: 0.5rem;
        font-weight: bold;
        color: #EA047E;
}

.image_block {
        width: 55%;
}

.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: #008CCF;
        font-size: 5rem;
        font-weight: bold;
}

.nav-controls .next {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        transform: translateY(-50%);
        color: #008CCF;
        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%;
}

.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;
}

.comment_block {
        margin-top: 3rem;
        padding: 2rem 0 0 0;
        clear: both;
        text-align: justify;
}

.comment_block h3 {
        padding-top: 3rem;
        color: #444444;
        font-size: 2.5rem;
        font-weight: bold;
        font-family: 'Josefin Sans', sans-serif;
}

.comment_block-main-title {
        margin-top: 2rem;
        padding: 0 0.5rem 0.5rem;
        font-size: 2rem;
        font-weight: bold;
        color: #008CCF;
        border-bottom: 3px solid #008CCF;
}

.comment_block-title {
        position: relative;
        padding-bottom: 1rem;
}

.staff-message-img,
.staff-name-img {
        width: 100%;
}

.button-box .submit_btn {
        display: block;
        width: 60%;
        height: auto;
        padding: 2rem;
        margin: 2rem auto;
        background-color: #111111;
        color: #e6e6e6;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-size: 1.7rem;
}

.button-box .submit_btn:hover {
        color: #111111;
        background-color: #999999;
        transition: .3s;
}

.gmap {
        margin-top: 3rem;
        height: 650px;
        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) {
        .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 {
                max-width: 260px;
                width: 100%;
                margin: 0 auto;
                padding: 0.5rem;
        }

        .ico-box {
                width: 33%;
        }

        .item-ico {
                width: 70px;
        }

        .comment_block {
                margin-top: 1rem;
        }

        .comment_block h3 {
                font-size: 2.5rem;
        }

        .button-box .submit_btn {
                width: 100%;
        }

        .gmap {
                margin-top: 2rem;
                padding-bottom: 75%;
        }

}