@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* dialog */
/* ============================================ */
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: auto;
  font-size: 62.5%; /*10px*/
}

body {
  background-color: #fff;
  color: #393b3f;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: 500 !important;
}

.clear {
  clear: both;
}

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

ul {
  padding: 0;
  list-style: none;
}

.inlineBlock {
  display: inline-block;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e6e9;
  color: #fff;
  text-align: center;
}

.color-bk {
  color: #1f1f1f !important;
}
.color-main {
  color: #72b8da !important;
}
.color-point {
  color: #3073bb !important;
}
.color-point2 {
  color: #eb6f3c !important;
}

.bg-base {
  background: #f3f2ed !important;
}
.bg-box {
  background: #eff0f2 !important;
}
.bg-gray {
  background: #e2e6e9 !important;
}
.bg-main-light {
  background: #d5eaf4 !important;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.price {
  font-size: 1.2rem;
  line-height: 1.4;
}
.price strong {
  margin: 0 0.1em;
  color: #395071;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: -1px;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}
.annotation li {
  margin-top: 0.4em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

a {
  position: relative;
  color: #0778a4;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:visited, a:active {
  color: #0778a4;
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
}
a.linkLine, .linkLine a {
  text-decoration: underline;
}
a.linkLine:hover, .linkLine a:hover {
  text-decoration: none;
}
a.linkColorB {
  color: #1f1f1f;
}
a.linkColorB:hover {
  color: #0778a4;
}

.arrow, .arrow-back {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
}
.arrow::before, .arrow-back::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}

.arrow-back::before {
  transform: rotate(-135deg);
  left: 0.3em;
}

.linkBox,
.linkBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scale {
  overflow: hidden;
  background: #000;
}
.scale img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.scale:hover {
  opacity: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.scale:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.scale .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-scale {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.bg-scale:hover {
  text-shadow: 0 0 10px rgb(0, 0, 0);
  opacity: 1;
}
.bg-scale:hover:after {
  opacity: 0.9;
  transform: scale(1.1);
}
.bg-scale .inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
}

svg {
  margin: -0.2em 8px 0 0;
  width: 20px;
  height: 20px;
  fill: #1f1f1f;
}
svg.ico-blank {
  margin: -0.5em 0.1em 0;
  height: 0.7em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.imgFit {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  background: #eff0f2;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgCont {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  display: block;
  background: #eff0f2;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noPhoto,
a .noPhoto,
a:hover .noPhoto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #ccc !important;
  white-space: nowrap;
  text-decoration: none;
}

.noPhotoSvg,
a .noPhotoSvg,
a:hover .noPhotoSvg {
  width: 90px;
  height: 15px;
  margin: 0;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* 共通--------------------------------------------------------------- */
/* _estate.scss -------------------------------------------------- */
.estate-list .estate-link {
  display: block;
}
.estate-list a {
  color: #393b3f !important;
  text-decoration: none !important;
}
.estate-list a:hover .estate-block {
  background: #d5eaf4;
  transition: all 0.2s ease;
}
.estate-list a .thumb-icon-list {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.estate-list a .thumb-icon-list > * {
  margin-left: 6px;
  width: 70px;
}
.estate-list.-tateuri > li .add {
  color: #76797e;
}
.estate-list.-tateuri > li .add .area-set {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
}
.estate-list.-tateuri > li .add .area-set svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 4px;
}
.estate-list.-tateuri > li .add .area-set .area-text {
  flex-grow: 1;
}
.estate-list.-tateuri > li .add .area-set .area-text p {
  margin: 4px 0 0;
  line-height: 1.4em;
}
.estate-list.-tateuri > li .btn-block {
  display: block;
  position: relative;
}
.estate-list.-tateuri > li .btn-block .actionBtn01 {
  font-size: 1.8rem;
}
.estate-list.-tateuri > li .btn-block.-bubble .bubble {
  margin: 0;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}
.estate-list.-tateuri > li .btn-block.-bubble .actionBtn01 {
  margin: 0;
}
.estate-block {
  background: #eff0f2;
  transition: all 0.2s ease;
}
.estate-info .name {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.estate-info .name::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.estate-info .madori {
  margin: 0;
  color: #395071;
  font-weight: bold;
}
.estate-info .add {
  color: #76797e;
  font-size: 1.2rem;
  line-height: 1.2;
}
.estate-ico {
  display: flex;
}
.estate-ico-text {
  flex: 1 0 0%;
}
.estate-ico-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #c0c1c5;
  border-radius: 50%;
  margin: 4px 0 0 16px;
  width: 48px;
  height: 48px;
}
.estate-data {
  font-size: 1.4rem;
}
.estate-data > li {
  margin-bottom: 8px;
  margin-left: 28px;
  text-indent: -28px;
}
.estate-data > li.box {
  margin-left: 0;
  text-indent: 0;
}
.estate-facility {
  display: flex;
  flex-wrap: wrap;
}
.estate-facility > li {
  margin: 4px 4px 0 0;
  padding: 1px 4px;
  background: #f8f9fa;
  color: #76797e;
  font-size: 1rem;
}
.estate-faq {
  margin-top: 40px;
}
.estate-faq .faq-item > dt {
  flex: 0 0 auto;
  margin-right: 15px;
}
.estate-aria-desc {
  font-size: 14px;
  margin-top: 40px;
}

.youtube {
  position: relative;
  width: 100%;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.youtube.-tate {
  max-width: 400px;
  margin: 0 auto;
}
.youtube.-tate iframe {
  aspect-ratio: 542/964;
}
.youtube.-sddefault {
  max-width: 680px;
  margin: 0 auto;
}
.youtube.-sddefault iframe {
  aspect-ratio: 542/964;
}
.youtube_ico {
  width: 64px;
  height: 64px;
  fill: #e2041b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.youtube_time {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 4px 16px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.youtube_time.-sddefault {
  right: 40px;
}

.detail-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detail-column {
  position: relative;
}
.detail-column .menu-tab {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.detail-info {
  color: #1f1f1f;
}
.detail-info > li {
  text-indent: -28px;
  margin-left: 28px;
}
.detail-info > li .sub {
  margin-left: 28px;
}
.detail-info > li.has-link > span {
  padding-right: 0.5em;
}
.detail-info > li.has-link > a {
  padding-right: 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.detail-info > li.has-link > a:hover {
  text-decoration: none;
}
.detail-info > li.has-link > a:last-of-type {
  padding-right: 0;
}
.detail-info > li.map, .detail-info > li.vr {
  display: flex;
  align-items: center;
}
.detail-info > li.map > .link-label > a, .detail-info > li.vr > .link-label > a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.detail-info > li.map > .link-label > a:hover, .detail-info > li.vr > .link-label > a:hover {
  text-decoration: none;
}
.detail-info > li .mapBtn {
  text-indent: 0;
}
.detail-info p {
  margin: 0;
}
.detail-info p:not(.mapBtn) {
  flex: 1 0 0%;
}
.detail-info .vr-btn.submitBtn01 {
  background-color: #FCF001;
  border: none;
  padding: 9px 4px 8px;
}
.detail-ttl {
  font-weight: bold;
  text-align: center;
}
.detail-Gmap {
  background: #eff0f2;
  position: relative;
}
.detail-location {
  display: flex;
  flex-wrap: wrap;
}
.detail-location p.data {
  color: #76797e;
  text-align: right;
  line-height: 1;
}
.detail-location p.ttl {
  display: inline;
  color: #1f1f1f;
  font-weight: bold;
}
.detail-location p.date {
  display: inline-block;
}
.detail-location_text {
  border-bottom: 1px solid #eff0f2;
}
.detail-location_text > li {
  border-top: 1px solid #eff0f2;
}
.detail-location_text dl {
  display: flex;
  align-items: flex-start;
}
.detail-location_text dt {
  width: 5em;
  background: #eff0f2;
  text-align: center;
}
.detail-location_text dd {
  flex: 1 0 0%;
}
.detail-nav-ttl {
  font-weight: bold;
}
.detail-nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.detail-nav li {
  border: 1px solid #c0c1c5;
  background: #e2e6e9;
  color: #76797e;
  border-radius: 4px;
}
.detail-nav li a {
  display: block;
  background: #fff;
  border-radius: 4px;
  color: #393b3f;
  font-weight: bold;
}
.detail-nav li a:hover {
  text-decoration: none;
  background: #72b8da;
  color: #fff;
}
.detail-nav li.cr {
  background: #72b8da;
  color: #fff;
  border-color: #72b8da;
}
.detail-nav li.cr a {
  background: #72b8da;
  color: #fff;
}

.kukaku-info {
  background: #e2e6e9;
  display: flex;
}
.kukaku-info > dt {
  color: #1f1f1f;
}
.kukaku-info.kukaku-acTriger:hover {
  background: #d5eaf4;
}
.kukaku-data dl {
  display: flex;
}
.kukaku-data dd {
  color: #575a5f;
  font-weight: bold;
}
.kukaku-detail .madori-zu {
  border: 1px solid #c0c1c5;
  text-align: center;
}
.kukaku-detail .madori-zu a {
  display: block;
}
.kukaku-ico svg {
  fill: #395071;
}

.desc-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.desc-full {
  max-width: 1160px;
  margin: 40px auto 0;
  padding: 0 8px;
}

.consultation-list > div + * {
  margin-top: 2em;
}
.consultation-list > div dt {
  font-weight: bold;
}
.consultation-list > div dd {
  margin-top: 0.5em;
  margin-left: 0;
}

.basicAreaTateuri {
  display: block;
  padding: 40px 0;
}

.gray-list {
  margin: 0;
}
.gray-list > li {
  display: flex;
}
.gray-list a {
  display: block;
  background: #eff0f2;
  color: #393b3f;
}
.gray-list a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.gray-list dt {
  font-weight: bold;
}
.gray-list dt .sub {
  display: block;
  color: #76797e;
  font-weight: 500;
}
.gray-list dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.gray-list dd {
  margin: 0;
}

.shc-ttl {
  color: #72b8da;
  text-align: center;
}
.shc-ttl img {
  display: block;
  margin: 0 auto;
}
.shc-copy {
  color: #1f1f1f;
  text-align: center;
}
.shc-concept {
  background: #575a5f;
  color: #fff;
  background: url("../img/tateuri/bg_concept.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.shc-concept .ttl02 {
  color: #fff;
}
.shc-concept .ttl02 .en {
  color: #fff;
}
.shc-concept-in {
  background: rgba(87, 90, 95, 0.6);
}
.shc-katachi-ttl {
  font-weight: 400;
  text-align: center;
}
.shc-katachi-in figure {
  margin: 0;
}
.shc-gselect-ttl {
  text-align: center;
}
.shc-gselect-text {
  color: #1f1f1f;
  text-align: center;
}
.shc-gselect-list {
  display: flex;
  text-align: center;
  color: #1f1f1f;
}
.shc-gselect-list figure {
  margin: 0;
}
.shc-gselect-list p {
  margin: 0;
}
.shc-gselect-list .glow {
  background: #c2c294;
}
.shc-gselect-list .with {
  background: #edadad;
}
.shc-gselect-list .smart {
  background: #8dccde;
}
.shc-gselect-point p {
  margin: 0;
}
.shc-gselect-point .combo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shc-gselect-point .combo-x {
  transform: rotate(-45deg);
  width: 100px;
  height: 100px;
  margin: 16px;
  font-size: 0;
  position: relative;
}
.shc-gselect-point .combo-x::before {
  content: "";
  width: 100px;
  height: 4px;
  background: #e2e6e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.shc-gselect-point .combo-x::after {
  content: "";
  width: 4px;
  height: 100px;
  background: #e2e6e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.city-list > li {
  display: flex;
  align-items: flex-start;
}
.city-list dl {
  flex: 1 0 0%;
}
.city-list dt {
  font-weight: bold;
}
.city-list dt .sub {
  display: block;
  color: #76797e;
  font-weight: 500;
}
.city-list dd {
  margin: 0;
}

.tenji-head_info .pName {
  background: #eff0f2;
  display: flex;
  line-height: 1.4;
}
.tenji-head_info .pName dt {
  width: 3.5em;
  font-weight: bold;
}
.tenji-head_info .pName dd {
  flex: 1 0 0%;
  margin: 0;
}
.tenji-equList {
  display: flex;
  flex-wrap: wrap;
}
.tenji-equList > li {
  background: #d5eaf4;
  margin: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tenji-rsv-data {
  background: #fff;
}
.tenji-rsv-data dt {
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.tenji-rsv-data dt svg {
  fill: #c0c1c5;
}
.tenji-rsv-data dd {
  margin: 0;
}
.tenji-about-vr .ttl {
  color: #72b8da;
  font-weight: bold;
  text-align: center;
}
.tenji-madori .madori-wrapper {
  position: relative;
}
.tenji-madori .madori-list {
  text-align: center;
}
.tenji-madori .madori-list a {
  color: #393b3f;
}
.tenji-madori .madori-list a:hover {
  text-decoration: none;
}
.tenji-madori .madori-list .madori {
  background: #fff;
  border: 1px solid #c0c1c5;
}
.tenji-madori .madori-list .ttl {
  font-weight: bold;
  text-align: center;
}
.tenji-covid {
  background: #f3f2ed;
  text-align: center;
}
.tenji-covid dd {
  margin: 0;
}
.tenji-covid .covid-ttl {
  font-weight: bold;
}
.tenji-covid .covid-ttl strong {
  display: block;
}
.tenji-covid_ini {
  background: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.tenji-covid_ini dt {
  color: #395071;
  font-weight: bold;
}
.tenji-covid_ini .ini-list {
  display: flex;
  justify-content: center;
  color: #72b8da;
}
.tenji-covid .text {
  font-weight: bold;
  opacity: 0.6;
}
.tenji-covid_merit {
  font-weight: bold;
}
.tenji-covid_merit dt {
  color: #3073bb;
  font-weight: bold;
}
.tenji-covid_merit dt strong {
  color: #eb6f3c;
}
.tenji-covid_merit .merit-list {
  display: flex;
  justify-content: center;
}
.tenji-covid_merit .merit-list > li {
  background: #fff;
  color: #eb6f3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenji-voice .text {
  background: #d5eaf4;
  border-radius: 4px;
}
.tenji-voice > li {
  display: flex;
}
.tenji-voice > li::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/ico/ico_people01.png");
  background-size: 60px 60px;
}
.tenji-voice > li.ico-w::before {
  background: url("../img/ico/ico_people02.png");
  background-size: 60px 60px;
}
.tenji-voice > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.tenji-voice > li .text {
  flex: 1 0 0%;
}

.event-cont .date {
  margin-bottom: 0;
  color: #939599;
  text-align: right;
}

.sumi-data .kukaku-data::before {
  margin-bottom: 8px;
  display: inline-block;
  content: "";
  width: 320px;
  max-width: 100%;
  height: 2px;
  background: #eff0f2;
}
.sumi-price {
  display: flex;
}
.sumi-price dl {
  display: flex;
}
.sumi-info .madorizu {
  border: 1px solid #e2e6e9;
}

.related-list {
  margin: 0;
}
.related-list .block {
  margin: 0;
  border: 1px solid #c0c1c5;
  display: flex;
}
.related-list a {
  flex: 1 0 0%;
  display: flex;
  color: #393b3f;
  transition: all 0.2s ease;
}
.related-list a:hover {
  background: #d5eaf4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.related-list figure {
  padding: 0;
}
.related-list-block {
  flex: 1 0 0%;
  display: flex;
}
.related-list-info {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.related-list-info .name {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.related-list-info .price {
  margin: auto 0 0;
  line-height: 1.2;
}
.related-list-info .add {
  margin: 8px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* _style.scss -------------------------------------------------- */
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, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  /* font-size: 12px; * /
  /*font-weight: bold;*/
  border: 0px;
}

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

a {
  color: inherit;
}

a:visited {
  color: #000;
}

img {
  line-height: 1;
}

/* Font-Size */
.cap {
  font-size: 10px;
  line-height: 130%;
  color: #666666;
  margin-top: 5px;
}

.cap_w {
  font-size: 10px;
  line-height: 130%;
  color: #CCCCCC;
}

.cap a {
  font-size: 10px;
  line-height: 130%;
  text-decoration: underline;
}

.cap a:hover {
  font-size: 10px;
  line-height: 130%;
  text-decoration: none;
}

.f_80 {
  font-size: 80%;
}

.f_85 {
  font-size: 85%;
}

.f_90 {
  font-size: 90%;
}

.f_95 {
  font-size: 95%;
}

.f_110 {
  font-size: 110%;
}

.f_115 {
  font-size: 115%;
}

.f_120 {
  font-size: 120%;
}

.f_125 {
  font-size: 125%;
}

.f_130 {
  font-size: 130%;
}

.f_135 {
  font-size: 135%;
}

.f_140 {
  font-size: 140%;
}

.f_145 {
  font-size: 145%;
}

.f_150 {
  font-size: 150%;
}

.f_155 {
  font-size: 155%;
}

.f_160 {
  font-size: 160%;
}

.f_165 {
  font-size: 165%;
}

.f_170 {
  font-size: 170%;
}

.f_175 {
  font-size: 175%;
}

.f_180 {
  font-size: 180%;
}

.f_185 {
  font-size: 185%;
}

.f_190 {
  font-size: 190%;
}

.f_195 {
  font-size: 195%;
}

.f_200 {
  font-size: 200%;
}

.f_210 {
  font-size: 210%;
}

.f_220 {
  font-size: 220%;
}

.f_230 {
  font-size: 230%;
}

.f_240 {
  font-size: 240%;
}

.f_250 {
  font-size: 250%;
}

.f_260 {
  font-size: 260%;
}

.f_270 {
  font-size: 270%;
}

.f_280 {
  font-size: 280%;
}

.f_290 {
  font-size: 290%;
}

.f_300 {
  font-size: 300%;
}

.f_350 {
  font-size: 350%;
}

.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.width00 {
  width: 0px !important;
}

.height00 {
  height: 0px !important;
}

.width05 {
  width: 5px !important;
}

.height05 {
  height: 5px !important;
}

.width10 {
  width: 10px !important;
}

.height10 {
  height: 10px !important;
}

.width15 {
  width: 15px !important;
}

.height15 {
  height: 15px !important;
}

.width20 {
  width: 20px !important;
}

.height20 {
  height: 20px !important;
}

.width25 {
  width: 25px !important;
}

.height25 {
  height: 25px !important;
}

.width30 {
  width: 30px !important;
}

.height30 {
  height: 30px !important;
}

.width35 {
  width: 35px !important;
}

.height35 {
  height: 35px !important;
}

.width40 {
  width: 40px !important;
}

.height40 {
  height: 40px !important;
}

.width45 {
  width: 45px !important;
}

.height45 {
  height: 45px !important;
}

.width50 {
  width: 50px !important;
}

.height50 {
  height: 50px !important;
}

.width55 {
  width: 55px !important;
}

.height55 {
  height: 55px !important;
}

.width60 {
  width: 60px !important;
}

.height60 {
  height: 60px !important;
}

.width65 {
  width: 65px !important;
}

.height65 {
  height: 65px !important;
}

.width70 {
  width: 70px !important;
}

.height70 {
  height: 70px !important;
}

.width75 {
  width: 75px !important;
}

.height75 {
  height: 75px !important;
}

.width80 {
  width: 80px !important;
}

.height80 {
  height: 80px !important;
}

.width85 {
  width: 85px !important;
}

.height85 {
  height: 85px !important;
}

.width90 {
  width: 90px !important;
}

.height90 {
  height: 90px !important;
}

.width95 {
  width: 95px !important;
}

.height95 {
  height: 95px !important;
}

.width100 {
  width: 100px !important;
}

.height100 {
  height: 100px !important;
}

.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_28 {
  width: 28% !important;
}

.w_31 {
  width: 31% !important;
}

.w_33 {
  width: 33% !important;
}

.w_48 {
  width: 48% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

.col2, .col3, .col4, .col5, .col6, .col7 {
  display: flex;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.ac {
  text-align: center !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.nav {
  zoom: 1;
}

.nav:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

ul {
  list-style: none;
}

img {
  display: block;
}

.p_r {
  position: relative;
}

.p_a {
  position: absolute;
}

.p_r .cap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.p_r .cap_top {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 10px;
  line-height: 130%;
}

em {
  font-style: normal;
  font-weight: bold;
}

img.ac {
  display: block;
  margin: 0 auto;
}

.pc {
  display: block;
}

.pc_tb {
  display: block;
}

.sp {
  display: none;
}

.fl_sp {
  float: left;
}

.fr_sp {
  float: right;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

img.w100 {
  width: 100%;
}

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

a:hover {
  opacity: 0.8;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.wrapper_s {
  max-width: 1200px;
}

.wrapper {
  max-width: 1400px;
}

.wrapper_w {
  max-width: 1600px;
}

.wrapper_z {
  max-width: none;
}

.wrapper_s, .wrapper, .wrapper_w, .wrapper_z {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_pop_cap {
  width: 100%;
  max-width: 730px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

main {
  background: #F6F4F0;
  padding-bottom: 2%;
  margin-top: 100px;
}

ul.btn {
  width: 50%;
  margin: 3% auto;
}

header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  background: #F6F4F0;
  align-items: center;
}

@-moz-document url-prefix() {
  header {
    background: rgba(255, 255, 255, 0.7);
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.header_inner .logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_inner .logo a p img {
  width: 100%;
  height: 30px;
  margin: 0 10px 0 0;
}

.burger_icon {
  display: none;
}

.header_inner .headerlink_aria {
  display: flex;
  align-items: center;
  margin-top: -2px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.header_inner .headerlink_aria ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff;
}

.header_inner .headerlink_aria ul li {
  position: relative;
  display: flex;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 1px 0 0;
}

.header_inner .headerlink_aria ul li a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}

.header_inner .headerlink_aria ul li p {
  margin: 0 20px;
}

.formlink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.formlink ul li {
  margin: 1rem;
  width: 100%;
  max-width: 500px;
  border: 1px solid 666;
  box-shadow: 5px 5px 0px #ccc;
  transition: 0.3s;
}

.request a, .reserve a {
  color: #fff !important;
}

.header_inner .headerlink_aria {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.3rem 0rem;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 400;
}

.header_inner .headerlink_aria ruby {
  display: block;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}

/*.menu-trigger {display: none;}*/
.standby {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
}

header {
  height: 100px;
  position: fixed;
  width: 100%;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.header_inner .logo a {
  font-size: 3vw;
}

.header_inner .logo a img {
  width: 100%;
  margin: 0 10px 0 0;
  /* height: 25px; */
  max-width: 394px;
  display: block;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 25px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  top: -7px;
  right: 0;
}

.menu-trigger:focus:not(:focus-visible) {
  outline: none;
}

.menu-trigger::before,
.menu-trigger::after {
  content: "";
}

.menu-trigger::before,
.menu-trigger::after,
.menu-trigger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 4px;
  transform-origin: 50% 50%;
  transition: 0.2s;
}

.menu-trigger::before {
  top: 10px;
  left: 0;
  transform: rotate(45deg) scaleX(0);
}

.menu-trigger::after {
  top: 10px;
  right: 0;
  transform: rotate(-45deg) scaleX(0);
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  left: 0;
  transition-delay: 0.2s;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
  left: 0;
  transition-delay: 0.2s;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transition-delay: 0.2s;
}

.menu-trigger.active::before {
  transform: rotate(45deg) scaleX(1);
  transition-delay: 0.2s;
}

.menu-trigger.active::after {
  transform: rotate(-45deg) scaleX(1);
  transition-delay: 0.2s;
}

.menu-trigger.active span {
  transform: scaleX(0);
  transition-delay: 0s;
}

.menu-trigger p {
  position: absolute;
  left: 0;
  bottom: -20px !important;
  color: #333 !important;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

.headerlink_aria {
  display: none !important;
}

.menu-trigger figure {
  margin: 3rem auto 0;
}

nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  margin: auto;
  height: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 244, 240) 100%);
  transition: all 0.5s;
}

nav ul {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0.5rem 0 !important;
}

nav li {
  width: calc(14.2857142857% - 12px);
  position: relative;
  box-sizing: border-box;
  margin: 6px;
  padding: 0;
  text-align: center;
  line-height: 1;
  transition: all 0.5s;
}

nav li:nth-child(even) {
  border-right: none;
}

nav li:hover {
  transition: all 0.5s;
}

nav li a {
  min-width: 110px;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 1.6rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  border: none;
  margin: auto;
  display: none;
}

nav li button {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  border: none;
  margin: auto;
  line-height: 1.5;
}

nav li a, nav li button {
  letter-spacing: 0.2vw;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
  color: #000;
  text-shadow: 0 0 3px #9f9f9f;
  margin: 1px;
}

nav li a ruby {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 6px;
  text-align: center;
}

nav li.off a {
  pointer-events: none;
  font-weight: 300;
  opacity: 0.2;
}

nav .active {
  margin: -1px;
  border-image: #fff;
  border-image-slice: 0 0 2 0;
  border-bottom: none;
  pointer-events: none;
  background: #cad9e3;
}

nav li a.new::after {
  position: absolute;
  left: 0;
  top: -9px;
  content: "NEW";
  background-color: #d40000;
  color: #fff;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  font-size: 0.9rem;
  font-weight: 400;
}

.header_inner {
  padding: 0 1rem;
}

nav.open {
  display: block;
  transform: translateZ(0);
  opacity: 0;
  animation: nav_open 0.7s 0s forwards;
  transition: all 0.5s;
}

@keyframes nav_open {
  from {
    transform: translateY(0);
    opacity: 0;
    height: 0;
  }
  to {
    transform: translateY(1);
    opacity: 1;
    height: auto;
  }
}
nav.close {
  animation: nav_close 0.5s 0s forwards;
}

@keyframes nav_close {
  from {
    transform: translateY(1);
    opacity: 1;
    height: auto;
  }
  to {
    transform: translateY(0);
    opacity: 0;
    height: 0;
  }
}
nav li:nth-of-type(4) a {
  letter-spacing: 0;
}

.menu-trigger.active {
  background: none;
  border: none;
}

nav li a.new::before {
  top: 40px;
}

nav li a.new::after {
  top: 0;
}

.navi_c2:hover,
.navi_c2 a {
  transition: all 0.5s;
  color: #000;
}

.navi_c3 a {
  background: #c7ad7f;
  transition: all 0.5s;
  color: #fff;
}

.navi_c3:hover {
  background: #c98c50;
  transition: all 0.5s;
}

nav li::before, nav li::after,
nav li span::before,
nav li span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #666;
}

nav li::before {
  right: 0;
  top: 0;
  height: 1px;
  width: 0%;
  transition: width 300ms;
}

nav li::after {
  right: 0;
  top: 0;
  height: 0%;
  width: 1px;
  transition: height 300ms;
}

nav li span::before {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  transition: width 300ms;
}

nav li span::after {
  left: 0;
  bottom: 0;
  height: 0%;
  width: 1px;
  transition: height 300ms;
}

nav li:hover::before {
  width: 100%;
}

nav li:hover::after {
  height: 100%;
}

nav li:hover span::before {
  width: 100%;
}

nav li:hover span::after {
  height: 100%;
}

.off:hover::before {
  width: 0%;
}

.off:hover::after {
  height: 0%;
}

.off:hover span::before {
  width: 0%;
}

.off:hover span::after {
  height: 0%;
}

.res_gnavi1 {
  display: none;
}

.wrapper_breadcrumb {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
}

.breadcrumb {
  list-style: none;
  max-width: 1170px;
  margin: 0 auto 50px;
  padding: 10px 30px;
  font-size: 12px;
  /*float: left;*/
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li::after {
  content: ">";
  padding: 0 1em;
}

.breadcrumb li:last-child::after {
  content: none;
}

.col2 li {
  width: 50%;
}

.col3 li {
  width: 33.3333333333%;
}

.col4 li {
  width: 25%;
}

.merit {
  width: 96%;
  max-width: 1200px;
  margin: 2vw auto;
  padding: 2rem;
}

.contact {
  padding: 35px 0;
  background: #e7e7e7;
}

.contact .ttl-main, .contact .en {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  color: #0669a7 !important;
  font-size: 3rem;
}

.contact p {
  margin: 0;
  color: #0669a7;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

.contact-list {
  max-width: 950px;
  margin: 4rem auto 3rem;
  display: flex;
  justify-content: center;
}

.contact-list > li {
  width: calc(50% - 2vw);
  margin: 0 8px;
}

.contact-list > li:first-child {
  background: #ab6e00;
  border: 1px solid rgba(10, 39, 84, 0.2);
}

.contact-list > li:last-child {
  background: #fff;
  border: 1px solid rgba(10, 39, 84, 0.2);
}

.contact a.btn, .contact a.btn-action, .contact a.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A2754;
  text-align: center;
  font-weight: bold;
}

.contact a.btn-submit {
  color: #fff;
}

.contact a.btn, .contact a.btn-action, .contact a.btn-submit {
  height: 64px;
  font-size: 2rem;
  border-radius: -2px;
}

.contact svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
  fill: #0A2754;
}

.contact svg:not(:root) {
  overflow: hidden;
}

.contact a.btn-submit svg {
  fill: #fff;
}

.contact a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

footer h2 {
  margin: 0% auto 0%;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 1.1rem;
  text-align: center;
}

footer {
  padding: 0;
}

footer .bnr_aria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .bnr_aria li {
  padding: 1rem;
}

footer .cap {
  padding: 1.5rem 0;
  letter-spacing: 0.1em;
}

footer .company_data {
  width: 100%;
  margin-top: 0px;
  z-index: 999;
}

footer .company_data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 2rem 0;
}

footer #footer_bnr {
  border-bottom: 3px solid #ccc;
}

footer .company_data li {
  padding: 1rem 3rem;
}

footer .company_data li img {
  width: 100%;
}

footer .company_data li:first-child {
  max-width: 730px;
}

footer .company_data li:nth-child(2) {
  max-width: 550px;
}

footer .company_data li:last-child {
  max-width: 540px;
}

footer .company_data li:last-child figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .company_data li:last-child figure figcaption {
  min-width: 50px;
}

footer p small {
  text-align: center;
  font-size: 10px;
  width: 100%;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 6px 0;
  color: #666;
  margin: 20px auto;
}

footer .f_menu {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #b8b8b8;
  border-bottom-color: #b8b8b8;
  padding: 10px;
}

footer .f_menu ul {
  overflow: hidden;
}

footer .f_menu li a {
  width: 11.1111%;
  float: left;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b8b8b8;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
}

footer .f_menu li p {
  width: 11.1111%;
  float: left;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b8b8b8;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}

footer .f_menu li:first-child a {
  border-left-width: 0px;
}

footer .f_menu li:first-child p {
  border-left-width: 0px;
}

footer .f_menu li a:hover {
  color: #d00251;
  text-decoration: underline;
}

.bottomfix {
  display: none;
}

.link_aria a p {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 0.5rem;
  text-align: center;
}

.link_aria a p span {
  color: #999;
}

.tel_aria a p {
  text-align: center;
}

.tel_aria a p:first-of-type {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
}

.tel_aria a p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5rem;
  line-height: 1.1;
  white-space: nowrap;
}

.tel_aria a p:nth-of-type(3) {
  font-size: 10px;
  padding: 0;
}

.tel_aria a p:nth-of-type(2) img {
  display: block;
  width: 15%;
  margin: 0;
}

#sp_menu {
  display: none;
  z-index: 999991;
}

#sp_list {
  display: none;
  z-index: 999999;
}

.Menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

.Menu .logo {
  max-width: 380px;
  margin: 0 auto;
  padding: 20px 0;
}

.Menu__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
}

li.Menu__nav__item {
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #3b424f;
  border-right-color: #3b424f;
  border-bottom-color: #3b424f;
}

li.Menu__nav__item:last-child {
  border-right: none;
}

li.Menu__nav__item a, li.Menu__nav__item img {
  width: 100%;
}

.Menu__list {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.Menu__list__back {
  position: relative;
  width: 100%;
  height: 100vh;
}

.Menu__list ul {
  padding: 100px 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.Menu__list ul li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d00251;
  line-height: 50px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  width: 42%;
  margin-left: 5%;
  text-align: center;
  float: left;
}

.Menu__list ul li p {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3a3a3a;
  line-height: 50px;
  font-size: 14px;
  color: #3a3a3a;
  width: 42%;
  margin-left: 5%;
  text-align: center;
  float: left;
}

.Menu__list .Menu__list__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  z-index: 999;
}

.Menu__list .Menu__list__close a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.Menu__list .Menu__list__close a img {
  width: 100%;
  height: 100%;
}

.calendar {
  max-width: 900px;
  margin: 0 auto 40px;
  /* display: none; */
}

.calendar h3 {
  background-color: #d00251;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 10px;
}

.calendar .txt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.calendar .txt i {
  font-size: 16px;
  vertical-align: middle;
}

.calendar table {
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
  border-spacing: 0;
}

.calendar table th, .calendar table td {
  vertical-align: middle;
  padding: 3px 0;
  border: solid 1px #d0d0d0;
  font-size: 20px;
  width: 12.5%;
  text-align: center;
  background-color: #ffffff;
}

.calendar table th {
  line-height: 1;
  padding: 5px 0;
}

.calendar table th small {
  font-size: 14px;
}

.calendar table th.sun {
  color: #bc4937;
}

.calendar table th.sat {
  color: #0041a3;
}

.calendar table td {
  font-size: 22px;
  /* padding: 0px 0 5px; */
  background-color: #ffffff;
  color: #333333;
}

.calendar table td:first-child {
  font-size: 18px;
}

.calendar table td i {
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 18px;
}

.calendar table td.close {
  background-color: #e7e7e7;
  color: #333333;
}

.calendar table td.full {
  background-color: #e2e2e2;
  font-size: 18px;
}

.calendar table td.full i {
  color: #000000;
}

.calendar table td a i {
  text-decoration: underline;
}

.calendar table td.little a i {
  color: #2367c6;
}

.calendar table td.able a i {
  color: #bc4937;
}

.shiny-btn1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.shiny-btn1:hover {
  text-decoration: none;
}

.shiny-btn1::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.f_white {
  color: #fff !important;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  background: #000;
  opacity: 0.4;
  border-radius: 50%;
  z-index: 9999;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

body {
  margin: 0;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #fffafa 50%, #e4f0ff 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 7s;
}

.bg3 {
  animation-duration: 8s;
}

.content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.25em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  left: 50%;
  padding: 10vmin;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@media screen and (max-width: 1600px) {
  .wrapper_b {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    width: 95%;
  }
  article {
    margin-top: 120px;
  }
  .res_gnavi1 {
    display: block;
  }
  .link_aria a p {
    font-size: 1vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 1vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 6vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper_s {
    width: 95%;
  }
  .wrapper_pop_cap {
    width: 90%;
  }
  article {
    margin-top: 170px;
  }
  nav li {
    width: 30%;
  }
  nav li a, nav li button {
    font-size: 2vw;
  }
  .navi_c3 {
    width: 60%;
  }
  .res_gnavi1 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc_tb {
    display: none;
  }
  .main .cap {
    font-weight: 8px;
  }
  article {
    margin-top: 120px;
  }
  .burger_icon span {
    position: absolute;
    left: 40%;
    width: 20%;
    height: 2px;
    background-color: #333;
  }
  nav {
    top: 6rem;
  }
  .col2, .col3 {
    flex-wrap: wrap;
  }
  .col2 li, .col3 li, .col4 li {
    width: 100%;
  }
  .contact p {
    font-size: 5vw;
  }
  .contact a.btn, .contact a.btn-action, .contact a.btn-submit {
    width: 84vw;
  }
  .link_aria a p {
    font-size: 2.5vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 2.5vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 11vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 2.5vw;
  }
}
/* _estate_kukaku.scss -------------------------------------------------- */
.kukaku-data .kukaku-data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.kukaku-data .kukaku-data-list li {
  box-sizing: border-box;
}
.kukaku-data .kukaku-data-list p {
  color: #76797e;
  font-size: 1.2rem;
  margin: 0px;
}

.kukaku-data .kukaku-data-list dd, .kukaku-data .kukaku-data-list dt {
  margin: 0;
}

.theta-block .theta-list a:visited {
  color: #000000;
}
.theta-block .theta-list span {
  font-weight: bold;
}
.theta-block .theta-Btn {
  display: block;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  color: #000000;
  background: #fff;
}
.theta-block .theta-Btn svg {
  width: 50px;
  height: 40px;
  margin-left: 8px;
  fill: #0778a4;
  color: #0778a4;
}
.theta-block .theta-Btn svg:last-child {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 60%;
  left: 88%;
  fill: #707070;
}
.theta-block .theta-Btn:hover {
  background: #fff;
  border: 1px solid #3073BB;
  text-decoration: none;
}

/* _slider.scss -------------------------------------------------- */
.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.2s ease;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  transition: all 0.2s ease;
  background: #fff;
}
.swiper-pagination.pagination-blue {
  margin: 4px auto 0;
  position: initial;
}
.swiper-pagination.pagination-blue .swiper-pagination-bullet {
  margin: 0 2px;
  width: 24px;
  height: 4px;
  background: #eff0f2;
  border: none;
  border-radius: 0;
}
.swiper-pagination.pagination-blue .swiper-pagination-bullet-active, .swiper-pagination.pagination-blue .swiper-pagination-bullet:hover {
  background: #72b8da !important;
}
.bg-box .swiper-pagination.pagination-blue .swiper-pagination-bullet, .bg-base .swiper-pagination.pagination-blue .swiper-pagination-bullet {
  background: #fff;
}
.swiper-button-next, .swiper-button-prev {
  color: #393b3f;
  background: none;
  transition: all 0.2s ease;
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 3px #393b3f;
  border-right: solid 3px #393b3f;
  transform: rotate(45deg);
  margin: -15px 0 0 -10px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  transition: all 0.2s ease;
  opacity: 0;
}
.swiper-button-prev {
  transform: rotate(180deg);
}

.event-list .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
}
.event-list .swiper-pagination-bullet {
  margin: 0 !important;
  width: 120px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  transition: all 0.2s ease;
  border: none;
}
.event-list .swiper-pagination-bullet-active, .event-list .swiper-pagination-bullet:hover {
  transition: all 0.2s ease;
  background: #c0c1c5;
}
.event-list .block {
  display: flex;
  background: #fff;
}
.event-list .block a {
  display: flex;
  flex-direction: column;
  color: #393b3f;
}
.event-list .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.event-list .block figure {
  margin: 0 0 16px;
}
.event-list .block .imgFit img {
  object-position: top center;
}
.event-list .block-info {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.event-list .block-info p {
  line-height: 1.4;
}
.event-list .block-info .date {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.event-list .block-info .ttl {
  flex: 1 auto;
  margin: 0;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: bold;
}
.event-list .block-info .add {
  margin: 16px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}
.event-list .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #76797e;
}

.event-list2 .block {
  display: flex;
  background: #fff;
}
.event-list2 .block a {
  width: 100%;
  display: flex;
  color: #393b3f;
}
.event-list2 .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.event-list2 .block figure {
  margin: 0 16px 0 0;
}
.event-list2 .block .imgFit img {
  object-position: top center;
}
.event-list2 .block-info {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
}
.event-list2 .block-info p {
  line-height: 1.4;
}
.event-list2 .block-info .date {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.event-list2 .block-info .ttl {
  flex: 1 auto;
  margin: 0;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: bold;
}
.event-list2 .block-info .add {
  margin: 16px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}
.event-list2 .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #76797e;
}

.detail-mainPh .block {
  text-align: center;
}
.detail-mainPh .block.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
.detail-mainPh .imgFit {
  padding: 0;
}
.detail-mainPh .imgFit img {
  object-fit: fill;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}
.detail-item .block {
  color: #1f1f1f;
}
.detail-item .block figure {
  padding: 0;
}

.tenji-ph .block {
  color: #1f1f1f;
}
.tenji-ph .block figure {
  padding: 0;
}
.tenji-ph .block .ttl {
  font-weight: bold;
  text-align: center;
}

.kv-bnr {
  margin: 0 auto;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _estate.scss -------------------------------------------------- */
  .estate-list {
    display: flex;
    flex-wrap: wrap;
  }
  .estate-list > li {
    display: flex;
    margin: 0 24px 24px 0;
    width: calc(25% - 18px);
  }
  .estate-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .menu-area-block .estate-list > li {
    margin: 0 24px 24px 0;
    width: 304px;
  }
  .menu-area-block .estate-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .estate-list a {
    display: block;
    width: 100%;
  }
  .estate-list.-tateuri {
    gap: 72px 40px;
  }
  .estate-list.-tateuri > li {
    width: 460px;
    margin: 0;
    flex-direction: column;
  }
  .estate-list.-tateuri > li .estate-link:hover {
    background: rgba(213, 234, 244, 0.8);
  }
  .estate-list.-tateuri > li .imgFit {
    padding-top: 260px;
  }
  .estate-list.-tateuri > li .name {
    font-size: 2rem;
  }
  .estate-list.-tateuri > li .copy {
    height: 3.2em;
    font-size: 1.8rem;
    color: #76797e;
  }
  .estate-list.-tateuri > li .add {
    padding: 16px 0 36px;
    border-top: dotted #c0c1c5 1px;
  }
  .estate-list.-tateuri > li .btn-block {
    padding: 0;
  }
  .estate-list.-tateuri > li .btn-block .actionBtn01 {
    width: 100%;
  }
  .estate-list.-tateuri > li .btn-block.-bubble .bubble {
    width: 220px;
    top: -32px;
  }
  .estate-list.-tateuri > li .btn-block.-bubble:hover .bubble img {
    opacity: 1;
  }
  .estate-block {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .estate-info {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
  }
  .estate-info .name {
    margin: 0 0 12px;
    padding: 0 0 12px;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .estate-info .madori {
    font-size: 2rem;
  }
  .estate-info .price {
    margin: 0;
  }
  .estate-info .add {
    margin: 12px 0 0;
  }
  .estate-tenji {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .estate-tenji > li {
    width: auto !important;
    margin: 0 !important;
  }
  .estate-tenji .estate-info {
    padding: 0;
  }
  .estate-tenji .estate-info-inn {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .estate-tenji .name {
    margin: 16px;
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 12px 16px 16px;
  }
  .estate-tenji .estate-data li {
    display: flex;
    text-indent: 0;
    margin-left: 0;
  }
  .estate-tenji .estate-data li svg {
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data li button {
    text-align: left;
    background-color: transparent;
    border: none;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .estate-tenji .estate-data li button:hover {
    text-decoration: none !important;
  }
  .estate-tenji .estate-photo-link {
    order: -1;
    display: block;
    position: relative;
  }
  .estate-tenji .estate-photo-link > img {
    aspect-ratio: 100/66;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 240, 0, 0.8);
    width: 120px;
    height: 40px;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr img {
    width: 94px;
  }
  .estate-tenji .estate-amazon-btn {
    margin: 0;
    margin-top: auto;
    padding-top: 32px;
    text-indent: 0;
    position: relative;
  }
  .estate-tenji .estate-amazon-btn button {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }
  .estate-tenji .estate-amazon-btn img {
    width: 200px;
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 1;
  }
  .estate-tenji .estate-amazon-btn .actionBtn01 {
    width: 100%;
    margin-top: 0;
  }
  .estate-tenji.smallList {
    grid-template-columns: repeat(3, 1fr);
  }
  .estate-tenji.smallList .name:first-child {
    margin-top: 16px;
  }
  .estate-faq {
    margin-top: 60px;
  }
  .estate-faq .faq-item > dt {
    margin-right: 20px;
  }
  .estate-faq .faq-item > dd {
    width: 100%;
  }
  .estate-aria-desc {
    font-size: 16px;
    margin-top: 60px;
  }
  .desc-full {
    margin-top: 80px;
  }
  .consultation-list > div {
    display: flex;
  }
  .consultation-list > div dt {
    font-weight: bold;
  }
  .consultation-list > div dd {
    margin-top: 0.5em;
    margin-left: 0;
  }
  .detail-title-icon-vr {
    display: inline-flex;
    align-items: center;
    color: #1f1f1f;
    transform: translateY(-3px);
    margin-left: 50px;
  }
  .detail-title-icon-vr:hover {
    text-decoration: none;
  }
  .detail-title-icon-vr .detail-title-icon-vr-label {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .detail-title-icon-vr .detail-title-icon-vr-label span {
    text-decoration: underline;
    padding-left: 0.5em;
  }
  .detail-title-icon-vr:hover .detail-title-icon-vr-label span {
    text-decoration: none;
  }
  .detail-title-icon-vr .detail-title-icon-vr-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF001;
    border: solid 1px #D3D0FC;
    border-radius: 4px;
    width: 80px;
    height: 36px;
    margin-left: 20px;
  }
  .detail-title-icon-vr .detail-title-icon-vr-icon img {
    width: 66px;
  }
  .detail-youtube {
    width: 900px;
    margin: 40px auto;
    text-align: center;
  }
  .detail-column {
    margin: 64px 0 0;
  }
  .detail-column .menu-tab {
    margin: 0 auto;
    padding: 0 0 16px;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  .detail-column .menu-tab + * {
    margin-top: 48px;
  }
  .detail-info {
    margin: 24px auto;
    padding: 20px 16px;
    border-top: 1px solid #c0c1c5;
    border-bottom: 1px solid #c0c1c5;
    font-size: 1.8rem;
  }
  .detail-info > li:not(:first-child) {
    margin-top: 12px;
  }
  .detail-info > li.vr .mapBtn a {
    padding: 8px 4px 6px;
    border: solid 1px #FCF001;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .detail-info > li.vr .mapBtn a:hover {
    color: inherit;
    background-color: #fff;
    border-color: #111;
  }
  .detail-info > li.vr .mapBtn a img {
    width: 90px;
  }
  .detail-info > li .mapBtn {
    margin: -5px 0 -6px 8px;
  }
  .detail-ttl {
    margin: 0 0 32px;
    font-size: 2.4rem;
  }
  .detail-com {
    margin: 32px auto 40px;
    width: 900px;
    line-height: 2;
  }
  .detail-block {
    margin: 0 0 120px;
  }
  .detail-block-inn {
    margin: 0 0 80px;
  }
  .detail-block-top {
    margin: 80px auto;
  }
  .detail-list {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .detail-zu {
    margin: 40px auto;
    width: 900px;
    text-align: center;
  }
  .detail-map {
    margin: 40px auto;
    width: 900px;
    text-align: center;
  }
  .detail-Gmap {
    margin: 40px auto;
    width: 900px;
    height: 500px;
  }
  .detail-location {
    margin-top: -40px;
  }
  .detail-location > li {
    margin: 40px 0 0 40px;
    width: calc(25% - 30px);
  }
  .detail-location > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .detail-location figure {
    margin-bottom: 8px;
    padding: 0;
    height: 180px;
  }
  .detail-location p {
    margin: 8px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .detail-location p.data {
    margin: 4px 0;
    font-size: 1.2rem;
  }
  .detail-location p.ttl {
    font-size: 1.6rem;
  }
  .detail-location p.date {
    margin: 2px;
  }
  .detail-location_text {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-location_text > li {
    padding: 16px 0;
    width: 50%;
  }
  .detail-location_text dt {
    width: 100px;
    padding: 2px 0;
  }
  .detail-location_text dd {
    margin: 0 0 0 16px;
    padding: 2px 40px 0 0;
  }
  .detail-corp {
    width: 1200px;
    margin: 32px auto 0;
    display: flex;
  }
  .detail-corp dd {
    flex: 1 0 0%;
    margin: 0 0 0 32px;
    padding-top: 1px;
    font-size: 1.4rem;
  }
  .detail-nav {
    margin: 80px auto;
    width: 1200px;
  }
  .detail-nav-ttl {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .detail-nav-ttl svg {
    width: 24px;
    height: 24px;
  }
  .detail-nav li {
    margin: 0 8px 0 0;
    padding: 12px 32px;
  }
  .detail-nav li a {
    margin: -12px -32px;
    padding: 12px 32px;
  }
  .kukaku-list {
    letter-spacing: 0;
    margin: 40px 0;
  }
  .kukaku-list > li {
    margin: 8px 0 0;
  }
  .kukaku-info {
    padding: 24px 32px;
    align-items: center;
  }
  .kukaku-info > dd {
    margin: 0;
  }
  .kukaku-info .price {
    min-width: 190px;
    font-size: 1.4rem;
    text-align: right;
  }
  .kukaku-info .price strong {
    font-size: 2.8rem;
  }
  .kukaku-data {
    display: flex;
    justify-content: space-between;
    margin-left: 40px !important;
    width: 562px;
  }
  .kukaku-data ul {
    display: flex;
  }
  .kukaku-data li {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0;
  }
  .kukaku-data dt {
    width: 4.5em;
  }
  .kukaku-data dd {
    margin: 0;
  }
  .kukaku-icon-list {
    display: flex;
    justify-content: flex-end;
    width: 112px;
    transform: translateY(-24px);
  }
  .kukaku-icon-list > * {
    width: 54px;
  }
  .kukaku-icon-list > * + * {
    margin-left: 4px;
  }
  .kukaku-detail {
    padding: 40px 0;
  }
  .kukaku-detail .madori {
    margin: 40px auto;
    width: 900px;
  }
  .kukaku-detail .madori-zu {
    padding: 32px;
  }
  .kukaku-detail .madori-zu a {
    margin: -32px;
    padding: 32px;
  }
  .kukaku-detail .madori p {
    margin: 16px 0 0;
  }
  .kukaku-acTriger {
    cursor: pointer;
    position: relative;
    padding-right: 160px !important;
  }
  .kukaku-acTriger::after {
    content: "詳細を見る";
    color: #0778a4;
    font-size: 1.4rem;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 64px;
  }
  .kukaku-acTriger::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: solid 3px #72b8da;
    border-right: solid 3px #72b8da;
    transform: rotate(135deg);
    position: absolute;
    margin-top: -16px;
    top: 50%;
    right: 28px;
  }
  .kukaku-acTriger.active::before {
    transform: rotate(-45deg);
    margin-top: -4px;
  }
  .kukaku-ico {
    margin: 0 0 0 auto !important;
  }
  .kukaku-ico svg {
    width: 36px;
    height: 36px;
  }
  .embed-block {
    margin: 40px auto;
    width: 958px;
  }
  .gray-list {
    margin: -40px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gray-list > li {
    margin: 40px 0 0;
    width: calc(50% - 20px);
    min-height: 200px;
  }
  .gray-list > li figure {
    width: 200px;
    padding: 0;
    margin: 0;
  }
  .gray-list a {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .gray-list dl {
    flex: 1 0 0%;
    padding: 30px 24px;
  }
  .gray-list dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .gray-list dt .sub {
    margin: 0 0 4px;
    font-size: 1.2rem;
  }
  .gray-list dt::after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
    right: 16px;
  }
  .shc {
    margin: 0;
  }
  .shc-ttl {
    margin: 0 0 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  .shc-ttl img {
    margin-bottom: 40px;
  }
  .shc-mainph {
    margin: 40px auto;
    text-align: center;
  }
  .shc-copy {
    margin: 56px auto 80px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .shc-concept .ttl02 {
    margin: 0;
    padding: 40px 48px;
  }
  .shc-concept-in {
    padding: 56px 48px;
    display: flex;
  }
  .shc-concept-in .text {
    flex: 1 0 0%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .shc-concept-in .youtube {
    width: 640px;
    height: 420px;
  }
  .shc-concept-in .youtube iframe {
    width: 640px;
    height: 420px;
  }
  .shc-katachi {
    margin: 120px 80px;
  }
  .shc-katachi-ttl {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .shc-katachi-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shc-katachi p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  .shc-gselect {
    margin: 80px auto 0;
  }
  .shc-gselect-ttl {
    margin-bottom: 40px;
  }
  .shc-gselect-text {
    margin: 0 auto 40px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .shc-gselect-list {
    margin: 40px auto;
    justify-content: center;
  }
  .shc-gselect-list > li {
    width: 300px;
    margin: 0 24px;
  }
  .shc-gselect-list .text {
    padding: 32px 0;
    font-size: 2rem;
  }
  .shc-gselect-list .logo {
    margin: 0 0 12px;
  }
  .shc-gselect-point {
    margin: 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.2rem;
  }
  .city-list {
    margin: 0 0 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .city-list > li {
    margin: 0 0 56px;
    width: calc(50% - 20px);
  }
  .city-list > li figure {
    width: 240px;
    height: 160px;
    padding: 0;
    margin: 0 24px 0 0;
  }
  .city-list dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .city-list dt .sub {
    margin: 0 0 4px;
    font-size: 1.2rem;
  }
  .consultation-list > div {
    display: flex;
  }
  .consultation-list > div dt {
    flex: 0 0 auto;
    width: 180px;
    padding-right: 30px;
  }
  .consultation-list > div dd {
    width: 100%;
    margin: 0;
  }
  .tenji-head {
    margin: 40px auto;
    display: flex;
  }
  .tenji-head_ph {
    margin: 0 40px 0 0;
    width: 640px;
  }
  .tenji-head_info {
    flex: 1 0 0%;
  }
  .tenji-head_info .pName {
    margin: 0;
    padding: 12px 16px;
  }
  .tenji-head_info .detail-info {
    border: none;
    margin: 0;
    padding: 0 0 20px;
  }
  .tenji-equList {
    margin: 16px auto;
  }
  .tenji-equList > li {
    margin: 5px 5px 0 0;
    width: 100px;
    height: 100px;
  }
  .tenji-equList > li:nth-child(5n) {
    margin-right: 0;
  }
  .tenji-rsv {
    margin: 80px 0;
    padding: 48px 0;
    background: #eff0f2;
    display: flex;
    justify-content: center;
  }
  .tenji-rsv-data {
    padding: 16px 40px 16px 0;
    margin: 0;
    width: 760px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tenji-rsv-data dt {
    padding: 0 0 8px;
    flex: 1 0 0%;
    font-size: 1.8rem;
  }
  .tenji-rsv-data dt svg {
    margin: 0 0 8px;
    width: 30px;
    height: 26px;
  }
  .tenji-rsv .linkBlock {
    margin: 0 0 0 40px;
    width: 400px;
    flex-direction: column-reverse;
  }
  .tenji-rsv .linkBlock > li {
    margin: 0;
  }
  .tenji-rsv .linkBlock > li + li {
    margin-bottom: 8px;
  }
  .tenji-about-text p {
    margin: 0 auto;
  }
  .tenji-about-vr {
    margin: 80px 0 0;
  }
  .tenji-about-vr .ttl {
    margin: 0 0 32px;
    font-size: 2.4rem;
  }
  .tenji-madori .madori-list {
    display: flex;
    justify-content: center;
  }
  .tenji-madori .madori-list .block {
    margin: 0 8px;
    width: 368px;
  }
  .tenji-madori .madori-list p {
    margin: 0;
    display: inline-block;
  }
  .tenji-madori .madori-list .madori {
    margin: 0 0 8px;
  }
  .tenji-madori .swiper-container {
    width: 1152px;
    margin: 0 auto;
  }
  .tenji-madori .swiper-button-next, .tenji-madori .swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: 103px;
    margin: 0;
  }
  .tenji-madori .swiper-button-prev, .tenji-madori .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 103px;
    margin: 0;
  }
  .tenji-covid {
    padding: 80px;
  }
  .tenji-covid .covid-ttl {
    margin: 0 0 40px;
  }
  .tenji-covid .covid-ttl strong {
    font-size: 2.4rem;
  }
  .tenji-covid_ini {
    margin: 40px auto;
    padding: 48px 56px;
    width: 720px;
  }
  .tenji-covid_ini dt {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .tenji-covid_ini .ini-list > li {
    width: 100%;
    margin: 0 8px;
  }
  .tenji-covid_ini .ini-list img {
    margin: 0 0 16px;
  }
  .tenji-covid .text {
    margin: 16px 0;
  }
  .tenji-covid_merit {
    margin: 48px 0;
  }
  .tenji-covid_merit dt {
    margin: 0 0 16px;
    font-size: 2.4rem;
  }
  .tenji-covid_merit dt strong {
    margin: 0 2px;
    font-size: 4rem;
    vertical-align: -3px;
  }
  .tenji-covid_merit .merit-list > li {
    margin: 0 12px;
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
  .tenji-voice {
    margin: -40px 0 0;
    overflow: hidden;
  }
  .tenji-voice > li {
    float: left;
    margin: 40px 0 0;
    width: 580px;
  }
  .tenji-voice > li::before {
    margin: 8px 32px 0 0;
  }
  .tenji-voice > li:nth-child(2n) {
    float: right;
  }
  .tenji-voice > li:nth-child(2n)::before {
    margin: 8px 0 0 32px;
  }
  .tenji-voice > li:nth-child(2) {
    margin-top: 56px;
  }
  .tenji-voice > li .text {
    padding: 16px;
  }
  .commonParts {
    margin: 120px auto;
  }
  .commonParts-estate {
    margin: 0 auto 80px;
  }
  .commonParts-estate .estate-list {
    margin: -25px 0 0;
    justify-content: center;
  }
  .commonParts-estate .estate-list > li {
    width: calc(20% - 20px);
    height: auto !important;
    margin: 25px 0 0 25px !important;
  }
  .commonParts-estate .estate-list > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .commonParts-estate .estate-info {
    padding: 12px 12px 16px;
  }
  .commonParts-estate .estate-info .name {
    font-size: 1.6rem;
  }
  .commonParts-estate .estate-info .price strong {
    font-size: 1.8rem;
  }
  .commonParts-estate .estate-info .add {
    margin: 8px 0 0;
  }
  .commonParts-tenji {
    margin: 0 auto 80px;
  }
  .commonParts-tenji .estate-list {
    margin: -24px 0 0;
    justify-content: center;
  }
  .commonParts-tenji .estate-list > li {
    width: calc(25% - 18px);
    margin: 24px 0 0 24px;
  }
  .commonParts-tenji .estate-list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .event-detail {
    margin: 40px 0 80px;
  }
  .event-cont {
    width: 900px;
    margin: 80px auto 40px;
  }
  .event-cont p {
    margin: 24px 0;
  }
  .event-cont p.img {
    margin: 48px auto;
    text-align: center;
  }
  .sumi-main {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .sumi-main .logo {
    flex: 1 0 0%;
    text-align: center;
    margin: 0 50px 0 0;
  }
  .sumi-data {
    margin: 0;
    width: 700px;
  }
  .sumi-data .kukaku-data ul {
    display: flex;
  }
  .sumi-data .kukaku-data li {
    margin: 0 24px 0 0;
  }
  .sumi-price .price {
    margin: 0;
    align-items: flex-end;
    font-size: 1.6rem;
  }
  .sumi-price .price strong {
    font-size: 4rem;
    vertical-align: -2px;
  }
  .sumi-price-area {
    margin-left: 16px;
    padding-bottom: 7px;
    display: flex;
    align-items: flex-end;
  }
  .sumi-price-area > li {
    margin-left: 24px;
  }
  .sumi-price-area dl {
    display: flex;
    align-items: flex-end;
  }
  .sumi-price-area dt {
    width: 3em;
    padding-bottom: 3px;
  }
  .sumi-price-area .price {
    font-size: 1.4rem;
  }
  .sumi-price-area .price strong {
    font-size: 2.4rem;
    vertical-align: -2px;
  }
  .sumi-info {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .sumi-info-data {
    width: 450px;
  }
  .sumi-info-data .tenji-equList {
    margin: 0;
    justify-content: space-between;
  }
  .sumi-info-data .tenji-equList > li {
    margin: 0 0 8px 0;
    width: calc(50% - 4px);
    height: 48px;
    line-height: 1.2;
  }
  .sumi-info .maint-block {
    margin-top: 48px;
  }
  .sumi-info .maint-ttl {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    font-size: 2rem;
  }
  .sumi-info .maint-ttl::before, .sumi-info .maint-ttl::after {
    display: none;
  }
  .sumi-info .maint-text {
    margin: 8px 0 0;
    text-align: right;
    font-size: 1.2rem;
  }
  .sumi-madori {
    width: 700px;
  }
  .related-block {
    max-width: 960px;
  }
  .related-block:not(:first-child) {
    margin: 80px 0 0;
  }
  .related-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  .related-list .block {
    width: calc(50% - 12px);
  }
  .related-list figure {
    width: 180px;
    aspect-ratio: 4/3;
  }
  .related-tenji .block {
    width: 100%;
  }
  .related-tenji .related-list-block {
    display: block;
    min-height: 167px;
    align-items: flex-start;
    padding: 16px 16px 16px 212px;
  }
  .related-tenji .related-list-block .name {
    font-size: 1.6rem;
    margin: 4px 0 16px;
  }
  .related-tenji .layout_adjust {
    padding-top: 54%;
  }
  .related-tenji .layout_adjust img {
    height: none;
    top: 0%;
    left: 0%;
    transform: none;
    object-fit: fill;
  }
  .related-tenji figure {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .related-tenji .related-list-info {
    padding: 0;
  }
  .related-tenji .estate-data {
    display: flex;
    flex-wrap: wrap;
  }
  .related-tenji .estate-data > li {
    margin-right: 24px;
  }
  .related-tenji .estate-data .box {
    margin: 0;
    width: 100%;
  }
  /* _style.scss -------------------------------------------------- */
  /* _estate_kukaku.scss -------------------------------------------------- */
  /* _slider.scss -------------------------------------------------- */
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .wrapper_b {
    width: 95%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .wrapper {
    width: 95%;
  }
  article {
    margin-top: 120px;
  }
  .res_gnavi1 {
    display: block;
  }
  .link_aria a p {
    font-size: 1vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 1vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 6vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1020px) {
  .wrapper_s {
    width: 95%;
  }
  .wrapper_pop_cap {
    width: 90%;
  }
  article {
    margin-top: 170px;
  }
  nav li {
    width: 30%;
  }
  nav li a, nav li button {
    font-size: 2vw;
  }
  .navi_c3 {
    width: 60%;
  }
  .res_gnavi1 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  main {
    margin-top: 200px;
  }
  .menu-trigger {
    display: none;
  }
  nav {
    opacity: 1;
  }
  nav ul {
    background: #fff;
  }
  nav li {
    width: calc(20% - 12px);
  }
  .pcNon {
    display: none;
  }
  nav li a {
    padding: 1em 0;
    display: block;
  }
  nav .nav_top {
    display: none;
  }
  nav .nav_request {
    width: 250px;
    position: fixed;
    top: 8px;
    right: 0;
  }
  nav .nav_request a {
    padding: 0.8em 0;
  }
  nav .navi_map {
    width: 250px;
    position: fixed;
    top: 8px;
    right: 260px;
    box-shadow: inset 0 0 1px #000;
  }
  nav .navi_map a {
    background: #fff;
    padding: 0.8em 0;
  }
  .header_inner .logo {
    max-width: calc(100% - 250px - 250px - 20px);
  }
  footer .company_data li:last-child a {
    pointer-events: none;
  }
  .anime-fadein {
    opacity: 0;
  }
  .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
  .updown {
    transform: translateY(-50px);
  }
  .downup {
    transform: translateY(50px);
  }
  .sect02 {
    overflow: hidden;
  }
  .slide-right {
    transform: translateX(200px);
  }
  .slide-left {
    transform: translateX(-50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 480px) {
  .pc_tb {
    display: none;
  }
  .main .cap {
    font-weight: 8px;
  }
  article {
    margin-top: 120px;
  }
  .burger_icon span {
    position: absolute;
    left: 40%;
    width: 20%;
    height: 2px;
    background-color: #333;
  }
  nav {
    top: 6rem;
  }
  .col2, .col3 {
    flex-wrap: wrap;
  }
  .col2 li, .col3 li, .col4 li {
    width: 100%;
  }
  .contact p {
    font-size: 5vw;
  }
  .contact a.btn, .contact a.btn-action, .contact a.btn-submit {
    width: 84vw;
  }
  .link_aria a p {
    font-size: 2.5vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 2.5vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 11vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 769px) {
  .pcNon {
    display: none !important;
  }
  .inner-block {
    width: 1200px;
    margin-top: 5rem;
  }
  .outline-table {
    margin: 48px auto 0;
  }
  .outline-table tr:not(:first-child) {
    border-top: 8px solid #fff;
  }
  .outline-table th {
    padding: 16px;
  }
  .outline-table td {
    padding: 16px 0 16px 16px;
  }
  .theta-block .theta-list {
    display: flex;
    justify-content: center;
  }
  .theta-block .theta-list li {
    margin: 20px;
  }
  .theta-block .theta-list li span {
    font-size: 2.1rem;
  }
  .theta-block .theta-Btn {
    padding: 20px 0px 16px 20px;
    width: 430px;
  }
  .theta-block .theta-Btn svg {
    width: 50px;
    height: 40px;
    margin-left: 8px;
  }
  .swiper-pagination-fraction {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
  }
  .thumblist {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .thumblist-item {
    margin: 4px 6px;
    width: 90px;
    height: 60px;
  }
  .thumblist-item figure {
    width: 90px;
    height: 60px;
    padding: 0;
  }
  .thumblist-item p {
    display: none;
  }
  .thumblist-item.current {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .thumblist-item:not(.current) {
    opacity: 0.5;
  }
  .nav-img.swiper-button-prev, .nav-img.swiper-button-next {
    width: 58px;
    height: 58px;
    margin: auto 0;
    transform: rotate(0);
    top: 0;
    bottom: 0;
  }
  .nav-img.swiper-button-prev::before, .nav-img.swiper-button-next::before {
    width: 58px;
    height: 58px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: none;
    border-right: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-img.swiper-button-prev {
    left: -29px;
  }
  .nav-img.swiper-button-prev::before {
    background-image: url("../img/common/icon_nav_img_prev.svg");
    transform: rotate(0);
  }
  .nav-img.swiper-button-next {
    right: -29px;
  }
  .nav-img.swiper-button-next::before {
    background-image: url("../img/common/icon_nav_img_next.svg");
    transform: rotate(0);
  }
  .event-list {
    display: flex;
    padding-left: calc((100% - 1200px) / 2);
  }
  .event-list.swiper-container {
    padding-bottom: 56px;
  }
  .event-list .block {
    width: 242px;
    margin: 0 24px 0 0;
    padding: 16px;
  }
  .event-list .block a {
    width: calc(100% + 32px);
    margin: -16px;
    padding: 16px;
  }
  .event-list .block figure {
    padding: 0;
    height: 140px;
  }
  .event-list2 {
    width: 1200px;
    margin: -24px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .event-list2 .block {
    margin: 24px 0 0;
    width: 560px;
    padding: 16px;
  }
  .event-list2 .block:nth-child(2n) {
    margin-left: 24px;
  }
  .event-list2 .block a {
    width: calc(100% + 32px);
    margin: -16px;
    padding: 16px;
  }
  .event-list2 .block figure {
    padding: 0;
    width: 210px;
    height: 140px;
  }
  .event-list2 .block-info {
    padding: 16px 0;
  }
  .detail-mainPh {
    margin: 40px 0;
    display: flex;
    justify-content: center;
  }
  .detail-mainPh .block {
    width: 630px;
  }
  .detail-mainPh figure {
    width: 100%;
    height: auto;
  }
  .detail-mainPh p {
    margin: 12px 0 0;
    padding: 0 8px;
    line-height: 1.4;
  }
  .detail-mainPh .swiper-pagination {
    top: 385px;
    bottom: inherit;
  }
  .detail-item {
    margin: 0 auto 56px;
    width: 880px;
  }
  .detail-item .block {
    padding: 0 80px;
    width: 880px;
  }
  .detail-item .block figure {
    width: 720px;
    height: 480px;
  }
  .detail-item .block p {
    margin: 36px 0 0;
    text-align: center;
  }
  .detail-item .swiper-pagination {
    top: 492px;
    bottom: inherit;
  }
  .detail-item .swiper-button-prev,
  .detail-item .swiper-button-next {
    top: 218px;
    margin: 0;
  }
  .detail-item.js-thumb .block p {
    margin-top: 16px;
  }
  .detail-item-thumb {
    width: 900px;
    margin: -40px auto 56px;
  }
  .detail-item-thumb .block {
    width: 106px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .detail-item-thumb .block:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
  }
  .detail-item-thumb .block figure {
    padding: 0;
    width: 90px;
    height: 60px;
  }
  .detail-item-thumb .block.swiper-slide-thumb-active figure {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .detail-item.js-detail-02, .detail-item.js-detail-03, .detail-item.js-detail-04 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-item.js-detail-02 .block, .detail-item.js-detail-03 .block, .detail-item.js-detail-04 .block {
    padding: 0;
  }
  .detail-item.js-detail-02 .block p, .detail-item.js-detail-03 .block p, .detail-item.js-detail-04 .block p {
    margin: 12px 0 0;
    text-align: left;
  }
  .detail-item.js-detail-02 {
    margin-top: -40px;
    justify-content: space-between;
  }
  .detail-item.js-detail-02 .block {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
  .detail-item.js-detail-02 .block figure {
    width: 100%;
    height: 388px;
  }
  .detail-item.js-detail-03 {
    margin-top: -40px;
  }
  .detail-item.js-detail-03 .block {
    justify-content: space-between;
    width: 372px;
    margin: 40px 0 0 42px;
  }
  .detail-item.js-detail-03 .block:nth-child(3n+1) {
    margin-left: 0;
  }
  .detail-item.js-detail-03 .block figure {
    width: 372px;
    height: 248px;
  }
  .detail-item.js-detail-04 {
    margin-top: -40px;
  }
  .detail-item.js-detail-04 .block {
    width: calc(25% - 30px);
    margin: 40px 0 0 40px;
  }
  .detail-item.js-detail-04 .block:nth-child(4n+1) {
    margin-left: 0;
  }
  .detail-item.js-detail-04 .block figure {
    width: 100%;
    height: 180px;
  }
  .tenji-ph .block figure {
    width: 640px;
    height: 428px;
  }
  .tenji-ph .block p {
    margin: 4px 0 0;
    text-align: center;
  }
  .tenji-ph .block p.ttl {
    margin: 12px 0 0;
  }
  .tenji-ph-thumb {
    margin: 16px 0 0;
    padding: 0 55px;
    position: relative;
  }
  .tenji-ph-thumb .block {
    width: 106px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .tenji-ph-thumb .block:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
  }
  .tenji-ph-thumb .block figure {
    padding: 0;
    width: 90px;
    height: 60px;
  }
  .tenji-ph-thumb .block.swiper-slide-thumb-active figure {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .tenji-ph-thumb .swiper-button-next {
    right: 0;
  }
  .tenji-ph-thumb .swiper-button-prev {
    left: 0;
  }
  .tenji-ph-thumb .swiper-button-next::before,
  .tenji-ph-thumb .swiper-button-prev::before {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -6px;
  }
  .kv-cont {
    overflow: hidden;
  }
  .kv-cont-overFlowVisible {
    overflow: visible;
  }
  .kv-bnr {
    width: 100%;
    max-width: 900px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .kv-bnr img {
    max-width: 900px !important;
  }
  .kv-bnr .swiper-slide:not(.swiper-slide-active) img {
    opacity: 0.35;
    transition: all 1.2s;
  }
}
/* IE--------------------------------------------------------------- */
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _estate.scss -------------------------------------------------- */
  .youtube_time.-sddefault {
    right: 0px;
  }
  .estate-list {
    margin: 0;
  }
  .estate-list > li {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li {
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: dotted #c0c1c5 1px;
  }
  .estate-list.-tateuri > li .imgFit {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li .name {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .estate-list.-tateuri > li .copy {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li .add {
    margin: 0 0 4px;
  }
  .estate-list.-tateuri > li .btn-block {
    padding: 28px 0 0;
  }
  .estate-list.-tateuri > li .btn-block.-bubble .bubble {
    width: 200px;
  }
  .estate-info {
    padding: 16px;
  }
  .estate-info .name {
    margin: 0 0 12px;
    padding: 0 0 12px;
  }
  .estate-info .madori {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 2rem;
  }
  .estate-info .price {
    margin: 0;
    display: inline-block;
  }
  .estate-info .add {
    margin: 8px 0 0;
  }
  .estate-tenji {
    margin-left: -8px;
    margin-right: -8px;
    border-top: 1px solid rgba(192, 193, 197, 0.5);
  }
  .estate-tenji > li {
    margin: 0;
    border-bottom: 1px solid rgba(192, 193, 197, 0.5);
  }
  .estate-tenji .estate-block {
    padding: 20px 8px 24px;
    background: #fff;
  }
  .estate-tenji .estate-info {
    padding: 0;
  }
  .estate-tenji .estate-info .name {
    padding: 0;
  }
  .estate-tenji .estate-info .name::after {
    display: none;
  }
  .estate-tenji .estate-data {
    order: 2;
    flex: 1 0 0%;
    padding: 16px;
    background: #eff0f2;
  }
  .estate-tenji .estate-data li {
    display: flex;
    text-indent: 0;
    margin-left: 0;
  }
  .estate-tenji .estate-data li > svg {
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data li > button {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
  }
  .estate-tenji .estate-info-inn {
    display: flex;
    flex-direction: column;
  }
  .estate-tenji .name {
    order: 0;
  }
  .estate-tenji .estate-photo-link {
    order: 1;
    display: block;
    position: relative;
  }
  .estate-tenji .estate-photo-link > img {
    aspect-ratio: 100/66;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 240, 0, 0.8);
    width: 120px;
    height: 40px;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr img {
    width: 94px;
  }
  .estate-tenji .estate-amazon-btn {
    margin: 0;
    padding-top: 12px;
  }
  .estate-tenji .estate-amazon-btn button {
    display: block;
    border: none;
    width: 100%;
    padding: 0;
    padding-top: 16px;
    position: relative;
    text-decoration: none !important;
  }
  .estate-tenji .estate-amazon-btn img {
    width: 200px;
    position: absolute;
    top: -12px;
    right: 8px;
    z-index: 1;
  }
  .layout_adjust {
    padding-top: 54%;
  }
  .layout_adjust img {
    height: none;
    top: 0%;
    left: 0%;
    transform: none;
    object-fit: fill;
  }
  .detail-column {
    margin: 24px 0 0;
  }
  .detail-column .menu-tab {
    width: 100vw;
    margin: 0 -8px;
    padding: 0 8px 8px;
    left: 0;
    top: 64px;
    background: #fff;
  }
  .detail-column .menu-tab + * {
    margin-top: 16px;
  }
  .detail-info {
    margin: 16px auto;
    padding-top: 6px;
  }
  .detail-info > li:not(:first-child) {
    margin-top: 8px;
  }
  .detail-info > li .mapBtn {
    margin: -2px 0 -2px 8px;
  }
  .detail-ttl {
    margin: 0 0 16px;
    font-size: 1.6rem;
  }
  .detail-com {
    margin: 16px 8px 24px;
    line-height: 1.8;
  }
  .detail-block {
    margin: 0 0 40px;
  }
  .detail-block-inn {
    margin: 0 0 32px;
  }
  .detail-block-top {
    margin: 32px auto;
  }
  .detail-zu {
    margin: 16px auto;
    text-align: center;
  }
  .detail-map {
    margin: 16px auto;
    text-align: center;
  }
  .detail-Gmap {
    margin: 16px auto;
    height: 240px;
  }
  .detail-Gmap iframe,
  .detail-Gmap object,
  .detail-Gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .detail-location {
    margin-top: -24px;
    justify-content: space-between;
  }
  .detail-location > li {
    margin: 24px 0 0;
    width: calc(50% - 4px);
  }
  .detail-location figure {
    margin-bottom: 8px;
  }
  .detail-location p {
    margin: 6px 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .detail-location p.data {
    margin: 3px 0;
    font-size: 1rem;
  }
  .detail-location p.ttl {
    font-size: 1.4rem;
  }
  .detail-location p.date {
    margin: 0;
  }
  .detail-location_text > li {
    padding: 8px 0;
  }
  .detail-location_text dt {
    padding: 2px 0;
  }
  .detail-location_text dd {
    margin: 0 0 0 8px;
    padding-top: 2px;
  }
  .detail-corp {
    margin: 0;
    padding: 16px;
  }
  .detail-corp dt {
    font-size: 1.2rem;
  }
  .detail-corp dd {
    margin: 4px 0 0;
    font-size: 1rem;
  }
  .detail-nav {
    margin: 40px 16px;
  }
  .detail-nav-ttl {
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  .detail-nav li {
    margin: 2px;
    padding: 8px 16px;
  }
  .detail-nav li a {
    margin: -8px -16px;
    padding: 8px 16px;
  }
  .kukaku-list {
    letter-spacing: 0;
    margin: 16px 0;
  }
  .kukaku-list > li {
    margin: 4px 0 0;
  }
  .kukaku-info {
    padding: 12px 8px;
    flex-wrap: wrap;
    position: relative;
  }
  .kukaku-info.has-campaign-label {
    padding-bottom: 32px;
  }
  .kukaku-info > dt {
    padding-top: 6px;
    font-size: 1.2rem;
  }
  .kukaku-info > dd {
    margin: 0 0 0 8px;
  }
  .kukaku-data {
    margin: 0 !important;
  }
  .kukaku-data dd {
    margin: 0 0 0 8px;
  }
  .kukaku-data ul {
    margin: 4px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .kukaku-data li {
    margin: 2px 8px 0 0;
  }
  .kukaku-icon-list {
    display: flex;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: calc(100% - 90px);
    height: 24px;
  }
  .kukaku-icon-list > * {
    width: auto;
    height: 100%;
  }
  .kukaku-icon-list > * + * {
    margin-left: 4px;
  }
  .kukaku-icon-list > * img, .kukaku-icon-list > * picture {
    width: auto;
    height: 100%;
  }
  .kukaku-detail {
    padding: 24px 0;
  }
  .kukaku-detail .madori {
    margin: 16px 0;
  }
  .kukaku-detail .madori p {
    margin: 8px 0 0;
  }
  .kukaku-acTriger {
    padding-bottom: 32px;
    position: relative;
  }
  .kukaku-acTriger::after {
    content: "詳細を見る";
    color: #0778a4;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
    right: 32px;
  }
  .kukaku-acTriger::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(45deg);
    position: absolute;
    top: inherit;
    bottom: 13px;
    right: 16px;
  }
  .kukaku-acTriger.active::before {
    width: 12px;
    height: 2px;
    background: #72b8da;
    border: none;
    bottom: 17px;
    right: 12px;
    transform: rotate(0deg);
  }
  .kukaku-ico {
    position: absolute;
    top: 14px;
    right: 4px;
  }
  .kukaku-ico svg {
    width: 28px;
    height: 28px;
  }
  .embed-block {
    margin: 16px 0;
  }
  .basicAreaTateuri {
    display: block;
    padding: 20px 0;
  }
  .gray-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gray-list > li {
    margin: 0 0 8px;
    width: calc(50% - 4px);
  }
  .gray-list dl {
    padding: 12px 16px;
  }
  .gray-list dt {
    padding-right: 12px;
    margin-bottom: 8px;
    position: relative;
  }
  .gray-list dt::after {
    right: 0;
  }
  .gray-list dd {
    font-size: 1.2rem;
  }
  .shc {
    margin: 0;
  }
  .shc-ttl {
    margin: 0 0 16px;
    font-size: 2.4rem;
  }
  .shc-ttl img {
    width: 260px;
    margin: 0 auto 8px;
  }
  .shc-mainph {
    margin: 16px -8px;
  }
  .shc-copy {
    margin: 32px 0 40px;
  }
  .shc-concept {
    margin: 0 -8px;
    padding: 32px 8px 40px;
    background-position: 0 0;
  }
  .shc-concept-in {
    padding: 32px 0 0;
    text-align: center;
  }
  .shc-concept-in .text {
    margin: 0 0 32px;
  }
  .shc-katachi {
    margin: 40px 0 0;
    padding: 0 8px;
  }
  .shc-katachi-ttl {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .shc-katachi-in {
    position: relative;
  }
  .shc-katachi-in p {
    margin: 0;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff 0px 2px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px;
  }
  .shc-katachi-in figure {
    width: 50vw;
    height: auto;
    position: absolute;
    right: -16px;
    bottom: 0;
    z-index: -1;
  }
  .shc-katachi-in figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 10px 10px 10px #fff inset;
  }
  .shc-gselect {
    margin: 40px 0 0;
  }
  .shc-gselect-ttl {
    margin: 0 auto 24px;
    width: 140px;
  }
  .shc-gselect-text {
    margin: 0 0 24px;
  }
  .shc-gselect-list {
    margin: 24px 0;
    justify-content: space-between;
  }
  .shc-gselect-list > li:not(:first-child) {
    margin: 0 0 0 8px;
  }
  .shc-gselect-list .text {
    padding: 16px 0 12px;
    font-size: 1.2rem;
  }
  .shc-gselect-list .logo {
    margin-bottom: 4px;
  }
  .shc-gselect-list .logo img {
    width: auto;
    height: 24px;
  }
  .shc-gselect-point {
    margin: 40px 0;
    font-size: 2rem;
    text-align: center;
  }
  .shc-gselect-point .combo {
    margin: 16px 0 0;
    padding: 0 8px;
  }
  .shc-gselect-point .combo p:not(.combo-x) {
    flex: 1 0 0%;
  }
  .shc-gselect-point .combo-x {
    width: 48px;
    height: 48px;
    margin: 8px;
  }
  .shc-gselect-point .combo-x::before {
    width: 48px;
  }
  .shc-gselect-point .combo-x::after {
    height: 48px;
  }
  .city-list {
    margin: 0 0 32px;
  }
  .city-list > li {
    margin: 0 0 24px;
  }
  .city-list > li figure {
    width: 120px;
    height: 80px;
    padding: 0;
    margin: 0 12px 0 0;
  }
  .city-list dt {
    margin: 0 0 4px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .city-list dt .sub {
    margin: 0 0 2px;
    font-size: 1rem;
  }
  .city-list dd {
    font-size: 1.2rem;
  }
  .tenji-sp-vr-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    border-top: 1px solid #c0c1c5;
    padding: 10px 0;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-text span {
    text-decoration: underline;
    padding-left: 0.5em;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-icon {
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF001;
    border: solid 1px #D3D0FC;
    border-radius: 4px;
    width: 80px;
    height: 36px;
    margin-left: 10px;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-icon img {
    width: 66px;
  }
  .tenji-head_info {
    border-top: 1px solid #c0c1c5;
  }
  .tenji-head_info .pName {
    margin: 16px 0;
    padding: 8px;
  }
  .tenji-equList {
    margin: 16px auto;
  }
  .tenji-equList > li {
    width: calc(33.33% - 2.66px);
    font-size: 1.2rem;
    line-height: 1.2;
    min-height: 3.5em;
  }
  .tenji-equList > li:nth-child(3n) {
    margin-right: 0;
  }
  .tenji-rsv {
    margin: 40px 0;
  }
  .tenji-rsv-data {
    margin: 24px 0;
    padding: 0 8px;
  }
  .tenji-rsv-data dt {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
  .innerBlock .tenji-rsv-data {
    padding: 0;
  }
  .tenji-rsv .linkBlock {
    margin: 24px 0;
    padding: 8px;
    background: #eff0f2;
    display: flex;
  }
  .tenji-rsv .linkBlock > li {
    margin: 0;
  }
  .tenji-rsv .linkBlock > li + li {
    margin-left: 8px;
  }
  .tenji-rsv .linkBlock > li.tel svg {
    margin-right: 0;
  }
  .tenji-rsv .linkBlock > li:not(.tel) {
    flex: 1 0 0%;
  }
  .tenji-about-text p {
    padding: 0 8px;
  }
  .tenji-about-vr {
    padding: 32px 0 0;
  }
  .tenji-about-vr .ttl {
    padding: 0;
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  .tenji-madori .madori-list p {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
  }
  .tenji-madori .madori-list p.ttl {
    font-size: 1.4rem;
  }
  .tenji-madori .madori-list .madori {
    margin: 0 0 8px;
    padding-top: 100%;
  }
  .tenji-covid {
    padding: 32px 8px;
  }
  .tenji-covid .covid-ttl {
    margin: 0 0 16px;
  }
  .tenji-covid .covid-ttl strong {
    font-size: 1.8rem;
  }
  .tenji-covid_ini {
    padding: 16px 8px;
  }
  .tenji-covid_ini dt {
    margin: 0 0 16px;
  }
  .tenji-covid_ini .ini-list {
    font-size: 1.1rem;
  }
  .tenji-covid_ini .ini-list > li {
    width: 100%;
    margin: 0 4px;
  }
  .tenji-covid_ini .ini-list img {
    width: calc(100% - 16px);
    margin: 0 auto 8px;
  }
  .tenji-covid .text {
    margin: 16px 0;
    padding: 0 8px;
    font-size: 1.2rem;
    text-align: left;
  }
  .tenji-covid_merit {
    margin: 24px 0;
  }
  .tenji-covid_merit dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .tenji-covid_merit dt strong {
    margin: 0 2px;
    font-size: 3.2rem;
    vertical-align: -2px;
  }
  .tenji-covid_merit .merit-list > li {
    width: calc(33.33vw - 21.33px);
    height: calc(33.33vw - 21.33px);
    margin: 0 4px;
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tenji-voice {
    padding: 0 8px;
  }
  .tenji-voice > li {
    margin: 16px 0 0;
  }
  .tenji-voice > li::before {
    margin-top: 8px;
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
  .tenji-voice > li.ico-w::before {
    background-size: 24px auto;
  }
  .tenji-voice > li .text {
    margin: 0 16px;
    padding: 12px;
    line-height: 1.4;
  }
  .commonParts {
    margin: 40px 0;
  }
  .commonParts > .linkBlock {
    margin-left: 8px;
    margin-right: 8px;
  }
  .commonParts-estate {
    margin: 0 auto 40px;
  }
  .commonParts-estate .swiper-container {
    width: calc(100% + 8px);
    margin-right: -8px;
  }
  .commonParts-estate .estate-list > li {
    margin: 0 8px 0 0;
    width: 220px;
  }
  .commonParts-estate .estate-block {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .commonParts-estate .estate-info {
    padding: 12px 12px 16px;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
  }
  .commonParts-estate .estate-info .name {
    flex: 1 auto;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .commonParts-estate .estate-info .price strong {
    font-size: 1.8rem;
  }
  .commonParts-tenji {
    margin: 0 auto 40px;
  }
  .event-detail {
    margin: 24px 0 40px;
  }
  .event-detail .detail-info {
    margin-left: 8px;
    margin-right: 8px;
  }
  .event-cont {
    margin: 32px auto 0;
  }
  .event-cont p {
    margin: 16px 8px;
    line-height: 1.8;
  }
  .event-cont p.img {
    margin: 24px 0;
  }
  .sumi-main {
    margin-top: 32px;
  }
  .sumi-main .logo {
    margin: 0 auto 16px;
    text-align: center;
  }
  .sumi-main .logo img {
    width: 160px;
    height: auto;
  }
  .sumi-data {
    margin: 16px 0;
    padding: 12px 8px;
    background: #e2e6e9;
  }
  .sumi-data .kukaku-data::before {
    margin: 0 0 4px;
    width: 100%;
    background: #fff;
  }
  .sumi-data .kukaku-data ul {
    margin: 0;
  }
  .sumi-price {
    align-items: center;
    justify-content: space-between;
  }
  .sumi-price .price {
    margin: 0;
  }
  .sumi-price .price strong {
    font-size: 2.4rem;
  }
  .sumi-price-area .price strong {
    font-size: 1.6rem;
  }
  .sumi-price-area dd {
    margin: 0;
    width: 6.5em;
    text-align: right;
  }
  .sumi-info {
    margin: 16px 0;
  }
  .sumi-info .maint-block {
    margin-top: 40px;
  }
  .sumi-info .maint-text {
    text-align: center;
  }
  .sumi-madori p {
    margin: 8px 0;
  }
  .sumi-madori .madorizu {
    margin: 0 0 8px;
  }
  .related-block:not(:first-child) {
    margin: 40px 0 0;
  }
  .related-list .block:not(:first-child) {
    margin: 8px 0 0;
  }
  .related-list figure {
    width: 120px;
    aspect-ratio: 1/1;
  }
  .related-tenji .related-list-block {
    display: block;
  }
  .related-tenji .related-list-block .name {
    font-size: 1.17em;
    padding: 8px 12px;
    margin: 0;
    background: #eff0f2;
  }
  .related-tenji figure {
    margin: 0 0 8px 8px;
    float: right;
    aspect-ratio: 4/3;
  }
  .related-tenji .related-list-info {
    display: block;
    padding: 12px;
  }
  .related-tenji .estate-data {
    font-size: 1.2rem;
  }
  .related-tenji .estate-data .box {
    margin: 0;
  }
  /* _style.scss -------------------------------------------------- */
  /* _estate_kukaku.scss -------------------------------------------------- */
  /* _slider.scss -------------------------------------------------- */
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 1600px) {
  .wrapper_b {
    width: 95%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 1300px) {
  .wrapper {
    width: 95%;
  }
  article {
    margin-top: 120px;
  }
  .res_gnavi1 {
    display: block;
  }
  .link_aria a p {
    font-size: 1vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 1vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 6vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 1vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 1020px) {
  .wrapper_s {
    width: 95%;
  }
  .wrapper_pop_cap {
    width: 90%;
  }
  article {
    margin-top: 170px;
  }
  nav li {
    width: 30%;
  }
  nav li a, nav li button {
    font-size: 2vw;
  }
  .navi_c3 {
    width: 60%;
  }
  .res_gnavi1 {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .w_28, .w_31, .w_33, .w_48, .w_30, .w_35, .w_40, .w_60 {
    width: 100% !important;
  }
  .spNon {
    display: none;
  }
  .pc_tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .fl_sp,
  .fr_sp {
    float: none;
  }
  .kv .pc {
    display: none;
  }
  main {
    margin-top: 100px;
  }
  .wrapper,
  .wrapper_s {
    width: 98%;
  }
  article {
    padding-bottom: 10%;
    margin-top: 25%;
  }
  .main {
    margin-top: 5rem;
  }
  .header_inner .logo a img {
    width: 91%;
  }
  nav li {
    width: 46%;
  }
  nav li a, nav li button {
    font-size: 3vw;
  }
  .navi_c3 {
    width: 93%;
  }
  nav .navi_map {
    display: none;
  }
  .wrapper_breadcrumb {
    margin-bottom: 10%;
    padding: 0 10px;
  }
  .col4 {
    flex-wrap: wrap;
  }
  .col4 li {
    width: 50%;
  }
  .merit {
    max-width: 400px;
  }
  .contact-list {
    flex-wrap: wrap;
    margin: 3rem auto 0rem;
  }
  .contact-list > li {
    width: 90%;
    margin: 0 auto 2rem;
  }
  footer .company_data {
    width: 100%;
    margin: 0 auto 2rem;
  }
  footer .company_data ul {
    width: 87%;
  }
  footer .company_data li {
    padding: 1.5rem 1rem;
    max-width: 96%;
  }
  footer .company_data li:first-child img {
    max-width: 75%;
  }
  .bottomfix {
    z-index: 9999;
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
  }
  .bottomfix div {
    background-color: #fff;
  }
  .bottomfix ul {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #0669a7;
  }
  .bottomfix li {
    font-size: 0.8rem;
    padding: 10px 0;
    border-right: 1px solid #fff;
    text-align: center;
    width: 100%;
  }
  .bottomfix li p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    height: 2.4em;
    line-height: 1.2;
    text-align: center;
  }
  .bottomfix li a {
    color: #fff !important;
    width: 100%;
  }
  .bottomfix li i {
    font-size: 2rem;
    text-align: center;
  }
  .fa, .far, .fas {
    font-weight: 900;
    font-size: 2rem;
  }
  footer {
    padding: 0;
  }
  footer .cap {
    padding-bottom: 4%;
  }
  footer .yokoku {
    padding-bottom: 4%;
  }
  footer .yokoku span {
    width: 100%;
    float: none;
  }
  footer .yokoku em {
    width: 100%;
    float: none;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
  }
  .tel_aria {
    width: 100%;
  }
  .link_aria {
    width: 90%;
  }
  .link_aria a p {
    font-size: 2vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 2vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 8vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 2vw;
  }
  #sp_menu {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f4f1;
  }
  #sp_menu #sp_logo {
    width: 82.8125%;
    float: left;
    background-color: #FFFFFF;
  }
  #sp_menu #icon_list {
    width: 17.1875%;
    float: right;
    background-color: #f7f4f1;
    cursor: pointer;
  }
  #sp_list {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3% 0;
    background: rgba(0, 0, 0, 0.9);
  }
  #sp_list #sp_close {
    width: 50px;
    float: right;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #sp_list ul#contents_menu_sp ul {
    clear: both;
  }
  #sp_list ul#contents_menu_sp li {
    width: 50%;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #595959;
  }
  #sp_list ul#contents_menu_sp li.l1,
  #sp_list ul#contents_menu_sp li.l2 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #595959;
  }
  #sp_list ul#contents_menu_sp li.l1,
  #sp_list ul#contents_menu_sp li.l3,
  #sp_list ul#contents_menu_sp li.l5,
  #sp_list ul#contents_menu_sp li.l7,
  #sp_list ul#contents_menu_sp li.l9,
  #sp_list ul#contents_menu_sp li.l11 {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #595959;
  }
  #sp_list ul#contents_menu_sp li a {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  #sp_list ul#contents_menu_sp li img {
    width: 150px;
  }
  .calendar {
    max-width: 900px;
    margin: 0 auto 40px;
  }
  .calendar h3 {
    font-size: 18px;
  }
  .calendar .txt {
    margin-bottom: 5px;
  }
  .calendar .txt i {
    font-size: 16px;
    vertical-align: middle;
  }
  .calendar table {
    border-left: solid 1px #333333;
    border-top: solid 1px #333333;
    width: 100%;
    margin-bottom: 5px;
  }
  .calendar table th, .calendar table td {
    vertical-align: middle;
    padding: 3px 0;
    font-size: 20px;
    width: 12.5%;
    text-align: center;
  }
  .calendar table th {
    line-height: 1;
    padding: 5px 0;
  }
  .calendar table th small {
    font-size: 10px;
  }
  .calendar table th.sun {
    color: #bc4937;
  }
  .calendar table th.sat {
    color: #0041a3;
  }
  .calendar table td {
    font-size: 22px;
    background-color: #ffffff;
  }
  .calendar table td:first-child {
    font-size: 12px;
  }
  .calendar table td i {
    line-height: 1;
    font-size: 18px;
  }
  .calendar table td.close {
    background-color: #e7e7e7;
    color: #333333;
  }
  .calendar table td.full {
    font-size: 14px;
  }
  .calendar table td.full i {
    color: #000000;
  }
  .calendar table td.little a i {
    color: #2367c6;
  }
  #page_top {
    bottom: 80px;
  }
  .sidescroll {
    position: absolute;
    top: 35vh;
    width: 21%;
    max-width: 200px;
    opacity: 0;
  }
  .sidescroll_show {
    animation: side_scroll 1.5s 0s forwards ease-in-out;
  }
  @keyframes side_scroll {
    0% {
      opacity: 0;
      transform: translateX(50%);
      display: block;
    }
    50% {
      opacity: 1;
      display: block;
    }
    100% {
      opacity: 0;
      transform: translateX(-50%);
      display: none;
    }
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 480px) {
  .pc_tb {
    display: none;
  }
  .main .cap {
    font-weight: 8px;
  }
  article {
    margin-top: 120px;
  }
  .burger_icon span {
    position: absolute;
    left: 40%;
    width: 20%;
    height: 2px;
    background-color: #333;
  }
  nav {
    top: 6rem;
  }
  .col2, .col3 {
    flex-wrap: wrap;
  }
  .col2 li, .col3 li, .col4 li {
    width: 100%;
  }
  .contact p {
    font-size: 5vw;
  }
  .contact a.btn, .contact a.btn-action, .contact a.btn-submit {
    width: 84vw;
  }
  .link_aria a p {
    font-size: 2.5vw;
  }
  .tel_aria a p:first-of-type {
    font-size: 2.5vw;
  }
  .tel_aria a p:nth-of-type(2) {
    font-size: 11vw;
  }
  .tel_aria a p:nth-of-type(3) {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .spNon {
    display: none !important;
  }
  main {
    padding-bottom: 40px;
  }
  .inner-block {
    max-width: 100%;
    padding: 0 8px;
    margin-top: 6rem;
  }
  .inner-title {
    margin-top: 32px;
  }
  .title-block {
    margin: auto;
    padding: 20px;
    text-align: center;
    position: relative;
  }
  .title-block::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    bottom: 0;
    background-color: #C1C1C1;
    z-index: -1;
  }
  .title-content {
    display: flex;
    flex-direction: column;
    font-size: 24px;
  }
  .title-content span {
    font-size: 24px;
    color: #E7EFF3;
    font-family: Arial, Helvetica, sans-serif;
  }
  .outline-table colgroup {
    display: none;
  }
  .outline-table th, .outline-table td {
    display: block;
    padding: 8px;
  }
  .theta-block .theta-list {
    display: block;
  }
  .theta-block .theta-list li {
    margin: 20px 0px;
    font-size: 14px;
  }
  .theta-block .theta-list li span {
    font-size: 18px;
  }
  .theta-block .theta-Btn {
    padding: 16px 0px 10px 16px;
  }
  .swiper-pagination-fraction {
    width: 48px;
    padding: 4px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 2px;
    bottom: inherit;
    top: 172px;
    left: 126px;
  }
  .swiper-button-next, .swiper-button-prev {
    margin-top: -32px;
    width: 24px;
    height: 32px;
    background: #575a5f;
  }
  .swiper-button-next::before, .swiper-button-prev::before {
    width: 12px;
    height: 12px;
    border-color: #fff;
    margin: -6px 0 0 3px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .event-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .event-list .block {
    margin: 0 0 8px 0;
    width: calc(50% - 4px);
    padding: 8px;
  }
  .event-list .block a {
    width: calc(100% + 16px);
    margin: -8px;
    padding: 8px;
  }
  .event-list .block-info .add {
    font-size: 1rem;
    text-indent: -16px;
    margin-left: 16px;
  }
  .event-list .block-info .add svg {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  .event-list2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .event-list2 .block {
    margin: 0 0 8px;
    width: 100%;
    padding: 8px;
  }
  .event-list2 .block a {
    width: calc(100% + 16px);
    margin: -8px;
    padding: 8px;
  }
  .event-list2 .block figure {
    margin-right: 12px;
    padding: 0;
    width: 150px;
    height: 100px;
  }
  .event-list2 .block-info {
    padding: 4px 0;
  }
  .event-list2 .block-info .add {
    margin-top: 8px;
  }
  .detail-mainPh p {
    background: #f8f9fa;
    margin: 0;
    padding: 8px;
    line-height: 1.4;
  }
  .detail-mainPh .swiper-pagination {
    top: 58vw;
    bottom: inherit;
  }
  .detail-item {
    margin: 16px 0;
  }
  .innerBlock .detail-item {
    width: calc(100% + 8px);
  }
  .detail-item .block {
    margin: 0 8px 0 0;
    width: 300px;
  }
  .detail-item .block figure {
    width: 300px;
    height: 200px;
  }
  .detail-item .block p {
    margin: 8px 0 0;
  }
  .detail-item .block:last-of-type {
    margin-right: calc(100% - 300px);
  }
  .detail-item .swiper-button-prev,
  .detail-item .swiper-button-next {
    display: none;
  }
  .tenji-ph {
    margin: 16px 0;
  }
  .innerBlock .tenji-ph {
    width: calc(100% + 8px);
  }
  .tenji-ph .block {
    margin: 0 8px 0 0;
    width: 300px;
  }
  .tenji-ph .block figure {
    margin-bottom: 8px;
    width: 300px;
    height: 200px;
  }
  .tenji-ph .block p {
    display: inline;
  }
  .tenji-ph .block:last-of-type {
    margin-right: calc(100% - 300px);
  }
  .tenji-ph .swiper-button-prev,
  .tenji-ph .swiper-button-next {
    display: none;
  }
  .kv-bnr {
    padding-bottom: 8px;
    border-bottom: solid #e2e6e9 1px;
  }
  .kv-bnr .swiper-button-prev,
  .kv-bnr .swiper-button-next {
    display: none;
  }
  .kv-bnr-list {
    margin: 0;
  }
  .kv-bnr-list a img {
    width: 100%;
  }
  .kv-bnr.-single {
    padding-bottom: 0px;
  }
}

/*# sourceMappingURL=/assets/web/extras/special/shc_oizumi/all-84d5a1c2.css.map */
