@charset "UTF-8";
html{
 overflow:auto;
 scroll-behavior: smooth;
}

body {
  font-family: "Gen Interface JP", sans-serif;
  letter-spacing: 3%;
  color: #333;
  overflow-x:hidden;
  background-color: #000A6E;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a{
  color: #415A9E;
}

a:hover{
  text-decoration: none;
}

a:visited{
  color: #415A9E;
}

p{
  font-size: 13px;
  text-align: justify;
  line-height: 150%;
}

img{
  width: 100%;
}

.img_link{
  margin-bottom: 14px;
}

.img_link:hover{
  opacity: 0.8;
  transition-duration: 0.4s;
}

.pc{
  display: none !important;
}
.sp{
  display: block !important;
}

main{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 16px;
  overflow: hidden;
  padding: 16px;
}

/*/////////
　画像アスペクト比保持
/////////*/

.img-wrapper {
  display: flex;
  justify-content: center;
}


/*/////////
　注意文言
/////////*/

.attention p {
  margin: 0 0 10px 0;
  text-indent: -12px;
  font-size: 12px;
  padding-left: 12px;
}

.attention p:last-child {
  margin-bottom: 0;
}


/*/////////
　箇条書きリスト
/////////*/

.list p {
  margin: 0 0 10px 0;
  text-indent: -13px;
  padding-left: 13px;
}

.list p:last-child {
  margin-bottom: 0;
}


/*/////////
　ボタン
/////////*/

/*/////////
 ボタン
/////////*/

.btn_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  padding: 20px 0;
  width: 100%;
}

.btn {
  display: block;
  width: 90%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #000A6E;
  background: linear-gradient(#FEFFB7, #FBFF00);
  padding: 16px 20px 16px 0;
  border-radius: 50px; /* 下優先: 100px → 50px */
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #000A6E;
  border-right: 2px solid #000A6E;
}

.btn:hover {
  opacity: 0.9;
  transition-duration: 0.4s;
  text-decoration: none;
}

.btn:visited {
  color: #000A6E;
}





h2{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

h3{
  font-size: 16px;
  color: #000A6E;
  font-weight: 700;
}

#join{
  display: flex;
  flex-direction: column;
  align-items: center;
}

h3 span{
  color: #FF0000;
}

.join_flow{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.join_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.join_container_ttl{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000A6E;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.join_container_ttl_icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000A6E;
  font-optical-sizing: auto;
  line-height: 150%;
  letter-spacing: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.join_container_ttl_icon p{
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FBFF00;
  font-size: 10px;
  margin-bottom: -2px;
}

.join_container_ttl_icon span{
  font-size: 20px;
}

.indent{
  margin: 0 0 10px 0;
  text-indent: -13px;
  padding-left: 13px;
}





.schedule_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  gap: 10px;
}

.schedule_text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}



.attention_ttl{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 600;
}

.attention_main{
  background-color: rgba(255, 255, 255, .9);
  padding: 16px;
}


 /*/////////
　注意事項・コンタクト
/////////*/

#contact{
  background-color: #D2D9DF;
  padding: 20px;
}

.dial{
  padding: 16px;
  background-color: #C3CCD4;
  margin-bottom: 16px;
}

.dial_ttl{
  font-weight: 700;
  margin-bottom: 8px;
}

.dial_time{
  border-top: 1px solid #333;
  padding-top: 10px;
}

.detail_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.detail_ttl{
  width: 100%;
  box-sizing: border-box;
  padding: 4px 2px;
  background-color: #c9799d;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.detail_separator{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.detail_separator_ttl{
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center;
}


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

footer{
  margin-bottom: 20px;
}

footer img{
    width: 40%;
    margin-left: -10px;
    margin-bottom: 10px;
}

footer p{
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

footer .attention p{
  font-size: 11px;
}

.footer_container{
  margin-bottom: 10px;
}

.footer_container_ttl{
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

footer a{
  color: #fff;
}



@media screen and (min-width:451px) {
  html{
    background-image: url(../img/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
  }

  body{
    max-width:450px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
    position: relative;
  }

  .sp{
    display: none !important;
  }
  .pc{
    display: block !important;
  }


}
