html {
	overflow-y:scroll;
}

.adjust_line_height{
	height:10px;
}

@font-face {
	font-family: 'KOZGOPR6N-HEAVY';
	src: url("./fonts/KOZGOPR6N-HEAVY2.OTF");
}

@font-face {
	font-family: 'KOZGOPR6N-REGULAR';
	src: url("./css/fonts/KOZGOPR6N-REGULAR2.OTF");
}

@font-face {
	font-family: 'KOZGOPR6N-BOLD';
	src: url("./css/fonts/KOZGOPR6N-BOLD2.OTF");
}

/*top page*/

body{
	padding-top:5px;
}


/* スマホ用 */
@media screen and (max-width: 414px)  {
	.default_display{
		margin-left:2px;
		margin-right:2px;
	}
}

/* 11.6型 */
@media screen and (max-height: 768px){
	.default_display{
		width:910px;
		margin: 0 auto;
	}
	
}

/* デスクトップ型(ワイド)*/
@media screen and (min-height: 769px){
	.default_display{
		width:900px;
		margin: 0 auto;
	}
	
}

/* 共通 start*/
.inline-block{
	*display:table-cell;
	display: inline-block;
	width: 18%;
	height:70px;
	border-right:4px solid;
	border-top:4px solid;
	border-bottom:4px solid;
	border-color:orange;
	text-align:center;
	font-size:120%;
	*font-size:90%;
	font-size:110%;
	*padding-top:17px;
}

/* 共通 end*/

header.default_display{
	width:100%;
	position:fixed;
	padding-top:10px;
	background-color:white;
}

/* logo --> */
#logo{
	float:left;
	width:375px;
	padding-right:25px;
}

#logo img{
	width:100%;
	margin:3% 0 0 0;
}

#sub_message{
	color:#777777;
	margin-bottom:0px;
}
/* logo --<< */

/* フリーダイヤル -->> */
#tel_number_info{
	float:left;
	margin:5px 0 0;
	margin-right:15px;
	display:block;
}

#tel_number_info span{
	width:200px;
	font-size:120%;
	font-weight:400;
	padding:10px 0 0 0;
	margin:0;
	font-family: 'Noto Sans Japanese', serif;
}

#tel_number_info img{
	width:40px;
	margin:-6px 0 0;
	margin-right:3px;
	padding:0;
}

#tel_number{
	padding:0;
	margin-top:-10px;
	font-size:300%;
	color:#0068B7;
	font-family: 'Anton', sans-serif;
	text-decoration: none;
}

.tel_notice{
	font-size:10px;
	margin-top:-20px;
	padding:0;
}
/* フリーダイヤル --<< */


/* 問い合わせボタン -->>*/
.QA_btn{
	float: left;
	margin-top:1.5%;
	margin-left:10px;
	text-decoration:none;
}

.QA_btn a{
	text-decoration:none;
	display:block;
	width:250px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	color:white;
	font-size:120%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff3600), color-stop(1.00, #cd0000));
	background: -webkit-linear-gradient(#ff3600, #cd0000);
	background: -moz-linear-gradient(#ff3600, #cd0000);
	background: -o-linear-gradient(#ff3600, #cd0000);
	background: -ms-linear-gradient(#ff3600, #cd0000);
	background: linear-gradient(#ff3600, #cd0000);
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
	font-family: 'Noto Sans Japanese', serif;
}

.QA_btn a:over{
	color:orange;
}

.QA_btn img{
	width:15%;
}
.QA_btn_sub{
	text-decoration:none;
}

.QA_btn_sub a{
	clear:both;
	display:block;
	width:80%;
	margin-left:10%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	color:white;
	font-size:130%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff3600), color-stop(1.00, #cd0000));
	background: -webkit-linear-gradient(#ff3600, #cd0000);
	background: -moz-linear-gradient(#ff3600, #cd0000);
	background: -o-linear-gradient(#ff3600, #cd0000);
	background: -ms-linear-gradient(#ff3600, #cd0000);
	background: linear-gradient(#ff3600, #cd0000);
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
	font-family: 'Noto Sans Japanese', serif;
}

.QA_btn_sub img{
	width:5%;
}


/* 問い合わせボタン--<< */

/* メニュー -->> */

#contents_menu{
	margin-top:-10px;
	clear:both;
}

#menu_list{
	margin-top:20px;
	list-style: none;
	text-align:center;
	margin-left:0;
	padding-left:0;
	border-left:4px solid;
	border-color:orange;
	font-size:130%;
	*font-family: 'KOZGOPR6N-REGULAR';
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
}

#menu_list li{
	vertical-align:bottom;
}

#menu_list a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#2b2b2b;
	padding-top:17px;
	padding-bottom:17px;
}

#menu_list a:hover{
	display:block;
	width:100%;
	text-decoration:none;
	background-color:#ff4500;
	color:white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffbf00), color-stop(0.36, #ff6d00));
	background: -webkit-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -moz-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -o-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -ms-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: linear-gradient(to bottom, #ff6d00 36%, #ffbf00 100%);
}

#menu_home{
	width:40px;
	margin-left:30px;
}

.menu_img{
	width:56px;
	margin-left:90px;
}

#menu_top{
	width: 10%;
}

/* トップ画像 */
/* トップ画像 */

#top{
	position:relative;	
}

#top_message{
	position:absolute;
	color:white;
	top:10px;
	width:100%;
}

#top_main_message{
	position:absolute;
	top:40px;
	left:90px;
	font-size:370%;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:900;
}

#top_sub_message{
	position:absolute;
	top:120px;
	left:90px;
	font-size:195%;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:900;
}

