@charset "UTF-8";
/* 下層ページ共通
---------------------------------------------------------------------------- */
.title-area {
  padding: 200px 0 50px;
  text-align: center;
  background-color: #000;
}
.title-area h1 {
  font-size: 3.125em;
  color: #c9b493;
  letter-spacing: 0;
  line-height: 1em;
}
.title-area h1 span {
  display: block;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.topicpath {
  background-color: #000;
}
.topicpath ul {
  display: flex;
  font-size: 0.75em;
  line-height: 1em;
  color: #dcdcdc;
}
.topicpath ul li a {
  color: #dcdcdc;
  transition: .25s;
}
.topicpath ul li a:hover {
  color: #fff;
}
.topicpath ul li + li {
  position: relative;
  padding-left: 2em;
}
.topicpath ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.bgarea {
  position: relative;
  background-color: inherit;
  padding: 0;
}
.bgarea::before {
  content: "";
  display: block;
  padding-top: 37.08%;
}
.bgarea::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-position: center;
  background-size: cover;
  opacity: 1;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

/*ABOUT
---------------------------------------------------------------------------- */
.p-about h2 {
  font-size: 2.25em;
  margin-bottom: 0.75em;
}
.p-about .message {
  padding: 100px 0;
}
.p-about .message .flexbox {
  justify-content: center;
}
.p-about .message .imagebox {
  width: 437px;
  padding-right: 70px;
}
.p-about .message .textbox {
  width: calc(100% - 437px);
  max-width: 530px;
}
.p-about .message .textbox p {
  font-size: 1.1em;
}
.p-about .message .textbox .signature {
  text-align: right;
  margin-top: 2em;
}
.p-about .company {
  padding: 100px 0;
}
.p-about .company h2 {
  text-align: center;
  margin-bottom: 1.75em;
}
.p-about .company dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125em;
}
.p-about .company dl dt {
  width: 150px;
  padding-right: 1em;
  padding-bottom: 1em;
}
.p-about .company dl dd {
  width: calc(100% - 150px);
  padding-bottom: 2em;
}
.p-about .bgarea::after {
  background-image: url(../image/about/about_imageborder.jpg);
}

/*PRICE/SYSTEM
---------------------------------------------------------------------------- */
.p-price-system section {
  padding: 100px 0;
}
.p-price-system section .lead {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 100px;
}
.p-price-system section ul li {
  display: flex;
  margin-bottom: 100px;
}
.p-price-system section ul li .imagearea {
  width: calc(50% - 60px);
  padding-right: 30px;
}
.p-price-system section ul li .textarea {
  width: calc(50% + 60px);
  padding-left: 30px;
}
.p-price-system section ul li .textarea h3 {
  height: 40px;
  margin-bottom: 30px;
}
.p-price-system section ul li .textarea h3 img {
  width: auto;
  height: 100%;
}
.p-price-system section ul li .textarea h3 .reserve {
  margin-left: 30px;
  padding: 5px 20px;
  border: 1px solid #fff;
}
.p-price-system section ul li .textarea p {
  margin-bottom: 40px;
}
.p-price-system section ul li .textarea dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5em;
}
.p-price-system section ul li .textarea dl dt {
  width: 100px;
}
.p-price-system section ul li .textarea dl dd {
  width: calc(100% - 100px);
}
.p-price-system section ul li .textarea dl dd .small {
  font-size: 1rem;
}
.p-price-system section .drink .textarea {
  width: 450px;
}
.p-price-system section .drink .textarea h3 {
  height: 40px;
  margin-bottom: 50px;
}
.p-price-system section .drink .textarea img {
  width: auto;
  height: 100%;
}
.p-price-system section .drink .textarea dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125em;
  line-height: 1.5em;
}
.p-price-system section .drink .textarea dl dt {
  width: calc(100% - 100px);
  margin-bottom: 1em;
}
.p-price-system section .drink .textarea dl dd {
  width: 100px;
  margin-bottom: 1em;
}
.p-price-system section .drink .imagearea {
  width: calc(100% - 500px);
}

/*RECRUIT
---------------------------------------------------------------------------- */
.p-recruit .guideline {
  padding: 100px 0;
}
.p-recruit .guideline .lead {
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 100px;
}
.p-recruit .guideline h2 {
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 80px;
}
.p-recruit .guideline dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125em;
}
.p-recruit .guideline dl dt {
  width: 150px;
  padding-right: 1em;
  padding-bottom: 1em;
}
.p-recruit .guideline dl dd {
  width: calc(100% - 150px);
  padding-bottom: 2em;
}
.p-recruit .bgarea::after {
  background-image: url(../image/recruit/recruit_imageborder.jpg);
}

