@charset "utf-8";

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	font-size:16px;
	font-family: Meiryo, メイリオ,'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
}
body{
	font-size:inherit;
	font:100%;
	line-height:1.6;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
div, span, pre, p, blockquote, form, fieldset, label, legend, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, embed, object, form, caption, tbody, tfoot, thead, a, abbr, acronym, address, small, strike, sub, sup, tt, var, del, u, i, center, big, cite, code, iframe, obect, applet {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	outline: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
table{
	margin:0 auto;
}
th,td,input,textarea,select,option {
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a { 
	vertical-align: baseline;outline: none;
	overflow:hidden;
	outline:none;   
}
a img{border:none;}
a:hover img.over{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:link,a:visited{
	color:#5f5f5f;
	text-decoration:none;
}
a:hover,a:active{
	color:#5f5f5f;
	text-decoration:none;
}
.cf::after {
    content: " ";
    display: block;
    clear: both;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
.sidemax{
	max-width:1200px;
	margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
        .sidemax{width:96%;}
        .sidemax img{overflow:hidden;}
           
}

/******************************************
print
*******************************************/
@media print{
    .no_print{
        display: none;
    }
}

/******************************************
spnavi
*******************************************/

.spnavi_bt{
    width:40%;
}
.spnavi_bt img{
    width:30%;
    float:left;
    margin-left: 3%;
}
body .drawer-nav{
    background-color: #025885;
    opacity: 0.9;
}
body .drawer-nav ul li{
    text-align: left;
    padding:10px 20px;
    border-bottom: 1px #ccc dotted;
}
body .drawer-nav ul li.child{
    text-align: left;
    padding:5px 30px;
    border-bottom: 1px #ccc dotted;
}
body .drawer-nav ul li a{
    color:#fff;
    font-size:14px;
}

/******************************************
header
*******************************************/
#header_text{
	background: #f4f4f4;
	color:#666;
	line-height:20px;
    padding:6px 20px;
}
#header_text h1{
	font-size:12px;
	float:left;
	text-align:left;
}
#header_text p{
	font-size:12px;
	float:right;
}
.header_text_favorite_count {
    margin: 0px 0 0 10px;
    background-color: #a81338;
    color: #fff;
    display: block;
    width: 20px;
    float:right;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
}
#header_text .inquiry_btn{
    display: inline-block;
    text-decoration: none;
    margin-top: 0px;
    height: 20px;
    background:#009eec;
    padding: 2px 10px 4px;
    line-height: 20px;
    border-radius: 0 0 4px 4px;
}
#header_text .company_btn{
    display: inline-block;
    text-decoration: none;
    margin-top: 0px;
    height: 20px;
    background:#ffc286;
    padding: 2px 10px 4px;
    line-height: 20px;
    border-radius: 0 0 4px 4px;
}

#header_text .inquiry_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
#header_text .favorite_btn{
    display: inline-block;
    padding: 0;
    width: 180px;
    background-image: url("../images/header_okiniiri_bg.png");
    background-repeat: no-repeat;
    float: right;
    margin-top:0px;
    height: 50px;
}

#header_text .favorite_btn span{
    display: block;
    color:#fff;
    border-radius: 4px;
    width: 20px;
    height:20px;
    margin-left: 135px;
    margin-top: 0px;
}
#header{
	padding:0px;
    background: #fff;
}
.header_inn{
    position: relative;
    padding: 10px 20px;
    height:85px;
}
#logo{
	position: absolute;
    left: 24px;
    top: 14px;
    margin-right: 30px;
}
.header_inn .header_bt{
	position: absolute;
	font-size:12px;
	line-height:1.8;
	color:#777;
    right:360px;
	top: 34px;
    width: 360px;
}
.header_inn .header_bt a{
    padding: 6px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    display: block;
    float: right;
    text-align: center;
    margin: 0 5px;
}
.header_inn .header_bt a.header_mail_bt{
    background: url(../images/header_mail_ic.png) no-repeat 10px 50%;
    padding: 6px 10px 6px 30px;
    width: 100px;
}
.header_inn .header_bt a:hover{
    background-color: #ccc;
}
.header_inn .favorite_count{
    margin: -34px 0 0 98px;
    background-color: #a81338;
    color: #fff;
    display: block;
    width: 20px;
    position: absolute;
    border-radius: 4px;
}
#header_tel{
    margin:0;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    position: absolute;
    width:300px;
    right:20px;
    top:10px;
    color:#353535;
}
#header_tel p{
    font-weight:500;
    font-size:14px;
}
#header_tel a{
    background: url(../images/ic_tel.png) no-repeat 0px 50%;
    padding:0 0 0 40px;
	font-weight:900;
    font-size:28px;
}
#header_tel p.open_time{
	font-weight:500;
    font-size:13px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #header {padding: 0px;overflow:hidden;}
    .header_inn {
        position: relative;
        padding: 2%;
        height: auto;
    }
    #header_text{line-height:18px;height:20px;margin-bottom:5px;min-width:100%;}
	#header_text p{padding:0;text-align:right; margin:0;}
    #logo{
        width:54%;
        float:left;
        margin: 0px;
        position: relative;
        left: 1%;
        top: 5px;
    }
    #logo img{width:100%;height:auto;}
    #header_tel{margin:-10px 0px 10px 0px;padding:0;height:32px;}
    .topmenu_sp ul li img {
        float: left;
        width: 33.3%;
    }


}
/******************************************
globalmenu
*******************************************/
.globalmenu_bg {
    margin:0px auto 0px;
	background: #fff;
    padding-top: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#globalmenu{
    max-width:1400px;
    margin:0 auto;
}
#globalmenu ul{
	list-style:none;
    height: 40px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#globalmenu li:first-child{
    border-left:1px solid #c3c3c3;
}
#globalmenu li{
    height: 38px;
    padding:0 0px;
    border-right:1px solid #c3c3c3;
}
#globalmenu li span{
    display: block;
    text-align: center;
    font-size: 8px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #666;
}
#globalmenu li a{
    color:#666;
    height: 30px;
    padding:20px 0px;
}
#globalmenu li:hover{
    color:#000;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .globalmenu_bg {margin: 0px auto 0px;}

    
}

