@charset "UTF-8";
/* CSS Document */

#main {
  margin-bottom: 100px;
}
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}

@media screen and (max-width:700px){
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}
}

#crumb_path_wrap {
  background: #efefef;
  padding: 2px 0;
}
/*------------------------------------------------------
メインビジュアル
------------------------------------------------------*/
.main_visual {
  background: #000;
  width: 100%;
  padding-bottom: 40px;
}
.h2_lead {
  text-align: center;
  background: #fff;
  padding: 12px;
}
.sub_lead {
  padding: 32px 20px;
  background: #e00000;
}
.sub_lead img {
  margin: 0 auto;
}
.h2_lead img{
  margin: 0 auto;
}

/*------------------------------------------------------
ナビゲーション
------------------------------------------------------*/
.nav_wrap {
  background: #000;
}
.nav_wrap nav {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  background: #b91532;
  line-height: 80px;
  border-radius: 50px;
}
.nav_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav_list_li a {
  font-size: 14px;
  color: #fff;
  width: 100%;
  border-right: solid 1px #fff;
  padding: 0 20px;
}
.nav_list_li:last-child a{
	border-right: none;
}
.nav_list_li a:hover{
  opacity:0.7;
  transition: 0.5s;
}

@media screen and (max-width:700px){
.nav_wrap {
  padding: 20px 20px 0 20px;
}
.nav_list {
  justify-content: space-between;
  flex-wrap: wrap;
}	
.nav_wrap nav {
  height: auto;
  background: inherit;
  line-height: inherit;
  border-radius: 0;
}
.nav_list_li {
  width: 48%;
  text-align: center;
  background: #b91532;
  margin-bottom: 10px;
  border-radius: 10px;	
}
.nav_list_li a {
  border-right: none;
  padding: 10px;
  display: block;
}	
	
}


/*------------------------------------------------------
コンテンツ
------------------------------------------------------*/
.rcm_content {
  max-width: 1200px;
  width: 100%;	
  margin: 0 auto;	
  display: flex;
  justify-content: space-between;
  padding: 120px 0 80px 0;	
}

.rcm_content.reverse{
  flex-direction: row-reverse;
}
.rcm_wrap .pro_title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;	
  margin-bottom: 32px;
}

#pro02 .pro_title img:nth-child(3) {
  margin: 24px 0 0 auto;
}
#pro03 .pro_title img:nth-child(3) {
  margin: 24px 0 0 auto;
}
.rcm_wrap .rcm_img {
  width: 47%;
}
.rcm_wrap .text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;	
  color: #fff;
}
#pro03 .text {
  color: #000;
}

.rcm_wrap .rcm_details {
  width: 50%;
  margin-top: 40px;	
}
.rcm_wrap .rcm_list_li {
  padding: 100px 0;
}
.rcm_wrap .btn a {
  font-size: 20px;
  color: #fff;
  max-width: 320px;
  width: 100%;
  display: block;
  background: #e40704;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 0 #a31316;	
}
.rcm_wrap .btn a:hover {
  position: relative;
  box-shadow: none;
  top: 8px;
}

.rcm_wrap #pro01 {
  background: #000;
  background-image: url("../img/gyudon_bg.png")	;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 45%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);	
}

.rcm_wrap #pro02 {
  background: #9a4327;
  background-image: url("../img/curry_bg.png")	;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
  margin-top: -122px;
  background-blend-mode: screen;	
}

.rcm_wrap #pro03 {
  background: #f6cf31;
  background-image: url("../img/ramen_bg.png")	;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 45%;
  clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 0), 0 100%);
  margin-top: -120px;	
}

.rcm_wrap #pro01 .rcm_content {
	padding-top: 60px;
}
#pro03 .rcm_content {
  padding-bottom: 0;
}


@media screen and (max-width:700px){
.rcm_content {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 120px 0 40px 0;	
}
.rcm_wrap .rcm_details {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}	
.rcm_wrap .rcm_img {
  width: 100%;
  padding: 0 32px;	
}
.rcm_wrap .rcm_list_li {
  padding: 50px 20px 100px 20px;
}
.rcm_wrap #pro01 {
  background: #000;
  background-image: url("../img/gyudon_bg_sp.png")	;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 100%;
}

