@charset "utf-8";

footer{
	color: #fff !important;
	background-color: #082410;
	padding: 30px 0;
	text-align:center;
}
footer .copyright{
	text-align:center;
}
footer a{
	color: #ffcb05 !important;
}

/* SNS */
#snsContact{
	background-color: #FFF;
	border-radius: 10px;
	position: fixed;
	padding: 10px;
	bottom: 20px;
	right: 20px;
}
#snsContact li{
	color:#5a2e85;
	float: left;
	margin-right: 10px;
    font-size: 20px;
    line-height: 1.3;
	font-weight:bold;
}
#snsContact li span{
	color:#5a2e85;
		padding-left:10px;
}
#snsContact li a:hover span{
	text-decoration:underline;
}
#snsContact.jp li:first-child{
	font-weight: normal;
	padding-top: 15px;
}
#snsContact li:last-child{
	margin-right: 0;
}
#snsContact li img{
	width: 50px;
	height: 50px;
}


.shopInfoWrapper{
    display: flex;
	max-width:1400px;
	margin:0 auto;
}
.shopInfoWrapper #calendar{
	box-sizing:border-box;
	width:100%;
	background-color:#082410;
	margin:20px;
	padding:50px;
}
.shopInfoWrapper #information{
	box-sizing:border-box;
	width:100%;
	background-color:#082410;
	margin:20px;
	padding:50px;
}
.shopInfoWrapper h2{
	text-align:center;
	font-weight:500;
	line-height:1.5;
	margin-bottom:30px;
}
.shopInfoWrapper h2 span{
	font-size:14px;
	font-weight:normal;
	display:block;
}
.shopInfoWrapper #information dl{
	display:flex;
	color:#FFF;
	font-size:16px;
	margin-bottom:20px;
}
.shopInfoWrapper #information dt{
	width:90px;
}
.shopInfoWrapper #information dd{
	padding-left:30px;
	position:relative;
}
.shopInfoWrapper #information dd:before{
	content:":";
	position:absolute;
	left:0;
}
.shopInfoWrapper #information dd a{
	color:#FFCD2E;
	text-decoration:underline;
}
.shopPay ul{
	margin-top:15px;
}
.shopPay li{
	float:left;
	width:13.4%;
	margin-right:1%;
}
.shopPay li:last-child{
	margin-right:0;
}
.pay{
	margin-top:15px;
}
.shopInfoWrapper #information .pay dl{
	display:flex;
	color:#FFF;
	font-size:16px;
	margin-bottom:20px;
}
.shopInfoWrapper #information .pay dt{
	width:180px;
}
.shopInfoWrapper #information .pay dd{
	padding-left:30px;
	position:relative;
}
.shopInfoWrapper #information .pay dd:before{
	content:":";
	position:absolute;
	left:0;
}
.pay span{
	display:inline-block;
}
.linkWebSnS{
    display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.linkWebSnS div img{
	max-width:50px;
	margin:0 5px;
}
.linkWebSnS div a:hover img{
	opacity:0.8;
}

.shopContact{
	margin-top:30px;
}
.shopContact .contactWrapper{
    display: flex;
}
.shopContact .contactWrapper .telBtn{
	flex-grow: 1;
}
.shopContact .contactWrapper .telBtn div {
	text-align:center;
	color:#12301b;
	background-color:#ffcb05;
    padding: 10px 20px;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
	border:2px solid #ffcb05;
    transition: all 0.3s ease-in-out 0s;
}
.shopContact .contactWrapper .telBtn a:hover div{
	color:#ffcb05;
	background-color:#12301b;
	transition: all 0.3s ease-in-out 0s;
}
.shopContact .contactWrapper .reserveBtn{
	flex-grow: 1;
}
.shopContact .contactWrapper .reserveBtn div {
	text-align:center;
	color:#12301b;
	background-color:#ffcb05;
    padding: 10px 20px;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
	border:2px solid #ffcb05;
    transition: all 0.3s ease-in-out 0s;
}
.shopContact .contactWrapper .reserveBtn a:hover div{
	color:#ffcb05;
	background-color:#12301b;
	transition: all 0.3s ease-in-out 0s;
}
.shopContact a div p{
	color:#12301b;
	transition: all 0.3s ease-in-out 0s;
}
.shopContact a:hover div p{
	color:#ffcb05;
	transition: all 0.3s ease-in-out 0s;
}

#access{
	line-height:1;
	margin-top:50px;
}

