@charset "UTF-8";


/*================================================
 *  CSSリセット
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;word-wrap: break-word;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	}

.errColor{
	color: red;
}

.req::before {
	padding-right: 5px;
	color: red;
	content: "※";
}

.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.tx_center{text-align:center;}
.tx_right{text-align:right;}

.header_m {
	width:100%;
	height:700px;
	
}

.contents {
	width:1100px;
	margin:0 auto;
}
.pt50{
	padding-top:50px;

}

.mb100{
	margin-bottom:100px;
}

.mb60{
	margin-bottom:60px;
}

.mb30{
	margin-bottom:30px;
	}

.mb10{
	margin-bottom:10px;
	}

.contents2 {
	padding:0 15px;
	margin-bottom:60px;	
}

.contents3 {
	padding:0;
}

.contents3R {
	padding:0;
	text-align: right;
}

.contents3_t {
	margin-bottom: 100px;
}

	
.contents3_t2 {
	border: #ccc 1px solid;
	min-height:100px;
	overflow: auto
}

.contents4 {
	padding:0 15px;
	margin-bottom:100px;
	text-align:right;
}


.contents5 {
	margin-bottom:60px;
	text-align:center;
}

.contents6 {
	width: 700px;
	float: right;
}

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

a {
	color:#f5b300;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

h1 {
	font-size:28px;
}

h2 {
	margin-bottom:40px;
	font-size:40px;
	color:#000;
	text-align:center;

}

h2 span{
	display: block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
}

h3 {
	font-size:20px;
}

h4 {
	font-family: 'aozora';
	font-size:22px;
	margin: 30px 0 10px;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

/*p {
	margin:0 0 1em 0;
}*/

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}



/*button*/
.btn {
	padding:0 15px;
	
}




ruby {
	position: relative;
}

ruby rt {
	position: relative;
	top: 0.3ex;
	font-size:11px;
}

.page{
	width: 980px;
	margin: 0 auto;
	height:30px;
}


	
.page ul li {
	display:inline-block;
	float:right;
	text-align:center;
	background:#f5b300;
	margin-right:7px;
	width:30px;
	
}

.page ul li:first-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #000000;
	border: #f5b300 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 1px;
	padding-bottom:27px;
}

.page ul li a:hover{
	background: #f8d168;
	text-decoration: none;
	color: #000;
}

.page ul li a,
.page ul li.active a{
	padding-top: 1px;
	padding-bottom:20px;
	display: block;
	color: #ffffff;
	height: 9px;
}

.page ul li.active a{
	color: #000;
}






/*================================================
 *  ヘッダー
================================================*/
.header_m {
	position:relative;
}
.header_m h1 {
	position:absolute;
	top:20%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:46px;
	color:#00693e;
	text-shadow: #fff 0px 1.4px,
				#fff 1.4px 0px,
				#fff -1.4px 0px, 
					#fff 0px -1.4px, 
				#fff -1.4px -1.4px,
				#fff 1.4px 1.4px, 
					#fff 1.4px -1.4px,
				#fff -1.4px 1.4px,
				4px 4px 4px #000; 
	/*text-shadow: 2px 1px 1px #fff,
							2px -1px 1px #fff,
							-2px 1px 1px #fff,
							-2px -1px 1px #fff,
				4px 4px 4px #000;*/
	font-family: 'はれのそら明朝';
}

.header_m h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:20px;
	color:#000;
	text-shadow: #fff 0px 1px,
				#fff 1px 0px,
				#fff -1px 0px, 
					#fff 0px -1px, 
				#fff -1px -1px,
				#fff 1px 1px, 
					#fff 1px -1px,
				#fff -1px 1px; 
}


header {
		margin: 20px auto;
		width: 1100px;
		display: flex;
		align-items: center;
}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}


/* サブナビ7つ
	* --------------------------------------- */

.menu2{
	width:1100px;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:100px;
}
	
ul#menu2 li {
	display:inline-block;
	float:left;
	width:156px;
	text-align:center;
	background:#db8f11;
	margin-right:1px;
	
}

