@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

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

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

nd {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

body {
  background-color: #fff;
  color: #333333;
  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: #ccc;
  color: #fff;
  text-align: center;
}

.color-bk {
  color: #202020 !important;
}

.color-main {
  color: #41210F !important;
}

.color-point {
  color: #0A2754 !important;
}

.color-point2 {
  color: #eb6f3c !important;
}

.bg-base {
  background: #F6EFEA !important;
}

.bg-box {
  background: rgba(246, 239, 234, 0.3) !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: #00529C;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}

a:visited, a:active {
  color: #00529C;
  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: #202020;
}

a.linkColorB:hover {
  color: #00529C;
}

.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 #41210F;
  border-right: 2px solid #41210F;
  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: #202020;
}

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: #eee;
  overflow: hidden;
  position: relative;
  display: block;
}

.imgFit img {
  -o-object-fit: cover;
  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: #eee;
  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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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;
  transform-origin: 50%;
  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");
}

@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

/* 共通--------------------------------------------------------------- */
/* _header.scss -------------------------------------------------- */
.nav-float {
  z-index: 10;
  position: fixed;
  left: 0;
  width: 100%;
}

.nav-float-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-float-list .btn, .nav-float-list a.btn-cta, .nav-float-list a.btn-submit, .nav-float-list a.btn-action {
  flex-direction: column;
}

.nav-float-list .btn span, .nav-float-list a.btn-cta span, .nav-float-list a.btn-submit span, .nav-float-list a.btn-action span {
  font-weight: 400;
  opacity: 0.6;
}

.nav-footer {
  background: #41210F;
}

.nav-footer-list {
  display: flex;
}

.nav-footer-list > li {
  color: #41210F;
  text-align: center;
  font-weight: bold;
}

.nav-footer-list a {
  display: block;
  background: #fff;
  color: #41210F;
  border-radius: 4px;
}

.nav-footer-list a:hover {
  background: #FCF9F8;
  text-decoration: none;
}

.nav-footer-img {
  margin: 0;
}

.nav-footer-img img {
  border-radius: 4px 4px 0 0;
}

.nav-footer-text {
  margin: 0;
  line-height: 1;
  position: relative;
}

.nav-footer-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #41210F;
  border-right: 2px solid #41210F;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}

/* _header.scss -------------------------------------------------- */
.header {
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.header-ttl {
  font-size: 0;
}

.header-link {
  display: flex;
}

.header-link .btn, .header-link a.btn-cta, .header-link a.btn-submit, .header-link a.btn-action {
  border-radius: 2px;
}

/* _footer.scss -------------------------------------------------- */
.footer #pageTop {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 8px;
  bottom: 72px;
}

.footer #pageTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #41210F;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.footer #pageTop a::before {
  margin: 2px 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.footer #pageTop a:hover {
  background: #fff;
  color: #41210F;
  text-decoration: none;
  border: 1px solid #41210F;
}

.footer #pageTop a:hover::before {
  border-color: #41210F;
}

.footer-main p {
  margin: 0;
  line-height: 1;
}

.footer-copy {
  color: #aaa;
  font-size: 1rem;
}

.footer-link {
  display: flex;
}

.footer-link a {
  color: #202020;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}

.footer-link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00529C;
  border-right: 1px solid #00529C;
  transform: rotate(45deg);
  margin: 0 6px 2px 0;
}

/* _estate.scss -------------------------------------------------- */
.estate-list .estate-link {
  display: block;
}

.estate-list a {
  color: #333333 !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: #777;
}

.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: rgba(246, 239, 234, 0.3);
  transition: all 0.2s ease;
}

.estate-info .name {
  color: #202020;
  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: #777;
  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: #777;
  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: sticky;
  z-index: 2;
}

.detail-info {
  color: #202020;
}

.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: rgba(246, 239, 234, 0.3);
  position: relative;
}

.detail-location {
  display: flex;
  flex-wrap: wrap;
}

.detail-location p.data {
  color: #777;
  text-align: right;
  line-height: 1;
}

.detail-location p.ttl {
  display: inline;
  color: #202020;
  font-weight: bold;
}

.detail-location p.date {
  display: inline-block;
}

.detail-location_text {
  border-bottom: 1px solid rgba(246, 239, 234, 0.3);
}

.detail-location_text > li {
  border-top: 1px solid rgba(246, 239, 234, 0.3);
}

.detail-location_text dl {
  display: flex;
  align-items: flex-start;
}

.detail-location_text dt {
  width: 5em;
  background: rgba(246, 239, 234, 0.3);
  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: #ccc;
  color: #777;
  border-radius: 4px;
}

.detail-nav li a {
  display: block;
  background: #fff;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
}

.detail-nav li a:hover {
  text-decoration: none;
  background: #41210F;
  color: #fff;
}

.detail-nav li.cr {
  background: #41210F;
  color: #fff;
  border-color: #41210F;
}

.detail-nav li.cr a {
  background: #41210F;
  color: #fff;
}

.kukaku-info {
  background: #e2e6e9;
  display: flex;
}

.kukaku-info > dt {
  color: #202020;
}

.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: rgba(246, 239, 234, 0.3);
  color: #333333;
}

.gray-list a:hover {
  background: #d5eaf4;
  text-decoration: none;
}

.gray-list dt {
  font-weight: bold;
}

.gray-list dt .sub {
  display: block;
  color: #777;
  font-weight: 500;
}

.gray-list dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #41210F;
  border-right: 2px solid #41210F;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.gray-list dd {
  margin: 0;
}

.shc-ttl {
  color: #41210F;
  text-align: center;
}

.shc-ttl img {
  display: block;
  margin: 0 auto;
}

.shc-copy {
  color: #202020;
  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: #202020;
  text-align: center;
}

.shc-gselect-list {
  display: flex;
  text-align: center;
  color: #202020;
}

.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: #777;
  font-weight: 500;
}

.city-list dd {
  margin: 0;
}

.tenji-head_info .pName {
  background: rgba(246, 239, 234, 0.3);
  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: #202020;
  font-weight: bold;
  text-align: center;
}

