@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.
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
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 */
  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: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "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: .3s all ease;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  opacity: .85;
}

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

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

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #333;
  }
}

input,
select,
button {
  font-family: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "Yu Mincho", YuMincho, serif;
}

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

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::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: .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: .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: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "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
 * ========================================================================= */
/* ------------------------------------
 * Base
 * --------------------------------- */
.ug-font, .um-txtNotes, .um-gridShow__inner, .um-gridCat__inner, .um-gridDrum__inner, .um-gridSoba__inner, .um-plan, .mod-modal .modal-element#modal1 .modal-text, .mod-modal .modal-element#modal2 .modal-text, .mod-modal .modal-element#modal3 .modal-text, .um-txtRenewal, .mod-modal .modal-element#modal4 .modal-text, .mod-modal .modal-element#modal4 .modal-head,.mod-modal .modal-element#modal4 .modal-subhead, .mod-modal .modal-element#modal4 .modal-subtitle, .mod-modal .modal-element#modal4 .modal-table {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-content {
  background: url(/asobu/yoichi/images/bg_content.jpg);
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .ul-content {
    background-size: 50% auto;
  }
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section {
  margin: 60px 0 0;
}

.um-section[data-type="lead"] {
/* margin: -20vw 0 0; */
  margin: -10vw 0 0;
}

.um-section[data-type="popup"] {
  background: url(/asobu/yoichi/images/bg_popup.jpg);
  background-position: center 0;
}

.um-section[data-type="show"] {
  margin: -3vw 0 0;
}

.um-section[data-type="cat"] {
  margin: -3vw 0 0;
}

