@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
  font-family: 'Shippori Mincho', 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;
}
.marker {
	background: linear-gradient(transparent 85%, #ffd22c 85%);
  margin-left: 3px;
  margin-right: 3px;
  font-size: 110%;
}
p.credit{
  position: absolute;
	bottom:10px;
  right: 10px;
	text-align: right;
  padding: 2px 15px;
  color: #FFFFFF;
  font-size: 12px;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  /*display: none;*/
}
a.godetail{
	display: flex;
	align-items: center;
	justify-content: center;
  height: 60px;
	text-decoration: none;
  border: 2px solid #FFFFFF;
	z-index: 10;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-weight: bold;
}
a.godetail.chubu{
}
a.godetail:hover {
	color: #333333 !important;
	text-decoration: none !important;
  background-color: #FFFFFF;
}
a.godetail.gray{
	background-color:rgba(180,180,180,0.3);
	pointer-events: none;
  color:#999999;
}
.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{
    height:55px;
  }
  .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{
    bottom:5px;
    right: 5%;
    padding: 0 5px;
    font-size: 10px;
  }

}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 500px;
	background: url("../images/bg_top.jpg")no-repeat center;
	background-size: cover;
  position: relative;
}
.page_roof::before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
	background: rgba(0,0,0,0);
}
.page_roof .inner {
	width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
}
.page_roof h2{
  font-size: 300%;
  text-shadow: 5px 0 5px rgba(0,0,0,0.5),-5px 0 5px rgba(0,0,0,0.5),0 5px 5px rgba(0,0,0,0.5),0 -5px 5px rgba(0,0,0,0.5);
}
.page_roof p{
  font-size: 200%;
  text-shadow: 5px 0 5px rgba(0,0,0,1),-5px 0 5px rgba(0,0,0,1),0 5px 5px rgba(0,0,0,1),0 -5px 5px rgba(0,0,0,1);
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 30vh;
  }
  .page_roof h2{
    font-size: 6vw;
	text-align: center;
  }
  .page_roof p{
    font-size: 4vw;
  }
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*-------------ナビPC--------------*/
@media screen and (min-width: 760px){
	#pageNav {
		background:#232323;
		width: 100%;
		z-index: 20;
		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 ul a{
		flex-grow:1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		width: 100%;
	}
	#pageNav ul a:first-child{
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}
	#pageNav ul a li{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 110%;
	}
	#pageNav ul a.selected{
		background-color:#0ACDBD;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
	#pageNav {
    width: 100%;
	}
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: #232323;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"ホテルを選ぶ";
    background: url("../images/arrow_down.svg")no-repeat center left;
    background-size: contain;
    padding-left: 20px;
  }
  .nav_btn.close:after{
    content:"閉じる";
    background: url("../images/arrow_up.svg")no-repeat center left;
    background-size: contain;
    padding-left: 20px;
  }
  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #232323;
    color: #FFFFFF;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}
