@charset "UTF-8";

/* #wrapper */
#wrapper{
	position:relative;
	overflow: hidden;
	margin:0;
	top:0;
}
/* #skip */
ul#skip{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:0;
}

#entryBox{
	position:fixed;
	bottom:150px;
	right:0;
	z-index:9999;
}
#bnrConsultation{
	position: relative;
}
#bnrConsultation p img{
	position: absolute;
    bottom: 85px;
    left: 40px;
}
/*==============================================================
s
===============================================================*/

header{
	width:100%;
	padding:15px 0 0;
	position:relative;
	background:#fff;
	z-index: 9;
}

#hdIn-clone{
	width:100%;
	padding:0;
	position:fixed;
	top:-140px;
	left:0;
	background:#fff;
	z-index:99999;
	transition: top 0.25s;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25); 
}
#hdIn-clone.visible{
	top:0;
}
#hdIn-clone.visible #navBtn{
	display: none;
}
/* #siteTitle */
header #siteTitle{
    position: absolute;
    top: 40px;
    left: 20px;
}
#hdIn-clone #siteTitle{
	
}
#hdIn-clone #siteTitle img{
	width:180px;
	height:auto;
    position: absolute;
    top: 15px;
    left: 20px;
}
header #tagline{
	margin-left:20px;
	font-size:1.2rem;
}
#hdIn-clone #tagline{
	display:none;
}

#headerIcon{
position: absolute;
    top: 10px;
    right: 20px;
}

/* #globalNav 
----------------------------------------------------*/

header #globalNav > li {
	position: relative;
}
header #globalNav > li:nth-child(1){
	background:url(../img/txt_hdnav_02.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(2){
	background:url(../img/txt_hdnav_03.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(3){
	background:url(../img/txt_hdnav_04.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(4){
	background:url(../img/txt_hdnav_05.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(5){
	background:url(../img/txt_hdnav_06.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(6){
	background:url(../img/txt_hdnav_07.png) no-repeat center 75%;
}
header #globalNav > li:nth-child(7){
	background:url(../img/txt_hdnav_01.png) no-repeat center 75%;
}

header #headerNav,
#hdIn-clone #headerNav{
	position:absolute;
	top:10px;
	right:80px;
}
header nav {
	margin:50px auto 0;
	border-top:1px solid #ededed;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.05); 
}
#hdIn-clone nav{
	border-top:1px solid #ededed;
	/*box-shadow: 0 -5px 10px rgba(0,0,0,0.05); */
	margin:0 auto 0 10%;
}
header #globalNav{
	width:1200px;
	text-align:center;
	margin:0 auto;
	background: #fff;
}
#hdIn-clone #globalNav{
	width:80%;
	text-align:left;
	margin:0 auto;
	background: #fff;
}
header #headerNav li,
header #globalNav li,
#hdIn-clone #globalNav li {
	position: relative;
	text-align:center;
	display:inline-table;
	margin-left:-5px;
}
header #headerNav > li:hover .g_subNav,
header #globalNav > li:hover .g_subNav,
#hdIn-clone #globalNav > li:hover .g_subNav {
	top: 100%;
}
header #headerNav > li:hover .g_subNav li a,
header #globalNav > li:hover .g_subNav li a,
#hdIn-clone #globalNav > li:hover .g_subNav li a {
	padding: 15px 5px 15px !important;
}
#hdIn-clone #headerNav{
	display:none;
}

header #headerNav li{
	margin-left:30px !important;
}
header #globalNav li a{
	display:block;
	color:#333;
	padding:22px 30px 30px;
	line-height:1.0;
	letter-spacing:0.5rem;
    font-size: 1.4rem;
    -webkit-transition: all .3s;
    transition: all .3s;
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#hdIn-clone #globalNav li a{
	display:block;
    -webkit-transition: all .3s;
    transition: all .3s;
	padding:15px 15px 15px;
}

#globalNav li a:hover{
	color:#fff;
	background:rgba(78,81,78,0.8);
	
}
header #globalNav li:last-child a span{
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}
header #headerNav li a{
	font-size:1.2rem;
}

header .subNav {
	margin:auto;
	/*width:70%;
	position:absolute;
	right:0;
	top:-34px;*/
    padding:50px 0 10px 0;
	text-align:right;
}
header .subNav li {
	display:inline-block;
	margin-left:45px;
}
header .subNav a {
	color:#104faf;
	font-weight:800;
	font-size:90%;
}
#globalNav .g_subNav {
	transition: all .3s;
	position: absolute;
	top: 0;
	z-index: -1;
	background: #fff;
}
#globalNav .g_subNav li {
	margin-left: 0 !important;
}
#globalNav .g_subNav li a {
	padding: 0 5px 0 !important;
	font-size: 1.3rem;
    line-height: 1.4;
	font-feature-settings : "palt";
}

/*==============================================================
	#headline : ヘッドライン
===============================================================*/

/*パンくず
-----------------------------*/
ol.pan{
    max-width:100%;
    padding: 10px;
	font-size:90%;
	background:#fff;
}
ol.pan li{
	display:inline-block;	
	position: relative;
    margin-right: 20px;
}
ol.pan li a{
	display:block;
	color:#002a53;	
    padding-right: 25px;
}
ol.pan li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #72b5f5;
	border-right: solid 2px #72b5f5;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#pageTitle {
	font-size:28px;
	font-size:2.8rem;
	text-align:center;
	padding:40px 0;
	font-weight:normal;
	background-size: cover;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#pageTitle span {
	display:inline-block;
	padding:20px 40px;
	letter-spacing:3px;
	color:#848c83;
	background:#fff;
}

