@charset "UTF-8";

.str-content #news ul.newsList, .str-content #news ul.eventList, .str-content #event ul.newsList, .str-content #event ul.eventList, nav.gnav ul, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.str-content #news span.labelBefore, .str-content #event span.labelBefore, .str-content #news span.labelEnd, .str-content #event span.labelEnd, .str-content #news span.labelIn, .str-content #event span.labelIn {
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 8px;
}

.str-content #ranking .rank-item3:before, .str-content #ranking .rank-item2:before, .str-content #ranking .rank-item1:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	display: inline-block;
	top: -30px;
	left: -8px;
}

.str-content #products .product-container .product-item, .str-content #shop .shopSlider .shop-item, .str-content #recommend .recommend-container, .str-content #ranking div[class*="rank-item"], .str-content #product .product-container .product-item {
	border-radius: 20px;
	box-shadow: 2px 2px 5px #e5e5e5;
}

.str-content #seasonal hr, .str-content #ranking hr, .str-content #recommend hr, .str-content #product hr {
	margin: 0 auto;
	width: 10%;
	height: 2px;
	background-color: #333;
	border: none;
}

@font-face {
font-family: 'FatWitch';
src: url("FatWitch.otf") format("opentype");
}


a {
	color: #333;
}

p {
	line-height: 2;
}
main.str-content {
}


@media screen and (max-width: 768px) {
	
	main.str-content {
		padding: 0;
	}
	
	main.str-content h1 {
		display: block;
		font-size: 2em;
		-webkit-margin-before: 0.67em;
		-webkit-margin-after: 0.67em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}

	main.str-content h2 {
		display: block;
		font-size: 1.5em;
		-webkit-margin-before: 0.83em;
		-webkit-margin-after: 0.83em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}


	main.str-content h3 {
		display: block;
		font-size: 1.17em;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}

	main.str-content h4 {
		display: block;
		-webkit-margin-before: 1.33em;
		-webkit-margin-after: 1.33em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}

	main.str-content h5 {
		display: block;
		font-size: 0.83em;
		-webkit-margin-before: 1.67em;
		-webkit-margin-after: 1.67em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}

	main.str-content h6 {
		display: block;
		font-size: 0.67em;
		-webkit-margin-before: 2.33em;
		-webkit-margin-after: 2.33em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
	}
	
	
	p {
		line-height: 1.5;
	}
}
.logo img {
	color: #fff;
	min-height: 2.4rem;
}

@media screen and (max-width: 480px) {
	.logo img {
		max-height: 1.8rem;
	}
}
.txt-left {
	text-align: left;
}

.str-content section#main {
	padding-bottom: 0;
}

.str-content section#main .slick-dots {
	bottom: 10px;
}

.str-content section .contentInner {
	max-width: 800px;
	margin: 0 auto;
}

.str-content section .contentInner .content img {
	display: block;
	margin: 0; /* 2rem auto; */
	max-width: 100%;
	height: auto;
}

.str-content section:not(#main) {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.str-content section#set-heding {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 2rem;
}

#breadcrumb {
	font-size: 12px;
	padding: 0.6rem;
}

#breadcrumb li {
	display: inline-block;
}

#breadcrumb li:not(:last-child):after {
	content: '\3E';
	margin: 0 6px;
}

#page-top {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}

#page-top img {
	width: 30px;
}

.slick-dots > li:first-child:last-child {
	display: none;
}

.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
}

.star5_rating:before {
	content: '★★★★★';
}

.star5_rating:after {
	content: '★★★★★';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
	width: 100%;
}

.star5_rating[data-rate="4.5"]:after {
	width: 90%;
}

.star5_rating[data-rate="4"]:after {
	width: 80%;
}

.star5_rating[data-rate="3.5"]:after {
	width: 70%;
}

.star5_rating[data-rate="3"]:after {
	width: 60%;
}

.star5_rating[data-rate="2.5"]:after {
	width: 50%;
}

.star5_rating[data-rate="2"]:after {
	width: 40%;
}

.star5_rating[data-rate="1.5"]:after {
	width: 30%;
}

.star5_rating[data-rate="1"]:after {
	width: 20%;
}

