/*
Theme Name: Welcart Beldad
Theme URI: https://www.welcart.com/archives/7730.html
Description: Welcart Beldad is child theme for Welcart Basic.
Author: Welcart Inc.
Author URI: https://www.welcart.com/
Template: welcart_basic
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, Beldad, two-columns, left-sidebar
Requires at least: 5.6
Requires PHP: 7.4 - 8.1
*/


/* = Fonts
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');

body {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* -------- title -------- */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.f-logo {
	font-family: Suranna, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#itempage .item-name,
.skuform .skuname {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* -- ,section-head -- */

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
.section-head h2,
.page-header h1,
.skuform .field_price,
#wc_reviews-title,
#cart_table,
#confirm_table .ttl h3 {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section-head h2,
.page-header h1 {
	font-family: Suranna, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


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


body {
	overflow: hidden;
	font-size: 14px;
	line-height: normal;
}

/* -------- a -------- */

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* -------- img -------- */

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

/* -------- input -------- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	height: 40px;
	padding: 0 .714em;
	border-radius: 3px;
	line-height: 40px;
}

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

input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 3px;
	vertical-align: middle;
}

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

/* -- focus -- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, .8);
	outline: thin dotted 9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

/* -------- select -------- */

select {
	height: 40px;
	padding: 0 2.143em 0 .714em;
	border-width: 1px;
	border-style: solid;
	line-height: 40px;
}

/* -------- em -------- */

em {
	color: #e00;
}

/* -------- fade-in -------- */

@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;
	}
}


/* = ALL
-------------------------------------------------------------- */


/* -------- #loader-bg -------- */

#loader-bg {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#loader {
	position: absolute;
	z-index: 12;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#loader i {
	margin-bottom: 10px;
	font-size: 36px;
}


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

.site {
	position: relative;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}

.site.open-menu {
	left: 80%;
}

.site.open-menu .gray-bg {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

/* -------- .column -------- */

.column1070 {
	max-width: 1070px;
	margin: 0 auto;
}

/* -------- .slick slide -------- */

.slick-prev,
.slick-next {
	z-index: 1;
	width: 30px;
	height: 30px;
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-prev::before,
.slick-next::before {
	opacity: 1;
	color: rgba(61, 61, 61, .8);
	font-family: flexslider-icon;
	font-size: 30px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}

.slick-prev::before {
	content: "\f001";
}

.slick-next::before {
	content: "\f002";
}


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

header {
	position: static;
	margin: 0;
	border-bottom: none;
}

/* -------- .top -------- */

header .top {
	padding: 1.071em;
}

/* -- .site-description -- */
.site-description {
	width: auto;
	min-height: auto;
	padding: 0;
	overflow: auto;
	background: none;
	color: inherit;
	font-size: 13px;
	font-weight: normal;
}

/* -------- .bottom -------- */

header .bottom {
	padding: 1.071em;
	border-top-width: 2px;
	border-top-style: solid;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

h1.site-title a,
div.site-title a {
	display: block;
	line-height: 1.333em;
	font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #2d6bb6 !important;
}


h1.site-title img,
div.site-title img {
	vertical-align: middle;
}


/* -------- .h-column -------- */

.h-column {
	float: right;
}

.h-column .list {
	float: right;
}

.h-column .iconbtn {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: .357em;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	border-radius: 50%;
}

.h-column .iconbtn:hover {
	background-color: #ccc;
	cursor: pointer;
}

.h-column .iconbtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* -- .close -- */
.widgetcart .close:hover,
.membership .close:hover,
.mobile-menu .close:hover {
	cursor: pointer;
}

/* -- .incart -- */
.incart .iconbtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.incart .total-quant {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	vertical-align: text-bottom;
}

/* -------- .widgetcart -------- */

.widgetcart .view-cart-wrap {
	display: none;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
}

.open-widgetcart .widgetcart .view-cart-wrap {
	display: block;
	-moz-animation-name: fade-in;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-moz-animation-duration: .3s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	opacity: 1;
}

/* -- .view-cart -- */
.widgetcart .view-cart {
	max-width: 620px;
	margin: 0 auto;
	padding: 5em 1.071em;
}

/* - a - */
#wgct_row a {
	color: inherit;
}

/* - .empty_cart - */
.widgetcart .empty_cart {
	padding: 1.875em 0;
	font-size: 1.143em;
}

/* - #wdgctToCart - */
.widgetcart #wdgctToCart a {
	padding: .714em;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	color: inherit;
	text-decoration: none;
}

/* - #wdgctToCheckout - */
.widgetcart #wdgctToCheckout a {
	width: auto;
	max-width: 200px;
	height: 46px;
	margin: 0 auto;
	padding: 0 1.25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	color: #fff;
	font-size: 1.143em;
	font-weight: normal;
	line-height: 46px;
}

/* - table - */
.widgetcart th.footer {
	padding: .714em 0;
	font-size: inherit;
}

.widgetcart th.header {
	padding: .714em .357em;
}

.widgetcart th.total_price {
	padding: .5em 0 .5em .25em;
	font-size: 20px;
}

.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush,
.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	border: none;
}

.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush {
	padding: .714em .357em;
	background: none;
}

.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	padding: .714em .357em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1em;
}

/* -- .close -- */
.widgetcart .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

/* -- .membership -- */
.membership .over {
	display: none;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
}

.open-membership .membership .over {
	display: block;
	-moz-animation-name: fade-in;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-moz-animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	opacity: 1;
}

.membership .over-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.admin-bar .membership .over-inner {
	margin-top: 47px;
}

.membership .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

.membership ul {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 100%;
	max-width: 360px;
	padding: 0 1.071em;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}

.membership li {
	margin-top: .714em;
}

.membership li:first-child {
	margin-top: 0;
	font-weight: bold;
}

.membership li a {
	display: block;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	border-width: 1px;
	border-style: solid;
	line-height: 2.857em;
	text-align: center;
}

/* -------- .mobile-menu -------- */

.mobile-menu {
	position: absolute;
	z-index: 12;
	top: 0;
	left: -80%;
	width: 80%;
	height: 100%;
	padding: 3.75em 0;
	overflow-y: auto;
	background-color: #fff;
	font-size: 1.143em;
}

.mobile-menu .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

/* -- #site-navigation -- */
#site-navigation {
	margin-bottom: .625em;
	padding: 0;
	letter-spacing: .5px;
}

/* #site-navigation >div {
	max-width: 1070px;
} */

#site-navigation ul {
	padding: 0;
}

#site-navigation li a {
	margin: 0;
	padding: .625em 0 .625em .937em;
	border: none;
}

#site-navigation ul.sub-menu {
	margin-left: 1.25em;
}

#site-navigation li li {
	margin-left: 0;
}

#site-navigation ul.sub-menu a::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 1px;
	margin-right: 6px;
	vertical-align: middle;
}

/* -- .sub-navigation -- */
.sub-navigation {
	border-top-width: 1px;
	border-top-style: dotted;
}

.sub-navigation li a {
	display: block;
	padding: .625em 0 .625em .937em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/* = footer
-------------------------------------------------------------- */


footer {
	margin: 0;
	padding: 0;
	color: inherit;
}

/* - a - */
footer a {
	color: inherit;
}

/* -------- #toTop -------- */

#toTop {
	right: 0;
	bottom: 0;
}

#toTop a {
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
}

#toTop i {
	color: #fff;
	line-height: 55px;
}

#toTop i:hover {
	color: #fff;
}

/* -------- .top -------- */

footer .top {
	padding: 2.143em 1.071em;
}

/* -- .f-widgetArea -- */
.f-widgetArea {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.f-widgetArea .widget {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.f-widgetArea .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.f-widgetArea h2 {
	margin-bottom: 1.111em;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 100%;
}

.f-widgetArea .widget_calendar td,
.f-widgetArea .welcart_blog_calendar td,
.f-widgetArea .widget_welcart_calendar td {
	background-color: #fff;
}

/* -- .f-mainnav -- */
.f-mainnav {
	padding: 0;
}

/* -- ul.sub-menu -- */
.f-mainnav li a {
	font-weight: bold;
}

.f-mainnav .sub-menu {
	margin: .769em 0 0 .769em;
	font-size: 13px;
}

.f-mainnav .sub-menu li {
	margin-bottom: .769em;
}

.f-mainnav .sub-menu li a {
	font-weight: normal;
}

.f-mainnav .sub-menu li:last-child {
	margin-bottom: 0;
}

.f-mainnav li li li::before {
	display: none;
}

/* -- .f-subnav -- */
.f-subnav {
	margin-top: 1.538em;
	padding: 1.538em 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: .928em;
}

.f-subnav li {
	display: inline-block;
	margin: .375em 0 0;
	padding: 0 1.666em 0 0;
}

/* -------- .bottom -------- */

footer .bottom {
	padding: 1.428em 1.071em;
}

footer .flex-container {
	display: flex;
	justify-content: center;
}

/* -- .f-logo -- */
.f-logo {
	font-size: 1.714em;
	letter-spacing: 1.5px;
	line-height: 1em;
}

/* -- .sns -- */
.sns {
	margin-left: 1.428em;
	padding-left: .714em;
	border-left-width: 1px;
	border-left-style: solid;
}

.sns li {
	margin-left: .714em;
	float: left;
}

.sns li a {
	display: block;
}

.sns li i::before {
	content: "";
	display: block;
	width: 1.714em;
	height: 1.714em;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	background-color: #ccc;
}

.facebook-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%3E%3C%2Fsvg%3E");
}

.twitter-svg::before {
	-webkit-mask-image: url("./assets/images/ico-x.svg");
	mask-image: url("./assets/images/ico-x.svg");
}

.instagram-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
}

/* -- .copyright -- */
.copyright {
	padding: 1.154em 0 0;
	font-size: .928em;
}


/* = secondary
-------------------------------------------------------------- */

#secondary {
	padding: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

#secondary section {
	margin: 0;
	padding: 2.143em 1.071em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#secondary section:last-child {
	border: none;
}

#secondary h3 {
	margin-bottom: 1.111em;
	padding: 0 0 0 12px;
	border: none;
	border-left-width: 4px;
	border-left-style: solid;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 100%;
}

/* -------- Common Widget -------- */

.widget_welcart_category ul,
.widget_welcart_search ul,
.widget_search form,
.widget_welcart_login ul {
	width: auto;
}

/* -- calendar -- */
.widget_welcart_calendar li {
	text-align: right;
}

/* - table - */
.widget_calendar table,
.welcart_blog_calendar table,
.widget_welcart_calendar table {
	width: 100%;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_welcart_calendar table {
	margin-bottom: .714em;
	float: none;
}

.widget_calendar caption,
.welcart_blog_calendar caption,
.widget_welcart_calendar caption {
	margin-bottom: .5em;
	font-size: 1em;
}

.widget_calendar th,
.widget_calendar td,
.welcart_blog_calendar th,
.welcart_blog_calendar td,
.widget_welcart_calendar th,
.widget_welcart_calendar td {
	padding: .571em .357em;
	border: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.widget_calendar th,
.welcart_blog_calendar th,
.widget_welcart_calendar th {
	color: inherit;
	font-weight: normal;
}

.widget_calendar tfoot td,
.welcart_blog_calendar tfoot td,
.widget_welcart_calendar tfoot td {
	border: none;
	background: none;
}

/* ------ .list-widget ------ */

/* -- .list-widget-A -- */
.widget_welcart_category ul,
.widget_categories ul,
.widget_nav_menu ul {
	margin: 0 0 0 1.071em;
	padding: 0;
}

.widget_welcart_category li,
.widget_categories li,
.widget_nav_menu li {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.widget_welcart_category li .children,
.widget_categories .children,
.widget_nav_menu .sub-menu {
	margin: 0 0 10px 10px;
	padding: 0;
	border-left: 1px solid #ccc;
}

.widget_welcart_category .children li,
.widget_categories .children li,
.widget_nav_menu .sub-menu li {
	margin-bottom: 0;
}

.widget_welcart_category li a,
.widget_welcart_category li li a,
.widget_nav_menu li a {
	display: block;
}

.widget_welcart_category li a,
.widget_categories li a,
.widget_nav_menu li a {
	padding: 0 0 10px;
}

.widget_welcart_category li li a,
.widget_categories li li a,
.widget_nav_menu li li a {
	padding: .714em 0;
	font-weight: normal;
}

.widget_welcart_category li li a::before,
.widget_categories li li a::before,
.widget_nav_menu li li a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	margin-right: 10px;
	background-color: #aaa;
	vertical-align: middle;
}

.widget_welcart_category li .children ul,
.widget_categories li .children ul,
.widget_nav_menu li .sub-menu ul {
	margin: 0 0 0 20px;
	border: none;
}

/* -- .list-widget-B -- */
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_pages ul,
.widget_archive ul,
.widget_welcart_post ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	margin: 0 0 0 1.071em;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

.usces_recent_entries li,
.widget_welcart_page li,
.widget_pages li,
.widget_archive li,
.widget_welcart_post li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}

.usces_recent_entries li a::before,
.widget_welcart_page li a::before,
.widget_pages li a::before,
.widget_archive li a::before,
.widget_welcart_post li a::before,
.widget_meta li a::before,
.widget_recent_entries li a::before,
.widget_recent_comments li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	margin-right: .714em;
	vertical-align: middle;
}

/* -- item-widget -- */
#secondary .widget_basic_item_list .opt-tag,
#secondary .widget_welcart_bestseller .opt-tag,
#secondary .widget_welcart_featured .opt-tag {
	display: none;
}

/* -- .tax_inc_block -- */
#secondary .widget_basic_item_list .tax_inc_block,
#secondary .widget_welcart_featured .tax_inc_block,
#secondary .widget_welcart_bestseller .tax_inc_block {
	margin: 0;
}

#secondary .widget_welcart_featured .tax_inc_block {
	font-size: 12px;
}

#secondary .widget_welcart_featured .tax_inc_block em {
	margin-right: 3px;
}

/* -- .widget_welcart_post -- */

.widget_welcart_post li a {
	position: relative;
	padding: 0 0 .357em 1.428em;
	font-weight: bold;
}

.widget_welcart_post li p {
	padding: .416em 0 1.25em 1.666em;
	font-size: 12px;
	line-height: 200%;
}

/* -- .widget_recent_entries -- */
.widget_recent_entries li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}

.widget_recent_entries .post-date {
	display: block;
	margin: -.5em 0 .714em 1.428em;
}

/* -- .widget_recent_comments -- */
.widget_recent_comments li a {
	position: relative;
	padding: 0 0 .214em 1.428em !important;
}

.widget_recent_comments .comment-author-link {
	display: inline-block;
	margin: 0 0 .714em .714em;
}

/* -------- Welcart Widget -------- */

/* -- .widget_basic_item_list -- */
#secondary .widget_basic_item_list .item-list {
	margin: 0 0 0 .714em;
	letter-spacing: normal;
}

#secondary .widget_basic_item_list .list {
	margin-bottom: 1.428em;
	overflow: hidden;
}

#secondary .widget_basic_item_list .list:last-child {
	margin-bottom: 0;
}

#secondary .widget_basic_item_list .itemimg {
	position: relative;
	width: 25%;
	float: right;
}

#secondary .widget_basic_item_list .itemimg .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	font-size: .85714em;
	text-align: center;
}

#secondary .widget_basic_item_list .itemimg .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: normal;
}

#secondary .widget_basic_item_list .itemimg .sub_text {
	display: none;
}

#secondary .widget_basic_item_list .item-info-wrap {
	width: 70%;
	text-align: left;
}

#secondary .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}

#secondary .widget_basic_item_list .itemprice {
	font-weight: normal;
	text-align: right;
}

/* -- .widget_welcart_bestseller -- */
#secondary .widget_welcart_bestseller ul {
	padding: 0 0 0 1.071em;
}

#secondary .widget_welcart_bestseller li {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border: none;
}

#secondary .widget_welcart_bestseller li:last-child {
	margin-bottom: 0;
}

#secondary .widget_welcart_bestseller .itemimg {
	position: relative;
	margin-top: -35px;
}

#secondary .widget_welcart_bestseller .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
}

#secondary .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: normal;
}

#secondary .widget_welcart_bestseller .sub_text {
	display: none;
}

#secondary .widget_welcart_bestseller .itemname {
	margin-bottom: .357em;
}

#secondary .widget_welcart_bestseller .itemname a {
	padding: 0;
}

#secondary .widget_welcart_bestseller .itemprice {
	font-weight: normal;
	text-align: right;
}

/* -- before -- */
.widget_welcart_bestseller .rankimg::before {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 0 5px;
	background-color: #999;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.widget_welcart_bestseller .rank1 .rankimg::before {
	content: "1";
	background-color: #ffd700;
}

.widget_welcart_bestseller .rank2 .rankimg::before {
	content: "2";
	background-color: #c0c0c0;
}

.widget_welcart_bestseller .rank3 .rankimg::before {
	content: "3";
	background-color: #c47222;
}

