﻿/*  ----------------------------
    TOP
    ----------------------------*/        
    .sumibito_title{
        font-size: 16px;
        padding:10px 0px 10px 10px;
/*
        border-top: solid 1px;
        border-bottom: solid 1px;
*/
        letter-spacing: 5px;
	background-color: #eaeaea;
    }
       .sumibito_title p {
             margin-bottom:0px;
       }
    .num_1 {
        width:20%;
        height: 100px;
        position: relative;
    }
    .num_1 img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .photo_1 img{
        width:100%;
    }
    
    .sumi_btnmore_area{
        width:100%;
        height: 100px;
        position: relative;
        /*background-color: red;*/
    }
    .sumi_btnmore_area img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;        
    }
    
    .sumibito_box p{
        letter-spacing: 3px;
    }
    .title_area{
        height: 100px;
    }

        .title_area .title{
        	font-size: 12px;
    	letter-spacing: 0.5px;
	text-align: left;
        }

    .sumibito_box .title_area .title{
        font-size: 12px;
    letter-spacing: 0.5px;
    border: 1px solid;
    width: 110px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 3px;
    }
      .magazine_row{
          margin-bottom:30px;
      }
     .b_main_title {
         font-weight:bold;
     }

/*
.photo_1{
  display: block;
  position: relative;
  width: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
.photo_1{
  width: 200px;
  padding-right:0px;
  padding-left:0px;
  box-sizing: border-box;
}
}
*/

.photo_1{
  display: block;
  position: relative;
  width: 100px;
  box-sizing: border-box;
  padding-right:0px;
  padding-left:0px;
}
@media screen and (max-width: 736px) {
.photo_1{
    width: 200px;
}
}
.ribbon-new {  
        display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 6px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: white;
    background: #70c7ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon-new:before {
        position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 25px;
    width: 7px;
    background: #70c7ff;
    border-radius: 5px 0 0 5px;
}
.ribbon-new:after {
        position: absolute;
    content: '';
    bottom: -4px;
    left: -5px;
    border: none;
    height: 4px;
    width: 5px;
    background: #4d99ca;
    border-radius: 5px 0 0 5px;
}
.photo_1 img:hover{
      opacity:inherit;
}
.ribbon-new img:hover{
      opacity:inherit;
}
/*
.ribbon-new {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 13px;
  color: #211b0d;
  background: #fef100;
}
@media screen and (max-width: 736px) {
.ribbon-new {  
    right: 8px;
}
}
.ribbon-new:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #fef100;
  border-right: 20px solid #fef100;
  border-bottom: 10px solid transparent;
}   
*/ 
/*  ----------------------------
    共通
    ----------------------------*/  
    .container {
        padding-right: 0px;
        padding-left: 0px;        
    } 
    main{
        padding-top: 127px;
    }
    @media screen and (max-width: 736px){
        .row{
            margin-right:0px;
               margin-left:0px;
        }
     }
    .contents_title{
        margin-bottom: 30px;
    }
  
    .con_title{
        /* margin-top: 20px; */
    }
    .con_title01{
        /* width: 172px; */
        height: 200px;
        overflow: hidden;
    }
       
    .con_title_contents{
        width: 75%;
    }
    
    .con_title p{
        /* margin-top: 10px; 
        margin-bottom: 10px; */
        letter-spacing: 2px;
    }

    .cate_box{
        font-size: 10px;
        border:1px solid;
        padding:2px 5px 2px 5px;
        margin-right: 5px;
	display:inline-block;
    }
    .pagination span {
        font-size: 18px;
        margin-right: 10px;
        margin-left: 10px;
    }

    /*MAGAZINE*/
    .magazine_area{
        margin-top: 50px;
    }

    @media (max-width: 640px) {
        .cover{
        display: inline-block;
        background-color: #ccc;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 5px;
        width: 100%;
        padding-top: 100%;
        /*border: 1px solid #ccc;*/
        background-size: cover;
	width: 150px;
    	padding-top: 150px;
        }
    }

    /*LIFE STYLE BLOG*/
    .blog_title{
        padding-top: 20px;
        padding-bottom:20px;
    }
    .blog_title p{
        margin-top: 10px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
    
    .life_style_blog_area{
        margin-top:50px;
        margin-bottom:50px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #DEDEDE;
    }
       
    .blog_row{
        width: 100%;
    }
    .blog_img{
        padding-top: 20px;
    }
    .blog_title_contents{
        padding-left: 10px;
        padding-right: 10px;
    }

/*  ----------------------------
    header
    ----------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 124px;
  transition: .3s;
}

.hdr.home .hdr__inner {
    box-sizing: border-box;
    min-width: 1024px;
    /* height:100px; */
    padding: 0px 80px 0px 70px; 
}

