@charset "UTF-8";

@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
html>/**/body {
	font-size: 14px; /* Except IE */
}
/*------------ 全体 ------------*/
	.link_btn {
		padding: 24px 0 24px 44px ;
		width: 180px;
		height: 64px;
		font-size: 16px;
	}
	.link_btn:before {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		top: 4px;
		left: 4px;
	}
	.link_btn:after {
		top: 27px;
		right: 36px;
	}
	.link_btn:hover:after {
		right: 18px;
	}
	/*------------ HEADER ------------*/
	#header h1{
		top: 15px;
		left: 20px;
		width: 90px;
	}
	#header .header_reserve{
		width: 210px;
		transform: rotate(90deg);
		transform-origin: top right;
		right: 0;
		top: 50%;
	}
	#header .header_reserve a {
		font-size: 12px;
		padding: 8px 0 7px 38px;
	}
	#header .header_reserve a:after {
		transform: rotate(-90deg);
	}	
}