/******************************************
pankuzu
*******************************************/
.home .pankuzu h2{
    display:none;
	padding: 0;
}
.pankuzu h2{
	font-size: 12px;
	padding: 10px 10px 10px;
	color:#888;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


}


/******************************************
top-slideimg
*******************************************/

.container {
    height:470px;
    width: 100%;
    overflow: hidden;
}
.slide_wrap {
    width: 5800px;
    position: relative;
    left: 50%;
    margin-left: -2900px;
}
.slide_wrap img:hover{
    opacity: 0.6;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.bx-controls{
    display: none;
}
.bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .bx-wrapper .bx-viewport {
        padding: 0px;
    }
    .container {
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    .slide_wrap {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .slide_body_sp {width:100%;}
    .slide_body_sp .slide {width:100%;}
	.slide_body_sp .slide a img {width:100%;}

}

/******************************************
top-img
*******************************************/
.top_main{
    width:100%;
    min-height:470px;
}
.top_main .top_main_img{
    width:100%;
    min-height:470px;
    display: flex;
    justify-content: center;
}
.top_main .top_main_img img{
    max-width:1800px;
    height:auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


}

/******************************************
top-oshirase
*******************************************/
.top_oshirase_wrap{
    border-bottom: 1px solid #ccc;
}
.top_oshirase{
    padding:12px 0px;
}
.top_oshirase span{
    color:#fff;
    padding:17px 20px;
    font-size:16px;
    font-weight:700;
    background-color: #f93081;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.top_oshirase a{
    padding:8px 20px;
    font-size:15px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_oshirase{
        padding:0px;
    }
    .top_oshirase span{
        color:#fff;
        padding:30px 20px;
        font-size:12px;
        font-weight:700;
    }
    .top_oshirase a {
        padding: 8px 20px;
        font-size: 12px;
        float: right;
        width: calc(100% - 130px);
        margin-top: -6px;
    }
}

/******************************************
top-line-information
*******************************************/

.top_line_info{
    background: #f7f7f7;
    padding: 40px;
}
.top_line_info_wrap{
    background: #fff;
    padding: 30px;
    z-index: 100;
    position: relative;
    height: 180px;
}
.top_line_info_wrap h2{
    width: 220px;
    float: left;
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    color: #39556d;
}
.top_line_info_wrap .info_area ul{
    float: right;
    width: 800px;
    max-height: 180px;
    overflow: scroll;
}
.top_line_info_wrap .info_area ul li{
    font-size: 14px;
    text-align: left;
    line-height: 2;
}
.top_line_info_wrap .info_area ul li span{
    display: inline-block;
    margin-right:20px;
    color: #888;
    font-size:12px;
}




/******************************************
top_kodawaribt_box
*******************************************/
#top_kodawaribt_box{
    padding:40px 100px;
    background-color: #f7fbfe;
}
#top_kodawaribt_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_kodawaribt_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding:0 80px;
}
#top_kodawaribt_box ul li{
    padding:0 18px;
}
#top_kodawaribt_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}


/******************************************
top_serch_c_box
*******************************************/
#top_serch_c_box{
    padding:40px 100px;
    background: url(../images/lp_top_contebg.png) repeat;
}
#top_serch_c_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_serch_c_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:0 80px;
}
#top_serch_c_box ul li{
    padding:0 14px;
}
#top_serch_c_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}



