@charset "utf-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a:hover{color: #d00000 !important;}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}
nav ul,
li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-spacing:0;
}



/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* -----------------------------------------------------------------------
common
------------------------------------------------------------------------- */

.bg_gr{background: #e9e9e9;}

/* font */
.fz06{font-size: 6px;}
.fz10{font-size: 10px;}
.fz12{font-size: 12px;}

.bdrs5{border-radius: 5px;}
.bdrs10{border-radius: 10px;}

.text-center{text-align: center;}

/* margin */
.m0{margin: 0!important;}

/* padding */
.p3{padding: 3px!important;}

.comingsoon{
	text-align:center;
	width:80%;
	margin:auto;
	}

.comingsoon img{
	width:200px;
}

.fl_l{float: left;}
.fl_r{float: right;}
.ft_b{font-weight: bold;}
.txtC{text-align: center;}
.ft20{font-size: 20px;}
.bold{font-weight: bold;}
.p30{padding: 30px;}
.w980{
    width:980px;
    margin: auto;
    overflow: hidden;
}
.bg1{
    width:100%;
    background: #fff;
    padding: 100px 0;
}
.bg2{
    width:100%;
    background: #f4f4f4 !important;
    padding: 70px 0;
}
.h100{min-height: 100vh;}

.nav_cat section,
.bg1 section,
.bg2 section{
        max-width:980px;
		width: 100%;
        margin: auto;
    }
#top_cts1 .bg2 section{display: flex;}
#top_cts1 .flL .img_st{
    background-image: url(../images/top/img_sharehouse.jpg);
    height: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#top_cts1 .flL .img_tad{
    background-image: url(../images/top/img_tad.jpg);
    height: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.clear{clear: both;}

.mt30{margin-top: 30px;}

/*for SP*/
@media only screen and (max-width: 767px) {
    
    .bg1,bg2{
        padding: 40px 0;
    }
}

/*--------------------- 地図 マップ -----------------------*/
#top_map{padding: 30px 0 100px;}
#top_map img{
	max-width:980px;
	width: 100%;
	margin: auto;
	display: block;
}
.nav_map {width:100%;text-align: right;margin-top: 5px;}
.nav_map li{display: inline-block;}
.cts1_map,
.cts2_map,
.cts3_map,
.cts4_map,
.cts5_map{
    position: relative;
    padding-left: 28px;
    padding-right: 11px;
}
.cts1_map:before{
	content: " ";
    width: 22px;
    height: 21px;
    background: url(../images/top/i_nav_2.png);
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.cts2_map:before{
	content: " ";
    width: 22px;
    height: 21px;
    background: url(../images/top/i_nav_1.png);
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.cts3_map:before{
	content: " ";
    width: 22px;
    height: 21px;
    background: url(../images/top/i_nav_3.png);
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.cts4_map:before{
	content: " ";
    width: 22px;
    height: 21px;
    background: url(../images/top/i_nav_4.png);
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.cts5_map:before{
	content: " ";
    width: 22px;
    height: 21px;
    background: url(../images/top/i_nav_5.png);
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#top_cts1 .main_r {width: 65%;min-height: 150px;}
#top_cts1 .flL{float: left;width:48%;}
#top_cts1 img{width: auto; margin: 0 auto 10px;}
#top_cts1 .flL .logo{width: 85%;margin: 5px auto 20px;}
#top_cts1 .flL + div{margin-left: 15px;}
#top_cts1 .flL .main_l{width:38%;}


/*for SP*/
@media only screen and (max-width: 767px) {
    #top_cts1 .flL .logo {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 10px 0 0!important;
		width: 150px!important;;
    }
    #top_cts3 .main_wrap{
        display: block !important;
    }
    .main_l img,
    .main_r img{
        width: 50% !important;
        display: block !important;
        margin: auto !important;
    }
}

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.clearfix:after,
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}  
.clearfix,
#container { display: inline-table; }

* html .clearfix,
* html #container { height: 1%; } 

.clearfix,
#container { display: block; }

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

/* -----------------------------------------------------------------------
base setting
------------------------------------------------------------------------- */

body{
	background-color:#fff;
	font-size:0.875em;
	color:#000000;
	font-family: Verdana, YuGothic,  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* font-size:14px */

a:link{ color:#666; text-decoration:none;}
a:hover{color:#da0554;}

/* class */

.text-center{text-align:center;}
.text-right{text-align:right;}

.pt30{padding-top:30px !important;}
.pb30{padding-bottom:30px !important;}
.pl10{padding-left:10px !important;}
.mb50{margin-bottom:50px !important;}

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

/*for PConly*/
@media only screen and (min-width : 960px){
    
    .nav_cat br,#main_kv br{display: none;}
    }

    /* ページ内リンクの調整 */
/* -----------------------------------------------------------------------
スライダー
------------------------------------------------------------------------- */
.metaslider .flexslider{margin: 0 auto !important;}
.slider_txt{font-size: 50px !important;font-weight: bold !important;text-align: center !important;color: #fff !important;font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0px 0px 8px #000;
}

/* -----------------------------------------------------------------------
サービスナビ
------------------------------------------------------------------------- */
#servicelist_wrap{
	margin: 60px auto 0;
	max-width: 980px;
	width: 100%;
}
.title_service{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background: #f4f4f4;
}
#nav_service ul{
	margin: 20px auto 0px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
#nav_service ul li{
	width: 20%;
}
#nav_service ul li + li{
	border-left: 1px dotted #000;
}
#nav_service ul li img{
	height: 100px;
	display: block;
	margin: 0 auto 20px;
}



/*--------------------------
スマホメニュー
--------------------------*/


#menu_nakami{
    display:none;
	padding-top: 10px;
}

