@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* header
--------------------------------------------------------------------- */
.header {
	width: 100%;
	height: 74px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
	background: #fff;
	border-bottom: 2px solid #eaeaea;
}
.header::after{
	content: "";
	position: absolute;
	border-bottom: 1px solid #d6d6d6;	
}

.header .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_inner{
	width: 77%;
	display: flex;
	justify-content: normal;
}

.logo {
	width: 20%;
}

.logo a {
	display: block;
	width: fit-content;
}

.logo img {
	max-width: none;
	width: 100%;
	height: 35px;
}

.nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gNav {
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.gNav li {
	width: calc(100% / 6);
}
.gNav li a {
	position: relative;
	padding: 22px 0 23px;
	width : 100%;
	color: #333333;
	font-size: 0.9em;
	text-align: center;
}
.gNav li a:hover {
	color: #333333;
}
.gNav li a::before{
	left: 0;
	height: 40px;
	content: "";
	position: absolute;
	border-left: 1px solid #eaeaea;
}
.gNav li.h_reservation a{
	color: #fff;
	padding: 22px 0 23px;
	background: #333;
	border-left: none;
}
.gNav li.h_reservation a::before{
	border-left: none;
}

/* footer
--------------------------------------------------------------------- */
.footer {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0 20px;
	background: #333333;
	text-align: left;
}

.footer .main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.infoarea {
	width: 35%;
	padding-left: 30px;
}

.f_logo {
	width: 100%;
}

.f_logo a {
	width: fit-content;
}

.f_logo img {
	max-width: none;
	width: 100%;
}
.f_tel a{
	color: #fff;
	font-size: 1.5625em;
	pointer-events: none;
}
.f_add {
	font-size: 1.125em;
}
.f_sns{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.f_sns li a{
	color: #fff;
	font-size: 2.15em;
	margin-right: 30px;
}

.menuarea {
	width: 56%;
	padding-right: 30px;
}
.menuarea ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menuarea ul li a{
	color: #fff;
}
.menuarea ul li a:hover{
	color: #fff;
}
.menuarea .list1 {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menuarea ul.list1 li {
	width: 20%;
	display: flex;
	text-align: left;
	justify-content: flex-start;
}
.menuarea ul.list1 li:first-of-type {
	width: 15%;
}
.menuarea .list2{
	padding: 20px 0 10px;
}
.menuarea ul.list2 li {
	width: 25%;
	display: flex;
	text-align: left;
	justify-content: flex-start;
}
.menuarea ul.list2 li.list2_pp{
	letter-spacing: -2px;
}
.menuarea .list3{
	padding: 10px 0 10px;
}
.menuarea ul.list3 li {
	width: 50%;
	display: flex;
	text-align: left;
	justify-content: flex-start;
}
.copyright{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
}

/* pagetop */
	#pagetop {
		position: fixed;
		z-index: 9998;
		/*right: 2vw;*/
		/*bottom: 3vw;*/
		right: 0;
		bottom: 0;
		display: block;
	}

	#pagetop a.rt_Top {
		color: #fff;
		width: 70px;
		height: 70px;
		display: block;
		border-radius: 35px;
		background: #000000 url(../images/pagetop.svg) center no-repeat;
		background-size: 24px 37px;
	}

	#pagetop a.bnr_Yadocoupon {
		display: inline-block;
		margin-bottom: 5px;
	}

/* End @media (min-width: 1001px) */
/* ---------------------------------------------------------------------- */