@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* テーブル横スクロール用CSS */
.is-style-swell-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-style-swell-table-scroll .table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
}

.is-style-swell-table-scroll table {
    min-width: 1200px;
    width: 100%;
    table-layout: fixed;
}

/* テーブルセルの幅調整 */
.is-style-swell-table-scroll th:nth-child(1), /* スタジオ */
.is-style-swell-table-scroll td:nth-child(1) {
    width: 15%;
}

.is-style-swell-table-scroll th:nth-child(2), /* 特徴 */
.is-style-swell-table-scroll td:nth-child(2) {
    width: 20%;
	  text-align: center;
}

.is-style-swell-table-scroll th:nth-child(3), /* 詳細 */
.is-style-swell-table-scroll td:nth-child(3) {
    width: 8%;
    text-align: center;
}

.is-style-swell-table-scroll th:nth-child(4), /* レッスン */
.is-style-swell-table-scroll td:nth-child(4) {
    width: 18%;
}

.is-style-swell-table-scroll th:nth-child(5), /* 入会金 */
.is-style-swell-table-scroll td:nth-child(5) {
    width: 20%;
}

.is-style-swell-table-scroll th:nth-child(6), /* 料金価格 */
.is-style-swell-table-scroll td:nth-child(6) {
    width: 25%;
}

.is-style-swell-table-scroll th:nth-child(7), /* アクセス */
.is-style-swell-table-scroll td:nth-child(7) {
    width: 12%;
}


/* 基本情報テーブルの上にマージンを追加 */
.wp-block-table {
    margin-top: 20px;
}