@charset "UTF-8";
/* reset */
/* 2024年版モダンリセットCSS */
:root {
  --color-text: #333;
  --color-background: #fff;
  --color-link: #005fcc;
  --color-link-hover: #004bb5;
  --color-focus: #005fcc;
  --color-focus-visible: #ffcc00;
  --font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  --spacing-unit: 1rem;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 16px; /* ベースフォントサイズ */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* モバイルでのフォントサイズ調整を無効化 */
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--color-text, #333);
  background-color: var(--color-background, #fff);
  min-height: 100vh; /* 全画面の高さを確保 */
  text-rendering: optimizeSpeed; /* パフォーマンスを最適化 */
}

.renew-under img,
.renew-under picture,
.renew-under video,
.renew-under canvas,
.renew-under svg {
  display: block; /* デフォルトのインライン表示をブロックに変更 */
  max-width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 縦横比を維持 */
}
.renew-under input,
.renew-under button,
.renew-under textarea,
.renew-under select {
  font: inherit; /* フォントを親要素に継承 */
  color: inherit;
  background: none;
  border: none;
  outline: none; /* デフォルトのスタイルを初期化 */
}
.renew-under a {
  text-decoration: none;
  color: inherit; /* リンクの色を継承 */
  cursor: pointer;
}
.renew-under nav ul,
.renew-under nav ol {
  list-style: none; /* リストのスタイルを初期化 */
}
.renew-under table {
  border-collapse: collapse; /* セルの隙間を除去 */
  width: 100%; /* テーブルの幅を親要素に合わせる */
}
.renew-under button {
  cursor: pointer;
}
.renew-under textarea {
  resize: none; /* デフォルトのリサイズを無効化 */
}
.renew-under :focus {
  outline: 2px solid var(--color-focus, #005fcc); /* フォーカス時の視覚的なアクセント */
  outline-offset: 2px;
}
.renew-under :focus-visible {
  outline: 3px solid var(--color-focus-visible, #ffcc00); /* 視覚的なフォーカス表示 */
  outline-offset: 3px;
}
.renew-under ::-moz-placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}
.renew-under ::placeholder {
  color: #aaa; /* プレースホルダーの色を調整 */
  opacity: 1; /* 透明度を確保 */
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #e0e0e0;
  }
  a {
    color: #90caf9; /* ダークモード時のリンク色 */
  }
  ::-moz-placeholder {
    color: #666;
  }
  ::placeholder {
    color: #666;
  }
}
html {
  font-size: 62.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
  color: #333;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  padding: 0;
  letter-spacing: 0.05em;
}
body section {
  padding: initial;
}
body figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
body address,
body em,
body i {
  font-style: normal;
}
body ul,
body ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ol {
  list-style: none;
}
body dl {
  margin-bottom: 0;
}
body dl dt {
  margin-bottom: 0;
}
body dl dd {
  margin-bottom: 0;
}
body a {
  color: #000;
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
body i, body em {
  font-style: normal;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  position: relative;
  margin-bottom: 0;
}
body h2 > span,
body h3 > span,
body h4 > span,
body h5 > span,
body h6 > span {
  display: inline-block;
}
body img {
  width: 100%;
  height: auto;
}
body img.auto {
  width: auto;
  max-width: 100%;
}
body p {
  margin-bottom: 0;
}
body a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

#container {
  position: relative;
  background: #F7F7F7;
  /**/
  /**/
}
@media screen and (min-width: 768px) {
  #container .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #container .vpc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #container .vtab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #container .vtab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #container .vsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #container .vsp {
    display: block;
  }
}
#container *:focus {
  outline: none;
}
#container .dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#container .scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}
#container .scroll-action {
  transition: all 1.3s;
}
#container .mb-none {
  margin-bottom: 0 !important;
}
#container .mt-none {
  margin-top: 0 !important;
}
#container .fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
#container .contents-wrap {
  margin: 0 !important;
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 123px;
}
@media screen and (max-width: 767px) {
  #container .contents-wrap {
    padding-top: 80px;
  }
}
#container .c-body {
  position: relative;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  #container .c-body {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #container .c-body {
    padding-bottom: 15vw;
  }
}
#container .c-body .c-body-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#container .c-body .c-body-inner.base {
  max-width: 1140px;
}
#container .c-body .c-body-inner.base .c-inner {
  padding: 0 20px;
}
#container .c-body .c-body-inner.base.pd0 {
  padding-top: 0;
}
#container .c-body .c-body-inner.base.wide {
  max-width: 1340px;
}
#container .c-body.mp0 {
  padding-bottom: 0;
}
#container .c-body.white {
  background: #fff;
  margin: 0 0 13rem;
}
@media screen and (max-width: 767px) {
  #container .c-body.white {
    margin: 0 0 17.5vw;
  }
}
#container .page_top {
  position: fixed;
  right: 60px;
  bottom: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #container .page_top {
    right: 10px;
    bottom: 10px;
  }
}
#container .page_top a {
  display: block;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: #AA965C;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container .page_top a {
    width: 58px;
    height: 58px;
  }
}
#container .page_top a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 0px);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#container .page_top.fixed a {
  opacity: 1;
  visibility: visible;
}

