

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');

body,section,header,footer,p{
  /* background-color: #000000; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp{
  display: none;
}

h1 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

a:hover{
  opacity: 0.8;
}

header{
  padding-top:60px;
  padding-bottom:60px;
  background-image: url('../img/bg-header.png');
}

header img {
  margin: 0 auto;
}

section{
    width:100%;
}

.fontColorBlack{
  color:#000 !important;
}

.content{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
}

.content-event{
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
          text-align: center;
          overflow-x: auto;
}

.hanging-indent {
  text-indent: -1em;       /* 1行目を左に出す */
  padding-left: 1em;       /* 全体を右に寄せる */
}


.titleimg{
  margin: 0 auto;
  display: block;
}

.comingsoon{
  font-size:20px;
}

.highlight {
  /* background-color: #9269b7;
  padding: 0.2em 0.3em;
  border-radius: 0.2em;
  color:#000; */

  /* background-color: #fffa9c;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  box-shadow: 0 0 8px #fffa9caa; */
/* 
  background: linear-gradient(90deg, #ffe082, #fff59d, #ffe082);
  padding: 0.2em 0.4em;
  border-radius: 0.3em */
  background: linear-gradient(transparent 60%, #9269b7 60%);
  padding-right:0.3em;
  padding-left:0.3em;

  /* color:#000; */

}



#menu{
  margin-top:-20px;
  height:557px;
  background-image: url('../img/bg-menu.png');
  background-position: center top;
  background-repeat: repeat-y;
}

#menu .content{
  padding-top:70px;
}

#menu .content p{
  color:#fff;
  font-size:18pt;
  font-weight: 500;
  /* font-size:24pt; */
  text-align: center ;
  padding-top:10px;
  padding-bottom:130px;
}


.grid{
  margin: 0 auto;
  display: flex;
  gap: 20px; /* カラム間の余白。必要に応じて調整 */
  justify-content: space-between; /* 均等配置 */
}

.col{
  flex: 1; /* 幅を均等に分配 */
}

#contents1{
  padding-top:100px;
  background-image: url('../img/bg-contents1.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-color:#ffffa1; 
  padding-bottom:610px;
}

#contents1 .content{
  width:1008px;
  margin-top:-280px;
  padding-top:280px;
  background-image: url('../img/bg-contents1-content.png');

  height:1712px;
  text-align: center;
}

#contents1 .content .contents1-img1{
  margin: 0 auto;
  margin-top:40px;
  display: block;
}

#contents1 .content .contents1-p1{
  margin-top:44px;
  font-size: 20px;
  line-height: 1.8em;
  color: #42210B;
  text-align: center;
}

#contents1 .content .contents1-btn1{
  display: block;
  margin: 40px auto 20px auto;
}
#contents1 .content .contents1-btn1:hover{
  opacity: 0.8;
}
#contents1 .content .contents1-p2{
  font-size: 18px;
  color: #42210B;
  text-align: center;
}

#contents1 .content .contents1-img2{
  margin: 0 auto;
  margin-top:40px;
  display: block;
}

#contents1 .content .grid{
  width:627px;
  margin-top:40px;
}

.contents1-thumbnails{
  margin-bottom:20px;
  border:1px solid #ccc;
}
.contents1-btndl, .contents1-thumbnails{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#contents1 .content .grid .col{
  text-align: center;
}

#contents1 .content .contents1-img3{
  margin: 0 auto;
  margin-top:40px;
  display: block;
}

.arrow{
  margin-left:802px;
  margin-top:-300px;
}



#contents2{
  margin-top:-500px;
  padding-top:50px;
  padding-bottom:260px;
  background-image:url('../img/bg-contents2.png'),linear-gradient(to bottom, transparent 0px, transparent 500px, #fdd3db 510px);
  background-position: center top;
  background-repeat: repeat-y;

}
#contents2 .titleimg{
  margin-bottom: 70px;
}
#contents2 .contents2-img1{
  margin-bottom:22px;
  display: block;
}
#contents2 .contents2-img2{
  margin-bottom:38px;
  display: block;
}
#contents2 .content .grid {
  width: 100%;
  border-radius: 20px;
  border: 5px solid #E53B95;
  background-color: #fff;
  display: block;
  padding-bottom:50px;
  margin-bottom:30px;
}


