@charset "utf-8";




/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */

.wrap{
	overflow: hidden;
	position: relative;
}

.contents{
	margin-left: auto;
	margin-right: auto;
}

/* 横幅全画面 */
.fullWidth{
	width: 100%;
}
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ヘッダー ////////// */
.header{
	border-top: 5px solid #ba1b21;
}
.top-header{
	line-height: 1;
}
.logo{
	display: block;
}
.logo img{
	display: inline-block;
}
.box-info-header{
	display: inline-block;
	vertical-align: top;
}
.head-info-header{
	line-height: 1.25;
	box-sizing: border-box;
}
.content-info-header a{
	display: block;
}
.header-mail{
	padding: 0 10px;
	color: #fff;
	background: #a40000;
	border: 1px solid #434343;
	box-sizing: border-box;
}
.header-mail:before{
	font-family: Fontawesome;
	content: "\f0e0";
	margin-right: 0.5em;
	color: #fff;
}
/* ヘッダー ////////// */

/* フッター ////////// */

.footer:before{
	content: "";
	display: block;
	width: 100%;
	background: #ba1b21;
}

.footer-logo{
	display: block;
	transition: 0.5s;
}
.footer-address{
	line-height: 1;
}
.footer-tel{
	transition: 0.5s;
}
.content-info-footer{
	display: inline-block;
	vertical-align: middle;
}
.head-info-footer{
	display: inline-block;
	padding: 0.35em 0.5em;
	margin-right: 0.5em;
	color: #005bac;
	background: #fff;
	text-align: center;
	line-height: 1.25;
	vertical-align: middle;
}
.googlemap{
	width: 100%;
}

.copyright{
	padding: 1em 0;
	line-height: 1;
	text-align: center;
}

/* フッター ////////// */


/* 背景色 */
.bg-white{
	background: #fff;
}
.bg-gray{
	background: #f8f8f8;
}
/* 背景色 */


/* 文字色 */
.color-red{
	color: #ba1b21;
}
/* 文字色 */


/* トップに戻るボタン */
.pagetop{
	position: fixed;
	display: block;
	z-index: 9999;
}
/* トップに戻るボタン */


/* パンくず */
.wrap-breadcrumb{
	padding: 3px 0;
	background: #f4f4f4;
}
.breadcrumb li{
	float: left;
	letter-spacing: normal;
}
.breadcrumb li:not(:first-child):before{
	margin: 0 0.5em 0 1em;
	content: "／";
	font-size: 12px;
	color: #c19d75;
	vertical-align: -5%;
}
.breadcrumb li:first-child:before{
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 18px;
	height: 18px;
	background: url(../images/icon-home.png) repeat;
	vertical-align: -10%;
}
.breadcrumb a,
.breadcrumb span{
	color: #655e4c;
}
.breadcrumb a:hover span{
	color: #e58b3d;
}
.breadcrumb a:hover{
	color: #e58b3d;
	text-decoration: underline;
}
/* パンくず */


/* ページ送り */
.pager{
	display: table;
	margin: 0 auto;
	text-align: center;
}
.pager li{
	display: inline-block;
	vertical-align: middle;
}
.page{
	display: block;
	color: #7c6f6b;
	border: 1px solid #7c6f6b;
	box-sizing: border-box;
}
.page:hover,
.page-current{
	color: #fff;
	background: #f76ed2;
	border: none;
	opacity: 1;
}
/* ページ送り */






/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */



