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

#info h3 {
	color:#e2660a;
	text-align:left;
	font-size:184%;
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/
@media screen and (min-width:769px), print{

/* ----------------------------------------------
	コンセプト
------------------------------------------------- */
#committedAbout{}

#committedAbout #message .left{
	text-align:left;
	float:left;
	width:40%;
	margin:0 5% 0 0;
}
#committedAbout #message .left h4{
	display:block;
	margin:0 0 40px;
	padding:0;
	font-size:170%;
	font-weight:bold;
	color:#e2660a;
}
#committedAbout #message .left .text{
	font-size:114%;
	margin:0 0 30px;
}
#committedAbout #message .right{
		width:55%;
}
#committedAbout #message .right .dataBack{
	position:absolute;
	top:17%;
	right:0;
	left:31%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:5;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBack2{
	position:absolute;
	top:25%;
	right:0;
	left:85%;
	margin:auto;
	width:15%;
	height: 0;
    padding-top: 15%;
	z-index:10;
	background-image:url(../../images/back03.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBack3{
	position:absolute;
	top:45%;
	right:0;
	left:85%;
	margin:auto;
	width:19%;
	height: 0;
    padding-top: 19%;
	z-index:10;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBack4{
	position:absolute;
	top:21%;
	right:0;
	left:35%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:1;
	background-image:url(../../images/back02.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:30px;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag{
	position:absolute;
	top:10%;
	right:0;
	left:25%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:10;
	background-image:url(../images/image01.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag2{
	position:absolute;
	top:14%;
	right:0;
	left:90%;
	margin:auto;
	width:13%;
	height: 0;
    padding-top: 13%;
	z-index:10;
	background-image:url(../images/image02.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag3{
	position:absolute;
	top:42%;
	right:0;
	left:82%;
	margin:auto;
	width:18%;
	height: 0;
    padding-top: 18%;
	z-index:10;
	background-image:url(../images/image03.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}


/* ----------------------------------------------
	パティシエ
------------------------------------------------- */

#committedAbout #patissier .left{
	float:left;
	width:45%;
	margin:0 5% 0 0;
}
#committedAbout #patissier .left img{
	width:100%;
	height:auto;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

#committedAbout #patissier .right h4{
	display:block;
	margin:0 0 40px;
	padding:0;
	font-size:170%;
	font-weight:bold;
	color:#e2660a;
}
#committedAbout #patissier .right .text{
	font-size:114%;
	margin:0 0 30px;
}
#committedAbout #patissier .right{
	float:right;
	text-align:left;
	width:50%;
}

#committedAbout #patissier .patissierData{
	margin:35px 0 0;
	padding:35px;
	background-color:#f5f5f5;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #patissier .patissierData img{
	float:left;
	display:block;
	width:13%;
	height:auto;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#committedAbout #patissier .patissierData .column{
	float:left;
	width:50%;
	text-align:left;
	font-size:93%;
}

#committedAbout #patissier .patissierData .profile{
	margin:0 1.5% 0 1.5%; 
	width:32%;
}
#committedAbout #patissier .patissierData .column h4{
	font-weight:bold;
	font-size:142%;
	margin:0 0 5px;
	color: #e2660a;
}
#committedAbout #patissier .patissierData .column h5{
	font-weight:bold;
	font-size:121%;
	margin:0 0 5px;
}
#committedAbout #patissier .patissierData dl dt{
	float:left;
	width:60px;
	margin:0 5px 0 0;
	clear:both;
}
#committedAbout #patissier .patissierData dl dd{
	float:left;
	letter-spacing: 0.05em;
}

/* ----------------------------------------------
	店長あいさつ
------------------------------------------------- */
#storeManagerMessage.content{
	padding:35px 35px 85px;
}

#storeManagerMessage .right{
	float:right;
	width:30%;
	margin:0 10% 0 5%;
}
#storeManagerMessage .right img{
	width:100%;
	height:auto;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

#storeManagerMessage .left h5{
	display:block;
	padding:0;
	font-size:121%;
	font-weight:bold;
}
#storeManagerMessage .left h4{
	display:block;
	margin:0 0 40px;
	padding:0;
	font-size:170%;
	font-weight:bold;
	color:#e2660a;
}
#storeManagerMessage .left .text{
	font-size:114%;
	margin:0 0 30px;
	line-height:1.6em;
}
#storeManagerMessage .left{
	float:left;
	text-align:left;
	width:45%;
	margin:0 0 0 10%;
}

