/* =================================================================
 footer
================================================================= */
#footer {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  border-top: solid 1px #B0B0B0;
  background: #FFFFFF;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
  z-index: 1;
}
#footer * {
  box-sizing: border-box;
}
#footer ::before,
#footer ::after {
  box-sizing: inherit;
}
#footer p,
#footer table,
#footer blockquote,
#footer address,
#footer pre,
#footer iframe,
#footer form,
#footer figure,
#footer dl {
  margin: 0;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#footer ul,
#footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  font-weight: bold;
}
#footer dd {
  margin-left: 0;
}
#footer hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
#footer pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer address {
  font-style: inherit;
}
#footer a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#footer abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#footer b,
#footer strong {
  font-weight: bolder;
}
#footer code,
#footer kbd,
#footer samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer small {
  font-size: 80%;
}
#footer sub,
#footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#footer sub {
  bottom: -0.25em;
}
#footer sup {
  top: -0.5em;
}
#footer img {
  border-style: none;
  vertical-align: bottom;
}
#footer embed,
#footer object,
#footer iframe {
  border: 0;
  vertical-align: bottom;
}
#footer button,
#footer input,
#footer optgroup,
#footer select,
#footer textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#footer [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#footer [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#footer button,
#footer input {
  /* 1 */
  overflow: visible;
}
#footer button,
#footer select {
  /* 1 */
  text-transform: none;
}
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#footer button[disabled],
#footer [type=button][disabled],
#footer [type=reset][disabled],
#footer [type=submit][disabled] {
  cursor: default;
}
#footer button::-moz-focus-inner,
#footer [type=button]::-moz-focus-inner,
#footer [type=reset]::-moz-focus-inner,
#footer [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#footer button:-moz-focusring,
#footer [type=button]:-moz-focusring,
#footer [type=reset]:-moz-focusring,
#footer [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#footer select::-ms-expand {
  display: none;
}
#footer option {
  padding: 0;
}
#footer fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
#footer legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#footer progress {
  vertical-align: baseline;
}
#footer textarea {
  overflow: auto;
}
#footer [type=number]::-webkit-inner-spin-button,
#footer [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#footer [type=search] {
  outline-offset: -2px; /* 1 */
}
#footer [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#footer ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#footer label[for] {
  cursor: pointer;
}
#footer details {
  display: block;
}
#footer summary {
  display: list-item;
}
#footer [contenteditable] {
  outline: none;
}
#footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#footer caption {
  text-align: left;
}
#footer td,
#footer th {
  vertical-align: top;
  padding: 0;
}
#footer th {
  text-align: left;
  font-weight: bold;
}
#footer template {
  display: none;
}
#footer [hidden] {
  display: none;
}
#footer *::before, #footer *::after {
  box-sizing: border-box;
}
#footer a {
  color: #EB4B4B;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: all 0.3s;
}
@media (hover: hover) {
  #footer a:hover {
    text-decoration: none;
  }
  #footer a:focus {
    background: #FFE5E5;
    outline: none;
  }
}
#footer a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #footer a[href^="tel:"] {
    pointer-events: none;
  }
}
#footer a.external-link {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.625em;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
  position: relative;
}
#footer a.external-link::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 0.75em;
  min-width: 0.75em;
  height: auto;
  background-image: url(../media/images/common/icon_external_link.svg);
  position: relative;
  top: 0.125em;
}
@media screen and (max-width: 1330px) {
  #footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
  }
}
#footer .ft-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1.5em;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1330px;
  padding-top: 3.125em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1330px) {
  #footer .ft-inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1330px;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-top: 2.1428571429em;
    padding-bottom: 2.1428571429em;
  }
}
#footer .contact-info {
  padding-left: 1.5em;
  border-left: solid 2px #EB4B4B;
}
@media screen and (max-width: 767px) {
  #footer .contact-info {
    padding-left: 0;
    border-left: 0;
  }
}
#footer .contact-info dt {
  margin-bottom: 1.3333333333em;
  color: #EB4B4B;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1330px) {
  #footer .contact-info dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact-info dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact-info dt {
    text-align: center;
  }
}
#footer .contact-info dd {
  margin-top: 0.4em;
  font-size: 15px;
}
@media screen and (max-width: 1330px) {
  #footer .contact-info dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact-info dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact-info dd {
    text-align: center;
  }
}
#footer .contact-info dd.name {
  margin-bottom: 0.8em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #footer .contact-info dd.name {
    line-height: 1.65;
  }
}
#footer .contact-info dd a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) {
  #footer .contact-info dd a:hover {
    color: #EB4B4B;
  }
}
#footer .other-info {
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  #footer .other-info {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1.7857142857em;
  }
}
#footer .ft-buttons {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 10px;
}
#footer .ft-button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.625em;
  padding: 0.1em 0.6em;
  width: 18.75em;
  min-height: 45px;
  border: solid 1px #EB4B4B;
  background: #EB4B4B;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 1330px) {
  #footer .ft-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-button {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #footer .ft-button:hover, #footer .ft-button:focus {
    opacity: 1;
    background: #FFFFFF;
    color: #EB4B4B;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-button {
    width: 20em;
  }
}
@media (hover: hover) {
  #footer .ft-button.external:hover::after, #footer .ft-button.external:focus::after {
    background-image: url(../media/images/common/icon_external_hover.svg);
  }
}
#footer .ft-button.external::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 12/12;
  width: 0.75em;
  height: auto;
  background-image: url(../media/images/common/icon_external.svg);
}
#footer .sns {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.3125em;
}
@media screen and (max-width: 767px) {
  #footer .sns {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 0.7142857143em;
  }
}
#footer .sns a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  aspect-ratio: 1;
  width: 40px;
  height: auto;
  background: #F3F3F3;
  border-radius: 50%;
  position: relative;
}
@media (hover: hover) {
  #footer .sns a:hover, #footer .sns a:focus {
    background: #FFE5E5;
  }
}
#footer .sns a.youtube::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 40/34.25;
  width: 2.5em;
  height: auto;
  background-image: url(../media/images/common/icon_youtube.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .sns a.facebook::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.75em;
  height: auto;
  background-image: url(../media/images/common/icon_facebook.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .sns a.x::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.25em;
  height: auto;
  background-image: url(../media/images/common/icon_x.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .ft-links {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0.9375em;
}
#footer .ft-links li {
  line-height: 1;
  position: relative;
}
#footer .ft-links li:nth-child(n+2) {
  padding-left: 0.9375em;
}
#footer .ft-links li:nth-child(n+2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: calc(50% + 0.125em);
  left: 0;
  transform: translate(0, -50%);
}
#footer .ft-links a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 1330px) {
  #footer .ft-links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-links a {
    font-size: 12px;
  }
}
@media (hover: hover) {
  #footer .ft-links a:hover {
    color: #EB4B4B;
  }
}
#footer .copyright {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1.2727272727em;
  padding-bottom: 1.2727272727em;
  background: #333;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1330px) {
  #footer .copyright {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1330px) {
  #footer .copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 11px;
  }
}
#footer .enq-wrap {
  display: block;
  position: absolute;
  top: -7.8125em;
  right: 0;
  transform: translate(0, -100%);
}
@media screen and (max-width: 767px) {
  #footer .enq-wrap {
    width: 100%;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 1;
  }
}
#footer .enq-wrap .enq-btn {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 0.3333333333em;
  padding: 1.2em 0.6em;
  width: 9.3333333333em;
  border: solid 3px #FFFFFF;
  border-width: 3px 0 3px 3px;
  background: linear-gradient(278deg, #F9AB1C 0.49%, #FA606E 79.73%);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0.0625em 0.1875em 0.3125em 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1330px) {
  #footer .enq-wrap .enq-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .enq-wrap .enq-btn {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #footer .enq-wrap .enq-btn:hover, #footer .enq-wrap .enq-btn:focus {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #footer .enq-wrap .enq-btn {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 0.8em 0.6em;
    width: 100%;
    border-width: 3px 0 0 0;
    border-radius: 0;
  }
}
#footer .enq-wrap .enq-btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 25/26;
  width: 1.5625em;
  height: auto;
  background-image: url(../media/images/common/icon_enq.svg);
}
#footer .enq-wrap.fixed {
  position: fixed;
  top: auto;
  bottom: 7.8125em;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  #footer .enq-wrap.fixed {
    top: auto;
    bottom: 0;
  }
}
#footer .to-top-wrap {
  display: block;
  position: absolute;
  top: 0.625em;
  right: 4.375em;
  transform: translate(0, -100%);
  z-index: 2;
}
@media screen and (max-width: 1330px) {
  #footer .to-top-wrap {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .to-top-wrap {
    right: 15px;
  }
}
#footer .to-top-wrap .to-top-btn {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  aspect-ratio: 1;
  width: 4.0625em;
  height: auto;
  background: #333;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: all 0.3s;
}
@media (hover: hover) {
  #footer .to-top-wrap .to-top-btn:hover, #footer .to-top-wrap .to-top-btn:focus {
    background: #EB4B4B;
  }
}
#footer .to-top-wrap .to-top-btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 22/11;
  width: 1.375em;
  height: auto;
  background-image: url(../media/images/common/icon_top.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
#footer .to-top-wrap.fixed {
  position: fixed;
  top: auto;
  bottom: 1.25em;
  transform: translate(0, 0);
}
#footer .to-top-wrap.active .to-top-btn {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  body:has(.enq-wrap) {
    padding-bottom: 48px;
  }
}

body:has(.bg-extra) #footer {
  border-top: 0;
}/*# sourceMappingURL=footer.css.map */