/*==============================================================
	#main : 主コンテンツ
===============================================================*/

body:not(#home) main {
	padding:85px 0 0;
}
body:not(#home) main p {
	color:#848c83;
	line-height:2em;
}
body:not(#home) main.innerWrap,
body:not(#home) main section {
	width:1000px;
	margin:auto;
}
body:not(#home) main > section:last-of-type:not(#contactArea) {
	padding-bottom: 70px;
}
body:not(#home) main h2 {
	font-size:35px;
	font-size:3.5rem;
	margin-bottom:40px;
	color:#848c83;
	letter-spacing:6px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
body:not(#home) main h3 {
	font-size:24px;
	font-size:2.4rem;
	color:#73a194;
	margin-bottom:30px;
	letter-spacing:6px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/*==============================================================
	#contactArea : 副コンテンツ
===============================================================*/

#contactArea {
	width: 100% !important;
	padding: 35px 0;
	background: #848c83;
}
#contactArea ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
#contactArea li {
	position: relative;
	margin: 0 20px;
	padding: 8px;
	background: #fff;
}
#contactArea li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    border-bottom: 13px solid #99cd5a;
    border-right: 13px solid #99cd5a;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    transition: all 0.5s;
}
#contactArea li a {
	display: block;
	width: 238px;
	height: 238px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2em;
	border: solid 1px #cbd0ca;
	color: #547250;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: 2px;
}
#contactArea li:nth-child(2) a {
    padding: 35px 0;
}
#contactArea li small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}



/*==============================================================
	.toTop : 先頭へ戻る
===============================================================*/
.toTop{

}



/* #relatedBnr : 関連バナー
----------------------------------------------------*/

#relatedBnr {
	width:100%;
	text-align:center;
	padding:15px 0;
	border-top:1px solid #dee2dd;
	border-bottom:1px solid #dee2dd;
	background:#f3f6f2;
}
#relatedBnr ul{
	width:80%;
	margin:0 auto;
	text-align:center;
	padding: 0;
}
#relatedBnr li{
	width:32%;
	display:inline-table;
}
#relatedBnr li:nth-child(2){
	margin:0 1%;
}
#relatedBnr li img{
	width:100%;
	height:auto;
}

/*==============================================================
	#footer : フッタ
===============================================================*/

footer{
	padding:30px;
	position:relative;
	background:#fff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

footer #footerBnrs{
	text-align:right;
	padding:15px 150px 0 0;
}
footer #footerBnrs li{
	display:inline-block;
	height:auto;
}

footer #footerBnrs li a{
	margin-left:20px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

footer .bgArea{
	color:#fff;
	background:#72b5f5;
	padding:30px 0;
}

footer .bgArea address strong{
	display:block;
	font-weight:normal;
}
footer address{
	font-size:90%;
}

footer #ftLogo{
	margin-right:20px;
}
footer #ftLogo,
footer address{
	vertical-align:middle;
	display:inline-block;
}

footer address strong{
	display:block;
	font-weight:bold;
	font-size:1.7rem;
}
footer #ftAdd{
	width:40%;
	display:inline-block;
	vertical-align:top;
}
footer ul{
	width:58%;
	vertical-align:top;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer #ftFreeD {
	font-size:2.5rem;
}
footer #ftFreeD span{
	line-height:1.2;
	font-size:1.4rem;
}
footer #ftFreeD .telNum {
	font-size:25px;
	font-size:2.5rem;
}
footer #ftTel{
	font-size:1.4rem;
}
footer ul li{
	width:48%;
}
footer .btn a {
	height: 78px;
}
footer li:last-child .btn a {
	padding: 0;
	line-height: 78px;
}
.btn a{
	text-align:center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn a:hover{
	color:#fff;
	background:#333;
}

#access .gm-style-iw .name {
	margin-bottom:4px;
	
}
#access .gm-style-iw img {
	display:block;
	margin-bottom:10px;
}
#access .gm-style-iw .btn a {
	padding:12px 0;
}

.toTop{
	position:fixed;
	bottom:30px;
	right:50px;
	z-index:999;
	
}

.toTop a{
	display:block;
	width: 80px;
	height: 80px;
	color:#fff !important;
	font-size:14px;
	line-height:1.2em;
	text-align:center;
	border-radius: 40px;
	padding:30px 0 15px;
	text-align:center;
	vertical-align:middl;
	background-color: #65c729;/* 円の色 */
}


.toTop a:hover{
	position: relative;
    transition: all 0.3s;
    opacity: 0.8;
	background-color: #ff40a8;/* 円の色 */
}

.toTop a::before{
  content: '';
  width: 10px;
  height:10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 20%;
  left: 43%;
}

.toTop a:hover:before{
  top: 15%;
}

main .pdf{
	display: inline-block;
	padding: 30px 0 30px 40px;
	background-position: left;
	background-size: 30px;
	background-repeat: no-repeat;
	background-image: url("../img/ico_pdf.png") ;
}
/* #subNav
----------------------------------------------------*/
/* #copyright : 著作権表示 */
#copyright{
	display:block;
	padding:20px 10px 10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#fff;

}


/*--EOF-----------------------------------------------------------------------*/
