@charset "utf-8";

* {
/*	font-family:"ゴシックMB101", "リュウミン", "中ゴシックBBB";*/
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

/**================================================**/
#fea_2019winter img {
	margin-bottom: 5%;
	padding: 0;
}

#fea_2019winter .top img{
 margin: 2% 0 2% 0;
}

#fea_2019winter .fea_2019winter_a img {
  transition: .3s;
}

#fea_2019winter .fea_2019winter_a img:hover {
  opacity: 0.5;
}


#fea_2019winter hr{
	margin: 5% 0 10% 0;
}

#fea_2019winter .bottom {
margin: 15% 0 15% 0;		
	}

/*--------------------------
PC　641px以上の表示の場合
--------------------------*/
@media screen and (min-width:641px) {
#fea_2019winter{
	width:90%;
}

/*h2{
	display:none;
}*/
	
#fea_2019winter h1 {
	font-size: 190%;
	font-weight: bold;
	text-align: left;
	color :#121212;
}

#fea_2019winter p {
	
	color: #121212;
	font-size: 180%;
	margin: 3%;
}
 
#fea_2019winter .right {
	text-align: right;
	color: #121212;
	font-size: 200%;
	margin-bottom: 3%;
}
 
.click_button {
    display: block;
    margin: 0 auto 100px;
    background-color: #C2BECB;
    width: 87%;
    border: none;
}

.click_button a {
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
}

.click_button a p {
    font-size: 36px!important;
    text-align: center;
    color: #fff;
	margin: 0 !important;
}
	
}
	
	
	
	
/*--------------------------
スマホ　640px以下の表示の場合
--------------------------*/
@media screen and (max-width:640px) {

	* {
		font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
	
	#fea_2019winter{
	width:100%;
}

#fea_2019winter .block-top-category{
	display:none;
}
	
#fea_2019winter .top h3{
font-size: 180%;
line-height: 1.2;
color :#212121;
font-weight: bold;
text-align: center;
padding: 2% 0 0 0;
}

#fea_2019winter h1 {
	font-size: 190%;
	line-height: 1.2;
	color :#121212;
	font-weight: bold;
	background-color: #fff;
}

#fea_2019winter p {
	color: #121212;
	font-size: 150%;
	margin: 3%;
}
 
#fea_2019winter .right {
	text-align: right;
	color: #121212;
	font-size: 150%;
	margin-bottom: 3%;
/*	background-color: #C2BECB;*/
}
	
.click_button {
    margin: 0 auto 30px;
    width: 87%;
    border: none;
    display: block;
	background-color: #C2BECB;
  }

.click_button a {
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
	text-decoration: none;
    line-height: 1.5;
  }

.click_button a p {
    font-size: 4.2vw!important;
	white-space: nowrap!important;
  }
 

}