﻿/* ----------　基本カラー　---------- */
.bg_color1 {
	background-color: #caf3f4;
}
.bg_color4 {
	background-color: #faf6e9;
}
.txt_color1 {
	color: #595757;
}
.txt_color3 {
	color: #696969;
}
.txt_color4 {
	color: #4cc928;
}
.border_color1 {
	border-color: #bdc9cd;
}
.border_color3 {
	border-color: #6bd8da;
}
.border_color4 {
	border-color: #b8ebaa;
}



/* ----------　全体共通部分　---------- */
.linkStyle{
	color:#09c1c5;
}
.linkStyle:hover{
	color:#09c1c5;
	opacity: 0.7;
	transition: all 0.5s;
}
body, .txt_color_nomal {
	color: #696969;
}
#body{
	background-color: #dff3f3;
}
header{
	    background-repeat: no-repeat;
    background-image: url(Dup/img/back.jpg);
        background-position: bottom center;
    background-size: auto;
}
.txt_shadow-b {
	text-shadow: none;
}
.more a:hover{
	border-color: #9fe3a1;
}
.button:hover::after {
	box-shadow: inset 0 0 0 15em #7dd564;
}
#main_menu ul li a::before {
	background-color:#4cc928;
}
.button2:hover {
	box-shadow: none;
	background-color: #7dd564;
	color: #fff;
	border-color: #7dd564;
}
.foot_tel_bt a:hover {
	border-color: #9fe3a1;
}
.contact_bt a:hover {
	border-color: #7dd564;
}
.tel_bt a:hover {
	border-color: #9fe3a1;
}
.spinner7 .circ2 {
	background-color:#7dd564;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	background-color: rgb(183, 215, 166)!important;
}
.hamburger.active .hamburger__icon {
	background-color: transparent!important;
}
.fat-nav ul {
	background-color: #faf6e9;
}
.fa-chevron-up:before {
    color: #7dd564;
}

/* ----------　TOP　---------- */
#video{ height: 100vh!important; }
#video video{
	width: auto!important;
	height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#contents1 h2,#contents2 h2,#contents3 h3{
	    color: #09c1c5;
	font-weight: bold;
	border-bottom: 2px dotted #4cc928;
	padding-bottom: 5px;
}
.cms_title::before {
	background-color:#4cc928;
}
#top_cms .cms_1-c .date{
    color: #09c1c5;
}


/* ----------　下層ページ　---------- */
#page_title .page_box::before {
	background-color:#4cc928;
}
#page_title p{
	color: #4cc928;
}
.cate_title{
	border-bottom: 1px solid #696969;
	border-top: 1px solid #696969;
	color: #696969;
}
#cms_1-c .date{
	color: #09c1c5;
}
#cms_2-c .cate_box{
	padding: 2.5% 0;
}
#cms_2-c .box_item{
	padding: 0px 20px;
}
#cms_2-c .cate_txt1 {
	font-size: 16px;
}
#cms_2-c .box_txt1 {
	color: #09c1c5;
}
#cms_3-c .box_title2{
	color: #7ed1d3;
}
#page7 .box{
border-color: #96de8e;
}
#page7 .box_item h3{
	    color: #09c1c5;
}
#page8 .mail input {
	    border-color: #6edbdc;

    color: #fff;
    background-color: #6edbdc;
}
#page9 h3{
border-color: #09c1c5;
}
#page9 p a {
    background-color: #7dd564;
    color: #fff;
}
#form_box dl input, #form_box dl textarea {
    background-color: rgba(255, 255, 255, 0.5);
  
}

@media all and (-ms-high-contrast: none){
.cate_title{
	padding: 10px 5px 3px;
}
}


/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#video {
	height: auto!important;
	width: 100%;
}
#video video {
	width: 100%!important;
	height: auto;
	position: relative;
	top: 0%;
	left: 0%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(0%,0%);
}
header {
    background-image: none;
}
#footer_menu{
	display: none;
}
#sp_nav ul{
background-repeat: no-repeat;
    background-image: url(Dup/img/back.jpg);
    background-position: bottom -50px center;
    background-size: contain;
}
.fat-nav li:last-child a{
background-color: rgb(250,246,233,0.85);
}
}

/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header {
    background-position: bottom 5px left 20%;
    background-size: 60px;
}
#cms_2-c .cate_box {
	margin-bottom: 15px;
}
#cms_2-c .box_img1 {
	margin-bottom: 20px;
}
}