@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- price
	- program
	- meal
	- park
	- apply

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	background-image: url(../img/i_titbg01s.jpg);
	color: #fff;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01.jpg);
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01@2x.jpg);
	}
}

/*----------------------------------------
	navMenu
-----------------------------------------*/
#navMenu {
	margin: 0 0 55px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#navMenu {
		margin: 0;
	}
}

/*----------------------------------------
	fixbtn
-----------------------------------------*/
#fixbtn>ul>li>a>span:before {
	margin: 0 6px 0 0;
	padding: 10px 0 10px 50px;
	background: url(/asset/img/cmn/c_fixbtn_i05.png) 0 center no-repeat;
	background-size: 50px auto;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#fixbtn>ul>li>a>span:before {
		margin: 0 15px 0 0;
		padding: 14px 0 14px 74px;
		background-size: 74px auto;
	}
}

/*----------------------------------------
	fixbtn - animation
-----------------------------------------*/
#contents #fixbtn>ul>li>a>span {
	padding-left: 0%;
	padding-bottom: 15px;
}
#contents #fixbtn>ul>li>a>span:before {
	margin: 0 5px -15px 0;
	padding: 20px 0 20px 50px;
	display: inline-block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#contents #fixbtn>ul>li>a>span {
		padding-left: 89px;
		padding-bottom: 10px;
	}
	#contents #fixbtn>ul>li>a>span:before {
		display: block;
		margin: 0 0 -29px -17px;
		padding: 20px 0 20px 0px;
	}
}

#fixbtn>ul>li>a>span:before {
	-webkit-animation: icon_jump 4s ease both infinite;
	animation: icon_jump 4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
#fixbtn>ul>li>a:hover span:before {
	-webkit-animation: icon_jump_hover 2.4s ease both infinite;
	animation: icon_jump_hover 2.4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@-webkit-keyframes icon_jump {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@-webkit-keyframes icon_jump_hover {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump_hover {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}


/*----------------------------------------
	price
-----------------------------------------*/
#s_price {
	margin-bottom: 74px;
}
#s_price .box01 {
	margin-bottom: 16px;
	border-bottom: 1px solid #ebebeb;
}
#s_price .box01>dl>dt {
	padding: 9px 0px 10px;
	background-color: #cfd8e5;
	letter-spacing: 0.2rem;
}
#s_price .box01>dl>dd {
	text-align: center;
	padding: 26px 5.3% 20px;
}
#s_price .box01>dl>dd>p {
	margin-bottom: 14px;
}
#s_price .box01>dl>dd>div {
	display: inline-block;
	text-align: left;
	letter-spacing: 0.2rem;
}
#s_price .box01>dl>dd>div>dl {
	display: table;
}
#s_price .box01>dl>dd>div>dl+dl {
	margin-top: 8px;
}
#s_price .box01>dl>dd>div>dl>dt,
#s_price .box01>dl>dd>div>dl>dd {
	display: table-cell;
	vertical-align: top;
}
#s_price .box01>dl>dd>div>dl>dt {
	width: 8em;
}
#s_price .t01 {
	line-height: 1.6;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_price {
		max-width: 1200px;
		margin-top: 100px;
		margin-bottom: 125px;
	}
	#s_price .box01 {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-bottom: 26px;
	}
	#s_price .box01>dl {
		display: table-cell;
		vertical-align: top;
	}
	#s_price .box01>dl+dl {
		border-left: 1px solid #fff;
	}
	#s_price .box01>dl>dt {
		padding: 11px 0px;
	}
	#s_price .box01>dl>dd {
		padding: 36px 0 30px;
	}
	#s_price .box01>dl>dd>p {
		margin-bottom: 18px;
	}
	#s_price .box01>dl>dd>div>dl+dl {
		margin-top: 16px;
	}
	#s_price .t01 {
		line-height: 1.8;
	}
}

/*----------------------------------------
	program
-----------------------------------------*/
#s_program {}
#s_program h2 {
	margin-bottom: 34px;
}
#s_program h2+p {
	margin-bottom: 28px;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}
