@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Barlow+Condensed&family=Kosugi+Maru&family=Montserrat:wght@200;400;700&family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@100;400;700&family=Zen+Kurenaido&family=Zen+Old+Mincho:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Yu Mincho", serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 400;
}

th {
  font-weight: 400;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width {
  width: 1280px;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width_1024 {
  width: 1024px;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width_830 {
  width: 830px;
  margin: 0 auto;
  transition: all ease 1s;
}

@media screen and (max-width: 1280px) {
  .layout_width {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .layout_width_1024 {
    width: 100%;
    padding: 0 2rem;
  }
  .layout_width_830 {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
h1 {
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
}

h2 {
  font-size: clamp(1.7rem, 1.627rem + 0.36vw, 1.9rem);
}

h3 {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}

h4 {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}

h5 {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
}

.wrap-all {
  overflow-x: hidden;
  position: relative;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  line-height: 1;
}
#header .header {
  padding: 20px 30px;
}
#header .header__wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
#header .header__wrap h1 {
  opacity: 0.7;
}
#header .header nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
#header .header nav ul li a {
  line-height: normal;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: block;
  position: relative;
  opacity: 0.7;
  font-size: 0.8em;
}
#header .header nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0f1111;
  top: calc(100% - 3px);
  left: -100%;
  position: absolute;
  transition: all 0.75s;
}
#header .header nav ul li a img {
  width: 2.5em;
}
#header .header nav ul li:hover a::after {
  left: 0;
}
#header .header__btn {
  width: 35px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 2rem 2rem 2rem 1rem;
  transition: 1s;
  right: 30px;
}
#header .header__btn #menu-btn {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
#header .header__btn--label {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 9999999;
}
#header .header__btn--label span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
#header .header__btn--label span:nth-child(1) {
  top: 0;
  left: 0;
}
#header .header__btn--label span:nth-child(2) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header .header__btn--label span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#header .header__btn #menu-btn:checked ~ .header__btn--label span:nth-child(1) {
  width: 100%;
  left: 17%;
  transform: rotate(42deg);
  transform-origin: 0 0;
  box-shadow: none;
  background-color: #d5d5d5;
}
#header .header__btn #menu-btn:checked ~ .header__btn--label span:nth-child(2) {
  opacity: 0;
}
#header .header__btn #menu-btn:checked ~ .header__btn--label span:nth-child(3) {
  width: 100%;
  left: 17%;
  transform: rotate(-42deg);
  transform-origin: 0 100%;
  box-shadow: none;
  background-color: #d5d5d5;
}

@media screen and (max-width: 768px) {
  #header .header__btn {
    display: flex;
    margin: 0;
    z-index: 999;
    position: absolute;
    top: 20px;
    position: fixed;
  }
  #header .header__wrap--menu {
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #ffffff;
    transition: 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-shadow: none;
    color: #838181;
  }
  #header .header nav {
    position: fixed;
  }
  #header .header nav ul {
    flex-direction: column;
  }
  #header .header nav ul li a {
    opacity: 1;
    font-size: 1.5em;
  }
  #header .header nav ul li a::after {
    content: none;
  }
  #header .header nav ul li:last-child {
    opacity: 0.7;
  }
}
#heading {
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
#heading .heading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
}
#heading .heading__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/about/title.jpg);
}
#heading .heading--about .heading__bg {
  background-position: 80%;
}
#heading .heading--price .heading__bg {
  background-image: url(../../img/price/title.jpg);
}
#heading .heading--services .heading__bg {
  background-image: url(../../img/services/title.jpg);
  background-position: 30% center;
}
#heading .heading--contact .heading__bg {
  background-image: url(../../img/contact/title.jpg);
}
#heading .heading h1 {
  width: 70%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(2.6rem, 2.527rem + 0.36vw, 2.8rem);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  opacity: 0;
}

#decoration {
  width: 100%;
  height: 600px;
  position: relative;
}
#decoration .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
  z-index: -1;
}
#decoration .decoration__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/about/decoration.jpg);
}
#decoration .decoration--price .decoration__bg {
  background-image: url(../../img/price/decoration.jpg);
}
#decoration .decoration--contact .decoration__bg {
  background-image: url(../../img/contact/decoration.jpg);
}

