@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.bl {
	font-weight: bold;
}
.lrg {
	font-size: 18px;
}
.sml {
	font-size: 90%;
}
.org {
	color: #ff6600;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:100%;
	min-height:568px;
	background-image:url(/img/ipu_japan/mainImg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#header img{
	/*
    position:absolute;
    left:50%;
    width:1280px;
    */
    height:568px;
    /*margin-left:-640px;*/
}

#slogan{
	position: absolute;
    top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	/*font-weight:normal;*/
}

#slogan h2{
	font-size: 20px;
	/*font-weight:normal;*/
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	/*font-family: 'Josefin Sans', 'Noto Sans JP',serif;*/
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	/*font-weight:normal;*/
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/
.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h3{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

h2.ttl_h2 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
	margin: 20px 0 10px 0;
}

h2.ttl_h2::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #2589d0;
    content: '';
}


/* SEC04
------------------------------------------------------------*/
#sec04{
	background-size: cover;
	-webkit-background-size: cover;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;

	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#wrapper{
		overflow:hidden;
	}

	#header{
		min-height: 300px;
	}

	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}
.line {background: -webkit-linear-gradient(transparent 60%, #ffc926 60%); background: -o-linear-gradient(transparent 60%, #ffc926 60%); background: linear-gradient(transparent 60%, #ffc926 60%);}
[class*=mod-tbl]{
width:100%;
margin:0 auto 1em;
border-collapse:collapse;
border:0;

}
[class*=mod-tbl] td,[class*=mod-tbl] th{
font-weight:100;
padding:.5em;
text-align:center;
vertical-align:middle;
border:solid #fff;
border-width:0 0 2px;

}
[class*=mod-tbl] td:first-child,[class*=mod-tbl] th:first-child{
border-radius:.25em 0 0 .25em;

}
[class*=mod-tbl] td:last-child,[class*=mod-tbl] th:last-child{
border-radius:0 .25em .25em 0;

}
[class*=mod-tbl] thead th{
color:#fff;
background:#7b6c05;

}
[class*=mod-tbl] thead th:nth-child(2){
background:#948206;

}
[class*=mod-tbl] thead th:nth-child(3){
background:#ac9707;

}
[class*=mod-tbl] thead th:nth-child(4){
background:#c5ad08;

}
[class*=mod-tbl] thead th:nth-child(5){
background:#ddc209;

}
[class*=mod-tbl] tbody tr th{
background:#c7c091;

}
[class*=mod-tbl] tbody tr td{
background:#edead9;

}
[class*=mod-tbl] tbody tr:nth-child(even) th,[class*=mod-tbl].mod-tbl-timetable tbody tr:nth-child(even) th{
background:#b0b06f;

}
[class*=mod-tbl] tbody tr:nth-child(even) td,[class*=mod-tbl].mod-tbl-timetable tbody tr:nth-child(even) td{
background:#eae5c4;

}
[class*=mod-tbl].mod-tbl-timetable{
max-width:768px;

}
[class*=mod-tbl].mod-tbl-timetable .sub{
font-weight:700;

}
[class*=mod-tbl].mod-tbl-timetable tbody th{
color:#fff;

}
[class*=mod-tbl].mod-tbl-timetable tbody tr th{
background:#c7c091;

}
[class*=mod-tbl].mod-tbl-timetable tbody tr td{
background:#edead9;

}
[class*=mod-tbl] [class*=btn-link]{
font-size:1em;
margin:0;

}
[class*=mod-tbl] .notes{
font-size:.913em;
display:inline-block;

}
/*吹き出し*/
.fukidashi{margin-top: 16px;}
.fukidashi .tit{text-align: left;font-weight: bold; background: url(/img/bg-fukidashi.png) no-repeat left;background-size: contain;padding: 20px 0 15px 100px;position: relative;bottom: -15px;margin: 0px;background-position: left 30px center;border: none;}
.fukidashi .inner{margin-top: 0;background: #f3f5f7;padding: 30px 0px 24px 10px; border-radius: 10px;}
.box {margin:1em auto; padding:1em; background:#f6f4e8;}
ol.list {counter-reset:number; list-style-type: none!important; padding:0.5em;}
ol.list li {position: relative; padding-left: 30px; line-height: 1.5em; padding: 0.5em 0.5em 0.5em 30px;}
ol.list li:before {position: absolute; counter-increment: number; content: counter(number); display:inline-block; background: #0aa0e7; color: white; font-family: 'Avenir','Arial Black','Arial',sans-serif; font-weight:bold; font-size: 13px; border-radius: 50%; left: 0; width: 25px; height: 25px; line-height: 25px; text-align: center; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

h4 {font-size: 1.2em; font-weight: 100; margin-bottom: 25px; position: relative; padding: 1.2em; background: #e0edff;}
h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0;}
h4.ttl_h4 {font-size: 1.2em; font-weight: bold; margin: 50px 0 25px 0; position: relative; padding: 1.2em; background: #e0edff;}
h4.ttl_h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0;}
.ribbon1 {display: block; position: relative; margin: 15px auto; padding: 10px 20px; width: 100%; background: #f1f1f1; box-sizing: border-box;}
.ribbon1 .star {display: inline-block; position: absolute; top: 0; left: 10px; margin: 0; padding: 10px 0; z-index: 2; width: 40px; text-align: center; font-size: 17px; color: white; background: #F58E7E;}
.ribbon1 .star:after {content: ''; position: absolute; left: 0; top: 100%; height: 0; width: 0; border-left: 20px solid #F58E7E; border-right: 20px solid #F58E7E; border-bottom: 10px solid transparent;}
.ribbon2 {display: block; position: relative; margin: 15px auto; padding: 10px 20px; width: 100%; background: #f1f1f1; box-sizing: border-box;}
.ribbon2 .star {display: inline-block; position: absolute; top: 0; left: 10px; margin: 0; padding: 10px 0; z-index: 2; width: 40px; text-align: center; font-size: 17px; color: white; background: #8DCF3F;}
.ribbon2 .star:after {content: ''; position: absolute; left: 0; top: 100%; height: 0; width: 0; border-left: 20px solid #8DCF3F; border-right: 20px solid #8DCF3F; border-bottom: 10px solid transparent;}
.ribbon3 {display: block; position: relative; margin: 15px auto; padding: 10px 20px; width: 100%; background: #f1f1f1; box-sizing: border-box;}
.ribbon3 .star {display: inline-block; position: absolute; top: 0; left: 10px; margin: 0; padding: 10px 0; z-index: 2; width: 40px; text-align: center; font-size: 17px; color: white; background: #FDC44F;}
.ribbon3 .star:after {content: ''; position: absolute; left: 0; top: 100%; height: 0; width: 0; border-left: 20px solid #FDC44F; border-right: 20px solid #FDC44F; border-bottom: 10px solid transparent;}
.ribbon1, .ribbon2, .ribbon3 p {text-align:right;}
.mod-qa{
/*font-family:'Noto Sans JP',sans-serif;
font-size:1.143em;*/
margin:10px 0;

}
.mod-qa dd,.mod-qa dt{
position:relative;
margin-bottom:1em;
padding-top:.4em;
padding-bottom:.4em;
padding-left:3.125em;

}
.mod-qa dd:before,.mod-qa dt:before{
/*font-size:1.375em;*/
line-height:1.727;
position:absolute;
top:0;
left:0;
width:1.727em;
height:1.727em;
text-align:center;
color:#fff;
border-radius:100px;

}
.mod-qa dt:before{
background:#fa436e;
content:'Ｑ';

}
.mod-qa dd:before{
content:'A';
background:#6accf0;

}
u {
    text-decoration: none;
    border-bottom: 1px #000000 dotted;
}
.acordion , .acordion :after, .acordion *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
.acordion {border-top: 1px solid #d8d8d8;}
.acordion .acordion_actab {position: relative; overflow: hidden; width: 100%; margin-bottom: 1px; color: #1b2538;}
.acordion .acordion_actab input {position: absolute; opacity: 0;}
.acordion .acordion_actab label {font-weight: bold; line-height: 1.6; position: relative; display: block; margin: 0 0 0 0; padding: 1em 2em 1em 1em; cursor: pointer; border-bottom: 1px solid #d8d8d8; color: #11a0e5;}
.acordion .acordion_actab label:hover {color: #11a0e5;}
.acordion .acordion_actab .acordion_actab-content {overflow: hidden; max-height: 0; -webkit-transition: max-height 0.5s ease; transition: max-height 0.5s ease; background: #f6f4e8;}
.acordion .acordion_actab .acordion_actab-content p {margin: 1em;}
.acordion .acordion_actab input:checked ~ label {color: #11a0e5;}
.acordion .acordion_actab input:checked ~ .acordion_actab-content {max-height: 40em;}
.acordion .acordion_actab label::after {position: absolute; top: 50%; right: 0; display: block; width: 3em; margin-top: -12.5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; text-align: center;}
.acordion .acordion_actab input[type=checkbox] + label::after {content: '\25BC';}
.acordion .acordion_actab input[type=checkbox]:checked + label::after {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}
.acordion_2 , .acordion_2 :after, .acordion_2 *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
.acordion_2 {border-top: 1px solid #d8d8d8;}
.acordion_2 .acordion_2_actab {position: relative; overflow: hidden; width: 100%; margin-bottom: 1px; color: #1b2538;}
.acordion_2 .acordion_2_actab input {position: absolute; opacity: 0;}
.acordion_2 .acordion_2_actab label {font-weight: bold; line-height: 1.6; position: relative; display: block; margin: 0 0 0 0; padding: 1em 2em 1em 1em; cursor: pointer; border-bottom: 1px solid #d8d8d8; color: #11a0e5;}
.acordion_2 .acordion_2_actab label:hover {color: #11a0e5;}
.acordion_2 .acordion_2_actab .acordion_2_actab-content {overflow: hidden; max-height: 0; -webkit-transition: max-height 0.5s ease; transition: max-height 0.5s ease; background: #f6f4e8;}
.acordion_2 .acordion_2_actab .acordion_2_actab-content p {margin: 1em;}
.acordion_2 .acordion_2_actab input:checked ~ label {color: #11a0e5;}
.acordion_2 .acordion_2_actab input:checked ~ .acordion_2_actab-content {max-height: 40em;}
.acordion_2 .acordion_2_actab label::after {position: absolute; top: 50%; right: 0; display: block; width: 3em; margin-top: -12.5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; text-align: center;}
.acordion_2 .acordion_2_actab input[type=checkbox] + label::after {content: '\25BC';}
.acordion_2 .acordion_2_actab input[type=checkbox]:checked + label::after {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}
.acordion_3 , .acordion_3 :after, .acordion_3 *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
.acordion_3 {border-top: 1px solid #d8d8d8;}
.acordion_3 .acordion_3_actab {position: relative; overflow: hidden; width: 100%; margin-bottom: 1px; color: #1b2538;}
.acordion_3 .acordion_3_actab input {position: absolute; opacity: 0;}
.acordion_3 .acordion_3_actab label {font-weight: bold; line-height: 1.6; position: relative; display: block; margin: 0 0 0 0; padding: 1em 2em 1em 1em; cursor: pointer; border-bottom: 1px solid #d8d8d8; color: #11a0e5;}
.acordion_3 .acordion_3_actab label:hover {color: #11a0e5;}
.acordion_3 .acordion_3_actab .acordion_3_actab-content {overflow: hidden; max-height: 0; -webkit-transition: max-height 0.5s ease; transition: max-height 0.5s ease; background: #f6f4e8;}
.acordion_3 .acordion_3_actab .acordion_3_actab-content p {margin: 1em;}
.acordion_3 .acordion_3_actab input:checked ~ label {color: #11a0e5;}
.acordion_3 .acordion_3_actab input:checked ~ .acordion_3_actab-content {max-height: 40em;}
.acordion_3 .acordion_3_actab label::after {position: absolute; top: 50%; right: 0; display: block; width: 3em; margin-top: -12.5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; text-align: center;}
.acordion_3 .acordion_3_actab input[type=checkbox] + label::after {content: '\25BC';}
.acordion_3 .acordion_3_actab input[type=checkbox]:checked + label::after {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}

.order-accordion_carmt {display:block; text-align:center; margin:20px; 0;}
.order-accordion_carmt button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_carmt button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_carmt button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_carmt button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_carmt button .txt:before {content:'普通車MT 申込みをする';}

.order-accordion_carat {display:block; text-align:center; margin:20px; 0;}
.order-accordion_carat button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_carat button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_carat button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_carat button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_carat button .txt:before {content:'普通車AT 申込みをする';}

.order-accordion_bikemt {display:block; text-align:center; margin:20px; 0;}
.order-accordion_bikemt button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_bikemt button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_bikemt button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_bikemt button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_bikemt button .txt:before {content:'普通二輪MT 申込みをする';}

.order-accordion_bikeat {display:block; text-align:center; margin:20px; 0;}
.order-accordion_bikeat button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_bikeat button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_bikeat button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_bikeat button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_bikeat button .txt:before {content:'普通二輪AT 申込みをする';}

.order-accordion_obikemt {display:block; text-align:center; margin:20px; 0;}
.order-accordion_obikemt button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_obikemt button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_obikemt button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_obikemt button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_obikemt button .txt:before {content:'大型二輪MT 申込みをする';}

.order-accordion_obikeat {display:block; text-align:center; margin:20px; 0;}
.order-accordion_obikeat button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_obikeat button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_obikeat button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_obikeat button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_obikeat button .txt:before {content:'大型二輪AT 申込みをする';}

.order-accordion_sbikemt {display:block; text-align:center; margin:20px; 0;}
.order-accordion_sbikemt button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_sbikemt button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_sbikemt button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_sbikemt button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_sbikemt button .txt:before {content:'小型二輪MT 申込みをする';}

.order-accordion_sbikeat {display:block; text-align:center; margin:20px; 0;}
.order-accordion_sbikeat button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-accordion_sbikeat button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#FA436E; padding:.3em 3.5em; border-radius:10em;}
.order-accordion_sbikeat button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-accordion_sbikeat button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}
.order-accordion_sbikeat button .txt:before {content:'小型二輪AT 申込みをする';}


#photo{
	padding: 0 !important;
}

#photo header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}
.feeMain{
	font-size: 1.429em;
}
.h30 {margin:30px 0;}
.cnt {text-align: center;}
.fRed {color: #f03838;}



.scroll-table {
  overflow: auto;
  white-space: nowrap;
  table {
    margin: 0;
    border: none;
  }
}

table {
  width: 100%;
}
tr:hover {
  background: #eee;
}
tr:not(:first-child) {
  th, td {
    border-top: solid 1px #ddd;
  }
}
th {
  text-align: left;
  background: #e5e5e5;
}
th, td {
  padding: 10px;
  border: solid 1px #ddd;
}
thead th {
  border-bottom: solid 2px #ccc;
}

.shokai {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-auto-rows: 1fr; grid-gap: 0.8em; padding:0; margin:0;}
.shokai > div {overflow: auto; min-width: 0; padding:0;}

.H40 {
	font-size: 1.5em;
	font-weight: 100;
	padding: 1.2em;
	letter-spacing: .05em;
	border-radius: .25em;
	color: #fff;
	background: #11A0E5;
	margin-bottom: 20px;
}

.main {
	margin-bottom: 20px;
}

.telephone .link-telephone{
font-weight:900;
line-height:1;
display:grid;
margin-bottom:0;
white-space:nowrap;

}
.telephone .link-telephone a{
position:relative;
padding-left:1em;

}
.telephone .link-telephone a .ico{
font-size:.775em;
position:absolute;
top:.15em;
left:0;
width:1em;
height:1em;
border-radius:1em;
background-color:#00a0e9;

}
.telephone .link-telephone a .ico svg{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:.6em;
margin:auto;
fill:#fff;

}
.telephone .link-telephone a .txt{
font-family:'Questrial','Century Gothic',CenturyGothic,AppleGothic,sans-serif;
display:inline-block;
overflow:hidden;
vertical-align:text-top;
color:#333;

}
.telephone .link-telephone a .txt .kerning{
letter-spacing:-.1em;

}


/*電話番号*/
.tel-block {
	text-align: center;
}

.tel-block .tel-info {
	font-weight: bold;
	color: #1a41a6;
}

.tel-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.tel-accordion span {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1;
	border: 0;
	font-size: 1.286em;
	width: 600px;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .8em 3.5em;
	border-radius: 10em;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.tel-accordion span {
		width: 50%;
		white-space: normal;
	}
}
