@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

/*PC*/
@media print, screen and (min-width: 769px) {

.logo_Hed_index { display: none; }

/*------------*/
/*#hedImg { background: none; }*/

#box01 { margin-bottom: 100px; margin-top: -70px; padding-top: 70px; }
#box02 { margin-bottom: 100px; margin-top: -70px; padding-top: 70px; }
.product_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.product_imgbox { flex-basis: 55%; }
.product_img { width: 100%; margin: 0 auto; }
.product_img img { width: 100%; height: auto; }
.product_txtbox { flex-basis: 45%; text-align: center; }
.product_subtit { font-size: 16px; font-weight: bold; }

.product_make_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; border: 1px solid #765635; margin-top: 50px; }
.product_make_tit { width: 50px; background: #765635; color: #fff; text-align: center; padding: 10px 0px; box-sizing: border-box; vertical-align: middle; }
.product_make_tit span { writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; text-orientation: upright; text-align: center; vertical-align: middle; }
.product_make_wrap { width: calc(100% - 50px); padding: 15px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between; }

.product_make_subtit { color: #765635; margin-bottom: 5px; }
.product_make_subtit span { font-size: 14px; padding-right: 5px; }
.product_make_list { list-style-type: decimal; padding-left: 20px; margin-bottom: 15px;  }
.product_make_txt_waku { border: 1px solid #765635; border-radius: 5px; padding: 5px; font-size: 14px;  }

.product_make_wrap_l { width: 67%; }
.product_make_wrap_r { width: 31%; }
#box01 .product_name_box { margin-bottom: 0px; }
.product_name_box { border: 1px solid #765635; border-radius: 5px; margin-bottom: 15px; }
.product_name { background: #765635; color: #fff; border-radius: 5px 5px 0px 0px; padding: 5px; text-align: center; }
.product_name_txt { padding: 10px; font-size: 12px; }

.product_diplay { border: 1px solid #765635; border-radius: 5px; }
.product_diplay_tit { border-bottom: 1px solid #765635; padding: 5px; text-align: center; font-size: 12px; line-height: 1.5em; }
.product_diplay_tit small { display: block; }

.product_diplay_box { padding: 10px; }
.product_diplay_list { display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; width: 100%; margin: 0 auto; font-size: 12px; }
.product_diplay_list dt { width: 55%; }
.product_diplay_list dd { width: 43%; }

.product_name_box_display { width: 90%; margin: 0 auto; border: 1px solid #765635; box-sizing: border-box; margin-bottom: 10px; }
.product_name_box_display_tit { font-size: 12px; border-bottom: 1px solid #765635; padding: 2px; text-align: center; }
.product_name_box_display_box { display: flex; flex-wrap: wrap; }
.product_name_box_display_box_l { flex-basis: 50%;border-right: 1px solid #765635; box-sizing: border-box; padding: 5px; }
.product_name_box_display_box_r { flex-basis: 50%; box-sizing: border-box; padding: 5px; }
#box02 .product_diplay_list { width: 100%; font-size: 12px; }

.product_contact_box, .product_contact_box2 { width: 1000px; margin: 0 auto; }

.product_contact_box2 { margin-top: 30px; }
.product_contact_list { width: 100%; margin: 0 auto; border-top: 1px solid rgba(118,86,53,0.2); }
.product_contact_list li { display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid rgba(118,86,53,0.2); align-items: center; font-size: 14px; }
.product_contact_list li:nth-child(odd) { background: rgba(118,86,53,0.1); }
.product_contact_shop { width: 30%; box-sizing: border-box; padding: 15px; }
.product_contact_address { width: 70%; box-sizing: border-box; padding: 15px; }
.product_contact_tit { margin-bottom: 10px; font-size: 16px; font-weight: bold; }

.product_contact_list li a { color: #765635; }


}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {

.logo_Hed_index { display: none; }


/*------------*/

#box01 { margin-bottom: 50px; }
#box02 { margin-bottom: 50px; }
.product_box { width: 100%; margin: 0 auto; }
.product_imgbox { width: 100%; }
.product_img { width: 90%; margin: 0 auto; }
.product_img img { width: 100%; height: auto; }
.product_txtbox { width: 100%; text-align: center; margin: 0 auto 30px; }
.product_subtit { font-size: 16px; font-weight: bold; }

.product_make_box { width: 100%; margin: 0 auto; border: 1px solid #765635; margin-top: 30px; }
.product_make_tit { width: 100%; background: #765635; color: #fff; text-align: center; padding: 10px 0px; box-sizing: border-box; vertical-align: middle; }
.product_make_wrap { width: 100%; padding: 15px; box-sizing: border-box; }

.product_make_subtit { color: #765635; margin-bottom: 5px; }
.product_make_subtit span { font-size: 14px; padding-right: 5px; }
.product_make_list { list-style-type: decimal; padding-left: 20px; margin-bottom: 15px;  }
.product_make_txt_waku { border: 1px solid #765635; border-radius: 5px; padding: 5px; font-size: 14px;  }

.product_make_wrap_l { width: 100%; margin: 0 auto 15px; }
.product_make_wrap_r { width: 100%; }
#box01 .product_name_box { margin-bottom: 0px; }
.product_name_box { border: 1px solid #765635; border-radius: 5px; margin-bottom: 15px; }
.product_name { background: #765635; color: #fff; border-radius: 5px 5px 0px 0px; padding: 5px; text-align: center; }
.product_name_txt { padding: 10px; font-size: 12px; }

.product_diplay { border: 1px solid #765635; border-radius: 5px; }
.product_diplay_tit { border-bottom: 1px solid #765635; padding: 5px; text-align: center; font-size: 12px; line-height: 1.5em; }
.product_diplay_tit small { display: block; }

.product_diplay_box { padding: 10px; }
.product_diplay_list { display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; width: 100%; margin: 0 auto; font-size: 12px; }
.product_diplay_list dt { width: 55%; }
.product_diplay_list dd { width: 43%; }

.product_name_box_display { width: 90%; margin: 0 auto; border: 1px solid #765635; box-sizing: border-box; margin-bottom: 10px; }
.product_name_box_display_tit { font-size: 12px; border-bottom: 1px solid #765635; padding: 2px; text-align: center; }
.product_name_box_display_box { display: flex; flex-wrap: wrap; padding: 5px; }
.product_name_box_display_box_l { width: 100%;  box-sizing: border-box; }
.product_name_box_display_box_r { width: 100%; box-sizing: border-box; }
#box02 .product_diplay_list { width: 100%; font-size: 12px; }

.product_contact_box, .product_contact_box2 { width: 100%; margin: 0 auto; }

.product_contact_box2 { margin-top: 30px; }
.product_contact_list { width: 100%; margin: 0 auto; border-top: 1px solid rgba(118,86,53,0.2); }
.product_contact_list li {  border-bottom: 1px solid rgba(118,86,53,0.2); align-items: center; font-size: 12px; box-sizing: border-box; padding: 10px; }
.product_contact_list li:nth-child(odd) { background: rgba(118,86,53,0.1); }
.product_contact_shop { width: 100%; box-sizing: border-box; margin-bottom: 5px;  }
.product_contact_address { width: 100%; box-sizing: border-box;  }
.product_contact_tit { margin-bottom: 10px; font-size: 14px; font-weight: bold; }

.product_contact_list li a { color: #765635; }
}
