@charset "utf-8";
/* CSS Document */
body {
  /* border: 5px solid cyan;*/
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  background-color: #0c0c0c;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.inner {
  width: 100%;
  margin: 0 auto;
  margin-top: 200px;
}
.only-sp { /*スマホ版のみ*/
  display: none;
}
h2 {
  font-size: 64px;
  margin-bottom: 80px;
  text-align: center;
}
.h2-vertical {
  font-size: 64px;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }
  .h2-vertical {
    font-size: 56px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  body {
    font-size: 13px;
  }
  h2 {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .h2-vertical {
    font-size: 48px;
  }
}
/*==============================
==============================
〇　ヘッダー　〇
==============================
==============================*/
header {
  /*border: 5px solid white;*/
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #c9962d;
}
.logo { /*ロゴ*/
  width: 120px;
  min-width: 80px;
  height: 120px;
  margin-top: 22px;
  z-index: 300;
  position: relative;
  list-style: none;
}
.logo a:hover {
  filter: saturate(200%)
}
h1 {
  width: 100%;
  height: 100%;
}
/*==============================
==============================
〇　ナビゲーション　〇
==============================
==============================*/
.nav1 ul {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.nav2 ul {
  padding: 10px 0;
}
.navItem a {
  display: block;
  width: 140px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0;
}
.navItem a:hover {
  color: #0c0c0c;
}
.navItem a::after { /*擬似要素で英語を表示*/
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.navItemHome a::after {
  content: "Home";
}
.navItemLimitedTimeMenu a::after {
  content: "Limited Time Menu";
}
.navItemMenu a::after {
  content: "Menu";
}
.navItemCore a::after {
  content: "Core";
}
.navItemNews a::after {
  content: "News";
}
.navItemJobInfo a::after {
  content: "Job Info";
}
.navItemShopinfo a::after {
  content: "Shop Info";
}
.navItemTakeOut a::after {
  content: "Take Out";
  color: #c9962d;
  background-color: #fff;
}
.navItemTakeOut a:hover::after {
  content: "Take Out";
  color: #c9962d;
  background-color: #0c0c0c;
}
.nav2 a { /*テイクアウト*/
  color: #c9962d;
  background-color: #fff;
}
.nav2 a:hover {
  color: #c9962d;
  background-color: #0c0c0c;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  header {
    height: 70px;
  }
  .logo { /*ロゴ*/
    width: 100px;
    min-width: 80px;
    height: 100px;
  }
  .nav1 ul {
    padding: 8px 0;
  }
  .nav2 ul {
    padding: 8px 0;
  }
  .navItem a {
    width: 115px;
    font-size: 13px;
  }
  .navItem a::after { /*擬似要素で英語を表示*/
    font-size: 10px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  header {
    height: 60px;
  }
  .logo { /*ロゴ*/
    width: 80px;
    min-width: 80px;
    height: 90px;
    margin-top: 21px;
  }
  .navItem a {
    width: 93px;
    font-size: 11px;
  }
  .navItem a::after { /*擬似要素で英語を表示*/
    font-size: 8px;
    margin-top: 4px;
  }
  .nav1 ul {
    padding: 8px 0 5px 0;
  }
  .nav2 ul {
    padding: 8px 0 5px 0;
  }
}
/*==============================
==============================
〇　ファーストビュー　〇
==============================
==============================*/
.fv /*豚骨ラーメン*/ {
  margin-top: 120px;
  height: 800px;
  background: url("../imges/toppage-ramen.png") no-repeat center/contain;
  width: 100%;
}
.catchcopy { /*んめーラーメン　酢増します*/
  font-size: 64px;
  font-weight: bold;
  position: absolute;
  top: 68%;
  left: 8%;
  z-index: 100;
  line-height: 1.8;
}
.scroll { /*スクロール画像*/
  width: 82px;
  height: 186px;
  background: url("../imges/scroll.png") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 68%;
  right: 8%;
}
.concept { /*神奈川県と都内を～*/
  max-width: 90%;
  font-size: 12px;
  margin: 0 auto;
  line-height: 5rem;
  letter-spacing: 0.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; /*縦文字*/
  margin-top: 80px;
  padding: 10px;
  animation: fadeIn 20s ease 1s 1 normal backwards; /*アニメーション*/
  animation-iteration-count: infinite; /*繰り返し*/
}
@keyframes fadeIn { /*アニメーション*/
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.concept .yellow { /*黄色字*/
  font-size: 15px;
  color: #c99425;
}
.concept .number { /*数字の縦指定*/
  font-size: 15px;
  -webkit-text-combine: horizontal;
  -ms-text-conbine-upright: all;
  text-conbine-upright: all;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  .fv /*豚骨ラーメン*/ {
    margin-top: 110px;
  }
  .catchcopy { /*んめーラーメン　酢増します*/
    font-size: 54px;
    position: absolute;
    top: 70%;
    left: 5%;
  }
  .scroll { /*スクロール画像*/
    width: 70px;
    height: 160px;
    position: absolute;
    top: 70%;
    right: 5%;
  }
  .concept { /*神奈川県と都内を～*/
    font-size: 10px;
    line-height: 4rem;
  }
  .concept .yellow { /*黄色字*/
    font-size: 13px;
  }
  .concept .number { /*数字の縦指定*/
    font-size: 13px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  .fv /*豚骨ラーメン*/ {
    margin-top: 100px;
    height: 600px;
  }
  .catchcopy { /*んめーラーメン　酢増します*/
    font-size: 48px;
    position: absolute;
    top: 60%;
    left: 5%;
    line-height: 1.8;
  }
  .scroll { /*スクロール画像*/
    width: 60px;
    height: 150px;
    position: absolute;
    top: 60%;
    right: 5%;
  }
  .concept { /*神奈川県と都内を～*/
    line-height: 3rem;
  }
}
/*==============================
==============================
〇　期間限定メニュー　〇
==============================
==============================*/
#limited-time-menu {
  /* border: 5px solid red;*/
  width: 1240px;
}
.flex {
  display: flex;
  justify-content: center;
}
.yuge {
  width: 600px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  margin-left: 0;
}
.yuge img {
  width: 100%;
  height: 100%;
  opacity: 0.4; /*不透明度*/
}
.yuge p {
  text-align: center;
  padding-top: 5rem;
}
.vertical-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ltm-pic {
  width: 600px;
  height: 500px;
  background: url("../imges/limited-time-menu.jpg") no-repeat center/100% 100%;
}
.lmt-pic img { /*バナー*/
  width: 100%;
  height: 100%;
}
#limited-time-menu a:hover {
  filter: saturate(150%);
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  #limited-time-menu {
    width: 960px;
  }
  .yuge {
    width: 460px;
    height: 360px;
  }
  .yuge p {
    padding-top: 1rem;
  }
  .ltm-pic {
    width: 460px;
    height: 360px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  #limited-time-menu {
    width: 750px;
  }
  .yuge {
    width: 370px;
    height: 340px;
  }
  .ltm-pic {
    width: 370px;
    height: 340px;
  }
}
/*==============================
==============================
〇　メニュー　〇
==============================
==============================*/
#menu {
  /*border: 5px solid red;*/
  width: 1240px;
}
.flex {
  /* border: 5px solid blue;*/
  display: flex;
  justify-content: center;
}
.menu-4pics {
  margin: 0 auto;
  width: 600px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.menu-4pics a {
  text-decoration: none;
}
.menu-4pics a:hover {
  filter: saturate(150%);
}
.menu-ramen {
  width: 290px;
  height: 240px;
  background: url("../imges/tonkotsu-ramen.jpg") no-repeat center/cover;
  color: #fff;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.menu-side {
  width: 290px;
  height: 240px;
  background: url("../imges/fried-rice.jpg") no-repeat center/cover;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.menu-drink {
  width: 290px;
  height: 240px;
  background: url("../imges/beer.jpg") no-repeat 65% 40%/cover;
  color: #fff;
  position: relative;
  margin-right: 20px;
}
.menu-takeout {
  width: 290px;
  height: 240px;
  background: url("../imges/dumpling.jpg") no-repeat top/cover;
  color: #fff;
  position: relative;
  background-position: top;
}
.menu-title { /*各写真タイトル*/
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-size: 20px;
}
#menu .yuge {
  margin-right: 0;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  #menu {
    width: 960px;
  }
  .menu-4pics {
    width: 460px;
    height: 360px;
  }
  .menu-ramen, .menu-side, .menu-drink, .menu-takeout {
    width: 220px;
    height: 170px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  #menu {
    width: 750px;
    height: 340px;
  }
  .menu-4pics {
    width: 370px;
    height: 340px;
  }
  .menu-ramen {
    width: 180px;
    height: 165px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu-side {
    width: 180px;
    height: 165px;
    margin-bottom: 10px;
  }
  .menu-drink {
    width: 180px;
    height: 165px;
    margin-right: 10px;
  }
  .menu-takeout {
    width: 180px;
    height: 165px;
    background-position: top;
  }
}
/*==============================
==============================
〇　こだわり　〇
==============================
==============================*/
#core {
  width: 80%;
  /*border: 5px solid yellow;*/
}
.animation { /*酢で味変-模様*/
  margin: 5rem 0;
  overflow: hidden;
}
.animetion-text { /*酢で味変*/
  display: inline-block;
  font-size: 32px;
  white-space: nowrap;
  animation: text-scroll 100s linear infinite;
  padding-left: 100%;
}
#core img { /*酢で味変の赤模様*/
  width: 36px;
  height: 32px;
  vertical-align: middle;
  margin: 0 2rem;
}
@keyframes text-scroll { /*アニメーション*/
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
.core-contents { /*黄色背景*/
  display: flex;
  background: #c9962d;
  padding: 50px;
}
.vinegar-pic { /*お酢画像*/
  width: 400px;
  background: url("../imges/vinegar.jpg") no-repeat center/contain;
}
.core-text { /*テキスト全て*/
  margin-left: 50px;
}
.core-text1 { /*穀物酢で*/
  text-align: center;
}
.core-text h3 { /*オススメの食べ方*/
  text-align: center;
  color: #c9962d;
  font-size: 32px;
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-color: rgba(12, 12, 12, 0.5);
}
.core-text2 { /*①麺の硬さ～*/
  margin: 0 auto;
  text-align: left;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  #core {
    width: 90%;
    /*border: 5px solid yellow;*/
  }
  .core-contents { /*黄色背景*/
    padding: 50px;
  }
  .vinegar-pic { /*お酢画像*/
    width: 350px;
  }
  .core-text { /*テキスト全て*/
    /*width: 60%;*/
    text-align: center;
    margin-left: 30px;
  }
  .core-text h3 {
    font-size: 30px
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  .animation { /*酢で味変-模様*/
    margin: 3rem 0;
  }
  .animetion-text { /*酢で味変*/
    font-size: 24px;
  }
  .core-contents { /*黄色背景*/
    padding: 25px;
  }
  .vinegar-pic { /*お酢画像*/
    min-width: 300px;
  }
  .core-text h3 {
    font-size: 24px
  }
}
/*==============================
==============================
〇　お知らせ　〇
==============================
==============================*/
#news {
  /*border: 5px solid green;*/
  text-align: center;
}
.news-contents {
  display: inline-block;
}
.news-text {
  display: flex;
  flex-wrap: wrap;
}
.news-contents .news-text dt, .news-contents .news-text dd {
  padding: 20px;
}
.news-contents a {
  text-decoration: none;
  color: #fff;
}
.news-contents a:hover {
  color: #c9962d;
}
/*==============================
==============================
〇　求人情報　〇
==============================
==============================*/
#job-info {
  /*border: 5px solid orange;*/
  padding-bottom: 0px;
  position: relative;
}
#job-info img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: right 15%;
  opacity: 0.4;
}
#job-info p {
  padding: 5rem 0 2rem;
  text-align: center;
}
#job-info .job-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  #job-info img {
    height: 600px;
  }
}
/*==============================
==============================
〇　店舗情報　〇
==============================
==============================*/
.shop-3pics {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.shop-3pics a:hover {
  filter: saturate(170%);
}
#shop-info img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  margin-top: 180px;
}
.yokohama {
  width: 300px;
  height: 400px;
  background: url("../imges/yokohama.jpg") no-repeat top/cover;
  color: #fff;
  position: relative;
  margin-left: 48px;
}
.shinjuku {
  width: 300px;
  height: 400px;
  background: url("../imges/shinjuku.jpg") no-repeat center/cover;
  color: #fff;
  position: relative;
  margin: 0 48px;
}
.shibuya {
  width: 300px;
  height: 400px;
  background: url("../imges/shibuya.jpg") no-repeat top/cover;
  color: #fff;
  position: relative;
  margin-right: 48px;
}
.shop-text {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#shop-info h3 { /*店舗名*/
  font-size: 20px;
  text-align: center;
  padding-bottom: 1rem;
}
#shop-info p { /*詳細*/
  text-align: center;
}
/*==============================
==============================*/
@media screen and (max-width: 1241px) {
  #shop-info img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    margin-top: 120px;
  }
  .yokohama {
    width: 200px;
    height: 300px;
    margin-left: 40px;
  }
  .shinjuku {
    width: 200px;
    height: 300px;
    margin: 0 40px;
  }
  .shibuya {
    width: 200px;
    height: 300px;
    margin-right: 40px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  #shop-info img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: 120px;
  }
  .yokohama {
    width: 200px;
    height: 300px;
    margin-left: 20px;
  }
  .shinjuku {
    width: 200px;
    height: 300px;
    margin: 0 20px;
  }
  .shibuya {
    width: 200px;
    height: 300px;
    margin-right: 20px;
  }
}
/*==============================
〇　フッター　〇
==============================*/
.footer {
  /* border: 5px solid #C21FCF;*/
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 230px;
  color: #fff;
}
footer .footer-pic span img { /*ラーメン*/
  width: 280px;
}
.footer-pic img { /*雲とラーメンそれぞれ*/
  width: 200px;
  margin: 0 20px;
  text-align: center;
}
.footer-pic { /*雲とラーメンまとめ*/
  width: 100%;
  text-align: center;
  z-index: 50;
  position: absolute;
  left: 0;
}
.footer-bg { /*黄色*/
  background-color: #c9962d;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 150px;
  padding-bottom: 50px;
}
.footer p { /*酢味RAMEN*/
  font-size: 200px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
  margin-top: 150px;
}
.footer ul {
  display: flex;
  justify-content: center;
}
.footer ul li {
  margin: 30px 20px;
}
.footer ul li a img { /*SNS*/
  height: 70px;
  width: 70px;
}
.footer ul li a img:hover {
  filter: saturate(200%)
}
.footer ul li a {
  /* margin: 0 20px;*/
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #0c0c0c;
}
.footer small { /*🄫SUMI RAMEN*/
  display: inline-block;
  font-size: 10px;
  color: #0c0c0c;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px;
}
/*==============================
==============================*/
@media screen and (max-width: 1295px) {
  .footer {
    margin-top: 200px;
  }
  footer .footer-pic span img { /*ラーメン*/
    width: 200px;
  }
  .footer-pic img { /*雲とラーメンそれぞれ*/
    width: 130px;
    margin: 0 20px;
    text-align: center;
  }
  .footer-bg { /*黄色*/
    margin-top: 100px;
  }
  .footer p { /*酢味RAMEN*/
    font-size: 150px;
    margin-top: 150px;
  }
}
/*==============================
==============================*/
@media screen and (max-width: 961px) {
  .footer {
    margin-top: 120px;
  }
  footer .footer-pic span img { /*ラーメン*/
    width: 150px;
  }
  .footer-pic img { /*雲とラーメンそれぞれ*/
    width: 100px;
    margin: 0 15px;
  }
  .footer-pic { /*雲とラーメンまとめ*/
    position: absolute;
    left: 0;
  }
  .footer-bg { /*黄色*/
    margin-top: 80px;
  }
  .footer p { /*酢味RAMEN*/
    font-size: 120px;
    margin-top: 80px;
  }
  .footer ul li a img { /*SNS*/
    height: 50px;
    width: 50px;
  }
  .footer ul li {
    margin: 20px 20px;
  }
  .footer ul li a {
    font-size: 11px;
  }
  .footer ul li a span { /*🄫SUMI RAMEN*/
    font-size: 8px;
    margin-top: 50px;
  }
}
/*==============================
==============================
〇　ボタン　〇
==============================
==============================*/
.btn {
  text-align: center;
}
html {
  /*-webkit-box-sizing: border-box;*/
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  width: 150px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 56px;
  padding: 1rem 3rem; /*ホバー*/
  cursor: pointer;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;*/
  user-select: none;
  /*-webkit-transition: all 0.3s;*/
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(201, 150, 45, 0.3);
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 1rem 1.5rem;
  color: #fff;
  border-radius: 0;
  background-color: rgba(201, 150, 45, 0.3);
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  /*-webkit-transition: all .5s ease-in-out;*/
  transition: all .5s ease-in-out;
  /*-webkit-transform: translateX(-96%);*/
  transform: translateX(-96%);
  background: #c9962d;
}
a.btn-flat:hover:before {
  /* -webkit-transform: translateX(0%);*/
  transform: translateX(0%);
}
/*============================================================
============================================================
★　スマホ　★
============================================================
============================================================*/
@media screen and (max-width: 769px) {
  body {
    font-size: 13px;
    text-align: center;
  }
  img {
    max-width: 100%;
  }
  .only-dt { /*DT版のみ*/
    display: none;
  }
  .only-sp { /*SP版のみ*/
    display: block;
  }
  .inner {
    margin-top: 120px;
    display: block;
    text-align: center;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .h2-vertical {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  /*==============================
==============================
★　ヘッダー　★
==============================
==============================*/
  header {
    height: 60px;
    display: block;
  }
  .logo { /*ロゴ*/
    width: 100px;
    height: 100px;
    margin: 11px 0 0 20px;
  }
  /* 以下に参考サイトのメニュー用CSSを貼り付ける */
  /* メニューを画面上部に固定表示しています */
  .gMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 300;
  }
  /* メニューアイコンを画面右上に固定しています */
  .gMenu .menu-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    padding-top: 5px;
    height: 12px;
  }
  /* メニューアイコン（三本線）の真ん中の線です */
  .gMenu .menu-icon .navicon {
    background: #ffc107; /* 色は自由に変更可能です */
    display: block;
    height: 2px; /* 太さ */
    width: 31px; /* 長さ */
    position: relative;
    transition: background .4s ease-out; /* 形が変わる時のアニメーション */
  }
  /* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
  .gMenu .menu-icon .navicon::before, .gMenu .menu-icon .navicon::after {
    background: #ffc107; /* 色は自由に変更可能です */
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .4s ease-out; /* 形が変わる時のアニメーション */
    width: 100%;
  }
  .gMenu .menu-icon .navicon::before {
    top: 10px;
  } /* 位置を上にずらしています */
  .gMenu .menu-icon .navicon::after {
    top: -10px;
  } /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .gMenu .menu {
    background-color: rgba(201, 150, 45, 0.9);
    overflow: hidden;
    max-height: 0; /* ★最初は高さを0にして非表示状態に */
    transition: max-height .6s; /* 表示されるときのアニメーション */
    text-align: center;
  }
  /* メニュー部分のデザインです */
  .gMenu .menu li:first-of-type {
    padding-top: 50px;
  }
  .gMenu .menu .navItem a::after { /*擬似要素で英語を表示*/
    display: block;
    font-size: 10px;
  }
  .gMenu .menu li a {
    width: 120px;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
  }
  .gMenu .menu .nav2 a {
    width: 120px;
    color: #c9962d;
    /*background-color: #fff;*/
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    margin: 30px auto 50px;
  }
  .gMenu .menu li a:active {
    color: #0c0c0c;
  }
  .gMenu .menu li a:hover {
    color: #0c0c0c;
  }
  .gMenu .menu .nav2 a:active {
    color: #c9962d;
  }
  .gMenu .menu .nav2 a:hover {
    color: #c9962d;
  }
  /* チェックボックスは常に非表示です */
  .gMenu .menu-btn {
    display: none;
  }
  /* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
  .gMenu .menu-btn:checked ~ .menu {
    max-height: 100vh; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
    transition: max-height .6s;
    z-index: 300;
  }
  /* メニューボタンの中央の線を非表示に */
  .gMenu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  /* メニューボタンの上下の線を45度傾けて✕印を作ります */
  .gMenu .menu-btn:checked ~ .menu-icon .navicon::before {
    transform: rotate(-45deg);
    top: 0;
  }
  .gMenu .menu-btn:checked ~ .menu-icon .navicon::after {
    transform: rotate(45deg);
    top: 0;
  }
  /* サイトに合わせてオリジナルカスタマイズ */
  .gMenu .menu-icon {
    top: 26px;
    margin-right: 10px;
  }
  .gMenu .menu-icon .navicon, .gMenu .menu-icon .navicon::before, .gMenu .menu-icon .navicon::after {
    background: #fff;
  }
  /*==============================
==============================*/
  @media screen and (max-width: 571px) {
    header {
      height: 54px;
    }
    .logo { /*ロゴ*/
      width: 80px;
      height: 80px;
      margin: 15px 0 0 10px;
    }
    /* メニューアイコンを画面右上に固定しています */
    .gMenu .menu-icon {
      padding-top: 3px;
    }
  }
  /*==============================
==============================
★　ファーストビュー　★
==============================
==============================*/
  .fv { /*豚骨ラーメン*/
    margin-top: 90px;
    height: 60vh;
    background-size: contain;
  }
  .catchcopy { /*んめーラーメン*/
    font-size: 40px;
    position: static;
    text-align: center;
    line-height: 1.8;
    margin-top: 24px;
  }
  .scroll {
    display: none;
  }
  .concept { /*神奈川県と都内を～　縦文字*/
    text-align: center;
    font-size: 9px;
    margin: 0 auto;
    line-height: 2rem;
    letter-spacing: 0.3rem;
    writing-mode: horizontal-tb;
    margin-top: 24px;
    animation: fadeIn 20s ease 1s 1 normal backwards;
    animation-iteration-count: infinite;
  }
  @keyframes fadeIn { /*アニメーション*/
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .concept .yellow { /*黄色字*/
    font-size: 12px;
  }
  .concept .number { /*数字の縦指定*/
    font-size: 12px;
  }
  header #concept .only-dt { /*<br>なし*/
    display: none;
  }
  /*==============================
==============================*/
  @media screen and (max-width: 571px) {
    .fv { /*豚骨ラーメン*/
      margin-top: 80px;
      height: 50vh;
    }
    .catchcopy { /*んめーラーメン*/
      font-size: 32px;
      margin-top: 10px;
    }
    .concept { /*神奈川県と都内を～　縦文字*/
      font-size: 8px;
      margin: 0 auto;
      line-height: 2rem;
      letter-spacing: 0.3rem;
      writing-mode: horizontal-tb;
      margin-top: 20px;
    }
    .concept .yellow { /*黄色字*/
      font-size: 11px;
    }
    .concept .number { /*数字の縦指定*/
      font-size: 11px;
    }
  }
  /*==============================
==============================
★　期間限定メニュー　★
==============================
==============================*/
  #limited-time-menu {
    /* border: 5px solid red;*/
    width: 335px;
  }
  .flex {
    width: 100%;
    height: 100%;
    display: block;
  }
  .yuge {
    width: 335px;
    height: 300px;
    margin-bottom: 10px;
  }
  .h2-vertical {
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .yuge p {
    text-align: center;
    padding-top: 2rem;
  }
  .ltm-pic {
    width: 335px;
    height: 300px;
  }
  .vertical-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  /*==============================
==============================
★　メニュー　★
==============================
==============================*/
  #menu {
    width: 335px;
    height: 100%;
    /*border: 5px solid green;*/
  }
  .menu-4pics {
    width: 335px;
    margin: 0 auto;
    height: 100%;
  }
  .menu-4pics a {
    width: 100%;
  }
  .menu-4pics a:active { /*タップ*/
    filter: saturate(140%);
  }
  .menu-ramen, .menu-side, .menu-drink, .menu-takeout {
    text-align: center;
    width: 335px;
    height: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .menu-title {
    font-size: 20px;
    padding: 1.5rem 0;
  }
  #menu .flex {
    display: flex;
    flex-direction: column;
  }
  #menu .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  /*==============================
