@charset "utf-8";

.main-image_area {
  background-color: #000;
  width: 100%;
  height: calc(100vh - 85px);
  position: relative;
}
.main-image_area img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.main-image_area .main-image_catch {
  position: absolute;
  top: 24px;
  right: 146px;
  color: #fff;
  font-size: 1.2rem;
  z-index: 100;
}

@media screen and (max-width: 1100px) {
  .main-image_area {
      height: 100vh;
  }
  .main-image_area .main-image_catch {
      display: none;
  }
}

/* intro */
.intro {
  text-align: center;
  margin: 160px 0 140px;
}
@media screen and (max-width: 760px) {
  .intro {
    margin: 57px 0 64px;
  }
}
.intro-sub {
  margin-bottom: 44px;
}
@media screen and (max-width: 760px) {
  .intro-sub {
    margin-bottom: 23px;
  }
}

.instore-img-wrap {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 67px;
}
@media screen and (max-width: 760px) {
  
}

.instore-content {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 235px;
}
@media screen and (max-width: 760px) {
  .instore-content {
    margin: 0 6%;
  }
}
.desc_catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .desc_catch {
    margin-bottom: 24px;
  }
}
.desc_text {
  margin-bottom: 70px;
}
@media screen and (max-width: 760px) {
  .desc_text {
    margin-bottom: 30px;
  }
}

/* 寛 */
.instore-kutsurogi-wrap {

}
.instore-kutsurogi-moji {
  width: 1170px;
  margin-left: 9%;
  margin-right: 1%;
  margin-bottom: -240px; 
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-moji {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.instore-kutsurogi-moji img {
  padding-left: 824px;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-moji img {
    padding-left: 190px;
  }
}
.instore-kutsurogi-item {
  display: flex;
  gap: 7%;
  padding: 0 9% 0 14% ;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-item {
    flex-direction: column;
    padding: 0;
  }
}
.instore-kutsurogi-img {
  width: 44%;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-img {
    width: 100%;
    margin-bottom: 45px;
  }
}
.instore-kutsurogi-txt {
  width: 49%;
  padding-top: 225px;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-txt {
    width: 100%;
    padding-top: 0;
  }
}
.instore-kutsurogi-img02 {
  width: 973px;
  margin-left: 9%;
  margin-right: 16%;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-img02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.instore-kutsurogi-img02 img {
  padding-left: 533px;
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-img02 img {
    padding-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .instore-kutsurogi-img02 img {
    margin-left: 0;
  }
}


/* 宴 */
.instore-utage {

}
.instore-utage-moji {
  width: 1091px;
  margin-right: 16%;
  margin-top: -227px;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .instore-utage-moji {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.instore-utage-moji img {
  padding-right: 757px;
}
@media screen and (max-width: 760px) {
  .instore-utage-moji img {
    margin-top: 50px;
    padding-right: 190px;
    margin-bottom: 20px;
  }
}
.instore-utage-item {
  display: flex;
  gap: 7%;
  margin-left: 9%;
}
@media screen and (max-width: 760px) {
  .instore-utage-item {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-bottom: 68px;
  }
}
.instore-utage-txt {
  width: 35%;
}
@media screen and (max-width: 760px) {
  .instore-utage-txt,.instore-utage-img {
    width: 100%;
  }
}
.instore-price {
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .instore-price {
    font-size: 1.8rem;
  }
}
.instore-etc {
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 760px) {
  .instore-etc {
    line-height: 1.46;
  }
}
.instore-utage-img {
  width: 58%;
}
@media screen and (max-width: 760px) {
  .instore-utage-img {
    width: 100%;
    margin-bottom: 45px;
  }
}

/* パララックス */
.fixed-image_area.instore_middle {
  background-image: url(../img/instore/img-instore_middle02_pc.jpg);
}

@media screen and (max-width: 760px) {
  .fixed-image_area.instore_middle {
      height: 257px;
      margin-bottom: 80px;
  }
}

.instore-info {
  max-width: 1300px;
  margin: auto;
  margin-top: 235px;
  margin-bottom: 130px;
}
@media screen and (max-width: 760px) {
  .instore-info {
    margin: 0 6%;
  }
}
.instore-info-wrap {
  display: flex;
  gap: 4%;
  margin-bottom: 90px;
}
@media screen and (max-width: 760px) {
  .instore-info-wrap {
    flex-direction: column;
  }
}
.instore-info-left  {
  width: 43%;
}
@media screen and (max-width: 760px) {
  .instore-info-left {
    width: 100%;
    margin-bottom: 38px;
  }
}
.instore-info-right {
  width: 53%;
}
@media screen and (max-width: 760px) {
  .instore-info-right {
    width: 100%;
  }
}
.instore-info-right-up {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.instore-info-right-up div {
  width: 48%;
}
@media screen and (max-width: 760px) {
  .instore-info-right-up {
    margin-bottom: 10px;
  }
}
.instore-info-right-middle {
  display: flex;
  gap: 4%;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .instore-info-right-middle {
    flex-direction: column;
  }
}
.instore-info-middle {
  width: 48%;
}
@media screen and (max-width: 760px) {
  .instore-info-middle {
    width: 100%;
  }
}
.instore-info-item {
  display: flex;
  flex-wrap: wrap;
}
.instore-info-item dt {
  width: 40%;
}
.instore-info-item dd {
  width: 60%;
}
.instore-info-item dt,
.instore-info-item dd,
.instore-info-address dt {
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 1.5rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.instore-info-accept {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .instore-info-accept {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.instore-info-delivery ul {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .instore-info-delivery ul {
    flex-direction: column;
  }
}
.instore-info-delivery-text,
.instore-info-delivery-menu {
  width: 48%;
}
@media screen and (max-width: 760px) {
  .instore-info-delivery-text,
  .instore-info-delivery-menu {
    width: 100%;
  }
}
.instore-info-delivery-text {
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .instore-info-delivery-text {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 23px;
  }
}
.instore-info-delivery-menu {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  padding: 5px 0;
  text-align: center;
}
.instore-info-delivery-menu a {
  display: block;
}
.instore-info-delivery-menu a:hover {
  color: #A58751;
}
.instore-info-delivery-menu .far {
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .instore-info-delivery-menu {
    padding: 8px 0;
  }
}

/* Google map */
.instore-info-map iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}