<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf8";
html {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body {
    @extend html;
    margin: 0;
}

html.lity-active {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

html.lity-active .navwrap .inner {
    overflow: auto;
}

.lity-active body {
    /*    overflow: hidden;*/
}

h2,
h3,
h4,
h5,
h6,
strong {
    @extend html;
    font-weight: 600;
}

body {
    z-index: 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    color: #1c1c1c;
}

p {}

h2.ttl {
    margin: 0;
    position: relative;
    color: #009944;
    letter-spacing: 0.1em;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

h2.ttl span {
    position: absolute;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -14px;
    font-weight: 100;
    color: #000000;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

a:hover {
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

p {
    margin: 0;
    line-height: 32px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.body_wrap {
    overflow-x: hidden;
    padding-top: 100px;
}

.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.inner {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.mt {
    margin-top: 40px;
}

.mtm {
    margin-top: 10px !important;
}

.mbm {
    margin-bottom: 10px !important;
}

.mb {
    margin-bottom: 40px;
}

.mtx2 {
    margin-top: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mbx2 {
    margin-bottom: 80px;
}


/*padding inner*/

.pt {
    box-sizing: border-box;
    padding-top: 60px;
}

.ptb {
    box-sizing: border-box;
    padding-top: 100px;
}

.ptm {
    box-sizing: border-box;
    padding-top: 20px;
}

.pb {
    box-sizing: border-box;
    padding-bottom: 60px;
}

.pbb {
    box-sizing: border-box;
    padding-bottom: 100px;
}

.pbm {
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pl {
    box-sizing: border-box;
    padding-left: 2%
}

.pr {
    box-sizing: border-box;
    padding-right: 2%
}

.pw {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.pw2 {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

.cen {
    text-align: center;
}

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

.lh {
    line-height: 1.7em;
}

.flexc {
    display: flex;
    justify-content: center;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.flexw {
    flex-wrap: wrap;
}

.w30 {
    width: 29%;
}

.w40 {
    width: 39%;
}

.w48 {
    width: 47%;
}

.w50 {
    width: 49%;
}

.w60 {
    width: 59%;
}

.w70 {
    width: 69%;
}

.w100 {
    width: 100%;
}

.bg01 {
    background: #ffffff;
}

.bg02 {
    background: #ffffff;
}

.bg03 {
    background: rgba(153, 0, 0, 0.05);
}

.bg04 {
    background: #009944;
}

.bg05 {
    background-image: url("/img/bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.st {
    color: #990000;
}

.lead01 {
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    font-size: 28px;
}

.lead02 {
    line-height: 2em;
    margin-bottom: 72px;
}

.lead03 {
    line-height: 1.7;
}

.fontw {
    color: #ffffff!important;
}

.fontm {
    font-size: 80%;
}

.f110 {
    font-size: 16px;
}

.fontb20 {
    font-size: 1.6em;
    line-height: 1.6em;
}

.fontg {
    color: #094;
}

.fonts {
    font-weight: bold;
}

a.attr {
    color: #900;
    text-decoration: underline;
}


/*ヘッダー*/

header {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
}

header nav {
    background: #ffffff;
}

header nav ul.navwrap_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul li {
    position: relative;
    padding: 0 1.5%;
    text-align: center;
}

header nav ul li.logo {
    margin-right: auto;
    width: 23%;
    padding: 0 20px;
}

header nav ul li.logo a {
    width: 100%;
}

header nav ul li.logo img {
    max-width: 366px;
    width: 100%;
}

header nav ul li.youtubelink_box {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding: 0%;
    width: auto;
    text-align: right;
}

header nav ul li.youtubelink_box a {
    padding: 0;
}

header nav ul li.contact_box {
    margin-left: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 0%;
    width: 200px;
}

header nav ul li.contact_box a {
    text-align: center;
    padding: 15px 0;
}

header nav ul li.contact_box a img {
    margin-right: 10px;
}

header nav ul li.contact_box .contact_a {
    background: #009944;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

header nav ul li.contact_box .tel_a {
    background: #eeeeee;
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 120%;
}

header nav ul li:hover&gt;a {
    color: #009944;
    /*    border-bottom: 4px solid #990000;*/
}

header nav ul li.slide:hover&gt;a {
    padding: 0;
}

header nav ul li ul {
    display: none;
    position: absolute;
    background-color: #333333;
    width: 180%;
    top: 60px;
    z-index: 100;
    left: 0;
    margin: 0;
    padding: 10px 0;
    min-width: 320px;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul li ul:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 4%;
    margin-left: 25px;
    margin-top: -30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #333333;
}

header nav ul li ul li {
    width: 100%;
    color: #ffffff;
    padding-left: 15px;
    text-align: left;
    font-size: 90%;
}

header nav ul li ul li:before {
    content: url("/img/btnparts02.png");
    margin-right: 10px;
    font-size: 80%;
}

header nav ul li ul li:hover a,
header nav ul li ul li a {
    color: #ffffff;
    padding: 10px 0;
}

header nav ul li.line span {
    min-height: 30px;
    border-right: 1px solid #ffffff;
    display: block;
}

header nav ul li a,
header nav ul li span {
    display: inline-block;
    color: #333333;
    padding: 20px 0;
}

header nav ul li.mynavi_link {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    padding: 0%;
    width: 100px;
    text-align: right;
}
header nav ul li.mynavi_link a{
	padding: 0;
}
/*footer*/

footer .menu {
    background: #333333;
    color: #ffffff;
}
footer .text-center {
	text-align: center;
}
footer .menu nav {
    display: flex;
    justify-content: space-between;
}

footer .menu nav ul li a {
    color: #ffffff;
}

footer .menu nav&gt;ul {
    width: 20%;
}

footer .menu nav&gt;ul&gt;li a {
    border-left: 3px solid #ffffff;
    padding-left: 10px;
    margin-bottom: 20px;
}

footer .menu nav ul ul li a {
    margin-bottom: 10px;
}

footer .menu nav ul ul li a:before {
    content: url("/img/btnparts02.png");
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.contact_foot {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.foot_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	align-items: center;
}

.foot_ul .info {
    margin-right: 0%;
	font-size: 14px;
}

.foot_ul .contact {}

.foot_ul .contact a {
    color: #ffffff;
    display: inline-block;
    background: #009944;
    font-weight: 400;
    text-align: center;
    padding: 17px 30px;
}

.foot_ul .tel a {
    background: #eeeeee;
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 120%;
    padding: 16px 30px;
}

.foot_ul .contact a img,
.foot_ul .tel a img {
    margin-right: 5px;
}

footer .copy {
    background-color: #ffffff;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 10px 0;
}

.contact_bnr {
    width: 100%;
    background: #eeeeee;
    padding-bottom: 40px;
}

.contact_bnr .inner {
    border: 3px solid #009946;
    padding: 0;
}

.contact_bnr .flexb {
    background: #ffffff;
}

.contact_bnr .title {
    background: #009946;
    text-align: center;
    color: #ffffff;
    width: calc(100% + 2px);
    padding: 15px 0;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 24px;
    font-weight: 600;
}

.contact_bnr .box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.contact_bnr .contact_a {
    background: #009944;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 15px 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact_bnr .tel_a {
    background: #eeeeee;
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 120%;
    padding: 15px 40px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contact_bnr a img {
    margin-right: 10px;
}

.contact_bnr .border {
    width: 1px;
    border-left: 1px solid #cccccc;
}
.contact_bnr.other .inner {
    border: 3px solid #f4ad03;
}
.contact_bnr.other  .title {
    background: #f4ad03;
}
.contact_bnr.other .contact_a {
    background: #f4ad03;
}
#pagetop {
    position: fixed;
    bottom: 90px;
    right: 50px;
    z-index: 15;
    width: 50px;
}


/*section*/

#mv {}

#sec-about .box {
    line-height: 1.6em;
}

ul.border {
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f2f2f2;
    padding: 30px 5%;
}

ul.border li {
    border-top: 1px solid #dddddd;
    padding: 12px 20px 12px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

ul.border li:last-child {
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

ul.border li:hover a {
    color: #094;
}

ul.border li time {
	padding: 10px 30px 10px 0;
    padding-right: 30px;
    color: #777777;
    box-sizing: border-box;
    display: inline-block;
}

ul.border li .cat {
    border: 1px solid #009944;
    color: #009944;
    padding: 3px 10px;
    font-size: 70%;
    background: #ffffff;
    margin-right: 20px;
}

.news_title_a {
}


/*mv*/

#mv .slick-dots {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #b26d6d;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: white;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #094;
}

#mv .slick-dots li.slick-active button:before,
#mvsp .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #094;
}


/*single*/

.single-title {
    font-size: 20px;
}

.entry-meta {
    margin-bottom: 20px;
}

.entry-meta date {
    font-size: 14px;
    font-family: 'gfs_didotregular';
    margin-right: 30px;
}

.entry-meta a {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 4px 14px 4px 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 40px 0 0 0;
    line-height: 26px;
}

.single-content h2 {
    border-left: 5px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    padding-bottom: 2.5px;
    font-size: 20px;
    line-height: 32px;
}

.single-content h3 {
    border-left: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}

.single-content ul li {
    line-height: 32px;
    text-indent: -1.8em;
    padding-left: 1.8em;
}

.single-content ul li:before {
    content: "•";
    color: #900;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-content ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.single-content ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    text-indent: -2.3em;
    padding-left: 2.3em;
}

.single-content ol li:before {
    counter-increment: item;
    content: counter(item)'';
    padding: 0 .5em;
    margin-right: 10px;
    font-weight: normal;
    background: #900;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-family: 'gfs_didotregular';
}

.pagenation_single {
    border: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .prevsingle {
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .sep {
    width: 1px;
    margin: 10px 0;
    border-right: 1px solid #dddddd;
}

.pagenation_single .nextsingle {
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .prevsingle a,
.pagenation_single .nextsingle a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pagenation_single date {
    color: #999999;
    font-family: 'gfs_didotregular';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
}

.pagenation_single .title {
    font-size: 15px;
    line-height: 24px;
}

.pagenation_single .img {
    width: 75px;
}

.pagenation_single .img img {
    width: 75px;
}

.pagenation_single .detail {
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
}

.pagenation_single .nextsingle .detail {
    text-align: right;
}


/*gallery*/

#sec-gallery {
    width: 100%;
    overflow: hidden;
}

.sliderArea {
    background: #fff;
    overflow: hidden;
}

.sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.sliderWide .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
    opacity: 1;
}

.slider {
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
}

.slider .slick-list {
    overflow: visible;
}

.slider .slick-track {}

.slider .slick-slide {
    padding: 0 10px;
    opacity: 1;
    transition-duration: 0.3s;
}

.slider .slick-slide.slick-current {
    opacity: 1;
}

.slider .slick-slide a {
    display: block;
}

.slider .slick-slide a:hover {
    display: block;
    opacity: .7;
}

.slider img {
    height: auto;
    width: 100%;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-dots {
    bottom: -33px;
}

.slick-prev,
.slick-next {
    bottom: -70px;
    top: auto;
}

.lity-image img {
    max-width: 86%;
    margin: 0 auto;
}

.lity-close {
    top: 60px;
    right: 60px;
    font-size: 80px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    font-size: 80px;
}

.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #900;
}

.gallery_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.gallery_inner .box {
    margin-bottom: 10px;
}

.gallery_inner .box date {
    position: absolute;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000;
    font-size: 16px;
    line-height: 32px;
    font-family: 'GFS Didot', serif;
    box-sizing: border-box;
    padding: 5px;
    z-index: 2;
}

.gallery_inner .box a {
    display: inline-block;
    position: relative;
}

.gallery_inner .box a:hover:after {
    content: "";
    width: 360px;
    height: 360px;
    top: 0;
    left: 0;
    background-image: url(/img/hover_gallery.png);
    position: absolute;
    z-index: 2;
}

.gallery_inner .box a img {
    object-fit: cover;
    width: 360px;
    height: 360px;
}

.gallery_inner div {
    width: 360px;
}

.gallery_inner.moreview {
    display: none;
}


/**Contact*/

.mw_wp_form {
    width: 100%;
}

.mw_wp_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.mw_wp_form table tr {
    width: 100%;
}

.mw_wp_form table th {
    width: 25%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.mw_wp_form table th.h:before {
    content: "必須";
    width: 60px;
    height: 30px;
    background: #990000;
    position: absolute;
    top: 39%;
    right: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}

.mw_wp_form table th:after {
    content: "";
    width: 1px;
    height: 75%;
    border-right: 1px solid #dddddd;
    position: absolute;
    top: 20px;
    right: 5px;
}

.mw_wp_form table td {
    width: 75%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px 40px 20px;
    box-sizing: border-box;
    text-align: left;
}

.mw_wp_form_input table td input[type="text"] {
    padding: 16px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
    width: 100%;
}

.mw_wp_form_input table td.h input[type="text"] {
    background: rgba(229, 211, 0, 0.15);
}

.mw_wp_form_input table td input[type="number"] {
    padding: 10px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
}

.mw_wp_form_input table td textarea {
    background: #eeeeee;
    border: 0px solid #000000;
    resize: none;
}

.mw_wp_form_input .selectwrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mw_wp_form_input .selectwrap:before {
    content: url(../img/icon_monstr-arrow-29.png);
    width: 45px;
    height: 100%;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 1px;
    margin-top: 0px;
    background: #990000;
    pointer-events: none;
    background-position: center center;
    background-size: 45px 45px;
    text-align: center;
    padding-top: 9px;
}

.mw_wp_form_input .selectwrap:after {
    /*    content: '';*/
    width: 11px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 17px;
    margin-top: -4px;
    pointer-events: none;
    /* background: #990000; */
}

.radio {
    display: none;
    /* まず、＜input＞タグの表示を消します*/
}

.radiobox_wrap label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 36px;
    cursor: pointer;
    margin-right: 20px;
}

.radio + span::before,
span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio + span::before {
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    background: #eeeeee;
    border: 0px solid #ccc;
}

.radio + span:hover::before {
    background: #eeeeee;
    /* ラジオボタンのマウスオーバーしたときの色の指定*/
}

.radio + span::after {
    opacity: 0;
    left: 8px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #990000;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.radio:checked + span::before {
    background: #eee;
    border: 0px solid #990000;
}

.radio:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.privacypolicy {
    display: none;
}

.mw_wp_form_input .privacypolicy {
    display: block;
    width: 100%;
    height: 300px;
    overflow: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    line-height: 32px;
    font-size: 16px;
}

.privacypolicy h2 {
    text-align: center;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: normal;
    font-size: 18px;
}

.privacy_check {
    display: none;
}

article#post-62 {
    width: 100%;
}

.mw_wp_form_input .privacy_check {
    display: block;
    text-align: center;
}

.mw_wp_form_input .mwform-checkbox-field {
    width: 30%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}


/**Static Page*/


/*flow*/


/*Company*/


/**Contact btn*/


/**Bread*/

ul.bread {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

ul.bread li {
    margin-right: 10px;
    opacity: 0.5;
}

ul.bread li:first-child {
    margin-left: 0px;
}

ul.bread li:first-child:before {}

ul.bread li:after {
    content: " &gt; ";
}

ul.bread li:last-child:after {
    content: "";
}

ul.bread li a {
    color: #000000;
}


/**Common - button*/

.post-edit-link {
    display: none;
}

a.more-btn01 {
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
    background: #333333;
    color: #ffffff;
}

a.more-btn02 {
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
    background: #333333;
    color: #ffffff;
}

a.more-btn01:before {
    content: url("/img/btnparts02.png");
    margin-right: 16px;
    margin-left: -16px;
}

a.more-btn01:hover:before {
    content: url("/img/btnparts01.png");
}

a.more-btn02:before {
    content: url("/img/btnparts02.png");
    margin-right: 16px;
    margin-left: -16px;
}

a.more-btn01:hover {
    background: #ffffff;
    color: #094;
}

a.more-btn02:hover {
    background: #009944;
}

a.more-btn03 {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
    background: #333333;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}

a.more-btn03:before {
    content: url("/img/btnparts02.png");
    margin-right: 16px;
    margin-left: -16px;
}

a.more-btn03:hover {
    background: #009944;
}

a.more-btn04 {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 8px 40px 8px 40px;
    letter-spacing: 0.2em;
    background: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

a.more-btn04:before {
    content: url("/img/btnparts03.png");
    margin-right: 16px;
    margin-left: -16px;
}

a.more-btn04:hover {
    background: #009944;
    color: #ffffff;
}

a.more-btn04:hover:before {
    content: url("/img/btnparts02.png");
}


/*Sub*/

.page-header {
    background: url(/img/sub_head_bg.png) center center no-repeat;
    background-size: cover;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}

.page-header .ttl {
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.page-header .ttl span {
    position: absolute;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -64px;
    font-weight: 100;
    color: #ffffff;
}

#breadcrumbs a {
    color: #009946;
    text-decoration: underline;
}

.border.white {
    background: #ffffff;
}

.border.white li {
    background: #eeeeee;
    margin-bottom: 15px;
    border: 0px solid #ffffff;
    padding: 15px 20px;
}

.wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 8px;
    margin: 6px;
    font-weight: normal;
}

.wp-pagenavi span.current {
    font-weight: normal;
    color: #ffffff;
    background: #808080;
}

.entry-header .entry-title {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px;
    font-size: 1.8em;
}

.entry-header .entry-title span {
    border-left: 8px solid #009946;
    padding-left: 8px;
}

.entry-header .entry-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.entry-header .entry-meta time {
    margin-right: 30px;
}

.entry-header .entry-meta .cat {
    margin-right: 0px;
}

.entry-header .entry-meta .category {
    border: 1px solid #009946;
    border-radius: 0px;
    padding: 4px 14px 4px 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    color: #009946;
}

.entry-header-page .entry-title {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px;
    font-size: 1.8em;
}

.entry-header-page .entry-title span {
    border-left: 8px solid #009946;
    padding-left: 8px;
}

.entry-header-page .entry-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.entry-header-page .entry-meta time {
    margin-right: 30px;
}

.entry-header-page .entry-meta .cat {
    margin-right: 0px;
}

.entry-header-page .entry-meta .category {
    border: 1px solid #009946;
    border-radius: 0px;
    padding: 4px 14px 4px 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    color: #009946;
}


/**static page*/

.static section {
    margin-top: -120px;
    padding-top: 120px;
}

.static strong {
    color: #009944;
}

.static h2 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 40px;
}

.static h2:before {
    position: absolute;
    top: calc(58% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #cccccc;
}

.static h2 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    color: #009946;
    font-size: 1.8rem;
}

.static h2:after {
    right: 0;
}

.static h3 {
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 10px 0px;
}

.static h3:before {
    content: "";
    border-left: 8px solid #009946;
    padding-right: 10px;
}

.static h4 {
    text-align: center;
    font-size: 1.55em;
    font-weight: 600;
    color: #094;
    margin: 5px;
}

.static p {
    margin: 0;
    line-height: 26px;
}

.static .sets {
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom: 20px;
}

.static .sets span {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
}

.static table.zebra {
    border: 1px solid #094;
    border-collapse: collapse;
}

.static table.zebra tr th {
    background: #094;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    width: 20%;
}

.static table.zebra tr:last-child th {
    border-bottom: 0px solid #ffffff;
}

.static table.zebra tr td {
    padding: 10px 20px;
}
@media screen and (min-width: 767px) {
	.static table.zebra tr td .sp-onry{
		display: none;
	}
}
.static table.zebra tr td .bold{
	font-weight: 600;
}
.static table.zebra tr td a.link_btn{
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    background: #333333;
    color: #ffffff;
	margin-bottom: 10px;
}
.static table.zebra tr td a.link_btn:before {
    content: url("/img/btnparts02.png");
    margin-right: 10px;
}
.static table.zebra tr td dl.yakuin{
	margin: 0;
}
.static table.zebra tr td dl.yakuin dt{
	float: left;
	font-weight: 400;
}
.static table.zebra tr td dl.yakuin dd{
	margin: 0;
	padding-left: 120px;
}
.static table.zebra tr:nth-child(odd) td {
    background: #f2f7f5;
    color: #000000;
}

.static table.simple {
    width: 100%;
}

.static table.simple th {
    width: 20%;
    text-align: right;
    vertical-align: top;
    padding-top: 15px;
    padding-right: 5px;
}

.static table.simple td {
    padding: 8px;
}

.static table.simple td input,
.static table.simple td textarea {
    background-color: #f7f7f7;
    font-size: 1.4em;
    width: 100%;
    padding: 7px;
    line-height: normal;
    min-width: 30px;
}

.static table.simple td input.col02 {
    width: 200px;
}

.static table.simple td a {
    color: #094;
    text-decoration: underline;
}

.static table.simple td span label {
    display: flex;
    justify-content: flex-start;
    width: 100px;
    align-items: center;
    white-space: nowrap;
}

.static table.simple td.flexlabel .wpcf7-radio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.static table.simple td.flexlabel span label {
    display: flex;
    justify-content: flex-start;
    min-width: 100px;
    width: auto;
    align-items: center;
    white-space: nowrap;
}

.static ul.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.static ul.list li {
    width: 28%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}

.static ul.list li:before {
    content: "●";
    color: #094;
    font-size: 22px;
    top: -3px;
    left: 0px;
    position: absolute;
}

.static ul.ex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.static ul.ex li {
    width: 49%;
    margin-bottom: 20px;
    position: relative;
}

.static ul.ex li .title {
    color: #094;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.static ul.ex li .youtube,
.static ul.ex li .img {
    margin-bottom: 10px;
    max-height: 318px;
    overflow: hidden;
}

.static ul.ex li table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #009944;
}

.static ul.ex li table tr th {
    width: 30%;
    background: #009944;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff;
}

.static ul.ex li table tr:last-child th {
    border-bottom: 1px solid #009944;
}

.static ul.ex li table tr td {
    width: 70%;
    background: #f2f7f5;
    color: #000000;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #009944;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexbox article {
    width: 31%;
    margin-bottom: 20px;
}

.flexbox article .img {
    border: 1px solid #094;
    position: relative;
    z-index: 1;
}

.flexbox article .img_thumb {
    border: 0px solid #094;
    position: relative;
    z-index: 1;
    max-height: 200px;
    overflow: hidden;
}

.flexbox article .img:after {
    content: "";
    background-image: url(/img/arrow001.png);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid #094;
}

.flexbox article .title {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flexbox article .tokucho {
    background: #f2f7f5;
    padding: 10px 20px;
    font-size: 90%;
}

.flexbox article .tokucho .title {
    color: #094;
    font-weight: 600;
}

.flexbox article .tokucho p {
    margin: 0;
    line-height: 22px;
}

.static .box02 {
    background: #f2f7f5;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}

.static .box02.imgright {
    flex-direction: row-reverse;
}

.static .box02.imgleft {
    flex-direction: row;
}

.static .box02 .img {
    width: 29%;
}

.static .box02 .body {
    width: 68%;
}

.static .box02 .body .name {
    width: 100%;
    text-align: right;
    font-weight: 600;
    color: #094;
    margin-top: 10px;
}

.static .box03 {
    background: #eeeeee;
    padding: 20px;
}

.static .maps {
    display: flex;
    flex-wrap: wrap;
}

.static .maps li {
    background: #f2f7f5;
    position: relative;
    padding: 10px;
    width: 32%;
    margin-bottom: 40px;
	margin-left: 2%;
}

.static .maps li .body {
    margin-bottom: 10px;
}

.static .maps li.col02 {
    width: 100%;
	margin-left: 0;
}
.static .maps li.mgl0 {
	margin-left: 0;
}

.static .maps li.col02 .img {
    width: 49%
}

.static table.simple td input.wpcf7-submit {
    background-color: #009946;
    color: #ffffff;
    font-size: 1.3em;
    width: auto;
    padding: 7px 30px;
    line-height: normal;
    min-width: 30px;
    border-radius: 1px;
}

.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */
}


/* Google Mapのiframe */

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_static ul li {
    list-style: disc;
}

.news_static ol {
    margin: 0px;
    padding-left: 0px;
}

.news_static ol li {
    list-style: decimal;
}

.grecaptcha-badge { visibility: hidden; }

.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
 
.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#history.static table.zebra tr th{
	width: auto;
    padding: 10px 30px;
}
#history.static table.zebra tr th + th{
	border-left: 1px solid #fff;
}
#history.static table.zebra tr th.date{
    background: #f2f7f5;
    color: #094;
    font-weight: 600;
	border-left: 1px solid #094;
	border-bottom: 1px solid #094;
}
@media screen and (max-width: 767px) {
	#history.static table.zebra tr th{
    padding: 10px;
}
}
#history.static table.zebra tr:nth-child(odd) td{
	background-color: #fff;
}
#history.static table.zebra tr td{
	border-left: 1px solid #094;
	border-bottom: 1px solid #094;
}
#greeting img{
	margin-bottom: 15px;
}
.text-right{
	text-align: right;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
@media screen and (min-width: 767px) {
	#greeting .greeting_float_txt1 img{
		float: left;
		margin: 0 20px 20px 0;
		width: 320px;
		height: auto;
	}
	#greeting .greeting_float_txt2 img{
		float: right;
		margin:  0 0 20px 20px;
		width: 320px;
		height: auto;
	}
}</pre></body></html>