@charset "UTF-8";
html {
	font-size: 62.5% !important;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
}
/* =13px */

body {
	min-width: 320px;
	line-height: 1.6;
	color: #535353;
	font-family: 'Tajawal', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 400;
	background-color: #fff;
}
html, body {
	width: 100%;
	font-size: 14px;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: inherit;
	box-sizing: border-box;
}
ul, ol {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}
.ie8 img {
	width: auto;
	border: 0;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*clearfix*/

.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*---------------------------------------------------
共有
----------------------------------------------------*/

a {
	text-decoration: none !important;
	transition: .1s linear;
	display: block;
}
a:hover {
	opacity: 0.8;
}
#wrapper {
	padding: 92px 0 0 0 !important;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
}
/*#wrapper a {
	transition:.1s linear;
}*/

.contents {
	max-width: 1280px;
	margin: 0 auto;
}
.bg-image {
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
}

@media (max-width: 599px) {
.sp_contents {
	padding:0 2%;
	box-sizing:border-box;
}
}

/*---------------------------------------------------
header
----------------------------------------------------*/

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 20;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header #header_inner {
	width: 1280px;
	margin: 0 auto;
}
header #header_inner .logo {
	float: left;
	margin: 0 134px 0 0;
	padding: 30px 0 0 0;
}
header #header_inner .logo img {
	width: auto;
}
header #header_inner nav {
	float: left;
}
header #header_inner nav .sp {
	display: none;
}
/*header #header_inner nav .logo img {
	height: 36px; 
}*/

header #header_inner nav .close {
	position: absolute;
	left: 10px;
	top: 0;
}
header #header_inner nav .menu li {
	float: left;
	position: relative;
}
header #header_inner nav .menu li a {
	display: block;
	transition: color .3s;
}
header #header_inner nav .menu li a:hover {
	border-bottom: solid 3px #555;
}
header #header_inner nav .menu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.9);
}
header #header_inner nav .menu li ul li {
	width: 100%;
}
header #header_inner nav .menu li ul li a {
	padding: 10px 30px;
	border-top: 1px solid #eee;
	text-align: left;
	box-sizing: border-box;
}
header #header_inner nav #dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
header #header_inner nav #dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}
header #header_inner nav .shops {
	margin: 8px 0;
}
header #header_inner nav .shops li {
	padding: 0 4px;
	width: 50%;
	float: left;
	margin: 0 0 4px 0;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
}
header #header_inner nav .shops li a {
	display: block;
	line-height: 45px;
	border: 1px solid #444;
	color: #fff;
	font-size: 1.1rem;
}
header #header_inner .contact_btn{
	display: none;
}

header #header_inner .menu-button {
	display: none;
}
header #header_inner .menu-button .icon-animation {
	width: 28px;
	height: 28px;
	margin: 0 auto;
}
header #header_inner .menu-button .icon-animation i {
	display: block;
	width: 26px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	transition: background 0.5s;
	position: relative;
	top: 14px;
}
header #header_inner .menu-button .icon-animation i:before, header #header_inner .menu-button .icon-animation i:after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	transform: rotate(0deg);
	transition: all 0.3s !important;
}
header #header_inner .menu-button .icon-animation i:before {
	transform: translateY(8px);
}
header #header_inner .menu-button .icon-animation i:after {
	transform: translateY(-8px);
}
header #header_inner .menu-button p {
	font-size: 10px;
	letter-spacing: 0.2em;
}
header #header_inner .menu-button.open {
	top: 0;
}
header #header_inner .menu-button.open .icon-animation i {
	background: transparent;
}
header #header_inner .menu-button.open .icon-animation i:before, header #header_inner .menu-button.open .icon-animation i:after {
	background: #fff;
}
header #header_inner .menu-button.open .icon-animation i:after {
	transform: translateY(0px) rotate(-45deg);
}
header #header_inner .menu-button.open .icon-animation i:before {
	transform: translateY(0px) rotate(45deg);
}
header #header_inner .menu-button.open p {
	display: none;
}
header #header_inner .coupon, header #header_inner .reserve {
	position: absolute;
	top: 10px;
	width: 196px;
}
header #header_inner .coupon a, header #header_inner .reserve a {
	display: block;
	padding: 8px 0;
	position: relative;
	font-size: 13px;
}
header #header_inner .coupon a:hover, header #header_inner .reserve a:hover {
	opacity: .6;
}
header #header_inner .coupon a:first-line, header #header_inner .reserve a:first-line {
	font-size: 14px;
}
header #header_inner .coupon a:after, header #header_inner .reserve a:after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #111;
}
header #header_inner .coupon .pc, header #header_inner .reserve .pc {
	font-size: 12px;
	letter-spacing: 0.2em;
}
header #header_inner .coupon a br.sp, header #header_inner .reserve a br.sp {
	display: none;
}
header #header_inner .coupon {
	right: 232px;
	border: 2px solid #111;
	background-color: #111;
	color: #fff;
}
header #header_inner .coupon a:after {
	border-color: #fff;
}
header #header_inner .reserve {
	right: 18px;
	border: 2px solid #111;
	color: #111;
}
/*現在のページ*/

