html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.6;
}

body {
  position: relative;
  color: #212121;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.container {
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  pointer-events: none;
}

.loaded .container {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

main {
  position: relative;
  background-image: url("../img/bg_img@sp.webp");
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  main {
    background-image: url("../img/bg_img02.webp"), url("../img/bg_img01.webp");
    background-position: center top -220px, top left;
    background-repeat: repeat-y, repeat;
    background-size: auto, cover;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  opacity: 0.5;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  background-color: unset;
  border: 0;
  padding: 0;
  margin: 0;
  transition: 0.25s;
}

button:hover {
  opacity: 0.5;
}

img {
  display: block;
  max-width: 100%;
}

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

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

.inview:not(.view) {
  opacity: 0.01;
}

.inview.view {
  opacity: 1;
  animation: view 0.5s backwards;
}

@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inview2:not(.view) {
  opacity: 0.01;
  transition: opacity 0.25s;
}

.inview2.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.inviews:not(.view) > * {
  opacity: 0.01;
}

.inviews.view > * {
  opacity: 1;
  animation: views 0.5s backwards;
}

@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inviewParent {
  position: relative;
}

.inviewTrigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .inviewTrigger {
    top: 40%;
  }
}

.inviewChild:not(.view) {
  opacity: 0.001;
  transition: opacity 0.25s;
}

.inviewChild.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.footer {
  color: #fff;
  background-color: #183665;
  padding-top: min((46 / 750 * 100vw), 46px);
  padding-bottom: min((38 / 750 * 100vw), 38px);
}

@media only screen and (min-width: 769px) {
  .footer {
    padding-top: min((35 / 1400 * 100vw), 35px);
    padding-bottom: min((25 / 1400 * 100vw), 25px);
  }
}

.footer__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-column-gap: min((30 / 1400 * 100vw), 30px);
       column-gap: min((30 / 1400 * 100vw), 30px);
  row-gap: min((30 / 750 * 100vw), 30px);
}

.footer__cont img {
  width: min((402 / 750 * 100vw), 402px);
}

@media only screen and (min-width: 769px) {
  .footer__cont img {
    width: min((328 / 1400 * 100vw), 328px);
  }
}

.footer__cont small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min((18 / 750 * 100vw), 18px);
}

@media only screen and (min-width: 769px) {
  .footer__cont small {
    font-size: min((12 / 1400 * 100vw), 12px);
  }
}

.header {
  background-color: #fff;
}

.header__cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .header__cont {
    justify-content: center;
  }
}

.header__cont h1 img {
  width: min((275 / 750 * 100vw), 275px);
}

@media only screen and (min-width: 769px) {
  .header__cont h1 img {
    width: min((275 / 1400 * 100vw), 275px);
  }
}

.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: min((40 / 750 * 100vw), 40px);
  padding-right: min((40 / 750 * 100vw), 40px);
}

@media only screen and (min-width: 769px) {
  .inner {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.title {
  text-align: center;
}

.title__title {
  color: rgba(148, 87, 0, 0.6);
  font-size: min((48 / 750 * 100vw), 48px);
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .title__title {
    font-size: min((48 / 1400 * 100vw), 48px);
  }
}

.title__text {
  font-size: min((35 / 750 * 100vw), 35px);
}

@media only screen and (min-width: 769px) {
  .title__text {
    font-size: min((35 / 1400 * 100vw), 35px);
  }
}

.fv {
  background-color: #212121;
}

.fv__cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .fv__cont {
    max-width: 1280px;
  }
}

.fv__cont video {
  display: block;
  width: 100%;
}

.hotel {
  padding-top: min((64 / 750 * 100vw), 64px);
  padding-bottom: min((102 / 750 * 100vw), 102px);
}

@media only screen and (min-width: 769px) {
  .hotel {
    padding-top: min((110 / 1400 * 100vw), 110px);
    padding-bottom: min((73 / 1400 * 100vw), 73px);
  }
}

.hotel__list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: min((82 / 1400 * 100vw), 82px);
       column-gap: min((82 / 1400 * 100vw), 82px);
  row-gap: min((84 / 750 * 100vw), 84px);
  margin-top: min((36 / 750 * 100vw), 36px);
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul {
    row-gap: min((80 / 1400 * 100vw), 80px);
    margin-top: min((36 / 1400 * 100vw), 36px);
  }
}

