@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   lower共通部分
   -------------------------------------------------------------------------- */
#form {
  background-color: #f5f5f5;
}

.formReservationInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .formReservationInner {
    padding: 100px 0;
  }
}
.formReservationTtl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #00b395;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .formReservationTtl {
    margin-bottom: 30px;
  }
}
.formNav {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .formNav {
    padding: 0;
    margin-bottom: 50px;
  }
}
.formReservationDesc {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .formReservationDesc {
    font-size: 2.2rem;
  }
}
.formContentWrap {
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
}
.formContentWrapInner {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .formContentWrapInner {
    padding: 30px;
  }
}
.returnTextLink {
  text-align: center;
}

.returnTextLink a {
  color: #00b395;
  text-decoration: underline;
}

.formReservationSubmit {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .formReservationSubmit {
    padding: 0;
  }
}
/* -----------------------------------------------------------------------------
   form-step02（日時選択フォーム）
   -------------------------------------------------------------------------- */
.calendar-container {
  overflow-x: inherit;
  margin: 0 auto;
  border-radius: 5px;
  color: #1a1a1a;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .calendar-container {
    overflow: hidden;
  }
}
h1 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
    /*width: 1040px;*/
  }
}
td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  td {
    display: table-cell;
    width: auto;
  }
}

.week:nth-child(n+2) .dayWeek {
  display: block;
}
@media screen and (min-width: 768px) {
  .week:nth-child(n+2) .dayWeek {
    display: none;
  }
}
.sun {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sun {
    width: 76px;
  }
}
.weekday {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .weekday {
    width: 151px;
  }
}
.weekday .day {
  padding: 20px 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .weekday .day {
    padding: 0;
  }
}
.weekday .dayWeek {
  padding: 27px 2px;
}
@media screen and (min-width: 768px) {
  .weekday .dayWeek {
    padding: 5px 0 5px;
  }
}
.sat {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sat {
    width: 76px;
  }
}
.dayWeek {
  width: 46px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-bottom: none;
  border-right: 1px solid #333;
  padding: 7px 0 7px;
}
@media screen and (min-width: 768px) {
  .dayWeek {
    width: auto;
    border-bottom: 1px solid #333;
    border-right: none;
    padding: 5px 0 5px;
  }
}
.day {
  width: 100%;
  font-size: 2.6rem;
  height: 388px;
}
@media screen and (min-width: 768px) {
  .day {
    width: auto;
    height: auto;
    min-height: 315px;
    max-height: 315px;
    font-size: 2.2rem;
    padding: 0px 0 10px;
  }
}
.dayTopWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .dayTopWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.dayTopWrap > p {
  width: 80px;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 0 10px;
}
@media screen and (min-width: 768px) {
  .dayTopWrap > p {
    width: 100%;
  }
}
.discountBadgeWrap {
  width: 100%;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .discountBadgeWrap {
    width: auto;
    padding-left: 0;
  }
}
.discountBadge {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #00b395;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 0;
  padding: 12px 0;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .discountBadge {
    width: 130px;
    padding: 10px 0;
  }
}
.reservationBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservationBtnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservationBtnItem {
    width: auto;
  }
}
.reservationBtnItem p {
  letter-spacing: 0.04em;
  margin-right: 5px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .reservationBtnItem p {
    width: auto;
  }
}
.reservationBtnItem input[type=button] {
  letter-spacing: 0;
  background-color: #e5e5e5;
  border: 1px solid #555555;
  border-radius: 2px;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservationBtnItem input[type=button] {
    width: auto;
    padding: 0 10px;
  }
}
.sun .day {
  background-color: #fde0e6;
  color: #ccc;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sun .day {
    height: 315px;
  }
}
.sun .day p {
  width: 65px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .sun .day p {
    width: auto;
    padding-top: 5px;
  }
}
.sat .day {
  background-color: #e5f0ff;
  color: #ccc;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sat .day {
    height: 315px;
  }
}
.sat .day p {
  width: 65px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .sat .day p {
    width: auto;
    padding-top: 5px;
  }
}
/* -----------------------------------------------------------------------------
   form-step03（必要事項入力フォーム）
   -------------------------------------------------------------------------- */
.generalFormWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .generalFormWrap {
    padding: 30px;
  }
}
.generalFormWrap div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .generalFormWrap div {
    margin-bottom: 40px;
  }
}
.generalFormWrap div dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.generalFormWrap div dt .m-required {
  font-size: 1.2rem;
  background-color: #e63d2e;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .generalFormWrap div dt .m-required {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.generalFormWrap div dd input[type=text] {
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  background-color: #f5f5f5;
}

.generalFormWrap div dd input[type=email] {
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  background-color: #f5f5f5;
}

.generalFormWrap div dd input[type=tel] {
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .generalFormWrap div dd input[type=tel] {
    width: 430px;
  }
}
.generalFormWrap div dd .postCode > input[type=text] {
  width: 150px;
  display: block;
  margin-bottom: 10px;
  margin-left: 30px;
}

