@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;}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
 	font-size:14px;
	line-height:1.6;
  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;
  }
}
.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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.invalid{
	pointer-events: none;
}
a.godetail {
  display: flex;
	justify-content: center;
  align-items: center;
  position: relative;
	height: 60px;
  color: #FFFFFF;
  font-size: 110%;
  background-color: #B1413F;
  transition: 0.3s;
	line-height: 1.2;
}
a.godetail::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 100%;
  height: 2px;
  background-color: #AD8A8A;
  transition: 0.2s ease 0s;
}
a.godetail::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -6px;
  width: 2px;
  height: 100%;
  background-color: #AD8A8A;
  transition: 0.2s ease 0.2s;
}
a.godetail:hover::before {
  width: 0%;
}
a.godetail:hover::after {
  height: 0%;
}
a.godetail:hover {
  text-decoration: none;
  background-color: #C49097;
}
@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 40px;
		font-size: 100%;
	}
	a.godetail::before {
		position: absolute;
		bottom: -4px;
		right: -4px;
	}
	a.godetail::after {
		position: absolute;
		top: 4px;
		right: -4px;
	}
}
a.godetail.gray {
  background-color: #9C9C9C;
  pointer-events: none;
}
a.godetail.gray:hover {
  transform: none;
}
p.credit {
	position: absolute;
	/*top:10px;*/
	bottom:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
	font-family: Verdana,"Droid Sans","メイリオ",sans-serif;
}
.title_centerline{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 10px;
}
.title_centerline::before,
.title_centerline::after {
  content: "";
  height: 1px;
  background: #000; 
  margin:0 8px;
	width: 30px;
}
@media screen and (max-width: 759.9px){
  .title_centerline::before,
  .title_centerline::after {
    width: 20px;
    margin:0 5px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	height: 450px;
		background: url("../images/top_up.png")no-repeat top -20px center,
		 url("../images/top_bottom.png")no-repeat bottom -20px center,
			url("../images/top_left.png")no-repeat left -20px center,
			url("../images/top_right.png")no-repeat right -20px center;
	background-size:100% auto, 100% auto,auto 100%,auto 100%;
}
.page_roof > .inner {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.page_roof h2{
  width: 100%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height:25vh;
  }
  .page_roof h2 img{
	}
}
/*------------pageTopLead--------------*/
.yoyaku_wrap {
	width: 80%;
	max-width: 800px;
	margin:30px auto 20px;
}
/*------------.top_lead--------------*/
.top_lead {
	width: 100%;
	background: #4566f4;
}
.top_lead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0 20px;
	text-align: center;
}
.top_lead h2 {
	font-size: 160%;
	color: #FFFFFF;
}
@media screen and (max-width: 759.9px){
	.top_lead h2 {
		font-size: 130%;
	}
	.top_lead .inner {
		padding: 25px 0 15px;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	padding: 20px 0;
}
.pageContent .inner{
  width: 95%;
  max-width: 950px;
	margin:0 auto;
	padding: 30px 0 30px;
}
.title{
	position: relative;
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
}
.title h2{
	font-size: 240%;
	text-align: center;
	line-height: 1.2;
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
}
.title p{
	font-size: 240%;
	font-weight: bold;
}

@media screen and (max-width: 759.9px){
	.title h2,
	.title p{
		font-size: 140%;
	}
}

/*-------------4万円ポッキリ--------------*/
#just4{
	/*background:#263690;*/ 
	background:#4566f4;
}
#just4 .inner{
  width: 98%;
  max-width: 1000px;
	margin:0 auto;
	background: #f7d35b;
	border-radius: 30px;
	padding: 80px 0 30px;
}
#just4 .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#just4 .title p{
	text-align: center;
	color: #263690;
	margin-bottom: -20px;
	position: relative;
	padding-left: 70px;
}
#just4 .title p::before{
	content: "";
	width: 130px;
	height: 130px;
	background: url("../images/illust1.png")no-repeat center;
	background-size: contain;
	position: absolute;
	top:-70px;
	left:-50px;
}
#just4 .title h2{
	display: flex;
	justify-content: center;
	align-items:center;
	color: #263690;
}
#just4 h2 span{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: #b1413f;
	background: url("../images/mokumoku.png")no-repeat center;
	background-size: contain;
	margin-right: 10px;
}

