@charset "UTF-8";

/* html,body
------------------------------------------*/
html {
	font-size: 62.5%; /* 初期設定10px */
	background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	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 {
    color: #ffffff;
	width: 100%;
	height: 70px;
	margin: 0 auto;
    background-color: rgba(22, 22, 24, 0.8);
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
}
header#header a:visited { color:#eeeeee; }
header#header a.logo{
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    /*bottom: 9px;*/
    /*left: 50%;*/
    right: 12%;
    /*margin-left:-25px;*/
}
header#header a.logo img{
    width: 110px;
    /*height: 51px;*/
}
header#header a.logo > img {
    /*max-height: 100%;*/
    /*max-width: none;*/
}
header#header h1{
    font-size: 30px;
    line-height: 1.0;
	padding: 0;
    position: absolute;
    left: 3%;
    top: 22%;
}
header#header h1 a{
    color:#ffffff;
    display: inline-block;
}
header#header .headbtn{
    font-size: 20px;
}
header#header .headbtn a{
    color: #ffffff;
    margin: 0 0 0 20px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #adbfce;
    background: #003057;
}
header#header .headbtn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 8px 0 0;
}

footer#footer {
    color:#ffffff;
    background: #003057;
}
footer#footer a{
    color:#ffffff;
}
footer#footer #footerInner{
	margin: 30px 0 0;
	padding: 0;
}
footer#footer #footerInner p{
	margin-bottom: 3em;
}
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;
}
.gotop{
	position: fixed;
	right: 3%;
	bottom: 3%;
}
.gotop a{
	width: 50px;
	height: 49px;
	display: block;
}
#copyright {
	font-size: 9px;font-size: 0.9rem;
}
/* contents
------------------------------------------*/
.fstView {
    width: 100%;
    min-width: 1000px;
    height: 1000px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.fstView.lv2 {
    height: 583px;
}
.fstView-Image {
    height: 100%;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.fstView-Image img {
    height: 100%;
    max-width: none;
    width: auto;
}
.fstView-Image.fstView-Mask:before{
    /*position: absolute;
    top: 0;
    left:0;
    z-index: 1;
    content: "";
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("./images/pattern.png");
    background-position: center center;
    background-repeat: repeat;*/
}
.fstView-Text {
    color: #151515;
    line-height: 1.0;
    padding: 3%;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
}
.fstView-TextCell {
    display: table-cell;
    text-align: right;
   /* vertical-align: middle;*/
    padding-top: 110px;/*ヘッダの高さ分*/
}
.fstView p.areades {
    margin:0;
}
.fstView p strong {
    font-size: 24px;font-size: 2.4rem;
    text-shadow: 0px 0px 1px #5f2e10;
    line-height: 3.0;
    padding: 0.3em 1em 0.2em;
    background: #151515;
    color:#ffffff;
    text-shadow:none;
}


.fstView h2{
    font-family: 'Open Sans', sans-serif, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 100px;
    font-size: 6.0rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    /*text-shadow: 0px 0px 2px #383838;*/
}
.fstView h2 span{
    font-size: 30px;font-size: 3rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.fstView h3{
    font-family: 'Open Sans', sans-serif, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-size: 40px;font-size: 4.0rem;
    margin: 15px 0;
    padding: 8px;
    line-height: 1;
    display: inline-block;
    /*text-shadow: 0px 0px 2px #151515;*/
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
}
.fstView h3:before{
    font-size: 30px;font-size: 3.0rem;
}
.fstView h3 span{
    font-size: 20px;font-size: 2rem;
}
.fstView h4{
    font-size: 24px;font-size: 2.0rem;
    font-family: 'Open Sans', sans-serif, "游ゴシック", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    line-height: 1.5;
    /*margin: 15px 0;*/
    /*text-shadow: 0px 0px 3px #000000;*/
}
.fstView div.btn{
    float: right;
}
.fstView div.btn a{
    max-width: 100%;
}
.fstView div.btn a.access{
    background: rgba(0, 48, 87,0.8);
    color: #fff;
    border: none;
}
.fstView div.btn a.access:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.fstView .bnr{
    width: 100%;
}

.m-t50{
    margin-top: 50px;
}


.content {
	font-size: 16px;font-size: 1.6rem;
	line-height: 2.0;
    padding: 60px 0 0;
}
.contentGry {
	margin-bottom: 0px;
	padding-bottom: 30px;
    background: #ececec;
}
.content h2 {
    font-size: 46px;font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.5;
}
.content h3 {
    font-size: 34px;font-size: 3.4rem;
    font-weight: bold;
}
.content h4 {
    font-size: 20px;font-size: 2.0rem;
    color: #003057;
    font-weight: bold;
    line-height: 1.8;
    margin-top:2em;
}
.content h5 {
    font-size: 9px;font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.content h6 {
    font-size: 10px;font-size: 1.0rem;
    margin-bottom: 1em;
}
.content p {
	margin-top: 0;
}
.content .innerBox {
	margin: 0 0 30px;
}


/* 個別クラス
------------------------------------------*/
.content .modelBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .modelBox li{
    width: 30%;
    text-align: center;
}
.content .modelBox li a {
    display: block;
}
.content .modelBox li a img{
    margin-bottom: 10px;
}
.content .modelBox li a img:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.content .modelBox li p.modelName{
    line-height: 1.0;
    margin-bottom: 10px;
}
.content .modelBox li p.moreBtn{
    border: 1px solid #999999;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 12px;
    margin-bottom: 25px;
}
.content .modelBox li p.moreBtn:hover{
    color: #ffffff;
    border: 1px solid #003057;
    background: #003057;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.content .tokutenList{
    width:100%;
    box-sizing: border-box;
}
.content .tokutenList th,
.content .tokutenList td {
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.content .tokutenList th{
    font-size: 22px;font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;

    border: 4px solid #e5e5e5;
    color:#211e11;
    text-shadow: 1px 1px 2px #b49700;
    background: linear-gradient(to bottom right, #EBAD00, #F8E69C 40%, #F6DC83 70%, #EEB81B 90%);
}
.content .tokutenList th em{
    font-size: 2em;
    font-family: volvo,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
}
.content  .tokutenList td {
    font-size: 12px;font-size: 1.2rem;
    border: none;
    padding-top: 10px;
    line-height: 1.7;
}
.content .tokutenList th.gold{
    color:#4d430f;
    text-shadow: 1px 1px 2px #b49700;
    background: linear-gradient(to bottom right, #EBAD00, #F8E69C 40%, #F6DC83 70%, #EEB81B 90%);
}
.content .tokutenList th.silver{
    color:#626262;
    text-shadow: 1px 1px 2px #9d9d9c;
    background: linear-gradient(to bottom right, #CFD0D0, #FFFFFF 40%, #FDFDFD 70%, #DADBDB 90%);
}
.content .tokutenList th.bronze{
    color:#582a0e;
    text-shadow: 1px 1px 2px #dbb197;
    background: linear-gradient(to bottom right, #efbc9c, #ffefeb 40%, #fde6e0 70%, #edd0bf 90%);
}

.content .mdldtl {
    text-align: center;
}
.content .mdldtl img{
    margin: 0 auto;
}
.content .mdldtl h3,
.content .mdldtl h4,
.content .mdldtl h5{
    margin-bottom:0;
}
.content .mdldtl h3{
    font-size: 2em;
    line-height: 1.0;
    font-weight: 200;
    color:#222222;
}
.content .mdldtl h3 span{
    font-size: 2em;
}
.content .mdldtl h4{
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1em;
    margin-top: 1em;
}
.content .mdldtl h5{
    margin-bottom: 1em;
}
.content .mdldtl a{
    max-width: 60%;
    margin: auto;
    display: block;
    padding: 6px;
    border: 1px solid #999999;
}
.content .mdldtl a:hover{
    color: #ffffff;
    border: 1px solid #003057;
    background: #003057;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.dtl{
    font-size: 25px;font-size: 2.5rem;
    line-height: 2.0;
    padding: 5px 20px 3px;
    color:#ffffff;
    background: #000000;
}
.follow{
    margin: 0 auto 20px;
    text-align: center;
    padding:12px;
    border: 1px solid #656565;
}
.caution{
    font-size: 11px;font-size: 1.1rem;
    line-height: 1.5;
    color: #666666;
}
.descBox{
    margin: 2% 0 4%;
    padding: 5% 5% 3%;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
    height: 200px;
    overflow-y: scroll;
}
.descBox ul li{
    font-size: 14px;font-size: 1.4rem;
    line-height: 1.6;
    list-style:square;
    margin-bottom: 1em;
}
.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;
}
.btn {
    font-size: 26px;font-size: 2.2rem;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
}
.btn a{
    max-width: 90%;
    display: block;
    padding: 20px;
    text-align: center;
    margin: 0 auto 4%;
    color:#ffffff;
    background: #dc630b;
}
.btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.btn-Half a{
    max-width: 50%;
}
.btn-red a{ background: #fa382e; }
.btn-wht a{
    border: 1px solid #999999;
    text-align: center;
    background: #fff;
    color: #000;
}
.btn-gry a{
    background: #a3a3a3;
}
.btn-wht a:hover{
    color: #ffffff;
    border: 1px solid #003057;
    background: #003057;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.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;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 10px 0;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    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;
}
.limit p.info{
    text-align: center;
}
.limit h3{
    line-height: 1.5;
}
.limit h3 .model{
	font-size: 2.2rem;
}
.limit1280 {
    width: auto;
    max-width: 1280px;
}
@media screen and (max-width: 1200px) { /*1200以下のPC画面*/
	.limit {
		width: auto !important;
		margin: 0 36px !important;
	}
}
@media screen and (max-width: 960px) { /*スマホ用メニューの切替*/
    header#header h1{
        display: none;
    }
    #spmenuBtn {
        width: 25%;
        min-width: 80px;
        max-width: 150px;
        height: 70px;
        display: block;
        margin: 0;
        padding: 23px 8px;
        color: #fff;
        font-size: 15px;font-size: 1.5rem;
        font-style: normal;
        text-align: center;
        text-transform: uppercase;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
    }
    #spmenuBtn:before{
        font-size: 13px;font-size: 1.3rem;
        font-family: "FontAwesome";
        content: "\f0c9" ;
        margin: 0 5px 0 0;
    }
    #spmenuBtn:active,
    #spmenuBtn.current {
        color: #000;
        background: #ffffff;
    }
    #spmenu ul{
        width:100%;
        padding: 0;
        font-size: 26px;font-size: 2.6rem;
        background: #ffffff;
        position: absolute;
        top: 70px;
        left: 0;
    }
    #spmenu ul li {
        width:100%;
        position: relative;
    }
    #spmenu ul li a{
        width:100%;
        display: block;
        padding: 2% 4%;
        color: #000000;
        border-bottom: 1px solid #ddd;
        background: #ffffff;
    }
    #spmenu ul li a:hover {
        color: #000000;
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #spmenu ul li a:visited { color:#000000; }
    #spmenu ul li a:active { color:#bbbbbb; }
    #spmenu ul li a:after{
        font-family: "FontAwesome";
        content: "\f105" ;
        position: absolute;
        right:4%;
        top:20%;
    }
}
/* 768px以下用（タブレット／スマートフォン用）の記述 */
@media screen and ( max-width : 768px ) {
	.limit {
		margin: 0 20px !important;
	}
    .limit h3 .model{
        font-size: 1.6rem;
    }
    .pcOnly {
        display: none;
    }
    .tblSPOnly {
        display: block;
    }
    .colEven2{ width: 49.0%; }
    .coladd3 { width: 32.0%; }

    header#header {
        background-color: rgba(0, 0, 0, 1);
    }
    #wrapper .content:first-child{
        margin-top: 40px;
    }
    .fstView {
        margin-top: 70px;
    }
    .fstView,
    .fstView.lv2{
        min-width: 100%;
        height:auto;
    }
    .fstView h2,
    .fstView h3,
    .fstView h4{
        text-shadow:none;
    }
    .fstView h2,
    .fstView h3{
        font-size:60px;font-size:6.0rem;
    }
    .fstView h2{
        margin: 0 0 20px;
    }
    .fstView h3{
        font-size:36px;font-size:3.6rem;
        border: none;
    }
    .fstView h4{
        font-size:18px;font-size:1.8rem;
    }
    .fstView p.areades {
        margin: 10px 0 -20px;
    }

    .fstView .fstView-Image {
        position: inherit;
        height: auto;
        left: 0;
        margin-left: 0px;
        z-index: 1;
    }
    .fstView .fstView-Image img{
        border:none;
        vertical-align:bottom;
        max-width: 100%;
        height: auto;
        width: auto\9;
        margin: 0;
    }
    .fstView .fstView-Text {
        color: #292827;
        height: auto;
        padding: 10px 0 20px;
    }
    .fstView .fstView-Text .fstView-TextCell {
        padding-top: 0;
        text-align: center;
    }
    .fstView .fstView-Text  p strong{
        font-size: 16px;font-size: 1.6rem;
    }
    .fstView div.btn{
        float: none;
    }
    .content {
        padding-top: 40px;
        line-height: 1.6;
    }
    .content h2 {font-size: 30px;font-size: 3.0rem;}
    .content h3 {font-size: 24px;font-size: 2.4rem;}

    .dtl{
        font-size: 16px;font-size: 1.6rem;
    }
    .dl_summary dt{
        float: none;
        width: auto;
    }
    .dl_summary dd{
        margin-left: 0px;
        padding-left: 0px;
    }
    .btn-Half a{
        max-width: 100%;
    }
}
/* 480px以下用（スマートフォン用）の記述 */
@media screen and ( max-width : 480px ) {
    header#header {
        height: 60px;
    }
    header#header a.logo{
        right: 5%;
    }
    header#header a.logo img{
        width: 72px;
       /* height: 41px;*/
        margin-left:7px;
    }
    #spmenuBtn {
        height: 60px;
    }
    #spmenu ul{
        font-size: 14px;font-size: 1.4rem;
        top: 60px;
    }
    .fstView {
        margin-top: 60px;
    }

    .colEven2, .coladd3{
        width: 100%;
    }

    .bnr{
        width: 100%;
    }
    .fstView h2{ font-size: 50px;font-size: 5.0rem; }
    .fstView h2 span{ font-size: 16px;font-size: 1.6rem; }
    .fstView h3,
    .fstView h3::before{ font-size: 21px;font-size: 2.1rem; }
    .fstView h3 span{ font-size: 12px;font-size: 1.2rem; }

    .content .modelBox li{
        width: 100%;
    }
    .content .modelBox li p.moreBtn{
            padding: 7px 0;
    }

    .content h2 {
        font-size: 21px;font-size: 2.1rem;
        line-height: 1.2;
        text-align: left;
    }
    .content h3 {
        font-size: 18px;font-size: 1.8rem;
        line-height: 1.5;
    }
    .content h4 {
        font-size: 13px;font-size: 1.3rem;
        text-align: left;
    }
    .dtl{
        font-size: 15px;font-size: 1.5rem;

    }
    .content {
        font-size: 14px;font-size: 1.4rem;
        text-align: left;
        line-height: 1.5;
    }
    .caution{
        font-size: 10px;font-size: 1.0rem;
    }
    .btn {
        font-size: 15px;font-size: 1.5rem;
        line-height: 1.2;
    }
    .btn2 a{
        max-width: 100%;
    }
    .alignC{
        text-align: left;
    }
    .spOnly {
        display: inline;
    }
}
/* 解像度192画面の記述 */
@media not all, (min-resolution: 192dpi) {
	#hea h1 a {
		background: url("images/logo_2x.png") no-repeat scroll 0 0 / 212px 80px;
	}
}