.widget_welcart_bestseller .rank4 .rankimg::before {
	content: "4";
}

.widget_welcart_bestseller .rank5 .rankimg::before {
	content: "5";
}

.widget_welcart_bestseller .rank6 .rankimg::before {
	content: "6";
}

.widget_welcart_bestseller .rank7 .rankimg::before {
	content: "7";
}

.widget_welcart_bestseller .rank8 .rankimg::before {
	content: "8";
}

.widget_welcart_bestseller .rank9 .rankimg::before {
	content: "9";
}

.widget_welcart_bestseller .rank10 .rankimg::before {
	content: "10";
}

/* -- .widget_welcart_featured -- */
.widget_welcart_featured ul {
	padding: 0 0 0 1.071em !important;
}

.widget_welcart_featured .featured_list {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border-bottom: none;
}

.widget_welcart_featured .featured_list:last-child {
	margin-bottom: 0;
}

#secondary .widget_welcart_featured .itemsoldout {
	display: none;
}

/* -- .widget_welcart_search -- */
.widget_welcart_search #searchform {
	display: block;
	position: relative;
	width: auto;
	max-width: 480px;
	margin: 0 1.071em;
	padding: 0;
	float: none;
	background: none;
}

.widget_welcart_search .searchtext {
	width: 100%;
	height: 40px;
	padding: 0 100px 0 2%;
	border-width: 1px;
}

.widget_welcart_search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 40px;
	padding: 0 .714em;
	border-radius: 0 3px 3px 0;
	background: none;
}

.widget_welcart_search div {
	text-align: left;
}

.widget_welcart_search #searchsubmit + div {
	background: none;
}


.widget_welcart_search div a {
	display: inline-block;
	width: 100%;
	height: 46px;
	padding: 0 1.428em;
	border-radius: 4px;
	line-height: 46px;
	text-align: center;
}

/* -- .widget_welcart_login -- */
.widget_welcart_login .loginbox {
	padding: 0;
}

.widget_welcart_login .loginbox .submit {
	margin-top: .357em;
}

.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	width: auto;
	height: 40px;
	padding: 0 1.428em;
	line-height: 40px;
}

.widget_welcart_login input.loginpass {
	width: auto;
}

.widget_welcart_login .loginbox a::before {
	content: "\f138";
	display: inline-block;
	margin-right: .374em;
	font-family: FontAwesome;
}

/* -------- WordPress Widget -------- */

/* -- .widget_tag_cloud -- */
.widget_tag_cloud .tagcloud {
	padding: 0 0 0 1.071em;
	line-height: 180%;
}

/* -- .widget_search -- */
.widget_search form {
	display: block;
	position: relative;
	width: auto;
	max-width: 480px;
	padding: 0;
	float: none;
	background: none;
}

.widget_search div {
	border: none;
}

.widget_search .search-text {
	height: 40px;
	padding: 0;
	line-height: 40px;
}

.widget_search .searchsubmit {
	width: 40px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

/* -- .widget_media_image -- */
.widget_media_image {
	text-align: center;
}

/* -- .widget_calendar -- */
.widget_calendar td {
	position: relative;
}

.widget_calendar td a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 31px;
}


/* = Content
-------------------------------------------------------------- */


#content {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0;
}

/* -- .two-column -- */
.two-column #content {
	max-width: none;
	margin-bottom: 2.142em;
}

/* -- .page-header + .entry-header -- */
.page-header,
.entry-header {
	margin-top: 20px;
	padding: 20px 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

.page-header h1,
.page-header div {
	display: inline-block;
	vertical-align: middle;
}

#content .page-header h1,
#content .entry-header h1.entry-title {
	margin: 0;
	font-size: 1.428em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.428em;
}

.page-header div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}

.page-header div::after {
	content: "/";
	display: inline-block;
	margin: 0 .5em;
}

/* -- article -- */
.blog #content article {
	margin: 0;
	padding: 0;
	border: none;
}

/* -- #searchform -- */
#searchform {
	padding: 1.071em;
}

#searchform .s-box {
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
}

#searchform .search-text {
	width: 100%;
	padding: 0 3em 0 .714em;
	border: none;
	line-height: 2.857em;
}

#searchform .search-text:focus {
	outline: 0;
}

#searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	background: none;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

/* -- .pagination-wrap -- */
.pagination-wrap.top {
	margin: 0 1.071em 1.071em;
	padding-top: 1.071em;
	border-top-width: 1px;
	border-top-style: solid;
}

.pagination-wrap.bottom {
	margin: 1.428em 1.071em 0;
}

/* -- .page-numbers -- */
ul.page-numbers {
	float: right;
}

.pagination-wrap.top ul.page-numbers {
	margin-left: 1.428em;
	padding-left: 1.428em;
	border-left-width: 1px;
	border-left-style: solid;
}

ul.page-numbers li {
	margin-top: .178em;
	margin-bottom: .178em;
	margin-left: .357em;
	float: left;
	text-align: center;
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

ul.page-numbers li a {
	border-width: 1px;
	border-style: solid;
}

ul.page-numbers li span.page-numbers.dots {
	background: none;
}

/* -- .count -- */
.pagination-wrap .count {
	float: right;
	line-height: 35px;
}

/* -------- .product-area -------- */

.layout-grid {
	margin: 0 1.071em;
}

.layout-grid .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.layout-grid .list:nth-child(even) {
	margin-right: 0;
}

.layout-grid .list:nth-child(2n+1) {
	clear: both;
}

.layout-grid .list:nth-child(n+3) {
	margin-top: 4%;
}

.product-list span {
	display: block;
}

.product-list .thumbnail {
	margin-bottom: .714em;
}

.product-list .title {
	margin-bottom: .357em;
}

.product-list .thumbnail {
	position: relative;
	text-align: center;
}

.product-list .thumbnail img {
	width: 100%;
}

.product-list .campaign_message,
.widget .campaign_message {
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 8px;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -.5px;
}

.product-list .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.product-list .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}

.product-list .itemsoldout .sub_text {
	margin-top: 5px;
	font-size: 12px;
}

.product-list .price {
	margin-top: .833em;
	color: #e00;
	text-align: center;
}

/* -- .tax_inc_block -- */
.product-list .tax_inc_block {
	font-size: 12px;
	text-align: center;
}

.product-list .tax_inc_block em {
	margin-right: 3px;
}

.product-list .excerpt {
	display: none;
}

.product-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

/* -- opt-tag -- */
.opt-tag {
	margin: .833em 0;
	font-size: 12px;
}

.opt-tag li {
	display: inline-block;
	width: auto;
	margin: 2px 0;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	font-size: 10px;
	line-height: 18px;
}

/* -- .no-date -- */
.product-area .no-date {
	margin: 0 1.071em;
	padding: 2.143em 0 0;
	text-align: center;
}

/* -- .layout-list -- */
.layout-list .list {
	width: auto;
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	float: none;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.layout-list .list,
.layout-list .list:nth-child(even),
.layout-list .list:nth-child(n+3) {
	margin: 0 1.071em 1.428em;
}

.layout-list .list:last-child {
	margin-bottom: 0;
}

.layout-list .list .title,
.layout-list .list .price,
.layout-list .list .excerpt {
	margin-left: 40%;
}

.layout-list .list .thumbnail {
	width: 35%;
	margin-bottom: 0;
	float: left;
}

.layout-list .list .price {
	text-align: right;
}

.layout-list .list .opt-tag {
	display: inline-block;
	margin-left: 5%;
}

.layout-list .list .excerpt {
	display: block;
	margin-top: 1em;
	font-size: 12px;
}

/* -------- .info-list -------- */

.info-list {
	margin: 0 1.071em;
}

.info-list .list {
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.info-list .list:last-child {
	margin-bottom: 0;
}

.info-list .thumbnail {
	width: 35%;
	margin-bottom: 0;
	float: left;
}

.info-list .title,
.info-list .date {
	display: block;
}

.info-list .title {
	margin-left: 40%;
	font-weight: bold;
}

.info-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

.info-list .date i {
	margin-right: .5em;
}

.info-list .excerpt {
	margin: 1.071em 0 0 40%;
}

.info-list .excerpt p {
	font-size: 12px;
	line-height: 180%;
}

/* = index.php && show_on_front == Page
-------------------------------------------------------------- */

.index-content #content {
	margin-top: 2.142em;
}

.home .sof {
	margin: 2.142em 0;
}


/* = front-page.php ｜ Widget
-------------------------------------------------------------- */


/* -------- .widget_welcart_featured -------- */

/* -- .home-widget -- */
.home-widget {
	margin: 1.428em 0 2.143em;
}

/* -- .widget -- */
.home-widget .widget {
	margin-bottom: 1.428em;
}

.home-widget .widget:last-child {
	margin-bottom: 0;
}

/* -- .home-widget -- */
.home-widget .widget_welcart_bestseller ul,
.home-widget .widget_welcart_featured ul {
	margin: 0 1.071em;
	padding: 0 !important;
	overflow: inherit;
}

.home-widget .widget_basic_item_list .item-list {
	margin: 0 1.071em;
	letter-spacing: normal;
}

.home-widget .widget_welcart_featured li,
.home-widget .widget_basic_item_list .list,
.home-widget .widget_welcart_bestseller li {
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
	border: none;
}

.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	border-width: 1px;
	border-style: solid;
}

.home-widget .widget_welcart_featured .itemsoldout,
.home-widget .widget_basic_item_list .itemsoldout,
.home-widget .widget_welcart_bestseller .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
}

.home-widget .widget_welcart_featured .itemsoldout .text,
.home-widget .widget_basic_item_list .itemsoldout .text,
.home-widget .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.home-widget .widget_welcart_featured .itemsoldout .sub_text,
.home-widget .widget_basic_item_list .itemsoldout .sub_text,
.home-widget .widget_welcart_bestseller .itemsoldout .sub_text {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

.home-widget .widget_welcart_featured li:nth-child(even),
.home-widget .widget_basic_item_list .list:nth-child(even),
.home-widget .widget_welcart_bestseller li:nth-child(even) {
	margin-right: 0;
}

.home-widget .widget_welcart_featured li:nth-child(n+3),
.home-widget .widget_basic_item_list .list:nth-child(n+3),
.home-widget .widget_welcart_bestseller li:nth-child(n+3) {
	margin-top: 4%;
}

.home-widget .widget_welcart_featured li:nth-child(odd),
.home-widget .widget_basic_item_list .list:nth-child(odd),
.home-widget .widget_welcart_bestseller li:nth-child(odd) {
	clear: both;
}

/* -- .slider -- */
.home-widget .widget_welcart_featured .slider li,
.home-widget .widget_basic_item_list .slider .list,
.home-widget .widget_welcart_bestseller .slider li {
	width: auto;
	margin: 0;
}

.home-widget .widget_welcart_featured .slider li:nth-child(n+3),
.home-widget .widget_basic_item_list .slider .list:nth-child(n+3),
.home-widget .widget_welcart_bestseller .slider li:nth-child(n+3) {
	margin: 0;
}

.home-widget .widget_welcart_featured .slider li:nth-child(odd),
.home-widget .widget_basic_item_list .slider .list:nth-child(odd),
.home-widget .widget_welcart_bestseller .slider li:nth-child(odd) {
	clear: none;
}

.home-widget .widget_welcart_featured .slider li .inner,
.home-widget .widget_basic_item_list .slider .list a,
.home-widget .widget_welcart_bestseller .slider li .inner {
	display: block;
	margin: 0 .714em;
}

/* -- .itemimg -- */
.home-widget .widget_welcart_featured .thumimg,
.home-widget .widget_basic_item_list .itemimg,
.home-widget .widget_welcart_bestseller .itemimg {
	position: relative;
	width: auto !important;
	margin-bottom: .714em;
	float: none;
	text-align: -webkit-center;
}

.home-widget .widget_welcart_featured .thumimg img,
.home-widget .widget_welcart_bestseller .itemimg img {
	width: auto;
	max-width: 100%;
}

/* -- .itemname -- */
.home-widget .widget_welcart_featured .thumtitle,
.home-widget .widget_welcart_bestseller .itemname {
	width: auto;
}

.home-widget .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}

/* -- .itemprice -- */
.home-widget .widget_welcart_featured .itemprice,
.home-widget .widget_basic_item_list .itemprice,
.home-widget .widget_welcart_bestseller .itemprice {
	width: auto;
	margin-top: .833em;
	font-weight: normal;
	text-align: center;
}

/* -- .tax_inc_block -- */
.home-widget .widget_welcart_featured .tax_inc_block,
.home-widget .widget_basic_item_list .tax_inc_block,
.home-widget .widget_welcart_bestseller .tax_inc_block {
	width: auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

.home-widget .widget_welcart_featured .tax_inc_block {
	font-size: 12px;
}

.home-widget .widget_welcart_featured .tax_inc_block em {
	margin-right: 3px;
}

.home-widget .widget_welcart_featured .opt-tag {
	margin: .833em 0;
}

.home-widget .widget_welcart_bestseller .opt-tag {
	margin: .416em 0 .833em;
}

.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	display: inline-block;
	width: auto;
	padding: 0 5px;
	float: none;
}

.no-sidebar .lower .widget_welcart_bestseller li .opt-tag li {
	width: auto;
	margin: 2px 0;
}

/* -- .widget_welcart_bestseller -- */
.home-widget .widget_welcart_bestseller .inner {
	position: relative;
}

.home-widget .widget_welcart_bestseller .rankimg {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}


/* = front-page.php
-------------------------------------------------------------- */


/* -------- Common -------- */

/* -- .lower -- */
#main .lower {
	margin-top: -1.428em;
}

/* -- .home-area -- */
.home-area {
	margin: 1.428em 0 1.428em;
}

/* -- .section-head -- */
.section-head {
	margin-bottom: 1.428em;
	padding: .714em 1.071em;
	color: #fff;
}

.section-head h2,
.section-head div {
	display: inline-block;
	vertical-align: middle;
}

.section-head h2 {
	font-size: 1.428em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.428em;
}

.section-head div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}

.section-head div::after {
	content: "/";
	display: inline-block;
	margin: 0 .25em 0 .5em;
}

/* -------- #main-visual -------- */

#main-visual {
	text-align: center;
}

#main-visual .flex-row {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

#main-visual .flex-viewport {
	overflow: visible !important;
}

#main-visual  .flexslider {
	margin: 0;
	border: none;
	background: none;
}

#main-visual  .flexslider li img {
	padding: 0 .714em;
}

/* -- paging -- */
.flex-direction-nav a::before {
	color: rgba(61, 61, 61, .8);
}

#main-visual .flex-control-nav {
	position: static;
	margin: 1.428em 0 1.071em;
	padding: 0 .714em;
	text-align: right;
}

#main-visual .flex-control-paging li {
	display: inline-block;
	margin: 0 0 0 5px;
}

#main-visual .flex-control-paging li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: 9999px;
}


#main-visual .slides .list.pc-pic {
	position: relative;
}


#main-visual .slides .list.pc-pic .link_btn a {
	position: absolute;
	width: 18vw;
	height: 5vw;
	top: 0;
	right: 0;
}


#main-visual .slides .list.sm-pic {
	position: relative;
}


#main-visual .slides .list.sm-pic .link_btn a {
	position: absolute;
	width: 46vw;
	height: 15vw;
	top: 0px;
	right: 0;
}


/* -------- .notes-area -------- */


.notes-area .notes_inner {
    border: red solid 1px;
    padding: 20px;
    text-align: center;
    color: red;
    margin-bottom: 30px;
}


.notes-area .notes_inner h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}


/* -------- .info-area -------- */

.info-area {
	margin: 1.428em 1.071em 0;
}

.info-area .draggable {
	padding: 0 !important;
	overflow: hidden;
}

.info-area .slick-vertical .slick-slide {
	margin: 0;
}

.info-area .info-cat,
.info-area .info-title {
	display: inline-block;
	float: left;
}

.info-area .info-cat {
	margin-right: 1.25em;
	padding: 0 .666em;
	background-color: #c00;
	color: #fff;
	font-size: .857em;
	line-height: 25px;
}

.info-area .info-date {
	margin: 5px 1.071em 0 0;
	float: left;
}

.info-area .info-title {
	margin-top: 3px;
	clear: both;
}

.info-area .info-title a {
	text-decoration: underline;
}

/* -------- .topics-area -------- */

.topics-area .slick-track {
	margin: 0;
}

#content .topics-area article {
	padding: 0 10px;
}

.topics-area span {
	display: block;
}

.topics-area .thumbnail {
	margin-bottom: 1.0714em;
	text-align: -webkit-center;
}

/* -------- .cat-area -------- */

.cat-area .list {
	text-align: center;
}

.cat-area .list a {
	display: block;
}

.cat-area span {
	display: block;
}

.cat-area .thumbnail {
	margin-bottom: .714em;
}

.cat-area .thumbnail img {
	margin: 0 auto;
}

/* -- .slider -- */
.cat-area .slider a {
	margin: 0 .714em;
}

