/*
Author:			Collne.Inc
Author URI:		http://www.collne.com/
Template:		welcart_basic
Version:		1.0.2
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, carina, two-columns, right-sidebar. left-sidebar
Theme Name: basic-carina v4-2
Description: テーマv4-2です。
*/

@import url("https://fonts.googleapis.com/css?family=Lobster+Two");

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cbae9c !important;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* line 4, sass/font-awesome/_screen-reader.scss */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* line 51, sass/font-awesome/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* =Base
-------------------------------------------------------------- */


/* -- font -- */

body,
input,
select,
textarea {
    font-family: "Quattrocento Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1.site-title,
div.site-title {
    font-family: "Parisienne", cursive, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.widget_title,
.home-widget h2,
.front-il h2,
.info-area h2,
.category-area .inner,
#content .page-title,
#content .entry-title {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

#content .page-title {
    font-size: 18px;
    font-weight: bold;
}

.cover1 h2 {
    font-family: YuMincho, "Yu Mincho", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, serif;
    font-weight: normal;
}

body {
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

em {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

pre {
    white-space: pre-wrap;
}

.favo button {
    background: none;
    border: none;
    cursor: pointer;
}

.favo button:hover {
    opacity: 0.6;
}

.favo button:focus,
.favo button:active {
    border: none;
}

.sf-icon-star-full:before {
    color: rgb(203, 174, 156);
}

.sf-icon-star-empty:before {
    color: #fff;
    margin-right: 3px;
}


/* -- input -- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 50px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 1.2em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 1.2em;
}

input[type="radio"] {
    border-radius: 50%;
}

select {
    height: 35px;
    background-color: #fff;
    padding: 0 30px 0 10px;
    line-height: 35px;
}


/* -- table -- */

caption {
    font-weight: bold;
    margin-bottom: 5px;
}


/*-- keyframes --*/

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}


/*-- stripe border --*/

.site-bar,
.footer-widget:before {
    content: "";
    display: block;
    background-color: #cbae9c;
    width: 100%;
    background-image: none !important;
    color: #fff;
    padding-top: 1px;
}

.footer-widget:before {
    position: relative;
}

.site-bar .site-bar-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.site-bar-login {
    display: block;
    float: right;
}

.site-bar p,
.site-bar-login,
.site-bar-login li {
    display: inline-block;
    font-size: 11px;
}

.site-bar p,
.site-bar-login {
    padding: 5px 0;
}

.site-bar-login li a {
    padding: 0 7px;
    margin: 3px 0;
}

.site-bar-login li:nth-child(1) a {
    border-right: solid 1px #fff;
}

.site-bar-login a {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
}


/* = Color Reset
-------------------------------------------------------------- */


/* =body
-------------------------------------------------------------- */

.site {
    overflow: hidden;
}


/* =header
-------------------------------------------------------------- */

header {
    margin: 0;
    padding: 0;
    border-bottom-width: 1px;
}


/* -- .site-title -- */

h1.site-title,
div.site-title {
    float: left;
    width: 150px;
    overflow: hidden;
    font-size: 0;
}

h1.site-title a {
    margin: 10px 0;
}

h1.site-title a,
div.site-title a {
    color: inherit;
}

h1.site-title img,
div.site-title img {
    width: inherit;
    height: inherit;
}


/* -- .incart-btn -- */

.incart-btn {
    top: 30px;
    right: 20px;
    float: none;
}

.incart-btn i {
    font-size: 25px;
}

.incart-btn i:hover {
    cursor: pointer;
}

.incart-btn .total-quant {
    top: -50%;
    right: -50%;
    left: auto;
    padding: 2px;
}


/* -- .menu-bar -- */

.menu-bar {
    position: absolute;
    top: 30px;
    left: 20px;
}

.menu-on .menu-bar {
    z-index: 9999;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    background-color: #fff;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
}

.menu-trigger span:nth-of-type(2) {
    top: 0;
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards;
}

.menu-on .menu-trigger span:nth-of-type(2) {
    top: -12px;
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(20px) rotate(45deg);
    }
    50% {
        transform: translateY(20px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(20px) rotate(0);
    }
    100% {
        transform: translateY(20px) rotate(45deg);
    }
}

.menu-trigger span:nth-of-type(3) {
    top: 9px;
}

.menu-trigger span:nth-of-type(3) {
    transition: all 0.25s 0.25s;
    opacity: 1;
}

.menu-on .menu-trigger span:nth-of-type(3) {
    opacity: 0;
}

.menu-trigger span:nth-of-type(4) {
    bottom: 0;
    -webkit-animation: menu-bar03 0.75s forwards;
    animation: menu-bar03 0.75s forwards;
}

.menu-on .menu-trigger span:nth-of-type(4) {
    bottom: -11px;
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes menu-bar03 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar03 {
    0% {
        transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        transform: translateY(-20px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(0);
    }
    100% {
        transform: translateY(-20px) rotate(-45deg);
    }
}

span.hbmenutext {
    top: -10px;
    background-color: rgba(255, 255, 255, 0) !important;
}

span.hbmenutext img {
    display: block;
}


/* -- #mobile-menu -- */

.menu-on .gray-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

#mobile-menu {
    display: none;
    /*position: fixed;*/
    overflow: scroll;
    position: absolute;
    top: -15px;
    left: -100%;
    width: 90%;
    padding: 35px 20px;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    z-index: 1000;
}

.menu-on #mobile-menu {
    left: 0;
    opacity: 1;
}

.snav {
    float: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}


/* -- .search-box -- */

.search-box {
    float: none;
    padding: 0 0 20px 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.search-box div.s-box {
    float: none;
    border: none;
}

.search-box i {
    display: none;
}

.search-box form {
    display: block;
}

.search-box #searchsubmit {
    line-height: 35px;
    padding: 0 10px;
    height: 35px;
    font-size: 20px;
}


/* -- .membership -- */

.snav .membership {
    float: none;
    padding: 20px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.snav .membership i {
    display: none;
}

.snav .membership ul {
    display: block;
    position: relative;
    padding: 0;
    border: none;
    background-color: transparent;
}

.snav .membership li:first-child {
    font-weight: bold;
}

.snav .membership li {
    margin: 0 0 10px;
    border-bottom: none;
}

.snav .membership li:last-child {
    margin-bottom: 0;
}

.snav .membership li a {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9rem;
}

.snav .membership li a:active {
    position: relative;
    top: 1px;
}


/* -- .sns -- */

.sns {
    padding: 20px 0;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.sns li {
    display: inline;
    margin: 0 10px;
    min-width: 30px;
}

.sns li i {
    font-size: 30px;
}


/* -- #site-navigation -- */

#site-navigation {
    padding: 20px 0;
}

#site-navigation ul {
    padding: 0;
}

header div.nav-menu-open,
header div.header-nav-container {
    display: block;
}

#site-navigation li a {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0;
    border: none;
    letter-spacing: 1px;
}

#site-navigation ul ul {
    margin-top: 0;
}


/* = Widget Common
-------------------------------------------------------------- */

.home-widget {
    margin: 3em 0;
}


/* -- Reset widget -- */

.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul,
.widget_welcart_featured ul,
.widget_welcart_bestseller ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_pages ul {
    padding: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget_title {
    margin-bottom: 20px;
    font-size: 16px;
}

.widget_title>img {
    margin-right: 0.714286em;
    vertical-align: top;
}


/* -- Welcart widget-style -- */


/* - .widget_welcart_category - */

.widget_welcart_category li {
    padding-bottom: 0;
    line-height: 30px;
    text-align: left;
}

.widget_welcart_category li a,
.widget_welcart_category li li a {
    display: inline-block;
    line-height: normal;
}


/* - .widget_welcart_bestseller + .widget_welcart_featured - */

.widget_welcart_featured .thumtitle a,
.widget_welcart_bestseller .itemname a {
    font-weight: bold;
}

.cat-il.type-grid {
    letter-spacing: 0px;
}


/* - .widget_welcart_search - */

.widget_welcart_search .searchtext {
    padding: 5px;
}

.widget_welcart_search #searchsubmit {
    height: 32px;
    padding: 0;
    line-height: 32px;
}

.widget_welcart_search div a {
    line-height: 30px;
}


/* - .widget_welcart_login - */

.widget_welcart_login .loginbox {
    text-align: center;
}

.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
    padding: 0 5px;
}

.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login,
.widget_welcart_login a {
    line-height: 40px;
    margin-bottom: 0.357143em;
    padding: 0;
    width: 100%;
    height: 40px;
}

.widget_welcart_login a {
    display: inline-block;
}

.widget_welcart_login .loginbox a.usces_logout_a,
.widget_welcart_login .loginbox a.login_widget_mem_info_a {
    margin-left: 0;
}


/* - .widget_calendar - */

.widget_calendar th,
.widget_calendar td,
.widget_welcart_calendar th,
.widget_welcart_calendar td,
.welcart_blog_calendar th,
.welcart_blog_calendar td {
    line-height: 2em;
}

.widget_welcart_calendar .businessday {
    color: inherit;
}


/* -
.widget_welcart_page
.usces_recent_entries
- */

.widget_welcart_page li,
.usces_recent_entries li {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.widget_welcart_page li a,
.usces_recent_entries li a {
    padding-bottom: 0;
    line-height: normal;
}


/* - .widget_welcart_post - */

.widget_welcart_post li {
    margin: 0;
    padding-bottom: 0;
    padding-top: 15px;
    border: none;
}

.widget_welcart_post li:first-child {
    padding-top: 0;
}

.widget_welcart_post li .title {
    margin-bottom: 5px;
}

.widget_welcart_post li a {
    font-weight: bold;
    padding-bottom: 0;
}


/* -
WordPress widget-style
.widget_archive 
.widget_categories
.widget_meta li
.widget_recent_entries	
.widget_nav_menu
.widget_pages
- */

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu ul li,
.widget_pages li {
    margin-bottom: 0;
    line-height: 30px;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu ul li a,
.widget_pages li a {
    padding: 0;
    line-height: normal;
}


/* - .widget_archive - */


/* .widget_recent_entries - */

.widget_recent_entries li:first-child {
    padding-top: 0;
}

.widget_recent_entries li {
    padding-top: 15px;
}

.widget_recent_entries li a {
    font-weight: bold;
}

.widget_recent_entries li span {
    display: block;
    line-height: normal;
}

.widget_recent_entries li span:before {
    content: "\f017";
    font-family: "FontAwesome";
    margin-right: 5px;
}


/* - .widget_recent_comments - */

.widget_recent_comments li {
    margin-bottom: 10px;
}


/* - .widget_search - */

.widget_search #s {
    padding: 0 30px 0 5px;
}

.widget_search #searchsubmit {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
}

