@charset "UTF-8";

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-style: normal;
	font-size: 100%;
	line-height:100%;
	color: #2b2b2b;
	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----------*/
header{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
header {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
}
header .inner{
	margin: 0 auto;
	position: relative;
}
header .logo{
	/*width: 220px;*/
	width: 200px;
	margin-left: 5%;
	/*padding: 17px 0 10px;*/
	padding: 11px 0 10px;
	position: relative;
}
header .logo a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
header .logo:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}
header .logo img{
	/*width: 205px;*/
	width: 160px;
}
header .logo h1{
	/*font-size: 11px;*/
	font-size: 10px;
	font-feature-settings: "palt";
	line-height: 100%;
	padding-top: 7px;
}
header .headMenu01{
	position: absolute;
	bottom: 0;
	right: 130px;
}
.headMenu01 .hm01,
.headMenu01 .hm02{
	text-align: center;
	float: right;
	position: relative;
}
.headMenu01 .hm01{
	/*padding: 0 18px 15px;*/
	padding: 0 13px 10px;
}
.headMenu01 .hm02{
	/*padding: 0 25px 15px;*/
	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,
.headMenu01 .hm02 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.headMenu01 .hm01:hover,
.headMenu01 .hm02:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}
.headMenu01 .hm01 dt,
.headMenu01 .hm02 dt{
	/*font-size: 17px;*/
	font-size: 15px;
	color: #474747;
	/*margin-bottom: 5px;*/
	margin-bottom: 3px;
}
.headMenu01 .hm01 dd,
.headMenu01 .hm02 dd{
	/*font-size: 12px;*/
	font-size: 10px;
	color: #066eb2;
	letter-spacing: 0.1em;
}
header .headMenu02{
	/*font-size: 14px;*/
	font-size: 12px;
	position: absolute;
	/*top: 18px;*/
	top: 10px;
	right: 145px;
}
header .headMenu02 a:link,
header .headMenu02 a:visited{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
header .headMenu02 a:hover{
	color: #066eb2 !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}

.footerAll{
	font-size: 12px;
	background-color: #f7f8f8;
}
.footerAll span{
	font-size: 8px;
}
.footerAll h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footerAll a:link,
.footerAll a:visited{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
.footerAll a:hover{
	color: #066eb2 !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}
.footerAll .inner{
	max-width: 1100px;
	margin: 0 auto;
	/*padding: 25px 0 30px;*/
	padding: 35px 0 30px;
	position: relative;
}
.fbanner{
	margin-bottom: 25px;
}
.fbanner li{
	width: 169px;
	text-align: center;
	margin-right: 16.5px;
	border: 1px solid #757575;
	background-color: #fff;
	float: left;
}
.fbanner li:first-child{
	width: 172px;
}
.fbanner li:last-child{
	margin-right: 0;
}

.fsbanner{
	margin-bottom: 15px;
}
.fsbanner li{
	width: 249px;
	text-align: center;
	margin-right: 33px;
	margin-bottom: 15px;
	border: 1px solid #757575;
	background-color: #fff;
	float: left;
}
.fsbanner li:nth-child(4n){
	margin-right: 0;
}

.fLink01,
.fLink02,
.fLink03,
.fLink04,
.fLink05{
	float: left;
}
.fLink06{
	display: none;
	/*font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;*/
}
.fLink01{ margin-right: 50px;}
.fLink02{ margin-right: 80px;}
.fLink03{ margin-right: 55px;}
.fLink04{ margin-right: 110px;}
/*.fLink05{
	font-size: 14px;
	font-weight: 700;
}
.fLink05 span{
	display: none;
}*/
.fLink05 dl{
	margin-bottom: 40px;
}
.fLink01 dt,
.fLink02 dt,
.fLink03 dt,
.fLink04 dt,
.fLink05 dt{
	display: none;
}
.fLink01 li,
.fLink02 li,
.fLink03 li,
.fLink04 li,
.fLink05 li{
	line-height: 140%;
	margin-bottom: 5px;
}
/*.fLink05 li{
	line-height: 140%;
	margin-bottom: 20px;
}*/

footer{
	color: #fff;
	margin: 0;
	padding: 20px 0 25px;
	background-color: #00244e;
	z-index: 1 !important;
}
footer .inner{
	width: 90% !important;
	padding: 0 !important;
}
footer .footLogo{
	/*width: 186px;*/
	width: 177px;
	padding-top: 12px;
	float: left;
}
footer .footBox{
	text-align: right;
	padding-top: 10px;
	float: right;
}
footer .footBox p{
	font-size: 10px;
	padding-bottom: 10px;
}
footer .footBox a:link,
footer .footBox a:visited{
	color: #fff !important;
	text-decoration: none !important;
}
footer .footBox a:hover{
	color: #fff !important;
	text-decoration: underline !important;
}
footer address{
	font-size: 9px;
}

header img,
footer img{
	width: 100%;
}

/*#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: 60px;
	height: 60px;
	position: fixed;
	right: 43px;
	bottom: 190px;
	z-index: 998;
}


/*.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;
	/*background-image: url(../images/common/searchbtn.png);
	background-size: 395px 185px;*/
}
/*.property-search:hover {
	background-image: url(../images/common/searchbtn_over.png);
}*/
.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;
  }


/*------------------menu---------------------*/
.menu-btn {
	display : block;
	position: fixed;
	/*position: absolute;*/
	z-index : 1000;
	right : 0;
	top   : 0;
	/*width : 110px;
	height: 110px;*/
	width : 85px;
	height: 85px;
	background-color: #066eb2;
	cursor: pointer;
	text-align: center;
	z-index: 1000 !important;
}
.menu-btn span {
	display : block;
	position: absolute;
	/*width   : 60px;*/
	width   : 45px;
	height  : 1px;
	/*left    : 25px;*/
	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: 40px;
}
.menu-btn span:nth-of-type(2) {
	top: 55px;
}
.menu-btn span:nth-of-type(3) {
	top: 70px;
}*/
.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 : 50px;
	left: 25px;*/
	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: 50px;*/
	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: 25px;*/
	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: 60px;*/
	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: 0;*/
	bottom: 50px;
	right: 0;
	display: block;
	/*z-index: 0 !important;*/
}
.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: fadein1 1s ease-out forwards;
	animation-delay: 1.0s;
	opacity: 0;
}

