/*
Theme Name:さいき自動車教習所
Theme URI:
Version:1.0.0
Description:さいき自動車教習所
Author:ARCKLY
Author URI: http://arckly.com/
*/

@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{vertical-align:top;padding:0;text-align:left;font-weight:normal}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #088FDB;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -5px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 4px solid #088FDB;
  border-bottom: 2px solid #088FDB;
  content: '';
}

a:hover.link img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
	transition:all 0.5s;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}


/*===============================================
●フォント読み込み
===============================================*/
.font_mincho{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.mplus1p_r{
font-family: m-plus-1p, sans-serif;
font-weight: 400;
font-style: normal;
}
.mplus1p_b{
font-family: m-plus-1p, sans-serif;
font-weight: 700;
font-style: normal;
}
.mplus1p_b{
font-family: m-plus-1p, sans-serif;
font-weight: 700;
font-style: normal;
}
.oswald_m{
font-family: oswald, sans-serif;
font-weight: 500;
font-style: normal;
}
.lato_r{
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;
}
.lato_b{
font-family: lato, sans-serif;
font-weight: 700;
font-style: normal;
}
.ta_koube{
font-family: "ta-kobe", sans-serif;
font-weight: 400;
font-style: normal;
}


/* 共通CSS
------------------------------------------------------------*/
body{
	font-family: m-plus-1p,"メイリオ","游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック",  sans-serif;
	color: #333333;
	font-size: 17px;
	background-color:#fff;
	line-height: 1.7em;
	font-weight: 400;
}

body a{
	color:#333333;
	text-decoration:underline;
} 

body a:hover{
	opacity: 0.7;
	text-decoration:underline;
	transition:all 0.5s;
}


.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#F00;
}

.blue{
	color:#00F;
}

.bold{
	font-weight: 700;
}



/*===============================================
●フォーム系
===============================================*/
/*===============================================
●iOS submitリセット
===============================================*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
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;
}


/*フォーム系*/
.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:20px 50px;
	background-color:#FFC822;
	border:none;
	color:#333;
	text-align:center;
	margin:10px 0;
}
.contact_btn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_main{
	margin-bottom:10px;
}


.info_box5 input[type="text"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="text"].form_short{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
}
.info_box5 input[type="text"]#your-zip{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
}
.info_box5 input[type="text"].form_seinengappi1{
	width:80px;
	background-color: #fff;
	border: 1px solid #111;
	margin:0 10px;
}
.info_box5 input[type="text"].form_seinengappi2{
	width:50px;
	background-color: #fff;
	border: 1px solid #111;
	margin:0 10px;
}
.info_box5 input[type="email"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}


