@charset "UTF-8";

/* ============================================================================
 * Base
 * ========================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  margin: 0 !important;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  text-align: left;
  line-height: 1.6;
  word-break: normal;
  background-color: #fff;
}

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

p {
  margin: 20px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

strong {
  font-weight: normal;
  color: #c00;
}

hr {
  border: none;
}

a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}

a[href*="tel:"]:hover, a[href*="tel:"]:focus, a[href*="tel:"]:active {
  text-decoration: none !important;
}

a, button {
  cursor: pointer;
  transition: 0.3s all ease;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  opacity: 0.85;
}

a:hover img, a:focus img, a:active img, button:hover img, button:focus img, button:active img {
  opacity: 0.85;
}

a img, button img {
  transition: 0.3s all ease;
}

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #333;
  }
}
input,
select,
button {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
}

select::-ms-expand {
  display: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

textarea {
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
}

textarea::-moz-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::-ms-input-placeholder {
  color: #ccc;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
  background-color: rgba(255, 255, 255, 0.01);
}

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

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* ============================================================================
 * Structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Wrapper
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-wrapper {
  width: 100%;
  min-width: 1240px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
  overflow-x: hidden;
  background: #fff;
}

.ul-wrapper a:hover, .ul-wrapper a:focus, .ul-wrapper a:active {
  opacity: 0.7;
}

.ul-wrapper img {
  width: 100%;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .ul-wrapper {
    min-width: inherit;
  }
}
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-header {
  position: relative;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-headerHdg {
  position: absolute;
  z-index: -1;
}

.um-headerSlide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.um-headerSlide.slick-initialized {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-footer {
  padding: 30px 0;
  background: #01001f;
}

.ul-footer__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-footerCopy {
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
}

/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
/* ============================================================================
 * Content
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 01-Intro
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-intro {
  height: 1309px;
  position: relative;
  background-image: url(/tomaru/maunavillage/images/intro/bg_section.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ul-intro__inner {
  padding: 145px 15px 0;
}

@media screen and (max-width: 767px) {
  .ul-intro {
    height: 800px;
    background-image: url(/tomaru/maunavillage/images/intro/bg_section_sp.jpg);
  }
  .ul-intro__inner {
    padding-top: 85px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-introHdg {
  max-width: 440px;
  margin: 0 auto;
  display: block;
}

.um-introTxt {
  margin: 60px 0 0;
  color: #fff;
  line-height: 3.5;
  letter-spacing: 0.15em;
  text-shadow: 0 0 5px #000;
  text-align: center;
}

.um-introNews {
  width: 1050px;
  height: 250px;
  margin: 120px auto 0;
  position: relative;
}

.um-introNews::before, .um-introNews::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}

.um-introNews::before {
  z-index: 1;
  box-shadow: 0 0 5px #000 inset, 0 0 10px #000 inset, 0 0 10px #000;
  border: 2px solid #fff;
}

.um-introNews::after {
  opacity: 0.3;
  top: 15px;
  left: 20px;
  z-index: 0;
  background: #141438;
}

.um-introNews__inner {
  height: 100%;
  padding: 20px 20px 20px 340px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.um-introNews__hdg {
  width: 130px;
  height: 70px;
  margin: -35px 0 0;
  position: absolute;
  top: 50%;
  left: 80px;
}

.um-introNews__box {
  height: 180px;
  padding: 0 15px 0 0;
  overflow-y: scroll;
}

.um-introNews__listItem {
  border-top: 1px dashed #fff;
}

.um-introNews__listItem:first-child {
  border-top: none;
}

.um-introNews__listItem:first-child .um-introNews__listInner {
  padding-top: 0;
}

.um-introNews__listItem:first-child .um-introNews__listDate {
  top: 0;
}

.um-introNews__listItem:last-child .um-introNews__listInner {
  padding-bottom: 0;
}

.um-introNews__listInner {
  padding: 15px 10px 15px 140px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.um-introNews__listInner:hover .um-introNews__listTxt, .um-introNews__listInner:focus .um-introNews__listTxt, .um-introNews__listInner:active .um-introNews__listTxt {
  text-decoration: underline;
}

.um-introNews__listDate {
  position: absolute;
  top: 20px;
  left: 10px;
}

.um-introNav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(155, 155, 155, 0.6);
}

.um-introNav::before {
  width: 1674px;
  height: 29px;
  margin: 0 0 0 -837px;
  transition: 0.3s all ease;
  position: absolute;
  top: -10px;
  left: 50%;
  /*  background-image: url(/tomaru/maunavillage/images/intro/fig_nav.png); */
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 1674px 29px;
  content: "";
}

.um-introNav__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.um-introNav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.um-introNav__list a {
  height: 37px;
  padding: 28px 20px 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1px #999, 0 0 5px #999;
  text-decoration: none;
  display: block;
}

.um-introNav__list span {
  margin: -5px 0 0;
  position: relative;
  display: block;
}

.um-introNav__btn {
  position: absolute;
  right: 40px;
  bottom: -100px;
}

/*
.um-introNav.is-active {
  position: fixed;
}
*/

/*2024.09.11 ヘッダー不具合修正 start*/

.um-introNav {
	position: fixed;
	top: var(--header-height);
}

.um-introNav__btn {
	bottom: -150px;
}

/*2024.09.11 ヘッダー不具合修正 end*/

