@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 75%;
  line-height: 1.5;
  -webkit-print-color-adjust: exact;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a>img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  width: 100%;
}

/*h1 {
	font-size:3em;
	line-height:1;
	margin: 0 0 0.5em;
}
h2 {
	font-size:2.25em;
	line-height:1.3333;
	margin: 0 0 0.6667em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin: 0 0 1em;
}
hgroup h2, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1.5em;
}

*/
p {
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0 0 1em;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background: inherit;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"],
input[type="file"] {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  ime-mode: disabled;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="tel"],
input[type="email"],
input[type="password"] {
  ime-mode: disabled;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px #fff inset;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

select::-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px #fff inset;
}

textarea {
  resize: none;
}

textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px #fff inset;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media print,
screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .tab {
    display: none !important;
  }
}

@media print,
screen and (min-width: 896px) {
  .tab {
    display: none !important;
  }
}

@media print,
screen and (min-width: 896px) {
  .mobile {
    display: none !important;
  }
}

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

.NotoSerif {
  font-family: "Noto Serif JP", serif;
}

.textCenter {
  white-space: nowrap;
}

.textNoWrap {
  white-space: nowrap;
}

.borderTopTheme {
  border-top: #003894 1px solid;
  margin-top: 30px;
  padding-top: 30px;
}

@media print,
screen and (min-width: 896px) {
  .borderTopTheme {
    margin-top: 36px;
    padding-top: 36px;
  }
}

.flexSpread {
  flex: 1 0 auto;
}

.js-slidein {
  position: relative;
  z-index: -1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: opacity 0.55s ease-in-out;
}

.js-slidein:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.55s ease-in-out;
}

.js-slidein.js-slidein--bg {
  z-index: 0;
}

.js-slidein.js-slidein--bg.is-scrollin {
  z-index: 1;
}

.js-slidein.is-scrollin {
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.js-slidein.is-scrollin:after {
  width: 0px;
}

.btn-wrap,
.btn-wrap--left,
.btn-wrap--right {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 32px;
  justify-content: center;
}

.btn-wrap:last-child,
.btn-wrap--left:last-child,
.btn-wrap--right:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .btn-wrap--left {
    justify-content: flex-start;
  }

  .btn-wrap--right {
    justify-content: flex-end;
  }
}

.btn-positive {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0;
  padding: 16px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px;
}

.btn-positive__text {
  display: block;
  font-weight: normal;
  color: #003894;
}

.btn-positive__icon {
  margin: 0 12px 0 10px;
  width: 16px;
  height: 16px;
}

.btn-positive:visited {
  color: #003894;
}

@media print,
screen and (min-width: 896px) {
  .btn-positive {
    width: 256px;
    height: 67px;
    margin: 16px 16px 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 19px;
  }

  .btn-positive__icon {
    margin: 0 44px 0 10px;
    width: 20px;
    height: 20px;
  }
}

.btn-normal {
  display: flex;
  align-items: center;
  width: 225px;
  height: 40px;
  margin: 20px 20px 0;
  padding: 13px 16px;
  border-bottom: #003894 1px solid;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  justify-content: space-around;
}

@media print,
screen and (min-width: 896px) {
  .btn-normal {
    width: 256px;
    height: 67px;
    margin: 16px 16px 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 19px;
  }
}

.btn-normal__text {
  display: block;
  font-weight: normal;
  color: #003894;
}

.btn-normal__icon {
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .btn-normal__icon {
    width: 20px;
    height: 20px;
  }
}

