@charset "UTF-8";
body {
  position: relative;
}

section {
  padding: 0 0 20px;
}

.section-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 14px;
  color: #D7939C;
}

html {
  scroll-behavior: smooth;
}

.box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-btn__item {
  width: calc(25% - 6px);
  text-align: center;
  border-radius: 10px;
  padding: 16px 0px;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: 0 5px 12px #ebebeb;
          box-shadow: 0 5px 12px #ebebeb;
  margin-right: 8px;
  margin-bottom: 10px;
  background: #ffffffe8;
  display: block;
}

.box-btn__item:nth-of-type(4n) {
  margin-right: 0;
}

.box-btn__item p {
  font-size: 9px;
  margin: 0;
}

.box-btn__item--img {
  width: 20px;
  margin-bottom: 5px;
}

.top-page {
  position: relative;
  min-height: calc(100vh - 96px);
}

.area-section {
  background: #FD8E7F;
  margin-top: -1px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.area-section .section-title {
  color: #fff;
}

.area-section .box-btn__item {
  -webkit-box-shadow: 0 5px 12px #0000001c;
          box-shadow: 0 5px 12px #0000001c;
}

.article-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-slider__item {
  width: calc(50% - 5px);
  margin-right: 10px;
  display: block;
  margin-right: 10px;
}

.article-slider__item--img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.article-slider__item:last-of-type {
  margin-right: 0;
}

.search-area {
  background: #FD8E7F;
  padding: 20px 0 20px;
  margin-top: -1px;
}

.search-area__box {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.search-area__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-area__box input[type="text"] {
  width: calc(100% - 43px);
  border: none;
  padding: 13px;
  background: none;
  color: #555555;
}

.search-area__box input:focus {
  outline: none;
}

.search-area__box button {
  height: 45px;
  width: 43px;
  display: block;
  position: relative;
  background: none;
  border: none;
}

.search-area__box--img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
  width: 20px;
}

.search-area__box p {
  font-size: 12px;
  margin: 0;
}

.list-title {
  color: #fff;
  margin-left: 15px;
  margin-bottom: 25px;
}

.list-area {
  border-radius: 23px;
  margin-top: -30px;
  padding: 20px 0;
  background: #fff;
}

.shop-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.shop-list__item {
  -webkit-box-shadow: 0 2px 7px #e8e8e8;
          box-shadow: 0 2px 7px #e8e8e8;
  padding-bottom: 10px;
  border-radius: 13px;
  margin-bottom: 20px;
}

.list-image {
  width: 100%;
  position: relative;
}

.list-image__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-image__text {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.list-image__text--title {
  font-size: 22px;
  color: #fff;
  margin: 6px 0;
  font-weight: normal;
  text-shadow: 0 2px 4px #555555;
}

.list-image__text--content {
  color: #fff;
  margin: 5px 0;
  font-size: 12px;
  text-shadow: 0 2px 4px #555555;
}

.list-image__interview {
  position: absolute;
  font-size: 11px;
  right: 0px;
  top: 0px;
  color: #fff;
  background: #f49589;
  padding: 10px;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px #a1a1a1;
          box-shadow: 0 2px 4px #a1a1a1;
}

.list-image__noimage {
  padding: 10px 10px 0 10px;
}

.list-image__noimage--title {
  font-size: 22px;
  color: #7c7c7c;
  margin: 6px 0;
  font-weight: normal;
}

.list-image__noimage--content {
  color: #7c7c7c;
  margin: 5px 0;
  font-size: 12px;
}

.list-imagesource {
  text-align: right;
  display: block;
  padding-right: 15px;
  font-size: 10px;
  color: #c6c6c6;
  margin-top: -18px;
  z-index: 1;
  position: relative;
}

.list-feature {
  list-style: none;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.list-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 4px #e2e2e2;
          box-shadow: 0 2px 4px #e2e2e2;
  width: calc(100%/3 - 4px);
  border-radius: 5px;
  padding: 5px 5px;
  margin-right: 6px;
  margin-bottom: 5px;
}

.list-feature__item:nth-of-type(3n) {
  margin-right: 0;
}

.list-feature__item--icon {
  height: 16px;
  margin-right: 5px;
}

.list-feature__item--text {
  font-size: 9px;
  margin: 0;
}

.list-text {
  font-size: 11px;
  line-height: 18px;
  padding: 0 10px;
  margin-bottom: 0;
}

.small-cal {
  padding: 0 10px;
  margin-top: 10px;
  width: 100%;
}

.small-cal tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.small-cal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #dadada;
  border-right: none;
  width: calc(100%/7);
}

.small-cal__item:last-of-type {
  border: solid 1px #dadada;
}

.small-cal__item--day {
  font-weight: normal;
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #dadada;
}

.small-cal__item--week {
  padding: 2px;
  border-bottom: solid 1px #dadada;
  font-size: 11px;
}

.small-cal__item--status {
  padding: 5px;
  font-size: 14px;
}

.weekday {
  background: #eaeaea;
}

.saturday {
  background: #b8dadf;
  color: #5081ff;
}

.sunday {
  background: #f5abab;
  color: #ed6767;
}

.back-mark {
  background: #fafafa;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 10px;
  width: 35px;
  height: 35px;
}

.back-mark::before {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-right: #fd8e7f 2px solid;
  border-bottom: #fd8e7f 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.shop-section {
  background: #FD8E7F;
  padding-top: 6px;
  margin-top: -1px;
}

.shop-block {
  background: #fff;
  -webkit-box-shadow: 0 0px 9px #47474754;
          box-shadow: 0 0px 9px #47474754;
  border-radius: 13px 13px 0 0;
  position: relative;
  padding-bottom: 60px;
  min-height: calc(100vh - 105px);
}

.detail-image {
  width: 100%;
  height: 60vh;
  position: relative;
  padding: 15px 15px 0;
}

.detail-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}