ul#menu2 li:last-child{
	margin-right:0px;
}


ul#menu2 li a{
	text-decoration:none;
	color: #fff;
}

ul#menu2 li a:hover{
	background:#dba141;
	color:#fff;

}


ul#menu2 li a,
ul#menu2 li.active a{
	padding-top: 17px;
	padding-bottom: 15px;
	display: block;
}

ul#menu2 li.active a{
	color: #000;
}

/* サブナビ3つ
	* --------------------------------------- */

.menu3{
	width:80%;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:50px;
	font-size: 20px;
}

.menu3 ul{
	display: flex;
	justify-content: center;
}
	
.menu3 ul li {
	display:inline-block;
	width : calc(100% / 3) ;
	text-align:center;
	margin-right:1px;
}

.menu3 ul li a{
	text-decoration:none;
	color: #fff;
	background:#f5b300;
}

.menu3 ul li a:hover{
	background:rgba(245,179,0,.7);
	color:#fff;

}


.menu3 ul li a,
.menu3 ul li.active a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.menu3 ul li.active a{
	color: #000;
}

/* サブナビ4つ
	* --------------------------------------- */

.menu4{
	width:720px;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:100px;
}
	
ul#menu4 li {
	display:inline-block;
	float:left;
	width:230px;
	text-align:center;
	background:#529536;
	margin-right:15px;
}

ul#menu4 li:last-child{
	margin-right:0px;
}


ul#menu4 li a{
	text-decoration:none;
	color: #fff;
}

ul#menu4 li a:hover{
	background:#6b9559;
	color:#fff;

}


ul#menu4 li a,
ul#menu4 li.active a{
	padding-top: 17px;
	padding-bottom: 15px;
	display: block;
}

ul#menu4 li.active a{
	color: #000;
}




#footer_top{
	height: 60px;
	display: block;
	width: 100%;
	background: #db0100;
	text-align: center;
	color: #fff;
	padding-top:30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top:120px;
}	

#footer_top a {
	text-decoration:none;
	color:#fff;
}

#footer_top a:hover {
	color:#00693e;
}
	
.f_logo{
	width:200px;
	float:left;
	margin-right:25px;
	margin-left:10px;
}

.f_comp{
	width: 300px;
	float: left;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 15px;
}

.f_top{
	width: 80px;
	margin-top: 10px;
	position: fixed;
	bottom: 90px;
	right: 5px;
	padding: 10px;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



#footer{
	height: 20px;
	display: block;
	width: 100%;
	background-color:#005e91;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top:auto;

}

