@charset "utf-8";



/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 769px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/*=============================================
	
	タイトル枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.top_title_wrap {
		padding: 3.2em 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 3.6em;
		margin: 0 0 0.6em;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 1.1em;
		margin: 0 0 1.6em;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 1.2em;
		margin: 0 0 0;
	}

}

@media print, screen and (min-width: 769px) {
	.top_title_wrap {
		padding: 60px 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 56px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 18px;
		margin: 0 0 0;
	}
}

/*=============================================
	
	リニューアル訴求
	
==============================================*/
.renewal_wrap {
	padding: 3em 0;
	background: url(/img/common/bg_paper.jpg) no-repeat center center;
	background-size: cover;
}
.renewal_wrap .box {
	border: 3px double #333;
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
}
.renewal_wrap .box {
	position: relative;
}
.renewal_wrap .box dt {
	margin-bottom: 1em;
}
.renewal_wrap .box dt .attention{
	font-size: 0.8em;
	text-align: right;
	color: #999;
}
.renewal_wrap .box dd {
	
}
.renewal_wrap .box dd .title {
	text-align: center;
	font-size: 1.8em;
	color: #b38924;
	margin-bottom: 0.3em;
}
.renewal_wrap .box dd .lead {
	text-align: center;
	font-size: 1.4em;
	color: #b38924;
	margin-bottom: 1em;
}
.renewal_wrap .box dd .body {

}

