@charset "UTF-8";

/* html,body
------------------------------------------*/
html {
	font-size: 62.5%; /* 初期設定10px */
	background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 12px; font-size: 1.2rem;
	color: #191919;
	line-height: 1.5;
	text-align: left;
}
/* for WinIE6 */
*html body {
	font-family: verdana,"ＭＳ Ｐゴシック",sans-serif;
}
#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
header#header {
	width: 100%;
	margin: 0 auto;
    position: absolute;
    z-index: 100;
}
header#header h1.logo{
    width: 100%;
    margin: 20px auto;
}
header#header h1.logo img.volvo{
    width: 57px;
    height: auto;
    margin: 0 auto;
}
header#header.commonPage {
    position: relative;
    background: #000000;
}


footer#footer {
    color: #454545;
    margin: 0;
}
footer#footer .footerDealer{
    font-feature-settings: "palt";
    letter-spacing: .05em;
    padding: 4% 0;
    color:#a2a2a2;
    background: #1e2022;
}
footer#footer .footerDealer a{
    color:#949697;
}
footer#footer .footerDealer h1,
footer#footer .footerDealer h2,
footer#footer .footerDealer h3,
footer#footer .footerDealer h4,
footer#footer .footerDealer h5 {
    font-family: Volvo Sans Regular, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
footer#footer .footerDealer h1{
    font-size: 16px;font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}
footer#footer .footerDealer h2{
    font-size: 24px;font-size: 2.4rem;
}
footer#footer .footerDealer h3{
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 9px;
    border-top: 1px solid #151515;
}
footer#footer .footerDealer h4{
    font-size: 13px;font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
}
footer#footer .footerDealer ul.footerDealer-link{
    margin: 12px 0 20px;
    padding-top: 15px;
    border-top: 1px solid #151515;
    font-size: 0;
}
footer#footer .footerDealer ul.footerDealer-link li{
    font-size: 12px;font-size: 1.2rem;
    display: inline-block;
    width: 49%;
}
footer#footer .footerDealer ul.footerDealer-link li a{
    margin: 0 2% 2% 0;
    padding: 8px 16px 7px;
    display: block;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3b3f43;
    border-color: #3b3f43;
    border-radius: 2px;
    box-sizing: border-box;
}
footer#footer .footerDealer ul.footerDealer-link li:nth-child(even) a{
    margin-right: 0;
}
footer#footer .footerDealer ul li#language{
    cursor: pointer;
    position: relative;
}
footer#footer .footerDealer ul li#language a:before{
    content: "\f0d8" ;
}
footer#footer .footerDealer ul li#language.current a{
    color: #0653b6;
}
footer#footer .footerDealer ul.instagram-list li{
    width: calc(100%/3);
    width: calc(100%/6);
    padding: 0 1px;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}
footer#footer .footerDealer ul.instagram-list li img{
    width: 100%;
    height: 100px;
    height: 150px;

    object-fit: cover;
}

footer#footer .footerSKY .footerSKY-flex{
    padding: 15px 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; /*水平方向*/
    text-align: left;
}
footer#footer .footerSKY .footerSKY-flex ul li{
    display: inline-block;
    margin-right: 1em;
}
footer#footer .footerSKY .footerSKY-flex address{
    font-family:  Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;font-size: 1.8rem;
    font-weight: 700;
}
footer#footer .footerSKY .footerSKY-flex .copyright{
    font-size: 9px;font-size: 0.9rem;
}
footer#footer .footerSKY .footerSKY-flex .footer-logo img{
    margin-left: auto;
}
footer#footer .footerSKY .footerSKY-flex .footer-logo p{
    font-size: 10px;font-size: 1rem;
    font-weight: 300;
    margin: 7px 0 0;
}

#google_translate_element{
    display: none;
    position: absolute;
    left:0;
    top:-75px;
    padding:10px 15px;
}
#google_translate_element img{
    display: inline;
    max-width: 100px;
}
#google_translate_element span a{
    color:#666;
    font-weight: normal;
}
.arrow_box {
    position: relative;
    background: #eaeced;
    border: 1px solid #eaeced;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(217, 217, 217, 0);
    border-top-color: #eaeced;
    border-width: 6px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(217, 217, 217, 0);
    border-top-color: #eaeced;
    border-width: 7px;
    margin-left: -11px;
}


