@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Rubik", "Poppins", "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body,
html {
  overflow-x: hidden;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: transparent;
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
  margin-left: 22px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 15px;
    margin-left: 0;
  }
}

.header__name {
  margin-right: auto;
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 171px;
  height: inherit;
}

.header__nav {
  height: inherit;
}

.header__items {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__item:not(:first-child) {
  margin-left: 60px;
}

.header__link {
  color: #807867;
  text-transform: capitalize;
}

.header__link:first-letter {
  text-transform: uppercase;
}

.header__link.button {
  color: #fff;
  background-color: #fc8420;
  padding: 26px;
}

.white-background {
  background-color: #fff;
  transition: background-color 0.3s;
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.hamburger.is-active {
  top: 24px;
  right: 15px;
}

.hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #382C22;
  transition: transform 0.3s, background-color 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span {
  background-color: #fff;
}

.hamburger.is-active span:nth-child(1) {
  top: 15px;
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(177, 151, 117, 0.84);
  display: none;
}

.drawer-menu__inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drawer-menu__item {
  text-align: center;
}

.drawer-menu__item {
  margin-bottom: 50px;
}

.drawer-menu__link {
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
}

.drawer-menu__link:first-letter {
  text-transform: uppercase;
}

.drawer-menu__link.drawer-menu__link--contact {
  width: 100%;
  height: 50px;
  background-color: #fc8420;
  padding: 13px 61px;
  border-radius: 6px;
}

.mv {
  width: 100%;
  height: 100vh;
}

.mv__inner {
  width: 100%;
  height: inherit;
  position: relative;
}

.mv__slider {
  height: inherit;
  margin-top: 0;
}

.swiper-slide picture,
.swiper-slide img {
  height: inherit;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__heading__container {
  position: absolute;
  z-index: 10;
  top: 38.57%;
  left: 8%;
  width: 100%;
}

.mv__heading--text-large {
  color: #807867;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .mv__heading--text-large {
    font-size: 28px;
  }
}

.mv__heading--text-small {
  color: #807867;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv__heading--text-small {
    font-size: 20px;
  }
}

.about {
  padding: 140px 120px 0 205px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 100px 0 0 15px;
  }
}

.about__inner {
  width: 100%;
  position: relative;
}

.about__body {
  padding-top: 42px;
  width: 100%;
}

.about__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 25%;
  height: 93%;
  background-color: #ff943b;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__inner::before {
    width: 50%;
    right: 0;
  }
}

.about__img {
  width: 80%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__text--small {
  margin-top: 37px;
  font-size: 2rem;
}

.about__text--large {
  margin-top: 37px;
  font-size: 4rem;
}

.about__img__wrapper {
  position: relative;
}

.about__link--attribution {
  display: inline-block;
  color: #807867;
  font-size: 0.8rem;
  position: absolute;
  right: 20%;
  bottom: 0;
}

.service {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    padding-right: 15px;
  }
}

.service__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #F7F3E9;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service__inner::before {
    top: 150px;
    left: 0;
    width: 50%;
    height: 97%;
  }
}

@media screen and (max-width: 768px) {
  .service__text--large.section-title__main--center {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .service__text--small.section-title__sub--center {
    text-align: right;
  }
}

.service__cards {
  padding-top: 50px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 3fr));
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .service__cards {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service__cards {
    width: inherit;
    grid-template-columns: repeat(1, 310px);
    row-gap: 30px;
  }
}

.service__card {
  box-shadow: 2px 2px 6px #C0AC91;
  border-top-left-radius: 40px;
  transition: transform 0.5s;
}

.service__card:hover {
  transform: scale(1.08);
}

.card__img {
  border-top-left-radius: 40px;
  aspect-ratio: 360/300;
}

.card__name {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: initial;
  line-height: 1.5;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .card__name {
    font-size: 14px;
    padding-top: 14px;
  }
}

.card__body {
  background: #fff;
  padding: 14px 0;
  text-align: right;
}

.card__category {
  display: inline-block;
  background-color: #ff943b;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 3px 13px;
  margin-right: 10px;
}

.access {
  clear: both;
  padding-top: 140px;
}

.access__inner.inner--narrow {
  padding-top: 46px;
}

.access__text--large {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.66;
  text-align: center;
}

