@charset "UTF-8";

/*---------------
#a28b5f サブ見出し系
------------------*/

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #3B3633;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.01em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/*----------------------------------------------------
  共通設定
----------------------------------------------------*/

img,
picture {
  display: block;
  width: 100%;
}

.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #3B3633;
}

@media (hover: hover) and (pointer: fine) {
  a {
    transition: .5s linear;
  }

  a:hover {
    opacity: 0.5;
  }
}

.font--serif {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.font--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.font--red {
  color: #992828;
}

.underline--p {
  background: linear-gradient(to bottom, transparent 50%, #FDC4E2 50%, #FDC4E2 80%, transparent 80%);
  padding: 0 10px;
}

section {
  position: relative;
}

section:not(.fv) {
  padding: 100px 0;
}

p:not(:last-of-type) {
  margin-bottom: 20px;
}

/*--- linkボタン---*/

.link-btn {
  width: 100%;
  max-width: 460px;
  height: 90px;
  margin: 60px auto 0 auto;
}

.link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #8b7e77, #CFAFBA);
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50vh;
}

.link-btn__icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50vh;
  margin-right: 8px;
}

.link-btn__icon>img {
  width: 50%;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.p-header {
  height: auto;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__inner {
  height: auto;
}

.p-header__contents {
  height: auto;
}

.p-header__top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding-left: 1vw;
  box-sizing: border-box;
}

.p-header-menu {
  background: #eee;
}

.p-header-menu__items {
  max-width: 1330px;
  height: 100%;
  display: flex;
  align-items: center;
}

.p-header-menu__item {
  width: auto;
}

.p-header-menu__item+.p-header-menu__item {
  border-left: 1px dotted #000;
}

.p-header-menu__item a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 2.5vw;
  line-height: 1.3;
}

.p-header-menu__item-en {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}