@media screen and (max-width: 767px) {
  .um-introHdg {
    max-width: 250px;
  }
  .um-introTxt {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 0;
  }
  .um-introNews {
    width: auto;
    height: auto;
    margin: 50px 0 0;
  }
  .um-introNews::before, .um-introNews::after {
    display: none;
  }
  .um-introNews__inner {
    height: auto;
    padding: 0;
    display: block;
  }
  .um-introNews__hdg {
    width: 60px;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .um-introNews__box {
    height: 160px;
    margin: 20px 5px 0;
    padding: 0;
    overflow-y: inherit;
    position: relative;
  }
  .um-introNews__box::before, .um-introNews__box::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
  }
  .um-introNews__box::before {
    z-index: 1;
    box-shadow: 0 0 5px #000 inset, 0 0 10px #000 inset, 0 0 10px #000;
    border: 1px solid #fff;
  }
  .um-introNews__box::after {
    opacity: 0.7;
    top: 10px;
    left: 10px;
    z-index: 0;
    background: #0b1630;
  }
  .um-introNews__list {
    height: 140px;
    margin: 20px 10px 20px 15px;
    padding: 10px 20px 0 10px;
    position: relative;
    top: 10px;
    z-index: 2;
    overflow-y: scroll;
  }
  .um-introNews__listInner {
    padding: 10px 0;
    font-size: 1.3rem;
    display: block;
  }
  .um-introNews__listInner:hover, .um-introNews__listInner:focus, .um-introNews__listInner:active {
    opacity: 1 !important;
  }
  .um-introNews__listDate {
    position: static;
  }
  .um-introNews__listTxt {
    margin: 5px 0 0;
    display: block;
  }
  .um-introNav::before {
    display: none;
  }
  .um-introNav__inner {
    display: block;
  }
  .um-introNav__list:first-child li {
    width: 20%;
  }
  .um-introNav__list:nth-child(2) li {
    width: 16.66667%;
  }
  .um-introNav__list:nth-child(2) li:first-child {
    white-space: nowrap;
  }
  .um-introNav__list a {
    height: 25px;
    padding: 0;
    font-size: 1rem;
    letter-spacing: -0.1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .um-introNav__btn {
    width: 100%;
    position: fixed;
    right: inherit;
    left: 0;
    bottom: 0;
  }
}
/* ----------------------------------------------------------------------------
 * 02-AreaMap
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-map {
  padding: 120px 0;
  color: #fff;
  position: relative;
  background: #daa643;
}

.ul-map::before {
  width: 679px;
  height: 506px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(/tomaru/maunavillage/images/map/bg_section.png);
  background-size: 679px 506px;
  content: "";
}

.ul-map__inner {
  max-width: 1090px;
  margin: 0 auto 30px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ul-map {
    padding: 60px 0;
  }
  .ul-map::before {
    width: 200px;
    height: 149px;
    background-size: 200px 149px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-mapHdg__lv2 {
  width: 360px;
  margin: 0 auto;
}

.um-mapHdg__lv3 {
  margin: 50px 0 0;
  padding: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted #fff;
}

.um-mapHdg__lv3 a, .um-mapHdg__lv3 span {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}

.um-mapHdg__lv3 a {
  padding: 0 0 0 50px;
  text-decoration: underline;
}

.um-mapHdg__lv3 a::before {
  width: 28px;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url(/tomaru/maunavillage/images/map/icn_toilet.png);
  background-size: 28px 30px;
  content: "";
}

.um-mapHdg__lv3 a:hover, .um-mapHdg__lv3 a:focus, .um-mapHdg__lv3 a:active {
  text-decoration: none;
}

.um-mapThumb {
  width: 160px;
  margin: 15px 0 0;
}

.um-mapImg {
  max-width: 80%;
  margin: 50px auto 0;
  display: table;
}

.um-mapList {
  margin: 50px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.um-mapList__item {
  width: 33.3333333333%;
  margin: 50px 0 0;
  padding: 0 0 0 30px;
}
.um-mapList__item:nth-child(-n+3) {
  margin-top: 0;
}
.um-mapList__inner {
  padding: 20px 20px 50px;
  text-decoration: none;
  display: block;
  position: relative;
  background: #c3953d;
}
.um-mapList__inner:hover {
  opacity: 0.7 !important;
}
.um-mapList__inner:hover img {
  opacity: 1 !important;
}
.um-mapList__inner::before {
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  background-image: url(/tomaru/maunavillage/images/map/icn_check.png);
  background-size: 100px 20px;
  content: "";
}
.um-mapList__ttl {
  margin: 0 0 15px;
  padding: 0 0 12px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #fff;
}
.um-mapList__img img {
  width: 100%;
}
.um-mapList__list {
  margin: 10px 0 0;
}
.um-mapList__list li {
  margin: 25px 0 0;
  font-size: 1.8rem;
  line-height: 1;
}
.um-mapList__list li:first-child {
  margin-top: 0;
}
.um-mapList__list li > a, .um-mapList__list li > span {
  padding: 0 0 15px 50px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  border-bottom: 1px dashed #fff;
}
.um-mapList__list li > a::before, .um-mapList__list li > span::before {
  width: 28px;
  position: absolute;
  top: -5px;
  content: "";
}
.um-mapList__list li > a[data-type=toilet]::before, .um-mapList__list li > span[data-type=toilet]::before {
  height: 30px;
  left: 10px;
  background-image: url(/tomaru/maunavillage/images/map/icn_toilet.png);
  background-size: 28px 30px;
}
.um-mapList__list li > a[data-type=shower]::before, .um-mapList__list li > span[data-type=shower]::before {
  height: 28px;
  left: 5px;
  background-image: url(/tomaru/maunavillage/images/map/icn_shower.png);
  background-size: 28px 28px;
}

@media screen and (max-width: 767px) {
  .um-mapHdg__lv2 {
    width: 170px;
  }
  .um-mapHdg__lv3 {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .um-mapHdg__lv3 a {
    padding-left: 35px;
  }
  .um-mapHdg__lv3 a::before {
    width: 22px;
    height: 23px;
    margin-top: -11px;
    left: 5px;
    background-size: 22px 23px;
  }
  .um-mapThumb {
    width: 100%;
  }
  .um-mapImg {
    max-width: 100%;
    margin-top: 30px;
  }
  .um-mapList {
    margin: 30px 0 0;
    display: block;
  }
  .um-mapList__item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .um-mapList__item:nth-child(-n+3) {
    margin-top: 20px;
  }
  .um-mapList__item:first-child {
    margin-top: 0 !important;
  }
  .um-mapList__inner {
    padding: 15px 15px 50px;
  }
  .um-mapList__inner::before {
    transform: scale(0.9);
  }
  .um-mapList__ttl {
    font-size: 1.6rem;
  }
  .um-mapList__list {
    margin-top: 40px;
  }
  .um-mapList__list li {
    margin-top: 120px;
    font-size: 1.4rem;
  }

}
/* ----------------------------------------------------------------------------
 * 03-Meal
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-meal {
  height: 5333px;
  padding: 120px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/tomaru/maunavillage/images/meal/bg_section.jpg);
}

.ul-meal__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .ul-meal {
    height: auto;
    padding: 60px 0;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-mealHdg {
  width: 165px;
  margin: 0 auto;
}

.um-mealMenu {
  width: 860px;
  margin: 80px auto 0;
}

.um-mealMenu__sub {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: nowrap;
}

.um-mealMenu__subImg__item {
  margin: 20px 0 0;
}

.um-mealMenu__subImg__item:first-child {
  margin-top: 0;
}

.um-mealMenu__subBox {
  min-width: 384px;
  max-width: 384px;
  height: 616px;
  margin: 0 0 0 10px;
  padding: 100px 15px 0;
  /*  padding: 135px 15px 0; */
  position: relative;
  background-image: url(/tomaru/maunavillage/images/meal/bg_menu.png);
  background-repeat: no-repeat;
  background-size: 384px 616px;
}
.um-mealMenu__subBox > *:first-child {
  margin-top: 0 !important;
}

/* 2022.06.14 add */
.um-mealMenu__subBox a {
  color: white;
}

/* 2022.06.14 end */
.um-mealMenu__subBox__hdg {
  margin: 15px 0 0;
}

.um-mealMenu__subBox__txt {
  margin: 0;
}

.um-mealMenu__subBox__list li {
  padding: 0 0 0 25px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  position: relative;
}

.um-mealMenu__subBox__listSym {
  position: absolute;
  top: 0;
  left: 0;
}

.um-mealStep {
  height: 1130px;
  margin: 140px 0 0;
  position: relative;
}

.um-mealStep__hdg {
  position: absolute;
  top: 0;
  left: 0;
}

.um-mealStep__listItem {
  position: absolute;
}

.um-mealStep__listItem[data-order="1"] {
  top: 30px;
  left: 435px;
}

.um-mealStep__listItem[data-order="1"] .um-mealStep__listTxt {
  padding: 0 0 0 32px;
}

.um-mealStep__listItem[data-order="2"] {
  top: 190px;
  left: 835px;
}

.um-mealStep__listItem[data-order="2"] .um-mealStep__listTxt {
  padding: 0 0 0 80px;
}

.um-mealStep__listItem[data-order="3"] {
  top: 410px;
  left: 220px;
}

.um-mealStep__listItem[data-order="3"] .um-mealStep__listTxt {
  padding: 0 0 0 55px;
}

.um-mealStep__listItem[data-order="4"] {
  top: 415px;
  left: 560px;
}

.um-mealStep__listItem[data-order="4"] .um-mealStep__listTxt {
  padding: 0 0 0 60px;
}

.um-mealStep__listItem[data-order="5"] {
  top: 630px;
  left: 860px;
}

.um-mealStep__listItem[data-order="5"] .um-mealStep__listTxt {
  padding: 0 0 0 40px;
}

.um-mealStep__listItem[data-order="6"] {
  top: 800px;
  left: 435px;
}

.um-mealStep__listItem[data-order="6"] .um-mealStep__listTxt {
  width: 260px;
  padding: 0;
}

.um-mealStep__listImg {
  width: 260px;
}

.um-mealStep__listTxt {
  width: 180px;
  margin: 20px 0 0;
  box-sizing: content-box;
}

.um-mealDrink {
  margin: 75px 0 0;
}

