@import '/assets/font/HiraginoGyosho/font.css';
@import '/assets/font/A-OTF-ShinGoPro/font.css';
html,
body {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

* {
  text-decoration: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
}

@keyframes FallFade {
  0% {
    opacity: 0;
    top: -5vw;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.fall-fade {
  animation: 0.6s FallFade ease-out;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
  top: -5vw;
}

.h-img {
  width: 100%;
}

.container {
  background: url('./img/bg.jpg');
  background-repeat: repeat;
  background-size: 600px;
}

main {
  text-align: center;
  font-family: serif;
  padding-bottom: 0;
}

.cont-w {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 16px;
  color: #fff;
}

.desc {
  font-weight: bold;
  margin: 64px auto 32px auto;
}

.line {
  margin: 32px 16px;
}

.first-ramen {
  margin-top: -16px;
  font-size: calc(1.2em + 3vw);
  font-weight: bold;
  padding: 0 32px;
  text-shadow: 2px 2px 1px #000;
}

.sec {
  margin-top: 128px;
  background: none;
}
.sec--h {
  position: relative;
  background: url(./img/h-bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: calc(0.6em + 4vw);
  text-shadow: 2px 2px 1px #000;
  color: #fff;
  font-family: 'HiraginoGyosho', serif;
}
.sec--h i {
  font-size: 1.2em;
}
.sec--h + p {
  margin: 32px auto;
}

.kodawari {
  background: url(./img/kodawari-bg.png);
  background-repeat: no-repeat;
  padding: 32px;
  color: #543900;
  margin: 32px;
}

.kodawari div {
  margin-top: 16px;
}

.kodawari h2 {
  display: flex;
  align-items: center;
  font-size: 2em;
}
.kodawari h2::after {
  content: '';
  display: block;
  border-bottom: 1px solid #543900;
  flex-grow: 1;
  margin-left: 16px;
}
.kodawari p {
  text-align: left;
  color: #000;
}

.gekikara h2 {
  margin-top: -2em;
  font-size: calc(0.8em + 4vw);
  text-shadow: 2px 2px 1px #000;
  font-weight: bold;
}

.gekikara h2 rt {
  font-size: 0.5em;
}

.gekikara--small {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gekikara--small img {
  width: 50%;
}
.gekikara--small h2 {
  margin-top: 0;
  font-size: calc(0.4em + 4vw);
  text-align: left;
}

.teishoku--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teishoku--menu {
  text-align: left;
  font-size: calc(0.8em + 2vw);
}

.teishoku--menu.teishoku--menu__big {
  width: 100%;
}
.teishoku--menu.teishoku--menu__small {
  width: 49.5%;
}

.teishoku--arrow {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 32px solid #961e23;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.set {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
}

.set--ramen {
  width: 49%;
  position: relative;
  border: 1px solid #fff;
}
.set--ramen p {
  font-size: 2em;
  text-align: center;
}

.set--plus {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.set--plus i:first-child {
  display: block;
  width: 100%;
  height: 30%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.set--plus i:last-child {
  display: block;
  width: 30%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.set--other {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.set--other > div {
  width: 50%;
}

@media (max-width: 750px) {
  .set {
    flex-direction: column;
  }
  .set--ramen {
    width: 95%;
  }
  .set--other {
    width: 95%;
  }
}

.teishoku--comment {
  background-color: #fff100;
  font-weight: bold;
  padding: 4px;
  color: #961e23;
  width: 90%;
  margin: 32px auto;
}

.togo--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.togo--item {
  width: 49%;
}

/* 宴会コース */
.course {
  text-align: left;
  margin-top: 16px;
  font-family: sans-serif;
}
.course--ttl {
  color: #2b6232;
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  margin-right: 16px;
}
.course--ttl::before {
  content: '◆';
}
.course--notes {
  display: inline-block;
  font-size: 0.8em;
}
.course--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.course--item {
  width: 48%;
  margin: 1%;
  padding: 8px;
  background-color: #286400;
  color: #fff;
}
.course--item > div {
  border: 2px solid #fff;
  padding: 8px;
}

.course--item h1 {
  font-size: 1.1em;
  font-weight: bold;
}
.course--item h1::before {
  content: '■';
}

.course--item p {
  font-size: 0.8em;
}

.course--drink {
  padding-left: 1.4em;
  font-weight: bold;
  color: #286400;
  margin: 8px 0;
}

.course--msg {
  padding: 4px 16px;
  color: #fff;
  background-color: #961e23;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 750px) {
  .course--item {
    width: 98%;
  }
}

.sake--cont {
  margin: 5em 2em;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sake--msg {
  text-align: left;
}
.sake--list {
  width: 100%;
  font-family: 'HiraginoGyosho', serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.4em;
  margin-top: 1.4em;
}
.sake--list li {
  white-space: nowrap;
  margin-left: 4px;
}

@media (max-width: 750px) {
  .sake--cont {
    margin: 5em 0;
    display: block;
  }
  .sake--list {
    margin-top: 3.4em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

.logo {
  max-width: 80%;
  margin: auto;
}
.info--split {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 32px;
}

.info--split img {
  width: 40%;
  margin-right: 16px;
  margin: 1%;
}
.info--split table {
  text-align: left;
  width: 50%;
  height: 100%;
  font-weight: bold;
  font-size: 0.9em;
  margin: 1%;
}

.info table th {
  vertical-align: top;
  white-space: nowrap;
}
.info table td,
.info table th {
  padding: 4px 4px;
}
.info--tel {
  font-size: calc(2.8em + 1vw);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #f8ecbd;
}

@media (max-width: 750px) {
  .info--split {
    flex-direction: column;
  }
  .info--split img {
    width: 90%;
    margin: auto;
  }
  .info--split table {
    width: 90%;
  }
}

.msg {
  margin-top: 32px;
  color: #961e23;
  font-size: 1.4em;
  font-family: 'HiraginoGyosho', serif;
}
.notes {
  font-size: 0.8em;
}

.airmeshi-link {
  display: inline-block;
  margin: 32px 0;
  padding: 32px 16px;
  background: linear-gradient(135deg, rgba(255, 242, 31, 1) 0%, rgba(229, 53, 43, 1) 100%);
  font-family: 'A-OTF-ShinGoPro';
  font-weight: bold;
  border-radius: 16px;
  font-size: 1.4em;
  line-height: 1.5em;
}

@media (min-width: 800px) {
  .first-ramen {
    font-size: 1.2em;
  }
  .gekikara h2 {
    font-size: 1.2em;
  }
  .gekikara--small h2 {
    font-size: 1em;
  }
  .teishoku--menu {
    font-size: 1.4em;
  }

  .info--tel {
    font-size: 4em;
  }
}
