@charset "utf-8";
/***************************************
*
*  1. common style
*  2. flower style
*  3. form style
*  4. order-confirm style
*  5. order-complete style
***************************************/

/* 1. common style */
/* ------------------------------------------------------------------------------------ */
#bodySec {
  margin-bottom: 120px;
}
.stl {
  background: url(../img/flower/main-tl.png) no-repeat 0 0;
  width: 323px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -48px;
}
.sstl.tl-dearly {
  background: url(../img/flower/tl-dearly.png) no-repeat 0 0;
  width: 91px;
  height: 27px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -20px;
  margin-bottom: 20px;
}
.sstl.tl-dearly2 {
  background: url(../img/flower/tl-dearly2.png) no-repeat 0 0;
  width: 321px;
  height: 31px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -20px;
  margin-bottom: 20px;
}
.sstl.tl-standflower {
  background: url(../img/flower/tl-standflower.png) no-repeat 0 0;
  width: 210px;
  height: 25px;  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -5px;
  margin-bottom: 0;
}
.sstl-txt {
  font-size: 1.23em;
}
h2 {
  font-size: 1.42em;
  font-weight: bold;
  text-align: center;
  margin: 72px 0 40px;
}
.info {
  line-height: 1.43;
}
.info .ttl {
  margin: 18px 0;
}



/* 2. flower style */
/* ------------------------------------------------------------------------------------ */

.steps{
  margin:45px 0 0;
  padding-bottom:36px;
}
.steps ul{
  height:36px;
  border-bottom:1px solid #f0ebf2;
  text-align:center;
}
.steps li{
  display:inline-block;
  width:72px;
  height:72px;
  border-radius:50%;
  text-align:center;
  font-size:1.230em;
  background: #f0ebf2;
  background: url(../img/contact/bg-step.jpg) no-repeat 0 0\9;
  margin:0 28px;
  color:#666;
}
.steps li.on {
  background: -moz-linear-gradient( 90deg, rgb(130,105,163) 0%, rgb(150,130,177) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(130,105,163) 0%, rgb(150,130,177) 100%);
  background: -ms-linear-gradient( 90deg, rgb(130,105,163) 0%, rgb(150,130,177) 100%);
  background: url(../img/contact/bg-step_on.jpg) no-repeat 0 0\9;
  color:#fff;
}
.steps li span{
  line-height:20px;
  height:48px;
  padding:12px 0;
  display:block;
}

/******/
.flowerList .name {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size:1.71em;
  white-space: nowrap;
}
.flowerList .name span:first-child {
  margin-left: -15px;
}
.flowerList .name span:last-child {
  margin-left: -5px;
  margin-right: -10px;
}
.flowerList {
  padding: 10px 0 0;
  width: 680px;
  margin: 0 auto;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.flowerList li {
  float: left;
  width: 320px;
  margin: 35px 40px 0 0;
  text-align: left;
}
.flowerList li.even {
  margin-right: 0;
}
@media (max-width:1030px) {
  .flowerList {
    width: 660px;
  }
  .flowerList li {
    margin-right: 20px;
  }
}
@media (max-width:980px) {
  .flowerList {
    width: 650px;
  }
  .flowerList li {
    margin-right: 10px;
  }
}
.flowerList p.pic{
  margin-bottom:12px;
  height:320px;
}
.flowerList p.price {
  font-size: 1.230em;
  line-height: 1.7;
  margin: 8px 0 13px 3px;
  float: left;
  display: inline-block;
}
.flowerList .opt{
}
.flowerList .sel{
  float:left;
  line-height:30px;
  font-size:1.230em;
}
.flowerList .sel .selectWrap {
  background: url(../img/flower/bg-select.png) no-repeat 34px center;
  border: 1px solid #999999;
  border-radius:4px;
  width: 46px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
}
.flowerList .sel select{
  width: 100%;
  height:30px;
  box-sizing:border-box;
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   border: 0;
   margin: 0;
   padding: 0;
   background: none transparent;
   padding-left: 10px;
   vertical-align: top;
   color: #666666;
}
.flowerList .sel .unit {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.flowerList .orderArea select {
  width: 46px;
  height: 30px;
  float: left;
  background: url(../img/flower/bg-select.png) no-repeat 34px center;
}
.flowerList .orderArea .btn-select {
  float: right;
  margin-top: 5px;
}
.flowerList .orderArea .btn-select p {
  display: inline-block;
  float: left;
  font-size: 1.3em;
  margin: 8px 0 0 6px;
}

.flowerList-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flowerList-head__image {
  margin-right: 20px;
}
.flowerList-head__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-top: -4px;
  white-space: nowrap;
}

.attentionBox{
  width: 680px;
  text-align: left;
  margin: 45px auto 0;
}
.attentionBox .f-min {
  font-size:1.384em;
  line-height:1.3;
}
.attentionBox ul{
  margin-top:18px;
}
.attentionBox li{
  font-size:1.230em;
  line-height:1.7;
  margin:0 0 10px 1em;
  position:relative;
  color:#666;
}
.attentionBox li:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #c0afd2;
  left: -1em;
  top: 11px;
  content: "";
  border-radius: 100%
}
#deliveryTime{
  width: 680px;
  margin: 100px auto 0;
}
#deliveryTime li{
  float:left;
}
#deliveryTime li:nth-child(odd){
  margin-right:4em;
}
.attentionBox:last-child{
  padding-bottom:55px;
}
@media (max-width:1030px) {
  .attentionBox {
    width: 640px;
  }
  #deliveryTime {
    width: 640px;
  }
}