/* -- .noslider -- */
.cat-area .noslider .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.cat-area .noslider .list:nth-child(even) {
	margin-right: 0;
}

.cat-area .noslider .list:nth-child(n+3) {
	margin-top: 4%;
}

/* -------- .pickup-area -------- */

.pickup-area .list a {
	display: block;
}

.pickup-area span {
	display: block;
}

.pickup-area .thumbnail {
	margin-bottom: 1.071em;
}

.pickup-area .title {
	margin-bottom: .357em;
}

.pickup-area .excerpt {
	font-size: .857em;
	line-height: 1.8;
}

/* -- .slider -- */
.pickup-area .slider {
	margin: 0 1.071em;
}

/* -- .noslider -- */
.pickup-area .noslider {
	margin: 0 1.071em;
}

.pickup-area .noslider .list {
	margin-bottom: 6%;
}

.pickup-area .noslider .list:last-child {
	margin-bottom: 0;
}

/* -------- .product-area -------- */

/* -- .slider -- */
.layout-grid.slider .list {
	width: auto;
	margin: 0;
}

.layout-grid.slider .list:nth-child(2n+1) {
	clear: none;
}

.layout-grid.slider .list a {
	display: block;
	margin: 0 1.071em;
}


/* = category.php
-------------------------------------------------------------- */


/* -------- #show -------- */

#show {
	margin: 1.071em 0 1.428em;
	padding: .714em 1.071em;
}

#show .layout {
	float: right;
}

#show .layout li:first-child {
	margin-top: 6px;
	font-size: 12px;
}

#show .layout li:first-child::after {
	content: ":";
	display: inline-block;
	margin: 0 10px;
}

#show .layout li {
	margin-left: 5px;
	float: left;
}

#show .layout li.grid:hover,
#show .layout li.list:hover {
	cursor: pointer;
}

#show .layout li img {
	width: 30px;
	height: 30px;
}

/* -------- .category-info -------- */

.category-info {
	margin: 1.071em;
}

.cat-img,
.cat-desc {
	margin: 1.071em 0;
}

.cat-img {
	text-align: center;
}

.cat-desc {
	font-size: 12px;
	line-height: 2;
}


/* = single.php + page.php
-------------------------------------------------------------- */


/* -------- .entry-meta -------- */

.entry-meta {
	margin: 0 1.071em .714em;
	padding: 0;
	border: none;
}

.entry-meta span {
	display: inline-block;
	margin: 0 .769em .384em 0;
	font-size: 13px;
}

.entry-meta .author::before,
.entry-meta .cat::before {
	margin-right: .35em;
	font-size: 12px;
}

.entry-meta .date::before {
	display: none;
}

.entry-meta .author::before {
	content: "\f14b";
}

.entry-meta .cat::before {
	content: "\f07b";
}

/* -------- .entry-img -------- */

.entry-img {
	margin-bottom: 1.071em;
	text-align: center;
}

/* -------- .entry-content -------- */

.entry-content {
	margin: 0 1.071em;
}

/* -- h1,h2,h3,h4,h5,h6 -- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: normal;
}

.entry-content h2 {
	margin-bottom: 1em;
	padding: .625em;
	border-bottom: none;
	border-top-width: 3px;
	border-top-style: solid;
	font-size: 1.143em;
}

.entry-content h3 {
	margin-bottom: 1em;
	padding: 0;
	border: none;
	font-size: 1.143em;
	line-height: normal;
}

/* -- p -- */
.entry-content p {
	margin-bottom: 2.143em;
	line-height: 2;
}

/* -- a -- */
.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

/* -- .wp-block-gallery -- */

.entry-content .wp-block-gallery li {
	list-style: none;
}

/* -- .link-pages -- */

.link-pages .post-page-numbers,
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	padding: 0;
}

.link-pages .post-page-numbers {
	width: 35px;
	height: 35px;
	border-color: #000;
	background-color: #fff;
	color: #000;
	line-height: 35px;
	text-align: center;
}

.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

/* -------- .single-related -------- */

.single-related {
	margin: 0;
}

.single-related h2 {
	margin-bottom: 1.875em;
	padding: .625em;
	color: #fff;
	font-size: 1.143em;
}

.single-related .cf {
	margin: 0 1.071em;
}

.single-related .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

/* -- margin-right -- */
.single-related .list:nth-child(even) {
	margin-right: 0;
}

/* -- margin-top -- */
.single-related .list:nth-child(n+3) {
	margin-top: 4%;
}

/* -- clear -- */
.single-related .list:nth-child(2n+1) {
	clear: both;
}

.single-related .list span {
	display: block;
}

.single-related .thumbnail {
	margin-bottom: .714em;
	text-align: center;
}

.single-related .title {
	display: block;
}

/* -- comment-area -- */
.comment-area {
	margin: 0 1.071em;
}

.comment-area #respond .comment-form-cookies-consent label {
	display: inline;
	margin: 0;
	font-weight: normal;
	vertical-align: middle;
}

.comment-area #respond input[type="text"],
.comment-area #respond input[type="email"],
.comment-area #respond input[type="url"] {
	max-width: 100%;
}

.comment-area #respond textarea {
	padding: .714rem;
}

.comment-area .no-comments {
	margin: 2rem 0;
}

/* -- Block Editor -- */
.entry-content .wp-block-query li h2 {
	background-color: initial;
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {


	/* = secondary
	-------------------------------------------------------------- */


	/* -------- Common Widget -------- */

	/* -- calendar -- */
	.widget_calendar table,
	.welcart_blog_calendar table {
		margin-right: 1%;
		margin-left: 1%;
	}

	.widget_welcart_calendar table {
		width: 48%;
		max-width: none;
		margin: 0 1% 1%;
		float: left;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		overflow: hidden;
	}

	#secondary .widget_basic_item_list .list {
		width: 46%;
		margin-right: 8%;
		float: left;
	}

	#secondary .widget_basic_item_list .list:nth-child(even) {
		margin-right: 0;
	}

	#secondary .widget_basic_item_list .list:nth-child(odd) {
		clear: both;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	/* -------- .widget_welcart_featured -------- */

	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 30.666%;
	}

	.home-widget .widget_welcart_featured li:nth-child(even),
	.home-widget .widget_basic_item_list .list:nth-child(even),
	.home-widget .widget_welcart_bestseller li:nth-child(even) {
		margin-right: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n),
	.home-widget .widget_basic_item_list .list:nth-child(3n),
	.home-widget .widget_welcart_bestseller li:nth-child(3n) {
		margin-right: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+3),
	.home-widget .widget_basic_item_list .list:nth-child(n+3),
	.home-widget .widget_welcart_bestseller li:nth-child(n+3) {
		margin-top: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+4),
	.home-widget .widget_basic_item_list .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller li:nth-child(n+4) {
		margin-top: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(odd),
	.home-widget .widget_basic_item_list .list:nth-child(odd),
	.home-widget .widget_welcart_bestseller li:nth-child(odd) {
		clear: none;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(3n + 1) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child(even),
	.home-widget .widget_welcart_featured .slider li:nth-child(n+4),
	.home-widget .widget_basic_item_list .slider .list:nth-child(even),
	.home-widget .widget_basic_item_list .slider .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(even),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(n+4) {
		margin: 0;
	}

	.home-widget .widget_welcart_featured .slider li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .slider .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(3n + 1) {
		clear: none;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	/* -------- .product-area -------- */

	.layout-grid .list {
		width: 30.666%;
	}

	.layout-grid .list:nth-child(even) {
		margin-right: 4%;
	}

	.layout-grid .list:nth-child(3n) {
		margin-right: 0;
	}

	.layout-grid .list:nth-child(2n+1) {
		clear: none;
	}

	.layout-grid .list:nth-child(3n+1) {
		clear: both;
	}

	.layout-grid .list:nth-child(n+3) {
		margin-top: 0;
	}

	.layout-grid .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(3n+1) {
		clear: none;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 30.666%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(even) {
		margin-right: 4%;
	}

	.cat-area .noslider .list:nth-child(3n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+3) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -------- .pickup-area -------- */
	.info-area .info-title {
		clear: none;
	}

	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -20px;
	}

	.pickup-area .slider .slick-next {
		right: -20px;
	}

	/* -- .noslider -- */
	.pickup-area .slider .list a {
		margin: 0 .714em;
	}

	/* -- .noslider -- */
	.pickup-area .noslider .list {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}

	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 0;
	}

	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 4%;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(n+4),
	.layout-grid.slider .list:nth-child(even) {
		margin: 0;
	}


	/* = single.php + page.php
	-------------------------------------------------------------- */

	/* -------- .single-related -------- */

	.single-related .list {
		width: 30.666%;
		float: left;
	}

	/* -- margin-right -- */
	.single-related .list:nth-child(even) {
		margin-right: 4%;
	}

	.single-related .list:nth-child(3n) {
		margin-right: 0;
	}

	/* -- margin-top -- */
	.single-related .list:nth-child(n+3) {
		margin-top: 0;
	}

	.single-related .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -- clear -- */
	.single-related .list:nth-child(2n+1) {
		clear: none;
	}

	.single-related .list:nth-child(3n+1) {
		clear: both;
	}


}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


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


	header .top,
	header .bottom {
		padding: 1.071em 2.143em;
	}

	/* -------- .bottom -------- */

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: auto;
		font-size: 3em;
	}

	/* -------- .h-column -------- */

	.h-column {
		margin-top: .357em;
	}

	.h-column .iconbtn {
		width: 50px;
		height: 50px;
	}

	/* -- .membership -- */
	.membership li a {
		line-height: 3.214em;
	}


	/* = footer
	-------------------------------------------------------------- */


	footer nav {
		width: auto;
	}

	footer nav li {
		width: auto;
		padding: 0;
		float: none;
	}

	/* -------- .top -------- */

	footer .top {
		padding: 2.857em 2.143em 1.428em;
	}

	/* -- .f-widgetArea -- */
	.f-widgetArea {
		min-width: 360px;
		margin: 0 0 1.071em 3.571em;
		padding: 0 0 0 3.571em;
		float: right;
		border-bottom: none;
		border-left-width: 1px;
		border-left-style: solid;
	}

	.f-widgetArea .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714em;
		float: none;
	}

	.f-widgetArea .widget_calendar th,
	.f-widgetArea .widget_calendar td,
	.f-widgetArea .welcart_blog_calendar th,
	.f-widgetArea .welcart_blog_calendar td,
	.f-widgetArea .widget_welcart_calendar th,
	.f-widgetArea .widget_welcart_calendar td {
		padding: .357em;
	}

	/* -- .f-mainnav -- */
	.f-mainnav li,
	.f-mainnav li:last-child {
		margin: 0 3.571em 2.143em 0;
		float: left;
	}

	.f-mainnav .sub-menu li {
		margin-right: 0;
		margin-bottom: .769em;
		float: none;
	}

	.f-mainnav .sub-menu li:last-child {
		margin-bottom: 0;
	}

	/* -- .f-subnav -- */
	.f-subnav {
		padding: 0;
		border: none;
	}

	.f-subnav li {
		padding: 0 1.154em;
		border-right-width: 1px;
		border-right-style: solid;
	}

	.f-subnav li:first-child {
		border-left-width: 1px;
		border-left-style: solid;
	}

	/* -------- .bottom -------- */

	footer .bottom {
		padding: 1.428em 2.143em;
	}

	/* -- .f-logo -- */
	.f-logo {
		font-size: 2.143em;
	}

	/* -- .sns -- */
	.sns li {
		margin-left: 1.071em;
	}

	.sns li i::before {
		width: 2.143em;
		height: 2.143em;
	}

	/* -- .copyright -- */
	.copyright {
		padding-top: 1.071em;
		font-size: 1em;
	}


	/* = Secondary
	-------------------------------------------------------------- */


	#secondary section {
		padding: 2.143em;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	/* -------- .widget_welcart_featured -------- */

	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0 2.143em;
	}

	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 23.125%;
		margin-right: 2.5%;
	}

	.home-widget .widget_welcart_featured li:nth-child(even),
	.home-widget .widget_welcart_featured li:nth-child(3n),
	.home-widget .widget_basic_item_list .list:nth-child(even),
	.home-widget .widget_basic_item_list .list:nth-child(3n),
	.home-widget .widget_welcart_bestseller li:nth-child(even),
	.home-widget .widget_welcart_bestseller li:nth-child(3n) {
		margin-right: 2.5%;
	}

	.home-widget .widget_welcart_featured li:nth-child(4n),
	.home-widget .widget_basic_item_list .list:nth-child(4n),
	.home-widget .widget_welcart_bestseller li:nth-child(4n) {
		margin-right: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+4),
	.home-widget .widget_basic_item_list .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller li:nth-child(n+4) {
		margin-top: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+5),
	.home-widget .widget_basic_item_list .list:nth-child(n+5),
	.home-widget .widget_welcart_bestseller li:nth-child(n+5) {
		margin-top: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(3n + 1) {
		clear: none;
	}

	.home-widget .widget_welcart_featured li:nth-child(4n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(4n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(4n + 1) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child(even),
	.home-widget .widget_welcart_featured .slider li:nth-child(3n),
	.home-widget .widget_welcart_featured .slider li:nth-child(n+5),
	.home-widget .widget_basic_item_list .slider .list:nth-child(even),
	.home-widget .widget_basic_item_list .slider .list:nth-child(3n),
	.home-widget .widget_basic_item_list .slider .list:nth-child(n+5),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(even),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(3n),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(n+5) {
		margin: 0;
	}

	.home-widget .widget_welcart_featured .slider li:nth-child(4n + 1),
	.home-widget .widget_basic_item_list .slider .list:nth-child(4n + 1),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(4n + 1) {
		clear: none;
	}

	.home-widget .widget_welcart_featured .slick-prev,
	.home-widget .widget_basic_item_list .slick-prev,
	.home-widget .widget_welcart_bestseller .slick-prev {
		left: -30px;
	}

	.home-widget .widget_welcart_featured .slick-next,
	.home-widget .widget_basic_item_list .slick-next,
	.home-widget .widget_welcart_bestseller .slick-next {
		right: -30px;
	}


	/* = Content
	-------------------------------------------------------------- */


	/* -------- .entry-header -------- */

	.entry-header,
	.page-header {
		padding: 20px 30px;
	}

	/* -------- .pagination-wrap -------- */

	.pagination-wrap.top {
		margin: 0 2.143em 1.071em;
	}

	.pagination-wrap.bottom {
		margin: 1.428em 2.143em 0;
	}

	/* -------- #searchform -------- */

	#searchform {
		padding: 1.071em 2.143em;
	}

	/* -------- .layout-grid -------- */

	.layout-grid {
		margin: 0 2.143em;
	}

	/* -------- .common-guide-widget -------- */
	.common-guide-widget {
		padding: 2.428em 2.143em 5.714em;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	.home-area {
		margin: 2.143em 0;
	}

	/* -------- .info-area -------- */

	.info-area {
		margin: 1.071em 2.143em;
	}

	/* -------- .layout-grid -------- */

	.layout-grid .list {
		width: 23.125%;
		margin-right: 2.5%;
	}

	.layout-grid .list:nth-child(even),
	.layout-grid .list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.layout-grid .list:nth-child(3n+1) {
		clear: none;
	}

	.layout-grid .list:nth-child(4n+1) {
		clear: both;
	}

	.layout-grid .list:nth-child(4n) {
		margin-top: 0;
		margin-right: 0;
	}

	.layout-grid .list:nth-child(n+5) {
		margin-top: 4%;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 23.125%;
		margin-right: 2.5%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(even),
	.cat-area .noslider .list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.cat-area .noslider .list:nth-child(4n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+4) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+5) {
		margin-top: 4%;
	}


	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider {
		margin: 0 1.428em;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(even),
	.layout-grid.slider .list:nth-child(3n) {
		margin: 0;
	}

	.layout-grid.slider .slick-prev {
		left: -30px;
	}

	.layout-grid.slider .slick-next {
		right: -30px;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 1.071em 2.143em;
	}


	/* = singular.php
	-------------------------------------------------------------- */


	#show {
		padding: .714em 2.143em;
	}

	.entry-meta {
		margin: 0 2.143em .714em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 2.143em;
	}

	/* -- .wp-block-gallery -- */

	.wp-block-gallery {
		overflow: hidden;
	}

	.wp-block-gallery li {
		margin-right: 2%;
		float: left;
	}

	/* -- .column2 -- */
	.wp-block-gallery.columns-2 li {
		width: 49%;
	}

	.wp-block-gallery.columns-2 li:nth-child(even) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-2 li:nth-child(n + 3) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-2 li:nth-child(2n + 1) {
		clear: both;
	}

	/* -- .column3 -- */
	.wp-block-gallery.columns-3 li {
		width: 32%;
	}

	.wp-block-gallery.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-3 li:nth-child(n + 4) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-3 li:nth-child(3n + 1) {
		clear: both;
	}

	/* -- .column4 -- */
	.wp-block-gallery.columns-4 li {
		width: 23.5%;
	}

	.wp-block-gallery.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-4 li:nth-child(n + 5) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-4 li:nth-child(4n + 1) {
		clear: both;
	}

	/* -- .column5 -- */
	.wp-block-gallery.columns-5 li {
		width: 18.4%;
	}

	.wp-block-gallery.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-5 li:nth-child(n + 6) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-5 li:nth-child(5n + 1) {
		clear: both;
	}

	/* -- .column6 -- */
	.wp-block-gallery.columns-6 li {
		width: 15%;
	}

	.wp-block-gallery.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-6 li:nth-child(n + 7) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-6 li:nth-child(6n + 1) {
		clear: both;
	}


	.single-related h2 {
		padding: .625em 1.875em;
	}

	.single-related .cf {
		margin: 0 2.143em;
	}

	/* -- comment-area -- */
	.comment-area {
		margin: 0 2.143em;
	}

}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {


	/* = Content
	-------------------------------------------------------------- */

	.common-parts {
		margin: 1.428em 0;
		padding: 1.071em 2.143em;
	}

	.home .common-parts {
		margin: 2.143em 2.143em 1.071em;
		padding: 0;
		background: none;
	}

	/* -------- #searchform -------- */

	#searchform {
		width: 300px;
		padding: 0;
		float: right;
		background: none;
	}

	/* -------- .info-area -------- */

	.info-area {
		margin: 6px 320px 0 0;
	}

	.info-area .info-cat,
	.info-area .info-title {
		float: left;
	}


}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


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

	/* -------- input -------- */

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		height: 50px;
		line-height: 50px;
	}

	.widget_welcart_search div a,
	.widgetcart #wdgctToCheckout a {
		height: 56px;
		line-height: 56px;
	}

	.widget_welcart_search #searchform {
		margin: 0;
	}

	.widget_welcart_search .searchtext,
	.widget_welcart_search #searchsubmit {
		height: 50px;
	}


	/* = All
	-------------------------------------------------------------- */


	/* -------- #loader-bg -------- */

	#loader {
		font-size: 18px;
	}

	#loader i {
		margin-bottom: 20px;
		font-size: 60px;
	}

	/* -- .open-menu -- */
	.site.open-menu {
		left: 0;
	}

	/* -- .gray-bg -- */
	.site.open-menu .gray-bg {
		display: none;
	}

	/* -- .slick -- */
	.slick-prev {
		left: -48px;
	}

	.slick-next {
		right: -48px;
	}


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


	header .inner {
		display: block;
		width: auto;
		padding-bottom: 0;
	}

	/* -------- .top -------- */

	header .top {
		max-width: 1070px;
		min-height: 45px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	/* -- .site-description -- */
	.site-description {
		float: none;
	}

	/* -------- .bottom -------- */

	header .bottom {
		padding-bottom: 1.428em;
		-webkit-transition-duration: unset;
		-moz-transition-duration: unset;
		transition-duration: unset;
	}

	/* -- .site-title -- */
	h1.site-title a,
	div.site-title a {
		font-weight: normal;
	}

	.h-column .menus .iconbtn,
	.mobile-menu .close {
		display: none;
	}

	.h-column {
		margin-top: 0;
		float: none;
	}

	.h-column .menus.list {
		margin: 0;
		padding-top: .714em;
		float: none;
		clear: both;
	}

	.h-column .list {
		margin-top: .357em;
	}

	.mobile-menu {
		position: static;
		width: auto;
		padding: 0;
		background: none;
	}

	/* -- .membership + .widgetcart -- */
	.membership .close,
	.widgetcart .close {
		right: 20%;
	}

	/* -- #site-navigation -- */

	#site-navigation {
		margin-bottom: 0;
		font-size: 17px;
	}

	/* -- ul -- */
	#site-navigation ul {
		width: auto;
	}

	#site-navigation li {
		position: static;
	}

	#site-navigation li a {
		position: relative;
		height: 53px;
		padding: 0 1.251em;
		overflow: hidden;
		line-height: 53px;
	}