.p-header-menu__item-jp {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.p-header__head {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-header__logo {
  width: auto;
  height: 55px;
  flex-shrink: 0;
}

.p-header__logo>a,
.p-header__logo>a>img {
  width: auto;
  height: 100%;
}

.p-header__head-text {
  margin-left: 1vw;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
}

.p-header__contact {
  width: 35%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.p-header__contact>div {
  width: 50%;
  height: 100%;
}

.p-header__contact>div>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__contact-tel>a {
  background: #1a1a1a;
}

.p-header__contact-contact>a {
  background: #8b7e77;
}

.p-header__contact-tel>a>img,
.p-header__contact-contact>a>img {
  width: 80%;
}

/*---グローバルナビ---*/

.p-header__menu {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0 auto;
}

.p-header-menu__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
}

.p-header__drawer {
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  right: 0.6875rem;
  z-index: 101;
}

.p-header__overlay {
  position: fixed;
  z-index: 3;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.is-drawerActive .p-header__overlay {
  visibility: visible;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-header__drawer {
  display: none;
  width: 55px;
  height: 70px;
  background: none;
  border: none;
  position: absolute;
  top: 35px;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 101;
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 33px;
  height: 2px;
  background-color: #333;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: -8px;
}

.c-hamburger__line::after {
  top: 8px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line::before,
.c-hamburger[aria-expanded="true"] .c-hamburger__line::after {
  top: 0;
  background-color: #333;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--- スマホ toggle overlay追加 ---*/
.nav-info--sp {
  display: none;
  width: auto;
  padding: 30px 50px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background: #fff;
  color: #3B3633;
}

.nav-info__logo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.nav-info__box>ul {
  list-style: none;
}

.nav-info__box>ul>li {
  display: flex;
}

.nav-info__box>ul>li:not(:last-of-type) {
  margin-bottom: 8px;
}

.nav-info__box>ul>li>span {
  background: rgba(0, 0, 0, .1);
  padding: 0 10px;
  margin-right: 8px;
}

/*----------------------------------------------------
  mobile-nav
----------------------------------------------------*/
.mobile-nav {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.mobile-nav__item {
  width: 50%;
  height: 60px;
}

.mobile-nav__item>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background: #1a1a1a;
}

.mobile-nav__item-mail>a {
  background: #8b7e77;
}

.mobile-nav__item a span {
  font-size: 1.2rem;
  font-weight: 400;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.p-footer {
  padding-top: 15vh;
  background: #eee;
}

.p-footer__head-lead {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-footer__head-lead>br {
  display: none;
}

.p-footer__link-wrap {
  width: 85%;
  display: flex;
  justify-content: center;
  margin: 0 auto 14px auto;
}

.p-footer__head-open {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}

.p-footer__link {
  width: 45%;
}

.p-footer__link:not(:last-of-type) {
  margin-right: 1vw;
}

.p-footer__link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
  border-radius: 6px;
}

.p-footer__link-btn-tel {
  background: #1a1a1a;
}

.p-footer__link-btn-mail {
  background: #8b7e77;
}

.p-footer__link-btn>span {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50vh;
  margin-right: 10px;
}

.p-footer__link-btn>span>img {
  width: 50%;
}

.p-footer__link-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.p-footer__link-inner-main {
  font-size: 4rem;
}

.p-footer__link-btn-mail .p-footer__link-inner-main {
  font-size: 3.2rem;
  letter-spacing: 0;
}

.p-footer__link-inner-sub {
  font-size: 2rem;
}

.p-footer__body {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.p-footer__logo {
  width: 320px;
  margin-right: 50px;
}

.p-footer__body-items {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 1.4rem;
}

.p-footer__body-item {
  width: 48%;
  display: inline-flex;
  align-items: center;
}

.p-footer__body-item>span {
  background: rgba(0, 0, 0, .1);
  padding: 0 10px;
  margin-right: 8px;
}

.p-footer__menu {
  border-top: 1px solid #ccc;
  background: rgb(238, 238, 238);
  margin-top: 15vh;
}

.p-footer__menu-items {
  display: flex;
  justify-content: center;
  list-style: none;
}

.p-footer__menu-item a {
  display: block;
  padding: 24px 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-footer__menu-item+.p-footer__menu-item {
  position: relative;
}

.p-footer__menu-item+.p-footer__menu-item::before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-footer__copy {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}

@media (max-width: 1100px) {

  /*----- footer -----*/
  .p-footer__body-items {
    width: 580px;
  }

  .p-footer__link {
    width: 48%;
  }

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 897px) {

  /*----- footer -----*/
  .p-footer__body {
    justify-content: space-between;
  }

  .p-footer__logo {
    width: 30%;
    margin-right: initial;
  }

  .p-footer__body-items {
    width: 65%;
  }
}

@media screen and (max-width: 769px) {

  html {
    font-size: calc(100vw/76.7);
  }

  .p-header {
    height: 70px;
  }

  /*------- header -------*/
  .p-header-menu__item+.p-header-menu__item {
    border: none;
  }

  .p-header-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 4;
    flex-direction: column;
  }

  .is-drawerActive .p-header-menu {
    background-color: #e9e1d5;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .p-header-menu__items {
    height: auto;
    display: block;
    padding: 60px 0 30px 0;
  }

  .p-header-menu__item {
    width: 100%;
  }

  .p-header-menu__item+.p-header-menu__item {
    margin-left: 0;
    margin-left: initial;
  }

  .p-header-menu__item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 14px 0;
    text-align: center;
  }

  .p-header-menu__item-en {
    font-size: 3.4rem;
    color: #887251;
  }

  .p-header-menu__item-jp {
    color: #887251;
    font-size: 1.8rem;
  }

  .nav-info--sp {
    display: block;
  }

  .p-header__top {
    display: block;
  }

  .p-header__head-text-box {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }

  .p-header__head-text-box {
    margin-left: 0;
    margin-left: initial;
    margin-top: 0.3125rem;
  }

  .p-header__head-text {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .p-header__contact {
    display: none;
  }

  .p-header__menu {
    margin-top: 0;
  }

  .p-header__drawer {
    display: block;
  }

  /*------- footer -------*/
  .p-footer__head-lead>br {
    display: block;
  }

  .p-footer__menu {
    padding-bottom: 5rem;
  }

  .p-footer__menu-items {
    flex-wrap: wrap;
    padding: 0.9375rem;
  }

  .p-footer__menu-item>a {
    padding: 0;
    padding: 10px 20px;
  }

  .p-footer__body {
    flex-direction: column;
    align-items: center;
  }

  .p-footer__logo {
    width: 65%;
    margin-bottom: 20px;
  }

  .p-footer__body-items {
    width: 100%;
  }

  .p-footer__link-wrap {
    width: 80%;
    flex-direction: column;
    margin: 0 auto 14px auto;
  }

  .p-footer__link {
    width: 100%;
  }

  .p-footer__link:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-footer__link:not(:last-of-type) {
    margin-right: initial;
  }

  .p-footer__body-items {
    width: auto;
    flex-direction: column;
  }

  .p-footer__body-item {
    width: auto;
  }

  .p-footer__body-item:not(:last-of-type) {
    margin-bottom: 8px;
  }

}

@media screen and (max-width: 481px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  /*---共通項目---*/
  .link-btn {
    margin-top: 40px;
  }

  .link-btn {
    width: 100%;
    height: 80px;
    max-width: initial;
  }

  .link-btn__icon {
    width: 32px;
    height: 32px;
  }

  .link-btn__txt {
    font-size: 1.9rem;
    letter-spacing: 0;
  }

  /*---header---*/

  .p-header__top {
    padding-left: 25px;
  }

  .p-header__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-header__head-text {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
  }

  .p-header__logo {
    height: 40px;
  }

  .p-header-menu__item-en {
    font-size: 2rem;
  }

  .nav-info__box>ul>li {
    justify-content: center;
  }

  .p-footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .p-footer__head-lead {
    font-size: 2rem;
    line-height: 1.6;
  }

  .p-footer__link-wrap {
    width: 100%;
  }

  .p-footer__link-btn>span {
    width: 56px;
    height: 56px;
  }

  .p-footer__link-inner-main {
    font-size: 3rem;
  }

  .p-footer__link-btn-mail .p-footer__link-inner-main {
    font-size: 2.4rem;
  }

  .p-footer__link-inner-sub {
    font-size: 1.6rem;
  }

  .p-footer__menu {
    margin-top: 100px;
  }

  .p-footer__menu-item>a {
    font-size: 1.3rem;
  }

  /*----- mobile-nav -----*/
  .mobile-nav {
    display: flex;
  }
}