@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

html {
  scroll-behavior: smooth;
}
#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%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  background: url("../images/bg_hoshizora.jpg")no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 400px;
}
#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;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
	#wrapper {
		width: 100%;
		padding-bottom: 300px;
	}
  .sp_none{
    	display: none;
  }
  #wrapper h2,
  #wrapper h3,
  #wrapper h4,
  #wrapper h5{
    font-weight: bold;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #F50304;
}
.text_bold {
	font-weight: bold;
	font-size: 120%;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco span{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 80%;
  color: #333333;
  font-size: 80%;
}
@media (max-width:767px){
	.deco span{
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 12px;
	}
}
p.credit{
  position: absolute;
  bottom: 10px;
  right:10px;
  font-size: 90%;
  color: #FFFFFF;
  background: rgba(0,0,0,0.3);
	padding: 0 10px 1px;
	border-radius: 10px;
}
a.godetail{
	width: 80%;
  max-width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin:0 10px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: sans-serif;
	z-index: 10;
}
a.godetail p{
	font-size: 120%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
a.godetail p.attention{
	font-size: 90%;
	margin: 5px auto 0;
	text-indent: 0;
}
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;
}
@media (max-width:767px){
  a.godetail{
		height: 60px;
    font-size: 90% ;
  }
}
/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
  position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.page_roof_fade .roof{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.2);/*ロゴ下の暗さ*/
}
.page_roof_fade .roof h2{
	width: 100%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof_fade .roof h2 img{
  width:100%;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}
.page_roof_fade .roof .lead{
	position: absolute;
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
	bottom: 0;
	left: 0;
	right: 0;
}
.page_roof_fade .roof .lead p{
	font-size: 130%;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5);
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
@media (max-width:767px){
	.page_roof_fade .roof .lead{
		margin-bottom: 10px;
	}
  .page_roof_fade .roof .lead p{
    font-size: 100%;
		line-height: 1.6;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 95%;
	max-width: 950px;
	margin:0 auto;
}
/*-------------ページコンテンツ   --------------*/
#intro {
  margin-bottom:50px;
}
#intro .inner p{
  font-size: 14px;
  margin-bottom: 18px;
}
/*-------------マップ--------------*/
@media (min-width:1000px){
  #map {
    background: url("../images/bg_map1.png")no-repeat top 15% left 20%,
      url("../images/bg_map4.png")no-repeat bottom 10% left 15%,
      url("../images/bg_map3.png")no-repeat top 20% right 10%,
      url("../images/bg_map2.png")no-repeat bottom 5% right 15%;
    background-size: 15%,23%,23%,23%;
  }
}
#map{
  margin-bottom: 30px;
}
#map .inner {
  text-align: center;
}
#map h2 {
  display: inline-block;
  font-size: 180%;
  background: url("../images/bg_line.png")no-repeat bottom center;
  background-size: contain;
  padding-bottom: 10px;
  position: relative;
}
#map h2::before {
  content: "";
  position: absolute;
  top:-20px;
  left: -50px;
  width: 50px;
  height: 100px;
  background: url("../images/icon_leaf.png") no-repeat center center;
  background-size: contain;
}
#map .map{
  width: 90%;
  margin: 0 auto 20px;
  vertical-align: top;
}
#map .map svg{
  width: 100%;
  max-width: 530px;
  height: auto;
  background: url("../images/rosenzu.svg")no-repeat center;
  background-size:100% auto;
}
#map .map svg .label:hover{
  opacity: 0.7;
}

@media (max-width:767px){
  #map h2 {
    font-size: 120%;
    background: url("../images/bg_line.png")no-repeat bottom center;
    background-size: contain;
    padding-bottom: 5px;
    position: relative;
  }
  #map h2::before {
    content: "";
    position: absolute;
    top:0px;
    left: -30px;
    width: 30px;
    height: 60px;
    background: url("../images/icon_leaf.png") no-repeat center center;
    background-size: contain;
  }
}
/*-----------行程表 --------------*/
h2.title_line{
  text-align: center;
  font-size: 180%;
	text-shadow: 1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,-1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF;
}
h2.title_line span{
  background: url("../images/bg_line.png")no-repeat bottom center;
  background-size:auto 10px;
  padding:0 10px 10px;
}
@media (max-width:767px){
	h2.title_line{
		font-size: 140%;
		line-height: 2;
	}
}
/*-------------行程表--------------*/
#itinerary {
	margin-bottom: 40px;
}
.itinerary h2{
	font-size: 140%;
	text-align: center;
}
@media (max-width:767px){
	.itinerary h2{
		font-size: 130%;
	}
}
/*-------------料金   --------------*/
#price{
  width: 95%;
  margin: 30px auto 0;
	background: rgba(243,243,243,1.00);
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#price h2{
	font-size: 140%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