.info_box5 input[type="tel"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 input[type="url"]{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.info_box5 textarea{
	width:90%;
	background-color: #fff;
	border: 1px solid #111;
}

.zip_box input[type="text"]{
	width:100px;
	background-color: #fff;
	border: 1px solid #111;
}


.hissu{
	background-color:#B20000;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	margin-right:20px;
}

.nini{
	background-color:#888888;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	margin-right:20px;
}

.info_chui{
	color:#B20000;
	display: block;
}

/*===============================================
●ページャー
===============================================*/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#333;
background: #FFC822;
}
 
.pagination a:hover{
	color:#fff;
	background-color:#1286ff;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background-color:#1286ff;
	color:#FFF;
}

/*===============================================
●マージンボトム設定
===============================================*/

.mb0{
	margin-bottom:0px!important;
}
.mb5{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb25{
	margin-bottom:25px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb35{
	margin-bottom:35px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb45{
	margin-bottom:45px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb55{
	margin-bottom:55px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb65{
	margin-bottom:65px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb75{
	margin-bottom:75px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb85{
	margin-bottom:85px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb95{
	margin-bottom:95px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.mb150{
	margin-bottom:150px!important;
}
.mb200{
	margin-bottom:200px!important;
}


/*===============================================
●Googleマップ
===============================================*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*===============================================
●ページトップ
===============================================*/

#PageTopBtn{
  position: fixed;
  right: 0px;
  bottom: 80px;
  z-index:100;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#PageTopBtn:hover{
  bottom: 40px;
	transition:all 0.5s;
}

/*===============================================
●フォントサイズ・カラー設定
===============================================*/
.font_10px{
	font-size: 10px;
	line-height:1.7em;
}
.font_11px{
	font-size: 11px;
	line-height:1.7em;
}
.font_12px{
	font-size: 12px;
	line-height:1.7em;
}
.font_13px{
	font-size: 13px;
	line-height:1.7em;
}
.font_14px{
	font-size: 14px;
	line-height:1.7em;
}
.font_15px{
	font-size: 15px;
	line-height:1.7em;
}
.font_16px{
	font-size: 16px;
	line-height:1.7em;
}
.font_17px{
	font-size: 17px;
	line-height:1.7em;
}
.font_18px{
	font-size: 18px;
	line-height:1.7em;
}
.font_20px{
	font-size: 20px;
	line-height:1.7em;
}
.font_22px{
	font-size: 22px;
	line-height:1.7em;
}
.font_24px{
	font-size: 22px;
	line-height:1.7em;
}
.font_26px{
	font-size: 26px;
	line-height:1.7em;
}
.font_27px{
	font-size: 27px;
	line-height:1.7em;
}
.font_28px{
	font-size: 28px;
	line-height:1.7em;
}
.font_33px{
	font-size: 33px;
	line-height:1.7em;
}
.font_34px{
	font-size: 34px;
	line-height:1.7em;
}
.font_30px{
	font-size: 30px;
	line-height: 1.4em;
}
.font_32px{
	font-size: 32px;
	line-height:1.7em;
}
.font_36px{
	font-size: 36px;
	line-height:1.7em;
}
.font_38px{
	font-size: 38px;
	line-height:1.7em;
}
.font_40px{
	font-size: 40px;
	line-height:1.7em;
}
.font_42px{
	font-size: 42px;
	line-height:1.7em;
}
.font_48px{
	font-size: 48px;
	line-height:1.7em;
}
.font_50px{
	font-size: 50px;
	line-height:1.7em;
}
.font_52px{
	font-size: 52px;
	line-height:1.7em;
}
.font_56px{
	font-size: 56px;
	line-height:1.7em;
}
.font_58px{
	font-size: 58px;
	line-height:1.7em;
}
.font_64px{
	font-size: 64px;
	line-height:1.7em;
}
.color_wh{
	color: #FFF;
}
.color_k{
	color: #000;
}
.color_yellow{
	color: #FFC822;
}
.color_brown{
	color: #654a11;
}
.color_red{
	color: #E82B32;
}
.color_green{
	color: #1fab82;
}
.color_orange{
	color: #ee5820;
}
.color_blue{
	color: #1286ff;
}
.color_yellow{
	color: #ffd45f;
}
.font_shadow1{
text-shadow:1px 1px 0 #333,-1px 1px 0 #333,1px -1px 0 #333,-1px -1px 0 #333;
}
.font_italic{
	font-style: italic;
}

/*===============================================
●ボタン
===============================================*/

a.bt01{
	text-decoration: none;
	display: block;
	width: 310px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	background-color: #1286ff;
	border-radius: 37px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	border:1px solid #333;
}
a:hover.bt01{
	text-decoration: none;
}
a.bt01::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #fff;
}
a.bt01::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.bt01_r{
	margin-left: auto;
}
a.bt01_c{
	margin-left: auto;
	margin-right: auto;
}

/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px){

body{
	line-height:1.7em;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}

.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}

	.d_flex_pc{
		display: flex;
	}
	.flex_wrap_pc{
		flex-wrap: wrap;
	}
	.j_content_c_pc{
		justify-content: center;
	}
	.j_content_en_pc{
		justify-content: flex-end;
	}
	.j_content_sb_pc{
		justify-content: space-between;
	}
	.a_items_c_pc{
		align-items: center;
	}
	.a_items_en_pc{
		align-items: flex-end;
	}
	.f-direction_re_pc{
		flex-direction: row-reverse;
	}

a.link_disabled_pc{
	pointer-events: none;
}

/*wrap設定
------------------------------------------------------------*/

#wrapper{
/*
	min-width:1200px;
	margin-left:auto;
	margin-right:auto;
*/
}

.wrap{
	max-width:1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1100{
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1200{
	max-width:1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap1500{
	max-width:1540px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*フッター設定
------------------------------------------------------------*/
	
	
	.footer_copyright_area{
		padding: 20px 0;
		background-color: #1286ff;
	}
	.footer_copyright_wrap{
		text-align: center;
	}
	.footer_copyright_wrap small{
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}
	
	
	/* ホーム設定
------------------------------------------------------------*/
	
	.top_area1{
		max-width: 1450px;
		margin-left: auto;
		margin-right: auto;
		gap:0 30px;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area1 a{
		max-width: 460px;
	}
	.top_area2{
		background-image: url("images/top_bg01.png");
		background-repeat: no-repeat;
		background-size: 81.25% auto;
		background-position: right top 5vw;
	}
	.top_slider1 div{
		padding: 0 50px;
	}
	.top_area2_box2_over{
		width: 100%;
		background-image: url("images/top_bg02.png");
		background-repeat: repeat-y;
		background-size: 81.25% auto;
		background-position: right bottom;
		padding-bottom: 100px;
	}
	.top_area2_box2{
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%
	}
	.top_area2_box2_l{
		width: 40%;
	}
	.top_area2_box2_r{
		width: 50%;
	}
	.top_area2_box2_r_img{
		max-width: 478px;
	}
	.top_area2_box2_bt{
		gap:20px;
	}
	.top_area3{
		max-width: 1450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area3_box1{
		width: 31%;
	}
	.top_area4{
		background-image: url("images/top_bg03.png");
		background-repeat: no-repeat;
		background-size: 81.25% auto;
		background-position: left top;
		padding-top: 100px;
	}
	.top_area4_wrap{
		max-width: 1630px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area4_box1{
		max-width: 1450px;
		margin-left: auto;
	}
	.top_area4_box1_r{
		width: 40%;
	}
	.top_area4_box1_l{
		width: 50%;
	}
	.top_area4_box1_l_img{
		max-width: 659px;
	}
	.top_area4_box2_col{
		width: 23%;
	}
	.top_area5{
		padding: 100px 0;
		background-color: #eaf4ff;
	}
	.top_area5_wrap{
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area5_l{
		width: 183px;
	}
	.top_area5_r{
		width: calc(100% - 280px);
	}
	.top_area5_r ul li{
		display: flex;
		padding: 20px;
		border-bottom: 1px solid #999;
	}
	.top_news_tday{
		width: 150px;
	}
	.top_news_title{
		width: calc(100% - 150px);
	}
	.top_news_title a{
		text-decoration: none;
	}


/* 問い合わせ 設定
------------------------------------------------------------*/
	
.info_box5{
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}

.info_box5 div:nth-child(1){
	width:30%;
}
.info_box5 div:nth-child(2){
	width:70%;
}
/* 下層 設定
------------------------------------------------------------*/
	.lesson_title{
		width: 97px;
		margin-left: auto;
		margin-right: auto;
	}
	.lesson_area1{
		background-image: url("images/lesson_bg01.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: right top;
		padding: 200px 0;
	}
	.lesson_area2{
		background-image: url("images/lesson_bg02.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 200px 0;
		margin-top: -100px;
	}
	.lesson_area3{
		background-image: url("images/lesson_bg01.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: right top;
		padding: 200px 0;
		margin-top: -100px;
	}
	.lesson_area4{
		background-image: url("images/lesson_bg02.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 200px 0;
		margin-top: -100px;
	}
	.lesson_area_wrap1{
		max-width: 1550px;
		padding: 0 3%;
		margin-left: auto;
		margin-right: auto;
	}
	.lesson_area_wrap1_l{
		width: 35%;
	}
	.lesson_area_wrap1_r{
		width: 55%;
	}
	.lesson_area5{
		padding: 100px 3%;
		background-color: #f5f5f5;
	}
	.lesson_title2{
		width: 80px;
	}
	.lesson_area5_box1{
		gap:40px 20px;
	}
	.lesson_area5_col1{
		width: 190px;
	}
	.price_title{
		width: 80px;
	}
	.price_box1_l{
		width: 41.42%;
	}
	.price_box1_r{
		width: 52%;
	}
	.price_h2{
		border-left: 5px solid #333;
		padding-left: 40px;
		line-height: 1.4em;
	}
	.price_dl1{
		gap:10px;
	}
	.price_dl1 dt{
		width: 50%;
		padding: 15px 15px;
		border-bottom: 1px solid #1286ff;
	}
	.price_dl1 dd{
		width: 50%;
		padding: 15px 15px;
		border-bottom: 1px solid #ccc;
		text-align: right;
	}
	.price_dl_box1 .price_dl1:first-child dt{
		border-top: 1px solid #1286ff;
	}
	.price_dl_box1 .price_dl1:first-child dd{
		border-top: 1px solid #ccc;
	}
	.price_area2{
		padding: 100px 0;
		background-color: #eaf4ff;
	}
	.price_box2_l{
		width: 47%;
	}
	.price_box2_r{
		width: 47%;
	}
	.flow_title{
		width: 80px;
	}
	.flow_box1_l{
		width: 80px;
		background-image: url("images/flow_line.png");
		background-size: 1px auto;
		background-repeat: repeat-y;
		background-position: center top;
	}
	.flow_box1_r{
		width: calc(100% - 150px);
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
	.flow_box1_r2{
		padding-top: 30px;
	}
	.flow_box1_l2{
		padding-top: 30px;
	}
	.flow_box1_r3{
		padding-top: 30px;
		padding-bottom: 0;
		border: none;
	}
	.flow_dl_1 .price_dl1 dt{
		width: 35%;
	}
	.flow_dl_1 .price_dl1 dd{
		width: 65%;
		text-align: left;
	}
	.contact_title{
		width: 109px;
	}
	.contact_tel{
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.greeting_title{
		width: 121px;
	}
	.greeting_are1{
		width: 90%;
		margin-left: auto;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #333;
		border-right: none;
		border-radius: 14px 0 0 14px;
		gap:30px;
	}
	.greeting_are1_box1{
		height: 52px;
		line-height: 52px;
		background-color: #eaf4ff;
		border-radius: 26px;
		max-width: 772px;
		min-width: 500px;
		width: 45%;
	}
	.greeting_are1_box1_l{
		height: 52px;
		line-height: 52px;
		background-color: #1286ff;
		border-radius: 26px;
		width: 224px;
		margin-right: 40px;
	}
	.information_title{
		width: 185px;
	}
	.access_title{
		width: 178px;
	}
	.information_ggmap{
		padding-bottom: 400px;
	}
	.caretaxi_title{
		width: 140px;
	}
	.caretaxi_area1{
		background-image: url("images/caretaxi_bg01.png");
	}
	.caretaxi_area2{
		padding: 100px 0;
		background-color: #f5f5f5;
	}
	.caretaxi_area2_col{
		width: 23%;
	}
	.caretacxi_bnr{
		gap:0 2%;
	}
	.taxiprice_box1{
		gap:40px 1%;
	}
	.taxiprice_box1_l{
		width: 688px;
		background-color: #d1f0e7;
		border-radius: 16px;
		padding: 35px;
		box-sizing: border-box;
	}
	.taxiprice_dl1{
		border: 1px solid #19c392;
		height: 46px;
		border-radius: 23px;
		background-color: #fff;
	}
	.taxiprice_dl1 dt{
		font-weight: normal;
		background-color: #19c392;
		border-radius: 23px 0 0 23px;
		height: 46px;
		box-sizing: border-box;
		padding: 7px 5px 0 15px;
		width: 186px;
	}
	.taxiprice_dl1 dd{
		box-sizing: border-box;
		padding: 7px 5px 0 15px;
		width: calc(100% - 186px);
	}
	.taxiprice_box1_r{
		width: 688px;
		background-color: #c7e2fe;
		border-radius: 16px;
		padding: 35px;
		box-sizing: border-box;
	}
	.taxiprice_box1_r .taxiprice_dl1{
		border: 1px solid #1286ff;
	}
	.taxiprice_box1_r .taxiprice_dl1 dt{
		background-color: #1286ff;
	}
	.taxiprice_box2{
		border:1px solid #19c392;
		border-radius: 15px;
	}
	.taxiprice_box2_l{
		width: 370px;
		background-color: #19c392;
		border-radius: 15px 0 0 15px;
	}
	.taxiprice_box2_r{
		width: calc(100% - 370px);
		box-sizing: border-box;
		padding: 30px;
	}
	.taxiprice_box2_r ul li{
		background-image: url("images/ico_check1.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: left top 5px;
		padding-left: 30px;
	}
	.taxiprice_table{
		border:1px solid #19c392;
		border-radius: 15px;
	}
	.taxiprice_table table{
		width: 100%;
		border-radius: 15px;
	}
	.taxiprice_table table thead th{
		background-color: #d1f0e7;
		padding: 15px 0;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
	}
	.taxiprice_table table thead th:nth-child(1){
		width: 50%;
		border-right: 1px solid #19c392;
		border-radius: 15px 0 0 0;
	}
	.taxiprice_table table thead th:nth-child(2){
		width: 20%;
		border-right: 1px solid #19c392;
	}
	.taxiprice_table table thead th:nth-child(3){
		width: 30%;
		border-radius: 0 15px 0 0;
	}
	.taxiprice_table table tbody th{
		padding: 20px 20px;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
	}
	.taxiprice_table table tbody td{
		padding: 20px 20px;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
		border-left:1px solid #19c392;
	}
	.taxiprice_table table tbody tr:last-child th{
		border-bottom:none;
	}
	.taxiprice_table table tbody tr:last-child td{
		border-bottom:none;
	}
	.taxiprice_table table tbody td:nth-child(3){
		text-align: right;
	}
	.guide_title{
		width: 87px;
	}
	.guide_box1{
		max-width: 780px;
		padding: 0 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.guide_box1 .taxiprice_box2_l{
		width: 244px;
	}
	.guide_box1 .taxiprice_box2_r{
		width: calc(100% - 244px);
	}
	.guide_area2{
		background-color: #ddf5ee;
		padding: 100px 0;
	}
	.guide_box3_l{
		width: 45%;
	}
	.guide_box3_r{
		width: 45%;
	}
	.guide_h2_1{
		width: 100%;
		padding: 15px;
		background-color: #19c392;
		border-radius: 16px 16px 0 0;
	}
	.guide_box4{
		border: 1px solid #19c392;
		border-radius: 0 0 16px 16px;
		padding: 40px 50px;
	}
	.guide_box4 ul{
		gap:20px 17%;
	}
	.guide_box4 ul li{
		background-image: url("images/ico_check1.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: left top 8px;
		padding-left: 30px;
		min-width: 180px;
	}
	.faq_title{
		width: 106px;
	}
	.faq_dl{
		border: 1px solid #19c392;
		border-radius: 12px;
	}
	.faq_dl dt{
		border-radius: 12px 12px 0 0;
		background-color: #d1f0e7;
	}
	.faq_q{
		background-color: #19c392;
		width: 67px;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 12px 0 0 0;
	}
	.faq_dl dt h2{
		width: calc(100% - 67px);
		box-sizing: border-box;
		padding:10px 20px;
	}
	.faq_dl dd{
		background-image: url("images/ico_a.png");
		background-repeat: no-repeat;
		background-size: 25px auto;
		background-position: left 25px top 30px;
		padding: 30px 30px 30px 90px;
	}
	.news_title{
		width: 86px;
	}
	.news_box1{
		padding: 20px;
		border-bottom: 1px solid #AAA;
	}
	.news_box1_l{
		width: calc(100% - 200px);
	}
	.news_box1_r{
		width: 180px;
	}
	.news_box1_r img{
		width: 180px;
		height: 180px;
		object-fit: cover;
	}
	a.more_bt{
		text-decoration: none;
		width: 126px;
		height: 26px;
		background-color: #1286ff;
		border-radius: 13px;
		display: block;
		text-align: center;
		line-height: 26px;
	}
	a:hover.more_bt{
		text-decoration: none;
	}
	.news_detail_box{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.news_detail_btarea{
		padding-top: 50px;
		border-top: 1px solid #AAA;
	}
	.news_detail_btarea_c{
		width: 270px;
		order: 1;
	}
	.news_detail_btarea_r{
		order: 2;
	}
	.news_detail_btarea_bt a{
		display: block;
		text-decoration: none;
		border: 1px solid #222;
		width: 120px;
		height: 69px;
		line-height: 69px;
		text-align: center;
	}
	.news_detail_btarea_bt a:hover{
		text-decoration: none;
	}	
}

/*===============================================
●画面の横幅が1420px以上
===============================================*/
@media screen and (min-width:1420px){
	
/*ヘッダー設定
------------------------------------------------------------*/
	.main_header{
		padding-top: 30px;
		padding-bottom: 50px;
		background-color: #c7e2fe;
	}
	.main_header_inner{
		width: 95.3125%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 84px;
		border-radius: 42px;
		border: 1px solid #333;
		background-color: #fff;
	}
	.header_logo{
		width: 288px;
		margin-left: 15px;
	}
	.main_header_r{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: calc(100% - 350px);
	}
	a.header_tel{
		display: block;
		text-decoration: none;
		width: 300px;
		margin-left: 30px;
	}
	a:hover.header_tel{
		text-decoration: none;
	}
	.header_tel_pc_none{
		display: none;
	}
	a.header_contact{
		position: relative;
		background-color: #1286ff;
		height: 84px;
		width: 212px;
		border-radius: 0 42px 42px 0;
		box-sizing: border-box;
		padding: 0 20px;
		margin-left: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
	a:hover.header_contact{
		text-decoration: none;
	}
	.header_contact_welcom{
		width: 104px;
		position: absolute;
		top:-15px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.side_header_sp{
		display: none;
	}
	.main_nav{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#nav_wrap{
		width: 100%;
		padding: 0;
			margin: 0;
}
ul#menu{
	display: flex;
	justify-content:flex-end;
	gap:0 30px;
		padding: 0;
		margin-left: auto;
	margin-right: 0;
}

ul#menu li{
	position:relative;
	text-align: center;
	display: block;
	height: 30px;
	}
/*
ul#menu li:nth-child(2){
	width: 14.3%;
}
ul#menu li:nth-child(3){
	width: 15.9%;
}
ul#menu li:nth-child(4){
	width: 18.8%;
}
ul#menu li:nth-child(5){
	width: 16.8%;
}
ul#menu li:nth-child(6){
	width: 19.9%;
}
*/
ul#menu li a{
	text-decoration: none;
	box-sizing: border-box;
	height: 30px;
	width: 100%;
	opacity: 1;
	display: block;
	padding-top: 0px;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
}
	ul#menu li a span{
		font-size: 0.7em;
		line-height: 1em;
	}
ul#menu li a:hover{
	opacity: 1;
}
	
ul#menu li a:after{
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 content: '';
	 width: 100%;
	 height: 3px;
	 background-color:#333;
	 transform: scale(0, 1);
	 transform-origin: center top;
	 transition: transform .3s;
}
ul#menu li a:hover::after
{
 transform: scale(1, 1);
}
ul#menu ul{
	z-index:100;
	display:none;
	position:absolute;
	top:30px;
	left:50%;
	transform: translate(-50%, 0%);
}
	ul#menu ul li{
		height: 40px;
		border: none;
	}
ul#menu ul li a{
	display:block;
	text-decoration:none;
	padding:0px 5px;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #564B37;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
	background-color:#fff;
	text-align:center;
	width:180px;
 transform-origin: center top;
	transition: transform .3s;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.1em;
}
ul#menu ul li:last-child a{
/*border: none;*/
	}	
ul#menu ul li a::after{
	bottom: -1px;
	}
	
	.humnav{
		display: none;
	}
	
	.bottom_fix_bt{
		display: none;
	}
	

/*ホーム 設定
------------------------------------------------------------*/
	.top_mv{
		position: relative;
		border-bottom: 1px solid #333;
		background-color: #c7e2fe;
	}
	.top_mv img{
		width: 100%;
	}
	.top_mv_img1{
		width: 81.25%;
		margin-left: auto;
	}
	.top_mv_img2{
		width: 30.41%;
		position: absolute;
		top:1vw;
		left: 3%;
	}
	.top_mv_img3{
		width: 9.89%;
		position: absolute;
		top:-0.5vw;
		right: 3%;
	}
	.top_mv_img4{
		width: 20.31%;
		position: absolute;
		bottom:1vw;
		right: 2%;
	}
	.top_mv_txt{
		position: absolute;
		bottom: -1px;
		left: 0;
		background-color: #fff;
		border: 1px solid #333;
		border-left: none;
		border-bottom: none;
		border-radius: 0 17px 0px 0;
		padding: 30px 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap:0 10px;
	}
	.top_mv_txt1{
		background-color: #1286ff;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 1vw;
	}
	.top_mv_txt2{
		font-size: 1.2vw;
	}
	.top_mv_txt3{
		font-size: 0.9vw;
	}

	
/*フッター設定
------------------------------------------------------------*/

	.footer_contact{
		background: linear-gradient(white 50%, #c7e2fe 50%);
		padding: 0 3%;
		margin-top: 100px;
	}
	.footer_contact_inner{
		background-color: #1286ff;
		border-radius: 17px;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		background-image: url("images/footer_logo_bg.png");
		background-repeat: no-repeat;
		background-size: 330px auto;
		background-position: right -10px top -30px;
		box-sizing: border-box;
		padding: 50px;
		position: relative;
	}
	.footer_contact_img1{
		width: 109px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_contact_bt{
		gap:30px;
	}
	.footer_contact_bt a{
		display: block;
		max-width: 440px;
	}
	.footer_contact_img2{
		width: 290px;
		position: absolute;
		left: 80px;
		top:-20px;
	}
	.footer_bottom{
		padding: 80px 7% 50px;
		background-color: #c7e2fe;
		display: flex;
		justify-content: space-between;
	}
	.footer_bottom_l{
		width: 40%;
		gap:0 30px;
	}
	.footer_bottom_r{
		width: 60%;
	}
	.footer_logo{
		width: 361px;
	}
	.footer_bottom_l_box1{
		padding-top: 20px;
	}
	.footer_bottom_r_nav{
		gap:0 60px;
		display: flex;
		justify-content: flex-end;
	}
	.footer_bottom_r_box1 nav li{
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		background-image: url("images/ico_footer_arrow.png");
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: left top 5px;
	}
	.footer_bottom_r_box1 nav li a{
		text-decoration: none;
	}
	.footer_insta{
		width: 60px;
		margin-left: auto;
	}
	
/*下層 設定
------------------------------------------------------------*/
	.next_mv{
		position: relative;
		border-bottom: 1px solid #333;
		background-color: #c7e2fe;
	}
	.next_mv img{
		width: 100%;
	}
	.next_mv_img1{
		width: 81.25%;
		margin-left: auto;
	}
	.next_mv_img2{
		width: 22.55%;
		position: absolute;
		top:3vw;
		left: 5%;
	}
	.next_mv_img3{
		width: 18.02%;
	}
	.next_mv_img4{
		width: 19.84%;
	}
	.next_mv_img5{
		width: 15.83%;
	}
	.path{
		color: #fff;
		font-size: 14px;
		background-color: #1286ff;
		display: inline-block;
		padding: 0px 30px;
		height: 30px;
		border-radius: 15px;
		position: absolute;
		left: 7%;
		bottom: 1vw;
	}
	.path a{
		color: #fff;
	}
	
}
/*===============================================
●画面の横幅が1400px以上
===============================================*/
@media screen and (min-width:1400px){	
	
}

/*===============================================
●画面の横幅が1419pxまで
===============================================*/
@media screen and (max-width:1419px){

	.main_header{
		padding-top: 10px;
		padding-bottom: 50px;
		background-color: #c7e2fe;
		padding-right: 50px;
	}
	.main_header_inner{
		width: 95.3125%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 42px;
		border-radius: 21px;
		border: 1px solid #333;
		background-color: #fff;
	}
	.header_logo{
		width: 144px;
		margin-left: 7px;
/*		margin-top: 7px;*/
	}
	.main_header_r{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: calc(100% - 155px);
	}
	a.header_tel{
		display: block;
		text-decoration: none;
		width: 150px;
		margin-left: 0px;
	}
	a:hover.header_tel{
		text-decoration: none;
	}
	a.header_contact{
		position: relative;
		background-color: #1286ff;
		height: 42px;
		width: 106px;
		border-radius: 0 21px 21px 0;
		box-sizing: border-box;
		padding: 0 10px;
		margin-left: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
	a:hover.header_contact{
		text-decoration: none;
	}
	.header_contact_welcom{
		display: none;
	}

	.main_nav{
		display: none;
	}	
	
	
nav.humnav{
	z-index:1000;
}

#humberger{
	position: fixed;
	top:10px;
	right:10px;
	z-index: 999;
	width:40px;
	height:40px;
	box-sizing:border-box;
	padding:13px 10px 10px;
	cursor:pointer;
	background-color:#1286ff;
}
.iconBar{
	height: 2px;
	background: #FFF;
	display: block;
	margin-bottom: 3px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	z-index:1000;
}

dl.accordion_spnav dt.open3 #humberger .iconBar{
	background: #FFF;
	box-shadow:none;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
	margin-bottom:8px;
	margin-top:-2px;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}

.accordion_spnav dd{
	display:none;
	color:#FFF;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fff;
	width:100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	z-index:997;
	padding-top:70px;
	height:100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	box-sizing:border-box;
}

.accordion_spnav dd a{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 5px 10px;
	font-size:18px;
}


.accordion_spnav dd a.nav_wrap_sp_home{
	border-top:1px solid #111;
}

.accordion_spnav2 div{
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #111;
	padding:10px 40px 10px 5px;
	font-size:18px;
	position:relative;
}

.accordion_spnav2 ul{
	display:none;
}

.accordion_spnav2 ul li{
	background-color:#c7e2fe;
}

.accordion_spnav2 ul li a{
	padding-left:2em;
	color:#1b1b1b;
}

.humberger2{
	width:20px;
	position:absolute;
	right:10px;
	top:15px;
	z-index:1000;
}

.iconBar2{
	height: 3px;
	background: #1b1b1b;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.iconBar2:nth-child(1){
	transform:translate(0,8px) rotate(90deg);
	-webkit-transform:translate(0,8px) rotate(90deg);
}

div.accordion_spnav2 div.open2 span.iconBar2:nth-child(1){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
	
	/*ホーム設定
------------------------------------------------------------*/
	.top_mv{
		position: relative;
		background-color: #c7e2fe;
	}
	.top_mv img{
		width: 100%;
	}
	.top_mv_img1{
		width: 95%;
		margin-left: auto;
	}
	.top_mv_img2{
		width:40%;
		position: absolute;
		top:1vw;
		left: 1%;
	}
	.top_mv_img3{
		width: 20%;
		position: absolute;
		top:-1vw;
		right: 3%;
	}
	.top_mv_img4{
		width: 40%;
		position: absolute;
		top:28vw;
		right: 2%;
	}
	.top_mv_txt{
		background-color: #fff;
		border-bottom: 1px solid #333;
		padding: 10px 3%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap:0 10px;
	}
	.top_mv_txt1{
		background-color: #1286ff;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 14px;
	}
	.top_mv_txt2{
		font-size: 18px;
	}
	.top_mv_txt3{
		font-size: 12px;
	}


/*フッター設定
------------------------------------------------------------*/
	.footer_contact{
		background: linear-gradient(white 50%, #c7e2fe 50%);
		padding: 0 3%;
		margin-top: 100px;
	}
	.footer_contact_inner{
		background-color: #1286ff;
		border-radius: 17px;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		background-image: url("images/footer_logo_bg.png");
		background-repeat: no-repeat;
		background-size: 330px auto;
		background-position: right -10px top -30px;
		box-sizing: border-box;
		padding: 50px 3%;
		position: relative;
	}
	.footer_contact_img1{
		width: 109px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_contact_bt{
		gap:30px;
	}
	.footer_contact_bt a{
		display: block;
		max-width: 440px;
	}
	.footer_contact_img2{
		display: none;
	}

	.footer_contact_area{
		background-color: #ee5d21;
		margin-bottom: 0px;
		margin-left: 0%;
		padding: 80px 3%;
		box-sizing: border-box;
	}
	.footer_contact_area_l{
		width:100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer_contact_area_r{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.footer_contact_area_r_box1{
		max-width: 1200px;
		width: 100%;
		gap:0 5%;
		text-align: center;
	}
	.footer_contact_area_r_box1_l{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_contact_area_r_box1_r{
		width: 100%;
		background-color: #fff;
		text-decoration: none;
		padding: 20px 0;
		gap:0 20px;
	}
	:hover.footer_contact_area_r_box1_r{
		text-decoration: none;
	}
	.footer_contact_area_r_box1_r_mail{
		width: 48px;
	}
	.footer_bottom{
		padding: 40px 3% 60px;
		background-color: #c7e2fe;
	}
	.footer_bottom_l{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_bottom_r{
		width: 100%;
	}
	.footer_logo{
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_bottom_l_box1{
		width: 100%;
		padding-top: 20px;
	}
	.footer_bottom_r_nav{
		gap:0 40px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_bottom_r_box1 nav li{
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		margin-bottom: 15px;
		background-image: url("images/ico_footer_arrow.png");
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: left top 5px;
	}
	.footer_bottom_r_box1 nav li a{
		text-decoration: none;
	}
	.footer_insta{
		width: 60px;
		margin-left: auto;
		margin-right: auto;
	}
	
/*下層 設定
------------------------------------------------------------*/
	.next_mv{
		position: relative;
		border-bottom: 1px solid #333;
		background-color: #c7e2fe;
	}
	.next_mv img{
		width: 100%;
	}
	.next_mv_img1{
		width: 95%;
		margin-left: auto;
	}
	.next_mv_img2{
		width: 40%;
		position: absolute;
		top:-30px;
		left: 1%;
	}
	.next_mv_img3{
		width: 30%;
	}
	.next_mv_img4{
		width: 35%;
	}
	.next_mv_img5{
		width: 25%;
	}
	.path{
		color: #fff;
		font-size: 12px;
		background-color: #1286ff;
		display: inline-block;
		padding: 0px 30px;
		height: 20px;
		border-radius: 15px;
		position: absolute;
		left: 2%;
		bottom: 1vw;
		line-height: 20px;
	}
	.path a{
		color: #fff;
	}
	
	
	}

/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){

body{
}

.body_fixed{
  position: fixed;
  width:100%;
}
	
.sp_none{
	display:none;
}

.sp_center{
	text-align:center;
}

.sp_left{
	text-align:left;
}

.sp_right{
	text-align:right;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}


	.d_flex_sp{
		display: flex;
	}
	.flex_wrap_sp{
		flex-wrap: wrap;
	}
	.j_content_c_sp{
		justify-content: center;
	}
	.j_content_en_sp{
		justify-content: flex-end;
	}
	.j_content_sb_sp{
		justify-content: space-between;
	}
	.a_items_c_sp{
		align-items: center;
	}
	.a_items_en_sp{
		align-items: flex-end;
	}
	.f-direction_re_sp{
		flex-direction: row-reverse;
	}

a.link_disabled_sp{
	pointer-events: none;
}


/*===============================================
●マージンボトム設定
===============================================*/

.mb0_sp{
	margin-bottom:0px!important;
}
.mb5_sp{
	margin-bottom:5px!important;
}
.mb10_sp{
	margin-bottom:10px!important;
}
.mb15_sp{
	margin-bottom:15px!important;
}
.mb20_sp{
	margin-bottom:20px!important;
}
.mb25_sp{
	margin-bottom:25px!important;
}
.mb30_sp{
	margin-bottom:30px!important;
}
.mb35_sp{
	margin-bottom:35px!important;
}
.mb40_sp{
	margin-bottom:40px!important;
}
.mb45_sp{
	margin-bottom:45px!important;
}
.mb50_sp{
	margin-bottom:50px!important;
}
.mb55_sp{
	margin-bottom:55px!important;
}
.mb60_sp{
	margin-bottom:60px!important;
}
.mb65_sp{
	margin-bottom:65px!important;
}
.mb70_sp{
	margin-bottom:70px!important;
}
.mb75_sp{
	margin-bottom:75px!important;
}
.mb80_sp{
	margin-bottom:80px!important;
}
.mb85_sp{
	margin-bottom:85px!important;
}
.mb90_sp{
	margin-bottom:90px!important;
}
.mb95_sp{
	margin-bottom:95px!important;
}
.mb100_sp{
	margin-bottom:100px!important;
}
	
	
/*===============================================
●ボタン
===============================================*/


/*===============================================
●フォントサイズ・カラー設定
===============================================*/

	.font_10px_sp{
		font-size: 10px;
		line-height:1.7em;
	}
	.font_14px_sp{
		font-size: 14px;
		line-height:1.7em;
	}
	.font_24px_sp{
		font-size: 24px;
		line-height:1.7em;
	}
	.font_28px_sp{
		font-size: 28px;
		line-height:1.7em;
	}
	.font_40px_sp{
		font-size: 40px;
		line-height:1.7em;
	}
	
/*ヘッダー設定
------------------------------------------------------------*/
	.header_logo{
		width: 144px;
		margin-left: 7px;
		margin-top: 7px;
	}
	a.header_tel{
		display: block;
		text-decoration: none;
		width: 20px;
		margin-left: 0px;
	}
	a:hover.header_tel{
		text-decoration: none;
	}


/*wrap設定
------------------------------------------------------------*/

.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1100{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
	.wrap1200{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.wrap1500{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}

/*フッター設定
------------------------------------------------------------*/
	
	.footer_copyright_area{
		padding: 20px 0;
		background-color: #1286ff;
	}
	.footer_copyright_wrap{
		text-align: center;
	}
	.footer_copyright_wrap small{
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}

	#PageTopBtn{
		bottom: 80px;
		width: 50px;
		height: 50px;
		right: 0;
	}
	#PageTopBtn:hover{
		bottom: 0px;
		transition:all 0.5s;
	}
	
	/* ホーム設定
------------------------------------------------------------*/

	.top_area1{
		padding: 0 3%;
	}
	.top_area1 a{
		display: block;
		margin-bottom: 20px;
	}
	.top_area2{
		background-image: url("images/top_bg01.png");
		background-repeat: no-repeat;
		background-size: 81.25% auto;
		background-position: right top 5vw;
	}
	.top_slider1 div{
		padding: 0 10px;
	}
	.top_area2_box2_over{
		width: 100%;
		background-image: url("images/top_bg02.png");
		background-repeat: repeat-y;
		background-size: 81.25% auto;
		background-position: right bottom;
		padding-bottom: 100px;
	}
	.top_area2_box2{
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%
	}
	.top_area2_box2_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_area2_box2_r{
		width: 100%;
	}
	.top_area2_box2_r_img{
		max-width: 478px;
	}
	.top_area2_box2_bt{
		gap:20px;
	}
	.top_area3{
		max-width: 1450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area3_box1{
		width: 100%;
		margin-bottom: 30px;
	}
	.top_area4{
		background-image: url("images/top_bg03.png");
		background-repeat: no-repeat;
		background-size: 81.25% auto;
		background-position: left top;
		padding-top: 100px;
	}
	.top_area4_wrap{
		max-width: 1630px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area4_box1{
		max-width: 1450px;
		margin-left: auto;
	}
	.top_area4_box1_r{
		width: 100%;
	}
	.top_area4_box1_l{
		width: 100%;
	}
	.top_area4_box1_l_img{
		max-width: 659px;
	}
	.top_area4_box2_col{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_area5{
		padding: 100px 0;
		background-color: #eaf4ff;
	}
	.top_area5_wrap{
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3%;
		box-sizing: content-box;
	}
	.top_area5_l{
		width: 183px;
	}
	.top_area5_r{
		width: 100%;
	}
	.top_area5_r ul li{
		padding: 20px;
		border-bottom: 1px solid #999;
	}
	.top_news_tday{
		width: 100%;
	}
	.top_news_title{
		width: 100%;
	}
	.top_news_title a{
		text-decoration: none;
	}

/* 問い合わせ 設定
------------------------------------------------------------*/

.info_box5{
	margin-bottom:10px;
}

.info_box5 div:nth-child(1){
	margin-bottom:5px;
}
/* 下層 設定
------------------------------------------------------------*/
	.lesson_title{
		width: 97px;
		margin-left: auto;
		margin-right: auto;
	}
	.lesson_area1{
		background-image: url("images/lesson_bg01.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: right top;
		padding: 100px 0;
	}
	.lesson_area2{
		background-image: url("images/lesson_bg02.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 100px 0;
		margin-top: -50px;
	}
	.lesson_area3{
		background-image: url("images/lesson_bg01.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: right top;
		padding: 100px 0;
		margin-top: -50px;
	}
	.lesson_area4{
		background-image: url("images/lesson_bg02.png");
		background-size: 81.25% 100%;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 100px 0;
		margin-top: -50px;
	}
	.lesson_area_wrap1{
		max-width: 1550px;
		padding: 0 3%;
		margin-left: auto;
		margin-right: auto;
	}
	.lesson_area_wrap1_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.lesson_area_wrap1_r{
		width: 100%;
	}
	.lesson_area5{
		padding: 100px 3%;
		background-color: #f5f5f5;
	}
	.lesson_title2{
		width: 80px;
	}
	.lesson_area5_box1{
		gap:40px 20px;
	}
	.lesson_area5_col1{
		width: 190px;
	}
	.price_title{
		width: 80px;
	}
	.price_box1_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.price_box1_r{
		width: 100%;
	}
	.price_h2{
		border-left: 5px solid #333;
		padding-left: 40px;
		line-height: 1.4em;
	}
	.price_dl1{
		gap:10px;
	}
	.price_dl1 dt{
		width: 100%;
		padding: 15px 15px;
		border-top: 1px solid #1286ff;
	}
	.price_dl1 dd{
		width: 100%;
		padding: 15px 15px;
		border-top: 1px solid #ccc;
	}
	.price_dl_box1 .price_dl1:last-child dd{
		border-bottom: 1px solid #1286ff;
	}
	.price_area2{
		padding: 100px 0;
		background-color: #eaf4ff;
	}
	.price_box2_l{
		width: 100%;
		margin-bottom: 50px;
	}
	.price_box2_r{
		width: 100%;
	}
	.flow_title{
		width: 80px;
	}
	.flow_box1_l{
		width: 80px;
		padding-top: 30px;
	}
	.flow_box1_r{
		width: 100%;
		padding: 20px 0 30px;
		border-bottom: 1px solid #ccc;
	}
	.flow_box1_r3{
		border: none;
	}
	.contact_title{
		width: 109px;
	}
	.contact_tel{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.greeting_title{
		width: 121px;
	}
	.greeting_are1{
		width: 98%;
		margin-left: auto;
		padding: 20px 20px 0;
		box-sizing: border-box;
		border: 1px solid #333;
		border-right: none;
		border-radius: 14px 0 0 14px;
	}
	.greeting_are1_box1{
		background-color: #eaf4ff;
		border-radius: 26px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.greeting_are1_box1_l{
		height: 52px;
		line-height: 52px;
		background-color: #1286ff;
		border-radius: 26px;
		width:100%;
		margin-right: 40px;
	}
	.greeting_are1_box1_r{
		padding: 20px;
	}
	.information_title{
		width: 185px;
	}
	.access_title{
		width: 178px;
	}
	.information_ggmap{
		padding-bottom: 400px;
	}
	.caretaxi_area1{
		background-image: url("images/caretaxi_bg01.png");
	}
	.caretaxi_area2{
		padding: 50px 0;
		background-color: #f5f5f5;
	}
	.caretaxi_area2_col{
		margin-bottom: 40px;
	}
	.taxiprice_box1{
		gap:40px 1%;
	}
	.taxiprice_box1_l{
		width: 100%;
		background-color: #d1f0e7;
		border-radius: 16px;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.taxiprice_dl1{
		border: 1px solid #19c392;
		border-radius: 15px;
		background-color: #fff;
	}
	.taxiprice_dl1 dt{
		font-weight: normal;
		background-color: #19c392;
		border-radius: 15px 15px 0 0;
		box-sizing: border-box;
		padding:10px;
		width: 100%;
		text-align: center;
	}
	.taxiprice_dl1 dd{
		box-sizing: border-box;
		padding: 15px;
		width: 100%;
	}
	.taxiprice_box1_r{
		width: 100%;
		background-color: #c7e2fe;
		border-radius: 16px;
		padding: 20px;
		box-sizing: border-box;
	}
	.taxiprice_box1_r .taxiprice_dl1{
		border: 1px solid #1286ff;
	}
	.taxiprice_box1_r .taxiprice_dl1 dt{
		background-color: #1286ff;
	}
	.taxiprice_box2{
		border:1px solid #19c392;
		border-radius: 15px;
	}
	.taxiprice_box2_l{
		width: 100%;
		background-color: #19c392;
		border-radius: 15px 15px 0 0;
		text-align: center;
		padding: 10px;
	}
	.taxiprice_box2_r{
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}
	.taxiprice_box2_r ul li{
		background-image: url("images/ico_check1.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: left top 5px;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.taxiprice_table_over{
		width: 100%;
		overflow-x: scroll;
	}
	.taxiprice_table{
		border:1px solid #19c392;
		border-radius: 15px;
		width: 1000px;
	}
	.taxiprice_table table{
		width: 100%;
		border-radius: 15px;
	}
	.taxiprice_table table thead th{
		background-color: #d1f0e7;
		padding: 15px 0;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
	}
	.taxiprice_table table thead th:nth-child(1){
		width: 50%;
		border-right: 1px solid #19c392;
		border-radius: 15px 0 0 0;
	}
	.taxiprice_table table thead th:nth-child(2){
		width: 20%;
		border-right: 1px solid #19c392;
	}
	.taxiprice_table table thead th:nth-child(3){
		width: 30%;
		border-radius: 0 15px 0 0;
	}
	.taxiprice_table table tbody th{
		padding: 20px 20px;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
	}
	.taxiprice_table table tbody td{
		padding: 20px 20px;
		box-sizing: border-box;
		border-bottom:1px solid #19c392;
		border-left:1px solid #19c392;
	}
	.taxiprice_table table tbody tr:last-child th{
		border-bottom:none;
	}
	.taxiprice_table table tbody tr:last-child td{
		border-bottom:none;
	}
	.taxiprice_table table tbody td:nth-child(3){
		text-align: right;
	}
	.guide_title{
		width: 87px;
	}
	.guide_box1{
		max-width: 780px;
		padding: 0 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.guide_box1 .taxiprice_box2_l{
		width: 100%;
	}
	.guide_box1 .taxiprice_box2_r{
		width: 100%;
	}
	.guide_area2{
		background-color: #ddf5ee;
		padding: 100px 0;
	}
	.guide_box3_l{
		width: 100%;
	}
	.guide_box3_r{
		width: 100%;
	}
	.guide_h2_1{
		width: 100%;
		padding: 15px;
		background-color: #19c392;
		border-radius: 16px 16px 0 0;
	}
	.guide_box4{
		border: 1px solid #19c392;
		border-radius: 0 0 16px 16px;
		padding: 40px 50px;
	}
	.guide_box4 ul{
		gap:20px 17%;
	}
	.guide_box4 ul li{
		background-image: url("images/ico_check1.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: left top 8px;
		padding-left: 30px;
		min-width: 180px;
	}
	.faq_title{
		width: 106px;
	}
	.faq_dl{
		border: 1px solid #19c392;
		border-radius: 12px;
	}
	.faq_dl dt{
		border-radius: 12px 12px 0 0;
		background-color: #d1f0e7;
	}
	.faq_q{
		background-color: #19c392;
		width: 67px;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 12px 0 0 0;
	}
	.faq_dl dt h2{
		width: calc(100% - 67px);
		box-sizing: border-box;
		padding:10px 20px;
	}
	.faq_dl dd{
		background-image: url("images/ico_a.png");
		background-repeat: no-repeat;
		background-size: 25px auto;
		background-position: left 25px top 30px;
		padding: 30px 30px 30px 90px;
	}
	.news_title{
		width: 86px;
	}
	.news_box1{
		padding: 20px;
		border-bottom: 1px solid #AAA;
	}
	.news_box1_l{
		width: 100%;
		margin-bottom: 20px;
	}
	.news_box1_r{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.news_box1_r img{
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	a.more_bt{
		text-decoration: none;
		width: 126px;
		height: 26px;
		background-color: #1286ff;
		border-radius: 13px;
		display: block;
		text-align: center;
		line-height: 26px;
	}
	a:hover.more_bt{
		text-decoration: none;
	}
	.news_detail_btarea{
		padding-top: 50px;
		border-top: 1px solid #AAA;
		gap:20px 0;
	}
	.news_detail_btarea_c{
		width: 100%;
	}
	.news_detail_btarea_c a{
		width: 270px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.news_detail_btarea_bt{
		width: 40%;
	}
	.news_detail_btarea_bt a{
		display: block;
		text-decoration: none;
		border: 1px solid #222;
		width: 100%;
		height: 69px;
		line-height: 69px;
		text-align: center;
	}
	.news_detail_btarea_bt a:hover{
		text-decoration: none;
	}
	
	
}