/* keyColor
D.brown= 	#57473e
brown= 		#7d5a43
L.brown= 	#b59f91

red = 		#c9511c
orange = 	#fdc355
yellow = 	#f5eeb0
L.yellow = 	#fdfcbc

green = 	#005e56
green = 	#3e6e46
*/
/********************************************************************************************

mainSlide

********************************************************************************************/
#mainSlide{
	width:600px;
	height:330px;
	float:left;
	background:#57473e;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	overflow:hidden;
}
.topSlide{
	width:600px;
	height:300px;
	overflow:hidden;
}
/********************************************************************************************

facebook

********************************************************************************************/
#facebook{
	width:320px;
	height:330px;
	float:right;
}
#likebox{
	width:320px;
	height:260px;
	margin:8px 0 0 0;
}
/********************************************************************************************

blog

********************************************************************************************/
.blog{
	width:950px;
	padding:30px 0 0 0;
	line-height:1em;
	clear:both;
}
/* ブログランキング1位
-----------------------------------------------------------*/
.blogFirst{
	width:309px;
	height:245px;
	float:left;
	background:url(../img/img_xborder_300.gif) left bottom no-repeat;
	border-right:#57473e dashed 1px;
}
.blogFirst .blogTitle{
	width:100px;
	height:150px;
	text-align:center;
	float:left;
	margin-right: 15px;
}
.blogFirst .blogTitle img{
	margin:10px 0 20px 0;
}
.blogFirst .blogTitle .shop{
	font-size:24px;
	font-weight:bold;
}
.blogFirst .blogTitle .day{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:15px 0 0 0;
}
.blogFirst .blogPhoto{
	width:180px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
}
.blogFirst .blogPhoto figure img{
	width:180px;
}
.blogFirst .blogPhoto .new{
	position:absolute;
	top:0;
	right:0;
}
.blogFirst .blogText{
	width:285px;
	height:60px;
	margin:10px 0 0 10px;
	font-size:14px;
	line-height:1.5em;
	float:left;
	overflow:hidden;
}
.blogFirst .blogButton{
	width:120px;
	height:33px;
	position:relative;
	bottom:15px;
	left:180px;
}
/* ブログランキング2位
-----------------------------------------------------------*/
.blogSecond{
	width:309px;
	height:245px;
	margin:0 0 0 10px;
	float:left;
	background:url(../img/img_xborder_300.gif) left bottom no-repeat;
	border-right:#57473e dashed 1px;
}
.blogSecond .blogTitle{
	width:100px;
	height:150px;
	text-align:center;
	float:left;
	margin-right: 15px;
}
.blogSecond .blogTitle img{
	margin:0 0 25px 0;
}
.blogSecond .blogTitle .shop{
	font-size:21px;
	font-weight:bold;
}
.blogSecond .blogTitle .day{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:15px 0 0 0;
}
.blogSecond .blogPhoto{
	width:180px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
}
.blogSecond .blogPhoto figure img{
	width:190px;
}
.blogSecond .blogPhoto .new{
	position:absolute;
	top:0;
	right:0;
}
.blogSecond .blogText{
	width:300px;
	height:60px;
	margin:10px 0 0 10px;
	font-size:14px;
	line-height:1.5em;
	float:left;
	overflow:hidden;
}
.blogSecond .blogButton{
	width:120px;
	height:33px;
	position:relative;
	bottom:15px;
	left:180px;
}

/* ブログランキング3位
-----------------------------------------------------------*/
.blogThird{
	width:309px;
	height:245px;
	margin:0 0 0 10px;
	float:left;
	background:url(../img/img_xborder_300.gif) left bottom no-repeat;
}
.blogThird .blogTitle{
	width:100px;
	height:150px;
	text-align:center;
	float:left;
	margin-right: 15px;
}
.blogThird .blogTitle img{
	margin:0 0 25px 0;
}
.blogThird .blogTitle .shop{
	font-size:21px;
	font-weight:bold;
}
.blogThird .blogTitle .day{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:15px 0 0 0;
}
.blogThird .blogPhoto{
	width:180px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
}
.blogThird .blogPhoto figure img{
	width:190px;
}
.blogThird .blogPhoto .new{
	position:absolute;
	top:0;
	right:0;
}
.blogThird .blogText{
	width:300px;
	height:60px;
	margin:10px 0 0 10px;
	font-size:14px;
	line-height:1.5em;
	float:left;
	overflow:hidden;
}
.blogThird .blogButton{
	width:120px;
	height:33px;
	position:relative;
	bottom:15px;
	left:180px;
}

