@charset "utf-8";

/******************************
ヘッダー、フッターのリニューアル対応 20150608
******************************/

/******************************
header_lg.css start
******************************/
/******************************
header
******************************/

@media screen and (min-width:768px) {

	#header {
	/*	height: 170px;*/
		height: 130px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #eeeeee;
	}

	#header #headerInner {
		height: 155px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		width: 1140px;
	}
	#header #headerInner #headerLogo a img {
		width: 200px;
	}
	.headerBoder {
		border-bottom:solid 3px #f7f7f7;;
	}
	#header #headerInner #headerLogo {
		position: static;
	/*	top: 10px;*/
		top: 6px;
		margin-top: 10px;
	/*left: 3px;*/
		width: initial;
		text-align: left;
	}
	#header #headerInner #headerLogo a img.sp_logo {
		display: none;
	}
	#header_sp {
		display: none;
	}
	#header_sp_n {
		display: none;
	}
	/******************************
	topUtility
	******************************/
	#topUtility {
		display: none;
	}
	/******************************
	globalNav
	******************************/
	#header #globalNav {
	/*	position: absolute;*/
	/*	top: 120px;*/
	/*	top: 80px;*/
	/*	left: 15px;*/
		width: 1140px;
		text-align: center;

	}
	/******************************
	headerNav
	******************************/
	#header .headerNav {
	  text-align: center;
	  margin: 10px 0 0;
	  position: relative;
	/*  font-family: 'Lato',"ヒラギノ角ゴ ProN W3"; */
	}
	#header .headerNav .list {
	  display: inline-block;
	}
	#header .headerNav .list > li {
	  display: inline-block;
	  padding: 0 35px 0px;
	  font-size: 16px;
	  font-weight: 600;
	  letter-spacing: 0.08em;
	  vertical-align: top;
	}
	#header .headerNav .list > li > a {
	  color: #3E3432;
	  height: 24px;
	  padding: 2px 0 0;
	  display: block;
	  text-align: center;
	  text-decoration: none;
	  -webkit-transition: 400ms ease-in-out;
	  -moz-transition: 400ms ease-in-out;
	  -ms-transition: 400ms ease-in-out;
	  -o-transition: 400ms ease-in-out;
	  transition: 400ms ease-in-out;
	}
	#header .headerNav .list > li > a:after {
	  content: "";
	  display: block;
	  width: 0;
	  margin: 7px auto 0;
	  border-bottom: 5px solid #0f9d58;
	  -webkit-transition: 400ms ease-in-out;
	  -moz-transition: 400ms ease-in-out;
	  -ms-transition: 400ms ease-in-out;
	  -o-transition: 400ms ease-in-out;
	  transition: 400ms ease-in-out;
	}
	#header .headerNav .list > li:hover > a {
	  color: #0f9d58;
	}
	#header .headerNav .list > li:hover > a:after {
	  width: 100%;
	}
	/******************************
	subNav
	******************************/
	#header #subNav {
		height: 80px;
		position: absolute;
		right: 0;
		top: 0;
		width: 301px;
	}
	/******************************
	headerFreeDial
	******************************/
	#header #headerFreeDial {
		position: absolute;
	/*	top: 80px;
		top: initial;*/
		top: 0px;
		right: 0px;
	/*	width: 270px;*/
		width: 280px;
		background-repeat: no-repeat;
		background-position: left top;
		height: 67px;
		color: #858585;
		margin-top:9px;
	}
	#header #headerFreeDial .FD01 {
		font-size: 10px;
		line-height: 20px;
		text-align: right;
		padding-top: 5px;
	/*	padding-right: 5px;*/
	}
	#header #headerFreeDial .FD02 {
		font-size: 26px;
		line-height: 30px;
		text-align: right;
	/*	padding-top: 1px;*/
	/*	letter-spacing: -2px;*/
		letter-spacing: -1px;
		padding-right: 5px;
		background-image: url(../images/header_tel.png);
		background-repeat: no-repeat;
		background-position:80px 5px;
		/*background-position-x: 80px;
		background-position-y: 5px;*/
	}
	#header #headerFreeDial .FD03 {
		font-size: 10px;
	/*	line-height: 15px;*/
		line-height: 13px;
		text-align: right;
		padding-right: 5px;
	}
	#header #headerFreeDial .FD02s {
		background-image: url("../images/header_freeDial_Logo.gif");
		background-position: right center;
		background-repeat: no-repeat;
		font-size: 10px;
		line-height: 30px;
		padding-right: 28px;
		position: absolute;
		text-align: left;
	}
	#header #headerFreeDial span {
		display: block;
	}
	#headerFreeDial .FD02 a {
		color: #549c82;
	}

	/******************************
	headerDial
	******************************/
	#header #headerDial {
		position: absolute;
		top: initial;
		right: 0px;
		width: 280px;
		background-repeat: no-repeat;
		background-position: left top;
		height: 67px;
		color: #858585;
		margin-top:9px;
	}
	#header #headerDial .DTEL01 {
		font-size: 26px;
		line-height: 30px;
		text-align: right;
		letter-spacing: -1px;
		color: #549c82;
		padding-right: 5px;
	}
	#headerDial .DTEL01 a {
		color: #549c82;
	}
	#header #headerDial .DTXT01 {
		font-size: 10px;
		line-height: 30px;
		text-align: right;
		position: absolute;
		right: 180px;
	}
	#header #headerDial .DTXT02 {
		font-size: 10px;
		line-height: 13px;
		text-align: right;
		padding-right: 5px;
	}
	#header #headerDial span {
		display: block;
	}

	/******************************
	ConsiderButton
	******************************/
	#header #ConsiderButton {
		position: absolute;
	/*	top: 80px;*/
		top: 42px;
		right: 0px;
	/*	width: 270px;*/
		width: 280px;
		height: 67px;
		color: #858585;
		margin-top:9px;
	}
	#header #ConsiderButton #CB001 {
		position: absolute;
		top: 15px;
		right: 0px;
		width: 280px;
		height: 67px;
		color: #858585;
		margin-top:9px;
		text-align: right;
	}
	#header #ConsiderButton #CB001 #CB002 {
	  color: #fff;
	  background-color: #0f9d58;
	  border-color: #0f9d58;
	  display: inline-block;
	  margin-bottom: 0;
	  font-weight: 400;
	  text-align: center;
	  vertical-align: middle;
	  cursor: pointer;
	  background-image: none;
	  border: 1px solid transparent;
	  white-space: nowrap;
	  padding: 3px 15px 1px 15px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  border-radius: 4px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	#header #ConsiderButton #CB001 a {
		color: #ffffff;
	}
}
/******************************
header_lg.css end
******************************/
/******************************
footer_lg.css start
******************************/
/******************************
footer
******************************/
#footer {
	font-family: "メイリオ", Meiryo, Arial, sans-serif;
	background-color: #ffffff;
	/*max-width: 1140px;*/
}
#footer #footerInner {
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-left: 0px;
	width: 1140px;
	/*height: 230px;*/
	/*height: 320px;*/
	/*height: 360px;*/
	/*height: 380px;*/
	/*height: 400px;*/
	height: 420px;
	color: #FFF;
}
/******************************
goTop
******************************/
#footer #goTop a {
	/*
	position: absolute;
	*/
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	/*background-image: url(http://www.travelwith.jp//wp-content/themes/base_theme/images/arrow_goTop.gif);*/
	background-repeat:	no-repeat;
	color: #999999;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	top: initial;
	padding-left: initial;
	right: initial;
	border: initial;
}
#footer #goTop a span {
	padding-top: 10px;
}
#footer #goTop a:hover {
	text-decoration: none;
}
/******************************
snsArea
******************************/
#snsArea {
	top: 50px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 30px;
	height: 70px;
	line-height: 21px;
	text-align: left;
}
#snsArea #snsAreaInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 1140px;
	/*height: 230px;*/
	height: 100px;
	color: #FFF;
}
#snsArea #snsAreaInner .snsSection {
	float: left;
	margin-top: 15px;
	margin-left: 23px;
	width: 357px;
	color: #252222;
	font-size: 11px;
}
#snsArea #snsAreaInner .snsSection .snsSectionTxt1 {
	color: #252222;
	font-size: 14px;
	font-weight: bold;
}
#snsArea #snsAreaInner .snsSection .snsSectionTxt2 {
	color: #666666;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 {
	float: left;
	margin-top: 20px;
	margin-right: 23px;
