@charset "UTF-8";
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
img{
	vertical-align:bottom;
}
body {
	color: #414141;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #F7F7F7;
}
.ei-slider{
	position: relative;
	max-width: 100%;
	height: 300px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	height: auto;
	width: 70%
%;
	width: 80%;
}
.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 5px;
		background: #fff;
		background: rgba(255,255,255,0.7);
		padding: 5px 0;
}
.ei-title h2, .ei-title h3{
		text-align: center;
}
.ei-title h2{
	font-size: 14px;
	line-height: 24px;
	color: #737171;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ei-title h3{
	font-size: 30px;
	line-height: 40px;
	font-family: 'Josefin Slab', serif;
	font-weight: normal;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer {
	clear: both;
	color: #414141;
	text-align: center;
	margin-top: 40px;
	padding-top: 0px;
	height: 40px;
	border-top: 2px solid #414141;
	font-family: 'Josefin Slab', serif;
}
header h1 img {
	max-width: 20%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}
header h1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	position: absolute;
}
header h2 {
	display: none;
}
#content h1 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 80px;
}
#content h1 img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#hamburger {
	position: absolute;
	left: 0px;
	width: auto;
	top: 7px;
}
#content section {
	height: 300px;
	margin-bottom: 80px;
	text-align: center;
}
#content .think h1 {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#content .news {
	text-align: center;
	clear: both;
}
#content .news h1 {
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	margin-bottom: 30px;
}
.pagetop {
	font-family: 'Josefin Slab', serif;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(251,244,43,0.80);
	text-align: center;
}
.pagetop a {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	display: block;
	margin-top: 8px;
}
main {
	clear: both;
	margin-top: 0px;
}
#content h1 {
	font-family: 'Josefin Slab', serif;
	text-align: center;
	font-size: 30px;
}
#content .flowers li {
	width: 50%;
	float: left;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	margin-bottom: 50px;
}
#content .flowers li img {
	width: 96%;
	height: auto;
}
#content .bouquet {
	text-align: center;
	line-height: 4;
	margin-left: 3%;
	margin-right: 3%;
}
#content .bouquet img {
	max-height: none;
	max-width: 100%;
	height: auto;
	margin-top: 40px;
}
.flowers #content .about {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
#content .about h2 {
	font-family: 'Josefin Slab', serif;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
}
#content .staff h2 {
	font-family: 'Josefin Slab', serif;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
}
#content .staff  {
	margin-left: 5%;
	margin-right: 5%;
	text-align:left
}
#content .staff p {
	width: 50%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}
#content .staff ul {
	width: 35%;
	float: right;
	margin-right: 5%;
	margin-top: 0px;
}
#content .staff p img {
	max-width: 100%;
	border-radius: 5px;
	height: auto;
}
#content .contact  {
	font-family: 'Karla', sans-serif;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 50px;
	font-size: 26px;
}
#content .shops {
	text-align: center;
	line-height: 4;
	margin-left: 3%;
	margin-right: 3%;
}
#content .about .about {
	line-height: 2;
}
#content .about {
	margin-bottom: 200px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.ei-title{
	position: absolute;
	right: 0px;
	top: 40%;
	margin-right: 30px;
	background-color: rgba(255,255,255,0.0);
	margin-bottom: 30px;
	margin-left: 0px;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0px 1px rgba(82,82,82,1.00);
	font-weight: normal;
}
.ei-title h3{
	font-size: 30px;
	line-height: 30px;
	text-transform: none;
	color: #fff;
}
header {
	width: 20%;
	height: auto;
	float: left;
	border-right-width: 3px;
	position: fixed;
}
main {
	width: 80%;
	float: right;
}
header nav ul li {
	text-align: center;
	display: block;
	line-height: 4;
	margin-bottom: 0px;
}
header nav ul li a img {
	width: 70%;
	height: auto;
}
header nav {
}
footer {
	width: 80%;
	border-left: 2px none #414141;
	padding-right: auto;
	padding-left: auto;
	display: block;
	margin-left: 20%;
	position: relative;
	right: auto;
	bottom: 10%;
	border-top-style: none;
}
main {
	margin-top: 0px;
	border-left: 2px solid #414141;
	border-bottom: 2px solid #414141;
	margin-right: 10px;
	border-right: 2px solid #414141;
}
header h1 img {
	max-width: 80%;
	margin-top: 30px;
	margin-bottom: 0px;
}
#content {
	margin-right: 0px;
}
#content h1 {
	margin-top: 0px;
	padding-top: 48px;
}
header nav ul .first a img:hover  {
	background-color: rgba(245,29,212,0.80);
}
header nav ul .second a img:hover {
	background-color: rgba(248,117,29,0.80);
}
header nav ul .third a img:hover {
	background-color: rgba(251,244,43,0.80);
}
header nav ul .fourth a img:hover {
	background-color: rgba(196,56,242,0.80);
}
header nav ul .end a img:hover {
	background-color: #9DF956;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=60);
}
#ei-slider {
	width: 100%;
	height: 250px;
}
header h1 {
	position: static;
}
#content .contact {
	margin-bottom: 200px;
}
#content .shops {
	margin-bottom: 250px;
}
#content .about {
	margin-bottom: 130px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
main {
	padding-top: 100px;
	width: 80%;
	border-left: 3px solid #414141;
	border-right: 3px solid #414141;
	padding-bottom: 60px;
	height: auto;
	float: left;
	margin-left: 11%;
	background-size: 150px auto;
	background-attachment: fixed;
	background-image: url(../img/logo.png);
	border-bottom: 3px solid #777777;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	background-color: #FFFFFF;
}
header {
	width: 110px;
}
.el-slider  {
	height: 800px;
	width: auto;
}
footer {
	clear: both;
	text-align: center;
	margin-left: 108px;
	border-left: 3px none #414141;
	border-right: 3px none #414141;
	margin-right: 82px;
}
header h2 {
	display: inherit;
}
header h2 img {
	max-width: 100%;
	height: auto;
	margin-top: 45px;
	margin-bottom: 10px;
}
header nav ul li a img {
	width: 92px;
	height: auto;
}
#content {
	margin-right: 0px;
	background-color: #fff;
	margin-top: 38px;
}
#ei-slider    {
	width: 96%;
	height: 400px;
}
.ei-title h2 {
	font-weight: normal;
	font-size: 20px;
}
.ei-title h3 {
	font-weight:normal;
	font-size:36px;
}
#content h1 {
	padding-top: 0px;
}
header nav ul li {
	margin-top: 0px;
}
header h1 {
	display: none;
}
#content .think {
	margin-top: 60px;
}
#content .news {
	margin-top: 100px;
	padding-top: 30px;
}
#content .flowers li {
	width: 33%;
	background-color: #FFFFFF;
	padding-left: 2px;
}
.flowers {
	padding-top: 30px;
	background-repeat: no-repeat;
}
.pagetop {
	right: 40px;
}
#content .staff article {
	float: left;
}
#content .staff article p {
	padding-left: 14px;
}
#content .about .about {
	line-height: 3;
}

	


}
