/**********
 Definition
**********/
/**********
 common
**********/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-image: url(../images/body-bg.png);
}

.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer address {
  color: #cccccc;
  text-align: center;
}

.footer .copyright {
  color: #ffffff;
  padding: 0.5rem;
}

#contents-catchcopy {
  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;
  height: 100vh;
  overflow: hidden;
}

#contents-catchcopy .catchcopy {
  position: absolute;
  z-index: 99;
}

#contents-catchcopy .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents-catchcopy .flex-col-l {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 25%;
}

#contents-catchcopy .flex-col-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

#contents-catchcopy .flex-col-r {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}

#contents-catchcopy .flex-col-l picture,
#contents-catchcopy .flex-col-r picture {
  height: 33vh;
}

#contents-information .info1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 3vw;
  text-align: center;
  margin-bottom: 1.0rem;
  color: #666666;
}

#contents-information .info2,
#contents-information .info3,
#contents-information .info4 {
  font-family: 'Overpass', sans-serif;
}

#contents-information .info2 {
  text-align: right;
}

#contents-information .info3 {
  text-align: center;
}

#contents-information .info4 {
  text-align: left;
}

#contents-information .info2 .m,
#contents-information .info3 .m,
#contents-information .info4 .m {
  position: relative;
  font-size: 64px;
  font-weight: 300;
  top: -20px;
}

#contents-information .info2 .d,
#contents-information .info3 .d,
#contents-information .info4 .d {
  font-size: 96px;
  font-weight: 900;
  margin-left: 6px;
}

#contents-information .info2 .w,
#contents-information .info3 .w,
#contents-information .info4 .w {
  font-size: 64px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

#contents-information .info2 .d,
#contents-information .info2 .w {
  color: #006590;
}

#contents-information .info3 .d,
#contents-information .info3 .w {
  color: #b41c2b;
}

#contents-information .info4 .d,
#contents-information .info4 .w {
  color: #b41c2b;
}

#contents-information .info5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 5vw;
  text-align: center;
  color: #666666;
  margin-top: -10px;
}

#contents-company {
  background-color: rgba(238, 204, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 90px;
}

#contents-company .h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  line-height: 150%;
  color: #bb7b1c;
}

#contents-company p {
  line-height: 175%;
}

#contents-gift {
  background-color: #eecc00;
}

#contents-gift picture {
  margin-top: -80px;
}

#contents-entry {
  background-color: #ffffff;
}

#contents-attention {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

#contents-attention .h2 {
  background-color: #bb0011;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

#contents-attention .col-md-9 {
  padding-left: 48px;
}

#contents-attention .h4 {
  color: #bb0011;
}

#contents-attention .lists {
  margin-left: 24px;
  list-style-type: disc;
}

#contents-attention .lists li {
  margin-bottom: 8px;
}

#contents-land .table {
  font-size: 12px;
}

#contents-land dl {
  font-size: 11px;
}

#contents-land dt {
  font-weight: bold;
  text-align-last: justify;
  text-justify: inter-ideograph;
  background-color: #dddddd;
  margin-bottom: 4px;
}

#contents-land .land1 {
  background-color: #d2cbd0;
  color: #614d43;
}

#contents-land .land2 {
  background-color: #d4d9dd;
  color: #533d32;
}

#contents-land .price-label {
  font-size: 16px;
  font-weight: bold;
}

#contents-land .price-value {
  color: #bb0011;
  font-size: 24px;
  font-weight: bold;
}

#contents-land .price-value small {
  font-size: 16px;
}

#contents-land .check-point {
  font-size: 13px;
}

#contents-land .check-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contents-land .check-point .check-point-label {
  display: inline-block;
  color: #bb0011;
  font-weight: bold;
  margin-right: 1.0rem;
}

#contents-land .check-point .check-point-value {
  display: inline-block;
}

.card-warning {
  background-color: lightyellow;
}

.accordion-button {
  padding: 4px 10px;
  background-color: #86b7fe;
}

.go-reserve {
  display: none;
}

.form-err {
  display: none;
  padding: 0.25rem 0.5rem;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.0rem;
}

.progressbar .item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/* active */
.progressbar .item.active {
  z-index: 1;
  background: #0070BD;
  color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #0070bd;
}

.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

/* xs */
@media screen and (max-width: 576px) {
  #contents-catchcopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents-catchcopy .catchcopy {
    max-width: 90vw;
  }
  #contents-catchcopy .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #contents-catchcopy .flex-col-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 25vh;
  }
  #contents-catchcopy .flex-col-c {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    height: 50vh;
  }
  #contents-catchcopy .flex-col-r {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 25vh;
  }
  #contents-catchcopy .flex-col-l picture,
  #contents-catchcopy .flex-col-r picture {
    width: 33%;
    height: auto;
    max-height: 25vh;
  }
  #contents-attention .h2 {
    padding: 15px 0;
  }
  #contents-attention .col-md-9 {
    padding-left: 15px;
  }
  #contents-attention .lists {
    margin-left: 15px;
  }
  #contents-information .info1 {
    font-size: 32px;
  }
  #contents-information .info2 {
    text-align: center;
  }
  #contents-information .info3 {
    text-align: center;
  }
  #contents-information .info4 {
    text-align: center;
  }
  #contents-information .info2 .m,
  #contents-information .info3 .m,
  #contents-information .info4 .m {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    top: -20px;
  }
  #contents-information .info2 .d,
  #contents-information .info3 .d,
  #contents-information .info4 .d {
    font-size: 48px;
    font-weight: 900;
    margin-left: 6px;
  }
  #contents-information .info2 .w,
  #contents-information .info3 .w,
  #contents-information .info4 .w {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #contents-information .info5 {
    font-size: 38px;
  }
  #contents-company {
    padding-bottom: 60px;
  }
  #contents-gift picture {
    margin-top: -44px;
  }
  .footer {
    padding-bottom: 58px;
  }
  .go-reserve {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 54px;
    z-index: 99999;
    line-height: 50px;
    background-color: #eecc00;
  }
}

/* sm */
@media screen and (min-width: 576px) and (max-width: 768px) {
  #contents-catchcopy .catchcopy {
    max-width: 90vw;
  }
  #contents-catchcopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents-catchcopy .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #contents-catchcopy .flex-col-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
  #contents-catchcopy .flex-col-c {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
  #contents-catchcopy .flex-col-r {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
  #contents-catchcopy .flex-col-l picture,
  #contents-catchcopy .flex-col-r picture {
    width: 33%;
    height: 15vh;
  }
  #contents-attention .col-md-9 {
    padding-left: 15px;
  }
  #contents-attention .lists {
    margin-left: 15px;
  }
  #contents-information .info1 {
    font-size: 48px;
  }
  #contents-information .info2 {
    text-align: center;
  }
  #contents-information .info3 {
    text-align: center;
  }
  #contents-information .info4 {
    text-align: center;
  }
  #contents-information .info2 .m,
  #contents-information .info3 .m,
  #contents-information .info4 .m {
    position: relative;
    font-size: 48px;
    font-weight: 300;
    top: -20px;
  }
  #contents-information .info2 .d,
  #contents-information .info3 .d,
  #contents-information .info4 .d {
    font-size: 72px;
    font-weight: 900;
    margin-left: 6px;
  }
  #contents-information .info2 .w,
  #contents-information .info3 .w,
  #contents-information .info4 .w {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #contents-information .info5 {
    font-size: 86px;
  }
  #contents-company {
    padding-bottom: 60px;
  }
  #contents-gift picture {
    margin-top: -44px;
  }
}

/* md */
/* lg */
/* xl */
/*# sourceMappingURL=style.css.map */