/*
Theme Name: SimplePress2026
Theme URI: http://www.elegantthemes.com/gallery/simplepress
Version: 5.5
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


/*------------------------------------------------*/


/*-----------------[BASIC STYLES]-----------------*/


/*------------------------------------------------*/

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    background: #f6f6f6 url(images/bg.png) repeat-x;
    color: #525252;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 19px;
}

body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

.clear {
    padding: 0;
    margin: 0;
    clear: both;
}

.wrapper {
    width: 960px;
    margin: auto;

}

.wrapper_head {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.infomatin_head {
    width: 23%;
    /*min-width: 300px;
    max-width: 380px;*/
    min-width: 200px;
    max-width: 250px;
    position: absolute;
    top: 10px;
    right: 30px;
}

@media screen and (max-width:1100px) {
    .logoarea {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logoarea img {
        width: 100%;
        height: auto;

    }

    .logoarea #logo {
        margin: 20px 0;
    }

    .logoarea .infomatin_head {
        position: static;
        width: 30%;
        min-width: auto;
        max-width: auto;
        margin-left: 10%;
    }


}

.infomatin_head a {
    display: block;
}

.infomatin_head a:hover {
    opacity: 0.8;
}

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

.infomatin_head .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 0 auto;
}

.infomatin_head .flex .left {
   /* width: 60%;*/
   width: 48%;
}

.infomatin_head .flex .right {
    /*width: 38%;*/
     width: 48%;
}

.thumb a img {
    width: 100%;
    height: auto;
}

#logo {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    clear: both;
}

h1,
h2 {
    font-size: 20px;
    color: #000;
}

h3 {
    font-size: 20px;
    color: #000;
}

#posts p,
.post_full p {
    font-size: 15px;
    line-height: 28px;
    margin: 16px auto;

}

.cont_bg {
    background: url('images/rbg2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sps {
    width: 100%;
    height: 30px;
}


/*------------------------------------------------*/
/*---------------[NAVIGATION MENU]----------------*/
/*------------------------------------------------*/

#navwrap {
    /*width: 960px;*/
	width: 1000px;
    background-image: url(images/nav-bg.png);
    text-align: left;
    position: relative;
    z-index: 14;
    margin: 0 auto;
}

.nav-shadow {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 866px;
    height: 4px;
    background-image: url(images/nav-shadow.png);
}

.nav_top {
    background-image: url(images/nav-top.png);
    /*width: 960px;*/
	width: 1000px;
    height: 1px;
    display: block;
    float: left;
}

.nav_bottom {
    background-image: url(images/nav-bottom.png);
    width: 960px;
    height: 1px;
    display: block;
    float: left;
}

.nav {
    padding: 10px 0;
    float: left;
}

.nav li {
    float: left;
    padding: 0 10px;
    list-style-type: none;
    position: relative;
}

.nav li.current_page_item a,
.nav li.current-menu-item a,
.nav li.current-category-ancestor a,
.nav li.current_page_ancestor a,
.nav li.current-post-parent a {
    color: #989898;
}

.nav li a {
    font-size: 15px;
    color: #333333;
    float: left;
}

.nav li ul,
#mobile_menu {
    background: #fff url(images/dropdown-bg.png) no-repeat bottom;
    padding: 0 0 10px 0;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    -moz-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.nav li ul li ul {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
}

.nav li ul li a,
#mobile_menu a {
    width: 196px;
    padding: 10px 10px 10px 30px;
    background: url(images/dropdown-arrow.png) no-repeat 20px 17px;
}

.size-full {
    width: 100%;
    height: auto
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.aligncenter {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: block
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

img.aligncenter {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: block
}

img.alignrightbottom {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
}

img.size-ful {
    width: auto;
    max-width: 100%;
    height: auto;
}


/*------------------------------------------------*/


/*---------------[DEFAULT DROPDOWN SETTINGS]------*/


/*------------------------------------------------*/

.nav ul {
    position: absolute;
    top: -999em;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 15;
}

.nav li {
    float: left;
    position: relative;
    z-index: 15;
}

.nav a {
    display: block;
    float: left;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
    left: 0px;
    top: 29px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
    top: -999em;
}

.nav li li:hover ul,
ul.nav li li.sfHover ul {
    left: 216px;
    top: 0px;
}

.nav li:hover ul,
.nav li li:hover ul {
    top: -999em;
}

.nav li li {
    display: block;
    padding: 0px;
    float: left;
    height: auto !important;
}

.nav li ul {
    width: 216px;
}

.nav li li a:link,
.nav li li a:visited {
    display: block;
    height: auto;
    float: left;
}

.nav li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.wpcf7-form-control.wpcf7-submit {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}


/*------------------------------------------------*/


/*----------------[FEATURED SLIDER]---------------*/


/*------------------------------------------------*/

#featured {
    width: 100%;
    margin-top: 23px;
    height: auto;
    position: relative;
}

#featured .menu_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    width: 700px;

}

#featured .menu_bottom a {
    display: block;
    margin: 0 0 0 auto;
    width: 200px;
    padding: 15px 10px 15px 20px;
    background: url(./images/olig/arrow_right_wh.png) no-repeat;
    background-position: 95% center;
    background-size: 20px auto;
    background-color: #384711;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    z-index: 10
}

#featured .menu_bottom a:hover {
    opacity: 0.8;
}

#featured #slides,
#featured ul.slides {
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    padding: 3px;
}


#slides .slide {
    position: relative;
}

#featured .slider_shadow {
    background-image: url(images/slider-shadow.png);
    width: 960px;
    height: 14px;
    display: block;
}

.slide .banner {
    position: absolute;
    width: 303px;
    height: 319px;
    background: url(images/slider-banner.png) no-repeat;
    top: 0px;
    padding: 30px 20px 0 96px;
    color: #525252;
    text-shadow: 1px 1px 0px #fff;
}

.slide .active {
    top: 90px;
}