@media screen and (max-width: 759.9px){
	#just4 .inner{
		border-radius: 20px;
		padding: 60px 0 20px;
	}
	#just4 .title p::before{
		content: "";
		width: 65px;
		height: 80px;
		background: url("../images/illust1.png")no-repeat center;
		background-size: contain;
		position: absolute;
		top:-50px;
		left:0px;
	}
	#just4 h2 span{
		width: 75px;
		height: 75px;
		font-size: 30px;
		margin-right: 5px;
	}

}




/*-------------日付限定--------------*/
#limited {
	padding-bottom: 120px;
	background: url("../images/bg_bottom.png")repeat-x bottom center #4566f4;
	background-size: auto 100px;
	margin-bottom: 30px;
}
#limited .inner{
  width: 98%;
  max-width: 1000px;
	margin:0 auto;
	background: #f7d35b;
	border-radius: 30px;
	padding: 70px 0 30px;
}
#limited .title h2:before{
	content: "";
	width: 130px;
	height: 160px;
	background: url("../images/illust2.png")no-repeat center;
	background-size: contain;
	position: absolute;
	top:-70px;
	left:-120px;
}
#limited .title h2{
	color: #263690;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#limited .title h2 span{
	color: #FFFFFF;
	background: #000000;
	margin-right: 10px;
	padding: 8px 10px 5px;
	line-height: 1.4;
}
#limited .title p{
	text-align: center;
}
#limited .title p .suji{
	font-size: 50px;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #B1413F,2px 2px 4px #B1413F,2px 2px 4px #B1413F,
		-2px -2px 4px #B1413F,-2px -2px 4px #B1413F,-2px -2px 4px #B1413F,
		2px -2px 4px #B1413F,2px -2px 4px #B1413F,2px -2px 4px #B1413F,
		-2px 2px 4px #B1413F,-2px 2px 4px #B1413F,-2px 2px 4px #B1413F;
	margin: 0 3px;
	/*font-family:'Bookman Old Style';*/
	font-family: Arial, Helvetica, "sans-serif";
}
#limited .title p .text{
	font-size: 30px;
	color: #B1413F;
	margin: 0 3px;
}
#limited h3{
	font-size: 200%;
	font-weight: normal;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 759.9px){
	#limited {
		padding-bottom: 80px;
		background: url("../images/bg_bottom.png")repeat-x bottom center #263690; ;
		background-size: auto 70px;
		margin-bottom: 20px;
	}

	#limited .inner{
		border-radius: 20px;
		padding: 40px 0 20px;
	}
	#limited .title h2:before{
		content: "";
		width: 70px;
		height: 90px;
		background: url("../images/illust2.png")no-repeat center;
		background-size: contain;
		position: absolute;
		top:-40px;
		left:-30px;
	}
	#limited .title h2{
		flex-direction: column;
	}
	#limited .title h2 span{
		margin-right: 10px;
		padding: 5px 8px 5px;
		margin-bottom: 5px;
	}
	#limited .title p .suji{
		font-size: 35px;
	}
	#limited .title p .text{
		font-size: 25px;
	}
	#limited h3{
		font-size: 120%;
	}
}

