@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : 10plaza.css
Description : イベント・ブース
===================================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: relative;
  width: 100%;
}
.mv_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2rem;
  display: block;
  width: 74.2rem;
  height: 18rem;
  background-image: url(../images/10plaza/mv_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .mv_ttl::after {
    right: 4.1rem;
    bottom: -7.3rem;
    width: 149.4rem;
    height: 22.4rem;
    background-image: url(../images/10plaza/mv_bg01_pc.png);
  }
}
.mv_place {
  padding: 2rem 0;
  background-color: #ffe100;
}
@media screen and (min-width: 768px) {
  .mv_place {
    padding: 1.5rem 0;
  }
}
.mv_place_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv_place_text {
    font-size: 2.8rem;
  }
}
.mv_date {
  padding: 2rem 0;
  text-align: center;
  background-color: #68de7e;
}
@media screen and (min-width: 768px) {
  .mv_date {
    padding: 1.5rem 0;
  }
}
.mv_date_text01 {
  display: inline-block;
  padding-left: 4.4em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-indent: -4.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv_date_text01 {
    font-size: 2.8rem;
  }
}
.mv_date_text02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.mv_date_text02 > li {
  position: relative;
  margin-right: 3rem;
  padding-right: 3rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv_date_text02 > li {
    font-size: 2.8rem;
  }
}
.mv_date_text02 > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.4em);
  display: block;
  width: 0.2rem;
  height: 1em;
  background-color: #3aaeb8;
}
.mv_date_text02 > li:nth-child(2) {
  margin-right: 0;
  padding-right: 0;
}
.mv_date_text02 > li:nth-child(2)::before {
  content: none;
}
.mv_date_day {
  color: #eb611e;
}
.mv_date_yobi {
  display: inline-block;
  padding: 0.1rem 0.1rem 0.1rem 0.2rem;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  border: 0.3rem solid #5c2512;
  border-radius: 1em;
}
.shop_note {
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin: 4rem auto 0px;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 6rem 0;
}
.sns.tenplaza {
  background-color: #ffffff;
}
.sns_ttl {
  width: 61rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 54rem;
  }
}
.sns_btn {
  width: 65.3rem;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_btn {
    width: 90.3rem;
    margin: 2rem auto 0 auto;
  }
}
.sns_btn a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_btn a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/sns_img01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/* ========================================================
    comment
======================================================== */
.comment {
  position: relative;
  padding: 10rem 0 8rem 0;
  background-image: url(../images/10plaza/comment_bg02.png), url(../images/10plaza/comment_bg01_sp.png);
  background-repeat: repeat-x, repeat-y;
  background-position: center top, center top;
  background-size: 6.7rem 1.7rem, 100% auto;
}
@media screen and (min-width: 768px) {
  .comment {
    padding: 8rem 0 6rem 0;
    background-image: url(../images/10plaza/comment_bg02.png), url(../images/10plaza/comment_bg01_pc.png);
  }
}
.comment_img {
  width: 70.9rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comment_img {
    width: 98.7rem;
  }
}
.comment_text {
  width: 45rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comment_text {
    width: 70rem;
  }
}
.comment_text p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .comment_text p {
    font-size: 2rem;
    line-height: 2.25;
  }
}

/* ========================================================
    schedule
======================================================== */
.schedule {
  padding: 8rem 0;
  background-color: #ffffff;
}
.schedule_ttl {
  display: none;
}
.schedule_img {
  width: 69rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .schedule_img {
    width: 98rem;
  }
}

/* ========================================================
    shop
======================================================== */
.shop {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .shop {
    padding: 8rem 0;
  }
}
.shop.tenplaza {
  background-image: url(../images/10plaza/shop_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .shop.tenplaza {
    background-image: url(../images/10plaza/shop_bg01_pc.png);
  }
}
.shop_ttl {
  width: 62.5rem;
  margin: 0 auto 1rem auto;
}
.shop_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 3rem;
  width: 63rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shop_list {
    width: 100rem;
    column-gap: 3.2rem;
  }
}
.shop_list > li {
  width: 30rem;
  margin-top: 5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .shop_list > li {
    width: 22.6rem;
  }
}
@media screen and (min-width: 768px) {
  .shop_list > li:hover .shop_list_img img {
    transform: scale(1.2);
  }
}
.shop_list_img {
  position: relative;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
}
.shop_list_img::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  width: 3.1rem;
  height: 3.2rem;
  background-image: url(../images/common/icon_zoom02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.shop_list_img img {
  transition: 0.3s ease;
}
.shop_list_text {
  padding-top: 1.5rem;
}
.shop_list_text_name {
  position: relative;
  padding-left: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_list_text_name {
    font-size: 1.8rem;
  }
}
.shop_list_text_name::before {
  content: none;
}
.shop_list_text dd {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .shop_list_text dd {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.shop_list_text dd span {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #eb611e; 
  color: #fff; 
  margin: 0.6rem;
}
.shop_list_text dd img{
  width: 3rem;
  display: inline;
  vertical-align:middle;
}
@media screen and (min-width: 768px) {
  .shop_list_text dd span{
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #eb611e; 
    color: #fff; 
    padding: 0.6rem;
  }
}/*# sourceMappingURL=10plaza.css.map */