@charset "utf-8";
@import url('/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');

/*.hotel_plan_wrap{display:none!important}*/

/* 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 Sans JP', sans-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: #FF0000;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_font_serif {
  font-family: 'Noto Serif JP', serif;
}
.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}
.disnon {
  display: none;
}
.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}
.photo {
	position: relative;
}
.photo > .credit {
	position: absolute;
	bottom:8px;
	right:20px;
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	color: #FFFFFF;
}
a.godetail {
  width: 31.3%;
  height: 35px;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin:0 1% 20px;
  text-decoration: none;
	background-image: url("../images/arrow_white.svg");
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 10px;
  background-color: #28329C;
	border-radius: 40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	font-size: 110%;
  z-index: 100;
  color: #FFFFFF;
  padding-bottom: 2px;
}
/*a.godetail.days3 {
	background-color: #f58872;
}
a.godetail.days4 {
  background-color: #28E848;
}
a.godetail.days5 {
  background-color: #80D7F9;
}*/
a.godetail.akafubeach {
  width: 80%;
  height: 40px;
  max-width: 500px;
}
a.godetail.gray {
  background-color: #6B6B6B;
  pointer-events: none;
}

a.godetail:hover {
  color:#FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}
.deco span{
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:15px;
}
.deco_red span{
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left_red.svg") no-repeat center left,url("../images/slash_right_red.svg") no-repeat center right ;
	background-size:15px;
  color: #FF0000;
}
@media (max-width:767px){
	a.godetail {
		width: 80%;
		height: 30px;
		background-position: center right 10px;
		background-repeat: no-repeat;
		background-size: 8px;
    font-size: 90%;
	}
	.deco span{
		padding: 0 20px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:15px;
	}
	.deco_red span{
		padding: 0 12px;
		background: url("../images/slash_left_red.svg") no-repeat center left,url("../images/slash_right_red.svg") no-repeat center right ;
		background-size:8px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
	background-repeat: repeat-x;
  background-position: center top;
	background-size: auto 100%;
	height: 500px;
  margin-bottom: 30px;
}
.page_roof .inner {
  width: 100%;
	height: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.page_roof h2 {
  width: 100%;
	height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img {
  width: auto;
	height: 100%;
}
@media screen and (max-width: 759.9px) {
	.page_roof {
		height: 40vh;
		margin-bottom: 30px;
	}
	.page_roof h2 img {
		width: auto;
		height: 90%;
	}
}
/*----------pageTopLead--------------*/
#pageTopLead {
  width: 100%;
  margin: 0 auto 40px;
}
#pageTopLead .inner{
  width: 90%;
  max-width: 850px;
  margin: 0 auto 30px;
}
#pageTopLead .inner .banner{
  width: 100%;
  margin: 0 auto 20px;
	text-align: center;
}
#pageTopLead .inner .banner img{
  max-width: 100%;
}
#pageTopLead .inner h2{
  font-size: 140%;
  margin-bottom: 10px;
  text-align: center;
}
#pageTopLead .inner p{
  font-size: 120%;
}
@media screen and (max-width: 759.9px) {
  #pageTopLead .inner h2{
    font-size: 120%;
  }
  #pageTopLead .inner p{
    font-size: 110%;
    margin-bottom: 15px;
  }
}

/*-------------ナビ --------------*/
nav.pageNav {
  width: 100%;
  margin: 0 auto;
}

