﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400&display=swap');
.font1,.cms_title h2,#page_title h2{font-family: 'Shippori Mincho B1', serif;}
.font2{font-family: 'Kalam', cursive;}

header{top:0;}
#header_menu .jp{color:#333;}
#header_menu li:last-child .jp{color:#F78E1E;}
.fix_bnr{right:90px;}
.linkStyle{color:orange;}


/*----top page----------------------------------------------------------------*/
/*ローディング後にフェードイン*/
.load-fade,.load-fade2,.load-fade3 {opacity : 0; transition : all 4s/*処理にかかる時間*/;}
.load-fade.done,.load-fade2.done,.load-fade3.done{opacity : 1;}

#main_img::before,#main_img::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    z-index:2;    
}
#main_img::before{
    background-image:url(./Dup/img/white3.png);
    background-repeat:repeat-x;
    height:40%;
    top:0;
    left:0;
}
#main_img::after{
    height:100%;
    background-color:rgba(0,0,0,0.1);
    z-index:2;
    top:0;
    left:0;
}

.catch{
    z-index:3;
    top:50%;
    right:5%;
    transform:translate(0,-50%);
}
.catch .c_1{font-size:2rem;}
.catch .c_2{font-size:3rem;}

.svg_box,.svg_box2{display:none!important;}

#intro_txt{
    background:url(./Dup/img/bg.jpg) repeat;
    background-size:auto;
}
.intro_p{
    font-size: 5rem;
    line-height: 1;
    opacity: 0.6;
    letter-spacing: 2px;
}
.tampopo img{width:auto;}
#fakeloader .fl {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    width: 30%!important;
    max-width: 300px!important;
}
#contents .box:first-of-type{
    background: url(./Dup/img/bg3.png) #d2ebef no-repeat;
    background-size:contain;
    background-position:bottom;
}
#contents .box:nth-of-type(2){background-image: url(./Dup/img/bg2.png);}
.top_cms_outer{
    /*background:url(./Dup/img/bg4.png) repeat-y left 2% top;*/
    padding-top:5%;
}
#contents .box:last-of-type{
    background-image:url(./Dup/img/bg_green.png),url(./Dup/img/wood1.png),url(./Dup/img/wood2.png),url(./Dup/img/bg.jpg);
    background-repeat:repeat-x,no-repeat,no-repeat;
    background-position:left bottom,left bottom 3%,right bottom 3%;
    
}
.top_cms_p{
    font-size:3rem;
}
.hana img{width:auto;}

/*----under page----------------------------------------------------------------*/
.cate img, .cate_box img{box-shadow:none;}
#page_title h2{font-weight:normal;}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.logo {width: 280px;}
#main_img::before{height:60%;}
.catch{right:-16%;}
.catch .c_1{font-size:1.3rem;}
.catch .c_2{font-size:1.8rem;}
.catch .c_3 img{width:60%;}
.intro_p {font-size: 4rem;}
.top_cms_p {font-size: 2rem;}
#copyright{padding-bottom:100px;}
.ellipsis{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.5em;
    max-height: 8em;
  -webkit-line-clamp: 6;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#logo{padding-top:20px;}
.menu_bt{margin-top:10px;}
#main_img::before{display:none;}
.catch{
    right:-2%;
    top:20%;
}
.catch .c_1{font-size:1rem;}
.catch .c_2{font-size:1.2rem;}
.catch .c_3 img{display:none;}
.intro_p {
    font-size: 2rem;
    opacity:1;
}
.tampopo img {width: 100%;}
.fix_bnr a{width:250px;}
#fakeloader .fl{width:60%!important;}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#page_title h2 span{padding-top:17px;}
#contact_tel a{padding:37px 30px 27px;}
}


