﻿/* color */
.txt_color_nomal{color: #212121;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #1a1a1a} /* メインカラー */
.txt_color2{color: #1a1a1a} /* サブカラー */
.txt_color3{color: #1a1a1a} /* アクセントカラー1 */
.txt_color4{color: #808080} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #808080} /* メインカラー */
.bg_color2{background-color: #f4f4f4} /* サブカラー */
.bg_color3{background-color: #1a1a1a} /* アクセントカラー1 */
.bg_color4{background-color: #808080} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #1a1a1a}
.border_color2{border-color: #f4f4f4}
.border_color3{border-color: #1a1a1a}
.border_color4{border-color: #808080}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #212121;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #603813} /* メインカラー */
.hvr_txt_color2:hover{color: #f4f4f4} /* サブカラー */
.hvr_txt_color3:hover{color: #8C6239} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #808080} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #603813} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f4f4f4} /* サブカラー */
.hvr_bg_color3:hover{background-color: #8C6239} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #808080} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #603813}
.hvr_border_color2:hover{border-color: #f4f4f4}
.hvr_border_color3:hover{border-color: #8C6239}
.hvr_border_color4:hover{border-color: #808080}

/*header {
    background-image: url("./Dup/img/back.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
h2, h3, h4 {
    font-weight: bold;
}
.linkStyle {
    color: #808080;
}
#main_menu .txt_color3 {
    color: #fff;
}
.contact_bt a, .tel_bt a {
    color: #fff;
    border-color: #fff;
}
.contact_bt a:hover, .tel_bt a:hover {
    border-color: #1a1a1a;
}
#main_menu ul li a::before {
    background-color: #fff;
}
.link_box .grid_1 {
    width: 13%!important;
}
#contents1 h2, #contents1 .txt3 {
    color: #fff;
}
#contents3 h3, #contents3 p {
    color: #1a1a1a;
}
#contents2 p {
    color: #1a1a1a;
}
#contents2 h2 {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px;
    width: 120%;
    margin-left: -5px;
    text-align: center;
}
#contents2 .grid_6 {
    border: 5px solid #808080;
    margin: 50px auto;
    padding: 20px 30px;
    position: relative;
    z-index: 0;
}

#contents1 {
    border: 5px solid #808080;
    margin: 50px auto;
    padding: 20px 30px;
    position: relative;
    z-index: 0;
    background-color: #969595;
}
#contents1:before, #contents2 .grid_6:before {
	border-top: 5px solid #1a1a1a;	/* 一部だけ異なる線の太さ・種類・色 */
	border-left: 5px solid #1a1a1a;	/* 一部だけ異なる線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
#contents1:after, #contents2 .grid_6:after {
	border-bottom: 5px solid #1a1a1a;	/* 一部だけ異なる線の太さ・種類・色 */
	border-right: 5px solid #1a1a1a;	/* 一部だけ異なる線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
#attach {
    width: 100%;
    height: 500px;
    position: relative;
}
.nami1 {
    bottom: -2px;
}
.nami2 {
    z-index: 1;
    top: -2px;
}
#logo {
    width: 70%;
    max-width: 300px;
}
.catch_img {
    max-height: 100% !important;
    min-height: 0 !important;
    width: 550px;
}
.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.under_contents_box {
 	padding: 20px;	/* 内側の余白 */
	position: relative;
	z-index: 0;
background-color: #fcfcfc;
background-image: url("https://www.transparenttextures.com/patterns/worn-dots.png");
}
.under_box2 {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px 30px;
    position: relative;
    top: -20px;
}
.under_box2:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/sankaku.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -1px;
    top: -1px;
}
#contents3 h3 {
    text-align: center;
}
.cms_title::before {
    background-color: #808080;
}
#page_title {
    background-color: #1a1a1a;
}

#page_title .page_box::before {
    background-color: #fff;
}
#page_title h2, #page_title p {
    color: #fff;
}
#page_title .page_box {
    padding-bottom: 20px;
    margin-top: 20px;
}
header .head_box .link_box {
    padding-bottom: 0px;
}
/*.cate_plus{
	border: 1px solid #1a1a1a;
	padding: 10px; 
	position: relative;
}
.cate_plus:before{
	background-color: #1a1a1a; 
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #808080), color-stop(.5, transparent), to(transparent));  
	background-image: -moz-linear-gradient(left, #808080 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #808080 50%, transparent 50%, transparent); 
	background-image: linear-gradient(left, #808080 50%, transparent 50%, transparent); 
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	content: '';
	display: inline-block;
	height: 5px; 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.cate_plus:after{
	background-color: #1a1a1a;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #808080), color-stop(.5, transparent), to(transparent)); 
	background-image: -moz-linear-gradient(left, #808080 50%, transparent 50%, transparent); 
	background-image: -o-linear-gradient(left, #808080 50%, transparent 50%, transparent); 
	background-image: linear-gradient(left, #808080 50%, transparent 50%, transparent); 
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	content: '';
	display: inline-block;
	height: 5px; 
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}*/
#page8 .border_color2 {
    border-color: #808080;
}
.hamburger__icon {
    background-color: #1a1a1a;
}
.hamburger__icon:after, .hamburger__icon:before {
    background-color: rgb(26, 26, 26);
}
.fa-envelope:before {
    display: none;
}
#page8 #contact_tel a {
    padding-left: 0;
    padding-right: 0;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #contents2 h2 {
    width: 170%;
}
#logo {
    width: 50%;
    max-width: 300px;
}
.hamburger {
    top: 30px;
    right: 10px;
}
.catch_img {
    max-height: 100% !important;
    min-height: 0 !important;
    width: 440px;
}
.catch {
    top: 60%;
}
#main_img {
    margin-top: 30px;
}
#page_title {
    background-color: #808080;
    margin-top: 32px;
}
.link_box .flex_space-between {
    justify-content: space-evenly;
}
.under_box2 {
    width: 83%;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
    #contents2 h2 {
    width: 115%;
    margin-left: -50px;
}
#logo {
    width: 40%;
    max-width: 300px;
}
.hamburger {
    top: 20px;
    right: 10px;
}
.catch {
    top: 70%;
    left: 40%;
}
.catch_img {
    max-height: 100% !important;
    min-height: 0 !important;
    width: 300px;
}
#main_img {
    margin-top: 25px;
}
#page_title {
    background-color: #808080;
    margin-top: 25px;
}
}
/* ----------- IE ------ ---------- */
@media all and (-ms-high-contrast:none) {
#contents2 h2 {
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 10px 8px !important;
    width: 120%;
    margin-left: -5px;
    text-align: center;
}
.c_title {
    padding: 15px 10px 7px !important;
}
.pc_box .contact_bt a {
    padding: 14px 0 12px !important;
}

}
