@charset "UTF-8";
/*----------------------------------------

	+ content
		- nav
		- pickup
		- bn
		- conditions
		- notes
		- select-attraction
		- understanding
		- bn02
		- restaurant

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/
#content > h1 {
	position: relative;
	height: 420px;
	margin-bottom: 40px;
}
#content > h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/i_main_p01.jpg) no-repeat center bottom;
	background-size: cover;
}
#content > h1 img:first-child {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 1;
}
#content > h1 img:nth-child(2) {
	display: none;
}
@media only screen and (max-width:768px) {
	#content > h1 {
		height: 147px;
		margin-bottom: 60px;
	}
	#content > h1 img:first-child {
		display: none;
	}
	#content > h1 img:nth-child(2) {
		display: block;
		position: absolute;
		bottom: -47px;
		left: 0;
		z-index: 1;
	}
}

/*----------------------------------------
	nav
-----------------------------------------*/
#nav {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	margin-bottom: 56px;
}
#nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	box-sizing: border-box;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	background: #fae6ea;
	z-index: -1;
}
#nav li a {
	display: flex;
	justify-content: center;
	position: relative;
	width: 250px;
	height: 71px;
}
#nav li a.l_white01:hover,
#nav li a.l_white01:active {
	text-decoration: none;
}
#nav li:first-child a {
	background: url(../../img/c_tab_bg01.png) no-repeat left top;
}
#nav li:nth-child(2) a {
	background: url(../../img/c_tab_bg02.png) no-repeat left top;
}
#nav li:nth-child(3) a {
	background: url(../../img/c_tab_bg03.png) no-repeat left top;
}
#nav li:nth-child(4) a {
	background: url(../../img/c_tab_bg04.png) no-repeat left top;
}
#nav li.active a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - (15px/2));
	border-right: calc(17px/2) solid transparent;
	border-left: calc(17px/2) solid transparent;
	border-bottom: 15px solid #fff;
}
#nav li a figure {
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav li:first-child a figure img {
	width: 42px;
	height: 42px;
}
#nav li:nth-child(2) a figure img {
	width: 44px;
	height: 43px;
}
#nav li:nth-child(3) a figure img {
	width: 43px;
	height: 43px;
}
#nav li:nth-child(4) a figure img {
	width: 44px;
	height: 33px;
}
#nav li a figure span {
	display: block;
	padding-left: 8px;
}
@media only screen and (max-width:768px) {
	#nav {
		margin-bottom: 36px;
	}
	#nav li a {
		width: 80px;
		height: 80px;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#nav li:first-child a {
		background: url(../../img/c_tab_bg01_sp.png) no-repeat left top;
		background-size: 80px 80px;
	}
	#nav li:nth-child(2) a {
		background: url(../../img/c_tab_bg02_sp.png) no-repeat left top;
		background-size: 80px 80px;
	}
	#nav li:nth-child(3) a {
		background: url(../../img/c_tab_bg03_sp.png) no-repeat left top;
		background-size: 80px 80px;
	}
	#nav li:nth-child(4) a {
		background: url(../../img/c_tab_bg04_sp.png) no-repeat left top;
		background-size: 80px 80px;
	}
	#nav li.active a::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - (10px/2));
		border-right: calc(12px/2) solid transparent;
		border-left: calc(12px/2) solid transparent;
		border-bottom: 10px solid #fff;
	}
	#nav li a figure {
		flex-direction: column;
		justify-content: flex-start;
		padding-top: 6px;
	}
	#nav li:nth-child(4) a figure {
		padding-top: 11px;
	}
	#nav li a figure span {
		padding: 3px 0 0;
	}
}

