@charset "utf-8";

.g-wrap .article_title,
.g-wrap .article_content ._text-l,
.g-wrap .share_box,
.g-wrap .shop_info_box ._title,
.g-wrap .shop_info_box .p-shop_name {
  font-weight: 700;
}

/*======================================================================
 * link_pdf
======================================================================*/
.g-wrap .article_area a {
  text-decoration: underline;
}

.g-wrap .article_link {
  border-top: 1px solid #B2C6D4;
  margin-top: 40px;
  padding-top: 40px;
}

.g-wrap .article_link a {
  text-decoration: underline;
}

.g-wrap a.link_pdf {
  padding-right: 1.8em;
  position: relative;
}

.g-wrap a.link_pdf::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_pdf.svg) no-repeat center/ contain;
  aspect-ratio: 5/6;
  width: 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .g-wrap .article_link {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 15px;
  }
}

/*======================================================================
 * article
======================================================================*/
.g-wrap .article_area {
  padding-bottom: 100px;
  border-bottom: 1px solid #004471;
}

@media (max-width: 768px) {
  .g-wrap .article_area {
    padding-bottom: 50px;
  }
}

/* head */
.g-wrap .article_head {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .g-wrap .article_head {
    margin-bottom: 20px;
  }
}

.g-wrap .article_date {
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.g-wrap .tag_new {
  background: #FF0000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 1.9em;
  margin-right: 28px;
}

.g-wrap .tag_new span {
  transform: translateY(0.1em);
}

.g-wrap .article_shopname {
  font-size: 20px;
  margin-top: 20px;
}

.g-wrap .article_tel {
  font-size: 15px;
  margin-top: 12px;
}

.g-wrap .article_title {
  font-size: 24px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #004471;
  border-bottom: 1px solid #004471;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .g-wrap .article_date {
    font-size: 12px;
  }

  .g-wrap .tag_new {
    margin-right: 15px;
    width: 4em;
    height: 1.3em;
  }

  .g-wrap .tag_new span {
    transform: translateY(0.2em);
  }

  .g-wrap .article_shopname {
    font-size: 15px;
    margin-top: 12px;
  }

  .g-wrap .article_tel {
    font-size: 12px;
    margin-top: 5px;
  }

  .g-wrap .article_title {
    font-size: 15px;
    margin-top: 15px;
    padding: 15px 0;
    letter-spacing: 0.04em;
  }
}

/* article_info */
.g-wrap .article_info {
  padding: 20px 0;
  border-bottom: 1px solid #004471;
  word-wrap: break-word;
}

.g-wrap .article_info dt,
.g-wrap .article_info dd {
  vertical-align: top;
}

.g-wrap .article_info dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 5px 0 4px;
  width: 80px;
  margin-right: 5px;
  font-weight: 400;
  border: 1px solid #004471;
  color: #fff;
  background: #004471;
  text-align: center;
}

.g-wrap .article_info dd {
  letter-spacing: 0.04em;
  display: inline-block;
  width: calc(100% - 100px);
  margin-bottom: 15px;
}

.g-wrap .article_info dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .g-wrap .article_info {
    padding: 10px 0;
  }

  .g-wrap .article_info dt {
    padding: 4px 0 3px;
    width: 70px;
    margin-right: 5px;
    font-size: 13px;
  }

  .g-wrap .article_info dd {
    display: inline-block;
    width: calc(100% - 90px);
    margin-bottom: 5px;
    line-height: 1.8;
    font-size: 14px;
  }
}

/* content */
.g-wrap .article_content {
  font-size: 16px;
}

.g-wrap .article_content p {
  margin-top: 35px;
}

.g-wrap .article_content a.link_pdf {
  padding-right: 1.8em;
  position: relative;
}

.g-wrap .article_content a.link_pdf::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_pdf.svg) no-repeat center/ contain;
  aspect-ratio: 5/6;
  width: 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.g-wrap .article_content span {
  font-size: 16px !important;
}

.g-wrap .article_content ._text-l {
  font-size: 1.25em;
  display: block;
}

