/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url("../img/bg-ttl-food.jpg") center no-repeat;
	background-size: cover;
}


/* --------------------------------------------------
section
-------------------------------------------------- */
#contents section{
	position: relative;
	z-index: 0;
	padding: 5% 0;
	margin-bottom: 5%;
}
#contents section::after{
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 96%;
	margin: auto;
	top: 0;
	bottom: auto;
	right: 0;
	left: auto;
	z-index: -1;
	background: #F3F3F3;
}
#contents section:nth-child(even)::after{
	bottom: auto;
	right: auto;
	left: 0;
}

@media screen and (max-width: 800px) {
	#contents section{
		margin-bottom: 3em;
	}
}

/* --------------------------------------------------
discover-wide-pht
-------------------------------------------------- */
.discover-wide-pht{
	margin-bottom: 6%;
}


/* --------------------------------------------------
food-col
-------------------------------------------------- */
.food-col{
	position: relative;
	margin-bottom: 8%;
}
.food-col li{
	padding: 0;
}

/* pht-col */
.pht-col{
	padding: 0;
	width: 51% !important;
}

/* txt-col */
.txt-col{
	width: 49% !important;
}
.txt-col h3{
	font-size: 4.7rem;
	font-weight: bold;
	padding-bottom: 1em;
	margin-left: 15%;
	margin-bottom: 1em;
	position: relative;
}
.txt-col h3:after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #D33845;
}

.txt-col .txt-detail{
	background: #fff;
	padding: 8%;
	position: relative;
	z-index: 2;
	width: 90%;
	margin-left: 15%;
}
.txt-col .txt-detail p{
	font-size: 1.7rem;
	margin-bottom: 1.4em;
	line-height: 1.8;
}
.txt-col .txt-detail p:last-child{
	margin-bottom: 0;
}

.txt-col .txt-detail p a{
	word-break: break-all;
	text-decoration: underline;
}
.txt-col .txt-detail p a:hover{
	text-decoration: none;
}

/* reverse */
.food-col.reverse{
	flex-direction: row-reverse;
}

.food-col.reverse .txt-col h3{
	margin-left: 5%;
}
.food-col.reverse .txt-col .txt-detail{
	margin-left: -5%;
}

@media screen and (max-width: 1200px) {
	.txt-col h3{
		font-size: 3rem;
	}
}

@media screen and (max-width: 800px) {
	.food-col{
		padding: 0 2%;
	}
	.list-2col li,
	.pht-col,
	.txt-col{
		width: 100% !important;
		float: none;
	}
	.txt-col .txt-detail{
		width: 100%;
		margin-left: 0 !important;
		padding: 2em 1em;
	}
	.txt-col .txt-detail p{
		font-size: 1.4rem;
	}
	.txt-col h3,
	.food-col.reverse .txt-col h3{
		font-size: 2rem;
		margin-left: 0;
	}
}

/* --------------------------------------------------
widget-area
-------------------------------------------------- */
.widget-area{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.widget-area h4{
	position: relative;
	display: inline-block;
	margin: 1% 2% auto 3%;
	font-size: 2rem;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	min-width: 1em;
	display: none;
}
.widget-area h4::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 50%;
	margin: auto;
	left: 0;
	right: 0;
	top: calc(100% + .5em);
	bottom: auto;
	z-index: 0;
	background: #000;
}

.widget-area .widget-inner{
	width: calc(100% - 1em);
}

/* reverse */
.widget-area.reverse{
	flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
	.widget-area{
		padding: 2% 2% 10%;
	}
	.widget-area h4{
		font-size: 1.6rem;
	}
}
/* --------------------------------------------------
bnr-food
-------------------------------------------------- */
.bnr-food{
	margin-bottom: 5%;
}
.bnr-food a{
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
}
.bnr-food a::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,.34);
	pointer-events: none;
	transition: .3s;
}
.bnr-food a img{
	transition: .3s;
}
.bnr-food a figcaption{
	width: 100%;
	font-size: 4.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bnr-food a:hover::after{
	background: rgba(0,0,0,.24);
}
.bnr-food a:hover img{
	transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
	.bnr-food a figcaption{
		font-size: 3rem;
	}
}

@media screen and (max-width: 800px) {
	.bnr-food {
		margin: 2em 0;
	}
	.bnr-food a figcaption{
		font-size: 1.4rem;
	}
}




/* --------------------------------------------------
top-tripadvisor
-------------------------------------------------- */

.top-tripadvisor{
	position:relative;
}
.list-tripadvisor{
	display:flex;
	justify-content:center;
}
.list-tripadvisor li{
	width: 17%;
	margin:1.5%;
	display: flex;
	flex-direction: column;
}

.list-tripadvisor figure {
	width: 100%;
	background: #FFF;
	height: 0;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	display: none;
}

.list-tripadvisor figure img {
	bottom: -200%;
	height: auto;
	left:0;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right:0;
	top: -200%;
	width: 100%;
}

.list-tripadvisor li > div{
	width: 100%;
	display: flex;
	justify-content: center;
	border: 1px solid #34E0A1;
	background: #FFF;
	margin-top: 10px;
	height: 100%;
	align-items: flex-end;
}

.list-tripadvisor li > div > div{
	border: none!important;
}



@media screen and (max-width: 767px) {
	.list-tripadvisor li{
		width: 200px;
	}

	.list-tripadvisor{
		overflow-x:scroll;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
		justify-content:flex-start;
	}
}
