﻿@charset "UTF-8";

body {
	margin: 0 auto;
	width: 100%;
	font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
	/*font-weight: 500;*/
    color: #000;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav,  section, summary {
	display: block;
}

ul,li {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

a img {
	border: none;
}
/* ▼header▼
------------------------------------------ */

/* ヘッダー全体
------------------------------------------ */

#headerwrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;

}

#headerwrapper #headerinner {
    width: 1100px;
    margin: 0 auto 0;
    height: 115px;
}

#headerinner #siteTitle {
float: left;
    height: auto;
    margin: 5px 0 0;
}

#headerinner #siteTitle h1 {
    float: left;
    margin: 5px 0 0;
}

.campaign {
    margin: 10px 0 0 435px;
}

/* 電話番号
------------------------------------------ */

#headerinner .tell {
    float: right;
    margin: 10px 0 0;
    color: #4e4e4e;
}

#headerinner .tell p.title {
    margin: 5px 0 0;
    font-size: 13px;
    text-align: center;

    height: 15px;
    /* background-color: #ddd; */
    padding: 0;
    /* font-weight: bold; */
    font-weight: bold;
}

#headerinner .tell p.tellnumber {
    margin: 0;
    font-size: 27px;

    font-weight: bold;
    letter-spacing: -1.5px;
    height: 35px;
    text-align: center;
}

#headerinner .tell p.tellnumber img {
    padding: 0 5px 0 0;
    vertical-align: middle;
}

#headerinner .tell p.telltime {
    display: block;
    font-size: 13px;

    text-align: center;
    margin: 0 0 0;
}

#headerinner #catchcopy {
    font-size: 12px;
    line-height: 1.5;
    margin: 8px 0 0;
    /* color: #0e0e0e; */
    font-weight: 500;
}

/* 上部ナビ
------------------------------------------ */

#headerwrapper nav {
    width: 100%;
}

#headerwrapper .topNavi {
    width: 100%;
    height: 36px;
    /* border-top: 5px solid; */
    background-color: #6ba4b8;
}

.topNavi-inner {
    width: 1100px;
    margin: 0 auto;

}

.navi-contents {
    float: right;
    height: auto;
}

.topNavi ul {

    margin: 6px 0 0;
}

.topNavi li {
    float: left;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 4px;
    margin: 0 8px 0 0;
}

.topNavi li a {
    display: block;
    color: #2c3e6f;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1pt;
    color: #fff;
    /* font-weight: bold; */
}

.topNavi li a:hover {
    color: #fff;
    opacity: 1;
}

.topNavi li a img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding: 0;
}

.topFeature {
    width: 300px;
    padding: 8px 0 0;
    float: left;
}

.topFeature p.title {
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    float: left;
    margin: 3px 0 0;
}

.topFeature p.title:after {
    content: ":";
    padding: 0 0 0 5px;
    font-size: 10px;
    margin: 0;
}

.topFeature p.pickup-info {
    float: left;
    margin: 0 2px;
}
.topFeature p.pickup-infoB {
    float: left;
    margin: 0 2px;
}

