/*キービジュアル============================================================*/
div.keyvisual{
	width: 1000px;
	float: left;
}
div.key_img{
	float: left;
	width: 660px;
	height: 300px;
	margin-top: 10px;
	overflow:hidden;
}

.movie-left {
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 21px;
	position: relative;
}

.movie-right {
	float: left;
	margin-left: 3px;
	position: relative;
}

.no_border {
	overflow: hidden;
	outline: none;
}

.movie-left > a:hover > .youtube {
    background-position: 0 -50px;
}
.movie-right > a:hover > .youtube {
    background-position: 0 -50px;
}

.youtube {
	position: absolute;
	left: 33%;
	top: 50px;
	height: 50px;
	width: 72px;
	background: url("../img/common/youtube.png") no-repeat;
	background-size: 72px 100px;
}

.youtube:hover {
	background-position: 0 -50px;
}

.movie-left p{
	width:196px;
	height:20px;
	background:#c71585;
	color:#fff;
	font-weight:bold;
}
.card-img-top{
	width:196px;
}
.movie-right p{
	width:196px;
	height:20px;
	background:#4169e1;
	text-align:center;
	line-height:21px;
	color:#fff;
	font-weight:bold;
}
.movie-right a , .movie-left a{
	 outline: none;
}
.fancybox-caption__body span{
	font-weight:bold;
	font-size:30px;
}



@media only screen and (max-width: 550px) {/*SmartPhone用*/
div.keyvisual{
	width: 100%;
}
}
/*最新情報============================================================*/
div#news_home{
	float: left;
	width: 390px;
	margin-left: 10px;
}

@media only screen and (max-width: 550px) {/*SmartPhone用*/
div#news_home{
	padding: 0 5px;
	border: none;
	float: left;
	width: 100%;
	height: 100%;
	margin: 10px 0;
}
.movie-right p,
.movie-left p {
	width: calc(50vw - 12px);
}
.card-img-top {
	width: calc(50vw - 12px);
}
}

div#news_home dl{
	overflow: hidden;
	height: 160px;/*ニュース高さ*/
	line-height: 20px;
}
div#news_home dt{
	font-size: 13px;
	color: #555;
}
div#news_home a{
	padding: 0px;
	color: #444;
}
div#news_home a:hover{
	color: #009140;
}
dt.news_list{
	float: left;
	color: #444;
	padding-left: 15px;
	background: url(../img/common/circle.gif) no-repeat 0 2px;
}
/*法令用*/
dt.law{
	background: url(../img/common/law_circle.gif) no-repeat 0 2px;
}
div#news_home dd{
	font-size: 13px;
	margin-bottom:5px;
	margin-left: 70px;
}




div#week{
	width: 388px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#week img{
	width: 378px;
	float: left;
	padding: 5px;
	border: solid 1px #ccc;
}
div#week a:hover img {
  background: #ddd;
}

@media only screen and (max-width: 550px) {/*SmartPhone用*/
div#week{
	margin: 0;
	width: 100vw;
	float: none;
}
div#week img{
	width : -moz-calc(100% - 12px);
	width : -webkit-calc(100% - 12px);
	width : calc(100% - 12px);
	margin: 0;
	float: none;
}
div#news_home dl{
	height: 100%;
}
}

/*主要三分野============================================================*/
div.main_catalog{
	width: 300px;
	padding: 10px;
	background: #f7f7f7;
	clear: both;
}
div.main_catalog h3{
	font-size: 18px;
}
div.main_catalog p{
	margin: 5px 0;
	height: 80px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 18px;
}
@media only screen and (max-width: 550px) {/*SmartPhone用*/
div.main_catalog{
	display: none;
}
/*季節バナー*/
li.limited-section{
	width:100%;
}
li.limited-section img{
	width:100%;
}
}
/*商品一覧============================================================*/
ul.product_home li {
	width: 190px;
	 height: 180px;
	 float: left;
	 text-align: center;
	 font-size: 15px;
	 color: #555;
	 margin: 5px;
}
ul.product_home li img{
	width: 190px;
	 height: 150px;
}
ul.product_home li p{
	background: #f99c58;
	color: #fff;
	 padding: 2px 0;
}
/*リーフレット============================================================*/
#leafSection{
	width:475px;
	height:250px;
	float:left;
	margin-left:10px;
	position:relative;
}
.leafTitle{
	padding:0 3px;
	background:#999;
	color:#fff;
	text-align:center;
	border-radius:3px;
	margin-bottom:15px;
	font-size:14px;
}
.leafletBox{
	float:left;
	width:220px;
	position:relative;
}
.leafletBox:first-child{
	margin-right:30px;
}
.leafletBox .leafImg{
	width:125px;
	border: solid 1px #ddd;
	box-shadow:2px 2px 4px rgba(0,0,0,0.5);
	margin-bottom:10px;
}
.leafletBox p{
	position:absolute;
	left: 140px;
	top:35px;
	width:95px;
	float:left;
	line-height:14px;
}

