/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
/* title */
.cont-title {
  height: 336px;
  margin-bottom: 30px;
}

.cont-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 970px;
  height: 100%;
  margin: 0 auto;
}

.shop-title {
  background: url(../images/shop/title_bg.jpg) center center no-repeat;
  background-size: cover;
}

.about-title {
  background: url(../images/about/title_bg.jpg) center center no-repeat;
  background-size: cover;
}

.human-title {
  background: url(../images/works/title_bg.jpg) center center no-repeat;
  background-size: cover;
}

.menu-title {
  background: url(../images/menu/title_bg.jpg) center center no-repeat;
  background-size: cover;
}

.contact-title {
  background: url(../images/contact/title_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 969px) {
  .cont-title {
    height: 140px;
  }
  .cont-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}

/* subtitle */
.cont-subtitle {
  margin-bottom: 15px;
}

.cont-subtitle .en {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
}

.cont-subtitle .jp h3 {
  font-size: 17px;
  font-weight: bold;
}

/* box */
.cont-wrap {
  width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  .cont-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------
shop
------------------------------------------------------------ */
#shop .greeting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ca6e30;
}

#shop .greeting-box .txt-area {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#shop .greeting-box .txt-area .greetin-txt {
  z-index: 2;
  margin: 0 -100px 30px 0;
}

#shop .greeting-box .txt-area .gteeting-name {
  text-align: right;
  margin-top: 15px;
}

#shop .greeting-box .img-area {
  width: 336px;
  padding-left: 15px;
}

#shop .greeting-box .img-area img {
  margin: -30px 0 0 0;
}

#shop .shop-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ca6e30;
}

#shop .shop-box .shop-table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shop .shop-box .shop-table-box .left {
  width: 330px;
  margin-right: 15px;
}

#shop .shop-box .shop-table-box .left table tr th,
#shop .shop-box .shop-table-box .left table tr td {
  font-size: 14px;
  padding: 2px 5px;
}

#shop .shop-box .shop-table-box .left table tr th {
  text-align: left;
  width: 80px;
}

#shop .shop-box .shop-table-box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#shop .shop-box .shop-table-box .right table th,
#shop .shop-box .shop-table-box .right table td {
  font-size: 14px;
  padding: 2px 5px;
}

#shop .shop-box .shop-table-box .right table th {
  text-align: left;
  width: 95px;
}

#shop .shop-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -10px 0;
}

#shop .shop-box ul li {
  margin: 0 10px;
}

#shop .access-box .map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

#shop .access-box .map-wrap .box {
  width: 100%;
  padding: 0 15px;
}

#shop .access-box .map-wrap .box .map-address {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #231815;
}

#shop .access-box .map-wrap .box .map-address li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #231815;
}

@media only screen and (max-width: 767px) {
  #shop .greeting-box {
    display: block;
  }
  #shop .greeting-box .txt-area .greetin-txt {
    margin: 0 0 30px 0;
  }
  #shop .greeting-box .txt-area .gteeting-name img {
    width: 120px;
  }
  #shop .greeting-box .img-area img {
    margin: 15px 0 0 0;
  }
  #shop .shop-box .shop-table-box {
    display: block;
  }
  #shop .shop-box .shop-table-box .left,
  #shop .shop-box .shop-table-box .right {
    width: 100%;
    margin-right: 0;
  }
  #shop .shop-box .shop-table-box .left table tr th,
  #shop .shop-box .shop-table-box .right table tr th {
    width: 90px;
  }
  #shop .shop-box .shop-table-box .left {
    margin-bottom: 30px;
  }
  #shop .shop-box ul {
    margin: 30px -5px 0;
  }
  #shop .shop-box ul li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
  }
}

/* ------------------------------------------------------------
about
------------------------------------------------------------ */
#about .top-txt {
  margin: 75px 0 30px;
}

#about .about-list {
  margin-top: 30px;
}

#about .about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#about .about-list li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 15px 0 0 0;
}

#about .about-list li .txt-area .title {
  margin-bottom: 20px;
}

#about .about-list li .txt-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .about-list li .txt-area ul li {
  margin: 0 15px 5px 0;
}

#about .about-list li .img-area {
  width: 440px;
  padding: 0 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#about .about-list li .img-area img {
  margin-top: -15px;
}

