@charset "UTF-8";
/* print.scss */
/* -----------------------------------------------------------------------------------------------------------------------
印刷用
----------------------------------------------------------------------------------------------------------------------- */
/* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

@page {
  margin: 8mm;
  margin: 10mm 8mm 10mm 8mm;
}
* {
  -webkit-print-color-adjust: exact !important;
  background-attachment: initial !important;
  overflow-y: visible !important;
  margin: 0;
  padding: 0;
}

html {
  overflow: visible !important;
  zoom: 0.7 !important;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal !important;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: none;
  line-height: 1.75;
  background: #ffffff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.inner {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 930px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  opacity: 0.7;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-only {
  display: none;
}

.inline-block {
  display: inline-block;
}

/*===============================
 ヘッダー
 ===============================*/
.header {
  width: 100%;
  height: 600px;
  background: url(../images/top/bg_fv.png) center center/cover no-repeat;
  position: relative;
}

.logo {
  width: 63.5555555556%;
  margin: 0 auto;
  max-width: 572px;
  padding-top: 87px;
  padding-bottom: 39.5px;
}

.title-wrapper {
  width: 91.5555555556%;
  margin: 0 auto;
  max-width: 824px;
}

.title-en-wrapper {
  position: absolute;
  left: 47px;
  top: 233.7px;
  width: 10.7px;
  height: auto;
}

.img-decoration01-wrapper {
  width: 258px;
  position: absolute;
  bottom: -43.5px;
  right: 170px;
}

/*===============================
 main-top
 ===============================*/
.main {
  background: url(../images/top/bg_main.png) repeat;
  display: block;
}

.section {
  margin-bottom: 196px;
}

.main-top {
  padding-top: 131px;
  position: relative;
  overflow: hidden;
  padding-bottom: 196px;
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.main-top__title {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Kiwi Maru", serif;
  color: #b93728;
  margin-bottom: 68px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-top__text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  width: 64.2857142857%;
  margin: 0 auto 122px;
  text-align: center;
}

.img-decoration02-wrapper {
  width: 199px;
  position: absolute;
  left: 150px;
  top: 95.5px;
}

/* campaign */
.campaign {
  border: 2px solid #b93728;
  position: relative;
  padding: 58px 96px 34.5px;
  background: #ffffff;
  max-width: none;
  margin: 0 auto 105px;
}

.campain-title {
  width: 289px;
  height: auto;
  margin: 0 auto;
  background: #b93728;
  padding-top: 9.5px;
  padding-bottom: 11px;
  text-align: center;
  border-radius: 22.5px;
  line-height: 1;
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.campain-title__text {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.campain__text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.campain__text ruby rt {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
}

.campain__list {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}
.campain__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: inline-block;
}
.campain__list:last-child {
  margin-bottom: 0;
}

/* pdf */
.pdf {
  position: relative;
}

.pdf__img-wrapper {
  width: 34.8571428571%;
  margin: 0 auto 22px;
  max-width: 488px;
  position: relative;
  z-index: 1;
}

.pdf__link-wrapper {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.pdf__link {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #666666;
  text-decoration: underline;
  text-align: center;
}
.pdf__link:hover, .pdf__link:focus, .pdf__link:active {
  text-decoration: none;
}

.img-decoration03-wrapper {
  width: 216px;
  position: absolute;
  top: 90px;
  left: 162px;
}

.img-decoration03-bottom-wrapper {
  width: 216px;
  position: absolute;
  bottom: -26px;
  right: 175.5px;
}

/*===============================
 goyuin
 ===============================*/
.section__title {
  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;
  font-size: 2.7rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #b93728;
  margin-bottom: 42px;
}
.section__title::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../images/top/img_pc-title-left02.svg);
  background-repeat: repeat;
  background-size: cover;
  background-position: right center;
  margin-right: 5.8888888889%;
  display: block;
  height: 20.3px;
}
.section__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 14.4px;
  background-image: url(../images/top/img_pc-title-right02.svg);
  background-repeat: repeat;
  background-size: cover;
  background-position: left center;
  margin-left: 5.8888888889%;
  display: block;
  height: 20.3px;
}

.goyuin .section__title::before {
  background-image: url(../images/top/img_pc-title-left.svg);
  margin-right: 5%;
}
.goyuin .section__title::after {
  background-image: url(../images/top/img_pc-title-right.svg);
  margin-left: 5%;
}
.goyuin .section__text {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.section__text {
  margin-bottom: 63px;
  font-size: 1.7rem;
  line-height: 1.7529411765;
}

.letter-spacing0_5 {
  letter-spacing: 0.5em;
}

.goyuin__img-wrapper {
  max-width: none;
  margin: 0 auto;
}

/*===============================
 hot-spring
 ===============================*/
.hot-spring .section__title::before {
  margin-right: 7.7777777778%;
  background-image: url(../images/top/img_pc-title-left.svg);
}
.hot-spring .section__title::after {
  margin-left: 7.7777777778%;
  background-image: url(../images/top/img_pc-title-right.svg);
}
.hot-spring .section__text {
  margin-bottom: 55px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}

.pc-letter-spacing0 {
  letter-spacing: 0;
}

.hot-spring-banner {
  width: 100%;
  margin: 0 auto;
  max-width: 588px;
}

/*===============================
 process
 ===============================*/
.process {
  margin-bottom: 199.5px;
}
.process .section__title::before {
  margin-right: 5%;
}
.process .section__title::after {
  margin-left: 5%;
}

.process__lists {
  max-width: none;
  margin: 0 auto 150px;
}

.process__list {
  width: 100%;
  margin: 0 auto;
  padding: 23px 24px 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}

.process__term {
  -ms-flex-preferred-size: 38px;
      flex-basis: 38px;
  margin-right: 2.5117370892%;
}

.list01 .process__term {
  padding-top: 7px;
}
.list01 .process__description {
  letter-spacing: 0.02em;
}

.process__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-top: 0;
}

