@charset "UTF-8";
@import 'base.css';
::-moz-selection {
  background-color: #C48B4A;
  color: #fff;
}
::selection {
  background-color: #C48B4A;
  color: #fff;
}

body {
  font-size: 1.8em;
  color: #2f2f2f;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.heading-style1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8888888889em;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .heading-style1 {
    margin-bottom: 9.3333333333vw;
  }
}
.heading-style1:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 0.3em;
  font-size: 1.7647058824em;
  background-image: url(../images/common/heading.svg);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .heading-style1:before {
    margin-bottom: 2.6666666667vw;
  }
}
.heading-style2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.7777777778em;
  padding-bottom: 20px;
  margin-bottom: 90px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .heading-style2 {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 12vw;
    font-size: 1.7777777778em;
  }
}
.heading-style2:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #594634;
  opacity: 0.5;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0;
}

.btnStyle .btn {
  display: block;
}
.btnStyle-more .btn {
  position: relative;
  color: #594634;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2em;
  padding-left: 6.6666666667em;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (hover: hover) {
  .btnStyle-more .btn {
    transition: color 0.3s;
  }
  .btnStyle-more .btn:before {
    transition: background-color 0.3s;
  }
  .btnStyle-more .btn:after {
    transition: border-color 0.3s;
  }
  .btnStyle-more .btn:hover {
    color: #C48B4A;
  }
  .btnStyle-more .btn:hover:before {
    background-color: #C48B4A;
  }
  .btnStyle-more .btn:hover:after {
    border-color: #C48B4A;
  }
}
.btnStyle-more .btn:before, .btnStyle-more .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnStyle-more .btn:before {
  width: 5.5555555556em;
  height: 1px;
  background: #594634;
  left: 0;
}
.btnStyle-more .btn:after {
  width: 1em;
  height: 1em;
  border-style: solid;
  border-color: #594634;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  transform: rotate(-45deg);
  font-size: 0.5555555556em;
  right: 3%;
}

.iframebox .iframe {
  position: relative;
  width: 100%;
}
.iframebox .iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-even {
  background: url(./../images/common/section-bg.jpg);
}

header {
  position: relative;
}
header .logo {
  background: #fff;
  width: 190px;
  box-sizing: border-box;
  padding: 25px;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  header .logo {
    width: 133px;
    padding: 2%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  header .logo {
    width: 20vw;
  }
}

#global-navi {
  z-index: 20;
}
#global-navi .navi {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
#global-navi .navi li {
  font-size: 1.1111111111em;
}
#global-navi .navi li a {
  display: block;
}
@media screen and (hover: hover) {
  #global-navi .navi li a {
    transition: color 0.3s;
  }
  #global-navi .navi li a:hover {
    color: #C48B4A;
  }
}
@media screen and (min-width: 1201px), print {
  #global-navi .navi-btn {
    display: none;
  }
}
#global-navi .navi-btn {
  width: 1em;
  height: 1em;
  font-size: 2.7777777778em;
  position: fixed;
  right: 5%;
  top: 3%;
  z-index: 990;
}
#global-navi .navi-btn div {
  position: relative;
  width: 100%;
  height: 100%;
}
#global-navi .navi-btn div > span {
  width: 80%;
  height: 2px;
  background: #594634;
  display: block;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  transition: transform 0.3s;
}
#global-navi .navi-btn div > span:first-child {
  top: 20%;
}
#global-navi .navi-btn div > span:last-child {
  bottom: 20%;
}
#global-navi .navi-btn div > span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#global-navi .navi-btn.active div > span:first-child, #global-navi .navi-btn.active div > span:last-child {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#global-navi .navi-btn.active div > span:nth-child(2) {
  opacity: 0;
}
#global-navi .navi-btn.active div > span:first-child {
  transform: rotate(45deg);
}
#global-navi .navi-btn.active div > span:last-child {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  #global-navi .global-navi-wrap {
    position: fixed;
    overflow: hidden;
    width: 0;
  }
}
#global-navi.scroll-active .global-navi-wrap {
  width: 0vw;
  overflow: hidden;
  transition: width 0.3s;
  position: fixed;
}
#global-navi.scroll-active .global-navi-wrap.active {
  width: 100vw !important;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 980;
}
#global-navi.scroll-active .global-navi-wrap .navi {
  background: #fff;
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5%;
  padding-top: 120px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #global-navi.scroll-active .global-navi-wrap .navi {
    padding-top: 20vw;
  }
}

@media screen and (min-width: 1201px), print {
  body:not(.page-top) header {
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1201px), print {
  body:not(.page-top) #global-navi:not(.scroll-active) .navi-btn {
    display: none;
  }
  body:not(.page-top) #global-navi:not(.scroll-active) .navi {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  body:not(.page-top) #global-navi:not(.scroll-active) .navi li {
    padding-right: 10px;
    padding-left: 10px;
  }
  body:not(.page-top) #global-navi:not(.scroll-active) .navi li:last-child {
    padding-right: 0;
  }
  body:not(.page-top) #global-navi:not(.scroll-active) .navi li:first-child {
    padding-left: 0;
  }
}

