@charset "utf-8";
/* CSS Document */

header img{
	border-radius:10px;
	margin: auto;
}

#mainBlock section{
	margin: 80px 0;
}

#mainBlock #commitment h2,
#mainBlock #about h2,
#mainBlock #chefs h2,
#mainBlock #history h2,
#mainBlock #secret h2,
#mainBlock #recipe h2,
#mainBlock #parts h2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 250%;
    line-height: 140%;
    letter-spacing: 2px;
	color: #603813;
    margin: 100px 0 60px;
	text-align: center;
}

#mainBlock h2 span{
	border-bottom: 1px solid #603813;
	padding: 5px;
}



#mainBlock h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 180%;
    line-height: 100%;
    letter-spacing: 2px;
	color: #603813;
    margin: 20px 0px 10px;
	border-bottom: 1px dotted #948643;
	padding: 5px;
}

#mainBlock .text{
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
}

#mainBlock .textR{
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
	text-align: right;
	padding-right: 10px;
}

#mainBlock .voice {
    width: 30%;
    height: auto;
    border-radius: 50%;
	float: left;
	margin-right: 50px;
}

#history ul li{
	margin-bottom: 30px;
}
#history .historyImg {
	text-align: center;
}

#history .historyImg span{
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 200%;
}

#history .historyImg img{
	width: 80%;
	margin: auto;
}

#secret  ul {
    display: flex;
    flex-wrap: wrap;
}

#secret ul li {
    width: 33%;
	margin: 0 auto;
}

#secret ul li img{
	margin: 0 auto;
}

#recipe h4{
    background-color: #DEB037;
    background-image: none;
    color: #FFF;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding: 12px 10px 10px 10px;
    text-align: center;
}

#recipe .imgRecipe{
	float: left;
	width: 440px;
}

#recipe .titleMaterials{
	color: #603813;
    letter-spacing: 3px;
	font-weight: bold;
}

#recipe .titleRecipe{
	color: #603813;
    font-size: 18px;
    letter-spacing: 3px;
	margin-top: 30px;
	font-weight: bold;
}

#recipe .materials{
	margin-left: 20px;	
	font-size: 18px;
	float: left;
	line-height: 120%;
}

#recipe .recipe {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 70px;
	font-size: 18px;
}

#recipe .recipe li {
    list-style-type:none;
    border-bottom: 1px dotted #948643;
    padding: 10px;
}

#recipe .recipe li span{
    font-size: 18px;
	font-weight: bold;
}

#shop .btn {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: block;
    width: 70%;
    margin: 100px auto 0;
    padding: 20px;
    text-align: center;
    border: solid 2px #603813;
    color: #603813;
    font-size: 22px;
    line-height: 100%;
    font-weight: bold;
	border-radius: 10px;
}

#parts p img{
	margin: 0 auto;
}

#parts table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 15px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
}

#parts table th,
#parts table td {
    padding: 15px;
}

#parts table th {
	text-align: left;
	width: 18%;
	overflow: visible;
	position: relative;
	color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
}

#parts table th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
#parts table th::after {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #295890 10px solid;
	margin-top: -10px;
}
}

#parts table td {
	background: #f8f8f8;
	padding-left: 25px;
}


#parts #parts1{
	background-color: #CFCEED;
}

#parts #parts1:after{
	border-left-color: #CFCEED;
}

#parts #parts2{
	background-color: #C3E7FE;
}

#parts #parts2:after{
	border-left-color: #C3E7FE;
}

#parts #parts3{
	background-color: #CDE1C4;
}

#parts #parts3:after{
	border-left-color: #CDE1C4;
}

#parts #parts4{
	background-color: #F2D091;
}

#parts #parts4:after{
	border-left-color: #F2D091;
}

#parts #parts5{
	background-color: #F5CFE8;
}

#parts #parts5:after{
	border-left-color: #F5CFE8;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){
	
#mainBlock h2 {
    font-size: 200%;
	line-height: 160%;
}

#mainBlock h3 {
    font-size: 150%;
}

#mainBlock img{
	width: 100%;
}
	
#mainBlock .text {
    line-height: 140%;
}
	
#mainBlock .voice {
	width: 50%;
    float: none;
    margin: 0 auto 20px;
}
	
#recipe .imgRecipe {
 	float: none; 
    width: 100%;
}

#recipe h4 {
    font-size: 18px;
}

#recipe .materials {
 	margin-left: 0; 
    margin-top: 20px;
}

#recipe .titleRecipe {
    margin-top: 20px;
}

#recipe .recipe {
    line-height: 120%; 
}
	

#parts table{
	padding-right: 10px;
	line-height: 140%;
}

#parts table th, #parts table td {
    padding: 5px;
	display: block;
	width: 100%;
}
	
#parts table th{
	text-align:center;
}
	
#parts table th::after {
	position:unset;
}

#parts #parts1:after{
	border-left-color: transparent;
}
#parts #parts2:after{
	border-left-color: transparent;
}
#parts #parts3:after{
	border-left-color: transparent;
}
#parts #parts4:after{
	border-left-color: transparent;
}
#parts #parts5:after{
	border-left-color: transparent;
}


}