.detail-image__text {
  left: 20px;
  bottom: 10px;
  position: absolute;
  width: calc(100% - 40px);
}

.detail-image__text--title {
  font-size: 21px;
  color: #fff;
  margin: 6px 0;
  font-weight: normal;
  text-shadow: 0 2px 4px #555555;
}

.detail-image__text--content {
  color: #fff;
  margin: 5px 0;
  font-size: 12px;
  text-shadow: 0 2px 4px #555555;
}

.detail-image__interview {
  position: absolute;
  font-size: 11px;
  right: 15px;
  top: 20px;
  color: #fff;
  background: #f49589;
  padding: 10px;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px #a1a1a1;
          box-shadow: 0 2px 4px #a1a1a1;
}

.image-source {
  text-align: right;
  display: block;
  padding-right: 15px;
  font-size: 10px;
  color: #a5a5a5;
  margin-top: 5px;
}

.recommended-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommended-age__item {
  width: calc(100%/3 - 4px);
  text-align: center;
  border-radius: 10px;
  padding: 9px 0px;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: 0 5px 12px #ebebeb;
          box-shadow: 0 5px 12px #ebebeb;
  margin-right: 6px;
  margin-bottom: 10px;
  background: #ffffffe8;
  display: block;
}

.recommended-age__item:last-of-type {
  margin-right: 0;
}

.recommended-age__item--img {
  width: 20px;
  margin-bottom: 5px;
}

.recommended-age__item--text {
  font-size: 9px;
  margin: 0;
}

.detail-feature {
  padding: 0 15px;
  margin: 15px 0;
}

.more-feature {
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 10px 50px;
  margin: 0 auto;
  display: block;
  width: 160px;
}

.more-feature:before {
  content: "";
  position: absolute;
  border: solid 1px #dadada;
  left: 35px;
  top: 12px;
  height: 9px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.more-feature:after {
  content: "";
  position: absolute;
  border: solid 1px #dadada;
  left: 39px;
  top: 12px;
  height: 9px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

label[for="moreFeature"] {
  font-size: 12px;
  margin: 0 auto;
  display: block;
  width: 150px;
  text-align: center;
  position: relative;
  color: #777777;
  padding: 10px;
}

label[for="moreFeature"]::before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-right: #777777 1px solid;
  border-bottom: #777777 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.more-feature {
  display: none;
}

input.more-feature:checked + label::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 14px;
}

.more-feature:checked ~ .more-detail {
  display: block;
}

.more-detail {
  display: none;
  font-size: 11px;
  text-align: left;
}

.more-detail tbody {
  display: block;
}

.more-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more-detail__item--name {
  border: none;
  border-bottom: solid 1px #dadada;
  font-weight: normal;
  width: 120px;
  padding: 5px;
  border-right: solid 1px #dadada;
}

.more-detail__item--content {
  border: none;
  border-bottom: solid 1px #dadada;
  padding: 5px;
  width: calc(100% - 120px);
}

.more-detail__item:first-of-type .more-detail__item--name {
  border-top: solid 1px #dadada;
}

.more-detail__item:first-of-type .more-detail__item--content {
  border-top: solid 1px #dadada;
}

.tab {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}

.tab input {
  display: none;
}

.tab__item {
  display: block;
  width: 20%;
  padding: 12px 0;
  background-color: #efddd8;
  font-size: 11px;
  text-align: center;
  color: #D5979F;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: solid 1px #EDA6AF;
  border-right: solid 1px #fff;
  border-radius: 5px 5px 0 0;
}

.tab__item:hover {
  opacity: 0.75;
}

.tab__item:last-of-type {
  border-right: none;
}

.tab__content {
  display: none;
  padding: 10px 10px 30px 10px;
  clear: both;
  overflow: hidden;
}

.tab__content--title {
  color: #D5979F;
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 15px;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}