#header-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background: #fff;
}
#header-body #header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #header-body #header-inner {
    padding: 26px 45px 21px 25px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #head-contents {
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
#header-body #head-logo {
  max-width: 162px;
}
@media screen and (max-width: 767px) {
  #header-body #head-logo {
    max-width: 96px;
  }
}
#header-body #spNavi {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 38px;
  cursor: pointer;
  z-index: 10002;
}
#header-body #spNavi > div {
  width: 32px;
  height: 1px;
  background-color: #191718;
  left: 15px;
  position: relative;
  border-radius: 10px;
}
#header-body #spNavi > div.menu1 {
  top: 24px;
}
#header-body #spNavi > div.menu2 {
  top: 30px;
}
#header-body #spNavi.open > div.menu1 {
  transform: translateY(5px) rotate(-25deg);
}
#header-body #spNavi.open > div.menu2 {
  transform: translateY(-3px) rotate(25deg);
}
#header-body #spNavi.fixed {
  position: fixed;
}
@media screen and (max-width: 767px) {
  #header-body #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer {
    overflow: scroll;
    height: 100dvh;
    background: #AA965C;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner {
    position: relative;
    padding: 65px 20px 50px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 85px;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul {
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 850px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul {
    gap: 0 30px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li {
    text-align: center;
    flex-grow: 1;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    color: #000;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    display: block;
    padding: 11px 25px 11px 0px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li > a i {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  color: #fff;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a i {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list.hidden {
    display: none;
  }
}

#footer-body {
  background: #666;
}
#footer-body .footer-inner {
  max-width: 1140px;
  padding: 30px 20px 55px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner {
    padding: 60px 20px 55px;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-link {
    display: none !important;
  }
}
#footer-body .footer-inner .ft-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 50px;
}
@media only screen and (min-width: 767px) and (max-width: 850px) {
  #footer-body .footer-inner .ft-link ul {
    gap: 0 30px;
  }
}
#footer-body .footer-inner .ft-link ul li a {
  display: inline-block;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-link ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-link ul li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #footer-body .footer-inner .ft-link ul li a {
    font-size: 1.8rem;
  }
}
#footer-body .footer-inner .ft-bottom {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom {
    margin-top: 110px;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 73%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info {
    margin: 33px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-img {
    width: 50.7%;
    padding-right: 4.6%;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt {
    width: 49.3%;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt {
    margin: 35px 0 0;
  }
}
#footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt .t01,
#footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address {
  color: #fff;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt .t01,
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt .t01,
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address {
    /*
    @include grid(2);
    gap: 0 10px;
    */
    margin: 15px 0 0;
  }
}
#footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address span {
  display: block;
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .ft-bottom-info .ft-bottom-info-txt address span + span {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #footer-body .footer-inner .ft-bottom .menu-social {
    width: 27%;
  }
}
#footer-body .footer-inner .ft-bottom .menu-social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  #footer-body .footer-inner .ft-bottom .menu-social ul {
    justify-content: center;
    gap: 10px;
  }
}
#footer-body .footer-inner .ft-bottom .menu-social ul .img-icon {
  max-width: 24px;
  display: block;
  padding-left: 5px;
}
#footer-body #footer-copy {
  text-align: center;
  background: #AA965C;
  color: #fff;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1;
  padding: 19px 0;
}
@media screen and (min-width: 768px) {
  #footer-body #footer-copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-body #footer-copy {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=common.css.map */