@charset "UTF-8"; /* CSS Document */

#floristHomeIntro .block {
	text-align: center;
}
#floristHomeIntro .block h2 {
	font-size: 30px;
	color: #48600e;
	margin: 30px 0 0;
}
#floristHomeIntro .block p {
	font-size: 16px;
}

#floristHomeShopInfo #shopMapMain {
	width: 100%;
	height: 270px;
	margin: 30px 0;
}
#floristHomeShopInfo .shopGuide,
#floristHomeShopInfo .staffInfo {
	background: #fef4d3;
	border-radius: 10px;
	overflow: hidden;
    margin: 0 0 30px 0;
}
#floristHomeShopInfo .shopGuide .head,
#floristHomeShopInfo .staffInfo .head {
	padding: 10px 0;
	background: #bb9203;
	text-align: center;
}
#floristHomeShopInfo .shopGuide .head h3 ,
#floristHomeShopInfo .staffInfo .head h3 {
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}
#floristHomeShopInfo .shopGuide .head h3:before ,
#floristHomeShopInfo .staffInfo .head h3:before {
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 10px;
	content: url(../images/common/icon_loudspeaker_white.svg);
	vertical-align: -3px;
}
#floristHomeShopInfo .shopGuide.shopGuide--person {
	margin-top: 30px;
}
#floristHomeShopInfo .shopGuide.shopGuide--person .head h3:before {
	content: url(../images/common/icon_person_white.svg);
}
#floristHomeShopInfo .staffInfo .head h3:before {
    content: '';
    background: url(../images/common/icon_staff.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 23px;
    vertical-align: -4px;
}
#floristHomeShopInfo .shopGuide .body,
#floristHomeShopInfo .staffInfo .body {
	line-height: 1.7;
	padding: 5px 30px;
}
#floristHomeShopInfo .shopGuide .body p {
	margin: 15px 0;
}

#floristHomeShopInfo .shopGuide .person {
	margin: 15px 0;
}
#floristHomeShopInfo .shopGuide .person .item {
	width: 100%;
	display: flex;
}
#floristHomeShopInfo .shopGuide .person .item:not(:first-child) {
	margin-top: 10px;
}
#floristHomeShopInfo .shopGuide .person .item:nth-child(2n+1) {
	flex-direction: row-reverse;
}
#floristHomeShopInfo .shopGuide .person .img {
	
}
#floristHomeShopInfo .shopGuide .person .text {
	width: calc(100% - 150px);
	padding-left: 15px;
}
#floristHomeShopInfo .shopGuide .person .item:nth-child(2n+1) .text {
	padding: 0 15px 0 0;
}

#floristHomeShopInfo .staffInfo .body .staff_area{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 12px;
}

#floristHomeShopInfo .staffInfo .body .staff_comment_area {
    flex-basis: 70%;
    white-space: pre-line;
    word-break: break-word;
}

#floristHomeShopInfo .staffInfo .body .staff_img_area {
    flex-basis: 27%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

#floristHomeShopInfo .staffInfo .body .staff_img_area img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

#floristHomeProductList .bannerList ul {
	margin: 0 -20px 0 0;
	overflow: hidden;
}
#floristHomeProductList .bannerList li {
	float: left;
	width: 33.333333%;
	padding: 20px 20px 0 0;
	text-align: center;
}
#floristHomeProductList .bannerList li a {
	position: relative;
	display: block;
	height: 120px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	transition: .5s;
}
#floristHomeProductList .bannerList li a:hover {
	opacity: 0.5;
}
#floristHomeProductList .bannerList li a:hover img {
	opacity: 1;
}
#floristHomeProductList .bannerList li a img {
	min-width: 100%;
	min-height: 100%;
}
#floristHomeProductList .bannerList li a span {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: rgba(229,107,164,0.80);
}
#floristHomeProductList .bannerList li.style02 a span {
	background: rgba(221,125,23,0.80);
}
#floristHomeProductList .bannerList li.style03 a span {
	background: rgba(48,134,174,0.80);
}
#floristHomeProductList .bannerList li.style04 a span {
	background: rgba(216,55,70,0.80);
}
#floristHomeProductList .bannerList li.style05 a span {
	background: rgba(202,196,43,0.80);
}
#floristHomeProductList .bannerList li.style06 a span {
	background: rgba(99,81,166,0.80);
}

#floristHomeBlogNews .entryList .guide {
	margin: 15px 0;
}
#floristHomeBlogNews .entryList table {
	width: 100%;
	margin: 10px 0;
	border-top: 2px dotted #ccc;
}
#floristHomeBlogNews .entryList td {
	line-height: 1.3;
	border-bottom: 2px dotted #ccc;
	vertical-align: middle;
}
#floristHomeBlogNews .entryList td.img {
	width: 80px;
	padding: 10px 0;
	text-align: center;
}
#floristHomeBlogNews .entryList td.img img {
	max-width: 80px;
	max-height: 80px;
}
#floristHomeBlogNews .entryList td.txt {
	padding: 10px;
}
#floristHomeBlogNews .entryList td.txt .entryTitle {
	font-size: 16px;
}
#floristHomeBlogNews .entryList td.txt .entryText {
	margin-top: 3px;
	word-break:break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#floristHomeBlogNews .entryList td.txt .entryDate {
	font-size: 14px;
	color: #aaa;
	margin: 5px 0 0;
}







/* ==========================================================================
   entryBox
   ========================================================================== */
.entryBox {
	width: 100%;
	display: table;
}

.entryBox__blog {
	display: table-cell;
	vertical-align: top;
}

.entryBox__facebook {
	width: 340px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}

/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (max-width: 767px) {
	
	#floristHomeIntro .block h2 {
		font-size: 25px;
		margin: 0 0 10px;
	}
	
	#floristHomeShopInfo #shopMapMain {
		margin: 20px 0;
	}
	#floristHomeShopInfo .shopGuide .body {
		padding: 5px 20px;
	}
	#floristHomeShopInfo .shopGuide .body p {
		margin: 10px 0;
	}
	
	#floristHomeProductList .bannerList ul {
		margin: 10px -5px 0 0;
	}
	#floristHomeProductList .bannerList li {
		width: 50%;
		padding: 10px 5px 0 0;
	}
	#floristHomeProductList .bannerList li a {
		height: 85px;
	}
	#floristHomeProductList .bannerList li a span {
		font-size: 14px;
		line-height: 28px;
	}
	
	.entryBox {
		display: block;
	}
	
	.entryBox__blog {
		padding: 0 0 20px;
		display: block;
	}
	
	.entryBox__facebook {
		width: auto;
		padding: 0;
		display: block;
	}

    #floristHomeShopInfo .staffInfo .body .staff_area{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    #floristHomeShopInfo .staffInfo .body .staff_area2 {
        flex-direction:column-reverse;
    }
    #floristHomeShopInfo .staffInfo .body .staff_comment_area {
        margin-bottom: 5px;
    }
}