.um-section[data-type="soba"] {
  margin: 8vw 0 0;
  padding-bottom: 600px;
  padding-bottom: 42vw;
  background: url(/asobu/yoichi/images/bg_soba.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.um-section[data-type="notes"] {
  margin: 30px 0 0;
}

.um-section[data-type="plan"] {
  padding: 0 0 100px;
  position: relative;
}

.um-section[data-type="plan"]::after {
  width: 434px;
  height: 468px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(/asobu/yoichi/images/bg_plan_02.png);
  content: '';
}

.um-section[data-type="video"] {
  margin: 120px 0 0;
  padding: 0 0 80px;
  background: url(/asobu/yoichi/images/bg_video.jpg);
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .um-section[data-type="show"] {
    margin: 3vw 0 0;
  }
  .um-section[data-type="plan"]::after {
    width: 300px;
    height: 324px;
    background-size: 300px 324px;
  }
}

@media screen and (max-width: 767px) {
  .um-section {
    margin-top: 30px;
    padding: 0 10px;
  }
  .um-section[data-type="lead"] {
/* margin: -50vw 0 0; */
    margin: -40vw 0 0;
  }
  .um-section[data-type="popup"] {
    background-size: cover;
  }
  .um-section[data-type="show"] {
    margin: 7vw 0 0;
  }
  .um-section[data-type="plan"] {
    padding-bottom: 50px;
  }
  .um-section[data-type="plan"]::after {
    width: 130px;
    height: 140px;
    background-size: 130px 140px;
  }
  .um-section[data-type="cat"] {
    margin: -7vw 0 0;
  }
  .um-section[data-type="onsen"] {
    margin: 12vw 0 0;
  }
  .um-section[data-type="soba"] {
    margin: 150px 0 0;
    padding-bottom: 0;
    background: none;
  }
  .um-section[data-type="notes"] {
    margin-top: 20px;
  }
  .um-section[data-type="video"] {
    margin: 12vw 0 0;
    padding: 0 0 15vw;
    background: url(/asobu/yoichi/images/bg_video_sp.jpg);
    background-size: cover;
  }
}

/* ============================================================================
 * Module
 * ========================================================================= */
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main img {
  width: 100%;
}

/* ------------------------------------
 * Heading
 * --------------------------------- */
/* ------------------------------------
 * Text
 * --------------------------------- */
.um-txtLead {
  margin: 0 auto;
  display: table;
}

/* 2022.10.12 add */
.um-txtRenewal {
  margin: 0 auto;
	display: table;
	text-align: center;
	font-weight: bold;
	font-size: 2.3rem;
}
/* 2022.10.12 end */

.um-txtNotes {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .um-txtNotes {
    font-size: 1rem;
  }
/* 2022.10.12 add */
.um-txtRenewal {
	font-size: 1.6rem;
}
/* 2022.10.12 end */
}

/* ------------------------------------
 * List
 * --------------------------------- */
.um-listPopup {
  padding: 150px 0;
  position: relative;
}

.um-listPopup::before, .um-listPopup::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.um-listPopup::before {
  width: 448px;
  height: 305px;
  top: -20px;
  right: 0;
  background: url(/asobu/yoichi/images/fig_popup_01.png);
}

.um-listPopup::after {
  width: 399px;
  height: 203px;
  bottom: 120px;
  right: 20px;
  background: url(/asobu/yoichi/images/fig_popup_02.png);
}

.um-listPopup li {
  text-align: right;
  display: table;
}

.um-listPopup li:nth-child(1) {
  margin: 0 auto 0 0;
  text-align: center;
}

.um-listPopup li:nth-child(2) {
  margin: -15vw 0 0 auto;
}

.um-listPopup li:nth-child(3) {
  margin: -10vw auto 0 0;
}

.um-listPopup li:nth-child(3) .um-listPopup__ttl {
  padding-right: 30px;
}

.um-listPopup__inner {
  display: block;
}

.um-listPopup__img, .um-listPopup__ttl {
  display: block;
}

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

@media screen and (max-width: 1024px) {
  .um-listPopup {
    padding: 50px 0;
  }
  .um-listPopup::before, .um-listPopup::after {
    transform: scale(0.8);
  }
  .um-listPopup::before {
    top: -50px;
    right: -50px;
  }
  .um-listPopup::after {
    bottom: 50px;
    right: -30px;
  }
  .um-listPopup li {
    width: 50%;
  }
  .um-listPopup li:nth-child(2) .um-listPopup__ttl {
    width: 80%;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .um-listPopup {
    padding: 0;
  }
  .um-listPopup::before, .um-listPopup::after {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: static;
  }
  .um-listPopup::before {
    width: 280px;
    height: 191px;
    background-size: 280px 191px;
  }
  .um-listPopup::after {
    width: 140px;
    height: 71px;
    position: absolute;
    bottom: 22%;
    right: 0;
    background-size: 140px 71px;
  }
  .um-listPopup li {
    width: 80%;
    text-align: center;
  }
  .um-listPopup li:nth-child(1) {
    margin: 0 auto;
  }
  .um-listPopup li:nth-child(1) .um-listPopup__ttl {
    width: 60%;
    margin: 20px auto 0;
  }
  .um-listPopup li:nth-child(2) {
    margin: 40px auto 0;
    text-align: center;
  }
  .um-listPopup li:nth-child(2) .um-listPopup__ttl {
    margin: 20px auto 0;
  }
  .um-listPopup li:nth-child(3) {
    margin: 60px auto 0;
  }
  .um-listPopup li:nth-child(3) .um-listPopup__ttl {
    width: 60%;
    margin: 20px auto 0;
    padding-right: 0;
  }
}

/* ------------------------------------
 * Grid
 * --------------------------------- */
/* Show */
.um-gridShow::before {
  width: 63px;
  height: 73px;
  display: block;
  position: relative;
  left: 13%;
  background: url(/asobu/yoichi/images/fig_separate.png);
  content: '';
}

.um-gridShow__inner {
  overflow: hidden;
}

.um-gridShow__img {
  width: 100%;
  max-width: 60%;
  float: right;
}

.um-gridShow__img > img {
  width: 100%;
}

.um-gridShow__body {
  padding: 0 40px 0 0;
  overflow: hidden;
  position: relative;
}

.um-gridShow__body .um-gridShow__img {
  display: none;
}

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

.um-gridShow__txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.um-gridShow__time {
  margin: 30px 0 0;
  padding: 15px 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}

.um-gridShow__time::after {
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #d1c5f5;
  content: '';
}

.um-gridShow__time > * {
  margin: 5px 0 0;
  text-align: center;
  display: block;
}

.um-gridShow__time > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .um-gridShow::before {
    margin: 0 auto;
    left: 0;
    transform: scale(0.5);
  }
  .um-gridShow__img {
    max-width: 100%;
    float: none;
    display: none;
  }
  .um-gridShow__body {
    padding: 0;
  }
  .um-gridShow__body .um-gridShow__img {
    margin: 20px 0 0;
    display: block;
  }
  .um-gridShow__ttl {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .um-gridShow__txt {
    margin: 15px 20px 0;
    font-size: 1.4rem;
  }
  .um-gridShow__time {
    margin: 15px 20px 0;
    padding: 10px;
    font-size: 1.6rem;
  }
}

/* Cat */
.um-gridCat {
  position: relative;
}

.um-gridCat::before {
  width: 63px;
  height: 73px;
  display: block;
  position: relative;
  left: 13%;
  background: url(/asobu/yoichi/images/fig_separate.png);
  content: '';
}

.um-gridCat::after {
  width: 637px;
  height: 636px;
  position: absolute;
  bottom: -100px;
  right: -200px;
  z-index: -1;
  background: url(/asobu/yoichi/images/bg_cat.png);
  content: '';
}

.um-gridCat__inner {
  overflow: hidden;
}

.um-gridCat__img {
  width: 100%;
  max-width: 60%;
  float: right;
}

.um-gridCat__img > img {
  width: 100%;
}

.um-gridCat__body {
  padding: 0 40px 0 0;
  overflow: hidden;
  position: relative;
}

.um-gridCat__body .um-gridCat__img,
.um-gridCat__body .um-gridCat__fig {
  display: none;
}

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

.um-gridCat__txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.um-gridCat__fig {
  margin: -110px 0 0 -270px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .um-gridCat__fig {
    transform: scale(0.7);
    margin: -50px 0 0 -150px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .um-gridCat::before {
    margin: 0 auto;
    left: 0;
    transform: scale(0.5);
  }
  .um-gridCat::after {
    bottom: inherit;
    top: -150px;
    right: -280px;
    transform: scale(0.5);
  }
  .um-gridCat__img {
    max-width: 100%;
    float: none;
    display: none;
  }
  .um-gridCat__body {
    padding: 0;
  }
  .um-gridCat__body .um-gridCat__img,
  .um-gridCat__body .um-gridCat__fig {
    margin: 20px 0 0;
    display: block;
  }
  .um-gridCat__ttl {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .um-gridCat__txt {
    margin: 15px 20px 0;
    font-size: 1.4rem;
  }
  .um-gridCat__txt br {
    display: none;
  }
  .um-gridCat__fig {
    width: 130px;
    margin: 15px auto 0 !important;
    transform: scale(1);
    display: table;
  }
}

/* Drum */
.um-gridDrum {
  padding: 220px 0 0;
  position: relative;
}

.um-gridDrum::before {
  width: 63px;
  height: 73px;
  display: block;
  position: relative;
  left: 77%;
  background: url(/asobu/yoichi/images/fig_separate.png);
  content: '';
}

.um-gridDrum__inner {
  overflow: hidden;
}

.um-gridDrum__inner::before {
  width: 265px;
  height: 487px;
  display: block;
  position: absolute;
  left: -80px;
  bottom: 10%;
  z-index: -1;
  background: url(/asobu/yoichi/images/bg_drum.png);
  content: '';
}

.um-gridDrum__pic {
  width: 513px;
  height: 303px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: -1;
}

.um-gridDrum__img {
  width: 100%;
  max-width: 60%;
  float: left;
}

.um-gridDrum__img > img {
  width: 100%;
}

.um-gridDrum__body {
  padding: 0 0 0 40px;
  overflow: hidden;
  position: relative;
}

.um-gridDrum__body .um-gridDrum__img,
.um-gridDrum__body .um-gridDrum__fig {
  display: none;
}

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

.um-gridDrum__txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.um-gridDrum__fig {
  margin: -100px -150px 0 0;
  text-align: right;
  display: block;
}

.um-gridDrum__time {
  margin: 30px 0 0;
  padding: 15px 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}

.um-gridDrum__time::after {
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #c3d6a4;
  content: '';
}

.um-gridDrum__time > * {
  margin: 5px 0 0;
  text-align: center;
  display: block;
}

.um-gridDrum__time > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .um-gridDrum {
    padding-top: 100px;
  }
  .um-gridDrum__pic {
    transform: scale(0.7);
    top: -70px;
    left: 0;
  }
  .um-gridDrum__fig {
    transform: scale(0.7);
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .um-gridDrum {
    padding-top: 120px;
  }
  .um-gridDrum::before {
    margin: 0 auto;
    left: 0;
    transform: scale(0.5);
  }
  .um-gridDrum__inner::before {
    left: inherit;
    bottom: inherit;
    right: -100px;
    top: 100px;
    opacity: .5;
    transform: scale(0.5);
  }
  .um-gridDrum__pic {
    width: 200px;
    height: 118px;
    margin: 0 0 0 -100px;
    transform: scale(1);
    top: 20px;
    left: 50%;
  }
  .um-gridDrum__img {
    max-width: 100%;
    float: none;
    display: none;
  }
  .um-gridDrum__body {
    padding: 0;
  }
  .um-gridDrum__body .um-gridDrum__img,
  .um-gridDrum__body .um-gridDrum__fig {
    margin: 20px 0 0;
    display: block;
  }
  .um-gridDrum__ttl {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .um-gridDrum__txt {
    margin: 15px 20px 0;
    font-size: 1.4rem;
  }
  .um-gridDrum__fig {
    width: 130px;
    margin: 15px auto 0 !important;
    transform: scale(1);
    display: table;
  }
  .um-gridDrum__time {
    margin: 15px 20px 0;
    padding: 10px;
    font-size: 1.6rem;
  }
}

/* Onsen */
.um-gridOnsen {
  margin: 0 0 0 -100px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.um-gridOnsen::before {
  width: 531px;
  height: 462px;
  margin: 0 0 0 -265px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: url(/asobu/yoichi/images/bg_onsen.png);
  content: '';
}

.um-gridOnsen > .um-gridOnsen__img {
  display: none;
}

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

.um-gridOnsen__item:first-child::before {
  width: 63px;
  height: 73px;
  margin: 0 auto 70px;
  display: block;
  position: relative;
  background: url(/asobu/yoichi/images/fig_separate.png);
  content: '';
}

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

.um-gridOnsen__img img {
  width: 100%;
}

.um-gridOnsen__txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .um-gridOnsen {
    margin: 0;
    display: block;
    position: relative;
  }
  .um-gridOnsen::before {
    top: 0;
    left: 0;
    transform: scale(0.5);
  }
  .um-gridOnsen > .um-gridOnsen__img {
    display: block;
  }
  .um-gridOnsen > .um-gridOnsen__img::after {
    width: 63px;
    height: 73px;
    margin: 0 auto -35px;
    transform: scale(0.5);
    display: block;
    position: relative;
    background: url(/asobu/yoichi/images/fig_separate.png);
    left: 0;
    content: '';
  }
  .um-gridOnsen__item {
    width: 100%;
    margin: 45px 0 0;
    padding: 0;
  }
  .um-gridOnsen__img {
    margin: 0;
    display: none;
  }
  .um-gridOnsen__ttl {
    width: 80%;
    margin: 0 auto;
  }
  .um-gridOnsen__txt {
    margin: 15px 20px 0;
    font-size: 1.4rem;
  }
}

/* Soba */
.um-gridSoba {
  padding: 230px 0 0;
  position: relative;
}

.um-gridSoba::before {
  width: 63px;
  height: 73px;
  display: block;
  position: relative;
  left: 13%;
  background: url(/asobu/yoichi/images/fig_separate.png);
  content: '';
}

.um-gridSoba::after {
  width: 501px;
  height: 301px;
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  background: url(/asobu/yoichi/images/fig_soba.png);
  content: '';
}

.um-gridSoba__inner {
  overflow: hidden;
}

.um-gridSoba__img {
  width: 100%;
  max-width: 60%;
  float: right;
}

.um-gridSoba__img > img {
  width: 100%;
}

.um-gridSoba__body {
  padding: 0 40px 0 0;
  overflow: hidden;
  position: relative;
}

.um-gridSoba__body .um-gridSoba__img,
.um-gridSoba__body .um-gridSoba__fig {
  display: none;
}

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

.um-gridSoba__txt {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.um-gridSoba__btn a {
  display: block;
}

.um-gridSoba__bg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .um-gridSoba {
    padding-top: 200px;
  }
  .um-gridSoba::after {
    right: 0;
    transform: scale(0.7);
  }
}

@media screen and (max-width: 767px) {
  .um-gridSoba {
    padding-top: 0;
  }
  .um-gridSoba::before {
    margin: 0 auto;
    left: 0;
    transform: scale(0.5);
  }
  .um-gridSoba::after {
    width: 200px;
    height: 120px;
    margin: 0 0 0 -118px;
    bottom: inherit;
    top: -110px;
    right: inherit;
    left: 50%;
    background-size: 200px 120px;
    transform: scale(1);
  }
  .um-gridSoba__img {
    max-width: 100%;
    float: none;
    display: none;
  }
  .um-gridSoba__body {
    padding: 0;
  }
  .um-gridSoba__body .um-gridSoba__img,
  .um-gridSoba__body .um-gridSoba__fig {
    margin: 20px 0 0;
    display: block;
  }
  .um-gridSoba__ttl {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .um-gridSoba__txt {
    margin: 15px 20px 0;
    font-size: 1.4rem;
  }
  .um-gridSoba__txt br {
    display: none;
  }
  .um-gridSoba__btn {
    width: 80%;
    margin: 15px auto 0;
    text-align: center;
  }
  .um-gridSoba__bg {
    margin: 0 -20px;
    display: block;
  }
}

/* ------------------------------------
 * Media
 * --------------------------------- */
.um-mediaVideo__ttl, .um-mediaVideo__txt {
  margin: 0;
  text-align: center;
}

.um-mediaVideo__ttl {
  margin: 0 0 35px;
}

.um-mediaVideo__txt {
  margin: 35px 0 0;
}

.um-mediaVideo__video {
  width: 580px;
  margin: 0 auto;
}

.um-mediaVideo__video video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .um-mediaVideo__ttl {
    max-width: 70%;
    margin: 0 auto 12px;
  }
  .um-mediaVideo__txt {
    max-width: 50%;
    margin: 12px auto 0;
  }
  .um-mediaVideo__video {
    width: auto;
  }
}

/* ------------------------------------
 * Plan
 * --------------------------------- */
.um-plan__content {
  padding: 20px;
  background: url(/asobu/yoichi/images/bg_plan_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.um-plan__ttl {
  margin: -20px auto 0;
  display: table;
}

.um-plan__ttl img {
  width: 100%;
}

.um-plan__body {
  display: flex;
  flex-wrap: nowrap;
}

.um-plan__img {
  width: 60%;
}

.um-plan__txt {
  margin: 0 0 0 30px;
}

.um-plan__txt p {
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.um-plan__txt p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '■';
}

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

.um-plan__txtCv {
  margin: 20px 0 0;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.um-plan__txtCv strong {
  color: #c00;
}

.um-plan__txtTel {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.um-plan__txtTel em {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .um-plan__content {
    padding: 10px 20px 20px;
    background: url(/asobu/yoichi/images/bg_plan_01_sp.png);
    background-size: cover;
  }
  .um-plan__ttl {
    margin: 0 auto;
  }
  .um-plan__body {
    display: block;
  }
  .um-plan__img {
    width: 100%;
  }
  .um-plan__txt {
    margin: 20px 0 0;
    padding: 0 0 0 10px;
  }
  .um-plan__txt p {
    font-size: 1.3rem;
  }
  .um-plan__txtCv {
    margin: 20px 0 0;
    font-size: 1.3rem;
    letter-spacing: -.03em;
  }
  .um-plan__txtCv span {
    margin: 0 auto 2px;
    font-weight: bold;
    display: block;
  }
  .um-plan__txtTel {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .um-plan__txtTel em {
    font-size: 1.5rem;
  }
  .um-plan__txtTel span {
    display: block;
  }
  .um-plan__txtTel span:first-child {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .um-plan__txtTel span:last-child {
    font-size: 1.2rem;
  }
}

.mod-modal {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.mod-modal .modalWin-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 10000;
  display: flex;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}

.mod-modal .modalWin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: .5;
  background: #000;
}

.mod-modal .modalWin-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  background: none;
}

.mod-modal .modalWin-close::after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.mod-modal .modalWin-inner {
  width: 100%;
}

.mod-modal .modal-element {
  display: block;
}

.mod-modal .modal-element > *:first-child {
  margin-top: 0 !important;
}

.mod-modal .modal-element#modal1, .mod-modal .modal-element#modal2, .mod-modal .modal-element#modal3, .mod-modal .modal-element#modal4 {
  padding: 30px 0;
}

.mod-modal .modal-element#modal1 .modal-text, .mod-modal .modal-element#modal2 .modal-text, .mod-modal .modal-element#modal3 .modal-text, .mod-modal .modal-element#modal4 .modal-text {
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.mod-modal .modal-element#modal1 .modal-head, .mod-modal .modal-element#modal2 .modal-head, .mod-modal .modal-element#modal3 .modal-head, .mod-modal .modal-element#modal4 .modal-head {
  margin: 0 0 30px;
  text-align: center;
  display: block;
}

.mod-modal .modal-element#modal1 .modal-head > *, .mod-modal .modal-element#modal2 .modal-head > *, .mod-modal .modal-element#modal3 .modal-head > *, .mod-modal .modal-element#modal4 .modal-head > * {
  display: block;
}

.mod-modal .modal-element#modal1 .modal-title, .mod-modal .modal-element#modal2 .modal-title, .mod-modal .modal-element#modal3 .modal-title, .mod-modal .modal-element#modal4 .modal-title {
  margin: 30px 0 0;
}

.mod-modal .modal-element#modal1 .modal-fig, .mod-modal .modal-element#modal2 .modal-fig, .mod-modal .modal-element#modal3 .modal-fig, .mod-modal .modal-element#modal4 .modal-fig {
  margin: 30px 0 0;
  text-align: center;
  display: block;
}

.mod-modal .modal-element#modal1 {
  background: url(/asobu/yoichi/images/bg_modal_01.jpg);
  background-size: cover;
}

.mod-modal .modal-element#modal2 {
  background: url(/asobu/yoichi/images/bg_modal_02.jpg);
  background-size: cover;
}

.mod-modal .modal-element#modal3,
.mod-modal .modal-element#modal4 {
  background: url(/asobu/yoichi/images/bg_modal_03.jpg);
  background-size: cover;
}

/* 2022.10.12 add */
.mod-modal .modal-element#modal4 .modal-head {
  font-size: 2.3rem;
  font-weight: bold;
}

.mod-modal .modal-element#modal4 .modal-text {
  margin-bottom: 30px;
}

