@charset "utf-8";

.partyPhoto {
	max-width: 960px;
	margin: 0 auto 40px;
}

.weekday1 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.25em;
	margin-bottom: 5px;
}
.weekday2 {
	text-align: center;
	font-size: 0.88em;
	margin-bottom: 20px;
}

.plan {
	margin-bottom: 10px;
}
.plan table {
	width: 100%;
}
.plan th {
	width: 33.333%;
	background: #b60005;
	text-align: center;
	color: #fff;
	font-size: 0.94em;
	font-weight: bold;
	border: 2px solid #fff;
	padding: 6px;
}
.plan td {
	width: 33.333%;
	text-align: center;
	font-size: 0.94em;
	border: 2px solid #fff;
	padding: 6px;
}
.plan tr {
	background: rgba(255,255,255,1);
}
.plan tr:nth-child(2n) {
	background: rgba(229,225,216,1);
}
.planTH {
	background: #fff !important;
}
.plan dl {
	margin: 10px 1em 20px;
	padding: 20px 20px 5px;
	background: #eee;
	border-radius: 8px;
}
.plan dt {
	font-size: 0.94em;
	line-height: 1.4;
	margin-bottom: 5px;
	text-indent: -1.2em;
	margin-left: 1.2em;
	color: #335100;
}
.plan dt:before {
	content: "\f005";
	font-family: FontAwesome;
	margin-right: 0.2em;
	color: #ffd200;
}
.plan dd {
	font-size: 0.94em;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-left: 1.2em;
}

.otherPlan {
	margin: 30px 0;
}
.otherPlan h3 {
	position: relative;
	padding: 14px;
	margin-bottom: 20px;
	background: #8db548;
	color: #fff;
	font-size: 1.12em;
}
.otherPlan h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px rgb(149, 158, 155);
}
.otherPlan p {
	font-size: 0.94em;
}
.otherPlan dl {
	margin: 10px 1em 20px;
	padding: 20px 20px 5px;
	background: #eee;
	border-radius: 8px;
}
.otherPlan dt {
	font-size: 0.94em;
	line-height: 1.4;
	margin-bottom: 5px;
	text-indent: -1.2em;
	margin-left: 1.2em;
	color: #335100;
}
.otherPlan dt:before {
	content: "\f005";
	font-family: FontAwesome;
	margin-right: 0.2em;
	color: #ffd200;
}
.otherPlan dd {
	font-size: 0.94em;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-left: 1.2em;
}

.aboutPlan {
	margin-bottom: 40px;
}
.aboutPlan ul {
	margin: 0 0 20px;
}
.aboutPlan ul li {
	font-size: 0.94em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.aboutPlan h3 {
	font-weight: bold;
	color: #b60005;
	margin-bottom: 5px;
}
.aboutPlan p {
	font-size: 0.94em;
	margin-bottom: 20px;
}

.afterParty .message1 {
	font-size: 0.94em;
}
.afterParty .message2 {
	margin-bottom: 30px;
	text-align: right;
	font-size: 0.94em;
}
.timeSchedule {
	margin-bottom: 30px;
}
.timeSchedule table {
	width: 100%;
}
.timeSchedule th {
	text-align: center;
	font-size: 0.94em;
	font-weight: bold;
	border: 2px solid #fff;
	padding: 6px;
	white-space: nowrap;
}
.timeSchedule td {
	font-size: 0.94em;
	border: 2px solid #fff;
	padding: 6px;
}
.timeSchedule tr {
	background: rgba(229,225,216,0.5);
}
.timeSchedule tr:nth-child(2n+1) {
	background: rgba(229,225,216,1);
}

.menuBG {
	background: url(../../img/bg-menu.png) rgba(229,225,216,1);
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

.txt1 {
	font-size: 0.88em;
	text-align: center;
	margin-bottom: 20px;
}
.txt2 {
	max-width: 800px;
	font-size: 0.75em;
	line-height: 1.4;
	margin: 20px auto;
}
.txt3 {
	font-size: 0.88em;
	line-height: 1.4;
	margin: 20px 0;
	text-align: center;
}
.txt4 {
	font-size: 0.88em;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: -20px;
	text-align: right;
}
.txt5 {
	font-weight: bold;
	text-align: center;
	color: #162e7e;
	margin-bottom: 10px !important;
}
.txt6 {
	font-size: 0.94em;
	margin: 5px 0 20px;
}
.menuTTL1 {
	text-align: center;
	font-family: "hannari", 'Noto Serif JP', serif;
	font-size: 2.25em;
	line-height: 1;
	color: #b60005;
	margin-bottom: 20px;
}

.menu {
	max-width: 800px;
	margin: 0 auto;
}

.menu h3 {
	font-size: 0.94em;
	color: #b60005;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.menu h3 span {
	margin-left: 0.5em;
	font-size: 0.88em;
	color: #333;
}

.menu p,
.menu ol,
.menu ul {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
}

.menu ol li {
	margin-left: 1.5em;
	margin-bottom: 10px;
	list-style: decimal;
	line-height: 1.4;
}
.menu ul li {
	margin-left: 1.5em;
	margin-bottom: 10px;
	list-style: disc;
	line-height: 1.4;
}

.menu .price {
	color: #162e7e;
	font-size: 1.25em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.menu .price span {
	font-size: 0.75em;
}
.floor {
	max-width: 480px;
	margin: 30px auto;
}
/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {


}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.partyPhoto {
		margin-bottom: 20px;
	}
	
	.otherPlan h3 {
		font-size: 1.00em;
		line-height: 1.4;
	}

	.menuBG {
		box-shadow: 0 3px 5px rgba(0,0,0,0.3);
		margin-bottom: 20px;
	}
	
	.menuTTL1 {
		font-size: 1.875em;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {
	
	.weekday1 {
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		font-size: 1.00em;
		margin-bottom: 5px;
	}
	.weekday2 {
		text-align: center;
		font-size: 0.75em;
		margin-bottom: 20px;
	}

	.plan th {
		font-size: 0.88em;
		padding: 4px;
	}
	.plan td {
		font-size: 0.88em;
		padding: 4px;
	}

	.menuBG {
		padding: 20px 10px;
	}
	
	.menuTTL1 {
		font-size: 1.75em;
	}
	
	.menu h3 span {
		display: block;
		margin-left: 0;
		padding-top: 5px;
	}
	
	.menu .price {
		font-size: 1.12em;
	}
	.menu .price span {
		display: block;
	}


}
