/* 店舗（アクセス）セクション */
.access-section {
    padding: 0;
}

.access-section-boxed {
    background-color: transparent;
}

/* widget間のmargin */
.access-element.access-widget:not(:last-child) {
    margin-block-end: 20px;
}

/* アクセスセクションのpadding */
.access-section[data-id="67bfe689"] {
    padding: 0 0 94.25px !important;
}

.access-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

/* 2カラムレイアウト */
.access-section .access-container {
    display: flex;
    flex-wrap: wrap;
}

.access-col-50:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}

.access-col-50:last-child {
    flex: 0 0 55%;
    max-width: 55%;
}

/* 見出し */
.access-heading-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    color: #138942;
    padding: 0;
    margin: 0;
}

/* 住所 */
.access-address {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17.6px;
    font-weight: 600;
    line-height: 26.4px;
    color: #000000;
    white-space: pre-wrap;
    margin: 30px 0;
}

/* テキスト */
.access-widget-text-editor {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #231815;
}

.access-widget-text-editor p {
    margin: 0 0 14.4px;
}

.access-widget-text-editor a {
    color: #e91e63;
    text-decoration: none;
}

.access-widget-text-editor a:hover {
    text-decoration: underline;
}

/* Google Maps */
.access-custom-embed iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

/* Instagramバナー */
.access-widget-image img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* レスポンシブ - タブレット */
@media (max-width: 1100px) {
    .access-heading-title {
        font-size: 28px;
    }
}

/* レスポンシブ - モバイル */
@media (max-width: 767px) {
    /* モバイルではcontainerのpaddingを削除（sectionのpaddingで対応） */
    .access-container {
        padding: 0;
    }
    
    /* アクセスセクションのcontainerにpadding追加 */
    .access-section[data-id="67bfe689"] > .access-container {
        padding: 0 10px;
    }
    /* 対象セクションのセクションpaddingはSPではゼロにする */
    .access-section[data-id="67bfe689"] {
        padding: 0 !important;
    }
    
    .access-section {
        padding: 25px 1%;
    }
    
    .access-col-50,
    .access-col-50:first-child,
    .access-col-50:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .access-heading-title {
        font-size: 24px;
    }
    
    .access-custom-embed iframe {
        height: 300px;
    }
}
