@charset "UTF-8";
/*
Theme Name: PEAK2024ver3
Theme URl: https://www.seeboo.jp
Description: Basic Theme for WordPress.
Author: seeboo
*/
:root {
  --header-h: 72px; /* 実寸に合わせる */
}
@media screen and (max-width: 1024px) {
  :root {
    --sb-header-h: 75px;
  }
}
:root {
  --space-xxs: 10px;
  --space-xs: 20px;
  --space-sm: 40px;
  --space-md: clamp(40px, 6vmin, 90px);
  --space-lg: clamp(70px, 8vmin, 140px);
}
@media screen and (max-width: 599px) {
  :root {
    --space-sm: 30px;
    --space-md: 30px;
    --space-lg: 50px;
  }
}
:root {
  --color-main: #EDE6DD;
  --color-sub: #CFC6BB;
  --color-bg-accent: #F3F8FD;
  --color-accent: #c46a2d;
  --color-deep: #6C6159;
  --color-accent-sub: #3B2F2A
  --color-text: #2c2c2c;
  --color-sub-text: #5C5752;
  --color-link: #3A6EA5;
  --font-base: 'Noto Sans JP', sans-serif;
  --font-heading: 'Zen Kaku Gothic New', sans-serif;
  --font-E-heading: 'Montserrat', sans-serif;
}

html {
  -webkit-scroll-snap-type: y proximity;
      -ms-scroll-snap-type: y proximity;
          scroll-snap-type: y proximity;
  font-size: 100% !important;
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 1rem !important;
  font-family: var(--font-base);
  z-index: 50;
  color: var(--color-text);
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  body {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 0.875rem;
    line-height: 1.6em;
  }
}
body a {
  text-decoration: none;
  color: var(--color-accent);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.3;
}
body h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 599px) {
  body h2 {
    font-size: 1.75rem;
  }
}
body h3 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 599px) {
  body h3 {
    font-size: 1.5rem;
  }
}
body h4 {
  font-size: 2.0625rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  body h4 {
    font-size: 1.25rem;
  }
}
body p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  body p {
    margin: 10px 0;
  }
}

header {
  width: 100%;
  padding: 0px 0px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 300;
  position: relative;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header {
    height: 75px;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding: 0px;
    margin: 0;
    text-align: center !important;
  }
}

header #logo {
  background-image: url("../svg/logo.svg");
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-position: left 0;
  font-size: 1.3125rem;
  font-weight: 300 !important;
  width: 30%;
  text-align: left;
  padding: 0px 0px 0px 65px;
  margin: 20px 0 0;
  line-height: 1em;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.15em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header #logo {
    margin: 10px 0 0;
    background-position: left center;
  }
}
@media screen and (max-width: 820px) {
  header #logo {
    margin: 5px 20px 0;
    width: auto !important;
  }
}
header #logo a {
  color: var(--color-accent-sub) !important;
}
header #logo a span {
  font-size: 0.6875rem;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-text) !important;
}
@media screen and (max-width: 599px) {
  header #logo a span {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1024px) {
  header #logo {
    width: 80%;
    background-size: 45px auto;
    padding: 2.5px 0 0 55px;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}
br.mb {
  display: none;
}
@media screen and (max-width: 599px) {
  br.mb {
    display: block;
  }
}

body.is-scrolled header {
  border-bottom: 1px solid rgba(35, 35, 35, 0.12);
}

nav {
  padding: 0px;
  margin: 0;
  position: absolute;
  right: 0;
  width: 70%;
  height: auto;
}
nav ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
nav ul#menu li.menu-item {
  position: relative;
  padding: 30px;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav ul#menu li.menu-item:hover > ul.drop-menu-list, nav ul#menu li.menu-item:focus-within > ul.drop-menu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
}
nav ul#menu li.menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-text) !important;
  text-decoration: none;
  padding: 10px 0;
}
nav ul#menu li.menu-item.drop-menu {
  position: relative;
}
nav ul#menu li.menu-item.drop-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  height: 14px;
}
nav ul#menu li.menu-item ul.drop-menu-list {
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  visibility: hidden; /* 下層メニューを非表示 */
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  list-style: none;
  background-color: var(--color-deep);
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  padding: 0;
  -webkit-box-shadow: 1px 1px 4px #5D5D5D;
          box-shadow: 1px 1px 4px #5D5D5D;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item {
  text-align: left;
  padding: 0 !important;
  border-bottom: 5px solid #FFF;
  background-color: var(--color-main);
  color: var(--color-deep);
  margin: 0 !important;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item a {
  color: #FFF;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item a:hover {
  background-color: var(--color-deep);
  color: #FFF !important;
  width: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; /* アニメーション設定 */
}
nav ul#menu li.contact {
  background-color: var(--color-main);
  text-align: center !important;
  padding: 30px 20px;
  margin: 0 0 0 35px;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  width: auto;
}
nav ul#menu li.contact a {
  color: var(--color-sub-text) !important;
}
nav ul#menu li.contact i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  nav {
    display: none;
  }
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: none;
    background: transparent;
    background-color: var(--color-link);
    z-index: 10001;
    cursor: pointer;
  }
  .menu-btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #FFF;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}

