@charset "UTF-8";
.p-splash img {
  max-width: 100%;
}

.p-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 10px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-button {
    height: 50px;
  }
}

.p-hero-header__nav-item a[href=""],
.p-hero-header__slider-item a[href=""] {
  cursor: default;
}

.p-hero-header__nav-item a[href=""]:active,
.p-hero-header__slider-item a[href=""]:active {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-widget-area {
    padding: 20px 0;
  }
  .p-widget-area .p-footer-widget .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .p-widget-area .widget_nav_menu li {
    margin: 5px 0;
    font-size: 14px;
  }
  .p-widget-area .widget_nav_menu li:not(:first-child) {
    margin-left: 28px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

.p-page-header__title {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 200px;
  width: auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 110px;
    padding: 0 15px;
    font-size: 22px !important;
  }
}

.page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
.plan-template-default.single-plan .p-breadcrumb {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
  .plan-template-default.single-plan .p-breadcrumb {
    margin-bottom: 50px;
  }
}

.c-share--official {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .c-share--official {
    margin-top: 30px;
  }
}

.news-template-default.single-news .l-contents {
  background: #fff;
}

.news-template-default.single-news .l-secondary {
  display: none;
}

@media (min-width: 768px) {
  .news-template-default.single-news .l-primary {
    width: 100%;
    padding-right: 0;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: rgba(165, 200, 75, 0.1);
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .sec_basic:last-child {
  margin-bottom: 0;
}

.page-template-page-full .p-entry__body .sec_basic {
  padding-left: 20px;
  padding-right: 20px;
}

.p-entry__body .container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 18px;
  }
}

.p-entry__body .title_h2:after {
  content: '';
  background: #a5c84b;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .p-entry__body .title_h2:after {
    width: 40px;
  }
}

.p-entry__body .title_h3 {
  font-size: 20px;
  background: rgba(165, 200, 75, 0.1);
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid #a5c84b;
}

@media (max-width: 767px) {
  .p-entry__body .title_h3 {
    font-size: 16px;
  }
}

.p-entry__body h4 {
  font-size: 18px;
  position: relative;
  margin: 0.5em 0 1em;
  padding-left: 1em;
}

.p-entry__body h4:before {
  content: '';
  background: #a5c84b;
  width: 7px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-entry__body .p-button {
  background: #a5c84b;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-button:hover {
  background: #333333;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .p-social-nav .p-social-nav__item--facebook a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--twitter a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--instagram a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

/*--------------------------------
	common
--------------------------------*/
figure a {
  transition: .3s;
}

figure a:hover {
  opacity: .8;
}

.i_block {
  display: inline-block !important;
}

figure {
  margin: 0;
}

figure img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .pc-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .pc-col2 .col {
    flex: 0 49%;
  }
}

@media (min-width: 768px) {
  .pc-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .pc-col3 .col {
    flex: 0 32%;
  }
}

@media (min-width: 768px) {
  .pc-col4 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 40px;
  }
  .pc-col4 .col {
    flex: 0 23.3%;
  }
}

.other_button {
  text-align: center;
}

.other_button a {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease;
  color: #fff;
  background: #c29c5e;
  border-radius: 30px;
  font-size: 14px;
}

.other_button a:hover {
  color: #fff !important;
  background: #b2925e;
}

body.home h2 {
  font-size: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  body.home h2 {
    font-size: 20px;
  }
}

.top_h2 {
  position: relative;
  padding-top: 2em;
}

.top_h2:before {
  content: '';
  background: url(/wp-content/uploads/h2.png) no-repeat center/contain;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top_h2:before {
    width: 30px;
    height: 30px;
  }
}

.p-request__close {
  background: #c29c5e;
}

.p-entry__body .sec_basic:last-child {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic:last-child {
    margin-bottom: 60px;
  }
}

.p-widget-area {
  background: #9cc53b !important;
}

.p-widget-area ul li a {
  color: #242424;
}

.p-widget-area ul li a:hover {
  color: #666;
}

