@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'vw-head';
    font-weight: 400;
    font-display: swap;
    src: url('vwhead-regular.woff2') format('woff2'), url('vwhead-regular.woff') format('woff');
}
@font-face {
    font-family: 'vw-head';
    font-weight: 700;
    font-display: swap;
    src: url('vwhead-bold.woff2') format('woff2'), url('vwhead-bold.woff') format('woff');
}
@font-face {
    font-family: 'vw-head';
    font-weight: 200;
    font-display: swap;
    src: url('vwhead-light.woff2') format('woff2'), url('vwhead-light.woff') format('woff');
}
@font-face {
    font-family: 'vw-text';
    font-weight: 400;
    font-display: swap;
    src: url('vwtext-regular.woff2') format('woff2'), url('vwtext-regular.woff') format('woff');
}
@font-face {
    font-family: 'vw-text';
    font-weight: 700;
    font-display: swap;
    src: url('vwtext-bold.woff2') format('woff2'), url('vwtext-bold.woff') format('woff');
}
@font-face {
    font-family: 'vw-head-ar';
    font-weight: 700;
    font-display: swap;
    src: url('HelveticaNeueArabicBD.woff') format('woff');
}
@font-face {
    font-family: 'vw-text-ar';
    font-weight: 400;
    font-display: swap;
    src: url('HelveticaNeueArabicLT.woff') format('woff');
}
@font-face {
    font-family: 'roboto-vi';
    font-weight: 200;
    font-display: swap;
    src: url('roboto-v20-vietnamese_latin-ext_latin-300.woff2') format('woff2'), url('roboto-v20-vietnamese_latin-ext_latin-300.woff') format('woff');
}
@font-face {
    font-family: 'roboto-vi';
    font-weight: 400;
    font-display: swap;
    src: url('roboto-v20-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), url('roboto-v20-vietnamese_latin-ext_latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'roboto-vi';
    font-weight: 700;
    font-display: swap;
    src: url('roboto-v20-vietnamese_latin-ext_latin-700.woff2') format('woff2'), url('roboto-v20-vietnamese_latin-ext_latin-700.woff') format('woff');
}
body, header, main, picture, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, a, form, fieldset, input, textarea, label, p, blockquote, th, td {
    text-decoration : none;
    font-style : normal;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-family: 'vw-head', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}
html, body {
    width: 100%;
    height: 100%;
}
img {
    width: 100%;
    vertical-align: bottom;
}

@media (hover: hover) and (pointer: fine) {
a img {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a:hover img {
    color: #fff !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0.5;
}
}
span.aks {
    display: inline-block;
}
/*===================　バブルコート　===================*/
.bubble_coat {
    background-color: #001e50;
}
.bubble_coat_button {
    text-align: center;
}
.bubble_coat_button a {
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #001e50;
    font-weight: 700;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 23px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 26px;
    min-width: 368px;
    margin-bottom: 1%;
}
.bubble_coat_button a:link {
    text-decoration: none;
    color: #001e50;
}
.bubble_coat_button a:visited {
    text-decoration: none;
    color: #001e50;
}

@media (hover: hover) and (pointer: fine) {
.bubble_coat_button a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #00b0f0;
}
}
.bubble_coat_button a:active {
    text-decoration: none;
    color: #ffffff;
    background: #00b0f0;
}
.bubble_coat_button a:after {
    font-family: "Font Awesome 5 Free";
    content : "\f35d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.bubble_coat_caption {
    max-width: 580px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 6%;
}
/*===================　店舗情報　===================*/
.shop_bg {
    background-color: #ffffff;
    padding-bottom: 3%;
}
.shop_title {
    border-bottom: 2px solid #000000;
    margin-bottom: 3%;
}
.shop_wrap {
    padding-left: 3%;
    padding-right: 3%;
}
.shop_meitokamiyashiro_parent {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 22.018348623853214%;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000000;
}
.shop_meitokamiyashiro {
    position: relative;
    width: 100%;
}
.meitokamiyashiro_button {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 29.190992493744787%;
}
.meitokamiyashiro_detail_button {
    position: absolute;
    bottom: 12%;
    left: 33.5%;
    width: 29.190992493744787%;
}
.shop_miyoshi_parent {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 22.018348623853214%;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000000;
}
.shop_miyoshi {
    position: relative;
    width: 100%;
}
.miyoshi_button {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 29.190992493744787%;
}
.miyoshi_detail_button {
    position: absolute;
    bottom: 12%;
    left: 33.5%;
    width: 29.190992493744787%;
}
.shop_yamanote_parent {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 22.018348623853214%;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000000;
}
.shop_yamanote {
    position: relative;
    width: 100%;
}
.yamanote_button {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 29.190992493744787%;
}
.yamanote_detail_button {
    position: absolute;
    bottom: 12%;
    left: 33.5%;
    width: 29.190992493744787%;
}
.shop_nagakute_parent {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 22.018348623853214%;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000000;
}
.shop_nagakute {
    position: relative;
    width: 100%;
}
.nagakute_button {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 29.190992493744787%;
}
.nagakute_detail_button {
    position: absolute;
    bottom: 12%;
    left: 33.5%;
    width: 29.190992493744787%;
}
.button_wrap {
    display: flex;
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.shop_annotation {
    color: #000000;
    font-size: 14px;
    text-align: justify;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
address {
    font-size: 14px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

/*===================　モバイルレイアウト　===================*/
@media (max-width:559px) {
.PC {
    display: none;
}
/*===================　モバイルレイアウト　バブルコート　===================*/
.bubble_coat_button a {
    padding-top: 12px;
    padding-right: 11px;
    padding-left: 10px;
    padding-bottom: 12px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
    min-width: 100px;
    margin-bottom: 2%;
}
.bubble_coat_caption {
    max-width: 580px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6%;
}
/*=================== スマホレイアウト 試乗予約ボタン ===================*/
.button {
    text-align: center;
}
.button a {
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    padding-top: 13px;
    padding-right: 13px;
    padding-left: 15px;
    padding-bottom: 13px;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 16px;
    min-width: 231px;
    margin-bottom: 6%;
}
.hero_annotation {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 0%;
}
/*===================　予約フォームボタン　===================*/
.yoyaku_button {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 8%;
    margin-bottom: 2%;
    z-index: 2;
    position: relative;
}
.yoyaku_button_annotation {
    max-width: 380px;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 8%;
}
/*===================　モバイルレイアウト 店舗情報　===================*/
.shop_bg {
    padding-top: 4%;
    padding-bottom: 4%;
}
.shop_title {
    margin-bottom: 4%;
}
.shop_wrap {
    padding-left: 4%;
    padding-right: 4%;
}
.shop_meitokamiyashiro_parent {
    width: 100%;
    height: 47.70048309178744%;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.shop_meitokamiyashiro {
    width: 100%;
}
.meitokamiyashiro_button {
    bottom: 8%;
    left: 0;
    width: 40.79033816425121%;
}
.meitokamiyashiro_detail_button {
    bottom: 8%;
    left: 45%;
    width: 40.79033816425121%;
}
.shop_miyoshi_parent {
    width: 100%;
    height: 46.48309178743962%;
    padding-bottom: 3%;
}
.shop_miyoshi {
    width: 100%;
}
.miyoshi_button {
    bottom: 8%;
    left: 0;
    width: 40.79033816425121%;
}
.miyoshi_detail_button {
    bottom: 8%;
    left: 45%;
    width: 40.79033816425121%;
}
.shop_yamanote_parent {
    width: 100%;
    height: 46.48309178743962%;
    padding-bottom: 3%;
}
.shop_yamanote {
    width: 100%;
}
.yamanote_button {
    bottom: 8%;
    left: 0;
    width: 40.79033816425121%;
}
.yamanote_detail_button {
    bottom: 8%;
    left: 45%;
    width: 40.79033816425121%;
}
.shop_nagakute_parent {
    width: 100%;
    height: 46.48309178743962%;
    padding-bottom: 3%;
}
.shop_nagakute {
    width: 100%;
}
.nagakute_button {
    bottom: 8%;
    left: 0;
    width: 40.79033816425121%;
}
.nagakute_detail_button {
    bottom: 8%;
    left: 45%;
    width: 40.79033816425121%;
}
.shop_annotation {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 2%;
}
address {
    font-size: 10px;
    text-align: left;
    line-height: 14px;
    margin-left: 4%;
}
}

@media (min-width:560px) {
.SP {
    display: none;
}
}

@media (max-width:958px) and (min-width:561px) {
}

@media (min-width:1280px) {
}