body.is-menu-open .menu-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
body.is-menu-open .menu-btn span:nth-child(2) {
  opacity: 0;
}
body.is-menu-open .menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.modal-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal-nav {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    text-align: left;
    background: rgba(251, 246, 243, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .modal-nav__list {
    list-style: none;
    padding: 20px !important;
  }
  .modal-nav__list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .modal-nav {
    height: 100dvh;
    overflow-y: auto;
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }
}
.modal-nav ul.sub_menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal-nav ul.sub_menu {
    display: block;
    list-style: none;
    padding-inline: 10px 30px;
    margin-bottom: 40px;
  }
  .modal-nav ul.sub_menu li {
    margin-bottom: 10px;
  }
  .modal-nav ul.sub_menu a {
    font-size: 1.3125rem;
    color: var(--color-deep);
    font-weight: 400;
  }
}
.modal-nav .parent {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-text);
}
.modal-nav .parent i {
  margin-right: 10px;
  color: var();
}
.modal-nav .parent.is-open + .sub_menu {
  display: block;
}

body.is-menu-open .modal-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#contact {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  margin: 73px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #contact {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  #contact {
    display: none;
  }
}
#contact a {
  color: var(--color-text) !important;
}
#contact .tel_area, #contact .line_area, #contact .form_area {
  color: var(--color-deep) !important;
  font-size: 1.3125rem !important;
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding: 40px 0;
  margin: 0;
  width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact .tel_area, #contact .line_area, #contact .form_area {
    font-size: 1rem !important;
  }
}
#contact .tel_area span, #contact .line_area span, #contact .form_area span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#contact .tel_area span i.fontawesome, #contact .line_area span i.fontawesome, #contact .form_area span i.fontawesome {
  font-size: 4.375rem !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #contact .tel_area span i.fontawesome, #contact .line_area span i.fontawesome, #contact .form_area span i.fontawesome {
    font-size: 3.125rem !important;
  }
}
#contact .tel_area, #contact .form_area {
  border-right: 1px solid var(--color-deep);
}

#mobile_contact {
  display: none !important;
  height: 0;
}
@media screen and (max-width: 599px) {
  #mobile_contact {
    width: 100%;
    padding: 0px;
    position: fixed !important;
    bottom: 0%;
    height: auto !important;
    z-index: 100;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    font-size: 0.8125rem !important;
    line-height: 2.5em;
  }
  #mobile_contact .line {
    width: 33%;
    background-color: var(--color-sub);
    padding: 0;
    text-align: center;
  }
  #mobile_contact .line a {
    color: var(--color-text) !important;
  }
  #mobile_contact .line i {
    font-size: 2.1875rem !important;
  }
  #mobile_contact .phone {
    width: 34%;
    background-color: var(--color-deep);
    padding: 0;
    text-align: center;
  }
  #mobile_contact .phone a {
    color: #FFF !important;
  }
  #mobile_contact .phone i {
    font-size: 2.1875rem !important;
  }
  #mobile_contact .top {
    width: 33%;
    color: #FFF;
    background-color: var(--color-deep);
    padding: 0;
    text-align: center;
  }
  #mobile_contact .top a {
    color: var(--color-text) !important;
  }
  #mobile_contact .top i {
    font-size: 2.1875rem !important;
  }
}

footer {
  width: 100%;
  background-color: var(--color-main);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px 2%;
  margin: 20px 0px 0px;
  font-size: 0.875rem;
}
@media screen and (max-width: 599px) {
  footer {
    margin: 60px 0px 0px;
    padding: 20px 0px;
  }
}
footer .footer-container {
  width: 100%;
  max-width: 1200px;
  background-image: url(../svg/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 230px;
  text-align: right !important;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  footer .footer-container {
    text-align: center !important;
  }
}
footer .footer-container .name {
  font-weight: 800;
  font-family: var(--font-base);
  font-size: 1.125rem;
  margin: 20px auto 0 !important;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 599px) {
  footer .footer-container .name {
    margin: 0px;
  }
}
footer .footer-container .tel {
  font-size: 1.625rem;
  font-weight: 900;
  font-family: var(--font-base);
}
footer .footer-container .tel a {
  color: var(--color-text);
  text-decoration: none !important;
}
footer .footer-container .tel a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: var(--color-main) !important;
}
@media screen and (max-width: 599px) {
  footer .footer-container .tel a[href*="tel:"] {
    pointer-events: visible;
  }
}
footer .footer-container ul.icon {
  list-style: none;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  footer .footer-container ul.icon {
    margin: 5px auto;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: auto;
  }
}
footer .footer-container ul.icon li {
  font-size: 2.5rem;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  footer .footer-container ul.icon li {
    margin: 0px !important;
    padding: 0;
    text-align: center;
  }
}
footer .footer-container ul.icon li a {
  color: var(--color-deep);
}
footer .footer-container address {
  font-family: var(--font-E-heading);
  font-size: 0.75rem;
  padding: 10px 0px 0px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 599px) {
  footer .footer-container address {
    padding: 10px 0px 100px;
    text-align: center;
    line-height: 1.3em;
  }
}

.micro_text {
  font-size: 0.75rem;
  line-height: 1.3em;
}