.star5_rating[data-rate="0.5"]:after {
	width: 10%;
}

.star5_rating[data-rate="0"]:after {
	width: 0%;
}



.str-content h2 {
	font-size: 1.2em;
}

.str-content h3 {
	border-bottom: 1px solid #707070;
	padding-bottom: 0.75rem;
	color: #353535;
}

/*投稿一覧ここから*/
.caption {
	margin-top: 2rem;
	background-color: #f5f5f5;
	line-height: 2em;
	text-align: center;
}
.mokuzi {
	font-size: large;
	width: 70px;
	height: 35px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffb107;
	color: #fff;
}
.mokuzi1 {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.3em 0.8em;
	border: solid 2px #ffb107;
	background-color: #f5f5f5;
	border-radius: 20px;
  }
  .mokuzi1 li {
	border-bottom: dashed 1px #a6a6a6;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
  }
  .mokuzi1 li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display:inline-block;
	background: #ffb107;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .mokuzi1 li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
  }

.material li {
	margin-bottom: 15px;
	/* border-bottom: 1px dotted #a6a6a6; */
	text-decoration: underline dashed silver 1px;

}
.material1{
	color: #3cb371;
	font-size: large;

}

.recipe {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
	background-color: #ffffe0;
	border-radius: 15px;
  }

  .recipe li {
	border-bottom: dashed 1px gray;
	position: relative;
	line-height: 2.5em;
	padding: 0.5em 0.5em 0.5em 30px;
  }

  .recipe li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display:inline-block;
	border-radius: 5px;
	background: #74c2f8;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

  }

.point {
	font-size: x-large;
	width: 150px;
	height: 50px;
	text-align: center;
	/* border-style: solid;
	border: double 3px; */
	border-radius: 30px;
	background-color: #ff0000;
	color: #fff;
	/* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); */
}
.point1{
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.3em 0.8em;
	border: solid 2px red;
	border-radius: 20px;
}
.point1 li {
	border-bottom: dashed 1px silver;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.point1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: red;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point1 li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
.maru {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000;
}
@media screen and (max-width: 768px) {
	.point {
		font-size: x-large;
		width: 140px;
		height: 40px;
		text-align: center;
		/* border-style: solid;
		border: double 3px; */
		border-radius: 30px;
		background-color: #ff0000;
		color: #fff;
		/* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); */
	}
	.mokuzi {
		font-size: large;
		width: 60px;
		height: 25px;
		text-align: center;
		border-radius: 10px;
		background-color: #ffb107;
		color: #fff;
	}
}
/*投稿一覧ここまで*/
.str-content #main .slider {
	width: 100%;
	margin: 0 auto;
}

.str-content #main .slider img {
	width: 100%;
}

.str-content #main .slider .detail {
	padding: 0.5rem;
}
.str-content #main .slider .detail p {
	line-height: 1;
	margin: 0;
}

.str-content #main .slider img {
/*
	height: 80vh;
	object-fit: cover;
*/
}

@media screen and (max-width: 480px) {
	.str-content #main .slider img {
		height: 50vh; /* default:70vh */
		object-fit: cover;
	}
}
.str-content #news a.toList, .str-content #event a.toList, .str-content #blog a.toList {
	display: block;
	text-align: right;
	margin-top: 1rem;
}

.str-content #news a.toList span, .str-content #event a.toList span, .str-content #blog a.toList span {
	font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
	.str-content #news a.toList, .str-content #event a.toList, .str-content #blog a.toList {
		text-align: center;
	}
}
.str-content #news span.labelIn, .str-content #news span.labelBefore, .str-content #news span.labelEnd, .str-content #event span.labelIn, .str-content #event span.labelBefore, .str-content #event span.labelEnd {
	padding: 0.125rem 0.5rem;
}

.str-content #news span.labelIn, .str-content #event span.labelIn {
	background-color: #000;
	color: #fff;
}

.str-content #news span.labelEnd, .str-content #event span.labelEnd {
	background-color: #a6a6a6;
	color: #fff;
	border: 1px solid #999;
}

.str-content #news span.labelBefore, .str-content #event span.labelBefore {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
}