.banner h2 {
    color: #a4a4a4;
    font-size: 38px;
    padding-bottom: 20px;
    line-height: 40px;
    display: block;
    height: 100px;
}

.banner span {
    top: 318px;
    left: 200px;
    height: 40px;
    display: block;
    background-image: url(images/slider-readmore-left.png);
    position: absolute;
}

.banner span a {
    background: url(images/slider-readmore-right.png) no-repeat right;
    height: 24px;
    font-family: Georgia;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-right: -17px;
    padding: 8px 15px;
    text-shadow: 1px 1px 0px #6c6c6c;
}

#switcher {
    width: 444px;
    float: right;
    margin-top: -65px;
}

#switcher .item {
    margin-right: 17px;
    float: left;
    height: 98px;
    width: 93px;
    background: url(images/slider-thumb-shadow.png) no-repeat bottom;
    position: relative;
}

.item div.wrap {
    cursor: pointer;
    background: #e4e4e4;
    border-bottom: 1px solid #7f7f7f;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 4px;
    width: 83px;
    height: 83px;
    position: absolute;
}

.item div.active {
    margin-top: -15px;
}

.item div span.image {
    width: 83px;
    height: 83px;
    display: block;
}

.item .hover {
    z-index: 10;
    background-image: url(images/slider-hover.png);
    display: none;
    position: absolute;
    top: -160px;
    left: -55px;
    width: 182px;
    height: 123px;
    padding: 15px;
    color: #525252;
    text-shadow: 1px 1px 0px #fff;
}

.item .hover span {
    color: #a4a4a4;
    font-size: 21px;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
}


/*------------------------------------------------*/


/*------------------[BASIC STYLES]----------------*/


/*------------------------------------------------*/

.bt20 {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tt20 {
    margin-top: 0px;
    margin-bottom: -10px;
    display: block;
}

.wp-caption {
    margin-bottom: 40px !important;
}

#quote {
    color: #333333;
    text-shadow: 1px 1px 0px #000;
    width: 925px;
    margin-top: 90px;
    padding: 25px 0 30px 35px;
}

#quote h2 {
    color: #5D8352;
    font-size: 30px;
    text-align: center;
}

#quote div {
    padding: 0 35px 20px 0;
}

#quote div span {
    color: #666;
    font-size: 18px;
    padding-top: 30px;
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 35px;
    text-align: center;
}

#strip-top {
    height: 39px;
}

#strip {
    background-color: #20160D;
}

#strip div {
    position: relative;
    width: 960px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    text-shadow: 1px 1px 0px #000;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

#strip div .arrow {
    position: absolute;
    top: 58px;
    left: 460px;
}

#strip2 {
    margin-top: 40px;
    background-color: #344801;
    color: #ffffff !important;
}

#strip2 div {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
}

#strip2 div .arrow {
    position: absolute;
    top: 58px;
    left: 49%;
}

#strip2 div h1 {
    color: #ffffff !important;
}

#strip2 div h2 {
    color: #ffffff !important;
    text-shadow: none !important;
}

#strip3 {
    margin-top: 0px;
    background-color: #344801;
    color: #ffffff !important;
}

#strip3 div {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    text-shadow: 1px 1px 0px #000;
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
}

#strip3 div .arrow {
    position: absolute;
    top: 58px;
    left: 48%;
}

#strip3 div h1 {
    color: #ffffff !important;
}

#strip3 div h2 {
    color: #ffffff !important;
    text-shadow: none !important;
}

#blurbs {
    /*width: 958px;*/
    width: 100%;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 auto;
    background: #fff url(images/blurbs-bg.png) repeat-x 0px 1px;
    padding: 60px 10px 60px 10px;
    display: flex;
    justify-content: center;
}

@media (max-width:767px) {
    #blurbs {
        flex-direction: column;
    }
}

#blurbs div {
    /*width: 220px;
    float: left;*/
    width: 30%;
    margin: 0 10px;
    /*background-repeat: no-repeat;
    background-position: top left;
    padding: 5px 0 0 55px;
    margin-left: 30px;*/
}

#blurbs div h4 {
    display: block;
    padding: 5px 10px;
    margin: 0 auto 20px auto;
    border-left: 3px solid #607C53;
    color: #607C53;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
}

#blurbs div span.titles {
    font-size: 18px;
    color: #000;
    display: block;
    padding-bottom: 10px;
}

#blurbs img {
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
}

#blurbs p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.post img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #c6d3c1;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.post h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 6px solid #B6C6AF;
    border-bottom: 1px solid #B6C6AF;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
}

.post h5 {

    margin-bottom: 20px;

    border-bottom: 1px solid #B6C6AF;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
}

@media (max-width:767px) {

    .post h4,
    .post h5 {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 28px;
    }
}

.right_img {
    width: 40%;
    margin: 30px 0 0 auto;
    display: block;
}

.post p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 40px auto;
}

.flex .left {
    margin-right: 16px;
}

.flex .right {
    margin-left: 16px;
}


.flex.half .left,
.flex.half .right {
    width: 49%;
}



@media (max-width:767px) {
    .flex {
        flex-direction: column;
    }

    .flex .left,
    .flex .right {
        margin-right: 0;
        margin-left: 0;
    }

    .flex.half .left,
    .flex.half .right {
        width: 100%;
    }

    .flex.ceo .right img {
        display: block;
        width: 60%;
        margin: 0 auto;

    }

}

.blurbs_shadow {
    width: 960px;
    background-image: url(images/blurbs-shadow.png);
    height: 8px;
    display: block;
}