@media screen and (max-width: 1200px) {
	#site-navigation li a {
		padding: 0 0.5em;
	}
}

	#site-navigation li:hover a {
		color: #fff;
	}

	#site-navigation li a::before {
		content: " ";
		display: block;
		position: absolute;
		z-index: -1;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		transition-duration: .1s;
	}

	#site-navigation li a:hover {
		background: none;
		color: #fff;
	}

	#site-navigation li:hover a::before {
		top: 0;
	}

	/* -- .current -- */
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a {
		background: none;
	}

	#site-navigation li.current-menu-item a,
	#site-navigation li.current_page_item a {
		color: #fff;
	}

	/* -- ul.sub-menu -- */

	#site-navigation ul.sub-menu {
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 40px 40px 40px;
		border: none;
		opacity: 0;
		font-size: 14px;
		letter-spacing: normal;
	}

	#site-navigation ul li:hover > ul {
		display: block;
		top: auto;
		-moz-animation-name: fade-in;
		-webkit-animation-name: fade-in;
		animation-name: fade-in;
		-moz-animation-duration: .2s;
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		opacity: 1;
	}

	#site-navigation ul.sub-menu li {
		width: auto;
		margin: 40px 40px 0 0;
		float: left;
		background: none;
	}

	#site-navigation ul.sub-menu li a {
		padding: 0;
		background: none;
		color: #fff;
		font-weight: bold;
		line-height: normal;
	}

	#site-navigation ul.sub-menu li a:hover {
		background: none;
		color: rgba(255, 255, 255, .6);
	}

	#site-navigation ul.sub-menu a::before {
		display: none;
	}

	/* -- ul.sub-menu ul -- */
	#site-navigation ul.sub-menu ul {
		display: block;
		position: static;
		margin: 20px 0 0 20px;
		padding: 0;
		border: none;
		border-left: 1px solid #fff;
		opacity: 1;
		background: none;
	}

	#site-navigation ul ul li:hover > ul {
		-moz-animation-name: none;
		-webkit-animation-name: none;
		animation-name: none;
	}

	#site-navigation ul.sub-menu ul li {
		margin: 0 0 15px;
		float: none;
	}

	#site-navigation ul.sub-menu ul li:last-child {
		margin: 0;
	}

	#site-navigation ul.sub-menu li li a {
		width: auto;
		padding: 0;
		font-weight: normal;
	}

	#site-navigation ul.sub-menu li li a::before {
		content: "";
		display: inline-block;
		position: static;
		width: 10px;
		height: 1px;
		margin-right: 10px;
		background-color: #fff;
		vertical-align: middle;
	}

	/* -- ul.sub-menu ul ul -- */
	#site-navigation ul.sub-menu ul ul {
		border: none;
	}

	/* -- current setting -- */
	#site-navigation li.current-menu-item > a,
	#site-navigation li.current-menu-ancestor > a {
		background: none;
		color: #fff;
	}

	#site-navigation li.current-menu-item > a::before,
	#site-navigation li.current-menu-ancestor > a::before {
		top: 0;
	}

	#site-navigation li li.current-menu-ancestor > a,
	#site-navigation li li.current-menu-item > a {
		background: none;
	}

	#site-navigation li li.current-menu-ancestor a:hover,
	#site-navigation li li.current-menu-item a:hover {
		background: none;
	}

	/* -- .sub-navigation -- */
	.sub-navigation {
		position: absolute;
		top: .85em;
		right: 2.5em;
	}

	.sub-navigation {
		right: auto;
		left: auto;
		width: 1070px;
		border: none;
		font-size: .8571em;
	}

	.sub-navigation ul {
		float: right;
		overflow: hidden;
	}

	.sub-navigation li {
		margin-right: .729em;
		float: left;
	}

	.sub-navigation li a {
		display: inline-block;
		padding: 0;
		border: none;
		background: none;
	}

	.sub-navigation li::before {
		content: "\f0c8";
		display: inline-block;
		margin: -5px 5px 0;
		font-family: FontAwesome;
		font-size: 10px;
		vertical-align: middle;
	}

	/* = Footer
	-------------------------------------------------------------- */

	/* -------- #toTop -------- */

	#toTop {
		right: 30px;
		bottom: 20%;
	}

	/* -------- footer nav -------- */

	footer nav li:nth-of-type(6n) {
		clear: none;
	}


	/* = Secondary
	-------------------------------------------------------------- */

	#secondary {
		width: 22.43%;
		margin-top: 0;
		padding: 0;
		border: none;
	}

	.left-set #secondary {
		float: left;
	}

	.home #secondary,
	.right-set #secondary {
		float: right;
	}

	#secondary section {
		margin-bottom: 2.143em;
		padding: 0;
		border: none;
	}

	#secondary h3 {
		margin-bottom: 1em;
		padding: 0 0 1em;
		border-left: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		font-size: 20px;
		line-height: 1;
	}

	/* -------- Common Widget -------- */

	.usces_recent_entries ul,
	.widget_welcart_page ul,
	.widget_pages ul,
	.widget_archive ul,
	.widget_welcart_post ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_recent_comments ul {
		margin: 0 0 0 .714em;
	}

	/* -- table -- */
	.widget_calendar table,
	.welcart_blog_calendar table,
	.widget_welcart_calendar table {
		width: 100%;
		margin: 0;
		float: none;
		border-collapse: collapse;
	}

	.widget_welcart_calendar table {
		margin-bottom: .714em;
	}

	/* -- list -- */
	.widget_welcart_category ul,
	.widget_categories ul,
	.widget_nav_menu ul {
		margin: 0 0 0 .357em;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		margin: 0 0 0 .714em;
	}

	#secondary .widget_basic_item_list .list {
		width: auto;
		margin: 0 0 1.428em;
		float: none;
	}

	#secondary .widget_basic_item_list .item-info-wrap {
		margin-left: 0;
	}

	/* -- .widget_welcart_bestseller -- */
	#secondary .widget_welcart_bestseller ul {
		padding: 0 0 0 .714em;
	}

	/* -- .widget_welcart_featured -- */
	.widget_welcart_featured ul {
		padding: 0 0 0 .714em !important;
	}


	/* = Content
	-------------------------------------------------------------- */


	#main {
		width: auto;
		margin: 2.857em 2.143em;
	}

	.home #main {
		margin: 0 1.071em;
	}

	#main.two-column {
		margin: 0 2.143em 4.286em;
	}

	/* -- 2Cloumn -- */
	.two-column .site-content-wrap {
		max-width: 1070px;
		margin: 0 auto;
	}

	.two-column #primary {
		width: 72.898%;
	}

	.two-column.left-set #primary {
		float: right;
	}

	.two-column.right-set #primary {
		float: left;
	}

	#main.two-column #content {
		width: 100%;
	}

	.two-column #secondary {
		width: 22.43%;
	}

	/* -- .common-parts -- */
	.common-parts {
		margin: 0 0 2.143em;
	}

	.common-guide-widget h2 {
		margin-bottom: 1.5em;
		font-size: 20px;
	}

	/* -- .section-head -- */
	.section-head,
	.page-header {
		margin-top: 0;
		margin-bottom: 2.857em;
		padding: 0 0 1.071em;
		border: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		background: none;
		color: inherit;
	}

	.section-head h2,
	.page-header h1 {
		font-size: 1em;
	}

	.section-head div,
	.page-header div {
		font-size: 1.714em;
		line-height: 30px;
	}

	.section-head h2,
	#content .page-header h1 {
		font-size: 2em;
		line-height: 30px;
	}

	/* -------- .pagination-wrap -------- */

	.pagination-wrap.top {
		margin: 0 0 1.428em;
		padding-top: 0;
		border: none;
	}

	.pagination-wrap.bottom {
		margin: 2.143em 0 0;
	}


	/* = index.php && show_on_front == Page
	-------------------------------------------------------------- */

	#main.index-content {
		margin-top: 2.857em;
	}

	.home .sof {
		margin: 2.857em 0;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	.home-widget {
		margin: 3.571em 0;
	}

	#beldad3.home-widget {
		margin: 0 0 2.857em;
	}

	#beldad4.home-widget {
		margin: 2.857em 0 0;
	}

	/* -- .widget -- */
	.home-widget .widget {
		margin-bottom: 2.857em;
	}


	/* -------- .widget_welcart_featured -------- */

	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0;
	}

	.home-widget .widget_basic_item_list .item-info-wrap {
		width: auto;
		margin-left: 0;
	}

	/* -- .upper -- */
	.upper .widget_welcart_featured li,
	.upper .widget_basic_item_list .list,
	.upper .widget_welcart_bestseller li,
	.no-sidebar .lower .widget_welcart_featured li,
	.no-sidebar .lower .widget_basic_item_list .list,
	.no-sidebar .lower .widget_welcart_bestseller li {
		width: 18%;
	}

	.upper .widget_welcart_featured li:nth-child(4n),
	.upper .widget_basic_item_list .list:nth-child(4n),
	.upper .widget_welcart_bestseller li:nth-child(4n),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(4n),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(4n),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(4n) {
		margin-right: 2.5%;
	}

	.upper .widget_welcart_featured li:nth-child(5n),
	.upper .widget_basic_item_list .list:nth-child(5n),
	.upper .widget_welcart_bestseller li:nth-child(5n),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(5n),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(5n),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(5n) {
		margin-right: 0;
	}

	.upper .widget_welcart_featured li:nth-child(n+5),
	.upper .widget_basic_item_list .list:nth-child(n+5),
	.upper .widget_welcart_bestseller li:nth-child(n+5),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(n+5),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(n+5),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(n+5) {
		margin-top: 0;
	}

	.upper .widget_welcart_featured li:nth-child(n+6),
	.upper .widget_basic_item_list .list:nth-child(n+6),
	.upper .widget_welcart_bestseller li:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(n+6),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(n+6) {
		margin-top: 5%;
	}

	.upper .widget_welcart_featured li:nth-child(4n+1),
	.upper .widget_basic_item_list .list:nth-child(4n+1),
	.upper .widget_welcart_bestseller li:nth-child(4n+1),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(4n+1),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(4n+1),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(4n+1) {
		clear: none;
	}

	.upper .widget_welcart_featured li:nth-child(5n+1),
	.upper .widget_basic_item_list .list:nth-child(5n+1),
	.upper .widget_welcart_bestseller li:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(5n+1),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(5n+1) {
		clear: both;
	}

	/* -- .slider -- */
	.upper .widget_welcart_featured .slider li:nth-child(5n+1),
	.upper .widget_basic_item_list .slider .list:nth-child(5n+1),
	.upper .widget_welcart_bestseller .slider li:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(5n+1),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(5n+1) {
		clear: none;
	}

	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(n+6),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(n+6) {
		margin-top: 0;
	}

	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(4n),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(4n),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(4n) {
		margin-right: 0;
	}

	.upper .widget_welcart_featured .slider .slick-prev,
	.upper .widget_basic_item_list .slider .slick-prev,
	.upper .widget_welcart_bestseller .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-prev,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-prev {
		left: -48px;
	}

	.upper .widget_welcart_featured .slider .slick-next,
	.upper .widget_basic_item_list .slider .slick-next,
	.upper .widget_welcart_bestseller .slider .slick-next,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-next,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-next,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-next {
		right: -48px;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	/* -------- #main-visual -------- */

	#main-visual .flex-control-nav {
		width: 950px;
		margin: 1.428em 0 2.143em;
	}

	/* -------- .home-area -------- */

	.home-area {
		margin: 2.857em 0;
	}

	.topics-area {
		margin-top: 1.428em;
	}

	/* -------- .lower -------- */

	#main .lower {
		position: relative;
		margin: 3.571em 0 5.714em;
	}

	.no-sidebar .products-box {
		width: auto;
		float: none;
	}

	.products-box {
		width: 72.898%;
		float: left;
	}

	/* -------- .layout-grid -------- */

	.no-sidebar .layout-grid .list {
		width: 18%;
	}

	.no-sidebar .layout-grid .list:nth-child(4n) {
		margin-right: 2.5%;
	}

	.no-sidebar .layout-grid .list:nth-child(5n) {
		margin-right: 0;
	}

	.no-sidebar .layout-grid .list:nth-child(4n+1) {
		clear: none;
	}

	.no-sidebar .layout-grid .list:nth-child(5n+1) {
		clear: both;
	}

	.no-sidebar .layout-grid .list:nth-child(n+5) {
		margin-top: 0;
	}

	.no-sidebar .layout-grid .list:nth-child(n+6) {
		margin-top: 4%;
	}

	.no-sidebar .layout-grid.slider .list,
	.no-sidebar .layout-grid.slider .list:nth-child(4n) {
		margin-right: 0;
	}

	.no-sidebar .layout-grid.slider .list:nth-child(5n+1) {
		clear: none;
	}

	.no-sidebar .layout-grid.slider .list:nth-child(n+6) {
		margin-top: 0;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 14.583%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(4n) {
		margin-right: 2.5%;
	}

	.cat-area .noslider .list:nth-child(6n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+5) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+7) {
		margin-top: 4%;
	}

	/* -------- .pickup-area -------- */

	.pickup-area .title {
		margin-bottom: .333em;
		font-size: 1.071em;
	}

	.pickup-area .excerpt {
		font-size: .928em;
	}

	.pickup-area .slider,
	.pickup-area .noslider {
		margin: 0;
	}

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -48px;
	}

	.pickup-area .slider .slick-next {
		right: -48px;
	}

	/* -- .noslider -- */
	.pickup-area .noslider .list {
		width: 32%;
		margin-right: 2%;
		padding: 0;
		float: left;
	}

	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 2%;
	}

	.pickup-area .noslider .list:nth-child(3n) {
		margin-right: 0;
	}

	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 0;
	}

	.pickup-area .noslider .list:nth-child(n+4) {
		margin-top: 3.5%;
	}

	/* -------- .product-area -------- */

	.product-area {
		margin: 0;
	}

	.product-list {
		margin: 0;
	}

	/* -- .no-date -- */
	.product-area .no-date {
		margin: 0;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 0 0 2.142em;
	}

	.cat-img,
	.cat-desc {
		margin: 2.142em 0;
	}

	.cat-desc {
		font-size: inherit;
	}

	/* -------- .info-list -------- */

	.info-list {
		margin: 0;
	}

	.info-list .list {
		margin-bottom: 2.143em;
	}

	.info-list .title {
		font-size: 1.143em;
	}

	.info-list .excerpt p {
		font-size: inherit;
	}


	/* = single.php + page.php
	-------------------------------------------------------------- */


	#show {
		padding: .714em;
	}

	.entry-header {
		margin: 0 0 1.428em;
		padding: 0;
		border: none;
	}

	#content .entry-header h1.entry-title {
		font-size: 2em;
		line-height: 30px;
	}

	/* -------- .entry-meta -------- */

	.entry-meta {
		margin: 0 0 1.428em;
	}

	.entry-meta span {
		margin: 0;
		padding: 0 .714em;
		border-right-width: 1px;
		border-right-style: solid;
		font-size: 1em;
	}

	.entry-meta span.date {
		border-left-width: 1px;
		border-left-style: solid;
	}

	/* -------- .entry-img -------- */

	.entry-img {
		margin-bottom: 2.143em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 0 4.286em;
	}

	.entry-content h2,
	.entry-content h3 {
		margin-bottom: 1em;
		font-size: 1.428em;
		line-height: 1.428em;
	}

	/* -------- .single-related -------- */

	.single-related h2 {
		margin-bottom: 1.25em;
		padding: .75em;
		font-size: 1.428em;
		line-height: 1.428em;
	}

	.single-related .cf {
		margin: 0;
	}

	/* -- comment-area -- */
	.comment-area {
		margin: 0;
	}

}