.btn-sub {
  background: #d9e1ef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  margin: 20px 20px 0;
  padding: 16px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-sub__text {
  display: block;
  color: #003894;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-sub__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  box-sizing: border-box;
}

.btn-sub:visited {
  color: #d9e1ef;
}

@media print,
screen and (min-width: 896px) {
  .btn-sub {
    width: 270px;
    height: 67px;
    margin: 16px 16px 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
  }
}

.btn-white {
  display: flex;
  align-items: center;
  width: 225px;
  height: 40px;
  margin: 20px 20px 0;
  padding: 13px 16px;
  border-bottom: #fff 1px solid;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-white__text {
  display: block;
  font-weight: bold;
  color: #fff;
}

.btn-white__icon {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.btn-white:visited {
  color: #fff;
}

@media print,
screen and (min-width: 896px) {
  .btn-white {
    width: 270px;
    height: 67px;
    margin: 16px 16px 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
  }

  .btn-white__icon {
    right: 16px;
  }
}

.btn-shop,
.btn-shop--bgTheme,
.btn-shop--bgSub,
.btn-shop--bgGray,
.btn-shop--sm {
  background: #d9e1ef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  margin: 20px 20px 0;
  padding: 16px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-shop__text {
  display: block;
  color: #003894;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-shop__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  box-sizing: border-box;
}

.btn-shop__icon--before {
  height: 25px;
  margin: 0 10px 0 0;
}

.btn-shop__icon--after {
  height: 25px;
  margin: 0 0 0 10px;
}

.btn-shop:visited,
.btn-shop--bgTheme:visited,
.btn-shop--bgSub:visited,
.btn-shop--bgGray:visited,
.btn-shop--sm:visited {
  color: #d9e1ef;
}

.btn-shop--bgTheme {
  background-color: #003894;
}

.btn-shop--bgTheme .btn-shop__text {
  color: #fff;
}

.btn-shop--bgSub {
  background-color: #b2181e;
}

.btn-shop--bgSub .btn-shop__text {
  color: #fff;
}

.btn-shop--bgGray {
  background-color: #e7e7e7;
}

.btn-shop--sm {
  width: 100%;
  padding: 12px 10px;
  margin: 14px 7.5px 0;
}

.btn-shop--sm .btn-shop__icon--before {
  height: 15px;
  margin: 0 6px 0 0;
}

.btn-shop--sm .btn-shop__icon--after {
  height: 15px;
  margin: 0 0 0 6px;
}

@media print,
screen and (min-width: 896px) {

  .btn-shop,
  .btn-shop--bgTheme,
  .btn-shop--bgSub,
  .btn-shop--bgGray,
  .btn-shop--sm {
    width: 270px;
    height: 67px;
    margin: 16px 16px 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
  }

  .btn-shop--sm {
    width: 200px;
    height: auto;
    padding: 14px 30px;
    margin: 20px 5px 0;
  }
}

.btn-reserve,
.btn-reserve--shop {
  width: 125px;
  height: 50px;
  margin: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  position: relative;
}

.btn-reserve__inner,
.btn-reserve--shop__inner {
  background-color: #003894;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 16px 8px;
  box-sizing: border-box;
}

.btn-reserve:before,
.btn-reserve--shop:before {
  content: "";
  display: block;
  height: 100%;
  border: #003894 8px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-reserve:after,
.btn-reserve--shop:after {
  content: "";
  display: block;
  height: 100%;
  border: #003894 8px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-reserve__text,
.btn-reserve--shop__text {
  color: #fff;
}

.btn-reserve__icon,
.btn-reserve--shop__icon {
  width: 14px;
  margin-right: 8px;
}

@media print,
screen and (min-width: 896px) {

  .btn-reserve,
  .btn-reserve--shop {
    width: 100%;
    font-size: 18px;
    height: 100px;
  }

  .btn-reserve__icon,
  .btn-reserve--shop__icon {
    width: 24px;
  }
}

.btn-online {
  background-color: #e43818;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 50px;
  margin: 8px;
  box-sizing: border-box;
}

.btn-online__icon {
  width: 24px;
  margin-right: 4px;
}

.btn-online__text {
  color: #fff;
  font-size: 14px;
}

@media print,
screen and (min-width: 896px) {
  .btn-online {
    width: 100%;
    height: 88px;
  }

  .btn-online__icon {
    width: 40px;
    margin-right: 8px;
  }

  .btn-online__text {
    font-size: 18px;
  }
}

.btn-facebook {
  color: #404040;
  display: flex;
  align-items: center;
}

.btn-facebook__icon {
  width: 24px;
  margin-right: 4px;
}

.btn-facebook__text {
  color: #404040;
  font-size: 14px;
}

.box-note {
  background-color: #fff;
  max-width: 880px;
  margin: auto;
  padding: 40px 16px;
  border-radius: 20px;
}

@media print,
screen and (min-width: 600px) {
  .box-note {
    padding: 40px 116px;
  }
}

@media print,
screen and (min-width: 896px) {
  .box-note {
    padding: 40px 56px;
  }
}

.box-term {
  margin-bottom: 32px;
}

.box-term__label {
  font-size: 13px;
  margin-bottom: 12px;
}

.box-term__text {
  height: 10.5em;
  padding: 14px;
  border: #b5b5b5 1px solid;
  font-size: 13px;
  line-height: 1.5;
  overflow-y: scroll;
}

@media print,
screen and (min-width: 896px) {
  .box-term {
    margin-bottom: 64px;
  }

  .box-term__label {
    font-size: 16px;
  }

  .box-term__text {
    font-size: 16px;
  }
}

.block-conceptlead .block-conceptlead__title {
  position: relative;
  margin-bottom: 48px;
}

.block-conceptlead .block-conceptlead__title span {
  display: block;
  border-left: 1px solid #bbb;
  width: 100%;
  height: 110%;
  margin: -5% 0.4em;
}

.block-conceptlead__heading {
  font-size: 20px;
  margin-bottom: 24px;
}

.block-conceptlead__text {
  margin-bottom: 160px;
  font-size: 14px;
  letter-spacing: 0.24em;
}

@media print,
screen and (min-width: 600px) {
  .block-conceptlead-wrap {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: auto;
  }

  .block-conceptlead .block-conceptlead__title {
    margin-top: 40px;
    margin-bottom: 96px;
  }

  .block-conceptlead__heading {
    font-size: 25px;
    line-height: 2;
    margin-left: 64px;
  }

  .block-conceptlead__text {
    font-size: 16px;
    line-height: 2.44;
    margin-bottom: 271px;
  }
}

.cards-topics__link {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__link:hover .cards-topics__image {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
}

.cards-topics__imageWrap {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__imageWrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    position: relative;
  }
}

.cards-topics__image {
  width: 100%;
  vertical-align: bottom;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__image {
    position: relative;
  }
}

.cards-topics__wrap {
  width: 50%;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__wrap {
    width: 100%;
  }
}

.cards-topics__date {
  font-family: "Noto Serif JP", serif;
  color: #404040;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__date {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
  }
}

.cards-topics__cat {
  font-size: 0;
  margin: -3px -3px 15px;
}

.cards-topics__cat .icon-cat {
  margin: 3px;
  letter-spacing: normal;
}

.cards-topics__title {
  width: 100%;
  max-height: 66px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics__title {
    font-size: 16px;
    line-height: 30px;
    max-height: 90px;
  }
}

.cards-topics--side__link:after {
  content: "";
  display: block;
  clear: both;
}

.cards-topics--side__imageWrap {
  width: 50%;
  margin-bottom: 16px;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics--side__imageWrap {
    padding-right: 0;
  }
}

.cards-topics--side__image {
  width: 100%;
}

.cards-topics--side__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 6px;
  box-sizing: border-box;
  float: left;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics--side__wrap {
    align-items: flex-start;
    padding-left: 20px;
  }
}

.cards-topics--side__date {
  color: #404040;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics--side__date {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.cards-topics--side__cat {
  background-color: #b2181e;
  color: #fff;
  margin: 0;
  padding: 8px;
  font-weight: normal;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics--side__cat {
    font-size: 14px;
  }
}

.cards-topics--side__title {
  color: #404040;
  width: 50%;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

@media print,
screen and (min-width: 896px) {
  .cards-topics--side__title {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}

.cards-shop {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 15px;
}

.cards-shop:last-child {
  margin-bottom: 0;
}

.cards-shop__heading {
  padding-bottom: 24px;
  border-bottom: #003894 1px solid;
  text-align: center;
}

.cards-shop__name {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
}

.cards-shop__content {
  padding: 20px 0 40px;
}

.cards-shop__image {
  margin-bottom: 16px;
}

.cards-shop__bottom {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}

.cards-shop__bottom .btn-shop,
.cards-shop__bottom .btn-shop--bgTheme,
.cards-shop__bottom .btn-shop--bgSub,
.cards-shop__bottom .btn-shop--bgGray,
.cards-shop__bottom .btn-shop--sm {
  width: calc(50% - 15px);
  margin: 7.5px;
}

@media print,
screen and (min-width: 600px) {
  .cards-shop {
    padding: 40px;
  }
}

@media print,
screen and (min-width: 896px) {
  .cards-shop {
    padding: 60px;
  }

  .cards-shop__heading {
    display: flex;
    align-items: center;
  }

  .cards-shop__logo {
    margin-right: 63px;
  }

  .cards-shop__name {
    font-size: 26px;
  }

  .cards-shop__content {
    display: flex;
    justify-content: space-between;
  }

  .cards-shop__info,
  .cards-shop__imageWrap {
    width: 50%;
    box-sizing: border-box;
  }

  .cards-shop__info:nth-child(odd),
  .cards-shop__imageWrap:nth-child(odd) {
    padding-right: 30px;
  }

  .cards-shop__info:nth-child(even),
  .cards-shop__imageWrap:nth-child(even) {
    padding-left: 30px;
  }

  .cards-shop__bottom {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
  }

  .cards-shop__bottom .btn-shop,
  .cards-shop__bottom .btn-shop--bgTheme,
  .cards-shop__bottom .btn-shop--bgSub,
  .cards-shop__bottom .btn-shop--bgGray,
  .cards-shop__bottom .btn-shop--sm {
    width: calc(33.3333% - 15px);
    margin: 7.5px;
  }
}

.cards-menu__content {
  background-color: #fff;
  padding: 10px;
}

.cards-menu__imageWrap {
  text-align: center;
}

.cards-menu__imageWrap .cards-menu__image {
  width: 100%;
}

.cards-menu__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 260px;
  margin-bottom: 20px;
}

.cards-menu__logo {
  width: 50%;
}

.cards-menu__logo:only-child {
  width: 100%;
}

.cards-menu__button {
  width: 100%;
}

.cards-menu__button .btn-sub {
  width: 100%;
  margin: 0;
}

.pdf-modal a {
  position: relative;
}

.pdf-modal p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #003894;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  width: 30%;
  border-radius: 5px;
}

@media print,
screen and (min-width: 896px) {
  .pdf-modal p {
    width: 26%;
  }
}

/* @media print, screen and (min-width: 896px) {
  .cards-menu__icon {
    min-height: 320px;
  }
} */

.frm-title {
  margin-bottom: 16px;
  text-align: center;
}

.frm-title__text {
  color: #003894;
  font-weight: bold;
  font-size: 15px;
}

@media print,
screen and (min-width: 896px) {
  .frm-title {
    margin-bottom: 48px;
  }

  .frm-title__text {
    font-size: 24px;
  }
}

.frm-group {
  max-width: 880px;
  margin: auto;
}

.frm-table {
  width: 100%;
  margin-bottom: 48px;
}

.frm-parts {
  display: block;
  margin-bottom: 25px;
}

.frm-parts th,
.frm-parts td {
  display: block;
}

.frm-parts th {
  text-align: left;
}

.frm-parts td>* {
  margin-bottom: 20px;
}

.frm-parts:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.frm-parts__wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 -12.5px;
}

.frm-parts__inner {
  width: 50%;
  padding: 0 12.5px;
}

.frm-parts__label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.frm-parts__name {
  color: #404040;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}

.frm-parts__icon {
  color: #003894;
  margin-left: 10px;
  font-weight: bold;
  font-size: 11px;
}

.frm-parts__text {
  font-size: 14px;
  margin-bottom: 4px;
}

.frm-parts__error {
  color: #b2181e;
  font-size: 13px;
}

.frm-parts.has-error {
  margin-bottom: 24px;
}

.frm-parts.has-error .frm-input,
.frm-parts.has-error .frm-select__input,
.frm-parts.has-error .frm-select {
  border-color: #b2181e;
  margin-bottom: 8px;
}

@media print,
screen and (min-width: 600px) {
  .frm-parts:last-child {
    margin-bottom: 0;
  }

  .frm-parts__label {
    display: block;
  }
}

@media print,
screen and (min-width: 896px) {
  .frm-parts {
    display: table-row;
  }

  .frm-parts th {
    display: table-cell;
    width: 20%;
    padding: 12px 0;
    text-align: left;
    vertical-align: top;
  }

  .frm-parts td {
    display: table-cell;
    padding: 12px 0;
    clear: both;
  }

  .frm-parts__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .frm-parts__label {
    margin: 0;
  }

  .frm-parts__name {
    display: block;
    margin-bottom: 4px;
    padding-right: 1em;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .frm-parts__icon {
    display: block;
    margin: 0;
  }
}

.frm-input,
.frm-select__input {
  background-color: #efefef;
  display: block;
  width: 100%;
  padding: 13px 16px;
  border: #efefef 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
}

.frm-input.is-sm,
.is-sm.frm-select__input {
  display: inline-block;
  width: auto;
  max-width: 118px;
  margin: 0;
  padding-left: 12px;
}

@media print,
screen and (min-width: 896px) {

  .frm-input,
  .frm-select__input {
    font-size: 16px;
    padding: 14px 16px;
  }
}

.frm-select {
  position: relative;
}

.frm-select:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: #c9c9c9 2px solid;
  border-right: #c9c9c9 2px solid;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
}

.frm-select__input {
  background-color: #fff;
  border-color: #5a5a5a;
  padding: 14px 36px 14px 16px;
}

.frm-select.is-sm {
  display: inline-block;
  width: auto;
}

.frm-select.is-sm .frm-select__input {
  margin: 0;
  padding-left: 12px;
}

@media print,
screen and (min-width: 896px) {
  .frm-select__input {
    padding: 14px 16px;
  }
}

.frm-check {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.frm-check input {
  display: none;
}

.frm-check__input {
  background-color: #404040;
  color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.frm-check input:checked+.frm-check__input {
  background-color: #f8e3cf;
  color: #003894;
  border-color: #b2181e;
}

.frm-radio {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.frm-radio input {
  display: none;
}

.frm-radio__input {
  background-color: #404040;
  color: #003894;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.frm-radio input:checked+.frm-radio__input {
  background-color: #003894;
  color: #fff;
  border: #f8e3cf 4px solid;
}

.frm-error {
  color: #003894;
  padding: 8px;
  border: #003894 2px solid;
  font-weight: bold;
  font-size: 16px;
}

@media print,
screen and (min-width: 896px) {
  .frm-error {
    padding: 16px;
    text-align: center;
  }
}

.frm-submit {
  margin-top: 8px;
  padding-top: 24px;
  border-top: #c9c9c9 1px solid;
}

@media print,
screen and (min-width: 600px) {
  .frm-submit {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.frm-year {
  display: flex;
  flex: nowrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 14.5px;
}

.frm-year .frm-input,
.frm-year .frm-select__input {
  margin-right: 5px;
  margin-left: 5px;
}

.frm-year p {
  display: inline;
  margin: 0;
  font-size: 14.5px;
}

@media print,
screen and (min-width: 896px) {
  .frm-year {
    width: 31%;
    margin-right: 3%;
    float: left;
  }
}

.frm-month {
  display: flex;
  flex: nowrap;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  white-space: nowrap;
  font-size: 14.5px;
}

.frm-month .frm-select {
  width: 100%;
  margin-right: 5px;
}

.frm-month p {
  display: inline;
  margin: 0;
  font-size: 14.5px;
}

@media print,
screen and (min-width: 896px) {
  .frm-month {
    width: 15%;
    margin-right: 3%;
    margin-bottom: 0;
    padding: 0;
    float: left;
  }
}

.frm-day {
  display: flex;
  flex: nowrap;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5%;
  box-sizing: border-box;
  float: left;
  white-space: nowrap;
  font-size: 14.5px;
}

.frm-day .frm-select {
  width: 100%;
  margin-right: 5px;
}

.frm-day p {
  display: inline;
  margin: 0;
  font-size: 14.5px;
}

@media print,
screen and (min-width: 896px) {
  .frm-day {
    width: 15%;
    margin-right: 3%;
    margin-bottom: 0;
    padding: 0;
    float: left;
  }
}

.frm-time {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

@media print,
screen and (min-width: 896px) {
  .frm-time {
    width: 30%;
    float: left;
    clear: none;
  }
}

.mw_wp_form {
  max-width: 800px;
  margin: auto;
}

.mw_wp_form .frm-parts .error {
  display: block;
  color: #003894;
  margin-top: 15px;
  font-size: 16px;
}

.mw_wp_form .frm-parts .error~.frm-input,
.mw_wp_form .frm-parts .error~.frm-select__input {
  border-color: #003894;
}

.mw_wp_form_confirm .frm-parts td {
  font-size: 13px;
}

@media print,
screen and (min-width: 896px) {
  .mw_wp_form_confirm .frm-parts td {
    width: 100%;
    font-size: 16px;
  }
}

.mw_wp_form .horizontal-item {
  display: block;
  margin-bottom: 25px;
}

.mw_wp_form .horizontal-item+span.horizontal-item {
  margin-left: 0;
}

@media print,
screen and (min-width: 896px) {
  .mw_wp_form .horizontal-item {
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }
}

input[type="checkbox"]+span:before {
  background-color: #efefef;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  color: #efefef;
  text-align: center;
  line-height: 20px;
}

input[type="checkbox"]:checked+span:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #003894;
}

input[type="radio"]+span:before {
  background-color: #efefef;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5em;
  color: #efefef;
  text-align: center;
  line-height: 20px;
}

input[type="radio"]:checked+span:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #b2181e;
}

.icon-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 895px) {
  .icon-wrap .ttl-small--icon {
    width: 50%;
  }
}

@media print,
screen and (min-width: 896px) {
  .icon-wrap .ttl-small--icon {
    /* width: 25%; */
    width: 20%;
  }
}

.icon-cat {
  display: inline-block;
  background-color: #b2181e;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px;
  font-weight: normal;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: normal;
}

@media print,
screen and (min-width: 896px) {
  .icon-cat {
    font-size: 14px;
  }
}

.icon-sub-cat {
  display: inline-block;
  background-color: #fff;
  border: solid 1px;
  color: #b2181e;
  margin-bottom: 10px;
  padding: 8px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: normal;
}

@media print,
screen and (min-width: 896px) {
  .icon-sub-cat {
    font-size: 14px;
  }
}

.icon-tag {
  display: block;
  background-color: #404040;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px;
  font-weight: normal;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media print,
screen and (min-width: 896px) {
  .icon-tag {
    font-size: 14px;
  }
}

.icon-tag.icon-tag-nomal {
  display: inline-block;
}

.icon-toggle {
  color: #003894;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
}

.icon-toggle:before {
  content: "展開する";
  display: block;
  font-size: 10px;
}

.icon-toggle .fas:before {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
}

.icon-toggle.is-open:before {
  content: "閉じる";
}

.icon-toggle.is-open .fas:before {
  content: "\f106";
}

.media-normal {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.media-normal__image {
  margin-bottom: 10px;
  vertical-align: bottom;
}

.media-normal__image:last-child {
  margin: 0;
}

.media-normal__text {
  color: #404040;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

@media print,
screen and (min-width: 896px) {
  .media-normal {

    margin-bottom: 48px;
  }

  .media-normal__image {
    margin-bottom: 20px;
  }

  .media-normal__text {
    font-size: 16px;
  }
}

.media-feature,
.media-feature--reverse {
  margin-bottom: 48px;
}

.media-feature:last-child,
.media-feature--reverse:last-child {
  margin-bottom: 0;
}

.media-feature__content {
  min-height: 200px;
  max-height: 320px;
  margin: 0 auto 24px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.media-feature__title {
  margin-left: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}

.media-feature__title.l2 img {
  width: 80px;
}

.media-feature__title.l3 img {
  /* width: 136px; */
  width: 80px;
}

.media-feature__text img {
  width: 140px;
}

.media-feature__text2 {
  background-color: #003894;
  color: #fff;
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 320px) {
  .media-feature__title.l2 img {
    width: 64px;
  }

  .media-feature__title.l3 img {
    width: 120px;
  }

  .media-feature__text img {
    width: 120px;
  }
}

@media print,
screen and (min-width: 896px) {

  .media-feature,
  .media-feature--reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 90px;
  }

  .media-feature__content {
    height: 360px;
    margin: 0 0 0 5%;
  }

  .media-feature__title {
    font-size: 48px;
  }

  .media-feature__title.l2 img {
    width: 94px;
  }

  .media-feature__title.l3 img {
    /* width: 150px; */
    width: 94px;
  }

  .media-feature__text {
    display: block;
  }

  .media-feature__text img {
    width: 164px;
  }

  .media-feature__text2 {
    font-size: 20px;
  }

  .media-feature--reverse {
    flex-direction: row;
  }

  .media-feature--reverse .media-feature__content {
    margin: 0 5% 0 0;
  }
}

.media-takeout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.media-takeout__image {
  vertical-align: bottom;
}

@media only screen and (max-width: 599px) {
  .media-takeout__imageWrap {
    width: 50%;
  }

  .media-takeout__imageWrap:first-child {
    width: 100%;
  }
}

@media print,
screen and (min-width: 600px) {
  .media-takeout {
    justify-content: center;
  }

  .media-takeout__imageWrap {
    width: 33.333%;
  }
}

.lyt-shoplist {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: #fff 1px solid;
}

.lyt-shoplist:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .lyt-shoplist {
    /* display: flex; */
    margin-bottom: 36px;
    padding-bottom: 32px;
  }

  .lyt-shoplist__heading {
    width: 30%;
    margin: 0 auto;
  }

  .lyt-shoplist__content {
    width: 100%;
    margin: 0 auto;
  }
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

@-webkit-keyframes kf_flash {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes kf_flash {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.link-normal {
  display: flex;
  align-items: flex-start;
  transition: 0.75s;
}

.link-normal__icon {
  width: 13px;
  margin-right: 8px;
}

.link-normal__text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.link-normal:hover {
  color: #003894;
}

.link-positive {
  display: flex;
  align-items: center;
}

.link-positive__icon {
  width: 13px;
  margin-right: 8px;
}

.link-positive__text {
  color: #003894;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.link-positive:hover {
  text-decoration: underline;
}

.link-outer {
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 186px;
  padding: 8px 16px;
}

.link-outer__icon {
  width: 16px;
  margin-left: 8px;
}

.link-outer__text {
  font-family: "Noto Serif JP", serif;
  color: #b2181e;
  font-size: 16px;
}

@media print,
screen and (min-width: 896px) {
  .link-outer {
    max-width: 216px;
  }

  .link-normal__text {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
  }

  .link-normal__icon {
    width: 16px;
    margin-left: 8px;
  }
}

.cfs-hyperlink .text {
  color: #f7931e;
  font-size: 16px;
  text-decoration: underline;
}

.lst-col,
.lst-col--pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -10px;
}

@media print,
screen and (max-width: 768px) {

  .lst-col,
  .lst-col--pair {
    justify-content: center;
  }
}

.lst-col--pair {
  justify-content: space-between;
  align-items: center;
}

.lst-col__item {
  padding: 10px;
  box-sizing: border-box;
}

.lst-col__item.is-xs {
  width: 50%;
}

.lst-col__item.is-sm {
  width: 50%;
}

.lst-col__item.is-md {
  width: 100%;
}

.lst-col__item.is-lg {
  width: 100%;
}

.lst-col__item.is-xl {
  width: 100%;
}

.lst-col__text {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 600px) {

  .lst-col,
  .lst-col--pair {
    margin: -10px;
  }

  .lst-col__item {
    padding: 10px;
  }

  .lst-col__item.is-xs {
    width: 25%;
  }

  .lst-col__item.is-md {
    width: 50%;
  }

  .lst-col__item.is-lg {
    width: 50%;
  }

  .lst-col__text {
    padding: 10px;
  }
}

@media print,
screen and (min-width: 896px) {

  .lst-col,
  .lst-col--pair {
    margin: -16px;
  }

  .lst-col__item {
    padding: 16px;
  }

  .lst-col__item.is-sm {
    width: 33.333%;
  }

  .lst-col__item.is-md {
    width: 25%;
  }

  .lst-col__item.is-lg {
    width: 33.333%;
  }

  .lst-col__item.is-xl {
    width: 50%;
  }

  .lst-col__text {
    width: 33.333%;
    padding: 16px;
  }
}

@media print,
screen and (min-width: 1080px) {

  .lst-col,
  .lst-col--pair {
    margin: -16px;
  }

  .lst-col__text {
    padding: 16px;
  }

  .lst-col__blog {
    padding: 16px;
  }
}

.lst-link__item {
  margin-bottom: 25px;
}

@media print,
screen and (min-width: 896px) {
  .lst-link {
    display: flex;
    flex-wrap: wrap;
  }

  .lst-link__item {
    width: 33.33333%;
    /* 未対応ブラウザ用 */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}

.lst-icon {
  letter-spacing: 0.5em;
}

.lst-reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

.lst-reservation__item {
  width: 100%;
  margin: 14px 0;
}

.lst-reservation__heading {
  font-size: 14px;
  margin: 0;
}

.lst-reservation__btn {
  display: flex;
  justify-content: center;
  margin: 0 -7.5px;
}

@media print,
screen and (min-width: 896px) {
  .lst-reservation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    padding: 0;
    margin: auto;
  }

  .lst-reservation__item {
    width: 410px;
    margin: 22px 0;
  }
}

.nav-bread__list {
  display: flex;
  margin: 0 auto;
  padding: 16px 24px;
}

.nav-bread__item:after {
  content: ">";
  display: inline-block;
  margin: 0 8px;
}

.nav-bread__item:last-child:after {
  content: none;
  display: none;
}

.nav-bread__link {
  color: #373737;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.nav-bread__link:hover {
  color: #003894;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  .nav-bread {
    display: none;
  }
}

.nav-step {
  margin-bottom: 30px;
}

.nav-step__list {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}

.nav-step__item {
  width: 33.333%;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
}

.nav-step__item.is-current .nav-step__num {
  color: #003894;
}

.nav-step__item.is-current .nav-step__title {
  background-color: #003894;
}

.nav-step__num {
  color: #b5b5b5;
  font-size: 12px;
  margin-bottom: 8px;
}

.nav-step__title {
  background-color: #b5b5b5;
  color: #fff;
  padding: 10px 4px;
  position: relative;
}

.nav-step__icon {
  color: #b5b5b5;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

@media print,
screen and (min-width: 896px) {
  .nav-step {
    margin-bottom: 72px;
  }

  .nav-step__list {
    margin: 0 -32px;
  }

  .nav-step__item {
    padding: 0 32px;
  }

  .nav-step__title {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.1;
    position: relative;
  }

  .nav-step__icon {
    color: #b5b5b5;
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: -32px;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
}

.nav-pager {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.nav-pager__prev,
.nav-pager__next,
.nav-pager__first,
.nav-pager__last {
  position: relative;
  background-color: #f5f5f5;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 20%;
}

.nav-pager__prev .nav-pager__link:after,
.nav-pager__first .nav-pager__link:before,
.nav-pager__first .nav-pager__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #404040 2px solid;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-pager__prev .nav-pager__link:after {
  -webkit-transform: translateX(-35%) rotate(45deg);
  transform: translateX(-35%) rotate(45deg);
}

.nav-pager__first .nav-pager__link:before {
  left: 35%;
}

.nav-pager__next .nav-pager__link:after,
.nav-pager__last .nav-pager__link:before,
.nav-pager__last .nav-pager__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #404040 2px solid;
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-pager__next .nav-pager__link:after {
  -webkit-transform: translateX(35%) rotate(45deg);
  transform: translateX(35%) rotate(45deg);
}

.nav-pager__last .nav-pager__link:after {
  right: 35%;
}

.nav-pager__list {
  display: block;
  text-align: center;
}

.nav-pager__item {
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: normal;
  text-align: center;
  overflow: hidden;
}

.nav-pager__item .nav-pager__link {
  background-color: #f5f5f5;
  color: #404040;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 20%;
  box-sizing: border-box;
}

.nav-pager__item.is-current {
  color: #fff;
}

.nav-pager__item.is-current .nav-pager__link {
  background-color: #003894;
  color: #fff;
}

.nav-pager__link {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 920px) {
  .nav-pager__item .nav-pager__link {
    transition: opacity 0.75s;
  }

  .nav-pager__item:hover .nav-pager__link {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .nav-pager__prev,
  .nav-pager__next {
    width: 36px;
    height: 36px;
  }
}

.nav-side__list {
  border-radius: 12px;
  overflow: hidden;
}

.nav-side__item {
  background-color: #e7e7e7;
  color: #003894;
  border-bottom: solid 1px #fff;
}

.nav-side__item.is-current {
  background-color: #003894;
  color: #fff;
}

.nav-side__item:last-child {
  border: none;
}

.nav-side__link {
  display: block;
  padding: 16px 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

.nav-topics {
  margin-bottom: 32px;
}

.nav-topics__list {
  display: flex;
  flex-wrap: wrap;
}

.nav-topics__item {
  width: 33.33%;
  max-width: 177px;
  border-left: #b2181e 1px solid;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 22px;
}

.nav-topics__item:first-child {
  border-left: #fff;
}

.nav-topics__item:nth-child(4) {
  border-left: #fff;
}

.nav-topics__item:last-child {
  border-right: #fff;
}

.nav-topics__link {
  color: #404040;
  display: block;
  padding: 6px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.nav-topics__link.is-current {
  color: #b2181e;
}

@media only screen and (max-width: 320px) {
  .nav-topics__link {
    font-size: 11.5px;
    padding: 4px 6px;
  }
}

@media print,
screen and (min-width: 896px) {
  .nav-topics {
    margin-bottom: 72px;
  }

  .nav-topics__list {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .nav-topics__item {
    width: auto;
    margin-bottom: 0px;
  }

  .nav-topics__item:nth-child(4) {
    border-left: #b2181e 1px solid;
  }

  .nav-topics__link {
    font-size: 18px;
    padding: 2px 24px;
  }

  .nav-topics__link:hover {
    color: #b2181e;
  }
}

.nav-index {
  margin-bottom: 32px;
}

.nav-index__link {
  color: #003894;
  font-size: 13px;
  text-decoration: underline;
  line-height: 30px;
}

@media print,
screen and (min-width: 896px) {
  .nav-index {
    margin-bottom: 60px;
  }

  .nav-index__link {
    font-size: 16px;
    line-height: 36px;
  }
}

.nav-concept__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-concept__item {
  margin-bottom: 16px;
}

.nav-concept__item:last-child {
  margin: 0;
}

@media print,
screen and (min-width: 600px) {
  .nav-concept {
    padding: 0 5%;
  }

  .nav-concept__list {
    flex-direction: row;
  }

  .nav-concept__item {
    margin-bottom: 0;
    margin-right: 32px;
  }
}

@media print,
screen and (min-width: 896px) {
  .nav-concept {
    padding: 0;
    margin: 0;
  }
}

.nav-local {
  margin-bottom: 40px;
}

.nav-local:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .nav-local {
    margin-bottom: 114px;
  }
}

.nav-local__list {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 896px) {
  .nav-local__list {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.nav-local__item {
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #003894;
  width: calc(50% - 5px);
}

.nav-local__item:nth-child(odd) {
  margin-right: 5px;
}

.nav-local__item:nth-child(even) {
  margin-left: 5px;
}

@media print,
screen and (min-width: 896px) {
  .nav-local__item {
    width: 264px;
    height: 67px;
    padding: 24px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 19px;
  }

  .nav-local__item:nth-child(even) {
    margin: 0 10px;
  }
}

.nav-local__link {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  color: #003894;
}

.nav-local__link:visited {
  color: #003894;
}

.nav-local__icon {
  width: 16px;
  height: 16px;
}

@media print,
screen and (min-width: 896px) {
  .nav-local__icon {
    width: 20px;
    height: 20px;
  }
}

.tbl-shop {
  width: 100%;
  border-collapse: collapse;
}

.tbl-shop__row {
  border-bottom: #ededed 1px solid;
}

.tbl-shop__row:last-child {
  border-bottom: none;
}

.tbl-shop__heading {
  font-family: "Noto Sans JP", sans-serif;
  color: #404040;
  padding: 12px 6px 12px 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.66;
  text-align: left;
  white-space: nowrap;
}

.tbl-shop__description {
  font-family: "Noto Serif JP", serif;
  padding: 12px 12px 12px 6px;
  font-size: 14px;
  line-height: 1.66;
}

.delivery-banner_row .tbl-shop__description,.delivery-banner_row_shop .tbl-shop__description {
  display: flex;
  justify-content: flex-start;
}

.tbl-shop__bnr img {
  /* max-width: 200px; */
  max-width: 150px;
}

.delivery-banner {
  width: initial;
}

.delivery-banner {
  margin-right: 10px;
}

.delivery-banner:last-of-type {
  margin-right: 0;
}

.delivery-banner_shop {
  width: initial;
  display: block;
  margin-right: 10px;
}

.delivery-banner_shop:last-of-type {
  margin-right: 0;
}

.delivery-banner_shop img {
  vertical-align: middle;
}

@media only screen and (min-width: 896px) and (max-width: 1300px) {
  .delivery-banner_row_shop .tbl-shop__description {
    flex-wrap: wrap;
  }

  .delivery-banner_shop {
    display: block;
    margin-bottom: 10px;
  }
  
  .delivery-banner_shop:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 895px) {
  .tbl-shop__row {
    display: block;
    padding: 15px;
  }

  .tbl-shop__heading {
    display: block;
    margin-bottom: 5px;
    padding: 0;
  }

  .tbl-shop__description {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .delivery-banner_row .tbl-shop__description,.delivery-banner_row_shop .tbl-shop__description {
    justify-content: space-around;
  }

  .delivery-banner,.delivery-banner_shop {
    width: 48%;
  }

  .delivery-banner_shop {
    margin-right: 0;
  }
}

@media print,
screen and (min-width: 896px) {
  .tbl-shop__heading {
    padding: 24px;
    font-size: 18px;
  }

  .tbl-shop__description {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
  }

  .delivery-banner img {
    margin-right: 10px;
  }

  .delivery-banner:last-of-type {
    margin-right: 0;
  }

  .delivery-banner.tbl-shop__bnr img {
    max-width: 140px;
    vertical-align: middle;
  }
}

.tbl-normal {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  text-align: left;
}

@media print,
screen and (min-width: 896px) {
  .tbl-normal {
    max-width: 800px;
    margin: 0 auto;
  }
}

.tbl-normal__box {
  border-bottom: #eaeaea 1px solid;
}

.tbl-normal__box:last-child {
  border-bottom: none;
}

.tbl-normal__title {
  font-weight: normal;
  font-size: 15px;
  width: 40%;
  padding: 16px;
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 896px) {
  .tbl-normal__title {
    font-size: 18px;
    width: 20%;
  }
}

.tbl-normal__text {
  font-size: 14px;
  width: 60%;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 896px) {
  .tbl-normal__text {
    font-size: 16px;
    width: 80%;
  }
}

.tbl-positive {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.tbl-positive__heading {
  background-color: #e6e6e6;
  color: #404040;
  padding: 5px;
  border-right: #fff 1px solid;
}

.tbl-positive__heading:last-child {
  border: none;
}

.tbl-positive__description {
  color: #404040;
  padding: 10px;
  font-size: 13px;
}

@media print,
screen and (min-width: 896px) {
  .tbl-positive {
    margin-bottom: 20px;
  }

  .tbl-positive__heading {
    border-right: #fff 3px solid;
    padding: 10px;
    font-size: 16px;
  }

  .tbl-positive__description {
    padding: 20px;
    border-bottom: #eeeeee 1px solid;
    font-size: 16px;
  }
}

.txt-md {
  color: #404040;
  margin: 0 0 15px;
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
}

.txt-md:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .txt-md {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 30px;
  }
}

.txt-sub {
  color: #6a757b;
  margin-bottom: 16px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}

.txt-sub:last-child {
  margin-bottom: 0;
}

.txt-center {
  text-align: center;
}

.txt-date {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
  font-size: 13px;
}

@media print,
screen and (min-width: 896px) {
  .txt-date {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.txt-serif {
  font-family: "Noto Serif JP", serif;
}

.txt-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ttl-large {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}

.ttl-large:last-child {
  margin-bottom: 0;
}

.ttl-large__text {
  color: #404040;
  display: block;
  margin: 0 0 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ttl-large--theme {
  margin-bottom: 32px;
}

.ttl-large--theme .ttl-large__text {
  color: #003894;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}

@media print,
screen and (min-width: 896px) {
  .ttl-large {
    margin-bottom: 64px;
  }

  .ttl-large__text {
    font-size: 36px;
    padding-top: 0px;
  }
}

.ttl-medium {
  margin-bottom: 32px;
  text-align: center;
}

.ttl-medium:last-child {
  margin: 0;
}

.ttl-medium__text {
  color: #404040;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.ttl-medium__icon {
  margin-right: 14px;
}

.ttl-medium--theme {
  margin-bottom: 32px;
  text-align: center;
}

.ttl-medium--theme .ttl-medium__text {
  color: #003894;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
}

.ttl-medium--white {
  margin-bottom: 32px;
  text-align: center;
}

.ttl-medium--white .ttl-medium__text {
  color: #fff;
}

.ttl-medium--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.ttl-medium--icon a {
  display: flex;
  align-items: center;
}

.ttl-medium--icon .ttl-medium__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
}

@media print,
screen and (min-width: 896px) {
  .ttl-medium {
    margin-bottom: 64px;
  }

  .ttl-medium__text {
    font-size: 32px;
  }

  .ttl-medium--theme {
    margin-bottom: 64px;
  }

  .ttl-medium--theme .ttl-medium__text {
    font-size: 36px;
  }

  .ttl-medium--icon {
    margin-bottom: 40px;
  }

  .ttl-medium--icon .ttl-medium__text {
    font-size: 34px;
  }
}

.ttl-small {
  margin-bottom: 32px;
  font-size: 14.5px;
  line-height: 25.5px;
}

.ttl-small__text {
  color: #404040;
  display: inline-block;
  padding-right: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ttl-small__icon {
  margin-right: 14px;
}

.ttl-small--theme {
  margin-bottom: 32px;
  font-size: 14.5px;
  line-height: 25.5px;
  text-align: center;
}

.ttl-small--theme .ttl-small__text {
  color: #003894;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.ttl-small--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.ttl-small--icon .ttl-small__icon {
  width: 22px;
}

.ttl-small--icon .ttl-small__text {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media print,
screen and (min-width: 896px) {
  .ttl-small__text {
    font-size: 23px;
  }

  .ttl-small--theme .ttl-small__text {
    font-size: 23px;
  }

  .ttl-small--icon .ttl-small__icon {
    width: 44px;
  }

  .ttl-small--icon .ttl-small__text {
    font-size: 24px;
  }
}

.ttl-h2__text {
  color: #003894;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
}

@media print,
screen and (min-width: 896px) {
  .ttl-h2__text {
    font-size: 28px;
  }
}

.ttl-h3__text {
  color: #003894;
  font-weight: bold;
  font-size: 15px;
  line-height: 25.5px;
}

@media print,
screen and (min-width: 896px) {
  .ttl-h3__text {
    font-size: 22px;
  }
}

.ttl-h3--side {
  color: #404040;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #eaeaea 1px solid;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.ttl-h4__text {
  color: #404040;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

@media print,
screen and (min-width: 896px) {
  .ttl-h4__text {
    font-size: 22px;
  }
}

.mb-xs {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 48px;
}

@media print,
screen and (min-width: 896px) {
  .mb-xs {
    margin-bottom: 16px;
  }

  .mb-sm {
    margin-bottom: 24px;
  }

  .mb-md {
    margin-bottom: 32px;
  }

  .mb-lg {
    margin-bottom: 48px;
  }

  .mb-xl {
    margin-bottom: 72px;
  }
}

.mdl-about {
  margin-bottom: 40px;
}

.mdl-about__texts {
  margin-bottom: 40px;
}

.mdl-about__imageWrap {
  margin-bottom: 24px;
}

.mdl-about--reverse {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 896px) {
  .mdl-about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto 25px;
  }

  .mdl-about--reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto 25px;
  }

  .mdl-about__texts {
    width: 38%;
  }

  .mdl-about__title {
    font-size: 54px;
  }

  .mdl-about__imageWrap {
    width: 55%;
  }
}

.blog-title {
  color: #404040;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

@media print,
screen and (min-width: 896px) {
  .blog-title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 34px;
  }
}

.blog-text {
  color: #404040;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.1;
}

@media print,
screen and (min-width: 896px) {
  .blog-text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 30px;
  }
}

.blog-thumb {
  display: block;
  max-width: 578px;
  margin: 0 auto 40px;
}

.blog-thumb__image {
  width: 100%;
}

@media print,
screen and (min-width: 896px) {
  .blog-thumb {
    margin-bottom: 72px;
  }
}

.blog-link {
  display: block;
  color: #003894;
  margin-bottom: 24px;
  text-decoration: underline;
  font-size: 14px;
}

.blog-link:visited {
  color: #003894;
}

@media print,
screen and (min-width: 896px) {
  .blog-link {
    margin-bottom: 32px;
  }
}

.blog-note {
  background-color: #efefef;
  margin-bottom: 24px;
  padding: 24px 40px;
}

.blog-note__title {
  color: #003894;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
}

.blog-note__text {
  color: #404040;
  font-size: 14px;
  line-height: 2.1;
}

@media print,
screen and (min-width: 896px) {
  .blog-note {
    margin-bottom: 32px;
  }

  .blog-note__title {
    font-size: 24px;
    text-align: left;
  }

  .blog-note__text {
    font-size: 16px;
    line-height: 30px;
  }

  .blog-note__text:last-child {
    margin: 0;
  }
}

.mdl-concept {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.mdl-concept:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept {
    margin-bottom: 140px;
  }

  .mdl-concept:last-child {
    margin-bottom: 0;
  }
}

.mdl-concept__content {
  position: relative;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  z-index: 100;
}

.mdl-concept__title {
  font-size: 16px;
  line-height: 1.3;
}

.mdl-concept__title span {
  font-size: 1.8em;
  margin: 0.1em 0;
}

.mdl-concept__title .mt-sm {
  margin-top: 1.5em;
}

.mdl-concept__title .mt-md {
  margin-top: 2em;
}

.mdl-concept__title .mt-lg {
  margin-top: 2.8em;
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept__title {
    font-size: 21px;
  }
}

.mdl-concept__text {
  height: 15em;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept__text {
    font-size: 18px;
  }
}

.mdl-concept__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept__item {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }
}

.mdl-concept__item01 .mdl-concept__title {
  font-size: 20px;
}

.mdl-concept__item01 .mdl-concept__text {
  font-size: 16px;
}

.mdl-concept__item01 .mdl-concept__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}

.mdl-concept__item01 .mdl-concept__title {
  margin-left: 9vw;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept__item01 {
    order: 1;
    flex-basis: 100%;
  }

  .mdl-concept__item01 .mdl-concept__content {
    justify-content: flex-start;
    width: 90%;
  }

  .mdl-concept__item01 .mdl-concept__title {
    margin-left: 32px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept__item01 .mdl-concept__title {
    font-size: 35px;
    margin-left: 54px;
  }

  .mdl-concept__item01 .mdl-concept__text {
    height: 20em;
    font-size: 20px;
  }

  .mdl-concept__item01 .mdl-concept__content {
    width: 100%;
    margin-bottom: 8%;
  }
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept__item02 {
    order: 3;
  }
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept__item03 {
    order: 2;
  }
}

.mdl-concept__item02 .mdl-concept__img,
.mdl-concept__item03 .mdl-concept__img {
  margin-bottom: 15px;
}

.mdl-concept__item02 .mdl-concept__title,
.mdl-concept__item03 .mdl-concept__title {
  margin-left: 30px;
}

@media print,
screen and (min-width: 600px) {

  .mdl-concept__item02,
  .mdl-concept__item03 {
    align-items: center;
  }

  .mdl-concept__item02 .mdl-concept__content,
  .mdl-concept__item03 .mdl-concept__content {
    margin: 0;
  }

  .mdl-concept__item02 .mdl-concept__title,
  .mdl-concept__item03 .mdl-concept__title {
    margin-left: 8%;
  }

  .mdl-concept__item02 .mdl-concept__img,
  .mdl-concept__item03 .mdl-concept__img {
    width: 100% !important;
  }
}

.mdl-concept__img {
  display: inline-block;
  position: relative;
  text-align: center;
}

.mdl-concept__bg {
  position: absolute;
}

.mdl-concept--history .mdl-concept__item01 .mdl-concept__img {
  left: -10%;
  width: 106%;
  max-width: 758px;
}

.mdl-concept--history .mdl-concept__item01 .mdl-concept__bg {
  width: 87.5%;
  max-width: 473px;
  top: 16.7%;
  right: 9%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--history .mdl-concept__item01 {
    flex-direction: row-reverse;
  }

  .mdl-concept--history .mdl-concept__item01 .mdl-concept__img {
    position: absolute;
    left: -10%;
    width: 55vw;
    min-width: 400px;
  }

  .mdl-concept--history .mdl-concept__item01 .mdl-concept__bg {
    width: 43%;
    max-width: 473px;
    top: 34%;
    right: -5.5%;
  }
}

@media print,
screen and (min-width: 1291px) {
  .mdl-concept--history .mdl-concept__item01 .mdl-concept__img {
    left: -14%;
  }
}

.mdl-concept--history .mdl-concept__item02 .mdl-concept__img {
  width: 78%;
}

.mdl-concept--history .mdl-concept__item02 .mdl-concept__bg {
  width: 89%;
  max-width: 473px;
  bottom: -1.7%;
  right: -20px;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--history .mdl-concept__item02 {
    width: 38%;
    right: 4%;
  }

  .mdl-concept--history .mdl-concept__item02 .mdl-concept__bg {
    width: 120%;
    max-width: 473px;
    bottom: 0;
    right: 0;
  }
}

.mdl-concept--history .mdl-concept__item03 .mdl-concept__img {
  width: 86%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--history .mdl-concept__item03 {
    width: 48%;
    margin-top: 100px;
  }
}

.mdl-concept--chef .mdl-concept__item01 .mdl-concept__img {
  right: -14.95%;
  width: 130%;
  max-width: 758px;
}

.mdl-concept--chef .mdl-concept__item01 .mdl-concept__bg {
  width: 80.7%;
  max-width: 540px;
  top: 13.7%;
  right: 9%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--chef .mdl-concept__item01 {
    flex-direction: row;
  }

  .mdl-concept--chef .mdl-concept__item01 .mdl-concept__content {
    justify-content: flex-end;
  }

  .mdl-concept--chef .mdl-concept__item01 .mdl-concept__img {
    position: absolute;
    top: -15%;
    width: 64vw;
  }

  .mdl-concept--chef .mdl-concept__item01 .mdl-concept__bg {
    width: 51%;
    max-width: 473px;
    top: 27%;
    right: auto;
    left: -2%;
  }
}

@media print,
screen and (min-width: 1291px) {
  .mdl-concept--chef .mdl-concept__item01 .mdl-concept__img {
    right: -18%;
  }
}

.mdl-concept--chef .mdl-concept__item02 .mdl-concept__img {
  width: 78%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--chef .mdl-concept__item02 {
    order: 2;
    width: 50%;
    margin-top: 24px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept--chef .mdl-concept__item02 {
    margin-top: 0;
  }
}

.mdl-concept--chef .mdl-concept__item03 .mdl-concept__img {
  width: 86%;
}

.mdl-concept--chef .mdl-concept__item03 .mdl-concept__bg {
  width: 89%;
  max-width: 473px;
  bottom: -1.7%;
  left: -20px;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--chef .mdl-concept__item03 {
    order: 3;
    width: 44%;
    margin-top: 120px;
  }

  .mdl-concept--chef .mdl-concept__item03 .mdl-concept__bg {
    width: 120%;
    max-width: 473px;
    bottom: -8%;
    left: -120%;
  }
}

@media print,
screen and (min-width: 600px) and (min-width: 896px) {
  .mdl-concept--chef .mdl-concept__item03 .mdl-concept__bg {
    margin-top: 140px;
  }
}

.mdl-concept--sushi .mdl-concept__item01 .mdl-concept__img {
  left: -5.9%;
  width: 119%;
  max-width: 758px;
}

.mdl-concept--sushi .mdl-concept__item01 .mdl-concept__bg {
  width: 83.2%;
  max-width: 558px;
  top: 9.5%;
  right: 7%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--sushi .mdl-concept__item01 {
    flex-direction: row-reverse;
  }

  .mdl-concept--sushi .mdl-concept__item01 .mdl-concept__img {
    position: absolute;
    left: -10%;
    width: 58vw;
    min-width: 400px;
  }

  .mdl-concept--sushi .mdl-concept__item01 .mdl-concept__bg {
    width: 50%;
    max-width: 473px;
    right: -5%;
  }
}

@media print,
screen and (min-width: 1291px) {
  .mdl-concept--sushi .mdl-concept__item01 .mdl-concept__img {
    left: -17%;
  }
}

.mdl-concept--sushi .mdl-concept__item02 .mdl-concept__img {
  width: 87%;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--sushi .mdl-concept__item02 {
    width: 48%;
    margin-top: 24px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept--sushi .mdl-concept__item02 {
    margin-top: -56px;
  }
}

@media print,
screen and (min-width: 1291px) {
  .mdl-concept--sushi .mdl-concept__item02 {
    margin-top: 16px;
  }
}

.mdl-concept--sushi .mdl-concept__item03 .mdl-concept__img {
  width: 79%;
}

.mdl-concept--sushi .mdl-concept__item03 .mdl-concept__bg {
  width: 89%;
  max-width: 473px;
  bottom: -1.7%;
  right: -20px;
}

@media print,
screen and (min-width: 600px) {
  .mdl-concept--sushi .mdl-concept__item03 {
    left: 4%;
    width: 38%;
    margin-top: 130px;
  }

  .mdl-concept--sushi .mdl-concept__item03 .mdl-concept__bg {
    width: 104%;
    max-width: 473px;
    bottom: -12%;
    right: -120%;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-concept--sushi .mdl-concept__item03 {
    margin-top: 150px;
  }
}

.section-top-concept .mdl-concept {
  margin-bottom: 64px;
}

@media print,
screen and (min-width: 600px) {
  .section-top-concept .mdl-concept {
    margin-bottom: 164px;
  }
}

@media print,
screen and (min-width: 600px) {

  .section-top-concept .btn-wrap,
  .section-top-concept .btn-wrap--left,
  .section-top-concept .btn-wrap--right {
    position: absolute;
    bottom: 0;
  }

  .section-top-concept .btn-white {
    width: 181px;
  }

  .section-top-concept .mdl-concept--history .btn-wrap,
  .section-top-concept .mdl-concept--history .btn-wrap--left,
  .section-top-concept .mdl-concept--history .btn-wrap--right,
  .section-top-concept .mdl-concept--sushi .btn-wrap,
  .section-top-concept .mdl-concept--sushi .btn-wrap--left,
  .section-top-concept .mdl-concept--sushi .btn-wrap--right {
    left: 65%;
  }

  .section-top-concept .mdl-concept--chef .btn-wrap,
  .section-top-concept .mdl-concept--chef .btn-wrap--left,
  .section-top-concept .mdl-concept--chef .btn-wrap--right {
    left: 0%;
  }
}

.google-map {
  width: 100%;
  padding-top: 110%;
  border: #003894 4px solid;
  box-sizing: border-box;
  position: relative;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print,
screen and (min-width: 600px) {
  .google-map {
    padding-top: 54%;
  }
}

@media print,
screen and (min-width: 896px) {
  .google-map {
    padding-top: 38%;
    border: #003894 4px solid;
  }
}

.mdl-map {
  margin-bottom: 32px;
  position: relative;
}

.mdl-map__imageWrap {
  display: block;
}

.mdl-map__image {
  width: 100%;
}

.mdl-map__fukidashi {
  background-color: #fff;
  color: #003894;
  display: none;
  width: 186px;
  padding: 21px 44px 21px 14px;
  border: #003894 1px solid;
  border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
}

.mdl-map__fukidashi:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  /* 吹き出しサイズ */
  border: #003894 1px solid;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -10px;
  left: 50%;
  /* 位置 */
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(20deg, 20deg);
  transform: translateX(-50%) rotate(45deg) skew(20deg, 20deg);
  /* 傾斜角(skew) */
}

.mdl-map__fukidashi:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mdl-map__text {
  color: #003894;
  display: block;
  margin: 0;
  position: relative;
  z-index: 3;
}

.mdl-map__close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
}

.mdl-map__close:before,
.mdl-map__close:after {
  background-color: #003894;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mdl-map__close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mdl-map__close:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

@media print,
screen and (min-width: 600px) {
  .mdl-map {
    margin-bottom: 40px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-map {
    margin-bottom: 48px;
  }

  .mdl-map__text:hover {
    text-decoration: underline;
  }
}

.mdl-menu {
  margin-bottom: 64px;
}

.mdl-menu__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 165px;
}

.mdl-menu__title {
  background-color: #003894;
  color: #fff;
  margin-left: 20px;
  padding: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.mdl-menu__title--sub {
  background-color: #b2181e;
  color: #fff;
  margin-left: 20px;
  padding: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mdl-menu__text {
  color: #404040;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 22px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mdl-menu__item .cards-menu {
  margin: 0 10px;
}

@media only screen and (max-width: 599px) {
  .mdl-menu {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 104px;
  }

  .mdl-menu__wrap {
    height: 263px;
  }

  .mdl-menu__title {
    padding: 24px 16px;
    font-size: 20px;
    text-align: left;
  }

  .mdl-menu__title--sub {
    padding: 24px 16px;
    font-size: 20px;
    text-align: left;
  }

  .mdl-menu__text {
    font-size: 16px;
    line-height: 30px;
  }

  .mdl-menu__text:last-child {
    margin: 0;
  }

  .mdl-menu__list {
    width: 75%;
  }
}

.mdl-pickup__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #003894;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  white-space: nowrap;
}

.mdl-pickup__title:before {
  content: "";
  background-color: #003894;
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-right: 8px;
}

.mdl-pickup__item {
  margin-bottom: 20px;
  text-align: center;
}

.mdl-pickup__item:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .mdl-pickup {
    display: flex;
    justify-content: space-between;
  }

  .mdl-pickup__title {
    font-size: 30px;
    margin: 0;
  }

  .mdl-pickup__title:before {
    width: 50px;
    margin-right: 12px;
  }

  .mdl-pickup__list {
    display: flex;
    /* width: 76%;
    max-width: 820px; */
  }

  .mdl-pickup__item {
    max-width: 400px;
    margin: 0 20px 0 0;
  }

  .mdl-pickup__item:last-child {
    margin: 0;
  }
}

.mdl-recruit__item01 {
  background-image: url("../img/recruit/recruit01_sp.jpg");
  height: 200px;
  background-size: cover;
  padding: 16px;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 896px) {
  .mdl-recruit__item01 {
    background-image: url("../img/recruit/recruit01_pc.jpg");
    background-position: center;
    width: 50%;
    height: 400px;
    padding: 40px;
  }
}

.mdl-recruit__item01--txt {
  background-color: #fff;
  padding: 8px;
  font-size: 16px;
  margin-left: 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

.mdl-recruit__item01--txt:first-child {
  margin-left: 0;
}

.mdl-recruit__item02 {
  background-image: url("../img/recruit/recruit02_sp.jpg");
  background-size: cover;
  color: #fff;
  height: 200px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 896px) {
  .mdl-recruit__item02 {
    background-image: url("../img/recruit/recruit02_pc.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 400px;
    padding: 40px;
  }
}

.mdl-recruit__item02--title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  margin-bottom: 11px;
  letter-spacing: 3px;
}

@media print,
screen and (min-width: 896px) {
  .mdl-recruit__item02--title {
    font-size: 46px;
    margin-bottom: 22px;
  }
}

.mdl-recruit__item02--txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin-bottom: 23px;
}

@media print,
screen and (min-width: 896px) {
  .mdl-recruit__item02--txt {
    margin-bottom: 26px;
  }
}

@media print,
screen and (min-width: 896px) {
  .mdl-recruit {
    display: flex;
    flex-direction: row-reverse;
  }
}

.mdl-reservation {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 16px;
  overflow-x: scroll;
  z-index: 100000;
  display: none;
}

.mdl-reservation .header-logo {
  z-index: 100000;
}

.mdl-reservation-btn {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
}

.mdl-reservation-btn:after {
  color: #003894;
  content: "閉じる";
  display: block;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  white-space: nowrap;
}

.mdl-reservation-btn-icon {
  width: 24px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.mdl-reservation-btn-icon:before {
  background-color: #003894;
  content: "";
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mdl-reservation-btn-icon:after {
  background-color: #003894;
  content: "";
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mdl-reservation__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 24px 0;
}

.mdl-reservation__txt {
  color: #003894;
  font-size: 15px;
  margin-bottom: 20px;
}

.mdl-reservation__item {
  width: 100%;
  margin: 15px 0;
}

.mdl-reservation__heading {
  border-bottom: solid 1px #003894;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #003894;
  text-align: center;
}

@media print,
screen and (min-width: 896px) {
  .mdl-reservation__txt {
    font-size: 24px;
    margin-bottom: 74px;
  }

  .mdl-reservation__heading {
    font-size: 23px;
    padding-bottom: 20px;
  }

  .mdl-reservation__item {
    margin: 30px 0;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  background-color: #003894;
  width: auto;
  height: auto;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.slick-arrow:before,
.slick-arrow:after {
  display: none;
}

.slick-prev {
  top: 100%;
  left: 10px;
}

.slick-next {
  top: 100%;
  right: 10px;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-dots {
  padding: 30px 0 0;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  background-color: rgba(96, 125, 139, 0.2);
  width: 80px;
  height: 2px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
}

.slide-dots li.slick-active button {
  background-color: #b2181e;
}

/*
	ヘッダー　header
	=======================================================================
*/
.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  /* height: 60px; */
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.header.header-shop {
  height: auto;
  min-height: 60px;
}

.header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
}

.header-logo {
  background-color: #fff;
  width: 106px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 999999;
}

.header-shop-name {
  color: #003894;
  width: 100%;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  text-align: center;
}

.header-inner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  padding: 60px 0 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
}

.header-nav {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: "Noto Serif JP", serif;
}

/* Headerスクロールで縮小 */
header.smaller {
  height: 65px;
  transition: all 0.3s;
}

.header-logo.smaller {
  width: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header.smaller .header-wrap .header-inner ul li a .header-nav__text {
  font-size: 19px;
}

.header-nav__button.smaller .header-nav__link,
.header-nav__button--shop.smaller .header-nav__link {
  height: 80px;
}

.header-nav__button.smaller .header-nav__icon,
.header-nav__button--shop.smaller .header-nav__icon {
  margin-bottom: 6px;
}

.header-shop-name.smaller {
  font-size: 24px;
  padding: 0 0 16px;
}

@media only screen and (max-width: 895px) {
  .header-wrap.is-open {
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .header-wrap.is-open .header-inner {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    overflow-y: scroll;
  }

  .header-wrap.is-open .header-inner .header-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.8s ease-in-out 0.2s;
  }

  .header-inner {
    padding: 60px 20px 40px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-nav__item {
    width: 100%;
  }

  .header-nav__item:first-child {
    border: none;
  }

  .header-nav__item .header-nav__link {
    display: block;
    padding: 20px;
    color: #404040;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
  }

  .header-nav__item .header-nav__icon {
    width: 20px;
    margin-left: 10px;
  }

  .header-nav__button,
  .header-nav__button--shop {
    display: block;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    letter-spacing: normal;
  }

  .header-nav__button .header-nav__link,
  .header-nav__button--shop .header-nav__link {
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    color: #404040;
    font-size: 13px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .header-nav__button .header-nav__link:before,
  .header-nav__button--shop .header-nav__link:before {
    content: "";
    display: block;
    height: 100%;
    border: #003894 8px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-nav__button .header-nav__link:after,
  .header-nav__button--shop .header-nav__link:after {
    content: "";
    display: block;
    height: 100%;
    border: #003894 8px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header-nav__button .header-nav__inner,
  .header-nav__button--shop .header-nav__inner {
    background-color: #003894;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
  }

  .header-nav__button .header-nav__text,
  .header-nav__button--shop .header-nav__text {
    color: #fff;
  }

  .header-nav__button .header-nav__icon,
  .header-nav__button--shop .header-nav__icon {
    width: 14px;
    margin-right: 8px;
  }

  .header-nav__link {
    position: relative;
  }

  .header-nav__link .icon-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #404040;
  }

  .header-btn {
    background-color: #003894;
    position: fixed;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 100000;
  }

  .header-btn:after {
    content: "menu";
    display: block;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    white-space: nowrap;
  }

  .header-btn-icon {
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 45%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }

  .header-btn-icon:before {
    background-color: #fff;
    content: "";
    width: 18px;
    height: 100%;
    position: absolute;
    top: -8px;
    right: 0;
    transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s, background-color 0s;
    transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
  }

  .header-btn-icon:after {
    background-color: #fff;
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s, background-color 0s;
    transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
  }

  .header-btn.is-open {
    background-color: #fff;
  }

  .header-btn.is-open:after {
    color: #003894;
    content: "閉じる";
  }

  .header-btn.is-open .header-btn-icon {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    right: 50%;
  }

  .header-btn.is-open .header-btn-icon:before {
    background-color: #003894;
    width: 24px;
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header-btn.is-open .header-btn-icon:after {
    background-color: #003894;
    width: 24px;
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

@media print,
screen and (min-width: 896px) {
  .header {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 98px;
  }

  .header.header-shop {
    height: auto;
    min-height: 98px;
  }

  .header-wrap {
    justify-content: space-between;
    padding: 0;
  }

  .header-logo {
    width: 140px;
    padding: 10px;
    box-sizing: content-box;
    line-height: 1.5;
  }

  .header-shop-name {
    padding: 0 0 32px;
    font-size: 30px;
  }

  .header-inner {
    background-color: transparent;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    z-index: auto;
    overflow: inherit;
  }

  .header-nav {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .header-nav__item {
    padding: 0 8px;
    margin: 0;
    text-align: center;
  }

  .header-nav__item .header-nav__link {
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    transition: color 0.75s;
    position: relative;
  }

  .header-nav__item .header-nav__text {
    color: #404040;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-nav__button,
  .header-nav__button--shop {
    display: block;
    box-sizing: border-box;
  }

  .header-nav__button .header-nav__link,
  .header-nav__button--shop .header-nav__link {
    background-color: #003894;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    color: #404040;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .header-nav__button .header-nav__icon,
  .header-nav__button--shop .header-nav__icon {
    width: 32px;
    height: auto;
    margin-bottom: 16px;
  }

  .header-nav__button .header-nav__text,
  .header-nav__button--shop .header-nav__text {
    display: block;
    color: #fff;
    font-size: 19px;
  }

  .header-nav__icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: inline-block;
    width: 34px;
    height: 22px;
  }

  .header-btn {
    display: none !important;
  }
}

@media print,
screen and (min-width: 1080px) {
  .header.header-shop .header-nav__item {
    padding: 0 12px;
  }

  .header.header-shop .header-nav__item .header-nav__text {
    font-size: 14.5px;
    letter-spacing: normal;
  }

  .header-logo {
    width: 180px;
    padding: 16px 20px;
  }

  .header-nav__item {
    padding: 0 15px;
  }

  .header-nav__item .header-nav__text {
    color: #404040;
    font-size: 17px;
    letter-spacing: 0.1em;
  }

  .header-nav__button .header-nav__link,
  .header-nav__button--shop .header-nav__link {
    width: 120px;
    height: 120px;
  }

  .header-nav__button .header-nav__icon,
  .header-nav__button--shop .header-nav__icon {
    width: 32px;
    height: auto;
    margin-bottom: 16px;
  }

  .header-nav__button .header-nav__text,
  .header-nav__button--shop .header-nav__text {
    display: block;
    color: #fff;
    font-size: 19px;
  }
}

@media screen and (min-width: 1200px) {
  .header.header-shop .header-nav__item {
    padding: 0 10px;
  }

  .header.header-shop .header-nav__item .header-nav__text {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

/*
	メイン　main
	=======================================================================
*/
/*.wrap {*/
/*  background-color: #fff;*/
/*  display: flex;*/
/*  flex-wrap: nowrap;*/
/*  flex-direction: column;*/
/*  min-height: 100vh;*/
/*  font-weight: 300;*/
/*  padding-top: 60px;*/
/*}*/

/*.wrap.wrap-shop {*/
/*  padding-top: 118px;*/
/*}*/

@media print,
screen and (min-width: 896px) {
  /*.wrap {*/
  /*  padding-top: 98px;*/
  /*}*/

  /*.wrap.wrap-shop {*/
  /*  padding-top: 182px;*/
  /*}*/
}

.container {
  display: block;
}

.container__sidebar {
  padding: 40px 20px;
}

@media print,
screen and (min-width: 896px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 1072px;
    margin: auto;
  }

  .container__main {
    width: 65%;
    margin-right: 5%;
  }

  .container__sidebar {
    width: 30%;
    padding: 0;
  }

  .container .nav-pager {
    order: 2;
  }
}

@media print,
screen and (min-width: 1080px) {
  .container__main {
    width: 70%;
    margin-right: 5%;

  }

  .container__sidebar {
    width: 25%;
  }
}

.main {
  width: 100%;
  box-sizing: border-box;
}

.heading {
  position: relative;
}

.heading__image {
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 130px;
}

.heading__bottom {
  padding: 20px;
}

@media print,
screen and (min-width: 896px) {
  .heading {
    display: block;
  }

  .heading__image {
    height: 230px;
  }

  .heading__bottom {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .section {
    padding: 20px;
  }
}

@media print,
screen and (min-width: 600px) {
  .section {
    padding: 20px;
  }
}

@media print,
screen and (min-width: 896px) {
  .section {
    padding: 0 0 45px;
  }
}

.content {
  max-width: 1072px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}

.content:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 896px) {
  .content {
    width: 90%;
    margin-bottom: 120px;
  }
}

@media print,
screen and (min-width: 1080px) {
  .content {
    width: 80%;
  }

  .content.is-sm {
    width: 780px;
  }
}

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

.article-main {
  margin-bottom: 45px;
}

@media only screen and (max-width: 895px) {
  .article-side {
    margin-bottom: 36px;
  }
}

@media print,
screen and (min-width: 896px) {
  .article-main {
    width: 72%;
    margin: 0;
    float: left;
  }

  .article-side {
    width: 22%;
    float: right;
  }
}

/*
	フッター　footer
	=======================================================================
*/
.footer {
  background-image: url("../img/common/pattern_white_texture.jpg");
}

.footer-wrap {
  padding: 45px 20px 20px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-nav__block {
  width: 50%;
}

.footer-nav__label {
  color: #003894;
  width: 100%;
  margin: 32px 0 0;
  font-weight: bold;
  font-size: 13px;
  transition: 0.75s;
}

.footer-nav__label:first-child {
  margin-top: 0;
}

.footer-nav__label:hover {
  color: #003894;
}

.footer-nav__list {
  margin-top: 16px;
}

.footer-nav__item {
  color: #404040;
  font-size: 12px;
  line-height: 2;
  transition: 0.75s;
}

.footer-nav__item:hover {
  color: #003894;
}

.footer-nav__item>a:before {
  content: "—";
  display: inline-block;
  color: #003894;
  margin-right: 0.5em;
}

.footer-nav__link {
  color: #404040;
  margin: 32px 0 0;
  font-size: 12px;
  line-height: 1.1;
}

.footer-navigation {
  margin-bottom: 40px;
}

.footer-navigation .footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer-navigation .footer-nav__block:last-child {
  margin-top: 32px;
}

.footer-shops .footer-nav__item {
  font-size: 10px;
}

.footer-banner {
  display: block;
}

.footer-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}

.footer-banner__item {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.footer-bottom {
  background-color: #fff;
  padding: 24px 16px 16px;
  text-align: center;
}

.footer-bottom .footer-logo {
  width: 115px;
  margin: 0 auto 16px;
}

.footer-bottom .footer-copy {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 895px) {
  .footer-navigation .footer-nav__block:last-child {
    width: 100%;
    margin-top: 32px;
  }

  .footer-navigation .footer-nav__block:last-child:after {
    content: "";
    display: block;
    clear: both;
  }

  .footer-navigation .footer-nav__block__inner {
    width: 50%;
    float: left;
  }
}

@media print,
screen and (min-width: 896px) {
  .footer-wrap {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    padding: 64px 0;
  }

  .footer-navigation {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .footer-navigation .footer-button {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    max-width: 25%;
    order: 1;
  }

  .footer-navigation .footer-button .btn-reserve,
  .footer-navigation .footer-button .btn-reserve--shop {
    margin: 0 0 16px;
  }

  .footer-navigation .footer-button .btn-online {
    margin: 0;
  }

  .footer-navigation .footer-nav {
    width: 75%;
    order: 0;
  }

  .footer-navigation .footer-nav__block {
    width: auto;
  }

  .footer-navigation .footer-nav__block:last-child {
    width: auto;
    margin: 0;
  }

  .footer-navigation .footer-nav__block .btn-facebook:first-child {
    margin-top: 32px;
  }

  .footer-nav__block {
    flex: 1 0 auto;
  }

  .footer-nav__label {
    font-size: 16px;
  }

  .footer-nav__item {
    color: #404040;
    font-size: 13px;
  }

  .footer-nav__link {
    font-size: 13px;
  }

  .footer-shops {
    padding-bottom: 32px;
  }

  .footer-shops .footer-nav {
    width: 100%;
  }

  .footer-shops .footer-nav__block {
    width: 25%;
  }

  .footer-shops .footer-nav__item {
    font-size: 13px;
  }

  .footer-banner {
    display: block;
    max-width: 1080px;
    margin: auto;
  }

  .footer-banner__item {
    width: 25%;
  }

  .footer-banner__link {
    display: block;
  }

  .footer-banner__image {
    width: 100%;
    vertical-align: middle;
  }

  .footer-bottom {
    background-color: #fff;
    padding: 38px 16px 28px;
    text-align: center;
  }

  .footer-bottom .footer-logo {
    margin-bottom: 24px;
  }

  .footer-bottom .footer-copy {
    font-size: 12px;
  }
}

.f-sns_box {
  position: relative;
  border-radius: 8px;
  border: 1px solid #363636;
  text-align: center;
  max-width: 500px;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: auto;
}

.f-sns_box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  color: #003894;
  background-color: #F4F5EE;
  padding: 0 9px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

.f-sns_box table {
  margin: 0 auto;
  font-size: 14px;
}

.f-sns_box table tbody {
  display: flex;
}

.f-sns_box table tr {
  width: 100%;
  min-width: 90px;
}

.f-sns_box table tr td {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

.f-sns_box table tr td a img {
  width: 35px;
}

@media screen and (max-width: 895px) {
  .f-sns_box {
    padding: 20px 10px;
  }

  .f-sns_box .box-title {
    top: -10px;
    font-size: 13px;
  }

  .f-sns_box table tr {
    min-width: 70px;
  }

  .f-sns_box table tr td {
    font-size: 12px;
  }
}

.mv-top {
  position: relative;
}

.mv-top__copy {
  color: #404040;
  width: 100%;
  position: absolute;
  top: 5%;
  right: 20%;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv-top__photoWrap {
  display: block;
}

.mv-top__photo {
  width: 100%;
  vertical-align: bottom;
}

.mv-top__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mv-top__bg .mv-top__image {
  width: 100%;
  vertical-align: bottom;
}

@media print,
screen and (min-width: 600px) {
  .mv-top:after {
    border-width: 20px;
  }

  .mv-top__copy {
    height: 240px;
  }

  .mv-top__photoWrap {
    min-height: 30vh;
  }
}

@media print,
screen and (min-width: 896px) {
  .mv-top:after {
    border-width: 26px;
  }

  .mv-top__copy {
    width: 90%;
    max-width: 1080px;
    height: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 56px;
    text-align: left;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }

  .mv-top__photo {
    width: 100%;
    object-fit: cover;
  }
}

.section-top {
  width: 100%;
  padding: 56px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

@media print,
screen and (min-width: 896px) {
  .section-top {
    padding: 56px 0;
  }
}

.section-top-pickup {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 32px 40px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-top-pickup {
    padding: 48px 0;
  }
}

.section-top-menu {
  background-image: url("../img/common/pattern_white_wave.jpg");
}

.section-top-menu .btn-wrap,
.section-top-menu .btn-wrap--left,
.section-top-menu .btn-wrap--right {
  margin-bottom: 80px;
}

.section-top-menu .btn-wrap:last-child,
.section-top-menu .btn-wrap--left:last-child,
.section-top-menu .btn-wrap--right:last-child {
  margin: 0;
}

@media print,
screen and (min-width: 896px) {
  .section-top-menu {
    padding: 72px 0 144px;
  }

  .section-top-menu .btn-wrap,
  .section-top-menu .btn-wrap--left,
  .section-top-menu .btn-wrap--right {
    margin-bottom: 160px;
  }
}

.section-top-conceptlead {
  background-image: url("../img/top/concept_bg_sp.png"), url("../img/common/pattern_blue.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: bottom center, bottom left;
  background-size: cover, auto;
}

@media print,
screen and (min-width: 600px) {
  .section-top-conceptlead {
    background-image: url("../img/top/concept_bg_pc.png"), url("../img/common/pattern_blue.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: bottom center, bottom left;
    background-size: cover, auto;
  }
}

.section-top-concept {
  background-image: url("../img/common/pattern_blue.jpg");
  padding: 48px 20px;
}

.section-top-concept .btn-wrap,
.section-top-concept .btn-wrap--left,
.section-top-concept .btn-wrap--right {
  order: 2;
}

@media print,
screen and (min-width: 600px) {
  .section-top-concept {
    padding: 96px 0 108px;
  }
}

@media print,
screen and (min-width: 896px) {
  .section-recruit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-menu-cat {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 40px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-menu-cat {
    padding: 48px 0;
  }

  .section-menu-cat .content {
    margin-bottom: 40px;
  }
}

.section-menu {
  padding: 40px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-menu {
    padding: 48px 0 96px;
  }
}

.section-allergy {
  padding: 40px 20px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-allergy {
    padding: 96px 0;
  }
}

.topics-heading {
  margin-bottom: 40px;
}

.lst-topics--side__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #eaeaea 1px solid;
}

.lst-topics--side__item:last-child {
  border-bottom: none;
}

.section-concept-concept {
  background-image: url("../img/common/pattern_blue.jpg");
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media print,
screen and (min-width: 600px) {
  .section-concept-concept {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

.section-concept-concept .content {
  max-width: 1072px;
  margin-bottom: 80px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

.section-concept-concept .content:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 600px) {
  .section-concept-concept .content {
    width: 90%;
  }
}

@media print,
screen and (min-width: 896px) {
  .section-concept-concept .content {
    width: 90%;
    margin-bottom: 160px;
  }
}

@media print,
screen and (min-width: 1080px) {
  .section-concept-concept .content {
    width: 80%;
  }

  .section-concept-concept .content.is-sm {
    width: 780px;
  }
}

.section-concept-concept h2 {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .section-concept-concept h2 {
    margin-bottom: 100px;
  }
}

.section-history {
  background-image: url("../img/concept/background_history_sp.jpg");
  padding: 20px;
  background-size: cover;
}

.section-history .content {
  background-image: url("../img/common/pattern_beige.jpg");
  max-width: 1080px;
  padding: 40px 25px;
  box-sizing: border-box;
}

.section-history__title {
  margin-bottom: 20px;
  text-align: center;
}

.section-history__title>span {
  color: #724200;
  background-image: url("../img/concept/bracket_start.png"), url("../img/concept/bracket_end.png");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: contain;
  display: inline-block;
  padding: 6px 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.section-history__text {
  color: #724200;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
}

.section-history__image {
  display: block;
  margin-bottom: 20px;
}

.section-history__caption {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
}

@media print,
screen and (min-width: 896px) {
  .section-history {
    padding: 140px 0;
  }

  .section-history .content {
    padding: 88px 64px;
  }

  .section-history__title {
    margin-bottom: 42px;
  }

  .section-history__title>span {
    padding: 8px 24px;
    font-size: 32px;
  }

  .section-history__text {
    margin-bottom: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }

  .section-history__caption {
    text-align: right;
  }
}

.lst-history {
  color: #724200;
  font-family: "Noto Serif JP", serif;
}

.lst-history__heading {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #724200 1px solid;
  font-size: 13px;
  vertical-align: sub;
}

.lst-history__year {
  display: inline-block;
  padding: 0 8px;
  font-size: 32px;
  vertical-align: inherit;
}

.lst-history__description {
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 23px;
}

.lst-history__description:last-child {
  margin: 0;
}

@media print,
screen and (min-width: 896px) {
  .lst-history {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
  }

  .lst-history__heading {
    width: 22.5%;
    margin-bottom: 48px;
    padding-bottom: 0;
    border-bottom: none;
    box-sizing: border-box;
    font-size: 18px;
    vertical-align: sub;
    white-space: nowrap;
  }

  .lst-history__year {
    display: inline-block;
    padding: 0 8px;
    font-size: 48px;
    vertical-align: inherit;
  }

  .lst-history__description {
    width: 77.5%;
    margin-bottom: 48px;
    padding: 5px 0 5px 20px;
    border-left: #724200 1px solid;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.8;
  }

  .lst-history__description:last-child {
    margin-bottom: 32px;
  }
}

@media print,
screen and (min-width: 1080px) {
  .lst-history__heading {
    width: 20%;
  }

  .lst-history__description {
    width: 80%;
  }
}

.section-address {
  padding: 0 20px;
  margin-bottom: 68px;
}

@media print,
screen and (min-width: 896px) {
  .section-address {
    padding: 0;
    margin-bottom: 148px;
  }
}

.section-corprate {
  padding: 0 20px;
  margin-bottom: 72px;
}

@media print,
screen and (min-width: 896px) {
  .section-corprate {
    padding: 0;
    margin-bottom: 114px;
  }
}

.section-philosophy {
  background-image: url("../img/corporate/philosophy_bg_sp.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 133%;
  margin-bottom: 72px;
}

@media print,
screen and (min-width: 896px) {
  .section-philosophy {
    background-image: url("../img/corporate/philosophy_bg_pc.svg");
    margin-bottom: 120px;
    background-size: 100%;
  }
}

.box-philosophy {
  padding: 20px;
  box-sizing: border-box;
}

.box-philosophy__text {
  font-family: "Noto Serif JP", serif;
  color: #404040;
  letter-spacing: 0.24em;
  padding-bottom: 86px;
}

@media print,
screen and (min-width: 896px) {
  .box-philosophy__text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 200px;
  }
}

.box-philosophy__text--large {
  font-size: 18px;
  margin-bottom: 22px;
  display: block;
}

@media print,
screen and (min-width: 896px) {
  .box-philosophy__text--large {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 28px;
    line-height: 2;
  }
}

.box-philosophy__text--normal {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
}

@media print,
screen and (min-width: 896px) {
  .box-philosophy__text--normal {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    margin-right: 60px;
    line-height: 2.5;
  }
}

.box-policy {
  background-image: url("../img/corporate/message_bg_sp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-bottom: 72px;
}

@media print,
screen and (min-width: 896px) {
  .box-policy {
    background-image: url("../img/corporate/message_bg_pc.jpg");
    margin: 0px;
    background-size: cover;
    margin-bottom: 120px;
  }
}

.box-policy__wrap {
  padding: 72px 20px;
}

.box-policy__lst {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 18px;
}

@media print,
screen and (min-width: 896px) {
  .box-policy__lst {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 52px 0px;
    max-width: 850px;
    margin: 0 auto;
  }
}

.box-policy__lst--text {
  display: flex;
  color: #404040;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 28px;
}

@media print,
screen and (min-width: 896px) {
  .box-policy__lst--text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 70px;
  }

  .box-policy__lst--text:last-child {
    margin-left: 0;
  }
}

.section-shop {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 40px 20px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-shop {
    padding: 48px 0;
  }
}

.section-shop-menu {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 40px 20px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-shop-menu {
    padding: 48px 0 96px;
  }
}

.section-shop-info {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 40px 20px 20px;
}

@media print,
screen and (min-width: 896px) {
  .section-shop-info {
    padding: 96px 0;
  }
}

.section-shop-space {
  background-image: url("../img/common/pattern_white_wave.jpg");
  padding: 40px 20px 20px;
}

.section-shop-space .lst-col__item img {
  width: 100%;
}

@media print,
screen and (min-width: 896px) {
  .section-shop-space {
    padding: 96px 0;
  }
}

@media print,
screen and (max-width: 895px) {
  .line-banner {
    width: 100%;
  }

  .line-banner img {
    width: 40%;
  }

  .delivery-banner img,.delivery-banner_shop img {
    width: 100%;
  }
}

/* 追従バナー */
/* .m-mv_fixbnr_wrap_ {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 1000000;
} */

.m-mv_fixbnr_sp {
  display: none;
}

.m-mv_fixbnr_pc {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 1000000;
  display: block;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

/* .m-mv_fixbnr.fixed {
  position: fixed;
  z-index: 10;
  right: 15px;
} */

.m-mv_fixbnr_close {
  position: absolute;
  top: 4%;
  right: 1.5%;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  line-height: 0;
}

.m-mv_fixbnr_close img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 895px) {
  /* .m-mv_fixbnr_wrap {
    top: inherit;
    bottom: 10px;
    right: 50%;
    max-width: 360px;
    margin-right: -180px;
  } */

  .m-mv_fixbnr_pc {
    display: none;
  }

  .m-mv_fixbnr_sp {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0 !important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1000000;
    box-shadow: none;
  }

  .m-mv_fixbnr_sp img {
    width: 100%;
  }

  .m-mv_fixbnr_close {
    top: 1%;
    right: 0.5%;
    box-shadow: none;
  }
}

.caution-block{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.caution-text{
  padding: 5px 20px;
  line-height: 1.4;
  border: 1px solid #f00;
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}
.cards-shop .caution-block{
  margin-top: 20px;
  margin-bottom: 0;
}


/*---
 寿し常 大塚総本店 改修作業用 2024/07/25～ */
#otuka_honten_layout {
  
}
#otuka_honten_layout .main_visual {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#otuka_honten_layout .main_visual .mv_otsuka picture img {
  width: 100%;
}
#otuka_honten_wrapper {
  width: 100%;
  background-image: url(../img/shop/otsuka_bg.jpg);
  /* background-size: contain; */
  background-repeat: repeat;
  background-position: center;
  color: #ffffff;
  position: relative;
}
.bg_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36%;
  margin: auto;
  display: block;
  background-image: url(../img/shop/back_line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 8%;
}
#otuka_honten_wrapper .flex_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
#otuka_honten_wrapper .flex_wrap_reverse {
  display: flex;
  /* flex-direction: row-reverse; */
  flex-direction: column;
}
#otuka_honten_wrapper .flex_wrap .text_area {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
#otuka_honten_wrapper .flex_wrap .text_area h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 1.2
}
#otuka_honten_wrapper .flex_wrap .text_area h4 span {
  font-size: 1.8rem;
  display: block;
}
#otuka_honten_wrapper .flex_wrap .image_area img {
  width: 100%;
}
#otuka_honten_wrapper .shop_item_box {
  display: flex;
  flex-direction: column;
}
#otuka_honten_wrapper .flex_wrap .shop_item_image img {
  width: 100%;
}
#otuka_honten_wrapper .flex_wrap .name_and_price {
  font-family: "Noto Serif JP", serif;
}
#otuka_honten_wrapper .flex_wrap .name_and_price {
  font-size: 1.8rem;
  margin: 1em 0 5em;
}
#otuka_honten_wrapper .flex_wrap .name_and_price span {
  font-size: 1.4rem;
}
#otuka_honten_wrapper .center_item .center_item_caption {
  font-size:1.6rem;
  margin: 1em 0;
}
#otuka_honten_wrapper .flex_wrap_force {
  padding-top: 200px;
}
#otuka_honten_wrapper .flex_wrap_force {
  position: relative;
  z-index: 10;
}
#otuka_honten_wrapper .flex_wrap_fifth {
  position: relative;
  z-index: 10;
}


@media screen and (min-width: 768px) {
  #otuka_honten_wrapper {
    position: relative;
    padding: 75px 0;
  }
  .bg_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
    display: block;
    background-image: url(../img/shop/back_line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 32%;
  }
  #otuka_honten_wrapper .flex_wrap {
    flex-direction: row;
    justify-content: space-between;
    margin: 45px auto;
  }
  #otuka_honten_wrapper .flex_wrap .text_area {
    padding: 0;
  }
  #otuka_honten_wrapper .flex_wrap .name_and_price {
    font-size: 1.8rem;
    margin: 1em 0;
  }
  #otuka_honten_wrapper .flex_wrap .name_and_price span {
    font-size: 1.4rem;
  }
  
  #otuka_honten_wrapper .flex_wrap_first {
    margin-top: 0;
  }
  #otuka_honten_wrapper .flex_wrap_first .text_area {
    width: 45%;
  }
  #otuka_honten_wrapper .flex_wrap_first .image_area {
    width: 45%;
  }
  #otuka_honten_wrapper .flex_wrap_second {
    flex-direction: row-reverse;
    margin-bottom: 200px;
  }
  #otuka_honten_wrapper .flex_wrap_second .text_area {
    width: 42%;
    padding-top: 45px;
    /* justify-content: center; */
  }
  #otuka_honten_wrapper .flex_wrap_second .image_area {
    width: 55%;
    position: relative;
  }
  #otuka_honten_wrapper .flex_wrap_second .image_area img {
    position: relative;
    max-width: 700px;
    top: -5%;
    left: -5%;
  }
  #otuka_honten_wrapper .flex_wrap_third {
    position: relative;
  }
  #otuka_honten_wrapper .flex_wrap_third .shop_item_box {
    width: 45%;
  }
  #otuka_honten_wrapper .flex_wrap_third .position_top {
    position: absolute;
    top: -30%;
  }
  #otuka_honten_wrapper .flex_wrap_third .shop_item_box:last-of-type {
    padding-left: 50%;
  }
  #otuka_honten_wrapper .center_item {
    width: 80%;
    margin: 75px auto;
  }
  #otuka_honten_wrapper .center_item .center_item_caption {
    width: 60%;
    margin: 1em auto;
  }

  #otuka_honten_wrapper .flex_wrap_force {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 10;
  }
  #otuka_honten_wrapper .flex_wrap_force .shop_item_box {
    width: 60%;
  }
  #otuka_honten_wrapper .flex_wrap_force .column_reverse_item {
    flex-direction: column-reverse;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
  #otuka_honten_wrapper .flex_wrap_force .column_reverse_item .name_and_price {
    text-align: right;
  }

  #otuka_honten_wrapper .flex_wrap_fifth {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
  }
  #otuka_honten_wrapper .flex_wrap_fifth .shop_item_box {
    width: 45%;
  }
  #otuka_honten_wrapper .flex_wrap_fifth .position_top {
    position: absolute;
    top: -30%;
  }
  #otuka_honten_wrapper .flex_wrap_fifth .shop_item_box:last-of-type {
    padding-left: 50%;
  }
}
@media screen and (min-width: 1921px) {
  .bg_wrapper::before {
    height: 43%;
  }
  #otuka_honten_wrapper .center_item {
    position: relative;
  }
}


@media screen and (max-width: 1000px) {
  .content {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  #otuka_honten_wrapper .flex_wrap_force .column_reverse_item {
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 90%;
  }
  #otuka_honten_wrapper .flex_wrap .name_and_price {
    font-size: 14.5px;
  }
  #otuka_honten_wrapper .flex_wrap .name_and_price span {
    font-size: 13px;
  }
  #otuka_honten_wrapper .flex_wrap_third {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #otuka_honten_wrapper .flex_wrap_third .shop_item_box {
    width: 55%;
  }
  #otuka_honten_wrapper .flex_wrap_third .shop_item_box:last-of-type {
    width: 60%;
    margin-left: auto;
  }
  #otuka_honten_wrapper .flex_wrap_third .name_and_price {
    margin-bottom: 1em;
  }
  #otuka_honten_wrapper .center_item .center_item_caption {
    font-size: 14.5px;
  }
}