@media screen and (max-width: 768px) {
  @font-face {
    font-family: りいクッキーお試し;
    src: url('font/RiiCookieRt.otf') format('opentype');
    }
    @font-face {
      font-family: ほのか新アンティーク角Medium;
      src: url('font/Honoka-Shin-Antique-Kaku_M.otf') format('opentype');
    }  
    .header {
        display: none;
    }
    .mlheader {
        display: inline-block;
        background-color: #ebdfc8;
        position: fixed;
        top: 0;
        z-index: 99;
        height: 80px;
        width: 100%;
    }
    
    .mlheader img {
        width: 180px;
        height: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu-btn {
      position: fixed;
      top: 10px;
      right: 10px;
      display: flex;
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #000;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #ebdfc8;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #000;
  list-style: none;
  font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#000;
  text-decoration: none;
  position: relative;
  padding: 20px;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 25px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  transition: all 0.5s;/*アニメーション設定*/
  background-color: #ebdfc8;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
.resave {
  background-color: #eb9800;
  border-radius: 45px;
  padding: 0 10px;
  height: 45px;
  width: 223px;
  position: relative;
  top: 20px;
  margin: auto;
}
.resave a {
  color: #fff;
    top: 14px;
    left: 40px;
    position: relative;
    text-decoration: none;
    font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
}

.modelhouse {
    display: inline-block;
}
.modelhouse h2 {
  background-image: url(../images/background.jpg);
  background-position: 100% 50px;
}
.modelhouse img {
    width: 100%;
}
.explain {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: initial;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    width: 100%;
}

.modelhouse h2 {
    font-size: 18px;
    font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
    background-position: 100% 350px;
    text-align: center;
    padding-left: 0;
}
.modelhouse h3 {
    font-size: 16px;
}
.modelhouse p {
    font-size: 14px;
}

.c-keyline {
  height: 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
 margin-top: 40px;
 margin-bottom: 40px;
}

.box {
  display: block;
}
.image {
  padding: initial;
  width: 100%;
}
.image img {
  width: 100%;
  margin: auto;
  padding: none;
}

.access h2 {
  font-size: 18px;
}
.flex2 {
  display: block;
  padding: initial;
}

.map {
  width: 100%;
  padding: initial;
  margin-top: 8px;

}

.spfooter {
  display: block;
  text-align: center;
  background-color: #ebdfc8;
  font-size: 8px;
  padding: 10px;
}
}