/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:791px){
	/* 横幅全画面 */
	.fullWidth{
		min-width: 990px;	/* 最低幅 表示エリアを指定 */
	}
	.wrap{
		z-index: 5;
	}
	.contents{
		width: 990px;
	}

	/* ヘッダー ////////// */
	.header{
		padding: 15px 0 30px;
	}
	.top-header{
		margin-bottom: 0.5em;
	}
	.logo{
		display: inline-block;
		padding-top: 18px;
	}
	.box-info-header{
		margin-left: 25px;
	}
	.head-info-header{
		font-size: 15px;
	}
	.header-tel{
		font-size: 32px;
		line-height: 38px;
	}
	.header-mail{
		width: 220px;
		font-size: 14px;
		line-height: 32px;
	}
	.header-mail:before{
		font-size: 18px;
	}
	/* ヘッダー ////////// */
	
	/* グローバルナビ ////////// */
	.nav{
		border-top: 2px solid #362e2b;
		background: #ba1b21;
	}
	.global-nav{
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.global-nav li{
		float: left;
		display: table;
		width: 25%;
	}
	.global-nav a{
		display: table-cell;
		height: 48px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	/* グローバルナビ ////////// */
	
	/* フッター ////////// */
	.footer{
		padding: 0 0 100px;
	}
	.footer:before{
		margin-bottom: 20px;
		height: 48px;
		border-bottom: 5px solid #313131;
	}
	.footer-logo{
		margin-bottom: 40px;
	}
	.footer-address{
		font-size: 18px;
	}

	.footer-nav li{
		margin-bottom: 1em;
	}
	.footer-nav li{
		margin-left: 1.5em;
		text-indent: -1.5em;
	}
	.footer-nav li:not(:last-child){
		margin-bottom: 0.5em;
	}
	.footer-nav a{
		font-size: 18px;
	}
	.footer-nav li:before{
		content: "・";
	}
	.footer-nav a:hover{
		text-decoration: underline;
	}
	.footer .googlemap{
		width: 645px;
		height: 400px;
	}
	.copyright small{
		font-size: 10px; 
	}
	/* フッター ////////// */
	
	
	/* section */
	.section{
		padding: 50px 0;
	}
	/* section */
	
	
	/* トップに戻るボタン */
	.pagetop{
		right: 40px;
		bottom: 40px;
	}
	/* トップに戻るボタン */
	
	
	/* ページ送り */
	.pager li{
		margin: 0 10px;
	}
	.page{
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	/* ページ送り */

	
}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */



/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 790px){
	.main{
		margin-bottom: 15vw;
	}
	.sp-contents{
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	.inner-content{
		padding: 1em;
	}
	#consulting .wrap{
		width:100%!important;
		margin:0!important;
	}
	#consulting .main{
		display:block;
		width:100%;
		margin:0;
		padding:1em;
		float:left;
		border:none;
	}

	/* ヘッダー ////////// */
	.header{
		position: relative;
		padding: 2vw 0 2.5vw;
		background: #fff;
	}
	.top-header{
		margin-bottom: 1em;
		font-size: 2.7vw;
		line-height: 1.25;
		text-align: center;
	}
	.logo{
		display: inline-block;
		padding-bottom: 5vw;
		margin: 0 0 0 5vw;
		width: 75%;
	}
	.logo img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.box-info-header{
		display: block;
		margin: 0 auto 1em;
		width: 90%;
	}
	.head-info-header{
		margin-bottom: 0.25em;
		font-size: 3.3vw;
		text-align: center;
	}
	.header-tel{
		font-size: 8vw;
		text-align: center;
	}
	.header-mail{
		padding: 0.5em;
		font-size: 5vw;
		text-align: center;
	}
	
	.sp-btn{
		position: absolute;
		right: 4vw;
		top: 9.5vw;
		font-size: 10vw;
		color: #ba1b21;
		line-height: 1.2;
		cursor: pointer;
	}
	/* ヘッダー ////////// */
	
	/* モバイルナビ ////////// */
	.nav{
		display: none;
		position: absolute;
		top: 24.5vw;
		left: 0;
		width: 100%;
		background: #ba1b21;
		border-top: 1px solid #fff;
		border-bottom: 2px solid #fff;
		z-index: 1000;
	}
	.global-nav li{
		border-bottom: 1px solid #fff;
	}
	.global-nav > li > a,
	.nav span{
		display: block;
		padding: 1em;
		font-size: 4vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.nav span{
		border-bottom: 1px solid #333;
	}
	.sub-nav a{
		display: block;
		padding: 1em;
		font-size: 4vw;
		color: #fff;
		background: #ba1b21;
		text-align: center;
	}
	.sub-nav li{
		border-bottom: 1px solid #fff;
	}
	/* モバイルナビ ////////// */
	
	/* フッター ////////// */
	.footer{
		padding: 0 0 10vw;
	}
	.footer:before{
		margin-bottom: 10vw;
		height: 10vw;
		border-bottom: 2px solid #313131;
	}
	.footer-logo,
	.footer-address{
		margin: 0 auto 2em;
		text-align: center;
	}
	.footer-logo img{
		width: 70%;
		height: auto;
	}
	.footer-address{
		font-size: 4vw;
		line-height: 1.5;
		text-align: center;
	}
	
	.footer-nav{
		display: block;
		margin: 0 auto 2em;
		width: 70%;
	}
	.footer-nav a{
		display: block;
		padding: 0.5em;
		font-size: 4vw;
	}
	.footer-nav a:before{
		content: "・";
	}
	.footer .googlemap{
		height: 70vw;
	}
	.copyright small{
		font-size: 2.5vw; 
	}
	/* フッター ////////// */
	
	
	/* section */
	.section{
		padding: 10vw F0;
	}
	/* section */
	
	
	/* トップに戻るボタン */
	.pagetop{
		right: 5vw;
		bottom: 5vw;
	}
	.pagetop img{
		width: 10vw;
		height: 10vw;
	}
	/* トップに戻るボタン */
	
	
	/* ページ送り */
	.pager li{
		margin: 0 0.5em;
	}
	.page{
		width: 10vw;
		height: 10vw;
		font-size: 5vw;
		line-height: 10vw;
	}
	/* ページ送り */
	
	
	
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */