@charset "UTF-8";

/* news
----------------------------------------*/
.news_inner {
	max-width: 100rem;
	margin: 4.3rem auto 11.1rem;
}
.news_lead {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.18;
	margin-bottom: 3.5rem;
}
.news_item + .news_item {
	margin-top: 4rem;
}
.news_item h2 {
	font-size: 2rem;
	line-height: 1.75;
	font-weight: 700;
}
.news_box {
	margin-top: 1.5rem;
	display: flex;
	gap: 4rem;
}
.news_img figure img {
	max-width: 48rem;
	height: auto;
	object-fit: cover;
	border-radius: 1rem;
}
.news_img.swiper {
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.news_img .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.news_img.swiper {
  position: relative;
  overflow: hidden;
}
.news_img .swiper-pagination {
  bottom: 1.2rem !important;
}
.news_img .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem !important;
}
.news_img .swiper-pagination-bullet-active {
  background: #4AC0F0 !important;
}
.news_map {
	margin-top: 2rem;
}
.news_map iframe {
	aspect-ratio: 480 / 250;
	max-width: 48rem;
	border-radius: 1rem;
}
.news_text {
	flex: 1;
}
.news_text dl .news_info_row {
	display: grid;
	grid-template-columns: 10rem auto;
}
.news_text dl .news_info_row + .news_info_row {
	margin-top: 1rem;
}
.news_text dl {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.news_text dl dd {
	line-height: 1.53;
}
.news_text dl dt {
	font-weight: 700;
}
.news_access {
	margin-top: 1.95rem;
	padding-top: 2rem;
	border-top: .1rem solid #CCCCCC;
}
.news_access h3 {
	position: relative;
	color: #4AC0F0;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.33;
}
.news_access h3.train {
	padding-left: 2.3rem;
}
.news_access h3.bus {
	padding-left: 2.5rem;
}
.news_access h3.train::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../../img/access/icon_access_01.svg) no-repeat left top / 100% auto;
	width: 1.54rem;
	height: 2.14rem;
	left: 0;
	margin-left: 0.2rem;
}
.news_access h3.bus::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../../img/access/icon_access_02.svg) no-repeat left top / 100% auto;
	width: 1.99rem;
	height: 2.02rem;
	left: 0;
}
.news_access p {
	margin-top: 0.8rem;
	font-size: 1.5rem;
	line-height: 1.66;
	margin-left: 2.4rem;
}
.news_access p + h3 {
	margin-top: 1.2rem;
}
.news_list {
	margin-top: 2rem;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	font-size: 1.5rem;
	line-height: 1.73;
}
.news_btn {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}
.btn_tel {
	position: relative;
	width: 16rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	background: #000000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	height: 5rem;
}
.btn_tel::before {
	content: '';
	display: block;
	background: url(../../img/access/icon_tel.svg) no-repeat left top / 100% auto;
	width: 1.39rem;
	height: 1.5rem;
	left: 1.9rem;
}
.btn_mail {
	position: relative;
	width: 20rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .71rem;
	background: #4AC0F0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	height: 5rem;
}
.btn_mail::before {
	content: '';
	display: block;
	background: url(../../img/access/icon_mail.svg) no-repeat left top / 100% auto;
	width: 1.87rem;
	height: 1.38rem;
	left: 1.7rem;
}
@media (hover:hover) {
}
@media only screen and (max-width: 768px) {
	.news_inner {
		margin: 2rem 1.5rem 5rem;
	}
	.news_lead {
		font-size: 1.4rem;
		line-height: 1.75;
		margin-bottom: 2.2rem;
	}
	.news_item + .news_item {
		margin-top: 3rem;
	}
	.news_item h2 {
		font-size: 1.8rem;
    line-height: 1.5;
	}
	.news_box {
		flex-direction: column;
		margin-top: 1rem;
		gap: 2rem;
	}
	.news_map {
		margin-top: 1rem;
	}
	.news_map iframe {
		max-width: 100%;
		height: 20rem;
	}
	.news_text dl .news_info_row {
		grid-template-columns: 8rem auto;
	}
	.news_text dl {
		font-size: 1.4rem;
	}
	.news_access p {
		margin-top: 0.4rem;
		font-size: 1.4rem;
	}
	.news_access p + h3 {
		margin-top: 0.8rem;
	}
	.news_list {
		margin-top: 1rem;
		font-size: 1.4rem;
		padding: 1.5rem;
	}
}
