@charset "utf-8";

.dinner_buffet {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #ffe4de;
  padding: 0 0 100px;
}

.dinner_buffet a:hover {
  opacity: 0.7;
}

.dinner_buffet p {
  margin: 0;
}

.dinner_buffet h2 {
  text-align: center;
  margin: 142px 0 0;
  padding: 5px 0 40px;
  background: url('../img/bg_main.jpg') no-repeat 50% 0;
  background-size: cover;
}

.dinner_buffet h2 img.pcimg {
  display: block;
  margin: 0 auto;
}
.dinner_buffet h2 img.spimg {
  display: none;
  margin: 0 auto;
}

.sec_explain .sec_explain_inner {
  max-width: 1290px;
  margin: 0 auto;
  background: url('../img/explain.png') no-repeat 100% 50%;
  box-sizing: border-box;
  padding: 50px 660px 100px 0;
}

.sec_explain h3 {
  font-size: 58px;
  color: #db4f2e;
}

.sec_explain h3 span {
  display: block;
  padding: 0 0 0 70px;
}

.sec_explain p {
  margin: 50px 0 0;
  font-size: 20px;
  color: #db4f2e;
  font-weight: bold;
}

.sec_howto {
  background: #fff;
}

.sec_howto .sec_howto_inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 110px 0 70px;
  box-sizing: border-box;
  padding-left: 668px;
  background: url('../img/howto.png') no-repeat 20px 50%;
}

.sec_howto h3 {
  font-size: 30px;
  color: #db4f2e;
  font-weight: bold;
}

.sec_howto ul {
  margin: 0;
  padding: 0;
}

.sec_howto ul li strong {
  position: relative;
  display: block;
  width: 80%;
  background: #db4f2e;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  border-radius: 20px;
  padding: 5px 0 5px 48px;
  margin: 30px 0 20px;
  font-weight: bold;
}

.sec_howto ul li strong:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}

.sec_howto ul li p {
  color: #db4f2e;
  font-size: 20px;
  font-weight: bold;
}

.sec_nav {
  background: #fff;
}

.sec_nav .sec_nav_inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 140px 0 80px;
  background: url('../img/sec_nav_before.png') no-repeat 50% 40px;
}

.sec_nav_list {
  display: flex;
  flex-wrap: wrap;
}

.sec_nav_list li {
  width: 50%;
  margin: 20px 0 0;
  box-sizing: border-box;
  padding: 0 30px;
}

.sec_nav_list li a {
  display: flex;
  align-items: center;
}

.sec_nav_list li a strong {
  width: 10%;
  font-size: 40px;
  color: #db4f2e;
  font-weight: normal;
}

.sec_nav_list li a span {
  width: 90%;
  font-size: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #ffe4de;
  line-height: 1;
  font-weight: bold;
}

.sec_nav p {
  text-align: center;
  margin: 40px 0 0;
}

.sec_nav p span {
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  background: #db4f2e;
  border-radius: 15px;
  font-size: 20px;
}

.sec_nav_list-alcohol.sec_nav_list li a strong {
  color: #ffb900;
}

.sec_nav_list-alcohol.sec_nav_list li a span {
  background: #fff1cc;
}

.sec_list {
  margin: 90px 0;
}

.list_inner {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 45px;
}

.list_inner:before {
  content: "";
  display: block;
  width: 516px;
  height: 215px;
  background: url('../img/ttl_before.png') no-repeat 50% 50%;
  position: absolute;
  left: -165px;
  top: -20px;
}

.list_inner:after {
  content: "";
  display: block;
  width: 466px;
  height: 194px;
  background: url('../img/ttl_after.png') no-repeat 50% 50%;
  position: absolute;
  right: -165px;
  top: 5px;
}

.sec_list h3 {
  position: relative;
  text-align: center;
  margin: 0 0 45px;
}

.sec_list h3 span {
  vertical-align: middle;
  display: inline-block;
  width: 137px;
  height: 114px;
  background: url('../img/ttl_num.png') no-repeat 50% 50%;
  text-align: center;
  line-height: 114px;
  color: #cc5c4b;
  font-size: 40px;
  margin: 0 30px 0 0;
}

.sec_list h3 strong {
  color: #cc5c4b;
  vertical-align: middle;
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  text-align: left;
}