#pageTop,
#menu_btn{
    display: inline-block;
    text-align: center;
    background: #a0a0a0;
    border-radius: 15px;
    width: 20%;
    line-height: 160%;
    vertical-align: middle;
    margin-top: 3px;
}

#menu_logo{
    width: 36%;
    margin: 0 3%;
    vertical-align: middle;
}

#menu_nakami .little_nav{
    padding-top: 20px;
    padding-bottom: 5px;
}

.nav_title{
    color: #a0a0a0;
    font-weight: bold;
    padding: 0 2%;
}


.blog_main{
    margin-top: 80px;
    width: 80%;
    border: 1px solid #ddd;
    padding: 35px 25px;
    margin-bottom: 30px;
}

.event_lt_single_wrap img{
    max-width: 100%;
    height: auto;
}

.event_lt_single_wrap h2{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.event_lt_single_wrap .post_date_single{
    text-align: right;
}

.nav_portal{
	background: #000!important;
    justify-content: center;
    align-items: center;
}
.nav_portal #pageTop,
.nav_portal #menu_btn{
	background: #fff!important;
}
.nav_portal #pageTop a,
.nav_portal #menu_btn{
	color: #000!important;
}
.nav_portal .nav_title{
	color: #Fff!important;
	padding: 0 3%!important;
}
.nav_portal ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
	text-align: left;
}
.nav_portal ul li{
	width: 49%;
	padding: 5px 0;
}
/*for sp*/
@media only screen and (max-width: 767px) {
    .lt_wrap .colum_box{
        width: 90%;
        height: auto;
        margin: 10px auto;
    }
    .lt_wrap #post_wrap aside{
        display: block !important;
    }
    #sp_nav{
        display:block;
        text-align: center;
    }
    
    .event_lt_single_wrap h2{
        text-align: left;
        line-height: 1.5;
    }
    
    .blog_main {
        MARGIN: 20px auto;
        width: 90%;
        border: 0;
        padding: 0;
    }

}

/* -----------------------------------------------------------------------
container
------------------------------------------------------------------------- */
#container{
	margin:0 auto;
	}
#container article{
	margin:0 auto;
}

#container h2{
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    padding-bottom: 60px;
}
.archiveBoxIn{
	padding-left:25px;
}

