@charset "UTF-8";

/* ============================================================================
 * Base
 * ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800&family=Noto+Serif+JP:wght@400;700&display=swap");
/*! 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%;
  overflow: hidden;
  background: #fff;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-header {
  position: relative;
  z-index: 100;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-headerLogo {
  margin: 0;
  position: absolute;
  left: 100px;
  top: 0;
}
.um-headerSocial {
  width: 37px;
  padding: 5px 0 10px;
  position: fixed;
  top: 213px;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 7px #999;
  background: #fff;
}
.um-headerSocial__ttl {
  margin: 0 0 8px;
  padding: 0 0 5px 5px;
  font-size: 1px;
  border-bottom-style: double;
  border-bottom-color: #ccc;
}
.um-headerSocial__ttl img {
  vertical-align: bottom;
}
.um-headerSocial__list li {
  height: 24px;
  margin: 0 0 8px 7px;
  padding: 0 0 0 35px;
}
.um-headerSocial__fb {
  background: url(/special/common/images/sns_facebook.png) no-repeat;
}
.um-headerSocial__tw {
  background: url(/special/common/images/sns_twitter.png) no-repeat;
}
.um-headerSocial__mx {
  margin-bottom: 0 !important;
  background: url(/special/common/images/sns_mixi.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .um-headerLogo {
    display: none;
  }
  .um-headerSocial {
    display: none;
  }
}
/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-footer {
  padding: 20px 0;
  position: relative;
  background: #fff;
}
.ul-footer__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ul-footer__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-footerInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.um-footerLogo {
  width: 194px;
  margin: 0;
}
.um-footerLogo a {
  display: block;
}
.um-footerCopy {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.um-footerSocial {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-footerInfo {
    padding: 15px 0 0;
    display: block;
  }
  .um-footerLogo {
    margin: 0 auto;
  }
  .um-footerCopy {
    margin: 10px 0 0;
  }
  .um-footerSocial {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .um-footerSocial li {
    padding: 0 0 0 10px;
  }
  .um-footerSocial__fb iframe {
    width: 83px !important;
  }
}
/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-contentHead > *, .ul-contentFoot > *, .ul-contentBody > * {
  position: relative;
  z-index: 1;
}
.ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.ul-contentHead__inner > *:first-child, .ul-contentFoot__inner > *:first-child, .ul-contentBody__inner > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.um-section__inner > *:first-child {
  margin-top: 0 !important;
}
.um-section[data-size=s] .um-section__inner {
  max-width: 1000px;
}
.um-section[data-size=m] .um-section__inner {
  max-width: 1040px;
}
.um-section[data-size=l] .um-section__inner {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .um-section__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main__img img {
  width: 100%;
}
.um-main__img[data-view=pc] {
  display: block;
}
.um-main__img[data-view=sp] {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-main__img[data-view=pc] {
    display: none;
  }
  .um-main__img[data-view=sp] {
    display: block;
  }
}
/* ============================================================================
 * Variable
 * ========================================================================= */
/* ============================================================================
 * Override
 * ========================================================================= */
/* ------------------------------------
 * Wrapper
 * --------------------------------- */
