@charset "UTF-8";
/* CSS Document */

/* ========================================
	リンクボックス
======================================== */
#f-page-guide .guideLinkBox ul {
    display: flex;
    flex-wrap: wrap;
}
#f-page-guide .guideLinkBox ul li {
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
#f-page-guide .guideLinkBox ul li a {
    text-decoration: none;
    color: #917236;
    display: block;
    padding: 10px;
    text-indent: 2em;
}
#f-page-guide .guideLinkBox ul li::after {
    content: "";
    display: inline-block;
    background: url(/item/ec/guide/icon_arrow.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 5%;
    top: 50%;
}
#f-page-guide .guideLinkBox ul li::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
#f-page-guide .guideLinkBox ul li:first-child::before {
  background-image: url(/item/ec/guide/icon01.png);
  width: 26px;
  height: 14px;
  top: 14px;
  left: 50px;
}
#f-page-guide .guideLinkBox ul li:nth-child(2)::before {
  background-image: url(/item/ec/guide/icon02.png);
  width: 25px;
  height: 21px;
  top: 9px;
  left: 50px;
}
#f-page-guide .guideLinkBox ul li:nth-child(3)::before {
  background-image: url(/item/ec/guide/icon03.png);
  width: 22px;
  height: 22px;
  top: 10px;
  left: 44px;
}
#f-page-guide .guideLinkBox ul li:nth-child(4)::before {
  background-image: url(/item/ec/guide/icon04.png);
  width: 21px;
  height: 21px;
  top: 10px;
  left: 44px;
}
#f-page-guide .guideLinkBox ul li:nth-child(5)::before {
  background-image: url(/item/ec/guide/icon05.png);
  width: 19px;
  height: 21px;
  top: 10px;
  left: 58px;
}
#f-page-guide .guideLinkBox ul li:nth-child(6)::before {
  background-image: url(/item/ec/guide/icon06.png);
  width: 19px;
  height: 19px;
  top: 10px;
  left: 50px;
}
#f-page-guide .guideLinkBox ul li:nth-child(7)::before {
  background-image: url(/item/ec/guide/icon07.png);
  width: 21px;
  height: 15px;
  top: 13px;
  left: 38px;
}
@media screen and (min-width: 768px) {
    #f-page-guide .guideLinkBox ul li {
        width: 23.5%;
        margin-bottom: 2%;
        margin-right: 2%;
        border: 1px solid #917236;
        text-align: center;
    }
    #f-page-guide .guideLinkBox ul li:nth-child(4n){
        margin-right: 0;
    }
}
@media(min-width: 1px) and (max-width: 980px) {
  #f-page-guide .guideLinkBox ul li{
    font-size: 1.5vw;
  }
  #f-page-guide .guideLinkBox ul li:first-child::before,
  #f-page-guide .guideLinkBox ul li:nth-child(2)::before,
  #f-page-guide .guideLinkBox ul li:nth-child(6)::before{
    left: 4vw;
  }
  #f-page-guide .guideLinkBox ul li:nth-child(3)::before,
  #f-page-guide .guideLinkBox ul li:nth-child(4)::before,
  #f-page-guide .guideLinkBox ul li:nth-child(7)::before{
    left: 3vw;
  }
  #f-page-guide .guideLinkBox ul li:nth-child(5)::before{
    left: 5vw;
  }
}
@media screen and (max-width: 767px) {
    #f-page-guide .guideLinkBox ul {
        border-top: 1px solid #917236;
        border-left: 1px solid #917236;
    }
    #f-page-guide .guideLinkBox ul li {
        width: 50%;
        height: 40px;
        max-height: 40px;
        border-right: 1px solid #917236;
        border-bottom: 1px solid #917236;
        font-size: 1.2rem;
        line-height: 40px;
    }
    #f-page-guide .guideLinkBox ul li a {
        padding: 0 10px;
        text-indent: 35px;
    }
    #f-page-guide .guideLinkBox ul li:first-child::before,
    #f-page-guide .guideLinkBox ul li:nth-child(2)::before {
        left: 10px;
    }
    #f-page-guide .guideLinkBox ul li:nth-child(3)::before,
    #f-page-guide .guideLinkBox ul li:nth-child(4)::before,
    #f-page-guide .guideLinkBox ul li:nth-child(7)::before {
        left: 13px;
    }
    #f-page-guide .guideLinkBox ul li:nth-child(5)::before,
    #f-page-guide .guideLinkBox ul li:nth-child(6)::before {
        left: 14px;
    }
}
/* ========================================
	タイトル・共通
======================================== */
#f-page-guide h3.secTitle {
    font-size: 16px;
    border-bottom: 1px solid #d9b770;
    text-align: left;
    color: #917236;
    font-weight: normal;
  margin-top:50px;
  padding:8px 2px;
}
#f-page-guide h3.secTitle span{
    font-size: 20px;
}
#f-page-guide h3.secTitle::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
#f-page-guide section#guide01 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_01.png);
    width: 32px;
    height: 18px;
}
#f-page-guide section#guide02 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_02.png);
    width: 30px;
    height: 26px;
    padding-bottom: 5px;
}
#f-page-guide section#guide03 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_03.png);
    width: 27px;
    height: 27px;
    padding-bottom: 3px;
}
#f-page-guide section#guide04 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_04.png);
    width: 27px;
    height: 27px;
    padding-bottom: 3px;
}
#f-page-guide section#guide05 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_05.png);
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
}
#f-page-guide section#guide06 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_06.png);
    width: 26px;
    height: 20px;
    padding-bottom: 5px;
}
#f-page-guide section#guide07 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_07.png);
    width: 26px;
    height: 20px;
    padding-bottom: 5px;
}
#f-page-guide section#guide08 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_08.png);
    width: 23px;
    height: 29px;
    padding-bottom: 5px;
}
#f-page-guide section#guide09 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_09.png);
    width: 41px;
    height: 26px;
    padding-bottom: 5px;
}
#f-page-guide section#guide10 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_10.png);
    width: 27px;
    height: 32px;
    padding-bottom: 5px;
}