.access__text--small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4;
  text-align: center;
}

.access__items {
  margin-top: 46px;
}

.access__item {
  display: flex;
  padding-bottom: 17px;
  border-bottom: solid 1px #C8C8C8;
}
@media screen and (max-width: 768px) {
  .access__item {
    flex-direction: column;
  }
}

.access__item:not(:first-child) {
  padding-top: 20px;
}

.access__name {
  width: 279px;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .access__name {
    padding-bottom: 16px;
  }
}

.access__item__title {
  color: #141414;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.access__name::first-letter,
.access__item__title::first-letter {
  text-transform: uppercase;
}

.map {
  padding-top: 24px;
  width: 100%;
}

.map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  width: 100%;
  height: 200px;
  background-image: url(../images/fv01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.contact__inner.inner--wide {
  height: inherit;
  padding-top: 80px;
  position: relative;
}

.contact__title--large {
  color: #141414;
}

.contact__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact__text {
  color: #ff943b;
  text-align: center;
  padding-bottom: 23px;
}

.inquiry {
  padding-top: 80px;
}

.inquiry__inner {
  width: 100%;
  max-width: 800px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inquiry__inner {
    padding: 0 15px;
  }
}

.inquiry__heading {
  text-align: center;
}

.inquiry__form {
  margin-top: 66px;
  margin-bottom: 80px;
  background-color: #F7F3E9;
  width: 100%;
  max-width: 800px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 768px) {
  .inquiry__form {
    margin-top: 44px;
    margin-bottom: 60px;
  }
}

.inquiry__table {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .inquiry__table {
    padding: 44px 20px;
  }
}

.form__body {
  width: 100%;
}

.form__name {
  width: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .form__name {
    text-align: left;
  }
}

sup {
  font-size: 70%;
  vertical-align: super;
  color: red;
  position: relative;
  top: -0.1em;
  margin-left: 2px;
}

.form__input:not(:first-child) {
  margin-top: 6px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__input:not(:first-child) {
    margin-top: 4px;
  }
}

.form__input::-moz-placeholder {
  color: #C8C8C8;
}

.form__input::placeholder {
  color: #C8C8C8;
}

.form__input--radio {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form__input--text,
.form__textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #141414;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .form__input--text,
.form__textarea {
    font-size: 14px;
  }
}

.form__textarea {
  height: 171px;
  resize: none;
}

.button {
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 100%;
  height: 79px;
  background-color: #fc8420;
}

.footer__inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__text {
  color: #fff;
}

.inner--wide {
  width: 100%;
  max-width: 1080px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner--wide {
    padding: 0 15px;
  }
}

.inner--narrow {
  width: 100%;
  max-width: 800px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner--narrow {
    padding: 0 15px;
  }
}

.section-title__main--center {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.66;
  text-align: center;
  text-transform: capitalize;
  color: #807867;
}
@media screen and (max-width: 768px) {
  .section-title__main--center {
    text-align: left;
  }
}

.section-title__main--center::first-letter {
  text-transform: uppercase;
}

.section-title__sub--center {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4;
  text-align: center;
  color: #ff943b;
}
@media screen and (max-width: 768px) {
  .section-title__sub--center {
    text-align: left;
  }
}

.section-title__main-left {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.66;
}
@media screen and (max-width: 768px) {
  .section-title__main-left {
    text-align: left;
  }
}

.section-title__sub-left {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4;
  color: #B19775;
}
@media screen and (max-width: 768px) {
  .section-title__sub-left {
    text-align: left;
  }
}

.contact-button__container {
  width: 340px;
  height: 78px;
  padding: 31px 23px;
  border: solid 2px #ff943b;
  border-radius: 6px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: letter-spacing 1s;
}
.contact-button__container:hover .contact-button--inquiry {
  letter-spacing: 0.22em;
}

.contact-button--inquiry {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ff943b;
  text-align: center;
}

.contact-button--arrow {
  color: #ff943b;
}

.contact-button--submit {
  width: 180px;
  height: 50px;
  background-color: #B19775;
  border: solid 2px #C0AC91;
  border-radius: 6px;
  color: #fff;
}

.text.text--large {
  font-size: 32px;
  line-height: 1.72;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .text.text--large {
    font-size: 18px;
    line-height: 1.77;
  }
}

.text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.866;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */