@charset "UTF-8";
/********************************************************************************

common-tablet.css

********************************************************************************/
/*============================================================
 css変数
*============================================================*/
:root {
	--common-inner-max-width: 100%;           /* 通常サイト幅 */
	--common-inner-max-width-wide: 100%;      /* ワイドサイト幅 */
	--common-inner-padding: 64px;               /* 通常サイト幅内余白 */
	--common-inner-padding-wide: 64px;          /* ワイドサイト幅内余白 */
}

body {
    --inner-max-width: var(--common-inner-max-width);
    --inner-padding: var(--common-inner-padding);
}
body#page-top {
    --inner-max-width: var(--common-inner-max-width-wide);
    --inner-padding: var(--common-inner-padding-wide);
}

/*============================================================
 format
*============================================================*/
/* body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 0 0;
} */
#page-content {
    padding: 32px 0 56px 0;
}

.section {
    margin-bottom: 48px;
}
main .sec-inner {
    margin-bottom: 48px;
}

h1 {
    /* font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold; */
    font-size: 24px;
    /* line-height: 180%;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 0; */
}
h2 {
    /* font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold; */
    font-size: 24px;
    /* line-height: 180%;
    letter-spacing: 0.08em; */
    margin-bottom: 24px;

}
h3 {
    /* font-weight: bold;
    font-size: 20px;
    line-height: 160%; */
    margin-bottom: 24px;
}

a[href^="tel:"] {
    pointer-events: auto;
}
/* strong {}
.attention {
    font-size: 12px;
    line-height: 160%;
    color: #FF451D;
}
.notice {
    font-size: 12px;
    line-height: 160%;
}
.date {
    font-size: 12px;
    line-height: 160%;
} */


/*============================================================
 コンテンツ共通
*============================================================*/
/* 共通ブロック(下層用ページヘッダー)
---------------------------------------- */
body:not(#page-top) #page-header #mainvisual {
    /* height: 176px;
    padding: 94px 0 0 0; */
}
/* body:not(#page-top) #page-header #mainvisual #breadcrumb {
    padding: 10px 16px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
} */

/* 共通ブロック(タイトル・ボタン並列)
---------------------------------------- */
.block-title-btn[data-type="main"][data-btn-sw="tablet"] h2 {
    width: 100%;
    text-align: center;
}
.block-title-btn[data-type="main"][data-btn-sw="tablet"] .parts-btn {
    display: none;
}
.block-title-btn[data-type="sub"][data-btn-sw="tablet"] {
    display: block;
}

/* 共通ブロック(ページリンク)
---------------------------------------- */
/* .block-card-page .item {
    display: block;
    width: 48%;
    margin-bottom: 24px;
}
.block-card-page .item .item-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.block-card-page .item .item-title {
    margin-bottom: 12px;
    background-image: url(../images/common/icon-page-inner-link.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px auto;
}
.block-card-page .item[data-type="ext"] .item-title {
    background-image: url(../images/common/icon-page-ext-link.svg);
} */

/* 共通ブロック(円型ステップ)
---------------------------------------- */
.block-step-circle {
    zoom: 82%;
}
/* .block-step-circle .item {
    width: 172px;
    height: 172px;
    background-color: #7B868C;
    border-radius: 100%;
    padding: 40px 16px;
    color: #fff;
    text-align: center;
    margin-right: 28px;
    position: relative;
}
.block-step-circle .item:last-child {
    margin-right: 0;
}
.block-step-circle .item::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    top: calc(50% - 1.5px);
    right: -28px;
}
.block-step-circle .item:last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    background-image: url(../images/common/icon-step-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    position: absolute;
    top: 0;
    left: -10px;
}
.block-step-circle .item:last-child:after {
    display: none;
}
.block-step-circle .item .item-title {
    font-weight: bold;
    margin-bottom: 12px;
}
.block-step-circle .item .item-lead {
    font-size: 12px;
    line-height: 160%;
} */

/* 共通ブロック(アクセス)
---------------------------------------- */
/* .block-access .item-info {
    width: 360px;
}
.block-access .item-info h3 {
    margin-bottom: 24px;
}
.block-access .item-info .item-address {
    line-height: 160%;
    padding-left: 24px;
    margin-bottom: 10px;
    background-image: url(../images/common/icon-google-map-pin.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-size: 18px auto;
}
.block-access .item-info .item-tel {
    line-height: 160%;
    padding-left: 24px;
    margin-bottom: 20px;
}
.block-access .item-info .item-traffic {
    line-height: 160%;
    margin-bottom: 56px;
}
.block-access .item-info .item-btn {
    margin: 0;
}
.block-access .item-map {
    width: calc(100% - 360px - 40px);
}
.block-access .item-map iframe {
    width: 100%;
    height: 100%;
} */

/* 共通ブロック(PICKUP)
---------------------------------------- */
.block-pickup .pickup-slider {
    /* ((画像幅 + 画像右余白) * 画像個数) */
    width: calc((200px + 16px) * 6 + 4px);
    /* width: auto;
    white-space: nowrap; */
}
.block-pickup .pickup-slider .slide {
    margin-right: 16px;
}


/*============================================================
 ページトップ
*============================================================*/
#pagetop {
    display: none !important;
}

/*============================================================
 footer
*============================================================*/
/* CTA　NEWS
---------------------------------------- */
#site-footer #sec-news .block-wscroll .block-wscroll-inner .news-list {
    width: calc((260px + 24px) * 5 - 24px);
}
#site-footer #sec-news .block-wscroll .block-wscroll-inner .news-list .item {
    width: 260px;
    margin-right: 24px;
}

/* CTA　CONTACT
---------------------------------------- */
#site-footer #sec-contact .box-conntact > *:not(:last-child) {
    border-right: unset;
}
/* お問い合わせ */
#site-footer #sec-contact .box-conntact .item-contact {
    padding: 0;
}
/* ショールームのご予約 */
#site-footer #sec-contact .box-conntact .item-showroom {
    padding: 0 30px;
}
#site-footer #sec-contact .box-conntact .item-showroom .parts-btn {
    width: 180px;
}
/* カタログのご案内 */
#site-footer #sec-contact .box-conntact .item-catalog {
    padding: 0;
}

/* Footer Navi
---------------------------------------- */
#site-footer #footer-fnav {
    padding: 40px 0 20px 0;
}
#site-footer #footer-fnav .fnav-left {
    width: 100%;
    margin-bottom: 40px;
}

#site-footer #footer-fnav .fnav-boxes {
    display: block;
}
/* 所在地 */
#site-footer #footer-fnav .company-address {
    /* margin-bottom: 40px; */
}
#site-footer #footer-fnav .company-address .postal{
    /* display: inline; */
}
/* ページリンク */
#site-footer #footer-fnav .fnav-menu {
    display: block;
}
#site-footer #footer-fnav .fnav-menu li {
    width: fit-content;
    margin: 0 0 16px 0;
}
#site-footer #footer-fnav .fnav-menu li:last-child {
    margin: 0;
}
#site-footer #footer-fnav .fnav-menu li.fnav-contact {
    margin-left: 0;
}

/* Copyright
---------------------------------------- */
