@charset "UTF-8";
/* こだわりの各コンテンツの共通部分 */
/* 各こだわりの共通部分 */
body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  display: grid;
  grid-template: "header" auto "main" 1fr "footer" auto;
}

ul {
  list-style: none;
}

header {
  grid-area: header;
  background-color: #EE0000;
  text-align: center;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
  background-color: #EE0000;
  text-align: center;
}

.menu-navi {
  display: flex;
  justify-content: center;
}

header a, footer a {
  color: white;
  font: bold 1.7rem sans-serif;
  margin-right: 35px;
  text-decoration: none;
}
header a:hover {
  color: #ffff1a;
  text-decoration: underline;
}
.phone-number::before, .map-navi::before {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
}
.phone-number::before {
  content: "\f879";
}

.map-navi::before {
  content: "\f5a0";
  margin-right: 5px;
}

main {
  background-color: #FFEBCD;
}

.quality-wrapper {
  margin: 0 auto;
  width: 90%;
}

/* こだわり の文字 */
.concept {
  font-size: 2rem;
  margin-bottom: 7%;
  text-align: center;
}
.concept .border-bottom {
  border-bottom: 5px solid red;
  padding-bottom: 10px;
}

/* ラーメンのこだわり */
.ramen {
  text-align: center;
  margin-bottom: 5%;
}
.concept-header {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}
.ramen .concept-header {
  background-image: url("../img/miso-ramen.jpg");
}

.material {
  padding: 20px;
  font-size: 2.3em;
}
.letter {
  display: inline-block;
  font: bold 3.9rem serif;
  color: #fff;
  text-shadow: 2px  2px 10px #FF6600 , -2px  2px 10px #FF6600 , 2px -2px 10px #FF6600 , -2px -2px 10px #FF6600;
}

.wrapper {
  display: flex;
  width: 100%;
}
.concept-detail {
  font-size: 1.7rem;
  color: #FF6633;
}
.concept-text {
  font-size: 1.35rem;
  padding: 0 10%;
  text-align: justify;
}

.noodle, .soup, .miso {
  margin: 0 auto;
  flex: 1;
}
.concept-image {
  width: 25vw;
  height: 25vw;
}

/* 餃子のこだわり */
.gyoza {
  text-align: center;
  margin-bottom: 5%;
}

.gyoza .concept-header {
  background-image: url("../img/concept-gyoza.jpg");
}

.filling-gyoza, .holding-gyoza, .keeping-gyoza {
  margin: 0 auto;
  flex: 1;
}

.food-image {
  text-align: center;
  margin-bottom: 5%;
}
.food-selected-text {
  font-size: 1.39rem;
}
footer a:hover {
  color: #ffff1a;
  text-decoration: underline;
}
.phone-wrapper {
  margin: 2.5% 0px;
}
.guidance-sentence {
  color: white;
  font-size: 24px;
}
.phone-guidance {
  margin-bottom: 7%;
}
.footer-phone,  .footer-phone::before{
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.footer-phone {
  padding: 15px;
  line-height: 1.4;
  background: #e9546b;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #e5e4e6;
}

.footer-phone::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  left: 15px;
}

/*# sourceMappingURL=quality.css.map */
