@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  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;
  font-size: 90%;
  line-height: 1.4;
  padding-bottom: 5px;
}
a.godetail.kochi {
  background: url("../images/button_kochi.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;
  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;
  height: 450px;
  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: 100%;
}
@media screen and (max-width: 759.9px) {
  .page_roof {
    height: 28vh;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#pageTopLead .inner p {
  font-size: 160%;
  font-weight: bold;
}
@media screen and (max-width: 759.9px) {
  #pageTopLead .inner p {
    font-size: 120%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}
.paddingTop {
  padding-top: 60px;
}
@media (max-width:767px) {
  .paddingTop {
    padding-top: 50px;
  }
}
#pageNav {
  background: #0ba29a;
  width: 100%;
  z-index: 20;
  padding: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
#pageNav ul a, #pageNav ul a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#pageNav li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: center;
  border-left: 1px solid #fff;
}
#pageNav ul li:first-child {
  border-left: none;
}
#pageNav ul a {
  width: 100%;
  padding: 0.5rem 0.5rem;
  display: block;
}
#pageNav ul a.selected {
  background-color: #0ACDBD;
}
@media screen and (max-width: 759.9px) {
  #pageNav ul {
    flex-wrap: wrap;
    padding: 0.25rem 0;
  }
  #pageNav li {
    font-size: 0.86rem;
    flex-basis: 50%;
    display: block;
  }
  #pageNav li:nth-child(3) {
    border-left: 0px;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0 auto;
}
.pageContent .inner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  /*padding-bottom: 40px;*/
}
/*-----------------------*/
.ttl-back {
  padding-top: 50px;
  width: 100%;
  /*position: relative;*/
	margin-bottom: 3rem;
}
.ttl-back h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #005243;
}
.ttl-back .info {
  font-size: 180%;
  width: 100%;
  /*color: #0f94b7;*/
  color: #00c921;
  font-weight: bold;
  text-align: center;
}
.ttl-back .info span {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}
.name span {
  font-size: 0.66rem;
}
@media screen and (max-width: 759.9px) {
  .ttl-back {
    padding-top: 40px;
		margin-bottom: 2rem;
  }
  .ttl-back h2 {
    font-size: 1.5rem;
  }
  .ttl-back .info {
    font-size: 140%;
  }
}
/*-------------いばらきを旅しよう-------------*/
.Read_bk {
  padding-bottom: 200px;
  background-image: url(../images/Read-bk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
	background-size: auto 240px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 759.9px) {
  .Read_bk {
    padding-bottom: 90px;
  	background-size: auto 105px;
  }
}
.Read_bk .lead {
  padding: 0 2rem 2rem;
}
#Read P.Read-txt {
  text-align: center;
}
@media screen and (max-width: 759.9px) {
	.Read_bk .lead {
		padding:0 2rem 1rem;
	}
  #Read P.Read-txt {
    text-align: left;
  }
}
/*-------------日本旅行おすすめプラン------------*/
.SetPlan_bk{
	 background-color: #ebf4eb;
}
.SetPlan_bk .box {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  padding: 1rem 1rem 0.5rem 1rem;
	height: 100%;
}
.SetPlan_bk .box.Mito {
  border: 3px solid #007e73;
  background-color: #d4ecea !important;
}
.SetPlan_bk .box .info {
	margin-bottom: 2rem;
}
.SetPlan_bk .box .Tokuten {
  background-color: #ffff7f;
  padding: 0.8rem 0.5rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.SetPlan_bk .box .Area-Name {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0;
	text-align: center;
	background: #FFFFFF;
}
.SetPlan_bk .box .lead {
  background-color: #fff;
  padding: 0 1rem 1rem 1rem;
	border-bottom: 1px dashed #000;
	text-align: center;
}
.SetPlan_bk .box .Tenpo-Dit dl {
  border-bottom: 1px dashed #000;
  padding: 1rem 0.5rem;
  background-color: #FFF;
	display: flex;
	font-size: 0.9rem;
}
.SetPlan_bk .box .Tenpo-Dit dl:last-child {
  border-bottom: none;
}
.SetPlan_bk .box .Tenpo-Dit dt {
  width: fit-content;
  font-weight: bold;
  text-align: center;
	padding: 0 0.5rem;
}
.SetPlan_bk .box .Tenpo-Dit dd {
	padding-left: 1rem;
	text-align: left;
}
.SetPlan_bk .box .Tenpo-Dit dd p.jogai{
	font-size: 0.8rem;
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (max-width: 759.9px) {
  .SetPlan_bk .box .Area-Name {
    font-size: 1.2rem;
  }
	.SetPlan_bk .box .Tenpo-Dit dl {
		display: block;
    width: 100%;
  }
  .SetPlan_bk .box .Tenpo-Dit dt {
    width: 100%;
  }
  .SetPlan_bk .box .Tenpo-Dit dd {
    width: fit-content;
		margin: 0 auto;
  }

}

.box .yoyaku {
  width: 98%;
  margin: 0 auto;
  text-align: center;
}
.box .yoyaku .yoyaku_unit > a {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 15px;
}

/*-------Web限定---------*/
#weblimited {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}
#weblimited .yoyaku {
  width: 90%;
	max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#weblimited .yoyaku p{
	margin-bottom: 20px;
}
#weblimited .yoyaku .yoyaku_unit > a {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 15px;
}

