@charset "UTF-8";

body{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 100%;
	line-height:100%;
	color: #242323;
	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;
}

sup {
	font-size: 70% !important;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

/*----------header-footer----------*/
header{
	width: 100%;
	background-image: url(../images/main_bg.jpg);
	background-position: bottom center;
	background-size: cover;
}
/*header {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
}
header .inner{
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}*/
header h1{
	max-width: 1040px;
	margin: 0 auto;
}


footer{
	color: #fff;
	text-align: center;
	padding: 15px 0 25px !important;
	background-color: #13293d;
}
footer .footCopy div{
	width: 353px;
	margin: 0 auto 15px;
}
footer address{
	font-size: 11px;
	font-weight: 300;
}

/*#page-top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 32px;
	bottom: 125px;
	z-index: 998;
}
.property-search{
	width: 110px;
	height: 110px;
	position: fixed;
	right: 8px;
	bottom: 1%;
	z-index: 998;
	transition: 0.5s;
}
.is-hidden {
	visibility: hidden;
	opacity: 0;
}*/




/*------------------contents---------------------*/
/*.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.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;
}*/




/*------------------btn---------------------*/
.btn01{
	/*width:340px;*/
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	/*letter-spacing: 0.12em;*/
	text-align: center;
	/*margin: 0 auto;*/
	/*padding: 25px 0 25px 35px;*/
	padding: 20px 0 22px;
	/*background-color: #e38834;*/
	background-image: url(/hirogari/images/common/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px auto;
	/*border: 1px solid #066eb2;*/
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	border-radius:4px!important;
	box-shadow: 3px 3px 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{
	box-shadow: 1px 1px 0px 0px rgba(209,209,209,0.9);
	transition-duration: 0.6s;
}
.btn02:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}






/*----------------------------------------------------*/
@media only screen and (max-width: 1099px) {

/*----------header-footer----------*/




}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {

.pc { display: none!important; }
.sp { display: block!important; }


/*----------header-footer----------*/
header{
	width: 100%;
	background: none;
}
header h1{
	width: 100%;
}

footer{
	/*color: #fff;
	text-align: center;*/
	padding: 3% 0 5% !important;
	/*background-color: #13293d;*/
}
footer .footCopy div{
	width: 75%;
	margin: 0 auto 3%;
}
footer address{
	font-size: 2.8vw;
	/*font-weight: 300;*/
}


/*------------------btn---------------------*/
.btn01{
	font-size: 4.0vw;
	padding: 5% 0 5%;
	background-position: right 3% center;
	background-size: 4% auto;
}




}