.small_text {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.mid_text {
  font-size: 1rem;
}

.half_large_text {
  font-size: 1.25rem;
}

.large_text {
  font-size: 1.5rem;
}

.largest_text {
  font-size: 1.6875rem;
}

.big_text {
  font-size: 2.125rem;
}

.biggest_text {
  font-size: 2.625rem;
}

.bold {
  font-weight: 600 !important;
}

.boldest {
  font-weight: 800 !important;
}

.blue {
  color: #00b9ef;
}

.white {
  color: #FFF;
}

.water {
  color: #008cd6;
}

.purple_blue {
  color: #3b5998;
}

.pink {
  color: #eb6ea5;
}

.brown {
  color: #966731;
}

.red {
  color: #FF0004 !important;
}

.purple {
  color: #a64a97;
}

.mint {
  color: #36a2ae;
}

.green {
  color: #1B4B20;
}

.noto_bold {
  font-family: var(--font-base);
  font-weight: 900;
}

.cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  min-width: 150px;
  padding: 12px 48px;
  border-radius: 999px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
  background-color: var(--color-deep);
}
.cta-btn::after {
  content: "→";
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #FFF !important;
}
.cta-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.cta-btn:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.cta-btn--blue {
  background-color: var(--color-link);
}
.cta-btn a {
  color: #FFF !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 10px;
  }
}

.sub_container {
  width: 100%;
  max-width: 800px;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .sub_container {
    width: 96%;
    padding: 20px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 820px) {
  .sub_container {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sub_container {
    width: 100%;
    margin: 20px 0 0;
    padding: 10px;
  }
}

.inner-container {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.7;
}

br.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}
br.mb {
  display: none;
}
@media screen and (max-width: 599px) {
  br.mb {
    display: block;
  }
}

section.default {
  width: 100%;
  margin: 146px 0;
}
@media screen and (max-width: 1024px) {
  section.default {
    margin: 85px 0;
  }
}
@media screen and (max-width: 599px) {
  section.default {
    margin: 40px 0 0;
    padding: 0;
  }
}
section.default container {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.kome {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0 30px 0 25px;
}
ul.kome li {
  margin-bottom: 5px;
}
ul.kome li:before {
  content: "※";
  margin-left: -1.25em;
  padding-right: 0.3em;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 2000;
}
#page-top a {
  background: #CDBE94;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  #page-top a {
    display: none;
  }
}
#page-top a:hover {
  text-decoration: none;
  color: #333 !important;
  background-color: #878787;
}

.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.align--center {
  text-align: center !important;
}
.align--left {
  text-align: left !important;
}
.align--right {
  text-align: right !important;
}

.snapwidget-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

.layout-style {
  width: 100%;
  max-width: 1200px;
  padding-block: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout-style--2column {
  grid-template-columns: 25% 75%;
  font-size: 1.125rem !important;
  display: grid;
  gap: 0 40px;
}
@media screen and (max-width: 1024px) {
  .layout-style--2column {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 599px) {
  .layout-style--2column {
    font-size: 1rem !important;
    padding: 0;
  }
}
.layout-style--2column--title {
  text-align: left;
  padding: 0;
  margin: 0;
}
.layout-style--2column--title h3 {
  font-size: 2.625rem !important;
  font-weight: 300;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .layout-style--2column--title h3 {
    font-size: 1.75rem !important;
  }
}
.layout-style--2column--title h3.small {
  font-size: 1.9375rem !important;
}
@media screen and (max-width: 599px) {
  .layout-style--2column--title h3.small {
    font-size: 1.3125rem !important;
    line-height: 1;
  }
}
.layout-style--2column--title p {
  font-size: 1.3125rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .layout-style--2column--title p {
    font-size: 1.125rem !important;
  }
}
.layout-style--2column--detail {
  text-align: center;
}
.layout-style--2column--detail h4 {
  font-size: 1.75rem !important;
  padding: 0;
  margin: 0;
  color: var(--color-accent);
}
@media screen and (max-width: 599px) {
  .layout-style--2column--detail h4 {
    font-size: 1.3125rem !important;
  }
}
.layout-style--2column--detail .emphasise {
  font-size: 1.5rem !important;
  padding: 2px 10px;
  margin-bottom: 10px !important;
  border: 2px solid var(--color-link);
  width: auto;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .layout-style--2column--detail .emphasise {
    font-size: 1.125rem !important;
  }
}
.layout-style--2column--detail p, .layout-style--2column--detail ul, .layout-style--2column--detail ol {
  text-align: left !important;
}
.layout-style--2column--detail p li, .layout-style--2column--detail ul li, .layout-style--2column--detail ol li {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .layout-style--2column--detail p li, .layout-style--2column--detail ul li, .layout-style--2column--detail ol li {
    margin-bottom: 10px;
  }
}
.layout-style--2column--card {
  text-align: left;
}
.layout-style--2column--card ul {
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
  margin: 0 !important;
}
.layout-style--2column--card ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none !important;
}
.layout-style--2column--card ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /*アイコン種類*/
  position: absolute;
  left: 0.5em; /*左端からのアイコンまで*/
  color: var(--color-link); /*アイコン色*/
  font-weight: 800;
}
.layout-style--2column--card ul li:last-of-type {
  border-bottom: none; /*最後の線だけ消す*/
}
.layout-style--2column--price {
  text-align: center;
  padding: 0;
  margin: 0;
}
.layout-style--2column--price h3 {
  font-size: 3rem !important;
  font-family: var(--font-E-heading);
  font-weight: 800;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: var(--color-accent);
}