.hdr.home .hdr__inner .hdr__inner__logo {
    display: inline-block;
    float: left;
    height: 28px;
    margin-top: 30px;
    padding: 0;
    width: 200px;
    transition: .3s;
}

#hide_logo{
    display:none;
}
@media screen and (min-width: 769px){
    .is-animation {
        height: 60px;
    }
    .is-animation .hdr__inner {
        display:none;
    }
    .is-animation #hide_logo {
        display:inherit;
        margin-top:10px;
        margin-left:90px;
    } 
}

.gnav {
  font-family: "M+ 2p medium","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","å°å¡šã‚´ã‚·ãƒƒã‚¯ Pro","Kozuka Gothic Pro","Osaka","ãƒ¡ã‚¤ãƒªã‚ª","Meiryo","MS PGothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin-top: 12px;
}
.gnav li {
    margin-right: 13px;
    font-size: 20px;
    letter-spacing: 1px;
    border-right:2px solid #d6d0d0;
    padding-right:20px;
    line-height:2.0;
}
.gnav li a {
    text-decoration: none;
    font-size:16px;
}

.gnav__inner li span {
    display:block;
    font-size:12px;
}

#setsumei01{
    font-size:14px;
    margin-top:10px;
    font-family:"M+ 2p bold","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","å°å¡šã‚´ã‚·ãƒƒã‚¯ Pro","Kozuka Gothic Pro","Osaka","ãƒ¡ã‚¤ãƒªã‚ª","Meiryo","MS PGothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯",sans-serif;
}

@media screen and (max-width: 736px){
    {
        box-sizing: border-box;
        height: 84px;
        padding: 30px 20px 40px;
    }
}

.l-float-r {
        margin-top: 12px;
}

/*  ----------------------------
    footer
    ----------------------------*/
#footer_box {
    border-top: 3px solid;
}

#footer_box ul {
    margin-top:30px;
    margin-bottom:30px;
    margin-left:30px;
}

#footer_box ul li {
    margin-bottom:10px;
    margin-right:20px;
    display:inline-block;
}

#footer_inner {
    padding:10px 60px 10px 60px;
}
/*  ----------------------------
    common
    ----------------------------*/
    /*パンくずリスト*/
    .pankuzu_area{
        /*padding-left: 0px;*/
        margin-left: 20px;
    }
    .pankuzu_area ol{
        /*padding-left: 0px;*/
    }
    .breadcrumb {
        background:none;
        margin-bottom: 5px;
    }
    .breadcrumb > li + li:before {
        content: ">";
        color: black;
    }
    

/*  ----------------------------
    BLOG
    ----------------------------*/
    .blog_area{
        /*background-color: pink;*/
    }
    .side_area{
        /*background-color: background;*/
    }
    .recommend_area{
        margin-top: 30px;
        /*background-color: orange;*/
    }
    
    .writer_data{
        width: 50%;
    }
    .writer_data p{
        letter-spacing: 2px;        
    }
    #w_name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    #w_date{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .bloglist_box{
        padding-top: 20px;
        padding-bottom: 20px;
        /*padding-left:20px;*/
        /* border-bottom: solid 1px;*/
    }
    
    .recommend_title{
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        margin-bottom: 20px;
    }
    
    .reco_photo{
        padding: 10px 5px 10px 5px;
    }
    .reco_photo img{
        width:100%;
    }
    .reco_text p{
        font-size: 15px;
        letter-spacing: 3px; 
    }
    #blog_ichiran{
        margin-left: 20px;
        font-size: 15px;
        text-decoration: underline;
    }
    
    .blog_title{
        font-size: 1.625rem;
        font-weight: 700;
    }
    
