@charset "utf-8";

/* リセット */
@import url(css/foundation/reset.css);
/* 基本設定 */
@import url(css/foundation/base.css);
/* 各レイアウト */
@import url(css/layout/layout.css);
/* ヘッダー */
@import url(css/layout/header.css);
/*  オブジェクトファイル
(.c-共通パーツ・.p-各セクションの細かいパーツ・.u-わずかな調整、特定の要素だけの色や余白） */
@import url(css/layout/object.css);

@media print {

    html,
    body {
        overflow-y: visible;
        overflow-x: visible;
        zoom: 95%;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .print {
        page-break-before: always;
    }

    
    .l-flex {
        display: block;
        margin-top: 0px;
    }

    .l-gallerySlide {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .l-company {
        width: 100%;
        margin-top: 20px;
    }

    .l-feature {
        width: 100%;
        margin-top: 20px;
    }

    .l-holiday {
        width: 100%;
        margin-top: 20px;
    }

    .l-access {
        width: 100%;
        margin-top: 20px;
    }

    .l-other {
        margin-top: 20px;

        .l-other__inner {
            display: block;

            div,
            p {
                width: 100%;
            }
        }
    }


}