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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


/* PC */
@media screen and (min-width: 768px), print {


#wrapper {
	padding: 0px;
}



#mainimage {
    width: 100%;
	height: 100%;
    min-width: 1100px;
    position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
    #mainimage .flexslider {
        width: 100%;
        position: relative;
    }
        #mainimage .flexslider li {
			display: none;
        }
        #mainimage .flexslider li.first {
			display: block;
        }
        #mainimage .flexslider li img {
            width: 100%;
            height: auto;
        }

    /* Direction Nav */
    #mainimage .flex-direction-nav a  { 
			display: block;
    }
    #mainimage .flex-direction-nav .flex-prev { 
        display: none;
    }
    #mainimage .flex-direction-nav .flex-next { 
        display: none;
    }


    /* Control Nav */
    #mainimage .flex-control-nav {
		width: 100px;
		margin: 0 auto;
		margin-top: 10px;
    }
    #mainimage .flex-control-nav li { 
			display: block;
    }
.flex-control-nav li {margin:0 6px; float: left;}
.flex-control-paging li a {
	width:10px;
	height:10px;
	display:block;
	background:rgba(204,204,204,0.5);
	cursor:pointer;
	text-indent:-9999px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.flex-control-paging li a:hover {background:rgba(0,0,0,0.7);}
.flex-control-paging li a.flex-active {background:rgba(0,0,0,0.9); cursor:default;}


#news {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
	letter-spacing: normal;
	min-height: 90px;
	
	border-top: solid 1px #848484;
	border-bottom: solid 1px #848484;
	margin-bottom: 80px;
	position: relative;
}
	* html #news {
		zoom: 100%;
	}
	*:first-child+html #news {
		display: inline-block;
	}
	#news:after {
		content: ""; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	
	
	#news h3 {
		float: left;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		padding: 30px 0px 0px 15px;
		letter-spacing: 0.2em;
	}
	


	#news dl {
		float: right;
		width: 770px;
		margin-bottom: 5px;
	}
	* html #news dl {
		zoom: 100%;
	}
	*:first-child+html #news dl {
		display: inline-block;
	}
	#news dl:after {
		content: ""; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

	#news dl dt {
		float: left;
		width: 80px;
	}
	#news dl dd {
		float: right;
		width: 670px;
	}



	#news .moreBtn {
		position: absolute;
		top: -12px;
		right: 0;
		background: #000;
	}
	#news .moreBtn a {
		color: #FFF;
		font-size: 86%;
		padding: 5px 10px;
	}




#about {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 150px;
}
	#about dt {
		text-align: center;
		font-weight: normal;
		font-size: 186%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	#about dd {
		line-height: 3;
	}
	#about dd .btn {
		margin-top: 50px;
	}
	
	#about .tsubaki01 {
		position: absolute;
		top: 0;
		right: 0;
	}
	#about .tsubaki02 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	


#sweets {
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	padding: 60px 0 0px 0;
	background: rgba(255, 255, 255, 0.6);
}
	#sweets h3 {
		text-align: center;
		font-weight: normal;
		font-size: 186%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	
	
	#sweets #itemslider {
		width: 1186px;
		margin: 0 auto;
	}
	#sweets #itemslider a {
		width: 280px;
		float: left;
		background: #FFF;
		margin-right: 20px;
		color: #000;
	}
	#sweets #itemslider a.last {
		margin-right: 0px;
	}


	#sweets #itemslider dt {
		margin-bottom: 10px;
	}
	#sweets #itemslider dt img {
		width: 100%;
		height: auto;
	}
	#sweets #itemslider dd {
		font-size: 115%;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	





#store {
	text-align: center;
	margin-bottom: 150px;
}
	#store h3 {
		text-align: center;
		font-weight: normal;
		font-size: 186%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}

#store iframe {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
	#store dl {
		margin-top:30px;
	}
	#store dl dt {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	#store dl dd {
		font-size: 86%;
	}
	#store dl dd .btn {
		margin-top: 30px;
	}







