@charset "utf-8";
/* CSS Document */

/* 共通 */
html{scroll-behavior: smooth;}
a{text-decoration: none;}
a:hover{color: #554c44 !important;}

.pc{display: block;}
.sp{display: none;}
.tb{display: none;}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
    .tb{display: block;}
}
@media screen and (max-width:500px) {
    .tb{display: none;}
}
/* /共通 */

h2{
    margin-top: 30px;
}
.partyplan{
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
}
.partyplan h3{
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 38px;
    text-align: center;
}
.partyplan_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partyplan_flex .img{
    width: 40%;
}
.partyplan_flex .img img{
    width: 100%;
}
.partyplan_flex .txt{
    width: 55%;
    background-color: #EDECE3;
    margin-bottom: 30px;
}
.partyplan_flex .txt h4{
    width: 100%;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #CD700E;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 12px 20px;
}
.partyplan_flex .txt dl{
    width: 100%;
    padding: 15px 15px 0;
}
.partyplan_flex .txt dl dt span{
    color: #B7650F;
    background-color: #EDD5BB;
    font-size: 15px;
    padding: 3px 7px;
    margin-bottom: 5px;
    display: inline-block;
}
.partyplan_flex .txt dl dd{
    font-size: 15px;
    margin-bottom: 15px;
}
.partyplan_flex .link{
    width: 100%;
    margin: 20px auto;
}
.partyplan_flex .link a{
    display: block;
    margin: 25px auto;
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 800;
    background: #EDECE3;
    border: solid 1px #CB7123;
    color: #554c44;
    font-size: 17px;
    padding: 10px 10px 7px;
    width: 200px;
    text-align: center;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
}
.information{
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
}
.information h3 {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 38px;
    text-align: center;
}
.information table{
    width: 100%;
    max-width: 780px;
    margin: 20px auto;
}
.information table th{
    background-color: rgba(237,213,187,0.5);
    color: #B7650F;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    width: 28%;
    border: #f5f4ef solid 8px;
    padding: 5px;
}
.information table td{
    background-color: rgba(254, 254, 254, 0.5);
    font-size: 14px;
    padding: 15px;
    border: #f5f4ef solid 8px;
}
.information p{
    font-size: 14px;
    text-align: end;
}
.information ul.indent li{
    text-indent: -1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 1em !important;
}

.floorlayout{
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
}
.floorlayout h3 {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 38px;
    text-align: center;
}
.private_party .js_modalWrap {
    top: 38% !important;
    height: 67%;
}
.private_party .js_modalContInner {
    top: 78% !important;
}
.private_events{
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
    padding-top: 10px;
}
.private_events h3 {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 38px;
    text-align: center;
}
.private_events .link a{
    display: block;
    margin: 25px 0;
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 800;
    background: #EDECE3;
    border: solid 1px #CB7123;
    color: #554c44;
    font-size: 17px;
    padding: 10px 10px 7px;
    width: 200px;
    text-align: center;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.private_room .slider_private .slick-slide{
    margin-right: 5px;
}
.private_events .js_modalWrap {
    top: 30% !important;
    height: 79%;
}
.private_events .js_modalContInner {
    top: 69% !important;
}
.studiorental{
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
    padding-top: 10px;
}
.studiorental .lead{
    width: 100%;
    margin-bottom: 70px;
}
.studiorental .lead  h3 {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 38px;
    text-align: center;
}
.studiorental .lead p {
    font-size: 14px;
    margin-bottom: 30px;
}
.studiorental .lead .mail{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px auto;
}
.studiorental .lead .mail_box{
    display: block;
    border: #554c44 1px solid;
    width: 400px;
    padding: 10px;
    margin: 30px auto;
}
.studiorental .lead .mail_box p{
    display: block;
    text-align: center;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: #554c44 1px solid;
}
.studiorental .lead .mail img{
    width: 50px;
    margin-right: 10px;
}
.studiorental .lead .mail div{
    font-size: 21px;
    font-weight: 600;
}
.studiorental .detail{
    width: 100%;
    display: block;
    margin-bottom: 55px;
}
.studiorental .detail h4{
    font-family: 'adobe-caslon-pro', serif;
    font-size: 24px;
    font-weight: 800;
    color: #CD700E;
    border-bottom: #CD700E 2px solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 20px;
    text-align: left;
}
.studiorental .detail p{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
}
.studiorental .detail table {
    width: 100%;
    max-width: 780px;
    margin: 20px auto;
}
.studiorental .detail table th {
    background-color: rgba(237, 213, 187, 0.5);
    color: #B7650F;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    width: 28%;
    border: #f5f4ef solid 4px;
    padding: 10px;
}
.studiorental .detail table td {
    background-color: rgba(254, 254, 254, 0.5);
    font-size: 14px;
    padding: 15px;
    border: #f5f4ef solid 4px;
    text-align: center;
}
.studiorental .detail ul.cation li{
    width: 100% !important;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0 !important;
    margin-bottom: 3px;
    padding: 0 10px !important;
}
.studiorental .detail ul.cation02 li{
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0 !important;
    margin-bottom: 5px;
    width: 100% !important;
    padding: 0 10px !important;
}

@media only screen and (max-width: 991px){}
@media only screen and (max-width: 768px){
    #tab-contbox section {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .partyplan_flex .img{
        width: 100%;
    }
    .partyplan_flex .txt{
        width: 100%;
    }
    .partyplan_flex .txt h4 {
        font-size: 16px;
    }
    .partyplan_flex .txt dl dt span {
        font-size: 14px;
    }
    .partyplan_flex .txt dl dd {
        font-size: 14px;
    }
    .partyplan_flex .link a {
        font-size: 17px;
    }
    .private_party .js_modalWrap {
        top: 64% !important;
        height: 60%;
    }
    .private_party .js_modalContInner {
        top: 49% !important;
    }
    .private_events .js_modalContInner {
        top: 65% !important;
    }
    .information h3 {
        margin-bottom: 18px;
    }
    .information table th {
        font-size: 14px;
    }
    .information table td {
        font-size: 13px;
        padding: 10px;
    }
    .studiorental .detail table th {
        font-size: 14px;
    }
    .studiorental .detail table td {
        font-size: 13px;
    }
    .studiorental .detail table {
        margin: 10px auto;
    }
    .studiorental .lead .mail_box p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px){
    .private_party .js_modalWrap {
        top: 65% !important;
        height: 60%;
    }
    .private_events .js_modalWrap {
        top: 60% !important;
        height: 55%;
    }
    .private_events .js_modalContInner {
        top: 48% !important;
    }
    .studiorental .lead h3 {
        font-size: 20px;
        padding-bottom: 3px;
    }
    .studiorental .lead .mail img {
        width: 31px;
    }
    .studiorental .lead .mail div {
        font-size: 16px;
    }
    .studiorental .detail h4 {
        font-size: 19px;
        line-height: 1.2;
    }
    .studiorental .lead .mail_box {
        width: 100%;
    }
    .studiorental .detail table th {
        font-size: 13px;
    }
    .studiorental .detail table td {
        font-size: 12px;
    }
}

