@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainBg {
	background-image: url(../../img/ashiyucafe/bg_pageTitle.jpg);
}

.menus {
	margin: 102px 0 120px;
}

.menus .menusBox h3 {
	margin: 0 0 34px -4px;
	font-size: 24px;
	letter-spacing: 3px;
}

.menus .menusBox {
	width: 50%;
	float: left;
}

.menus .menuList {
	margin: 0 auto;
	width: 400px;
}

.menus .menuList dl {
	padding-bottom: 24px;
	position: relative;
	overflow: hidden;
	font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.menus .menuList dl:before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: -1;
	content: "";
	background-color: #959595;
}

.menus .menuList dt {
	padding-left: 10px;
	min-width: 75px;
	box-sizing: border-box;
	float: right;
	text-align: right;
	letter-spacing: 3px;
	background-color: #fff;
}

.menus .menuList dd {
	padding-right: 10px;
	max-width: 74%;
	box-sizing: border-box;
	float: left;
	background-color: #fff;	
}

.menus .menuList .msg {
	margin-top: 25px;
	font-size: 14px;
	color: #242424;
	line-height: 2.5;
}

.menus .menuList .tax {
	font-size: 12px;
	color: #242424;
}

.menus .picIce {
	margin-top: 75px;
	width: 50%;
	float: right;
}

.menus .picIce li {
	width: 100%;
	display: none;
}

.menus .picIce li:first-child {
	display: block;
}

.menus .picIce li button {
	display: none;
}

.menus .picIce li img {
	width: 100%;
}

.menus .slick-dots {
	margin-top: 15px;
}

.menus .slick-dots li {
	margin-right: 20px;
	width: 6px;
	height: 6px;
	cursor: pointer;
	float: left;
	display: block;
	background-color: #ccc;
	border-radius: 50%;
}

.menus .slick-dots li:last-child {
	margin-right: 0;
}

.menus .slick-dots li.slick-active {
	background-color: #000;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.mainBg {
		background-image: url(../../img/ashiyucafe/bg_pageTitle_sp.jpg);
	}
	
	.menus {
		margin: 43px 17px 56px;
	}
	
	.menus .menusBox h3 {
		margin: 0 0 32px -4px;
		width: auto;
		letter-spacing: 3px;
	}
	
	.menus .menusBox {
		width: auto;
		float: none;
	}
	
	.menus .menuList {
		width: auto;
	}
	
	.menus .menuList dl {
		padding-bottom: 26px;
		font-size: 14px;
	}
	
	.menus .menuList dl::before {
		top: 11px;
	}
	
	.menus .menuList dt {
		min-width: 60px;
		letter-spacing: 1px;
		line-height: 1.85;
	}
	
	.menus .menuList dd {
		padding-right: 13px;
		letter-spacing: 0;
		line-height: 1.85;
	}
	
	.menus .menuList .msg {
		font-size: 12px;
	}
	
	.menus .menuList .tax {
		font-size: 11px;
		color: #242424;
	}
	
	.menus .picIce {
		margin-top: 40px;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.menus .picIce img {
		width: 100%;
	}
	
	.menus .slick-dots {
		display: inline-block !important;
	}
	
	.notice h3 {
		font-weight: bold;
	}
}