@charset "UTF-8";

header .header_wrap {
	background-size: cover;
	min-height: 1000px;
	position: relative;
	background-position: center;
}

#reservation,
#access,
#info,
#menu,
#cafe,
#mes,
#open,
#onlinestore
 {
	padding: 1.0em 0 3.0em 0;
}

.fs_container,
.rest_container
 {
	padding: 3.0em 15px;
}

/*#info,
#cafe,
#onlinestore
 {
	background-color: #fafafa;
}*/

main > section:nth-child(even) {
	background-color: #fafafa;
}


#mes {
		background-color: #e8eceb;
		padding: 3em 0 5em 0;
		background : url(../images/top/bg_main.jpg) center no-repeat;
		background-size: cover;
		width: 100%;
		background-position: center;
}




#onlinestore a{
	color: #000000;
}

#onlinestore a:hover {
	color: #6c6c6c;
	opacity: 0.6;
}
.bag{
	margin: 2em 0;
}



#onlinestore h2 span {
	display: block;
	font-size: 0.8em;
}

#top_menu {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60%;
}

#top_menu{
	text-align: center;
}

#top_menu h1 img{
	width: 50%;
	max-width: 500px;
}

#top_menu a:not( > div.readmore),
#top_menu i.fa.fa-chevron-circle-down {
	color: #fff;
}

#top_menu > div.readmore a
 {
	color: #000;
}

#top_menu i.fa.fa-chevron-circle-down {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
}

/*main {
	margin-top: 0;
}*/

#info article,
#open article {
	width: 41%;
	margin: 0 auto;
}

.move_comment {
	margin: 3.0em 0;
}

.move_comment h3,
.fs_container h3,
.rest_container h3  {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center!important;
	margin-bottom: 2.0em;

}


.move_comment p,
.fs_container p  {
	margin: 25px auto;
	width: 60%;
}



#info article p.date,
#open article p.date {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;

}

#info article p:not([class]),
#open article p:not([class]),
.fs_container,
.move_comment p:not([class]),
.rest_container p,
.cafe_container p {
	font-size: 1.1em;
	color: #343a40;
	text-indent: ;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 0.1px;
}

.move_comment p:not([class]) {
	text-align: center!important;
}

#top_menu .readmore,
#info .readmore,
#flowershop .readmore, 
#access .readmore {
	text-align: center;
	margin: 3.5em 0;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#top_menu .readmore,
#info .readmore a,
#flowershop .readmore a,
#access .readmore a{
	display: inline-block;
	font-size: 1.1em;
	padding: 1em 5em;
	background-color: #fff;
	color: #000;
/*	border: 2px solid #333;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #8e8e8e;
	box-shadow: 0 0 3px #8e8e8e;
}

#top_menu .readmore,
#info .readmore a:hover,
#flowershop .readmore a:hover,
#access .readmore a:hover {
	background-color: #f6f6f6;
	 transition: all 0.2s ease;
	 text-decoration: none;
}

#top_menu .readmore {
	margin-bottom: 1.0em;
}


ul.sns_link {
	margin: 80px 0; 
}

ul.sns_link a,
ul.head_menu a{
	color: #fff;
}

ul.head_menu {
	margin: 80px 0;
}

ul.cal_wrap {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

ul.cal_wrap li{ 
	width: 250px;
	height: auto;
	margin: 7px;
}

ul.cal_wrap li img {
	width: 100%;
}

ul.address {
	border: 2px solid #333;
	padding: 15px 0;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
}

ul.address li {
	padding: 5px 10px;
	font-weight: bold;
}

.detail_txt {
	margin: 3.0em 0;
	font-size:0.9em;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 0.1px;
}

.f09 {
	font-size: 0.9em;
}

.detail_txt > div{
	margin-bottom: 30px;
}

#flowershop .shop_img {
	background : url(../images/top/flowers.jpg) center no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	text-indent: -9999px;
	background-position: center;
}


#restaurant .restaurant_img {
	background : url(../images/top/restaurant.jpg) center no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	text-indent: -9999px;
	background-position: center;
}



#reservation .reservation_img {
	background : url(../images/top/reservation.jpg) center no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	text-indent: -9999px;
	background-position: center;
}

#cafe .cafe_img {
	background : url(../images/top/cafe.jpg) center no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	text-indent: -9999px;
	background-position: center;
}

.flowershop_txt,
.restaurant_txt {
	background-image: url(../images/top/bg_flower.jpg);
	background-size: cover;
	width: 100%;
	background-position: center;
	padding-bottom: 3.0em;
}

.fs_container p,
.rest_container p,
.reservation_txt p {
	text-align: center;
	margin: 3.0em auto;
}

#map_container {
	margin-bottom: 20px;
}

#google-map {
	width: 100%;
	height: 450px;
}

ul.parking{
	background: #ffffff;
	text-align: center;
}

ul.parking li{
	width: 95%;
	text-align: left;
	line-height: 2.0;
}

#open{
	background-color: #FAFAFA;
}


#reservation_txt h2,
#menu h2.jp,
.menu_cafe h2.jp {
	font-size: 15px;
	font-weight: bold;
	padding: 40px 0;
}

#restaurant h2 {
	margin-top: 0;
}

.memu_list {
	padding: 15px 25px;
	border: 2px solid #333;
	margin-bottom: 3.0em;
	line-height: 1.8em;
	text-align: justify;
	font-size: 1.0em;
	font-weight: bold;
}

.memu_list span {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3em;
}

.memu_list p {
	margin-bottom: 0;
	font-weight: normal;
}

p.noborder {
	font-size: 1.0em;
	line-height: 1.8em;
}

/*ul.insta-gallery {
	padding: 0;
	margin: 0;
}

ul.insta-gallery li{
	padding: 0;
	width: 18.5%;
}*/

.insta-wrapper {
/*	height: 340px;*/
	overflow: hidden;
}

.insta-gallery div {
	width: 100%;
	display: inline-block;
}

.insta-gallery div img {
	width: 100%;
}

.insta-gallery {
  display:none;
}
.insta-gallery.slick-initialized {
  display: block;
}

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {

	header .header_wrap {
		min-height: 768px;
	}
	
	.insta-wrapper {
/*		height: 320px;*/
	}

}

@media only screen and (max-width : 979px) {

	.insta-wrapper {
/*		height: 260px;*/
	}

}

@media only screen and (max-width : 767px) {
	
	#mes .move_comment p,
	#info article,
	#open article,
	.fs_container p {
		width: 80%;
		text-align: left;
	}
	
	#mes .move_comment p,
	.fs_container p {
		width: 80%;
		text-align: left;
	}
	
	#mes .move_comment p br {
		display: none;
	}
	

	
}

@media only screen and (max-width : 480px) {

	#top_menu h1 img{
		width: 70%;
		margin-top: 30%;
	}
	
	#top_menu {
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90%;
		height: 60%;
	}

	header .header_wrap {
		height: 100%;
	}
	
	#google-map {
		height: 600px;
	}
	
	#mes .move_comment p,
	#info article,
	#open article,
	.fs_container p,
	#restaurant p{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: left;
	}

	.detail_txt .col-md-4 .detail_inner,
	.detail_inner {
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 2.5em;
	}
	

	p.noborder {
		text-align: left;
	}
	
	.insta-wrapper {
/*		height: 400px;*/
	}
	
		
	
}

@media only screen and (max-width : 320px) {

}