/*	width: 167px; */
	width: 147px; /* for snsbnr 20151123 */
	color: #252222;
	font-size: 11px;
	line-height: 32px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt3 {
	background-image: url("../images/facebook_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
    color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt4 {
    background-image: url("../images/twitter_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt5 {
    background-image: url("../images/pinterest_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt6 {
    background-image: url("../images/blog_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxtColor {
	color: #252222;
}
/* add for snsbnr 20151123 */
#snsArea #snsAreaInner .snsSectionBnr {
	float: left;
	margin-top: 20px;
	margin-right: 23px;
	width: 164px;
}
/******************************
companyArea
******************************/
#footer #companyArea {
	top: 50px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 30px;
	height: 200px;
	line-height: 40px;
	text-align: left;
	border-top: solid 1px #eeeeee;
}
#companyArea #companyAreaInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 1140px;
	/*height: 230px;*/
	height: 180px;
	color: #FFF;
}
#companyArea #companyAreaInner .companySection {
	float: left;
	margin-top: 0px;
	margin-right: 23px;
	width: 357px;
	color: #252222;
	font-size: 11px;
}
#companyArea #companyAreaInner .companySectionMargin {
	width: 380px;
	margin-right: 0px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt1 {
    background-image: url("../images/footer_logo.png");
	background-repeat: no-repeat;
}
#companyArea #companyAreaInner .companySection .companySectionTxt2 {
	color: #252222;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt3 {
	background-repeat: no-repeat;
	color: #252222;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#companyArea #companyAreaInner .companySection .companySectionTxt4 {
	color: #252222;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
#companyArea #companyAreaInner .companySection .companySectionTxt5 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt6 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt7 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt8 {
	float: left;
	width: 160px;
	color: #252222;
	line-height: 12px;
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
}
#companyArea #companyAreaInner .companySection .companySectionTxt8_Air {
	width: 160px;
	color: #252222;
	line-height: 12px;
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
	position: absolute;
	right: 190px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt8_2{
	height: 30px;
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
#companyArea #companyAreaInner .companySection .companySectionTxt9 {
	float: left;
	width: 20px;
	line-height: 20px;
	background-image: url("../images/footer_tel.png");
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 5px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt10 {
	float: left;
	width: 185px;
	font-size: 26px;
	line-height: 26px;
	color: #008444;
	text-align: right;
	margin-top: 2px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt10_Air {
	float: right;
	width: 185px;
	font-size: 26px;
	line-height: 26px;
	color: #008444;
	text-align: right;
	margin-top: 2px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt11 {
	float: left;
	width: 300px;
	/*
	background-image: url("../images/footer_free.png");
	background-repeat: no-repeat;
	*/
	line-height: 18px;
	margin-top: 10px;
	margin-left: 80px;
	text-align: right;
}
#companyArea #companyAreaInner .companySection .companySectionTxt12 {
	float: left;
	width: 380px;
	font-size: 12px;
	line-height: 26px;
	text-align: right;
}
/* add for footerbnr 20151123 */
#companyArea #companyAreaInner .companySection .footerbnr {
	float: left;
	width: 380px;
	text-align: right;
}
#snsArea #snsAreaInner .snsSection2 {
	float: left;
	margin-top: 20px;
	margin-right: 23px;
/*	width: 167px; */
	width: 147px; /* for snsbnr 20151123 */
	color: #252222;
	font-size: 11px;
	line-height: 32px;

}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt3 {
	background-image: url("../images/facebook_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
    color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt4 {
    background-image: url("../images/twitter_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt5 {
    background-image: url("../images/inst_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
#snsArea #snsAreaInner .snsSection2 .snsSectionTxt6 {
    background-image: url("../images/blog_ico.png");
	background-repeat: no-repeat;
    padding-left: 45px;
	color: #252222;
	font-size: 12px;
}
/* add for snsbnr 20151123 */
#snsArea #snsAreaInner .snsSectionBnr {
	float: left;
	margin-top: 20px;
	margin-right: 23px;
	width: 164px;
}

/******************************
creditArea
******************************/
#footer #creditArea {
	width: 100%;
	margin-top: 40px;
	color: #999999;
	background-color: #008444;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
#footer #creditArea #creditAreaInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 1140px;
	color: #ffffff;
}
/******************************
section
******************************/
#footer .section {
	float: left;
	margin-right: 15px;
	width: 170px;
	color: #ffffff;
	font-size: 11px;
}
#footer .section a {
	color: #252222;
}
#footer .section h4 {
	overflow: hidden;
	padding-left: 12px;
	height: 19px;
	background-color: #323232;
	line-height: 20px;
}
#footer .section p {
	overflow: hidden;
	padding-left: 12px;
	height: 19px;
	background-color: #008444;
	line-height: 20px;
}
#footer .section .sectionContent1 {
	overflow: hidden;
	padding-left: 0px;
	height: 19px;
	background-color: #008444;
	line-height: 20px;
	text-align: center;
}
#footer .section ul {
	margin-top: 7px;
	margin-bottom: 7px;
}
#footer .section ul li {
	overflow: hidden;
	height: 22px;
	line-height: 23px;
	padding-left: 2px;
}
#footer .section2 {
	float: left;
	margin-right: 15px;
	width: 540px;
	color: #ffffff;
	font-size: 11px;
}
#footer .section2 a {
	color: #252222;
}
#footer .section2 h4 {
	overflow: hidden;
	padding-left: 12px;
	height: 19px;
	background-color: #323232;
	line-height: 20px;
}
#footer .section2 .sectionContent2 {
	overflow: hidden;
	padding-left: 0px;
	height: 19px;
	background-color: #008444;
	line-height: 20px;
	text-align: center;
}
#footer .section2 ul {
	margin-top: 7px;
	width: 200px;
}
#footer .section2 ul li {
	overflow: hidden;
	height: 22px;
	line-height: 20px;
}
#footer .sectionMargin {
	margin-right: 0px;
}
/******************************
footer_lg.css end
******************************/
/******************************
style.css start
******************************/
/* for SP
----------------------------------------*/
@media screen and (max-width:767px) {
	#header {display:none;}
	#header_sp {display:block;}
	#header_sp .logo {position:fixed;top:10px;left:10px;z-index:9000;}
	#header_sp .logo a {display:block;text-indent:-9999px;width:112px;height:40px;background:url(../images/header_sp_logo_20150604.png) left top no-repeat;background-size:112px auto;}
	#header_sp .tel {position:fixed;top:8px;right:10px;color:#fff;text-align:right;z-index:9000;}
	#header_sp .tel a {display:inline-block;color:#fff;padding-left:20px;font-size:15px;}
	#header_sp .tel a:before {display:inline-block;content:"";width:13px;height:9px;margin-right:5px;background:url(../images/header_sp_ico1.png) left top no-repeat;background-size:auto 9px;}
	#header_sp .tel span {display:block;font-size:9px;}

	#header_sp_n {display:block;}
	#header_sp_n .logo {position:fixed;top:5px;left:50px;z-index:19000;}
	#header_sp_n .logo a {display:block;text-indent:-9999px;width:42px;height:40px;background:url(../images/header_sp_logo_20160104.png) left top no-repeat;background-size:42px auto;}
	#header_sp_n .tel {position:fixed;top:12px;right:5px;color:#000;text-align:right;z-index:19000;}
	#header_sp_n .tel a {display:inline-block;color:#000;padding-left:20px;font-size:20px;}
	#header_sp_n .tel a:before {display:inline-block;content:"";width:22px;height:15px;margin-right:5px;}
	#header_sp_n .tel span {display:block;font-size:9px;}
}
@media screen and (max-width:395px) {
	#header_sp .logo {top:10px;}
	#header_sp_n .logo {top:5px;}
}


