@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

/*全ページ共通
--------------------------------------------------------------------------*/

body {
	font-size: 100%;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0;
	font-weight: bolder;
	color: #000;
	width: 100%;
}
p {
	letter-spacing: 0.1em;
	font-size: 15px;
}
a { text-decoration:none;
	color: #000;
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.3s;			/*同上*/
}
a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	color:#21A64B;
}
.clear {
	clear:both;
}

.center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

.space5 {
	height: 5px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space60 {
	height: 60px;
}




.s_font {
	font-size: 15px;
}

.yellow {
	color: #FF6;
}
.green {
	color: #21A64B;
}
.sen {
	background: linear-gradient(transparent 80%, #ffff66 0%);
}

.radius {
	border-radius: 10px;
}
.ff {
	font-family: 'Noto Sans JP', sans-serif;
}

.center {
	text-align: center;
}
.w60 {
	width: 60%;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}



/*-------オファー予約するボタン-------*/	

.button {
  /*背景色と同じ枠色を追加*/
  padding: 18px 50px;
  border-radius: 45px;
  width:200px;
  font-size:17px;
  background-color: #FAEE00;
  z-index:1;
  color:#000000 !important;
  font-weight:bold;
}
.button:hover{
  background-color: #060;
  color: #FFF;
}




/*トップ-----------------------------------------------------------------------*/
/*メニューブロックの設定*/

.header {
	height: auto;
	width: 78%;
	margin:0 auto;
	padding:5px 4%;
}
.header h1 {
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing: 0em;
	font-weight: lighter;
	text-align:right;
	float: right;
}
.rogo {
	width:130px;
}








/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	position: absolute;
	top:12%;	/*全体に対して上から0pxの場所に配置*/
	right: 2%;
	width: 70%;		/*幅。上のロゴ画像のwidth（16%）とpadding（4%）を合計した数字が100%を超えないように。*/
	z-index: 9999;
	height: 100px;
}
/*メニュー１個ごとの設定*/
#menubar li {
	float: left;
	margin-left: 5%;
	list-style-type: none;
}
#menubar li:last-child {
	margin-right: 0%;
}
#menubar li a {
	text-decoration: none;
	display: block;
	text-align: center;	/*文字をセンタリング*/
	font-weight: bolder;		/*太字にする設定。標準がいいならこの行削除。*/
	font-size: 15px;
	letter-spacing: 0em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
	color: #000;
	border-bottom: none;
	position: relative;
}
/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {
	color:#F90;
}

/*ホバーエフェクト*/
#menubar li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F90;
  bottom: -15px;
  left: 0;
  /*横方向0で非表示にする*/
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  -webkit-transform-origin: center top;
  transform-origin: center top;
 /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menubar li a:hover::after {
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}




/*-------メインビジュアル-------*/

.mainview {
	position: relative;
	width:100%;
	height: 620px;
	background: linear-gradient(180deg,#FFF 0%, #FFF 74%, #21A64B 74%, #21A64B 100%);
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left:30px;
	clear:both;
	
}


.e {
	width: 500px;
	position:absolute;
	right:4%;
	bottom: 15%;
}


h1.toph1  {
	font-size: 42px !important;
	text-align:left !important;
	line-height: 1.5em !important;
	letter-spacing: 0.1em !important;
	z-index: 9999 !important;
	font-family: 'Noto Sans JP', sans-serif !important;
}





/*コンテンツ
-----------------------------------------------------------------------*/

/* #page_contents {
	width: 100% !important;
	max-width: 100% !important;
} */

.contents {
	height: auto;
/* 	width: 78%; */
	margin: 0px auto;
/* 	padding:10px 4%; */
}


.con_in {
	height: auto;
	width: 80%;
	margin: 0px auto;
	padding:10px 4%;
}





.contents p, .con_in p, .mainview p, .whiteback p {
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 0.09em;
	line-height: 1.7em;
	margin: 0;
	padding:0;
}

h2 {
	font-size: 34px;
	letter-spacing:0.1em;
	font-weight: bolder;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.6em;
}




h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	letter-spacing:0.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.hidarisen {
	display: flex;
	align-items: center;
	color: #21A64B;
	text-transform: uppercase;	
}
.hidarisen::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 20px;
	height: 2px;
	background-color: #21A64B;
}

h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	letter-spacing:0.1em;
	font-weight: bolder;
	padding-bottom: 10px;
	line-height: 1.4em;
	margin:30px 0;
	padding:0;
}

h5 {
	font-size: 19px;
	letter-spacing:0em;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.1em;
	padding:0;
	margin: 20px 0;
}



.sen_right {
	display:flex; align-items:center;
}

.sen_right:after {
	margin-left:15px;
	border-top:1px solid #000;
	content:"";
	flex-grow:1;
}