/*  ----------------------------
    BLOG LIST
    ----------------------------*/
/*    .prof_area img {
        float:left;
    }
    .prof_area div {
        float:left;
    }*/
     

/*  ----------------------------
    ROOM STYLING
    ----------------------------*/    
    .roombox{
        width:95%;
        background-color: white;
        border:solid 1px;
        margin-bottom: 50px;
    }
    .roombox_con{
        width: 85%;
    }

    .room_img img{
        padding-top: 35px;
        width: 100%;
    }
    @media (min-width: 769px) {  
    .cover{
        display: inline-block;
        background-color: #ccc;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 5px;
        width: 100%;
        padding-top: 100%;
        /*border: 1px solid #ccc;*/
        background-size: cover;
        width: 280px;
        padding-top: 280px;
    }
    }
    .room_title{
/*
        padding-top: 20px;
        padding-bottom: 20px;
*/
    }
    .room_title p{
        margin-top: 10px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
    .room_title_contents{
        padding-left: 10px;
        padding-right: 10px;
    }
    .room_styling_area{
        margin-top:50px;
        margin-bottom:20px;
        /*padding-top: 30px;*/
        /*padding-bottom: 30px;*/
        /*background-color: #DEDEDE;*/
    }

/*  ----------------------------
    ROOM STYLING vol.1
    ----------------------------*/ 
    .wrapper_rg {
        padding-left: 50px;
        padding-right: 50px;
    }
 @media (max-width: 640px) {
    .wrapper_rg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

    .support_detail {
        margin-bottom: 50px;
    }
    .detail_title {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .detail_title_center {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 30px;
        text-align: center;
    }    
    .detail_text {
        line-height: 2;
        font-size: 20px;
    }
    .detail_text span{
        font-size: 12px;
        vertical-align:top;
    }
    .product_text{
        margin-top:20px; 
    }
    .product_text p{
        font-size: 12px;
    }
    
    p{
        letter-spacing: 2px;
        font-family: "M+ 2p bold","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","å°å¡šã‚´ã‚·ãƒƒã‚¯ Pro","Kozuka Gothic Pro","Osaka","ãƒ¡ã‚¤ãƒªã‚ª","Meiryo","MS PGothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯",sans-serif;
    }
    .intro{
        margin-bottom: 50px;
/*        padding-left: 80px;
        padding-right: 80px;*/
    }
    .date{
        text-align: right;
        font-size: 18px;
    }
    .title{
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .title02{
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-top:20px;
        padding-bottom: 20px;
        text-align: center;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }    
    .text{
        line-height: 2;
        font-size: 18px;
    }
    .list01 li{
        font-size: 16px;
        margin-top:10px;
        margin-bottom: 10px;
    }
    .interior_section_title{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .interior_section{
        margin-bottom: 100px;
    }
    
  .waku01{
    padding:7px;
    border:1px solid #ccc;
    background:#fff;
    box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
  }
  
  .photo_area01 img{
      margin-bottom: 10px;
      text-align: center;
  }
  
  .tphoto td{
      text-align: center;
  }
  
  /*吹き出しCSS*/
  .balloon2-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}

.before{
    font-size: 26px;
    letter-spacing: 7px;
}

.after{
    font-size: 26px;
    letter-spacing: 7px;
}
/*    .relative {
        position: relative;
        width:100%;
        height:1000px;
    }
    .absolute01 {
        position: absolute;
        right: 130px;
        top: 70px;
    }
    .absolute02 {
        position: absolute;
        left: 100px;
        top: 20px;
    }
    .absolute03 {
        position: absolute;
        left: 180px;
        top: 400px;
    }*/


    /*------------------------------*/
    /* PC 画面の横幅が769ox以上     */
    /*------------------------------*/
    @media (min-width: 769px) { 
        .dis_sp{
            display: none;
        }
        .inner_profile{
            padding: 30px 30px 30px 80px;
        }
        .intro{
            padding-left: 80px;
            padding-right: 80px;
        }
        
    }
    /*------------------------------*/
    /* スマホ 画面の横幅が640pxまで */
    /*------------------------------*/    
    @media (max-width: 640px){        
        .dis_pc{
            display: none;
        }
    }
    
/*  ----------------------------
    ROOM STYLING vol.2
    ----------------------------*/ 
    @media (min-width: 1200px){
        .container {
            max-width: 970px;
        }
        .top-row{
            margin-left: 50px;
            margin-right: 50px; 
            margin-top: 50px;
            margin-bottom: 80px;
        }
        .title-text{
            width: 690px;
            margin-right: auto;
            margin-left: auto;
        }
    }
    .title-text{
        margin-top: 30px;
    }
    .title-text p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.8em;
    }
    
    .rs-title{
        background-image: url('http://claso.jp/assets/img/clasolab/roomstyling/vol02/img-top-background.jpg');
        padding: 20px 30px 10px 30px;
    }
    .title p{
        text-align: left;
    }

    .flow-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .flow-box img{
        margin-bottom: 20px;
    }
    .flow-top-box{
        margin-bottom: 20px;
    }
    .flow-top-box .flow-title,.flow-box .flow-title{
        font-size: 26px;
        font-weight: bold;
    }
    .flow-top-box p,.flow-box p{
        font-size: 16px;
        line-height: 1.5em;
    }
    .flow-top-box ul{
        overflow:visible;
        list-style-type:disc;
        margin-top: 10px;
    }
    .flow-top-box ul li{
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .shop-info .text01{
        font-size: 20px;
    }
    .shop-info .text02{
        font-size: 16px;
    }
    
    .data-box{
        border: 2px solid #000;
        padding: 20px 20px 20px 30px;
        margin-left: 15px;
        margin-top: 10px;
    }
    .data-box .data-title{
        font-size: 20px;
        font-weight: bold;
    }
    .data-box p{
        font-size: 16px;
    }
    
    .paper-box{
        margin-top: 30px;
        margin-bottom:30px;
    }
    .paper-box .paper-text01{
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .paper-box .paper-text02{
        font-size: 16px;
        line-height: 1.5em;
    }
    .paper-box .col-sm-9{
        width: 600px;
    }
    
    .after-box{
        position: relative;
    }
    .point-circle{
        position: absolute;
        bottom:-28px;
    }
    .point-text{
        position: absolute;
        z-index:10;
        width:230px;
        bottom:0px;
        left:50px;
    }
    .point-text p{
        font-weight: bold;
        font-size: 13px;
    }
    
    .btn-area{
        margin-bottom: 30px;
    }
    .btn-area a{
        display:block;
        width: 400px;
        background-image: url('http://claso.jp/assets/img/clasolab/roomstyling/vol02/img-top-background.jpg');
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 20px;
    }
.paper-box img{
        width: 100%;
    }
    @media screen and (max-width: 736px) {
        .rs-title{
            margin-bottom: 20px;
        }
        .rs-title img{
            width: 100%;
        }
        .paper-box .col-sm-9 {
            width: 100%; 
        }
        .btn-area{
            /*width: 100%;*/
        }
        .btn-area a{
            width: 80%;
        }        
        .shop-info .text01 {
            font-size: 18px;
        }
        .flow-top-box ul{
            margin-left: 10px;
        }
        .point-text{
            width: 180px;
            bottom: 40px;
            left: 44px;
        }
        .point-text p{
            font-size: 12px;
        }
        .paper-box img{
            width: 50%;
            margin-bottom: 20px;
        }
    }
/*  ----------------------------
    Instagram
    ----------------------------*/  
    .insta_img{
        padding-top: 35px;
        padding-bottom: 30px;
    }  
    .insta_area{
        background-color: #3FC7ED;
    }
    .insta_title{
        margin-top: 40px;
    }
    .instabox{
        width:95%;
        background-color: white;
        margin-bottom: 50px;
    }
    .txt_1{
        margin-top:20px;
    }
    .txt_1 p{
        font-size: 18px;
        letter-spacing: 5px;
        color:white;
    }
    .txt_2{
        margin-top:20px;
    }
    .txt_2 p{
        font-size: 16px;
        letter-spacing: 5px;
        color:white;
    }
    .txt_3{
        margin-top:20px;
        width: 40%;
    }
    .txt_3 p{
        font-size: 12px;
        letter-spacing: 5px;
        /*color:white;*/
    }

    .insta_img div{
    position:absolute;
    display:none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 260px;
    height: 260px;
    background:rgba(74, 84, 84, 0.7);
    box-sizing:border-box;
    color:#ffffff;
    }   
    .insta_img div a{
        text-decoration: none;
     }
    .insta_img div a p{
    color:#ffffff;
    display:block;
    } 

    /*------------------------------*/
    /* PC 画面の横幅が769ox以上     */
    /*------------------------------*/
    @media (min-width: 769px) {  
        /*----------------------------
            TOP
        ----------------------------*/     
        .lab_header_menu {
            margin: 30px 20px 30px 20px;
        }
        .lab_header_menu div{
            float:left;
        }
        .cate_menu div{
            border-right: 1px solid;
            padding:5px 20px 5px 20px;
            /*margin-top: 35px;*/
        }
        #logo_clasolab{
            margin-right:30px;
        }
        #logo_global{
            margin-left:30px;
        }
        .catch_copy{
            margin-top: 10px;
        }
        .catch_copy p{
            font-size: 28px;
            letter-spacing: 5px;
        }
        #pc_hd{
            display: inherit;
        }
        #tab_hd{
            display: none;
        }
        #smp_hd{
            display: none;
        }
        .sumibito_area{
            padding: 0px;
            margin-top:30px;
            padding-left:50px;
        }
        .con_title_center{
            /* margin-top: 20px; */
            border-left: solid 1px;
            border-right: solid 1px;
        }
        .con_title_center p{
            /* margin-top: 10px; 
            margin-bottom: 10px; */
            letter-spacing: 2px;
        }
/*        .blogbox{
            width:80%;
            background-color: white;
        }*/
       .blog_img img{
            width: 90%;
        }
        .blogbox{
            width:100%;
            background-color: white;
        }
        .life_style_blog_box{
            padding-left: 5px;
            padding-right:5px;
        }
        
        .title_area .subtitle{
            font-size: 12px;
            margin-top:12px;
            margin-bottom:0px;
        }
        .sumibito_box{
            padding-top: 15px;
            padding-bottom: 10px;
            border-bottom: solid 5px #f7f7f7;
    border-left: solid 5px #f7f7f7;
    border-right: solid 5px #f7f7f7;
        }
        
        .magazine_box{
            padding-left: 5px;
            padding-right: 5px;
            margin-top:30px;
        }
        .magabox{
            width:100%;
        }
        .maga_img img{
            width: 80%;
        }
        .con_title_center01{
            border-right:1px solid;
            border-left:1px solid;
        }
        
        /*----------------------------
            BLOG
        ----------------------------*/
        .writer_blog_list_area{
            margin-top:30px;
        }

        /*----------------------------
            パンくずリスト
        ----------------------------*/        
        .breadcrumb li{
            font-size: 16px;
            letter-spacing: 2px;
            font-weight:bold;
        }
        
        /*----------------------------
            ROOM STYLING
        ----------------------------*/   
        .room_styling_row{
            width: 90%;
        }
        .room_styling_box{
            padding-left: 0px;
            padding-right:0px;
            /*border:solid 1px;*/
        }

        /*----------------------------
            INSTAGRAM
        ----------------------------*/   
    .insta_img{
        width:350px;
        height:350px;
    } 

    }

    /*----------------------------------*/
    /* タブレット 画面の横幅が768pxまで */
    /*----------------------------------*/
    @media (min-width: 641px) and (max-width: 768px) {
        /*----------------------------
            TOP
        ----------------------------*/
        .lab_header_menu {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .lab_header_menu div{
            /*float:left;*/
        }
        .cate_menu{
            /*width: 50%;*/
        }
        .cate_menu div{
            border-right: 1px solid;
            padding:5px 20px 5px 20px;
            float:left;
            /*width: 25%;*/
            margin-top: 20px;
        }
        #logo_clasolab{
            /*margin-left:25px;*/
        }
        #logo_global{
            right: 0px;
        }
        .title_menu div{
            /*float:left;*/
        }
        .catch_copy{
            margin-top: 10px;
        }
        .catch_copy p{
            font-size: 20px;
            letter-spacing: 5px;
        }
        #pc_hd{
            display: none;
        }
        #tab_hd{
            display: inherit;
        }
        #smp_hd{
            display: none;
        }
        .sumibito_area{
            padding: 0px;
            margin-top:30px;
            padding-left:10px;
        }
        .con_title_center{
            margin-top: 20px;
            border-left: solid 1px;
            border-right: solid 1px;
        }
        .con_title_center p{
            margin-top: 10px;
            margin-bottom: 30px;
            letter-spacing: 3px;
        }
        .sumibito_title{
            font-size: 18px;
            padding:5px 0px 5px 10px;
            border-top: solid 1px;
            border-bottom: solid 1px;
            letter-spacing: 5px;
        }
        .photo_1 img{
            width:100px
        }
        .maga_img img{
            width:100%;
        }
        .blog_img img{
            width: 90%;
        }
        .blogbox{
            width:100%;
            background-color: white;
        }
        .life_style_blog_box{
            padding-left: 5px;
            padding-right:5px;
        }
        .sumibito_box{
            padding-top: 10px;
            padding-bottom: 5px;
            border-bottom: solid 1px;
        }
        /*----------------------------
            BLOG
        ----------------------------*/
