

/*------------------------------------------------------------------------------
 * PC
------------------------------------------------------------------------------*/


@media screen and (min-width:860px) {

	main {
		padding-bottom: 120px;
	}

	/*---------------------------------------
	 * ヘッダー
	---------------------------------------*/

	.page-head{
		width: 100%;
		padding: 70px 0;
		text-align: center;
	}
	.page-head .sub-title{
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: 200;
		color: #6da591;
		margin-bottom: 5px;
		line-height: 1;
	}
	.page-head .title{
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

	/*---------------------------------------
	 * 会場
	---------------------------------------*/

	.banquet__chapter {
		padding-top:70px;
		padding-bottom:70px;
	}
	.banquet__chapter:nth-of-type(odd) {
		background:#f9f9f9;
	}
	.banquet__chapter .inner{
		display:flex;
		justify-content: space-between;
		align-items:center;
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.banquet__chapter--kikusui{
		padding-top:0;
	}
	.banquet__chapter--kikusui .inner{
		align-items:start;
	}
	.banquet__chapter__img{
		width: 50%;
	}
	.banquet__chapter__details{
		width: calc(50% - 100px);
	}
	.banquet__chapter:nth-of-type(odd) .banquet__chapter__img{
		order:2;
	}
	.banquet__chapter__details__ttl{
		margin-bottom:20px;
		font-size: 25px;
		letter-spacing: .1em;
		color: #333;
	}
	.banquet__chapter__details__ttl span{
		font-family: 'Quattrocento', serif !important;
		font-weight: normal;
		font-size: 28px;
		letter-spacing: .1em;
		color: #333;
	}
	.banquet__chapter__details__txt{
		margin-bottom:40px;
		line-height:2;
	}
	.banquet__chapter__details__infolist{
		margin-bottom:40px;
		padding: 20px 0;
		border-top: 1px solid  #6da591;
		border-bottom: 1px solid  #6da591;
	}
	.banquet__chapter__details__infolist li{
		color: #6da591;
		line-height:2;
	}
	.banquet__chapter__details .photolist{
		width:calc(100% + 6px);
		margin-left: -3px;
		margin-bottom: 20px;
	}
	.banquet__chapter__details .slick-slide{
		padding: 0 3px;
	}
	.banquet__chapter__details .slick-dots{
		text-align:left !important;
	}
	.banquet__chapter__details .slick-dots li{
		margin: 0 13px 0 0 !important;
	}
	.banquet__chapter__details__report__ttl{
		margin-bottom: 20px;
		font-size:12px;
	}
	.banquet__chapter__details__report__ttl span{
		padding-right: 20px;
		font-family: 'Spectral', serif !important;
		font-style: italic;
		font-size: 20px;
		letter-spacing: .1em;
		font-weight: 200;
		color: #6da591;
		vertical-align: baseline;
	}
	.banquet__chapter__details__report__lst{
		display:flex; flex-wrap: wrap;
		justify-content:space-between;
	}
	.banquet__chapter__details__report__lst li{
		width:30%;
		text-align:center;
	}
	.banquet__chapter__details__report__lst li img{
		border-radius:50%;
		margin-bottom:15px;
	}
	
	.gallery{
		width: 100%;
		padding: 60px 0 0;
	}
	.gallery .title{
		font-size: 30px;
		letter-spacing: .1em;
		font-weight: 200;
		color: #6da591;
		margin-bottom: 100px;
		text-align: center;
		margin-bottom: 50px;
	}
	.gallery .thumbs{
		display: table;
	}
	.gallery .box{
		width: 50%;
		display: table-cell;
		text-align: center;
		vertical-align: bottom;

	}
	.gallery .box li{
		width: 33.33332%;
		height: auto;
		float: left;
		line-height: 0;
	}
	.gallery .box li.first{
		width: 66.66667%;
		height: auto;
		line-height: 1;
	}

	footer{
		position: relative;
		margin-top: -1px;
		z-index: 500;
	}

}

/*------------------------------------------------------------------------------
 * SP
------------------------------------------------------------------------------*/

@media screen and (max-width:859px) {

	main{
		overflow: hidden;
	}

	/*---------------------------------------
	 * ヘッダー
	---------------------------------------*/

	.page-head{
		width: 100%;
		padding: 35px 0;
		text-align: center;
	}
	.page-head .sub-title{
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: 200;
		color: #6da591;
		margin-bottom: 13px;
		line-height: 1;
	}
	.page-head .title{
		font-size: 20px;
		letter-spacing: .1em;
		margin-bottom: 5px;
	}

	/*---------------------------------------
	 * 会場
	---------------------------------------*/

	.banquet__chapter {
		padding-bottom:70px;
	}
	/*
	.banquet__chapter .inner{
		width: 90%;
		margin: 0 auto;
	}
	*/
	.banquet__chapter:nth-of-type(odd) {
		background:#f9f9f9;
	}
	.banquet__chapter__img{
		margin-bottom:30px;
	}
	.banquet__chapter__details{
		width: 90%;
		margin: 0 auto;
	}
	.banquet__chapter__details__ttl{
		margin-bottom:15px;
		font-size: 20px;
		letter-spacing: .1em;
		color: #333;
	}
	.banquet__chapter__details__ttl span{
		font-family: 'Quattrocento', serif !important;
		font-weight: normal;
		font-size: 20px;
		letter-spacing: .1em;
		color: #333;
	}
	.banquet__chapter__details__txt{
		margin-bottom:30px;
		line-height:1.8;
	}
	.banquet__chapter__details__infolist{
		margin-bottom:30px;
		padding: 20px 0;
		border-top: 1px solid  #6da591;
		border-bottom: 1px solid  #6da591;
	}
	.banquet__chapter__details__infolist li{
		color: #6da591;
		line-height:1.8;
	}
	.banquet__chapter__details .photolist{
		width:114%;
		margin-left: -7%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.banquet__chapter__details .slick-slide{
		padding: 0 3px;
	}
	.banquet__chapter__details .slick-dots{
		text-align:left !important;
		padding-left: calc(5% + 3px);
	}
	.banquet__chapter__details .slick-dots li{
		margin: 0 13px 0 0 !important;
	}
	.banquet__chapter__details .slick-slide{
		padding: 0 3px;
	}
	.banquet__chapter__details .slick-dots{
		text-align:left !important;
	}
	.banquet__chapter__details .slick-dots li{
		margin: 0 13px 0 0 !important;
	}
	.banquet__chapter__details__report__ttl{
		margin-bottom: 20px;
		font-size:12px;
	}
	.banquet__chapter__details__report__ttl span{
		padding-right: 20px;
		font-family: 'Spectral', serif !important;
		font-style: italic;
		font-size: 20px;
		letter-spacing: .1em;
		font-weight: 200;
		color: #6da591;
		vertical-align: baseline;
	}
	.banquet__chapter__details__report__lst{
		display:flex; flex-wrap: wrap;
		justify-content:space-between;
	}
	.banquet__chapter__details__report__lst li{
		width: 30%;
        text-align: center;
        font-size: 11px;
	}
	.banquet__chapter__details__report__lst li img{
		border-radius:50%;
		margin-bottom:15px;
	}

	.gallery{
		width: 100%;
	}
	.gallery .title{
		font-size: 22px;
		letter-spacing: .1em;
		font-weight: 200;
		color: #6da591;
		margin-bottom: 30px;
		text-align: center;
	}
	.gallery .thumbs{
		
	}
	.gallery .box{
		width: 100%;
	}
	.gallery .box li{
		width: 33.33332%;
		height: auto;
		float: left;
		line-height: 0;
	}
	.gallery .box-2 li{
		float: right;
	}
	.gallery .box li.first{
		width: 66.66667%;
		height: auto;
		line-height: 1;
	}

	footer{
		position: relative;
		margin-top: -1px;
		z-index: 500;
	}

}
