@charset "utf-8";
/* ------------------------------------------------------
 * top.css (湯〜とぴあ様 新トップページ用基本調整)
------------------------------------------------------ */

/* デフォルトのタイトルエリアを非表示 */
#main_tit {
    display: none !important;
}

/* 湯〜とぴあ様の既存コンテナに合わせた余白調整 */
.front-page .l-section,
.top-new-layout-main .l-section {
    padding: 40px 0 50px;
}

@media screen and (max-width: 768px) {
    .front-page .l-section,
    .top-new-layout-main .l-section {
        padding: 30px 0;
    }
}