/**
 * Share
 */
body {
	background-color: #f7f6f4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", yu-mincho-pr6;
	font-style: normal;
	font-weight: 400;
}
section {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
h1.logo {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.2rem;
	margin: 5rem 0 3rem 0;
	text-align: center;
	font-weight: 400;
}
h2.pageTitle {
	background-color: #efede5;
	padding: 3rem 1rem;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
	margin: 0 0 2rem 0;
}
h2.top, h2.guide {
	letter-spacing: 1rem;
	font-weight: 100;
	margin: 0 0 1rem 2rem;
}
h2.page {
	display: flex;
	align-items: center;
}
h2.page:before,
h2.page:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
h2.page:before {
	margin-right: 1rem;
}
h2.page:after {
	margin-left: 1rem;
}
h3 {
	width: 100%;
}
h4 {
	width: 100%;
}
.catchh2,
.topLeftArea {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
}
.tatetyuyoko {
	-webkit-text-combine: horizontal;
	-moz-text-combine-upright: all;
	-ms-text-combine-horizontal:all;
	text-combine-upright: all;
}
table thead th {
	padding: 1.41575em; 
	vertical-align: middle; 
}
table tbody td {
  background-color: #fdfdfd;
}
table td, table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}
.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
}
table th {
  background-color: #f1f1f1;
  font-weight: 800;
}
.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
button:focus {
	outline: none;
}
a.button:hover {
	text-decoration: none;
	color: white;
}
@media screen and (max-width: 767px){
	section {
		margin-top: 2rem;
	}
	h2 {
		margin-bottom: 0.5rem;
	}
}


/**
 * Section Top
 */
