﻿

/*
#loading{
    display: none;
}
*/

:root{
    --color1:#534741;
}


/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}
.load_logo{
    width:400px;
}


/*--top page---------------------------
-------------------------------------*/
.main_green{
    width:36vw;
    max-width:800px;
    z-index:2;
}
.green1{
    bottom:0;
    left:0;
}
.green2{
    bottom:0;
    right:0;
}
.green3{
    top:0;
    left:0;
}
.green4{
    top:0;
    right:0;
}
.main_item{
    width: 70vw;
    max-width: 1280px;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.catch{
    width: 23vw;
    max-width: 700px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}


.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}
#intro{
    padding-bottom:17%;
    background:url(./Dup/img/intro_item.png) no-repeat #e9f3cd;
    background-size:200px;
    background-position:top left;
}
.which_inner {
    border-radius: 15% 15% 0 0/20% 20% 0 0;
    margin-top: -200px;
    background: url(./Dup/img/reaf1.png),url(./Dup/img/reaf2.png) #fff;
    background-repeat: no-repeat,no-repeat;
    background-size: 300px,300px;
    background-position: top 3% left 2%,top 3% right 2%;
}
.which_title{
    line-height: 1.2;
}
#contents_wrap .bg_container{
    background-image: url(./Dup/img/top.png),url(./Dup/img/btm2.png),url(./Dup/img/suisai2.jpg);
    background-repeat:repeat-X,repeat-X,repeat;
    background-size:680px 20px,680px 20px,600px;
    background-position:top left,bottom left,top left;
}

#top_cms2 .top_cms_title h3{
    font-size:30px;
    font-weight:bold;
}
#top_cms2 .top_cms_title h3 span{
    background:url(./Dup/img/line.png) repeat-x;
    background-size:50px;
    background-position:bottom;
}


/*--under page---------------------------
-------------------------------------*/
#page_title h2 .d_block{
    font-size:40px;
}
#page_title h2 span.font_anim{
    display:none;
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 1024px){
.load_logo{
    width:300px;
}
.main_item {
    width: 97vw
}

.catch {
    width: 38vw;
    top: 16%;
}
#intro .left,#intro .right{
    width:100%!important;
}
#intro {
    padding-bottom: 30%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.load_logo{
    width:250px;
}
.main_item {
    width: 112vw;
    bottom: 19%;
}
.catch {
    width: 58vw;
    top: 16%;
}
.main_green {
    width: 45vw;
}
#intro{
    background-size: 130px;
}
.which_inner {
    border-radius: 20% 20% 0 0/5% 5% 0 0;
    margin-top: -60px;
    background: url(./Dup/img/reaf1.png),url(./Dup/img/reaf2.png) #fff;
    background-repeat: no-repeat,no-repeat;
    background-size: 150px,150px;
    background-position: top 0% left 2%,top 0% right 2%;
}
#contents3 h3{
    font-weight:bold;
}
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
#page_title h2 .d_block {
    font-size: 28px;
}

}