.l-contents .p-entry__meta {
  margin-bottom: 10px;
}

.l-contents .p-entry__body {
  margin-bottom: 30px;
}

/*--------------------------------
	sec_01
--------------------------------*/
.sec_01 {
  max-width: 1920px;
  margin: auto;
  padding: 190px 10px 0;
  position: relative;
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center/cover;
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 1400px) {
  .sec_01 {
    padding: 10% 10px;
  }
}

@media (max-width: 767px) {
  .sec_01 {
    padding: 40px 10px;
  }
}

@media (min-width: 768px) {
  .sec_01:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 460px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .sec_01:after {
    content: '';
    background: url(/wp-content/uploads/bg_img005.png) no-repeat center/cover;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 435px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec_01 .container {
  width: 1700px;
  max-width: calc(100% - 20px);
  padding: 0;
  margin: auto;
  position: relative;
  background: url(/wp-content/uploads/bg_img001.png) no-repeat center/cover;
  border-radius: 20px;
  height: 840px;
  padding: 0 10px;
  z-index: 1;
}

@media (max-width: 1400px) {
  .sec_01 .container {
    height: auto;
    padding: 60px 10px;
  }
}

@media (max-width: 767px) {
  .sec_01 .container {
    padding: 30px 10px;
    border-radius: 10px;
  }
}

.sec_01 h2, .sec_01 p {
  color: #fff;
}

.sec_01 p {
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .sec_01 p {
    letter-spacing: 0.05em;
    line-height: 2.4;
    font-feature-settings: "palt";
  }
}

.sec_01 .other_button a {
  background: #fff;
  color: #222222;
  margin: 40px auto 0;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .sec_01 .other_button a {
    margin: 20px auto 0;
  }
}

.sec_01 .other_button a:hover {
  background: #8a6d3e;
  color: #fff;
}

.sec_01 .text_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1401px) {
  .sec_01 .text_box {
    max-width: 430px;
  }
}

@media (min-width: 768px) {
  .sec_01 .img_area img {
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) and (min-width: 1401px) {
  .sec_01 .img_area img {
    margin-top: -60px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sec_01 .img_area img {
    height: 537px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*--------------------------------
	sec_02
--------------------------------*/
.sec_02 {
  max-width: 1920px;
  margin: auto;
  padding: 120px 0 160px;
  position: relative;
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec_02 {
    padding: 0 0 60px;
  }
}

@media (min-width: 1401px) {
  .sec_02:before {
    content: '';
    background: url(/wp-content/uploads/bg_img004.png) no-repeat center/contain;
    max-width: 1920px;
    width: 100%;
    height: 206px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
}

@media (max-width: 1700px) {
  .sec_02 {
    background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center/cover;
  }
}

.sec_02 .container {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: auto;
}

@media (max-width: 767px) {
  .sec_02 .container {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .sec_02 h2 {
    margin-bottom: 1.6em;
  }
}

.sec_02 h3 {
  color: #6d9809;
  font-size: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 0.7em;
}

@media (max-width: 1480px) {
  .sec_02 h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sec_02 h3 {
    font-size: 16px;
    text-align: center;
  }
}

.sec_02 p {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec_02 img {
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec_02 .text_area {
  display: flex;
  align-items: center;
}

@media (max-width: 1800px) {
  .sec_02 .text_area {
    justify-content: center;
  }
}

.sec_02 .text_area p:not(.other_button) {
  line-height: 2.4;
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec_02 .text_area p:not(.other_button) {
    font-size: 14px;
    line-height: 1.8;
  }
}

.sec_02 .other_button {
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sec_02 .other_button {
    text-align: center;
  }
}

.sec_02 .ptn_01 img {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (min-width: 1801px) {
  .sec_02 .ptn_01 img {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .sec_02 .ptn_01 img {
    border-radius: 10px;
  }
}

.sec_02 .ptn_01 .text_area {
  position: relative;
}

@media (max-width: 1480px) {
  .sec_02 .ptn_01 .text_area {
    background: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px 10px;
  }
}

@media (max-width: 1480px) and (max-width: 767px) {
  .sec_02 .ptn_01 .text_area {
    border-radius: 10px;
  }
}

@media (min-width: 1481px) {
  .sec_02 .ptn_01 .text_area:before {
    content: '';
    background: url(/wp-content/uploads/text_bg001.png) no-repeat center/contain;
    width: 781px;
    height: 517px;
    position: absolute;
    top: 45%;
    left: -120px;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1481px) and (max-width: 1800px) {
  .sec_02 .ptn_01 .text_area:before {
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .sec_02 .ptn_01 .text_area:after {
    content: '';
    background: url(/wp-content/uploads/illustrat001.png) no-repeat center/contain;
    width: 374px;
    height: 192px;
    position: absolute;
    right: 15%;
    bottom: -5%;
  }
}

@media (min-width: 768px) and (max-width: 1800px) {
  .sec_02 .ptn_01 .text_area:after {
    width: 300px;
    right: 5%;
  }
}

.sec_02 .ptn_01 .text_box {
  max-width: 435px;
}

@media (min-width: 768px) {
  .sec_02 .ptn_01 .text_box {
    margin-top: -60px;
  }
}

@media (min-width: 1801px) {
  .sec_02 .ptn_01 .text_box {
    margin-left: 45px;
  }
}

.sec_02 .ptn_02 img {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1801px) {
  .sec_02 .ptn_02 img {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .sec_02 .ptn_02 img {
    border-radius: 10px;
  }
}

.sec_02 .ptn_02 .text_area {
  justify-content: end;
  position: relative;
}

@media (max-width: 1800px) {
  .sec_02 .ptn_02 .text_area {
    justify-content: center;
  }
}

@media (max-width: 1480px) {
  .sec_02 .ptn_02 .text_area {
    background: #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .sec_02 .ptn_02 .text_area {
    border-radius: 10px;
  }
}

@media (min-width: 1481px) {
  .sec_02 .ptn_02 .text_area:before {
    content: '';
    background: url(/wp-content/uploads/text_bg001.png) no-repeat center/contain;
    width: 781px;
    height: 517px;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1481px) and (max-width: 1800px) {
  .sec_02 .ptn_02 .text_area:before {
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .sec_02 .ptn_02 .text_area:after {
    content: '';
    background: url(/wp-content/uploads/illustrat002.png) no-repeat center/contain;
    width: 124px;
    height: 286px;
    position: absolute;
    left: 15%;
    bottom: 3%;
  }
}

@media (min-width: 768px) and (max-width: 1900px) {
  .sec_02 .ptn_02 .text_area:after {
    bottom: -5%;
    left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 1800px) {
  .sec_02 .ptn_02 .text_area:after {
    width: 90px;
    left: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .sec_02 .ptn_02 .text_area:after {
    bottom: -21%;
  }
}

.sec_02 .ptn_02 .text_box {
  max-width: 435px;
}

.sec_02 .no-1, .sec_02 .no-2 {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .sec_02 .no-1, .sec_02 .no-2 {
    margin-bottom: 40px;
  }
}

/*--------------------------------
	新着情報
--------------------------------*/
#cb_1 {
  background: url(/wp-content/uploads/bg_img006.jpg) no-repeat center/cover !important;
}

#cb_1 h2 {
  text-align: left;
}

@media (max-width: 767px) {
  #cb_1 .p-content03__blog {
    padding-bottom: 50px;
  }
  #cb_1 .p-content03__blog h2 {
    margin-bottom: 0.8em;
  }
}

#cb_1 .p-content03__blog h2 {
  color: #6d9809;
}

#cb_1 .p-content03__news {
  background: #6d9809 !important;
}

#cb_1 .p-content03__news .p-content03__news-archive-link {
  color: #fff;
}

#cb_1 .p-content03__news .p-content03__news-list-item {
  max-width: 1100px;
  margin: auto;
}

#cb_1 .p-content03__news .p-content03__news-list-item a .p-article05__date, #cb_1 .p-content03__news .p-content03__news-list-item a .p-article05__title {
  color: #fff;
}

#cb_1 .p-content03__news .p-content03__news-list-item a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  #cb_1 .p-content03__news .p-content03__news-list {
    background: none;
  }
}

@media (max-width: 767px) {
  #cb_1 .p-content03__news {
    padding-bottom: 40px;
  }
  #cb_1 .p-content03__news h2 {
    color: #fff;
  }
}

/*--------------------------------
	sec_03
--------------------------------*/
.sec_03 {
  max-width: 1920px;
  margin: auto;
}

.sec_03 .container {
  max-width: none;
}

.sec_03 h3 {
  text-align: center;
  font-size: 36px;
  color: #6d9809;
}

@media (max-width: 1400px) {
  .sec_03 h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sec_03 h3 {
    font-size: 16px;
  }
}

.sec_03 p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .sec_03 p {
    line-height: 2.4;
  }
}

@media (max-width: 1400px) {
  .sec_03 p:not(.other_button) {
    text-align: left;
    padding: 0 10px;
  }
}

.sec_03 .other_button {
  margin-top: 20px;
}

.sec_03 .row {
  gap: 0;
  margin: 0;
}

.sec_03 .text_area {
  background: #fff5e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sec_03 .text_area {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .sec_03 img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*--------------------------------
	sec_04
--------------------------------*/
.sec_04 {
  padding: 90px 0;
  background: url(/wp-content/uploads/bg_img006.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec_04 {
    padding: 40px 0;
  }
}

.sec_04 .container {
  width: 1200px;
  max-width: calc(100% - 20px);
  padding: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .sec_04 .row {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .sec_04 .col {
    max-width: 360px;
  }
}

.sec_04 .col:nth-child(2) figure {
  margin: 0 auto;
}

.sec_04 .col:nth-child(3) figure {
  margin: 0 0 0 auto;
}

.sec_04 a {
  transition: 0.3s;
}

.sec_04 a:hover {
  opacity: 0.8;
}

.sec_04 figure {
  background: #fbf2e2;
  height: 260px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sec_04 figure:before {
  content: '';
  background: none;
  border: 1px dashed #a5c84b;
  width: 95%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .sec_04 figure:before {
    width: 98%;
  }
}

.sec_04 figure:after {
  content: '';
  background: #6d9809;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 6%;
  right: 4%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (max-width: 767px) {
  .sec_04 figure:after {
    right: 2%;
  }
}

.sec_04 figure figcaption {
  color: #6d9809;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .sec_04 figure figcaption {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .sec_04 figure figcaption {
    font-size: 16px;
  }
}

/*--------------------------------
	table
--------------------------------*/
.table-default {
  width: 100%;
}

.table-default a {
  color: #000;
}

.table-default th {
  background: rgba(165, 200, 75, 0.9);
  border-color: #a5c84b;
  color: #fff;
}

@media (min-width: 768px) {
  .table-default th {
    width: 25%;
    padding: 10px 5px;
    font-size: 16px;
  }
}

.table-default td {
  border-color: #a5c84b;
  background: transparent;
}

@media (min-width: 768px) {
  .table-default td {
    font-size: 16px;
  }
}

.table-default a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

/*--------------------------------
	下層
  --------------------------------*/
@media (min-width: 768px) {
  .rice_c_01 .title_h2 {
    text-align: left;
  }
  .rice_c_01 .title_h2:after {
    left: 0;
    transform: none;
  }
}

/*--------------------------------
	ヘッダー
  --------------------------------*/
@media (min-width: 1025px) {
  .p-global-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*--------------------------------
農園日誌（ブログ）
--------------------------------*/
.l-contents {
  background: #fff;
}

.l-contents .l-inner {
  width: 100%;
}

.l-primary {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: 1150px;
}

@media (max-width: 1200px) {
  .l-primary {
    width: calc(100% - 40px);
  }
}

.l-secondary {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
