html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100vh;
  font-size: 62.5%;
}
html:focus {
  outline: none;
}
main {
  width: 70%;
  margin: 0 auto;
}

footer {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer {
    width: 70%;
  }
}
/* css from reservation page */
body {
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
  background: #ffffff url("../images/background_pc.webp");
  background-size: auto;
  background-position: top left;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  font-weight: 500;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
  max-width: 970px !important;
}
@media screen and (min-width: 1211px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container {
    max-width: 940px;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 375px !important;
  }
}

.sub_container {
  max-width: 390px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
  background: #ffffff;
}
.sub_container.con_on_red {
  background: #c8102e;
}
.sub_container.conblue {
  background: #96bbd6;
}
.sub_container.conred {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 60%,
    #c8102e 40%,
    #c8102e 100%
  );
}
.sub_container.bgb_w {
  background: linear-gradient(
    180deg,
    #dceefa 0%,
    #dceefa 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}

/* css from reservation page */

a {
  cursor: pointer;
}
img {
  width: 100%;
  display: block;
}
section {
  margin: 30px 0;
}
.contact_button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact_button a:nth-of-type(1) {
  margin-right: 15px;
}
.contact_button a:nth-of-type(2) {
  margin-left: 15px;
}
section:first-of-type {
  margin-top: 0;
}
section:last-of-type {
  margin-bottom: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
  .contact_button {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .contact_button a {
    width: 80%;
  }
  .contact_button a:nth-of-type(4) {
    margin-top: 20px;
  }
  section {
    margin: 30px 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* form 2024/01/11 */
#reservation .sub_container {
  margin-top: 50px;
}
#reservation {
  margin: 0 auto;
  display: block;
  width: 100%;
  /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2); */
  margin-top: 50px;
  background: #ffffff;
}
/* #reservation .pagetopArea {
      width: 100%;
      background: #FFFFFF;
      height: 50px;
      border: #C8102E solid 2px; }
      #reservation .pagetopArea .pagetop {
        color: #C8102E;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        padding-top: 25px;
        position: relative; }
        #reservation .pagetopArea .pagetop::before {
          content: "";
          width: 25px;
          height: 20px;
          background: url("../images/futer_toprink.webp") no-repeat;
          background-size: 20px;
          background-position: top 10px left;
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -10px; }
    #reservation #footer {
      padding: 30px 0 80px;
      text-align: center;
      background: #FFFFFF; }
      #reservation #footer .f_img {
        margin: 0 auto;
        display: block; }
      #reservation #footer h3 {
        font-size: 16px;
        font-weight: bold;
        padding-top: 15px; }
      #reservation #footer p {
        font-size: 14px;
        font-weight: 400; }
  
  .reservation_top {
    padding: 41px 0 21px;
    background: #DCEEFA; }
    .reservation_top span {
      font-size: 14px;
      font-weight: bold;
      color: #C8102E; }
    .reservation_top h2 {
      font-size: 24px;
      font-weight: bold;
      color: #C8102E; }
   */
.form_banner {
  padding: 40px 15px 0px;
}

form {
  margin-bottom: 60px;
}

ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 45px;
  padding: 0;
  display: flex;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  width: 28%;
  background: #ffffff;
  color: #c61633;
  list-style: none;
  padding: 6px;
  margin: 0 !important;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  position: relative;
  border-radius: 8px;
  display: block;
  text-align: center;
  border: #c61633 solid 2px;
}
ul.formFlow li:before {
  display: block;
  position: absolute;
  content: "";
  top: 45%;
  z-index: 3;
  width: 32px;
  height: 2px;
  border: 2px solid #c61633;
  right: -32px;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #c61633;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  display: block;
  text-align: center;
  padding-top: 6px;
}
ul.formFlow li.second {
  border: #c61633 solid 2px;
  border-radius: 8px;
  height: 40px;
  display: block;
  padding-top: 6px;
}
ul.formFlow li.second:before {
  display: block;
  position: absolute;
  content: "";
  top: 45%;
  z-index: 3;
  width: 32px;
  height: 2px;
  border: 2px solid #c61633;
  right: -32px;
}
ul.formFlow li.second.active {
  padding-top: 6px;
}
ul.formFlow li.third {
  border: #c61633 solid 2px;
  border-radius: 8px;
  height: 40px;
  display: block;
  padding-top: 6px;
}
ul.formFlow li.third:before {
  display: none;
}
ul.formFlow li.third.active {
  background: #c61633 !important;
  color: #ffffff;
  padding-top: 6px;
}

table.confirm .triangle::after {
  display: none;
}
table tbody tr {
  display: block;
  margin-bottom: 32px;
}
table tbody tr th,
table tbody tr td {
  width: 100%;
  display: block;
  text-align: left;
}
table tbody tr th {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
table tbody tr td {
  font-weight: 400;
}

label {
  font-size: 16px;
  margin-right: 10px;
}

input[type="text"] {
  width: 345px;
  height: 40px;
  border-radius: 4px;
  border: #cbcbcb solid 1px;
  padding: 9px 10px;
  font-size: 16px;
  color: #222222;
}
input[type="text"] placeholder {
  color: #cbcbcb;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-bottom: 13px;
  vertical-align: -3px;
  font-size: 18px;
  margin-right: 5px;
}

input[type="radio"]:checked {
  accent-color: #c61633;
}

textarea {
  width: 345px;
  height: 140px;
  border-radius: 4px;
  border: #cbcbcb solid 1px;
  padding: 9px 10px;
  font-size: 16px;
  color: #222222;
}

input[type="submit"] {
  background: #c8102e;
  border-radius: 27px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  max-width: 345px;
  height: 53px;
  padding: 12px 40px 10px;
  margin: 0 auto 20px;
  border: #c8102e solid 1px;
  display: block;
  width: 345px;
  letter-spacing: 2px;
}

select {
  width: 345px;
  height: 40px;
  border: #cbcbcb solid 1px;
  background: #ffffff;
  border-radius: 4px;
  appearance: none;
  position: relative;
  padding: 9px 10px;
  font-size: 16px;
  color: #222222;
}
select placeholder {
  color: #cbcbcb;
}

.triangle {
  position: relative;
}
.triangle::after {
  content: "▼";
  position: absolute;
  width: 12px;
  height: 10px;
  font-size: 12px;
  color: #222222;
  top: 12px;
  right: 15px;
  display: block;
}

.att {
  background: #c61633;
  color: #ffffff;
  font-size: 14px;
  width: 52px;
  height: 20px;
  border-radius: 4px;
  font-weight: 400;
  padding: 0px 12px;
  margin-left: 13px;
}

.att2 {
  background: #cbcbcb;
  color: #ffffff;
  font-size: 14px;
  width: 52px;
  height: 20px;
  border-radius: 4px;
  font-weight: 400;
  padding: 0px 12px;
  margin-left: 13px;
}

.top_btn {
  max-width: 345px;
  height: 53px;
  border: #c8102e solid 2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 65px;
  padding: 8px 95px 10px;
  border-radius: 27px;
  color: #c8102e;
}

.textCenter {
  text-align: center;
}

.fw400 {
  font-weight: 400;
  font-size: 14px;
}

.pp_box {
  border: #959595 solid 1px;
  padding: 21px 23px;
}

.pph2 {
  font-size: 16px;
  font-weight: 400;
  border-bottom: #c8102e solid 1px;
  padding-bottom: 13px;
  line-height: 1.7;
}

.pph3 {
  font-size: 14px;
  color: #c8102e;
  font-weight: 400;
}

.b_link {
  color: #196fdd;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 18px;
}

.b_link2 {
  color: #196fdd;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 18px;
}

.privacy_policy {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.privacy_policy .privacycol {
  margin-bottom: 18px;
}
.privacy_policy .privacycol2 {
  margin-bottom: 50px;
}
.privacy_policy .privacycol2 input[type="checkbox"] {
  transform: scale(1.4);
  border: #959595 solid 1px;
  margin-right: 10px;
}

input[type="checkbox"]:checked {
  accent-color: #c8102e;
}

.mt45 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  #reservation {
    max-width: 100%;
  }

  ul.formFlow li {
    width: 27%;
    font-size: 12px !important;
    padding-top: 7px !important;
  }
  ul.formFlow li:before {
    width: 37px;
    right: -37px;
  }
  ul.formFlow li.active {
    font-size: 12px;
  }
  ul.formFlow li.second:before {
    width: 37px;
    right: -37px;
  }
  ul.formFlow li.second.active {
    font-size: 12px;
  }
  ul.formFlow li.third.active {
    font-size: 12px;
  }
}
.mcbtn2 {
  width: 100%;
  max-width: 345px;
  height: 64px;
  border-radius: 27px;
  margin: 0 auto;
  display: block;
  background: #fff url("../images/reservation_icon.svg") no-repeat;
  background-size: 22px;
  background-position: top 19px left 50px;
  font-size: 22px;
  font-weight: bold;
  color: #c8102e;
  padding: 13px 25px 13px 70px;
  border-radius: 32px;
  border: #c8102e solid 2px;
  text-align: center;
}
.mcbtn2:hover {
  background: #c8102e url("../images/reservation_icon_hober.svg") no-repeat;
  background-size: 22px;
  background-position: top 19px left 50px;
  color: #fff;
}

.mcbtn3 {
  width: 100%;
  max-width: 345px;
  height: 53px;
  border-radius: 27px;
  margin: 0 auto;
  display: block;
  background: #06c755 url("../images/fx_line.svg") no-repeat;
  background-size: 25px;
  background-position: top 13px left 65px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 9px 60px 9px 100px;
  border-radius: 32px;
  border: #06c755 solid 2px;
}
.mcbtn3:hover {
  background: #fff url("../images/line_2.svg") no-repeat;
  background-size: 25px;
  background-position: top 13px left 65px;
  color: #06c755;
}

#kobayashi01,
#ootsukahigashi01,
#sadowawa01 {
  height: 1px;
  display: block;
  padding-top: 5px;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .nensikicol2 p {
    font-size: 14px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

#campaign img {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #campaign img {
    width: 90%;
  }
}

