@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/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&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
 * ========================================================================= */
/* ------------------------------------
 * Font
 * --------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-content {
  font-family: 'Noto Serif JP', serif;
  color: #5a5129;
  background: #fcfaf5;
}

.ul-contentHead, .ul-contentBody {
  position: relative;
}

.ul-contentHead {
  z-index: 1;
}

.ul-contentBody {
  z-index: 0;
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section__inner {
  max-width: 1240px;
}

.um-section[data-type="option"] {
  padding: 50px 0 100px;
  position: relative;
  background: #fcfdfc;
}

.um-section[data-type="option"]::before {
  width: 100%;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/special/anniversary/images/bg_option.png);
  background-repeat: repeat-x;
  content: '';
}

.um-section[data-type="premium"] {
  padding: 50px 0 100px;
}

.um-section[data-type="premium"] .um-section__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .um-section[data-type="option"] {
    padding: 25px 0 30px;
  }
  .um-section[data-type="option"]::before {
    height: 36px;
    background-image: url(/special/anniversary/images/bg_option_sp.png);
  }
  .um-section[data-type="premium"] {
    padding: 25px 0 50px;
  }
}

/* ============================================================================
 * Module
 * ========================================================================= */
/* ------------------------------------
 * Heading
 * --------------------------------- */
/* Intro */
.um-hdgIntro {
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 767px) {
  .um-hdgIntro {
    width: 250px;
  }
}

/* General */
.um-hdgLv2__img, .um-hdgLv2__txt {
  margin: 0 auto;
  display: table;
}

