/* =========================================================
		main
========================================================= */
.top_main{
margin-top: 85px;
	background: url(/img/top/top_kv2.jpg) no-repeat center / cover;
    width: 100%;
    height: 59vh;
	position: relative;
}
.top_main .topmain_copy{
	font-size: 2.8vw;
    position: absolute;
    top: 12%;
    left: 5%;
    letter-spacing: 0.3vw;
    color: #fff;
    font-weight:500;
    filter: drop-shadow(0 0.05rem 0.25rem rgb(90, 70, 60));
}
.top_main .top_name{
	padding: 8px;
    position: absolute;
   right: 2%;
    bottom: 4%;
    z-index: 5;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
	
}
.top_main .top_name .inner{
border: 1px solid #bb9f5b;
	padding: 14px 22px;
}
.top_main .top_name p{
	font-size: 1.2vw;
}
.top_main .top_name h3{
	font-size: 1.8vw;
	letter-spacing: 0;
}
/* =========================================================
		animation
========================================================= */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* =========================================================
		top news
========================================================= */
.topics_news{
	height: 15vh;
    display: flex;
    align-items: center;
}
.topics_news .news_inner{width: 980px; margin: 0 auto 0; position: relative;}
.topics_news .news_inner .news_ttl{width:16%;}
.topics_news .news_inner .news_ttl h3{
	font-size: 25px;
    font-weight: 400;
    padding-top: 4px;
    line-height: 1;}
.topics_news .news_inner .news_ttl .en_ttl{
	font-size: 37px;
    color: #f2efe8;
    position: absolute;
    left: -18px;
    top: 16px;
    font-weight: 300;}
.topics_news .news_inner .news_list{width:72%;}
.l-newsList-item{margin-top:1px;}
.l-newsList-time{width: 16%;}
.l-newsList-ttl{width: 83%;}
.l-newsList-ttl a:hover{color: #bb9f5b;}
.news_link{position: absolute; bottom: 0; right: 0;}
.news_link a{color:#bb9f5b; font-size: 15px; position: relative; display: inline-block; padding-right: 12px;}
.news_link a::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #bb9f5b;
    border-right: solid 1px #bb9f5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 56%;
    right: 0px;
    margin-top: -6px;
}
.news_link a:hover{
	opacity: 0.7;
}
/* =========================================================
		top banner
========================================================= */
.top_banner {
    width: 100%;
    margin: 0 0 0;
	background: #FAF8F2;
	padding: 18px 0;
}
/* =========================================================
		top concept
========================================================= */
.top_concept{
	background: url("/img/top/c_bg2b.jpg") no-repeat center / cover;
	padding: 65px 0 75px;
	position: relative;
	background-size: cover;
    background-attachment: fixed;
}
.top_concept .en_ttl{font-size: 50px;
    color: #eae3d3;
    text-align: center;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 10px;
	color:#dad2be;}
.top_concept .concept_ttl{
	text-align: center;
	font-size: 28px;
	padding-bottom: 18px;
	letter-spacing: 2px;
	
}

.top_concept .concept_copy{
	text-align: center;
	line-height: 2;

}

/* =========================================================
		top MENU
========================================================= */
.top_menu{
	margin: 55px auto 60px;
	max-width: 1000px;
	min-width: 900px;
	padding:0 40px;
}

.top_menu .en_ttl{
	font-size: 45px;
    color: #f2efe8;
    text-align: center;
    font-weight: 300;
    line-height: 1;
}
.top_menu .top_menu_ttl{
	text-align: center;
	font-size: 30px;
	padding-bottom: 37px;
	letter-spacing: 2px;
	    line-height: 1.4;
	font-weight: 400;
}
.cate_troble{
	padding: 40px 60px 15px;
	margin: 0 auto 30px;
}

.cate_troble .cate_ttl{
	color: #bb9f5b;
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	display: flex; align-items: center; 
	letter-spacing: 2px;
}
.cate_troble .cate_ttl span{
padding: 0 30px;
font-weight: 400;
}

.cate_troble .cate_ttl:before, .cate_troble .cate_ttl:after {content: ""; height: 1px; flex-grow: 1; background-color: #bb9f5b;}
.cate_troble .category{
	justify-content: space-between;
	flex-wrap: wrap;
}
.cate_troble .category li{
	width: 48%;
	margin-bottom: 3.5%;
	position: relative;
	
}

.cate_troble .category li h5{
	text-align: center;
	font-size:29px;
	position: absolute;
	top: 31.5%;
	left: 16%;
	line-height: 0.9;
	
}
.cate_troble .category li .cate_name2{
	left: 10%;
	
}
.cate_troble .category li h5 span{
    color: #bb9f5b;
    font-size: 0.6em;
    letter-spacing: 1px;
	
}

.cate_troble .category a:hover{
	opacity:0.7;
	}
/* =========================================================
		modal
========================================================= */
.lock {
    overflow:hidden;
}
.modal-content {
    position:relative;
    display:none;
    width:900px;
    max-height:100%;
    margin:4% 0 3% 0;
    padding: 75px 40px 60px;
   height: 500px;
    background:#fff;
    overflow:auto;
	top: 0 !important;
	 
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:888;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
  
	background-color:rgba(230, 226, 214, 0.9);
}

.modal-wrap {
    z-index:9999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}


.modal-open:hover {
    cursor:pointer;
   
}



.modal-content .closebtn{
	width: 43px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	
	
}
.trouble_cate_area {
	
	
	
}
.cate_top_banner{
	position:relative;
	margin: 0 0 15px;
	}
	
.cate_top_ttl{
	position: absolute;
	top:48px;
	left:80px;
	justify-content: center;
  align-items: center;
	}
.cate_top_ttl h4{
	font-size:34px;
    font-weight: 300;
    margin-right: 18px;
    line-height: 1;
	
	}
.cate_top_ttl p{
    color: #bb9f5b;
    font-size: 20px;
    letter-spacing: 1px;
	font-weight:300;
	padding-top: 8px;
	}
.top_t_area{
	justify-content: left;
  align-items: center;
  flex-flow: wrap;
	}	
.top_t_area li{
	width:24%;
	margin-right: 1.3333%
	
	}
.top_t_area .area_w{
	width:30%;
	
	}
.top_t_area li:nth-child(4n){
	margin-right: 0;
	
	}
.top_t_area a{
text-align: center;
    background: #fff;

    color: #bb9f5b;
    position: relative;
    text-decoration: none;
    border: 1px solid #bb9f5b;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;

	
	}
.top_t_area a:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    border-right: 1px solid #bb9f5b;
    border-bottom: 1px solid #bb9f5b;
}	
.top_t_area a:hover {
background: #bb9f5b;
color: #fff;

}

.top_t_area a:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.trouble_cate_area h5{
	font-size: 15px;
	padding-bottom: 4px;
	font-weight: 500;
	
}
.slick-box1 li{margin: 0 20px 65px;}
.top_map iframe{width:100%; height: 400px; margin: 0; vertical-align: bottom;}






