/*
Theme Name:Tacoflower-wd2
*/

@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src:
		local("Noto Sans CJK JP"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('wffo2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('wffo'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}


html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
	background: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0dfde+0,f5f5f5+27,f5f5f5+50,f5f5f5+73,e0dfde+100 */
	background: #ffffff; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfde', endColorstr='#e0dfde',GradientType=1 ); /* IE6-9 */
		scroll-behavior: smooth;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1.6rem;
	line-height: 2.4rem;
	color: #3d3a39;
	margin: 0;
  　padding: 0;
}
a{
   text-decoration: none;
    transition: all .2s;    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
a:hover{
    opacity:0.5;
}
*{
	margin: 0;
	padding: 0;
}
/*-------------------------
*utility
--------------------------*/
.inner{
	text-align: center;
}
.inner2{
	align-items: center;
}
.text-end{
	text-align: end;
}

/* spで表示させるもの */
.sp-none{
	display: none;
}
.sp2-none{
	display: none;
}
/* pcで表示させるもの */

.hiden{
	visibility: hidden;
}

.spacing-bottom{
	margin-bottom: 170px;
}

/* 投稿用の余白コード */
.spacingWP-30{
	width: auto;
	height: 30px;
	background-color: #fff;
}
.spacingWP-50{
	width: auto;
	height: 50px;
	background-color: #fff;
}
.spacingWP-70{
	width: auto;
	height: 70px;
	background-color: #fff;
}

/* /投稿用の余白コード */
.title{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;	
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 500;
}
.img{
	width: 100%;
	height: auto;
}
.img2{
	width: auto;
	height: 100%;
}
.reset{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
	color: #3d3a39;
}

.page_top_btn {
  position: fixed;
  z-index: 2000;
  width: 100px;
  height: auto;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  text-align: center;
  background: #6CAF2F;
  color: #fff;
  font-size: 1.2rem;
  line-height: 5rem;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgb(255, 0, 0, 0.8);
  color: rgb(255, 255, 255, 0.8);
}
.subHeader{
	position: relative;
	margin-top: 200px;
}
.single{
	margin-top: 180px;
}
/*-------------------------
* /utility
--------------------------*/

/*-------------------------
*pc-nav
--------------------------*/
.aboutUs-coImg{
	display: none;
}
.top-coImg{
	display: block;
	width: 200px;
}

.nav2{
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.40800070028011204) 54%, rgba(9,9,121,0) 92%);
	position: fixed;
	z-index: 1100;
	width: 100vw;
	height: 150px;
	top: 0;
	left: 0;
	margin: 0;
    padding: 0;
}



.nav-pc{
	display: flex;
	justify-content: center;
	width: auto;
	height: 50px;
	padding-top: 10px;
}
.nav-pc2{
	padding-top: 10px;
}
.nav-pc3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}
.nav-pc4{
	max-width: 850px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	margin: 0 auto;

}

