@charset "UTF-8";

/* =============================================================
ごく旨カレーページ
============================================================= */
/*---------------------------------------------------
section アイキャッチ
---------------------------------------------------*/
.sec-eyecatch{
	overflow: hidden;
}
.eyecatch-bg-img{
	width:100%;
	height:auto;
	position:absolute;
}
.eyecatch-area-bg {
	height: 100%;
	width: 100%;
	background: #f32a1a;
 	position: absolute;
 	z-index: 1;
}
.characteristic-area,
.ingredients-list,
.text_zero-area {
	position: relative;
	z-index: 2;
}
.characteristic-area img,
.text_zero-area img{
	width:100%;
}



.eyecatch-text-area .eyecatch-text-area_h {
    display: flex;
}




/*---------------------------------------------------
食材エリア
---------------------------------------------------*/
.ingredients-area {
    background: #f32a1a;
    border-top: 10px solid #F2BF37;
	padding-top:  50px;
	margin:0 auto;
	text-align:center;
}
.ingredients-intro-text-area {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    color: #fff;
    width: 880px;
    margin: 2em auto;
    letter-spacing: 0.1em;
}
.ingredients-list {
    background: #f32a1a;
    text-align: left;
}

.ingredients-list li .text-box .text-box-h{
		text-align:center;
		line-height: 3em;
}

.img-box-spice {
  max-width: 980px;
  background-color:white;
  text-align:center;
  margin:0 auto;
}

.banner-spice {
	width:100%;
	height:auto;
	text-align:center;
}

.text-spice {
	width:80%;
	left: 0;
    top: calc(50% - 25px);
    text-align: left;
	height:auto;
	font-size:18px;
	color:black;
	display: inline-block;
	line-height:1.5em;
	font-weight: bold;
	padding:10px;
    margin: 2em auto;
    letter-spacing: 0.1em;
}

.sec-spice .ttl-01{
    margin:50px auto;
    font-size: 30px;
    font-weight: bold;
    color:white;
    text-align: center;
}

/*---------------------------------------------------
MOVIE
---------------------------------------------------*/
.img-box-spice iframe{
	width: 940px;
	max-width: 940px;
    height: 580px;
}

/*---------------------------------------------------
無料提供中！エリア
---------------------------------------------------*/
.sec-menu {
    padding: 60px 10px 180px;
}
.sec-shop .menu-list2 {
    display: flex;
	flex-wrap : wrap;
    justify-content:left;
	width:960px;
}
.sec-shop .menu-list2 li {
	width:200px;
	padding:0 20px 0px 0px;
}
.sec-shop .menu-list2 li :after{
  content:"";
  display: block;
  width:83%;
}
.sec-menu .menu-list1 li {
    width: 450px;
    margin-bottom: 20px;
}
.sec-menu .menu-list1 .menu-h {
    font-size: 34px;
    font-weight: bold;
    color: #f32919;
    text-align: center;
}
.sec-menu .menu-list1 .menu-text {
    color: #222;
    line-height: 1.5em;
    font-size: 20px;
    margin: 0 10px 40px 10px;
}

.sec-shop .menu-list3 {
    display: flex;
    justify-content: flex-start;
    width: 960px;
    margin: 0px auto;
}

.sec-menu .menu-list1 .menu-img, .sec-menu .menu-list1 .menu-img img {
    width: 97%;
}

/*---------------------------------------------------
提供店舗エリア
---------------------------------------------------*/
.sec-shop {
    padding: 0px 0px 100px;
}
.sec-shop .ttl-01 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.sec-shop .menu-list2 {
    display: flex;
    justify-content: left;
    width: 960px;
    margin: 0px auto;
}
.sec-shop .menu-list2 li {
    width: 200px;
}
.sec-shop .menu-list2::after{
  content:"";
  display: block;
  width:16%;
}
.sec-shop .menu-list2 li img{
    width: 100%;
}
.sec-shop .menu-list2 .menu-h {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 20px 0px;
    text-align: center;
}





.page_curry .list-shop li:nth-child(1)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_03.jpg);
}
.page_curry .list-shop li:nth-child(2)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_05.jpg);
}
.page_curry .list-shop li:nth-child(3)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_06.jpg);
}
.page_curry .list-shop li:nth-child(4)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_08.jpg);
}
.page_curry .list-shop li:nth-child(5)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_09.jpg);
}
.page_curry .list-shop li:nth-child(6)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_10.jpg);
}
.page_curry .list-shop li:nth-child(7)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_11.jpg);
}
.page_curry .list-shop li:nth-child(8)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_12.jpg);
}
.page_curry .list-shop li:nth-child(9)::before {
background: center / cover no-repeat url(../../image/shop/link/img_shop_14.jpg);
}