section.topCatch {
	margin-top: 1.5rem;
}
.topLeftArea {
	text-align: right;
	height: 700px;
	padding-left: 3rem;
	font-size: 0.7rem;
}
.topLeftArea img {
	width: 1.3rem;
	margin-top: 0.5rem;
}
.catchh2 {
	font-weight: 100;
	font-size: 1.3rem;
	font-weight: 100;
	text-align: left;
	margin: 0;
	line-height: 150%;
	padding-right: 3rem;
	padding-top: 1rem;
}
.mainVisual {
	position: relative;
	background-image: url(./img/mainVisual.jpg);
	background-size: cover;
	background-position: center center;
	width: 92%;
	max-width: 1140px;
	height: 700px;
}
.topDesc {
	position: absolute;
	left: 0;
	bottom: 2rem;
	text-align: left;
	background-color: #f7f6f4;
	padding: 0.5rem;
}
@media screen and (max-width: 1400px) {
	.mainVisual {
		width: 80%;
	}
}
@media screen and (max-width: 991px) {
	.mainVisual {
		width: 70%;
		height: 500px;
	}
	.topLeftArea {
		height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.mainVisual {
		width: 100%;
		height: 80vh;
	}
	.catchh2 {
		background-color: rgba(255, 255, 255, 0.4);
		padding: 1rem;
		height: 16rem;
		margin-left: -2rem;
	}
}
@media screen and (max-width: 575px) {
	.catchh2 {
		margin-left: -1rem;
	}
}


/**
 * Section Instagram
 */
section.instaGallery {
	margin-top: 3rem;
}
.instaImgWrap {
	padding: 6px;
}
.instaImgBox {
	width: 173px;
	height: 173px;
	background-size: cover;
}
@media screen and (max-width: 1199px) {
	.instaImgWrap {
		padding: 7px;
	}
	.instaImgBox {
		width: 218.5px;
		height: 210px;
		background-size: cover;
	}
}
@media screen and (max-width: 991px) {
	.instaImgWrap {
		padding: 5px;
	}
	.instaImgBox {
		width: 220px;
		height: 220px;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.instaImgWrap {
		padding: 5px;
	}
	.instaImgBox {
		width: 160px;
		height: 160px;
		background-size: cover;
	}
}
@media screen and (max-width: 539px) {
	.instaWrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	.instaImgWrap {
		padding: 1.1vw;
	}
	.instaImgBox {
		width: 31.1333vw;
		height: 31.1333vw;
		background-size: cover;
	}
}


/**
 * Section aboutJungle
 */
section.aboutJungle table th {
	white-space: nowrap;
}
section.aboutJungle table th,
section.aboutJungle table td {
	background-color: transparent;
}

/**
 * Page Product
 */
h1.product_title {
	font-size: 1.4rem;
}
.single-product div.product {
	padding-top: 2rem;
}
.single-product div.product p.price {
  font-size: 1.4rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.single-product div.product form.cart {
	margin: 0;
}
.single-product div.product form.cart .quantity {
	float: initial;
	margin-bottom: 1rem;
}
.single_add_to_cart_button {
	width: 100%;
	background-color: #000 !important;
	padding: 0.5rem;
	color: #fff;
	font-weight: 800;
}
.topProductListBox a.add_to_cart_button {
	color: #fff;
}
.woocommerce-product-details__short-description {
	margin-bottom: 4rem;
}
.woocommerce-product-details__short-description h3 {
	font-size: 1.3rem;
}
.woocommerce-product-details__short-description p {
	margin: 0;
}
img.icoCart {
	width: 25px;
	display: inline;
}
.aboutHowShipGift {
	margin-bottom: 1rem;
}
.aboutHowShipGift .linkBox {
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: 0.2rem;
}
.aboutHowShipGift a .linkBox {
	color: #000;
}
.aboutHowShipGift a:hover {
	text-decoration: none;
}
table.metaProduct th {
	white-space: nowrap;
	background-color: transparent;
}
table.metaProduct td {
	background-color: transparent;
}
.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td {
	background-color: transparent;
}
h3.woocommerce-loop-product__title {
	font-size: 1.1rem;
	font-weight: 400;
	padding: 1rem 0 0 0;
	height: 5rem;
}
span.price {
	margin-bottom: 0.5rem;
}
span.delPrice {
	text-decoration: line-through;
	color: gray;
}
span.taxed {
	font-size: 0.7rem;
	color: gray;
}
.onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
  color: #000;
}
.onsale {
  border-color: #000;
  background-color: #fff;
  font-size: 0.7rem;
  margin-right: 3px;
}
span.new {
	border: #000 1px solid;
	background-color: #fff;
	color: #000;
  padding: .202em .6180469716em;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  margin-right: 3px;
}
span.soldout {
	border: #000 1px solid;
	background-color: #fff;
	color: #000;
  padding: .202em .6180469716em;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  margin-right: 3px;
}
.entry-summary table th,
.entry-summary table td {
	background-color: transparent;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    /*float: left;*/
    margin-right: 0;
}
ol.flex-control-thumbs li img {
	width: 100%;
}
.woocommerce-product-gallery__image a img{
	width: 100%;
	height: 100%;
}


/**
 * Page Checkout
 */
#order_review, #order_review_heading {
	width: 100%;
}
.form-row {
	display: block;
}
.checkoutCustom {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
table.woocommerce-checkout-review-order-table .product-name {
  width: 300px;
  word-wrap: break-word;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #f5f5f5;
}
#payment .payment_methods li {
  list-style: none!important;
  margin-left: 0;
  position: relative;
}
#payment .payment_methods > li .payment_box, #payment .place-order {
  background-color: #fafafa;
}
#payment .payment_methods li .payment_box {
  padding: 1.41575em;
}
#payment .payment_methods>.wc_payment_method>label,
#payment .payment_methods>.woocommerce-PaymentMethod>label {
  display: block;
  padding: 1.41575em;
  cursor: pointer;
  background-color: #f1f1f1;
}
input[type=checkbox]+label, input[type=radio]+label {
  margin: 0 0 0 .3819820591em;
}
.woocommerce-checkout-payment {
	margin-top: 1rem;
}
#order_review {
	background-color: transparent; 
}
.woocommerce-checkout-review-order table td {
	background-color: #fff;
}