.topFeature p.pickup-info a {
    background: linear-gradient(to bottom, #fff5f5 93%, #f3f2f2 1%);
    color: #a70008;
    font-size: 12px;
    padding: 2px 35px;
    height: 18px;
    margin: 5px 3px 5px 0;
    font-weight: 550;
    text-decoration: none;
    border-top: 4px solid #be0108;
}
.topFeature p.pickup-infoB a {
    background: linear-gradient(to bottom, #eefbfa 93%, #e7f1f0 1%);
    color: #6ba4b8;
    font-size: 12px;
    padding: 2px 35px;
    height: 18px;
    margin: 5px 0 5px 0;
    font-weight: 550;
    text-decoration: none;
    border-top: 4px solid #055d7a;
}
/*.topFeature p.pickup-info a:after {
    content: "▶";
    padding: 0 0 0 2px;
    font-size: 10px;
}*/


.topFeature p.pickup-info a:hover {
    text-decoration: none;
     background: linear-gradient(to bottom, #fbdbdb 93%, #fbdbdb 1%);
    opacity: 1;
}
.topFeature p.pickup-infoB a:hover {
    text-decoration: none;
    background: linear-gradient(to bottom, #e1f5fd 93%, #e1f5fd 1%);
    opacity: 1;
}


/* レビュー
------------------------------------------ */

.review-inner {
    /* overflow: hidden; */
    margin: 15px 0 0 20px;
    float: left;
    border-radius: 5px;
    /* height: 55px; */
    padding: 8px 8px 8px 15px;
    background-color: #f7f7f7;
}

.review-number {
    height: 30px;
    overflow: hidden;
}

.review-number p.title {
    border-radius: 10px;
    background-color: #fff;
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 9px;
    font-size: 11px;
    color: #585858;
    font-weight: bold;
}

.review-number p.title img {
    vertical-align: middle;
}

.review-number p.number {
    font-weight: bold;
    font-size: 15px;
    float: left;
    margin: 0 0 10px;
    padding: 2px 3px 0 0;
    color: #585858;
    /* vertical-align: middle; */
}

.review-number span.month {
    padding: 3px 0 0;
    font-size: 13px;
    display: block;
}

.review-number p.span {
    width: 80px;
    background-color: #ddd;
    float: left;
    margin: 0 10px 0 0;
}

.review-val {
    overflow: hidden;
    height: 25px;
    width: 240px;
}

.review-val p.title {
    border-radius: 15px;
    background-color: #fff;
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 9px;
    font-size: 11px;
    color: #2c3e6f;
    font-weight: bold;

}

.review-val p.title img {
    vertical-align: middle;
}

.review-val p.star {
    color: #b50005;
    float: left;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.review-val p.star img {
    vertical-align: top;
    padding: 3px 2px 0 0;
    margin: 0;
}

/* グローバルナビメガナビ
------------------------------------------ */

#headerwrapper .meganavi {
    border-bottom:1px solid #cecece;
    height: 90px;
    width: 100%;
    padding: 0 0 0;
    background: url(../images/kage.png) repeat-x bottom;

}

#headerwrapper .globalNavi {
    width: 1100px;
    margin: 0 auto;
    height: 80px;
    display: block;
    z-index: 3;
}

/* 検索iframe
------------------------------------------ */

.search {
    margin: 490px auto 0;
    width: 1100px;
}

/* 販促バナー
------------------------------------------ */

.hansoku-bnr {
    margin: 480px auto 50px;
    width: 1100px;
    overflow: hidden;
    position: relative;
}

.hansoku-bnr img {
    margin: 10px 22px 10px 0;
    float: left;
}

.hansoku-bnr .maR0 {
    margin: 10px 0px 10px 0 !important;
}

/* 新着商品スライド
------------------------------------------ */

.silde-auto {
    width: 1100px;
    margin: 0 auto;
}

.silde-auto h3 {
    color: #69131c;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "游ゴシック", Arial, Helvetica, sans-serif;
    letter-spacing: 1.3px;
    font-weight: bold;
}

.silde-auto h3 span {
    color: #69131c;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.silde-auto iframe {
    margin: 0 auto;
}

/* ▲header▲
------------------------------------------ */

/* ▼body全体▼
------------------------------------------ */

#main-contents {
    width: 1110px;
    overflow: hidden;
    margin: 0 auto 50px;
}

/* ▼body　にぎわいツール設定▼
------------------------------------------ */

#main-contents iframe {

    margin: 10px auto;
}

/* ▼body▼
------------------------------------------ */

.body-inner {
    width: 880px;
    height: auto;
    margin: 0 auto 80px;
    float: right;
}

/*--特集バナー--*/

#feature-contents {
    margin: 10px 0;
}


#feature-contents ul {
    padding: 5px;
    overflow: hidden;
}
#feature-contents h4 {
    margin: 5px 0;
   /* margin-bottom: 3px;*/
    font-weight: 600;
    font-size: 14px;
}
#feature-contents p {
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: 500;
}
#feature-contents ul li {
    float: left;
    width: 280px;
    margin: 0 5px 0 5px;
}
#feature-contents ul li .item-txt {
    text-align: left;
    padding: 5px 5px 0 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    background-color: #f7f7f7;
    height: 60px;
}
/*--イベント--*/

.event-contents {
    margin: 50px 0 0;
    overflow: hidden;
    /* border: 1px solid #ddd; */
}

.event-contents h2 ,#feature-contents h2 ,#ranking h3 ,.theme-contents h3,.business-contents h3{
   border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 0 0 5px 10px;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
    font-weight: bold;
}

.event-contents h2 img, #feature-contents h2 img{
    margin: 0 5px 3px 0;
}

.event-contents .event-block {
    padding: 5px 5px 5px;
    margin: 0px 0 0;
    /*background-image: url(images/top_nav_bg01.jpg);*/
    /*height: 305px;*/
}

.event-contents .event-inner {
        /* padding: 5px; */

    float: left;
        margin: 8px 5px;

    width: 280px;
    /* background-color: #fff; */
    height: auto;
    /* border-radius: 8px; */
}

