body {
  background-image: url(../img/bk-sanka.png);
  background-repeat: repeat-x;
  padding-top: 50px;
}
h1 {
  color: #FF84A8;
}
h2 {
  color: #FF84A8;
}
.table-scroll table th {
    border-bottom: 1px solid rgba(204,204,204,1.00);
    white-space: nowrap;
    background-color: rgba(229,229,229,1.00);
    font-weight: bold;
}
.menupage ul {
    display: inline-table;
    text-align: left;
    margin: 0px;
    background-color: rgba(255,255,255,0.70);
    padding: 0px;
}
.menupage ul li {
    margin: 0px;
    padding: 0px;
}


.table-scroll table td:nth-child(1)  {

}
.menupage li a:before {
    content: '・';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 16px;/*画像の幅*/
    height: 16px;/*画像の高さ*/
   /* background-image: url(/sanka/img/check.png);*/
    background-size: contain;
/*    vertical-align: middle;*/
    padding-right: 10px;
    background-repeat: no-repeat;
}

.top4 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}
.top4 .top4l {
    background-color: #FF93AF;
    color: #FFFFFF;
    position: relative;
}
.top4 .top4l p {
    color: #FFFFFF;
}
.top4 .top4l:before {
    content: "";
    display: inline-block;
    background-image: url(/sanka/hana4.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -23px;
    left: 50%;
    z-index: 10;
    background-repeat: no-repeat;
}
.top4 .top4l p:nth-child(1):before {
    content: "";
    background-image: url(/sanka/icon-hatena.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    margin-right: 10px;
    background-position: 0% center;
    top: -4px;
    position: relative;
}
.top4 .top4l p:nth-child(1), .top4 .top4r p:nth-child(1) {
    text-align: center;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
.top4 .top4l p, .top4 .top4r p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.top4 div {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.top4 .top4r {
    background-color: #FFFFFF;
    color: #FF93AF;
    position: relative;
}
.top4 .top4r:before {
    content: "";
    display: inline-block;
    background-image: url(/sanka/hana5.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -23px;
    left: 50%;
    z-index: 10;
    background-repeat: no-repeat;
}
.top4 .top4r p:nth-child(1):before {
    content: "";
    background-image: url(/sanka/icon-heart.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    margin-right: 10px;
    background-position: 0% center;
    top: -4px;
    position: relative;
}
.s1 {
    background-image: url(../sanka/img/top1.jpg);
}
.s2 {
    background-image: url(../sanka/img/s11.jpg);
}
.s3 {
    background-image: url(../sanka/img/1.jpg);
}
.s4 {
    background-image: url(../sanka/g/oiwai.jpg);
}
.s5 {
    background-image: url(../sanka/img/hiyou.jpg);
}
.s6 {
    background-image: url("../sanka/img/qasanka.jpg");
}
.s7 {
    background-image: url(../sanka/img/qa.jpg);
}
.s8 {
    background-image: url(../sanka/img/s12.jpg);
}
.s9 {
    background-image: url("../sanka/img/2kenshin.jpg");
}
.teikikenshin1 {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.teikikenshin1 > div {
  width: 31%;
  background-color: #FFFFFF;
  padding: 15px;
}
.teikikenshin1 div p:first-child {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin-bottom: 5px;
  padding-bottom: 6px;
}
.teikikenshin1 div p {
  font-size: 0.8em;
}
.contents .ul-ninpu {
    max-width: 400px;
    background-color: #FDE3E3;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contents .ul-ninpu li {
    margin-bottom: 0px;

}
.contents .ul-sanka {
    padding: 0px;
}

.contents .ul-sanka li {
    margin-bottom: 0px;
}
.contents div .ol-sanka  {
    margin: 0px;
    padding: 0px;
}

.contents div .ol-sanka li {
    list-style: decimal;
    padding-left: 0px;
    margin-left: 20px;
}
.contents.pretop   {
    background-image: url(../sanka/img/next-bk-hana.png);
    background-position: center 0%;
}
.contents div .pre  {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.contents div .pre div  {
    width: 44%;
}
.pre div p {
    text-align: center;
}
.pre div .p-left {
    text-align: left;
    font-size: 0.8em;
}
.contents div .bonyusoudan {
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(193,193,193,1.00);
    padding: 20px;
}

.suke   {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.suke img {
    width: 20%;
    height: auto;
    align-self: flex-start;
}
.suke div {
    width: 78%;
}
.suke div p:first-child {
    font-weight: bold;
}
.contents.ske16 {
    background-image: url(../sanka/img/next-bk-hana.png);
}
.contents div .tatoeba {
    margin-bottom: 30px;
    padding: 15px;
    background-color: rgba(255,255,255,0.50);
}
.contents div .gallery {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.contents .gallery li  {
    list-style: none;
    margin-right: 1%;
    margin-left: 1%;
    padding: 0px;
    width: 18%;
    margin-bottom: 3%;
}
.contents div .tableisanka {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.contents div .tableisanka th {
    padding: 15px;
    background-color: rgba(255,75,0,0.29);
    font-size: 0.8em;
}

.contents div .tableisanka th:not(:last-child)  {
    border-bottom: 1px solid #CCCCCC;
}
div .point  {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../sanka/img/baby33.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    text-align: center;
}
div .point p {
    font-size: 1.4em;
}
.point p span {
    color: rgba(255,0,126,1.00);
}
.sanka-sub {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.sanka-sub div {
    width: 48%;
    background-color: rgba(255,181,182,0.61);
    padding: 3%;
}
.sanka-sub div p {
}
.contents div .zoom {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.contents div .zoom img:nth-child(1) {
    width: 40%;
    display: inline-block;
    align-self: flex-start;
}
.contents div .zoom img:nth-child(2) {
    width: 60%;
    display: inline-block;
    align-self: flex-start;
}
.contents div .nittei {
    background-color: rgba(255,255,255,0.50);
    padding: 15px;
}
div .p-img {
    display: flex;
    max-width: 400px;
}

div .p-img img {
    float: left;
    margin-right: 10px;
    width: 90%;
    align-self: flex-start;
}
.mothermenu {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.mothermenu div {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    padding: 0px;
}
.mothermenu div a {
    display: block;
    padding: 8px;
    border: 1px solid rgba(255,164,165,1.00);
    background-color: rgba(255,255,255,0.30);
}


div .p-img + p {
    clear: both;
}
.accordionf.mother dt  {
    float: left;
    width: 100px;
    text-align: center;
    background-color: rgba(147,71,57,1.00);
    color: rgba(255,255,255,1.00);
    margin-bottom: 10px;
}
.accordionf.mother dd   {
    padding: 0px 0px 0px 114px;
    margin-bottom: 10px;

}
.rino {
    display: flex;
    height: auto;
}
.rino img {
    align-self: flex-start;
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
}
.a-meal {
    display: block;
    padding: 10px;
    background-color: rgba(253,124,138,1.00);
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-top: 15px;
}
.teikiwaku {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.teiki {
    margin-bottom: 15px;
    background-color: rgba(254,216,221,0.79);
    padding: 20px;
    width: 49%;
}
.teiki p:nth-child(1) {
    text-align: center;
    font-weight: bold;
}
.contents .divsanka   {
    max-width: 700px;
}
.contents div .junbi-ul {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 30px;
    background-color: #FFDADA;
    max-width: 300px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 29% auto;
    background-position: right 15px center;
}

.contents div .junbi-ul li {
    margin: 0px;
    align-items: center;
    justify-content: center;
}
#wovie div div p {
    width: 48%;
}
.contents div .meal {
    display: -webkit-flex; /* Safari */
    display: flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
div .meal p {
    width: 31%;
    margin-bottom: 50px;
    margin-left: 1%;
    margin-right: 1%;
}
.meal-oyatsu   {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.meal-oyatsu p {
    width: 33%;
}

p a .fab.fa-instagram.of {
    margin-right: 10px;
}
.contents div .ofinsta {
    background-color: #FF84A8;
    color: #FFFFFF;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.contents div .ofinsta a {
    color: #FFFFFF;
    display: block;
    padding: 15px;
    font-size: 1.6em;
}
.contents div h3 {
    clear: both;
}
.roomtype   {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.roomtype div  {
    width: 45%;

}
.contents div .sukeju {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.contents div .sukeju div {
    width: 30%;
}
.contents div .sukeju div h3 {
    text-align: center;
    background-color: rgba(255,132,168,1.00);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,1.00);
    font-weight: normal;
    border-radius: 5px;
}
.contents .first-cap {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.contents .first-cap div {
    width: 45%;
    
}
.contents .first-cap div p {
    text-align: center;
}
.pure2   {
    max-width: 821px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.pure2 p img {
}
.contents div .oriji {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.contents div .oriji div {
    width: 45%;
    margin-bottom: 35px;
}
.contents div .oriji div p:nth-child(1)  {
    text-align: center;
    font-weight: bold;
    color: rgba(147,46,50,1.00);
}
.contents div .table.left {
    float: left;
    margin-right: 20px;
}
.contents div .junbi1-2 {
    display: block;
    width: 150px;
    float: right;
}
.contents div .ullist {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.contents div .ullist p {
    width: 30%;
    margin-right: 2%;
    text-align: center;
    background-color: rgba(255,218,218,1.00);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
}
.contents div .ullist p::before {
    content: "・";
    color: #FFFFFF;
    position: absolute;
    left: 11px;
    
}
div .dlmenkai dt {
    float: left;
    font-size: 0.8em;
    width: 120px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    background-color: rgba(116,55,8,1.00);
    padding: 5px;
    text-align: center;
    border-radius: 17px;
}
div .touinkara  {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.contents div .timing li:first-line {

    
}


div .dlmenkai dd {
    font-size: 0.8em;
    margin-bottom: 19px;
    padding-left: 139px;
}
div .omedetou  {
    background-image: url(../sanka/img/baby4.jpg);
    background-size: cover;
    max-width: 626px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background-position: center center;
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.24);
    border-radius: 5px;
}
div .omedetou p {
    color: rgba(132,74,0,1.00);
    font-size: 1.4em;
    text-align: left;
    padding-left: 100px;
}
.omedetou p span {
    color: rgba(255,72,186,1.00);
    margin-bottom: 10px;
}
.timing li strong {
    color: rgba(128,63,0,1.00);
    font-size: 1.4em;
}
.menupage ul li ul {

}
.menupage ul li ul li a {
    padding-left: 51px;
    font-size: 0.9em;
}
.contents.hana {
    background-image: url(../sanka/img/next-bk-hana.png);
    background-position: center top;
}
.table-hiyou {
    margin-left: auto;
    margin-right: auto;
}
.contents .hiyou {
    max-width: 650px;
}
.table-hiyou caption span {
    display: block;
    font-size: 0.8em;
    text-align: left;
}

.table-hiyou tr:nth-child(2)  {
    background-color: #FFFAE1;
}
.table-hiyou tr:nth-child(3) {
    background-color: #FDE3A2;
}
.psubtitle   {
    color: #FF84A8;
    font-size: 1em;
    text-align: center;
}
.omedetou p .new2021 {
    font-size: 0.8em;
    display: block;
    background-color: rgba(255,255,255,0.50);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.touinkarawrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    align-items: flex-start;
}
.touinkarawrap img  {
    width: 30%;
    height: auto;
    border-radius: 10px;
}
.omedetou p.waribiki {
    text-align: center;
    padding-left: 0px;
    font-weight: bold;
    border-bottom: 1px dotted rgba(251,175,181,1.00);
    padding-bottom: 15px;
}

































@media screen and (min-width:600px) {
  .submenu li a:after {
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: 0px;
    content: '';
    width: 50%;
    height: 4px;
    border-radius: 50px;
    background: #FF84A8;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: transform .3s;
  }
  .submenu li a span {
    color: #FF84A8;
    ;
  }
    .submenu {
    max-width: 1000px;
}
.contents div .suke:nth-of-type(even) {
    flex-direction: row-reverse;
}
div .shef .shef1 {
    float: left;
    width: 204px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
    margin-right: 25px;
}
.contents div .junbi1-2.os {
    display: none;
}
div.omedetou p:nth-child(1) {

}
.contents div .aroma {
    display: flex;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contents div .aroma div {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.aroma.op div p {
    text-align: center;
}
.contents.hana div .minibag {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}








}
@media screen and (max-width:599px) {
    
    .top4 {
    display: -webkit-flex;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top4 div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.top4 .top4l:before {
    content: "";
    display: inline-block;
    background-image: url(/sanka/hana4.png);
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 70%;
    z-index: 10;
    background-repeat: no-repeat;
    margin: 0px;
}
.top4 .top4l p:nth-child(1), .top4 .top4r p:nth-child(1) {
    text-align: center;
    font-size: 5vw;
    margin: 0px;
    position: relative;
}
.top4 .top4r:before {
    content: "";
    display: inline-block;
    background-image: url(/sanka/hana5.png);
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -23px;
    left: 70%;
    z-index: 10;
    background-repeat: no-repeat;
}
    
  .teikikenshin1 > div {
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 20px;
  }
.contents div  li  {
    list-style: decimal;
    padding-left: 0px;
    font-size: 3vw;
}
.pre div p {
    text-align: center;
    font-size: 3vw;
}
.contents.pretop div .pre div {
    width: 100%;
}
.contents.pretop div .p-title {
    font-size: 3vw;
}
.contents div .pre div {
    width: 100%;
}
.suke img {
    width: 60%;
    height: auto;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.suke div {
    width: 100%;
}
.suke div p:first-child {
    font-weight: bold;
    text-align: center;
}
div .point {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../sanka/img/baby33.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 204px;
    text-align: center;
    background-size: cover;
}
div .point p {
    font-size: 4vw;
}
.sanka-sub div {
    width: 100%;
    background-color: rgba(255,181,182,0.61);
    padding: 3%;
    margin-bottom: 20px;
}
.mothermenu div {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
    margin-bottom: 5px;
}
.mothermenu div a {
    display: block;
    padding: 8px;
    border: 1px solid rgba(255,164,165,1.00);
    background-color: rgba(255,255,255,0.30);
    font-size: 3vw;
}
.rino img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.rino {
    display: block;
    height: auto;
}
.contents .gallery li {
    list-style: none;
    margin-right: 1%;
    margin-left: 1%;
    padding: 0px;
    width: 23%;
    margin-bottom: 3%;
}
.submenu .ostop {
    text-align: center;

}
.submenu .ostop a {
    color: rgba(255,132,168,1.00);
}
div .meal-oyatsu p {
    width: 47%;
    margin-bottom: 50px;
}
div .shef .shef1 {
    width: 204px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.contents div .sukeju div {
    width: 100%;
}
.contents div .oriji div {
    width: 100%;
    margin-bottom: 35px;
}
.contents .first-cap div {
    width: 100%;
    
}
.contents div .junbi1-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 80%;
}
.contents div .table.left {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.contents div .ullist p {
    width: 48%;
    margin-right: 2%;
    text-align: center;
    background-color: rgba(255,218,218,1.00);
}
div .dlmenkai dt {
    float: none;
    font-size: 0.8em;
    width: 120px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}
div .dlmenkai dd {
    font-size: 0.8em;
    margin-bottom: 19px;
    padding-left: 0px;
}
div .omedetou p {
    color: rgba(132,74,0,1.00);
    font-size: 4vw;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
}
.contents div .timing {
    margin-left: 0px;
    padding-left: 19px;
}
.contents div .junbi1-2.op {
    display: none;
}
.table-hiyou tr td {
    font-size: 3vw;
    padding: 5px;
}
.table tr td ,.table tr th{
    font-size: 3vw;
    padding: 5px;
}
.table {
    width: 100%;
}
.omedetou p .new2021 {
    font-size: 3vw;
    display: block;
    background-color: rgba(255,255,255,0.50);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
div .omedetou {
    background-size: cover;
    max-width: 626px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background-position: center center;
    padding-bottom: 20px;
}
.contents.hana div .minibag {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
div .meal p {
    width: 48%;
    margin-bottom: 50px;
}






































}

.table-hiyou tr:nth-child(4) {
    background-color: #FFA33B;
}
.table-hiyou tr:nth-child(5) {
    background-color: #FC898B;
}
