@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- sec
		- sec01_sp
		- sec01
		- sec02

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 59px 0 100px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 34px 0 85px;
	}
}

/*----------------------------------------
	sec
-----------------------------------------*/
div[id*="sec"] > .title {
	margin: 54px 0 40px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] > .title {
		margin: 40px 0 30px;
	}
}

/*----------------------------------------
	sec01_sp
-----------------------------------------*/
#sec01_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#sec01_sp {
		display: block;
		margin-top: 10px;
	}

	#sec01> div {
		display: none;
	}

	#sec01_sp > div > h2 {
		position: static;
		padding: 12px 20px;
		max-width: initial;
		background: #e36a7b;
		text-align: left;
		line-height: 1.25;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#content > #sec01 > div {
	position: relative;
	user-select: none;
}

#sec01 > div > h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 40px;
	right: 0;
	max-width: calc(100% - 171px);
	padding: 16px 34px 16px 31px;
	background: #e36a7b;
	text-align: right;
}

#sec01 > p {
	margin-top: 34px;
}

@media screen and (max-width: 767px) {
	#content > #sec01 {
		width: calc(100% - 40px);
	}

	#sec01 > p:last-of-type {
		margin: 0 0 30px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 #pageAnchor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 60px;
}

#sec02 > #pageAnchor > li {
	position: relative;
	width: calc((100% - 4px) / 3);
}

#sec02 #pageAnchor > li > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 120px;
	padding: 24px 12px;
	background: #e36a7b;
	color: #fff;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none){
	#sec02 #pageAnchor > li > a { 
		height: 120px;
	}
}

#sec02 #pageAnchor > li > a::before {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: calc(0% - 14px);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: .2s;
	}

#sec02 #pageAnchor > li > a::after {
	content: "";
	position: absolute;
	top: calc(100% - 8px);
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #e36a7b;
	border-right: 2px solid #e36a7b;
	transform: rotate(135deg);
}

#sec02 > div {
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#sec02 > div:nth-of-type(n+2) {
	margin-top: 40px;
}

#sec02 > div > h3 {
	width: 19.64%;
	padding: 24px 20px 0 18px;
	background: #f6eef0;
	box-sizing: border-box;
}

#sec02 > div#hotel > h3 {
	padding: 24px 16px 0 18px;
}


#sec02 > div > div {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80.36%;
}

#sec02 > div > div > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 24px 0 30px 38px;
}

#sec02 > div > div > div:nth-of-type(n+2) {
	border-top: 1px solid #ddd;
}

#sec02 > div > div > div > figure {
	width: 41.75%;
	margin-top: 6px;
	padding-right: 1px;
}

#sec02 > div > div > div > dl {
	width: 53.5%;
	margin: 1px 40px 0 0;
}

#sec02 > div > div > div > dl > dt {
	margin-bottom: 15px;
}

#sec02 > div > div > div > dl > dd > a {
	display: block;
	position: relative;
	margin-top: 7px;
	padding-left: 16px;
	text-decoration: underline;
	text-underline-position: under;
}

#sec02 > div > div > div > dl > dd > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 1px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e36a7b;
}

/* blank icon */
.targetBlank::after {
	content: "";
	display: inline-block;
	height: 13px;
	width: 16px;
	margin: 6px 0 0 9px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}

@media screen and (min-width: 768px) {
	#sec02 > ul > li > a > span::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}

	#sec02 > ul > li > a:hover > span::before {
		background: rgba(255,255,255,0.5);
	}
}

@media screen and (max-width: 767px) {
	#sec02 #pageAnchor  {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		padding-bottom: 38px;
	}

	#sec02 #pageAnchor > li {
		width: calc((100% - 2px) / 2);
		margin-bottom: 2px;
	}

	#sec02 #pageAnchor > li > a {
		min-height: 86px;
		padding: 22px 35px 24px 12px;
		line-height: 1.25;
	}

	#sec02 #pageAnchor > li > a::before {
		left: auto;
		right: calc(15% - 15px);
		bottom: calc(50% - 9px);
		width: 20px;
		height: 20px;
		border-radius: 50px;
	}

	#sec02 #pageAnchor > li > a::after {
		content: "";
		position: absolute;
		top: calc(50% - 6px);
		left: auto;
		right: calc(15% - 8px);
		width: 6px;
		height: 6px;
		border-width: 1px;
	}

	#sec02 > div:nth-of-type(n+2) {
		margin-top: 30px;
	}

	#sec02 > div >h3 {
		width: 35.71% ;
		padding: 14px 15px 20px;
	}

	#sec02 > div > div {
		width: 64.29%;
	}

	#sec02 > div > div > div {
		display: block;
		padding: 20px 15px 15px;
	}

	#sec02 > div > div > div > figure,
	#sec02 > div > div > div > dl {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#sec02 > div > div > div > dl {
		margin-top: 13px;
	}

	#sec02 > div > div > div > dl > dt {
		margin-bottom: 14px;
	}

	#sec02 > div > div > div > dl > dd {
		line-height: 1.5;
	}

	#sec02 > div > div > div > dl > dd > a {
		margin-top: 9px;
	}

	/* blank icon */
	.targetBlank::after {
		margin: 6px 0 0 11px;
	}
}