.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;
}

.contactBlock{
	padding: 85px 0 85px;
	background-image: url(../images/bg08.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.contactBlock .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.contactBlock h2{
	width: 225px;
	margin: 0 auto 60px;
}
.contactBlock dl{
	width: 660px;
	color: #fff;
	margin: 0 auto 35px;
}
.contactBlock dt{
	width: 270px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 0;
	float: left;
}
.contactBlock dd{
	font-size: 40px;
	font-weight: 700;
	line-height: 60%;
	margin-left: 295px;
	padding-top: 6px;
}
.contactBlock dd span{
	font-size: 16px;
	font-weight: 400;
}
.contactBlock_1{
	position: relative;
}
.contactBlock_1_1,
.contactBlock_1_2,
.contactBlock_1_3{
	width: 320px;
	background-color: #fff;
	position: relative;
	float: left;
}
.contactBlock_1_1{
	margin-right: 70px;
	padding: 40px 35px 25px;
}
.contactBlock_1_2{
	padding: 40px 20px 25px;
}
.contactBlock_1_3{
	margin-right: 70px;
	padding: 40px 20px 25px;
}
.contactBlock_1_1 a,
.contactBlock_1_2 a,
.contactBlock_1_3 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10 !important;
}
.contactBlock_1_1:hover,
.contactBlock_1_2:hover,
.contactBlock_1_3:hover{
	background-color: #e5e5e5;
	transition-duration: 0.6s;
}
.contactBlock_1_1 h3,
.contactBlock_1_2 h3,
.contactBlock_1_3 h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 130%;
	margin-bottom: 20px;
}
.contactBlock_1_1 p,
.contactBlock_1_2 p{
	font-size: 16px;
	line-height: 140%;
}
.contactBlock_1_3 p{
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 150%;
}


/*------------------btn---------------------*/
.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: #066eb2;
	background-image: url(../images/common/btn_arrow02.png);
	background-position: right 10px center;
	box-shadow: 2px 2px 0px 0px rgba(209,209,209,0.9);
	/*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: #31bdc9;*/
	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: #31bdc9;*/
	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----------*/
header .headMenu01{
	display: none;
}
header .headMenu02{
	display: none;
}

.footerAll h3{
	display: none;
}
.footerAll .inner{
	width: 100%;
	padding: 25px 0 0;
}
.fbanner{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 2% 25px;
	border-bottom: 1px solid #000;
}
.fbanner li{
	width: 32.5%;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
}
.fbanner li:first-child{
	width: 32.5%;
}