#btnArea {
}
	#btnArea li {
		float: left;
		width: 50%;
		height: 400px;
		text-align: center;
		background: url(../img/bg_company.jpg) no-repeat center top;
		background-size: cover;
	}
	#btnArea li.last {
		background: url(../img/bg_recruit.jpg) no-repeat center top;
		background-size: cover;
	}
	#btnArea li a {
		display: block;
	}
	#btnArea li a img {
		padding-top: 130px;
	}
	






}
/* スマホ */
@media only screen and (max-width: 767px) {


#wrapper {
	padding: 0px;
}

#mainimage {
	margin-bottom: 10%;
}
    #mainimage .flexslider {
        width: 100%;
        position: relative;
    }
        #mainimage .flexslider li img {
            width: 100%;
            height: auto;
        }
		
        #mainimage .flexslider li {
			display: none;
        }
        #mainimage .flexslider li.first {
			display: block;
        }
		

    /* Direction Nav */
    #mainimage .flex-direction-nav a  { 
        display: none;
    }
    #mainimage .flex-direction-nav .flex-prev { 
        display: none;
    }
    #mainimage .flex-direction-nav .flex-next { 
        display: none;
    }


    /* Control Nav */
    #mainimage .flex-control-nav { 
        display: none;
    }




#news {
	padding: 5%;
	letter-spacing: normal;
	
	border-top: solid 1px #848484;
	border-bottom: solid 1px #848484;
	margin-bottom: 80px;
}
	
	
	#news h3 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.2em;
		text-align: center;
	}
	


	#news dl {
		margin-bottom: 5%;
	}

	#news dl dt {
	}
	#news dl dd {
	}

	#news .moreBtn {
		width: 80%;
		margin: 0 auto;
		background: #000;
	}
	#news .moreBtn a {
		text-align: center;
		display: block;
		color: #FFF;
		font-size: 86%;
		padding: 5px 10px;
	}



#about {
	padding: 5%;
	text-align: center;
	position: relative;
}
	#about dt {
		text-align: center;
		font-weight: normal;
		font-size: 129%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	#about dd {
		line-height: 3;
	}
	#about dd .btn {
		width: 60%;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	#about .tsubaki01 {
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#about .tsubaki02 {
		width: 20%;
		position: absolute;
		bottom: 50px;
		left: 0;
	}
	
	


#sweets {
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	padding: 60px 0 0px 0;
	background: rgba(255, 255, 255, 0.6);
}
	#sweets h3 {
		text-align: center;
		font-weight: normal;
		font-size: 129%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	
	
	#sweets #itemslider {
		padding: 5%;
	}
	#sweets #itemslider a {
		width: 48%;
		float: left;
		background: #FFF;
		margin: 1% 1% 5% 1%;
		color: #000;
	}
	#sweets #itemslider a.last {
		margin-right: 0px;
	}


	#sweets #itemslider dt {
		margin-bottom: 10px;
	}
	#sweets #itemslider dd {
		font-size: 115%;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: normal;
	}
	





#store {
	text-align: center;
}
	#store h3 {
		text-align: center;
		font-weight: normal;
		font-size: 129%;
		margin-bottom: 30px;
		background: url(../common/img/icon_decorate.png) no-repeat center bottom;
		padding-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}

#store iframe {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
	#store dl {
		margin-top:30px;
	}
	#store dl dt {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.3em;
	}
	#store dl dd {
		font-size: 86%;
	}
	#store dl dd .btn {
		width: 60%;
		margin: 0 auto;
		margin-top: 30px;
	}







#btnArea {
}
	#btnArea li {
		float: left;
		width: 50%;
		height: 400px;
		text-align: center;
		background: url(../img/bg_company.jpg) no-repeat center top;
		background-size: cover;
	}
	#btnArea li.last {
		background: url(../img/bg_recruit.jpg) no-repeat center top;
		background-size: cover;
	}
	#btnArea li a {
		display: block;
	}
	#btnArea li a img {
		width: 15%;
		padding-top: 130px;
	}




}

