@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1 {
	margin-top: -20px;
	padding-left: 20px;
	padding-bottom: 5px;
	width: 100vw;
	height: auto;
}


body{
	color: #3f3a34;
}
#wrapper{
    
}
.stripe{ 
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: repeating-linear-gradient(-45deg, yellow, yellow 2px, white 2px, white 4px);
}
ul{
    list-style-type: none;
}
header{
	position: relative;
	/*padding: 10px;*/
	width: 100%;
	height: auto;
	background-color: #F9EBD1;	  
}
nav{
	max-width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
     
	/*background-color: yellow; */   
}
nav ul{
display: flex;
	justify-content: space-between;
	
}

nav li a{
	font-size: 20px;
	width: 120px;
	text-decoration: none;
	color: #0A6646;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
nav li:hover{
	background-color: #0A6646;    
}
nav li a:hover{
	color: #fff;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
/*#slider li img{
	max-width: 100%;
	height: 600px;
}*/
/*ーーーーーーーーーーーーーーーーーーーーーheroイメージーーーーーーーーーーーーーーーーーーーーーー*/
.hero{
     width: 100%;
    height: 100vh;
   }

#pankuzu ul{
    margin: 20px;
    padding-left: 10px;    
}
#pankuzu ul li{
    display: inline-block;
    margin-right: 5px;
}
#pankuzu ul li a{
       background-repeat: no-repeat;
    background-position: right center;
    
}

h2,h3{
    text-align: center;
    padding: 30px;
}
h2{
     font-size: 2em;
}
h3{
     font-size: 1.8em;
}
.title{
    text-align: center;
}
.shadow {
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
footer{
	width: 100%;
	text-align: center;
	background-color: #F9EBD1;
	color: #0A6646; 
}
.fa-3x{
	max-width: 100vw;
}
.tel{
	max-width: 100%;
    margin-bottom: 40px;
    
}
 .tel .tel-inner{
	width: 80%;
	margin: 0 auto;
	background-color: #F9EBD1;
	 text-align:  center;
     padding-bottom: 10px;	
     border: 3px dotted #ccc;     
}
.tel .tel-inner p:first-of-type{
    font-size: 2em;
}
.gmap{
	with: 100vw;
	height: auto;
}    
/*PAGE TOPボタン追加*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 0;
bottom: 50px;
background: #0A6646; /*ボタンの色*/
opacity: 0.6;
border-radius: 50%; /*角の丸み*/
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-family: "Font Awesome 5 Free";
content: "\f102"; /*アイコン*/
font-weight: 900;
font-size: 25px;
color: #fff; /*アイコンの色*/
position: absolute;
width: 25px;
height: 25px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/*cssシグネチャ*/
#home .title h2{
	padding-top: 0;
	
}
#home .point{
	line-height: 1.5em;
}
#home #intro {
    width: 100%;
    margin: 0 auto;
    background-color:  lemonchiffon;
    display: flex;
    justify-content: space-around;
}
#intro .item figure{
	padding: 20px;
}
/*.item:first-of-type{
	padding-left: 50px;
}*/
#intro .item .img-wrap{
	width: auto;
	height: auto;
}
#intro .item .img-wrap img{
	display: block;
	transition-duration: 0.3s;
}
#intro .item .img-wrap img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
    opacity: 0.7;
}
.item figcaption{
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
    text-align: center;
}
#main-contents {
    width:100%;
	margin: 0 auto;
    display: flex;	
	margin-bottom: 40px;
	
}
#main-contents #news{
    width: 60%;
	padding-left: 20px;
	
    /*background-color: gray;*/
}
#main-contents #insta{
    width: 40%;
	
   /* background-color: blue;*/
/*overflow: hidden;*/
}
#insta-ph{
	text-align: center;
}
#news ul li{
	padding: 20px 10px;
	border-bottom: 0.5px solid #ccc;	
}
#news ul li time{
	width: 100%;
    padding-right: 10px;
	font-size-adjust: auto;
	
}
#news .border datetime{
	width: 40%;
}


/*--------------------------------stay----------------------------------*/
#stay main .hero{
    background-image: url("../images/hero-stay.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#stay .inner{
   /* background-color: aqua;*/
    padding: 50px;
   display: flex;   
}
#stay .inner .left{
   /* background-color: coral;*/
    width: 50%;
	height: 200px;
    line-height: 1.6;
	border: 5px double #ccc;
	text-align: center;
	padding-top: 30px;
	
}
#stay .inner .right{
   /* background-color: #fff;*/
    width: 50%;
    }
#stay .center{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
	width: 100%;
	max-width: 100%;
	height: auto;
	
    }