#s_program h3 {
	letter-spacing: 1.0rem;
}
#s_program h3>span {
	letter-spacing: 0.6rem;
}
#s_program h3+p {
	display: table;
	margin: 12px auto 0;
	padding: 2px 10px 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	letter-spacing: 0.4rem;
}
#s_program .box01 {
	margin-top: 24px;
	margin-bottom: 38px;
}
#s_program .box01>.box01_02 {
	padding-top: 14px;
	padding-bottom: 145px;
	background-color: #000c30;
}
#s_program .box01>.box01_02>div>div>p {
	line-height: 1.65;
}
#s_program .box01>.box01_03 {
	margin-top: 0px;
}
#s_program .box01>.box01_03 .pic>li+li {
	margin-top: 40px;
}
#s_program .box01>.box01_03 .pic>li>p+p {
	margin-top: 18px;
}
#s_program .box02 {
	margin: 0 0 50px
}
#s_program .box02>.box02_01 {
	margin-bottom: 48px;
}
#s_program .box02>.box02_01 h4 {
	margin-bottom: 16px;
}
#s_program .box02>.box02_01 h4:before {
	content: '◆';
	display: inline-block;
	vertical-align: top;
	width: 1.2em;
	text-indent: 0;
}
#s_program .box02>.box02_01 ul {
	margin-bottom: 22px;
}
#s_program .box02>.box02_01 ul>li:before {
	content: '・';
	display: inline-block;
	vertical-align: top;
	width: 1em;
	text-indent: 0;
}
#s_program .box02>.box02_01 ul>li+li {
	margin-top: 10px;
}
#s_program .box02>.box02_01 .c_btn01 {
	margin-top: 42px;
	margin-bottom: 18px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_program {}
	#s_program h2 {
		margin-bottom: 54px;
	}
	#s_program h2+p {
		margin-bottom: 42px;
		line-height: 2.0;
	letter-spacing: 0.4rem;
	}
	#s_program h3+p {
		margin: 16px auto 0;
		padding: 2px 22px 3px;
	letter-spacing: 0.6rem;
	}
	#s_program h3>span {
		letter-spacing: 0.6rem;
	}
	#s_program>.inner_pc {
		max-width: 1200px;
	}
	#s_program .box01 {
		position: relative;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 140px;
	}
	#s_program .box01>.box01_01 {
		width: 65%;
		margin: -100px 0 40px;
	}
	#s_program .box01>.box01_01>h2 {
		top: -24px;
		font-size: 9.0rem;
	}
	#s_program .box01>.box01_01>h2>span {
		font-size: 3.6rem;
	}
	#s_program .box01>.box01_01 .slick-slide>span {
		bottom: -2.2em;
	}
	#s_program .box01>.box01_02 {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 86px 0 0;
		background: none;
	}
	#s_program .box01>.box01_02>div {
		max-width: 1340px;
		margin: 0 auto;
		line-height: 1.8;
	}
	#s_program .box01>.box01_02>div>div {
		width: 295px;
		margin: 0 0 0 auto;
		padding: 0 0 0 50px;
	}
	#s_program .box01>.box01_02>div>div>p {
		max-width: 300px;
	}
	#s_program .box01>.box01_03 {
		float: left;
		width: 100%;
		margin: 0;
	}
	#s_program .box01>.box01_03>.inner {
		max-width: 1200px;
	}
	#s_program .box01>.box01_03 .pic {
		display: table;
	}
	#s_program .box01>.box01_03 .pic>li {
		display: table-cell;
		vertical-align: top;
	}
	#s_program .box01>.box01_03 .pic>li>p+p {
		padding-right: 20px;
	}
	#s_program .box02 {
		clear: both;
		margin-bottom: 80px;
		padding-top: 62px;
	}
	#s_program .box02 .inner,
	#s_program .box02 .inner_pc {
		max-width: 1200px;
	}
	#s_program .box02>.box02_01 {
		margin-bottom: 74px;
	}
	#s_program .box02>.box02_01 h4,
	#s_program .box02>.box02_01 ul {
		margin-bottom: 24px;
	}
	#s_program .box02>.box02_01 .c_btn01 {
		margin-top: 68px;
		margin-bottom: 28px;
	}
	#s_program .box02>.box02_02 .tableBox {
		border-top: 1px solid #ebebeb;
	}
}
/* pc  960 - # */
@media print, screen and (min-width:960px) {
	#s_program .box01>.box01_02>div>div {
		width: calc(100vw * 0.35 - 40px);
	}
}
/* pc  1180 - # */
@media print, screen and (min-width:1260px) {
	#s_program .box01>.box01_02>div>div {
		width: calc(35vw - ((100vw - 100%) / 2));
	}
}
/* pc  1400 - # */
@media print, screen and (min-width:1400px) {
	#s_program .box01>.box01_02>div>div {
		width: 420px;
	}
}

