@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	/*background:url("../images/bg.jpg") top center repeat;*/
	background-color: #fff6d7;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}

.bg01{background:url("../images/bg01.jpg") top center no-repeat; padding: 190px 0 84px;}
.bg02{background:url("../images/bg02.jpg") top center no-repeat; padding: 190px 0 70px;}
.bg03{background:url("../images/bg03.jpg") top center no-repeat; padding: 186px 0 10px;}
.bg04{background:url("../images/bg04.jpg") top center no-repeat; padding: 200px 0 74px;}
.bg05{background:url("../images/bg05.jpg") top center no-repeat; padding: 175px 0 17px;}
.bg06{background:url("../images/bg06.jpg") top center no-repeat; padding: 165px 0 26px;}
.bg07{background:url("../images/bg07.jpg") top center no-repeat; padding: 175px 0 70px;}
.bg08{background-color: #ffe599; padding: 2px 0;}
/*.banner{background-color: #fff6d7;}*/


.hightlight .font h4{background: #ea5111;}
.half ul{background: #fff000;}
.half ul h3{color:#b07941; font-weight: bold;}
.rectangle_3p .font h4, .circle .font h4{color:#ea5111;}
.price big{color:#ea5111;}
.circle .font .price{border: #323232 1px solid; color:#323232;}
.circle .font .price:after{background-color:#323232;}

@media screen and ( max-width: 640px ){
.bg01{background: #fff000; padding: 0vw 0 4vw;}
	.titleB img{width: 100%; }
	.titleB { margin:  0vw auto 2vw;}
.bg02{background: #12a495; padding: 0vw 0 4vw;}
.bg03{background: #d8a76a; padding: 0vw 0 4vw;}
	.hightlight{width: 98%;}
.bg04{background: #12a495; padding: 0vw 0 4vw;}	
.bg05{background: #d8a76a; padding: 0vw 0 4vw;}	
.bg06{background: #ea5111; padding: 0vw 0 4vw;}	
.bg07{background: #12a495; padding: 0vw 0 4vw;}
.bg08{background-color: #fff6d7; padding: 0vw;}
}



/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}