.hotel__list > ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding-top: min((48 / 750 * 100vw), 48px);
  padding-bottom: min((48 / 750 * 100vw), 48px);
  padding-right: min((40 / 750 * 100vw), 40px);
  padding-left: min((40 / 750 * 100vw), 40px);
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li {
    width: calc((100% - (min((82 / 1400 * 100vw), 82px))) / 2);
    padding-top: min((40 / 750 * 100vw), 40px);
    padding-bottom: min((40 / 750 * 100vw), 40px);
    padding-right: min((35 / 750 * 100vw), 35px);
    padding-left: min((35 / 750 * 100vw), 35px);
  }
}

.hotel__list > ul > li .title {
  font-size: min((48 / 750 * 100vw), 48px);
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .title {
    font-size: min((28 / 1400 * 100vw), 28px);
  }
}

.hotel__list > ul > li .title::after {
  content: "";
  display: block;
  width: min((71 / 750 * 100vw), 71px);
  height: 1px;
  background-color: #05174a;
  margin-top: min((15 / 750 * 100vw), 15px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .title::after {
    width: min((64 / 1400 * 100vw), 64px);
    margin-top: min((15 / 1400 * 100vw), 15px);
  }
}

.hotel__list > ul > li .image {
  margin-top: min((26 / 750 * 100vw), 26px);
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .image {
    margin-top: min((23 / 1400 * 100vw), 23px);
  }
}

.hotel__list > ul > li .text {
  font-size: min((26 / 750 * 100vw), 26px);
  margin-top: min((20 / 1400 * 100vw), 20px);
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .text {
    font-size: min((21 / 1400 * 100vw), 21px);
  }
}

.hotel__list > ul > li .iconList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: min((20 / 750 * 100vw), 20px);
       column-gap: min((20 / 750 * 100vw), 20px);
  padding-top: min((20 / 750 * 100vw), 20px);
  margin-top: auto;
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .iconList {
    -moz-column-gap: min((20 / 1400 * 100vw), 20px);
         column-gap: min((20 / 1400 * 100vw), 20px);
    padding-top: min((20 / 1400 * 100vw), 20px);
  }
}

.hotel__list > ul > li .iconList li {
  width: min((106 / 750 * 100vw), 106px);
  font-size: min((20 / 750 * 100vw), 20px);
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .iconList li {
    width: min((100 / 750 * 100vw), 100px);
    font-size: min((16 / 1400 * 100vw), 16px);
  }
}

.hotel__list > ul > li .iconList li .icon {
  width: min((92 / 750 * 100vw), 92px);
}

@media only screen and (min-width: 769px) {
  .hotel__list > ul > li .iconList li .icon {
    width: min((83 / 1400 * 100vw), 83px);
  }
}

.hotel__list > ul > li .button {
  color: #fff;
  background-color: #004619;
  border-radius: 50px;
  display: block;
  font-size: min((42 / 750 * 100vw), 42px);
  font-weight: 600;
  line-height: 1;
  margin-top: min((26 / 750 * 100vw), 26px);
  padding-top: min((28 / 750 * 100vw), 28px);
  padding-bottom: min((28 / 750 * 100vw), 28px);
  padding-left: min((30 / 750 * 100vw), 30px);
  padding-right: min((30 / 750 * 100vw), 30px);
  text-align: center;
  position: relative;
}

.hotel__list > ul > li .button::before {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  content: "";
  right: min((26 / 750 * 100vw), 26px);
  top: 50%;
  width: min((37 / 750 * 100vw), 37px);
  height: min((37 / 750 * 100vw), 37px);
  transform: translateY(-50%);
}