.generalFormWrap div dd .postCode {
  position: relative;
}

.generalFormWrap div dd .postCode::before {
  content: "〒";
  display: inline-block;
  position: absolute;
  top: 10%;
}

.generalFormWrap div dd .postCode > input[type=text] + input[type=text] {
  width: 100%;
  margin-left: 0;
}

.generalFormWrap div dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #555555;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .generalFormWrap div dd textarea {
    padding: 10px 20px;
  }
}
select.time {
  padding: 0 15px 0 10px;
  background-image: url(../img/common/cmn_arrow04.png);
  background-position: right 10% bottom 45%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-color: #f5f5f5;
  border: 1px solid #555555;
  border-radius: 10px;
}

/* -----------------------------------------------------------------------------
   form-step04（確認画面）
   -------------------------------------------------------------------------- */
.formReservationDescAtention {
  display: block;
  color: #e63d2e;
}

.generalFormConfirmWrap {
  margin-bottom: 0 !important;
}

.generalFormConfirmWrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .generalFormConfirmWrap > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.generalFormConfirmWrap > div > dt {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .generalFormConfirmWrap > div > dt {
    width: 400px;
  }
}
.generalFormConfirmWrap dd {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .generalFormConfirmWrap dd {
    width: calc(100% - 400px);
  }
}
.generalFormConfirmWrap dd span {
  color: #e63d2e;
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}

/* -----------------------------------------------------------------------------
   thanks（完了画面）
   -------------------------------------------------------------------------- */
.formReservationResultMessage {
  text-align: center;
  margin-bottom: 50px;
}

.formReservationMailImg {
  max-width: 90px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .formReservationMailImg {
    margin-top: 0;
  }
}
.formReservationContactBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .formReservationContactBtnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
}
.formReservationContactBtnLine {
  max-width: 100%; /*横幅です用途に合わせて数値を変えましょう*/
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .formReservationContactBtnLine {
    margin-bottom: 0;
    margin-right: 20px;

  }
}
.formReservationContactBtnLine a:hover { /*:hoverはその要素にマウスを当てた時の状態*/
  -webkit-box-shadow: 0 2px 0 0 #048b3b;
          box-shadow: 0 2px 0 0 #048b3b; /*hoverしたら影が縦に4px減るようにしています*/
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /*影が減った分、下に移動させています。*/
}

.formReservationContactBtnLine a {
  display: inline-block; /*inline扱いかつwidthとheightを反映する事が出来ます*/
  width: 400px;
  background-color: #06c755; /*ボタンの色*/
  padding: 35px 40px; /*ボタンの内スペースの幅です*/
  -webkit-box-shadow: 0 6px 0 0 #048b3b;
          box-shadow: 0 6px 0 0 #048b3b; /*cssの影の機能を利用してボタンの側面を描いています。ボタンの色より暗い色を指定しましょう*/
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  border-radius: 75px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.formReservationContactBtnTel {
  max-width: 100%; /*横幅です用途に合わせて数値を変えましょう*/
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .formReservationContactBtnTel {
    margin-left: 20px;

  }
}
.formReservationContactBtnTel a:hover { /*:hoverはその要素にマウスを当てた時の状態*/
  -webkit-box-shadow: 0 2px 0 0 #e53d2e;
          box-shadow: 0 2px 0 0 #e53d2e; /*hoverしたら影が縦に4px減るようにしています*/
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /*影が減った分、下に移動させています。*/
}

.formReservationContactBtnTel a {
  display: inline-block; /*inline扱いかつwidthとheightを反映する事が出来ます*/
  width: 400px;
  padding: 35px 40px; /*ボタンの内スペースの幅です*/
  background-color: #ff7365; /*ボタンの色*/
  -webkit-box-shadow: 0 6px 0 0 #e53d2e;
          box-shadow: 0 6px 0 0 #e53d2e; /*cssの影の機能を利用してボタンの側面を描いています。ボタンの色より暗い色を指定しましょう*/
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  border-radius: 75px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

/* -----------------------------------------------------------------------------
   form-easy（簡単見積もりフォーム）
   -------------------------------------------------------------------------- */
.easyMitsumoriFormReservationInner {
  padding-right: 10px;
  padding-left: 10px;
}

.easyMitsumoriFormReservationTtl {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .easyMitsumoriFormReservationTtl {
    margin-bottom: 0;
  }
}
.easyMitsumoriAboutItemsSection li {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .easyMitsumoriAboutItemsSection li {
    width: 50%;
  }
}
.easyMitsumoriAboutItemsSection li:nth-child(odd) {
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .easyMitsumoriAboutItemsSection li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
}

.easyMitsumoriSubmitWrap {
  position: relative;
  padding-top: 50px;
}

.easyMitsumoriSubmitWrap::before {
  content: "";
  display: block;
  background-image: url(../img/lower/form_motto.png);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 26px;
  position: absolute;
  top: 0;
}