.event-contents .event-inner p {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 5px;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.event-contents .event-inner p.txt {
      font-size: 13px;
    text-align: left;
    padding: 0 0 5px 11px;
    font-weight: normal;
    /* border-top: 1px solid #c4c4c4; */
    margin: 0;
}

/*--テーマで選ぶ--*/

.theme-contents {
    margin: 10px 0 30px;
    overflow: hidden;
}

.theme-contents .theme {
       margin: 10px 0 30px;
    overflow: hidden;
    background: #fdfcef none repeat scroll 0 0;
    padding: 0 0 0;
    border-radius: 0 0 3px 3px;
}

.theme-contents .themeB {
   margin: 10px 0 30px;
    overflow: hidden;
    background: #e6f3d9 none repeat scroll 0 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
.theme-contents .themeC {
   margin: 10px 0 30px;
    overflow: hidden;
    background: #ffeff5 none repeat scroll 0 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
.theme-contents .themeD {
   margin: 10px 0 30px;
    overflow: hidden;
    background: #f7f7e6 none repeat scroll 0 0;
    padding: 0 ;
    border-radius: 0 0 3px 3px;
}

.theme-contents .themeE {
   margin: 10px 0 30px;
    overflow: hidden;
    background: #f2efff  none repeat scroll 0 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}


.theme-contents h3 img {
    margin: 0 5px 3px 0;
}

.theme-contents .theme-top {
    margin: 0;
    height: auto;
}

.theme-contents .keywords {
    padding: 5px 0 0 0;
    overflow: hidden;
    margin: 20px 0 0;
}

.theme-contents .keywords p {
    /* padding: 10px 14px 10px 14px; */
    /* border: 1px solid #ddd; */
    font-size: 12px;
    color: #fff;
    /* width: 88px; */
    float: left;
    /* margin: 10px 4px 10px 4px; */
    text-align: center;
}

.theme-contents .keywords p a {
       color: #69141c;
    display: block;
    padding: 5px 8px;
    width: 88px;
    margin: 0 5px 0 6px;
    background-color: #fbd9d8;
    text-decoration: none;
}

.theme-contents .keywords p a:hover {
    background-color: #98173d;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.theme-contents .keywords ul li a {
        text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #b6aa82;
    border-radius: 3px;
}
.theme-contents .keywords  ul li {
    width: 15.5%;
    list-style-type: none;
    float: left;
    /*border-right: 1px solid #e0e0e0;*/
    padding: 0 0.5%;
    letter-spacing: 1px;
    font-size: 11px
}
.theme-contents .keywords ul {
        overflow: hidden;
    margin: 0 0 0 15px;
}

/*キーワード*/
.theme-contents .keywordsB ul li a {
        text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #529126;
    border-radius: 3px;
}
.theme-contents .keywordsB  ul li {
    width: 15.3%;
    list-style-type: none;
    float: left;
    /*border-right: 1px solid #e0e0e0;*/
    padding: 0 0.5%;
    letter-spacing: 1px;
    font-size: 11px
}
.theme-contents .keywordsB ul {
        overflow: hidden;
    margin: 0 0 0 15px;
}

/*キーワードC*/
.theme-contents .keywordsC ul li a {
        text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #e76388;
    border-radius: 3px;
}
.theme-contents .keywordsC  ul li {
    width: 18.8%;
    list-style-type: none;
    float: left;
    /*border-right: 1px solid #e0e0e0;*/
    padding: 0 0.5%;
    letter-spacing: 1px;
    font-size: 11px
}
.theme-contents .keywordsC ul {
        overflow: hidden;
    margin: 0 0 0 15px;
}

/*キーワードD*/
.theme-contents .keywordsD ul li a {
        text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #efb62a;
    border-radius: 3px;
}
.theme-contents .keywordsD  ul li {
    width: 18.8%;
    list-style-type: none;
    float: left;
    /*border-right: 1px solid #e0e0e0;*/
    padding: 0 0.5%;
    letter-spacing: 1px;
    font-size: 11px
}
.theme-contents .keywordsD ul {
        overflow: hidden;
    margin: 0 0 0 15px;
}

/*キーワードE*/
.theme-contents .keywordsE ul li a {
        text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #9e94d0;
    border-radius: 3px;
}
.theme-contents .keywordsE ul li {
    width: 23.5%;
    list-style-type: none;
    float: left;
    /*border-right: 1px solid #e0e0e0;*/
    padding: 0 0.5%;
    letter-spacing: 1px;
    font-size: 11px
}
.theme-contents .keywordsE ul {
        overflow: hidden;
    margin: 15px 0 0 15px;
}


.theme-contents .theme-inner {
    margin: 20px 10px;
    overflow: hidden;
    padding: 0 5px;
}

/*--パターン01--*/

.theme-contents .theme-box {
    width: 250px;
    /*height: 400px;*/
    float: left;
    margin: 10px 5px 10px 5px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    /* box-shadow: rgb(247, 238, 240) 0px 1px 2px 2px; */
}

.theme-contents .theme-box img,.theme-contents .theme-boxB img {
    width: 250px;
    height: 250px;
}

.theme-contents .theme-box p {
    font-size: 12px;
    text-align: center;
}

.theme-contents .theme-box p.ttl {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0px;
    font-weight: bold;
}

.theme-contents .theme-box span {
    font-size: 20px;
    text-align: center;
    margin: 5px;
    display: block;
    color: #98002d;
    font-weight: bold;
}
/*送料別*/
span span.mini {
    font-size: 12px !important;
    display: inline-table !important;
}
.theme-contents .theme-box .bnr a {
        text-decoration: none;

    text-align: center;
    border: #6ba4b8 1px solid;
    margin: 15px auto 0;
    padding: 5px 0;
    display: block;
    color: #749aaa;
    vertical-align: middle;
    font-size: 12px;
}

.theme-contents .theme-box .bnr a:after {
    /*content: "▶";*/
    font-size: 9px;
    padding: 0 0 0 8px;
    margin: 0;
}

.theme-contents .theme-box .bnr a:hover {
    background-color: #6ba4b8;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/*--▼パターン02お供え--*/

.theme-contents .themeB .keywordsB {
    padding: 5px 0 0 0;
    overflow: hidden;
    margin: 10px 0 0;
}

.theme-contents .themeB .keywordsB p {
    /* padding: 10px 14px 10px 14px; */
    /* border: 1px solid #ddd; */
    font-size: 12px;
    color: #fff;
    /* width: 88px; */
    float: left;
    /* margin: 10px 4px 10px 4px; */
    text-align: center;
}

.theme-contents .themeB .keywordsB p a {
    color: #fff;
    display: block;
    padding: 5px 8px;
    width: 99px;
    margin: 0 5px 0 6px;
    background-color: #87cfec;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.theme-contents .themeB .keywordsB p a:hover {
    background-color: #1e87b2;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.theme-contents .theme-boxB {
    width: 250px;
       /*height: 400px;*/
    float: left;
    margin: 10px 5px 10px 5px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.theme-contents .theme-boxB img {
    width: 250px;
    height: 250px;
}

.theme-contents .theme-boxB p {
    font-size: 12px;
    text-align: center;
}

.theme-contents .theme-boxB p.ttl {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0px;
    font-weight: bold;
}

.theme-contents .theme-boxB span {
    font-size: 20px;
    text-align: center;
    /* margin: 5px; */
    display: block;
    color: #98002d;
    font-weight: bold;
}


.theme-contents .theme-boxB .bnr a {
         text-decoration: none;
    text-align: center;
    border: #529126 1px solid;
    margin: 15px auto 0;
    padding: 5px 0;
    display: block;
    color: #529126;
    vertical-align: middle;
    font-size: 12px;

}

.theme-contents .theme-boxB .bnr a:hover {
    background-color: #529126;
    color: #fff;
    opacity: 1;
}

.theme-contents .theme-boxB .bnr a:after {
    /*content: "▶";*/
    font-size: 9px;
    padding: 0 0 0 8px;
    margin: 0;
}

/*--▼パターン03法人用--*/

.theme-contents .themeC .keywordsC {
    padding: 5px 0 0 0;
    overflow: hidden;
    margin: 10px 0 0;
}

.theme-contents .themeC .keywordsC p {
    /* padding: 10px 14px 10px 14px; */
    /* border: 1px solid #ddd; */
    font-size: 12px;
    color: #fff;
    /* width: 88px; */
    float: left;
    /* margin: 10px 4px 10px 4px; */
    text-align: center;
}

.theme-contents .themeC .keywordsC p a {
    color: #ffffff;
    display: block;
    padding: 5px 26px;
    /* width: 89px; */
    margin: 0 5px 0 6px;
    background-color: #ffcc00;
    text-decoration: none;
}

.theme-contents .themeC .keywordsC p a:hover {
    background-color: #ffa800;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}


.theme-contents .theme-boxC {
    width: 250px;
    height: 400px;
    float: left;
    margin: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgb(241, 233, 204) 0px 1px 2px 2px;
}

.theme-contents .theme-boxC img {
    width: 250px;
    height: 250px;
}

.theme-contents .theme-boxC p {
    font-size: 12px;
    text-align: center;
}

.theme-contents .theme-boxC p.ttl {
    font-size: 14px;
    text-align: center;
    margin: 5px 0 0px;
    font-weight: bold;
}

.theme-contents .theme-boxC span {
    font-size: 20px;
    text-align: center;
    margin: 0;
    display: block;
    color: #98002d;
    font-weight: bold;
}

.theme-contents .theme-boxC .bnr {}

.theme-contents .theme-boxC .bnr a {
    width: 200px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    margin: 5px auto 0;
    background-color: #f5c935;
    text-decoration: none;
    display: block;
    color: #fff;
}

.theme-contents .theme-boxC .bnr a:hover {
    background-color: #ffa800;
    color: #fff;
    opacity: 1;
}

.theme-contents .theme-boxC .bnr a:after {
    content: "▶";
    font-size: 9px;
    padding: 0 0 0 8px;
    margin: 0;
}

/*--▼パターン04観葉植物--*/

.theme-contents .themeD .keywordsD {
    padding: 5px 0 0 0;
    overflow: hidden;
    margin: 10px 0 0;
}

.theme-contents .themeD .keywordsD p {
    /* padding: 10px 14px 10px 14px; */
    /* border: 1px solid #ddd; */
    font-size: 12px;
    color: #fff;
    /* width: 88px; */
    float: left;
    /* margin: 10px 4px 10px 4px; */
    text-align: center;
}

.theme-contents .themeD .keywordsD p a {
    color: #fff;
    display: block;
    padding: 5px 28px;
    text-decoration: none;
    margin: 0 5px 0 6px;
    background-color: #529126;
}

.theme-contents .themeD .keywordsD p a:hover {
    background-color: #295f03;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}



.theme-contents .theme-boxD {
    width: 250px;
    height: 380px;
    float: left;
    margin: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgb(215, 226, 184) 0px 1px 2px 2px;
}

.theme-contents .theme-boxD img {
    width: 250px;
    height: 250px;
}

.theme-contents .theme-boxD p {
    font-size: 12px;
    text-align: center;
}

.theme-contents .theme-boxD p.ttl {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0px;
    font-weight: bold;
}

.theme-contents .theme-boxD span {
    font-size: 20px;
    text-align: center;
    margin: 5px;
    display: block;
    color: #98002d;
    font-weight: bold;
}

.theme-contents .theme-boxD .bnr {}

.theme-contents .theme-boxD .bnr a {
    width: 200px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    margin: 10px auto 0;
    background-color: #529126;
    display: block;
    color: #fff;
    text-decoration: none;
}

.theme-contents .theme-boxD .bnr a:hover {
    color: #fff;
    background-color: #295f03;
    text-decoration: none;
    opacity: 1;
}

.theme-contents .theme-boxD .bnr a:after {
    content: "▶";
    font-size: 9px;
    padding: 0 0 0 8px;
    margin: 0;
}

.maR0 {
    margin: 0 0 10px 3px !important;
}

/*--how to--*/

.business-contents {
    margin: 10px 0 30px;
}
.business-contents ul li {
    float: left;
    margin: 10px;
    width: 270px;
    font-size: 13px;
    height: 240px;
}
.business-contents ul li p{
    padding: 5px ;
    font-size: 12px;
}
.business-contents ul li a {
    /*margin: 10px;*/
    display: block;
}
.business-contents h3 img {
    margin: 0 5px 3px 0;
}
.howto-contents h3 {
    background-color: #69141c;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 3px 0 3px 10px;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}

.howto-contents h3 img {
    margin: 0 5px 3px 0;
}

#ranking {
    margin: 40px 0 30px;
    color: #00375d;
}



#ranking h3 img {
    margin: 0 5px 3px 0;
}

/* ▲body▲
------------------------------------------ */

/* ▼side▼
------------------------------------------ */

aside {
    width: 200px;
    height: auto;
    margin: 0 auto;
    float: left;
}

aside .hotitem {}

aside .hotitem img {
    margin: 5px 0;
}

.side-item p {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}

/*サイドカテゴリー*/

.localNavi {
    color: #b50005;
    margin: 15px 0;
}

.localNavi h4 {
       background-color: #6ba4b8;
    padding: 5px 0 5px 10px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.iwai {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_02.png);
    padding: 5px 0 5px 80px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.birth {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_03.png);
    padding: 5px 0 5px 75px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.today {
    background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_06.png);
    padding: 5px 0 5px 75px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.ran {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_01.png);
    padding: 5px 0 5px 80px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.localNavi h4.plant {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_04.png);
    padding: 5px 0 5px 75px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.farewell {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_05.png);
    padding: 5px 0 5px 75px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4.stand {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_07.png);
    padding: 5px 0 5px 85px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.localNavi h4.arrange {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_08.png);
    padding: 5px 0 5px 85px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.localNavi h4.bouquet {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_09.png);
    padding: 5px 0 5px 85px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.localNavi h4.blizzard {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_10.png);
    padding: 5px 0 5px 60px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.localNavi h4.offerings {
       background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/side_ttl_11.png);
    padding: 5px 0 5px 80px;
    letter-spacing: 0;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}
.localNavi h4 img {
    margin: 0 10px 0 0;
}

.localNavi > ul.iwaibg {
    display: block;
    position: relative;
    background-color: #ffebfb;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.birthbg {
    display: block;
    position: relative;
    background-color: #fde8e9;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.todaybg {
    display: block;
    position: relative;
    background-color: #dae0ff;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.ranbg {
    display: block;
    position: relative;
    background-color: #eee1ff;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.plantbg {
    display: block;
    position: relative;
    background-color: #ddf3e3;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.farewellbg {
    display: block;
    position: relative;
    background-color: #fbf2e0;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.localNavi > ul.standbg {
    display: block;
    position: relative;
    background-color: #efd7d6;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.localNavi > ul.arrangebg {
    display: block;
    position: relative;
    background-color: #f7dfe2;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.localNavi > ul.bouquetbg {
    display: block;
    position: relative;
    background-color: #fbf2c3;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.localNavi > ul.blizzardbg {
    display: block;
    position: relative;
    background-color: #ffece8;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.localNavi > ul.offeringsbg {
    display: block;
    position: relative;
    background-color: #efe6ff;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}


.localNavi > ul {
    display: block;
    position: relative;
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}


.localNavi > ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../img/m-back.gif) bottom left no-repeat;
}

.localNavi > ul li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;
}
.localNavi > ul.iwaibg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #f7daf1;
   padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.birthbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #f7daf1;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.todaybg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #dae0ff;
   padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.ranbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #eee1ff;
   padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.plantbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #ddf3e3;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.farewellbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #fbf2e0;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}

.localNavi > ul.standbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #fbf2e0;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi > ul.arrangebg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #fbf2e0;
   padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}

.localNavi > ul.bouquetbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #fbf2c3;
  padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}

.localNavi > ul.blizzardbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #fbf2e0;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}

.localNavi > ul.offeringsbg li a {
      display: block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #efe6ff;
    padding: 8px 15px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;

}
.localNavi ul li a:hover {
        background-color: #c0e1ec;
    color: #000;
    opacity: 1;
}
.localNavi ul.iwaibg li a:hover {
        background-color: #ffebfb ;
    color: #000;
    opacity: 1;
}
.localNavi ul.birthbg li a:hover {
        background-color: #fde8e9 ;
    color: #000;
    opacity: 1;
}
.localNavi ul.todaybg li a:hover {
        background-color: #dae0ff ;
    color: #000;
    opacity: 1;
}
.localNavi ul.ranbg li a:hover {
        background-color: #eee1ff;
    color: #000;
    opacity: 1;
}

.localNavi ul.plantbg li a:hover {
        background-color: #ddf3e3;
    color: #000;
    opacity: 1;
}
.localNavi ul.farewellbg li a:hover {
        background-color: #fbf2e0;
    color: #000;
    opacity: 1;
}
.localNavi ul.standbg li a:hover {
        background-color: #fbf2e0;
    color: #000;
    opacity: 1;
}

.localNavi ul.arrangebg li a:hover {
        background-color: #f7dfe2;
    color: #000;
    opacity: 1;
}

.localNavi ul.bouquetbg li a:hover {
        background-color: #fbf2c3;
    color: #000;
    opacity: 1;
}

.localNavi ul.blizzardbg li a:hover {
        background-color: #ffece8;
    color: #000;
    opacity: 1;
}

.localNavi ul.offeringsbg li a:hover {
        background-color: #efe6ff;
    color: #000;
    opacity: 1;
}
.localNavi  > ul li > a::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 0px;
    height: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.localNavi > ul li > a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 0px;
    height: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*サイドインフォメーション*/

#nav-info {
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

#nav-info section {
    height: auto;
    padding: 8px;
    margin: 0 0 10px;
    overflow: hidden;
}

#nav-info p.ttl {
    margin: 0 8px 5px;
    font-weight: bold;
    padding: 0 0px 0;
    border-bottom: 1px solid #cec2c2;
}

#nav-info p {
    margin: 5px;
}