.sns{
    font-size: 2rem;
	color: #3d3a39;
}
.nav-title{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;	
	color: #fff;
    font-size: 1.9rem;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.nav-title2{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
	color: #000;	
	font-size: 1.2rem;
	font-weight: 300;
}
.navSpacing{
	margin-right: 50px;
}
.navSpacing20{
	margin-right: 20px;
}
.shopIcon{
	width: 50px;
	height: auto;
}
.searchBox{
	width: 300px;
	margin-right: 10px;
}

input[type="checkbox"]{
	display: none;
}

/* reset */
button{	
	background:transparent;
	border:none;
	cursor:pointer;
	outline:none;
	padding:0;
	appearance:none;
	background-color: #3d3a39;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
li,p{
	margin: 0;
}



.eventListBox{
	width: 90px;
	overflow-x: visible;
	background-color: #fff;
	padding: 5px;
	font-size: 1.2rem;
	opacity: 0.9;
}
.hideEbtn{
	display: none;
}
.EbtnList{
	width: 120px;
	height: auto;
	line-height: 2;
	background-color: #fff;
}

/*-------------------------
* /pc-nav
--------------------------*/
/*-------------------------
* slide
--------------------------*/

#a-nav{
	animation-delay: 3s;
	animation-duration: 3s;
}

.concept{
	position: relative;
	top: 50;
	width: 45vw;
	margin:0 auto;
}
.header,
.fv-swiper {
  margin-top: 0;
  padding-top: 0;
}
.headerBox{
	width: 100vw;
	height: auto;
	overflow: hidden;
	margin-bottom: 150px;
}
.headerImg{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.fv-swiper {
  margin-top: -25px;
}

.fv-swiper img,
.fv-swiper picture {
  display: block;
}

/*-------------------------
* /slide
--------------------------*/
.temporary{
	margin-bottom: 40px;
}

/*-------------------------
* pickUp
--------------------------*/
.colomunW{
	margin:0 auto;
	max-width: 1000px;
}
.cloumn{
	display: flex;
	justify-content:space-around;
}
.grid-PUcontainer {
  display: flex;
  justify-content: space-between; /* ←これがbetween */
  align-items: center;
	max-width: 700px;
}

.grid-PUbox {
  width: 150px; /* 画像サイズに合わせる */
}

.grid-PUbox img {
  width: 150px;
  height: auto;
  display: block;
}
.catalog{
	width: 400px;
	margin: 30px auto;
}
.moreBox{
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.more{
	display: flex;
	justify-content: center;
	text-align: center;
	
	width: 185px;
	height: 26px;
	border: 1px solid #898886;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #3d3a39;
}
.more2{
	display: flex;
	justify-content: center;
	text-align: center;
	
	width: 50px;
	height: 19px;
	border: 1px solid #898886;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #3d3a39;
}
/*-------------------------
* /pickUp
--------------------------*/

/*-------------------------
news
-------------------------*/
.n-coloumn{
	display: flex;
	justify-content: center;
	margin: 15px auto;
	max-width: 1000px;
}

.n-cate{
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 1.2rem;
	color: #fff;
	width: 50px;
	height: 20px;
	background-color: #898886;
	border-radius: 5px;
}
.n-date{
	height: 20px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0 20px;
}
.n-title{
	width: 350px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	padding: 0 10px;
	margin: 0;
}


/*-------------------------
/news
-------------------------*/
/*-------------------------
/product gird
-------------------------*/
.gridbox1 {
	margin: 0 auto;
	max-width: 1000px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .gridbox1 p {
	padding:10px;
      margin: 5px;
  }

 /*-------------------------
/ contact
-------------------------*/
.contactBox{
	margin: 0 auto;
	width: 530px;
	
}
#c-form{
	width: 460px;
	border: 1px solid #cccccc;
	padding: 35px;
	border-radius: 10px;
}
.contactItem{
	margin-top: 10px;
}
.c-left{
	width: 120px;
	height: 30px;
}
#c-form .full{
	width: 450px;
	height: 15px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin-top: -5px;
}
#c-form .full-t{
	width: 470px;
	height: 225px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
/*-------------------------
* footer
--------------------------*/
footer{
	margin-top: 240px;
}
.fTitle{
	font-size: 1.6rem;
	line-height: 2;
}
.fList{
	font-size: 1.2rem;
	line-height: 2;
}
.makeboxs{
	display: flex;
	justify-content: space-around;
	max-width: 1000px ;
	padding-top: 30px;
	border-top: 1px solid #999;
}
.Pbox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.spacingF{
	margin: 15px 0 40px 0;
}


/*-------------------------
* /footer
--------------------------*/

/*-------------------------
* search
--------------------------*/
#container{
	width: 1200px;
	margin: 0 auto;
}
#content{
	width: 1000px;
	margin: 20px auto 0;
	min-height: 300px;
}
#content .search .hentry{
	margin-top: 0;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}

/*-------------------------
* /search
--------------------------*/
/*-------------------------
* product-page
--------------------------*/

