@charset "utf-8";


/* ========================================================
    アクセシビリティ対応
======================================================== */

.sr_howto.active:focus,
.sr_howto.active:focus-visible,
.qa-question:focus,
.qa-question:focus-visible,
.sr_howto:focus,
.sr_howto:focus-visible,
button:focus-visible,
div:focus-visible,
.fixed_btn_container a:focus-visible,
.back-to-top:focus,
.back-to-top:focus-visible,
a:focus,
a:focus-visible,
.dropdown_facility_description button:focus,
.dropdown_facility_description button:focus-visible {
  outline: 2px solid #ff1493;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3);
  border-color: #ff1493;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-links {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10000;
  font-weight: bold;
  transition: all 0.2s ease;
}

.keyboard-navigation .skip-link:focus {
  position: relative !important;
  left: 6px !important;
  top: 6px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: #000 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  outline: 2px solid #ff1493 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3), 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  margin-right: 10px !important;
  display: inline-block !important;
}

.skip-link:focus-visible {
  position: relative !important;
  left: 6px !important;
  top: 6px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: #000 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  outline: 2px solid #ff1493 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3), 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  margin-right: 10px !important;
  display: inline-block !important;
}

#quick-nav:focus,
#quick-nav[tabindex="-1"]:focus {
  outline: none !important;
  background: none !important;
}

#quick-nav.focus-target {
  animation: quickNavHighlight 1s ease-out;
}

@keyframes quickNavHighlight {
  0% {
    box-shadow: 0 0 0 3px rgba(255, 20, 147, 0.8);
  }
  100% {
    box-shadow: none;
  }
}

.fixed_btn_container a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .fixed_btn_container a {
    justify-content: center;
    flex-direction: column;
  }
}

.back-to-top:focus::before,
.back-to-top:focus-visible::before {
  border-top: 3px solid #ff1493;
  border-right: 3px solid #ff1493;
  transform: translate(-50%, -35%) rotate(-45deg) scale(1.2);
}

@media (prefers-reduced-motion: reduce) {
  .fixed_btn_container a:focus,
  .back-to-top:focus {
    transform: none;
    transition: none;
  }
  .qa-answer,
  .facility_description_container {
    transition: none;
  }
    .st_stage-label .letter {
    animation: none;
  }
}


@media (prefers-contrast: high) {
  .skip-link:focus {
    background: #000;
    color: #fff;
    outline: 2px solid #ff1493;
    box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3);
  }
  
  .fixed_btn_container a:focus {
    outline: 2px solid #ff1493;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3);
    background: #000;
    border: 2px solid #fff;
  }
  
  .back-to-top:focus {
    outline: 2px solid #ff1493;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3);
    background: #000;
    border: 2px solid #fff;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .skip-link:focus {
    font-size: 12px;
    padding: 6px 12px;
  }
  .fixed_btn_container:focus-within::after {
    display: none;
  }
  .sr_howto:focus-visible,
  .qa-question:focus-visible {
    outline: 3px solid #ff1493;
    outline-offset: 3px;
  }
}

/* ========================================================
    共通
======================================================== */

/* br調整 */
.sp_400 {
  display: none;
  }

@media screen and (max-width: 1024px) {
    .sp_400 {
      display: block;
    }
}
@media screen and (max-width: 400px) {
    .sp_400 {
      display: none;
    }
}

.ff_sr_en{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
}

.button_wrap{
  text-align: center;
  margin-top:40px;
}

button:focus-visible{
  outline: none;
  box-shadow: 0 0 10px 6px rgba(40, 40, 40, 0.3);
  outline-offset: 2px;
}

div:focus-visible{
  outline: none;
  box-shadow: 0 0 10px 6px rgba(40, 40, 40, 0.3);
  outline-offset: 2px;
}

/* btn */
.link-btn_pk{
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 36px;
  margin:10px;
  background: #ff1493;
  backdrop-filter: blur(20px);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 20, 147, 0.5);
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease;
  transform: scale(1.02);
  box-shadow: 
   inset 0 1px 0 rgba(255, 255, 255, 0.2),
   0 10px 10px rgba(255, 20, 147, 0.2);
  color: #ffffff !important;
  }

.link-btn_pk::after{
  content: '→';
  font-size: 12px;
  transition: transform 0.3s ease;
  opacity: 0.7;
  color:#ffffff;
  }

.link-btn_pk:hover{
  background: #ffffff;
  border-color: rgba(255, 20, 147, 0.5);
  transform: scale(1.02);
  box-shadow: 
   inset 0 1px 0 rgba(255, 255, 255, 0.2),
   0 10px 10px rgba(255, 20, 147, 0.1);
  color:#ff1493 !important;
  }

.link-btn_pk:hover::after{
  transform: translateX(4px);
  opacity: 1;
  color:#ff1493;
  }

.link-btn_wh{
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 36px;
  margin:40px 0px;
  background: #ffffff;
  backdrop-filter: blur(20px);
  text-decoration: none;
  

  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 20, 147, 0.5);
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease;
  transform: scale(1.02);
  box-shadow: 
   inset 0 1px 0 rgba(255, 255, 255, 0.2),
   0 10px 10px rgba(255, 20, 147, 0.2);
  color: #ff1493 !important;
  }

.link-btn_wh::after{
  content: '→';
  font-size: 12px;
  transition: transform 0.3s ease;
  opacity: 0.7;
  color:#ff1493;
  }

.link-btn_wh:hover{
  background: #ff1493;
  border-color: rgba(255, 20, 147, 0.5);
  transform: scale(1.02);
  box-shadow: 
   inset 0 1px 0 rgba(255, 255, 255, 0.2),
   0 10px 10px rgba(255, 20, 147, 0.1);
  color:#ffffff !important;
  }