.pa_top {
	padding-top: 50px;
}
.pa_bottom {
	padding-bottom: 60px;
}


/*---------------３つの特徴---------------*/

.flex_box {
	padding: 5px;
	display: flex;
}
.flex_item {
	padding: 15px 10px 15px 30px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
	border-left: solid 1px #CCCCCC;
}


.flex_item:first-child {
	border-left: none;
}

/* .flex_item:last-child {
	border-right: solid 1px #CCCCCC;
} */

.flex_item p {
    font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin: 0;
	padding:0;
}


.bg_top {
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../img/31001589_m.jpg);
  z-index: -9999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center bottom; 
}

/*---------------動画で紹介--------------*/
.bg_ten {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: -9999;
}
.ten {
  background-image: radial-gradient(#90ee90 1px, #ffffff 1px);
  background-size: 10px 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*---------------車種の紹介----------------*/

.grayback {
	background-color: #EDEDED;
	width: 100%;
	height: auto;
	padding-bottom: 3%;
	padding-top: 3%;
	position: relative;
}



/*---------------各ステーションの紹介----------------*/

.greenback {
	background-color:#21A64B;
	width: 100%;
	height: auto;
	padding-bottom: 5%;
	padding-top: 5%;
	position:relative;
	margin-top: 0px;
}

.whiteback {
	width:78%;
	margin: 0 auto;
	background-color:#FFF;
	padding: 3% 4% 2% 4%;
	border-radius: 15px;
}



/*---------------最下部オファー----------------*/

.blackback {
	background-color: #545454;
	width: 100%;
	height: auto;
	padding-bottom: 5%;
	padding-top: 5%;
	margin-top: 0px;
}


/*---------------SNSアイコン----------------*/

.flex_box_s {
	padding: 5px;
	display: flex;
}
.flex_item_s {
	padding: 15px 10px 15px 30px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
	text-align:center;
}
.flex_item_s img {
	width:70%;
}
.sns {
	width:600px;
	margin: 0 auto;
}



/*---------------リンクバナー----------------*/

.flex_box_s {
	padding: 5px;
	display: flex;
}
.flex_item_s {
	padding: 15px 10px 15px 30px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
	text-align:center;
}
.banner .flex_item_s img {
	width:100%;
}
.banner {
	width:840px;
	margin: 0 auto;
}


/*フッター
-------------------------------------------------------------------------*/


.footer a { text-decoration:none;
	color: #000;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
.footer a:hover {
	opacity: 0.5;		/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

.footer {
	margin-top: 0px;
	height: auto;
	width: 100%;
	font-size: 14px;
	background-color: #dcdcdc;
	line-height: 1.5em;
	padding: 10px  0 0 0;
}
.copyright {
	text-align:center;
	padding: 40px 0 20px 0;
}

.footer ul {
	padding:0;
	margin:30px 0;
}
.footer ul li {
	list-style-type: none;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	width: 250px;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
}





#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 100%;
}
#page-top img{
	width: 100%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 120px;
	text-align: center;
	display: block;
	border-radius: 5px;
	height: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page-top a:hover {
	text-decoration: none;
}







/*お問い合わせ申し込みボタン*/

a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin:  2% auto;
	padding: 2rem 3rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
	font-weight: bold;
	background-image: linear-gradient(to top, rgba(245, 165, 97, 1), rgba(254, 220, 64, 1));
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.3s;
	line-height:1.5em;
}
a.btn:hover {
	color: #fff;
	opacity: 0.5;
}






@media screen and (max-width:800px){



.con_90 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}



}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


.pc {
	display:none;
}
.sp {
	display:block;
	width:100% !important;
}




/*ヘッダー
---------------------------------------------------------------------------*/
img {
	padding:0;
	margin:0;
}
.header {
	height: 130px;
	width: 100%;
	padding:0%;
	position: relative;
}


.rogo {
	height: auto;
	width: 120px;
	z-index: 9999;
	position: absolute;
	top: 18%;
	right: 0;
    left: 0;
    margin: 0 auto;
}

.header h1 {
	display: none;
	clear:both;
}

/*-------メインビジュアル-------*/

.mainview {
	position: relative;
	width:100%;
	height: 820px;
	background: linear-gradient(180deg,#FFF 0%, #FFF 94%, #21A64B 94%, #21A64B 100%);
	padding-bottom: 10px;
	padding-top: 75px;
	clear:both;
}


h1 {
	font-size: 26px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	z-index: 9999;
	font-family: 'Noto Sans JP', sans-serif;
}


.rogogray {
	position: absolute;
	bottom: 5%;
	right:8%;
	width: 400px;
}

.copy {
	position: absolute;
	z-index:9999;
	width: 95%;
	top:45%;
	left:5%;
}


.s_font {
	font-size: 15px;
}



h2 {
	font-size: 24px;
	letter-spacing:0.1em;
	font-weight: lighter;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}




h3 {
	font-size: 21px;
	letter-spacing:0.1em;
	font-weight: lighter;
	padding-bottom: 10px;
	margin: 10px 0;
	line-height: 1.7em;
}

.hidarisen {
	display: flex;
	align-items: center;
	color: #21A64B;
	text-transform: uppercase;	
}
.hidarisen::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 2px;
	background-color: #21A64B;
}


h4 {
	font-size: 19px;
	letter-spacing:0.1em;
	font-weight: lighter;
	padding-bottom: 10px;
	line-height: 1.5em;
}

h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	letter-spacing:0em;
	font-weight: bolder;
	line-height: 1.6em;
	padding: 15px 0;
	margin:0;
}
h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	letter-spacing:0em;
	font-weight: bolder;
	line-height: 1.6em;
	padding:0;
	margin:0;
}





