@charset "UTF-8";
/*
Theme Name : interlock_template

*/
@import url("https://fonts.googleapis.com/css2?family=Balthazar&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bellefair&family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kaisei+Opti:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body {
  background: #b7c1b0;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h3,
h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #222;
}

body {
  color: #222;
  margin: 0;
}

header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 1099px) {
  header .header_pc {
    height: 60px;
  }
}

header .header_pc .header_logo {
  width: 152px;
  margin-left: clamp(20px, 3.6603221083vw, 50px);
  height: 50px;
}

header .header_pc .header_item {
  max-width: 1000px;
  width: 100%;
  margin-right: clamp(30px, 4.1727672035vw, 57px);
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  header .header_pc .header_item {
    display: none;
  }
}

header .header_pc .header_item .header_nav {
  width: 100%;
}

header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 10px;
  list-style: none;
  justify-content: space-between;
}
header .header_pc .header_item .header_nav ul .button a {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

#header {
  position: fixed;
  z-index: 10001;
  width: 100%;
  transition: 0.4s;
}

.fixed {
  position: fixed;
  background: rgba(183, 193, 176, 0.7);
  transition: 0.4s;
}

header .border_none a::after {
  display: none;
}

header .header_pc .header_item .header_nav ul li {
  position: relative;
  padding: 0px 20px;
  line-height: 1;
}
header .header_pc .header_item .header_nav ul li::before {
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40%;
  z-index: -1;
  content: "";
  border-right: 1px solid #a4aca0;
}
@media (max-width: 1400px) {
  header .header_pc .header_item .header_nav ul li {
    padding: 0px 15px;
  }
}

header .header_pc .header_item .header_nav ul li:last-child::before {
  display: none;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

.header_nav .parent {
  position: relative;
  float: left;
}
.header_nav .parent a {
  margin: -3px 0px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s all;
}
.header_nav .child {
  opacity: 0;
  display: none !important;
  margin: 0 !important;
  width: 100%;
  transition: 0.4s;
}
.header_nav .child a {
  font-size: 14px !important;
}
.header_nav .parent:hover > ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
.header_nav .child li {
  width: 100%;
}
.header_nav .bt_none {
  border-top: none !important;
}
.header_nav .child li a {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 21px 0 21px !important;
  font-weight: 500 !important;
  margin: 0;
  font-family: "Kaisei Opti", serif !important;
  line-height: 1.7 !important;
  transition: 0.4s;
  text-align: start;
}
.header_nav .child li a:hover {
  background: #ececec;
}
.header_nav .child li a::after {
  display: none;
}

header .header_pc .header_item .header_nav ul li a {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "Kaisei Opti", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: 0.4s;
  position: relative;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-direction: column;
}
@media (max-width: 1353px) {
  header .header_pc .header_item .header_nav ul li a {
    font-size: 14px;
  }
}
header .header_pc .header_item .header_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.icon_flex img {
  width: 45px;
  height: 45px;
}

.fa-angle-down {
  padding-left: 5px;
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 80px;
}

header .header_pc .header_item .header_nav ul .child a {
  background: #153a25;
  color: #fff;
  font-family: "Kaisei Opti", serif;
  flex-direction: row;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #282d49;
  color: #fff;
  font-weight: bold;
}

header .header_pc .header_item .header_cta a::before {
  font-size: 16px;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}

.navigation {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  .navigation {
    display: contents;
  }
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  padding-top: 5px;
  transition: 0.4;
}
.brand img {
  max-width: 110px;
  transition: 0.4s;
}
.brand img:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  nav {
    float: right;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li img {
    width: 45px;
    height: 45px;
  }
  nav ul li .img_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  nav ul li a,
  nav ul li a:visited {
    font-family: "Bellota", serif;
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #b7c1b0;
    color: #1e1e1e;
    text-decoration: none;
    font-weight: bold;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #445143;
    color: #fff;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    font-family: "Kaisei Opti", serif;
    line-height: 20px;
  }
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 1099px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 1099px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #333;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.logo {
  position: fixed;
  padding-top: 1vh;
  padding-left: 6vw;
  font-size: 48px;
  z-index: 10001;
}

.left_side_bar {
  height: 100vh;
  width: 50px;
  position: fixed;
  z-index: 10001;
  top: 0;
  transition: 0.4s;
  left: 0;
  padding-top: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_side_bar .left_copyright {
  writing-mode: vertical-rl;
  position: relative;
  transition: 0.4s all;
}
.left_side_bar .fix_arrow {
  position: absolute;
  padding: 12px;
  border: 1px solid black;
  border-radius: 50%;
  bottom: -50%;
  left: 3vw;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .left_side_bar .fix_arrow {
    padding: 8px;
  }
}

.copy_remove {
  display: none;
  transition: 0.4s all;
}

#section-scroller-button.rotate .fa-solid {
  transform: rotate(180deg);
  transition: 0.4s;
}

.fa-arrow-down:before {
  color: #222;
}

.right_side_bar {
  height: 100vh;
  width: 150px;
  position: fixed;
  top: 0;
  z-index: 10001;
  right: 0;
  padding-top: 15vh;
  background-color: transparent;
}
@media (max-width: 1050px) {
  .right_side_bar {
    display: none;
  }
}
.right_side_bar .text_content {
  margin-bottom: 15vh;
}
.right_side_bar .text_content a {
  font-weight: bold;
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 13px;
  margin-right: 10px;
  font-weight: normal;
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #1e1e1e;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 600px) {
  .pagetop_block #pagetop a {
    display: none;
  }
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.contact_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .contact_sp {
    display: flex !important;
  }
}

.copy {
  padding: 20px 0;
  text-align: center;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  font-weight: bold !important;
  color: #fff;
  font-family: "EB Garamond", serif;
  background: #445143;
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.footer_nav ul li {
  padding: 20px 10px;
}

.footer_nav ul li a {
  color: #222 !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .footer_nav ul li a {
    font-size: 14px;
  }
}

footer .footer_nav ul {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer_nav ul {
    flex-direction: column;
    padding-left: 20px;
  }
}

