@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:14px;
	line-height:1.6;
}
#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;
}
.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_bg3.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 #c39143;
  padding: 40px 0;
}
#hoshi{
  background: url("../images/bg_hoshi.png") repeat top center #895b8a;
  padding: 40px 0;
}
.pageContent .toptitle{
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.pageContent .toptitle img{
  max-width: 100%;
}
.pageContent > h2{
  width: 90%;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 240%;
  font-weight: normal;
  letter-spacing:0.2em;
  padding:0 20px 3px;
  overflow: hidden;
}
#map > h2,
#hotel > h2{
  border-bottom: 2px solid #17489c;
  color: #17489c;
  font-size: 280%;
}
.kirakira span{
  background: url("../images/icon_kirakira.svg") no-repeat bottom right;
  background-size: auto 1.3em;
  padding-right: 1em;
}
#sora > h2 {
  margin: 30px 0 30px auto;
  text-align: left;
}
#hoshi > h2 {
  margin: 30px auto 30px 0;
  text-align: right;
}
#map > h2{
  margin: 30px 0 30px auto;
  text-align: left;
}
#hotel > h2 {
  margin: 30px auto 30px 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%;
  }
  #map > h2,
  #hotel > h2{
    font-size: 200%;
  }
}
.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: #f0eb60;  
}
#sora .shop .name {
  color: #332611;
}
.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,
#sora .shop .comment{
  color: #332611;
}
#sora .shopdata {
  background: #BF794E;
  color: #FFFFFF;
}
#hoshi .shopdata {
  background: #ccb664;
}
.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{ 
}
@media screen and (max-width: 759.9px){
  .shopdata dl dt{
    width: 100%;
  }
  .shopdata dl dd{ 
    width: 100%;
  }
}
.shop .hotel .yoyaku {
	margin-top: 20px;
  width: 100%;
}
.shop .hotel .yoyaku h2{
  text-align: center !important;
  font-size: 110%;
	margin-bottom: 15px;
}
.shop .hotel .yoyaku ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 759.9px){
  .shop .hotel .yoyaku {
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
  }
}

.pickup {
  width: 100%;
  background: rgba(255,255,255,0.2);
  margin: 30px 0;
}
.pickup .photo,
.pickup .photo img{
  width: 100%;
}

.pickup .name_comment{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.pickup .name_comment .name{
  width: 30%;
  background:url(../images/bg_deco_lt.png) no-repeat top left,
  url(../images/bg_deco_rb.png) no-repeat bottom right;
  color: #f0eb60;
  font-size: 200%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.pickup .name_comment .comment{
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  font-size: 120%;
  color: #FFFFFF;
  padding-left: 20px;
}
@media screen and (max-width: 759.9px){
  .pickup .name_comment .name{
    width: 80%;
    margin: 10px auto;
  }
  .pickup .name_comment .comment{
    width: 100%;
    padding: 10px 0;
    font-size: 110%;
  }
}
.pickup .shopdata{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pickup .shopdata dl{
  width: auto;
  margin-right: 30px;
}
.pickup .shopdata dl dt{
  padding-right: 10px;
}

#map {
  width: 100%;
  padding: 30px 0 40px;
}
#map .map_unit{
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
#map .map_unit #map_shibuya{
  width: 100%;
}
#map .map_unit #map_qr{
  width: 10%;
  position: absolute;
  top:5px;
  right: 5px;
}
/*------特典------------------*/
#tokuten {
  width: 100%;
  padding: 30px 0 40px;
}
#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 0 auto;
  text-align: left;
}
#tokuten > h2 span{
  font-size: 75%;
}
#tokuten > h2 ~ p{
  font-size: 160%;
  margin-bottom: 30px;
  margin-left: 12%;
  color: #17489c;
}
@media screen and (max-width: 759.9px){
  #tokuten > h2{
    font-size: 150%;
  }
  #tokuten > h2 ~ p{
    font-size: 130%;
  }
}
#tokuten .tokuten_bg{
  background: url("../images/bg_tokuten.png")repeat center;
  background-size: cover;
  padding: 20px 20px 30px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#tokuten .tokuten_bg > h2{
  font-size: 200%;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8),-2px -2px 4px rgba(0,0,0,0.8);
  margin-bottom: 30px;
}
#tokuten .tokuten_bg .tokuten_inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  background: url("../images/bg_tokuten_inner.png") repeat center;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  padding: 30px 30px 20px;
  position:relative;
}
#tokuten dl{
  display: flex;
  font-size: 120%;
}
#tokuten dl dt{
  white-space: nowrap;
}
@media screen and (min-width: 760px){
  #tokuten .decophoto_unit{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
  }
  #tokuten .decophoto_unit ul{
    width: 60%;
    display: flex;
    margin: auto;
  }
  #tokuten .decophoto_unit ul li{
    width: 60%;
    margin: auto;
  }
  #tokuten .decophoto_unit ul li img{
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  }
  #tokuten .decophoto_unit ul li:first-child{
    transform: rotate(-10deg);
  }
  #tokuten .decophoto_unit ul li:last-child{
    transform: rotate(5deg);
  }
}
@media screen and (max-width: 759.9px){
  #tokuten .tokuten_bg{
    position: relative;
    padding-bottom: 160px;
  }
  #tokuten .tokuten_bg > h2{
    font-size: 140%;
    text-align: left;
    margin-bottom: 30px;
  }
  #tokuten .decophoto_unit ul:first-child{
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
  }
  #tokuten .decophoto_unit ul:last-child{
    width: 90%;
    display: flex;
    position: absolute;
    bottom:0;
    left:5%;
    right:5%;
    z-index: 2;
  }
  #tokuten .decophoto_unit ul{
    width: 70%;
    display: flex;
    margin: auto;
    padding-top: 50px;
  }
  #tokuten .decophoto_unit ul li{
    width: 70%;
    margin: auto;
  }
  #tokuten .decophoto_unit ul li img{
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  }
  #tokuten .decophoto_unit ul li:first-child{
    transform: rotate(-10deg);
  }
  #tokuten .decophoto_unit ul li:last-child{
    transform: rotate(5deg);
  }
  #tokuten dl{
    font-size: 110%;
  }
}



#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%;
  }
}



/*-----スライド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: 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%;
	}
}

