/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 07:11:45 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/* 男性メンバー */
.sw-img_men {
    float: right;
    background-image: url('https://www.kusanokicco.com/club_member/wp-content/uploads/2025/01/face_smile_man2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
    text-align: center;
    width: 70%;
    height: 0;
    border-radius: 50%;
    padding-top: 70%;
	transition:1s;
	margin:auto;
}
.sw-img_men:active {
    background-image: url('https://www.kusanokicco.com/club_member/wp-content/uploads/2025/01/snowboard_man.png');
}
.sw-img_udagawa::before {
    content: "タップするとウェアになる";
    color: #000;
    font-size: .8em;
    text-shadow: 1px 1px 0 #fff;
}

/* 女性メンバー */
.sw-img_women {
    float: right;
    background-image: url('https://www.kusanokicco.com/club_member/wp-content/uploads/2025/01/face_smile_woman2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
    text-align: center;
    width: 70%;
    height: 0;
    border-radius: 50%;
    padding-top: 70%;
	transition:1s;
		margin:auto;
}
.sw-img_women:active {
    background-image: url('https://www.kusanokicco.com/club_member/wp-content/uploads/2025/01/snowboard_woman.png');
}
.sw-img_aikawa::before {
    content: "タップするとウェアになる";
    color: #000;
    font-size: .8em;
    text-shadow: 1px 1px 0 #fff;
}

