@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "M PLUS Rounded 1c";
	font-style: normal;
	font-weight: 300;
	text-align:left;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	word-break: break-all;
}
.wf-notosansjapanese { 
	font-family: "M PLUS Rounded 1c"; 
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
}

p {
	
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.clearboth {
	clear: both;
}

/*---- 青い枠を消す追加CSS ----*/
a:focus{
	outline: none;
}

/**------------------------------objectfit cover*/
.objectfit_image {
	object-fit: cover;
	font-family: 'object-fit: cover';
}


/**------------------------------共通 inview*/
.inview {
	overflow: hidden;
}
.inview article, .inview section, .inview h1, .inview li {
	float: left;
	transition: 1.2s;
}

/**------------------------------inview 横移動+フェードイン*/
.inview_00{
	opacity: 0;
	transform: translate(300px,0); 
	-webkit-transform: translate(300px,0); 
}
.inview00{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/**------------------------------inview 上移動+フェードイン*/
.inview_01{
	opacity: 0;
	transform: translate(0,200px); 
	-webkit-transform: translate(0,200px); 
}
.inview01{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/**------------------------------inview ズームイン+フェードイン*/
.inview_02{
	opacity: 0;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
}
.inview02{
	opacity: 1.0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/**------------------------------inview フェードイン*/
.inview_03{
	opacity: 0;
}
.inview03{
	opacity: 1.0;
}

/**------------------------------inview 3D回転*/
.inview_04{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(180deg);
}
.inview04{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}


/**------------------html*/
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/**------------------------------wrapper*/
#wrapper {
	width:100%;
	height:100%;
	float:left;
	position: relative;
}

/**------------------------------header*/

#header{
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 9999;
}

/**------------------------------header_unit*/

#header_unit {
	width: auto;
	padding: 0 120px 0 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#header_unit li {
	display: inline-block;
	margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
#header_unit {
	padding: 0 100px 0 0;
}
}
@media (max-width: 640px) {
#header_unit {
	padding: 0 80px 0 0;
}
}
@media (max-width: 320px) {
#header_unit {
	padding: 0 80px 0 0;
}
}

/** bg_header*/

#bg_header_unit {
	background-color: #eaeae6;
	display: table;
	width: 100%;
	height: 120px;
	opacity: 0.8;
	position: fixed;
	top: 0px;
}

@media (max-width: 1024px) {
#bg_header_unit {
	height: 60px;
}
}


/** header_logo*/

#header_logo {
	float:left;
}
#header_logo a{
	background: url(https://www.kitaya-house.com/images/bt_logo.png) no-repeat left center scroll;
	background-size: 80px 80px;
	width: 80px;
	min-height: 80px;
	padding: 0;
	margin: 20px 0 20px 20px;
	text-indent: -9999px;
	overflow:hidden;
	float:left;
}
@media (max-width: 1024px) {
#header_logo a{
	background: url(https://www.kitaya-house.com/images/bt_logo.png) no-repeat left center scroll;
	background-size: 40px 40px;
	width: 40px;
	min-height: 40px;
	margin: 10px 0 10px 10px;
}
}
@media (max-width: 640px) {
#header_logo a{
	background-size: 40px 40px;
	width: 40px;
	min-height: 40px;
}
}


/** header_tel*/

#header_tel {
	float:right;
}
#header_tel a{
    background: url(https://www.kitaya-house.com/images/bt_tel.png) no-repeat right center scroll;
	background-size: 30px 30px;
	width: 30px;
	min-height: 30px;
	padding: 0;
	margin: 15px 0 15px 0;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
}
@media (max-width: 480px) {
#header_tel a{
	margin: 15px 0 15px 0;
}
}
@media (max-width: 320px) {
#header_tel a{
	background-size: 28px 28px;
	width: 28px;
	min-height: 28px;
	margin: 15px 0 15px 0;
}
}

/** header_mail*/