#nav-info h5,.calender h5 {
    font-weight: 500;
    text-align: center;
    color: #000;
    margin:20px 8px 0;
    /* font-weight: bold; */
    font-size: 17px;
}

#nav-info h6 ,.calender h6 {
        border-bottom: 1px solid #ddd;
    /* text-align: center; */
    color: #000;
    margin: 0 10px;
    padding: 0 8px 0 0;
    font-size: 14px;
    font-weight: 500;
}

#nav-info img {
    margin: 5px 9px;
    border: 2px solid #fff;
}

#nav-info p {
    font-size: 13px;
    padding: 5px 10px 0;
    margin: 0;
}

#nav-info address {
    font-size: 12px;
    /* text-align: center; */
    margin: 0;
    padding: 0 0 0 8px;
}

.call {
    font-size: 18x !important;
    /*color: #921717;*/
    font-weight: bold;
    /* vertical-align: middle; */
}

.call:before {
    content: url(../images/side_icon_call.png);
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#nav-info .otoiawase section {
    background-color: #fff;
}

#nav-info .otoiawase section h6 {
    border-bottom: 1px solid #ddd;
    /* text-align: center; */
    color: #000;
    margin: 0 0px 10px;
    padding: 0 8px 0 10px;
    font-size: 14px;
    font-weight: 500;
}

