@charset "UTF-8";
/*====================================================================

	gourmet_city

====================================================================*/
.bg_img {
  position: relative;
  width: 100%;
  background: #FEFAE7;
  z-index: -2;
}
.bg_img::before, .bg_img::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg_img::before {
  top: 0;
  background-image: url("/campus_life/common/images/gourmet_city/bg_top.svg");
}
.bg_img::after {
  bottom: 0;
  background-image: url("/campus_life/common/images/gourmet_city/bg_bottom.svg");
}
@media screen and (max-width: 800px) {
  .bg_img::before, .bg_img::after {
    height: 50vw;
  }
}

/*-------------------------------------------------------------
	gourmet_city_top
-------------------------------------------------------------*/
.gourmet_city_top .section_inner {
  padding: 80px 50px 20px 50px;
}
.gourmet_city_top .title_block {
  position: relative;
}
.gourmet_city_top .title_block .deco {
  position: absolute;
  width: 20%;
  bottom: -175px;
  right: -190px;
}
.gourmet_city_top .top_lead {
  margin-top: 40px;
  text-align: center;
}
.gourmet_city_top .top_lead .lead {
  display: inline;
  font-size: 20px;
  color: #994B4C;
  background: linear-gradient(transparent 70%, #FAD6C8 30%);
}
@media screen and (max-width: 1220px) {
  .gourmet_city_top .deco {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .gourmet_city_top .section_inner {
    padding: 10vw 5vw 0 5vw;
  }
  .gourmet_city_top .top_lead {
    margin-top: 4vw;
  }
  .gourmet_city_top .top_lead .lead {
    font-size: 3.5vw;
  }
}

/*-------------------------------------------------------------
    section_shop_list
-------------------------------------------------------------*/
.section_shop_list .item {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 30px;
  background: #fff;
  border: solid 2px #FDEBC2;
  border-radius: 15rem 15rem 0.5rem 0.5rem;
}
.section_shop_list .item:nth-child(n+3) {
  margin-top: 50px;
}
.section_shop_list .item .photo_block {
  position: relative;
}
.section_shop_list .item .photo_block .food_img_t {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50%;
}
.section_shop_list .item .photo_block .food_img_b {
  position: absolute;
  bottom: -75px;
  right: -42px;
  width: 50%;
}
.section_shop_list .item .photo_block .shop_img {
  height: 320px;
  border-radius: 13rem 13rem 0.5rem 0.5rem;
}
.section_shop_list .item .txt_block {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section_shop_list .item .txt_block .title_box .shop_name {
  color: #ED6C0E;
}
.section_shop_list .item .txt_block .title_box .shop_name::before {
  content: url("/campus_life/common/images/gourmet_city/pin.svg");
  display: inline-block;
  width: 19px;
  height: 27px;
  margin-right: 4px;
  vertical-align: top;
}
.section_shop_list .item .txt_block .title_box .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #994B4D;
  font-weight: bold;
}
.section_shop_list .item .txt_block .title_box .title .l {
  font-size: 24px;
}
.section_shop_list .item .txt_block .line {
  background: url("/campus_life/common/images/gourmet_city/line.png") no-repeat center center;
  background-size: cover;
  height: 7px;
  margin: 15px 0;
}
.section_shop_list .item .txt_block .txt {
  margin-top: 0;
}
.section_shop_list .item .txt_block .address {
  margin-top: auto;
  padding-top: 30px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .section_shop_list .item {
    padding: 5vw;
  }
  .section_shop_list .item:nth-child(n+2) {
    margin-top: 8vw;
  }
  .section_shop_list .item:nth-child(n+3) {
    margin-top: 8vw;
  }
  .section_shop_list .item .photo_block .food_img_t {
    top: -20px;
    left: -20px;
    width: 52%;
  }
  .section_shop_list .item .photo_block .food_img_b {
    bottom: -11vw;
    right: -8vw;
    width: 52%;
  }
  .section_shop_list .item .txt_block {
    margin-top: 8vw;
  }
  .section_shop_list .item .txt_block .title_box .shop_name {
    color: #ED6C0E;
  }
  .section_shop_list .item .txt_block .title_box .shop_name::before {
    content: url("/campus_life/common/images/gourmet_city/pin.svg");
    display: inline-block;
    width: 4vw;
    height: 5vw;
    margin-right: 1vw;
  }
  .section_shop_list .item .txt_block .title_box .title {
    font-size: 3.5vw;
  }
  .section_shop_list .item .txt_block .title_box .title .l {
    font-size: 5.5vw;
  }
  .section_shop_list .item .txt_block .line {
    margin: 2vw 0;
  }
  .section_shop_list .item .txt_block .address {
    padding-top: 5vw;
    font-size: 3.2vw;
  }
}

/*===============================================================

	scroll_in

===============================================================*/
.scroll_in {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll_in.delay_10 {
  transition-delay: 0.1s;
}

.scroll_in.delay_20 {
  transition-delay: 0.2s;
}

.scroll_in.delay_30 {
  transition-delay: 0.3s;
}

.scroll_in.delay_40 {
  transition-delay: 0.4s;
}

.scroll_in.scale {
  transform: scale(0.9);
}

.scroll_in.scale2 {
  transform: scale(1.1);
}

.scroll_in.top {
  transform: translate(0, -50px);
}

.scroll_in.bottom {
  transform: translate(0, 50px);
}

.scroll_in.left {
  transform: translate(-30px, 0);
}

.scroll_in.right {
  transform: translate(30px, 0);
}

.scroll_in.active {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0deg);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px *//*# sourceMappingURL=gourmet_city.css.map */