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

/* body設定 */
body {
  font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Shippori Mincho', serif;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.7;
}
.itemname,
.itemprice{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
}
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: 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: 75%;
	float:right;
  }
  #main #primary #content {
    width: 100%;
  }
  #main #secondary {
    width: 20%;
	float:left;
  }
}
/*************************************
     header
*************************************/
h1 .site-title, div .site-title {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

.snav {
  float: right;
}
.snav .membership {
  float: none;
}

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

	/* Mobile Menu Button */
	#menu-button{
		visibility:hidden;
		opacity:0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		z-index: 900;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		background-color: #fafafa;
	}
  #menu-button:hover{ cursor: pointer; }
	#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: #111;
		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;
		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);
		}
	}

/* navigation */
header #site-navigation input#panel.on-off:checked + div.header-nav-container{
  background: beige;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#site-navigation input#panel.on-off:checked + div.header-nav-container ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#site-navigation input#panel.on-off:checked + div.header-nav-container ul li{
  border: none!important;
  width: 100%;
  margin: 0 16px;
  padding: 8px;
}
#site-navigation input#panel.on-off:checked + div.header-nav-container ul a{
  display: inline;
  background: transparent;
  color: #333!important;
  text-decoration: none!important;
  border: none;
}

/*************************************
     クライアント専用部分
*************************************/
/*サイドバー*/
.cart-btn {
    display: block;
    text-align: center;
    text-decoration: none!important;
    color: black!important;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #333;
}
.cart-btn i{
	font: normal normal normal 14px/1 FontAwesome;
}
#secondary #searchform input[type="text"]{
	max-width:unset;
}

/*商品詳細ページ*/
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';
}
body.single input[type="submit"],
.wpcf7 input[type="submit"]{
	font-family: FontAwesome,"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.itemsoldout a{
	background-color: #efefef;
    display: inline-block;
    padding: 15px;
	border-radius: 3px;
	text-decoration: none;
}
/*カート内ページ*/
.page-template-uscescart #main #primary,
.page-template-uscesmember #main #primary{
	width:100%;
}

/* 特商 */
.tokusyo-tit,
.contact-tit{
	font-size: 20px;
    margin-bottom: 30px;
}
.tokusyou-format h3{
	font-size: 16px;
    margin-bottom: 5px;
}
.tokusyou-format table{
	width:100%;
	margin-bottom:30px;
}
.tokusyou-format table tr th,
.tokusyou-format table tr td{
	border:solid 1px #000;
	padding:10px 15px;
}
.tokusyou-format table tr th{
	width:25%;
}

/*お問い合わせ*/
.contact-txt{
	margin-bottom:30px;
}
.wpcf7 table{
	width:100%;
}
.wpcf7 table tr td,
.wpcf7 table tr th{
	border:solid 1px #000;
	padding:10px 15px;
}
.wpcf7 table tr th{
	width:25%;
	vertical-align:middle;
}
.wpcf7 table tr td input,
.wpcf7 table tr td textarea{
	width:100%;
}
.wpcf7 input[type="submit"]{
	background-color: #efefef;
	width:250px;
}
.submit-btn{
	text-align:center;
	margin:30px 0 50px;
}
.pp-tit{
	font-size: 16px;
    margin-bottom: 20px;
}
.pp-w{
	height: 200px;
    overflow-y: scroll;
	}
	.pp{
		margin-bottom:50px;
	}
/*mediaquery*/
@media screen and (max-width: 768px) {
  #menu-button{
    visibility: visible;
    opacity: 1;
  }

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

  #site-navigation {
    background: #000;
  }
  #site-navigation label {
    position: static;
  }

  #colophon .guide .col03 {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 2% 10px 2%;
  }
}
@media screen and (max-width: 680px) {
.wpcf7 table tr td,
.wpcf7 table tr th,
.tokusyou-format table tr th,
.tokusyou-format table tr td{
	width:100%;
	display:block;
	border-bottom:0;
}
.wpcf7 table tr:last-child td,
.tokusyou-format table tr:last-child td{
	border-bottom:solid 1px #000;
}
}


/*ナビゲーション用CSS*/
/*追加CSS*/
/* sns share links */
.sns_container a{ display: inline-block; vertical-align: bottom; font-size: 32px; text-decoration: none!important; }
.sns_container a:hover{ opacity: .72; }
.sns_facebook{ color: #3678EA!important; }
.sns_twitter{ color: #6AABE8!important; }
.sns_pocket{ color: #DC4F5A!important; }
.sns_line{ color: #58BF38!important; }