/*----------------------------------------
	meal
-----------------------------------------*/
#s_meal {
	margin-bottom: 124px;
}
#s_meal h2 {
	margin-bottom: 36px;
}
#s_meal h2+p {
	margin: 0 0 34px;
	letter-spacing: 0.4rem;
	line-height: 1.8;
}
#s_meal .guideBtn>ul>li {
	position: relative;
	height: 41vw;
	background-color: #000c30;
}
#s_meal .guideBtn>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
}
#s_meal .guideBtn>ul>li>a>p,
#s_meal .guideBtn>ul>li>a>div {
	position: absolute;
}
#s_meal .guideBtn>ul>li>a>p {
	overflow: hidden;
	height: 100%;
}
#s_meal .guideBtn>ul>li>a>p>img {
	-webkit-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	        transform: scale(1.01);
}
#s_meal .guideBtn>ul>li>a>div {
	display: table;
	height: 100%;
}
#s_meal .guideBtn>ul>li>a>div {
	background: url(/asset/img/cmn/c_link01.png) right 10px bottom 10px no-repeat;
	background-size: 14px auto;
}
#s_meal .guideBtn>ul>li>a[href*=".pdf"]>div {
	background: url(/asset/img/cmn/c_pdf01.png) right 10px bottom 10px no-repeat;
	background-size: 15px auto;
}
#s_meal .guideBtn>ul>li>a>div>p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	line-height: 1.6;
}
#s_meal .guideBtn>ul>li>a>div>p:after {
	content: '';
	display: block;
	width: 50px;
	margin: 8px auto 0;
	border-bottom: 1px solid #fff;
}
#s_meal .guideBtn>.guideList01>li>a>div {
	padding-bottom: 4%;
}
#s_meal .guideBtn>.guideList01>li:nth-child(1)>a>p {
	width: 62%;
	left: 0;
}
#s_meal .guideBtn>.guideList01>li:nth-child(1)>a>div {
	left: 62%;
	width: 38%;
}
#s_meal .guideBtn>.guideList01>li:nth-child(2)>a>p {
	width: 62%;
	right: 0;
}
#s_meal .guideBtn>.guideList01>li:nth-child(2)>a>div {
	width: 38%;
}

