@charset "UTF-8";

/*==============================================

COLOR

==============================================*/

:root {
  --base: #fffbe9;
  --main: #8dc70e;
  --txt: #401f0a;
}

/*==============================================

RESET

==============================================*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  background-color: #fffced;
}
main {
  display: block;
  overflow: hidden;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*==============================================

RESET

==============================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
}
html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  text-align: justify;
}
body {
  position: relative;
}
.home p,
.privacy-policy p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
.home span,
label,
input,
button {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  color: #401f0a;
}
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label {
  font-size: 1.8rem;
  word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7em;
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2em;
}
p {
  margin-bottom: 1em;
}
.lh2 {
  line-height: 2em;
}
section {
  padding: 100px 0;
}
section.first {
  padding-top: 0;
}
i {
  margin-right: 5px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.width90 {
  width: 90%;
  margin: 0 auto;
}
.width80 {
  width: 80%;
  margin: 0 auto;
}
.width1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.width1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.width1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.width900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.width700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.btn-arrow {
  width: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.btn {
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  max-width: 300px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.btn01 {
  border: 1px solid var(--main);
  background-color: var(--main);
}
.btn01 .btn-arrow {
  fill: #fff;
}
.btn01:hover {
  color: var(--main);
  background-color: #fff;
}
.btn01:hover .btn-arrow {
  fill: var(--main);
}
indent-list {
  display: table;
  margin: 0;
  padding: 0;
}
.indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.pcnone600 {
  display: none;
}
.o-hover img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.o-hover img:hover {
  opacity: 0.8;
}
.link-over {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 1;
}
.link-over:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.underline:hover {
  text-decoration: underline;
}
header {
  width: 100%;
}
.header-content {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.logo {
  width: 500px;
  margin-top: 20px;
}
.logo img {
  width: 100%;
  height: auto;
}
.header-link {
  width: 320px;
}
.header-link img {
  width: 100%;
  transition-duration: 0.3s;
}
.header-link img:hover {
  opacity: 0.7;
}
.header-link-item {
  width: 30%;
}
.sp-header,
.sp-header02 {
  display: none;
}
.sp-header-inner .logo {
  margin-right: auto;
  width: calc(100% - 155px);
  margin-left: 5px;
}
.sp-header-inner .logo img {
  max-height: 30px;
  width: auto;
  margin-left: 5px;
}
.sp-header-icon-list {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 50px;
}
.sp-header-icon-list li {
  margin: 0 5px;
}
.sp-header-icon-list li a {
  margin-top: 2px;
  width: 35px;
  height: 35px;
  display: block;
  background-color: var(--main);
  border-radius: 5px;
}
.sp-header-icon-list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px;
}
.sp-header-icon-list li a svg {
  width: 20px;
  height: 20px;
  height: auto;
  display: block;
}
.sp-header-icon-list li a svg path {
  fill: #fff;
}
#hamburger {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--main);
  width: 45%;
}
#hamburger span:nth-of-type(1) {
  top: 15px;
}
#hamburger span:nth-of-type(2) {
  top: 23px;
}
#hamburger span:nth-of-type(3) {
  top: 31px;
}
#hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.mobile-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
#mobile-nav.none {
  display: none;
}
#mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #e6e0c3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  transform: translateX(100%);
  z-index: 999;
}
#mobile-nav.panelactive {
  transform: translateX(0);
}
.mobile-logo {
  background-color: #fff;
  padding: 11px 0;
}
.mobile-logo img {
  max-width: 220px;
  margin: 0 auto;
  margin-left: 5px;
}
.mobile-menu-icon-list {
  width: 100%;
  padding: 20px 15px;
}
.mobile-menu-icon-list > li.sub-off {
  width: 48.5%;
  padding: 10px 10px 15px;
  background-color: #fff;
  margin-bottom: 13px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-inner.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 10px;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-icon {
  margin: 0 auto;
  width: 100%;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-img {
  margin: 0 auto;
  width: 100%;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-img img {
  width: auto;
  max-height: 30px;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.mobile-menu-icon-list > li.sub-on {
  width: 48.5%;
  padding: 10px 10px 15px;
  background-color: #fff;
  margin-bottom: 13px;
  border-radius: 10px;
  position: relative;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-inner.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 5px;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-icon {
  margin: 0 auto;
  width: 100%;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-img {
  margin: 0 auto;
  width: 100%;
}
.mobile-menu-icon-list > li.sub-on .mobile-menu-img img {
  width: auto;
  max-height: 35px;
  height: 100%;
  margin: 0 auto 5px;
  display: block;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu {
  margin-top: 15px;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu li {
  margin-top: 5px;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
}
.mobile-sub-nav {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.mobile-sub-nav li {
  margin-bottom: 10px;
}
.mobile-sub-nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #877e53;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 25px;
}
.mobile-nav-wrap {
  margin: 15px 15px 20px 15px;
}
.mobile-nav-wrap .mobile-menu-list {
  background-color: #fff;
  border-radius: 15px;
}
.mobile-nav-wrap .mobile-menu-list > li {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  color: #401f09;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 2px dashed #d1c799;
}
.mobile-nav-wrap .mobile-menu-list > li:first-of-type a {
  border-top: none;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 10px;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li {
  width: 49%;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  display: block;
  background-color: var(--main);
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}
.mobile-menu-tel {
  padding: 0 15px;
  margin-bottom: 40px;
}
.moblie-menu-head {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  background-color: var(--main) !important;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 999px;
  line-height: 1.5em;
  margin: 40px auto 15px;
  font-weight: bold !important;
}
.moblie-menu-tel-number {
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #401f09 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moblie-menu-tel-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.moblie-menu-time {
  font-size: 1.4rem;
  text-align: center;
  color: #401f0a !important;
}
.slider {
  padding: 0;
  position: relative;
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spin-wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
#page-top img {
  max-height: 50px;
  width: auto;
}
#page-top img:hover {
  opacity: 0.8;
}
#breadcrumbs {
  margin-bottom: 40px;
  padding: 10px 15px 12px;
}
#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
#breadcrumbs ul li {
  padding-left: 10px;
  display: inline-block;
  line-height: 2em;
}
#breadcrumbs ul li.separator {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#breadcrumbs ul li:first-of-type {
  padding-left: 0;
}
#breadcrumbs ul li a,
#breadcrumbs ul li {
  font-size: 1.4rem;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.sub-header {
  background-size: cover;
  background-position: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url(/wp-content/uploads/2024/12/sub-header-bg.png) !important;
  background-size: 180px auto;
  background-position: right 10% bottom -15px;
  border-radius: 30px;
  height: 240px;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.sub-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}
.sub-header-txt {
  line-height: 1.5em;
  font-size: 3rem;
  font-weight: bold;
}
.contact-band p,
.contact-band a {
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  color: #401f0a;
  margin-bottom: 10px;
}
.contact-band {
  padding: 0 0 60px;
  background-color: #fffbe9;
}
.contact-band-inner {
  padding: 60px 15px;
  background-color: #fff;
  border-radius: 40px;
  width: calc(100% - 200px);
  margin: 0 auto;
}
.contact-band-title {
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  color: var(--main);
  margin-bottom: 40px;
}
.cf-cb-txt {
  text-align: center;
}
.contact-band-tel-block.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-band-tel-box {
  margin: 0 2%;
}
.cf-cb-head {
  font-size: 1.4rem;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center;
  padding: 10px 15px;
  border-radius: 999px;
}
.cf-tel-number {
  font-size: 3.8rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cf-tel-number:hover {
  opacity: 0.7;
}
.cf-cb-time {
  text-align: center;
}
.contact-band-tel-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.footer {
  padding: 0px 0 0;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto 80px;
}
.footer-logo {
  padding-bottom: 40px;
  margin-bottom: 40px;
  max-width: 350px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}
.footer-address p,
.footer-address a {
  text-align: center;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  color: #401f0a;
}
.footer-address p {
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-address p:first-of-type {
  margin-top: 0;
}
.footer-address .name {
  margin-bottom: 0;
}
.footer-address a:hover {
  opacity: 0.7;
}
.footer-privacy {
  text-align: center;
  margin-top: 3px;
}
.footer-privacy a {
  font-size: 1.6rem;
}
.footer-privacy a:hover {
  text-decoration: underline;
}
.copyright {
  background-color: #401f0a;
  padding: 15px;
}
.copyright p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.complete-txt {
  text-align: center;
  margin-bottom: 60px;
}
.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px var(--main);
  margin-top: 40px;
  font-weight: 700;
}
.privacy-head:nth-of-type(1) {
  margin-top: 0;
}
.privacy-head span {
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}
.search-txt01 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid var(--main);
}
.error-inner {
  margin-bottom: 100px;
}
.error-inner p {
  text-align: center;
  margin-bottom: 0;
}
.error-url {
  font-size: 2rem;
}
.error-url span {
  font-size: 2rem;
}
