@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #3D3D3D; /* RGB */
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
.main {
  background-color: #FFF;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.button-more, .header, .footer {
  font-family: 'Cormorant Garamond', serif;
}
/*header*/
.header {
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 999;
}
.header-content-wrapper {
  height: 100%;
}
.header-logo {
  width: 186px;
  height: 44px;
  padding: 10px 12px;
}
.header-logo__img {
  width: 100%;
}
.header nav {
  display: none;
}
/*ボタン*/
@media(max-width: 1023px) {
.open-button {
  display: block;
  position: absolute;
  top: 14px;
  right: 24px;
  cursor: pointer;
  background: rgba(0,0,0,0);
  cousor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 5px;
}
.open-button span {
  display: inline-block;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 5px;
  background: #cc7f91;
  width: 50%;
}
.open-button span:nth-of-type(1) {
  top: 13px;
}
.open-button span:nth-of-type(2) {
  top: 19px;
}
.open-button span:nth-of-type(3) {
  top: 25px;
}
.open-button span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 2px;
  left: -2px;
  color: #cc7f91;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.close-button {
  display: block;
  position: absolute;
  top: 14px;
  right: 24px;
  cursor: pointer;
  background: #C6A4A5;
  cousor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 5px;
}
.close-button span {
  display: inline-block;
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 5px;
  background: #FFF;
  width: 50%;
}
.close-button span:nth-of-type(1) {
  top: 13px;
  transform:rotate(45deg);
}
.close-button span:nth-of-type(2) {
  display: none;
}
.close-button span:nth-of-type(3) {
  top: 13px;
  transform:rotate(-45deg);
}
.close-button span:nth-of-type(3)::after {
  transform:rotate(45deg);
  content: "CLOSE";
  position: absolute;
  top: 4px;
  left: -20px;
  color: #FFF;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #C6A4A5;
  width: 100%;
  height: 80%;
  padding: 80px 60px;
}
}
.header-menu-top, .header-menu {
  padding-bottom: 40px;
}
.header ul li a {
  color: #FFF;
  font-size: 1.8rem;
  text-decoration: none;
}
.header-icon {
  display: inline-block;
  padding-left: 20px
}
.header-icon:first-child {
  padding-left: 0px;
}
.header nav ul li img {
  width: 24px;
  height: 24px;
}
@media(min-width: 769px) {
  .header {
    height: 80px;
  }
  .header-content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  .header-logo {
    width: 220px;
    height: 70px;
    padding: 10px 12px;
  }
}
@media(min-width: 1024px) {
  .open-button {
    display: none;
  }
  .header-content-wrapper {
    display: flex;
    justify-content: space-around;
  }
  .menu-flex {
    display: flex;
  }
  .header nav {
    display: block;
  }
  .menu-flex ul {
    display: flex;
  }
  .header nav ul {
    padding: 20px;
  }
  .header-menu {
    padding-left: 40px;
  }
  .header-menu-top a {
    display: none;
  }
  .header nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.8rem;
  }
  .header-icon {
    padding-left: 20px
  }
  .header nav ul li img {
    width: 24px;
    height: 24px;
  }
  .close-button {
    display: none;
  }
  /*hover時*/
  .header-menu a {
    position: relative; /*アンダーラインの位置を決めるための基準 */
  }
  .header-menu a::after {
    position: absolute; /*親要素であるaタグを基準に位置を指定*/
    left: 0; /*アンダーラインを各メニュー（aタグ）の左端に指定*/
    content: ''; /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
    width: 100%; /*アンダーラインを各aタグの幅に合わせる*/
    height: 1px; /*アンダーラインの高さ（太さ）*/
    background: #333; /*アンダーラインの色*/
  }
  .header-menu a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -20px;
    transform: scale(0, 1);
    transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  .header-menu a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
/*共通ボタン「MORE」*/
.button-more-position {
  /*ボタンを中央寄せ*/
  text-align: center;
}
.button-more {
  /*矢印基点のためのrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #707070;
  background-color: #FFF;
  padding: 12px 46px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .2em;
  /*ボタンアニメーション*/
  transition: all .2s linear;
}
.button-more-line {
  background-color: transparent;
}
.button-more:hover {
  background-color: #d8d8d8;
}
/*矢印の形状*/
.button-more::before {
  content: "";
  /*下線の位置*/
  position: absolute;
  top: 50%;
  right: -30px;
  /*下線の見た目*/
  width: 50px;
  height: 1px;
  background: #707070;
  /*ボタンアニメーション*/
  transition: all .2s linear;
}
.button-more::after {
  content: "";
  /*矢印の位置*/
  position: absolute;
  top: 26%;
  right: -24px;
  /*矢印の見た目*/
  width: 1px;
  height: 12px;
  background: #707070;
  transform: skewX(45deg);
  /*アニメーションの指定*/
  transition: all .2s linear;
}
/*hover時の移動*/
.button-more:hover::before {
  right: -56px;
}
.button-more:hover::after {
  right: -50px;
}
/*フッター*/
.footer {
  width: 100%;
  background: -moz-linear-gradient(top, #F2D9D2, #F5F5F5);
  background: -webkit-linear-gradient(top, #F2D9D2, #F5F5F5);
  background: linear-gradient(to bottom, #F2D9D2, #F5F5F5);
  position: relative;
  padding-top: 60px;
}
.custom-shape-divider-top-1651542703 {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;*/
}
.footer nav ul {
  list-style: none;
}
.footer nav ul li {
  text-align: center;
  padding-bottom: 30px;
}
.footer nav ul li a {
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: 100;
  text-decoration: none;
  color: #333;
}
.footer-icon-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-icon-list li {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.footer-icon-list li:last-child {
  margin-right: 0px;
}
.footer-icon-list li a img {
  width: 100%;
}
.footer__logo {
  width: 180px;
  height: 80px;
  margin: 0 auto;
}
.footer__logo img {
  width: 100%;
}
.footer p {
  text-align: center;
  font-size: 1.2rem;
}
.footer p a {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .footer__menu-flex {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
  }
}