@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background-color: #d2aa50;
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

main .dddd {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(210, 170, 80, 0.9);
}

header .flex {
  align-items: center;
}

header a {
  color: #fff;
  font-size: 16px;
}

header .nav_area {
  width: 62%;
}

.frame {
  width: 1000px;
  margin: 0 auto;
}

a {
  color: #333;
}

.ch {
  font-family: "Microsoft Yahei", "PingHei", "sans-serif" !important;
}

.ko {
  font-family: "Malgun Gothic", "Yoon Gothic", "sans-serif" !important;
}

#s1 {
  height: 800px;
  width: 100%;
  min-width: 1000px;
  padding-top: 260px;
  background: url("../images/cover.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

#s2 {
  background: url("../images/concept.jpg") center center no-repeat;
  padding: 100px 0;
  color: #333;
}

#s2 .frame {
  height: 600px;
  display: flex;
  align-items: center;
}

#s2 .frame .jp {
  font-size: 30px;
}

#s2 .frame .en {
  margin-top: -6px;
  font-size: 21px;
}

#s2 .frame .txt {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.8rem;
}

.title {
  width: 100%;
  background-color: #c89628;
  text-align: center;
  padding: 5px 0;
}

.title h3 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
}

#s3 {
  background-color: #d2aa50;
}

#s3 h2 {
  margin: 0px 0 40px;
  padding-top: 140px;
  font-size: 36px;
  text-align: center;
  letter-spacing: .02rem;
  color: #fff;
}

#s3 .nav {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}

#s3 .nav li a {
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  line-height: 1.6rem;
  letter-spacing: .02rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  opacity: 1;
  transition: .6s;
  color: #333;
}

#s3 .nav li a span {
  display: block;
  font-size: 52%;
}

#s3 .nav li a:hover {
  opacity: .6;
  padding-left: 40px;
  padding-right: 40px;
}

#s3 .list1 {
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
}

#s3 .list1 li {
  margin: 20px 0 40px;
  padding: 35px 0px 35px 60px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

#s3 .list1 li .img {
  width: 50%;
}

#s3 .list1 li .txt {
  width: 50%;
}

#s3 .list1 li .txt span {
  display: block;
}

#s3 .list1 li .txt span.jp {
  font-size: 23px;
}

#s3 .list1 li .txt span.en, #s3 .list1 li .txt span.ch, #s3 .list1 li .txt span.ko, #s3 .list1 li .txt span.other {
  font-size: 15px;
  line-height: 1.45rem;
}

#s3 .list1 li .txt span.other {
  line-height: 1.3rem;
}

#s3 .list1 li .txt span.price {
  margin-top: 30px;
  font-size: 26px;
}

#s3 .list1 li .txt span.price b {
  display: block;
  font-weight: normal;
  font-size: 50%;
}

#s3 .list1.drink li {
  align-items: flex-start;
}

#s3 .list1.drink .drink_box {
  width: 50%;
  text-align: left;
  padding: 0 60px 0 30px;
}

#s3 .list1.drink .drink_box_in {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#s3 .list1.drink .drink_box_in span {
  display: block;
}

#s3 .list1.drink .drink_box_in span.jp {
  font-size: 26px;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

#s3 .list1.drink .drink_box_in span.en, #s3 .list1.drink .drink_box_in span.ch, #s3 .list1.drink .drink_box_in span.ko, #s3 .list1.drink .drink_box_in span.other {
  font-size: 15px;
  line-height: 1.45rem;
}

#s3 .list1.drink .drink_box_in span.other {
  line-height: 1.8rem;
}

#s3 .list1.drink .drink_box_in span.price {
  margin-top: 10px;
  font-size: 26px;
}

#s3 .list1.drink .drink_box_in:last-child {
  border: none;
}

#s4 {
  width: 100%;
  background: url("../images/gaikan.jpg") center center no-repeat;
  margin: 0 auto;
  height: 600px;
}

#s4 .frame {
  width: 1000px;
}

#s4 h4 {
  font-weight: normal;
  font-size: 28px;
}

#s4 .txt {
  margin-left: 440px;
  padding-top: 100px;
  width: 560px;
  font-size: 15px;
  color: #333;
}

