@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding-bottom:300px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: url("../images/bg_page_bottom.png")no-repeat center bottom #fffcf3;
	background-size: 100%;
}
#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{
  padding:1em 0 1.4em;
	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: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{
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}
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 {
	position: relative;
	width: 100%;
  background:url("../images/top.jpg")no-repeat center center;
	background-size: cover;
	padding-top: 450px;
	margin-bottom: 40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width:100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof img{
	height: 90%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    padding-top: 50%;
    margin-bottom: 20px;
  }
}
/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
  position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page_roof_fade .roof{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0);/*ロゴ下の暗さ*/
}
.page_roof_fade .roof h2{
	width: 100%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof_fade .roof h2 img{
  width: auto;
	height: 90%;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
/*-----トップwiper カスタマイズ--------------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 450px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container.top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.swiper-container.top .swiper-slide .slide-img {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0 ;
	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-container.top .swiper-slide{
    position: relative;
    width: 100%;
    margin:0;
    padding-top: 45%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead {
  margin-bottom: 20px;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead .inner p{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner p{
    font-size: 110%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
}
.pageContent.bg1{
	background: url("../images/bg_momiji.png")repeat;
	padding-bottom: 50px;
}
.pageContent.bg2{
	background: url("../images/rotenburo_top.png")no-repeat top center;
	background-size: 100%;
	padding: 100px 0 50px;
}
/*------ページナビ--------*/
.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
#planNav {
	width: 100%;
  background: #FFFCA1;
  height: 60px;
}
#planNav .inner{
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
	display: flex;
	justify-content: center;
  height: 100%;
}
#planNav a{
  color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-grow: 1;
	font-size: 120%;
	line-height: 1.4;
  background: url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
  position: relative;
}
#planNav a:first-child{
  background: url("../images/menu_line.svg") no-repeat center left,
    url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
}
#planNav a p{
  text-align: center;
}
#planNav a:hover{
  text-decoration: none !important;
  opacity: 0.8;
}
@media screen and (max-width: 759.9px){
  #planNav {
    height: 50px;
  }
  #planNav a{
    font-size: 90%;
  }
  #planNav a:first-child{
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }
  #planNav a:last-child{
    background:none;
  }
}
#planNav a:hover,
#planNav a.selected{
  background: #EE9636;
  color:#FFFFFF;
  font-weight: bold;
  margin-left: -1px;
}
#planNav a.selected:after{
  font-family: "Font Awesome 5 Free";
  content: "\F107";
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  bottom:-5px;
  left:0;
  right:0;
  text-align: center;
}

/*-------------カレンダー--------------*/
#calendar{
	padding: 80px 0 20px;
}
#calendar .inner{
	text-align: center;
}
#calendar h2{
  font-size: 200%;
  text-align: center;
	margin-bottom: 20px;
	text-shadow: 2px 2px #FFFFFF,2px 2px #FFFFFF,2px 2px #FFFFFF,2px 2px #FFFFFF,-2px -2px #FFFFFF,-2px -2px #FFFFFF,-2px -2px #FFFFFF,-2px -2px #FFFFFF,-2px -2px #FFFFFF;
}
#calendar img{
	width: 80%;
}
#calendar h2 span{
	position: relative;
}
#calendar h2 span::before{
	content: "";
	position: absolute;
	top:0;
	left: -150px;
	width: 150px;
	height: 100%;
  background: url("../images/title_left.png")no-repeat right center;
  background-size: contain;
}
#calendar h2 span::after{
	content: "";
	position: absolute;
	top:0;
	right: -150px;
	width: 150px;
	height: 100%;
  background: url("../images/title_right.png")no-repeat left center;
  background-size: contain;
}
#calendar p.attention{
  width: 30%;
  margin: -40px 10px 0 auto;
  text-align: left;
  color: #D5041F;
  font-weight: bold;
  font-size: 120%;
  background: rgba(255,255,255,0.8);
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-radius: 10px;
}
@media screen and (max-width: 759.9px){
	#calendar h2{
		font-size: 160%;
	}
	#calendar h2 span::before{
		left: -100px;
		width: 100px;
	}
	#calendar h2 span::after{
		right: -100px;
		width: 100px;
	}
  #calendar img{
    width: 100%;
  }
  #calendar p.attention{
    width: 80%;
    margin: 10px auto 0;
    font-size: 100%;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
}
/*-------------ナビ --------------*/
nav.pageNav{
  width: 98%;
	max-width: 950px;
	margin: 0 auto;
}
nav.pageNav ul{
	width: 100%;
  display: flex;
  justify-content: space-between;
	align-items: stretch;
}
nav.pageNav ul li{
	flex-grow: 1;
  display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	background: #db7d5c;
	margin: 0 1px;
}
nav.pageNav ul li p{
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
}
nav.pageNav ul li.selected{
	background: #8d0102;
}
@media screen and (max-width: 759.9px){
	nav.pageNav ul lip{
		padding: 5px 0;
	}
	nav.pageNav ul li p{
		font-size: 100%;
	}
}