.um-mealDrink::before {
  width: 1070px;
  height: 226px;
  display: block;
  background-image: url(/tomaru/maunavillage/images/meal/fig_drink.png);
  background-size: 1070px 226px;
  content: "";
}

.um-mealDrink__body {
  margin: 180px 0 0;
  padding: 0 0 0 510px;
  position: relative;
  background-image: url(/tomaru/maunavillage/images/meal/bg_drink.png);
  background-size: 680px 453px;
  background-repeat: no-repeat;
}

.um-mealDrink__bodyImg {
  padding: 130px 0 0;
}

.um-mealDrink__bodyTxt {
  position: absolute;
  top: 400px;
  left: 230px;
}

.um-mealMorning {
  margin: 140px 0 0;
}

.um-mealMorning::before {
  width: 786px;
  height: 32px;
  margin: 0 auto 115px;
  display: block;
  background-image: url(/tomaru/maunavillage/images/meal/fig_morning.png);
  background-size: 786px 32px;
  content: "";
}

.um-mealMorning__img {
  width: 815px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}

.um-mealMorning__img::after {
  width: 180px;
  height: 160px;
  position: absolute;
  bottom: -75px;
  right: 0;
  background-image: url(/tomaru/maunavillage/images/meal/fig_morning_01.png);
  background-size: 180px 160px;
  content: "";
}

.um-mealMorning__imgSub {
  min-width: 280px;
  max-width: 280px;
  margin: 0 0 0 20px;
}

.um-mealMorning__box {
  width: 999px;
  height: 550px;
  /*  height: 513px; */
  margin: 120px auto 0;
  position: relative;
  background-image: url(/tomaru/maunavillage/images/meal/bg_morning.png);
  background-size: 999px 550px;
  /*  background-size: 999px 513px; */
}

.um-mealMorning__box::after {
  width: 190px;
  height: 149px;
  position: absolute;
  /*bottom: 20px;*/
  bottom: 120px;
  right: 10px;
  transform: scale(0.8);
  background-image: url(/tomaru/maunavillage/images/meal/fig_morning_02.png);
  background-size: 190px 149px;
  content: "";
}

.um-mealMorning__boxMain, .um-mealMorning__boxSub {
  position: absolute;
  top: 145px;
}

.um-mealMorning__boxMain {
  left: 105px;
}

.um-mealMorning__boxSub {
  left: 525px;
}