/********** ---- MY CSS ---- ********/
		/* ページ切り替えフェード */
		body {
			animation: fadein 1.2s forwards;
		}
		@keyframes fadein {
			0% {opacity: 0}
			100% {opacity: 1}
		}
		body {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.7em;
		letter-spacing: 0.7px;
	}

	p, span {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.7em;
		letter-spacing: 0.7px;
	}

	h1, h2, h3, h4, h5, h6, .site-title, .f-logo {
		font-family: 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue";
		font-weight: 500;
		line-height: 1.3em;
		letter-spacing: 1.5px;
	}

	.clearfix::after {
		content: "";
		display: block;
		clear: both;
 }

	a:focus, *:focus { 
		outline:none;
	 }

	 p.thank-you {
		text-align: center;
	}

	/*** MW FORM お問い合わせ***/
	div#mw_wp_form_mw-wp-form-29 {
    text-align: center;
}
	.page-id-13 .page-title {
    background-image: url(img/contact1.jpg);
	background-position: 25% 48%;
}
	.cform input[type="number"] {
		height: 32px;
		padding: 0 .714em;
		line-height: 32px;
		border-radius: 3px;
	}
	.cform input[type="number"]::-webkit-outer-spin-button, 
	.cform input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
	} 
	.cform input[type="number"] { 
	-moz-appearance:textfield; 
	} 
	.cform input[type=number] {
		width: 300px !important;
		border-radius: 5px;
		background: #fff;
		border-width: inherit;
		border:1px solid  #c7c7d2 !important;
	}

	/*** フェード ***/
.my_anm_mod, .my_anm_mod2 {
	font-family: 'Alex Brush', 'Dancing Script', 'Lato', cursive;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all 1s ease;
	margin-right: 10px;
 }
 .my_anm_mod3 {
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all 1s ease;
 }
 .my_anm_mod3 {
	opacity: 0;
	transform: translate3d(0, 40%, 0); /* フェードを出すタイミング（数が大きいほど遅くなる）*/
	transition: all 1s ease;
 }
 .my_anm_mod4 {
	opacity: 0;
	transform: translate3d(0, 20%, 0); /* フェードを出すタイミング（数が大きいほど遅くなる）*/
	transition: all 1s ease;
 }

 .full {
	width: 100%;
	font-size: 3rem;
 }
 .my_full {
	 width: 100%;
	 font-size: 3rem;
	}

 /*フェードイン方向*/
 .left2 {
	transform: translate3d(-100%, 0, 0);
 }
 .my_left {
	 transform: translate3d(-100%, 0, 0);
	}
/*フェードイン方向*/
 .right2 {
	transform: translate3d(100%, 0, 0);
 }
 .my_right {
	 transform: translate3d(100%, 0, 0);
	}

 /*速度*/
 .delay {
	transition: all 2s ease;
 }
 .my_delay {
	 transition: all 1.7s ease;
	}

	/*速度*/
 .fast {
	transition: all 0.8 ease;
 }
 .my_fast {
	 transition: all 0.8 ease;
	}

.animation .anm_mod.active {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.animation .my_anm_mod.active {
 opacity: 0.8;
 transform: translate3d(0, 0, 0);
}
.animation .my_anm_mod2.active {
 opacity: 0.5;
 transform: translate3d(0, 0, 0);
}
.animation .my_anm_mod3.active {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
.animation .my_anm_mod4.active {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}




/*** page/category/共通 ***/
.mask {
	background: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 30px 0;
}
.page-title {
    background-size: cover;
    background-position: 50% 42%;
    width: 100%;
    height: 100%;
	border: 2px solid #ececec;
}
.head-title h3 {
	font-size: 25px;
	font-weight: bold;
}
.head-title {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#3070b8), to(#1daa8c));
  background-image: -webkit-linear-gradient(left, #3070b8 0%, #1daa8c 100%);
  background-image: linear-gradient(to right, #3070b8 0%, #1daa8c 100%);
    text-align: center;
	margin-bottom: 50px;
}
#main.two-column {
	margin-top: 60px;
}

h2.page-title {
    margin: 0 0 60px !important;
    position: relative;
    white-space: nowrap;
    text-align: center;
}
h2.page-title span {
    display: inline-block;
    padding: .25em .75em .15em .75em;
    /* background: #fff; */
    font-size: 31px;
    font-weight: bold;
    letter-spacing: .2em;
    color: #3070b8;
	text-shadow: 0 0 0.2em #efefef;
}
h2.page-title p {
    font-size: .75em;
    color: #5b5b5b !important;
    font-weight: 700 !important;
    letter-spacing: .3em !important;
    margin: -.25em 0 0 !important;
    padding: 0 !important;
}
/* h2.page-title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #ccc;
    z-index: -3;
} */

.common-parts {
    display: none;
}
	span.author {
    display: none;
}
	input[type="button"], input[type="submit"], input[type="reset"] {
		height: 46px;
		line-height: 46px;
	}
	/* .win input[type="button"], .win input[type="reset"] {
		height: 38px;
		line-height: 38px;
	}
	.win input[type="submit"] {
		line-height: normal;
	} */
	.skuform .quantity input.skuquantity {
		width: 44px !important;
		height: 44px;
		line-height: 44px;
	}
	/* .win .skuform .quantity input.skuquantity {
		width: 39px !important;
		height: 39px;
		line-height: 39px;
	} */
	.skuform input.skubutton {
		height: 46px;
		line-height: 46px;
	}
	/* .win 	.skuform input.skubutton {
		height: 41px;
		line-height: 41px;
	} */
.skuform .quantity input.skuquantity {
    width: 46px !important;
    height: 46px;
    line-height: 46px;
}
/* .win .skuform .quantity input.skuquantity {
	width: 41px !important;
	height: 41px;
	line-height: 41px;
} */
	.skuform .skubutton, #wc_reviews .reviews_btn a, .send input[type="button"], .send input[type="submit"], #wc_ordercompletion .send a, #searchbox input.usces_search_button, #wc_login .loginbox .new-entry #nav a, #wc_member .loginbox .new-entry #nav a, .member_submenu a, #wc_lostmemberpassword #member_login, #wc_lostmemberpassword #nav a, #wc_newcompletion #memberpages p a, #wc_lostcompletion #memberpages p a, #wc_changepasscompletion #memberpages p a, #wc_lostcompletion #memberpages .send a, #wc_changepasscompletion #memberpages .send a, #wc_changepassword #member_login {
		height: 48px !important;
		line-height: 48px !important;
}


	/*タグ(新着など)*/
	.opt-tag {
    margin: 0;
}
	a img:hover + .opt-tag {
    opacity: 1;
}
	ul.opt-tag li.new, ul.opt-tag li.recommend {
    margin-right: 2px;
	}
		ul.opt-tag li.new {
    margin: 2px 2px 2px 0;
	}
	.category ul.opt-tag li.new, .home ul.opt-tag li.new {
	  position: relative; 
    top: -2px;
	}
.category .opt-tag, .home .opt-tag {
	margin: 0;
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 2;
}
	.single #itempage div.itemcode {
    text-align: right;
		margin-bottom: 7px;
}

	.home .opt-tag li {
		margin: 2px 2px 0 0;
	}
	.home .opt-tag {
		margin: 0;
		position: absolute;
		width: 100%;
		text-align: left;
	}
	/*ソート機能*/
	form#sort_form {
		display: inline-block;
	}
	.pagination-wrap.top.cf {
		display: inline-block;
		float: right;
	}
	nav.f-subnav {
		border-color: transparent;
}
select.sort-box {
	border: 1px solid #d0d0d0;
	height: 35px;
	line-height: 35px;
	color: #393838 !important;
}

/*** ヘッダー画像　スマホ用 ***/

.sm-pic {
display: none;
}


/**ヘッダーセカンド背景**/
.second-wall {
	background-image: url(img/second-bg6.png);
	background-position: 20% 27%;
}
.second-wall, .second-bg, .second-bg2 {
	height: 300px;
	background-color: rgba(255,255,255,0.6);
	background-size: cover;
	background-blend-mode: lighten;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.second-wall h1, .second-title h1 {
	text-shadow: 1px 1px 1px #777777;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 8px 35px;
	background-color:rgb(202 199 196 / 25%);
	font-family: 'Noto Serif JP', serif;
}	

.second-bg, .second-bg2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	background-color: rgb(190 175 170);
}
/* .win .second-bg, .second-bg2 {
	height: 155px;
} */

div.pagination-wrap.top.cf {
	border-color: transparent;
}

/*ページネーション*/
ul.page-numbers li a {
	/* background-color: #2c3975 !important; */
  /* color: #ffffff !important; */
  /* border-color: #00628c !important; */
}
ul.page-numbers li a, ul.page-numbers li span {
	font-size: 12px !important;
	width: 31px !important;
	height: 31px !important;
	line-height: 31px !important;
}
/* .win ul.page-numbers li a, ul.page-numbers li span {
	font-size: 11px !important;
} */
ul.page-numbers li span {
/* background-color: #2c3975 !important; */
}
.pagination-wrap.top ul.page-numbers {
	/* margin-left: 0 !important;
	border-color: transparent !important; */

	display: none;
}

/*** ヘッダー画像サイズ調整 ***/
/* #main-visual .flexslider li.list {
  max-width: 900px !important;
  max-height: 630px !important;
}
#main-visual .flex-row {
  width: 900px;
}
#main-visual .flex-control-paging li a {
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#main-visual .flex-control-nav {
	width: 100%;
	text-align: center;
} */
/* #main-visual .flex-control-nav {
	width: 100%;
	text-align: center;
}
.flex-control-paging li a.flex-active {
	background-color: rgb(175 174 174) !important;
}
.flex-control-paging li a {
	background-color: rgb(199 198 198 / 60%) !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 6px;
} */


/*** トップページ ***/

.main-image {
  width: 100%;
  margin: 0 auto;
  /* height: 500px;
  object-fit: cover; */
  /* padding-top: 36%; */
}

.main-image img {
  width:100%;
  /* height: 500px;
  object-fit: cover; */
  /* padding-top: 36%; */
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;

}

.swiper-wrapper .swiper-slide {
  background-position: 0 30%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px; 

  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* border-radius: 10px; */
  /* border: 1px solid #dc808d; */
}

.swiper-container {
  position: relative; /* ← swiper.cssに含まれています */
}

.swiper-container:before {
  content: "";
  display: block;
  padding-top: calc(9/16*100%); /* 縦/横*100の値を書く */
}

.swiper-wrapper {
  position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}

/*SWIPERの高さ調整*/
.swiper-container:before {
	content: "";
	display: block;
	padding-top: calc(9/25*100%);
}

/*** シンプルで見やすいレート表 ***/


.rate-num {
    background: #f7f7f7;
}
.flex-box2 img {
    max-height: 180px;
}
p.o-btn {
    text-align: center;
    margin-top: 10px;
}
p.rate-text {
    font-weight: bold;
}
.rate-o p, .rate-g p {
	font-size: 18px;
}
.rate-num {
	    /* height: 100%; */
		vertical-align: middle;
}
.rate-num p {
	    height: 100%;
		font-weight: bold;
}
table.rate-new-tbl {
    height: 100%;
}
table.rate-new-tbl tbody, table.rate-new-tbl th {
    height: 100%;
}
table.rate-new-tbl tbody .sell01 {
			vertical-align: middle;
}
table.rate-new-tbl tbody .sell01 .country-box  {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
table.rate-new-tbl tbody .sell01 .country-box .country-box-inner  {
		display: block;
		padding-bottom: 5px;
}
table.rate-new-tbl tbody .sell01 .country-box .country-box-inner div img  {
		width: 80%;
    margin: 0 auto;
    display: block;
}

.flex-box1 {
    height: 100%;
	width: 100%;
	display: table;/*要素中央*/
	
}
.flex-box2 {
    width: 100%;
	display: table-cell;/*要素中央*/
    vertical-align: middle;/*要素中央*/
}
.gry-bg {
        background: #fef3e3;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
.gry-bg p {
        margin: 0 0 5px !important;
    }	
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}	
p.country-name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    /* color: #1b1872;
    background: #e3e3e7; */
	color: #fff;
	background: #006bbf;
}
.rate-gry dt {
	font-weight: bold;
        float: left;
        margin-right: 10px;
        color: #ff4700;
    }
	.rate-gry dd {
        float: right;
        color: #ff4700;
        font-weight: bold;
        font-size: 18px;
    }
th.rate-01 span, th.rate-01  {
    /* display: block; */
    font-weight: bold;
    margin-top: -5px;
}
th.rate-01 span {
	display: block;
}
    .rate-new-tbl th.rate-01 {
        width: 30%;
    }
	    .rate-new-tbl th {
        padding: 5px;
        width: 35%;
        border: 1px solid #dedede;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0px;
    }
	.rate-o {
        color: #ff4700;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
	.rate-g {
        color: #18AA18;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
	.rate-new-tbl td {
        padding: 5px;
        border: 1px solid #dedede;
        border-collapse: collapse;
        border-spacing: 0px;
		height: 100%;
    }

/*ボタン*/
.btn,
a.btn,
button.btn {
width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  /* font-size: 1.8rem; */

  position: relative;

  padding: 0.7em;

  color: #fff;
  border-radius: 10px;
  background: #009944;
  -webkit-box-shadow: 0 5px 0 #00662d;
  box-shadow: 0 5px 0 #00662d;
}
a.s-btn {
	/* background: #084a6b; */
	background: #0260a6;
	-webkit-box-shadow: 0 5px 0 #062331;
  box-shadow: 0 5px 0 #062331;
	
}

a.btn-c span {
  color: #fff100;
  font-size: 1.2em;
  font-weight: bold;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 0.6em;
  font-size: 20px;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #009944b5;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #015326;
}

a.s-btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  /* background: #084a6bc2; */
  background: #0260a6bd;
  -webkit-box-shadow: 0 2px 0 #011119;
  box-shadow: 0 2px 0 #011119;
}	

/*** リアルタイムレート(お気に入り通貨レートキイツウカ) ***/
.page-id-18 .entry-content {
    margin-bottom: 25px;
}
.page-id-18 h2.page-title {
    margin-bottom: 25px !important;
}
.page-id-18 h2.page-title {
    margin-bottom: 20px;
}
.page-id-18 .page-title {
	background-image: url(img/real-time-rate.jpg);
}
div.hiddenTwo.hiddenFour.js-col-prev {
    display: none !important;
}
.respTbl section {
    height: 600px;
}

/*** よくある質問 ***/
.page-id-20 .page-title {
	background-image: url(img/question.jpg);
}
div#txt-area h3 {
    font-weight: bold;
    background-image: linear-gradient(to right, #006bbf 0%, #1daa8c 100%);
    padding: 1rem 1rem;
    color: #fff;
    font-size: 21px;
	text-align: center;
}
div#txt-area {
    margin-bottom: 60px;
}

