@charset "utf-8";
/* CSS Document */

/* ================= RESET ================= */
html, .container-fluid, .container{
font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
color:#333;
background:transparent;
}
/* ================= RESET ================= */


/* ================= PC ================= */

#wFooter {
    background-color: #fff;
    clear: both;
    height: 110px;
    width: 100%;
}
#wFooterContents {
    font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 950px;
}
#wFooterContents #fPT {
    /*border-top: 2px solid #ddd;*/
    margin-bottom: 20px;
    margin-top: 20px;
}
#wFooterContents #fPT a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #cccccc #cccccc;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #3d3333;
    display: inline-block;
    float: right;
    font-size: 10px;
    line-height: 1.8;
    padding: 2px 8px;
    text-decoration: none;
}
#wFooterContents #fPT a:hover {
    background: #eee none repeat scroll 0 0;
}
#wFooterContents #fPT a::before {
    background: rgba(0, 0, 0, 0) url("http://www.kitamura.jp/common/images/img_sprite_ktmr.png") no-repeat scroll 0 -150px;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 2px;
    width: 7px;
}
#wFooterContents a:link, #wFooterContents a:visited {
    color: #767676;
    text-decoration: none;
}
#wFooterContents a:active, #wFooterContents a:hover {
    color: #d80b24;
    text-decoration: underline;
}
#wFooterContents ul {
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    list-style: outside none none;
    width: auto;
}
#wFooterContents ul li {
    background: rgba(0, 0, 0, 0) url("http://www.kitamura.jp/common/images/hf/arrow_7x7.gif") no-repeat scroll -2px 5px;
    display: inline;
    padding: 0 6px 0 7px;
}
#wFooterContents ul li.listOpen {
    background: rgba(0, 0, 0, 0) url("http://www.kitamura.jp/common/images/hf/arrow_open_7x7.gif") no-repeat scroll left center;
}
#wFooterContents ul li a {
    color: #666;
}
p#catch, small#copyright {
    font-size: 11px;
    line-height: 1.8;
}
p#catch {
    margin-top: 10px;
}
p#catch a:link, p#catch a:visited, p#copyright a:link, p#copyright a:visited {
    text-decoration: underline;
}
p#catch a:active, p#catch a:hover, p#copyright a:active, p#copyright a:hover {
    text-decoration: none;
}
#wFooterLogo {
    background-color: #fff;
    display: inline;
    float: right;
    width: 268px;
}
#wFooterLogo p {
    display: inline;
    float: left;
    width: 48px;
}
#wFooterLogo p:first-child {
    width: 162px;
}
#wFooterLogo p:first-child img {
    height: 50px;
}
#wFooterLogo > *:first-child + * + * img {
    margin: 0 5px;
}
#wFooterLogo > *:first-child + * img, #wFooterLogo > *:first-child + * + * img {
    width: 48px;
}

/* ================= /PC ================= */



/* ================= SP ================= */

@media (min-width: 0px) and (max-width: 992px) {
	#wFooter {
    	height:auto;
	}
	#wFooterContents {
		max-width:80%;
		text-align:center;
	}
	#wFooterContents ul {
    	clear: both;
    	display: block;
		padding-top:20px;
    	font-size: 12px;
    	line-height: 1.8;
    	list-style: outside none none;
    	width: auto;
	}
	#wFooterContents ul li {
    	background: rgba(0, 0, 0, 0) url("http://www.kitamura.jp/common/images/hf/arrow_7x7.gif") no-repeat scroll -2px 5px;
    	display: inline;
    	padding: 0 6px 0 7px;
	}
	#wFooterContents ul li.listOpen {
    	background: rgba(0, 0, 0, 0) url("http://www.kitamura.jp/common/images/hf/arrow_open_7x7.gif") no-repeat scroll left center;
	}
	#wFooterContents ul li a {
    	color: #666;
	}
	#wFooterLogo {
    	display: block;
    	float: none;
		margin-top:20px;
    	width: 90%;
    	background-color: #fff;
		text-align:center;
	}
	small#copyright{
    	display: block;
    	float: none;
		text-align:center;
	}
	#wFooterLogo p{
    	max-width: 20%;
	}
	#wFooterLogo p:first-child {
    	max-width: 58%;
	}
}

/*スマホヘッダー*/
.sp-header{
border-bottom: 5px solid #d60a23;
padding: 5px 0;
}
.sp-header .logo{
float:left;
display: flex;
align-items: center;
}
.sp-header .kitamura,.sp-header  .mario{
float:left;
margin-right:2%;
max-width:18%;
}
.sp-header .logo .tyuko{
float:left;
display:block;
max-width:60%;
}
.sp-header .country{}
.sp-header .country li{
display: block;
float:right;
max-width:25%;
font-size:small;
border-right:1px solid #666;
border-left:10px solid #fff;
}
.sp-header .country li a{
display: block;
}

#google_translate_element{
float:right;
margin-top:5px;
}

/* ================= /SP ================= */