.product-container {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.productF {
  width: 150px;
  height: 150px;
}

.productF img {
  width: 100%;
  height: auto;
  display: block;
}
.productF-name{
 padding-bottom: 30px
}

/*-------------------------
* /product-page
--------------------------*/


@media screen and (max-width:480px){

	.sp-none{
		display: inline-block;
	}
	.pc-none{
	display: none;
	}
	.wrapper{
		width: 100%;
		overflow: hidden;
	}
	.spCoLogoBox{
		width: 60vw;
	}
	.spCoLogo{
		margin:10px;
	}
	.nav2{
		display: none;
	}
	.nav-title{
		]]
		width: 80vw;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 2rem;
		font-family: ;
		border-bottom: 1px solid #898886;	  
	}
	.nav-title2{
		width: 80vw;
		margin: 0 auto;
	    padding: 2em 0em;
		border-bottom: 1px solid #898886;
	}
	.navSpBox{
		display: flex;
		position: fixed;
		justify-content: space-between;
		top: 0;
		background-color: #fff;
		z-index: 1500;
		width: 100vw;
	}
	.navTitleE{
		font-size: 1.5rem;
		font-weight: 400;
	}
	.navTitleJ{
		font-size: 1.1rem;
		font-weight: 400;
		padding-left: 20px;
	}
	.cloumn{
		justify-content:flex-start;
		margin: 0 25px;
	}
	.spSpacing{
		margin-left: 10px;
	}
	.spSpacingLast{
		margin-right: 10px;
	}
	.spacing-bottom{
	margin-bottom: 100px;
	}
	.subHeader{
	position: relative;
}
	.single{
		margin-top: 80px;
	}
	
	/*-------------------------
	*nav-sp
	--------------------------*/
	.header {
		background: #fff;
	}
	.concept{
	width: 80vw;
	padding-top: 10px;
	margin:0 auto;
}
	.burger{
		display: flex;
		align-items: center;
		padding-top: 30px;
	}
	/* ここから下がハンバーガーメニューに関するCSS */
	/* チェックボックスを非表示にする */
	.drawer_hidden {
	  display: none;
	}
	
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
	  display: flex;
	  height: 60px;
	  width: 60px;
	  justify-content: center;
	  align-items: center;
	  position: relative;
	  top: 10px;
	  right: 20px;
	  z-index: 100;/* 重なり順を一番上にする */
	  cursor: pointer;
	}
	
	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
	  content: '';
	  display: block;
	  height: 3px;
	  width: 25px;
	  border-radius: 3px;
	  background: #333;
	  transition: 0.5s;
	  position: absolute;
	}
	
	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
	  bottom: 8px;
	}
	
	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
	  top: 8px;
	}
	
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
	  background: rgba(255, 255, 255, 0);
	}
	
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
	  bottom: 0;
	  transform: rotate(45deg);
	}

	#drawer_input:checked ~ .drawer_open span::after {
	  top: 0;
	  transform: rotate(-45deg);
	}
	  
	/* メニューのデザイン*/
	.nav_content {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  padding: 0 10px;
	  top: 20px;
	  left: 100%; /* メニューを画面の外に飛ばす */
	  z-index: 99;
	  background: #fff;
	  transition: .5s;
	}
	
	/* メニュー黒ポチを消す */
	.nav_list {
	  list-style: none;
	  width: 100vw;
	  margin: 0;
	  padding: 0;
  }
	
	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ .nav_content {
	  left: 0;/* メニューを画面に入れる */
	}
	.snssBox{
		display: flex;
		width: 80vw;
		margin: 0 auto;	
		margin-top: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #898886;
	}
	
	.sns{
		width: 70px;
		height: auto;
		margin-right: 5px;
	}

	.accordion-002 {
    max-width: 849px;
    margin-bottom: 7px;
}

	.accordion-002 summary {
	    display: flex;
	    align-items: center;
	    position: relative;
	    padding: 1.5em 0em; 
	    background-image: url(../images/top/Plus.png);
	    background-position: right calc(2em - 7px) center;
	    background-size: 15px;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}
	
	.accordion-002 summary::-webkit-details-marker {
	    display: none;
	}
	
	.accordion-002 summary::before,
	.accordion-002 summary::after {
	    position: absolute;
	    right: calc(2em + 2.5px);	
	    content: '';
	}
	
	
	.accordion-002 p {
	    transform: translateY(-10px);
	    opacity: 0;
	    margin: 0;
	    color: #3d3a39;
	    transition: transform .5s, opacity .5s;
	}
	
	.accordion-002[open] p {
	    transform: none;
	    opacity: 1;
	}
	
	

	/*-------------------------
	* /nav-sp
	--------------------------*/


	/*-------------------------
	*slide
	--------------------------*/
	.headerBox{
	width: 100vw;
	height: 400px;
	overflow: hide;
	}
	.headerImg{
	width: 100%;
	height: auto;
	}
	.HeaderPosition{
	position: relative;
	top: 70px;
	}
	



	/*-------------------------
	* /slide
	--------------------------*/




	/*-------------------------
	* pickUp
	--------------------------*/
	.colomunW{
		margin:0 15px;
	}
	.grid-PUcontainer {
	width: 90vw;
    flex-wrap: wrap;
    gap: 16px;
  }

  .grid-PUbox {
  width: calc(50% - 8px);
  margin-bottom: 150px;
  }
  .OPlogoBox {
    width: calc(50% - 8px);
	  margin-bottom: 150px;
  }
	
	/*-------------------------
	* /pickUp
	--------------------------*/

	.gridbox1 {
	margin: 0 auto;
	max-width: 400px;
      display: grid;
      grid-template-columns: 1fr;
  }
	/*-------------------------
	* /contact
	--------------------------*/
  	.contactBox{
		margin: 0 auto;
		width: 90vw;
		
	}
	#c-form{
		width: 80vw;
		padding: 15px;
	}
	.contactItem{
		margin-top: 10px;
	}
	.c-left{
		width: 120px;
		height: 30px;
	}
	#c-form .full{
		width: 70vw;
	}
	#c-form .full-t{
		width: 80vw;
		height: 225px;
	}


	/*-------------------------
	* footer
	--------------------------*/
	footer{
		margin-top: 100px;
	}
	.footer_base{
	  width: 100vw;
	  
	}
	.footer_list {
	  list-style: none;
	  margin: 0;
	  padding: 0 15px;
	  border-top: 1px solid #898886;
  }
  	.footer-title{
		font-size: 1.2rem;
		line-height: 2rem;
		font-family: ;
		font-weight: 400;
		border-bottom: 1px solid #898886;	  
	}
	.footer-title2{
	    padding: 2em 0em;
		font-size: 1.2rem;
		font-weight: 400;
		border-bottom: 1px solid #898886;
	}
	.fTitle{
		font-size: 1rem;
		padding-top: 10px;
	}
	.Pbox2{
	display: flex;
	justify-content: center;
	margin-bottom: 25px 0 20px 0;
}
	.fList{
		font-size: 1rem;
		line-height: 3rem;
	}
	.fSpacingR{
		margin-right: 50px;
	}
	.Fc{
		font-size: 1rem;
	}
	/*-------------------------
	* /footer
	--------------------------*/
	/*-------------------------
	* search
	--------------------------*/
	#container{
		width: 90vw;
		margin: 0 auto;
	}
	#content{
		width: 80vw;
		margin: 10px auto 0;
		min-height: 400px;
	}
	#content .search .hentry{
		margin-top: 0;
		padding: 10px 0;
		border-bottom: 1px solid #cccccc;
	}
	.searchBox{
	width: 240px;
	margin: 25px auto 0;
	}

	/*-------------------------
	* /search
	--------------------------*/
	/*-------------------------
	* product-page
	--------------------------*/
	.product-container {
	width: 90vw;
    flex-wrap: wrap;
    gap: 16px;
  }

  .productF {
    width: calc(50% - 8px);
	  margin-bottom: 50px;
  }
	/*-------------------------
	* /product-page
	--------------------------*/

}
	