#f-page-guide section#guide12 h3.secTitle::before {
    background-image: url(/item/ec/guide/icon_title_11.png);
    width: 40px;
    height: 40px;
    padding-bottom: 0;
}

#f-page-guide section#guide11 h3.secTitle{
    text-align: center;
    border: none;
    color: #000;
    font-weight: bold;
}
#f-page-guide section#guide11 h3.secTitle::before {
    display: none;
}
#f-page-guide h4 {
    font-size: 15px;
    padding: 5px 5px 5px 20px;
    text-align: left;
    border-left: solid 5px #917236;
    color: #917236;
    font-weight: normal;
    margin: 1.5em 0 1em;
    line-height: 1.2;
}
#f-page-guide .textArea {
    margin-top: 20px;
    margin-bottom: 40px;
}
#f-page-guide .textArea p {
    margin: 0 0 20px 0;
    line-height: 1.7;
    color: #555;
    font-size: 13px;
}
#f-page-guide .textArea p[style*="#bf0000"] {
    background-color: #917236 !important;
}
#f-page-guide .textArea > a {
    text-decoration: none;
}
#f-page-guide .textArea > a > img {
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
#f-page-guide .tokuten {
    text-align: center;
}
#f-page-guide .noshi {
    margin-right: auto;
    margin-left: auto;
}
#f-page-guide table{
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
    color: #3c3c3c;
}
#f-page-guide th {
    background: #f2f2f2;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    padding: 10px;
    vertical-align: middle;
    font-weight: normal;
}
#f-page-guide td {
    border-bottom: 1px dotted #777;
    border-left: 1px solid #777;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    #f-page-guide {
        font-size: 1.2rem;
    }
    #f-page-guide h3.secTitle {
        margin-top: 30px;
        font-size: 1.2rem;
    }
    #f-page-guide h3.secTitle span {
        font-size: 1.5rem;
    }
    #f-page-guide h3.secTitle::before {
        margin-right: 10px;
    }
    #f-page-guide h4 {
        font-size: 1.3rem;
    }
    #f-page-guide .textArea {
        margin-bottom: 20px;
    }
    #f-page-guide .textArea p {
        font-size: 1.2rem;
    }
    #f-page-guide table {
        font-size: 1.1rem;
    }
    #f-page-guide th {
        padding: 10px 0;
    }
}