/******************************************
top_syubetsubt_box
*******************************************/
#top_syubetsubt_box{
    padding:40px 100px;
    background-color: #fff3f9;
}

#top_syubetsubt_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_syubetsubt_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding:0 240px;
}
#top_syubetsubt_box ul li{
    padding:0 18px;
}
#top_syubetsubt_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}


/******************************************
top_serch_b_box
*******************************************/
#top_serch_b_box{
    padding:40px 100px;
    background: url(../images/lp_top_contebg.png) repeat;
}
#top_serch_b_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_serch_b_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:0 80px;
}
#top_serch_b_box ul li{
    padding:0 14px;
}
#top_serch_b_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}



/******************************************
top-content
*******************************************/

.section_title{
    color:#5f5f5f;
    text-align: left;
    padding: 0.6em 1em;
    border-top: solid 2px #c3c3c3;
    border-bottom: solid 2px #c3c3c3;
    margin-bottom:20px;
    font-weight:700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .section_title{
        margin:4px 4px 10px 4px;
        font-size:14px;
        line-height:1.6;
        padding: 1em 1em 1em;
    }
    .section_title img{height:20px;width:auto;}

    
}


/******* top-new-list  870 ************/

.news_list{
    margin:0px;
}
.news_list li{
	border-bottom:#666666 1px dotted;
    color:#5f5f5f;
	padding:14px 10px;
	font-size:14px;
	text-align:left;
	margin:0;
}
.news_list li strong{
	color:#5f5f5f;
	margin-right:10px;
}
.news_list li .price{
	color:#ffb800;
	margin-right:10px;
    font-weight:700;
    font-size: 16px;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.news_list li .syumoku{
	color: #e62b4e;
    padding: 3px 10px;
    border: 1px solid #e62b4e;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    margin-right: 8px;
    width: 100px;
    display: inline-block;
}
.news_list li .madori{
	color:#ffb800;
	margin-right:10px;
    font-weight:700;
    font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .news_list li {
        width:96%;
        padding: 2% 0 2% 2%;
        font-size: 12px;
        text-align: left;
        margin: 0;
    }
    .news_list li .time{
        display:block;
    }
    .news_list li .title_text{
        display:block;
        line-height: 2;
        padding: 4px 0;
    }
}
    


/******* new-rent  new-sale ************/

.new_rent{
    padding:20px 0;
}
.new_sale{
    padding:0 0 20px 0;
}

.section_title02{
    background-color: #f9f9f9;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    color: #5f5f5f;
    text-align: left;
    padding: 0.8em 1em 1em;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.section_title02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section_title02 span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size:14px;
    padding:0 20px;
    color:#7472be;
}
.recommend2{
	overflow:hidden;
	width:100%;
    padding: 4% 0;
}
.recommend2 ul{
	width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.recommend2 ul li{
	position: relative;
    width: 96%;
	margin: 0 2% 1%;
    min-height: 130px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px #ccc dotted;
	padding: 2%;
}
.recommend2 ul li:hover{
    background-color: #fdfdf8;
}
.recommend2 ul li img{
    width: 130px;
	height: 130px;
    object-fit: cover;
	float:left;
}
.recommend2 ul li .syubetsu_ic{
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
}
.recommend2 ul li .icon{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:auto;
    z-index: 100;
}
.recommend2 ul li .newdetail{
	width: calc(100% - 150px);
	float: right;
}
.recommend2 ul li h4{
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	padding-top: 8px;
}
.recommend2 ul li span{
	font-weight: bold;
    font-size: 16px;
	padding: 0 10px 0 0;
    float: left;
}
.recommend2 ul li .address{
	background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding:0 0 0 30px;
    font-size: 14px;
}
.recommend2 ul li .train{
	background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding:0 0 0 30px;
    font-size: 14px;
}
.recommend2 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend2 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .recommend2 ul{
        width:100%;
        display: block;
    }
    .recommend2 ul li{
        width: 100%;
        margin: 0 0% 3%;
        border-bottom: 1px #ccc dotted;
        padding: 0;
    }
    .recommend2 ul li h4 {
        font-size: 12px;
    }
	.recommend2 ul li img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        float:left;
    }
    .recommend2 ul li .newdetail{
        width: calc(100% - 110px);
        float: right;
    }
    .recommend2 ul li .address {
        font-size: 12px;
    }
    .recommend2 ul li .train {
        font-size: 12px;
    }
    
}

/******* top-blog 1200 ************/

