@charset "UTF-8";

/* =============================================================
極みカレーページ
============================================================= */
/*---------------------------------------------------
section アイキャッチ
---------------------------------------------------*/
.page_curry {
    margin: 0;
    padding: 0;
}
.sec-eyecatch{
	min-height:100vh;
	background:#e2c448;
	position: relative;
	overflow: hidden;
}

.eyecatch-area-bg {
	height: 100%;
  width: 100%;
  background: #e2c448;
  position: absolute;
  z-index: 1;
  padding-top: 30px;
}

.caution_text{
font-size: 16px;
color: black;
text-align: center;
padding-bottom: 50px;
}

.main_title{
    text-align: center;
    margin: 2vh auto 2vh auto;
    width: 70%;
    height: auto;
    max-width: 900px;
}
.page_curry {
    margin: 0;
    padding: 0;
}

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


.image_box img {
    width:80%;
    height: auto;
    max-width: 700px;
    margin: 20px auto 20px auto;
}

.ttl_curry {
    width: 90%;
    height: auto;
    text-align: center;
}

.ttl_curry img {
    width:90%;
    text-align: center;
    margin: 20 auto 20 auto;
}

/*---------------------------------------------------
twitter
---------------------------------------------------*/

.twitter_box{
width: 80%; height: 100%;
border: 20px solid #50abf1; padding: 10px;
box-sizing: border-box;
padding:0;
margin: 0 auto;
text-align: center;
background-color: white;
font-size: 18px;
}

.shop_link{
	font-size:18px;
	text-align: center;
}