.ribbon8 {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  font-size: 18px; /*フォントサイズ*/
  color: #FFF; /*フォントカラー*/
  background: #005243; /*背景色*/
  margin-bottom: 30px;
}
.ribbon8:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #699e7f; /*折り返し部分*/
}
.ribbon8:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #699e7f; /*折り返し部分*/
}
@media screen and (max-width: 759.9px) {
  h5.ribbon8 {
    font-size: 1.3rem !important;
  }
}

/*-------------MAP--------------*/
#Map {
	padding-bottom: 40px;
}
.Map-img {
  text-align: center;
  width: 100%;
}
.Map-img img {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 759.9px) {
  .Map-img .Map img {
    width: 100%;
  }
}
/*-------------イチオシ観光情報------------*/
.Pickup_bk{
	background-color: #ebf4eb;
	padding-bottom: 30px;
}
.Pickup_bk .box {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  padding: 1rem 1rem 0.5rem 1rem;
	height: 100%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
}
.Pickup_bk .box .photo{
  width: 100%;
	position: relative;
}
.Pickup_bk .box .photo img{
  width: 100%;
}

.Pickup_bk .Spot-Img span {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  font-size: 0.86rem;
}
.Pickup_bk .box.night-area {
  border: 3px solid #4e77fa;
  background-color: #c5dfff !important;
}
.Pickup_bk .box .Area-Name {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0;
	text-align: center;
}
.Pickup_bk .box .lead {
  padding: 0 1rem 1rem 1rem;
	text-align: left;
}
.Pickup_bk .box .Tenpo-Dit dd p.jogai{
	font-size: 0.8rem;
	text-indent: -1em;
	margin-left: 1em;
}
.Pickup_bk .access {
  background-color: #d5ffe4;
	padding:1rem;
	margin:auto 0 10px;
}
.Pickup_bk .access dt {
  width: 100%;
  border-bottom: 1px dotted #000;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
	text-align: center;
}
.Pickup_bk .access dd {
	text-align: center;
}
@media screen and (max-width: 759.9px) {
  .Pickup_bk .box .Area-Name {
    font-size: 1.2rem;
  }
}
/*-----トリパ-----------------*/
#tripa_box {
	padding-bottom: 40px;
}

#tripa_box div p img {
  width: 100%;
  height: auto;
}
#tripa_box div dl {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
#tripa_box div dl dt {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  padding: 0;
}
#tripa_box div dl dt a {
  color: #000;
}
#tripa_box div dl dd {
  font-size: 1.0rem;
  color: #999;
}
#tripa_box div dl dd > span {
  display: block;
  margin: 5px 0 0 0;
}
#tripa_box div dl dd > span a {
  color: #CCC;
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
#tripa_box div dl dd > span span {
  color: #F69;
  display: inline;
}
#tripa_box .commonTit {
  margin: 0;
}
#tripa_box div div {
  border-bottom: 1px solid #ccc !important;
  padding: 15px;
  background: #FFF;
}
#tripa_box div p {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 759.9px) {
  #tripa_box div p {
    width: 25%;
    margin: 0 2% 0 0;
  }
  #tripa_box div dl dt {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  #tripa_box div dl dt a {
    color: #000;
  }
  #tripa_box div dl dd {
    font-size: 12px;
    color: #999;
  }
}


a.tripa_btn {
	display: block;
  box-shadow: 2px 2px 0 #FFF, 4px 4px 0 #fa8801;
  background-color: #fa8801;
  color: #fff !important;
  text-align: center;
  margin: 25px auto;
  padding: 10px;
  font-size: 18px;
  width: 80%;
}

/*-----親swiper -----------------*/
.parent_wrapper{
	width: 100%;
	position: relative;
}
.swiper-container.parent{
	width: 90%;
	margin: 0 auto;
  padding-bottom: 30px;
}
.swiper-container.parent > .swiper-wrapper{
	margin-bottom: 20px;
}
.swiper-container.parent > .swiper-wrapper > .swiper-slide{
	height: auto;
}
.swiper-container.parent > .swiper-slide img{
	width: 100%;
}
.swiper-button-prev.parent::after,
.swiper-button-next.parent::after{
  display: none;
}
.swiper-button-prev.parent,
.swiper-button-next.parent{
	font-size:40px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 20;
	padding-bottom: 30px;
}
.swiper-button-prev.parent{
  left:0;
}
.swiper-button-next.parent{
  right:0;
}
.swiper-pagination.parent{
  /*bottom:5px;*/
}
.swiper-pagination.parent .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
@media (max-width:767px){
  .swiper-button-prev.parent,
  .swiper-button-next.parent{
    font-size:20px;
  }
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin-bottom: 10px;
}
.swiper-container.inbox .swiper-wrapper{
	width: 100%;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	display: none;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
	}
}
/*----秋のいばらき満喫号-------*/
#kokuchi_aki dl{
  width: 90%;
  margin: 30px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kokuchi_aki dl dt{
  width: 40%;
  position: relative;
}
#kokuchi_aki dl dt img{
  width: 100%;
}
#kokuchi_aki dl dt::before{
  content: "";
  position: absolute;
  top:-20px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: url("../images/momiji.png")no-repeat center;
  background-size: contain;
}
#kokuchi_aki dl dd{
  background: url("../images/bg_momiji.png")no-repeat center;
  background-size:auto 100%;
  padding:40px 30px;
  margin: 0 20px;
}
#kokuchi_aki .price{
  font-weight: bold;
  font-size: 180%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kokuchi_aki .price span{
  color: #c1272d;
  font-size: 150%;
  letter-spacing: -0.05em;
}
#kokuchi_aki .price small{
  font-size: 50%;
  margin-left:0.2em;
}
#kokuchi_aki .lead{
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#kokuchi_aki .lead span{
  padding-bottom: 15px;
  background: url("../images/line_momiji.png")repeat-x bottom center;
  background-size: auto 24px;
}

