@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Montserrat', "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none
}

a {
    color: #333
}

a:hover,
a:focus,
a:active,
a.active {
    color: #c2253e
}
div, p {
	line-height: 1.6;
}
.sp_br {
	display: none;
}
@media screen and (max-width: 480px) {
	.sp_br {
		display: block;
	}
}
h1{
	font-size:1.5rem;
	margin:50px 0;
	position: relative;
}

h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}


img.icon{
	width:150px;
}
img.icon_kome{
	width:170px;
}


img.icon02{
	width:300px;
}

img.icon13{
	width: 100%;
	max-width: 700px;
	margin-bottom: 20px;
}

img.img-fluid1 {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
    margin-right: auto;
    
}

@media screen and (max-width: 767px) {
	img.icon02{
	width:200px;
	}
}


img.icon03{
	width:220px;
}
@media screen and (max-width: 767px) {
	img.icon03{
	width:200px;
	}
}
img.img-fluid1 {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
    margin-right: auto;
    
}

/*	トップに戻るボタン
**********************************************************************************************/
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pageTop i {
  padding-top: 5px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0 0px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*	faq
**********************************************************************************************/
h2.faq{
	font-size:1.2rem;
	color:#897858;
}
p.Answer{
	font-size:1rem;
}
.bor_b{
	border-bottom: 1px dotted #aaa;
}


/*	recipe
**********************************************************************************************/
h2.recipeT{
	font-size:1.2rem;
	color:#897858;
	margin:15px 0;
	padding-left:10px;
	border-left:5px solid #cc0000;
}
h2.recipeMade{
	font-size:1.2rem;
	color:#897858;
	margin:15px 0;
}
h3.recipeM{
	font-size:0.8rem;
	margin:10px 0 5px 0;
	padding:5px 5px;
	background-color: black;
	display: inline-block;
	color:white;
}
ul.Recipe{
	margin:0;
	padding:0;
}
ul.Recipe > li{
	margin:0;
	padding:5px 0 5px 0;
	list-style-type: none;
	border-bottom: 1px dotted #e6b422;
}
ul.Recipe > li span{
	float:right;
}
ul.sagyou{
	margin:0;
	padding:0 0 0 15px;
}
ul.sagyou > li{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	list-style-type:decimal;
	border-bottom: 1px dotted #e6b422;
}

/*	about
**********************************************************************************************/
div.masuhoAbout h2{
	font-size:1.8rem;
	color:#897858;
}
div.masuhoAbout h3{
	font-size:1.2rem;
}
div.masuhoAbout p{
	font-size:1rem;
}


/*	ヘッダー
**********************************************************************************************/
.pcHeader {
	background-color: #F3F4EF;
}
@media screen and (max-width: 767px) {
	.pcHeader {
		background-color: #F3F4EF;
		display: none
	}
}
#header {
	width: 1000px;
	margin: 0 auto;
	position: relative
}
#sns {
	position: absolute;
	top: 50px;
	right: 0;
}
#sns > ul {
	margin: 0;
	padding: 0;
}
#sns > ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 2px;
	font-size: 0.8rem;
	display: inline-block
}
#tel {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 22px;
}
ul#Navi {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
ul#Navi > li {
	list-style-type: none;
	padding: 0.1rem 2rem;
	margin: 1rem 0;
	border-left: 1px solid #333333;
}
ul#Navi > li:last-child {
	border-right: 1px solid #333333;
}
ul#Navi > li a {
	display: block;
}

/*	スマホヘッダー
**********************************************************************************************/
div#sp {
	background: rgb(135, 189, 66);
	width: 100%;
	height: 48px;
	position: relative;
}
@media screen and (min-width:767px) {
	div#sp {
		display:none
	}
}
.splogo {
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.drawer01 > li{
	border-bottom: 1px solid #ddd;
	position: relative
}
.drawer01 > li > a, .drawer02 > li > a{
	padding: 10px 0 10px 10px;
	color:#666;
	font-size:14px;
	font-weight: 500;
	display: block
}
.drawer01 > li > a:after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
	font-weight:900;
    color: #87BD42;
    position: absolute;
    font-size: 0.6em;
    right: 3.5%;
    top: 38%;
}