#secondary .widget_basic_item_list .itemimg,
#tertiary .widget_basic_item_list .itemimg {
    position: relative;
}


/* = Widget Area | Secondary
-------------------------------------------------------------- */

#secondary {
    padding: 0 15px;
    border: none;
}

#secondary .inner {
    padding: 30px 15px;
}

#secondary h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0.75em 0.5em;
    border-width: 1px 0;
    border-style: solid;
}

#secondary section {
    margin-bottom: 40px;
    padding: 0;
}

#secondary section:last-child {
    margin-bottom: 40px;
}


/* = Widget Area | Footer
-------------------------------------------------------------- */

#tertiary {
    margin-top: 15px;
    padding: 0 15px;
}


/* =footer
-------------------------------------------------------------- */

footer {
    padding: 30px 15px;
}

footer nav {
    padding: 0;
}

.copyright {
    padding: 30px 0 0;
}


/* =main
-------------------------------------------------------------- */

#main {
    margin: 3em 0 1.5em;
}

#content {
    padding: 0 0 45px;
}

#content .page-title,
#content .entry-title {
    margin: 0 10px 0.5em;
    font-size: 22px;
}

.entry-thumb {
    margin-bottom: 1.42857em;
}

.entry-meta {
    margin-right: 15px;
    margin-left: 15px;
}

.entry-content {
    padding: 0 15px;
}

.comments-area {
    padding: 0.714286em 15px;
}


/* -- item-list -- */

.blog #content .widget_basic_item_list article {
    padding: 0;
    border: none;
}

.front-il article,
.home-widget .widget_basic_item_list article {
    width: 50%;
    margin: 0 0 50px;
    padding-top: 0;
    vertical-align: top;
}

.front-il .itemimg,
.home-widget .widget_basic_item_list .itemimg,
.cat-il.type-grid .itemimg {
    position: relative;
    margin: 10px;
}

.home-widget .widget_basic_item_list .itemimg img {
    width: 100%;
    height: auto;
}

.opt-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.opt-tag li {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
}

.home-widget .widget_basic_item_list .item-info-wrap,
.front-il .item-info-wrap,
.cat-il.type-grid .item-info-wrap,
.search-li .item-info-wrap {
    padding: 10px;
}

.campaign_message {
    text-align: center;
}

.widget_basic_item_list .itemsoldout,
.front-il .itemsoldout,
.cat-il.type-grid .itemsoldout,
.search-li .itemsoldout {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    letter-spacing: 2px;
    z-index: 2;
}

.itemsoldout .inner {
    position: absolute;
    font-weight: normal;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.itemsoldout span {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    padding: 0 20px;
    letter-spacing: normal;
}


/* =front-page.php
-------------------------------------------------------------- */

.main-image {
    padding: 0;
}

.main-image img {
    margin: 0 auto;
}

body.home #content,
body.blog #content {
    padding-top: 0;
}

.category-img {
    position: relative;
    width: 50%;
    float: left;
}

.category-area .cat-desc-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.2em;
}

.category-area .inner {
    padding: 5px 20px;
    text-align: center;
}

.front-il {
    margin-bottom: 60px;
}

.home-widget h2,
.front-il h2,
.info-area h2 {
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: initial;
}

.blog #content .info-area article {
    margin: 1.42857em;
    padding: 0;
    border: none;
}

.info-area .has_thumbnail {
    overflow: hidden;
}

.info-area .has_thumbnail .thumb-img {
    float: left;
    width: 40%;
}

.info-area .has_thumbnail time {
    display: block;
    margin-left: 45%;
}

.info-area .has_thumbnail .post-title {
    margin: 0.5em 0 0 45%;
    font-size: 1.2em;
}


/* =category archive
-------------------------------------------------------------- */

#content .page-header.has-catimg .page-title {
    margin: 0.5em 10px;
}

.page-header .taxonomy-description {
    margin: 0 10px 2em;
}

.page-header.over {
    position: relative;
}

.page-header.over .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.page-header.over .inner {
    position: relative;
    top: 50%;
    padding: 0 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content .page-header.over .page-title {
    margin: 0 0 0.5em;
}

.page-header.over .taxonomy-description {
    margin: 0;
}

.page-header.over .taxonomy-description a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.page-header.over .taxonomy-description a:hover {
    color: #22b2d3;
}

.post-li article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-li article:first-child {
    border-top-width: 1px;
    border-top-style: solid;
}

#content .post-li .entry-title {
    margin: 1.42857em 15px;
}

.post-li time {
    display: initial;
    margin-bottom: 0;
}

.pagination_wrapper {
    margin-top: 2em;
}

.item-content {
    margin-bottom: 1.42857em;
    padding: 0 15px;
}

.item-content .itemimg {
    position: relative;
    margin-bottom: 1.42857em;
}

.item-content .itemprice {
    font-weight: bold;
    height: 22px;
    text-align: right;
}

.item-content .itemsoldout {
    color: #e00;
    font-size: 0.85714em;
    font-weight: bold;
    height: 22px;
    text-align: right;
}

a .home img {
    width: 23px;
    height: auto;
    padding-right: 5px;
    display: inline-block;
}

a .camp img {
    width: 20px;
    height: auto;
    padding-top: 3px;
    padding-right: 5px;
    display: inline-block;
}

a .pay img {
    width: 22px;
    height: auto;
    padding-right: 5px;
    display: inline-block;
}

.side-bar .children .children a {
    padding-left: 5%;
}

.sp-cat .children .children a {
    padding-left: 7%;
}

.side-bar .children .children li {
    display: none;
}

.side-bar .children .children li.current-cat,
.side-bar .children .children li.current-cat>li,
.side-bar .current-cat .children li,
.children .cat-item.current-cat-parent.current-cat-ancestor .children li {
    display: block;
}

.side-bar .children .children .current-cat a,
.side-bar .current-cat .children a,
.children .cat-item.current-cat-parent.current-cat-ancestor .children a {
    background-color: #f8ede6;
}

.side-bar .children .children .current-cat a:hover,
.side-bar .current-cat .children a:hover,
.children .cat-item.current-cat-parent.current-cat-ancestor .children a:hover {
    color: #000;
}

.side-bar .children .children a:after {
    content: ">";
    position: absolute;
    top: 25%;
    left: 230px;
    font-size: 20px;
}

.c-box .quantity .skuquantity {
    text-align: center;
}

.iopt_select {
    padding: 0px;
    position: relative;
}

.iopt_select:after {
    content: "▼";
    position: absolute;
    right: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.columnright #bizcalendar-2 .widget_title {
    display: block;
    background-image: url(images/osusume.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

#welcart_featured-1 .widget_title img,
#welcart_featured-2 .widget_title img {
    width: 8%;
    height: auto;
}

select::-ms-expand {
    display: none;
}

.columnleft #welcart_featured-1 a,
.columncenter #welcart_featured-2 a {
    display: block;
    background-color: #808080;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-image: url(images/footico_11.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 20px;
}

.columnleft #welcart_featured-1 a:hover,
.columncenter #welcart_featured-2 a:hover {
    background-color: #b3b3b3;
}

.wrapper .columnleft {
    width: 32% !important;
}

.wrapper .columncenter {
    width: 32% !important;
}

.wrapper .columnright {
    width: 30% !important;
}

#biz_calendar .holiday,
#biz_calendar p span.boxholiday {
    background-color: #ec7700 !important;
}

#biz_calendar .eventday,
#biz_calendar p span.boxeventday {
    background-color: #d5beb0 !important;
}

#main .infomations .posts {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 30px;
    display: block;
    color: #6a1616;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

.guide-table01 tr td p,
.guide-table02 tr td p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#haisou tbody tr td.iki {
    width: 15%;
    text-align: center;
}

#haisou tbody tr td.pay {
    width: 15%;
    text-align: right;
    background-color: #f1f1f1;
    font-weight: bold;
    letter-spacing: 1px;
    color: #b70e11;
}

.red {
    color: #b70e11;
}

tr td .box {
    display: block;
    border: 1px solid #dcdbdb;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.thumimg img,
.listBox.sousaku ul li img {
    width: 100%;
    height: auto;
}

.inner .overview .img img,
.otherItem .box .left img {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 10px;
}

.inner .overview p {
    font-size: 1rem;
    margin: 15px auto 15px auto;
    line-height: 1.5rem;
}

.inner .roasting {
    display: block;
    padding-top: 40px;
}

.roasting .box .img,
.otherItem .box .left {
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
}

.roasting .box .text,
.otherItem .box .right {
    width: 59%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 30px;
}

.inner .roasting .arrow {
    margin-bottom: 30px;
}

.box .text span {
    font-weight: bold;
}

.box .text h4 {
    color: #aa795b;
    display: block;
    padding-top: 10px;
}

.box .text p {
    margin: 15px auto 15px auto;
}

.inner .coffeeBox .underHead.listup,
.otherItem {
    display: block;
    padding-top: 40px !important;
}


/*.inner .coffeeBox .listBox.sousaku {
	display: -webkit-flex; 
  display: flex;
	-webkit-justify-content: space-between; 
  justify-content:         space-between;
}*/

.listBox.sousaku ul li {
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.listBox.sousaku ul li img {
    margin-bottom: 15px;
}

.otherItem .box .right {
    padding-top: 30px;
}

.otherItem .box .right.right h4 {
    margin-bottom: 30px;
}

.coffeeBox .linkBox ul li {
    margin: 0px;
}

#content #wc_ordercompletion #cart_completion,
#content #wc_newcompletion #memberpages {
    display: block;
    width: 70%;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    /* [disabled]border-color: #E9E7E7;
*/
    /* [disabled]border-style: solid;
*/
    /* [disabled]border-width: 1px;
*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

#wc_ordercompletion #cart_completion h3,
#wc_newcompletion #memberpages h3 {
    display: block;
    background-color: #cbae9c;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}

#wc_ordercompletion #cart_completion .send {
    padding-top: 30px;
}

.skuform.single-sku .item-option dt,
.skuform.single-sku .item-option dd {
    display: block;
    text-align: left;
    padding: 5px;
}

.skuform.single-sku .item-option dd label {
    background-color: #f5eded;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.skuform.single-sku .item-option dd select {
    border-radius: 5px;
}

.skuform.single-sku .item-option dd label:first-child {
    display: none;
}

tr td .nagare {
    display: block;
    padding-bottom: 30px;
}

td .nagare dt,
td .nagare dd {
    display: table-cell;
    vertical-align: middle;
}

td .nagare dt {
    width: 49%;
    text-align: center;
    padding-right: 20px;
    display: inline-block;
}

td .nagare dd {
    width: 50%;
    display: inline-block;
}

.zukai_md {
    display: block;
    text-align: center;
    border: 1px solid #6a0026;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    height: auto;
    color: #6a0026;
}

.paymd {
    display: block;
    padding: 10px;
    border-left: 3px solid #6a0026;
}

.loginbox .new-entry h2 {
    text-align: center;
}

.check label input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: top;
    width: 15px !important;
}

.check label span {
    display: inline-block !important;
    vertical-align: top;
}

#content #wc_newmemberform .member_page_title {
    margin-left: 0px;
}

.inner .overview .textcenter {
    display: block;
    padding-bottom: 30px;
}

.inner .overview .alignleft.coffeimg {
    width: 25%;
    vertical-align: top;
    padding-top: 15px;
}

.inner .overview .alignright {
    width: 74%;
    vertical-align: top;
}

.inner .overview .alignleft.coffeimg img {
    height: auto;
    width: 100%;
}

.overview .alignright p {
    font-size: 14px;
}


/**
 * Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
    /* =Widget
	-------------------------------------------------------------- */
    #secondary .widget_basic_item_list article,
    #tertiary .widget_basic_item_list article {
        width: 33.33%;
    }
    /* =Content
	-------------------------------------------------------------- */
    #content {
        padding: 0 15px 45px;
    }
    #content .page-title,
    #content .entry-title {
        margin: 0 0 20px;
    }
    .entry-meta {
        margin-right: 0;
        margin-left: 0;
    }
    .entry-content {
        padding: 0;
    }
    /* =category
	-------------------------------------------------------------- */
    #content .post-li .entry-title {
        margin: 1em 0;
        font-size: 22px;
    }
    /* =front-page.php
	-------------------------------------------------------------- */
    .home-widget .widget_basic_item_list article:nth-of-type(even),
    .front-il article:nth-of-type(even),
    .cat-il.type-grid article:nth-of-type(even) {
        margin-right: 0;
    }
    .item-content {
        margin-top: 1.42857em;
    }
    .item-content .itemimg {
        float: left;
        margin-bottom: 0;
        width: 30%;
    }
    .item-content .inner {
        float: right;
        width: 67%;
    }
}