.str-content #news ul.newsList li:not(:last-child), .str-content #news ul.eventList li:not(:last-child), .str-content #event ul.newsList li:not(:last-child), .str-content #event ul.eventList li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.str-content #news ul.newsList li time, .str-content #news ul.eventList li time, .str-content #event ul.newsList li time, .str-content #event ul.eventList li time {
	color: #707070;
	font-size: 14px;
}

.str-content #news ul.newsList li p, .str-content #news ul.eventList li p, .str-content #event ul.newsList li p, .str-content #event ul.eventList li p {
	margin: 0.2rem 0;
}

.str-content #news ul.eventList li, .str-content #event ul.eventList li {
	border-bottom: 1px solid #a6a6a6;
}

.str-content #news ul.eventList li time, .str-content #event ul.eventList li time {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.str-content #news, .str-content #event, .str-content #voice {
	background-color: #fafafa;
}

.str-content #blog ul.blogList li:not(:last-child) {
	border-bottom: 1px solid #a6a6a6;
}

.str-content #blog ul.blogList li {
	position: relative;
}

.str-content #blog ul.blogList li a {
	display: flex;
	align-items: center;
	margin: 1rem 0;
	padding-bottom: 1rem;
}

.str-content #blog ul.blogList li .detail{
	width: calc(100% - 220px);
	word-break: break-all;
}
.str-content #blog ul.blogList li .detail time {
	font-size: 14px;
	color: #777;
}

.str-content #blog ul.blogList li .detail h4 {
	margin: 0.5rem 0;
	line-height: 1.4;
}

.str-content #blog ul.blogList li img {
	width: 220px;
	margin-right: 1.5rem;
}

@media screen and (max-width: 480px) {
	.str-content #blog ul.blogList li {
		align-items: flex-start;
	}
	
	.str-content #blog ul.blogList li img {
		width: 160px;
		margin-right: 1rem;
	}
	
	.str-content #blog ul.blogList li .detail p {
		font-size: 14px;
	}
}

.str-content #seasonal h2, .str-content #ranking h2, .str-content #recommend h2, .str-content #product h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 1.75rem 0;
}

.str-content #seasonal hr + p, .str-content #ranking hr + p, .str-content #recommend hr + p, .str-content #product hr + p {
	text-align: center;
	margin: 1.75rem 0 2rem 0;
	font-size: 18px;
	font-weight: bold;
}

.str-content #seasonal h4, .str-content #ranking h4, .str-content #recommend h4, .str-content #product h4 {
	font-family: 'FatWitch';
	margin: 0;
}

.str-content #seasonal .seasonal-container {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media screen and (min-width: 481px) {
	.str-content #seasonal .seasonal-container .seasonalItem {
		width: calc((100% - 3rem) / 3);
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem img {
		width: 100%;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem h3 {
		border: none;
		margin: 0.5rem 0;
		line-height: 1.5;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem p {
		margin: 0;
		line-height: 1.5;
		font-size: 0.9em;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem:not(:nth-child(3n)) {
		margin-right: 1.5rem;
	}
}
  @media screen and (max-width: 480px) {
	.str-content #seasonal .seasonal-container .seasonalItem {
		width: calc((100% - 1rem) / 2);
		margin-bottom: 1.5rem;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem:not(:nth-child(2n)) {
		margin-right: 1rem;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem:nth-child(3n):not(:nth-child(2n)) {
		margin-right: 1rem;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem img {
		width: 100%;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem h3 {
		border: none;
		margin: 1rem 0;
		font-size: 15px;
		line-height: 1.5;
	}
	
	.str-content #seasonal .seasonal-container .seasonalItem p {
		margin: 0;
		font-size: 14px;
	}
}
.str-content #product .product-container {
	display: flex;
	/* justify-content: space-between; */
	align-items: flex-start;
	flex-wrap: wrap;
}

.str-content #product .product-container .product-item {
	width: calc((100% - 3rem) / 3);
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.str-content #product .product-container .product-item:nth-child(3n) {
	margin-right: 0;
}

.str-content #product .product-container .product-item img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.str-content #product .product-container .product-item h5 {
	margin: 0.5rem;
}

.str-content #product .product-container .product-item .prd-btm {
	padding: 0.5rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.str-content #product .product-container .product-item {
		width: calc((100% - 1rem) / 2);
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	
	.str-content #product .product-container .product-item:nth-child(2n) {
		margin-right: 0;
	}
}
.str-content #ranking .ranking-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.str-content #ranking .ranking-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
}
.str-content #ranking .rank-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
	.str-content #ranking .rank-container {
		flex: 1;
	}
}
.str-content #ranking .rank-item1 {
	width: 100%;
	margin-bottom: 3rem;
}

