@charset "utf-8";
/* CSS Document */

/*初期設定打消し*/
.container_ {
	padding: 0!important;
	margin: 0!important;
	width: 100%!important;
}	
.single_mainframe_ {
	width: 100%!important;
}
	
/*--------------パンくずリスト---------------*/
ol.breadcrumb {
	display: table;
	font-size: 12px;
	width: 100%;
}
ol.breadcrumb li {
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
	list-style-type: none;
}
ol.breadcrumb li:first-child::before {
	display: none;
}
ol.breadcrumb li::before {
	padding: 0 7px 0 1px;
	content: ">";
	font-size: 14px;
	font-weight: bold;
}
ol.breadcrumb li a {
	color: #333333;
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	text-decoration: none;
}

/*------共通-------*/
#flowerGift * {
	box-sizing: border-box;
	line-height: 1.4;
}
div#flowerGift {
	padding-bottom: 40px;
}
figure {
	margin: 0!important;
}
.flexBox {
	display: -webkit-flex;
	display: flex;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
	
/*-----トップ要素-----*/
.flowerGift_gnav{
	margin: 16px 0 15px;
	border-bottom: 1px solid #ccc;
}
.flowerLg {
	padding: 6px 0 0 5px;
	font-size: 18px;
	font-weight: bold;
}
.gnavList{
	margin-left: 36px;
	font-weight: bold;
}
.gnavList>li{
	margin-left: 8px;
}
.gnavList>li>a{
	display: block;
	margin-bottom: -1px;
	padding: 11px 37px 9px;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	border-bottom: 5px solid #cccccc;
	background-color: #f2f2f2;
	color: #333333;
}
.gnavList>li>a:hover{
	text-decoration: none;
}
#flowerGift .gnavList>.give.active a,#flowerGift .give a:hover{
	border-color: #cf4753;
	background-color: #fff2f2;
	color: #cf4753;
}
#flowerGift .gnavList>.home.active a,#flowerGift .home a:hover{
	border-color: #648d1d;
	background-color: #eef7e5;
	color: #648d1d;
}
#flowerGift .gnavList>.biz.active a,#flowerGift .biz a:hover{
	border-color: #26749c;
	background-color: #edf8ff;
	color: #26749c;
}

/*-----トップコンテンツ-----*/
.topWrap .topTextWrap {
	text-align: center;
	margin: 27px 0 35px;
}
.topWrap .topTextWrap .topTitle {
	font-size: 36px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 629px;
	margin: 10px auto;
}
.topWrap .topTextWrap .topTitle:after, .topWrap .topTextWrap .topTitle:before {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #000000;
	display: block;
}
.topWrap .topTextWrap .topTitle:before {
	margin-right: .4em;
}
.topWrap .topTextWrap .topTitle:after {
	margin-left: .4em;
}
.topWrap .topTextWrap .topLead {
	color: #26749c;
}
.h1Wrap {
	width: 944px;
	margin: 0 auto;
	border: 3px solid #ffffff;
	padding: 15px;
	background: #f1f5fa;
	display: flex;
	-webkit-box-shadow: 0 0 0 8px #e2e7ee;
	box-shadow: 0 0 0 8px #e2e7ee;
}
.h1Wrap > div {
	margin-left: 20px;
}
.h1Wrap h1 {
	font-size: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	color: #456796;
	margin: 5px 0;
}
p.h1Text {
	display: inline-block;
	padding: 5px 8px;
	background: #7e97b9;
	color: #ffffff;
	font-size: 13px;
}
	
/*-------本文共通-------*/
#flowerGift section {
	margin-top: 30px;
}
section h3 {
	color: #456796;
	font-size: 28px;
	display: flex;
	align-items: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	padding: 20px 0;
}
section h3:before, 
section h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333333;
	display: block;
}
section h3:before {
	margin-right: .4em;
}
section h3:after {
	margin-left: .4em;
}
	
/*------ガイドコンテンツ-------*/
.guideContent {
	margin-top: 40px;
}
.guideContent section h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding: 10px 0 4px;
	border-bottom: 1px solid #333333;
	position: relative;
	margin-left: 72px;
	margin-bottom: 28px;
}
.guideContent section h2:after {
	display: block;
	content: "";
	position: absolute;
	width: 72px;
	height: 64px;
	background: url(/img/usr/flower_gift/orchid/main_ic03.png) no-repeat;
	top: 0;
	left: -77px;
}
ul.honbun {
	margin-top: 20px;
	font-size: 14px;
	padding-left: 22px;
}
ul.honbun li {
	margin-top: 13px;
	position: relative;
}
ul.honbun li:after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #a2be8d;
	left: -18px;
	top: 5px;
	border-radius: 10px;
}
	
/*-----胡蝶蘭・スタンド花の選び方ガイド-----*/
ul.guideBox {
	display: flex;
	flex-wrap: wrap;
	width: 820px;
	margin: 0 auto;
}
ul.guideBox li {
	width: calc((100% / 3) - 14px);
	margin: 20px 20px 0 0;
	vertical-align: top;
	border: 1px solid #b4b4b4;
}
ul.guideBox li a {
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 10px;
	background-color: #fbfbfb;
	border: 2px solid #fff;
}
ul.guideBox li:nth-of-type(3n) {
	margin-right: 0;
}
ul.guideBox li a:after {
	display: block;
	content: "";
	position: absolute;
	background-color: #efefef;
	transform: rotate(-35deg);
	right: -110%;
	width: 200%;
	height: 200%;
}
ul.guideBox li a span {
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 17px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	line-height: 1.3!important;
	font-weight: bold;
	color: #000000;
	z-index: 1;
}
ul.guideBox li a img {
	height: 82px;
}
ul.guideBox li a img:hover {
	opacity: 1;
}
ul.guideBox li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
	
/*-------トップに戻る-------*/
p.backTop {
	margin-top: 25px;
}
p.backTop a {
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #333333;
	text-align: center;
	padding: 18px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	box-shadow: 2px 4px 4px rgba(155,155,155,0.3);
	transition: 0.2s;
}
p.backTop a:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0px 0px 0px rgba(155,155,155,0.3);
	transition: 0.2s;
	text-decoration: none;
}