/*コンテンツ
---------------------------------------------------------------------------*/


.grayback {
	background-color: #EDEDED;
	width: 100%;
	height: auto;
	padding-bottom: 8%;
	padding-top: 2%;
	position: relative;
	margin-top: 0px;
}



iframe {
	width: 100%;
	padding-top: 10px;
}





.contents {
	height: auto;
	width: 94%;
	margin: 0px auto;
	border-radius: 0px;
	color:#000;
	padding:20px 3%;
}
.contents p {
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}

.con_in {
	height: auto;
	width: 100%;
	margin: 10px auto;
	border-radius: 0px;
	color:#222;
	padding:20px 0%;
}








/*-------オファー　テキスト矢印リンク-------*/	

.button {
  /*背景色と同じ枠色を追加*/
  padding: 15px 45px;
  border-radius: 50px;
  width:200px;
  font-size:18px;
  background-color: #FAEE00;
  z-index:1;
  
}


.button:hover{
  background-color: #F90;
  color: #FFF;
}


/*---------------３つの特徴---------------*/

.flex_box {
	padding: 5px;
	display: block;
}
.flex_item {
	padding: 10px;
    margin:  15px auto; /* 外側の余白 */
    margin-bottom:50px;
	width: 90%;
	border-left: none;
}
.flex_item:last-child {
	border-right: none;
}

.flex_item p {
    font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin: 0;
	padding:0;
}





/*---------------車種の紹介----------------*/

.grayback {
	background-color: #EDEDED;
	width: 100%;
	height: auto;
	padding-bottom: 3%;
	padding-top: 3%;
	position: relative;
}



/*---------------各ステーションの紹介----------------*/

.greenback {
	background-color:#21A64B;
	width: 100%;
	height: auto;
	padding-bottom: 8%;
	padding-top: 8%;
	position:relative;
	margin-top: 0px;
}

.whiteback {
	width:86%;
	margin: 0 auto;
	background-color:#FFF;
	padding: 3% 4% 2% 4%;
	border-radius: 12px;
}



/*---------------最下部オファー----------------*/

.blackback {
	background-color: #545454;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	padding-top: 5%;
	margin-top: 0px;
}



/*---------------SNSアイコン----------------*/

.flex_box_s {
	padding: 5px;
	display: flex;
}
.flex_item_s {
	padding: 5px;
    margin:  12px;              /* 外側の余白 */
	width: 90%;
	text-align:center;
}
.flex_item_s img {
	width:100%;
}
.sns {
	width: 90%;
	margin: 0 auto;
}


/*---------------リンクバナー----------------*/

.banner .flex_item_s img {
	width:100%;
}
.banner {
	width:100%;
	margin: 0 auto;
}






/*フッター
-------------------------------------------------------------------------*/


.footer {
	margin-top: 0px;
	height: auto;
	width: 96%;
	font-size: 13px;
	background-color: #dcdcdc;
	line-height: 1.5em;
	padding: 10px 2% 0px 2%;
}
.copyright {
	text-align:center;
	padding: 0 0 6px 0;
	font-size:11px;
}

.footer ul {
	padding:0;
	margin:15px 0;
}
.footer ul li {
	list-style-type: none;
	font-size: 15px;
	margin: 10px 0;
	width: 100%;
	padding: 10px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 100%;
}
#page-top img{
	width: 100%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
	height: 85px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page-top a:hover {
	text-decoration: none;
}




.copyright {
	text-align:center;
	padding: 0 0 20px 0;
}





/*ボタン*/

a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 98%;
	margin:  7% auto;
	padding: 6% 0%;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
	font-weight: bold;
	background-image: linear-gradient(to top, rgba(245, 165, 97, 1), rgba(254, 220, 64, 1));
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.3s;
	letter-spacing:0.6em;
}
a.btn:hover {
	color: #fff;
	opacity: 0.5;
}


}


@media screen and (max-width: 1201px){
  #drawer_menu_button span {  background: #000000; }
}