/**
 * Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
    /* =front-page.php
	-------------------------------------------------------------- */
    .category-img {
        width: 33.333%;
    }
    .info-area {
        letter-spacing: -0.5em;
        margin-bottom: 20px;
    }
    .blog #content .info-area article {
        display: inline-block;
        margin: 0;
        padding: 10px;
        width: 33.333%;
        letter-spacing: normal;
        vertical-align: top;
    }
    .info-area .has_thumbnail .thumb-img {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .info-area .has_thumbnail time,
    .info-area .has_thumbnail .post-title {
        margin-left: 0;
    }
}


/**
 * Desktop Small 1000px
 */

@media screen and (min-width: 62.5em) {
    /* =Base
	-------------------------------------------------------------- */
    #main {
        margin: 50px 0;
        padding: 0 60px;
        width: 100%;
    }
    #main.one-column #content {
        padding: 0 0 45px;
    }
    #main.two-column {
        overflow: hidden;
    }
    #main.two-column #content {
        width: 72%;
    }
    #main.two-column #secondary {
        width: 25%;
    }
    /* =header
	-------------------------------------------------------------- */
    /* -- .incart-btn -- */
    .incart-btn {
        top: 40px;
        right: 0;
        min-width: auto;
        margin: 0;
    }
    .incart-btn a {
        padding: 0 15px;
        background: none;
    }
    .incart-btn a:hover {
        background: none;
    }
    .incart-btn .total-quant {
        top: -30%;
        right: 0;
    }
    /* -- .menu-bar -- */
    .menu-bar {
        display: none;
    }
    /* -- #mobile-menu -- */
    #mobile-menu {
        /*position: static;*/
        left: 0;
        width: auto;
        height: auto !important;
        padding: 0;
        background-color: transparent !important;
        border: none;
        z-index: 1;
    }
    .display-desc #mobile-menu {
        top: 0;
    }
    /* -- .snav -- */
    header .snav {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 3;
    }
    .snav .search-box,
    .snav .membership {
        border: none;
    }
    .snav .search-box i,
    .snav .membership i {
        font-size: 25px;
        padding: 0 15px;
        background: none;
        border-left-width: 1px;
        border-left-style: solid;
    }
    .snav .search-box i:hover,
    .snav .membership i:hover {
        cursor: pointer;
    }
    .snav .search-box form,
    .snav .membership ul {
        position: absolute;
        padding: 20px;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .snav .search-box.On form,
    .snav .membership.On ul {
        opacity: 1;
        animation-duration: 0.5s;
        animation-name: fade-in;
        -moz-animation-duration: 0.5s;
        -moz-animation-name: fade-in;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fade-in;
    }
    /* -- .search-box -- */
    .snav .search-box {
        position: relative;
        float: left;
        padding: 0;
    }
    .snav .search-box i {
        display: block;
        text-align: center;
    }
    .snav .search-box form {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        width: auto;
        height: auto !important;
        padding: 10px;
        background: none;
        border: none;
        border-radius: 0;
        opacity: 0;
        z-index: 3;
    }
    .snav .search-box .s-box {
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
    }
    .snav .search-box.On form {
        display: block;
    }
    .search-box input[type="text"] {
        height: 44px;
        padding: 0 45px 0 10px;
        line-height: 44px;
    }
    .search-box #searchsubmit {
        position: absolute;
        width: auto;
        height: 44px;
        padding: 0 15px;
        line-height: 44px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* -- .membership -- */
    .snav .membership {
        float: left;
        padding: 0;
    }
    .snav .membership ul {
        display: none;
        position: absolute;
        right: 0;
        left: auto;
        top: 100%;
        width: 245px;
        height: auto !important;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
        z-index: 0;
        opacity: 0;
    }
    .snav .membership ul li {
        float: none;
    }
    .snav .membership li:first-child {
        margin-bottom: 10px;
        padding: 0;
        border: none;
    }
    .snav .membership i {
        display: block;
        text-align: center;
    }
    /* -- .sns -- */
    .sns {
        position: absolute;
        top: 40px;
        right: 160px;
        border: none;
        padding: 0;
        border-left: 1px solid #e1e1e1;
    }
    .sns li {
        margin: 0;
        padding: 0 15px;
    }
    .sns i {
        font-size: 25px;
    }
    /* -- #site-navigation -- */
    #site-navigation {
        padding-top: 20px;
    }
    #site-navigation li,
    #site-navigation ul li:first-child {
        border: none;
    }
    #site-navigation li {
        margin: 0 0.5em;
        font-size: 14px;
    }
    #site-navigation li a:hover,
    #site-navigation li.current_page_item a,
    #site-navigation li.current-menu-parent a {
        background-color: transparent;
    }
    #site-navigation ul {
        display: flex;
        justify-content: center;
    }
    #site-navigation li a {
        position: relative;
        padding: 0em 1em;
    }
    #site-navigation ul ul {
        top: 96%;
        left: 0;
        width: auto;
        white-space: nowrap;
        border-width: 2px;
        border-style: solid;
    }
    #site-navigation ul ul li {
        margin: 0;
    }
    #site-navigation ul ul li a {
        padding: 0.714286em 0.85em;
        font-size: 0.85em;
    }
    #site-navigation ul ul li:before,
    #site-navigation ul ul li:after,
    #site-navigation li.current-menu-item li:before,
    #site-navigation li.current-menu-item li:after,
    #site-navigation li.current-menu-parent li:before,
    #site-navigation li.current-menu-parent li:after {
        width: 0;
    }
    #site-navigation ul ul li a:before,
    #site-navigation li.current-menu-item li a:before,
    #site-navigation li.current-menu-parent li a:before,
    #site-navigation ul ul li:last-child a:after,
    #site-navigation li.current-menu-item li:last-child a:after,
    #site-navigation li.current-menu-parent li:last-child a:after {
        height: 0;
    }
    /* =main
	-------------------------------------------------------------- */
    .home-widget .widget_basic_item_list .itemimg {
        float: none;
        width: 100%;
    }
    .home-widget .widget_basic_item_list .item-info-wrap {
        margin: 0;
    }
    .home-widget .widget_basic_item_list article,
    .front-il article,
    .cat-il.type-grid article {
        position: relative;
    }
    .home-widget .widget_basic_item_list .itemimg,
    .front-il .itemimg,
    .cat-il.type-grid .itemimg {
        margin: 0;
    }
    .home-widget .widget_basic_item_list .item-info-wrap,
    .front-il .item-info-wrap {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 3;
    }
    .home-widget .widget_basic_item_list .item-info-wrap .inner,
    .front-il .item-info-wrap .inner {
        position: relative;
        top: 50%;
        padding: 10px 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .home-widget .widget_basic_item_list .item-info-wrap,
    .home-widget .widget_basic_item_list .item-info-wrap a,
    .front-il .item-info-wrap,
    .front-il .item-info-wrap a {
        color: #fff;
    }
    .home-widget .widget_basic_item_list .itemname,
    .front-il .itemname {
        line-height: 1.8em;
        font-size: 16px;
    }
    .home-widget .widget_basic_item_list .itemprice,
    .front-il .itemprice {
        margin: 1em 0;
    }
    .home-widget .widget_basic_item_list .campaign_message,
    .front-il .campaign_message {
        background-color: #fff;
    }
    .home-widget .widget_basic_item_list article:hover .item-info-wrap,
    .front-il article:hover .item-info-wrap {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .home-widget .widget_basic_item_list article:hover .itemsoldout,
    .front-il article:hover .itemsoldout {
        display: none;
    }
    .blog #content .info-area article {
        width: 23.5%;
        margin: 0 2% 2% 0;
        padding: 0;
    }
    .blog #content .info-area article:nth-of-type(4n) {
        margin-right: 0;
    }
    /* =front-page.php
	-------------------------------------------------------------- */
    .main-image {
        margin: 0 40px;
    }
    .category-area {
        margin: 60px 0 0;
    }
    .category-area .cat-desc-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        opacity: 0;
    }
    .category-area .overlay,
    .category-area .overlay:before,
    .category-area .overlay:after {
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }
    .category-area .overlay:before,
    .category-area .overlay:after {
        position: absolute;
        content: "";
        margin: auto;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .category-area .overlay:before {
        top: 0;
        left: 0;
    }
    .category-area .overlay:after {
        right: 0;
        bottom: 0;
    }
    .category-area .cat-desc-wrap:hover {
        opacity: 1;
    }
    .category-area .overlay:hover:before,
    .category-area .overlay:hover:after {
        width: 100%;
        height: 100%;
    }
    .category-area .inner {
        position: relative;
        top: 50%;
        padding: 10px 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .home-widget h2,
    .front-il h2,
    .info-area h2 {
        line-height: 1.8em;
    }
    .home-widget .widget_basic_item_list article,
    .blog #content .front-il article {
        margin: 0 1.75% 30px 0;
        width: 18.6%;
    }
    .home-widget .widget_basic_item_list article:nth-of-type(even) {
        margin-right: 1.75%;
    }
    .home-widget .widget_basic_item_list article:nth-of-type(5n),
    .blog #content .front-il article:nth-of-type(5n),
    #primary .cat-il.type-grid article:nth-of-type(4n) {
        margin-right: 0;
    }
    .cat-il.type-grid a:hover {
        text-decoration: none;
    }
    .front-il {
        margin-top: 60px;
    }
    /* =category
	-------------------------------------------------------------- */
    .page-header.over {
        margin-bottom: 30px;
    }
    .page-header .taxonomy-description {
        margin: 0 0 2em;
    }
    /* =Widget
	-------------------------------------------------------------- */
    #secondary .widget_basic_item_list article,
    #tertiary .widget_basic_item_list article {
        width: 100%;
    }
    #secondary .widget_basic_item_list .itemimg,
    #tertiary .widget_basic_item_list .itemimg {
        position: relative;
        width: 40%;
    }
    #secondary .widget_basic_item_list .item-info-wrap,
    #tertiary .widget_basic_item_list .item-info-wrap {
        margin-left: 45%;
        width: 55%;
    }
    #secondary .widget_basic_item_list .opt-tag,
    #tertiary .widget_basic_item_list .opt-tag {
        top: 0;
        right: 0;
    }
    #secondary .widget_basic_item_list .opt-tag li,
    #tertiary .widget_basic_item_list .opt-tag li {
        line-height: 23px;
        width: 23px;
        height: 23px;
        font-size: 8px;
    }
    #secondary .widget_basic_item_list .inner {
        padding: 0;
    }
    #secondary .widget_basic_item_list .text {
        display: none;
    }
    /* =secondary
	-------------------------------------------------------------- */
    #secondary {
        padding: 0;
    }
    /* =tertiary
	-------------------------------------------------------------- */
    #tertiary {
        padding: 0;
    }
    #tertiary .wrapper {
        padding: 50px 0 40px;
        overflow: hidden;
    }
    #tertiary .columnleft,
    #tertiary .columncenter,
    #tertiary .columnright {
        padding: 0 15px;
        float: left;
    }
    #tertiary .columnleft {
        width: 25%;
    }
    #tertiary .columncenter {
        width: 25%;
        margin-right: 5%;
    }
    #tertiary .columnright {
        width: 45%;
    }
    #tertiary .widget_welcart_calendar td {
        background-color: #eee;
        color: #222;
    }
    /* =footer
	-------------------------------------------------------------- */
    footer {
        padding: 0;
    }
    footer nav {
        position: relative;
        width: auto;
        clear: both;
        overflow: hidden;
        margin: 0;
        padding: 30px 60px 0;
    }
    footer nav ul {
        position: relative;
        left: 50%;
        float: left;
        list-style: none;
    }
    footer nav ul li {
        position: relative;
        left: -50%;
        width: auto;
        margin-right: 0;
        padding-right: 0;
        float: left;
    }
    footer nav ul li a {
        padding: 0 20px;
        border-width: 0 1px 0 0;
        border-style: solid;
    }
    footer nav ul li:last-child a {
        border-right: none;
    }
    footer nav li:nth-of-type(5n+1) {
        clear: none;
    }
    .copyright {
        padding: 15px 0 15px;
    }
    /*オリジナル2*/
    .navi1 ul {
        display: block;
    }
    .main-navigation {
        display: block;
    }
    #masthead .site-title {
        width: 15%;
    }
