body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.content {
  /*
    @media screen and (max-width: $sp-size) {
        /*border-left: 6px solid #D138B0;*/
    }
    */
}

.content .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content .mv {
  background: url(../images/mv_shop_list_pc.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin: -1px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .mv-omote {
    background: url(../images/mv-omote.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: -1px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .mv-jingu {
  background: url(../images/mv-jingu.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin: -1px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .mv-ginza {
    background: url(../images/mv-ginza.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: -1px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .mv-tokyo {
  background: url(../images/mv-tokyo.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin: -1px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .mv-kashiwa {
    background: url(../images/mv-kashiwa.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: -1px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
  .content .mv {
    background: url(../images/mv_shop_list_sp.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
  .content .mv-omote {
    background: url(../images/mv-omote.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
  .content .mv-jingu {
    background: url(../images/mv-jingu.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
  .content .mv-ginza {
    background: url(../images/mv-ginza.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
  .content .mv-tokyo {
    background: url(../images/mv-tokyo.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
  .content .mv-kashiwa {
    background: url(../images/mv-kashiwa.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
}

.content .mv .title-box,.content .mv-omote .title-box,.content .mv-jingu .title-box,.content .mv-ginza .title-box,.content .mv-tokyo .title-box, .content .mv-kashiwa .title-box {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 20%;
  height: 19vw;
  text-align: center;
  display: table;
  margin-left: 10vw;
  font-size: 1.5vw;
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box {
    float: none;
    height: 20vw;
    width: 24%;
  }
}

.content .mv .title-box .inner,.content .mv-omote .title-box .inner,.content .mv-jingu .title-box .inner,.content .mv-ginza .title-box .inner,.content .mv-tokyo .title-box .inner,.content .mv-kashiwa .title-box .inner
 {
  display: table-cell;
  vertical-align: middle;
  line-height: 67%;
}

.content .mv .title-box .inner .more_btn,.content .mv-omote .title-box .inner .more_btn,.content .mv-jingu .title-box .inner .more_btn,.content .mv-ginza .title-box .inner .more_btn,.content .mv-tokyo .title-box .inner .more_btn,.content .mv-kashiwa .title-box .inner .more_btn {
  border: solid 1px #fff;
  margin: 0 12%;
  padding: 1% 0;
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box .inner h2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box .inner p {
    font-size: 2vw;
  }
}

.content section {
  /*border-left: 16px solid #D138B0;*/
}

@media screen and (max-width: 1024px) {
  .content section {
    /*border-left: 6px solid #D138B0;*/
  }
}

.content section:nth-child(even) {
  background-color: #D4D3D2;
}

.content section.seq_shop {
  background-color: white;
  padding-bottom: 3%;
}

@media screen and (max-width: 1024px) {
  .content section.seq_shop {
    padding-bottom: 9%;
  }
}

.content section .section-box {
  margin: 0 auto;
  padding: 6% 0 0 0;
}

@media screen and (max-width: 1024px) {
  .content section .section-box {
    margin: 0 2%;
  }
}

@media screen and (min-width: 1025px) {
  .content section .section-box {
    width: 940px;
  }
}

.content section .section-box .free-img img {
  width: 25%;
  background-color: #CFCECD;
  padding: 1%;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .free-img img {
    width: 38%;
  }
}

.content section .section-box .box-content {
  width: 23%;
  height: 27vw;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content {
    width: 48%;
    height: 70vw;
    font-size: 10vw;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 428px) {
  .content section .section-box .box-content {
    height: 85vw;
  }
}

.content section .section-box .box-content img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content img {
    height: 164px;
  }
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt {
    padding: 4px;
  }
}

.content section .section-box .box-content .txt .cat {
  display: block;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .cat {
    font-size: 4vw;
  }
}

.content section .section-box .box-content .txt .title {
  margin: 0;
  font-size: 95%;
}

.content section .section-box .box-content .link {
  font-size: 90%;
  text-align: center;
  position: absolute;
  bottom: -9px;
  width: 90%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .link {
    width: initial;
  }
}

.content section .section-box .box-content .link a {
  color: #9F886E;
}

.content section .section-box .box-shop {
  width: 100%;
  height: auto;
  position: initial;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop {
    float: none;
    width: 100%;
    font-size: 4vw;
    margin: 16% 0;
  }
  .content section .section-box .box-shop:last-child {
    margin: 0;
  }
}

.content section .section-box .box-shop img {
  width: 99%;
  height: 100%;
}

.content section .section-box .box-shop .txt .cat {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 4% 0;
  display: block;
  font-size: 2vw;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .txt .cat {
    font-size: 6vw;
  }
}

@media screen and (min-width: 2000px) {
  .content section .section-box .box-shop .txt .cat {
    font-size: 42px;
  }
}

.content section .section-box .box-shop .txt .table .table_line {
  display: table;
  border-bottom: solid 1px #BFBFBF;
  width: 100%;
  padding: 2% 0;
}

.content section .section-box .box-shop .txt .table .table_line:first-child {
  height: 13vw;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .txt .table .table_line:first-child {
    font-size: 100%;
  }
  .content section .section-box .box-shop .txt .table .table_line:first-child .block:last-child {
    font-size: 4vw;
  }
}

.content section .section-box .box-shop .txt .table .table_line:last-child {
  border-bottom: none;
}

.content section .section-box .box-shop .txt .table .table_line .block {
  display: table-cell;
}

.content section .section-box .box-shop .txt .table .table_line .block:first-child {
  width: 15%;
  font-weight: bold;
  font-size: 1.1vw;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .txt .table .table_line .block:first-child {
    width: 25%;
    font-size: 4vw;
  }
}

.content section .section-box .box-shop .txt .table .table_line .block:last-child {
  padding-left: 4%;
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .txt .table .table_line .block:last-child {
    padding-left: 0;
  }
}

.content section .section-box .box-shop .more_btn {
  text-align: center;
  border: solid 2px #6B6B6B;
  padding: 2% 0;
  font-size: 2vw;
  margin-bottom: 3%;
}

.content section .section-box .box-shop .more_btn:hover {
  opacity: 0.7;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .more_btn {
    margin-bottom: 5%;
    font-size: 4vw;
  }
}

.content section .section-box .box-shop .reserve_btn {
  text-align: center;
  background: #9F886E;
  color: #FFF;
  padding: 2% 0;
  font-size: 1.1vw;
  margin-top: 5%;
  transition: all 300ms linear;
}

.content section .section-box .box-shop .reserve_btn:hover {
  color: #9F886E;
  border: solid 1px #9F886E;
  background-color: #FFF;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-shop .reserve_btn {
    font-size: 4vw;
  }
}

.content section.seq_staff {
  text-align: center;
  padding-bottom: 6%;
}

.content section.seq_staff .title-box h2 {
    font-family: 'Carme', sans-serif !important;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 2000px) {
  .content section.seq_staff .title-box h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .title-box h2 {
    font-size: 9vw;
  }
}

.content section.seq_staff .section-box {
  padding: 0;
}

.content section.seq_staff .section-box .box-content {
  float: left;
  width: 32%;
  height: auto;
  position: initial;
  margin-top: 1% 0.5%;
}
/*
.content section.seq_staff .section-box .box-content:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 1%;
}
*/
@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content:nth-of-type(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content {
    width: 47%;
    padding: 1%;
  }
}

.content section.seq_staff .section-box .box-content .prof-img img {
    height: 300px;
    width: 225px;
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content .prof-img img {
    width: 100%;
    height: 73vw;
  }
}

.content section.seq_staff .section-box .box-content .txt {
  font-size: 1.1vw;
}

@media screen and (min-width: 2000px) {
  .content section.seq_staff .section-box .box-content .txt {
    font-size: 32px;
  }
}

.content section.seq_staff .section-box .box-content .txt .cat {
  margin-top: 4%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content .txt .cat {
    font-size: 5vw;
  }
}

.content section.seq_staff .section-box .box-content .txt .kana {
  padding-top: 6px;
  color: #9C989C;
  font-size: 12px;
  letter-spacing: .05rem;
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content .txt .kana {
    font-size: 4vw;
  }
}

.content section.seq_staff .section-box .box-content .txt .pos {
  margin-top: 7%;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #777574;
  font-size: 1vw;
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content .txt .pos {
    font-size: 4vw;
  }
}

.content section.seq_staff .section-box .box-content .txt .more_btn {
  text-align: center;
  border: solid 1px #9F886E;
  color: #9F886E;
  padding: 2% 0;
  font-size: 0.9vw;
  margin: 9% 21%;
  transition: all 300ms linear;
}

.content section.seq_staff .section-box .box-content .txt .more_btn a {
  color: #9F886E;
  text-decoration: none;
}

.content section.seq_staff .section-box .box-content .txt .more_btn:hover {
  color: #FFF;
  background-color: #9F886E;
  cursor: pointer;
}

@media screen and (min-width: 2000px) {
  .content section.seq_staff .section-box .box-content .txt .more_btn {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .content section.seq_staff .section-box .box-content .txt .more_btn {
    margin: 5% 9%;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
img.bnr {
    margin-left: -23vw;
    margin-bottom: 70px;
}
}
.content section .section-box .box-shop .txt cite {
    background: url(../images/logo.png) no-repeat;
    background-position: left center;
    background-size: auto 60%;
    color: #000;
    font-style: normal;
    letter-spacing: 1px;
    margin: 4% auto;
    padding-left: 170px;
    display: block;
    font-size: 25px;
    width: 120px;
}
/*# sourceMappingURL=shop_aoyama.css.map */
