@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: 70px;
}
#wrapper {
	width: 100%;
	/*max-width:970px;*/
	margin:0 auto 10px;
	padding:0 0 50px;
 	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;
  }
}

.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;
}
.banner {
	width: 93%;
	margin: 10px auto 20px;
}
.banner img{
	width: 100%;
}

a.godetail{
	width: 80%;
	max-width: 350px;
	display:inline-block;
	margin: 20px 1% 20px;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 12px auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 80%;
    display: inline-block;
    margin: 20px auto 10px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 16px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 12px;
	}

}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top_back.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 450px;
	margin-bottom: 50px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.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;
  padding-bottom: 5px;
}
.page_roof h2{
  width:auto;
	height: 100%;
	margin: 0;
}
.page_roof .map{
  width: auto;
	height: 100%;
	margin: 0;
}
.page_roof .map svg{
  width: auto;
	height: 100%;
}
.page_roof .inner img{
  height: 100%;
}
.page_roof .click{
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.page_roof .click p{
  display: inline-block;
  background:  rgba(255,255,255,0.8);
  padding: 0px 5px 0px 10px;
  border-radius: 5px;
  font-size: 100%;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .page_roof .click{
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }
  .page_roof .click p{
    font-size: 90%;
  }

}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
.islandContent {
  width: 95%;
	max-width: 950px;
	position: relative;
	margin:0 auto 50px;
  background-color:#E6FFFF;
 	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
 	border-radius: 30px;
  padding-bottom: 15px;
}
.islandContent .island_top{
	margin-bottom: 30px;
	text-align: center;
	position: relative;
  width: 100%;
  padding-top: 10px;
}
.island_top .roof{
  margin-bottom: 10px;
  vertical-align: middle;
}
.island_top .roof p{
  font-size: 150%;
  display: inline;
}
.island_top .roof h2{
  font-size: 260%;
  display: inline;
}
.island_top dl{
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.island_top dl dt{
  width: 60%;
  margin: 0 auto;
}
.island_top dl dt img{
  width: 100%;
  border: 5px solid #FFFFFF;
}
.island_top dl dd.lead{
  width: 38%;
  text-align: left;
	padding: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

}
.island_top dl dd h3{
  font-size: 125%;
  text-align: center;
  margin-bottom: 10px;
}
.island_top dl dd p{
  font-size: 110%;
}

@media screen and (max-width: 759.9px){
  .island_top .roof h2{
    font-size: 180%;
    display: inline;
  }
 .island_top .roof p.region{
    font-size: 120%;
    display: inline;
  }
  .island_top .roof p.catch{
    font-size: 120%;
    display: block;
  }

  .island_top dl dt{
    width: 100%;
    margin: 0 auto;
  }
  .island_top dl dd.lead{
    width: 100%;
  }
  .island_top dl dd h3{
    font-size: 120%;
    text-align: center;
  }
  .island_top dl dd p{
    font-size: 100%;
  }

}
/*-----アクセス-----*/
.islandContent .inner_content{
	width: 95%;
	margin:0 auto 20px;
  text-align: center;
}
.islandContent .inner_content > h3{
  background: #5DC97E;
	color: #FFFFFF;
  padding:5px 30px;
  font-size: 120%;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 20px;
}
.access_unit{
  width: 100%;
  display: flex;
  margin: 0 0 40px;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
}
.access_unit .box {
  min-width: 30%;
  margin:0 0.5% 10px;
  padding: 10px 20px;
  text-align: left;
	border: 1px solid #9EF2BA;
	background: rgba(255,255,255,0.7);
}
.access_unit .box.width50 {
  width: 48.5%;
}
.access_unit .box.width70 {
  width: 67%;
}
.access_unit .box h2{
  font-size: 150%;
  margin: 5px 0;
  text-align: left;
  color: #007335;
}
.access_unit .box p{
  font-size: 100%;
  margin-bottom: 10px;
}

.access_unit .box dl{
  width: 100%;
}
.access_unit .box dl dt{
  display: inline-block;
  vertical-align: top;
}
.access_unit .box dl dd{
  display: inline-block
}
@media screen and (max-width: 759.9px){
  .access_unit .box,
  .access_unit .box.width50,
  .access_unit .box.width70{
    width: 90%;
    margin:0 auto 10px;
  }
}
.islandContent .access_unit a,
.islandContent .access_unit a:hover{
	color: inherit !important;
	margin-bottom: 10px;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.islandContent .icon_access{
  background: url("../images/icon_access.png")no-repeat center left;
  background-size: 28px;
  padding:10px 0 5px 35px;
	margin-bottom: 10px;
}
.islandContent .icon_map{
  background: url("../images/icon_map.png")no-repeat center left;
  background-size: 28px;
  padding:10px 0 5px 35px;
}
.box2{
  margin:0 auto 30px;
  padding: 10px 20px;
  text-align: left;
	border: 1px solid #9EF2BA;
	background: rgba(255,255,255,0.7);
}
.box2.width70 {
  width: 67%;
}

/*-----見どころ-----*/
.photo_comment_unit {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	background: #FFFFFF;
	align-items: center;
}
.photo_comment_unit .photo{
	width: 60%;
}
.photo_comment_unit .photo img{
	width: 100%;
}
.photo_comment_unit .comment{
	width: 40%;
	padding: 20px;
}
.photo_comment_unit .comment h4{
	margin-bottom: 20px;
}
.photo_comment_unit .comment p{
	text-align: left;
}
.photo_comment_unit2 {
	display: flex;
  flex-wrap: wrap;
	width: 90%;
	background: #FFFFFF;
	align-items: center;
	margin: 0 auto 30px;
}
.photo_comment_unit2 .photo{
	width: 40%;
	padding: 10px;
}
.photo_comment_unit2 .photo img{
	width: 100%;
}
.photo_comment_unit2 .comment{
	width: 60%;
	padding: 20px;
}
.photo_comment_unit2 .comment h4{
	margin-bottom: 20px;
}
.photo_comment_unit2 .comment p{
	text-align: left;
}

@media screen and (max-width: 759.9px){
	.islandContent .inner {
		width: 90%;
    margin: 0 auto;
	}
  .photo_comment_unit .photo{
    width: 100%;
  }
  .photo_comment_unit .comment{
    width: 100%;
    padding-bottom: 25px;
  }
	.photo_comment_unit2 .photo{
		width: 100%;
	}
	.photo_comment_unit2 .comment{
		width: 100%;
	}
}
/*-----予約-----*/
.yoyaku {
	width: 100%;
  margin: 30px auto 0;
  text-align: center;
  padding-bottom: 20px;
}
.yoyaku .yoyaku_unit{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	width: 100%;
  margin: 0 auto;
}
.yoyaku h2{
  font-size: 130%;
}
.pamph{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  width: 90%;
  margin: 15px auto 0;
}
.pamph dt{
  width: 65%;
  padding: 10px;
}
.pamph dd{
  width: 35%;
}
.pamph h2{
  font-size: 100%;
}
.pamph img{
  width:100%;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 759.9px){
  .pamph dt{
    width: 100%;
    padding: 0 0 5px 0;
    text-align: center;
  }
  .pamph dd{
    width: 60%;
  }
}
/*タブ*/
.spot_tab_wrap{
  width:95%;
  max-width: 950px;
  margin: 20px auto;
}
.spot_tab_wrap > ul{
  width:100%;
  display: flex;
  flex-wrap: nowrap;
	justify-content: space-between;
}
.spot_tab_wrap > ul li{
  flex-grow: 1;
	width: 33%;
  text-align:center;
  padding:20px 0;
  cursor: pointer;
  font-size: 120%;
	border-radius: 10px 10px 0 0;
}
.spot_tab_wrap > ul li:first-child{
	margin-right: 1%;
}
.spot_tab_wrap > ul li:last-child{
	margin-left: 1%;
}
.spot_tab_wrap > ul li.comingsoon {
  pointer-events: none;
}
.spot_tab_wrap .view{
  background: #FFF67F;
}
.spot_tab_wrap .play{
  background: #d4ffcc;
}
.spot_tab_wrap .eat{
  background: #ffe6e6;
}
.spot_tab_wrap .activity{
  background: #DCC3E9;
}
.spot_tab_wrap .invalid{
  opacity: 0;
  pointer-events: none;
}

.spot_tab_wrap > ul li.selected::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left:0px;
  right:0px;
  height: 16px;
  background-size:auto 100%;
  z-index: 0;
}
.spot_tab_wrap > ul li.selected p {
  position: relative;
  z-index: 10;
}
.spot_tab_wrap > ul li{
  font-size:150%;
  color:#333;
  font-weight:bold;
}
.spot_tab_wrap h3{
  font-size:180%;
  color:#333;
  font-weight:bold;
  margin: 10px auto 20px;
}
.tab_wrap {
	width:100%;
  margin: 0 auto;
	padding:20px 20px;
	border-radius: 0 0 10px 10px
}
.flex_unit {
  display: flex;
  flex-wrap: wrap;
	width:100%;
}

.tab_wrap_box {
	width:50%;
  text-align: left;
  padding: 15px 15px 0;
}
.tab_wrap_box .comment h4{
  font-size: 130%;
	margin-bottom: 10px;
}
.tab_wrap_box .comment p{
	text-align: left;
}

.tab_wrap_box.width100 {
	width:100%;
}
.tab_wrap_box img{
	width:100%;
}
.tab_wrap_box .data {
  width: 90%;
  margin: 10px auto
}
.tab_wrap_box .data dl {
  width: 100%;
  margin-bottom: 5px;
}
.tab_wrap_box .data dl dt{
  display:inline-block;
  text-indent: -1em;
}
.tab_wrap_box .data dl dd{
  display:inline-block;
}
.tab_wrap_box p.current{
  text-align: right;
  font-size: 90%;
}
.tab_wrap_box > ul{
	width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab_wrap_box > ul.rows3 li{
	width: 31%;
  margin: 0 1% 10px;
}
.tab_wrap_box > ul.rows2 li{
	width: 48%;
  margin: 0 1% 10px;
	align-self: flex-start;
}
.tab_wrap_box > ul li h4{
	text-align: center;
	font-size: 120%;
}
.tab_wrap_box > ul li p{
	text-align: center;
	font-size: 100%;
}
p.caption{
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

@media screen and (max-width: 759.9px){
  .spot_tab_wrap > ul li{
    font-size: 100%;
    padding:15px 0;
  }
  .tab_wrap_box {
    width:100%;
  }
  .tab_wrap_box .comment h4{
    font-size: 110%;
    margin-bottom: 10px;
  }
  p.caption{
    font-size: 10px;
    margin-top: 3px;
  }
  .tab_wrap_box > ul.rows3 li{
    width: 48%;
    margin: 0 1% 5px;
  }
  .tab_wrap_box > ul.rows2 li{
    width: 80%;
    margin: 0 auto 5px;
  }

}
@media screen and (max-width: 759.9px){
  .islandContent h2,
  .islandContent h3,
  .islandContent h4,
  .islandContent h5 {
    font-weight: bold;
  }
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-slide p.caption{
	text-align: center;
  line-height: 1.4;
  margin-top: 5px;
  height: 3em;
  font-size: 110%;
}
.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 screen and (max-width: 759.9px){
	.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%;
	}
}

/*見どころスライド*/
.swiper-container.main{
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 5%;
}
.swiper-container.main::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #E6FFFF;
  z-index: 10;
}
.swiper-container.main::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:auto;
  right:0;
  bottom:0;
  background: #E6FFFF;
  z-index: 10;
}
.main .swiper-slide {
  border: 1px solid #CCCCCC;
}
.swiper-container .swiper-pagination_main {
  margin-top: 30px;
  text-align: center;
}
.swiper-pagination_main .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px !important;
  width: 54px;
  height: 5px;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination_main .swiper-pagination-bullet-active{
	/*background: #B20202;*/
  background: #328AE3;
  opacity: 1;
}

.swiper-button-prev_main,
.swiper-button-next_main{
  cursor: pointer;
  z-index: 99;
}
.swiper-button-prev_main:focus,
.swiper-button-next_main:focus{
  outline: none;
}
.swiper-button-prev_main{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
}
.swiper-button-next_main{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
}
@media screen and (max-width: 759.9px){
  .swiper-container.main{
    margin-bottom: 20px;
  }
	.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%;
	}
  .swiper-container .swiper-pagination_main {
    display: none;
  }
  .swiper-button-prev_main{
    font-size:30px;
    left: -2px;
  }
  .swiper-button-next_main{
    font-size:30px;
    right: -2px;
  }
}




/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(237,233,231,0) 0%,rgba(237,233,231,1) 60%) ;
		padding-top:160px;
    z-index: 999;
	}
	.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;
    background:#EEEEEE;
	}
	.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; 
	 }
}
/*------------ポップアップ-------------------*/
.expansion {
  cursor: pointer;
}
.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 950px;
  padding: 40px 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.popup_content img{
  /*width: 80vw;
  max-width: 900px;*/
  height: 50vw;
  max-height: 510px;
  width: auto;
}

.popup_content p{
  text-align: center;
  margin-bottom: 20px;
}
.popup_content .bold{
  font-weight: bold;
  font-size:120%;
  white-space: nowrap;
}
@media screen and (max-width: 759.9px){
  .popup_content {
    padding: 40px 0 60px;
    background-size: auto 120%;	
  }
  .popup_content p{
    font-size:3.4vw;
  }
  .popup_content .bold{
    font-size:3.5vw;
  }
}  
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

