@charset "UTF-8";


/* フッターをブラウザ最下部表示用 */
#container {
	display: flex;
	flex-direction: column;
	height: 100%;
}




#content {
	min-width: 960px;
}




/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
}

.header_left {
	max-width: 530px;
	float: left;
	padding: 20px 0 0 0;
}

.header_right {
	width: 425px;
	float: right;
}

.btn_twitter {
	width: 35px;
	float: left;
	margin: 0 10px 0 0;
}

.btn_contact {
	background: #27BE27;
	width : 205px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
}
.btn_contact a {
	background: url('/image/pc/icon/icon_mail.png') no-repeat 10px center;
	background-size: 30px 30px;
	color: #fff;
	padding: 0 0 0 50px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.box_twitter_contact {
	overflow: hidden;
	margin: 0 0 5px 150px;
}

.reception_time {
	width: 130px;
	background: #F0F0F0;
	font-size: 14px;
	text-align: center;
	float: left;
	position: relative;
	padding: 10px 0;
	margin: 0 12px 0 0 ;
}
.reception_time::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,  183,  213,  0);
	border-left-color: #F0F0F0;
	border-width: 10px;
	margin-top: -10px;
}

.tel {
	width: 275px;

	float: left;
}
.box_tel {
	overflow: hidden;
}

.area {
	color: #fff;
	font-size: 16px;
	width: 58px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.area span {
	background: #4D4D4D;
	padding: 2px 10px;
}

.tel_number {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 5px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3em;
}

.box_tel_number {
	display: table;
}





/*--------------------------------------------------------------
navi
--------------------------------------------------------------*/
#navi {
	background: #27BE27;
}

.inner_navi {
	display: table;
	table-layout: fixed;
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: #27BE27;
}

#navi nav {
	display: table-cell;
	vertical-align: middle;
}
#navi ul li {
	display: inline-block;	
	color: #fff;
	padding: 0 10px 0 4px;
	border-right: 1px solid #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
#navi ul li:first-child {
	padding-left: 0px;
}
#navi ul li:last-child {
	border: none;
}
#navi ul li a {
	color: #fff;
}
#navi ul li a.active {
	background: #4D4D4D;
	padding: 10px ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#navi ul li a:hover {
	opacity: 1;
}
#navi ul li a:hover span {
	border-bottom: 1px solid #fff;
}
#navi ul li a span.small {
	font-size: 12px;
}





/*--------------------------------------------------------------
googleカスタム検索
--------------------------------------------------------------*/
.search_box {
	display: table-cell;
	width: 310px;
	vertical-align: middle;
}
.search_box .gsc-control-cse {
	padding: 0;
	background-color: transparent;
	border: none;
}
.search_box form.gsc-search-box {
	margin: 0;
}
.search_box table.gsc-search-box {
	margin: 0;
}
.search_box table.gsc-search-box td {
	display: table-cell;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}
.search_box .gsc-input-box {
	border-radius: 5px 0 0 5px;
}
.search_box .gsc-search-box-tools .gsc-search-box .gsc-input {
	background: none !important;
	padding-right: 0 !important;
}
.search_box .gsc-search-button {
	width: 40px;
	height: 40px;
	margin-left: 0;
	font-size: 14px;
	color: #fff;
	border: none;
	background: #5C5C5C;
	padding: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.search_box .gsc-search-button:focus {
	background: #5C5C5C;
}
.search_box .gsc-search-button:hover {
	background: #6b6b6b;
}
.search_box .gsc-clear-button {
	display: none !important;
}






/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer {
	min-width: 960px;
	margin-top: auto;
}

.foot_btn_box {
	height: 90px;
	background: #27BE27;
}
.foot_btn_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.pagetop {
	color: #fff;
	font-size: 14px;
	width: 80px;
	float: right;
	border-left: 1px solid #fff;
	padding: 0 0 0 30px;
	margin: 15px 0 0 0;
}
.pagetop a {
	color: #fff;
}

.foot_btn_twitter_wrap {
	border-bottom: 1px solid #fff;
	margin: 0 0 30px 0;
}

.foot_btn_twitter {
	width: 960px;
	margin: 0 auto 15px;
	font-size: 16px;
}
.foot_btn_twitter dt {
	display: inline-block;
	padding: 0 30px 0 0;
	height: 50px;
	line-height: 50px;
}
.foot_btn_twitter dd {
	display: inline-block;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
}

.foot_btn_twitter dd a {
	background: url('/image/pc/icon/twitter.png') no-repeat left center;
	background-size: 50px 50px;
	padding: 15px 0 15px 60px;
	color: #4D4D4D;
}

.foot_link_box {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.foot_link_box a {
	color: #4D4D4D;
	background: url('/image/pc/icon/arrow01.png') no-repeat left center;
	background-size: 14px 14px;
	padding: 0 0 0 20px;
}

.foot_link {
	font-size: 14px;
	width: 220px;
	float: left;
}

.foot_link_wrap {
	background: #E8E8E8;
	padding: 20px 0 30px 0;
}

.copyright {
	background: #4D4D4D;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	padding: 10px 0;
	font-size: 13px;
}




/*--------------------------------------------------------------
パンくずリスト
--------------------------------------------------------------*/
.breadcrumb_box {
	width: 880px;
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
}

#breadcrumb li {
	display: inline-block;
	color: #fff;
}
#breadcrumb li:first-of-type span {
	display: none;
}
#breadcrumb li::after {
	content: "＞";
	position: relative;
	right: -5px;
}
#breadcrumb li:last-child::after {
	content: " ";
}
#breadcrumb li a {
	color: #fff;
}






