@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* コンテンツ
---------------------------------------------------------- */
/* ベース */
.New_Table900 {
  width: 100%;
  padding-left: 0;
}
/* メイン
---------------------------------------------------------- */
/* メイン */
.tit_redyellow::before {
  left: -3.3em;
  bottom: -2.7em;
  width: 9.6em;
}
.tit_redyellow > span {
  font-size: 1.5rem;
  -webkit-text-stroke: 2px #d50924;
  paint-order: stroke fill;
  filter:
    drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
}
.tit_white {
  font-size: 1.4rem;
  margin: 1.2em auto 1em;
}

/* スライダー用_base
---------------------------------------------------------- */
.slider_base {
  width: 90%;
  margin: 1em auto 0em;
}
/* タイトル
---------------------------------------------------------- */
/* 浅草 */
.tit_asakusa {
  font-size: 1.5rem;
}
/* 京都 */
.tit_kyoto {
  font-size: 1.5rem;
}
/* スライダー_コンテナ
---------------------------------------------------------- */
.slider_mov_container {
  max-width: 100%;
  padding: 1em 0;
}
/* スライダー
---------------------------------------------------------- */
/*スライダー_基本*/
.swiper {
  position: relative;
  width: 100%;
  padding: 1em 0;
}
.swiper-box {
  position: relative;
}
.swiper-slide {
  width: 90%;
  height: auto;
  margin: 1em auto;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
/* スライダー_テキスト
---------------------------------------------------------- */
.txt_date {
  font-size: 0.9rem;
}
.txt_shop {
  font-size: 1rem;
}
.txt_prefecture {
  font-size: 0.9rem;
}
.txt_place {
  font-size: 0.9rem;
}
.txt_copyright {
  font-size: 0.6rem;
  padding: 1em 1em 1em 0;
}
/* 注記
---------------------------------------------------------- */
.redbox_notice {
  width: 80%;
  height: auto;
  padding: 1em 1em 1em 2em;
  margin: 2em auto 1em;
  background-color: #aa000d;
  font-size: 0.8rem;
}