﻿/* ---------------------- color */
.bg_white{background-color: #fdfdfd} /* 白背景 */
.bg_black{background-color: #262626} /* 黒背景 */
body,.txt_color_nomal{color: #262626;}
.txt_white{color: #fdfdfd;}

/* メインカラー */
.txt_color1{color: #a9a9a9} 
.bg_color1{background-color: #a9a9a9} 
.border_color1{border-color: #a9a9a9}
.hvr_txt_color1:hover{color: #a9a9a9} 
.hvr_bg_color1:hover{background-color: #a9a9a9} 
.hvr_border_color1:hover{border-color: #a9a9a9}

/* サブカラー */
.txt_color2{color: #fdfdfd} 
.bg_color2{background-color: #fdfdfd} 
.border_color2{border-color: #fdfdfd}
.hvr_txt_color2:hover{color: #fdfdfd} 
.hvr_bg_color2:hover{background-color: #fdfdfd} 
.hvr_border_color2:hover{border-color: #fdfdfd}

/* アクセントカラー */
.txt_color3{color: #bb9e55} 
.bg_color3{background-color: #caaf6c} 
.border_color3{border-color: #caaf6c}
.hvr_txt_color3:hover{color: #bb9e55} 
.hvr_bg_color3:hover{background-color: #caaf6c} 
.hvr_border_color3:hover{border-color: #caaf6c}

.txt_color4 {border-color: #262626;}
.border_color4 {border-color: #e2e2e2;}

/* ---------------------- common */

/* loader */
#loader {
  top: 0;
  left: 0;
  z-index: 1000;
}

body{font-family: 'Roboto','Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

h2,
h2 span,
h3,
h4{
    font-weight:700;
    letter-spacing: 0.5px;
}



.box_title1{
    color:#262626;
    font-weight: 700;
    font-size: 22px;
}

.svg_box,.svg_box2{color:transparent;}

/* YouTube */
.yt{width: 800px;}
.video_cms{
	padding-bottom: 50.25%;
	height: 0;
}

/* --- automatic link --- */
.linkStyle{
    color:#a9a9a9;
}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
header {
    padding-bottom: 15px;
}

#logo{
    padding-top: 15px;
}

header #header #header_menu li {
    padding-top: 30px;
}

#filter_white{position: relative;}

#filter_white::after{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background:url("./Dup/img/geometrical01.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.3;
}

/* ---------------------- nav */

header #header #header_menu li a span{
    color: #262626;
    transition: 0.3s;
}

header #header #header_menu li a:hover span{
    opacity:0.7;
}

header #header #header_menu li:last-child a span{
    color:#fdfdfd;
    background: #262626;
    border-color: #262626;
}

/* ---------------------- footer */

footer .bg-mask{
    position: relative;
}

footer .bg-mask::after{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background:url("./Dup/img/geometrical01.png");
    background-size: cover;
    background-position: center;
}

/*
#footer{
    position: relative;
}

#footer::after{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background:url("./Dup/img/geometrical01.png");
    background-size: cover;
    background-position: center;
}
*/

#bottom_menu {font-weight:700;}

#copyright{background-color:#262626;}

.footer_cms,#logo2,.sns_links{
    z-index: 2;
    position: relative;
}

/* -------------------------- top ------------------------- */

#intro_txt h2 span{
    font-size: 30px;
}

#contents{margin-top: 80px;}

#contents .box:nth-child(1),
#contents .box:nth-child(2),
#contents .box:nth-child(3){
    position: relative;
}

#contents .box:nth-child(1)::after{
    content: '';
    position: absolute;
    top: 0;
    right: 38px;
    left: auto;
    height: 94px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
    background-image:url("./Dup/img/intro_box_1_title2.png");
}

#contents .box:nth-child(2)::after{
    content: '';
    position: absolute;
    top: 56px;
    right: auto;
    left: 0px;
    height: 94px;
    width: 55%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
    background-image:url("./Dup/img/intro_box_2_title2.png");
}

#contents .box:nth-child(3)::after{
    content: '';
    position: absolute;
    top: 0;
    right: 38px;
    left: auto;
    height: 94px;
    width: 65%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
    background-image:url("./Dup/img/intro_box_3_title2.png");
}


#contents h3{font-size: 26px;}

#top_cms .cms_title h2{
    font-size: 2.5rem;
    position: relative;
}

#top_cms .cms_title h2::before{
    content: '';
    position: absolute;
    top: -81px;
    left: -306px;
    height: 300px;
    width: 480px;
    background: url(./Dup/img/geometrical03.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(52deg);
    opacity: 0.7;
}

#top_cms .cms_title h2::after{
    content: '';
    position: absolute;
    top: 37px;
    right: 0;
    height: 3px;
    width: 60%;
    background: linear-gradient(to left,#caaf6c,rgba(202, 175, 108, 0));
}

/* --- more --- */
.more {margin-left: auto;}

.more a{
    color:#262626;
    border-color: #262626;
    font-weight: 900;
}

/* -------------------------- sub ------------------------- */

#page_title span{
    background-color: #262626;
    color: #fdfdfd;
    /* border: 3px solid #262626; */
    font-size: 20px;
    padding: 22px 32px;
}

.cate_list {
margin-bottom: 80px;
}

.cate_list li a {
    border: 2px solid #a9a9a9;
    color: #a9a9a9;
    font-size: 16px;
}

#cms_2-a .cate_title {
    position: relative;
}

/*
#cms_2-a .cate_title::before{
    content: '';
    position: absolute;
    top: -9px;
    left: 10px;
    height: 90px;
    width: 90px;
    background: url("./Dup/img/h-circle.png");
    background-repeat: no-repeat;
    background-size: contain;
}*/

#cms_2-a .cate_title::after{
    content: '';
    position: absolute;
    top: -81px;
    left: -116px;
    height: 220px;
    width: 350px;
    background: url("./Dup/img/geometrical02.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-8deg);
    z-index: -1;
}



/* ---------------------- cms1 */

#cms_2-a .cate{position:relative}

#cms_2-a .cate::after{
    content: '';
    position: absolute;
    top: 37px;
    right: 0;
    height: 3px;
    width: 60%;
    background: linear-gradient(to left,#caaf6c,rgba(202, 175, 108, 0));
}

#cms_2-a .cate_title {
    border: none;
    font-size: 30px;
    font-weight: 700;
    z-index: 1;
}

#cms_2-a .box_title1{
    font-size: 26px;
}

/* ---------------------- cms2 */

#cms_3-e .sub_cate_title{
    font-size: calc(1rem + 10px);
    font-size: -webkit-calc(1rem + 10px);
    font-weight: 700;
    position: relative;
    color: #caaf6c;
}

#cms_3-e .cate_title::before{
    content: '';
    position: absolute;
    top: -81px;
    left: -116px;
    height: 220px;
    width: 350px;
    background: url("./Dup/img/geometrical02.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-8deg);
}

#cms_3-e .sub_cate_box {
    border: 1px solid #262626;
    border-top: 6px solid #262626;
    padding-top: 30px;
    width: 80%;
    margin: auto;
}

#cms_3-e .cate_title{
    padding-left: 20px;
    margin-left: 0;
    background-color: #fdfdfd;
    color: #262626;
    font-weight: 700;
    position: relative;
}

#cms_3-e .cate_txt1{
    width: 80%;
    margin:auto;
}

#cms_3-e .sub_cate_box:nth-child(n+2){
    margin-top:50px;
}

#cms_3-e .sub_cate_box .box_wrap{
    margin-right: 30px;
}


/* ---------------------- cms3 */

#cms_6-a .box_txt1{
    color:#262626;
    font-size: 22px;
}

