@charset "UTF-8";
/*初期設定
----------------------------------------------------*/
body {
	background: url(../img/bk02.gif) left top repeat;
	min-width: 320px;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
#wrap {
	max-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	_zoom: 1;
}
/*--------------ヘッダー--------------*/
header {
	background: #FFF;
}
.sphead {
display:none;
}
header .logo #wrap {
	width: 100%;
	overflow: hidden;
	_zoom: 1;
	padding: 20px 0px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
}
header #wrap p {
	width: 33%;
	margin-top: 20px;
}
header #wrap h1 {
	width: 33%;
	margin-top: 5px;
	text-align: center;
}
header #wrap h2 {
	width: 33%;
	margin-top: 10px;
	text-align: right;
}
/*--------------ナビ--------------*/
nav {
}
.iconimg {
	display: none;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: #000 none repeat scroll 0 0;
	box-shadow: 0 0 5px #333;
}
.fixed .contact {
	border: solid 1px #FFF;
}
.fixed a {
	color: #FFF;
}
header .fixed #wrap {
	padding: 7px 0px;
}
header nav ul#wrap {
	/*	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;*/
	text-align: center;
	font-size: 0.83em;
	padding: 0px 0px 10px 0px;
}
nav ul li {
	width: auto;
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 5px;
	text-align: center;
	background: url(../img/border02.png) left center repeat-y;
}
nav ul li.contact {
	background: url(../img/bk01.png) left top repeat;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #000;
}
nav ul li.contact a {
	background: url(../img/arrow01.png) 99% center no-repeat;
	-webkit-background-size: 11px;
	background-size: 11px;
	color: #FFF;
	padding-right: 20px;
	display: block;
}
nav ul li a {
	color: #000;
	display: block;
	border: none;
	text-decoration: none;
}
nav ul li a:hover {
	color: #ec6d81;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#toppage nav ul li.li01 a, #table nav ul li.li02 a, #animal nav ul li.li03 a, #baking nav ul li.li04 a, #rilakkuma nav ul li.li05 a, #lunch nav ul li.li06 a, #moomin nav ul li.li07 a {
	color: #ec6d81;
}
nav ul li.contact a:hover {
	color: #FFF;
}
nav ul li.contact:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.hoka {
    max-width: 740px;
	background: #FFF;
    width: 100%;
    margin: 50px auto 50px;
}

/*--------------フッター--------------*/
footer {
	background: #FFF;
	padding: 30px 0px 0px 0px;
	margin-top: 50px;
}
footer .banner {
}
footer .banner ul {
	overflow: hidden;
	_zoom: 1;
	margin: 0px 60px 30px 60px;
}
footer .banner .left {
	width: 64%;
	float: left;
}
footer .banner .right {
	width: 33%;
	text-align: right;
	float: right;
}
footer .banner span {
	display: none;
}
footer .center {
	margin-bottom: 20px;
}
footer .link {
}
footer .link ul {
	text-align: center;
	font-size: 0.83em;
}
footer .link ul li {
	padding: 4px 17px;
	display: inline-block;
	background: url(../img/border02.png) left center repeat-y;
}
footer .link ul li a {
	text-decoration: none;
}
footer .link ul li a:hover {
	text-decoration: underline;
}
footer .copy {
	margin-top: 10px;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 5px 0px;
}
footer .copy a {
	color: #FFF;
	padding: 0px 10px;
}
footer .copy br {
	display: none;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 10px;
}
/*--------------コンテンツ--------------*/
#content {
/*	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
*/}
/*--------------共通--------------*/

.center {
	text-align: center;
}
.s {
	font-size: 0.83em;
}
.bk01 {
	background: #FFF;
	padding: 30px 0px;
	margin-bottom: 30px;
}
.banner02 {
	margin-bottom: 30px;
}
.banner02 ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	overflow: hidden;
 _zoom1;
}
.banner02 ul li {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.banner02 ul li img {
	margin-bottom: 15px;
}
.banner02 ul li.end {
	margin-right: 0px;
}
.banner03 {
	margin-bottom: 30px;
}
.banner03 ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	overflow: hidden;
 _zoom1;
}
.banner03 ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.banner03 ul li img {
	margin-bottom: 15px;
}
.banner03 ul li.end {
	margin-right: 0px;
}
.info {
}
.info dl {
	padding: 15px 0px;
	margin: 0px 60px;
	background: url(../img/border01.png) left bottom repeat-x;
}
.info dl.odd {
	background: #FFF url(../img/border01.png) left bottom repeat-x;
}
.info dl dt {
	margin-bottom: 10px;
	overflow: hidden;
	_zoom: 1;
}
.info dl dt .icon01 {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #1ba2c9;
	color: #FFF;
	margin-right: 20px;
}
.info dl dt .icon02 {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #b8c829;
	color: #FFF;
	margin-right: 20px;
}
.info dl dt .icon03 {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #ec7289;
	color: #FFF;
	margin-right: 20px;
}
.info dl dt .time {
	padding-right: 20px;
}
.info dl dt .title {
}
.btn01 {
	background: url(../img/bk01.png) left top repeat;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #000;
	margin: 0px 10% 10px 10%;
}
.btn01 a {
	background: url(../img/arrow01.png) 98% center no-repeat;
	-webkit-background-size: 11px;
	background-size: 11px;
	color: #FFF;
	padding-right: 20px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
}
.btn01:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.maru img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.path {
	margin-bottom: 20px;
	clear: both;
}
.path ul {
	text-align: center;
}
.path ul li {
	display: inline-block;
}
.path ul li a {
	background: url(../img/arrow05.png) right center no-repeat;
	-webkit-background-size: 7px;
	background-size: 7px;
	padding: 0px 20px 0px 0px;
	margin: 0px 10px 0px 0px;
}

