﻿@charset "UTF-8";

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	
/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	}
body {
	font-size: 16px; 
	line-height: 1.6;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }

@media print {
	html,
	html body{overflow: visible !important;}
	}
	
/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {max-width: 100%;height: auto;vertical-align: bottom;} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
	}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /* IE7対応 */
	}
		
/* リンク */
a:link    {color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover   {color:#0066FF; text-decoration: underline;}
a:active  {color:#0066FF; text-decoration: underline;}

.mincho{
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
	font-weight: normal;
	}

/* CLEARFIX */
.container:after,
.row:after, 
.col:after {content: "";display: table;clear: both;}

.container {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	}

/* ブロック関係 */
.row {padding-bottom: 0em;}		
.col {display: block;float: left;width: 100%;margin: 0 1%;line-height: 1.5;}
.col:first-child {margin-left: 0;}
.col:last-child {margin-right: 0;}
	
/* グリッドの設定 */
.span_1 {width: 6.25%;}
.span_2 {width: 15%;}
.span_3 {width: 23.5%;}
.span_4 {width: 32%;}
.span_5 {width: 40.5%;}
.span_6 {width: 49%;}
.span_7 {width: 57.5%;}
.span_8 {width: 66%;}
.span_9 {width: 74.5%;}
.span_10 {width: 83%;}
.span_11 {width: 91.5%;}
.span_12 {width: 100%;}

.pc {display: block;}
.sp {display: none;}
    	
/* タイトル 
------------------------------------*/
#site_title {
	float: left;
	display: inline-block;
	overflow: hidden;
	}
	#site_title img{
		max-width: 220px;
		}
#title_area{
	display: table;
	background: url(../img/business/main.jpg) no-repeat center/cover;
	width: 100%;
	height: 335px;
	margin-bottom: 20px;
	}
	#title_area h1 {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		font-size: 12px;
		text-align: center;
		font-weight: normal;
		overflow: hidden;
		}
	#title_area h1 img{
		display: block;
		margin: 0 auto;
		}
h2.sub_title{
	border-bottom: 1px solid #3069B1;
	font-size: 32px;
	padding: 0 0 5px;
	margin: 0 auto 30px;
	}
.bg_title{
	background: #F7F7F7;
	padding: 20px 0 20px 30px;
	margin-bottom: 35px;
	font-size: 24px;
	position: relative;
	}
	.bg_title:before{
		content: "";
		background: #3069B1;
		width: 15px;
		height: 4px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}

/* ボタン
------------------------------------*/
.btn{
	background: #A28137;
	border-radius: 50px;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	}
	.btn:hover{
		opacity: 0.7;
		}
	.btn a{
		display: block;
		color: #fff;
		text-decoration: none;
		}
	.btn.more{
		background: linear-gradient(270deg, #2D65AF, #64ABDD);
		}


/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	}
.header_inner{
	overflow: hidden;
	}

.header_contact{
	float: right;
	width: 675px;
	margin-bottom: 20px;
/* 	overflow: hidden; */
	}
	.header_contact li{
		float: left;
		display: table;
		}
	li.header_tel{
		margin-right: 10px;
		}
		li.header_tel .tel-moji{
			position: relative;
/* 			padding-left: 35px; */
			}
		li.header_tel .tel-moji:before{
			content: "";
			background: url(../img/header_icon01.png) no-repeat center/contain;
			width: 30px;
			height: 30px;
			position: absolute;
			top: 50%;
			left: -35px;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}
		li.header_tel small{
			display: table-cell;
			vertical-align: middle;
			font-size: 12px;
			}
		li.header_tel span{
			margin-right: 10px;
			color: #3069B1;
			font-size: 30px;
			font-weight: bold;
			}
	.header_contact li.btn{
		float: right;
		max-width: 210px;
		height: 45px;
		line-height: 45px;
		margin: 0;
		}
		.header_contact li.btn a{
			position: relative;
			text-indent: 1em;
			}
		.header_contact li.btn a:before{
			content: "";
			background: url(../img/header_icon02.png) no-repeat center/contain;
			width: 19px;
			height: 15.92px;
			position: absolute;
			top: 50%;
			left: 40px;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}

.menu {display: none;}
	
/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
	}
	#gnav ul {
		float: right;
		}
	#gnav ul > li {
		float: left;
		}
	#gnav ul > li:before{
		content: "／";
		color: #CECECE;
		}
	#gnav ul > li > a {
		padding: 0  35px;
		color: #000;
		font-size: 15px;
		text-decoration: none;
		}
	#gnav ul > li a:hover {
	    -ms-filter: "alpha(opacity=60)";
	    -moz-opacity:0.6;
	    -khtml-opacity: 0.6;
	    opacity: 0.6;
		}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	clear: both;
	overflow: hidden;
	padding-bottom: 100px;
	}
