@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://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;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
	font-family: 'Noto Serif JP', 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.invalid{
	pointer-events: none;
}
a.godetail{
  height: 65px;
  padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.tohoku{
	background: url("../images/button_tohoku.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;
}
.deco{
	font-weight: normal;
  display: inline-block;
	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 auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    height: 60px;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		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;
	}
}
p.credit {
	position: absolute;
	/*top:10px;*/
	bottom:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	height: 450px;
  margin-bottom: 50px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.page_roof > .inner {
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-left: 25%;
}
.page_roof h2{
  width: 100%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  height: 95%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height:27vh ;
  }
}
/*------------pageTopLead--------------*/
#pageTopLead {
	width: 100%;
	margin-bottom: 40px;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 130%;
	line-height: 2;
	text-align: left;
}
#pageTopLead h2.title {
  color: #176f94;
  font-size:200%;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
	line-height: 2;
}
@media screen and (min-width: 760px){
	#pageTopLead h2.deco1{
		display: inline-block;
		background: url("../images/title_line1.png") no-repeat bottom center;
		background-size: contain;
		padding: 0 20px 20px;
		position: relative;
	}
	#pageTopLead h2.deco1 span::before{
		content: "";
		position: absolute;
		bottom: 10px;
		left: -60px;
		width: 90px;
		height: 55px;
		background: url("../images/title_deco1.png") no-repeat center;
		background-size: contain;
	}
}	
@media screen and (max-width: 759.9px){
	#pageTopLead h2.title {
    font-size:140%;
    margin-bottom: 30px;
  }
	#pageTopLead h2.deco1 span{
		background: url("../images/title_line1.png") no-repeat bottom center;
		background-size: contain;
		padding: 0 10px 10px;
		position: relative;
	}
	#pageTopLead h2.deco1  span::before{
		content: "";
		position: absolute;
		bottom: 30px;
		left: -30px;
		width: 60px;
		height: 45px;
		background: url("../images/title_deco1.png") no-repeat center;
		background-size: contain;
	}

	#pageTopLead > .inner p{
		font-size: 120%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
  max-width: 950px;
	margin:0 auto;
}
.pageContent h2.title {
  color: #176f94;
  font-size:200%;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.pageContent h2.deco2 span,
.pageContent h2.deco3 span{
  background: url("../images/title_line2.png") no-repeat bottom center;
  background-size: contain;
  padding: 0 20px 20px;
  position: relative;
}
.pageContent h2.deco2 span::before{
  content: "";
  position: absolute;
  bottom: 5px;
  left: -40px;
  width: 60px;
  height: 60px;
  background: url("../images/title_deco2.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 759.9px){
  .pageContent h2.title {
    font-size:140%;
    margin-bottom: 30px;
  }
	.pageContent h2.deco2 span,
	.pageContent h2.deco3 span{
		padding: 0 20px 15px;
	}
	.pageContent h2.deco2 span::before{
		content: "";
		position: absolute;
		bottom: 5px;
		left: -30px;
		width: 50px;
		height: 50px;
		background: url("../images/title_deco2.png") no-repeat center;
		background-size: contain;
	}
}
/*---------------------------*/
#about {
	width: 100%;
	margin-bottom: 50px;	
}
#about .photo{
	width: 80%;
	margin: 0 auto;
}

/*---------------------------*/
.comment{
	width: 90%;
	margin:0 auto 30px;
	text-align: left;
}
.comment p{
	font-size: 130%;
	line-height: 2;
}
@media screen and (max-width: 759.9px){
	.comment{
		margin:0 auto 20px;
	}
	.comment p{
		font-size: 110%;
	}
}
.photo img{
	width: 100%;
}

