@charset "UTF-8";
/*----------------------------------------

	- mainvisual
	- bnr
	- pickup
	- other
	- service
	- news
	- facilities
	- movie
	- relatedLinks
	- social

-----------------------------------------*/

/*----------------------------------------
	mainvisual
-----------------------------------------*/
#mainvisual,
#mainvisual img {
	display: block;
	width: 100%;
	min-height: 600px;
	height: calc(100vw * 0.5);
}
#mainvisual {
	margin-bottom: 40px;
}
@media only screen and (min-width:1500px) {
	#mainvisual,
	#mainvisual img {
		width: 100%;
		height: calc(100vw * 0.4);
	}
}
#mainvisual > .slick-dots {
	bottom: 14px;
	height: 20px;
}
#mainvisual > .slick-dots li {
	margin: 0;
}
#mainvisual > .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#mainvisual > .slick-dots li.slick-active button {
	background: #6ab81c;
}
#mainvisual > .slick-dots li button:hover,
#mainvisual > .slick-dots li button:focus {
	background: #6ab81c;
}
#mainvisual > .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#mainvisual,
	#mainvisual img {
		min-height: 188px;
		height: calc(100vw * 0.5013);
	}
	#mainvisual.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	#mainvisual > .slick-dots {
		bottom: -25px;
		left: calc(50% - 150px);
		width: 300px;
	}
}

/*----------------------------------------
	bnr
-----------------------------------------*/
#bnr {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto 56px;
}
#bnr > li {
	min-width: 320px;
	width: calc((100%/3) - (40px/3));
}
#bnr > li > a {
	display: block;
}
#bnr > li > a > img {
	width: 100%;
}
@media only screen and (max-width:768px) {
	#bnr {
		flex-direction: column;
		min-width: 300px;
		width: 300px;
		height: 490px;
		margin-bottom: 60px;
	}
	#bnr > li {
		min-width: 300px;
		width: 300px;
	}
}

/*----------------------------------------
	pickup
-----------------------------------------*/
#pickup {
	padding-bottom: 0;
}
#pickup > h1 {
	padding-bottom: 46px;
	text-align: center;
}
#pickup > div .pickup_01 {
	display: flex;
	flex-wrap: wrap;
	outline: none;
}
#pickup > div .pickup_01 > .clone {
	display: block;
}
#pickup > div .pickup_01 > section {
	position: relative;
	width: 33.33%;
	padding-bottom: 36px;
	vertical-align: top;
}
#pickup > div .pickup_01 > section:nth-child(n+4) {
	margin-top: 20px;
}
#pickup > div .pickup_01 > section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #dddddd;
	z-index: -1;
}
#pickup > div .pickup_01 > section:nth-child(3n+1):before {
	display: none;
}
#pickup > div .pickup_01 > section > a:hover,
#pickup > div .pickup_01 > section > a:active {
	text-decoration: none;
}
#pickup > div .pickup_01 > section > a > figure {
	position: relative;
	overflow: hidden;
}
#pickup > div .pickup_01 > section > a > figure > img {
	width: 100%;
	height: auto;
}
#pickup > div .pickup_01 > section > a > figure > figcaption {
	position: absolute;
	top: 10px;
	left: -15px;
	width: 70px;
	min-height: 18px;
	padding: 3px 30px;
	background: #6ab81c;
	transform: rotate(-30deg);
}
#pickup > div .pickup_01 > section > a > h1 {
	padding: 16px 20px 12px;
}
#pickup > div .pickup_01 > section > a > p {
	margin: 0 20px;
}
#pickup > div .pickup_01 > section > a:hover > h1,
#pickup > div .pickup_01 > section > a:active > h1,
#pickup > div .pickup_01 > section > a:hover > p,
#pickup > div .pickup_01 > section > a:active > p {
	text-decoration: underline;
}
#pickup > div .slick-dots {
	top: -35px;
	bottom: 0;
	height: 20px;
}
#pickup > div .slick-dots li {
	margin: 0;
}
#pickup > div .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#pickup > div .slick-dots li.slick-active button {
	background: #6ab81c;
}
#pickup > div .slick-dots li button:hover,
#pickup > div .slick-dots li button:focus {
	background: #6ab81c;
}
#pickup > div .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#pickup {
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#pickup > h1 {
		position: relative;
		padding: 16px 0;
		background: #6ab81c;
		color: #fff;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	#pickup > h1:after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 168px);
		width: 15px;
		height: 15px;
		border-bottom: 1px solid #b4db8c;
		border-left: 1px solid #b4db8c;
		-webkit-transform: rotate(-42deg) skew(5deg);
		transform: rotate(-42deg) skew(5deg);
	}
	#pickup > h1.open01:after {
		top: calc(50% - 6px);
		-webkit-transform: rotate(138deg) skew(5deg);
		transform: rotate(138deg) skew(5deg);
	}
	#pickup > div {
		padding-top: 34px;
	}
	#pickup > div .pickup_01 {
		display: block;
		opacity: 1 !important;
	}
	#pickup > div .pickup_01 > .clone {
		display: none !important;
	}
	#pickup > div .pickup_01 > section {
		width: 300px;
		margin: 0 auto;
	}
	#pickup > div .pickup_01 > section:before {
		display: none;
	}
	#pickup > div .pickup_01 > section > a > figure > img {
		min-height: 203px;
	}
	#pickup > div .pickup_01 > section > a > figure > figcaption {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a > h1 {
		padding: 16px 0 12px;
	}
	#pickup > div .pickup_01 > section > a > p {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a:hover > h1,
	#pickup > div .pickup_01 > section > a:active > h1,
	#pickup > div .pickup_01 > section > a:hover > p,
	#pickup > div .pickup_01 > section > a:active > p {
		text-decoration: none;
	}
}
@media only screen and (max-width:320px) {
	#pickup > h1:after {
		right: 15px;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/
p#other {
	padding-bottom: 56px;
	text-align: center;
}
p#other > a:link,
p#other > a:visited {
	text-decoration: underline;
}