#masthead .site-title img {
    margin-top: 0;
}


}


/**
 * Desktop 1290px
 */

@media screen and (min-width: 80.625em) {
    /* =Base
	-------------------------------------------------------------- */
    .wrapper,
    #main,
    h1.site-title,
    div.site-title,
    header.site-header,
    footer nav {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 1170px;
    }
    #main.two-column #content {
        width: 870px;
    }
    #main.two-column #secondary {
        width: 270px;
    }
    /* =header
	-------------------------------------------------------------- */
    #site-navigation {
        font-size: 16px;
    }
    /* =secondary
	-------------------------------------------------------------- */
    #secondary h3 {
        font-size: 16px;
    }
    #secondary .columnleft,
    #secondary .columncenter,
    #secondary .columnright {
        padding: 0 15px;
    }
    #secondary .columnleft {
        width: 315px;
        float: left;
        margin-right: 45px;
    }
    #secondary .columncenter {
        width: 255px;
        float: left;
        margin-right: 45px;
    }
    #secondary .columnright {
        width: 510px;
        float: left;
    }
    /* =footer
	-------------------------------------------------------------- */
    footer nav {
        padding: 40px 0 0;
    }
}


/*-----------------------------大和屋用オリジナル--------------------------*/


/*---------------------------------ここからPC用-------------------------*/


/*共通*/

.home-list .thumimg {
    position: relative;
}

a:focus {
    outline: none;
}


/*お金マーク*/

.heightLine .price p:before {
    content: url(images/money.png);
    padding-right: 5px;
}

.fa,
.fa:before {
    color: #cbae9c !important;
    font-size: 18px;
    margin-right: 3px;
}

input[type="submit"] {
    padding: 0 10px;
}


/*共通ここまで*/


/*全頁のバックグラウンド強制変更*/

input[type="button"],
input[type="submit"],
.entry-content input[type="submit"],
.item-description input[type="submit"],
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login,
.widget_welcart_search #searchsubmit,
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
.member-page .send input,
#wc_customer .send input.to_reganddeliveryinfo_button,
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a,
#wc_lostmemberpassword #member_login,
#wc_changepassword #member_login,
#add_destination,
#edit_destination,
#new_destination,
#determine,
input[type="button"].allocation_edit_button,
.inqbox .send input,
#point_table td input.use_point_button,
#cart #coupon_table td .use_coupon_button,
#wc_reviews .reviews_btn a,
#wdgctToCheckout a,
#mobile-menu .membership a.usces_login_a,
.menu-on #mobile-menu .membership a.usces_login_a,
#mobile-menu .membership a.usces_logout_a,
.menu-on #mobile-menu .membership a.usces_logout_a {
    background-color: #ec7700 !important;
    font-size: 0.9rem;
}

body.custom-background {
    background: none !important;
}


/*ボタン*/

input[type="submit"]:hover {
    opacity: 0.6;
}

#wc_login .loginbox .new-entry #nav a:hover {
    opacity: 0.6;
}

.side-bar ul a:hover {
    background-color: rgba(203, 174, 156, 0.8);
    color: #fff;
}

.side-bar ul a:before {
    color: #fff !important;
}

.new-entry a:hover {
    opacity: 0.6;
}

.incart-btn a:hover {
    opacity: 0.6;
}

.incart-btn i {
    font-size: 16px;
}


/*ボタンここまで*/


/*----ナビげージョン用-----*/


/*PCナビゲーション１*/

#masthead .site-title img {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #masthead .site-title img {
        width: 40%;
		margin: 10px auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 62.5em) {
    #masthead .site-title img {
        max-width:200px
    }
}

.incart-btn {
    text-align: left;
    font-size: 12px;
}

.incart-btn i::before {
    font-size: 14px;
}

.incart-btn a {
    display: inline;
    font-weight: bold;
}

.incart-btn .total-quant {
    background-color: #eee !important;
    color: #000 !important;
}

.incart-btn .total-quant {
    right: 12px;
    padding: 1px;
}

.incart-btn span {
    background-color: #eee;
    border-radius: 50%;
    vertical-align: text-bottom;
    width: auto;
    min-width: 20px;
    max-width: 30px;
    height: 20px;
    margin-left: 2px;
    color: #000;
    margin-bottom: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

#masthead .site-title {
    width: 15%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width:1025px) {
    .site-title a,
    div.site-title a {
        display: block;
        margin: 0 auto;
    }
}
body:not(.home) .site-title a,
    div.site-title a {
 margin: 10px auto 0 auto;
}
.navi1 .incart-btn:nth-child(1) i:before {
    margin-right: -4px;
}

.navi1 .incart-btn:nth-child(2) i:before,
.navi1 .incart-btn:nth-child(3) i:before {
    margin-right: 2px;
}

.navis1 {
    height: 85px;
    padding: 0 0px;
    padding-top: 13px;
    position: relative;
}

.tel {
    vertical-align: middle;
    padding: 0px;
}

.navi1 li {
    display: inline-block;
}

.navi1 {
    width: 46%;
    /*display: inline-block;*/
    position: absolute !important;
    right: 0px !important;
    top: 10px;
    padding: 0;
    margin: 0;
}

.navi1 li:nth-child(4) {
    padding-top: 0;
}


/*.navi1 li:nth-child(3) {
    padding-right: 30px;
}*/

.navi1:before {
    content: "";
    clear: both;
}

h1.site-title {
    padding: 0 !important;
}

.main-navigation {
    background-color: #f6f6f6;
    border-top: solid 1px #d9d9d9;
}


/*ナビゲーション１ここまで*/


/*ナビゲーション２*/

#site-navigation ul li:nth-child(5) a {
    padding-left: 20px;
}

#site-navigation ul li:nth-child(5) a img {
    margin-right: 3px;
}


/*ナビゲーション２ここまで*/


/*スライダー用*/

.slick-dots {
    height: 50px;
}

.slick-prev,
.slick-next {
    padding-top: 8%;
    height: 40%;
}

.slick-prev {
    margin-left: 0;
}

#arrow2 .slick-next {
    position: absolute;
    top: 25px;
    right: 0;
}

#arrow2 .slick-prev {
    top: 32px;
    left: -20px;
}

.slider img {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tops {
    position: relative;
    background-color: #cbae9c;
}

.cover1 {
    /*スライダーのカバー*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.3);*/
    z-index: 10;
    text-shadow: 0px 0px 5px #000;
}

.cover1 h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    padding-top: 80px;
}

.cover1 h2 span {
    color: #eadf85;
}

.slider {
    width: 100%;
    height: auto;
}

.slider div {
    height: auto;
}

.side-bar {
    width: 28%;
    max-width: 250px;
    float: left;
}


/*スライダ用ここまで*/


/*-------------メインコンテンツ-------------*/


/*コンテンツ枠*/

.home-list {
    width: 70%;
    float: right;
}


/*コンテンツ枠ここまで*/


/*メインコンテンツ共通*/

.home-list h2 {
    margin-top: 5px;
}


/*メインコンテンツ共通ここまで*/


/*バナー用*/

