@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------------------------------------------------
 *
 *
 *
 *
このファイルは編集禁止です。
このファイル内にあるクラスを変更したい場合は、各レース毎のcssファイルで
該当クラスを上書きするように設定してください。
 *
 *
 *
 *
--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
プロキシ翻訳用
--------------------------------------------------------------------------------------*/

/*日本語非表示、英語翻訳*/

.show-on-translation {
    display: none;
}

/*日本語表示、英語非表示*/

.remove-on-translation {}







/*



PC



*/

@media (min-width: 750px) {


    /*-------------------------------------------------------------------------------------
プロキシ翻訳用
--------------------------------------------------------------------------------------*/
    /*日本語非表示、英語翻訳*/
    .show-on-translation {}





    #suzukaContentInner2016 {
        padding-top: 0 !important;
        width: 100% !important;
    }

    html {
        font-size: 10px !important;
    }

    /*-------------------------------------------------------------------------------------
 * セクションユニット
--------------------------------------------------------------------------------------*/
    .unit-section {
        font-size: 1.6rem;
        margin: 0 0 48px;
    }

    /*-------------------------------------------------------------------------------------
 * コンテナユニット
--------------------------------------------------------------------------------------*/
    .unit-container {
        font-size: 1.6rem;
        margin: 0 0 48px;
        overflow: hidden;
    }

    /*-------------------------------------------------------------------------------------
 カスタムクラス用 
--------------------------------------------------------------------------------------*/
    .unit-container.centering {
        margin: 0 auto;
        width: max-content;
    }

    /*-------------------------------------------------------------------------------------
 ページ内アンカーリンクのナビゲーションメニュー領域回避
--------------------------------------------------------------------------------------*/
    .anchor {
        padding-top: 90px;
        margin-top: -138px;
    }


    /*-------------------------------------------------------------------------------------
マルチカラム対応
--------------------------------------------------------------------------------------*/
    .unit-multi-columns-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .unit-multi-columns-container.justify-space-between {
        justify-content: space-between;
    }

    .unit-multi-columns-container.justify-space-around {
        justify-content: space-around;
    }

    /*-------------------------------------------------------------------------------------
等幅4カラムまで対応
--------------------------------------------------------------------------------------*/
    .unit-multi-columns-container .has-2-columns {
        width: 48%;
    }

    .unit-multi-columns-container .has-3-columns {
        width: 32%;
    }

    .unit-multi-columns-container .has-4-columns {
        width: 24%;
    }

    /*-------------------------------------------------------------------------------------
見出しユニット
--------------------------------------------------------------------------------------*/
    h2.unit-heading {
        background: #3a3a3a;
        color: #fff;
        font-size: 2.8rem;
        font-weight: 700;
        margin: 60px auto 10px;
        padding: 10px .5em 5px;
    }

    h3.unit-heading-sub {
        background: #3a3a3a;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 60px auto 10px;
        padding: 10px .5em 5px;
    }

    h4.unit-heading-small {
        background: #3a3a3a;
        color: #fff;
        margin: 60px auto 10px;
        padding: 10px .5em 5px;
    }


    /*-----------------------------------------
ユニット画像
-----------------------------------------*/
    .unit-image {
        margin: 30px 0;
    }

    .unit-image .caption {
        background: #505050;
        color: #fff;
        font-size: 1.4rem;
        padding: 0.5em;
    }

    .unit-image .img img {
        max-width: 100%;
    }

    /*-----------------------------------------
ユニットアコーディオン
-----------------------------------------*/
    .unit-accordion {
        margin: 10px 0;
    }

    .unit-accordion > dt {
        background: #212428 url(../images/comment_open.png) 15px 12px no-repeat;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.6;
        min-height: 26px;
        padding: 10px 10px 10px 45px;
        cursor: pointer;
        display: block;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .unit-accordion > dt.active {
        background: #212428 url(../images/comment_close.png) 15px 12px no-repeat;
        color: #fff;
        line-height: 1.6;
        min-height: 26px;
        padding: 10px 10px 10px 45px;
    }

    .unit-accordion > dd {
        margin-top: 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }

    .unit-accordion ol {
        list-style: decimal;
        margin: 0 0 0 3rem;
    }

    /*ユニットアコーディオン内に画像を並べる*/
    .unit-accordion .photo-2column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .unit-accordion .photo-2column div {
        margin-bottom: 1rem;
        width: 48%;
    }

    .unit-accordion .photo-2column div img {
        height: auto;
        width: 100%;
    }


    /*-----------------------------------------
ユニットスライダ
-----------------------------------------*/
    .unit-slider {
        position: relative;
        margin: 12px 0;
    }

    .unit-slider .items div {
        color: #fff !important;
        text-align: center;
    }

    .unit-slider .items div img {
        display: block;
        margin: 0 auto;
    }

    .unit-slider p {
        background: #808287;
        font-size: 1.4rem;
        padding: 0.5em;
    }

    .unit-slider .slick-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .unit-slider .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .unit-slider .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .unit-slider .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .unit-slider .slick-dots li button:before {
        display: none !important;
    }

    .unit-slider .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .unit-slider .slick-prev,
    .unit-slider .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .unit-slider .slick-prev {
        position: relative !important;
        order: 1;
    }

    .unit-slider .slick-next {
        position: relative !important;
        order: 3;
    }

    .unit-slider .slick-prev::before {
        content: url(../images/main_visual_arrow_left.png) !important;
    }

    .unit-slider .slick-next::before {
        content: url(../images/main_visual_arrow_right.png) !important;
    }

    /*-----------------------------------------
ギャラリーユニット
-----------------------------------------*/
    .unit-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .unit-gallery.justify-flex-start {
        justify-content: flex-start;
    }

    .unit-gallery.justify-flex-end {
        justify-content: flex-end;
    }

    .unit-gallery.justify-center-nomargin,
    .unit-gallery.justify-center {
        justify-content: center;
    }

    .unit-gallery.justify-space-between {
        justify-content: space-between;
    }

    .unit-gallery.justify-space-around {
        justify-content: space-around;
    }

    .unit-gallery .img {
        font-size: 0;
    }

    .unit-gallery .img .caption {
        background: #505050;
        color: #fff;
        font-size: 1.4rem;
        padding: 0.5em;
    }

    .unit-gallery .img img {
        max-width: 100%;
    }

    /**
 * 横6列まで対応
 * 複数画像を持つ場合のwidthと行端のmarginはjavascriptで設定する
 * javascriptでの計算の都合により、ここのmarginとwidthはpx表記
 */
    .unit-gallery .img.columns-1 {
        margin-right: 0;
        width: 100%;
    }

    .unit-gallery .img.columns-2 {
        margin-right: 20px;
        width: 48%;
    }

    .unit-gallery .img.columns-3 {
        margin: 10px 5px;
        width: 32%;
    }

    .unit-gallery .img.columns-4 {
        margin: 10px;
        width: 24%;
    }

    .unit-gallery .img.columns-5 {
        margin: 10px;
        width: 19%;
    }

    .unit-gallery .img.columns-6 {
        margin: 10px 5px;
        width: 15%;
    }

    .unit-gallery .img:last-child {
        margin-right: 0;
    }

    .unit-gallery.justify-center-nomargin .img,
    .unit-gallery.justify-space-between .img,
    .unit-gallery.justify-space-around .img {
        margin-right: 0;
    }

    /*-----------------------------------------
ユニット表組み
-----------------------------------------*/
    .unit-table {
        border-bottom: 1px solid #CCCCCC;
        list-style: none !important;
        margin: 20px auto !important;
        width: 100%;
    }

    .unit-table dl {
        display: table;
        width: 100%;
        overflow: hidden;
    }

    .unit-table li {
        border-top: 1px solid #CCCCCC;
        margin: 0;
    }

    .unit-table dl dt,
    .unit-table dl dd {
        display: table-cell;
        padding: 5px 0;
        vertical-align: middle;
    }

    .unit-table dl dt {
        font-weight: bold;
    }

    .unit-table dl dd {
        margin-left: 0px;
    }

    .unit-table dl dt.w3em {
        width: 3em;
    }

    .unit-table dl dt.w4em {
        width: 4em;
    }

    .unit-table dl dt.w5em {
        width: 5em;
    }

    .unit-table dl dt.w6em {
        width: 6em;
    }

    .unit-table dl dt.w7em {
        width: 7em;
    }

    .unit-table dl dt.w8em {
        width: 8em;
    }

    .unit-table dl dt.w9em {
        width: 9em;
    }

    .unit-table dl dt.w10em {
        width: 10em;
    }

    .unit-table dl dt.w11em {
        width: 11em;
    }

    .unit-table dl dt.w12em {
        width: 12em;
    }

    .unit-table dl dt.w13em {
        width: 13em;
    }

    .unit-table dl dt.w14em {
        width: 14em;
    }

    .unit-table dl dt.w15em {
        width: 15em;
    }

    .unit-table dl dt.w16em {
        width: 16em;
    }

    .unit-table dl dt.w30 {
        width: 30%;
    }

    .unit-table dl dd ul li {
        border: none;
        list-style-type: disc !important;
        list-style-position: outside;
        margin-left: 1em;
    }

    /*-------------------------------------------------------------------------------------
ユニットリンクボタン
-------------------------------------------------------------------------------------*/
    .unit-button {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin: 0 auto;
        width: 100%;
    }

    .unit-button a {
        background: #d4bda7;
        background: -moz-linear-gradient(top, #d4bda7 0%, #b29f8d 100%);
        background: -webkit-linear-gradient(top, #d4bda7 0%, #b29f8d 100%);
        background: linear-gradient(to bottom, #d4bda7 0%, #b29f8d 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4bda7', endColorstr='#b29f8d', GradientType=0);
        color: #fff !important;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 20px 0;
        padding: 35px 10px;
        text-align: center;
        text-decoration: none !important;
        transition: all 0.6s;
        width: 460px;
    }

    .unit-button a:hover {
        opacity: 0.7;
    }

    .unit-button.disabled a,
    .unit-button p.na {
        background: #8f8f8f;
        background: -moz-linear-gradient(top, #8f8f8f 0%, #7e7e7e 100%);
        background: -webkit-linear-gradient(top, #d48f8f8fbda7 0%, #7e7e7e 100%);
        background: linear-gradient(to bottom, #8f8f8f 0%, #7e7e7e 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#7e7e7e', GradientType=0);
        color: #fff !important;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0 0 20px;
        opacity: 0.7;
        padding: 35px 10px;
        pointer-events: none;
        text-align: center;
        text-decoration: none !important;
        transition: all 0.6s;
        width: 460px;
    }

    .unit-button p {
        width: 480px;
    }


    /*-------------------------------------------------------------------------------------
ユニットリストブロック
-------------------------------------------------------------------------------------*/
    .unit-listblock {
        background: #f3f3f3;
        height: 209px;
        margin: 10px auto;
        width: 980px;
    }

    .unit-listblock a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .unit-listblock a:hover {
        opacity: 0.7;
    }

    .unit-listblock a:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        font-size: 4rem;
        margin-left: 6px;
    }

    .unit-listblock .img {
        height: 209px;
        overflow: hidden;
        width: 314px;
    }

    .unit-listblock .img img {
        height: auto;
        width: 100%;
    }

    .unit-listblock .desc {
        margin-left: 33px;
        width: 600px;
    }

    .unit-listblock .desc h2.title {
        font-size: 2rem;
        line-height: 1.4;
    }


    .unit-tileblock-container {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        letter-spacing: -4em;
        margin-top: 45px;
        overflow: hidden;
        width: 100%;
    }

    .unit-tileblock-container .unit-tileblock {
        display: block;
        letter-spacing: normal;
        margin: 0 1% 40px;
        position: relative;
        vertical-align: top;
        width: 48%;
    }


    .unit-tileblock-container .unit-tileblock .unit-accordion {
        font-size: 14px;
        margin: 10px 0;
        -webkit-margin-after: 0;
    }

    .unit-tileblock-container .unit-tileblock h2.title {
        background: #212428;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        margin: 10px 0;
        min-height: 26px;
        padding: 10px 0 10px 0;
        text-indent: 18px;
    }

    .unit-tileblock-container .unit-tileblock a {
        color: #f30100 !important;
        text-decoration: underline;
    }

    .unit-tileblock-container .unit-tileblock a:before {
        content: "\00bb";
        display: inline-block;
        width: 9px;
    }

    .unit-tileblock-container .unit-tileblock .img {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    .unit-tileblock-container .unit-tileblock .img img {
        height: auto;
        width: 100%;
    }



    /*-----------------------------------------
デフォルトリスト
-----------------------------------------*/
    .unit-list_item_container.default-list .unit-list_item {
        background: rgba(255, 255, 255, 0.7);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 212px;
        margin: 10px auto;
        width: 1220px;
    }

    .unit-list_item_container.default-list .unit-list_item a:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        font-size: 40px;
        margin-left: 6px;
    }

    .unit-list_item_container.default-list .unit-list_item a {
        background: rgba(248, 248, 248, 1);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .unit-list_item_container.default-list .unit-list_item a:hover {
        opacity: 0.7;
    }

    .unit-list_item_container.default-list .unit-list_item .img {
        height: 212px;
        overflow: hidden;
        width: 320px;
    }

    .unit-list_item_container.default-list .unit-list_item a .img {
        height: 212px;
        opacity: 1;
        overflow: hidden;
        width: 320px;
    }

    .unit-list_item_container.default-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }

    .unit-list_item_container.default-list .unit-list_item .desc {
        color: #333;
        margin-left: 33px;
        width: calc(900px - 33px - 36px);
    }

    .unit-list_item_container.default-list .unit-list_item a .desc {
        margin-left: 33px;
        opacity: 1;
        width: calc(900px - 33px - 36px);
    }


    .unit-list_item_container.default-list .unit-list_item .desc h3.title {
        color: #4A4A4A !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 0;
    }




    /*-----------------------------------------
タイルリスト
-----------------------------------------*/
    .unit-list_item_container.tile-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: -4em;
        margin-top: 45px;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item {
        display: block;
        letter-spacing: normal;
        margin: 0 0 40px;
        position: relative;
        vertical-align: top;
        width: 49%;
    }


    .unit-list_item_container.tile-list .unit-list_item .unit-accordion {
        font-size: 14px;
        margin: 10px 0;
        -webkit-margin-after: 0;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item h3.title {
        background: #323232;
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0;
        padding: 10px;
    }

    .unit-list_item_container.tile-list .unit-list_item a {
        display: block;
        text-decoration: none;
        transition: all 0.7s;
    }

    .unit-list_item_container.tile-list .unit-list_item .img {
        line-height: 0;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }






    /*-----------------------------------------
レコメンド
-----------------------------------------*/
    h2.recommend-heading {
        border-bottom: 1px solid #fff;
        margin: 80px auto 0 !important;
        padding-bottom: 8px;
        text-align: center;
        width: 980px;
    }

    .unit-list_item_container.recommend-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px auto;
        overflow: hidden;
        width: 980px;
    }

    .unit-list_item_container.recommend-list .unit-list_item {
        background: #8b8c8d;
        display: block;
        letter-spacing: normal;
        margin: 0 1.3% 20px 0;
        position: relative;
        vertical-align: top;
        width: 24%;
    }

    .unit-list_item_container.recommend-list .unit-list_item:last-child {
        margin-right: auto;
    }

    .unit-list_item_container.recommend-list .unit-list_item:nth-child(4n) {
        margin-right: 0;
    }

    .unit-list_item_container.recommend-list .unit-list_item a {
        display: block;
        text-decoration: none;
        transition: all 0.7s;
    }

    .unit-list_item_container.recommend-list .unit-list_item a:hover {
        opacity: 0.6;
    }

    .unit-list_item_container.recommend-list .unit-list_item h3.title {
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0;
        padding: 10px;
    }


    .unit-list_item_container.recommend-list .unit-list_item .img {
        line-height: 0;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.recommend-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }
}










/*



SP



*/

@media (max-width: 749px) {
    html {
        font-size: 10px !important;
    }


    /*-------------------------------------------------------------------------------------
    セクションユニット
    --------------------------------------------------------------------------------------*/
    .unit-section {
        font-size: 1.5rem;
        margin: 0 0 48px;
    }

    .unit-section img {
        max-width: 100%;
    }


    /*-------------------------------------------------------------------------------------
     ページ内アンカーリンクのナビゲーションメニュー領域回避
    --------------------------------------------------------------------------------------*/
    .anchor {
        padding-top: 54px;
        margin-top: -54px;
    }



    /*-------------------------------------------------------------------------------------
    コンテナユニット
    コンテナユニット
    --------------------------------------------------------------------------------------*/
    .unit-container {
        overflow: hidden;
    }

    .unit-multi-columns-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .unit-multi-columns-container.justify-space-between {
        justify-content: space-between;
    }

    .unit-multi-columns-container.justify-space-around {
        justify-content: space-around;
    }

    /* 等幅4カラムまで対応 */
    .unit-multi-columns-container .has-2-columns {
        width: 100% !important;
    }

    .unit-multi-columns-container .has-3-columns {
        width: 100% !important;
    }

    .unit-multi-columns-container .has-4-columns {
        width: 100% !important;
    }

    /*-------------------------------------------------------------------------------------
    見出しユニット
    --------------------------------------------------------------------------------------*/
    h2.unit-heading {
        background: #3a3a3a;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 12px;
        padding: 10px .5em 5px;
    }

    h3.unit-heading-sub {
        background: #3a3a3a;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        padding: 10px .5em 5px;
    }

    h4.unit-heading-small {
        background: #3a3a3a;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 8px 0 4px;
    }



    /*-------------------------------------------------------------------------------------
    ユニット　ページフォーマット
    --------------------------------------------------------------------------------------*/
    .unit-image {
        display: block;
        margin: 30px auto;
        position: relative;
        width: 100%;
    }

    .unit-image .image {
        color: #7f7f7f;
        font-size: 1.3rem;
        font-weight: 700;
        margin: 5px auto;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .unit-image .image img {
        height: auto;
        width: 100%;
    }

    .unit-image .content-inner-text {
        background: none;
        margin-bottom: -5px;
        padding: 8px 6%;
        width: 90%;
    }

    .unit-image .caption,
    .unit-image .image .caption {
        background: #505050;
        color: #fff;
        font-size: 1.1rem;
        padding: 0.5em;
    }



    /*-----------------------------------------
    ユニットアコーディオン
    -----------------------------------------*/
    .unit-accordion {
        margin-top: 10px;
    }

    .unit-accordion > dt {
        background: #212428 url(../images/comment_open.png) 12px 10px no-repeat;
        cursor: pointer;
        color: #fff;
        font-weight: 700;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        display: block;
        line-height: 1.5;
        padding: 7px 10px 7px 45px;
        word-wrap: break-word;
    }

    .unit-accordion > dt.active {
        background: #212428 url(../images/comment_close.png) 12px 10px no-repeat;
        color: #fff;
        padding: 7px 10px 7px 45px;
    }

    .unit-accordion > dd {
        margin-top: 10px;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
        max-height: 0;
    }

    .unit-accordion > dd img {
        height: auto;
        width: 100%;
    }

    .unit-accordion ol {
        list-style: decimal;
        margin: 0 0 0 3rem;
    }




    /*-----------------------------------------
    ユニットスライダ
    -----------------------------------------*/
    .unit-slider {
        position: relative;
        margin: 30px 0;
    }

    .unit-slider .items div {
        color: #fff !important;
        text-align: center;
    }

    .unit-slider .items div img {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .unit-slider p {
        background: #808287;
        font-size: 1.2rem;
        padding: 0.5em;
    }

    .unit-slider .slick-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .unit-slider .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .unit-slider .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .unit-slider .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .unit-slider .slick-dots li button:before {
        display: none !important;
    }

    .unit-slider .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .unit-slider .slick-prev,
    .unit-slider .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .unit-slider .slick-prev {
        position: relative !important;
        order: 1;
    }

    .unit-slider .slick-next {
        position: relative !important;
        order: 3;
    }

    .unit-slider .slick-prev::before {
        content: url(../images/main_visual_arrow_left.png) !important;
    }

    .unit-slider .slick-next::before {
        content: url(../images/main_visual_arrow_right.png) !important;
    }

    /*-----------------------------------------
    ギャラリーユニット
    -----------------------------------------*/
    .unit-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .unit-gallery.justify-flex-start {
        justify-content: flex-start;
    }

    .unit-gallery.justify-flex-end {
        justify-content: flex-end;
    }

    .unit-gallery.justify-center {
        justify-content: center;
    }

    .unit-gallery.justify-space-between {
        justify-content: space-between;
    }

    .unit-gallery.justify-space-around {
        justify-content: space-around;
    }

    .unit-gallery .img {
        font-size: 0;
    }

    .unit-gallery .img .caption {
        background: #505050;
        color: #fff;
        font-size: 1.1rem;
        padding: 0.5em;
    }

    .unit-gallery .img img {
        max-width: 100%;
    }

    /**
     * 横6列まで対応
     * 複数画像を持つ場合のwidthと行端のmarginはjavascriptで設定する
     * javascriptでの計算の都合により、ここのmarginとwidthはpx表記
     */
    .unit-gallery .img.columns-1 {
        margin-bottom: 20px;
        width: 100%;
    }

    .unit-gallery .img.columns-2 {
        margin-bottom: 20px;
        width: 100%;
    }

    .unit-gallery .img.columns-3 {
        width: 100%;
    }

    .unit-gallery .img.columns-4 {
        margin-bottom: 20px;
        width: 48%;
    }

    .unit-gallery .img.columns-5 {
        margin-bottom: 20px;
        width: 48%;
    }

    .unit-gallery .img.columns-6 {
        margin-bottom: 20px;
        width: 48%;
    }

    .unit-gallery .img:last-child {
        margin-right: 0;
    }

    .unit-gallery.justify-center-nomargin .img,
    .unit-gallery.justify-space-between .img,
    .unit-gallery.justify-space-around .img {
        margin-right: 0;
    }

    /*-----------------------------------------
    ユニット表組み
    -----------------------------------------*/
    .unit-table {
        border-bottom: 1px solid #CCCCCC;
        font-size: 1.3rem;
        list-style: none !important;
        margin: 20px auto !important;
        width: 100%;
    }

    .unit-table li {
        border-top: 1px solid #CCCCCC;
        margin: 0;
    }

    .unit-table dl {
        display: table;
        width: 100%;
        overflow: hidden;
    }

    .unit-table dl dt,
    .unit-table dl dd {
        display: table-cell;
        padding: 5px 2px;
        vertical-align: middle;
    }

    .unit-table dl dt {
        font-weight: bold;
    }

    .unit-table dl dd {
        margin-left: 0px;
        word-break: break-all !important;
    }

    .unit-table dl dt.w3em {
        width: 3em;
    }

    .unit-table dl dt.w4em {
        width: 4em;
    }

    .unit-table dl dt.w5em {
        width: 5em;
    }

    .unit-table dl dt.w6em {
        width: 6em;
    }

    .unit-table dl dt.w7em {
        width: 7em;
    }

    .unit-table dl dt.w8em {
        width: 8em;
    }

    .unit-table dl dt.w9em {
        width: 9em;
    }

    .unit-table dl dt.w10em {
        width: 10em;
    }

    .unit-table dl dt.w11em {
        width: 11em;
    }

    .unit-table dl dt.w12em {
        width: 12em;
    }

    .unit-table dl dt.w13em {
        width: 13em;
    }

    .unit-table dl dt.w14em {
        width: 14em;
    }

    .unit-table dl dt.w15em {
        width: 15em;
    }

    .unit-table dl dt.w30 {
        width: 35%;
    }

    .unit-table dl dd ul li {
        border: none;
        list-style-type: disc !important;
        list-style-position: outside;
        margin-left: 1em;
    }

    /*-------------------------------------------------------------------------------------
    ユニットリンクボタン
    -------------------------------------------------------------------------------------*/
    .unit-button {
        margin: 0 auto;
        width: 100%;
    }

    .unit-button a {
        background: #d4bda7;
        background: -moz-linear-gradient(top, #d4bda7 0%, #b29f8d 100%);
        background: -webkit-linear-gradient(top, #d4bda7 0%, #b29f8d 100%);
        background: linear-gradient(to bottom, #d4bda7 0%, #b29f8d 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4bda7', endColorstr='#b29f8d', GradientType=0);
        color: #fff !important;
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 20px 0;
        padding: 30px 2%;
        text-align: center;
        text-decoration: none !important;
        transition: all 0.6s;
        width: 96%;
    }

    .unit-button a:after {
        content: "\00bb";
        margin-left: 0.5em;
    }

    .unit-button.disabled a,
    .unit-button p.na {
        background: #8f8f8f;
        background: -moz-linear-gradient(top, #8f8f8f 0%, #7e7e7e 100%);
        background: -webkit-linear-gradient(top, #d48f8f8fbda7 0%, #7e7e7e 100%);
        background: linear-gradient(to bottom, #8f8f8f 0%, #7e7e7e 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#7e7e7e', GradientType=0);
        color: #fff !important;
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        opacity: 0.7;
        padding: 30px 2%;
        pointer-events: none;
        text-align: center;
        text-decoration: none !important;
        width: 96%;
    }

    .unit-button p {
        width: 100%;
    }


    /*-------------------------------------------------------------------------------------
    ユニットリストブロック
    -------------------------------------------------------------------------------------*/
    .unit-listblock {
        background: #f3f3f3;
        margin: 10px auto;
        padding-bottom: 1px;
        width: 100%;
    }

    .unit-listblock a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1%;
        text-decoration: none !important;
        width: 98%;
    }

    .unit-listblock .img {
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 30%;
    }

    .unit-listblock .img img {
        height: auto;
        width: 100%;
    }

    .unit-listblock .desc {
        font-size: 1.2rem;
        margin-left: 2%;
        line-height: 1.2;
        width: 68%;
    }

    .unit-listblock .desc h2.title {
        font-size: 1.4rem;
    }



    /*-------------------------------------------------------------------------------------
    ユニットタイルブロック
    -------------------------------------------------------------------------------------*/
    .unit-tileblock-container {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        letter-spacing: -4em;
        overflow: hidden;
        width: 100%;
    }


    .unit-tileblock-container .unit-tileblock {
        display: block;
        letter-spacing: normal;
        margin: 0 1% 40px;
        position: relative;
        vertical-align: top;
        width: 48%;
    }


    .unit-tileblock-container .unit-tileblock .unit-accordion {
        font-size: 13px;
        margin: 10px 0;
        -webkit-margin-after: 0;
    }

    .unit-tileblock-container .unit-tileblock h2.title {
        background: #212428;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.4;
        margin: 10px 0;
        padding: 10px 10px 11px;
        width: 90%;
    }


    .unit-tileblock-container .unit-tileblock dl.common-accordion > dt,
    .unit-tileblock-container .unit-tileblock dl.common-accordion > dt.active {
        font-size: 14px;
    }

    .unit-tileblock-container .unit-tileblock .img {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    .unit-tileblock-container .unit-tileblock .img img {
        height: auto;
        width: 100%;
    }

    .unit-tileblock-container .unit-tileblock a {
        color: #f30100 !important;
        text-decoration: underline;
    }

    .unit-tileblock-container .unit-tileblock a:before {
        content: "\00bb";
        display: inline-block;
        width: 9px;
    }




    /*-----------------------------------------
    デフォルトリスト
    -----------------------------------------*/
    .unit-list_item_container.default-list .unit-list_item {
        background: rgba(255, 255, 255, 0.7);
        color: #888888 !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 10px auto;
        padding: 1%;
        width: 98%;
    }

    .unit-list_item_container.default-list .unit-list_item a:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        font-size: 40px;
        width: 30px;
    }

    .unit-list_item_container.default-list .unit-list_item a {
        background: rgba(248, 248, 248, 1);
        color: #000 !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none !important;
        width: 100%;
    }

    .unit-list_item_container.default-list .unit-list_item .img {
        display: flex;
        align-items: flex-start;
        width: 30%;
    }

    .unit-list_item_container.default-list .unit-list_item a .img {
        display: flex;
        align-items: flex-start;
        opacity: 1;
        width: 30%;
    }

    .unit-list_item_container.default-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }

    .unit-list_item_container.default-list .unit-list_item .desc {
        color: #333;
        margin-left: 2%;
        line-height: 1.2;
        width: 68%;
    }

    .unit-list_item_container.default-list .unit-list_item a .desc {
        margin-left: 2%;
        line-height: 1.2;
        opacity: 1;
        width: calc(68% - 30px);
    }


    .unit-list_item_container.default-list .unit-list_item .desc h3.title {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
    }





    /*-----------------------------------------
    タイルリスト
    -----------------------------------------*/
    .unit-list_item_container.tile-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: -4em;
        margin-top: 45px;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item {
        display: block;
        letter-spacing: normal;
        margin: 0 2% 40px 0;
        position: relative;
        vertical-align: top;
        width: 48%;
    }

    .unit-list_item_container.tile-list .unit-list_item:nth-child(2n) {
        margin-right: 0;
    }


    .unit-list_item_container.tile-list .unit-list_item .unit-accordion {
        margin: 10px 0;
        -webkit-margin-after: 0;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item h3.title {
        background: #323232;
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0;
        padding: 5px;
    }

    .unit-list_item_container.tile-list .unit-list_item a {
        display: block;
        text-decoration: none;
    }

    .unit-list_item_container.tile-list .unit-list_item .img {
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.tile-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }




    /*-----------------------------------------
    レコメンド
    -----------------------------------------*/
    h2.recommend-heading {
        border-bottom: 1px solid #fff;
        margin: 0 auto;
        padding-bottom: 8px;
        text-align: center;
        width: 100%;
    }

    .unit-list_item_container.recommend-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px auto;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.recommend-list .unit-list_item {
        background: #8b8c8d;
        display: block;
        letter-spacing: normal;
        margin: 0 1% 10px 0;
        position: relative;
        vertical-align: top;
        width: 49%;
    }

    .unit-list_item_container.recommend-list .unit-list_item:last-child {
        margin-right: auto;
    }

    .unit-list_item_container.recommend-list .unit-list_item:nth-child(2n) {
        margin-right: 0;
    }

    .unit-list_item_container.recommend-list .unit-list_item a {
        display: block;
        text-decoration: none;
    }

    .unit-list_item_container.recommend-list .unit-list_item h3.title {
        color: #fff;
        display: block;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0;
        padding: 10px;
    }


    .unit-list_item_container.recommend-list .unit-list_item .img {
        line-height: 0;
        overflow: hidden;
        width: 100%;
    }

    .unit-list_item_container.recommend-list .unit-list_item .img img {
        height: auto;
        width: 100%;
    }
}
