@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

main#shop, main#shop2, main#shopguide {
	padding-top: 75px;
}

#shop h1, #shop2 h1, #shopguide h1 {
	display: flex;
	justify-content: space-between;
	font-size: 2.2rem;
	border-bottom: 1px solid #AAAAAA;
	padding: 20px 10px 5px;
}
#shop h1 p:first-of-type, #shop2 h1 p:first-of-type, #shopguide h1 p:first-of-type {
	font-family: "M PLUS 1p", serif;
	font-weight: 400;
}
#shop h1 p:last-of-type, #shop2 h1 p:last-of-type, #shopguide h1 p:last-of-type {
	font-family: "Roboto Condensed", serif;
	color: #9EC2EC;
	font-weight: 500;
	transform: translateY(3px);
}

#shop h2, #shop2 h2 {
	width: 100%;
	height: 24px;
	border-bottom: 2px solid #1c5277;
}

#shop section, #shop2 section, #shopguide section {
	width: 100%;
}

#shop section:nth-child(n+5), #shop2 section:nth-child(n+5) {
	margin-bottom: 30px;
}

#shop nav, #shop2 nav {
	margin-bottom: 20px;
}

.nav_cate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1074px;
	margin: 0 3px;
}

.nav_cate li {
	width: 150px;
	height: 64px;
}

.nav_cate li:nth-of-type(-n+7) {
	margin-bottom: 4px;
}

.nav_cate a {
	display: block;
	overflow: hidden;
}

.nav img {
	width: 150px;
	height: 64px;
}

.nav_cate a:hover > img {
	transition: all 0.4s ease-out;
	transform:  scale(1.05);
	opacity: 0.7;
}

.nav_cate a img {
	transition: all 0.2s ease-out;
}

#shop section ul, #shop2 section ul {
	width: 100%;
	font-size: 1.5rem;
}

#shop section li, #shop2 section li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-right: 30px;
	padding: 0 10px;
}

#shop section dl, #shop2 section dl {
	display: table;
	width: 100%;
	height: 50px;
}

#shop section dt, #shop section dd, #shop2 section dt, #shop2 section dd {
	display: table-cell;
	vertical-align: middle;
}

#shop section dt, #shop2 section dt {
	width: 500px;
	line-height: 1.2;
}

#shop section dl dd:nth-child(2) {
	width: 240px;
	font-size: 1.2rem;
	line-height: 1.5;
}

#shop section dl dd:nth-child(3) {
	width: 80px;
	text-align: center;
}

#shop section dl dd:last-child {
	padding-left: 100px;
}

#shop2 section dd:nth-child(2) {
	width: 200px;
	text-align: center;
	font-size: 1.2rem;
}

#shop2 section dl dd:nth-child(3) {
	width: 120px;
	text-align:  center;
}

#shop2 section dl dd:last-child {
	padding-left: 50px;
}

#shop section dd:nth-child(2) a {
	text-decoration: underline;
}

#shop section dd:nth-child(2) a:hover {
	color: #888;
	text-decoration: none;
}

#shop section dl dd:last-child a, #shop2 section dl dd:last-child a {
	display: inline-block;
	font-size: 1.3rem;
	background-color: #e8e8e8;
	padding: 8px 25px;
	transition: all 0.2s ease-out;
}

#shop section dl dd:last-child a:hover, #shop2 section dl dd:last-child a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #1c5277;
	transition: all 0.4s ease-out;
}

section.map {
	padding: 15px 140px;
}

/* ショップ紹介ページ */

.line_head {
	width: 100%;
	height: 15px;
	background-color: #1c5277;
	margin: 25px 0;
}

.guide01 {
	margin-bottom: 10px;
}

.guide04 {
	margin-bottom: 40px;
}

.shopname {
	width: 580px;
	float: left;
}

.shopname div.container {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 31px 10px;
	margin-bottom: 20px;
}

.shopname div.logo {
	width: 122px;
	height: 122px;
	border: 1px solid #ccc;
	float: left;
}

.shopname div.name {
	width: 448px;
	padding: 0 15px;
	float: left;
}

.shopname div.name h2 {
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 20px;
}

.shopname div.name p {
	font-size: 1.4rem;
	color: #1c5277;
}

.introduction {
	line-height: 1.8;
	padding: 0 10px;
}

.shopimg {
	width: 480px;
	margin-left: 10px;
	float: left;
}

.shopimg img {
	width: 480px;
	height: 360px;
}

.guide02 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.shopdata {
	display: table;
	padding: 0 10px;
	margin-bottom: 5px;
}

.shopdata dt {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	text-align: center;
	font-size: 1.3rem;
	background-color: #e8e8e8;
	padding: 18px 0;
}

.shopdata dd {
	display: table-cell;
	vertical-align: middle;
	width: 445px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 15px;
}

.shopdata a {
	text-decoration: underline;
}

.shopdata a:hover {
	text-decoration: none;
	color: #888;
}

.guide03 {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.guide03 a {
	display: block;
	width: 200px;
	font-size: 1.3rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 0;
	float: left;
	transition: all 0.2s ease-out;
}

.guide03 a:first-child {
	margin-right: 50px;
}

.guide03 a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #1c5277;
	transition: all 0.4s ease-out;
}

a[id]:not([id='top']) {
	position: relative;
	top: -80px;
	display: block;
}

#rst_wa li dd:last-of-type a[href=""], #rst_yo li dd:last-of-type a[href=""], #rst_ch li dd:last-of-type a[href=""], #rst_eth li dd:last-of-type a[href=""], #rst_no li dd:last-of-type a[href=""], #rst_caf li dd:last-of-type a[href=""], #rst_bar li dd:last-of-type a[href=""], #rst_oth li dd:last-of-type a[href=""], #shp_fod li dd:last-of-type a[href=""], #shp_oth li dd:last-of-type a[href=""], #svc_atm li dd:last-of-type a[href=""], #svc_cov li dd:last-of-type a[href=""], #svc_med li dd:last-of-type a[href=""], #svc_lif li dd:last-of-type a[href=""] {
	display: none;
}
