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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  overflow-x:hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

a{
  color: #415A9E;
}

p{
  font-size: 13px;
  font-weight: 500;
}

a:hover{
  text-decoration: none;
  opacity: 0.8;
}

a:visited{
  color: #415A9E;
}

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;
}

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

.attention{
  font-size: 12px;
  text-indent: -12px;
  margin-left: 12px;
  text-align: justify;
  margin-bottom: 4px;
  list-style: none;
}


/* フェードインアニメーション */
.box.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

.box.fade.active {
  opacity: 1;
  transform: translateY(0);
}

.reason_img{
  margin-bottom: 20px;
}

#others{
  padding: 24px;
  text-align: center;
  background-color: #e7f3f5;
}

.others_text_link{
  font-size: 14px;
  text-align: right;
}

.fv_area_text{
  text-align: center;
  line-height: 30px;
  margin: 50px 20px;
}

#schedule{
  margin: 50px 20px;
}

h2{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 20px 0;
}

.schedule_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.schedule_ttl{
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: -40px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.time{
  font-family: "gamay-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(135deg,#F2D1B4, #FCC1C5, #F8A6B6);
  padding: 10px 20px 10px 14px;
  border-radius: 0 20px 20px 0;
  font-size: 14px;
  color: #fff;
}

.schedule_ttl_p{
  font-size: 16px;
  font-weight: 600;
  color: #D21F5F;
}

.schedule_txt{
  text-align: justify;
  line-height: 22px;
  margin-bottom: 22px;
}

.tighten{
  margin: 20px;
  margin-top: 80px;
}

footer{
  background-color: #928086;
  width: 100%;
  padding: 10px 0;
  margin-top: 40px;
}

footer p{
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width:451px) {
  html{
    background: linear-gradient(#f0e1d8, #eee4e2,#f0e1d8, #eee4e2);
  }

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

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

}