#nav-info .otoiawase section p {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 5px;
}

#nav-info .otoiawase section p.caution {
    font-size: 12px;
    color: #F00;
}



#nav-info .otoiawase section .bnr a {
         font-size: 12px;
    text-align: center;
    color: #000;
    padding: 3px 8px;
    /* background-color: #6ba4b8; */
    width: 160px;
    display: block;
    margin: 20px 0 10px 0;
    border: 1px solid #808080;
    text-decoration: none;

}
#nav-info .otoiawase section .bnr a:hover {
    background-color: #000;
    color: #fff;
}
#nav-info .otoiawase section a {
color: #000;
    text-decoration: none;
}
#nav-info .otoiawase section a:hover {
    text-decoration: underline;
}
#nav-info .otoiawase section img {
    margin: 0 0 5px;
    border: none;
}

/*--ランキング--*/

.side-ranking {
    /* border: 1px solid #b3010f; */
    height: auto;
    margin: 15px 0;
    padding: 0 0 10px;
    background-color: #ffeff0;
}

.side-ranking .side-R-item p {
    padding: 5px;
    font-size: 13px;
    text-align: center;
}

.side-ranking img {
    margin: 5px 3px 0 5px;
}

.side-ranking .pick {
    margin: 0px 0 0 0px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;

}

