@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
html,body{
	height:100%;
	width:100%;
	-webkit-text-size-adjust:100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
}
a{
	color:#444;
}
a:hover{
	text-decoration:none;
}
.serif{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img{
	vertical-align:middle;
}
#container{
	width:1000px;
	margin:0px auto;
	padding-right:constant(safe-area-inset-right);
    padding-left:constant(safe-area-inset-left);
    padding-right:env(safe-area-inset-right);
    padding-left:env(safe-area-inset-left);
}
#topnavi{
	margin-top:5px;
	margin-right:20px;
	font-size:11pt;
	text-align:right;
}
#topnavi #lang{
	background-image:url(../../img/lang.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	background-size:13pt;
	padding-left:15pt;
}
#top{
	margin-bottom:10px;
}
#logo{
	width:1000px;
	margin-bottom:10px;
}
#logoimg{
	margin-top:0px;
	margin-left:20px;
	float:left;
}
#logo h1{
	margin-left:650px;
	padding-top:40px;
	font-size:17pt;
}

#topmenu{
	clear:both;
	width:1000px;
}

#topmenu ul{
	list-style:none;
	overflow:hidden;
}
#topmenu li{
	float:right;
	color:#fff;
	text-align:center;
	font-size:10pt;
	padding:2px 0px;
}
#topmenu a{
	display:block;
	color:#fff;
	text-decoration:none;
}
#topmenu a:hover{
	
}

#tmbefore{
	width:12px;
	margin-right:0px;
	background-color:#C1191F;
}
#tmafter{
	width:6px;
	background-color:#C1191F;
}
#tm1{
	width:50px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm2{
	width:130px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm3{
	width:115px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm4{
	width:144px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm5{
	width:144px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm6{
	width:70px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm7{
	width:135px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm8{
	width:75px;
	margin-right:3px;
	background-color:#799FC9;
}
#tm9{
	width:55px;
	background-color:#799FC9;
}

#spmenu{
	display:none;
}

#cartlink{
	width:84px;
	height:30px;
	border:none;
	background-color:transparent;
	background-image:url(img/cart.png);
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	left:600px;
	top:-88px;
}
#cartlink:hover{
	opacity:0.6;
}

#slide{
	clear:both;
	margin-top:10px;
	height:500px;
	width:1000px;
}
#slide .slideimg{
	position:absolute;
	opacity:1.0;
}
#slide #slide1{
	z-index:6;
}
#slide #slide2{
	z-index:5;
	opacity:0;
}
#slide #slide3{
	z-index:4;
	opacity:0;
}
#slide #slide4{
	z-index:3;
	opacity:0;
}
#slide #slide5{
	z-index:2;
	opacity:0;
}
#slide #slide6{
	z-index:1;
	opacity:0;
}

.sq{
	text-align:left;
	font-size:18pt;
	font-weight:500;
	margin:30px 30px 10px 30px;
	padding-left:3px;
	border-bottom:1px solid;
}

#category{
	text-align:left;
	margin-top:20px;
}
#category #clothes{
	margin-right:10px;
}
#category #fp{
	margin-left:10px;
}

#links{
	margin-top:50px;
	margin-left:50px;
	width:900px;
	display:flex;
	justify-content:space-between;
}

#bottom{
	clear:both;
	width:1000px;
	margin:30px auto 0px auto;
	background-color:#1A82B9;
	color:#fff;
}
#bottom1{
	display:flex;
}
#bottom_l{
	width:500px;
}
#bottom_l dl{
	padding-top:20px;
	margin-left:30px;
}
#bottom_l dt{
	font-size:12pt;
	font-weight:bold;
	margin-bottom:5px;
}
#bottom_l dd{
	font-size:11pt;
}
#bottom_r{
	width:500px;
	margin-top:20px;
}
#bottom_r ul{
	list-style:none;
	margin-left:20px;
	height:20px;
	padding-top:15px;
}
#bottom_r li{
	font-size:10pt;
	line-height:25pt;
	float:left;
	margin-right:15px;
}
#bottom_r a{
	border:none;
	text-decoration:none;
}
#bottom_r a:link,#bottom_r a:visited,#bottom_r a:active{
	color:#fff;
}
#bottom_r a:hover{
	background-color:transparent;
}
#bottom_r #grant{
	clear:both;
	margin-top:60px;
	font-size:10pt;
	line-height:15pt;
	margin-left:15px;
	width:470px;
}

#bottom #copyright{
	font-size:10pt;
	text-align:center;
	color:#fff;
	width:1000px;
	margin-top:30px;
	padding-bottom:20px;
}