#price table{
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFFFFF;
	margin: -10px 0 10px;
}
#price table caption{
	text-align: right;
}
#price table th,
#price table td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 5px 0;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: normal;
}
@media (max-width:767px){
	#price{
		padding: 20px 10px;
	}
	#price h2{
		font-size: 120%;
	}
	#price table{
		margin: 0 0 10px;
	}
	#price table caption{
		text-align: center;
	}
}
/*-------------おすすめポイント--------------*/
#point {
	width: 100%;
	margin-bottom: 40px;
	background: url("../images/bg_point.jpg") no-repeat center;
	background-size:cover;
	padding: 40px 0;
	position: relative;
}
#point::before{
	content:"";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: rgba(255,255,255,0.4) ;*/
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1));
	z-index: 1;
}

#point .inner{
	position: relative;
	padding: 20px 0;
	z-index: 2;
}
#point ul{
	width: 90%;
	margin:0 auto;
	font-size: 150%;
}
#point ul li{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100px;
	padding:35px 0 35px 110px;
}
#point ul li:first-child{
	background-image: url("../images/point1.png");
}
#point ul li:nth-child(2){
	background-image: url("../images/point2.png");
}
#point ul li:last-child{
	background-image: url("../images/point3.png");
}
@media (max-width:767px){
	#point {
		width: 100%;
		margin-bottom: 20px;
		background: url("../images/bg_point.jpg") no-repeat center;
		background-size:cover;
		padding: 20px 0 0;
	}
	#point ul{
		width: 90%;
		margin:0 auto;
		font-size: 120%;
	}
	#point ul li{
		background-size: 80px;
		padding:10px 0 10px 90px;
		margin-bottom: 20px;
	}
}
/*-----アクティビティ-----*/

/*-----注記ボックス-----*/
dl.activity {
	display: flex;
	margin: 30px auto;
	font-size: 100%;
	flex-wrap: wrap;
}
dl.activity dt{
	width: 55%;
}
dl.activity dt img{
	width: 100%;
}
dl.activity dd{
	width: 45%;
	padding: 20px 20px;
	background: rgba(255,255,255,0.6);
}
dl.activity dd h3{
	font-size: 130%;
	margin-bottom: 20px;
}
dl.activity dd p{
	font-size: 110%;
}
@media (min-width:768px){
	dl.activity:nth-of-type(even){
		flex-direction: row-reverse;
	}
}
@media (max-width:767px){
	#activity {
		padding-bottom: 150px;
	}
	dl.activity {
		width: 90%;
		font-size: 90%;
	}
	dl.activity dt,
	dl.activity dd{
		width: 100%;
	}
	dl.activity dd{
		padding: 10px;
	}
	dl.activity dd h3{
		margin-bottom: 10px;
	}
}
/*-----予約-----*/
.yoyaku{
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
@media (min-width:768px){
	.yoyaku{
		background: rgba(255,255,255,0.3);
	}
}
.yoyaku p{
	font-size: 120%;
	margin-bottom: 15px;
}
.yoyaku_unit{
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.yoyaku_unit{
	width: 100%;
	display: flex;
	margin: 15px auto 0;
	justify-content: center;
	text-align: center;
}

/*-----注記ボックス-----*/
.caution{
	width: 80%;
  margin: 15px auto 40px;
  text-align: left;
	/*border: 1px dotted #CCCCCC;*/
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 10px;
}
.caution h2{
	font-size: 120%;
  text-align: center;
}
.caution > p{
	font-size: 100%;
  color: #B2020;
  margin-bottom: 10px;
}
.caution li{
	font-size: 100%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

@media (max-width:767px){
	.caution{
		width: 100%;
	}
}

/*-----開閉パネル--------------------*/
@media (max-width:767px){
  .comment .morepanel{
    display: none;
  }
  .comment .morepanel.open{
    display:inline;
  }
  .comment .morepanel.open::before {
    content: "\A";
    white-space: pre;
  }
  .comment p:first-child {
    display: inline;
  }
  .comment .more{
    display: inline-block;
    /*background:#CCC;*/
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 10px;
  }
  .comment .more::after{
    content:"続きを読む";
  }
  .comment .moreClose{
    display: inline-block;
    /*background:#CCC;*/
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 80%;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .comment .moreClose::after{
    content:"閉じる";
  }
}

/*-----スライド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;
}
/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  height: 550px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container.top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 95%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.swiper-container.top .swiper-slide .slide-img {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0 ;
	width: 100%;
  height: 100%;
	margin:0;
  background-size: cover; 
}
@-webkit-keyframes zoomIn {
  0% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes zoomIn { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて縮小させる */
    -webkit-animation: zoomIn 12s linear 0s;
    animation: zoomIn 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (max-width:767px){
  .swiper-container.top .swiper-slide{
    position: relative;
    width: 100%;
    margin:0;
    height: 70vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
	.swiper-container.top .swiper-slide p{
		top:5px;
		bottom:auto;
		right:10px;
		left: 0;
		text-align: right;
		font-size: 12px;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	}
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.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;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-prev.inbox img{
	width: 100%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.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%;
	}
}