@charset "UTF-8";
:root {
  --vw: 1vw;
}

:root {
  --vw: 1vw;
}

/* CSS Document */
/* ---------------------------------------------------------
#page-reservation
----------------------------------------------------------*/
#page-reservation {
  /* ---------------------------------------------------------
  .sec-ekinet
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-merit
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-step
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-step + .sec-ekinet
  ----------------------------------------------------------*/
}

#page-reservation .common-page-header .page-ttl {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #page-reservation .common-page-header .page-ttl {
    line-height: 1.3333333333;
    padding-top: calc(9.7 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .common-page-header .inner {
    margin-top: calc(4 * var(--vw));
  }
}
#page-reservation .common-page-header h2 {
  width: 386px;
}

@media screen and (max-width: 768px) {
  #page-reservation .common-page-header h2 {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 12vw;
  }
}
#page-reservation .common-page-header p {
  width: 604px;
}

@media screen and (max-width: 768px) {
  #page-reservation .common-page-header p {
    width: 100%;
  }
}
#page-reservation .sec-ekinet {
  width: 1240px;
  padding: 28px;
  margin: 54px auto 0;
  border: 2px solid #B79100;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet {
    width: calc(93.3333333333 * var(--vw));
    padding: calc(4.3 * var(--vw)) calc(4.8 * var(--vw)) calc(4.5333333333 * var(--vw));
    margin-top: calc(10.1333333333 * var(--vw));
    border-width: calc(0.5333333333 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .sec-ekinet h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 0;
  }
}
#page-reservation .sec-ekinet .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .wrapper {
    display: block;
  }
}
#page-reservation .sec-ekinet .left-col {
  width: 738px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .left-col {
    width: 100%;
  }
}
#page-reservation .sec-ekinet .right-col a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: #01833E;
  width: 412px;
  padding: 20px;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .right-col a {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: calc(4 * var(--vw));
  }
}
#page-reservation .sec-ekinet .right-col a::after {
  content: "";
  position: absolute;
  top: 69px;
  left: 234px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/reservation/icon_blank_en.svg) no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .right-col a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.2154340836%;
    height: 0;
    padding-top: 3.2154340836%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 78.7781350482%;
  }
}
@media print, screen and (min-width: 769px) {
  .is-big #page-reservation .sec-ekinet .right-col a::after {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #page-reservation .sec-ekinet .right-col a:hover {
    opacity: 0.8;
    /*
    color: #007F5B;
    background-color: #E4F1ED;
    */
  }
  #page-reservation .sec-ekinet .right-col a:hover p::after {
    /*background-image: url(../img/common/icon_blank_green.svg);*/
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .right-col a.is-hover {
    opacity: 0.8;
    /*
    color: #007F5B;
    background-color: #E4F1ED;
    */
  }
  #page-reservation .sec-ekinet .right-col a.is-hover p::after {
    /*background-image: url(../img/common/icon_blank_green.svg);*/
  }
}
#page-reservation .sec-ekinet .right-col .logo-tr {
  width: 214px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .right-col .logo-tr {
    width: 50.8038585209%;
    margin-left: 24.7588424437%;
  }
}
#page-reservation .sec-ekinet .right-col .qr {
  width: 108px;
}

#page-reservation .sec-ekinet .txt-caution {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .txt-caution {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: calc(4 * var(--vw));
  }
}
#page-reservation .sec-ekinet .txt-caution a {
  color: #B79100;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #page-reservation .sec-ekinet .txt-caution a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .sec-ekinet .txt-caution a.is-hover {
    text-decoration: none;
  }
}
#page-reservation .sec-merit {
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit {
    margin-top: calc(15.7333333333 * var(--vw));
  }
}
#page-reservation .sec-merit .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1240px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .wrapper {
    display: block;
    width: calc(93.3333333333 * var(--vw));
    padding-top: calc(2.6666666667 * var(--vw));
    margin-top: 0;
  }
}
#page-reservation .sec-merit .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 610px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .col {
    width: 100%;
    margin-top: calc(8 * var(--vw));
  }
}
#page-reservation .sec-merit .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #B79100;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .cat {
    width: calc(21.3333333333 * var(--vw));
    height: calc(6.4 * var(--vw));
    font-size: 1.2rem;
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .sec-merit h4 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  margin-top: 25px;
  border-bottom: 2px solid #B79100;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: calc(2.9333333333 * var(--vw));
    margin-top: calc(4.5333333333 * var(--vw));
  }
}
#page-reservation .sec-merit .pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .pic {
    margin-top: calc(5.3333333333 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .sec-merit .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .pic::after {
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .sec-merit .txt {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-bottom: calc(5.3333333333 * var(--vw));
    margin-top: calc(4.5333333333 * var(--vw));
  }
}
#page-reservation .sec-merit .btn {
  margin-top: auto;
}

