@charset "UTF-8";

body{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-family: "M PLUS 1p";
	/*font-style: normal;*/
	font-size: 100%;
	line-height:100%;
	color: #333333;
	height: 100% !important;
	background-color: #fff;
	position: relative;
}


/*
----------------------------------------------------*/
.pc { display: block!important; }
.sp { display: none!important; }

/*body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}*/

article{
	position: relative;
	z-index: 1;
}

/*----------header-footer----------*/
/*.logo{
	width: 106px;
	position: fixed;
	top: 20px;
	left: 5%;
	z-index: 1100;
}*/
header{
	width: 100%;
	background-color: #fff;
	/*border-bottom: 1px solid #e5e5e5;*/
	/*box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);*/
}
/*header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}*/
header.clone-nav {
	position: fixed;
	top: -100px;
	left: 0;
	transition: top .5s;
	z-index: 999;
}
header.is-show {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	/*transform: translateY(0);*/
	top: 0;
	transition: top .5s;
}

header .inner{
	width: 90%;
	margin: 0 auto;
	/*padding: 20px 0 15px;*/
	padding: 20px 0 0;
	position: relative;
}
header .logo{
	width: 106px;
	float: left;
}
header .logo:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}
header .headMenu01{
	float: right;
}
.headMenu01 .hm01,
.headMenu01 .hm02{
	text-align: center;
	float: right;
	position: relative;
}
.headMenu01 .hm01,
.headMenu01 .hm02{
	font-size: 14px;
	font-weight: 800;
	padding: 20px 12px 30px 12px;	
}
/*.headMenu01 .hm02{
	padding: 0 20px 10px;
}
header .current:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: inline-block;
	width: 40px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6cb2d8;
}*/
.headMenu01 .hm01 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.headMenu01 .hm01:hover,
.headMenu01 .hm02:hover{
	background-image: url(../images/common/hm_bg.png);
	background-repeat: repeat-x;
	background-size: auto 3px;
	background-position: bottom center;
	/*border-bottom: 6px solid #c89bdd;*/
	/*opacity: 0.5;*/
	/*transition-duration: 0.6s;*/
	/*box-sizing: border-box;*/
}
.headMenu01 .hm01.current,
.headMenu01 .hm02.current{
	background-image: url(../images/common/hm_bg.png);
	background-repeat: repeat-x;
	background-size: auto 3px;
	background-position: bottom center;
}

.megaMenu{
	width: 780px;
	text-align: left;
	/*text-align: center;*/
	/*margin: auto;*/
	padding: 25px 40px 25px;
	border-top: 1px solid #b8b8b8;
	background-color: #f2f2ea;	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 66px;
	/*left: 0;
	right: 0;*/
	/*transition: opacity .3s, visibility .3s;*/
	box-sizing: border-box !important;	
	opacity: 0;
	transition-duration: 0.6s;
	visibility: hidden;
	z-index: 500 !important;
}
.megaMenu .inner{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.megaMenu .mm01{
	width: 29%;
	float: left;
}
.megaMenu .mm02{
	width: 42%;
	float: left;
}
.megaMenu dl{
	margin-bottom: 15px;
}
.megaMenu dt{
	width: 33px;
	float: left;
}
.megaMenu dd{
	font-size: 12px;
	font-weight: 600;
	margin-left: 38px;
	padding-top: 8px;
}
.megaMenu a:link,
.megaMenu a:visited{
	color: #333333;
}
.megaMenu a:hover{
	/*color: #c47eed;*/
	color: #4c0061;
	text-decoration: underline;
	transition-duration: 0.3s;
}
/*.megaMenu-list {
	padding-bottom: 30px;
	padding-top: 30px;
}
.megaMenu-item {
	display: inline-block;
}*/
.header-item:hover .megaMenu {
	opacity: 1;
	visibility: visible;
}

header .headTel{
	font-size: 10px;
	line-height: 180%;
	margin-left: 10px;
	padding-top: 5px;
	float: right;
}
header .headTel span{
	color: #4c0061;
}
header .headTel strong{
	font-size: 18px;
	font-weight: 900;
}


.footerAll{
	color: #fff;
	padding: 20px 0 0;
	background-color: #3d3d3d;
}
.footerAll .inner{
	max-width: 1075px;
	min-height: 260px;
	margin: 0 auto;
	position: relative;
}
.footBox01{
	width: 250px;
	/*margin-right: 40px;*/
	padding-top: 30px;
	/*float: left;*/
	position: absolute;
	top: 0;
	left: 0;
}
.footBox01 p{
	font-size: 13px;
	line-height: 160%;
	padding-bottom: 25px;
}
.footBox01 dl{
	font-size: 12px;
	margin-bottom: 25px;
}
.footBox01 dt{
	line-height: 300%;
	margin-bottom: 15px;
}
.footBox01 dt img{
	width: 122px;
}
.footBox01 dd{
	line-height: 160%;
}
.footBox02_1,
.footBox02_2{
	width: 225px;
	margin-bottom: 30px;
	padding-top: 40px;
	float: left;
}
.footBox02_1{
	margin-left: 290px;
	margin-right: 50px;
}
.footBox02_2{
	margin-right: 35px;
}
.footBox02_1 ul,
.footBox02_2 ul{
	border-top: 1px solid #ababab;
}
.footBox02_1 li,
.footBox02_2 li{
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0 12px 10px;
	border-bottom: 1px solid #ababab;
	background-image: url(../images/common/foot_arrow01_1.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: right 5px center;
	position: relative;
}
.footBox02_1 li:hover,
.footBox02_2 li:hover{
	color: #c89bdd;
	background-image: url(../images/common/foot_arrow01_2.png);
	transition-duration: 0.3s;
}
.footBox02_1 li a,
.footBox02_2 li a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
li.footAc{
	background-image: url(../images/common/foot_arrow02_1.png);
}
li.footAc:hover{
	background-image: url(../images/common/foot_arrow02_2.png);
	transition-duration: 0.3s;
	cursor: pointer;
}
li.footAc.active{
	background-image: url(../images/common/foot_arrow02_3.png);
}
li.footAc.active:hover{
	background-image: url(../images/common/foot_arrow02_4.png);
}
.footAcI{
	display: none;
}
ul.footAcI{
	padding: 10px 0;
	border-top: 0px;
	border-bottom: 1px solid #ababab;
}
.footAcI li{
	font-size: 13px;
	font-weight: 400;
	padding: 8px 0 8px 15px;
	border: none;
	background: none;
}
.footAcI li:hover{
	color: #fff !important;
	text-decoration: underline;
	background: none !important;
}

.footBox03{
	width: 250px;
	padding-top: 25px;
	/*float: left;*/
	position: absolute;
	top: 0;
	right: 0;
}
.footBtn01{
	height: 55px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 11px;
	background-color: #898989;
	box-sizing: border-box;
}
.footBtn01 dt{
	margin-bottom: 2px;
}
.footBtn01 dt strong{
	font-size: 20px;
	font-weight: 800;
}
.footBtn02{
	height: 55px;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 18px 0 0 20px;
	background-color: #898989;
	background-image: url(../images/common/icon_arrow02.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: right 10px center;
	box-sizing: border-box;
	position: relative;
}
.footBtn02 dt{
	width: 32px;
	float: left;
}
.footBtn02 dd{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 40px;
	padding-top: 2px;
}
.footBtn02 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footBtn02:hover{
	/*color: #fff;*/
	background-color: #a5a2a2;
	/*background-image: url(../images/common/btn_arrow02.png);
	background-position: right 10px center;*/
	transition-duration: 0.6s;
}

footer{
	color: #fff;
	text-align: center;
	margin: 0;
	padding-bottom: 35px;
	background-color: #3d3d3d;
	/*z-index: 1 !important;*/
	position: relative;
}
footer .footLogo{
	width: 175px;
	margin: 0 auto 25px;
}
footer p{
	font-size: 12px;
	padding-bottom: 15px;
}
footer a:link,
footer a:visited{
	color: #fff !important;
	text-decoration: none !important;
}
footer a:hover{
	color: #fff !important;
	text-decoration: underline !important;
}
footer address{
	font-size: 10px;
}


.consultation{
	width: 112px;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 1000;
	display: block;
}
.consultation{
	cursor: pointer;
}
.consultation img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.consultation:hover img{
	transform: scale(1.2);
	opacity:1.0;
}
/*#page-top{
	width: 78px;
	height: 78px;
	position: fixed;
	right: 3%;
	bottom: 75px;
	z-index: 998;
}*/
/*#page-top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 32px;
	bottom: 125px;
	z-index: 998;
}*/
/*#page-top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 43px;
	bottom: 150px;
	z-index: 998;
}*/
#page-top{
	width: 56px;
	height: 50px;
	position: fixed;
	right: 2%;
	/*bottom: 190px;*/
	z-index: 998;
}
#page-top{
	cursor: pointer;
}
#page-top img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
#page-top:hover img{
	transform: scale(1.2);
	opacity:1.0;
}