#storeManagerMessage .dataBack{
	position:absolute;
	top:28%;
	right:0;
	left:53%;
	margin:auto;
	width:27%;
	height: 0;
    padding-top: 27%;
	z-index:-1;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

}
@media screen and (min-width: 768px) and (max-width: 1200px)  {
#committedAbout #patissier .patissierData dl dd{
	letter-spacing: 0em;
	font-size:93%;
}
}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	コンセプト
------------------------------------------------- */
#committedAbout{}

#committedAbout #message .left{
	text-align:left;
}
#committedAbout #message .left h4{
	display:block;
	margin:0 0 20px;
	padding:0;
	font-size:121%;
	font-weight:bold;
	color:#e2660a;
}
#committedAbout #message .left .text{
	font-size:100%;
	margin:0 0 15px;
}
#committedAbout #message .left .text_s{
	font-size:86%;
}
#committedAbout #message .right{
	margin:30px 0 0;
}
#committedAbout #message .right .dataBack{
	position:absolute;
	bottom:7%;
	right:15%;
	margin:auto;
	width:40%;
	height: 0;
    padding-top: 40%;
	z-index:0;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBack4{
	position:absolute;
	bottom:3%;
	right:7%;
	margin:auto;
	width:40%;
	height: 0;
    padding-top: 40%;
	z-index:0;
	background-image:url(../../images/back02.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:30px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag{
	float:left;
	width:50%;
	height: 0;
    padding-top: 50%;
	z-index:10;
	background-image:url(../images/image01.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag2{
	float:left;
	bottom:15%;
	margin:0 auto 0 10px;
	width:25%;
	height: 0;
    padding-top: 25%;
	z-index:10;
	background-image:url(../images/image02.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#committedAbout #message .right .dataBackImag3{
	position:absolute;
	bottom:10%;
	right:5%;
	margin:auto;
	width:30%;
	height: 0;
    padding-top: 30%;
	z-index:10;
	background-image:url(../images/image03.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

/* ----------------------------------------------
	パティシエ
------------------------------------------------- */

#committedAbout #patissier .left{
	text-align:center;
	margin:0 auto 0 ;
	width:250px;
}
#committedAbout #patissier .left img{
	width:250px;
	height:0 auto;
	margin:0 auto 20px ;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}

#committedAbout #patissier .right h4{
	display:block;
	margin:0 0 20px;
	padding:0;	
	font-size:121%;
	font-weight:bold;
	color:#e2660a;
}
#committedAbout #patissier .right .text{
	margin:0 0 20px;
}
#committedAbout #patissier .right{
	text-align:left;
}

#committedAbout #patissier .patissierData{
	margin:25px 0 0;
	padding:20px;
	background-color:#f5f5f5;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#committedAbout #patissier .patissierData img{
	display:block;
	width:40%;
	height:auto;
	margin:0 auto 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#committedAbout #patissier .patissierData .column{
	text-align:left;
	font-size:93%;
}

#committedAbout #patissier .patissierData .profile{}
#committedAbout #patissier .patissierData .column h4{
	font-weight:bold;
	font-size:128%;
	margin:0 0 0px;
	color: #e2660a;
}
#committedAbout #patissier .patissierData .column h5{
	font-weight:bold;
	font-size:100%;
	margin:5px 0 5px;
}
#committedAbout #patissier .patissierData dl dt{
	width:25%;
	margin:0 5px 5px 0;
	clear:both;
	float:left;
	font-size:93%;
	line-height:1.3;
}
#committedAbout #patissier .patissierData dl dd{
	font-size:93%;
	margin:0 0 5px 0;
	width:70%;
	float:left;
	letter-spacing: 0.05em;
	line-height:1.3;
}

/* ----------------------------------------------
	店長あいさつ
------------------------------------------------- */
#storeManagerMessage.content{
	padding: 5px 25px 35px;
}

#storeManagerMessage .right{
	width:70%;
	margin:0 auto 25px;
}
#storeManagerMessage .right img{
	width:100%;
	height:auto;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}

#storeManagerMessage .left h5{
	display:block;
	padding:0;
	font-size:100%;
	font-weight:bold;
}
#storeManagerMessage .left h4{
	display:block;
	margin:0 0 15px;
	padding:0;
	font-size:135%;
	font-weight:bold;
	color:#e2660a;
}
#storeManagerMessage .left .text{
	font-size:93%;
	margin:0 0 0;
	line-height:1.6em;
	text-align:left;
}
#storeManagerMessage .left{
	margin:0 0 0 0%;
	text-align:center;
}

#storeManagerMessage .dataBack{
	position:absolute;
	top:15%;
	right:0;
	left:25%;
	margin:auto;
	width:55%;
	height: 0;
    padding-top: 55%;
	z-index:-1;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

}