/*
Theme Name: Simple
*/


/* 基本構成 */
h1, h2, h3, h4, h5, a{
	color:#000;
	text-decoration:none;
	position:relative;
	margin:0;
}
h1{
	font-size: 2rem;
	border-bottom: 2px solid #666;
	font-weight: bold;
}
h2{
	color: #000;
	padding: 0.3em;
	letter-spacing: 1px;
}
h3{
	margin:0;
}
.home h1{
	border: none;
	color: #fff;
}
.home h2{
	background: none;
	color: #fff;
	padding: 0;
	margin-top: revert;
}
body{margin:0 !important;}
figure{margin:0;}

.page-container{
	width:90%;
	max-width:1024px;
	margin:0 auto;
	margin-bottom: 5em;
}
.breadcrumb{
	margin-top:2em;
	margin-bottom:1.5em;
}
img{
	width:100%;
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}
p{
	margin:0;
}
ul{
	padding:0;
	text-align:left;
	position:relative;
}
li{
	list-style: none;
}
dd{
	margin:0;
}
.title_bg{
	display:none;
}
a{
	text-decoration:underline;
	text-align:left;
}

h1, h2, h3, h4, h5{
	font-family: 'Shippori Mincho', Cormorant, serif;
	text-align:left;
}

p, a, li, div{
	font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
	text-align:left;
	font-size:15px;
	position:relative;
}
.max_widthdecision_contents{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.shippori{
	font-family: 'Shippori Mincho', Cormorant, serif;
}
header, main, footer{
	overflow:hidden;
}

table{
	background-color:#fff;
}

/* パンくず */
.pankuzu{
	list-style: none;
	display:flex;
	padding-left: 10vw;
	margin-top:1rem;
}
.pankuzu li{
	display: inline;
	font-size: .7rem;
}
.pankuzu li a{
	color: inherit;
	text-decoration: none;
	padding:1px 5px;
	font-size: .7rem;
}
.pankuzu li:first-child:before{
	display:none;
}
.pankuzu li:before{
	content: ">";
	margin-right:.3em;
}
@media screen and (max-width: 950px){
	p{
		font-size:0.8rem;
	}
}
@media screen and (max-width: 900px){
	.pankuzu{
		padding-left:5vw;
	}
}

/* header */
header{
	background-color: rgba(0,0,0,0);
	width:100%;
	position:relative;
	margin-top:1rem;
	z-index:5001;
	border-bottom: solid 1px rgba(133,133,133,0.3);
}
header p, header a, header li, header div{
	font-family: 'Shippori Mincho', Cormorant, serif;
}
header .inner{
	max-width:1200px;
	width:95%;
	display:flex;
	margin:0 auto;
}
header h2.site_title{
	width:20%;
	margin:0;
	height:fit-content;
	top: -5px;
}
header h2.site_title a{
	text-decoration:none;
	font-size:1.1rem;
}
header .header-nav{
	width:80%;
}
header .header-navigation-container{
	height: 100%;
}
.pc-header .header-nav ul.menu{
	width:fit-content;
	display:flex;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
.pc-header .header-nav .menu li{
	width:fit-content;
	margin: 0 1rem;
	position:relative;
}
.pc-header .header-nav .menu li::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.pc-header .header-nav .menu li:hover::after {
  width: 100%;
}
header .menu{
	text-align: center;
	height:100%;
}
header .menu ul{
	margin: 0 ;
	padding: 0 ;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header-navigation-container a{
text-decoration: none;
color: #363636;
font-size: 15px;	
}

header .pc_header_right{
	width:20%;
}
header div{
	max-height:60px;
}
.pc_header_right{
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.pc_header_right a{
}
header .icon_cart img{
	height: 25px;
	width: auto;
}

header .site_title img{
	object-fit:contain;
	height: 52px;
}

/* ハンバーガーメニュー　モバイルメニュー */
.mobile_header_container{
	display:none;
}
.icon_cart .text{
	display:none;
}
@media screen and (max-width:950px) {
	.pc-header-container{display:none;}
	.mobile_header_container{
		display:block;
	}
	.icon_cart .text{
	display:block;
}
	header .mobile_header_container .site_title{
		width:80%;
		margin:0 auto;
		text-align:center;
	}
}
header .mobile_header_nav .site_title a{
		color:#fff;
	}
.mobile_cart{
	width:100%;
	padding-top:4rem;
}
.mobile_cart a{
	width:fit-content;
	text-align:center;
	display: block;
	margin: 0 auto;
	text-decoration:none;
	color:#fff;
}

.hamburger_menu{
	position: fixed;
	top:15px;
	right:15px;
}
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background: rgba(0,0,0,0);
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
	z-index:9999;
}
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    right: 14px;
    height: 2px;
    border-radius: 2px;
	background: #fff;
	box-shadow:1px 1px 1px #333;
 }
.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}
.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}
.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}
/*activeクラスが付与されると線が回転して×になる*/
.openbtn.active span{
	box-shadow:none;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}