/*-------------bg--------------*/
.pageContent .inner .bg{
  width: 95%;
	max-width: 950px;
	margin:0 auto;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	padding: 20px 30px;
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*------------areaNav-------------*/
@media screen and (min-width: 760px){
	.nav_btn open {
		display: none;
	}
	nav.areaNav {
		width: 98%;
		margin:-30px auto 30px;
	}
	nav.areaNav ul {
		width: 90%;
		margin: 0 auto;
		max-width: 950px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	nav.areaNav ul li {
		background: #B1413F;
		width: 19.5%;
		height: 50px;
		margin: 3px 0.25%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
		font-size: 120%;
		cursor: pointer;
		border: #B1413F 2px solid;
	}
	nav.areaNav ul li.selected,
	nav.areaNav ul li:hover{
		/*color: #B1413F;*/
		background: rgba(0,0,0,0.7);	
	}
	nav.areaNav ul li p {
		font-size: 140%;
		color: #FFFFFF;
		line-height: 1.5;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
  .nav_btn.open{
    width:100%;
    margin-bottom: 10px;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:10px 0;
    background: #B1413F;;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ 地域を選ぶ ▼";
  }
  .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  nav.areaNav ul {
	  display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #B1413F;
    color: #FFFFFF;
		position: relative;
  }
  nav.areaNav ul li:hover{
		background: rgba(0,0,0,0.7);	
  }
	nav.areaNav ul li.selected{
		background: rgba(0,0,0,0.7);	
	}
  nav.areaNav ul li{
    width: 100%;
    font-size: 120%;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
		cursor: pointer;
  }
}
/*-----------施設ユニット-------------*/
.tab_wrap {
  width: 100%;
}
@media screen and (min-width: 760px){
	.tab_wrap h2{
		display: none;
	}
}
@media screen and (max-width: 759.9px){
	.tab_wrap h2{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 110%;
		margin-bottom: 10px;
		
	}
	.tab_wrap h2::before,
	.tab_wrap h2::after {
		content: "";
		height: 1px;
		background: #000; 
		margin:0 8px;
		width: 30px;
	}

}
/*-----------施設ユニット-------------*/
.shisetsu_unit {
  width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.shisetsu {
  width: 45%;
	display: flex;
	flex-direction: column;
	margin:0 2.5% 50px;
}
.shisetsu .photo{
  width: 100%;
	margin-bottom: 10px;
}
.shisetsu .photo img{
  width: 100%;
}
.shisetsu .intro{
	display: flex;
	margin-bottom: 10px;
	align-items: flex-start;
}
.shisetsu .intro .pref{
	color: #FFFFFF;
	background: #263690;
	padding: 2px 5px 0;
	margin-right: 5px;
	font-size: 100%;
	white-space:nowrap;
}
.shisetsu .intro h3{
	font-size: 140%;
	line-height: 1.5;
}
.shisetsu .room{
	text-align: center;
	margin-bottom: 10px;
}
.shisetsu .room p{
	font-size: 130%;
}
.shisetsu .yoyaku{
	display: flex;
	justify-content: center;
	margin: auto 0 0 0;
}
.shisetsu .yoyaku a.godetail{
	width: 80%;
}
@media screen and (max-width: 759.9px){
	.shisetsu {
		width: 80%;
		display: flex;
		flex-direction: column;
		margin:0 auto 50px;
	}
	.shisetsu .intro{
		display: flex;
		flex-direction: column;
		margin-bottom: 5px;
	}
	.shisetsu .intro .pref{
		padding: 2px 5px 0;
		margin:0 0 5px;
		font-size: 100%;
		width: fit-content;
	}
	.shisetsu .intro h3{
		font-size: 120%;
	}
	.shisetsu .room p{
		font-size: 100%;
	}
}
/*------------カレンダー--------------*/
.calendar {
	width: 95%;
	margin: 0 auto;
}
nav.monthNav ol{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0 30px;
	/*border-bottom: solid 1px #5dbdc9;*/
	border-bottom: solid 1px #B1413F;
}
nav.monthNav li {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 10px;
	height: 50px;
	width: 30%;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight:bold;
	/*border: solid 1px #5dbdc9;*/
	border: solid 1px #B1413F;
	border-bottom: none;
  border-radius: 10px 10px 0 0;
	cursor: pointer;
}
nav.monthNav li span {
  font-size: 30px;
	margin-bottom: -3px;
	margin-right: 5px;
}
nav.monthNav li.selected, 
nav.monthNav li:hover {
	/*background: #5dbdc9;*/
	background: #B1413F;
	color: #FFFFFF;
}
@media screen and (max-width: 759.9px) {
	nav.monthNav ol{
		gap: 5px;
		margin: 10px 0 20px;
	}
	nav.monthNav li {
		padding-bottom: 10px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px 5px 0 0;
	}
	nav.monthNav li span {
		font-size: 20px;
		margin-bottom: -3px;
		margin-right: 5px;
	}
}

ol.month_tab {
	display: flex;
	justify-content: center;
	gap: 5px;
	padding-bottom: 20px;
}
ol.month_tab a{
	width: 9%;
}
ol.month_tab li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	/*border: solid 1px #5dbdc9;*/
	border: solid 1px #B1413F;
	border-radius: 10px;
	color: #000;
	font-weight: bold;
	position: relative;
}
ol.month_tab li p.month {
	position: absolute;
	top:5px;
	left:5px;
	font-size: 12px;
	line-height: 1;
}
ol.month_tab li p.day {
	font-size: 22px;
	letter-spacing: -.04em;
	margin-left: -2px;
}
ol.month_tab li p.weekday,
ol.month_tab li p.holiday {
  position: absolute;
  bottom: 5px;
	right: 5px;
	font-size: 10px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #5dbdc9;
	border-radius: 50%;
}
ol.month_tab li p.holiday {
    background: #ed676a;
}
ol.month_tab li:hover{
	/*background: #5dbdc9;*/
	background: #B1413F;
}
ol.month_tab li:hover p.weekday,
ol.month_tab li:hover p.holiday{
	background: #FFFFFF;
	color: #5dbdc9;
}
@media screen and (max-width: 759.9px) {
	ol.month_tab {
		flex-wrap: wrap;
		gap: 5px 1%;
		padding-bottom: 20px;
		margin: 0 -20px;
	}
	ol.month_tab a{
		width: 17%;
	}
	ol.month_tab li p.weekday,
	ol.month_tab li p.holiday {
		position: absolute;
		bottom: 2px;
		right: 2px;
		font-size: 9px;
		width: 16px;
		height: 16px;
	}
	
}
/*-----------recommendーー--------------*/
#recommend h2{
	margin-bottom: 30px;
}
#recommend h2::before{
	content: "";
	position: absolute;
	top:-60px;
	left: -50px;
	width: 100px;
	height: 100px;
	background: url("../images/sansan.png")no-repeat center;
	background-size: contain;
}
#recommend h2::after{
	content: "";
	position: absolute;
	top:-50px;
	right: -80px;
	width: 100px;
	height: 100px;
	background: url("../images/illust3.png")no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 759.9px){
	#recommend h2{
		margin-bottom: 20px;
	}
	#recommend h2::before{
		top:-35px;
		left: -30px;
		width: 60px;
		height: 60px;
	}
	#recommend h2::after{
		top:-20px;
		right: -50px;
		width: 60px;
		height: 60px;
	}
}
/*------------バナーー--------------*/
.banner_unit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:5px;
}
.banner_unit a{
	width:calc(25% - 10px);
}
.banner_unit a img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
	.banner_unit a{
		width:calc(50% - 10px);
	}
}

/*-----------plansearchーー--------------*/
#plansearch h2{
	margin-bottom: 30px;
}
#plansearch h2::before{
	content: "";
	position: absolute;
	top:-60px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: url("../images/sansan.png")no-repeat center;
	background-size: contain;
}
#plansearch h2::after{
	content: "";
	position: absolute;
	top:-50px;
	right: -80px;
	width: 100px;
	height: 100px;
	background: url("../images/illust4.png")no-repeat center;
	background-size: contain;
}
#plansearch .title p{
	font-size: 140%;
	font-weight: normal;
}

@media screen and (max-width: 759.9px){
	#plansearch h2{
		margin-bottom: 20px;
	}
	#plansearch h2::before{
		top:-35px;
		left: -30px;
		width: 60px;
		height: 60px;
	}
	#plansearch h2::after{
		top:-20px;
		right: -50px;
		width: 60px;
		height: 60px;
	}
}



/*-----スライド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: 0;
}
.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;
	display:none;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-prev.inbox img{
	width: 100%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}