.drawer02 > li{
	padding: 10px 0 10px 10px;
	color:#666;
	font-size:14px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	position: relative
}
.drawer02 > li > ul > li{
	position: relative
}
.drawer02 > li > ul > li a{
	padding: 5px 0 5px 20px;
	color:#666;
	font-size:12px;
	font-weight: 300;
	display: block
}
.drawer02 > li > ul > li a:after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
	font-weight:900;
    color: #87BD42;
    position: absolute;
    font-size: 0.6em;
    left: 2.5%;
    top: 30%;
}
.menu h2{
	font-size:12px;
	color:#666!important;
	background-color: #ddd;
	margin-bottom: 0;
	padding: 8px 0;
}




/*	イントロイメージ
**********************************************************************************************/
.background{
	height: 100vh;
	background-image: url("../image/topimage.jpg");
	background-size:  cover;
	background-position:center;
	position: relative;
	margin-bottom:60px;
}
@media screen and (min-width: 767px) {
.background{
	height: 75vh;
	background-image: url("../image/topimage.jpg");
	background-size:  cover;
	background-position:center;
	position: relative;
}
}
.backgroundinner{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateY(-20%) translateX(-50%);
	-webkit- transform: translateY(-20%) translateX(-50%);
	z-index:5;
}
.backgroundinner img{
	width:100%;
}

.swiper-container{
	position:relative;
	margin-bottom:30px;
}




/*	スライド
**********************************************************************************************/
#Slider {
	margin-bottom: 120px
}
@media screen and (max-width: 767px) {
#Slider {
	display: none
}
}

#SliderSP {
	margin-bottom: 120px
}
#SliderSP img{
	width:100%;
	margin-bottom: 10px
}
@media screen and (min-width: 767px) {
#SliderSP {
	display: none
}
}


.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.bx-wrapper img {
	display: block;
	margin: 0px auto;
	padding: 10px;
	width: 100%;
}
.bx-wrapper .bx-next {
	right: -12px!important;
}
.bx-wrapper .bx-prev {
	left: -12px!important;
}

@media screen and (min-width: 767px) {
	.bx-wrapper .bx-next {
		right: -35px!important;
	}
	.bx-wrapper .bx-prev {
		left: -35px!important;
	}
}
.bx-wrapper .bx-pager {
	bottom: -50px;
}
.itemname {
	display: block;
	/*text-align: center;*/
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 10px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid #c9171e;
	border-top: 1px solid #c9171e;
}
.setsumai {
	font-size: 0.8rem;
	line-height: 1.8;
	padding: 10px 15px 0 15px;
	letter-spacing: -0.08rem
}
.small {
	font-size: 0.4rem;
	color: #c9171e;
}
@media screen and (max-width: 414px) {
	.small {
		font-size: 1.2rem;
		color: #c9171e;
	}
}
.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	margin-left: 10px;
	text-decoration: none;
	color: #c9171e;
	border: solid 2px #c9171e;
	border-radius: 3px;
	transition: .4s;
}
.btn-flat-border:hover {
	background: #c9171e;
	color: white;
}




/*	フッター
**********************************************************************************************/
#footer {
	background-color: #69821b;
	color: #fff;
}
.footnavi > ul {
	margin: 0;
	padding: 0;
}
.footnavi > ul li {
	display: list-item;  /* 縦に並べる */
	list-style-type: none;
	text-transform: uppercase;
	padding: 0.5rem;
	text-align: left;
	border-bottom: 1px solid #999;
}
.footnavi > ul li:first-child {
	border-top: 1px solid #999;
}
/* 横幅が広いとき */
@media (min-width: 640px) {
	.footnavi > ul li {
		display: inline-block;  /* 横に並べる */
		text-align: center;
		border-left: 1px solid #999;
		padding: 0.1rem 1em;
		margin: 20px 0;
		border-bottom: none;
		border-top: none;
	}
	.footnavi > ul li:first-child {
	border-top: none;
	}
	.footnavi > ul li:last-child {
		border-right: 1px solid #999;
	}
	.footnavi > ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
}


/* SNSアイコン共通 */
.sns-icon {
  font-size: 22px;
  color: #555;
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* ホバー時 */
.sns-icon:hover {
  transform: scale(1.2);
}

/* 個別カラー */
.fa-facebook-square:hover {
  color: #1877f2;
}

.fa-instagram:hover {
  color: #e4405f;
}

/* スマホ用SNS */
.sp-sns {
  text-align: right;
  padding: 10px 15px;
}

.sp-sns i {
  font-size: 28px;
  color: #FF0004;
}