<link rel="canonical" href="https://www.infirmiere.co.jp/shop/secure/angel_nurse_shoes.aspx">
<link rel="stylesheet" type="text/css" href="../../css/usr/feature/angel_nurse_shoes/angel_nurse_shoes.css">
<style type="text/css">

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');

* {
	/* font-family:"ゴシックMB101", "リュウミン", "中ゴシックBBB"; */
	box-sizing: border-box;
}

/**================================================**/

.navi_pc{
	display: block;
}

.navi_sp{
	display: none;
}

.sp{
	display: none;
}

#angel_nurse_shoes {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
}

#angel_nurse_shoes .top{
	background: radial-gradient(#eeb3c1 0, #fff 100%);
}

#angel_nurse_shoes .top h2{
	font-size: 190%;
	line-height: 1.2;
	color :#212121;
	font-weight: bold;
	text-align: center;
	padding: 2% 0 0 0;
}

#angel_nurse_shoes .top img{
	margin: 2% 0 2% 0;
}


#angel_nurse_shoes .top p{
	padding-bottom: 3%;
	color: #121212;
    font-size: 150%;
    margin: 3%;
}

.angel_nurse_shoes_goods p {
	color: #121212;
	font-size: 20px;
	margin: 3%;
	line-height: 1.4;
}

#angel_nurse_shoes p .red{
	color: #d0393a;
}

#angel_nurse_shoes .center {
	text-align: center;
	color: #121212;
	font-size: 23px;
	margin-bottom: 3%;
}

#angel_nurse_shoes hr{
	margin: 9% 0;
	max-width: 100%;
}

.column{
	display: flex;
}

button{
    border-radius: 20px;
	border: none;
	width: 100%;
}

.link1 a, .link2 a{
	color: rgb(255, 255, 255);
    font-size: 38px;
    line-height: 1.3;
	text-decoration: none;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.angel_func{
	padding-bottom: 40px;
}

h1{
	margin-bottom: 5%;
}

/*--------------------------
         category
--------------------------*/

.type{
	width: 740px;
    border-radius: 20px;
    background-color: #E7338E;
    padding: 5px;
    text-align: center;
    margin: 30px auto;
	font-size: 38px;
    color: #fff;
}

.angel_func figure:first-child{
	margin-right: 32px;
	margin-bottom: 50px;
}

#angel_nurse_shoes figure img{
	margin-bottom: 0;
}

.angel_func figcaption{
	font-size: 45px;
	text-align: center;
	line-height: 1.8;
}

.link1{
    background-color: #E7338E;
}

.link2{
	background-color: #fb958b;
}

.link2 a{
	font-size: 42px;
}

.angel_func{
	padding-bottom: 40px;
}

.navi_pc{
	display: flex;
	justify-content: center;
}

.navi_pc li{
	background-image: url(https://www.infirmiere.co.jp/img/usr/feature/angel_nurse_shoes/angel_banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 177px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.navi_pc li:nth-child(2){
	margin: 0 10px;
}

.navi_pc li a{
	font-family: "BIZ UDPMincho", serif;
	display: block;
    height: 100%;
    width: 100%;
	line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #000;
	font-size: 25px;
	position: absolute;
    top: 33%;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}



/*--------------------------
         contents
--------------------------*/

.title{
	position: relative;
	margin-bottom: 5%;
}

.title span{
	font-family: "BIZ UDPMincho", serif;
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 85px;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

.contents{
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}

.contents li{
	width: 48%;
}

.contents li:nth-child(odd){
	margin-right: 30px;
}

.contents li:nth-child(n+3):nth-child(-n+4){
	margin-top: 50px;
}

#angel_nurse_shoes h3 {
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color :#121212;
	line-height: 1.3;
	margin-bottom: 5px;
}

.product_name{
	border-bottom: 1px solid #858585;
	padding-bottom: 2.5%;
}

.b-1_inner{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.b-1_inner p{
	font-size: 40px;
	line-height: 1.4;
	width: 50%;
}

.b-1_inner img{
	width: 50%;
}



/*--------------------------
スマホ　610px以上の表示の場合
--------------------------*/

@media screen and (min-width:641px) {
	.link2{
		display: block;
		margin: 60px auto 0;
		width: 740px;
	}
}



/*--------------------------
スマホ　640px以下の表示の場合
--------------------------*/
@media screen and (max-width:640px) {

.navi_pc{
	display: none;
}

.navi_sp{
	display: block;
}

.sp{
	display: block;
}

#angel_nurse_shoes{
	width:100%;
}

#angel_nurse_shoes .block-top-category{
	display:none;
}

#angel_nurse_shoes .top{
	padding: 2%;
	margin-bottom: 3%;
}

#angel_nurse_shoes .top h2{
	font-size: 180%;
	line-height: 1.2;
	color :#212121;
	font-weight: bold;
	text-align: justify;
	padding: 3%;
	letter-spacing: 0.03em;
	background-color: transparent;
}

#angel_nurse_shoes .top p{
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: justify;
}

.top p{
	line-height: 1.7;
}

.column{
	position: static;
	width: 100%;
	margin-bottom: 4%;
}

.angel_func figure:first-child{
	margin-right: 3%;
	margin-bottom: 3%;
}

.angel_func figcaption{
	font-size: 4vw;
}

button, .type{
	width: 84%;
	border-radius: 10px;
	font-size: 16px;
    line-height: 1.2;
    padding: 8px;
	margin: 0 auto;
}

h2{
	padding-left: 0;
}

#angel_nurse_shoes h3 {
	line-height: 1.2;
	color :#121212;
	font-weight: bold;
	background-color: #fff;
	font-size: 6vw;
	letter-spacing: 0.03em;
	text-align: justify;
}

/*--------------------------
         category
--------------------------*/
.navi_sp li{
	position: relative;
	width: 84%;
	margin: 3% auto;
}

.navi_sp li a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #000;
	line-height: 1.4;
	font-size: 5vw;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    line-height: 1.2;
	font-family: "BIZ UDPMincho", serif;
}

/*--------------------------
         contents
--------------------------*/

.angel_nurse_shoes_goods{
	font-size: 5.5vw;
}

.angel_nurse_shoes_goods p{
	font-size: 4.5vw;
	letter-spacing: 0.03em;
	text-align: justify;
	line-height: 1.2;
}

.title{
	margin-top: 5%;
}

.title span{
	font-size: 6.5vw;
}

.contents li:nth-child(2n+1) {
	margin-right: 0;
}

.contents li {
	width: 100%;
}

#angel_nurse_shoes .center{
	letter-spacing: 0.01em;
	font-size: 6vw;
}

.link1 a, .link2 a{
	font-size: 4.5vw;
	padding: 3%;
}

button{
	display: block;
	padding: 0;
}

button a{
	padding: 3%;
}

.contents li:nth-child(n+3):nth-child(-n+4){
	margin-top: 0;
}

.link2{
	margin-top: 5%;
}

.b-1_inner{
	margin-bottom: 10%;
}

.b-1_inner img {
	width: 50%;
}

.b-1_inner p {
	font-size: 4.5vw;
	width: 50%;
}


}

</style>