@charset "UTF-8";
/*---------------------------------------------------------------
  LP
-----------------------------------------------------------------*/
#pglp.sec_inner {
    width: 900px;
    margin: 0 auto 100px;
}
#pglp p {
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}
#acMenu dt {
    font-size: 1.5rem;
    background: #deebe4;
    padding: 0 1rem;
    margin-top: 15px;
    border-bottom: 3px solid #298147;
}
#acMenu dd {
    font-size: 1.2rem;
    background: #deebe4;
    padding: 1rem;
}
#acMenu dd span {
    font-size: 1.5rem;
}
/*---------------------------------------------------------------
  MYPAGE
-----------------------------------------------------------------*/
/*cmn*/
.my_box {
    width: 700px;
    margin: 0 auto 100px;
}
/*マイページメニュー*/
#mypage_menu {
    width: 170px;
    padding: 10px;
    background-color: #d3c6a6;
    height: 400px;
    margin: 60px 30px 60px 0;
}
#mypage_menu h2 {
    font-size: 1rem;
}
#mypage_menu li {
    font-size: 0.75rem;
    margin-bottom: 7px;
}
#mypage_menu hr {
    margin: 20px 0;
    border-top: 1px solid #333;
}
#mypage_menu ul li a::before {
    content: "▶︎";
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-right: 5px;
    /*background-image: url(../images/common/icon/icon_triangle.svg);
    background-position: center center;
    background-repeat: no-repeat;*/
}


/*お届け先一覧*/
#delivery_list dt {
    width: 70%;
}
#delivery_list dd {
    width: 30%;
}
/*ポイント履歴*/
#m_point_title {
    background: #efeeee;
}
#m_point_title li {
    width: calc(100% / 3);
    text-align: center;
}
#m_point_dl dd {
    width: calc(100% / 3);
    text-align: center;
}

/*---------------------------------------------------------------
  ITEM
-----------------------------------------------------------------*/
/*詳細*/
#item_detail {
    background-color: #fcfcfc;
    padding: 30px;
    margin: 130px auto 30px;
}
#item_img {
    width: 450px;
}
#item_img img {
    margin-bottom: 10px;
}
.thumbnail_area {
    display: flex;
    justify-content: flex-start;
}
.thumbnail_area .thumbnail {
    margin-right: calc(50px / 3);
}
#item_info {
    width: 360px;
    margin-bottom: 50px;
}
#d_item_name {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 15px;
}
#d_item_price {
    font-size: 1.2rem;
}
.tani {
    font-size: 0.9rem;
}
.zei {
    font-size: 0.8rem;
    margin-left: 10px;
}
#d_point {
    font-size: 0.7rem;
   margin-bottom: 20px;
}
#item_comment {
    font-size: 0.8rem;
    margin-bottom: 20px;
}
#d_item_quantity {
    text-align: right;
}
#d_item_quantity input {
    width: 70px;
}
.cart_in_btn input.next_btn {
    width: 100%;
}
#d_guide,
#d_favorite {
    font-size: 0.8rem;
    margin-top: 10px;
    color: #666;
    text-decoration: underline;
}
#detail_wrap {
    font-size: 0.7rem;
    margin: 15px 0;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    padding: 10px;
}
#detail_wrap dl {
    display: flex;
    width: 100%;
    margin-bottom: 7px;
}
#detail_wrap dt {
    width: 25%;
    line-height: 1.5;
}
#detail_wrap dd {
    width: 75%;
    line-height: 1.5;
}

/*一覧*/
#item_list_dsp .i_name {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: bold;
}
#item_list_dsp {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
#item_list_dsp li.linea {
    max-width: 200px;
    margin-bottom: 50px;
}
#item_list_dsp li img {
    width: 100%;
}
/*pager*/
#list_pager {
  margin-top: 50px;
}
#list_pager ul.pager {
  text-align: center;
}
#list_pager ul.pager li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fbf9f8;
  border: 1px solid #ccc;
  color: #191919;
  text-align: center;
}
#list_pager ul.pager li a {
  font-size: 1rem;
  color: #191919;
  text-decoration: none;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  display: block;
}
#list_pager ul.pager li a:hover {
  background-color: #ccc;
  border-radius: 5px;
}
#list_pager ul.pager li.active {
  background-color: #009b63;
  color: #fbf9f8;
  font-size: 1rem;
  padding-top: 3px;
}
p.page_count {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 10px;
}