/*===========================================================================*/
/*	media quary:1200px	*/
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  /*ABOUT
  ---------------------------------------------------------------------------- */
  .p-about .message .imagebox {
    padding-right: 40px;
  }
}
/*===========================================================================*/
/*	media quary:1000px	*/
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /*ABOUT
  ---------------------------------------------------------------------------- */
  .p-about .message .imagebox {
    width: 40%;
    min-width: 250px;
  }
  .p-about .message .textbox {
    width: 60%;
  }
  .p-about .message .textbox p {
    font-size: 1.25em;
  }

  /*PRICE/SYSTEM
  ---------------------------------------------------------------------------- */
  .p-price-system section ul li .imagearea {
    width: calc(50% - 15px);
    padding-right: 15px;
  }
  .p-price-system section ul li .textarea {
    width: calc(50% + 15px);
    padding-left: 15px;
  }
  .p-price-system section ul li .textarea dl {
    font-size: 1.25em;
  }
  .p-price-system section ul li .textarea dl dt {
    width: 80px;
  }
  .p-price-system section ul li .textarea dl dd {
    width: calc(100% - 80px);
  }
  .p-price-system section .drink .textarea {
    width: 350px;
  }
  .p-price-system section .drink .imagearea {
    width: calc(100% - 380px);
  }
}
/*===========================================================================*/
/*	media quary:768px	*/
/*===========================================================================*/
@media screen and (max-width: 768px) {
  /* 下層ページ共通
  ---------------------------------------------------------------------------- */
  .title-area {
    padding: 170px 0 50px;
  }
  .title-area h1 {
    font-size: 2.5em;
  }

  /*ABOUT
  ---------------------------------------------------------------------------- */
  .p-about h2 {
    text-align: center;
  }
  .p-about .message {
    padding: 60px 0;
  }
  .p-about .message .flexbox {
    flex-wrap: wrap;
  }
  .p-about .message .imagebox {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    padding-right: 0;
  }
  .p-about .message .textbox {
    width: 100%;
  }
  .p-about .message .textbox p {
    font-size: 1.125em;
  }
  .p-about .company {
    padding: 60px 0;
  }
  .p-about .company h2 {
    margin-bottom: 0.75em;
  }
  .p-about .company dl {
    font-size: 1em;
    max-width: 540px;
    margin: 0 auto;
  }
  .p-about .company dl dt {
    width: 90px;
  }
  .p-about .company dl dd {
    width: calc(100% - 90px);
  }
  .p-about .bgarea::before {
    padding-top: 50%;
  }

  /*PRICE/SYSTEM
  ---------------------------------------------------------------------------- */
  .p-price-system section {
    padding: 60px 0;
  }
  .p-price-system section .lead {
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 60px;
  }
  .p-price-system section ul li {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .p-price-system section ul li .imagearea {
    width: 100%;
    padding-right: 0;
  }
  .p-price-system section ul li .textarea {
    width: 100%;
    padding-left: 0;
  }
  .p-price-system section ul li .textarea h3 {
    text-align: center;
    margin-top: 20px;
  }
  .p-price-system section ul li .textarea dl {
    font-size: 1.25em;
  }
  .p-price-system section ul li .textarea dl dt {
    width: 80px;
  }
  .p-price-system section ul li .textarea dl dd {
    width: calc(100% - 80px);
  }
  .p-price-system section ul li .textarea dl dd .small {
    display: block;
    font-size: 0.875rem;
  }
  .p-price-system section ul li .textarea p {
    margin-bottom: 30px;
  }
  .p-price-system section .drink.flexbox {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .p-price-system section .drink .imagearea {
    width: 100%;
  }
  .p-price-system section .drink .textarea {
    width: 100%;
  }
  .p-price-system section .drink .textarea h3 {
    text-align: center;
    margin-top: 20px;
  }

  /*RECRUIT
  ---------------------------------------------------------------------------- */
  .p-recruit .guideline {
    padding: 60px 0;
  }
  .p-recruit .guideline .lead {
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 60px;
  }
  .p-recruit .guideline h2 {
    margin-bottom: 40px;
  }
  .p-recruit .guideline dl {
    font-size: 1em;
  }
  .p-recruit .guideline dl dt {
    width: 90px;
  }
  .p-recruit .guideline dl dd {
    width: calc(100% - 90px);
  }
  .p-recruit .bgarea::before {
    padding-top: 50%;
  }
}
/*===========================================================================*/
/*	media quary:479px	*/
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /*RECRUIT
  ---------------------------------------------------------------------------- */
  .p-recruit .bgarea::before {
    padding-top: 75.02%;
  }
}

/*# sourceMappingURL=lower.css.map */
