<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

html {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgb(77, 77, 77);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  position: relative;
}
main::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background-image: linear-gradient(rgb(246, 239, 231), #fdf9f6, rgb(246, 239, 231), #f4dbd6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

a {
  text-decoration: none;
  color: rgb(77, 77, 77);
}

a:hover {
  text-decoration: none;
}

.color--m {
  fill: rgb(77, 77, 77);
}

.hl--lg {
  display: block;
  position: relative;
}
.hl--lg p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b6006a;
  font-size: 2em;
}
.hl--lg h2 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.hl--lg::after {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.hl--md {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 3rem;
}
.hl--sm {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hl--tn {
  font-weight: 700;
}

.ft--lg {
  font-size: 1.8em;
}
.ft--md {
  font-size: 1.4em;
}
.ft--sm {
  font-size: 0.9em;
}
.ft--en {
  font-family: "Lato", sans-serif;
}
.ft--sc {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.mb--lg {
  margin-bottom: 6rem;
}
.mb--md {
  margin-bottom: 3rem;
}
.mb--sm {
  margin-bottom: 1.5rem;
}
.mb--tn {
  margin-bottom: 0.75rem;
}

.btn--box, .btn--box-r {
  display: inline-block;
  text-align: center;
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(77, 77, 77, 0.2);
}
.btn--box a, .btn--box-r a {
  padding: 1rem 5rem;
  background-color: #FFF;
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 1.1em;
}
.btn--box a::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-top: 1px solid rgb(77, 77, 77);
  border-right: 1px solid rgb(77, 77, 77);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.2rem;
}
.btn--box-r a::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-top: 1px solid rgb(77, 77, 77);
  border-right: 1px solid rgb(77, 77, 77);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -0.2rem;
}

.box {
  background-color: #FFF;
}

.bg {
  background: rgba(253, 249, 246, 0.7);
}
.bg--wh {
  background: #FFF;
}
.bg--gr {
  background: #EEE;
}

.txt--ja {
  text-align: justify;
}

/* FADE */
.fade {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fade--move {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.5s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(0.5rem);
    -moz-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -o-filter: blur(0.5rem);
    filter: blur(0.5rem);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(0.5rem);
    -moz-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
    -o-filter: blur(0.5rem);
    filter: blur(0.5rem);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/* SLIDE */
.slide {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: 1.2s;
}
.slide--move {
  opacity: 1;
  transform: translate(0, 0);
}
.slide-r {
  opacity: 0;
  transform: translate(100px, 0);
  transition: 1.2s;
}
.slide-r--move {
  opacity: 1;
  transform: translate(0, 0);
}

/* CROSS */
.cross {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #FFF;
}
.cross::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.cross img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  transition: 1.2s;
}
.cross--move img {
  opacity: 1;
  left: 0;
}
.cross--move.cross::before {
  transform: scaleX(0);
  width: 100%;
}

/* MODAL */
.foot-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.foot-btn ul {
  width: 100%;
  display: flex;
}
.foot-btn ul li {
  width: 50%;
  text-align: center;
}
.foot-btn ul li:first-child {
  border-right: 1px solid #FFF;
}
.foot-btn ul li a {
  background-color: #b6006a;
  display: block;
  color: #FFF;
  padding: 1.5rem;
}
.foot-btn ul .tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.foot-btn ul .tel span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-left: 0.75rem;
}
.foot-btn ul .btn span {
  color: #FFF;
  font-weight: 600;
  position: relative;
  margin-right: -2em;
}
.foot-btn ul .btn span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/online.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}

/* MODAL */
.modal-open {
  cursor: pointer;
}

.lock {
  overflow: hidden;
}

.modal-content {
  position: relative;
  display: none;
  max-width: 600px;
}
.modal-content .btn--box a {
  background-color: #b6006a;
  color: #FFF;
}
.modal-content .btn--box a::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.modal-content .inner {
  background-color: #fff;
  padding: 1.5rem;
}

.notice-contents {
  overflow-y: scroll;
}