.gallery-icon {
    width: 95%;
    height: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-icon img {
    width: 100%;
    height: auto;
}

table {
    /*box-sizing: border-box;*/
    width: 100%;
    height: auto;
    border-top: 1px solid #CECECE;
    /* border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE;*/
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

tr th,
tr td {
    padding: 16px;
    color: #000000;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;

}

tr th {
    background-color: #eaeaea;
    border-left: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    width: 30%
}

tr td {
    width: 70%;
    background-color: #ffffff;
    border-bottom: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}


@media (max-width:767px) {
    tr th {
        border-left: none;
    }

    tr td {
        border-right: none;
    }
}

tr td input,
tr td textarea {
    padding: 10px;
    width: 90%;
    height: auto;
    margin: 0 auto
}

.map {
    width: 100%;
    height: auto;
}

.map iframe {
    width: 100%;
    max-height: 300px;
}

.out_set {
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
}

.out_set .titles {
    display: block;
    padding: 10px;
    margin: 0 0 10px 0;

    text-align: center;
}

#footer {
    width: 960px;
    margin: 40px auto 0px auto;
    padding-top: 30px;
    text-align: center;
    color: #919191;
    font-size: 11px;
    height: auto;
    float: none;
    clear: both;
    display: block;
}

#footer a {
    color: #5e5b5b;
}

.contentsbox {
    width: 640px;
    margin: 40px auto 0px auto;
    height: auto;
    float: none;
    clear: both;
}

.contentsbox h2 {
    padding: 6px 0 20px 0;
    display: block;
    border-bottom: 1px solid #AFC4A4;
    line-height: 24px;
}

#content {
    background-image: url(images/content-bg.png);
    float: left;
    margin-bottom: 30px;
}

#content .content_wrap {
    background: url(images/content-bg-top.jpg) no-repeat top;
    float: left;
}

#content .full,
.full,
#content .full .full {
    background-image: none;
}

#content .content_wrap .content_wrap {
    background: url(images/content-bg-bottom.jpg) no-repeat bottom;
    float: left;
    padding-top: 20px;
}

#breadcrumbs {
    padding: 10px 0 25px 0;
    color: #686868;
    /*float: left;*/
    display: block;
}

#breadcrumbs a {
    color: #b6b6b6;
}

#breadcrumbs a:hover {
    color: #686868;
}

#breadcrumbs span {
    color: #686868;
}

#breadcrumbs span.separate {
    color: #b6b6b6;
    margin: 0 5px;
}

#sidebar {
    float: left;
    width: 250px;
    padding-left: 30px;
    padding-top: 10px;
    margin-top: 30px;
}

#sidebar .widget {
    margin-bottom: 30px;
    float: left;
}

.widget ul {
    padding-left: 13px;
}

.widget ul li {
    padding: 3px 0 3px 5px;
    list-style-image: url(images/bullet.png);
}

.widget ul li a {
    color: #525252;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #000;
}

.widget h3 {
    font-size: 16px;
    color: #5D8352;
    display: block;
    background: url(images/widget-line.png) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#search-bar {
    float: left;
}

#search-bar #searchinput {
    background: url(images/search-bg.png) no-repeat;
    width: 175px;
    height: 35px;
    border: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#posts {
    float: left;
    width: 640px;
    padding-right: 40px;
}

#posts_full {
    width: 960px;
}

#posts_full .post_full {
    width: 960px;
}

#posts .post {
    float: left;
    margin-bottom: 40px;
}

.post .text {
    float: left;
    width: 426px;
    font-size: 14px;
    line-height: 24px;
}

#posts .post .no_thumb {
    width: 640px;
}

.post h2,
.main-title {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #AFC4A4;
}

.post h2 a {
    color: #000;
}

.post .line {
    background: url(images/line.png) repeat-x bottom;
    height: 2px;
    display: block;
    margin: 5px 0;
}

.readmore {
    background-color: #344801;
    width: auto;
    height: 24px;
    display: block;
    float: right;
    margin-top: 10px;
}

.readmore a {
    background-color: #344801;
    margin-right: auto;
    height: auto;
    display: block;
    color: #414040;
    color: #fff;
    padding: 6px 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    text-align: center;
}

.readmore a:hover {
    background-color: #97A167;
}

.post .thumb {
    float: left;
    width: 194px;
    margin-right: 20px;
}

@media screen and (max-width:767px) {
    .post .thumb {
        float: none;
        width: 100%;
        margin-right: 0;
        height: auto;
        display: block;
        height: 250px;
        overflow: hidden;
        margin: 0 auto 16px auto;
    }

    .post .thumb img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

.thumb div {
    height: auto;
    float: left;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #a5a5a5;
    padding: 0px;
}

.thumb .shadow {
    margin-top: -15px;
    float: left;
    width: 194px;
    height: 5px;
    display: block;
    background-image: url(images/thumb-shadow.png);
}

.thumb div img a {
    border: none;
}

.post .postinfo {
    color: #b6b6b6;
}

.postinfo a {
    color: #686868;
}

.postinfo a:hover {
    color: #000;
}

.wp-pagenavi {
    float: right;
}


/*------------------------------------------------*/


/*-------------------[COMMENTS]-------------------*/


/*------------------------------------------------*/

#comment-wrap {
    padding: 30px 0 0 0;
    float: left;
}

li.depth-1 {
    padding: 30px 0px 5px 0px;
}

h3#comments {
    font-size: 24px;
    color: #000000;
}

.comment-icon {
    background: url(images/comment-bottom-bg.png) no-repeat bottom left;
    padding-bottom: 14px;
}

.comment-icon .post {
    padding: 3px 0px 0px;
}

div.authordata {
    width: 100px;
}

div.avatar {
    float: left;
    position: relative;
    padding: 6px 6px 10px 6px;
    background-image: url(images/comments-avatar-bg.png);
}

