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

body{
	background-color: #444;
	overflow-x: hidden;
}



.green{
	width: 10rem;
	height: 100vh;
	background-color: #5eba5e;
	position: fixed;
	z-index: -2;
	top: 0;
}
.white{
	width: 1rem;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 9rem;
	z-index: -1;
}

.icon_fn{
	width: 30px;
	margin: 0.7rem 0;
}



.wrap90{
	width: calc(100% - 10rem);
	margin-left: 10rem;
	transition: all 0.2s ease;
}

@media screen and (max-width: 1080px) {
	.green{
		width: 5rem;
	}
	.white{
		width: 1rem;
		left: 5rem;
	}
	.wrap90{
		width: calc(100% - 6rem);
		margin-left: 6rem;
	}
	
}/*1080px*/


@media screen and (max-width: 600px) {
	.green{
		width: 20rem;
		height: 30rem;
		z-index: 101;
		transform: rotate(45deg);
		top: -12rem;
		left: -7rem;
	}
	.white{
		width: 1rem;
		height: 40rem;
		left: 9rem;
		z-index: 102;
		transform: rotate(45deg);
		top: -10rem;
	}
	.wrap90{
		width: 100%;
		margin-left: 0;
	}
	
}/*600px*/















.wrapper{
	background-color: #444;
	font-family: 'Josefin Sans','Sawarabi Gothic', sans-serif;
}

.fluid60{
	width: 60%;
	height: auto;
}







#btn_open{
	display: none;
}

#btn_menu{
	display: block;
	width: 50px;
	height: 44px;
	position: fixed;
	top: 70px;
	right: 90px;
	z-index: 10000;

}

#btn_menu span{
	width: 50px;
	height: 7px;
	display: block;
	position: fixed;
	background-color: #EDE24B;
	border-radius: 5px;
	transition: all 0.2s ease;
}

#btn_menu span:nth-of-type(1){
	top: 70px;
	right: 90px;
	transform: rotate(0);
}

#btn_menu span:nth-of-type(2){
	top: 82px;
	right: 90px;
	transform: scale(1);
}

#btn_menu span:nth-of-type(3){
	top: 94px;
	right: 90px;
	transform: scale(1);
}
#btn_menu span:nth-of-type(4){
	top: 106px;
	right: 90px;
	transform: rotate(0);
}

#btn_open:checked + label span:nth-of-type(1){
	top: 80px;
	right: 90px;
	transform: rotate(-45deg);
	background: #fff;
}

#btn_open:checked + label span:nth-of-type(2){
	transform: scale(0);
	background: #fff;
}

#btn_open:checked + label span:nth-of-type(3){
	transform: scale(0);
	background: #fff;
	}
#btn_open:checked + label span:nth-of-type(4){
	top: 80px;
	right: 90px;
	transform: rotate(45deg);
	background: #fff;
}

#side_gnav{
	width: calc(100% - 10rem);
	height: 100vh;
	padding: 50px 0;
	background-color: #333;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 0;
	/*right: -100%;*/
	display: none;
	text-align: center;
}



#btn_open:checked ~ #side_gnav{
	/*right: 0;*/
	display: block;
	
	
	opacity: 1;
	animation-duration: 0.4s;
	animation-name: fade-in;
	}




@keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}





#btn_menu{
	cursor: pointer;
}

.side_gnav_wrap{
	width: 70%;
	border-left: 2rem solid #fff;
	border-right: 2rem solid #fff;
	margin: 0 auto;
}

.side_logo{
	padding: 10rem 4rem 0;
	width: 30%;
	border-right: 2rem solid #fff;
}

.side_gnav_wrap nav{
	width: 70%;
	margin: 3rem 0;
}

.li_btn_none{
	padding-top: 3rem;
	background-color: #fff;
	padding-bottom: 2.5rem;
	margin: 1rem 2rem 0;
}

/*.side_gnav_wrap a{
	color: #fff;
	font-size: 3rem;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 4px;
	pointer-events: auto;
}*/





/*未確認で進行形*/

.li_btn {
  position: relative;
  overflow: hidden;
  transition: .3s;
	color: #fff;
	padding: 2rem 0;
	margin: 2rem 2rem 2rem;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
}
  .li_btn:after {
    position: absolute;
    transition: .5s;
    content: '';
    width: 0;
    bottom: 0;
    background: #fff;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1; }
  .li_btn:hover {
      color: #333;
    cursor: pointer; }
    .li_btn:hover:after {
      left: -10%;
      width: 120%; }






@media screen and (max-width: 1080px){
	#side_gnav {
		width: calc(100% - 6rem);
	}
	.side_logo {
		display: none;
	}
	.side_gnav_wrap nav {
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#side_gnav {
		width: 100%;
	}
	.side_gnav_wrap{
		width: 90%;
		margin: 3rem auto 0;
	}

}






@media screen and (max-width: 1080px) {
	#btn_menu{
		top: 30px;
		right: 30px;
	}

	#btn_menu span{
		width: 50px;
		height: 7px;
	}

	#btn_menu span:nth-of-type(1){
		top: 30px;
		right: 30px;
	}
	#btn_menu span:nth-of-type(2){
		top: 42px;
		right: 30px;
	}
	#btn_menu span:nth-of-type(3){
		top: 54px;
		right: 30px;
	}
	#btn_menu span:nth-of-type(4){
		top: 66px;
		right: 30px;
	}

	#btn_open:checked + label span:nth-of-type(1){
		top: 50px;
		right: 30px;
	}

	#btn_open:checked + label span:nth-of-type(4){
		top: 50px;
		right: 30px;
	}
	
	
}/*1080px*/








.header_view{
	position: relative;
	width: 100%;
	height: 20vw;
}

.header_view h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	letter-spacing: 4px;
}

