@charset "UTF-8";
/* ===================================================
 File Name  : page.css
 Style Info : 全ページ共通スタイル指定
=================================================== */
body {
    color: #333;
    background-color: #f8f3ea;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1000px;
    font-size: 13px;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* ---------------------
    header
---------------------- */
header {
    background-color: #fff;
}
/*headerTop*/
#headerTop {
    color: #f2e8de;
    background-color: #864b16;
    padding: 8px 0;
}
#headerTop h1 {
    float: left;
    padding-top: 1px;
}
#headerTop ul {
    float: right;
}
#headerTop ul li {
    display: inline-block;
    margin-left: 16px;
    padding: 2px 0 0 18px;
    min-height: 12px;
    line-height: 100%;
}
#headerTop ul li a {
    color: #f2e8de;
}
#headerTop ul .cart {
    background: url(../images/icon_header_cart.png) no-repeat left center ;
}
#headerTop ul .cart a{
    padding-left: 5px;
}
#headerTop ul .faq {
    background: url(../images/icon_header_faq.png) no-repeat left center;
}
#headerTop ul .company {
    background: url(../images/icon_header_company.png) no-repeat left center;
}
#headerTop ul .sitemap {
    background: url(../images/icon_header_sitemap.png) no-repeat left center;
}
/*headerLogo*/
#headerLogo {
    width: 1000px;
    margin: 30px auto 20px;
}
#headerLogo #logo {
    float: left;
    margin-top: 4px;
}
#headerLogo #logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
#headerLogo #logo p {
    color: #864b16;
    display: inline-block;
    vertical-align: middle;
    line-height: 140%;
    margin-top: 3px;
}
#headerLogo .tel {
    float: right;
}
/*gnav*/
#gnav {
    padding-bottom: 8px;
}
#gnav a:hover {
    text-decoration: none;
}
#gnav > ul {
    background: url(../images/bg_gnav.png) no-repeat right center;
    font-weight: bold;
    width: 1000px;
    margin: 0 auto;
    display: table;
}
#gnav > ul > li {
    color: #864b16;
    display: table-cell;
    font-size: 14px;
    background: url(../images/bg_gnav.png) no-repeat left center;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#gnav > ul > li > a {
    color: #864b16;
    display: block;
    padding: 10px 40px;
}
#gnav > ul > li > a:hover {
    color: #ec6c00;
}
#gnav > ul > li .head {
    color: #864b16;
    display: block;
    padding: 10px 40px;
}
#gnav > ul > li .head a {
    color: #864b16;
}
#gnav > ul > li:hover .head, #gnav > ul > li:hover .head a {
    color: #ec6c00;
    cursor: pointer;
}
/* ホバー */
.hvr-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ec6c00;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline:hover:before, .hvr-underline:focus:before, .hvr-underline:active:before {
    left: 0;
    right: 0;
}
/*プルダウン*/
li.dropdown_item > ul {
    display: none;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 3px rgba(197,180,157,0.4);
    color: #864b16;
    position: absolute;
    top: 31px;
    width: 100%;
    z-index: 100;
}
li.dropdown_item > ul {
    border: 1px solid #e2d8cc\9;/*ie8*/
}
li.dropdown_item > ul li {
    border-top: #e2d8cc dotted 1px;
    text-align: left;
}
li.dropdown_item > ul li:first-child {
    border-top: 3px solid #ec6c00;
}
li.dropdown_item > ul li a {
    background: url(../images/icon_gnav_arrow.png) no-repeat 90% center;
    display: block;
    padding: 14px 0 14px 20px;
    color: #864b16;
    font-weight: normal;
    font-size: 13px;
}
li.dropdown_item > ul li a:hover {
    color: #864b16;
    background-color: #e7ddcf;
}
li.dropdown_item > ul li:last-child a:hover {
    border-radius: 0 0 6px 6px;
}
/* ---------------------
    wrapper
---------------------- */
#wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.secCmn {
    background-color: #fff;
    border: 1px solid #e2d8cc;
    border-radius: 8px;
    margin-top: 40px;
}
.secInner {
    padding: 20px;
}
/*title*/
.ttl {
    border-bottom: 3px solid #cbb8a2;
    color: #864b16;
    padding: 16px;
}
.ttl span {
    border-right: 1px solid #cbb8a2;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-right: 16px;
    padding: 2px 16px 0 0;
    line-height: 100%;
}
.sttl {
    background: url(../images/icon_sttl.png) no-repeat left top;
    color: #864b16;
    display: inline-block;
    margin: 30px 0 0 20px;
    min-height: 21px;
    font-size: 18px;
    padding: 2px 0 0 14px;
}
.ml16 {
    margin-left: 16px;
}

