/*---------------------------------------
 * 共通設定
---------------------------------------*/ 

body{
	height: 100%;
}


/* slick関係
---------------------------------------*/ 

.slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 23px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	
	background-image: url(/wedding/common/img/arrow_prev_blue.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	right:0;
	display: block;
	width: 12px;
	height: 23px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-image: url(/wedding/common/img/arrow_next_blue.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.slick-dots{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}


/*.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 2px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 2px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	
	text-align: center;
	opacity: 1;
	background: #CCCCCC;
	-webkit-font-smoothing: antialiased;
	border-radius: 7px;
}*/

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slider .slick-dots li{
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}

.slider .slick-dots li{
	padding: 0 10px;
}

.slick-dots li button:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	
	text-align: center;
	opacity: 1;
	background: #CCCCCC;
	-webkit-font-smoothing: antialiased;
	border-radius: 7px;
}

.slick-dots li.slick-active button:before{
	background: #A88E8E;
}






/* 画像hoverエフェクト PCのみ
---------------------------------------*/ 	


/* ZOOM */
	
.img_hover{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.img_hover img,
.img_hover .imgs{
	transition-duration: .8s;
	
}

.img_hover img.on,
.img_hover .imgs.on{
	transform: scale(1.02);
	transition-duration: .8s;	
}

.img_hover img:hover,
.img_hover .imgs:hover{
	transform: scale(1.02);
	transition-duration: .8s;	
}


/* SHADOW */

.img_shadow{
	width: 100%;
	height: auto;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.img_shadow:hover {
  	box-shadow: 0 10px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}






@media screen and (min-width: 861px) {
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/ 	
	
	header{
		width: 100%;
		height: 85px;
		position: fixed;
		top:0;
		left:0;
		z-index: 100;
	}
	header .inner{
		width: 100%;
		height: 85px;
		position: relative;
		background: #F4F0ED;
	}
	header .inner .logo{
		width: 197px;
		margin: 0 auto 0;
		padding-top: 28px;
	}
	header .inner .menu-btn{
		width: 85px;
		height: 85px;
		position: absolute;
		top:0;
		right:0;
	}
	header .inner .sns{
		text-align: center;
		position: absolute;
		right:110px;
		top:34px;
	}
	header .inner .sns li{
		display: inline-block;
		width: 36px;
		padding: 0 8px;
	}



	/*---------------------------------------
	 * MenuDisplay
	---------------------------------------*/ 

	.menu-display{
		display: table;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		background: rgba(0,0,0,0.8);
		z-index: 100;
		display: none;
		opacity: 0;
	}
	
	
	/* Header
	---------------------------------------*/ 
	
	.menu-display header{
		width: 100%;
		height: 85px;
		position: fixed;
		top:0;
		left:0;
	}
	.menu-display header .inner{
		width: 100%;
		height: 85px;
		position: relative;
		background: transparent;
	}
	.menu-display header .inner .logo{
		width: 197px;
		margin: 0 auto 0;
		padding-top: 28px;
	}
	.menu-display header .inner .menu-btn{
		width: 85px;
		height: 85px;
		position: absolute;
		top:0;
		right:0;
	}
	.menu-display header .inner .sns{
		text-align: center;
		position: absolute;
		right:110px;
		top:34px;
	}
	.menu-display header .inner .sns li{
		display: inline-block;
		width: 36px;
		padding: 0 8px;
	}

	
	
	/* Nav
	---------------------------------------*/ 
	
	.menu-display .nav{
		display: table-cell;
		vertical-align: middle;
		color: #FFFFFF;
		text-align: center;	
	}
	.menu-display .nav ul li{
		font-size: 20px;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	.menu-display .nav ul li .orange{
		color: #DB8D40;
		background: url(../img/outlink.png) 100% 5px no-repeat;
		background-size: 12px;
		padding-right: 25px;
	}
	.menu-display .tel{
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	.menu-display .zip{
		line-height: 2;
		margin-bottom: 15px;
	}
	.menu-display .links a{
		display: inline-block;
		margin: 0 15px;
		padding: 5px 0 5px 25px; 
	}
	.menu-display .links a.gmap{
		background: url(../img/mappin.png) 0 70% no-repeat;
		background-size: 12px;
	}
	.menu-display .links a.quantic{
		background: url(../img/q.png) 0 50% no-repeat;
		background-size: 12px;
	}


	/*---------------------------------------
	 * Popup
	---------------------------------------*/ 	

	.news-popup{
		width: 247px;
		padding: 11px 12px;
		position: fixed;
		bottom:0;
		right:0;
		z-index: 200;
		background: #FFFFFF;
	}
	.news-popup .photo{
		float: right;
		width: 110px;
	}
	.news-popup .text{
		float: left;
		width: 70px;
		margin-left: 20px;
	}
	.news-popup .text .chefsnow{
		width: 70px;
		margin: 6px 0 10px;
	}
	.news-popup .text .osusume{
		font-size: 10px;
		text-align: center;
		color: #DB8D40;
		margin-bottom: 10px;
	}
	.news-popup .text .view{
		font-size: 10px;
		text-align: center;
		color: #DB8D40;
		
	}
	.news-popup .text .view {
		text-decoration: underline;
	}
		

	
	
	/*---------------------------------------
	 * Footer
	---------------------------------------*/ 
	
	/* topics-info
	---------------------------------------*/ 	
	
	.footer-contentbox{
		width: 100%;
		padding: 150px 0;
		background: url(../img/info_bk.jpg) 50% no-repeat;
		background-size:cover;
		color: #FFFFFF;
	}
	.footer-contentbox .wrap{
		width: 100%;
		height: 100%;
		
	}
	.footer-contentbox .inner{
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	
	/* 記事 */
	
	.footer-contentbox .inner .topics{
		width: 45.2631%;
		float: left;
	}
	.footer-contentbox .inner .topics .midashi{
		font-size: 23px;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}
	.footer-contentbox .inner .topics ul{
		margin-bottom: 30px;
	}
	.footer-contentbox .inner .topics li{
		width: 46%;
		max-width: 200px;
		float: left;
	}
	.footer-contentbox .inner .topics li.first{
		margin-right: 8%;
	}
	.footer-contentbox .inner .topics .photo{
		margin-bottom:20px;
	}
	.footer-contentbox .inner .topics .post-date{
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.footer-contentbox .inner .topics .post-title{
		
	}
	.footer-contentbox .inner .topics .more{
		text-align: center;
		display: inline-block;
		width: 100%;
	}



	/* Information */
	
	.footer-contentbox .inner .info{
		width: 42.4210%;
		float: right;
	}
	.footer-contentbox .inner .info .midashi{
		font-size: 23px;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}
	.footer-contentbox .inner .info .zip{
		font-size: 13px;
		line-height: 2;
		margin-bottom: 15px;
	}
	.footer-contentbox .inner .info .gmap{
		letter-spacing: 2px;
		font-size: 12px;
		margin-bottom: 35px;
	}
	.footer-contentbox .inner .info .gmap a{
		background: url(../img/mappin.png) 0 12px no-repeat;
		background-size: 10px;
		padding: 10px 0 10px 20px;
	}
	.footer-contentbox .inner .info .open-hour{
		font-size: 12px;
		line-height: 2;
		margin-bottom: 30px;
	}
	.footer-contentbox .inner .info .open-hour dl dt{
		width: 76px;
		float: left;
		clear: left;
	}		
	.footer-contentbox .inner .info .open-hour dl dd{
		padding-left: 76px;
	}
	.footer-contentbox .inner .info .tel{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.footer-contentbox .inner .info .tel span{
		font-size: 10px;
		padding-left: 20px;
		vertical-align: middle;
	}
	.footer-contentbox .inner .info .contact a{
		display: inline-block;
		background: #FFFFFF;
		width: 201px;
		font-size: 12px;
		padding: 13px 0;
		text-align: center;
		color: #DB8D40;
	}
	.footer-contentbox .inner .info .contact a.mail span{
		padding-right: 20px;
	}
	.footer-contentbox .inner .info .contact a.reserve{
		background: url(../img/outlink.png) 10px 47% no-repeat #FFFFFF;
		background-size: 12px;
	}
	
	
	/* Footer
	---------------------------------------*/ 
	
	footer{
		width: 100%;
		background: #F4F0ED;	
	}
	footer .inner{
		width: 824px;
		margin: 0 auto;
		padding: 60px 0 40px;
	}
	footer .inner .logo{
		width: 197px;
		margin: 0 auto 50px;
	}
	footer .inner .footer-nav .nav{
		float: left;
		width: 560px;
	}
	footer .inner .footer-nav .nav li{
		width: 140px;
		float: left;
		font-size: 12px;
		margin-bottom: 20px;
	}
	footer .inner .footer-nav .external-links{
		float: right;
		width: 264px;
	}
	footer .inner .footer-nav .external-links .sns{
		float: left;
		width: 163px;
	}
	footer .inner .footer-nav .external-links .sns a{
		display: inline-block;
		width: 23px;
		padding-right: 8px;
		margin-bottom: 13px;
	}
	footer .inner .footer-nav .external-links .sns .app{
		width: 100%;
		background: url(../img/apple.png) 0 0 no-repeat;
		background-size:15px;
		padding: 3px 0 3px 25px;
		font-size: 12px;
		margin: 0;	
	}
	footer .inner .footer-nav .external-links .quantic{
		float: right;
		width: 101px;
		border-left: 1px solid #999999;
		padding-left: 49px;
	}
	footer .copyright{
		width: 100%;
		padding: 15px 0;
		background: #DB8D40;
		font-size: 10px;
		text-align: center;
	}


/*---------------------------------------
 * Main
---------------------------------------*/ 

	main{
		margin-top: 85px;
	}
	
}


@media screen and (max-width: 860px) {
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/ 	
	
	header{
		width: 100%;
		height: 55px;
		position: fixed;
		top:0;
		left:0;
		z-index: 100;
	}
	header .inner{
		width: 100%;
		height: 55px;
		position: relative;
		background: #F4F0ED;
	}
	header .inner .logo{
		width: 147px;
		margin: 0 auto 0;
		padding-top: 16px;
	}
	header .inner .menu-btn{
		width: 55px;
		height: 55px;
		position: absolute;
		top:0;
		right:0;
	}
	
	
	/*---------------------------------------
	 * MenuDisplay
	---------------------------------------*/ 

	.menu-display{
		display: table;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		background: rgba(0,0,0,0.8);
		z-index: 100;
		display: none;
		opacity: 0;
	}
	
	
	/* Header
	---------------------------------------*/ 
	
	.menu-display header{
		width: 100%;
		height: 55px;
		position: fixed;
		top:0;
		left:0;
	}
	.menu-display header .inner{
		width: 100%;
		height: 55px;
		position: relative;
		background: transparent;
	}
	.menu-display header .inner .logo{
		width: 147px;
		margin: 0 auto 0;
		padding-top: 16px;
	}
	.menu-display header .inner .menu-btn{
		width: 55px;
		height: 55px;
		position: absolute;
		top:0;
		right:0;
	}
	.menu-display header .inner .sns{
		display: none;
	}


	
	
	/* Nav
	---------------------------------------*/ 
	
	.menu-display .nav{
		
		vertical-align: middle;
		color: #FFFFFF;
		padding: 92px 40px 0;
	}
	.menu-display .nav ul{
		margin-bottom: 10px;
	}
	.menu-display .nav ul li{
		display: inline-block;
		font-size: 15px;
		letter-spacing: 3px;
		margin:0 30px 30px 0;
	}
	.menu-display .nav ul li .orange{
		color: #DB8D40;
		background: url(../img/outlink.png) 100% 3px no-repeat;
		background-size: 12px;
		padding-right: 20px;
	}
	.menu-display .tel{
		width: 100%;
		border: 1px solid #FFFFFF;
		text-align: center;
		font-size: 18px;
		padding: 20px 0;
		letter-spacing: 2px;
		margin-bottom: 20px;
		position: relative;
	}
	.menu-display .tel::before{
		content:"→";
		display: block;
		position: absolute;
		top:20px;
		left:20px;
	}
	.menu-display .zip{
		line-height: 2;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.menu-display .links{
		margin-bottom: 35px;
	}
	.menu-display .links a{
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 5px 0 5px 25px; 
	}
	.menu-display .links a.gmap{
		background: url(../img/mappin.png) 0 70% no-repeat;
		background-size: 12px;
	}
	.menu-display .links a.quantic{
		background: url(../img/q.png) 0 50% no-repeat;
		background-size: 12px;
	}
	.menu-display .sp-sns{
		width: 
	}
	.menu-display .sp-sns li{
		width: 20px;
		margin: 0 10px 0 0 !important;
	}
	
	
	/*---------------------------------------
	 * Popup
	---------------------------------------*/ 	

	.news-popup{
		width: 222px;
		padding: 10px ;
		position: fixed;
		bottom:41px;
		right:0;
		z-index: 200;
		background: #FFFFFF;
	}
	.news-popup .photo{
		float: right;
		width: 95px;
	}
	.news-popup .text{
		float: left;
		width: 70px;
		margin-left: 10px;
	}
	.news-popup .text .chefsnow{
		width: 70px;
		margin: 6px 0 5px;
	}
	.news-popup .text .osusume{
		font-size: 10px;
		text-align: center;
		color: #DB8D40;
		margin-bottom: 5px;
	}
	.news-popup .text .view{
		font-size: 10px;
		text-align: center;
		color: #DB8D40;
		
	}
	.news-popup .text .view {
		text-decoration: underline;
	}
	
	
	/*---------------------------------------
	 * Footer
	---------------------------------------*/ 
	
	/* topics-info
	---------------------------------------*/ 	
	
	.footer-contentbox{
		width: 100%;
		padding: 50px 0;
		background: url(../img/info_bk.jpg) 50% no-repeat;
		background-size:cover;
		color: #FFFFFF;
	}
	.footer-contentbox .wrap{
		width: 100%;
		height: 100%;
		
	}
	.footer-contentbox .inner{
		padding: 0 20px;
		margin: 0 auto;
	}
	
	
	/* 記事 */
	
	.footer-contentbox .inner .topics{
		margin-bottom: 50px;
	}
	.footer-contentbox .inner .topics .midashi{
		font-size: 20px;
		letter-spacing: 3px;
		margin-bottom: 35px;
	}
	.footer-contentbox .inner .topics ul{
		margin-bottom: 30px;
	}
	.footer-contentbox .inner .topics li{
		width: 46%;
		max-width: 200px;
		float: left;
	}
	.footer-contentbox .inner .topics li.first{
		margin-right: 8%;
	}
	.footer-contentbox .inner .topics .photo{
		margin-bottom:20px;
	}
	.footer-contentbox .inner .topics .post-date{
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.footer-contentbox .inner .topics .post-title{
		
	}
	.footer-contentbox .inner .topics .more{
		width: 100%;
		text-align: center;
		display: inline-block;
		border: 1px solid #FFFFFF;
		padding: 18px 0;
		position: relative;
		letter-spacing: 3px;
	}
	.footer-contentbox .inner .topics .more::before{
		content:"→";
		position: absolute;
		top: 40%;
		left:20px;
		
	}
	.footer-contentbox .inner .topics .more span{
		display: none;
	}



	/* Information */
	
	.footer-contentbox .inner .info{
		
	}
	.footer-contentbox .inner .info .midashi{
		font-size: 20px;
		letter-spacing: 3px;
		margin-bottom: 35px;
	}
	.footer-contentbox .inner .info .zip{
		font-size: 13px;
		line-height: 2;
		margin-bottom: 15px;
	}
	.footer-contentbox .inner .info .gmap{
		letter-spacing: 2px;
		font-size: 12px;
		margin-bottom: 35px;
	}
	.footer-contentbox .inner .info .gmap a{
		background: url(../img/mappin.png) 0 12px no-repeat;
		background-size: 10px;
		padding: 10px 0 10px 20px;
	}
	.footer-contentbox .inner .info .open-hour{
		font-size: 12px;
		line-height: 2;
		margin-bottom: 30px;
	}
	.footer-contentbox .inner .info .open-hour dl dt{
		width: 76px;
		float: left;
		clear: left;
	}		
	.footer-contentbox .inner .info .open-hour dl dd{
		padding-left: 76px;
	}
	.footer-contentbox .inner .info .tel{
		display: inline-block;
		background: #FFFFFF;
		width: 100%;
		font-size: 12px;
		padding: 18px 0;
		text-align: center;
		color: #DB8D40;
		position: relative;
		margin-bottom: 10px;
	}
	.footer-contentbox .inner .info .tel::before{
		content:"→";
		position: absolute;
		top: 40%;
		left:20px;
		color: #DB8D40;
	}
	.footer-contentbox .inner .info .tel a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-contentbox .inner .info .tel span{
		display: none;
	}
	.footer-contentbox .inner .info .contact a{
		display: inline-block;
		background: #FFFFFF;
		width: 100%;
		font-size: 12px;
		padding: 18px 0;
		text-align: center;
		color: #DB8D40;
		position: relative;
		margin-bottom: 10px;
	}
	.footer-contentbox .inner .info .contact a.mail::before{
		content:"→";
		position: absolute;
		top: 40%;
		left:20px;
		color: #DB8D40;
	}
	.footer-contentbox .inner .info .contact a.mail span{
		display: none;
	}
	.footer-contentbox .inner .info .contact a.reserve{
		background: url(../img/outlink_wh.png) 20px 47% no-repeat #DB8D40;
		background-size: 12px;
		color: #FFFFFF;
	}
	
	
	/* Footer
	---------------------------------------*/ 
	
	footer{
		width: 100%;
		background: #F4F0ED;	
	}
	footer .inner{
		width: ;
		margin: 0 auto;
		padding: 50px 20px 55px;
	}
	footer .inner .logo{
		width: 147px;
		margin: 0 auto 30px;
	}
	footer .inner .footer-nav .nav{
		
	}
	footer .inner .footer-nav .nav li{
		padding-right: 50px;
		display: inline-block;
		font-size: 12px;
		margin-bottom: 20px;
	}
	footer .inner .footer-nav .external-links{
		
	}
	footer .inner .footer-nav .external-links .sns{
		float: left;
		width: 60%;
	}
	footer .inner .footer-nav .external-links .sns a{
		display: inline-block;
		width: 32px;
		padding-right: 8px;
		margin-bottom: 15px;
	}
	footer .inner .footer-nav .external-links .sns .app{
		width: 100%;
		background: url(../img/apple.png) 0 50% no-repeat;
		background-size:21px;
		padding: 10px 0 5px 25px;
		margin: 0;
		font-size: 12px;
		vertical-align: bottom;
	}
	footer .inner .footer-nav .external-links .quantic{
		float: left;
		width: 100px;
		border-left: 1px solid #999999;
		padding-left: 30px;
	}
	footer .copyright{
		width: 100%;
		padding: 15px 0;
		background: #DB8D40;
		font-size: 10px;
		text-align: center;
	}
	
	
	/*---------------------------------------
	 * FloationgFooter
	---------------------------------------*/ 
	
	.floating-footer{
		width: 100%;
		font-size: 0;
		position: fixed;
		bottom:0px;
		left:0;
		z-index: 90;
	}
	.floating-footer a{
		display: inline-block;
		width: 50%;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0;
		text-align: center;
	}
	.floating-footer a.reserve{
		background: url(../img/outlink_wh.png) 20px 50% no-repeat #DB8D40;
		background-size: 12px;	
		color: #FFFFFF;
	}
	.floating-footer a.tel{
		background: url(../img/tel.png) 20px 50% no-repeat #FFFFFF;
		background-size: 12px;	
		color: #DB8D40;
	}
	
	
/*---------------------------------------
 * Main
---------------------------------------*/ 

	main{
		margin-top: 55px;
	}

}

