/*レイアウト*/
html{scroll-behavior: smooth;}

header.lp_wrap { width:750px; margin:auto;}
aside {width:750px;}
article.lp_wrap { width:750px; margin:0 auto;}
footer {
  width:750px;
  margin:60px auto 150px;
  text-align:center;
}

/*content*/
section img {vertical-align:top; width:100%; height:auto; display:block;}


aside .banner_wrap {
  position:fixed;
  z-index:999;
  bottom:-23px;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
}

.banner_wrap ul {
  list-style:none;
  display:flex;
  justify-content:center;
  column-gap:0;
  align-items: center;
}

.map {
  display:flex;
  justify-content: center;
  text-align:center;
}

.thanks {text-align:center;}
.thanks h2 { font-size:16px; margin-top:15px;}
.thanks p {margin:8px 10px;}

.thanks_voice {position:relative;}

.thanks_voice div {
  position:absolute;
  top:18%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }


.contact_wrap {margin:10px auto;}
.contact_wrap div {
  display: flex;
  justify-content: space-between;
}



/*footer*/
footer .copyright {background:#eae6dd; margin-top:20px; padding:15px 0;}


/*contactform*/
.contact_title { margin:20px 0; }
.lp_wrap .contact_form form { width:95%; margin:auto;}
.lp_wrap .contact_form label { font-size:18px; display:block;}
.lp_wrap .contact_form span { display: inline-block; background:#ff8888; color:#fff; border-radius: 20px; padding:5px 10px; margin-left: 20px; margin-bottom:5px; font-size:14px;}
.lp_wrap .contact_form input[type="text"] { width:50%; border-radius:5px; height:30px; margin-bottom:20px; border:1px solid #000; padding:5px;}
.lp_wrap .contact_form input[type="date"] { background:#fff; width:180px; height:30px; line-height:30px; border-radius:5px; margin:0; padding:0; margin-bottom:20px; border:1px solid #000; color:#4d4b49; display: block;}
.lp_wrap .contact_form input[type="date"]::-webkit-date-and-time-value {text-align: left;}
.lp_wrap .contact_form select {  background:#fff; width:55%; height:30px; border-radius:5px; margin:0; padding:0; margin-right:10px; margin-bottom:20px; border:1px solid #000; color:#4d4b49; display: inline-block;}
.lp_wrap .contact_form textarea { width:80%; border-radius:5px; margin-bottom:20px; border:1px solid #000; padding:5px;}
.lp_wrap .contact_form input[type="submit"]{
    appearance: none;
    -webkit-appearance: none;

    width: 50%;
    height:60px;
    font-size: 15px;
    color: #fff;
    display:block;
    margin:20px auto;
    text-align: center;
    background-color: #5c87a6;
    border: 1px solid #5c87a6;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-weight:900;
    transition: background-color 1s;
  }

#befoer_after {
  background:#f1ede4;
  padding:30px 10px;
}

.swiper-wrapper {
  
  margin: 40px auto;
}
.swiper-pagination-bullet {
  width: 10px; height: 10px;
}

.swiper-pagination-bullet-active {
  background:#ff6485;
}

.map_img{ width:90%; margin:20px auto; }
.page-top { text-decoration:none; color:#e61944; font-weight:900; display: inline-block; margin:40px auto;}
/*スマフォ表示*/
@media screen and ( max-width: 768px){
  header.lp_wrap {width:100%;}
  aside {width:100%;}
  aside .banner_wrap {width:100%;}
  article.lp_wrap {width:100%;}

  footer {width:100%;}
}