.list {

}
.list li {
	background: url(../img/icon01.png) left 5px no-repeat;
	-webkit-background-size: 11px;
	background-size: 11px;
	padding: 0px 0px 10px 20px;
}
.red {
	color: #F50D11;
	margin-top: 5px;
}


/*--------------セカンド商品説明--------------*/
.itemdetail {
	margin-bottom: 30px;
	background: url(../img/border02.png) left top repeat-y;
	display: -webkit-flex;
	display: flex;
}
.itemdetail dl {
	background: url(../img/border02.png) right top repeat-y;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.itemdetail dl dt {
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}
.itemdetail dl dt.pain2 img {
	width: 50%;
}
.itemdetail dl dt.img50  img {
	width: 240px;
	margin: 0px 10%;
}
.itemdetail dl dt.img240  img {
	width: 240px;
}
.itemdetail dl .title img {
}
.itemdetail dl .img img {
	width: 75%;
}
.itemdetail dl dd {
	padding: 20px 20px 0px 20px;
}
.itemdetail dl dd.pain2 {
	display: -webkit-flex;
	display: flex;
}
.itemdetail dl dd table {
	font-size: 0.83em;
	margin-bottom: 10px;
}
.itemdetail dl dd table th {
	text-align: left;
	font-weight: normal;
}
.itemdetail dl dd.pain2 p {
	vertical-align: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.itemdetail dl dd p strong {
	display: block;
}
/*--------------セカンドタイトル--------------*/
#content h1, #content h2 {
	margin-bottom: 15px;
}
article#second h1 {
	background: url(../img/title_kazari01.png) top center no-repeat;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-size: 1.7em;
}
article#second h2 {
	text-align: center;
}
#table #secondtitle {
	text-align: center;
	background: url(../img/table_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#animal #secondtitle {
	text-align: center;
	background: url(../img/animal_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#baking #secondtitle {
	text-align: center;
	background: url(../img/baking_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#gaspard_et_lisa #secondtitle {
	text-align: center;
	background: url(../img/gaspard_et_lisa_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#lunch #secondtitle {
	text-align: center;
	background: url(../img/lunch_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#inquiry #secondtitle {
	text-align: center;
	background: url(../img/inquiry_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#secondtitle h1 {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
}
#rilakkuma #secondtitle {
	text-align: center;
	background: url(../img/rilakkuma_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}
#moomin #secondtitle {
	text-align: center;
	background: url(../img/moomin_bk01.gif) left top repeat-x;
	display: table;
	width: 100%;
	height: 103px;
	margin-bottom: 10px;
}

/*------------------------------------------------
   トップページ
------------------------------------------------*/

#toppage {
}
#toppage .banner02 {
	padding: 0px 60px;
	margin-bottom: 0px;
}
#toppage #mainImage {
	margin-bottom: 20px;
}
/*------------------------------------------------
   お問い合わせ
------------------------------------------------*/
#inquiry {
}
#inquiry .contactbox {
}
#inquiry .contactbox table th,
#inquiry .contactbox table td {
	padding: 5px;
	vertical-align: top;
}
#inquiry .contactbox table th {
	text-align: left;
	vertical-align: top;
	width: 18%;
}
#inquiry .contactbox table th span {
	color: #CF1D1F;
}
#inquiry .contactbox .InputTxt01 {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    height: 24px;
    padding: 12px 15px;
}
#inquiry .contactbox .InputTxt02 {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    padding: 12px 15px;
}
#inquiry .contactbox .InputTxt02 textarea {
    font-size: 18px;
    padding: 0;
    width: 100%;
}
#inquiry .contactbox .FormGroup {

}
#inquiry .contactbox .InputTxt01 input {
    font-size: 18px;
    padding: 0;
    width: 100%;
}
input, button, textarea {
    border: 0 none;
}
button, input {
    line-height: normal;
}
#inquiry .contactbox .InputRadio01 {
    display: inline-block;
    vertical-align: top;
	padding-right: 20px;
}
#inquiry .btn {
	padding: 0px 0%;
	text-align: center;
}
#inquiry article .btn01 {
	background: url(../img/bk01.png) left top repeat;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #000;
	margin: 30px 10px 0px 10px;
	padding: 10px 0px;
	text-align: center;
	color: #FFF;
	width: 100%;
	display: inline-block;
	width: 30%;
}