.sec_list h3 strong b {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.sec_list .list_explain {
  padding: 0 130px;
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  color: #606060;
}

.sec_list .b_img {
  margin: 0;
}

.sec_list .b_img img {
  width: 100%;
}

.sec_list .s_img {
  display: flex;
}

.sec_list .s_img figure {
  flex: 1;
  margin: 0;
}

.sec_list .s_img figure:last-child {
  margin: 0 0 0 24px;
}

.sec_list .s_img figure img {
  border: 28px solid #ffc44c;
}

.list_info {
  position: relative;
  background: url('../img/bg_info.png') repeat 0 0;
  border-radius: 20px;
  padding: 35px;
  margin: 40px 0 60px;
}

.list_info:last-child {
  margin-bottom: 0;
}

.list_info:after {
  content: "";
  display: block;
  width: 370px;
  height: 280px;
  background: url('../img/dinner_time.png') no-repeat 50% 50%;
  position: absolute;
  top: -15px;
  left: -15px;
}

.list_info .list_info_inner {
  background: #fff url('../img/bg_info_inner.png') no-repeat 50% 0;
  text-align: center;
  padding: 20px 280px 35px;
  border-radius: 20px;
}

.list_info h4 {
  font-size: 30px;
  color: #bf834c;
  margin: 30px 0;
}

.list_info ul li {
  padding: 15px 0 15px 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  background: url('../img/ico_chk.png') no-repeat 0 13px;
  text-align: left;
}

.recommend_plan {
  margin: 40px 0;
  padding: 0 40px;
}

.recommend_plan span {
  display: block;
  padding: 5px 0;
  font-size: 19px;
  color: #fff !important;
  background: #db4f2e;
  border-radius: 20px;
}

.recommend_plan a {
  display: block;
  text-align: left;
  margin: 20px 0 0;
  font-size: 18px;
  text-decoration: underline!important;
}

.recommend_plan a:before {
  /* content: "・"; */
}

.all_plan a {
  display: inline-block;
  background: #ffe4de;
  border-radius: 20px;
  padding: 25px 15px;
  color: #db4f2e !important;
  font-size: 25px;
  line-height: 1;
}

.all_plan a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #db4f2e;
  margin: 0 10px 0 15px;
}

.sec_list_alcohol .alcohol_plan {
  text-align: center;
}

.sec_list_alcohol .alcohol_plan p {
  position: relative;
  font-size: 58px;
  color: #d7a729;
  line-height: 1.2em;
  margin: 15px 0 70px;
}

.sec_list_alcohol .alcohol_plan p:before {
  position: absolute;
  left: -90px;
  top: -100px;
  content: "";
  width: 247px;
  height: 257px;
  background: url('../img/alcohol_before.png') no-repeat 50% 50%;
}

.sec_list_alcohol .alcohol_plan p:after {
  position: absolute;
  right: -170px;
  top: -60px;
  content: "";
  width: 383px;
  height: 232px;
  background: url('../img/alcohol_after.png') no-repeat 50% 50%;
}

.sec_list.sec_list_alcohol .list_inner:before,
.sec_list.sec_list_alcohol .list_inner:after {
  display: none;
}

.sec_list.sec_list_alcohol h3 strong,
.sec_list.sec_list_alcohol h3 span {
  color: #d7a729;
}

.sec_list.sec_list_alcohol .recommend_plan span {
  background: #d7a729;
}

.sec_list.sec_list_alcohol .all_plan a {
  color: #d7a729 !important;
  background: #fff1cb;
}

.sec_list.sec_list_alcohol .all_plan a:after {
  border-color: transparent transparent transparent #d7a729;
}

