@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by Huongnt
/////////////////////////////////////
*/

#Mainvisual {
	width: 100%;
	position: relative;
	height: 700px;
}
#Mainvisual img {
	background-size: auto;
}
#Mainvisual h2 {
	position: absolute;
	right: 0;
	top: 120px;
}

#OnlineShopBox {
	height: 578px;
	margin: 8px auto 0;
	position: relative;
	max-width: 1070px;
}
#OnlineShop {
	bottom: 30px;
	left: 50%;
	margin-left: -10%;
	position: absolute;
}
#OnlineShop a {
	background: rgba(255,255,255,0.6);
	border: 2px solid #333333;
	color: #333333;
	display: block;
	font-size: 140%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
#OnlineShop img {
	margin-right: 10px;
	vertical-align: middle;
}

.btn-more {
	text-align: right;
	margin-top: 10px;
}
.btn-more a {
	min-width: 135px;
	padding-left: 15px;
	line-height: 30px;
	background: #484b47;
	color: #fff;
	font-size: 100%;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	box-sizing: border-box;
}
.list-banner {
	margin-top: -50px;
}
.list-banner li {
	float: left;
	width: 31.333%;
	margin-right: 3%;
}
.list-banner li.end {
	margin-right: 0;
}
.list-banner li span {
	display: block;
}
.p-ttl {
	font-size: 150%;
	text-align: center;
	font-family: Montserrat;
	font-weight: 100;
}
.list-banner li a {
	text-decoration: none;
	background: #484b47;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.list-banner li .img {
	width: 100%;
	max-height: 202px;
	overflow: hidden;
	cursor: pointer;
}
.list-banner li .img img {
	transition: all 0.2s ease 0s;
}
.list-banner li .img img:hover {
	transform: scale(1.05);
}
.txt {
	line-height: 22px;
	color: #000000;
	font-size: 100%;
}
#Content01 {
	padding-top: 40px;/*border-bottom: 1px solid #cbcbcb;
    background: url(../images/index/wood_back.png) no-repeat 50% 70%;
    background-size: 960px;
    height: 790px;*/
}
.bg-inner {
	background: url(../images/index/bg_news.png) center 40px no-repeat;
	padding-top: 150px;
	padding-bottom: 30px;
}
#Content02 {
	padding-top: 80px;
}
.content-left {
	float: left;
	width: 460px;
	margin-top: 70px;
}
.content-right {
	float: right;
	width: 435px;
	margin-top: 70px;
}
.txt01 {
	line-height: 32px;
	color: #000;
	font-size: 117%;
}
#Content03 {
	padding-top: 40px;
	overflow: hidden;
}
/*News*/
/*#News {
}
.news-list{ overflow:auto; height:150px;
		padding-top:10px;
}
.news-list li{
	color:#282828;
	font-size:117%;
	position:relative;
	margin:20px 0;
	width:304px;
	margin-right:24px;
	float:left;
}
.news-list li.end{
	margin-right:0;
}

.news-list li a{
	color:#000000;
	text-decoration:none;
	font-size:100%;
	line-height:22px;
	margin-top:15px;
	display:block;
}
.news-list li > span{
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:117%;
	color:#000000;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
.new {
    float: left;
    margin: 130px 0 0 50px;
}*/

.calendarArea {
	width: 204px;
	float: left;
}
#calendar {
	margin: 10px 0 0;
}
.date-note {
	margin: 10px 0 0;
}
.date-note li {
	display: inline-block;
	padding-right: 10px;
}
.date-note li span {
	font-size: 117%;
}
.holiday span {
	color: #f69ca1;
}
.closed span {
	color: #d2d2d2;
}
/*.fb {
   float: right;
    padding: 0px 30px 0 0;
    margin: 45px 0 0 0;
    width: 400px;
    height: 250px;
}*/


.newsArea {
	max-width: 630px;
	float: right;
}
.wood_pad {
	margin: 0px;
}
.backstretch {
	top: -70px !important;
	height: 660px !important;
}
/*blog*/
#newsWrap {
	width: 840px;
	margin: 0 0 50px 60px;
}
#newsWrap a {
	color: #000;
	font-size: 120%;
}
#Content03 iframe {
	height: 300px;
}

@media screen and (max-width: 1700px) {
#Content03 iframe {
	max-height: 300px;
}
}

@media screen and (max-width: 1200px) {
#Content03 iframe {
	max-height: 250px;
}
}

@media screen and (max-width: 991px) {
#Content03 iframe {
	max-height: 100px;
}
}

@media screen and (max-width: 1000px) {
	#Contents_wrapper {
		padding: 0 10px 7%;
	}
}

@media screen and (max-width: 871px) {
	.list-banner {
		margin-top: 0;
	}
}

@media screen and (max-width: 828px) {
	.newsArea,
	.calendarArea {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.calendarArea {
		margin-bottom: 13%;
	}
}

@media screen and (max-width: 630px) {
	#Content {
		margin: 4% 0 0 0;
	}
	#Container > div:first-child {
		background-size: cover !important;
		height: 260px !important;
		width: 100% !important;
		margin-top: 85px !important;
	}
	#Mainvisual {
		height: 450px;
	}
	#OnlineShopBox {
		height: 320px;
	}
	#OnlineShop {
		position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
	}
	#OnlineShop a {
		width: 150px;
    margin: 0 auto;
	}
	#Content03 iframe {
		height: auto;
	}
	.f-left {
		width: 100%;
		padding: 0 10px;
	}
	.calendarArea {
		margin-bottom: 20%;
	}
	.newsArea{
		margin-bottom: 10%;
	}
}
@media ( max-width : 767px ) {
	.list-banner li{
		width:100%;
		margin-right: 0%;
	}
	.list-banner li a{
		background: transparent;
	}
}