/* -----------------------------------------------------------
フッタースマホ時　CSS
2015-06-04
----------------------------------------------------------- */

/* for SP
----------------------------------------*/
#footer_sp {display:none;}


/* for SP
----------------------------------------*/
@media screen and (max-width:767px) {
/*	#footer {display:none;}*/
	#companyAreaCenter #footer_sp {display:block;width:100%;text-align:center;margin-top:10px;margin-bottom:7px;}
}

@media screen and (max-width:767px) {
/******************************
goTop
******************************/
#footer #goTop a {
	position: absolute;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	color: #999999;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}
#footer #goTop a span {
	padding-top: 5px;
}
#footer #goTop a:hover {
	text-decoration: none;
}
/******************************
companyArea
******************************/

#footer #companyArea {
	width: 100%;
	border-top: solid 1px #eeeeee;
    top: 40px;
}
#companyArea #companyAreaInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 95%;
	/*height: 230px;*/
    /*margin-top: 0px;
    height: 160px;
	color: #FFF;*/
}

#companyArea #companyAreaInner .companySection {
	float: left;
	margin-top: 15px;
	margin-right: 23px;
	color: #252222;
	font-size: 11px;
}
#companyArea #companyAreaInner .companySectionMargin {
    margin: 0 auto;
	width: 100%;
}
#companyArea #companyAreaInner .companySection .companySectionTxt3 {
	color: #252222;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#companyArea #companyAreaInner .companySection .companySectionTxt4 {
	color: #252222;
	margin-top: 5px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