div.avatar span.overlay {
    background: url(images/comment-overlay.png) no-repeat;
    display: block;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.comment-wrap {
    float: left;
    margin-left: 14px;
}

.reply-container {
    display: block;
    float: right;
    margin-bottom: 15px;
    background: url(images/readmore-left2.png) no-repeat left;
    height: 27px;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 11px;
    line-height: 27px;
}

.reply-container a {
    float: left;
    display: block;
    background: url(images/readmore-right2.png) no-repeat right;
    padding: 0 10px 0 12px;
    height: 27px;
    color: #282828;
}

.reply-container a:hover {
    text-decoration: none;
    color: #383838;
}

li.depth-1 .comment-wrap {
    width: 557px;
}

li.depth-2 .comment-wrap {
    width: 475px;
}

li.depth-3 .comment-wrap {
    width: 393px;
}

li.depth-4 .comment-wrap {
    width: 311px;
}

ol.commentlist {
    list-style: none outside none;
    padding-top: 8px;
}

ol.commentlist ul {
    list-style: none outside none;
}

.commentlist li.comment li {
    background: none;
    padding: 0px;
}

.commentlist li.comment ul {
    margin: 8px 0px 8px 82px;
}

#respond {
    padding-top: 25px;
}

.comment #respond {
    padding-left: 0px;
    padding-top: 5px;
}

#commentform textarea#comment {
    width: 88%;
}

#commentform input[type=text] {
    width: 40%;
}

li.comment #respond textarea {
    width: 88% !important;
}

li.comment #respond input[type=text] {
    width: 50% !important;
}

#respond h3#comments {
    background: none;
    margin: 0px;
    padding: 0px;
}

.comment-author {
    padding-top: 2px;
}

.comment-author .comment-meta,
.comment-author .comment-meta a {
    color: #9e9e9e;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, serif;
}

.comment-author .comment-meta a:hover {
    text-decoration: none;
}

span.fn,
span.fn a {
    color: #000000;
    font-size: 20px;
}

span.fn a:hover {
    text-decoration: none;
}

.comment-content {
    padding-top: 5px;
}


/*------------------------------------------------*/


/*-------------------[GALLERY]--------------------*/


/*------------------------------------------------*/

#posts .gallery_item {
    width: 194px;
    margin: 0 22px 44px 22px;
}

#posts .gallery_item .thumb {
    position: relative;
}

#posts .gallery_item .thumb .readmore {
    position: absolute;
    left: 67px;
    top: 148px;
    display: none;
}

#posts .gallery_item .thumb .readmore a {}

.gallery_full {
    width: 610px;
    border: 10px solid #e7e7e7;
    margin: 20px 0;
}

#sidebar .widget {
    width: 250px;
}

.post ul {
    list-style-type: disc;
    margin: 10px 0px 10px 20px;
}

.post ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 0px 10px 2px;
}

.post ul li ul,
.post ul li ol {
    margin: 2px 0px 2px 20px;
}

.post ol li ul,
.post ol li ol {
    margin: 2px 0px 2px 35px;
}

#about-image {
    float: left;
}


/*------------------------------------------------*/


/*------------[CAPTIONS AND ALIGNMENTS]-----------*/


/*------------------------------------------------*/

div.post .new-post .aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
}

.wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}


/*------------------------------------------------*/


/*-----------------[WP CALENDAR]-----------------*/


/*------------------------------------------------*/

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

#wp-calendar a:hover {
    text-decoration: underline;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
    padding: 3px 5px;
    color: #9f9f9f;
}

#wp-calendar td#today {
    color: #ffffff;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

strong {
    font-weight: bold;
    color: #1c1c1c;
}

cite,
em,
i {
    font-style: italic;
}

pre,
code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    color: #666666;
    background: #e6e6e6;
    font-style: italic;
    border: 1px solid #dcdcdc;
}

blockquote p {
    padding-bottom: 0px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#posts .post {
    width: 100%;
}

#posts .gallery_item {
    width: 194px;
    margin: 0 22px 44px 22px;
}

#et_contact_left {
    margin-bottom: 20px;
}

#et_contact_submit,
#et_contact_reset {
    margin-top: 15px;
}

.et-protected-form p {
    margin-top: -15px !important;
}

p#et-search-word {
    margin-bottom: -12px !important;
    margin-top: -15px !important;
}

.post .postinfo {
    display: block;
}

.post .text {
    min-height: 80px;
}

.et_embedded_videos {
    display: none !important;
}

.js #featured #slides {
    background: #E5E5E5 url(images/ajax-loader.gif) no-repeat center;
}

.js .et_default_slider .slide {
    display: none;
}

h1,
h2,
h3,
#quote div span,
#blurbs div span.titles,
h5,
.hover span,
.fn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-shadow: none;
}

/*h2,
h3,
#quote div span,
.hover span,
.fn {
    text-shadow: 1px 1px 0px #fff;
}*/

.banner h2,
.item .hover span {
    font-style: normal;
    font-weight: lighter;
}

.slider_small_overlay,
.slider_overlay {
    position: absolute;
    display: block;
}

.slider_overlay {
    background: url(images/slider-overlay.png) no-repeat;
    width: 954px;
    height: 375px;
    top: 0;
    left: 0;
    display: block;
}

.slider_small_overlay {
    background: url(images/slider-thumb-overlay.png) no-repeat;
    width: 83px;
    height: 83px;
    top: 4px;
    left: 4px;
}

.flexslider .slide .banner {
    top: 90px;
}

.et-box-content p {
    padding-bottom: 15px;
    padding-top: 0;
}

#switcher {
    z-index: 30;
    position: relative;
}

#content.full,
#content.full .content_wrap {
    width: 100%;
    background-image: none;
}

#posts.post_full {
    width: 100%;
}

h1.title {
    margin-top: 20px;
}

body.home #content {
    margin-top: 40px;
}

#posts.et_gallery_category.full {
    width: 960px;
}