#cms_6-a .cate_title{
    background-color: #caaf6c;
}

#cms_6-a .box_wrap{
    border: 1px solid #262626;
    border-top: 6px solid #262626;
    padding-top: 30px;
    width: 80%;
    margin: auto;
}

#cms_6-a .cate_img1{
/*    max-width: 400px;
    max-height: 400px;*/
    margin: 10px auto 30px;
    width: 40%!important;
    
}

/* ---------------------- cms4 */


#cms_1-a .date {
    border: 2px solid #262626;
    font-weight: 700;
}

/* ---------------------- cms5 */

#cms_1-c .box_title1 {
    font-size: 26px;
}

.pager li a:hover{
    background: #262626;
    border-color: #262626;
}

/* ---------------------- info */

/* ---------------------- contact */

#tel_contact p{
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 24px;
}
#tel_contact_btn {
    border:3px solid #262626;
    background: transparent;
    color:#262626;
}

#tel_contact_btn:hover {
    border:3px solid #caaf6c;
    background: #caaf6c;
    color: #fdfdfd;
}

#tel_txt div:last-child{
    border-bottom: none;
}

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

#page10 ul li a{
    color: #caaf6c;
    font-weight: 700;
}

#page10 ul li a:hover{
    color: #262626;
}

/* ------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){

header #header #header_menu li:last-child a span{
    padding-top: 9px;
    padding-bottom: 9px;
}



#cms_6-a .cate .cate_title{
    padding-top: 10px!important;
}

#page8 #tel_contact p a{
    padding: 20px 20px 17px;
}

#page9 .box_wrap .box p a{padding: 3px 10px 5px;}


.more a{padding-top: 6px;}

.pager li a span{
    padding-top: 0px !important;
}

}

/* ------------------------------------------------------  
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
 .linkStyle{
    text-decoration: underline;
}

#main_img {
    padding-top: 144px;
}
    
 /* YouTube */
