@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%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	/*font-family: 'M PLUS 1p', sans-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;
	border-bottom: 1px solid #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;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
	margin-bottom: 30px;
}
.page_roof > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.page_roof h2{
  width: 80%;
  animation: fadeIn 4s;
  background: url("../images/title_bg.png")no-repeat center center;
  background-size: contain;
}
.page_roof h2 img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof h2 img{
  }
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity:1;}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  overflow: hidden;
}
.pageContent a{
   word-break: break-all;
}
#sora{
  background: url("../images/bg_sora.png") repeat top center #FCF39D;
  padding: 20px 0;
}
#hoshi{
  background: url("../images/bg_hoshi.png") repeat top center #5B8DC2;
  padding: 40px 0;
}
.pageContent .toplead{
  width: 95%;
  margin: 0 auto 40px;
  text-align: center;
}
.pageContent .toplead p{
	color: #333333;
	font-size: 120%;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	.pageContent .toplead p{
		font-size: 100%;
	}
}
.pageContent .toptitle{
  width: 90%;
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
.pageContent .toptitle img{
  max-width: 100%;
}
.pageContent > h2{
  width: 90%;
  color: #FFFFFF;
  font-size: 240%;
  font-weight: normal;
  letter-spacing:0.2em;
  padding:0 20px 3px;
  overflow: hidden;
}

#hotel > h2{
  border-bottom: 2px solid #17489c;
  color: #17489c;
  font-size: 280%;
}

#hoshi .kirakira span{
  background: url("../images/icon_kirakira.svg") no-repeat bottom right;
  background-size: auto 1.3em;
  padding-right: 1em;
}
#sora .kirakira span{
  background: url("../images/icon_kirakira2.svg") no-repeat bottom right;
  background-size: auto 1.3em;
  padding-right: 1em;
}

#sora > h2 {
  margin: 30px 0 30px auto;
  text-align: left;
	color: #800000;
	border-bottom: 2px solid #800000;
}
#hoshi > h2 {
  margin: 30px auto 50px 0;
  text-align: right;
	border-bottom: 2px solid #FFFFFF;
}
#hotel h2 {
  margin: 30px auto 50px 0;
  text-align: right;
}
.pageContent .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 759.9px){
  .pageContent > h2{
    font-size: 150%;
  }
  #hotel > h2{
    font-size: 220%;
  }
}
.pageContent .shop_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .shop_unit .shop {
  width: 48%;
  background: rgba(255,255,255,0.2);
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 759.9px){
  .pageContent .shop_unit .shop {
    width: 95%;
    margin: 0 auto 25px;
  }
}
.pageContent .shop_unit .shop .name{
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: bold;
}
.pageContent .shop_unit .shop .lead{
  font-size: 120%;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
#hoshi .shop .name {
  color: #FFFFFF;
}
#sora .shop .name {
  color: #800000;
}
.pageContent .shop_unit .shop img{
  width: 100%;
}
.pageContent .shop_unit .shop .comment{
  margin: 10px 0 20px;
}
#hoshi .shop .lead,
#hoshi .shop .comment{
  color: #FFFFFF;
}
#sora .shop .lead{
color: #800000;
}
#sora .shop .comment{
  color: #333333;
}
#sora .shopdata {
  background: #333333;
  color: #333333;
}
#hoshi .shopdata {
  background: #f0eb60;
}
.shopdata {
  padding: 15px 15px 5px 15px;
}
.shopdata dl{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.shopdata dl dt{
  padding-right: 10px;
}
.shopdata dl dd{ 
}

.pickup {
  width: 100%;
  background: rgba(255,255,255,0.2);
  margin: 30px 0;
}
.pickup .lead{
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 759.9px){
  .pickup {
    width: 95%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 760px){
  .pickup .swiper-slide img{
    height: 420px;
    object-fit: cover;
  }
}
.pickup .name_comment{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.pickup .name_comment .name{
  width: 30%;
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup .name_comment .comment{
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  padding-left: 20px;
}
@media screen and (max-width: 759.9px){
  .pickup .name_comment .name{
    width: 100%;
    padding: 0;
  }
  .pickup .name_comment .comment{
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (min-width: 760px){
  .pickup .shopdata{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .pickup .shopdata dl{
    width: auto;
    margin-right: 30px;
  }
  .pickup .shopdata dl dt{
    padding-right: 10px;
  }
}
#tokuten {
  width: 100%;
	margin-bottom: 50px;
}
#tokuten > h2 {
  border-bottom: 2px solid #17489c;
  color: #17489c;
  font-size: 240%;
  text-indent:-1em;
  padding-left: 1em;
  line-height: 1.5;
  margin: 30px 0 30px auto;
  text-align: left;
}
#tokuten > h2 span{
  font-size: 60%;
}
@media screen and (max-width: 759.9px){
	#tokuten {
		margin-bottom: 30px;
	}
  #tokuten > h2{
    font-size: 150%;
  }
}

#tokuten > .inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  /*background: url("../images/bg_tokuten.png")no-repeat center #FFFFFF;
  background-size: cover;
  padding: 20px 30px;*/
  position:relative;
}
#tokuten .bg1{
  width: 100%;
  margin: 0 auto;
  background: url("../images/box_tokuten.png")no-repeat center;
  background-size: 100% 100%;
  padding: 5px;
}
#tokuten .bg2{
  width: 100%;
  height: 100%;
  background: url("../images/box_tokuten.png")no-repeat center;
  background-size: 100% 100%;
  padding: 20px 10px;
  position:relative;
}