/*** プライバシーポリシー ***/
.page-id-3 .page-title {
    background-image: url(img/privacy.jpg);
}
.page-id-3 .mask {
    background: rgba(255, 255, 255, 0.6);
}
p.title2.has-white-color.has-text-color.has-background.has-link-color {
    padding: 15px;
    text-align: center;
	 margin-bottom: 1.4em;
}

/*** 観光地レビュー ***/
.safari .wp-block-latest-posts__list.trip-list.wp-block-latest-posts li {
margin-left: 35px;
}
.glsr-reviews.reviews-trip {
    padding-top: 40px;
    border-top: dashed 1px #ccc;
}
.trip-list {
background: #fff5dc;
margin-left: 0 !important;
padding: 20px 20px 20px 30px;
 /* margin-bottom: 60px !important; */

}
.trip-list li {
	font-weight: bold;
}
.trip-lists2{
font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

  font-size: 1.8rem;

  display: block;
  overflow: hidden;

  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #e6d900;
  background: #fff100;
}
.trip-lists:before {
  font-size: 12px;
  font-weight: bold;

  position: absolute;
  top: 1.2rem;
  right: -1.5rem;
  padding: 0 32px 0 48px;
  color: #fff;
  content: "レビュー!";
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transform-origin: top;
  transform-origin: top;

  background: #eb6100;
  -webkit-box-shadow: 0 3px 3px #e6d900;
  box-shadow: 0 3px 3px #e6d900;
}
.trip-lists {
	display: block;
  position: relative;
 padding: 10px;
  border: 1px solid #1b7e40;
  border-radius: 7px;
  background: #1b7e40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  margin-bottom: 35px !important;
}



.add-review {
  display: flex;
  align-items: center;/* 縦位置の調整 */
/*    justify-content: center;*/
}

.add-review::before,
.add-review::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 3px;
  background: #009944;
}
/* 見出しの文字と横棒の間隔を開ける */
.add-review::before {
  margin-right: 30px;
}
.add-review::after {
  margin-left: 30px;
}

.page-id-166 .page-title {
    background-image: url(img/kankou.jpg);
    background-position: 25% 39%;
}
.page-id-166 .glsr-default .wp-block-button {
    text-align: center;
    margin-top: 13px;
}
.page-id-166 .wp-block-button__link {
    background-color: #009944;
}
.page-id-166 .site-content .glsr-review-title {
    padding-bottom: 10px;
}
.page-id-166 .site-content .glsr-default .glsr-review {
display: block;
}
.page-id-166 .site-content .glsr-default .glsr-review-rating, .page-id-166 .site-content .glsr-default .glsr-review-date {
text-align: center;
padding: 0 5px;
}
.page-id-166 .site-content .glsr-default .glsr-review-author {
    width: 100%;
	padding: 0 10px;
	justify-content: center;
	padding-bottom: 5px;
}
.page-id-166 .site-content .glsr-review-content {
    display: flex;
	flex-direction: column;
	padding: 10px;
}
.page-id-166 .site-content .review-icon img {
	width: 70px;
}
.page-id-166 .site-content .review-icon {
    order: 1;
    text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #dfe9f4;
	margin-bottom: 10px;
}
.page-id-166 .site-content .glsr-tag-value {
    order: 2;
}
.page-id-166 .site-content .glsr-review-title h4.glsr-tag-value {
	font-weight: bold;
	font-size: 16px;
	background: #ffb107;
}
.page-id-166 .site-content .glsr-reviews {
    /* display: flex; */
    /* width: 100%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-id-166 .site-content .glsr-reviews::after{
  content:"";
  display: block;
  width: 30.7%;
}
.page-id-166 .site-content .glsr-review {
	width: 30.7%;
	border: 1px solid #eee;
	text-align: center;
}

/*** お客様の声 ***/
.page-id-164 .glsr-default .wp-block-button {
    text-align: center;
    margin-top: 13px;
}
.page-id-164 .wp-block-button__link {

    background-color: #009944;
}
.page-id-164 .page-title {
    background-image: url(img/voice.jpg);
    background-position: 25% 48%;
}
.glsr.glsr-default.glsr-ltr {
    margin-bottom: 60px;
}
.page-id-164 .entry-content .glsr-reviews {
    gap: 1em;
}
.page-id-164 .entry-content .glsr-review-content .glsr-tag-value {
width: 88%;
}
.page-id-164 .entry-content .review-icon {
	width: 10%;
}
.page-id-164 .entry-content .glsr-review-author {
    text-align: right !important;
    display: block !important;
    width: 100% !important;
	margin-top: -10px;
}
.page-id-164 .entry-content h4 {
    background-color: #ffedbd;
}
.page-id-164 .entry-content .review-icon img {
    width: 70px;
}
.page-id-164 .glsr-review-content {
    display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.page-id-164 .entry-content .glsr-review {
    border: 1px solid #ccc;
	padding: 15px 20px 10px;
}
.page-id-164 .entry-content h4.glsr-tag-value {
    font-size: 16px;
    font-weight: bold;
}
.page-id-164 .entry-content span.glsr-tag-value {
    font-size: 13px;
}

/*** 郵便取引フォーム ***/

.bottom-btn input[type="submit"]:hover, p.bottom-btn2 .prev:hover {
    color: #fff !important;
}
.bottom-btn input[type="submit"], p.bottom-btn2 .prev {
    
    min-width: 300px;
    font-weight: bold;
    font-size: 20px;
    background-image: linear-gradient(to right, #fe251b 50%, #f7841d 100%);
}

p.bottom-btn, p.bottom-btn2 {
    text-align: center !important;
}
p.form-box.post-box {
    max-width: 200px;

}
.page-id-129 .page-title {
    background-image: url(img/form.jpg);
}

.each-part.part2.message-last {
    margin-top: 4px;
}
p.form-box.messaage-flame {
    padding: 0 5px;
	width: 100%;
    padding-right: 0;
}
.marks {
    position: absolute;
    bottom: 0;
    left: calc(50% + 4em);
}
.parts-head.hover-point {
	cursor: pointer;
	position: relative;
}
div#order_body_6_1, div#order_body_6_1, div#order_body_6_1,
.message-form {
	height: 100%;
}
p.parts-head {
    margin-bottom: 2px;
    margin-top: 2px;
}
.in-flex .form-box {
    padding-bottom: 2px;
}
.form-box.smaller-down {
    padding-bottom: 0;
}
p.form-box.smaller-up {
    padding-top: 4px;
}
input.wmmp_item.bigger-down {
    margin-bottom: 2px;
}

p.part-left {
    /* width: 250px; */
    font-weight: bold;
    font-size: 12px;
    max-width: 200px;
    min-width: 200px;
}

p.parts-head {
    background: #e0e0e2;
}
section.parts.part2 {
    margin-top: 3px;
}
p.parts-head {
    margin-bottom: 0;
    text-align:center;
}
span.triangle{
    margin-left:14px;
}
.each-part {
    /* margin-top: 7px; */
    margin-top: 2px;
    margin-bottom: 2px;
}
p.error-txt {
    margin-bottom: 0 !important;
    /* background: yellow;
	padding: 5px 10px;
	font-weight: bold; */
}
p.error-txt .error {
    margin-bottom: 0 !important;
    background: yellow;
	padding: 5px 10px;
	font-weight: bold;
}
p.form-box {
    margin-bottom: 0 !important;
	padding: 5px;
}


.part-left{
	background: red;
	margin-bottom: 0 !important;
	display: flex;
    align-items: center;
	padding: 10px;
	color: #fff;
}
.part-left span {
	font-size: 12px;
	margin-left: 5px;
}


.part-flex {
    display: flex;
    width: 100%;
}

.in-flex {
    display: flex;
}

span.mwwp_mes2{
    font-size:12px;
    color:red;
}
span.mwwp_mes3{
    font-size:12px;
    color:red;
}
.wmmp_item{
    width:100%;
}
.wmmp_item_money{
    width:60%;
}

/*** お取引方法 ***/
.content-area h3 {
    background: #eee;
    padding: 7px;
    margin-bottom: 10px;
}
.content-area {
    margin-top: 35px;
}
.deal_title {
	background: #016DBD;
	color: #fff;
	font-size: 30px;
	padding: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.step-area {
    margin-bottom: 40px;
}
.text-box.text1 {
    font-weight: bold;
    color: #fe7915;
	text-align: center;
	margin-bottom: 9px;
	font-size: 18px;
}
.text-box.text2, .text-box.text3, .text-box.text4 {
    margin-bottom: 8px;
}
.text-box.text4 {
    color: #f33636;
    font-weight: bold;
}
.pics-box {
    margin-bottom: 10px;
}
.pics-box.red{
    background-color: #FF0000;
}
.pics-box img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}
.text-box.step-title {
    text-align: center;
    background: #2d94cc;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
	margin-bottom: 5px;
}
h3.each-title {
    font-weight: bold;
    background-image: linear-gradient(to right, #3070b8 0%, #1daa8c 100%);
    padding: 1rem 1rem;
    color: #fff;
    font-size: 21px;
	margin-bottom: 40px;
	text-align: center;
}
.pics-box.js-1 {
    background: #f8cc49;
}
.pics-box.js-2 {
    background: #f8cc49;
}
.pics-box.js-3 {
    background: #f8cc49;
}

.cfs-box {
    display: flex;
    justify-content: space-between;
}
.field-wrapper {
    width: 30%;
}
.page-id-10 .page-title {
    background-image: url(img/contact1.jpg);
    background-position: 25% 48%;
}

.mb20 {
		margin-bottom: 20px;
}
.mb60 {
		margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
	.deal_title {
		font-size: 24px;
		padding: 14px;
	}
	.mb60 {
			margin-bottom: 40px;
	}
}

/*** 会社概要 ***/
.page-id-15 th .p1 {
    margin-bottom: 0;
}
.page-id-15 .page-title {
	background-image: url(img/company.jpg);
	background-position: 0% 70%;
}
.entry-content .tblStyle_01.setMrg_17.style_03 ol {
    margin: 0 0 0 1.42857em;
}
.terms-sec .entry-content h1 {
    margin-bottom: 1.2em;
}
.entry-content .company-detail .act ol {
    margin-bottom: 0;
}
.company-detail .act ol li {
    margin-bottom: 9px;
}
h2.company-logo {
    background-color: transparent !important;
    border-left: none !important;
}
.page-id-14 .two-column .site-content-wrap {
	margin: 60px auto 0;
	max-width: 800px;
}
div.tblStyle_01 th {
	background-color: transparent;
	border: 0;
}
div.tblStyle_01 td {
	border: 0;
}
h2.company-logo {
	text-align: center;
}
h2.company-logo img {
	width: 100px;
}
/* .win h2.company-logo img {
	width: 83px;
} */
.tblStyle_01 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.tblStyle_01 {
	line-height: 1.6em;
}
/* @media screen and (min-width: 769px) { */
	.tblStyle_01 td, .tblStyle_01 th {
    display: table-cell;
    padding: 32px 0;
}	
	.tblStyle_01 th {
    width: 26.13941%;
    padding-right: 2em;
    vertical-align: middle;
		font-weight: 400;
    text-align: left;

}	
.tblStyle_01.style_03 th {
    padding-bottom: 32px;
}
.tblStyle_01 tr {
    border-bottom: 1px solid #DCDCE1;
    padding: 5.33333vw 0 8vw;
		display: table-row;
}
.tblStyle_01 tbody {
    display: table-row-group;
}
.setMrg_17 {
	margin-top: 25px;
  margin-bottom: 80px;
}
.tblStyle_01.style_03 table, .tblStyle_01.style_04 table {
	border-top: 1px solid #DCDCE1;
}
.tblStyle_01 table {
	display: table;
	border: none;
}

/*** 特定商 ***/
.page-id-33 .entry-content h2 {
    border-color: #16979b;
	border-top-width: 2px;
}
.page-id-33 table.has-fixed-layout {
    margin-top: 0 !important;
}
.page-id-33 .page-title {
    background-image: url(img/law.jpg);
	background-position: 25% 53%;
}
.page-id-33 .entry-content th {
    background-color: inherit;
}
.page-id-33 .entry-content td, .entry-content th {
	border-color: rgb(195 197 198) !important;
}
.page-id-33 .entry-content table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin: 30px auto 90px;
}

.page-id-33 .entry-content table tr {
  /* background-color: #e6f2f5; */
  padding: .35em;
  border-bottom: 1px solid rgb(117 135 153);
}
.page-id-33 .entry-content table th {
	padding: 1.5em 10px 1.5em 1em;
  border-right: 1px solid rgb(117 135 153);
  border-left: 1px solid rgb(117 135 153);
	/* color: rgb(0 107 192); */
	font-weight: bold !important;
}
.page-id-33 .entry-content table td {
	padding: 1.5em 10px 1.5em 1em;
  border-right: 1px solid rgb(117 135 153);
  border-left: 1px solid rgb(117 135 153);
  
}
.page-id-33 .entry-content table th {
  width: 32%;
}

.page-id-33 .entry-content table thead tr{
  color:#fff;
}
.page-id-33 .entry-content table tbody th {
    background: rgb(255 255 255);
    font-weight: normal;
}


/* .page-id-33 .entry-content th {
  font-size: 14px;
}
.page-id-33 .entry-content td {
  font-size: 14px;
} */

.page-id-33 .entry-content .txt-top {
  border-top: 1px solid #aac0d5;
}
.page-id-33 .entry-content .txt-bottom {
  border-bottom: 1px solid #aac0d5;
}
.page-id-33 .entry-content .th-last {
  border-bottom: 1px solid #aac0d5;
}
.page-id-33 .entry-content p {
  margin-bottom: 0;
}
/* ul.act-ul {
  margin: 0;
}
ul.act-ul li {
  list-style: none;
} */

/*サイトロゴ*/
h1.site-title img, div.site-title img {
	width: 220px;
	height: auto;
}


/*** カテゴリー ***/
.pagination-wrap.top.cf {
	display: inline-block;
	float: right;
}
form#sort_form {
	display: inline-block;
}

/** フッター　固定 **/
a.l-footer_contact_box_btn.footer-btn2.contact_web:hover, a.l-footer_contact_box_btn.contact_tel.btn-down:hover {
	color: #fff !important;
}
.l-footer_contact {
    display: none;
}
img.line-icon {
    left: -6px;
    width: 30px;
    position: relative;
    top: -15px;
    display: inline-block;
}
.l-footer_contact_box .fa-envelope:before {
    color: #fff;
	font-size: 22px;
}

/* footer {
    padding-bottom: 98px;
} */
.l-footer_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f8f7ad;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
    z-index: 999;
}
.l-footer_contact_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.l-footer_contact_box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-footer_contact_box_btn {
    display: block;
    width: 49.5%;
    height: 80px;
    color: #fff;
    /* border: solid 2px #213f7c; */
    background-color: #213f7c;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    /* padding-top: 0.8rem; */
}
.l-footer_contact_box_btn .small {
    display: block;
    font-size: 12px;
    font-weight: 500;

    line-height: 1;
	/* margin-bottom: -1.2rem; */
}
.l-footer_contact_box_btn .small-in {
	 font-size: 12px;
}
 .footer-btn2  {
background-color: #ff7900;
 }
 .footer-btn1 {
	background-color: #213f7c;
 }
.l-footer_contact_box_btn {
	border-radius: 6px;
    display: block;
    width: 49%;
    height: 60px;
    color: #fff;
    border: solid 2px #dbd3d3;

    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
     /* padding: 4px 10px 10px; */

    padding-top: 4px;
	/* line-height: 2.15; */
}
.fa-solid.fa-phone-volume {
    transform: rotate(-29deg);
}
.fa-light {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

i.fa-solid.fa-cart-shopping, i.fa-light.fa-envelope {
	margin-right: 3px;
	
}
i.fa-solid.fa-phone-volume {
    font-size: 21px;
	margin-right: 3px;
	color: #fff;
}
.l-footer_contact_box .fa-line:before {
    font-size: 31px;
	color: #02c755;
}
span.big {
    font-size: 18px;
	font-weight: bold;
}
a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
    font-size: 18px;
	font-weight: bold;
}
a.l-footer_contact_box_btn.footer-btn2.contact_web {
    padding-top: 3px;
}
a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
    line-height: 0.8;
}