/*----------------------------------------
	pickup
-----------------------------------------*/
#pickup {
	margin-bottom: 58px;
}
#pickup > h1 {
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}
#pickup > h1::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: calc(50% - 16.7em);
	width: 1px;
	height: 68px;
	background: #262626;
	transform: rotate(-30deg);
}
#pickup > h1::after {
	content: "";
	position: absolute;
	bottom: -4px;
	right: calc(50% - 16.3em);
	width: 1px;
	height: 68px;
	background: #262626;
	transform: rotate(30deg);
}
#pickup > h1 > span {
	display: block;
}
#pickup > h1 > span:first-of-type {
	padding-bottom: 3px;
}
#pickup > #pickup_01 {
	position: relative;
}
#pickup > #pickup_01::before {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: calc(100% - 72px);
	background: url(../../../img/c_bg05.gif) repeat left top;
	z-index: -1;
}
#pickup > #pickup_01 > div {
	min-width: 932px;
	width: calc(100% - 268px);
	margin: 0 auto;
}
#pickup > #pickup_01 > div .pickup_01_01 {
	position: relative;
	margin: 0 24px 2px 25px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
#pickup > #pickup_01 > div .pickup_01_01::after {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}
#pickup > #pickup_01 > div .pickup_01_01 figure img {
	width: 100%;
	height: auto;
}
#pickup > #pickup_01 > div .pickup_01_01 dl {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
}
#pickup > #pickup_01 > div .pickup_01_01 dl dt {
	display: inline-block;
	position: relative;
	max-width: 560px;
	margin: 0 0 -40px -40px;
	padding: 16px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #eb5e75;
}
#pickup > #pickup_01 > div .pickup_01_01 dl dt::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 100px;
	width: 29px;
	height: 20px;
	background: url(../../../img/c_info_parts01.png) no-repeat left top;
}
#pickup > #pickup_01 > div .pickup_01_01 dl dd {
	padding: 46px 20px 16px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#pickup > #pickup_01 > div .pickup_01_01 p {
	display: none;
}
#pickup .slick-prev {
	left: -114px;
}
#pickup .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 5px);
	width: 17px;
	height: 17px;
	border-bottom: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#pickup .slick-next {
	right: -114px;
}
#pickup .slick-next::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: calc(50% - 5px);
	width: 17px;
	height: 17px;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
#pickup .slick-prev,
#pickup .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	z-index: 10;
}
#pickup .slick-dots {
	top: -35px;
	bottom: 0;
	height: 20px;
}
#pickup .slick-dots li {
	margin: 0;
}
#pickup .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#pickup .slick-dots li.slick-active button {
	background: #eb5e75;
}
#pickup .slick-dots li button:hover,
#pickup .slick-dots li button:focus {
	background: #eb5e75;
}
#pickup .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#pickup {
		margin-bottom: 40px;
	}
	#pickup > h1 {
		margin-bottom: 34px;
	}
	#pickup > h1::before {
		top: -3px;
		bottom: auto;
		left: calc(50% - 10.5em);
		height: calc(68px*(65/100));
	}
	#pickup > h1::after {
		top: -3px;
		bottom: auto;
		right: calc(50% - 10.2em);
		height: calc(68px*(65/100));
	}
	#pickup > h1 > span:first-of-type > span {
		display: block;
	}
	#pickup > #pickup_01::before {
		top: 0;
		height: 100%;
	}
	#pickup > #pickup_01 > div {
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	#pickup > #pickup_01 > div .pickup_01_01 {
		position: relative;
		margin: 0;
		padding: 0;
		background: none;
	}
	#pickup > #pickup_01 > div .pickup_01_01::after {
		display: none;
	}
	#pickup > #pickup_01 > div .pickup_01_01 dl {
		position: relative;
		bottom: auto;
		left: auto;
		width: 300px;
		margin: 0 auto;
	}
	#pickup > #pickup_01 > div .pickup_01_01 dl dt {
		position: absolute;
		bottom: calc(100% - 38px);
		max-width: 300px;
		margin: 0;
	}
	#pickup > #pickup_01 > div .pickup_01_01 dl dt::before {
		bottom: -14px;
		left: 60px;
		width: calc(29px*(70/100));
		height: calc(20px*(70/100));
		background: url(../../../img/c_info_parts01.png) no-repeat left top;
		background-size: calc(29px*(70/100)) calc(20px*(70/100));
	}
	#pickup > #pickup_01 > div .pickup_01_01 dl dd {
		padding: 56px 0 0;
		background: none;
		color: #666;
	}
	#pickup > #pickup_01 > div .pickup_01_01 p {
		display: block;
		padding: 16px 0 20px;
	}
	#pickup > #pickup_01 > div .pickup_01_01 p a {
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 14px 10px;
		text-align: center;
	}
	#pickup .slick-dots {
		top: -26px;
		height: 20px;
	}
	#pickup .slick-prev {
		left: 10px;
	}
	#pickup .slick-next {
		right: 10px;
	}
	#pickup .slick-prev,
	#pickup .slick-next {
		top: 106px;
		width: 50px;
		height: 50px;
	}
	#pickup .slick-prev::before {
		top: calc(50% - 8px);
		left: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
	#pickup .slick-next::before {
		top: calc(50% - 8px);
		right: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
}
@media only screen and (max-width:413px) {
	#pickup > h1 > span:nth-child(2) {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:320px) {
	#pickup .slick-prev,
	#pickup .slick-next {
		top: 90px;
	}
}

