@charset "utf-8";

/* ==================================================

smile garden style sheet

================================================== */


/*  common
--------------------------------------------------------------------*/

body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
p {
	padding-bottom:10px;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
a img {
	border:none;
}
body {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:0;
	line-height:1.55;
	color:#323232;
	background-color:#f5dcc8;
	overflow-x: hidden;
}

.fs { font-size:85%; }
.fm { font-size:120%; }
.fl { font-size:150%; }
.b { font-weight:bold; }

.u { text-decoration:underline; }

.c { text-align:center; }
.r { text-align:right; }

.cr { color:#e6321e; }

.top20 { padding-top:20px; }
.un5 { padding-bottom:5px; }
.un10 { padding-bottom:10px; }
.un20 { padding-bottom:20px; }
.un30 { padding-bottom:30px; }
.un50 { padding-bottom:50px; }
.un70 { padding-bottom:70px; }
.un100 { padding-bottom:100px; }
.un120 { padding-bottom:120px; }

a:link,
a:visited {
	color:#e6321e;
	text-decoration:none;
}
a:hover,
a:active {
	color:#e6321e;
	text-decoration:underline;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}

.mark_thin {
	background:linear-gradient(transparent 60%, #ffeb00 0%);
}

.mark_thick {
	background-color:#ffeb00;
}

.mark_gra {
	background: linear-gradient(to right, #ffc814,#ffeb00);
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and ( max-width: 768px){
	*{box-sizing: border-box;}
	img{max-width: 100%;height: auto;}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*  header
--------------------------------------------------------------------*/

#header {
	background-color:#fff;
}

#header .area {
	width:1000px;
	margin:0 auto;
}
#header .area .logo {
	width:340px;
	float:left;
	padding:18px 0 20px 15px;
}

#header .area .chara1 {
	width:220px;
	float:left;
	padding:20px 0 10px 5px;
}

#header .area .contact {
	width:275px;
	padding:40px 10px 22px 15px;
	float:left;
}

#header .area .chara2 {
	width:105px;
	float:left;
	padding:15px 15px 10px 0;
}
@media only screen and ( max-width: 768px){
	#header .area {
		width: 100%;
	}
	#header .area .logo {
		width: 100%;
		text-align: center;			
	}
	#header .area .chara1,
	#header .area .chara2,
	#header .area .contact{
		display: none;
	}
}



/*  top visual
--------------------------------------------------------------------*/

#top {
	background-image:url("../img/main_bk.webp");
	margin-bottom:50px;
}

#top .area {
	background-color:#fff;
	width:920px;
	margin:0 auto;
	background-image:url("../img/tussock.webp");
	background-position:bottom;
	background-repeat:no-repeat;
}
@media only screen and ( max-width: 768px){
	#top .area {
		width: 100%;
	}
	#top .mainImg img {
		width: 100%;
		height: auto;
	}	
}

#top .area .attention {
	background-color:#faebb4;
	padding:10px 10px 0 10px;
}

#top .area .attention .comment {
	background-color:#f4a016;
	color:#fff;
	padding:7px;
}

#top .area .staff {
	background-color:#96be3c;
	height:135px;
	margin-bottom:35px;
}

#loopslider {
    width: 920px;
    height: 135px;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
	margin:10px 0;
	float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 116px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
@media only screen and ( max-width: 768px){
	#top .area .staff {
		height:90px;
	}

	#loopslider {
		width: 100%;
		height: 90px;
	}
	#loopslider ul li {
		width: 70px;
	}
	#loopslider ul li img{
		width: 100%;
		height: auto;
	}
}

#top #campaign {
	padding:0 40px 70px 40px;
}

#top #campaign .title {
	padding-bottom:10px;
}

#top #campaign .plate {
	background-color:#fff;
	border:#C0CE08 3px solid;
	padding:20px;
}

#top #campaign .plate .find_suuma {
	width:629px;
	float:left;
}

#top #campaign .suuma {
	width:145px;
	float:right;
	padding-top:15px;
}
@media only screen and ( max-width: 768px){
	#top #campaign {
		padding: 0 10px 70px;
	}
	#top #campaign .plate .find_suuma {
		width: 100%;
	}
}
