@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=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 70px;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
  font-family: 'M PLUS 1p', sans-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;
	border-bottom: 1px solid #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;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
  display: inline-block;
	font-weight: normal;
	padding: 0 30px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 15px;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 10px;
	}
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 10px 2%;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 80%;
    display: block;
    margin: 0 auto 20px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 450px;
  position: relative;
}
.page_roof .logo{
	width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  margin: 0 auto;
  z-index: 1;
}
.page_roof .logo h2{
	width: 100%;
	max-width: 950px;
  height: 100%;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof .logo h2 img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    width: 100%;
    height: 35vh;
  }
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity:1;}
}
/*-------------トップタイトル --------------*/
#pageTopLead .inner h2{
  font-size: 200%;
  font-weight: bold;
  width: 120%;
  margin: 20px -10%;
  padding:5% 0;
  text-align: center;
  background: url("../images/logo_mone.png")no-repeat left center, url("../images/sun.png")no-repeat right center;
  background-size:22%;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner h2{
    width: 104%;
    font-size: 130%;
    background-size:25%;
		margin: 20px -2%;
  }
}
/*-------------フットリード --------------*/
#pageFootLead .inner h2{
  font-size: 160%;
  font-weight: bold;
  width: 90%;
  margin:0 auto 40px;
  padding:5% 0;
  text-align: center;
  background: url("../images/sun_niko.png")no-repeat left center, url("../images/donburi.png")no-repeat right center;
  background-size:18%;
}
@media screen and (max-width: 759.9px){
  #pageFootLead .inner h2{
    font-size: 120%;
    background-size:20%;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding:0 10px;	
	position: relative;
}
/*-------------about --------------*/
#about{
  width: 100%;
  margin: 60px 0 40px;
}
#about .intro_unit{
  display: flex;
  flex-wrap: wrap;
  background: url("../images/bg_about.png")no-repeat top center,
  url("../images/line_about.png")no-repeat center center;
  background-size: 100%,25px;
  padding-bottom: 30px;
}
#about .intro{
	width: 48%;
  margin: 0 1%;
}
#about .intro h2{
	font-size: 160%;
  background: url("../images/bg_title_about.png")no-repeat center,center;
  background-size: contain;
  text-align: center;
	margin:-30px 0 20px;
  padding: 15px 0 20px;
  font-weight: bold;
}
#about .intro .comment{
  padding: 0 30px;
}
#about .intro p{
	font-size: 120%;
}
@media screen and (max-width: 759.9px){
  #about{
    margin:30px 0 20px;
  }
  #about .intro_unit{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:0;
    background: none;
  }
  #about .intro{
    width: 100%;
    margin: 0;
  }
  #about .intro:first-child{
    background:url("../images/line_about_yoko.png")no-repeat bottom center;
    background-size: 90%;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  #about .intro h2{
    font-size: 130%;
    background: url("../images/bg_title_about.png")no-repeat center,center;
    background-size: contain;
    text-align: center;
    margin:0;
    padding: 15px 0 20px;
    z-index: 1;
    position: relative;
  }
  #about .intro:first-child .comment{
    background: url("../images/bg_about.png")no-repeat left center;
    padding: 50px 30px 30px;
    margin:-30px 0 0;
  }
  #about .intro:last-child .comment{
    background: url("../images/bg_about.png")no-repeat right center;
    padding: 50px 30px 30px;
    margin:-30px 0 30px;
  }
  #about .intro p{
    font-size: 100%;
  }
}
/*-------------about --------------*/
#coupon{
  width: 90%;
	max-width: 800px;
  background: url("../images/bg_photo.png")no-repeat top center;
  background-size: cover;
  margin: 0 auto 40px;
	padding: 10px;
}
#coupon .inner{
	background:url("../images/bg_coupon.png") no-repeat bottom -20px center #FFFFFF;
	background-size: 100% 70%;
  padding: 20px 0;
	text-align: center;
}
#coupon h2{
  background: url("../images/title_coupon.png")no-repeat top left,
		url("../images/title_coupon.png")no-repeat bottom right;
  background-size: 13%;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	line-height: 1.5;
	font-size: 130%;
	font-weight: bold;
}
#coupon h3{
	font-size: 120%;
	font-weight: bold;
  text-align: center;
	padding: 0 50px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
