body{
  background: url(../img/pistachio_back.svg) no-repeat top left;
  background-size: 540px auto;
  background-position: 0 40px;
}

header{
  position: relative;
  background-image: url(../img/head_backtop.jpg),url(../img/head_backbottom.jpg);
  background-repeat: repeat-x,repeat-x;
  background-position: top left,bottom left;
  background-color: #fff;
overflow:hidden;
}

.fair main {
    background: url(../img/pistachio_back.svg);
    background-attachment: fixed;
    background-color: #ffffe8;
}
@media (min-width: 767px) {
.fair main {
   background: url(../img/pistachio_back.svg);
   background-attachment: fixed;
   background-color: #ffffe8;
}
}

.top_text {
    font-size: 1.2rem;
    font-family: "Zen Antique Soft", serif;
    font-weight: 600;
    font-style: normal;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 48px;
}

@media (min-width: 767px) {
.top_text {
        margin: 40px;
}
}

.item {
    padding: 16px;
    text-align: center;
    background-color: white;
    max-width: 1200px;
    font-size: 0.9rem;    
    margin: 0 auto;
}

.faircake {
        margin: 48px 8px;
}

@media (min-width: 767px) {
.faircake {
        display: inline-block;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 400px;
        margin: 32px;
}
}

.com_s {
    background-color: #4aadae;
}
.com_y, .com_s, .com_shop, .com_no1, .com_t, .com_xm {
    padding: 0 16px;
    display: inline-block;
    border-radius: 50vh;
    color: #fff;
}

.border {
    margin: 24px auto;
    max-width: 500px;
    display: block;
}

.city {
    background: url(../img/bottom_city.svg) repeat-x;
    height: 200px;
    margin-top: 24px;
}

