@charset "utf-8";


/* --------------------------------
  mystyle
-------------------------------- */
.copy {
  color: #E8380D;
  /*color: #fff;*/
}
.free_area {
  height: 356px;
  padding: 0 200px 16px 200px;
  background-image: url(../images/ebi_bk.png), url(../images/ebi_bk2.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 200px, auto;
  background-position: 5% 80%, center;
  margin: 0 0 50px;
}
.about_area {
  padding: 50px 0;
  margin: 0 auto;
  line-height: 1.8em;
}
.about_area h2{
  font-size: 16px;
  font-weight: bold;
  margin-left: 50px;
}
.about_text {
  margin: 0 auto;
  font-size: 12px;
  -ms-writing-mode: tb-rl; /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2.2em;
}
.tensyu {
  padding-top: 180px;
}
.item_img_area {
  max-width: 100%;
  padding-bottom: 30px;
  margin: 30px 0;
}
.item_area h3{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 20px 0;
  border-bottom: 1px solid #B3B3B3;
}
.copy-area {
  background: #333;
}
.facebook {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.fb-page {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .free_area {
    height: auto;
    padding: 0 0 16px 0;
    background-image: url(../images/ebi_bk.png),url(../images/ebi_bk2.jpg);
    background-repeat: no-repeat,repeat;
    background-size: 200px,auto;
    background-position: left bottom,center;
  }
  .about_text {
    margin: 0 auto;
    font-size: 12px;
    -ms-writing-mode: lr-tb; /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    line-height: 2.2em;
    text-align: center;
  }
  .tensyu {
    padding-top: 50px;
  }
}

.ebitama-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ebitama-row .left{
    width: 27%;
}

.ebitama-row .right{
  width: 100%;
}

.right .shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right .shop .list p{
  line-height: 2;
  word-break: keep-all;
}

.shop .south{
  width: 100%;
}
.shop .north{
  width: 100%;
}
.shop .famima{
  width: 100%;
}

@media all and (max-width: 768px) {
  .left{
    width: 100%!important;
  }
  .right{
    width: 100%!important;
  }
  .facebook {
    width: 100%!important;
    padding-left: 0;
    text-align: center;
  }
  .fb-page{
    width: 90%;
  }
}

.ebitama-row .brsp{
  display: none;
}

@media all and (max-width: 500px) {
  .ebitama-row .brsp{
    display: block!important;
  }
  .ebitama-row .shop p{
    display: block!important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ebitama-row h2{
    font-size: 24px;
  }
}

.item_area .flex{
  display: flex;
  flex-wrap: wrap;
}
.item_area .flex-list{
  width: 100%;
}