@charset "UTF-8";
/* =============================================================================================================
	web-flyer
============================================================================================================= */

/* ttl
--------------------------------------------------------- */
div#pageGuideBox02 {
    width: 100%;
    margin: 0 auto;
    background: #fcc900;
}
div#pageGuideBox02 h2 {
    max-width: 1000px;
    color: #231815;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 5px;
    margin: auto;
    padding: 90px 10px;
}
body#web-flyer div#pageGuideWrapper {
    margin: 0 0 70px;
}
/* web-flyer
--------------------------------------------------------- */

body#web-flyer div#pageGuideWrapper {
	margin: 0 0 70px;
}
body#web-flyer div.content-wrapper {
	max-width: 768px;
    margin: 0 auto;
}
body#web-flyer div.content-wrapper div.contents_box {
	width: 100%;
	margin: auto;
}
body#web-flyer div.content-wrapper div.contents_box:first-of-type {
	margin-top: 40px;
}
body#web-flyer div.content-wrapper div.contents_box p:last-child { margin: 0;}
body#web-flyer div.content-wrapper div.contents_box a {
	display: block;
	width: 100%;
	margin: 0 auto 60px;
}
body#web-flyer div.content-wrapper div.contents_box h3 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 30px;
}
body#web-flyer div.content-wrapper div.contents_box h3 span.h3_span {
	display: block;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.12em;
	margin-top: 10px;
}
body#web-flyer div.content-wrapper div.contents_box img {
	width: 100%;
	margin: 0 auto;
}

	
/* ----- WEBチラシが無い場合 ----- */
body#web-flyer #no-flyer {
	text-align: center;
}
body#web-flyer div.content-wrapper #no-flyer.contents_box p {
	color: #222;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 5px;
}
body#web-flyer div.content-wrapper div#no-flyer.contents_box img {
	width: 100%;
	max-width: 219px;
	margin: 40px auto 0;
}





/* =============================================================================================================
	768px以下
============================================================================================================= */
@media screen and (max-width: 768px) {
/* ttl
--------------------------------------------------------- */
    div#pageGuideBox02 h2 {
        font-size: 5vw;
        padding: 10vw 4vw;
    }
}
    

/* =============================================================================================================
	768px以下
============================================================================================================= */
@media screen and (max-width: 768px) {
/* ttl
--------------------------------------------------------- */
    body#web-flyer div#pageGuideWrapper {
        margin: 0 0 50px;
    }
    

/* web-flyer
--------------------------------------------------------- */
body#web-flyer div#pageGuideWrapper {
	margin: 0 0 50px;
}
body#web-flyer div.content-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0;
}
body#web-flyer div.content-wrapper div.contents_box {
}
body#web-flyer div.content-wrapper div.contents_box img {
	
}
body#web-flyer div.content-wrapper div.contents_box:first-of-type {
    margin-top: 2vw;
}
body#web-flyer div.content-wrapper div.contents_box a {
    margin: 0 auto 6vw;
}
body#web-flyer div.content-wrapper div.contents_box h3 {
    font-size: 6.0vw;
    margin-bottom: 20px;
}
body#web-flyer div.content-wrapper div.contents_box h3 span.h3_span {
    font-size: 4vw;
}	
/* ----- WEBチラシが無い場合 ----- */
body#web-flyer div.content-wrapper div#no-flyer.contents_box p {
	font-size: 4vw;
	margin: 0 auto 0;
}
body#web-flyer div.content-wrapper div#no-flyer.contents_box img {
	width: 30%;
	height: auto;
	margin: 5vw auto 0;
}

}



/* =============================================================================================================
	480px以下
============================================================================================================= */

@media screen and (max-width: 480px) {
/* ttl
--------------------------------------------------------- */
div#pageGuideBox02 h2 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 8vw 2vw;
}

/* web-flyer
--------------------------------------------------------- */

body#web-flyer div#pageGuideWrapper {
	margin: 0 0 40px;
}
body#web-flyer div.content-wrapper {
}
body#web-flyer div.content-wrapper div.contents_box {
}
body#web-flyer div.content-wrapper div.contents_box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
body#web-flyer div.content-wrapper div.contents_box img {
}
	
/* ----- WEBチラシが無い場合 ----- */
body#web-flyer div.content-wrapper div#no-flyer.contents_box img {
	width: 180px;
	margin: 0 auto;
	margin-top: 20px;
}
body#web-flyer div.content-wrapper div#no-flyer.contents_box p {
	color: #222;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
body#web-flyer div.content-wrapper div.contents_box h3 span.h3_span {
    font-size: 14px;
	margin-top: 5px;
}

}