@charset "UTF-8";
/*CSS INFOMATION=======================

PC CSS

File name : pc.css
   
====================================*/

@media all and (min-width: 0px) and (max-width: 768px) {
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   	font-family:"Talking";
    font-size:12px;
	line-height:1.8;
}


a		{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


a:hover{
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.pcBox{
	display:none;
}
/*
 * プログレス表示
 */

.progress {
	background:#000;
    color: rgb(255, 255, 255);
    height: 100%;
    position:fixed;
	overflow:hidden;
    width: 100%;
	top:0;
	z-index:9999;
}
.progress-bar { 
    border-top: 1px solid rgb(160, 160, 160);
    position: absolute;
    top:50%;
    width: 0%;
	display:none;
}
.progress-text {
    font-size:12px;
	line-height:12px;
	font-family: 'Poppins', sans-serif;
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;
	margin:15px 0 0 -12px;
	color:#fff;
}
.progress-complete .progress-bar {
    border-top-color: rgb(255, 255, 255);
}


#opening{
	font-size:12px;
	line-height:12px;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	width:300px;
	margin:-5px 0 0 -150px;
}


.loader {
  font-size: 10px;
  margin:-50px auto;
  top:50%;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #000;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}






.pcBox{
	display:none;
}



#container{
	line-height:1.8;
	background:#fff;
	padding:0;
}




header{
	position:relative;
	z-index:9995;
	position:fixed;
	height:60px;
	width:100%;
	top:0;
	/*box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:0px 1px 3px 1px #555;
-moz-box-shadow:0px 1px 3px 1px #555;
-webkit-box-shadow:0px 1px 3px 1px #555;*/
}



h1{
	position:absolute;
	top:3px;
	left:50%;
	color:#fff;
	width:300px;
	margin:0 0 0 -165px;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	
}

h1 a{
	font-size:26px;
	text-decoration:none;
}

h1 img{
	width:100%;
	height:auto;
}

	
/*
h2{
	text-align:center;
	font-size:16px;
	padding:40px 0 15px;
	margin:0 0px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;

}
*/

h2{
	text-align:center;
	padding:20px 10px 15px;
	margin:0 auto;
	max-width: 400px;
	font-size:20px;

}
	
h2 img{
	width: 100%;
	height: auto;
	}

h3{
	font-size:16px;
	font-weight:bold;
	padding:0 0 0;
}


h4{
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px;
}	


nav ul li{
	margin:10px 5px 10px;
	color:#fff;
	text-align:center;
}

nav ul li a{
	color:#fff;
	font-family:"Talking";
	text-decoration:none;
	font-size:17px;
}

nav ul li a:hover{
	color:#666;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	
}





p{
	margin:0 0 20px;
	line-height:1.9 !important;
}




#scroll{
	margin:0;
	display:none;
	position:absolute;
	left:50%;
	bottom:50px;
	margin:0 0 0 -27px;
	z-index:999;
}

footer{
	padding:60px 0 15px;
	font-size:10px;
	overflow:hidden;
	
}



.pageTop a{
	text-align:center;
	padding:0 0 30px;
	font-size:25px;
	color:#fff;
	display:block;
}


.pageTop a:hover{
	color:#666;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.pager{
	position:relative;
	width:60px;
	height:50px;
	margin:0 auto;
}


.pager .next{
	position:absolute;
	top:0;
	right:-70px;
}

.pager .prev{
	position:absolute;
	top:0;
	left:70px;
}


#topcontrol{
	z-index:100;
}

#topcontrol img{
	width:27px !important;
	height:auto !important;
}


/*

header
-----------------------------------*/


.snsBox{
	color:#fff;
	margin:0 auto;
	width:110px;
	padding:0 0 0 5px;
}

.snsBox a{
	color:#fff;
	font-size:30px;
	padding:0 5px;
	float:left;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.snsBox a:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0; 
	
}





/*

section
-----------------------------------*/
section{
	padding:20px 0 ;
}


/* home */
#home{
	background:url(../img/bg_sp.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
}


.homeMovie{
	display:none;
}


.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 0 10px;
  
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border:1px solid #222;
}
	
	.topbanner{
	position: absolute;
	bottom: 0;
	z-index:10;
	}
	
		