#home #main{
	padding-bottom: 0;
	}

/* パンくず */
#path {
	margin-bottom: 60px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right:  5px;
		}
	#path li:after {
		content: "〉";
		margin-left: 10px;
		color: #333;
		}
	#path li:last-child:after {content: "";}
	#path li a{
		color: #666;
		text-decoration: underline;
		}
	#path li a:hover{
		text-decoration: none;
		}


/* Googlemap */
.map_container {
	width: 100%;
	height: 421px; 
	}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	}
#footer_contact{
	background: #A28137;
	padding: 40px 0;
	color: #fff;
	}
	#footer_contact p.txt{
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px;
		letter-spacing: 3px;
		}
	#footer_contact ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
		}
	#footer_contact ul li{
		width: 300px;
		}
	#footer_contact .btn{
		background: #fff;
		width: 256px;
		height: 45px;
		line-height: 45px;
		}
	#footer_contact .btn a{
		color: #A28137;
		}
	#footer_contact .btn a{
		position: relative;
		text-indent: 1em;
		}
	#footer_contact .btn a:before{
		display: inline-block;
		content: "";
		background: url(../img/footer_icon02.png) no-repeat center/contain;
		width: 19px;
		height: 15.92px;
		position: absolute;
		top: 50%;
		left: 60px;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}
	li.footer_tel{
		border-right: 1px solid #DBAE79;
		margin-right: 20px;
		padding-right: 20px;
		font-size: 14px;
		text-align: center;
		}
	li.footer_tel span{
		display: block;
		padding-left: 35px;
		font-size: 30px;
		font-weight: bold;
		position: relative;
		}
		li.footer_tel span:before{
			content: "";
			background: url(../img/footer_icon01.png) no-repeat center/contain;
			width: 30px;
			height: 30px;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}

#footer_inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 20px;
	overflow: hidden;
	}
	#footer_inner ul{
		float: left;
		padding-top: 20px;
		vertical-align: middle;
		overflow: hidden;
		}
	#footer_inner ul li{
		float: left;
		margin-right: 30px;
		font-size: 15px;
		}
	#footer_inner a{
		color: #000;
		text-decoration: none;
		}
	#footer_inner a:hover{
		opacity: 0.7;
		}
#footer_inner div{
	float: right;
	}
	#footer_inner .logo {
		margin-bottom: 20px;
		font-size: 17px;
		font-weight: bold;
		text-align: right;
		line-height: 50px;
		}
	#footer_inner .logo img{
		max-width: 55px;
		padding-right: 20px;
		}
	#footer_inner .logo span{
		}

/* ▼ コピーライト */
#copyright {
	font-size: 10px;
	}

/* ▼ ページ上部へ戻る */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
	}
	.pagetop:before{
		display: block;
		content: "";
		background: url(../img/pagetop.png) no-repeat center/contain;
		width: 68px;
		height: 68px;
		}
						
					
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {	

#wrapper {width: 100%;}
#screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;
	}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width: 100%;}
.col {margin: 0;}

.pc {display: none;}
.sp {display: block;}
	
/* タイトル */
#site_title {
	float: none;
	display: inline-block;
	padding: 7px 20px;
	overflow: hidden;
	}
	#site_title img{
		width: 45vw;
		}
#title_area{
	display: table;
	background: url(../img/business/main.jpg) no-repeat center/cover;
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	}
	#title_area h1 {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		font-size: 12px;
		text-align: center;
		font-weight: normal;
		overflow: hidden;
		}
	#title_area h1 img{
		display: block;
		margin: 0 auto;
		}
h2.sub_title{
	border-bottom: 1px solid #3069B1;
	font-size: 20px;
	padding: 0 0 5px;
	margin: 0 auto 15px;
	}
.bg_title{
	background: #F7F7F7;
	padding: 10px 0 10px 30px;
	margin-bottom: 20px;
	font-size: 18px;
	position: relative;
	}
	.bg_title:before{
		content: "";
		background: #3069B1;
		width: 15px;
		height: 4px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}
		
/* ▼▼▼ ヘッダー
=====================================*/
body.wrap {overflow: hidden;}

header {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: visible;
	}

.header_inner {
	width: 100%;
	height: 71px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	}
	.header_inner.active{
		border-bottom: 1px solid #707070;
		}
