body{
 font-size: 15px;
}
*{
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 14px;
  /* font-weight: 400; */
  line-height: 1.7rem;
  /* font-family: Noto Sans,Noto Sans CJK JP,sans-serif;
    font-weight: 500; */
    font-size: 14px;
    line-height: 1.7rem;
    font-family: "Noto Sans JP", sans-serif;
	  word-break: break-word;
}
img{
    width: 100%;
}
.bl_searchResultBlock_item:hover{
  text-decoration: none;
  cursor: pointer;
}
input{
    display: none;
  }
  .btn {
    position: sticky;
    bottom: 0;
}
  /* .bl_3daysSearchBlock{
    margin-bottom: 60px;
  } */
  .bl_3daysSearchBlock_inner{
    /* width: 82.9%;
    max-width: 1160px; */
    margin-left: auto;
    margin-right: auto;
  }
  .bl_3daysSearchBlock_ttl{
    text-align: center;
    /* margin: 55px 0; */
    height: 70vh;
    background-color: #ece8e0;
    position: relative;
    background-image: url(../img/wagara2.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bl_3daysSearchBlock_ttl_main{
    font-size: 27px;
    color: #9f1f24;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif;
  }
  .bl_3daysSearchBlock_ttl_sub{
    font-size: 13px;
    color: #9f1f24;
    letter-spacing: 0.2em;
  }
  .kumo1{
    position: absolute;
    top: 30%;
    right: 0%;
    width: 20%;
    opacity: 0.3;
    z-index: 2;
  }
  .kumo2{
    position: absolute;
    top: 10%;
    right: 80%;
    width: 20%;
    opacity: 0.3;
  }
  .maru1{
    width: 50%;
    position: absolute;
    top: 0%;
    left: -20%;
  }
  .maru2{
    width: 50%;
    position: absolute;
    bottom: -7px;
    right: 0%;
  }
  .el_searchResult{
    text-align: center;
    color: #9f1f24;
  }
  .js_target{
    display: none;
  }
  .js_target.js_selected{
    display: block;
    /* width: 30%; */
  }
  .bl_selectBlock label{
    display: inline;
  }
  .bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #9f1f24;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #9f1f24;
}
.el_searchResult{
  margin-bottom: 5px;
}
.bl_selectBlock{
  /* border: 1px solid #0073aa; */
  padding: 20px;
  box-sizing: border-box;
  /* margin-bottom: 50px; */
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #eeebe7;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 30px; */
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
/* .bl_selectBlock_content{
  width: calc(100% - 185px);
} */
@media screen and (max-width: 765px){
  /* .bl_selectBlock_content{
    width: 100%;
    margin: 0 auto
  } */
}
.bl_searchResultBlock{
  font-size: 14px;
  /* border-top: 1px solid #bdbdbd; */
}
.bl_searchResultBlock_item{
  padding: 20px 0;
  box-sizing: border-box;
  /* border-bottom: 1px solid #bdbdbd; */
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
    text-align: center;
    color: #fff;
    background-color: #909090;
    padding: 10px 0;
  }
  .js_release{
    cursor: pointer;
  }
  .a{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* ボタン */
  .btn1 {
    transition: all 0.3s ease-in-out;
    font-family: "Dosis", sans-serif;
  }
  
  .btn1 {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
    /* box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5); */
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 15px;
    color: white;
  }
  
  .btn1:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  
  .btn1:active {
    opacity: 0.5;
  }

  
  /* 紙吹雪マウ */
  #particles-js{
    position: relative;
    height: 100%;
  }
  .moji{
    position: absolute;
    text-align: center;
    top: 4%;
    z-index: 5;
  }

  .serch{
    background-color: #ece8e0;
    color: #9f1f24;
    background-image: url(../img/back.webp);
    position: relative;
    /* background-repeat: no-repeat;
    background-size: contain; */
  }
  .sarch1{
    max-width: 1200px;
    margin: 0 auto;
  }
  .serch2>.bl_searchResultBlock{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.4rem;
    padding: 50px 0;
    position: relative;
    z-index: 5;
  }
  .kazari1,.kazari2,.kazari3,.kazari4{
    position: absolute;
  }
  .kazari1{
    top: 10%;
    right: 0;
  }
  .serch2>div>.bl_searchResultBlock_item{
    width: 23%;
    background-color: #ece8e0;
    height: 350px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #9f1f24;
  }
  h3{
    text-align: center;
  }
  h1 img{
    width: 60%;
  }

    /* 新しいモーダル */
    .modal-container .img {
      background: #f1f1f1;
      margin-bottom: 15px;
  }
  .modal-container {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-container p {
      margin-bottom: 10px;
  }
  .modal-container p:last-child {
      margin-bottom: 0;
  }
  .modal-content {
      background: #ece8e0;
      overflow-y: auto;
      padding: 20px 25px;
      width: 80%;
      max-width: 1000px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 90vh;
      animation: show 0.6s linear 0s;
      /* filter: drop-shadow(0px 2px 6px #777); */
      color: #9f1f24;
  }
  .modal-top {
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 5px;
  }
  .modal-close {
      color: #c38233;
      text-decoration: none;
      font-size: 2rem;
      line-height: 1;
      padding: 0 8px;
  }
  .modal-close:hover, .modal-close:focus {
    text-decoration: none;
    cursor: pointer;
  }
  .modal-title {
    color: #FFF;
  }
  .modal_img{
    width: 50%;
  }
  .modal_text{
    width: 50%;
  }
  .modal_text>div{
    padding-left: 30px;
  }
  .modal_text>div>h4{
    font-size: 20px;
    padding: 0.3rem 0;
  }
  @keyframes show{
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  }
  .tops{
    width: 40%;
    margin: 0 auto;
    padding: 1em 0;
    color: #f1f1f1;
  }
  h4{
    font-size: 16px;
  }
  h5{
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
  }
  .shopname{
    font-size: 13px;
    /* border-radius: 100px; */
    display: inline-block;
    /* background-color: #ae7c31; */
    line-height: 18px;
  }
  .a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}
.kazari1{
  position: absolute;
  width: 15%;
}
.kazari2{
  position: absolute;
  width: 15%;
  top: 0;
}
.kazari3{
  position: absolute;
  width: 15%;
  top: 50%;
}
.kazari4{
  position: absolute;
  width: 15%;
  top: 70%;
  right: 0;
}
/* フッター */
.footer-001 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 10px 10px;
  background-color: #ad814a;
}

.footer-001__logo {
  width: 130px;
  height: 30px;
}

.footer-001__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  margin: 0 0 .5em;
  padding: .5em;
}

.footer-001__link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.footer-001__copyright {
  margin: 0;
  color: #ffffffb3;
  font-weight: 200;
  font-size: .8em;
}
.footer-001 a{
  width: 20%;
  margin: 0 auto;
}
h5{
  border-top: 1px solid #9f1f24;
  font-size: 20px;
}
.modal_text>div>h4{
  line-height: 1.5em;
  padding: 0.7rem 0;
}
.modal_text>div>p{
  font-size: 12px;
}
h3{
  font-size: 18px;
  color: #9f1f24;
}
/* h3 img{
  width: 20%;
} */
/* .choice{
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
} */
.bl_selectBlock{
  scroll-snap-align: start;
  /* height: 100vh; */
}
.bl_selectBlock_release{
  width: 70% ;
  margin: 0 auto;
}
.subtitle{
  font-size: 13px;
  line-height: 1.3em;
  padding: 0.3em 0;
}
.shopname{
  font-size: 11px;
  /* border-radius: 100px; */
  display: inline-block;
  /* background-color: #ae7c31; */
  line-height: 18px;
  color: #d8aa72;
}