@charset "UTF-8";
html,body{
	min-width: 1280px;
}
.lists_info_bottom{
	justify-content: center;
}
.head_line{
	display: none;
}
.page_column_detail {
	background: repeating-linear-gradient(-45deg, #ffec9c, #ffec9c 20px, #fff0b0 20px, #fff0b0 40px);
}
.page_column_detail * {
	font-feature-settings: initial;
}
.page_column_list {
	background-image: linear-gradient(180deg, rgb(255, 254, 241) 0%, rgb(255, 253, 230) 51%, rgb(255, 242, 226) 100%);
	font-feature-settings: initial;
}
.page_column_list .main_visual {
	background-color: #d9d9d9;
}
.page_column_list .main_visual h1 {
	min-width: 1100px;
	height: 220px;
	margin: 0;
}
.page_column_list .main_visual h1 img {
	margin: auto;
	display: block;
}
.column_list_outer {
	width: 1140px;
	margin: auto;
}
.column_list_outer ._inner {
	padding: 30px 20px 100px 20px;
}
.dark_brown_btn {
	cursor: pointer;
	background-color: #6a5656;
	border: 2px solid #f3e3cd;
	color: #fff;
}
.column_detail_outer {
	width: 1140px;
	margin: auto;
}
.column_detail_outer .main_visual_detail ._main_visual_inner {
	width: 760px;
	height: 220px;
	display: flex;
	flex-direction: column;
	background-size: cover;
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_info {
	display: flex;
	padding: 20px 30px 0;
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_info time {
	display: inline-block;
	margin-left: 15px;
	line-height: 1;
	padding-top: 2px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4901960784), -1px -1px 0 rgba(255, 255, 255, 0.4901960784), -1px 1px 0 rgba(255, 255, 255, 0.4901960784), 1px -1px 0 rgba(255, 255, 255, 0.4901960784), 0px 1px 0 rgba(255, 255, 255, 0.4901960784), -1px 0 rgba(255, 255, 255, 0.4901960784), -1px 0 0 rgba(255, 255, 255, 0.4901960784), 1px 0 0 rgba(255, 255, 255, 0.4901960784);
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title {
	padding: 15px 25px;
	margin-top: 50px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8196078431) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.1) 75%, transparent);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4901960784), -1px -1px 0 rgba(255, 255, 255, 0.4901960784), -1px 1px 0 rgba(255, 255, 255, 0.4901960784), 1px -1px 0 rgba(255, 255, 255, 0.4901960784), 0px 1px 0 rgba(255, 255, 255, 0.4901960784), -1px 0 rgba(255, 255, 255, 0.4901960784), -1px 0 0 rgba(255, 255, 255, 0.4901960784), 1px 0 0 rgba(255, 255, 255, 0.4901960784);
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #5a3e3e;
	line-height: 1.1;
	margin: 0;
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title span {
	font-size: 22px;
	font-weight: bold;
	color: #525252;
	line-height: 1;
	margin-top: 10px;
	display: inline-block;
}
.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title .line_2 {
	margin-top: 10px;
}
.column_detail_outer ._inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 20px 100px 20px;
}
.column_detail_outer ._inner article {
	max-width: 760px;
	box-shadow: 0px 0px 3px rgba(71, 71, 71, 0.25);
	background-color: #fff;
}
.column_detail_outer ._inner article .main_visual_detail {
	display: block;
}
.main_post_area {
	background-color: #fff;
	padding: 40px 30px;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	font-weight: lighter;
}
.main_post_area strong {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.7;
}
.main_post_area h2 {
	font-size: 24px;
	font-weight: bold;
	color: #664c4c;
	margin: 40px 0 15px 0;
	line-height: 1.5;
}
.main_post_area h3 {
	font-size: 18px;
	font-weight: bold;
	color: #664c4c;
	margin: 20px 0 15px 0;
	line-height: 1.5;
}
.main_post_area time {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.column_detail_outer .other_introduction {
	margin-top: 40px;
	font-size: 14px;
}
.column_detail_outer .other_introduction h3{
	font-size: 24px;
	font-weight: bold;
	color: #664c4c;
	margin: 0px 0 15px 0;
	line-height: 1.5;
}
.column_detail_outer .other_introduction p{
	margin:20px auto;
	line-height: 1.7;
}
.column_detail_outer .other_introduction ._link_box a,
.column_detail_outer .other_introduction ._two_link_box a {
	cursor: pointer;
	background-color: #ffe061;
	color: #514343;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	border-radius: 5px;
	line-height: 1;
}
.column_detail_outer .other_introduction ._link_box span {
	font-size: 18px;
	color: #664c4c;
	line-height: 1;
	font-weight: bold;
}
.column_detail_outer .other_introduction ._link_box a:hover,
.column_detail_outer .other_introduction ._two_link_box a:hover {
	opacity: 0.8;
}
.column_detail_outer .other_introduction ._link_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.column_detail_outer .other_introduction ._link_box ._link_lead {
	font-size: 18px;
	color: #664c4c;
	line-height: 1;
	font-weight: bold;
}
.column_detail_outer .other_introduction ._link_box a {
	width: 340px;
	margin-top: 20px;
}
.column_detail_outer .other_introduction ._two_link_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
}
.column_detail_outer .other_introduction ._two_link_box a {
	width: 250px;
}
.column_detail_outer .other_introduction ._two_link_box a:nth-child(2) {
	margin-left: 10px;
}
.column_detail_outer .other_introduction._search_type ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.column_detail_outer .other_introduction._search_type ul li {
	width: 31%;
	display: flex;
	flex-direction: column;
	margin-left: 3%;
	flex-shrink: 0;
}
.column_detail_outer .other_introduction._search_type ul li:first-child {
	margin-left: 0;
}
.column_detail_outer .other_introduction._search_type ul li a{
	display: flex;
	flex-direction: column;
	flex-shrink: 0;

}
.column_detail_outer .other_introduction._search_type ul li img {
	width: 220px;
	height: 140px;
	object-fit: cover;
}
.column_detail_outer .other_introduction._search_type ul li span {
	line-height: 1;
}
.column_detail_outer .other_introduction._search_type ul li ._type {
	font-size: 12px;
	color: #664c4c;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column_detail_outer .other_introduction._search_type ul li ._shop_name {
	font-size: 14px;
	color: #664c4c;
	font-weight: bold;
	margin-top: 7px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.column_detail_outer .other_introduction._shop_type a:hover{
	opacity: 0.8;
}

.column_detail_outer .other_introduction._shop_type ._head {
	display: flex;
	padding: 10px 0;
}
.column_detail_outer .other_introduction._shop_type ._head img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.column_detail_outer .other_introduction._shop_type ._head > div {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	color: #525252;
	justify-content: center;
	line-height: 1;
}
.column_detail_outer .other_introduction._shop_type ._head > div span {
	font-size: 16px;
}
.column_detail_outer .other_introduction._shop_type ._head > div strong {
	margin-top: 10px;
	font-size: 20px;
}
.column_detail_outer .other_introduction._shop_type .imgs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 10px;
}
.column_detail_outer .other_introduction._shop_type .imgs ._first {
	width: 33.3333333333%;
	height: 320px;
	object-fit: cover;
}
.column_detail_outer .other_introduction._shop_type .imgs ._second {
	width: 66.6666666667%;
	display: flex;
}
.column_detail_outer .other_introduction._shop_type .imgs ._second img {
	width: 50%;
	height: 320px;
	object-fit: cover;
}
.column_detail_outer .other_introduction._shop_type .cover_imgs {
	margin-top: 10px;
	overflow: hidden;
}
.column_detail_outer .other_introduction._shop_type .cover_imgs img {
	display: block;
	margin: auto;
	height: 260px;
	width: auto;
}
.column_detail_outer .other_introduction._shop_type ._link_box {
	margin-top: 0;
}
.column_detail_outer .author_info {
	margin-top: 60px;
}
.column_detail_outer .author_info > span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.column_detail_outer .author_info .box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	width: 100%;
	border: 1px solid #deccb4;
	margin-top: 10px;
	background-color: #fff;
}
.column_detail_outer .author_info .box .author_head {
	width: 70px;
	height: 70px;
}
.column_detail_outer .author_info .box .author_head img {
	border-radius: 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.column_detail_outer .author_info .box dl {
	width: 580px;
	margin: 0;
}
.column_detail_outer .author_info .box dl dt {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.column_detail_outer .author_info .box dl dd {
	font-size: 12px;
	margin-left: 0;
	margin-top: 5px;
	line-height: 1.5;
}
.column_detail_outer ._inner .article_links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px auto 0;
}
.column_detail_outer ._inner .article_links li {
	margin-left: 20px;
	width: 130px;
}
.column_detail_outer ._inner .article_links li:nth-child(2) {
	width: 170px;
}
.column_detail_outer ._inner .article_links li a {
	background-color: #fff;
	font-size: 18px;
	color: #5a3e3e;
	line-height: 1;
	padding: 15px 5px;
	border-radius: 5px;
	border: 1px solid #8e8e8e;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.column_detail_outer ._inner .article_links li:first-child {
	margin-left: 0;
}
.column_detail_outer ._inner .article_links li ._arrow {
	position: relative;
}
.column_detail_outer ._inner .article_links li ._left img {
	margin-left: 7px;
}
.column_detail_outer ._inner .article_links li ._right img {
	margin-right: 7px;
}
.column_detail_outer ._inner aside { /*横サイド*/
	width: 300px;
}
.column_detail_outer ._inner aside .main_visual_detail {
	display: none;
}
.column_detail_outer ._inner aside .white_box {
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(71, 71, 71, 0.25);
	margin-top: 20px;
}
.column_detail_outer ._inner aside .outline {
	padding: 17px 18px 20px 18px;
}
.column_detail_outer ._inner aside .outline ._lead {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
}
.column_detail_outer ._inner aside .outline ul li {
	color: #7092d2;
	padding-left: 24px;
	position: relative;
	margin-top: 7px;
}
.column_detail_outer ._inner aside .outline ul li span {
	line-height: 1.5;
	font-size: 16px;
	font-weight: lighter;
	cursor: pointer;
}
.column_detail_outer ._inner aside .outline ul li span:hover {
	opacity: 0.8;
}
.column_detail_outer ._inner aside .outline ul li:before {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url("/assets/img/column/outline_arrow.webp");
	width: 16px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.column_detail_outer ._inner aside .side_special_feature {
	margin-top: 60px;
}
.column_detail_outer ._inner aside .side_special_feature dt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #c2a67e;
	padding: 13px 20px;
	box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.02);
	line-height: 1;
}
.column_detail_outer ._inner aside .side_special_feature dd {
	margin-top: 20px;
}
.column_detail_outer .dark_brown_btn {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 1;
	border-radius: 5px;
}
.column_detail_outer .popular_links {
	padding: 17px 18px 20px 18px;
	border-top: 1px solid #ddd;
}
.column_detail_outer .popular_links ._lead {
	font-size: 18px;
	font-weight: bold;
	color: #525252;
}
.column_detail_outer .popular_links ul {
	margin-top: 18px;
}
.column_detail_outer .popular_links ul .g_column_box {
	box-shadow: none;
	margin-top: 15px;
	padding: 0;
	background-color: #fff;
	border: none;
}
.column_detail_outer .popular_links ul .g_column_box ._head_img {
	width: 60px;
	height: 60px;
}
.column_detail_outer .popular_links ul .g_column_box ._info {
	margin-left: 10px;
}
.column_detail_outer .popular_links ul .g_column_box ._info time {
	font-size: 12px;
}
.column_detail_outer .popular_links ul .g_column_box ._info .column_label {
	font-size: 10px;
	padding: 4px 0;
	width: 85px;
}
.column_detail_outer .popular_links ul .g_column_box ._info ._lead_text {
	font-size: 12px;
	font-weight: lighter;
	max-width: 190px;
}
@media screen and (max-width: 760px) {
	html,body{
		min-width: initial;
	}
	.head_line{
		display: block;
		margin-bottom: 0;
		line-height: 1;
	}
	/*一覧ページ*/
	.page_column_list .main_visual h1 {
		min-width: initial;
		background-size: cover;
		width: 100%;
		height: 47vw;
		background-color: #fffeee;
	}
	.page_column_list .main_visual h1 img {
		width: 100%;
		height: auto;
	}
	.column_list_outer {
		width: 100%;
	}
	.column_list_outer ._inner {
		padding: 0 4vw 12vw 4vw;
	}
	.page_column_detail {
		background-image: linear-gradient(180deg, rgb(255, 254, 241) 0%, rgb(255, 253, 230) 51%, rgb(255, 242, 226) 100%);
	}
	.column_detail_outer {
		width: 100%;
		margin: auto;
		padding-bottom: 4vw;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner {
		width: 100%;
		height: 46vw;
		background-size: cover;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_info {
		padding: 3vw 4vw;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_info .column_label {
		padding: 1vw 0;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_info time {
		font-size: 4vw;
		font-weight: bold;
		margin-left: 3vw;
		padding-top: 0.4vw;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title {
		margin-top: 15vw;
		padding: 2vw 3.4vw;
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8196078431) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.1) 100%);
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title h1 {
		line-height: 1.3;
		font-size: 4.9vw;
	}
	.column_detail_outer .main_visual_detail ._main_visual_inner .leading_title span {
		font-size: 3.4vw;
	}
	.column_detail_outer ._inner {
		flex-direction: column-reverse;
		padding: 0;
	}
	.column_detail_outer ._inner article {
		padding: 0;
		max-width: initial;
		width: 100%;
		background-color: initial;
		box-shadow: none;
	}
	.column_detail_outer ._inner article .main_visual_detail {
		display: none;
	}
	.main_post_area {
		padding: 0 4vw;
		box-shadow: none;
		background-color: initial;
		font-size: 3.8vw;
	}
	.main_post_area strong,
	.main_post_area > h2,
	.main_post_area > h3,
	.main_post_area > p {
		padding: 0vw;
	}
	.main_post_area strong {
		font-size: 3.9vw;
	}
	.main_post_area h2 {
		font-size: 5.3vw;
		margin: 4vw 0 2vw 0;
	}
	.main_post_area h3 {
		font-size: 4.6vw;
		margin: 3vw 0 2vw 0;
	}
	.column_detail_outer .other_introduction {
		margin-top: 8vw;
		padding: 0;
	}
	.column_detail_outer .other_introduction h3{
		font-size: 4.6vw;
	}
	.column_detail_outer .other_introduction p{
		font-size: 3.8vw;
	}
	.column_detail_outer .other_introduction ._link_box a,
	.column_detail_outer .other_introduction ._two_link_box a {
		width: 100%;
		padding: 4vw 0;
		font-weight: bold;
		font-size: 4vw;
	}
	.column_detail_outer .other_introduction ._link_box {
		margin-top: 8vw;
		padding: 0;
	}
	.column_detail_outer .other_introduction ._link_box a{
		margin-top: 3vw;
	}
	.column_detail_outer .other_introduction ._link_box span{
		font-size: 3.8vw;
	}
	.column_detail_outer .other_introduction ._link_box ._link_lead {
		font-size: 4vw;
	}
	.column_detail_outer .other_introduction ._two_link_box {
		margin-top: 3vw;
		flex-direction: column;
	}
	.column_detail_outer .other_introduction ._two_link_box a:nth-child(2) {
		margin-top: 2vw;
		margin-left: 0;
	}
	.column_detail_outer .other_introduction._search_type{
		padding: 0;
		width: 200%;
	}
	.column_detail_outer .other_introduction._search_type ul::-webkit-scrollbar {
		display: none;
	}
	.column_detail_outer .other_introduction._search_type ul {
		scrollbar-width: none;
		flex-direction: revert;
		flex-wrap: nowrap;
		overflow: scroll;
		width: 100%;
		padding-left: 0;
		justify-content: flex-start;
		width: 55%;
		padding-right: 7vw;
	}
	.column_detail_outer .other_introduction._search_type ._link_box{
		width: 50%;
	}
	.column_detail_outer .other_introduction._search_type ul li {
		width: 85vw;
	}
	.column_detail_outer .other_introduction._search_type ul li:last-child {
		margin-right: 4vw;
	}
	.column_detail_outer .other_introduction._search_type ul li img {
		width: 100%;
		height: 55vw;
	}
	.column_detail_outer .other_introduction._search_type ul li ._type {
		font-size: 3.2vw;
	}
	.column_detail_outer .other_introduction._search_type ul li ._shop_name {
		font-size: 3.6vw;
		margin-top: 1vw;
	}
	.column_detail_outer .other_introduction._shop_type ._head,
	.column_detail_outer .other_introduction._shop_type > div,
	.column_detail_outer .other_introduction._shop_type p {
		padding: 0;
	}
	.column_detail_outer .other_introduction._shop_type .imgs {
		margin-top: 2vw;
	}
	.column_detail_outer .other_introduction._shop_type ._head img {
		width: 14vw;
		height: 14vw;
	}
	.column_detail_outer .other_introduction._shop_type ._head > div{
		margin-left: 2vw;
	}
	.column_detail_outer .other_introduction._shop_type ._head > div span{
		font-size: 3vw;
	}
	.column_detail_outer .other_introduction._shop_type ._head > div strong{
		font-size: 4vw;
		margin-top: 2vw;
	}
	.column_detail_outer .other_introduction._shop_type .imgs ._first {
		width: 68%;
		height: 84vw;
	}
	.column_detail_outer .other_introduction._shop_type .imgs ._second {
		width: 32%;
		display: flex;
		flex-direction: column;
	}
	.column_detail_outer .other_introduction._shop_type .imgs ._second img {
		width: 100%;
		height: 42vw;
	}
	.column_detail_outer .other_introduction._shop_type .cover_imgs {
		margin-top: 2vw;
	}
	.column_detail_outer .other_introduction._shop_type .cover_imgs img {
		width: 100%;
		height: initial;
	}
	.column_detail_outer .author_info {
		margin-top: 10vw;
		padding: 0;
		width: 100%;
	}
	.column_detail_outer .author_info > span {
		padding: 0;
		font-size: 3.8vw;
	}
	.column_detail_outer .author_info .box {
		padding: 3vw 2vw;
		margin-top: 2vw;
		flex-direction: column;
	}
	.column_detail_outer .author_info .box .author_head {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.column_detail_outer .author_info .box .author_head img {
		width: 11vw;
		height: 11vw;
	}
	.column_detail_outer .author_info .box .author_head span {
		font-size: 3.4vw;
		margin-left: 4vw;
		font-weight: bold;
	}
	.column_detail_outer .author_info .box dl {
		width: 100%;
		margin-top: 2vw;
	}
	.column_detail_outer .author_info .box dl dt {
	/* display: none; */
	}
	.column_detail_outer .author_info .box dl dd {
		font-size: 3.6vw;
		margin-top: 0;
	}
	.column_detail_outer ._inner .article_links {
		margin-top: 4vw;
		padding: 0 4vw;
		width: 100%;
	}
	.column_detail_outer ._inner .article_links li {
	/* margin-left: 0; */
		margin-left: 3%;
		width: 30%;
	}
	.column_detail_outer ._inner .article_links li a {
		font-size: 3vw;
		padding: 3vw 2vw;
		border-width: 2px;
	}
	.column_detail_outer ._inner .article_links li:first-child {
		margin-left: 0;
	}
	.column_detail_outer ._inner .article_links li:nth-child(2){
		width: 34%;
	}
	.column_detail_outer ._inner .article_links li ._arrow {
		position: relative;
	}
	.column_detail_outer ._inner .article_links li ._left img {
		width: 2vw;
		margin-right: 1.8vw;
	}
	.column_detail_outer ._inner .article_links li ._right img {
		width: 2vw;
		margin-left: 1.8vw;
	}
	.column_detail_outer ._inner aside {
		width: 100%;
	}
	.column_detail_outer ._inner aside .main_visual_detail {
		display: block;
	}
	.column_detail_outer ._inner aside .show_outline_btn_wrap {
		padding: 0 4vw;
		margin-top: 4vw;
	}
	.column_detail_outer ._inner aside .show_outline_btn_wrap button {
		background-color: #ffe061;
		width: 100%;
		font-size: 4vw;
		padding: 4vw 0;
		line-height: 1;
		font-weight: bold;
		border: none;
		box-shadow: none;
		border-radius: 5px;
		position: relative;
		cursor: pointer;
		color: #514343;
	}
	.column_detail_outer ._inner aside .show_outline_btn_wrap button:after {
		content: "";
		position: absolute;
		right: 5%;
		top: 50%;
		background-repeat: no-repeat;
		width: 5vw;
		height: 4vw;
		transform: translateY(-50%);
		background-size: contain;
	}
	.column_detail_outer ._inner aside .show_outline_btn_wrap ._open:after {
		background-image: url("/assets/img/column/outline_open.webp");
	}
	.column_detail_outer ._inner aside .show_outline_btn_wrap ._close:after {
		background-image: url("/assets/img/column/outline_close.webp");
	}
	.column_detail_outer ._inner aside .white_box {
		margin-top: 4vw;
		padding: 0 4vw;
		background-color: initial;
		box-shadow: none;
	}
	.column_detail_outer ._inner aside .outline {
		padding: 4vw;
		box-shadow: 0px 0px 3px rgba(71, 71, 71, 0.25);
		background-color: #fff;
		margin-bottom: 6vw;
	}
	.column_detail_outer ._inner aside .outline ._lead {
		font-size: 4vw;
	}
	.column_detail_outer ._inner aside .outline ul li {
		margin-top: 3vw;
		padding-left: 5vw;
	}
	.column_detail_outer ._inner aside .outline ul li span {
		line-height: 1.5;
		font-size: 4.4vw;
	}
	.column_detail_outer ._inner aside .outline ul li span:hover {
		opacity: 0.8;
	}
	.column_detail_outer ._inner aside .outline ul li:before {
		background-image: url("/assets/img/column/outline_arrow_sp.webp");
		width: 3vw;
		height: 3vw;
		top: 1.8vw;
	}
	.column_detail_outer ._inner aside .side_special_feature {
		display: none;
	}
	.column_detail_outer .popular_links {
		margin-top: 10vw;
		padding: 0vw 4vw;
		border-top: none;
		margin-bottom: 8vw;
	}
	.column_detail_outer .popular_links ._lead {
		font-size: 4vw;
		line-height: 1;
		text-align: center;
		display: block;
		margin: auto;
	}
	.column_detail_outer .popular_links ul {
		margin-top: 5vw;
	}
	.column_detail_outer .popular_links ul li {
		margin-top: 3vw;
	}
	.column_detail_outer .popular_links ul .g_column_box {
		margin-top: 0;
		padding: 3vw;
		border: 1px solid #deccb4;
	}
	.column_detail_outer .popular_links ul .g_column_box ._head_img {
		flex-basis: initial;
		width: 20vw;
		height: 20vw;
	}
	.column_detail_outer .popular_links ul .g_column_box ._info {
		margin-left: 3vw;
	}
	.column_detail_outer .popular_links ul .g_column_box ._info time {
		font-size: 3.6vw;
	}
	.column_detail_outer .popular_links ul .g_column_box ._info .column_label {
		font-size: 3.2vw;
		padding: 1vw 0;
		width: 27vw;
	}
	.column_detail_outer .popular_links ul .g_column_box ._info ._lead_text {
		font-size: 3.2vw;
		max-width: 61vw;
	}
	.column_detail_outer .dark_brown_btn {
		font-size: 4vw;
		padding: 3vw 0;
	}

}


/* 店舗の詳細情報 */
.column_shop_detail {
	border-collapse: collapse;
	margin:30px 0;
	width: 100%;
	background-color: #FFFFFF;
}
.column_shop_detail th,
.column_shop_detail td {
	border: solid 1px #DDDDDD;
		padding: 10px;
}
.column_shop_detail th {
	background-color: #fffde5;
	width: 200px;
}
.column_detail_outer .other_introduction .column_shop_detail td p {
	margin: 0;
}
.main_post_area h3.shop_name_h3{
		background-color: #fff0b0;
		padding: 10px;
		margin: 30px 0 -30px 0;
}
@media screen and (max-width: 760px) {
	.column_shop_detail {
		margin:4vw 0;
		display: block;
		padding: 4vw;
		border: solid 1px #9b6565;
	}
	.column_shop_detail tbody,
	.column_shop_detail tr,
	.column_shop_detail th,
	.column_shop_detail td {
		display: block;
		border: none;
		padding: 0;
	}
	.column_shop_detail th {
		background-color: transparent;
		width: 100%;
		font-weight: bold;
		font-size: 4vw;
		text-align: left;
	}
	.column_shop_detail td {
		font-size: 3.6vw;
		margin: 0 0 3vw 0;
	}
	.main_post_area h3.shop_name_h3{
		padding: 2vw;
		margin: 4vw 0 -4vw 0;
		font-size: 3.8vw;
	}
}