/* ナビゲーション */
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-200%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: rgba(128,128,128,0.8);
    /*動き*/
	transition: all 0.6s;
	padding-top: 50px;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-47%);
}
/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align:center;
}


.pc_header_right{
	
}


/*---------------------------------------------------------------------------*/
 /* footer フッター
 /* ---------------------------------------------------------------------------*/
footer a, footer p, footer li, footer h3, footer h4, footer h5, footer div{
	color:#000;
	font-family: 'Shippori Mincho', Cormorant, serif;
	text-decoration:none;
}
footer{
	padding: 4rem 0;
	text-align:center;
	background-color:#f3f3f3;
}
footer .inner{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

.footer .inner{
	display:flex;
	flex-wrap:wrap;
}
.footer-introduction{
	width:300px;
}
.footer-introduction .container{
	margin-right:4rem;
	position: relative;
	height: 100%;
}
.footer-logo img{
	width:220px;
	display:block;
	margin:0 auto;
}
.footer-contact{
	position:absolute;
	bottom:0;
	width:100%;
}
.footer-contact p, .footer-contact a{
	text-align:center;
}
.footer-contact .title{
	font-size: 14px;
}
.footer-contact a{
	text-decoration:underline;
}


.footer-top .container{
	display:flex;
}
.footer-top .container > div{
	padding:2rem;
	width:50%;
}
.footer-top .container > div.footer-navi1{
	padding-left:8rem;
}
.footer-top .container > div.footer-navi2{
	padding-left:0;
}
.footer-information{
	width:100%;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.footer-top .container > div > ul > li {
	margin-bottom: 1.6rem;
}
.footer-top ul{
	padding-left:1.5rem;
}
.footer-top .container li{
	font-size:16px;
}
.footer-top .container li a{
	font-size:16px;
	position:relative;
	font-weight:600;
}
.footer-top .container li a::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.footer-top .container li a:hover::after {
  width: 100%;
}

.child-ul li:before{
	content: '';
	position: absolute;
	top: 2.5px;
	left: -15px;
	bottom: 0;
	display: block;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #000;
}
.child-ul li{
	margin-bottom:1.3rem;
}
.footer-top .container .child-ul li a{
	font-weight:300;
	font-size:15px;
}

.copyright{
	text-align:right;
}

@media screen and (max-width:950px) {
	.footer{
		padding-bottom:1rem;
	}
	.footer .inner{
		display:block;
	}
	.footer-contact{
		display:none;
	}
	.footer-introduction{
		margin:0 auto;
		margin-bottom: 1.5rem;
	}
	.footer-introduction .container{
		margin:0;
	}
	/* footer-information */
	.footer-information{
		width:100%;
		border:none;
		padding-top:1.4rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-top .container{
		display:block;
	}
	.footer-top .container > div{
		width:100%;
	}
	.footer-top .container > div.footer-navi1{
		padding:0;
	}
	.footer-top .container > div.footer-navi2{
		padding-top:0;
		padding-bottom:0;
	}
	.footer-top ul{
		padding-left:2.5rem;
	}
	.footer-top{
		padding-bottom:1.4rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-bottom:1rem;
	}
	.copyright{
		font-size:10px;
	}
	.footer-top .container li a {
		font-size: 14px;
	}
	.footer-top .container li{
		font-size:14px;
	}
	.footer-top .container .child-ul li a{
		font-size:13px;
	}
}



/* 追加css */


/*---------------------------------------------------------------------------*/
 /* top page フロントページ　トップページ
 /* ---------------------------------------------------------------------------*/

/* ------------------first view-----------------*/
.first_view{
	height: 650px;
	position:relative:
}
.top_slider{
	position:relative;
}
.top_slider div {
	width: 100vw;
	height:650px;
	margin: 0;
}
.top_slider_text{
	background-color:rgba(0, 0, 0, 0.2);
	position:absolute !important;
	top:0;
	z-index:20;
	width:100vw;
	height:650px;
}
.top_slider_text div {
	width: 100vw;
	height:650px;
	margin: 0;
}
.top_slider_text .text_group{
	display:table-cell;
	vertical-align:middle;
}
.top_slider_text .text_group h2{
	color:#fff;
	text-align:center;
	font-size:4rem;
}
.top_slider_text .text_group p{
	color:#fff;
	text-align:center;
	font-size:1.2rem;
}
/*.top_slider_text .slick-active .text_group{
	transform : translate(0, 0px);
	transition : all 1s;
}*/

@media screen and (max-width:950px) {
.top_slider_text .text_group h2{
	font-size:3rem;
}
}

/*------------------ main contens ------------------*/

.home-container{
	max-width: 1024px;
	width:90%;
	margin: 0 auto;
}

/* product */
.home-container .product{
	text-align:center;
}
.home-container .woocommerce-loop-product__title{
	text-align:center;
	color:#006600;
}
.home-container .price{
	text-align:center;
}
.woocommerce ul.products li.product .price{
	color: #000 !important;
}
.home-container .product .add_to_cart_button{
	display:none !important;
}
.onsale{
	background-color:#ff3b3b !important;
}
.woocommerce ul.products li.product .onsale{
	right:0 !important;
	top:0 !important;
}
.home-container .woocommerce-loop-product__title{
	color:#000;
}

@media screen and (max-width:950px) {
.woocommerce span.onsale{
	left:1px !important;
	right:0 !important;
	width: 3.5em;
	height:3.5em;
}
}


.top_new{
	padding-top:4rem;
	padding-bottom:2rem;
	border-bottom:solid 1px #d2d2d2;
}
.top_new .title_group h2{
	position: relative;
	padding-bottom: 1.75em;
	text-align:center;
	margin-bottom:1.5rem;
}
.top_new .title_group h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background: #cacaca;
    width: 100px;
    height: 1px;
}

.top_reco{
	padding-top:2rem;
	padding-bottom:4rem;
}
.top_reco .title_group h2{
	position: relative;
	padding-bottom: 1.75em;
	text-align:center;
	margin-bottom:1.5rem;
}
.top_reco .title_group h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background: #cacaca;
    width: 100px;
    height: 1px;
}

.all_more_button{
	display:block;
	margin:0 auto;
    width: 100%;
    max-width: 280px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	background-color:#0b80c5;
    border: 1px solid #0b80c5;
    border-radius: 7px;
	color:#fff;
	padding:10px;
}

/* ------------------contact_us-----------------*/
.contact_us .container{
	display:table;
	height:475px;
}
.contact_us .contents{
	display: table-cell;
	position: relative;
	width: 100vw;
	vertical-align: middle;
	background: url(/wp-content/uploads/2023/03/1027188_l-scaled.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
/* 画像を暗くするオーバーレイ */
.contact_us .contents::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.contact_us .contents h2, .contact_us .contents p, .contact_us .contents a{
	text-align:center;
	color:#fff;
}
.contact_us .contents h2{
	font-size:2.4rem;
}
.contact_us .contents p{
	padding-top:1rem;
	font-size:0.9rem;
	color:#eee;
}
.contact_us .contents a{
	display: block;
	width: fit-content;
	margin: 2rem auto 0;
	padding: 10px 7rem;
	border-radius:10px;
	background-color: #0b80c5;
	transition: all .8s;
	text-decoration:none;
}
.contact_us .contents a:hover{
	background-color:#fff;
	color:#000;
}

/* ---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
 /* 商品ページ
 /* ---------------------------------------------------------------------------*/
.single-product div.product p.price {
    font-size: 1.41575em;
    margin: 6rem 0;
}
.single_add_to_cart_button{
	display:block;
	margin:0 auto;
    max-width: 280px;
    text-align: center;
    cursor: pointer;
	background-color:#006600 !important;
    border: 1px solid #006600  !important;
    border-radius: 7px;
	color:#fff;
	padding:10px;
}
.woocommerce div.product form.cart div.quantity{
	float:none !important;
	padding-bottom:1.5rem;
}
.flex-viewport{
	margin-top:1rem;
	margin-bottom:2rem;
	border: 0.5px solid rgb(194, 194, 194);
}
/* ---------------------------------------------------------------------------*/

