.page.partner .main-contens {
  background-color: #fff;
  padding-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.page.partner .partner-title {
  max-width: 238px;
  width: 100%;
  padding-top: 40px;
  margin: 0px auto 20px;
}
.page.partner .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 18px;
}
.page.partner .page-nav-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border: 1px solid #00196d;
  border-right: none;
}
.page.partner .page-nav-list:first-child {
  border-left: none;
}
.page.partner .page-nav-link {
  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;
  height: 68px;
  color: #00196d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.4353846154;
}
.page.partner .page-nav-link .spv {
  display: block;
}
.page.partner .page-nav-link .arrow {
  width: 10px;
  height: 10px;
  margin-left: 15px;
}
.page.partner .page-nav-link .arrow.sp {
  margin-left: 6px;
}
.page.partner .page-nav-link span {
  position: relative;
}
.page.partner .page-nav-link span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e95513;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .page.partner .page-nav-link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.page.partner .partner-contens-box {
  max-width: 1538px;
  width: 100%;
  margin: 0 auto 30px;
  background: url(../img/partner/partner_title_bk_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  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;
  height: 240px;
}
.page.partner .partner-contens-box-title {
  max-width: 760px;
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
}
.page.partner .partner-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.page.partner .partner-text {
  font-size: 16px;
  color: #00196d;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin-bottom: 25px;
}
.page.partner .partner-text.last {
  margin-bottom: 55px;
}
.page.partner .partner-text-box {
  max-width: 506px;
  width: 100%;
  margin: 0 auto 30px;
  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;
  height: 98px;
  background: #00196d;
  height: 130px;
  margin-bottom: 25px;
}
.page.partner .partner-text-box-text {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7058823529;
  font-weight: 600;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.8125;
}
.page.partner .partner-contact-text {
  color: #00196d;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7057919016;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}
.page.partner .partner-contact-text .text-line {
  background: -webkit-gradient(linear, left top, right top, to(#00196d));
  background: linear-gradient(to right, #00196d 100%);
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: center bottom 4px;
}
.page.partner .partner-contact-note-text {
  max-width: 525px;
  width: 100%;
  margin: 0 auto 55px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #00196d;
  font-weight: 500;
  margin-bottom: 20px;
}
.page.partner .partner-contact-note-text .text-b {
  font-weight: bold;
}
.page.partner .partner_bottom {
  max-width: 1570px;
  height: 212px;
  margin: 0 auto;
  width: 100%;
  background: url(../img/partner/partner_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 178px;
  background: url(../img/partner/partner_bottom_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 104px;
}
.page.partner .kitchen-title-bk {
  background: #00196d;
  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;
  height: 396px;
  margin-bottom: 68px;
  height: auto;
  padding: 38px 0;
  margin-bottom: 30px;
}
.page.partner .kitchen-title-wrap {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  width: 95%;
  width: 76.2%;
}
.page.partner .kitchen-text {
  color: #00196d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin-bottom: 25px;
  margin-bottom: 35px;
}
.page.partner .kitchen-reception {
  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;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
}
.page.partner .kitchen-reception-day {
  font-size: 33px;
  letter-spacing: 0.12em;
  line-height: 1.7057931453;
  font-weight: 600;
  color: #e65325;
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-bottom: 22px;
}
.page.partner .kitchen-reception-day span {
  background: #e65325;
  position: absolute;
  height: 3px;
  width: 310px;
  width: 285px;
}
.page.partner .kitchen-reception-day span:first-child {
  bottom: 0px;
  left: 0;
}
.page.partner .kitchen-reception-day span:nth-child(2) {
  bottom: -7px;
  left: 0;
}
.page.partner .kitchen-reception-text {
  font-size: 40px;
  letter-spacing: 0.12em;
  line-height: 1.406;
  font-weight: 600;
  color: #e65325;
  margin-left: 20px;
  margin-left: 0;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.4059676978;
}