w@charset "Shift_JIS";

/** header Style START *************************************/
.common_wrapper {
	width:100%;
	overflow:hidden;
}

/** ヘッダーナビ */
.header_common_nav {
	background: #fdf1f7;
	color: #de7cb5;
	border-bottom:2px solid #fae0ed;
	padding-top: 0;
	overflow: hidden;
}

/** ヘッダーロゴ */
.header_common_logo {
	float: left;
	width: 186px;
	margin: 15px 0 0;
}

/** Eflora キャッチコピー */
.header_common_copy {
	color: #a1a1a1;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	float: left;
	margin: 52px 0 0 14px;
	max-width: 447px;
}

/** ヘッダー ログイン */
.header_common_login {
	float: right;
	max-width: 533px;
	box-sizing: border-box;
}

/** Eflora インフォメーションナビ */
.eflora-info-navi {
	margin-left: 22px;
}

ul.eflora-info-navi > li {
	float: left;
	font-size: 12px;
	margin: 13px 18px 0 0;
	box-sizing: border-box;
}

/** システム日付 */
.session-time {
	position: absolute;
	top: 32px;
	margin-left: 23px;
	/*width: 100%;*/
}

/** ログイン・会員登録ボタン */
.header_common_logoff > li {
	float: right;
}

/** ログインボタン */
.login-btn {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	width: 120px;
	height: 39px;
	color: #f2bf50;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	border: 2px solid #f2bf50;
	letter-spacing: 3.2px;
}

/** 会員登録ボタン */
.member-btn {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 41px;
	color: #FFF;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	background-color: #eda916;
	letter-spacing: 3.2px;
}

/** マイページボタン */
.mypage-btn {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 41px;
	color: #ffffff;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	background-color: #eda916;
	letter-spacing: 3.2px;
}

/** ログアウトボタン */
.logout-btn {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	width: 120px;
	height: 37px;
	color: #f2bf50;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	border: 2px solid #eda916;
	letter-spacing: 3.2px;
}

.login-user {
	display: inline-block;
	float: right;
	margin: 5px 13px 0 0;
}

.login-btn:hover,
.member-btn:hover,
.mypage-btn:hover,
.logout-btn:hover {
	opacity: 0.8;
}


/** header Style E N D *************************************/

/** global navi Style START ********************************/
/* グローバルナビ */
.nav-wrap {
	display: block;
	position:relative;
	width: 100%;
	top: 0;
	z-index: 50;
}

div.global-nav-container {
	height: 42px;
	width: 100%;
	min-width: 100%;
	background: #da5098;
}

ul.global-nav {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

ul.global-nav > li {
	float: left;
}

ul.global-nav > li.is-localNavBtn {
	display: block;
}

/** ナビ ボタン */
li.is-localNavBtn > a {
	color: #fff;
	position: relative;
	display: inline-block;
	height: 42px;
	width: 236px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	letter-spacing: 0.2rem;
}

li.is-localNavBtn:not(:last-child) > a div {
	border-right: 1px solid #FFF;
	margin-top: 11px;
	padding: 4px 0 2px 0;
}

li.is-localNavBtn:last-child > a div {
	margin-top: 11px;
	padding: 4px 0 2px 0;
}


li.is-localNavBtn:last-child > a:hover {
	text-decoration: underline;
}


/** ナビ ボタン 行間 */
ul.global-nav > li.is-dom {
	/*letter-spacing: 0.2rem;*/

}

/** ナビ ボタン アクティブスタイル */
li.is-localNavBtn > a.global-nav-active {
	background-color: #b51e6d;
}

li.is-localNavBtn:last-child > a.global-nav-active {
	background-color: #b51e6d;
}

li.is-localNavBtn > a.global-nav-active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 11px solid #b51e6d;
	z-index: 1;
}

li.is-localNavBtn:last-child > a.global-nav-active:before {
	border: 0px solid transparent !important
}

/* グローバルナビ(クローン) */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

/** global navi Style E N D ********************************/

/** お花を贈る(追従) navi container START ******************/
.flowers-gift-container-compliance {
	display: none;
	background-color: #f0f1f4;
	position: absolute;
	top: 42px;
	height: 155px;
	width: 1120px;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
}

.flowers-gift-container-compliance p.title {
	font-weight: bold;
}

.flowers-gift-container-compliance p.explanation {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
}


/** お花を贈る(追従) navi container E N D ******************/

/** お花を贈る navi container START ************************/
.flowers-gift-container {
	display: none;
	background-color: #f0f1f4;
	position: absolute;
	top: 42px;
	height: 396px !important;
	width: 355px;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
}

.flowers-gift-container p.title {
	font-weight: bold;
}

.flowers-gift-container p.explanation {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
}

/** 検索条件エリア */
.flowers-search-conditions {
	margin: 25px 0 0 0;
}

.flowers-search-conditions dl {
	overflow: hidden;
	margin: 0 0 15px 0;
}

.flowers-search-conditions dt {
	float: left;
	clear: both;
	font-size: 12px;
	margin: 0 0 15px 0;
	display: table-cell;
	line-height: 33px;
}

.flowers-search-conditions dd {
	float: right;
	width: 225px;
	margin: 0 0 15px 0;
	font-size: 14px;
	display: table-cell;
}

.use-select {
	width: 223px;
	outline: none;
	height: 30px;
}

.style-select {
	width: 223px;
	outline: none;
	height: 30px;
}

/** タブ */
ul.tabnav1 {
	display:none;
    margin: 0;
    padding: 0;
}

ul.tabnav2 {
	display:none;
    margin: 0;
    padding: 0;
}

ul.tabnav3 {
	display:none;
    margin: 0;
    padding: 0;
}

ul.tabnav2 > li.tabnav-list {
	float: left;
    text-align: center;
}

ul.tabnav2 > li.tabnav-list:first-child {
	margin-right: 8px;
}