.tab__content--text {
  font-size: 13px;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.tab__content--map {
  width: 100%;
  height: 220px;
}

.tab__content--img {
  width: 100%;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
  display: block;
}

.tab input:checked + .tab__item {
  background-color: #EDA6AF;
  color: #ffffff;
}

.menu-link {
  margin-bottom: 20px;
}

.menu-link__title {
  font-size: 13px;
  position: relative;
  padding-left: 11px;
  margin-right: 5px;
}

.menu-link__title:before {
  content: "▼";
  color: #b9b9b9;
  font-size: 9px;
  position: absolute;
  bottom: 2px;
  left: 0px;
}

.menu-item {
  margin-bottom: 10px;
}

.menu-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-item__title p {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.menu-item__title--price {
  margin: 0 0 0 auto;
}

.menu-item__img {
  width: 100%;
}

.menu-table {
  font-size: 13px;
  width: 100%;
}

.menu-table__item--name {
  text-align: left;
  font-weight: normal;
}

.menu-table__item--price {
  text-align: right;
}

.img-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-tab__item {
  width: calc((100% - 2px) / 3);
  margin-right: 1px;
  margin-bottom: 1px;
}

.img-tab__item:nth-child(3n) {
  margin-right: 0;
}

.review-add-btn {
  background: #eea6af;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  margin: 10px auto 20px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-item {
  border-bottom: solid 1px #dadada;
  padding-top: 10px;
  padding-bottom: 15px;
}

.review-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-item__header--img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.review-item__header p {
  font-size: 11px;
  margin: 0;
}

.review-item__header .review-username {
  font-size: 16px;
}

.review-item__header .review-childinfo {
  position: relative;
}

.review-item__date {
  font-size: 11px;
  text-align: right;
  margin: 0;
}

.review-item__info {
  color: #909090;
  margin-top: 15px;
  font-size: 14px;
}

.review-item__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review-item__images--item {
  width: calc((100% - 2px) / 3);
  margin-right: 1px;
  margin-bottom: 1px;
}

.review-item__images--item:nth-child(3n) {
  margin-right: 0;
}

.review-item__moreimg {
  background: none;
  border: none;
  margin: 0 auto;
  display: block;
  font-size: 11px;
  color: #909090;
}

.follow-area {
  background: #edcdcda6;
  position: fixed;
  bottom: 0;
  padding: 15px 10px;
  width: 100%;
}

.follow-area__btn {
  background: #fd8e7f;
  padding: 10px 5px;
  display: block;
  width: 250px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
}

.form-area {
  padding: 15px 15px 0;
}

.form-area p {
  color: #5d5d5d;
  margin-top: 0px;
}

.form-area textarea {
  padding: 5px;
  width: 100%;
}

.form-area h3 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}

.form-area label {
  display: block;
  margin-bottom: 3px;
}

.form-area select {
  display: block;
  padding: 5px;
  width: 100%;
}

.form-area input[type="text"] {
  width: 100%;
  padding: 5px;
}

.form-area .helptext {
  color: #9d9d9d;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  margin-bottom: 25px;
}

.form-area div#id_feature_categories {
  margin-top: -10px;
  color: #5d5d5d;
}

.form-area__title {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #e98996;
}

.form-area__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-area__children--block {
  border-bottom: solid 1px #dadada;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-area__children--block .review-child-title {
  color: #5d5d5d;
  width: 80px;
  font-size: 13px;
}

.form-area__children--block p {
  width: calc(50% - 45px);
  margin-bottom: 0;
}

.form-area__children--block p:nth-of-type(2n -1) {
  padding-right: 5px;
}

.form-area__children--block p:nth-of-type(2n) {
  padding-left: 5px;
}

.form-area__children--block p label {
  font-size: 10px;
}

.form-area input[type="file"] {
  color: #909090;
  font-size: 14px;
}

.form-area input[type="file"]::file-selector-button {
  color: #4c4c4c;
}

.form-area__postbtn {
  width: 100%;
  background: #eea6af;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.thanks-page {
  padding: 15px 15px 0;
}

.thanks-page__en {
  margin: 0;
  margin-top: 70px;
  margin-bottom: 10px;
  color: #e98996;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.thanks-page__ja {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.thanks-page__restaurant-name {
  text-decoration: underline;
  margin-top: -10px;
  display: block;
}

.point-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.point-big__mark {
  background: #f7cd3d;
  font-size: 25px;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
  color: #fff;
}

.point-big__num {
  color: #f5c842;
  font-size: 30px;
  margin-left: 5px;
}

.point-big__text {
  padding-top: 4px;
  margin-left: 3px;
  color: #f5c842;
  font-size: 21px;
}

.point-big__get {
  text-align: center;
  color: #f5c842;
  font-size: 28px;
}

body {
  max-width: 500px;
  margin: 0 auto;
}

.nav.active {
  max-width: 500px;
  margin: 0 auto;
}

.tab__item3 {
  display: block;
  width: calc(100% / 3);
  padding: 12px 0;
  background-color: #efddd8;
  font-size: 11px;
  text-align: center;
  color: #D5979F;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: solid 1px #EDA6AF;
  border-right: solid 1px #fff;
  border-radius: 5px 5px 0 0;
}

.tab__item3:hover {
  opacity: 0.75;
}

.tab__item3:last-of-type {
  border-right: none;
}

.tab input:checked + .tab__item3 {
  background-color: #EDA6AF;
  color: #ffffff;
}
/*# sourceMappingURL=restaurant.css.map */