@charset "UTF-8";
/*********************
キャスト紹介
**********************/
.cast-list__ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none; }
  @media (min-width: 1050px) and (max-width: 9999px) {
    .cast-list__ul {
      justify-content: space-between; } }
  @media (min-width: 641px) and (max-width: 1049px) {
    .cast-list__ul {
      justify-content: center; } }
  @media (max-width: 640px) {
    .cast-list__ul {
      justify-content: space-around; } }

.cast-list__li {
  display: block; }
  @media (min-width: 641px) {
    .cast-list__li {
      margin-bottom: 20px;
      width: 160px; } }
  @media (min-width: 641px) and (max-width: 1049px) {
    .cast-list__li {
      margin: 0 5px 20px; } }
  @media (max-width: 640px) {
    .cast-list__li {
      margin-bottom: 7%;
      width: 40.54%; } }

.cast-list__anc {
  color: inherit;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%; }

.cast-list__imgbox {
  background-position: center;
  background-size: cover;
  border: solid 1px #b2b2b2;
  display: block;
  height: 0px;
  padding-top: 150%;
  width: 100%; }

.cast-list__name {
  display: block;
  font-weight: bold; }
  @media (min-width: 641px) {
    .cast-list__name {
      font-size: 15px;
      line-height: 24px;
      padding-top: 9px; } }
  @media (max-width: 640px) {
    .cast-list__name {
      font-size: 12px;
      line-height: 19px;
      padding-top: 5px; } }

.cast-list__info {
  color: #989898;
  display: block; }
  @media (min-width: 641px) {
    .cast-list__info {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 640px) {
    .cast-list__info {
      font-size: 11px;
      line-height: 14px; } }

/*********************
スマホ用ニュース
**********************/
.sp-news {
  height: 300px;
  margin-bottom: 10px;
  overflow-y: scroll; }
  .sp-news__article {
    margin-bottom: 15px; }
  .sp-news__title {
    margin-bottom: 5px; }

/*********************
店内画像
**********************/
@media (min-width: 641px) {
  .interior {
    margin-bottom: 48px; } }

@media (max-width: 640px) {
  .interior {
    margin-bottom: 9%; }
    .interior .sec-default__content {
      padding: 0; } }

/* Swiper */
.top-slider {
  overflow: hidden; }
  @media (min-width: 641px) {
    .top-slider {
      margin-bottom: 10px; } }
  .top-slider__img {
    display: block;
    width: 100%; }

.swiper-container {
  /*
	width: 672px;
	height: 334px;
	margin-bottom: 8px;
	*/ }

.swiper-slide {
  width: 100%; }

@media (min-width: 641px) {
  .swiper-pagination-thumbs {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 640px) {
  .swiper-pagination-thumbs {
    height: 0;
    overflow: hidden; } }

@media (min-width: 641px) {
  .swiper-pagination-thumb {
    cursor: pointer;
    display: block;
    width: calc( 95% / 7); } }

@media (max-width: 640px) {
  .swiper-pagination-thumb {
    display: none; } }

@media (max-width: 640px) {
  .swiper-notification {
    display: none; } }

.swipe-thumbimg {
  display: block;
  width: 100%; }

.swipe-interior-img {
  width: 100%; }

/*# sourceMappingURL=top.css.map */