@media screen and (min-width:849px){

	.colomunW{
		margin:0 auto;
	}	
	footer{
		margin-top: 100px;
	}
	.footer_base{
	  width: 100vw;
	  
	}
	.footer_list {
	  list-style: none;
	  margin: 0;
	  padding: 0 15px;
	  border-top: 1px solid #898886;
  }
  	.footer-title{
		font-size: 1.2rem;
		line-height: 2rem;
		font-family: ;
		font-weight: 400;
		border-bottom: 1px solid #898886;	  
	}
	.footer-title2{
	    padding: 2em 0em;
		font-size: 1.2rem;
		font-weight: 400;
		border-bottom: 1px solid #898886;
	}
	.fTitle{
		font-size: 1rem;
		padding-top: 10px;
	}
	.Pbox2{
	display: flex;
	justify-content: center;
	margin-bottom: 25px 0 20px 0;
}
	.fList{
		font-size: 1rem;
		line-height: 3rem;
	}
	.fSpacingR{
		margin-right: 50px;
	}
	.Fc{
		font-size: 1rem;
	}
	/*-------------------------
	* search
	--------------------------*/
	#container{
		width: 80vw;
		margin: 0 auto;
	}
	#content{
		width: 70vw;
		margin: 20px auto 0;
		min-height: 400px;
	}
	#content .search .hentry{
		margin-top: 0;
		padding: 20px 0;
		border-bottom: 1px solid #cccccc;
	}
	
	/*-------------------------
	* /search
	--------------------------*/
	
	}