
#main_content h1{
padding: 0.6em;
margin-bottom: 10px;
}

#main_content h2{
color: #000;
font-size: 125%;
}

#main_content .recipe h2{
padding-top: 1em;
}

#main_content .date {
  font-size: 27px;
  color: #FF64E9;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 2px;
}

#main_content .open{
text-align: center;
}

#main_content .address {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#main_content .overview {
  width: 468px;
  background: #FF7373;
  padding: 15px 0;
  text-align: center;
  margin :10px auto 30px;
  border-radius: 50px;
}

#main_content .overview li {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
}

#main_content .overview li:nth-child(1) {
  margin-left: 0;
}

#main_content .kengaku {
background-color:#ffb;
background-image: url("../otsuki/img/kengaku-bg-01.png"),url("../otsuki/img/kengaku-bg-02.png");
background-position: center top , center bottom;
background-repeat: no-repeat;
background-size: contain;
border-radius: 30px;
padding: 20% 20px 30% 20px;
margin-bottom: 30px;
}

#main_content .kengaku h2{
color: #F83B58;
line-height: 1.4;
font-size: 150%;
}

#main_content .kengaku h3{
color: #F83B58;
font-size: 112.5%;
}

#main_content .kengaku dl{
margin-bottom: 1em;
}

#main_content .kengaku ul{
padding-left: 1.8em;
}

#main_content .kengaku dt{
font-weight: bold;
}

#main_content .kengaku p{
margin-bottom: 1em;
font-size: 100%;
}

#main_content .kengaku ol{
padding-left: 1.8em;
margin-bottom: 1em;
}

#main_content .kengaku h3 + p,
#main_content .kengaku h3 + dl,
#main_content .kengaku h3 + ol{
margin-top: 0.5em;
}



#main_content .kengaku .photo{
display: flex;
justify-content: space-between;
margin-top: 10px;
}

#main_content .kengaku .photo img{
background-color: #FFF;
border:1px solid #DDD;
padding: 3px;
}



#main_content .lesson {
  padding: 25px;
  border-radius: 30px;
  background: #FFB680;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  background-image: url("../img/otsuki/cooking.png");
  background-position: bottom 30px right 30px;
  background-repeat: no-repeat;
}

#main_content .lesson h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: none;
  letter-spacing: 0px;
}

#main_content .lesson ul {
  list-style: none;
}

#main_content .lesson ul li {
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 10px;
}

#main_content .schedule {
  padding: 25px;
  border-radius: 30px;
  background: #FFDDDD;
  width: 100%;
  box-sizing: border-box;
  margin: 25px auto auto;
  background-image: url("../img/otsuki/schedule.png");
  background-position: bottom 30px right 30px;
  background-repeat: no-repeat;
}

#main_content .schedule h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: none;
  letter-spacing: 0px;
}

#main_content .schedule ul {
  list-style: none;
}

#main_content .schedule ul li {
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 10px;
}

#main_content .area01 {
  display: flex;
  margin: 50px 0;
}

#main_content .recipe {
background:#34D332;
border-radius: 10px;
margin: 25px 0 25px 0;
padding-bottom: 15px;
}

#main_content .recipe h2 {
padding: 10px;
font-size: 18px;
color: #fff;
border-radius: 10px 10px 0 0;
text-align: center;
text-shadow: none;
line-height: 1;
margin-bottom: 0;
}

#main_content .recipe p:last-child{
background: #FFF;
border-radius: 10px;
padding: 10px;
margin: 16px 16px 0 16px;
text-align: center;
}



#main_content .appearance {
  margin: 25px 0 0 0;
}

#main_content .appearance h2 {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background: #3AC974;
  border-radius: 10px;
  text-align: center;
  text-shadow: none;
  line-height: 1;
}

#main_content .appearance p{
text-align: center;
}

#main_content .photos {
  margin: 25px 0 0 0;
}

#main_content .photos h2 {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background: #3AC974;
  border-radius: 10px;
  text-align: center;
  text-shadow: none;
  line-height: 1;
  margin-bottom: 0;
}

#main_content .photos h2 + p{
font-weight: bold;
margin-top: 0.5em;
text-align: center;
}

#main_content .photos .photo{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
width: 620px;
margin: 15px auto;
text-align: center;
font-size: 13px;
}

#main_content .photos .photo a{
display: block;
margin: 12px 0 4px 0;
width: 248px;
}

#main_content .photos .photo span{
display: block;
border-radius: 0.4em;
padding: 3px 5px;
}

#main_content .photos .photo a:link,
#main_content .photos .photo a:visited{
color: #FFF;
text-shadow: none;
}

#main_content .photos .photo a:link span,
#main_content .photos .photo a:visited span{
background: #F77;
font-weight: bold;
}

#main_content .photos .photo a:hover span{
background: #09C;
}

#main_content .photos .photo img{
padding: 3px;
background-color: #FFF;
border: 1px solid #DDD;
border-radius: 7px;
margin: 0 0 4px 0;
}

#main_content .map {
  margin: 25px 0 0 0;
}

#main_content .map h2 {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background: #3AC974;
  border-radius: 10px 10px 0 0;
  text-align: center;
  text-shadow: none;
  line-height: 1;
  margin-bottom: 0;
}

#main_content .map iframe {
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}

#main_content .area02 {
  display: flex;
  margin-bottom: 50px;
}

#main_content .area02 .fee {
  background: #ACEFE7;
  border-radius: 10px;
  padding: 20px;
  width: 48%;
}

#main_content .area02 .fee h2 {
  font-size: 18px;
  text-shadow: none;
  margin-bottom: 10px;
  color: #000;
  text-shadow: none;
  text-align: center;
}

#main_content .area02 .fee table th {
  font-size: 15px;
  display: block;
  text-shadow: none;
  text-align: left;
}

#main_content .area02 .fee table td {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  text-shadow: none;
  text-align: left;
}

#main_content .area02 .contact {
  width: 48%;
  margin-left: 4%;
  background: #ACEFE7;
  border-radius: 10px;
  padding: 20px;
  letter-spacing: 0px;
  background-image: url("../img/otsuki/bg.png");
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}

#main_content .area02 .contact h2 {
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 10px;
  color: #000;
  text-shadow: none;
  text-align: center;
  letter-spacing: -1px;
}

#main_content .area02 .contact h5 {
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 10px;
  color: #000;
  text-shadow: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
}

#main_content .area02 .contact h5.second {
  margin-top: 20px;
}

#main_content .area02 .contact ul {
  list-style: none;
  font-size: 15px;
}

#main_content .area02 .contact p {
  font-size: 16px;
  text-shadow: none;
  color: #000;
  text-shadow: none;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
}

#main_contents .recruitment a {
  background: url("../img/main_contents/recruitment.png") no-repeat;
  height: 116px;
}


@media screen and (max-width:850px) {

#main_content .photos .photo{
width: auto;
}

#main_content .photos .photo a{
max-width: 42%;
}

}


@media screen and (max-width:500px) {

#main_content .address{
font-size: 4.0vw;
}

#main_content .area02{
display: block;
}

#main_content .area02 .fee{
width: auto;
margin-bottom: 5%;
}

#main_content .area02 .contact{
width: auto;
background-position: center bottom 3vw;
margin-left: 0;
padding-bottom: 30vw;
}

#main_content .photos .photo span br{
display: none;
}

}