.contents {
  background-color: #F8F4E6;
  position: relative;
  padding: 110px 50px 130px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 50px 15px;
  }
}

section {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 30px;
  }
}

.bnrflx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.bnrflx a {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .bnrflx {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .bnrflx a {
    width: calc(50% - 7.5px);
  }
}

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

.menubox>li {
  width: calc(33% - 10px);
  line-height: 1.6;
  margin-top: 60px;
}

.menubox p {
  line-height: 1.6;
  margin-top: 10px;
}

.menubox p+span {
  margin-top: 5px;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

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

.menuname {
  font-size: 1.8rem;
  font-weight: 600;
}

.detail {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .menuname {
    font-size: 1.4rem;
  }
  .menubox p{
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .menubox p+span {
    font-size: 1.2rem;
  }

  .detail {
    font-size: 1.0rem;
  }

  .menubox>li {
    width: calc(50% - 7.5px);
    margin-top: 20px;
  }

  .menubox img {
    height: auto;
  }
}

.c-head5 {
  position: relative;
  z-index: 1;
}

.hotel {
  width: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .hotel {
    width: 100%;
  }

  .hotel li {
    font-size: 1.4rem;
  }

  .hotel+p {
    font-size: 1.4rem;
  }
}

.rst-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rst-intro img {
  width: 50%;
}

.rst-intro__txt {
  padding: 0 20px;
  line-height: 1.6;
}

.rst-intro__txt .r-list{
  margin-top: 20px;
  font-size: 1.4rem;
}

.rst-intro__txt .r-list li + li{
  margin-top: 5px;
}


@media screen and (max-width: 767px) {
  .rst-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .rst-intro img {
    width: 100%;
  }

  .rst-intro__txt {
    margin-top: 20px;
    padding: 0;
  }
  .rst-intro__txt .r-list{
    font-size: 1.4rem;
  }
}

#link01 .c-head3 {
  margin-top: 60px;
}

#link02 .c-head3 {
  margin-top: 60px;
}

.menubox2 {
  margin-top: 100px;
}

.menubox2__ttl {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
  margin-top: 10px;
}

.menubox2>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menubox2>li:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.menubox2>li>img {
  width: 35%;
}

.menubox2>li>div {
  width: calc(65% - 30px);
}

.menubox2>li+li {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .menubox2>li:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menubox2>li:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menubox2>li>img {
    width: 100%;
  }

  .menubox2>li>div {
    width: 100%;
  }
}

.r-list li {
  display: flex;
}