#companyArea #companyAreaInner .companySection .companySectionTxt5 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt6 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt7 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt8_2{
	height: 30px;
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
/******************************
creditArea
******************************/
#footer #creditArea {
	line-height: 30px;
	margin-top: 50px;
	width: 100%;
	background-color: #008444;
	font-size: 12px;
	text-align: center;
}
#footer #creditArea #creditAreaInner {
	width: 100%;
	color: #ffffff;
}

/******************************
style.css end
******************************/
/******************************
header_nav_xs.css start
******************************/


#topUtility {
    /*background-color: #000;*/
    height: 50px;
    width: 100%;
}

.navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navmenu-default {
    background-color: #fff;
}
.navmenu .navmenu-title {
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    /*
    padding-left: 15px;
    padding-top: 15px;
    */
    padding:0;
    /*
    position:relative;
    */
}
.navmenu .navmenu-footer {
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    padding:0;
    /*
    position:relative;
    */
}
.navmenu .navmenu-title .navmenu-title-txt {
    padding-left: 15px;
    padding-top: 15px;
}
.navmenu-nav {
    margin:0;
}
.navmenu ul.navmenu-nav li {
    border-bottom: 1px solid #e7e7e7;
    min-height: 46px;
    padding-left: 15px;
}
.navmenu ul.navmenu-nav li a {
    background-image: url("../images/icon_point.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    padding: 15px;
}
.navmenu ul.navmenu-nav li a span {
    left: 105px;
    /*
    position: absolute;
    */
}
/******************************
header_nav_xs.css end
******************************/
/******************************
footer_xs2.css start
******************************/
/******************************
section
******************************/
#footer .section {
	display: none;
}
/******************************
snsArea
******************************/
#footer #snsArea {
	display: none;
}