#coupon h3:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
  background: url("../images/kirakira.png")no-repeat center center;
  background-size:contain;
	width: 40px;
	height: 20px;
}
#coupon h3:after{
	content: "";
	position: absolute;
	top:0;
	right:0;
  background: url("../images/kirakira.png")no-repeat center center;
  background-size:contain;
	width: 40px;
	height: 20px;
}
#coupon ul{
	width: 75%;
	margin: 0 auto ;
	text-align: left;
	/*background: url("../images/bg_coupon.png")no-repeat center center;
	background-size: contain;*/
}
#coupon ul li{
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (max-width: 759.9px){
	#coupon h2{
		background: url("../images/title_coupon.png")no-repeat top left,
			url("../images/title_coupon.png")no-repeat bottom right;
		background-size: 15%;
		padding: 10px 10px;
		font-size: 120%;
		font-weight: bold;
	}
	#coupon h3{
		font-size: 120%;
		padding: 0 40px;
		position: relative;
	}
	#coupon h3:before,
	#coupon h3:after{
		width: 30px;
		height: 30px;
	}
	#coupon ul{
		width: 85%;
	}
}

/*------おすすめ観光地----------*/
#spot{
  width: 100%;
  margin-bottom: 60px;
}
#spot h2{
	font-size: 170%;
	text-align: center;
  background: url("../images/bg_title_spot.png")no-repeat bottom center;
  background-size:auto 80px;
  padding-bottom: 70px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 759.9px){
  #spot{
    margin-bottom: 20px;
  }
  #spot h2{
    font-size: 150%;
    text-align: center;
    background: url("../images/bg_title_spot.png")no-repeat bottom center;
    background-size:contain;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

#spot dl{
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
  background: url("../images/bg_spot_right.png")no-repeat right center;
  background-size: contain;
  margin-bottom: 30px;
}
#spot dl dt{
  width: 55%;
  padding: 8px;
  background: url("../images/bg_photo.png")no-repeat right bottom;
  background-size: 95%;
  align-self: flex-end;
	position: relative;
	z-index: 0;
}
#spot dl:nth-child(odd) dt{
  background: url("../images/bg_photo.png")no-repeat left bottom;
  background-size: 95%;
}
#spot dl dt img{
	width: 100%;
}
#spot dl dd{
	width: 40%;
  text-align: left;
	padding: 20px 40px;
	position: relative;
}
@media screen and (min-width: 760px){
  #spot dl:nth-child(odd){
    background: url("../images/bg_spot_left.png")no-repeat left center;
    background-size: contain;
  }
  #spot dl:nth-child(odd) dt{
    order: 2;
  }
  #spot dl:nth-child(odd) dd{
    order: 1;
  }
}  
#spot h3{
	font-size: 160%;
  font-weight: bold;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px;
  padding:30px 0 20px 90px;
	z-index: 1;
	position: relative;
}
#spot p{
	font-size: 110%;
}
#spot dl .fukidashi{
	position: absolute;
	top:-20px;
	right:25%;
	width: 40%;
	background: url("../images/fukidashi.png")no-repeat center center;
	background-size: contain;
  text-align: center;
	padding: 30px 10px;
	font-size: 100%;
	line-height: 1.4;
	z-index: 0;
}
#spot dl#sansan .fukidashi{
	top:-20px;
	right:10px;
}
@media screen and (max-width: 759.9px){
  #spot dl{
    background: url("../images/bg_spot_sp.png")no-repeat bottom center;
    background-size: contain;
    margin-bottom: 30px;
  }
  #spot dl dt{
    width: 100%;
  }
  #spot dl dd{
    width: 100%;
    padding-top: 0;
  }
	#spot dl .fukidashi{
		position: absolute;
		top:-30px;
		right:15%;
	}
	#spot dl#sansan .fukidashi{
		position: absolute;
		top:-35px;
		right:0;
	}

}
  
  
/*-----予約-----------------*/
.pageContent .yoyaku{
	width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}
.pageContent .yoyaku_unit{
  display: flex;
  flex-wrap: wrap;
	width: 100%;
  justify-content: center;
}

@media screen and (max-width: 759.9px){
  
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container_top{
	width: 100%;
  height: 100%;
}
.swiper-container_top .swiper-slide{
	width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container_top .swiper-slide .slide-img {
	width: 100%;
  height: 100%;
	margin:0;
  background-size: cover; 
  background-position: center center; 
}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (max-width: 759.9px){
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-slide p{
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}