.header_contact{
	float: none;
	}
	.header_contact li.btn{
		background: #A28137;
		border-radius: 0;
		width: 75px;
		margin: 0;
		text-align: center;
		height: 70px;
		line-height: 70px;
		position: absolute;
		top: 0;
		right: 70px;
		}
	.header_contact li.btn a{
		text-indent: 0;
		}
	.header_contact li.btn span{
		display: none;
		}
	.header_contact li.btn a:before {
		display: inline-block;
		content: "";
		background: url(../img/header_icon02.png) no-repeat center/contain;
		width: 26px;
		height: 22px;
		margin: 0;
		vertical-align: middle;
		position: static;
		transform: translate(-0%,-0%);
		-webkit-transform: translate(-0%,-0%);
		}
	
/* グローバルナビゲーション */
#gnav {
	display: block!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100%;
	max-height: 100vh;
	padding-top: 71px;
	margin: 0;
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 1000;
	overflow: auto;
	}
#gnav.open {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	}	
#gnav ul {
	float: none;
	clear: both;
	margin-bottom: 100px;
	}
	#gnav ul > li {
		float: none;
		background: rgba(255,255,255,0.9);
		border-bottom: 1px solid #707070;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		text-indent: 0;
		}
	#gnav ul > li:before{
		display: none;
		}
	#gnav ul > li > a {
		display: block;
		height: 70px!important;
		background-size: 10px 10px!important;
		padding: 0 30px;
		font-size: 22px;
		line-height: 70px;
		position: relative;
		}
	#gnav ul > li.contact a{
		color: #A28137;
		}
	#gnav ul > li > a:after{
		display: inline-block;
		content: "";
		background: url(../img/header_arrow.png) no-repeat center right/contain;
		width: 17.41px;
		height: 21.99px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}
li.header_tel{
	padding: 15px 0;
	text-align: center;
	}
	li.header_tel a{
		color: #3069B1;
		}
	li.header_tel .tel-moji{
		padding-left: 30px;
		}
	li.header_tel .tel-moji:before{
		display: inline-block;
		content: "";
		background: url(../img/header_icon01.png) no-repeat center/contain;
		width: 30px;
		height: 30px;
		left: -10px;
		}
	li.header_tel small{
		display: block;
		font-size: 16px;
		text-align: center;
		}
	li.header_tel span{
		margin: 0;
		}
	
		
/* メニューボタン */
.menu {
	display: block;
	width: 70px;
	height: 70px;
	background: #3069B1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	text-indent: -9999px;
	}
.menu span {
    display:block;
    position:absolute;
    top:24px;
    right:20px;
    width:30px;
    height:22px;
    background:#fff;
    border-top:10px solid #3069B1;
    border-bottom:10px solid #3069B1;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
	}
.menu span:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
	}
.menu span:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
	}
.menu span.active {
    background: #3069B1;
	}
.menu span.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
	}
.menu span.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
	}
				
	
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner,
#main,#contents,#side,
footer,#footer_inner {
	float: none;
	width: 100%;
	}

#main {
	margin-top: 70px;
	padding-bottom: 50px;
	}
#home #main{
	padding-bottom: 0;
	}

#path{
	display: none;
	}

.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	}
#footer_contact{
	padding: 30px 0;
	}
	#footer_contact p.txt{
		font-size: 22px;
		margin: 0 0 20px;
		}
	#footer_contact ul{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	#footer_contact ul li{
		width: 100%;
		}
	li.footer_tel{
		border-right: 0 none;
		margin: 0 0 30px;
		padding-right: 0;
		font-size: 17px;
		}
	li.footer_tel span{
		font-size: 32px;
		text-align: center;
		padding: 0;
		}
	li.footer_tel span:before{
		display: none;
		}
	li.footer_tel span a{
		color: #fff;
		position: relative;
		padding-left: 25px;
		}
	li.footer_tel span a:before{
		content: "";
		background: url(../img/footer_icon01.png) no-repeat center/contain;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: -10px;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}
#footer_inner {
	display: block;
	padding: 30px 20px;
	}
	#footer_inner ul{
		display: none;
		}
#footer_inner div{
	float: none;
	}
	#footer_inner .logo {
		text-align: center;
		line-height: 50px;
		margin-bottom: 10px;
		}
	#footer_inner .logo img{
		max-width: 37px;
		padding-right: 10px;
		}
	#copyright{
		display: inline-block;
		width: 100vw;
		margin-left: -1vw;
		font-size: 10px;
		}

/* ▼ ページ上部へ戻る */
.pagetop {
	padding: 10px;
	color: #fff;
	}
	.pagetop:before{
		width: 55px;
		height: 55px;
		}
		
}						