.fsbanner{
	width: 100%;
	margin: 0 auto 0;
	padding: 0 2% 25px;
	border-bottom: 1px solid #000;
}
.fsbanner li{
	width: 32.8%;
	/*text-align: center;*/
	margin-right: 0.8%;
	margin-bottom: 0.8%;
	/*border: 1px solid #757575;
	background-color: #fff;
	float: left;*/
}
.fsbanner li:nth-child(4n){
	margin-right: 0.8%;
}
.fsbanner li:nth-child(3n){
	margin-right: 0;
}

.fLink01,
.fLink02,
.fLink03,
.fLink04,
.fLink05{
	width: 100%;
	margin-right: 0;
	padding: 22px 5%;
	border-bottom: 1px solid #000;
	float: none;
}
.fLink06{
	display: block;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 22px 5%;
	border-bottom: 1px solid #000;
}
.fLink05 dl{
	margin-bottom: 0;
}
.fLink01 dt,
.fLink02 dt,
.fLink03 dt,
.fLink04 dt,
.fLink05 dt{
	font-size: 20px;
	font-weight: 700;
	display: block;
	position: relative;
}
.fLink01 dd,
.fLink02 dd,
.fLink03 dd,
.fLink04 dd,
.fLink05 dd{
	padding-top: 25px;
	display: none;
}
.fLink01 li,
.fLink02 li,
.fLink03 li,
.fLink04 li,
.fLink05 li{
	font-size: 18px;
	margin-bottom: 8px;
}

.acPlus span::before,
.acPlus span::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acPlus span::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.acPlus.active span::after {
	transform: rotate(0);
	transition: 0.5s;
}

footer .footLogo{
	padding-top: 0;
	float: none;
}
footer .footBox{
	text-align: center;
	padding-top: 20px;
	float: none;
}
footer .footBox p{
	font-size: 11px;
}

/*#page-top{
	right: 26px;
	bottom: 115px;
}*/
/*#page-top{
	right: 31px;
	bottom: 125px;
}*/
#page-top{
	right: 31px;
	bottom: 170px;
}
/*.property-search{
	width: 110px;
	height: 110px;
	right: 8px;
}*/
.property-search{
	width: 350px;
	height: 164px;
	/*position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
	transition: 0.5s;*/
}

.sconBlock03{
	width: 92%;
}


/*------------------menu---------------------*/
.gnavi .inner{
	width: 95%;
	margin-left: 5%;
}
.gnavi .menuBlock01{
	padding-top: 60px;
}

.gnavi .menu01,
.gnavi .menu02{
	margin-bottom: 40px;
}
.gnavi .menu01 dt,
.gnavi .menu02 dt{
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.gnavi .menu01 a::after {
	padding-right: 50px;
	background-size: 25px auto;
	background-position: right 15px center;
}
.gnavi.active .menuBtn01{
	width: 230px;
	font-size: 20px;
	letter-spacing: 0.05em;
	padding: 20px 20px;
	background-position: right 25px center;
	background-size: 25px auto;
	bottom: 45px;
	right: 0;
}
.gnavi.active .menuBtn01 img{
	width: 30px;
	margin-right: 5px;
}
.gnavi .menuBlock04{
	display: none;
}
.gnavi .menuBlock04t{
	width: 100%;
	font-size: 14px;
	color: #dbdbdb;
	text-align: center;
	line-height: 200%;
	position: absolute;
	bottom: 3%;
	left: 0;
	display: block;
}
.gnavi .menuBlock04t a{
	margin: 0 30px;
}
.gnavi .menuBlock04t a:link,
.gnavi .menuBlock04t a:visited{
	color: #dbdbdb;
	text-decoration: none;
}
.gnavi .menuBlock04t a:hover{
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
}


/*------------------contents---------------------*/
.pan .inner{
	width: 94% !important;
}

.contactBlock{
	padding: 50px 0 40px;
	/*background-image: url(../images/bg08.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;*/
}
.contactBlock .inner{
	width: 94%;
}
.contactBlock h2{
	/*width: 225px;*/
	margin: 0 auto 30px;
}

.contactBlock_1_1,
.contactBlock_1_2,
.contactBlock_1_3{
	width: 100%;
	margin-bottom: 15px;
	float: none;
}
.contactBlock_1_1{
	margin-right: 0;
	padding: 20px 35px 25px;
}
.contactBlock_1_2{
	padding: 20px 20px 25px;
}
.contactBlock_1_3{
	margin-right: 0;
	padding: 20px 20px 25px;
}
.contactBlock_1_1 p,
.contactBlock_1_2 p{
	text-align: center;
}
.contactBlock_1_3 p{
	text-align: center;
}


}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc { display: none!important; }
.sp { display: block!important; }