.twoclum {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blurbs {
    width: 958px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 auto;
    background: #fff url(images/blurbs-bg.png) repeat-x 0px 1px;
    padding: 35px 0 40px 0;
    height: auto;
    overflow: hidden;
}

.wg {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid #D7D5D5;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #484948;
}

.t-left a {
    color: #5D7325;
    text-decoration: underline;
}

.t-right a {
    color: #5D7325;
    text-decoration: underline;
}

.twoclum .t-left {
    width: 45%;
    height: auto;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-right: 20px;
}

.twoclum .t-right {
    width: 45%;
    height: auto;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.twoclum .t-left p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.twoclum .t-right p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentsbox p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #333;
}

.footspace {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
    background-color: #20160D;
}

.in_foot {
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.footbox_logo {
    width: 52%;
    height: auto;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.footbox_logo a {
    display: block;
}

.footbox_logo .sns {
    display: block;
    width: 30%;
    margin: 30px auto 0 auto;
}

.footbox_logo .sns img {
    width: 100%;
    height: auto;

}

.footbox {
    width: 20%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.footbox ul li {
    list-style-type: square !important;
    color: #000;
    margin-top: 5px;
    padding-bottom: 5px;
}

.footbox ul li a {
    color: #ffffff;
    font-size: 14px;
}

.t-left p {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.t-right p {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.headimgs {
    width: 960px;
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}

.waku {
    width: 960px;
    height: 225px;
    background-image: url(images/olig/waku.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: -225px;
    left: 0px;
}


/*------------------------------------------------*/


/*-------------------[COMMENTS]-------------------*/


/*------------------------------------------------*/

#comment-wrap {
    padding: 30px 0 0 0;
    float: left;
}

li.depth-1 {
    padding: 30px 0px 5px 0px;
}

h3#comments {
    font-size: 24px;
    color: #000000;
}

.comment-icon {
    background: url(images/comment-bottom-bg.png) no-repeat bottom left;
    padding-bottom: 14px;
}

.comment-icon .post {
    padding: 3px 0px 0px;
}

div.authordata {
    width: 100px;
}

div.avatar {
    float: left;
    position: relative;
    padding: 6px 6px 10px 6px;
    background-image: url(images/comments-avatar-bg.png);
}

div.avatar span.overlay {
    background: url(images/comment-overlay.png) no-repeat;
    display: block;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.comment-wrap {
    float: left;
    margin-left: 14px;
}

.reply-container {
    display: block;
    float: right;
    margin-bottom: 15px;
    background: url(images/readmore-left2.png) no-repeat left;
    height: 27px;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 11px;
    line-height: 27px;
}

.reply-container a {
    float: left;
    display: block;
    background: url(images/readmore-right2.png) no-repeat right;
    padding: 0 10px 0 12px;
    height: 27px;
    color: #282828;
}

.reply-container a:hover {
    text-decoration: none;
    color: #383838;
}

li.depth-1 .comment-wrap {
    width: 557px;
}

li.depth-2 .comment-wrap {
    width: 475px;
}

li.depth-3 .comment-wrap {
    width: 393px;
}

li.depth-4 .comment-wrap {
    width: 311px;
}

ol.commentlist {
    list-style: none outside none;
    padding-top: 8px;
}

ol.commentlist ul {
    list-style: none outside none;
}

.commentlist li.comment li {
    background: none;
    padding: 0px;
}

.commentlist li.comment ul {
    margin: 8px 0px 8px 82px;
}

#respond {
    padding-top: 25px;
}

.comment #respond {
    padding-left: 0px;
    padding-top: 5px;
}

#commentform textarea#comment {
    width: 88%;
}

#commentform input[type=text] {
    width: 40%;
}

li.comment #respond textarea {
    width: 88% !important;
}

li.comment #respond input[type=text] {
    width: 50% !important;
}

#respond h3#comments {
    background: none;
    margin: 0px;
    padding: 0px;
}

.comment-author {
    padding-top: 2px;
}

.comment-author .comment-meta,
.comment-author .comment-meta a {
    color: #9e9e9e;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, serif;
}

.comment-author .comment-meta a:hover {
    text-decoration: none;
}

span.fn,
span.fn a {
    color: #000000;
    font-size: 20px;
}

span.fn a:hover {
    text-decoration: none;
}

.comment-content {
    padding-top: 5px;
}


/*------------------------------------------------*/


/*-------------------[GALLERY]--------------------*/


/*------------------------------------------------*/

#posts .gallery_item {
    width: 194px;
    margin: 0 22px 44px 22px;
}

#posts .gallery_item .thumb {
    position: relative;
}

#posts .gallery_item .thumb .readmore {
    position: absolute;
    left: 67px;
    top: 148px;
    display: none;
}

#posts .gallery_item .thumb .readmore a {}

.gallery_full {
    width: 610px;
    border: 10px solid #e7e7e7;
    margin: 20px 0;
}

#sidebar .widget {
    width: 250px;
}

.post ul {
    list-style-type: disc;
    margin: 10px 0px 10px 20px;
}

.post ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 0px 10px 2px;
}

.post ul li ul,
.post ul li ol {
    margin: 2px 0px 2px 20px;
}

.post ol li ul,
.post ol li ol {
    margin: 2px 0px 2px 35px;
}

#about-image {
    float: left;
}


/*------------------------------------------------*/


/*------------[CAPTIONS AND ALIGNMENTS]-----------*/


/*------------------------------------------------*/

div.post .new-post .aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
}

.wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}


/*------------------------------------------------*/


/*-----------------[WP CALENDAR]-----------------*/


/*------------------------------------------------*/

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

#wp-calendar a:hover {
    text-decoration: underline;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
    padding: 3px 5px;
    color: #9f9f9f;
}

#wp-calendar td#today {
    color: #ffffff;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

strong {
    font-weight: bold;
    color: #1c1c1c;
}

cite,
em,
i {
    font-style: italic;
}

pre,
code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    color: #666666;
    background: #e6e6e6;
    border: 1px solid #dcdcdc;
}

blockquote p {
    padding-bottom: 0px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#posts .post {
    width: 100%;
}

#posts .gallery_item {
    width: 194px;
    margin: 0 22px 44px 22px;
}

#et_contact_left {
    margin-bottom: 20px;
}

#et_contact_submit,
#et_contact_reset {
    margin-top: 15px;
}

.et-protected-form p {
    margin-top: -15px !important;
}

p#et-search-word {
    margin-bottom: -12px !important;
    margin-top: -15px !important;
}