.str-content #ranking .rank-item1:before {
	background: url(../images/ranking_1.svg) no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.str-content #ranking .rank-item1 {
		width: calc((100% - 3rem) / 3);
		margin-right: 1.5rem;
	}
}
.str-content #ranking .rank-item2:before {
	background: url(../images/ranking_2.svg) no-repeat;
	background-size: cover;
}

.str-content #ranking .rank-item3:before {
	background: url(../images/ranking_3.svg) no-repeat;
	background-size: cover;
}

.str-content #ranking .rank-item2, .str-content #ranking .rank-item3 {
	width: calc((100% - 1.5rem) / 2);
}

.str-content #ranking .rank-item2 {
	margin-right: 1.5rem;
}

.str-content #ranking div[class*="rank-item"] {
	position: relative;
}

.str-content #ranking div[class*="rank-item"] .rcmImg img {
	width: 100%;
	display: block;
	border-radius: 20px 20px 0 0;
}

.str-content #ranking div[class*="rank-item"] .rank-btm {
	padding: 10px;
	text-align: center;
}

.str-content #ranking div[class*="rank-item"] .rank-btm h5 {
	font-size: 1rem;
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.str-content #ranking div[class*="rank-item"] .rank-btm p.name_eng {
	font-family: 'FatWitch';
	font-size: 24px;
	margin: 0;
}

.str-content #ranking div[class*="rank-item"] .rank-btm p.price {
	margin: 0;
}

.str-content #recommend .recommend-container {
	background-color: #fff;
	box-shadow: 0px 3px 5px #999;
}

.str-content #recommend .recommend-container .rcm-person {
	text-align: center;
}

.str-content #recommend .recommend-container .rcm-person p {
	margin: 0;
	line-height: 1.5;
	font-size: 0.875rem;
	font-weight: bold;
}

.str-content #recommend .recommend-container .rcm-person p.sub-title {
	font-weight: normal;
	color: #666;
	margin: 0.5rem 0;
}

.str-content #recommend .recommend-container .pdcImage {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.str-content #recommend .recommend-container .pdcImage img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0px 3px 5px #999;
}

@media screen and (max-width: 480px) {
	.str-content #recommend .recommend-container .item .rcmImg img {
		width: 100%;
		display: block;
		border-radius: 20px 20px 0 0;
	}
	
	.str-content #recommend .recommend-container .item .detail {
		padding: 1rem;
		text-align: center;
	}
	
	.str-content #recommend .recommend-container .item .detail h4 {
		font-size: 30px;
		line-height: 1.7;
	}
	
	.str-content #recommend .recommend-container .item .detail h4 span {
		display: block;
		font-weight: normal;
		font-size: 18px;
	}
	
	.str-content #recommend .recommend-container .item .detail a.button {
		display: block;
		background-color: #000;
		font-size: 18px;
		color: #fff;
		padding: 1.5rem 1rem;
		border-radius: 6rem;
		margin: 2rem 0;
		transition: all 0.3s ease 0s;
		text-align: center;
	}
	
	.str-content #recommend .recommend-container .item .detail a.button:hover {
		opacity: 0.4;
	}
}
  @media screen and (min-width: 481px) {
	.str-content #recommend .recommend-container .item {
		display: flex;
	}
	
	.str-content #recommend .recommend-container .item .rcmImg {
		width: 350px;
	}
	
	.str-content #recommend .recommend-container .item .rcmImg img {
		width: 100%;
		display: block;
		border-radius: 0;
		padding: 2.5rem 1rem 0 2.5rem;
	}
	
	.str-content #recommend .recommend-container .item .detail {
		flex: 1;
		padding: 2rem 2rem 1rem 1rem;
		text-align: center;
	}
	
	.str-content #recommend .recommend-container .item .detail h4 {
		font-size: 30px;
		line-height: 1.7;
	}
	
	.str-content #recommend .recommend-container .item .detail h4 span {
		display: block;
		font-weight: normal;
		font-size: 18px;
	}
	
	.str-content #recommend .recommend-container .item .detail a.button {
		display: block;
		background-color: #000;
		font-size: 18px;
		color: #fff;
		padding: 1.5rem 1rem;
		border-radius: 6rem;
		margin: 2rem 0;
		transition: all 0.3s ease 0s;
		text-align: center;
	}
	
	.str-content #recommend .recommend-container .item .detail a.button:hover {
		opacity: 0.4;
	}
}
.str-content #voice .voice-container .item {
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
}