ul.single-card {
  padding: 0 0.5em;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  text-align: left;
}
ul.single-card li {
  line-height: 1.5;
  padding-block: 20px;
  padding-inline: 40px 20px;
  border-bottom: 2px solid white;
  background: whitesmoke;
  list-style-type: none !important;
  margin-bottom: 10px;
}
ul.single-card li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /*アイコン種類*/
  position: absolute;
  left: 20px; /*左端からのアイコンまで*/
  color: var(--color-link); /*アイコン色*/
  font-weight: 800;
}
ul.single-card li:last-of-type {
  border-bottom: none; /*最後の線だけ消す*/
}

.tw {
  background-color: #249AE8 !important;
  color: #FFF;
}

.fb {
  background-color: #324B97 !important;
  color: #FFF;
}

.insta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ad20ff), color-stop(0, #ff2b29));
  background: -webkit-linear-gradient(#ff2b29, #ad20ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2b29), to(#ad20ff));
  background: linear-gradient(#ff2b29, #ad20ff);
  color: #FFF;
}

.blog {
  background-color: #FF9631 !important;
  color: #FFF;
}

.margin_pattern01 {
  margin-bottom: var(--space-lg) !important;
}

.margin_pattern02 {
  margin-bottom: var(--space-md) !important;
}

.margin_pattern03 {
  margin-bottom: var(--space-sm) !important;
}

.margin_pattern04 {
  margin-bottom: var(--space-xs) !important;
}

.margin_pattern05 {
  margin-bottom: var(--space-xxs) !important;
}

.margin-canceling {
  margin: inherit !important;
}

#top_img {
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#EDE6DD), color-stop(50%, #EDE6DD), color-stop(50%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(left, #EDE6DD 0%, #EDE6DD 50%, #FFF 50%, #FFF 100%);
  background: linear-gradient(90deg, #EDE6DD 0%, #EDE6DD 50%, #FFF 50%, #FFF 100%);
  min-height: calc(100svh - var(--header-h));
}
@media screen and (max-width: 1024px) {
  #top_img {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100vh;
    background: var(--color-main);
  }
}
#top_img .top_pict {
  width: 50%;
  text-align: right;
  padding: 1.5% 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-main);
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top_img .top_pict {
    width: 70%;
    padding: 0;
    margin: 0 auto !important;
    text-align: center !important;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #top_img .top_pict {
    height: auto;
    padding: 0 !important;
    margin: 0;
  }
}
#top_img .top_pict .pict {
  aspect-ratio: 40/31;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #top_img .top_pict .pict {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
#top_img .top_pict .pict img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
#top_img .top_text {
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text {
    width: 100%;
    padding-block: 20px;
  }
}
#top_img .top_text .top_text_container {
  max-width: 600px !important;
  width: 100%;
  padding: 0 20px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #top_img .top_text .top_text_container {
    position: relative;
    width: 100%;
    padding: 20px 10px !important;
    top: auto;
    -webkit-transform: none;
            transform: none;
    max-width: none !important;
  }
}
@media screen and (max-width: 599px) {
  #top_img .top_text .top_text_container {
    padding: 20px 10px !important;
  }
}
#top_img .top_text .top_text_container .catch01 {
  font-size: clamp(1.75rem, 5.4vw, 4.0625rem);
  font-weight: bold;
  color: var(--color-sub-text);
  padding: 0 20px 20px 0;
  margin: 0 !important;
  display: inline-block;
  font-family: var(--font-E-heading) !important;
  line-height: 1.2em;
  border-bottom: 1px solid var(--color-text);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text .top_text_container .catch01 {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #top_img .top_text .top_text_container .catch01 {
    line-height: 0em;
  }
}
#top_img .top_text .top_text_container h1 {
  font-size: 1.125rem;
  color: var(--color-text);
  margin: 40px 0 20px;
  padding: 0;
  letter-spacing: 0.05em !important;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text .top_text_container h1 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #top_img .top_text .top_text_container h1 {
    font-size: 1rem;
  }
}
#top_img .top_text .top_text_container .catch02 {
  padding: 0 20px 0 0;
  display: inline-block;
  letter-spacing: 0.05em !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #top_img .top_text .top_text_container .catch02 {
    padding: 0;
  }
}

#info {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #info {
    padding: 0px 10px;
  }
}
#info h3 {
  font-size: 2.5625rem !important;
  margin: 0px auto 20px;
}
@media screen and (max-width: 820px) {
  #info h3 {
    font-size: 1.9375rem !important;
  }
}
@media screen and (max-width: 599px) {
  #info h3 {
    font-size: 1.5rem !important;
    margin: 0px auto 10px !important;
  }
}
#info ul {
  width: 80%;
  max-width: 1000px;
  padding: 30px 0 30px 30px;
  margin: 40px auto;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #info ul {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
}
#info ul li {
  font-size: 1.125rem;
  text-align: left;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
#info ul li time {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  #info ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  #info ul li {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
#info ul li a {
  color: var(--color-text) !important;
}
#info .listpage a {
  background-color: var(--color-sub);
  padding: 14px 40px;
  border: 1.5px solid #3f3a37;
  color: #3f3a37;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 0px 10px;
  display: inline-block;
  letter-spacing: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#info .listpage a:hover {
  background: #3f3a37;
  color: #fff;
}