.top_point{
	position: absolute;
	background-color:#33cc00;
	border-radius:20px;/*CSS3草案 */
    -webkit-border-radius:20px;/*Safari,Google Chrome用 */
    -moz-border-radius:20px;/*Firefox用 */ 
    font-size:115%;
    font-family: 'Noto Sans Japanese', serif;
	font-weight:500;
	width:170px;
	padding:3px;
	text-align:center;
}

#top ul{
	padding:0;
}

.slider {
  display:none;
}

.slider img{
  width:100%;
}

.slider.slick-initialized {
  display: block;
}

#slider-nav{
	text-align:center;
	margin:0 0 0 21%;
}

#slider-nav li{
	margin:0 1% 0 1%;
}

#slider-nav img{
	width:100%;

}


#point1{
	top:420px;
	left:365px;
}

#point2{
	top:420px;
	left:545px;
}

#point3{
	top:420px;
	left:725px;
}

#top_price_message{
	position: absolute;
	top:260px;
	left:400px;
	font-size:200%;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:900;
	text-shadow: 2px 2px 4px #ff8c00,
    -2px 2px 4px #ff8c00,
    2px -2px 4px #ff8c00,
    -2px -2px 4px #ff8c00;
}

#top_price{
	position: absolute;
	top:280px;
	left:405px;
	font-size:730%;
	font-family: 'KOZGOPR6N-HEAVY';
	color: #FFF;
    font-size: 780%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ff8c00,
    -2px 2px 4px #ff8c00,
    2px -2px 4px #ff8c00,
    -2px -2px 4px #ff8c00;
}

#top_price_yen{
	position: absolute;
	top:350px;
	left:760px;
	font-size:250%;
	font-family: 'KOZGOPR6N-HEAVY';
	text-shadow: 2px 2px 4px #ff8c00,
    -2px 2px 4px #ff8c00,
    2px -2px 4px #ff8c00,
    -2px -2px 4px #ff8c00;
}

#top_price_notice{
	position: absolute;
	top:390px;
	left:815px;
	font-size:100%;
	font-family: 'KOZGOPR6N-HEAVY';
	text-shadow: 2px 2px 4px #ff8c00,
    -2px 2px 4px #ff8c00,
    2px -2px 4px #ff8c00,
    -2px -2px 4px #ff8c00;
}

.top_img{
	*margin-top:10px;
	width: 900px;
	*top:160px;
}

#ytplayer{
	position:absolute;
	left:50px;
	top:275px;
	width:288px;
	height:162px;
	z-index: 1;	
}

#cm_flame{
	position:absolute;
	top:207px;
	width:370px;
	left:8px;
}

.top_message{
	margin:2% 0 0 0;
	background-color:rgba(135,206,250,0.5);
	text-align:center;
}

.top_message h1, .top_message h2{
	padding:0;
	margin:0;
}

.top_message h1{
	margin:1% 0 1% 0;
	font-weight:900;
}


/* かんたん見積 リンク */
#valuation{
	position:fixed;
	left:76%;
	bottom:15px;
	width: 80%;
}

#valuation img{
	width:26%;
}

#price_model{
	position:relative;
	*top:180px;
}


/* 車検プラン */
.title_add{
	float:left;
	margin-bottom:-20px;
}

.warning_message{
	float:right;
	margin:0;
}

.warning_message p{
	margin-bottom:0;
	font-size:35%;
	color:red;
}

.ex_frame{
	height:255px;
	border-radius:3px;/*CSS3草案 */
    -webkit-border-radius:3px;/*Safari,Google Chrome用 */
    -moz-border-radius:3px;/*Firefox用 */ 
    margin-bottom:7px;
}

.middle_kokusan{
	border: 7px solid #0068B7;
}

.ex_middle_kokusan{
	border: 3px solid #0068B7;
}

.large_kokusan{
	border: 7px solid orange;
}

.ex_large_kokusan{
	border: 3px solid orange;
}


