@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


.rel {
  position: relative;
}

/* ======================
// Reset
====================== */
* {
  box-sizing: border-box;
}

html body,
html a {
  color: #000;
  font-size: 3.7333333333vw;
  letter-spacing: normal;
}
html body, html div, html p, html dl, html dt, html dd, html ul, html ol, html li, html h1, html h2, html h3, html h4, html h5, html h6 {
  margin: 0;
  padding: 0;
}
html body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lato", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  html body,
  html a {
    font-size: min(1.25vw, 16px);
  }
}

/* 改行切り替え */
.pc {
  display: none;
}

.sp {
  display: inherit;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
}

/* =========================================================
  「トップへ戻る」ボタン
========================================================= */
#section01 div,#section02 div.back{
  background: transparent;
}

.back {
  position: absolute;
  left: 0;
  bottom: -3.5em;
}
.back a {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lato", "メイリオ", Meiryo, sans-serif;
  padding: min(3vw, 12px) min(2vw, 7px) min(3vw, 12px) min(6vw, 2em);
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  background-color: #888888;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}
.back a:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  left: 0.7em;
}
.back a:hover {
  background-color: #CCC;
  transition: 0.3s;
  color: #FFF;
  text-decoration: none;
}

/* ======================
// footer
====================== */
.footer {
  border-top: 1px solid #DDD;
  text-align: center;
  background-color: #fff;
}
.footer .copyright {
  display: inline-block;
  width: 100%;
  padding: min(4.2666666667vw, 16px) min(4.2666666667vw, 16px);
  background-color: #eee;
  font-size: min(3.2vw, 12px);
}

@media screen and (min-width: 1280px) {
  .footer {
    padding: 0;
  }
}/*# sourceMappingURL=202509_07.css.map */


/* =========================================================
========================================================= */
/*  Body
--------------------------------------------------------- */
main{
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 auto;
  line-height: 1.9;
}

main p{
  margin: 0 0.8em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lato", "メイリオ", Meiryo, sans-serif;
}

/* =========================================================
  CSS（SPベース）
========================================================= */
/*  背景の水玉模様（黄色）
--------------------------------------------------------- */
section#section01{
  background-color: #fde96f;
  background-image: radial-gradient(circle, #fcf1b1 2px, transparent 2px);
  background-position: 0 0;
  background-size: 10px 10px;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*  背景の水玉模様（ピンク）
--------------------------------------------------------- */
section#section02{
  background-color: #fccfd4;
  background-image: radial-gradient(circle, #fae4e5 2px, transparent 2px);
  background-position: 0 0;
  background-size: 10px 10px;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 5em;
}

/*  テキストエリア（白枠）
--------------------------------------------------------- */
#section01 div, #section02 div{
  margin: 1.5em 1.8em;
  background: #FFF;
  border-radius: 25px;
  line-height: 1.8;
  max-width: 1000px;
}

/* ----- テキストエリア＞上下のマージン調整用 ----- */
#section01 div{
  padding: 1.9em 1.5em 4.5em;
}
#section02 div{
  padding: 1.9em 1.5em 1em;
}

/*  見出し（h1→移転告知／h2→クレジット）
--------------------------------------------------------- */
main h1, main h2{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.8em;
  color: #3952a2;
  line-height: 1.55;
  margin-bottom: 0.8em;
  white-space: nowrap;
}

/* ----- 見出し＞【告知】【重要】 ----- */
main h1 span, main h2 span{
  display: block;
  color: #e43227;
  font-size: 1.15em;
}

/*  各種お知らせ
--------------------------------------------------------- */
main section dl{
  text-align: center;
  margin-bottom: 3em;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
}

main section dl dt{
  background-color: #ff7801;
  color: #FFF;
  padding: 0.3em 0;
  min-height: 3em;
  border-radius: 12px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17em;
}

main section dl dd{
  color:#3952a2;
  display: block;
  font-size: 1.4em;
  line-height: 1.4;
}

/* ----- 各種お知らせ＞注釈（文字サイズ小） ----- */
main section dl small{
  display: block;
  font-size: 0.75em;
  margin-top: 0.2em;
}

/* ----- 各種お知らせ＞（数字強調） ----- */
main section dl em{
  font-style: normal;
  font-size: 2em;
}

/* ----- 各種お知らせ＞見出しmargin個別調整 ----- */
.dt-01{margin: 3.0em auto 0.3em;}
.dt-02{margin: 1.2em auto 1.0em;}
.dt-03{margin: 1.7em auto 0.5em;}
.dt-04{margin: 2.5em auto 0.6em; padding: 0.9em 0;}
.dt-05{margin: 1.6em auto 1em;}

/* ----- テキストサイズ調整用（ちょっとだけ小さくする） ----- */
.w-300{
  font-size: 1.3em;
}

/* ----- 「クレジットカードの決済について」テキストのみ左寄せ ----- */
.w-400{
  font-size: 1.2em;
  text-align: left;
  margin: 0 0.9em;
  line-height: 1.6;
}

/* =========================================================
  PCサイズのみ（768px~）
========================================================= */
@media screen and (min-width: 768px) {
  /* ----- PC版はほぼ全テキスト中央寄せ ----- */
  main{
    text-align: center;
  }
  /* ----- 行間調整（PCは広め） ----- */
  main p{
    line-height: 2.0;
  }
  /* ----- 背景の余白を調整 ----- */
  section#section01{
    padding: 4em 0;
  }
  section#section02{
    padding: 4em 0 5em;
  }
  /* ----- テキストエリア（白枠） ----- */
  #section01 div, #section02 div{
    padding: 3.5em 0em;
    width: 80vw;
    max-width: 1000px;
  }
  /* ----- 見出し ----- */
  main h1, main h2 {
    font-size: 1.85em;
  }
  /* ----- 各種お知らせ ----- */
  main section dl dt{
    padding: 0.4em 0;
    min-height: auto;
    border-radius: 16px;
  }
  main section dl dd{
    font-size: 1.35em;
  }
  main section#section01 dl dt{
    width: 28em;
    padding: 0.2em 0;
  }
  main section#section02 dl dt{
    padding: 0.2em 0;
    width: 40em;
    max-width: none;
    border-radius: 16px;
  }
  main section dl em{
    font-size: 1.6em;
  }
  /* ----- 見出しmargin個別調整 ----- */
  .dt-01{margin: 2.4em auto 0.9em;}
  .dt-02{margin: 1.8em auto 1.7em;}
  .dt-03{margin: 2.4em auto 1.2em;}
  .dt-04{margin: 2.6em auto 1.7em}
  .dt-05{margin: 1.6em auto 1em;} 
  /* ----- 「クレジットカードの決済について」テキストPCは中央寄せ ----- */
  .w-400{
    text-align: center;
  }
}