#top_campaign img.pc {
  width: 90% !important;
  margin: 0 auto;
}
#top_campaign img.sp {
  width: 93% !important;
  margin: 0 auto;
}

.campaign_shadow {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

/*sticky banner*/
.fixedsp {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}
.campaign_banner {
  position: fixed;
  z-index: 99998;
  bottom: 15px;
  left: 10px;
}
.campaign_banner.pc {
  /*width: 250px;*/
  bottom: 15px;
  left: 15px;
}
.campaign_banner.sp {
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}

.banner-close {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 0;
  position: absolute;
  top: -11px;
  right: 0px;
  z-index: 99999;
  border: none;
  color: #000 !important;
  background-color: #fff;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
.campaign_banner.sp .banner-close {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 3px;
  top: 8px;
  right: 7px;
  box-shadow: none;
}

.campaign_banner a {
  position: relative;
  display: block;
  height: 140px;
  text-align: center;
}
.campaign_banner.sp a {
  height: 110px;
  text-align: left;
}

.campaign_back {
  position: absolute;
  top: -7px;
  left: 2px;
  width: 99%;
  height: 110%;
  background-color: #000;
  z-index: 1;
  opacity: 45%;
  border-radius: 5px;
}
.campaign_banner.sp .campaign_back {
  top: 0;
  left: -20%;
  height: 100%;
  border-radius: 0%;
  width: 200%;
}

.campaign_banner a img {
  position: relative;
  z-index: 2;
  width: 94%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.campaign_banner.sp a img {
  width: 96.5%;
  height: 100%;
  margin: 0 auto;
}
