@keyframes fadeIn { 0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}

body {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  font-family: 'Spartan', sans-serif!important;
}

/*nav*/
.heading-strike {text-transform: none;}
.main-navigation>div {margin-top:2px;}
.main-navigation>div li {padding:1px 45px 0 0;}
.main-navigation > div li a {text-transform: none;font-family: 'Spartan', sans-serif;padding: 1.2em;font-size: .9rem;}
.main-navigation>div ul ul a {text-transform: none;font-family: 'Spartan', sans-serif;font-size: .9rem;}
#mobile-navigation ul li a {text-transform: none;font-family: 'Spartan', sans-serif;}
#mobile-navigation ul ul li a {text-transform: none;}

@media screen and (max-width: 559px) {
  .main-navigation {margin-top: -4px;}
}
  .main-navigation>div li.shoplink {
    padding-right: 0;
    border: 1px solid #999;
    padding: 0.5em 0.5em 0.3em 0.4em;
    border-radius: 5px;
    background-color: #fff;
    margin-top: -2px;
    line-height: 1.2;
    }
/* .main-navigation>div li.shoplink:hover {
    opacity: 0.5;
    background: #c1c1c1;
    border-bottom-color: #b4b4b4;
}*/
.main-navigation>div li.shoplink a::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 0 5px 0 2px;
  vertical-align: middle;
}

/* shopbtn */
.shopbtn {display:none;}
.shopbtn a {
  border: 1px solid #999;
  padding:0.7em 0.5em 0.45em 0.5em;
  border-radius: 5px;
  font-size: 0.7rem;
  line-height: 1;
}
@media screen and (max-width: 769px){
.shopbtn {
    display: block;
    margin: 0 15px 0 auto;
    height: 26px;
    }
}
@media screen and (max-width: 320px){
  .shopbtn {display:none;}
}
  #mobile-navigation ul li.shoplink {
    display:none;
  }

/*font*/
h1,h2,h3,h4,h5,h6 {
font-family: 'Spartan', sans-serif;
font-weight:400;
}

h1.entry-title {
  font-weight:200;
  font-size:1.6rem;
}

h3.widget-title {
  position: relative;
  text-align:center;
  margin:50px 0 40px 0;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.08em;
  transition: color 0.2s ease-in-out;
}

h3.widget-title::before {
  position: absolute;
  content: '';
	display: inline-block;
	bottom: -15px;
	width: 40px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}

h3 span {
  font-size:.8em;
  font-weight:normal;
  color: #aaa;
  margin-top:.2em;
}

p {text-align: justify; }

.caption {
  font-size: 85%;
  opacity: 0.8;
  line-height: 1.5;
}
.caption  li {
  margin-left:0;
}
ol, ul {
    margin: 0 0 2.25em 1em;
    padding: 0;
}
.spbr {
  display: none; 
}
@media screen and (max-width: 559px) {
    .spbr { display: inline; }
}

/* target */
:target {
    -webkit-animation: targetmodify 0.1s;
    animation: targetmodify 0.1s;
}
@-webkit-keyframes targetmodify{
      0% { padding-top: 180px; margin-top: -180px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  targetmodify{
      0% { padding-top: 180px; margin-top: -180px; }
    100% { padding-top: 0; margin-top: 0; }
}

/* privacypolicy */
#post-3 ol {
  margin: 0 0 2.25em 1.25em;
}
/* top about */
.so-widget-sow-button-wire-544e96ab9312 .ow-button-base a.ow-button-hover:hover {
  background: rgba(255, 255, 255, 0.4)!important;
}
/* top topics */
#topics .entry-meta {
  display:none;
}
#topics .entry-title {
  margin-top: 0;
}

.so-widget-sow-image-default-ab294a5857f7 .widget-title {
  text-align: center;
  font-size: 16px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: none;
}
.blog-layout-grid .archive-entry p:last-of-type, .blog-layout-grid .archive-entry p:only-of-type {
    max-height: 3rem;
}
/* top item */
#item_steteco .entry-date,#item_other .entry-date,
#item_steteco .thumbnail-meta ,#item_other .thumbnail-meta,
#item_steteco .entry-content,#item_other .entry-content{
  display:none;
}
#item_steteco h2,#item_other h2{
  font-size:80%;
}

/*feature_items*/
#feature_items header,#feature_items .entry-thumbnail,.category-items .entry-date,.category-items .entry-category{
  display:none;
}