.rcm_wrap #pro02 {
  background: #9a4327;
  background-image: url("../img/curry_bg_sp.png")	;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  background-blend-mode: screen;	
}

.rcm_wrap #pro03 {
  background: #f6cf31;
  background-image: url("../img/ramen_bg_sp.png")	;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 100%;
}
.rcm_wrap #pro01 .rcm_content {
  padding-top: 0;
}	
#pro02 .rcm_content.reverse {
  flex-direction: column-reverse;
}
#pro01 .pro_title {
 position: relative;
	}	
#pro01 .pro_title img:nth-child(3) {
  position: absolute;
  top: 0;	
  right: 0;
}
#pro03.rcm_list_li {
  padding-bottom: 48px;
}	

}





/*------------------------------------------------------
調味料
------------------------------------------------------*/
.sause_wrap {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;	
  background: #313131;
  border-radius: 16px;
  padding: 16px 40px;
  margin: 90px auto 0 auto;
  position: relative;	
}
.sause_wrap .title {
  width: 55%;
  position: relative;
  z-index: 1;	
}
.sause_wrap .img {
  width: 33%;
  margin-top: -40px;
  position: relative;
  z-index: 1;	
}
.sause_wrap::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: solid 2px #fff100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  z-index: 0;
}
.sause_wrap::after {
  content: "";
  width: calc(100% - 20px);
  height: 84px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width:700px){
.sause_wrap {
  width: calc(100% - 40px);
  display: block;	
	}
.sause_wrap .title {
  width: 100%;
}
.sause_wrap .img {
  width: 60%;
  margin: 10px auto 0 auto;
}	
.sause_wrap::after {
  content: "";
  width: calc(100% - 20px);
  height: 84px;
  top: 10px;
  bottom: inherit;
  border-radius: 12px 12px 0 0;
}
.sause_wrap .title {
  margin-top: 10px;
}	
}

/*------------------------------------------------------
STORE
------------------------------------------------------*/
#store {
  padding-top: 120px;
}
#store .shop_list_table {
  max-width: 950px;
  margin: 0 auto;
}
#store .shop_list_table th {
  color: #e60012;
  border-bottom: 1px solid #e60012;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1;
  white-space: nowrap;
}
#store .shop_list_table tbody tr th, .shop_list_table tbody tr td {
  font-weight: 300;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#store .shop_list_table tbody tr td:last-child{
	border-right: none;
}
#store .shop_list_table th, .shop_list_table td {
  padding: 20px 20px;
}
#store .shop_list_table .btn_wrap {
  min-width: inherit !important;
}
#store .shop_list_table .btn {
  display: block;
  padding: 0 10px;
  background-color: #e60012;
  border-radius: 4px;	
}
#store .shop_list_table .btn_zone {
  margin-top: 4px;
}
#store .shop_list_table .btn img {
  vertical-align: middle;
}
#store .shop_list_table .cel01 {
  width: 25%;
  white-space: nowrap;
}
#store.store_wrap .title {
  max-width: 950px;
  width: 100%;
  text-align: center;
  background: #e40704;
  margin: 0 auto 40px auto;
  padding: 20px 0;
  border-radius: 16px 16px 0 0;
}

@media screen and (max-width:700px){
#store {
  padding-top: 100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}	
#store .shop_list_table tbody tr th {
    background-color: #f6f6f6;
	color: #000;
  }
#store .shop_list_table tbody tr th, .shop_list_table tbody tr td {
    font-weight: 300;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 10px;
  }	
#store .table_content .cel_title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0.5em 0;
    margin: 0 0 1em 0;
    color: #e60012;
    border-bottom: 1px solid #e60012;
  }	
#store .table_content .sp_shop_content {
  margin-bottom: 20px;
}
#store .shop_list_table {
  width: 100%;
}
#store .shop_list_table tr:nth-child(1) th {
  border-top: solid 1px #e5e5e5;
}
#store .shop_list_table tr:nth-child(1) td {
  border-top: solid 1px #e5e5e5;
}	
#store .shop_list_table th {
  border-left: solid 1px #e5e5e5;
}	
}

@media screen and (max-width:700px){
#main_wrap {
  padding: 0 0 0 0 !important;
}
}


