@charset "UTF-8";
/*--------------------------------------
  outline
--------------------------------------*/
#single-container {
	display: flex;
	width: 85%;
	justify-content: space-between;
	margin: 0 auto 100px auto;
}
#single-main {
	width: 64%;
	margin: 30px 6% 0 0;
}
#sidebar {
	width: 30%;
	margin: 30px 0;
}
#single-main .content {
	width: 100%;
	margin: 50px 0;
}
/*--------------------------------------
  h2~
--------------------------------------*/
.top-pagepost-head h2, .top-pagepost-head h3 {
	font-size: 1em;
	margin: 15px 0 0 15px;
}
.article h3, .article h4, .article h5 {
	font-size: 32px;
	font-weight: 600;
	margin: 50px 0 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	padding: 0 0 14px;
}
.article h3::after, .article h4::after, .article h5::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}
.article h3:hover::after, .article h4:hover::after, .article h5:hover::after {
	transform: scaleX(1);
}
/*--------------------------------------
  single-top
--------------------------------------*/
.single-top {
	margin: 0 0 30px 0;
}
.single-top .image {
	width: 95%;
	margin: 0 auto 30px auto;
	box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.16), 0 0 28px -14px rgba(0, 0, 128, 0.18);
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail .meta {
	display: flex;
	margin: 0 0 10px 0;
	font-weight: bold;
	align-items: center;
}
.detail .meta li {
	margin: 0 20px 0 0;
}
.meta .category {
	padding: 5px 10px;
	font-size: .85em;
}
.meta .category:before {
  font-family: "Material Symbols Outlined";
	content: '\e56c';
	color: #fff;
}
.detail h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0 25px 0;
	line-height: 1.5em;
}
.date {
	text-align: right;
	font-size: .85em;
	margin: 0 0 30px 0;
}
.taglist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
.taglist li {
	margin: 0 10px 10px 0;
	background: #8a8a8a;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: .65em;
	font-weight: bold;
}
.taglist li:before {
	content: "#";
	color: #fff;
}
.taglist a:hover {
	background: #8a8a8a;
}
.star {
	color: #ffa500;
	font-size: 20px;
	font-weight: bold;
}
.hyakumeiten {
	display: flex;
	margin: 0 0 10px 0;
}
.hyakumeiten li {
	width: 65px;
	margin: 0 5px 0 0;
}
/*--------------------------------------
  restaurant
--------------------------------------*/
.restaurant-box {
	padding: 30px;
	background: #F1F3F9;
	border: solid #8a8a8a 1px;
}
.restaurant-box .title {
	font-size: 40px;
}
.restaurant-box p {
	margin: 0 0 30px 0;
	line-height: 1.5em;
}
#shop dl {
	width: 80%;
	margin: 0 auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	font-size: .85em;
}
#shop dt {
	width: 25%;
	padding: 4%;
	background-color: #8a8a8a;
	margin: 0 3px 3px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#shop dd {
	width: 58%;
	padding: 4%;
	background-color: #fff;
	margin: 0 0 3px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.sns-banner {
	display: flex;
	align-items: center;
	flex-wrap : wrap;
}
.sns-banner li {
	width: 48%;
	margin: 30px 0;
	transition: opacity 0.3s ease;
	transition: transform 0.3s ease;
	transform-origin: center;
}
.sns-banner li:hover {
	transform: scale(1.15);
}
.news {
	font-size: 1rem;
}
.news li {
	margin: 0 0 1rem 0;
}
/*--------------------------------------
  content-top
--------------------------------------*/
.summery {
	border: dashed 1px #8a8a8a;
	padding: 30px;
	background: #F1F3F9;
}
.summery p {
	margin: 0 0 1em 0;
}
.article .thumbnail {
	width: 90%;
	margin: 0 auto 30px auto;
}
.article p {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	line-height: 2em;
}
/*--------------------------------------
 	external card
--------------------------------------*/
.external-article {
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: solid #EEEEEF 1px;
	margin: 10px 0;
	transition: opacity 0.3s ease;
	box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.16), 0 0 28px -14px rgba(0, 0, 128, 0.18);
	transition: transform 0.3s ease;
	border: #ccc .5px solid;
}
.external-article:hover {
	transform: scale(1.05);
}
.external-article .image {
	margin: 0 2% 0 0;
	width: 25%;
	border: solid #EEEEEF 1px;
	object-fit: cover;
}
.external-article .meta {
	width: 73%;
}
.external-article .title {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px 0;
	font-weight: normal;
	position: static;
}
.external-article .disc {
	font-size: 13px;
	line-height: 18px;
}
/*--------------------------------------
 聖地巡礼-レストランボックス
--------------------------------------*/
.seichi-shop {
	margin: 50px auto;
	border-radius: 5px;
	border: dashed #999 2px;
	position: relative;
	padding: 20px;
	color: #333;
	width: 80%;
}
.seichi-shop .title {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.25em;
}
.seichi-shop dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.seichi-shop dd svg {
	font-size: 2em;
	color: #8a8a8a;
}
.seichi-shop dd {
	width: 25%;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	padding: .5%;
}
.seichi-shop dt {
	width: 74%;
	margin: 10px 0;
}
.seichi-link {
	text-align: center;
	width: 80%;
	margin: 30px auto;
	padding: 15px 0;
	background: #F69401;
	border-radius: 5px;
}
.singletop .excerpt {
	font-size: .95em;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.shop-detail {
	margin: 5px 0;
}
/*--------------------------------------
 pagenation
--------------------------------------*/
.pagination {
	font-size: 1.25em;
	margin: 5em auto;
	font-weight: bold;
}
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
}
.pagination ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 .75%;
	width: 50px;
	height: 50px;
	background: #fff;
	border: solid 2px #8a8a8a;
	color: #111;
	transition: all 0.15s linear;
}
.pagination .active {
	background: #8a8a8a;
	color: #fff;
}
.pagination ul li a {
	display: block;
}
/*--------------------------------------
 FAQ
--------------------------------------*/
.faq {
	border-top: 1px solid #e6e6e6;
}
.faq__item {
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
}
.faq__q {
	list-style: none;
	cursor: pointer;
	padding: 14px 44px 14px 0;
	font-weight: 700;
	position: relative;
	user-select: none;
}
 .faq__q::-webkit-details-marker {
 display: none;
}
.faq__q::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.2s ease;
}
.faq__item[open] .faq__q::after {
	transform: translateY(-50%) rotate(-135deg);
}
.faq__a {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.25s ease, opacity 0.2s ease;
}
.faq__item[open] .faq__a {
	max-height: 500px;
	opacity: 1;
}
.faq__a > * {
	margin: 0 0 12px 0;
	padding: 0 0 14px 0;
}
.faq__a p {
	margin: 0;
	line-height: 1.8;
}
.q {
	color: #808080;
	font-size: 1.5em;
	margin: 0 10px 0 0;
}
/*--------------------------------------
 STRONG POINT
--------------------------------------*/
.strongpoint {
  border: dashed 3px #f8b4b2;
  margin: 50px 5%;
  padding: 30px 40px;
  border-radius: 10px;
  color: #444;
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
}
.strongpoint .center {
  font-size:1.25em;
  margin:20px 0;
		text-align:center;
}
.strongpoint .center:before {
 content:"＜";
 margin:0 10px 0 0;
}
.strongpoint .center:after {
 content:"＞";
  margin:0 0 0 10px;
}
.strongpoint ul li {}
.strongpoint ul li:before {
	    font-family: "Material Symbols Outlined";
    content: '\e834';
				margin:0 5px 0 0;
}