.svc-split {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
.svc-split__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50/50 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  border-top: 1px solid #c9c9c9;
}
.svc-split__inner--reverse {
  direction: rtl;
}
.svc-split__inner--reverse > * {
  direction: ltr;
}
.svc-split__pict {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.svc-split__pict img {
  width: 60%;
  height: auto;
  display: block;
}
.svc-split__text {
  width: 100%;
  padding: clamp(1.75rem, 4vw, 4.5rem);
  will-change: transform, opacity;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.svc-split__svg img {
  width: 110px !important;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .svc-split__svg img {
    width: 80px !important;
  }
}
.svc-split__eng {
  margin: 0 0 16px;
  font-size: 2.25rem;
  font-family: var(--font-E-heading);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  color: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .svc-split__eng {
    font-size: 1.75rem;
  }
}
.svc-split__h2 {
  margin: 0 0 24px;
  font-size: clamp(1.875rem, 3.2vw, 4rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .svc-split__h2 {
    font-size: 1.5rem;
  }
}
.svc-split__sentence {
  margin: 0;
  font-size: clamp(1.0625rem, 1.4vw, 1.5625rem);
  line-height: 1.8;
  opacity: 0.85;
}
.svc-split__philosophy {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh; /* 1画面設計ならON。不要なら消す */
  border-top: 1px solid #c9c9c9;
  position: relative;
}
@media screen and (max-width: 599px) {
  .svc-split__philosophy {
    overflow: hidden;
  }
}
.svc-split__philosophy .container {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  text-align: left;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .svc-split__philosophy .container {
    font-size: 1rem;
    padding: 20px;
    width: 100%;
  }
}
.svc-split__philosophy img {
  width: 30% !important;
  height: auto;
}
.svc-split__philosophy--faq {
  display: grid;
  place-items: center;
  min-height: 100vh;
}
.svc-split__philosophy--faq .container {
  position: static;
  width: min(100%, 900px);
  padding: 40px;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1024px) {
  .svc-split__inner {
    grid-template-columns: 1fr;
  }
  .svc-split__pict {
    height: auto;
  }
  .svc-split__pict img,
  .svc-split__pict svg {
    height: auto;
  }
  .svc-split__text {
    text-align: center;
    padding: 28px 18px 56px;
  }
  .svc-split__sentence {
    margin-left: auto;
    margin-right: auto;
  }
}
ul.check {
  list-style: none;
  position: relative;
}
ul.check li {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  ul.check li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
ul.check li::before {
  font: var(--fa-font-solid);
  content: "\f058";
  position: absolute;
  left: 0.5rem;
  padding-left: 0.2rem;
  padding-top: 0.1em;
  color: var(--color-sub);
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  ul.check li::before {
    font-size: 1.5rem !important;
  }
}

section.parallax {
  margin: 250px 0 146px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.parallax {
    margin: 85px 0 85px;
  }
}

h2.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: var(--font-E-heading) !important;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 60px auto !important;
}
@media screen and (max-width: 599px) {
  h2.top {
    letter-spacing: 0em;
    margin: 60px 0 !important;
  }
}
h2.top::before, h2.top::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 1024px) {
  h2.top::before, h2.top::after {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  h2.top::before, h2.top::after {
    width: 35%;
  }
}
h2.top::before {
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  h2.top::before {
    margin-right: 35px;
  }
}
h2.top::after {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  h2.top::after {
    margin-left: 30px;
  }
}

h3.top-L {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: var(--font-E-heading) !important;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0 auto 40px;
  font-size: 2.0625rem !important;
}
h3.top-L::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--color-main);
  margin-right: 35px;
}
@media screen and (max-width: 599px) {
  h3.top-L::before {
    margin: 0 20px;
    height: 1px;
    line-height: 0em;
  }
}

h3.top-R {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: var(--font-E-heading) !important;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0 auto 40px;
  font-size: 2.0625rem !important;
}
h3.top-R::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--color-main);
  margin-left: 35px;
}
@media screen and (max-width: 599px) {
  h3.top-R::after {
    margin: 0 20px;
    height: 1px;
    line-height: 0em;
  }
}

h4.top {
  font-size: 1.625rem !important;
  margin: 20px 0;
  color: var(--color-main);
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  h4.top {
    font-size: 1.3125rem !important;
  }
}

.TOP-faq {
  width: 100%;
  max-width: 850px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
  padding: 10px;
  background-color: var(--color-main);
  border-radius: 10px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .TOP-faq {
    width: 96%;
  }
}
.TOP-faq--icon {
  font-weight: 900;
  position: relative;
  text-align: center !important;
  font-family: var(--font-E-heading);
}
.TOP-faq--icon span {
  padding-block: 5px;
  padding-inline: 8px;
  background-color: #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TOP-faq--icon--Q {
  color: var(--color-link);
  text-align: center;
  margin-bottom: 10px;
}
.TOP-faq--icon--A {
  color: var(--color-accent);
  text-align: center;
}
.TOP-faq--sentence {
  padding-inline: 10px;
  text-align: left;
}
.TOP-faq--sentence:first-child {
  margin-bottom: 10px;
}
.TOP-faq--icon--Q + .TOP-faq--sentence {
  margin-bottom: 5px;
}

