@charset "UTF-8";
.font-en {
  /*Sinete Regular*/
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow: hidden;
}

#RthCustomizeW {
  font-size: 1.6rem;
  position: relative;
}

body#TOP {
  background-color: #ffffff !important;
}

.rt-rako-front {
  position: relative;
  width: 100%;
}
.rt-rako-front * {
  box-sizing: border-box;
}
.rt-rako-front .dish-header {
  background-image: url(../img/mv.jpg);
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.rt-rako-front .dish-header h1 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
}
.rt-rako-front .dish-nav {
  max-width: 1600px;
  width: 100%;
  margin: 140px auto;
}
.rt-rako-front .dish-nav-menu {
  display: flex;
  gap: 40px;
}
.rt-rako-front .dish-nav-menu > li {
  flex: 1;
}
.rt-rako-front .dish-nav-morning {
  background-image: url(../img/f-nav01.jpg);
  background-size: cover;
}
.rt-rako-front .dish-nav-washoku {
  background-image: url(../img/f-nav02.jpg);
  background-size: cover;
}
.rt-rako-front .dish-nav-chinese {
  background-image: url(../img/f-nav03.jpg);
  background-size: cover;
}
.rt-rako-front .dish-nav-allergy {
  background-image: url(../img/f-nav04.jpg);
  background-size: cover;
}
.rt-rako-front .dish-nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 30px;
}
.rt-rako-front .dish-nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
}
.rt-rako-front .dish-nav a p.jp {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
  line-height: 2;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rt-rako-front .dish-nav a p.jp:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #fff;
}
.rt-rako-front .dish-nav a p.caption {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  position: relative;
  z-index: 3;
}
.rt-rako-front .dish-nav a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.rt-rako-front .allergy {
  padding-top: 140px;
  padding-bottom: 140px;
  color: #707070;
}
.rt-rako-front .allergy .content-wrapper {
  max-width: 1600px;
  width: calc(100% - 80px);
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.rt-rako-front .allergy .rt-dish-heading {
  margin-bottom: 100px;
}
.rt-rako-front .allergy .rt-dish-heading h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  line-height: 2;
  text-align: center;
  font-weight: 300;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
}
.rt-rako-front .allergy .rt-dish-heading h2:after {
  content: "";
  display: block;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #222;
}
.rt-rako-front .allergy .rt-dish-heading p {
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}
.rt-rako-front .allergy .flex-column {
  display: flex;
  gap: 40px;
}
.rt-rako-front .allergy .flex-item {
  flex: 1;
}
.rt-rako-front .allergy .allergy-section {
  margin: 80px auto;
}
.rt-rako-front .allergy .allergy-content h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 2;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  font-weight: 300;
}
.rt-rako-front .allergy .allergy-content h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-left: 20px;
}
.rt-rako-front .allergy .allergy-content h4 {
  line-height: 2;
  padding-left: 30px;
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.rt-rako-front .allergy .allergy-content h4:before {
  content: "";
  width: 17px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
}
.rt-rako-front .allergy .allergy-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0;
}
.rt-rako-front .allergy .allergy-content .box-allergy {
  background-color: #f1f1f1;
  padding: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.rt-rako-front .allergy .allergy-content .box-allergy p {
  margin: 0;
}
.rt-rako-front .allergy .allergy-content .box-allergy table {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.rt-rako-front .allergy .allergy-content .box-allergy table td, .rt-rako-front .allergy .allergy-content .box-allergy table th {
  font-size: 16px;
  line-height: 1.6;
  padding: 30px;
  border-top: 1px solid #ccc;
  text-align: left;
  color: #707070;
}
.rt-rako-front .allergy .allergy-content ul li {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 32px;
  position: relative;
  margin: 0.3em 0;
}
.rt-rako-front .allergy .allergy-content ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #707070;
  position: absolute;
  left: 0;
  top: 0.3em;
}