#table-company{
    border-top: 0;
    border-left: 0;
    margin: auto;
}


#table-company th,
#table-company td{
	border-bottom:#c2c2c2 1px solid !important;
}

.company-sign{
	width:100%;
	text-align:right;
}

.company-media-img{
	width:100%;
	}

#company_news .facebook-wrapper{margin: 0 0 30px;padding: 0;}
#company_news #bnr_blog{width:500px;}
#bnr_blog img{width:100%;}

/*for SP*/
@media only screen and (max-width:767px) {
    #company_news .facebook-wrapper,
    #company_news #bnr_blog
        {width:95%; margin: 15px auto;}
    
}

article table{
	width:100%;
	box-sizing:border-box;
	margin-bottom:15px;
}

article table th,
article table td{
	border-bottom:#c2c2c2 1px solid;
	padding: 10px;
	text-align:left;
	color:#4d4d4d;
	line-height:2;
}

article table th{
	vertical-align:middle;
}

article table.noBorder,
article table.noBorder th,
article table.noBorder td{
	border:none;
	color:#000;
	padding:3px;
}


article p,
article th,
article td,
article dt,
article dd,
article li{
	line-height:1.7;}

article p strong{
    color: #d1003b !important;
    font-size: 1.143em;
    font-weight: bold;
}

article p strong.bigTxt{
    color: #000000 !important;
    font-size:2.571em;
    font-weight: bold;
}
article p strong.bigTxt2{
    color: #d90049 !important;
    font-size:2.143em;
    font-weight: bold;
}

article p strong.bigTxt span{
    font-size:22px;
    font-weight:normal;
}

article p.subTxt{
	color:#666;
	font-size:0.917em;
}

.main_wrap{
    margin-top: 20px;
}

.bg1 .main_l{
    float: right;
    width:25%;
    text-align: center;
    line-height: 2;
}
.bg1 .main_l img{
    width:100%;
    display: block;
    margin-bottom: 15px;
}
.bg1 .main_r{
    border-right: 1px #000 solid;
    padding-right: 20px ;
    width: 70%;
    float: left;
}

.bg1 .main_r a{
    border-radius: 5px;
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    width: 200px;
}

.bg2 .main_l{
    float:left;
    width:30%;
    text-align: center;
    line-height: 2;
}
.bg2 .main_r{
    border-left: 1px #000 solid;
    padding-left: 20px;
    width: 70%;
    float: right;
    position: relative;
}

.trunkroom_wrap .main_l {
	border-right: 1px #000 solid;
}
.trunkroom_wrap .main_r {
	border-left: none;
}
.bg2 .main_l img{
    width:100%;
    display: block;
    margin-bottom: 15px;
}
.bg2 .main_r a{
    border-radius: 5px;
    background: #000;
    padding: 15px;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

#top_cts1 .main_r a{position: absolute;bottom: 0;text-decoration: none;}


#top_cts3 .main_wrap{display: flex;}
#top_cts3 .main_r{
	border-left: 1px #000 solid;
    padding-left: 20px ;
	padding-right: 0;
	border-right: none;
	
}
#top_cts3 .main_r a{
	position: relative;
	bottom: 0;
	right: 0;
 	margin-left: 350px;
}
#top_cts3 .main_l{text-align: center;width: 45%;}
#top_cts3 .main_l img{width: 50%;margin: 10px auto;display: block;}


/* 会社概要 */
#top_office .wrap{
}

#top_office .fl_l{
    float: left;
    width:50%;
}

#top_office .fl_r{
    float: right;
    width:48%;
    
}

.top_saiyo{
    width: 80%;
    color: #fff;
    margin: auto;
}

.top_saiyo th{
    width:20%;
}


/* プロデュース */
#top_cts1.produce_wrap {
	padding-bottom: 150px;
}
#top_cts1.produce_wrap h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
	color: #000;
	margin: 0;
	padding-top: 0;
	padding-bottom: 15px;
	display: block;
	font-weight: 600;
}
#top_cts1.produce_wrap h2 span {
	font-size: 1.4rem;
	background: #cf0b3f;
	color: #ffffff;
	margin-bottom: 15px;
	display: inline-block;
	padding: 4px 5px 5px;
}