/** フッター **/
footer a:hover {
    color: #ede8e8 !important;
}
footer .cf {
    text-align: center;
}
i.fa-solid.fa-envelope {
    margin-right: 3px;
}
footer div.bottom {
	padding-bottom: 40px;
	/* padding-bottom: 1em; */
}
.footer-upper {
    margin-bottom: 3px;
}
.copyright {
	padding-top: 0.8em;
}
.sns li i.twitter-svg::before {
    background-color: #111;
}
.sns li i.instagram-svg::before {
    background-color: inherit;
	/* background-color: #bf009e; */
background-image: linear-gradient(221deg, #bf009e 0%, #fdbf1b 99%, #ffffff 100%);

}
.footer-down {
    margin-bottom: 7px;
}
.com-box p {
    line-height: 1.3em;
}
.sns li:first-child {
	margin-left: 0;
	padding-left: 0;
}
div.sns {
    /* border-left-color: inherit; */
    margin-left: 0;
	border-left-width: 0;
	padding-left: 0;
}
.top.cf {
    padding-bottom: 0;
	padding-top: 1.6em;
}
span.tel-flame {
    font-size: 13px;
    border: 1px solid #fff;
    padding: 3px 5px;
}
.footer-inner {
    text-align: center;
}
p.logo-txt {
    color: #fff100;
    font-weight: bold;
    font-size: 23px;
}
.copyright {
	font-size: 14px;
	/* font-size: 12px; */
}
/* .win .copyright {
	font-size: 10px;
} */


footer .footer-box .footer-inner .logo-txt a {
	color: #fff100;
    font-weight: bold;
    font-size: 36px;
}


/** フッター修正2025年3月 **/
.modify_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 80px 20px 100px;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .modify_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .modify_footer {
    padding: 60px 10px 80px;
  }
}
@media (max-width: 1000px) {
  .modify_footer .left_side {
    width: 100%;
  }
}
.modify_footer .left_side p {
  text-align: left;
}
.modify_footer .left_side .logo-txt {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .modify_footer .left_side .logo-txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .modify_footer .left_side .logo-txt {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.modify_footer .left_side .logo-txt a {
  color: #fff100;
}
.modify_footer .left_side .tel-txt {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .modify_footer .left_side .tel-txt {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .modify_footer .left_side .tel-txt {
    font-size: 18px;
    gap: 10px 20px;
  }
}
.modify_footer .left_side .tel-txt a {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .modify_footer .left_side .tel-txt a {
    font-size: 32px;
  }
}
.modify_footer .left_side .address-txt {
  font-size: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .modify_footer .left_side .address-txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.modify_footer .left_side .address-txt span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .modify_footer .left_side .address-txt span {
    font-size: 18px;
  }
}
.modify_footer .left_side .other-txt {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modify_footer .left_side .other-txt {
    font-size: 12px;
  }
}
.modify_footer .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 530px;
}
@media (max-width: 1000px) {
  .modify_footer .right_side {
    width: 100%;
    gap: 20px;
  }
}
.modify_footer .right_side .link_list {
  width: 240px;
}
@media (max-width: 1000px) {
  .modify_footer .right_side .link_list {
    width: calc((100% - 20px) / 2);
  }
}
.modify_footer .right_side .link_list li {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.5019607843) solid 1px;
}
.modify_footer .right_side .link_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .modify_footer .right_side .link_list li a {
    font-size: 16px;
    padding: 16px;
  }
}

nav.f-subnav {
  display: none !important;
}



/** フッター余白 **/
/*商品詳細*/
.single .category-item {
	margin-bottom: 192px;
}
/*MW 送信完了ページ*/
/* .mw_wp_form_complete {
	margin-bottom: 400px;
} */
/*注文完了ページ*/
#wc_ordercompletion {
	margin-bottom: 170px;
	}
/*新規会員登録完了ページ*/
#wc_newcompletion {
	margin-bottom: 170px;
	}
#wc_newcompletion #memberpages p an{
    height: 62px !important;
    line-height: 62px !important;
}		
/*パスワードをお忘れですか？*/
#wc_lostmemberpassword {
	margin-bottom: 95px;
	}
/*パスワードをお送りしました（パスワード再発行完了画面）*/
#wc_lostcompletion {
	margin-bottom: 150px;
		}
/*パスワード変更画面*/
#wc_changepassword {
	margin-bottom: 52px;
	}
/*パスワード変更完了*/	
	#wc_changepasscompletion {
		margin-bottom: 168px;
		}	
/*** 解除に関する事項 ***/
.wc_confirm_notes_area {
	border: 1px solid #ccc !important;
	padding: 20px !important;
}
.wc_confirm_notes_area {
	margin: 2em 0;
}		
/*カートの中*/
#wc_ordercompletion .cart_page_title, #wc_newcompletion h1.member_page_title {
	text-align: center;
}

#confirm_table tr.ttl td {
	background: rgb(221 225 227) !important;
}
#content.cart-page #wc_cart {
	margin-bottom: 85px;
	}	
	#cart_table td.thumbnail img {
		max-width: 200px;
	}
	/* .win .cart_page_title {
		font-size: 19px;
	}	 */

/*** 商品ラインナップ ***/
/* .no-sidebar .layout-grid .list {
	box-shadow: 0px 2px 4px #efefef;
	border: 1px solid #efedea;
} */
/* .product-list .title {
	height: 40px;
} */
.product-list .price {
	margin-top: 0;
	padding: 0 6px;
	margin-bottom: 10px;
}
/**** 商品詳細ページ****/
.wel-single .skuform .right {
    width: 90%;
}	
.wel-single audio, .wel-single canvas, .wel-single video {
width: 100%;
max-width: 100%;
}
.single #itempage div.itemcode {
	word-break: break-all;
}
.skuform div.field_price {
	font-size: 21px;
}

.single #itempage div.itemcode {
	font-size: 14px;
}

.single #itempage .item-description {
	font-size: 15px;
}

#itempage .item-name {
	border-bottom: 1px solid #eee;
}
#itempage .itemcode {
	border-bottom: 0;
}

/*カートと数量*/
.skuform input.skubutton {
	height: 46px;
	line-height: 46px;
}
/*商品タイトル表示*/
/* #content .item-header h1.item_page_title {
	display: none;
} */
/*カートと数量*/
.skuform input.skubutton {
	height: 46px;
	line-height: 46px;
}
.skuform .quantity input.skuquantity {
	width: 46px !important;
	height: 46px;
	padding: 0 .357em;
	line-height: 46px;
}
.skuform input[type="button"] {
	height: 46px;
	line-height: 46px;
}

/*数量カラー*/
input#minus1, input#add1 {
	background-color: #faf0e2;
}

/*view more*/
/* .go-lists {
	background: #f5f5f5;
	margin: 0 15em;
	padding: 0.55em 0em;
	text-align: center;
}
.allow:hover {
	text-decoration: none;
	margin: 0 -18px 0 0;
	transition: .3s ease-in-out;
} */

/*おすすめタグの位置*/
/* .item-list .list {
	position: relative;
	}
	
	li.recommend {
		position: absolute;
		top: 0;
	} 

		.opt-tag li.recommend {
		color: #f1820d;
		border-color: #f1820d;
	}
	*/

	/*商品タイトル位置*/
	.itemname, span.title {
		text-align: center;
	}
	
	/*** ログインページ***/
	#wc_login .new-entry h2, #wc_member .new-entry h2 {
		font-size: 18px;
	}
	
	div.mw_wp_form_complete h2, h2.complete-title {
    font-size: 20px !important;
	text-align: center !important;
}
 h2.complete-title {
    font-size: 20px !important;
	margin-top: 20px;
}
	div.mw_wp_form_complete p {
		margin-bottom: 0;
		text-align: center !important;
	}
	div.mw_wp_form_complete p:last-child {
		margin-bottom: 50px;
	}
input.phone {
    width: 100px !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"] {
	height: 40px;
	padding: 0 .714em;
	line-height: 40px;
	border-radius: 3px;
}
	input.button-send {
    line-height: 19px;
}

table.cform th {
	width: 35%;
	border: solid 1px #c7c7d2;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	background-color: #f8f8f9;
	vertical-align: middle;
}
table.cform td {
font-size: 14px;
line-height: 150%;
border: solid 1px #c7c7d2;
padding: 10px;
}

.cform th {
	width: 35%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	background-color: #f9f8f5;
	vertical-align: middle;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.page-id-13 .entry-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview p input[type="submit"] {
    background-color: #eeeef0 !important;
    color: #111 !important;
}

.required-srt {
	font-size: 12px;
	padding: 2px 5px;
	background: #f57c7c;
	color: #fff;
	border-radius: 3px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.submit-btn input {
	background: #00142c; 
	width: 47%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px solid #a5a6b5;
	text-align: center;
	padding: 11px 5px;
	color: #fff;
	transition: all 0.4s ease;
	line-height: 20px;
}
	input.button-send {
    background-color: #074a6b !important;
}

input.button-send:hover {
	background-color: #f7f9fb !important;
	color: #111 !important;
}
.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.front-il .itemimg img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.front-il .itemimg {
	margin-bottom: .357143em;
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.incart-btn .total-quant {
	position: relative;
	top: 2px;
	height: 23px;
	width: 23px;
	/* padding-left: 2px; */
}

.pagination_wrapper li .current {
	background-color: #e5beac;
	border: 1px solid #ae8c7a;
}
.pagination_wrapper li a {
	background-color: #f2eee4;
	border: 1px solid #d6cbc5;
	color: #808080;
}

.entry-content input[type="submit"], .item-description input[type="submit"] {
	background-color: #e5bdad;
}
.entry-content input[type="submit"]:hover, .item-description input[type="submit"]:hover {
	/* color: #fff; */
	color: #808080;
	background-color: #f2eee4;
}

.mw_wp_form .error {
	color: #ec6c6b;
	font-size: 12px;
}

.cform input[type=text].codes {
	width: 150px;
}


	

	/*** おすすめタグ ***/
	.single li.recommend {
		position: static;
	}
	.assistance_item .list {
		position: relative;
	}
	.assistance_item li.recommend {
		position: absolute;
		top: 0;
	}
	.list a {
		position: relative;
		width: 100%;
		display: block;
		}
		
		li.recommend {
			position: absolute;
			top: 0;
		}

		/*ゴミ箱*/
		td.widgetcart_trush img {
			padding-bottom: 5px;
		}



/**** カートページ *****/



/** サイドバー **/
section#block-10 a:hover, section#block-11 a:hover, section#block-12 a:hover, section#block-13 a:hover {
    color: #fff;
}
section#block-9 ul.wp-block-latest-posts__list.wp-block-latest-posts, section#block-14 ul.wp-block-latest-posts__list.wp-block-latest-posts {
    border-left-width: 0 !important;
}
.widget_recent_entries li a {
    padding: 0 0 0.3em 1.428em !important;
}
section#block-5, section#block-6, section#block-7, section#block-8 {
border-bottom: none !important;
margin-bottom: 0 !important;
}
section#block-10, section#block-11, section#block-12, section#block-13 {
border-top: none !important;
padding: 10px;
}
section#block-9, section#block-14{
    padding-bottom: 10px;
}
#secondary .glsr.glsr-default.glsr-ltr {
    margin-bottom: 0;
	padding: 0 15px;
}
#secondary .glsr-review-author span {
    font-size: 13px;
}

#secondary .glsr-review-title {
    margin-top: -5px;
	padding: 2px;
	background: #eee;
}
#secondary .glsr-reviews {
    gap: 1em;
}
#secondary .glsr-review-author .glsr-tag-value {
    display: block;
    width: 100%;
}
#secondary .glsr-review-author {
	width: 100%;
	margin-top: -5px;
}
#secondary .review-icon {
    width: 100%;
}
#secondary .review-icon img {
    width: 50px;
}
#secondary .glsr-review-date span.glsr-tag-value {
    font-size: 13px;
	width: 100%;
}
#secondary .glsr-review-title h4 {
    font-weight: bold;
}
#secondary .glsr-default .glsr-review {
    text-align: center;
	padding-bottom: 4px;
    border-bottom: 1px dashed #cfcdcd;
}
#secondary section.widget {
    border: 1px solid #016dbd;
    margin-bottom: 1em;
}
#secondary h3.widget_title {
    font-size: 1.2em;
    font-weight: 700;
    background: #016dbd;
    padding: 0.65em;
    margin-bottom: 1.07143em;
    text-align: center;
    color: #fff;
    border-bottom: none;
}

/** ヘッダー背景 **/
/* .bottom {
	font-size: 17px;
	background: url(img/stock2.png);
	height: 100%;
	background-size: cover;
	background-position: 30% 83.8%;
	background-color: rgba(255,255,255,0.3);
	background-blend-mode: lighten;
	margin-bottom: 0;
} */

/***  追加　修正 ***/
/*郵便取引フォーム*/

.o-btn {
    margin-top: 5px;
}
a.btn.btn-c.s-btn, a.btn.btn-c {
    box-shadow: inherit !important;
	border-radius: inherit;
	padding: 0.5em;
}
p.country-name {
    font-weight: normal;
}
.rate-gry dd {
    font-size: 28px;
}
p.rate-text {
    font-weight: normal;
    font-size: 16px;
}
.btn, a.btn, a.btn-c span {
    font-size: 17px;
    font-weight: inherit;
	color: #fff;
}
.btn-c {
    padding: 0.5em;
}

i.fas.fa-hand-point-right {
    display: none;
}
.btn-c {
    padding: 0.4em 0.7em;
}
.rate-new-tbl td {
    padding: 6px 5px;
}
.flex-box2 {
    padding-bottom: 5px;
}
table.rate-new-tbl tbody, table.rate-new-tbl th {

    background: #fff;
}
.gry-bg {
        background: #f4f4f4;
}
p.country-name {
    /* font-weight: bold; */
    font-size: 14px;
	padding-bottom: 4px;
}
.flex-box2 img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.sell02 .gry-bg .rate-gry dt,.sell03 .gry-bg .rate-gry dt {
	font-weight: normal;
}
.sell02 .gry-bg .rate-gry dt, .sell02 .gry-bg .rate-gry dd {
    color: red;
}
.sell03 .gry-bg .rate-gry dt, .sell03 .gry-bg .rate-gry dd {
    color: #043692;
}
a.btn.btn-c.s-btn {
/* background: linear-gradient(to bottom, #7bcc39 0%, #7cbc0a 100%); */
background: #336699;
/* box-shadow: 0 5px 0 #336699; */
 box-shadow: 0 5px 0 #336699;
}
a.btn.btn-c {
 /* background: linear-gradient(to bottom, #ffaa56 0%, #ff7f04 100%);
    box-shadow: 0 5px 0 #d26b07; */
	 background: #b3463d;
    box-shadow: 0 5px 0 #b3463d;
}
p.country-name {
    color: #333;
    background: inherit;
}

/*** ヘッダー 英語***/
nav#site-navigation li {
	/* padding: 0px 10px; */
	padding: 0px 4px;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #e8f3f7 50%, #e8f3f7 100%);
}
p.add-sub {
    font-size: 9px;
    text-align: center;
	color: #8a8787;
	margin-top: -10px;
}
#site-navigation li a {
	line-height: 42px;
}

@media screen and (min-width: 62.5em) {
	#site-navigation li {
        padding: 0 7px;
    }
    #site-navigation li.current-menu-parent a, #site-navigation li.current_page_item a, #site-navigation li.current-menu-item a, #site-navigation li a:before {
        background-color: inherit !important;
    }
	#site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a, #site-navigation li a:hover {
        color: #111 !important;
    }
	
/*ヘッダー　アイコン　PC*/		
#site-navigation li.menu-item-27 a {
	background: url(img/menu-1-b.png) no-repeat 7px;
	background-size: 37px 36px; 
	
}
#site-navigation li.menu-item-80 a {
	background: url(img/menu-2-b.png) no-repeat 7px;
	background-size: 37px 36px; 
	
}
#site-navigation li.menu-item-23 a {
	background: url(img/menu-3-b.png) no-repeat 9px;
	background-size: 35px 35px; 
}
#site-navigation li.menu-item-22 a {
	background: url(img/menu-4-b.png) no-repeat 7px;
	background-size: 35px 35px; 
}
#site-navigation li.menu-item-25 a {
	background: url(img/menu-5-b.png) no-repeat 7px;
	background-size: 35px 35px; 
}
#site-navigation li.menu-item-24 a {
	background: url(img/menu-6-b.png) no-repeat 7px;
	background-size: 37px 36px; 
}
#site-navigation li.menu-item-1421 a {
	background: url(img/menu-7-b.png) no-repeat 7px;
	background-size: 37px 36px; 
}

#site-navigation li a {
        padding-left: 49px;
}

