.good{
  text-align : center
}

header{
  position: absolute;
  margin-left: 0;
  width: 100%;
  top: 100px;
  font-size: 0;
  z-index: 10;
}

header li{
  display: inline-block;
  width: 33%;
  font-size: 24px;
  border-right: 1px solid white;
}

header li a{
  color: white;
  background: #252525;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

nav li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


header{
  background-color: black;
  height: 80px;
}


footer{
  background-color: black;
  color: white;
  margin-top: 30px;
}

#header {
	margin-bottom: 39px;
}

.mainVisual {
	margin-bottom: 46px;
	background: url(../../img/party/price_main_img_pc.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/party/price_main_img_pc.jpg',  sizingMethod='scale');
}

.mainVisual .subBox .comPTitle {
	bottom: -18px;
}

#main .textImg {
	margin-bottom: 5px;
}

#main .link01 {
	margin-bottom: 36px;
	text-align: right;
}

#main h3 {
	margin-bottom: 45px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

#main .h3Ttl01 {
	margin-bottom: 51px;
}

#main .h3Ttl02 {
	margin-bottom: 23px;
}

#main .listUl {
	margin: 0 -50px 45px 0;
	width: 1050px;
	overflow: hidden;
	zoom: 1;
}

#main .listUl01 {
	margin-bottom: 71px;
}

#main .listUl li {
	float: left;
	margin-right: 50px;
	width: 300px;
}

#main .listUl li p {
	margin-bottom: 14px;
}

#main .listUl li .photo {
	margin-bottom: 26px;
}

#main .listUl li table {
	width: 100%;
	border-collapse: collapse;
}

#main .listUl li table th,
#main .listUl li table td {
	padding: 0 5px 6px 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

#main .listUl li table th {
	width: 52%;
}

#main .listUl li table td {
	width: 48%;
}

#main .listUl01 li table th {
	width: 55%;
}

#main .listUl01 li table td {
	width: 45%;
}

#main .dlList {
	margin-bottom: 70px;
	width: 620px;
}

#main .dlList dt {
	width: 545px;
	float: left;
	color: #000;
	font-size: 12px;
	line-height: 2.5;
}

#main .dlList dd {
	width: 60px;
	float: right;
	color: #000;
	font-size: 12px;
	line-height: 2.5;
	word-break: break-all;
}

#main .link02 {
	margin-bottom: 66px;
}

#main .comContactBox {
	margin-bottom: 54px;
}

#main .comMenuUl {
	margin: 0 auto;
	width: 610px;
}

@media screen and (max-width : 767px) {
	#main h2 {
		margin: 0 15px 30px;
	}
	
	#main h2 img {
		width: 71%;
		height: auto;
	}
	
	.mainVisual {
		margin-bottom: 50px;
		background: url(../../img/party/price_main_img_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.mainVisual .subBox .comPTitle img {
		width: 198px;
		height: auto;
	}

	.mainVisual .subBox .comPTitle {
		bottom: -15px;
	}

	#main .textImg {
		margin-bottom: 10px;
	}
	
	#main .textImg img {
		width: 100px;
		height: auto;
	}

	#main .link01 {
		width: 70%;
		margin-bottom: 40px;
		text-align: left;
	}
	
	#main .link01 img {
		width: 100%;
		height: auto;
	}
	
	#main h3 {
		margin-bottom: 30px;
		padding-bottom: 5px;
	}
	
	#main .h3Ttl01 {
		margin-bottom: 20px;
	}

	#main .listUl {
		margin: 0 0 40px 0;
		width: auto;
	}
	
	#main .listUl li {
		margin-right: 0;
		padding-bottom: 20px;
		width: auto;
		float: none;
	}
	
	#main .listUl li .photo {
		margin-bottom: 10px;
	}
	
	#main .listUl li .photo img {
		width: 100%;
		height: auto;
	}

	#main .listUl li p {
		margin-bottom: 0px;
	}

	#main .listUl li table th {
		width: 60%;
	}

	 #main .listUl li table td {
		 width: 40%;
	}
	
	#main .dlList {
		margin-bottom: 40px;
		width: auto;
	}
	
	#main .dlList dt {
		float: left;
		width: 60%;
		font-size: 11px;
		line-height: 1.8;
	}
	
	#main .dlList dd {
		float: right;
		width: 40%;
		font-size: 11px;
		line-height: 1.8;
		text-align: center;
	}
	
	#main .link02 {
		margin-bottom: 0;
	}

	#main .comContactBox {
		display: none;
	}
	
	#footer .spBox .ulList .list05 a {
		color: #ADADAD;
	}

}

ul {
  list-style: none;
}

.h3Ttl01{
  font-size: xx-large;
text-align: center;
}

.clearfix{
	display: flex;
	flex-wrap:wrap;
}
.clearfix li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.clearfix li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.clearfix table{
	margin-left: 15%;
}

.planh2{
  font-size: large;
  text-align: center;
}

.planh22{
  font-size: xx-large;
  text-align: center;
}

.fr{
  float: right;
  margin-right: 20%;
}

.photo{
  text-align: center;
}

.contentBox p{
  margin-top: -3%;
  margin-left: 20%;
}

.drink{
font-size: large;
text-align: center;
}

.drinkmenu1{
	text-align: center
}
	

	.grad-item {
		position: relative;
		overflow: hidden;
		height: 80px; /*隠した状態の高さ*/
	}
	.grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		content: "";
	}
	.grad-trigger {
		display: none; /*チェックボックスは常に非表示*/
	}
	.grad-trigger:checked + .grad-btn {
		display: none; /*チェックされていたら、grad-btnを非表示にする*/
	}
	.grad-trigger:checked ~ .grad-item {
		height: auto; /*チェックされていたら、高さを戻す*/
	}
	.grad-trigger:checked ~ .grad-item::before {
		display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
	}