@charset "UTF-8";
:root {
  --cc-begL: #F7F3ED;
  --cc-grey:#F2F2F2;
  --cc-green:#08B571;
  --cc-yellow:#F2BC2B;
  --cc-pink:#FF7BD0;
  --cc-blue:#00A9F4;
  /* Base Variable Width */
  --pc-min-size:1000;
  --base-size:1440;
  --variable-length:var(--base-size) * 100vw;
}

@media all and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}
.-enFont {
  font-family: "";
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.65);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: url(../images/common/mdl-close.svg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .remodal-close {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.remodal {
  background: #F4F4F4;
  text-align: left;
  padding: 30px 45px 50px;
}
@media screen and (max-width: 768px) {
  .remodal {
    padding: 15px 20px 25px;
  }
}
.remodal p, .remodal dl, .remodal dd {
  margin-bottom: 0;
  line-height: inherit;
}
.remodal section {
  padding-bottom: 0;
}
.remodal section:before {
  display: none;
}
.remodal .secTtl {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.2em;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .remodal .secTtl {
    font-size: 22px;
  }
}
.remodal.-jyoken {
  max-width: 1450px;
}
@media screen and (min-width: 769px) {
  .remodal.-jyoken .c-mod-condSec {
    align-items: center;
  }
  .remodal.-jyoken .c-mod-condSec__line {
    display: none;
  }
  .remodal.-jyoken .c-mod-condSec .chkBlock {
    width: 55%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .remodal.-jyoken .c-mod-condSec .chkBlock {
    width: 100%;
  }
}
.remodal.-map {
  max-width: 1218px;
}
.remodal.-map #gmapCmn {
  width: 100%;
  height: 560px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

html {
  scroll-padding-top: 100px;
}

.subpage_header {
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-top: 85px;
  height: 378px;
}
@media screen and (max-width: 768px) {
  .subpage_header {
    height: 300px;
    padding-bottom: 25px;
  }
}
.subpage_header__heading {
  z-index: 1;
}
.subpage_header__heading:after {
  left: 50%;
  transform: translate(-50%);
  width: 150px;
}

.c-sgmnt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1540px) {
  .c-sgmnt {
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    width: 1540px;
  }
}
@media screen and (max-width: 768px) {
  .c-sgmnt {
    width: 800px;
  }
}

#main-content.residencePage {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage {
    font-size: 14px;
  }
}
#main-content.residencePage p, #main-content.residencePage dl, #main-content.residencePage dd {
  margin-bottom: 0;
  line-height: inherit;
}
#main-content.residencePage section {
  padding-bottom: 0;
}
#main-content.residencePage section:before {
  display: none;
}
#main-content.residencePage .c-btn {
  transition: all 0.2s;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 40px;
  gap: 10px;
  width: 347px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-btn {
    width: 100%;
    height: 60px;
  }
}
#main-content.residencePage .c-btn.-ico:after {
  content: "";
  background: url(../images/common/ico-blnk.svg) center center/cover no-repeat;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-btn.-ico:after {
    width: 14px;
    height: 14px;
  }
}
#main-content.residencePage .-bg-beg {
  background: var(--cc-begL);
}

