@charset "UTF-8";
/*
Theme Name: shop用サイト
Template:  	 	welcart_basic
Author:		 		trendmake
Author URI:		http://www.trendmake.co.jp/
License:		 	GNU General Public License v2 or later
*/
.page-template-uscescart table {
  width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: .875rem;
}
.page-template-uscescart table thead, .page-template-uscescart table tfoot {
  background: #f5f5f5;
}
.page-template-uscescart table thead tr:last-child, .page-template-uscescart table tfoot tr:last-child {
  border-bottom: 1px solid #ddd;
}
.page-template-uscescart .font-awesome {
  font-family: 'FontAwesome';
}

/*配色テクニック
$base:;
$main:;
$accent:;
*/
/*
ボタンの余白の作り方
作り方は上下がフォントサイズの1倍、左がフォントサイズの1.5倍、右がフォントサイズの2倍
*/
.btn {
  font-size: 13px;
  padding: 13px 26px 13px 19.5px;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after {
  clear: both;
}

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #EE5353;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
  color: white;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* body設定 */
body {
  //font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:visited {
  color: #000;
}
body a:hover {
  color: #196836;
  text-decoration: none;
}
body a:active {
  color: #196836;
}

/*ページトップへ戻る*/
.rtt {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
}
.rtt a {
  text-decoration: none;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.rtt a:hover {
  text-decoration: none;
}
.rtt a span {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  line-height: 1;
}

/*************************************
共通パーツ
*************************************/
.wrap .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#site-navigation ul {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#colophon {
  padding-left: 0;
  padding-right: 0;
}
#colophon .guide {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
#colophon .guide:before, #colophon .guide:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#colophon .guide:after {
  clear: both;
}
#colophon .guide .col03 {
  width: 32%;
  margin-right: 2%;
  float: left;
}
#colophon .guide .col03.last {
  margin-right: 0;
}
#colophon .guide .col03 dl dt, #colophon .guide .col03 dl dd {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}

.cat-il.type-grid {
  letter-spacing: inherit;
}
.cat-il.type-grid article {
  margin-right: 1%;
  margin-left: 1%;
}
.cat-il.type-grid article:nth-of-type(even) {
  margin-right: 1%;
  margin-left: 1%;
}

@media (min-width: 768px) {
  #main {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main #primary {
    width: 78%;
  }
  #main #primary #content {
    width: 100%;
  }
  #main #secondary {
    width: 20%;
  }
}
/*************************************
     header
*************************************/
#masthead{ margin-bottom: 50px; border: none; }
#header_inner{
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 0 0px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}
.right01{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 15px;
  row-gap: 15px;
  padding-top: 25px;
}
.right01 .sns_links{
  display: flex;
  gap: 15px;
}
#header_inner .incart-btn{
  float: none;
}
/*navigation*/
header div.nav-menu-open, header div.header-nav-container{ display: block; }
#header_inner #site-navigation.main-navigation.is-active{
  visibility: visible;
  opacity: 1;
}

#header_inner #site-navigation{ padding-top: 17px; }
#header_inner #site-navigation ul{ max-width: 100%; }
#site-info .menu-nav-container ul li,
#header_inner #site-navigation ul li{ border: none; padding: 0; margin: 0 auto; }
#site-info .menu-nav-container ul li a,
#header_inner #site-navigation ul li a{
  display: block;
  padding: 6px 25px 7px;
  font-weight: bold;
  color: #212122;
  text-decoration: none!important;
  transition: all 0.5s cubic-bezier(.165,.84,.44,1);
  background: transparent!important;
  line-height: 2;
  letter-spacing: .8px;
  border: none;
}
#site-info .menu-nav-container ul li a:hover,
#header_inner #site-navigation ul li a:hover{
  opacity: .7;
}
#site-info ul li.nav06 a::after,
#site-navigation ul li.nav06 a::after{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(img/icon_link.png) center center no-repeat;
  margin: 8px 0 0 5px;
}
#site-info .menu-nav-container ul li.nav08 a,
#header_inner #site-navigation ul li.nav08 a{ padding-right: 0; }

/*************************************
     footer
*************************************/
footer#colophon {
  background: white;
  padding: 60px 0 45px;
  color: #212121;
}
footer#colophon .page-footer{
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
footer nav{ width: 100%; padding: 0; }
footer nav li{ width: auto; float: none; }
footer nav ul{ display: flex; justify-content: flex-end; align-items: center; }

.footer-l{
  display: flex;
  flex-direction: column;
  column-gap: 16px;
  row-gap: 16px;
}
.footer-l a{
  text-decoration: none!important;
  font-weight: bold;
}
.footer-l a span{
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #d6d1d1;
  line-height: 2;
  text-underline-offset: 3px;
}
.footer_sns_links{
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
}

.footer-r{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copy{
  font-weight: bold;
  text-align: right;
}


/*************************************
     クライアント専用部分
*************************************/
/*商品詳細ページ*/
body.single .skuform {
  border: solid 1px #000;
  padding: 10px;
  margin-bottom: 10px;
}
body.single input[type="text"], body.single input[type="password"], body.single input[type="email"], body.single input[type="tel"], body.single input[type="search"], body.single input[type="url"] {
  max-width: 60px;
  text-align: center;
}

.font-awesome {
  font-family: 'FontAwesome';
}

#site-navigation .contact-btn,
#site-navigation ul.sns_links{ display: none; }
#site-navigation ul.sns_links{
  padding: 0;
  margin: 0 auto;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
#header_inner #site-navigation ul.sns_links li{ margin: 0; }

/*mediaquery*/
@media screen and (max-width: 1000px) {
  #header_inner #site-navigation{
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    transition: .3s ease;
    padding: 0;
  }
  #site-info .menu-nav-container ul li a, 
  #header_inner #site-navigation ul li a{
    padding: 0;
  }
  /* module menu button visible */
  #menu-button{
    visibility:visible;
    opacity:1;
  }
  .f-con{ display: flex; }
  header .right01{ display: none; }
  
  #site-navigation .contact-btn,
  #site-navigation ul.sns_links{ display: flex; }

  footer#colophon .page-footer,
  footer nav ul{ flex-direction: column; }
  #site-info .menu-nav-container ul li{ margin: 0 auto 0 0; }
  body .guide_btn,.copy{ text-align: center; padding-bottom: 16px; }
}

@media screen and (max-width: 768px) {
  .site-header {
    padding-top: 10px;
  }
  .site-header .inner {
    min-height: 40px;
  }

  .snav {
    float: right;
    margin: 0;
    padding-top: 0;
  }
  .snav .membership, .snav .incart-btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    float: none;
  }

   #colophon .guide .col03 {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 2% 10px 2%;
  }
}
.wpcf7-form dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.wpcf7-form dt span {
  margin-left: 5px;
  color: #980203;
}
.wpcf7-form dd {
  margin-bottom: 10px;
}
.wpcf7-form input {
  background-color: #fff;
}

/*ナビゲーション用CSS*/
/*追加CSS*/