/*        .bloglist_box{
            padding-left:0px;
        }*/

        /*----------------------------
            パンくずリスト
        ----------------------------*/        
        .pankuzu_area{
            margin-left: 0px;
        }
    }
    
    /*------------------------------*/
    /* スマホ 画面の横幅が640pxまで */
    /*------------------------------*/
    @media (max-width: 640px) {
        /*----------------------------
            TOP
        ----------------------------*/
        #pc_hd{
            display: none;
        }
        #tab_hd{
            display: none;
        }
        #smp_hd{
            display: inherit;
        }
        .lab_header_menu{
            margin-top: 30px;
        }
        #logo_global{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        #logo_global img{
            width: 80px;
        }
        .catch_copy{
            margin-top: 10px;
        }
        .catch_copy p{
            font-size: 16px;
            letter-spacing: 5px;
        }
        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            /* background-color: transparent; */
            background-image: none;
            border: 1px solid #CCCCCC;
            border-radius: 4px;
        }
        .icon-bar{
            background:#CCCCCC;
        }
        #logo_clasolab{
            float: left;
            width:100%;
        }
        .logo_clasolab button{
/*            right: 30px;*/
        }
        .sumibito_area{
            padding: 0px;
            margin-top:30px;
            /*padding-left:50px;*/
        }
        .sumibito_box{
            margin:0px 10px 0px 10px;
        }
        .con_title_center{
        }
        .con_title_center01{
	/* width: 172px; */
	height: 200px;
 	overflow: hidden;
        }
        .con_title_center p{
            /* margin-top: 10px;
            margin-bottom: 30px;
            letter-spacing: 3px; */
        }
        .photo_1 img{
            width:200px
        }
        
        .maga_img img{
            width:80%;
        }
        .blog_img img{
            width: 90%;
        }
        .blog_title_img img{
            width: 100%;
        }
        .blogbox{
            width:90%;
            background-color: white;
        }
	.title_area .title{
            margin-top: 20px;
            font-size: 14px;
	}
       .sumibito_box .title_area .title{
	    width:120px;
        }
        .title_area .subtitle{
            font-size: 15px;
        }
	.hdr.home .hdr__inner {
	    height: 70px;
	}
        /*----------------------------
            BLOG
        ----------------------------*/
        .reco_photo img{
            width:58%;
        }
        /*----------------------------
            INSTAGRAM
        ----------------------------*/
        .room_styling_box{
            padding-left: 0px;
            padding-right:0px;
            /*border:solid 1px;*/
        }
        .insta_img div{
            width: 150px;
            height: 150px;
        }
        /*----------------------------
            パンくずリスト
        ----------------------------*/
        .breadcrumb li{
            /*font-size: 16px;*/
            letter-spacing: 2px;
            /*font-weight:bold;*/
        }
        .pankuzu_area{
            margin-left: 0px;
        }
    }