#top_cts1.produce_wrap h2 + p {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}

#top_cts1.produce_wrap .border_box {
	padding: 5px;
	background: url("../images/top/img_produce_line.png") repeat;
	margin-top: 30px;
}

#top_cts1.produce_wrap .border_box .main_wrap {
	margin-top: 0;
	background: #ffffff;
	padding: 20px;
}

#top_cts1.produce_wrap .border_box h3 {
	font-size: 2.0rem;
	border-bottom: 2px solid #cccccc;
	line-height: 2;
	margin-bottom: 15px;
}

#top_cts1.produce_wrap .border_box h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 75px;
	height: 2px;
	background: #cf0b3f;
	bottom: -2px;
}

#top_cts1.bg2.produce_wrap .border_box .main_l  {
	width: 25%;
}
#top_cts1.bg2.produce_wrap .border_box .main_r  {
	border: none;
	width: 75%;
}
#top_cts1.bg2.produce_wrap .border_box .logo {
	margin: 18px auto 0;
}
#top_cts1.produce_wrap .border_box p {
	font-size: 1.4rem;
}

#top_cts1.produce_wrap .border_box p span.fontb {
	font-weight: bold;
}

#top_cts1.produce_wrap .border_box p span.fontl {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
#top_cts1.produce_wrap .border_box p span.fonts {
	font-size: 1.4rem;
}

#top_cts1.produce_wrap .border_box p span.color {
	color: #cf0b3f;
}

#top_cts1.produce_wrap .border_box p span.asterisk {
	font-size: 1.1rem;
}

#top_cts1.produce_wrap .border_box a {
	color: #cf0b3f;
	position: relative;
	background: none;
	padding: 0;
	width: auto;
	display: inline;
}

@media only screen and (max-width: 767px) {
	#top_cts1.produce_wrap {
		padding-bottom: 70px;
	}
	
	#top_cts1.produce_wrap h2 {
    font-size: 18px;
    font-size: 1.8rem;
	}
	#top_cts1.produce_wrap h2 span {
    font-size: 1.1rem;
		margin-bottom: 8px;
	}
	
	#top_cts1.produce_wrap .border_box h3 {
		font-size: 1.8rem;
	}
	
	#top_cts1.produce_wrap .border_box {
		width: 90%;
		margin: 15px auto;
	}
	
	#top_cts1.produce_wrap .border_box .main_wrap {
		padding: 15px 10px;
	}
	
	#top_cts1.bg2.produce_wrap .border_box .logo {
		margin: 0 auto 15px !important;
	}
	
	#top_cts1.produce_wrap .border_box p {
		padding: 0;
	}

}




/*for SP*/
@media only screen and (max-width: 767px) {
    
    .top_saiyo{
        width: 90%;
    }

}

/* フッター */
#nav_head_foot{
 	border-top: 1px solid #e9e9e9;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
#nav_head_foot ul{
    
}
#nav_head_foot li{
    display: inline-block;
    padding: 0 1%;
}
#nav_head_foot li a{
    color: #000;
    font-weight: bold;
    }

#nav_head_foot .logo{
    color: #000;
    width:100%;
    text-align: center;
    margin: 30px 0;
}

/*SwitchPC/SP
--------------------------------------------------------*/
/*for PC only*/
@media only screen and (min-width: 767px) {
    .for_SP{
        display:none;
    }
}

/*for SP*/
@media only screen and (max-width: 767px) {
    .for_PC{
        display:none;
    }
}

/*ameblo / アメブロ
--------------------------------------------------------*/
.rss-list{
	padding: 0 10px ;
}
.rss-list a{
    display: flex;
    margin: 0 0 7px 0;
    padding: 8px 0 0 0;
}