/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.contact_link_box {
	background: #F8F8F8;
	padding: 15px 0 30px;
	margin: 0 0 50px 0;
}
.contact_link_box h1 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	min-width: 960px;
}

.text_contact {
	text-align: center;
	font-size: 16px;	
	letter-spacing: 3px;
	margin: 0 0 15px 0;
	min-width: 960px;
}

.wrap_contact_box {
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}

.box_left {
	width: 430px;
	float: left;
	border-right: 1px solid #ADADAD;
}

.box_right {
	width: 430px;
	float: left;
}

.info01 {
	position: relative;
	background: #fff;
	border: 2px solid #27BE27;
	color: #27BE27;
	width: 350px;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 15px;
}
.info01::after,
.info01::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.info01::after {
	border-color: rgba(255,  255,  255,  0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.info01::before {
	border-color: rgba(39,  190,  39,  0);
	border-top-color: #27BE27;
	border-width: 13px;
	margin-left: -13px;
}

.box_left dd h2 {
	color: #27BE27;
	font-size: 30px;
	background: url('/image/pc/icon/icon_tel.png') no-repeat left center;
	background-size: 67px 67px;
	height: 67px;
	line-height: 67px;
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
}

.box_right dd h2 {
	color: #27BE27;
	font-size: 26px;
	line-height: 1.2em;
	background: url('/image/pc/icon/icon_pc.png') no-repeat left center;
	background-size: 78px 78px;
	padding: 0 0 0 90px;
	letter-spacing: -1px;
	width: 400px;
	margin: 20px 0 30px 35px;
}

.info02 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding: 2px 5px;
}
.info02 span {
	background: #4D4D4D;	
	padding: 2px 8px;
}

.info03 {
	color: #4D4D4D;
	display: table-cell;	
	vertical-align: middle;
	padding: 0 0 2px 10px;
}

.wrap_info {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.box_right dd p {
	text-align: center;
}
.box_right dd p a {
	background: #4D4D4D;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 380px;
	text-align: center;
	font-size: 22px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.box_right dd p a::after {
	content: "▶︎";
	padding: 0 0 0 10px;
}






/*--------------------------------------------------------------
共通見出し
--------------------------------------------------------------*/
.ttl_ad {
	font-size: 20px;
	letter-spacing: 5px;
	text-align: center;
	color: #4D4D4D;
	padding: 0 0 10px 0;
	margin: 30px 0 5px 0;
	position: relative;
}
.ttl_ad::before {
	content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #27BE27;
}

.ttl_sub {
	text-align: center;
	color: #ADADAD;
	font-size: 18px;
	margin: 0 0 10px 0;
}









/*--------------------------------------------------------------
バナー
--------------------------------------------------------------*/
.banner_box .list_banner {
	overflow: hidden;
	width: 870px;
	margin: 30px auto;
}
.banner_box .list_banner li {
	width: 420px;
	float: left;
	margin: 0 0 25px 0;
	
}
.banner_box .list_banner li:nth-child(odd) {
	margin-right: 30px;
}
.banner_box .list_banner li dl dd::before {
	content: "△";
	padding-right: 5px;
	font-size: 14px;
}






/*--------------------------------------------------------------
検索一覧などのサイトリスト
--------------------------------------------------------------*/
.site_list_media {
	margin: 0 auto;
	overflow: hidden;
}
.site_list_media li {
	width: 200px;
	height: 195px;
	border-bottom: 1px solid #ADADAD;
	background: url('/image/pc/icon/arrow02.png') no-repeat right bottom 5px;
	background-size: 14px 14px;
	float: left;
	margin: 0 10px 35px 10px;
	overflow: hidden;
}

.site_list_media li dl {
	position: relative;
	height: 100%;
}

.site_list_media li dl dt {
	margin: 0 0 8px 0;
}
.site_list_media li dl dd.media_name {
	font-weight: bold;
	line-height: 1.2em;
	color: #4D4D4D;
	font-size: 14px;
	word-wrap: break-word;
}
.site_list_media li dl dd span.men {
	background: #4D4D4D;
	color: #fff;
	font-size: 13px;
	padding: 0 5px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
}

.site_list_media li dl dd span.campaign {
	color: #FF5353;
	font-size: 13px;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

.site_list_media li dl dd.features {
	line-height: 1.4em;
}


