@charset"UTF-8";

/************************
 * page共通
 **/

.main_contents{
    width: auto;
    justify-content: center;
    padding: 0;
    display: flex;
}

.main_contents_wrap{
    max-width: 1000px;
    margin: 0 15px 0 15px;
    padding: 0;
}

h2{
    text-align: center;
    margin: 40px 0;
}



h3{
    margin: 30px 0 20px 0;
    text-align: center;
}



hr{
    border-top: 1px dashed #DDA637;
    margin: 40px 0;
}

p{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
}

a{
    color: #DDA637;
}

a:hover{
    color: #395370;
}

.contents_img{
    width: 100%;
}

.text{
    width: 100%;
}

.normal_text{
    width: 100%;
}

.normal_img{
    width: 100%;
    margin: 10px 0;
}

/************************
 * sub page共通 SPサイト
 **/
@media screen and (max-width: 768px){
    
    .main_contents{
        width: 100%;
    }
    
    .main_contents_wrap{
        width: 100%;
        text-align: center;
    }
    
    hr{
        width: 100%;
    }
    
    .main_contents img{
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .normal_img{
        margin: 30px 0;
    }
}

@media screen and (max-width: 530px){

    .main_contents h2 img{
        width: auto;
    }
}

/************************
 * index
 **/

.contents_top{
    background-image: url(../img/index/krkb_top_01.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contents_top .sld_text{
    position: absolute;
    top: 10%;
    left: 8%;
}

/************************
 * index SPサイト
 **/

@media screen and (max-width: 768px){

    .contents_top .sld_text{
        position: static;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .contents_top .sld_text img{
        width: 80%;
        margin-top: 10%;
    }
}

/************************
 * about us
 **/

.catch_copy{
    width: auto;
    text-align: left;
    margin: 0 0 40px 0;
}

.contents_01{
    max-width: 1000px;
    overflow: hidden;
}

.contents_01 .concept_text .left_text{
    width: 49%;
    float: left;
}

.contents_01 .concept_text p{
    line-height: 52px;
    font-size: 18px;
    letter-spacing: 1px;
}

.contents_01 .contents_img{
    width: 49%;
    float: right;
    margin: 0 0 0 10px;
}

.contents_01 .contents_img img{
    width: 100%;
    height: auto;
}

.contents_01 .left_text{
    width: 49%;
    float: left;
}

.contents_01 .about-us_logo{
    width: 49%;
    float: left;
}

.contents_01 .about-us_logo img{
    width: 100%;
}

.contents_01 .info_text{
    width: 49%;
    float: right;
    margin: 0 0 0 10px;
}

h3.info_title{
    color: #DDA637;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin: 10px 0 5px 0;
}

ul.info_list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
}

ul.info_list li{
    padding-left: 5px;
    text-align: left;
}

ul.info_list li:before{
    content: "●";
    color: #DDA637;
}

p.futoji{
    font-weight: bold;
}

/************************
 * about us SPサイト
 **/


@media screen and (max-width: 768px){
    
    .catch_copy{
        text-align: center;
    }
    
    .contents_01{
        width: 100%;
        text-align: center;
    }
    
    .contents_01 .concept_text{
        float: none;
        width: 100%;
        margin: 10px 0 0 0; 
    }
    
    .contents_01 .concept_text p{
        text-align: left;
    }
    
    .contents_01 .contents_img{
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .contents_01 .contents_img img{
        width: auto;
    }
    
    .contents_01 .left_text{
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }
    
    .contents_01 .about-us_logo{
        width: 100%;
        float: none;
    }

    .contents_01 .about-us_logo img{
        width: auto;
    }

    .contents_01 .info_text{
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        
    }
    
    ul.info_list{
        width: 100%;
    }
    
    ul.info_list li{
        padding: 0;
        text-align: center;
    }
    
    p.futoji{
        text-align: center;
    }
    
    h3.info_title{
        text-align: center;
        margin: 10px 0 5px 0;
    }
}

/************************
 * log slices
 **/

h2.h2_log-slices{
    text-align: left;
}

dl.kansou_list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
}

dl.kansou_list dt{
    letter-spacing: 1px;
    font-weight: bold;
}

dl.kansou_list dt:before{
    content: "●";
    color: #DDA637;
}

/************************
 * log slices SPサイト
 **/

@media screen and (max-width: 768px){
    
    h2.h2_log-slices{
        text-align: center;
        margin: 30px 0 40px 0;
        
    }
    dl.kansou_list{
        text-align: left;
    }
}

/************************
 * products
 **/

.contents_01 .nomal_text{
    width: 100%;
}
.contents_01 .contents_01_products_left{
    width: 47%;
    float: left;
}

.contents_01 .contents_01_products_right{
    width: 47%;
    float: right;
}

.btn_wrap{
    width: 100%;
}

.btn_wrap a.btn{
    width: 114px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 10px 0 0 auto;
    padding: 11px 10px 10px 10px;
    color: #fff;
    background-color: #395370;
    border-radius: 3px;
}

.btn_wrap a.btn:hover{
    background-color: #787878;
}
    
p.note{
    font-size: 12px;
    line-height: 24px;
}
img.img_3819{
    margin-top: 35px;
}

.normal_img img{
    width: 100%;
}

.normal_img img.rental_flow{
    margin: 10px 0;
}

ul.rental_list{
    text-align: left;
    list-style: none;
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 32px;
    text-indent: -1em;
    margin-left: 1em;
}

ul.rental_list li.rental_1:before{
    content: "";
    width: 15px;
    height: 15px;
    position:  relative;
    top: 3px;
    display: inline-block;
    background-image: url(../img/products/1.png);
}

ul.rental_list li.rental_2:before{
    content: "";
    width: 15px;
    height: 15px;
    position:  relative;
    top: 3px;
    display: inline-block;
    background-image: url(../img/products/2.png);
}

ul.rental_list li.rental_3:before{
    content: "";
    width: 15px;
    height: 15px;
    position:  relative;
    top: 3px;
    display: inline-block;
    background-image: url(../img/products/3.png);
}

ul.rental_list li.rental_4:before{
    content: "";
    width: 15px;
    height: 15px;
    position:  relative;
    top: 3px;
    display: inline-block;
    background-image: url(../img/products/4.png);
}

ul.rental_list li.rental_5:before{
    content: "";
    width: 15px;
    height: 15px;
    position:  relative;
    top: 3px;
    display: inline-block;
    background-image: url(../img/products/5.png);
}

.contents_01 .tree-rings_logo{
    width: 25%;
    float: right;
    margin: 0 20px 0 0;
}

.contents_01 .tree-rings_logo img{
    width: 100%;
}

.contents_01 .tree-rings_text{
    width: 70%;
    float: left;
}

.contents_01 .tree-rings_img_right{
    width: 48%;
    float: right;
    margin-top: 30px;
}

.contents_01 .tree-rings_img_right img{
    width: 100%;
}

.contents_01 .tree-rings_img_left{
    width: 48%;
    float: left;
    margin-top: 30px;
}

.contents_01 .tree-rings_img_left img{
    width: 100%;
}

/************************
 * products SPサイト
 **/

@media screen and (max-width: 768px){
    
    .contents_01 .contents_01_products_left{
        float: none;
        width: 100%;
    }
    
    .contents_01 .contents_01_products_right{
        float: none;
        width: 100%;
    }
    
    img.img_3819{
        margin-top: 0;
    }
    
    .normal_img img.rental_flow{
        margin: 0;
    }
    
    .contents_01 .tree-rings_logo{
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .contents_01 .tree-rings_logo img{
        width: auto;
        text-align: center;
    }
    
    .contents_01 .tree-rings_text{
        width: 100%;
        float: none;
    }
    
    .contents_01 .tree-rings_img_right{
        width: 100%;
        float: none;
    }

    .contents_01 .tree-rings_img_left{
        width: 100%;
        float: none;
    }
    
    .contents_01 .tree-rings_img_right img{
        width: auto;
    }

    .contents_01 .tree-rings_img_left img{
        width: auto;
    }
}

/************************
 * gallery
 **/

.contents_01 .gallery_text{
    width: 100%;
    margin: 30px 0;
}

.contents_01 .gallery_text p{
    font-size: 14px;
    text-align: center;
}

.contents_01 .catalog{
    width: 100%;
    text-align: center;
}

.contents_01 .catalog ul{
    list-style: none;
    padding-left: 0;
    max-width: 854px;
    display: inline-block;
    text-align: center;
}

.contents_01 .catalog ul li{
    overflow: hidden;
    width: 112px;
    height: 84px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contents_01 .catalog ul li:last-child{
    margin-right: 0;
}

.contents_01 .catalog ul li img.tate{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.contents_01 .catalog ul li img.yoko{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.modal_panel {
    background: #606060;
    color: #FFF;    
}
.modal_title {
    float: left;
}
.modal_ctrl {
    float: right;
}

/************************
 * gallery SPサイト
 **/

@media screen and (max-width: 768px){
    
    .contents_01 .catalog ul li img{
        width: 224px;
        height: 168px;
    }
}

/************************
 * contact
 **/