/**
 * Page Gift
 */
section.gift h2.page {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
section.gift h3 {
	font-size: 1.4rem;
}

/**
 * Checkout Complete
 */
ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em auto;
  width: 25rem;
}
.order_details {
  background-color: #fff;
}
ul.order_details::after, ul.order_details::before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%,16px 16px,16px 16px;
}
ul.order_details li:first-child {
  padding-top: 1.618em;
}
ul.order_details li {
  padding: 1em 1.618em;
  font-size: .8em;
  text-transform: uppercase;
}
.order_details > li {
  border-bottom: 1px dotted #e3e3e3;
}
ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}
.woocommerce-table--order-details {
	margin: 0 auto;
}
.woocommerce-column--billing-address {
	width: 25rem;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 1rem;
}
.woocommerce-column--billing-address h2 {
	margin-top: 1rem;
}
.woocommerce-column--shipping-address {
	width: 25rem;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 1rem;
}
.woocommerce-column--shipping-address h2 {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	ul.order_details {
	  width: auto;
	}
	.woocommerce-column--billing-address {
		width: auto;
	}
	.woocommerce-column--shipping-address {
		width: auto;
	}
}


/**
 * Checkout Thanks
 */
.woocommerce-order {
	margin-top: 2rem;
}

/**
 * nav
 */
