@charset "UTF-8";
/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --color-primary: #003461;
  --color-secondary: #323232;
  --serif: "Noto Serif JP", serif;
  --rich-font: "Cormorant Garamond", serif;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-primary);
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: #161f3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.serif {
  font-family: var(--serif);
}

.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .mt-10-sp {
    margin-top: 10px;
  }
}
.tCenter {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.link-tel {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  .link-tel {
    pointer-events: none;
  }
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: auto;
  }
}
.hover {
  transition: 0.3s;
}

@media only screen and (min-width: 751px) {
  .hover:hover {
    opacity: 0.7;
  }
}
/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__left {
  align-items: center;
  display: flex;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .header__left {
    display: block;
    padding-left: 10px;
  }
}

.logo {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .logo {
    width: 123px;
  }
}

.header__description {
  font-size: 12px;
  color: #062c87;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .header__description {
    font-size: 9px;
    margin: 6px 0 0;
  }
}

.header__right {
  width: 240px;
}
@media screen and (max-width: 750px) {
  .header__right {
    width: 125px;
  }
}

.main {
  overflow: hidden;
}

.mv {
  height: 43.75vw;
  background: #f3f2ec url(../img/mv.png) no-repeat center top/contain;
}
@media screen and (max-width: 1600px) {
  .mv {
    height: 705px;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .mv {
    height: 133vw;
    background-image: url(../img/mv_sp.png);
    background-size: auto 100%;
  }
}

.mv__title {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv__title img {
  width: 361px;
}
@media screen and (max-width: 750px) {
  .mv__title {
    padding-left: 20px;
  }
  .mv__title img {
    width: 204px;
  }
}

.about {
  background-color: #f3f2ec;
  position: relative;
  padding-top: 144px;
  padding-bottom: 108px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .about {
    padding: 80px 20px 143vw;
  }
}
.about:before {
  content: "";
  background: url(../img/mountain.png) no-repeat center top/contain;
  width: 491px;
  aspect-ratio: 491/170;
  position: absolute;
  top: -107px;
  left: calc(50% - 630px);
}
@media screen and (max-width: 750px) {
  .about:before {
    width: 233px;
    top: -55px;
    left: 0px;
  }
}

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

.about__title .en {
  font-size: 90px;
  line-height: 0.1;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  color: #d9d9d9;
  display: block;
}
@media screen and (max-width: 750px) {
  .about__title .en {
    font-size: 64px;
  }
}
.about__title .ja {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .about__title .ja {
    font-size: 20px;
  }
}

.about__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .about__text {
    margin-top: 25px;
    font-size: 13px;
  }
}

.about__map {
  width: 995px;
  position: absolute;
  top: -15px;
  left: calc(50% - 281px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .about__map {
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
  }
}

.slide {
  position: relative;
  z-index: 2;
  height: 191px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .slide {
    height: 134px;
  }
}

.slide__item {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  animation: stream 60s linear infinite;
}
.slide__item img {
  max-width: initial;
  width: auto;
  height: 191px;
}
@media screen and (max-width: 750px) {
  .slide__item img {
    height: 134px;
  }
}
.slide__item img.copy {
  position: absolute;
  top: 0px;
  left: 100%;
}

@keyframes stream {
  100% {
    transform: translateX(-100%);
  }
}
.plan {
  padding-top: 135px;
}
@media screen and (max-width: 750px) {
  .plan {
    padding-top: 80px;
  }
}

.plan__title {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .plan__title {
    margin-bottom: 35px;
  }
}
.plan__title .en {
  display: block;
  line-height: 0.3;
  font-size: 120px;
  font-family: var(--rich-font);
  font-weight: 500;
  color: #d9d9d9;
}
@media screen and (max-width: 750px) {
  .plan__title .en {
    font-size: 64px;
  }
}
.plan__title .ja {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .plan__title .ja {
    font-size: 20px;
  }
}

.planBlock {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
  .planBlock:nth-child(2n+1) {
    flex-direction: row;
  }
  .planBlock:nth-child(2n+1) .planBlock__img img {
    margin-left: -100px;
  }
}
.planBlock + .planBlock {
  margin-top: 135px;
}
@media screen and (max-width: 750px) {
  .planBlock {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .planBlock + .planBlock {
    margin-top: 54px;
  }
}

.planBlock__img {
  width: 50%;
  position: relative;
  z-index: 2;
}
.planBlock__img img {
  max-width: calc(100% + 100px);
}
@media screen and (max-width: 750px) {
  .planBlock__img {
    width: 100%;
  }
  .planBlock__img img {
    max-width: 100%;
  }
}

.planBlock__info {
  width: 50%;
  background-color: #114c7e;
  position: relative;
  z-index: 1;
  top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 120px;
}
.planBlock__info.-block02 {
  background-color: #0e4266;
}
.planBlock__info.-block03 {
  background-color: #003462;
}
@media screen and (max-width: 750px) {
  .planBlock__info {
    top: 0px;
    width: calc(100% + 40px);
    margin: -40px -20px 0;
    padding: 75px 40px 45px;
  }
}

.planBlock__title {
  width: 100%;
  max-width: 390px;
}
.planBlock__title .en {
  font-size: 60px;
  font-family: var(--rich-font);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.1);
  line-height: 0.3;
  display: block;
}
@media screen and (max-width: 750px) {
  .planBlock__title .en {
    font-size: 44px;
  }
}
.planBlock__title .ja {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  font-family: var(--serif);
  display: block;
}
@media screen and (max-width: 750px) {
  .planBlock__title .ja {
    font-size: 22px;
  }
}

.planBlock__text {
  font-size: 14px;
  width: 100%;
  max-width: 390px;
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .planBlock__text {
    font-size: 12px;
    margin-top: 15px;
  }
}

.planBlock__btn {
  margin-top: 25px;
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .planBlock__btn {
    flex-direction: column;
  }
}
.planBlock__btn a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--serif);
  position: relative;
  background-color: #fff;
  width: 260px;
  height: 55px;
}
@media screen and (max-width: 750px) {
  .planBlock__btn a {
    width: 225px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
.planBlock__btn a + a {
  margin-top: 10px;
}
.planBlock__btn a:after {
  content: "";
  background: url(../img/arrow_btn.png) no-repeat center center/contain;
  width: 9px;
  aspect-ratio: 9/16;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.planBlock__note {
  font-size: 11px;
  color: rgb(255 107 107);
  width: calc(100% - 270px);
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .planBlock__note {
    width: 100%;
  }
}
.stay {
  padding-top: 180px;
}
@media screen and (max-width: 750px) {
  .stay {
    padding: 80px 20px 0;
  }
}

.stay__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.stay__title {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .stay__title {
    margin-bottom: 35px;
  }
}
.stay__title .en {
  display: block;
  line-height: 0.3;
  font-size: 120px;
  font-family: var(--rich-font);
  font-weight: 500;
  color: #d9d9d9;
}
@media screen and (max-width: 750px) {
  .stay__title .en {
    font-size: 64px;
  }
}
.stay__title .ja {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .stay__title .ja {
    font-size: 20px;
  }
}

.stay__best {
  margin-top: 65px;
  text-align: center;
}
.stay__best img {
  width: 420px;
}

.stayList {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 750px) {
  .stayList {
    margin-top: 30px;
    flex-direction: column;
    gap: 50px;
  }
}

.stayList__item {
  width: calc(50% - 26px);
}
@media screen and (max-width: 750px) {
  .stayList__item {
    width: 100%;
  }
}

.stayList__title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .stayList__title {
    font-size: 18px;
    margin-top: 20px;
  }
}

.stayList__text {
  font-size: 14px;
  margin-top: 20px;
  color: var(--color-secondary);
}
@media screen and (max-width: 750px) {
  .stayList__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.stayList__btn {
  margin-top: 36px;
}
.stayList__btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--serif);
  position: relative;
  background-color: var(--color-primary);
  width: 260px;
}
@media screen and (max-width: 750px) {
  .stayList__btn a {
    width: 225px;
    font-size: 14px;
  }
}
.stayList__btn a:after {
  content: "";
  background: url(../img/arrow_btn_white.png) no-repeat center center/contain;
  width: 9px;
  aspect-ratio: 9/16;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.stayBanners {
  margin-top: 124px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .stayBanners {
    margin-top: 75px;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}

.stayBanners__item {
  width: 250px;
  margin: 0 25px;
}
@media screen and (max-width: 750px) {
  .stayBanners__item {
    width: calc(50% - 15px);
    margin: 0;
  }
}

.access {
  margin-top: 270px;
  padding-top: 30px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background: #f3f2ec;
}
@media screen and (max-width: 750px) {
  .access {
    margin-top: 180px;
    padding: 30px 20px 0px;
  }
}
.access:before {
  content: "";
  background: url(../img/bg_access.png) no-repeat center top/cover;
  height: 138px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .access:before {
    height: 90px;
  }
}
.access:after {
  content: "";
  background: url(../img/mountain.png) no-repeat center top/contain;
  width: 491px;
  aspect-ratio: 491/170;
  position: absolute;
  top: -122px;
  right: calc(50% - 613px);
}
@media screen and (max-width: 750px) {
  .access:after {
    width: 233px;
    top: -106px;
    right: 0px;
  }
}

.access__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .access__left {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .access__title {
    text-align: center;
  }
}
.access__title .en {
  font-size: 100px;
  line-height: 0.2;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  color: #e6e6e6;
  display: block;
}
@media screen and (max-width: 750px) {
  .access__title .en {
    font-size: 64px;
  }
}
.access__title .ja {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .access__title .ja {
    font-size: 20px;
  }
}

.access__thumb {
  width: 263px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .access__thumb {
    width: 100%;
    margin-top: 33px;
  }
}

.access__name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .access__name {
    padding: 0 30px;
    font-size: 16.5px;
  }
}

.access__address {
  font-size: 15px;
  color: var(--color-secondary);
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .access__address {
    font-size: 13px;
    padding: 0 30px;
  }
}

.access__tel {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .access__tel {
    font-size: 14.5px;
    padding: 0 30px;
  }
}
.access__tel a {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .access__tel a {
    font-size: 22px;
  }
}
.access__tel .time {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .access__tel .time {
    font-size: 13px;
  }
}

.access__fax {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .access__fax {
    font-size: 12px;
    padding: 0 30px;
  }
}
.access__fax .large {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .access__fax .large {
    font-size: 15px;
  }
}

.access__btn {
  margin-top: 30px;
}
.access__btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--serif);
  position: relative;
  background-color: var(--color-primary);
  width: 260px;
}
@media screen and (max-width: 750px) {
  .access__btn a {
    width: 225px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
.access__btn a + a {
  margin-top: 10px;
}
.access__btn a:after {
  content: "";
  background: url(../img/icon_window.png) no-repeat center center/contain;
  width: 15px;
  aspect-ratio: 15/12;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.access__map {
  position: absolute;
  width: calc((100vw - 1000px) / 2 + 550px);
  height: 100%;
  right: calc((100vw - 1000px) / 2 * -1);
  top: 0px;
}
@media screen and (max-width: 750px) {
  .access__map {
    position: static;
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 250px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.instagram {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .instagram {
    padding: 65px 20px 0;
  }
}

.instagram__inner {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  display: block;
}

/*
.instagram__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  border: 2px solid var(--color-primary);
  position: relative;
  background: url(../img/thumb_instagram.png) no-repeat center right / contain;
  padding: 30px 40px;
}
  */
.instagram__left {
  text-align: center;
}

.instagram__title {
  width: 186px;
  display: inline-block;
}

.instagram__text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

.instagram__account {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f3f2ec;
  border: 1px solid #d3d2cd;
  color: var(--color-secondary);
  margin-top: 10px;
  font-size: 15px;
}

.instagram__more {
  position: absolute;
  background: var(--color-primary);
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  bottom: 0px;
  right: 0px;
}

.footer {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .footer {
    margin-top: 80px;
  }
}

.footer__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.footer__left {
  width: 43%;
}
@media screen and (max-width: 750px) {
  .footer__left {
    width: 100%;
    text-align: center;
  }
}

.footer__logo {
  width: 247px;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 218px;
    margin: 0 auto;
  }
}

.footer__info {
  margin-top: 18px;
  font-size: 15px;
  color: var(--color-secondary);
}
.footer__info a {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .footer__info a {
    font-size: 24px;
    line-height: 1.2;
  }
}
.footer__info .small {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .footer__info .small {
    display: block;
  }
}

.footer__right {
  width: 57%;
}
@media screen and (max-width: 750px) {
  .footer__right {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
  }
}

.footer__navi {
  display: flex;
  gap: 4px 28px;
  flex-wrap: wrap;
}
.footer__navi li:before {
  content: "≫ ";
}
.footer__navi li a {
  font-size: 15px;
  color: var(--color-secondary);
  text-decoration: none;
}
.footer__navi li a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .footer__navi li a {
    font-size: 14px;
  }
}

.footer__buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
@media screen and (max-width: 750px) {
  .footer__buttons {
    flex-direction: column;
    gap: 10px 0;
  }
}
.footer__buttons a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--serif);
  position: relative;
  background-color: var(--color-primary);
}
.footer__buttons a:after {
  content: "≫";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footer__buttons a.-small {
  flex-grow: 1;
}
.footer__buttons a.-large {
  flex-grow: 2;
}
.footer__buttons a.-brown {
  background-color: #987011;
}

.copyright {
  font-family: var(--serif);
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #001b34;
}
@media screen and (max-width: 750px) {
  .copyright {
    font-size: 10px;
  }
}