nav.pageNav ul {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

nav.pageNav ul li {
  width: 25%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
	margin: 0 1%;
	box-shadow: 3px -3px 0 #000;
}
nav.pageNav ul li.selected,
nav.pageNav ul li:hover{
  height: 80px;
}
nav.pageNav ul li:first-child {
  background-color: #fa5c66;
}
nav.pageNav ul li:nth-child(2) {
  background-color: #38b6ff;
}
nav.pageNav ul li:last-child {
  background-color: #28E848;
  /*background-color: #8A8A8A;
  pointer-events: none;*/
}
nav.pageNav ul li p {
  font-size: 160%;
  color: #FFFFFF;
	font-weight: bold;
  line-height: 1.2;
	display: flex;
	align-items: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
nav.pageNav ul li p::before {
	content: "";
	display: inline-block;	
  width: 18px;
  height: 1.2em;
  background: url("../images/arrow_triangle_brown.svg") no-repeat;
	background-position: center bottom 2px;
  background-size: contain;
  margin-right: 8px;
}
nav.pageNav ul li.selected p::before,
nav.pageNav ul li:hover p::before{
	content: "";
	display: inline-block;	
  width: 22px;
  height: 1.2em;
  background: url("../images/arrow_triangle.svg") no-repeat;
	background-position: center bottom 5px;
  background-size: contain;
  margin-right: 8px;
}
nav.pageNav ul li.selected p {
  font-size: 200%;
}
@media screen and (max-width: 759.9px) {
	nav.pageNav ul li {
		width: 28%;
		height: 50px;
		margin: 0 1%;
		box-shadow: 3px -3px 0 #000;
	}
  nav.pageNav ul li.selected {
    height: 65px;
  }
  nav.pageNav ul li p {
    font-size: 100%;
  }
	nav.pageNav ul li.selected p {
		font-size: 110%;
	}
	nav.pageNav ul li p::before {
		width: 10px;
		margin-right: 3px;
	}
	nav.pageNav ul li.selected p::before,
	nav.pageNav ul li:hover p::before{
		width: 14px;
		background-position: center bottom 2px;
		background-size: contain;
		margin-right: 3px;
	}
}

/*-------------pageContent--------------*/
.pageContent {
  width: 100%;
	max-width: 970px;
	margin: -3px auto 0;
	z-index: 1;
	position: relative;
	/*padding-bottom: 30px;*/
	border-style: solid;
	border-width: 20px;
	border-radius: 20px;
}
#tab03_panel {
  border-color:#38b6ff;
}
#tab02_panel {
  border-color:#28E848;
  padding-bottom: 0;
}
#tab01_panel {
  border-color:#fa5c66;
}
@media screen and (max-width: 759.9px) {
	.pageContent {
		border-width: 10px;
		border-radius: 10px;
	}
}
/*-------------color--------------*/
.color1 {color: #EF3357;}
.color2 {color: #22DD22;}
.color3 {color: #FC602C;}
.color4 {color: #00A99D;}
/*-------------ページコンテンツ   --------------*/
.pageContent .inner {
  width: 100%;
  margin: 0 auto;
}
.pageContent .point_head img {
  width: 100%;
}
.point_head .title01 {
  width: 50%;
	max-width: 400px;
}
.point_head .title02 {
  width: 50%;
	max-width: 400px;
	margin-top: -60px;
}
.title img {
  width: 100%;
}
.point_head .subtitle01 {
  width: 70%;
	margin: 0 auto 30px;;
}
.point_head .subtitle02 {
  width: 90%;
	margin: 0 auto 30px;;
}
.point_head .subtitle01 p.attention{
	font-size: 120%;
	text-align: right;
	margin:-5px 10px;
}
.line_stripe {
	background: repeating-linear-gradient(45deg, #FAF339, #FAF339 12px, #FFFFFF 0, #FFFFFF 20px);
	width: 100%;
	height: 18px;
}
.line_square {
  background: url("../images/bg_line.png") repeat-x left center;
  background-size: contain;
  width: 100%;
  height: 18px;
}
.bg_stripe {
	background: repeating-linear-gradient(45deg, #FFFAC7, #FFFAC7 16px, #FFFFFF 0, #FFFFFF 28px);
  padding: 30px 0;
	position: relative;
  margin-bottom: 20px;
}
.bg_stripe::before {
	content: "";
	position: absolute;
	bottom:-40px;
	right: -10px;
	width: 20%;
	height: 150px;
	background-image: url("../images/illust_coupon.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 759.9px) {
	.point_head .subtitle01 {
		width: 95%;
		margin: 0 auto 30px;
	}
	.point_head .subtitle01 p.attention{
		font-size: 100%;
		text-align: right;
		margin:0 10px;
	}
  .line_stripe {
		background: repeating-linear-gradient(45deg, #FAF339, #FAF339 10px, #FFFFFF 0, #FFFFFF 18px);
		width: 100%;
		height: 12px;
	}
	.line_square {
		background: url("../images/bg_line.png") repeat-x left center;
    background-size: contain;
		width: 100%;
		height: 12px;
	}
	.bg_stripe {
		background: repeating-linear-gradient(45deg, #FFFAC7, #FFFAC7 12px, #FFFFFF 0, #FFFFFF 22px);
		padding: 20px 0;
		position: relative;
	}
	.bg_stripe::before {
		content: "";
		position: absolute;
    top:10px;
		bottom:auto;
		right: -10px;
		width: 20%;
		height: 50px;
		background-image: url("../images/illust_coupon.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.point_head .title02 {
		margin-top: -30px;
	}
}

/*-----ファミリークーポンとは-----------------*/
#about {
	width: 90%;
	margin: 0 auto 10px;
}
#about h2{
  width: 90%;
  margin: 0 auto;
	font-size: 160%;
	margin-bottom: 10px;
}
#about .comment{
  width: 90%;
  margin: 0 auto;
}
#about .comment p{
	font-size: 150%;
}
#about p span{
	font-size: 120%;
	/*text-shadow: 2px 2px 0 #333,2px 2px 0 #333,2px 2px 0 #333,2px 2px 0 #333;*/
	font-weight: bold;
}
#about p.attention{
	font-size: 120%;
	margin:0 20px 5px 20px;
}
#about p.attention:last-child{
	font-size: 100%;
	margin-bottom: 30px;
}

#about p.attention img{
	width: 30px;
	height: auto;
	margin-right: 5px;
}
@media screen and (max-width: 759.9px) {
	#about h2{
		font-size: 120%;
		margin-bottom: 10px;
	}
  #about .comment p{
    font-size: 110%;
  }
	#about p{
		font-size: 110%;
	}
	#about p.attention{
		font-size: 110%;
		margin-left: 10px;
	}
	#about p.attention:last-child{
		font-size: 90%;
		margin-bottom: 30px;
	}
	#about p.attention img{
		width: 20px;
	}
}
/*-----例えば・・------------------*/
#example {
  margin-bottom: 50px;
}
#example .comment{
	width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#example img{
	width: 100%;
	height: auto;
}
#example .comment .inner{
  position: absolute;
  top:18%;
  left:8%;
}
#example .comment h2{
	font-size: 150%;
	margin-left: 12%;
  text-align: left;
}
#example .comment p{
	font-size: 150%;
  text-align: left;
}
#example .more{
	width: 70%;
  max-width: 600px;
  margin: -20px auto 0 10%;
  text-align: center;
  position: relative;
}
#example .more .inner{
  position: absolute;
  top:12%;
  left:0;
  right:0;
}
#example .more h2{
	font-size: 150%;
}
#example .more p{
	font-size: 150%;
}
#example .more p span{
	font-size: 120%;
  color: #FF0000;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 759.9px) {
	#example .comment{
		padding: 0;
	}
	#example .comment .inner{
		position: absolute;
		top:5%;
		left:2%;
	}
	#example .comment h2{
		font-size: 110%;
		margin-left: 0;
		text-align: center;
	}
	#example .comment p,
  #example .more p {
		font-size: 100%;
	}
	#example .more{
		margin: 0 auto 0 15%;
	}
	#example .more .inner{
		position: absolute;
		top:10%;
		left:0;
		right:0;
	}
	#example .more h2{
		font-size: 110%;
		margin-bottom: -5px;
	}
}
/*-----ボックス共通------------------*/
.box_unit {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.box{
	width: 47%;
	margin: 0 1.5% 30px;
	height: auto;
}
.box2{
	width: 31.3%;
	margin: 0 1% 30px;
	height: auto;
}
@media screen and (max-width: 759.9px) {
	.box_unit {
		flex-wrap: nowrap;
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.box {
		width:80%;
		flex-shrink: 0;
    margin-right: 10px;
		margin-bottom: 10px;
	}
	.box2 {
		width: 80%;
		flex-shrink: 0;
    margin-right: 10px;
		margin-bottom: 10px;
	}
}
/*-----クーポンが使える施設------------------*/
#shisetsu {
  width: 100%;
	margin: 0 auto 80px;
}
#shisetsu .title {
  width: 80%;
	max-width: 500px;
	margin: 0 auto 40px;
}
#shisetsu .box{
	border:3px solid #F76D0F;
	border-radius: 20px 80px 20px 20px;
	position: relative;
}
#shisetsu .box .photo{
	padding-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#shisetsu .box .photo .icon{
	position: absolute;
	bottom:10px;
	left:10%;
	width: 80px;
	height: 80px;
	z-index: 1;
}
#shisetsu .box .photo .icon img{
	width: 100%;
	height: auto;
}
#shisetsu .box .photo img{
	width: 300px;
	height: 300px;
	border-radius: 150px;
	object-fit: cover;
}
#shisetsu .box .name{
	position: absolute;
	top:20px;
	left:0;
	right:0;
	color: #FFFFFF;
	background: #F76D0F;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	z-index: 1;
}
#shisetsu .box .name span{
	font-size: 80%;
	margin: 0 5px 5px;
	font-weight: normal;
}