/*9/5追加*/
@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .btn {
    margin-top: calc(6 * var(--vw));
  }
}
/*9/5追加ここまで*/
#page-reservation .sec-merit .btn a {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .btn a {
    width: calc(90.6666666667 * var(--vw));
    height: calc(13.3333333333 * var(--vw));
    padding: 0 calc(10.6666666667 * var(--vw));
    letter-spacing: 0.05em;
  }
}
#page-reservation .sec-merit .btn a::before, #page-reservation .sec-merit .btn a::after {
  top: 16px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .btn a::before, #page-reservation .sec-merit .btn a::after {
    top: calc(4.2666666667 * var(--vw));
    right: calc(5.0666666667 * var(--vw));
  }
}
/*9/7追加*/
#page-reservation .caution-area {
  width: 1240px;
  padding: 22px 30px 23px;
  margin: 60px auto 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .caution-area {
    width: calc(93.3333333333 * var(--vw));
    padding: calc(4.8 * var(--vw)) calc(5.0666666667 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto 0;
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .caution-area li {
  font-size: 1.2rem;
  color: #464646;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #page-reservation .caution-area li {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#page-reservation .caution-area a {
  color: #B79100;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #page-reservation .caution-area a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .caution-area a.is-hover {
    text-decoration: none;
  }
}
/*9/7追加ここまで*/
/*9/5追加*/
#page-reservation .sec-merit .txt-caution {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  text-indent: -1.1em;
  padding-left: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .txt-caution {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0px;
  }
}
#page-reservation .sec-merit .txt-caution a {
  color: #B79100;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #page-reservation .sec-merit .txt-caution a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .sec-merit .txt-caution a.is-hover {
    text-decoration: none;
  }
}
/*9/5追加ここまで*/
#page-reservation .sec-step {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step {
    margin-top: calc(15.7333333333 * var(--vw));
  }
}
#page-reservation .sec-step .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1240px;
  margin: 62px auto 0;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step .wrapper {
    display: block;
    width: 100%;
    padding: 0 calc(3.2 * var(--vw));
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-reservation .sec-step .col {
  width: 295px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step .col {
    width: 100%;
    margin-top: calc(8 * var(--vw));
  }
  #page-reservation .sec-step .col:first-child {
    margin-top: 0;
  }
}
#page-reservation .sec-step .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #B79100;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step .cat {
    width: calc(21.3333333333 * var(--vw));
    height: calc(6.4 * var(--vw));
    font-size: 1.2rem;
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .sec-step h4 {
  min-height: 74px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-top: 18px;
  border-bottom: 2px solid #B79100;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step h4 {
    min-height: auto;
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: calc(2.9333333333 * var(--vw));
    margin-top: calc(4.5333333333 * var(--vw));
  }
}
#page-reservation .sec-step .txt {
  min-height: 184px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step .txt {
    min-height: auto;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-bottom: calc(4.8 * var(--vw));
    margin-top: calc(4.5333333333 * var(--vw));
  }
}
#page-reservation .sec-step + .sec-ekinet {
  margin-top: 73px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step + .sec-ekinet {
    margin-top: calc(16 * var(--vw));
  }
}
/*9/5追加*/
#page-reservation .sec-step .txt-caution {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  text-indent: -1.1em;
  padding-left: 1.4em;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #page-reservation .sec-step .txt-caution {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#page-reservation .sec-step .txt-caution a {
  color: #B79100;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #page-reservation .sec-step .txt-caution a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .sec-step .txt-caution a.is-hover {
    text-decoration: none;
  }
}
/*9/5追加ここまで*/
/* ---------------------------------------------------------
.sec-welcome
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec-welcome {
    padding: 0 calc(2.93 * var(--vw));
  }
}
.sec-welcome h4 {
  width: 1240px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  border-bottom: 2px solid #B79100;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-welcome h4 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    padding-bottom: calc(2.13 * var(--vw));
    margin-top: calc(7.46 * var(--vw));
  }
}
.sec-welcome .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1240px;
  gap: 0 20px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-welcome .wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: calc(5.33 * var(--vw));
  }
}
.sec-welcome .wrapper .pic {
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec-welcome .wrapper .pic {
    height: calc(26.66 * var(--vw));
    margin-top: 0;
  }
}
.sec-welcome .wrapper .txt {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.2857142857;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-welcome .wrapper .txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: calc(4.8 * var(--vw));
    margin-bottom: calc(5.33 * var(--vw));
  }
}
.sec-welcome .wrapper .btn a {
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .sec-welcome .wrapper .btn a {
    justify-content: flex-start;
    width: calc(90.93 * var(--vw));
    height: calc(13.33 * var(--vw));
    text-align: left;
    padding: 0 calc(8 * var(--vw)) 0 calc(13.33 * var(--vw));
  }
}
.sec-welcome .wrapper .btn a::before, .sec-welcome .wrapper .btn a::after {
  top: 18px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .sec-welcome .wrapper .btn a::before, .sec-welcome .wrapper .btn a::after {
    top: calc(4.26 * var(--vw));
    right: calc(5.33 * var(--vw));
  }
}