.post .postinfo {
    display: block;
}

.post .text {
    min-height: 80px;
}

.et_embedded_videos {
    display: none !important;
}

.js #featured #slides {
    background: #E5E5E5 url(images/ajax-loader.gif) no-repeat center;
}

.js .et_default_slider .slide {
    display: none;
}

h1,
h2,
h3,
#quote div span,
#blurbs div span.titles,
h5,
.hover span,
.fn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*h2,
h3,
#quote div span,
.hover span,
.fn {
    text-shadow: 1px 1px 0px #fff;
}*/

.banner h2,
.item .hover span {
    font-style: normal;
    font-weight: lighter;
}

.slider_small_overlay,
.slider_overlay {
    position: absolute;
    display: block;
}

.slider_overlay {
    background: url(images/slider-overlay.png) no-repeat;
    width: 954px;
    height: 375px;
    top: 0;
    left: 0;
    display: block;
}

.slider_small_overlay {
    background: url(images/slider-thumb-overlay.png) no-repeat;
    width: 83px;
    height: 83px;
    top: 4px;
    left: 4px;
}

.flexslider .slide .banner {
    top: 90px;
}

.et-box-content p {
    padding-bottom: 15px;
    padding-top: 0;
}

#switcher {
    z-index: 30;
    position: relative;
}

#content.full,
#content.full .content_wrap {
    width: 100%;
    background-image: none;
}

#posts.post_full {
    width: 100%;
}

h1.title {
    margin-top: 20px;
}

body.home #content {
    margin-top: 40px;
}

#posts.et_gallery_category.full {
    width: 960px;
}

.wpcf7-form p .wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 20px auto;
    background-color: #344801;
    color: #fff;
    width: 40%;
    padding: 10px 30px;
}


/* 2022 追加　*/

.wood_warp {
    width: 100%;
    padding: 0 0 80px 0;
    position: relative;
    box-sizing: border-box;
}

.wood_warp img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.wood_warp .wrapper {
    background-color: #fff;
    padding: 32px;
    box-shadow: 1px 2px 10px rgb(196, 195, 195);
}

.wood_warp h2 {
    width: 40%;
    font-size: 22px;
    text-align: center;
    display: block;
    position: relative;
    color: #5d8352;
    font-weight: bold;
    padding: 20px 0;
    margin: 40px auto 40px auto;
}

.wood_warp h2::before,
.wood_warp h2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #60431d;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .wood_warp .wrapper {
        width: 85%;
        padding: 0px;
    }

    .wood_warp h2 {
        width: 60%;
        font-size: 18px;
        margin: 20px auto;
    }

    .wood_warp h2::before,
    .wood_warp h2::after {
        width: 50px;
    }
}

.wood_warp h2::before {
    left: 0;
}

.wood_warp h2::after {
    right: 0;
}

h2.woodblog {
    margin: 120px auto 40px auto;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    h2.woodblog {
        margin: 60px auto 20px auto;
    }
}

.particle {
    position: fixed;
    top: 30px;
    width: auto;
}

.parallax1 {
    position: fixed;
    left: -200px;
    top: 0;
    width: 1000px !important;
    height: auto;
    z-index: -1;
}

.parallax2 {
    position: fixed;
    top: auto;
    right: -100px !important;
    bottom: 0px;
    width: 500px !important;
    height: auto;
    z-index: -1;
}

#posts {
    word-wrap: break-word;
}