/*----------------------------------------
	movie
-----------------------------------------*/
#movie {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	background: url(../img/c_bg01.gif) repeat left top;
}
@media only screen and (max-width:768px) {
	#movie {
		display: inherit;
		position: relative;
		width: 100%;
		padding: calc(214 / 380 * 100%) 0 0;
	}
	#movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*----------------------------------------
	service
-----------------------------------------*/
#service {
	padding-bottom: 56px;
}
#service > h1 {
	padding-bottom: 46px;
	text-align: center;
}
#service #service_01 {
	padding: 40px 0;
	min-height: 360px;
	background: url(../img/c_bg02.gif) repeat left top;
}
#service #service_01 > div {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#service #service_01 > div .service_01_01 {
	display: flex;
	flex-direction: row-reverse;
	outline: none;
}
#service #service_01 > div .service_01_01 > div {
	min-width: 425px;
	width: calc(46% - 35px);
	padding-right: 35px;
}
#service #service_01 > div .service_01_01 > div h1 {
	padding-bottom: 32px;
}
#service #service_01 > div .service_01_01 > div p:first-of-type {
	padding-bottom: 36px;
}
#service #service_01 > div .service_01_01 > div p:nth-of-type(2) a {
	display: block;
	width: 232px;
	padding: 14px 10px;
	text-align: center;
}
#service #service_01 > div .service_01_01 > figure {
	min-width: 540px;
	width: 54%;
}
#service #service_01 > div .service_01_01 > figure img {
	width: 100%;
	height: auto;
}
#service .slick-prev {
	left: -80px;
}
#service .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;
}
#service .slick-next {
	right: -80px;
}
#service .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;
}
#service .slick-prev,
#service .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	z-index: 10;
}
#service .slick-dots {
	top: -75px;
	bottom: 0;
	height: 20px;
}
#service .slick-dots li {
	margin: 0;
}
#service .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #ddd;
}
#service .slick-dots li.slick-active button {
	background: #6ab81c;
}
#service .slick-dots li button:hover,
#service .slick-dots li button:focus {
	background: #6ab81c;
}
#service .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width:768px) {
	#service > h1 {
		padding-bottom: 36px;
	}
	#service #service_01 {
		padding: 20px 0;
		min-height: 100%;
	}
	#service #service_01 > div {
		min-width: 300px;
		width: 300px;
	}
	#service #service_01 > div .service_01_01 {
		flex-direction: column;
	}
	#service #service_01 > div .service_01_01 > figure {
		min-width: auto;
		width: 100%;
	}
	#service #service_01 > div .service_01_01 > div {
		min-width: auto;
		width: 100%;
		padding-right: 0;
	}
	#service #service_01 > div .service_01_01 > div h1 {
		padding: 16px 0 12px;
	}
	#service #service_01 > div .service_01_01 > div p:first-of-type {
		padding-bottom: 16px;
	}
	#service #service_01 > div .service_01_01 > div p:nth-of-type(2) a {
		width: 200px;
		margin: 0 auto;
		padding: 14px 10px;
	}
	#service .slick-dots {
		top: -45px;
		height: 20px;
	}
	#service .slick-prev {
		left: -28px;
	}
	#service .slick-next {
		right: -28px;
	}
	#service .slick-prev,
	#service .slick-next {
		top: 100px;
		width: 50px;
		height: 50px;
	}
	#service .slick-prev::before {
		top: calc(50% - 8px);
		left: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
	#service .slick-next::before {
		top: calc(50% - 8px);
		right: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
}
@media only screen and (max-width:768px) {
	#service {
		overflow: hidden;
	}
}