/*-----------背景色--------------*/
#granvia{
  background: #151231;
}
#vischio{
  background: #025953;
}
#umekoji{
  background: #cd5c5c;/*460F26*/
}
/*-------------ページコンテンツ--------------*/
.pageContent {
  width: 100%;
  padding: 60px 0 40px;
}
.pageContent .inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  color: #FFFFFF;
}
.pageContent .title{
	text-align: center;
}
.pageContent .title h2{
	font-size: 220%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.pageContent .title h2 img.renewalopen{
	width: auto;
	height: auto;
	margin:0 10px;
}
.pageContent .title h2 img.logo{
  width: auto;
  height: 40px;
  background: #FFFFFF;
  margin: 0 10px;
}
.pageContent .title .lead{
	font-size: 180%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.title .lead::before{
  content: "";
  height: 12px;
  background: url("../images/bg_title.png")no-repeat center right;
  background-size: contain;
  margin:0 10px;
  flex-grow: 1;
}
.title .lead::after {
  content: "";
  height: 12px; 
  background: url("../images/bg_title.png")no-repeat center right;
  background-size: contain;
  transform: scale(-1,1);
  margin:0 10px;
  flex-grow: 1;
}
@media screen and (max-width: 759.9px){
  .pageContent {
    padding: 40px 0 20px;
  }
  .pageContent .title h2{
    font-size: 180%;
    flex-direction: column;
    margin-bottom: 20px;
  }
	.pageContent .title h2 img.renewalopen{
    width: 20;
    height: 30;
  }
	.pageContent .title h2 img.logo{
    width: auto;
    height: auto;
    max-height: 40px;
    margin-top: 10px;
  }

  .pageContent .title .lead{
    font-size: 120%;
    flex-direction: column;
  }
  .title .lead::before{
    content: "";
    height: 8px;
    background: url("../images/bg_title.png")no-repeat center left;
    background-size: contain;
    margin:10px auto;
    width: 80%;
  }
  .title .lead::after {
    content: "";
    height: 8px; 
    background: url("../images/bg_title.png")no-repeat center left;
    background-size: contain;
    transform: scale(-1,1);
    margin:10px auto;
    width: 80%;
  }
}
.pageContent .mainphoto{
  width: 80%;
  margin: 0 auto 30px;
}
.title_facility{
  text-align: center;
  margin-bottom: 20px;
}
.title_facility h2 {
  font-size: 200%;
  letter-spacing: 0.2em;
  background: url("../images/bg_facility.png")no-repeat bottom center;
  background-size: auto 15px;
  padding: 0 20px 20px;
}
.title_facility p.sub {
  font-size: 140%;
}
.title_facility p.sub::before {
  content: "―";
  margin-right: 10px;
}
.title_facility p.sub::after {
  content: "―";
  margin-left: 10px;
}
.facility {
  width: 80%;
  margin: 0 auto 30px;
}
.facility dl{
  width: 100%;
  height: 100%;
}
.facility dl dt{
  width: 100%;
  position: relative;
  margin-bottom:15px;
}
.facility dl dt img{
  width: 100%;
}
.facility dl dd{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.facility dl dd h4{
  font-size: 140%;
  margin-bottom: 10px;
}
.facility dl dd p{
  font-size: 120%;
}
@media screen and (max-width: 759.9px){
  .title_facility h2 {
    font-size: 160%;
    background: url("../images/bg_facility.png")no-repeat bottom center;
    background-size: auto 10px;
    padding: 0 15px 15px;
  }
  .title_facility p.sub {
    font-size: 120%;
  }
  .facility dl dd {
    width: 90%;
    margin:0 auto;
  }
  .facility dl dd h4{
    font-size: 120%;
    margin-bottom: 10px;
  }
  .facility dl dd p{
    font-size: 110%;
    text-align: left;
  }  
}
/*-------------shisetsu--------------*/
.shisetsu_unit {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.shisetsu_unit .shisetsu{
  width: 46%;
  margin: 0 2% 30px;
}
.shisetsu h4{
  width: 95%;
  background: url("../images/kakko_left.png")no-repeat center left,
    url("../images/kakko_right.png")no-repeat center right;
  background-size: auto 100%;
  padding: 0 15px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 140%;
  margin:0 auto 20px;
}
.shisetsu h4 span{
  font-size: 90%;
}
.shisetsu h4 span::before {
  content: "―";
  margin-right: 5px;
}
.shisetsu h4 span::after {
  content: "―";
  margin-left: 5px;
}
.shisetsu .comment p{
  font-size: 110%;
  margin-bottom: 5px;
}
.shisetsu .photo {
  width: 100%;
  margin-bottom: 10px;
}
.shisetsu .photo img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
  .shisetsu h4{
    font-size: 110%;
  }
  .shisetsu h4 span{
    font-size: 12px;
  }
  .shisetsu .comment p{
    font-size: 90%;
  }
}
/*------------limited--------------*/
.limited {
  width: 90%;
  margin:0 auto 40px;
  background: 
    url("../images/bg_line_top.png")repeat-x left top,
    url("../images/bg_line_left.png")repeat-y left top,
    url("../images/bg_line_right.png")repeat-y right top,
    url("../images/bg_line_bottom.png")repeat-x right bottom;
  background-size: auto 15px, 15px auto,15px auto,auto 15px;
  position: relative;
}
.limited::before {
  content: "";
  position: absolute;
  top:-5px;
  right:-5px;
  width: 30px;
  height: 30px;
  background-image: url("../images/box_deco_corner.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}
.limited::after {
  content: "";
  position: absolute;
  bottom:-5px;
  left:-5px;
  width: 30px;
  height: 30px;
  background-image:url("../images/box_deco_corner.png");
  background-repeat: no-repeat;
  background-position:bottom left;
  background-size: 100%;
  transform: scale(-1,-1);
}
.limited .bg{
  position: relative;
  width: 100%;
  height: 100%;
}
.limited .bg::before{
  content: "";
  position: absolute;
  top:-10px;
  left:-10px;
  width: 135px;
  height: 135px;
  background-image:url("../images/box_deco_luxury.png");
  background-repeat: no-repeat;
  background-position:top left;
  background-size: 100%;
}
.limited .bg::after{
  content: "";
  position: absolute;
  bottom:-10px;
  right:-10px;
  width: 135px;
  height: 135px;
  background-image:url("../images/box_deco_luxury.png");
  background-repeat: no-repeat;
  background-position:bottom right;
  background-size: 100%;
  transform: scale(-1,-1);
}
.limited .limited_inner{
  padding: 30px 30px 10px;
  z-index: 10;
  position: relative;
}
.limited h2{
  font-size: 140%;
  text-align: center;
  margin-bottom: 15px;
}
.limited .content{
  width: 80%;
  margin: 0 auto 10px;
  font-size: 140%;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}
#granvia .limited .content{
  background: rgba(0,113,188,0.4);
}
#vischio .limited .content{
  background: #2e8b57;
}
#umekoji .limited .content{
  background: #460F26;/*cd5c5c*/
}

.limited ul.attention{
  font-size: 110%;
  text-align: left;
  margin:0 0 20px 15%;
}
.limited ul.attention li{
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 759.9px){
  .limited {
    background: 
      url("../images/bg_line_top.png")repeat-x left top,
      url("../images/bg_line_left.png")repeat-y left top,
      url("../images/bg_line_right.png")repeat-y right top,
      url("../images/bg_line_bottom.png")repeat-x right bottom;
    background-size: auto 10px, 10px auto,10px auto,auto 10px;
  }
  .limited::before {
    content: "";
    position: absolute;
    top:-4px;
    right:-4px;
    width: 20px;
    height: 20px;
  }
  .limited::after {
    content: "";
    position: absolute;
    bottom:-4px;
    left:-4px;
    width: 20px;
    height: 20px;
  }
  .limited .bg::before{
    content: "";
    position: absolute;
    top:-6px;
    left:-6px;
    width: 85px;
    height: 85px;
  }
  .limited .bg::after{
    content: "";
    position: absolute;
    bottom:-6px;
    right:-6px;
    width: 85px;
    height: 85px;
  }
  .limited .limited_inner{
    padding: 25px 20px 10px;
  }
  .limited h2{
    font-size: 120%;
    margin-bottom: 10px;
  }
  .limited .content{
    width: 95%;
    font-size: 110%;
    padding: 10px 10px;
    margin: 0 auto 10px;
  }
  .limited ul.attention{
    font-size: 90%;
    margin:0 0 20px 5%;
  }
}
#granvia .limited::before,
#granvia .limited::after,
#granvia .limited .bg::before,
#granvia .limited .bg::after{
  background-color: #151231;
}
#vischio .limited::before,
#vischio .limited::after,
#vischio .limited .bg::before,
#vischio .limited .bg::after{
  background-color: #025953;
}
#umekoji .limited::before,
#umekoji .limited::after,
#umekoji .limited .bg::before,
#umekoji .limited .bg::after{
  background-color: #CD5C5C;
}