@media screen and (max-width: 480px) {
  #heading {
    height: 360px;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #595757;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #eaeaea;
  font-family: "Material Icons Outlined";
  opacity: 0.5;
}
#page-top a:hover {
  opacity: 0.75;
}

.material-icons-outlined {
  font-size: 28px !important;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 480px) {
  #page-top {
    bottom: 55px;
  }
}
.fixed-link-sp {
  display: none;
  transition: 1s all;
}

@media screen and (max-width: 480px) {
  .fixed-link-sp {
    display: grid;
    position: -webkit-fixed;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #acabab;
    z-index: 9998;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .fixed-link-sp a {
    font-size: 1.05em;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid #fff;
  }
  .fixed-link-sp a:last-child {
    border: none;
  }
}
#service {
  width: 100%;
  overflow: hidden;
}
#service .sp_br {
  display: none;
}
#service .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  padding: 180px 0 240px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  transition: 3s all;
  opacity: 0;
}
#service .section p {
  line-height: 2;
}
#service .section.is-show {
  opacity: 1;
}
#service .section__title {
  grid-row: 1/2;
  grid-column: 1/3;
  line-height: 1;
  font-size: clamp(2rem, 1.927rem + 0.36vw, 2.2rem);
}
#service .section__title span {
  font-size: 0.5em;
}
#service .section__title {
  position: relative;
  margin-bottom: 60px;
}
#service .section__title::before {
  position: absolute;
  width: 30%;
  min-width: 180px;
  aspect-ratio: 3/1;
  content: "";
  background-color: #ffffff;
  z-index: -10;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  transition: ease-in 2.5s;
  transition-delay: 0.5s;
}
#service .section__title::after {
  position: absolute;
  width: 40%;
  min-width: 220px;
  aspect-ratio: 3/1;
  content: "";
  background-image: url(../../img/services/service-illust.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: -20;
}
#service .section__title.is-show::before {
  right: -50%;
}
#service .section .list__title {
  border-bottom: 1px solid rgba(89, 87, 87, 0.25);
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  width: 100%;
  margin-bottom: 30px;
}
#service .section .list {
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
  gap: 120px;
}
#service .section .list::after {
  position: absolute;
  width: 50%;
  aspect-ratio: 1/1;
  content: "";
  background-image: url(../../img/about/about-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
  z-index: -1;
  opacity: 0.25;
}
#service .section .section__text ul {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 20px;
}
#service .section .section__text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px 20px;
}
#service .section .section__text ul li .menu {
  white-space: nowrap;
  border: 1px solid rgba(89, 87, 87, 0.25);
  padding: 2px 5px;
}

@media screen and (max-width: 1024px) {
  #service .section {
    display: flex;
    flex-direction: column;
  }
  #service .section__map {
    margin-top: 30px;
    height: auto;
    aspect-ratio: 2/1;
    min-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  #service .section {
    width: 80%;
    padding: 120px 0 180px;
  }
}
@media screen and (max-width: 480px) {
  #service .sp_br {
    display: block;
  }
  #service .section__title::after {
    background-position: 80% center;
  }
  #service .section .section__text ul li {
    flex-flow: column;
  }
  #service .section .list__heading {
    font-weight: bold;
  }
  #service .section .list__inner {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#footer {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(15, 17, 17, 0.25);
}
#footer .footer {
  padding: 30px;
  color: #fff;
}
#footer .footer__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#footer .footer__inner {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  line-height: 1;
}
#footer .footer__inner a,
#footer .footer__inner p {
  font-size: 0.8em;
}
#footer .footer__logo {
  position: absolute;
  right: 60px;
  bottom: 0;
}
#footer .footer__logo p {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  #footer .footer__inner {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr auto;
    row-gap: 5px;
  }
  #footer .footer__inner a {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #footer .footer__inner a:last-child {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  #footer .footer__inner p {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 928px) {
  #footer .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding-bottom: 50px;
  }
  #footer .footer {
    padding: 15px;
  }
  #footer .footer__inner {
    line-height: 1.2;
  }
  #footer .footer__inner p span {
    display: inline-block;
  }
  #footer .footer__wrap {
    flex-direction: column;
    gap: 5px;
  }
  #footer .footer__logo {
    position: unset;
  }
}
#header .header nav ul li:nth-child(3) a::after {
  left: 0;
}/*# sourceMappingURL=style.css.map */