/*----------------------------------------
	news
-----------------------------------------*/
#news {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 56px;
}
#news h1 {
	padding-bottom: 16px;
	text-align: center;
}
#news #news_01 #news_nav {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 39px;
}
#news #news_01 #news_nav li {
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}
#news #news_01 #news_nav li:nth-child(n+2) {
	padding-left: 10px;
}
#news #news_01 #news_nav li span {
	display: block;
	padding: 10px 10px 11px;
	text-align: center;
}
#news #news_01 #news_nav li#nav_width01 span {
	width: 138px;
}
#news #news_01 #news_nav li#nav_width02 span {
	width: 190px;
}
#news #news_01 #news_nav li#nav_width03 span {
	width: 106px;
}
#news #news_01 #news_nav li.active span {
	position: relative;
	border-radius: 5px;
	background: #e9f5dd;
}
#news #news_01 #news_nav li.active span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 6px);
	width: 0;
	height: 0;
	border-top: 10px solid #e9f5dd;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
#news #news_01 #news_box > li {
	display: none;
}
#news #news_01 #news_box > li.active {
	display: block;
}
#news #news_01 #news_box > li > dl > dt {
	display: none;
}
#news #news_01 #news_box > li > dl > dd {
	display: flex;
}
#news #news_01 #news_box > li > dl > dd figure {
	min-width: 390px;
	width: calc(45% - 60px);
	padding-right: 60px;
}
#news #news_01 #news_box > li > dl > dd figure img {
	width: 100%;
	height: auto;
}
#news #news_01 #news_box > li > dl > dd figure figcaption {
	padding-top: 6px;
}
#news #news_01 #news_box > li > dl > dd > div {
	min-width: 550px;
	width: 55%;
}
#news #news_01 #news_box > li > dl > dd > div ul {
	padding-top: 1px;
	border-bottom: 1px solid #ddd;
}
#news #news_01 #news_box > li > dl > dd > div ul li {
	padding: 16px 0;
	border-top: 1px solid #ddd;
}
#news #news_01 #news_box > li > dl > dd > div ul li dl dt {
	padding: 1px 0 3px;
}
#news #news_01 #news_box > li > dl > dd > div p {
	padding-top: 16px;
	text-align: right;
}
#news #news_01 #news_box > li > dl > dd > div p a {
	text-decoration: underline;
}
@media only screen and (max-width:768px) {
	#news {
		min-width: 100%;
		width: 100%;
		margin: 0;
		padding-bottom: 60px;
	}
	#news #news_01 #news_nav {
		display: none;
	}
	#news #news_01 #news_box > li:nth-child(n+2) {
		border-top: 1px solid #fff;
	}
	#news #news_01 #news_box > li > dl > dt {
		display: block;
		position: relative;
		padding: 16px 10px;
		background: #6ab81c;
		text-align: center;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	#news #news_01 #news_box > li > dl > dt::after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 168px);
		width: 13px;
		height: 13px;
		border-bottom: 1px solid #b4db8c;
		border-left: 1px solid #b4db8c;
		-webkit-transform: rotate(-42deg) skew(5deg);
		transform: rotate(-42deg) skew(5deg);
	}
	#news #news_01 #news_box > li > dl > dt.active::after {
		top: calc(50% - 5px);
		-webkit-transform: rotate(138deg) skew(5deg);
		transform: rotate(138deg) skew(5deg);
	}
	#news #news_01 #news_box > li > dl > dd {
		display: none;
		width: 300px;
		margin: 0 auto;
		padding: 40px 0 36px;
	}
	#news #news_01 #news_box > li > dl > dd.active {
		display: block;
	}
	#news #news_01 #news_box > li > dl > dd figure {
		min-width: 100%;
		width: 100%;
		padding: 0 0 37px;
	}
	#news #news_01 #news_box > li > dl > dd > div {
		min-width: 100%;
		width: 100%;
	}
	#news #news_01 #news_box > li > dl > dd > div ul {
		padding-top: 0;
	}
}
@media only screen and (max-width:320px) {
	#news #news_01 #news_box > li > dl > dt::after {
		right: 15px;
	}
}

