﻿@charset "utf-8";
/* CSS Document */

/* デスクトップレイアウト : 1280 px およびそれ以下.ここにPC用のCSSを書く */

	
.haikei_p {
	background-image: url(../image/kutumigaki.png);
	background-attachment: fixed;
	background-size: 20% auto;
	background-repeat: no-repeat;	
	background-position:98% 83%;
}


.haikei_m{
	background-image: url(../image/postman.png);
	background-attachment: fixed;
	background-size: 20% auto;
	background-repeat: no-repeat;	
	background-position:98% 83%;
}

.haikei_s{
	background-image: url(../image/tohoho.png);
	background-attachment: fixed;
	background-size: 20% auto;
	background-repeat: no-repeat;	
	background-position:98% 83%;
}

#wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
}


/*ここからへッダー*/
#header{
	width: 100%;
	height: 20px;
	background-color: #ffa43c;
	background-attachment: scroll;
	margin-bottom: 10px;
	float: left;
	position: fixed;
	top:0;
}


#header h1{
	line-height: 20px;
	margin-left: 1%;
}

/*ここからナビ*/
#navi{ 
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	z-index: 10;
	width: 34.3em;
	
}

#navi ul li a{
	float: left;
	background: #fffabc;
	border: 1px solid #ffffff;
	font-size: 100%;
	height: 18px;
	line-height: 18px;
	display: block;	
}


/*ここからプロフィール*/

#shoukai {
	clear: both;
	background: #ffa43c;
	margin: 50px auto 80px auto;
	border-radius: 10px;
	padding: 5%;
	width: 45%;
	min-width:330px;
}


#awase{
	position: relative;
	width:60%;
}



#awase h2 img {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}




#awase h2,p{
text-align:center;


}

#nengou{
clear:both;
text-indent:-6em;
margin-left:6em;
} 

#nengou li{
line-height:2em;
margin-bottom:2%;
}

/*ここからメールフォーム*/
#mail {
	clear: both;
	color: #ffffff;
	background: #ffa43c;
	margin: 50px auto 80px auto;
	border-radius: 10px;
	padding: 2% 3% 3%;
	width: 47%;
	min-width:330px;
}

#mail form .mface-bar {
	font-size: 161.6%;
	border: 2px solid #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	border-radius: 10px;
	margin-bottom: 10px;	
}

#mail form  .mface-red {
	color: #ff0000;
}


#mail form .mface-txt {
	margin-bottom: 10px;
}
#mail #item_1, #item_2, #item_4, #item_3 {
	margin-bottom: 10px;
}
#mail form p {
	margin-bottom: 10px;
}

/*送信・リセットボタン*/

#mail form #soushin input {
	color: #ee781e;
	background: #fffabc;
	padding: 2px;
	font-weight: bold;
	border-radius: 3px;
}

/*ここからサイトマップ*/
#tizu {
	clear: both;
	background: #fffabc;
	border: solid 3px #ffa43c;
	margin: 50px auto 80px auto;
	border-radius: 10px;
	padding: 3%;
	color: #696969;
	width:50%;
	min-width:330px;
}

#timei{
	float:left;
	width:48%;
}

#timei2{
	float:right;
	width:48%;
}



#timei ul,#timei2 ul{
	border-bottom: 2px dotted #ffa43c;
	margin-bottom: 1em;
	padding-right: 1em;
}


#timei ul li,#timei2 ul li{
	margin-bottom: 1em;

}
#timei2 ul li a img {
	padding-left: 3em;
}

.jiage {
	color: #ffa43c;
}


#timei ul li a .jisage,#timei2 ul li .jisage{
	padding-left: 3em;
}



/*ここからフッター*/

#footer{
	background-color: #ffa43c;
	clear: both;
	bottom: 0px;
	width: 100%;
	position: fixed;
}

#footer ul{
	width:55em;
}

#footer ul li{
	float: left;
	font-size: small;
	margin-right: 30px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-indent: -0.3em;
	list-style: square;
	color: #ffffff;
}

#footer p {
	clear: both;
	float: right;
	font-size: xx-small;
	margin-right: 1px;
	margin-bottom: 1px;
}


/*フッター、サイトナビ用リンク色*/

#footer a:link {
	color:#ffffff;
}

#footer a:visited {
	color:#fffabc;
}
#footer a:hover {
	color:#ff0000;
}


/* タブレットレイアウト : 800 px ～  */
@media screen and (max-width: 800px) {
	


/*ここからプロフィール*/


#awase{
	position: relative;
	width:80%;
}


/*タブレットレイアウト ここからフッター*/


#footer ul{
	width:30em;
}

#footer ul li .yohaku {
	padding-right: 2.3em;
}


/* スマホレイアウト : 400 px ～  */
@media screen and (max-width: 400px) {

}