@charset "utf-8";
/* CSS Document */




/*--------------------------------------------------

 * 

--------------------------------------------------*/
.vicinity{}
.vicinity__header{
	margin-top: 4em;
}
.vicinity__heading{
	margin: 0;
	padding: 0;
	
	font-size: 3.25em;
	font-weight: normal;
	line-height: 1.25em;
}

@media (min-width: 769px){}
@media (max-width: 768px){}



.item{
	margin-top: 4em;
	margin-bottom: 4em;
}
.item__header{
	margin-bottom: 2.5em;
	padding-top: 3.25em;
	padding-bottom: 3.25em;
	background-color: #eeebdf;
}
.item__heading{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.25em;
}
.item__frame{}
.item__photo{
	margin-bottom: 2.5em;
	display: flex;
	align-items: flex-start;
}
.item__photo > img:not(:first-child){
	margin-left: .5em;
}
.item__notes{}
.item__image{
	max-width: calc(33.33% - .5em);
}

@media (min-width: 769px){}
@media (max-width: 768px){}

.itemData{
	min-width: 100%;
	border-collapse: collapse;
	border: 1px solid;
}
.itemData tr{
	border-bottom: 1px solid;
}
.itemData__cell{
	padding: .5em 1em;
}
.itemData__cell--head{
	font-weight: normal;
	background-color: #e8e8e8;
	
	white-space: nowrap;
}
.itemData__cell--body{}

@media (min-width: 769px){}
@media (max-width: 768px){}

.item__navis{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-top: 2.5em;
	
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-bottom: -1em;
}
.item__navi{
	flex: 1 1;
	margin-left: 1em;
	margin-bottom: 1em;
}

@media (min-width: 769px){}
@media (max-width: 768px){}





/*--------------------------------------------------

 * 

--------------------------------------------------*/
.gourmet{}



.gourmet__header{
	margin-top: 4em;
}
.gourmet__heading{
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.25em;
	
	margin-top: 3.25rem;
	margin-bottom: 2.5rem;
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
	
	
	background-color: #edebde;
}

@media (min-width: 769px){}
@media (max-width: 768px){}




.summary{
	margin-top: 4em;
	margin-bottom: 4em;
}
.summary__photo{
	margin-bottom: 2em;
}
.summary__icons{
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-wrap: wrap;
	
	margin-left: -1em;
	margin-bottom: -1em;
}
.summary__icon{
	color: #757575;
	font-size: .875em;
	line-height: 2em;
	
	padding: .25em 1.25em;
	
	margin-left: 1em;
	margin-bottom: 1em;
	
	border: 1px solid;
}
.summary__note{}

@media (min-width: 769px){}
@media (max-width: 768px){}




.shopData{
	margin-top: 4em;
	margin-bottom: 4em;
}

@media (min-width: 769px){}
@media (max-width: 768px){}





.recommend{
	margin-top: 4em;
	margin-bottom: 4em;
}

.recommend__shops{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-top: 4em;
}
.recommend__shop{}
.recommend__fig{
	margin: 0;
	padding: 0;
	
	display: flex;
	align-items: center;
}
.recommend__image{
	margin-right: 1em;
	max-width: 50%;
}
.recommend__caption{
	flex: 1 1;
}

@media all and (-ms-high-contrast:none){
	.recommend__image{
		max-width: 50vw;
	}
	.recommend__caption{
		flex-basis: auto;
	}
}

@media (min-width: 769px){
	.recommend__shops{
		display: flex;
		flex-wrap: wrap;
		margin-left: -1em;
		margin-bottom: -1em;
	}
	.recommend__shop{
		margin-left: 1em;
		margin-bottom: 1em;
		max-width: calc(50% - 1em);
	}

}
@media (max-width: 768px){
	.recommend__shop:not(:last-child){
		margin-bottom: 1em;
	}
}





/* 応急処置 2019.4.9 */
.sightsee_data{
	
	max-width: 1260px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	box-sizing: border-box;
	
}
.sightsee_data h2{
	padding-left: 2.5%;
	padding-right: 2.5%;
	
	margin-bottom: 2.5em;
	padding-top: 2.25em;
	padding-bottom: 2.25em;
	background-color: #eeebdf;
	
	font-weight: normal;
	font-size: 1.5em;
}
.sightsee_layout,
.sightsee_layout thead,
.sightsee_layout tbody,
.sightsee_layout tr,
.sightsee_img,
.sightsee_dat{
	display: block;
}

.sightsee_layout{
	border-collapse: collapse;
}
.sightsee_img{
	display: flex;
	margin-bottom: 1em;
}
.sightsee_img > img{
	flex: 0 0 auto;
	max-width: calc(33.33% - .5em);
}
.sightsee_img > img:not(:first-child){
	margin-left: .5em;
}
.sightsee_dat{}





/*--------------------------------------------------

 * 

--------------------------------------------------*/
@media (min-width: 769px){}
@media (max-width: 768px){}