.bana {
    width: 100%;
}

.bana .thumbnail_box {
    height: 180px;
    display: inline-block;
}

.bana .thumimg {
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bana .thumimg a,
.bana .bana-text {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bana .bana-text {
    z-index: 50;
    color: #fff;
    height: 20px;
    width: 80%;
    text-align: center;
}

.banas {
    position: relative;
    border: 1px solid #eee;
    margin: 30px 0;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .banas {
        margin: 0;
        padding: 10px;
    }
    .bana .thumimg img {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bana .thumimg img {
        width: auto;
        height: 100%;
    }
    .bana .thumimg {
        height: 100%;
        width: auto;
    }
}

.bana .thumbnail_box {
    margin: 0 5px;
    width: 280px;
}


/*バナー用ここまで*/


/*サーチ用*/

.seach {
    width: 100%;
    margin-bottom: 15px;
}

.seach input {
    display: inline-block;
    vertical-align: top;
}

.seach input:nth-child(1) {
    width: 88%;
    height: 38px;
    border-radius: 2px;
    margin-right: 10px;
}

.seach input:nth-child(2) {
    width: 0;
}

.seach input:nth-child(3) {
    width: 10%;
    border: solid 1px #eeeeee;
    background-color: #fff !important;
    color: #000;
    border-radius: 2px;
}


/*サーチここまで*/

.list1 h2,
#welcart_bestseller-3 h2,
.info-area h2 {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.thumbnail_box,
.favorites-list li,
.cat-il article {
    width: 29%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.thumbnail_box {
    margin: 0 0.3%;
}

.thumbnail_box img,
.favorites-list li img {
    width: 100%;
}


/*お知らせ一覧*/

.info-area time,
.info-area .post-title {
    letter-spacing: 0;
    display: inline-block;
}

.info-area .post-title {
    margin-left: 50px;
}

.info-area article {
    padding: 15px 10px;
}

.info-area article:nth-child(even) {
    background-color: rgba(203, 174, 156, 0.1);
}


/*お知らせ一覧ここまで*/


/*----------トップメインコンテンツここまで-------*/


/*----------------サイドバー-------------------*/


/*サイドバーログインフォーム*/

#loginform p:nth-child(2) {
    margin-bottom: 5px;
}

.side-bar .member-box {
    margin-bottom: 10px;
    padding-top: 50px;
}

.side-bar #loginform input[type="text"],
.side-bar #loginform input[type="password"],
.side-bar #loginform input[type="submit"] {
    width: 100%;
}

.side-bar #loginform p:nth-child(1) {
    padding-bottom: 10px;
    padding-top: 10px;
}

.side-bar .new-entry a {
    display: block;
}

.side-bar .new-entry a:nth-child(1) {
    padding: 10px 20px;
    background-color: #808080;
    border: solid 1px #888888;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
}

.side-bar .new-entry a:nth-child(1) .fa {
    padding-right: 50px;
}

.side-bar .new-entry a:nth-child(2) {
    text-align: right;
}


/*サイドバーログインフォームここまで*/


/*サイドバーカテゴリー一覧*/

.side-bar .categories h2 {
    border-bottom: solid 1px #ccc;
}

.side-bar ul {
    margin-bottom: 0px;
}

.side-bar ul a {
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 12px 0 7px;
    position: relative;
    font-weight: bold;
}

.snav .categories li a,
.snav .sp-menu li a {
    line-height: normal;
    position: relative;
    display: block;
}

.side-bar ul a:after {
    content: ">";
    position: absolute;
    top: 25%;
    left: 230px;
    font-size: 20px;
}


/*サイドバーカテゴリー一覧ここまで*/


/*スマホ用サイドバー*/

.snav .categories li a:after,
.snav .sp-menu li a:after {
    content: ">";
    position: absolute;
    top: 22%;
    left: 96%;
    font-size: 40px;
}

.snav .sp-menu li:nth-child(5) a:after {
    top: 18px;
}

.side-bar ul a:before,
.snav .categories li a:before {
    content: url("images/mame.png");
    padding-left: 0px;
    padding-right: 10px;
    color: #cbae9c;
    vertical-align: sub;
}

.side-bar ul a:before {
    top: -1px;
    position: relative;
}

.snav .sp-menu {
    margin-bottom: 50px;
}

.snav .categories li a {
    border-bottom: solid 1px #000;
    padding: 20px 10px;
    display: block;
}

.snav .sp-menu li a {
    display: block;
    color: #000 !important;
    border-bottom: solid 1px #000;
    padding: 20px 10px;
}

.snav .sp-cat {
    margin-bottom: 50px;
}

.snav .sp-cat h2 {
    color: #000;
    text-align: left;
}

.snav .membership li:first-child {
    color: #000;
}

.snav .sp-menu li:nth-child(1) a,
.snav .categories ul li:nth-child(1) a {
    border-top: solid 1px #000;
}

.snav .categories ul li .children li a {
    border-top: none;
}

.snav {
    display: none;
}

.snav .incart-btn span {
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.snav .membership {
    margin-bottom: 50px;
}

.sp-carts {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


/*.sp-carts .fa {
    font-size: 54px;
    padding: 0px;
}*/

.sp-carts span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    padding: 28px 30px;
    color: #fff;
}


/*スマホ用サイドバーここまで*/


/*-----------------サイドバーここまで-----------------*/


/*フッター用*/

.footer-widget,
.menu-on #mobile-menu,
.view-cart,
#wgct_alert.update_box,
#wgct_alert.completion_box,
.snav .membership.On ul,
.snav .search-box.On form {
    background-color: #333333 !important;
    color: #fff !important;
}

.widget_welcart_featured .thumtitle a,
.widget_welcart_bestseller .itemname a {
    color: #fff !important;
    font-size: 12px;
}

#tertiary .columnleft li a {
    color: #fff;
}


/*----------ログインフォームページ用----------*/

#content.member-page #loginform p:nth-child(-n+2) {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#content.member-page #nav a {
    color: #fff;
	background-color: #333333;
}
#content.member-page #nav a:hover {
    opacity: 0.7;
}

#primary .member_page_title {
    margin: 1% 7%;
    font-size: 16px;
}

#primary #wc_login {
    padding: 10px;
    background-color: #f6f6f6;
}

#loginform p:nth-child(4) {
    position: relative;
}

#loginform p:nth-child(4):before {
    /*content: "\f0da";
    font-family: FontAwesome;*/
    position: absolute;
    left: 20px;
    top: 8.5px;
    color: #cbae9c !important;
    z-index: 10;
}

.home-list .thumbnail_box,
.ucart_widget_body,
.clearfix {
    text-align: center;
}

#loginform #rememberme {
    width: 15px;
    display: inline-block;
    vertical-align: top;
}

#loginform .check {
    padding: 5px 0;
}

#loginform span {
    text-align: left;
    display: block;
    font-size: 12px;
}

.new-entry .pass {
    font-size: 12px;
}

#content.member-page #loginform #rememberme {
    width: 5%;
    vertical-align: sub;
}

#loginform p:nth-child(3) {
    text-align: center;
    margin-bottom: 5px;
}

.copyright {
    font-size: 10px;
}


/*詳細ページ用*/

.item-info .field {
    vertical-align: text-bottom;
    padding-top: 15px;
}

.c-box2 {
    text-align: right;
}

.c-box2 .simplefavorite-button {
    margin-top: 20px;
}

.item-info .field_cprice:before,
.search .cat-il.type-grid .itemprice:before {
    content: url(images/money.png);
    padding-right: 5px;
}

.item-info .field_price {}

.item-info .field_price .zeikomi {
    color: #c50000;
    font-size: 32px !important;
    line-height: 32px;
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.item-info .field_price .zeikomi {
    background-image: url(images/money_red.png);
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.item-info .field_price .hontai {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 14px;
}

.item-info .field_price .zeiWrap .en {
    color: #c50000;
}

.item-info .field_price .tax {
    color: #000;
}

.item-info {
    text-align: right;
}

.single #content .list1 {
    margin-top: 100px;
}

.single #content .list1 h2:before {
    content: "\f091";
    font-family: FontAwesome;
    color: #cbae9c;
    margin-right: 2px;
}


/*詳細ページここまで*/


/*お気に入り一覧ページ*/

.favo {
    margin-top: 10px;
    text-align: right;
}

#img-box {
    overflow: hidden;
}

.favorites-list p {
    font-size: 18px;
    padding-top: 10px;
}

.menu-on #mobile-menu {
    background-color: #fff !important;
}

#itempage .detail-box {
    padding-top: 10px;
}

.favorites-list p {
    display: block;
    overflow: hidden;
}

.widget_welcart_bestseller .ucart_widget_body li img {
    object-fit: cover;
    height: 250px;
}

.fa-star:before {
    padding-right: 3px;
}

.guide-img {
    vertical-align: text-top;
}

.thumbnail_box {
    position: relative;
}

#wc_login .error_message {
    margin: 0 auto !important;
    width: 86% !important;
}

.thumbnail_box,
.cat-il.type-grid article {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 30px;
}

.item-option {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    border-top: 1px dashed #e8e8e8 !important;
    padding-top: 30px !important;
    margin-top: 50px !important;
}

.single-post .list1 h2 {
    border-bottom: solid 1px #eee;
    border-top: none;
    padding-top: 0;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.2em;
}

.category-news .simplefavorite-button {
    display: none;
}

.category-news .thumb-img {
    float: left;
    width: 30%;
    padding: 2%;
}

.category-news .post-li .entry-content,
.category-news .post-li .entry-title,
.category-news .post-li .entry-meta {
    overflow: hidden;
    padding-left: 3%;
}

.thumtitle,
.price,
.tu-text {
    text-align: left;
}

.thumtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.thumtitle a {
    color: #b1856a;
    text-decoration: underline;
    font-weight: bold;
}

.price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price p {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.tu-text {
    font-size: 12px;
}

#loginform p:nth-child(4):before,
.fa-caret-right:before {
    color: #fff !important;
}

#wc_login .loginbox h2 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
}