#tokuten .inner h2{
	font-size: 200%;
	text-align: center;
	margin-bottom: 20px;
}
#tokuten .inner p.attention{
  display: flex;
  justify-content: center;
  font-size: 100%;
  margin: 0 auto 20px;
}
#tokuten .inner h3{
	font-size: 130%;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (min-width: 760px){
  #tokuten img{
    width: 30%;
    position: absolute;
    bottom: -30px;
    right: -30px;
  }
}
@media screen and (max-width: 759.9px){
  #tokuten .inner h2{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #tokuten img{
    width: 70%;
    display: block;
    margin: 0 0 20px 20%;
  }
  #tokuten .inner p.attention{
    width: 80%;
    margin: 0 auto 20px 15%;
  }
	#tokuten .inner h3{
		font-size: 110%;
	}
}

#tokuten .yoyaku_unit{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#tokuten .yoyaku a{
  width: 35%;
  margin: 0 2% 30px;
	max-width: 300px;
	display: block;
	padding: 15px 0 20px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% auto ;
	color: #FFFFFF;
}
#tokuten .yoyaku a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
@media screen and (max-width: 759.9px){
	#tokuten .yoyaku a{
  	width: 80%;
	}
}

#hotel {
  width: 100%;
}
#hotel .hotel_unit{
  width: 100%;
  padding: 30px 0;
}
.hotel_unit .hotel {
  margin-bottom:30px;
  background: rgba(21,28,184,0.1);
  padding: 10px;
}
.hotel .name {
  font-size: 160%;
  color: rgba(21,28,184,1);
  font-weight: bold;
  margin: 10px 10px 5px;
}
.hotel_unit .box_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hotel_unit .box_unit .photo {
  padding: 10px;
  width: 50%;
}
.hotel_unit .box_unit .half_box {
  padding: 10px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content:space-between;
}
.hotel_unit .hotel .photo img {
  width: 100%;
}
.hotel_unit .hotel .comment {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.hotel_unit .hotel .yoyaku {
  width: 100%;
}
.hotel_unit .hotel .yoyaku h2{
  text-align: center !important;
  font-size: 110%;
}

.hotel_unit .hotel .yoyaku ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 759.9px){
  .hotel_unit .box_unit .photo {
    padding: 10px;
    width: 100%;
  }
  .hotel_unit .box_unit .half_box {
    padding: 10px;
    width: 100%;
  }
  .hotel_unit .hotel .yoyaku {
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
  }
}
.hotel .yoyaku a{
  width: 48%;
  margin: 0 1% 10px;
	max-width: 350px;
	display: block;
	padding: 15px 0 20px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
}
.hotel .yoyaku a.tohoku{
	background: url("../images/button_tohoku.png") no-repeat center bottom;
	background-size: 100% ;
}
.hotel .yoyaku a.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
.hotel .yoyaku a.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}