.mod-modal .modal-element#modal4 .modal-subhead, .mod-modal .modal-element#modal4 .modal-subtitle, .mod-modal .modal-element#modal4 .modal-table {
  max-width: 540px;
  margin: 0 auto;
}

.mod-modal .modal-element#modal4 .modal-subhead {
  font-weight: bold;
  font-size: 1.9rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

.mod-modal .modal-element#modal4 .modal-subtitle {
  font-weight: bold;
  font-size: 1.6rem;
}

.mod-modal .modal-element#modal4 table.modal-table {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 10px;
  border: none;
}
.mod-modal .modal-element#modal4 table.modal-table th {
  width: 13%;
  vertical-align: top;
}

.mod-modal .modal-element#modal4 table.modal-table td {
  width: 87%;
}
.mod-modal .modal-element#modal4 ol {
  margin: 0;
}
.mod-modal .modal-element#modal4 ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.mod-modal .modal-element#modal4 ol li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}
.mod-modal .modal-element#modal4 span.bold {
	font-weight: bold;
	text-decoration: underline;
}
/* 2022.10.12 end */

@media screen and (max-width: 767px) {
  .mod-modal {
    padding: 0 15px;
  }
  .mod-modal .modalWin-content {
    padding: 0;
    font-size: 13px;
  }
  .mod-modal .modal-element#modal1, .mod-modal .modal-element#modal2, .mod-modal .modal-element#modal3, .mod-modal .modal-element#modal4 {
    padding: 20px 25px;
  }
  .mod-modal .modal-element#modal1 .modal-text, .mod-modal .modal-element#modal2 .modal-text, .mod-modal .modal-element#modal3 .modal-text, .mod-modal .modal-element#modal4 .modal-text {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .mod-modal .modal-element#modal1 .modal-head, .mod-modal .modal-element#modal2 .modal-head, .mod-modal .modal-element#modal3 .modal-head, .mod-modal .modal-element#modal4 .modal-head {
    margin-bottom: 20px;
  }
  .mod-modal .modal-element#modal1 .modal-img, .mod-modal .modal-element#modal2 .modal-img, .mod-modal .modal-element#modal3 .modal-img, .mod-modal .modal-element#modal4 .modal-img {
    width: 80%;
    margin: 0 auto;
  }
  .mod-modal .modal-element#modal1 .modal-title, .mod-modal .modal-element#modal2 .modal-title, .mod-modal .modal-element#modal3 .modal-title, .mod-modal .modal-element#modal4 .modal-title {
    margin-top: 20px;
  }
  .mod-modal .modal-element#modal1 .modal-fig, .mod-modal .modal-element#modal2 .modal-fig, .mod-modal .modal-element#modal3 .modal-fig, .mod-modal .modal-element#modal4 .modal-fig {
    width: 80%;
    margin: 20px auto 0;
    margin-top: 20px;
  }