.str-content #voice .voice-container a.button {
	display: block;
	background-color: #000;
	font-size: 18px;
	color: #fff;
	padding: 1.5rem 1rem;
	border-radius: 6rem;
	margin: 2rem 0;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.str-content #voice .voice-container a.button:hover {
	opacity: 0.4;
}

.str-content #voice .voice-container h5 {
	font-size: 16px;
	margin: 0;
}

.str-content #shop .shopSlider .shop-item {
	background-color: #fff;
}

.str-content #shop .shopSlider .shop-item.slick-slide {
	margin: 0.5rem;
}

.str-content #shop .shopSlider .shop-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px 20px 0 0;
}

.str-content #shop .shopSlider .shop-item p {
	padding: 0.5rem;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.str-content #sns_include .sns-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.str-content #sns_include .sns-wrapper .sns-item {
	width: 49%;
	max-height: 300px;
	overflow: scroll;
}

@media screen and (max-width: 768px) {
	.str-content #sns_include .sns-wrapper .sns-item {
		width: 100%;
		max-height: 400px;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 769px) {
	.str-content #sns_include .instagram .device-pc {
		display: block !important;
	}
	
	.str-content #sns_include .instagram .device-sp {
		display: none !important;
	}
	
	.str-content #sns_include .instagram .instagram-slider-pc li {
		margin-right: 0.5rem;
	}
	
	.str-content #sns_include .instagram .instagram-slider-pc li img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.str-content #sns_include .instagram .device-pc {
		display: none !important;
	}
	
	.str-content #sns_include .instagram .device-sp {
		display: block !important;
	}
	
	.str-content #sns_include .instagram .instagram-slider-sp li {
		margin-right: 0.5rem;
	}
	
	.str-content #sns_include .instagram .instagram-slider-sp li img {
		width: 100%;
	}
}

.str-content #banner img {
	width: 100%;
}

.str-content #products .product-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.str-content #products .product-container .product-item {
	width: calc((100% - 2rem) / 3);
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.str-content #products .product-container .product-item:nth-child(3n) {
	margin-right: 0;
}

.str-content #products .product-container .product-item .product-btm {
	padding: 1rem 0.5rem;
}

.str-content #products .product-container .product-item .product-btm h5 {
	margin: 8px 0 0 0;
	/*margin: 0;*/
	text-align: center;
}

.str-content #products .product-container .product-item .productImg img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 768px) {
	.str-content #products .product-container .product-item {
		width: calc((100% - 1rem) / 2);
	}
	
	.str-content #products .product-container .product-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.str-content #products .product-container .product-item:nth-child(3n):not(:nth-child(2n)) {
		margin-right: 1rem;
	}
}
@media screen and (min-width: 1400px) {
	.str-content #main .slider {
		background-color: #fafafa;
	}
	.str-content #main .slider img {
		width: 1400px;
		margin: auto;
	}
	.str-content #main .slider .detail {
		width: 1400px;
		margin: auto;
		background-color: #fff;
	}
}

a:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#news .newsList li:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#event .eventList li:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#seasonal .seasonal-container .seasonalItem:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#ranking .contentInner .ranking-container .rank-item1:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#ranking .contentInner .ranking-container .rank-item2:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#ranking .contentInner .ranking-container .rank-item3:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
#js-shop-slider .slick-slide:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
.relational_product_container .items:hover {
	transition: 1.0s ;
	opacity: 0.6;
}
.contentInner .toList span {
    background-color: #000000;
    color: #ffffff;
    padding: 0.5rem;
    border-radius: 0.3em;
}
.contentInner .toList:hover {
	transform: translateY(-1.5px);
}