.link-btn_wh:hover::after{
  transform: translateX(4px);
  opacity: 1;
  color:#ffffff;
  }


.link-btn_container{
  margin-top:40px;
}

@media (max-width: 768px){
.link-btn_pk {
  gap: 10px;
  padding: 14px 24px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  }
.link-btn_wh {
  gap: 10px;
  padding: 14px 24px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  }
}

/*固定 btn */
.fixed_btn_container{
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  gap: 10px;
  z-index: 20;
}

.fixed_btn_container a{
  width: 150px;
  background: #2b2b2b;
  color: #ffffff !important;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.fixed_btn_container img{
  max-width: 30px;
  height: auto;
}

.fixed_btn_container a:hover{
  background: #ff1493;
}

@media (max-width: 900px){
  .fixed_btn_container{
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0px;
    top: auto;
    display: flex;
    flex-direction: row; 
    transform: translateX(-50%);
    gap: 0px;
    z-index: 20;
  }

  .fixed_btn_container a{
    flex: 1;
    border-radius: 0px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    justify-content: center;
    padding: 12px 8px;
    gap: 4px;                
    white-space: nowrap;
  }
            
  .fixed_btn_container a:last-child{
    border-right: none;
  }

  .fixed_btn_container img{
    width: 25px;
    height: auto;
    flex-shrink: 0;
  }
}

@media (max-width: 480px){
  .fixed_btn_container a{
    flex: 0 1 auto;
    min-width: max-content;
    padding: 12px 4px;
  }
  
  .fixed_btn_container img{
    width: 14px;
    height: auto;
    margin-right: 2px;
  }
}

@media (max-width: 360px){
  .fixed_btn_container a{
    font-size: 0.65rem;
    padding: 6px 4px;
  }
            
  .fixed_btn_container img{
    width: 12px;
    height: auto;
    margin-right: 1px;
  }
}