.rss-list a + a{
    border-top: 1px dotted #888;
}
.rss-image{
    overflow: hidden;
    width: 100px;/* トリミングしたい枠の幅 */
    height: 84.2px;/* トリミングしたい枠の高さ */
    position: relative;
    min-width: 100px;
}
.rss-image img{
    width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.rss-title{
    padding-left: 10px;
}


/*Facebook
--------------------------------------------------------*/
#facebook_wrap {
    width:48%;
    float: left;
}
#facebook_wrap .title{
	padding: 15px 0;
	background: #3b5997;
}

#ameblo_wrap{
    width:49%;
    float: right;    
	background: #fff;
}
#ameblo_wrap .title{
	padding: 15px 0;
	background: #54af0c;
}
#facebook_wrap .title img,
#ameblo_wrap .title img{
	height: 30px;
	display: block;
	margin: auto;
}
.ameblo{background: #fff;}
.ameblo img{width:100%;}
.ameblo li{
    padding: 10px;
    border-bottom: 1px dotted #444;
}
#ameblo_wrap .date{
    font-weight: bold;
}


/*ニュースリリース
--------------------------------------------------------*/
#post_wrap{width:100%;}
#post_wrap .title{font-size: 1.1em;color: #000;border-bottom: 1px solid #ddd;margin-bottom: 5px;padding: 5px 0;min-height: 50px;line-height: 1.5;}
#post_wrap .contents a{font-size: 0.8em;color: #ddd;}
#post_wrap .date,.blog_detail .date{font-size: 0.8em;display: block;margin-top: 10px;color: #777;text-align: right;}

#post_wrap a { text-decoration: none; }

/*新着記事一覧*/
aside {display: flex;flex-flow: wrap;}
.colum_box{
    width: 22%;
    background-color: #fff;
    margin: 0px 5px 0 0;
    padding: 10px;
    position: relative;
	/*border: 1px solid #f4f4f4;*/
	min-height: 90px;
}
.colum_box.post_date {
    width: 100%;
    text-align: right;
    margin: 0;
    font-size: 15px;
    padding: 0;
}
.colum_box img{
	margin-bottom:10px;
}

.colum_box h4 a{
	line-height:1.3;
	margin: 0;
display: block;
}

.news_title{
	font-size:15px;
	font-weight:bold;
	padding: 0 !important;
}

.news_title p{
	padding: 0 !important;
}


.colum_box .thumb{
	height:150px;
	margin:0;
	overflow:hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:top center;
    background-size: cover;
}



.category_front{
padding: 0 !important;
height: auto !important;
font-size: 15px;
line-height: 1.3 !important;
position: absolute;
bottom: 9px;
}

.category_post{
    font-size: 15px;
    padding: 3px 10px !important;
    line-height: 1.3 !important;
    position: absolute;
    bottom: 8px;
}
@media only screen and (max-width: 767px) {
    .category_post{
        padding: 3px 10px !important;
        width: 100% !important;
        position: relative;
    } 
}
.category_name{
color:#e97b46;
}

.cat_h3{
     background-color: #E66D30 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    padding: 5px !important;
}
.more_btn{
	display:block;
    text-align: right;
    margin-right: 20px;
}

