@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__wrap a{
	text-decoration: underline;
	color: #1d3994;
}

#story{
	margin: 10rem 0;
}

#data {
	margin: 10rem 0 5rem 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-wrapper.center_position{
	justify-content: center;
}

.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#photos,section#links {
	padding: 9rem 0 3rem;
	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;
}

.heritage__link .heritage__link_wrap {
	display: flex;
	flex-wrap: wrap;
}

.heritage__link .heritage__link_wrap li {
	width: calc(100% / 3 - 10px);
	/* display: inline-block; */
	position: relative; 
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	background-color: #fff;
	transition: border-color 0.3s, background-color 0.3s;
	margin: 0 10px 10px 0;
}

.heritage__link .heritage__link_wrap li:nth-child(3n){margin-right:0;}

.heritage__link .heritage__link_wrap li a {
	display: block;
	padding: 15px 55px 15px 20px;
}

.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, .heritage__link .heritage__link_wrap li:hover {
	border-color: #922343;
	background-color: #f4e9ec;
}

.line-btn::before, .heritage__link .heritage__link_wrap li a::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, .heritage__link .heritage__link_wrap li a::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;
	}
	
	section#links {
  		padding: 2.5rem 2.0rem  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;
	}
}

/* swiper */

.swiper-slider__outer{
	position: relative;
}

.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-button-prev {
	top: calc(50% - 15px);
	left: -25px;
}

.swiper-button-next {
	top: calc(50% - 15px);
	right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: rgb(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s;
	background-image: none;
}

.swiper-button-prev:active,
.swiper-button-next:active {
	transition: all 0.3s;
	opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 12px;
	height: 12px;
}

.swiper-button-prev::before {
	left: 55%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}