/*
Theme Name:   BA_001 子テーマ
Template:     60l_design_a
Version:      1.0.0
Description:  BA_001_ブランディング重視の子テーマです
Author:       Visual Research
*/


/*---------------------------------
  共通ヘッダー部
---------------------------------*/
#header {
	padding: 0; 
	height: auto;
}
#header h1 {
	width: 100%;
	margin: auto;
    line-height: 36px;
}
#header span.header_catch {
    display: block;
	width: 100%;
    height: 36px;
    margin-left: 0;
    line-height: 36px;
    font-size: 10px;
    color: #666666;
}
.header_logo {
    float: left;
    width: 160px;
    height: auto;
}
.header_telbox {
    width: 250px;
}
/* Gナビ PC */
#global_menu_area {
    margin-bottom: 16px;
}
#global_menu_area .dropdown:nth-of-type(2) a .haed_gnavi_item {
	border-left: none;
}

#global_menu_area .dropdown a .haed_gnavi_item .haed_gnavi_item_sekou {
	line-height:1.2;
	margin-top: -6px;
    margin-left: 12px;
}

#global_menu_area .dropdown a .haed_gnavi_item .haed_gnavi_item_sekou span {
	font-size:14px;
}

.header_rentbox{
	letter-spacing: normal;
}
.haed_gnavi_item.first {
    border-right: none;
}

/* TLE */
.header_tel_during {
	font-size : 12px;
	color : #666666;
	line-height : 12px;
}
/* 最近見た お気に入り */
.square_btn5{
    background: #E5E5E5;
    border-bottom: solid 2px #E5E5E5;
}
.clsCountTitle i {
	margin-right: auto;
}
.square_btn5 i{
	font-size: 20px;
	margin-top: 3px;
}
.square_btn5 .like_count{
	position: absolute;
	bottom: 15px;
	right: 5px;
	left:auto;
	border-radius: 50%;
	background: #ffffff;
	padding: 2px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	box-sizing: unset;
}
label.square_btn5 a{
	color: #333333;
}
a.square_btn5:hover{
	text-decoration: none;
	color: #333333;
}

@media screen and (max-width: 980px) {
	.header_logo {
		width: auto;
    	height: 40px;
	}
	.square_btn5{
    	width: 100px;    /* width: 80px; */
    	height: auto;    /* height: 60px; */
    	padding: 10px 0 0 0;
    	font-size: 15px;
    	margin-right: 10px;
    	background: none;
    	border-bottom: none;
	}
	.square_btn5 i{
		font-size: 40px;
		margin-bottom: 5px;
   }
	.square_btn5 .like_count {
		bottom: 22px;
		background: #f2f6f7;
		width: 20px;
		height: 20px;
		line-height: 21px;
	}
	.w100per{
		width: 100%;
	}
	.footer_contactbox_sp{
		width:100%;
		font-size: 2.2rem;
	}
}

/*---------------------------------
  news_contents
---------------------------------*/
.news_contents h2, .blog_index_story h2, .newpage_contents h2 {
    background: #ff877a;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.news_contents h2::before, .blog_index_story h2::before, .newpage_contents h2::before {
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #ff877a transparent transparent transparent;
}

.news_contents h3, .blog_index_story h3, .newpage_contents h3 {
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #ff877a;
}
