@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;
	padding:0;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
}
#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;
}
/*--------button-------------*/
a.godetail{
	width: 90%;
	max-width: 350px;
	display:block;
	margin: 10px auto;
  padding: 20px 20px;
	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: 100;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100%;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size:100%;
	pointer-events: none;
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
	padding: 80px 0 50px;
}
.pageContent#spot .inner{
	padding-top: 50px;
}
.pageContent .inner h2{
  font-size: 160%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	position: relative;
}
.pageContent .inner h2::before{
	content:"";
	width: 100%;
	height: 1px;
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	background:#004666;	/*青系*/
	z-index: 1;
}

.pageContent .inner h2 span{
  background-repeat: no-repeat,no-repeat;
  background-position: left center,right center;
  background-size: 32px,32px;
  padding-left: 45px;
  padding-right: 45px;
	z-index: 2;
	position: relative;
	background-color: #FFFFFF;
}
.pageContent:nth-child(even){
	background: rgba(214,222,244,1);/*青系*/
}
.pageContent:nth-child(even) .inner h2 span{
	background-color:rgba(214,222,244,1);/*青系*/
}
.pageContent.bg_white{
	background: #FFFFFF;
}
.pageContent.bg_white .inner h2 span{
	background-color:#FFFFFF;
}
.pageContent.bg_color{
	background: rgba(214,222,244,1);/*青系*/
}
.pageContent.bg_color .inner h2 span{
	background-color:rgba(214,222,244,1);/*青系*/
}


#monthly .inner h2 span{
  background-image: url("../images/icon_season_b.svg"), url("../images/icon_season_b.svg");
}
#spot .inner h2 span{
  background-image: url("../images/icon_spot_b.svg"),url("../images/icon_spot_b.svg");
}
#season .inner h2 span{
  background-image: url("../images/icon_season_b.svg"), url("../images/icon_season_b.svg");
}
#onsen .inner h2 span{
  background-image: url("../images/icon_onsen_b.svg"),url("../images/icon_onsen_b.svg");
}
#eating .inner h2 span{
  background-image: url("../images/icon_eating_b.svg"),url("../images/icon_eating_b.svg");
}
#activity .inner h2 span{
  background-image: url("../images/icon_activity_b.svg"),url("../images/icon_activity_b.svg");
}
#hotelList .inner h2 span{
  background-image: url("../images/icon_hotel_b.svg"),url("../images/icon_hotel_b.svg");
}
#onsen .inner h3.area{
	font-size: 120%;
	text-align: center;
	background:#86A482;
	padding: 5px 40px;
	border-radius: 30px;
	margin: 20px auto;
	width: fit-content;
	color: #FFF;
}
@media screen and (max-width: 759.9px){
	#onsen .inner h3.area{
		font-size: 110%;
		padding: 3px 20px;
		border-radius: 20px;
	}
}
#onsen .box .photo img{
	background: url("../images/onsen_bg.png")no-repeat center;
	background-size: auto 100%;
}

/*----今月のおすすめ-----*/
#monthly .inner{
	padding-top: 30px;
}
.monthly_box {
	width: 90%;
	margin: 0 auto ;
	background: #004666;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.monthly_box .photo{
	width: 50%;
	padding-right: 10px;
	position: relative;
}
.monthly_box .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.monthly_box .comment{
	width: 50%;
	height: auto;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	position: relative;
	padding-bottom: 10px;
}
.monthly_box .comment::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right: 0;
	height: 25px;
	background: #004666;
}
.monthly_box#hokuriku_box .comment{
	margin-top: 0;
}