.h1_blog{text-align: center;font-size: 1.5em;margin: 15px 0;}
.contents_wrap{width: 980px;margin: auto;}
.blog_flR{float: left;width: 70%;}
.blog_main{padding: 15px;line-height: 1.5;background: #fff;}
.blog_main img{max-width: 100%;}
#container .blog_main h2{padding: 15px 0;text-align: left;}
.blog_main .thumb{min-height: 350px;width: 100%;background-size: auto 100%;margin-bottom: 20px;background-repeat: no-repeat;}
.blog_main .post_date_single{margin-top: 20px;color: #444;}
.post_side .colum_box{width: 100%;background: transparent;}
.post_side .colum_box + div{border-top: dotted 1px #ddd;}
#post_wrap .title{min-height: auto;border: 0;margin-bottom: 0;padding: 0;font-size: 0.9em;}
#post_wrap .colum_box .thumb{background-size: cover;height: 70px;width: 70px;float: left;margin-right: 10px;}
.post_date_single{display: block;text-align: right;width:100%;}
.back{text-align: right;margin-top: 20px;}
.blog_flR .pager{margin: 10px 10px;display: flex;justify-content: space-between;line-height: 1.5;}
.alignleft{width: 50%;}
.alignright{width: 50%;text-align: right;}
.center_pager{text-align:center;width:100%;}
.wp-pagenavi{margin: auto !important;}
.wp-pagenavi a, .wp-pagenavi span{border: 0 !important;}
.back a, .back a:link, .back a:visited {background: #000;color: #fff;padding: 5px;border-radius: 3px; text-decoration: none;}

.post_side_wrap{float: right;width: 28%;}
.post_side{background: #fff;}
.blog_detail .colum_box{width:100%;margin: 15px 0;}
.blog_detail .colum_box .thumb{height: 350px;}
.blog_detail .title{font-size: 1.3em;font-weight: bold;margin: 10px 0;}
.blog_detail .back{text-align: left;}
.title_side{padding: 10px 0;text-align: center;display: block;width: 100%;background: #000;color: #fff;font-size: 1.3em;font-weight: bold;}

.forTOP .colum_box .thumb{height: 150px !important;width: 100% !important;float: none !important;}
.forTOP .colum_box .title{font-size: 1em !important;font-weight: bold;margin: 10px 0 !important;}



/*for SP*/
@media only screen and (max-width: 767px) {
	
	#container h2{
		padding-bottom: 20px;
	}
	
	.nav_head_top .box_L,
	.nav_head_top .box_R{
		width: 100%;
	}
    .nav_head_top ul,
    #menu,
    .nav_cat section, .bg1 section, .bg2 section,
	.contents_wrap
    {
        width:100%;
    }
    .blog_flR,
	.blog_flL,
	.post_side_wrap{
		width: 100%;
		float: none;
	}
	.pager{
		width: 90%;
		margin: 0 auto 20px;
	}
    .slider_txt{
        font-size: 20px !important;
        text-align: center !important;
        width: 80%;
    }
    
    /*ナビ*/
    #menu {
    display: block;}
    
    .nav_cat .logo img {
    width: 90%;
    display: block;
    margin: auto;
    }
    
    .nav_cat .logo {
    width: 40%;
    display: block;
    float: left;
    }
    
    .nav_cat ul{
        margin: 30px 10px 0;
        justify-content: space-around;
    }
    
    /*マップ*/
    #top_map {padding: 0 0 50px; }
    #top_map img {width: 90%;display: block;margin: auto;}
    
    /*メインコンテンツ*/
    
    .bg1 .main_l{}
    .main_r p{padding: 15px 0;}
    .bg1 .main_r a{
        margin: auto;
    }
    
    
    .bg1 .main_l{width: 40%;}
    .bg1 .main_r{width: 55%;padding-right: 5px;}
    
    #facebook_wrap,
    #ameblo_wrap{
        float: none;
        width: 90% !important;
        margin: 15px auto !important;
    }
    #top_cts1 .flL + div{
        margin-top: 10px;
		margin-left: 0!important;
    }
    
    #top_cts3 .main_l{padding: 10px;}
    #top_cts3 .main_r{padding-left: 5px;}
    
    #top_cts3 img{width: 80%;}
    #top_cts3 .main_r a {
        bottom: 0;
        display: block;
        margin: auto;
        position: unset;
        width: 80%;
    }
    
    #top_cts1 img,
    #top_cts2 img,
    #top_cts_mansion img,
    #top_cts_tenanto img,
    #top_cts3 img{
        width: 90%!important;
        margin: auto;
        display: block;
    }
    /*ニュースリリース*/
    aside {
    justify-content: space-around;
    }
    

    .w980{width: 100%;}

}


/*for Tablet*/
@media only screen and (min-width : 400px) and (max-width : 959px){
    .colum_box{width: 43%;}
}

