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

/*body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
*/

.containner button {
	display: block;
	padding: 15px 55px 15px 20px;
	width: 100%;
}

.containner small {
	font-size: 65%;
}

section.mainvisual {
	background: none !important;
	padding: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
}

.logo {
	font-family: serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.0;
	color: #922343;
	padding: 2% 1% 1% ;
	border-bottom: 2px solid #922343;
}

.logo span {
	font-size: 1.4rem;
	margin-left: 1%;
}

.title h1 {
	font-family: serif;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 1% 1% 2% ;
}

.title h1 span {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
	font-size: 2.0rem;
	font-weight: normal;
	display: block;
	margin-top: 0.5rem;
}

.story__wrap {
	font-size: 1.7rem;
	line-height: 2.2;
}

#story, #data {
	margin: 10rem 0;
}

.heritage__section-ttl-lev1 {
	font-family: serif;
	width: 100%;
	position: relative;
	margin-bottom: 60px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.heritage__section-ttl-lev1::before,
.heritage__section-ttl-lev1::after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	position: absolute;
	bottom: -15px;
}

.heritage__section-ttl-lev1::before {
	left: 50%;
	transform: translateX(-100%);
	background: #922343;
}

.heritage__section-ttl-lev1::after {
	left: 50%;
	background: #88714d;
}

/*.heritage__section-ttl-lev1 span {
	display: block;
	font-size: 1.8rem;
	color: #922343;
}*/

.photos_txt {
	margin-top: 2%;
}

.swiper-wrapper {
	margin-bottom: 3.5rem !important;
}

.swiper-container-horizontal > .swiper-scrollbar {  
	height: 10px; /* 高さ */
}
.swiper-scrollbar {
	background: #fff; 
	border-radius: 20px; /* 丸み */
}
.swiper-scrollbar-drag {
	background: #ccc;
	border-radius: 20px; /* 丸み */
}

.info {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
	
.info dt {
	font-size: 1.7rem;
	color: #922343;
	display: inline-block;
	margin-right: 2rem;
}

.info dd {
	flex: 1;
}

iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

section:nth-child(odd) {
	padding: 9rem 0 7rem;
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

section#photos {
	padding: 9rem 0;
}

.links-ttl {
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
	padding-left: 9px;
	margin-bottom: 1.0rem;
}

.links-ttl::before,
.links-ttl::after {
	content: "";
	display: block;
	width: 4px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 50%;
}

.links-ttl::before {
	transform: translateY(-100%);
	background: #922343;
}

.links-ttl::after {
	background: #88714d;
}

.heritage__link {
	margin-bottom: 5rem;
}

.line-btn {
	width: calc(100% / 3 - 10px); 
	display: inline-block;
	position: relative;
	padding: 15px 55px 15px 20px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	background-color: #fff;
	transition: border-color 0.3s, background-color 0.3s;
}

.line-btn.search {
	padding: 0;
}

.line-btn:hover {
	border-color: #922343;
	background-color: #f4e9ec;
}

.line-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #922343;
  border-radius: 50%;
  transform: translateY(-50%);
}

.line-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.slider_sp .swiper-slide {
	width: calc(100% / 3 - 20px);
}

.slider_sp .swiper-slide:not(:last-child) {
	margin-right: 20px;
}

@media screen and (max-width: 750px){
	.logo {
		padding: 2%;
		text-align: center;
	}
	
	.title h1 {
		font-size: 2.8rem;
		padding: 1.0rem 1.5rem;
	}
	
	.title h1 span {
		font-size: 1.7rem;
	}
	
	.heritage__section-ttl-lev1 {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	
	.heritage__section-ttl-lev1 span {
		font-size: 1.6rem;
	}
	
	.main_photo {
		height: 100%;
	}
	
	#story, #data {
		margin: 2.5rem 1.5rem 3.5rem;
	}
	
	section#photos {
		padding: 2.5rem 0 3.5rem;
	}
	
	.story__wrap {
		line-height: 1.8;
	}	
	
	.swiper-container {
		padding: 0 1.5rem;
	}
	
	/*.swiper-slide:first-child {
		margin-left: 1.5rem;
	}
	
	.swiper-slide:last-child::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: -1.5rem;
		width: 1.5rem;
		height: 100%;
	}*/
	
	.info_wrap {
		margin-bottom: 2.5rem;
	}
	
	.info {
		margin-bottom: 0.75rem;
		padding-bottom: 0.75rem;
	}
	
	#links {
  		padding: 2.5rem 1.5rem  1.0rem;
	}
	
	.line-btn {
		width: 100%; 
	}
	
	.line-btn:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	
	.swiper-wrapper {
		margin-bottom: 2.5rem !important;
	}
}

@media screen and (min-width: 751px){
	.mainvisual {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	
	.title {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
	}
	
	.main_photo {
		height: 390px;
		position: relative;
		overflow: hidden;
	}

	.main_photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	
	.data__wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.info_wrap, .map {
		width: calc(100% / 2 - 20px); 
	}
	
	.heritage__link {
		display: flex;
		justify-content: flex-start;
	}
	
	.line-btn:not(:last-child) {
		margin-right: 15px;
	}
	
	.slider_sp .swiper-scrollbar {
		display: none;
	}
}

@media screen and (min-width: 1024px){
	.main_photo {
		height: 540px;
	}
}