/*---------------------------------------------------------------
  CART
-----------------------------------------------------------------*/
.order_step {
    width: 60%;
    margin: 130px auto 0;
}
.order_step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
}
.order_step li {
    text-align: center;
    width: 150px;
    position: relative;
}
.order_step li:before {
    background-color: #ccc;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: -1;
}
.order_step .step_number {
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #ccc;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 27px;
    margin: 0 auto;
    width: 30px;
}
.order_step .step_text {
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.3;
}
.order_step .step_text span {
    display: inline-block;
}
.order_step li.active:before {
    background-color: #009b63;
}
.order_step li.active .step_number {
    border-color: #009b63;
    color: #009b63;
}
.order_step li.active .step_text {
    color: #191919; 
}
.order_step ul:after {
    content: '';
    display: table;
    clear: both; 
}

.sec_box {
    width: 700px;
    margin: 30px auto 50px;
}
h4.sec_b_title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    border-bottom: 1px solid #d3c6a6;
    font-weight: normal;
    padding: 5px 0;
}
.cart_inner {
    display: flex;
    margin-top: 20px;
}
.cart_list {
    border-top: 1px dotted #ccc;
    margin: 0 0 50px;
    padding: 10px;
}
.cart_contents {
    display: flex;
    width: 600px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.c_item_box {
    display: flex;
    width: 70%;
}
.c_item_thumb {
    width: 100px;
    height: 100px;
    margin: 5px;
}
.c_item_info {
    width: 100%;
    padding: 5px;
    padding-left: 15px;
}
.c_item_name {
    margin-bottom: 5px;
}
.c_item_name a {
    text-decoration: underline;
    font-weight: 600;
    line-height: 1.3;
}
.c_item_name a:hover {
    text-decoration: underline;
}
.c_wish_btn {
    font-size: 0.7rem;
    margin-bottom: 10px;
    color: #666;
}
.c_wish_btn button {
    text-decoration: underline;
}
.c_point {
    font-size: 0.7rem;
}
.c_qty {
    display: flex;
    align-items: flex-end;
    width: 30%;
    padding: 5px;
}
.c_del_btn button {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}
.c_total_price {
    padding: 15px;
    width: 250px;
    height: 180px;
    border: 2px solid #333;
    margin-left: 50px;
    background: #d3c6a6;
}
.c_total_price .ctp {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.c_total_price .ctp_title {
    background: #333;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3;
    padding: 5px;
}
.c_total_price .ctp_pr {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 10px;
    line-height: 1.3;
}
.c_point span {
    line-height: 1.2;
}
.c_qty button img {
    width: 23px;
    height: 23px;
}
/*注文内容確認*/
.o_cfm_att {
    border: 2px solid #c10128;
    padding: 10px;
    text-align: center;
    color: #c10128;
    font-weight: bold;
}
.o_cfm_box {
    width: 700px;
    padding: 15px;
    background-color: #efefef;
    margin: 30px auto;
}
h4.o_cfm_title {
    line-height: 1.3;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
}
.o_cfm_list {
    margin: 20px 10px 30px;
}
.o_cfm_dl {
    margin: 20px 10px 30px;
}
.o_cfm_dl dl {
    display: flex;
}
.o_cfm_dl dt {
    width: 30%;
}
.o_cfm_item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    display: flex;
}
.o_cfm_item dl {
    margin-bottom: 10px;
    display: flex;
}
.o_cfm_item dl.ocf_name dd:nth-child(1) {
    width: 80px;
    margin-right: 10px;
}
.o_cfm_item dl.ocf_name dd:nth-child(2) {
    width: 270px;
    margin-right: 10px;
    align-items: normal;
}
.o_cfm_item dl.ocf_price {
    align-items: center;
}
.o_cfm_item dl.ocf_price dd:nth-child(1),
.o_cfm_item dl.ocf_price dd:nth-child(3) {
    width: 105px;
    text-align: right;
}
.o_cfm_item dl.ocf_price dd:nth-child(2) {
    width: 70px;
    text-align: center;
}

.o_cfm_tdl {
    margin: 20px 0 30px;
    background: #cfcfcf;
    padding: 10px 0;
}
.o_cfm_tdl dl {
    display: flex;
    padding-bottom: 5px;
    justify-content: flex-end;
    margin-right: 20px;
    align-items: center;
}
.o_cfm_tdl dd {
    width: 30%;
    text-align: right;
}
.o_cfm_tdl dl:nth-child(7) dd {
    font-size: 1.2rem;
    font-weight: bold;
}

/*カートログイン*/
#member_login {
    width: 500px;
    margin: 40px auto;
}
#member_login dl {
    margin-bottom: 20px;
}
#member_login dt {
    width: 100%;
    font-size: 0.8rem;
}
#member_login dd {
    width: 100%;

}
/*お届け先選択*/
#c_shipping_add {
    margin-top: 50px;
}
/*お届け先複数選択*/
#multiple_add {
    margin-top: 50px;
}
#multiple_add dd.multiple_item {
    width: 55%;
    display: flex;
}
#multiple_add dd.multiple_item img {
    width: 80px;
    margin-right: 5px;
}
#multiple_add dd.multiple_qty {
    width: 15%;
}
#multiple_add dd.multiple_qty input {
    width: 70px;
}
/*お届け日時指定*/
.addr_wrap {
    margin-top: 50px;
}
/*支払方法選択*/
/*代引き*/
.fee_dl {
    width: 520px;
    padding: 20px;
    margin-top: 20px;
    background-color: #efefef;
}
.fee_dl dl {
    padding: 10px 0;
}
.fee_dl dt {
    font-size: 0.8rem;
    width: 60%;
}
.fee_dl dd {
    font-size: 0.8rem;
    width: 40%;
}

