@charset "UTF-8";
/* TOP
------------------------------------------*/
.home div#contents { background: #F2F2F2; padding-top: 220px; margin-top: -220px; }

div#newsBox { padding: 50px 0; }
div#newsBox .wrap { display: flex; flex-wrap: wrap; align-items: center; }
div#newsBox .wrap .titles01 { width: 150px; margin-bottom: 0; }
div#newsBox .wrap .news-set { width: calc(100% - 150px); box-sizing: border-box; padding-left: 40px; border-left: solid 1px #959595; }
div#newsBox .wrap .btn01 { margin-left: auto; margin-top: 35px; }

article.news-art { margin-bottom: 20px; }
article.news-art a { display: flex; flex-wrap: wrap; width: 100%; text-decoration: none; align-items: center; }
article.news-art a .b-date { width: 100px; font-size: 16px; }
article.news-art a h3 { width: calc(100% - 100px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
article.news-art a:hover { opacity: 0.7; }

article.news-art:last-child { margin-bottom: 0; }

div.bannersBox { padding: 75px 0; }

.banners.flex { justify-content: space-between; }
.banners.flex > div.ban { margin-top: 20px; width: 540px; }
.banners.flex > div.ban:first-child, .banners.flex > div.ban:nth-child(2) { margin-top: 0; }

section#pickup-sec { padding: 75px 0; overflow: hidden; }

section#products-sec { padding: 65px 0 130px; position: relative; }
section#products-sec .wrap { z-index: 2; }

section#products-sec:before { content: ""; width: 100%; height: calc(100% - 250px); background: #656565; position: absolute; left: 0; bottom: 0; }

section#topBox01 { padding: 0 0 130px; }
section#topBox01 > .img { height: 600px; background: url("../img/top/top-bg01.jpg") no-repeat center; background-size: cover; }
section#topBox01 .wrap { padding-top: 60px; }
section#topBox01 .wrap .cont { display: flex; flex-wrap: wrap; position: relative; justify-content: space-between; }
section#topBox01 .wrap .cont .text { width: 660px; }
section#topBox01 .wrap .cont .btn01 { position: absolute; left: 0; bottom: 0; }

.sub { line-height: 1.6; font-size: 20px; margin-bottom: 30px; }

section#topBox02 { padding: 0 0 130px; }
section#topBox02 > .img { height: 600px; background: url("../img/top/top-bg02.jpg") no-repeat center; background-size: cover; }
section#topBox02 .wrap { padding-top: 60px; }
section#topBox02 .wrap .cont { display: flex; flex-wrap: wrap; position: relative; justify-content: space-between; }
section#topBox02 .wrap .cont .text { width: 660px; }
section#topBox02 .wrap .btn01 { position: absolute; left: 0; bottom: 0; }

.cross > div, .cross > section { padding: 80px 0; }
.cross > div:nth-child(2n), .cross > section:nth-child(2n) { background: #E6E6E6; }

.products-list01.flex { margin-top: -80px; }
.products-list01.flex article.item-art01 { width: 245px; margin: 80px 40px 0 0; }
.products-list01.flex article.item-art01 a { color: #fff; }
.products-list01.flex article.item-art01 a p { font-size: 16px; }
.products-list01.flex article.item-art01:nth-child(3n) { margin-right: 40px; }
.products-list01.flex article.item-art01:nth-child(4n) { margin-right: 0; }

article.item-art01 { width: 340px; margin: 50px 40px 0 0; }
article.item-art01 a { display: block; text-decoration: none; }
article.item-art01 a .img { overflow: hidden; margin-bottom: 10px; }
article.item-art01 a .img .in-img { padding-top: 75.75%; transition: 0.3s; }
article.item-art01 a p { font-size: 16px; }
article.item-art01 a:hover .img .in-img { transform: scale(1.05); }

article.item-art01:nth-child(3n) { margin-right: 0; }

/* 02~04 商品
-------------------------*/
div#slider01 article.item-art { margin-right: 40px; }
div#slider01 button.slick-arrow { opacity: 1; z-index: 2; transition: 0.3s; width: 50px; height: 70px; box-sizing: border-box; border: none; }
div#slider01 button.slick-prev.slick-arrow { background: url("../img/common/slide-arrow01.svg") no-repeat center #4A4A4A; left: -90px; }
div#slider01 button.slick-next.slick-arrow { background: url("../img/common/slide-arrow02.svg") no-repeat center #4A4A4A; right: -90px; }
div#slider01 button.slick-arrow:before { content: none; }
div#slider01 button.slick-arrow:hover { opacity: 0.7; }
div#slider01 .slick-dots { bottom: -30px !important; }
div#slider01 .slick-dots li { width: 10px; height: 10px; }
div#slider01 .slick-dots li button { width: 10px; height: 10px; }
div#slider01 .slick-dots li button:before { content: ''; width: 10px; height: 10px; position: absolute; top: 0; left: 0; opacity: 1; border: 1px solid #B4B4B4; box-sizing: border-box; border-radius: 100%; }
div#slider01 .slick-dots li.slick-active button:before { opacity: 1; background: #B4B4B4; }

article.item-art { width: 340px; }
article.item-art a.soldout { pointer-events: none; }
article.item-art .soldout-text { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); color: #EB6300; font-size: 30px; font-weight: 700; text-align: center; }
article.item-art .soldout-text > span { display: block; position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); }
article.item-art span.pnum { font-size: 16px; }
article.item-art a { display: block; text-decoration: none; position: relative; }
article.item-art a .img { margin-bottom: 10px; overflow: hidden; position: relative; }
article.item-art a .img .in-img { padding-top: 75.75%; transition: 0.3s; }
article.item-art a h3 { margin-bottom: 5px; font-size: 16px; }
article.item-art a .item-price { position: relative; padding-bottom: 8px; }
article.item-art a .item-price .orange { font-weight: 400; font-size: 16px; color: #4A4A4A; }
article.item-art a .item-price span.yen { font-size: 16px; }
article.item-art a:hover .img .in-img { transform: scale(1.05); }

.item-list02.flex { margin-top: -50px; }
.item-list02.flex article.item-art { margin: 50px 40px 0 0; }
.item-list02.flex article.item-art:nth-child(3n) { margin-right: 0; }

div#mv.under-mv02 > .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
div#mv.under-mv02 > .wrap h1.mv-tit { font-size: 30px; width: 100%; padding-top: 50px; }
div#mv.under-mv02 > .wrap .cont { width: 335px; position: relative; z-index: 2; margin-top: 75px; }
div#mv.under-mv02 > .wrap .cont .btn01 { margin-top: 20px; }
div#mv.under-mv02 > .wrap .img { width: 690px; margin-top: 75px; }
div#mv.under-mv02 > .wrap .img .in-img { padding-top: 75.65%; }

#itempage article.item-art h3 { color: #4A4A4A; background: none; }

section.itemSec { margin-bottom: 100px; }
section.itemSec:last-child { margin-bottom: 0; }
section.itemSec .titles01{font-size: 20px;color: #fff;background: #393939;padding: 15px 20px;}

/*商品詳細*/
.rela-set div#slider01 .slick-list { overflow: hidden; }

.tri { width: 80px; height: 80px; font-size: 20px; font-weight: 500; position: absolute; left: 0; top: 0; z-index: 2; color: #fff; }
.tri > span { position: relative; transform: rotateZ(-45deg); z-index: 2; display: block; margin-top: -7px; margin-left: -7px; }

.tri:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #EB6300; clip-path: polygon(0 0, 0% 100%, 100% 0); }

div.item_wc { padding: 60px 0 120px; }

.item-cont01{display: flex;flex-wrap: wrap;justify-content: space-between;}
.item-cont01 > .img { width: 550px; }
.item-cont01 > .cont { width:500px; }

h1.item-name { font-size: 28px; margin-bottom: 10px; }

.field_price-n { }
.field_price-n .b-price{color: #AA0000;font-size: 40px;display: flex;flex-wrap: wrap;line-height: 1.5;}
.field_price-n .b-price .orange{color: #AA0000;font-size: 40px; }
.field_price-n .b-price em.tax{font-size: 20px!important;}

#itempage .field .n-price .field_cprice { line-height: 26px; }

span.off-per { display: inline-block; line-height: 26px; background: #EB6300; padding: 0 5px; }

span.pnum { font-size: 16px; text-decoration: line-through; }

.b-price { font-size: 16px; }
.b-price .orange { font-weight: 400; font-size: 20px; }
.b-price em.tax { font-size: 14px !important; }

#itempage .item-info .field { border-bottom: none; }


.buy_bikou { margin: 25px 0; }
.buy_bikou a { text-decoration: underline; margin-left: 20px; }
.buy_bikou a:hover { text-decoration: none; }

.c-box{display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;margin-top: 45px;}
.c-box .error_message{width: 100%;margin-top: 5px;}

.item-count.flex { width: 200px; align-items: center; }

.item-count.flex .num-text { display: flex; flex-wrap: wrap; align-items: center; }

.item-count.flex .tit { font-weight: 700; margin-bottom: 10px;width: 100%;line-height: 23px; }

.item-count.flex input.skuquantity {width: 80px !important;box-sizing: border-box;height: 60px;border: solid 1px #F2F2F2;padding: 5px;background: #fff;text-align: center !important;color: #4A4A4A;border-left: none;font-size: 20px !important;border-radius: 0 !important;position: relative;z-index: 2;}

.item-count.flex input#minus1 { box-sizing: border-box; width: 60px; height: 60px; font-size: 39px; vertical-align: middle; line-height: 20px; margin-right: -6px; border: solid 1px #F2F2F2; background:url("../img/common/num-m.svg") no-repeat center #F2F2F2; transition: 0.3s; padding-bottom: 10px; color: transparent; }

.item-count.flex input#add1 { box-sizing: border-box; width: 60px; height: 60px; font-size: 27px; vertical-align: middle; line-height: 20px; margin-left: -6px; border: solid 1px #F2F2F2; background:url("../img/common/num-p.svg") no-repeat center  #F2F2F2; transition: 0.3s; color: transparent; }

.item-count.flex input#minus1:hover { opacity: 0.7; }

.item-count.flex input#add1:hover {   opacity: 0.7;  }

.item-p-btn { width: 260px;}


.item-info { margin-top: 25px; }

dl.item-option > dt { font-weight: 700; font-size: 18px; }
dl.item-option select { width: 250px; box-sizing: border-box; padding: 5px 10px; height: 45px; -webkit-appearance: auto; appearance: auto; font-size: 16px; }

.op-text01 { margin-top: 10px; font-size: 14px; }

.gift-text { margin-top: 95px;font-size: 14px;line-height: 2.1; }
.gift-text p{ display: inline;}
.gift-text a { text-decoration: underline; color:#AA0000; }
.gift-text a:hover { text-decoration: none; }
.gift-text .bikou { font-size: 14px; margin-top: 5px; }




.cart-button input[type="submit"] { width: 100%; cursor: pointer; transition: 0.3s; border: none; height: 60px; color: #fff; background:url("../img/common/ico-cart01.svg") no-repeat left 50px center, #000; font-size: 16px; font-weight: 400; }
.cart-button input[type="submit"]:hover { opacity: 0.7; }

.contact-btn { width: 350px; margin-top: 20px; display: none; }
.contact-btn a { text-decoration: none; display: block; border: solid 1px #000; color: #000; line-height: 58px; text-align: center; font-weight: 700; font-size: 18px; background: #fff; }
.contact-btn a:hover { opacity: 0.7; }

.item-cont02 { margin-top: 60px; }
.item-cont02 > .item-text01 + .inner { margin-top: 50px; }
.item-cont02 > .inner { margin-bottom: 60px; }
.item-cont02 > .inner .textBox { font-size: 14px;padding: 30px;border: solid 1px #F2F2F2; }
.item-cont02 > .inner .textBox > div { margin-bottom: 45px; }
.item-cont02 > .inner .textBox > div:last-child { margin-bottom: 0; }
.item-cont02 > .inner:last-child { margin-bottom: 0; }

.TBL01.itemTBL th, .TBL01.itemTBL td { padding: 20px 0; }
.TBL01.itemTBL tr:last-child th, .TBL01.itemTBL tr:last-child td { padding-bottom: 0; }

.item-feat.flex { margin-top: -40px; }
.item-feat.flex > div.box { width: 350px; margin: 40px 25px 0 0; }
.item-feat.flex > div.box .img { margin-bottom: 15px; }
.item-feat.flex > div.box .img .in-img { padding-top: 100%; }
.item-feat.flex > div.box > h3 { font-size: 20px; margin-bottom: 17px; line-height: 1.6; padding: 0 0 17px !important; background: none !important; border-bottom: solid 1px #333333; }
.item-feat.flex > div.box > h3:last-child { margin-bottom: 0; }
.item-feat.flex > div.box:nth-child(3n) { margin-right: 0; }

div#gallery-slider02 { margin-bottom: 0; }
div#gallery-slider02 .gallery-photo { padding-top: 77.12%; }

div#gallery-thumbs02 .slick-track { width: 100% !important; left: 0 !important; }
div#gallery-thumbs02 .gallery-thumb { width: calc(20% - 8px); margin: 10px 10px 0 0; }
div#gallery-thumbs02 .gallery-thumb:nth-child(5n) { margin-right: 0; }
div#gallery-thumbs02 .gallery-thumb-img { padding-top: 67.12%; }

/*カート*/
.send.paypal-cp-send{min-width: 500px;max-width: 750px;padding-left: 175px;padding-right: 175px;}

input#back_button{width: 280px;height: 60px;font-size: 18px;font-weight: 500;color: #fff;border: solid 1px #000000;
background: #000000;margin: 0 5px;transition: 0.3s;}

input#back_button:hover{opacity: 0.7;}

.cart_navi ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.cart_navi ul > li { width: calc(25% - 1px); color: #000; background: #ccc; text-align: center; padding: 5px; font-weight: 500; font-size: 16px; box-sizing: border-box; }
.cart_navi ul > li.current { background: #000000; color: #fff; }

.cart-btns.flex, form#purchase_form .send { justify-content: center; display: flex; flex-wrap: wrap; box-sizing: border-box; width: 100%; }
.cart-btns.flex input[type="button"], .cart-btns.flex input[type="submit"], form#purchase_form .send input[type="button"], form#purchase_form .send input[type="submit"] { width: 280px; height: 60px; font-size: 18px; font-weight: 500; color: #fff; border: solid 1px #000000; background: #000000; margin: 0 5px; transition: 0.3s; }
.cart-btns.flex input[type="button"]:hover, .cart-btns.flex input[type="submit"]:hover, form#purchase_form .send input[type="button"]:hover, form#purchase_form .send input[type="submit"]:hover { opacity: 0.7; }

.upbutton input[type="submit"] { width: 150px; height: 35px; text-align: center; border: solid 1px #000000; background: #000000; color: #fff; font-size: 16px; font-weight: 500; transition: 0.3s; }
.upbutton input[type="submit"]:hover { opacity: 0.7; }

.item_wc #cart .upbutton { padding-right: 0; margin-bottom: 10px; }

.item_wc div#delivery-info table th, .item_wc div#delivery-info table td, .item_wc div#customer-info table th, .item_wc div#customer-info table td { font-size: 16px; vertical-align: top; padding: 10px; }
.item_wc div#delivery-info table th, .item_wc div#customer-info table th { color: #000; }
.item_wc div#delivery-info table td, .item_wc div#customer-info table td { font-size: 16px; }
.item_wc div#delivery-info table select, .item_wc div#customer-info table select { padding: 0 5px; height: 30px; -webkit-appearance: auto; appearance: auto; background: #fff; }
.item_wc #info-confirm table#confirm_table th, .item_wc #info-confirm table#confirm_table td { font-size: 16px; vertical-align: top; padding: 10px; }
.item_wc #info-confirm table#confirm_table tr.ttl td { background: #000000; }
.item_wc #info-confirm table#confirm_table tr.ttl td h3 { color: #fff; }

.send.cart-btns.flex.mb50 { margin-bottom: 50px; }

#customer-info .customer_form input { height: 30px; padding: 0 5px; box-sizing: border-box; }

input#search_zipcode { margin-left: 10px; padding: 0 8px !important; height: 30px; color: #fff; font-weight: 500; background: #000000; transition: 0.3s; }

input#search_zipcode:hover { opacity: 0.7; }

/*会員*/
#memberpages #memberinfo ul.btns02.flex { justify-content: center; padding: 0; margin-top: 30px; }
#memberpages #memberinfo ul.btns02.flex > li { margin-right: 10px; width: 230px; }
#memberpages #memberinfo ul.btns02.flex > li a { display: block; text-align: center; text-decoration: none; color: #fff; font-weight: 500; background: #000000; line-height: 60px; }
#memberpages #memberinfo ul.btns02.flex > li a:hover { opacity: 0.7; }
#memberpages #memberinfo ul.btns02.flex > li:last-child { margin-right: 0; }

div.item_wc #delivery-info #delivery_table input { height: 30px; }
div.item_wc #newmember .customer_form input { width: 50%; margin-right: 10px; }
div.item_wc #newmember .customer_form tr#name_row input, div.item_wc #newmember .customer_form tr#furikana_row input { margin-left: 5px; }
div.item_wc #newmember th { width: 220px; }
div.item_wc #memberinfo th, div.item_wc #memberinfo td, div.item_wc #newmember th, div.item_wc #newmember td { padding: 10px; font-size: 16px; font-weight: 500; }
div.item_wc #memberinfo h3, div.item_wc #newmember h3 { padding: 10px; font-size: 18px; background: #000000; }
div.item_wc #memberinfo table.customer_form input, div.item_wc #newmember table.customer_form input { height: 30px; padding: 0 5px; box-sizing: border-box; width: 50%; margin-right: 10px; }
div.item_wc #memberinfo table.customer_form tr#name_row input, div.item_wc #memberinfo table.customer_form tr#furikana_row input, div.item_wc #newmember table.customer_form tr#name_row input, div.item_wc #newmember table.customer_form tr#furikana_row input { margin-left: 5px; }
div.item_wc #memberinfo select, div.item_wc #newmember select { padding: 0 5px; height: 30px; -webkit-appearance: auto; appearance: auto; background: #fff; }
div.item_wc #memberpages div.loginbox { width: 1100px; box-sizing: border-box; background: none; border: none; margin-top: 20px; }
div.item_wc #memberpages span.titl { display: inline-block; color: #4A4A4A; font-size: 16px; width: 140px; font-weight: 500; }
div.item_wc #memberpages span.fol input { width: 500px; height: 30px; padding: 0 5px; box-sizing: border-box; }
div.item_wc #memberpages .loginbox p.forgetmenot { color: #4A4A4A; font-size: 15px; padding-left: 140px; }
div.item_wc #memberpages .loginbox p.submit { padding-left: 140px; }
div.item_wc #memberpages .loginbox p.submit input#member_login { width: 300px; height: 50px; background: #000000; border: #000000; color: #fff; font-weight: 500; font-size: 16px; transition: 0.3s; }
div.item_wc #memberpages .loginbox p.submit input#member_login:hover { opacity: 0.7; }
div.item_wc #memberpages .loginbox p.nav { padding-left: 140px; font-size: 16px; }
div.item_wc #memberpages .loginbox p.nav a { text-decoration: underline; }
div.item_wc #memberpages .loginbox p.nav a:hover { text-decoration: none; }
div.item_wc .new-entry { padding-left: 140px; margin-top: 50px; }
div.item_wc .new-entry h2 { font-size: 18px; margin-bottom: 20px; }
div.item_wc p.submit.cart-btns.flex { justify-content: flex-start; }
div.item_wc #memberinfo .history-area { height: auto; }

.lp-bikou { padding-left: 140px; }

#memberpages .loginbox p#nav { padding-left: 140px; font-size: 16px; }
#memberpages .loginbox p#nav a { text-decoration: underline; }
#memberpages .loginbox p#nav a:hover { text-decoration: none; }

.logbtn { width: 300px; margin-right: 10px; }
.logbtn a { text-align: center; color: #fff; font-weight: 500; text-decoration: none; display: block; line-height: 50px; background: #000000; }
.logbtn a:hover { opacity: 0.7; }

.logbtn:last-child { margin-right: 0; }

/* 05 TOPICS
--------------------------------*/
.cate-lisBox { margin-bottom: 50px; }

ul.cate-list.flex > li { width: 170px; height: 58px; margin-right: 20px; display: table; }
ul.cate-list.flex > li a { display: table-cell; text-align: center; border: solid 1px #959595; background: #fff; vertical-align: middle; text-decoration: none; }
ul.cate-list.flex > li a:hover { background: #4A4A4A;color: #fff;border-color:#959595;  }
ul.cate-list.flex > li.r_current { pointer-events: none; }
ul.cate-list.flex > li.r_current a { background: #4A4A4A;color: #fff;border-color:#959595;  }
ul.cate-list.flex > li:last-child { margin-right: 0; }

.blog01-list.flex { margin-top: -40px; }
.blog01-list.flex article.topics-art { margin-right: 40px; margin-top: 40px; }
.blog01-list.flex article.topics-art:nth-child(3n) { margin-right: 0; }

article.topics-art { width: 340px; }
article.topics-art a { display: block; height: 100%; text-decoration: none; }
article.topics-art a .img { overflow: hidden; margin-bottom: 10px; }
article.topics-art a .img .in-img { padding-top: 77.1%; transition: 0.3s; }
article.topics-art a .cont .infos.flex { line-height: 26px; margin-bottom: 10px; }
article.topics-art a .cont .infos.flex .b-cate { font-size: 14px; min-width: 0; padding: 0 10px; }
article.topics-art a .cont .infos.flex .b-date { font-size: 16px; }
article.topics-art a .cont > h3 { font-size: 18px; font-weight: 500; }
article.topics-art a:hover .img .in-img { transform: scale(1.05); }

/*詳細*/
div#blogs-single { padding: 75px 0; }

.infos.flex { line-height: 26px; }
.infos.flex > div { margin-right: 10px; box-sizing: border-box;}
.infos.flex > div:last-child { margin-right: 0; }

.b-cate { min-width: 110px; box-sizing: border-box;text-align: center; font-size: 14px; background: #F2F2F2; padding: 0 8px; }

.b-date { font-size:16px; }

.midasi01 { margin-bottom: 10px; padding-left: 18px; position: relative; }

.midasi01:before { content: ""; width: 12px; height: 12px; background: #393939; position: absolute; left: 0; top: 4px; }

.text-bg { background: #B4B4B4; padding: 30px; margin: 10px 0; }

div.chargeTBL table { border: solid 1px #CCCCCC; }

div.chargeTBL th, div.chargeTBL td { box-sizing: border-box; padding: 15px 30px; vertical-align: middle; }

div.chargeTBL .col02 { width: 120px; border-left: solid 1px #CCCCCC; }

div.chargeTBL thead th { text-align: center; border-bottom: solid 1px #ccc; background: #F8F3ED; }

div.chargeTBL tbody .col02 { text-align: right; }

div.chargeTBL tbody td { background: #fff; }

div.chargeTBL tbody tr:nth-child(2n) td { background: #F5F5F5; }

h1.single-tit { margin: 10px 0 40px; font-size: 30px; font-weight: 500; line-height: 1.5; }

.blog-singleBox iframe { max-width: 100%; }

.blog-text img[class*="wp-image-"] { margin: 15px 0; }

.blog-text p:first-child img[class*="wp-image-"] { margin-top: 0; }

.blog-text p:last-child img[class*="wp-image-"] { margin-bottom: 0; }

.twin01.flex { padding: 75px 0 100px; width: 1100px; margin: 0 auto; flex-direction: row-reverse; justify-content: space-between; align-items: flex-start; }

div.twin01-main { width: 780px; }

div.twin01-side { width: 240px; }

h2#faq-title { width: 100%; padding-bottom: 26px; background: url("../img/p07/p07-tit01.svg") no-repeat center bottom; margin-bottom: 70px; }

section.faq-sec { margin-bottom: 60px; }

section.faq-sec:last-child { margin-bottom: 0; }

h3.faq-cate-tit01 { background: #393939; color: #fff; font-size: 20px; padding: 9px 17px; margin-bottom: 30px; }

.faq-in-list { border: solid 1px #CCCCCC; padding: 30px; background: #fff; }

article.faqBox { margin-bottom: 40px; padding-left: 30px; }

article.faqBox:last-child { margin-bottom: 0; }

.q-title { font-size: 17px; position: relative; padding: 10px 0; margin-bottom: 5px; display: block !important; pointer-events: none; }

.a-text { display: block !important; }

.q-title:before { content: "Q"; font-weight: 400; font-size: 30px; color: #6E7D0B; position: absolute; left: -30px; top: -2px; }

div.faq-in-list { margin-bottom: 30px; }

div.faq-in-list:last-child { margin-bottom: 0; }

.child-tit { font-size: 20px; padding-bottom: 20px; border-bottom: solid 1px #CCCCCC; margin-bottom: 25px; }

.side-btn { width: 100%; height: 60px; display: table; }

.side-btn a { display: table-cell; text-align: center; vertical-align: middle; text-decoration: none; color: #fff; background: url("../img/common/arrow03.svg") no-repeat center right 15px #828282; }

.side-btn a:hover { opacity: 0.7; }

.side-btn.side-btn02 { margin-top: 10px; }

.guide-side ul.inner > li { padding: 10px 0; border-top: dashed 1px; }

.guide-side ul.inner > li ul.child { margin-top: 20px; }

.guide-side ul.inner > li ul.child > li { padding-left: 15px; margin-bottom: 20px; position: relative; }

.guide-side ul.inner > li ul.child > li:before { content: ""; width: 10px; height: 1px; background: #828282; position: absolute; left: 0; top: 12px; }

.guide-side ul.inner > li ul.child > li:last-child { margin-bottom: 0; }

.guide-side ul.inner > li:first-child { border-top: none; }

body.tax-faq_category, body.post-type-archive-faq { overflow: initial; }

.twin01-side.faq-side { position: sticky; top: 120px; }

/* ページャー系
--------------------------------*/
/*ページャー*/
div#pager00 { text-align: center; }

div#pager00 .wp-pagenavi { margin-top: 80px; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; margin: 5px 10px; text-decoration: none; width: 40px; height: 40px; text-align: center; line-height: 38px; font-size: 16px; font-weight: 400; background: none; color: #4A4A4A; border: solid 1px #B4B4B4; }

.wp-pagenavi a.page { position: relative; }

.wp-pagenavi span.extend { background: none; color: #4A4A4A; border: none; }

.wp-pagenavi a.previouspostslink { color: transparent; background: url("../img/p05/arrow02z.svg") no-repeat center; margin-right: 40px; margin-left: 0; border:none;}

.wp-pagenavi a.nextpostslink { color: transparent; background: url("../img/p05/arrow03z.svg") no-repeat center; margin-left: 40px; margin-right: 0; border:none; }

.wp-pagenavi a:hover, .wp-pagenavi span.current { border-color: #4A4A4A; color: #fff;background-color: #4A4A4A; }

.wp-pagenavi a.first { color: transparent; background: url("../img/p05/arrow01z.svg") no-repeat center; border:none; }

.wp-pagenavi a.last { color: transparent; background: url("../img/p05/arrow04z.svg") no-repeat center; border:none; }

.wp-pagenavi span.pages { display: none; }

.wp-pagenavi a.first:hover { opacity: 0.7;background-color:transparent; }

.wp-pagenavi a.last:hover { opacity: 0.7; background-color:transparent;}

.wp-pagenavi a.previouspostslink:hover { opacity: 0.7; color: transparent;background-color:transparent; }

.wp-pagenavi a.nextpostslink:hover {  opacity: 0.7; color: transparent; background-color:transparent;}

/*詳細*/
.post-navigation ul { justify-content: center; align-items: center; margin-top: 80px; }

.post-navigation ul > li { margin-right: 10px; }

.post-navigation ul > li a { background-color: #F2F2F2; text-decoration: none; border: none !important; width: 170px; line-height: 60px; display: block; text-align: center; box-sizing: border-box; font-weight: 400; color: #4A4A4A; }

.post-navigation ul > li.prev a { padding-left: 0 !important; width: 60px; height: 60px; background-image: url("../img/p05/arrow02v.svg"); background-position: center;  background-repeat: no-repeat; }

.post-navigation ul > li.next a { padding-right: 0 !important; width: 60px; height: 60px;  background-image: url("../img/p05/arrow03v.svg"); background-position: center;  background-repeat: no-repeat; }

.post-navigation ul > li.blog-back { position: relative; transition: 0.3s; box-sizing: border-box; }

.post-navigation ul > li a:hover { opacity: 0.7; }

.post-navigation ul > li:last-child { margin-right: 0; }

.single-topics .post-navigation ul > li a{width: 310px;}

/* 06 店舗紹介
--------------------------------*/
div#gallery-slider { margin-bottom: 10px; }
div#gallery-slider button.slick-arrow { display: none !important; }

.gallery-photo { padding-top: 46.36%; }

div#gallery-thumbs { margin-bottom: 0; }

.gallery-thumb { width: 205px; margin: 0 20px 0 0; background: #000; cursor: pointer; }

.gallery-thumb-img { padding-top: 46.34%; opacity: 1; transition: 0.3s; }

.gallery-thumb:hover .gallery-thumb-img, .gallery-thumb.slick-current .gallery-thumb-img { opacity: 0.5; }

.shop-info01.flex { margin-top: 120px; justify-content: space-between; }
.shop-info01.flex .left { width: 420px; }
.shop-info01.flex .left > h2 { font-weight: 500; }
.shop-info01.flex .left > h2 > span { display: block; }
.shop-info01.flex .left > h2 span.text01 { font-size: 24px; }
.shop-info01.flex .left > h2 span.text02 { font-size: 16px; }
.shop-info01.flex .right { width: calc(100% - 450px); }

.address.flex { justify-content: space-between; }

.shop-map { margin-top: 50px; height: 510px; }
.shop-map iframe { width: 100%; height: 100%; }

.shop-info03.flex { margin-top: 80px; justify-content: space-between; }
.shop-info03.flex .img { width: 500px; }
.shop-info03.flex .cont { width: calc(100% - 540px); }
.shop-info03.flex .cont .name { font-size: 24px; margin-bottom: 15px; }

/* 07 法人・大口注文サービス
--------------------------------*/
div#p07Box01 .img { margin-bottom: 50px; }
div#p07Box01 .btn01 { margin: 50px auto 0; }

/* 08 法人・大口注文サービス
--------------------------------*/
.layBox { margin-bottom: 100px; }

.layBox.lay01 > .img { text-align: center; margin-bottom: 20px; }

.img + .lay-tit { margin-top: 55px; }

.lay-tit { font-size: 24px; line-height: 1.5; margin-bottom: 20px; }

.lay-tit:last-child { margin-bottom: 0; }

.layBox:last-child { margin-bottom: 0; }

.layBox.btn01 { margin: 0 auto 0; }

.layBox.lay02.flex { justify-content: space-between; }
.layBox.lay02.flex > div { width: calc(50% - 20px); }

/* 10 ご利用案内
--------------------------------*/
.guideBox { margin-bottom: 30px; padding-bottom: 30px; border-bottom: dashed 1px; }

.guideBox:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

.midasi01 { margin-bottom: 10px; padding-left: 18px; position: relative; }

.midasi01:before { content: ""; width: 12px; height: 12px; background: #393939; position: absolute; left: 0; top: 6px; }

.green-bg { background: #EFEFEF; padding: 30px; margin: 10px 0; }

div.chargeTBL table { border: solid 1px #CCCCCC; }

div.chargeTBL th, div.chargeTBL td { box-sizing: border-box; padding: 15px 30px; vertical-align: middle; }

div.chargeTBL .col02 { width: 140px; border-left: solid 1px #CCCCCC; }

div.chargeTBL thead th { text-align: center; border-bottom: solid 1px #ccc; background: #EDEDED; }

div.chargeTBL tbody .col02 { text-align: right; }

div.chargeTBL tbody td { background: #fff; }

div.chargeTBL tbody tr:nth-child(2n) td { background: #F5F5F5; }

/* 11 運営会社
--------------------------------*/
div#p11Box { padding: 60px 0 120px; }

.ban01.ban-w { margin-top: 30px; }
.ban01.ban-w a .img { background: url("../img/p11/ban-img.jpg") no-repeat center; background-size: cover; }
.ban01.ban-w .btn-arrow span.arrow { background-image: url("../img/common/btn-arrow01.svg"); }

.ban01 a { text-decoration: none; box-sizing: border-box; display: block; padding: 50px; height: 200px; position: relative; overflow: hidden; }
.ban01 a .img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; transition: 0.3s; }
.ban01 a .titles01 { position: relative; z-index: 2; }
.ban01 a .titles01 .en { font-size: 50px; }
.ban01 a .titles01 .jp { font-size: 20px; }
.ban01 a .btn-arrow { width: 60px; height: 60px; right: 50px; top: calc(50% - 30px); z-index: 2; bottom: auto; left: auto; position: absolute; }
.ban01 a:hover .img { transform: scale(1.05); }

/* 12　お問い合わせ
--------------------------------*/
.p12-cont.p12-cont01 { margin-bottom: 100px; }

.p12-tel a { font-size: 30px; }

.p12-cont01.flex { box-sizing: border-box; padding: 50px; background: rgba(255, 255, 255, 0.1); justify-content: space-between; align-items: center; }
.p12-cont01.flex .tel-set01 { font-size: 30px; line-height: 1; }
.p12-cont01.flex .tel-set01 a { font-size: 50px; color: #EB6300; }
.p12-cont01.flex .bh { font-size: 16px; color: #fff; text-align: center; }

div#p12box02 .u-text01 { width: 760px; margin: 0 auto; }

/*フォーム*/
::placeholder { color: #BEBEBE; }

.contactTBL th, .contactTBL td { box-sizing: border-box; vertical-align: top; padding: 20px 0; font-size: 16px; display: block; }

.contactTBL th { line-height: 40px; font-weight: 500; position: relative; padding-bottom: 5px; font-size: 18px; }

.contactTBL td { padding-top: 0; font-weight: 500; }

.contactTBL tr.pp-tr td { text-align: center; }

p.form-bikou { font-size: 14px; margin-top: 3px; }

.bikou01 { font-size: 14px; line-height: 1.7; margin-top: 10px; }

input.wpcf7-text { box-sizing: border-box; padding: 5px 18px; border: solid 1px #fff; background: #fff; height: 60px; width: 100%; font-size: 16px; font-weight: 500; }

ul.address-list { padding-top: 3px; }

ul.address-list > li { margin-bottom: 25px; }

ul.address-list > li .th { margin-bottom: 5px; }

ul.address-list > li .th span.hosoku { font-size: 14px; margin-left: 15px; }

ul.address-list > li:last-child { margin-bottom: 0; }

.koumoku span.wpcf7-list-item, .method span.wpcf7-list-item { margin-right: 30px; }

input::-webkit-file-upload-button { background: #000; color: #fff; width: 144px; height: 34px; cursor: pointer; transition: 0.3s; }

input::-webkit-file-upload-button:hover { opacity: 0.7; }

select.wpcf7-form-control.wpcf7-select { box-sizing: border-box; padding: 5px 18px; border: solid 1px #fff; background: #fff; font-size: 16px; font-weight: 400; height: 60px; -webkit-appearance: auto; appearance: auto; }

textarea.wpcf7-form-control.wpcf7-textarea { box-sizing: border-box; padding: 20px 18px; border: solid 1px #fff; background: #fff; height: 160px; width: 100%; font-size: 16px; font-weight: 500; }

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.date01 { width: 170px; height: 46px; padding: 5px 15px; border: solid 1px #fff; background: #fff; font-size: 16px; box-sizing: border-box; margin-right: 25px; }

span.wpcf7-list-item { margin-left: 0 !important; margin-right: 10px; }

.form-time span.wpcf7-list-item { width: 100px; }

.sagyou span.wpcf7-list-item, .koumoku span.wpcf7-list-item { margin-right: 30px; }

.koumoku span.wpcf7-list-item { display: block; margin-bottom: 5px; }

.koumoku span.wpcf7-list-item:last-child { margin-bottom: 0; }

.hissu { margin-left: 10px; color: #fff; font-weight: 500; display: inline-block; font-size: 15px; background: #4a4a4a; line-height: 25px; padding: 0 10px; }

.contact-submit.flex { margin-top: 40px; justify-content: center; flex-direction: row-reverse; position: relative; }

.contact-submit.flex > p { width: 100%; text-align: center; margin-top: 30px; }

.inb { display: inline-block; }

.form-btn { width: 320px; position: relative; }

.form-btn input[type="submit"], .form-btn input[type="button"] { transition: 0.3s; border: solid 2px #000; font-weight: 700; color: #fff; background: url("../img/common/arrow03.svg") no-repeat center right 20px #000; width: 100%; height: 80px; font-size: 20px; font-weight: 400; border-radius: 40px; }

.form-btn:hover input[type="submit"], .form-btn:hover input[type="button"] { opacity: 0.7; }

.form-btn.form-btn02 { margin-right: 10px; }

.form-btn.form-btn02 input[type="submit"], .form-btn.form-btn02 input[type="button"] { background: #fff; color: #000; }

.form-btn:hover input[type="submit"] { background-color: #000; }

.form-btn:hover input[type="button"] { background-color: #000; }

.form-btn.form-btn02 input[type="submit"]:hover, .form-btn.form-btn02 input[type="button"]:hover { opacity: 0.7; color: #fff; }

.form-btn.form-btn03 input[type="submit"]:hover, .form-btn.form-btn03 input[type="button"]:hover { opacity: 0.7; }

.form-btn.form-btn02:before { content: none; }

.wpcf7-spinner { position: absolute !important; top: -10px !important; }

.contactArea { position: relative; padding: 60px 80px 80px; background: #EFEFEF; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 55px auto 55px; position: relative; width: 554px; }
ul.contact-state > li { font-weight: 500; position: relative; padding-top: 58px; text-align: center; }
ul.contact-state > li:before { content: ""; width: 50px; height: 50px; border-radius: 100%; border: solid 1px #828282; background: #fff; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; box-sizing: border-box; }
ul.contact-state > li:after { content: ""; width: 18px; height: 18px; border-radius: 100%; border: solid 1px #828282; background: #fff; position: absolute; left: 0; right: 0; top: 16px; margin: 0 auto; box-sizing: border-box; }
ul.contact-state > li.state01:after { background: #828282; }

ul.contact-state:before { content: ""; background: #828282; width: calc(100% - 20px); height: 2px; left: 10px; top: 25px; position: absolute; margin: 0 auto; }

ul.contact-state.contact-state2 > li.state02:after { background: #828282; }

.add-set { display: none; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 125px; margin-top: -125px; }

tr.timeset select.wpcf7-form-control.wpcf7-select { width: 300px; }

.wpcf7c-conf { background-color: #e8f0fe !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important; box-shadow: 0 0 0px 1000px #e8f0fe inset !important; }

.link01 a { color: #EB6300; text-decoration: underline; }

.link01 a:hover { text-decoration: none; }

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.doui-check input[type="checkbox"] { margin-right: 15px; transform-origin: left center; transform: scale(1.7); }

/* 14 特定商取引法に基づく表記
--------------------------------*/
div#p14Box01 .wrap > .text01 { text-align: center; margin-bottom: 40px; }

.TBL01 table tr { border-bottom: solid 1px #ccc; }
.TBL01 table tr:last-child { border-bottom: none; }
.TBL01 table th, .TBL01 table td { box-sizing: border-box; padding: 30px 0; line-height: 2; }
.TBL01 table th { width: 150px; font-weight: 700; color: #4A4A4A; }

/* 30　サンクスページ・その他
--------------------------------*/
div#p100Box01 { padding: 80px 0; }

div#p100Box01 .btn01 { margin: 50px auto 0; text-align: center; }

.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

.pp-title02 { font-size: 18px; padding-left: 15px; position: relative; color: #4A4A4A; }

.pp-title02:before { content: ""; width: 5px; height: 65%; background: #707070; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

.pp-list h3 { margin: 60px 0 30px; }

.pp-list ul { padding-left: 15px; }

.pp-list ul li { position: relative; padding-left: 15px; }

.pp-list ul li:before { content: "・"; position: absolute; left: 0; top: 0; }

/*ブラウザごと
----------------------------------*/
/*デバイス幅
----------------------------------*/
@media screen and (min-height: 0px) and (max-height: 900px) {  }