#s_meal .guideBtn>.guideList02>li {
	height: auto;
}
#s_meal .guideBtn>.guideList02>li:nth-child(1)>a>p {
	position: static;
	width: 100%;
	right: 0;
}
#s_meal .guideBtn>.guideList02>li:nth-child(1)>a>div {
	position: static;
	width: 100%;
	height: 24vw;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_meal {
		max-width: 1200px;
		margin-bottom: 130px;
	}
	#s_meal h2 {
		margin-bottom: 54px;
	}
	#s_meal h2+p {
		margin: 0 0 54px;
	}
	#s_meal .guideBtn>ul {
		display: table;
		width: 100%;
		height: 31.4vw;
		max-height: 376px;
		min-height: 300px;
	}
	#s_meal .guideBtn>ul>li {
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
		height: auto;
		text-align: center;
	}
	#s_meal .guideBtn>ul>li>a {
		height: 100%;
	}
	#s_meal .guideBtn>ul>li>a>p {
		height: auto;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		-o-transition: transform 0.26s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
	}
	#s_meal .guideBtn>ul>li>a>div>p:after {
		width: 70px;
	}
	#s_meal .guideBtn>.guideList01>li>a>div {
		padding: 0;
	}
	#s_meal .guideBtn>.guideList02>li:nth-child(n)>a>div {
		position: absolute;
		height: 100%;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(n)>a>p,
	#s_meal .guideBtn>.guideList02>li:nth-child(n)>a>p {
		width: 100%;
		top: 50%;
		left: 50%;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(n)>a>p>img,
	#s_meal .guideBtn>.guideList02>li:nth-child(n)>a>p>img {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(n)>a>div,
	#s_meal .guideBtn>.guideList02>li:nth-child(n)>a>div {
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.1);
		-webkit-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(n)>a:hover>div,
	#s_meal .guideBtn>.guideList02>li:nth-child(n)>a:hover>div {
		background-color: rgba(0,0,0,0.4);
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(1) {
		width: 50%;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(1)>a>p {
		-webkit-transform: translate(-50%,-50%) scale(1.02);
		    -ms-transform: translate(-50%,-50%) scale(1.02);
		        transform: translate(-50%,-50%) scale(1.02);
	}
	body.pc #s_meal .guideBtn>.guideList01>li:nth-child(1)>a:hover>p {
		-webkit-transform: translate(-50%,-50%) scale(1.14);
		    -ms-transform: translate(-50%,-50%) scale(1.14);
		        transform: translate(-50%,-50%) scale(1.14);
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(2) {
		width: 50%;
	}
	#s_meal .guideBtn>.guideList01>li:nth-child(2)>a>p {
		-webkit-transform: translate(-50%,-50%) scale(1.02);
		    -ms-transform: translate(-50%,-50%) scale(1.02);
		        transform: translate(-50%,-50%) scale(1.02);
	}
	body.pc #s_meal .guideBtn>.guideList01>li:nth-child(2)>a:hover>p {
		-webkit-transform: translate(-50%,-50%) scale(1.14);
		    -ms-transform: translate(-50%,-50%) scale(1.14);
		        transform: translate(-50%,-50%) scale(1.14);
	}
	#s_meal .guideBtn>.guideList02>li:nth-child(1) {
		width: 27%;
	}
	#s_meal .guideBtn>.guideList02>li:nth-child(1)>a>p {
		-webkit-transform: scale(1.02);
		    -ms-transform: scale(1.02);
		        transform: scale(1.02);
	}
	body.pc #s_meal .guideBtn>.guideList02>li:nth-child(1)>a:hover>p {
		-webkit-transform: scale(1.08);
		    -ms-transform: scale(1.08);
		        transform: scale(1.08);
	}
}