footer {
  background: url(../images/common/footer-bg.jpg) #594634;
  color: #fff;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 5%;
    justify-content: space-between;
  }
}
footer .logo svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
footer .logo {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  footer .logo {
    width: 35%;
    margin-right: 0;
  }
}
footer .footer-shop-detail {
  font-size: 0.8888888889em;
}
@media screen and (max-width: 750px) {
  footer .footer-shop-detail {
    width: 55%;
  }
}
footer .footer-shop-detail .name {
  font-size: 1.5em;
}
footer .footer-shop-detail .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer-shop-detail .wrap {
    width: 100%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-shop-detail .wrap .times {
    margin-top: 2.6666666667vw;
  }
}
footer .footer-shop-detail .wrap .times li {
  display: flex;
}
footer .footer-shop-detail .wrap .times li .heading {
  width: 5.5em;
  position: relative;
  font-weight: 500;
}
footer .footer-shop-detail .wrap .times li .heading:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}
footer .footer-shop-detail .wrap .times li .detail {
  width: calc(100% - 5.5em);
}
footer .copyright {
  width: 100%;
  text-align: right;
  font-size: 0.7777777778em;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    text-align: center;
    margin-top: 4vw;
  }
}

.section-contents:first-of-type {
  margin-top: 200px;
}
@media screen and (max-width: 750px) {
  .section-contents:first-of-type {
    margin-top: 20vw;
  }
}
.section-contents .section-inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.page-navi {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.page-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3888888889em;
}
.page-navi ul li:not(:first-child) {
  border-left: 1px solid rgba(47, 47, 47, 0.5);
}
.page-navi ul li {
  padding-right: 1em;
  padding-left: 1em;
}
.page-navi ul a {
  display: block;
  padding-right: 1em;
  position: relative;
}
.page-navi ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #2f2f2f;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (hover: hover) {
  .page-navi ul a {
    transition: color 0.3s;
  }
  .page-navi ul a:after {
    transition: border-top-color 0.3s;
  }
  .page-navi ul a:hover {
    color: #594634;
  }
  .page-navi ul a:hover:after {
    border-top-color: #594634;
  }
}

#top-contents {
  width: 100%;
  padding-top: 300px;
  position: relative;
  margin-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #top-contents {
    padding-top: 40vw;
    margin-bottom: 17.3333333333vw;
    background-size: auto 100%;
  }
}
#top-contents h2 {
  text-align: center;
  position: absolute;
  bottom: 0;
  line-height: 1;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.3333333333em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  transform: translateY(50%);
}

.page-about #top-contents {
  background-image: url(./../images/about/kv.jpg);
}
.page-menu #top-contents {
  background-image: url(./../images/menu/kv.jpg);
}
.page-contact #top-contents {
  background-image: url(./../images/contact/kv.jpg);
}

