/*============================
詳細ページ
============================*/
#entry_detail_wrap {
	padding: 0.20rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap {
		padding: 0.20rem 0 0;
	}
}

#entry_detail_wrap .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 店舗ふりがな */
#entry_detail_wrap .in .sec_title .kana {
	display: block;
    font-size: 0.16rem;
    letter-spacing: 0.075em;
    padding-top: 0.15rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .in .sec_title .kana {
		font-size: 0.13rem;
		padding-top: 0.10rem;
	}
}

/* 本文 */
#entry_detail_wrap .entry_wrap {
	width: 70%;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}

#entry_detail_wrap .entry_wrap .entry_header {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_header {
		padding-bottom: 0.20rem;
	}
}

#entry_detail_wrap .entry_wrap .entry_header .category {
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_header .category {
		padding-bottom: 0.06rem;
	}
}

#entry_detail_wrap .entry_wrap .entry_header .category span {
	display: inline-block;
	border: 1px solid #111;
	padding: 0.04rem 0.10rem 0.07rem;
	border-radius: 0.20rem;
	font-size: 0.14rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_header .category span {
		font-size: 0.13rem;
	}
}

#entry_detail_wrap .entry_wrap .entry_header .entry_title {
	font-size: 0.30rem;
	font-weight: 700;
	line-height: 1.50;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_header .entry_title {
		font-size: 0.24rem;
		font-weight: 700;
		line-height: 1.50;
	}
}

#entry_detail_wrap .entry_wrap .entry_header .date {
	padding-top: 0.10rem;
	font-size: 0.14rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_header .date {
		font-size: 0.13rem;
	}
}

/* アイキャッチ画像 */
#entry_detail_wrap .entry_wrap .entry_body .entry_eyecatch {
	text-align: center;
	padding-bottom: 0.20rem;
}

/* 本文 */
#entry_detail_wrap .entry_wrap .entry_body {
	font-size: 0.16rem;
	line-height: 2;
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .entry_wrap .entry_body {
		font-size: 0.14rem;
		line-height: 2;
		padding-bottom: 0.60rem;
	}
}

/* サイドバー */
#entry_detail_wrap .sidebar {
	width: 23%;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar {
		width: 100vw;
		margin: 0 -0.20rem;
		background-color: #F2F2F2;
		padding: 0.30rem 0.20rem 0;
		box-sizing: border-box;
	}
}

#entry_detail_wrap .sidebar .side_content_box {
	padding-bottom: 0.60rem;
}

#entry_detail_wrap .sidebar .side_content_box .side_title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-align: center;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #222;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar .side_content_box .side_title {
		font-size: 0.18rem;
	}
}

#entry_detail_wrap .sidebar .side_content_box .list {
	padding-top: 0.20rem;
}

#entry_detail_wrap .sidebar .side_content_box .list .link {
	padding-bottom: 0.10rem;
}

#entry_detail_wrap .sidebar .side_content_box .list .link a {
	font-size: 0.16rem;
	color: #111;
	text-decoration: none;
	line-height: 1.75;
	display: block;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar .side_content_box .list .link a {
		font-size: 0.14rem;
	}
}

#entry_detail_wrap .sidebar .side_content_box .list .link a::before {
	content: "";
	display: inline-block;
	width: 0.06rem;
	height: 3px;
	background-color: #666;
	margin-right: 0.10rem;
	position: relative;
	top: -0.04rem;
	left: 0;
	transition: all 0.3s;
}

#entry_detail_wrap .sidebar .side_content_box .list .link a:hover::before {
	background-color: #E62413;
	left: 0.02rem;
}

#entry_detail_wrap .sidebar .side_content_box .archive_select_wrap {
	padding: 0.20rem 0;
}

#entry_detail_wrap .sidebar .side_content_box .archive_select_wrap select {
	width: 100%;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 0.16rem;
	padding: 0.10rem;
	box-sizing: border-box;
}

