@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------------------------------------------------
 *
 *
 *
 *
このファイルは編集禁止です。
このファイル内にあるクラスを変更したい場合は、各レース毎のcssファイルで
該当クラスを上書きするように設定してください。
 *
 *
 *
 *
--------------------------------------------------------------------------------------*/

#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: 70px;
    margin-top: -70px;
}


/*-------------------------------------------------------------------------------------
マルチカラム対応
--------------------------------------------------------------------------------------*/

.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 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

h3.unit-heading-sub {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

h4.unit-heading-small {}


/*-----------------------------------------
ユニット画像
-----------------------------------------*/

.unit-image {
    margin-bottom: 30px;
}

.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-bottom: 30px;
}

.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: 980px;
}

.unit-gallery .img.columns-2 {
    margin-right: 20px;
    width: 480px;
}

.unit-gallery .img.columns-3 {
    margin-right: 10px;
    width: 320px;
}

.unit-gallery .img.columns-4 {
    margin-right: 20px;
    width: 230px;
}

.unit-gallery .img.columns-5 {
    margin-right: 20px;
    width: 180px;
}

.unit-gallery .img.columns-6 {
    margin-right: 10px;
    width: 155px;
}

.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;
    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: top;
}

.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 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;
    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: 209px;
    margin: 10px auto;
    width: 980px;
}

.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(255, 255, 255, 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: 209px;
    opacity: 0.5;
    overflow: hidden;
    width: 314px;
}

.unit-list_item_container.default-list .unit-list_item a .img {
    height: 209px;
    opacity: 1;
    overflow: hidden;
    width: 314px;
}

.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;
    opacity: 0.5;
    width: 600px;
}

.unit-list_item_container.default-list .unit-list_item a .desc {
    margin-left: 33px;
    opacity: 1;
    width: 600px;
}


.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 1% 40px;
    position: relative;
    vertical-align: top;
    width: 48%;
}


.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 {
    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%;
}
