.twi-index {
  background-color: #FEFCEE;
  position: relative;
}

.twi-maxWidth {
  height: 100%;
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
}

div[class*=twi-wrap] {
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.twi-wrap__50 {
  width: 50%;
}
.twi-wrap__55 {
  width: 55%;
}
.twi-wrap__65 {
  width: 65%;
}

@media only screen and (max-width: 1024px) {
  .twi-wrap__50 {
    width: 70%;
  }
  .twi-wrap__55 {
    width: 72.5%;
  }
  .twi-wrap__65 {
    width: 77.5%;
  }
}
@media only screen and (max-width: 519px) {
  .twi-wrap__50 {
    width: 90%;
  }
  .twi-wrap__55 {
    width: 90%;
  }
  .twi-wrap__65 {
    width: 90%;
  }
}
.twi-mainFeature {
  padding: 6.7rem 0 0;
  position: relative;
}
.twi-mainFeature__img {
  height: 24.5rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
.twi-mainFeature__price {
  background-color: #FF8533;
  padding: 2.2rem 2rem 2.4rem;
  text-align: center;
}
.twi-mainFeature__price > h3 {
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.5rem;
  width: 30rem;
}
.twi-mainFeature__price > p {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
}
.twi-mainFeature__priceDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
.twi-mainFeature__priceDetail > p {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}
.twi-mainFeature__priceDetail > p:nth-child(1) {
  margin-right: 1.5rem;
}
.twi-mainFeature__priceDetail > p > strong {
  font-size: 1.8rem;
}
.twi-mainFeature__select {
  margin-bottom: 4rem;
  text-align: center;
}
.twi-mainFeature__select > h3 {
  border: 1px solid #F57F31;
  border-radius: 20px;
  color: #F57F31;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
  padding: 0.5rem 9.4rem;
}
.twi-mainFeature__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .twi-mainFeature {
    padding: 6.1rem 0 0;
  }
  .twi-mainFeature__img {
    height: 22.5rem;
    margin-bottom: 2.7rem;
  }
  .twi-mainFeature__price {
    padding: 2rem 1.8rem 2.2rem;
  }
  .twi-mainFeature__price > h3 {
    font-size: 1.2rem;
    width: 22rem;
  }
  .twi-mainFeature__priceDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.8rem 0;
  }
  .twi-mainFeature__priceDetail > p {
    font-size: 1.2rem;
  }
  .twi-mainFeature__priceDetail > p:nth-child(1) {
    margin: 0 0 0.5rem;
  }
  .twi-mainFeature__priceDetail > p > strong {
    font-size: 1.7rem;
  }
  .twi-mainFeature__select {
    margin-bottom: 3.6rem;
  }
  .twi-mainFeature__select > h3 {
    font-size: 1.2rem;
    margin: 0 0 2.3rem;
    padding: 0.5rem 7.4rem;
  }
  .twi-mainFeature__select ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 519px) {
  .twi-mainFeature {
    padding: 5.5rem 0 0;
  }
  .twi-mainFeature__img {
    height: 20.5rem;
    margin-bottom: 2.4rem;
  }
  .twi-mainFeature__price {
    padding: 1.8rem 1.6rem 2rem;
  }
  .twi-mainFeature__price > h3 {
    font-size: 1.1rem;
    width: 18rem;
  }
  .twi-mainFeature__priceDetail {
    margin: 1.6rem 0;
  }
  .twi-mainFeature__priceDetail > p {
    font-size: 1.1rem;
  }
  .twi-mainFeature__priceDetail > p > strong {
    font-size: 1.6rem;
  }
  .twi-mainFeature__select {
    margin-bottom: 3.2rem;
  }
  .twi-mainFeature__select > h3 {
    font-size: 1.1rem;
    margin: 0 0 2.1rem;
    padding: 0.5rem 5.4rem;
  }
}
.twi-mainFlow {
  padding: 3.5rem 0 5rem;
  position: relative;
}
.twi-mainFlow > h3 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
  text-align: center;
}
.twi-mainFlow__contact {
  border: 1px solid #F57F31;
  margin-bottom: 5rem;
  padding: 2.5rem;
}
.twi-mainFlow__contact > a {
  background-color: #FF6904;
  border-radius: 45px;
  color: #ffffff;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.1rem 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 26rem;
}
.twi-mainFlow__contact > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.twi-mainFlow__contact > p {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  text-align: center;
}
.twi-mainFlow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.twi-mainFlow__reserve > h3 {
  border-bottom: 1px dashed #565656;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 3rem;
  padding: 1.8rem;
}
.twi-mainFlow__reserve #booking-package_calendarPage, .twi-mainFlow__reserve #booking-package_inputFormPanel {
  padding: 1.5rem 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .twi-mainFlow {
    padding: 3.2rem 0 4.5rem;
  }
  .twi-mainFlow > h3 {
    font-size: 1.2rem;
    margin: 0 0 2.3rem;
  }
  .twi-mainFlow__contact {
    margin-bottom: 4.5rem;
    padding: 2rem;
  }
  .twi-mainFlow__contact > a {
    font-size: 1.2rem;
    width: 20rem;
  }
  .twi-mainFlow__contact > p {
    margin: 0 0 1.1rem;
  }
  .twi-mainFlow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2.3rem;
  }
  .twi-mainFlow__reserve > h3 {
    font-size: 1.2rem;
    margin: 0 0 2.7rem;
    padding: 1.7rem;
  }
  .twi-mainFlow__reserve #booking-package_calendarPage, .twi-mainFlow__reserve #booking-package_inputFormPanel {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 519px) {
  .twi-mainFlow {
    padding: 2.9rem 0 4rem;
  }
  .twi-mainFlow > h3 {
    font-size: 1.1rem;
    margin: 0 0 2.1rem;
  }
  .twi-mainFlow__contact {
    margin-bottom: 4rem;
    padding: 1.5rem;
  }
  .twi-mainFlow__contact > a {
    font-size: 1.1rem;
    width: 18rem;
  }
  .twi-mainFlow__contact > p {
    margin: 0 0 1rem;
  }
  .twi-mainFlow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2.1rem;
  }
  .twi-mainFlow__reserve > h3 {
    font-size: 1.1rem;
    margin: 0 0 2.4rem;
    padding: 1.6rem;
  }
  .twi-mainFlow__reserve #booking-package_calendarPage, .twi-mainFlow__reserve #booking-package_inputFormPanel {
    padding: 0.5rem 1.5rem;
  }
}
.twi-mainVisual {
  position: relative;
}
.twi-mainVisual > h1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFEBDD;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
}
.twi-mainVisual__section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/wp-content/themes/twips/assets/img/main_visual_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  height: 26rem;
  position: relative;
  text-align: center;
}
.twi-mainVisual__section::after {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.twi-mainVisual__section > img {
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
}
.twi-mainVisual__txt {
  position: relative;
  width: 100%;
  z-index: 1;
}
.twi-mainVisual__txt > h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
.twi-mainVisual__txt > p {
  background-color: #F57F31;
  border-radius: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding: 0.5rem 4.9rem;
}

@media only screen and (max-width: 1024px) {
  .twi-mainVisual > h1 {
    font-size: 2.1rem;
    height: 9rem;
  }
  .twi-mainVisual__section {
    height: 30rem;
  }
  .twi-mainVisual__section > img {
    width: 75%;
  }
  .twi-mainVisual__txt > h2 {
    font-size: 2.3rem;
  }
  .twi-mainVisual__txt > p {
    font-size: 1.2rem;
    padding: 0.5rem 3.4rem;
  }
}
@media only screen and (max-width: 519px) {
  .twi-mainVisual > h1 {
    font-size: 1.9rem;
    height: 8rem;
  }
  .twi-mainVisual__section {
    height: 34rem;
  }
  .twi-mainVisual__section > img {
    width: 90%;
  }
  .twi-mainVisual__txt > h2 {
    font-size: 2.1rem;
  }
  .twi-mainVisual__txt > p {
    font-size: 1.1rem;
    padding: 0.5rem 1.9rem;
  }
}
.twi-fixedRadioImg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.twi-feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 3.5rem;
  position: relative;
  width: calc((100% - 2.5rem) / 2);
}
.twi-feature:nth-child(1) {
  margin-right: 2.5rem;
}
.twi-feature > img {
  display: block;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.2rem;
  width: 3rem;
}
.twi-feature > p {
  color: #F57F31;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .twi-feature {
    padding: 1.5rem 2.5rem;
    width: 100%;
  }
  .twi-feature:nth-child(1) {
    margin: 0 0 2.3rem;
  }
  .twi-feature > img {
    width: 2.5rem;
  }
}
@media only screen and (max-width: 519px) {
  .twi-feature {
    padding: 0.5rem 1.5rem;
  }
  .twi-feature:nth-child(1) {
    margin: 0 0 2.1rem;
  }
  .twi-feature > img {
    width: 2rem;
  }
}
.twi-flow {
  position: relative;
  width: 13.5rem;
}
.twi-flow:nth-child(n+2) {
  margin-left: 2rem;
}
.twi-flow:last-child img.arrow {
  display: none;
}
.twi-flow:nth-child(1) img {
  width: 34%;
}
.twi-flow:nth-child(2) img {
  width: 25%;
}
.twi-flow:nth-child(3) img {
  width: 32%;
}
.twi-flow:nth-child(4) img {
  width: 24%;
}
.twi-flow > p {
  color: #565656;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0 1.5rem;
}
.twi-flow__head {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.2rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.twi-flow__head > img {
  display: block;
  height: auto;
}
.twi-flow__head > img.img {
  margin: 0 auto 1.2rem;
}
.twi-flow__head > img.arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4rem;
}
.twi-flow__head > p {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  padding: 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .twi-flow {
    margin: 0 auto;
    width: 18.5rem;
  }
  .twi-flow:nth-child(n+2) {
    margin: 4rem auto 0;
  }
  .twi-flow:nth-child(1) img.arrow {
    display: none;
  }
  .twi-flow:last-child img.arrow {
    display: block;
  }
  .twi-flow:nth-child(1) img {
    width: 34%;
  }
  .twi-flow:nth-child(2) img {
    width: 25%;
  }
  .twi-flow:nth-child(3) img {
    width: 32%;
  }
  .twi-flow:nth-child(4) img {
    width: 24%;
  }
  .twi-flow > p {
    padding: 0 1.4rem;
  }
  .twi-flow__head {
    height: 10.2rem;
    margin-bottom: 1.1rem;
  }
  .twi-flow__head > img.img {
    margin: 0 auto 1.1rem;
  }
  .twi-flow__head > img.arrow {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    top: calc(0px - 2rem);
    width: 1.3rem;
  }
  .twi-flow__head > p {
    padding: 0 1.4rem;
  }
}
@media only screen and (max-width: 519px) {
  .twi-flow {
    width: 18.5rem;
  }
  .twi-flow:nth-child(n+2) {
    margin: 3rem auto 0;
  }
  .twi-flow > p {
    padding: 0 1.3rem;
  }
  .twi-flow__head {
    height: 9.2rem;
    margin-bottom: 1rem;
  }
  .twi-flow__head > img.img {
    margin: 0 auto 1rem;
  }
  .twi-flow__head > img.arrow {
    top: calc(0px - 1.5rem);
    width: 1.2rem;
  }
  .twi-flow__head > p {
    padding: 0 1.3rem;
  }
}
.twi-footer {
  background-color: #FF8533;
  padding: 2rem 0;
  position: relative;
}
.twi-footer > p {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .twi-footer {
    padding: 1.8rem 0;
  }
}
@media only screen and (max-width: 519px) {
  .twi-footer {
    padding: 1.6rem 0;
  }
}
.twi-header {
  background-color: #ffffff;
  padding: 1.4rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.twi-header__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.twi-header__flex > a {
  color: #000000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.twi-header__flex > a:hover {
  color: #F57F31;
  text-decoration: none;
}
.twi-header__logo {
  display: block;
  text-decoration: none;
  width: 15rem;
}
.twi-header__logo:hover {
  text-decoration: none;
}
.twi-header__logo > img {
  display: block;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .twi-header {
    padding: 1.3rem 0;
  }
  .twi-header__logo {
    width: 13.5rem;
  }
}
@media only screen and (max-width: 519px) {
  .twi-header {
    padding: 1.2rem 0;
  }
  .twi-header__logo {
    width: 12rem;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 768px) {
  body,
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 519px) {
  body,
  html {
    font-size: 14px;
  }
}