.yt{width: 100%;}
 
 
 #intro_txt h2 span {
    font-size: 26px;
}

.info_txt h3{    
    font-size: 20px;
    
}
 
 header #header #header_menu li{padding-top:0px}
 header #header #header_menu li a span {
    font-size: 11px;
}
 
 #cms_1-a .cate_box{
     padding-bottom: 70px;
 }
}

/* ------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
    /* YouTube */
.video_cms {padding-bottom: 56.25%;}
	
	#intro #intro_txt {
    padding-top: 40px;
}

#contents {
    margin-top: 0px;
}
	#contents .box:nth-child(1)::after,
	#contents .box:nth-child(2)::after,
	#contents .box:nth-child(3)::after{
	    display: none;
	}
	
	#top_cms .cms_title h2 {
    font-size: 2rem;
	    
	}
	
	#top_cms .cms_title h2::after,
	#cms_2-a .cate::after{
    top: 50px;
    width: 100%;
	}
	.menu_bt{
	    margin-top: 9px;
    }
    #cms_2-a .box_title1 {
    font-size: 24px;
}

#cms_3-e .cate_title {
    font-size: 24px;
    padding-left: 0;
}

#cms_3-e .cate_txt1,
#cms_3-e .sub_cate_box{
    width: 100%;
}

#cms_3-e .box_txt1{
    padding: 10px 20px!important;
}

#cms_3-e .sub_cate_box {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
}
#cms_3-e .sub_cate_box .box_wrap {
    margin-right: 10px;
}

#cms_6-a .box_wrap{
    width: 90%;
}

#tel_contact p {
    font-size: 20px;
}

#main_img{
    padding-top:85px;
}

.cms_1-a .cate_box{
    margin-bottom: 10px;
}

.cms_1-a .box_title1 {
    padding-top: 0;
}

}

/* 210621 修正 */
#cms_3-e .sub_cate_box {
    padding-right: 10px;
    padding-left: 10px;
}
/*
.loading_logo{
  animation: fadeInLogo 0.2s ease 0.3s 1 normal;
}

@keyframes fadeInLogo { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}*/

/* fix_banner -------------------------------------- */
.fix_banner{
	max-width: 280px;
	position: fixed;
	bottom: 0;
	right: 90px;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt {
    position: absolute;
    bottom: 80px;
    right: 264px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    /* border: solid 2px #ddc21b; */
    z-index: 11;
    cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #221e03;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}
@media  screen and (max-width: 768px){
.fix_banner{max-width: 280px;}
.fix_banner .close_bt {
    bottom: 75px;
    right: 263px;
}
}
@media  screen and (max-width: 667px){
.fix_banner{max-width: 48%;}
.fix_banner .close_bt {
    width: 22px;
    height: 22px;
    bottom: 40px;
    right: 92%;
}
.fix_banner .close_bt span {
    width: 22px;
    height: 22px;
}
}
/* fix_banner end -------------------------------------- */