.g-wrap .article_content ._text-en {
  font-size: 1.625em;
  display: flex;
  align-items: center;
  margin-bottom: -1em;
}

.g-wrap .article_content ._text-en::after {
  content: "";
  display: block;
  margin-bottom: -10px;
}

.g-wrap .article_content ._text-en-s {
  font-size: 0.5em;
  text-indent: 0.5em;
}

.g-wrap .article_content .article_image {
  width: 100%;
}

.g-wrap .article_content .article_image img {}

.g-wrap .article_content .article_image img.ofi-c {
  aspect-ratio: 40/27;
  object-position: left;
}

.g-wrap .article_content ._img-s {
  max-width: 560px;
}

@media (max-width: 768px) {
  .g-wrap .article_content {
    font-size: 15px;
  }

  .g-wrap .article_content p {
    margin-top: 20px;
  }

  .g-wrap .article_content span {
    font-size: 15px !important;
  }

  .g-wrap .article_content ._text-l {
    font-size: 1.16em;
  }

  .g-wrap .article_content ._text-en {
    font-size: 1.38em;
  }

  .g-wrap .article_content .article_image img.ofi-c {
    object-position: center;
  }

}

/*======================================================================
 * share_box
======================================================================*/
.g-wrap .share_box {
  font-size: 13px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-wrap .share_text {
  width: 75px;
}

.g-wrap .share_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

/*======================================================================
 * shop_info_box
======================================================================*/
.g-wrap .shop_info_box {
  border-radius: 30px;
  border: 1px solid #004471;
  background: #F8F8F8;
  padding: 40px 0 60px;
  margin-top: 100px;
}

.g-wrap .shop_info_box ._title {
  text-align: center;
  font-size: 28px;
}

.g-wrap .shop_info_box ._group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 620px;
  margin: 36px auto 0;
}

.g-wrap .shop_info_box ._img {
  max-width: 240px;
  width: 40%;
}

.g-wrap .shop_info_box ._img img {
  background: #fff;
}

.g-wrap .shop_info_box ._desc {
  width: 50%;
}

.g-wrap .shop_info_box .p-shop_floor {
  width: 60px;
  font-size: 25px;
}

.g-wrap .shop_info_box .p-shop_name {
  text-align: left;
}

.g-wrap .shop_info_box .p-shop_name .namekana {
  font-size: 0.8em;
  margin-top: 0.5em;
  font-weight: 400;
}

.g-wrap .shop_info_box .p-shop_category {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .g-wrap .shop_info_box {
    padding: 20px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .g-wrap .shop_info_box ._title {
    font-size: 16px;
  }

  .g-wrap .shop_info_box ._group {
    display: block;
    margin-top: 18px;
    position: relative;
    padding-top: 58px;
  }

  .g-wrap .shop_info_box ._img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
  }

  .g-wrap .shop_info_box ._desc {
    width: 100%;
    text-align: center;
  }

  .g-wrap .shop_info_box .p-shop_floor {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    max-width: none;
    width: 42px;
  }

  .g-wrap .shop_info_box .p-shop_floor._many span {
    font-size: 10px;
  }

  .g-wrap .shop_info_box .p-shop_name {
    text-align: center;
    font-size: 14px;
  }

  .g-wrap .shop_info_box .p-shop_category {
    margin-top: 14px;
    font-size: 12px;
  }
}

/*======================================================================
 * article_event
======================================================================*/
.g-wrap .article_event_date {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #004471;
}

.g-wrap .event_detail .share_box {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .g-wrap .article_event_date {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 12px 0;
  }
}

/*======================================================================
 * swi_shop_list
======================================================================*/
.g-wrap .swiper-wrapper.p-shopnews_list {
  margin-top: 0;
}

.g-wrap .l-swiper_area.p-shopnews_swiper {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .g-wrap .p-shopnews_title {
    margin-bottom: 20px;
  }

  .g-wrap .l-swiper_area.p-shopnews_swiper {
    margin-top: 0;
  }
}