#contents2 .content .grid h3,
#contents2 .content .grid h4
{
  color: #E53B95;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  display: block;
  border-bottom: 3px solid #E53B95;
  padding-bottom: 6px;
  text-align: center;
  margin: 70px auto 0 auto;
  width: max-content;
}

#contents2 .content .grid h4{
  margin-top:0px;
  margin-bottom:70px;
  padding-top:5px;
  border-bottom: none;
}

#contents2 .content .grid .col img{
  display: block;
  margin: 0 auto;
  margin-bottom:20px;
  padding-top:3px;
}

#contents2 .content .grid .col p{
  padding-left: 260px;
  padding-right:260px;
  font-size:20px;
  font-weight: 500;
  color: #42210B;
  margin-bottom:20px;
}

.note-list {
  list-style: none;
  padding-left: 260px;
  padding-right:200px;
  margin-left: 0;
}

.note-list li {
  font-size: 20px;
  color: #42210B;
  font-weight: 500;
  position: relative;
  margin-left:0em;
  padding-left: 1em;           /* 1em分のぶら下がり + 余白 */
  text-indent: 0em;             /* 1行目を左に出す */
  line-height: 1.5;              /* お好みで調整 */
}

.note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.contents2-imgs{
  display: block;
  margin:0 auto 0 20px !important;
}

#contents2 .content .grid .col .hr-pink{
  display: block;
  margin-top:30px;
  margin-bottom:30px;
}

#contents2 .content .kiyaku{
  width: 100%;
  border-radius: 20px;
  border: 5px solid #E53B95;
  background-color: #fff;
  display: block;
  padding-bottom:30px;
  margin-bottom:50px;
}

#contents2 .content .kiyaku h3{
  font-size:25px;
  font-weight: 500;
  color: #42210B;
  text-align: center;
  line-height: 3em;
}

#contents2 .content .kiyaku .kiyaku-body{
  font-size:18px;
  font-weight: 500;
  color: #42210B;
  padding: 10px 100px;
  height:270px;
  overflow-y: scroll;

}

#contents2 .content .kiyaku .kiyaku-btn{
  padding-top: 20px;
  text-align: center;
}
#contents2 .content .kiyaku .kiyaku-btn a{
  font-size: 15px;
  color:#E53B95;
}

/* 応募はこちらボタン1 */
#contents2 .content .contents2-btn1{
  display: block;
  margin:50px auto 50px auto;
}


.oubo{
  text-align:center;
  font-size:40px;
  font-weight:bold;
  color:#ffffff;
  margin-top:-128px;
  margin-bottom:130px;
}

.oubo span{
  background-color: #E53B95;
}

.contents2-imgs{
  display: block;
  margin:0 !important;
  margin:0 auto 0 215px !important;;
}

#contents3{
  margin-top:-112px;
  padding-top:50px;
  padding-bottom:260px;
  background-image: url('../img/bg-contents3.png');
  background-position: center top;
  background-repeat: repeat-y;
  background-color:#abc0ef;
}

#contents3 .titleimg{
  margin-top:-204px;
  margin-bottom: 70px;
  margin-bottom:50px;
}

#contents3 .content .grid
{
  width:700px;
  margin: 0 auto;
}
#contents3 .content-event .grid-description{
  width: 100%;
  margin:0 auto;
}

#contents3 .content-event .grid-description{
  margin: 0 auto;
  display: flex;
  gap: 20px; /* カラム間の余白。必要に応じて調整 */
  justify-content:baseline; /* 均等配置 */
  width:100%;
}

#contents3 .content .grid .col,
#contents3 .content-event .grid-description .col {
  width: 340px;
  flex: 0 0 340px;
  max-width: 340px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #9269b7;
  background-color: #fffee7;
  padding: 20px;
  margin-bottom: 50px;
  box-shadow: 2px 2px 2px 2px rgba(40, 40, 40, 0.35);
  text-align: center;
}

#contents3 .content .grid .col p,
#contents3 .content .grid .col a,
#contents3 .content-event .grid-description .col p,
#contents3 .content-event .grid-description .col a
{
  font-size: 23px;
  font-weight: 600;
  color: #9269b7;
  margin-bottom:20px;
}

