@charset "utf-8";
/* CSS Document */
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#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;
}
#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 li{
  list-style: none;
  margin: 0;
  padding: 0;
}
#pagetop {
  z-index: 9999;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
   .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;
}
.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;
}
a.godetail{
	width: 80%;
	max-width: 350px;
  display: block;
	margin: 30px 1%;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size:contain;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail_hotel{
	width: 80%;
	max-width: 350px;
  display: block;
	margin:0 1% 30px;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_sky.png") no-repeat center bottom;
	background-size:contain;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}

a.godetail:hover,
a.godetail_hotel:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail_gray{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 30px 1%;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size:contain;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
	pointer-events: none;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
@media (max-width:767px){
  a.godetail{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 2.5%;
    line-height: 1.6;
    height: 55px;
    text-decoration: none;
	  background: url("../images/button.png") no-repeat center bottom;
	  background-size:cover;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 10;
  }
  a.godetail_gray{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 2.5%;
    line-height: 1.6;
    height: 55px;
    text-decoration: none;
	  background: url("../images/button_gray.png") no-repeat center bottom;
	  background-size:cover;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 10;
  }

  a.godetail_hotel{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 2.5%;
    line-height: 1.6;
    height: 55px;
    text-decoration: none;
	  background: url("../images/button_sky.png") no-repeat center bottom;
	  background-size:cover;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 10;
  }

}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top_backimg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.page_roof h2{
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.page_roof h2 img{
  width: 100%;
}
.page_roof .icon_goto{
  position: absolute;
  bottom:20px;
  right: 0;
  width: 30%;
}
.page_roof .icon_goto img{
  width: 100%;
}

@media (max-width:767px){
  .page_roof {
    padding-top: 35vh;
  }
  .page_roof h2{
    padding: 30px 10px;
  }
  .page_roof .icon_goto{
    bottom: 10px;
    width: 35%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.paddingTop{/*----メニューバーを固定したとき余白追加----*/
	padding-top: 80px;
}
#wrapper nav {
	background: url("../images/bg_menu.png") repeat-x top ;
	background-size: auto 100%;
	width: 100%;
  z-index: 20;
}
#wrapper nav ul a,
#wrapper nav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media (min-width:768px){
	#wrapper nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#wrapper nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 80px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#wrapper nav ul li p.point{
		background: #FFFFFF;
		color: #ba1e1e;
		border-radius: 15px;
		font-size: 70%;
		padding: 1px 3px 1px 5px;
		margin-bottom: 3px;
	}
  #wrapper nav 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;
  }
  #wrapper nav ul a:after{
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
  }
}
@media (max-width:767px){
	#wrapper nav ul {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#wrapper nav ul a{
    width: 100%;
		text-align: center;
    padding: 5px 0;
    border-bottom:1px solid rgba(255,255,255,0.5);
	}
  #wrapper nav ul a:last-child{
    padding-bottom: 8px;
	}
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0 0;
  text-align: center;
}
h2.dotline {
  font-size: 300%;
  font-style: italic;
  background: url("../images/dotline.png")no-repeat center bottom;
  background-size: auto 20px;
  padding-bottom: 25px;
	text-align: center;
  margin-bottom: 30px;
}
#pageTopLead h2.dotline + p {
  margin: -20px 0 30px;
  font-size: 120%;
}
h2 {
  font-size: 3vw;
  text-align: center;
  margin-bottom: 10px;
}
h2.maru {
  font-size: 4vw;
  margin-bottom: 30px;
  text-align: center;
}
h2.maru span{
  background: url("../images/maru.png")no-repeat center left, url("../images/maru.png")no-repeat center right;
  background-size: 5vw;
  padding:20px 6vw;
}
#pageTopLead .inner h3 {
  font-size: 200%;
  text-align: left;
}
#pageTopLead .inner h3 span {
  background: url("../images/style_line.png")repeat-x left bottom;
  background-size: auto 5px;;
  padding: 5px 10px 5px 5px;
}

