﻿
.font_serif {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
/* color */
.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #231815} /* メインカラー */
.txt_color2{color: #fce5d6} /* サブカラー */
.txt_color3{color: #006400} /* アクセントカラー1 */
.txt_color4{color: #e8e8e8} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f5f545} /* メインカラー */
.bg_color2{background-color: #fce5d6} /* サブカラー */
.bg_color3{background-color: #006400} /* アクセントカラー1 */
.bg_color4{background-color: #e8e8e8} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #f5f545}
.border_color2{border-color: #fce5d6}
.border_color3{border-color: #006400}
.border_color4{border-color: #e8e8e8}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f5f545} /* メインカラー */
.hvr_txt_color2:hover{color: #fce5d6} /* サブカラー */
.hvr_txt_color3:hover{color: #006400} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #e8e8e8} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f5f545} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fce5d6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #006400} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #e8e8e8} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f5f545}
.hvr_border_color2:hover{border-color: #fce5d6}
.hvr_border_color3:hover{border-color: #006400}
.hvr_border_color4:hover{border-color: #e8e8e8}






#header .tel .txt_white, #main_nav .txt_white, #bottom_menu .txt_white, #page-top .txt_white, #copyright, .linkStyle {
    color: #231815;
}
#page-top .border_color2, #cms_2-a .border_color1, #cms_2-d .cate_wrap  .border_color1 {
    border-color: #006400;
}
h2, h3 {
  font-weight: bold;
}
#all {
  margin-top: -50px;
}
#news_list {
    border-color: #006400;
}
.column_7 .column {
    width: 16.285%!important;
    box-sizing: border-box;
}

.column_7 .column .pd_10px {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
}
#intro .mg_b-100px {
    margin: -50px 150px 80px;
}
footer {
	background-image: url("./Dup/img/footer.jpg");
	background-size: 100% 100%;
}
#contents {
	background-image: url("./Dup/img/contents_back2.jpg");
	background-size: 100% 100%;
}

.bg_color2 {
background-color: #f9f1e9;
background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}
.more .bg_color3 {
    background-color: rgba(0,0,0,0);
}
#top_cms .more {
    border: none;
}
#top_cms .more a {
    width: 120px;
    height: 120px;
}
.cms_6-b .box_txt1, #cms_6-b .bg_color1, #cms_5-a .bg_color1, .all8 .box .bg_color1  {
   background-color: #006400;
}

.more, .bannar2 img {
transition: all 2s;
}
.more:hover {
transform: scale(1.3,1.3);
}
/*.more:hover, .bannar2 img:hover {
transform: scale(1.3,1.3);
}*/
#top_cms .border_color1, #page8 .border_color2 {
   border-color: #006400;
}
#cms_2-a #cate1 .cate_txt1 {
    background-color: rgba(245, 245, 69, 0.3);
    border-radius: 5px;
    width: 40%;
    padding: 15px 0 15px 15px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 10px rgba(245, 245, 69, 0.3);
    border: dashed 2px #ffffff;
    padding: 0.4em 0.5em;
    margin: 2em 0;
}
#cms_2-a #cate1 .cate_txt1 {
	position: relative;
}
#cms_2-a #cate1 .cate_txt1:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/blog.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    bottom: -12px;
    right: 3px;
    width: 100%;
    height: 60%;
}
#menu_bt .bar {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #231815;
    transition: all 0.3s;
}
#menu_bt .bar::before, #menu_bt .bar::after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #231815;
    transition: all 0.3s;
    position: absolute;
}
#menu_wrap .txt_white {
    color: #231815;
}
#tel_txt .txt_color2 {
    color: #006400;
}
#intro .d_inline_b {
	position: relative;
}
#intro .d_inline_b:before {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/sen.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	width: 100%;
	height: 150%;
	top: -50px;
	left: -135px;
}
#intro .d_inline_b:after {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/kome.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	width: 100%;
	height: 150%;
	top: -50px;
	right: -135px;
}
#contents .grid_5 .border_color4 {
     border-color: #231815;
}
#contents .grid_6 .txt_white {
   color: #231815;
}
#intro .d_flex {
    align-items: flex-start;
}

 .map {
	position: relative;
}
 .map:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/footer_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: -540px;
    right: 0px;
    width: 100%;
    height: 100%;
}
#cms_2-a .cate {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.width_1280-1000, #page_title {
    position: relative;
    z-index: 1;
}
#page-top {
    position: fixed;
    right: 10px;
    z-index: 100;
}
/* YouTube */
.yt{width: 800px;}
.video_cms{
	padding-bottom: 50.25%;
	height: 0;
}
.youtube {
    height: 784px;
    transform: translate(-50%, -50%) scale(1.4) !important;
}
#logo {
  text-align: left;
    width: 30%!important;
}
.logo h1 {
    max-width: 300px;
}
.head_bannar:hover {
  opacity: 0.7;
}
#footer {
	background-image: url("./Dup/img/footer_image.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
    margin: 0;
}
#top_cms h2 {
	position: relative;
}
#top_cms h2:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    width: 25%;
    height: 163%;
    bottom: 0px;
    left: 0px;
}
#top_cms .cms_title .txt_left span {
    left: 80px;
    position: relative;
}
#contents .grid_6_tb {
    background-color: rgba(0, 100, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

#page_title::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(./Dup/img/title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    opacity: 0.9;
}
#page_title::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 0;
}
#header .tel {
  text-align: center;