/* back top btn */
.back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    z-index: 25;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-to-top:hover{
    background: #2b2b2b;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.back-to-top::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #2b2b2b;
    border-right: 2px solid #2b2b2b;
    transform: translate(-50%, -30%) rotate(-45deg);
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.back-to-top:hover::before{
    border-color: #2b2b2b;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -35%) rotate(-45deg);
}

@media (max-width: 900px){
    .back-to-top{
        width: 45px;
        height: 45px;
        bottom: 90px;
        right: 10px;
    }
  }

@media (max-width: 768px){
    .back-to-top{
        bottom: 90px;
        right: 10px;
    }
    
    .back-to-top::before{
        width: 10px;
        height: 10px;
    }
}

.link a{
  color: #5fa4da;
}

.link a:hover{
  color: #ff1493;
}

.txt_right{
 text-align: right;
}

/* ========================================================
    ヘッダー
======================================================== */

.header{
  align-items: right;
  z-index: 1;
  }

.header h1{
  font-size: clamp(1.2rem, 14vw, 32rem);
  margin-top:-22px;
  margin-bottom:20px;
  }
@media (max-width: 768px){
    .header h1{
    margin-top:-10px;
    margin-bottom:10px;
  }
}
@media (max-width: 375px){
    .header h1{
    margin-top:-5px;
    margin-bottom:0px;
    }
}

/* ========================================================
    イントロダクションセクション
======================================================== */

.sr_introduction_section{
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.sr_introduction_section h2{
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  text-align: center;
  position: relative;
}

.sr_introduction_wrap{
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 5;
  display: flex;
  align-items: center;
  max-width: 600px;
}

.sr_introduction_wrap img{
  max-width: 200px;
  min-width: 120px;
  height: auto;
  margin-right: 20px;
  flex-shrink: 0;
}


.sr_introduction_wrap p{
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 
  -1px -1px 2px rgba(255, 255, 255, 0.8),
  1px -1px 2px rgba(255, 255, 255, 0.8),
  -1px 1px 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px){
  .sr_introduction_wrap img{
    max-width: 150px;
  }
  .sr_introduction_wrap p{
    font-size: 1.9rem;
    line-height: 2rem;
  }
  }

@media (max-width: 460px){
  .sr_introduction_wrap img{
    width: 30%;
  }
  .sr_introduction_wrap p{
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  }

@media (max-width: 350px){
  .sr_introduction_wrap img{
    width: 15%;
  }
  .sr_introduction_wrap p{
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  }

.sr_introduction_stamp{
  position: relative;
  height: auto;
  min-height: 61vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sr_introduction_stamp .stamp_circle{
  border-radius: 50%;
  border: 4px solid #d3d3d3;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr_introduction_stamp .stamp_circle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.sr_introduction_stamp .stamp_1{
  width: 60vw;
  height: 60vw;
  right: -10%;
  top: 0%;
  z-index: 1;
}

.sr_introduction_stamp .stamp_2{
  width: 43vw;
  height: 43vw;
  left: 42%;
  transform: translateX(-50%);
  top: 23%;
  z-index: 2;
}

.sr_introduction_stamp .stamp_3{
  width: 34vw;
  height: 34vw;
  left:-5%;
  top: 34%;
  z-index: 3;
}




@media (max-width: 1400px){
  .sr_introduction_stamp .stamp_2{
    top: 25%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top: 36%;
  }
}

@media (max-width: 1300px){
  .sr_introduction_stamp .stamp_2{
    top: 27%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top: 35%;
  }
}

@media (max-width: 1200px){
  .sr_introduction_stamp{
    min-height: 66vw;
  }
  
  .sr_introduction_stamp .stamp_1{
    width: 63vw;
    height: 63vw;
  }
  
  .sr_introduction_stamp .stamp_2{
    top: 30%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top: 41%;
  }
}

@media (max-width: 1100px){
  .sr_introduction_stamp .stamp_1{
    right: -10%;
  }
  
  .sr_introduction_stamp .stamp_2{
    top: 30%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top: 41%;
  }
}



@media (max-width: 900px){
  .sr_introduction_section{
    margin-bottom: 30px;
  }
  
  .sr_introduction_stamp{
    min-height: 72vw;
  }
  
  .sr_introduction_stamp .stamp_1{
    width: 70vw;
    height: 70vw;
    right:-15%;
  } 
  
  .sr_introduction_stamp .stamp_2{
    width: 48vw;
    height: 48vw;
  }
}

@media (max-width: 800px){
  .sr_introduction_wrap{
    top: 70px;
  }
  
}

@media (max-width: 768px){
  .sr_introduction_section{
    margin-bottom: 20px
  }
}

@media (max-width: 700px){
  .sr_introduction_stamp{
    min-height:80vw;
  }
  
  .sr_introduction_stamp .stamp_1{
    top:10%;
  }
  
  .sr_introduction_stamp .stamp_2{
    width: 52vw;
    height: 52vw;
    top: 33%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top:45%;
  }
}



@media (max-width: 650px){
  
  .sr_introduction_stamp .stamp_2{
    width: 52vw;
    height: 52vw;
    top: 30%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top:41%;
  }
  
  .date-range{
    font-size: 1.2rem;
  }
}

@media (max-width: 576px){
  .sr_introduction_stamp{
    min-height: 85vw;
  }
  
  .sr_introduction_wrap{
    top: 50px;
  }
  
  .sr_introduction_stamp .stamp_1{
    top:15%;
  }
}

@media (max-width: 480px){
  .sr_introduction_stamp{
    min-height: 90vw;
  }

  .sr_introduction_stamp .stamp_1{
    top:20%;
  }
  
  .sr_introduction_stamp .stamp_2{
    width: 52vw;
    height: 52vw;
    top: 33%;
  }
  
  .sr_introduction_stamp .stamp_3{
    top:45%;
  }
}

@media (max-width: 450px){
  .sr_introduction_section{
    margin-bottom: 10px;
  }
}

@media (max-width: 428px){
  .sr_introduction_stamp{
    min-height: 106vw;
  }
  
  .sr_introduction_stamp .stamp_1{
    width: 78vw;
    height: 78vw;
    top:24%;
  }
  
  .sr_introduction_stamp .stamp_2{
    width: 71vw;
    height: 71vw;
    transform: 0;
    left:20%;
    top:31%;
  }
  
  .sr_introduction_stamp .stamp_3{
    display: none;
  }
}

/* 実施日程 */
.date-range{
  background: #2b2b2b;
  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  z-index: 4;
}

@media (max-width: 650px){
  .date-range{
    font-size: 1.2rem;
  }
}

@media (max-width: 428px){
  .date-range{
    font-size: 1rem;
  }
}

/* 告知 */
.sr_notice_container{
    background: #2b2b2b;
    text-align: center;
    padding: 15px 0 40px 0;
    color :#ffffff;
    margin-top: 40px;
}

.sr_notice_container h2{
   font-size: 1.5rem;
   font-weight: normal;
   padding:40px 40px 20px 40px;
}

.sr_notice_container p{
  font-size: 2.4rem;
  font-weight: 900;
}

@media (max-width: 500px){
  .sr_notice_container h2{
    font-size: 1.3rem;
  }
  .sr_notice_container p{
    font-size: 2rem;
  }
  }
@media (max-width: 380px){
  .sr_notice_container h2{
    font-size: 1rem;
  }
  .sr_notice_container p{
    font-size: 1.6rem;
  }
  }

/* ======================================================== 
   アプリ紹介セクション
======================================================== */

.sr_app_section{
    position: relative;
    display: flex;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background-color: white;
}

.sr_app_section .image_area_sm{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.sr_app_section .image_area_sm img{
    width: 100%;
    height: auto;
    display: block;
}

.sr_app_section .text_area{
    width: 40%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sr_app_section .text_area h2{
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    text-align: center;
}

.sr_app_section .text_area p{
    margin: 10px 0 0;
    line-height: 1.8rem;
    

    text-align: center;
}

.sr_app_section .image_area_sp{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px;
}

.sr_app_section .image_area_sp img{
    transform: rotate(10deg);
    width: 95%;
    height: auto;
}

@media (max-width: 900px){
  .sr_app_section .sr_app_section{
    max-width: 768px;
    gap: 0;
    height: auto;
  }
  
  .sr_app_section .text_area{
    padding: 20px;
  }
}

@media (max-width: 768px){
  .sr_app_section{
    width: 100%;
    flex-direction: row;
    overflow: inherit;
    height: auto;
  }

  .sr_app_section .image_area_sm{
    width: 45%;
    position: relative;
  }

  .sr_app_section .text_area{
    width: 55%;
    padding: 10px;
  }

  .sr_app_section .text_area img{
    width: 85%;
    margin: 0 auto;
  }

  .sr_app_section .text_area h2{
    font-size: 1.2rem;
  }

  .sr_app_section .image_area_sp{
    position: absolute;
    top: 80%;
    left: 25%;
    transform: translateY(-50%) rotate(10deg) scale(0.7);
    width: 35%;
    z-index: 10;
    padding: 10px;
  }
}

@media (max-width: 500px){
  .sr_app_section .image_area_sp{
    left: 20%;
  }
  .sr_app_section .text_area{
    width:50%;
    padding: 0px;
    padding-top:10px;
  }

.sr_app_section .text_area p{
    font-size: 0.8rem;
    line-height: 1.4rem;

}
}

@media (max-width: 380px){
  .sr_app_section{
    width: 100%;
    display: block;
    margin:0 auto;
    margin-top:30px;
  }

  .sr_app_section .image_area_sm{
    width: 55%;
    position: relative;
    display: block;
   
  }

  .sr_app_section .text_area{
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:0;
  }

  .sr_app_section .text_area img{
    width: 60%;
    margin: 0 auto;
  }

  .sr_app_section .text_area h2{
    font-size: 1.2rem;
  }

  .sr_app_section .image_area_sp{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translateY(-50%) rotate(10deg) scale(0.7);
    z-index: 10;
    padding: 10px;
  }
  .sr_app_section .image_area_sp img{
    width: 45%;
  }
}


/* ======================================================== 
   ステージセクション
======================================================== */

  .sr_stage_container{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    }

  .sr_stage h2 {
    font-size: 1.4rem;
    margin: 80px 0 0 0;
  }

  .sr_stage p {
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 
     -1px -1px 2px rgba(255, 255, 255, 0.8),
     1px -1px 2px rgba(255, 255, 255, 0.8),
     -1px 1px 2px rgba(255, 255, 255, 0.8);
    }


  @media (max-width: 900px){
  .sr_stage h2 {
    font-size: 1.2rem;
    margin: 30px 0 0 0;
    padding-left:5px;
  }
  .sr_stage p {
    padding-left:5px;
    margin-top:-5px;
  }
}

  @media (max-width: 480px){
   .sr_stage_container h2{
    font-size: 1rem;
  }
  }

  .st_stage-label{
    font-size: 9rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 
     -1px -1px 2px rgba(255, 255, 255, 0.8),
   1px -1px 2px rgba(255, 255, 255, 0.8),
   -1px 1px 2px rgba(255, 255, 255, 0.8);
    }

  .st_stage-label .letter{
    display: inline-block;
    animation: wave 2s ease-in-out infinite;
  }

  @keyframes wave{
    0%, 60%, 100%{
        transform: initial;
    }
    30%{
        transform: translateY(-20px);
    }
  }

  @media (max-width: 786px){
    .st_stage-label{
    font-size: 8.4rem;
    }
  }
  @media (max-width: 768px){
    .st_stage-label{
    font-size: 7.5rem;
    }
  }

  @media (max-width: 650px){
    .st_stage-label{
    font-size: 6.3rem;
    }
  }

  @media (max-width: 550px){
    .st_stage-label{
    font-size: 5.7rem;
    }
  }

  @media (max-width: 500px){
    .st_stage-label{
    font-size: 5rem;
    }
  }

  @media (max-width: 450px){
    .st_stage-label{
    font-size: 4.6rem;
    }
  }
  @media (max-width: 400px){
    .st_stage-label{
    font-size: 4.2rem;
    }
  }
  @media (max-width: 350px){
    .st_stage-label{
    font-size: 3.5rem;
    }
  }

  .sr_flow-img{
    position: relative;
    z-index: -1;
  }

  .girl_01{
    width:340px;
    position: absolute;
    top:-300px;
    left:0;
  }
  .girl_02{
    width:500px;
    position: absolute;
    top:-250px;
    right:0;
  }
  .girl_03{
    width:600px;
    position: absolute;
    top:-300px;
    right:0;
  }
  .girl_05{
    width:380px;
    position: absolute;
    top:-280px;
    left:0;
  }
  .girl_06{
    width:260px;
    position: absolute;
    top:-260px;
    right:50px;
  }

  @media (max-width: 900px){
  .girl_02{
    position:static;
    z-index: -1;
    margin:0 auto;
    margin-top:-20px;
  }
  .girl_01{
    display: none;
  }
  .girl_03{
    position:static;
    margin:0 auto;
    margin-top:-20px;
  }
  .girl_05{
    display: none;
  }
  .girl_06{
    position: static;
    margin-top:-100px;
    margin-left: auto;
    display: block;
}
  }

  @media (max-width: 480px){
  .girl_06{
    position: static;
    margin-top:-80px;
    margin-left: auto;
    display: block;
  }
  }
  
/* ======================================================== 
   スタンプ
======================================================== */
  .sr_point_node_container{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    left: auto;
    margin:160px 0px 0px 40px;
    }

  .point_node{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.4rem;
    font-weight: 700;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    }

  .color-red{
    border: none !important;
    background: #dc143c;
    color: #ffffff;
    }

  .color-orange{
    border: none !important;
    background: #ff7900;
    color: #ffffff;
    }

  .color-blue{
    border: none !important;
    background: #1530a0;
    color: #ffffff;
    }

  .color-yellow{
    border: none !important;
    background: #FFD700;
    color: #ffffff;
    }
    
  .process-node{
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    }

  .point_node::before,
  .point_node::after,
  .process-node::before,
  .process-node::after{
    content: none;
    display: none;
    }

  /* process-node同士を繋ぐ線（最後以外） */
  .process-node:not(:last-of-type)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 45px;
    height: 1px;
    background: #2b2b2b;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
    }

  /* STARTから最初のprocess-nodeへの線 */
  .sr_point_node_container > .point_node:first-child::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 45px;
    height: 1px;
    background: #2b2b2b;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
    }

  /* 最後のprocess-nodeからCLEARへの線 */
  .sr_point_node_container > .process-node:nth-child(5)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 45px;
    height: 1px;
    background: #2b2b2b;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
    }

  .process-node p{
    position: absolute;
    top: -30px;
    right: -30px;
    border-bottom: 2px solid #2b2b2b;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    

    font-weight: 700;
    white-space: nowrap;
    color: #2b2b2b;
    }

  @media (max-width: 900px){
  .sr_point_node_container{
    margin: 0px 0px 0px 0px;
    position: relative;
    top:-40px;
    }
    .point_node{
    width: 90px;
    height: 90px;

    }
    .process-node{
    width: 80px;
    height: 80px;
    }
   .process-node p{
    display: none;
    }
  }

  @media (max-width: 550px){
    .sr_point_node_container{
    margin: 0px 0px 0px 0px;
    position: relative;
    gap: 5px;
    top:-40px;
    }
    .point_node{
    width: 75px;
    height: 75px;
    }
    .process-node{
    width: 60px;
    height: 60px;
    }
   .process-node p{
    display: none;
    }
  }

  @media (max-width: 410px){
    .sr_point_node_container{
    margin: 0px 0px 0px 0px;
    position: relative;
    gap: 2px;
    top:-40px;
    }
    .point_node{
    width: 60px;
    height: 60px;
    }
    .process-node{
    width: 40px;
    height: 40px;
    }
   .process-node p{
    display: none;
    }
  }

/* ======================================================== 
   プレゼント 
======================================================== */

.karioki{ 
    width: 50%; 
    height: 400px; 
    background: #666; 
    text-align: center; 
    align-items: center; 
    color: #ffffff; 
}

.sr_present_container{ 
  margin-top: 90px; 
  z-index: -1; 
}

.sr_present_container .bkcl{ 
  width: 100%; 
  height: calc(auto + 100px); 
  display: flex; 
  background: #eeeeee; 
  align-items: center;
  padding: 40px 0;
} 

.sr_present_container .bkcl img{ 
  max-width: 50%; 
  height: auto; 
  align-self: center;
}

.sr_present{ 
  width: 100%; 
  max-width: 450px;
  height: auto; 
  color: #ffffff; 
  flex: 1;
  padding: 40px 40px 40px 60px;
}

.sr_present_container .sr_present p:nth-child(1){ 
  font-size: 1.5rem; 
  margin-bottom: 8px; 
  padding:0 20px 0 20px;
}

.sr_present_container .sr_present p:nth-child(2){
  margin-bottom: 8px; 
  padding:0 20px 0 20px;
} 

.sr_present_container .sr_present p:nth-child(4){ 
  font-size: 0.9rem; 
  line-height: 1rem; 
  margin-bottom: 8px; 
  padding:0 20px 0 20px;
}

@media (max-width: 900px){ 
  .sr_present_container{ 
    margin-top:-30px;
  }


  .sr_present_container .bkcl{ 
    flex-direction: column;
    height: auto;
    text-align: center; 
    padding: 40px 0 20px 0;
  }

  .sr_present_container .bkcl img{ 
    max-width: 95%;
    order: 2;
    margin-top: 20px;
    }
    
  .sr_present_container .sr_present{ 
    max-width: 90%; 
    height: auto;
    padding: 30px 20px;
    order: 1;
    }
}

@media (max-width: 400px){ 
.sr_present_container .sr_present p:nth-child(1){ 
  font-size: 1.2rem; 
  padding:00px;
}

.sr_present_container .sr_present p:nth-child(2){
  padding:0px;
} 

.sr_present_container .sr_present p:nth-child(4){ 
  font-size: 0.8rem; 
  padding:0px;
}
}
/* ======================================================== 
   スクロールダウン
======================================================== */
.scroll_ripple_container{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top:20px;
  }

.scroll_ripple{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  z-index: 10;
  }

.ripple_circle{
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  animation: ripple 3s ease-out infinite;
  }

.ripple_circle:nth-child(2){
  animation-delay: 1s;
   }

.ripple_circle:nth-child(3){
  animation-delay: 2s;
  }

.ripple_arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-right: 3px solid #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
  transform: translate(-50%, -50%) rotate(45deg);
  }

@keyframes ripple{
  0%{
  transform: scale(0.5);
  opacity: 1;
  }
  100%{
  transform: scale(1.5);
  opacity: 0;
  }
  }

/* ========================================================
    How to コンテナ
======================================================== */
  .sr_howto_nav{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 10px;
    justify-content: center;
    border-bottom: 1px solid #2b2b2b;
    background: #ffffff;
  }
  .sr_howto{
    background: #1a1a1a;
    padding: 20px 10px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    flex: 1 1 200px;
    max-width: 350px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sr_howto:hover{
    background: #d0d0d0;
  }
  .sr_howto.active{
    background: #ff1493;
    color: #ffffff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
  }

.sr_howto_area{
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
    margin: 0 auto;
    margin-top: 30px;
    }
.sr_howto_content{
    max-width:1000px;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    margin:0 auto;
    }
.sr_howto_content.active{
    display: block;
    }
.sr_howto_content h2{
    font-size: 1.8rem;
    margin: 35px 0 15px 0;
    display: flex;
    align-items: center;
    }
@media (max-width: 1000px){
.sr_howto_content h2{
    padding-left:10px;
}
}

.sr_howto_content p{
    color: #666;
    line-height: 1.8rem;
    margin-bottom: 15px;
    }
@keyframes fadeIn{
    from{ opacity: 0; transform: translateY(10px); }
    to{ opacity: 1; transform: translateY(0); }
    }


.sr_howto_nav.sticky{
  position: fixed;
  top: 0;
  left: 50%;
  right: auto; 
  transform: translateX(-50%);
  width: min(1000px, 100%);
  box-sizing: border-box;
  padding: 20px 10px;
  z-index: 20;
}

.sr_howto_area.sticky-active{
    padding-top: 90px;
}

  @media (max-width: 680px){
  .sr_howto{
    flex: 0 0 auto;
    width:135px;
    max-width: none;
    white-space: nowrap;
  }

  .sr_howto_nav{
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
  }
  }

  @media (max-width: 440px){
    .sr_howto{
     width:auto;
    }
    }

  @media (max-width: 360px){
    .sr_howto{
    font-size: 0.8rem;
  }

  .sr_howto_nav{
    gap: 5px;
  }
  }



/* ========================================================
    参加方法
======================================================== */  

.participation_step_wrap{
  max-width: 1000px;
  display: flex;
  gap: 30px;
  position: relative;
  margin : 0 auto;
  }
.participation_step{
  flex: 1;
  text-align: center;
  margin: 0 auto;
  position: relative;
  }
.participation_step h3{
  font-size: 5rem;
  padding:40px 0 0 0;
  margin-bottom: 60px;
  border-bottom: #2b2b2b solid 1px;
  }
.participation_step img{
  width: 100%;
  max-width: 250px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom:20px;
  }
.app_dl_qr{
  max-width: 120px !important;
  padding-top:80px !important;        
  }
.participation_step p{
  max-width: 200px;
  margin: 0 auto ;
  }

.participation_step .link {
  margin-bottom: 20px;
}

/* ステップ4 */

.participation_step4_wrap{
  margin:20px 0 60px 0;
  text-align: center;
  }

.participation_step4_wrap h3{
  font-size: 5rem;
  padding:40px 0 0 0;
  margin-bottom: 60px;
  border-bottom: #2b2b2b solid 1px;
  }

.participation_step4{
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  }

.participation_step4 img{
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom:20px;  
}
.ps_img_left{
  max-width: 320px;  
}
.ps_img_right{
  max-width: 250px;
}
.participation_step4 .text_wrap{
  flex: 1;
  text-align: left;
  padding-top: 60px;
  max-width: 300px;
  }
.participation_step4 .text_wrap p{
  max-width: 200px;
  margin: 0 auto ;
  }

  @media (max-width: 900px){
  .participation_step h3{
    font-size: 4rem;
    transform: none;
    writing-mode: horizontal-tb;
    margin-bottom: 15px;
  }
  .participation_step4_wrap h3{
    font-size: 4rem;
  }
}

@media (max-width: 768px){
  .participation_step_wrap{
    flex-direction: column;
    gap: 40px;
    margin: 0 auto !important;
    margin-bottom: 60px;
  }
  .participation_step h3{
    font-size: 3rem;
  }
  .participation_step img{
    max-width: none;
    width: 50%;
  }
  .participation_step4_wrap h3{
    font-size: 3rem;
  }

  .participation_step4{
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .participation_step4 .text_wrap{
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 400px){
  .participation_step img{
    width: 75%;
  }
}

/* ========================================================
    QRリスト
======================================================== */  
  .map_qr_list_container{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .map_qr_list_container h2{
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 1.2rem;
    margin: 0;
  }

  .map_qr_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    }

  .map_qr_list .item{
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #2b2b2b;
    border-right: 1px solid #cccbcb;
  }


  .map_qr_list .item:nth-child(4n){
    border-right: none;
  }

  .map_qr_list .item img{
    width: 80px;
    flex-shrink: 0;
  }

  .map_qr_list .item p{
    margin: 0;
    line-height: 1.4rem;
  }

  .map_qr_list .item .link{
    text-align: center;
  }

@media (max-width: 768px){
  .map_qr_list{
    grid-template-columns: repeat(2, 1fr);
  }
  .map_qr_list .item{
    padding: 20px 15px;
    border-right: 1px solid #cccbcb;
  }
  .map_qr_list .item:nth-child(4n){
    border-right: 1px solid #cccbcb;
    }
  .map_qr_list .item:nth-child(2n){
    border-right: none;
  }
  }

@media (max-width: 380px){
  .map_qr_list{
    grid-template-columns: repeat(2, 1fr);
  }
  .map_qr_list .item{
    padding: 10px 5px 10px 10px;
  }
  .map_qr_list .item p{
    font-size: 0.8rem;
  }
  .map_qr_list .item:nth-child(4n){
    border-right: 1px solid #cccbcb;
    }
  .map_qr_list .item:nth-child(2n){
    border-right: none;
  }
  }

/* ========================================================
    エリアを選ぶ
======================================================== */        

.regions_list_container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}

.regions_list{
  flex: 1 1 calc(33.333% - 20px);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 200px;
}

.regions_list h2{
  background: #2b2b2b;
  color: #ffffff;
  padding: 15px;
  margin: 0;
  font-size: 1rem !important;
  text-align: center;
  transition: background-color 0.3s ease;
}

.regions_list h2:hover{
  background: #ff1493;
}

.regions_list h2 a{
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.regions_list .item{
  display: flex;
  align-items: flex-start;
}

.regions_list .item p{
  padding-top:15px;
  padding-right:15px;
  margin-bottom:0;
}

.regions_list .item.last{
  margin-bottom:15px;
}

.regions_list .item p:nth-child(1){
  flex: 0 0 90px;
  font-weight: 700;
  

  padding-left:15px;
}

.regions_list .item p:nth-child(2) {
  flex: 1;
  

  word-wrap: break-word;
}

.regions_list .item p:nth-child(2) a{
  color: #0066cc;
  text-decoration: none;
}

.regions_list .item p:nth-child(2) a:hover{
  text-decoration: underline;
}

@media (max-width: 768px){
  .regions_list{
    flex: 1 1 60%;
    min-width: 0;
  }
  
  .regions_list h2{
    font-size: 1.1rem;
    padding: 12px 8px;
  }
  }

@media (max-width: 400px){
  .regions_list .item p{
   padding-right:0px;
}
  .regions_list .item p:nth-child(1){
    

    padding-left:8px;
  }
  .regions_list .item p:nth-child(2) {
    flex: 1;
    

   word-wrap: break-word;
  }
  .regions_list{
    flex: 1 1 60%;
    min-width: 0;
  }
  .regions_list h2{
    font-size: 1rem;
  }

  }

/* 地方ラベル */
.info_regions_label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding:80px 0;
  border-bottom: #e9e6e6 solid 1px;
  }
.info_regions_label img{
  width: 100%;
  max-width: 500px;
  height: auto;
  opacity: 0.5;
  margin:0 auto;
  }
.info_regions_label h3{
  font-size: 5rem;
  color: #e9e6e6;
}

@media (max-width: 768px){
  .info_regions_label{
  display: block;
  }
}

/* 情報 */
.info_regions_container{
  width: 100%;
  margin: 0 auto;
  margin-top:20px;
  }

@media (max-width: 768px){
  .info_regions_container{
  margin-top:0px;
  }
}

/* エリア情報 */
.info_regions_wrap{
  display: flex;
  gap: 20px;
  padding: 80px 0 50px 0;
  flex-wrap: wrap;
  border-top: #2b2b2b solid 1px;
  }
.info_regions_wrap .img_area{
  flex: 1;
  }

.info_regions_gift-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  box-shadow: 0 2px 4px rgba(61, 61, 61, 0.1);
  }

.info_regions_wrap .location_area{
  flex: 1;
}

.info_regions_wrap .location_area h4{
  font-size: 1.8rem;
  font-weight: 900;
  }

.info_regions_wrap .location_area .qr{
  margin-bottom: 15px;
  display: flex;
  gap:25px;
  padding: 40px 55px;
  }

.info_regions_wrap .location_area .qr_link{
  text-align: center;
  margin:0 auto;
  }

.info_regions_wrap .location_area .qr img{
  flex: 1;  
  width: 100px;
  height: 100px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  }

.info_regions_wrap .location_area .qr_text{
  flex: 1;  
  }

.info_regions_wrap .location_area .qr_text p span{
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom:10px;
 }

.info_regions_wrap .location_area .description{
  line-height: 1.8rem;
  padding:0 20px 0 60px;
}

.info_regions_wrap .location_area .description p{
  line-height: 1.8rem;
}

  @media (max-width: 900px){
  .info_regions_wrap{
  display: block;
  padding: 20px 0 50px 0;
  }
  .info_regions_wrap .location_area h4{
  padding:40px 0 0 15px;
  }
  .info_regions_wrap .location_area .description{
  line-height: 1.4rem;
  padding:0 60px !important;
  }
  }

  @media (max-width: 500px){
  .info_regions_wrap .location_area h4{
  padding:20px 0 0 15px;
  }

  .info_regions_wrap .location_area .qr{
   padding: 20px 20px 20px 20px;
   display: block;
  }
  .info_regions_wrap .location_area .qr_text{
   margin-top:20px;
   }
  .info_regions_wrap .location_area .qr_text p span{
   font-size: 1.1rem;
   margin-bottom:5px;
  }
  .info_regions_wrap .location_area .description{
  padding:0 20px !important;
  }
  }

/* レスポンシブ対応 */
@media (max-width: 960px){
  .info_regions_wrap .location_area .description{
    padding: 0 60px 0 20px;
  }
}


/* エリア情報ドロップダウン */

.dropdown_facility_description{
  position: relative;
  margin-bottom: 20px;
  border-bottom: #ff1493 solid 1px;
  }

.dropdown_facility_description button{
  width: 40%;
  border: #ff1493 solid 1px;
  background-color: #ff1493;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s;
  margin: 0 auto;
  margin-bottom:-1px;
  }
.dropdown_facility_description button:hover{
  background-color: #ffffff;
  color: #ff1493;
  }
.dropdown_facility_description .icon{
  transition: transform 0.3s;
  }
.dropdown_facility_description .icon.open{
  transform: rotate(90deg);
  }

@media (max-width: 768px){
  .dropdown_facility_description button{
  width: 60%;
  }
}

@media (max-width: 480px){
  .dropdown_facility_description button{
  width: 75%;
  }
}

/* 施設情報コンテナ */
.facility_description_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
}

.facility_description_container.show{
  max-height: none;
  height: auto;
  opacity: 1;
}

/* 各施設の配置を明示的に指定 */
.facility_description:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.facility_description:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.facility_description:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.facility_description:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

/* 施設情報カード */
.facility_description{
  width: 100%;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.facility_description_container .map_right{
  text-align: right;
  font-weight: 700;
}

.facility_description .img_area{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.facility_description .img_area .gift-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  box-shadow: 0 2px 4px rgba(61, 61, 61, 0.1);
}

.facility_description .content_area{
  padding: 30px 40px 10px 40px;
}

.facility_description .content_area h5{
  font-size: 1.5rem;
  font-weight: 700;
}

.facility_description .content_area .description{
  margin-top:20px;
}

@media (max-width: 480px){
  .facility_description .content_area{
    padding: 30px 10px 10px 10px;
  }  
  }

/* 施設情報テーブル */
.facility_description_table{
  display: grid;
  gap: 10px 0;
  max-width: 900px;
  padding: 30px 40px 10px 40px;
}

.facility_description_table .row{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
}

.facility_description_table .row:last-child{
  border-bottom: 1px solid #e5e5e5;
}

.facility_description_table .label{
  flex: 0 0 8em;
  font-weight: 700;
}

.facility_description_table .info{
  flex: 1 1 auto;
  min-width: 0;
}

.facility_description_table .info p{
  font-weight: normal;
  margin: 0;
  word-break: break-word;
}

.facility_description_table .info .map_right{
  margin: 6px 0 0;
  text-align: right;
}

.facility_description_table .info .map_right a{
  display: inline-block;
  text-decoration: underline;
}



@media (max-width: 768px){
  .facility_description_container{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
  
  .facility_description:nth-child(1),
  .facility_description:nth-child(2),
  .facility_description:nth-child(3),
  .facility_description:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }
  
  .info_regions_wrap .location_area .description{
    padding: 0 40px 0 40px;
  }
  
  .info_regions_label h3{
    font-size: 4rem;
  }

  .info_regions_container{
    padding: 10px;
  }

  .info_regions_top_section{
    flex-direction: column;
  }

  .info_regions_section{
    flex: none;
  }

  .info_regions_mainimg{
    min-width: auto;
    min-height: 200px;
  }

  .facility_description{
    min-width: 100%;
  }
}

@media (max-width: 640px){
  .facility_description_table .label{
    flex: 0 0 5em;
  }
  
  .facility_description_table{
    padding: 20px 25px 10px 25px;
  }
}

@media (max-width: 480px){
  .info_regions_grid_content,
  .facility_description_table{
    padding: 30px 10px 10px 10px;
  }  
  .info_regions_label{
    font-size: 1rem;
    padding: 12px;
  }
}

/* ========================================================
    ギフトの受け取り方
======================================================== */ 

.receive_gift_container {
  max-width: 1000px;
  margin: 0 auto;
  }

.receive_gift_container .header {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px 20px 0 20px;
  margin: 0 auto;
  gap:10%;
  margin-bottom: 60px;
  margin-top: 60px;
  }

.receive_gift_container .header a{
  font-weight: 700;
}

.receive_gift_container .header a:hover{
  color:#ff1493;
}   

@media (max-width: 768px) {
  .receive_gift_container .header {
  margin-bottom: 40px;
  margin-top: 30px;
  }
}

.receive_gift_wrap {
  background-color: #fce8f0;
  margin-bottom: 30px;
  border-radius: 8px;
  min-height: fit-content;
  overflow: hidden;
  }

.receive_gift_wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #ff1493;
  padding: 20px 0 20px 30px;
  color: #ff1493;
  }

.receive_gift_wrap .content {
    display: flex;
    align-items: center;

  }

  

.receive_gift_wrap .content .text_area {
  flex: 4;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }

.receive_gift_step {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 18px;
  margin: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

.receive_gift_step:last-child {
  margin-bottom: 30px;
  }

.receive_gift_step h4 {
  background: #ff1493;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  }
.receive_gift_step p {
  line-height: 1.8rem;
  flex: 1;
  text-align: left;
  padding-right:5px;
  }
.receive_gift_wrap .content .img_area {
  flex: 3;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
.receive_gift_wrap .content .img_area img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  }

.receive_gift_step p .inline_img{
  width:40px;
  }

.receive_gift_step p .link{
  color:#ff1493;
  }

@media (max-width: 768px) {
  .receive_gift_wrap .content {
  flex-direction: column;
  }
  .receive_gift_wrap .content .img_area{
  margin-right: 0;
  margin-top: 0px 0px 20px 0px;
  order: 2;
  }
  .receive_gift_wrap .content .text_area{
  order: 1;
  width: 100%;
  }
  .receive_gift_step {
  padding: 8px 18px;
  margin: 8px;
  }
  .receive_gift_step p {
  flex: 1;
  line-height: 1.4rem;
  text-align: left;
  padding-right:5px;
  }
  }

/* 施設の表 */ 
.receive_facility_container{
  margin: 40px 0;
  padding: 20px;
}

.receive_facility_container h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.receive_facility_table{
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.receive_facility_table .row.header{
  background-color: #f5f5f5;
}

.receive_facility_table .row.header p{
  font-weight: bold;
  text-align: center !important;
}

.receive_facility_table .row{
  display: flex;
  border-bottom: 1px solid #ddd;
}


.receive_facility_table .row:last-child{
  border-bottom: none;
}

.receive_facility_table .row p{
  flex: 1;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  margin: 0;
  

}

.receive_facility_table .row p:last-child{
  border-right: none;
}

.receive_facility_table .row p:nth-child(3){
  flex: 2;
  text-align: left;
  padding-left:15px;
}

/* ========================================================
    Q&A
======================================================== */

.qa-section{
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.qa-section h2{
  margin: 30px 0 30px 0;
}

.qa-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qa-item{
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.qa-question{
  display: flex;
  align-items: center;
  padding: 20px;
  background: #e8e8e8;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 2px solid transparent;
  color:#262626;
}

.qa-question:hover{
  background: #262626;
  color: #ffffff;
}

.qa-question:focus,
.qa-question:focus-visible{
  outline: 2px solid #ff1493;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 20, 147, 0.3);
  background: #262626;
  color: #ffffff;

}

.qa-question-mark{
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #5fa4da;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
}

.qa-question-text{
  flex: 1;
  font-size:1rem !important;
}

.qa-toggle{
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #ff1493;
}

.qa-item.active .qa-toggle{
  transform: rotate(180deg);
}

.qa-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.qa-item.active .qa-answer{
  max-height: 500px;
  opacity: 1;
}

.qa-answer-content{
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.qa-answer-mark{
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #ff1493;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
}

.qa-answer-text{
  flex: 1;
  line-height: 1.8rem;
}

@media (max-width: 768px){
  .qa-section{
    padding: 15px;
  }
  
  .qa-question,
  .qa-answer-content{
    padding: 15px;
  }
  
  .qa-question-mark,
  .qa-answer-mark{
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
}

/* ========================================================
	フッター
======================================================== */

.footer_container {
  width:100%;
  height:auto;
  background-color: #262626;
  color: #ffffff;
  text-align: center; /* 子要素を中央寄せ */
  padding: 20px 0;
  margin-top:40px;
}

.footer_container img{
  width:20%;
  max-width: 150px;
  margin:0 auto;
}


@media (max-width: 900px){
.footer_container {
  padding-bottom:80px;
}
}
@media (max-width: 360px){
.footer_container {
  padding-bottom:60px;
}
}