#shisetsu .box .comment{
	width: 80%;
	margin: 0 auto 20px;
}
#shisetsu .box .comment p{
	font-size: 120%;
}
#shisetsu .others {
	text-align: right;
}
#shisetsu .others {
	text-align: right;
	font-size: 140%;
	width: 90%;
	margin: 0 auto 30px;
}
#shisetsu .others a{
	background: #F76D0F;
	padding: 2px 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
#shisetsu a.godetail {
	width: 70%;
	max-width: 400px;
}
#shisetsu .yoyaku_unit {
	flex-wrap: wrap;
	justify-content: center;
}
#shisetsu .yoyaku_unit p.attention{
	font-size: 100%;
	width: 100%;
	margin-top: -10px;
}
@media screen and (max-width: 759.9px) {
	#shisetsu .box{
		margin-bottom: 5px;
	}	
	#shisetsu .box .photo{
		padding-top: 20px;
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}
	#shisetsu .box .photo .icon{
		position: absolute;
		bottom:5px;
		left:5%;
		width: 50px;
		height: 50px;
		z-index: 1;
	}
	#shisetsu .box .photo .icon img{
		width: 100%;
		height: auto;
	}
	#shisetsu .box .photo img{
		width: 200px;
		height: 200px;
		border-radius: 100px;
		object-fit: cover;
	}
	#shisetsu .box .name{
		position: absolute;
		top:20px;
		left:0;
		right:0;
		color: #FFFFFF;
		background: #F76D0F;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		padding: 5px 0;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
		z-index: 1;
	}
	#shisetsu .box .comment{
		width: 90%;
		margin: 0 auto 20px;
	}
	#shisetsu .box .comment p{
		font-size: 100%;
	}
	#shisetsu .others {
		font-size: 110%;
		width: 90%;
		margin: 0 auto 30px;
	}
	#shisetsu .others a{
		background: #F76D0F;
		padding: 2px 10px;
		font-weight: bold;
		color: #FFFFFF;
		margin-left: 5px;
	}
  #shisetsu .yoyaku_unit p.attention{
    width: 80%;
    margin: -10px auto 0;
    text-align: left;
  }

}
/*-----ホテルユニット-------------------*/
@media screen and (min-width: 760px) {
	.hotel_unit{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.hotel_unit .hotelbox{
		width: 47%;
		margin: 0 1.5% 30px;
		display: flex;
		flex-direction: column;
		background: #FFFFFF;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}
}
@media screen and (max-width: 759.9px) {
	.hotel_unit{
		display: flex;
		overflow-x:scroll;
		margin-top: 30px;
	}
	.hotel_unit .hotelbox{
		width: 80%;
		margin: 0 10px 30px;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		background: #FFFFFF;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}
}

.hotel_unit .hotelbox .photo{
	width: 100%;
	margin-bottom: 20px;
}
.hotel_unit .hotelbox .photo img{
	width: 100%;
}
.hotel_unit .hotelbox h4{
	text-align: center;
	padding: 10px 5px;
	font-size: 120%;
}
.hotel_unit .hotelbox .yoyaku{
	width: 90%;
	margin: 0 auto;
}
.hotelbox .godetail{
	width: 47%;
	margin: 0 1.5% 15px;
}
.yoyaku {
	width: 100%;
  margin:0;
	text-align: center;
}
.yoyaku p{
  width: 100%;
  margin-bottom:20px;
	text-align: center;
}
.yoyaku_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
  text-align: center;
}
.phcircle_unit {
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.phcircle_unit .phcircle{
	width: 40%;
	margin: 0 5%;
	display: flex;
	flex-direction: column;
}
.phcircle_unit .phcircle .photo{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.phcircle_unit .phcircle .photo::before{
	position: absolute;
	content: "";
	top:5px;
	right: -5%;
	width: 100%;
	height: 100%;
	background: url("../images/bg_phcircle.png") no-repeat center;
	background-size: contain;
}
.phcircle_unit .phcircle .photo img{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.phcircle_unit .phcircle .info{
	display: flex;
	margin: 20px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.phcircle_unit .phcircle .info li{
	width: 100%;
}
@media screen and (max-width: 759.9px) {
	.phcircle_unit {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.phcircle_unit .phcircle{
		width: 80%;
		margin: 0 auto 20px;
	}
}
.fukidashi {
	width: 95%;
	margin: 0 auto 20px;
	padding-bottom: 2px;
	background: #231815;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 110%;
	font-weight: bold;
	z-index: 2;
}
.fukidashi::before {
	position: absolute;
	content: "";
	bottom: -35px;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background: #231815;
	margin: 0 auto 30px;
	transform: rotate(45deg);
	z-index: -1;
}
@media screen and (max-width: 759.9px) {
	.fukidashi {
		width: 98%;
		height: 30px;
		font-size: 90%;
		margin: 0 auto 20px;
	}
	.fukidashi::before {
		position: absolute;
		content: "";
		bottom: -35px;
		left: calc(50%-13px);
		width: 26px;
		height: 26px;
		margin: 0 auto 30px;
	}
}
/*-----おすすめ特集------------------*/
#osusume {
	background: #EDF7FF;
	padding: 20px 0;
}
#osusume h2{
	font-size: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	color: #468FB8;
}
#osusume h2:before,
#osusume h2:after {
  content: "";
  height: 1px; 
  background: #468FB8;;
  margin:0 15px;
	width: 150px;
}

#osusume .recommendbox_unit {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.recommendbox_unit a{
	width: 30.3%;
	margin: 0 1.5% 20px;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px #CCCCCC;
	padding-bottom: 10px;
}
.recommendbox_unit .banner{
	width: 100%;
	margin-bottom: 10px;
}
.recommendbox_unit .banner img{
	width: 100%;
}
.recommendbox_unit .comment{
	padding: 0 10px;
	font-size: 110%;
	color: #468FB8;
	font-weight: bold;
}
@media screen and (max-width: 759.9px) {
	#osusume  {
		padding: 20px 0;
	}
	#osusume  h2{
		font-size: 130%;
		margin-bottom: 10px;
	}
  #osusume h2:before,
  #osusume h2:after {
    width: 70px;
    margin:0 8px;
  }
	.recommendbox_unit a{
		width: 47%;
		margin: 0 1.5% 15px;
	}
	.recommendbox_unit .comment{
		font-size: 100%;
	}
}
/*-----よくあるご質問-------------------*/
#faq {
	background: #EDEDED;
	padding: 20px 0 10px;
}
#faq h2{
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}
#faq dl{
	width: 90%;
	max-width: 800px;
  margin:0 auto 15px;
	border:1px solid #CCCCCC;
	background: #FFFFFF;
	border-radius: 10px;
}
#faq dl dt{
	padding: 10px 10px 10px 40px;
	border-bottom: 1px dotted #CCCCCC;
	background: url("../images/icon_q.png")no-repeat top 10px left 10px;
	background-size: 18px;
}
#faq dl p{
	font-weight: normal;
}
#faq dl dd{
	padding: 10px 10px 10px 40px;
	background: url("../images/icon_a.png")no-repeat top 10px left 10px;
	background-size: 18px;
}
@media screen and (max-width: 759.9px) {
	#faq {
		padding: 20px 0 10px;
	}
	#faq h2{
		font-size: 120%;
		margin-bottom: 10px;
	}
	#faq dl dt{
		padding: 8px 8px 8px 35px;
		border-bottom: 1px dotted #CCCCCC;
		background: url("../images/icon_q.png")no-repeat top 8px left 8px;
		background-size: 15px;
	}
	#faq dl dd{
		padding: 8px 8px 8px 35px;
		background: url("../images/icon_a.png")no-repeat top 8px left 8px;
		background-size: 15px;
	}
}
#tab01_panel .to_kyushu,
#tab03_panel .to_kyushu{
	display: none;
}
#tab01_panel .to_okinawa,
#tab02_panel .to_okinawa{
	display: none;
}
#tab02_panel .to_hokkaido,
#tab03_panel .to_hokkaido{
	display: none;
}

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