/*----------header-footer----------*/
header .logo{
	width: 60%;
	margin-left: 5%;
	padding: 8px 0 5px;
}
header .logo img{
	width: auto;
	height: 35px;
}
header .logo h1{
	font-size: 2.8vw;
	padding-top: 6px;
}
header .logo dt{
	margin-bottom: 2px;
}

.footerAll{
	font-size: 100%;
}
.footerAll span{
	font-size: 2.8vw;
}
.footerAll .inner{
	padding: 6% 0 0;
}
.fbanner{
	width: 100%;
	margin: 0 auto 2%;
	padding: 0 2% 2%;
	border-bottom: 1px solid #000;
}
.fbanner li{
	width: 48%;
	margin: 0 1% 2%;
}
.fbanner li:first-child{
	width: 48%;
}
.fbanner li img{
	width: 90%;
	margin: 0 auto;
}

.fsbanner{
	width: 100%;
	/*margin: 0 auto 0;*/
	padding: 0 2% 5%;
	/*border-bottom: 1px solid #000;*/
}
.fsbanner li{
	width: 48%;
	margin: 0 1% 2%;
	/*margin-right: 0.8%;
	margin-bottom: 0.8%;*/
}
.fsbanner li:nth-child(4n){
	margin-right: 0;
}
/*.fsbanner li:nth-child(3n){
	margin-right: 0;
}*/

.fLink01,
.fLink02,
.fLink03,
.fLink04,
.fLink05{
	padding: 4.5% 5%;
}
.fLink06{
	font-size: 4.0vw;
	padding: 4.5% 5%;
}
.fLink01 dt,
.fLink02 dt,
.fLink03 dt,
.fLink04 dt,
.fLink05 dt{
	font-size: 4.0vw;
}
.fLink01 dd,
.fLink02 dd,
.fLink03 dd,
.fLink04 dd,
.fLink05 dd{
	padding-top: 6%;
	display: none;
}
.fLink01 li,
.fLink02 li,
.fLink03 li,
.fLink04 li,
.fLink05 li{
	font-size: 3.6vw;
	margin-bottom: 2.5%;
}

.acPlus span::before,
.acPlus span::after {
	width: 15px;
	height: 1px;
}

footer{
	padding: 5% 0 5%;
}
footer .inner{
	width: 100% !important;
}
footer .footLogo{
	width: 45%;
	margin: 0 auto 5%;
}
footer .footBox{
	text-align: left;
	padding-top: 0;
}
footer .footBox ul{
	margin-bottom: 4%;
	border-top: 1px solid #fff;
}
footer .footBox li{
	width: 50%;
	font-size: 2.8vw;
	padding: 2%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
footer .footBox li:nth-child(even) {
	border-right: none;
}
footer .footBox .fbl01{
	padding: 4.05% 2% !important;
}

footer .footBox table{
	margin-bottom: 4%;
	border-top: 1px solid #fff;
}
footer .footBox td{
	width: 50%;
	font-size: 2.8vw;
	padding: 2%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
footer .footBox table td:nth-child(even) {
	border-right: none;
}

footer address{
	font-size: 2.8vw;
	text-align: center;
}

#page-top{
	width: 15%;
	height: auto;
	right: 2%;
	bottom: 4vw;
}
#page-top{
	display: none !important;
}
/*.property-search{
	width: 25%;
	height: auto;
	right: 0.5%;
	bottom: 22vw;
}*/
/*.property-search{
	width: 20%;
	height: auto;
	right: 0.5%;
	bottom: 5vw;
}*/
.property-search{
	width: 270px;
	height: 126px;
	/*position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
	transition: 0.5s;*/
}


/*------------------menu---------------------*/
.menu-btn {
	width : 67px;
	height: 67px;
}
.menu-btn span {
	width   : 38px;
	height  : 1px;
	left    : 16px;
}
.menu-btn span:nth-of-type(1) {
	top: 21px;
}
.menu-btn span:nth-of-type(2) {
	top: 33px;
}
.menu-btn span:nth-of-type(3) {
	top: 45px;
}
/*メニューボタン　展開後*/
.menu-btn.active span:nth-child(1) {
	top : 30px;
	left: 16px;
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
	top: 30px;
}