/* ----- 2023 -----*/
.wood_warp.min {
    width: 50%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.wood_warp.min h2::before,
.wood_warp h2::after,
.wood_warp.min h2::before,
.wood_warp h2::before {
    width: 50px;
}

.wood_warp.min .wrapper.news {
    width: 100%;
    padding: 20px 20px 10px 20px;
}

.wood_warp.min .wrapper.news .top_post:first-child {
    border-top: none;
}

.wood_warp.min .wrapper.news .top_post {
    padding: 0;
}

.wood_warp.min .wrapper.news .top_post li a {
    display: block;
    padding: 10px;
}

.wood_warp.min .wrapper.news .top_post.flexs li:first-child img {
    width: 100%;
    height: auto;
}

.wood_warp.min .wrapper.news .top_post.flexs li:first-child {
    width: 15%;
}

.wood_warp.min .wrapper.news .top_post.flexs li:last-child {
    width: 85%;
    padding: 10px;

}

.wood_warp.min .wrapper.news .top_post.flexs li:first-child a {
    padding: 0;
}

.wood_warp.min .wrapper.news .top_post li:last-child a {
    padding: 0;
}

.wood_warp.min .wrapper.news .top_post li:last-child .flexs {
    display: flex;
    align-items: center;
    width: 100%;
}

.wood_warp.min .wrapper.news .top_post li:last-child .flexs .cat a {
    margin-left: 16px;
    width: auto;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.wood_warp.min .wrapper.news .top_post li:last-child .flexs .cat.news a {
    background-color: #5d8352;
}

.wood_warp.min .wrapper.news .top_post li:last-child .flexs .cat.blog a {
    background-color: #60431d;
}

.wood_warp.min .wrapper.news .top_post li:last-child .flexs .cat.event a {
    background-color: #e48352;
}

.wood_warp.min .wrapper.news .top_post.flexs li:last-child h3 {
    padding: 24px 0 0 0;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.wood_warp.min .top_post.flexs::after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 20px;
    background: url(./images/material/arrow.svg) no-repeat;
    background-size: auto;
    background-size: 30px auto;
    animation-name: faderight;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



/* ----- 2023 -----*/
@media (max-width:767px) {

    /*.xo-slider-template-default .swiper-slide img{
        width: auto;
        height: 100svh;
    }*/
    .swiper {
        height: 100dvh;
    }

    .slide-content-button {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
    }


    /*.xo-slider-template-default .slide-content-button a{
	display: block !important;
	margin: 8px auto;
	padding: 10px;
	text-align: center;
	max-width:250px
}*/

    .wrapper_head.sp {
        margin: 75px auto 0 auto;
    }

    #featured {
        margin-top: -75px;
        height: auto;
        position: relative;
    }

    #featured .menu_bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    #featured .menu_bottom a {
        width: 100px;
        font-size: 14px;
    }

    .logoarea {
        width: 100%;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 10px 10px 5px 10px;
        justify-content: flex-start;
    }

    .logoarea .flex {
        display: none;
    }

    #logo h1 a img {
        width: auto !important;
        max-height: 50px;
    }

    .infomatin_head img {
        width: auto !important;
        max-height: 30px;
    }

    .infomatin_head {
        max-height: 50px;
    }

    .logoarea #logo {
        width: 30%;
    }

    .logoarea .infomatin_head {

        width: 40%;

        margin-left: 20px;
    }

    #navwrap {
        display: none;
    }


    .hamburger {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 999;
        cursor: pointer;
    }

    .menuname {
        width: 100%;
        height: 20px;
        position: relative;
        font-size: 10px;
        color: #60431d;
    }

    .menuname:after {
        content: 'MENU';
        position: absolute;
        top: -20px;
        right: 0;
    }

    .active .menuname:after {
        content: 'CLOSE';
        position: absolute;
        top: -20px;
        right: 0;
    }

    .hamburger span {
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #60431d;
        transition: .5s;
        /* 追記 */
    }

    .hamburger span:first-of-type {
        /* ハンバーガーメニューの1番目の線 */
        top: 0;
    }

    .hamburger span:nth-of-type(2) {
        /* ハンバーガーメニューの2番目の線 */
        top: 50%;
    }

    .hamburger span:last-of-type {
        /* ハンバーガーメニューの3番目の線 */
        top: 100%;
    }

    .slide-menu {
        position: fixed;
        right: 0;
        left: 0;
        top: 75px;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        background-color: rgba(96, 67, 29, 0.8);
        transition: ease .4s;
    }

    .slide-menu {
        padding: 20px;
    }

    .slide-menu ul {
        width: 90%;
    }

    .slide-menu li {
        color: #fff;
        line-height: 400%;
        text-align: left;

    }

    .slide-menu li a {
        display: block;
        background: url(./images/sp/sp_menu_ico.png) no-repeat;
        background-position: left center;
        background-size: 15px auto;
        padding: 0 0 0 30px;
        color: #fff;
        font-size: 15px;
    }

    .slide-menu .flex {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 30px 0 0 0;
    }

    .slide-menu .flex .left img,
    .slide-menu .flex .right img {
        width: 100%;
        height: auto;
    }

    .slide-menu .flex .left img,
    .slide-menu .flex .item img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .slide-menu .flex .left {
        /*width: 80%;*/
        width: 53%;
    }
    .slide-menu .flex .right {
       /* width: 13%;*/
       width: 46%;
    }
    .slide-menu .flex .item{
        width: 47%;
    }
    .slide-menu .sp_btn{
        background-color: #d12c25;

    }
    .slide-menu .sp_btn a{
        background-color: #d12c25;

    }

    
   

    .slide-menu .flex .left a {
        display: block;
        background-color: #d12c25;
        padding: 15px 10px;
    }

    

    .hamburger.active span:first-of-type {
        /* ハンバーガーメニューの1番目の線 */
        top: 50%;
        transform: rotate(405deg);
    }

    .hamburger.active span:nth-of-type(2) {
        /* ハンバーガーメニューの2番目の線 */
        opacity: 0;
        /* 透明にする */
    }

    .hamburger.active span:last-of-type {
        /* ハンバーガーメニューの3番目の線 */
        top: 50%;
        transform: rotate(-405deg);
    }

    .slide-menu.active {
        transform: translateX(0);
        z-index: 100;
    }

    .wood_warp.min {
        width: 90%;
    }

    .wood_warp.min .wrapper.news {
        width: 85%;
    }

    .wood_warp.min .wrapper.news .top_post:first-child,
    .wood_warp.min .wrapper.news .top_post.flexs {
        flex-direction: row;
        align-items: center;
    }

    .wood_warp.min .wrapper.news .top_post.flexs li:last-child h3 {
        padding: 12px 0 0 0;
        font-size: 14px;
    }

    .wood_warp.min .top_post.flexs::after {
        background-size: 20px auto;
        right: 0px;
    }
}

@media (min-width:768px) {

    .hamburger,
    .slide-menu {
        display: none;
    }
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}



@media (min-width:768px) and (max-width:1180px) {
    .wood_warp.min {
        width: 60%;
        max-width: auto;

    }

    .nav li a {
        font-size: 13px;
    }

    .wood_warp.min .wrapper.news .top_post:first-child,
    .wood_warp.min .wrapper.news .top_post.flexs {
        flex-direction: row;
        align-items: center;
    }

    .wood_warp.min .wrapper.news .top_post.flexs li:last-child h3 {
        padding: 12px 0 0 0;
        font-size: 14px;
    }

    .wood_warp.min .top_post.flexs::after {
        background-size: 20px auto;
        right: 0px;
    }
}


.top_post .flexs {
    margin: 0 auto;

}

.top_post.flexs {
    display: flex;
    justify-content: space-between;


}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post.flexs {
        flex-direction: column;
    }
}

.top_post.flexs li:first-child {
    width: 150px;
    max-width: 15%;
}

.top_post.flexs li:first-child {
    padding: 0;
    margin: 0;
}

.top_post.flexs li:last-child {
    width: 80%;
}

.top_post.flexs li:first-child img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post.flexs li:first-child {
        width: 100%;
        max-width: 100%;
    }

    .top_post.flexs li:last-child {
        width: 100%;
    }

    .top_post.flexs li:first-child img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
}

.top_post.flexs li:last-child time {
    font-size: 12px;
}

.top_post.flexs li:last-child h3 {
    display: block;
    font-size: 18px;
    padding: 24px 0;
    color: #5d8352;
}