.tenji-rsv-data dt svg {
  fill: #c0c1c5;
}

.tenji-rsv-data dd {
  margin: 0;
}

.tenji-about-vr .ttl {
  color: #41210F;
  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: #333333;
}

.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: #F6EFEA;
  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: #41210F;
}

.tenji-covid .text {
  font-weight: bold;
  opacity: 0.6;
}

.tenji-covid_merit {
  font-weight: bold;
}

.tenji-covid_merit dt {
  color: #0A2754;
  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: rgba(246, 239, 234, 0.3);
}

.sumi-price {
  display: flex;
}

.sumi-price dl {
  display: flex;
}

.sumi-info .madorizu {
  border: 1px solid #ccc;
}

.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: #333333;
  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: #777;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* _common.scss -------------------------------------------------- */
body {
  letter-spacing: 0.08em;
}

svg {
  fill: #5587B3;
}

.caption {
  padding-left: 0;
  text-indent: -1em;
  margin-left: 1em;
  list-style: none;
}

.caption > li {
  margin-top: 0.4em;
}

.footer {
  background: #fff;
}

.footer #pageTop a {
  background: #5587B3;
}

.footer #pageTop a:hover {
  color: #5587B3;
  border: 1px solid #5587B3;
}

.footer #pageTop a:hover::before {
  border-color: #5587B3;
}

a.btn, a.btn-cta, a.btn-submit, a.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(10, 39, 84, 0.4);
  color: #5587B3;
  text-align: center;
  font-weight: bold;
}

a.btn:hover, a.btn-cta:hover, a.btn-submit:hover, a.btn-action:hover {
  text-decoration: none;
  background: #5587B3;
  border-color: #5587B3;
  color: #fff;
}

a.btn:hover svg, a.btn-cta:hover svg, a.btn-submit:hover svg, a.btn-action:hover svg {
  fill: #fff;
}

a.btn-action {
  background: #F6EFEA;
  border: 1px solid #F6EFEA;
  color: #0A2754;
}

a.btn-action svg {
  fill: #0A2754;
}

a.btn-action:hover {
  background: #fff;
  border-color: #41210F;
  color: #41210F;
}

a.btn-action:hover svg {
  fill: #41210F;
}

a.btn-submit {
  background: #0A2754;
  border: 1px solid #0A2754;
  color: #fff;
}

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

a.btn-submit:hover {
  background: #fff;
  border-color: #0A2754;
  color: #0A2754;
}

a.btn-submit:hover svg {
  fill: #0A2754;
}

a.btn-cta {
  background: #5587B3;
  border: 1px solid #5587B3;
  color: #fff;
}

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

a.btn-cta:hover {
  background: #fff;
  border-color: #5587B3;
  color: #5587B3;
}

a.btn-cta:hover svg {
  fill: #5587B3;
}

a.linkOff {
  pointer-events: none;
  background: #E5E8EC !important;
  color: #B4BDCA !important;
}