.large_gaisya{
	border: 7px solid #ba2636;
}

.ex_large_gaisya{
	border: 3px solid #ba2636;
}

.ex_middle_gaisya{
	border: 3px solid #228b22;
}


.ex{
	width:100%;
	height:50.5px;
	line-height:50.5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

/*複数行対策*/
.ex_2{
	width:100%;
	height:62.5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

.ex_2 p{
	padding-top:9px;
}

.ex p{
	padding-top:
}


.ex_title p{
	font-size:160%;
	margin-left:7px;
	margin-top:3px;
	font-family: 'KOZGOPR6N-BOLD';
}

.left_frame{
	float:left;
	width:300px;
}

.motorcycle_image{
	text-align:center;
	position: relative;
}

.motorcycle_image img{	
	width:95%;
}

.motorcycle_name{
	position: absolute;
	background-color:white;
	bottom:5px;
	left: 35%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	line-height:7px;
	border-radius:20px;/*CSS3草案 */
    -webkit-border-radius:20px;/*Safari,Google Chrome用 */
    -moz-border-radius:20px;/*Firefox用 */ 
}


.center_frame{
	float:left;
	width:190px;
}

.right_frame{
	float:left;
	width:395px;
	height:250px;
}

.coupon {
	margin-top:15px;
	margin-left:10px;
}

.coupon span{
	font-size:135%;
	font-family: 'KOZGOPR6N-REGULAR';
}

.coupon img{
	margin-left:5px;
	margin-top:-5px;
	width:30px;
}

.coupon_price {
	font-size:150px;
}

.ex_price p{
	margin-top:15px;
	margin-left:120px;
	font-size:470%;
	margin-bottom:0;
	padding-bottom:0;
	font-family: 'KOZGOPR6N-HEAVY';
	font-weight:700;
}

.yen{
	font-size:60%;
}

/*注意 */
#plan_message{
	margin-top:30px;
	margin-left:10%;
	margin-bottom:30px;
}

#plan_message img{
	float:left;
	width:10%;
	margin-right:15px;
}

#plan_message p{
	float:left;
	font-size:130%;
}

#plan_etc span{
	color:#0068B7;
}

#link_price{
	text-decoration:none;
	font-size:160%;
}

#link_price p{
	text-decoration:none;
	color:black;	
	margin-left:10%;
	padding-top:15px;
	padding-bottom:15px;
	width:80%;
	text-align:center;
	border: 4px solid orange;
	font-family: 'KOZGOPR6N-REGULAR';
}

#link_price p:hover{
	color:white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffbf00), color-stop(0.36, #ff6d00));
	background: -webkit-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -moz-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -o-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: -ms-linear-gradient(top, #ff6d00 36%, #ffbf00 100%);
	background: linear-gradient(to bottom, #ff6d00 36%, #ffbf00 100%);
}


/* 店舗情報 */
#shop_info{
	margin-top:10px;
	margin-bottom:10px;
}

.title{
	clear:both;
	margin-top:15px;
	font-size:300%;
}

.title p{
	margin:0;
}

.title_line{
	clear:both;
	margin-top:-20px;
	border-bottom:10px solid orange;
	margin-bottom:10px;
}


#shop_info p{
	margin:0;
}

#shop_info_detail{
	float:left;
	width:45%;
	font-size:150%;
}

#shop_info_detail p{
	font-size:110%;
}

#shop_map{
	float:left;
	width:20%;
}

#shop_map img{
	margin-top:10px;
	width:80%;
}

#manage_company{
	float:left;
	width:35%;
}

#manager_company_info{
	font-size:120%;
}

#manage_company img{
	width:100%;
}

#footer{
	padding-top:20px;
	clear:both;
	text-align:center;
	padding-bottom:15px;
}

#copy_right{
	width:100%;
	padding-top:5px;
	padding-bootm:5px;
	background-color:orange;
	border: 1px solid yellow
}

#copy_right2{
	clear:both;
	width:100%;
	padding-top:5px;
	padding-bootm:5px;
	background-color:orange;
	border: 1px solid yellow
}

.boxContainer {
	border:#ff6600 solid 3px;/*丸角 */
	border-radius:10px;/*CSS3草案 */
    -webkit-border-radius:5px;/*Safari,Google Chrome用 */
    -moz-border-radius:5px;/*Firefox用 */ 
    font-family: 'Noto Sans Japanese', serif;
    
   /*横並び*/
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

/* ポリシー */
.modal-body{
	text-align:left;
	width:900px;
}

.modal-content{
	width:900px;
	margin-left:-145px;
}

/* ギャラリー  */

.gallery{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.gallery li{
	display: inline-block;
	margin: 2px;
	width: 19.4%;
}

.gallery img{
	width: 100%;
	padding: 0;
}