.thumbnail_box .thumimg {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    /*.thumbnail_box .thumimg {
        height: 100px;
    }*/
    .thumbnail_box .thumimg {
        height: 100%;
    }
    .thumbnail_box .thumimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.favorites-list .thumbnail_box .thumtitle span {
    text-align: left;
}


/*---------店舗情報ページ-------------*/

.lows-table {
    border: solid 1px #ccc;
    margin-right: 10px;
    margin-top: 25px;
    border-collapse: collapse;
}

.lows-table caption {
    border: solid 1px #ccc;
    padding: 20px 10px;
    margin-bottom: 0;
    border-bottom: none;
    background-color: #cbae9c;
    color: #fff;
}

.lows-table th {
    padding: 20px 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background-color: #f6f6f6;
    line-height: 28px;
}

.lows-table td {
    width: 65%;
    padding: 20px 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    line-height: 28px;
}


/*------------店舗情報ここまで-----------*/


/*-----------------その他---------------*/

.cat-il.type-grid .item-info-wrap {
    vertical-align: top;
}

.cat-il.type-grid .itemname {
    height: 20px;
}

.cat-il.type-grid .itemprice {
    text-align: left;
}

.widget_welcart_bestseller .ucart_widget_body li {
    border-bottom: none;
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    position: relative;
    padding: 0;
}

.ucart_widget_body .itemimg {
    width: 100% !important;
}

.ucart_widget_body ul li:nth-child(odd) {
    display: none;
}

.widget_welcart_bestseller .ucart_widget_body li img,
.widget_welcart_bestseller .ucart_widget_body li a {
    width: 100%;
}

#wc_ordercompletion .cart_page_title,
#wc_newcompletion .member_page_title {
    text-align: center;
    font-size: 1.5rem;
    display: block;
    border-bottom: 1px solid #cbae9c;
    padding-bottom: 10px;
}

.none button,
.item_page_title,
.itemcode button,
.itemcode p:nth-child(n+1):nth-child(-n+2) {
    display: none;
}

.storycontent .detail-box .item-name,
.itemcode button,
.itemcode p:nth-child(3) {
    font-size: 30px;
    padding-bottom: 16px;
}

.storycontent .detail-box .item-name {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 22px;
}

.itemcode button,
.itemcode p:nth-child(3) {
    padding-top: 10px;
}

.item-info button {
    margin-left: 41%;
}

.item-info button {
    background-color: #aaa;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#itempage .item-info .skuform:last-child {
    padding-bottom: 0;
}

.ucart_widget_body .itemprice {
    text-align: left;
}

/*.zaikostatus {
    display: none;
}*/

.skuform .field,
.item-info .c-box {
    display: inline-block;
}

.storycontent .detail-box h2 {
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
}

.wp-caption {
    background: none !important;
    border: none !important;
    display: block !important;
}

.item-description p:nth-child(2) {
    display: block;
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 20px;*/
}

.dashicons {
    margin-left: 5px;
    margin-bottom: 12px;
}


/*ボトムとサイドバー*/

.categories h2 {
    text-align: left;
    line-height: 40px;
}


/*ボトムとサイドバーここまで*/


/*クール便、new、お勧め表示用*/

.home-list .thumimg .cate-texts,
.widget_welcart_bestseller .ucart_widget_body li>p,
.cate-texts {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 50;
    color: #fff;
    vertical-align: top;
}

.cate-texts {
    font-size: 0;
    padding: 0;
}

.cate-texts p {
    display: inline-block;
    font-size: 11px;
    padding: 2px 8px;
    vertical-align: text-top;
}

.cate-texts .new-text {
    background-color: #d14000;
    font-size: 14px;
}

.cate-texts .recommended-text {
    background-color: #e29c05;
}

.cate-texts .cold-text {
    background-color: #0091d1;
}


/*ランキング用*/

.widget_welcart_bestseller .widget_title {
    text-align: left;
    border-top: solid 1px #eee;
    padding-top: 15px;
    font-weight: bold;
}

.widget_welcart_bestseller .ucart_widget_body .itemname a {
    color: #000 !important;
}

.widget_welcart_bestseller .itemsoldout {
    text-align: left;
}


/*ランキングマネーイメージ,円表示*/

.ucart_widget_body .itemprice {
    position: relative;
    padding-left: 16px;
}

.ucart_widget_body .itemprice:after {
    content: url(images/money.png);
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 2px;
}

.ucart_widget_body .itemprice:first-letter {
    font-size: 0;
}

.widget_welcart_bestseller li .itemprice .tax:before {
    content: "円";
}


/*ランキング売り切れ表示*/

.ucart_widget_body .itemprice,
.widget_welcart_bestseller li {
    position: relative;
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-weight: bold;
}

.widget_welcart_bestseller li .itemsoldout span {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 30;
}

.widget_welcart_bestseller .itemsoldout .itemsoldout .inner {
    text-align: center;
    color: #fff;
    font-size: 14px;
    top: 42%;
}


/*ランキングバックカラー*/

.itemname .rank {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    z-index: 50;
    color: #fff;
    vertical-align: top;
    padding-left: 10px;
    font-size: 12px;
}

.itemname .rank2 {
    margin-left: 5px;
}

.ucart_widget_body li:nth-child(1) .rank {
    background-color: #efc006;
}

.ucart_widget_body li:nth-child(1) .rank span {
    text-shadow: 0px 0px 5px #f3d044;
}

.ucart_widget_body li:nth-child(2) .rank {
    background-color: #9c9c9c;
}

.ucart_widget_body li:nth-child(3) .rank {
    background-color: #c57d57;
}

.ucart_widget_body li:nth-child(4) .rank,
.ucart_widget_body li:nth-child(5) .rank,
.ucart_widget_body li:nth-child(6) .rank,
.ucart_widget_body li:nth-child(7) .rank,
.ucart_widget_body li:nth-child(8) .rank,
.ucart_widget_body li:nth-child(9) .rank {
    background-color: #a17d4a;
}


/*ランキング用ここまで*/

.page-header.over {
    margin-bottom: 40px;
}


/*売り切れ表示*/

.thumbnail_box .thumimg .itemsoldout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.favorites-list li {
    border-top: none !important;
}

.itemsoldout .inner {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10% 0;
}

.favorites-list {
    text-align: center;
}

.favorites-list .thumbnail_box {
    margin: 0 2%;
}

