@charset "UTF-8";
/* CSS Document */
/*     ----------     menu-common     ----------     */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
body {
  position: relative;
}
h2 {
  font-size: 3.6rem;
  text-align: left;
  height: 100px;
  color: #1e1e1e;
  text-shadow: 3px 3px 2px #fff;
  background-image: url("../image/common/h2_underline.png");
  background-repeat: no-repeat;
  background-position: -50px -10px;
}
.menu__container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}
.comment {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  color: #900;
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0 auto 10px;
}
.comment span {
  font-size: 2.2rem;
}
.price {
  font-size: 2.0rem;
  color: #dedede;
}
.price span {
  font-size: 1.6rem;
}
.border {
  width: 100%;
}
.border img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.pc-break:after {
  content: "\A";
  white-space: pre;
}
@media(max-width: 1060px) {
  h2 {
    font-size: 3.0rem;
  }
  .menu__container {
    max-width: 520px;
    padding: 0;
  }
  .border img {
    height: 60px;
  }
}
@media(max-width:520px) {
  h2 {
    font-size: 2.4rem;
    height: 70px;
    background-position: -50px 0;
  }
  .menu__container {
    padding: 0 20px;
  }
  .comment {
    font-size: 1.4rem;
    padding: 5px;
  }
  .comment span {
    font-size: 1.8rem;
  }
  .price {
    font-size: 1.8rem;
    color: #dedede;
  }
  .price span {
    font-size: 1.4rem;
  }
  .border img {
    height: 40px;
  }
}
/*     ----------     top     ----------     */
.menu-top {
  width: 100%;
  position: relative;
}
.menu-top__pc {
  width: 100%;
  object-fit: cover;
}
.menu-top__mobile {
  display: none;
}
.menu-top h1 {
  font-size: 6.0rem;
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media(max-width: 1060px) {
  .menu-top h1 {
    font-size: 3.2rem;
  }
  .menu-top__pc {
    display: none;
  }
  .menu-top__mobile {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media(max-width: 520px) {
  .menu-top h1 {
    font-size: 2.4rem;
  }
}
/*     ----------     nav     ----------     */
#menu-navi {
  width: 100%;
  height: 81px;
  background-color: #1e1e1e;
  z-index: 9999;
}
#menu-navi.m_fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#menu-navi.menu-navi__container {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}
.menu-navi__list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #4B4B4B;
}
.menu-navi__list li {
  width: 100%;
}
.menu-navi__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  border: 1px solid #1e1e1e;
}
.menu-navi__list__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-navi__list li a:hover {
  background-color: #dedede;
  border: 1px solid #1e1e1e;
}
.menu-navi__list li a:hover img {
  visibility: hidden;
}
.navi-list01 a:hover {
  background: url("../image/menu/navi-ramen02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.navi-list02 a:hover {
  background: url("../image/menu/navi-don02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.navi-list03 a:hover {
  background: url("../image/menu/navi-supakatu02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.navi-list04 a:hover {
  background: url("../image/menu/navi-side02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.navi-list05 a:hover {
  background: url("../image/menu/navi-set02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.navi-list06 a:hover {
  background: url("../image/menu/navi-desert02.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
@media(max-width: 520px) {
  #menu-navi {
    height: 60px;
  }
  .menu-navi__list li a {
    height: 60px;
  }
  .menu-navi__list li a:hover {
    background-color: #1e1e1e;
  }
  .menu-navi__list li a:hover img {
    visibility: visible;
	background-color: #1e1e1e;
  }
  .pc-break:after {
    content: "";
  }
}
/*     ----------     ramen     ----------     */
.section-ramen {
  padding: 200px 0 100px;
}
.section-ramen h2 {
  background-size: 240px 80px;
}
.section-ramen__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-ramen__list h3 {
  font-size: 2.4rem;
  text-align: left;
  margin: 60px 0 30px 0;
  padding-left: 10px;
  border-left: 3px solid #990000;
}
.section-ramen__list li {
  list-style: none;
}
.section-ramen__list__image {
  width: 100%;
  height: auto;
}
.section-ramen__list__image img {
  width: 100%;
  height: 193px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.section-ramen__list__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.section-ramen__list__container li {
  flex-basis: 263px;
  box-sizing: border-box;
  margin-right: 12px;
}
.section-ramen__list__container li:nth-child(4n) {
  margin: 0;
}
.list__duo {
  justify-content: space-between;
  width: 514px;
}
.list__duo li {
  margin: 0;
}
.list__duo li:first-child {
  margin-right: 12px;
}
.list__duo__yaki {
  margin-right: 12px;
}
.list__solo {
  width: 251px;
  box-sizing: border-box;
  margin-right: 12px;
}
.sio02, .tuke02 {
  padding: 0;
}
.section-ramen__list__text {
  width: 100%;
  height: 80px;
  background-color: #1e1e1e;
  box-sizing: border-box;
  position: relative;
}
.section-ramen__list__text h4 {
  font-size: 1.6rem;
  color: #dedede;
  position: absolute;
  top: 15px;
  left: 15px;
}
.section-ramen__list__text > .price {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.comment-miso {
  margin-top: 20px;
}
@media(max-width:1060px) {
  .section-ramen {
    padding: 100px 0 70px;
  }
  .section-ramen__list__container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-ramen__list__container li {
    flex-basis: 250px;
    margin: 0 0 20px;
  }
  .list__duo {
    width: 100%;
    margin: 0;
  }
  .list__duo li:first-child {
    margin-right: 0;
  }
  .list__solo {
    width: 250px;
    margin: 0;
  }
  .list__solo__shoyu {
    margin-right: 20px;
  }
}
@media(max-width:520px) {
  .section-ramen {
    padding: 60px 0 50px;
  }
  .section-ramen h2 {
    background-size: 200px 50px;
  }
  .section-ramen__list h3 {
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
  }
  .section-ramen__list {
    justify-content: space-between;
  }
  .section-ramen__list__image img {
    height: 115px;
  }
  .section-ramen__list__container li {
    flex-basis: 43vw;
  }
  .list__duo {
    flex-wrap: nowrap;
    width: calc(100vw - 40px);
    justify-content: space-between;
  }
  .list__duo li {
    width: 43vw;
    padding: 0;
  }
  .list__duo li:first-child {
    margin-right: 0;
  }
  .list__solo {
    width: 43vw;
  }
  .list__solo__shoyu {
    display: block;
    margin-right: 0;
  }
  .section-ramen__list__text {
    height: 43px;
  }
  .section-ramen__list__text h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    bottom: auto;
    top: 0;
    left: 5px;
  }
  .section-ramen__list__text > .price {
    position: absolute;
    bottom: 0;
    right: 5px;
  }
  .comment-miso {
    margin: 0;
  }
}
/*     ----------     don     ----------     */
.section-don {
  box-sizing: border-box;
  padding: 100px 0;
}
.section-don h2 {
  background-size: 300px 80px;
}
.section-don__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section-don__list li {
  list-style: none;
  width: 251px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 20px;
}
.section-don__list li:nth-child(4n) {
  margin-right: 0;
}
.section-don__list img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.section-don__list__text {
  width: 100%;
  height: 94px;
  background-color: #1e1e1e;
  box-sizing: border-box;
  position: relative;
}
.section-don__list__text h3 {
  font-size: 1.6rem;
  color: #dedede;
  position: absolute;
  top: 15px;
  left: 15px;
}
.section-don__list__text > .price {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media(max-width:1060px) {
  .section-don {
    padding: 70px 0;
  }
  .section-don__list {
    justify-content: space-between;
  }
  .section-don__list li {
    width: 250px;
    margin: 0 0 20px 0;
  }
}
@media(max-width: 520px) {
  .section-don {
    padding: 50px 0 40px;
  }
  .section-don h2 {
    background-size: 250px 50px;
  }
  .section-don__list li {
    flex-basis: 43vw;
  }
  .section-don__list img {
    height: 95px;
  }
  .section-don__list__text {
    height: 47px;
  }
  .section-don__list__text h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    top: 4px;
    left: 5px;
  }
  .section-don__list__text > .price {
    position: absolute;
    bottom: 4px;
    right: 5px;
  }
}
/*     ----------     supakatu     ----------     */
.section-supakatu {
  box-sizing: border-box;
  padding: 100px 0;
}
.section-supakatu h2 {
  background-size: 240px 80px;
}
.section-supakatu__container {
  display: flex;
  flex-wrap: wrap;
  width: 520px;
}
.section-supakatu__container__image {
  width: 50%;
}
.section-supakatu__container__text {
  background-color: #1e1e1e;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.section-supakatu__container__text__lead {
  background-color: #990000;
  width: 100%;
  height: 80px;
  color: #dedede;
  outline: 1px solid #dedede;
  outline-offset: -10px;
  box-sizing: border-box;
  padding: 15px 0;
}
.section-supakatu__container__text__box {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}
.section-supakatu__container h3 {
  color: #dedede;
  width: 60%;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 40px 10px;
}
.section-supakatu__container__text__box > .price {
  width: 30%;
  display: inline-block;
}
.section-supakatu img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media(max-width: 1060px) {
  .section-supakatu {
    padding: 70px 0;
  }
}
@media(max-width: 520px) {
  .section-supakatu {
    padding: 50px 0 40px;
  }
  .section-supakatu h2 {
    background-size: 200px 50px;
  }
  .section-supakatu__container {
    height: 43vw;
    width: 100%;
    margin-bottom: 40px;
  }
  .section-supakatu__container h3 {
    font-size: 1.4rem;
    width: 50%;
    padding: 5px 0 0 0;
  }
  .section-supakatu__container__text__box > .price {
    width: 40%;
  }
  .section-supakatu__container__image {
    height: 43vw;
  }
  .section-supakatu__container__text {
    height: 43vw;
  }
  .section-supakatu__container__text__lead {
    height: auto;
    outline-offset: -5px;
    padding: 10px 5px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .section-supakatu__container__text__box {
    height: calc(43vw - 60px);
    padding: 0;
  }
}
@media(max-width: 330px) {
  .section-supakatu img {
    width: auto;
    height: 100%;
  }
  .section-supakatu__container__image {
    width: 40%;
  }
  .section-supakatu__container__text {
    width: 60%;
  }
  .section-supakatu__container__text__lead {
    line-height: 1.8rem;
    padding: 5px;
  }
  .section-supakatu__container h3 {
    padding: 0;
  }
}
/*     ----------     side     ----------     */
.section-side {
  box-sizing: border-box;
  padding: 100px 0;
}
.section-side h2 {
  background-position: -100px -10px;
  background-size: 420px 80px;
}
.section-side__list {
  display: flex;
  flex-wrap: wrap;
}
.section-side__list li {
  list-style: none;
  flex-basis: 251px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 20px;
}
.section-side__list li:nth-child(4n) {
  margin-right: 0;
}
.section-side__list img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
}
.section-side__list__text {
  width: 100%;
  height: 84px;
  background-color: #1e1e1e;
  box-sizing: border-box;
  position: relative;
}
.section-side__list__text h3 {
  font-size: 1.6rem;
  color: #dedede;
  position: absolute;
  top: 15px;
  left: 15px;
}
.section-side__list__text > .price {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media(max-width:1060px) {
  .section-side {
    padding: 70px 0;
  }
  .section-side__list {
    justify-content: space-between;
  }
  .section-side__list li {
    flex-basis: 250px;
    margin: 0 0 20px 0;
  }
}
@media(max-width: 520px) {
  .section-side {
    padding: 50px 0 40px;
  }
  .section-side h2 {
    background-position: -100px 0;
    background-size: 350px 50px;
  }
  .section-side__list li {
    flex-basis: 43vw;
  }
  .section-side__list img {
    height: 115px;
  }
  .section-side__list__text {
    height: 52px;
  }
  .section-side__list__text h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    top: 5px;
    left: 5px;
  }
  .section-side__list__text > .price {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
/*     ----------     set     ----------     */
.section-set {
  box-sizing: border-box;
  padding: 100px 0;
}
.section-set h2 {
  background-size: 300px 80px;
}
.section-set__list {
  display: flex;
  flex-wrap: wrap;
}
.section-set__list li {
  list-style: none;
  flex-basis: 251px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 20px;
}
.section-set__list li:nth-child(4n) {
  margin-right: 0;
}
.section-set__list img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
}
.section-set__list__text {
  background-color: #1e1e1e;
  height: 84px;
  position: relative;
}
.section-set__list__text h3 {
  font-size: 1.6rem;
  color: #dedede;
  line-height: 30px;
  background-color: #990000;
}
.section-set__list__text h4 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #dedede;
  width: 70%;
  padding: 5px 0 0 10px;
  ;
  text-align: left;
}
.section-set__list__text > .price {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media(max-width:1060px) {
  .section-set {
    padding: 70px 0;
  }
  .section-set__list {
    justify-content: space-between;
  }
  .section-set__list li {
    flex-basis: 250px;
    margin: 0 0 20px 0;
  }
}
@media(max-width: 520px) {
  .section-set {
    padding: 50px 0 40px;
  }
  .section-set h2 {
    background-size: 250px 50px;
  }
  .section-set__list li {
    flex-basis: 43vw;
  }
  .section-set__list img {
    height: 95px;
  }
  .section-set__list__text {
    height: 62px;
  }
  .section-set__list__text h3 {
    font-size: 1.4rem;
    line-height: 15px;
  }
  .section-set__list__text h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    top: 4px;
    bottom: auto;
    left: 5px;
    width: 90%;
  }
  .section-set__list__text > .price {
    position: absolute;
    bottom: 4px;
    right: 5px;
  }
}
/*     ----------     desert     ----------     */
.section-desert {
  box-sizing: border-box;
  padding: 100px 0;
}
.section-desert h2 {
  background-size: 240px 80px;
}
.section-desert__container {
  display: flex;
}
.section-desert__container__image {
  width: 270px;
  height: 270px;
}
.section-desert__container__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.section-desert__container__text {
  background-color: #1e1e1e;
  width: 270px;
}
.section-desert__container__text > p {
  background-color: #990000;
  width: 270px;
  height: 80px;
  color: #dedede;
  outline: 1px solid #dedede;
  outline-offset: -10px;
  box-sizing: border-box;
  padding: 15px 0;
}
.section-desert__container__text h3 {
  font-size: 1.6rem;
  color: #dedede;
  text-align: left;
  width: 70%;
  display: inline-block;
  padding: 40px 0 0;
}
.section-desert__container__text > .price {
  width: 20%;
  display: inline-block;
}
@media(max-width:1060px) {
  .section-desert {
    padding: 70px 0 80px;
  }
  .section-desert__container {
    flex-wrap: wrap;
  }
  .section-desert__container__image {
    box-sizing: border-box;
    width: 43vw;
    height: auto;
    padding: 5px;
  }
  .section-desert__container__image img {
    width: 100%;
    height: auto;
  }
  .desert-image01 {
    order: 1;
    width: 50%;
  }
  .desert-image02 {
    order: 2;
    width: 50%;
  }
  .section-desert__container__text {
    order: 3;
    width: 100%;
    height: 160px;
    margin-top: 10px;
  }
  .section-desert__container__text h3 {
    padding: 15px 0 0;
  }
  .section-desert__container__text > p {
    width: 100%;
    height: auto;
    outline-offset: -5px;
    padding: 5px 0;
  }
}
@media(max-width: 520px) {
  .section-desert {
    padding: 50px 0 60px;
  }
  .section-desert h2 {
    background-size: 200px 50px;
  }
  .section-desert__container__text {
    height: 100px;
    margin-top: 20px;
  }
  .section-desert__container__text h3 {
    font-size: 1.4rem;
    padding: 5px 0 0;
  }
  .section-desert__container__text > p {
    font-size: 1.4rem;
  }
}
/*     ----------     page-top     ----------     */
#page-top {
  position: fixed;
  right: 20px;
  z-index: 10000;
}
#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 15px;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #1e1e1e;
  opacity: 0.6;
}
#page-top a::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
@media(max-width:520px) {
  #page-top {
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding-top: 15px;
    opacity: 0.6;
  }
  #page-top a::before {
    top: 20%;
  }
}