@charset "UTF-8";
.page_contents {
  width: 960px;
  margin: 0 auto;
}

/* ===========================================================================
  * －fadeInUp－
  =========================================================================== */
/* */
.fadeInUp {
  opacity: 0;
  transform: translateY(200px);
  transition: 3s;
}

.fadeInRight {
  opacity: 0;
  transform: translateX(100px);
  transition: 2s;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: 2s;
}

@media screen and (max-width: 899px) {
  .layer_board_bg {
    z-index: 5000000000 !important;
  }
  .layer_board {
    z-index: 5000000001 !important;
    top: 100px !important;
  }
}
/* ===========================================================================
  * －POPUP－
  =========================================================================== */
#popup-overlay {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  /* 画面全体に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* 半透明の背景 */
  z-index: 10000000000;
  /* 他の要素より前面に表示 */
}

#popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 600px;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* iframeの枠線を削除 */
}

#close-button {
  position: absolute;
  /* 親要素（content）に対して絶対配置 */
  bottom: -45px;
  right: 10px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1001;
  /* iframeより前面に表示 */
}

@media screen and (max-width: 899px) {
  #popup-content {
    width: 95%;
    height: 50%;
  }
}
.tokugawa-body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.7em;
  line-height: 1.75em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
  /* ===========================================================================
  * －SNS－
  =========================================================================== */
  /* ===========================================================================
  * －MOVIE－
    =========================================================================== */
  /* ===========================================================================
  * －TICKET－
  =========================================================================== */
  /* ===========================================================================
  * －二列表示－
  =========================================================================== */
  /* ===========================================================================
  * －四列表示－
  =========================================================================== */
}
.tokugawa-body h2 {
  border-top: 3px dotted #997934;
  padding-top: 20px;
  margin-top: 20px;
  color: #997934;
  font-size: 1.4em;
}
.tokugawa-body img {
  vertical-align: bottom;
}
.tokugawa-body .text-p {
  padding: 0 1.5em 0;
}
.tokugawa-body .kunouzan_wrap p:first-child img {
  float: left;
  margin-right: 10px;
  /* 画像と文字の間の余白 */
}
.tokugawa-body ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2em;
  padding: 3em 3em 0;
  border-top: 1px solid #997934;
}
.tokugawa-body ul li strong {
  font-size: 1.1em;
  font-weight: bold;
}
.tokugawa-body .content2 {
  border-bottom: 3px dotted #997934;
  padding: 0 0 1em 0;
  margin: 0 auto 2em;
}
.tokugawa-body .sns__box {
  width: 500px;
  margin: 30px auto;
  text-align: center;
}
.tokugawa-body .sns__box p.btn {
  text-align: center;
  margin: 0 0 20px 0;
}
.tokugawa-body .sns__box p.btn a {
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 200px;
  display: flex;
  align-items: normal;
  justify-content: center;
  gap: 0.25em;
  margin: 0 auto;
}
.tokugawa-body .sns__box p.btn img {
  width: 1em;
}
.tokugawa-body .sns__box p.btn .small {
  font-size: 0.75em;
}
/* ===========================================================================
* －MOVIE－
  =========================================================================== */
  /*
.tokugawa-body .iframe-wrap {
  position: relative;
  width: 70%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.tokugawa-body .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

/*=== 2025-07-30 add m.kato ===*/
.tokugawa-body .embed__wrap {
  background-color: #f2eee6; /* グラデーション非対応ブラウザ用のフォールバック */
  background-image: linear-gradient(to bottom, #f5f1e6, #e9e4d8);
  padding: 2em;
  margin: 2em auto;
}
.tokugawa-body .embed__wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 1em;
}
.tokugawa-body .embed__wrap h3 > span {
  position: relative;
  padding: 0 2em;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 900;
}
.tokugawa-body .embed__wrap h3 > span span.upper {
  font-size: .8em;
  display: inline-block;
  margin: 0 0 0.25em;
}
.tokugawa-body .embed__wrap h3 > span span.sm {
  font-size: .75em;
}
.tokugawa-body .embed__wrap h3 > span::before,
.tokugawa-body .embed__wrap h3 > span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.4em;
  height: 0.125em;
  background: #997934;
}
.tokugawa-body .embed__wrap h3 > span::before {
  left: 0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.tokugawa-body .embed__wrap h3 > span::after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.tokugawa-body .embed__box {
  width: 90%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 0 auto 1em;
}
.tokugawa-body .embed__box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tokugawa-body .embed__txt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.tokugawa-body .embed__txt a {
  display: inline-block;
  margin: 0.5em 0 0;
  color: #FF6900 !important;
}
.tokugawa-body .embed__txt span {
  font-size: 0.75em;
  font-weight: 400;
}

@media screen and (max-width: 899px) {
  .tokugawa-body .embed__wrap {
    padding: 1em;
  }
  .tokugawa-body .embed__wrap h3 > span {
    font-size: 4.5vw;
    padding: 0 2.4em;
    text-align: center;
  }
  .tokugawa-body .embed__wrap h3 > span::before,
  .tokugawa-body .embed__wrap h3 > span::after {
    width: 4em;
  }
  .tokugawa-body .embed__wrap h3 > span::before {
    left: -1em;
    -moz-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  .tokugawa-body .embed__wrap h3 > span::after {
    right: -1em;
    -moz-transform: rotate(-72deg);
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }
  .tokugawa-body .embed__box {
    width: 95%;
  }
  .tokugawa-body .embed__txt {
    width: 95%;
    font-size: 1em;
  }
}

.tokugawa-body .ticket {
  width: 340px;
  text-align: center;
  margin: 30px auto;
}
.tokugawa-body .ticket p a {
  background-color: #f54336;
  color: #fff;
  padding: 1em;
  display: block;
  margin: 1em auto 0;
  text-align: center;
  font-size: 1.2em;
  border-radius: 2em;
  text-decoration: none;
}
.tokugawa-body .img_container_1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  /* 中央寄せ */
}
.tokugawa-body .img_container_1 .item {
  width: calc(50% - 20px);
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
}
.tokugawa-body .img_container_1 .item img {
  max-width: 80%;
  height: auto;
  margin-bottom: 5px;
}
.tokugawa-body .img_container_1 .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #997934;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.tokugawa-body .img_container_1 .item p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5em;
}
.tokugawa-body .img_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
.tokugawa-body .img_container .item {
  width: calc(25% - 20px);
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
}
.tokugawa-body .img_container .item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.tokugawa-body .img_container .item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #997934;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.tokugawa-body .img_container .item p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5em;
}

