@charset "utf-8";

/* default PC */
.reserve-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mail-contact {
  justify-content: center;
}

.reserve-list .reserve-day {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.reserve-day .wpcf7-form-control-wrap {
  margin-left: 10px;
  display: block;
  width: calc(100% - 10px - 7em);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.reserve-day input {
  width: 100%;
  box-sizing: border-box;
  max-width: 170px;
  margin-right: 10px;
}

.contact-type {
  max-width: 1000px;
  margin: 20px auto 60px;
  width: 90%;
}

.contact-type .note-area,
.contact-type .reserve-area {
  width: calc(50% - 25px);
  margin-right: 0;
  position: relative;
  text-align: center;
}

#contents .contact-type h2 {
  background-color: transparent;
  color: #424242;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: 0 0 40px;
}

#contents .contact-type h2 .jp-ttl {
  font-size: 50%;
  text-align: center;
  display: block;
  margin-top: 6px;
}

.contact-type .note-area .contact-tel {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-type .note-area::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  display: block;
}

.contact-tel .tel-text {
  font-size: 270%;
  color: #ed3243;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.contact-tel img {
  position: relative;
  bottom: 8px;
}

.contact-time,
.contact-holiday {
  display: inline-block;
  margin-right: 10px;
  background-color: #424242;
  color: #ffffff;
  padding: 2px 20px;
  margin-left: 10px;
}

.contact-type .reserve-area a {
  display: block;
  text-align: center;
  max-width: 400px;
  background-color: #32a0ed;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 130%;
  background-image: url(../image/base/ico_arrow_white.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  transition: .5s;
}

.contact-type .reserve-area a:hover {
  opacity: .5;
  transition: .5s;
  text-decoration: none;

}

.bg-contact {
  padding: 70px 0;
  background-image: url(../image/contents/home/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-area {
  max-width: 850px;
  margin: auto;
}

.contact-catch {
  text-align: center;
  margin-bottom: 40px;
}

.contact-catch p {
  font-size: 18px;
}

.form-area .wpcf7 {
  max-width: 100%;
  width: 900px;
  margin: auto;
}

.contact-tel.company img {
  width: 30px;
  margin: 0 20px 0 10px;
}

#contents .contact-type .note-area .contact-tel.company {
  margin-bottom: 0;
}



/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .contact-type {
    margin-bottom: 40px;
  }

  .bg-contact {
    padding: 50px 0;
  }

  .mail-contact .contact-bnr:last-child {
    max-width: 410px;
    width: 100%;
  }

  #contents .form-area h2 {
    line-height: .5em;
    margin-top: 30px;
  }

  .contact-type .note-area,
  .contact-type .reserve-area {
    width: 100%;
  }

  .contact-type .note-area::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }

  #contents .contact-type h2 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #contents .contact-type h2 .jp-ttl {
    display: inline-block;
    margin-left: 10px;
  }

  .contact-type .note-area .contact-tel {
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .contact-time,
  .contact-holiday {
    margin-left: 0;
  }

  .contact-catch {
    font-size: 4vw;
  }

  .contact-type .reserve-area a {
    font-size: 4vw;
    margin: 10px 0;
  }

  .contact-type .reserve-area {
    margin-top: 10px;
  }

  .contact-tel img {
    bottom: 0;
  }

  .contact-catch {
    font-size: 4vw;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .bg-contact {
    padding: 35px 0 50px;
  }

  .mail-contact .contact-bnr:last-child {
    max-width: 100%;
  }

  .contact-type {
    margin: 0 auto 30px;
    width: 93%;
  }

  #contents .reception-txt {
    margin-bottom: 10px;
  }

  body:not(#home) h2 {
    margin-bottom: 30px;
  }

  #reserve .txt-center.mb-40 {
    text-align: left;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}