/******************************
snsArea
******************************/
#footer #snsArea {
	display: none;
}

/******************************
footerInner
******************************/
#footer #footerInner {
	display: none;
}
/******************************
goTop
******************************/
#footer #goTop {
	display: block;
}

/******************************
companyArea
******************************/
#footer #companyArea #companyAreaInner #companyAreaLeft {
	display: none;
}

#footer #companyArea #companyAreaInner #companyAreaRight {
	display: none;
}
/******************************
adressを非表示　20150604
******************************/
/******************************
bootstrap.mod.css start
******************************/
/**
 * Slide Menu
 * ----------------------------------------------------------------------------
 */
.navbar-toggle {
	/*
	position: relative;
	float:left;
	*/
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0px;
}

.navbar .logo {position:absolute;top:5px;left:50px;}
.navbar .logo a {display:block;text-indent: 100%;white-space: nowrap;overflow: hidden;width:42px;height:40px;background:url(../images/header_sp_logo_20160104.png) left top no-repeat;background-size:42px auto;}
.navbar .tel {position:absolute;top:12px;right:5px;color:#000;}
.navbar .tel a {display:inline-block;color:#000;padding-left:20px;font-size:20px;}
.navbar .tel a:before {display:inline-block;content:"";width:22px;height:15px;margin-right:5px;}
.navbar .tel span {display:block;font-size:9px;}

.navbar .telAir {position:absolute;top:8px;right:5px;color:#000;}
.navbar .telAir a {display:inline-block;color:#000;padding-left:20px;font-size:16px;}
.navbar .telAir span {display:block;font-size:9px;}

.dmenu_openbtn {
	/*position: absolute;*/
	left: 5px;
	top: 5px;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
}

.navbar-close {
	position: absolute;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0px;
}
/******************************
bootstrap.mod.css end
******************************/

/******************************
drawer(custom) start
******************************/

img {
	vertical-align: middle;
	border: 0;
}
.drawer-menu>li{
	position: relative;
	display: block;
}
.drawer-menu>li>a{
	position: relative;
	display: block;
}
.drawer-menu>li>div{
	position: relative;
	display: block;
}

#myNavmenu {
/*
	height:100%;
*/
	z-index: 10031;
}

#myNavmenu.navmenu ul.navmenu-nav li a img {
    background: #fff none repeat scroll 0 0;
    margin: -5px 5px 0 -30px;
}

#myNavmenu.drawer-nav ul.drawer-menu li a img {
	zoom: .6;
	background: #fff none repeat scroll 0 0;
	margin: -5px 5px 0 -30px;
}

.drawer--left .drawer-nav {
	left: -250px;
}

.drawer-nav {
	width: 250px;
}

.dmenu-brand {
    position:relative;
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    padding:0;
}

.dmenu-brand-txt {
	padding-top: 17px;
}

.dmenu-close {
	position: absolute;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 15px;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0px;
}
.drawer-nav {
	background-color: #ffffff;
	border-bottom: 1px solid #008444;
	margin:0;
}
.drawer-nav .navmenu-title {
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    padding:0;
    position:relative;
}
.drawer-nav .navmenu-footer {
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    padding:0;
    position:relative;
}
.drawer-nav ul.drawer-menu li {
    border-top: 1px solid #e7e7e7;
    min-height: 46px;
    padding-left: 15px;
}
.drawer-nav ul.drawer-menu li a {
    background-image: url("../images/icon_point.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    padding: 15px;
}
.drawer-nav ul.drawer-menu li a:hover, .drawer-nav ul.drawer-menu li a:focus{
	text-decoration: none;
}
.drawer-nav ul.drawer-menu li a span {
    left: 105px;
    position: absolute;
}

.drawer-menu>ul>li.area {
    padding-left: 40px;
    background-color: #e8eaf9;
}

.drawer-menu>ul>li.arrow {
    background-image: url(../images/nav_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 20px;
}

.drawer-menu>ul>li.arrow>a:active {
}

li.area>ul>li.city {
    padding-left: 110px;
    margin-left: -60px;
    background-color: #eff5f3;
}

.drawer-menu>ul>li.arrow>a:hover, .drawer-menu>ul>li.arrow>a:focus {
	text-decoration: none;
	background-color: transparent;
}

/******************************
drawer(custom) end
******************************/

}

/**
 * iPad mini用
 */
@media only screen
	and (device-width: 768px)
	and (device-height: 1024px)
{
	body {
		width:1140px;
	}
}


/************************************************
 * ヘッダー、フッターのリニューアル 20160425
 ************************************************/

#footer #goTop a:first-child{display:none;}
#footer #goTop a:last-child{display:block;}
/*
#footer #goTop a span:last-child{display:none;}
*/

#companyArea #companyAreaInner .companySection .companySectionTxt13 {
	float: left;
	margin-right: 0px;
	width: 380px;
	font-size: 10.5px;
	line-height: 20px;
	text-align: left;
	padding-left: 75px;
}
#companyArea #companyAreaInner .companySection .companySectionTxt13 span {display:block;}

@media (max-width: 767px) {
	.navbar .tel {top:8px;}
	.navbar .tel a {font-size:16px;}
	.navbar .tel a:before {
		/* background: url(../images/top/header_freeDial_Logo2.gif) left top no-repeat; */
	}
	.dmenu_openbtn {
		background-color: transparent;
	}
	.navbar .logo {
		left: 86px;
	}
	.navbar .logo img {width:30px;}
	.navbar .c_name {
		position: absolute;
		top: 28px;
		right: 3px;
	}
	.navbar .logo a {
		width: 30px;
		height: 37px;
		/* background: url(../images/top/header_sp_logo_20160411.png) left bottom no-repeat; */
		background: url(../images/top/header_sp_logo_20160425.png) left bottom no-repeat;
		background-size: 28px auto;
	}
	#companyArea,
	#creditArea {
		display: none;
	}
	#footer #companyArea #companyAreaInner #companyAreaLeft{display:block;width: 100%;}
	#companyArea #companyAreaInner .companySection .footerbnr {float: none;margin: 0 auto;width: 100%;}
	/*#footer #companyArea{border-top: solid 1px #eeeeee;top: 50px;line-height: normal;height:350px;}*/
	#footer #companyArea{border-top: solid 1px #eeeeee;top: 50px;line-height: normal;}
	#footer #goTop a {padding-top:10px;line-height: 0.6;height:50px;font-weight:bold;letter-spacing: 1px;text-decoration:none;}
	#footer #goTop a span{display:block;}
	/*
	#footer #goTop a span:last-child{font-size:12.5px;display:block;}
	*/
	#companyAreaCenter #footer_sp{margin-top:15px;}

	#companyAreaLeft .companySectionTxt1,
	#companyAreaLeft .companySectionTxt2 {
		display: none;
	}
	#footer #goTop a:first-child{font-size:12.5px;display:block;}
	#footer #goTop a:last-child{display:none;}
}

/* 日付入力カレンダーのデザイン修正 */
@media screen and (max-width:767px) {
  .table-condensed{
    font-size: 18px;
  }
}
.input-group {
	display: inline-block;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	opacity: 0.35;
}