/*.back-to-top {
	display: none;
	width: 78px;
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index: 998 !important;
}*/
/*.property-search{
	width: 130px;
	height: 130px;
	position: fixed;
	right: 1.0%;
	bottom: 170px;
	z-index: 998;
	transition: 0.5s;
}*/
/*.property-search{
	width: 110px;
	height: 110px;
	position: fixed;
	right: 0.5%;
	bottom: 1%;
	z-index: 998;
	transition: 0.5s;
}*/
/*.property-search{
	width: 132px;
	height: 132px;
	position: fixed;
	right: 8px;
	bottom: 1%;
	z-index: 998;
	transition: 0.5s;
}*/
/*.property-search{
	width: 395px;
	height: 185px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
	transition: 0.5s;
}
.property-search{
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.property-search img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.property-search:hover img:nth-of-type(2) {
	opacity: 0;
}
.property-search a:hover img{
	opacity:1.0;
	transition: 0.4s linear;
}*/


/*.is-hidden {
	visibility: hidden;
	opacity: 0;
}*/


/*----------header-white----------*/
#white header{
	/*width: 100%;*/
	background-color: rgba(255,255,255,0.0);
	/*position: absolute;
	top: 0;*/
	position: relative;
	z-index: 900 !important;
}
#white header.clone-nav {	
	position: fixed !important;
	/*top: -100px;
	left: 0;
	transition: top .5s;
	z-index: 999;*/
	background-color: #fff !important;
}
/*header.is-show {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	transition: top .5s;	
}*/

/*header .inner{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
}
header .logo{
	width: 106px;
	float: left;
}
header .logo:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}
header .headMenu01{
	float: right;
}*/
#white .headMenu01 .hm01,
#white .headMenu01 .hm02{
	color: #fff;
	/*text-align: center;
	float: right;
	position: relative;*/
}
#white header.clone-nav .headMenu01 .hm01,
#white header.clone-nav .headMenu01 .hm02{
	color: #333 !important;
}
/*.headMenu01 .hm01,
.headMenu01 .hm02{
	font-size: 14px;
	font-weight: 800;
	padding: 20px 12px 30px 12px;	
}
.headMenu01 .hm01 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.headMenu01 .hm01:hover,
.headMenu01 .hm02:hover{
	background-image: url(../images/common/hm_bg.png);
	background-repeat: repeat-x;
	background-size: auto 3px;
	background-position: bottom center;
}*/