#main-content.residencePage .c-ehTh {
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 1540px) and (min-width: 769px) {
  #main-content.residencePage .c-ehTh {
    padding: 1.2987012987vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh {
    padding: 10px;
  }
}
#main-content.residencePage .c-ehTh .p-tag {
  line-height: 1;
  color: #fff;
  background: #A38752;
  border-radius: 8px;
  padding: 8px 17px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh .p-tag {
    padding: 8px 12px;
  }
}
#main-content.residencePage .c-ehTh .p-tag.tag-sr {
  background: #3C5C00;
}
#main-content.residencePage .c-ehTh .p-tag.-blk {
  background: #000;
}
#main-content.residencePage .c-ehTh__in {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 24px;
  padding: 20px 25px 50px;
}
@media screen and (max-width: 1540px) and (min-width: 769px) {
  #main-content.residencePage .c-ehTh__in {
    padding: 1.2987012987vw 1.6233766234vw 50px;
    border-radius: 1.5584415584vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__in {
    padding: 10px 10px;
  }
}
#main-content.residencePage .c-ehTh__head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 20px 10px;
}
#main-content.residencePage .c-ehTh__head .addClm {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#main-content.residencePage .c-ehTh__head .area {
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__head .area {
    font-size: 16px;
  }
}
#main-content.residencePage .c-ehTh__head .adrs {
  display: flex;
  align-items: flex-start;
  line-height: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__head .adrs {
    font-size: 12px;
  }
}
#main-content.residencePage .c-ehTh__head .adrs:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(../images/common/ico-pin.svg) center center/100% auto no-repeat;
  width: 12px;
  height: 16px;
  top: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__head .adrs:before {
    top: 2px;
  }
}
#main-content.residencePage .c-ehTh__head .tagClm {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__head .tagClm {
    gap: 5px;
  }
  #main-content.residencePage .c-ehTh__head .tagClm .p-tag {
    font-size: 13px;
  }
}
#main-content.residencePage .c-ehTh__img {
  overflow: hidden;
  line-height: 0;
  position: relative;
  aspect-ratio: 794/596;
  border-radius: 24px;
  margin-bottom: 35px;
}
#main-content.residencePage .c-ehTh__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-content.residencePage .c-ehTh__cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 18px 20px;
}
@media screen and (max-width: 1540px) and (min-width: 769px) {
  #main-content.residencePage .c-ehTh__cv {
    padding: 0 1.1688311688vw 1.2987012987vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__cv {
    font-size: 13px;
    padding: 0 0 20px;
  }
}
#main-content.residencePage .c-ehTh__cv .code {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
}
#main-content.residencePage .c-ehTh__cv .code .-new {
  line-height: 1;
  background: #BF0000;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  padding: 5px 7px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__cv .code .-new {
    font-size: 11px;
  }
}
#main-content.residencePage .c-ehTh__cv .view {
  display: flex;
  align-items: center;
}
#main-content.residencePage .c-ehTh__cv .view:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(../images/common/ico-eye.svg) center center/100% auto no-repeat;
  width: 20px;
  height: 12px;
  margin-right: 3px;
}
#main-content.residencePage .c-ehTh__ttl {
  font-weight: bold;
  line-height: normal;
  font-size: 21px;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__ttl {
    font-size: 19px;
  }
}
#main-content.residencePage .c-ehTh__info {
  border: solid 1px #C3C3C3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#main-content.residencePage .c-ehTh__info dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__info dl {
    padding: 7px;
  }
}
#main-content.residencePage .c-ehTh__info dl {
  gap: 0.5em 0;
}
#main-content.residencePage .c-ehTh__info dl:nth-child(2) {
  border-left: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
}
#main-content.residencePage .c-ehTh__info dl dt {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__info dl dt {
    font-size: 12px;
  }
}
#main-content.residencePage .c-ehTh__info dl dd {
  font-weight: bold;
  letter-spacing: -0.05em;
}
#main-content.residencePage .c-ehTh__tags {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__tags {
    gap: 10px;
  }
}
#main-content.residencePage .c-ehTh__tags__listClm {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__tags__listClm {
    gap: 5px;
  }
}
#main-content.residencePage .c-ehTh__tags__listClm .p-tag {
  font-size: 14px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-ehTh__tags__listClm .p-tag {
    font-size: 12px;
    padding: 8px 12px;
  }
}
#main-content.residencePage .c-ehTh__vm {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  #main-content.residencePage .c-ehTh__vm {
    position: absolute;
    right: 25px;
    bottom: 20px;
  }
}
#main-content.residencePage .c-ehTh__vm:after {
  content: "";
  background: url(../images/common/ico-vm-arw.svg) center center/100% auto no-repeat;
  width: 31px;
  height: 4px;
}
@media screen and (min-width: 769px) {
  #main-content.residencePage .c-ehTh .c-ehTh__img {
    transition: 0.3s border-radius;
  }
  #main-content.residencePage .c-ehTh a:hover {
    opacity: 1;
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__in, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__in, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__in, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__in {
    color: #fff;
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__img, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__img, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__img, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__img {
    border-radius: 48px 96px 48px 96px;
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__head .adrs:before, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__head .adrs:before, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__head .adrs:before, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__head .adrs:before {
    background-image: url(../images/common/ico-pin-w.svg);
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__cv .view:before, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__cv .view:before, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__cv .view:before, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__cv .view:before {
    background-image: url(../images/common/ico-eye-w.svg);
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__vm:after, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__vm:after, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__vm:after, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__vm:after {
    background-image: url(../images/common/ico-vm-arw-w.svg);
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__info, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__info, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__info, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__info {
    border-color: #fff;
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__info dl, #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__info dl, #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__info dl, #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__info dl {
    border-color: #fff;
  }
  #main-content.residencePage .c-ehTh.sakai:hover .c-ehTh__in {
    background: var(--cc-yellow);
  }
  #main-content.residencePage .c-ehTh.mikuni:hover .c-ehTh__in {
    background: var(--cc-blue);
  }
  #main-content.residencePage .c-ehTh.harue:hover .c-ehTh__in {
    background: var(--cc-pink);
  }
  #main-content.residencePage .c-ehTh.maruoka:hover .c-ehTh__in {
    background: var(--cc-green);
  }
}
#main-content.residencePage .c-pageTopLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 55px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-pageTopLinks {
    gap: 10px;
  }
}
#main-content.residencePage .c-pageTopLinks a {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 42px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-pageTopLinks a {
    width: 175px;
    height: 37px;
    font-size: 14px;
  }
}
#main-content.residencePage .c-mod-contactSec {
  padding: 100px 30px 0;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-contactSec {
    padding: 50px 15px 0;
  }
}
#main-content.residencePage .c-mod-contactSec__cnt {
  background: var(--cc-begL);
  margin: 0 auto;
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  max-width: 1085px;
  padding: 55px 50px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-contactSec__cnt {
    flex-direction: column;
    align-items: center;
    padding: 25px 22px;
    border-radius: 25px;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  #main-content.residencePage .c-mod-contactSec .txtBlock {
    padding: 25px 0;
  }
}
#main-content.residencePage .c-mod-contactSec .txtBlock .ttl {
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-contactSec .txtBlock .ttl {
    font-size: 18px;
    line-height: normal;
  }
}
#main-content.residencePage .c-mod-contactSec .txtBlock .txt {
  margin: 32px 0 40px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-contactSec .txtBlock .txt {
    margin: 15px 0 30px;
  }
}
#main-content.residencePage .c-mod-sodanSec {
  padding: 100px 30px 130px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec {
    padding: 50px 15px 65px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #main-content.residencePage .c-mod-sodanSec.-bg-beg {
    padding: 155px 30px 150px;
  }
}
#main-content.residencePage .c-mod-sodanSec__cnt {
  overflow: hidden;
  border: solid 4px #121212;
  margin: 0 auto;
  border-radius: 13px;
  max-width: 1040px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec__cnt {
    border-width: 2px;
  }
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 318px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .topTxtBlock {
    height: auto;
    padding: 0px 20px 120px;
  }
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: url(../images/common/sodan-line.svg) left bottom repeat-x;
  height: 45px;
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock .ttl {
  font-weight: bold;
  padding: 35px 0 15px;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .topTxtBlock .ttl {
    font-size: 23px;
  }
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock .txt {
  max-width: 677px;
  line-height: 1.5;
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt {
  background: url(../images/common/sodan-bgcir.svg) bottom center/100% auto no-repeat;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 230px;
  height: 116px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt {
    width: 180px;
  }
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt .cirTxt__ttl {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt .cirTxt__ttl {
    font-size: 13px;
  }
}
#main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt .cirTxt__txt {
  line-height: 1.35;
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .topTxtBlock .cirTxt .cirTxt__txt {
    font-size: 16px;
  }
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock {
  background: #121212;
  color: #fff;
  padding: 10px 0px 25px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .bottomBlock {
    padding: 30px 0 25px;
  }
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .in {
  display: flex;
  justify-content: space-between;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  #main-content.residencePage .c-mod-sodanSec .bottomBlock .in {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .bottomBlock .in {
    gap: 15px;
  }
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .tel {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  top: -7px;
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .tel .txt {
  font-size: 18px;
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .tel .num {
  font-weight: bold;
  letter-spacing: -0.03em;
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-sodanSec .bottomBlock .tel .num {
    font-size: 35px;
  }
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .btnarea a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #08B671;
  color: #fff;
  gap: 7px;
  border-radius: 50px;
  width: 308px;
  height: 52px;
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .btnarea a:before {
  content: "";
  background: url(../images/common/ico-cal.svg) center center/100% auto no-repeat;
  width: 19px;
  height: 20px;
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .btnarea a .txt {
  font-size: 18px;
}
#main-content.residencePage .c-mod-sodanSec .bottomBlock .btnarea a .bdg {
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  background: #fff;
  color: #08B671;
  padding: 2px 5px;
  font-size: 14px;
}
#main-content.residencePage .c-mod-udcSec {
  position: relative;
  padding: 105px 30px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec {
    padding: 50px 15px;
  }
}
#main-content.residencePage .c-mod-udcSec .bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main-content.residencePage .c-mod-udcSec__cnt {
  position: relative;
  color: #fff;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
}
@media screen and (max-width: 990px) {
  #main-content.residencePage .c-mod-udcSec__cnt {
    flex-direction: column;
    gap: 50px;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .txtBlock .ttl {
  font-weight: bold;
  line-height: 1.8;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec__cnt .txtBlock .ttl {
    line-height: normal;
    font-size: 19px;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .txtBlock .txt {
  font-weight: 500;
  max-width: 550px;
  line-height: 2;
  margin: 35px 0 25px;
}
#main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea {
    justify-content: center;
    gap: 20px;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea .c-btn {
  background: #fff;
  color: #000;
  font-size: 14px;
  width: 412px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea .c-btn {
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 1.2;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea .c-btn:after {
  background-image: url(../images/common/ico-blnk-blk.svg);
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec__cnt .txtBlock .btnarea .ig {
    width: 30px;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-mod-udcSec__cnt .companyBlock {
    justify-content: center;
  }
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock .img {
  width: 214px;
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock__txt {
  font-weight: 500;
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock__txt .txt1 {
  font-size: 14px;
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock__txt .txt2 {
  font-weight: bold;
  font-size: 19px;
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock__txt .txt3 {
  margin: 15px 0 10px;
  line-height: 1.5;
}
#main-content.residencePage .c-mod-udcSec__cnt .companyBlock__txt .link a {
  text-decoration: underline;
  color: #fff;
}
#main-content.residencePage .c-toListBtn {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #main-content.residencePage .c-toListBtn {
    padding: 50px 15px;
  }
}

.c-mod-condSec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 990px) {
  .c-mod-condSec {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.c-mod-condSec__line {
  background: #000;
  height: 412px;
  width: 1px;
}
@media screen and (max-width: 990px) {
  .c-mod-condSec__line {
    width: 100%;
    height: 1px;
  }
}
.c-mod-condSec .btnarea {
  display: flex;
  justify-content: center;
}
.c-mod-condSec .btnarea a, .c-mod-condSec .btnarea button {
  border: none;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  background: #000;
  color: #fff;
  min-width: 220px;
  padding: 5px 20px;
  font-size: 18px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .btnarea a, .c-mod-condSec .btnarea button {
    font-size: 1.1688311688vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .btnarea a, .c-mod-condSec .btnarea button {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-mod-condSec .chkBlock {
    width: 53%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .c-mod-condSec .chkBlock {
    width: 100%;
  }
}
.c-mod-condSec .chkBlock .itemList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .itemList {
    gap: 0.7792207792vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .itemList {
    gap: 24px;
  }
}
.c-mod-condSec .chkBlock .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item {
    flex-direction: column;
  }
}
.c-mod-condSec .chkBlock .item__label {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding-top: 0.1em;
  width: 158px;
  height: 32px;
  font-size: 18px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item__label {
    width: 10.2597402597vw;
    height: 2.0779220779vw;
    font-size: 1.1688311688vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item__label {
    width: 130px;
    height: 28px;
    font-size: 14px;
  }
}
.c-mod-condSec .chkBlock .item__cnt {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  gap: 10px;
  line-height: 1;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item__cnt {
    width: calc(100% - 12.3376623377vw);
    gap: 0.6493506494vw;
    font-size: 1.038961039vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item__cnt {
    padding-top: 15px;
    width: 100%;
    font-size: 14px;
  }
}
.c-mod-condSec .chkBlock .item__cnt .note {
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item__cnt .note {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item__cnt .note {
    font-size: 12px;
  }
}
.c-mod-condSec .chkBlock .item .subItem {
  display: flex;
  justify-content: space-between;
}
.c-mod-condSec .chkBlock .item .subItem__label {
  font-weight: bold;
}
.c-mod-condSec .chkBlock .item .subItem__cnt {
  width: calc(100% - 64px);
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item .subItem__cnt {
    width: calc(100% - 4.1558441558vw);
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item .subItem__cnt {
    width: calc(100% - 55px);
  }
}
.c-mod-condSec .chkBlock .item .subItem2 {
  display: flex;
  justify-content: space-between;
}
.c-mod-condSec .chkBlock .item .subItem2__cnt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 96px);
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item .subItem2__cnt {
    width: calc(100% - 6.2337662338vw);
  }
}
.c-mod-condSec .chkBlock .item .subItem2 .note {
  line-height: normal !important;
  padding: 1em 0 1.5em;
}
.c-mod-condSec .chkBlock .item .inputList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item .inputList {
    gap: 0.974025974vw 1.6233766234vw;
    font-size: 1.038961039vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item .inputList {
    gap: 10px 20px;
  }
}
.c-mod-condSec .chkBlock .item .inputList label {
  display: flex;
  align-items: center;
}
.c-mod-condSec .chkBlock .item .inputList input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1540px) and (min-width: 991px) {
  .c-mod-condSec .chkBlock .item .inputList input {
    width: 1.2987012987vw;
    height: 1.2987012987vw;
  }
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .chkBlock .item .inputList input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
.c-mod-condSec .chkBlock .btnarea {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .c-mod-condSec .mapBlock {
    max-width: 603px;
    width: 44%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .c-mod-condSec .mapBlock {
    width: 100%;
  }
}
.c-mod-condSec .mapBlock__img {
  position: relative;
}
.c-mod-condSec .mapBlock__img a {
  position: absolute;
  width: 11.5%;
  height: 6.6%;
}
.c-mod-condSec .mapBlock__img a.area-1 {
  left: 11.4%;
  top: 11%;
}
.c-mod-condSec .mapBlock__img a.area-2 {
  left: 28.5%;
  top: 46%;
}
.c-mod-condSec .mapBlock__img a.area-3 {
  left: 21.5%;
  top: 63.5%;
}
.c-mod-condSec .mapBlock__img a.area-4 {
  left: 56%;
  top: 57%;
}
.c-mod-condSec .mapBlock .txt {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .c-mod-condSec .mapBlock .txt {
    margin-bottom: 35px;
    font-size: 14px;
  }
}
.c-mod-condSec .mapBlock .txt .txtBox {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 3px 7px;
}

#gmap {
  width: 100%;
  height: 750px;
}

/* 吹き出しのデザイン（自由に） */
.custom-balloon {
  transform: translate(-50%, -120%);
  background: #fff;
  padding: 9px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 260px;
}
.custom-balloon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.custom-balloon .balloon-close {
  border: none;
  position: absolute;
  top: -24px;
  right: -20px;
  background: url(../images/common/ballon-close.svg) center center/cover no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.custom-balloon .ballon__toptag {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}
.custom-balloon .ballon__toptag p {
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 56px;
  height: 22px;
}
.custom-balloon .ballon__toptag p:empty {
  display: none;
}
.custom-balloon .ballon__toptag p.toptag1 {
  background: #BF0000;
}
.custom-balloon .ballon__toptag p.toptag2 {
  background: #70AC00;
}
.custom-balloon .ballon__toptag p.toptag3 {
  color: #000;
  background: #F2BC2B;
}
.custom-balloon .ballon__toptag p.toptag4 {
  background: #A38752;
}
.custom-balloon .ballon__ttl {
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
}
.custom-balloon .ballon__clm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-balloon .ballon__clm .txtCode {
  font-size: 14px;
}
.custom-balloon .ballon__clm .txtPrice {
  line-height: 1;
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 10px;
}
.custom-balloon .ballon__clm .txtPrice dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  width: 48px;
  height: 24px;
  font-size: 13px;
}
.custom-balloon .ballon__clm .txtPrice dd {
  line-height: 1 !important;
  border-bottom: solid 2px #FF7BD0;
  font-weight: bold;
  letter-spacing: -0.01em;
  padding-bottom: 5px;
  font-size: 26px;
}
.custom-balloon .ballon__clm .txtPrice dd span {
  font-size: 12px;
  margin-left: 3px;
}
.custom-balloon .ballon__infoList {
  background: url(../images/common/ballon-line.svg) top center no-repeat;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 15px;
  gap: 8px;
}
.custom-balloon .ballon__infoList dl {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(50% - 4px);
}
.custom-balloon .ballon__infoList dl dt {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A9F4;
  font-size: 12px;
  width: 42px;
  height: 18px;
}
.custom-balloon .ballon__infoList dl dd {
  width: calc(100% - 47px);
  line-height: 1 !important;
}
.custom-balloon .ballon__btn {
  margin-top: 15px;
}
.custom-balloon .ballon__btn a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #000;
  color: #fff;
  border-radius: 4px;
  height: 28px;
}

.floating-nav {
  display: none;
}

.ehSideNav {
  position: fixed;
  right: 0;
  display: flex;
}
@media screen and (min-width: 769px) {
  .ehSideNav {
    top: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .ehSideNav {
    bottom: 0;
    width: 100%;
  }
}
.ehSideNav a, .ehSideNav button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ehSideNav a, .ehSideNav button {
    flex-direction: column;
    width: 50px;
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .ehSideNav a, .ehSideNav button {
    width: 33.33%;
    padding: 10px 0;
  }
}
.ehSideNav a .ico, .ehSideNav button .ico {
  background: center center/auto 100% no-repeat;
}
@media screen and (min-width: 769px) {
  .ehSideNav a .ico, .ehSideNav button .ico {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ehSideNav a .ico, .ehSideNav button .ico {
    transform: scale(0.6);
  }
}
.ehSideNav a .ico.-cal, .ehSideNav button .ico.-cal {
  background-image: url(../images/common/ico-side-cal.svg);
  width: 20px;
  height: 20px;
}
.ehSideNav a .ico.-search, .ehSideNav button .ico.-search {
  background-image: url(../images/common/ico-side-search.svg);
  width: 26px;
  height: 26px;
}
.ehSideNav a .ico.-pin, .ehSideNav button .ico.-pin {
  background-image: url(../images/common/ico-side-pin.svg);
  width: 18px;
  height: 24px;
}
.ehSideNav a p, .ehSideNav button p {
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.ehSideNav a p.box, .ehSideNav button p.box {
  border-radius: 4px;
  line-height: 1;
  background: #fff;
  color: #08B671;
  padding: 3px 2px;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ehSideNav a p.box, .ehSideNav button p.box {
    margin-top: 0;
    padding: 2px 1px;
    font-size: 11px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 769px) {
  .ehSideNav a p, .ehSideNav button p {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .ehSideNav a p, .ehSideNav button p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.ehSideNav a.sodan, .ehSideNav button.sodan {
  background: #08B671;
}
.ehSideNav a.s-jyoken, .ehSideNav button.s-jyoken {
  background: #A38752;
}
@media screen and (min-width: 769px) {
  .ehSideNav a.s-jyoken, .ehSideNav button.s-jyoken {
    border-radius: 16px 0 0 16px;
    width: 80px;
  }
}
.ehSideNav a.s-map, .ehSideNav button.s-map {
  background: #000;
}
@media screen and (min-width: 769px) {
  .ehSideNav a.s-map, .ehSideNav button.s-map {
    border-radius: 16px 0 0 16px;
  }
}

#main-content.indexPage .c-pageTopLinks.-top {
  margin-bottom: 125px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .c-pageTopLinks.-top {
    margin-bottom: 100px;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  #main-content.indexPage .c-pageTopLinks.-top a {
    width: 178px;
  }
}
#main-content.indexPage .bgW-1 {
  overflow: hidden;
  position: relative;
  padding: 55px 0px 315px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .bgW-1 {
    padding: 60px 0px 125px;
  }
}
#main-content.indexPage .bggry {
  overflow: hidden;
  background: var(--cc-grey);
  position: relative;
  padding: 120px 0px 275px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .bggry {
    padding: 60px 0px 125px;
  }
}
#main-content.indexPage .bgW-2 {
  overflow: hidden;
  position: relative;
  padding: 120px 0px 250px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .bgW-2 {
    padding: 60px 0px 125px;
  }
}
#main-content.indexPage .sec {
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  #main-content.indexPage .sec {
    align-items: center;
  }
}
@media screen and (max-width: 990px) {
  #main-content.indexPage .sec {
    flex-direction: column;
    gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .sec {
    padding: 0 15px;
  }
}
#main-content.indexPage .sec__txt {
  max-width: 497px;
}
@media screen and (max-width: 990px) {
  #main-content.indexPage .sec__txt {
    max-width: inherit;
    width: 100%;
  }
}
#main-content.indexPage .sec__txt .ttl {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .sec__txt .ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#main-content.indexPage .sec__txt .txt {
  line-height: 2;
}
#main-content.indexPage .sec__txt .btnarea {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  #main-content.indexPage .sec__txt .btnarea {
    margin-top: 50px;
  }
}
#main-content.indexPage .sec__img {
  width: 50%;
}
@media screen and (max-width: 990px) {
  #main-content.indexPage .sec__img {
    width: 100%;
  }
  #main-content.indexPage .sec__img img {
    margin: 0 auto;
  }
}
#main-content.indexPage .sec__btns {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #main-content.indexPage .sec__btns {
    width: 100%;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  #main-content.indexPage .sec.sec1 .sec__img {
    width: 52.5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  #main-content.indexPage .sec.sec1 .sec__img {
    width: 100%;
  }
}

#main-content.ehIndexPage .bgW-1 {
  overflow: hidden;
  position: relative;
  padding: 120px 0px 315px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .bgW-1 {
    padding: 60px 0px 125px;
  }
}
#main-content.ehIndexPage .bggry {
  overflow: hidden;
  background: var(--cc-grey);
  position: relative;
  padding: 45px 30px 165px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .bggry {
    padding: 45px 15px 90px;
  }
}
#main-content.ehIndexPage .bgW-2 {
  overflow: hidden;
  position: relative;
  padding: 75px 0px 250px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .bgW-2 {
    padding: 50px 0px 120px;
  }
}
#main-content.ehIndexPage .bggry-2 {
  background: var(--cc-grey);
  position: relative;
  padding: 90px 30px 155px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .bggry-2 {
    padding: 50px 15px 80px;
  }
}
#main-content.ehIndexPage .topicSec,
#main-content.ehIndexPage .newSec {
  overflow: hidden;
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec,
  #main-content.ehIndexPage .newSec {
    padding-top: 100px;
  }
}
#main-content.ehIndexPage .topicSec__ttl,
#main-content.ehIndexPage .newSec__ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 27px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__ttl,
  #main-content.ehIndexPage .newSec__ttl {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
#main-content.ehIndexPage .topicSec__cnt,
#main-content.ehIndexPage .newSec__cnt {
  position: relative;
  overflow: hidden;
  max-width: 1483px;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media screen and (max-width: 1540px) and (min-width: 769px) {
  #main-content.ehIndexPage .topicSec__cnt,
  #main-content.ehIndexPage .newSec__cnt {
    width: 100%;
  }
}
#main-content.ehIndexPage .topicSec__cnt .js-slid:not(.slick-initialized),
#main-content.ehIndexPage .newSec__cnt .js-slid:not(.slick-initialized) {
  height: 0;
  overflow: hidden;
}
#main-content.ehIndexPage .topicSec__cnt .js-slid,
#main-content.ehIndexPage .newSec__cnt .js-slid {
  width: 494px;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) and (min-width: 769px) {
  #main-content.ehIndexPage .topicSec__cnt .js-slid,
  #main-content.ehIndexPage .newSec__cnt .js-slid {
    width: 33.33vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .js-slid,
  #main-content.ehIndexPage .newSec__cnt .js-slid {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 100%;
  }
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-list,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-list {
  overflow: visible !important;
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots {
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 18px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots,
  #main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots {
    gap: 13px;
  }
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots li,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots li.slick-active button,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots li.slick-active button {
  background: #898989;
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots li button,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots li button {
  border-radius: 50%;
  background: #D3D3D3;
  padding: 0;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots li button,
  #main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}
#main-content.ehIndexPage .topicSec__cnt .js-slid .slick-dots li button:before,
#main-content.ehIndexPage .newSec__cnt .js-slid .slick-dots li button:before {
  display: none;
}
#main-content.ehIndexPage .topicSec__cnt .slick-track,
#main-content.ehIndexPage .newSec__cnt .slick-track {
  display: flex !important;
}
#main-content.ehIndexPage .topicSec__cnt .slick-slide,
#main-content.ehIndexPage .newSec__cnt .slick-slide {
  height: auto !important;
}
#main-content.ehIndexPage .topicSec__cnt .slick-slide > div,
#main-content.ehIndexPage .newSec__cnt .slick-slide > div {
  height: 100%;
}
#main-content.ehIndexPage .topicSec__cnt .slick-slider,
#main-content.ehIndexPage .newSec__cnt .slick-slider {
  position: static;
}
#main-content.ehIndexPage .topicSec__cnt .slideItem,
#main-content.ehIndexPage .newSec__cnt .slideItem {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 453px;
}
@media screen and (min-width: 769px) {
  #main-content.ehIndexPage .topicSec__cnt .slideItem,
  #main-content.ehIndexPage .newSec__cnt .slideItem {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .slideItem,
  #main-content.ehIndexPage .newSec__cnt .slideItem {
    border: none;
    width: 100%;
  }
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow,
#main-content.ehIndexPage .newSec__cnt .slick-arrow {
  width: 60px;
  height: 60px;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .slick-arrow,
  #main-content.ehIndexPage .newSec__cnt .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow:hover,