.modal-overlay {
  z-index: 100000001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal-wrap {
  z-index: 100000002;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bottom-fixed {
  line-height: 1;
  font-size: 34px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

/* -------------------------------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 979px), print {
  .pc {
    display: none;
  }

  .content {
    padding: 6rem 0;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .box {
    padding: 1.5rem;
  }

  .modal-content .btn--box {
    display: block;
    text-align: center;
  }
  .modal-content .btn--box a {
    display: block;
    width: 100%;
  }
  .modal-content .btn--box.new {
    margin-bottom: 0.75rem;
  }

  html {
    font-size: 12px;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 980px), print {
  .sp {
    display: none;
  }

  .btn--box, .btn--box-r {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .btn--box:hover, .btn--box-r:hover {
    box-shadow: 0.15rem 0.15rem 0.75rem rgba(77, 77, 77, 0.05);
  }
  .btn--box a::after {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .btn--box a:hover::after {
    right: 0.75rem;
  }
  .btn--box-r a::before {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .btn--box-r a:hover::before {
    left: 0.75rem;
  }

  .box {
    padding: 3rem;
  }

  .content {
    padding: 8rem 0;
  }

  .container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1400px), print {
  .container {
    padding: 0;
    width: calc(1400px - 3rem);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px), print {
  .container--lg {
    width: calc(1500px - 3rem);
    margin: 0 auto;
  }
}
.sign {
  width: 100%;
  position: relative;
}
.sign .img {
  content: "";
  width: calc(100% - 3rem);
  height: 100%;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.sign .container {
  height: 100%;
  position: relative;
}
.sign__wrap {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #FFF;
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(77, 77, 77, 0.2);
  display: inline-block;
  white-space: nowrap;
}
.sign__wrap p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 3em;
  letter-spacing: 0.1em;
  color: #b6006a;
  line-height: 1;
}
.sign__wrap h1 {
  font-weight: 600;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #b6006a;
}
.sign .breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1.5rem 0 1.5rem;
  background-color: #fdf9f6;
}
.sign .breadcrumb li {
  margin-right: 0.75rem;
  line-height: 1;
}
.sign .breadcrumb li a {
  font-size: 0.8em;
  color: #999;
}
.sign .breadcrumb li::after {
  margin-left: 0.75rem;
  content: "/";
  color: #999;
}
.sign .breadcrumb li:last-child {
  margin-right: 0;
}
.sign .breadcrumb li:last-child a {
  color: #b6006a;
  font-weight: 600;
}
.sign .breadcrumb li:last-child::after {
  margin-left: 0;
  content: "";
}

/* ---------------------------------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 1399px) {
  .sign {
    height: 400px;
  }
  .sign__wrap {
    padding: 1.5rem;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 1400px) {
  .sign {
    height: 420px;
  }
  .sign__wrap {
    padding: 1.5rem 3rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 99;
}
.header .logo {
  position: relative;
  z-index: 10000;
}
.header a {
  font-weight: 600;
}
.header li {
  text-align: center;
}
.header li a {
  line-height: 1.4;
}
.header li a span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b6006a;
}

/* ---------------------------------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 979px), print {
  .header {
    background-color: rgb(246, 239, 231);
  }
  .header .logo {
    width: 120px;
    padding: 0.75rem;
  }

  #nav-toggle {
    position: fixed;
    top: 28px;
    right: 20px;
    height: 20px;
    width: 30px;
    cursor: pointer;
  }
  #nav-toggle &gt; div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: black;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 7px;
  }
  #nav-toggle span:nth-child(3) {
    top: 14px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 14px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  #gloval-nav {
    pointer-events: none;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav .global-nav {
    padding-bottom: 9rem;
  }
  #gloval-nav .global-nav li {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav .global-nav li a {
    display: block;
    padding: 1rem 0;
    transition: color 0.6s ease;
  }

  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    pointer-events: auto;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition: transform 0.6s;
  }
  .open #gloval-nav li {
    opacity: 1;
  }
  .open #gloval-nav li:last-child {
    margin-top: 3rem;
    text-align: center;
  }
  .open #gloval-nav li:last-child a {
    background-color: #b6006a;
    color: #FFF;
    position: relative;
    line-height: 2;
    padding: 1.75rem 6rem;
  }
  .open #gloval-nav li:last-child a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/common/online.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    margin-right: 0.75rem;
  }

  #nav-toggle {
    z-index: 1000;
  }

  #gloval-nav {
    z-index: 11;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 980px), print {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(246, 239, 231);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    width: 140px;
    padding: 0 0.75rem 0 1.5rem;
  }
  .header ul {
    display: flex;
    align-items: center;
  }
  .header ul li a {
    display: inline-block;
    padding: 1rem 1.5rem;
  }
  .header ul li:last-child {
    margin-left: 1.5rem;
  }
  .header ul li:last-child a {
    background-color: #b6006a;
    color: #FFF;
    position: relative;
    line-height: 2;
    padding: 1.75rem;
    padding-left: 3.65em;
  }
  .header ul li:last-child a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/common/online.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.15em;
    left: 2em;
  }
}
.footer {
  position: relative;
}
.footer__reception .information .hl--sm {
  border-bottom: 1px solid #b6006a;
  color: #b6006a;
}
.footer__reception .information .hl--sm span {
  font-size: 0.7em;
  font-family: "Cormorant Garamond", serif;
  margin-left: 0.75rem;
}
.footer__reception .information .logo {
  width: 150px;
  margin-bottom: 1.5rem;
}
.footer__reception .information dl {
  display: flex;
  margin-bottom: 0.75rem;
}
.footer__reception .information dl dt::after {
  content: "：";
}
.footer__reception .information dl dd a {
  font-weight: 700;
  color: #b6006a;
  text-decoration: underline;
}
.footer__reception .consultation {
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(77, 77, 77, 0.2);
  background-color: #FFF;
}
.footer__reception .reception-time table {
  margin-bottom: 0.75rem;
}
.footer__reception .reception-time tr {
  border-bottom: 1px solid #999;
}
.footer__reception .reception-time td, .footer__reception .reception-time th {
  text-align: center;
  vertical-align: middle;
}
.footer__reception .reception-time th {
  font-weight: 600;
}
.footer__reception .reception-time th .ft-en {
  font-weight: 700;
}
.footer__reception .reception-time .open {
  color: #b6006a;
}
.footer__reception .reception-time .ft--sm {
  display: flex;
  justify-content: space-between;
}
.footer__reception .contact .hl {
  font-size: 1.4em;
  font-weight: 600;
  color: #b6006a;
  position: relative;
  padding-left: 64px;
}
.footer__reception .contact .hl::before {
  content: "";
  width: 50px;
  height: 15.1805px;
  background: url("../img/common/obj-contact.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__reception .contact .tel {
  margin-bottom: 0.75rem;
}
.footer__reception .contact .tel a {
  font-family: "Lato", sans-serif;
  color: #b6006a;
  font-weight: 700;
}
.footer__reception .contact .tel a span {
  font-size: 1.8em;
  font-family: "Lato", sans-serif;
  color: #b6006a;
  font-weight: 700;
  margin-left: 0.75rem;
}
.footer__reception .contact .btn {
  text-align: center;
}
.footer__reception .contact .btn a {
  background-color: #b6006a;
  padding: 1.5rem;
  display: block;
}
.footer__reception .contact .btn a span {
  color: #FFF;
  font-weight: 600;
  position: relative;
  margin-right: -2em;
}
.footer__reception .contact .btn a span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/online.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}
.footer__nav a {
  font-size: 0.9em;
  font-weight: 600;
  color: #b6006a;
}
.footer__nav .copyright {
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  color: #b6006a;
}
.footer .pagetop {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.footer .pagetop a {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
.footer .pagetop a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.15rem 0 0 -0.25rem;
}

/* ---------------------------------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 979px), print {
  .footer {
    padding-bottom: 5rem;
  }
  .footer__reception .information {
    margin-bottom: 1.5rem;
  }
  .footer__reception .information .logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__reception .information .txt {
    padding: 0 1.5rem;
  }
  .footer__reception .information .txt span {
    display: none;
  }
  .footer__reception .consultation {
    padding: 1.5rem;
  }
  .footer__reception .consultation .contact {
    margin-bottom: 1.5rem;
  }
  .footer__reception .reception-time {
    margin-bottom: 3rem;
  }
  .footer__reception .reception-time table {
    width: 100%;
  }
  .footer__reception .reception-time td, .footer__reception .reception-time th {
    padding: 0.75rem 0;
  }
  .footer__nav {
    padding-bottom: 2rem;
  }
  .footer__nav nav {
    padding: 1.5rem;
    margin-bottom: 6rem;
  }
  .footer__nav nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1rem;
  }
  .footer__nav nav ul li a {
    padding: 1.5rem;
  }
  .footer__nav .copyright {
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 980px), print {
  .footer__reception .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
  }
  .footer__reception .information .logo {
    margin-right: 3rem;
  }
  .footer__reception .consultation {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__reception .consultation .contact {
    margin-left: 3rem;
    padding-left: 3rem;
    border-left: 1px solid #b6006a;
  }
  .footer__reception .reception-time tr:first-child td, .footer__reception .reception-time tr:first-child th {
    padding: 0 1.5rem 0.75rem 0;
  }
  .footer__reception .reception-time td, .footer__reception .reception-time th {
    padding: 0.75rem 1.5rem 0.75rem 0;
  }
  .footer__nav .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
  .footer__nav .container::before {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #b6006a;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer__nav .container::after {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #b6006a;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer__nav .wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav .wrap::before {
    content: "";
    width: 120px;
    height: 17.2475px;
    background: url("../img/common/obj-footer.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .footer__nav ul {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav ul li {
    margin-right: 1.5rem;
  }
  .footer__nav ul li:last-child {
    margin-right: 0;
  }
}
.sign .img {
  background: url("../img/access/bg.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 979px), print {
  .place__sec01 .img {
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem;
  }
  .place__sec01 .txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 980px), print {
  .place__sec01 {
    display: flex;
    align-items: center;
  }
  .place__sec01 .img {
    content: "";
    width: 55%;
    height: 480px;
  }
  .place__sec01 .txt {
    width: 39%;
    max-width: 495px;
    margin-left: 7rem;
    padding-right: 1.5rem;
  }
}

.access__sec01 .address {
  margin-bottom: 0.75rem;
}
.access__sec01 .address a {
  font-weight: 700;
  color: #b6006a;
  text-decoration: underline;
}
.access__sec01 .tel {
  margin-bottom: 1.5rem;
}
.access__sec01 .tel a {
  font-family: "Lato", sans-serif;
  color: #b6006a;
  font-weight: 700;
}
.access__sec01 .tel a span {
  font-size: 1.8em;
  font-family: "Lato", sans-serif;
  color: #b6006a;
  font-weight: 700;
  margin-left: 0.75rem;
}
.access__sec01 .parking {
  padding: 1.5rem 0;
  border-top: 1px solid #efcfb7;
  border-bottom: 1px solid #efcfb7;
}
.access__sec01 .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 36%;
  position: relative;
}
.access__sec01 .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* -------------------------------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 979px), print {
  .place__sec01 .img {
    background: url("../img/access/place-01.jpg") no-repeat center center;
    background-size: cover;
  }

  .access__sec01 .txt {
    margin-bottom: 1.5rem;
  }
  .access__sec01 .map {
    padding-bottom: 56.25%;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 980px), print {
  .place__sec01 .img {
    background: url("../img/access/place-01.jpg") no-repeat center center;
    background-size: cover;
  }

  .access__sec01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .access__sec01 .map {
    width: 47%;
  }
  .access__sec01 .txt {
    width: 47%;
  }
}</pre></body></html>