#about .about-list li:nth-child(even) .txt-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#about .about-list li:nth-child(even) .img-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #about .top-txt {
    margin: 0 0 30px;
  }
  #about .about-list li {
    display: block;
  }
  #about .about-list li .txt-area ul {
    display: block;
  }
  #about .about-list li .txt-area ul li {
    margin: 0;
  }
  #about .about-list li .img-area {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  #about .about-list li .img-area img {
    margin-top: 0;
    padding: 15px;
  }
  #about .about-list li:nth-child(even) .img-area {
    text-align: center;
  }
}

/* ------------------------------------------------------------
human
------------------------------------------------------------ */
#human .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 30px;
}

#human .top-box .top-txt {
  margin: 30px 0 20px;
}

#human .human-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

#human .human-list li {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}

#human .bumon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

#human .bumon-list li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#human .bumon-list li .txt-area .img {
  margin-bottom: 30px;
}

#human .bumon-list li .img-area {
  width: 535px;
}

#human .bumon-list li:nth-child(even) .txt-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#human .bumon-list li:nth-child(even) .img-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#human .bumon-list li:first-child .txt-area {
  margin-right: 30px;
}

#human .bumon-list li:first-child .txt-area .img {
  margin-right: -30px;
}

#human .bumon-list li:last-child .txt-area {
  margin-left: 30px;
}

#human .bumon-list li:last-child .txt-area .img {
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  #human .top-box {
    display: block;
    margin: 30px 0;
  }
  #human .top-box .img-area {
    text-align: center;
    margin: 15px 0 0;
    padding: 15px;
  }
  #human .human-list li {
    text-align: center;
    width: calc(100% / 2 - 10px);
  }
  #human .bumon-list li {
    display: block;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ca6e30;
  }
  #human .bumon-list li .txt-area .img {
    margin-bottom: 15px;
  }
  #human .bumon-list li .img-area {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  #human .bumon-list li:first-child .txt-area {
    margin-right: 0;
  }
  #human .bumon-list li:first-child .txt-area .img {
    margin-right: 0;
  }
  #human .bumon-list li:last-child {
    margin: 30px 0 0;
    padding-bottom: 0;
    border: none;
  }
  #human .bumon-list li:last-child .txt-area {
    margin-left: 0;
  }
  #human .bumon-list li:last-child .txt-area .img {
    margin-left: -30px;
  }
}

/* ------------------------------------------------------------
menu
------------------------------------------------------------ */
#menu .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 30px;
}

#menu .top-box .top-txt {
  margin: 0 0 20px;
}

#menu .menu-list {
  padding-top: 30px;
}

#menu .menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

#menu .menu-list li .txt-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 45px;
}

#menu .menu-list li .txt-area .menu-lineup-box {
  margin: 0 0 15px;
  padding-top: 10px;
}

#menu .menu-list li .txt-area .menu-lineup-box .name {
  font-size: 32px;
  font-weight: 700;
  color: #666666;
  margin-top: 5px;
}

#menu .menu-list li .txt-area .title {
  margin-bottom: 10px;
}

#menu .menu-list li .txt-area .icon {
  position: absolute;
  top: 0;
  left: 240px;
}

#menu .menu-list li .img-area {
  width: 460px;
}

#menu .menu-list li:nth-child(even) .txt-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 30px;
}

#menu .menu-list li:nth-child(even) .img-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

@media only screen and (max-width: 888px) {
  #menu .top-box {
    display: block;
    margin: 30px 0;
  }
  #menu .menu-list {
    padding-top: 30px;
  }
  #menu .menu-list li {
    display: block;
    margin-bottom: 45px;
  }
  #menu .menu-list li .txt-area {
    position: relative;
  }
  #menu .menu-list li .img-area {
    text-align: center;
    width: 100%;
    margin: 15px 0 30px;
  }
  #menu .menu-list li:nth-child(even) .txt-area {
    padding: 0;
  }
  #menu .menu-list li:nth-child(even) .img-area {
    text-align: center;
  }
}

.thanks-box {
  font-size: 18px;
  text-align: center;
  margin: 60px 0 120px;
}
/*# sourceMappingURL=contents.css.map */