@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,500;1,700&display=swap');

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.wrapper {
  min-width: 1130px;
  overflow: hidden;
}

.wrapper a {
  text-decoration: none;
}

.wrapper img {
  max-width: 100%;
  vertical-align: top;
}

.wrapper * {
  box-sizing: border-box;
}

.containers {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.photos-main {
  text-align: center;
  background-image: url("../img/photos-pattern.jpg");
}

.photos-blue {
  display: flex;
}

.photos-blue::before {
  content: "";
  width: 50%;
  background-image: url("../img/photos-blue_left.png");
}

.photos-blue::after {
  content: "";
  width: 50%;
  background-image: url("../img/photos-blue_right.png");
}

.photos-pink {
  display: flex;
}

.photos-pink::before {
  content: "";
  width: 50%;
  background-image: url("../img/photos-pink_left.png");
}

.photos-pink::after {
  content: "";
  width: 50%;
  background-image: url("../img/photos-pink_right.png");
}

.btn-group {
  text-align: center;
  display: block;
}

.text-copy {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 2.333;
  text-align: center;
  margin-bottom: 37px;
  font-weight: 500;
}

.text-copy {
  text-align: center;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.rows {
  display: flex;
}

.texts-info {
  font-size: 20px;
  color: rgb(0, 0, 0) !important;
  line-height: 1.9;
  padding: 0 0 0 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -1px;
}

.text-yellow {
  position: relative;
  display: inline-block;
}

.text-yellow::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff600;
  position: absolute;
  bottom: 5px;
  z-index: -1;
}

.point-title {
  min-width: 362px;
}

.point1 {
  padding-top: 48px;
  padding-bottom: 110px;
  border-bottom: 1px solid #2ea7e0;
}

.point2 {
  padding-top: 103px;
  padding-bottom: 105px;
  border-bottom: 1px solid #2ea7e0;
}

.point3 {
  padding-top: 100px;
  padding-bottom: 105px;
}

.rows-point1 {
  margin-bottom: 34px;
  padding: 0 15px;
}

.rows-point2 {
  margin-bottom: 67px;
  padding: 0 11px;
}

.rows-point3 {
  margin-bottom: 46px;
  padding: 0 10px;
}

.lists-group {
  display: flex;
  list-style: none;
  margin-bottom: 32px;
}

.lists-group>.lists {
  padding: 0 26px 0 35px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
}

.lists-dormyinn {
  background-image: url("../img/list-dormyinn.png");
}

.lists-resort {
  background-image: url("../img/list-resort.png");
}

.text-note {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.571;
  margin-bottom: 10px;
}

.thumb-point3 {
  padding-top: 24px;
}

.btn-group>.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.btn-group>.btn,
.link-group .link {
  -webkit-transition: opacity .45s ease-in-out;
  -moz-transition: opacity .45s ease-in-out;
  -ms-transition: opacity .45s ease-in-out;
  -o-transition: opacity .45s ease-in-out;
  transition: opacity .45s ease-in-out;
}

.btn-group>a.btn:hover,
.link-group .link:hover {
  opacity: .8;
}

.link-group>.link-qr:hover {
  opacity: 1;
}

.btn-primary {
  min-width: 500px;
  min-height: 110px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  border-radius: 70px;
  background-color: #2ea7e0;
  font-weight: 600;
  border: 0;
}

.btn-white {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 91, 151);
  background-color: rgb(247, 235, 238);
  min-width: 500px;
  min-height: 110px;
  border-radius: 70px;
  border: 2px solid #005b97;
  font-size: 16px;
  color: rgb(0, 86, 179);
  font-weight: bold;
  line-height: 1.6;
  padding-top: 3px;
  padding-bottom: 0 !important;
}

.btn-white:hover {
  opacity: .7;
  color: rgb(0, 86, 179);
}

.btn-infos {
  max-width: 250px;
  min-width: 250px;
  border-radius: 5px;
  background-color: rgb(0, 91, 171);
  font-size: 18.59px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  padding: 10px 8px 8px;
  letter-spacing: 0;
  font-weight: 400;
}

.btn-infos:hover {
  color: #fff;
}

.cols-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cols-7 {
  margin: 0 2px;
}

.cards-group {
  max-width: 906px;
  margin: 0 auto 103px;
  display: flex;
}