.page-about #concept {
  margin-right: auto;
  margin-left: auto;
}
.page-about #concept .s-box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 1200px) {
  .page-about #concept .s-box1 {
    justify-content: space-between;
  }
}
.page-about #concept .s-box1 .imgbox {
  width: calc(100% - 620px);
  max-width: 890px;
}
@media screen and (max-width: 1200px) {
  .page-about #concept .s-box1 .imgbox {
    max-width: initial;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-about #concept .s-box1 .textbox {
  width: 550px;
}
@media screen and (min-width: 1201px), print {
  .page-about #concept .s-box1 .textbox {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .page-about #concept .s-box1 .textbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .page-about #concept .s-box1 .textbox {
    margin-top: 4vw;
  }
}
.page-about #concept .s-box1 .textbox .text {
  text-align: center;
}
.page-about #concept .s-box1 .textbox .text div {
  font-size: 2em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box1 .textbox .text div {
    font-size: 1.7777777778em;
  }
}
.page-about #concept .s-box1 .textbox .text p {
  margin-top: 2em;
  font-size: 1.1111111111em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box1 .textbox .text p {
    font-size: 1em;
    letter-spacing: 0;
  }
}
.page-about #concept .s-box2 {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 {
    margin-top: 17.3333333333vw;
  }
}
.page-about #concept .s-box2 h4 {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 h4 {
    margin-bottom: 13.3333333333vw;
    font-size: 1.7777777778em;
  }
}
.page-about #concept .s-box2 ul .text {
  background: #fff;
  width: 540px;
  text-align: center;
  position: absolute;
  transform: translateY(-20%);
  top: 0;
}
@media screen and (min-width: 1201px), print {
  .page-about #concept .s-box2 ul .text {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .page-about #concept .s-box2 ul .text {
    padding: 5%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .page-about #concept .s-box2 ul .text {
    width: 80%;
  }
}
.page-about #concept .s-box2 ul .text > div {
  font-size: 2em;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 ul .text > div {
    font-size: 1.3333333333em;
  }
}
.page-about #concept .s-box2 ul .text > p {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 ul .text > p {
    margin-top: 2.6666666667vw;
  }
}
.page-about #concept .s-box2 ul li {
  position: relative;
  padding-top: 490px;
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 ul li {
    padding-top: 65.3333333333vw;
  }
}
.page-about #concept .s-box2 ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (min-width: 1201px), print {
  .page-about #concept .s-box2 ul li:before {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 750px) {
  .page-about #concept .s-box2 ul li:before {
    background-size: auto 100%;
  }
}
.page-about #concept .s-box2 ul li.box1:before {
  background-image: url(./../images/about/s2-img1.jpg);
}
.page-about #concept .s-box2 ul li.box1 .text {
  left: 5%;
}
.page-about #concept .s-box2 ul li.box2:before {
  background-image: url(./../images/about/s2-img2.jpg);
}
.page-about #concept .s-box2 ul li.box2 .text {
  right: 5%;
}
.page-about #concept .s-box2 ul li.box3:before {
  background-image: url(./../images/about/s2-img3.jpg);
}
.page-about #concept .s-box2 ul li.box3 .text {
  left: 5%;
}
.page-about #faq {
  background: url(./../images/common/section-bg.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-about #faq {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.page-about #faq .s-box1 dt span {
  position: relative;
}
.page-about #faq .s-box1 dt span:before {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  left: 0;
}
.page-about #faq .s-box1 .question {
  font-weight: 500;
  font-size: 1.3333333333em;
  padding-right: 30px;
  padding-left: 30px;
}
.page-about #faq .s-box1 .question:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .page-about #faq .s-box1 .question:nth-of-type(n+2) {
    margin-top: 4vw;
    font-size: 1.1111111111em;
  }
}
@media screen and (max-width: 750px) {
  .page-about #faq .s-box1 .question {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.page-about #faq .s-box1 .question span {
  display: block;
  padding-left: 45px;
}
@media screen and (max-width: 750px) {
  .page-about #faq .s-box1 .question span {
    padding-left: 6.6666666667vw;
  }
}
.page-about #faq .s-box1 .question span:before {
  content: "Q.";
  color: #594634;
  font-size: 1.25em;
  line-height: 1;
  top: 0.25em;
}
.page-about #faq .s-box1 .answer {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
}
.page-about #faq .s-box1 .answer lude mixin.sp {
  padding: 5%;
  margin-top: 2.6666666667vw;
}
.page-about #faq .s-box1 .answer .text {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 750px) {
  .page-about #faq .s-box1 .answer .text {
    padding-left: 6.6666666667vw;
  }
}
.page-about #faq .s-box1 .answer .text:before {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  left: 0;
  content: "A.";
  color: #C48B4A;
  font-size: 1.6666666667em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1;
}
.page-about #access {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-about #access {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.page-about #access .s-box1.iframebox .iframe {
  width: 100%;
  padding-top: 31.8181818182%;
}
.page-about #access .s-box2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.page-about #access .s-box2 .logo {
  width: 160px;
}
@media screen and (max-width: 750px) {
  .page-about #access .s-box2 .logo {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-about #access .s-box2 .shop {
  margin-left: 40px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 750px) {
  .page-about #access .s-box2 .shop {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
  }
}
.page-about #access .s-box2 .shop .name {
  border-bottom: 1px solid #2f2f2f;
  font-size: 1.6666666667em;
}
@media screen and (max-width: 1200px) {
  .page-about #access .s-box2 .shop > .d-flex-wrap {
    justify-content: space-between;
  }
}
.page-about #access .s-box2 .shop .address, .page-about #access .s-box2 .shop .times {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .page-about #access .s-box2 .shop .address, .page-about #access .s-box2 .shop .times {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .page-about #access .s-box2 .shop .address, .page-about #access .s-box2 .shop .times {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-about #access .s-box2 .shop .times {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .page-about #access .s-box2 .shop .times {
    margin-top: 2.6666666667vw;
  }
}
.page-about #access .s-box2 .shop .times li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-about #access .s-box2 .shop .times .heading {
  width: 100px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page-about #access .s-box2 .shop .times .heading {
    width: 5em;
  }
}
.page-about #access .s-box2 .shop .times .detail {
  width: calc(100% - 100px);
}
@media screen and (max-width: 750px) {
  .page-about #access .s-box2 .shop .times .detail {
    width: calc(100% - 5em);
  }
}