#white header .headTel{
	color: #fff;
	/*font-size: 10px;
	line-height: 180%;
	margin-left: 10px;
	padding-top: 5px;
	float: right;*/
}
#white header.clone-nav .headTel{
	color: #333 !important;
}
/*header .headTel span{
	color: #4c0061;
}
header .headTel strong{
	font-size: 18px;
	font-weight: 900;
}*/


/*----------header-black----------*/
#black header{
	background-color: rgba(255,255,255,0.0);
	position: relative;
	z-index: 900 !important;
}
#black header.clone-nav {	
	position: fixed !important;
	background-color: #fff !important;
}
/*#black .headMenu01 .hm01,
#black .headMenu01 .hm02{
	color: #333;
}
#black header.clone-nav .headMenu01 .hm01,
#black header.clone-nav .headMenu01 .hm02{
	color: #333 !important;
}*/


.logo.headerLogoScroll.-before {
	display : none;
}
.logo.-after {
	display : none;
}
.logo.headerLogoScroll.-after {
	display : block;
}
.logo.-mobile {
	display : none;
}


/*------------------menu---------------------*/
.spMenu{
	display: none;
	/*width: 80px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1200;*/
}
.gnavi{
	display: none;
	opacity: 0;
}
/*.menu-btn {
	display : block;
	position: fixed;
	z-index : 1000;
	right : 0;
	top   : 0;
	width : 85px;
	height: 85px;
	background-color: #066eb2;
	cursor: pointer;
	text-align: center;
	z-index: 1000 !important;
}
.menu-btn span {
	display : block;
	position: absolute;
	width   : 45px;
	height  : 1px;
	left    : 20px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
	top: 28px;
}
.menu-btn span:nth-of-type(2) {
	top: 43px;
}
.menu-btn span:nth-of-type(3) {
	top: 58px;
}*/
/*メニューボタン　展開後*/
/*.menu-btn.active span:nth-child(1) {
	top : 45px;
	left: 20px;
	-webkit-transform: rotate(-30deg);
	-moz-transform   : rotate(-30deg);
	transform        : rotate(-30deg);
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
	top: 45px;
	-webkit-transform: rotate(30deg);
	-moz-transform   : rotate(30deg);
	transform        : rotate(30deg);
}*/

/*.gnavi{
	position: fixed;
	z-index: 0 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
.gnavi.active {
	opacity: 1;
	z-index: 999 !important;
}
.gnavi .inner{
	width: 90%;
	height: 100vh;
	margin-left: 10%;
	padding: 5% 5% 0;
	background-color: #066eb2;
	position: relative;
}
.gnavi .menuLogo{
	margin-bottom: 0;
}
.gnavi .menuLogo img{
	width: 205px;
}
.gnavi .menuInner{
	position: relative;
}
.gnavi .menuBlock01{
	width: 35%;
	color: #fff;
	padding-top: 110px;
	float: left;
}
.gnavi .menuBlock01 h2{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.gnavi .menuBlock01 dl{
	font-size: 14px;
	margin-bottom: 80px;
}
.gnavi .menuBlock01 dt{
	line-height: 150%;
	margin-bottom: 15px;
}
.gnavi .menuBlock01 p{
	font-size: 14px;
}
.gnavi .menuBlock01 a:link,
.gnavi .menuBlock01 a:visited{
	color: #fff;
	text-decoration: none;
}
.gnavi .menuBlock01 a:hover{
	color: #fff;
	text-decoration: underline;
}

.gnavi .menuBlock02{
	width: 35%;
	float: left;
}
.gnavi .menuBlock03{
	width: 30%;
	float: left;
}

.gnavi .menu02{
	display: none;
}
.gnavi .menu01,
.gnavi .menu02{
	margin-bottom: 50px;
	position: relative;
}
.gnavi .menu01 dt,
.gnavi .menu02 dt{
	font-size: 26px;
	color: #fff;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.gnavi .menu01 dd,
.gnavi .menu02 dd{
	font-size: 14px;
	color: #00244e;
	line-height: 100%;
	letter-spacing: 0.1em;
}
.gnavi .menu01 a,
.gnavi .menu02 a{
	color: #fff;
}
.gnavi .menu01 a::after {
    padding-right: 65px;
	background-image: url(../images/common/btn_arrow02.png);
	background-repeat: no-repeat;
	background-size: 42px auto;
	background-position: right 15px center;
    transition: .3s;
	content: '';
}
.gnavi .menu01 a:hover::after {
	background-position: right 0px center;
}

.gnavi .menuBtn01{
	display: none;
}
.gnavi.active .menuBtn01{
	width: 320px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 25px 25px;
	background-color: #066eb2;
	background-image: url(../images/common/btn_arrow02.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 46px auto;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: absolute;
	bottom: 50px;
	right: 0;
	display: block;
}
.gnavi.active .menuBtn01 img{
	width: 42px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.gnavi.active .menuBtn01 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.gnavi.active .menuBtn01:hover{
	background-color: rgba(255,255,255,0.4);
	background-position: right 15px center;
	transition-duration: 0.6s;
}
.gnavi .menuBlock04{
	width: 100%;
	font-size: 14px;
	color: #dbdbdb;
	text-align: center;
	position: absolute;
	bottom: 6%;
	left: 0;
}
.gnavi .menuBlock04 a{
	margin: 0 30px;
}
.gnavi .menuBlock04 a:link{
	color: #dbdbdb;
	text-decoration: none;
}
.gnavi .menuBlock04 a:hover{
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
}
.gnavi .menuBlock04t{
	display: none;
}*/

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.4em;
}


