@charset "UTF-8";

/* html,body
------------------------------------------*/
@font-face{
    font-family:'BentleyBI';
    src:url("../webfonts/bentley_font/Bentley-Bold Italic.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Bold Italic.woff") format("woff")
}
@font-face{
    font-family:'BentleyB';
    src:url("../webfonts/bentley_font/Bentley-Bold.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Bold.woff") format("woff")
}
@font-face{
    font-family:'BentleyEB';
    src:url("../webfonts/bentley_font/Bentley-Expanded Bold.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Expanded Bold.woff") format("woff")
}
@font-face{
    font-family:'BentleyEL';
    src:url("../webfonts/bentley_font/Bentley-Expanded Light.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Expanded Light.woff") format("woff")
}
@font-face{
    font-family:'BentleyER';
    src:url("../webfonts/bentley_font/Bentley-Expanded Regular.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Expanded Regular.woff") format("woff")
}
@font-face{
    font-family:'BentleyLI';
    src:url("../webfonts/bentley_font/Bentley-Light Italic.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Light Italic.woff") format("woff")
}
@font-face{
    font-family:'BentleyL';
    src:url("../webfonts/bentley_font/Bentley-Light.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Light.woff") format("woff")
}
@font-face{
    font-family:'BentleyLT';
    src:url("../webfonts/bentley_font/Bentley-Logotype.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Logotype.woff") format("woff")
}
@font-face{
    font-family:'BentleyRI';
    src:url("../webfonts/bentley_font/Bentley-Regular Italic.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Regular Italic.woff") format("woff")
}
@font-face{
    font-family:'BentleyR';
    src:url("../webfonts/bentley_font/Bentley-Regular.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-Regular.woff") format("woff")
}
@font-face{
    font-family:'BentleySBI';
    src:url("../webfonts/bentley_font/Bentley-SemiBold Italic.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-SemiBold Italic.woff") format("woff")
}
@font-face{
    font-family:'BentleySB';
    src:url("../webfonts/bentley_font/Bentley-SemiBold.woff2") format("woff2"), url("../webfonts/bentley_font/Bentley-SemiBold.woff") format("woff")
}

html {
	font-size: 62.5%; /* 初期設定10px */
	background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
    font-family: BentleyL, "游ゴシック", YuGothic, "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    /* font-family: "Helvetica Neue", Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", 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 {
    position: relative;
	width: 100%;
    height: 80px;
	margin: 0 auto;
    padding: 8px 2%;
    background: #f8f9f9;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
}
header#header h1{
    font-size: 24px;font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
	padding: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
header#header a {
    color: #292929;
}
header#header address {
    font-size: 10px;font-size: 1.0rem;
    color: #292929;
    text-align: right;
}
header#header address a{
    font-size: 17px;font-size: 1.7rem;
    font-weight: 700;
}
header#header h1,
header#header address {
    flex: 1 0 50%;
}

footer#footer {
    width: 100%;
    padding: 45px 2% 40px;
    color:#ffffff;
    background: #030303;
    box-sizing: border-box;
}
footer#footer a{
    color:#ffffff;
}
footer#footer #footerInner{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer#footer #footerInner ul{
    margin: 0;
}
footer#footer #footerInner ul li{
	display: inline-table;
	margin-right: 1em;
}
footer#footer  #footerInner ul li a:before{
	font-family: "FontAwesome";
	content: "\f105" ;
	margin: 0 6px 0 0;
}

footer#footer #footerInner ul li#language{
    cursor: pointer;
    position: relative;
}
footer#footer #footerInner ul li#language a:before{
    content: "\f0d8" ;
}
footer#footer #footerInner ul li#language.current a{
    color: #0653b6;
}
#copyright {
    font-size: 9px;font-size: 0.9rem;
    text-align: right;
    margin: 0;
}
#copyright img{
    margin-left: auto;
    margin-bottom: 8px;
}
#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;
}

.sideNavi{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sideNavi .sideopen{
    cursor: pointer;
    margin: 0;
}
.sideNavi .sideopen.on::before{
    font-family: "FontAwesome";
    font-size: 18px;font-size: 1.8rem;
    content: "\f00d";
}
.sideNavi .sideopen.off::before{
    font-family: "FontAwesome";
    font-size: 20px;font-size: 2.0rem;
    content: "\f100";
}
.sideNavi-box {
    width: 190px;
    display: block;
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center;
}
.sideNavi .sideNavi-box .btn a{
    font-size: 12px;font-size: 1.2rem;
}

.footabs a{
    display: none;
}
.gotop{
	position: fixed;
	right: 1%;
	bottom: 8%;
}
.gotop a{
	width: 40px;
	height: 39px;
	display: block;
}


/* fstView
------------------------------------------*/
.fstView {
    width: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    height: calc(100vh - 80px);
}
.fstView-keyvisual {
    position: absolute;
    z-index: 0;
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
    overflow-wrap: break-word;
}
.fstView-keyvisual img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    margin: 0 auto;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
}
.fstView-keyvisual.FV-Mask:before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url("./images/pattern.png");
    background-position: center center;
    background-repeat: repeat;
}
.FV-FlexBox{
    width:100%;
    height:100%;
    padding: 90px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-feature-settings : "palt";
}
.fstView p.area-des {
    font-size: 24px;font-size: 2.4rem;
    margin: 0 0 1em;
}
.fstView p.area-des strong {
    padding: 0.3em 1em;
    background: #151515;
    color:#ffffff;
}
.fstView h1,
.fstView h2,
.fstView h3{
    font-weight: 500;
    color: #000;
    text-shadow: 0 0px 3px #ffffff;
}
.fstView h1{
    font-size: 20px;font-size: 2.0rem;
    margin: 0;
}
.fstView h2{
    font-size: 40px;font-size: 4.0rem;
    font-weight: 700;
    margin: 0;
}




