@charset "utf-8";

/*=================================
	enjoy.css
================================ */

/* common */
#bodyArea {
	padding: 0 0 50px;
	background: url(/enjoy/images/com_bg01.gif) repeat-y 50% 0;
}

/* heading */
.heading01 {
	min-height: 56px;
	padding: 8px 0 0 20px;
	background: url(/enjoy/images/com_bg02.png) no-repeat 100% 100%;
	border: none;
}
.heading01.indexType {
	position: relative;
	z-index: 3;
}
.heading01 span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #663300;
	font-weight: bold;
}

/* slider */
.enjoyMain {
	position: relative;
	margin-top: -3px !important;
	padding: 16px 15px 13px;
	background: url(/enjoy/images/index_bg01.gif) repeat-y 0 0;
	border-radius: 0 0 10px 10px;
}
.enjoyMain .slider a:hover img {
	-ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.enjoyMain .bx-wrapper {
	margin-bottom: 0;
}
.enjoyMain .bx-wrapper .bx-pager {
	bottom: 20px;
}
.enjoyMain .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 12px;
	background: url(/enjoy/images/index_ic03.png) no-repeat 0 0;
}
.enjoyMain .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/enjoy/images/index_ic04.png) no-repeat 0 0;
}
.enjoyMain .bx-controls-direction .bx-prev {
	display: block;
	left: -18px;
	width: 39px;
	height: 39px;
	background: url(/enjoy/images/index_ic01.png) no-repeat 0 0;
	z-index: 100;
}
.enjoyMain .bx-controls-direction .bx-next {
	display: block;
	right: -18px;
	width: 39px;
	height: 39px;
	background: url(/enjoy/images/index_ic02.png) no-repeat 0 0;
	z-index: 100;
}
.enjoyMain .slider .newIcon {
	position: absolute;
	top: 0;
	left: 0;
}
.newsCol {
	margin-top: 30px;
	background: url(/enjoy/images/com_bg04.gif) no-repeat 0 100%;
}
.newsCol ul {
	padding: 20px 25px;
	background: url(/enjoy/images/com_bg03.gif) no-repeat 0 0;
}
.newsCol ul li {
	margin-top: 10px;
}
.newsCol ul li:first-child {
	margin-top: 0;
}
.newsCol ul li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #663300;
}
.newsCol ul li a span {
	display: block;
}
.newsCol ul li a span.date {
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.newsCol ul li a span.txt {
	overflow: hidden;
}

.enjoyTwoCol {
	margin-top: 20px;
}
.enjoyTwoCol .leftCol {
	float: left;
	width: 447px;
}
.enjoyTwoCol .leftCol .banner .link {
	margin-top: 25px;
}
.enjoyTwoCol .rightCol .banner .link {
	margin-top: 15px;
}
.enjoyTwoCol .leftCol .banner .link:first-child,
.enjoyTwoCol .rightCol .banner .link:first-child {
	margin-top: 0;
}
.enjoyTwoCol .leftCol .banner .link + .txt,
.enjoyTwoCol .rightCol .banner .link + .txt {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #663300;
}
.enjoyTwoCol .rightCol {
	float: right;
	width: 447px;
}
.enjoyTwoCol .rightCol .iconLink a {
	display: block;
	min-height: 57px;
	padding: 8px 0 0 50px;
	background: url(/enjoy/images/com_bg05.png) no-repeat 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
}
.enjoyTwoCol .bgTitle01 {
	display: block;
	min-height: 57px;
	padding: 8px 0 8px 10px;
	background: url(/enjoy/images/com_bg06.png) no-repeat 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
}
.enjoyTwoCol .banner.type02 {
	padding: 13px 15px;
	background: url(/enjoy/images/index_bg01.gif) repeat-y 0 0;
	border-radius: 0 0 10px 10px;
}
.enjoyTwoCol .rightCol .bannerList01 {
	margin: 15px -15px 0 0;
}
.enjoyTwoCol .rightCol .bannerList01 li {
	margin: 0 15px 0 0;
}

/* drink */
.drinkMainCol {
	position: relative;
	margin: -20px 0 0 -20px;
	padding-bottom: 56px;
}
.drinkMainCol + p {
	text-align: center;
}
.drinkMainCol .heading01 {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 974px;
}
.drinkMainCol .txt {
	position: absolute;
	right: 0;
	bottom: 2.2em;
	z-index: 5;
}
.drinkTopLinks {
	padding-top: 20px;
	margin-right: -10px;
}
.drinkTopLinks .btn {
	float: left;
	margin-right: 10px;
}


@media only screen and (min-width: 768px), print{
	.enjoyTwoCol .bgTitle01.type02 {
		background-image: url(/enjoy/images/com_bg07.png);
	}
}

@media only screen and (max-width: 973px) {
	#bodyArea.noNavi {
		padding: 0 0 50px;
	}
	.drinkMainCol {
		padding-bottom: 0;
	}
	.drinkMainCol .heading01,
	.drinkMainCol .txt {
		position: static;
	}
	.drinkMainCol .txt {
		margin: 20px 20px 0 !important;
	}
	.drinkMainCol + p {
		margin-right: 20px;
		margin-left: 20px;
		text-align: left;
	}
	.enjoyMain {
		border-radius: 0;
	}
	.newsCol,
	.newsCol ul {
		background-size: 100% auto;
	}
	.newsCol {
		margin: 20px 20px 0;
	}
	.enjoyTwoCol {
		margin: 20px 20px 0;
	}
	.enjoyTwoCol .leftCol {
		width: 49%;
	}
	.enjoyTwoCol .rightCol {
		width: 49%;
	}
	.enjoyTwoCol .rightCol .iconLink a {
		min-height: 0;
		padding: 6px 0 7px 35px;
		background-size: 100% auto;
		font-size: 2.0rem;
	}
	.enjoyTwoCol .bgTitle01 {
		min-height: 0;
		padding: 6px 0 7px 6px;
		background-size: 100% auto;
		font-size: 2.0rem;
	}
	.enjoyTwoCol .rightCol .bannerList01 {
		width: 100%;
		margin: 15px 0 0 !important;
	}
	.enjoyTwoCol .rightCol .bannerList01 li {
		margin-right: 0;
	}
	.enjoyTwoCol .rightCol .bannerList01 li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.drinkMainCol {
		margin: 0;
	}
	.drinkMainCol .heading01 {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 6px;
	}
	.drinkTopLinks {
		margin-top: 20px;
		padding: 0 20px;
	}
	.drinkTopLinks .btn {
		width: 24%;
		margin-right: 1%;
	}
	.drinkTopLinks .btn:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.heading01 {
		min-height: 45px;
		padding-left: 10px;
	}
	.heading01 span {
		font-size: 1.8rem;
	}
	.drinkMainCol + p {
		margin-right: 10px;
		margin-left: 10px;
	}
	.enjoyMain .bx-wrapper .bx-pager {
		bottom: 0;
	}
	.enjoyMain .bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 11px;
		height: 11px;
		margin: 0 5px;
		background-size: 11px 11px;
	}
	.enjoyMain .bx-wrapper .bx-pager.bx-default-pager a.active {
		background-size: 11px 11px;
	}
	.enjoyMain .slider .newIcon {
		width: 43px;
		height: auto;
	}
	.newsCol {
		margin-right: 10px;
		margin-left: 10px;
	}
	.newsCol ul {
		padding: 15px;
	}
	.newsCol ul li a {
		font-size: 1.2rem;
	}
	.newsCol ul li a span.date {
		float: none;
		padding-right: 0;
		font-weight: bold;
	}
	.enjoyTwoCol {
		margin-right: 10px;
		margin-left: 10px;
	}
	.enjoyTwoCol .leftCol,
	.enjoyTwoCol .rightCol {
		float: none;
		width: 100%;
	}
	.enjoyTwoCol .leftCol .banner .link + .txt,
	.enjoyTwoCol .rightCol .banner .link + .txt {
		font-size: 1.2rem;
	}
	.enjoyTwoCol .rightCol {
		margin-top: 20px;
	}
	.enjoyTwoCol .rightCol .iconLink a {
		min-height: 0;
		padding: 5px 0 9px 30px;
		font-size: 1.6rem;
		background-size: 100% auto;
	}
	.enjoyTwoCol .bgTitle01 {
		min-height: 0;
		padding: 5px 0 9px 10px;
		font-size: 1.6rem;
		background-size: 100% auto;
	}
	.enjoyTwoCol .rightCol .bannerList01 {
		margin: 0 -2% 0 0;
	}
	.enjoyTwoCol .rightCol .bannerList01 li {
		margin: 2% 2% 0 0;
	}
	.enjoyTwoCol .leftCol .banner .link img,
	.enjoyTwoCol .rightCol .banner .link img {
		width: 100%;
		height: auto;
	}
	.drinkMainCol {
		margin: 0;
	}
	.drinkMainCol .txt {
		margin: 10px 10px 0 !important;
	}
	.drinkTopLinks {
		margin: 5px 10px 0 !important;
		padding: 0;
	}
	.drinkTopLinks .btn {
		width: 49%;
		margin-top: 2%;
		margin-right: 2%;
	}
	.drinkTopLinks .btn:nth-child(2n) {
		margin-right: 0;
	}
	.drinkTopLinks .btn img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
	.enjoyTwoCol .rightCol .iconLink a {
		min-height: 57px;
		padding: 15px 0 10px 50px;
		font-size: 2.0rem;
	}
	.enjoyTwoCol .bgTitle01 {
		min-height: 57px;
		padding: 15px 0 10px 10px;
		font-size: 2.0rem;
	}
}


/*=================================
	clearfix
=================================*/
.enjoyTwoCol:after,
.drinkTopLinks:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}