#header_mail {
	float:right;
}
#header_mail a{
    background: url(https://www.kitaya-house.com/images/bt_mail.png) no-repeat right center scroll;
	background-size: 30px 30px;
	width: 30px;
	min-height: 30px;
	padding: 0;
	margin: 15px 0 15px 10px;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
}
@media (max-width: 480px) {
#header_mail a{
	margin: 15px 0 15px 10px;
}
}
@media (max-width: 320px) {
#header_mail a{
	background-size: 28px 28px;
	width: 28px;
	min-height: 28px;
	margin: 15px 0 15px 5px;
}
}

/**------------------------------footer*/

#footer {
	background-color: #FFFFFF;
	width: 100%;
	float:left;
	padding: 0 0 100px;
	overflow:hidden;
	position:relative;
}

/**------------------------------title*/

#title {
	width:100%;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.2em;
    text-align: center;
	margin: 160px 0 80px;
	overflow:hidden;
}

#title p{
	width:100%;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
    text-align: center;
	margin: 0;
	overflow:hidden;
}

@media (max-width: 1024px) {
#title {
	font-size: 36px;
	margin: 120px 0 60px;
}
}

@media (max-width: 640px) {
#title {
	font-size: 36px;
	margin: 120px 0 60px;
}
}

@media (max-width: 414px) {
#title {
	font-size: 30px;
	margin: 120px 0 60px;
}
}

@media (max-width: 375px) {
#title {
	font-size: 30px;
	margin: 120px 0 60px;
}
}

/**------------------------------copy*/

#copy {
	width: 100%;
	color: #000000;
	font-size: 12px;
    text-align: center;
	margin: 75px auto;
	float:left;
}

@media (max-width: 640px) {

#copy {
	width: 100%;
    font-size: 11px;
    text-align: center;
	margin: 20px auto;
	float:left;
}
}

/**------------------------------page*/
#page-top {
	width:70px;
	float:right;
	padding: 0;
	margin: 0;
	bottom: 10px;
	right: 20px;
	position: fixed;
	z-index: 9997;
}
#page-top a {
	background:url(https://www.kitaya-house.com/images/bt_page.png) no-repeat;
	background-size:auto 260px;
	background-position:0px -130px;
	text-indent:-9999px;
	width:70px;
	height:130px;
	float:right;
	margin: 0;
	overflow:hidden;
}
#page-top a:hover {
	background-position:0px 0px;
	opacity: 1;
}

@media (max-width: 768px) {
#page-top {
	width:53px;
	bottom: 10px;
}
#page-top a {
	background-size:auto 200px;
	background-position:0px -100px;
	width:53px;
	height:100px;
}
#page-top a:hover {
	background-position:0px 0px;
	opacity: 1;
}
}

/**--------------------inline_mail*/


#inline_mail {
	display: none;
}
.contents {
	padding: 30px;
}

.contents li{
	padding: 5px 0;
}


/**------------------------------mailform*/
.mailform{
	width: 100%;
	float:left;
	overflow:hidden;
}
.mailform span {
	color: #CC0000;
	font-size: 10px;
}
.mailform p {
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.mail_left{
	width: 45%;
	text-align: left;
	padding: 5px 5% 0 0;
	float:left;
	overflow:hidden;
}
.mail_right{
	width: 45%;
	text-align: left;
	padding: 5px 0;
	float:left;
	overflow:hidden;
}
.mail_center{
	width: 100%;
	text-align: left;
	padding: 5px 0;
	float:left;
	overflow:hidden;
}
#mailform textarea {
	width: 95%;
}
#mailform input {
	width: 95%;
}

#mailform input[type="submit"]{
	width: 100px;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	padding: 5px;
	margin: 10px 20px 20px 0;
}

#mailform input[type="reset"]{
	width: 100px;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	padding: 5px;
	margin: 10px 0 20px 0;
}

@media (max-width: 640px) {
.mail_left{
	width: 100%;
	padding: 5px 0 0 0;
}
.mail_right{
	width: 100%;
}
}

/**------------------------------thanks*/


#thanks {
	width: 100%;
	height: 100%;
	margin: 30% auto;
    text-align: center;
}

#thanks li{
	margin: 0 auto 10px;
}