@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: url("img/bg.png") center;
  /*background: #F9E8B0;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img {
  border: none;
}
/* ヘッダービジュアル */
.h1mainv {
  background-size: 100%;
  background-position-y: 60%;
  height: 400px;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  /*border-top: 30px solid #6E5231;*/
  position: relative;
}
.h1mainv:before { /*画像を絶対配置*/
  /*position: absolute;
	content: '';
	top: 0;
	left:0;
	display: block;
	width: 100%;
	height: 75px;
	background: url("img/mv_band.png")no-repeat;
	background-size: contain;*/
}
.h1mainv h1 {
  height: 350px;
  width: 1080px;
  margin: 0 auto;
  /*padding-top: 1rem;*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 5px;
}
.h1mainv h1 img {
  width: 100%;
}
p, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#container {
  width: 1000px;
  padding: 40px;
  /* margin: 40px auto; */
  margin: 100px auto;
  min-height: 600px;
}
#catch {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
  position: relative;
  background: #FFFFFF;
  border: 4px solid #cfa972;
  margin-bottom: 50px;
}
#catch:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}
#catch:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #cfa972;
  z-index: 1;
}
.catch{
	width: 1100px;
	margin: 0 auto;
	background-color:rgba(255, 255, 255, 0.4);
	    font-size: 20px;
    font-weight: bold;
    line-height: 1.7em;
    color: #331a00;
    text-align: center;
	padding: 30px 0;
}
.large_text{
	font-size: 1.7rem;
}
.cont0{
	margin-left: -100px;
}
.cont1{
	height: 0;
}
.ramen_right{
	position: absolute;
    right: 15%;
    top: 2000px;
    z-index: -1;
}
.ramen_left{
	position: absolute;
    left: 16%;
    top: 4000px;
    z-index: -1;
}
/* 店舗情報--------------------------------------------------*/
h2 {
  font-size: 24px;
  color: #FFFFFF;
  background: #262320;
  text-align: center;
  padding: 15px;
  margin-bottom: 8px;
}
.ramen_area {
  display: flex;
}
.ramen_area > .ramen_wrap {
  width: 100%;
  background: #fff;
  line-height: 1.5;
  /*padding:10px 20px 20px;*/
  border-top: 4px solid #cf0200;
  border-bottom: 4px solid #cf0200;
  border-left: 4px solid #cf0200;
  border-right: 4px solid #cf0200;
  margin-bottom: 12px;
}
.ramen_wrap .catch_caption {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  background: #cf0200;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
  /* margin: 10px auto; */
}
.ramen_wrap .catch_caption:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: url("img/ramen_band_23.png")no-repeat;
}
.ramen_wrap .catch_caption:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: url("img/ramen_band_23.png")no-repeat;
}
.ramen_inner {
  background: #fff;
  padding: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
}
.clearFix{
    font-size: 14px;
    margin-top: 20px;
}
.ramen_inner .title-style {
  color: #e92c2c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ramen_inner dl {
  font-size: 14px;
  margin: 10px 0 0;
}
/*.ramen_inner .margin_bottom {
  margin-bottom: 74px;
}*/
.ramen_inner dl > dt {
  float: left;
  /*font-size: 12px;*/
}
.ramen_inner dl > dd {
  margin-left: 40px;
}
.ramen_inner .comment p {
  /*    font-size: 13px;
    margin: 10px 0;*/
  font-size: 14px;
  /*    margin: 10px 0 0 0;*/
}
.ramen_inner .comment p.owner {
  text-align: right;
}
.ramen_inner .photoWrap {
  text-align: center;
}
.result_ramen_img {
  text-align: center;
}
.result_ramen_img img {
  width: 450px;
}
.photoWrap img {
  width: 100%;
}
.arrow {
	position: relative;
    padding: 0 0 0 16px;
}
.arrow::before {
	content: "";
    position: absolute;
    top: 50%;  
    left: 0;
    transform: translateY(-50%);   
    border: 5px solid transparent;
    border-left: 8px solid #003399;  
}
.store{
    font-size: 200%;
    color: #000;
-webkit-text-stroke: 1px #FFF;
}
/* レシピ--------------------------------------------------*/
.recipe h3 {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.35em;
  background: #cf0200;
  color: #fff;
  /* border: 5px solid #cfa972;*/
  padding: 2.2rem 0;
  text-align: center;
  width: 100%;
  margin: 40px auto;
}
.recipe h3:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: url(img/ramen_band_23.png)no-repeat;
}
.recipe h3:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: url(img/ramen_band_23.png)no-repeat;
}
.img_s {
  text-align: center;
  margin: 40px 0;
}
.img_s img {
  width: 50%;
}
p.recipe_name {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  max-width: 700px;
  color: #2b2b2b;
  background: #FFF;
  border: solid 3px #2b2b2b;
  box-sizing: border-box;
  /* width: 100%; */
  text-align: center;
  padding: 20px 10px;
  margin: 20px auto;
  line-height: 1.25em;
}
p.recipe_name:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
  z-index: 2;
}
p.recipe_name:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #2b2b2b;
  z-index: 1;
}
.recipe_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.recipe_menu p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.menu_left {
  width: 50%;
  padding: 1rem;
  background: #fff;
  border-top: 3px solid #000;
  border-right: 2px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}
.menu_right {
  width: 50%;
  background: #fff;
  padding: 1rem;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 4px solid #000;
  border-left: 2px solid #000;
}
.moviey {
  text-align: center;
  margin: 40px 0 0 0;
}
.footer {
  background: #E02613;
  text-align: center;
  padding: 15px 0;
}