.slick_container{
	margin-top: 0;
}

#cover-wrapper {
	width:100vw;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: #FFF;
}
#cover-wrapper img{
	width:100vw;
	height: 100vh;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;	
}
.cover-wrapper-contents {
	width:100vw;
	background-color: #FFF;
}
.cover-wrapper-contents img{
	width:100vw;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.contents-title-area {
	width: 100%;
	text-align: center;
	margin-top: -30%;
	position: absolute;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.contents-title-area-n {
	width: 100%;
	text-align: center;
	margin-top: -23%;
	position: absolute;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.contents-title-area-height {
	width: 100%;
	text-align: center;
	margin-top: -50%;
	position: absolute;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.contents-top-title {
	font-family: 'Baloo Chettan 2', cursive;
	width: 100%;
	text-align: center;
	margin-top: -250px;
	position: absolute;	

}
.contents-title {
	font: 2.5em 'Baloo Chettan 2', cursive;
	letter-spacing: 3px;
}
.contents-title-m {
	font: 2em 'Baloo Chettan 2', cursive;
	letter-spacing: 3px;
}
.contents-title-ms {
	font: 2em 'Baloo Chettan 2', cursive;
	font-size: 2em;
	letter-spacing: 1px;
	background-color: #FFF;
}

.ojf {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.vv {
  position: absolute;
  bottom: 8%;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.vv {
  padding-top: 60px;
}
.vv span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;

}
.vv a {
	color: #FFF;
	font-size: 10px;
}
.vv span::before {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
/* pop-up */
.pop-area{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: rgba(175, 150, 91, 0.7);
	position: absolute;
	top: 30px;
	color: #FFF;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px #7c7c7c;
	font-size: 1em;
	right: 30px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pop-area-w{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: rgba(213, 185, 2, 0.7);
	position: absolute;
	top: 220px;
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px #7c7c7c;
	font-size: 1em;
	right: 50px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pop-area-y{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 40%;
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px #666;
	font-size: 1em;
	right: 50px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pop-area-in {
	margin-top: 20%;
}
.pop-area-in-w {
	margin-top: 35%;
	cursor: pointer;
}
.pop-area:hover {
	background-color: rgba(175, 150, 91, 0.9);
}
.pop-area-w:hover {
	background-color: rgba(213, 185, 2, 0.9);
}
.pop-area-y:hover {
	background-color: rgba(255, 255, 255, 0.9);
}
.pop-text {
	font-size: .9em;	
}
.pop-text-b {
	margin-top: 10px;	
	font-weight: bold;
}
.pop-area-in a{
	color: #fff;
}
.pop-btn {
	text-shadow: 1px 1px 1px #666;
	font-size: .7em;
	border-radius: 3px;
	margin-top: 5px;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*----- logo -----*/
#title-area{
	width: 15%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	position: absolute;
	z-index: 90;
	top: 0;
	padding-top:20%;
}

#title-area img{
	width: 65%;
}
.title-area-in{
	width: 100%;
	padding: 0;
}
#title-area ul {
	padding: 0;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
.title-area-in li{


}
.cafe-icon{
	margin-top: 30px;
}
.cafe-icon img{

}
/* top-menu */
.top-menu{
	padding: 0;
}
.top-menu li{
	display: inline-block;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.top-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.top-menu li:first-child{
	margin-right: 20px;
}
.top-menu li a {
	color: #FFF;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.top-menu li a:hover, .top-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/*----- container -----*/
.top-about {
	font-size: 1.8em;
}
.top-text-area{
	width: 100%;
	max-width: 980px;
	margin: 15% auto 30px;
	float: left;
}
.top-pic-area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.top-pic-area-left{
	width: 78%;
	margin: 30px auto;
	float: left;
}
.top-pic-area-right{
	width: 78%;
	margin: 30px auto;
	float: right;
}
.top-pic-left{
	width: 19%;
	margin: 30px auto;
	float: left;
}
.top-pic-right{
	width: 19%;
	margin: 30px auto;
	float: right;
}
.top-left-text{
	width: 46%;
	float: right;
	padding-right: 2%;
	font-size: 11px;

}
.top-right-text{
	width: 48%;
	float: left;
	padding-left: 2%;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
}
.top-text-en {
	font-size: 1.8em;
	line-height: 1.3em;
}
.news-text-jp {
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 21px;
	margin-right: auto;
	margin-left: auto;
}
.news-area{
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
}
.title-news{
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}

.title-news a, .title-news a:visited{
	text-decoration: none;
	color: #000;
}
.title-news a:hover, .title-news a:active{
	text-decoration: underline;
	color: #333;
}

.news-text{

	font-size: 11px;
	line-height: 16px;
	padding-right: 20px;
}
.text-title{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.thumbnai{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    overflow: hidden;
}
.thumbnai img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	vertical-align: bottom;
}
.slide-list-title{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	width:60%;
	text-align: left;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	height: 1.5em;
}

.slide-text-top{
	float: left;
	width:99%;
	font-size: 10px;
	text-align: left;
}
.slide-text{
	float: left;
	width:100%;
	font-size: 0.7em;
	text-align: left;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	height: 1.5em;
}
.slide-text-title{
	width:100%;
	font-size: 0.9em;
	float: left;
	text-align: left;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	height: 1.8em;

}
.date-pink{
	font-size: 1em;
	float: right;
	margin-top: 15px;

}
#instafeed{
	width:100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	
	display: flex;
	flex-wrap: wrap;
}
ul#instafeed li{
	position: relative;
	width: 23%;
	margin: 1%;

}
ul#instafeed li:before{
	content: "";
	display: block;
	padding-top: 100%;

}
.insta-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

@media (max-width:768px) {
	#title-area{
	width: 100%;
	height: 90px;
	padding-top:10px;
	}
	#title-area img{
		width: 140px;
	}
	.title-area-in{
		width: 100%;
		float: left;
	}

	#title-area ul {
	padding: 0 0 0 0;
	width: 115px;
	margin-right: auto;
	margin-left: auto;
	}
	#title-area ul li{
		float: left;
		margin-right: 11px;
	}
	#title-area ul li:last-child{
		margin-right: 0;
	}
	.cafe-icon{
	width: 30px;
	margin-top: 10px;

	}
	.cafe-icon img{
		width: 100%!important;
	}

	.pop-area{
	width: 140px;
	height: 140px;
	top: 130px;
	font-size: 1em;
	right: 10px;
	}
	.pop-area-w{
	width: 110px;
	height: 110px;
	top: 320px;
	font-size: .9em;
	right: 30px;

	}


	.top-left-text{
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 50px;
	}
	.top-right-text{
	width: 90%;
	position: relative;
	float: right;
	padding-top: 0;
		padding-bottom: 0;
	right: 2%;
		padding-right: 10px;
	}
	.top-text-en {
		line-height: 1.5em;
	}
	.top-menu li{
		font-size: 0.9em;
	}
	.slide-list-title{
	font-size: 1.3em;
	}
	.date-pink{
	font-size: 0.9em;

	}
}

@media (max-width:650px) {
	.top—middle-img {
	width:100vw;
	height: 45vh;
	}
	.top—middle-img img{
    height: 100%;
    width: 100%;
	  object-fit: cover;
	}
	.contents-title-area-n {
	margin-top: -22.5vh;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;

	}
	.contents-title {
	font-size: 2.2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.8em;
	}
	.top-menu li{
		font-size: 0.8em;
	}
}
@media (max-width:460px) {
	#title-area{
	height: 80px;
	}
	#title-area img{
		width:120px;
	}
	#title-area ul {
	width: 105px;
	}
	.cafe-icon{
	width: 25px;
	margin-top: 10px;

	}
	.top-text-area{
	margin: 30% auto 30px;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;
	}

	.vv {

  	bottom: 8%;
  	left: 47%;
	}
	.contents-title {
	font-size: 2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.5em;
	}
	ul#instafeed li{
	position: relative;
	width: 48%;
	margin: 1%;

	}
	.contents-top-title {
	margin-top: -230px;
	}


}