#contents3 .content .grid .col hr,
#contents3 .content-event .grid-description .col hr
{
  margin: 10px auto 10px auto;
  width: 90%;
  border: 1px solid #9269b7;
}

#contents3 .content .grid .col a,
#contents3 .content-event .grid-description .col a{
  color:#0967a9;
  font-size:18px;
  font-weight: 500;
  text-decoration:underline;
  text-underline-offset: 6px;
}


.content-event .grid-description .col img{
  margin: 0px auto 0 auto;
  display: block;
  /* height:176px; */
  width:auto;
}
.content-event .grid-description .col hr{
  margin: 0 auto 10px auto !important;
  width: 100% !important;
}
.content-event .grid-description .col .caption{
  margin: 0 !important;
  padding:0 !important;
  font-size:18px !important;
  font-weight: 400 !important;
  text-align: right;
  padding-right:10px;
}
.content-event .grid-description .col .titletext{
  font-weight: 700;
}
.content-event .grid-description .col .subtext {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.6;
}

#contents3 .content-event .grid-description .col {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#contents3 .content-event .grid-description .col p,
#contents3 .content-event .grid-description .col a,
#contents3 .content-event .grid-description .col .subtext {
  white-space: normal;
  word-break: break-word;
}

/* .grid-description 横スクロール対応（スマホと同様にPCにも適用） */
.grid-description {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 5px;
  padding-bottom: 16px;
  max-width: 100%;
  box-sizing: border-box;
  scroll-padding-left: 0;
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.grid-description::-webkit-scrollbar {
  display: none;
}
.grid-description {
  scrollbar-width: none;
  -ms-overflow-style: none;

      display: inline-flex;
      white-space: nowrap;
      overflow-x: auto;
      gap: 20px;
      padding-bottom: 16px;
}

 
.grid-description-wrapper {
  position: relative;
  overflow: visible;
}
.swipe-indicator {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 30px;
  pointer-events: none;
  white-space: nowrap;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 10;
  transition: opacity 0.6s ease;
  opacity: 1;
  animation: fadeArrow 2s infinite;
}

@media (min-width: 1921px) {
  .grid-description {
    overflow-x: visible;
    justify-content: center;
    flex-wrap: wrap;
  }

  .swipe-indicator {
    display: none !important;
  }
}


/* 
@keyframes fadeArrow {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
} */


.regmark {
  font-weight: bold;
  font-family: sans-serif;
  /* font-size:120%; */
}


.contents3-event-imgs{
  display:block;
  margin:0 auto 20px auto;
}

.contents3-img2,
.contents3-img3,
.contents3-img4{
  display:block;
  margin:0 auto 25px auto;
}

.minievent-list {
  width: 80%;
  margin: 0 auto;
}

.event-item {
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 8px;
}

.event-item dt {
  width: 130px;
  flex-shrink: 0;
}

.event-item dt img {
  width: 100%;
  height: auto;
  display: block;
}

.event-item dd {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-item dd strong{
  font-size:100%;
  text-indent: 3em;
}

.event-item dd .caption{
  color:#333;
  font-weight: 500;
}

.event-item dd p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size:23px;
}

.detail-link {
  color:#0967a9;
  font-size:18px;
  font-weight: 700;
  text-decoration:underline;
  text-underline-offset: 6px;
}

.detail-link:hover {
  text-decoration: underline;
}


#contents4{
  margin-top:-130px;
  padding-top:50px;
  padding-bottom:270px;
  padding-bottom:260px;
  background-image: url('../img/bg-contents4.png');
  background-position: center top;
  background-repeat: repeat-y;
}
#contents4 .titleimg{
  margin-top:-94px;
  margin-right:0;
  margin-left:auto;
  margin-bottom:50px;
}

.pizza{
    position: relative;
}
#pizza{
  position: absolute;
  top: 370px;         /* 上からの距離はそのまま */
  left: 50%;          /* 横位置を中央に */
  transform: translateX(-50%);
  width:10px;
  height:10px;
  z-index: 9999;  /* 最前面に */

}


