@charset "UTF-8";
/* CSS Document */

/*--- body -------------------------------------------------------------------------------------------------------------*/

body {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #e4e4e4;
}

a {
  color: #021c2d;
}

a:hover {
  opacity: .7;
}

a img {
  color: #021c2d;
  transition: .3s;
}

a img:hover {
  opacity: .7;
}

/*--- /body -------------------------------------------------------------------------------------------------------------*/

/*--clearfix-------------------------------------------------------------------------------------------*/

/*
.header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*/

/*--/clearfix-------------------------------------------------------------------------------------------*/


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img{max-width: 100%;height: auto;backface-visibility: hidden;}
/*--------------------header--------------------*/

/*--------------------main style--------------------*/

.vis {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  background: url("../img/main202504.jpg") no-repeat;
  background-position: center;
  position: relative;
  height: 750px;
 display: flex;
 flex-direction: column;
 justify-content:flex-end;
 align-items:center;
}

.vis .logo {
  position: absolute;
 max-width: 150px;
 height: auto;
  top: 0px;
  left: 50px;
  z-index: 2;
}

.vis .m55 {
  position: absolute;
 max-width: 84px;
  top: 0px;
  right: 80px;
}

.vis .title {
  position: relative;
 margin-bottom: 50px;
}

.sub-title {
  text-align: center;
}

.btn {
  width: 728px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.btn2-bt {
  display: flex;
  justify-content: space-evenly;
}

.btn2 {
  width: 1156px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #fff;
}

.btn2 h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

main {
  width: 1300px;
  margin: 0 auto;
  background-image: url(../img/bg202504.png);
  background-size: 50% auto;
  background-position: left top;
  padding-top: 50px;
}

.text01 {
  text-align: center;
/*   margin-bottom: 30px; */
/*   padding-top: 50px; */
}

.section01 {
  padding-bottom: 50px;
}
.section02 {
  padding-bottom: 100px;
}

main section {
  width: 1300px;
  background: #F7F3E9 url(../img/bg202504.png);
  padding-top: 30px;
}


.text03 {
  text-align: center;
  margin-bottom: 80px;
  background-color: #fff;
  width: 1200px;
  border-radius: 10px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.fair-title img {
  margin-top: -10px;
  margin-bottom: 20px;
}

.fair {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

section small {
  display: block;
  text-align: right;
  margin-right: 50px;
  padding: 3px 0;
  font-size: 12px;
}

.section01 {
  text-align: center;
  margin-bottom: 20px;
}

.section02 {
  text-align: center;
/*   margin-bottom: 50px; */
}
.section03 {
  text-align: center;
  margin-bottom: 100px;
}

.desc {
  width: 100%;
  padding: 10px 100px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
}

.desc h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.desc p {
  font-size: 14px;
  line-height: 16px;
}
.desc2 {
  width: 100%;
  padding: 10px 30px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  text-align: left;
}

.desc2 h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.desc2 p {
  font-size: 14px;
  line-height: 16px;
}

/*--------------------footer--------------------*/

footer {
  width: 100%;
  min-width: 1300px;
  text-align: center;
  display: block;
  color: #595959;
  font-size: 12px;
  background: #fff;
  padding: 3% 2%;
  margin: 0 auto;
}

.privacy {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 16px;
  text-align: left;
}

.privacy h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}
@media screen and (min-width: 641px) {
 header.vis,.sub-title,main,footer{
  min-width: 1300px;
 } 
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }

  img {
    width: 100%;
  }

  .vis {
    width: 100%;
    height: 450px;
    background-image: url(../img/main202504_sp.jpg);
    background-size: cover;
  }

  .vis .logo {
    width: 120px;
    top: 15px;
    left: 0px;
  }
  .vis .m55 {
    width: 58px;
    top: 15px;
    right:15px;
  }

  .vis .title {
    width: 100%;
    position: initial;
  }

  .vis .title img {
    max-width: 640px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sub-title {
    max-width: 640px;
  }

  main {
    width: 100%;
  }

  /* ご成約特典として */

  .text01 {
/*     margin-bottom: 30px; */
  }
  .section01 {
    text-align: center;
/*     margin-bottom: 60px; */
  }
  
  .section02 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .section03 {
    text-align: center;
    margin-bottom: 60px;
  }


  .text03 {
    padding: 10px 10px 10px;
    
  }

  

  
  .btn {
    margin: 0 auto 100px;
    width: 100%;
    padding: 30px 30px 0px;

  }

  .desc {
    font-size: 11px;
    padding: 0;
    padding: 30px 30px 45px;
    line-height: 20px;
  }

  .desc h2 {
    font-size: 14px;
  }
  .desc2 h2 {
    font-size: 14px;
  }

  .syokai {
    padding: 30px 30px 45px;
  }
  .btn2 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .btn2 h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .btn2-bt {
    display: block;
    padding: 10px;
  }
  .btn2-bt a {
    display: block;
    margin-bottom: 30px;
  }
  .btn2-bt a:last-child {
    margin-bottom: 20px;
  }

  main section {
    width: 100%;
    padding: 20px 20px 25px;
  }

  .text03 {
    width: auto;
  }
  
  .fair {
    display: block;
  }
  .fair-title {
    margin-top: -10px;
  }
  .fair img {
    margin-bottom: 10px;
  }
  .desc2 {
    padding: 10px;
  }
  section small {
    margin-right: 10px;
  }

  footer {
    min-width: initial;
    padding: 50px 30px 30px;
  }

  .privacy {
    font-size: 11px;
  }

  .privacy h2 {
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  p.copy {
    font-size: 8px;
  }
}