/* 3. form style */
/* ------------------------------------------------------------------------------------ */

#choiceBox {
  margin: 20px 0 26px;
  font-size: 1.07em;
}
.choice-group {
  border: 4px solid #efe8f7;
  padding: 16px;
  margin-top: 13px;
}
.choice-group .trade-img {
  display: inline-block;
  float: left;
}
.choice-group .trade-name {
  font-size: 1.71em;
  text-align: left;
  margin: 3px 0 0 135px;
}
.choice-group dl {
  width: 200px;
  float: left;
  margin: 18px 0 0 25px;
}
.choice-group dl.second {
  margin-left: 60px;
}
.choice-group dl.sum {
  float: right;
  font-size: 1.22em;
  width: 230px;
  margin-top: 7px;
}
.choice-group dl.sum dd {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.choice-group dt {
  float: left;
  text-align: left;
  position: absolute;
  padding-left: 2px;
}
.choice-group dt.name {
  padding-top: 10px;
}
.choice-group dd {
  text-align: right;
  border-bottom: 1px solid #efe8f7;
  margin-bottom: 14px;
  padding-bottom: 8px;
  padding-right: 10px;
}
.choice-group dd.sum.last {
  border: none;
  padding: 0;
  margin: 0;
}
.choice-group .wd185 {
  width: 304px;
  height: 70px;
  margin-right: 0;
  font-size: 1em;
}

.sum-group {
  margin-top: 24px;
  font-size: 1.28em;
}
.sum-group dl {
  width: 404px;
  float: left;
  margin: 8px 0 0 230px;
}
.sum-group dt {
  float: left;
  text-align: left;
  position: absolute;
}
.sum-group dt.name {
  padding-top: 10px;
}
.sum-group dd {
  text-align: right;
  border-bottom: 1px solid #efe8f7;
  padding-right: 10px;
}
.sum-group dl dd dl {
  width: 170px;
  margin: 0 0 10px 244px;
  float: none;
  color: #9e81c4;
}
.sum-group dl dd dl dd {
  border: none;
}


.entryArea-inner{
  width: 640px;
  margin:0 auto 80px;
}
.form-horizontal .control-label{
  text-align:left;
}
.formBox{
  text-align:left;
  font-size:1.2em;
  margin-top:50px;
}
.messageBox dl dt {
  width: 130px;
}
.form-group{
  margin-bottom:40px;
}
.form-group.request {
  margin-bottom: 30px;
  margin-top: -15px;
}
.form-group dt{
  float:left;
  width:160px;
  line-height:1.7;
  padding-top:8px;
}
.form-group dd{
  margin-left:160px;
  position: relative;
}
.form-group dd dl dt {
  width: 100px;
}
.form-group dd dl dd {
  margin: 0 0 10px 80px;
}
.form-group .caution {
  margin: 8px 0 0 18px;
  font-size: 0.9em;
}
.form-group .caution.bottom {
  margin-bottom: 24px;
}
.form-group dd .caution {
  margin: 8px 0 0 0;
  font-size: 0.9em;
}
.form-group .p-t05.second {
  margin-top: 20px;
}
.form-group .brand-img {
  background: url(../img/flower/img-credit.png) no-repeat 0 0;
  width: 207px;
  height: 34px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 16px 0 0 18px;
}
.form-group .btnBuy {
  font-size: 1.2em;
}


.help-block{
  margin-top:5px;
  font-size:1em;
  line-height:1.5;
}
.font13{
  font-size:1em;
}
.wd200{
  width:200px;
}
.wd120{
  width:200px;
  margin-right:10px;
}
.wd120.first {
  margin-right: 6px;
}
.wd120.middle {
  margin-left: 6px;
  margin-right: 6px;
}
.wd120.last {
  margin-left: 6px;
  margin-right: 0;
}
.wd380 {
  width: 380px;
}
.wd450 {
  width:450px;
}
.wd185 {
  width:273px;
  margin-right:10px;
}
.company .wd185,
.position .wd185 {
  width: 100%;
}
/*.form-group dt.radio-head {
  margin-top: -3px;
}*/
.form-group dt.request-head {
  padding-top: 12px;
}
.form-group dt.select-head {
  padding-top: 10px;
}
.request-check {
  line-height: 34px;
}
.aobaminami {
  margin-left: 1em;
}
.selectArea .first,
.selectArea .middle {
  margin: 0 16px 0 8px;
  vertical-align: top;
  line-height: 33px;
}
.selectArea .last {
  margin: 0 0 0 8px;
  vertical-align: top;
  line-height: 33px;
}

#confirmationBox{
}
#confirmationBox dl{
  margin-bottom:25px;
}
#confirmationBox dt{
  padding:5px 0 0;
}
#confirmationBox dd{
  padding:5px 0 0;
  line-height:1.7;
}
.font15{
  font-size:1.153em;
}
#confirmationBox .btn-gray{
  margin-right:30px;
}
.contact-return a {
  background: url(../img/common/arrow-purple.png) no-repeat 10px center;
  border: solid 1px #9681b4;
  border-radius: 4px;
  width: 230px;
  height: 50px;
  line-height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.153em;
  margin: 112px auto 0;
  display: block;
}
.contact-return a:hover {
  background: url(../img/common/arrow-purple_on.png) no-repeat 10px center;
  background-color: #9681b4;
  color: #fff;
  text-decoration: none;
}
.form-control {
  background-color: #fefdf9;
}
.selectWrap {
  background: url(../img/contact/arrow-bottom.png) no-repeat 85px center;
  width: 102px;
  display: inline-block;
  border: solid 1px #999999;
  color: #666666;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
}
select.form-control {
  width: 130%;
  border: none;
  padding-left: 8px;
  background: none;
}
label {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.second label {
  margin-bottom: 0;
}
.mw_wp_form .error {
  width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom: -25px;
  left: 0;
  display: inline-block !important;
}
.form-group.zip-input dd span:nth-child(2) {
  left: 140px;
}
.mw_wp_form_confirm .form-group dd {
  padding-top: 5px;
  line-height: 1.7;
  text-align: left;
}
.mw_wp_form_confirm .form-group dd .p-t05 {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .form-group .radio-head {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .form-group dd.last {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .selectWrap {
  background: none;
  border: none;
  width: auto;
  padding-top: 5px;
}
.mw_wp_form .error {
  color: #ee5656 !important;
  margin-right: 35px;
}
.mw_wp_form .name-input .error {
  margin-right: 93px;
}
.request-check .error {
  margin-top: 0;
}
.choice-group .error {
  margin-top: 20px;
}
#mw_wp_form_mw-wp-form-174 .form-control.inline-block.wd185 {
  width: 200px;
}
#mw_wp_form_mw-wp-form-174 .form-control.inline-block.wd120.first {
  width: 200px;
}
#mw_wp_form_mw-wp-form-183 .form-control.inline-block.wd185 {
  width: 200px;
}

.btn {
  border: none;
  cursor: pointer;
  outline: none;
}
.credit img {
  position: absolute;
  top: 20px;
  right: 12px;
}
.error {
  color: #ee5656;
  font-size: 13px;
  margin-top: 10px;
  display: none;
}
.messageBox .error {
  margin-left: 20px;
}


/* 4. order-confirm style */
/* ------------------------------------------------------------------------------------ */

.order-confirm .form-group dd dl dt {
  position: absolute;
}
.order-confirm .form-group dd dl dd {
  margin: 12px 0 10px 120px;
}
.inputBox dl dt {
  position: absolute;
}
.inputBox dl dd {
  padding-top: 13px;
  height: 10px;
}
.move {
  text-align: center;
  margin: 12px 0 0 250px;
  text-align: center;
  line-height: 1.2;
}

/* 5. order-complete style */
/* ------------------------------------------------------------------------------------ */

.order-complete .caution {
  text-align: left;
  font-size: 1.15em;
  line-height: 1.6;
  margin-top: 20px;
}