.dashicons-star-filled:before {
    content: "" !important;
    margin-right: 1px;
    background-image: url(images/beans.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.dashicons-star-empty:before {
    content: "" !important;
    margin-right: 1px;
    background-image: url(images/beans_02.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.guideWrap,
.guideWraps {
    width: 70%;
    float: right;
}

.guideWrap h2,
.guideWraps h2 {
    margin-bottom: 20px;
}

.guideWrap .discription,
.guideWraps .discription {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.guideWrap table {
    margin-bottom: 50px;
}

.guideWraps table {
    margin-bottom: 0px;
    width: 100%;
}

.guideWrap caption,
.guideWraps caption {
    border: solid 1px #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    padding: 20px 15px;
    margin-bottom: 0;
    border-bottom: none;
    background-color: #cbae9c;
    color: #fff;
}

.guideWrap tr th {
    display: block;
    width: 100%;
    padding: 20px 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background-color: #f6f6f6;
    line-height: 28px;
    padding-left: 15px;
}

.guideWrap tr td {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    border-top: none;
    border-bottom: none;
    padding: 15px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}

.guideWrap tr td.last {
    border-bottom: 1px solid #ccc;
}

.guideWraps tr th {
    padding: 20px 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background-color: #f6f6f6;
    line-height: 28px;
    padding-left: 15px;
}

.guideWraps tr td {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}

.guideWrap tr td.last {
    border-bottom: 1px solid #ccc;
}

header.underHead {
    margin-bottom: 25px;
}

header.underHead h3 {
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
}

header.underHead span {
    font-family: "Lobster Two", cursive;
    text-align: center;
    font-size: 12px;
    display: block;
}

.linkBox {
    margin-bottom: 50px;
}

.linkBox a {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    background-image: url(../img/under/charcoal/arrow2.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    font-size: 14px;
}

.linkBox a:hover {
    background-color: #f6f6f6;
}

.linkBox ul {
    width: 100%;
    height: auto;
}

.linkBox ul a .goodsname {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*white-space: nowrap;*/
    padding-left: 10px;
}

.linkBox ul a .descrip {
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.linkBox ul a .taste {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.linkBox ul a .taste span,
ul a .type span {
    background-color: #fff;
    color: #222;
    font-size: 12px;
    border: 1px solid #eee;
}

.linkBox ul a .taste span {
    display: block;
    border-right: none;
}

.linkBox ul a .taste p.midd {
    display: block;
    color: #d77926;
    font-weight: bold;
}

.linkBox ul a .taste p.middlight {
    display: block;
    color: #ec7e03;
    font-weight: bold;
}

.linkBox ul a .taste p.light {
    display: block;
    color: #bd7d45;
    font-weight: bold;
}

.linkBox ul a .taste p.heavy {
    display: block;
    color: #925f32;
    font-weight: bold;
}

.linkBox ul a .type {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.linkBox ul a .type span {
    display: block;
}

.linkBox ul a .type p.midd {
    display: block;
    color: #1a901a;
    font-weight: bold;
}

.linkBox ul a .type p.light {
    display: block;
    color: #85b714;
    font-weight: bold;
}

.linkBox ul a .type p.heavy {
    display: block;
    color: #184d2e;
    font-weight: bold;
}

ul a .taste p.midd:before,
ul a .taste p.middlight:before,
ul a .taste p.light:before,
ul a .taste p.heavy:before,
ul a .type p.midd:before,
ul a .type p.light:before,
ul a .type p.heavy:before {
    content: "●";
}


/*------------その他ここまで---------------*/


/*
.balloon{
    position: relative;
    padding: 5px;
    background-color: #FBF2ED;
	font-size: 0.7rem
}

.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border-bottom: 15px solid #FBF2ED;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

tr td .zukai {
    text-align: center;
	padding: 0;
	margin: 0;
}
tr td .zukai li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto
}
tr td .zukai li:first-child{
    background-image: url(images/icon/payico_16.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: right center;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}
tr td .zukai li:nth-child(2){
    background-image: url(images/icon/payico_16.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: right center;
	width: 52%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}
tr td .zukai li:nth-child(3){
	width: 18%;
	display: inline-block;
	vertical-align: top;

}
tr td .zukai img {
    width: 100%;
	height: auto
}
.zukai li .zukai_md {
    display: block;
    background-color: #6A0026;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
	padding: 5px
}
*/


/*-------------------------------PC用ここまで--------------------------*/


/*------------------------------レスポンシブ-----------------------------*/

@media screen and (max-width: 62.5em) {
    #content #wc_ordercompletion #cart_completion,
    #content #wc_newcompletion #memberpages {
        width: 90%;
    }
    .item-option {
        width: 100% !important;
    }
    .inner .overview .alignleft.coffeimg {
        width: 50%;
        padding-top: 0px;
        margin: 0 0 0 25%;
        clear: both;
        text-align: center;
    }
    .inner .overview .alignright {
        clear: both;
        width: 100%;
    }
    .skuform.single-sku .item-option dd label {
        margin-bottom: 5px !important;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }
    .skuform.single-sku .item-option dd select {
        border-radius: 5px;
    }
    .skuform.single-sku .item-option dd label:first-child {
        display: none;
    }
    .linkBox a {
        background-size: 4px auto;
        font-size: 13px;
    }
    .linkBox ul a .goodsname {
        display: block;
        width: 100%;
        white-space: nowrap;
        padding-left: 0px;
    }
    .linkBox ul a .descrip {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 10px;
    }
    .linkBox ul a .taste,
    .linkBox ul a .type {
        display: inline-block;
        width: 49%;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 10px;
    }
    #haisou tbody tr td {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        font-size: 0.8rem;
    }
    #haisou tbody tr td.pay,
    #haisou tbody tr td.iki {
        width: 23%;
    }
    #arrow2 {
        display: none;
    }
    .cate-texts p {
        padding: 2px 6px;
    }
    #masthead .site-title {
        width: 100%;
        text-align: center;
    }
    .navi1 {
        display: none;
    }
    .main-navigation {
        display: none;
    }
    .site-bar .site-bar-inner {
        display: none;
    }
    .bana .thumbnail_box::not(:nth-child(-n+2)) {
        display: none;
    }
    .bana .thumbnail_box {
        width: 48%;
        height: 100px;
    }
    .side-bar {
        display: none;
    }
    .home-list {
        width: 100%;
        padding-top: 0;
        margin-top: -30px;
    }
    .home-list .thumbnail_box,
    #home-widget-middle .thumbnail_box,
    .widget_welcart_bestseller .ucart_widget_body li,
    .widget_welcart_bestseller .ucart_widget_body li,
    .thumbnail_box,
    .cat-il.type-grid article,
    .favorites-list li {
        width: 47%;
        margin: 0 1%;
    }
    .cat-il.type-grid {
        text-align: center;
    }
    .thumbnail_box {
        margin: 0 0.3%;
    }
    .home-list .seach {
        display: none;
    }
    /*.snav .seach input[type="seach"]*/
    .snav .seach input:nth-child(1) {
        width: 100% !important;
        padding: 5px;
        height: 45px;
        margin: 0px auto !important;
        display: block !important;
    }
    .snav .seach input:nth-child(2) {
        display: none;
    }
    /*.snav .seach input[type="submit"]*/
    .snav .seach input:nth-child(3) {
        width: 100%;
        height: 45px;
        display: block;
        margin: 15px auto 0 auto;
    }
    .columnleft {
        margin-bottom: 20px;
    }
    .membership ul li:nth-child(1) {
        text-align: center;
    }
    .columnleft {
        margin-top: 5px;
    }
    .columnleft li ul li {
        padding: 5px 0;
    }
    .list1 h2,
    #welcart_bestseller-3 h2,
    .info-area h2 {
        padding-left: 5px;
    }
    #main .home-list .list1 {
        margin-top: 20px;
    }
    .snav {
        display: block;
    }
    #primary .new-entry #nav a {
        width: 70%;
    }
    .storycontent .detail-box .item-name {
        padding-left: 0;
        text-align: center;
    }
    .item-info .skuform {
        text-align: right !important;
    }
    .c-box2 {
        display: inline-block;
    }
    .favo {
        text-align: right !important;
    }
    .skuform .field {
        display: block;
    }
    .item-info button {
        margin-left: 0;
    }
    .snav ul li:nth-child(5) a {
        padding: 22px 10px;
    }
    .snav ul li:nth-child(5) a img {
        padding-right: 10px;
        padding-left: 12px;
        padding-bottom: 14px;
    }
    #arrow2 .slick-next,
    #arrow2 .slick-prev,
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
    .category-news .entry-meta {
        display: none;
    }
    #content .post-li .entry-title {
        margin: 0.5em;
    }
    .widget_welcart_bestseller .ucart_widget_body li img {
        height: 170px;
    }
    .widget_welcart_bestseller .ucart_widget_body li img {
        height: 360px;
    }
    .ucart_widget_body li {
        margin-bottom: 25px;
    }
    .thumbnail_box img,
    .favorites-list li img {
        margin-bottom: 10px;
    }
    .widget_welcart_bestseller .itemname {
        width: 100%;
    }
    .ucart_widget_body .itemprice,
    .widget_welcart_bestseller .ucart_widget_body .itemname a,
    .favorites-list {
        text-align: center;
        width: 100%;
    }
    .widget_welcart_bestseller .ucart_widget_body li,
    .widget_welcart_bestseller .ucart_widget_body li {
        margin-bottom: 25px;
    }
    #content.member-page #loginform p:nth-child(-n+2),
    #content.member-page .submit {
        width: 100%;
        margin: 0 auto;
    }
    .ucart_widget_body .itemprice,
    .widget_welcart_bestseller .ucart_widget_body .itemname a {
        text-align: left;
    }
    pre {
        overflow: hidden;
        clear: both;
        white-space: normal;
    }
    .widget_welcart_category li {
        margin-bottom: 0;
    }
	
    .item-option {
        width: 50%;
    }
    li a .home {
        /*margin-top: -20px;*/
		margin-top: -5px;
        display: inline-block;
        vertical-align: top;
    }
    li a .guideIcon {
        margin-top: -20px;
        display: inline-block;
        vertical-align: top;
    }
    .guideWrap,
    .guideWraps {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .wrapper .columnleft {
        width: 100% !important;
        padding-top: 30px;
    }
    .wrapper .columncenter {
        width: 100% !important;
    }
    .wrapper .columnright {
        width: 100% !important;
    }
    .sp-cat .children .children a:after {
        position: absolute;
        right: 20px;
    }
    tr td .nagare {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #e7e3e3;
        margin-top: 20px;
    }
    td .nagare dt,
    td .nagare dd {
        display: block;
        vertical-align: middle;
    }
    td .nagare dt {
        width: 100%;
        text-align: center;
        padding-right: 20px;
    }
    td .nagare dd {
        width: 100%;
    }
    .zukai_md {
        font-weight: bold;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    #content #wc_login .member_page_title {
        text-align: center;
    }
    #main .home-list .info-area.cf {
        width: 95%;
        margin: 0 auto;
    }
    .member-box #loginform label {
        padding-top: 5px !important;
        display: block !important;
        padding-bottom: 5px !important;
    }
    #loginform .submit #member_login,
    .member-box #nav a,
    .new-entry #nav a {
        font-size: 1.2em;
        height: 50px;
    }
    .member-box #nav a,
    .new-entry #nav a {
        line-height: 50px !important;
    }
    #main .infomations .posts {
        width: 85%;
        height: auto;
        padding-top: 0px;
        margin: -10px auto 0px auto;
    }
    .sp-carts {
        position: absolute;
        top: 0px;
        right: 20px;
        display: block;
        width: 30px;
        height: 50px;
    }
    .sp-carts a {
        background-image: url(images/icon/cart.png);
        background-repeat: no-repeat;
        background-position: left 20px;
        background-size: 30px auto;
        display: block;
        width: 30px;
        height: 50px;
    }
    #memberinfo .history-area #history_head {}
    #history_head tr td {
        font-size: 0.9rem !important;
        padding: 5px;
    }
    td .wpcf7-form-control-wrap.your-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.inq_name,
    td .wpcf7-form-control-wrap.your-name-furi .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.inq_name,
    td .wpcf7-form-control-wrap.your-email .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.inq_mailaddress,
    td .wpcf7-form-control-wrap.your-subject .wpcf7-form-control.wpcf7-text {
        width: 100%;
    }
    .inqbox .send .wpcf7-form-control.wpcf7-submit {
        width: 80%;
        height: 50px;
    }
    .cart_navi ul li {
        width: 100% !important;
        font-size: 0.9rem !important;
        letter-spacing: 2px;
    }
    tr td #mailaddress1,
    tr td #mailaddress2,
    tr td #passform1,
    tr td #passform2 {
        width: 100% !important;
        font-size: 0.9rem !important;
    }
    .customer_form tr th {
        font-size: 0.9rem;
        padding: 5px;
    }
    #states_row td select,
    tr td label,
    tr td #delivery_method_select,
    tr td #delivery_date_select,
    tr td p,
    tr td #delivery_time_select,
    tbody tr .productname,
    tbody tr .unitprice,
    tbody tr .unitprice,
    tbody tr .subtotal,
    tbody tr .action,
    #cart #cart_table tfoot,
    .ttl td h3,
    #confirm_table tr th,
    #confirm_table tr td {
        font-size: 0.9rem;
    }
    .cart_navi ul li:nth-child(2),
    .cart_navi ul li:nth-child(3),
    .cart_navi ul li:last-child {
        border-left: 1px solid #ccc;
    }
    #mobile-menu {
        display: block;
        /*position: fixed;*/
        overflow: scroll;
        position: absolute;
        top: -15px;
        left: -100%;
        width: 90%;
        padding: 35px 20px;
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        z-index: 1000;
    }
}


/*売り切れ時の売り切れ表示のスマホ用*/

@media screen and (max-width: 400px) {
    .widget_welcart_bestseller li .itemsoldout span {
        top: 28%;
    }
}


/*---------------------------レスポンシブここまで----------------------------*/


/*商品詳細本文用*/

hr {
    margin: 0;
    margin-bottom: 20px;
}

.customer_form input {
    font-size: 14px;
}

.customer_form td p {
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

.customer_form #address1,
.customer_form #address3,
.customer_form #tel,
.customer_form #fax,
.customer_form #password1,
.customer_form #password2 {
    width: 50%;
}

.header_explanation li em {
    color: #f7517b;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    a {
        word-break: break-all;
    }
    .customer_form #name1,
    .customer_form #address3,
    .customer_form #address1,
    .customer_form #tel,
    .customer_form #fax,
    .customer_form #password1,
    .customer_form #password2 {
        width: 100%;
    }
    .customer_form tr.inp1 td {
        width: 100%;
        margin: 0 auto;
    }
    .customer_form #name1,
    .customer_form #name2,
    .customer_form #name3,
    .customer_form #name4 {
        width: 90%;
        margin: 5px;
    }
}

.itemsoldout .inner {
    display: none;
}

.fix_bunner {
    /*border: 1px solid #eee;*/
    padding: 10px;
    margin: 0 auto 60px auto;
}

.fix_bunner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fix_bunner ul li {
    width: 50%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .fix_bunner ul {
        flex-direction: column;
    }
}

.fix_bunner ul li {
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .fix_bunner ul li {
        width: 100%;
        padding: 5px;
    }
    .fix_bunner ul li:first-child,
    .fix_bunner ul li:nth-child(2) {
        padding: 0 5px 5px 5px;
    }
    .fix_bunner ul li:last-child,
    .fix_bunner ul li:nth-child(3) {
        padding: 5px 5px 0 5px;
    }
}

.fix_bunner img {
    width: 100%;
    height: auto;
}