/* itemlist table left*/
table .itemlistl {
	border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
.itemlistl th {
  padding: 5px 5px;
	color: #333;
	border-bottom: 2px solid #333;
}
.itemlistl td {
  padding: 5px 5px;
	color: #333;
	border-bottom: 1px solid #DDD;
}
/* itemlist cart button*/
input[type=submit]  .addCart {
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
padding:5px 30px !important;
background:#333;/* ボタンの色指定*/
color:#fff;/* ボタンの文字色指定*/
font-size:14px;
line-height:2;
font-weight:bold;
cursor:pointer;
}

/* itemlist table center*/
table .itemlist{
	border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
.itemlist th{
  padding: 5px 5px;
	color: #333;
	border-bottom: 2px solid #333;
  text-align: center;
}
.itemlist td{
  padding: 5px 5px;
	color: #333;
	border-bottom: 1px solid #DDD;
  text-align: center;
}
/*content */
.site-content {
		min-height:60vh;
}

/* gallery */
.gc {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  padding:0;
}
.box {flex-basis: 15.5%;}
@media (max-width: 559px){
.gc .box { flex-basis: 48%;margin-bottom: 2%; }
}
/* gallery lightbox */
.lb-data .lb-close {
  display:none;
  }
 .lightbox .lb-image {
  border:none;
}
/* gallery lightbox sp none */
@media (max-width: 559px){
.so-widget-sow-image-default-d70c3388eec3 .sow-image-container > a {pointer-events: none;}
}

/* gallery archive */
.gc2 {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  padding:0;
  text-align: center;
}
.gc2 .box {flex-basis: 33.3%;margin-bottom:1.6%;}
@media (max-width: 559px){
.gc2 .box { flex-basis: 48%;margin-bottom: 2%; }
}

/*factory */
.number {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url(/wp/wp-content/uploads/secbar.gif);
  background-position: 48px center;
  background-repeat: repeat-x;
}

.number .numicon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: solid 1px  #8f8f8f;
  background-color: #fff;
}

/* shoplist */
.shopname a::after {
 content: "\f35d";
 font-family: "Font Awesome 5 Free";
 font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align:baseline;
  text-rendering: auto;
  line-height: 1;
  color:#666;
  padding-left:5px;
  margin:0;
}
.shop .entry-title {display:none;}
.shop .archive-entry {margin-bottom: 0;padding-bottom: 0;}

/* mailform */
.cform {
	width: 100%;
	margin: auto;
  border:none;
}

.cform th {
	font-size: 14px;
	width: 30%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform tr:first-child{
  border-top: solid 1px #d6d6d6;
}

.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%;
}

table tr:nth-child(2n+2) {
  background: #fff;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
   background-color: #f3f3f3;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #808080;
	margin: 30px auto;
	display: block;
	border: 1px #808080 solid;
	text-align: center;
	padding: 1em 2em;
	color: #fff;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
}

.submit-btn input:hover {
  opacity:0.8;
}

/* category_archive */
.archive .container > .page-header, .search .container > .page-header {
    display: none;
}
/* forest */
#forest iframe {padding:2px 0 0 4px;}
@media (max-width: 480px){
#forest iframe {padding:0 15px 10px 0;}
}
/*footer copyright */

#scroll-to-top {
  border-radius: 10px;
}
#colophon .site-info span:after {
  display: none;
}
#colophon .site-info span:last-child {
  display: none;
}
#colophon .widget a {
  color: #fff;
}
#menu-footer_1.menu {
  display: inline-flex;
}
#menu-footer_1.menu li{
  padding-right:20px;
  font-size: .8rem;
}
#colophon.footer-active-sidebar {
  border-top: none;
  margin-top:50px;
}
#colophon .site-info {
  margin-top:-21px;
  padding: 20px 0;
  background-color: #8f8f8f;
  color: #fff;
}

#scroll-to-top {
  border-radius: 6px;
  height: 47px;
}
@media (max-width: 480px){
#colophon .site-info {margin-top: -15px;font-size:0.7em;}
 h3.widget-title {font-size:1.5em;}
 p {text-align: left; }
}

@media screen and (max-width: 768px){
#colophon .widgets .widget {
    float: none;
    margin: 0;
    width: 100%!important;
}
#menu-footer_1.menu {
		flex-direction:column;
		}
}