@media screen and (max-width: 1200px) {
	#site-navigation li.menu-item-27 a {
		background: url(img/menu-1-b.png) no-repeat 2px;
		background-size: 37px 36px;
	}
	#site-navigation li.menu-item-80 a {
		background: url(img/menu-2-b.png) no-repeat 2px;
		background-size: 37px 36px;
	}
	#site-navigation li.menu-item-23 a {
		background: url(img/menu-3-b.png) no-repeat 4px;
		background-size: 35px 35px; 
	}
	#site-navigation li.menu-item-22 a {
		background: url(img/menu-4-b.png) no-repeat 2px;
		background-size: 35px 35px; 
	}
	#site-navigation li.menu-item-25 a {
		background: url(img/menu-5-b.png) no-repeat 2px;
		background-size: 35px 35px; 
	}
	#site-navigation li.menu-item-24 a {
		background: url(img/menu-6-b.png) no-repeat 2px;
		background-size: 37px 36px; 
	}
	#site-navigation li.menu-item-1421 a {
		background: url(img/menu-7-b.png) no-repeat 2px;
		background-size: 37px 36px; 
	}
	#site-navigation li a {
		padding-left: 44px;
	}
}

    #site-navigation li a {
        font-weight: bold;
        font-size: 14px;
    }



.h-column .menus.list.menu-up {
    display: none;
}		

		#site-navigation {
    display: flex;
    justify-content: center;

}
		#itempage div.item-description {
			margin: 1.5em 0.375em;
	}

		div.site-title a img:hover {
			opacity: 1;
	}
	h1.site-title a img:hover {
		opacity: 1;
	}

		/*サイドバーのタイトル下*/
		#secondary h3 {
			padding: 0 0 0.5em;
		}
	
			/*カテゴリーのタイトル下*/
		.page-header {
			padding: 0 0 .571em;
		}

/*キャッチフレーズ*/
		/* .site-text {
			display: inline-block;
			margin-left: 230px;
			font-size: 14px;
	} */
	
	/* header .bottom {
		padding: 2.071em 2.143em 0.5em;
	} */
	
	/*メニューアイコン*/
		/* #site-navigation li#menu-item-40 a {
			background: url(https://themes.welcart.info/basic-beldad2/wordpress/wp-content/uploads/2019/02/interior-1.png) no-repeat center 12px;
	} */

/*** ヘッダー ***/
p.site-description {
    position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: inherit;

}
p.site-description:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -3px;
    right: -7px;
    transform: rotate(39deg);

}
p.site-description:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    left: -10px;
    transform: rotate(-38deg);
}
.top-next {
    padding: 30px 20px;
}
.top-sub {
    padding: 1em;
}
.bottom.cf {
    display: none;
}
header .bottom {
    border-color: #2d81aa !important;
}
header .top {
	max-width: 100%;
	/* background: #074a6b; */
	background: #016dbd;

	}
	p.site-description {
	color: #fff;
	font-weight: bold;
	}
.rates {
    margin-bottom: 60px;
}
.poweredBy {
    text-align: right;
    font-size: 12px;
}
#site-navigation {
        /* border-top: 3px solid #1ea187;
		 border-bottom: 3px solid #1ea187; */
        /* border-top: 3px solid #385d87; */
		 border-bottom: 2px solid #8a8985;
    }
    /* #site-navigation li {
        border-right: none;
    } */
.iconbtn {
    display: none;
}
.incart.list {
    display: none;
}
header div.top {
	text-align: center;
	padding: 0.8em 2.143em;
}
div#main-visual img {
    width: 100% !important;
}

	/*ロゴ位置*/
	h1.site-title, div.site-title {
		top: 9px;
		/* float: left; */
		margin-left: 107px;
	}

	/*ヘッダーメニュー色*/
	/* #site-navigation {
		background-color:#de3434;
	
	} */

	/*フッター背景*/
	/* .bottom {
		font-size: 17px;
		background: url(img/stock2.png);
		height: 100%;
		background-size: cover;
		background-position: 30% 83.8%;
		background-color: rgba(255,255,255,0.3);
		background-blend-mode: lighten;
		margin-bottom: 0;
	} */

}

@media screen and (max-width: 1200px) {
	nav#site-navigation li {
		padding: 0px;
	}
}

@media screen and (max-width: 1000px) {
/* ヘッダー　レスポ */	
.mobile-menu .close {
    z-index: 999;
}
nav#site-navigation li a {
        border-bottom: 1px solid #eee;
		padding-top: 4px;
}
nav#site-navigation li {
	font-size: 15px;
}
.mobile-menu {
    padding: 1em 0 3.75em;
	 border-top: 3px solid #016dbd;
}
p.add-sub, #site-navigation li a {
    color: #111;
	text-align: center;
	font-weight: bold;
}

.h-column .iconbtn {
    background-color: #0e8aa6 !important;
}   
header .bottom {
        padding: 0.4em 2.143em;
    }   
    header .bottom {
    border-color: #fff !important;
    padding-bottom: 0.5em;
}
.h-column {
        margin-top: 0;
    }


.home .top-sub {
        padding: 18px 20px 18px;
}	
.home .lower {
 margin-top: 20px !important;
}	
	.page-id-13 .entry-content {
        margin: 0;
    }
div#content {
    width: 95%;
    margin: auto;
    margin-top: 20px;
}	
#secondary {
    width: 95%;
    margin: auto;
}
h2.page-title {
    margin: 0 0 20px !important;
}	
div#top-space {
    display: none;
}	
.top-sub {
    padding: 36px 20px 18px;
}	
aside#secondary h3 {
    border-color: inherit;
}
h2.page-title span {
    font-size: 23px;
}

header .top {
    background: #016dbd;
	text-align: center;
    color: #fff;
 }	
#main.two-column {
    margin-top: 0;
}	
.incart.list {
    display: none;
}	
.menus.list.menu-down {
    display: none;
}
content div.pagination-wrap {
	margin-right: 0 !important;
}	
	.snav .membership li:first-child {
    margin-left: 10px;
}
	.pagination-wrap.top {
    padding-top: 0;
}
	#content div.pagination-wrap {
    border-color: transparent;
}

	div.entry-header {
		border-color: transparent !important;
	}
	.page-template-uscescart div#main, .page-template-uscesmember div#main {
    margin-top: 2em;
}
.charts {
    margin-top: 50px;
	margin-bottom: 70px;
}
}

@media screen and (max-width: 900px) {
.page-id-166 .site-content .glsr-review {
    width: 46%;
}
}

/*(415px〜768px) ipad*/
@media screen and (max-width: 768px) {
	table.cform th {
    width: 100%;
		border-top: solid 1px #c7c7d2;
		border-bottom: solid 1px #c7c7d2;
		border-left: none;
		border-right: none;
	}
	.entry-content table {
		border-top: none;
	}
	table.cform td {
		border: none;
	}
	 /* MW WP FORM*/
	 .cform th,
	 .cform td {
		 width: 100%;
		 display: block;
		 border-top: none;
	 }


	/*特定商*/
	.act-box table {
		border: 0;
		width: 100%;
		margin: 20px 0 50px;
	}
	.act-box table th{
		background-color: #F9F9F9;
		display: block;
		border-right: none;
		width: 100%;
	}
	
	.act-box table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.act-box table tr {
		display: block;
		margin-bottom: 0;
		border-bottom: none;
		background: white;
	}
	.act-box table td {
		border-bottom: 1px solid #707070;
		display: block;
		font-size: .8em;
		text-align: right;
		position: relative;
		border-right: none;
	}
	
	.act-box .th-phone, .txt-top {
		border-top: 1px solid #cccccc;
	}
	.act-box table th, .act-box table td {
		border-left: none;
		
	}
	.act-box table td {
		text-align: left;
	}
	
	.act-box table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
		color: #167F92;
	}
	.act-box table td:last-child {
		border-bottom: 0;
	}
	.act-box table tbody th {
		background:  #F9F9F9;
		color: #707070;
		font-weight: normal;
		border-bottom: 1px solid #a0a0a0;
	}
	.act-box td {
		text-align: left;
	}
	
	}

	/*** フッター固定 レスポ　***/
@media screen and (max-width: 640px){		
	.l-footer_contact {
    display: block;
}
body {
padding-bottom: 80px;
}
}


@media screen and (max-width: 600px){

	table.rate-new-tbl tbody .rate-gry dt,
	table.rate-new-tbl tbody .rate-gry dd  {
			width: 100%;
	}

	table.rate-new-tbl tbody .rate-gry dd  {
			text-align: end;
	}
}

@media screen and (max-width: 580px) {
	.rate-gry dd {
    font-size: 19px;
}
	p.form-box.messaage-flame {
    margin-top: 5px;
	padding-left: 0;
}
	.part-flex {
    display: block;
    width: 100%;
}
    p.form-box {
        margin-bottom: 0 !important;
	    padding: 2px;
        font-size:10px;
        display:block;
        min-width:48px;
    }
	 p.part-left {
        font-size: 11px;
        max-width: 100px;
        min-width: 100px;

		width: 100%;
        max-width: inherit;
        min-width: inherit;
        display: block;
    }
	    .part-left{
	    background: red;
	    margin-bottom: 0 !important;
	    display: block;
        align-items: center;
	    padding: 2px;
	    color: #fff;
    }

    .part-left span {
        font-size: 10px;
        margin-left: 1px;
        display:block;
    }
}

@media screen and (max-width: 500px){
p.trip-lists.trip-lists2.has-white-color.has-text-color.has-link-color.wp-elements-14f5c7e89a37e7a631d6675433e4db5c {
    font-size: 19px !important;
	text-align: left;
}
.trip-lists:before {
    font-size: 11px;
}
 .page-id-166 .site-content .glsr-review {
        width: 100%;
    }	
.page-id-164 .entry-content h4.glsr-tag-value {
    text-align: center;
}	
	.page-id-164 .entry-content .glsr-review-content .glsr-tag-value {
    width: 100%;
}
.page-id-164 .entry-content .review-icon {
    width: 100%;
	text-align: center;
}
.page-id-164 .entry-content .glsr-review-author {
	text-align: center !important;
}
	.page-id-164 .glsr-review-content {
    display: block;
	}
	.form-box.post-mark {
    display: none;
}
	.f-subnav li {
    display: block;
    }
    nav.f-subnav {
    margin-top: 0.5em;
    }

	p.has-text-align-center.top-next.has-background {
    padding: 20px;
}	
	.show p.top-sub {
    font-size: 18px !important;
}	
	#secondary section {
    margin: 0;
    padding: 1.1em 1.071em;
	}	
	.rate-gry dd {
    font-size: 16px;
}	
	.rate-num p {
    font-size: 14px;
    }
	a.btn-c span {
    font-size: 1.1em;
	}
	.rate-o p, .rate-g p {
    font-size: 15px;
    }
	.page-id-13 .submit-btn input {
    width: 100%;
    }
	.flex-box2 {
    text-align: center;
     }
	 .rate-gry dt, .rate-gry dd {
		width: 100%;
	 }
	 a.btn-c {
    padding: 0.5em;
	 }
	 .btn, a.btn, button.btn {
    font-size: 1em;
	 }
	 a.btn-c i {
    margin-right: 0.3em;
	 }
	 p.country-name {
    font-size: 14px;
	 }
	 .head-title h3, h3.each-title {
    font-size: 18px;
	 }
	 .head-title {
    margin-bottom: 30px;
    }
	div#txt-area h3 {
    font-size: 18px;
    }
	h2.page-title span {
        font-size: 20px;
    }

	}

/*** フッター　固定バー　レスポ ***/	
@media screen and (max-width: 500px){

.l-footer_contact_inner {
    padding: 0 5px;
}	
.l-footer_contact_box_btn {
    width: 49.5%;
}
	.fa-envelope:before {
    font-size: 19px;
}
a.l-footer_contact_box_btn.footer-btn2.contact_web span.big, a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
        font-size: 17px;
    }

	.l-footer_contact_box_btn .small {
    line-height: 1.2;
	}
	.l-footer_contact_box_btn {
    padding-top: 8px;
	}
	span.big {
    font-size: 15px;
	}
	i.fa-solid.fa-phone-volume {
    font-size: 17px;
	}
	.l-footer_contact_box_btn .small, .l-footer_contact_box_btn .small-in {
    font-size: 10px;
	}
	}

	/*** 郵便取引 修正***/	
@media screen and (max-width: 500px){
	   /*ヘッダー画像　スマホ用*/
    .pc-pic {
        display: none;
    }
    .sm-pic {
        display: block;
    }
    li.list.sm-pic img {
    width: 100%;
}

.post-129 .entry-content {
    margin: 0;
}
	.btn, a.btn, button.btn, a.btn-c span {
        font-size: 14px;
    }
	th.rate-01 span {
    font-size: 13px;
}
	.gry-bg {
    padding: 5px 5px;
	}
	.rate-gry dd {
        font-size: 16px;
    }
    .rate-gry dt, .rate-gry dd {
        width: auto;
		letter-spacing: 0em;
    }
	.flex-box2 img {
    width: 100%;
	max-width: 90px;
}
.rate-new-tbl th.rate-01 {
    width: 22%;
}
.rate-num p {
	font-size: 15px;
}
    p.country-name {
        font-size: 12px;
    }
	.flex-box2 {
        text-align: inherit;
    }
	div.mw_wp_form_complete h2, h2.complete-title {
    font-size: 15px !important;
}
div.mw_wp_form_complete p {
    font-size: 14px;
}
.mw_wp_form_complete {
    margin-bottom: 80px;
}

}

	 @media screen and (max-width: 428px){
		.field-wrapper {
    width: 100%;
	margin-bottom: 20px;
    }
	.cfs-box {
    display: block;
    }
	

	 }
	 /*(スマホ 376〜414px) iphone 6,7,8plus*/
	 @media screen and (max-width: 414px){
	#secondary h3.widget_title {
    font-size: 1.1em;
	}	

		/*レス・ロゴサイズ*/
		h1.site-title img, div.site-title img {
			/* width: 190px; */
		}
	
	 /*レス・特定商*/
			.act-box table {
				border: 0;
				width: 100%;
				margin: 20px 0 25px;
			}
			.act-box table th{
				background-color: #F9F9F9;
				display: block;
				border-right: none;
				width: 100%;
			}
			
			.act-box table thead {
				border: none;
				clip: rect(0 0 0 0);
				height: 1px;
				margin: -1px;
				overflow: hidden;
				padding: 0;
				position: absolute;
				width: 1px;
			}
			.act-box table tr {
				display: block;
				margin-bottom: 0;
				border-bottom: none;
				background: white;
			}
			.act-box table td {
				border-bottom: 1px solid #707070;
				display: block;
				font-size: .8em;
				text-align: right;
				position: relative;
				border-right: none;
			}
			
			.act-box .th-phone, .txt-top {
				border-top: none;
			 
			}
			.act-box table th, .act-box table td {
				border-left: none;
				
			}
			.act-box table td {
				text-align: left;
			}
			
			.act-boxtable td::before {
				content: attr(data-label);
				font-weight: bold;
				position: absolute;
				left: 10px;
				color: #167F92;
			}
			.act-box table td:last-child {
				border-bottom: 0;
			}
			.act-box table tbody th {
				background:  #F9F9F9;
				color: #707070;
				font-weight: normal;
				border-bottom: 1px solid #a0a0a0;
			}
			.act-box td {
				text-align: left;
			} 
		}

/*** 郵便取引フォーム　修正 ***/		
 @media screen and (max-width: 414px){			
p.rate-text {
	font-weight: normal;
    font-size: 13px;
}
 }		

/** フッター　固定バー **/		
@media screen and (max-width: 370px){	
	span.small-in {
    display: none;
}	
	.fa-envelope:before {
    font-size: 18px;
}
a.l-footer_contact_box_btn.footer-btn2.contact_web span.big, a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
        font-size: 16px;
    }
a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
    line-height: 1;
}
	.l-footer_contact_box_btn .small {
    line-height: 1.2;
	}
	.l-footer_contact_box_btn {
    padding-top: 8px;
	}
	span.big {
    font-size: 14px;
	}
	i.fa-solid.fa-phone-volume {
    font-size: 16px;
	}
	.l-footer_contact_box_btn .small {
    font-size: 10px;
	}

}

/** 郵便取引フォーム　修正 **/
 @media screen and (max-width: 370px){	
	a.btn.btn-c.s-btn, a.btn.btn-c{
    box-shadow: inherit !important;
    border-radius: inherit;
    padding: 0.3em;
}
.btn, a.btn, button.btn, a.btn-c span {
        font-size: 13px;
    }
	.rate-gry dd {
        font-size: 12px;
    }
	.sell03 .gry-bg .rate-gry dt {
    font-size: 12px;
}
 }

/** フッター　固定バー **/	
@media screen and (max-width: 340px){	
	a.l-footer_contact_box_btn.footer-btn2.contact_web span.big, a.l-footer_contact_box_btn.footer-btn2.contact_web .small {
font-size: 15px;
}
span.big {
font-size: 13px;
}
i.fa-solid.fa-phone-volume {
font-size: 14px;
}
i.fa-solid.fa-phone-volume {
font-size: 15px;
margin-right: -1px;
}
}
	
	/*** ご利用規約 ***/
.policy li {
	margin-bottom: 10px;
}
ol.down-space {
	margin-top: 19px;
}





/*** ブラウザ os別 ***/
.safari select {
color: #393838;
}
.safari .h-column .iconbtn img {
	height: auto;
	}