padding-left: 0px;
}
.tel .font_22 {
    font-size: 16px;
}
#header {
    position: relative;
}
.head_right {
    justify-content: flex-end !important;
}
.sns_lins .pd_10px {
    padding: 10px 5px;
}
#header .grid_3 {
  width: auto !important;
}
.head_bannar {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

#footer {
	position: relative;
    max-width: 2500px;
}

#footer:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/footer_ue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
    height: 92%;
    top: -228px;
    pointer-events: none;
}
#footer:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/footer_sita.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: -256px;
    pointer-events: none;
    z-index: -1;
}
footer #map {
    width: 100%;
    height: 350px;
}
footer #map iframe {
    width: 100%;
    height: 350px;
}
.youb {
    width: 100px;
    bottom: 280px;
    right: 100px;
}
.youb:hover {
  opacity: 0.7;
}
/*********ドロップダウン*****************/
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
ul#menu li {
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    padding: 5px;
    width: 200px;
    background-color: #006400;
    display: block;
    z-index: 2;
}
ul.child{
        display: none;
        position: absolute;
        margin-left: -5px;
        padding: 0;
}
ul.child li a{
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
}
li a:hover{
    background: #ff0000;
}


ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
ul#menu2 li {
    float: left;
    position: relative;
    margin: 0;
    padding: 5px;
    width: 300px;
    background-color: #f5f545;
    display: block;
    z-index: 2;
}
ul.child2{
        display: none;
        position: absolute;
        margin-left: -5px;
        padding: 0;
}
ul.child2 li a{
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
    color: #231815;
}
li a:hover{
    background: #ff0000;
}
/*************************************/
/*****IE********/
@media all and (-ms-high-contrast: none) {
#cms_2-a .cate .cate_title {
    padding-top: 11px !important;
}
/*@media all and (-ms-high-contrast:none)*/
#cms_2-d .cate .cate_title {
    padding-top: 11px !important;
}
#main_nav ul li a {
    padding: 10px 10px 8px !important;
}
#cms_6-b .cate .cate_title {
    padding: 6px 5px 5px !important;
}

#cms_6-b .cate .box_txt1 {
    padding: 10px 10px 10px !important;
}
#cms_5-a .cate .cate_title span:last-of-type {
    padding-top: 0px !important;
}
.box_wrap .box p a {
    padding-top: 11px !important;
}

#cms_6-b .cate .box_txt2 {
    padding: 10px 10px 10px !important;
}

}
@media screen and (max-width: 1090px){
#footer:after {
    width: 100%;
    height: 100%;
    top: -254px;
}
}
@media screen and (max-width: 1081px){
#footer:after {
    width: 100%;
    height: 100%;
    top: -241px;
}
}
@media screen and (max-width: 1026px) {
#footer:after {
    width: 100%;
    height: 100%;
    top: -231px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 1366px){
#intro .d_inline_b:before {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/sen.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	width: 100%;
	height: 100%;
	top: 70px;
	left: -135px;
}
#intro .d_inline_b:after {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/kome.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	width: 100%;
	height: 100%;
	top: 70px;
	right: -135px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/* YouTube */
.yt{width: 100%;}
#intro .mg_b-100px {
    margin: 0px 0px 80px !important;
    font-size: 27px !important;
}
#cms_2-a #cate1 .cate_txt1 {
    background-color: rgba(245, 245, 69, 0.3);
    border-radius: 5px;
    width: 67%;
    padding: 15px 0 15px 15px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 10px rgba(245, 245, 69, 0.3);
    border: dashed 2px #ffffff;
    padding: 0.4em 0.5em;
    margin: 2em 0;
}
#all {
    margin-top: -60px;
}
#page10 ul li a {
    background-color: #006400 !important;
}
#page10 ul li::before, #page10 ul li::after {
    background-color: #006400 !important;
}
#top_cms .more a {
    width: 120px;
    height: 120px;
    position: relative;
    top: 10px;
    left: -40px;
}
#cms_2-a #cate1 .cate_txt1:after {
    height: 90%;
}
#intro .d_inline_b:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/kome.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 100%;
    height: 100%;
    top: 70px;
    right: 5px;
}
#intro .d_inline_b:before {
	position: absolute;
	content: "";
	background-image: url("./Dup/img/sen.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	width: 100%;
	height: 100%;
	top: 70px;
	left: 5px;
}
.bannar2 {
        width: 60%!important;
}
.youtube {
    height: 784px;
    transform: translate(-50%, -50%) scale(1.0) !important;
}
 .map {
	position: relative;
}
 .map:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/footer_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: -500px;
    right: 0px;
    width: 100%;
    height: 100%;
}