==============================
★　こだわり　★
==============================
==============================*/
  #core {
    /*border: 5px solid yellow;*/
    width: 100%;
    display: block;
    margin-top: 120px;
  }
  .animation {
    margin: 2rem;
  }
  .animetion-text { /*酢で味変*/
    font-size: 24px;
    animation: text-scroll 50s linear infinite;
  }
  #core img { /*酢で味変の赤模様*/
    width: 24px;
    height: 24px;
  }
  .core-contents { /*黄色背景*/
    width: 80%;
    min-width: 335px;
    display: inline-block;
    padding: 0;
  }
  .vinegar-pic { /*お酢写真*/
    background: url("../imges/vinegar.jpg") no-repeat center/cover;
    width: 100%;
    min-width: 335px;
    height: 400px;
  }
  .core-text {
    padding: 30px 10px;
    margin-left: 0;
  }
  #core h3 { /*オススメの食べ方*/
    font-size: 20px;
    /*font-weight: 800;*/
    padding: 2rem 1rem;
  }
  .core-text2 { /*①麺の硬さ～*/
    margin-left: 3rem;
    text-align: left;
  }
  /*==============================
==============================*/
  @media screen and (max-width: 571px) {
    .animetion-text { /*酢で味変*/
      font-size: 20px;
      animation: text-scroll 50s linear infinite;
    }
    #core img { /*酢で味変の赤模様*/
      width: 20px;
      height: 20px;
    }
    .vinegar-pic { /*お酢写真*/
      min-width: 300px;
      height: 350px;
    }
    .core-text2 { /*①麺の硬さ～*/
      margin-left: 0;
    }
  }
  /*==============================
==============================
★　お知らせ　★
==============================
==============================*/
  .news-contents .news-text dt, .news-contents .news-text dd {
    padding: 15px;
  }
  /*==============================
==============================
★　求人情報　★
==============================
==============================*/
  #job-info {
    width: 100%;
    /*border: 5px solid orange;*/
  }
  #job-info img {
    maw-width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: 60% 0;
  }
  #job-info p {
    padding: 3rem 0 0;
  }
  #job-info .job-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3%;
  }
  /*==============================
==============================
★　店舗情報　★
==============================
==============================*/
  .shop-3pics {
    display: block;
    height: 100%;
    width: 200px;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .shop-3pics a:active {
    filter: saturate(170%);
  }
  .yokohama, .shinjuku, .shibuya {
    width: 200px;
    height: 300px;
  }
  .yokohama {
    margin-left: 0;
  }
  .shinjuku {
    margin: 40px 0;
  }
  .shibuya {
    margin-right: 0;
  }
  #shop-info h3 {
    font-size: 20px;
    padding-bottom: 0.5rem;
  }
  .shop-text {
    padding: 1rem 0;
  }
  #shop-info p {
    font-size: 13px;
  }
  #shop-info .btn {
    margin-bottom: 150px;
  }
  /*==============================
==============================
★　フッター　★
==============================
==============================*/
  @media screen and (max-width: 731px) {
    .footer {
      margin-top: 100px;
    }
    footer .footer-pic span img { /*ラーメン*/
      width: 120px;
    }
    .footer-pic img { /*雲とラーメンそれぞれ*/
      width: 70px;
      margin: 0 15px;
    }
    .footer-bg { /*黄色*/
      margin-top: 60px;
      padding-bottom: 30px;
    }
    .footer p { /*酢味RAMEN*/
      font-size: 90px;
      margin-top: 70px;
    }
    .footer ul li {
      margin: 20px 20px;
    }
    .footer ul li a img { /*SNS*/
      height: 50px;
      width: 50px;
    }
    .footer ul li a img:active {
      filter: saturate(200%)
    }
    .footer ul li a {
      font-size: 10px;
    }
    .footer ul li a:active {
      color: #0c0c0c;
    }
    .footer small { /*🄫SUMI RAMEN*/
      font-size: 8px;
      margin: 20px;
    }
  }
  /*==============================
==============================*/
  @media screen and (max-width: 571px) {
    .footer {
      margin-top: 100px;
    }
    footer .footer-pic span img { /*ラーメン*/
      width: 90px;
    }
    .footer-pic img { /*雲とラーメンそれぞれ*/
      width: 45px;
      margin: 0 8px;
    }
    .footer-bg { /*黄色*/
      margin-top: 45px;
    }
    .footer p { /*酢味RAMEN*/
      font-size: 60px;
      margin-top: 50px;
    }
    .footer ul li {
      margin: 15px 10px;
    }
    .footer ul li a img { /*SNS*/
      height: 30px;
      width: 30px;
    }
    .footer ul li a {
      font-size: 8px;
    }
    .footer small { /*🄫SUMI RAMEN*/
      font-size: 8px;
    }
  }
  /*==============================
==============================
★　ボタン　★
==============================
==============================*/
  .btn, a.btn, button.btn {
    width: 130px;
    font-size: 12px;
    margin-top: 24px;
  }
  a.btn-flat {
    padding: 1.5rem 1rem 1.5rem;
  }
}