@charset "UTF-8";
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
body {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

.main_content {
	width: 100%;
	max-width: 390px;
	margin-inline: auto;
}
.inner {
	max-width: 350px;
	width: 90%;
	margin-inline: auto;
}

/* ----------------------------------------------------------------------
シングルページ
---------------------------------------------------------------------- */
.mainvisual {
	margin-bottom: 30px;
	width: 100%;
	aspect-ratio: 39 / 33;
	position: relative;
}
.mainvisual .back_menu {
	position: absolute;
	top: 10px;
	left: 10px;
}
.mainvisual .back_menu a {
	display: block;
	background-color: #ffffffcf;
	border-radius: 50px;
	padding: 10px 10px 10px 30px;
	position: relative;
	font-size: 13px;
}
.mainvisual .back_menu a::before {
	content: '';
	width: 13px;
	height: 13px;
	background-image: url('../images/link_arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 50%;
	translate: 0 -50%;
}
.mainvisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.eat_m_info div {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 12px;
}
.eat_m_info div span {
	width: 15px;
}
.eat_m_info .r_title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
	letter-spacing: 0.075em;
}
.eat_m_info .r_title_reading {
	margin-top: -10px;
    margin-bottom: 16px;
    letter-spacing: 0;
}
.eat_m_info .r_time {
	align-items: flex-start;
	margin-bottom: 12px;
}
.eat_m_info .r_time .r_time_d {
	margin-bottom: 0;
}
.eat_m_info .r_time_wrapper {
	flex-direction: column;
	gap: 8px;
	margin-bottom: 0;
}
.eat_m_info .r_price {
	gap: 0;
	font-size: 15px;
	flex-direction: column;
	align-items: flex-start; 
}
.eat_info_tag {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 35px;
}
.eat_info_tag li {
	border: 1px solid #595757;
	border-radius: 3px;
	padding: 5px 8px;
	letter-spacing: 0.075em;
	font-size: 14px;
}
.eat_m_info .tel_num {
	margin-top: 35px;
	justify-content: center;
	width: 100%;
	margin-bottom: 45px;
}
.tel_num a {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 700;
	padding: 5px;
	border: 1px solid #595757;
	border-radius: 50px;
	width: 100%;
}
.tel_num a span {
	width: 21px;
}
.photo_list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 65px;
}
.photo_item {
	width: calc((100% - 10px) / 2);
	aspect-ratio: 1;
	border-radius: 5px;
}
/* .photo_item picture {
	width: 100%;
	height: 100%;
	display: block;
} */
.photo_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.eat_recommend {
	background-color: #dfe5e7;
	border-bottom: 1px solid #3e3a39;
	border-top: 1px solid #3e3a39;
	padding: 12px 0 50px 0;
	margin-bottom: 70px;
}
.map_iframe {
	width: 100%;
	aspect-ratio: 35 / 27;
	margin-bottom: 6px;
}
.map_iframe iframe {
	width: 100%;
	height: 100%;
}
.recommend_title {
	font-weight: 700;
	margin-bottom: 40px;
}
.recommend_text p {
	line-height: 1.75;
	letter-spacing: 0.075em;
}
.map_wrapper {
	margin-bottom: 50px;
}
.map_wrapper a {
	display: flex;
	gap: 4px;
	align-items: center;
	font-size: 12px;
	justify-content: flex-end;
	margin-top: 4px;
}
.map_wrapper a span {
	width: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.eat_b_info_list {
	margin-bottom: 90px;
}
.eat_b_info_list img {
	width: 16px;
	height: 17px;
}
.eat_b_info_list th, .eat_b_info_list td {
	padding-bottom: 10px;
}
.eat_b_info_list th {
	padding-top: 6px;
}
.eat_b_info_list td {
	padding-left: 12px;
/* 	display: flex; */
	gap: 10px;
	line-height: 1.75;
	word-break: break-all;
}
.eat_b_info_list .r_flex_column_td {
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: flex-start;
}
.eat_b_info_list .r_time {
	display: flex;
    align-items: center;
    gap: 4px;
	margin-bottom: 4px;
}
.eat_b_info_list .r_time img {
	width: 16px;
    margin-right: 3px;
    margin-top: 3px;
}
.eat_b_info_list .r_price {
	display: flex;
	align-items:center;
	gap: 4px;
	flex-direction: row;
}
.eat_b_info_list .r_price img {
	width: 16px;
	margin-right: 3px;
	margin-top: 3px;
}
.ex_title_td {
	flex-direction: column;
}
.nearby {
	background-color: #dfe5e7;
	border-bottom: 1px solid #3e3a39;
	border-top: 1px solid #3e3a39;
	padding: 12px 0 50px 0;
}
.nearby_title {
	font-weight: 700;
	margin-bottom: 30px;
}
.nearby_slider_item {
	margin-inline: 15px;
}
.nearby_slider_item .r_time {
	display: flex;
	align-items: flex-start;
}
.nearby_slider_item .r_time .r_time_wrap {
	margin-bottom: 0;
}
.nearby_slider_item .r_time .r_time_wrap .r_time_n {
	margin-bottom: 8px;
}
.nearby_slider_item .r_time .r_time_wrap .r_time_d {
	margin-bottom: 0;
}
.nearby_slider_item .r_days {
	line-height: 1.5;
}
.nearby_slider_item span img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.nearby_slider_item div {
	margin-bottom: 10px;
}
/* .nearby_slider_item .r_price {
	flex-direction: column;
	gap: 0; */
/* } */
.r_name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}
.r_price {
	display: flex;
	gap: 14px;
}
.nearby_tags {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.nearby_tags li {
	border: 1px solid #595757;
	border-radius: 3px;
	padding: 5px 8px;
	letter-spacing: 0.075em;
	font-size: 14px;
	background-color: #fff;
}
.pagetop a {
	display: block;
	padding: 20px 10px;
	text-align: center;
/* 	border-bottom: 1px solid #3e3a39; */
}
.slick-prev:before,.slick-next:before {
   content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slick-prev:before {
	background-image: url('../images/slider_arrow_l.svg');
}
.slick-next:before {
	background-image: url('../images/slider_arrow_r.svg');
}
.arrow_box {
	display: flex;
    gap: 30px;
    justify-content: center;
	margin-top: 35px;
}
.arrow_box button {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(0,0);
	width: 40px;
	height: 20px;
}

/* ----------------------------------------------------------------------
タクソノミーページ
---------------------------------------------------------------------- */
#taxonomy_page {}
.head_menu {
	border-top: 1px solid #3e3a39;
	border-bottom: 1px solid #3e3a39;
	display: flex;
}
.head_menu a {
	display: block;
	width: calc(100% / 3);
	border-right: 1px solid #3e3a39;
	padding: 15px 0;
	text-align: center;
}
.head_menu a.active {
	background-color: #d4d5d5;
}
.head_menu a:last-child {
	border-right: none;
}
.cat_mainvisual {
	margin-bottom: 40px;
	width: 100%;
	margin-top: -2px;
	aspect-ratio: 39 / 27;
}
.cat_mainvisual picture {
	width: 100%;
	height: 100%;
	display: block;
}
.cat_mainvisual picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r_item {
	font-size: 12px;
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.r_item li {
	width: calc((100% - 15px) / 2);
	line-height: 1.4;
}
.r_item li.r_item_empty {
	width: 100%;
}
.restaurant_visual {
	width: 100%;
	aspect-ratio: 1;
	display: block;
	margin-bottom: 10px;
}
.restaurant_visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}
.r_item .r_name {
	font-weight: 700;
	margin-bottom: 30px;
}
.r_item span img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	vertical-align: middle;
}
.r_item div {
	margin-bottom: 10px;
}
.r_item .r_name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}
.r_item .r_reading{
	margin-top: -10px;
    letter-spacing: 0;
}
.r_item li .r_time {
	margin-bottom: 0;
	line-height: 1.2;
	display: flex;
}
.r_item li .r_time .r_time_wrap {
	display: flex;
	margin-bottom: 0;
}
.r_item li .r_time .r_time_d {
	margin-bottom: 0;
}

.r_time_n_icon { grid-area: r_time_n_icon; }
div.r_time_n { grid-area: r_time_n; margin-bottom: 0; }
.r_time_d { grid-area: r_time_d; }
div.r_price {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 0;
}
.r_item li .r_days {
	display: flex;
}
.r_tags {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.r_tags li {
	width: fit-content;
	border: 1px solid #595757;
	border-radius: 3px;
	padding: 3px 6px;
	letter-spacing: 0.075em;
	font-size: 11px;
	background-color: #fff;
}

#error {
	margin-top: 50px;
}
#error .back_to_top a {
	display: block;
	color: #333;
	background-color: #dfe5e7;
	padding: 15px;
	text-align: center;
	border-radius: 500px;
	border: 1px solid #333;
	margin-top: 40px;
	margin-bottom: 80px;
}