@charset "UTF-8";
/* 設定
******************************************************************************************** */
@import url(https://use.fontawesome.com/releases/v5.10.1/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face { font-family: "yasashisa"; src: url("../font/07YasashisaAntique-sub.woff") format("woff"); font-display: swap; }
@font-face { font-family: "notoserifjp"; font-style: normal; font-weight: 700; src: url("../font/subset-NotoSerifCJKjp-Bold.woff") format("woff"); font-display: swap; }
@font-face { font-family: "notoserifjp"; font-style: normal; font-weight: 500; src: url("../font/subset-NotoSerifCJKjp-Medium.woff") format("woff"); font-display: swap; }
@font-face { font-family: "notoserifjp"; font-style: normal; font-weight: 400; src: url("../font/subset-NotoSerifCJKjp-Regular.woff") format("woff"); font-display: swap; }
@font-face { font-family: "notoserifjp"; font-style: normal; font-weight: 300; src: url("../font/subset-NotoSerifCJKjp-Light.woff") format("woff"); font-display: swap; }
/* $sans-serif: '-apple-system', 'BlinkMacSystemFont', 'Noto Sans JP', 'Helvetica Neue', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Arial', 'メイリオ', 'Meiryo', 'sans-serif'; */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* 基本設定
******************************************************************************************** */
html { /* overflow-x: hidden; */ cursor: inherit; font-size: 62.5%; overflow-x: auto; }

body { font-size: 16px; font-size: 1.6rem; font-family: "Noto Sans JP", "Helvetica Neue", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif"; font-weight: 400; background: #fff; color: #504841; width: 100%; /* min-width: $ww; */ line-height: normal; /* -webkit-font-smoothing: antialiased;
font-smoothing: antialiased; */ }

img { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; border: 0; vertical-align: bottom; max-width: 100%; height: auto; }

a { text-decoration: none; color: #504841; }
a img { transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; }
a img:hover { opacity: 0.5; }

a:hover, a:active, a:focus { color: #504841; }

a:hover { text-decoration: underline; }

/* レイアウト設定
******************************************************************************************** */
.header { width: 1200px; margin: 0 auto; /*  Smartphone */ position: relative; }
.header::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.header__h1 { font-size: 12px; font-size: 1.2rem; font-weight: bold; position: absolute; margin: 0; position: relative; top: 5px; text-align: right; }
.header__logo { float: left; width: 50%; }
.header__list { display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: end; -moz-justify-content: end; -webkit-justify-content: end; float: right; list-style: none; margin-top: 40px; }
.header__list li { margin: 0 5px; width: 100px; }
.header__list li img:hover { opacity: 1; }

.glnv { width: 1200px; margin: 0 auto; /*  Smartphone */ }
.glnv__list { display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; }
.glnv__list li { width: 16.5%; }

.wrapper { width: 1200px; margin: 0 auto; /*  Smartphone */ display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; }

.lcnv { border-right: 3px solid #baaba1; width: 250px; padding-right: 35px; order: 1; }
.lcnv__ttl { font-size: 17px; font-size: 1.7rem; color: #fff; background: #baaba1; text-align: center; letter-spacing: 0.1em; }
.lcnv__bnr { margin-bottom: 20px; }
.lcnv__bnr img { width: 100%; }
.lcnv__bnr--center { text-align: center; }
.lcnv__bnr--center img { width: 60%; display: block; margin: 0 auto; }
.lcnv__bnr--bd { width: 70%; margin: 0 auto; border: 1px solid #5d8e13; padding: 10px; text-align: center; }
.lcnv__bnr--bd img { width: 60%; margin: 0 auto; display: block; }
.lcnv__txt { font-size: 14px; font-size: 1.4rem; display: block; }
.lcnv__item { font-size: 13px; font-size: 1.3rem; }
.lcnv__item::before { content: "\25CF"; display: inline-block; color: #d25e16; }
.lcnv__list { font-size: 15px; font-size: 1.5rem; list-style: none; margin: 0; margin-bottom: 40px; padding: 0; padding-left: 10px; }
.lcnv__list--blog { font-size: 12px; font-size: 1.2rem; }
.lcnv__list li { margin-bottom: 5px; }
.lcnv__list li a { position: relative; padding-left: 13px; display: block; }
.lcnv__list li a::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; content: ""; width: 6px; height: 6px; border: 0; border-top: solid 3px #d25e16; border-right: solid 3px #d25e16; position: absolute; top: 0.5em; left: 50%; left: 0; }
.lcnv__list li a:hover::before { left: 2px; }

.shipping-date { border: 3px solid #d25e16; margin-bottom: 60px; }
.shipping-date__ttl { font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background: #d25e16; margin: 0; padding: 5px; }
.shipping-date__in { padding: 5px; }
.shipping-date__notice { font-size: 15px; font-size: 1.5rem; text-align: center; color: #d25e16; margin-top: 0; font-weight: bold; }
.shipping-date__notice--num { font-size: 18px; font-size: 1.8rem; }
.shipping-date__txt { font-size: 10px; font-size: 1rem; text-align: center; }

.main { width: 915px; order: 2; }
.main__upper { display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; padding: 20px 0; }
.main__keyword { width: 50%; margin: 0; }
.main__keyword dl { font-size: 13px; font-size: 1.3rem; display: inline; padding: 0; }
.main__keyword dd { font-size: 13px; font-size: 1.3rem; display: inline; padding: 0; margin: 0; }
.main__keyword dd a { text-decoration: underline; margin-right: 10px; display: inline-block; }
.main__keyword dd a:hover { text-decoration: none; }
.main__search { width: 50%; }
.main__search input[type="text"] { border: 1px solid #baaba1; padding: 5px; width: 80%; margin: 0; display: inline-block; }
.main__search input[type="submit"] { background: url("../img/common/btn_search.png") center no-repeat #baaba1; background-size: auto 100%; width: 18%; margin: 0; padding: 5px; border: 1px solid #baaba1; cursor: pointer; display: inline-block; vertical-align: middle; }
.main__search input[type="submit"]:hover { opacity: 0.5; }
.main__cat { display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -moz-align-items: center; -webkit-align-items: center; list-style: none; padding: 0; margin: 0; margin-bottom: 40px; width: 915px; }
.main__cat li { width: 31%; text-align: center; margin-bottom: 10px; }
.main__cat li img { margin-right: 10px; }
.main__cat li i { margin-left: 10px; }
.main__cat li a { font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #baaba1; border: 1px solid #baaba1; border-radius: 5px; display: block; padding: 10px; }
.main__cat li.main__item--item01 i { color: #d25e16; }
.main__cat li.main__item--item01:hover a { color: #d25e16; }
.main__cat li.main__item--item02 i { color: #5d8e13; }
.main__cat li.main__item--item02:hover a { color: #5d8e13; }
.main__cat li.main__item--item03 i { color: #ddaf14; }
.main__cat li.main__item--item03:hover a { color: #ddaf14; }
.main__cat li.main__item--item04 i { color: #46764e; }
.main__cat li.main__item--item04:hover a { color: #46764e; }
.main__cat li.main__item--item05 i { color: #80c269; }
.main__cat li.main__item--item05:hover a { color: #80c269; }
.main__cat li.main__item--item06 i { color: #ffcc00; }
.main__cat li.main__item--item06:hover a { color: #ffcc00; }

.footer .info { font-size: 13px; font-size: 1.3rem; }
.footer .info__ttl { font-size: 18px; font-size: 1.8rem; border-bottom: 3px solid #baaba1; }
.footer .info__ttl::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.footer .info__ttl img { width: 50%; }
.footer .info__ttl--txt { float: right; }
.footer .info__dl dt { display: inline-block; margin-bottom: 10px; }
.footer .info__dl dd { font-size: 12px; font-size: 1.2rem; display: inline-block; margin: 0; }
.footer__in { display: flex; flex-wrap: wrap; display: -moz-flex; -moz-flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; }
.footer__box { width: 32%; }
.footer__ttl { font-size: 20px; font-size: 2rem; color: #fff; background: #baaba1; text-align: center; letter-spacing: 0.1em; padding: 10px; }
.footer__txt--red { color: #e60012; }
.footer__txt img { display: block; margin: 0 auto; }

.copyright { font-size: 14px; font-size: 1.4rem; border-top: 1px dotted #a0a0a0; text-align: center; font-weight: bold; display: block; width: 100%; padding: 10px; }

/* FLOAT CONFIG
******************************************************************************************** */
.clear { clear: both; }

.flr { float: right; }

.fll { float: left; }

.center { text-align: center; }
.center img { display: inline; }

.left { text-align: left; }

.flrpic { display: inline; float: right; margin: 0 0 0 15px; }
.flrpic img { display: inline; margin-bottom: 5px; }

.fllpic { float: left; margin: 0 15px 0 0; }
.fllpic img { display: inline; margin-bottom: 5px; }

.centerpic { margin: 0 auto; text-align: center; }
.centerpic img { display: inline; }

.flrtbl { float: right; margin: 0 0 25px 25px; }

.flltbl { float: left; margin: 0 25px 25px 0; }

.alr { text-align: right; }
.alr img { display: inline; }

.inline { display: inline; }

.all { text-align: left; }

/* img */
.aligncenter { display: block; margin: 0 auto; }

.alignright { float: right; }

.alignleft { float: left; }

img[class*="wp-image-"], img[class*="attachment-"] { height: auto; max-width: 100%; }

/* ================================= CALENDER
================================= */
.calendar { padding: 0; list-style: none; }

/* BizCalendar */
.calendar, .calendar li { margin: 0; padding: 0 !important; list-style: none; }

#container-inner #sidebarR ul.calendar li { background: none !important; }

#biz_calendar table.bizcal { border: 0 !important; box-sizing: border-box; padding: 0 5px; }

#biz_calendar p { font-size: 10px; }

#biz_calendar table.bizcal .holiday, #biz_calendar p span.boxholiday { background-color: #d25e16 !important; }

#biz_calendar p span.boxholiday { width: 12px; height: 12px; display: inline-block; padding: 0 !important; margin-right: 5px !important; }

/* 共通設定 */
.pc-mode { display: block; }

.sp-mode { display: none; }
