@charset "UTF-8";

@import "base.css";
@import "main.css";


/* -------------------------------------
 *	Header
 * ------------------------------------- */

#contHeader h2 {
	display: flex;
	align-items: center;
	height: 247px;
	margin-bottom: 60px;
	background: #120a04 no-repeat right top;
}
#contHeader h2.menu {
	background-image: url(../images/bg_menu_title.jpg);
}
#contHeader h2.alacarte {
	background-image: url(../images/bg_alacarte_title.jpg);
}
#contHeader h2.desert {
	background-image: url(../images/bg_desert_title.jpg);
}
#contHeader h2.drink {
	background-image: url(../images/bg_drink_title.jpg);
}
#contHeader h2.access {
	background-image: url(../images/bg_access_title.jpg);
}
#contHeader h2 p {
	line-height: 1.2;
	margin-left: 150px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 55px;
	font-weight: 500;
}
#contHeader h2 p span {
	display: block;
	line-height: 1.2;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 35px;
	font-weight: 500;
}


/* -------------------------------------
 *	Menu Body
 * ------------------------------------- */

/* 消費税表記
-----------------------------------------*/
#main #tax {
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
}

/* レイアウト枠設定
-----------------------------------------*/
#main .contBox {
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 40px;
}
#main .contFlexbox {
	align-items: flex-start;
	justify-content: space-between;
}
#main .contFlexbox figure,
#main .contFlexbox .contFlexboxItem {
	width: 48%;	
}

/* Title
-----------------------------------------*/
#main h3 {
	display: inline-block;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 700;
	background: url(../images/bg_tit.png) no-repeat left bottom;
	background-size: 100% 36px;
}
#main h3 span {
	display: block;
	line-height: 1.0;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
}
#main h4 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
}

/* Menu
-----------------------------------------*/
#main .contFlexbox ul li {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	position: relative;
}
#main .contFlexbox ul li.special {
	line-height: 130%;
	font-size: 120%;
	font-weight: bold;
}
#main .contFlexbox ul li.ml2 {
	padding-bottom: 2em;
}
#main .contFlexbox ul li.ml3 {
	padding-bottom: 3.5em;
}
#main .contFlexbox ul li span.small {
	display: block;
	margin-left: 1em;
	font-size: 80%;
}
#main .contFlexbox ul li span.mark {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 1em;
	padding: 0 10px;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	vertical-align: 2px;
	background: #d13d3d;
	border-radius: 10px;
}
#main .contFlexbox ul li span.price {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* 焼酎ボトルキープ */
#main #shochu {
	margin-left: 0;
	padding: 25px 20px;
	background: url(../images/bg_drink_shochu.png);
	box-sizing: border-box;
}
#main .contFlexbox .contFlexboxItem figure {
	width: auto;
}

/* 宴会お問い合わせ
-----------------------------------------*/
#main #party {
	width: 96%;
	max-width: 850px;
	padding: 15px 20px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #88b698;
	box-sizing: border-box;
}


/* -------------------------------------
 *	店舗情報
 * ------------------------------------- */

#access #accessWrap {
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 40px;
}
#access #accessWrap h3 {
	margin-bottom: 50px;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 500;
}
#access #accessMap {
	width: 100%;
	height: 500px;
}


/* -------------------------------------
 *	お知らせ
 * ------------------------------------- */

#main #newsList ul li {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#main #newsList h3 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-family: initial;
	font-size: initial;
	font-weight: initial;
	border-bottom: 3px solid #ccc;
	background: none;
}
#main #newsList h3 span {
	display: inline;
	padding: 0 1em;
	font-family: initial;
	font-size: 20px;
	font-weight: initial;
	border-bottom: 3px solid #88b698;
}
#main #newsList p {
	margin-left: 1em;
	margin-bottom: 1em;
}
#main #newsList p.date {
	margin-right: 1em;
	margin-bottom: 15px;
	text-align: right;
}
#main #newsList p.redBold {
	color: #e10000;
	font-size: 18px;
	font-weight: bold;
}
#main #newsList ul li ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
#main #newsList ul li ul li {
	list-style-type: disc;
	padding-bottom: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

/* ページネーション
-----------------------------------------*/
#newsList #pagingArea {
	text-align: center;
}
#newsList #pagingArea a {
	padding: 5px 8px;
	color: #666;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#newsList #pagingArea a:hover {
	cursor: pointer;
	color: #fff;
	background: #999;
}
#newsList #pagingArea span.current {
	padding: 5px 8px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #666;
}


/* -------------------------------------
 *	Footer
 * ------------------------------------- */

footer {
	margin-top: 100px;
}

@media screen and (max-width : 1000px) {
	#main .contFlexbox {
		flex-direction: column;
	}
	#main .contFlexbox figure,
	#main .contFlexbox .contFlexboxItem {
		width: 100%;
	}
	#main .contFlexbox figure {
		text-align: center;
	}
	#main #newsList h3 span {
		padding: 0;
		border: none;
	}
}
@media screen and (max-width : 800px) {
	#contHeader h2 p {
		margin-left: 30px;
		text-shadow: 0px 0px 5px #333;
	}
	#main .contBox {
		width: calc(96% - 60px);
		margin-left: 2%;
		margin-right: calc(2% + 60px);
	}
	#main .contFlexbox ul li {
		padding-right: 5em;
	}
	#access #accessWrap {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}