li .leaflaw{
	position:absolute;	
	top:-4px;
	right:-16px;
	width:26px;
	filter: drop-shadow(0 0  3px rgb(0,0,0,0.2));
	z-index:500;
}
.lawTitle{
	background:rgb(255, 103, 15)!important;
}
@media only screen and (max-width: 550px) {
	/*SmartPhone用*/
	#leafSection{
		width:calc(100% - 20px);
		padding:10px;
		height:100%;
		margin-left:0;
	}
	.leafletBox{
		width:40%;
		position:relative;
		margin:0 5px;
	}
	.leafletBox .leafImg{
		margin-left: 0;
	}
	.leafletBox p{
		display:none;
	}
	.leafTitle{
		display:none
	}
}
/*カレンダー============================================================*/
#calSection{
	width:475px;
	height:250px;
	float:left;
	position:relative;
}
#calTitle{
	text-align:center;
	font-size:16px;
	margin-top:-10px;
	margin-bottom:3px;
}

#calSection td{
	border: 1px solid #aaa;
	overflow:visible;
}

#this_month{
	width:36px;
	height:36px;
	border-radius:20px;
	background:#009140;
	position:absolute;
	top:-30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:36px;
}
#cal_left{
	width:calc(50% - 24px);
	height:48%;
	background:#ddd;
	position:absolute;
}
#cal_right{
	width:calc(50% - 24px);
	height:48%;
	background:#ddd;
	position:absolute;
	left:calc(50% + 5px);
}
.calTable{
	position:relative;
	z-index:1000;
	width:100%;
	height:100%;
	background:#666;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
}
#cal_banner{
	position:absolute;
	bottom:20px;
	left:20;
	width:340px;
	height:80px;
	background:#ddd;
}

#cal_text{
	display:none;
	position:absolute;
	padding:10px;
	bottom:20px;
	width:320px;
	height:60px;
	background:url('/img/home/event.jpg');
	background-size: 340px;
}
#cal_back{
	background:rgba(255,255,255,0.6);
	border-radius:3px;
}
#eventTitle{
	line-height:40px;
	width:300px;
	height:40px;
	margin-left:10px;
	text-align:center;
	font-size:26px;
	font-weight:bolder;
	color: #00a0e9;
	text-shadow: 
		0.04em 0.02em 0 #fff, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
		border-bottom:1px solid #fff;
}
#eventDate{
	width:320px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-shadow: 2px 2px 3px #fff;
}


#cal_rei{
	position:absolute;
	bottom:30px;
	right:5%;
}
#cal_rei td{
	border:none;
	vertical-align:middle;
	padding:0 5px;
	font-weight:bold;
	
}
.youbi th{
	text-align:center;
	vertical-align:middle;
	color:#fff;
	border:solid 1px #aaa;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   cursor:default;
}
.days td{
	text-align:left;
	background:#eee;
	padding:1px;
	position:relative;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   cursor:default;
   font-weight:bold;
}
.holiday{
	background:rgb(255, 167, 167) !important;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.7);
	font-weight:bold;
}
.no{
	background:#f7f7f7 !important;
}

.new{
	width:16px;
	position:absolute;
	right:-2px;
	top:-5px;
	cursor:pointer;
	z-index:2000;
}
.ev{
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
	cursor:pointer;
	z-index:2000;
}
@media only screen and (max-width: 550px) {
	/*SmartPhone用*/
	#calSection{
		width:calc(100% - 20px);
		height:230px;
		padding:10px 10px;
	}
	#cal_left{
		width:calc(50% - 12px);
		height:53%;
	}
	#cal_right{
		width:calc(50% - 12px);
		left:calc(50% + 5px);
		height:53%;
	}
	#cal_banner{
		bottom:0;
		width:calc(100% - 20px);
		height:auto;
	}
	#cal_text{
		width:calc(100% - 40px);
		height:auto;
	}
	#cal_back{
		background:rgba(255,255,255,0.6);
		border-radius:3px;
	}
	#eventTitle{
		line-height:20px;
		height:auto;
		width:100%;
		margin-left:0;
		text-align:center;
		font-size:16px;
		font-weight:bolder;
		color: #00a0e9;
		text-shadow: 
			0.04em 0.02em 0 #fff, 
			0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
			border-bottom:1px solid #fff;
	}
	#eventDate{
		width:100%;
		text-align:center;
		font-size:12px;
		font-weight:bold;
		text-shadow: 2px 2px 3px #fff;
	}

	#cal_rei{
		display:none;
	}
}