/*-------------プラン--------------*/
#tokuten {
  width: 100%;
  padding: 50px 0 20px;
}
#tokuten h2{
  width: 30%;
  text-align: center;
  margin:0 auto 20px;
  background: url("../images/gizagiza.png")no-repeat bottom center;
  background-size:contain;
  padding-bottom: 30px;
  font-size: 200%;
}
#tokuten .info {
  color: #0051E0;
  font-size: 120%;
  text-align: center;
  margin-bottom: 20px;
}
#tokuten .info img{
  width:4em;
  margin: 0 5px 5px;
  vertical-align: middle;
}
@media screen and (max-width: 759.9px){
}
/*-------------プラン--------------*/
#rotenburo {
  width: 100%;
	padding: 50px 0 20px;
}
#rotenburo h2{
  text-align: center;
}
#rotenburo h2 img{
  max-width: 100%;
}
#rotenburo .lead{
	width: 98%;
  margin:0 auto 40px;
	padding: 20px 40px;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	font-size: 130%;
}
@media screen and (max-width: 759.9px){
	#rotenburo h2{
		text-align:center;
	}
	#rotenburo .lead{
		width: 90%;
		padding: 10px 15px;
		font-size: 110%;
  	margin:0 auto 30px;
		font-weight: bold;
	}
}
/*-------------紹介--------------*/
.box_unit{
  width: 98%;
  max-width: 950px;
	margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
	background: #FFFFFF;
	border: 2px solid #8d0102;
	padding-top: 30px;
}
.box_unit .box{
  width: 47%;
  margin:0 1.5% 30px;
}
@media screen and (min-width: 760px){
  .box_unit .box.wide{
    width: 70%;
    margin:0 auto 30px;
  }
}
.box .region_name {
  margin-bottom: 8px;
  margin-right: -10px;
  display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.box .region_name p{
  font-size: 100%;
	background: #333333;
	padding:5px 10px 8px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}
.box .region_name h3{
  font-size: 130%;
  font-weight: bold;
	flex-grow: 1;
}
.box .photo {
	width:100%;
}
#plan_tokuten .box .photo {
	padding-top: 40px;
	position: relative;
}
.box .photo img{
	width:100%;
	margin: 0;
}
.box .comment {
	width:100%;
	background: #F2F2F2;
	padding: 10px;
}
.box .migoro {
  position: absolute;
  top:0;
  left:0;
  right:0;
	width:100%;
	height: 40px;
	background: #8d0102;
	color: #FFFFFF;
	text-align: center;
  z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
}
#plan_rotenburo .box .photo {
	padding-top: 40px;
	position: relative;
}
.box .photo img{
	width:100%;
	margin: 0;
}
.box .comment {
	width:100%;
	background: #F2F2F2;
	padding: 10px;
}
.box .migoro {
  position: absolute;
  top:0;
  left:0;
  right:0;
	width:100%;
	height: 40px;
	background: #8d0102;
	color: #FFFFFF;
	text-align: center;
  z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 759.9px){
	#plan_tokuten .box .photo {
		padding-top: 30px;
	}
	.box .region_name p{
		padding:2px 8px 4px;
	}
	.box .migoro {
		height: 30px;
	}
	#plan_rotenburo .box .photo {
		padding-top: 30px;
	}
	.box .migoro {
		height: 30px;
	}
}
.box .yoyaku{
	width: 98%;
  margin:0 auto;
  text-align: center;
}
.box .yoyaku p{
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin: 15px 0;
}
.box .yoyaku .yoyaku_unit{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box .yoyaku .yoyaku_unit > div,
.box .yoyaku .yoyaku_unit > a{
  width: 48%;
	margin: 0 1% 15px;
}
.box .yoyaku .yoyaku_unit > div p{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.box .yoyaku .yoyaku_unit > div a.godetail{
	width: 100%;
	display: block;
}
@media screen and (max-width: 759.9px){
	.box_unit{
		justify-content: center;
	}
	.box_unit .box{
		width:90%;
		margin-bottom:20px;
	}
	.box .name {
		margin-bottom: 5px;
	}
  .box .name p{
    font-size: 100%;
  }
  .box .name h3{
    font-size: 120%;
    white-space: nowrap;
  }
  .box .icon_unit img{
    width: 3.5em;
    margin-left:2px;
  }
}
/*-----その他のおすすめ夏--------------------*/
#recommend .inner {
	padding-top: 30px;
}
#recommend h2 {
	text-align: center;
}
#recommend ul {
  width: 95%;
	display: flex;
  flex-wrap: wrap;
	align-items: flex-end;
	text-align: center;
  margin: 0 auto;
}
#recommend ul a{
  width: 31%;
  text-align: center;
  margin: 0 1% 20px;
  color: inherit;
  text-decoration: none;
}
#recommend ul a p{
  color: inherit;
  text-decoration: none;
  font-size: 100%;
	line-height: 1.4;
  margin-bottom: 5px;
}
#recommend ul a div{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#recommend ul a div img{
	width: 100%;
	height: auto;
}
#recommend ul a:hover{
	opacity: 0.7;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 759.9px){
  #recommend ul a{
    width: 48%;
    margin: 0 1% 20px;
  }

}
/*----秋のいばらき満喫号-------*/
#tour_ibaraki {
  width: 90%;
  margin: 0 auto 40px;
  border: 2px solid #8d0102;
  position: relative;
  padding-bottom: 20px;
}
#tour_ibaraki > h3 {
  background: #8d0102;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 180%;
}
#tour_ibaraki img.fukidashi{
  position: absolute;
  top:-60px;
  left:20px;
  width: auto;
  height: 80px;
}
#tour_ibaraki .ribbon{
  position: relative;
  background: #eacc5f;
  color: #603813;
  transform: rotate(-5deg);
  width: 12em;
  margin: 0 auto 10px;
  padding: 5px 0;
  font-size: 160%;
  font-weight: bold;
  z-index: 1;
}
#tour_ibaraki dl{
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tour_ibaraki dl dt{
  width: 50%;
  position: relative;
}
#tour_ibaraki dl dt img{
  width: 100%;
}
#tour_ibaraki dl dd{
  width: 50%;
  background: url("../images/bg_tour_ibaraki.png")no-repeat center;
  background-size:auto 100%;
}
#tour_ibaraki .price{
  width: 8em;
  margin: 0 auto;
  font-weight: bold;
  font-size: 220%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tour_ibaraki .price span{
  color: #c1272d;
  font-size: 150%;
  letter-spacing: -0.05em;
}
#tour_ibaraki .price small{
  font-size: 50%;
  margin-left:0.2em;
}
#tour_ibaraki .comment{
  width: 90%;
  margin: 0 auto 20px;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  text-align: center;
}
#tour_ibaraki .comment p{
  font-size: 140%;
}
#tour_ibaraki a.godetail{
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 759.9px) {
  #tour_ibaraki {
    margin: 0 auto 20px;
  }
  #tour_ibaraki > h3 {
    padding: 5px 0;
    text-align: center;
    font-size: 140%;
  }
  #tour_ibaraki img.fukidashi{
    position: absolute;
    top:-50px;
    left:10px;
    width: auto;
    height: 60px;
  }
  #tour_ibaraki dl {
    width: 90%;
    margin: 30px auto 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  #tour_ibaraki dl dt{
    width: 100%;
  }
  #tour_ibaraki dl dd{
    width: 100%;
  }
  #tour_ibaraki .ribbon{
    font-size: 130%;
  }
  #tour_ibaraki .price{
    font-size: 140%;
    width: 10em;
    margin: 0 auto;
  }
  #tour_ibaraki .comment p{
    font-size: 110%;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin:0 auto;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-container.inbox .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.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	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.inbox{
		left:5px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:5px;
		top:46%;
	}
}