.cards-group>.cards {
  border-radius: 10px;
  background-color: #e8f5fe !important;
  margin: 0 8px;
  padding: 30px;
  width: 50%;
}

.cards-photo {
  text-align: center;
  padding: 0 0 34px 0;
}

.cards-title {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 12px;
}

.cards-copy {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.75;
  letter-spacing: -1px;
}

.text-group {
  padding: 11px 0 0 11px;
}

.photos-main {
  background-color: #1d7fc3;
}

.cols-3 {
  margin: 0 13px;
}

.point1-photo {
  margin-right: -60px;
}

.rows-point3 {
  justify-content: center;
}

.photo-thumb {
  margin-bottom: 18px;
  text-align: center;
}

.link-group {
  display: flex;
  justify-content: center;
  position: relative;
  left: 10px;
}

.link-group .link {
  margin: 0 10px 18px;
}

.heading-group {
  margin-bottom: 45px;
}

.heading-group>.heading {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.heading-big {
  font-size: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
  padding: 0 5px;
  position: relative;
  top: 4px;
}

.text-note1 {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  line-height: 1.6;
}

.text-sm {
  font-size: 15px;
}

.text-decoration {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 500;
  padding: 0 100px;
  margin-bottom: 23px;
  font-weight: 600;
}

.text-decoration::before {
  content: "A";
  display: inline-flex;
  margin-left: -70px;
  width: 43px;
  height: 43px;
  background-color: #2ea7e0;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-right: 23px;
}

.faq-bg {
  background-color: #f7ebee;
}

.faq-wrap {
  max-width: 962px;
  margin: 0 auto;
  padding: 27px 0 150px;
}

.photos-content1 {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: -4px;
}

.faq-group {
  margin-bottom: 54px;
}

.faq-group>.faq {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-title {
  border-radius: 10px;
  background-color: rgb(233, 78, 132);
  color: rgb(255, 255, 255);
  padding: 18px 13px 18px 30px;
}

.faq-lg-title {
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 0;
  position: relative;
  top: 3px;
  padding-right: 25px;
  font-family: 'Roboto', sans-serif;
}

.mask-color-red {
  color: #e60012;
}

.faq-link {
  font-size: 16px;
  color: rgb(0, 86, 179);
  line-height: 1.4;
  font-weight: 600;
}

.faq-link:before {
  content: "";
  display: inline-block;
  background-image: url("../img/ic-arrow.png");
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.text-lg-btn {
  font-size: 20px;
  display: block;
}

.mt-10 {
  margin-top: 104px !important;
}

@media (min-width: 769px) {
  .wrapper img[src*="_vsp"] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .wrapper img[src*="_vpc"] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-44 {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
  }

  .link-group .link {
    margin: 0;
    width: 48%;
  }

  .point-title {
    min-width: 100% !important;
    max-width: 176px !important;
    margin: 0 auto 26px;
    text-align: center;
    box-sizing: border-box !important;
    padding: 0 !important;
  }

  .point-title>img {
    width: 100%;
    max-width: 176px !important;
    margin: 0 auto;
  }

  .cards-group {
    padding: 0 30px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .photos-blue {
    position: relative;
    top: -1px;
  }

  .photos-pink>img,
  .photos-blue>img {
    min-width: 100% !important;
    height: 36vw !important;
    min-height: 106px !important;
  }

  .cards-group>.cards {
    width: 100%;
    padding: 18px 28px 28px;
    margin: 0 0 20px 0;
    border-radius: 15px;
  }

  .btn-group {
    width: 100% !important;
    box-sizing: border-box;
  }

  .text-sm {
    font-size: 12px;
  }

  .texts-info {
    letter-spacing: 0;
    padding: 0;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: bold !important;
  }

  .point1-photo {
    margin-right: 0;
  }

  .text-note {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    margin: 0 22px;
    letter-spacing: -1px;
  }

  .text-notes {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }

  .lists-group {
    margin-bottom: 0;
    justify-content: center;
  }

  .lists-group>.lists {
    font-size: 11px;
    letter-spacing: -1px;
    padding: 0 12px 0 19px;
    line-height: 2;
  }

  .lists-dormyinn,
  .lists-resort {
    background-size: 16px;
    background-position: 0 5px;
  }

  .btn-group>.btn-primary {
    min-width: 86% !important;
    min-height: 86% !important;
    margin: 0 auto;
    display: block;
    max-width: 86%;
    font-size: 16px;
    padding: 24px 15px 24px !important;
    width: 100% !important;
    height: auto !important;
    border: 0;
  }

  .point1 {
    padding-top: 14px;
    padding-bottom: 50px;
  }

  .point2 {
    padding-top: 48px;
    padding-bottom: 45px;
  }

  .point3 {
    padding-top: 42px;
  }

  .rows-point3 .texts-info {
    padding: 0 15px;
  }

  .rows-point2 {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .rows-point3 {
    padding: 0 0;
  }

  .heading-group>.heading {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
  }

  .heading-big {
    font-size: 22px;
    top: 2px;
  }

  .cards-photo {
    padding: 0 0 18px 0;
    max-width: 64px;
    margin: 0 auto;
    margin: 0 auto;
    min-height: auto;
  }

  .cards-title {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .cards-copy {
    font-size: 14px;
    font-weight: 500;
  }

  .rows-point3 {
    margin-bottom: 20px;
  }

  .heading-group {
    margin-bottom: 32px;
  }

  .point1-photo {
    padding: 0 15px;
  }

  .rows {
    flex-direction: column;
  }

  .rows-point1 {
    margin-bottom: 28px;
  }

  .text-group {
    padding: 0 15px 0 15px;
    position: relative;
    top: -26px;
  }

  .cards-app>.cards-photo {
    max-width: 55px;
    padding: 12px 0 23px 0;
  }

  .cards-map>.cards-photo {
    max-width: 72px;
    padding: 10px 0 24px 0;
  }

  .cols-3 {
    width: 35%;
    margin: 0;
  }

  .cols-7 {
    width: 65%;
    margin: 0 0 0 12px;
  }

  .cols-sm-10 {
    width: 100%;
    margin: 0;
  }

  .photo-thumb {
    margin-bottom: 16px;
  }

  .btn-infos {
    min-width: auto;
    font-size: 16px;
    padding: 5px 18px;
    font-weight: 500;
    width: auto !important;
    height: auto !important;
    padding: 9px 30px 7px !important;
    font-weight: bold;
  }

  .link-group {
    left: 0;
    justify-content: space-between;
    margin-bottom: 3px;
    width: 91%;
    margin: 0 auto 20px;
  }

  .point3 {
    padding-bottom: 40px;
  }

  .faq-wrap {
    padding: 0 15px 62px;
  }

  .faq-group>.faq {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 13px 8px 19px;
    margin-bottom: 15px;
    text-indent: -34px;
    padding-left: 47px;
  }

  .faq-lg-title {
    font-size: 20px;
    top: 1px;
    padding-right: 9px;
  }

  .text-decoration::before {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 6px;
    margin-left: -33px;
    position: absolute;
    align-items: flex-start;
  }

  .text-decoration {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 28px 0 47px;
    margin-bottom: 10px;
  }

  .photos-pink {
    margin-bottom: 28px;
  }

  .photos-content1 {
    padding: 0 18px;
  }

  .faq-link {
    font-size: 13.5px;
    padding-top: 11px;
    display: inline-block;
  }

  .faq-link:before {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background-size: 100%;
  }

  .faq-group {
    margin-bottom: 40px;
  }

  .btn-white {
    margin-top: 0 !important;
    width: 100% !important;
    height: auto;
    min-width: 86% !important;
    min-height: 86% !important;
    font-size: 12px;
    width: 88%;
    max-width: 300px;
    padding: 13px 20px 7px !important;
    line-height: 1.6 !important;
    border: 1px solid #005b97 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
  }

  .text-yellow::before {
    height: 8px;
    bottom: 2px;
  }

  .text-lg-btn {
    font-size: 15px;
    font-weight: bold;
  }

  .btn-group>.btn {
    line-height: 1.5;
    padding: 6px 35px 8px;
  }

  .mt-10 {
    margin-top: 40px !important;
  }

  .rows-horizontal {
    flex-direction: row;
  }

}

@media screen and (max-width: 310px) {
  .wrapper {
    width: 300px;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

#articleArea footer#footer .footerContentArea ul {
  list-style: none !important;
}

/*-----------[ UPDATE 20240125 ]--------------*/
.font-sm8 {
  font-size: 88%;
}

.text-nodeup {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .text-nodeup {
    padding-top: 56px;
    font-size: 14px !important;
  }
}

/*-----------[ UPDATE 20240125 ]--------------*/