/*----------------------------------------
	bn
-----------------------------------------*/
#bn {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto 60px;
}
#bn > li {
	min-width: 320px;
	width: calc((100%/3) - (40px/3));
}
#bn > li > a {
	display: block;
}
#bn > li > a > img {
	width: 100%;
}
@media only screen and (max-width:768px) {
	#bn {
		flex-direction: column;
		min-width: 300px;
		width: 300px;
		height: 490px;
	}
	#bn > li {
		min-width: 300px;
		width: 300px;
	}
}

/*----------------------------------------
	conditions
-----------------------------------------*/
#conditions {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#conditions > dl {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: calc(100% - 310px);
	padding: 19px 0 0 262px;
	box-sizing: border-box;
	background: #fae6ea;
}
#conditions > dl dt {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 220px;
	padding: 17px 31px 16px 32px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #eb5e75;
}
#conditions > dl dt::after {
	content: "";
	position: absolute;
	right: 40px;
	bottom: -14px;
	width: 21px;
	height: 14px;
	background: url(../../img/c_conditions_parts01.png) no-repeat left top;
	background-size: 21px 14px;
}
#conditions > dl dt figure {
	display: flex;
	align-items: center;
}
#conditions > dl dt figure img {
	width: 21px;
	height: 25px;
}
#conditions > dl dt figure > span {
	padding-left: 8px;
}
#conditions > dl dd {
	position: relative;
}
#conditions > dl dd::before {
	content: "";
	position: absolute;
	top: 6px;
	right: 31px;
	width: 1px;
	height: 34px;
	background: #ddd;
}
#conditions > dl dd:nth-of-type(n+2) {
	padding-left: 9px;
}
#conditions > dl dd select {
	width: 200px;
	height: 46px;
	padding: 5px 31px 5px 20px;
	box-sizing: border-box;
	border: 1px solid #f5cfd7;
	border-radius: 0;
	background: #fff url(../../img/c_conditions_parts02.png) no-repeat right 9px center;
	background-size: 14px 8px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#conditions > p {
	width: 300px;
}
#conditions > p a img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	#conditions {
		flex-direction: column;
		justify-content: center;
		min-width: 100%;
		width: 100%;
	}
	#conditions > dl {
		justify-content: center;
		width: 100%;
		padding: 60px 0 20px;
	}
	#conditions > dl dt {
		left: 10px;
	}
	#conditions > dl dd:nth-of-type(n+2) {
		padding-left: 10px;
	}
	#conditions > dl dd select {
		width: 145px;
		padding: 5px 32px 5px 15px;
	}
	#conditions > p {
		margin: 20px auto 0;
	}
}