#main-content.ehIndexPage .newSec__cnt .slick-arrow:hover {
  opacity: 1;
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow.slick-prev,
#main-content.ehIndexPage .newSec__cnt .slick-arrow.slick-prev {
  z-index: 1;
  left: 45px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .slick-arrow.slick-prev,
  #main-content.ehIndexPage .newSec__cnt .slick-arrow.slick-prev {
    left: 7px;
  }
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow.slick-prev::before,
#main-content.ehIndexPage .newSec__cnt .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow.slick-next,
#main-content.ehIndexPage .newSec__cnt .slick-arrow.slick-next {
  right: 45px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__cnt .slick-arrow.slick-next,
  #main-content.ehIndexPage .newSec__cnt .slick-arrow.slick-next {
    right: 7px;
  }
}
#main-content.ehIndexPage .topicSec__cnt .slick-arrow:before,
#main-content.ehIndexPage .newSec__cnt .slick-arrow:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/ico-slide-arw.svg) center center/cover no-repeat;
}
#main-content.ehIndexPage .topicSec__btnarea,
#main-content.ehIndexPage .newSec__btnarea {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .topicSec__btnarea,
  #main-content.ehIndexPage .newSec__btnarea {
    margin-top: 40px;
    padding: 0 15px;
  }
}
#main-content.ehIndexPage .conditionSec__ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 27px;
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .conditionSec__ttl {
    font-size: 25px;
    margin-bottom: 55px;
  }
}
#main-content.ehIndexPage .gampSec__ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 27px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .gampSec__ttl {
    font-size: 25px;
    margin-bottom: 55px;
  }
}
#main-content.ehIndexPage .supportSec__ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 27px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .supportSec__ttl {
    line-height: 1.3;
    font-size: 25px;
    margin-bottom: 55px;
  }
}
#main-content.ehIndexPage .supportSec__cnt {
  margin: 0 auto;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .supportSec__cnt {
    overflow-x: auto;
  }
}
#main-content.ehIndexPage .supportSec__cnt table {
  border: solid 2px var(--cc-green);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main-content.ehIndexPage .supportSec__cnt table {
    min-width: 700px;
  }
}
#main-content.ehIndexPage .supportSec__cnt table thead {
  text-align: center;
  background: var(--cc-green);
  color: #fff;
}
#main-content.ehIndexPage .supportSec__cnt table thead td {
  border-right: #fff solid 1px;
}
#main-content.ehIndexPage .supportSec__cnt table thead td:last-child {
  border-right: none;
}
#main-content.ehIndexPage .supportSec__cnt table tbody tr {
  border-bottom: solid 1px var(--cc-green);
}
#main-content.ehIndexPage .supportSec__cnt table tbody tr:last-child {
  border-bottom: none;
}
#main-content.ehIndexPage .supportSec__cnt table tbody td {
  border-right: solid 1px var(--cc-green);
  padding: 1em;
  text-align: center;
}
#main-content.ehIndexPage .supportSec__cnt table tbody td:first-child {
  text-align: left;
}
#main-content.ehIndexPage .supportSec__cnt table tbody td:last-child {
  border-right: none;
  text-align: left;
}
#main-content.ehIndexPage .supportSec__cnt table tbody td a {
  text-decoration: underline;
}

