@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* html
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
a:hover img {
  opacity: 0.7;
}
body {
  container-type: inline-size;
}
/* コンテンツ
---------------------------------------------------------- */
/* ご当地背景 */
.bg_gotouchi {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #d4e3eb;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='33.333' patternTransform='scale(2) rotate(55)'><rect x='0' y='0' width='100%' height='100%' fill='%23f44336ff'/><path d='M25 .806v2.79h.8V.806Zm0 4.465v2.791h.8v-2.79Zm-2.043 3.902-2.32 1.55.444.665 2.32-1.55-.443-.665zm4.885 0-.444.665 2.32 1.55.445-.665zM-.4 10.61v2.79h.8v-2.79zm50 0v2.79h.8v-2.79zm-30.356 1.042-2.32 1.55.443.666 2.322-1.55-.444-.666zm12.311 0-.444.665 2.32 1.55.445-.664zm3.783 2.566-.444.666 2.321 1.55.444-.666zm-19.852.025-2.32 1.55.444.665 2.32-1.55zm-15.886.77v2.79h.8v-2.79Zm50 0v2.79h.8v-2.79Zm-50 4.465v2.79h.8v-2.79h-.8Zm50 0v2.79h.8v-2.79h-.8zM2.442 23.379l-.444.665 2.32 1.55.445-.665zm45.115 0-2.32 1.55.443.666 2.322-1.55-.444-.666zM6.155 25.86l-.444.665 2.32 1.55.445-.665zm37.69 0-2.322 1.55.444.665 2.321-1.55-.444-.666zM9.937 28.424l-.444.665 2.32 1.55.445-.665-2.321-1.55zm30.11.003-2.321 1.55.444.666 2.321-1.55zM25 29.737v2.79h.8v-2.79z'  stroke-width='1' stroke='none' fill='%23ff9e9eff'/></pattern></defs><rect width='800%' height='800%' transform='translate(-94,0)' fill='url(%23a)'/></svg>")
}
/* ベース */
.New_Table900 {
  width: 960px;
  margin: 2em auto;
  padding: 3em 0;
  background-color: #0c007c;
}
/* メイン
---------------------------------------------------------- */
/* メイン */
.title_area {
  text-align: center;
}
.tit_redyellow {
  position: relative;
  display: inline-block;
  margin: 0;
}
.tit_redyellow::before {
  content: "";
  position: absolute;
  left: -3.3em;
  bottom: -2.7em;
  z-index: 0;
  width: 9.6em;
  aspect-ratio: 1 / 1;
  background-image: url("../images/img_gizagiza_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.tit_redyellow > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #ffff00;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  -webkit-text-stroke: 4px #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 {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin: 1.2em auto 1em;
}
/* スライダー用_base
---------------------------------------------------------- */
.slider_base {
  width: 900px;
  margin: 3em auto 0em;
}
/* タイトル
---------------------------------------------------------- */
/* 浅草 */
.tit_asakusa {
  width: 100%;
  height: auto;
  padding: 0.8em 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  background-color: #e0ca1f;
  font-size: 2.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-align: center;
  border-bottom: solid 6px #dc721c;
}
/* 京都 */
.tit_kyoto {
  width: 100%;
  height: auto;
  padding: 0.8em 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  background-color: #1b493a;
  font-size: 2.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-align: center;
  border-bottom: solid 6px #909a22;
}
/* スライダー_コンテナ
---------------------------------------------------------- */
.slider_mov_container {
  position: relative;
  margin-inline: auto;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  background-color: #ffffff;
  opacity: 1;
  background-image: linear-gradient(#d4e9fa 1px, transparent 1px), linear-gradient(to right, #d4e9fa 1px, #ffffff 1px);
  background-size: 40px 40px;
  border-radius: 0 0 20px 20px;
}
/* スライダー
---------------------------------------------------------- */
/*スライダー_基本*/
.swiper {
  position: relative;
  width: 800px;
  padding: 2em 0;
}
.swiper-box {
  position: relative;
}
.swiper-slide {
  width: 800px;
  height: auto;
  margin: 2em auto;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-next {
  right: 30px;
}
.swiper01_prev, .swiper01_next, .swiper02_prev, .swiper02_next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 10;
}
.swiper01_prev, .swiper01_next {
  color: #e0ca1f;
}
.swiper02_prev, .swiper02_next {
  color: #1b493a;
}
/* スライダー_テキスト
---------------------------------------------------------- */
.txt_date {
  font-size: 1.3rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #141414;
  text-align: center;
}
.txt_shop {
  width: 80%;
  margin: 1em auto;
  padding: 0.8em 0;
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: center;
  background-color: #0c007c;
  border-radius: 100vh;
}
.txt_prefecture {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #141414;
  text-align: center;
}
.txt_place {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #141414;
  text-align: center;
}
.txt_copyright {
  font-size: 0.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #141414;
  text-align: right;
  padding: 1.5em 1.5em 1em 0;
}
/* 注記
---------------------------------------------------------- */
.redbox_notice {
  width: 80%;
  height: auto;
  padding: 1em 1em 1em 2em;
  margin: 2em auto 1em;
  background-color: #aa000d;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: left;
}