.info_top{
	background: url(../img/../img/info_top.jpg) 0 0 no-repeat;
	background-size: cover;
	background-color:rgba(0,0,0,0.7);
	background-blend-mode:overlay;
	background-position: center;
}
.stock_top{
	background: url(../img/lineup-key.jpg) 0 0 no-repeat;
	background-size: cover;
	background-color:rgba(0,0,0,0.7);
	background-blend-mode:overlay;
	background-position: center;
}
.repair_top{
	background: url(../img/../img/repair_01.jpg) 0 0 no-repeat;
	background-size: cover;
	background-color:rgba(0,0,0,0.7);
	background-blend-mode:overlay;
	background-position: top center;
}




@media screen and (max-width: 1080px) {
	.header_view{
		height: 30vw;
	}

}/*1080PX*/
@media screen and (max-width: 600px) {
	.header_view{
		height: 70vw;
	}
	.header_view h1{
		font-size: 3rem;
		top: 70%
	}
	
	.contact_top h1 {
		font-size: 2.5rem;
	}
	
}/*600PX*/


/*フィックスロゴのこと*/

.fixed_logo{
	display: block;
	width: 7rem;
	position: fixed;
	top: 4rem;
	left: 1rem;
	opacity: 0;
	z-index: -1;
	transition: .6s;
}
.fixlogopc{
	display: block;
}
.fixlogosm{
	display: none;
}

.logo_fixed_on{
	opacity: 1;
	z-index: 10;
}


.fixed_tel p{
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	transition: all 0.2s ease;
}

.fixed_tel span{
	font-size: 3rem;
	letter-spacing: 4px;
}

.fixed_tel a{
	color: #fff;
	font-size: 3rem;
	letter-spacing: 4px;
}

@media screen and (max-width: 1080px) {
	
	.fixed_logo{
		display: none;
	}
	
	.fixed_tel p{
		bottom: 2rem;
		left: 0.5rem;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		color: #fff;
	}
	
}/*1080px*/


@media screen and (max-width: 600px) {
	
	.fixed_logo{
		width: 8rem;
		display: block;
		z-index: 1010;
		top: 1.5rem;
		left: 0.5rem;
	}	
	.fixlogopc{
		display: none;
	}
	.fixlogosm{
		display: block;
		transform: rotate(-45deg);
	}
	
	.fixed_tel p{
		top: 6rem;
		left: -1rem;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		color: #fff;
		z-index: 103;
		transform: rotate(-45deg);
		width: fit-content;
		height: 2rem;
	}
	.fixed_tel span{
		font-size: 2rem;
	}
	.fixed_tel a{
		font-size: 2rem;
	}
	
}/*1080px*/
















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

.footer_head{
	margin-top: 15rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 calc(50vw - 5.9rem) 100px calc(50vw - 5.9rem);
	border-color: transparent transparent #c0b73e transparent;
}

footer{
	background-color: #c0b73e;
}




	.footer_logo {
		width: 10%;
		min-width: 12rem;
		margin: 0 auto;
		padding: 10% 0;
	}

.footer_nav{
	list-style: none;
	width: 40%;
	padding: 10% 0;
}
.footer_nav li{
	width: 50%;
	margin: 0 auto;
}

.footer_nav a{
	color: #fff;
	font-size: 1.3rem;
	line-height: 3rem;
	letter-spacing: 2px;
	text-decoration-line: underline;
}
.footer_nav a.icon_footer_nav{
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 1.6rem;
}
.footer_nav a.icon_footer_nav img{
	width: 100%;
	height: 100%;
}

.footer_info p{
	color: #fff;
	text-align: center;
}

.footer_info .p1 span{
	color: #fff;
	font-size: 4rem;
	line-height: 6rem;
	letter-spacing: 3px;
}
.footer_info a{
	color: #fff;
	font-size: 4rem;
	line-height: 6rem;
	letter-spacing: 3px;
}
.footer_info .p2{
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 2px;
}
.footer_info .p3{
	font-size: 3.5rem;
	line-height: 4rem;
	letter-spacing: 3px;
}
.footer_info .p4{
	font-size: 1.4rem;
	line-height: 3rem;
	letter-spacing: 4px;
}

.copy{
	text-align: center;
	margin: 7rem 0 0;
	padding-bottom: 3rem;
}

.copy small{
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}


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

	.footer_head{
		border-width: 0 calc(50vw - 3.9rem) 100px calc(50vw - 3.9rem);
	}
	.footer_nav li{
		width: 70%;
	}
	
}/*1080*/

@media screen and (max-width: 600px) {
	
	.footer_top{
		display: block;
	}

	.footer_head{
		border-width: 0 calc(50vw - 0.9rem) 100px calc(50vw - 0.9rem);
	}
	
	.footer_nav {
		width: 100%;
		margin-bottom: 6rem;
		text-align: center;
		height: auto;
		padding-top: 0;
	}
	.footer_nav a.icon_footer_nav {
		width: 30px;
		height: 30px;
		margin: 0 auto 1.6rem;
	}
}/*600*/



@media screen and (max-width: 480px){
	.footer_head {
		border-width: 0 50vw 100px 50vw;
	}
}/*480px*/





/*topへ戻るボタン*/

.pagetop{
	display: block;
	position: fixed;
	right: 15px;
	bottom: 40px;
	opacity: 0;
	transition: 0.6s;
	z-index: -1;
}
.pagetop a{
	display: block;
	font-size: 0;
	width: 7rem;
	height: 45px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
}

.pagetop img{
	display: block;
	margin: 0 auto;
}
.pagetop span{
	display: block;
	font-size: 1rem;
	width: 7rem;
	margin: -1rem auto 0;
}

.fixed_pagetop{
	opacity: 1;
	z-index: 1;
}



