/*
Theme Name: BA_002_キャンペーン重視
Author: 60L.design
Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。
Version: 1.0
*/
/**************************************************************************************/
/* 2019/06/10　トーン合わせ #009a46*/
/**************************************************************************************/
@media screen and (max-width: 980px){
    .gnavi_sp_item {
        width: 46%;
        height: 60px;
        text-align: center;
        color: #FFF000;
        font-size: 26px;
        line-height: 40px;
        float: left;
        padding: calc(2% - 1px);
        border-bottom: #BBFFAE 1px solid;
        border-left: #BBFFAE 1px solid;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
        align-items: center; /* 縦方向中央揃え */
        -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
        justify-content: center; /* 横方向中央揃え */
    }
    .gnavi_sp_item:first-child{
        border-top: #BBFFAE 1px solid;
    }
    .news_title_single h1{
        font-size: 30px;
        text-align: left;
    }
}
.header_contactbox_add{
	line-height: 42px;
}


.top_searchpickup_superbox img{
	width: 96%;
}
.top_searchpickup_superbox img{
	width: 92%;
}
.header_contactbox,.top_searchlike_btnbox,.top_searchlike_item_title,.blog_title,.header_contactbox_add,#wp-calendar tr td p,.inqbtn,.company_shop_itembox,.news_title_single,.news_title,.shop_item_title,.blog_continue,.article_index_title{
	background: #009a46; /*背景*/
}
.article_single_btn:hover, .article_single_btn.active{
	background-color: #009a46;
}
.article_single_recent_superbox,.article_single_detail_basic_table th{
	background: #fff3e3;
}
.header_contactbox,.top_searchlike_btnbox,.top_searchlike_item_title,.header_contactbox_add,.inqbtn,.company_shop_itembox,.news_title_date,.news_title_single h1,.news_title,.blog_continue{
	color: #ffffff;  /*文字白*/
}
.header_contactbox, .top_searchlike_btnbox,.top_searchlike_item_title,.header_contactbox_add,.inqbtn,.blog_continue{
	box-shadow: 0px 4px 0px rgba( 54,180,37,1.0 );
}
.blog_column_left_title,.blog_column_recent_date,.newsindex_itemdate,.article_single_detail_basic_title,.article_deal_comment_title,.contents_title_en{
	color: #009a46; /*文字*/
}
.contents_title_jp_form{
    color: #54b425;
}
.blog_column_left_title{
	border-bottom: 1px solid #009a46; /*下線*/
}
.inq_itemtitle{
	border-bottom: 2px solid #009a46; /*下線*/
}
.inqbtn{
	border: 1px solid #009a46;
}
.article_single_detail_basic_title{
	border-left: 4px solid #009a46;
}
.news_title_single{
	border-left: 10px solid #54b425;
	padding-top: 10px;
}
.fa_yellow{
	color: #54b425;
}
.blog_title_date{
	color: #54b425;
}
.footer_left_linkbox{
	height: auto;
	line-height: 40px;
	word-break: keep-all;
}

	.m_bt50{
		margin: 50px 0;
	}
@media screen and (max-width: 980px){
	.header_gnavibtn,.gnavi_sp_overlay,.top_blog_more_wrap,.footer_contactbox{
		background: #009a46; /*背景*/
	}
	.gnavi_sp_item,.top_blog_more_wrap,.footer_contactbox{
		color: #ffffff;
	}
	.top_blog_more_wrap,.footer_contactbox{
		box-shadow: 0px 4px 0px rgba( 54,180,37,1.0 );
	}
	.footer_left_linkbox{
		/*height: 160px;*/
		word-break: keep-all;
		padding: 30px 0;
	}
}

