* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Mincho Pro", serif; */
	font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN",
		sans-serif;
}

html,
a {
	color: #333;
}

ul,
ol,
li {
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
}

.container {
	padding: 0 5%;
	text-align: center;
}

.logo {
	text-align: center;
	padding: 64px 0 112px;
}

.logo img {
	width: 84px;
}

.concept {
	margin-bottom: 56px;
}

.gallery {
	margin: 48px 0;
}

.price_att {
	font-size: 0.875rem;
}

.menu_arakaruto {
	/* display: flex;
	justify-content: space-between;
	gap: 10px; */
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.menu_arakaruto dl {
	width: 100%;
}

.menu_arakaruto dt {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	font-size: small;
	text-align: center;
	margin: 40px 0;
}

.about_menu {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
}

.menu_course dl {
	margin-bottom: 20px;
}

.menu_course dl dt {
	font-weight: bold;
}

.menu_course {
	margin: 10px 0;
}

.title_arakaruto {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

.arakaruto_item {
	margin-top: 24px;
}

.att {
	color: rgb(277, 27, 19);
	font-size: 0.8rem;
	display: inline-block;
}

.menu_subtitle {
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
}

.title_plate {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}

.reserve {
	margin: 40px 0;
}

.reserve a {
	display: block;
	padding: 16px 24px;
	text-align: center;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
}

.taxprice {
	font-size: 0.75rem;
}

.addresswrapper {
	margin-bottom: 64px;
}

.address {
	margin-block: 16px;
}

.link_calender {
	text-decoration: underline;
}

.ig_link {
	display: block;
	padding-top: 20px;
}

.ig_link img {
	width: 136px;
}