#stay #setusbi-inner{
    padding: 50px 50px 0 50px;
    background-color: #F9EBD1; 
    width: 90%;
    margin: 0 auto;
    border: 3px dotted #ccc;
    margin-bottom: 40px;
	line-height: 1.5em;
}

#stay #bath{
    padding-left: 0;
}
#stay h3{
	/*text-align: left;
	padding-left: 5px;*/
   /* background-color: green;*/
}
/*--------------------------------▼eat▼----------------------------------*/
#eat .hero{
    background-image: url("../images/hero-eat.png");
 background-size: cover;
    background-repeat: no-repeat;}
#eat p{
    text-align: center;
}

#eat .inner{
    /*background-color: aqua;*/
    padding: 50px;
   display: flex;   
}
#eat .inner .left{
   background-color: #F9EBD1;
    width: 50%;
    line-height: 1.6;
}
#eat .inner .right{
   /* background-color: #fff;*/
    width: 50%;
    }
#eat .center{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

/*--------------------------------▼activity▼----------------------------------*/
#activity main .hero{
    background-image: url("../images/hero-activity.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#activity #play .play-contents{
	display: flex;
	justify-content: space-between;
}
#activity #play .play-contents .play-inner{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 0 auto;	
}
#activity #play .title{
padding-top: 10px;
}
#activity #play .title h4{
margin-bottom: 10px;
    font-size: 1.3em;
}

/*--------------------------------▼contact▼----------------------------------*/
#contact .hero{
    background-image: url("../images/hero-home2.png");
 background-size: cover;
    background-repeat: no-repeat;}
#contact #form-contents{
	background-color: #DFD0F8;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
   /* background-image: url("../images/bg-mori.jpg");*/
}
#contact #form-contents .inner p{
    text-align: center;
    line-height: 1.3em;
	font-size: 1em;
}

#contact #contactform{
 padding: 20px;
}
#contact #contactform table{
	max-width: 100%;
	font-size: 14px;
    margin: 0 auto;

}
#contact #contactform th{
    width: 30%;
    padding-right: 10px;
    height: 40px;
    
   /* width: 960px;*/
   /* height: 40px;*/
}
#contact #contactform td{
     width: 70%;
    padding-left: 10px;
    height: 40px;
}
/*#contact #entryform th{
	/*padding-left: 200px;*/
   /* vertical-align: middle;
}*/
#contact #entryform td input[type="text"],
#contact #entryform td input[type="email"],
#contact #entryform td input[type="tel"]{
	padding: 5px;
}

#contactform .btn{
	width: 100px;
	background-color: #333;
	color: #fff;
	display: block;
	text-align: center; 
	line-height: 50px;
	border-radius: 5px;
	margin: 0 auto;
  
}
#contactform .btn:hover{
	opacity: 0.8;
	corsor: pointer;
}
/*--------------------------------access----------------------------------*/
#access .hero{
    background-image: url("../images/hero-access.png");
     background-size: cover;
    background-repeat: no-repeat;}
#access .inner{
    display: flex;
    margin: 0 auto;
    width: 80%;
    padding: 10px;
}
#access .right{
   padding-bottom: 20px;      
    }
#access .address{
    padding: 20px;
}
#access .inner h4{
	font-weight: bold;
}
#access .address h4{
	color: #0A6646; 
}
#access .way{
    padding-left: 20px;
    text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
    
}
@media (max-width : 768px ){
	nav{
	display: none;
}
	.hero{
	width: 100%;
		height: 0;
		padding-top: 50%;
	}	
.is-fixed {
  position: static;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
	height: auto;
}
#home #slider img{
		max-width: 100vw;
		height: auto;
	}
h1{
	width: 20vw;
	height: auto;	
}
	#stay .inner{
		display: block;
	}
	#stay .inner .right{
		width: 100%;	
	}
	#stay .inner .left{
		width: 100%;
		margin-bottom: 10px;
	}
	#stay .center{
		/*max-width: 100%;*/
		height: auto;
		display: inherit;
		padding-left: 40px;
	}
	#eat .center{
		display: block;
		width: 80vw;
		padding-left: 120px;
	
	}
	#eat .inner{
		display: block;
	}
		#eat .inner .right{
			width: 100%;}
		#eat .inner .left{
			width: 100%;}
	#activity #play .play-contents{
		display: block;
		margin-bottom: 20px;
	}
	#activity #play play-inner{
		display: block;
		margin-bottom: 20px;
	}
#contact #form-contents .inner p{
	width: 100%;
	font-size: 0.8em;}

#access .inner{
	display: block;
	}
}