.side-rankings p {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}

.side-R-item {
    position: relative;
    margin: 10px 7px;
    padding: 3px 2px;
    background-color: #fff;
    width: 180px;
}

.side-ranking h5 img {
    margin: 0;
}


#ranking_box{
    border: 1px solid #ddd;
    width: 198px;
    overflow: hidden;
        margin: 20px 0;
    
}
#ranking_box h2{

    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    border-bottom: 1px solid #000;
    
}
#ranking_box h2 span.mttl {
    font-size: 12px!important;
    margin: 0 0 0 5px;
}
#ranking_box h2 img {
    margin: 0 2px 5px 0;
}
#ranking_box ul.ranking01{
       border-bottom: 1px dotted #ddd;
    padding: 5px;
    overflow: hidden;
    margin: 10px 5px;
    
}
#ranking_box ul.ranking01 li{
       float: left;
    margin: 2px 5px 2px 2px;
    
}
.ranking01 li p {
        font-size: 12px;
    margin: 0 0 0 5px;
}
.ranking01 li p a{
    text-decoration: none;
    color: #000;
}
.ranking01 li p a:hover{
    text-decoration: underline;
}

.calender {
    border: 1px solid #ddd;
    margin: 10px 0;
        padding: 0 0 20px;
}


.calender p {
    padding: 5px;
    font-size: 12px;
}