/*for SP*/
@media only screen and (max-width: 399px) {
    .colum_box{width: 90%;margin: auto;}
}


/*ニュースリリース
--------------------------------------------------------*/

#top_recruit h2{
    padding-bottom: 10px !important;
}

#top_recruit h3{
    text-align: center;
    font-weight: bold;
    background: #BC1B2A;
    color: #fff;
    padding: 7px;
    margin:0 auto 20px !important;
    width: 25%;
    border-radius: 3px;
    
}

/*for SP*/
@media only screen and (max-width: 767px) {	
     #top_recruit h3{
        width: 40%;

    }   
}


/* -----------------------------------------------------------------------
for device
------------------------------------------------------------------------- */
/*for PConly*/
@media only screen and (min-width : 960px){
    .KV_sp{display:none;}
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    .KV_sp{display:none;}
}

/*for SP*/
@media only screen and (max-width: 767px) {
    .KV_pc{display:none;}
}


/* -----------------------------------------------------------------------
ページ内リンク
------------------------------------------------------------------------- */
#top_recruit_title,
#top_news_title{
	padding-top: 150px!important;
	margin-top: -150px!important;
}

/* シェアハウス */
.sharehouse_wrap .main_r{
	min-height: 160px!important;
}


.bg_wt {
	background: #fff!important;
}
.bdr_gr{
	border-bottom: 3px solid #f4f4f4;
}
.comingsoon{
	text-align: center;
	font-size: 18px;
	padding: 100px 0;
}
.comingsoon img{
	display: block;
	margin: auto;
}
.comingsoon p{
	margin-top: 30px;
	font-size: 30px;
}


/*for SP*/
@media only screen and (max-width: 767px) {
	.main_wrap{
		padding: 15px;
		margin-top: 0;
	}
	.pt_30_sp{
		padding-top: 30px!important;
	}
	.pt_50_sp{
		padding-top: 50px!important;
	}
	.pb_50_sp{
		padding-bottom: 50px!important;
	}
	.pt_20_sp{
		padding-top: 20px!important;
	}
	.pb_20_sp{
		padding-bottom: 20px!important;
	}
	.pb_0_sp{
		padding-bottom: 0!important;
	}
	.m0_sp{
		margin: 0!important;
	}
	.mt_0_sp{
		margin-top: 0!important;
	}
	.bg_wt_sp {
		background: #fff!important;
	}
	.bg_gr_sp{
		background: #f4f4f4!important;
	}
    #top_cts1 .flL{
        float: none;
        width: 100% !important;
        padding: 15px auto !important;
	}
	.bg2{
		padding: 30px 0;
	}
	.bg2 .main_l{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		text-align: left;
		align-items: center;
		justify-content: flex-start;
	}
    .main_r,
    .main_l,
	#top_cts1 .main_r,
	.rentalspace104_wrap .main_r{
        float: none !important;
        width: 100% !important;
        border: 0 !important;
        padding: 0 !important;
        min-height: auto !important;
        position: unset !important;
    }
    #top_cts1 .main_r a{
        position: unset;
        display: block;
        margin: 10px auto 0;
		width: 80%;
    }
    #top_cts1 .logo,
    #top_cts2 .logo,
    #top_cts_mansion .logo,
    #top_cts_tenanto .logo,
    #top_cts3 .logo{
        width: 150px!important;
        margin: 0 10px 0 0!important;
    }
	.comingsoon{
		height: auto!important;
		padding: 50px 0;
	}
}


/* -----------------------------------------------------------------------
for device
------------------------------------------------------------------------- */

/*for PConly*/
@media only screen and (min-width : 960px){
    .forTB,
    .forSP{display:none;}
	
	.forPC{
		display: inherit;
	}
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    .forPC,
    .forSP{display:none;}

    img{max-width:100%;}
}

/*for SP*/
@media only screen and (max-width: 767px) {
    .forPC,
    .forTB{display:none;}

    img{max-width:100%;}
}