/* ========================================
	送料について #guide01
======================================== */
#f-page-guide section#guide01 table{
    width: 100%;
}
#f-page-guide section#guide01 table span {
    color: #e05454;
}
#f-page-guide section#guide01 td {
    text-align: right;
}
#f-page-guide section#guide01 td:first-child{
    text-align: center;
}
#f-page-guide section#guide01 td:nth-child(2){
    text-align: left;
}


/* ========================================
	配送について #guide02
======================================== */
#f-page-guide section#guide02 .timeBox ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px;
}
#f-page-guide section#guide02 .timeBox ul li {
    background: #f2f2f2;
    border-radius: 5px;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 14px;
}
#f-page-guide section#guide02 .timeBox ul li::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    width: 23px;
    height: 23px;
}
#f-page-guide section#guide02 .timeBox ul li:first-child::before {
    background-image: url(/item/ec/guide/icon_time_01.png);
}
#f-page-guide section#guide02 .timeBox ul li:nth-child(2)::before {
    background-image: url(/item/ec/guide/icon_time_02.png);
}
#f-page-guide section#guide02 .timeBox ul li:nth-child(3)::before {
    background-image: url(/item/ec/guide/icon_time_03.png);
}
#f-page-guide section#guide02 .timeBox ul li:nth-child(4)::before {
    background-image: url(/item/ec/guide/icon_time_04.png);
}
#f-page-guide section#guide02 .timeBox ul li:nth-child(5)::before {
    background-image: url(/item/ec/guide/icon_time_05.png);
}
@media screen and (min-width: 768px) {
    #f-page-guide section#guide02 .timeBox ul li {
        width: 18.4%;
    }
    #f-page-guide section#guide02 .timeBox ul li:nth-child(5n) {
        margin-right: 0;
    }
}
@media(min-width: 1px) and (max-width: 980px) {
  #f-page-guide section#guide02 .timeBox ul li::before{
    width: 2.7vw;
  }
  #f-page-guide section#guide02 .timeBox ul li{
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
    #f-page-guide section#guide02 .timeBox ul li {
        width: 32%;
        margin-top: 2%;
        padding: 10px;
        font-size: 1.2rem;
    }
    #f-page-guide section#guide02 .timeBox ul li::before {
        width: 16px;
        height: 16px;
    }
    #f-page-guide section#guide02 .timeBox ul li:nth-child(-n+3) {
        margin-top: 0;
    }
    #f-page-guide section#guide02 .timeBox ul li:nth-child(3n) {
        margin-right: 0;
    }
}
/* ========================================
	お支払いについて #guide03
======================================== */
#f-page-guide section#guide03 .payArea {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    width: 354px;
    margin-bottom: 40px;
}
#f-page-guide section#guide03 .payArea p{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #f-page-guide section#guide03 .cashDelivery table {
        width: 100%;
    }
}