#s4 .txt table {
  width: 100%;
}

#s4 .txt table th {
  border-bottom: 1px solid #d2aa50;
  padding: 23px 30px 8px;
  font-weight: normal;
}

#s4 .txt table td {
  border-bottom: 1px solid #d2aa50;
  padding: 23px 0 8px;
}

#s4 .txt table td a {
  display: inline-block;
  margin-left: .5rem;
  background-color: #999999;
  padding: 0 .4rem;
  color: #fff;
  text-align: center;
}

footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  background-color: #d2aa50;
  padding: 90px 0;
  color: #fff;
}

footer .link_box {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
}

footer .link_box li {
  padding: 0 4px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  header .nav_area {
    width: 72%;
    padding-right: 10px;
  }
  img {
    max-width: 100% !important;
  }
  .frame {
    width: 95%;
  }
  #s1 {
    width: 100%;
    min-width: 100px;
  }
  #s2 .frame {
    display: flex;
    align-items: center;
  }
  #s2 .frame .box {
    background-color: #fff;
    padding: 20px 10px;
  }
  #s2 .frame .jp {
    font-size: 29px;
  }
  #s2 .frame .en {
    margin-top: -6px;
    font-size: 16px;
  }
  #s2 .frame .txt {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.8rem;
  }
  #s3 .nav li a {
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  #s3 .nav li a:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
  #s3 .list1 {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
  }
  #s3 .list1 li {
    margin: 20px 0 40px;
    padding: 35px 0px 35px 60px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #s3 .list1 li .img {
    width: 50%;
  }
  #s3 .list1 li .txt {
    width: 50%;
  }
  #s3 .list1 li .txt span {
    display: block;
  }
  #s3 .list1 li .txt span.jp {
    font-size: 26px;
  }
  #s3 .list1 li .txt span.en, #s3 .list1 li .txt span.ch, #s3 .list1 li .txt span.ko, #s3 .list1 li .txt span.other {
    font-size: 15px;
    line-height: 1.45rem;
  }
  #s3 .list1 li .txt span.other {
    line-height: 1.3rem;
  }
  #s3 .list1 li .txt span.price {
    margin-top: 30px;
    font-size: 26px;
  }
  #s3 .list1.drink li {
    align-items: flex-start;
  }
  #s3 .list1.drink .drink_box {
    width: 50%;
    text-align: left;
    padding: 0 60px 0 30px;
  }
  #s3 .list1.drink .drink_box_in {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #s3 .list1.drink .drink_box_in span {
    display: block;
  }
  #s3 .list1.drink .drink_box_in span.jp {
    font-size: 26px;
  }
  #s3 .list1.drink .drink_box_in span.en, #s3 .list1.drink .drink_box_in span.ch, #s3 .list1.drink .drink_box_in span.ko, #s3 .list1.drink .drink_box_in span.other {
    font-size: 15px;
    line-height: 1.45rem;
  }
  #s3 .list1.drink .drink_box_in span.other {
    line-height: 1.3rem;
  }
  #s3 .list1.drink .drink_box_in span.price {
    margin-top: 10px;
    font-size: 26px;
  }
  #s3 .list1.drink .drink_box_in:last-child {
    border: none;
  }
  #s4 {
    width: 100%;
    background: url("../images/gaikan.jpg") -500px center no-repeat;
    margin: 0 auto;
    min-height: 600px;
  }
  #s4 .frame {
    width: 100%;
  }
  #s4 h4 {
    font-weight: normal;
    font-size: 20px;
  }
  #s4 .txt {
    margin-left: 0px !important;
    padding-left: 320px;
    padding-top: 120px;
    width: 100%;
    font-size: 15px;
  }
  #s4 .txt table {
    width: 100%;
  }
  #s4 .txt table th {
    width: 30%;
    border-bottom: 1px solid #d2aa50;
    padding: 23px 30px 8px;
    font-weight: normal;
  }
  #s4 .txt table td {
    width: 70%;
    border-bottom: 1px solid #d2aa50;
    padding: 23px 0 8px;
  }
  #s4 .txt table td a {
    display: inline-block;
    margin-left: .5rem;
    background-color: #999999;
    padding: 0 .4rem;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  main {
    max-width: auto;
  }
  header {
    display: none;
  }
  .frame {
    width: 90%;
  }
  #s1 {
    height: 500px;
    min-width: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/cover.jpg") center center no-repeat;
    background-size: 900px;
  }
  #s1 img {
    width: 100px;
  }
  #s2 {
    background: url("../images/concept_sp.jpg") center bottom no-repeat;
    background-color: #fff;
    padding: 30px 0 0;
  }
  #s2 .frame {
    height: auto;
    display: block;
    padding-bottom: 450px;
  }
  #s2 .frame .box {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  #s2 .frame .jp {
    font-size: 20px;
  }
  #s2 .frame .en {
    margin-top: -1px;
    font-size: 14px;
  }
  #s2 .frame .txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8rem;
  }
  .title {
    width: 100%;
  }
  .title h3 {
    font-size: 21px;
    margin: 0 auto;
  }
  #s3 h2 {
    margin: 0px 0 30px;
    padding-top: 70px;
    font-size: 28px;
  }
  #s3 .nav {
    width: 100%;
    margin: 0 auto 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #s3 .nav li {
    width: 33.3%;
    padding: 0 0 3px;
    margin-bottom: 10px;
    display: flex;
    min-height: 60px;
    align-items: center;
    vertical-align: bottom;
    border-bottom: 1px solid #fff;
  }
  #s3 .nav li a {
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 1.3rem;
    border: none;
  }
  #s3 .nav + .nav {
    margin-bottom: 40px;
  }
  #s3 .list1 {
    padding: 10px 0;
    width: 100%;
  }
  #s3 .list1 li {
    margin: 10px 0 15px;
    padding: 10px;
    text-align: center;
    display: block;
    justify-content: none;
    align-items: none;
  }
  #s3 .list1 li .img {
    width: 100%;
  }
  #s3 .list1 li .txt {
    width: 100%;
    margin-top: 16px;
  }
  #s3 .list1 li .txt span {
    display: block;
  }
  #s3 .list1 li .txt span.jp {
    font-size: 19px;
  }
  #s3 .list1 li .txt span.en, #s3 .list1 li .txt span.ch, #s3 .list1 li .txt span.ko, #s3 .list1 li .txt span.other {
    font-size: 13px;
    line-height: 1.45rem;
  }
  #s3 .list1 li .txt span.other {
    line-height: 1rem;
  }
  #s3 .list1 li .txt span.price {
    margin-top: 15px;
    font-size: 21px;
  }
  #s3 .list1.drink li {
    align-items: flex-start;
  }
  #s3 .list1.drink .drink_box {
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  #s3 .list1.drink .drink_box_in {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #s3 .list1.drink .drink_box_in span {
    display: block;
  }
  #s3 .list1.drink .drink_box_in span.jp {
    font-size: 21px;
  }
  #s3 .list1.drink .drink_box_in span.en, #s3 .list1.drink .drink_box_in span.ch, #s3 .list1.drink .drink_box_in span.ko, #s3 .list1.drink .drink_box_in span.other {
    font-size: 13px;
    line-height: 1.45rem;
  }
  #s3 .list1.drink .drink_box_in span.other {
    line-height: 1.3rem;
  }
  #s3 .list1.drink .drink_box_in span.price {
    margin-top: 10px;
    font-size: 21px;
  }
  #s4 {
    width: 100%;
    height: auto;
    background: url("../images/gaikan_sp.jpg") top center no-repeat;
    padding-top: 300px;
  }
  #s4 .frame {
    width: 100%;
  }
  #s4 h4 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
  }
  #s4 .txt {
    width: 85%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    font-size: 15px;
  }
  #s4 .txt table {
    width: 100%;
  }
  #s4 .txt table th {
    display: block;
    width: 100%;
    border-bottom: 0px solid #d2aa50;
    padding: 10px 0 0;
    font-weight: normal;
  }
  #s4 .txt table td {
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d2aa50;
    padding: 4px 0 8px;
  }
  footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    padding: 40px 0 20px;
  }
  footer .link_box {
    display: block;
    margin: 0 auto 40px;
  }
  footer .link_box li {
    padding: 0 10px;
  }
}
