html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:focus {
  outline: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

main {
  overflow-x: hidden;
}

article > * + * {
  margin-top: 0.3em;
}

input, button, textarea, select {
  font: inherit;
}

address {
  font-style: normal;
}

hr {
  height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

:root {
  --height_header: 175px;
  --space_header: 25px;
  --zindex_header: 90;
  --zindex_sitemap: 95;
  --zindex_hamburger: 99;
  --space_xs: 8px;
  --space_sm: 20px;
  --space_md: 42.66px;
  --space_lg: 60px;
  --space_xl: 125px;
  --font_xs: 12.64px;
  --font_sm: 14.22px;
  --font_base: 16px;
  --font_md: 20.35px;
  --font_lg: 25.63px;
  --font_xl: 28.83px;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --space_header: 15px;
    --height_header: 151px;
    --space_xs: 7px;
    --space_sm: 16px;
    --space_md: 37.32px;
    --space_lg: 44px;
    --space_xl: 96px;
    --font_xs: 11.06px;
    --font_sm: 12.44px;
    --font_base: 14px;
    --font_md: 17.72px;
    --font_lg: 19.93px;
    --font_xl: 22.43px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --height_header: 97px;
    --space_sm: 15px;
    --space_lg: 40px;
    --space_xl: 56px;
    --font_md: 15.75px;
    --font_lg: 17.72px;
    --font_xl: 19.93px;
  }
}

body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-size: var(--font_base);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

span:not([class]) {
  display: inline-block;
}

small {
  font-size: 90%;
}

button {
  border: none;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

.noscroll {
  overflow: hidden;
}

.wrap {
  width: 85%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-narrow {
  max-width: 900px;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.square-img {
  position: relative;
}
.square-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rectangle-img {
  position: relative;
}
.rectangle-img:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}
.rectangle-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-xl {
  margin-bottom: var(--space_xl);
}
.bottom-lg {
  margin-bottom: var(--space_lg);
}
.bottom-md {
  margin-bottom: var(--space_md);
}
.bottom-sm {
  margin-bottom: var(--space_sm);
}
.bottom-xs {
  margin-bottom: var(--space_xs);
}

.bg-color {
  padding: var(--space_lg) 0;
}

.paragraph {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.txt-center {
  text-align: center !important;
}
@media print, screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center !important;
  }
}

.txt-left {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .txt-left-sp {
    text-align: left !important;
  }
}

.inline-center {
  margin-left: auto;
  margin-right: auto;
}
.inline-end {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-character;
}

.lh-sm {
  line-height: 1.5;
}

.color-primary {
  color: #333;
}
.color-white {
  color: #fff;
}

.bg-primary {
  background-color: #333;
}
.bg-secondary {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #fff;
}

.col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_md) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space_md);
}
@media only screen and (max-width: 767px) {
  .col-2 {
    gap: var(--space_md);
  }
}

@media only screen and (max-width: 767px) {
  .col-2-pc {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_md) 1fr var(--space_md) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2 * var(--space_md)) var(--space_md);
}
@media print, screen and (max-width: 1023px) {
  .col-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .col-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_sm) 1fr var(--space_sm) 1fr var(--space_sm) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space_sm) var(--space_sm);
}
@media only screen and (max-width: 1440px) {
  .col-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 1023px) {
  .col-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .col-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print {
  .col-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.font-xs {
  font-size: var(--font_xs);
}
.font-sm {
  font-size: var(--font_sm);
}
.font-base {
  font-size: var(--font_base);
}
.font-md {
  font-size: var(--font_md);
}
.font-lg {
  font-size: var(--font_lg);
}
.font-xl {
  font-size: var(--font_xl);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zindex_header);
  width: 100%;
  padding: var(--space_sm) var(--space_md);
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 120px;
}

.hamburger {
  position: fixed;
  top: var(--space_md);
  right: var(--space_md);
  z-index: var(--zindex_hamburger);
  background-color: inherit;
}
.hamburger:hover {
  cursor: pointer !important;
}
.hamburger span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger.open {
  height: auto;
}
.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(30deg);
          transform: translate(0, 8px) rotate(30deg);
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: translate(0, -4px) rotate(-30deg);
          transform: translate(0, -4px) rotate(-30deg);
}