/* contents
------------------------------------------*/
.content {
	font-size: 14px;font-size: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: .05em;
	line-height: 2.0;
    padding: 60px 70px;
    box-sizing: border-box;
}
.cGry {
	margin-bottom: 0px;
	padding-bottom: 3%;
    background: #f5f5f5;
}
.cDark {
    background-color: #4a4f54;
    color: #e4e8e8;
}
.cDark a{
    color: #e4e8e8;
}
.content.contentPTOPnone { padding-top: 2%; }
.content.contentPBTMnone { padding-bottom: 0%; }

.content.FullWidth{
    width: 100%;
    padding: 0px;
    position: relative;
}
.content.FullWidth.FullView {
    height: 50vh;
    overflow: hidden;
}
.content.FullWidth.FullView img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
    .content.FullWidth.FullView img {
        position: static;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: 50% 50%;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
.content.FullHight{
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bg-content{
    min-height: 80vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.bg-content::before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("../images/pattern.png");
    background-position: center center;
    background-repeat: repeat;
}
.bg-content__msg{
    color: #fff;
    background-image: url("../images/Flying-Spur-V8.jpg");
}
.bg-content__msg::before{
    background-color: rgba(0, 0, 0, 0.65);
}
.bg-content__features{
    color: #fff;
    background-image: url("../images/Steering-Wheel.jpg");
}
.bg-content__features::before{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    line-height: 1.5;
}
.content h1 {font-size: 34px;font-size: 3.4rem;margin-bottom: 5%;font-weight: 500;}
.content h2 {font-size: 30px;font-size: 3.0rem;margin-bottom: 5%;font-weight: 500;}
.content h3 {font-size: 24px;font-size: 2.4rem;}
.content h4 {font-size: 20px;font-size: 2.0rem;}
.content h5 {font-size: 16px;font-size: 1.6rem;}
.lead-sup {
    font-size: 14px;font-size: 1.4rem;
    text-transform: capitalize;
}
.lead-ttl-drawline {
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
.lead-ttl-drawline::before {
    background: #7f988f none repeat scroll 0 0;
    top: 0;
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    position: absolute;
    left: 50%;
}



/* FlexBox
------------------------------------------*/
.flexbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.FB-Re{
    flex-flow: row-reverse wrap;
}
.FB-RowCenter{
    align-items: center;
}
.FB-Context{
    padding: 60px 90px 50px;
}
.FB-Contimg{
    height: 40vh;
}
.FB-Contimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


/* 個別クラス
------------------------------------------*/
p.leadNum span{
    text-transform:uppercase;
    padding: 10px 12px 6px 15px;
    border: 1px solid #191919;
    background: #191919;
    color: #e2e2e2;
}
p.leadNum span em{
    font-size: 24px;font-size: 2.4rem;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
.caution{
    font-size: 11px;font-size: 1.1rem;
    line-height: 1.5;
    color: #666666;
}
.comments {
    background: #f5f5f5 none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 1em 0 0;
    padding: 2em;
}

.ul_summary{
    margin-bottom: 2rem;
}
.ul_summary li{
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
}
    
.dl_summary {
    line-height: 1.8;
}
.dl_summary dt{
    display: block;
    float: left;
    width: 160px;
    clear: both;
    font-weight: bold;
}
.dl_summary dd{
    display: block;
    padding-left: 160px;
    margin-bottom: 15px;
}

.descBox{
    margin: 2% 0 4%;
    padding: 4%;
    border: 1px solid #d5d5d5;
    background: #fff;
    max-height: 250px;
    overflow-y: scroll;
}
.descBox ul{
    margin: 0 1em 0 2em;
}
.descBox ul li{
    font-size: 14px;font-size: 1.4rem;
    line-height: 1.6;
    list-style:square;
    margin-bottom: 1em;
}

.dtlTbl{width:100%;margin-bottom: 2em;}
.dtlTbl tr{
    border-bottom: 1px solid #ddd;
}
.dtlTbl tr th,
.dtlTbl tr td {
    padding: 5px;
    text-align:right;
}


.MapiInfoTable {
    margin: 0 0 30px;
    text-align: left;
    border-collapse: collapse;
}
.MapiInfoTable {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.MapiInfoTable th {
    text-align: left;
    width: 130px;
    background: #f7f7f7 none repeat scroll 0 0;
    font-weight: normal;
}
.MapiInfoTable th, .MapiInfoTable td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 9px;
}

/* ボタン
------------------------------------------*/
.btn {
    font-size: 12px;font-size: 1.2rem;
    max-width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.btn a,
.btn span{
    display: inline-block;
    padding: 1em 6em;
    text-decoration: none;
    color:#fff;
    border: 1px solid #376d5a;
    background: #376d5a;
}
.btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.btn a:hover{
    color: #5c7b70;
    border: 1px solid #7f988f;
    background-color: #fff;
}

.btn-BtmOff {margin-bottom: 0;}

.btn-gry a {
    color: #5d5d5d;
    border: 1px solid #d1d1d1;
    background: #efefef;
}
.btn-gry a:hover {
    border-width: 1px;
}



.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;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 10px 0;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap .map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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





