@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";

@font-face {
    font-family: "FontAwesome";
    src: url('../webfonts/fontawesome-webfont.eot');
    src: url('../webfonts/fontawesome-webfont.eot?#iefix') format('eot'),
    url('../webfonts/fontawesome-webfont.woff') format('woff'),
    url('../webfonts/fontawesome-webfont.woff2') format('woff2'),
    url('../webfonts/fontawesome-webfont.ttf') format('truetype'),
    url('../webfonts/fontawesome-webfont.svg') format('svg');
}

@font-face {
    font-family: 'volvo';
    src: url('../webfonts/VolvoBroad.eot?#iefix') format("embedded-opentype"),
    url("../webfonts/VolvoBroad.woff") format("woff"),
    url("../webfonts/VolvoBroad.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Broad Small';
    src: url('../webfonts/VolvoBroadSmallWeb.eot');
    src: url('../webfonts/VolvoBroadSmallWeb.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoBroadSmallWeb.woff') format("woff"),
    url('../webfonts/VolvoBroadSmallWeb.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Bold';
    src: url('../webfonts/VolvoSansWeb-Bold.eot');
    src: url('../webfonts/VolvoSansWeb-Bold.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Bold.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Bold.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Medium';
    src: url('../webfonts/VolvoSansWeb-Medium.eot');
    src: url('../webfonts/VolvoSansWeb-Medium.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Medium.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Medium.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Regular';
    src: url('../webfonts/VolvoSansWeb-Regular.eot');
    src: url('../webfonts/VolvoSansWeb-Regular.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Regular.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}


/* 初期設定 */

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    line-height: 2.5;
    color: #333;
    font-family: Volvo Sans Regular, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
}

img {
    border: none;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 2.0;
}
h2 {
    font-size: 30px;
    font-size: 3.0rem; 
}
h3 {
    font-size: 24px;
    font-size: 2.4rem; 
}
h4 {
    font-size: 18px;
    font-size: 1.8rem; 
}

a {
    color: #333;
}


.wrappar {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.content {
    box-sizing: border-box;
    padding: 4% 0;
}
.content.top-none {padding-top: 0;}
.content.btm-none {padding-bottom: 0;}
.content.top-p80 {padding-top: 8%;}



.bGry {
    background-color: #f0f0f0;
}

.bblue {
    background-color: #003057;
}


/* font-family */

.FontAwesome {
    font-family: FontAwesome;
}

.volvo {
    font-family: volvo, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.Volvo-BS {
    font-family: Volvo Broad Small, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.Volvo-SB {
    font-family: Volvo Sans Bold, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.Volvo-SM {
    font-family: Volvo Sans Medium, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.Volvo-SR {
    font-family: Volvo Sans Regular, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* font */

.strong-h2 {
    line-height: 3.0;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 600;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.fgry {
    color: #666;
}

.fwht {
    color: #fff;
}

.strong-h3 {
    background-color: #003057;
    color: #fff;
    padding: 0.3em 1em;
    line-height: 3.8;
    font-weight: 500;
}

.mdlname {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.0;
    letter-spacing: 0.02em;
}
.mdlname.mdlttl {
    font-size: 60px;
    font-size: 6.0rem;
}
.mdlname-text {
    margin: 2% 0 5% 0;
    line-height: 1.5;
}


/* limit */

.limit {
    max-width: 960px;
    margin: 0 auto;
}

.limit1440 {
    max-width: 1440px;
    margin: 0 auto;
}

/* btn */

.btn {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
}

.btn-a {
    display: block;
    padding: 0.6em 2em;
    text-decoration: none;
    margin: 0 auto;
    max-width: 100%;
}
.btn-a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin: 0 12px 0 0;
}


.btn-blue {
    margin-top: 3%;
    margin-bottom: 3%;
}

.btn-blue-a {
    background-color: #003057;
    color: #fff;
    border: 2px solid #003057;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.btn-blue-a:hover {
    background-color: #fff;
    color: #003057;
}

.btn-wht {
    background-color: #fff;
}
.btn-wht-a {
    color: #003057;
    border: #003057 solid 3px;
    box-sizing: border-box;
    font-size: 1.5rem;
    max-width: 30%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.btn-wht-a:hover {
    background-color: #003057;
    color: #fff;
}

.btn-summary {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0.5;
}

.btn-summary-a {
    color: #000;
}

.sky-btn {
    max-width: 50%;
    margin: 0 auto;
}
.sky-btn a {
    color: #777575;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border: #9c9c9c solid 3px;
    text-align: center;
    padding: 0.3em 0.7em;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.sky-btn a:hover {
    background-color: #9c9c9c;
    color: #ffffff;
}


/* header-area */

.header-area {
    text-align: center;
    margin: 15px 0;
}

/* firstview */

.fv-content {
    position: relative;
}

.fv-flexbox {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fv-telcontent {
    line-height: 0.8;
    padding: 2% 0;
    font-size: 20px;
    font-size: 2.0rem;
}
.fv-telcontent p{
    font-size: 24px;
    font-size: 2.4rem;
}

.fv-tel-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fv-tel-inner{
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 5%;
}

.fv-tel-inner:last-child{
    margin-right: 0;
}

.fv-tel-h3{
    font-size: 24px;
    font-size: 2.4rem;
    margin: 5% 0;
    line-height: 1.25;
}



/* telcontent */

address{
    margin: 20px 0;
}

.telw {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-size: 36px;
    font-size: 3.6rem;
}

.telb {
    text-decoration: none;
    font-style: normal;
    font-size: 36px;
    font-size: 3.6rem;
}


.telcontent {
    line-height: 0.8;
    padding: 2% 0;
}
.telcontent p {
    font-size: 24px;
    font-size: 2.4rem;
}

.tel-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-inner{
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 5%;
}

.tel-inner:last-child{
    margin-right: 0;
}

.tel-h3{
    margin: 5% 0;
}





/* lineup */

.clmbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

}



.clm3 {
    width: calc(100% / 3);
    width: 33.33333%;
    /* 未対応ブラウザ */
    width: -webkit-calc(100% / 3);
    /* ベンダープレフィックス */
}

.clminner {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 5%;
}


.lineup-img {
    margin: 10% 0;
    text-align: center;
}

.leadNum {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 100px;
    background-color: #003057;
    color: #fff;
    padding: 0.1em 1em;
    font-weight: 400;
}

.leadNum em {
    font-style: normal;
    font-size: 20px;
    font-size: 2.0rem;
}

.lineup-price em{
    font-size: 20px;
    font-size: 2.0rem;
    font-style: normal;
}



/* model */

.modelimg {
    max-width: 100%;
    margin: 1% 0;
}

.extf-img {
    margin: 1% 0;
}

.extf-text {
    max-width: 50%;
    margin: 5% auto;
    box-sizing: border-box;
    line-height: 2.0;
    text-align: left;
}

.model-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    align-items: center;
}

.model-inner {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
}

.model-ttl {
    width: 100%;
    margin-top: 2%;
}


.model-ttl td {
    padding: 3%;
}

.model-btn {
    margin: 3% 0;
}
.model-btn a {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #003057;
    background-color: #fff;
    box-sizing: border-box;
    border: #003057 solid 2px;
    text-align: center;
    padding: 0.2em 0.6em;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.model-btn a:hover {
    background-color: #003057;
    color: #fff;
}

.youtubebox{
    text-align: center;
    margin: 8% 0;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    float: none;
}
.yb-ttl{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
}



/* caution */

.caution {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
}

/* summary-dl */

.summary-h3 {
    margin: 2% 0;
}


.summary-dl {
    line-height: 2.0;
    margin: 2% 0 5% 0;
}

.summary-dt {
    max-width: 150px;
    float: left;
}

.summary-dd {
    padding-left: 150px;
    margin-bottom: 2%;
}

.descBox {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    max-height: 250px;
    padding: 4%;
    overflow-y: scroll;
    background-color: #fff;
    border: #9c9c9c solid 1px;
}

.desc-ul li {
    margin-bottom: 2%;
}

/* shop */

.cp-bnr{
    margin: 30px 0 50px;    
}

.shop-conent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
    box-sizing: border-box;
}

.shop-inner {
    margin-right: 2%;
}

.shop-inner:last-child {
    margin-right: 0;
}

.summary-h3 {
    line-height: 1.5;
    margin-top: 5%;
    text-align: center;
}

.summary-span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.shop-inner {}

.tbl-summary {
    width: 100%;
    line-height: 1.5;
}
.tbl-summary th {
    width: 45%;
    text-align: right;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
}
.tbl-summary td {
    width: 55%;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
}

/* skygroup */

.snsbnr {
    margin: 30px 0 40px;
}

.sky-content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.sky-inner {
    margin-right: 2%;
}

.sky-inner:last-child {
    margin-right: 0;
}

.sky-img {
    max-width: 50%;
    box-sizing: border-box;
    text-align: right;
}

.sky-text {
    max-width: 50%;
    box-sizing: border-box;
    margin: 0 2%;
}

.sky-text p {
    line-height: 1.8;
}


/* footer */

.footer {
    color: #ffffff;
    padding: 50px 0;
    background-color: #003057;
    font-size: 13px;
    font-size: 1.3rem;
}
.footer-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footer-inner a {
    color:#b7cae0;
    text-decoration: none;
}
.footer-inner a:hover {
   color: #ffffff;
}
.footer-inner a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin: 0 6px 0 0;
}
.footer-inner ul{
    margin: 0;
    padding: 0;
}
.footer-inner ul li {
    display: inline-block;
    margin-right: 1em;
}
.footer-inner .copyright{
    font-size: 11px;
    font-size: 1.1rem;
    color: #b7cae0;
}
.gotop{
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 1000000;
}
.gotop a{
    width: 50px;
    height: 49px;
    display: block;
}