@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #9D6224;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #FFFDF7;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
}
.container {
  display: -webkit-box; /* Old Safari */
  display: -moz-box; /* Old Firefox */
  display: -ms-flexbox; /* Old IE 10 */
  display: -webkit-flex; /* Chrome, Safari */
  display: flex; /* Modern browsers */
}
.element {
  -webkit-transform: rotate(45deg); /* Safari */
  -moz-transform: rotate(45deg); /* Firefox */
  -ms-transform: rotate(45deg); /* Internet Explorer */
  -o-transform: rotate(45deg); /* Opera */
  transform: rotate(45deg);
}
a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
nav {
  color: #FFF;
}
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media(max-width:768px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }
}
.sp_br {
  display: none;
}
.pc_br {
  display: block; /* PCを改行して */
}
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 1140px) {
  .pc_br {
    display: none; /* PCを改行して */
  }
  .sp_br {
    display: block;
  }
}
/*ヘッダー */
.pc_header {
  padding-top: 50px;
}
.sp_header {
  display: none;
}
.logo {
  width: 50%;
}
.icon_size {
  width: 90px;
}
.nav p {
  width: 128px;
  padding: 10px;
  border-radius: 40px;
  text-align: center;
  background-color: #EE878B;
}
.main-nav, inner, flex {
  justify-content: space-between;
  align-items: center;
}
.main-nav li {
  padding-left: 60px;
}
.background {
  background-color: #FFF2EA;
  padding-bottom: 120px;
}
/* フッター */
.footer {
  padding: 45px 0;
  background-color: #EE878B;
}
.footer-list {
  text-align: center;
}
.footer-logo_list {
  padding-bottom: 30px;
}
.footer-list li {
  padding-left: 70px; /* 必要なパディングの値を設定 */
  color: #FFF;
  text-align: center;
}
.footer-list li:first-child {
  padding-left: 0; /* 最初の項目の左パディングを無くす */
}
.footer-logo {
  width: 9%;
  padding-bottom: 30px;
}



@media(max-width:768px) {
  .wrapper {
    max-width: 327px;
  }
  .pc_header {
    display: none;
  }
  .sp_header {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 50px auto 90px;
  }
  .sp_logo {
    width: 100px;
  }
  .sp_logo_nav, flex {
    justify-content: flex-end;
  }
  .open_btn {
    margin-left: 70px;
  }
  .nav {
    text-align: center;
  }
  .nav img {
    width: 70%;
  }
  .main-nav li {
    padding-left: 0;
  }
  .footer-list li {
    padding-left: 0;
    padding-top: 10px;
  }
  .footer-logo {
    width: 30%;
    padding-bottom: 10px;
  }
  .footer-list, flex {
    display: block;
  }
  .background {
    padding-bottom: 60px;
  }
}
.cr {
  font-size: 1.2rem;
  color: #FFF;
}
img {
  width: 100%;
  vertical-align: middle; /* 隙間を削除 */
}
h1 {
  font-size: 5.0rem;
  line-height: 55px;
  color: #EE878B;
}
h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #EE878B;
  line-height: 35px;
}
h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #EE878B;
}
@media(max-width:768px) {
  h1 {
    font-size: 3.0rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .element {
    font-size: 14px;
  }
}