@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: 50px;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	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;
  }
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}	
.marker {
	 background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 90%;
	max-width: 350px;
	margin: 30px auto 10px;
	height: 65px;
	padding-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	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;
}
a.godetail.jr{
	background: url("../images/button_jr.png") no-repeat center bottom;
	background-size:100% ;
}

a.godetail_gray{
	width: 90%;
	max-width: 350px;
	margin: 50px auto;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
	pointer-events: none;
}
a.gotop{
  display: block;
  width: 100%;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
.flex_center {
  display: flex; 
  justify-content: center;
  align-items: center;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url(../images/top.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 350px;
}
.page_roof:before{
	content: " ";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;	background: rgba(0,0,0,0.2);
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2{
  width: 100%;
  text-align: center;
  font-size: 280%;
  color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
.page_roof h2 img{
  width: 90%;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    position: relative;
    width: 100%;
    background: url(../images/top.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30vh;
  }
  .page_roof h2{
    font-size: 200%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#wrapper nav {
	width: 100%;
}
.area_hokkaido nav{
	background: rgba(184,124,238,0.7);
}
.area_tohoku nav{
	background:rgba(68,153,240,0.7);
}
.area_kanto nav{
	background:rgba(106,197,205,0.7);
}
.area_hokuriku_chubu nav{
	background: rgba(57,174,91,0.7);
}
.area_kinki nav{
	background: rgba(88,207,84,0.7);
}
.area_chugoku_shikoku nav{
	background: rgba(233,138,62,0.7);
}
.area_kyushu_okinawa nav{
	background:rgba(233,122,124,0.7) ;
}

.title_area {
  width: 100%;
  max-width: 950px;
  margin: 30px auto;
}
.title_area h3{
  font-size:200%;
  border-top: 1px solid rgb(54,82,150,0.5);
  border-bottom: 1px solid rgb(54,82,150,0.5);
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
  background: url("../images/bg_region.png") no-repeat center center ;
  background-size: auto 80px;
}
@media screen and (max-width: 759.9px){
  .title_area h3{
    font-size:160%;
    width: 95%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin:0 auto;
    background: url("../images/bg_region.png") no-repeat left center ;
    background-size:auto 60px;
  }
}



#wrapper nav ul a,
#wrapper nav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media screen and (min-width: 760px){
	#wrapper nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#wrapper nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 50px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#wrapper nav ul li p.point{
		background: #FFFFFF;
		color: #ba1e1e;
		border-radius: 15px;
		font-size: 70%;
		padding: 1px 3px 1px 5px;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 759.9px){
	#wrapper nav ul {
		width: 100%;
		display: flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#wrapper nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 40px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#wrapper nav .point{
		display: none;
	}
}
/*#wrapper nav ul a:after{
	font-family: "Font Awesome 5 Free";
  	content: "\F107";
	font-weight: 900;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}*/


/*-----見て楽しむ星空-------------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}
.pageContent .inner .map{
  margin: 0px auto 20px;
  padding: 0;
  height: 400px;
  text-align: center;
}
.pageContent .inner .map svg{
  width: auto;
  height: 100%;
}
@media screen and (max-width: 759.9px){
  .pageContent .inner .map{
    margin: 0px auto 20px;
    padding: 0;
    height: 250px;
    text-align: center;
  }
}
.pageContent .inner p{
  font-size:160%;
  text-align: center;
  margin-bottom: 50px;
}
.hotelContent{
  width: 100%;
}
.hotelContent .inner{
  width: 100%;
  max-width: 950px;
  margin: 15px auto 30px;
  border: 1px solid #CCCCCC;
  padding: 15px 20px 10px;
}
@media screen and (max-width: 759.9px){
  .hotelContent .inner{
    width: 95%;
    margin: 10px auto 30px;
    padding: 10px 10px 5px;
  }
}

.hotelContent .hotelname{
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 760px){
  .hotelContent .hotelname .inner_table{
    height: 60px;
    display: table;
    table-layout: auto;
    vertical-align: middle;
    margin: 0 auto;
  }
  .hotelContent .hotelname h2{
    font-size: 180%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
  }
  .hotelContent .hotelname .area{
    font-weight: normal;
    font-size: 140%;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 759.9px){
  .hotelContent .hotelname .inner_table{
    height: 60px;
    display: table;
    table-layout: auto;
    vertical-align: middle;
    margin: 0 auto;
  }
  .hotelContent .hotelname h2{
    font-size: 130%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
  }
  .hotelContent .hotelname .area{
    font-weight: normal;
    font-size: 100%;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
  }
}
#hotel01 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no1.svg) no-repeat top 8px center;
  background-size: contain;
}
#hotel02 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no2.svg) no-repeat top 8px center;
  background-size: contain;
}
#hotel03 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no3.svg) no-repeat top 8px center;
  background-size: contain;
}
#hotel04 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no4.svg) no-repeat top 8px center;
  background-size: contain;
}
#hotel05 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no5.svg) no-repeat top 8px center;
  background-size: contain;
}
#hotel06 .inner_table:before{
  content:"";
  display: table-cell;
  width: 40px;
  background:url(../images/icon_no6.svg) no-repeat top 8px center;
  background-size: contain;
}
.area_hokkaido .hotelname{
  background-color:rgba(184,124,238,0.5);
}
.area_tohoku .hotelname{
  background-color:rgba(68,153,240,0.5);
}
.area_kanto .hotelname{
  background-color:rgba(106,197,205,0.5);
}
.area_hokuriku_chubu .hotelname{
  background-color:rgba(57,174,91,0.5);
}
.area_kinki .hotelname{
  background-color:rgba(88,207,84,0.5);
}
.area_chugoku_shikoku .hotelname{
  background-color:rgba(233,138,62,0.5);
}
.area_kyushu_okinawa .hotelname{
  background-color:rgba(233,122,124,0.5);
}
.hotelContent .horizon_unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 760px){
  .hotelContent .reverse {
    flex-direction:row-reverse;
  }
}
.hotelContent .horizon_unit .photo_box{
  width:58%;
  position: relative;
}
@media screen and (max-width: 759.9px){
  .hotelContent .horizon_unit .photo_box{
    width:100%;
    margin: 10px auto;
    text-align: center;
  }
}
.hotelContent .horizon_unit .credit{
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  color: #FFFFFF;
}
.hotelContent .horizon_unit .photo_box img{
  width:100%;
}
.hotelContent .horizon_unit .data_box{
  width:40%;
}
.hotelContent .horizon_unit .yoyaku_box{
  width:45%;
}

@media screen and (max-width: 759.9px){
  .hotelContent .horizon_unit .data_box{
    width:100%;
    padding-left: 3px;
  }
}

.hotelContent .horizon_unit .data_box h3{
  font-size: 130%;
  font-weight: bold;
  color: #2C307F;
}
.hotelContent .horizon_unit .data_box h4{
  font-size: 120%;
  font-weight: bold;
  color: #2C307F;
	font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
	margin-bottom: 10px;
}
.hotelContent .horizon_unit .data_box .comment{
}
.hotelContent .horizon_unit p{
  font-size: 120%;
  text-align: left;
}
.hotelContent .horizon_unit .data_box .spot{
  background: url("../images/bg_spot.png") no-repeat left center;
  background-size: 70px;
  padding:20px 10px 25px 80px;
  border-top: 2px dotted #2C307F;
  margin-top:30px;
}
.hotelContent .horizon_unit .salespoint h3{
  width: 100%;
  background: url("../images/bg_salespoint.png") no-repeat center center;
  background-size: contain;
  padding:10px 0;
  margin: 20px auto 20px;
  color: #2C307F;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.hotelContent .horizon_unit .hitokoto h3{
  width: 100%;
  background: url("../images/bg_hitokoto.png") no-repeat center center;
  background-size: contain;
  padding:10px 0;
  margin: 10px auto 20px;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 760px){
	.area_hokuriku_chubu #hotel03 .salespoint {
		padding-top: 20px;
	}
}
@media screen and (max-width: 759.9px){
  .hotelContent .horizon_unit .salespoint h3{
    width: 100%;
    background: url("../images/bg_salespoint.png") no-repeat center center;
    background-size: contain;
    padding:8px 0 10px;
    margin: 10px auto 20px;
    color: #2C307F;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
  }
  .hotelContent .horizon_unit .data_box h4{
    margin-top: 20px;
  }
  .hotelContent .horizon_unit .hitokoto h3{
    width: 100%;
    background: url("../images/bg_hitokoto.png") no-repeat center center;
    background-size: contain;
    padding:8px 0 10px;
    margin: 10px auto 20px;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
  }
}

.pageFooter{
  width: 100%;
  background: #EEEEEE;
  margin-top: 50px;
}
.pageFooter .inner{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 20px;
}
.pageFooter h2{
  font-size: 130%;
}
.pageFooter #region_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-diretion: row;
}
.pageFooter #region_list a{
  border: 1px solid #CCC;
  padding: 10px 20px;
  margin: 5px 1.5%;
  width:30%;
  color: inherit !important;
  text-decoration: none !important; 
  background: #FFFFFF;
}
@media screen and (max-width: 759.9px){
  .pageFooter #region_list a{
    border: 1px solid #CCC;
    padding: 10px 20px;
    margin: 5px 1%;
    width:47%;
    color: inherit !important;
    text-decoration: none !important;    
  }
}
/*#li_hokkaido {background:#B87CEE;}
#li_tohoku {background:#4499F0;}
#li_kanto {background:#6AC5CD;}
#li_hokuriku_chubu {background:#39AE5B;}
#li_kinki {background:#58CF54;}
#li_chugoku_shikoku {background:#E98A3E;}
#li_kyushu_okinawa {background:#E97A7C;}*/

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
	/*padding: 40px 0 10px;*/
 	/*padding:0 0 10px;
*/
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	border: 1px solid #CCC;
	width: 100%;
	/*margin-bottom: 5px;*/
}
.swiper-container .swiper-slide p{
	/*margin-bottom: 20px;*/
}
.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%;
	}
}
/*-----スライドswiper pc カスタマイズ--------------------*/
.swiper-container_pc_root{
	width: 100%;
	margin:0 auto;
	padding: 5px 0 10px;
	position: relative;
}
.swiper-container_pc{
	width: 100%;
	overflow: hidden;
}
.swiper-container_pc .swiper-slide{
	text-align: center;
}
.swiper-container_pc .swiper-slide img{
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 5px;
}
.swiper-container_pc .swiper-slide p{
	margin-bottom: 20px;
}
.swiper-container_pc_root .swiper-button-prev:after,
.swiper-container_pc_root .swiper-button-next:after{
	font-size:30px;
	color: #333;
}
.swiper-container_pc_root .swiper-button-prev{
	left:-35px;
	top:35%;
}
.swiper-container_pc_root .swiper-button-next{
	right:-35px;
	top:35%;
}


