@charset "utf-8";
@import "common.css";


/*----------------------------------------------------
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;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer{
    position: absolute;
    bottom:1%;
    display: flex;
    width: 100%;
    font-size:3em !important;
    justify-content: center;
  }
  .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;
}

.btn1{
  position: absolute;
  top:33%;
  left:15%;
}

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

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

.btn4{
  position: absolute;
  top:21%;
  left:26.3%;
}


.btn5{
  position: absolute;
  bottom:32.5%;
  left:0;
}

.line{
  position: fixed;
  bottom:0;
  z-index:10;
}

.wrap{
  position: relative;
}

.btn-wrap{
  padding:12px;
}


.btn-wrap img{
  max-width:45vw;
  width:100%;
}

.header{
  text-align: center;
  font-size:1.3em;
  padding:16px;
  margin-top:16px;
  color:white;
}

.content{
  padding:12px;
  max-width:700px;
  text-align: left;
  color:white;
}

.content p{
  padding:12px !important;
  font-weight: lighter;
}

strong {
  font-weight: bold !important;
}

.content-wrap{
  display: flex;
  justify-content: center;
}

.content td{
  font-weight: lighter;
  color:white;
}

.content tr{
  padding: 4px !important;
}

.footer{
  position: absolute;
  bottom:5%;
  display: flex;
  width: 100%;
  font-size:5vw;
  justify-content: center;
}

.footer span{
  font-size:0.5em;
  font-weight:300;
}

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

.form-header{
  font-size:3.5em;
  margin:12px;
  color: #305071;
  font-weight: bold;
}

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

}

.form{
  padding: 24px;
  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: #305071;
  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:1000;
  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 strong{
  font-size:0.7rem;
  margin-left:8px;
  font-weight: normal;
}

.header-content{
  min-width:150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content span{
  display: inline-block;
  font-weight:bold;
}

.margin-left-button{
  margin-left: 12px;
}

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

.direction-column{
  flex-direction: column;
}

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

.mail-contact{
  background: #305071;
}

.line-contact{
  background: #63b159;
}

.tel-contact{
  background: white;
  color:#305071 !important;
  font-weight: bold;
}

.content-button-box{
  position: absolute;
  width:100%;
}

.content-button-box a{
  height:60px;
  margin:0 12px;
}

.button-box-wrapper{
  max-width: 100% !important;
  justify-content: center !important;
}

.btn-box-1{
  bottom:31%;
  left:0;
}

.sp-btn-box-1{
  bottom:-5%;
  left:0;
  z-index:100;
}

.btn-box-2{
  top:36%;
  left:0;
}

.sp-btn-box-2{
  bottom:5%;
  left:0;
}

.btn-box-3{
  bottom:22.5%;
  left:0;
}

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

.top-logo img{

  height:100%;
  width: auto;
}

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

  .top-margin{
    margin-top:60px !important;
  }
  .header-content {
    min-width:auto;
  }
  .header-content span{
    display: none;
  }
  .header-content strong{
    display: none;
  }

  .content-button-box a{
    height:36px;
    min-width:120px;
  }

  .sp-button-box img{
    max-height:24px !important;
  }

  .sp-button-box p {
    font-size:0.8rem;
  }

  .top-bar .line-contact{
    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%;
  }
  .wrapper{
  }

  .footer-bottom-1{
    display: none !important;
  }

  .footer-bottom-2{
    display: block !important;
  }
}

.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: #63b159;
  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 a{
  color: white;
  font-weight: bold;
}

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

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

.contact{
}

.color-red{
  color:red;
}


.sp-footer{
  position: absolute;
  bottom:12.5%;
  left: 5.5%;
  text-align: left !important;
}

.sp-footer span{
  display: block;
  margin:5px 0;
  font-size:0.7rem;
}

.sp-footer a{
  font-size:0.9rem;
  color:#305071;
}

.pc-atag{
  color:#305071;
  position: absolute;
  bottom:17%;
  right:31%;
  font-weight: bold;
}