/*---------------------------------------------------
footer
---------------------------------------------------*/
.page_curry{

}
.page_curry footer{
	background: #c5a481;
}
.page_curry footer #wrapper_footer{
	background-image:none;
	float:none;
}
.page_curry footer #btn_pagetop{
	display: none;
}



/* =============================================================
ごく旨カレーページ　320px
============================================================= */
@media screen and (max-width: 479px){

	.eyecatch-bg-img {
	    position: absolute;
	    height: 200px;
		width:auto;
	    right: 0px;
	    z-index: -1;
	}
	.eyecatch-h-area {
	    width: 320px;
	    height: 130px;
	    margin: 0px auto;
	    position: relative;
	}
	.eyecatch-h, .eyecatch-h img {
	    width: 160px;
	}
	.eyecatch-h {
	    position: absolute;
	    top: 40px;
	}
	.eyecatch-text-area {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    width: 300px;
	    margin: 0px auto;
	}
	.eyecatch-text-area .img-box1 {
	    height: 18px;
			width:162px;
	}
	.eyecatch-text-area .img-box1 img{
	    height: 18px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box {
	    height: 25px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box img {
	    height: 100%;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(1){
		width:122px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(2){
		width:61px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(3){
		width:112px;
	}

	/*---------------------------------------------------
MOVIE
---------------------------------------------------*/
.img-box-spice iframe{
	width: 300px;
    height: 200px;
}
	/*---------------------------------------------------
       食材エリア
	---------------------------------------------------*/
	.ingredients-intro-text-area {
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 1.8em;
	    color: #fff;
	    width: 300px;
	    margin: 2em auto;
	    letter-spacing: 0.1em;
	}
	.ingredients-list {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    width: 300px;
	    margin: 0px auto;
	    box-sizing: border-box;
	}
	.ingredients-list li {
	    width: 140px;
	    margin-bottom: 40px;
	    display: flex;
	    flex-direction: column;
	}
	.ingredients-list li .img-box, .ingredients-list li .img-box img {
	    width: 140px;
	}
	.ingredients-list li .text-box {
	    color: #fff;
	    font-size: 14px;
	    line-height: 1.5em;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	}

	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
    padding: 60px 10px 100px;
	}
	.sec-menu .ttl-01 {
		margin-bottom: 2em;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-around;
		width: 300px;
		margin: 0px auto;
		padding:0 10px 0 10px;
		flex-direction: column;
	}
	.sec-menu .menu-list1 li{
		width:100%;
		margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size: 22px;
		line-height: 1.5em;
		font-weight:bold;
	}
	.sec-menu .menu-list1 .menu-text{
		line-height: 1.5em;
		font-size: 18px;
		margin: 0 5px 10px 5px;
	}

	.sec-menu .menu-list2{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0px auto;
		flex-wrap: wrap;
	}
	.sec-menu .menu-list2 li{
		width: 49%;
	}
	.sec-menu .menu-list2 .menu-h{
		font-size:18px;
		font-weight:bold;
		color:#222;
		margin-bottom:0.5em;
		text-align:center;
	}





	/*---------------------------------------------------
     ショップリスト
	---------------------------------------------------*/
	.sec-shop .ttl-01 {
	    margin-bottom: 2em;
	    font-size: 24px;
	    font-weight: bold;
	    text-align: center;
	}
	.sec-shop .menu-list2 {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		width: 300px;
		margin: 0px auto;
	}
	.sec-shop .menu-list2 li {
	    width: 16%;
		margin-bottom:20px;
		padding-right: 5px;
	}
	.sec-shop .menu-list2 li:nth-last-child(2),
	.sec-shop .menu-list2 li:nth-last-child(1) {
			margin-bottom:0px;
	}
	.sec-shop .menu-list2 .menu-h {
	    font-size: 16px;
	    font-weight: bold;
	    color: #222;
	    padding: 20px 0px;
	    text-align: center;
	}

.br-pc {
    display: none;
  }

/*@media screen and (max-width: 479px)*/
}
/* =============================================================
ごく旨カレーページ　480px
============================================================= */
@media screen and (min-width: 480px) and (max-width: 767px){





	.eyecatch-bg-img {
    position: absolute;
    height: 300px;
	width:auto;
    right: 0px;
    z-index: -1;
	}
	.eyecatch-h-area {
    width: 480px;
    height: 230px;
    margin: 0px auto;
    position: relative;
	}

	.eyecatch-h {
    position: absolute;
    top: 80px;
	}
	.eyecatch-h, .eyecatch-h img {
    width: 260px;
	}
	.eyecatch-text-area {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 460px;
    margin: 0px auto;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box {
    height: 38px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box img {
    height: 100%;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(1){
		width:186px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(2){
		width:92px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(3){
		width:170px;
	}
	/*---------------------------------------------------
	食材エリア
	---------------------------------------------------*/
	.ingredients-intro-text-area {
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 1.8em;
	    color: #fff;
	    width: 460px;
	    margin: 2em auto;
	    letter-spacing: 0.1em;
	}
	.ingredients-list {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    width: 460px;
	    margin: 0px auto;
	    box-sizing: border-box;
	}
	.ingredients-list li {
	    width: 200px;
	    margin-bottom: 40px;
	    display: flex;
	    flex-direction: column;
	}
	.ingredients-list li .img-box, .ingredients-list li .img-box img {
	    width: 200px;
	}
	.ingredients-list li .text-box {
	    color: #fff;
	    font-size: 16px;
	    line-height: 1.5em;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	}

/*
	.eyecatch-area-bg{
  	top: 160px;
	}
	.characteristic-area{
		display:flex;
		width: 480px;
		margin: 0px auto 20px;
	}
*/

.img-box- {
	background-image:url(../img/curry/banner_.jpg);
	background-size:contain;
	background-repeat:  no-repeat;
    background-position: center center;
	margine-top:100px;
	padding-top:100px;
}

.text- {
	width:840px;
	height:auto;
	font-size:18px;
	color:black;
	display:  inline-block;
	line-height:1.5em;
	font-weight: bold;
    margin: 2em auto;
    letter-spacing: 0.1em;
}

.sec- .ttl-01{
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: bold;
    color:white;
    text-align: center;
}

/*---------------------------------------------------
MOVIE
---------------------------------------------------*/
.img-box-spice iframe{
	width: 460px;
    height: 280px;
}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 60px 10px 100px;
	}
	.sec-menu .ttl-01 {
		margin-bottom: 60px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-around;
		width: 480px;
		margin: 0px auto;
		flex-direction: column;
	}
	.sec-menu .menu-list1 li{
		width: 100%;
		margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size: 22px;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sec-menu .menu-list1 .menu-text{
		line-height:1.5em;
		font-size: 20px;
	}

	.sec-menu .menu-list2{
		display: flex;
		justify-content: space-between;
		width: 460px;
		margin: 0px auto;
	}
	.sec-menu .menu-list2 li{
	width:24%;
	}
	.sec-menu .menu-list2 .menu-h{
		font-size:18px;
		font-weight:bold;
		color:#222;
		margin-bottom:0.5em;
		text-align:center;
	}




	.sec-shop .ttl-01 {
	    margin-bottom: 60px;
	    font-size: 24px;
	    font-weight: bold;
	    text-align: center;
	}
	.sec-shop .menu-list2 {
	    display: flex;
	    justify-content: left;
	    width: 460px;
	    margin: 0px auto;
	    flex-wrap: wrap;
	}
	.sec-shop .menu-list2 li{
	    width: 49%;
			margin-bottom: 20px;
	}
	.sec-shop .menu-list2 li:nth-last-child(2),
	.sec-shop .menu-list2 li:nth-last-child(1){
			margin-bottom: 0px;
}

.br-pc {
    display: none;
  }





/*@media screen and (min-width: 480px) and (max-width: 767px)*/
}
/* =============================================================
ごく旨カレーページ　768px
============================================================= */
@media screen and (min-width: 768px) and (max-width: 959px){


	.eyecatch-h-area {
	    width: 760px;
	    height: 300px;
	    margin: 0px auto;
	    position: relative;
	}
	.eyecatch-bg-img {
	    position: absolute;
	    height: 400px;
		width:auto;
	    right: 0px;
	    z-index: -1;
	}

	.eyecatch-h, .eyecatch-h img {
	    width: 460px;
	}
	.eyecatch-h {
	    position: absolute;
	    top: 80px;
	}



	.eyecatch-text-area {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    width: 710px;
	    margin: 0px auto;
	}

	.eyecatch-text-area .eyecatch-text-area_h {
	    display: flex;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box {
	    height: 60px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box img {
	    height: 100%;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(1){
		width:293px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(2){
		width:146px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(3){
		width:268px;
	}





	/*---------------------------------------------------
	食材エリア
	---------------------------------------------------*/
	.ingredients-intro-text-area {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    color: #fff;
    width: 690px;
    margin: 2em auto;
    letter-spacing: 0.1em;
	}
	.ingredients-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 690px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.ingredients-list li {
    width: 200px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
	}
	.ingredients-list li .img-box,
	.ingredients-list li .img-box img{
		width: 200px;
	}




	.ingredients-list li .text-box {
	    color: #fff;
	    font-size: 16px;
	    line-height: 1.5em;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	}
	.ingredients-list li .text-box-h {
	    color: #fff;
	    font-size: 18px;
	    font-weight: bold;
	}
	.ingredients-area .text-box .text {
	    width: 200px;
	}




	.characteristic-area{
		display:flex;
		width: 768px;
		margin: 0px auto 60px;
		position: relative;
		z-index: 2;
	}
	.eyecatch-area-bg{
		top: 260px;
	}
	.eyecatch-text-area{
		position:relative;
	}
	.eyecatch-text-area img{
		z-index: 2;
		display: block;
		position: relative;
	}
/*材料*/


	/*.text_zero-area{
		display: flex;
		width: 768px;
		margin: 0px auto;
		padding: 20px 0px;
	}*/

	.img-box- {
		background-image:url(../img/curry/banner_.jpg);
		background-size:contain;
		background-repeat:  no-repeat;
			background-position: center center;
		margin-top:100px;
		padding-top:100px;
	}

	.text- {
		width:840px;
		height:auto;
		font-size:18px;
		color:black;
		display:  inline-block;
		line-height:1.5em;
		font-weight: bold;
			margin: 2em auto;
			letter-spacing: 0.1em;
	}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 60px 10px;
	}
	.sec-menu .ttl-01 {
		margin-bottom: 60px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	.sec-menu .menu-list1 {
	    display: flex;
	    justify-content: space-between;
	    width: 690px;
	    margin: 0px auto;
	}
	.sec-menu .menu-list1 li {
	    width: 330px;
	    margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size:20px;
		font-weight:bold;
		text-align: center;
	}
	.sec-menu .menu-list1 .menu-text{
		line-height:2em;
		font-size: 19px;
	}


	.sec-menu .menu-list2{
		display: flex;
		justify-content: space-between;
		width: 768px;
		margin: 0px auto;
	}
	.sec-menu .menu-list2 li{
	width:200px;
	}
	.sec-menu .menu-list2 .menu-h{
		font-size:18px;
		font-weight:bold;
		color:#222;
		margin-bottom:0.5em;
		text-align:center;
	}

/*---------------------------------------------------
MOVIE
---------------------------------------------------*/
.img-box-spice iframe{
	width: 757px;
    height: 440px;
}

	/*---------------------------------------------------
	section 提供店舗
	---------------------------------------------------*/
	.sec-shop .menu-list2 {
	    display: flex;
	    justify-content: left;
	    width: 690px;
	    margin: 0px auto;
	}
	.sec-shop .ttl-01 {
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
	.sec-shop .menu-list2 .menu-h {
	    font-size: 16px;
	    font-weight: bold;
	    color: #222;
	    padding: 20px 0px;
	    text-align: center;
	}






/*@media screen and (min-width: 768px) and (max-width: 959px){*/
}
/* =============================================================
ごく旨カレーページ　960px
============================================================= */
@media screen and (min-width: 960px) and (max-width: 1279px){





	.eyecatch-h-area {
	    width: 960px;
	    height: 400px;
	    margin: 0px auto;
	    position: relative;
	}
	.eyecatch-h, .eyecatch-h img {
	    width: 560px;
	}
	.eyecatch-h {
	    position: absolute;
	    top: 100px;
	}
	.eyecatch-text-area {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    width: 840px;
	    margin: 0px auto;
	}
	.eyecatch-text-area .eyecatch-text-area_h {
	    display: flex;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box {
	    height: 70px;
	}
	.eyecatch-text-area .eyecatch-text-area_h .img-box img {
    height: 100%;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(1){
	width:342px;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(2){
	width:170px;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(3){
	width:313px;
}
	.eyecatch-bg-img {
    position: absolute;
    height: 500px;
		width:auto;
    right: 0px;
    z-index: -1;
	}



	.eyecatch-area-bg{
		top: 310px;
	}
	.characteristic-area{
		display:flex;
		width: 940px;
		margin: 0px auto 60px;
	}
	.eyecatch-text-area img{
		z-index: 2;
		display: block;
		position: relative;
	}
	.ingredients-list{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		padding: 20px;
		width: 920px;
		margin: 0px auto;
	}
	.ingredients-list li{
		width:285px;
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
	}
	.ingredients-list li .text-box-h {
	    color: #fff;
	    font-size: 22px;
	    font-weight: bold;
	}
	.ingredients-list li .img-box{
		width: 174px;
		float: left;
		margin-right: 20px;
	}
	.ingredients-list li .text-box {
	    color: #fff;
	    font-size: 20px;
	    line-height: 1.5em;
	    font-weight: bold;
	    padding: 0px 20px;
	    letter-spacing: 0.1em;
	}
	.ingredients-area .text-box .text {
	    width: 260px;
	}
	.text_zero-area{
		display: flex;
		width: 960px;
		margin: 0px auto;
		padding: 20px 0px;
	}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 60px 10px;
	}
	.sec-menu .ttl-01 {
	    margin-bottom: 60px;
	    font-size: 36px;
	    font-weight: bold;
	    text-align: center;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-between;
		width: 940px;
		margin: 0px auto;
	}
	.sec-menu .menu-list1 li{
		width:450px;
		margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size:26px;
		font-weight:bold;
	}
	.sec-menu .menu-list1 .menu-text{
		line-height:2em;
		font-size: 19px;
	}


	.sec-menu .menu-list2{
		display: flex;
		justify-content: space-between;
		width: 940px;
		margin: 0px auto;
	}
	.sec-menu .menu-list2 li{
		width:200px;
	}
	.sec-menu .menu-list2 .menu-h{
		font-size:18px;
		font-weight:bold;
		color:#222;
		margin-bottom:0.5em;
		text-align:center;
	}
	/*---------------------------------------------------
	section 提供店舗
	---------------------------------------------------*/
	.sec-shop .menu-list2 {
	    display: flex;
	    justify-content: left;
	    width: 940px;
	    margin: 0px auto;
	}










/*@media screen and (min-width: 960px) and (max-width: 1279px)*/
}
/* =============================================================
ごく旨カレーページ　1280px
============================================================= */
@media screen and (min-width: 1280px){
/*---------------------------------------------------
section アイキャッチ
---------------------------------------------------*/
.eyecatch-area-bg{
top: 360px;
}




/*.eyecatch-bg-area{
	position: relative;
	height: 500px;
	z-index: -1;
}*/
.eyecatch-bg-area img{
	z-index: -1;
}



.eyecatch-bg-img {
  position: absolute;
  height: 700px;
	width:auto;
  right: 0px;
}






.eyecatch-h-area{
	width: 1280px;
	height: 500px;
	margin: 0px auto;
	position: relative;
}
.eyecatch-h{
	position:absolute;
	top:100px;
}

.eyecatch-h,
.eyecatch-h img{
	width: 660px;
}


.characteristic-area{
	display:flex;
	width: 1260px;
	margin: 0px auto 60px;
	position: relative;
	z-index: 2;
}

.eyecatch-text-area{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 1100px;
margin: 0px auto;
}
.eyecatch-text-area img{
	z-index: 2;
	/*width: 940px;
	margin: 0px auto;*/
	display: block;
	position: relative;
}

.eyecatch-text-area .eyecatch-text-area_h{
	display: flex;
}



.eyecatch-text-area .eyecatch-text-area_h .img-box{
	height:90px;
}

.eyecatch-text-area .eyecatch-text-area_h .img-box img{
	height:100%;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(1){
	width:440px;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(2){
	width:219px;
}
.eyecatch-text-area .eyecatch-text-area_h .img-box:nth-child(3){
	width:402px;
}


.ingredients-area{
	background: #f32a1a;
	border-top: 10px solid #F2BF37;
}

.ingredients-intro-text-area {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    color: #fff;
    width: 1080px;
    margin: 2em auto;
    letter-spacing: 0.1em;
}



.ingredients-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	padding: 40px;
	width: 1260px;
	margin: 0px auto;
}
.ingredients-list li{
	width: 300px;
	margin: 0px 60px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.ingredients-list li .text-box-h{
	color: #fff;
font-size: 22px;
font-weight: bold;
}
.ingredients-list li .text-box{
color:#fff;
font-size:20px;
line-height: 1.5em;
font-weight: bold;
padding: 0px 20px;
letter-spacing: 0.1em;
}

.text_zero-area{
	display: flex;
	width: 1260px;
	margin: 0px auto;
	padding: 20px 0px;
}


.img-box-spice {
	background-image:url(../img/curry/banner_.jpg);
	width:80%;
	height:auto;
	background-repeat:  no-repeat;
    background-position: center center;
}

.banner-spice {
width: 100%;
height:auto;

}

.text-spice {
	width:640px;
	height:auto;
	font-size:18px;
	color:black;
	display:  inline-block;
	line-height:1.5em;
	font-weight: bold;
    margin: 2em auto;
    letter-spacing: 0.1em;
}




/*---------------------------------------------------
section メニュー
---------------------------------------------------*/
.sec-menu{
padding: 60px 10px 180px;
}
.sec-menu .ttl-01 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.sec-menu .menu-list1{
	display: flex;
	justify-content: left;
	width: 1280px;
	margin: 0px auto;
}
.sec-menu .menu-list1 li{
	width:600px;
	margin-bottom: 20px;
}
.sec-menu .menu-list1 .menu-h{
	font-size:34px;
	font-weight:bold;
	color: #f32919;
	text-align: center;
	margin-bottom: 20px;
}
.sec-menu .menu-list1 .menu-text{
	color: #222;
	line-height:1.5em;
	font-size: 20px;
	margin: 0 10px 40px 10px;
}


.ingredients-area .text-box,
.ingredients-area .text-box .text-box-h,
.ingredients-area .text-box .text{
	position: relative;
	display: block;
}
.ingredients-area .text-box .text{
	width:260px;
}
/*---------------------------------------------------
section 提供店舗
---------------------------------------------------*/
.sec-shop{
padding: 0px 0px 100px;
}
.sec-shop .ttl-01 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.sec-shop .menu-list2{
	display: flex;
	justify-content: left;
	width: 1260px;
	margin: 0px auto;
}
.sec-shop .menu-list2 li{
width:190px;
}
.sec-shop .menu-list2 .menu-h{
	font-size:18px;
	font-weight:bold;
	color:#222;
	padding: 20px 0px;
	text-align:center;
}

/*---------------------------------------------------
footer
---------------------------------------------------*/
.page_curry{

}
.page_curry footer{
	background: #c5a481;
}
.page_curry footer #wrapper_footer{
	background-image:none;
	float:none;
}
.page_curry footer #btn_pagetop{
	display: none;
}


/*@media screen and (min-width: 1280px)*/
}

.img- {
	width:840px;
    height:auto;
	background-image:url(../img/curry/banner_.jpg);
    background-repeat:  no-repeat;
    background-position: center center;
}

/*---------------------------------------------------
無料提供中！エリア
---------------------------------------------------*/
.sec- {
	    padding: 60px 10px 180px;
}
/*---------------------------------------------------
朝食ページ
---------------------------------------------------*/
.page_morning_food{
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ", "meiryo", sans-serif;
}
.page_morning_food .eyecatch-morning-img{
	width: 100%;
}
.page_morning_food .ingredients-area {
    background: #cbf1bf;
    border-top: none;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
}
.page_morning_food .sec-spice .ttl-01 {
    color: #f4410a;
}
.page_morning_food .ingredients-area .sec-spice p {
    max-width: 760px;
    margin: 0 auto 40px;
	color: #000;
	padding: 0 20px;
	line-height: 1.5em;
	font-weight: bold;
}
.page_morning_food .ingredients-list {
	max-width: 960px;
	background: #cbf1bf;
	justify-content: left;
}
.page_morning_food .ingredients-list li {
	height: 100%;
	margin: 0 20px 20px 0;
}
.page_morning_food .ingredients-list li .img-box,
.page_morning_food .ingredients-list li .img-box img{
    width: 100%;
}
.page_morning_food .ingredients-list li .text-box-h {
	color:#000;
    font-size: 18px;
}
.page_morning_food .ingredients-list li .text-box {
	color: #000;
	font-size: 15px;
    font-weight: normal;
}

.corona_info {
    width:80%;
    hight:auto;
    margin: 50px;
    padding:20px;
    background:#F8CEAB;
    font-size: 20px;
    line-height: 130%;
    
}

.banner_box {
    width: 90%;
    padding: 15px;
    margine: 0 auto 0 auto;
    text-align: center;
}

.banner_sdgs {
  max-width: 980px;
  text-align:center;
  margin:50px auto;
}

.banner_sdgs img {
  width:100%;
  height: auto;
  text-align: center;
  margin:50px auto;
}


