@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv {
  margin-bottom: 0;
}
#mainv .inner {
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 37%, rgba(240, 242, 241, 0) 47%, rgba(240, 242, 241, 0) 88%, #f0f2f1), url(../images/reserve/mainv_bg.jpg);
  background-size: auto auto, 80% auto;
  background-position: left top, right -160px bottom 40%;
  padding: 0;
}

@media (max-width: 750px) {
  #mainv {
    margin: 0;
  }
  #mainv .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36.2vw;
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 31%, rgba(240, 242, 241, 0) 39%, rgba(240, 242, 241, 0)), url(../images/reserve/mainv_bg.jpg);
    background-size: auto auto, 100% auto;
    background-position: left top, right -100px bottom;
  }
  #mainv .inner h1 {
    padding: 0;
    font-family: var(--yumincho);
  }
  #mainv .inner h1 span {
    font-size: 5.5vw;
  }
}
/* 最終的にform_share.scssに統合 */
#breadCrumb {
  margin: 0 0 20px;
  background: none;
}

h2 {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--textPoint);
}
h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 4px;
  background: var(--textPoint);
  transform: translateX(-50%);
  content: "";
}

.stepList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 870px;
  width: 84%;
  counter-reset: step;
}
.stepList > li {
  position: relative;
  margin: 0 90px 0 0;
  width: calc(33.3333% - 60px);
  counter-increment: step;
}
.stepList > li::before {
  position: absolute;
  right: -50px;
  top: 60px;
  width: 0;
  height: 11px;
  border-right: solid 6px var(--textPoint);
  content: "";
  transform: skew(40deg);
}
.stepList > li::after {
  position: absolute;
  right: -50px;
  top: 71px;
  width: 0;
  height: 11px;
  border-right: solid 6px var(--textPoint);
  content: "";
  transform: skew(-40deg);
}
.stepList > li:last-child {
  margin: 0;
}
.stepList > li:last-child::before, .stepList > li:last-child::after {
  display: none;
}
.stepList > li .number {
  position: absolute;
  left: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  text-align: center;
  background: var(--zabuton4Bg);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.stepList > li .number span {
  font-family: var(--yumincho);
  font-weight: bold;
  font-size: 12px;
  color: var(--zabuton4Text);
}
.stepList > li .number span::after {
  display: block;
  font-size: 30px;
  content: counter(step);
  line-height: 1;
}
.stepList > li .image {
  margin: 0 0 15px;
}
.stepList > li .image img {
  border-radius: 5px;
}

#contents .telWrap {
  margin: 0 0 30px;
}
#contents .telWrap h3 {
  text-align: center;
  margin: 0 0 5px;
  color: var(--textPoint);
  font-size: 20px;
  font-weight: bold;
}
#contents .telWrap .telInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#contents .telWrap .telInner .tel {
  margin: 0 35px 0 0;
  font-size: 36px;
  font-weight: bold;
}
#contents .telWrap .telInner .tel a {
  pointer-events: none;
}
#contents .telWrap .telInner .tel::before {
  content: "\f095";
  font-family: fontAwesome;
  color: var(--icon1);
  margin: 0 10px 0 0;
}
#contents .telWrap .telInner .reception {
  font-size: 14px;
}
#contents #formArea .lead {
  border-bottom: none;
}
#contents #formArea h3 {
  padding: 12px 15px;
  background: var(--heading4Bg);
  border-left: solid 6px var(--heading4Bdr);
  font-weight: bold;
  font-size: 18px;
  color: var(--heading4Text);
}
#contents #formArea table {
  margin: 0 0 40px;
}
#contents #formArea table.insideTable {
  margin: 0;
}
#contents #formArea table.insideTable tr:last-child th,
#contents #formArea table.insideTable tr:last-child td {
  border-bottom: none;
}

#contents #formArea table tr.required th {
  padding: 30px 60px 30px 10px;
}
#contents #formArea table tr.required th::after {
  margin-left: 15px;
}
#contents #formArea table tr td {
  width: 560px;
}
.mw_wp_form_confirm #contents #formArea table tr td .note {
  display: none;
}
#contents #formArea table tr td .note > li {
  position: relative;
  padding: 0 0 0 1em;
}
#contents #formArea table tr td .note > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
#contents #formArea table tr .dateArea input {
  margin: 0 10px 0 0;
  width: calc(100% - 10px);
  box-sizing: border-box;
}
#contents #formArea table tr .nameArea .fb {
  align-items: center;
}
#contents #formArea table tr .nameArea p {
  width: 2em;
  margin: 0 10px 0 0;
}
#contents #formArea table tr .nameArea input {
  margin: 0 20px 0 0;
}
#contents #formArea table tr .ageArea input {
  margin: 0 10px 0 0;
}
#contents #formArea table tr .addressArea .head {
  width: 6em;
  display: inline-block;
  margin: 0 10px 0 0;
}
#contents #formArea table tr .addressArea .city {
  width: 340px;
}
#contents #formArea table tr .addressArea .street {
  width: 340px;
}
#contents #formArea table tr .mailArea input[type=text] {
  width: 300px;
}

