@charset "utf-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* destyle.cssの修正
----------------------------------------------- */
button,
input,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1px;
  background-color: #fff;
  font-size: 0.9em;
  padding: 0.4em;
}

/* 選択系パーツ */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}

/* ボタン */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background-color: #f0f0f0;
  border: solid 1px #666;
  border-radius: 3px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

th {
  font-weight: normal;
}

/* base
----------------------------------------------- */
:root {
  --black: #333333;
  --orange: #ed6d1f;
  --l-blue: #00a0e8;
  --yellow: #ffc700;
  --pink: #ff3683;
  --green: #008f2b;
  --blue: #066ed9;
  --d-blue: #004d9d;

  --z-index-header: 100;
  --z-index-modal: 110;
  --header-height: 94px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--black);
  line-height: 1.5;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

br.pc-only {
  display: block;
}

br.sp-only {
  display: none;
}

/* 非表示要素 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

:focus:not(:fous-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
  border-radius: 2px;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  br.pc-only {
    display: none;
  }

  br.sp-only {
    display: block;
  }
}

/* spacing
----------------------------------------------- */
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}


/* common-parts
----------------------------------------------- */
/* ページトップへ戻る */
.page-top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid #aaa;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 100;
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.page-top:hover {
  transform: translateY(-10px);
}

.page-top.is-active {
  opacity: 0.7;
  visibility: visible;
}

.page-top::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 14px solid #888;
  border-top: 0;
  inset: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .page-top {
    right: 15px;
    bottom: 15px;
  }
}

/* 写真エリア */
.photo-sec {
  margin-bottom: 120px;
  text-align: right;
}

.photo-sec .text {
  font-size: calc(14rem / 16);
}

.photo-sec .photo_img>img:nth-child(2) {
  padding-top: 20px;
}

/* header
----------------------------------------------- */
.header {
  position: relative;
  height: 160px;
  z-index: var(--z-index-header);
}

.header::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  content: "";
  background-color: #0000004d;
  transition: .4s ease;
  transition-property: opacity, visibility;
}

.header:has(.-mouseOn:hover):before {
  visibility: visible;
  opacity: 1;
}

.header_container[data-scroll=up] {
  transform: translate(0, 0);
}

.header_container[data-scroll=down] {
  transform: translate(0, -100%);
}

.header_container {
  border-bottom: 1px solid var(--l-blue);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  transition: transform 0.6s ease-out;
}

@media print {
  .header_container {
    position: relative;
  }
}

.header_head {
  border-bottom: 1px solid var(--l-blue);
}

.header_head-inner {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  margin-inline: auto;
  padding: 24px 16px 16px 16px;
}

.header_logo {
  display: flex;
  column-gap: 16px;
  justify-content: center;
  align-items: center;
}

.header_site-ttl a {
  display: block;
  transition: opacity 0.2s ease;
}

.header_site-ttl a:hover {
  opacity: 0.6;
}

.header_actions {
  display: flex;
  align-self: flex-end;
}

.header_tel {
  position: relative;
  display: flex;
  column-gap: 6px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-inline: clamp(0.625rem, -0.665rem + 5.29vw, 1.875rem)
}

.header_tel::before {
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  content: '';
  background-color: var(--black);
  -webkit-mask-image: url(../img/common/ico_tel-circle.svg);
  mask-image: url(../img/common/ico_tel-circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.header_search {
  border: 1px solid var(--l-blue);
  border-radius: 100vmax;
  padding: 6px 14px;
  line-height: 0;
  margin-right: 20px;
}

.header_search-form {
  border: none;
  padding: 0;
  font-size: 16px;
}

input.header_search-btn {
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_search.svg) no-repeat center center / contain;
  border: none;
  border-radius: 0;
  padding: 0;
}

.header_search-form::placeholder {
  color: var(--l-blue);
  font-size: 16px;
}

.header_control {
  display: flex;
  align-items: center;
}

.header_control .text {
  color: var(--l-blue);
  font-weight: bold;
  font-size: 16px;
  padding-right: 14px;
}

.header_control .size-button {
  background-color: white;
  color: var(--l-blue);
  font-size: 16px;
  font-weight: bold;
  border: 1px solid var(--l-blue);
  padding: 2px 10px 4px 10px;
  border-radius: 0;
}

.header_control .size-button.active {
  background-color: var(--l-blue);
  color: white;
}

.header_g-nav {
  max-width: 1260px;
  margin-inline: auto;
  height: 65px;
}

.g-nav_list {
  display: flex;
  justify-content: space-around;
  height: 100%;
}

.g-nav_item {
  width: calc(100% / 4);
  transition: background-color 0.2s ease;
}

.g-nav_item:hover {
  background-color: #ffede2;
}

/* メガメニュー */
.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--l-blue);
  background: #fff;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease;
  z-index: 100;
}

