/*
 Theme Name:   Storefront Child
 Theme URI:    https://example.com/storefront-child
 Description:  Storefront の子テーマ
 Author:       KWC
 Author URI:   https://kwc-s.com
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/

/* ここにカスタムCSSを追加 */

/* Fonts */
:root {
  --default-font: sans-serif ,"Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: sans-serif;
  --nav-font: "Inter",  sans-serif;
}

body {
  font-family: serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  serif;
}

.pc-part{
  display: block;
}
.sp-part{
  display: none;
}


.topslide{
	position: relative;
}

.toptitle{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 150px;
	margin: auto;
	z-index: 9;
	color: #fff;
}
.toptitle h2{
	color: #fff;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

.topslide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.topslide .swiper-slide {
  margin-right: 0 !important;
  box-sizing: border-box;
}
.giftslide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.giftslide .swiper-slide {
  margin-right: 0 !important;
  box-sizing: border-box;
}

.giftslidecon{
	overflow: hidden;
	border-radius: 15px;
}

.topgift-right h2, .topgift-right p{
	z-index: 5;
	position: relative;
}

.topgiftbg{
	position: relative;
}
.topgiftbg img{
	position: absolute;
	top: -60px;
	left: 100px;
	z-index: 0;
}

.topslide{
	padding-top: 0;
}

.scrolled .header {
    /*--background-color: rgb(19 94 50 / 85%);*/
    background-image: url("img/footerbg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.90;
}

.topscroll img{
	width: 80px;
}

.topcopy{
	letter-spacing: 0.3em;
	line-height: 2em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
.topcopy-mb{
	margin-bottom:35px;
}
.topcopy-mt{
	margin-top: 35px;
}
/*topabout*/
.about{
	background-image: url("img/topbg01.png");
	background-position: center center;
	background-size: 65%;
	background-repeat: no-repeat;
}

.about p,.topgift p{
	font-size: 1.3em;
}

.stats-bgcolor{
	background-color: #135e32;
}
.section-title2{
	padding-bottom: 30px;
}
.section-title2 p {
    color: #135e32;
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    font-family: serif;
}
.section-title2 h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    color: 
 color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
}
.section-title2 h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px;
}

.topshoptitle{
	padding-top: 100px;
	padding-bottom: 100px;
}
.services .img {
    border-radius: 0;
    overflow: hidden;
}
.services .details {
    background: 
 color-mix(in srgb, var(--surface-color), transparent 5%);
    padding: 50px 30px;
    margin: initial;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
    border: 3px solid var(--contrast-color);
}

.toonlineshop{
	padding: 30px 100px;
    border: solid 1px #135e32;
    display: inline-block;
    margin: 50px auto;
    color: #135e32;
    width: 70%;
}

.toonlineshopwrap{
	text-align: center;
}

.topnouentitle{
	position: relative;
}

.topnouentitle h2{
	position: absolute;
	top: 0;
	left: 0;
}

.topnewsbgcolor{
	background-color: #efefef;
}

.footer{
	background-image: url("img/footerbg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.footer h4{
	color: #fff;
}

.footer .footer-links ul a{
	color: #fff;
}

/*アニメーション*/
.fuwafuwa {
    animation: shake-up 1.5s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

/*メディアクエリ*/

@media (max-width: 451px) {

	h2{
		font-size: 1.3em;
	}

	.topscroll img {
	    width: 50px;
	}
	.toptitle{
		bottom: 80px;
		text-align: center;
	}
	.about p, .topgift p {
	    font-size: 1em;
	}
	.about {
	    background-position: top center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	}
	.about-left{
		position: relative;
		z-index: 9;
	}
	.about-right{
		position: relative;
	}
	.about-right img{
		position: absolute;
        bottom: -100px;
        right: 0;
        width: 200px;
        opacity: 0.6;
	}
	.topgiftbg img {
	    top: 0px;
	    left: 0px;
	    z-index: 0;
	}
	.section-title2 p{
		font-size: 1.3em;
	}
	.topshoptitle {
	    padding: 20px 50px 50px 50px;
	}
	.toonlineshop {
	    padding: 30px 100px;
	    border: solid 1px #135e32;
	    display: inline-block;
	    margin: 20px auto;
	    color: #135e32;
	    width: 100%;
	}
	.topnouentitle h2 {
	    position: absolute;
	    top: -50px;
	    left: 0;
	    padding: 0 20px;
	}
	.storefront-sorting {
	    padding: 10px;
	}
	.content-area{
		padding: 0 15px;
	}
	.tabegoro h3{
		font-size: 1.3em;
	}
	.pc-part{
      display: none;
    }
    .sp-part{
      display: block;
    }
    .sp-nav-social{
		display: inline-block!important;
	}

}

@media (max-width: 768px) {
    .pc-part{
      display: none;
    }
    .sp-part{
      display: block;
    }
    .navmenu a i{
		display: none!important;
	}
	.list-inline-item{
		display: block;
	}
	.sp-nav-social{
		display: inline-block!important;
	}

}





/*ストアフロント*/
.content-area, .widget-area{
	margin: auto!important;
}
.content-area{
	float: initial!important;
}
.otherhead{
	background-image: url("img/footerbg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 50px;
}
.otherhead2{
	background-image: url("img/footerbg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
}
.col-1, .col-2, .col-3, .col-4{
	float: initial!important;
	width: 100%!important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #eb5415;
  font-size: 3rem;
  z-index: 10;
  opacity: 0.7;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content: "";
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: "";
}
.shop-cat{
	margin-bottom: 50px;
	padding: 10px;
}
.shop-cat a{
	color: #135e32;
    border: solid 1px #135e32;
    padding: 10px 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
}


.main-swiper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.thumb-swiper {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.thumb-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #333;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-product-left{
	padding:0 20px;
}
.single-product-right{
	padding:0 20px;
}

/*#primary.content-area {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}*/

.product-d-p{
	display: block;
	border-bottom: solid 1px #135e32;
	padding: 20px;
	padding-left: 0;
	color: #135e32;
}

.single_add_to_cart_button{
	background-color: #135e32!important;
	margin-top: 30px;
	padding: 20px 60px;
}

.contact,.oshirase{
	padding-top: 10px !important;
}



h1.entry-title{
    color: #135e32;
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    font-family: serif;
    margin-bottom: 30px;
}

.out-of-stock-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: not-allowed;
}

/*おいしい食べ方*/
.tabegoro{
	color: #135e32;
}
.tabegoro h3{
	color: #135e32;
	border-bottom: solid 1px #135e32;
}

.tabekata{
	padding-top: 20px;
}

a:focus{
	outline: initial;
}

.zeikomikakaku{
	font-size: 1em!important;
	color: brown!important;
}

.entry-summary .price{
	margin-bottom: 0.5em;
}
ul.products li.product .price{
	margin-bottom: 0.5em!important;
}

.free-shipping-icon{
	color: green;
    border: solid 1px green;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.free-shipping-icon-wrap{
	margin-bottom: 0!important;
}