/*----------------------------------------
	notes
-----------------------------------------*/
#notes {
	display: flex;
	align-items: center;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 20px auto 0;
}
#notes dl {
	display: flex;
	align-items: center;
}
#notes dl:nth-of-type(n+2) {
	margin-left: 20px;
}
#notes dl .light-rain figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 24px;
	border-radius: 3px;
	background: #eee;
}
#notes dl .light-rain figure img {
	width: 12px;
	height: 12px;
}
#notes dl .light-rain figure span {
	padding-left: 4px;
}
#notes dl .no-pass figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 24px;
	border-radius: 3px;
	background: #eee;
}
#notes dl .no-pass figure img {
	width: 12px;
	height: 12px;
}
#notes dl .no-pass figure span {
	padding-left: 4px;
}
#notes dd {
	margin-left: 10px;
}
@media only screen and (max-width:768px) {
	#notes {
		flex-direction: column;
		min-width: 300px;
		width: 300px;
		margin: 20px auto 30px;
	}
	#notes dl:first-of-type {
		align-items: flex-start;
	}
	#notes dl:nth-of-type(n+2) {
		margin: 16px 0 0;
	}
}

/*----------------------------------------
	select-attraction
-----------------------------------------*/
#select-attraction {
	display: flex;
	flex-wrap: wrap;
	min-width: 1040px;
	width: calc(100% - 160px);
	margin: 0 auto 60px;
}
#select-attraction > li {
	width: calc((100%/3) - (80px/3));
	margin: 40px 0 0 20px;
}
#select-attraction > li > a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#select-attraction > li > a:link,
#select-attraction > li > a:visited {
	text-decoration: none;
}
#select-attraction > li > a > figure > img {
	width: 100%;
	height: auto;
}
#select-attraction > li > a > div {
	position: relative;
	width: 290px;
	height: 100%;
	margin: -60px auto 0;
	padding: 26px 20px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 1;
}
#select-attraction > li > a > div::before {
	content: "";
	position: absolute;
}
#select-attraction > li > a > div::after {
	content: "";
	position: absolute;
	top: -20px;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	z-index: -1;
}
/* キッズ */
#select-attraction > li.kids > a > div {
	background: #5a96e0 url(../../img/c_attraction_bg03.gif) repeat-x left top -20px;
}
#select-attraction > li.kids > a > div::before {
	top: -8px;
	left: calc(50% - (36px/2));
	width: 36px;
	height: 26px;
	background: url(../../img/c_attraction_icon03.png) no-repeat left top;
	background-size: 36px 26px;
}
#select-attraction > li.kids > a > div::after {
	background: #5a96e0 url(../../img/c_attraction_bg03.gif) repeat-x left -120px top;
}
#select-attraction > li > a > div dl dt {
	padding-bottom: 3px;
	word-break: break-word;
}
#select-attraction > li > a > div ul {
	display: flex;
	padding-top: 16px;
}
#select-attraction > li > a > div ul li:nth-child(n+2) {
	margin-left: 5px;
}
#select-attraction > li > a > div .light-rain figure {
	display: flex;
	align-items: center;
	width: 85px;
	height: 24px;
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
}
#select-attraction > li > a > div .light-rain figure img {
	width: 12px;
	height: 12px;
}
#select-attraction > li > a > div .light-rain figure span {
	padding-left: 4px;
}
#select-attraction > li > a > div .no-pass figure {
	display: flex;
	align-items: center;
	width: 85px;
	height: 24px;
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
}
#select-attraction > li > a > div .no-pass figure img {
	width: 12px;
	height: 12px;
}
#select-attraction > li > a > div .no-pass figure span {
	padding-left: 4px;
}
@media only screen and (max-width:768px) {
	#select-attraction {
		min-width: 320px;
		width: 320px;
		margin-bottom: 40px;
	}
	#select-attraction > li {
		width: calc(50% - 15px);
		margin: 10px 0 0 10px;
	}
	#select-attraction > li > a {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#select-attraction > li > a > div {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 26px 10px 20px;
		box-sizing: border-box;
		border-radius: 0;
		z-index: 1;
	}
	#select-attraction > li > a > div dl dd {
		display: none;
	}
	#select-attraction > li > a > div::after {
		top: -15px;
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
	}
	/* キッズ */
	#select-attraction > li.kids > a > div {
		background: #5a96e0 url(../../img/c_attraction_bg03.gif) repeat-x left top -15px;
		background-size: calc(28px*(50/100)) calc(100px*(50/100));
	}
	#select-attraction > li.kids > a > div::before {
		top: -5px;
		left: calc(50% - ((36px*(80/100))/2));
		width: calc(36px*(80/100));
		height: calc(26px*(80/100));
		background: url(../../img/c_attraction_icon03.png) no-repeat left top;
		background-size: calc(36px*(80/100)) calc(26px*(80/100));
	}
	#select-attraction > li.kids > a > div::after {
		background: #5a96e0 url(../../img/c_attraction_bg03.gif) repeat-x left -53px top;
		background-size: calc(28px*(50/100)) calc(100px*(50/100));
	}
	#select-attraction > li > a > div ul {
		flex-direction: column;
		padding-top: 16px;
	}
	#select-attraction > li > a > div ul li:nth-child(n+2) {
		margin: 5px 0 0;
	}
}