/* 2022.10.12 add */
.mod-modal .modal-element#modal4 .modal-head {
  font-size: 1.8rem;
}
.mod-modal .modal-element#modal4 .modal-subhead {
  font-size: 1.6rem;
}
.mod-modal .modal-element#modal4 .modal-subtitle {
  font-size: 1.4rem;
}
.mod-modal .modal-element#modal4 .modal-text {
  margin-bottom: 20px;
}
.mod-modal .modal-element#modal4 table.modal-table {
  font-size: 1.4rem;
}
.mod-modal .modal-element#modal4 table.modal-table tr,
.mod-modal .modal-element#modal4 table.modal-table th,
.mod-modal .modal-element#modal4 table.modal-table td {
  display: block;
  width: 100%;
}
/* 2022.10.12 end */

}

.modal-element {
  display: none;
}


/* 2021.05.10 add */
p.um-gridOnsen__ttl02 {
	margin-top: 45px;
}
p.um-gridOnsen__ttl02 span.ttl_onsen {
	font-weight: bold;
	font-size: 2.3rem;
}
div.um-gridOnsen__img02 {
	margin-top: 30px;
}
div.um-gridOnsen__img02 img {
	width: 500px;
}

@media screen and (max-width: 767px) {
	p.um-gridOnsen__ttl02 {
		margin-top: 45px;
		text-align: center;
	}
	p.um-gridOnsen__ttl02 span.ttl_onsen {
		font-size: 1.5rem;
	}
	div.um-gridOnsen__img02 {
		margin-top: 15px;
	}
}

.Momidokoro {
    background: #dcdcdc;
    margin: 30px 0 0;
    padding: 15px 20px;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
}


/* 2021.05.10 end */