.process-description-link {
  color: #666666;
  text-decoration: underline;
}
.process-description-link:hover, .process-description-link:focus, .process-description-link:active {
  text-decoration: none;
}

.down-arrow {
  width: 24px;
  height: 14px;
  margin: 13.23px auto 13.03px;
}

.down-arrow__img {
  width: 100%;
  vertical-align: top;
}

.process-contact__title {
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}

.process__text {
  margin-bottom: 24px;
}

.list02 {
  padding: 23px 24px 18px;
}
.list02 .process__term {
  padding-top: 7px;
}
.list02 .process-contact__title {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.letter-spacing0_2 {
  letter-spacing: 0.2em;
}

.process-contact {
  margin-bottom: 24px;
}

.process-notes {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.process-notes__list {
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 1.4rem;
  position: relative;
}
.process-notes__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: inline-block;
}
.process-notes__list:last-child {
  margin-bottom: 0;
}

.process-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.process-contact__link {
  color: #000000;
}

.list03 {
  padding: 18.8px 23px 18.3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list03 .process-contact__description {
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/*===============================
 questionnaire
 ===============================*/
.questionnaire {
  background: #ffffff;
  padding-bottom: 72.76px;
  max-width: none;
  margin: 0 auto;
}

.questionnaire__body {
  padding-right: 50px;
  padding-left: 50px;
}

.questionnaire__title {
  background: #6d635e;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  padding-top: 9.35px;
  padding-bottom: 10.6px;
  text-align: center;
  width: 100%;
  margin-bottom: 37.5px;
}

.questionnaire__sub-title {
  font-size: 2rem;
  color: #b93728;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 38.6px;
  text-align: center;
}

.questionnaire__text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin-bottom: 39.5px;
}

.response-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-wrapper {
  text-align: center;
}

.pc-mt9_4 {
  margin-top: 9.4px;
}

.btn {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  font-weight: 500;
  color: #ffffff;
  background: #b93728;
  line-height: 1;
  padding-top: 27.5px;
  padding-bottom: 29.5px;
  text-align: center;
  outline: none;
  border: none;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  font-size: 1.8rem;
}
.btn::after {
  content: "";
  width: 4.6px;
  height: 11px;
  background: url(../images/top/icon_right-arrow.svg) center center/contain no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  right: 22px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qr-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 44%;
}

.qr-code-text {
  margin-bottom: 3.5px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.qr-code-img-wrapper {
  width: 93px;
  height: 93px;
  margin: 0 2.9710618575% 0 0;
  -ms-flex-preferred-size: 93px;
      flex-basis: 93px;
}

/*===============================
 info
 ===============================*/
.info {
  width: 100%;
  padding-top: 64.05px;
  padding-bottom: 64.95px;
  background: url(../images/top/bg_info.png) center center/cover repeat;
  padding-top: 92.4px;
  padding-bottom: 96px;
}

.info__body {
  background: #ffffff;
  display: block;
  position: relative;
  padding: 41px 44px 41px;
  border: solid 4px #b93728;
  border-radius: 10px;
  max-width: none;
  margin: 0 auto;
}
.info__body::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid 2px #b93728;
  border-radius: 5px;
}

.info__caution-img-wrapper {
  width: 125.5px;
  position: absolute;
  left: -46px;
  top: -50px;
}

.info__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__content {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-right: 3.855721393%;
  padding-top: 35.8px;
  margin-bottom: 0;
}

.info__title {
  border-bottom: 1px solid #b93728;
  padding-bottom: 12px;
  margin-bottom: 27px;
}

.info__text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}

.info-img-wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/*===============================
 link-area
 ===============================*/
.link-area {
  margin-top: 200px;
  padding-bottom: 250px;
  margin-bottom: 0;
}
.link-area .section__title::before {
  margin-right: 7.7777777778%;
}
.link-area .section__title::after {
  margin-left: 7.7777777778%;
}

.link-area_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  margin: 0 auto -22.5px;
}

.link-area_list {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 22.5px;
}
.link-area_list:nth-of-type(3n) {
  margin-right: 2.5%;
}
.link-area_list:nth-of-type(5n) {
  margin-right: 0;
}

.link-img-wrapper {
  display: block;
}

/*===============================
 フッター
 ===============================*/
.footer {
  background: #6d635e;
  padding-top: 40.15px;
  padding-bottom: 28.5px;
  color: #ffffff;
  position: relative;
}

.footer__img-decoration-wrapper {
  width: 258px;
  position: absolute;
  right: 170px;
  top: -59px;
}

.footer-top {
  margin-bottom: 47px;
}

.footer__title {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 21px;
}

.mr1 {
  margin-right: 1em;
}

.footer__contact {
  font-size: 1.3rem;
  line-height: 1.7692307692;
}

.footer-contact-title {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: normal;
}

.tel-number {
  color: #ffffff;
}

.copy-right {
  line-height: 1;
  font-size: 1rem;
}
/*# sourceMappingURL=print.css.map */