.top_blog{
	padding:20px 0;
}
.blog_title{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding: 0.8em 1em;/*文字周りの余白*/
    color: #5f5f5f;/*文字色*/
    background-color: #f4f4f4;/*背景色*/
	font-weight: 700;
    border-left: solid 5px #7472be;/*左線（実線 太さ 色）*/
    margin-bottom: 30px;
    font-size: 20px;
	text-align: left;
}
.blog_title span{
	font-size: 18px;
	padding: 0 20px;
	color: #7472be;	
}
.blog_description{
    font-size: 14px;
    padding: 20px;
    line-height: 1.8;
}
.blog_area {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}
.blog_area ul{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog_area li{
	border-bottom:1px dotted #ccc;
	width: 96%;
	margin: 0 2% 20px;
    min-height: 360px;
}
.blog_area li:hover{
	box-shadow: 0px 0px 3px 1px #ccc;
    background-color: #fdfdf8;
}
.blog_area li p{
	font-size:12px;
	line-height:1.6;
	color:#666666;
	word-wrap: break-word;
    text-align: left;
    padding:0 6px;
}
.blog_area li p span{
	display:block;
	margin-top:5px;
}
.blog_area li h4{
	font-size: 14px;
    color: #666666;
    margin-bottom: 2px;
    line-height: 1.6;
    padding: 6px 0px 4px 4px;
    text-align: left;
    padding:10px 6px;
    font-weight:600;
	height: 64px;
}
.blog_area li img{
	float:left;
	margin-bottom:10px;
    width: 100%;
	height: 180px;
    object-fit: cover;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .blog_area ul{
        width:100%;
        height: auto;
        margin:0 0 10px 0;
        display: block;
    }
    .blog_area li{
        width:100%;
        height: auto;
        min-height: 140px;
        margin:0 0 10px 0;
    }
    .blog_area li>div{
        float: left;
        width: 100px;
    }
    .blog_area li h4 {
        font-size:12px;
        width: calc(100% - 120px);
        float: right;
        height:auto;
        padding: 0px 6px 10px;
    }
	.blog_area li p{
        font-size:12px;
        width: calc(100% - 120px);
        float: right;
        padding: 0 6px 10px;
    }
	.blog_area li img{width:100px;height:100px;}

    
}

/******* top-aboutus 1540 ************/

.aboutus_wrap{
    max-width:1400px;
    margin:0 auto;
    padding: 80px 0;
}
.aboutus_wrap>img{
    width:36%;
    padding:1%;
    height:auto;
    float:left;
}
.aboutus_wrap .aboutus_inn{
    width: 56%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    height: auto;
    float: right;
    padding: 1% 1%;
}
.aboutus_wrap .aboutus_inn h3{
    color:#5f5f5f;
    font-size:32px;
    line-height: 1.6;
}
.aboutus_wrap .aboutus_inn h3 span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    display: block;
    color:#7472be;
    font-size:14px;
    padding: 0 0 20px 0;
}
.aboutus_wrap .aboutus_inn p{
    color: #5f5f5f;
    font-size: 16px;
    line-height: 2;
    padding: 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .aboutus_wrap {
        width:100%;
        padding: 20px 0;
    }
    .aboutus_wrap > img {
        width: 90%;
        padding: 5%;
        height: auto;
        float: none;
    }
    .aboutus_wrap .aboutus_inn {
        width: 90%;
        height: auto;
        float: none;
        padding: 5%;
    }
    .aboutus_wrap .aboutus_inn h3 {
        font-size: 18px;
        line-height: 1.6;
    }
    .aboutus_wrap .aboutus_inn p {
        font-size: 12px;
        line-height: 2;
        padding: 30px 0;
    }
}


/******* top-menubox 1200 ************/

#top_menubox{
    width:100%;
    padding: 40px 0 60px;
}
#top_menubox ul{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#top_menubox ul li{
    width:96%;
    margin:10px 2% 46px;
    border-bottom: 1px solid #ccc;
}
#top_menubox ul li img{
    width:100%;
    height:auto;
}
#top_menubox ul li:hover{
    opacity: 0.6;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
#top_menubox ul li h3{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    color: #5f5f5f;
    padding:8px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #top_menubox {
        width: 100%;
        padding: 10px 0 10px;
    }
    #top_menubox ul{
        grid-template-columns: 1fr 1fr;
    }
    #top_menubox ul li{
        width:96%;
        margin:10px 2% 46px;
    }

    
}

/************ top-recommend  1540 **********/