/* Slick */
.slick-prev:before{
	content:"«";
	font-family:"NotoSerifJP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック" !important;
	font-size:60px;
	opacity:1;
}
.slick-prev{
	left:-40px;
}
.slick-next:before{
	content:"»";
	font-family:"NotoSerifJP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック" !important;
	font-size:60px;
	opacity:1;
}
.slick-next{
	right:-30px;
}
.slick-prev, .slick-next{
	top:40%;
}
.slick-dots{
	text-align:right;
}
.slick-dots li button:before{
	font-size:14px;
	color:#FFF;
}
.slick-dots li.slick-active button:before{
	color:#FFF;
	opacity:1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before,
.slick-dots li.slick-active button:hover:before,.slick-dots li button:hover:before{
	color:#FFCD2E;
}
.slick-dots li{
	margin:0 2px;
}

@media only screen and (max-width:450px){
	footer{
		padding: 5%;
		width: 90%;
		padding-bottom: 30px;
		text-align: left;
	}
	footer .copyright{
		text-align: left;
	}
	/* SNS */
	#snsContact{
		box-sizing:border-box;
		padding: 10px 2%;
		padding-bottom:20px;
		position: fixed;
		right: auto;
		bottom: 0;
		width: 100%;
		background-color: #652d90;
		border-top: 1px solid #FFF;
		border-radius: 0px;
	}
	#snsContact li{
		color: #FFF;
		font-size: 14px;
		line-height: 1.3;
		padding-right: 3%;
		margin-right: 3%;
		border-right:1px solid #fff;
	}
	#snsContact.jp li:first-child{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#snsContact li:last-child{
		padding-right:0;
		border-right:0;
	}
	#snsContact li img{
		padding: 2px 0;
		width: 30px;
		height: 30px;
	}	
	#snsContact li a{
		color:#FFCD2E;
		font-weight:normal;
	}
	#snsContact li a span{
		color:#FFCD2E;
		padding-left:5px;		
	}
	
	
	.shopInfoWrapper{
		display:block;
	}
	.shopInfoWrapper #calendar{
		margin:0;
		padding:5%;
	}
	.shopInfoWrapper #information{
		margin:0;
		padding:5%;
	}
	.shopInfoWrapper #information dl{
		display:block;
		margin-bottom:0;
	}
	.shopInfoWrapper #information dt{
		width:100%;
		padding:10px 5%;
		text-align:center;
		border:1px solid rgba(255,255,255,0.5);
		box-sizing:border-box;
	}
	.shopInfoWrapper #information dd{
		padding-left:0;
		padding:5% 5% 10%;
		border:1px solid rgba(255,255,255,0.5);
		border-top:none;
		border-bottom:none;
		background-color:#12301b;
	}
	
	.shopInfoWrapper #information dl:last-child dd{
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.shopInfoWrapper #information dd:before{
		display:none;
	}
	.shopPay{
		margin-top:30px;
	}
	.shopContact .contactWrapper{
		display:block;
	}
	.shopContact .contactWrapper .telBtn div{
		width:90%;
		margin-bottom:20px;
		color:#12301b;
		background-color:#ffcb05;
	}
	.shopContact .contactWrapper .reserveBtn div{
		width:90%;
		color:#12301b;
		background-color:#ffcb05;
	}
	.shopContact a div p{
		color:#12301b;
	}
	.linkWebSnS div img{
		max-width:40px;
	}
	.pay{
		margin-top:30px;
	}
	.shopInfoWrapper #information .pay dl{
		display:block;
	}
	.shopInfoWrapper #information .pay dt{
		width:100%;
	}
}
