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

header{
	background-color:#eeeeee;
	width:100%;
	overflow:hidden;
}
#header{
	width:100%;
	max-width:900px;
	height:100px;
	background-color:#eeeeee;
	margin:0 auto;
	z-index:9999;
}
#header h1{
	background:url(https://www.fits-japan.com/wp-content/themes/fits/images/common/title_fits.png) no-repeat;
	background-size:100%;
	background-position:left center;
	margin:0 0 0 10px;
	padding:0;
	width:140px;
	height:100px;
	float:left;
}
#header h1 a{
	display:block;
	text-indent:-2000px;
	height:100%;
}
#header ul{
	float:right;
	border-left:1px solid #FFFFFF;
	height:100px;
	max-width:840px;
	width:80%;
	display:flex;
	flex-wrap:no-wrap;
	list-style-type:none;
	margin:0;
	padding:0;
}
#header ul li{
	width:120px;
}
#header ul li + li{
	border-left:1px solid #FFFFFF;
}
#header ul li a{
	display:block;
	line-height:100px;
	text-decoration:none;
	color:#000000;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
#header ul li a:hover{
	background-color:#000000 !important;
	color:#FFFFFF;
	font-weight:normal;
}
#header ul li.en a{
	background-color:#e0e0e0;
	color:#FFFFFF;
	font-weight:normal;
}
#header a.select{
	background-color:#808080;
	color:#FFFFFF;
	font-weight:normal;
}


/*shitara追記分--------------------------------*/


#contents .title {
	font-size: 0.8rem;
	font-family: 'Oswald', sans-serif;
	margin: 15px auto 10px;
	letter-spacing: 0.2rem;
	font-weight: bold;
	width:100% !important;
	max-width:900px !important;
}
.brandArea{
	width:100% !important;
	max-width:900px !important;
	margin: 0 auto;
}


/*お問い合わせポップアップ--------------------------------*/
h4.contact-note{
	color:red;
	font-size:24px;
	display:block;
	margin:15px 0;
}
#contact-fancy{
    max-width:750px;
    padding-left:20px;
    padding-right:20px;
}
p.contact-note-text{
	text-align:left;
	line-height:2.0em;
	font-size:16px;
}
p.contact-note-text span{
	display:block;
	margin-left:1em;
	text-indent:-1em;
	line-height:1.6em;
	margin-top:15px;
	font-size:14px;
}

img.campaign-image{
    width:100% !important;
    max-width:900px !important;
}
.summer-campaign-area{
    text-align:center !important;
    display:block !important;
    margin-bottom:50px !important;
}
.summer-campaign-area img{
    display:block;
    width:100%;
    height:auto;
    margin: 0 auto 50px !important;
}