.monthly_box .comment h3{
	text-align: center;
	margin:-30px auto 10px;
	font-size: 110%;
	z-index: 1;
}
.monthly_box .comment h3.text_boldred{
	font-size: 140%;
	font-weight: bold;
	margin:10px auto 10px;
	color: #FF0000;
}
.monthly_box .comment h3 img{
	max-width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.monthly_box .comment h3.ribbon{
	text-align: center;
	margin:0 auto 10px;
	background: url("../images/thismonth-recommend.png") no-repeat center;
	background-size: 100% 100%;
	padding: 10px 30px;
	color: #FFFFFF;
}

.monthly_box .comment p{
	text-align: center;
	margin-bottom: 20px;
	max-width:100%;
	font-size: 120%;
	font-weight: bold;
}
.monthly_box .comment ul{
	width: fit-content;
	margin:0 auto 10px;
}
.monthly_box .photo p.credit{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  z-index: 1;
}
@media screen and (max-width: 759.9px){
	.monthly_box .photo{
		width: 100%;
		padding:0;
	}
	.monthly_box .comment{
		width: 100%;
		padding: 10px;
	}
}
/*----.box_unit-----*/

.pageContent .inner .box_unit{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pageContent .inner .box_unit > .box,
.pageContent .inner .box_unit > a{
  width: 31%;
  margin: 10px 1%;
  background: #FFFFFF;
  text-decoration: none;
  color: inherit;
  border: 1px solid #CCC;
  padding: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 759.9px){
	.pageContent .inner{
		padding: 70px 0 40px;
	}
  .pageContent .inner .box_unit > .box,
  .pageContent .inner .box_unit > a{
    width: 48%;
    margin: 10px 1%;
  }
}
.pageContent .inner .box_unit > a:hover{
  opacity: 0.8;
  text-decoration: none !important;
  color: inherit !important;
}
.pageContent .inner .box_unit .box h3{
  display: inline-block;
  font-size: 130%;
  text-align: left;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}
.pageContent .inner .box_unit .box .comment{
  padding: 10px 5px;
}
.pageContent .inner .box_unit .box a.godetail{
  width: 80%;
  max-width: 180px;
  padding: 5px 0 7px;
  margin: 10px auto 0;
}
.pageContent .inner .box_unit .box div.godetail{
  width: 80%;
  max-width: 180px;
  padding: 8px 0 12px;
  margin: 20px auto 0;
	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: 100;
}



.pageContent .inner .box_unit .box .photo{
  position: relative;
  /*padding-top: 66%;*/
  padding-top: 75%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EDEDED;
	overflow: hidden;
}
.pageContent .inner .box_unit .box .photo > img{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height: 100%;
  object-fit: cover;
	transition:0.5s all;
}
.pageContent .inner .box_unit .box .photo p.credit,
.pageContent .inner .box_unit .box_horizontal .photo p.credit{
  position: absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  z-index: 1;
}

.pageContent .inner .box_unit > a:hover .photo img,
.pageContent .inner .box_unit > .box:hover .photo img{
	transform:scale(1.1,1.1);
}
.img_contain{
  object-fit: contain !important;
}
@media screen and (min-width: 760px){
  .pageContent .inner .box_unit .box_horizontal{
    width: 100%;
    margin: 10px 0 20px;
    /*display: flex;
    flex-wrap: wrap;*/
		position: relative;
  }
  .pageContent .inner .box_unit .box_horizontal h3{
    width: 45%;
		font-family: 'Noto Serif JP', serif;
    font-size: 130%;
    text-align: left;
    padding: 5px 5px 0;
		margin: 30px 3% 0 auto;
  }
  .pageContent .inner .box_unit .box_horizontal h4{
    width: 45%;
		font-family: 'Noto Serif JP', serif;
    font-size: 130%;
    text-align: center;
    padding: 5px 5px 0;
		margin:5px 3% 10px auto;
  }
  .pageContent .inner .box_unit .box_horizontal .comment{
    width: 55%;
    padding: 20px 3.5% 20px 6.5%;
		border: 2px solid #7ab2cc;/*青系*/
		background: #FFFFFF;
		position: relative;
		margin: 20px 0 20px auto;
		z-index: 5;
		min-height: 255px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
  }
  .pageContent .inner .box_unit .box_horizontal .comment p{
    font-size: 110%;
		width: 100%;
  }
  .pageContent .inner .box_unit .box_horizontal .photo{
    width: 50%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
		margin-bottom: 20px;
  }
}
.pageContent .inner .box_unit .box_horizontal .photo img{
	width:100%;
}

@media screen and (max-width: 759.9px){
  .pageContent .inner .box_unit .box h3{
    font-size: 110%;
    font-weight: bold;
  }
  .pageContent .inner .box_unit .box_horizontal{
    width: 95%;
    margin: 10px auto 20px;
  }
  .pageContent .inner .box_unit .box_horizontal h3{
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 15px;
		font-family: 'Noto Serif JP', serif;
  }
	.pageContent .inner .box_unit .box_horizontal h4{
    width: 100%;
    font-size: 110%;
    font-weight: bold;
		margin-top: -5px;
    margin-bottom: 15px;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
  }
  .pageContent .inner .box_unit .box_horizontal .comment{
		padding: 0 10px 10px;
  }
  .pageContent .inner .box_unit .box_horizontal .comment p{
    font-size: 110%;
  }
  .pageContent .inner .box_unit .box_horizontal .photo{
    width: 80%;
    margin:0 auto 20px;
    position: relative;
  }
}

#spot .inner h3 {
	display: flex;
	align-items: center;
	position: relative;
}
#spot .inner h3::before{
	content: "";
	width: 90%;
	height: 1px;
	position: absolute;
	bottom:0;
	left: 10%;
	background: #CB6884;/*朱色系*/
	background: #004666;/*青系*/
}
#spot .inner h3 span{
	width: 70px;
	background: url("../images/bg_title.png")no-repeat;/*朱色系*/
	background: url("../images/bg_title.svg")no-repeat;/*青系*/
	background-position: left center;
	background-size:60px;
	font-weight: bold;
	font-size: 110%;
	padding-right: 13px;
	border-radius: 5px 0 0 5px;
	color: #FFFFFF;
	text-align: center;
}
/*---------タブ-----------------*/
@media screen and (min-width: 760px){
  #tab{
    width:100%;
		margin-top: 30px;
  }
  #tab .inner{
    width:100%;
    max-width: 950px;
    margin: 0 auto;
		padding: 0;
  }
  #tab ul{
    width:100%;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: nowrap;
  }
  #tab ul div{
    width: 100%;
  }
  #tab ul div li{
    border-left:1px solid #FFFFFF;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    width:100%;
    text-align:center;
    padding:10px 0;
    background: #CCCCCC;
    cursor: pointer;
  }
  #tab ul div:first-child li{
    border-left:1px solid #CCC;
  }
  #tab ul div li.selected {
    color:#666;
    background: #FFF;
    border-bottom:1px solid #FFFFFF;
  }
  #tab ul div:last-child li.selected {
    border-right:1px solid #CCC;
  }
  #tab ul li h3{
    font-size:110%;
    color:#333;
    font-weight:bold;
    white-space: nowrap;
  }
  #tab ul li h3 span{
    font-size:80%;
    font-weight: normal;
  }
}
@media screen and (max-width: 759.9px){
  #tab{
    width:100%;
  }
  #tab ul div{
    padding-top:20px;
  }
  #tab ul{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-scrolling: touch;
    padding: 5px;
  }
  #tab ul li{
    text-align:center;
    padding:10px 15px;
    cursor: pointer;
    white-space: nowrap;
    background: #CCCCCC;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 90%;
    border: 1px #CCC solid;
  }
  #tab ul li:last-child{
    border-right:1px solid #CCC;
  }
  #tab ul li h3{
    font-size:120%;
    color:#333;
    font-weight:bold;
  }
  #tab ul li h3 span{
    font-size:80%;
    font-weight:normal;
  }
  #tab ul li.selected {
    color:#666;
    background: #FFF;
  }
}
@media screen and (min-width: 760px){
	.tab_wrap {
		border-right:1px #CCC solid;
		border-left:1px #CCC solid;
		border-bottom:1px #CCC solid;
		width:100%;
		max-width: 950px;
		margin: 0 auto;
		background: #FFFFFF;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 759.9px){
	.tab_wrap {
		width:95%;
		margin: 0 auto;
	}
}
/*--------ホテルボックス--region/common/css/hotelbox.css-----------*/
.hotel_box_unit {
	width: 100%;
	padding:20px 10px 20px 15px;
	display: flex;
	flex-wrap: wrap;
}
.hotel_box {
	width: 32%;
	margin:  10px 0.5% ;
	border: 1px solid #CCC;
	padding: 5px 10px;
  position: relative;
	background: #FFFFFF;
}
@media screen and (max-width: 759.9px){
   .hotel_box{
		width: 100%;
  }
}
.region_picto {
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
}
.region_picto .picto,
.region_picto .region{
  text-align: right;
  margin: 5px 0 5px 5px;
  display: inline-block;
}
.region_picto .region li{
		font-size: 95%;
		padding:0;
		display: inline;
		margin:0;
	}
.region li:first-child::after{
	content: "|";
	padding-left: 3px;
	padding-right: 3px;
}
.picto[data-type="hotel"]{
	background: rgb(86,201,121);
	color: #FFFFFF;
	padding: 1px 5px;
	border-radius: 3px;
  font-size: 80%;
}
.picto[data-type="ryokan"]{
	background: rgb(212,181,114);
	color: #FFFFFF;
	padding: 1px 5px;
	border-radius: 3px;
  font-size: 80%;
}
.hotel_data {
	width: 100%;
	margin-bottom: 10px;
}
.hotel_data h3{
	font-size: 150%;
	margin-bottom:0;
  min-height: 2.8em;
  line-height: 1.4;
}
.hotel_data p{
  min-height: 3em; 
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width: 759.9px){
   .hotel_data h3{
		font-size: 140%;
	  font-weight: bold;
  }
}
.hotel_box .photo{
	width: 100%;
	padding-top: 60%;
	position: relative;
	margin-bottom: 10px;
	background: #EEEEEE;
  overflow: hidden;
}
.hotel_box .photo .newopen{
  position: absolute;
  top:5px;
  right: 5px;
	background: #F32A2D;
	color: #FFFFFF;
	padding: 1px 5px;
	border-radius: 3px;
  font-size: 80%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}
.hotel_box .photo img{
	width: auto;
	height:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hotel_box a.more{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 2px 10px;
  background: rgba(57,95,201,0.7);
	color: #FFF !important;
	text-decoration: none !important;
	width: 80%;
	display: block;
	margin: 10px auto;
	text-align: center;
}
.hotel_box a.more:hover{
  background: rgba(57,95,201,1.00);
}
.hotel_box .yoyaku_unit{
  display: flex;
  justify-content: center;
	margin: 10px auto;
}
.hotel_box .yoyaku_unit a.godetail{
	width: 80%;
	margin: 0 5px;
  padding: 5px 5px;
}

@media screen and (max-width: 759.9px){
	.hotel_box_unit .hotel_box:nth-child(n+3) {display: none;}
}

/*-----開閉パネル--------------------*/
@media screen and (max-width: 759.9px){
  .comment .morepanel{
    display:none;
  }
  .comment .morepanel.open{
    display:inline;
  }
  .comment .morepanel.open::before {
    content: "\A";
    white-space: pre;
  }
  .comment p:first-child {
    display: inline;
  }
  .comment .more{
    display: inline-block;
    background:#CCC;
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 80%;
  }
  .comment .more::after{
    content:"続きを読む";
  }
  .comment .moreClose{
    display: inline-block;
    background:#CCC;
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 80%;
  }
  .comment .moreClose::after{
    content:"閉じる";
  }
}
/*-----バナーエリア--------------------*/
#banner_area {
	width: 100%;
	background: #FFFFFF;
}
#banner_area .banner_unit{
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
#banner_area .banner_unit a img{
	max-width: 100%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

/*--------開閉パネル-------------*/
#spot .inner {
  position: relative;
}
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
@media screen and (min-width: 760px){
  .btnOpen {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height:350px; 
      background: linear-gradient(rgba(214,222,244,0) 0%,rgba(214,222,244,1) 50%);
      padding-top:160px;
      z-index: 100;
  }
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		background: rgba(116,143,217,0.8);
	}
	.btnOpen span::before {
	  content: "もっと見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	}
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container.article{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-container .swiper-slide{
  position: relative;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-slide p.credit{
  position: absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  z-index: 1;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-container .swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-container .swiper-button-prev:focus,
.swiper-container .swiper-button-next:focus{
  outline: none;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-container .swiper-button-prev:hover::after,
.swiper-container .swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-container .swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-container .swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-container .swiper-button-prev::after,
	.swiper-container .swiper-button-next::after{
		font-size:30px;
	}
	.swiper-container .swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-container .swiper-button-next{
		right:5px;
		top:46%;
	}
}