/* ブログランキング4位以下
-----------------------------------------------------------*/
.blogFourth{
	width:950px;
	padding:25px 0 0 0;
	clear:both;
}
.blogFourth .blogBox{
	width:232px;
	height:256px;
	margin:0 0 0 6px;
	text-align:center;
	float:left;
	background:url(../img/img_xborder_220.gif) center bottom no-repeat;
	border-right:#57473e dashed 1px;
}
.blogFourth div:first-child{
	margin:0;
}
.blogFourth div:last-child{
	border-right:none;
}
.blogFourth .blogBox .blogPhoto{
	width:201px;
	height:134px;
	margin:0 0 15px 10px;
	position:relative;
	overflow:hidden;
}
.blogFourth .blogBox .blogPhoto figure img{
	width:201px;
	height: 150px;
}
.blogFourth .blogPhoto .new{
	position:absolute;
	top:0;
	right:0;
}
.blogFourth .blogBox .shop{
	font-size:18px;
	font-weight:bold;
	margin:0 0 13px 0;
}
.blogFourth .blogBox .blogText{
	width:201px;
	height:55px;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.blogFourth .blogBox .blogButton{
	width:120px;
	height:33px;
	position:relative;
	top:-14px;
	left:100px;
}

/********************************************************************************************

topics

********************************************************************************************/
.topics{
	width:600px;
	padding:50px 0 0 0;
	line-height:1em;
	clear:both;
	float:left;
}
.topics .scroll{
	width:600px;
	height:750px;
	overflow:hidden;
}
.topics dl{
	width:580px;
	margin:0 0 10px 0;
	font-size:14px;
	border-bottom:#57473e dashed 1px;
}
.topics dl dt{
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	color:#c9511c;
	font-weight:bold;
}
.topics dl dt:before{
	content: "\25C6";
}
.topics dl dd{
	margin:5px 0 10px 10px;
	line-height:1.5em;
}
/********************************************************************************************

calendar

********************************************************************************************/
.calendar{
	width:320px;
	padding:50px 0 20px 0;
	line-height:1em;
	float:right;
}
.calendar .cal_month{
	height:32px;
	margin:0 0 15px 0;
}
.calendar .cal_month .notes{
	margin:15px 10px 0 0;
	text-align:right;
	float:right;
}
.calendar table{
	width:320px;
	margin:0 0 10px 0;
	border-collapse:separate;
	border-spacing:2px;
}
.calendar table .th{
	width:44px;
	height:21px;
}
.calendar table td{
	width:44px;
	height:40px;
	background:#FFF;
	text-align:center;
	vertical-align:middle;
}
.calendar table td .cal_sun{
	color:#c9511c;
}
.calendar table td .cal_sat{
	color:#005e5e;
}
.calendar table td .cal_holiday{
	color:#c9511c;
}
.calendar table td .cal_blank{
	width:44px;
	height:40px;
	background:#faf9f1;
}
.calendar table td .cal_close05{
	width:44px;
	height:28px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#fff;
	background:#a9cd67;
}
.calendar table td .cal_close02{
	width:44px;
	height:28px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#fff;
	background:#b59f91;
}
.calendar table td .cal_close04{
	width:44px;
	height:28px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#fff;
	background:#fdc355;
}
.calendar table td .cal_close03{
	width:44px;
	height:28px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#fff;
	background:#CC5D2B;
}
.calendar table td .cal_close01{
	width:44px;
	height:28px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#fff;
	background:#57473e;
}
#cal0{
	margin-bottom: 30px;
}
/* Now Loading
-----------------------------------------------------------*/
.calendar .calWrap .loadGif{
	width:320px;
	margin:50px 0 0 0;
	text-align:center;
}
/********************************************************************************************

banner

********************************************************************************************/
.banner{
	width: 950px;
    clear: both;
	margin: 20px auto 0;
}
.banner ul{
	overflow:hidden;
}
.banner ul li{
	margin: 0 0 10px 4px;
	float: left;
	width: 314px;
}
.banner ul li:nth-child(3n+1){
	margin-left:0;
}
.banner ul li a img{
	width:100%;
}

/********************************************************************************************

long_vacation

********************************************************************************************/
.Mut-holidays[data-hansha-cd="73570521"] {
	width: 950px;
	margin: 20px auto;
	background-color: #57473e;
}
.Mut-holidays[data-hansha-cd="73570521"]  .Mut-holidays__body{
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
}
.Mut-holidays[data-hansha-cd="73570521"]  .Mut-holidays__button{
	font-size: .8rem;
	text-decoration: none !important;
	border: 1px solid #57473E;
	color: #57473E;
}
.Mut-holidays[data-hansha-cd="73570521"]  .Mut-holidays__button:hover{
	background-color: #FDC355;
  color: #57473E;
}