/* CSS Document */

/* 親コンテナのスタイル */
.responsive-iframe-container {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    margin-left: auto;
    margin-right: auto;
}

/* iframeのスタイル */
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow-x: scroll;
}

.access_logo > img{
    background-color: white;
}

/* https://into-the-program.com/google-calendar-responsive/ */
.googleCalendar iframe {
    width: 100%;
    height: 400px;
}
@media all and (min-width: 768px) {
    .googleCalendar iframe {
        height: 600px;
    }
}
@media all and (max-width: 767px) {
    .responsive-iframe-container {
        height: 800px;
    }
}

/* 料金改定 */
.price_revision{
    line-height: 0;
}


/* 閉業のお知らせ */
.close-info{
    background: #FFFDD0;
}
.close-info .c-section--bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.close-info .c-section--bg .col-md-6{
    width: 50%;
    max-width: 50%;
    flex: none;
    text-align: center;
}