.hotel .yoyaku a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}


@media screen and (max-width: 759.9px){
  .hotel .name {
    font-size: 150%;
  }
	.hotel .yoyaku a{
  	width: 80%;
	}
}
.hotel .hoteldata {
  width: 100%;
  padding: 20px 15px;
  border-top: 1px dotted rgba(21,28,184,1);
  border-bottom: 1px dotted rgba(21,28,184,1);
  color: rgba(21,28,184,1);
}
.hotel .hoteldata dl {
  display: flex;
  flex-wrap: wrap;
}
.hotel .hoteldata dt{
  padding-right: 10px;
}
@media screen and (max-width: 759.9px){
  .hotel .hoteldata dt,
  .hotel .hoteldata dd{
    width: 100%;
  }
}

/*-----利用可能施設一覧------------------*/

.golist {
  width: 100%;
  background: rgba(255,255,255,0.2);
  margin: 20px 0;
	padding: 20px 0;
}
.golist h2{
  font-size: 200%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
	color: #FFFFFF;
}
.golist h2 a{
	color: #f0eb60;
}
@media screen and (max-width: 759.9px){
  .golist {
    width: 95%;
    margin: 0 auto 25px;
  }
	.golist h2{
		font-size: 130%;
	}
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container_top{
	width: 100%;
	margin:0 auto;
}
.swiper-container_top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 40%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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: 40vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-slide p{
}
.swiper-container .swiper-pagination {
	bottom: 0px;
}
.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%;
	}
}
/*-------動画--------*/
#modelcourse {
	padding: 30px 0;
}
#map_unit{
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
#map_unit img{
  width: 100%;
}
#map_unit a{
	background: #D83A75;
	width: 20%;
  display: block;
	min-width: 15em;
	margin: 20px auto;
	border-radius: 20px;
	padding: 3px 0;
	color: #FFFFFF;
	text-align: center;
}
#map_unit a:hover{
	opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none !important;
}
#prmovie{
  margin: 30px auto;
	text-align: center;
}
#prmovie p{
  margin: 5px 0;
}
#prmovie iframe{
  width: 560px;
  height: 315px;
}
#prmovie p.popup{
	cursor: pointer;
	background: #D83A75;
	width: 20%;
  display: inline-block;
	min-width: 15em;
	margin: 20px auto;
	border-radius: 20px;
	padding: 3px 0;
	color: #FFFFFF;
	text-align: center;
}
#prmovie p.popup:hover{
	opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 759.9px){
  #prmovie iframe{
    width:90vw;
    height: 55vw;
  }
	#prmovie p.popup{
		display: none;
	}
}

/*------------ポップアップ-------------------*/
.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 9999;*/
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  margin-top: 35px;
  width: 90%;
  max-width: 950px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  overflow:auto;
  text-align: center;
	padding:0 20px;
}
.popup_content img{
  width: 100%;
  height: auto;
}
.popup_content iframe{
  display: none;
}
.close_btn {
  position: absolute;
  top:0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 759.9px){
  .popup_content {
    margin: 0;
    width: 90%;
    align-self: center;
  }
  .close_btn {
    position: absolute;
    top: 5px;
    right: 5%;
  }
}  
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}
.popup_wrap input:checked ~ .popup_overlay iframe{
  width: 80vw;
  max-width: 900px;
  height: 50vw;
  max-height: 510px;
  display: block;
}