@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&family=Noto+Serif+JP&display=swap");
figure {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

.sp {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 10;
  background-color: #fff;
}

header .headerLeft {
  float: left;
}

header .headerLeft p {
  font-size: 18px;
  padding-left: 80px;
  line-height: 80px;
  height: 80px;
  color: #3a3a39;
  font-weight: 700;
}

header .headerRight {
  float: right;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 80px;
}

header .headerRight ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerRight ul li a {
  text-decoration: none;
  color: #484848;
  padding: 19px 25px;
}

header .headerRight ul li a h6 {
  font-size: 16px;
  font-weight: 700;
}

header .headerRight ul li a p {
  font-size: 10px;
  font-weight: 700;
}

header .headerRight ul .facility:hover,
header .headerRight ul .equipment:hover,
header .headerRight ul .access:hover,
header .headerRight ul .guide:hover,
header .headerRight ul .contact:hover {
  background: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .headerRight ul .facility:hover a,
header .headerRight ul .equipment:hover a,
header .headerRight ul .access:hover a,
header .headerRight ul .guide:hover a,
header .headerRight ul .contact:hover a {
  color: #cecece;
}

header .headerRight ul .reservation {
  background: #333333;
  padding: 0;
}

header .headerRight ul .reservation a {
  color: #cecece;
  padding: 19px 60px;
}

header .headerRight ul li:not(:last-child) {
  padding: 0;
}

header .headerRight ul .reservation:hover {
  opacity: 0.6;
}

main {
  position: relative;
}

main .firstWrapper {
  text-align: center;
  padding: 100px 0;
  background-color: #f2f2f2;
}

main .firstWrapper .firstWrapperHeader {
  padding-bottom: 130px;
}

main .firstWrapper .firstWrapperHeader h1 {
  font-size: 65px;
  color: #333333;
}

main .firstWrapper .firstWrapperHeader p {
  font-size: 16px;
  position: relative;
  color: #444444;
  font-weight: 700;
}

main .firstWrapper .firstWrapperHeader p::after {
  content: " ";
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #bdbdbd;
  position: absolute;
  bottom: -45px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

main .firstWrapper ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .firstWrapper ul li {
  max-width: 380px;
  max-height: 295px;
  margin-bottom: 45px;
}

main .firstWrapper ul li img {
  max-width: 380px;
  max-height: 260px;
}

main .firstWrapper ul li p {
  font-size: 14px;
  padding-top: 10px;
  color: #7a7979;
}

main .secondWrapper {
  background-color: #fff;
  padding: 100px 0;
}

main .secondWrapper .secondWrapperHeader {
  text-align: center;
  padding-bottom: 75px;
}

main .secondWrapper .secondWrapperHeader h3 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

main .secondWrapper .room {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 1200px;
  width: 90%;
}

main .secondWrapper .room h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

main .secondWrapper .room h4::before {
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #bdbdbd;
  position: absolute;
  top: calc(50% - 1px);
  left: 70px;
}

main .secondWrapper .room h4::after {
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #bdbdbd;
  position: absolute;
  top: calc(50% - 1px);
  right: 70px;
}

main .secondWrapper .room ul {
  padding-top: 45px;
  margin: 0 auto;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .secondWrapper .room ul li {
  width: 230px;
  height: 60px;
  text-align: left;
}

main .secondWrapper .room ul li h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  padding-left: 30px;
  position: relative;
}

main .secondWrapper .room ul li h5::before {
  content: " ";
  width: 20px;
  height: 2px;
  position: absolute;
  border-bottom: 2px solid #333333;
  top: calc(50% - 2px);
  left: 0;
}

main .secondWrapper .bath {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

main .secondWrapper .bath h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

main .secondWrapper .bath h4::before {
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #bdbdbd;
  position: absolute;
  top: calc(50% - 1px);
  left: -60px;
}

main .secondWrapper .bath h4::after {
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #bdbdbd;
  position: absolute;
  top: calc(50% - 1px);
  right: -60px;
}

main .secondWrapper .bath ul {
  padding-top: 45px;
  margin: 0 auto;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .secondWrapper .bath ul li {
  width: 250px;
  height: 60px;
  text-align: left;
}

main .secondWrapper .bath ul li h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  padding-left: 30px;
  position: relative;
}

main .secondWrapper .bath ul li h5::before {
  content: " ";
  width: 20px;
  height: 2px;
  position: absolute;
  border-bottom: 2px solid #333333;
  top: calc(50% - 2px);
  left: 0;
}

main .thirdWrapper {
  padding: 100px 0;
  text-align: center;
  background-color: #f2f2f2;
}

main .thirdWrapper .thirdWrapperHeader {
  padding-bottom: 130px;
}

main .thirdWrapper .thirdWrapperHeader h1 {
  font-size: 65px;
  color: #333333;
}

main .thirdWrapper .thirdWrapperHeader p {
  font-size: 16px;
  position: relative;
  color: #444444;
  font-weight: 700;
}

main .thirdWrapper .thirdWrapperHeader p::after {
  content: " ";
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #bdbdbd;
  position: absolute;
  bottom: -45px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

main .thirdWrapper .reserve {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 50px;
  line-height: 2em;
}

main .thirdWrapper .reservationForm {
  width: 800px;
  margin: 0 auto;
}

main .thirdWrapper .reservationForm .line1,
main .thirdWrapper .reservationForm .line2,
main .thirdWrapper .reservationForm .line3,
main .thirdWrapper .reservationForm .line4,
main .thirdWrapper .reservationForm .line5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  list-style: none;
}

main .thirdWrapper .reservationForm .line1 h5,
main .thirdWrapper .reservationForm .line1 p,
main .thirdWrapper .reservationForm .line2 h5,
main .thirdWrapper .reservationForm .line2 p,
main .thirdWrapper .reservationForm .line3 h5,
main .thirdWrapper .reservationForm .line3 p,
main .thirdWrapper .reservationForm .line4 h5,
main .thirdWrapper .reservationForm .line4 p,
main .thirdWrapper .reservationForm .line5 h5,
main .thirdWrapper .reservationForm .line5 p {
  display: inline;
  line-height: 55px;
}

main .thirdWrapper .reservationForm .line1 input,
main .thirdWrapper .reservationForm .line2 input,
main .thirdWrapper .reservationForm .line3 input,
main .thirdWrapper .reservationForm .line4 input,
main .thirdWrapper .reservationForm .line5 input {
  border: 2px solid #c4c4c4;
  border-radius: 8px;
  height: 55px;
  text-align: center;
}

main .thirdWrapper .reservationForm .line1 input::-webkit-input-placeholder,
main .thirdWrapper .reservationForm .line2 input::-webkit-input-placeholder,
main .thirdWrapper .reservationForm .line3 input::-webkit-input-placeholder,
main .thirdWrapper .reservationForm .line4 input::-webkit-input-placeholder,
main .thirdWrapper .reservationForm .line5 input::-webkit-input-placeholder {
  color: #c4c4c4;
}

main .thirdWrapper .reservationForm .line1 input:-ms-input-placeholder,
main .thirdWrapper .reservationForm .line2 input:-ms-input-placeholder,
main .thirdWrapper .reservationForm .line3 input:-ms-input-placeholder,
main .thirdWrapper .reservationForm .line4 input:-ms-input-placeholder,
main .thirdWrapper .reservationForm .line5 input:-ms-input-placeholder {
  color: #c4c4c4;
}

main .thirdWrapper .reservationForm .line1 input::-ms-input-placeholder,
main .thirdWrapper .reservationForm .line2 input::-ms-input-placeholder,
main .thirdWrapper .reservationForm .line3 input::-ms-input-placeholder,
main .thirdWrapper .reservationForm .line4 input::-ms-input-placeholder,
main .thirdWrapper .reservationForm .line5 input::-ms-input-placeholder {
  color: #c4c4c4;
}

main .thirdWrapper .reservationForm .line1 input::placeholder,
main .thirdWrapper .reservationForm .line2 input::placeholder,
main .thirdWrapper .reservationForm .line3 input::placeholder,
main .thirdWrapper .reservationForm .line4 input::placeholder,
main .thirdWrapper .reservationForm .line5 input::placeholder {
  color: #c4c4c4;
}

main .thirdWrapper .reservationForm .line1 .part1,
main .thirdWrapper .reservationForm .line2 .part1,
main .thirdWrapper .reservationForm .line3 .part1,
main .thirdWrapper .reservationForm .line4 .part1,
main .thirdWrapper .reservationForm .line5 .part1 {
  width: 23%;
  text-align: left;
}

main .thirdWrapper .reservationForm .line1 .part1 h5,
main .thirdWrapper .reservationForm .line2 .part1 h5,
main .thirdWrapper .reservationForm .line3 .part1 h5,
main .thirdWrapper .reservationForm .line4 .part1 h5,
main .thirdWrapper .reservationForm .line5 .part1 h5 {
  font-weight: 700;
}

main .thirdWrapper .reservationForm .line1 .part2,
main .thirdWrapper .reservationForm .line2 .part2,
main .thirdWrapper .reservationForm .line3 .part2,
main .thirdWrapper .reservationForm .line4 .part2,
main .thirdWrapper .reservationForm .line5 .part2 {
  width: 12%;
}

main .thirdWrapper .reservationForm .line1 .part2 p,
main .thirdWrapper .reservationForm .line2 .part2 p,
main .thirdWrapper .reservationForm .line3 .part2 p,
main .thirdWrapper .reservationForm .line4 .part2 p,
main .thirdWrapper .reservationForm .line5 .part2 p {
  font-size: 12px;
  color: #f2f2f2;
  padding: 4px 15px;
  border: 1px solid #333333;
  border-radius: 50px;
  background-color: #333333;
}

main .thirdWrapper .reservationForm .line1 .part3,
main .thirdWrapper .reservationForm .line2 .part3,
main .thirdWrapper .reservationForm .line3 .part3,
main .thirdWrapper .reservationForm .line4 .part3,
main .thirdWrapper .reservationForm .line5 .part3 {
  width: 65%;
  text-align: left;
  font-weight: 700;
  color: #333333;
}

main .thirdWrapper .reservationForm .line1,
main .thirdWrapper .reservationForm .line2,
main .thirdWrapper .reservationForm .line3,
main .thirdWrapper .reservationForm .line4 {
  margin-bottom: 20px;
}

main .thirdWrapper .reservationForm .line2 input,
main .thirdWrapper .reservationForm .line4 input,
main .thirdWrapper .reservationForm .line5 input {
  margin-right: 10px;
}

main .thirdWrapper .reservationForm .line3 .part3 div:first-child {
  margin-bottom: 20px;
}

main .thirdWrapper .reservationForm .line3 input {
  margin: 0 10px;
}

main .thirdWrapper .reservationForm .line1 input {
  width: 300px;
}

main .thirdWrapper .reservationForm .line2 input,
main .thirdWrapper .reservationForm .line3 input,
main .thirdWrapper .reservationForm .line5 input {
  width: 100px;
}

main .thirdWrapper .reservationForm .line4 input {
  width: 45px;
}

main .thirdWrapper .reservationForm .line4 .part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble label,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin label {
  cursor: pointer;
  padding-left: 75px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble label::before,
main .thirdWrapper .reservationForm .line4 .part3 .checkDouble label::after,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin label::before,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin label::after {
  content: "";
  display: block;
  position: absolute;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble label::before,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin label::before {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #c4c4c4;
  text-align: center;
  width: 50px;
  height: 55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble label::after,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin label::after {
  border-bottom: 5px solid #aaaaaa;
  border-left: 5px solid #aaaaaa;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 20px;
}

main
  .thirdWrapper
  .reservationForm
  .line4
  .part3
  .checkDouble
  input:checked
  + label::after,
main
  .thirdWrapper
  .reservationForm
  .line4
  .part3
  .checkTwin
  input:checked
  + label::after {
  opacity: 1;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble .visually-hidden,
main .thirdWrapper .reservationForm .line4 .part3 .checkTwin .visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
            * (スクリーンリーダー中には height と width が 0 のものを無視するため)
            */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
            * コンテンツを非表示にする設定  */
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
            * それに加えていくつか問題もあるそうです 
            * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
            */
  margin: -1px;
}

main .thirdWrapper .reservationForm .line4 .part3 .checkDouble {
  padding-right: 40px;
}

main .thirdWrapper .toEnterForm {
  margin-top: 80px;
}

main .thirdWrapper .toEnterForm a {
  font-size: 20px;
  color: #f2f2f2;
  border: 1px solid #333333;
  border-radius: 10px;
  text-decoration: none;
  background-color: #333333;
  padding: 30px 135px;
}

main .fourthWrapper {
  padding: 100px 0;
  text-align: center;
}

main .fourthWrapper .fourthWrapperHeader {
  padding-bottom: 130px;
}

main .fourthWrapper .fourthWrapperHeader h1 {
  font-size: 65px;
  color: #333333;
}

main .fourthWrapper .fourthWrapperHeader p {
  font-size: 16px;
  position: relative;
  color: #444444;
  font-weight: 700;
}

main .fourthWrapper .fourthWrapperHeader p::after {
  content: " ";
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #bdbdbd;
  position: absolute;
  bottom: -45px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

main .fourthWrapper iframe {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 90%;
  max-width: 1200px;
}

main .fourthWrapper .company-info {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
main .fourthWrapper .company-info .company-info1,
main .fourthWrapper .company-info .company-info2,
main .fourthWrapper .company-info .company-info3,
main .fourthWrapper .company-info .company-info4 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 8px;
}

footer {
  padding: 70px 0;
  height: 115px;
  text-align: center;
}

footer p {
  font-size: 13px;
  line-height: 115px;
}

/* FADE IN */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*# sourceMappingURL=facility.css.map */

/*レスポンシブ*/

@media screen and (max-width: 954px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  header {
    height: 60px;
  }

  header .headerLeft p {
    padding-left: 30px;
    line-height: 60px;
    height: 60px;
  }

  /*ハンバーガーメニュー*/

  .menu-trigger {
    position: fixed;
    top: 18px;
    right: 30px;
    height: 38px;
    width: 35px;
    cursor: pointer;
    z-index: 200;
    transition: opacity 0.25s ease;
  }

  .menu-trigger:hover {
    opacity: 0.7;
  }

  .menu-trigger span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 22px;
  }

  .menu-trigger.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .menu-trigger.active .middle {
    opacity: 0;
    background: #fff;
  }
  .menu-trigger.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.panelactive {
    top: 0;
  }

  .overlay {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: -410px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.7s;
  }

  .overlay-wrapper {
    padding-top: 60px;
    padding-bottom: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .overlay-menu-item {
    margin: 0 0 15px 0;
  }

  .overlay-menu-item a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
  }

  .overlay-menu-item a h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .overlay-menu-item a p {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
  }

  .overlay-menu-item a:hover {
    opacity: 0.7;
  }

  .scroll-inner {
    margin-top: -60px;
    padding-top: 60px;
  }

  /*firstWrapper*/

  main .firstWrapper,
  main .thirdWrapper,
  main .secondWrapper {
    padding: 75px 0;
  }

  main .firstWrapper .firstWrapperHeader,
  main .thirdWrapper .thirdWrapperHeader {
    padding-bottom: 75px;
  }

  main .firstWrapper .firstWrapperHeader h1,
  main .thirdWrapper .thirdWrapperHeader h1 {
    font-size: 45px;
  }

  main .firstWrapper .firstWrapperHeader p::after,
  main .thirdWrapper .thirdWrapperHeader p::after {
    bottom: -30px;
  }

  main .firstWrapper ul li {
    max-width: none;
    max-height: none;
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    padding: 5px;
  }

  main .firstWrapper ul li img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
  }

  /*secondWrapper*/

  main .secondWrapper .room {
    padding-bottom: 55px;
  }

  main .secondWrapper .room h4,
  main .secondWrapper .bath h4 {
    font-size: 22px;
  }

  main .secondWrapper .room h4::before {
    width: 30px;
    left: 55px;
  }

  main .secondWrapper .room h4::after {
    width: 30px;
    right: 55px;
  }

  main .secondWrapper .bath h4::before {
    width: 30px;
    left: -45px;
  }

  main .secondWrapper .bath h4::after {
    width: 30px;
    right: -45px;
  }

  main .secondWrapper .room ul,
  main .secondWrapper .bath ul {
    padding-top: 30px;
    width: 100%;
  }

  main .secondWrapper .room ul li,
  main .secondWrapper .bath ul li {
    width: 50%;
    height: 35px;
  }

  main .secondWrapper .room ul li h5,
  main .secondWrapper .bath ul li h5 {
    font-size: 12px;
    line-height: 2;
  }

  main .secondWrapper .room ul li h5::before,
  main .secondWrapper .bath ul li h5::before {
    width: 15px;
    height: 3px;
    left: 5px;
  }

  /*thirdWrapper*/

  main .thirdWrapper .reserve {
    width: 90%;
    padding-bottom: 35px;
  }

  main .thirdWrapper .reservationForm {
    width: 90%;
  }

  main .thirdWrapper .reservationForm .line1,
  main .thirdWrapper .reservationForm .line2,
  main .thirdWrapper .reservationForm .line3,
  main .thirdWrapper .reservationForm .line4,
  main .thirdWrapper .reservationForm .line5 {
    display: flex;
    flex-wrap: wrap;
  }

  main .thirdWrapper .reservationForm .line1 h5,
  main .thirdWrapper .reservationForm .line1 p,
  main .thirdWrapper .reservationForm .line2 h5,
  main .thirdWrapper .reservationForm .line2 p,
  main .thirdWrapper .reservationForm .line3 h5,
  main .thirdWrapper .reservationForm .line3 p,
  main .thirdWrapper .reservationForm .line4 h5,
  main .thirdWrapper .reservationForm .line4 p,
  main .thirdWrapper .reservationForm .line5 h5,
  main .thirdWrapper .reservationForm .line5 p {
    line-height: 2em;
  }

  main .thirdWrapper .reservationForm .line1 input,
  main .thirdWrapper .reservationForm .line2 input,
  main .thirdWrapper .reservationForm .line3 input,
  main .thirdWrapper .reservationForm .line4 input,
  main .thirdWrapper .reservationForm .line5 input {
    height: 40px;
  }

  main .thirdWrapper .reservationForm .line1 .part1,
  main .thirdWrapper .reservationForm .line2 .part1,
  main .thirdWrapper .reservationForm .line3 .part1,
  main .thirdWrapper .reservationForm .line4 .part1,
  main .thirdWrapper .reservationForm .line5 .part1 {
    width: auto;
  }

  main .thirdWrapper .reservationForm .line1 .part2,
  main .thirdWrapper .reservationForm .line2 .part2,
  main .thirdWrapper .reservationForm .line3 .part2,
  main .thirdWrapper .reservationForm .line4 .part2,
  main .thirdWrapper .reservationForm .line5 .part2 {
    width: auto;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 10px;
    text-align: left;
  }

  main .thirdWrapper .reservationForm .line1 .part3,
  main .thirdWrapper .reservationForm .line2 .part3,
  main .thirdWrapper .reservationForm .line3 .part3,
  main .thirdWrapper .reservationForm .line4 .part3,
  main .thirdWrapper .reservationForm .line5 .part3 {
    width: 100%;
  }

  main .thirdWrapper .reservationForm .line1,
  main .thirdWrapper .reservationForm .line2,
  main .thirdWrapper .reservationForm .line3,
  main .thirdWrapper .reservationForm .line4 {
    margin-bottom: 35px;
  }

  main .thirdWrapper .toEnterForm {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  main .thirdWrapper .toEnterForm a {
    font-size: 16px;
    padding: 10px 40px;
  }

  /*footer*/

  footer {
    padding: 0;
    height: 30px;
  }

  footer p {
    font-size: 11px;
    line-height: 30px;
  }
}