/**************************************************************************************/
/* 2019/06/10 メニュードロップダウン*/
/**************************************************************************************/
.w_150{
    width: 155px;
}
.w_165{
    width: 155px;
}
/* Style The Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header_rentbox{
	width : 155px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	background: none;
	cursor: pointer;
	height: 40px;
}
button{
	background: none;
	width: 155px;
	position: relative;
	top: -2px;
	outline: none;
	border: none;
				}
button.sub{
	width: 155px;
}
button:active{
		outline: none;
				}
/* Dropdown Content (Hidden by Default) */
.dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background: rgba(243,243,243,0.85);
    min-width: 131px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	left: 0px;
	z-index: 6;
	top: 39px;
	width: 155px;
}
/* Links inside the dropdown */
.dropdown-content a,.dropdown-content2 a {
	clear: both;
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
	border-bottom: 1px dashed #dddddd;
	font-size: 14px;
}
.dropdown-content a:last-child, .dropdown-content2 a:last-child{
					border-bottom: none;
				}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {background: #009a46;
	opacity: 1;
				color: #ffffff;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content2 {
    display: block;
	animation: show 0.3s linear 0s;
	
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  
}
.flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/* 見出し微調整 */
.contents_title_jp h1{
	font-size: 14px;
}
@media screen and (max-width: 980px){
	.shop_itembox {
    width: 600px;
	padding: 24px 10px;
    }
}
.contents_title_jp h1{
	font-size: 14px;
}
@media screen and (max-width: 980px){
	.shop_itembox {
    width: 600px;
	padding: 24px 10px;
    }
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット  ここまで */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.f_16{
	font-size: 16px;
	color: #FF5F00;
}
@media screen and (max-width: 980px){
	h1{
		margin-top: 0;
	}
    
}
/**************************************************************************************/
/* 2019/03/19　施行事例ページ、お客様の声、トップ 共通部*/
/**************************************************************************************/
.cu_date{
	color:  #0E7FC3;
	float: left;
}
.cu_new{
	color:  #fff;
	float: right;
	background: #95d300;
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.cp_tag01 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
}
.cp_tag01 li {
	display: inline-block;
}
.cp_tag01 a {
	line-height: 26px;
	position: relative;
	display: inline-block;
	height: 26px;
	margin: 0 10px 10px 0;
	padding: 0 15px 0 23px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #455a64;
	border-radius: 3px 0 0 3px;
	background: #cfd8dc;
}
.cp_tag01 a::before, .cp_tag01 a::after {
	background: #e7e7e7;/*背景色*/
}
.cp_tag01 a::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
}
.cp_tag01 a::after {
	position: absolute;
	top: -2px;
	right: -6px;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 0 15px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #cfd8dc;
	border-radius: 4px;
}
.cp_tag01 a:hover {
	color: #ffffff;
	background-color: #0E7FC3;
}
.cp_tag01 a:hover::after {
	border-left-color: #0E7FC3;
}
.swiper-container{
	width: 980px;
	height: 650px;
}
.swiper-slide{
	width: 980px;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	
}
@media screen and (max-width: 980px){
    .cu_date{
		display: block;
	}
    .cu_new{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
    .swiper-container{
        width: 600px;
        height: 350px;
    }
    .swiper-slide{
        width: 600px;
        height: 350px;
        overflow: hidden;
        position: relative;
    }
    .swiper-slide img{
        position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;


    }
}
/**************************************************************************************/
/* 2018/11/08　WEB FONT差し替え調整*/
/**************************************************************************************/
.fa_em01{
	font-size: 1.2em;
}
.fa_em02{
	font-size: 2em;
}
.fa_yellow{
	color: yellow;
}
.fa_margin_r01{
	margin-right: 10px;
}
.fa_margin_r02{
	margin-right: 20px;
}
.fa_margin_r03{
	margin-right: 30px;
}
.fa_margin_l01{
	margin-left: 10px;
}
.fa_margin_l02{
	margin-left: 20px;
}
.fa_margin_l03{
	margin-left: 30px;
}
.fa_float_l{
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}
.fa_float_r{
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}
.fa_orange{
	color: orange;
}
@media screen and (max-width: 980px){
	.fa_float_l{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.fa_float_r{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
}