.footabs a{
    display: none;
    
}
.gotop{
	position: fixed;
	right: 3%;
	bottom: 3%;
    z-index: 1000000;
}
.gotop a{
	width: 50px;
	height: 49px;
	display: block;
}
#copyright {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 11px;font-size: 1.1rem;
}


/* contents
------------------------------------------*/
.content {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;font-size: 1.6rem;
    font-feature-settings: "palt";
    letter-spacing: .05em;
	line-height: 2.0;
    padding: 4% 0;
}
.contentGry {
	margin-bottom: 0px;
	padding-bottom: 3%;
    background: #f5f5f5;
}
.contentBwn {
    color: #fff;
    background: #404248;
}
.contentBwn-Dark {
    color: #fff;
    background: #38342e;
}
.contentBwn a,
.contentBwn-Dark a{
    color: #e6e6e6;
}
.contentBwn .caution,
.contentBwn-Dark .caution{
    color: #c1c1c1;
}
.content.Pnone { padding: 0; }
.content.Pnone-top { padding-top: 0; }
.content.Pnone-btm { padding-bottom: 0; }

.content.contentPTOPnone {
    padding-top: 2%;
}
.mailcontent{
}

.content h1 {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}
.content h1.ttl-mainlead {
    font-size: 40px;font-size: 4.0rem;
    font-weight: 400;
}
.content h1.ttl-intro {
    font-size: 60px;font-size: 6.0rem;
    font-family: Volvo Broad Small, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    padding: 2% 0 4%;
}

.content h2 {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 34px;font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.content h3 {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 26px;font-size: 2.6rem;
	line-height: 1.4;
}
.content h3 em{
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-style: normal;
}
.content h3 span{
    font-size: 18px;font-size: 1.8rem;
}
.content h3.ttl {
    margin-top:50px;
    /*
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    */
}
.content h4 {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 20px;font-size: 2.0rem;
    line-height: 1.8;
}
.content h4 span{
    font-size: 14px;font-size: 1.4rem;
}
.content h5 {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 11px;font-size: 1.1rem;
    margin: 1em 0 0.5em;
}
.content h6 {
    font-size: 10px;font-size: 1.0rem;
    margin-bottom: 1em;
}
.content p {
	margin-top: 0;
}
.content .innerBox {
	margin: 0 0 30px;
}




/* ボタン
------------------------------------------*/
.btn {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
}
.btn a,
.btn span{
    display: inline-block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 4%;
    color:#ffffff;
    border: 1px solid #000;
    background: #000;
}
.btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.btn a.tel:before{
    font-family: "FontAwesome";
    content: "\f095" ;
    margin: 0 12px 0 0;
}
.btn a:hover{
    border: 1px solid #acacac;
    background-color: rgba(0,0,0,0.2);
}
.btn-ss{
    font-size: 12px;font-size: 1.2rem;
    font-weight: normal;

}
.btn-ss a,
.btn-ss span{
    padding: 0.5em 3em;

}
.btn-left {text-align: left;}
.btn-right {text-align: right;}
.btn-Half a,
.btn-Half span{ max-width: 50%;display: block; }
.btn-Full a,
.btn-Full span{ max-width: 100%;display: block; }

.btn-red a{ background: #fa382e; }
.btn-wht a{
    border: 1px solid #999999;
    text-align: center;
    background: #fff;
    color: #000;
}
.btn-wht a:hover{
    color: #ffffff;
    border: 1px solid #000;
    background: #000;
}
.btn-gry a{ background: #a3a3a3; }

.btn-clear a,
.btn-clear span{
    font-weight: normal;
    border: 1px solid #000;
    border: 1px solid #acacac;
    background: none;
    color: #000;
    color: #fff;
}
.btn-clear a:hover,
.btn-clear span:hover{
    color: #ffffff;
    border: 1px solid #000;
    background: #000;
}
.btn-topm {
    margin-top: 50px;
}



#spmenuBtn,
#spmenu,
.spOnly,
.tblSPOnly {
    display: none;
}
.pcOnly {
    display: block;
}
/* レスポンシブ幅 */
.limit {
	width: 960px;
	margin: 0 auto;
}
.limit1280 {
    width: auto;
    max-width: 1280px;
}



