.img_shadow {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.content_stay .bg {
  background: none;
  width: 85vw;
  margin: 60px 0 0 auto;
}

/*----------------------------------------
  column02
----------------------------------------*/
.col_02 .img,
.col_02 .txt {
  width: 50%;
}

.col_02 .txt {
  box-sizing: border-box;
}

.col_02.bg {
  position: relative;
  z-index: 1;
}

.col_02.bg::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 10vw;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.col_02.bg figure {
  z-index: 10;
}

@media (max-width: 768px) {
  .col_02 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_02 .img,
  .col_02 .txt {
    width: 100%;
    padding: 0;
  }
  .col_02.bg::before {
    display: none;
  }
}

/*----------------------------------------
  column03
----------------------------------------*/
.col_03 figure {
  width: 85vw;
  height: 38vw;
  margin-left: auto;
}
.col_03 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .col_03 figure {
    height: 50vw;
    background: url(../img/top/img_cafe-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .col_03 figure img {
    opacity: 0;
  }
}


/* intro
---------------------------------------------------------- */
.content_intro {
  margin: 10% 0;
}
.content_intro .txt {
  width: 50%;
  text-align: center;
}

.content_intro .txt h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.content_intro .txt p {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 2;
}

.content_intro figure {
  width: 50%;
}

.content_intro .bg {
  width: 88vw;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .content_intro {
    display: block;
    padding: 50px 0;
    margin: 0;
  }

  .content_intro .flex {
    flex-direction: column-reverse;
  }

  .content_intro .txt h2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 200;
  }


  .content_intro figure {
    width: 70%;
  }

  .content_intro figure img {
    width: 100%;
    height: auto;
  }

  .content_intro .txt {
    width: calc(100% - 50px);
    margin: 40px auto 0;
  }

  .content_intro .txt p {
    font-size: 1.3rem;
    letter-spacing: .15em;
  }

  .content_intro .txt p span {
    letter-spacing: 0.05em;
  }

  .content_intro .bg {
    margin-top: 40px;
    width: 94vw;
    height: 50vw;
  }
  .content_intro .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


/* about-us
---------------------------------------------------------- */
.content_about .txt {
  padding: 6%;
}

.content_about .ttl01 {
  margin-bottom: 30px;
  font-size: 3.4rem;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .content_about {
    padding: 50px 25px 70px;
  }

  .content_about figure {
    margin-bottom: 50px;
  }

  .content_about .txt {
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.75;
  }

  .content_about .ttl01 {
    margin-bottom: 30px;
    font-size: 2.0rem;
  }

  .content_about .txt p {
    font-size: 1.3rem;
  }
}

