.mainImg {
	margin-top: 9rem;
}
.midashi05 {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	display: inline-block;
  letter-spacing: .05em;
  padding: 80px 5px 10px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
	margin-bottom: 50px;
}
.midashi05 span {
	font-family: 'Roboto', sans-serif;
	color: #5B4343;
	font-size: 35px;
	font-size: 3.5rem;
	display: block;
}
.midashi05::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 9.1rem;
	transform: translateX(-50%);
	border-bottom: 4px dotted #846262;
}
@media screen and (max-width: 810px){
	.mainImg {
		margin-top: 6rem;
	}
	.midashi05 {
		font-size: 1.3rem;
  		padding: 50px 5px 15px;
		margin-bottom: 20px;
	}
	.midashi05 span {
		font-size: 2.8rem;
	}
	.midashi05::after {
		bottom: -5px;
		width: 6rem;
	}
}

/*-----------------------------------
カルーセル
-------------------------------------*/

.carousel-indicators {
  margin-bottom: 0 !important;
  bottom: -4rem !important;
}
.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #5B4343 !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

/*-----------------------------------
スライダー
-------------------------------------*/
.slider {
	overflow-y: hidden;
	overflow-x: hidden;
}
.slider .bx-wrapper {
	margin: 0 auto!important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
	font-weight: bold;
}
.slider .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 3px solid #9B7B7B;
	border-right: 3px solid #9B7B7B;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 44%;
	margin-top: -4px;
    left: -20px;
	background: none;
	z-index: 99;
}
.slider .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 3px solid #9B7B7B;
	border-right: 3px solid #9B7B7B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 44%;
	margin-top: -4px;
    right: -20px;
	background: none;
	z-index: 99;
}
.slider .bx-wrapper ul li a {
	display: block;
}
.slider .bx-wrapper ul li a p {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
@media screen and (max-width: 1119px){
	.slider .bx-wrapper .bx-prev {
		top: 40%;
		margin-top: 0;
    	left: 2px;
	}
	.slider .bx-wrapper .bx-next {
		top: 40%;
		margin-top: 0;
    	right: 2px;
	}
}
@media screen and (max-width: 810px){
	.slider {
		margin-top: 30px;
		overflow-x: hidden;
		padding: 0 10px;
	}
	.slider .bx-wrapper .bx-prev {
    	left: -8px;
	}
	.slider .bx-wrapper .bx-next {
    	right: -8px;
	}
	.slider .bx-wrapper ul li a p {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.lbtn {
		margin-top: 20px;
	}
}

/*--------------------------------
その他のコンテンツ
----------------------------------*/
#other {
	margin-top: 80px;
}
#other a:hover {text-decoration: none;}
#other .pic p {
	overflow: hidden;
}
#other .pic p img {
	transition: all .3s;
	transform:scale(1);
}
#other a:hover .pic p img {transition: all .3s;transform: scale(1.1);}
#other h2 {
	color: #FFF;
	padding: 20px 20px 0 30px;
}
#other h2 p:first-of-type {
	font-size: 22px;
	font-size: 2.2rem;
}
#other h2 p:last-of-type {
	font-size: 13px;
	font-size: 1.3rem;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	text-align: right;
	padding-top: 10px;
}
#other h2 p:last-of-type span {
  display: block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 1.8em;
  height: 0.1em;
  background: currentColor;
	margin: 10px 0 0 auto;
}
#other h2 p:last-of-type span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#other .bg {
	background:rgba(111,186,44,0.9);
}
#other .bg01 {
	background: url("../images/bg_about.png") no-repeat top left;
 	background-size: cover;
}
#other .bg02 {
	background: url("../images/bg_howto.png") no-repeat top left;
 	background-size: cover;
}
#other .bg03 {
	background: url("../images/bg_secret.png") no-repeat top left;
 	background-size: cover;
}
#other .bg04 {
	background: url("../images/bg_history.png") no-repeat top left;
 	background-size: cover;
}
#other .txt > p {
	margin: 20px 20px 0 30px;
	line-height: 1.4;
}
#other .txt > p span {
	background: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
}
@media screen and (max-width: 960px){
	#other h2 {
		padding: 20px 10px 0 10px;
	}
	#other h2 p:first-of-type {
		font-size: 1.8rem ;
	}
	#other h2 p:last-of-type {
		font-size: 1.1rem;
	}
	#other .txt > p {
		margin: 20px 10px 0 10px;
	}
	#other .txt > p span {
		font-size: 1.4rem;	
	}
}
@media screen and (max-width: 810px){
	#other .sp02 {
		display: none !important;
	}
	#other .pc {
		display: block!important;
	}
	#other .txt > p span {
		font-size: 1.3rem;
		padding: 4px 5px;
	}
}
@media screen and (max-width: 576px){	
	#other .sp02 {
		display: block !important;
	}
	#other .pc {
		display: none !important;
	}
	#other {
		border-top:solid 1px #A88E8E;
		margin-top: 40px;
		padding-top:40px;
	}
	#other .pic img {
		height: 14.0rem;
		width: auto;
		border-radius: 0 6px 6px 0;
	}
	#other a:hover .pic p img {transition: all .3s;transform: scale(1.0);}
	#other > .col:nth-of-type(even) {margin: 40px 0;}
	#other .bg {background: none;}
	#other .txt {
		margin-top: -14.0rem;
		position: relative;
		z-index: 4;
		padding-left: 20px;
	}
	#other h2 {
		background:rgba(111,186,44,0.9);
		padding: 20px 0;
		width: 66px;
	}
	#other h2 p:first-of-type {
		font-size: 1.6rem;
		border-right: none;
		-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
		height: 12.0rem;
		white-space: pre;
	}
	#other h2 p:last-of-type {
		text-align: center;
		margin-top: 10px;
		margin-left:0;
		border-left: none;
	}
	#other .txt > p {
		font-size: 1.8rem;
		margin: -50px 0 0 80px;
		line-height: 1.4;
		font-weight:bold;
	}
	#other .txt > p span {
		background: none;
		display: inline-block;
		padding: 0;
		margin-bottom: 0;
	}
}

