@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

#body_wrap {
  padding-top: 80px;
}

.sakura-site-header,
.sakura-site-footer {
  width: 100%;
  color: #030209;
  font-family:
    "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic",
    "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.sakura-site-header *,
.sakura-site-header *::before,
.sakura-site-header *::after,
.sakura-site-footer *,
.sakura-site-footer *::before,
.sakura-site-footer *::after {
  box-sizing: border-box;
}
.sakura-site-header h1,
.sakura-site-header p,
.sakura-site-footer p {
  margin: 0;
}
.sakura-site-header p,
.sakura-site-footer p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 1.4em;
}
.sakura-site-header p:last-child,
.sakura-site-footer p:last-child {
  margin-bottom: 0 !important;
}
.sakura-site-header ul,
.sakura-site-footer ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.sakura-site-header li,
.sakura-site-footer li {
  list-style: none;
}
.sakura-site-header a,
.sakura-site-footer a {
  text-decoration: none;
  transition: 0.3s;
}
.sakura-site-header a:hover,
.sakura-site-footer a:hover {
  opacity: 0.7;
}
.sakura-site-header img,
.sakura-site-footer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sakura-site-header button {
  font: inherit;
}

/* header */
.sakura-site-header > header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeb9b8;
  padding: 0 40px;
  height: 80px;
}
.sakura-site-header > header .head_logo {
  max-width: 120px;
}
.sakura-site-header > header .head_btn {
  display: flex;
  align-items: center;
}
.sakura-site-header > header .head_btn1 {
  margin: 0 20px 0 0;
}
.sakura-site-header > header .head_btn2 {
  margin: 0;
}
.sakura-site-header > header .head_btn1 a,
.sakura-site-header > header .head_btn2 a {
  display: block;
  padding: 9px 26px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 100px;
}
.sakura-site-header > header .head_btn1 a {
  background-color: #fff;
  color: #502200;
  display: flex;
  gap: 8px;
  align-items: center;
}
.sakura-site-header > header .head_btn1 a img {
  width: 20px;
}
.sakura-site-header > header .head_btn2 a {
  background-color: #502200;
  color: #fff;
}
.sakura-site-header .nav_pc {
  display: flex;
  margin-right: 40px;
}
.sakura-site-header .nav_pc li {
  margin-right: 30px;
}
.sakura-site-header .nav_pc li:last-child {
  margin-right: 0;
}
.sakura-site-header .nav_pc li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1140px) {
  .sakura-site-header .nav_pc {
    display: none;
  }
  .sakura-site-header > header .head_btn2 {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 780px) {
  #body_wrap {
    padding-top: 60px;
  }
  .sakura-site-header,
  .sakura-site-footer {
    font-size: 13px;
    line-height: 1.875em;
    letter-spacing: 0.1em;
  }
  .sakura-site-header p,
  .sakura-site-footer p {
    line-height: 1.8;
  }
  .sakura-site-header > header {
    padding: 0 20px 0 10px;
    height: 60px;
  }
  .sakura-site-header > header .head_logo {
    max-width: 80px;
  }
  .sakura-site-header > header .head_btn1 {
    display: none;
    margin: 0 10px 0 0;
  }
  .sakura-site-header > header .head_btn2 {
    display: none;
    margin: 0 20px 0 0;
  }
  .sakura-site-header > header .head_btn1 a,
  .sakura-site-header > header .head_btn2 a {
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 16px;
    border-radius: 10px;
  }
  .sakura-site-header > header .head_btn1 a img {
    width: 16px;
  }
}

/* hamburger */
.sakura-site-header .hamburger {
  display: none;
  width: 28px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.sakura-site-header .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #502200;
  border-radius: 3px;
  transition: 0.3s;
}
.sakura-site-header .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.sakura-site-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.sakura-site-header .hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 1140px) {
  .sakura-site-header .hamburger {
    display: flex;
  }
}

