/* ==========================================================================
   Parts
   ========================================================================== */
.only-sp {
  display: none !important;
}

.mypage-login_button {
  width: 345px;
  margin: 0 auto;
}

.mypage-login_button .mod-link {
  width: 333px;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.mod-carousel_slider-story {
  left: 170px;
}

.mod-index-list_content_body .story-name {
  font-size: 1em;
}

.mod-index-list .mod-index-list_link {
  font-size: 1.6rem;
}

/* ==========================================================================
   Kyousai Shop
   ========================================================================== */
.kyousai-shop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 40px;
  height: 450px;
}

.kyousai-shop_map {
  margin-right: 30px;
}

.kyousai-shop_map img {
  display: block;
  width: 300px;
  height: 312px;
}

.kyousai-shop_list .mod-table.theme-contact-table th:nth-child(2),
.kyousai-shop_list .mod-table.theme-contact-table td:nth-child(2) {
  width: 300px;
}