#canvas-wrap {
  padding-top: 360px;
  background-image: url(../images/conce.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
canvas {
    width: 100%;
    height: 300px;
    vertical-align: top;
}

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

#canvas-container {
    padding-top: 100px;
}
canvas {
    height: 200px;
}}



.cole2{
	margin:0 auto;
	tex-align:center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cole2 > div{
	width: 33.3333%;
	padding: 10px;
}
.cole2 img { width:100%;height:auto;}

@media screen and (max-width: 960px) {
.cole2 {

		width:100%;
}
	.cole2 > div{
		width: 100%;
	}
}




.conces{
    margin: 0 auto;
    background: rgba(255,255,255,.4);
    box-shadow:0px 0px 10px rgba(0,0,0,.1);
    border:1px solid #ccc;
    padding:0px;
    padding-left:20px;
    padding-right:20px;
    width: 88%;
    height:auto;
}





.wagaraf{
        margin-left:0;
	margin-top:-30px;
	background-image:url(../concept/wagaraf.png);
	background-repeat:no-repeat;
	-webkit-user-select:none;
	background-position: top 0px left 0;
}



.wagara{
	background-image:url(../concept/wagara.png);
	background-repeat:no-repeat;
	-webkit-user-select:none;
	background-position: right 0 bottom 0;
}




.kamon{

	background-image:url(../images/kamon.png);
	background-repeat:no-repeat;
	background-position: top 0px right 0;
}

@media screen and (max-width: 768px) {
.kamon{
	background-image:url(../images/kamons.png);
}}









.conces h1{
	margin-top: 70px;
}



.conces h2{
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	font-size:2.0em;
	padding: 10px 0 10px 0;
	font-weight:100;
 	color: #111;
	font-family: 'Noto Serif JP', serif;
}

.conces h3{
	font-size:18px;
	font-weight:200;
	margin:0; padding:0;
	color:#111;
}


.conces p {
	text-align:left;
	padding:8px 16px;
	line-height:1.5;
}

.conces dl {
padding: 15px 0;
}

.conces a:link{
	color:#222;
	text-decoration:none;
}
.conces a:hover{
	text-decoration:underline;
}

.conces a:active{
	text-decoration:underline;
}



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

.conces{
padding-left:7px;
}

.conces p {
	text-align:left;

}
.conces h2{
	font-size:20px;
}
.conces h3{
	font-size:15px;
}}





dl.material {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  font-size:.8em;
  margin-top:3px;
  margin-bottom:30px;
}

dt.material {
  width: 40%;
  padding: 6px;
  background-color: #DADADA;
  margin-bottom: 3px;
}

dd.material {
  width: 40%;
  padding: 6px;
  background-color: #F3F3F3;
  margin-bottom: 3px;
}



@media screen and (max-width: 768px) {
dl.material {
  width:99%;
}

dt.material{
  width: 52%;
}
dd.material{
  width: 47%;
}}





dl.recipe {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  font-size:1.0em;

}

dt.recipe {
  width: 30%;
  padding: 9px;
  background-color: #fff;
  margin-bottom: 12px;
  font-size:1.0em;
}




dt.recipe img{
	margin:0 auto;
	width:96%;
	height:auto;
}
dd.recipe img{
	margin:0 auto;
	width:auto;
	heigh:auto;
}



@media screen and (max-width: 768px) {
dt.recipe {
  width:98%;
}}

dd.recipe {
  width: 68%;
  padding: 9px;
  background-color: transparent;
  margin-bottom: 12px;
  font-size:.9em;
}
@media screen and (max-width: 768px) {
dd.recipe {
  width:98%;
}}


.captions{
  font-size:1.1em;
}
.check{
  font-size:.8em;
}

.point{
  font-size:.8em;
}








.balloon1-top {
  position: relative;
  display: inline-block;
  margin: .9em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: .8em;
  background: #ff8e9d;

-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;



}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ff8e9d;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}


.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}

.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: .7em;
  font-weight: 100;
  background: #ff8e9d;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ff8e9d;
  z-index: 0;
}



.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  font-size: 1.0em;
  font-weight: 100;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}



.award img{
	width:auto;height:auto;
}

@media screen and (max-width: 768px) {
.award img{
	width:98%;height:auto;
}}