@media screen and (max-width: 759.9px) {
  #kokuchi_aki dl {
    width: 90%;
    margin: 30px auto 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  #kokuchi_aki dl dt{
    width: 90%;
  }
  #kokuchi_aki dl dd{
    width: 100%;
    padding:30px 10px;
  }
  #kokuchi_aki .price{
    font-size: 140%;
    width: 10em;
    margin: 0 auto;
  }
  #kokuchi_aki .lead{
    font-size: 120%;
  }
  #kokuchi_aki .lead span{
    padding-bottom: 14px;
    background: url("../images/line_momiji.png")repeat-x bottom center;
    background-size: auto 16px;
    line-height: 2;
  }

}

/*magazine*/
@media screen and (min-width: 760px),print {
.pageContent.af_magazine_sec {
  background-color: #ebf4eb;
	padding-top: 30px;
	padding-bottom: 50px;
}
#af_magazine_box dl {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 40px auto 20px;
    display: flex;
    background: rgba(255,255,255,1);
    padding: 25px;
    box-sizing: border-box;
}
#af_magazine_box dt{
	width: 297px;
	margin-right: 53px;
}
#af_magazine_box dt img {
	cursor: pointer;
	box-shadow: 3px 3px 8px #666;
	transition-duration:0.2s;
}
#af_magazine_box dt img:hover {
	opacity: 0.8;
	transition-duration:0.2s;
}
#af_magazine_box dd{width: calc(100% - 350px);}
#af_magazine_box dd h3{
    margin: 0 0 15px;
    font-size: 24px;
    position: relative;
    letter-spacing: 2px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
#af_magazine_box dd p a:hover {
	opacity: 0.6;
	transition-duration:0.2s;
}
}
@media screen and (max-width: 759.9px) {
.pageContent.af_magazine_sec {
  background-color: #ebf4eb;
	padding-top: 20px;
	padding-bottom: 25px;
}
#af_magazine_box {
	padding: 10px 10px 50px;
    position: relative;
    overflow: hidden;
	margin: 5px auto 15px;
}
#af_magazine_box dl {
	margin: 15px auto;
    background: rgba(255,255,255,1);
    padding: 20px;
    box-sizing: border-box;
	position: relative;
}
#af_magazine_box dt {
    width: 80%;
    margin: 0 auto 25px;
}
#af_magazine_box dt img {box-shadow: 2px 2px 5px #666;}
#af_magazine_box dd h3 {
    margin: 0 auto 15px;
    font-size: 18px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
}

.moviebox dt {
	width: 300px!important;
    margin-right: 0!important;
    display: grid;
    align-items: center;
}
.moviebox dt ul {
    font-size: 22px;
	text-align: center;
}
.moviebox dt a {
    color: #222;
    font-weight: bold;
}
.moviebox dt li img {box-shadow: none!important;}
.moviebox dt li:nth-of-type(3) span {text-decoration: underline;}
.moviebox dd ul {display: flex;}
.moviebox dd li {margin: 0 10px;}
.moviebox dd li #video-id_fluid_control_fullscreen,
.moviebox dd li #video-id_fluid_control_mini_player,
.moviebox dd li #video-id2_fluid_control_fullscreen,
.moviebox dd li #video-id2_fluid_control_mini_player{display:none;}


@media screen and (max-width: 970px) {
#fluid_video_wrapper_video-id,
#fluid_video_wrapper_video-id2 {
	height: 390px!important;
    width: 180px!important;
}

@media screen and (max-width: 759.9px) {
.moviebox dd li {margin: 0;}
#fluid_video_wrapper_video-id,
#fluid_video_wrapper_video-id2 {
	height: auto!important;
    width: 100%!important;
}
.moviebox dt {width: 100%!important;}
.moviebox dt ul {font-size: 16px;}
.moviebox dd ul {display: block;}
#fluid_video_wrapper_video-id,
#fluid_video_wrapper_video-id2 {
	margin: 0 auto 25px;
    display: block;
}
}
}