/*請求先選択*/
.pay_addr {
    margin: 20px 0;
}
/*---------------------------------------------------------------
  ENTRY
-----------------------------------------------------------------*/
/*規約*/
textarea.rules_text {
    width: 100%;
    min-height: 450px;
    overflow: scroll;
    padding: 5%;
}

/*---------------------------------------------------------------
  CONTACT
-----------------------------------------------------------------*/
#contact_form {
    width: 500px;
    margin: 40px auto;
}
#contact_form dl {
    margin-bottom: 20px;
}
#contact_form dt {
    width: 100%;
    font-size: 0.8rem;
}
#contact_form dd {
    width: 100%;
}

/*---------------------------------------------------------------
  STATIC PAGE
-----------------------------------------------------------------*/
/*プライバシーポリシー*/
.privacy_box {
    margin-bottom: 50px;
}
.privacy_box p {
    margin-bottom: 20px;
}
.privacy_box h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}
.privacy_ul {
    margin-left: 20px;
}
.privacy_ul li {
  list-style-type: square;
}

/*特商法*/
#law_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
#law_dl dt {
  width: 30%;
  display: block;
  font-weight: bold;
  line-height: 1.6;
  font-size: 0.9rem;
  vertical-align: middle;
}
#law_dl dd {
  width: 70%;
  display: block;
}
/*会社概要*/
.static_dl {
    margin-bottom: 50px;
}
.static_dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
}
.static_dl dt {
    width: 30%;
    display: block;
    font-weight: bold;
    line-height: 1.6;
    font-size: 0.9rem;
    vertical-align: middle;
}
.static_dl dd {
  width: 70%;
  display: block;
}