/*.current {
	border-bottom: 4px solid #555;
}*/


/*---------------------------------------------------
footer上contact
----------------------------------------------------*/

.bg_contents_y {
	position: relative;
	overflow: hidden;
}
#contact {
	background: #6BE729;
	padding-bottom: 80px;
}
#contact .tel_box {
	width: 640px;
	margin: 0 auto;
	border: solid 2px #555555;
	padding: 40px 108px;
	box-sizing: border-box;
}
#contact .time {
	padding: 32px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #555;
}
/*---------------------------------------------------
footer
----------------------------------------------------*/

footer {
	background-color: #555;
	color: #fff;
	padding: 40px 0 0 0;
	font-size: 15px;
}
footer a {
	display:inline;
}
footer .f-inner {
	width: 60%;
	margin: 0 auto 14px;
	border-right: solid 1px #444;
}
footer .f-left_box {
	float: left;
	width: 42%;
	padding: 10px 6%;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
}
footer .f-right_box {
	float: left;
	width: 50%;
	padding: 0 6%;
}
footer .logo {
	margin: 0 0 18px 0;
}
footer .footer_ttl {
	font-size: 26px;
	margin: 0 0 18px 0;
	letter-spacing: 0.1em;
}
footer .f-nav01 {
	float: left;
	width: 50%;
}
footer .f-nav02 {
	float: left;
	width: 50%;
}
footer ul li ul li {
	padding: 0 0 0 32px;
	font-size: 14px;
}
footer ul li .arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
footer ul li .arrow::before, footer ul li .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer ul li .ar01::before {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
footer .bottom {
	text-align: center;
	font-size: 12px;
	color: #999;
}
footer .bottom .copyright {
	border-top: solid 1px #444;
	padding: 14px 0;
}





@media (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
	#wrapper {
		min-width: 100%;
		padding: 60px 0 0 0 !important;
	}
	.contents {
		width: 90%;
		margin: 0 auto;
	}	
	header {
		border-bottom: none;
		height: 60px;
	}
	header:after {
		content: none;
	}
	
	header #header_inner .logo {
		margin: 0;
		padding: 20px 0 0 1%;
	}
	header #header_inner .logo img {
		width: 80%;
	}
	header #header_inner nav .pc {
		display: none;
	}
	header #header_inner nav .sp {
		display:block;
	}
	
	header #header_inner nav {
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		background-color: rgba(51, 51, 51, 0.95);
		z-index: 99;
		height: 100%;
		transition: left .25s ease;
	}
	header #header_inner nav.show {
		left: 0;
	}
	header #header_inner nav .menu {
		padding: 80px 0 20px 0;
		border-bottom:solid 1px #aaa;
		width: 90%;
		margin: 0 auto;
	}
header #header_inner nav .menu li {
		width: 100%;
		float: none;
		border-bottom: solid 1px #aaa;
		margin: 0 auto;
		padding: 20px 0;
	}	
	header #header_inner nav .menu li:after {
		content: ">";
		position: absolute;
		top: 50%;
		right: 6%;
		font-size: 1.4rem;
		line-height: 1;
		margin: -9px 0 0 0;
		color: #eee;
	}
	header #header_inner nav .menu .last {
		border:none;
	}	
	header #header_inner nav .menu li a {
		font-size: 1.4rem;
		padding: 0 0 0 20px;
		color: #eee;
	}
	header #header_inner nav .menu li a span {
		padding:0 4%;
	}
	header #header_inner nav .menu li a img {
		vertical-align:middle;
	}
	header #header_inner nav .tel_box {
		margin: 0 auto;
		border: solid 2px #555555;
		padding: 6%;
		box-sizing: border-box;
		width: 100%;
		margin:0 0 20px 0;
		border-bottom:solid 1px #aaa;
	}
	header #header_inner nav .time {
		color: #eee;
		padding: 10px 0 0 0;
		font-size: 1.4rem;
		text-align:center;
}
	header #header_inner .contact_btn {
		display: block;
		position: absolute;
		right: 20%;
		/* top: 10px; */
		text-align: center;
		z-index: 100;
		background: #6BE729;
		color: #555;
		padding: 3%;
		height:60px;
		width:20%;
	}
	header #header_inner .contact_btn img {
		display: block;
		margin:0 auto ;
	}
	header #header_inner .menu-button {
		display: block;
		position: absolute;
		right: 0;
		/* top: 10px; */
		text-align: center;
		z-index: 100;
		background: #555;
		color: #fff;
		padding: 3%;
		width:20%;
		height:60px;
	}
	
	footer {
		padding: 30px 0 0 0;
		font-size: 1.3rem;
	}

	footer .f-inner {
		width: 90%;
		margin: 0 auto 14px;
		border-right: none;
	}

	footer .f-left_box {
		float: none;
		width: 100%;
		padding: 10px 6%;
		border-left: none;
		border-right: none;
	}

	footer .f-right_box {
		display: none;
	}









}


