input.infoInput {
		height: 25px;
		margin: 0;
		padding: 5px;
		border: #CCCCCC 1px solid;
		font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosizeB{
	width:100%;
}

.infosize{
	width:95%;
}

.infosize2{
	width:70%;
}

.infosize3{
	width:80%;
}

.infosize4{
	width:30%;
}

.infosize5{
	width:500px;
}

.infosize6{
	width:150px;
}

.infosize7{
	width:750px;
}


.infoselect{
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

textarea.infocomment {
		margin: 0;
		padding: 5px;
		border: #CCCCCC 1px solid;
		font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	white-space: pre-wrap;
}

.formBtn{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.formBtn_l{
	text-align:center;
	margin-top: 20px;
}

.formBtnT{
	width: 150px;
		height: 40px;
		background: #005e91;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
}

.formBtnT:hover{
	color: #fff;
	background:rgba(0,94,145,.7);
}

.formBtnK{
	width: 100px;
		height: 40px;
		background: #848484;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnK:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}

.formBtnR{
	width: 100px;
		height: 30px;
		background: #848484;
		color: #ffffff;
		font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnR:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}

.formBtnJ{
	width: 100px;
		height: 37px;
		background: #ED7D31;
		color: #ffffff;
		font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-left: 10px;
}

.formBtnJ:hover{
	color: #fff;
	background:rgba(237,125,49,.7);
}

.formBtnJ2{
	width: 100px;
		height: 37px;
		background: #ED7D31;
		color: #ffffff;
		font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.formBtnJ2:hover{
	color: #fff;
	background:rgba(237,125,49,.7);
}

.formBtnL{
	width: 150px;
		height: 40px;
		background: #C44744;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;

	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnL:hover{
	color: #fff;
	background:rgba(196,71,68,.7);
}

.formBtn1{
	width: 150px;
		height: 40px;
		background: #005e91;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn1:hover{
	color: #fff;
	background:rgba(0,94,145,.7);
}


.formBtn2{
	width:150px;
	height:40px;
	background: #4d4d4d;
	color:#fff;
	font-size:18px;
	border:none;
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn2:hover{
	background:rgba(77,77,77,.3);
	color: #000;
}

.formBtn3{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#ed1c24; 
	font-weight:bold;
	margin-left:20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn3:hover{
	background: rgba(237,28,36, .8);
}

.formBtnP{
	width:90%;
	height:40px;
	background: #4d4d4d;
	color:#fff;
	font-size:18px;
	border:none;
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnP:hover{
	background:rgba(77,77,77,.3);
	color: #000;
}

.btn_erea{
	display: flex;
	justify-content: flex-end;
}

.btn_area{
	margin: auto 0 0;
	text-align: center;
}

.detl{
	width:50px;
	height:30px;
	color:#fff;
	font-size:16px;
	background:#70AD47; 
	border-radius: 5px;
}

.detl:hover{
	background: rgba(112,173,71, .8);
}

.detl2{
	width:100px;
	height:30px;
	color:#fff;
	font-size:16px;
	background:#70AD47; 
	border-radius: 5px;
}

.detl2:hover{
	background: rgba(112,173,71, .8);
}

.detl3{
	width:50px;
	height:30px;
	color:#fff;
	font-size:16px;
	background:#005e91; 
	border-radius: 5px;
	font-weight: bold;
}

.detl3:hover{
	background: rgba(0,94,145, .8);
}

.n_comp::before{
	content: '\672A\5BFE\5FDC';
	color:#fff;
	font-size:16px;
	background:#f5b300; 
	border-radius: 5px;
	padding: 3px 14px;
}

.sumi_comp::before{
	content: '\5BFE\5FDC\6E08';
	color:#fff;
	font-size:16px;
	background:#4d4d4d; 
	border-radius: 5px;
	padding: 3px 14px;
}

.cancel::before{
	content: '\30AD\30E3\30F3\30BB\30EB';
	color:#fff;
	font-size:14px;
	background:#FF3333; 
	border-radius: 5px;
	padding: 5px 3px 4px;
}

.status{
	display: flex;
	justify-content: space-between;
}

.stts_btn{
	display: none;
}

.status label{
	background: #b3b3b3;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 2px 0 0;
	cursor: pointer;
}

.stts_btn:checked + label {
	background: #f5b300;
}

.stts_on{
	background: #f5b300;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 4px 0 2px;
}

.stts_off{
	background: #b3b3b3;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 4px 0 2px;
}


.mt20{
	margin-top: 20px;
}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.list{
	height: 800px;
	overflow: auto;
	margin-top: 20px;
}

.list2{
	height: 800px;
	overflow: auto;
}

.smtb{
	overflow: auto;
}



table.uptable {
	width: 100%;
	border-collapse: collapse;
	border:none;
	margin : 8px  0 8px 0;
}

table.uptable td {
	border-collapse: collapse;
	border:none;
	margin : 8px  0 8px 0;
}

.rad{
	margin-right: 20px;
}

.rad2{
	margin-right: 20px;
}

.rad3{
	margin-left: 20px;
}

.tb dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: #ccc 1px solid;
	margin:20px 0; 
}

.tb dl dt {
	display: flex;
		flex-direction: column;
		justify-content: center;
	background:#F7F7F7;
		width: 30%;
	padding: 10px;
	/*vertical-align:middle;*/
	border-bottom: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;	
}

.tb dl dt.prod {
	background:#e0e0e0;
		width: 100%;
	padding: 10px;
	/*vertical-align:middle;*/
	border-bottom: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;	
	text-align: center;
}

.tb dl dd {
		padding:10px;
	width: 70%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.tb dl dd.m{
	width: 100%;
}

.tb dl dd::after {
			content: '';
			display: block;
			clear: both;
		}

.tb dl dt:nth-last-child(2){
	border-bottom:none;
}

.tb dl dd:last-child{
	border-bottom: none;
}

.tb2 dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: #ccc 1px solid;
	margin:20px auto; 
	width: 50%;
}

.tb2 dl dt {
	display: flex;
		flex-direction: column;
		justify-content: center;
	background:#F7F7F7;
		width: 30%;
	padding: 10px;
	/*vertical-align:middle;*/
	border-bottom: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;	
	text-align: center;
}

.tb2 dl dd {
		padding:10px;
	width: 70%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.tb2 dl dd::after {
			content: '';
			display: block;
			clear: both;
		}

.tb2 dl dt:nth-last-child(2){
	border-bottom:none;
}

.tb2 dl dd:last-child{
	border-bottom: none;
}

.thumb img{
		max-width: 200px;
	max-height: 150px;
		margin: 10px 0;
}

.customer ul{
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.customer ul li{
	width: 32%;
	background: #fff7e2;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	border: #ccc 1px solid;
}

.customer ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}

.customer ul li a:hover{
	background: rgba(245,179,0,.2);
}

.customer ul li:first-child a::before{
	display: block;
		font-family: "Font Awesome 5 Free";
	content: '\f4ff';
		font-size: 40px;
	font-weight: 900;
	color: #848484;
}

.customer ul li:nth-child(2) a::before{
	display: block;
		font-family: "Font Awesome 5 Free";
	content: '\f466';
		font-size: 40px;
	font-weight: 900;
	color: #848484;
}

.customer ul li:nth-child(3) a::before{
	display: block;
		font-family: "Font Awesome 5 Free";
	content: '\f0d1';
		font-size: 40px;
	font-weight: 900;
	color: #848484;
}

.price::before{
	content: '\FFE5';
}

.price_total::before{
	content: '\5408\8A08\FF1A\FFE5';
	
}


/*車両*/
.pro_li table {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
}

.pro_li table tr {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .35em;
}

.pro_li table th{
	padding: 8px 5px 8px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.pro_li table td {
	padding: 8px 5px 8px 5px;
	border-right: 1px solid #ccc;
	text-align: left;
}

.pro_li table td:nth-child(1) { text-align: center; }
.pro_li table td:nth-child(2) { text-align: left; }
.pro_li table td:nth-child(3) { text-align: center; }

.pro_li table thead tr{
	background-color: #F7F7F7;
}

.pro_li table th:first-child{
	width: 40%;
}


.pro_li table th:last-child{
	width: 13%;
}

/*車両データ*/

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

.vehicle h2{
	margin-bottom: 0;
}

.vehicle p{
	text-align: center;
	font-size: 20px;
}

.c_name::before{
	content: '\8ECA\7A2E\FF1A';
}

.c_no::before{
	content: '\8ECA\4E21\FF1A';
}

.d_no::before{
	content: '\4F1D\7968\756A\53F7\FF1A';
}

	/*タブ*/
.tabs {
	background-color: #fff;
	width: 100%;
	margin: 30px auto 0;}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/2);
	height: 45px;
	border-bottom: 3px solid #005e91;
	background-color: #e6e6e6;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	margin: 0!important;
	font-weight: bold;
}
.tab_item:hover {
	background-color: #005e91;
	cursor: pointer;
	color: #fff;
}

.tab_item2 {
width: calc(100%/2);
	height: 45px;
	border-bottom: 3px solid #005e91;
	background-color: #e6e6e6;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	margin: 0!important;
}
.tab_item2:hover {
	background: #e45e32;
	cursor: pointer;
	color: #fff;
}

.tab_item3 {
	width: calc(100%/3);
	height: 45px;
	border-bottom: 3px solid #17184b;
	background-color: #e6e6e6;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	margin: 0!important;
	font-family: 'mgen';
}
.tab_item3:hover {
	background: #17184b;
	cursor: pointer;
	color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
input[name="tab_item2"] {
	display: none;
}
input[name="tab_item3"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 10px 5px 0;
	clear: both;
}


/*選択されているタブのコンテンツのみを表示*/
#movie:checked ~ #movie_content,
#pic:checked ~ #pic_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #005e91;
	color: #fff;
}

.tabs input:checked + .tab_item2 {
	background-color: #e45e32;
	color: #fff;
}

.tabs input:checked + .tab_item3 {
	background-color: #17184b;
	color: #fff;
}

/*アコーディオン*/

.wrap{
		width: 100%;
		padding: 10px 0;
}
h3.open{
		border-bottom: 1px dotted #005e91;
		cursor: pointer;
		margin: 0;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 8px 8px 5px;
	box-sizing: border-box;
	background: rgba(0,94,145,.1);
	font-weight: bold;
}
.open::after, 
.open.active::after {
		margin-left: auto;
	color: #005e91;
}
.open.active::after {
		font-family: "Font Awesome 5 Free";
		content: '\f139';
		font-weight: 900;
}
.open::after {
		font-family: "Font Awesome 5 Free";
		content: '\f13a';
		font-weight: 900;
}

.m_add a{
		display: block;
		padding: 5px;
		width: 150px;
		color: #005e91;
		text-decoration: none;
		border-radius: 5px;
		text-align: center;
		margin: 0 0 5px auto;
		box-sizing: border-box;
	background: #fff;
	font-weight: bold;
	border: 1px solid #005e91;
}

.m_add a::before{
	font-family: "Font Awesome 5 Free";
		content: '\f03d';
		font-weight: 900;
	margin-right: 5px;
}

.p_add a{
		display: block;
		padding: 5px;
		width: 150px;
		color: #005e91;
		text-decoration: none;
		border-radius: 5px;
		text-align: center;
		margin: 0 0 5px auto;
		box-sizing: border-box;
	background: #fff;
	font-weight: bold;
	border: 1px solid #005e91;
}

.p_add a::before{
	font-family: "Font Awesome 5 Free";
		content: '\f030';
		font-weight: 900;
	margin-right: 5px;
}

.m_add a:hover{
	background: #005e91;
	color: #fff;
}

.openA{
	padding: 15px 10px;
}

.open_con{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 15px;
}

.open_con:first-child{
	padding-top: 0;
}

.open_con:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.open_con2{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 15px;
}

.open_con2:first-child{
	padding-top: 0;
}

.open_con2:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.o_dtl{
	display: flex;
	justify-content: space-between;
	width: 80%;
}

.o_pic{
	width: 35%;
}

.o_pic img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}

.open_con2 .o_pic{
	width: 35%;
}

.open_con2 .o_pic img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}

.open_con2 .o_pic a:not(:last-of-type) img{
	margin-bottom: 10px!important;
}

.o_cmt{
	width: 63%;
	white-space: pre-wrap;
}

.o_btn{
	width: 15%;
	display: flex;
}

.o_btn a{
		display: block;
		padding: 5px;
		width: 150px;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		text-align: center;
		margin: auto 0 auto auto;
		box-sizing: border-box;
	background: #005e91;
	font-weight: bold;
}

.o_btn a:hover{
	background: #fff;
	color: #005e91;
	border: 1px solid #005e91;
}

.open_con2 .o_btn{
	width: 15%;
	display: flex;
}

.open_con2 .o_btn a{
		display: block;
		padding: 5px;
		width: 150px;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		text-align: center;
		margin: 0 0 auto auto;
		box-sizing: border-box;
	background: #005e91;
	font-weight: bold;
}

.open_con2 .o_btn a:hover{
	background: #fff;
	color: #005e91;
	border: 1px solid #005e91;
}


/*登録画面*/

.m_thumb{
	width: 50%;
	margin: auto;
}

.m_thumb img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}

.tb dl dd.m ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.tb dl dd.m ul li{
	width: 49%;
	margin-bottom: 10px;
}

.tb dl dd.m ul li:only-child{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}


.tb dl dd.m ul li img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}

.err_msg{
	font-size: 12px;
}
/*再生情報*/

.c_info{
	display: flex;
	justify-content: space-between;
	word-break: break-all;
	margin-bottom: 100px;
}

.c_dtl{
	width: 49%;
}

.c_dtl .tb dl{
	margin: 0;
}

.c_comt{
	width: 49%;
	border: #ccc 1px solid;
	padding: 10px;
	box-sizing: border-box;
	white-space: pre-wrap;
}

.d_thumb{
	width: 50%;
	margin:30px auto 0;
}

.d_thumb img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}


.d_thumb2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}


.d_thumb2 ul li{
	width: 49%;
	margin-bottom: 10px;
}

.d_thumb2 ul li:only-child{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}


.d_thumb2 ul li img{
	width: 100%;
	aspect-ratio: 16 / 9;
		object-fit: cover;
}

.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 240px;
	height:135px;
}


.youtube::before {
	position: absolute;
	content: "Click to Play";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 130px;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}


/*================================================
 *  タブレット向けデザイン
================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1024px) {

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
.inner {
	width:100%;
}
	
.inner2 {
	width:100%;
}

#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

footer {
	width:100%;
}
	
header {
	width: 98%;
}
	
h1{
		width: 310px;
		margin-top: 12px;
	}
	
h1 img{
	width: 100%;
}
	
h2 {
		margin-top: 20px;
		font-size: 36px; 
		
}
	
h3.sh {
	margin: 0 10px 15px ;
	padding-left: 0;
}
	
.p_none{
	display: block;
}	

.pa_none{
	display: none;
}
	
.contents {
	box-sizing:border-box;
	width:100%;
	margin-top: 80px;
}
	
.contents2 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contents3 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
.contents3_t {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

	
.contents5,.contents7 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contentsM{
	margin: 30px auto 0;
	width: 90%;
}
	
.threeCol2 {
		margin-bottom:30px;
	}

	.threeColInner,.threeCol2Inner {
		margin-right: 0%;
	}
	.threeColInner div,.threeCol2Inner div {
		float:left;
		width:32%;
		margin-right: 2%;
	}
	
	.photoText3_2 dl{
	width: 100%;
	height: 400px;
}

.photoText3_1 a,.photoText3_3 a{
	text-decoration:underline;
	color: #f5b300;
}

	
	.photoText3_2 h6{
	
	font-size: 18px;
}
	
	.threeColInner,.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	
.threeCol3Inner div {

		width:32%;
	height: 300px;
	margin-right: 2%;
	}
	
.threeCol3Inner img {
	display: block;
	width: 100%;
	height: 170.52px;
}
	
.photoText3_1 .caption {
	display: none;
}
.photoText3_1 .mask {
	display: none;
}

.page{
	width:90%;
	box-sizing:border-box;
	height:30px;
}
	
.btnJ1 a  {
	width:150px;
	float:none;
	margin: 20px auto;
}

.btnJ2 a {
	width:150px;
	float:none;
	margin: 30px auto 10px;
}

.btnK,.btnK_s{
	width: 60%;
	text-align: center;
	margin: 10px 0 0 40%;
}
	
a.telhref {
		color: #000;
	text-decoration: none;
	}
	
.contact{
	width: 95%;
}
	
	
.contents_tel {
		width: 60%;
		text-align: center;
}



.f_btnH{
	width: 480px;
	float: none;
	text-align: center;

	margin: 30px auto 0;
}

.f_btnH1 a {
	
	margin-left: 20px;
}


.contents_pic li {
	display:block;
	float:left;
	background:#fff;
	margin:0 1% 0 0;
	width:24.25%;
		overflow: hidden;
	height: auto;
}

.contents_pic li:last-child{
	margin-right: 0;
}

.contents_pic li img {
	cursor:pointer;
	width:100%;
}

	
.foot_bnr {
	width:95%;
	margin: 0 auto;
	margin-top: 120px;

}

.foot_bnrL{
	float: left;
	width: 48%;
}
	
.foot_bnrL img{
	width: 100%;
}

.foot_bnrR{
	float: right;
	width: 48%;
}
	
.foot_bnrR img{
	width: 100%;
}


.footlogo {
	width:100%;
	background: #f7f7f7;
	height: auto;
	text-align: center;
	padding-top: 15px;
	margin-top: 100px;
	padding-bottom: 15px;
}

.foot_shop{
	width: 95%;
}

	.foot_shop p{
		font-size: 14px;
		
	}





input.infoInput {
		height: 25px;
		padding: 5px;
		border: #CCCCCC 1px solid;
		font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:96%;
}

.iziModal{
	max-width: 90%!important;
}
	
.iziModal .tb {
		width: 95%;
}
	
.iziModal table{
	width: 95%;
}

	
}

/*================================================
 *  スマートフォン向けデザイン
================================================*/
@media screen and (max-width:640px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
	.lock {
		overflow:hidden;
	}


	.p_none{
	display: block;
}
	

	
	.s_none{
		display: none;
	}
	
	h1{
		width: 150px;
		margin-top: 18px;
	}

	h1 img{
		width: 98%;
	}
	
	.h_info{
		width: 150px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.h_info img{
		width: 92%;
		margin-right: 38px;
		margin-top: 2px;
		
	}
	
	
	
	h1{
		text-align: left;
		margin-bottom: 0;
		margin-top: 6px;
		margin-left: 0;
	}
	

	
.inner {
	width:100%;
}
	
	.contents {
		box-sizing:border-box;
		width:100%;
		margin-top: 20px;
		
	}
	
.contentsT {
		margin-top: 0;
}	
	
.contents2,.contents3 {
	box-sizing:border-box;
	width:100%;
	
}

	
	h2 {
	margin-top: 50px;
		font-size: 28px;
}
	
	h2.mtn {
	margin-top:0px;
		
}
	


	
	h2.none {
	font-size:26px;
	color:#000;
	text-align: center;
	font-family: 'genmin';
		margin-top: 0px;
}
	



.contact{
	width: 98%;
}

.f_info{
	float: none;
	width: 98%;
	font-family: 'genmin';
	height: 110px;
}

.f_toi{
	font-size: 16px;
}

.f_phone{
	font-size: 30px;
}

.f_time{
	font-size: 16px;
}

.f_btnH{
	width: 92%;
	float: none;
	text-align: center;

}

.f_btnH1 a {
	width:150px;
	padding: 3px 0 5px 0;
	margin-left: 0;
	margin-right:0; 
}




	
.fr_btnH{
	width: 340px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;

}

.fr_btnH1 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'genmin';
	font-size:18px;
	float:left;
	background: #f79f9f;
	padding: 10px 0 10px 0;
	margin: 0 20px 20px auto;
}
.fr_btnH1 a:hover {
	background:rgba(247,159,159,.7);
	color: #FFF;
}

.fr_btnH2 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'genmin';
	font-size:18px;
	float:left;
	background: #29abe2;
	padding: 10px 0 10px 0;
	margin: 0 auto 15px auto;
}
.fr_btnH2 a:hover {
	background:rgba(41,171,226,.7);
	color: #fff;
}
	
.foot_bnr {
	width:90%;
	margin: 0 auto;
	margin-top: 70px;
	height: auto;
}

.foot_bnr ul li {
	float:left;
	margin-right:3%;
	margin-bottom: 15px;
	
}

.foot_bnr ul li:nth-child(even){
	margin-right:0;	
	float: none;
}


.footlogo {
	width:100%;
	background: #f7f7f7;
	height: auto;
	text-align: center;
	margin-top: 100px;

}
	
.f_logo{
		width: 80%;
	}

.foot_shop{
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 5px;

}

	
	
.footlogoL {
		float: none;
		margin-right: 0;
}
	
.footlogoC {
		float: none;
}
	
.footlogoR {
		float: none;
		margin-left: 0;
		margin-top: 30px;
	margin-bottom: 30px;
}
	

	
.foot_bnrL img{
	width: 100%;
}


	
.foot_bnrR img{
	width: 100%;
}

.foot_bnr {
	width:95%;

	margin: 100px auto 0;
	height: auto;

}

.foot_bnrL{
	float: none;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.foot_bnrR{
	float: none;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}


/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}*/


.copyright {
	clear:both;
	height: 25px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background:#feb957;
	padding-top: 6px;
}


input.infoInput {
		height: 25px;
		margin: 0 0 0 0;
		padding: 5px;
		border: #CCCCCC 1px solid;
		font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.infosize3{
	width:96%;
	margin-bottom: 10px!important;
}
	
.infosize4{
	width:50%;
}


.smtb{
	overflow: auto;
}

.menu3{
	font-size: 18px;
	width: 95%;
}
	
.customer ul{
	display: block;
}

.customer ul li{
	width: 100%;
	margin-bottom: 30px;
}
	
.rad2{
	margin-right: 0px;
	display: block;
	margin-bottom: 10px;
}

.rad3{
	margin-left: 0;
	display: block;
	margin-top: 10px;
}
	
	
/*車両データ*/
	
	.open_con{
		flex-direction: column;
	}
	
	.open_con2{
		flex-direction: column;
	}
	
	.o_dtl{
		flex-direction: column;
		width: 100%;
	}
	
	.o_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.open_con2 .o_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.o_cmt{
		width: 100%;
		margin-bottom: 20px;
		white-space: pre-wrap;
	}
	
	.o_btn{
		width: 100%;
	}
	
	.o_btn a{
		margin: auto;
	}
	.open_con2 .o_btn{
		width: 100%;
	}
	
	.open_con2 .o_btn a{
		margin: auto;
	}

.iziModal {
	max-width: 90%!important;	
}
	
.iziModal table {
		border: 0;
		width:100%
	}
.iziModal table th{
		background-color: #eee;
		display: block;
		border-right: none;
	font-weight: bold;
	}
.iziModal table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
.iziModal table tr {
		display: block;
		margin-bottom: .625em;
	}
	
.iziModal table td {
		border-bottom: 1px solid #bbb;
		display: block;
		text-align: right;
		position: relative;
		border-right: none;
	}
	
.iziModal table td::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
	}
	
.iziModal table td:last-child {
		border-bottom: 0;
	}	

.iziModal .tb {
		width: 100%;
}
	
/*登録画面*/	
.tb dl {
	display: block;
	margin: 20px auto 0;
}

.tb dl dt {
	float: none;
	width: 100%;
	border-bottom: none;
}
	
.tb dl dd {
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
	width: 100%;
	border-bottom: none;
}
	
	.tb dl dd.m{
		border-top: #ccc 1px solid;
		margin-bottom: 0;
	}


.tb{
	width:100%;
}
	
.tb2 dl {
	display: block;
	margin: 20px auto 0;
	width:100%;
}

.tb2 dl dt {
	float: none;
	width: 100%;
	border-bottom: none;
	text-align: left;
}
	
.tb2 dl dd {
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
	width: 100%;
	border-bottom: none;
}
	
	.tb dl dd.m ul li{
	width: 100%;
	margin-bottom: 10px;
}

	.m_thumb {
		width: 100%;
		margin: auto;
}
	
	.pro_li table {
		border: 0;
		width:100%;
}
	
.pro_li table th{
		background-color: #eee;
		display: block;
		border-right: none;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}
	
.pro_li table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
}
	
.pro_li table tr {
		display: block;
		margin-bottom: .625em;
	}
	
.pro_li table td {
		border-bottom: 1px solid #bbb;
		display: block;
		text-align: right;
		position: relative;
		border-right: none;
}
.pro_li table td:nth-child(1) { text-align: right; }
.pro_li table td:nth-child(2) { text-align: right; }

.pro_li table td::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
	}
	
.pro_li table td:last-child {
		border-bottom: 0;
	text-align: left;
	}

.detl3 {
		width: 100%;
		height: 40px;

}
	
	/*再生*/
	.c_info{
		flex-direction: column;
	}
	
	.c_dtl{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.c_comt{
		width: 100%;
		white-space: pre-wrap;
	}
	
	.d_thumb{
		width: 100%;
	}
	
	.d_thumb2 ul li{
		width: 100%;
	}
}