.sec-menu  {
	padding: 0;
    margin-bottom: 20px;
    text-align: center;
    background-color: #e2c448;
}
/* =============================================================
極みカレーページ　320px
============================================================= */
@media screen and (max-width: 479px){
	.eyecatch-area-bg{
		top: 100%;
	}
	.eyecatch-text-area img{
		z-index: 2;
		width: 300px;
		margin: 0px auto;
		display: block;
		position: relative;
	}
	.img-spice{
		width:100%;
		height:auto;
		max-width:320px ;
	}

.caution_text{
		font-size: 12px;
		color: black;
		text-align: center;
		padding-bottom: 50px;
	}
.curry_wrap {
    width: 100%;
    height:auto;
    padding:5px;
    text-align: center;
    position:relative;
}

.curry_wrap li {
    style:none;
}

.curry_wrap img {
    width:100%;
    height: auto;
}

.curry_name {
    font-size: 2em;
    text-decoration:underline; /*下線を引く*/
    text-decoration-color:#000000;/*下線を黒*/
    margin-top: 15px;
		position:relative;
}
.img_chili {
    width:15vw;
    position: absolute;
    top: 90vw;
    left:80vw;
}
.page_curry {
    margin: 0;
    padding: 0;
}

.image_box {
    width:100%;
    height: auto;
    text-align: center;
    margin: 20 auto 20 auto;
}

.image_box img {
    width:80%;
    height: auto;
    max-width: 700px;
    margin: 20px auto 20px auto;
}

.wrap_pict {
    width: 100%;
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
    padding-bottom: 20px;
}
.caption01 {
    width: 100%;
    heght: auto;
    text-align: center;
}

.caption01 img {
    width:90%;
    heght: auto;
}

.ttl_curry {
    width: 100%;
    height: auto;
    text-align: center;
}
.ttl_curry img {
    width:90%;
    text-align: center;
    margin: 10 auto 10 auto;
}
.child_pict {
    width: 60%;
    height: auto;
}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/

	.sec-menu .ttl-01 {
    margin-bottom: 24px;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-around;
		width: 100%;
		margin: 0px auto;
		flex-direction: column;
	}
	.sec-menu .menu-list1 li{
		width:100%;
		margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size: 24px;
		line-height: 1.5em;
		font-weight:bold;
		color:#f3aa1e;
	}
	.sec-menu .menu-list1 .menu-text{
		color:#a3320b;
		line-height: 1.5em;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sec-menu .menu-list1 .menu-im{

	}

	.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:20px;
		font-weight:bold;
		color:#222;
		margin-bottom:0.5em;
		text-align:center;
	}


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

    .main_img {
	width:100%;
	height:auto;
        flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
	.eyecatch-area-bg{
  	top: 100%;
	}
	.characteristic-area{
		display:flex;
		width: 480px;
		margin: 0px auto 20px;
	}

	.eyecatch-text-area{
		position:relative;
		padding-bottom:20px;
	}
	.eyecatch-text-area img{
		z-index: 2;
		width: 420px;
		margin: 0px auto;
		display: block;
		position: relative;
	}
	.text_zero-area{
		display: flex;
		width: 470px;
		margin: 0px auto;
		padding: 20px 0px;
	}
	.img-spice{
		width:100%;
		height:auto;
		max-width:480px ;
	}
 .curry_wrap {
    width: 100%;
    height:auto;
    padding:5px;
    text-align: center;
     position:relative;
}

.curry_wrap li {
    style:none;
    font-size: 1.3em;
}

.curry_wrap img {
    width:100%;
    height: auto;
}

.curry_name {
    font-size: 3em;
    text-decoration:underline; /*下線を引く*/
    text-decoration-color:#000000;/*下線を黒*/
    margin-top: 15px;
		position: relative;
}
.img_chili {
		width:14vw;
		position: absolute;
		top: 85vw;
		left: 80vw;
}

.page_curry {
    margin: 0;
    padding: 0;
}

.image_box {
    width:100%;
    height: auto;
    text-align: center;
    margin: 5px auto;
}

.image_box img {
    width:80%;
    height: auto;
    max-width: 700px;
    margin: 30px auto 0 0;
}
.caution_text {
	font-size: 1em;
	margin-bottom: 20px;
}
.wrap_pict {
    width: 100%;
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
.caption01 {
    width: 100%;
    heght: auto;
    text-align: center;
}

.caption01 img {
    width:70%;
    heght: auto;
}

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

.ttl_curry img {
    width:90%;
    text-align: center;
    margin: 10 auto;
}

.child_pict {
    width: 100%;
    height: auto;
}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 10px;
	}
	.sec-menu .ttl-01 {
	    margin-bottom: 25px;
	}
	.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: 24px;
		font-weight:bold;
		color:#f3aa1e;
		line-height: 1.5em;
	}
	.sec-menu .menu-list1 .menu-text{
		color:#a3320b;
		line-height:1.5em;
		font-size: 20px;
	}
	.sec-menu .menu-list1 .menu-im{

	}

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


/*@media screen and (min-width: 480px) and (max-width: 767px)*/
}
/* =============================================================
極みカレーページ　768px
============================================================= */
@media screen and (min-width: 768px) and (max-width: 959px){
/*
.main_img{
	width:100%;
	height:auto;
    display: -webkit-flex;
    display: flex;
        -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
*/
	
   .main_img {
	width:100%;
	height:auto;
        flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
	.characteristic-area{
		display:flex;
		width: 768px;
		margin: 0px auto 60px;
		position: relative;
		z-index: 2;
	}
	.eyecatch-area-bg{
		top: 100%;
	}
	.eyecatch-text-area{
		position:relative;
		padding-bottom:60px;
	}
	.eyecatch-text-area img{
		z-index: 2;
		width: 668px;
		margin: 0px auto;
		display: block;
		position: relative;
	}

	.text_zero-area{
		display: flex;
		width: 768px;
		margin: 0px auto;
		padding: 20px 0px;
	}
	.img-spice{
		width:100%;
		height:auto;
		max-width:768px ;
	}
.curry_wrap {
    width: 48%;
    height:auto;
    padding:5px;
    text-align: center;
    position:relative;
}

.curry_wrap li {
    style:none;
}

.curry_wrap img {
    width:100%;
    height: auto;
}

.curry_name {
    font-size: 2em;
    text-decoration:underline; /*下線を引く*/
    text-decoration-color:#000000;/*下線を黒*/
		position:relative;
}
.img_chili {
    width:10vw;
    position: absolute;
    top: 40vw;
    left:40vw;
}

.page_curry {
    margin: 0;
    padding: 0;
}

.image_box {
    width:100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
}

.image_box img {
    width:80%;
    height: auto;
    max-width: 700px;
    margin: 20px auto;
}

.wrap_pict {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
}

.caption01 {
    width: 75%;
    heght: auto;
    text-align: center;
}

.caption01 img {
    width:100%;
    heght: auto;
}

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

.ttl_curry img {
    width:90%;
    text-align: center;
    margin: 20px auto;
}

.child_pict {
    width: 33%;
    height: auto;
}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 20px;
	}
	.sec-menu .ttl-01 {
	    margin-bottom: 60px;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-around;
		width: 768px;
		margin: 0px auto;
	}
	.sec-menu .menu-list1 li{
	width:49%;
	margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size:22px;
		font-weight:bold;
		color:#f3aa1e;
		text-align: center;
	}
	.sec-menu .menu-list1 .menu-text{
		color:#a3320b;
		line-height:2em;
		font-size: 19px;
	}
	.sec-menu .menu-list1 .menu-im{

	}

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


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

/*
.main_img{
	width:100%;
	height:auto;
    display: -webkit-flex;
    display: flex;
        -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
*/
	
   .main_img {
	width:100%;
	height:auto;
        flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
	
	
	.eyecatch-area-bg{
		top: 100%;
	}
	.characteristic-area{
		display:flex;
		width: 940px;
		margin: 0px auto 60px;
	}
	.text_zero-area{
		display: flex;
		width: 960px;
		margin: 0px auto;
		padding: 20px 0px;
	}
	.img-spice{
		width:100%;
		height:auto;
		max-width:960px ;
	}
    .curry_wrap {
    width: 50%;
    height:auto;
    padding:5px;
    text-align: center;
    position:relative;
}

.curry_wrap li {
    style:none;
}

.curry_wrap img {
    width:100%;
    height: auto;
}

.curry_name {
    font-size: 2.5em;
    text-decoration:underline; /*下線を引く*/
    text-decoration-color:#000000;/*下線を黒*/
		position:relative;
}
.img_chili {
    width:7vw;
    position: absolute;
    top: 42vw;
    left: 40vw;
}

.page_curry {
    margin: 0;
    padding: 0;
}

.image_box {
    width:100%;
    height: auto;
    text-align: center;
    margin: 20 auto 20 auto;
}

.image_box img {
    width: 80%;
    height: auto;
    max-width: 700px;
    margin: 20px auto 20px auto;
}

.wrap_pict {
    width: 100%;
    display: flex;
    justify-content:space-between;
	}

.caption01 {
    width: 90%;
    heght: auto;
    text-align: center;
}

.caption01 img {
    width:100%;
    heght: auto;
}

.ttl_curry {
    width: 90%;
    height: auto;
    text-align: center;
		margin: 0 auto 20px auto;
}

.ttl_curry img {
    width:90%;
    text-align: center;
    margin: 20 auto 20 auto;
}

.child_pict {
    width: 30%;
    height: auto;
		text-align: center;
}
	/*---------------------------------------------------
	section メニュー
	---------------------------------------------------*/
	.sec-menu{
		padding: 20px;
	}
	.sec-menu .ttl-01 {
    margin-bottom: 60px;
	}
	.sec-menu .menu-list1{
		display: flex;
		justify-content: space-around;
		width: 940px;
		margin: 0px auto;
	}
	.sec-menu .menu-list1 li{
		width:49%;
		margin-bottom: 20px;
	}
	.sec-menu .menu-list1 .menu-h{
		font-size:28px;
		font-weight:bold;
		color:#f3aa1e;
	}
	.sec-menu .menu-list1 .menu-text{
		color:#a3320b;
		line-height:2em;
		font-size: 19px;
	}
	.sec-menu .menu-list1 .menu-im{

	}

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

/* =============================================================
極みカレーページ　1280px
============================================================= */
@media screen and (min-width: 1280px) and (max-width: 3000px){
/*---------------------------------------------------
section アイキャッチ
---------------------------------------------------*/
   .main_img {
	width:100%;
	height:auto;
        flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}	
	
	
/*
.main_img{
	  width:100%;
	  height:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
*/
.curry_wrap {
    width: 50%;
    height:auto;
    padding:2px;
    text-align: center;
    position:relative;
}
.curry_wrap li {
    style:none;
		font-size: 2em;
}
.curry_wrap img {
    width: 100%;
    height: auto;
}

.curry_name {
    font-size: 3em;
    text-decoration:underline; /*下線を引く*/
    text-decoration-color:#000000;/*下線を黒*/
		position:relative;
}
.img_chili {
    width:6vw;
    position: absolute;
    top: 42vw;
    left: 40vw;
}
.image_box {
    width:100%;
    height: auto;
    text-align: center;
    margin: 20 auto;
}

.image_box img {
    width:80%;
    height: auto;
    max-width: 900px;
    margin: 20px auto;
}
.ttl_curry {
    width: 100%;
    height: auto;
    text-align: center;
}
.ttl_curry img {
    width: 90%;
    text-align: center;
    margin: 20 auto;
		max-width: 1000px;
}
.wrap_pict {
    width: 100%;
    display: flex;
    justify-content:space-between;
	}
.caption01 {
    width: 70%;
    heght: auto;
    text-align: center;
}
.caption01 img {
    width:100%;
    heght: auto;
}
.child_pict {
    width: 90%;
    height: auto;
}
/*---------------------------------------------------
section メニュー
---------------------------------------------------*/
.sec-menu{
	padding: 20px;
}
.sec-menu .ttl-01 {
    margin-bottom: 60px;
}
.sec-menu .menu-list1{
	display: flex;
	justify-content: space-around;
	width: 1260px;
	margin: 0px auto;
}
.sec-menu .menu-list1 li{
	width:49%;
	margin-bottom: 20px;
}
.sec-menu .menu-list1 .menu-h{
	font-size:36px;
	font-weight:bold;
	color:#f3aa1e;
}
.sec-menu .menu-list1 .menu-text{
	color:#a3320b;
	line-height:2em;
	font-size: 20px;
}
.sec-menu .menu-list1 .menu-im{

}

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

    }