/*----------------------------------------
	understanding
-----------------------------------------*/
#understanding {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto 56px;
}
#understanding h1 {
	padding-bottom: 12px;
}
@media only screen and (max-width:768px) {
	#understanding {
		min-width: 300px;
		width: 300px;
		margin-bottom: 36px;
	}
}

/*----------------------------------------
	bn02
-----------------------------------------*/
#bn02 {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto 60px;
}
#bn02 > li {
	min-width: 320px;
	width: calc((100%/3) - (40px/3));
}
#bn02 > li > a {
	display: block;
}
#bn02 > li > a > img {
	width: 100%;
}
@media only screen and (max-width:768px) {
	#bn02 {
		display: inherit;
		min-width: 300px;
		width: 300px;
		margin-bottom: 40px;
	}
	#bn02 > li {
		min-width: 300px;
		width: 300px;
	}
	#bn02 > li:nth-child(n+2) {
		margin-top: 20px;
	}
}

/*----------------------------------------
	restaurant
-----------------------------------------*/
#restaurant {
	display: flex;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	background: url(../../img/c_pickup_bg01.gif) repeat left top;
}
#restaurant > figure {
	min-width: 540px;
	width: 56.25%;
}
#restaurant > figure img {
	width: 100%;
	height: auto;
}
#restaurant > div {
	min-width: 420px;
	width: 43.75%;
	padding: 0 40px 40px;
	box-sizing: border-box;
	background: #fff;
}
#restaurant > div h1 {
	position: relative;
	width: 420px;
	height: 66px;
	margin: -40px 0 20px -60px;
	padding: 16px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #eb5e75;
}
#restaurant > div h1::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 60px;
	width: 29px;
	height: 20px;
	background: url(../../img/c_pickup_parts01.png) no-repeat left top;
	background-size: 29px 20px;
}
#restaurant > div h1 span {
	display: block;
}
#restaurant > div p:first-of-type {
	padding: 16px 0 22px;
}
#restaurant > div p:nth-of-type(2) {
	padding-bottom: 36px;
}
#restaurant > div p:nth-of-type(3) a.l_btn01 {
	display: block;
	width: 232px;
	padding: 15px 10px;
	text-align: center;
}
@media only screen and (max-width:768px) {
	#restaurant {
		flex-direction: column;
		min-width: 320px;
		width: 320px;
		padding: 10px;
	}
	#restaurant > figure {
		min-width: 100%;
		width: 100%;
	}
	#restaurant > div {
		min-width: 100%;
		width: 100%;
		padding: 0 20px 40px;
	}
	#restaurant > div h1 {
		width: 280px;
		height: 58px;
		margin: -20px -10px 0;
	}
	#restaurant > div h1::after {
		bottom: calc(-20px*(70/100));
		left: 129px;
		width: calc(29px*(70/100));
		height: calc(20px*(70/100));
		background-size: calc(29px*(70/100)) calc(20px*(70/100));
	}
	#restaurant > div p:first-of-type {
		padding-top: 26px;
	}
	#restaurant > div p:nth-of-type(3) a.l_btn01 {
		margin: 0 auto;
	}
}