nav.navbar {
	padding: 2rem 2rem 0 2rem;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
ul.navbar-nav {
	list-style-type: none;
}
img.headLogo {
	width: 120px;
}
ul.headSNSico {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
ul.headSNSico li:not(:last-child) {
	margin-right: 0.5rem;
}
.headSNSico img {
	width: 25px;
}
li.nav-item:not(:last-child) {
	margin-right: 1.5rem;
}
li.nav-item a {
	color: black;
	font-size: 0.9rem;
}
.cartIco img {
	width: 30px;
	padding-bottom: 10px;
}
a.cartIco {
	padding-left: 0;
}
a span.cartVal {
	position: absolute;
	top: -0.4rem;
	right: 0.6rem;
	font-size: 1rem;
	font-weight: 700;
	color: white;
	z-index: 100;
}
a span.cartValCircle {
	position: absolute;
	top: -1rem;
	right: 0;
	font-size: 1.8rem;
	color: red;
}
@media screen and (max-width: 1199px) {
	span.headDesc {
		font-size: 0.7rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0.3rem; 
     padding-left: 0.3rem; 
	}
}
@media screen and (max-width: 991px) {
	a span.cartVal {
		top: -0.2rem;
		left: 1.6rem;
	}
	a span.cartValCircle {
		top: -0.7rem;
		left: 1rem;
		font-size: 1.7rem;
	}
	.navbar-toggler{
		width: 20%;
	}
	ul.headSNSico {
		width: 23%;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	img.headLogo {
		width: 70px;
	}
	nav.navbar {
		padding: 1rem 1rem 0 1rem;
	}
}
@media screen and (max-width: 575px) {
	img.headLogo {
		width: 70px;
		margin-left: 10px;
	}
	nav.navbar {
		padding: 1rem 0 0 0;
	}
}

/**
 * Navi Modal
 */
.show {
	opacity: 1;
	background-color: #e5e5e0;
	position: relative;
}
.show:before {
	content: "";
	position: absolute;
	opacity: 0.12;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(./img/backImg-a.jpg) no-repeat center;
	background-size: cover;
}
.modal-body {
	height: 100vh;
}
.modal-body a {
	font-size: 2rem;
	text-align: center;
	color: black;
	line-height: 260%;
}
.modal-body a span {
	display: block;
}
.modal-body a img {
	margin: 0 auto;
	display: block;
}
.modalMenuArea {
	position: absolute;
	top: 50%;
	/*bottom: 0;*/
	left: 0;
	right: 0;
	margin-top: -25rem;
}
.modal-dialog {
	max-width: 100%; 
	margin: 0; 
}
.modal-content {
	background-color: transparent;
  border: none;
  outline: 0;
}
.modal-header {
	border: none;
	padding: 2rem;
}
.modal-header img {
	width: 10rem;
	margin-right: 17px;
}
.modal-header button {
	width: 15%;
}
.modal-header button span {
	display: flex;
}
.modal-header > div {
	width: 15%;
}
.modal-header .close {
	padding: 0; 
	margin: 0; 
}
.close {
	float: none; 
	font-size: 2rem; 
	font-weight: 900;
	line-height: 1;
	color: #000;
	text-shadow: none; 
	opacity: 1; 
}
.modalMenuArea ul {
	list-style-type: none;
	padding: 0;
	margin-top: 2rem;
}
.modalMenuArea ul img {
	width: 40px;
}
.modalMenuArea ul li:not(:last-child){
	margin-right: 1rem;
}
@media screen and (max-width: 575px) {
	.modal-header {
		padding: 2rem 0 0 1rem;
	}
	.modal-header img {
		width: 7rem;
		margin-right: 30px;
	}
	.modalMenuArea {
		top: 50%;
		margin-top: -15rem;
	}
	.modal-body a {
		font-size: 1rem;
	}
	.modalMenuArea ul img {
		width: 25px;
	}
}
@media screen and (max-height: 430px) {
	.modalMenuArea {
		top: 50%;
		margin-top: -11rem;
	}
	.modalMenuArea ul {
		margin-top: 1.5rem;
	}
	.modal-body a {
		font-size: 1rem;
		line-height: 200%;
	}
	.modalMenuArea ul img {
		width: 25px;
	}
}

/**
 * Section Commitment Items
 */
section.commitmentItems {
	background-color: #efede5;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
section.commitmentItems p {
	margin: 0;
}
section.commitmentItems h3 {
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0;
	padding-bottom: 0.5rem;
}
section.commitmentItems h4 {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	section.commitmentItems {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	section.commitmentItems .commitmentItemsImg {
		width: auto;
	}
}


/**
 * Section Introduction
 */
section.introduction {
	background-color: #e5e5e0;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
section.introduction:before {
	content: "";
	position: absolute;
	opacity: 0.12;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(./img/backImg-a.jpg) no-repeat center;
	background-size: cover;
}
section.introduction h3 {
	width: auto;
	font-size: 1.5rem;
	font-weight: 700;
}
section.introduction h4 {
	width: auto;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 0.3rem;
}
.typeProductBox {
	padding: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
	section.introduction {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
}


/**
 * Section Item List
 */
.topProductListBox {
	position: relative;
	background-color: white;
	padding-bottom: 0.5rem;
}
.topProductListBox a img {
	width: 100%;
	height: 100%;
}
.topProductListBox.new:before {
	content: url(../can/img/triangleNew.png);
	position: absolute;
	top: 0;
	right: 0;
}
.topProductListBox.soldout:before {
	content: url(../can/img/triangleSoldOut.png);
	position: absolute;
	top: 0;
	right: 0;
}
.topProductListBox a {
	font-size: 1rem;
	color: black;
}
@media screen and (max-width: 575px) {
	.topProductListBox {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 400px) {
	.topProductListBox {
		width: 90%;
	}
}


/**
 * Section Infomation
 */
section.information {
	background-color: #e7e7e7;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.infoWrap {
  background-color: #eee;
}
.infoWrap p.date {
	margin-bottom: 0;
	white-space: nowrap;
}
.infoWrap table {
	width: 100%;
	border-top: #ddd solid 1px;
}
.infoWrap table th {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: transparent;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.infoWrap table td {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: transparent;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
@media screen and (max-width: 767px){
	section.information {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.infoWrap tr {
		display: flex;
		flex-direction: column;
	}
	.infoWrap th {
		padding: 0 0.5rem;
	}
	.infoWrap td {
		padding: 0 0.5rem;
	}
}


/**
 * Section Guide
 */
.guidDescArea {
	margin-top: 2rem;
}
.guidDescArea h3 {
	font-weight: 400;
	display: flex;
	align-items: center;
}
.guidDescArea h3:before,
.guidDescArea h3:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.guidDescArea h3:before {
	margin-right: 1rem;
}
.guidDescArea h3:after {
	margin-left: 1rem;
}
.nextLink a {
	color: #ff6983;
}
section.guide h3 {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}
section.guide h4 {
	font-size: 1rem;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.guidDescArea {
		margin-top: 0;
	}
}


/**
 * Section About
 */
section.about p {
	line-height: 200%;
}


/**
 * Login
 */
.woocommerce-form-login {
	margin-bottom: 4rem;
}
.woocommerce-form-login .woocommerce-form-row {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.woocommerce-form-register .woocommerce-form-row {
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/**
 * Page Account
 */
.woocommerce-MyAccount-navigation {
	margin-top: 4rem;
	margin-bottom: 5rem;
}
.woocommerce-MyAccount-content {
	margin-top: 4rem;
}


/**
 * Footer
 */
footer {
	background-color: #505050;
	color: white;
	padding-top: 2rem;
	padding-bottom: 1rem;
	clear: both;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style-type: none;
}
footer h2 {
	font-weight: 400;
	font-size: 1.2rem;
	border-bottom: 2px solid #fff;
	line-height: 180%;
	text-align: left;
	margin: 0 0 0.5rem 0;
}
ul.footerNav {
	margin-left: 1rem;
}
ul.footerNav li {
	list-style-type: none;
}
ul.footerNav li:not(:last-child) {
	margin-bottom: 0.5rem;
}
.snsArea img {
	width: 30px;
	margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 0;
	}
	.boardImg {
		width: auto;
	}
	.footerNav li {
		margin-right: 0;
	}
	.footerNav li:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.snsArea img {
		width: 25px;
	}
}


/**
 * Page Shipping
 */
section.shipping table th,
section.shipping table td {
	text-align: center;
}
th.thlur, td.thlur,tr.thlur {
  border-left-style:none; 
  border-top-style:none; 
  border-right-style:none;
}
th.bg-none, td.bg-none {
	background-color: transparent;
}
th.bg-gray, td.bg-gray {
	background-color: gray;
	color: white;
}
.table-bordered {
	border: none;
}


/**
 * Page QA
 */
p.qq {
	margin-left: 1.5rem;
	text-indent: -1.8rem;
	margin-bottom: 0;
}
p.qq:before {
	content: "Q.";
	font-size: 1.5rem;
	margin-right: 0.5rem;
}
p.aa {
	margin-left: 1.5rem;
	text-indent: -1.8rem;
}
p.aa:before {
	content: "A.";
	font-size: 1.5rem;
	margin-right: 0.5rem;
}
.qaWrap {
	margin-bottom: 4rem;
}


/**
 * Page Contact
 */
.mw_wp_form table {
	width: 50%;
	margin: 0 auto 1rem auto;
}
.mw_wp_form input {
	width: 20rem;
	padding: 0.4rem;
}
.mw_wp_form textarea {
	width: 20rem;
	height: 20rem;
	padding: 0.4rem;
}
.mwform-tel-field input {
	padding: 0.4rem;
	width: 6rem !important;
}
ul.contactNotice {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.contactNotice li {
	margin-left: 1rem;
	text-indent: -1rem;
}
ul.contactNotice li:not(:last-child) {
	margin-bottom: 1rem;
}
ul.contactNotice li:before {
	content: "○";
}
section.contact table th,
section.contact table td {
	background-color: transparent;
}
section.contact input,
section.contact select,
section.contact textarea {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #bfbfbf;
}
section.contact input[type=submit] {
	color: #000;
}
section.contact .btn-danger:hover {
  background-color: #23c8ba;
  border-color: #23c8ba;
}
@media screen and (max-width: 991px){
	.mw_wp_form table {
		width: 80%;
		margin: 0 auto 1rem auto;
	}
}
@media screen and (max-width: 767px){
	.mw_wp_form table {
		width: 100%;
		margin-bottom: 0;
	}
	.mw_wp_form input {
		width: 100%;
	}
	.mw_wp_form textarea {
		width: 100%;
		height: 15rem;
	}
	section.contact tr {
		display: flex;
		flex-direction: column;
	}
	.mw_wp_form table th {
		border: none;
	}
	.mw_wp_form table td {
		margin-bottom: 2rem;
		border: none;
	}
}
@media screen and (max-width: 575px){
	.mwform-tel-field input {
		width: 4.5rem !important;
	}
}

/**
 * Page PrivacyPolicy
 */
section.privacypolicy h3 {
	font-size: 1.2rem;
}


/**
 * All Product List
 */
.woocommerce-products-header {
	margin-top: 2rem;
}


/**
 * Cart
 */
.cart-empty {
	text-align: center;
	font-size: 2rem;
}
table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto;
  display: block;
}
table.cart {
  margin-bottom: 3.706325903em;
  width: 100%;
}
table.cart thead {
	background-color: #f4f4f4;
}
table.cart td {
	background-color: #fbfbfb;
}
table.cart td, table.cart th {
  padding: 1.618em;
  text-align: center;
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-remove, table.cart td.actions {
  border-top-color: #ffffff;
}
table.cart tr:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
	border: none;
}
table.cart td.actions {
	border-top: none; 
}
.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
  width: 52.9411764706%;
  float: right;
  margin-right: 0;
  margin: 0;
  clear: right;
}
.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em;
}
.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  background: 0 0;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: .6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.wc-proceed-to-checkout a:link {
	text-decoration: none;
	color: white;
}
button[name=update_cart] {
	background-color: #fbfbfb;
	color: gray;
}
.cart_totals table.shop_table{
	width: 100%;
	margin-bottom: 1rem;
}
.cart_totals table.shop_table td {
	background-color: #fbfbfb;
	text-align: right;
	padding: 1rem;
}
.cart_totals table.shop_table tr:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}
.cart_totals table.shop_table th {
  padding: 1rem;
  text-align: center;
}
ul.woocommerce-shipping-methods {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
	  width: 100%;
	}
}

/**
 * Biz Calendar
 */
.widget_bizcalendar {
  margin: 0 0 1rem;
}
#biz_calendar {
	max-width: 100%; 
	font-family: initial;
}
#biz_calendar table.bizcal {
  vertical-align: middle;
  cursor: default;
  line-height: 1.6;
  table-layout: fixed;
  background-color: transparent;
  margin: 10px 0;
	border: none;
	text-align: center;
	width: 100%;
}
#biz_calendar table.bizcal th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2px;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
}
#biz_calendar table.bizcal td {
  padding: 2px;
  text-align: center;
  background-color: transparent;
}
#biz_calendar table.bizcal .holiday {
	background-color: #08C8A2;
	color: #ffffff;
}

#biz_calendar p {
  margin: 0;
  line-height: 170%;
}
#biz_calendar p span.boxholiday {
  background-color: #08C8A2;
  padding-left: 25px;
  margin-right: 10px;
}




/**
 * Notice
 */
.woocommerce-notices-wrapper {
	margin-top: 2rem;
}

/*.fa-circle {
	margin-right: 1rem;
	padding-right: 1rem;
}*/


/**
 * Pagenation
 */
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
	padding-left: 2rem;
}
nav.woocommerce-pagination ul.page-numbers {
	list-style-type: none;
	display: inline-flex;
	margin: 0;
	padding: 0;
}
span.page-numbers,
a.page-numbers:not(.next):not(.prev) {
	padding: 1rem;
	background-color: #fff;
}
.storefront-sorting {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/**
 * Woocommerce Message
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
	background-color: #00311a;
}


/**
 * Notice
 */
ul.notice {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.notice li {
	margin-left: 1rem;
	text-indent: -1rem;
}
ul.notice li:before {
	content: "※";
}