#page_title::before {
    width: 70%;
    height: 100%;
}

#footer {
    background-image: url(./Dup/img/footer_image.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    margin: 0;
}
.tel .font_22 {
    font-size: 30px;
    margin-right: 40px;
}
#header .posi_rel {
    position: relative;
    top: -11px;
    right: -44%;
}
.head_right {
    padding-right: 30px;
}
#footer:before {
    top: -218px;
    pointer-events: none;
}
#footer:after {
    width: 100%;
    height: 100%;
    top: -177px;
}
ul#menu2 {
    position: relative;
    top: -30px;
}
.youb {
    width: 80px;
    bottom: 35px;
    right: 53%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* YouTube */
.video_cms {padding-bottom: 56.25%;}
#intro .mg_b-100px {
    margin: 0px 0px 45px !important;
    font-size: 20px !important;
}
#top_cms .more a {
    width: 90px;
    height: 90px;
}
#cms_2-a #cate1 .cate_txt1 {
    background-color: rgba(245, 245, 69, 0.3);
    border-radius: 5px;
    width: 94%;
    padding: 15px 0 15px 15px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 10px rgba(245, 245, 69, 0.3);
    border: dashed 2px #ffffff;
    padding: 0.4em 0.5em;
    margin: 2em 0;
}
#top_cms .more a {
    width: 120px;
    height: 120px;
    position: relative;
    top: -44px;
    left: -35px;
}
#cms_2-a #cate1 .cate_txt1:after {
    height: 50%;
    bottom: -6px;
}
#intro .d_inline_b:after {
    display: none;
    position: absolute;
    content: "";
    background-image: url(./Dup/img/kome.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 90%;
    height: 75%;
    top: 68px;
    right: 5px;
}
#intro .d_inline_b:before {
        display: none;
	position: absolute;
	content: "";
	background-image: url("./Dup/img/sen.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	width: 90%;
	height: 75%;
	top: 68px;
	left: 5px;
}
.bannar2 {
        width: 80%!important;
}
.youtube {
    height: 784px;
    transform: translate(-50%, -50%) scale(1.0) !important;
}
#top_cms .cms_title .txt_left span {
    left: 50px;
}
.head_bannar {
    position: fixed;
    top: 84px;
    right: 0px;
    width: 40%;
}
#header #logo {
    text-align: left;
    width: 60%!important;
}
#page_title::before {
    width: 80%;
    height: 60%;
}
.head_right {
    width: 24%!important;
    padding-right: 0px;
}
#header .posi_rel {
    position: relative;
    top: -11px;
    right: -38%;
}
ul#menu li {
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    padding: 5px;
    width: 164px;
    background-color: #006400;
    display: block;
    z-index: 2;
}
ul#menu2 {
    position: relative;
    top: -32px;
}
.bannar2 {
    width: 100%!important;
}
#footer:before {
    width: 46%;
    height: 11%;
    top: -45px;
    right: 46px;
    pointer-events: none;
}
#footer:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/footer_sita2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 86%;
    height: 100%;
    top: -74px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.youb {
    width: 70px;
    bottom: 20%;
    right: 43px !important;
}
}
/* ---------- iphone5 ---------- */
@media screen and (max-width: 320px){
#footer:before {
    width: 46%;
    height: 9%;
    top: -35px;
    right: 17px;
    pointer-events: none;
}
#footer:after {
    width: 86%;
    height: 100%;
    top: -63px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
ul#menu2 li {
    float: left;
    position: relative;
    margin: 0;
    padding: 5px;
    width: 240px;
    background-color: #f5f545;
    display: block;
    z-index: 2;
}
ul#menu li {
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    padding: 5px;
    width: 138px;
    background-color: #006400;
    display: block;
    z-index: 2;
}
}

/* トップページスライドショー用 */
@keyframes blend-animation{
  0%{background-blend-mode: luminosity;background-color: rgba(255,255,255,1.0);}
  30%{background-blend-mode: luminosity;background-color: rgba(255,255,255,1.0);}
  55%{background-blend-mode: luminosity;background-color: rgba(255,255,255,0.8);}
  65%{background-blend-mode: luminosity;background-color: rgba(255,255,255,0.5);}
  80%{background-blend-mode: luminosity;background-color: rgba(255,255,255,0.3);}
  100%{background-blend-mode: luminosity;background-color: rgba(255,255,255,0.0);}
}