@charset "utf-8";


/*----------------------------------------------------
index
----------------------------------------------------*/

body {
  background: white;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  font-weight: 500;
}

img{
  width:100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top-margin{
  margin-top:60px !important;
}

.pc-wrap{
  display: none;
}

.sp-wrap{
  margin-top:50px;
  display: block;
}




@media screen and (min-width:924px){
  img{
    width:auto;
  }

  .info-wrap{
    font-size:1.5em;
  }
  .margin-t{
    margin-top:120px;
  }
  .btn-wrap img{
    width:45%;
  }

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


}

.relative{
  position:relative;
}


.flex-box{
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-header{
  font-size:3em;
  margin:12px;
  font-weight: bold;
}

.form-sub-header{
  font-size:1.2em;
  margin-bottom:24px;

}

.form{
  padding: 12px;
  width:100%;
  max-width:800px;
  display: block;
}


.form input{
  border: solid 1px #8f8f8f;
  box-sizing: border-box;
  width:100%;
  padding:8px;
  font-size:1em;

}

.form textarea{
  border: solid 1px #8f8f8f;
  box-sizing: border-box;
  width:100%;
  padding:8px;
  font-size:1em;
}

.form-box{
  margin:8px 0;
}

.form-label{
  font-weight: bold;
  display: block;
  padding: 4px 0;
  width:100%;
  text-align:left;
}


.contact-box input{
  width:100%;
  background:  #6dc857;
  font-weight: bold;
  color: white;
  padding:8px;
  margin-bottom:16px;
  font-size:1.3em;
  border-radius: 5px;
}

.contact-success{
  display: none;
  border: 2px solid #6dc857;
  padding:12px;
  border-radius: 5px;
  background: #b6ff98;
  color: #306a2c;
}

.contact-block{
  display: block !important;
}


.modal{
  transition:all 300ms ease;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background: rgba(0,0,0,.3);
  padding:16px;
  overflow-y:scroll;
  margin:0;
}

.window{
  transition:all 300ms ease;
  position: relative;
  width:100%;
  border-radius:10px;
  background: white;
  max-width:800px;
  max-height:500px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index:100;
}

.modal-img{
  padding:36px;
  display: flex;
  justify-content: center;
}

.modal-img img{
  width:300px !important;
  height:auto !important;
}

.modal-content{
  border-radius:10px;
}

.modal-content2{
  padding-bottom:36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-link{
  margin-top:24px;
}

.modal-header{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top:16px;
  right:16px;
  z-index:100;
}

.modal-btn{
  font-size:1em;
  z-index:100;
  margin:0 !important;
}

.modal-none{
  display: none;
  width:0;
  height:0;
  transition: all 300ms ease;
}


.bottom{
  position: fixed;
  bottom:0;
  width:100%;
  display: flex;
  justify-content: center;
  z-index:1;
}

.bottom button{
  font-size:1.5em;
  font-weight:bold;
  width: 100%;
  padding:16px;
  background-color: #ff001f;
  color:white;
  box-shadow:1px 1px 8px 8px rgba(0,0,0,.2);
}


.margin-b{
  margin-bottom:48px;
}

.bottom-bar{
  z-index: 10;
  position: fixed;
  bottom:0;
  width:100%;
  display: flex;
  justify-content: center;
  background: white;
  padding:12px;
  border-top: solid 1px #ddd;
  box-sizing: border-box;
}

.bottom-bar img{
  max-height:45px;
}

.button-box{
  width: 100%;
  max-width: 840px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.button-box button{
  width:50%;
  color:white;
  font-size:1.2em;
}

.button-box a{
  color:white;
  padding:0 16px;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-box button a {

  text-decoration: none;
  color:white;
}

.button-box img{
  height:36px;
  width:auto;
}

.header-content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content span{
  display: inline-block;
  margin-left:12px;
}

.line-button{
  background: #83b54a;
}

.mendan-button{
  background: #52b5ee;
}

.contact-button{
  background: #1085c7;
}

.top-logo{
  box-sizing: border-box;
  padding:4px;
  display: block;
  height:100%;
}

.top-logo img{

  height:100%;
  width: auto;
}

@media screen and (max-width:924px) {
  /*.top-logo{*/
  /*  display: none;*/
  /*}*/

  .top-margin{
    margin-top:60px !important;
  }
  .header-content span{
    display: none;
  }
  .qr-img{
    display: none;
  }
  .btn1{
    position: absolute;
    top:33%;
    left:11vw;
  }

  .btn2{
    position: absolute;
    bottom:5%;
    left:11vw;
  }

  .btn3{
    position: absolute;
    bottom:2%;
    left:11vw;
  }

  .tel{
     position: absolute;
     top:1.5%;
     right:2%;
     font-size:3vw;
   }
  .btn-wrap img{
    max-width:70vw;
    width:100%;
  }




}

.info-wrap{
  padding:12px;
  margin-bottom:24px;
}

.margin-t{
  margin-top:60px;
}

.top-bar{
  height:60px;
  cursor: pointer;
  z-index:10;
  position: fixed;
  background: white;
  top:0;
  width:100%;
  display: flex;
  justify-content: center;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.3);
}

.top-bar-content{
  font-size:1.5em;
  padding:12px;
}

.top-bar-content span{
  display: inline-block;
}

.top-content strong{
  font-size:1.1em;
}

.tel{
  position: absolute;
  top:1.5%;
  right:2%;
  font-size:2vw;
}

.tel a{
  color:white;
}

.footer-nav{
  box-shadow:1px 1px 8px 8px rgba(0,0,0,.2);
  position:fixed;
  bottom:0;
  padding:1rem;
  background-color: red;
  font-size:1.5rem;
  width: 100%;
  box-sizing: border-box;

}


.footer-nav div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-nav p{
  color: white;
  font-weight: bold;
}

.footer-bottom-1{
  display: block;
}

.footer-bottom-2{
  display: none;
}

.contact{
  margin-bottom:80px;
}

.color-red{
  color:red;
}


.sp-btn1{
  position:absolute;
  top:36%;
  left:11vw;
}

.sp-btn2{
  position:absolute;
  bottom:39.5%;
  left:11vw;
}


.sp-btn3{
  position:absolute;
  top:30%;
  left:11vw;
}


.sp-btn4{
  position:absolute;
  top:27%;
  left:11vw;
}

.sp-btn5{
  position:absolute;
  bottom:10%;
  left:11vw;
}