.summerTime img{
	width: 100%;
	height: auto;
	}
	


.summerTime02 img{
	width: 100%;
	height: auto;
	}	
	

.openTime{
	position:absolute;
	right:10px;
	top:10px;
	z-index:10;
}


.openTime img{
	width:130px;
	height:auto;
}


.mainArea{
	position:absolute;
	top:50%;
	margin:-210px 11% 0;
}

.logo{
	padding:0 0 25px;
}

.logo img{
	width:100%;
	height:auto;
}


.movie{
	margin:1px 50px;
	
}



h2.ttl-a{
	text-align:center;
	padding:40px 20px 30px;
	margin:0 auto;
	max-width: 400px;

}
	
h2.ttl-a img{
	width: 100%;
	height: auto;
	}


h2.ttl-b{
	text-align:center;
	padding:30px 30px 0;
	margin:0 auto;
	max-width: 400px;

}
	
h2.ttl-b img{
	width: 100%;
	height: auto;
	}


.ttl-c{
	text-align:center;
	font-size:22px;
	padding:50px 0 10px;
	margin:0 0px;
	line-height:24px;
	color:#000;
	font-weight:bold;
}

.ttl-d{
	font-size:14px;
	margin:30px 0 10px !important;
	padding:0 0 0 10px;
	margin:0 0px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	border-left:3px solid #000;
}



#home p{
	font-size:12px;
	font-weight:bold;
}




/* walk */

#walk p{
	font-size:12px;
	font-weight:bold;
}

.photoBox{
	width:100%;
	margin:0 auto 20px;
	text-align:left;
}

.photoBox img{
	width:100%;
	height:auto;
}

.photoList{
	padding:0 0 0;
}

.photoList img{
	width:33.3%;
	height:auto;
	
}


/* shop */
#shop{
	margin:0 10px;
}


#shop p{
	
}


.txtB{
	font-size:12px !important;
	font-weight:bold;
	margin:0 0 20px;
}



p.txtMain{
	font-size:12px;
	font-weight:bold !important;
}

/* news */

#news{
	padding:0 15px;
	
}

#news p{
	font-size:12px;
}


#newsB{
	padding:30px 15px 0;
	
}




.detailBox{
	margin:0 auto;
	padding:15px 0 0;
	border-top:1px solid #ccc;
	text-align:left;
}

.detailBox .imgBox{
	padding:5px 0 15px;
}

.detailBox h3{
	font-size:16px;
}

.detailBox p{
	padding:0 0;
	font-size:12px;
}

.btnArea{
	padding:0 0 0;
}

.day{
	font-size:10px;
}




/* realestate */

#realestate p{
	font-size:12px;
	font-weight:bold;
}

/* post */

#post p{
	font-size:12px;
	font-weight:bold;
}


/* access */
#access p{
	font-size:12px;
	font-weight:bold;
}


.map iframe{
	width:100%;
	height:280px;
	
}





/* contact */

#contact p{
	font-size:18px;
	font-weight:bold;
	margin: 0 0;
}

#contact a{
	text-decoration:none;
}

#contact a:hover{
	
}



	#js-instalib{
		width:100%;
		margin: 0 auto 10px;
		overflow: hidden;
	}

	#js-instalib li{
		width:31.3%;
		height: auto;
		margin: 0 1% 2%;
		float: left;
		overflow: hidden;
		text-align: center;
	}
	
	
	#js-instalib li .inbox{
		position: relative;
    width: 100%;
	}
	
	
	#js-instalib li .inbox:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
	
	#js-instalib li .inbox a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
	
	
	#js-instalib li img{
		width:auto;
		height:100%;
	}
	
	.instaBox{
		margin: 0 10px 30px;
	}
	


/*

btn
-----------------------------------*/


.buttonA a{
    margin:0 auto;
	padding:10px 0;
    width: 230px;
	color:#fff;
	display:block;
    text-align: center;
	background:#000 url(../img/btnNext.png) center right 10px no-repeat;
	background-size:12px 12px;
	text-decoration:none;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	font-size:14px;
}

.buttonA a:hover {
    background:#555 url(../img/btnNext.png) center right 10px no-repeat;
	background-size:12px 12px;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	font-size:14px;
}




