@charset "utf-8";

/* .hero-cmn-01
---------------------------------------------------------- */
#sake-page .hero-cmn-01 { 
	background-image: url(/travel/common/img/agency/sake/mainimg_sake_01.jpg); 
}

.about-txt {
	margin-bottom: 60px;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.about-txt {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

.contents-box {
	margin-bottom: 60px;
	padding: 80px 70px;
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contents-box {
		margin-bottom: 30px;
		padding: 10% 6%;
	}
}

.contents-box-txt {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: calc(30 / 18);
}

@media screen and (max-width: 767px) {
	.contents-box-txt {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.contents-box .map {
	margin-bottom: 60px;
}

.contents-box .map img {
	width: 860px;
}

@media screen and (max-width: 767px) {
	.contents-box .map {
		margin-bottom: 40px;
	}
	.contents-box .map img {
		width: 100%;
	}
}

.contents-item-txt {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: calc(30 / 18);
}

@media screen and (max-width: 767px) {
	.contents-item-txt {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.tag-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.tag-item {
	padding: 5px 12px 4px;
	border-radius: 8px;
	background-color: #001219;
	color: #fff;
	font-size: 16px;
	line-height: calc(28 / 16);
}

@media screen and (max-width: 767px) {
	.tag-item  {
		padding: 4px 8px 2px;
		font-size: 14px;
	}
}

.tag-item.-brewery {
	background-color: #005F73;
}
.tag-item.-vessel {
	background-color: #1E5372;
}
.tag-item.-farmer {
	background-color: #B7D9E2;
	color: #000000;
}
.tag-item.-cuisine {
	background-color: #F1FCFE;
	color: #000000;
}
.tag-item.-crafts {
	background-color: #0079C3;
}
.tag-item.-fermented {
	background-color: #4B6E76;
}
.tag-item.-cruise {
	background-color: #CAEFF8;
	color: #000000;
}
.tag-item.-pairing {
	background-color: #0C3757;
}

.contents-img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-img-box figure img {
	width: 205px;
	margin-bottom: 10px;
}

.shiga figure img {
	width: 300px;
	margin-bottom: 10px;
}

.contents-img-box figcaption a,
.shiga figcaption a {
	color: #76B7B9;
	font-size: 16px;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.contents-img-box {
		display: block;
	}
	.contents-img-box figure {
		margin-bottom: 15px;
	}
	.img-yutube, 
	.img-yutube iframe {
		width: 100% !important;
		height: auto;
	}
}


.contecnt-item.-fushimi {
	margin-bottom: 60px;
	padding: 30px 51px 100px;
	background-color: #FFFEF6;
}

@media screen and (max-width: 767px) {
	.contecnt-item.-fushimi {
		margin-bottom: 20px;
		padding: 7% 6% 8%;
		background-color: #FFFEF6;
	}
}

.contecnt-item.-fushimi .contents-item-txt {
	text-align: left;
}

.contecnt-item.-fushimi .tag-list {
	justify-content: left;
}


.contact-box {
	padding: 28px 70px 27px;
	background-color: #FFFEF6;
}

@media screen and (max-width: 767px) {
	.contact-box {
		padding: 8% 6%;
	}
}


.contact-txt {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: calc(30 / 18);
}

.contact-mail a {
	color: #76B7B9;
	font-size: 16px;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.contact-txt {
		margin-bottom: 15px;
		font-size: 16px;
	}
}