.footer {
  border-top: none;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

.body_top_bg {
  background: url(/wp-content/uploads/mv_bg.png) no-repeat top;
  background-size: cover;

}
.body_top_bg_bottom {
  background: url(/wp-content/uploads/mv_bg02.png) no-repeat bottom;
  background-size: cover;

}
@media (max-width: 910px) {
  .body_top_bg {
    background: url(/wp-content/uploads/sp_mv_bg.png) no-repeat;
  }
}

.main_slider {
  position: relative;
  padding-bottom: 60px;
  padding-top: 100px;
}
.main_slider img {
  margin-left: auto;
}
@media (max-width: 380px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 380px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}

.slick-dots {
  display: none !important;
}

.slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1600px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .slider_title {
    top: 50%;
  }
}
@media (max-width: 1360px) {
  .slider_title {
    top: 50%;
	max-width:1250px;
  }
}
@media (max-width: 910px) {
  .slider_title {
    position: initial;
    transform: none;
  }
}
@media (max-width: 910px) {
  .main_slider .slick-slider {
    margin-bottom: 30px;
  }
}
.main_slider .slick-slide {
  height: 100%;
  width: auto;
}
@media (max-width: 1200px) {
  .main_slider .slick-slide {
    height: calc(90vh - 100px);
  }
}
@media (max-width: 1060px) {
  .main_slider .slick-slide {
    height: calc(80vh - 100px);
  }
}
@media (max-width: 980px) {
  .main_slider .slick-slide {
    height: calc(70vh - 100px);
  }
}
@media (max-width: 910px) {
  .main_slider .slick-slide {
    width: 100%;
    height: auto;
  }
}
.main_slider .slick-slide img {
  height: auto;
  width: -webkit-fill-available;
  -o-object-fit: contain;
  margin-left: 51%;
  object-fit: contain;
}
@media (max-width: 1200px) {
 .main_slider .slick-slide img {
  height: auto;
  width: -webkit-fill-available;
  -o-object-fit: contain;
  margin-left: 35%;
  object-fit: contain;
}
}
@media (max-width: 910px) {
  .main_slider .slick-slide img {
    margin-left: 0;
  }
}
.main_slider .slider_title .slider_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_flex {
    margin-bottom: 17px;
  }
}
@media (max-width: 360px) {
  .main_slider .slider_title .slider_flex {
    flex-direction: column;
    align-items: start;
  }
}
.main_slider .slider_title .slider_flex .col span {
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  height: 50px;
  color: #fff;
  font-family: "Kaisei Opti", serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 400;
  background: #153a25;
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_flex .col span {
    width: 82px;
    height: 26px;
    font-size: 14px;
  }
}
.main_slider .slider_title .slider_flex .col p {
  color: #153a25;
  font-family: "Kaisei Opti", serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_flex .col p {
    font-size: 16px;
  }
}
.main_slider .slider_title .slider_sub {
  font-weight: bold;
  font-family: "Kaisei Opti", serif;
  color: #153a25;
  font-size: clamp(22px, 1.9033674963vw, 30px);
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_sub {
    font-size: 16px;
  }
}
.main_slider .slider_title .slider_main_title {
  margin-top: 0;
  font-weight: 500;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(28px, 3.3674963397vw, 50px);
  color: #153a25;
  line-height: 1.571;
  margin-bottom: 40px;
}
.main_slider .slider_title .slider_main_title .h1_big {
  font-size: clamp(38px, 4.39238653vw, 64px);
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_main_title {
    margin-bottom: 26px;
  }
}
.main_slider .slider_title .slider_content {
  font-weight: 500;
  color: #153a25;
	line-height:2;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 22px);
}
.main_title_space{
	display:none;
}
@media (max-width: 1200px) {
  .main_title_space{
	display:block;
}
}
@media (max-width: 910px) {
  .main_title_space{
	display:none;
}
}
@media (max-width: 500px) {
  .main_title_space{
	display:block;
}
}
#footer {
  background: #586756;
}
#footer .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#footer .inner .wrap {
  margin: 0 20px;
}
#footer .footer_nav_title {
  color: #fff;
  text-align: start;
  /* 1 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.44px;
}
#footer .title_small {
  color: #fff;
  text-align: center;
  /* 2 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
#footer .inner {
  padding-top: 45px;
  padding-bottom: 59px;
}
@media (max-width: 1010px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav01 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav07 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav08 {
    margin-bottom: 12px;
  }
}
#footer .inner .pd10 {
  padding: 4px 0 !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 {
    padding: 4px 0 !important;
  }
}
#footer .inner .pd10 a {
  font-size: 15px !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 a {
    font-size: 13px !important;
  }
}
#footer .inner .nav-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  padding: 20px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-title a {
    font-size: 15px;
    padding: 15px 0;
  }
}
#footer .inner .nav-list li {
  padding: 5px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li {
    padding: 5px 0;
  }
}
#footer .inner .nav-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: "Kaisei Opti", serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li a {
    font-size: 15px;
  }
}
#footer .inner .nav-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.4s;
}

.f_l {
  display: flex;
  -moz-column-gap: 31px;
       column-gap: 31px;
}
@media (max-width: 1010px) {
  .f_l {
    display: block;
    text-align: start;
  }
}

.slider_item {
  max-width: 370px;
  width: 100%;
  height: auto;
  margin: 0 clamp(5px, 2.0497803807vw, 28px) 0 0;
}
@media (max-width: 425px) {
  .slider_item {
    width: 280px;
  }
}
.slider_item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 425px) {
  .slider_item img {
    width: 280px;
  }
}

/* .s_news {
  padding-bottom: 120px;
} */
.s_news .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.s_news .inner .wrap {
  margin: 0 20px;
  background: #fefef2;
  border-radius: 20px;
  padding: 40px clamp(20px, 5.270863836vw, 72px) 60px;
}
.s_news .inner .wrap .title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(28px, 2.9282576867vw, 40px);
  line-height: 1.45;
  text-align: center;
  color: #153a25;
}
.s_news .inner .wrap .sub_title {
  text-align: center;
  font-weight: 500;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  color: #153a25;
  margin-bottom: 15px;
}
.s_news .inner .wrap .news_img {
  text-align: center;
  margin-bottom: clamp(28px, 2.9282576867vw, 40px);
}
.s_news .inner .wrap .news_img img {
  max-width: 60px;
  height: auto;
  width: 100%;
}
.s_news .inner .wrap .news_box {
  border-bottom: 1px solid rgba(68, 81, 67, 0.2);
}
.s_news .inner .wrap .news_flex {
  display: flex;
  -moz-column-gap: clamp(20px, 2.635431918vw, 36px);
       column-gap: clamp(20px, 2.635431918vw, 36px);
  align-items: center;
  border-top: 1px solid rgba(68, 81, 67, 0.2);
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 769px) {
  .s_news .inner .wrap .news_flex {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
    padding: 14px;
  }
}
.s_news .inner .wrap .news_flex .time {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 20px;
  color: #153a25;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .s_news .inner .wrap .news_flex .time {
    padding-left: 0;
  }
}
.s_news .inner .wrap .news_flex .news_title {
  color: #153a25;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.s01 .inner {
  margin-right: clamp(20px, 13.3967789165vw, 183px);
  position: relative;
}
@media (max-width: 1100px) {
  .s01 .inner {
    margin-right: 20px;
  }
}
@media (max-width: 425px) {
  .s01 .inner {
    margin-right: 0;
  }
}
.s01 .inner::after {
  background: url(/wp-content/uploads/top_img002.png) no-repeat center center;
  background-size: contain;
  bottom: -80px;
  position: absolute;
  right: -80px;
  content: "";
  width: clamp(159px, 14.5680819912vw, 259px);
  height: clamp(169px, 15.3001464129vw, 269px);
}
@media (max-width: 1100px) {
  .s01 .inner::after {
    bottom: 20px;
    right: unset;
    left: 20px;
    width: 159px;
    height: 159px;
  }
}
@media (max-width: 769px) {
  .s01 .inner::after {
    display: none;
  }
}
.s01 .inner .wrap {
  background: url(/wp-content/uploads/top_bg008.jpg);
  padding-right: clamp(15px, 3.6603221083vw, 50px);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 425px) {
 .s01 .inner .wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
}
.s01 .inner .wrap .text_box {
  position: relative;
  padding-left: clamp(20px, 3.6603221083vw, 50px);
  display: flex;
  -moz-column-gap: clamp(30px, 4.4655929722vw, 61px);
       column-gap: clamp(30px, 4.4655929722vw, 61px);
}
@media (max-width: 1700px) {
  .s01 .inner .wrap .text_box {
    padding-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .text_box {
    flex-direction: column-reverse;
    row-gap: 37px;
  }
}
@media (max-width: 425px) {
  .s01 .inner .wrap .text_box {
    padding-bottom: 80px;
  }
}
.s01 .inner .wrap .text_box .left_wrap {
  width: 100%;
  position: relative;
  top: -75px;
}
@media (max-width: 1480px) {
  .s01 .inner .wrap .text_box .left_wrap {
    width: auto;
    max-width: 634px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .text_box .left_wrap {
    top: 0;
  }
}
.s01 .inner .wrap .text_box .left_wrap .left_img {
  width: 100%;
}
@media (max-width: 769px) {
  .s01 .inner .wrap .text_box .left_wrap .left_pc {
    display: none;
  }
}
.s01 .inner .wrap .text_box .left_wrap .left_sp {
  display: none;
}
@media (max-width: 769px) {
  .s01 .inner .wrap .text_box .left_wrap .left_sp {
    display: inherit;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s01 .inner .wrap .right_box {
  display: flex;
  -moz-column-gap: 21px;
       column-gap: 21px;
  align-items: center;
  position: relative;
  top: -95px;
  margin-bottom: clamp(0px, 2.196193265vw, 30px);
}
@media (max-width: 910px) {
  .s01 .inner .wrap .right_box {
    top: -65px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .right_box {
    top: -95px;
  }
}
.s01 .inner .wrap .right_box .title {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(48px, 4.9780380673vw, 68px);
  color: #153a25;
}
@media (max-width: 910px) {
  .s01 .inner .wrap .right_box .title {
    font-size: 30px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .right_box .title {
    font-size: 48px;
  }
}
@media (max-width: 372px) {
  .s01 .inner .wrap .right_box .title {
    font-size: 40px;
  }
}
.s01 .inner .wrap .right_box .title::first-letter {
  font-size: clamp(86px, 7.027818448vw, 96px);
}
@media (max-width: 910px) {
  .s01 .inner .wrap .right_box .title::first-letter {
    font-size: 68px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .right_box .title::first-letter {
    font-size: 86px;
  }
}
@media (max-width: 372px) {
  .s01 .inner .wrap .right_box .title::first-letter {
    font-size: 78px;
  }
}
.s01 .inner .wrap .right_box img {
  width: 74px;
  height: 123px;
}
@media (max-width: 910px) {
  .s01 .inner .wrap .right_box img {
    width: 52px;
    height: 87px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .right_box img {
    width: 74px;
    height: 123px;
  }
}
@media (max-width: 425px) {
  .s01 .inner .wrap .right_box img {
    width: 52px;
    height: 87px;
  }
}
.s01 .inner .wrap .content_box {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .s01 .inner .wrap .content_box {
    max-width: 400px;
  }
}
@media (max-width: 769px) {
  .s01 .inner .wrap .content_box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s01 .inner .wrap .content_box .content {
  line-height: 1.875;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
}
.s01 .inner .wrap .content_box .mb_21 {
  margin-bottom: clamp(21px, 3.074670571vw, 42px);
}
@media (max-width: 1366px) {
  .s01 .inner .wrap .content_box .mb_21 {
    margin-bottom: 21px;
  }
}
.s01 .inner .wrap .content_box .mb_35 {
  margin-bottom: clamp(35px, 4.39238653vw, 60px);
}
@media (max-width: 1366px) {
  .s01 .inner .wrap .content_box .mb_35 {
    margin-bottom: 35px;
  }
}
.s01 .inner .wrap .content_box .text_flex {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  margin-bottom: clamp(25px, 3.6603221083vw, 50px);
}
@media (max-width: 1366px) {
  .s01 .inner .wrap .content_box .text_flex {
    margin-bottom: 25px;
  }
}
.s01 .inner .wrap .content_area {
  margin-top: -90px;
}
.s01 .inner .wrap .content_area .space_s01 {
  display: none;
}
@media (max-width: 1366px) {
  .s01 .inner .wrap .content_area .space_s01 {
    display: block;
  }
}

.s02 {
  padding-top: clamp(120px, 10.8345534407vw, 148px);
  margin-bottom: 132px;
}
@media (max-width: 1050px) {
  .s02 .s02_space {
    display: none;
  }
}
.s02 .inner {
  background: url(/wp-content/uploads/top_bg002.jpg);
  margin-left: clamp(20px, 3.513909224vw, 48px);
  padding-top: 78px;
  padding-bottom: clamp(90px, 10.7613469985vw, 147px);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
}
@media (max-width: 425px) {
  .s02 {
padding-top: 0;
margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .s02 .inner {
    margin-left:0;
	   border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  }
}
.s02 .inner::after {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1;
  height: 150px;
  border-left: 2px solid #153a25;
  content: "";
}
@media (max-width: 1050px) {
  .s02 .inner::after {
    top: -50px;
    height: 100px;
  }
}
.s02 .inner .wrap {
  margin: 0 12px 0 17px;
  overflow: hidden;
}
.s02 .inner .wrap .title {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(48px, 4.9780380673vw, 68px);
  margin-bottom: clamp(29px, 3.7335285505vw, 51px);
  color: #153a25;
  text-align: center;
}
@media (max-width: 910px) {
  .s02 .inner .wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 769px) {
  .s02 .inner .wrap .title {
    font-size: 48px;
  }
}
@media (max-width: 372px) {
  .s02 .inner .wrap .title {
    font-size: 40px;
  }
}
.s02 .inner .wrap .title::first-letter {
  font-size: clamp(86px, 7.027818448vw, 96px);
}
@media (max-width: 910px) {
  .s02 .inner .wrap .title::first-letter {
    font-size: 68px;
  }
}
@media (max-width: 769px) {
  .s02 .inner .wrap .title::first-letter {
    font-size: 86px;
  }
}
@media (max-width: 372px) {
  .s02 .inner .wrap .title::first-letter {
    font-size: 78px;
  }
}
.s02 .inner .flex_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: clamp(30px, 3.1478770132vw, 43px);
       column-gap: clamp(30px, 3.1478770132vw, 43px);
  align-items: center;
}
@media (max-width: 769px) {
  .s02 .inner .flex_box {
    flex-direction: column;
  }
}
.s02 .inner .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s02 .inner .flex_box .col {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s02 .inner .flex_box .flex_title {
  font-weight: bold;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  color: #385444;
  font-size: clamp(34px, 3.2210834553vw, 44px);
  margin-bottom: clamp(32px, 5.4172767204vw, 74px);
}
@media (max-width: 370px) {
  .s02 .inner .flex_box .flex_title {
    font-size: 28px;
  }
}
.s02 .inner .flex_box .price {
  display: inline-block;
  background: linear-gradient(transparent 60%, #eeeecd 60%);
  font-size: 20px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 33px;
}
.s02 .inner .flex_box .price .price_big {
  padding-left: 16px;
  font-weight: 500;
  font-family: "Kaisei Opti", serif;
  font-size: 30px;
}
.s02 .inner .flex_box .content {
  font-weight: bold;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.5;
  margin-bottom: clamp(36px, 3.513909224vw, 48px);
}
.s02 .inner .flex_box .button a {
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #385444;
  border: 2px solid #385444;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
}
@media (max-width: 425px) {
  .s02 .inner .flex_box .button a {
    width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 370px) {
  .s02 .inner .flex_box .button a {
    width: 260px;
  }
}
.s02 .inner .flex_box .button a:hover {
  background: #385444;
  color: #fff;
  border: 2px solid #385444;
}
.s02 .inner .flex_box .video_flex {
  display: flex;
  position: relative;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.s02 .inner .flex_box .video_flex::after {
  background: url(/wp-content/uploads/top_img004.png) no-repeat center center;
  background-size: contain;
  width: 162px;
  height: 99px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media (max-width: 1110px) {
  .s02 .inner .flex_box .video_flex::after {
    right: 60px;
  }
}
@media (max-width: 1010px) {
  .s02 .inner .flex_box .video_flex::after {
    right: 0px;
  }
}
@media (max-width: 769px) {
  .s02 .inner .flex_box .video_flex::after {
    right: 60px;
  }
}
@media (max-width: 560px) {
  .s02 .inner .flex_box .video_flex::after {
    right: 0;
  }
}
@media (max-width: 425px) {
  .s02 .inner .flex_box .video_flex::after {
    width: 90px;
    height: 61px;
    right: 30px;
  }
}
@media (max-width: 360px) {
  .s02 .inner .flex_box .video_flex::after {
    right: 10px;
  }
}
@media (max-width: 769px) {
  .s02 .inner .flex_box .video_flex {
    margin-bottom: 40px;
  }
}
.s02 .inner .flex_box .video_flex video {
  width: -webkit-fill-available;
}
.s02 .inner .flex_box .video_flex .w52 {
  width: 52%;
}
.s02 .inner .flex_box .video_flex .w48 {
  width: 48%;
}
.s02 .inner .flex_box .video_flex .col_mb {
  position: relative;
  top: -71px;
}
.s02 .inner .mb_80 {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .s02 .inner .mb_80 {
    margin-bottom: 180px;
  }
}
.s02 .inner .box_recerse {
  margin-bottom: clamp(90px, 10.980966325vw, 150px);
}
@media (max-width: 769px) {
  .s02 .inner .box_recerse {
    flex-direction: column-reverse;
  }
}

.flex_box_3column {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin: 0 clamp(20px, 4.39238653vw, 60px);
}
@media (max-width: 1366px) {
  .flex_box_3column {
    margin: 0 20px;
  }
}
@media (max-width: 910px) {
  .flex_box_3column {
    margin: 0;
  }
}
@media (max-width: 910px) {
  .flex_box_3column {
    flex-direction: column;
    row-gap: 60px;
  }
}
.flex_box_3column .col {
  width: 50%;
}
@media (max-width: 910px) {
  .flex_box_3column .col {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.flex_box_3column .col a .button_flex  {
  display: flex;
  padding: 0 25px 0 10px;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: clamp(18px, 2.5622254758vw, 35px);
}
@media (max-width: 425px) {
  .flex_box_3column .col a .button_flex {
    align-items: normal;
  }
}
.flex_box_3column .col a:hover .button_flex .button_img::after {
  transform: scale(1.2);
  transition: 0.4s;
}
.flex_box_3column .col a .button_flex .h3_title {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(30px, 2.3426061493vw, 32px);
  color: #385444;
}
@media (max-width: 1160px) {
  .flex_box_3column .col a .button_flex .h3_title {
    font-size: 24px;
  }
}
@media (max-width: 1010px) {
  .flex_box_3column .col .button_flex a .h3_title {
    font-size: 20px;
  }
}
@media (max-width: 910px) {
  .flex_box_3column .col .button_flex a .h3_title {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  .flex_box_3column .col a .button_flex .h3_title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .flex_box_3column .col a .button_flex  .h3_title {
    font-size: 21px;
  }
}
.flex_box_3column .col a .button_flex .button_img {
  position: relative;
  width: 44.31px;
  height: 12.92px;
}
.flex_box_3column .col a .button_flex  .button_img::after {
  transition: 0.4s;
  position: absolute;
  top: -10px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #eeeecd;
  content: "";
  border-radius: 50%;
}
.flex_box_3column .col a .button_flex .button_img img {
  position: relative;
  z-index: 2;
}
.flex_box_3column .col .column_img {
  margin-bottom: clamp(22px, 3.7335285505vw, 51px);
}
.flex_box_3column .col .column_content {
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-family: "Kaisei Opti", serif;
  line-height: 2.5;
}

.s04 {
  margin-bottom: clamp(100px, 10.6881405564vw, 146px);
}
@media (max-width: 425px) {
  .s04 {
    margin-bottom: 0;
  }
}
@media (max-width: 870px) {
  .s04 .s04_pc {
    display: none;
  }
}
.s04 .s04_sp {
  display: none;
}
@media (max-width: 870px) {
  .s04 .s04_sp {
    display: inherit;
  }
}
.s04 .inner {
  margin-right: clamp(20px, 14.6412884334vw, 200px);
  overflow: hidden;
}
@media (max-width: 600px) {
  .s04 .inner {
    margin-right: 20px;
  }
}
@media (max-width: 425px) {
  .s04 .inner {
    margin-right: 0px;
  }
}
.s04 .inner .wrap {
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background-size: cover;
  padding-top: 73px;
  padding-bottom: 72px;
  padding-right: clamp(50px, 10.980966325vw, 150px);
  padding-left: clamp(30px, 7.3206442167vw, 100px);
  position: relative;
}
@media (max-width: 1366px) {
  .s04 .inner .wrap {
    padding-right: 50px;
  }
}
@media (max-width: 870px) {
  .s04 .inner .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .s04 .inner .wrap {
    background: url(/wp-content/uploads/sp_top_bg003.png) no-repeat center center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 425px) {
  .s04 .inner .wrap {
 border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  }
}
.s04 .inner .wrap .flex_box {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 870px) {
  .s04 .inner .wrap .flex_box {
    flex-direction: column-reverse;
    row-gap: 22.5px;
  }
}
.s04 .inner .wrap .flex_box .mirror {
  max-width: clamp(342px, 28.9165446559vw, 395px);
  width: 100%;
  height: auto;
}
@media (max-width: 1366px) {
  .s04 .inner .wrap .flex_box .mirror {
    max-width: 342px;
  }
}
.s04 .inner .wrap .flex_box .mirror figure {
  position: relative;
}
.s04 .inner .wrap .flex_box .mirror figure::after {
  content: "";
  position: absolute;
  left: -70px;
  top: -100px;
  background: url(/wp-content/uploads/top_img009.png) no-repeat center center;
  background-size: contain;
  width: 204px;
  height: 322px;
}
@media (max-width: 1366px) {
  .s04 .inner .wrap .flex_box .mirror figure::after {
    top: -140px;
  }
}
@media (max-width: 1105px) {
  .s04 .inner .wrap .flex_box .mirror figure::after {
    top: -160px;
  }
}
@media (max-width: 950px) {
  .s04 .inner .wrap .flex_box .mirror figure::after {
    top: -180px;
  }
}
@media (max-width: 870px) {
  .s04 .inner .wrap .flex_box .mirror figure::after {
    display: none;
  }
}
.s04 .inner .wrap .flex_box .mirror figure::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  background: url(/wp-content/uploads/top_img009-2.png) no-repeat center center;
  background-size: contain;
  width: 204px;
  height: 322px;
}
@media (max-width: 1366px) {
  .s04 .inner .wrap .flex_box .mirror figure::before {
    bottom: -140px;
  }
}
@media (max-width: 1105px) {
  .s04 .inner .wrap .flex_box .mirror figure::before {
    bottom: -160px;
  }
}
@media (max-width: 950px) {
  .s04 .inner .wrap .flex_box .mirror figure::before {
    bottom: -180px;
  }
}
@media (max-width: 870px) {
  .s04 .inner .wrap .flex_box .mirror figure::before {
    display: none;
  }
}
.s04 .inner .wrap .flex_box .mirror figure img {
  position: relative;
  z-index: 2;
}
.s04 .inner .wrap .flex_box .title {
  margin-bottom: clamp(33px, 3.513909224vw, 48px);
  font-size: 68px;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 870px) {
  .s04 .inner .wrap .flex_box .title {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .s04 .inner .wrap .flex_box .title {
    line-height: 1;
  }
}
@media (max-width: 360px) {
  .s04 .inner .wrap .flex_box .title {
    font-size: 50px;
  }
}
.s04 .inner .wrap .flex_box .title::first-letter {
  font-size: 96px;
}
@media (max-width: 360px) {
  .s04 .inner .wrap .flex_box .title::first-letter {
    font-size: 80px;
  }
}
.s04 .inner .wrap .flex_box .content {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.5;
  color: #fff;
  margin-bottom: 57px;
}
@media (max-width: 600px) {
  .s04 .inner .wrap .flex_box .content {
    padding: 0 20px;
  }
}
@media (max-width: 1105px) {
  .s04 .inner .wrap .flex_box .content .s04_space {
    display: none;
  }
}
.s04 .inner .wrap .flex_box .content_big {
  font-family: "Bellota", serif;
  font-size: 36px;
}
.s04 .inner .wrap .flex_box .button a {
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .s04 .inner .wrap .flex_box .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .s04 .inner .wrap .flex_box .button a {
    width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 370px) {
  .s04 .inner .wrap .flex_box .button a {
    width: 260px;
  }
}
.s04 .inner .wrap .flex_box .button a:hover {
  background: #385444;
  color: #fff;
  border: 2px solid #385444;
}

.s05 {
  margin-bottom: 150px;
}
@media (max-width: 425px) {
 .s05 {
  margin-bottom: 0px;
}
}
@media (max-width: 425px) {
  .s05 .s05_space {
    display: none;
  }
}
.s05 .inner {
  margin-left: clamp(20px, 14.6412884334vw, 200px);
}
@media (max-width: 600px) {
  .s05 .inner {
    margin-left: 20px;
  }
}
@media (max-width: 425px) {
  .s05 .inner {
    margin-left:0;
  }
}
.s05 .inner .wrap {
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center center;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background-size: cover;
  padding-top: 73px;
  padding-bottom: 111px;
  padding-right: clamp(50px, 13.7628111274vw, 188px);
  padding-left: clamp(30px, 7.3206442167vw, 100px);
  position: relative;
}
@media (max-width: 425px) {
  .s05 .inner .wrap {
    border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  }
}

.s05 .inner .wrap::after {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  content: "";
  background: url(/wp-content/uploads/top_img010.png) no-repeat center center;
  width: 624px;
  height: 750px;
  background-size: contain;
}
@media (max-width: 1100px) {
  .s05 .inner .wrap::after {
    width: 524px;
    height: 650px;
  }
}
@media (max-width: 1000px) {
  .s05 .inner .wrap::after {
    width: 424px;
    height: 550px;
  }
}
@media (max-width: 769px) {
  .s05 .inner .wrap::after {
    display: none;
  }
}
@media (max-width: 1366px) {
  .s05 .inner .wrap {
    padding-right: 50px;
  }
}
@media (max-width: 870px) {
  .s05 .inner .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .s05 .inner .wrap {
    background: url(/wp-content/uploads/sp_top_bg004-1-scaled.jpg) no-repeat center center;
  }
}
.s05 .inner .wrap::before {
  position: absolute;
  content: "";
  top: -7px;
  background: url(/wp-content/uploads/top_img012.png) no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 205px;
  left: 800px;
}
@media (max-width: 1160px) {
  .s05 .inner .wrap::before {
    left: 760px;
    width: 150px;
    top: -18px;
  }
}
@media (max-width: 1100px) {
  .s05 .inner .wrap::before {
    left: 700px;
  }
}
@media (max-width: 1000px) {
  .s05 .inner .wrap::before {
    left: 600px;
  }
}
@media (max-width: 880px) {
  .s05 .inner .wrap::before {
    left: 550px;
    width: 130px;
    top: -30px;
  }
}
@media (max-width: 800px) {
  .s05 .inner .wrap::before {
    left: 550px;
    width: 90px;
    top: -52px;
  }
}
@media (max-width: 769px) {
  .s05 .inner .wrap::before {
    width: 130px;
    top: -30px;
    left: unset;
    right: 30px;
  }
}
@media (max-width: 380px) {
  .s05 .inner .wrap::before {
    width: 130px;
    top: -30px;
    left: unset;
    right: 0;
  }
}
.s05 .inner .wrap .text_box {
  max-width: 800px;
  margin-left: 500px;
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .s05 .inner .wrap .text_box {
    margin-left: 400px;
  }
}
@media (max-width: 1000px) {
  .s05 .inner .wrap .text_box {
    margin-left: 310px;
  }
}
@media (max-width: 900px) {
  .s05 .inner .wrap .text_box {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .s05 .inner .wrap .text_box {
    margin-left: 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s05 .inner .wrap .title {
  margin-bottom: 15px;
  font-size: 68px;
  font-family: "EB Garamond", serif;
  color: #153a25;
  font-weight: 400;
}
@media (max-width: 360px) {
  .s05 .inner .wrap .title {
    font-size: 50px;
  }
}
.s05 .inner .wrap .title::first-letter {
  font-size: 96px;
}
@media (max-width: 360px) {
  .s05 .inner .wrap .title::first-letter {
    font-size: 80px;
  }
}
.s05 .inner .wrap .content {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.5;
  color: #153a25;
  margin-bottom: 47px;
}
@media (max-width: 769px) {
  .s05 .inner .wrap .btn_pc {
    display: none;
  }
}
.s05 .inner .wrap .button a {
  max-width: 320px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #153a25;
  border: 2px solid #153a25;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
}
.s05 .inner .wrap .button a:hover {
  background: #153a25;
  color: #fff;
  border: 2px solid #153a25;
}
@media (max-width: 769px) {
  .s05 .inner .flex_box {
    display: flex;
    flex-direction: column;
  }
}
.s05 .inner .flex_box .img_box {
  display: none;
}
@media (max-width: 769px) {
  .s05 .inner .flex_box .img_box {
    text-align: center;
    display: initial;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s05 .inner .flex_box .img_box img {
  margin-bottom: 40px;
}
.s05 .inner .flex_box .btn_sp a {
  margin: 0 auto;
}

.s06 {
  background: #445243;
  padding-top: clamp(70px, 7.7598828697vw, 106px);
  padding-bottom: clamp(90px, 8.78477306vw, 120px);
  position: relative;
}
@media (max-width: 910px) {
  .s06 {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}
.s06::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 228px;
  height: 499px;
  background: url(/wp-content/uploads/top_bg005-2.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1250px) {
  .s06::after {
    width: 180px;
    height: 400px;
  }
}
@media (max-width: 1060px) {
  .s06::after {
    width: 120px;
    height: 270px;
  }
}
@media (max-width: 960px) {
  .s06::after {
    width: 90px;
    height: 210px;
  }
}
.s06::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 40px;
  width: 228px;
  height: 499px;
  background: url(/wp-content/uploads/top_bg005.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1250px) {
  .s06::before {
    width: 180px;
    height: 400px;
  }
}
@media (max-width: 1060px) {
  .s06::before {
    width: 120px;
    height: 270px;
  }
}
@media (max-width: 960px) {
  .s06::before {
    width: 90px;
    height: 210px;
  }
}
.s06 .inner {
  max-width: 1226px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .s06 .inner .sp_width {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.s06 .inner .wrap {
  margin: 0 20px;
}
.s06 .inner .wrap .title {
  margin-bottom: 40px;
  font-size: 68px;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 890px) {
  .s06 .inner .wrap .title {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .s06 .inner .wrap .title {
    font-size: 50px;
  }
}
.s06 .inner .wrap .title::first-letter {
  font-size: 96px;
}
@media (max-width: 360px) {
  .s06 .inner .wrap .title::first-letter {
    font-size: 80px;
  }
}
.s06 .inner .wrap .button_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 890px) {
  .s06 .inner .wrap .button_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: 352px;
    margin: 0 auto;
  }
}
.s06 .inner .wrap .button_grid .col .button a {
  max-width: 352px;
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  font-family: "Kaisei Opti", serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 970px) {
  .s06 .inner .wrap .button_grid .col .button a {
    font-size: 16px;
  }
}
.s06 .inner .wrap .button_grid .col .bg1 a {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
  background: transparent;
}
.s06 .inner .wrap .button_grid .col .bg1 a::after {
  width: 12px;
  height: 9px;
  background: url(/wp-content/uploads/link.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 21px;
  content: "";
  transform: translateY(-50%);
}
.s06 .inner .wrap .button_grid .col .bg1 a:hover {
  background: #fff;
  color: #445143;
  border: 1px solid #445143;
}
.s06 .inner .wrap .button_grid .col .bg1 a:hover::after {
  width: 12px;
  height: 9px;
  background: url(/wp-content/uploads/link_b.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transition: 0.4s;
  content: "";
  transform: translateY(-50%);
}
.s06 .inner .wrap .button_grid .col .bg2 a {
  color: #445143;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}
.s06 .inner .wrap .button_grid .col .bg2 a::after {
  width: 12px;
  height: 9px;
  background: url(/wp-content/uploads/link_b.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 21px;
  content: "";
  transform: translateY(-50%);
}
.s06 .inner .wrap .button_grid .col .bg2 a:hover {
  background: #445143;
  color: #fff;
  border: 1px solid #fff;
}
.s06 .inner .wrap .button_grid .col .bg2 a:hover::after {
  transition: 0.4s;
  width: 12px;
  height: 9px;
  background: url(/wp-content/uploads/link.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 21px;
  content: "";
  transform: translateY(-50%);
}
.s06 .inner .wrap .button_grid .col .bg2 a::before {
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/line.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  content: "";
  left: 20px;
  transform: translateY(-50%);
}
.s06 .inner .wrap .button_grid .col .bg3 a {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
  background: transparent;
}
.s06 .inner .wrap .button_grid .col .bg3 a:hover {
  background: #fff;
  color: #445143;
  border: 1px solid #445143;
}

.s_blog {
  padding-top: clamp(70px, 6.5153733529vw, 89px);
  padding-bottom:200px;
}
.s_blog .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.s_blog .inner .wrap {
  margin: 0 20px;
}
.s_blog .inner .wrap .car_slider {
  margin-bottom: clamp(40px, 4.9048316252vw, 67px);
}
.s_blog .inner .wrap .title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(28px, 2.9282576867vw, 40px);
  line-height: 1.45;
  margin-bottom: 30px;
  text-align: center;
  color: #153a25;
}
.s_blog .inner .wrap .slider_item img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.s_blog .inner .wrap .blog_title {
  width: 100%;
  padding: 36px 24px;
  color: #fff;
  background: #153a25;
  border-bottom-left-radius: 20px;
  font-size: clamp(16px, 1.317715959vw, 18px);
  border-bottom-right-radius: 20px;
  font-family: "Kaisei Opti", serif;
}
.s_blog .inner .wrap .button a {
  max-width: 320px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #153a25;
  border: 2px solid #153a25;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
  margin: 0 auto;
}
.s_blog .inner .wrap .button a:hover {
  background: #153a25;
  color: #fff;
  border: 2px solid #153a25;
}

.s07 {
  padding-top: clamp(70px, 7.1742313324vw, 98px);
  padding-bottom: clamp(70px, 7.3206442167vw, 100px);
  background: url(/wp-content/uploads/top_bg007.jpg);
}
@media (max-width: 425px) {
  .s07 {
    padding-bottom: 0;
  }
}
.s07 .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.s07 .inner .flex_box {
  display: flex;
  -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
       column-gap: clamp(20px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  .s07 .inner .flex_box {
    flex-direction: column;
    row-gap: 40px;
  }
}
.s07 .inner .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s07 .inner .flex_box .col {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s07 .inner .wrap {
  margin: 0 20px;
}
.s07 .inner .wrap h2 {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 30px;
}
.s07 .inner .wrap h2 span {
  font-weight: 500;
  font-size: clamp(24px, 1.9033674963vw, 26px);
  color: #153a25;
  font-family: "EB Garamond", serif;
}
.s07 .inner .wrap h2 img {
  width: 40px;
  height: 40px;
}
.s07 .inner .wrap .gray_box {
  height: clamp(240px, 26.7203513909vw, 365px);
  width: 100%;
  padding: 20px;
  background: #9b9b9b;
}
.s07 .inner .wrap .gray_box p {
  color: #333;
  font-family: "Kaisei Opti", serif;
  font-size: 16px;
  font-weight: bold;
}

.s08 {
  overflow: hidden;
}
.s08 .parallax_box .parallax_bg {
  margin: 0 calc(50% - 50vw);
  height: 329px;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  background: url(/wp-content/uploads/top_parallax.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
@media (max-width: 600px) {
 .s08 .parallax_box .parallax_bg {
  background-image: url(/wp-content/uploads/sp_top_parallax.jpg);
}
}
@media (max-width: 425px) {
 .s08 .parallax_box .parallax_bg {
     clip-path: unset;
	 background-attachment: unset;
}
}
.s08 .parallax_box .parallax_bg::after {
  content: "";
  background-image: url(/wp-content/uploads/top_parallax.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
}
@media (max-width: 600px) {
 .s08 .parallax_box .parallax_bg::after {
  background-image: url(/wp-content/uploads/sp_top_parallax.jpg);
}
}
@media (max-width: 425px) {
 .s08 .parallax_box .parallax_bg::after {
    display:none;
}
}
@media (max-width: 830px) {
  .s09 iframe {
    height: 350px;
  }
}
.s09 .wrap {
  margin: 0 20px;
}
.s09 .fotter_space {
  display: none;
}
@media (max-width: 1000px) {
  .s09 .fotter_space {
    display: block;
  }
}
.s09 .ad_space {
  display: none;
}
@media (max-width: 425px) {
  .s09 .ad_space {
    display: block;
  }
}
.s09 .footer_effect {
  height: 1px;
  border-bottom: 1px solid rgba(68, 81, 67, 0.51);
  position: relative;
  width: calc(100% - 40px);
}
@media (max-width: 769px) {
  .s09 .footer_effect {
    width: calc(100% - 60px);
  }
}
@media (max-width: 530px) {
  .s09 .footer_effect {
    width: calc(100% - 30px);
  }
}
.s09 .footer_effect::after {
  content: "";
  position: absolute;
  right: -70px;
  width: 80px;
  background: url(/wp-content/uploads/top_img011.png) no-repeat center center;
  background-size: contain;
  height: 97px;
  bottom: -1px;
}
@media (max-width: 530px) {
  .s09 .footer_effect::after {
    width: 50px;
    right: -43px;
    height: 60px;
  }
}
.s09 .address_box {
  position: relative;
  top: -75px;
  max-width: 1000px;
  width: 100%;
  background: url(/wp-content/uploads/top_bg008.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  padding-top: clamp(50px, 5.270863836vw, 72px);
  padding-bottom: 53px;
  padding-left: clamp(20px, 4.39238653vw, 60px);
  padding-right: clamp(20px, 4.39238653vw, 60px);
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}
@media (max-width: 425px) {
  .s09 .address_box {
    padding-bottom: 25px;
  }
}
.s09 .address_box .line_info {
  overflow: hidden;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.196193265vw, 30px);
  position: relative;
  color: #153a25;
  margin-bottom: clamp(40px, 4.0263543192vw, 55px);
}
.s09 .address_box .line_info::after {
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  content: "";
  border-top: 1px solid #153a25;
}
@media (max-width: 600px) {
  .s09 .address_box .line_info::after {
    right: -120px;
  }
}
.s09 .address_box .footer_flex_box {
  display: flex;
  -moz-column-gap: clamp(40px, 3.8067349927vw, 52px);
       column-gap: clamp(40px, 3.8067349927vw, 52px);
  margin-bottom: 60px;
}
@media (max-width: 830px) {
  .s09 .address_box .footer_flex_box {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media (max-width: 769px) {
  .s09 .address_box .footer_flex_box {
    margin-bottom: 30px;
  }
}
.s09 .address_box .footer_flex_box .footer_col {
  width: 50%;
}
@media (max-width: 830px) {
  .s09 .address_box .footer_flex_box .footer_col {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s09 .address_box .footer_flex_box .footer_col .footer_logo {
  max-width: 228px;
  width: 100%;
  height: auto;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
}
.s09 .address_box .footer_flex_box .footer_col .address_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.s09 .address_box .footer_flex_box .footer_col .address_flex img {
  width: 8.36px;
  height: 7.8px;
}
.s09 .address_box .footer_flex_box .footer_col .address_flex .col {
  width: auto;
}
.s09 .address_box .footer_flex_box .footer_col .address {
  font-weight: 500;
  font-size: 18px;
  font-family: "Kaisei Opti", serif;
  margin-bottom: 30px;
  color: #1e1e1e;
}
@media (max-width: 769px) {
  .s09 .address_box .footer_flex_box .footer_col .address {
    margin-bottom: 0;
  }
}
.s09 .button a {
  max-width: 320px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #153a25;
  border: 2px solid #153a25;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
  margin: 0 auto;
}
.s09 .button a:hover {
  background: #153a25;
  color: #fff;
  border: 2px solid #153a25;
}

@media (max-width: 392px) {
  .dis_none {
    margin-bottom: 40px;
  }
}

.fix_top_pc {
  position: fixed;
}
@media (max-width: 600px) {
  .fix_top_pc {
    display: none;
  }
}
.fix_top_pc img {
  width: 129px;
  height: 80px;
}
.fix_top_pc a {
  transition: 0.4s;
}
.fix_top_pc a:hover img {
  transition: 0.4s;
  opacity: 0.7;
  transform: scale(1.1);
}
.fix_top_pc a img {
  transition: 0.4s;
}

.fix_top_pc.fix1 {
  bottom: 30%;
  z-index: 10;
  right: 0;
}

.fix_top_pc.fix2 {
  bottom: calc(30% - 70px);
  z-index: 11;
  right: 0;
}

.fix_top_pc.fix3 {
  bottom: calc(30% - 140px);
  z-index: 12;
  right: 0;
}

.fix_top_sp {
  display: none;
}
@media (max-width: 600px) {
  .fix_top_sp {
    display: inherit;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 1s;
    z-index: 100;
  }
  .fix_top_sp ul {
    display: flex;
    margin: 0;
  }
  .fix_top_sp .col1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/sp_tracking01.png) no-repeat top center;
    background-size: cover;
    height: 15.2vw;
    width: 34.66667vw;
    z-index: 15;
  }
  .fix_top_sp .col2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/sp_tracking02.png) no-repeat top center;
    background-size: cover;
    height: 15.2vw;
    width: 34.66667vw;
    z-index: 16;
  }
  .fix_top_sp .col3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/sp_tracking03-.png) no-repeat top center;
    background-size: cover;
    height: 15.2vw;
    width: 34.66667vw;
    z-index: 17;
  }
  .fix_top_sp li {
    width: 33.33%;
    height: 15.2vw;
    position: relative;
  }
  .fix_top_sp img {
    max-width: 100%;
    height: auto;
  }
  .fix_top_sp a span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
  }
}

.nav_up {
  bottom: -100px;
  transition: 1s;
}
@media (max-width: 425px) {
  .nav_up {
    bottom: -35px;
  }
}

html {
  scroll-behavior: smooth;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media(max-width:425px){
	.fadeUp {
  animation-name: fadeUp;
  animation-duration: 0;
  animation-fill-mode: forwards;
  opacity: 1;
}
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.s_calender {
  margin-bottom: 160px;
  padding-bottom: 0;
  background: #b7c1b0;
}
.s_calender .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.s_calender .inner .wrap {
  background: #b7c1b0;
  margin: 0 20px;
  padding: 40px 0;
}
@media(max-width:425px){
.s_calender .inner .wrap {
  background: #b7c1b0;
  margin: 0 20px;
  padding: 80px 0 0;
}
}
.s_calender .inner .wrap .content {
  font-weight: 500;
  color: #153a25;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}

/*ボタン装飾*/
.hidden_area label {
  max-width: 320px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #153a25;
  border: 2px solid #153a25;
  border-radius: 30px;
  font-family: "Kaisei Opti", serif;
  background: transparent;
  transition: 0.4s;
  margin: 0 auto;
}
.hidden_area label:hover {
  background: #153a25;
  color: #fff;
  border: 2px solid #153a25;
}

/*ボタンホバー時*/
/*チェックは見えなくする*/
.hidden_area input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_area .show-contents {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_area input:checked ~ .show-contents {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.s_blog .slick-arrow {
  position: absolute;
  bottom: -50%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 425px) {
  .s_blog .slick-arrow {
    bottom: -50%;
  }
}
.s_blog .slick-prev {
  left: 0;
}
.s_blog .slick-prev img {
  width: 16px;
  height: 26px;
}
.s_blog .slick-next {
  right: 0px;
}
.s_blog .slick-next img {
  width: 16px;
  height: 26px;
}

@media (max-width: 830px) {
  .footer_btn_pc {
    display: none;
  }
}

.footer_btn_sp {
  display: none;
}
@media (max-width: 830px) {
  .footer_btn_sp {
    display: inherit;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 425px) {
  .footer_btn_sp {
    margin: 0 auto 50px auto;
  }
}
.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}
/*# sourceMappingURL=style.css.map */