@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
	font-size:14px;
  overflow: hidden;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family:'Shippori Mincho', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail {
  display: flex;
	justify-content: center;
  align-items: center;
  position: relative;
	height: 60px;
  color: #FFFFFF;
  font-size: 110%;
  background-color: #3E5B4A;
  transition: 0.3s;
	line-height: 1.2;
}
a.godetail::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}
a.godetail::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
a.godetail:hover::before {
  width: 0%;
}
a.godetail:hover::after {
  height: 0%;
}
a.godetail:hover {
  text-decoration: none;
  background-color: #FCE877;
}
@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 55px;
		font-size: 100%;
	}
}
a.godetail.gray {
  background-color: #9C9C9C;
  pointer-events: none;
}
a.godetail.gray:hover {
  transform: none;
}

.slash{
  width: fit-content;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    font-size: 90% ;
    background-position: center right 8px;
  }
	.slash{
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:8px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 500px;
  position: relative;
	background: url("../images/top.jpg") no-repeat center bottom;
	background-size: cover;
	margin-bottom: 50px;
}
.page_roof .inner {
	width: 90%;
  max-width: 950px;
  height: 100%;
	margin: 0 auto;
}
.page_roof h2{
  width: 100%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	animation: fadeIn 2s;
}
.page_roof h2 img{
  width: 100%;
  height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 30vh;
		margin-bottom: 30px;
  }
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}

/*-------------トップリード   --------------*/
.top_lead {
	margin-bottom:50px;
}
.top_lead .inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.top_lead .comment p{
	font-size: 140%;
}
@media screen and (max-width: 759.9px){
	.top_lead {
		margin-bottom: 30px;
	}
	.top_lead .comment p{
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  padding-bottom: 30px;
}
.pageContent .inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.pageContent .title{
	width: fit-content;
	background: url("../images/bg_title.jpg")repeat center;
	background-size: cover;
	padding:2px 60px 5px;
  margin: 0 auto 20px;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.pageContent .title::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url("../images/icon_house.png")no-repeat center right 10px,
		url("../images/icon_house.png")no-repeat center left 10px;
	background-size: 30px auto, 30px auto;
}
@media screen and (max-width: 759.9px){
	.pageContent .title{
		width: 70%;
		padding:2px 40px 5px;
		font-size: 140%;
		color: #FFFFFF;
	}
	.pageContent .title::before{
		content: "";
		position: absolute;
		background: url("../images/icon_house.png")no-repeat center right 10px,
			url("../images/icon_house.png")no-repeat center left 10px;
		background-size: 20px auto, 20px auto;
	}
}
/*-------------autoslide-------------*/
#autoslide_area {
  width: 100%;
  margin-bottom: 30px;
}
#autoslide_area .inner {
  width: 100%;
	max-width: 950px;
  margin:0 auto;
	background: url("../images/worldheritage_green.png")no-repeat top center;
	background-size: auto 85px;
	padding-top: 70px;
}

#autoslide_area .swiper-slide p.credit{
  font-size: 90%;
	text-align: right;
}
#autoslide_area .swiper-slide img{
	margin-bottom: 5px;
}
#autoslide_area p.attention{
	text-align: right;
}
@media screen and (max-width: 759.9px){
	#autoslide_area .inner {
		background: url("../images/worldheritage_green.png")no-repeat top center;
		background-size: 95% auto;
		padding-top: 30px;
	}
}
/*-------------information--------------*/
#information {
  width: 100%;
}
#information .kikan{
	width: fit-content;
	margin: 0 auto 50px;
	text-align: center;
}
#information .kikan p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	letter-spacing: 0.2em;
}
#information .kikan .uline{
	width: 100%;
	height: 10px;
	background:rgba(252,232,119,0.8);
	margin-top: -10px;
	z-index: -1;
	position: relative;
}
#information .guide{
	margin: 0 auto 20px;
}
#information .guide p{
	font-size: 130%;
}

@media screen and (max-width: 759.9px){
	#information .kikan{
		margin: 0 -3% 40px;
		width: 106%;
	}
	#information .kikan p{
		font-size: 135%;
		letter-spacing:0;
	}
	#information .kikan .uline{
		height: 8px;
		margin-top: -3px;
	}
	#information .guide p{
		font-size: 120%;
	}
}