#cal {
    margin: 0 10px 0;
}

.fontB {
    font-weight: bold !important;
}

/*サイド検索フォーム*/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 10px;
  height: 2.3em;
  width: 95%;
  overflow: hidden;
  margin: 0px auto 10px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #7c7c7c;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}


/* ▲side▲
------------------------------------------ */

/* ▼footer▼
------------------------------------------ */

footer {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: rgb(247, 247, 247);
}

.footer-wide {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.steptitle {
    width: 100%;
    margin: 0 auto;
    background-color: #6ba4b8;

}

.footer-wide h2.title {
    color: #fff;
    margin: 0 auto;
    padding: 3px 0 3px 15px;
    font-size: 16px;
    width: 1100px;
    text-align: left;
}

.footer-wide h2.title img {
    margin: 0 10px 0 0;
}

.siteFooter {
    width: 1100px;
    margin: 30px auto 0;
    height: auto;
    overflow: hidden;
}

.siteFooter h2.title {
    background-color: #69141c;
    color: #fff;
    /* height: 30px; */
    padding: 8px 0 8px 15px;
    font-weight: bold;
    font-size: 18px;
}

.siteFooter h2.title img {
    margin: 0 10px 0 0;
}

.siteFooter .link {
    width: 204px;
    display: block;
    float: left;
    background-color: #fff;
    height: 230px;
    margin: 10px 5px 0;
    padding: 0;
    position: relative;
}

.siteFooter .link .btn a:after {
    content: url(../images/footer-arrow.png);
    /* padding: 0 0 0 5px; */
    content: "";
    position: absolute;
    top: 89%;
    right: 10px;
    width: 0px;
    height: 0px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #6ba4b8;
    border-right: 2px solid #6ba4b8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



#shopInformation h3 {
border-bottom: 1px solid #000;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    margin: 0 0 15px;
}

.siteFooter section.link .btn a {
       padding: 10px;
    text-align: center;
    /* background-color: #d2e3e8; */
    margin: 15px 0 0 90px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #4a4a4a;
}

.siteFooter section.link .btn a:hover {

text-decoration: underline;
}

.footer-item {
    padding: 10px 15px;
}
.footer-item h3 {
    font-weight: bold;
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: left;
}

/*会社アドレス */

.informationOuter {
    /* width: 1000px; */
    height: auto;
    clear: both;
    padding: 0px 20px 10px;
    margin: 0 auto;
}

address {
    font-style: normal;
    margin: 0 0;
    padding: 0px 10px 0 15px;
    /* width: 300px; */
    float: left;
}

address p.ttl {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

address p {
    font-size: 13px;
    margin: 0;
    text-align: left;
}

#map {
    float: right;
    padding: 35px 15px 35px;
}

#shopInformation h3 img {
    margin: 0 10px 0 0;
}

.clear {
    clear: both;
}

.signature {
    color: #fff;
    background-color: #8a8a8a;
    padding: 15px;
}

.signature small.copyright {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.informationOuter nav {
    margin: 0 0 0 50px;
    clear: both;
    height: 40px;
}

.informationOuter nav ul {
    list-style: none;
}

#openingHours {
    overflow: hidden;
    clear: both;
    margin: 0 0 30px;
    background-color: #fff;
    padding: 10px;
}

#openingHours h4 img {
        font-weight: bold;
    border-bottom: 1px solid #000000;
    margin: 6px 0 10px 10px;
}


.siteFooter section.link h3.title {
        font-weight: bold;
    color: #000;
    padding: 5px 0px 5px 5px;
    margin: 10px;
    font-size: 13px;
    border-bottom: 1px solid #000;
}

.siteFooter section.link h3.title span {
    font-size: 12px;
}