/*-- ADD Sta 2016/06/20 --*/
/*contact_top*/
.contact_top_img{
	padding: 30px 0;
	text-align: center;
}
.contact_top_img img{
	width:97%;
}
.contact_top_box{
	width: 1000px;
	height: 156px;
	padding-bottom: 30px;
}
.ttl_center{
	text-align: center;
}
.contact_top_tel{
	width: 411px;
	float: left;
	padding-top: 30px;
	margin-left:15px;
}
.contact_top_mail{
	width: 546px;
	height: 97px;
	float: right;
	padding-top: 30px;
	margin-right:15px;
}
/*-- ADD End 2016/06/20 --*/

/*menu*/
.iconMenu {
    background: url(../images/icon_ttl_menu.png) no-repeat 16px center;
    padding-left: 60px;
}
/*itemArea*/
.itemArea {
    padding: 0 0 20px 11px;
}
/*itemBox*/
.itemBox {
    border: 1px solid #e2d8cc;
    border-bottom: 5px solid #e2d8cc;
    border-radius: 5px;
    float: left;
    margin: 16px 8px 0;
    width: 226px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.itemBox:hover {
    border: 1px solid #ee6b00;
    border-bottom: 5px solid #ee6b00;
}
.itemBox:hover a {
    text-decoration: none;
}
.itemBox .photo {
    background: url(../images/icon_noimage.png) no-repeat center center;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    height: 180px;
    overflow: hidden;
    width: 224px;
    text-align: center;
}
.itemBox .photo img {
    border-radius: 3px 3px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.itemBox a:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.itemBox .boxInner {
    padding: 12px 12px 0 12px;
}
.itemBox dl dt {
    color: #864b16;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
}
.price {
    color: #ee6b00;
    font-size: 16px;
}
.itemBox .price {
    text-align: center;
    margin-top: 10px;
}
.price span {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
}
.itemBox dl .text {
    margin-top: 12px;
    line-height: 160%;
}
.btnHow {
    text-align: center;
    display: inline-block;
    margin: 4px 0 0 32px;
    font-size: 12px;
    font-weight: normal;
    line-height: 100% !important;

}
.btnHow a {
    color: #fff !important;
    background: url(../images/icon_arrow_white.png) no-repeat 10px center;
    box-shadow: 0px 2px 0px 0px #72a00f;
    border-radius: 4px;
    display: block;
    background-color: #83b712;
    padding: 6px 10px 4px 22px;
    width: 7em;
}
.btnHow a:hover {
    text-decoration: none;
}
/* ---------------------
    contact
---------------------- */
.contact {
    padding-top: 11px;
}
/* ---------------------
    colorbox
---------------------- */
.modal {
    display: none;
}
.modalContent {
    width: 600px;
    padding: 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 160%;
}
.modalContent .head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
/* ---------------------
    pageTop
---------------------- */
#pageTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}
#pageTop a {
    display: block;
}
#pageTop a:hover {
    cursor: pointer;
}
#pageTop a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
    -ms-filter: "alpha(opacity=80)";
}
/* ---------------------
    footer
---------------------- */
footer {
    color: #864b16;
    background-color: #efe7d8;
    margin-top: 60px;
    padding: 30px 0;
}
#footerNav {
    font-size: 12px;
    float: left;
    width: 730px;
}
#footerNav a {
    color: #864b16;
}
#footerNav ul, #footerNav dl {
    float: left;
    margin-right: 60px;
}
#footerNav ul li {
    background: url(../images/icon_footer_arrow.png) no-repeat left center;
    font-weight: bold;
    margin-top: 16px;
    padding-left: 11px;
}
#footerNav dl dt {
    background: url(../images/icon_footer_arrow.png) no-repeat left center;
    font-weight: bold;
    padding-left: 11px;
}
#footerNav dl dd {
    margin-top: 16px;
}
#footerNav ul li:first-child {
    margin-top: 0;
}
#footerLogo {
    background-color: #f5f1e8;
    border-radius: 8px;
    border: 1px solid #d8c3b4;
    float: right;
    padding: 20px 20px 16px 20px;
    width: 228px;
}
#footerLogo dt {
    width: 120px;
    margin: 0 auto;
}
#footerLogo dd {
    line-height: 160%;
    margin-top: 20px;
}
/* Add Sta 2016/10/20 */
#footerPrivacy {
    float: right;
    text-align: center;
	width:270px;
	margin:20px auto 10px auto;
}
/* Add End 2016/10/20 */
#copyright {
    clear: both;
    text-align: right;
    padding-top: 20px;
}