.renewal_wrap .box .midashi {
	font-family: "Parisienne", serif;
    font-weight: 400;
    font-style: normal;
    color: #b38924;
    font-size: 3.5em;
    position: absolute;
    left: 1%;
    top: 5px;
    transform: rotate(-15deg);
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.renewal_wrap {
		padding: 30px 0;
		
	}
	.renewal_wrap .box {
		border: 3px double #333;
		padding: 30px 30px 20px;
	}
	.renewal_wrap .box {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.renewal_wrap .box dt {
		margin-bottom: 0;
		width: 40%;
	}
	.renewal_wrap .box dt .attention{
		font-size: 0.8em;
		text-align: right;
		color: #999;
	}
	.renewal_wrap .box dd {
		width: 55%;	
	}
	.renewal_wrap .box dd .title {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.renewal_wrap .box dd .lead {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.renewal_wrap .box dd .body {
		font-size: 14px;
	}
	
	.renewal_wrap .box .midashi {
	    font-size: 50px;
	    position: absolute;
	    left: 0;
	    top: 5px;
	    transform: rotate(-15deg);
	}

}


/*=============================================
	
	1段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 3.6em 0;
	}
	#detail01_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail01_wrap ul.container li {
		margin: 0 0 1.0em;
	}
	#detail01_wrap ul.container li:last-child {
		margin: 0 0 0;
	}
	#detail01_wrap ul.container li.pic01 {

	}
	#detail01_wrap ul.container li.pic02 {
		float: left;
		width: 48%;
	}
	#detail01_wrap ul.container li.pic03 {
		float: right;
		width: 48%;
	}
	#detail01_wrap ul.container li.pic04 {

	}
}

@media print, screen and (min-width: 769px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 70px 0;
	}
	#detail01_wrap ul.container {
		width: 100%;
		min-height: 1020px;
	}
	#detail01_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail01_wrap ul.container li.pic01 {
		width: 716px;
		top: 0px;
		margin-left: -540px;
	}
	#detail01_wrap ul.container li.pic02 {
		width: 330px;
		top: 55px;
		margin-left: 230px;
	}
	#detail01_wrap ul.container li.pic03 {
		width: 400px;
		top: 536px;
		margin-left: -610px;
	}
	#detail01_wrap ul.container li.pic04 {
		width: 716px;
		top: 536px;
		margin-left: -155px;
	}

}


/*=============================================
	
	2段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail02_wrap {
		background: #FFF;
		padding: 3.6em 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
	}
	#detail02_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail02_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail02_wrap ul.container li.pic01 {
	}
	#detail02_wrap ul.container li.pic02 {
		width: 75%;
		margin-left: 5%;
	}
	#detail02_wrap ul.container li.pic03 {
		width: 50%;
		margin-left: auto;
		margin-right: 5%;
	}
	#detail02_wrap ul.container li.pic04 {
		float: right;
		width: 48%;
		margin: 0 0 0;
	}
	#detail02_wrap ul.container li.pic05 {
		float: right;
		width: 48%;
	}
}

@media print, screen and (min-width: 769px) {
	#detail02_wrap {
		background: #FFF;
		padding: 70px 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 70px;
	}
	#detail02_wrap ul.container {
		width: 100%;
		min-height: 910px;
	}
	#detail02_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail02_wrap ul.container li.pic01 {
		width: 516px;
		top: 0px;
		margin-left: -640px;
	}
	#detail02_wrap ul.container li.pic02 {
		width: 716px;
		top: 0px;
		margin-left: -76px;
	}
	#detail02_wrap ul.container li.pic03 {
		width: 260px;
		top: 515px;
		margin-left: -76px;
	}
	#detail02_wrap ul.container li.pic04 {
		width: 320px;
		top: 708px;
		margin-left: -442px;
	}
	#detail02_wrap ul.container li.pic05 {
		width: 320px;
		top: 515px;
		margin-left: 288px;
	}

}


/*=============================================
	
	おすすめポイント 3段目
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail03_wrap {
		padding: 1.6em 0 0;
	}
	#detail03_wrap h3 {
		width: 70%;
		margin: 0 auto 0;
	}
	
	#detail03_wrap .rec_point {
		padding: 3.2em 0;
	}
	#detail03_wrap .rec_point dl {
		margin: 0 0 1.0em;
		position: relative;
	}
	#detail03_wrap .rec_point dl dt {
		width: 80%;
		margin: 0 auto 1.6em;
		text-align: center;
	}
	#detail03_wrap .rec_point:nth-of-type(even) {
		background-color:rgba(247,247,247,1.0);
	}	
	#detail03_wrap .rec_point dl dd {
		width: 90%;
		margin: 0 auto;
	}

	#detail03_wrap .rec_point dl dt h4 {
		padding: 30px 0 16px;
		background: url(/img/party/no01.png) no-repeat center bottom;
		background-size: 25% auto;
		font-size: 2.1em;
		line-height: 1.0em;
		margin: 0 0 0.6em;
	}
	#detail03_wrap .rec_point:nth-of-type(2) dl dt h4 {
		background: url(/img/party/no02.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point:nth-of-type(3) dl dt h4 {
		background: url(/img/party/no03.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point:nth-of-type(4) dl dt h4 {
		background: url(/img/party/no04.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point:nth-of-type(5) dl dt h4 {
		background: url(/img/party/no05.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point dl dt p.text {
		font-size: 1.0em;
		line-height: 2.2em;	
	}
	#detail03_wrap .rec_point ul.pics {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#detail03_wrap .rec_point ul.pics li {
		display: inline-block;
		width: 48%;
		margin: 0 0.5% 0;
	}
	#detail03_wrap .rec_point:nth-of-type(4) ul.pics li {
		width: 31%;
	}
	#detail03_wrap .rec_point_other {
		padding: 3.2em 0;
		background-color:rgba(255,255,255,1.0);
	}
	#detail03_wrap .rec_point_other h4 {
		padding: 50px 0 16px;
		background: url(/img/party/no03.png) no-repeat center bottom;
		background-size: 25% auto;
		font-size: 2.1em;
		line-height: 1.0em;
		margin: 0 auto 0.6em;
		text-align: center;
	}
	#detail03_wrap .rec_point_other p.text {
		font-size: 1.0em;
		line-height: 2.2em;	
		text-align: center;
		margin: 0 auto 1.6em;
	}
	
	#detail03_wrap .rec_point_other .twobox {
		text-align: center;
	}
	#detail03_wrap .rec_point_other .twobox li {
		margin: 0 0 1.0em;
	}
	#detail03_wrap .rec_point_other .twobox li .pic {
		margin: 0 0 1.0em;
	}
	#detail03_wrap .rec_point_other .twobox li h5 {
		text-align: center;
		font-size: 2.0em;
		margin: 0 0 0.6em;
	}
	#detail03_wrap .rec_point_other .twobox li p.text {
		font-size: 1.0em;
		text-align: left;
		line-height: 2.0em;
	}
}

@media print, screen and (min-width: 769px) {
	#detail03_wrap {
		padding: 30px 0 0;
	}
	#detail03_wrap h3 {
		width: 310px;
		margin: 0 auto 0;
	}
	
	#detail03_wrap .rec_point {
		padding: 50px 0;
	}
	#detail03_wrap .rec_point dl {
		margin: 0 0 30px;
		position: relative;
	}
	#detail03_wrap .rec_point dl dt {
		position: absolute;
		left: 50%;
		top: 60px;
		margin-left: -480px;
		width: 600px;
		background-color:rgba(255,255,255,0.7);
		padding: 40px 30px 40px 0;		
	}
	#detail03_wrap .rec_point:nth-of-type(even) {
		background-color:rgba(247,247,247,1.0);
	}	
	#detail03_wrap .rec_point:nth-of-type(even) dl dt {
		background-color:rgba(247,247,247,0.7);
	}	
	#detail03_wrap .rec_point dl dd {
		float: right;
		width: 50%;
	}

	#detail03_wrap .rec_point dl dt h4 {
		padding: 40px 0 40px 50px;
		background: url(/img/party/no01.png) no-repeat left center;
		background-size: 120px auto;
		font-size: 32px;
		line-height: 1.0em;
		margin: 0 0 20px;
	}
	#detail03_wrap .rec_point:nth-of-type(2) dl dt h4 {
		background: url(/img/party/no02.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point:nth-of-type(3) dl dt h4 {
		background: url(/img/party/no03.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point:nth-of-type(4) dl dt h4 {
		background: url(/img/party/no04.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point:nth-of-type(5) dl dt h4 {
		background: url(/img/party/no05.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point dl dt p.text {
		font-size: 14px;	
	}
	#detail03_wrap .rec_point ul.pics {
		text-align: center;
	}
	#detail03_wrap .rec_point ul.pics li {
		display: inline-block;
		width: 360px;
		margin: 0 8px 0;
	}
	#detail03_wrap .rec_point:nth-of-type(4) ul.pics li {
		width: 300px;
	}
	#detail03_wrap .rec_point_other {
		padding: 50px 0;
		background-color:rgba(255,255,255,1.0);
	}
	#detail03_wrap .rec_point_other h4 {
		padding: 40px 0 40px 0;
		background: url(/img/party/no03.png) no-repeat left center;
		background-size: 120px auto;
		font-size: 32px;
		line-height: 1.0em;
		margin: 0 auto 20px;
		text-align: center;
		width: 420px;
	}
	#detail03_wrap .rec_point_other p.text {
		font-size: 14px;
		text-align: center;
		margin: 0 0 50px;
	}
	
	#detail03_wrap .rec_point_other .twobox {
		text-align: center;
	}
	#detail03_wrap .rec_point_other .twobox li {
		display: inline-block;
		width: 460px;
		margin: 0 8px 0;
	}
	#detail03_wrap .rec_point_other .twobox li .pic {
		margin: 0 0 15px;
	}
	#detail03_wrap .rec_point_other .twobox li h5 {
		text-align: center;
		font-size: 32px;
		margin: 0 0 10px;
	}
	#detail03_wrap .rec_point_other .twobox li p.text {
		font-size: 14px;
		text-align: left;
		line-height: 2.0em;
	}
}

/*=============================================
	
	スペックリスト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#spec_wrap {
		padding: 3.2em 0;
		background: #FFF;
	}
	#spec_wrap .container {
		width: 80%;
		margin: 0 auto;
		padding: 2.8em 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#spec_wrap .container li {
	}
	#spec_wrap .container li:first-child {
		font-size: 2.6em;
		text-align: center;
		margin: 0 0 1.0em;
	}
	#spec_wrap .container li.detail {
		width: 90%;
		margin: 0 auto;
	}
	#spec_wrap .container li.detail dl {
		margin: 0 0 1.0em;
	}
	#spec_wrap .container li.detail dl dt {
		float: left;
		width: 40%;
		background: #D1CBB2;
		padding: 0.3em 0;
		color: #FFF;
		font-size: 1.0em;
		text-align: center;
	}
	#spec_wrap .container li.detail dl dd {
		float: right;
		width: 55%;
		font-size: 1.1em;
		color: #333;
		padding: 0.3em 0;
	}
}

@media print, screen and (min-width: 769px) {
	#spec_wrap {
		padding: 60px 0;
		background: #FFF;
	}
	#spec_wrap .container {
		width: 640px;
		margin: 0 auto;
		padding: 30px 0 30px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#spec_wrap .container li {
		float: left;
	}
	#spec_wrap .container li:first-child {
		width: 230px;
		font-size: 36px;
		text-align: center;
		padding: 40px 0 0;
	}
	#spec_wrap .container li.detail {
		float: right;
		width: 320px;
		border-left: 1px solid #000;
		padding: 0 30px 0 50px;
	}
	#spec_wrap .container li.detail dl {
		margin: 0 0 8px;
	}
	#spec_wrap .container li.detail dl dt {
		float: left;
		width: 134px;
		background: #D1CBB2;
		padding: 4px 0;
		color: #FFF;
		font-size: 13px;
		text-align: center;
	}
	#spec_wrap .container li.detail dl dd {
		float: right;
		width: 170px;
		font-size: 14px;
		color: #333;
		padding: 4px 0;
	}
}

/*=============================================
	
	写真の並び
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail04_wrap {
		margin: 0;
	}
	#detail04_wrap ul {
		margin: 0;
	}
	#detail04_wrap ul li {
		float: left;
		width: 50%;
	}
}

@media print, screen and (min-width: 769px) {
	#detail04_wrap {
		margin: 0;
	}
	#detail04_wrap ul {
		margin: 0 auto;
		max-width: 1280px;
	}
	#detail04_wrap ul li {
		float: left;
		width: 25%;
	}
}

/*=============================================
	
	動画
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail05_wrap {
		background: #EEEFE5;
		padding: 3.2em 0;
		position: relative;
	}
	#detail05_wrap .container h3 {
		font-size: 3.2em;
		text-align: center;
		margin: 0 0 0.4em;
	}

}

@media print, screen and (min-width: 769px) {
	#detail05_wrap {
		background: #EEEFE5;
		padding: 60px 0;
		position: relative;
	}
	#detail05_wrap .container h3 {
		font-size: 56px;
		text-align: center;
		margin: 0 0 20px;
	}
}

/*=============================================
	
	その他施設
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail06_wrap {
		padding: 3.2em 0;
		background: url(/img/party/detail06_bg.jpg) no-repeat center top #F6F6F6;
		background-size: 180% auto;
	}
	#detail06_wrap h3 {
		font-size: 3.2em;
		margin: 0 0 0.6em;
		color: #FFF;
		text-align: center;
	}
	#detail06_wrap ul {
		text-align: center;
	}
	#detail06_wrap ul li {
		margin: 0 0 2.0em;
		background: #FFF;
	}
	#detail06_wrap ul li dl dt {
		margin: 0 0 0;
	}
	#detail06_wrap ul li dl dd {
		padding: 2.0em 6%;
	}
	#detail06_wrap ul li dl dd h4 {
		font-size: 2.0em;
		margin: 0 0 0.8em;
	}
	#detail06_wrap ul li dl dd p.text {
		font-size: 1.0em;
		line-height: 2.2em;
		text-align: left;
	}

}

@media print, screen and (min-width: 769px) {
	#detail06_wrap {
		padding: 60px 0;
		background: url(/img/party/detail06_bg.jpg) no-repeat center top #F6F6F6;
		background-size: cover auto;
	}
	#detail06_wrap h3 {
		font-size: 56px;
		margin: 0 0 40px;
		color: #FFF;
		text-align: center;
	}
	#detail06_wrap ul {
		text-align: center;
	}
	#detail06_wrap ul li {
		display: inline-block;
		width: 470px;
		margin: 0 3px 30px;
		background: #FFF;
	}
	#detail06_wrap ul li dl dt {
		margin: 0 0 0;
	}
	#detail06_wrap ul li dl dd {
		padding: 25px 25px 30px;
	}
	#detail06_wrap ul li dl dd h4 {
		font-size: 32px;
		margin: 0 0 20px;
	}
	#detail06_wrap ul li dl dd p.text {
		font-size: 13px;
		line-height: 2.2em;
		text-align: left;
	}
}