/*----------------------------------------
	park
-----------------------------------------*/
#s_park {
	margin-bottom: 80px;
}
#s_park h2 {
	margin-bottom: 25px;
}
#s_park .box01 {
	margin-bottom: 36px;
}
#s_park .box01 .box01_01 {
	margin-bottom: 16px;
	padding: 0 5.3%;
}
#s_park .box01 .box01_02 .sec_tel {
	width: 80%;
	margin: 16px auto 0;
}
#s_park .box01 .box01_02 .sec_tel>a {
	display: block;
	padding: 18px 0;
	border: 2px solid #111111;
	background: #fff url(/asset/img/cmn/c_form_tel01.png) 15px center no-repeat;
	background-size: 21px auto;
}
#s_park .box02 h4 {
	margin-bottom: 16px;
}
#s_park .box02 h4:before {
	content: '◆';
	display: inline-block;
	vertical-align: top;
	width: 1.2em;
	text-indent: 0;
}
#s_park .box02 ul {
	margin-bottom: 22px;
}
#s_park .box02 ul>li:before {
	content: '・';
	display: inline-block;
	vertical-align: top;
	width: 1em;
	text-indent: 0;
}
#s_park .box02 ul>li+li {
	margin-top: 10px;
}
#s_park .box02 .c_btn01 {
	margin-top: 42px;
	margin-bottom: 18px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_park {
		max-width: 1200px;
		margin-bottom: 126px;
	}
	#s_park h2 {
		margin-bottom: 40px;
	}
	#s_park .box01 {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 0 0 10px;
		padding: 0 40px;
	}
	#s_park .box01>div {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	#s_park .box01 .box01_01 {
		margin-bottom: 16px;
		padding: 0 15px;
	}
	#s_park .box01 .box01_02 {
		padding-left: 15px;
		line-height: 1.8;
	}
	#s_park .box01 .box01_02>.tableBox {
		border-top: 1px solid #ebebeb;
	}
	#s_park .box01 .box01_02>.tableBox>dl>dt {
		width: 210px;
	}
	#s_park .box01 .box01_02 p+p {
		margin: 0;
	}
	#s_park .box01 .box01_02 .sec_tel {
		width: auto;
		margin: 0;
	}
	#s_park .box01 .box01_02 .sec_tel>a {
		padding: 0;
		border: none;
		background: transparent;
	}
	#s_park .box02 {
		margin: 66px 0 0;
	}
	#s_park .box02 h4,
	#s_park .box02 ul {
		margin-bottom: 24px;
	}
}

/*----------------------------------------
	apply
-----------------------------------------*/
#s_apply {
	margin-bottom: 40px;
}
#s_apply ._box {
	padding: 30px 5.3%;
	background-color: #f5f5f5;
}
#s_apply ._box ._txt {
	margin-top: 20px;
	line-height: 2;
	letter-spacing: 0.4rem;
}
#s_apply dl {
	padding: 30px 0;
	background-color: #f5f5f5;
}
#s_apply dl+dl {
	position: relative;
	margin-top: 36px;
}
#s_apply dl+dl:before {
	content: '';
	position: absolute;
	top: -26px;
	left: 50%;
	margin: 0 0 0 -16px;
	border-top: 17px solid #cccccc;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
}
#s_apply dl>dt {
	margin: 0 0 22px;
	padding: 12px 0 0;
	line-height: 2;
	letter-spacing: 0.4rem;
}
#s_apply dl>dt>span {
	display: block;
	margin-bottom: 4px;
	font-size: 4.5rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
}
#s_apply dl>dd {
	padding: 0 5.3%;
}
#s_apply dl>dd .sec_tel {
	width: 80%;
	margin: 14px auto 0;
}
#s_apply dl>dd .sec_tel>a {
	display: block;
	padding: 18px 0;
	border: 2px solid #111111;
	background: #fff url(/asset/img/cmn/c_form_tel01.png) 15px center no-repeat;
	background-size: 21px auto;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_apply {
		max-width: 1200px;
		margin-bottom: 60px;
	}
	#s_apply ._box {
		padding: 50px 5.3%;
	}
	#s_apply dl {
		padding-bottom: 52px;
	}
	#s_apply dl+dl {
		margin-top: 42px;
	}
	#s_apply dl+dl:before {
		top: -32px;
		margin: 0 0 0 -21px;
		border-top: 23px solid #cccccc;
		border-left: 21px solid transparent;
		border-right: 21px solid transparent;
	}
	#s_apply dl>dt {
		margin-bottom: 32px;
		padding-top: 18px;
	}
	#s_apply dl>dt>span {
		margin-bottom: 10px;
		font-size: 6.0rem;
	}
	#s_apply dl>dd .sec_tel {
		width: auto;
		margin: 6px 0 0;
	}
	#s_apply dl>dd .sec_tel>a {
		padding: 0;
		border: none;
		background: transparent;
	}
}

/*----------------------------------------
	banquet
-----------------------------------------*/
#s_banquet {
	margin-bottom: 100px;
}
#s_banquet a {
	display: block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_banquet {
		margin-bottom: 120px;
	}
	#s_banquet a {
		max-width: 780px;
		margin: 0 auto;
	}
}