.btnArea{
	padding:0 0 30px;
	clear:both;
}



/*

list
-----------------------------------*/
.listA{
	width:100%;
	border-top:1px solid #ccc;
}


.listA li{
	border-bottom:1px solid #ccc;
	padding:10px 0;
	overflow:hidden;
}

.listA li a{
	text-decoration:none;
}


.listB{
	margin:0 0;
	overflow:hidden;
	
}

.listB li{
	width:31.3%;
	float:left;
	text-align:left;
	margin:0 1% 2%;
}

.listB li .shop-ttl{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:1.0;
	height:20px;
}

.listB li .shop-img{
	border:1px solid #ddd;
	padding:1px 0 0;
	margin:0 0 8px;
}


.listC{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 0;
}
	
.listC li{
	list-style:disc;
	margin:0 0 0 20px;
}


.listD{
	overflow:hidden;
	margin:0 10px;
}

.listD li{
	width:31.3%;
	float:left;
	text-align:left;
	margin:0 1% 2%;
}


.listE li{
	list-style:disc;
	margin:0 0 0 20px;
	font-size:12px !important;
}



.snsBoxB{
	padding:20px 0 ;
}

.snsBoxB ul li{
	float:left;
	padding:0 8px 0 0;
	height:20px;
}



.listB video {
	width: 100%;
	height: auto;
	}


.movie-ttl{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:1.0;
	height:20px;
}	
	
	

.movieList{
}	
	

	.movieList li{
		margin: 0 15px 15px;
	}



	
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}	
/*

shop
-----------------------------------*/

.shopMain{
	padding:5px 0 20px;
}

.shopBox h3{
	padding:0 0 3px;
	margin:0 0 15px;
	font-size:18px;
	border-bottom:1px solid #e3e1d9;
	clear:both;
}

.shopBox p{
	padding:0 0 20px;
}




/*

float
-----------------------------------*/
.leftBoxA{
	padding:0 0 3px;
	font-size:10px !important;
	text-align:left;
}

.rightBoxA{
	text-align:left;
	font-size:12px !important;
}


.leftBoxB{
	padding:5px 0 10px;
	
}

.rightBoxB{
	font-size:12px !important;
	text-align:left;
}


.leftBoxC{
	width:20%;
	float:left;
}

.leftBoxC{
	border:1px solid #ddd;
}

.leftBoxC img{
	width:100%;
	height:auto;
}

.rightBoxC{
	width:76%;
	float:right;
	background:#fff;
}



.sakka{
	padding:30px 0 0;
}

.sakka p{
	font-size:13px !important;
}

.sakka storng{
	font-size:16px !important;
}

.sakka h3{
	margin:0 0 15px;
}

.ttl-sakka{
	font-size:16px;
	text-align:center;
	font-weight:bold;
}


.day{
	font-size:10px;
}


/*
	
Nav
-----------------------------------*/

main {
    text-align: center;
    position: relative;
    z-index: 1;
	background:#fff;
}
aside{
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 15px 15px;
    background:rgba(0,0,0,0.9);
    position:fixed;
    top: 0;
    right: 100%;
    z-index: 2
}

.sidebarLogo{
	display:none;
}


h1 {
    font-size: 1.25em;
}
figure {
    max-width: 320px;
    margin: 20px auto;
}
figure img {
    max-width: 100%;
    margin-bottom: 10px;
}




a#menuButton {
    display: block;
    width:40px;
    height:63px;
	background:url(../img/menu.png) top no-repeat;
	background-size:40px 63px;
    position: fixed;
    top: 12px;
    left: 15px;
    z-index:99;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a#menuButton.active {
    display: block;
    width:40px;
    height:63px;
	background:url(../img/menu_open.png) top no-repeat;
	background-size:40px 63px;
    position: fixed;
    top: 12px;
    left: 15px;
    z-index:99;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



#scrollbtn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -15px;
	display: none;
}

	
#scrollbtn a {
	height: 90px;
  padding-top:100px;
	color: #fff !important; 
	text-decoration: none;
}
	
#scrollbtn a:hover{
	text-decoration:none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	}

#scrollbtn a span {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
	

#scrollbtn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
	




}