/*----------------------------------------
	facilities
-----------------------------------------*/
#facilities {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
#facilities > li {
	width: calc(100% / 3);
	height: 400px;
}
/* ie10 over */
@media all and (-ms-high-contrast: none){
	#facilities > li {
		width: 33.33%;
	}
}
#facilities > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% - 151px);
	padding: 151px 0 0;
	text-align: center;
	clear: both;
}
@media only screen and (max-width:768px) {
	#facilities > li {
		width: 100%;
		height: 267px;
	}
	#facilities > li > a {
		min-width: auto;
		width: calc(100% - 80px);
		height: calc(100% - 97px);
		padding: 97px 40px 0;
		text-align: center;
	}
}
#facilities > li > a.l_white01:hover,
#facilities > li > a.l_white01:active {
	text-decoration: none;
}
#facilities > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: background 0.5s;
}
#facilities > li > a:hover::before,
#facilities > li > a:active::before {
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
}
@media only screen and (max-width:768px) {
	#facilities > li > a:hover::before,
	#facilities > li > a:active::before {
		background: rgba(0, 0, 0, 0.4);
		transition: none;
	}
}
#facilities > li > a > span {
	display: block;
	position: relative;
	z-index: 1;
}
#facilities > li > a > span:first-child {
	padding-bottom: 22px;
}
#facilities > li > a > span:first-child::after {
	content: "";
	position: absolute;
	bottom: 11px;
	left: calc(50% - 13px);
	width: 26px;
	height: 1px;
	background: #ffffff;
}
#facilities > li:first-child > a {
	background: url(../img/i_facilities_p01.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(2) > a {
	background: url(../img/i_facilities_p02.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(3) > a {
	background: url(../img/i_facilities_p03.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(4) > a {
	background: url(../img/i_facilities_p04.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(5) > a {
	background: url(../img/i_facilities_p05.jpg) no-repeat center;
	background-size: cover;
}
#facilities > li:nth-child(6) > a {
	background: url(../img/i_facilities_p06.jpg) no-repeat center;
	background-size: cover;
}

/*----------------------------------------
	relatedLinks
-----------------------------------------*/
#relatedLinks {
	margin-bottom: 56px;
	background: url(../img/c_bg03.gif);
}
#relatedLinks > div {
	width: 1000px;
	margin: 0 auto;
	padding: 36px 0 40px;
}
#relatedLinks > div > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#relatedLinks > div > dl:first-of-type {
	padding-bottom: 36px;
}
#relatedLinks > div > dl dt {
	width: 100%;
	padding-bottom: 16px;
}
#relatedLinks > div > dl:first-of-type dd {
	width: 134px;
}
#relatedLinks > div > dl dd img {
	width: 100%;
	height: auto;
}
#relatedLinks > div > dl:nth-of-type(2) dd {
	width: 320px;
}
@media only screen and (max-width:768px) {
	#relatedLinks > div {
		width: 300px;
	}
	#relatedLinks > div > dl dt {
		text-align: center;
	}
	#relatedLinks > div > dl:first-of-type dd:nth-of-type(n+3) {
		padding-top: 10px;
	}
	#relatedLinks > div > dl:first-of-type dd {
		width: 140px;
	}
	#relatedLinks > div > dl:nth-of-type(2) dt span {
		display: block;
	}
	#relatedLinks > div > dl:nth-of-type(2) dd:nth-of-type(n+2) {
		padding: 10px 0 0;
	}
	#relatedLinks > div > dl:nth-of-type(2) dd {
		width: 300px;
	}
}

/*----------------------------------------
	social
-----------------------------------------*/
#social {
	width: 1000px;
	margin: 0 auto;
}
#social > h1 {
	padding-bottom: 26px;
	text-align: center;
}
#social > div {
	padding-bottom: 40px;
}
#social > div > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#social > div > ul > li {
	width: 160px;
	height: 160px;
	vertical-align: top;
}
#social > div > ul > li img {
	width: 100%;
	height: auto;
}
#social > div > ul > li span {
	display: none;
}
#social > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 260px;
	margin: 0 auto;
}
#social > ul > li {
	vertical-align: top;
}
@media only screen and (max-width:768px) {
	#social {
		width: 300px;
	}
	#social > h1 > span {
		display: block;
	}
	#social > div > ul {
		flex-wrap: wrap;
	}
	#social > div > ul > li {
		width: 140px;
		height: 140px;
	}
	#social > div > ul > li:nth-child(n+3) {
		padding-top: 10px;
	}
}