.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: 15px;
  color: #FFF;
  font-weight: bold;
}

.swiper-button-prev.inbox {
  left: 3px;
  top: 48%;
}

.swiper-button-next.inbox {
  right: 3px;
  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%;
  }
}

/*-------------
APIplan　ここから
---------------*/
.hotel_plan_wrap .plan_box .plan_image .hoteltype,
.hotel_plan_wrap dl.plan_text dd ul li:nth-of-type(-n+2){display:none!important;}

@media screen and (max-width: 759.9px) {
.hotel_plan_wrap {padding: 0 10px;}
.hotel_plan_wrap .inner h2 {
	font-size: 20px;
    margin: 0 auto 25px;
    padding: 5px 15px;
    border-bottom: 5px solid #f76d0f;
    width: fit-content;
}

/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 10px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*エリアタブ*/
.hotel_plan_wrap .tab_areahotel_box {
	width: 100%;
    margin: auto;
    overflow-x: scroll;
}
.hotel_plan_wrap .tab_areahotel {
	width:432px;
	display: flex;
	margin-bottom: 2%;
}
.hotel_plan_wrap .tab_areahotel li {
	font-size: 15px;
    background: #FFF;
    text-align: center;
    width: 72px;
    margin: 0 1px 1%;
    line-height: 1.8;
}
.hotel_plan_wrap .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
.hotel_plan_wrap .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 10px;
}
.hotel_plan_wrap .item_name img{
	width:120px;
}
.hotel_plan_wrap .item_name dl{
	margin-left: 15px;
    font-size: 14px;
}
.hotel_plan_wrap .item_name dt{margin-bottom: 5px;}
.hotel_plan_wrap .item_name dd{line-height: 1.4;}
.hotel_plan_wrap .item_name .set-period{font-size: 12px;}
.hotel_plan_wrap .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
.hotel_plan_wrap .sclooll__area{margin-bottom: 28px;}
.hotel_plan_wrap .plan_box {
	width: 300px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 10px 15px 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	border: 1px solid #ddd;
}
.hotel_plan_wrap .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_image img {
	width:280px;
	height:210px;
}
.hotel_plan_wrap .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
.hotel_plan_wrap .plan_box .plan_image .area{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.hotel_plan_wrap .plan_box .plan_image .area a{
	color:#FFF!important;
	text-decoration:none!important;
}
.hotel_plan_wrap .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
.hotel_plan_wrap .plan_box .plan_text dt{margin-bottom: 5px;}
.hotel_plan_wrap .plan_box .plan_text dt h4{font-size: 15px;}
.hotel_plan_wrap .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 52px;
    font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dd:nth-of-type(2){height: 30px;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
}
.hotel_plan_wrap .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
.hotel_plan_wrap .plan_box .plan_text dd li .icon{
	width: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .price {
	font-weight: bold;
    color: red;
    font-size: 17px;
    display: inline-block;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
/*.hotel_plan_wrap .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}*/
.hotel_plan_wrap .plan_box .other_btn {
    width: 100%;
    display: flex;
}
.hotel_plan_wrap .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
.hotel_plan_wrap .availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
	font-size: 11px;
}
.hotel_plan_wrap .ranking_hotel__all_wrapper{position:relative;}

/*スクロール*/
#osusume_shisetsu .scroll_left_btn,
#osusume_shisetsu .scroll_right_btn {top: 215px;}
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 160px;
    display: block;
    z-index: 1;
	border: none;
}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 6px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
}
.sclooll__area > ul{display:flex;}
ul.osusume_shisetsu__ulbox {width: fit-content;}
#shisetsu .plan_box a.godetail {margin: 30px auto 10px;}
}
@media screen and (min-width: 760px),print {
.hotel_plan_wrap {
	padding: 0 25px;
	line-height: 1.5;
}
.hotel_plan_wrap .inner h2 {
    font-size: 35px;
    margin: 0 auto 50px;
    padding: 5px 25px;
    border-bottom: 8px solid #f76d0f;
    width: fit-content;
}

/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 10px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*エリアタブ*/
.hotel_plan_wrap .tab_areahotel {
    display: flex;
    margin-bottom: 2%;
}
.hotel_plan_wrap .tab_areahotel li {
	font-size: 16px;
    background: #FFF;
    text-align: center;
    width: 9.1%;
    margin: 0 1px;
    line-height: 1.8;
}
.hotel_plan_wrap .tab_areahotel li:hover {
    opacity: 0.8;
    cursor: pointer;
}
.hotel_plan_wrap .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
.hotel_plan_wrap .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 15px;
}
.hotel_plan_wrap .item_name img{
	width:120px;
	height:90px;
}
.hotel_plan_wrap .item_name dl{
	margin-left: 28px;
    font-size: 14px;
	padding: 5px 0;
}
.hotel_plan_wrap .item_name dt{margin-bottom: 10px;}
.hotel_plan_wrap .item_name dd{line-height: 1.5;}
.hotel_plan_wrap .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
.hotel_plan_wrap .sclooll__area{margin-bottom: 28px;}
.hotel_plan_wrap .plan_box {
	width: 300px;
	/*box-sizing: border-box;*/
	display: block;
	float: left;
	margin:0 10px 15px 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #ddd;
}
.hotel_plan_wrap .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_image img {
	width: 100%;
    height: 210px;
}
.hotel_plan_wrap .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
.hotel_plan_wrap .plan_box .plan_image .area{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.hotel_plan_wrap .plan_box .plan_image .area a,
.hotel_plan_wrap .plan_box .plan_image .area a:hover{
	color:#FFF!important;
	text-decoration:none!important;
}
.hotel_plan_wrap .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
.hotel_plan_wrap .plan_box .plan_text dt{margin-bottom: 5px;}
.hotel_plan_wrap .plan_box .plan_text dt h4{font-size: 15px;}
.hotel_plan_wrap .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 52px;
    font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dd{height: 30px;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
	right:0;
}

.hotel_plan_wrap .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
.hotel_plan_wrap .plan_box .plan_text dd li .icon{
	width: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .price {
	font-weight: bold;
    color: red;
    font-size: 17px;
    display: inline-block;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
/*.hotel_plan_wrap .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}*/
.hotel_plan_wrap .plan_box .other_btn {
    width: 100%;
    display: flex;
}
.hotel_plan_wrap .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
.hotel_plan_wrap .availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
}
.hotel_plan_wrap .ranking_hotel__all_wrapper{position:relative;}

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 160px;
    display: block;
    z-index: 1;
	border: none;
}
#osusume_shisetsu .scroll_left_btn,
#osusume_shisetsu .scroll_right_btn {top: 215px;}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 5px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
}
.sclooll__area > ul{display:flex;}
ul.osusume_shisetsu__ulbox {width: fit-content;}
#shisetsu .plan_box a.godetail {margin: 30px auto 10px;}
/*-------------
APIplan　ここまで
---------------*/