#top_recomend01{
    padding:40px 0;
}
#top_recomend02{
    padding:40px 0;
}
.recomend_description{
    font-size:14px;
    padding:20px;
    line-height:1.8;
}
.top_section_title{
    background-color: #f4f4f4;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    color: #5f5f5f;
    text-align: left;
    padding: 0.8em 1em 1em;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.top_section_title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top_section_title span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size:14px;
    padding:0 20px;
    color:#7472be;
}
.recommend4_wrap{
    max-width:1400px;
    margin:0 auto;
}
.recommend4{
	overflow:hidden;
	width:100%;
}
.recommend4 ul{
	width:100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.recommend4 ul li{
	position: relative;
    width: 92%;
    margin: 0 4% 30px;
    height: 430px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px dotted #ccc;
}
.recommend4 ul li:hover{
    background-color: #fdfdf8;
}
.recommend4 ul li img{
    display: inline-block;
	width:100%;
	height:260px;
    object-fit: cover;
}
.recommend4 ul li .over:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
.recommend4 ul li .icon{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:25px;
    z-index: 100;
}
.recommend4 ul li .syubetsu_ic {
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
	margin: 4px 0;
}
.recommend4 ul li h4{
	padding:2px 0;
	line-height:1.8;
	font-weight:700;
	font-size:16px;
	overflow: hidden;
}
.recommend4 ul li p{
	padding:10px 0;
	line-height:1.8;
}
.recommend4 ul li span{
	font-weight: bold;
    font-size: 20px;
    padding: 0 10px 0 0;
    float: left;
}
.recommend4 ul li .price{
	color: #ffb800;
}
.recommend4 ul li .address{
    font-size: 14px;
    background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend4 ul li .train{
    font-size: 14px;
    background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend4 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend4 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}
.recommend4_wrap .top_article_serch_bt{
    text-align: center;
    font-size: 14px;
    color: #fa7e23;
    display: block;
    border: 2px #fa7e23 solid;
    border-radius: 20px;
    width: 210px;
    margin: 18px auto;
    padding: 8px 0;
}
.recommend4_wrap .top_article_serch_bt:hover {
    background-color: #ffffff7a;
    transition: .5s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .recommend4 {
        overflow: hidden;
        width: 96%;
        margin: 0 auto;
    }
    .recommend4 ul {
        width: 100%;
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .recommend4 ul li {
        width: 100%;
        margin: 0 0% 3%;
        border-bottom: 1px #ccc dotted;
        padding: 0 0 2% 0;
        height: auto;
    }
    .recommend4 ul li h4 {
        font-size: 12px;
    }
	.recommend4 ul li img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        float:left;
    }
    .recommend4 ul li .syubetsu_ic{
        display: none;
    }
    .recommend4 ul li .recomend4_detail{
        width: calc(100% - 110px);
        float: right;
    }
    .recommend4 ul li .address {
        font-size: 12px;
    }
    .recommend4 ul li .train {
        font-size: 12px;
    }
}


/******************************************
Cases-Jisseki
*******************************************/

/************ top-case **********/

.top_jisseki{
    padding:60px 0;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    background: #f4f4f4;
}
.top_jisseki h3{
    display: block;
    text-align: center;
    font-size: 32px;
    color: #5f5f5f;
}
.top_jisseki h3 span{
    display: block;
    text-align: center;
    font-size: 14px;
    padding:0 0 30px 0;
    color: #7472be;
}
.top_jisseki p{
    text-align: center;
    font-size: 16px;
    padding:30px 0;
    color: #5f5f5f;
    line-height:2;
}
.top_jisseki a h4{
    text-align: left;
    font-size: 12px;
    padding:10px 0;
    color: #5f5f5f;
    line-height:2;
}
.top_jisseki .jisseki_serch_bt{
    text-align: center;
    font-size: 14px;
    color: #fa7e23;
    display: block;
    border: 2px #fa7e23 solid;
    border-radius: 20px;
    width: 210px;
    margin: 18px auto;
    padding: 8px 0;
}
.top_jisseki .jisseki_serch_bt:hover{
    background-color: #ffffff7a;
    transition: .5s ;
}
.top_jisseki .bx-controls-direction{
    display: none;
}
.top_jisseki .bx-viewport a img{
    width: 380px;
    height:230px;
    object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_jisseki {
        padding: 20px 0;
    }
    .top_jisseki h3 {
        font-size: 18px;
    }
    .top_jisseki p {
        text-align: left;
        font-size: 12px;
        padding: 5%;
    }
    .top_jisseki h3 {
        text-align: left;
        padding: 5%;
    }
    .top_jisseki h3 span {
        text-align: left;
        font-size: 14px;
        padding: 10px 0;
    }
}
/************ Cases - works **********/

.works{
    padding-bottom:60px;
}
.work_slider{
    margin-bottom: 40px;
    background-color: #042d0f;
}
.slick-next {
    right: 10px;
}
.slick-next::before {
    content: '>';
}
.works h2{
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 32px;
    margin:40px auto 20px;
}
.works .workstetx1,.works .workstetx2{
    font-size: 14px;
    padding: 30px 20px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.works h3{
    display: block;
    font-size: 22px;
    margin: 40px auto 0;
    border-left: 8px solid #3c321f;
    padding: 0.5% 1%;
}
.works h4{
    display: block;
    font-size: 18px;
    font-weight:700;
    margin: 20px auto 20px;
    padding: 0.5% 1%;
}
.works_category_wrap li{
    padding: 3px 12px;
    border: 1px solid #666;
    float: left;
    border-radius: 20px;
    margin: 30px 5px;
    font-size: 12px;
}
.works_category_wrap li:hover{
    background-color: #984a4a35;
}
.worksall h2{
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 32px;
    margin:20px auto;
}
.worksall h2 span{
    display: block;
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 16px;
    margin:20px auto;
    color:#4d4e28
}
.worksall h3{
    display: block;
    font-size: 22px;
    margin: 40px auto 0;
    border-left: 8px solid #3c321f;
    padding: 0.5% 2%;
}
.worksall ul{
    min-height:80px;
}
.works_list_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom:30px;
}
.works_list{
    width: 92%;
    padding: 6%;
}
.works_list:hover{
    opacity:0.8;
}
.works_list img{
    width:100%;
    height:280px;
    object-fit: cover;
}
.works_list h3{
    display: block;
    font-size: 16px;
    padding:10px;
    margin: 10px 0;
}
.works_list p{
    font-size: 14px;
    padding:10px;
    line-height:1.8;
}
.o_case_list_wrap{
    border-top: solid 2px #c3c3c3;
    padding:30px 60px;
}
.o_case_list_wrap a{
    width:140px;
    height:160px;
    padding:10px;
    margin:20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    float:left;
}
.o_case_list_wrap a:hover{
    opacity: 0.8;
    transition: all 0s 0.4s ease-in-out;
}
.o_case_list_wrap a img{
    width:140px;
    height:140px;
    object-fit: cover;
}
.o_case_list_wrap a  h4{
    font-size:10px;
}
.worksimg2{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.worksimg2 img{
    width:94%;
    padding:3%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .works_list_wrap {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .works_list h3 {
        display: block;
        width: calc(100% - 48px);
        font-size: 16px;
        padding: 10px;
        margin: 10px 0;
    }
    .o_case_list_wrap{
        padding:5%;
    }
    .o_case_list_wrap a{
        width:40%;
        height:160px;
        padding:3%;
        margin:2%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        float:left;
    }
    .o_case_list_wrap a:hover{
        opacity: 0.8;
        transition: all 0s 0.4s ease-in-out;
    }
    .o_case_list_wrap a img{
        width:100%;
        height:140px;
        object-fit: cover;
    }
    .o_case_list_wrap a  h4{
        font-size:10px;
    }
}

/**　　slider  **/

.work_slider .slider .slick-img img{
    width:100%;
    height:780px;
    object-fit: cover;
}
.work_slider .slider .slick-img span{
    display: block;
    width:calc(100% - 2em);
    color:#fff;
    font-size: 14px;
    line-height:1.8;
    margin:0;
    padding:1em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000096;
}
.work_slider  .thumbnail .thumbnail-img img{
    width : 100%;
    height:200px;
    object-fit: cover;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .works h2 {
        font-family: "Sawarabi Mincho", serif;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: 20px auto;
    }
    .work_slider .slider .slick-img img{
        height:380px;
    }
    .works .workstetx1, .works .workstetx2 {
        font-size: 12px;
        padding: 10px;
    }
    .work_slider  .thumbnail .thumbnail-img img{
        width :100%;
        height:100px;
    }
    .g_table dl {
        flex-flow: column;
    }
    
}




/******************************************
top-contenter 870
*******************************************/


/************ top-recommend3  870 **********/

.recommend3{
	overflow:hidden;
	width:100%;
}
.recommend3 ul{
	width:100%;
}
.recommend3 ul li{
	position: relative;
    width: 30%;
    margin: 0 1.65% 30px;
    height: 430px;
    float: left;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px dotted #ccc;
}
.recommend3 ul li:hover{
    background-color: #fdfdf8;
}
.recommend3 ul li img{
    display: inline-block;
	width:100%;
	height:260px;
    object-fit: cover;
}
.recommend3 ul li .over:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
.recommend3 ul li .icon{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:25px;
    z-index: 100;
}
.recommend3 ul li .syubetsu_ic {
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
	margin: 4px 0;
}
.recommend3 ul li h4{
	padding:2px 0;
	line-height:1.8;
	font-weight:700;
	font-size:16px;
	overflow: hidden;
}
.recommend3 ul li p{
	padding:10px 0;
	line-height:1.8;
}
.recommend3 ul li span{
	font-weight: bold;
    font-size: 20px;
    padding: 0 10px 0 0;
    float: left;
}
.recommend3 ul li .address{
    font-size: 14px;
    background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend3 ul li .train{
    font-size: 14px;
    background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend3 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend3 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .recommend3 ul li {
        position: relative;
        width: 96%;
        margin: 0 2% 30px;
        height: auto;
        float: left;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
    }
}



/************ top blog-area1  870 **********/

.blog_area1 {
    height: 340px;
}
.blog_area1 ul{
    height: 300px;
    overflow: scroll;
}
.blog_area1 li{
    width:96%;
    display: block;
    padding:1%;
    margin:1%;
    border-bottom: 1px dotted #666666;
}
.blog_area1 li:hover{
    background-color: #dfeefc;
}
.blog_area1 li h4{
    font-size: 14px;
    line-height:1.6;
    color: #666666;
    font-weight:700;
}
.blog_area1 li p{
    font-size:12px;
	line-height:1.6;
	color:#666666;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


    
}

/******************************************
sidebar
*******************************************/

.blue_title{
	background-color:#d0cece;
	color: #fff;
	text-align: center;
	padding: 0.6em;
}
.icon-search{
	background:url(../images/icon-search.png) #d0cece no-repeat 8px 8px;
}
.gray_title{
	padding:15px 15px 15px 15px;
	font-size:17px;
	color:#fff;
	background:#5f5f5f;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.white_title{
	padding:10px 0px 10px 0px;
	text-indent:15px;
	width:100%;
	margin:0;
	font-size:14px;
	color:#5f5f5f;
	border:#cccccc 1px solid;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.siborikomi_title{
	color:#5f5f5f;
	border:none;
	font-weight:bold;
	text-align:left;
	padding-bottom:0px !important;
	line-height:1.8 !important;
	width:100% !important;
	border-top:1px solid #ccc !important;
	padding:10px 0 !important;
	text-indent:15px;
}
.section_text{
	padding:0 20px;
	font-size:14px;
	line-height:2;
	margin:0 10px 20px;
    color: #666;
}

h4.member_title{
    background: url("../images/member_icon.png") no-repeat 0px 50%;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #999;
}
.member_sidetext{
    font-size:16px;
    padding:10px;
    line-height:2;
    border-bottom: 2px dotted #ccc;
}
.member_sidecount{
    font-size:16px;
    padding:10px;
    line-height:2;
    color:#000;
}
.member_sidecount span{
    font-size:24px;
    padding:0 20px;
    color:#ffba00;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#sidebar img{
    margin-bottom:10px;
}
.side_blog_area{

}
.side_blog_area ul li{
	width:100%;
	height: auto;
	margin: 10px 0 10px 0;
	border-bottom:1px dotted #ccc;
}
.side_blog_area ul li img{
	width: 100px;
	height: 100px;
	float: left;
	object-fit: cover;
}
.side_blog_area ul li h4 {
	color: #666666;
	margin-bottom: 6px;
	line-height: 1.8;
	text-align: left;
	font-size: 12px;
	width: calc(100% - 120px);
	float: right;
	padding: 0px 6px 4px;
	height: auto;
	font-weight: 600;
	overflow: hidden;
}
.side_blog_area ul li p {
	font-size: 12px;
	width: calc(100% - 120px);
	float: right;
	padding: 0px 6px 4px;
	line-height: 1.6;
	color: #666666;
	word-wrap: break-word;
	text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


    
}

/******************************************
footer
*******************************************/
#pagetop{
	float:right;
	margin:-50px 0 0 0;
}
#footer{
	border-top: solid 2px #c3c3c3;
	color:#5f5f5f;
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.footer_menu{
    border-bottom: 1px dotted #ccc;
}
.footer_menu_inn{
    max-width:1540px;
    width: 96%;
    padding: 50px 2% 40px;
    margin:0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer_menu_box{
    width:98%;
}
.footer_menu_box h4{
    padding:6px 6px 6px 10px;
    border-left:8px solid #a51823;
    font-size:16px;
    font-weight:900;
}
.footer_menu_box ul li{
    width:98%;
    padding:6px 6px 6px 18px;
    font-size:14px;
}

.footer_info_inn{
    max-width:1540px;
    width: 96%;
    padding: 40px 2% 40px;
    margin:0 auto;
    display: grid;
    grid-template-columns: 1fr 500px;
}
.footer_news_wrap{
    width: 90%;
    padding: 2%;
}
.footer_news_wrap h3{
    font-size: 26px;
    margin-bottom: 30px;
}
}
.footer_news_wrap h3 span{
    display: block;
    font-size:10px;
}
.footer_news_wrap .news_area{
    width:100%;
}
.footer_news_wrap .news_area ul{
    width:100%;
}
.footer_news_wrap .news_area ul li{
    width: 100%;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px;
}
.footer_news_wrap .news_area ul li .date_blog{
    display: block;
    font-size:10px;
    text-align: left;
    line-height:2;
}
.footer_news_wrap .news_area ul li h4{
    display: block;
    text-align: left;
}
.footer_news_wrap .news_area ul li p{
    display: block;
    text-align: left;
    text-align: justify;
}
.footer_company_box{
    width: 96%;
    padding: 2%;
}
.footer_company_info{

}
.footer_company_info address{
    padding: 20px 4px;
    font-size: 14px;
}
.footer_company_bt{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer_company_bt img{
    width:98%;
    padding:1%;
}

.copy {
    padding: 15px 0;
    font-size: 12px;
    background: #23160a;
    color: #fff;
    text-align: center;
    display: block;
    width:100%;
}
.copy a {
    color: #fff;
}
#page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 77%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #page-top {bottom: 20px;right: 10px;}
	#footer{
        width:90%;
        padding:5%;
    }
    .footer_menu_inn {
        width: 96%;
        padding: 10px 2% 10px;
        margin: 0 auto;
        display: block;
    }
    .footer_menu_box {
        width: 98%;
        margin-bottom: 10px;
    }
    .footer_info_inn {
        display: block;
    }
    .footer_news_wrap {
        width: 100%;
        float: none;
        padding: 0%;
    }
    .footer_news_wrap h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_news_wrap .news_area ul li {
        width: 94%;
        border-bottom: 1px dotted #ccc;
        font-size: 14px;
        line-height: 1.8;
        padding: 10% 3%;
    }
    .footer_company_box .logo{
        width:100%;
    }

}

/******************************************
Page
*******************************************/
.page_title{
    background-color: #000;
    color: #fff;
    padding: 2em 3em;
    margin-bottom: 60px;
    font-size: 28px;
    border-radius: 10px;
}
#wrap_page{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding: 0 0 80px;
}
#wrap_page .pages p{
    text-align: left;
    padding: 20px;
}
#wrap_page .pages p img{
    max-width:100%;
}
#wrap_page .pages p img.pull-left{
    margin-right:40px;
}
#wrap_page .pages table{
    max-width:100%;
    border-collapse: collapse;
}
#wrap_page .pages table td{
    border-collapse: collapse;
}
.page_title{
    background-color: #bebcf8;
    color: #fff;
    padding: 2em 3em;
    margin-bottom: 60px;
    font-size: 28px;
    border-radius: 10px;
}
.c_table_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:0px auto 30px;
	clear:both;
	background:#f4f4f4;
}
.c_table_dl dt {
	border-top:1px solid #ccc;	
	width:210px;
	float:left;
	height:auto;
	padding:10px;
	background:#f4f4f4;
	color:#666;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	}
.c_table_dl dd {
    width: calc(100% - 250px);
    min-height: 20px;
    text-align: left;
    border-top:1px solid #ccc;
	background:#fff;
	float:left;
	padding:10px;
	height:auto;
	font-size:14px;
	line-height:1.4;
	color:#666666;
}
.page_bt{
    padding:20px;
    float:right;
}
.page_bt a{
    color: #FFF;
    display: block;
    padding: 1.15em 2.5em 1.15em 2.5em;
    line-height: 1;
    border-radius: 3em;
    background-color: #f56a0c;
    position: relative;
    transition-duration: 0.3s;
    white-space: nowrap;
}
.page_bt a:hover{
    opacity: 0.8;
}
.page_bt a::after{
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.35em;
    right: 1.5em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #FFF;
    border-right: 0.15em solid #FFF;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

#wrap_page h2{
    
}
#wrap_page h3{
    font-size: 28px;
    padding:20px;
    border-bottom:4px solid #000;
    margin-bottom: 40px;
}
#wrap_page h4{
    font-size: 24px;
    padding:20px;
    border-bottom:1px dashed #000;
    margin-bottom: 40px;
}
#wrap_page h5{
    font-size: 22px;
    padding:20px;
    text-align: left;
}
#wrap_page h6{
    
}



/************ company **********/

.stuff{
	padding-bottom:20px;
	width:95%;
	margin:0 auto;
}
.stuff .staff_img_photo {
	width: 37.6%;
}
.dls{
	width:60%;
	float:right;
}
.dls dt{width: 23%;}
.dls dd{width: 68.9%;}

.staff_coment{
    margin-top:20px;
    position:relative;
    background:#fdf3e7;
    padding:16px;
    text-align:left;
    color:#8d8266;
    font-size:14px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.staff_coment:after,.staff_coment:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:16%;
}
.staff_coment:after{
    border-color: rgba(252, 214, 168, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#fdf3e7;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    

    
}





