<link rel="canonical" href="https://www.infirmiere.co.jp/shop/secure/mens.aspx">
<style type="text/css">
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mens {
	color:#000;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	width: 964px;
}

#mens a{
	color:#000;
	text-decoration:none;
}

#mens .top {
    display: block;
    position: relative;
	margin: 30px 0 120px;
}

#mens .top img{
	width: 100%;
    height: auto;
    display: block;
}

#mens .top .menu_box{
    position: absolute;
    left: 46%;
    top: 36%;
	width: 50%;
	font-weight: normal;
}

#mens .top .menu_box ul{
	text-align: center;
	margin: 40px 0 40px;
}

#mens .top .menu_box ul li{
	font-size: 23px;
	display: inline-block;
	border-radius: 10px;
	background-color: #323138;
	color: #FFFFFF;
	width: 45%;
	text-align: center;
	margin: 9px 6px;
	padding: 18px;
}

#mens .top .sub_box{
    position: absolute;
    left: 46%;
    top: 66%;
	width: 50%;
	font-weight: normal;
}

#mens .top .sub_box ul{
	text-align: center;
	margin: 40px 0 40px;
}

#mens .top .sub_box ul li{
	font-size: 32px;
	display: inline-block;
	border-radius: 10px;
	background-color: #323138;
	color: #FFFFFF;
	width: 94%;
	text-align: center;
	margin: 6px;
	padding: 20px;
}

#mens h1{
	font-size: 46px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}

#mens .items{
	white-space: nowrap;
}

#mens .items .shoes,.items .doctorcoat,.items .scrub,.items .pants,.items .category{
	margin: 80px 0 120px;
}

/*--------※PCのみ-------------*/
#mens .items .item-box {
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
}

#mens .items .item {
    border-radius: 8px;
    background-color: #fafafa;
	box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) inset;
	list-style: none;
	width: 300px;
    margin: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
/*--------※ここまでPCのみ-------------*/


#mens .items ul{
	display: flex;
    overflow-x: scroll;
	width: 96%;
	-ms-overflow-x: scroll;
	-ms-width: 940px;
    padding: 4px;
    border: 0px solid #999;
	text-align: center;
	margin: 10px 0 60px;
}

#mens .items ul li{
	display: block;
	-ms-display: block;
	background-color: #fafafa;
	box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) inset;
	list-style: none;
	width: 320px;
	-ms-width: 320px;
	padding: 6px;
	margin: 10px;
}

#mens .items .genre{
	display: inline-block;
	width: 50%;
}

#mens .items .more{
	display: inline-block;
	width: 50%;
}

#mens .items h3{
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	margin: 20px 0;
}

#mens .items h4{
	font-size: 20px;
    line-height: 1.3;
    font-weight: bolder;
    text-align: left;
    margin: 10px 4px;
}

#mens .items h5{
	font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    text-align: right;
    margin: 10px 4px;
}

#mens .items p{
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	font-weight: bold;
	margin: 4px;
}

#mens .items p span{
	font-size: 16px;
	line-height: 1.2;
}

#mens .category ul{
	text-align: center;
	margin: 40px 20px 80px;
}

#mens .category ul li{
	font-size: 30px;
	display: inline-block;
	border-radius: 10px;
	background-color: #323138;
	color: #FFFFFF;
	width: 48%;
	text-align: center;
	margin: 6px;
	padding: 14px;
	transition: .3s;
}

a:hover {
	opacity: 0.6;
}

.txt {
	overflow: hidden;
	-ms-overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	min-height: 0;
}

#mens .items .sankaku{
    padding-left:25px;
    position:relative;
}

#mens .items .sankaku p{
    padding: 25px;
	font-size: 16px;
    top: 122px;
    position: relative;
}

#mens .items .sankaku:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform:rotate(45deg);
    position: absolute;
    top: 83px;
    left: 70px;
    z-index: 2;
}
#mens .items .sankaku:after{
    content:"";
    width: 68px;
    height: 68px;
    background: #323138;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    left: 53px;
    z-index: 1;
}


@-ms-viewport {
	width: auto;
}
 
html {
	-ms-overflow-style: scrollbar;
}



/*--------------------------
PC　641px以上の表示の場合
--------------------------*/
@media screen and (min-width:641px) {
	
.pc {
	display: block;
}

.sp {
	display: none;
}
	
/* スマホの時だけ改行させるクラス */
.br-sp {
    display: none;
}
	
.br-pc {
	display: block;
}
	
}



/*--------------------------
スマホ　640px以下の表示の場合
--------------------------*/
@media screen and (max-width:640px) {
#mens {
	width: 100%;
}
	
#mens .items{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none; /* IE, Edge 対応 */
}

#mens .top {
    display: block;
    position: relative;
	margin: 10px 0 60px;
}

#mens .top img{
	width: 100%;
    height: auto;
    display: block;
}

#mens .top .menu_box{
    position: absolute;
    left: 31%;
    top: 36%;
	width: 72%;
	font-weight: normal;
}

#mens .top .menu_box ul{
	text-align: center;
	margin: 10px 0 10px;
}

#mens .top .menu_box ul li{
	font-size: 12px;
	display: inline-block;
	border-radius: 6px;
	width: 40%;
	margin: 3px 0;
	padding: 6px 0;
}

#mens .top .sub_box{
    position: absolute;
    left: 35%;
    top: 74%;
	width: 64%;
	font-weight: normal;
}

#mens .top .sub_box ul{
	text-align: center;
	margin: 2px 0 2px;
}

#mens .top .sub_box ul li{
	font-size: 14px;
	display: inline-block;
	border-radius: 6px;
	background-color: #323138;
	color: #FFFFFF;
	width: 94%;
	text-align: center;
	margin: 0;
	padding: 6px 0;
}
	
#mens h1{
	font-size: 22px;
	line-height: 1.2;
	margin: 20px 2px;
}

#mens .items .shoes, .doctorcoat, .scrub, .pants, .category{
	margin: 4px 0 20px;
}

#mens .items ul{
	display: -webkit-box;
    overflow-x: scroll;
	width: 100%;
    padding: 4px;
    border: 0px solid #999;
	text-align: center;
	margin: 12px 0 60px;
}

#mens .items ul li{
	display: block;
	background-color: #fafafa;
	box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) inset;
	list-style: none;
	width: 10em;
	padding: 5px;
	margin: 2px;
}
	
#mens .items img{
	width: 155px;
}

#mens .items h3{
	font-size: 16px;
	margin-left: 2px;
}

#mens .items h4{
	font-size: 14px;
    line-height: 1.3;
    font-weight: bolder;
    text-align: left;
    margin: 0px;
	padding: 2px;
}

#mens .items p{
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

#mens .items p span{
	font-size: 12px;
	line-height: 1.2;
}
	
#mens .category ul{
	text-align: center;
	margin: 8px 0 40px;
}

#mens .category ul li{
	font-size: 14px;
	display: inline-block;
	border-radius: 6px;
	background-color: #323138;
	color: #FFFFFF;
	width: 48%;
	text-align: center;
	margin: 4px 1px;
	padding: 11px 3px;
	transition: .3s;
}

a:hover {
  opacity: 0.6;
	
}
	
.sp {
	display: block;
}

.pc {
	display: none;
}
	
}
	
</style>