/*-------------チャート--------------*/
@media screen and (min-width: 760px){
  .flow_unit {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .flow_unit .flow{
    width: 25%;
    text-align: center;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow_unit .flow p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    font-size: 110%;
    text-align: center;
	  font-family: 'Noto Sans JP', sans-serif;
		height: 3em;
		display: flex;
		justify-content: center;
		align-items: center;
  }
  .flow img {
    width: 70%;
  }
  .flow_unit .flow::before{
    content: "";
    position: absolute;
    top:45%;
    left: 88%;
    width: 24%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
  }
  .flow_unit .flow:last-child::before{
    content: "";
    background: none;
  }
}
@media screen and (max-width: 759.9px){
  .flow_unit {
    width: 110%;
    height: 330px;
    margin: 0 -5% 120px;
    position: relative;
  }
  .flow_unit .flow{
    width: 40%;
    text-align: center;
    position: relative;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
		font-size: 90%;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .flow:first-child p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
  }
	.flow:nth-child(2) p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    text-align: center;
  }
	.flow:nth-child(3) p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
  }
	.flow:last-child p{
    position: absolute;
    bottom:-1em;
    left:0;
    right: 0;
  }
  .flow img {
    width: 80%;
  }
  .flow:first-child {
    position: absolute;
    top:42%;
    left: 0;
  }
  .flow:nth-child(2) {
    position: absolute;
    top:0;
    left:30%;
  }
  .flow:nth-child(3) {
    position: absolute;
    top:42%;
    right:0;
  }
  .flow:last-child {
    position: absolute;
    bottom: -25%;
    left:30%;
  }
  .flow_unit .flow:nth-child(2)::before{
    content: "";
    position: absolute;
    top:60%;
    left: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(-40deg);
    z-index: 1;
  }
  .flow_unit .flow:nth-child(2)::after{
    content: "";
    position: absolute;
    top:60%;
    right: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(40deg);
    z-index: 1;
  }
  .flow_unit .flow:last-child::before{
    content: "";
    position: absolute;
    top:20%;
    right: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: scale(-1, 1) rotate(40deg);
    z-index: 1;
  }
}
/*-------------yoyaku--------------*/
.yoyaku_wrap {
  width: 100%;
  margin: 0 auto 20px;
}
.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
}
.yoyaku p {
	font-size: 120%;
	font-weight: bold;
}
.yoyaku .godetail {
	width: 70%;
	max-width: 300px;
	margin: 0 2% 20px;
}
.otherarea {
	width: 95%;
	border-top:5px dotted #346B4B;
	padding-top: 30px;
	margin: 50px auto 20px;
}
.otherarea .godetail {
	width: 46%;
	max-width: 300px;
	margin: 0 2% 20px;
}
@media screen and (max-width: 759.9px){
	.otherarea .yoyaku_unit {
		justify-content: space-between
	}
	.otherarea .godetail {
		width: 46%;
		max-width: 300px;
		margin: 0 0 20px;
	}
}

/*-------------about --------------*/
#about {
	background:url("../images/bg_title.jpg")repeat top center;
}
#about .inner{
	background: url("../images/about_top.png")no-repeat top center;
	background-size: 100% auto;
	padding-top: 200px;
}	
#about dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin:30px auto;
	position: relative;
}
#about dl dt {
	width: 45%;
}
#about dl dt img{
  width: 100%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#about dl dd {
	width: 53%;
  padding: 0 20px;
  text-align: left;
	background: rgba(255,255,255,0.8);
	display: flex;
	align-items: center;
}
#about dl dd p {
	font-size: 120%;
}
@media screen and (max-width: 759.9px){
	#about .inner{
		padding-top: 100px;
	}	
	#about dl {
		width: 90%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 20px auto;
	}
	#about dl dt {
		width: 100%;
		margin-bottom: 20px;
	}
	#about dl dd {
		width: 100%;
		padding: 20px 20px;
	}
	#about dl dd p {
	font-size: 110%;
}


}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----autoslideSwiper-------自動で流れる------------*/
.swiper-container.autoslide .swiper-wrapper{
  transition-timing-function:linear !important;
}
.swiper-container.autoslide .swiper-slide .photo{
	position: relative;
}
.swiper-container.autoslide .swiper-slide p.attention{
	text-align:left !important;
	font-size: 12px !important;
	line-height: 1.4;
}
@media screen and (max-width: 759.9px) {
	.swiper-container.autoslide .swiper-slide p.attention{
		font-size: 10px !important;
	}
}
/*-------------動画紹介--------------*/
#movie.pageContent {
	margin: 60px 0 20px;
	text-align: center;
}
#movie video {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #CCC;
}

@media screen and (max-width: 759.9px){
	#movie.pageContent {
		margin: 40px 0 20px;
	}
 	#movie video {
		width: 90vw;
		height:auto;
	}
}