@media screen and (max-width: 759.9px){
}
/*-----プランをまとめてみる-------------------*/
#tour {
	background: url("../images/bg_tour.jpg")repeat;
	padding: 50px 0;
	margin-bottom: 30px;
}
.plan_wrap  {
	width: 98%;
	max-width: 950px;
	margin:0 auto 50px;
	background: rgba(255,255,255,0.3);
	padding: 40px 40px 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.plan_wrap h3 {
	text-align: center;
	font-size: 180%;
	margin-bottom: 20px;	
}
.plan_wrap .lead {
	margin:0 auto 30px;
	text-align: left;
	margin-bottom: 20px;	
}
.plan_wrap .lead p{
	font-size: 140%;
}
.plan_wrap .info{
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}
.plan_wrap .info dl{
	display: flex;
	font-size: 130%;
	margin-bottom: 10px;
}
.plan_wrap .info dl dt{
	white-space: nowrap;
}

.plan_wrap .info p{
	font-size: 130%;
	margin-bottom: 10px;
}
.plan_wrap .info p.attention{
	font-size: 110%;
	margin-left: 2em;
}
.plan_wrap .yoyaku{
	text-align: center;
}
.plan_wrap .yoyaku p{
	font-size: 120%;
	text-align: center;
	margin-bottom: 20px;
}
.plan_wrap .yoyaku_unit{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.plan_wrap .yoyaku_unit a{
	width: 31.3%;
	margin: 0 1% 20px;
}
@media screen and (max-width: 759.9px){
	.plan_wrap  {
		padding: 40px 15px 20px;
	}
	.plan_wrap h3 {
		font-size: 150%;
		line-height: 1.8;
	}
	.plan_wrap .lead p{
		font-size: 120%;
	}
	.plan_wrap .info dl{
		font-size: 120%;
	}
	.plan_wrap .info p{
		font-size: 120%;
	}
	.plan_wrap .yoyaku_unit a{
		width: 80%;
		margin: 0 auto 20px;
	}
}

/*-----プランをまとめてみる-------------------*/
#otherplan {
  margin-bottom: 50px;
}
.otherplan_unit {
  text-align: center;
  margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  justify-content: center;
}
.otherplan_unit a,
.otherplan_unit div{
	width: 30.3%;
	margin: 0 1.5% 20px;
	color: inherit;
	text-decoration: none;
}
.otherplan_unit a:hover{
	text-decoration: none;
	color: inherit;
}
.otherplan_unit a img,
.otherplan_unit div img{
	width: 100%;
	margin-bottom: 5px;
}
.otherplan_unit a p,
.otherplan_unit div p{
  font-size: 100%;
}
.otherplan_unit a p,
.otherplan_unit div p{
  font-size: 100%;
}
#otherplan .caution{
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#otherplan .caution p{
  font-size: 120%;
}

@media screen and (max-width: 759.9px){
	.otherplan_unit a,
  .otherplan_unit div{
		width: 48%;
		margin: 0 1% 20px;
	}
  #otherplan .caution p{
    font-size: 110%;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-prev.inbox img{
	width: 100%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
/*-----スライドswiper 横スワップ--------------------*/
.swiper-container.main{
  width: 100%;
  padding: 0 5%;
  margin-bottom: 50px;
}
.swiper-container.main::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
}
.swiper-container.main::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
}
.swiper-container.main::before,
.swiper-container.main::after{
  background:#FFFFFF;
}
.swiper-container.main > .swiper-wrapper > .swiper-slide {
	height: auto;
	padding-bottom: 5px;
}
.swiper-container.main .swiper-slide .box {	
	height: 100%;
}
.swiper-container.main .swiper-slide a:hover{
  opacity: 0.7;
  color:inherit;
  text-decoration: none !important;
}
.swiper-pagination.main{
  display: none;
}
.swiper-pagination.main .swiper-pagination-bullet {
  margin: 0 5px !important;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination.main .swiper-pagination-bullet-active{
  background: #079FE2;
  opacity: 1;
}
.swiper-button-prev.main::after,
.swiper-button-next.main::after{
  display: none;
}
.swiper-button-prev.main{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
.swiper-button-next.main{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}

@media screen and (max-width: 759.9px){
	.swiper-container.main{
		width: 100%;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.swiper-container.main::before,
	.swiper-container.main::after,
	.swiper-container.main .swiper-pagination,
  .swiper-button-prev.main,
  .swiper-button-next.main{
    display: none;
  }
}
/*-----スライドswiper お土産　横スワップ--------------------*/
.swiper-container.souvenir{
  width: 100%;
  padding: 0 5%;
  margin-bottom: 50px;
}
.swiper-container.souvenir::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
}
.swiper-container.souvenir::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
}
.swiper-container.souvenir::before,
.swiper-container.souvenir::after{
  background:#fffbf2;
}
.swiper-container.souvenir > .swiper-wrapper > .swiper-slide {
	height: auto;
	padding-bottom: 5px;
}
.swiper-container.souvenir .swiper-slide .box {	
	height: 100%;
}
.swiper-container.souvenir .swiper-slide a:hover{
  opacity: 0.7;
  color:inherit;
  text-decoration: none !important;
}
.swiper-pagination.souvenir{
  display: none;
}
.swiper-pagination.souvenir .swiper-pagination-bullet {
  margin: 0 5px !important;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination.souvenir .swiper-pagination-bullet-active{
  background: #079FE2;
  opacity: 1;
}
.swiper-button-prev.souvenir::after,
.swiper-button-next.souvenir::after{
  display: none;
}
.swiper-button-prev.souvenir{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
.swiper-button-next.souvenir{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}

@media screen and (max-width: 759.9px){
	.swiper-container.souvenir{
		width: 100%;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.swiper-container.souvenir::before,
	.swiper-container.souvenir::after,
	.swiper-container.souvenir .swiper-pagination,
  .swiper-button-prev.souvenir,
  .swiper-button-next.souvenir{
    display: none;
  }
}
