@charset "utf-8";

/*-------------------
   common
-------------------*/
#container .wrapper {
 font: 3.6vw/5.8vw -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
 font-feature-settings: "palt";
 letter-spacing: .1em;
 padding: 0 0 20px;
}
#container .wrapper * {
 box-sizing: border-box;
}
#container .flex {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
}
#container .wrapper img{
	display: block;
    margin: 0 auto;
	width: 100%;
}
#container .pc-only{
	display: none;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/yearend25-26/fv_sp.jpg) no-repeat;
    background-size: 100%;
	color: #FFF;
	padding: 15% 5% 42%;
	text-align: center;
}
#container .headtitle {
	font: bold 1.5rem/1.4 "Hannari", serif;
	margin-bottom: 10px;
}
#container .title-desc {
	font-size: 3.5vw;
}

/*-------------------
   section共通
-------------------*/
#container .des {
	margin: 0 auto 10px;
    text-align: justify;
	width: 90%;
}
#container .red {
    color: #c21a1a;
	font-weight: bold;
}
#container .bold {
    display: block;
    font-weight: bold;
    margin-right: 10px;
}
#container h2 {
    background: #ff8282;
    color: #FFF;
    font: 1.4rem/1.4 "Hannari", serif;
    text-align: center;
    margin: 10% 0 3%;
    padding: 8px;
}
#container h3 {
    border-bottom: solid 2px #ff8282;
	font-size: 4.2vw;
	margin: 8% auto 3%;
    text-align: center;
    padding-bottom: 3px;
	width: 90%;
}
#container .box1 {
    border-bottom: dotted 4px #ddd;
    padding-bottom: 5%;
}
#container .schedule{
	margin: 5% auto 0;
	width: 94%;
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .wrapper{
	font-size: 2.2vw;
	line-height: 4vw;
}
#container .pc-only{
	display: block;
}
	 
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
	padding: 18% 5% 42%;
	text-align: center;
}
#container .headtitle {
	font-size: 2.8rem;
	margin-bottom: 30px;
}
#container .title-desc {
	font-size: 2.6vw;
	line-height: 4.5vw;
}

/*-------------------
   section共通
-------------------*/
#container h2 {
    font-size: 2rem;
}
#container h3 {
	font-size: 3vw;
    padding-bottom: 8px;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .wrapper {
	font-size: 1rem;
	line-height: 1.5rem;
    margin: 0 auto;
    width: 1040px;
}
#container .pc-only{
	display: block;
}
	 
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/yearend25-26/fv_pc.jpg) no-repeat;
    background-size: 100%;
	height: 380px;
	margin-bottom: 50px;
	padding: 100px 0 0;
}
#container .headtitle {
	font-size: 2.2rem;
	margin-bottom: 15px;
}
#container .title-desc {
	font-size: 1rem;
	line-height: 1.5rem;
}

/*-------------------
   section共通
-------------------*/
#container .des {
	margin-bottom: 15px;
}
#container h2 {
    font-size: 1.8rem;
	margin-top: 5%;
}
#container h3 {
	font-size: 1.5rem;
	margin: 5% auto 1.5%;
    padding-bottom: 10px;
}
#container .box1 {
    border-bottom: none;
    padding-bottom: 3%;
}
#container .schedule{
	width: 850px;
}
}