/* mobile navigation */
.sakura-site-header .sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100vh;
  background: #fff;
  padding: 100px 50px 60px 20px;
  transition: 0.3s ease;
  z-index: 998;
  opacity: 0;
}
@media screen and (max-width: 780px) {
  .sakura-site-header .sp-nav {
    padding: 70px 50px 60px 20px;
    width: 70%;
  }
}
.sakura-site-header .sp-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sakura-site-header .sp-nav a {
  display: block;
  color: #502200;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 20px;
  border-bottom: 1px solid #eeb9b8;
}
.sakura-site-header .sp-nav.active {
  right: 0;
  opacity: 1;
}
body.no-scroll {
  overflow: hidden;
}
.sakura-site-header .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 997;
}
.sakura-site-header .overlay.active {
  display: block;
}

/* footer */
.sakura-site-footer > footer {
  padding: 100px 60px 30px;
  background-color: #eeb9b8;
  color: #fff;
}
.sakura-site-footer > footer .flex {
  max-width: 95%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.sakura-site-footer .foot_logo {
  max-width: 190px;
}
.sakura-site-footer > footer .flex li {
  margin-bottom: 20px;
}
.sakura-site-footer > footer .flex li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.sakura-site-footer > footer .flex li:last-child {
  margin-bottom: 0;
}
.sakura-site-footer .foot_nav {
  display: flex;
  gap: 70px;
}
.sakura-site-footer .copyright {
  text-align: center;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 780px) {
  .sakura-site-footer > footer {
    padding: 4em 6% 20px;
  }
  .sakura-site-footer > footer .flex {
    margin: 0 auto 4em;
    display: block;
  }
  .sakura-site-footer .foot_logo {
    max-width: 100px;
    margin: 0 auto 4em;
  }
  .sakura-site-footer > footer .flex ul {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sakura-site-footer > footer .flex li {
    margin-bottom: 20px;
    line-height: 1.2;
    width: calc(100% / 2 - 14px);
  }
  .sakura-site-footer > footer .flex li a {
    font-size: 13px;
  }
  .sakura-site-footer .foot_nav {
    display: block;
    gap: 70px;
  }
  .sakura-site-footer .copyright {
    font-size: 10px;
  }
}

/* social links */
.sakura-site-footer .sns {
  position: fixed;
  right: 18px;
  top: 300px;
  z-index: 999;
}
.sakura-site-footer .sns_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: #707070;
  letter-spacing: 0.01em;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  line-height: 20px;
}
.sakura-site-footer .sns ul {
  width: 20px;
  margin-top: 14px;
}
.sakura-site-footer .sns li {
  margin-bottom: 14px;
}
.sakura-site-footer .sns li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .sakura-site-footer .sns {
    position: fixed;
    right: 14px;
    top: 100px;
  }
  .sakura-site-footer .sns_ttl {
    font-size: 13px;
    line-height: 18px;
  }
  .sakura-site-footer .sns ul {
    width: 18px;
    margin-top: 20px;
  }
  .sakura-site-footer .sns li {
    margin-bottom: 20px;
  }
}

/* mobile fixed calls to action */
.sakura-site-footer .sp-fix {
  display: none;
}
@media screen and (max-width: 780px) {
  .sakura-site-footer .sp-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.66666666666667vw;
    padding: 2.66666666666667vw;
  }
  .sakura-site-footer .sp-fix p {
    margin-bottom: 0;
  }
  .sakura-site-footer .sp-fix .btn1 a {
    background-color: #fff;
    color: #06c755;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 6vw;
    font-size: 3.46666666666667vw;
    font-weight: 700;
    padding: 1.5vw;
    border: 2px solid #06c755;
    box-shadow: 0 0.3vw 1vw 0.05vw #777;
  }
  .sakura-site-footer .sp-fix .btn1 a img {
    width: 5vw;
  }
  .sakura-site-footer .sp-fix .btn2 a {
    background-color: #7b2c2b;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 6vw;
    font-size: 3.46666666666667vw;
    font-weight: 700;
    padding: 1.5vw;
    box-shadow: 0 0.3vw 1vw 0.05vw #777;
  }
}