/*------------------contents---------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.secondafade{
	position: relative;
	z-index: 5;
	animation: secfadein 1s ease-out forwards;
	animation-delay: 0.8s;
	opacity: 0;
}
@keyframes secfadein {
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}

/*.pan{
	width: 100%;
	font-size: 12px;
	text-align-last: left;
	line-height: 100%;
	color: #4f4f4f;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pan .inner{
	max-width: 1100px !important;
	margin: 0 auto;
}
.pan a:link,
.pan a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.pan a:hover{
	color: #000;
	text-decoration: underline;
}*/

.contBlock{
	margin-bottom: 100px;
	padding-top: 60px;
}
.contBlock .inner{
	max-width: 1055px;
	margin: 0 auto;
	position: relative;
}
.contBlock li{
	width: 320px;
	margin: 0 15px;
	float: left;
}
.contBlock li:nth-child(1){
	width: 325px;
}
.contBlock li:nth-child(2){
	margin-top: 45px;
}
.contBlock li {
	cursor: pointer;
	/*max-width: 500px;
	width: 100%;*/
}
.contBlock li img {
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.contBlock li:hover img {
	transform: scale(1.05);
	opacity:1.0;
}

.contactBlock{
	padding: 45px 0 95px;
	background-color: #efefef;
	position: relative;
}
.contactBlock h2{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 25px;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.contactBlock p{
	font-size: 14px;
	text-align: center;
	padding-bottom: 45px;
}
.contactBlock .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.contactBlock01,
.contactBlock02,
.contactBlock03{
	width: 315px;
	height: 295px;
	font-size: 14px;
	text-align: center;
	padding-top: 50px;
	background-color: #fff;
	-moz-border-radius:10px!important;
	-webkit-border-radius:10px!important;
	border-radius:10px!important;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.contactBlock01{
	margin-right: 27px;
}
.contactBlock01 .images{
	width: 130px;
	margin: 0 auto 25px;
}
.contactBlock01 dt{
	line-height: 200%;
	margin-bottom: 8px;
}
.contactBlock01 dt strong{
	font-size: 26px;
	font-weight: 800;
}
.contactBlock02{
	margin-right: 27px;
	background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: bottom 25px center;
	position: relative;
}
.contactBlock02 .images{
	width: 123px;
	margin: 0 auto 20px;
}
.contactBlock02 dt{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
}
.contactBlock02 dd{
	line-height: 170%;
}
.contactBlock03{
	background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: bottom 25px center;
	position: relative;
}
.contactBlock03 .images{
	width: 110px;
	margin: 0 auto 10px;
}
.contactBlock03 dt{
	font-size: 24px;
	font-weight: 800;
	line-height: 120%;
	margin-bottom: 10px;
}
.contactBlock03 dt span{
	font-size: 20px;
}
.contactBlock03 dd{
	line-height: 170%;
}
.contactBlock02 a,
.contactBlock03 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 500;
}
.contactBlock02:hover,
.contactBlock03:hover{
	opacity: 0.8;
	transition: transform .5s ease;
}
.contactBlock02,
.contactBlock03{
	cursor: pointer;
	/*max-width: 500px;
	width: 100%;*/
}
.contactBlock02 img,
.contactBlock03 img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.contactBlock02:hover img,
.contactBlock03:hover img{
	transform: scale(1.1);
}



/*------------------btn---------------------*/
.btn01{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 260px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.12em;
	margin: 0 auto;
	padding: 16px 0 16px;
	background-color: #fff;
	/*background-image: url(../images/common/btn_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 46px auto;*/
	border: 1px solid #3d3d3d;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;
	box-shadow: 5px 5px 0px 0px rgba(94,94,94,1.0);
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
/*.btn01{
	width:420px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.12em;
	margin: 0 auto;
	padding: 25px 0 25px 35px;
	background-color: #fff;
	background-image: url(../images/common/btn_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 46px auto;
	border: 1px solid #066eb2;
	box-shadow: 7px 7px 0px 0px rgba(209,209,209,0.9);
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}*/

.btn02{
	width: 105px;
	font-size: 12px;
	font-weight: 700;
	text-align:center;
	color:#066eb2;
	line-height: 100%;
	padding: 13px 0;
	border: 1px solid #066eb2;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.btn01 a,
.btn02 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.btn01:hover{
	color: #fff;
	background-color: #c89bdd;
	/*background-image: url(../images/common/btn_arrow02.png);
	background-position: right 10px center;*/
	box-shadow: 1px 1px 0px 0px rgba(94,94,94,1.0);
	/*opacity: 0.7;*/
	transition-duration: 0.6s;
}
.btn02:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}

/*.formBtn{
	width:415px;
	font-weight: 600;
	font-size: 22px;
	text-align:center;
	letter-spacing: 0.12em;
	color:#fff;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background-color: #066eb2;
	background-image: url(../images/common/btn_arrow02.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 42px auto;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.formBtn a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.formBtn:hover{
	background-position: right 20px center;
	opacity: 0.7;
	transition-duration: 0.6s;
}

.formBtn-left{
	width:415px;
	font-weight: 600;
	font-size: 22px;
	text-align:center;
	letter-spacing: 0.12em;
	color:#fff;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background-color: #066eb2;
	background-image: url(../images/common/btn_arrow03.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 42px auto;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.formBtn-left a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.formBtn-left:hover{
	background-position: left 20px center;
	opacity: 0.7;
	transition-duration: 0.6s;
}

.sconBlock03{
	max-width: 1100px;
	text-align: center;
	margin: 0 auto 105px;
	position: relative;
}
.sconBlock03 p{
	font-size: 18px;
	line-height: 160%;
	padding-bottom: 20px;
}
.sconBlock03 input[type=checkbox]{
	accent-color: #686565;
}
.sconBlock03 .send{
	width: 400px;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	padding: 23px 0;
	background-color: #066eb2;
	-moz-border-radius:6px!important;
	-webkit-border-radius:6px!important;
	border-radius:6px!important;
}
.sconBlock03 .send[disabled] {
    background-color: #828282;
    cursor: not-allowed;
}*/




/*----------------------------------------------------*/
@media only screen and (max-width: 1115px) {

/*----------header-footer----------*/
/*.logo{
	width: 100px;
	top: 10px;
	left: 4%;
}*/
/*header {
	height: 70px;
	top: 0;
}*/

header {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
header.clone-nav {
	/*position: fixed;*/
	top: 0;
	/*left: 0;
	transition: top .5s;
	z-index: 999;*/
}
/*header.is-show {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	transition: top .5s;
}*/

header .inner{
	width: 94%;
	margin: 0 auto;
	padding: 15px 0 15px;
	position: relative;
}
header .logo{
	width: 100px;
	/*float: left;*/
}

header .headMenu01{
	display: none;
}
header .headTel{
	display: none;
}


.footerAll .inner{
	width: 98%;
	height: auto;
}

.footBox01{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 20px;
	position: static;
	clear: both;
}
.footBox01 p{
	padding-bottom: 15px;
}
.footBox02_1,
.footBox02_2{
	width: 32%;
}
.footBox02_1{
	margin-left: 0;
	margin-right: 3%;
}
.footBox02_1 li:hover{
	color: #fff;
	/*background-image: url(../images/common/foot_arrow01_2.png);
	transition-duration: 0.3s;*/
}
li.footAc:hover{
	background-image: url(../images/common/foot_arrow02_1.png);
	/*transition-duration: 0.3s;
	cursor: pointer;*/
}
li.footAc.active:hover{
	background-image: url(../images/common/foot_arrow02_3.png);
}

.footBox02_2{
	margin-right: 0;
}
.footBox03{
	width: 30%;
	margin-right: 3%;
	padding-top: 25px;
	position: static;
	float: left;
}

.consultation{
	display: none;
}


/*----------header-white----------*/
#white header{
	background-color: #fff;
	/*box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);*/
	position: fixed;
	z-index: 999;
	/*top: 0;
	left: 0;*/
	/*background-color: rgba(255,255,255,0.0);
	position: relative;
	z-index: 900 !important;*/
}
/*#white header.clone-nav {	
	position: fixed !important;
	background-color: #fff !important;
}
#white .headMenu01 .hm01,
#white .headMenu01 .hm02{
	color: #fff;
}
#white header.clone-nav .headMenu01 .hm01,
#white header.clone-nav .headMenu01 .hm02{
	color: #333 !important;
}
#white header .headTel{
	color: #fff;
}
#white header.clone-nav .headTel{
	color: #333 !important;
}*/


/*----------header-black----------*/
#black header{
	background-color: #fff;
	position: fixed;
	z-index: 999;
}


/*.logo.headerLogoScroll.-before {
	display : none;
}*/
.logo.-before {
	display : none;
}
/*.logo.-after {
	display : none;
}*/
.logo.headerLogoScroll.-after {
	display : none;
}
.logo.-mobile {
	display : block;
}



/*------------------menu---------------------*/
.spMenu{
	width: 80px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1200;
	display: block;
}
.spMenu{
	cursor: pointer;
}

.gnavi{
	width: 100%;
	height: 100%;
	background-color: #ab8ebc;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 0 !important;
	display: block;
}
.gnavi.active {
	opacity: 1;
	z-index: 1100 !important;
}
.gnavi .inner{
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
}
.gnavi .menuBlock01{
	width: 80%;
	margin: 0 auto 30px;
	padding-top: 100px;
}
.gnavi .menuBlock01 h2{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 25px;
	background-image: url(../images/common/gmenu_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px auto;
}
.gnavi .menuBlock01_1{
	text-align: center;
	padding: 20px 0 25px;
	background-color: #fff;
	-moz-border-radius:10px!important;
	-webkit-border-radius:10px!important;
	border-radius:10px!important;
}
.gnavi .menuBlock01_1 p{
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 10px;
}
.gnavi .menuBlock01_1 dl{
	font-size: 15px;
	margin-bottom: 25px;
}
.gnavi .menuBlock01_1 dt{
	line-height: 180%;
	margin-bottom: 5px;
}
.gnavi .menuBlock01_1 dt strong{
	font-size: 26px;
	font-weight: 700;
	color: #4c0061;
}
.gnaviBtn01{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 260px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.06em;
	margin: 0 auto;
	padding: 12px 0 12px;
	background-color: #fff;
	border: 1px solid #3d3d3d;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;
	box-shadow: 4px 4px 0px 0px rgba(94,94,94,1.0);
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.gnaviBtn01 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.gnavi .menuInner{
	margin-bottom: 10px;
	position: relative;
}
.gnavi .menuInner h2{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	margin-left: 10%;
	padding-left: 25px;
	background-image: url(../images/common/gmenu_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px auto;
}
.gnavi .menuBlock02{
	margin-bottom: 30px;
}
.gnavi .menuBlock02 table{
	width: 100%;
	border-top: 1px solid #fff;
}
.gnavi .menuBlock02 td{
	width: 50%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 140%;
	padding: 16px 10px;
	border-bottom: 1px solid #fff;
	background-image: url(../images/common/foot_arrow01_1.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px auto;
	vertical-align: middle;
	position: relative;
}
.gnavi .menuBlock02 td a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.gnavi .menuBlock02 td.tdR{
	border-right: 1px solid #fff;
}
.gnavi .menuBlock03{
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-bottom: 35px;
}
.gnavi .menuBlock03 p{
	line-height: 160%;
	padding-bottom: 20px;
}
.gnavi .menuBlock03 a{
	color: #fff;
}
.gnavi .menuBlock03 .gnaviLogo{
	width: 220px;
	margin: 0 auto 20px;
}
.gnavi .menuBlock03 address{
	font-size: 12px;
}


/*------------------contents---------------------*/
.contBlock{
	margin-bottom: 80px;
	padding-top: 50px;
}
.contBlock .inner{
	width: 94%;
}
.contBlock li{
	width: 32%;
	margin: 0 2% 0 0;
}
.contBlock li:nth-child(1){
	width: 32%;
}
.contBlock li:nth-child(2){
	margin: 3% 2% 0 0;
}
.contBlock li:nth-child(3){
	margin: 0 0 0 0;
}

.contactBlock{
	padding: 45px 0 95px;
	background-color: #efefef;
	position: relative;
}
.contactBlock h2{
	width: 100%;
	text-align: center;
}
.contactBlock p{
	padding-bottom: 35px;
}
.contactBlock .inner{
	width: 94%;
}
.contactBlock01,
.contactBlock02,
.contactBlock03{
	width: 60%;
	height: auto;
	margin: 0 auto 15px;
	padding: 20px 0 20px;
	border: 1px solid #9e9e9e;
	float: none;
}
.contactBlock01 .images{
	width: 130px;
	margin: 0 auto 25px;
}
.contactBlock01 dt{
	line-height: 200%;
	margin-bottom: 8px;
}
.contactBlock01 dt strong{
	font-size: 26px;
	font-weight: 800;
}
.contactBlock02{
	padding-bottom: 40px;
	background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: bottom 15px center;
	position: relative;
}
.contactBlock02 .images{
	width: 123px;
	margin: 0 auto 20px;
}
.contactBlock02 dt{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
}
.contactBlock02 dd{
	line-height: 170%;
}
.contactBlock03{
	padding-bottom: 40px;
	background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: bottom 15px center;
	position: relative;
}
.contactBlock03 .images{
	width: 110px;
	margin: 0 auto 10px;
}
.contactBlock03 dt{
	font-size: 24px;
	font-weight: 800;
	line-height: 120%;
	margin-bottom: 10px;
}
.contactBlock03 dt span{
	font-size: 20px;
}
.contactBlock03 dd{
	line-height: 170%;
}


}



/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc { display: none!important; }
.sp { display: block!important; }

/*----------header-footer----------*/
/*.logo{
	width: 20%;
	top: 10px;
	left: 4%;
}
header {
	height: 60px;
	top: 0;
}
header .inner{
	padding: 0 0 0;
}*/

header {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
header.clone-nav {
	/*position: fixed;*/
	top: 0;
	/*left: 0;
	transition: top .5s;
	z-index: 999;*/
}
/*header.is-show {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	transition: top .5s;
}*/

header .inner{
	width: 90%;
	/*margin: 0 auto;*/
	padding: 3% 0 3%;
	/*position: relative;*/
}
header .logo{
	width: 20%;
	/*float: left;*/
}

/*header .headMenu01{
	display: none;
}
header .headTel{
	display: none;
}*/


.footerAll{
	padding: 11% 0 0;
}
.footerAll .inner{
	width: 100%;
	/*height: auto;*/
}
.footBox01{
	width: 100%;
	text-align: center;
	margin-bottom: 10%;
	padding-top: 0;
	/*position: static;
	clear: both;*/
}
.footBox01 p{
	font-size: 3.2vw;
	line-height: 160%;
	padding-bottom: 2%;
}
.footBox01 dl{
	font-size: 3.1vw;
	margin-bottom: 0;
}
.footBox01 dt{
	line-height: 200%;
	margin-bottom: 4%;
}
.footBox01 dt img{
	width: 110px;
}
.footBox01 dd{
	line-height: 160%;
}
.footBox01 dd a{
	color: #fff !important;
	text-decoration: none !important;
}
.footBox02_1,
.footBox02_2{
	width: 100%;
	margin-bottom: 10%;
	padding-top: 0;
	float: none;
}
.footBox02_1{
	margin-left: 0;
	margin-right: 0;
}
/*.footBox02_2{
	margin-right: 0;
}*/
.footBox02_1 ul,
.footBox02_2 ul{
	border: none;
}
.footBox02_1 li,
.footBox02_2 li{
	font-size: 3.0vw;
	font-weight: 400;
	padding: 3% 0 3% 6%;
	border-bottom: 2px solid #ababab;
	/*background-image: url(../images/common/foot_arrow01.png);
	background-repeat: no-repeat;*/
	background-size: 10px 10px;
	background-position: right 8px center;
	/*position: relative;*/
}
/*.footBox02_1 li a,
.footBox02_2 li a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
li.footAc{
	background-image: url(../images/common/foot_arrow02_1.png);
}
li.footAc.active{
	background-image: url(../images/common/foot_arrow02_2.png);
}*/
.footBox02_1 li span{
	padding-left: 20px;
	background-image: url(../images/common/gmenu_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
}
.footAcI{
	display: none;
}
ul.footAcI{
	padding: 3% 0;
	border-top: 0px;
	border-bottom: 1px solid #ababab;
}
.footAcI li{
	font-size: 3.0vw;
	/*font-weight: 400;*/
	padding: 7px 0 7px 10%;
	border: none;
	background: none;
}

.footBox02sp{
	width: 100%;
}
.footBox02sp table{
	width: 100%;
	border-top: 1px solid #fff;
}
.footBox02sp td{
	width: 50%;
	font-size: 3.0vw;
	color: #fff;
	text-align: center;
	line-height: 140%;
	padding: 3.5% 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/common/foot_arrow01_1.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 10px 10px;
	vertical-align: middle;
	position: relative;
}
.footBox02sp td a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.footBox02sp td.tdR{
	border-right: 1px solid #fff;
}

.footBox03{
	width: 90%;
	margin: 0 auto 9%;
	padding-top: 0;
	/*position: static;*/
	float: none;
	/*position: absolute;
	top: 0;
	right: 0;*/
}
.footBtn01{
	height: auto;
	font-size: 3.0vw;
	/*text-align: center;*/
	margin-bottom: 5%;
	padding: 3% 0 2%;
	/*background-color: #898989;
	box-sizing: border-box;*/
}
/*.footBtn01 dt{
	margin-bottom: 2px;
}*/
.footBtn01 dt strong{
	font-size: 5.0vw;
	/*font-weight: 800;*/
	letter-spacing: 0.05em;
}
.footBtn02{
	height: auto;
	font-size: 3.6vw;
	margin-bottom: 5%;
	padding: 4% 0 4% 26%;
	/*background-color: #898989;
	background-image: url(../images/common/icon_arrow02.png);
	background-repeat: no-repeat;*/
	background-size: 22px auto;
	background-position: right 15px center;
	/*box-sizing: border-box;
	position: relative;*/
}
.footBtn02 dt{
	width: 26px;
	/*float: left;*/
}
.footBtn02 dd{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-size: 3.8vw;
	/*font-weight: 700;*/
	letter-spacing: 0.1em;
	margin-left: 34px;
	padding-top: 0;
}
/*.footBtn02 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footBtn02:hover{
	background-color: #a5a2a2;
	transition-duration: 0.6s;
}*/

footer{
	/*color: #fff;
	text-align: center;
	margin: 0;*/
	padding-bottom: 5%;
	/*background-color: #3d3d3d;*/
}
footer .footLogo{
	width: 160px;
	margin: 0 auto 5%;
}
footer p{
	font-size: 2.8vw;
	line-height: 190%;
	padding-bottom: 6%;
}
/*footer a:link,
footer a:visited{
	color: #fff !important;
	text-decoration: none !important;
}
footer a:hover{
	color: #fff !important;
	text-decoration: underline !important;
}*/
footer address{
	font-size: 2.8vw;
}

.consultation{
	display: none;
}
#page-top{
	display: none;
	/*width: 56px;
	height: 50px;
	position: fixed;
	right: 2%;
	z-index: 998;*/
}
/*#page-top{
	cursor: pointer;
}
#page-top img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
#page-top:hover img{
	transform: scale(1.2);
	opacity:1.0;
}*/


/*------------------menu---------------------*/
.spMenu{
	width: 60px;
	position: fixed;
	top: 8px;
	right: 8px;
	/*z-index: 1200;
	display: block;*/
}
/*.spMenu{
	cursor: pointer;
}*/

/*.gnavi{
	width: 100%;
	height: 100%;
	background-color: #ab8ebc;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 0 !important;
	display: block;
}
.gnavi.active {
	opacity: 1;
	z-index: 1100 !important;
}
.gnavi .inner{
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
}*/

.gnavi .menuBlock01{
	width: 92%;
	margin: 0 auto 8%;
	padding-top: 22%;
}
.gnavi .menuBlock01 h2{
	font-size: 3.6vw;
	/*font-weight: 500;
	color: #fff;*/
	margin-bottom: 3%;
	padding-left: 20px;
	/*background-image: url(../images/common/gmenu_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	background-size: 15px auto;
}
.gnavi .menuBlock01_1{
	/*text-align: center;*/
	padding: 4% 4% 6%;
	/*background-color: #fff;
	-moz-border-radius:10px!important;
	-webkit-border-radius:10px!important;
	border-radius:10px!important;*/
}
.gnavi .menuBlock01_1 p{
	font-size: 3.2vw;
	line-height: 160%;
	padding-bottom: 3%;
}
.gnavi .menuBlock01_1 dl{
	font-size: 3.2vw;
	margin-bottom: 5%;
}
.gnavi .menuBlock01_1 dt{
	line-height: 180%;
	margin-bottom: 1%;
}
.gnavi .menuBlock01_1 dt strong{
	font-size: 6.4vw;
	/*font-weight: 700;
	color: #4c0061;*/
}
.gnaviBtn01{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	width: 70%;
	/*font-weight: 600;*/
	font-size: 3.6vw;
	letter-spacing: 0.04em;
	/*margin: 0 auto;*/
	padding: 8px 0 8px;
	/*background-color: #fff;
	border: 1px solid #3d3d3d;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;
	box-shadow: 4px 4px 0px 0px rgba(94,94,94,1.0);
	box-sizing: border-box;
	position: relative;
	cursor: pointer;*/
}
/*.gnaviBtn01 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}*/
.gnavi .menuInner{
	margin-bottom: 3%;
	/*position: relative;*/
}
.gnavi .menuInner h2{
	font-size: 3.6vw;
	/*font-weight: 500;
	color: #fff;*/
	margin-bottom: 3%;
	margin-left: 4%;
	padding-left: 20px;
	/*background-image: url(../images/common/gmenu_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	background-size: 15px auto;
}
.gnavi .menuBlock02{
	margin-bottom: 5%;
}
/*.gnavi .menuBlock02 table{
	width: 100%;
	border-top: 1px solid #fff;
}*/
.gnavi .menuBlock02 td{
	/*width: 50%;*/
	font-size: 3.0vw;
	/*color: #fff;
	text-align: center;*/
	line-height: 140%;
	padding: 15px 10px;
	/*border-bottom: 1px solid #fff;
	background-image: url(../images/common/foot_arrow01.png);
	background-repeat: no-repeat;*/
	background-position: right 8px center;
	background-size: 10px auto;
	/*vertical-align: middle;
	position: relative;*/
}
/*.gnavi .menuBlock02 td a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.gnavi .menuBlock02 td.tdR{
	border-right: 1px solid #fff;
}*/
.gnavi .menuBlock03{
	font-size: 3.2vw;
	/*color: #fff;
	text-align: center;*/
	padding-bottom: 35px;
}
.gnavi .menuBlock03 p{
	line-height: 160%;
	padding-bottom: 5%;
}
/*.gnavi .menuBlock03 a{
	color: #fff;
}*/
.gnavi .menuBlock03 .gnaviLogo{
	width: 150px;
	margin: 0 auto 4%;
}
.gnavi .menuBlock03 address{
	font-size: 2.8vw;
}



/*------------------contents---------------------*/
.contBlock{
	margin-bottom: 18%;
	padding-top: 6%;
}
.contBlock .inner{
	width: 88%;
}
.contBlock li{
	width: 98%;
	margin: 0 0 6% 0;
	float: none;
}
.contBlock li:nth-child(1){
	width: 100%;
}
.contBlock li:nth-child(2){
	margin: 0 0 6% 0;
}
.contBlock li:nth-child(3){
	margin: 0 0 0 0;
}
/*.contBlock li {
	cursor: pointer;
}
.contBlock li img {
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.contBlock li:hover img {
	transform: scale(1.05);
	opacity:1.0;
}*/

.contactBlock{
	padding: 8% 0 8%;
	/*background-color: #efefef;
	position: relative;*/
}
.contactBlock h2{
	width: 100%;
	font-size: 4.4vw;
	/*font-weight: 700;
	text-align: center;*/
	letter-spacing: 0.03em;
	margin-bottom: 4%;
	/*position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);*/
}
.contactBlock p{
	font-size: 3.4vw;
	/*text-align: center;*/
	padding-bottom: 6%;
}
.contactBlock .inner{
	width: 90%;
	/*margin: 0 auto;
	position: relative;*/
}
.contactBlock01,
.contactBlock02,
.contactBlock03{
	width: 100%;
	height: auto;
	font-size: 3.3vw;
	/*text-align: center;*/
	margin: 0 auto 5%;
	padding: 5% 0 5%;
	/*border: 1px solid #9e9e9e;
	float: none;*/
}
.contactBlock01 .images{
	width: 35%;
	margin: 0 auto 3%;
}
.contactBlock01 dt{
	line-height: 200%;
	margin-bottom: 1%;
}
.contactBlock01 dt strong{
	font-size: 6.0vw;
	/*font-weight: 800;*/
}
.contactBlock02{
	padding-bottom: 10%;
	/*background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;*/
	background-size: 40px auto;
	background-position: bottom 15px center;
	/*position: relative;*/
}
.contactBlock02 .images{
	width: 35%;
	margin: 0 auto 3%;
}
.contactBlock02 dt{
	font-size: 5.4vw;
	/*font-weight: 800;*/
	margin-bottom: 4%;
}
.contactBlock02 dd{
	line-height: 160%;
}
.contactBlock03{
	padding-bottom: 10%;
	/*background-image: url(../images/common/icon_arrow01.png);
	background-repeat: no-repeat;*/
	background-size: 40px auto;
	background-position: bottom 15px center;
	/*position: relative;*/
}
.contactBlock03 .images{
	width: 35%;
	margin: 0 auto 3%;
}
.contactBlock03 dt{
	font-size: 5.4vw;
	/*font-weight: 800;*/
	line-height: 120%;
	margin-bottom: 2%;
}
.contactBlock03 dt span{
	font-size: 4.6vw;
}
.contactBlock03 dd{
	line-height: 170%;
}
/*.contactBlock02 a,
.contactBlock03 a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 500;
}
.contactBlock02:hover,
.contactBlock03:hover{
	opacity: 0.8;
	transition: transform .5s ease;
}
.contactBlock02,
.contactBlock03{
	cursor: pointer;
}
.contactBlock02 img,
.contactBlock03 img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.contactBlock02:hover img,
.contactBlock03:hover img{
	transform: scale(1.1);
}*/



/*------------------btn---------------------*/
.btn01{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	width: 65%;
	/*font-weight: 600;*/
	font-size: 4.0vw;
	letter-spacing: 0.12em;
	/*margin: 0 auto;*/
	padding: 3% 0 3%;
	/*background-color: #fff;
	border: 1px solid #3d3d3d;
	-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;*/
	box-shadow: 4px 4px 0px 0px rgba(94,94,94,1.0);
	/*box-sizing: border-box;
	position: relative;
	cursor: pointer;*/
}
/*.btn01{
	width: 90%;
	font-size: 4.0vw;
	text-align: center;
	letter-spacing: 0.12em;
	margin: 0 auto;
	padding: 5% 0 5% 0;
	background-image: url(../images/common/btn_arrow01.png);
	background-position: right 5% center;
	background-size: 8% auto;
}*/
/*#index .btn01{
	width: 90%;
	font-size: 4.0vw;
	color: #fff;
	text-align: center;
	letter-spacing: 0.12em;
	margin: 0 auto;
	padding: 5% 0 5% 0;
	background-color: #066eb2;
	background-image: url(../images/common/btn_arrow02.png);
	background-position: right 5% center;
	background-size: 8% auto;
	box-shadow: none;
}

.btn02{
	width: 110px;
	font-size: 3.4vw;
	padding: 2.5% 0;
}
	
.sconBlock03{
	width: 92%;
	margin: 0 auto 26%;
}
.sconBlock03 p{
	font-size: 3.4vw;
	line-height: 160%;
	padding-bottom: 3%;
}
.sconBlock03 .send{
	width: 80%;
	font-size: 3.6vw;
	margin-top: 4%;
	padding: 5% 0;
}*/


}