@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

/*=================================================*/
/*共通
/*=================================================*/
.flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px;
  margin: auto;
}
@media (min-width: 768px) {
  .flex {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .flex {
    width: 95%;
    flex-flow: initial;
    gap: 3%;
  }
}
@media (min-width: 1200px) {
  .flex {
    width: 100%;
  }
}

.imgRadius {
  border-radius: 20px;
}

/*=================================================*/
/*お料理
/*=================================================*/
.infoWrap {
  position: relative;
  width: 100%;
}

.infoInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (min-width: 768px) {
  .infoInner {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .infoInner {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .infoInner {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .infoInner {
    max-width: 1100px;
  }
}

h1,
h2,
h3,
p {
  letter-spacing: 0.08em;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 414px) {
  html .br414 {
    display: none;
  }
}
@media (min-width: 768px) {
  html .br768 {
    display: none;
  }
}
@media (min-width: 1024px) {
  html .br1024 {
    display: none;
  }
}
.br1280Block {
  display: none;
}

@media (min-width: 1280px) {
  .br1280Block {
    display: block;
  }
}
.commonImg {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}

.underTopInner {
  width: 93.0555555556%;
  max-width: initial;
  aspect-ratio: 1340/380;
  min-height: 350px;
}

.underTopWrap img {
  height: 100%;
  min-height: 350px;
  border-radius: 12px;
}

.underTopWrap .h1TitX {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  width: 90%;
  text-align: center;
}

.underTopWrap .h1TitX .enTit {
  letter-spacing: 0.06em;
  font: normal 600 24px/35px "Klee One", cursive;
  color: #FFF;
}

.underTopWrap .h1TitX .jpTit {
  font: normal 700 34px/43px "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
}

.infoWrap {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .infoWrap {
    padding: 120px 0 140px;
  }
}

.infoWrap .rowContentsX {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX {
    flex-flow: initial;
    gap: 5%;
  }
}
.infoWrap .rowContentsX:nth-child(even) {
  margin: 80px 0 0;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX:nth-child(even) {
    flex-flow: row-reverse;
    padding-left: initial;
    margin-right: 50px;
  }
}
.infoWrap .rowContentsX:nth-child(even) .imgX::before {
  width: 96%;
  height: 100%;
  top: 0px;
  left: initial;
  right: 2%;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX:nth-child(even) .imgX::before {
    right: -50px;
  }
}

.infoWrap .rowContentsX .imgX {
  position: relative;
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .infoWrap .rowContentsX .imgX {
    aspect-ratio: 720/430;
    width: 50.02%;
    margin-left: 50px;
  }
}
.infoWrap .rowContentsX .imgX .commonImg {
  max-width: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.infoWrap .rowContentsX .imgX {
  z-index: 2;
}

@media (min-width: 1024px) {
  .infoWrap .rowContentsX .imgX {
    max-width: 450px;
  }
}
@media (min-width: 1280px) {
  .infoWrap .rowContentsX .imgX {
    max-width: initial;
  }
}
.infoWrap .rowContentsX .imgX:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -11%;
  transform: translate(6.8775790922%, 9.3023255814%);
  background: #ECDCD0;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX .imgX:before {
    top: 0px;
    left: -60px;
  }
}
@media (min-width: 1300px) {
  .infoWrap .rowContentsX .imgX:before {
    left: -100px;
  }
}

@media (min-width: 1024px) {
  .infoWrap .rowContentsX .textContentsX {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .infoWrap .rowContentsX .textContentsX {
    width: 420px;
  }
}

.infoWrap .rowContentsX {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX:nth-child(even) {
    flex-flow: row-reverse;
    justify-content: flex-start;
    margin-right: 0px;
    margin: 120px 0 120px 0;
  }
}
.infoWrap .rowContentsX:nth-child(even) .imgX {
  margin-left: 0px;
  margin-right: 50px;
}
.infoWrap .rowContentsX:nth-child(even) .imgX::before {
  width: 96%;
  height: 100%;
  top: 0px;
  left: initial;
  right: 2%;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX:nth-child(even) .imgX::before {
    right: 0px;
  }
}
.infoWrap .rowContentsX:last-of-type {
  margin: 80px 0 0;
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX:last-of-type {
    margin: 120px 0 0;
  }
}

.infoWrap .rowContentsX .textContentsX .infoH2X {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 5px;
}

.infoWrap .rowContentsX .textContentsX .infoH2X .jpTit {
  font: normal 700 18px/32px "Zen Kaku Gothic New", sans-serif;
  color: #AC886D;
}

@media (min-width: 768px) {
  .infoWrap .rowContentsX .textContentsX .infoH2X .jpTit {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX .textContentsX .infoH2X .jpTit {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1280px) {
  .infoWrap .rowContentsX .textContentsX .infoH2X .jpTit {
    font-size: 24px;
    line-height: 38px;
  }
}
.infoWrap .rowContentsX .textContentsX .infoH2X .enTit {
  font: normal 500 14px/21px "Zen Kaku Gothic New", sans-serif;
  color: #F1751B;
}

@media (min-width: 768px) {
  .infoWrap .rowContentsX .textContentsX .infoH2X .enTit {
    font-size: 16px;
    line-height: 23px;
  }
}
.infoWrap .rowContentsX .textContentsX .desc {
  margin-top: 30px;
  font: normal 500 14px/23px "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

@media (min-width: 768px) {
  .infoWrap .rowContentsX .textContentsX .desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .infoWrap .rowContentsX .textContentsX .desc {
    margin-top: 20px;
    max-width: 433px;
    font-size: 14px;
    line-height: 23px;
  }
}
@media (min-width: 1280px) {
  .infoWrap .rowContentsX .textContentsX .desc {
    font-size: 16px;
    line-height: 25px;
    margin-top: 40px;
  }
}
.infoWrap .imgContentsX {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 60px auto 0;
  max-width: 1100px;
  display: flex;
  row-gap: 40px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .infoWrap .imgContentsX {
    margin-top: 80px;
    flex-direction: row;
    column-gap: 3.6363636364%;
  }
}
@media (min-width: 1024px) {
  .infoWrap .imgContentsX {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .infoWrap .imgContentsX {
    margin-top: 140px;
  }
}
.infoWrap .imgContentsX .imgX {
  flex: 3;
  aspect-ratio: 340/253;
}

.infoWrap .imgContentsX .imgX img {
  border-radius: 20px;
}

.infoWrap .infoTxtX {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 60px auto 0;
  padding: 30px 20px;
  background: #FFF;
  border-radius: 20px;
  max-width: 1100px;
}

@media (min-width: 768px) {
  .infoWrap .infoTxtX {
    margin-top: 70px;
  }
}
.infoWrap .infoTxtX .iconX {
  position: absolute;
  top: 0;
  left: 50%;
  width: 68.5px;
  aspect-ratio: 68.5/70;
  transform: translate(-50%, -70%);
}

.infoWrap .infoTxtX .desc {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-decoration-color: #AC886D;
  text-underline-offset: 6px;
  text-align: center;
  letter-spacing: 0.01em;
  font: normal 700 20px/41px "Zen Kaku Gothic New", sans-serif;
  color: #AC886D;
}

/*=================================================*/
/*メニュー
/*=================================================*/
.menuSectionBg {
  position: relative;
  padding: 0 0 80px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .menuSectionBg {
    padding: 0 0 100px;
    margin-bottom: 80px;
  }
}
.menuSectionBg .bgImgBox {
  width: 100%;
}
.menuSectionBg .bgImgBox .img {
  aspect-ratio: 1440/401px;
}
.menuSectionBg .menuSection {
  width: 90%;
  position: relative;
  max-width: 1102px;
  margin: -5% auto 0;
  padding: 45px 20px 45px;
  background: #FFF;
  border-radius: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection {
    width: 700px;
    margin: -7% auto 0;
    padding: 51px 51px 60px;
  }
}
@media (min-width: 1100px) {
  .menuSectionBg .menuSection {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .menuSectionBg .menuSection {
    width: 100%;
  }
}
.menuSectionBg .menuSection .sectionTitleBox {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .sectionTitleBox {
    margin-bottom: 60px;
  }
}
.menuSectionBg .menuSection .imgDecoBox {
  position: absolute;
  width: 52.299px;
  height: 68.044px;
  top: 48px;
  right: 0%;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 15%;
    width: 102.299px;
    height: 88.044px;
  }
}
@media (min-width: 1200px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 20%;
  }
}
@media (min-width: 1400px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 29%;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl {
  margin-top: 60px;
}
.menuSectionBg .menuSection .menuListBox .flexUl:first-of-type {
  margin-top: 0px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuTitleFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuTitleFlex .menuTitleSub {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuTitleFlex .menuTitle {
  margin: 0;
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #AC886D;
  color: #AC886D;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .menuTitle {
    margin: 0 0 20px 0;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuFlex {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 1100px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .menuFlex {
    flex-flow: initial;
  }
}
@media (min-width: 1100px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .menuFlex .left,
  .menuSectionBg .menuSection .menuListBox .flexUl .menuFlex .right {
    width: 48%;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuFlex .left .contentSubText,
.menuSectionBg .menuSection .menuListBox .flexUl .menuFlex .right .contentSubText {
  margin-top: 10px;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
  padding: 10px 0;
  border-bottom: 1px solid #ECDCD0;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi {
    flex-flow: initial;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox {
    flex-flow: initial;
    align-items: center;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .titleIcon {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.65px;
  border-radius: 100px;
  padding: 0 12px 2px 12px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .titleIcon.titleOrange {
  background: #F1751B;
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .titleIcon.titleYellow {
  background: #ECB834;
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .title {
    font-size: 16px;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox {
  display: flex;
  align-items: baseline;
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .content {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  text-align: right;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .content {
    font-size: 18px;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .contentEn {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .contentEn {
    font-size: 16px;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .contentSmall {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .contentSmall {
    font-size: 14px;
  }
}

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