/* サイドバー最新情報 */
#entry_detail_wrap .sidebar .side_content_box .archive_list .detail {
	border-bottom: 1px solid #CCC;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a {
	display: block;
	color: #111;
	text-decoration: none;
	position: relative;
	padding: 0.13rem 0.20rem 0.13rem 0;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a:hover {
	opacity: 0.7;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a::after {
	content: "";
	width: 0.14rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_right_bold_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
	position: absolute;
	right: 0.05rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a:hover::after {
	right: 0;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .category {
	font-size: 0.13rem;
	padding-bottom: 0.14rem;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .category span {
	border-bottom: 1px solid #111;
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .archive_title {
	font-size: 0.16rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.05em;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .archive_title {
		font-size: 0.14rem;
	}
}

#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .date {
	font-family: 'Poppins', sans-serif;
	font-size: 0.13rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar .side_content_box .archive_list .detail a .date {
		font-size: 0.12rem;
	}
}

#entry_detail_wrap .sidebar .side_content_box .bnr_box {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#entry_detail_wrap .sidebar .side_content_box .bnr_box {
		text-align: center;
	}
}


#entry_detail_wrap .sidebar .side_content_box .bnr_box a:hover {
	opacity: 0.5;
}

#entry_detail_wrap .entry_navi.pc_only {
	width: 100%;
}

/*==============================
店舗詳細
==============================*/
.shop_info_wrap {
	padding: 0.30rem 0;
}

.shop_info_wrap table {
	width: 100%;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.71;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
.shop_info_wrap table {
	font-size: 0.15rem;
}
}

.shop_info_wrap th {
	text-align: left;
	width: 2.00rem;
	font-weight: 400;
	vertical-align: top;
	padding: 0.10rem 0;
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
.shop_info_wrap th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0.10rem;
	font-weight: 700;
	border-bottom: 0;
	background-color: #F2F2F2;
}
}

.shop_info_wrap td {
	padding: 0.10rem 0;
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
.shop_info_wrap td {
		width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0.10rem 0.10rem 0.20rem;
	border-bottom: 0;
}
}

.shop_info_wrap td a[href^="tel:"] {
	color: #111;
	text-decoration: none;
}

.shop_info_wrap td a.link {
	color: #111;
}

.shop_info_wrap td a.link:hover {
	color: #E62413;
}

.shop_info_wrap td a.link span::after {
	content: "";
	width: 0.20rem;
	height: 0.10rem;
	display: inline-block;
	background-image: url(../common/img/icon_newwin_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* スライド */
#entry_detail_wrap .slick-prev::before,
.slick-next::before {
	font-size: 0.26rem;
}

#entry_detail_wrap .slick-next {
	right: 0.20rem;
	z-index: 1;
}

#entry_detail_wrap .slick-prev {
	left: 0.20rem;
	z-index: 1;
}

#entry_detail_wrap .slick-dots li {
	margin: 0;
}

#entry_detail_wrap .slick-dots li button::before {
	font-size: 0.10rem;
}

#entry_detail_wrap .slide {
	background-color: #F2F2F2;
}

#entry_detail_wrap .slide img {
	margin: auto;
}

/* GoogleMap */
#entry_detail_wrap .sento_map {
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
#entry_detail_wrap .sento_map {
	padding-bottom: 0.40rem;
}
}

#entry_detail_wrap .sento_map iframe {
	width: 100%;
	height: 3.50rem;
}

@media screen and (max-width: 599px) {
#entry_detail_wrap .sento_map iframe {
	width: 100%;
	height: 2.50rem;
}
}

/* 前のページに戻る */
#entry_detail_wrap .sento_back_btn {
	width: 100%;
	max-width: 3.00rem;
	margin: auto;
}

#entry_detail_wrap .sento_back_btn a {
	display: block;
	line-height: 0;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.075em;
	padding: 0.24rem 0 0.26rem;
	background-color: #000;
	text-align: center;
	border-radius: 0.30rem;
}