/* tableflower.css */

.c_red {
	color: #BB272D;
}
.lead_box {
	padding: 0 10px;
}
.lead_box .b_lead {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.lead_box .txt {
	font-size: 13px;
	margin-top: 20px;
}

h3.h_1 {
	font-size: 15px;
	text-align: center;
	background: url(/common/img/option/bouquet/bouquet/line_01.png) no-repeat center bottom;
	background-size: 150px auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
h3.h_1 small {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 4px;
}

.tf_box {
	background: #F5EFE6;
	padding: 25px 15px;
	margin-top: 30px;
}
.tf_box .price {
	overflow: hidden;
	margin-bottom: 10px;
}
.tf_box .price .txt {
	font-size: 12px;
	line-height: 1.4;
}

.tf_group {
	margin-top: 25px;
}
.tf_group .group_head {
	text-align: center;
	margin-bottom: 15px;
	color: #8A6E4B;
}
.tf_group .group_head .group_name {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #B9986D;
	padding: 0 12px 4px;
	display: inline-block;
}
.tf_group .group_head .group_price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
}

.tf_group .oh_1 {
	overflow: hidden;
}
.tf_group .item {
	margin-top: 15px;
	width: 48%;
	float: left;
}
.tf_group .item:nth-of-type(2n + 1) {
	clear: both;
}
.tf_group .item:nth-of-type(2n) {
	margin-left: 4%;
}
.tf_group .item img {
	width: 100%;
}
.tf_group .item .name {
	color: #8A6E4B;
	border-left: 2px solid #B9986D;
	padding-left: 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
}
.tf_group .item .txt {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.3;
}

.tf_box .take_out {
	margin-top: 30px;
	background: #FFF;
	padding: 20px;
}
.tf_box .take_out h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (min-width:800px) {
	.lead_box {
		width: 1000px;
		margin: auto;
		padding: 0 10px;
	}
	.lead_box .b_lead {
		font-size: 18px;
	}
	.lead_box .txt {
		font-size: 14px;
	}
	h3.h_1 {
		font-size: 24px;
		background-size: 250px auto;
		margin-bottom: 30px;
	}
	h3.h_1 small {
		font-size: 16px;
	}
	.tf_box {
		padding: 45px 0;
		margin-top: 60px;
	}
	.tf_box .price {
		width: 1000px;
		margin: 0 auto 30px;
		line-height: 1.4;
	}
	.tf_group {
		width: 1000px;
		margin: 50px auto 0;
	}
	.tf_group .group_head {
		margin-bottom: 25px;
	}
	.tf_group .group_head .group_name {
		font-size: 22px;
		padding: 0 24px 6px;
	}
	.tf_group .group_head .group_price {
		font-size: 18px;
		margin-top: 10px;
	}
	.tf_group .item {
		margin-top: 30px;
		width: 25%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.tf_group .item:nth-of-type(2n + 1) {
		clear: none;
	}
	.tf_group .item:nth-of-type(2n) {
		margin-left: 0;
	}
	.tf_group .item:nth-of-type(4n + 1) {
		clear: both;
	}
	.tf_group .item .name {
		font-size: 16px;
	}
	.tf_group .item .txt {
		font-size: 13px;
	}
	.tf_box .take_out {
		width: 1000px;
		margin: 50px auto 0;
		padding: 30px;
	}
}

/* ====================================================================
   HAWAII-1964: 画像拡大ポップアップ（PCのみ）
   .tf_box .item a は通常時はインライン要素として透過
   PC時のみクリックで .modal-gallery を表示
   ==================================================================== */
.tf_box .item a {
	display: block;
}
.tf_box .item a img {
	display: block;
	width: 100%;
}
@media (min-width: 769px) {
	.tf_box .item a {
		cursor: pointer;
	}
}

.modal-gallery {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.modal-gallery.dis {
	display: block;
}
.modal-gallery .close-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}
.modal-gallery > div,
.modal-gallery .next,
.modal-gallery .prev {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: 120;
}
.modal-gallery .next,
.modal-gallery .prev,
.modal-gallery .close {
	display: inline-block;
	color: #666666;
	font-size: 150%;
}
.modal-gallery .next:hover,
.modal-gallery .prev:hover,
.modal-gallery .close:hover {
	text-decoration: none;
}
.modal-gallery > div {
	left: 0;
	right: 0;
	width: 65vw;
	height: 80vh;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
}
.modal-gallery .next {
	right: 10px;
}
.modal-gallery .prev {
	left: 10px;
}
.modal-gallery .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-gallery #pic_main {
	height: calc(100% - 50px);
}
.modal-gallery #pic_main img {
	height: 100%;
}
.modal-gallery .pic-caption {
	margin-top: 15px;
	font-size: 14px;
}
.modal-gallery .pic-caption p:first-of-type {
	font-size: 16px;
}