/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  h2 {
    padding: 0 0 2.4vw;
    margin: 0 0 8vw;
    font-size: 5vw;
  }
  h2::before {
    width: 27.7vw;
    height: 0.7vw;
  }
  .stepList {
    margin: 0 auto 6vw auto;
    counter-reset: step;
  }
  .stepList > li {
    display: flex;
    position: relative;
    margin: 0 0 10.8vw;
    counter-increment: step;
    width: 100%;
  }
  .stepList > li::before {
    position: absolute;
    right: auto;
    top: auto;
    left: 14vw;
    bottom: -6.7vw;
    width: 2.5vw;
    height: 0;
    border-bottom: solid 1.2vw var(--textPoint);
    content: "";
    transform: skewY(40deg);
    transform-origin: 100% 100%;
  }
  .stepList > li::after {
    position: absolute;
    right: auto;
    top: auto;
    left: 16.5vw;
    bottom: -6.7vw;
    width: 2.5vw;
    height: 0;
    border-bottom: solid 1.2vw var(--textPoint);
    content: "";
    transform: skewY(-40deg);
    transform-origin: 0 100%;
  }
  .stepList > li:last-child {
    margin: 0;
  }
  .stepList > li:last-child::before, .stepList > li:last-child::after {
    display: none;
  }
  .stepList > li .number {
    left: -5.4vw;
    top: -5.4vw;
    width: 14.1vw;
    height: 14.1vw;
    box-shadow: 0 0.3vw 1.2vw rgba(0, 0, 0, 0.2);
  }
  .stepList > li .number span {
    font-size: 1.8vw;
  }
  .stepList > li .number span::after {
    font-size: 5vw;
  }
  .stepList > li .image {
    width: 40%;
  }
  .stepList > li .image img {
    width: 100%;
    height: 25.3vw;
    border-radius: 0.9vw;
    object-fit: cover;
  }
  .stepList > li .text {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 0 0 0 6.6vw;
    font-size: 3.1vw;
    box-sizing: border-box;
    line-height: 1.8;
  }
  #contents .telWrap {
    margin: 0 0 6vw;
  }
  #contents .telWrap h3 {
    text-align: center;
    font-size: 3.6vw;
  }
  #contents .telWrap .telInner {
    text-align: center;
  }
  #contents .telWrap .telInner .tel {
    font-size: 7.2vw;
    font-weight: bold;
  }
  #contents .telWrap .telInner .tel::before {
    margin: 0 2.4vw 0 0;
  }
  #contents .telWrap .telInner .reception {
    font-size: 3.3vw;
  }
  #contents #formArea h3 {
    padding: 3.6vw;
    font-size: 4.1vw;
  }
  #contents #formArea table tr:first-child th {
    border-top: none;
  }
  #contents #formArea table tr td {
    width: 100%;
  }
  #contents #formArea table tr td .selectArea {
    display: block;
  }
  .mw_wp_form_confirm #contents #formArea table tr td .note {
    display: none;
  }
  #contents #formArea table tr td .note > li {
    position: relative;
    padding: 0 0 0 1em;
    text-indent: 0;
  }
  #contents #formArea table tr td .note > li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
  }
  #contents #formArea table tr .dateArea .date {
    width: 100%;
  }
  #contents #formArea table tr .dateArea input {
    width: 100%;
    margin: 10px 0 0;
  }
  #contents #formArea table tr .dateArea .selectArea {
    margin: 10px 0 0;
  }
  #contents #formArea table tr .nameArea .fb {
    align-items: center;
  }
  #contents #formArea table tr .nameArea p {
    text-align: right;
    width: 2em;
    margin: 0 10px 0 0;
  }
  #contents #formArea table tr .nameArea input {
    width: 50% !important;
  }
  #contents #formArea table tr .nameArea input:nth-child(2) {
    margin: 0 20px 0 0;
  }
  #contents #formArea table tr .ageArea input {
    width: 100px !important;
    margin: 0 5px 0 0;
  }
  #contents #formArea table tr .addressArea .head {
    display: block;
    margin: 0 0 5px;
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=reserve.css.map */