.top_post.flexs li:last-child p {
    font-size: 14px;
    line-height: 24px;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {

    .top_post.flexs li:last-child time,
    .top_post.flexs li time {
        display: block;
        padding: 0;
    }

    .top_post.flexs li:last-child h3 {
        line-height: 24px;
        font-size: 16px;
    }
}

.top_post.flexs li:last-child img {
    display: block;
    margin: 16px auto;
}

.top_post.first_post.flexs {
    margin: 0 auto 30px auto;
}

.top_post.first_post.flexs li:last-child a {
    text-decoration: underline;
    color: #5d8352;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post.first_post.flexs li {
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }
    .slide-menu .flex {
        flex-direction: row;
    }
}

.top_post:not(.first_post).flexs {
    border-top: 1px dashed #ccc;
    padding: 24px 0;
    position: relative;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post:not(.first_post).flexs {
        padding: 0;
    }

    .top_post:not(.first_post).flexs li {
        z-index: 2;
    }
}

.wrapper.blog .top_post.flexs:first-child {
    border-top: none;
    padding: 0 0 24px 0;
}

.top_post:not(.first_post).flexs:last-child {
    padding: 24px 0 0 0;
    position: relative;
}

.top_post:not(.first_post).flexs::after {
    position: absolute;
    content: '';
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    background: url(./images/material/arrow.svg) no-repeat;
    background-size: 40px auto;
    animation-name: faderight;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post:not(.first_post).flexs::after {
        /*top: auto;
        right: 30px;
        width: 30px;
        height: 20px;
        background: url(./images/material/arrow.svg) no-repeat;
        background-size: 30px auto;*/
        /*position: absolute;
    content: '';
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    background: url(./images/material/arrow.svg) no-repeat;*/
        position: absolute;
        content: '続きを読む';
        background: url();
        top: auto;
        right: 12px;
        bottom: 16px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #274000;
        color: #fff;
        font-size: 12px;
        animation: none;
        z-index: 1;
    }
}

.top_post:not(.first_post).flexs li a {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out;
    z-index: 3;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {
    .top_post:not(.first_post).flex li a {
        padding: 0 20px 60px 20px;
        box-sizing: border-box;
    }
}

.top_post:not(.first_post).flex li a:hover {
    opacity: 0.6;
}

.top_post:not(.first_post).flex h3,
.top_post:not(.first_post).flex p {
    width: 90%;
}


/*@media screen and (max-width:767px) {*/

@media screen and (max-width:834px) and (orientation: portrait) {

    .top_post:not(.first_post).flex h3,
    .top_post:not(.first_post).flex p {
        width: 100%;
    }

    .top_post:not(.first_post).flex h3,
    .top_post.flexs li:last-child h3 {
        line-height: 24px;
        font-size: 16px;
        padding: 8px 0;
    }

    .top_post:not(.first_post).flex li:first-child a {
        padding: 16px;
    }

    .top_post:not(.first_post).flex:last-child {
        padding: 0;
    }
}

.an5-faderight {
    background-color: #ff7f50;
    font-size: 30px;
    font-weight: bold;
    animation-name: faderight;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(20px);
    }
}

.bunner{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 80px 0;
}

.bunner ul{
display: flex;
  justify-content: center;
}


@media screen and (max-width:767px) {
.bunner ul{
flex-direction: column;
	
}
}

.bunner ul li a{
	display:block;
	text-align: center;
}
.bunner ul li a img{
	width:100%;
	height:auto
}
.bunner ul li{
	margin: 0 5px;
	width: 25%;
}
.bunner ul.pcm{
	margin: 20px auto 0 auto;
}


@media screen and (max-width:767px) {
.bunner ul li{
flex-direction: column;
margin: 10px auto;
width: 80%;
}
.bunner ul.pcm{
margin: 10px auto;
}
}

.bunner-main img{
    width: 100%;
    height: auto;
}
.bunner-main{
    display: flex;
    justify-content: space-between;
    margin: 20px auto 50px auto;
}

.bunner-main ul.left{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bunner-main ul.left li{
  
    width: 100%;
}
.bunner-main ul.left li a,
.bunner-main ul.right li a
{
    display: block;
}
.bunner-main ul.right{
    width: 62%;
}

@media screen and (max-width:767px) {
    .bunner-main{
        flex-direction: column;
        width: 90%;
       
    
    }
    .bunner-main ul.left{
        display: block;
    }
    .bunner-main ul.left li{
        margin: 5px auto;
    }
    .bunner-main ul.left,
    .bunner-main ul.right{
        width: 100%;
    }

}


.bunner-one{
    width:100%;
	max-width: 700px;
	margin: 0 auto 30px auto;
	display: block;
}
.bunner-one a{
	display: block;
}
.bunner-one a img{
	width:100%;
	height:auto;
}

@media screen and (max-width:767px) {
.bunner-one{
	width:90%;
	max-width: 100%;
	  margin: 0 auto;
}

}

/*----20251113 ----*/
.bunner-min{
width: 100%;
  margin: 0 auto 30px auto;
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bunner-min li {
  width: 48.5%;
  margin: 5px 0;
}
.bunner-squ {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 10px auto;
}


.bunner-squ ul.left,
.bunner-squ ul.right{
	width: 48.5%;
}

.bunner-squ ul.left li a img,
.bunner-squ ul.right li a img,
.bunner-min li a img{
	width: 100%;
	height:auto;
	
}
@media screen and (max-width:767px) {
    .sp_none{
        display: none;
    }
    .bunner-squ,
	.bunner-min{
        flex-direction: column;
        width: 90%;
    }
	.bunner-squ ul.left,
	.bunner-squ ul.right,
	.bunner-min li{
		width:100%
		
	}
	.bunner-squ ul.left{
	margin: 0 0 10px 0;
}
.bunner-min li{
	margin: 0 0 5px 0;
}
	
}

@media screen and (min-width:768px) {
    .sp_none{
        display: block;
    }


}