.form-head {
    text-align: center;
}

.form-head p {
    margin: 24px auto;
    line-height: 24px
}

.form-head .bottom {
    width: 50%;
    padding: 4px 16px;
    background-color: #F6F6F6;
    display: block;
    margin: 0 auto 24px auto;
}

@media screen and (max-width: 767px) {
    .form-head .bottom {
        width: 90%;
    }
	.inqbox .inquiry_table td input{
		width:auto;
	}
/*input[type="checkbox"]{
transform: scale( 1,5 );
}*/
}

#breadCrumb {
    display: block;
    padding: 0 0 16px 0;
    font-size: 12px
}
.item-info .field{
    float: none !important;
}
.item-info .field_price em {
    font-size: 15px;
}
.inqbox .inquiry_table td{
padding:12px
}
.inqbox .inquiry_table td a{
	text-decoration:underline
}
.inqbox .inquiry_table td input{
 width:auto !important
}
.post-views{
    display: none;
}




.top-main-img-all {
	width: 100%;
	
}
/*---スライダー修正部分---*/
.top-main-img-all ul {
    width: 1095px;
    display: flex;
    flex-direction:row-reverse;
    margin: auto;
    padding: 0;
}

.top-main-img-all ul li {
	width: 33.4%;
	height: auto;
    list-style: none;
}
.top-main-img-all ul li a {
	display: block;
}
.top-main-img-all ul li a:hover {
	opacity: 0.8;
}
.top-main-img-all ul li img {
	display: block;
	width: 365px;
	height: 250px;
	object-fit: cover;
}
.slider {
	display: none !important;
}
@media screen and (max-width: 1100px) {
.top-main-img-all ul {
	width: 100%;
	padding: 0;
}
.top-main-img-all ul li {
	width: 33.4%;
	height: auto;
}
.top-main-img-all ul li img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
	.slider .slick-slide {
    	width: 100vw;
    	height: auto;
	}
	.slider .slick-slide img {
		width: 100%;
    	object-fit: cover;
	}
}
@media screen and (max-width: 513px) {
	.top-main-img-all {
		display: none;
	}
	.slider {
		display: block !important;
	}
}


.snav .seach button,
.search_wrap .seach button{
background: #5C4D3E;
color: #fff;
border: none;
margin: 5px auto;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 16px;
}
.search_wrap{
    width: 80%;
    margin: 0 auto;
}
#searchform .form-control{
    width: 100%;
}

/*----検索窓追加---*/

.seach_wrap_area {
    width: 35%;
    display: inline-block;
    margin: 12px 0 0 30px;
}

.navis1 .seach dl dt {
    width: 75%;
}

.navis1 .seach dl dd {
    width: 23%;
}

.navis1 .seach dl dt,
.navis1 .seach dl dd {
    display: inline-block;
    vertical-align: middle;
}

.navis1 .seach dl dd button {
    width: 100%;
    background-color: #DD7D2E;
    color: #fff;
    border: none;
    padding: 10px 6px;
    border-radius: 5px;
}

.top_seach_area {
    width: 100%;
    height: auto;
    margin: 16px auto;
    padding: 24px;
    background-color: #C6AF9E;
}

.top_seach_area .seach {
    margin: 0 auto;
    display: flex;
}

.top_seach_area input[type="submit"]:hover {
    color: #fff;
    background-color: #DD7D2E !important;
    opacity: 1;
}

.top_seach_area input[type="search"]:focus {
    border: none;
    outline: 2px solid #D08140;
}

@media screen and (max-width: 834px) and (orientation: portrait) {
    .top_seach_area {
        padding: 8px;
    }
    .top_seach_area .seach input:nth-child(1) {
        width: 78%;
        font-size: 14px;
    }
    .top_seach_area .seach input:nth-child(3) {
        width: 20%;
    }
    .navis1 {
        margin: 54px 0 auto 0;
    }
    .site-header {
        position: relative;
    }
    .seach_wrap_area {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #D6BEAF;
        padding: 8px;
        height: 54px;
        z-index: 99;
    }
    .seach_wrap_area .seach {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .seach_wrap_area .seach .form-control {
        font-size: 14px;
    }
    .navis1 .seach dl dt {
        width: 73%;
    }
    .navis1 .seach dl dd {
        width: 25%;
    }
    .menu-bar {
        top: 35px;
    }
    /*#custom_kuroneko_sms td input {
        width: 100% !important;
      }*/
	
	.snav .sp-menu li a {
		display:flex;
		align-items:center;
		font-weight:normal;
		font-size: 13px;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .seach_wrap_area .seach .form-control {
        font-size: 14px;
    }
    .navi1 img.tel {
        width: 150px;
    }
    /*#custom_kuroneko_sms td input {
        width: 50% !important;
      }*/
}

@media screen and (max-width: 1366px) and (orientation: portrait) {
    .seach_wrap_area .seach .form-control {
        font-size: 14px;
    }
    .navi1 img.tel {
        width: 150px;
    }
}


@media screen and (max-width: 62.5em) {
    #mobile-menu {
        top: -1px;
    }
    .snav .seach input:nth-child(1) {
        font-size: 13px !important;
    }
    #mobile-menu #searchsubmit {
        line-height: 20px;
    }
	.incart-btn i::before{
		font-size: 18px;
	}
}

.quantity select{
width: 80px !important;
}

.quantity select{
width: 80px !important;
}

#xo_event_calendar-2 .widget_title{
	display: block;
    background-image: url(images/osusume.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.xo-event-calendar table.xo-month .month-header > span{
	color:#fff
}
.xo-event-calendar table.xo-month button span.nav-prev{
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
}
.xo-event-calendar table.xo-month button span.nav-next {
 border-right: 2px solid #fff;
border-top: 2px solid #fff;align-content;
}


/* お使いのテーマによってボタン等の色を変更してください。 Start */
.p-wc-member_submenu .member-edit a {
	background: #DD7D2E;
	color: #fff !important;
}

.p-wc-member_submenu .member-edit a:hover {
	background-color: #f29800;
}

.wc_member .member_page_title {
	color: #DD7D2E;
}

.wc_member .whitebox .send .top,
.wc_member .whitebox .send .editmember {
	background: #DD7D2E;
	color: #fff !important;
}

.wc_member .whitebox .send .top:hover,
.wc_member .whitebox .send .editmember:hover {
	background-color: #f29800;
}

.wc_member .whitebox .customer_form input#search_zipcode {
	background: #ccc;
	color: #fff;
	line-height: 35px;
}

.wc_member .whitebox .customer_form input#search_zipcode:hover {
	background-color: #bbb;
}

/* お使いのテーマによってボタン等の色を変更してください。 END */

.p-wc-member_submenu .member-edit a {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	border: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

/* 会員認証完了ページ */
.wc_member .member_page_title {
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 88.8888%;
	max-width: 1200px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 30px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
}

.wc_member .whitebox {
	width: 88.8888%;
	max-width: 1200px;
	margin: auto;
}

.wc_member .whitebox h2 {
	margin: 3rem 0;
	font-size: 1.5em;
}

.wc_member .whitebox p {
	margin-bottom: 1rem;
}

.wc_member .whitebox .send {
	margin-top: 2rem;
	text-align: left;
}

.wc_member .whitebox .send .top,
.wc_member .whitebox .send .editmember {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	border: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.wc_member .whitebox .customer_form {
	margin-bottom: 50px;
}

.wc_member .whitebox .customer_form th,
.wc_member .whitebox .customer_form td {
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 2;
	vertical-align: middle;
}

.wc_member .whitebox .customer_form th {
	width: 32%;
	padding: 12px;
	background-color: #f7f7f7;
	font-weight: normal;
}

.wc_member .whitebox .customer_form th em {
	color: #f00;
	font-style: normal;
}

.wc_member .whitebox .customer_form td {
	padding: 12px 20px;
}

.wc_member .whitebox .customer_form input[type="text"],
.wc_member .whitebox .customer_form input[type="email"],
.wc_member .whitebox .customer_form input[type="password"] {
	width: 30%;
	margin-right: 1rem;
	padding: 0 8px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	line-height: 33px;
}

.wc_member .whitebox .customer_form input#loginmail,
.wc_member .whitebox .customer_form input#mailaddress1,
.wc_member .whitebox .customer_form input#mailaddress2 {
	width: 70%;
}

.wc_member .whitebox .customer_form tr.inp1 input {
	width: 60%;
	margin-right: 0;
	margin-left: .5em;
}

.wc_member .whitebox .customer_form input#search_zipcode {
	margin-right: 1em;
	padding: 0 20px;
	border: none;
	line-height: 35px;
}

.wc_member .whitebox .customer_form select {
	width: 30%;
	height: 35px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
}

.wc_member .whitebox .customer_form ~ .send {
	text-align: center;
}

@media only screen and (max-width: 991px) {

	.wc_member .member_page_title {
		min-height: auto;
		padding: 30px 0 0;
		font-size: 20px;
		line-height: 1.8;
	}

	.wc_member .whitebox h2 {
		margin: 2rem 0;
		font-size: 1.2rem;
	}

	.wc_member .whitebox .send {
		text-align: center;
	}

	.wc_member .whitebox .customer_form {
		margin-top: 28px;
		margin-bottom: 28px;
	}

	.wc_member .whitebox .customer_form th {
		padding: 8px;
	}

	.wc_member .whitebox .customer_form td {
		padding: 8px 12px;
	}

	.wc_member .whitebox .customer_form input#search_zipcode {
		line-height: 30px;
	}
}

@media only screen and (max-width: 767px) {

	.wc_member .whitebox .customer_form th {
		width: 35%;
	}

	.wc_member .whitebox .customer_form td {
		padding-bottom: 4px;
	}

	.wc_member .whitebox .customer_form tr.inp1 input {
		width: calc(100% - 1.5em);
	}

	.wc_member .whitebox .customer_form input#loginmail,
	.wc_member .whitebox .customer_form input#mailaddress1,
	.wc_member .whitebox .customer_form input#mailaddress2 {
		width: 100%;
	}

	.wc_member .whitebox .customer_form input[type="text"],
	.wc_member .whitebox .customer_form input[type="email"],
	.wc_member .whitebox .customer_form input[type="password"],
	.wc_member .whitebox .customer_form select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4px;
	}

	.wc_member .whitebox .customer_form ~ .send {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 8px 0;
	}

	.wc_member .whitebox .customer_form ~ .send input {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {

	.wc_member .whitebox .customer_form {
		margin-bottom: 28px;
	}

	.wc_member .whitebox .customer_form th {
		width: 9em;
	}
}

.deletemember{
background-color: #888 !important;
  display: block;
  margin: 20px auto;
}