.hotel__list > ul > li .button::after {
  position: absolute;
  content: "";
  right: min((34 / 750 * 100vw), 34px);
  top: 50%;
  height: min((18 / 750 * 100vw), 18px);
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  background-color: #004619;
}

.hotel__gotofv {
  display: flex;
  justify-content: center;
  padding-top: min((60 / 750 * 100vw), 60px);
}

@media only screen and (min-width: 769px) {
  .hotel__gotofv {
    padding-top: min((60 / 1400 * 100vw), 60px);
  }
}

.hotel__gotofv .reset {
  color: #004619;
  font-size: min((42 / 750 * 100vw), 42px);
  text-decoration: underline;
  text-underline-offset: min((6 / 750 * 100vw), 6px);
  text-decoration-thickness: 1px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .hotel__gotofv .reset {
    font-size: min((37 / 1400 * 100vw), 37px);
    text-underline-offset: min((6 / 1400 * 100vw), 6px);
    text-decoration-thickness: 2px;
  }
}

.intro {
  margin-top: min((30 / 750 * 100vw), 30px);
}

@media only screen and (min-width: 769px) {
  .intro {
    margin-top: min((50 / 1400 * 100vw), 50px);
  }
}

.intro__list {
  margin-top: min((38 / 750 * 100vw), 38px);
}

@media only screen and (min-width: 769px) {
  .intro__list {
    margin-top: min((43 / 1400 * 100vw), 43px);
  }
}

.intro__list ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: min((62 / 750 * 100vw), 62px);
       column-gap: min((62 / 750 * 100vw), 62px);
  row-gap: min((50 / 750 * 100vw), 50px);
  min-height: 100%;
}

@media only screen and (min-width: 769px) {
  .intro__list ul {
    -moz-column-gap: min((70 / 1400 * 100vw), 70px);
         column-gap: min((70 / 1400 * 100vw), 70px);
  }
}

.intro__list ul li {
  width: calc((100% - (min((62 / 750 * 100vw), 62px))) / 2);
  min-height: 100%;
}

@media only screen and (min-width: 769px) {
  .intro__list ul li {
    width: auto;
    flex: 1;
  }
}

.intro__list ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.intro__list ul li button p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: min((35 / 750 * 100vw), 35px);
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .intro__list ul li button p {
    font-size: min((31 / 1400 * 100vw), 31px);
  }
}

.intro__list ul li button p::before {
  content: '';
  display: inline-block;
  width: min((56 / 750 * 100vw), 56px);
  height: min((56 / 750 * 100vw), 56px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: min((8 / 750 * 100vw), 8px);
}

.intro__list ul li button img {
  filter: drop-shadow(5px 5px 5px rgba(88, 108, 122, 0.39));
  padding-top: min((15 / 750 * 100vw), 15px);
  padding-bottom: min((15 / 750 * 100vw), 15px);
}

.intro__list ul li button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min((54 / 750 * 100vw), 54px);
  color: #fff;
  background-color: #004619;
  border-radius: 50px;
  font-size: min((27 / 750 * 100vw), 27px);
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .intro__list ul li button span {
    font-size: min((24 / 1400 * 100vw), 24px);
    height: min((48.4 / 1400 * 100vw), 48.4px);
  }
}

.intro__list ul li button span::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-top-width: min((20.78 / 750 * 100vw), 20.78px);
  border-right-width: min((12 / 750 * 100vw), 12px);
  border-bottom-width: min((0 / 750 * 100vw), 0px);
  border-left-width: min((12 / 750 * 100vw), 12px);
  margin-left: min((10 / 1400 * 100vw), 10px);
}

.intro__list ul li.item01 p::before {
  background-image: url("../img/icon_intro01.png");
}

.intro__list ul li.item02 p::before {
  background-image: url("../img/icon_intro02.png");
}

.intro__list ul li.item03 p::before {
  background-image: url("../img/icon_intro03.png");
}

.intro__list ul li.item04 p::before {
  background-image: url("../img/icon_intro04.png");
}

/*# sourceMappingURL=style.css.map */
