@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: 80px;
}
#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;
  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;
  }
}
.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;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 100%;
	height: 50px;
	max-width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
	border-radius: 30px;
}
a.godetail.stay{
	background: #028DAD;
}
a.godetail.jr{
	background: #015C7F;
}
a.godetail.air{
	background: #003A56;
}
a.godetail.gray{
	background: #BCBCBC;
}

a.godetail:hover{
	background: #FFFFFF;
}
a.godetail.stay:hover{
	color: #028DAD;
	border: 2px solid #028DAD;
}	
a.godetail.jr:hover{
	color: #015C7F;
	border: 2px solid #015C7F;
}	
a.godetail.air:hover{
	color: #003A56;
	border: 2px solid #003A56;
}	
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 90%;
		height: 40px;
    margin: 10px auto;
  }
  .attention {
    text-align: left;
    width: 90%;
    margin-left: 10%;
  }
}
.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
}
.page_roof .inner{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.page_roof .inner h2{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 1.5s;
}
.page_roof .inner h2 img{
	width: 60%;
	height: 50%;
	object-fit: contain;
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
nav#pageNav  {
	background: #003A56;
	width: 100%;
	box-shadow: 0px 2px 4px 4px rgba(0,0,0,0.2);
	margin-bottom: 4px;
}
#pageNav ul {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url("../images/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 1px;
}
#pageNav ul a{
	flex-grow:1;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	background-image: url("../images/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right ;
	background-size: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#pageNav ul a.selected,
#pageNav ul a:hover {
	color: #003A56 !important;
	text-decoration: none !important;
	background-color: #FFFFFF;
	opacity: 1;
	border-left: 1px solid #FFFFFF;
	margin-left: -1px;
}
@media screen and (max-width: 759.9px){
	#pageNav ul a{
		flex-grow:1;
		height: 50px;
		text-align: center;
		background-image: url("../images/menu_line.svg");
		background-repeat: no-repeat;
		background-position: center right ;
		background-size: 1px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#pageNav ul,
	#pageNav ul a#nav_area_okinawa{
		background-image: none;
	}
}
/*-------------滞在の目的に合わせて選べる --------------*/
#feature {
	background: #F3F3F3;
}
#feature .inner{
	width: 95%;
	max-width: 950px;
	padding: 30px 0 50px;
	margin: 0 auto 30px;
}
#feature .lead{
	width: 80%;
	display: flex;
	flex-direction: column;
	height: 90px;
	margin:0 auto 40px;
}
#feature .lead h2{
	font-size: 220%;
}
#feature .lead h2:last-child{
	align-self: flex-end;
	background: linear-gradient(transparent 65%, #d5bb87 65%,#d5bb87 90%,transparent 90%);
}
@media screen and (max-width: 759.9px){
	#feature .lead{
		width: 90%;
		height: 60px;
		margin:0 auto 30px;
	}
	#feature .lead h2{
		font-size: 160%;
	}
}
@media screen and (min-width: 760px){
	#feature .dl_wrap{
		display: flex;
		gap:15px;
	}
	#feature .dl_wrap dt{
		margin-bottom: 10px;
	}
}
#feature .dl_wrap dt img{
	width: 100%;
}
#feature .dl_wrap dl h3{
	color:#FFFFFF;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 120%;
}
#feature .dl_wrap dl:nth-child(1) h3{
	background:#9B6491;
}
#feature .dl_wrap dl:nth-child(2) h3{
	background:#32a0a5;
}
#feature .dl_wrap dl:nth-child(3) h3{
	background:#E6A51E;
}
#feature .dl_wrap dl:nth-child(4) h3{
	background:#003A56;
}
#feature .dl_wrap dl p{
	text-align: left;
	padding: 5px;
}
@media screen and (max-width: 759.9px){
	#feature .dl_wrap dl{
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}
	#feature .dl_wrap dt{
		width: 30%;
	}
	#feature .dl_wrap dd{
		width: 70%;
		padding: 0 10px;
	}
	#feature .dl_wrap dl h3{
		font-size: 100%;
		padding: 2px 10px;
	}

}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}
.pageContent > .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
@media screen and (min-width: 760px){
	.pageContent > .inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.pageContent .hotelinfo {
		width: 48%;
		position: relative;
	}
	.pageContent .photo {
		width: 50%;
		margin-bottom: 30px;
	}
	.pageContent img.gaikan {
		position: absolute;
		top:-40px;
		right: -10px;
		width: 170px;
		height: 150px;
		object-fit: cover;
		border-radius: 90px;
		box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	}
	.pageContent .hotelinfo .name h2 {
		font-size: 200%;
		font-weight: bold;
	}
	.pageContent .hotelinfo .comment p {
		font-size: 130%;
	}
	.pageContent .hotelinfo .name{
		margin-bottom: 40px;
	}
	.pageContent .hotelinfo .name p.area{
		width: fit-content;
		font-size: 90%;
		font-weight: normal;
		background: #003A56;
		border-radius: 20px;
		padding: 2px 20px 3px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 759.9px){
	.pageContent > .inner {
		width: 90%;
		margin: 0 auto 30px;
	}
	.pageContent .hotelinfo {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	.pageContent .photo {
		width: 100%;
	}
	.pageContent img.gaikan {
		position: absolute;
		top:-10px;
		right: -10px;
		width: 120px;
		height: 100px;
		object-fit: cover;
		border-radius: 50px;
		box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	}
	.pageContent .hotelinfo .name h2 {
		font-size: 200%;
		font-weight: bold;
	}
	.pageContent .hotelinfo .comment p {
		font-size: 130%;
	}
	.pageContent .hotelinfo .name h2 {
		font-size: 160%;
		font-weight: bold;
	}
	.pageContent .hotelinfo .comment p {
		font-size: 110%;
	}
	.pageContent .hotelinfo .name{
		margin-bottom: 30px;
	}
	.pageContent .hotelinfo .name p.area{
		width: fit-content;
		font-size: 90%;
		font-weight: normal;
		background: #003A56;
		border-radius: 20px;
		padding: 2px 20px 3px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
}

.pageContent .yoyaku{
	margin: 10px;
}
.pageContent .yoyaku a{
	color:#FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
  display: inline-block;
  margin: 20px;
}
.yoyaku_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.yoyaku_unit li{
  width: 31.3%;
  margin: 0 1%;
}
@media screen and (max-width: 759.9px){
  .yoyaku_unit li{
    width: 100%;
  }
}

.yoyaku_wrap {
	width:100%;
  margin: 0 auto;
	padding:20px 20px;
}
.yoyaku_wrap > p{
  font-size: 120%;
	font-weight: normal;
	margin-bottom: 20px;
}
@media screen and (max-width: 759.9px){
	.yoyaku_wrap > p{
		font-size: 110%;
		font-weight: normal;
		margin-bottom: 10px;
	}
}

/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
	height: 550px;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img{ 
    animation: zoomUp 12s linear 0s;
    animation-fill-mode: both;
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
		height: auto;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}