@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
/*header
----------------------------------------------------*/
#header {
	height: 1080px;
}
.mv_slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
}
 .mv_slider iframe {
    width: 100%;
    height: 1080px;
    position: relative;
    z-index: 0;
}

#h_logo {
	width: calc(100% - 100px);
	max-width: 1820px;
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 1;
}
#h_logo img {
	width: 100%;
}


/*common title
----------------------------------------------------*/
.tp_col_header {
	margin-bottom: 90px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 60px;
	position: relative;
}
.tp_col_header:after {
	width: 10px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #057a63;
	border-left: none;
}
.tp_col_header p {
	font-size: 20px;
}




/*news
----------------------------------------------------*/
.c_news {
	margin-bottom: 150px;
	display: flex;
}

/* Header */
.news_header {
	width: 230px;
}

/* List */
.news_list {
	width: calc(100% - 230px);
	border-top: 1px dotted #000;
	border-top: 1px solid #abcec8;
}
.news_item {
	border-bottom: 1px dotted #000;
	border-bottom: 1px solid #abcec8;
}
.news_inner {
	padding-block: 30px;
}
.news_date,
.newsitem_ttl {
  margin-bottom: 30px;
}
.news_date {
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
}
.newsitem_ttl {
  font-size: 18px;
  font-weight: 700;
}
.newsitem_txt {
  font-size: 15px;
}



/*concept
----------------------------------------------------*/
.concept_col {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
	display: flex;
}
.concept_img {
	width: 580px;
	border-radius: 30px;
	overflow: hidden;
}
.concept_img img {
	width: 100%;
}
.tp-concept {
	width: calc(100% - 580px);
	padding-left: 100px;
}
.concept_ttl {
	margin-bottom: 50px;
	color: #057a63;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.0;
}
.concept_catch {
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
}
.concept_txt {
	margin-bottom: 60px;
	font-size: 20px;
}
.concept_btn.c-btn {
	width: 295px;
	margin-inline: 0;
}


.access_box {
  align-items: flex-end;
}
.gmap {
  width: 690px;
  height: 750px;
	border-radius: 15px;
	overflow: hidden;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}
.access_cont {
  width: 450px;
}
.access_col {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
}
.access_txt {
  fotn-size: 20px;
}
.access_ttl {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	color: #057a63;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.0;
}
.access_ttl:before {
	margin-right: 15px;
	content: '';
	position: absolute;
}
.access_ttl.-car:before {
	width: 26px;
	aspect-ratio: 413 / 380;
	top: 4px;
	left: 0;
	background: url(../images/top/ico_car.png) no-repeat 0 0 / 100%;
}
.access_ttl.-train:before {
	width: 20px;
	aspect-ratio: 5 / 7;
	top: 0;
	left: 5px;
	background: url(../images/top/ico_train.png) no-repeat 0 0 / 100%;
}
.btn-park {
  display: block;
	width: 235px;
	margin: 15px 0 10px;
	padding: 3px 19px 3px 3px;
	position: relative;
	color: #057a63 !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.0;
	border: 1px solid #057a63;
	border-radius: 15px;
	vertical-align: 2px;
}
.btn-park:before,
.btn-park:after {
	width: 24px;
	aspect-ratio: 1;
	content: '';
	transition: all .3s ease-in-out;
}
.btn-park:before {
	margin-right: 12px;
	display: inline-block;
	background: url(../images/top/ico_parking.png) no-repeat 0 0 / 100%;
	vertical-align: -6px;
}
.btn-park:after {
	margin-left: -113px;
	position: absolute;
	top: 3px;
	left: 50%;
	background: url(../images/top/ico_parking_wt.png) no-repeat 0 0 / 100%;
	opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
	.btn-park:hover {
		color: #fff !important;
		background: #057a63;
	}
	.btn-park:hover:before {
		opacity: 0;
	}
	.btn-park:hover:after {
		opacity: 1;
	}
}
.access_btn {
  margin: 10px 0;
}


@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.p-tp-gallery-wrap {
	margin-bottom: 100px;
	display: flex;
	overflow: hidden;
}
.p-tp-gallery {
	margin-right: 100px;
	display: flex;
	flex-shrink: 0;
	animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.p-tp-gallery__item {
	flex-shrink: 0;
}
.p-tp-gallery__item.-g-item01 {
	width: 670px;
	margin-right: 90px;
	padding-top: 220px;
}
.p-tp-gallery__item.-g-item02 {
	width: 600px;
	margin-right: 100px;
}
.p-tp-gallery__item.-g-item03 {
	width: 460px;
	padding-top: 110px;
}
.p-tp-gallery__item img {
	width: 100%;
}