/*--------------------------------
レシピ
----------------------------------*/
#recipe {
  background: url("../images/bg_recipe.png") no-repeat bottom center;
  background-size: cover;
	padding-bottom: 50px;
}
#recipe .new {
	position: relative;
}
#recipe .new::before {	
  content: "";
  display: inline-block;
	position: absolute;
  width: 71px;
  height: 63px;
  background: url("../images/ico_new.png") no-repeat;
  background-size: contain;
	top:-38px;
	left: 10px;
}
#recipe .container {
	margin-top: 40px;
}
#recipe .container > div > div {
	padding: 0 1%;
}
#recipe dl {
	text-align: center;
}
#recipe dl dt {
	background: #FCF4A7;
	padding: 5px 10px 0;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
  position: relative;
}
#recipe dl dt::after {
  content: '';
  position: absolute;
  top: 50%;
	left: 5%;
  display: inline-block;
  width: 90%;
  height: 1px;
  background-color: #4F2121;
}
#recipe dl dt span {
	position: relative;
	display: inline-block;
	background: #FCF4A7;
	padding: 0 0.2rem;
	z-index: 1;
}
#recipe dl dd {
	background: #FCF4A7;
	padding: 0 10px 5px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#recipe dl dd span {
	font-size: 13px;
	font-size: 1.3rem;
}
#recipe a > div {
	background: #FFF;
}
#recipe a > div p {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	line-height: 1.4;
	font-weight: bold;
}
@media screen and (max-width: 810px){
	#recipe .container {
		margin-top: 40px;
	}
	
	#recipe .container > div > div {
	margin-bottom: 20px;
	}
	#recipe .new::before {
  width: 60px;
  height: 53px;
	top:-34px;
	left: 10px;
	}
}

/*--------------------------------
インスタグラム
----------------------------------*/
#ig {
	background: url("../images/bg_ig.png") repeat top left;
	padding: 0 0 50px;
}
#ig .insta_list li a {
	position: relative;
}
#ig .insta_list li a::before {
	content:"";
	display: block;
	padding-top: 100%;
}
#ig .insta_list li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	object-fit: cover;
}
@media screen and (max-width: 480px){
	.insta_list{padding: 20px 15px;}
}

/*--------------------------------
NEWS
----------------------------------*/
#news {
	border-bottom:solid 1px #A88E8E;
}
#news > div {
	background: #5B4343;
	text-align: center;
	display: flex;
	align-items: center;
}
#news h2 {
	font-family: 'Noto Serif JP', serif;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 auto;
}
#news ul {
	padding: 50px 40px;
}
#news ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
#news ul li a {
	text-decoration: underline;
}
#news ul li a:hover {
	text-decoration: none;
}
#news ul li::before {	
  content: "";
  display: inline-block;
	position: absolute;
  width: 15px;
  height: 20px;
  background: url("../images/ico_news.png") no-repeat;
  background-size: contain;
	top:5px;
	left:0;
}
@media screen and (max-width: 810px){
	#news h2 {
	font-size: 2.0rem;
	margin: 0 auto;
	}
	#news ul {
	padding: 30px 40px;
	}
}
@media screen and (max-width: 480px){
	#news > div{
		padding: 10px;
	}
	#news ul {
		padding: 30px 20px;
	}
	#news ul li {
		font-size: 1.4rem;
	}
}
/*--------------------------------
関連サイト
----------------------------------*/
#rsite {
	padding: 0 0 50px;
}
@media screen and (max-width: 810px){
	#rsite {
		padding: 0 0 20px;
	}
}