.head {
  margin: 0;
  background: #7BB86D;
  color: white;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

.ttl-basic {
  color: #202020;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}

.ttl-main {
  color: #5587B3;
  line-height: 1;
  text-align: center;
}

.ttl-main .en {
  display: block;
  color: #DDC4B4;
  font-weight: 400;
}

.contact {
  background: #fcf9f8;
  text-align: center;
}

.contact .ttl-main,
.contact .en {
  color: #5587B3 !important;
}

.contact p {
  margin: 0;
  color: #5587B3;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.contact-list p {
  margin: 4px 0 0;
  color: #333333;
  font-size: 1.4rem !important;
  font-weight: 500;
}

.indexwrapper {
  padding: 1px 0;
}

.gda-image img {
  width: 100%;
}

.gda-block {
  border-radius: 10px;
  margin-bottom: 22px;
}

.gda-block.white {
  background: #fff;
  color: #5587B3;
}

.gda-block.blue {
  background: #5587B3;
  color: #fff;
}

.gda-block h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.gda-block p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.gda-notice {
  font-size: 1.2rem;
  line-height: 1.5;
}

.gda-bnr {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #E8E1D9;
  padding: 30px;
  text-align: center;
}

.gda-bnr-text {
  color: #526786;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1;
}

.gda-bnr-title {
  color: #0A2754;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.info-wrapper {
  background: #fff;
  padding: 1px 0;
}

.info-list {
  background: rgba(246, 239, 234, 0.3);
  border-radius: 4px;
}

.info-list > li:not(:first-child) {
  border-top: 1px solid #5587B3;
}

.info-list a {
  display: block;
}

.info-list p {
  margin: 0;
  line-height: 1.4;
}

.info-date {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
  font-size: 1.4rem;
}

.info-link {
  color: #00529C;
}

.youtube {
  text-align: center;
}

.concept-kv {
  position: relative;
  margin-bottom: 30px;
}

.concept-kv-notice {
  font-size: 1rem;
  line-height: 1.5;
}

.concept-copy {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.concept-nav-title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
}

.concept-nav > li a {
  display: block;
  background: #F6EFEA;
  color: #5587B3;
}

.concept-nav > li a::after {
  content: "";
  background: url("/web/images/special/uhp_mamizuka/con-arrow.svg") no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.concept-nav > li .concept-nav-body {
  padding-left: 0px;
  font-weight: bold;
  line-height: 1.5;
}

.concept-nav > li .concept-nav-body .sub {
  display: block;
}

.concept-nav-item {
  display: flex;
  align-items: center;
  line-height: 1;
}

.concept-section-main {
  background: #F6EFEA;
}

.concept-section-main-image figure {
  display: block;
  position: relative;
  height: 100%;
}

.concept-section-main-image figure::after {
  display: block;
  content: "";
  background: #7BB86D;
  position: absolute;
}

.concept-section-main-image figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.concept-section-main-body {
  color: #5587B3;
}

.concept-section-main-head p {
  margin: 0;
}

.concept-section-main-head p strong {
  display: block;
}

.concept-section-main-title {
  line-height: 1.5;
}

.concept-section-main-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.concept-section-main-notice {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.concept-block-title {
  background: #5587B3;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.concept-block-subtitle {
  color: #5587B3;
  line-height: 1.5;
}

.concept-block-text {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.concept-block-notice {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.concept-01-image {
  display: block;
  text-align: center;
}

.concept-01-image img {
  display: block;
  margin: 0 auto;
}

.concept-01-image figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}

.concept-02-block-body-point {
  border: 1px solid #F6EFEA;
}

.concept-02-block-body-point h6 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5587B3;
  line-height: 1.5;
  margin: 0 0 10px;
  width: 100%;
}

.concept-02-block-body-point p {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-right: 15px;
}

.concept-03-block-body-image {
  margin-top: 30px;
}

.concept-03-point {
  background: #eee;
}

.concept-03-point h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 15px;
}

.concept-03-point-inner {
  display: flex;
  justify-content: space-between;
}

.concept-03-point-inner img {
  height: 100%;
}

.concept-03-point-inner p {
  line-height: 1.6;
}

.concept-03-image {
  display: block;
  text-align: center;
}

.concept-04-block-03-pict figcaption {
  display: block;
  font-size: 1.2rem;
  margin-top: 1em;
}

.concept-04-block-03-photo p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.concept-04-block-03-photo p small {
  font-size: 1.2rem;
}

.basicList {
  margin: 0;
}

.basicList > li:first-child {
  margin-top: 0;
}

.basicList-ttl {
  color: #5587B3;
  text-align: center;
  font-weight: bold;
}

.basicList-box {
  margin: 0;
  background: #fff;
}

.c01-box .basicList-box {
  background: rgba(84, 117, 54, 0.1);
}

.c02-box .basicList-box {
  background: rgba(29, 74, 119, 0.1);
}

.c03-box .basicList-box {
  background: rgba(164, 69, 58, 0.1);
}

.basicList-img-cap {
  text-align: right;
}

.basicList-img-cap .caption {
  margin-top: 1em;
}

.basicList .concierge {
  border-top: 1px solid rgba(123, 184, 109, 0.2);
}

.basicList .concierge-ttl {
  color: #7BB86D;
  font-weight: bold;
}

.basicList .conciergeList {
  display: flex;
  flex-wrap: wrap;
}

.shisan dt {
  color: rgba(85, 135, 179, 0.8);
  font-weight: bold;
}

.shisan dd {
  display: flex;
  justify-content: space-between;
}

.shisan dd p {
  flex: 1 0 0%;
  margin: 0;
}

.shisan-cap {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.landscape-kv {
  color: #41210F;
}

.landscape-kukaku {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

.guideline-img {
  text-align: center;
}

.guideline-img figcaption {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.machinami {
  display: flex;
  justify-content: space-between;
}

.machinami p {
  margin: 0;
  flex: 1 0 0%;
}

.location-kv {
  background: #fff;
  color: #202020;
}

.location-copy {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.location-map {
  position: relative;
}

.location-map .name {
  position: absolute;
  top: 0;
  right: 0;
}

.location-facility-photo {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.location-facility-photo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.location-facility-photo ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  text-align: left;
}

.location-facility-photo ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 5px;
}

.location-facility {
  display: flex;
  text-align: left;
}

.location-facility-item {
  margin: 0;
  padding: 10px;
  background: #F6EFEA;
}

.location-facility-head {
  color: #5587B3;
  border-bottom: solid #5587B3 2px;
  font-weight: bold;
  text-align: center;
}

.location-facility-cont {
  margin: 0;
}

.location-facility-list > li {
  padding: 15px 5px;
}

.location-facility-list > li:not(:last-of-type) {
  border-bottom: dotted #ccc 1px;
}

.location-facility-list > li .facility-detail {
  font-size: 1.4rem;
}

.location-facility-list > li .facility-detail > dt {
  font-weight: bold;
}

.location-facility-list > li .facility-detail > dd {
  margin: 0;
  text-align: right;
}

.location-googlemap-link {
  text-align: center;
}

.location-googlemap-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  max-width: 320px;
  height: 64px;
  margin: 0 auto;
  color: #202020;
}

.location-googlemap-link a:hover {
  background: #F6EFEA;
  text-decoration: none;
}

.estateParts .head-estate {
  background: #0A2754;
  font-weight: 500;
}

.estateParts .head-estate02 {
  color: #202020;
  background: none;
}

.estateParts .kukaku-info {
  background: #CBDBE8;
}

.estateParts .nodata {
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
}

.estateParts .outline-table th {
  background: #E8E1D9;
  text-align: left;
}

.estateLinkBtn a {
  position: relative;
}

.estateLinkBtn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #00529C;
  border-right: 2px solid #00529C;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}

.estateLinkBtn a:hover::after {
  border-color: #fff;
}

.event-cont .head04 {
  color: #202020;
  font-weight: 500;
  text-align: center;
}

.event-cont .date {
  margin-bottom: 0;
  color: #41210F;
  font-size: 1.4rem;
  text-align: right;
}

.menu-tab {
  text-align: center;
}

.menu-tab:first-child {
  margin-top: 0;
}

.menu-tab ul {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.menu-tab li {
  width: 100%;
  max-width: 400px;
  padding: 0 1px 0 2px;
}

.menu-tab a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid #0A2754;
  color: #0A2754;
  position: relative;
  flex-wrap: wrap;
}

.menu-tab a.linkOff {
  border: 1px solid #B4BDCA;
}

.menu-tab a.cr,
.menu-tab a:hover {
  background: #0A2754;
  color: #fff;
  text-decoration: none;
}

.menu-tab a.cr::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #0A2754;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  content: "";
}

/* _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: rgba(246, 239, 234, 0.3);
  border: none;
  border-radius: 0;
}

.swiper-pagination.pagination-blue .swiper-pagination-bullet-active, .swiper-pagination.pagination-blue .swiper-pagination-bullet:hover {
  background: #41210F !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: #333333;
  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 #333333;
  border-right: solid 3px #333333;
  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: #333333;
}

.event-list .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}

.event-list .block figure {
  margin: 0 0 16px;
}

.event-list .block .imgFit img {
  -o-object-position: top center;
  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: #202020;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-list .block-info .add {
  margin: 16px 0 0;
  color: #777;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}

.event-list .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #777;
}

.event-list2 .block {
  display: flex;
  background: #fff;
}

.event-list2 .block a {
  width: 100%;
  display: flex;
  color: #333333;
}

.event-list2 .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}

.event-list2 .block figure {
  margin: 0 16px 0 0;
}

.event-list2 .block .imgFit img {
  -o-object-position: top center;
  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: #202020;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-list2 .block-info .add {
  margin: 16px 0 0;
  color: #777;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}

.event-list2 .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #777;
}

.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 {
  -o-object-fit: fill;
  object-fit: fill;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}

.detail-item .block {
  color: #202020;
}

.detail-item .block figure {
  padding: 0;
}

.tenji-ph .block {
  color: #202020;
}

.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) {
  /* _header.scss -------------------------------------------------- */
  .nav-float {
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 8px;
  }
  .nav-float-list {
    margin: 0;
  }
  .nav-float-list > li {
    width: calc(25% - 8px);
    margin: 0 4px;
  }
  .nav-float-list .btn, .nav-float-list a.btn-action, .nav-float-list a.btn-submit, .nav-float-list a.btn-cta {
    width: 100%;
    height: 64px;
    font-size: 1.8rem;
    border-radius: 2px;
    position: relative;
  }
  .nav-float-list .btn span, .nav-float-list a.btn-action span, .nav-float-list a.btn-submit span, .nav-float-list a.btn-cta span {
    font-size: 1.2rem;
  }
  .nav-float-list .btn::after, .nav-float-list a.btn-action::after, .nav-float-list a.btn-submit::after, .nav-float-list a.btn-cta::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
  }
  .nav-float-list .btn:hover::after, .nav-float-list a.btn-action:hover::after, .nav-float-list a.btn-submit:hover::after, .nav-float-list a.btn-cta:hover::after {
    border-color: #0A2754;
  }
  .nav-footer {
    padding: 80px 0;
  }
  .nav-footer .innerBlock {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-footer-ttl {
    padding-left: 16px;
  }
  .nav-footer-list {
    margin: 0;
  }
  .nav-footer-list > li {
    margin: 0 0 0 16px;
  }
  .nav-footer-text {
    padding: 8px;
    font-size: 1.8rem;
  }
  /* _header.scss -------------------------------------------------- */
  .header {
    padding: 12px 16px 12px 40px;
  }
  .header-ttl-en {
    margin-bottom: 8px;
  }
  .header-link {
    flex: 1 0 0%;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
  .header-link > li {
    margin-left: 8px;
  }
  .header-link .btn, .header-link a.btn-action, .header-link a.btn-submit, .header-link a.btn-cta {
    width: 280px;
    height: 56px;
    font-size: 1.8rem;
  }
  /* _footer.scss -------------------------------------------------- */
  .footer {
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer #pageTop {
    right: 40px;
    bottom: 152px;
  }
  .footer #pageTop a {
    width: 56px;
    height: 56px;
  }
  .footer #pageTop a::before {
    margin-bottom: 4px;
  }
  .footer-copy {
    margin: 8px 0 0 0 !important;
  }
  .footer-link > li {
    margin: 0 0 0 16px;
  }
  /* _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: #777;
  }
  .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%;
    -o-object-fit: cover;
    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: #202020;
    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: #00529C;
    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 #41210F;
    border-right: solid 3px #41210F;
    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: rgba(246, 239, 234, 0.3);
    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;
    -o-object-fit: fill;
    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%;
  }
  /* _common.scss -------------------------------------------------- */
  .pcNon {
    display: none;
  }
  body {
    min-width: 1200px;
    padding: 168px 0 88px;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .caption {
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .header-link .btn, .header-link a.btn-action, .header-link a.btn-submit, .header-link a.btn-cta {
    width: 240px;
  }
  .nav-float {
    top: 80px;
  }
  a.btn, a.btn-action, a.btn-submit, a.btn-cta {
    width: 320px;
    height: 64px;
    font-size: 2rem;
    border-radius: 32px;
  }
  .head {
    padding: 24px;
    font-size: 2.4rem;
  }
  .ttl-basic {
    margin: 0 0 32px;
    font-size: 3.2rem;
  }
  .ttl-main {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .ttl-main .en {
    margin: 0 0 16px;
    font-size: 6.4rem;
  }
  .innerBlock {
    margin: 120px auto;
    width: 1200px;
  }
  .contact {
    padding: 80px 0;
  }
  .contact .ttl-main {
    margin: 0 0 8px;
  }
  .contact .ttl-main .en {
    margin: 0;
  }
  .contact p {
    font-size: 2rem;
  }
  .contact-list {
    margin: 32px 0 0;
    display: flex;
    justify-content: center;
  }
  .contact-list > li {
    margin: 0 8px;
  }
  .kv {
    display: flex;
  }
  .kv p {
    margin: 0;
  }
  .kv-img {
    margin: 0;
    padding-top: 0;
    width: 50%;
  }
  .kv-pc {
    width: 50%;
    position: relative;
  }
  .gda {
    display: flex;
    justify-content: space-between;
  }
  .gda-image {
    width: 36%;
    order: 2;
  }
  .gda-body {
    width: calc(64% - 22px);
  }
  .gda-block {
    padding: 35px 45px 45px;
  }
  .gda-block p {
    font-weight: bold;
  }
  .gda-notice {
    text-align: right;
  }
  .gda-bnr {
    padding: 25px;
  }
  .gda-bnr-text {
    font-size: 18px;
  }
  .gda-bnr-title {
    font-size: 30px;
  }
  .info-list {
    width: 960px;
    margin: 0 auto;
    padding: 24px 40px;
  }
  .info-list > li {
    padding: 24px 16px;
    display: flex;
  }
  .info-list > li a {
    margin: -24px -16px;
    padding: 24px 16px;
    display: flex;
    width: calc(100% + 16px + 16px);
  }
  .info-date {
    width: 100px;
  }
  .info-link {
    flex: 1 0 0%;
  }
  .concept-kv-inner {
    height: 40vw;
    padding: 4vw 0 0;
    background: url("/web/images/special/uhp_mamizuka/kv-con.webp") no-repeat center bottom;
    background-size: cover;
  }
  .concept-kv-notice {
    position: absolute;
    right: 6%;
    bottom: 15px;
    color: #fff;
    width: 620px;
    max-width: 88%;
  }
  .concept-copy {
    font-size: 2.2vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .concept-nav {
    width: 1060px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
  }
  .concept-nav-wrapper {
    width: 1200px;
    margin: 60px auto;
  }
  .concept-nav-title {
    font-size: 3.2rem;
    text-align: center;
  }
  .concept-nav > li {
    width: calc(50% - 30px);
  }
  .concept-nav > li a {
    padding: 20px 30px 20px 60px;
  }
  .concept-nav > li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .concept-nav > li a::after {
    right: 30px;
    width: 38px;
    height: 15px;
  }
  .concept-nav > li .num {
    font-size: 5rem;
    width: 80px;
  }
  .concept-nav > li .concept-nav-body {
    width: calc(100% - 80px);
    font-size: 1.4rem;
  }
  .concept-nav > li .concept-nav-body .sub {
    font-size: 2rem;
  }
  .concept-section-main {
    padding: 90px 50px 75px;
  }
  .concept-section-main-image {
    width: calc(50% - 5px);
    height: 100%;
    order: 2;
  }
  .concept-section-main-image figure::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: -15px;
    bottom: -15px;
  }
  .concept-section-main-body {
    width: calc(50% - 30px);
  }
  .concept-section-main-head {
    display: flex;
    line-height: 1;
  }
  .concept-section-main-head .num {
    font-size: 8rem;
    width: 140px;
    border-left: 15px solid #7BB86D;
    padding-left: 15px;
  }
  .concept-section-main-head p {
    line-height: 1.5;
    width: calc(100% - 140px);
    font-weight: bold;
    font-size: 1.8rem;
  }
  .concept-section-main-head p strong {
    font-size: 3.2rem;
  }
  .concept-section-main-title {
    font-size: 3.2rem;
    margin: 20px 0;
  }
  .concept-section-main-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .concept-section-main-notice {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .concept-section-inner {
    width: 1200px;
    margin: 0 auto;
  }
  .concept-section-flex {
    display: flex;
    justify-content: space-between;
  }
  .concept-section-body {
    padding: 60px 50px;
  }
  .concept-block-title {
    line-height: 1;
    font-size: 2.4rem;
    padding: 11px;
  }
  .concept-block-subtitle {
    font-size: 2.2rem;
    margin: 20px 0 30px;
  }
  .concept-block-text {
    line-height: 2;
  }
  .concept-block-notice {
    margin-top: 30px;
  }
  .concept-01 {
    display: flex;
    justify-content: space-between;
  }
  .concept-01-block {
    width: 47.5%;
  }
  .concept-01-block-text {
    height: 200px;
  }
  .concept-02 {
    padding: 20px 60px 0;
  }
  .concept-02-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .concept-02-block-body {
    width: calc(100% - 470px);
  }
  .concept-02-block-body-point {
    margin-top: 30px;
    width: 600px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept-02-block-body-point figure {
    width: 293px;
    padding-left: 20px;
  }
  .concept-02-block-body-point p {
    width: 245px;
    margin: 0;
  }
  .concept-02-image {
    width: 420px;
    text-align: right;
    order: 2;
  }
  .concept-03 {
    padding: 20px 60px 65px;
  }
  .concept-03-block-body {
    margin-bottom: 40px;
  }
  .concept-03-block-body-image {
    width: 894px;
    margin: 0 auto;
  }
  .concept-03-point {
    width: 434px;
    padding: 25px;
    margin: 0 auto;
  }
  .concept-03-point-inner img {
    width: 160px;
  }
  .concept-03-point-inner p {
    width: calc(100% - 170px);
  }
  .concept-04 {
    padding: 20px 60px 60px;
  }
  .concept-04-block-01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .concept-04-block-01-image {
    width: 420px;
    order: 2;
  }
  .concept-04-block-01-body {
    width: calc(100% - 470px);
  }
  .concept-04-block-02 {
    background: url("/web/images/special/uhp_mamizuka/con04-2.png") no-repeat right bottom;
    background-size: 898px;
    height: 540px;
    margin-bottom: 60px;
  }
  .concept-04-block-02-body {
    width: calc(100% - 470px);
  }
  .concept-04-block-03 {
    display: flex;
    justify-content: space-between;
  }
  .concept-04-block-03-text {
    width: 300px;
  }
  .concept-04-block-03-pict {
    width: 429px;
  }
  .concept-04-block-03-photo {
    width: 280px;
  }
  .basicList > li {
    margin: 64px 0 0;
  }
  .basicList-ttl {
    margin: 0 0 32px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .basicList-ttl .mini {
    font-size: 1.6rem;
  }
  .basicList-box {
    position: relative;
    padding: 56px 64px;
  }
  .basicList-box-in {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .basicList-box-in .text {
    font-size: 1.8rem;
    margin: 0 0;
    flex: 1 0 0%;
  }
  .basicList-img {
    margin: 0 0 0 50px;
  }
  .basicList-notice {
    text-align: right;
    font-size: 1.2rem;
  }
  .nisumu {
    margin: 0 0 0 40px;
    text-align: center;
  }
  .nisumu p {
    margin: 0;
  }
  .nisumu p + p {
    margin-top: 12px;
  }
  .concierge {
    padding: 36px 32px 0;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .concierge-ttl {
    margin: 0;
    text-align: center;
    line-height: 1.5;
  }
  .conciergeList {
    width: 832px;
  }
  .conciergeList > li {
    margin: 4px 0 4px 8px;
    width: 200px;
  }
  .smartheim {
    margin: -16px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .smartheim p {
    margin: 0;
  }
  .smartheim-logo {
    margin: 0 32px 0 0 !important;
  }
  .shisan {
    margin: 24px 0 0;
  }
  .shisan:first-child {
    margin: -16px 0 0;
  }
  .shisan dt {
    font-size: 1.8rem;
  }
  .shisan dt span {
    font-size: 1.4rem;
  }
  .shisan dd {
    margin: 8px 0 0;
    flex-direction: row-reverse;
  }
  .shisan-img {
    width: 100px;
    margin: 0 16px 0 0;
  }
  .shisan-cap {
    margin-top: 24px;
    width: calc(480px - 2.5em);
    position: absolute;
    right: 64px;
    top: 324px;
  }
  .landscape {
    background: #F6EFEA;
  }
  .landscape-kv {
    background: #FCF9F8;
    display: flex;
    height: 480px;
    position: relative;
  }
  .landscape-kv-img {
    width: 55%;
    padding: 0;
  }
  .landscape-kv-text {
    padding-bottom: 40px;
    font-size: 3.2rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  .landscape-text {
    width: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .landscape-kukaku {
    font-size: 3.2rem;
    line-height: 1;
  }
  .landscape-kukaku strong {
    font-size: 5.6rem;
    vertical-align: -2px;
  }
  .landscape-map-img {
    padding: 0;
    width: 940px;
    height: 500px;
    margin: 0 auto 40px;
  }
  .landscape-map-text {
    text-align: center;
  }
  .machinami {
    margin: 40px 0 0;
  }
  .machinami-img {
    margin: 0 24px 0 0;
  }
  .location-kv {
    padding: 80px 0 100px;
    text-align: center;
    position: relative;
  }
  .location-text {
    width: 1060px;
    margin: 0 auto 55px;
    text-align: left;
  }
  .location-copy {
    margin: 0 0 24px;
    font-size: 3.2rem;
    line-height: 1.9;
    text-align: center;
  }
  .location-block {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
  }
  .location-map {
    width: 735px;
  }
  .location-facility-photo {
    width: calc(100% - 770px);
  }
  .location-facility {
    width: 1200px;
    margin: 20px auto 0;
    justify-content: space-between;
  }
  .location-facility-item {
    width: 236px;
  }
  .location-facility-head {
    padding: 5px 0 10px 0;
    font-size: 1.8rem;
  }
  .location-btn01, .location-btn02, .location-btn03, .location-btn04, .location-btn05 {
    margin-bottom: 40px;
  }
  .location-btn01 + p, .location-btn02 + p, .location-btn03 + p, .location-btn04 + p, .location-btn05 + p {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .detail-Gmap {
    margin: 40px auto;
    width: 920px;
    height: 520px;
  }
  .estateParts .head-estate {
    margin: 0 auto 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 64px;
    border-radius: 32px;
    font-size: 2.4rem;
  }
  .estateParts .head-estate02 {
    font-size: 3.2rem;
    margin: 0 auto 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 56px;
    padding: 0;
  }
  .estateParts .embed-block {
    margin: 40px auto;
    width: 958px;
  }
  .estateParts .nodata {
    margin: 40px 0;
    padding: 80px;
  }
  .estateParts .kukaku-data {
    align-items: center;
  }
  .estateParts .kukaku-acTriger::after {
    color: #202020;
  }
  .estateParts .outline-table {
    margin: 48px auto 0;
    border-bottom: 1px solid #ccc;
  }
  .estateParts .outline-table tr {
    border-top: 1px solid #ccc;
  }
  .estateParts .outline-table th {
    padding: 16px;
  }
  .estateParts .outline-table td {
    padding: 16px 0 16px 16px;
  }
  .estateLinkBtn {
    margin: 60px auto 120px !important;
  }
  .detail-block + .estateLinkBtn {
    margin-top: -60px !important;
  }
  .estateLinkBtn a {
    margin: auto;
  }
  .event-cont {
    width: 900px;
    margin: 80px auto;
  }
  .event-cont .head04 {
    font-size: 2.8rem;
  }
  .event-cont p {
    margin: 24px 0;
  }
  .event-cont p.img {
    margin: 48px auto;
    text-align: center;
  }
  .event-cont p.date {
    margin: 0 0 16px;
  }
  .menu-tab {
    width: 1200px;
    margin: 64px auto;
  }
  .menu-tab ul {
    padding: 4px 3px 4px 2px;
    gap: 14px;
  }
  .menu-tab li {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 21px 32px 19px;
  }
  .detail-item-thumb .block.swiper-slide-thumb-active figure {
    box-shadow: 0 0 0 4px #72b8da !important;
  }
  /* _estate_kukaku.scss -------------------------------------------------- */
  .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;
  }
  /* _slider.scss -------------------------------------------------- */
  .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 #41210F;
  }
  .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 #41210F;
  }
  .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 #41210F;
  }
  .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) {
  /* _header.scss -------------------------------------------------- */
  .nav-float {
    background: #fff;
  }
  .nav-float-list {
    margin: 0;
    border-top: 1px solid rgba(10, 39, 84, 0.6);
  }
  .nav-float-list > li {
    flex: 1 0 0%;
  }
  .nav-float-list > li:not(:first-child) {
    border-left: 1px solid rgba(10, 39, 84, 0.6);
  }
  .nav-float-list .btn, .nav-float-list a.btn-action, .nav-float-list a.btn-submit, .nav-float-list a.btn-cta {
    font-size: 1.2rem;
    border-radius: 0;
  }
  .nav-float-list .btn span, .nav-float-list a.btn-action span, .nav-float-list a.btn-submit span, .nav-float-list a.btn-cta span {
    margin: 0 0 4px;
    font-size: 1rem;
    line-height: 1;
  }
  .nav-footer {
    padding: 16px 0;
  }
  .nav-footer .innerBlock {
    margin: 0;
  }
  .nav-footer-ttl {
    text-align: center;
  }
  .nav-footer-list {
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-footer-list > li {
    margin: 8px 0 0;
    width: calc(50% - 4px);
  }
  .nav-footer-text {
    padding: 8px 16px 8px 8px;
  }
  .nav-footer-text::after {
    right: 8px;
  }
  /* _header.scss -------------------------------------------------- */
  .header {
    padding: 4px 4px 4px 8px;
  }
  .header-ttl-en {
    margin-bottom: 8px;
    width: auto;
    height: 10px;
  }
  .header-link {
    margin: 0 0 0 12px;
  }
  .header-link > li {
    margin-left: 2px;
  }
  .header-link .btn, .header-link a.btn-action, .header-link a.btn-submit, .header-link a.btn-cta {
    width: 88px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .header-link svg {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
  /* _footer.scss -------------------------------------------------- */
  .footer {
    padding: 32px 0 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer-main p {
    text-align: center;
  }
  .footer-copy {
    margin: 12px 0 0 !important;
  }
  .footer-link {
    margin: -16px 0 24px;
  }
  .footer-link > li {
    margin: 0 8px;
  }
  .footer-link a {
    display: block;
    padding: 12px 0;
  }
  /* _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: rgba(246, 239, 234, 0.3);
  }
  .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%;
    -o-object-fit: cover;
    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;
    -o-object-fit: fill;
    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: #00529C;
    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 #41210F;
    border-right: solid 2px #41210F;
    transform: rotate(45deg);
    position: absolute;
    top: inherit;
    bottom: 13px;
    right: 16px;
  }
  .kukaku-acTriger.active::before {
    width: 12px;
    height: 2px;
    background: #41210F;
    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: rgba(246, 239, 234, 0.3);
    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: rgba(246, 239, 234, 0.3);
  }
  .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;
  }
  /* _common.scss -------------------------------------------------- */
  .spNon {
    display: none;
  }
  body {
    padding: 60px 0 52px;
  }
  .caption {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .nav-float {
    bottom: 0;
  }
  a.btn, a.btn-action, a.btn-submit, a.btn-cta {
    height: 52px;
    font-size: 1.8rem;
    border-radius: 26px;
  }
  .head {
    padding: 16px;
    font-size: 1.8rem;
  }
  .ttl-basic {
    font-size: 2rem;
  }
  .ttl-main {
    margin: 0 0 24px;
    font-size: 1.6rem;
  }
  .ttl-main .en {
    margin: 0 0 8px;
    font-size: 4rem;
  }
  .innerBlock {
    margin: 32px auto;
    padding: 16px;
  }
  .contact {
    padding: 32px 16px;
  }
  .contact .ttl-main {
    margin: 0 0 4px;
  }
  .contact .ttl-main .en {
    margin: 0;
  }
  .contact p {
    font-size: 1.8rem;
  }
  .contact-list {
    margin: 8px 0 0;
  }
  .contact-list > li {
    margin: 12px 0 0;
  }
  .kv {
    display: flex;
    flex-wrap: wrap;
  }
  .kv-img {
    order: 2;
    width: 100%;
  }
  .kv-pc {
    order: 1;
    width: 100%;
  }
  .kv-sp {
    margin: 0;
  }
  .gda-image {
    margin-bottom: 22px;
  }
  .gda-block {
    padding: 25px 25px 25px;
  }
  .gda-bnr {
    padding: 15px;
  }
  .gda-bnr-text {
    font-size: 1.6rem;
  }
  .gda-bnr-title {
    font-size: 2rem;
  }
  .info-list {
    padding: 8px;
  }
  .info-list > li {
    padding: 16px 8px;
  }
  .info-list > li a {
    margin: -16px -8px;
    padding: 16px 8px;
  }
  .info-date {
    margin: 0 0 8px !important;
  }
  .youtube {
    position: relative;
    width: 100%;
  }
  .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 640/426;
  }
  .concept-kv-inner {
    height: 420px;
    padding: 45px 0;
    background: url("/web/images/special/uhp_mamizuka/kv-con-sp.webp") no-repeat center bottom;
    background-size: cover;
  }
  .concept-kv-notice {
    color: #AAAAAA;
    padding: 2px 10px;
  }
  .concept-copy {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .concept-nav {
    margin: 10px auto 0;
  }
  .concept-nav-wrapper {
    margin: 30px 15px 60px;
  }
  .concept-nav-title {
    font-size: 1.6rem;
    text-align: center;
  }
  .concept-nav > li {
    margin-bottom: 20px;
  }
  .concept-nav > li a {
    padding: 15px 20px 10px 20px;
  }
  .concept-nav > li a::after {
    right: 10px;
    width: 19px;
    height: 7px;
  }
  .concept-nav > li .num {
    font-size: 3rem;
    width: 50px;
  }
  .concept-nav > li .concept-nav-body {
    width: calc(100% - 50px);
    font-size: 1.4rem;
  }
  .concept-nav > li .concept-nav-body .sub {
    font-size: 1.6rem;
  }
  .concept-section-main {
    padding: 30px 15px;
  }
  .concept-section-main-image {
    margin-bottom: 30px;
  }
  .concept-section-main-image figure::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: -5px;
    bottom: -5px;
  }
  .concept-section-main-image figure img {
    width: 100%;
  }
  .concept-section-main-head {
    display: flex;
    line-height: 1;
  }
  .concept-section-main-head .num {
    font-size: 4.5rem;
    width: 75px;
    border-left: 8px solid #7BB86D;
    padding-left: 8px;
  }
  .concept-section-main-head p {
    line-height: 1.4;
    width: calc(100% - 75px);
    font-size: 1.4rem;
  }
  .concept-section-main-head p strong {
    font-size: 2rem;
  }
  .concept-section-main-title {
    font-size: 2.2rem;
    margin: 20px 0;
  }
  .concept-section-body {
    padding: 30px 15px;
  }
  .concept-block-title {
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 8px;
  }
  .concept-block-subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .concept-block-subtitle img {
    display: block;
    margin: 0 auto;
  }
  .concept-block-notice {
    margin-top: 20px;
  }
  .concept-01-block {
    margin-bottom: 30px;
  }
  .concept-02 {
    padding: 0;
  }
  .concept-02-block {
    margin-bottom: 60px;
  }
  .concept-02-block-body {
    margin-top: 20px;
  }
  .concept-02-block-body-point {
    margin-top: 20px;
    padding: 15px;
  }
  .concept-02-block-body-point p {
    margin: 10px 0 0;
  }
  .concept-02-image {
    text-align: center;
  }
  .concept-03 {
    padding: 0;
  }
  .concept-03-point {
    padding: 20px;
    margin-bottom: 10px;
  }
  .concept-03-point-inner img {
    width: 140px;
  }
  .concept-03-point-inner p {
    width: calc(100% - 150px);
    font-size: 1.4rem;
  }
  .concept-04 {
    padding: 0 0 60px;
  }
  .concept-04-block-01 {
    margin-bottom: 30px;
  }
  .concept-04-block-01-image img {
    width: 100%;
  }
  .concept-04-block-02 {
    background: url("/web/images/special/uhp_mamizuka/con04-2.png") no-repeat right top;
    background-size: 110%;
    padding-top: 67vw;
    margin-bottom: 60px;
  }
  .concept-04-block-03-text {
    margin-bottom: 20px;
  }
  .concept-04-block-03-pict {
    margin-bottom: 20px;
  }
  .concept-04-block-03-photo figure {
    display: block;
    text-align: center;
  }
  .concept sup {
    font-size: 1rem;
  }
  .basicList > li {
    margin: 24px 0 0;
  }
  .basicList-ttl {
    margin: 0 0 40px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .basicList-ttl .mini {
    font-size: 1.4rem;
  }
  .basicList-box {
    padding: 24px 16px;
  }
  .innerBlock .basicList-box {
    margin-left: -16px;
    margin-right: -16px;
  }
  .basicList-box .text {
    margin-top: 1em;
  }
  .basicList-img {
    margin: -48px 0 0;
  }
  .basicList-img img {
    width: 100%;
  }
  .nisumu {
    position: relative;
    float: right;
    margin: -40px 16px 16px;
    width: 80px;
    text-align: center;
  }
  .nisumu p {
    margin: 0;
  }
  .nisumu p + p {
    margin-top: 8px;
  }
  .concierge {
    margin-top: 16px;
    padding-top: 16px;
    text-align: center;
  }
  .concierge-ttl {
    margin: 0;
    line-height: 1.5;
  }
  .conciergeList {
    margin: 8px 0;
    justify-content: space-between;
  }
  .conciergeList > li {
    margin-top: 8px;
    width: calc(50% - 4px);
  }
  .smartheim {
    margin: 16px auto;
    width: 240px;
    text-align: center;
  }
  .smartheim p {
    margin: 0;
  }
  .smartheim-logo {
    margin: 0 auto 16px !important;
    width: 180px;
    height: auto;
  }
  .shisan {
    margin: 16px 0 0;
  }
  .shisan dt span {
    font-size: 1.2rem;
  }
  .shisan dd {
    margin: 4px 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .shisan-img {
    width: 80px;
    height: auto;
    margin: 8px 0 0 12px;
  }
  .landscape-kv {
    position: relative;
  }
  .landscape-kv-img {
    margin: 0;
    position: relative;
  }
  .landscape-kv-img::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #f6efea 0%, rgba(246, 239, 234, 0) 100%);
  }
  .landscape-text {
    margin: 16px 0 0;
    text-align: center;
  }
  .landscape-kukaku {
    margin: 16px auto 0 !important;
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
  }
  .landscape-kukaku strong {
    font-size: 4.8rem;
    vertical-align: -2px;
  }
  .landscape-map {
    margin: 8px auto 32px;
  }
  .landscape-map-img {
    margin: 0;
    height: 320px;
  }
  .machinami {
    margin: 24px 0 0;
  }
  .machinami-img {
    margin: 0 12px 0 0;
    width: 120px;
  }
  .location-kv {
    padding: 24px 16px 40px;
  }
  .location-text {
    font-size: 1.4rem;
  }
  .location-copy {
    margin: 0 0 16px;
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
  }
  .location-map {
    margin: 20px 0;
  }
  .location-facility-photo ul li img {
    width: 100%;
  }
  .location-facility {
    flex-direction: column;
    gap: 10px;
  }
  .location-facility-head {
    padding: 0 0 10px;
  }
  .location-facility-list > li {
    padding: 10px 5px;
  }
  .detail-Gmap {
    margin: 16px auto;
    height: 240px;
  }
  .detail-Gmap iframe {
    width: 100%;
    height: 100%;
  }
  .estateParts {
    font-size: 1.4rem;
  }
  .estateParts .innerBlock {
    padding: 0 8px;
  }
  .estateParts .head-estate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 26px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
  }
  .estateParts .head-estate02 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
  }
  .estateParts .kukaku-info .price strong {
    color: #0A2753;
  }
  .estateParts .nodata {
    margin: 16px 0;
    padding: 40px 0;
  }
  .estateParts .outline-table colgroup {
    display: none;
  }
  .estateParts .outline-table th,
  .estateParts .outline-table td {
    display: block;
    padding: 8px;
  }
  .estateLinkBtn {
    margin: 40px;
  }
  .event-cont {
    padding: 0 16px;
    margin: 24px auto 40px;
  }
  .event-cont .head04 {
    margin: 16px 0;
  }
  .event-cont p {
    margin: 16px 0;
    line-height: 1.8;
  }
  .event-cont p.img {
    margin: 24px 0;
  }
  .event-cont p.date {
    margin: 0 0 8px;
  }
  .menu-tab {
    margin: 24px 0;
    padding: 0;
  }
  .menu-tab ul {
    padding: 4px 3px 4px 2px;
    gap: 6px;
  }
  .menu-tab li {
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 12px 0;
  }
  /* _estate_kukaku.scss -------------------------------------------------- */
  .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;
  }
  /* _slider.scss -------------------------------------------------- */
  .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 #ccc 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/uhp_mamizuka/all-babdb129.css.map */