.ul-wrapper {
  min-width: 1240px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #222;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ul-wrapper {
    min-width: inherit;
    font-size: 1.4rem;
  }
}
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main img {
  width: 100%;
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section {
  padding: 150px 0;
  position: relative;
}
.um-section__inner {
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .um-section {
    padding: 75px 10px;
  }
}
/* ------------------------------------
 * Heading
 * --------------------------------- */
.um-hdg[data-level="2"] {
  margin: 200px 0 0;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.um-hdg[data-level="2"] span {
  margin: 0 auto;
  padding: 0 110px;
  position: relative;
  display: table;
}
.um-hdg[data-level="2"] span::before, .um-hdg[data-level="2"] span::after {
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  content: "";
}
.um-hdg[data-level="2"] span::before {
  width: 69px;
  height: 46px;
  left: 0;
  background-image: url(/tomaru/mice/images/fig_hdg_level2_01.png);
  background-size: 69px 46px;
}
.um-hdg[data-level="2"] span::after {
  width: 65px;
  height: 45px;
  right: 0;
  background-image: url(/tomaru/mice/images/fig_hdg_level2_02.png);
  background-size: 65px 45px;
}
.um-hdg[data-level="2"] + [data-level="3"] {
  margin-top: 60px;
}
.um-hdg[data-level="3"] {
  max-width: 475px;
  margin: 150px 0 0;
  padding: 0 0 10px;
  font-size: 2rem;
  color: #0d4d57;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #0D4D57;
}
.um-hdg[data-level="3"] + * {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .um-hdg[data-level="2"] {
    margin-top: 100px;
    font-size: 2rem;
  }
  .um-hdg[data-level="2"] span {
    padding: 0 55px;
  }
  .um-hdg[data-level="2"] span::before, .um-hdg[data-level="2"] span::after {
    transform: scale(0.5);
  }
  .um-hdg[data-level="2"] + [data-level="3"] {
    margin-top: 30px;
  }
  .um-hdg[data-level="3"] {
    max-width: inherit;
    margin-top: 75px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------
 * Banner
 * --------------------------------- */
.um-bnr {
  margin: 200px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.um-bnr__item {
  width: 50%;
  padding: 0 0 0 30px;
}
.um-bnr__inner {
  display: block;
}

@media screen and (max-width: 767px) {
  .um-bnr {
    margin: 100px 0 0 0;
    display: block;
  }
  .um-bnr__item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .um-bnr__item:first-child {
    margin-top: 0;
  }
}
/* ------------------------------------
 * Faq
 * --------------------------------- */
.um-faq {
  margin: 60px 0 0;
}
.um-faq__item {
  margin: 20px 0 0;
}
.um-faq__item:first-child {
  margin-top: 0;
}
.um-faq__head {
  width: 100%;
  min-height: 68px;
  padding: 10px 60px 10px 70px;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  background: #0D4D57;
}
.um-faq__head::before {
  position: absolute;
  top: 23px;
  left: 35px;
  content: "Q：";
}
.um-faq__head span::before, .um-faq__head span::after {
  width: 2px;
  height: 20px;
  margin: -10px 0 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.3s all ease;
  background: #fff;
  content: "";
}
.um-faq__head span::after {
  transform: rotate(-90deg);
}
.um-faq__head.is-active span::before {
  transform: rotate(-90deg);
}
.um-faq__body {
  display: none;
}
.um-faq__inner {
  padding: 20px 20px 0 70px;
  position: relative;
}
.um-faq__inner::before {
  position: absolute;
  top: 20px;
  left: 35px;
  content: "A：";
}

@media screen and (max-width: 767px) {
  .um-faq {
    margin-top: 30px;
  }
  .um-faq__head {
    min-height: 50px;
    padding: 10px 60px 10px 50px;
    font-size: 1.8rem;
  }
  .um-faq__head::before {
    top: 14px;
    left: 20px;
  }
  .um-faq__head span::before, .um-faq__head span::after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    right: 20px;
  }
  .um-faq__inner {
    padding: 20px 15px 0 50px;
  }
  .um-faq__inner::before {
    top: 20px;
    left: 20px;
  }
}
/* ------------------------------------
 * Lead
 * --------------------------------- */
.um-lead {
  margin: 40px 0 0;
  font-size: 2rem;
  text-align: center;
}
.um-lead em {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .um-lead {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------
 * ImageList
 * --------------------------------- */
.um-listImg {
  margin: 40px 0 0 -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.um-listImg + .um-listImg {
  margin-top: 35px;
}
.um-listImg__item {
  width: 33.333333333%;
  padding: 0 0 0 25px;
}
.um-listImg__inner {
  display: block;
  text-decoration: none;
}
.um-listImg__img {
  position: relative;
}
.um-listImg__img img {
  width: 100%;
}
.um-listImg__txt {
  margin: 15px 0 0;
  line-height: 1;
  text-align: center;
  display: block;
}
.um-listImg__txt + * {
  margin-top: 10px;
}
.um-listImg__txt span {
  color: #c00;
}
.um-listImg__label {
  width: 95px;
  height: 25px;
  font-size: 1.1rem;
  color: #0D4D57;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.um-listImg__label::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -20px;
  border-style: solid;
  border-width: 25px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.um-listImg__label span {
  position: relative;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .um-listImg {
    margin: 20px 0 0;
    display: block;
  }
  .um-listImg + .um-listImg {
    margin-top: 20px;
  }
  .um-listImg__item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .um-listImg__item:first-child {
    margin-top: 0;
  }
  .um-listImg__txt {
    margin-top: 10px;
  }
  .um-listImg__txt + * {
    margin-top: 8px;
  }
}
/* ------------------------------------
 * ImageLayout
 * --------------------------------- */
.um-lytImg {
  margin: 60px 0 0 -40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.um-lytImg__img, .um-lytImg__body {
  width: 50%;
  padding: 0 0 0 40px;
}
.um-lytImg__body > *:first-child {
  margin-top: 0;
}
.um-lytImg__icons {
  width: 100%;
  max-width: 280px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .um-lytImg {
    margin: 30px 0 0;
    display: block;
  }
  .um-lytImg__img, .um-lytImg__body {
    width: 100%;
    padding: 0;
  }
  .um-lytImg__body {
    margin: 10px 0 0;
  }
  .um-lytImg__icons {
    max-width: 150px;
  }
  .um-lytImg__txt br {
    display: none;
  }
}
/* ------------------------------------
 * Text
 * --------------------------------- */
.um-txt br,
.um-txt--center br {
  display: block;
}
.um-txt[data-fig=true],
.um-txt--center[data-fig=true] {
  position: relative;
}
.um-txt[data-fig=true]::before,
.um-txt--center[data-fig=true]::before {
  width: 296px;
  height: 161px;
  transform: scale(0.7);
  position: absolute;
  top: -50px;
  right: -50px;
  background-image: url(/tomaru/mice/images/fig_dinner.png);
  background-size: 296px 161px;
  content: "";
}

.um-txt--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .um-txt br,
.um-txt--center br {
    display: none;
  }
  .um-txt[data-fig=true]::before,
.um-txt--center[data-fig=true]::before {
    transform: scale(0.3);
    top: -110px;
    right: -110px;
  }
}
/* ------------------------------------
 * Button
 * --------------------------------- */
.um-btn {
  width: 100%;
  max-width: 335px;
  height: 63px;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #0d4d57;
}

@media screen and (max-width: 767px) {
  .um-btn {
    max-width: inherit;
    height: 50px;
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------
 * Flow
 * --------------------------------- */
.um-flow {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.um-flow__item {
  padding: 0 0 0 20px;
  position: relative;
}
.um-flow__item::before {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 84px;
  left: 0;
  z-index: -1;
  background: #0d4d57;
  content: "";
}
.um-flow__item:first-child {
  padding-left: 0;
}
.um-flow__item:last-child {
  padding-left: 55px;
}
.um-flow__item:last-child::before {
  width: 50px;
}
.um-flow__item:last-child::after {
  width: 30px;
  height: 4px;
  transform: rotate(45deg);
  position: absolute;
  top: 73px;
  left: 23px;
  z-index: -1;
  background: #0d4d57;
  content: "";
}
.um-flow__inner {
  width: 125px;
  height: 150px;
  padding: 25px 10px 0;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  position: relative;
  border-radius: 15px;
}
.um-flow__inner::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
}
.um-flow__inner span {
  font-size: 1.3rem;
}
.um-flow__inner[data-order="1"] {
  background: #29a8bc;
}
.um-flow__inner[data-order="1"]::before {
  width: 62px;
  height: 62px;
  margin: 0 0 0 -31px;
  bottom: 24px;
  background: url(/tomaru/mice/images/icn_flow_01.png);
  background-size: 62px 62px;
}
.um-flow__inner[data-order="2"] {
  background: #2191a2;
}
.um-flow__inner[data-order="2"]::before {
  width: 57px;
  height: 57px;
  margin: 0 0 0 -28px;
  bottom: 25px;
  background: url(/tomaru/mice/images/icn_flow_02.png);
  background-size: 57px 57px;
}
.um-flow__inner[data-order="3"] {
  background: #1b7e8e;
}
.um-flow__inner[data-order="3"]::before {
  width: 68px;
  height: 68px;
  margin: 0 0 0 -34px;
  bottom: 20px;
  background: url(/tomaru/mice/images/icn_flow_03.png);
  background-size: 68px 68px;
}
.um-flow__inner[data-order="4"] {
  background: #176370;
}
.um-flow__inner[data-order="4"]::before {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -25px;
  bottom: 26px;
  background: url(/tomaru/mice/images/icn_flow_04.png);
  background-size: 60px 60px;
}
.um-flow__inner[data-order="5"] {
  background: #0d4d57;
}
.um-flow__inner[data-order="5"]::before {
  width: 65px;
  height: 65px;
  margin: 0 0 0 -32px;
  bottom: 25px;
  background: url(/tomaru/mice/images/icn_flow_05.png);
  background-size: 65px 65px;
}

@media screen and (max-width: 767px) {
  .um-flow {
    margin-top: 30px;
    display: block;
  }
  .um-flow__item {
    padding: 20px 0 0;
  }
  .um-flow__item::before {
    width: 2px;
    height: 100%;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .um-flow__item:first-child {
    padding-left: 0;
  }
  .um-flow__item:first-child::before {
    display: none;
  }
  .um-flow__item:last-child {
    padding-left: 0;
  }
  .um-flow__item:last-child::before {
    width: 2px;
  }
  .um-flow__item:last-child::after {
    display: none;
  }
  .um-flow__inner {
    width: 100%;
    height: 90px;
    padding: 15px 10px 0;
    font-size: 1.4rem;
  }
  .um-flow__inner::before {
    transform: scale(0.5);
  }
  .um-flow__inner span {
    font-size: 1.1rem;
  }
  .um-flow__inner[data-order="1"]::before {
    bottom: 4px;
  }
  .um-flow__inner[data-order="2"]::before {
    bottom: 4px;
  }
  .um-flow__inner[data-order="3"]::before {
    bottom: 0;
  }
  .um-flow__inner[data-order="4"]::before {
    bottom: 4px;
  }
  .um-flow__inner[data-order="5"]::before {
    bottom: 0;
  }
}
/* ------------------------------------
 * Contact
 * --------------------------------- */
.um-contact {
  margin: 50px 0 0;
}
.um-contact > *:first-child {
  margin-top: 0;
}
.um-contact__txt {
  margin: 50px 0 0;
  text-align: center;
}
.um-contact__btn {
  max-width: 736px;
  height: 93px;
  margin: 20px auto 0;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0d4d57;
}
.um-contact__btn span {
  padding: 0 0 0 60px;
  position: relative;
}
.um-contact__btn span::before {
  width: 34px;
  height: 34px;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/tomaru/mice/images/icn_contact_01.png);
  background-size: 34px 34px;
  content: "";
}
.um-contact__box {
  width: 100%;
  max-width: 455px;
  margin: 10px auto 0;
  border-radius: 15px;
  border: 5px solid #0d4d57;
  background: #fff;
}
.um-contact__boxHdg {
  height: 75px;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #0d4d57;
}
.um-contact__boxHdg span {
  padding: 0 0 0 40px;
  position: relative;
}
.um-contact__boxHdg span::before {
  width: 34px;
  height: 34px;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/tomaru/mice/images/icn_contact_02.png);
  background-size: 34px 34px;
  content: "";
}
.um-contact__boxBody {
  padding: 25px;
}
.um-contact__boxAddress li {
  margin: 30px 0 0;
}
.um-contact__boxAddress li:first-child {
  margin-top: 0;
}
.um-contact__boxAddress a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: #0d4d57;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  pointer-events: none;
}
.um-contact__boxAddress a span {
  margin: 10px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .um-contact {
    margin-top: 25px;
  }
  .um-contact__txt {
    margin-top: 25px;
  }
  .um-contact__btn {
    max-width: inherit;
    height: 70px;
    font-size: 2.2rem;
  }
  .um-contact__btn span {
    padding-left: 40px;
  }
  .um-contact__btn span::before {
    transform: scale(0.8);
  }
  .um-contact__box {
    max-width: inherit;
  }
  .um-contact__boxHdg {
    height: 60px;
    font-size: 2.2rem;
  }
  .um-contact__boxHdg span::before {
    transform: scale(0.8);
  }
  .um-contact__boxBody {
    padding: 15px;
  }
  .um-contact__boxAddress li {
    margin-top: 20px;
  }
  .um-contact__boxAddress a {
    font-size: 3rem;
    pointer-events: initial;
  }
  .um-contact__boxAddress a span {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}