.parallax-mirror {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.parallax-container {
  width: 100%;
  min-height: 700px;
  background: transparent;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .parallax-container {
    min-height: 550px;
  }
}
@media screen and (max-width: 599px) {
  .parallax-container {
    min-height: 650px;
  }
}
.parallax-container .layer {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1080px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-image: url(../img/whiteback.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .parallax-container .layer {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 92%;
    margin: 0 auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 599px) {
  .parallax-container .layer {
    background-size: 100% 100%;
  }
}
.parallax-container .layer p {
  width: 90%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1.3125rem !important;
  line-height: 1.8em;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .parallax-container .layer p {
    width: 96%;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 599px) {
  .parallax-container .layer p {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.7em;
    text-align: justify;
  }
}
.parallax-container .layer h2 {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 2.625rem !important;
  font-weight: 500;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1366px) {
  .parallax-container .layer h2 {
    font-size: 1.9375rem !important;
  }
}
@media screen and (max-width: 820px) {
  .parallax-container .layer h2 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 599px) {
  .parallax-container .layer h2 {
    font-size: 1.3125rem !important;
    margin: 0 auto 10px;
  }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*h1*/
.title {
  width: 100%;
  height: 360px;
  text-align: center;
  margin: 40px 0 0;
  padding: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .title {
    margin: 0;
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .title {
    height: 320px;
    background-position: center center;
    margin: 0px auto 30px;
    background-size: 300px auto;
  }
}
.title h1.page {
  width: 100%;
  max-width: 1200px;
  margin: 0px 0px 10px;
  background-image: url(../img/h1.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 28% auto;
  height: 360px;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .title h1.page {
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .title h1.page {
    height: 300px;
    background-size: 55% auto;
    background-position: center center;
  }
}
.title h1.page span {
  position: absolute;
  top: 45%;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  color: var(--color-text);
  font-size: 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  padding-block: 0 20px;
  padding-inline: 30px 0;
  border-bottom: solid 1px var(--color-sub);
  width: 71%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .title h1.page span {
    font-size: 1.75rem !important;
    left: 50%;
    top: 115%;
    -webkit-transform: translate(-50%, -115%);
            transform: translate(-50%, -115%);
    width: 100%;
    text-align: center;
    border-left: solid 0px;
    padding-inline: 0;
    padding-block: 20px 10px;
  }
}

/* パンくずリスト */
#breadcrumbs {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  padding: 0 20px;
  margin: 40px auto;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 599px) {
  #breadcrumbs {
    padding: 0 10px;
    font-size: 0.75rem;
  }
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs li + li:before {
  content: "  »  ";
  margin: 0.5em;
}

img.scaler {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 40px 0px;
}
@media screen and (max-width: 820px) {
  img.scaler {
    margin: 20px 0px !important;
  }
}
@media screen and (max-width: 599px) {
  img.scaler {
    margin: 15px 0px !important;
  }
}
img.scaler80 {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 599px) {
  img.scaler80 {
    width: 95%;
  }
}
img.scaler50 {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 599px) {
  img.scaler50 {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  img {
    margin: 15px 0px !important;
  }
}

.img {
  height: auto;
}
.img--full img {
  width: 100% !important;
}
.img--80 img {
  width: 80% !important;
}
.img--50 img {
  width: 50% !important;
}
.img--30 img {
  width: 30% !important;
}

.button {
  font-size: 1.125rem;
  text-align: center;
  margin: 20px auto;
  padding: 10px 30px;
}
@media screen and (max-width: 599px) {
  .button {
    font-size: 1rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button a {
  width: 100%;
  max-width: 300px;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--color-sub);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button a:hover {
  background-color: var(--color-accent);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px var(--color-text);
          box-shadow: 0px 0px 5px var(--color-text);
}

.button2 {
  font-size: 1.125rem;
  text-align: center;
  margin: 20px auto;
  padding: 10px 30px;
}
@media screen and (max-width: 599px) {
  .button2 {
    font-size: 1rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button2 a {
  width: 100%;
  max-width: 300px;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--color-main);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button2 a:hover {
  background-color: var(--color-sub);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px var(--color-text);
          box-shadow: 0px 0px 5px var(--color-text);
}

ul.dotless {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.dotless li {
  margin-bottom: 30px;
}

.heading--h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  color: var(--color-sub-text);
  margin-inline: auto;
}
.heading--h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  color: var(--color-text);
}

.page_link {
  text-align: center;
  width: auto;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: var(--font-base);
  color: #FFF;
  margin: 40px auto;
}
.page_link a {
  color: #FFF !important;
  width: 100%;
  padding: 10px 20px;
  background-color: var(--color-sub);
  border-radius: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page_link a:hover {
  color: var(--color-sub);
  background-color: var(--color-accent);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.fee_link {
  padding: 10px 20px;
  text-align: center;
  width: auto;
  background-color: #74bbe2;
  border-radius: 10px;
  font-size: 1.5rem !important;
  font-weight: 500;
  font-family: var(--font-base);
  color: #FFF;
  margin: 40px auto;
  display: inline-block;
}
.fee_link a {
  color: #FFF !important;
}
.fee_link a:hover {
  color: orange !important;
}

figure.fee table {
  width: 100%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 10px;
}
@media screen and (max-width: 599px) {
  figure.fee table {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 599px) {
  figure.fee table tr {
    display: block;
  }
}
figure.fee table th {
  width: 28% !important;
  text-align: center;
  padding-block: 30px;
  border-top: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-bottom: 2px solid var(--color-link);
  overflow: visible;
  position: relative;
  font-size: 1.125rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  figure.fee table th {
    display: list-item;
    padding: 5px;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left !important;
  }
}
figure.fee table td {
  padding-block: 30px;
  padding-inline: 60px 30px;
  border-top: solid 0px;
  border-left: solid 1px #FFF;
  border-right: solid 0px;
  border-bottom: 2px solid var(--color-sub);
  text-align: left !important;
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  figure.fee table td {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0px solid;
    margin-bottom: 20px;
  }
}
figure.fee table td.price {
  color: #FF4E00;
  width: 40%;
  font-size: 1.125rem;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  figure.fee table td.price {
    width: 100%;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.flow-box {
  display: grid;
  grid-template-columns: 25% 1fr;
  border: 1px solid var(--color-deep);
  border-radius: 5px;
  position: relative;
  gap: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flow-box {
    grid-template-columns: 1fr;
  }
}
.flow-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 12.5%;
  width: 1px;
  height: 130px;
  background: var(--color-deep);
}
@media screen and (max-width: 599px) {
  .flow-box:not(:last-child)::after {
    height: 60px;
  }
}
.flow-box--head {
  display: grid;
  text-align: center;
  background-color: var(--color-deep);
  position: relative;
  padding: 20px;
}
.flow-box--head h2 {
  font-size: 1.75rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-main);
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .flow-box--head h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-box--head h2 {
    font-size: 1.3125rem;
  }
}
.flow-box--body {
  text-align: left;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow-box--body p {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .flow-box--body {
    padding: 5px;
  }
}

figure.prof table {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-collapse: collapse;
  border: 0px solid;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  figure.prof table {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 599px) {
  figure.prof table tr {
    display: block;
  }
}
figure.prof table th {
  width: 25%;
  text-align: center;
  padding: 20px;
  position: relative;
  font-size: 1.125rem;
  font-weight: lighter;
  border-bottom: 2px solid var(--color-link);
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
}
@media screen and (max-width: 599px) {
  figure.prof table th {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    background-color: inherit;
    font-weight: bolder;
  }
}
figure.prof table td {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  font-size: 1.125rem;
  border-bottom: 2px solid var(--color-sub);
  text-align: left;
}
@media screen and (max-width: 599px) {
  figure.prof table td {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FCF8EE;
    border-bottom: 10px solid #FFF;
  }
}

table.inq {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  table.inq {
    margin: 20px 0;
    padding: 0;
    list-style: none;
  }
}
@media screen and (max-width: 599px) {
  table.inq tr {
    display: block;
  }
}
table.inq th {
  width: 25%;
  text-align: center;
  padding: 20px 5px;
  /*position: relative;*/
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 3px solid var(--color-sub);
}
@media screen and (max-width: 599px) {
  table.inq th {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 1rem;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    font-weight: 900;
    text-align: left;
  }
}
table.inq td {
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #888;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  table.inq td {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    text-align: left;
    margin-bottom: 10px;
  }
}
table.inq td input {
  margin: 5px;
  padding: 10px;
}
table.inq td input.long {
  width: 70% !important;
}
@media screen and (max-width: 599px) {
  table.inq td input.long {
    width: 95% !important;
  }
}
table.inq td input.mid {
  width: 50% !important;
}
@media screen and (max-width: 599px) {
  table.inq td input.mid {
    width: 95% !important;
  }
}
table.inq td input.short {
  width: 20% !important;
}
table.inq td select {
  font-size: 1.125rem;
  padding: 5px;
}
table.inq td textarea {
  font-size: 1rem;
  padding: 5px;
  margin: 5px;
  width: 70%;
  height: 50%;
}
@media screen and (max-width: 599px) {
  table.inq td textarea {
    width: 95%;
  }
}

.send-over {
  margin: 0 0 150px;
  text-align: center !important;
}
.send-over h3 {
  font-size: 1.9375rem;
  font-weight: 900;
  color: var(--color-main);
}
.send-over img {
  margin: 40px auto 80px !important;
}

span.submit input {
  font-size: 1rem;
  color: #FFFFFF;
  background-color: var(--color-sub);
}
span.require {
  color: #FF0000;
  font-size: 0.875rem;
  margin-left: 10px;
}
span.wpcf7-list-item {
  display: block;
}

.Confirm, .Thanks {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

ul.agree {
  list-style: none;
  margin: 60px 0;
  padding: 0;
  width: 100% !important;
}
ul.agree li {
  border-bottom: 1px dotted #555555;
  padding: 10px;
  margin: 0 0 20px;
  background-color: antiquewhite;
  display: inline-block;
  width: 100%;
  min-width: 0;
  white-space: normal !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.agree li .mwform-checkbox-field {
  display: block !important;
  white-space: inherit;
  float: none;
}
@media screen and (max-width: 599px) {
  ul.agree li {
    float: none;
  }
}

#service {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 599px) {
  #service {
    background-image: none;
  }
}
#service .top_container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #service .top_container {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
}
#service .top_container .box {
  width: 23%;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid var(--color-main);
  border-radius: 7.5px;
}
@media screen and (max-width: 820px) {
  #service .top_container .box {
    width: 42.5%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  #service .top_container .box {
    width: 95%;
    margin: 0 auto 20px;
  }
}
#service .top_container .box i.mark {
  font-size: 11.25rem;
}
@media screen and (max-width: 599px) {
  #service .top_container .box i.mark {
    font-size: 7.5rem;
  }
}
#service .top_container .box img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 599px) {
  #service .top_container .box img {
    width: 20%;
    height: auto;
  }
}
#service .top_container .box p {
  margin: 0 0 40px;
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  #service .top_container .box p {
    margin: 0 0 30px;
    font-size: 1rem;
  }
}
#service .top_container .box h3 {
  font-size: 1.125rem;
  margin: 10px auto;
  color: var(--color-text);
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #service .top_container .box h3 {
    font-size: 0.875rem;
  }
}
#service .top_container .box .button {
  font-size: 0.875rem;
  text-align: center;
  margin: 10px auto 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  #service .top_container .box .button {
    font-size: 0.75rem;
  }
}
#service .top_container .box .button a {
  width: 100%;
  max-width: 300px;
  color: #ffffff !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--color-main);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#service .top_container .box .button a:hover {
  background-color: var(--color-sub);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

ol.portfolio {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 80px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ol.portfolio::after {
  content: "";
  display: block;
  width: 30%;
}
@media screen and (max-width: 820px) {
  ol.portfolio {
    margin: 60px 0;
  }
}
@media screen and (max-width: 599px) {
  ol.portfolio {
    margin: 40px 0 0;
    padding: 0px;
  }
}
ol.portfolio li {
  width: 32.5%;
  font-size: 3.125rem;
  margin-bottom: 40px;
  font-family: "Poiret One", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--color-accent);
  line-height: 1.5em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  ol.portfolio li {
    font-size: 1.875rem;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
ol.portfolio li img {
  width: 100%;
  height: auto;
}

.faq-box {
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 10% 1fr;
  gap: 20px;
  text-align: left;
  background-color: var(--color-main);
  padding: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .faq-box {
    padding: 10px;
    grid-template-columns: 6% 1fr;
  }
}
.faq-box--icon {
  font-weight: 900;
  position: relative;
}
.faq-box--icon--Q, .faq-box--icon--A {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.9375rem;
  font-weight: 900;
  color: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .faq-box--icon--Q, .faq-box--icon--A {
    width: 40px;
    font-size: 1.5rem;
  }
}
.faq-box--icon--Q {
  background: var(--color-link);
}
.faq-box--icon--A {
  background: var(--color-accent);
}
.faq-box--sentence {
  border-left: 1px solid var(--color-deep);
  padding-block: 20px;
  padding-inline: 30px;
}
.faq-box--sentence:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .faq-box--sentence {
    border-left: 0px solid;
    padding-block: 0px;
    padding-inline: 10px 0px;
  }
}
.faq-box--icon--Q + .faq-box--sentence {
  margin-bottom: 20px;
}

#blog_container {
  width: 100%;
  max-width: 850px;
  margin: 0px auto;
  padding: 0px 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#blog_container .entry {
  text-align: left;
  width: 100%;
  margin: 20px 0px 40px;
  border-bottom: 1px solid #5D5D5D;
  padding: 0px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #blog_container .entry {
    margin: 10px 0 20px 0 !important;
  }
}
#blog_container .entry img {
  max-width: 820px;
  height: auto;
  margin: 20px auto;
}
#blog_container .entry h3.blog_title {
  font-size: 1.5rem !important;
  padding: 0 1%;
  margin: 0 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #854E09;
}
@media screen and (max-width: 820px) {
  #blog_container .entry h3.blog_title {
    margin: 10px 0 !important;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #blog_container .entry h3.blog_title {
    font-size: 1.3125rem !important;
  }
}
#blog_container .entry .blog_sentence {
  padding: 10px 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 820px) {
  #blog_container .entry .blog_sentence {
    padding: 0px 1% !important;
  }
  #blog_container .entry .blog_sentence p + p {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  #blog_container .entry .blog_sentence {
    line-height: 1.8;
    font-size: 1rem !important;
  }
}
#blog_container .entry .date {
  width: 100%;
  padding: 5px 1% 5px 1%;
  background-color: var(--color-sub);
  color: #FFF;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 700;
  margin: 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #blog_container .entry .date {
    font-size: 1rem;
  }
}
#blog_container .entry .category {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-sub);
  padding: 0 10px;
}
#blog_container .pagenation {
  font-size: 0.875rem;
  margin: 0px 0px 60px;
  width: 100%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 820px) {
  #blog_container .pagenation {
    margin: 0px 0px 30px;
  }
}
#blog_container .page {
  font-size: 0.875rem;
  margin: 0px 0px 60px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #blog_container .page {
    margin: 0px 0px 30px;
  }
}
#blog_container .page-numbers {
  margin: 2px;
}
#blog_container .page a {
  background-color: azure;
  border: 1px solid #898989;
  padding: 5px 10px;
}
#blog_container .page a:hover {
  background-color: #FFC3C4;
}
#blog_container .prev, #blog_container .next {
  width: 100px;
  background-color: #FFF !important;
  border: 0px solid !important;
}
#blog_container section.archive {
  text-align: left;
}
#blog_container section.archive select {
  margin: 0;
  padding: 0;
}
#blog_container section.archive ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
#blog_container section.archive ul li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #4B4B4B;
  padding-bottom: 10px;
  font-size: 1rem !important;
}

h3.sb {
  font-size: 1.75rem !important;
  margin: 0 0 20px;
  color: #854E09;
  text-align: left;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
}

ul.recent-entry {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  text-align: left;
}
ul.recent-entry li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #4B4B4B;
  padding-bottom: 10px;
  font-size: 1rem !important;
}

/* test *//*# sourceMappingURL=style.css.map */