@charset "UTF-8";
/* CSS Document */

#pageTitle h1{
    background-image: url(../../../images/topmenu08.png);
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/* ----------------------------------------------
	友の会主催の会員限定の行事
------------------------------------------------- */
#friendEvent{}
#friendEvent .content .wrapper{}
#friendEvent .content .wrapper ul{
	text-align:center;
}
#friendEvent .content .wrapper ul li{
	display:inline-block;
	margin:10px;
	width: 300px;
}
#friendEvent .content .wrapper ul.height li{
	width: auto;
	height: 225px;
}

#friendEvent .content .wrapper ul li img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#friendEvent .content .wrapper .last{
	margin-top: 15px;
	font-weight: bold;
}

#friendEvent .content #friendClub{}
#friendEvent .content #friendClub ul{
	margin-top:30px;
}
#friendEvent .content #friendClub ul li{
	display:block;
	width: 668px;
	text-align: left;
	float:left;
}
#friendEvent .content #friendClub ul li:first-of-type{
    width: 300px;
    margin-right: 25px;
}
#friendEvent .content #friendClub ul li:first-of-type img{
	width:100%;
	height:auto;
}
#friendEvent .content #friendClub ul li h5{
	color:#54061a;
    font-size: 121%;
	font-weight:bold;
}
#friendEvent .content #friendClub ul li p{
    font-size: 107%;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
#inquiry{}
#inquiry .content .wrapper{
	background-color:#f6f6f6;
	padding:40px 0;
	text-align:center;
}

}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	友の会主催の会員限定の行事
------------------------------------------------- */
#friendEvent{}
#friendEvent .content .wrapper{ padding-top: 20px; }
#friendEvent .content .wrapper ul{
	text-align:center;
}
#friendEvent .content .wrapper ul li{
	display: inline-block;
	width: 46%;
	max-width:320px;
	margin: 10px 1% 0;
}
#friendEvent .content .wrapper ul.height li{
	width: auto;
	height: 30vw;
	max-height: 180px;
}

#friendEvent .content .wrapper ul li img{
	width: auto;
	height:auto;
	max-width: 100%;
	max-height: 100%;
}

#friendEvent .content #friendClub{}
#friendEvent .content #friendClub ul{
	margin-top: 25px;
}
#friendEvent .content #friendClub ul li{
	display:block;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
#friendEvent .content #friendClub ul li:first-of-type{}
#friendEvent .content #friendClub ul li:first-of-type img{
	width:100%;
	height:auto;
}
#friendEvent .content #friendClub ul li h5{
	color:#54061a;
    font-size: 121%;
	font-weight:bold;
}
#friendEvent .content #friendClub ul li p{
    font-size: 107%;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
#inquiry{}
#inquiry .content .wrapper{
	background-color:#f6f6f6;
	padding:20px 0;
	text-align:center;
}

}