.page-menu #menu {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-menu #menu {
    padding-bottom: 13.3333333333vw;
  }
}
.page-menu #menu .section-box {
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.page-menu #menu .section-box .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-menu #menu .section-box .box .imgbox {
  width: 44%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-menu #menu .section-box .box .imgbox {
    width: 100%;
  }
}
@media screen and (min-width: 751px), print {
  .page-menu #menu .section-box .box:nth-child(odd) .imgbox {
    order: 2;
  }
}
.page-menu #menu .section-box .box:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .page-menu #menu .section-box .box:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
.page-menu #menu .section-box .box .textbox {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .page-menu #menu .section-box .box .textbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.6666666667vw;
  }
}
.page-menu #menu .section-box .box .textbox h4 {
  font-weight: 600;
  font-size: 1.2222222222em;
  text-align: center;
}
.page-menu #menu .section-box .box .textbox .menu-list {
  margin-top: 20px;
}
.page-menu #menu .section-box .box .textbox .menu-list li {
  display: flex;
}
.page-menu #menu .section-box .box .textbox .menu-list li:nth-child(n+2) {
  margin-top: 10px;
}
.page-menu #menu .section-box .box .textbox .menu-list li .price {
  width: 5em;
  text-align: right;
}
.page-menu #menu .section-box .box .textbox .menu-list li .name {
  width: calc(100% - 5em);
  font-weight: 500;
}
.page-menu #menu .section-box .box .textbox .menu-list li .name span {
  font-size: 0.8em;
  letter-spacing: 0;
}
.page-menu #beans {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-menu #beans {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.page-menu #beans > .text {
  text-align: center;
  line-height: 2;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.page-menu #beans .section-box {
  max-width: 560px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .page-menu #beans .section-box {
    margin-top: 6.6666666667vw;
  }
}
.page-menu #beans .section-box li {
  max-width: 260px;
  width: 46%;
  margin-right: 8%;
  display: flex;
}
.page-menu #beans .section-box li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (hover: hover) {
  .page-menu #beans .section-box li > a .shopbtn {
    transition: background-color 0.3s;
  }
  .page-menu #beans .section-box li > a:hover .shopbtn {
    background-color: #C48B4A;
  }
}
.page-menu #beans .section-box li .text {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
}
.page-menu #beans .section-box li .text > div, .page-menu #beans .section-box li .text p {
  width: 100%;
}
.page-menu #beans .section-box li:nth-child(2n), .page-menu #beans .section-box li:last-child {
  margin-right: 0;
}
.page-menu #beans .section-box li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .page-menu #beans .section-box li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.page-menu #beans .section-box li .img {
  line-height: 0;
}
.page-menu #beans .section-box li .name {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.page-menu #beans .section-box li .caption {
  text-align: center;
  letter-spacing: 0;
  font-size: 0.8888888889em;
}
.page-menu #beans .section-box li .price {
  text-align: right;
  font-size: 0.8888888889em;
  font-weight: 500;
  align-self: flex-end;
}
.page-menu #beans .section-box li .price span {
  display: inline-block;
  margin-right: 1em;
}
.page-menu #beans .section-box li .shopbtn {
  background: #594634;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 0.8888888889em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
}
.page-menu #beans .section-box li .shopbtn:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1.5em;
  transform: rotate(-45deg);
  font-size: 0.625em;
}
.page-menu #beans .btnStyle-more {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .page-menu #beans .btnStyle-more {
    margin-top: 8vw;
  }
}

.page-contact #section1 > p {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
.page-contact #section1 .section-box {
  max-width: 850px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background: url(./../images/common/section-bg.jpg);
  border-radius: 30px;
  padding: 50px 5%;
}
@media screen and (max-width: 750px) {
  .page-contact #section1 .section-box {
    padding: 6.6666666667vw 5%;
    border-radius: 4vw;
  }
}
.page-contact #section1 .input-box input, .page-contact #section1 textarea {
  background: #fff;
  display: block;
  border-radius: 3px;
  padding: 5px 10px;
}
.page-contact #section1 .input-box input {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .page-contact #section1 .input-box input {
    width: 100%;
  }
}
.page-contact #section1 textarea {
  width: 100%;
  height: 15em;
}
.page-contact #section1 .form-parts {
  font-weight: 500;
}
.page-contact #section1 .form-parts:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page-contact #section1 .form-parts:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.page-contact #section1 .form-parts > div {
  margin-bottom: 5px;
}
.page-contact #section1 .btn-box input[type=button] {
  background: #594634;
  text-align: center;
  display: block;
  width: 80%;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (hover: hover) {
  .page-contact #section1 .btn-box input[type=button] {
    transition: background-color 0.3s;
  }
  .page-contact #section1 .btn-box input[type=button]:hover {
    background-color: #C48B4A;
  }
}/*# sourceMappingURL=style.css.map */