.sitemap {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: var(--zindex_sitemap);
  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;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .sitemap {
    width: 100%;
  }
}
.sitemap.open {
  right: 0;
}
.sitemap ul {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space_md);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sitemap .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space_md);
}
.sitemap .sns_list li {
  width: 2em;
}
.sitemap .sns_list li:last-child {
  width: 3em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex_item-even {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex_item-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .flex_item-small {
    width: 100%;
  }
}
.flex .no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_link__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--space_lg);
}
.post_link__container .post-list {
  width: 35px;
  margin-left: 1em;
  margin-right: 1em;
}
.post_link .post_prev, .post_link .post_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_link .post_prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post_link .prev {
  margin-right: 1em;
}
.post_link .next {
  margin-left: 1em;
}

.paging {
  margin-top: var(--space_lg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.paging .page-numbers {
  width: 2em;
  height: 2em;
  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;
  border-radius: 10vh;
  margin: 0 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paging .next, .paging .prev, .post_link .next, .post_link .prev {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--font_md);
  height: var(--font_md);
}
.hero {
  width: 100%;
  height: 100vh;
  background: center/cover no-repeat url(../img/hotel/mahnm_01.jpg);
}

.about {
  padding: var(--space_xl) 0;
  background: center/cover no-repeat -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/hotel/mahnm_05_bg.jpg);
  background: center/cover no-repeat linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hotel/mahnm_05_bg.jpg);
  background-attachment: fixed;
}
.about .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--space_xl);
}
.about .logo {
  width: 250px;
}

.swiper {
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .swiper {
    height: 200px;
  }
}
.swiper-wrapper {
  height: 100% !important;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide img {
  height: 100% !important;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel {
  padding: var(--space_xl) 0;
}
.hotel_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel_container .flex_item-even:last-child {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hotel_amenity {
  padding: var(--space_sm) var(--space_md);
  background-color: #f5f5f5;
}
.hotel_amenity_list li {
  list-style-type: disc !important;
  list-style-position: inside;
}
.hotel table {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}
.hotel table th:first-child, .hotel table td:first-child {
  width: 30%;
  border-right: 1px solid #333;
}
.hotel table th, .hotel table td {
  border-bottom: 1px solid #333;
  padding: var(--space_xs) var(--space_sm);
}

.office {
  padding: var(--space_xl) 0;
}
.office_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office_container .flex_item-even:last-child {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.office_link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .office_link {
    gap: var(--space_sm);
  }
}
.office_guide {
  padding: var(--space_md) var(--space_md);
}
.office table {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}
.office table th:first-child, .office table td:first-child {
  border-right: 1px solid #333;
}
.office table th, .office table td {
  border-bottom: 1px solid #333;
  padding: var(--space_xs) var(--space_sm);
}

.faq_list details {
  margin-bottom: var(--space_md);
}
.faq_list summary {
  font-size: var(--font_md);
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .faq_list summary:hover {
    cursor: pointer;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .faq_list summary:hover {
    cursor: pointer;
  }
}
.faq_list li {
  list-style-type: none;
}

.access .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space_md);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .sns_list li {
  width: 2em;
}
.access .sns_list li:last-child {
  width: 3em;
}

.link-box {
  border: 1px solid #333;
  padding: var(--space_xs) var(--space_sm);
}
@media (hover: hover) and (pointer: fine) {
  .link-box:hover {
    background-color: #333;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link-box:hover {
    background-color: #333;
    color: #fff;
  }
}
.link-ul {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.link-ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.link-ul-wt::after {
  background-color: #fff;
}
.link-ul-primary::after {
  background-color: #333;
}
.link-ul-secondary::after {
  background-color: #333;
}
.link-ul:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */