@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    /* font: inherit; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    /* cursor: pointer; */
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000;
    /* font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 20px;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

[id] {
    scroll-margin-top: 100px;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-center {
    text-align: center;
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.section_ttl {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 0 0 46px;
    font-size: 36px;
    position: relative;
    padding: 0 0 10px;
}

.section_ttl::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #38761d;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.section_ttl::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #38761d;
    position: absolute;
    bottom: 4px;
    margin: auto;
    left: 0;
    right: 0;
}

.section_linkttl01 {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    /* padding: 18px 40px 20px; */
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60%;
    text-align: center;
    height: 80px;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.top_about__item a:hover .section_linkttl01 {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.section_linkttl02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
}

.section_image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_image02 {
    width: 100%;
    padding-top: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_childitem {
}

.section_childitem .section_image {
}

.text_link {
    color: #4A86E8;
}

.text_link:hover {
    color: #4A86E8;
}

.section_childitem .section_image02 {
}

.section_item_2way {
}

.section_item_2way .section_childitem {
    width: 48%;
}

.section_item_2way .section_image {
}

.section_item_2way p {
}

.section_definitionlist {
    background: #38761d;
}

.section_definitionlist dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 3%;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.section_definitionlist dd {
    padding: 20px 3%;
    background: #D5E0D0;
}

.section_definitionlist .text_link {
}

.section_item_3way {
}

.section_item_3way .section_childitem {
    width: 32%;
}

.section_item_3way .section_childitem {
}

.section_item_3way .section_image02 {
}

.section_item_3way .section_linkttl02 {
    padding: 20px 3%;
    text-align: center;
    background: #D5E0D0;
}

.page_anchor__list {
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.page_anchor__list li {
}

.page_anchor__list a {
    display: block;
    text-align: center;
    font-size: 22px;
    background: #f5fdee;
    padding: 12px 3% 48px;
    border-bottom: 1px solid #346e1b;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

.page_anchor__list a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #346e1b;
    border-bottom: 0;
    margin: auto;
    bottom: 14px;
    left: 0;
    right: 0;
    position: absolute;
}

.page_anchor__list.twoway {
}

.page_anchor__list.twoway li {
    width: 48%;
}

.page_anchor__list.twoway a {
}

.page_anchor__list.threeway {
    max-width: 100%;
}

.page_anchor__list.threeway li {
    width: 32%;
}

.page_anchor__list.threeway a {
}

.page_anchor__list.threeway a::after {
}

.section_table01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.section_table01 tbody {
}

.section_table01 tr {
}

.section_table01 th {
    text-align: left;
    width: 140px;
    padding: 20px;
    border-bottom: 1px solid #000000;
    color: #38761d;
}

.section_table01 td {
    width: calc(100% - 140px);
    padding: 20px;
    border-bottom: 1px solid #38761d;
}

.section_table02__wrap {
    width: 100%;
}

.section_table02 {
    width: 100%;
}

.section_table02 tbody {
}

.section_table02 tr {
    border-bottom: 1px solid #38761d;
}

.section_table02 th {
    text-align: left;
    padding: 20px;
    background: #38761d;
    color: #FFF;
}

.section_table02 td {
    padding: 20px;
    vertical-align: middle;
}

.section_table02 .text_link {
}

.btn01 {
    width: 100%;
    max-width: 320px;
    text-align: center;
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
    color: #FFF;
    background: #38761D;
    padding: 12px 0 12px;
    border-radius: 8px;
}

.btn01.violet {
    background: #c27ba0;
}

.btn01.center {
    margin: 0 auto 0;
}

.btn01:hover {
    color: #FFF;
}

.lower_childttl {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px;
    padding: 0 0 10px;
    line-height: 1.4;
    border-bottom: 2px solid #36711c;
}

.section_accordion_item {
    margin: 0 0 30px;
}

.section_accordion_item dt {
    background: #36731c;
    padding: 12px calc(3% + 30px) 14px 3%;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section_accordion_item dt::after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 3%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    margin: auto;
    transform: rotate(135deg);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section_accordion_item dt.active::after {
    top: 5px;
    transform: rotate(-45deg);
}

.section_accordion_item dd {
    padding: 40px 3%;
    background: #D5E0D0;
    display: none;
}

.section_text {
    margin: 0 auto 30px;
}

.section_text.u-line_text {
    padding: 0 0 20px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #36731c;
}

.section_text.last_text {
    margin: 0 auto 0;
}

.indent_text {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
}

/*============================
site
============================*/
.header {
    position: fixed;
    padding: 20px 3%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.7);
}

.header .container {
    max-width: 100%;
    align-items: center;
}

.header_logo__wrap {
    width: 360px;
}

.header_logo {
}

.header_logo img {
}

.header_navi__wrap {
    width: calc(100% - 380px);
}

.header_navi {
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.header_navi__list {
    width: calc(100% - (220px + 3%));
    align-items: center;
    justify-content: flex-end;
}

.header__navi__item {
    margin: 0 1%;
}

.header__navi__link {
    font-weight: bold;
    padding: 4px 24px 6px;
    text-align: center;
    border-top: 1px solid #38761D;
    border-bottom: 1px solid #38761D;
}

.header_navi__contact {
    width: 220px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #38761D;
    padding: 10px 0 12px;
    border-radius: 8px;
    margin-left: 3%;
}

.header_navi__contact:hover {
    color: #FFF;
}

.header_spnavi__wrap {
    display: none;
}

.header__spmenu {
    width: 40px;
    height: 40px;
    background: #38761d;
    border-radius: 80px;
    position: relative;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header__spmenu span {
    width: 20px;
    height: 2px;
    position: absolute;
    background: #FFF;
    margin: auto;
    left: 0;
    right: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header__spmenu span:nth-child(1) {
    top: 11px;
}

.header__spmenu span:nth-child(2) {
    top: 19px;
}

.header__spmenu span:nth-child(3) {
    bottom: 11px;
}

.header__spmenu.active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.header__spmenu.active span:nth-child(2) {
    display: none;
}

.header__spmenu.active span:nth-child(3) {
    bottom: 19px;
    transform: rotate(-45deg);
}

.header_spnavi__wrap .header_spnavi__contact {
    width: 200px;
    height: 40px;
    display: block;
    background-color: #c27ba0;
    border-radius: 80px;
    position: relative;
    margin-right: 10px;
    background-image: url(../img/icon_mail_white.svg);
    background-position: left 20px top 5px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    padding: 7px 0 0px 60px;
}

.header_spnavi__wrap .header_spnavi__contact .pc {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.aside {
}

.aside_contact {
    background: #F5FDEE;
}

.aside_contact .container {
}

.aside_contact .section_ttl {
}

.aside_contact .text_center {
}

.aside_contact__wrap {
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}

.aside_contact__wrap a.btn02.hv {
    width: 48%;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #C27BA0;
    padding: 20px 0 22px;
    border-radius: 8px;
    margin-right: 3%;
    max-width: 370px;
}

.aside_contact__telwrap {
    margin-left: 3%;
    width: 48%;
    max-width: 370px;
}

.common_contact__tel {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.aside_contact__telwrap span {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

.gotop {
    width: 50px;
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 99;
}

.gotop a {
}

.gotop a img {
}

.footer {
    padding: 80px 3%;
}

.footer .container {
}

.footer_head {
    align-items: flex-start;
}

.footer_head__item {
    width: 48%;
}

.footer__logowrap {
}

.footer__logowrap a {
}

.footer_logo {
    max-width: 420px;
    width: 80%;
}

.footer_address {
    margin: 20px 0 0;
    line-height: 1.8;
}

.footer_head__btn {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #38761D;
    padding: 16px 30px 16px;
    border-radius: 8px;
    margin-left: 3%;
}

.footer_head__btn img {
    display: block;
    margin: 0 auto 8px;
    max-width: 200px;
}

.footer_head__btn span {
    display: block;
    font-size: 12px;
}

.footer_head__btn:hover {
    color: #FFF;
}

.footer_head__btn:hover span {
    color: #FFF;
}

.footer_navi {
    margin: 40px 0;
}

.footer_navi__list {
    justify-content: flex-start;
    align-items: center;
}

.footer_navi__list li {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 2px solid #000;
}

.footer_navi__list li:last-child {
    border-right: none;
}

.footer_navi__list li a {
}

.copyright {
    margin: 0;
    font-size: 14px;
}

.main {
}

.article {
}

.mv {
    height: 100vh;
    position: relative;
}

.mv_slider {
    width: 100%;
    height: 100vh;
}

.mv_slider .slider_item {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mv_slider .slider_01 {
    background-image: url(../img/mv05.jpg);
}

.mv_slider .slider_02 {
    background-image: url(../img/mv04.jpg);
}

.mv_slider .slider_03 {
    background-image: url(../img/mv03.jpg);
}

.mv_text {
    padding: 30px 3% 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 3%;
    height: 300px;
    width: 50%;
    background: rgba(56,118,29,0.6);
    box-sizing: border-box;
}

.mv_text__read {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 40px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}

.mv_text__text {
    margin: 0;
    color: #FFF;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}

.section {
    padding: 80px 3%;
}

.top_news {
}

.top_news .container {
}

.top_news .section_ttl {
}

.news_list {
    margin: 0 auto;
    max-width: 1000px;
}

.news_item {
    margin: 20px auto 10px;
    padding: 0 3% 18px;
    border-bottom: 1px solid #38761D;
}

.news_item a {
    display: block;
}

.news_date {
    display: inline-block;
}

.news_tag {
    display: inline-block;
    padding: 4px 8px 6px;
    text-align: center;
    width: 100px;
    font-size: 12px;
    background: #F1C232;
    margin: 0 3%;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.news_title {
    display: inline-block;
}

.top_news .btn01 {
    margin: 40px auto 0;
}

.top_about {
}

.top_about .container {
}

.top_about__item {
    width: 48%;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_about__item a {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.top_about__item a:hover {
    opacity: 1;
}

.top_about__item .section_linkttl01 {
}

.top_about__item a:hover {
    /* width: 100%; */
    /* height: 100%; */
    /* opacity: 1; */
}

.top_golf {
    background: #F5FDEE;
}

.top_golf .container {
}

.top_golf .section_ttl {
}

.top_golf .section_item_2way {
}

.top_golf .section_childitem {
}

.top_golf .section_image {
}

.top_golf p {
}

.top_golf .text_link {
}

.top_golf .section_definitionlist {
    margin: 30px auto 0;
}

.top_golf .section_definitionlist dt {
}

.top_golf .section_definitionlist dd {
}

.top_golf .section_definitionlist .text_link {
}

.top_business {
}

.top_business .container {
}

.top_business .section_ttl {
}

.top_business .text_center {
}

.top_business .section_item_3way {
    margin: 60px auto 0;
}

.top_business .section_item_3way .section_childitem {
}

.top_business .section_item_3way .section_childitem a {
}

.top_business .section_item_3way .section_childitem .section_image02 {
}

.top_business .section_item_3way .section_childitem .section_linkttl02 {
}

/*============================
lower
============================*/
.lower_mv {
    margin: 91px 0 0;
    height: 260px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.lower_mv::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.lower_mv .container {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lower_mv .lower_mv_h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    color: #FFF;
}

.breadcrumb__wrap {
    padding: 10px 3%;
}

.breadcrumb__wrap .container {
}

.breadcrumbs {
    font-size: 12px;
}

.lower_h2 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 32px;
    position: relative;
}

.section_read_text {
    margin: 0 auto 60px;
    text-align: center;
}

.lower_subttl {
    font-size: 22px;
    padding: 4px 0 12px 26px;
    margin: 40px auto 20px;
    border-bottom: 1px solid #38761d;
    border-left: 4px solid #38761d;
    line-height: 1.2;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}

.lower_subttl::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 4px;
    background: #38761d;
}

.section_ol_list {
    counter-reset: my_section_ol_counter;
    padding-left: 0;
}

.section_ol_list li {
    counter-increment: my_section_ol_counter;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
}

.section_ol_list li::before {
    content: counter(my_section_ol_counter) ".";
    position: absolute;
    left: 0;
}

.section_ul_list {
}

.section_ul_list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.6rem;
}

.section_ul_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background: #38761d;
    border-radius: 30px;
    margin: auto;
    top: 1rem;
    /* bottom: 0; */
}

.must_text {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 3px 8px 2px;
    margin: auto;
    position: relative;
    height: 23px;
    top: -2px;
    border-radius: 4px;
    margin-right: 4px;
    font-weight: bold;
}

/* mailform pro用 追加css */
.contact__sec {
    max-width: 1000px;
    margin: 0 auto;
}

.contact__form {
}

.contact__form table {
    width: 100%;
}

.contact__form tbody {
}

.contact__form tr {
}

.contact__form th {
    width: 280px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 20px 50px;
    font-size: 16px;
    position: relative;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.contact__form .must {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 3px 8px 2px;
    margin: auto;
    position: absolute;
    /* position: relative; */
    left: 0;
    top: 0;
    bottom: 0;
    height: 23px;
    float: none;
    text-shadow: none;
    box-shadow: none;
    border: none;
}

.contact__form td {
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.contact__form td ul {
    padding: 0;
}

.contact__form td ul li {
    list-style: none;
}

textarea {
    width: 100%!important;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    min-height: 240px!important;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact__form p {
    text-align: center;
    margin: 40px 0;
}

input[type=text] {
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact__form p a {
    color: #4A86E8;
    text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}

.contact__form .btn {
    border: 1px solid #000;
    padding: 20px;
    background: #38761d;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    border: none;
    max-width: 260px;
    width: 100%;
    border-radius: 10px;
}

.contact__form .btn:hover {
    opacity: 0.6;
}

.contact__form .btn::before {
}

/*============================
single entry-contents
============================*/
.single_news__header {
    padding: 0 0 30px;
}

.single_news__header .single_news__ttl {
    margin: 0 auto;
    padding: 4px 0 10px 26px;
    border-left: 4px solid #38761d;
    position: relative;
}

.single_news__header .single_news__ttl::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #38761d;
    top: 0;
    left: 6px;
}

.single_news__metadata {
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 20px;
}

.single_news__metadata .news_tag {
    margin: 0;
}

.single_news__metadata .news_date {
    margin: 0;
    padding-left: 20px;
}

.single_news__body {
    max-width: 1000px;
    margin: 0 auto;
}

.sngle_news__footer {
    padding: 80px 0 0;
}

.has-text-align-right {
    text-align: right;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.entry-contents h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding: 0px 0 10px 0px;
    margin: 30px auto 30px;
    color: #000000;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #38761d;
}

.entry-contents h2.has-text-align-left {
    text-align: left;
}

.entry-contents h2.has-text-align-left::after {
    right: auto;
}

.entry-contents h2.white {
    color: #FFF;
}

.entry-contents h2:first-letter {
}

.entry-contents h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px auto 30px;
    letter-spacing: 0.1rem;
    padding: 0 0;
    color: #38761d;
    position: relative;
}

.entry-contents h3.bd {
    padding: 20px 0 20px;
    font-size: 20px;
    margin: 0 0 20px;
}

.entry-contents h3.bd::before {
    content: " ";
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(50deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(97,83,141,1) 25%, rgba(97,83,141,1) 50%, rgba(193,64,58,1) 50%, rgba(193,64,58,1) 75%, rgba(236,167,84,1) 75%, rgba(236,167,84,1) 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.entry-contents h3.bd::after {
    content: " ";
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(50deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(97,83,141,1) 25%, rgba(97,83,141,1) 50%, rgba(193,64,58,1) 50%, rgba(193,64,58,1) 75%, rgba(236,167,84,1) 75%, rgba(236,167,84,1) 100%);
    left: 0;
    right: 0;
    margin: auto;
}

.entry-contents .wp-block-column {
    /* text-align: center; */
    /* border: 2px solid #025daf; */
    margin: 0 0 10px;
    /* box-shadow: 0 0 10px #c3c3c3; */
    /* padding: 20px; */
}

.entry-contents .wp-block-column p {
    margin: 0;
}

.entry-contents h4 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px;
    padding: 0 0 10px;
    line-height: 1.4;
    border-bottom: 2px solid #c27ba0;
}

.entry-contents h5 {
    color: #c27ba0;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 20px;
    line-height: 1.4;
}

.entry-contents h6 {
    color: #093a38;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px;
    line-height: 1.4;
}

.entry-contents p {
    margin: 0px 0 30px;
}

.entry-contents p small {
    font-size: 12px;
}

.entry-contents figure {
    margin: 40px auto;
}

.entry-contents ul {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.entry-contents li {
    font-size: 16px;
    margin: 0 0 3px;
}

.entry-contents ul li {
    list-style: disc;
}

.entry-contents ol li {
    list-style: auto;
}

.entry-contents ol {
    padding: 0 0 0 20px;
    margin: 30px 0;
}

.entry-contents .table {
}

.entry-contents table {
    width: 100%;
    margin: 30px 0;
    border: 1px solid;
}

.entry-contents tr:first-child th, .entry-contents tr:first-child td {
}

.entry-contents th {
    border: 1px solid #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
}

.entry-contents td {
    border: 1px solid #000;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 2;
    min-width: 180px;
}

.entry-contents .name-position {
    margin: 0;
    font-size: 12px;
}

.entry-contents .name-jp {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.entry-contents .name-en {
    margin: 0;
    font-size: 12px;
}

.entry-contents .wp-block-media-text__media {
}

.entry-contents .wp-block-media-text__media img {
    border-radius: 4px;
    margin: 0 0 20px;
    border: 1px solid #e5e5e5;
}

.entry-contents .wp-block-media-text {
    margin: 0 0 40px;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    /* background: #f7f7f7; */
}

.entry-contents .wp-block-image {
    padding: 0 0px;
    margin: 0 0 40px;
}

.font-weight-bold {
    font-weight: bold;
}

/* wp-pagenavi */
.wp-pagenavi {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    ';
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .previouspostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .current {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #38761d;
}

.wp-pagenavi .extend {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .page.smaller {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .page.larger {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .nextpostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}




.park_search__wrap {
}

.park_search {
}

.park_search__field {
    width: 31%;
}

.park_search__field label {
    margin: 0 0 10px;
    display: block;
    border-left: 4px solid #38761d;
    padding: 0 0px 0 10px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

.park_search__field select {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-family: 'Noto Sans JP', sans-serif;
}

.park_search__field option {
    color: #333;
}

.park_search__submit {
    display: block;
    margin: 40px auto 0;
}

.park_list__wrap {
}

.park_list__wrap p {
}

.park_list {
}

.park_list::before {
    content: '';
    display: block;
    width: 31%;
    order: 1;
}

.park_list::after {
    content: '';
    display: block;
    width: 31%;
}

.park_list li {width: 31%;
    margin: 0 0 60px;
}

.park_list__image_link {
    display: block;
    width: 100%;
    margin: 0 0 12px;
}

.park_list__image {
    width: 100%;
    padding: 65% 0 0;
    background-size: cover;
    background-position: center center;
}

.park_list__infowrap {
    border-bottom: 1px solid #38761d;
    margin: 12px 0 10px;
    padding: 0 0 6px;
    align-items: center;
    justify-content: space-between;
}
.park_list__infowrap h3 {
    font-size: 18px;
    width: 100%;
}
.park_category_iconlist {
    align-items: center;
    justify-content: flex-end;
    width: 200px;
    width: 100%;
    margin: 6px 0 0;
}
.park_category_iconlist li {
    margin: 0 1.5%;
    width: auto;
}
.park_category_iconlist img {
    width: auto;
    height: 24px;
}

.park_list__info {
    align-items: center;
}

.park_list__address {
}

.park_list__map {
    font-size: 12px;
    padding: 2px 20px 4px;
    background: #c27ba0;
    border-radius: 100px;
    color: #FFF;
    font-weight: bold;
}

.park_list__map:hover {
    color: #FFF;
}

.activities_read {
    margin: 20px 0 0;
    font-size: 18px;
}

.park_category_list__wrap {padding: 20px 20px 0;margin: 0 0 40px;border: 1px solid #38761d;}
.park_category_list {justify-content: flex-start;}
.park_category_list li {margin: 0 3% 20px 0;align-items: center;}
.park_category_list__icon {height: 24px;width: auto;}



.park_image_group__slider {
}
.park_image_group__slider .splide__track {
}
.park_image_group__slider .park_image_group__list {
}
.park_image_group__slider .splide__slide {
}
.park_image_group__slider .park_list__image_link {
}
.park_image_group__slider .park_list__image {
}

.park_image_group__thumbnail_slider {
}
.park_image_group__thumbnail_slider .splide__arrow {background: none;}
.park_image_group__thumbnail_slider .splide__arrow--prev {left: 0;}
.park_image_group__thumbnail_slider .splide__arrow--next {right: 0;}
.park_image_group__thumbnail_slider .splide__track {width: calc(100% - 60px);margin: 0 auto;}
.park_image_group__thumbnail_slider .park_image_group__list {}
.park_image_group__thumbnail_slider .splide__slide {margin: 0;}
.park_image_group__thumbnail_slider .park_list__image {
}


@media screen and (max-width: 1280px) {
    .header_logo__wrap {
        width: 300px;
    }

    .header_navi__wrap {
        width: calc(100% - 320px);
    }

    .header_navi__list {
        width: calc(100% - (160px + 3%));
    }

    .header__navi__link {
        padding: 4px 12px 6px;
    }

    .header_navi__contact {
        width: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .header_navi__wrap {
        display: none;
        position: absolute;
        width: calc(106% + 2px);
        top: 60px;
        left: calc(-3% - 1px);
        background: rgba(255,255,255,0.7);
        padding: 40px 3% 24px;
    }

    .header_navi {
    }

    .header_navi__list {
        width: 100%;
    }

    .header__navi__item {
    }

    .header__navi__link {
    }

    .header_navi__contact {
        display: none;
    }

    .header_navi__contact:hover {
    }

    .header_spnavi__wrap {
        display: flex;
    }
}

.privacy_term_text .mfp_err {
    text-align: center;
}