footer{
  width:100%;
  margin:-150px 0 0 0;
  padding: 30px 0;
  min-height:400px;
  background-color: #0073ac;
  color: #fff;
  text-align: center;
}

footer .content .grid{
  width:240px;
  gap: 0px; /* カラム間の余白。必要に応じて調整 */
}

footer .copyright{
  margin-top:20px;
  margin-bottom: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

footer .footer-imgs{
  display: block;
  margin: 30px auto;
}

footer .grid .col .sns-imgs{
  margin: 0 auto;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 10%;
  transform: translateY(50%);
  z-index: 1000;
  display: none;
}
#pagetop img {
  opacity: 1;
  transition: opacity 0.2s;
}
#pagetop:hover img {
  opacity: 1;
}


.footer-accordion {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.footer-accordion.show {
  max-height: 300px;
  opacity: 1;
}

.footer-accordion ul {
  width:306px;
  list-style: none;
  padding: 12px 16px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer-accordion li {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.footer-accordion li:last-child {
  border-bottom: none;
}

.footer-accordion li:hover {
  background-color: #f0f0f0;
}

.footer-accordion a {
  text-decoration: none;
  color: #0073ac;
  display: block;
  width: 100%;
}


.modalimg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  transition: opacity 0.6s ease-in-out;
  display: block;
  visibility: hidden;
}

.modalimg.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modalimg-content {
  display: block;
  margin: 60px auto;
  max-width: 80%;
  max-height: 80%;
  transform: scale(0.8);
  transition: transform 0.6s ease-in-out;
}

.modalimg.show .modalimg-content {
  transform: scale(1);
}

.modalimg-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modalimg-close:hover {
  color: #bbb;
}






















/*  */

.modal-trg {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  background: #fff;
  width: 980px;
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal .modal-content .modal-close.icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5000;
}

.modal .modal-content .modal-close.icon img {
  width: 62px;
}

.modal .modal-content .modal-inner {
  display: block;
  position: relative;
  padding: 45px 50px;
  font-weight: bold;
}

.modal .modal-content .modal-inner h2 {
  color: #cf0000;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cf0000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}

.modal .modal-content .modal-inner ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}

.modal .modal-content .modal-inner ul li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.modal .modal-content .modal-inner .table_wrap {
  overflow: scroll;
  height: 226px;
}

.modal .modal-content .modal-inner .table_wrap table {
  width: 100%;
}

.modal .modal-content .modal-inner .table_wrap table tr th {
  color: #cf0000;
  padding: 10px;
  width: 6em;
}

.modal .modal-content .modal-inner .table_wrap table tr th:nth-child(2) {
  width: calc(100% - 19em);
}

.modal .modal-content .modal-inner .table_wrap table tr th:nth-child(3) {
  width: 13em;
}

.modal .modal-content .modal-inner .table_wrap table tr td {
  padding: 10px;
}

.modal .modal-content .modal-inner .table_wrap table tr td a {
  text-decoration: underline;
  color: #007ab7;
}

.modal .modal-content .modal-inner .table_wrap table tr td:first-child{
  width:10em;
}


.modal .modal-content .modal-inner .table_wrap table tr td:last-child {
  color: #cf0000;
}

.modal .modal-content .modal-inner .table_wrap table tr:nth-child(2n) {
  background: #e6e6e6;
}

.modal .modal-content .modal-inner .notice {
  margin-top: 35px;
  text-align: center;
  font-size: 21px;
  color: #6a3906;
}

.modal .modal-content .modal-inner .btn {
  background: #cf0000;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 57px;
  border-radius: 7px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 2px rgba(99, 55, 40, 0.6);
  margin: 30px auto 0;
  cursor: pointer;
}

.modal .modal-content .modal-inner#modal::before {
  content: "";
  display: block;
  width: 252px;
  height: 217px;
  background: url(../img/modal_img2.png) no-repeat center/contain;
  position: absolute;
  top: -4px;
  left: -55px;
}

#area-filter {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  width: 200px;
  height: 40px; /* ← 高さを明示するのが重要 */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#area-filter {
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .modal .modal-content .modal-inner#modal2::before {
    top: -64px;
  }
}
@media (max-width: 768px) {

}/*# sourceMappingURL=style.css.map */