.um-hdgLv2__txt {
  margin-top: 45px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.um-hdgLv2__txt span {
  margin: 20px 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 767px) {
  .um-hdgLv2__img {
    width: 100px;
  }
  .um-hdgLv2__txt {
    margin-top: 17px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .um-hdgLv2__txt span {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: normal;
  }
}

/* ------------------------------------
 * Navigation
 * --------------------------------- */
.um-navPage {
  width: 100%;
  max-width: 850px;
  margin: 70px auto 0;
  display: table;
}

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

.um-navPage__list li {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .um-navPage {
    max-width: 100%;
    margin-top: 35px;
  }
  .um-navPage__list li img {
    width: 50px;
  }
}

/* ------------------------------------
 * Box
 * --------------------------------- */
/* RoomBox */
.um-boxRoom {
  margin: 40px 0 0;
}

.um-boxRoom__inner {
  padding: 16px 0 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #000;
}

.um-boxRoom__inner:hover, .um-boxRoom__inner:focus, .um-boxRoom__inner:active {
  opacity: 1;
}

.um-boxRoom__img {
  height: 600px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  background-image: url(/special/anniversary/images/bg_premium.jpg);
  background-position: center center;
  background-size: cover;
}

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

.um-boxRoom__txt br.is-sp {
  display: none;
}

.um-boxRoom__link {
  margin: 15px 0 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .um-boxRoom__inner {
    padding: 8px 0 20px;
  }
  .um-boxRoom__img {
    height: 300px;
    background-image: url(/special/anniversary/images/bg_premium_sp.jpg);
  }
  .um-boxRoom__img img {
    width: 235px;
  }
  .um-boxRoom__txt {
    padding: 15px 10px 0;
    font-size: 1rem;
  }
  .um-boxRoom__txt br.is-sp {
    display: block;
  }
  .um-boxRoom__link {
    margin-top: 10px;
    font-size: 1rem;
    transform: scale(0.9);
  }
}

/* ContactBox */
.um-boxContact {
  margin: 60px auto 0;
  display: table;
}

.um-boxContact__inner {
  max-width: 720px;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .um-boxContact {
    margin-top: 20px;
    padding: 0 20px;
  }
}

/* ------------------------------------
 * List
 * --------------------------------- */
/* EventList */
div.um-listEvent__listInner .um-listEvent__listImg::after {
  display: none !important;
}

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

.um-listEvent__item {
  margin: 150px 0 0;
  position: relative;
}

.um-listEvent__item::after {
  width: 402px;
  height: 5px;
  margin: 0 0 0 -201px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  background-image: url(/special/anniversary/images/fig_event.png);
  content: '';
}

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

.um-listEvent__item:nth-child(odd) .um-listEvent__mainHdg::before {
  width: 71px;
  height: 103px;
  margin: -40px 0 10px;
  left: 20px;
  background-image: url(/special/anniversary/images/fig_event_head_01.png);
}

.um-listEvent__item:nth-child(even) .um-listEvent__mainHdg::before {
  width: 90px;
  height: 63px;
  margin: -10px 0 10px;
  background-image: url(/special/anniversary/images/fig_event_head_02.png);
}

.um-listEvent__body {
  padding: 160px 0 30px;
  position: relative;
  background: #f9f7ed;
}

.um-listEvent__body::after {
  width: 100%;
  height: 100%;
  margin: 0 -10000%;
  padding: 0 10000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f9f7ed;
  content: '';
}

.um-listEvent__bodyHdg {
  margin: 0 0 30px;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  display: block;
}

.um-listEvent__main {
  width: 100%;
  margin: 0 0 -100px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.um-listEvent__mainBody {
  padding: 0 0 0 100px;
  order: 2;
}

.um-listEvent__mainBody .um-listEvent__mainImg {
  display: none;
}

.um-listEvent__mainImg {
  max-width: 400px;
  order: 1;
}

.um-listEvent__mainHdg {
  font-size: 2.3rem;
  line-height: 1;
}

.um-listEvent__mainHdg::before {
  position: relative;
  display: block;
  content: '';
}

.um-listEvent__mainHdg span {
  display: block;
}

.um-listEvent__mainHdg span + span {
  margin: 10px 0 0 10px;
}

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

.um-listEvent__list {
  margin: 0 0 0 -30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.um-listEvent__listItem {
  width: 33.33333%;
  padding: 0 0 0 30px;
}

.um-listEvent__listInner {
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
}

.um-listEvent__listImg {
  display: block;
  position: relative;
}

.um-listEvent__listImg::after {
  width: 35px;
  height: 36px;
  position: absolute;
  bottom: -15px;
  right: 6px;
  z-index: 0;
  background-image: url(/special/anniversary/images/icn_arrow.png);
  content: '';
}

.um-listEvent__listTxt {
  margin: 0 0 0 1em;
  text-indent: -1em;
  padding: 7px 15px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .um-listEvent {
    padding: 40px 0 0;
  }
  .um-listEvent__item {
    margin-top: 40px;
  }
  .um-listEvent__item::after {
    width: 201px;
    height: 2px;
    margin: 0 0 0 -100px;
    background-size: 201px 2px;
  }
  .um-listEvent__item:nth-child(odd) .um-listEvent__mainHdg::before {
    width: 35px;
    height: 51px;
    margin: 0 auto 10px;
    left: 0;
    background-size: 35px 51px;
  }
  .um-listEvent__item:nth-child(even) .um-listEvent__mainHdg::before {
    width: 45px;
    height: 32px;
    margin: 0 auto 10px;
    background-size: 45px 32px;
  }
  .um-listEvent__main {
    margin: 0 0 -100px;
    padding: 0 0 30px;
    display: block;
  }
  .um-listEvent__mainBody {
    padding: 0;
  }
  .um-listEvent__mainBody .um-listEvent__mainImg {
    display: block;
  }
  .um-listEvent__mainImg {
    max-width: 185px;
    margin: 0 auto;
    display: none;
  }
  .um-listEvent__mainHdg {
    margin: 0 auto 25px;
    font-size: 1.5rem;
    display: table;
  }
  .um-listEvent__mainHdg span {
    display: block;
    text-align: center;
  }
  .um-listEvent__mainHdg span + span {
    margin: 5px 0 0;
  }
  .um-listEvent__mainTxt {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
  }
  .um-listEvent__mainTxt br {
    display: none;
  }
  .um-listEvent__body {
    padding-top: 100px;
  }
  .um-listEvent__bodyHdg {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .um-listEvent__list {
    margin: 0;
    padding: 0 13px;
    display: block;
  }
  .um-listEvent__listItem {
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
  }
  .um-listEvent__listItem:first-child {
    margin-top: 0;
  }
  .um-listEvent__listInner {
    font-size: 1rem;
  }
  .um-listEvent__listImg::after {
    width: 24px;
    height: 24px;
    bottom: -10px;
    right: 6px;
    background-size: 24px 24px;
  }
  .um-listEvent__listTxt {
    padding-top: 5px;
  }
}

/* OptionList */
.um-listOption {
  margin: 80px 0 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.um-listOption__item {
  width: 33.33333%;
  margin: 100px 0 0;
  padding: 0 0 0 50px;
}

.um-listOption__item:nth-child(-n+3) {
  margin-top: 0;
}

.um-listOption__inner {
  padding: 2.5vw 0 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.um-listOption__hdg {
  width: 100%;
/*  font-size: 1.5vw;*/
  font-size: 1vw;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.um-listOption__txt {
  margin: 15px 0 0;
  font-size: 1.3rem;
  text-align: left;
}

.um-listOption__txt span {
  color: #8c6239;
}

.um-listOption__btn {
  padding: 2px 15px 3px;
  font-size: 1.2rem;
  display: table;
  border-radius: 15px;
  background: #e6e6d2;
}

.um-listOption__price {
  margin: 20px 0 0;
  padding: 10px 0 0;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #aba793;
}

.um-listOption__price span {
  font-size: 1.3rem;
  font-weight: normal;
}

.um-listOption__notes {
  margin: 5px 0 0;
  font-size: 1.2rem;
}

.um-listOption__body {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .um-listOption {
    margin: 40px 0 0;
    display: block;
  }
  .um-listOption__item {
    width: 100%;
    margin-top: 35px;
    padding: 0 10px;
  }
  .um-listOption__item:nth-child(-n+3) {
    margin-top: 35px;
  }
  .um-listOption__item:first-child {
    margin-top: 0;
  }
  .um-listOption__inner {
    padding: 0;
  }
  .um-listOption__hdg {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.6rem;
    position: relative;
  }
  .um-listOption__img {
    display: block;
  }
  .um-listOption__img img {
    width: 100%;
  }
  .um-listOption__txt {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .um-listOption__btn {
    margin: 12px 0 0;
    padding: 1px 10px 2px;
    font-size: 1rem;
  }
  .um-listOption__price {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .um-listOption__price span {
    font-size: 1.1rem;
  }
  .um-listOption__notes {
    font-size: 1rem;
  }
}

/* ------------------------------------
 * Text
 * --------------------------------- */
/* Intro */
.um-txtIntro {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  position: relative;
}

.um-txtIntro + .um-txtIntro {
  margin-top: 60px;
}

.um-txtIntro + .um-txtIntro::before {
  width: 222px;
  height: 16px;
  margin: -35px 0 0 -111px;
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(/special/anniversary/images/fig_intro.png);
  content: '';
}

.um-txtIntro br.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-txtIntro {
    margin-top: 20px;
    font-size: 1rem;
    letter-spacing: -.05em;
  }
  .um-txtIntro + .um-txtIntro {
    margin-top: 35px;
  }
  .um-txtIntro + .um-txtIntro::before {
    width: 111px;
    height: 8px;
    margin: -20px 0 0 -55px;
    background-size: 111px 8px;
  }
  .um-txtIntro br.is-sp {
    display: block;
  }
}

/* ------------------------------------
 * Grid
 * --------------------------------- */
.um-gridOption {
  margin: 120px 0 0 -40px;
  display: flex;
  flex-wrap: nowrap;
}

.um-gridOption__body {
  width: 50%;
  padding: 0 0 0 100px;
  order: 1;
}

.um-gridOption__body .um-gridOption__img {
  display: none;
}

.um-gridOption__img {
  width: 50%;
  padding: 0 0 0 40px;
  order: 2;
}

.um-gridOption__hdg {
  margin: 0 0 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}

.um-gridOption__hdg::before {
  width: 103px;
  height: 81px;
  margin: -40px 0 40px;
  display: block;
  background-image: url(/special/anniversary/images/fig_option_head.png);
  content: '';
}

.um-gridOption__txt {
  margin: 20px 0 0;
  font-size: 1.6rem;
}

.um-gridOption__txt span {
  color: #8c6239;
}

.um-gridOption__list {
  color: #8c6239;
  display: table;
}

.um-gridOption__list > * {
  display: table-cell;
  vertical-align: top;
}

.um-gridOption__listItem {
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .um-gridOption {
    margin: 40px 0 0 0;
    display: block;
  }
  .um-gridOption__body {
    width: 100%;
    padding: 0 10px 0;
    font-size: 1rem;
  }
  .um-gridOption__body .um-gridOption__img {
    display: block;
  }
  .um-gridOption__img {
    width: 100%;
    padding: 0;
    display: none;
  }
  .um-gridOption__hdg {
    margin: 0 0 30px;
    font-size: 1.5rem;
    text-align: center;
  }
  .um-gridOption__hdg::before {
    width: 51px;
    height: 40px;
    margin: 0 auto 10px;
    background-size: 51px 40px;
  }
  .um-gridOption__txt {
    margin-top: 10px;
    font-size: 1rem;
  }
}