#pageTopLead .inner .spend_unit{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
#pageTopLead .inner .spend_unit div{
  width: 33%;
}
#pageTopLead .inner .spend_unit div img{
  width: 100%;
}
#pageTopLead .inner .spend_unit div p{
  width: 100%;
  text-align: center;
  font-size: 150%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:767px){
  h2.dotline {
    font-size: 160%;
    font-style: italic;
    background: url("../images/dotline.png")no-repeat center bottom;
    background-size: 90% auto;
    padding-bottom: 20px;
  }
  h2.maru {
    font-size: 5vw;
  }
  #pageTopLead .inner h3 {
    font-size: 140%;
    text-align: center;
  }
  #pageTopLead .inner .spend_unit{
    width: 110%;
    margin: 20px -5%;
  }
  #pageTopLead .inner .spend_unit div{
    width: 50%;
  }
  #pageTopLead .inner .spend_unit div img{
    width: 100%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
}
.pageContent > .inner {
  width: 100%;
	margin: 0;
	padding:0;
}
.pageContent h2.hotelname {
  width: 95%;
	margin: 0 auto 30px;
  padding:0 0 5px 0;
  color:#e60012;
  text-align: center;
}
.pageContent h2.hotelname .region{
  background: url("../images/tag.png") no-repeat center left;
  background-size: contain;
  font-size: 2.2vw;
	padding:10px 0;
  width: 15vw;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.pageContent h2.hotelname .name{
  text-align: left;
  background: url("../images/bg_hotelname.png") no-repeat bottom right;
  background-size:auto 100%;
  display: inline-block;
  font-size: 4vw;
  padding:0  8vw 5px 10px;
  line-height: 1.4;
  letter-spacing: -2px;
}
@media (max-width:767px){
  .pageContent h2.hotelname .region{
    background: url("../images/tag.png") no-repeat center left;
    background-size: contain;
    padding:10px 0;
    width: 26vw;
    font-size: 4vw;
    text-align: center;
    display: block;
  }
  .pageContent h2.hotelname .name{
    text-align: left;
    background: url("../images/bg_hotelname.png") no-repeat bottom right;
    background-size: contain;
    display: block;
    font-size: 6vw;
    padding:0  0 5px 10px;
    letter-spacing:0;
  }
}
.pageContent .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%;
}
.pageContent .feature {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.pageContent .feature h3 {
  width: 98%;
  margin: 0 1%;
  font-size: 3.6vw;
  background: url("../images/point.png")no-repeat center left;
  background-size: cover;
  padding:0;
  text-align: center;
}
.pageContent .photo_comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pageContent .photo_comment .photo {
  width:55%;
  margin: 0;
}
.pageContent .photo_comment .photo img {
  width:100%;
}
.pageContent .photo_comment .comment {
  width:45%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /*padding-top: 30px;*/
}
.pageContent .photo_comment .p_unit {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 80%;
  width: 100%;
}
.pageContent .photo_comment .p_unit p{
  width: 100%;
  font-size: 2vw;
  text-align: center;
  margin-bottom: 5px;
}
.pageContent .attention{
  width:45%;
  font-size: 12px;
  text-align: center;
  margin:18px 0 0 auto;
}
.pageContent .photo_comment .photo p{
  width: 100%;
  font-size: 1.8vw;
  text-align: left;
  padding: 0 20px 0 0;
  margin-top: -5px;
}
@media (min-width:768px){
  .photo_comment.reverse {
		flex-direction: row-reverse;
  }
}
@media (max-width:767px){
  .pageContent .photo_comment .photo {
    width:100%;
    margin: 0;
  }
  .pageContent .photo_comment .comment {
    width:98%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .pageContent .feature h3 {
    width: 100%;
    margin: 0 auto 5px;
    font-size: 6vw;
    background: url("../images/point.png")repeat-x center left;
    background-size:auto 100%;
    padding:5px 0;
    text-align: center;
  }
  .pageContent .photo_comment .photo p{
    width: 100%;
    font-size: 4vw;
    text-align: center;
    padding: 0;
    margin-top: 5px;
  }
  .pageContent .photo_comment .p_unit p{
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .pageContent .attention{
    width:100%;
    font-size: 12px;
    text-align: center;
    margin-top:5px;
  }
}
.pageContent .amenities{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.pageContent .amenities dl {
  width: 25%;
  margin:0;
  background: #FFFFFF;
  border-bottom: 1px solid #000;
  text-align: center;
  display: table;
  font-size: 2vw;
}
.pageContent .amenities dl dt{
  width:80%;
  display: table-cell;
  border-right: 1px dotted #000;
  padding: 5px 0;
}
.pageContent .amenities dl dd{
  width:20%;
  border-right: 1px solid #000;
  display: table-cell;
  padding: 5px 0;
}
.pageContent .amenities dl.wide {
  width: 75%;
}
.pageContent .amenities dl.wide dt {
  width: 60%;
}
.pageContent .amenities dl.wide dd{
  width: 40%;
}
.pageContent .amenities dl:nth-child(4) dd,
.pageContent .amenities dl.wide dd{
  border-right: none;
}
@media (max-width:767px){
  .pageContent .amenities dl {
    width: 50%;
    display: table;
    font-size: 2.5vw;
  }
  .pageContent .amenities dl.wide {
    width: 50%;
  }
  .pageContent .amenities dl.wide dt {
    width: 60%;
  }
  .pageContent .amenities dl.wide dd{
    width: 40%;
  }
  .pageContent .amenities dl:nth-child(2) dd,
  .pageContent .amenities dl:nth-child(4) dd,
  .pageContent .amenities dl.wide dd{
    border-right: none;
  }
}

.pageContent .recommend {
  width: 98%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.pageContent .recommend div{
  width: 31%;
  margin: 0 1%;
  border: 1px solid #00a0e9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
@media (max-width:767px){
  .pageContent .recommend div{
    width: 80%;
    margin-bottom: 20px;
    padding: 30px 5px;
    text-align: center;
    border-radius: 10px;
    position: relative;
  }
}
.pageContent .recommend div p{
  font-size: 2vw;
}
.pageContent .recommend div{
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
  background-size: auto 80%;
}
.pageContent .recommend .pet{
  background-image: url("../images/icon_pet.png");
}
.pageContent .recommend .bed{
  background-image: url("../images/icon_bed.png");
}
.pageContent .recommend .parasol{
  background-image: url("../images/icon_parasol.png");
}
.pageContent .recommend .yoga{
  background-image: url("../images/icon_yoga.png");
}
.pageContent .recommend .car{
  background-image: url("../images/icon_car.png");
  background-position: bottom -20px right 10px;
}
.pageContent .recommend .book{
  background-image: url("../images/icon_book.png");
}
.pageContent .recommend .candor{
  background-image: url("../images/icon_candor.png");
}
.pageContent .recommend .forest{
  background-image: url("../images/icon_forest.png");
}
.pageContent .recommend .boat{
  background-image: url("../images/icon_boat.png");
}
.pageContent .recommend .island{
  background-image: url("../images/icon_island.png");
}
.pageContent .recommend div:first-child:before{
  content: "1";
  font-size: 5vw;
  color: #00a0e9;
  position: absolute;
  top:-35px;
  left: -15px;
  background: #FFFFFF;
  padding:5px 0 0 10px;
  line-height: 1;
}
.pageContent .recommend div:nth-child(2):before{
  content: "2";
  font-size: 5vw;
  color: #00a0e9;
  position: absolute;
  top:-35px;
  left: -15px;
  background: #FFFFFF;
  padding:5px 0 0 10px;
  line-height: 1;
}
.pageContent .recommend div:nth-child(3):before{
  content: "3";
  font-size: 5vw;
  color: #00a0e9;
  position: absolute;
  top:-35px;
  left: -15px;
  background: #FFFFFF;
  padding:5px 0 0 10px;
  line-height: 1;
}
@media (max-width:767px){
  .pageContent .recommend div{
    background-position: center right 10px;
    background-size:auto 90%;
  }
  .pageContent .recommend div p{
    font-size: 4vw;
  }
  .pageContent .recommend div:nth-child(1):before,
  .pageContent .recommend div:nth-child(2):before,
  .pageContent .recommend div:nth-child(3):before{
    top:-15px;
    font-size: 6vw;
  }
}
.yoyaku {
  width: 98%;
  max-width: 950px;
  text-align: center;
  margin: 40px auto;
}
.yoyaku ul{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageContent .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}


@media (max-width:767px){
	.pageContent .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%;
	}
}



/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	border: 1px solid #CCC;
	width: 100%;
}
.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 (max-width:767px){
	.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%;
	}
}
/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media (max-width:767px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:200px;
		/*background: linear-gradient(rgba(237,233,231,0) 0%,rgba(237,233,231,1) 60%) ;*/
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%) ;
		padding-top:120px;
    z-index: 10;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}