/* nav */

.menu_wrap {
  display: none;
}

/* mv */

.mv_sub {
  background: url(/menuandprice/images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 200px;
  position: relative;
}

/* contact */

section#contact {
  padding: 50px 0 40px;
  background: #fff1f2;
}

.wrap {
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 30px;
}

.wrap p.title {
  color: #ed2f38;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.wrap .contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap .contents .telBox {
  margin: 0 20px 0 0;
}

.wrap .contents .telBox a {
  font-size: 44px;
  font-weight: 800;
}

.wrap .contents .telBox p.info {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


/* section04 */

section {
  position: relative;
  padding: 50px 0 80px;
}

section .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section .list ul li {
  position: relative;
  width: 30%;
  margin: 0 30px 60px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #e7f8fe;
  -moz-box-shadow: 0 0 15px 0 #e7f8fe;
  box-shadow: 0 0 5px 0 #e7f8fe;
  padding: 35px 0;
}

section .list ul li:hover {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #e7f8fe;
}

section .list ul li:nth-child(3n) {
  margin-right: 0;
}

section .list ul li h3.title {
  color: #16b7f5;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section .list ul li h3.title::before {
  content: '';
  background: linear-gradient(#13b8f6, #0189d5);
  width: 8px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}

section .list ul li .box {
  padding: 20px 25px;
}

section .list ul li .btnImg {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 55px;
  display: inline-block;
}

section .list ul li .btnImg img {
  width: 100%;
}

section .list ul li .btnImg a:hover {
  opacity: 1;
}

section .list ul li .img {
  margin-bottom: 15px;
}

section .list ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#section01 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(#68e3ff, #58c9f2);
  width: 100%;
  height: 80vh;
}

#section02 .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



@media screen and (max-width: 800px) {

  .scInr {
    padding: 0 10px;
  }

  section {
    padding: 30px 0 !important;
  }

  section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  section h2 span {
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 10px;
  }

  section#contact .wrap {
    padding: 20px;
  }

  .wrap p.title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .wrap .contents {
    flex-wrap: wrap;
  }

  .wrap .contents .telBox {
    margin: 0
  }

  .wrap .contents .telBox a {
    font-size: 30px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .wrap .contents .telBox p.info {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #section01 {
    background: linear-gradient(#68e3ff, #58c9f2);
  }

  section .list ul li {
    margin: 0 0 40px 0;
    width: 100%;
    padding: 20px 0 0 0;
  }

  section .list ul li .box {
    padding: 10px 15px 30px;
  }

  section .list ul li .img {
    width: 80%;
    margin: 0 auto;
  }

  section .list ul li h3.title {
    font-size: 20px;
    margin-bottom: 0;
  }

  #section01 h2 {
    color: #fff;
  }

  #section01 h2 span {
    color: #fff;
  }

  section .bg {
    display: none;
  }

}