.lastsize {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .dinner_buffet {
    overflow: hidden;
  }
  .dinner_buffet h2 {
    margin: 70px 0 0;
    padding: 3% 10%;
  }

  .dinner_buffet h2 img.pcimg {
    display: none;
  }
  .dinner_buffet h2 img.spimg {
    display: block;
  }

  .sec_explain .sec_explain_inner {
    padding: 8% 5%;
    background: none;
  }
  .sec_explain h3 {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
  }
  .sec_explain h3 span {
    display: inline;
    padding: 0;
  }
  .sec_explain p {
    margin: 5% 0 0;
    font-size: 3.4vw;
  }
  .sec_explain p br {
    /* display: none; */
  }
  .sec_howto .sec_howto_inner {
    padding: 8% 10vw 46vw;
    background: url('../img/howto_sp.png') no-repeat 50% 100%;
    background-size: 100%;
  }
  .sec_howto h3 {
    font-size: 5vw;
  }
  .sec_howto ul li strong {
    width: 100%;
    font-size: 3vw;
    padding: 1vw 0 1vw 7vw;
    margin: 5% 0 3%;
  }
  .sec_howto ul li p {
    font-size: 3vw;
  }
  .sec_howto ul li strong:before {
    width: 4vw;
    height: 4vw;
    left: 1.5vw;
    margin-top: -2vw;
  }
  .sec_nav .sec_nav_inner {
    padding: 0 10%;
    background: none;
  }
  .sec_nav {
    padding: 5% 0;
  }
  .sec_nav_list {
    display: block;
    padding: 0;
  }
  .sec_nav_list li {
    width: 100%;
    margin: 3% 0 0;
    padding: 0;
  }
  .sec_nav_list li a strong {
    width: 13%;
    font-size: 6vw;
  }
  .sec_nav_list li a span {
    width: 87%;
    font-size: 3vw;
    padding: 3% 0 3% 3%;
  }
  .sec_nav p span {
    display: block;
    font-size: 3.2vw;
    padding: 1% 0;
    border-radius: 10vw;
  }
  .sec_nav p {
    margin: 8% 0 4%;
  }
  .sec_list {
    margin: 8% 0;
  }
  .list_inner {
    max-width: 90%;
    padding: 5% 3%;
  }
  .list_inner:before {
      width: 40vw;
      height: 21vw;
      left: -10vw;
      top: -5vw;
      background-size: 100%;
  }
  .list_inner:after {
      width: 40vw;
      height: 21vw;
      right: -10vw;
      top: -5vw;
      background-size: 100%;
  }
  .sec_list h3 {
    margin: 0 0 7%;
  }
  .sec_list h3 span {
      width: 20vw;
      height: 20vw;
      background-size: 100%;
      line-height: 20vw;
      font-size: 7vw;
      margin: 0;
  }
  .sec_list h3 strong {
    display: block;
    font-size: 4vw;
    text-align: center;
    margin: 2vw 0 0;
  }
  .sec_list h3 strong b {
    font-size: 5vw;
    margin: 2vw 0 0;
  }
  .sec_list .list_explain {
    padding: 0;
    font-size: 14px;
  }
  .sec_list .s_img {
    display: block;
  }
  .sec_list .s_img figure {
    flex: none;
  }
  .sec_list .s_img figure:last-child {
    margin: 0;
  }
  .sec_list .s_img figure img {
    border-width: 2.5vw;
  }
  .sec_list .s_img figure:last-child img {
    border-top: 0 none;
  }
  .list_info .list_info_inner {
    padding: 5%;
    background-image: none;
    border-radius: 3vw;
  }
  .list_info ul {
    padding: 0;
  }
  .list_info:after {
      width: 35vw;
      height: 27vw;
      background-size: 100%;
      top: 0vw;
      left: -6vw;
  }
  .list_info h4 {
    font-size: 5vw;
    margin: 5% 0;
  }
  .list_info {
    padding: 5%;
    border-radius: 3vw;
  }
  .list_info ul li {
    padding: 2% 0 2% 10%;
    font-size: 3vw;
    background-size: 4vw;
    background-position: 0 1.8vw;
  }
  .recommend_plan {
    margin: 6% 0 8%;
    padding: 0;
  }
  .recommend_plan span {
    padding: 1% 0;
    font-size: 3vw;
  }
  .recommend_plan a {
    font-size: 3vw;
    margin: 4% 0 0;
  }
  .all_plan a {
      border-radius: 4vw;
      padding: 5%;
      font-size: 4vw;
  }
  .all_plan a:after {
      border-width: 1.5vw 0 1.5vw 2vw;
      margin: 0 0 0 2vw;
  }
  .sec_list_alcohol .alcohol_plan p {
    font-size: 5vw;
    margin: 5% 0 10%;
  }
  .sec_list_alcohol .alcohol_plan p:before {
      left: -9vw;
      top: -10vw;
      width: 20vw;
      height: 26vw;
      background-size: 100%;
  }
  .sec_list_alcohol .alcohol_plan p:after {
      right: -8vw;
      top: 15vw;
      width: 30vw;
      height: 17vw;
      background-size: 100%;
  }
  .only_pc {
    display: none;
  }

  .lastsize {
    font-size: 14px;
  }
}