main {
  padding-top: 170px;
  letter-spacing: 0.05em;
}
main .page-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
main p {
  text-align: justify;
}

@media (max-width: 1040px) {
  main .page-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 100px;
  }
}
#mv {
  overflow-x: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#mv .contens-position {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
#mv .page-title-en {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.125;
  margin-bottom: 40px;
}
#mv .page-title-en .text-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#mv .page-title {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.1428571429;
  color: #fff;
  margin-bottom: 70px;
}
#mv .page-link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.8125;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
#mv .page-link::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
#mv .page-link::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/top/contens-link-arrow-w.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 24px;
  height: 45px;
  vertical-align: middle;
  margin-left: 12px;
}
@media (max-width: 1030px) {
  #mv .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #mv .wrap {
    padding: 0 50px;
  }
  #mv .mv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #mv .page-title-en {
    font-size: 15px;
    line-height: 1.2;
  }
  #mv .page-link {
    letter-spacing: 0.1em;
  }
  #mv .page-link::after {
    background-size: 18px 18px;
  }
  #mv .scroll_down {
    width: 1px;
    height: 165px;
    position: absolute;
    right: 50px;
    bottom: 55px;
  }
  #mv .scroll_down_line {
    background: url(../img/cuisine/scroll_down.png);
    background-repeat: no-repeat;
    background-size: 1px 165px;
    background-position: center;
    width: 1px;
    height: 0px;
    position: relative;
    -webkit-animation: ani-mouse 3.5s linear infinite;
            animation: ani-mouse 3.5s linear infinite;
  }
}

@-webkit-keyframes ani-mouse {
  0% {
    height: 0;
    opacity: 1;
  }
  65% {
    height: 165px;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 165px;
  }
}

@keyframes ani-mouse {
  0% {
    height: 0;
    opacity: 1;
  }
  65% {
    height: 165px;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 165px;
  }
}
#reservation-common {
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #cccccc;
  padding: 70px 0;
}
#reservation-common .reservation-common-ttl {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
#reservation-common .reservation-common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}
#reservation-common .reservation-common-flex-item {
  font-size: 18px;
  max-width: 330px;
  height: 68px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
#reservation-common .reservation-common-flex-item-lft {
  background-color: #191919;
  color: #fff;
  margin-right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #191919;
}
#reservation-common .reservation-common-flex-item-rig {
  border: 1px solid #191919;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#reservation-common .reservation-common-flex-item-lft-img {
  max-width: 24px;
  width: 100%;
  margin-left: 15px;
}
#reservation-common .reservation-common-flex-item-rig-img {
  max-width: 26px;
  width: 100%;
  margin-right: 15px;
}
#reservation-common .reservation-common-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#reservation-common .reservation-common-tel-txt {
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #191919;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#reservation-common .reservation-common-tel-rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#reservation-common .reservation-common-tel-num-img {
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
}
#reservation-common .reservation-common-tel-time {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  #reservation-common .reservation-common-flex-item-lft:hover {
    background-color: transparent;
    color: #191919;
    border: 1px solid #191919;
  }
  #reservation-common .reservation-common-flex-item-lft:hover circle {
    fill: #191919 !important;
  }
  #reservation-common .reservation-common-flex-item-lft:hover line {
    stroke: #fff !important;
  }
  #reservation-common .reservation-common-flex-item-lft:hover polyline {
    stroke: #fff !important;
  }
  #reservation-common .reservation-common-flex-item-rig:hover {
    background-color: #191919;
    color: #fff;
  }
  #reservation-common .reservation-common-flex-item-rig:hover circle {
    stroke: #fff !important;
  }
  #reservation-common .reservation-common-flex-item-rig:hover path {
    fill: #fff !important;
  }
}