.um-mealMorning__boxHdg {
  padding: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.um-mealMorning__boxList {
  margin: 25px 0 0;
}

.um-mealMorning__boxList li {
  margin: 10px 0 0;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.um-mealMorning__boxList__sym {
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}

/* 2022.06.14 add */
.um-mealMorning__boxInner p.renewal_before {
  position: absolute;
  top: 90px;
  left: 45%;
}

.um-mealMorning__boxSub a {
  color: white;
}

.um-mealMorning__boxSub p {
  text-align: right;
}

/* 2022.06.14 end */

/* 2024.04.09 start */
.youtube_responsive iframe{
	width: 100%;
	height: auto;
    aspect-ratio: 16/9;
    text-align:center;
}

/* 2024.04.09 end */

@media screen and (max-width: 767px) {
  .um-mealHdg {
    width: 85px;
  }
  .um-mealMenu {
    width: auto;
    margin-top: 45px;
  }
  .um-mealMenu__sub {
    margin: 10px 0 0;
    display: block;
  }
  .um-mealMenu__subImg {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
  }
  .um-mealMenu__subImg__item {
    width: 50%;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .um-mealMenu__subBox {
    min-width: 290px;
    max-width: 290px;
    height: 500px;
    /*    height: 379px; */
    margin: 30px auto 0;
    padding-top: 50px;
    background-image: url(/tomaru/maunavillage/images/meal/bg_menu_sp.png);
    background-size: 290px 494px;
    /*    background-size: 290px 379px; */
  }
  .um-mealMenu__subBox__hdg {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .um-mealMenu__subBox__txt {
    font-size: 1.3rem;
  }
  .um-mealMenu__subBox__list li {
    padding-left: 25px;
    font-size: 1.3rem;
  }
  .um-mealStep {
    height: auto;
    margin-top: 60px;
  }
  .um-mealStep__hdg {
    width: 185px;
    margin: 0 auto;
    position: static;
  }
  .um-mealStep__list {
    margin: 40px 0 0;
  }
  .um-mealStep__listItem {
    margin: 40px auto 0;
    position: static;
    text-align: center;
  }
  .um-mealStep__listItem:first-child {
    margin-top: 0;
  }
  .um-mealStep__listImg {
    width: 175px;
    margin: 0 auto;
  }
  .um-mealStep__listTxt {
    width: auto !important;
    margin-top: 10px;
    padding: 0 !important;
    text-align: center;
  }
  .um-mealDrink {
    margin-top: 40px;
  }
  .um-mealDrink::before {
    width: 290px;
    height: 267px;
    margin: 0 auto;
    background-image: url(/tomaru/maunavillage/images/meal/fig_drink_sp.png);
    background-size: 290px 267px;
  }
  .um-mealDrink__body {
    margin-top: 30px;
    padding: 0;
    background: none;
  }
  .um-mealDrink__bodyImg {
    margin: 30px 0 0;
    padding: 0;
  }
  .um-mealDrink__bodyImg.is-sp {
    margin: 0 -15px;
  }
  .um-mealDrink__bodyTxt {
    margin: 0 auto;
    padding: 0 30px;
    position: static;
    display: table;
  }
  .um-mealMorning {
    margin-top: 40px;
  }
  .um-mealMorning::before {
    width: 100%;
    height: 26px;
    margin: 0 auto 40px;
    background-image: url(/tomaru/maunavillage/images/meal/fig_morning_sp.png);
    background-size: 320px 26px;
    background-repeat: repeat-x;
  }
  .um-mealMorning__img {
    width: auto;
    display: block;
  }
  .um-mealMorning__img::after {
    width: 140px;
    height: 124px;
    margin: 50px auto 0;
    position: static;
    display: block;
    background-size: 140px 124px;
  }
  .um-mealMorning__imgSub {
    min-width: inherit;
    max-width: inherit;
    margin: 15px 0 0;
  }
  .um-mealMorning__box {
    width: auto;
    height: auto;
    margin-top: 50px;
    background: none;
  }
  .um-mealMorning__box::after {
    width: 140px;
    height: 110px;
    margin: 40px auto 0 -70px;
    display: block;
    right: inherit;
    left: 50%;
    bottom: 20px;/*add*/
    background-size: 140px 110px;
  }
  .um-mealMorning__boxInner {
    width: 320px;
    height: 960px;
    /*    height: 900px; */
    /*    height: 904px; */
    margin: 0 auto;
    padding: 120px 0 0;
    /*    padding: 125px 0 0; */
    background-image: url(/tomaru/maunavillage/images/meal/bg_morning_sp.png);
    background-size: 320px 1000px;
    /*    background-size: 320px 974px; */
    background-repeat: no-repeat;
  }
  .um-mealMorning__boxMain, .um-mealMorning__boxSub {
    position: static;
  }
  .um-mealMorning__boxSub {
    margin: 125px 0 0;
  }
  .um-mealMorning__boxHdg {
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .um-mealMorning__boxList {
    margin-top: 25px;
    padding: 0 25px;
  }
  .um-mealMorning__boxList li {
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .um-mealMorning__boxList li br {
    display: none;
  }
  /* 2022.06.14 add */
  .um-mealMorning__boxInner p.renewal_before {
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .um-mealMorning__boxSub p {
    text-align: center;
    margin-top: 60px;
  }
  /* 2022.06.14 end */
}
/* ----------------------------------------------------------------------------
 * 04-Stay
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-stay {
  min-height: 5000px;
  position: relative;
  background: #070728;
}

.ul-stay::before, .ul-stay::after {
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
}

.ul-stay::before {
  height: 2707px;
  top: 0;
  z-index: 0;
  background: url(/tomaru/maunavillage/images/stay/bg_section_01.jpg) top center no-repeat;
  background-size: cover;
}

.ul-stay::after {
  height: 2552px;
  bottom: 0;
  z-index: 1;
  background: url(/tomaru/maunavillage/images/stay/bg_section_02.jpg) bottom center no-repeat;
  background-size: cover;
}

.ul-stay__outer {
  position: relative;
  z-index: 3;
}

.ul-stay__outer::before {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(/tomaru/maunavillage/images/stay/bg_top.png) center 0 no-repeat;
  background-size: contain;
  content: "";
}

.ul-stay__inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 120px 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ul-stay {
    min-height: 4000px;
  }
  .ul-stay::before {
    height: 2707px;
    background: url(/tomaru/maunavillage/images/stay/bg_section_01_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .ul-stay::after {
    height: 2256px;
    background: url(/tomaru/maunavillage/images/stay/bg_section_02_sp.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .ul-stay__outer::before {
    height: 500px;
    background: url(/tomaru/maunavillage/images/stay/bg_top_sp.png) center 0 no-repeat;
    background-size: contain;
  }
  .ul-stay__inner {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-stayHdg__lv2 {
  width: 200px;
  margin: 0 auto;
}

.um-stayHdg__lv3 {
  width: 280px;
  margin: 60px auto 0;
}

.um-stayTab {
  margin: 350px 0 0;
}

.um-stayTab__menu {
  width: 1026px;
  height: 152px;
  margin: 0 auto;
  padding: 0 135px 0 125px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.um-stayTab__menuItem:last-child {
  display: none;
}

.um-stayTab__menuItem.is-active {
  pointer-events: none;
}

.um-stayTab__menuItem.is-active::before {
  opacity: 1;
}

.um-stayTab__menuItem.is-active a {
  opacity: 1;
}

.um-stayTab__menuItem::before {
  width: 1026px;
  height: 152px;
  transition: 0.3s all ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
}

.um-stayTab__menuItem[data-type=active]::before {
  background: url(/tomaru/maunavillage/images/stay/bg_tab1.png) 0 0 no-repeat;
  background-size: 1026px 152px;
}

.um-stayTab__menuItem[data-type=slowly]::before {
  background: url(/tomaru/maunavillage/images/stay/bg_tab2.png) 0 0 no-repeat;
  background-size: 1026px 152px;
}

.um-stayTab__menuItem__inner {
  width: 375px;
  height: 115px;
  font-size: 3.2rem;
  line-height: 1;
  color: #1b1464;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.um-stayTab__content {
  width: 1000px;
  margin: 50px auto 0;
}

.um-stayTab__contentItem {
  display: none;
}

.um-stayTab__contentItem > *:first-child {
  margin-top: 0 !important;
}

.um-stayTab__contentItem.is-active {
  display: block;
}

.um-stayStep1::after {
  width: 1000px;
  height: 35px;
  margin: 60px 0;
  display: block;
  background: url(/tomaru/maunavillage/images/stay/fig_line_01.png) 0 0 no-repeat;
  background-size: 1000px 35px;
  content: "";
}

.um-stayStep1[data-type=active] {
  margin: 45px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item {
  position: relative;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] {
  width: 335px;
  left: 80px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"]::after {
  width: 139px;
  height: 74px;
  position: absolute;
  top: 120px;
  right: -155px;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_01.png);
  background-size: 139px 74px;
  content: "";
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg {
  margin: 15px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg span {
  margin: 5px 0 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemFig {
  width: 150px;
  position: absolute;
  bottom: -110px;
  left: -70px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"] {
  width: 420px;
  margin: -215px 0 0 auto;
  right: 70px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"]::before {
  width: 139px;
  height: 145px;
  position: absolute;
  top: 265px;
  left: -170px;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_02.png);
  background-size: 139px 145px;
  content: "";
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemTtl {
  width: 400px;
  margin: 0 0 15px auto;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] {
  margin: 55px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"]::after {
  width: 118px;
  height: 137px;
  margin: 0 0 0 -59px;
  position: absolute;
  bottom: -200px;
  left: 50%;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_03.png);
  background-size: 118px 137px;
  content: "";
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemTtl {
  position: absolute;
  top: 0;
  left: 250px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div {
  margin: 0 0 0 12px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div:last-child {
  margin-left: 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] {
  margin: 240px 0 0;
  padding: 0 65px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"]::after {
  width: 86px;
  height: 206px;
  position: absolute;
  top: 355px;
  right: -40px;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_04.png);
  background-size: 86px 206px;
  content: "";
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemTtl {
  width: 545px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg {
  margin: 10px 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg div {
  width: 50%;
  padding: 0 0 0 20px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg div:last-child {
  width: 100%;
  margin: 10px 0 0;
  color: #fff;
  line-height: 1.5;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemFig {
  width: 130px;
  position: absolute;
  top: -115px;
  right: 65px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] {
  margin: 90px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"]::after {
  width: 166px;
  height: 114px;
  position: absolute;
  top: 300px;
  left: 200px;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_05.png);
  background-size: 166px 114px;
  content: "";
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemTtl {
  width: 430px;
  margin: 0 55px 0 auto;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemImg {
  width: 700px;
  margin: 10px -90px 0 auto;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] {
  margin: -280px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] .um-stayStep1__itemTtl {
  width: 260px;
  margin: 0 0 0 110px;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] .um-stayStep1__itemImg {
  width: 505px;
  margin: 25px 0 0;
}

.um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] .um-stayStep1__itemImg span {
  margin: 5px 0 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.um-stayStep1[data-type=slowly] {
  margin: 50px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item {
  position: relative;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] {
  margin: 0 0 0 200px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"]::after {
  width: 136px;
  height: 119px;
  position: absolute;
  top: 175px;
  right: 205px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_01.png);
  background-size: 136px 119px;
  content: "";
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemTtl {
  width: 240px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg {
  margin: 15px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:first-child {
  width: 420px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:last-child {
  width: 185px;
  position: absolute;
  bottom: 0;
  left: -200px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:last-child span {
  margin: 0 0 5px;
  color: #fff;
  text-align: right;
  display: block;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] {
  margin: -45px 0 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"]::after {
  width: 139px;
  height: 145px;
  position: absolute;
  top: 280px;
  left: 80px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_02.png);
  background-size: 139px 145px;
  content: "";
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemTtl {
  width: 290px;
  margin: 0 15px 0 auto;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg {
  width: 730px;
  margin: 15px 0 0 auto;
  position: relative;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(1) {
  width: 490px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(1) span {
  margin: 5px 0 0;
  text-align: right;
  color: #fff;
  display: block;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(2) {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(3) {
  width: 230px;
  position: absolute;
  top: 220px;
  right: 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] {
  margin: 10px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"]::after {
  width: 121px;
  height: 140px;
  position: absolute;
  top: 145px;
  left: 490px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_03.png);
  background-size: 121px 140px;
  content: "";
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemTtl {
  width: 210px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg {
  width: 420px;
  margin: 10px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg span {
  margin: 5px 0 0;
  text-align: center;
  color: #fff;
  display: block;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] {
  width: 670px;
  margin: -80px 0 0 auto;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"]::after {
  width: 166px;
  height: 114px;
  position: absolute;
  top: 250px;
  left: -180px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_04.png);
  background-size: 166px 114px;
  content: "";
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemTtl {
  width: 430px;
  margin: 0 60px 0 auto;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg {
  margin: 10px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] {
  margin: -295px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemTtl {
  width: 255px;
  margin: 0 0 0 95px;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemImg {
  width: 505px;
  margin: 20px 0 0;
}

.um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemImg span {
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
  display: block;
}

.um-stayStep1__itemTtl {
  display: block;
}

.um-stayStep2::after {
  width: 1000px;
  height: 35px;
  margin: 50px 0 0;
  display: block;
  background: url(/tomaru/maunavillage/images/stay/fig_line_02.png) 0 0 no-repeat;
  background-size: 1000px 35px;
  content: "";
}

.um-stayStep2[data-type=active] {
  margin: 60px 0 0;
}

.um-stayStep2[data-type=active] .um-stayStep2__item {
  position: relative;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"] {
  width: 420px;
  margin: 0 0 0 45px;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"]::after {
  width: 176px;
  height: 106px;
  position: absolute;
  top: 40px;
  right: -220px;
  background: url(/tomaru/maunavillage/images/stay/fig_active_step2_arrow_01.png);
  background-size: 176px 106px;
  content: "";
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemTtl {
  width: 285px;
  margin: 0 0 20px 65px;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] {
  width: 420px;
  margin: -255px 30px 0 auto;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemTtl {
  width: 415px;
  margin: 0 0 0 10px;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg div {
  width: 50%;
  margin: 5px 0 0;
  padding: 0 0 0 5px;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg div:first-child {
  width: 100%;
  margin-top: 0;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemFig {
  position: relative;
  z-index: 0;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemFig div:first-child {
  width: 450px;
  position: absolute;
  top: -200px;
  left: -530px;
}

.um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemFig div:last-child {
  width: 770px;
  margin: -150px 0 0 -430px;
}

.um-stayStep2[data-type=slowly] {
  margin: 90px 0 0;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item {
  position: relative;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"]::after {
  width: 148px;
  height: 84px;
  position: absolute;
  top: 20px;
  left: 600px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step2_arrow_01.png);
  background-size: 148px 84px;
  content: "";
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemTtl {
  width: 200px;
  margin: 0 0 0 30px;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemImg {
  width: 495px;
  margin: -30px 0 0;
  position: relative;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemImg span {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 70px;
  right: 0;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] {
  width: 420px;
  margin: -315px 30px 0 auto;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"]::after {
  width: 116px;
  height: 115px;
  position: absolute;
  bottom: -210px;
  right: 160px;
  background: url(/tomaru/maunavillage/images/stay/fig_slowly_step2_arrow_02.png);
  background-size: 116px 115px;
  content: "";
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemTtl {
  width: 205px;
  margin: 0 auto;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg {
  margin: 15px 0 0;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] {
  width: 450px;
  margin: 0 0 0 145px;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemTtl {
  width: 450px;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemImg {
  width: 420px;
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}

.um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemFig {
  width: 770px;
  margin: -80px 0 0;
  position: relative;
  z-index: 0;
}

.um-stayStep2__itemTtl {
  display: block;
}

@media screen and (max-width: 767px) {
  .um-stayHdg__lv2 {
    width: 100px;
  }
  .um-stayHdg__lv3 {
    width: 180px;
    margin-top: 50px;
  }
  .um-stayTab {
    margin-top: 20px;
  }
  .um-stayTab__menu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .um-stayTab__menuItem:last-child {
    visibility: hidden;
    display: block;
  }
  .um-stayTab__menuItem.is-active {
    pointer-events: none;
  }
  .um-stayTab__menuItem.is-active::before {
    opacity: 1;
  }
  .um-stayTab__menuItem.is-active a {
    opacity: 1;
  }
  .um-stayTab__menuItem::before {
    width: 200%;
    height: 100%;
  }
  .um-stayTab__menuItem[data-type=active] {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .um-stayTab__menuItem[data-type=active]::before {
    background: url(/tomaru/maunavillage/images/stay/bg_tab1_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .um-stayTab__menuItem[data-type=active] a {
    padding-left: 10px;
  }
  .um-stayTab__menuItem[data-type=slowly] {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .um-stayTab__menuItem[data-type=slowly]::before {
    left: -100%;
    background: url(/tomaru/maunavillage/images/stay/bg_tab2_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .um-stayTab__menuItem[data-type=slowly] a {
    margin-left: -10px;
  }
  .um-stayTab__menuItem__inner {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .um-stayTab__content {
    width: auto;
    margin-top: 30px;
  }
  .um-stayStep1::after {
    width: 290px;
    height: 16px;
    margin: 60px auto;
    background: url(/tomaru/maunavillage/images/stay/fig_line_01_sp.png) 0 0 no-repeat;
    background-size: 290px 16px;
  }
  .um-stayStep1[data-type=active] {
    margin: 45px 0 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item {
    position: relative;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] {
    width: 100%;
    margin: 0 0 80px;
    left: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"]::after {
    width: 55px;
    height: 115px;
    top: inherit;
    bottom: -90px;
    right: 10px;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_01_sp.png);
    background-size: 55px 115px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemTtl {
    width: 220px;
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg {
    width: 100%;
    margin: 15px auto 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg span {
    color: #1b1464;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemFig {
    width: 120px;
    margin: 15px 0 0;
    position: static;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"] {
    width: 100%;
    margin: 0 0 160px;
    right: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"]::before {
    width: 30px;
    height: 126px;
    top: inherit;
    left: 45px;
    bottom: -140px;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_02_sp.png);
    background-size: 30px 126px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 290px;
    margin: 0 0 15px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg {
    width: 100%;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] {
    margin-top: 20px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"]::after {
    width: 90px;
    height: 102px;
    margin: 30px auto 70px;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_03_sp.png);
    background-size: 90px 102px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemTtl {
    width: 150px;
    margin: 0;
    position: static;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg {
    margin: 15px 0 0 -10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div:nth-child(1) {
    width: 100%;
    margin-top: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div:nth-child(2) {
    width: 50%;
    order: 3;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg div:nth-child(3) {
    width: 50%;
    order: 2;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] {
    margin: 0;
    padding: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"]::after {
    width: 30px;
    height: 93px;
    margin: 20px 0;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_04_sp.png);
    background-size: 30px 93px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 290px;
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg {
    margin: 15px 0 0;
    display: block;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg div {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemFig {
    top: -90px;
    right: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] {
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"]::after {
    width: 55px;
    height: 81px;
    margin: 20px 10px 0 auto;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step1_arrow_05_sp.png);
    background-size: 55px 81px;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 290px;
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemImg {
    width: 100%;
    margin: 15px 0 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] {
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 240px;
    margin: 0;
  }
  .um-stayStep1[data-type=active] .um-stayStep1__item[data-order="6"] .um-stayStep1__itemImg {
    width: 100%;
    margin-top: 15px;
  }
  .um-stayStep1[data-type=slowly] {
    margin: 45px 0 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] {
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"]::after {
    width: 55px;
    height: 114px;
    margin: -70px 0 20px auto;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_01_sp.png);
    background-size: 55px 114px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 140px;
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:first-child {
    width: 100%;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:last-child {
    width: 180px;
    margin: 10px 0 0;
    position: static;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="1"] .um-stayStep1__itemImg div:last-child span {
    margin: 0;
    color: #1b1464;
    text-align: left;
    position: absolute;
    left: 190px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] {
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"]::after {
    width: 40px;
    height: 121px;
    margin: 35px 0 0 25px;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_02_sp.png);
    background-size: 40px 121px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 185px;
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg {
    width: auto;
    margin: 15px 0 0 -10px;
    padding: 0 0 2em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(1) {
    width: 100%;
    margin-top: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(1) span {
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(2) {
    width: 50%;
    position: static;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="2"] .um-stayStep1__itemImg div:nth-child(3) {
    width: 50%;
    position: static;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] {
    margin-top: -65px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"]::after {
    width: 55px;
    height: 115px;
    margin: 30px auto 15px;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_03_sp.png);
    background-size: 55px 115px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 65px;
    margin: 0 60px 0 auto;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="3"] .um-stayStep1__itemImg {
    width: 100%;
    margin-top: 15px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] {
    width: 100%;
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"]::after {
    width: 55px;
    height: 81px;
    margin: 25px 50px 0 auto;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step1_arrow_04_sp.png);
    background-size: 55px 81px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 290px;
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="4"] .um-stayStep1__itemImg {
    margin-top: 15px;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] {
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemTtl {
    width: 100%;
    max-width: 240px;
    margin: 0;
  }
  .um-stayStep1[data-type=slowly] .um-stayStep1__item[data-order="5"] .um-stayStep1__itemImg {
    width: 100%;
    margin-top: 15px;
  }
  .um-stayStep2::after {
    width: 290px;
    height: 19px;
    margin: 30px auto 0;
    background: url(/tomaru/maunavillage/images/stay/fig_line_02_sp.png) 0 0 no-repeat;
    background-size: 290px 19px;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"] {
    width: 100%;
    margin: 0;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"]::after {
    width: 95px;
    height: 59px;
    margin: 30px 40px 30px auto;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_active_step2_arrow_01_sp.png);
    background-size: 95px 59px;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemTtl {
    width: 100%;
    max-width: 185px;
    margin: 0 0 15px;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemImg {
    width: 100%;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] {
    width: 100%;
    margin: 0;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemTtl {
    width: 100%;
    max-width: 290px;
    margin: 0;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg {
    margin: 15px 0 0 -10px;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg div {
    width: 50%;
    margin-top: 10px;
    padding-left: 10px;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemFig div:first-child {
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
    position: static;
  }
  .um-stayStep2[data-type=active] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemFig div:last-child {
    width: auto;
    margin: -10px -15px 0;
    position: static;
  }
  .um-stayStep2[data-type=slowly] {
    margin-top: 45px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"]::after {
    width: 65px;
    height: 111px;
    margin: 30px auto 15px;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step2_arrow_01_sp.png);
    background-size: 65px 111px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemTtl {
    width: 100%;
    max-width: 140px;
    margin: 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemImg {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="1"] .um-stayStep2__itemImg span {
    bottom: 10px;
    right: 30px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] {
    width: 100%;
    margin: 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"]::after {
    width: 85px;
    height: 80px;
    margin: 25px 55px 15px auto;
    position: static;
    display: block;
    background: url(/tomaru/maunavillage/images/stay/fig_slowly_step2_arrow_02_sp.png);
    background-size: 85px 80px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemTtl {
    width: 100%;
    max-width: 130px;
    margin: 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="2"] .um-stayStep2__itemImg {
    margin: 15px 0 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] {
    width: 100%;
    margin: 0;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemTtl {
    width: 100%;
    max-width: 290px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemImg {
    width: 100%;
    margin-top: 15px;
  }
  .um-stayStep2[data-type=slowly] .um-stayStep2__item[data-order="3"] .um-stayStep2__itemFig {
    width: 100%;
    margin: 20px 0 0;
  }
}
/* ----------------------------------------------------------------------------
 * 05-PhotoGallery
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-gallery {
  padding: 120px 0 130px;
  color: #fff;
  background: #01001f;
}

.ul-gallery__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .ul-gallery {
    padding: 60px 0 55px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-galleryHdg {
  width: 320px;
  margin: 0 auto;
}

.um-galleryCarousel {
  margin: 80px 0 0;
  padding: 0 75px;
}

.um-galleryCarousel__item {
  padding: 0 15px;
  display: block;
}

.um-galleryCarousel__itemInner {
  display: block;
  background: #fff;
}

.um-galleryCarousel .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  bottom: -38px;
}

.um-galleryCarousel .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 35px 0 0;
  line-height: 1;
  display: block;
}

.um-galleryCarousel .slick-dots li:last-child {
  margin-right: 0;
}

.um-galleryCarousel .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.um-galleryCarousel .slick-dots li button::before {
  display: none;
}

.um-galleryCarousel .slick-dots li.slick-active button {
  background: #f7921e;
}

.um-galleryCarousel .slick-prev,
.um-galleryCarousel .slick-next {
  width: 12px;
  height: 18px;
}

.um-galleryCarousel .slick-prev::before,
.um-galleryCarousel .slick-next::before {
  width: 12px;
  height: 18px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  content: "";
}

.um-galleryCarousel .slick-prev {
  left: -25px;
}

.um-galleryCarousel .slick-prev::before {
  background-image: url(/tomaru/maunavillage/images/gallery/icn_arrow_carousel_prev.png);
}

.um-galleryCarousel .slick-next {
  right: -25px;
}

.um-galleryCarousel .slick-next::before {
  background-image: url(/tomaru/maunavillage/images/gallery/icn_arrow_carousel_next.png);
}

@media screen and (max-width: 767px) {
  .um-galleryHdg {
    width: 160px;
  }
  .um-galleryCarousel {
    margin-top: 45px;
    padding: 0 30px;
  }
  .um-galleryCarousel__item {
    padding: 0;
  }
  .um-galleryCarousel .slick-dots {
    bottom: -25px;
  }
  .um-galleryCarousel .slick-dots li {
    width: 5px;
    height: 5px;
    margin-right: 12px;
  }
  .um-galleryCarousel .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
/* ----------------------------------------------------------------------------
 * 06-StayPlan
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-plan {
  padding: 120px 0;
  position: relative;
  background: #fff;
}

.ul-plan::before {
  width: 704px;
  height: 471px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(/tomaru/maunavillage/images/plan/bg_section.png);
  background-size: 704px 471px;
  content: "";
}

.ul-plan__inner {
  max-width: 1040px;
  margin: 0 auto 30px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ul-plan {
    padding: 60px 0;
  }
  .ul-plan::before {
    width: 180px;
    height: 120px;
    background-size: 180px 120px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-planHdg {
  width: 230px;
  margin: 0 auto;
}

.um-planList {
  margin: 80px 0 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.um-planList__item {
  width: 50%;
  padding: 0 0 0 50px;
}

.um-planList__hdg {
  font-size: 2.4rem;
  font-weight: bold;
  left: 1;
  text-align: center;
}

.um-planList__img {
  margin: 25px 0 0;
  display: block;
  position: relative;
  z-index: 0;
}

.um-planList__txt {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
  z-index: 1;
}

.um-planList__txt::before {
  width: 406px;
  height: 232px;
  margin: 0 0 0 -203px;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(/tomaru/maunavillage/images/plan/bg_list.png);
  background-size: 406px 232px;
  content: "";
}

.um-planNotes {
  margin: 75px 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.um-planBtn {
  margin: 60px 0 0 -50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.um-planBtn li {
  width: 320px;
  padding: 0 0 0 50px;
}

.um-planBtn li a {
  width: 100%;
  height: 65px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #daa643;
}
.um-planOnsen {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.um-planOnsen li {
  margin: 0 0 0 50px;
}
.planOnsenSpleft li {
  margin: 0 0 0 20px;
}


@media screen and (max-width: 767px) {
  .um-planHdg {
    width: 120px;
  }
  .um-planList {
    margin: 45px 0 0;
    display: block;
  }
  .um-planList__item {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
  }
  .um-planList__item:first-child {
    margin-top: 0;
  }
  .um-planList__hdg {
    font-size: 1.8rem;
  }
  .um-planList__img {
    margin-top: 15px;
  }
  .um-planList__txt {
    min-height: 153px;
    margin-top: 0;
    padding: 15px 0 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .um-planList__txt::before {
    width: 280px;
    height: 153px;
    margin-left: -140px;
    top: 0;
    background-image: url(/tomaru/maunavillage/images/plan/bg_list_sp.png);
    background-size: 280px 153px;
  }
  .um-planNotes {
    margin-top: 20px;
    padding: 0 0 0 1.2em;
    text-align: left;
    position: relative;
  }
  .um-planNotes span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .um-planBtn {
    margin: 40px 0 0;
    padding: 0 15px;
    display: block;
  }
  .um-planBtn li {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .um-planBtn li:first-child {
    margin-top: 0;
  }
  .um-planBtn li a {
    width: 100%;
    height: 50px;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------------------
 * 07-Activity
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-activity {
  padding: 120px 0 300px;
  position: relative;
  background: #daa643;
}

.ul-activity::before {
  width: 996px;
  height: 532px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(/tomaru/maunavillage/images/activity/bg_section.png);
  background-size: 996px 532px;
  content: "";
}

.ul-activity__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ul-activity {
    padding: 60px 0 150px;
  }
  .ul-activity::before {
    width: 320px;
    height: 171px;
    background-size: 320px 171px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-activityHdg {
  width: 310px;
  margin: 0 auto;
}

.um-activityGrid {
  margin: 80px 0 0;
}
.um-activityGrid__hdg + * {
  margin-top: 30px !important;
}
.um-activityGrid__hdg img {
  width: 100%;
}
.um-activityGrid__segment {
  margin: 80px 0 0;
}
.um-activityGrid__list {
  margin: 0 0 0 -50px;
  display: flex;
  flex-wrap: wrap;
}
.um-activityGrid__listItem {
  width: 50%;
  margin: 40px 0 0;
  padding: 0 0 0 50px;
}
.um-activityGrid__listItem:nth-child(-n+2) {
  margin-top: 0;
}
.um-activityGrid__listInner {
  display: block;
  background: #fff;
}
.um-activityGrid__listInner:hover {
  opacity: 1 !important;
}
.um-activityGrid__listInner:hover img {
  opacity: 0.7 !important;
}
.um-activityGrid__listInner img {
  width: 100%;
}

.um-activityBtn {
  width: 320px;
  margin: 60px auto 0;
  display: block;
}

.um-activityBtn li {
  background: #fff;
}

.um-activityBtn li a {
  width: 100%;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #7d6854;
}

@media screen and (max-width: 767px) {
  .um-activityHdg {
    width: 130px;
  }
  .um-activityGrid {
    margin-top: 50px;
  }
  .um-activityGrid__hdg + * {
    margin-top: 15px !important;
  }
  .um-activityGrid__segment {
    margin-top: 50px;
  }
  .um-activityGrid__segment[data-col="2"] .um-activityGrid__listItem {
    margin: 50px 0 0;
  }
  .um-activityGrid__list {
    margin: 0;
    display: block;
  }
  .um-activityGrid__listItem {
    width: 100%;
    margin: 25px 0 0;
    padding: 0;
  }
  .um-activityGrid__listItem:nth-child(-n+2) {
    margin-top: 25px;
  }
  .um-activityGrid__listItem:first-child {
    margin-top: 0;
  }
  .um-activityBtn {
    width: auto;
    margin-top: 40px;
    padding: 0 15px;
  }
  .um-activityBtn li a {
    width: 100%;
    height: 50px;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------------------
 * 08-Q&A
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-qa {
  padding: 120px 0;
}

.ul-qa__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .ul-qa {
    padding: 60px 0;
  }
  .ul-qa__inner {
    padding: 0 25px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-qaHdg {
  margin: 0 auto;
  display: table;
}

.um-qaList {
  margin: 80px 0 0;
}

.um-qaList__segment {
  margin: 40px 0 0;
}

.um-qaList__segment:first-child {
  margin-top: 0 !important;
}

.um-qaList__hdgLv3 a {
  width: 100%;
  height: 120px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px dashed #000;
}

.um-qaList__hdgLv3 a::before, .um-qaList__hdgLv3 a::after {
  width: 56px;
  height: 56px;
  margin: -28px 0 0;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: "";
}

.um-qaList__hdgLv3 a::before {
  left: -28px;
  background: #000;
}

.um-qaList__hdgLv3 a::after {
  right: -58px;
  background: #ccc;
}

.um-qaList__hdgLv3 a.is-active::before {
  left: -58px;
}

.um-qaList__hdgLv3 a.is-active::after {
  right: -28px;
}

.um-qaList__hdgLv4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: relative;
}

.um-qaList__hdgLv4::before {
  line-height: 1;
  position: absolute;
  top: 0;
  left: -40px;
  content: "Q.";
}

.um-qaList__content {
  margin: 20px 0 0;
  display: none;
}

.um-qaList__item {
  margin: 15px 0 0;
  padding: 25px 60px 25px 120px;
  background: #ece6d9;
}

.um-qaList__item > *:first-child {
  margin-top: 0 !important;
}

.um-qaList__answer {
  margin: 20px 0 0;
  position: relative;
}

.um-qaList__answer::before {
  position: absolute;
  top: 0;
  left: -37px;
  content: "A.";
}

.um-qaList__answer > * {
  margin: 0;
}

.um-qaList__answer > *:first-child {
  margin-top: 0 !important;
}

.um-qaList__txt, .um-qaList__list {
  margin: 5px 0 0;
}

.um-qaList__list li {
  margin: 5px 0 0;
  padding: 0 0 0 1em;
  position: relative;
}

.um-qaList__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.um-qaList__list li:first-child {
  margin-top: 0;
}

.um-qaList__listTtl, .um-qaList__listTxt {
  display: block;
}

.um-qaList__listTtl {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .um-qaHdg {
    max-width: 70px;
  }
  .um-qaList {
    margin-top: 45px;
  }
  .um-qaList__segment {
    margin-top: 20px;
  }
  .um-qaList__hdgLv3 a {
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .um-qaList__hdgLv3 a::before, .um-qaList__hdgLv3 a::after {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  .um-qaList__hdgLv3 a::before {
    left: -13px;
  }
  .um-qaList__hdgLv3 a::after {
    right: -26px;
  }
  .um-qaList__hdgLv3 a.is-active::before {
    left: -26px;
  }
  .um-qaList__hdgLv3 a.is-active::after {
    right: -13px;
  }
  .um-qaList__hdgLv4 {
    font-size: 1.4rem;
  }
  .um-qaList__hdgLv4::before {
    left: -25px;
  }
  .um-qaList__content {
    margin-top: 10px;
  }
  .um-qaList__item {
    margin-top: 5px;
    padding: 15px 15px 15px 35px;
  }
  .um-qaList__answer {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .um-qaList__answer::before {
    left: -23px;
  }
}
/* ----------------------------------------------------------------------------
 * 09-Access
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-access {
  padding: 120px 0;
  background: #7d6854;
}

.ul-access__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .ul-access {
    padding: 60px 0;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-accessHdg {
  max-width: 200px;
  margin: 0 auto;
  display: table;
}

.um-accessInfo {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: nowrap;
}

.um-accessInfo__map {
  width: 100%;
  min-width: 700px;
  max-width: 700px;
}

.um-accessInfo__map iframe {
  width: 100%;
  height: 510px;
  border: none;
}

.um-accessInfo__body {
  padding: 0 0 0 30px;
  color: #fff;
}

.um-accessInfo__body > *:first-child {
  margin-top: 0 !important;
}

.um-accessInfo__hdg {
  margin: 30px 0 10px;
  padding: 0 0 7px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: table;
  border-bottom: 2px dotted #fff;
}

.um-accessInfo__hdg + * {
  margin-top: 10px !important;
}

.um-accessInfo__txt, .um-accessInfo__btn {
  margin: 10px 0 0;
}

.um-accessInfo__btn a {
  padding: 10px 20px;
  font-weight: bold;
  color: #7d6854;
  line-height: 1;
  text-decoration: none;
  display: table;
  border-radius: 4px;
  background: #c7b299;
}

@media screen and (max-width: 767px) {
  .um-accessHdg {
    max-width: 100px;
  }
  .um-accessInfo {
    margin-top: 45px;
    display: block;
  }
  .um-accessInfo__map {
    min-width: inherit;
    max-width: inherit;
    padding: 56.25% 0 0;
    position: relative;
  }
  .um-accessInfo__map iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .um-accessInfo__body {
    margin: 30px 0 0;
    padding: 0;
  }
  .um-accessInfo__hdg {
    font-size: 1.6rem;
  }
}
/* ============================================================================
 * Modal
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Modal
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-modal {
  width: 100%;
  padding: 0 20px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

.ul-modal.is-active {
  opacity: 1;
  visibility: inherit;
  z-index: 10000;
}

.ul-modal[data-type=map] {
  position: absolute;
}

.ul-modal[data-type=map] .ul-modalContent__inner {
  padding: 50px;
}

.ul-modal[data-type=gallery] {
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ul-modal[data-type=gallery] .ul-modalClose::before, .ul-modal[data-type=gallery] .ul-modalClose::after {
  background: #fff;
}

.ul-modal[data-type=activity] {
  position: absolute;
}

.ul-modal[data-type=activity] .ul-modalContent::after {
  width: 100%;
  max-width: 700px;
  height: 277px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/tomaru/maunavillage/images/activity/bg_modal.png);
  background-position: center center;
  background-size: 700px 277px;
  content: "";
}

.ul-modal[data-type=activity] .ul-modalContent__inner {
  padding: 50px 50px 300px;
}

.ul-modalContent {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  display: block;
  box-shadow: 0 0 10px #000;
  background: #fff;
}

.ul-modalClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  text-indent: -999em;
  border: none;
  background: transparent;
}

.ul-modalClose::before, .ul-modalClose::after {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  content: "";
}

.ul-modalClose::before {
  top: 14px;
  transform: rotate(-45deg);
}

.ul-modalClose::after {
  bottom: 14px;
  transform: rotate(-135deg);
}

.ul-modalBg {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
}

@media screen and (max-width: 767px) {
  .ul-modal[data-type=map] .ul-modalContent__inner {
    padding: 20px;
  }
  .ul-modal[data-type=activity] .ul-modalContent::after {
    height: 127px;
    background-size: cover;
  }
  .ul-modal[data-type=activity] .ul-modalContent__inner {
    padding: 20px 20px 150px;
  }
}
/* ------------------------------------
 * AreaMap
 * --------------------------------- */
.ul-modal[data-type=map] .um-modalHdg__lv2 {
  max-width: 110px;
  margin: 0 auto;
  display: table;
}

.ul-modal[data-type=map] .um-modalHdg__lv3 {
  margin: 20px 0 0;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.ul-modal[data-type=map] .um-modalTxt {
  margin: 30px 0 0;
  font-size: 1.6rem;
}

.ul-modal[data-type=map] .um-modalTxt span {
  border-bottom: 1px dashed #ea963e;
}

.ul-modal[data-type=map] .um-modalList {
  margin: 15px 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.ul-modal[data-type=map] .um-modalList li {
  width: 33.3333333333%;
  padding: 0 0 0 15px;
  margin: 15px 0 0;
}
.ul-modal[data-type=map] .um-modalList li div {
  height: 35px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #daa742;
}

.ul-modal[data-type=map] .um-modalSlide__main {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.ul-modal[data-type=map] .um-modalSlide__main.slick-initialized {
  opacity: 1;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] {
  margin: 20px auto 0;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] .um-modalSlide__main {
  width: 100%;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] .um-modalSlide__thumb {
  display: none;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots {
  margin: 20px 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots li {
  width: 20%;
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots li:nth-child(-n+5) {
  margin-top: 0;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] {
  max-width: 500px;
  margin: 20px auto 0;
  padding: 0 130px 0 0;
  display: block;
  position: relative;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] .um-modalSlide__main {
  width: 100%;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] .um-modalSlide__thumb {
  display: none;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] .slick-dots {
  min-width: 110px;
  max-width: 110px;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -130px;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] .slick-dots li {
  min-width: 110px;
  max-width: 110px;
  margin: 10px 0 0;
}

.ul-modal[data-type=map] .um-modalSlide[data-col="2"] .slick-dots li:first-child {
  margin-top: 0;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots {
  position: static;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li {
  height: auto;
  display: block;
  position: relative;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li button::before {
  display: none;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li.slick-active button {
  cursor: default;
  opacity: 1 !important;
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li.slick-active button::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #5fda43;
  box-sizing: border-box;
  content: "";
}

.ul-modal[data-type=map] .um-modalSlide .slick-dots li.slick-active button:hover img, .ul-modal[data-type=map] .um-modalSlide .slick-dots li.slick-active button:focus img, .ul-modal[data-type=map] .um-modalSlide .slick-dots li.slick-active button:active img {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .ul-modal[data-type=map] .um-modalHdg__lv2 {
    max-width: 80px;
  }
  .ul-modal[data-type=map] .um-modalHdg__lv3 {
    font-size: 2rem;
  }
  .ul-modal[data-type=map] .um-modalTxt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .ul-modal[data-type=map] .um-modalList {
    margin: 10px 0 0 -10px;
  }
  .ul-modal[data-type=map] .um-modalList li {
    padding-left: 10px;
    margin-top: 10px;
  }
  /* 2022.07.26 add */
  .ul-modal[data-type=map] .um-modalList span{
    font-size: 1.2rem;
  }
  /* 2022.07.26 end */
  .ul-modal[data-type=map] .um-modalSlide[data-col="1"] {
    margin-top: 15px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots {
    margin: 15px 0 0 -5px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots li {
    width: 25%;
    margin-top: 5px;
    padding-left: 5px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots li:nth-child(-n+5) {
    margin-top: 5px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="1"] .slick-dots li:nth-child(-n+4) {
    margin-top: 0;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="2"] {
    max-width: 100%;
    margin-top: 15px;
    padding-right: 90px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="2"] .slick-dots {
    min-width: 90px;
    max-width: 90px;
    right: -100px;
  }
  .ul-modal[data-type=map] .um-modalSlide[data-col="2"] .slick-dots li {
    min-width: 90px;
    max-width: 90px;
    margin-top: 5px;
  }
}
/* ------------------------------------
 * PhotoGallery
 * --------------------------------- */
.ul-modal[data-type=gallery] .um-modalImg {
  margin: 0;
}

.ul-modal[data-type=gallery] .um-modalImg .slick-dots {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.ul-modal[data-type=gallery] .um-modalImg .slick-prev,
.ul-modal[data-type=gallery] .um-modalImg .slick-next {
  width: 12px;
  height: 18px;
}

.ul-modal[data-type=gallery] .um-modalImg .slick-prev::before,
.ul-modal[data-type=gallery] .um-modalImg .slick-next::before {
  width: 12px;
  height: 18px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  content: "";
}

.ul-modal[data-type=gallery] .um-modalImg .slick-prev {
  left: -25px;
  z-index: 100;
}

.ul-modal[data-type=gallery] .um-modalImg .slick-prev::before {
  background-image: url(/tomaru/maunavillage/images/gallery/icn_arrow_carousel_prev.png);
}

.ul-modal[data-type=gallery] .um-modalImg .slick-next {
  right: -25px;
}

.ul-modal[data-type=gallery] .um-modalImg .slick-next::before {
  background-image: url(/tomaru/maunavillage/images/gallery/icn_arrow_carousel_next.png);
}

@media screen and (max-width: 767px) {
  .ul-modal[data-type=gallery] .um-modalImg .slick-prev {
    left: -15px;
  }
  .ul-modal[data-type=gallery] .um-modalImg .slick-next {
    right: -15px;
  }
}
/* ------------------------------------
 * Activity
 * --------------------------------- */
.ul-modal[data-type=activity] .um-modalHdg__lv2 {
  max-width: 110px;
  margin: 0 auto;
  display: table;
}

.ul-modal[data-type=activity] .um-modalHdg__lv3 {
  margin: 20px 0 0;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.ul-modal[data-type=activity] .um-modalTxt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ul-modal[data-type=activity] .um-modalHdg__lv2 {
    max-width: 80px;
  }
  .ul-modal[data-type=activity] .um-modalHdg__lv3 {
    font-size: 2rem;
  }
  .ul-modal[data-type=activity] .um-modalTxt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}