/*ページネーション*/
.wp-pagenavi{
	margin: 20px 0 0;
}
.wp-pagenavi .current {
	background: #000;
	color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #a6a6a6;
}
@media screen and (max-width: 768px) {
	/*ページネーション*/
	.wp-pagenavi{
		margin: 1.5rem 0 0;
	}
}

/*記事ページページネーション*/
.pagenavi{
	display: flex;
	justify-content: space-between;
	width: 130px;
}
@media screen and (max-width: 768px) {
	/*記事ページページネーション*/
	.pagenavi{
		display: flex;
		justify-content: space-between;
		width: 8rem;
	}
}



/*記事ページデフォルトクラス*/
.content h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

.content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border: none;
}
.content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.content h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.content p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.content ul li {
	font-size: 1em;
	line-height: 1.5;
	padding: 0.5em 0;	
}

.content .red {
	color: #ff0000;
}

.content .bold {
	font-weight: bold;
}

.content .marker {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.content .grayback {
	background-color: #eeeeee;
	padding: 1em;
	margin: 1em 0;
}

.content .grayback h3 {
	text-align: center;
}







/*--------------------------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------------------------*/
/*タイトル*/	
.str-content #contact h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 1.75rem 0;
}
.str-content #contact h2 span.marker {
	padding: 0 10px 10px 10px;
	background: linear-gradient(transparent 45%, #ffcf32 50%);
}
/*アコーディオン*/
.str-content #contact .container {
	max-width: 600px;
	margin: 0 auto 100px auto;
}
.str-content #contact .accordion {
	margin-top: 20px;
	border: 1px solid #fff;
}
.str-content #contact .accordion .ttl {
	font-size: 20px;
	text-align: center;
	padding: 20px;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.str-content #contact .accordion .ttl::before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f107';
	font-size: 30px;
	font-weight: 900;
	top: 12px;
	right: 30px;
	transition: 0.3s;
}
.str-content #contact .accordion .ttl.open::before {
	transform: rotate(180deg);
}
.str-content #contact .accordion .detail {
	padding: 10px;
	display: none;
}

/*フォームメール*/
.str-content #contact .accordion .detail p {
	margin: 0 0 5px 0;
}
.str-content #contact .accordion .detail p span{
	color: red;
}
.str-content #contact .accordion .detail input[type="text"] ,
.str-content #contact .accordion .detail textarea,
.str-content #contact .accordion .detail select	{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 1em;
}
.str-content #contact .accordion .detail ::placeholder {
	color:#ccc;
}

/*個人*/
.str-content #contact .accordion .detail .kojin .select {
	color: #ccc;
}
.str-content #contact .accordion .detail .kojin  select option:first-child {
	color: #ccc;
}
.str-content #contact .accordion .detail .kojin  select option {
	color: #000;
}
/*法人*/	
.str-content #contact .accordion .detail .houjin .select {
	color: #ccc;
}
.str-content #contact .accordion .detail .houjin  select option:first-child {
	color: #ccc;
}
.str-content #contact .accordion .detail .houjin  select option {
	color: #000;
}	
	
	
.str-content #contact .accordion .detail input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	
	width: 100%;	
	margin-top: 20px;
	background: #ffcf32;
	border-radius: 5px;
	padding: 20px 10px;
	border: none;
	font-size: 20px;
	font-weight: 700;
}
.str-content #contact .accordion .detail input {
	color:#000;
}
.str-content #contact .accordion .detail .txt{
	position: relative;
}
.str-content #contact .accordion .detail .txt::after{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-size: 28px;
	font-weight: 900;
	top: 62%;
	transform: translate(0, -50%);
	right: 30px;
}
.str-content #contact .accordion .detail .att{
	text-align: center;
}









#ym-footer {
	padding: 0;
}

@media screen and (max-width: 639px) {
	#ym-footer .footer-contents-list {
		padding: 0 0 0;
		background: none;
	}
}