ul.tabnav3 > li.tabnav-list {
	float: left;
    text-align: center;
}

ul.tabnav3 > li.tabnav-list {
	margin-right: 8px;
}

ul.tabnav3 > li.tabnav-list:last-child {
	margin-right: 0px;
}

/* ▼2 tab ************************************ */

ul.tabnav2 > li.tabnav-list a.tabtitle1 {
    display: inline-block;
    background: #fff;
    width: 153px;
    height: 13px;
 /* color: #e84700; 通常 */
 /* color: #da5098; 母の日 */
	color: #3399cc; /* 父の日 */
 /* color: #663399; お盆 */
 /* color: #663300; 敬老の日 */
    padding: 8px 10px 6px 10px;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
ul.tabnav2 > li.tabnav-list a.tabtitle2 {
    display: inline-block;
    background: #fff;
    width: 153px;
    height: 13px;
	color: #e84700; /* 通常 */
 /* color: #da5098; 母の日 */
 /* color: #3399cc; 父の日 */
 /* color: #663399; お盆 */
 /* color: #663300; 敬老の日 */
    padding: 8px 10px 6px 10px;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
ul.tabnav2 > li.tabnav-list a.active1 {
 /* background: #e84700; /* 通常 */
 /* background: #da5098; 母の日 */
	background: #3399cc;  /* 父の日 */
 /* background: #663399; お盆 */
 /* background: #663300; 敬老の日 */
    color: #fff;
}

ul.tabnav2 > li.tabnav-list a.active2 {
	background: #e84700; /* 通常 */
 /* background: #da5098; 母の日 */
 /* background: #3399cc; 父の日 */
 /* background: #663399; お盆 */
 /* background: #663300; 敬老の日 */
    color: #fff;
}

/* ▼3 tab ************************************ */

ul.tabnav3 > li.tabnav-list a.tabtitle1 {
    display: inline-block;
    background: #fff;
    width: 93px;
    height: auto;
 /* color: #e84700; 通常 */
 /* color: #da5098; 母の日 */
	color: #3399cc; /* 父の日 */
 /* color: #663399; お盆 */
 /* color: #663300; /* 敬老の日 */
    padding: 10px;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
ul.tabnav3 > li.tabnav-list a.tabtitle2 {
    display: inline-block;
    background: #fff;
    width: 93px;
    height: auto;
	color: #e84700; /* 通常 */
 /* color: #da5098; 母の日 */
 /* color: #3399cc; 父の日 */
 /* color: #663399; お盆 */
 /* color: #663300; 敬老の日 */
    padding: 10px;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
ul.tabnav3 > li.tabnav-list a.tabtitle3 {
    display: inline-block;
    background: #fff;
    width: 93px;
    height: auto;
 /* color: #e84700; 通常 */
	color: #da5098; /* 母の日 */
 /* color: #3399cc; 父の日 */
 /* color: #663399; お盆 */
 /* color: #663300; 敬老の日 */
    padding: 10px;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
ul.tabnav3 > li.tabnav-list a.active1 {
 /* background: #e84700; 通常 */
 /* background: #da5098; 母の日 */
	background: #3399cc; /* 父の日 */
 /* background: #663399; お盆 */
 /* background: #663300; 敬老の日 */
    color: #fff;
}
ul.tabnav3 > li.tabnav-list a.active2 {
	background: #e84700; /* 通常 */
 /* background: #da5098; 母の日 */
 /* background: #3399cc; 父の日 */
 /* background: #663399; お盆 */
 /* background: #663300; 敬老の日 */
    color: #fff;
}
ul.tabnav3 > li.tabnav-list a.active3 {
 /* background: #e84700; 通常 */
	background: #da5098; /* 母の日 */
 /* background: #3399cc; 父の日 */
 /* background: #663399; お盆 */
 /* background: #663300; 敬老の日 */
    color: #fff;
}

ul.tabnav2 > li.tabnav-list a:hover,
ul.tabnav3 > li.tabnav-list a:hover,
ul.tabnav2 > li.tabnav-list a.active1:hover,
ul.tabnav2 > li.tabnav-list a.active2:hover,
ul.tabnav3 > li.tabnav-list a.active1:hover,
ul.tabnav3 > li.tabnav-list a.active2:hover,
ul.tabnav3 > li.tabnav-list a.active3:hover {
    opacity: 0.9;
    text-decoration : underline;
}

.tabcontent1 {
	display: none;
    padding: 20px;
    width: 315px;
    height: 204px;
    /*background-color: #fbf1f6;*/
    /*border-top: 1px solid #da5098;*/
}

.tabcontent2 {
	display: none;
    padding: 20px;
    width: 315px;
    height: 204px;
    background-color: #fbf1f6;
    border-top: 1px solid #da5098;
}

.tabcontent3 {
	display: none;
    padding: 20px;
    width: 315px;
    height: 204px;
    background-color: #fbf1f6;
    border-top: 1px solid #da5098;
}

/** お届け先を選んでお花を探す ボタン */
.pick-ship-addressee-search-btn {
	line-height: 38px;
	width: 289px;
	height: 39px;
	font-size: 12px;
}

/** お届け先を選ぶエリア */
.addressee-choose {
	display: none;
}

.addressee-choose-top-box {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.addressee-choose-top-box > p {
	font-size: 14px;
}

.addressee-choose-top-box > p span {
	color: #da5098;
	font-weight: bold;
	font-size: 16px;
}

/** 選択条件表示エリア */
.addressee-choose-middle-box {
	display: block;
	width: 100%;
}

.addressee-choose-middle-box > p {
	font-size: 14px;
	color: #f88ea9;
}

.selection-condition-box {
	background-color: #FFF;
	margin: 5px 0 0 0;
	border: 1px solid #f3c4e1;
	padding: 10px;
}

.selection-condition-list {
	width:100%;
}

.selection-condition-list > li {
	float: left;

	margin: 0 0 0 10px;
}

.selection-condition-list > li:last-child {
	float: right;
	width: 180px;
}

.selection-condition-list > li span {
	font-size: 14px;
	font-weight: bold;
	color: #f95e86;
}

.selection-condition-list > li label {
	font-size: 14px;
}

.col-delivery-date {
	width: auto;
	box-sizing: border-box;
}

.col-delivery-method {
	width: auto;
	box-sizing: border-box;
}

.col-use {
	width: auto;
	box-sizing: border-box;
}

.col-style {
	width: auto;
	box-sizing: border-box;
}

/** 都道府県・住所・郵便番号 検索エリア */
.addressee-choose-buttom-box {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}

/** 都道府県から選ぶ */
.select-pref-box {
	float: left;
	width: 60%;
}

.select-pref-box > p {
	font-weight: bold;
	margin-bottom: 7px;
}

/** 住所・郵便番号から探す */
.address-postalcode-search-box {
	float: left;
	width: 40%;
}

.address-postalcode-search-box > p {
	font-weight: bold;
	margin-bottom: 7px;
}

.address-postalcode-search-box > span {
	font-size: 14px;
}

.address-search-input-size {
	width: 331px;
}

.postalcode-search-input-size {
	width: 331px;
}

.addressee-choose-top-contents > div.image-area {
	float: left;
}

.addressee-choose-top-contents > div.description-area {
	float: left;
}

/** お花を贈る navi container E N D ************************/

/** お急ぎで贈る navi container START **********************/

/** お急ぎで贈る */
.hurry-flowers-gift-container {
	background-color: #f0f1f4;
	position: absolute;
	/*left: 362px; */
	top: 42px;
	left: 0;
	right: 0;
	margin: auto;
	height: 396px !important;
	width: 1120px !important;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
	display: none;
}

.description-area {
	margin-left: 15px;
}

.description-area > p {
	font-size:14px;
	line-height: 1.2rem;
	font-weight: bold;
	color: #da5098;
}

.description-area > p span {
	font-size:12px;
	font-weight: normal;
	color: #333;
}

/** お急ぎで贈る navi container E N D **********************/

/** お花から探す navi container START **********************/

/** お花から探す */
.flowers-search-container {
	background-color: #f0f1f4;
	position: absolute;
	/*left: 362px;*/
	top: 42px;
	left: 0;
	right: 0;
	margin: auto;
	height: 150px !important;
	width: 1120px !important;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
	display: none;
}

.flowers-search-container p.title {
	font-weight: bold;
}

/** お花から探す navi container E N D **********************/

/** 用途から探す navi container START **********************/

/** 用途から探す */
.use-search-container {
	background-color: #f0f1f4;
	position: absolute;
	/*left: 362px;*/
	top: 42px;
	left: 0;
	right: 0;
	margin: auto;
	height: auto !important;
	width: 1120px !important;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
	display: none;
}

.use-search-container p.title {
	font-weight: bold;
}

.use-search-list {
	margin: 20px 0 15px 20px;
}

.use-search-list > li {
	float: left;
	width: 24%;
	margin-bottom: 15px;
}

.use-search-list > li a {
	color: #de7cb5;
}

.use-search-list > li a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

/** 用途から探す navi container E N D **********************/

/** スタイルから探す navi container START ******************/

/** スタイルから探す */
.style-search-container {
	background-color: #f0f1f4;
	position: absolute;
	/*left: 362px;*/
	top: 42px;
	left: 0;
	right: 0;
	margin: auto;
	height: auto !important;
	width: 1120px !important;
	padding: 5px 30px 20px 30px;
	background: rgba(240,244,241, 0.97);
	display: none;
}

.style-search-container p.title {
	font-weight: bold;
}

.style-search-list {
	margin: 20px 0 15px 20px;
}

.style-search-list > li {
	float: left;
	width: 24%;
	margin-bottom: 15px;
}

.style-search-list > li a {
	color: #de7cb5;
}

.style-search-list > li a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

/** スタイルから探す navi container E N D ******************/

/** slider navi Style START ********************************/
.head-top-wrapper {
	width:100%;
	max-width:100%;
	max-height:auto;
	height:auto;
}

.head-top-wrapper .flexslider {
	display:block;
	max-width: 1320px;
    max-height: 421px;
    margin: 0 auto;
    border: none;
}

.head-top-wrapper .flex-control-nav {
	width: 95%;
	position: absolute;
	bottom: 4%;
	text-align: right;
}

.head-top-wrapper .flex-control-nav li {
    text-align: center;
}

.head-top-wrapper .flex-control-paging li a {
	background: rgba(255, 255, 255, 1);
}

.head-top-wrapper .flex-control-paging li a.flex-active {
	background: rgba(218, 80, 152, 1);
}

.head-top-wrapper .flex-control-paging li a:hover {
	background: rgba(218, 80, 152, 1);
	opacity: 0.4;
}

/* 最近閲覧した商品 */
.recently-browsed-product-sec > .flexslider-product {
	display:none;
	width: 1412px;
	height: 421px;
	max-height: 421px;
	margin: 0 auto;
	border: none;
}

.recently-browsed-product-sec .slides {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexslider-product .flex-viewport {
	overflow: hidden;
	position: relative;
	padding: 5px;
}

.flexslider-product .flex-direction-nav {
	position: relative;
	top: -188px;
}

.flexslider-product .flex-prev {
	position: absolute;
	opacity: 0.9;
	left: 3px;
	background-color: #FFF;
	height: 60px;
	border-radius:  3px 0 0 3px;
	box-shadow:  0 1px 3px #888;
	line-height: 67px;
	text-align:  center;
	z-index: 0;
}

.flexslider-product .flex-next {
	position: absolute;
	opacity: 0.9;
	right: 3px;
	background-color: #FFF;
	height: 60px;
	border-radius: 0 3px 3px 0;
	box-shadow:  0 1px 3px #888;
	line-height: 67px;
	text-align:  center;
	z-index: 0;
}

.flexslider-product .slides > li {
	/*margin: 10px 5px !important;*/
	box-shadow: 0px 0px 3px 1px rgba(4,0,0,0.18);
	background: #fff;
	position: relative !important;
	height: auto !important;
	/*width: 275px !important;*/
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1 !important;
}

.recently-browsed-product-sec .flex-control-nav {
	display: none;
	width: 100%;
	position: initial;
	margin-top: 15px;
	text-align: center;
}

.common_check_list_tag {
	font-size: 14px;
	min-width: 200px;
	margin: 12px 25px 10px;
	display: inline-block;
	font-weight: bold;
	float: left;
}

.common_check_list_price {
	font-size: 18px;
	color: #e60012;
	margin: 5px 25px 0;
	border-bottom: 1px solid #fee6eb;
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
}

.common_check_list_img {
	clear:both;
	width:228px;
	height:138px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#FFF;
	line-height: 0;
}

.common_check_list_img img {
	width:auto;
	height:auto;
	max-width: 180px;
	max-height: 135px;
}

.common_check_list_price_end_of_sales {
	font-size: 14px;
	color: #e60012;
	font-weight: normal;
}

/* 全国の加盟店紹介 */
.shop-introduction-sec > .flexslider-shop {
	display:block;
	width: 1411px;
	/*width: 1115px;*/
    max-height: 320px;
    height: 320px;
    margin: 0 auto;
    border: none;
}

.shop-introduction-sec .slides {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexslider-shop .flex-direction-nav {
	position: relative;
	top: -191px;
}

.flexslider-shop .flex-viewport {
	overflow: hidden;
	position: relative;
	padding: 5px;
}

.flexslider-shop .slides > li {
	/*margin: 10px 5px !important;*/
	/*border: 1px solid #e5e6e7;*/
	box-shadow: 0px 0px 3px 2px rgba(4,0,0,0.18);
	background: #fff;
	position: static !important;
	height: auto !important;
	/*width: 275px !important;*/
}

.flexslider-shop .flex-prev {
	position: absolute;
	opacity: 0.9;
	left: 5px;
	background-color: #FFF;
	height: 60px;
	border-radius:  3px 0 0 3px;
	box-shadow:  0 1px 3px #888;
	line-height: 65px;
	text-align:  center;
	z-index: 0;
}

.flexslider-shop .flex-next {
	position: absolute;
	opacity: 0.9;
	right: 6px;
	background-color: #FFF;
	height: 60px;
	border-radius: 0 3px 3px 0;
	box-shadow:  0 1px 3px #888;
	line-height: 65px;
	text-align:  center;
	z-index: 0;
}

.shop-introduction-sec .flex-control-nav {
	display: none;
	width: 100%;
	position: initial;
	margin-top: 15px;
	text-align: center;
}

.shop_list_img {
	clear:both;
	width:275px;
	height:206.25px;
	/*width:216px;
	height:161.8px;*/
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#FFF;
	line-height: 0;
}

.shop_list_img img {
	width:auto;
	height:auto;
	max-width:275px;
	height:206.25px;
	/*max-width:216px;
	max-height:161.8px;*/
}

.shop_list_shop_name {
	font-size:14px;
	margin:0 13px 0;
	line-height:1.6;
	font-weight:bold;
	padding:0 0 0 19px;
	background:url(../../images/common_check_list_shop_icon.png) no-repeat 0 1px;
}
.shop_list_address {
	font-size:14px;
	margin:0 13px 5px;
	line-height:1.6;
	padding:0 0 0 19px;
}
/** slider navi Style END ********************************/

/** 手渡しバナー Style START *********************************/
.tewatashi-use-feature-sec {
	width: 100%;
	background: #f0f1f4;
	padding: 10px 0 24px;
}
.tewatashi-use-feature-title {
	text-align: center;
	font-size: 33px;
	margin: 10px 0 20px 0;
}
.tewatashi-use-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tewatashi-use-box img {
	border: solid 1px #dddddd;
}
.tewatashi-use-box div {
	width: 1180px;
	margin: 0 0 20px 0;
	display: block;
}
/** 手渡しバナー Stylee END *********************************/

/** 特別用途特集 Style START *********************************/
.special-use-feature-sec {
	width: 100%;
	background: #f0f1f4;
	padding: 10px 0 24px;
}

.special-use-feature-title {
	text-align: center;
	font-size: 33px;
	margin: 10px 0 20px 0;
}

.special-use-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.special-use-box img {
	border: solid 1px #dddddd;
}

.special-use-box div {
	width: 1180px;
	margin: 0 0 20px 0;
	display: block;
}

.special-use-box2 {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.special-use-box2 li {
	width: 270px;
	margin: 0 33px 40px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.special-use-box2 li img {
	border: solid 1px #dddddd;
}

.special-use-box2 li:last-child {
	margin-right: 0;
}

.special-use-box2 p {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}

/** もっと知りたい！母の日 */
.special-use-know-title {
	text-align: center;
	font-size: 24px;
	margin: 20px 0 20px 0;
}

.special-use-box3 {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.special-use-box3 li {
	margin: 0 33px 20px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.special-use-box3 div {
	background-color: #f5f6fa;
	padding: 15px 20px 15px 20px;
	width: 531px;
	border: 1px solid #e5e6e7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.special-use-box3 a {
	font-size: 14px;
	color: #e282b6;
}

.special-use-box3 a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.special-use-box3 li:nth-child(2n) {
	margin-right: 0;
}

/** 母の日特集 Style E N D *********************************/

/** 特集 Style START ***************************************/
.feature-sec {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 24px;
}

.feature-title {
	text-align: center;
	font-size: 33px;
	margin: 30px 0 20px 0;
}

.feature-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.feature-box li {
	width: 372px;
	margin: 0 30px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.feature-box li img {
	border: solid 1px #dddddd;
}

.feature-box li:nth-child(3n) {
	margin-right: 0;
}

.feature-box h5 {
	margin-top: 5px;
	font-weight: bold;
}

.feature-box p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4em;
}

.feature-box2 {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.feature-box2 li {
	width: 271px;
	margin: 0 30px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.feature-box2 li img {
	border: solid 1px #dddddd;
}

.feature-box2 li:nth-child(4n) {
	margin-right: 0;
}

.feature-box2 h5 {
	margin-top: 5px;
	font-weight: bold;
}

.feature-box2 p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4em;
}
/** 特集 Style E N D ***************************************/

/** キャンペーン Style START *******************************/
.campaign-sec {
	width: 100%;
	background: #f0f1f4;
	padding: 30px 0 24px;
}

.campaign-title {
	text-align: center;
	font-size: 33px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.campaign-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.campaign-box li {
	width: 570px;
	margin: 0 30px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.campaign-box li:nth-child(2n) {
	margin-right: 0;
}
/** キャンペーン Style E N D *******************************/

/** 「イーフローラ」の特徴 Style START *********************/
.characteristic-sec {
	width: 100%;
	background: #f9e0ed;
	padding: 30px 0 24px;
}

.characteristic-title {
	text-align: center;
	font-size: 34px;
	margin-top: 35px;
	margin-bottom: 40px;
}

.characteristic-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.characteristic-box li {
	width: 360px;
	margin: 0 20px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.characteristic-box li:last-child {
	margin-right: 0;
}

.characteristic-box h5 {
	font-weight:bold;
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
	color: #de7cb5;
}

.characteristic-box img {
	display: block;
	margin: 0 auto;
	width: 234px;
}

.characteristic-text-box {
	margin-top: 35px;
}

.characteristic-text-box > p {
	margin: 10px;
	font-size: 14px;
	color: #de7cb5;
	text-align: center;
	line-height: 1.4;
}

.characteristic-text-box > p span {
	font-size: 12px;
}
/** 「イーフローラ」の特徴 Style E N D *********************/

/** 安心便利なサービス Style START *************************/
.eflora-service-sec {
	width: 100%;
	padding: 30px 0 24px;
}

.eflora-service-title {
	text-align: center;
/*	font-weight: bold; */
	font-size: 34px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.eflora-service-annotation {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #a1a1a1;
}

.eflora-service-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.eflora-service-box li {
	width: 371px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 33px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e5e6e7;
	box-shadow: 0px 0px 20px 2px rgba(4,0,0,0.1);
}

.eflora-service-box li:nth-child(3n) {
	margin-right: 0;
}

.eflora-service-box img {
	display: block;
	margin: 0 auto;
}

.delivery-img {
	width: 194px;
}

.mail-img {
	width: 168px;
}

.jibundecard-img {
	width: 109px;
}

.eflora-service-box h5 {
	text-align: center;
	margin: 30px 0 15px 0;
	font-weight: bold;
	font-size: 20px;
}

.eflora-service-box p {
	margin: 15px 25px 10px 25px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
}

.eflora-service-details-box {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.eflora-service-box a {
	color: #e282b6;
	font-size: 14px;
}

.eflora-service-box a:hover {
	/*text-decoration: underline;*/
	opacity: 0.9;
}

span.details-link {
	padding: 0 0 0 12px;
	background: url("../../images/top/arrow_right_01.png") no-repeat left;
}

/** 安心便利なサービス Style E N D *************************/

/** お知らせ Style START ***********************************/
.notice-sec {
	width: 100%;
	background: #f0f1f4;
	padding: 30px 0 24px;
}

.notice-title {
	text-align: center;
	font-size: 33px;
	margin: 20px 0 20px 0;
}

.notice-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
}

.notice-box > li {
	width: 1180px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted;
}

.notice-day-box {
	float: left;
	width: 110px;
}

.notice-day-box > span {
	font-weight: bold;
}

.notice-contents-box {
	float: left;
	width: 1000px;
}

.notice-contents-box > a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.notice-detail-link-box {
	margin: 0 auto 10px;
	width: 1180px;
}

.notice-detail-link-box > a {
	display: block;
	text-align: right;
	color: #e282b6;
	font-size: 16px;
}

.notice-detail-link-box > a:hover {
	text-decoration: underline;
	opacity: 0.9;
}
/** お知らせ Style E N D ***********************************/

/** 重要なお知らせ Style START ***********************************/
.notice-important-sec {
	width: 100%;
	padding: 30px 0 0;
}

.notice-important-box {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto 10px;
	padding:10px;
	border: solid 2px #cc3333;
	border-radius: 3px;
}

.notice-important-box > li {
	width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 1.4;
}

.notice-important-day-box {
	float: left;
	width: 110px;
	padding-left: 24px;
	color: #cc0000;
	background: url("../../images/top/icon_04.png") no-repeat left;
}

.notice-important-day-box > span {
	font-weight: bold;
}

.notice-important-contents-box {
	float: left;
	line-height: 1.4;
}

.notice-important-contents-box > a:hover {
	text-decoration: underline;
	opacity: 0.9;
}
/** 重要なお知らせ Style E N D ***********************************/

/** 加盟店に行こう Style START *****************************/
.go-to-member-store-sec {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 24px;
	background: #f9e0ed;
	background: url(../../images/top/background.jpg) no-repeat top;
	background-size: 100%;
	height: 730px;
}

.go-to-member-store-title {
	text-align: center;
/*	font-weight: bold; */
	font-size: 33px;
	margin: 30px 0 20px 0;
}

.go-to-member-store-box {
	margin: 0 auto 10px;
	width: 1180px;
	min-width: 1180px;
}

.go-to-member-store-box > div.description {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1180px;
	font-size: 16px;
	line-height: 1.7em;
}

.description > p {
	font-size: 16px;
	line-height: 1.6;
}

.member-store-search-box {
	margin: 0 auto;
	width: 1180px;
	height: 415px;
	background: rgba(240,244,241, 0.8);
}

.pref-search-area {
	float:left;
	width: 645px;
	margin-top: 30px;
	margin-left: 30px;
}

.pref-search-area-title {
	font-weight: bold;
	font-size: 18look-for-details-linkpx;
}

.store-search-area {
	float:left;
	width: 40%;
	margin: 30px 0 0 30px;
}

.store-search-area > p {
	font-size: 16px;
	margin: 10px 0 10px 0;
	line-height: 1.6;
}

.store-search-area > img {
	margin: 15px 0 15px 0;
}

.kameiten-bnr-img {
	width: 443px;
}

.pref-search-area > div.map-area {
	margin-top: 10px;
	position: relative;
}

a.details-link {
	margin-top: 4px;
	color: #e282b6;
	font-size: 12px;
	float: right;
}

a.details-link::hover {
	text-decoration: underline;
	opacity: 0.9;
}

a.condition-cure-link {
	color: #e282b6 !important;
}

a.condition-cure-link:hover {
	text-decoration: underline;
	opacity: 0.9;
}

span.condition-cure {
	font-size: 14px;
	font-weight: normal !important;
	padding: 0 0 0 23px;
	background: url("../../images/top/arrow.png") no-repeat left;
}

span.look-for-details-link {
	padding: 0 0 0 12px;
	background: url("../../images/top/arrow_right_01.png") no-repeat left;
	font-size: 16px;
}

.map-area > img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 645px;
}

.map-area > span {
	position: absolute;
	font-size: 16px;
	margin: 25px 0 0 20px;
}

/** 地図 エリア */
.map-area > ul.prefecture-list {
	position: relative;
}

/** 九州 */
.map-area > ul.prefecture-list li.kyushu {
	top: 188px;
	left: 30px;
}

/** 四国 */
.map-area > ul.prefecture-list li.shikoku {
	top: 239px;
	left: 133px;
}

/** 中国 */
.map-area > ul.prefecture-list li.chugoku {
	top: 153px;
	left: 167px;
}

/** 関西 */
.map-area > ul.prefecture-list li.kansai {
	top: 189px;
	left: 218px;
}

/** 東海 */
.map-area > ul.prefecture-list li.tokai {
	top: 227px;
	left: 261px;
}

/** 北陸・信越 */
.map-area > ul.prefecture-list li.hokuriku-shinetsu {
	top: 151px;
	left: 269px;
}

/** 関東 */
.map-area > ul.prefecture-list li.kanto {
	top: 239px;
	left: 351px;
}

/** 東北 */
.map-area > ul.prefecture-list li.tohoku {
	top: 153px;
	left: 408px;
}

/** 沖縄 */
.map-area > ul.prefecture-list li.okinawa {
	top: 222px;
	left: 489px;
}

/** 北海道 */
.map-area > ul.prefecture-list li.hokkaido {
	top: 76px;
	left: 499px;
}

ul.prefecture-list {
	position: relative;
}

ul.prefecture-list > li {
	position: absolute;
}

.map-image {
	position: absolute;
	background-color: #FFF;
}
/** 加盟店に行こう Style E N D *****************************/

/** 最近閲覧した商品 Style START ***************************/
.recently-browsed-product-sec {
	display: none;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 24px;
	height:354px;
}

.recently-browsed-product-title {
	text-align: center;
/*	font-weight: bold; */
	font-size: 33px;
	margin: 30px 0 20px 0;
}
/** 最近閲覧した商品 Style E N D ***************************/

/** 加盟店紹介 Style START *********************************/
.shop-introduction-sec {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 24px;
}

.shop-introduction-title {
	text-align: center;
/*	font-weight: bold; */
	font-size: 33px;
	margin: 30px 0 20px 0;
}
/** 加盟店紹介 Style E N D *********************************/

/** SNS Style START *************************************/
.footer-sub {
	width: 100%;
	background: #f0f1f4;
	padding: 30px 0 24px;
}

.footer-sub-content {
	margin: 0 auto;
	width: 1180px;
}

.company-profile {
	float: left;
}

.company-profile > p {
	font-size: 16px;
	line-height: 1.6;
}

.company-profile-and-security {
	margin-bottom: 15px;
}

.sns-and-banner {
	margin-bottom: 15px;
}

.security {
	width: 25%;
	float: left;
	text-align: right;
}

.security > img {
	width: 40%;
}

.sns-title {
	width: 17%;
	float: left;
}

.sns-title > p {
	font-size: 14px;
	font-weight: bold;
	line-height: 65px;
}

.sns-button {
	float: left;
}

.banner {
	float: right;
}

.sns-box {
	/*margin: 0 auto 10px;*/
	width: 231px;
	min-width: 231px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.sns-box li {
	width: 73px;
	/*margin: 0 25px 30px 0;*/
	position: relative;
	display: block;
	box-sizing: border-box;
}

.sns-box li:last-child {
	margin-right: 0;
}

.sns-box li img {
	width: 59px;
	height: 59px;
}

.banner-box {
	margin: 0 auto 10px;
	width: 560px;
	min-width: 560px;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.banner-box li {
	width: 170px;
	margin: 0 25px 30px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.banner-box li:last-child {
	margin-right: 0;
}
/** SNS Style E N D *************************************/

/** common Style START *************************************/
/** ボタン style */
.button-color-orange {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-right: 15px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	background-color: #ed7917;
	-moz-box-shadow: 0.5px 0.866px 2px 0px #c17344;
	-webkit-box-shadow: 0.5px 0.866px 2px 0px #c17344;
	box-shadow: 0.5px 0.866px 2px 0px #c17344;
	letter-spacing: 3.2px;
}

.button-color-orange:hover {
	opacity: 0.9;
}

/** 閉じるボタン */
.close-btn-box {
	width: 100%;
	text-align: right;
}

.close-btn-box > a {
	color: #de7cb5;
}

.close-btn-box > a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.close-btn-box > a span {
	font-size: 12px;
	padding: 0 0 0 19px;
	background: url("../../images/top/close_01.png") no-repeat left;
}

input::-ms-clear {
    visibility:hidden;
}

input[type="text"] {
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	border: none;
	outline: none;
	background-color: #fff;
	line-height: 1.6em;
	padding-left: 0.714285714rem;
	padding-right: 1.6rem;
	border: 1px solid #aaa;
	color: #333333;
	min-height: 30px;
	box-sizing: border-box;
	font-size: 16px;
}

select {
/* 矢印非表示
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
*/
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:0;
	color: #999999;
}

select.required:not(.entered) {
  background-color: #ffebeb;
}

.select-box:focus{
	border: 1px solid #5276b4;
}

/*
select::-ms-expand {
	border: none;
	background-color: transparent;
	display: none;
}
*/

.select-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 223px;
	border: 1px solid #aaa;
	font-size: 16px;
}

/*
.select-hidden {
	overflow: hidden;
}
*/

/** input text 検索条件 */
.search-input-area {
	margin: 7px 0 35px 0;
}

.search-input {
	position: relative;
	display: inline-block;
	float: left;
}

.search-btn {
	float: left;
	margin-left: 10px;
	width: 106px;
}

.search-btn-size {
	height: 28px;
	width: 80px;
	line-height: 2.1em;
	font-size: 14px;
}

div.clear-btn {
	border-radius: 50%;
	background: #cacaca;
	height: 17px;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}

div.clear-btn > img {
	width: 8px;
}

div.clear-btn:hover {
	opacity: 0.9;
}

ol, ul {
	list-style: none;
}
/** common Style E N D *************************************/

/** navi map Style START ***********************************/
.navi-map {
/*	margin: 7px 0 0 0; */
}

.navi-map > img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 577px;
}

.navi-map > span {
	position: absolute;
	font-size: 14px;
	margin: 25px 0 0 20px;
}

/** 九州 */
.navi-map > ul.prefecture-list li.kyushu {
	top: 130px;
	left: 32px;
}

/** 四国 */
.navi-map > ul.prefecture-list li.shikoku {
	top: 196px;
	left: 105px;
}

/** 中国 */
.navi-map > ul.prefecture-list li.chugoku {
	top: 104px;
	left: 112px;
}

/** 関西 */
.navi-map > ul.prefecture-list li.kansai {
	top: 133px;
	left: 158px;
}

/** 東海 */
.navi-map > ul.prefecture-list li.tokai {
	top: 166px;
	left: 214px;
}

/** 北陸・信越 */
.navi-map > ul.prefecture-list li.hokuriku-shinetsu {
	top: 101px;
	left: 232px;
}

/** 関東 */
.navi-map > ul.prefecture-list li.kanto {
	top: 186px;
	left: 302px;
}

/** 東北 */
.navi-map > ul.prefecture-list li.tohoku {
	top: 132px;
	left: 365px;
}

/** 沖縄 */
.navi-map > ul.prefecture-list li.okinawa {
	top: 160px;
	left: 427px;
}

/** 北海道 */
.navi-map > ul.prefecture-list li.hokkaido {
	top: 60px;
	left: 448px;
}

/** 九州リスト */
ul.kyushu-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.kyushu-list > li {
	float:left;
	padding-left: 14px;
}

/** 四国リスト */
ul.shikoku-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.shikoku-list > li {
	float:left;
	padding-left: 14px;
}

/** 中国リスト */
ul.chugoku-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.chugoku-list > li {
	float:left;
	padding-left: 14px;
}

/** 関西リスト */
ul.kansai-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.kansai-list > li {
	float:left;
	padding-left: 14px;
}

/** 東海リスト */
ul.tokai-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.tokai-list > li {
	float:left;
	padding-left: 14px;
}

/** 北陸・信越リスト */
ul.hokuriku-shinetsu-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.hokuriku-shinetsu-list > li {
	float:left;
	padding-left: 14px;
}

/** 関東リスト */
ul.kanto-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.kanto-list > li {
	float:left;
	padding-left: 14px;
}

/** 東北リスト */
ul.tohoku-list {
	display:none;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	width:166px;
	z-index:10;
	font-size: 15px;
	padding: 5px;
	line-height: 20px;
	border:1px solid #de7cb5;
}

ul.tohoku-list > li {
	float:left;
	padding-left: 14px;
}

.map-link {
	color:#de7cb5;
}

.map-link:hover {
	text-decoration: underline;
	opacity: 0.6;
}

/** 都道府県ボタン */
.map-btn {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	width: auto;
	height: 24px;
	color: #FFF;
	margin-right: 8px;
	margin-bottom: 2px;
	padding: 0px 11px 0px 14px !important;
	display: block !important;
	background-color: #ed7917;
	-moz-box-shadow: 0.5px 0.866px 2px 0px #c17344;
	-webkit-box-shadow: 0.5px 0.866px 2px 0px #c17344;
	box-shadow: 0.5px 0.866px 2px 0px #c17344;
	letter-spacing: 3.2px;
}

.map-btn:hover {
	text-decoration: underline;
	opacity: 0.9;
}
/** navi map Style E N D ***********************************/

/* clearfix */
.addressee-choose-buttom-box::before,
.addressee-choose-buttom-box::after,
.selection-condition-list::before,
.selection-condition-list::after,
.notice-box > li::before,
.notice-box > li::after,
.notice-important-box > li::before,
.notice-important-box > li::after,
.member-store-search-box::before,
.member-store-search-box::after,
.company-profile-and-security::before,
.company-profile-and-security::after,
.sns-and-banner::before,
.sns-and-banner::after,
.search-input-area::before,
.search-input-area::after,
.search-input-area::before,
.search-input-area::after,
.addressee-choose-top-contents::before,
.addressee-choose-top-contents::after,
.condition-input-field-list::before,
.condition-input-field-list::after {
    content: "";
    display: table;
}

.addressee-choose-buttom-box::after,
.selection-condition-list::after,
.notice-box > li::after,
.notice-important-box > li::after,
.member-store-search-box::after,
.company-profile-and-security::after,
.sns-and-banner::after,
.search-input-area::after,
.search-input-area::after,
.addressee-choose-top-contents::after,
.condition-input-field-list::after {
    clear: both;
}

/** カレンダー */
.sunday > .ui-state-default {
	color: red !important;
}
.saturday > .ui-state-default {
	color: blue !important;
}

.date-picker-set img {
	width: 19px;
	margin-left: -25px;
	margin-bottom: -3px;
	cursor: pointer;
}

.to_calender {
	width: 225px;
}

/*
.flower_to_req {
	font-size: 12px;
	color: #ff0000;
}

.flower_to_datepicker_font {
	font-size: 16px;
}

.flower_to_day {
	font-size: 14px;
}
*/


/** ラジオボタン */
.radioSet1 {
	display: none;
	margin-bottom: 8px;
	font-size: 14px;
}

.radioSet2 {
	display: none;
	margin-bottom: 8px;
	font-size: 14px;
}

.radioSet3 {
	display: none;
	margin-bottom: 8px;
	font-size: 14px;
}

.radioSet1 > label,
.radioSet2 > label,
.radioSet3 > label {
	display: inline-block;
	margin-right: 16px;
	padding: 4px 0!important;
}

.radioSet1 label input[type="radio"],
.radioSet2 label input[type="radio"],
.radioSet3 label input[type="radio"]  {
	position: absolute;
	z-index: -100;
	opacity: 0;
}

.radioSet1 label input[type="radio"]:checked + mark,
.radioSet2 label input[type="radio"]:checked + mark,
.radioSet3 label input[type="radio"]:checked + mark {
	background-color: #da5098;
	box-shadow: 0 0 0 3px #ffffff inset;
	border: 1px solid #da5098;
}

.radioSet1 label input[type="radio"] + mark,
.radioSet2 label input[type="radio"] + mark,
.radioSet3 label input[type="radio"] + mark {
	width: 1.12em;
	height: 1.12em;
	background: none white;
	border: 1px solid #484848;
	border-radius: 50%;
}

.radioSet1 label input[type="radio"] + mark,
.radioSet2 label input[type="radio"] + mark,
.radioSet3 label input[type="radio"] + mark {
	display: inline-block;
	margin: 0 6px 0 0;
	font: inherit;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	text-align: center;
	font-size: inherit;
	line-height: inherit;
	/*background: none transparent;*/
	color: inherit;
	margin-top: -3px;
}

.radioSet1 label, .radioSet1 label input[type="radio"] + mark,
.radioSet2 label, .radioSet2 label input[type="radio"] + mark,
.radioSet3 label, .radioSet3 label input[type="radio"] + mark {
	display: -webkit-inline-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-content: stretch;
	-webkit-align-items: center;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	vertical-align:middle;
	/*margin-bottom: 15px;*/
	user-select: none;
	cursor: pointer;
}

.radioSet1 label mark,
.radioSet2 label mark,
.radioSet3 label mark {
	margin-right: 4px !important;
}

.condition-input-field {
	margin-top: 15px;
}

.condition-input-field-list > li {
	float:left;
	margin-right: 10px;
	width: 270px;
	box-sizing: border-box;
}

.condition-input-field-list li:last-child {
	padding-top: 21px;
}

.condition-input-field-list > li p {
	margin-bottom: 10px;
	font-size: 14px;
}

.condition-input-field-list .to_calender {
	width: 269px;
}

.condition-input-field-list .use-select {
	width: 269px;
	outline: none;
	min-height: 30px;
}

.condition-input-field-list .style-select {
	width: 269px;
	outline: none;
	min-height: 30px;
}

.condition-input-field-list .select-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 269px;
	border: 1px solid #aaa;
}

/** お届け先を選んでお花を探す ボタン */
.condition-input-field-list .pick-ship-addressee-search-btn {
	line-height: 34px;
	width: 252px;
	height: 33px;
	font-size: 16px;
}

.radio1-display {
	display:none;
}

.radio2-display {
	display:none;
}

.radio3-display {
	display:none;
}

.required {
	color:#da5098
}

.toDay-line-height {
	line-height: 30px !important;
}
.toDay-required-line-height {
	line-height: 13px;
}

.special-use-feature-sec a:hover img,
.feature-sec a:hover img,
.campaign-sec a:hover img,
.go-to-member-store-sec a:hover img,
.banner-box a:hover img {
	position:relative;
	/*opacity: .75;
	filter: alpha(opacity=75);*/
	-ms-transition: .5s;
	transition: .5s;
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	bottom:1px;
}

:placeholder-shown {
    color: #999999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999999; }

/* Firefox 18- */
:-moz-placeholder {
    color: #999999; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #999999; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #999999; }

dd.delv-date {
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
	display:block;
	padding-top: 8px;
}

/* トップお花サーチ内_沖縄奄美お盆へのリンクtxt　20180713追加 */
.feature_link {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.feature_link a {
	color: #003399;
 }
.feature_link a:hover {
	text-decoration: underline;
 }