@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
body.isEmergency {
  padding-top: 60px;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 200;
}
.l-header * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header img, .l-header svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.l-header a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #003c78;
  text-decoration: none;
}
.l-header a:link {
  color: #003c78;
  text-decoration: none;
}
.l-header a:visited {
  color: #003c78;
  text-decoration: none;
}
.l-header a:hover {
  color: #003c78;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}
.l-header a:active {
  color: #003c78;
  text-decoration: none;
}
.l-header *:focus {
  outline: none;
}
.l-header ::-moz-selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
.l-header ::selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
.l-header .c-serif {
  letter-spacing: .05em;
}
.l-header a.c-link::before,
.l-header .c-link::before {
  background: url(/assets/img/icon_arrow_wh.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-header {
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.isEmergency .l-header {
  top: 60px;
  -webkit-transition: initial;
  transition: initial;
}
@media screen and (max-width: 768px) {
  .l-header.isOn--sp .list-headerWrap {
    background-color: #fff;
  }
  .l-header.isOn--sp .list-headerWrap > li.-logo .h-title > a {
    top: 5px;
    left: 5px;
  }
  .l-header.isOn--sp .list-headerWrap > li.-logo .h-title > a .svg {
    width: 50px;
    height: 50px;
  }
  .l-header.isOn--sp .list-headerWrap > li.-logo .h-title > a .svg path {
    fill: #003c78;
  }
}
.l-header.isOn {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header.isOn {
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.l-header.isOn .list-headerWrap > li.-logo .h-title > a {
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerWrap > li.-logo .h-title > a {
    top: 5px;
    left: 5px;
  }
}
.l-header.isOn .list-headerWrap > li.-logo .h-title > a .svg {
  width: 80px;
  height: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerWrap > li.-logo .h-title > a .svg {
    width: 50px;
    height: 50px;
  }
}
.l-header.isOn .list-headerWrap > li.-logo .h-title > a .svg path {
  fill: #003c78;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerWrap > li.-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu > li {
    border-bottom: 1px solid #ececec;
  }
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu > li:first-child {
    border-top: 1px solid #ececec;
  }
}
.l-header.isOn .list-headerMenu > li > a {
  color: #000;
  line-height: 1;
  display: block;
  padding-top: 42px;
  padding-bottom: 42px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu > li > a {
    height: inherit;
    font-size: 1.8rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.l-header.isOn .list-headerMenu > li > a::before {
  background-image: url(/assets/img/icon_arrow.svg);
  background-size: cover;
}
.l-header.isOn .list-headerMenu > li > a::after {
  content: "";
  background-color: #003c78;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu > li > a::after {
    display: none;
  }
}
.l-header.isOn .list-headerMenu > li > a:hover::after {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header.isOn .list-headerMenu > li > a:hover::after {
    display: none;
  }
}
.l-header .list-headerWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-header .list-headerWrap > li.-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header .list-headerWrap > li.-logo .h-title > a {
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-logo .h-title > a {
    top: 20px;
    left: 20px;
  }
}
.l-header .list-headerWrap > li.-logo .h-title > a:hover {
  opacity: 1;
}
.l-header .list-headerWrap > li.-logo .h-title > a .svg {
  width: 80px;
  height: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-logo .h-title > a .svg {
    width: 80px;
    height: 80px;
  }
}
.l-header .list-headerWrap > li.-logo .h-title > a .svg path {
  fill: #fff;
}
.l-header .list-headerWrap > li.menuTrigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.menuTrigger {
    width: 60px;
    height: 60px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    cursor: pointer;
    background-color: #fafafa;
    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;
    -webkit-transition: .2s;
    transition: .2s;
  }
}
.l-header .list-headerWrap > li.menuTrigger.isOn {
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.menuTrigger.isOn {
    background-color: #fafafa;
  }
}
.l-header .list-headerWrap > li.menuTrigger.isOn span {
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.menuTrigger.isOn span {
    width: 25.5px;
    height: 25.5px;
    background-image: url(/assets/img/icon_close.svg);
    background-size: cover;
  }
}
.l-header .list-headerWrap > li.menuTrigger span {
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.menuTrigger span {
    display: blcok;
    width: 27.5px;
    height: 21.5px;
    background: url(/assets/img/icon_menu.svg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-menu {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header .list-headerWrap > li.-shop {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-shop {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    margin-left: 0px;
  }
}
.l-header .list-headerWrap > li.-shop > a {
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 1px solid;
  background-color: #003c78;
  height: 100px;
  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;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-shop > a {
    height: 60px;
  }
}
body.shohin .l-header .list-headerWrap > li.-shop > a span.wrap {
  width: inherit;
  display: block;
}
.l-header .list-headerWrap > li.-shop > a span.-icon {
  width: 30.5px;
  height: 26.4px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-shop > a span.-icon {
    width: 24px;
    height: 21px;
    display: none;
  }
}
.l-header .list-headerWrap > li.-shop > a span.-text {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 8px;
  display: block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-shop > a span.-text {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 0;
    letter-spacing: -.06em;
  }
}
.l-header .list-headerWrap > li.-reserve {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-left: 50px;
}
@media screen and (max-width: 1140px) {
  .l-header .list-headerWrap > li.-reserve {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-reserve {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    margin-left: 0px;
  }
}
.l-header .list-headerWrap > li.-reserve > a {
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 1px solid;
  background-color: #003c78;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-reserve > a {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.shohin .l-header .list-headerWrap > li.-reserve > a span.wrap {
  width: inherit;
  display: block;
}
.l-header .list-headerWrap > li.-reserve > a span.-icon {
  width: 30.5px;
  height: 26.4px;
  display: block;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-reserve > a span.-icon {
    width: 24px;
    height: 21px;
    display: none;
    margin: auto;
  }
}
.l-header .list-headerWrap > li.-reserve > a span.-text {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 8px;
  display: block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerWrap > li.-reserve > a span.-text {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerMenu {
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 10px 20px;
    padding-top: 40px;
    background-color: #fafafa;
    height: calc(100vh - 60px);
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.l-header .list-headerMenu > li {
  margin-left: 30px;
}
@media all and (max-width: 1110px) {
  .l-header .list-headerMenu > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .l-header .list-headerMenu > li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerMenu > li {
    margin-left: 0px;
    border-bottom: 1px solid #ececec;
  }
}
.l-header .list-headerMenu > li:nth-child(1) {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .l-header .list-headerMenu > li:nth-child(1) {
    border-top: 1px solid #ececec;
  }
}
.l-header .list-headerMenu > li > a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: block;
  padding-top: 42px;
  padding-bottom: 42px;
  height: 100px;
}
@media screen and (max-width: 1140px) {
  .l-header .list-headerMenu > li > a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 960px) {
  .l-header .list-headerMenu > li > a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerMenu > li > a {
    height: inherit;
    font-size: 1.8rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .list-headerMenu > li > a::after {
    display: none;
  }
}
.l-header .menuModal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 210;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal {
    opacity: 0;
    visibility: hidden;
    top: 60px;
    padding: 40px 20px 40px;
    overflow-y: scroll;
    height: calc(100vh - 60px);
    left: 100px;
    right: inherit;
    -webkit-transition: .4s;
    transition: .4s;
  }
}
.isEmergency .l-header .menuModal {
  top: 160px;
}
@media screen and (max-width: 768px) {
  .isEmergency .l-header .menuModal {
    top: 120px;
  }
}
.l-header .menuModal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal.isOn {
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.l-header .menuModal .-inner {
  width: 1120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu {
    display: block;
  }
}
.l-header .menuModal .-inner .list-modalmenu > li:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li:nth-child(1) {
    margin-right: 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li:nth-child(1) a {
    padding-left: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li:nth-child(1) a::before {
    display: none;
  }
}
.l-header .menuModal .-inner .list-modalmenu > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header .menuModal .-inner .list-modalmenu > li > a {
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.l-header .menuModal .-inner .list-modalmenu > li .list-menu {
  row-gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li .list-menu {
    display: block;
  }
}
.l-header .menuModal .-inner .list-modalmenu > li .list-menu > li {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li .list-menu > li {
    border-top: 1px solid #ececec;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li .list-menu > li:last-child {
    border-bottom: 1px solid #ececec;
  }
}
.l-header .menuModal .-inner .list-modalmenu > li .list-menu > li > a {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li .list-menu > li > a {
    padding-left: 0px;
    display: block;
    padding: 15px 0;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .list-modalmenu > li .list-menu > li > a::before {
    right: 0px;
    left: inherit;
  }
}
.l-header .menuModal .-inner .c-link::before {
  background: url(/assets/img/icon_arrow.svg) no-repeat;
  background-size: cover;
}
.l-header .menuModal .-inner .c-link.-other::before {
  background: url(/assets/img/icon_other.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
}
.l-header .menuModal .-inner .c-link.-inner::before {
  background: url(/assets/img/icon_inner.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .l-header .menuModal .-inner .c-link.-back {
    font-size: 1.4rem;
  }
}

.l-footer {
  background-color: #262626;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.l-footer * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer img, .l-footer svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.l-footer a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #003c78;
  text-decoration: none;
}
.l-footer a:link {
  color: #003c78;
  text-decoration: none;
}
.l-footer a:visited {
  color: #003c78;
  text-decoration: none;
}
.l-footer a:hover {
  color: #003c78;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}
.l-footer a:active {
  color: #003c78;
  text-decoration: none;
}
.l-footer *:focus {
  outline: none;
}
.l-footer ::-moz-selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
.l-footer ::selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
body.shohin .l-footer {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.shohin .l-footer {
    margin-top: 50px;
  }
}
.l-footer .c-serif {
  letter-spacing: .05em;
}
.l-footer .inner {
  margin: auto;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .inner {
    width: calc(100vw - 40px);
  }
}
.l-footer .list-footerWrap {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerWrap {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }
}
.l-footer .list-footerWrap > li:nth-child(1) {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerWrap > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerWrap > li:nth-child(1) a {
    width: 90px;
    display: block;
  }
}
.l-footer .list-footerWrap > li:nth-child(1) a:hover {
  opacity: 1;
}
.l-footer .list-footerWrap > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart,
.l-footer .list-footerWrap > li:nth-child(2) .c-btn.-reservation {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-left: 0;
  padding: 30px 20px;
  width: 480px;
  background-image: none !important;
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart,
  .l-footer .list-footerWrap > li:nth-child(2) .c-btn.-reservation {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 20px;
  }
}
.l-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart:hover,
.l-footer .list-footerWrap > li:nth-child(2) .c-btn.-reservation:hover {
  border-color: #003c78;
  background-color: #003c78 !important;
  opacity: 1;
}
.l-footer .list-footerMenu1 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerMenu1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer .list-footerMenu1 > li {
  -ms-flex-preferred-size: calc(100% / 2 - 40px * 1 / 2);
      flex-basis: calc(100% / 2 - 40px * 1 / 2);
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerMenu1 > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.l-footer .list-footerMenu1 > li a {
  width: 100% !important;
}
.l-footer .list-footerMenu {
  margin-top: 30px;
  gap: 15px 35px;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .l-footer .list-footerMenu {
    width: 100%;
  }
}
.l-footer .list-footerMenu > li a {
  color: #fff;
  font-size: 1.4rem;
}
.l-footer .list-footerMenu > li a::before {
  background-image: url(/assets/img/icon_arrow_wh.svg);
  background-size: cover;
}
.l-footer .list-footerMenu > li a.-other::before {
  background: url(/assets/img/icon_other_wh.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
  margin-top: -2px;
}
.l-footer .footerBottom {
  background-color: #191919;
}
.l-footer .footerBottom .list-footerBottom {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .l-footer .footerBottom .list-footerBottom {
    padding: 20px 0 15px;
  }
}
.l-footer .footerBottom .list-footerBottom > li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .l-footer .footerBottom .list-footerBottom > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-footer .footerBottom .list-footerBottom > li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .l-footer .footerBottom .list-footerBottom > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.l-footer .footerBottom .list-footerBottom > li:nth-child(2) small {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .footerBottom .list-footerBottom > li:nth-child(2) small {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}
.l-footer .footerBottom .list-footerOther {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer .footerBottom .list-footerOther {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .footerBottom .list-footerOther > li {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
}
.l-footer .footerBottom .list-footerOther > li.-en {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin-left: 20px;
}
.l-footer .footerBottom .list-footerOther > li.-en a {
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 8px 5px;
  padding-right: 20px;
}
.l-footer .footerBottom .list-footerOther > li.-en a::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url(/assets/img/icon_other_site.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: 1em;
  top: 50%;
  margin-top: -7px;
}
.l-footer .pagetop {
  position: absolute;
  bottom: 120px;
  right: 20px;
  z-index: 50;
}
.l-footer .pagetop.fixedF {
  position: fixed;
}
.l-footer .pagetop a {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l-footer .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.l-footer .pagetop a::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg) translate(-15%, -50%);
          transform: rotate(-45deg) translate(-15%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .l-footer .pagetop a::before {
    width: 12px;
    height: 12px;
  }
}
.l-footer .pagetop a::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .l-footer .pagetop a::after {
    width: 18px;
    margin-top: -8px;
  }
}

.c-emergency {
  text-align: center;
  background-color: #c00;
  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: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.c-emergency a {
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: .05em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-emergency a {
    font-size: 1.8rem;
  }
}
.c-emergency a span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #fff !important;
}
.c-emergency a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/assets/img/icon_arrow_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

a.c-btn,
.c-btn {
  display: block;
  position: relative;
  width: 340px;
  margin: auto;
  padding: 20px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #003c78;
  color: #003c78;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  a.c-btn,
  .c-btn {
    width: 255px;
    padding: 15px 20px;
  }
}
a.c-btn::before,
.c-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/assets/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}
a.c-btn:hover,
.c-btn:hover {
  background-color: #003c78;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
}
a.c-btn:hover::before,
.c-btn:hover::before {
  background-image: url(/assets/img/icon_arrow_wh.svg);
  background-size: contain;
  -webkit-transition: .2s;
  transition: .2s;
}
a.c-btn.-cart::before,
.c-btn.-cart::before {
  width: 30.5px;
  height: 26.4px;
  background: url(/assets/img/icon_cart.svg) no-repeat;
  background-size: contain;
}
a.c-btn.-reservation::before,
.c-btn.-reservation::before {
  width: 30.5px;
  height: 26.4px;
  background: url(/assets/img/icon_reservation.svg) no-repeat;
  background-size: contain;
}
a.c-btn.-blank::before,
.c-btn.-blank::before {
  width: 16px;
  height: 13px;
  background: url(/assets/img/icon_other.svg) no-repeat !important;
  background-size: contain;
  -webkit-transition: .2s;
  transition: .2s;
}
a.c-btn.-blank:hover::before,
.c-btn.-blank:hover::before {
  background-image: url(/assets/img/icon_other_wh.svg);
}
a.c-btn.-blank.-wht::before,
.c-btn.-blank.-wht::before {
  background: url(/assets/img/icon_other_wh.svg) no-repeat !important;
}
a.c-btn.-large,
.c-btn.-large {
  width: 90%;
  max-width: 500px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  a.c-btn.-large,
  .c-btn.-large {
    font-size: 1.8rem;
  }
}

a.c-link,
.c-link {
  text-decoration: none;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: .05em;
  color: #000;
}
a.c-link::before,
.c-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/assets/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.c-link.-sanserif,
.c-link.-sanserif {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0;
}
a.c-link.-left,
.c-link.-left {
  padding-right: 0px;
  padding-left: 16px;
}
a.c-link.-left::before,
.c-link.-left::before {
  right: inherit;
  left: 0px;
}
a.c-link.-back,
.c-link.-back {
  padding-right: 0px;
  padding-left: 16px;
  color: #000;
}
a.c-link.-back::before,
.c-link.-back::before {
  background: url(/assets/img/icon_arrow_right.svg) no-repeat;
  background-size: cover;
  right: inherit;
  left: 0px;
}
a.c-link.-other::before,
.c-link.-other::before {
  background: url(/assets/img/icon_other.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
}
a.c-link.-inline::before,
.c-link.-inline::before {
  display: none;
}
a.c-link.-inline::after,
.c-link.-inline::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/icon_other.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  margin-left: 5px;
}

.isOn- .c-link.-other::before {
  background: url(/assets/img/icon_other_wh.svg) no-repeat !important;
}
.isOn-.isOn .c-link.-other::before {
  background: url(/assets/img/icon_other.svg) no-repeat !important;
}

.c-category {
  line-height: 1;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
  display: inline-block;
  padding: 5px 5px;
  width: 90px;
  color: #000;
}

.c-acd {
  position: relative;
}
.c-acd::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_acd_open.svg) no-repeat center/contain;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-acd.open::after {
  background: url(../img/icon_acd_close.svg) no-repeat center/contain;
}

.c-section-announce {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-section-announce {
    padding: 30px 0;
  }
}
.c-section-announce .c-title {
  margin-bottom: 20px;
}
.c-section-announce .p-announce {
  padding: 0px 40px;
  border: 1px solid #c00;
}
@media screen and (max-width: 768px) {
  .c-section-announce .p-announce {
    padding: 0px 20px;
  }
}
.c-section-announce .p-announce > li + li {
  border-top: 1px solid #e3e3e3;
}
.c-section-announce .p-announce > li a {
  text-decoration: none;
  padding: 18px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-announce .p-announce > li a {
    display: block;
  }
}
.c-section-announce .p-announce > li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/assets/img/icon_arrow_red.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .c-section-announce .p-announce > li a::before {
    top: calc(50% + 17px);
  }
}
.c-section-announce .p-announce > li a:hover {
  opacity: .7;
}
.c-section-announce .p-announce > li a.-other::before {
  background: url(/assets/img/icon_other_red.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
}
.c-section-announce .p-announce > li a .c-category {
  width: 110px;
  margin-right: 20px;
  background-color: #c00;
  color: #fff;
}
.c-section-announce .p-announce > li a .text {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #c00;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-section-announce .p-announce > li a .text {
    font-size: 1.4rem;
    padding-right: 20px;
    margin-top: 10px;
  }
}

.c-secTtl {
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-secTtl {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

/*
header footer change
*/
body.shohin a {
  color: #000;
  text-decoration: none;
}
body.shohin a.c-btn::before {
  display: none;
}
body.shohin a.ecBtn {
  color: #fff;
  width: inherit;
}
body.shohin a.-blue {
  color: #fff;
  width: inherit;
}
body.shohin .l-footer .c-btn::before {
  display: block;
}
body.shohin article {
  padding-top: 20px;
}

/*# sourceMappingURL=header_footer.css.map */