.g-nav_item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 1;
}

.mega-menu_inner {
  max-width: 1260px;
  margin-inline: auto;
  padding: calc(40rem / 16);
}

.mega-menu_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.7%;
}

.mega-menu_item {}

.mega-menu_item div.mega-menu_link-wrap:nth-child(2) {
  border-top: 1px solid #d5d5d5;
  padding-top: 14px;
}

.mega-menu_link-wrap {}

.mega-menu_link {}

.mega-menu_img {
  overflow: hidden;
  margin-bottom: 14px;
}

.mega-menu_img img {
  transition: transform .5s ease;
  object-fit: cover;
}

.mega-menu_link:hover .mega-menu_img img {
  transform: scale(1.08);
}

.mega-menu_link-text-wrap {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.mega-menu_text {
  font-size: calc(18rem / 16);
  font-weight: 500;
  transition: color .2s ease;
}

.mega-menu_link.-facilities:hover .mega-menu_text {
  color: var(--yellow);
}

.mega-menu_link.-cleaning:hover .mega-menu_text {
  color: var(--pink);
}

.mega-menu_link.-laundry:hover .mega-menu_text {
  color: var(--green);
}

.mega-menu_link.-used:hover .mega-menu_text {
  color: var(--blue);
}

.mega-menu_sub-text {
  font-size: calc(14rem / 16);
  display: block;
}

/* リンク矢印アイコン */
.link-icon {
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  contain: content;
  margin-top: 3px;
}

.link-icon::before {
  content: '';
  position: absolute;
  width: 12px;
  inset: 0;
  margin: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-mask-image: url(../img/common/ico_link-arrow.svg);
  mask-image: url(../img/common/ico_link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mega-menu_link-text-wrap .link-icon {
  background-color: var(--orange);
  transition: background-color .2s ease;
}

.mega-menu_link.-facilities:hover .link-icon {
  background-color: var(--yellow);
}

.mega-menu_link.-cleaning:hover .link-icon {
  background-color: var(--pink);
}

.mega-menu_link.-laundry:hover .link-icon {
  background-color: var(--green);
}

.mega-menu_link.-used:hover .link-icon {
  background-color: var(--blue);
}

.mega-menu_link-text-wrap .link-icon::before {
  background-color: white;
}

.g-nav_item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: calc(18rem / 16);
  font-weight: 500;
}

.g-nav_item-ttl {
  position: relative;
  display: flex;
  column-gap: calc(6rem / 16);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: calc(18rem / 16);
  font-weight: 500;
}

.g-nav_item-ttl::after {
  width: calc(12rem / 16);
  aspect-ratio: 1;
  content: "";
  background-color: var(--orange);
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.header_toggle {
  display: none;
}

.header_drawer-nav {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header {
    height: var(--header-height);
  }

  .header_head {
    border-bottom: none;
  }

  .header_tel::before {
    width: 35px;
    height: 35px;
    background-color: var(--l-blue);
  }

  .header_search {
    display: none;
  }

  .header_control {
    display: none;
  }

  .header_g-nav {
    display: none;
  }

  .header_toggle {
    background-color: white;
    border: none;
    display: grid;
    row-gap: 22px;
    align-content: space-between;
    justify-content: space-evenly;
    position: relative;
    width: 55px;
    height: 45px;
    border-left: 2px solid #d5d5d5;
  }

  .toggle_line {
    display: block;
    position: relative;
    content: '';
    width: 60%;
    height: 2px;
    background-color: var(--black);
    inset: 0;
    top: 2px;
    margin-inline: auto;
  }

  .toggle_line::before,
  .toggle_line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
  }

  .toggle_line::before {
    top: 7px;
  }

  .toggle_line::after {
    top: 14px;
  }

  .header_toggle[aria-expanded=true] .toggle_line {
    rotate: -30deg;
    top: 7px;
  }

  .header_toggle[aria-expanded=true] .toggle_line:before {
    rotate: -120deg;
    translate: 0 -7px;
  }

  .header_toggle[aria-expanded=true] .toggle_line:after {
    opacity: 0;
  }

  .header_toggle .text {
    line-height: 1;
    font-size: 14px;
  }

  .header_actions {
    align-self: unset;
  }

  .header_tel::before {
    width: 35px;
    height: 35px;
  }

  /* バーガーボタンクリック時表示のメニュー */
  .header_drawer-nav {
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    padding: 30px;
    border-top: 1px solid var(--l-blue);
    overflow-y: auto;
    background-color: white;
    transition: .4s ease;
    transition-property: opacity, visibility;
  }

  .header_drawer-nav.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }

  .header_drawer-nav:not(.header_drawer-nav.is-open) {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  .drawer_nav-list {
    font-weight: 500;
    font-size: calc(20rem / 16);
  }

  .drawer_nav-item {
    position: relative;
    border-bottom: 1px solid #D5D5D5;
  }

  .drawer_nav-item .text {
    display: block;
    padding: 30px 30px 30px 10px;
    display: flex;
  }

  .drawer_nav-item:first-child .text {
    padding-top: 0;
  }

  .drawer_nav-item .text::before {
    width: calc(12rem / 16);
    margin-right: 8px;
    content: "";
    background-color: var(--orange);
    -webkit-mask-image: url(../img/common/ico_arrow.svg);
    mask-image: url(../img/common/ico_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(-90deg);
  }

  .drawer_child-list {}

  .drawer_child-item {
    height: 100%;
    margin-bottom: 20px;
  }

  .drawer_child-item.-facilities {
    color: var(--yellow);
  }

  .drawer_child-item.-cleaning {
    color: var(--pink);
  }

  .drawer_child-item.-laundry {
    color: var(--green);
  }

  .drawer_child-item.-used {
    color: var(--blue);
  }

  .drawer_child-item a {
    display: flex;
    align-items: stretch;
    height: 150px;
    overflow: hidden;
  }

  .drawer_btn {
    width: 70%;
    text-align: center;
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 13%, rgba(255, 255, 255, 1) 85%);
    border: 1px solid #EEEEEE;
    padding-block: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 30px;
  }
}

/* footer
----------------------------------------------- */
.footer {
  border-top: 1px solid var(--black);
}

.footer_inner {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

.footer_info {
  text-align: center;
  padding-inline: 5%;
}

.footer_logo {
  display: block;
  margin-bottom: 20px;
}

.footer_address {
  font-size: calc(16rem / 16);
  margin-bottom: calc(5rem / 16);
}

.footer_info .text {
  font-weight: bold;
  font-size: calc(16rem / 16);
}

.footer_contact {
  padding-inline: 4.5%;
  border-left: 1px solid var(--black);
  flex-shrink: 0;
}

.footer_tel {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2px;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 9px;
}

.footer_tel::before {
  content: '';
  width: 33px;
  height: 33px;
  background: url(../img/common/ico_tel-ringing.svg) no-repeat center center / cover;
}

.footer_cv-form {
  text-align: center;
}

.footer_cv-form-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  background-color: #eeeeee;
  border: 1px solid #d5d5d5;
  font-size: 18px;
  padding-block: 12px;
  transition: background-color 0.2s ease;
}

.footer_cv-form-link::before {
  content: '';
  width: 23px;
  height: 18px;
  margin-top: 2px;
  background: url(../img/common/ico_mail.svg) no-repeat center center / cover;
}

.footer_cv-form-link:hover {
  background-color: #FFDDC9;
}

.copyright {
  text-align: center;
  background-color: var(--orange);
  color: white;
  font-size: 12px;
  padding-block: 10px;
}

/* ここから画面幅768px以下のスタイル
  ---------------------------------------------------------------------------------
*/
@media screen and (max-width: 768px) {

  :root {
    --header-height: 65px;
  }

  /* header
----------------------------------------------- */
  .header {
    height: var(--header-height);
  }

  .header_tel .text {
    display: none;
  }

  .header_head-inner {
    padding: 10px;
  }

  .header_logo {
    max-width: 250px;
  }

  .header_anniversary-logo {
    display: none;
  }

  .header_actions {
    flex-shrink: 0;
  }

  .header_tel {
    flex-shrink: 0;
  }

  .header_search {
    flex-shrink: 0;
  }

  /* バーガーボタンクリック時表示のメニュー */
  .header_drawer-nav {
    padding: 15px;
  }

  .drawer_nav-list {
    font-size: 16px;
  }

  .drawer_nav-item .text {
    padding-block: 20px;
  }

  .drawer_child-item {
    margin-bottom: 10px;
  }

  .drawer_child-item a {
    height: auto;
  }

  .drawer_btn {
    width: 70%;
    padding-block: 30px;
  }

  .drawer_img {
    width: 30%;
  }

  .drawer_img img {
    object-fit: cover;
    height: 100%;
  }

  .header_toggle {
    flex-shrink: 0;
  }

  /* footer
----------------------------------------------- */
  .footer_inner {
    flex-direction: column;
    row-gap: 20px;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .footer_contact {
    border: none;
  }

  .footer_tel {
    justify-content: center;
  }
}