.gnavi .inner{
	width: 100%;
	margin-left: 0;
}
.gnavi .menuLogo{
	margin-bottom: 6%;
}
.gnavi .menuLogo img{
	width: 150px;
}
.gnavi .menuBlock01{
	width: 100%;
	padding-top: 0;
	float: none;
	position: absolute;
	bottom: -65%;
	left: 0;
}
.gnavi .menuBlock01 h2{
	font-size: 3.4vw;
	margin-right: 5%;
	margin-left: 10%;
	float: left;
}
.gnavi .menuBlock01 dl{
	font-size: 3.4vw;
	margin-bottom: 6%;
}
.gnavi .menuBlock01 dt{
	line-height: 100%;
	margin-bottom: 1%;
}
.gnavi .menuBlock01 dt br{
	display: none;
}
.gnavi .menuBlock01 p{
	font-size: 3.4vw;
	text-align: center;
}
.gnavi .menuBlock02{
	width: 50%;
	float: left;
}
.gnavi .menuBlock03{
	width: 50%;
	float: left;
}
.gnavi .menu01,
.gnavi .menu02{
	margin-bottom: 12%;
}
.gnavi .menu01 dt,
.gnavi .menu02 dt{
	font-size: 4.0vw;
	line-height: 100%;
	letter-spacing: 0.05em;
	margin-bottom: 4%;
}
.gnavi .menu01 dd,
.gnavi .menu02 dd{
	font-size: 3.0vw;
	line-height: 100%;
	letter-spacing: 0.1em;
}
.gnavi .menu01 a::after {
	padding-right: 45px;
	background-size: 20px auto;
	background-position: right 15px center;
}
.gnavi.active .menuBtn01{
	width: 50%;
	font-size: 3.8vw;
	letter-spacing: 0.05em;
	padding: 3% 5%;
	background-position: right 10px center;
	background-size: 20px auto;
	bottom: 9%;
	right: 0;
}
.gnavi.active .menuBtn01 img{
	width: 25px;
	margin-right: 5px;
}
.gnavi .menuBlock04{
	display: none;
}
.gnavi .menuBlock04t{
	font-size: 3.4vw;
	line-height: 200%;
	position: absolute;
	bottom: 3%;
	left: 0;
}
.gnavi .menuBlock04t a{
	margin: 0 5%;
}


/*------------------contents---------------------*/
.pan{
	display: none;
}

.contactBlock{
	padding: 8% 0 6%;
	background-image: url(../images/bg08sp.jpg);
	background-size: cover;
}
.contactBlock .inner{
	width: 90%;
}
.contactBlock h2{
	width: 45%;
	margin: 0 auto 5%;
}
.contactBlock dl{
	width: 100%;
	margin: 0 auto 6%;
}
.contactBlock dt{
	width: 60%;
	font-size: 4.0vw;
	margin: 0 auto 5.6%;
	padding: 3.6% 0;
	float: none;
}
.contactBlock dd{
	font-size: 9.0vw;
	text-align: center;
	letter-spacing: 0.07em;
	line-height: 65%;
	margin-left: 0;
	padding-top: 0;
}
.contactBlock dd span{
	font-size: 3.4vw;
	letter-spacing: 0;
}
.contactBlock_1_1,
.contactBlock_1_2,
.contactBlock_1_3{
	margin-bottom: 3.5%;
}
.contactBlock_1_1{
	padding: 4% 5% 4%;
}
.contactBlock_1_2{
	padding: 4% 5% 4%;
}
.contactBlock_1_3{
	padding: 4% 5% 4%;
}
.contactBlock_1_1 h3,
.contactBlock_1_2 h3,
.contactBlock_1_3 h3{
	font-size: 4.4vw;
	line-height: 130%;
	margin-bottom: 2%;
}
.contactBlock_1_1 h3 br,
.contactBlock_1_2 h3 br,
.contactBlock_1_3 h3 br{
	display: none;
}
.contactBlock_1_1 p,
.contactBlock_1_2 p,
.contactBlock_1_3 p{
	font-size: 3.3vw;
	line-height: 140%;
}



/*------------------btn---------------------*/
.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;
}


}