@media (max-width: 767px) {
  #reservation-common {
    padding: 70px 0 40px;
  }
  #reservation-common .reservation-common-ttl {
    display: none;
  }
  #reservation-common .reservation-common-flex {
    display: block;
    margin-bottom: 35px;
  }
  #reservation-common .reservation-common-flex-item {
    max-width: 265px;
    width: 100%;
    margin: auto;
    height: 60px;
  }
  #reservation-common .reservation-common-flex-item-lft {
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 10px;
  }
  #reservation-common .reservation-common-flex-item-rig {
    font-size: 12px;
    padding-right: 5px;
  }
  #reservation-common .reservation-common-flex-item-lft-img {
    margin-left: 7px;
  }
  #reservation-common .reservation-common-flex-item-rig-img {
    margin-right: 14px;
  }
  #reservation-common .reservation-common-tel {
    display: block;
  }
  #reservation-common .reservation-common-tel-rig {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #reservation-common .reservation-common-tel-txt {
    padding-right: 0;
    margin-right: 0;
    border: none;
    font-size: 15px;
  }
  #reservation-common .reservation-common-tel-rig {
    display: block;
  }
  #reservation-common .reservation-common-tel-num-img {
    max-width: 200px;
    margin: auto;
    padding: 10px 0;
  }
  #reservation-common .reservation-common-tel-time {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
#customer .customer-ttl-img {
  max-width: 54px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}
#customer .customer-ttl-txt {
  font-weight: 300;
  text-align: center;
  font-size: 25px;
  margin-bottom: 78px;
  letter-spacing: 0.3em;
}
#customer .customer-block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #191919;
  font-weight: 500;
}
#customer .customer-block-ttl::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #191919;
  border-radius: 100px;
  margin-right: 10px;
}
#customer .customer-block {
  margin-bottom: 30px;
}
#customer .customer-block:last-child {
  margin-bottom: 0;
}
#customer .customer-box {
  border: 1px solid #cccccc;
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-top: 25px;
}
#customer .customer-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#customer .customer-box-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-right: 1px solid #cccccc;
  padding: 24px;
}
#customer .customer-box-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 24px 24px 15px;
}
#customer .customer-box-lft-list {
  font-size: 15px;
}
#customer .customer-box-lft-list li {
  color: #666666;
  margin-bottom: 15px;
  font-size: 15px;
}
#customer .customer-box-rig li {
  color: #666666;
  margin-bottom: 15px;
}
#customer .customer-box-lft-list li:last-child {
  margin-bottom: 0;
}
#customer .customer-box-rig-list li:last-child {
  margin-bottom: 0;
}
#customer .customer-box-lft-list {
  color: #666666;
}
#customer .customer-box-rig-list {
  font-size: 15px;
  color: #666666;
}
#customer .customer-block-txt {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
  color: #666666;
}

@media (max-width: 767px) {
  #customer .customer-ttl-img {
    margin-bottom: 20px;
  }
  #customer .customer-ttl-txt {
    font-size: 20px;
    margin-bottom: 56px;
  }
  #customer .customer-block-ttl {
    font-size: 16px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #customer .customer-block-ttl::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
  }
  #customer .customer-block-txt {
    margin-top: 10px;
    font-size: 14px;
  }
  #customer .customer-box-wrap {
    display: block;
  }
  #customer .customer-box-lft {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  #customer .customer-box-lft {
    padding: 17px;
    font-size: 14px;
  }
  #customer .customer-box-rig {
    padding: 17px;
    font-size: 14px;
  }
}
.breadcrumb-wrap {
  padding: 0 60px 25px;
}

#breadcrumb {
  padding-top: 140px;
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb ul li {
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 300;
}
#breadcrumb ul li a {
  color: #808080;
}
#breadcrumb ul li::after {
  content: "";
  padding-right: 3ch;
  background-image: url(../img/breadcrumb/arrow.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
}

@media (max-width: 767px) {
  .breadcrumb-wrap {
    padding: 0 20px 20px;
  }
  #breadcrumb {
    padding-top: 56px;
    padding-left: 0px;
  }
  #breadcrumb ul li a {
    font-size: 12px;
  }
  #breadcrumb ul li {
    font-size: 12px;
  }
  #breadcrumb ul li::after {
    padding-right: 4ch;
  }
}
.notfound {
  max-width: 1000px;
  width: 98%;
  margin: 100px auto 500px;
}

.notfound-txt {
  text-align: center;
  font-family: 16px;
}

.notfound-txt-top {
  display: block;
  text-align: center;
  margin: 60px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .notfound {
    margin: 50px auto 100px;
  }
  .notfound-txt {
    font-size: 15px;
  }
  .notfound-txt-top {
    font-size: 17px;
  }
}