@media screen and (min-width: 900px) {
  .item.clearfix .title {
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #000;
    color: #000;
    padding: 15px 15px 30px 15px;
    font-weight: 600;
    font-size: 16px;
  }
  .item.clearfix .contents {
    width: 75%;
    border-bottom: solid 2px #b39068;
    padding: 15px 15px 30px 15px;
    font-size: 1.3em;
  }
  .item.clearfix .contents .item_dtl2 {
    color: #997934;
    font-size: 1.2em;
    background-color: khaki;
  }
  .item.clearfix .contents .item_sup2 {
    padding: 0 0 0 1em;
  }
  .item.clearfix .contents .item_sup div.btn {
    text-align: center;
    margin: 0 0 1em 0;
  }
  .item.clearfix .contents .item_sup div.btn a {
    background-color: #edd6a1;
    padding: 1em;
    display: block;
    width: 50%;
    margin: 1em auto 0;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    border-radius: 2em;
  }
}
@media screen and (max-width: 899px) {
  .page_contents {
    width: 100%;
    margin: 0 auto;
  }
  .tokugawa-body {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    line-height: 1.75em;
    font-weight: bold;
    overflow: hidden;
    /* ===========================================================================
    * －SNS－
    =========================================================================== */
    /* ===========================================================================
    * －二列表示－
    =========================================================================== */
    /* ===========================================================================
    * －四列表示－
    =========================================================================== */
  }
  .tokugawa-body section {
    width: 95%;
    margin: 0 auto;
  }
  .tokugawa-body ul li {
    margin: 0 1em;
  }
  .tokugawa-body .sns__box {
    width: 100%;
    margin: 30px auto;
  }
  .tokugawa-body .sns__box p.btn {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .tokugawa-body .sns__box p.btn a {
    background-color: #000;
    color: #fff;
    padding: 0.25em 1em;
    width: 10em;
    display: flex;
    align-items: normal;
    justify-content: center;
    gap: 0.25em;
    margin: 0 auto;
  }
  .tokugawa-body .img_container_1 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .tokugawa-body .img_container_1 .item {
    width: 44%;
    box-sizing: border-box;
    text-align: center;
  }
  .tokugawa-body .img_container_1 .item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #997934;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2em;
  }
  .tokugawa-body .img_container_1 .item p {
    font-size: 11px;
    margin-top: 0;
    line-height: 1.5em;
  }
  .tokugawa-body .img_container_1 .item img {
    max-width: 100%;
  }
  .tokugawa-body .img_container {
    display: flex;
    flex-wrap: wrap;
  }
  .tokugawa-body .img_container .item {
    width: 44%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
  }
  .tokugawa-body .img_container .item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .tokugawa-body .img_container .item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #997934;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2em;
  }
  .tokugawa-body .img_container .item p {
    font-size: 11px;
    margin-top: 0;
    line-height: 1.5em;
  }
  .ticket {
    width: 80%;
    text-align: center;
    margin: 0 auto 2em;
  }
  .ticket p a {
    background-color: #f54336;
    padding: 1em;
    display: block;
    margin: 1em auto 0;
    text-align: center;
    font-size: 1.2em;
    border-radius: 2em;
    text-decoration: none;
  }
  .item.clearfix .contents {
    border-bottom: none;
  }
  .item.clearfix .contents .item_dtl2 {
    color: #997934;
    font-size: 1.2em;
    background-color: khaki;
  }
  .item.clearfix .contents .item_sup2 {
    padding: 0 0 0 1em;
  }
  .item.clearfix .title {
    border-bottom: none;
  }
  .item.clearfix {
    display: block;
    position: relative;
    width: 90%;
    border-top: solid 2px #b39068;
    margin: 0 auto;
    padding: 0 0 1em 0;
  }
  .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #000;
  }
  .item.clearfix .title {
    color: #000;
    padding: 1em 15px 0.5em 15px;
    font-weight: 600;
    font-size: 14px;
  }
  .item_sup2 {
    padding: 0 0 0 1em;
  }
  .item.clearfix .contents .item_sup div.btn {
    text-align: center;
    margin: 0 0 1em 0;
  }
  .item.clearfix .contents .item_sup div.btn a {
    background-color: #edd6a1;
    padding: 1em;
    display: block;
    width: 100%;
    margin: 1em auto 0;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    border-radius: 2em;
    box-sizing: border-box;
  }
  .link_flyer {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
  }
  .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }
  .pc{
    display: none;
  }
}/*# sourceMappingURL=2025tokugawa.css.map */

span.red {
    color: red;
}

span.red-bold {
    color: red;
    font-weight: bold;
}

span.u-line {
    text-decoration: underline;
}

.strikethrough {
  text-decoration: line-through;
}