@charset "utf-8";

/* ==============================
PC english layout
Site Name: Gion UEMORI;
Date: 2025.11;
================================= */

/* layout
================================= */
#header #hero {
	background: url(../img/access/photo_hero.jpg) center center no-repeat;
	background-size: cover;
}

/* introduction
----------------------------- */
#introduction {
	padding-top: 100px;
}
#introduction .inner {
	background: url(../img/home/bg_intro.png) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 40vw;
}
#introduction .ttl {
	margin-bottom: 60px;
}

/* menu
----------------------------- */
#en__kaiseki {
	padding-top: 120px;
	padding-bottom: 120px;
}
#en__party {
	padding-top: 120px;
	padding-bottom: 120px;
}

/* shopinfo
----------------------------- */
#en__info {
	padding-top: 100px;
	padding-bottom: 0;
}
/* list */
#shopinfo__list {
	margin-bottom: 120px;
}
#shopinfo__list dl {
	padding: 32px 0;
}
#shopinfo__list dt {
	color: #d2b736;
	width: 160px;
}
#shopinfo__list dd {
	position: relative;
	width: 760px;
}
#shopinfo__list .btn {
	position: absolute;
	top: 4px;
	right: 100px;
	width: 240px;
}
#shopinfo__list .tel {
	line-height: 1;
}

/* map
----------------------------- */
#en__access {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: -150px;
}
#gmap-access {
	width: 100%;
	height: 520px;
}
/* guide */
#guide .item {
	margin-top: 60px;
}
#guide h3 {
	margin-bottom: 40px;
}
.guide__list li {
	clear: both;
	display: flex;
	list-style: none;
	margin-top: 24px;
}
.guide__list h4 {
	margin-right: 16px;
}
.guide__list h4 img {
	width: 40px;
	height: 50px;
}
.guide__list02 li {
	list-style: none;
	margin-top: 24px;
}