/*-------------yoyaku--------------*/
.yoyaku {
  width: 100%;
  margin: 0 auto;
}
.yoyaku_unit {
  width: 90%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin: 20px auto 30px;
}
.yoyaku_unit a.godetail{
  width: 46%;
  margin: 0 2%;
}
@media screen and (max-width: 759.9px){
  .yoyaku_unit a.godetail{
    width: 100%;
    margin: 0 0 20px;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
  display: none;
}
.swiper-pagination.inbox .swiper-slide{
	height: auto;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
  display: none;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
  display: none;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
  .swiper-pagination.inbox {
    bottom: 5px;
  }
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}



/*-----親swiper > 子swiper -----------------*/
.swiper-container.parent{
  width: 110%;
  margin: 0 -5%;
  padding: 0 5%; 
}
.swiper-container.parent::before{
  content:"";
  width: 5%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:auto;
  bottom:0;
  z-index: 10;
}
.swiper-container.parent::after{
  content:"";
  width: 5%;
  height: 100%;
  position: absolute;
  top:0;
  left:auto;
  right:0;
  bottom:0;
  z-index: 10;
}
#granvia .swiper-container.parent::before,
#granvia .swiper-container.parent::after{
  background-color: #151231;
}
#vischio .swiper-container.parent::before,
#vischio .swiper-container.parent::after{
  background-color: #025953;
}
#umekoji .swiper-container.parent::before,
#umekoji .swiper-container.parent::after{
  background-color: #CD5C5C;
}
.swiper-button-prev.parent::after,
.swiper-button-next.parent::after{
  display: none;
}
.swiper-button-prev.parent{
  position: absolute;
  top:48%;
  left: 0;
	font-size:50px;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 20; 
}
.swiper-button-next.parent{
  position: absolute;
  top:48%;
  right: 0;
	font-size:50px;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 20;
}
.swiper-pagination.parent{
  display: none;
}
@media screen and (max-width: 759.9px){
  .swiper-container.parent{
    width: 120%;
    margin: 0 -10%;
    padding: 0 10%; 
  }
  .swiper-container.parent::before{
    width: 10%;
  }
  .swiper-container.parent::after{
    width: 10%;
  }
  .swiper-button-prev.parent{
    font-size:30px;
  }
  .swiper-button-next.parent{
    font-size:30px;
  }
}
