@charset "UTF-8";
.underTopWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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;
  }
}
@media (min-width: 1280px) {
  html .br1280 {
    display: none;
  }
}
.br1280Block {
  display: none;
}
@media (min-width: 1280px) {
  .br1280Block {
    display: block;
  }
}

.radiusImg {
  border-radius: 8px;
}

.radiusImg15 {
  border-radius: 15px;
}

.bgBeige {
  background: #F4F3E6;
}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 80px;
}

@media (min-width: 1024px) {
  .mt60 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 100px;
  }
}
.commonImg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}

.h2TitX {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-flow: initial;
  align-items: center;
  flex-flow: column;
}
.h2TitX .titImgBox {
  position: relative;
  width: 5.5%;
  min-width: 30px;
  height: 4%;
  z-index: 5;
}
.h2TitX .filterTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font: normal 500 42px/50px "Montserrat", sans-serif;
  color: #333;
  letter-spacing: -0.08em;
  padding-right: calc(8px + 0.01em);
  background: linear-gradient(90deg, #fff, #fff 30%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .h2TitX .filterTxt {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1300px) {
  .h2TitX .filterTxt {
    font-size: 130px;
    line-height: 163.8px;
  }
}
.h2TitX .filterTxt.filterTxtBrown {
  background: linear-gradient(90deg, #F4F3E6, #F4F3E6 30%, #F4F3E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.h2TitX .textClear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font: normal 500 42px/50px "Montserrat", sans-serif;
  color: #333;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .h2TitX .textClear {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1300px) {
  .h2TitX .textClear {
    font-size: 130px;
    line-height: 163.8px;
  }
}
.h2TitX .jpTit,
.h2TitX .enTit {
  position: relative;
  z-index: 5;
}
.h2TitX .jpTit {
  letter-spacing: 0.04em;
  font: normal 500 18px/26.06px "Noto Sans JP", sans-serif;
  color: #333;
  color: #333;
}
@media (min-width: 1024px) {
  .h2TitX .jpTit {
    font-size: 24px;
    line-height: 34.75px;
  }
}
.h2TitX .enTit {
  position: relative;
  font: normal 600 13px/19.5px "Outfit", sans-serif;
  color: #EEA9BA;
  background: linear-gradient(90deg, #F9C1CF, #F9C1CF 30%, #F9C1CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .h2TitX .enTit {
    font-size: 20px;
    line-height: 25.2px;
  }
}
.h2TitX .jpTit.textWight,
.h2TitX .enTit.textWight {
  color: #fff;
  background: linear-gradient(90deg, #fff, #fff 30%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
.h2TitX .h2ImgBox {
  width: 34px;
  height: 6px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .h2TitX .h2ImgBox {
    margin-top: 20px;
  }
}
.h2TitX .h2 {
  position: relative;
  font: normal 500 18px/32px "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0.04em;
  text-align: left;
  z-index: 5;
}
@media (min-width: 1024px) {
  .h2TitX .h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.h3TitX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 10px;
}
.h3TitX .jpTit {
  font: normal 500 18px/28px "Noto Sans JP", sans-serif;
  color: #333;
}
@media (min-width: 1024px) {
  .h3TitX .jpTit {
    font-size: 24px;
    line-height: 34.75px;
  }
}

.commLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  border-radius: 60px;
  border: 1px solid #EEA9BA;
  background: #EEA9BA;
  overflow: hidden;
  transition: 0.3s;
}
.commLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 80px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.commLink:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.commLink:hover .commLinkTxt {
  color: #EEA9BA;
  z-index: 5;
}
.commLink:hover .noHover {
  opacity: 0;
}
.commLink:hover .hover {
  opacity: 1;
}
.commLink .commLinkTxt {
  position: relative;
  display: inline-block;
  font: normal 700 16px/23.17px "Noto Sans JP", sans-serif;
  color: #FFF;
  letter-spacing: 0.03em;
  text-align: center;
  z-index: 5;
}

.commLink.commLinkYellow {
  border: 1px solid #C5963A;
  background: #C5963A;
}
.commLink.commLinkYellow:hover .commLinkTxt {
  color: #C5963A;
}

.underTopWrap {
  overflow: initial;
}
.underTopWrap .FVImg {
  position: relative;
  width: 100%;
  height: 350px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .underTopWrap .FVImg {
    height: 450px;
  }
}
.underTopWrap .FVImg .backBgc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.underTopWrap .h1TitBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
@media (min-width: 768px) {
  .underTopWrap .h1TitBox {
    text-align: left;
    width: fit-content;
  }
}
.underTopWrap .h1TitBox .jpTit {
  font: normal 500 24px/32px "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .jpTit {
    font-size: 32px;
    line-height: 46.34px;
  }
}
.underTopWrap .h1TitBox .enTit {
  font: normal 700 14px/19.5px "Montserrat", sans-serif;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.18em;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .enTit {
    font-size: 16px;
    line-height: 19.5px;
    margin-top: 10px;
  }
}
.underTopWrap .fvBg {
  position: absolute;
  display: none;
  left: 2.5%;
  bottom: -26px;
  width: 275px;
  height: 211px;
}
@media (min-width: 768px) {
  .underTopWrap .fvBg {
    display: block;
    width: 275px;
    height: 211px;
  }
}
@media (min-width: 1200px) {
  .underTopWrap .fvBg {
    width: 275px;
    height: 211px;
  }
}
@media (min-width: 1400px) {
  .underTopWrap .fvBg {
    width: 396px;
    height: 311px;
  }
}

.sectionTitBox {
  text-align: center;
}
.sectionTitBox .enTit {
  font: normal 600 24px/32px "Montserrat", sans-serif;
  color: #333;
  background: linear-gradient(90deg, #B99777, #B99777 30%, #B99777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .sectionTitBox .enTit {
    font-size: 46px;
    line-height: 60px;
  }
}
.sectionTitBox .jpTit {
  font: normal 500 16px/24px "Noto Sans JP", sans-serif;
  color: #333;
  background: linear-gradient(90deg, #B99777, #B99777 30%, #B99777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.13em;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .sectionTitBox .jpTit {
    font-size: 17px;
    line-height: 24.62px;
  }
}

.bgGray {
  background: #F1F1F1;
}

/*=================================================*/
/*予約ボタン
/*=================================================*/
.reservationLinkBox {
/*   display: none;	 */
  position: absolute;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  right: 0;
  width: 40px;
  /* height: 108px; */
  z-index: 10000;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 600px) {
  .reservationLinkBox {
    bottom: -70px;
  }
}
@media (min-width: 768px) {
  .reservationLinkBox {
    width: 100px;
    /* height: 138px; */
  }
}
@media (min-width: 1024px) {
  .reservationLinkBox {
    bottom: -70px;
  }
}
.reservationLinkBox:hover {
  opacity: 0.8;
  transform: translateY(-8px);
  transition: 0.3s;
}
.reservationLinkBox .reservationLinkBtn {
  overflow: hidden;
  display: inline-block;
  transition: 0.3s;
}

.reservationLinkBox.fixed {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  transition: 0.3s;
}

.reservationLinkBox.fixed.none {
  opacity: 0;
  transition: 0.3s;
}

/*footerまでスクロールしたら消す*/
.isHidden {
  visibility: hidden;
  opacity: 0;
}/*# sourceMappingURL=common.css.map */


.reservationLinkBox02 {
  width: 320px;
  right: 40px;
}

@media (max-width: 768px) {
  .reservationLinkBox02 {
    width: 200px;
    right: 10px;
  }
}