﻿@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
.font1,.cms_title .font_2up{
    font-family: 'Allison', cursive;
}


.linkStyle{
    color:#ad742f;
    text-decoration:underline;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}

/*-- all page----------------------------
---------------------------------------*/





/*-- top page----------------------------
---------------------------------------*/
.top_nav,.svg_box{display:none;}
.main_img_wrap .catch {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_img_wrap .catch_item{
    bottom: 40%;
    left: 50%;
    transform: translate(-50%,-50%); 
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.3));
}
.main_img_wrap .catch_item img{
    width:470px;
    height:90px;
    
}
#contents{
padding-top: 200px;
    background-image: url(./Dup/img/yukari2.png),url(./Dup/img/yukari3.png),url(./Dup/img/yukari4.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top left,right top 55%,left bottom;
}
#contents .box{
    margin-bottom:300px;
    position:relative;
}
#contents .txt_wrap2{
    position:relative;
    z-index:1;
}
#contents .box figure:after {
    content: '';
    position: absolute;
    display: block;
    top: 20%;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(./Dup/img/wood.jpg);
    opacity: 0.5;
}
#contents .font1{
    font-size: 3rem;
    transform: rotate(-3deg);
    margin-bottom: 10px;
}
.img-container:before{background-color: #bedacd;}
.t_cms_img2 .img-container:before{background: #c7ae8f;}
#top_cms{
    background-image: url(./Dup/img/gara.png);
    background-repeat: repeat-y;
    background-position: right;
}
#top_cms .line{display:none;}
.cms_title .font_2up{
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
}

/*-- under page----------------------------
---------------------------------------*/
.all_page{
    background-image: url(./Dup/img/gara2.png);
    background-repeat: repeat-y;
    background-position: left;    
}
#title_img::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);;
    z-index:1;
    top:0;
    left:0;
    
    
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1000px){
header .logo {width: 15%;}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents {padding-top: 100px;}
#contents .box {margin-bottom: 100px;}
#contents .box figure:after{border:0;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#page_title .img-container::after{background-color: rgba(191,191,191,0.4);}
header .logo {width: 25%;}
.main_img_wrap .catch{
    width: 100%;
    text-align: center;
}
.main_img_wrap .catch_item img{display:none;}
#contents{
    background-position: top left,right top 64%,left bottom;
    background-size: 60%,50%;    
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){

}