.siteFooter section.link img.logo2 {
    margin: 0 auto;
    width: 160px;
    padding: 5px 0 0 10px;
}
.informationOuter nav ul li a {
        display: block;
    padding: 10px;
    float: left;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.signature nav ul li a:after {
        content: " | ";
    margin: 0 0 0 25px;
    font-size: 12px;
}

.signature nav ul li a.last:after {
    content: " ";
    margin: 0 0 0 20px;
}
.signature nav ul li a {
        display: block;
    padding: 10px;
    float: left;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

.signature nav ul li a:after {
        content: " | ";
    margin: 0 0 0 25px;
    font-size: 12px;
}
.signature nav {
    overflow: hidden;
    margin: 0 auto;
    width: 1100px;
    /* color: #fff; */
}
.signature nav ul {
    margin: 0 65px;
}
.informationOuter nav ul li a.last:after {
    content: " ";
    margin: 0 0 0 20px;
}
.siteFooter section.link p {
    font-size: 12px;
    line-height: 1.9;
    padding: 5px 10px;
    height: 120px;
    text-align: left;
}

.siteFooter section.link .title img {
    margin: 0px 3px 0 0;
}

/*店舗紹介文*/

.fotter-tenpo {
    background-color: #fff;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 10px 0 8px;
    padding: 15px;
}

.fotter-tenpo .waku {
    /*border: 8px solid #fff; */
    margin: 10px 10px 0 0;
    padding: 0 5px 5px;
}

.fotter-tenpo img {
    float: left;
    margin: 10px;
}

.fotter-tenpo h3 img {
    margin: 0;
    padding: 30px;
}

.tenpo-des {
    /* float: right; */
    width: 550px;
    margin: 90px 10px 10px;
}

.tenpo-des p {
    font-size: 13px;
    line-height: 1.8;
    color: #000;
}

/*店舗情報*/

.footer-address {
    overflow: hidden;
    background-color: #fff;
    margin: 10px 0 0;
    padding: 20px 10px 25px;
}

.footer-address h4 img {
    margin: 0 10px 2px 15px;
}

.address {

    /*background-color: #e8dddd;*/
    overflow: hidden;
    border-radius: 5px;
}
address a {
    padding: 10px 5px;
    border: 1px solid #8a8a8a;
    margin: 10px 0 0;
    display: block;
    text-decoration: none;
    width: 150px;
    text-align: center;
    color: #000;
}
address a:hover {
    background-color: #ddd;
    border: 1px solid #8a8a8a;
    color: #000;
        opacity:1;
}
.footer-address h4 {
    font-weight: bold;
    margin: 0 0 0 15px;
    text-align: left;
}


.right-contents {
    float: right;
    width: 450px;
}

.left-contents {
    float: left;
    width: 600px;
    overflow: hidden;
}

/*モバイル情報*/

.footer-mobile {
    background-color: #fff;
    margin: 10px 0 10px 0;
    padding: 50px 0 50px;
}

.footer-mobile h4 {
   font-weight: bold;
    padding: 15px 10px 0 20px;
    margin: 10px 0;
    text-align: left;
}

.footer-mobile h4 img {
    margin: 0 10px 3px 0;
}

.footer-mobile .sp {
    background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/footer_mobile01.jpg);
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    border-top: 10px solid #fff;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
    border-left: solid 10px #fff;
    border-right: solid 10px #fff;
    border-bottom: #fff solid 10px;
}

.footer-mobile .sp .bnr a {
   /*background-color: #f7f7f7; */
    border-bottom: 1px solid #ddd;
    padding: 3px 10px 3px 0;
    width: 180px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 38px;
    left: 98px;
    /* border: 1px solid #641318; */
    text-decoration: none;
}

.footer-mobile .sp .bnr a:after {
       content: "▶";
    /* padding: 0 0 0 10px; */
    /* font-size: 12px; */
    /* color: #dac0c0; */
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 0px;
    height: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-mobile .sp .bnr a:hover {
    /*background-color: #6ba4b8;*/
    text-decoration: none;

}

/*モバイルについて*/

.footer-mobile .mobile {
    background-image: url(../images/footer_mobile02.jpg);
    background-repeat: no-repeat;
    height: 87px;
    position: relative;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom-left-radius: 10px 5px;
    border-bottom-right-radius: 10px 5px;
}

.footer-mobile .mobile .bnr a {
/*background-color: #f7f7f7; */
    border-bottom: 1px solid #ddd;
    padding: 3px 10px 3px 0;
    width: 180px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 38px;
    left: 98px;
    /* border: 1px solid #641318; */
    text-decoration: none;
}

.footer-mobile .mobile .bnr a:after {
        content: "▶";
    /* padding: 0 0 0 10px; */
    /* font-size: 12px; */
    /* color: #dac0c0; */
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 0px;
    height: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-mobile .mobile .bnr a:hover {
    text-decoration: none;
    /*background-color: #6ba4b8;*/
    /*color: #fff;*/

}

/*お問合せについて*/

#openingHours h4 {
    font-weight: bold;
    /*border-bottom: 2px solid #6ba4b8;*/
    margin: 6px 0 10px 10px;
    text-align: left;
}

.inquiry {
    float: left;

    padding: 5px;
    background-image: url(https://www.rakuten.ne.jp/gold/hanaki-web/images/footer-bg01a.png);
    background-repeat: no-repeat;
    height: 215px;
}

.inquiry p {
    font-size: 13px;
    font-weight: bold;
}

.inquiry .tell {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 110px 0 5px 10px;
    color: #717171;
    width: 140px;
}

.inquiry span {
    font-size: 11px;
    text-align: center;
}

.footer-businessinfo {
    float: right;
    width: 260px;
    /* margin: 10px; */
}

.footer-businessinfo p {
    font-size: 13px;
    margin: 0 0 15px;
    text-align: left;
}

p.mail-info a {
    /* font-weight: bold; */
    /*background-color: #e8dddd;
    padding: 10px;*/
    margin: 0;
    border-radius: 5px;
    display: block;
    color: #2b2b2b;
    text-decoration: none;
}

p.mail-info img {
    padding: 0 10px 0 0;
}

/*受賞*/

.winning img {
    margin: 15px;
}

/* ▲footer▲
------------------------------------------ */