/* ========================================
	ポイントについて #guide04
======================================== */
#f-page-guide section#guide04 .memberRegistrationBtn a {
    display: block;
    background: #917236;
    border: 1px solid #917236;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding: 0.8em 1.6em;
    width: 227px;
    border-radius: 3px;
    margin-bottom: 20px;
}
#f-page-guide section#guide04 .mainArea {
    margin: 50px 0 30px;
    background: #f2f2f2;
    padding: 30px;
}
#f-page-guide section#guide04 .mainArea h4{
    padding-left: 0;
    border: none;
    margin-top: 0;
}
#f-page-guide section#guide04 .mainArea ul li {
    width: 33%;
    position: relative;
    list-style: none;
    border-left: 1px solid #522b1d;
    border-top: 1px solid #522b1d;
    background: #fff;
    margin: 0;
    float: left;
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(1),
#f-page-guide section#guide04 .mainArea ul li:nth-child(2),
#f-page-guide section#guide04 .mainArea ul li:nth-child(3){
    height: 180px;
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(3),
#f-page-guide section#guide04 .mainArea ul li:nth-child(6){
    border-right: 1px solid #522b1d;
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(4),
#f-page-guide section#guide04 .mainArea ul li:nth-child(5),
#f-page-guide section#guide04 .mainArea ul li:nth-child(6){
    border-bottom: 1px solid #522b1d;
    height: 200px;
}
#f-page-guide section#guide04 .mainArea ul li::before {
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 66px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
#f-page-guide section#guide04 .mainArea ul li:first-child::before {
    background-image: url(/item/ec/guide/point01.png);
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(2)::before {
    background-image: url(/item/ec/guide/point02.png);
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(3)::before {
    background-image: url(/item/ec/guide/point03.png);
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(4)::before {
    background-image: url(/item/ec/guide/point04.png);
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(5)::before {
    background-image: url(/item/ec/guide/point05.png);
}
#f-page-guide section#guide04 .mainArea ul li:nth-child(6)::before {
    background-image: url(/item/ec/guide/point06.png);
}
#f-page-guide section#guide04 .mainArea ul li img {
    display: block;
    margin: 20px auto;
}
#f-page-guide section#guide04 .mainArea ul li p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}


/* ========================================
	包装について #guide05
======================================== */
#f-page-guide section#guide05 .packagingImg img{
    width: 100%;
}
#f-page-guide section#guide05 .packagingText p {
    margin-top: 40px;
    font-size: 13px;
}
#f-page-guide section#guide05 .packagingDetail {
    width: 100%;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 40px;
}
#f-page-guide section#guide05 .packagingDetail p{
    margin-bottom: 30px;
    font-size: 13px;
}
@media(min-width: 1px) and (max-width: 980px) {
  #f-page-guide section#guide05 .packagingText p {
    margin-top: 1vw;
  }
}
@media screen and (min-width: 768px) {
    #f-page-guide section#guide05 .packagingBox{
        margin-bottom: 20px;
    }
    #f-page-guide section#guide05 .packagingImg{
        float: left;
        width: 30%;
        margin-right: 3%;
    }
    #f-page-guide section#guide05 .packagingText{
        float: left;
        width: 64%;
    }
}
@media screen and (max-width: 767px) {
    #f-page-guide section#guide05 .packagingImg{
        margin-bottom: 20px;
    }
}
/* ========================================
	営業日について #guide06
======================================== */
#f-page-guide section#guide06 table {
    width: 60%;
}
#f-page-guide section#guide06 table td{
    text-align: center;
}
@media screen and (max-width: 767px) {
    #f-page-guide section#guide06 table {
        width: 100%;
    }
}


/* ========================================
	ご注文・お問い合わせ #guide11
======================================== */
/* #f-page-guide section#guide11{
    margin-bottom: 80px;
} */
#f-page-guide section#guide11 h3.secTitle {
  color: #917236;
}
#f-page-guide section#guide11 .textArea{
    text-align: center;
}
#f-page-guide section#guide11 .contactBox > div{
    border: 2px solid #917236;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#f-page-guide section#guide11 .contactBox > div span{
    font-weight: bold;
    font-size:16px;
}
#f-page-guide section#guide11 .telBox {
    margin-right: 4%;
}
#f-page-guide section#guide11 .formBox a{
    color: #917236;
}
@media screen and (min-width: 768px) {
    #f-page-guide section#guide11 .contactBox > div{
        float: left;
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    #f-page-guide section#guide11 h3.secTitle {
        font-size: 1.6rem;
    }
    #f-page-guide section#guide11 .telBox {
        margin: 0 0 20px;
    }
}

#f-page-guide .btn {
    margin-bottom: 20px;
}
#f-page-guide .btn a {
    border: 1px solid #917236;
    padding: 5px 20px;
    color: #917236;
    text-decoration: none;
}
#f-page-guide .noshi{
    margin-top: 32px;
}
#f-page-guide .noshi img{
    margin-bottom: 24px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #f-page-guide .noshi{
        width: 740px;
    }
}