/*test
Theme Name: BA_002_キャンペーン重視
Author: 60L.design
Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。
Version: 1.0
*/

.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;
}
}

/**************************************************************************************/
/* メニュードロップダウン*/
/**************************************************************************************/
.haed_gnavi_item_jp{
  font-weight: bold;
  color: #243c62;
}

.haed_gnavi_item {
  width: 180px;
  font-weight: bold;
  color: #243c62;
  /*border-left: 2px solid #243c62;紺色の罫線*/
  border-left: none;
}

/* Style The Dropdown Button */
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.header_rentbox{
	width : 180px;
}
.header_rentbox250{
	width : 220px;
}
.w250{
  width: 220px;
}
/* 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: 150px;
	position: relative;
	top: -2px;
	outline: none;
	border: none;
				}
button.sub{
	width: 150px;
}
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: 220px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	left: 0px;
	z-index: 6;
	top: 39px;
	width: 150px;
}
/* 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: #2A56A1;
	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;
    }
}
/* 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;
	}
    
}
/**************************************************************************************/
/*共通部分*/
/**************************************************************************************/
.contents_title , .top_news_itembox{
  color: #243c62;
}

.header_contactbox_add , .header_contactbox{
  background-color: rgba(252, 207, 0, 0.7);
  color: #243c62;
}
.fa_yellow{
  color: rgba(252, 207, 0, 0.7);
}

.contents_title_en {
  font-weight: normal;
}
.top_searchpickup_superbox img {
  width: 92%;
}
/**************************************************************************************/
/*news*/
/**************************************************************************************/
.top_news_superbox{
  /*background-color: white;*/
 /* background-image: url("images/top/sky.jpg")*/
}
.top_news_wrap {
  /*background-color: rgba(252, 207, 0, 0.5);*/
  background-color: #FFFFFF;
  border: 5px solid rgba(252, 207, 0, 0.5);
}
.top_news_wraptitle .contents_title_en {
  background-color: rgba(252, 207, 0, 0.7);
}

.news_title_single {
  border-left: 10px solid rgba(252, 207, 0, 0.7);
  background-color: rgba(93, 146, 201, 08); /*青*/
}
.news_title_date , .newsindex_itemdate{
  color:rgba(93, 146, 201, 08); /*青*/
}
.news_title_single h1 {
  color: white;
}
.news_title{
  background-color: rgba(93, 146, 201, 08); /*青*/
  color: white;
}
/**************************************************************************************/
/*footer*/
/**************************************************************************************/
.footer_left_linkbox{
  background-color: #6396cb;
}
#footer a, footer p{
  color: white;
}
.footer_copy {
  padding-top:32px;
  background-color: #243c62;
  color: white;
  margin-top: 0;
}
.footer_copy_in{
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: auto;
  position: relative;
}
.footer_copy_p {
  position: absolute;
  bottom: 0;
}
.footer_logo{
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}


@media screen and (max-width: 980px){
.footer_telbox{
  background-color: #6396cb;
}
.footer_tel_during {
  color: white;
}
}


/**************************************************************************************/
/* topバナー*/
/**************************************************************************************/
.top_searchpickup_superbox {
  background-color: rgba(93, 146, 201, 08);
}

@media screen and (max-width: 980px){
.top_searchpickup_superbox_sp {
  background-color: rgba(93, 146, 201, 08);
}
}
/**************************************************************************************/
/* company*/
/**************************************************************************************/

.company_shop_itembox{
  background-color: rgba(252, 207, 0, 0.7);
}
.shop_item_title{
  background-color: rgba(93, 146, 201, 08);
}

/**************************************************************************************/
/* その他レスポンシブ*/
/**************************************************************************************/
@media screen and (max-width: 980px){
.footer_telbox{
  background-color: #6396cb;
}
.gnavi_sp_overlay {
  background-color: rgba(93, 146, 201, 08);
}
.gnavi_sp_item{
  color: white;
}
.footer_contactbox , .top_blog_more_wrap {
  background-color: rgba(252, 207, 0, 0.7);
}
  
.footer_copy_in {
  padding: 0 20px;
}
.header_gnavibtn{
background-color: rgba(252, 207, 0, 0.7);
}
}