#main-content.ehSearchPage .cntHead {
  padding: 50px 0;
}
#main-content.ehSearchPage .cntHead__in {
  margin: 0 auto;
  max-width: 1220px;
  box-sizing: content-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSearchPage .cntHead__in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main-content.ehSearchPage .cntHead .ttl {
  font-weight: bold;
  font-size: 27px;
}
#main-content.ehSearchPage .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 990px) {
  #main-content.ehSearchPage .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSearchPage .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main-content.ehSearchPage .list li {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
#main-content.ehSearchPage .list li:nth-child(-n+3) {
  border-top: solid 1px #000;
}
@media screen and (max-width: 990px) {
  #main-content.ehSearchPage .list li:nth-child(3) {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSearchPage .list li {
    border-left: none;
    border-right: none;
  }
  #main-content.ehSearchPage .list li:nth-child(2) {
    border-top: none;
  }
}

.-ehSingle {
  display: flex;
  flex-direction: column;
  align-items: center !important;
}
@media screen and (min-width: 769px) {
  .-ehSingle {
    max-height: 380px !important;
  }
}
@media screen and (max-width: 768px) {
  .-ehSingle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.-ehSingle .subpage_header_code {
  font-weight: bold;
  margin-bottom: 0;
}
.-ehSingle .subpage_header__heading:after {
  top: auto;
  bottom: 26px;
}
@media screen and (max-width: 768px) {
  .-ehSingle .subpage_header__heading:after {
    bottom: 29px;
  }
}

#main-content.ehSinglePage .article {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article {
    padding-top: 40px;
  }
}
#main-content.ehSinglePage .article .in {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main-content.ehSinglePage .article .pageHead {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  background: url(../images/common/dot-line.svg) center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead {
    gap: 40px 0;
  }
}
#main-content.ehSinglePage .article .pageHead .tagList {
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .tagList {
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .pageHead .tagList li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 4px;
  min-width: 64px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .tagList li {
    min-width: 54px;
  }
}
#main-content.ehSinglePage .article .pageHead .tagList li.-new {
  background: #BF0000;
}
#main-content.ehSinglePage .article .pageHead .tagList li.-rs {
  background: #70AC00;
}
#main-content.ehSinglePage .article .pageHead .tagList li.-area {
  color: #000;
  background: #F2BC2B;
}
#main-content.ehSinglePage .article .pageHead .tagList li.-stts {
  background: #A38752;
}
#main-content.ehSinglePage .article .pageHead .infoList {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .infoList {
    gap: 15px;
  }
}
#main-content.ehSinglePage .article .pageHead .infoList dl {
  display: flex;
  align-items: center;
  gap: 8px;
}
#main-content.ehSinglePage .article .pageHead .infoList dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 4px;
  width: 64px;
  height: 24px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .infoList dl dt {
    font-size: 11px;
    width: 54px;
  }
}
#main-content.ehSinglePage .article .pageHead .price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .price {
    margin-top: 20px;
  }
}
#main-content.ehSinglePage .article .pageHead .price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 4px;
  width: 64px;
  height: 24px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .price dt {
    font-size: 11px;
    width: 54px;
  }
}
#main-content.ehSinglePage .article .pageHead .price dd {
  position: relative;
  top: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: solid 2px #FF7BD0;
  letter-spacing: -0.1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .price dd {
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .pageHead .price dd .val {
  font-size: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .price dd .val {
    font-size: 35px;
    margin-right: 3px;
  }
}
#main-content.ehSinglePage .article .pageHead .tagList2 {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .tagList2 {
    gap: 10px;
    margin-top: 25px;
  }
}
#main-content.ehSinglePage .article .pageHead .tagList2 li {
  background: #BFBFBF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .tagList2 li {
    width: 110px;
    height: 26px;
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .pageHead .dataList {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  gap: 15px;
}
@media screen and (max-width: 990px) {
  #main-content.ehSinglePage .article .pageHead .dataList {
    justify-content: flex-start;
  }
}
#main-content.ehSinglePage .article .pageHead .dataList .date {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .dataList .date {
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .pageHead .dataList .date:before {
  display: inline-block;
  content: "";
  background: url(../images/common/ico-note.svg) center center/100% auto no-repeat;
  width: 15px;
  height: 16px;
}
#main-content.ehSinglePage .article .pageHead .dataList .view {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .dataList .view {
    font-size: 14px;
  }
}
#main-content.ehSinglePage .article .pageHead .dataList .view:before {
  display: inline-block;
  content: "";
  background: url(../images/common/ico-eye.svg) center center/100% auto no-repeat;
  width: 20px;
  height: 12px;
}
#main-content.ehSinglePage .article .pageHead .contactBtn {
  margin-top: 24px;
}
#main-content.ehSinglePage .article .pageHead .contactBtn a {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--cc-green);
  font-weight: bold;
  gap: 5px;
  font-size: 18px;
  width: 285px;
  height: 64px;
}
#main-content.ehSinglePage .article .pageHead .contactBtn a::after {
  content: "";
  background: url(../images/common/arw-d.svg) center center/100% auto no-repeat;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .contactBtn a::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHead .contactBtn a {
    gap: 10px;
    font-size: 15px;
    width: 250px;
    height: 54px;
  }
}
#main-content.ehSinglePage .article .pageHeadList {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 990px) {
  #main-content.ehSinglePage .article .pageHeadList {
    flex-direction: column;
    gap: 30px;
  }
}
#main-content.ehSinglePage .article .pageHeadList .infoList {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 15px 0px;
}
@media screen and (max-width: 990px) {
  #main-content.ehSinglePage .article .pageHeadList .infoList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHeadList .infoList {
    flex-direction: column;
  }
}
#main-content.ehSinglePage .article .pageHeadList .infoList dl {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 15px;
}
#main-content.ehSinglePage .article .pageHeadList .infoList dl.-w100 {
  width: 100%;
}
#main-content.ehSinglePage .article .pageHeadList .infoList dl dt {
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A9F4;
  color: #fff;
  border-radius: 4px;
  width: 100px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHeadList .infoList dl dt {
    font-size: 12px;
    width: 70px;
    height: 24px;
  }
}
#main-content.ehSinglePage .article .pageHeadList .infoList dl dd {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHeadList .infoList dl dd {
    width: calc(100% - 84px);
    font-size: 15px;
  }
}
#main-content.ehSinglePage .article .pageHeadList .kodawariList {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 990px) {
  #main-content.ehSinglePage .article .pageHeadList .kodawariList {
    width: 100%;
    gap: 7px;
  }
}
#main-content.ehSinglePage .article .pageHeadList .kodawariList li {
  color: #fff;
  line-height: 1;
  border-radius: 8px;
  background: #95773E;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .pageHeadList .kodawariList li {
    padding: 7px;
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .lclNav {
  padding: 90px 0 70px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .lclNav {
    padding: 60px 0 40px;
    gap: 15px;
  }
}
#main-content.ehSinglePage .article .lclNav a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  gap: 8px;
  border-radius: 8px;
  width: 216px;
  height: 57px;
  font-size: 18px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .lclNav a {
    width: 120px;
    height: 40px;
    font-size: 13px;
    padding-left: 0;
  }
}
#main-content.ehSinglePage .article .lclNav a::after {
  content: "";
  background: url(../images/common/arw-d.svg) center center/100% auto no-repeat;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .lclNav a::after {
    width: 7px;
    height: 7px;
  }
}
#main-content.ehSinglePage .article .imgBlock {
  background: var(--cc-grey);
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock {
    padding: 60px 15px;
  }
}
#main-content.ehSinglePage .article .imgBlock__in {
  margin: 0 auto;
  max-width: 1036px;
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-main {
  line-height: 1;
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-main .slideItem {
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 690px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-main .slideItem {
    border-radius: 8px;
    height: 230px;
  }
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-main .slideItem img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-main .slideItem .capTxt {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 2;
  width: 100%;
  padding: 15px 35px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-main .slideItem .capTxt {
    padding: 8px 15px;
    font-size: 13px;
  }
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-nav {
  position: relative;
  margin-top: 40px;
  left: -12px;
  width: calc(100% + 24px);
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-nav {
    margin-top: 15px;
    left: -6px;
    width: calc(100% + 12px);
  }
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slick-slide > div {
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slick-slide > div {
    padding: 0 6px;
  }
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slick-current .slideItem:after {
  border-radius: 8px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #00A9F4;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slick-current .slideItem:after {
    border-radius: 4px;
    border-width: 3px;
  }
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slideItem {
  position: relative;
}
#main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slideItem img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .ehImgSld-nav .slideItem img {
    border-radius: 4px;
  }
}
#main-content.ehSinglePage .article .imgBlock .infotxt {
  margin: 50px auto 0;
  max-width: 1036px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .imgBlock .infotxt {
    margin-top: 30px;
  }
}
#main-content.ehSinglePage .article .mapBlock {
  padding: 70px 0px 120px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock {
    padding-bottom: 70px;
  }
}
#main-content.ehSinglePage .article .mapBlock .maparea {
  width: 100%;
  height: 487px;
}
#main-content.ehSinglePage .article .mapBlock .maparea iframe {
  width: 100%;
  height: 100%;
}
#main-content.ehSinglePage .article .mapBlock .clmWrp {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp {
    flex-direction: column;
    gap: 30px;
  }
}
#main-content.ehSinglePage .article .mapBlock .clmWrp .adrs dl {
  display: flex;
  gap: 7px;
}
#main-content.ehSinglePage .article .mapBlock .clmWrp .adrs dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 13px;
  width: 54px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp .adrs dl dt {
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .mapBlock .clmWrp .adrs dl dd {
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp .adrs dl dd {
    margin-top: -0.1em;
  }
}
#main-content.ehSinglePage .article .mapBlock .clmWrp .adrs .note {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp .adrs .note {
    font-size: 12px;
  }
}
#main-content.ehSinglePage .article .mapBlock .clmWrp .btnarea a {
  font-weight: bold;
  width: 220px;
  height: 42px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .mapBlock .clmWrp .btnarea a {
    width: 200px;
    height: 40px;
    font-size: 15px;
  }
}
#main-content.ehSinglePage .article .floorBlock {
  overflow: hidden;
}
#main-content.ehSinglePage .article .floorBlock__sgmnt {
  position: relative;
}
#main-content.ehSinglePage .article .floorBlock__sgmnt .c-sgmnt {
  position: relative;
}
#main-content.ehSinglePage .article .floorBlock__cnt {
  background: var(--cc-grey);
  padding: 20px 30px 100px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .floorBlock__cnt {
    padding: 20px 0px 50px;
  }
}
#main-content.ehSinglePage .article .floorBlock__cnt .ttl {
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .floorBlock__cnt .ttl {
    font-size: 21px;
    margin-bottom: 55px;
  }
}
#main-content.ehSinglePage .article .floorBlock__cnt .img {
  display: flex;
  justify-content: center;
}
#main-content.ehSinglePage .article .floorBlock__cnt .img img {
  max-width: 540px;
  width: 100%;
}
#main-content.ehSinglePage .article .viewBlock {
  overflow: hidden;
}
#main-content.ehSinglePage .article .viewBlock__sgmnt {
  background: var(--cc-grey);
  position: relative;
}
#main-content.ehSinglePage .article .viewBlock__sgmnt .c-sgmnt {
  position: relative;
}
#main-content.ehSinglePage .article .viewBlock__sgmnt.-btm {
  background: transparent;
}
#main-content.ehSinglePage .article .viewBlock__cnt {
  padding: 70px 0px 100px;
}
#main-content.ehSinglePage .article .viewBlock__cnt .ttl {
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .viewBlock__cnt .ttl {
    font-size: 21px;
    margin-bottom: 55px;
  }
}
#main-content.ehSinglePage .article .viewBlock__cnt .cnt {
  display: flex;
  justify-content: center;
}
#main-content.ehSinglePage .article .detailBlock {
  overflow: hidden;
}
#main-content.ehSinglePage .article .detailBlock__cnt {
  background: var(--cc-grey);
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .detailBlock__cnt {
    padding: 50px 0px;
  }
}
#main-content.ehSinglePage .article .detailBlock__cnt .ttl {
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .detailBlock__cnt .ttl {
    font-size: 21px;
    margin-bottom: 55px;
  }
}
#main-content.ehSinglePage .article .detailBlock__cnt .img {
  display: flex;
  justify-content: center;
}
#main-content.ehSinglePage .article .detailBlock__cnt .img img {
  max-width: 540px;
}
#main-content.ehSinglePage .article .detailBlock table.detail-table {
  width: 100%;
  margin: 10px auto;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .detailBlock table.detail-table {
    font-size: 13px;
  }
}
#main-content.ehSinglePage .article .detailBlock table.detail-table > tbody {
  border-top: 1px solid #bbbbbb;
}
#main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > th {
  width: 165px;
  min-width: 165px;
  padding: 8px 0 8px 10px;
  background-color: #ededeb;
  border-bottom: 1px solid #bbbbbb;
  vertical-align: top;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > th {
    padding: 5px;
    width: 80px;
    min-width: 80px;
  }
}
#main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > td {
  width: 50%;
  padding: 5px 0 5px 10px;
  background-color: white;
  border-bottom: 1px solid #bbbbbb;
  vertical-align: middle;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  #main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > td[colspan="3"] {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > td {
    padding: 5px;
  }
  #main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > td[colspan="3"] {
    width: 100%;
  }
}
#main-content.ehSinglePage .article .detailBlock table.detail-table > tbody > tr > td > span.price-red-strong {
  color: #dd0000;
  font-weight: bold;
}
#main-content.ehSinglePage .article .storeSec {
  background: #EAEAEA;
}
#main-content.ehSinglePage .article .storeSec__top {
  background: var(--cc-grey);
  line-height: 0;
}
#main-content.ehSinglePage .article .storeSec__top img {
  width: 100%;
}
#main-content.ehSinglePage .article .storeSec__cnt {
  padding-top: 65px;
  padding-bottom: 90px;
}
#main-content.ehSinglePage .article .storeSec__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .storeSec__ttl {
    font-size: 21px;
    margin-bottom: 55px;
  }
}
#main-content.ehSinglePage .article .storeSec__clm {
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .storeSec__clm {
    flex-direction: column;
  }
}
#main-content.ehSinglePage .article .storeSec__img {
  max-width: 389px;
}
#main-content.ehSinglePage .article .storeSec__img img {
  height: auto;
  border-radius: 8px;
}
#main-content.ehSinglePage .article .storeSec__txtarea .name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .storeSec__txtarea .name {
    font-size: 20px;
  }
}
#main-content.ehSinglePage .article .storeSec__txtarea .txt {
  line-height: 2;
}
#main-content.ehSinglePage .article .storeSec__txtarea .btnarea {
  margin-top: 25px;
}
#main-content.ehSinglePage .article .storeSec__txtarea .btnarea a {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--cc-green);
  font-weight: bold;
  gap: 5px;
  font-size: 18px;
  width: 285px;
  height: 64px;
}
#main-content.ehSinglePage .article .storeSec__txtarea .btnarea a:after {
  content: "";
  background: url(../images/common/ico-blnk.svg) center center/cover no-repeat;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  #main-content.ehSinglePage .article .storeSec__txtarea .btnarea a {
    gap: 10px;
    font-size: 15px;
    width: 250px;
    height: 54px;
  }
  #main-content.ehSinglePage .article .storeSec__txtarea .btnarea a:after {
    width: 13px;
    height: 13px;
  }
}
#main-content.ehSinglePage .bgW-1 {
  position: relative;
  padding: 120px 30px 250px;
}
#main-content.ehSinglePage .bggry {
  background: var(--cc-grey);
  position: relative;
  padding: 120px 30px 240px;
}
#main-content.ehSinglePage .bgW-2 {
  position: relative;
  padding: 120px 30px 250px;
}
#main-content.ehSinglePage .sec {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
#main-content.ehSinglePage .sec__txt {
  max-width: 497px;
}
#main-content.ehSinglePage .sec__txt .ttl {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 20px;
}
#main-content.ehSinglePage .sec__txt .btnarea {
  margin-top: 100px;
}
#main-content.ehSinglePage .sec__img {
  width: 50%;
}
#main-content.ehSinglePage .sec__btns {
  width: 50%;
  display: flex;
  justify-content: space-between;
}/*# sourceMappingURL=residence.css.map */