.mv {
    position: relative;
    overflow: hidden;
}
.mv .mv-slider {
    overflow: hidden;
}
.mv .mv-slider .item {
    position: relative;
    height: 100%;
}
.mv .mv-slider .item .image {
    position: relative;
    overflow: hidden;
}
.mv .mv-slider .item img {
    width: 100%;
    min-height: auto;
}
.mv .mv-slider > .slick-list, .mv .mv-slider > .slick-list > .slick-track, .mv .mv-slider > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
}
.slide-animation {
    -webkit-animation: fadezoom 16s 0s forwards;
    animation: fadezoom 16s 0s forwards;
}
@-webkit-keyframes fadezoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes fadezoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.mv .mv-content {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}
.mv-content img {
    width: 165px;
}
.header {
    width: 100%;
    background-color: #F6F7F9;
    position: relative;
}
.introduce {
    padding: 60px 0 0;
    background-color: #F6F7F9;
}
.introduce-h1 {
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
    font-family: "Noto Serif JP", noto serif;
}
.introduce-h1-title {
    font-size: 2.4rem;
    letter-spacing: 0.33rem;
    margin-bottom: 35px;
}
h1 p.introduce-h1-title span {
    font-size: 80%;
}
.introduce-h1-content {
    letter-spacing: 0.16rem;
}
.introduce-h1-content span {
    display: block;
}
.introduce-h1-content span:not(:last-of-type) {
    margin-bottom: 20px;
}
.introduce-figure {
    max-width: 540px;
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin: 0px auto;
}
.introduce-figure img {
    width: 100%;
    position: relative;
    top: -70px;
}
.introduce-p {
    text-align: center;
    margin: 40px auto 85px;
    line-height: 1.2;
}
.introduce-p span {
    display: block;
    letter-spacing: 0.08rem;
    font-family: "Noto Sans JP", noto sans;
    font-weight: 400;
}
.introduce-p span:not(:last-of-type) {
    margin-bottom: 20px;
}
.dish-primary * {
    vertical-align: bottom !important;
}
.dish-slider-figure {
    margin-bottom: -2px;
}
.dish-slider-figure img {
    width: 100%;
}
.promotion {
    background-color: #233d5e;
    padding: 75px 0px 50px;
    color: #fff;
    background-image: url(../images/common/bg_pattern.png);
    background-size: 100%;
    background-position: center center;
}
.promotion-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.promotion-wrap {
    max-width: 310px;
    width: 100%;
    border: 2px solid #fff;
    padding: 0px 20px 20px;
    font-family: "Noto Sans JP", noto sans;
    background-color: #233d5e;
}
.promotion-wrap a {
    color: #fff;
    text-decoration: underline;
}
.promotion-wrap a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.promotion-wrap-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    margin: auto;
}
.promotion-wrap-figure img {
    width: 42%;
}
.drink .promotion-wrap-figure img {
    width: 64%;
}
.promotion-wrap-title {
    display: table;
    margin: auto;
    font-size: 2.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.04rem;
    position: relative;
    z-index: 0;
    font-weight: bold;
}
.promotion-wrap-title::after {
    content: "";
    bottom: -5px;
    left: -5px;
    right: -5px;
    height: 12px;
    background-color: #435875;
    z-index: -1;
    position: absolute;
}
.promotion-wrap-content {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
}
.promotion-p {
    max-width: 850px;
    width: 100%;
    margin: 35px auto 0px;
    text-align: center;
    line-height: 2.2;
    font-weight: 400;
}
.promotion-p a {
    color: #ffffff;
    text-decoration: underline;
}
.time {
    width: 100%;
    background-color: #e4f2fb;
    position: relative;
}
.time-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.time-content {
    height: 290px;
    width: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/home/img_bg_time.png");
    padding-right: 180px;
    position: relative;
}
.time-content-h2 > span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.time-content-p {
    font-family: "Noto Sans JP", noto sans;
}
.time-content-p span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.time-div {
    width: 50%;
    font-family: "Noto Sans JP", noto sans;
    display: table;
    padding-left: 65px;
}
.time-Schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.5px solid #d4d5d7;
    width: 65%;
}
.time-Schedule > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: calc(100% / 7);
    width: 100%;
}
.time-Schedule > dl dt, .time-Schedule > dl dd {
    font-weight: bold;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 0.5px solid #d4d5d7;
}
.time-Schedule > dl:nth-child(2n) dt {
    background-color: #ecedef;
}
.time-Schedule > dl:nth-child(2n - 1) dt {
    background-color: #e3e4e6;
}
.time-Schedule > dl:nth-child(1) dd {
    font-size: 1.2rem;
}
.time-Schedule > dl dd {
    background-color: #fff;
}
.time-work span {
    display: block;
}
.time-work-title {
    color: #233d5e;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto 15px;
    letter-spacing: 0.1em;
}
.time-work-notice {
    font-size: 1.45rem;
    line-height: 1.8;
    font-weight: 400;
}
.access {
    color: #fff;
    background-color: #233d5e;
    background-image: url(../images/common/bg_pattern.png);
    background-size: 100%;
    background-position: center center;
}
.access-h2 {
    display: table;
    margin: auto;
    padding: 70px 0px 45px;
}
.access-h2 > span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.access-h2-p {
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: 5px auto 0px;
}
.access-h2-p span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding: 0px 5px;
}
.access-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.access-map {
    max-width: 685px;
    width: 100%;
}
.access-map iframe {
    display: block;
    width: 100%;
    height: 424px;
}
.access-img {
    max-width: 295px;
    width: 100%;
    font-family: "Noto Sans JP", noto sans;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #202d40;
    background-image: url(../images/home/bg_pattern2.png);
    background-size: 100%;
    background-position: center center;
}
.access-img-h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
}
.access-img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.access-img-part {
    max-width: 50%;
    width: 100%;
}
.access-img-part > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
/*    line-height: 1.8;*/
     line-height: 1.4;
    font-weight: 400;
    color: #161d25;
    height: 50px;
    background-color: #e3e4e6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    position: relative;
}
.access-img-part > span.line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 32px;
    border-right: 2px dotted #3E4554;
}
.access-img-figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.access-img-figure img {
    width: 100%;
}
.access-img-num {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.4rem;
    font-weight: bold;
    height: 25px;
    width: 25px;
    background-color: #3e4555;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.access-img-notice {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #fff9c2;
    color: #161d25;
    padding: 0px 5px;
    border-radius: 10px;
}
.access-p {
    font-family: "Noto Sans JP", noto sans;
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
    max-width: 450px;
    margin: 0px auto;
    padding: 30px 0px 70px;
}
.contact {
    position: relative;
}
.contact-figure {
  max-height: 290px;
    overflow: hidden;
}
.contact-figure img {
    width: 100%;
}
.contact-inner {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Noto Sans JP", noto sans;
    width: 100%;
}
.contact-inner-p {
    color: #fff;
    max-width: 656px;
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 2.2;
}
.contact-inner a {
    max-width: 395px;
    width: 100%;
    margin: 25px auto 0px;
    line-height: 90px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #840a0b;
    font-weight: bold;
    font-size: 2.6rem;
    text-decoration: none;
    border-radius: 45px;
}
.menu {
/*    background-image: url("../images/home/bg_menu1.png");*/
     background-image: url("../images/home/bg_menu.png");
    background-size: cover;
    background-position: 3%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.menu::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-image: url("../images/home/bg_menu_blue.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.menu_bg {
     background-image: url("../images/home/bg_menu_blue.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.menu__container {
    position: relative;
    z-index: 1;
    margin: 70px auto 0;
    padding-bottom: 20px;
}
.menu__container::after {
    top: 0px;
    bottom: 0px;
    max-width: 1120px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
    border-radius: 4px
}

@media screen and (min-width: 431px) and (max-width: 1000px) {
    .menu__container::after {
        display: none;
    }
}
.menu-h2 {
    display: table;
    margin: auto;
    padding: 45px 0px 55px;
}
.menu-h2 > span {
    font-size: 4rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu-h2-p {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: 5px auto 0px;
}
.menu-h2-p span {
    letter-spacing: 0.1rem;
    padding: 0px 5px;
}
.menu-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-title h3 {
    width: 50%;
}
.menu-title-p {
    font-family: "Noto Sans JP", noto sans;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    position: relative;
    z-index: 0;
    background-color: #f1f9fc;
    color: #161D25;
    cursor: pointer;
}
.menu-title-p .arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0px;
    width: 0px;
    z-index: -3;
    opacity: 0;
}
.menu-title-p .arrow::after {
    content: "";
    position: absolute;
    left: 0px;
    border-top: 20px solid #202d40;
    border-left: 20px solid transparent;
    z-index: -1;
}
.menu-title-p .arrow::before {
    content: "";
    position: absolute;
    left: 20px;
    border-top: 20px solid #202d40;
    border-right: 20px solid transparent;
    z-index: -1;
}
.menu-title-p::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -2;
    border: 2px solid #4e5768;
}
.menu-title-p::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color: #202d40;
    opacity: 0;
    visibility: hidden;
}
.menu-title-p.active {
    color: #fff;
}
.menu-title-p.active::before {
    opacity: 1;
    visibility: visible;
}
.menu-title-p.active .arrow {
    opacity: 1;
}
.menu-ttl {
    margin-bottom: 40px;
}
.menu-ttl > img {
    height: 36px;
    display: table;
    margin: 48px auto 0px;
}
.menu-ttl > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
}
.menu-ttl > p > * {
    display: block;
}
.menu-ttl > p img {
    width: 18px;
     margin-top: 8px;
}
.menu-ttl > p span {
    font-family: "Noto Sans JP", noto sans;
    font-size: 1.6rem;
    font-weight: normal;
     margin-top: 8px;
    margin-left: 10px;
}
.menu-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-col {
    max-width: 460px;
    width: 100%;
}
.menu-part {
    margin-bottom: 43px;
    font-size: 1.3rem;
    font-family: "Noto Sans JP", noto sans;
    font-weight: 400;
}
.menu-part.recommend > h4 {
    background-color: #850a0c;
}
.menu-part.recommend .menu-part-wrap {
    border: 2px solid #840a0b;
    border-radius: 6px;
    margin-top: 20px;
    padding: 20px;
}
.menu-part.recommend .menu-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-part.recommend .menu-additional > span {
    width: 100px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100px;
    border: 2px solid #898e92;
    margin-right: 20px;
}
.menu-part.recommend dl {
    margin: 9px 0px;
    padding: 0px 25px 0px 15px;
    max-width: 100%;
}
.menu-order p.bold {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 15px 0px 10px;
}
.menu-order .menu-part-wrap {
    border: 2px solid #919eae;
    border-radius: 6px;
    padding: 12px 20px 10px 20px;
}
.menu-order .menu-part-wrap.mt5 {
    margin-top: 5px;
}
.menu-order .menu-part-wrap p.mb20 {
    margin-bottom: 20px;
}
.menu-order .menu-part-wrap .menu-list {
    margin-top: 3px;
}
.menu-order .menu-part-wrap .menu-list dl {
    max-width: 200px;
}

.menu-part.special .menu-part-wrap dl {
    max-width: 200px;
}
.menu-part.special .menu-list {
    margin-top: 10px;
}
.menu-part-h4 {
    line-height: 33px;
    background-color: #233d5e;
    font-family: "Noto Sans JP", noto sans;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 15px;
}
.kajitsu .menu-part-h4  {
    margin-bottom: 15px;
}
.jin .menu-part-h4, .soft .menu-part-h4   {
    margin-bottom: 0;
}
.menu-part dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin: 5px 0;
    background-color: #e8e8ea;
    line-height: 25px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 225px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     
}
.menu-part dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
     white-space: nowrap;  /* 追加 */
}
.menu-part dl img {
    width: 12px;
    margin-right: 5px;
}
.drink .menu-part dl img {
    width: auto;
    height: 15px;
}
.menu-list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}
.menu-order .menu-part.wain .menu-part-wrap .menu-list dl {
    width: 100%;
     max-width: 100%;
}
.menu-order .menu-part.kajitsu .menu-list dl {
    width: 100%;
     max-width: 100%;
}
.menu-order .menu-part.wain .menu-list dl {
    width: 100%;
     max-width: 100%;
}
.menu-order .menu-part.jin .menu-list dl {
    width: 100%;
     max-width: 100%;
}

.wain-pirce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sake-slider-figure img {
    width: 100%;
}
.sake-p {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: auto;
    padding: 15px 0px 20px;
}
.sake-wrap {
    background-image: url("../images/home/bg_blue.png");
    background-size: cover;
    background-position: 3%;
    background-repeat: no-repeat;
}
.totalNews {
    background-color: #e4f2fb;
}
.totalNews-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.totalNews-news-img {
    width: 50%;
    height: 295px;
    background-image: url("../images/home/img_news.png");
    background-size: cover;
    z-index: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.totalNews-news-img::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color: #1e2f45;
    opacity: 0.94;
}
.totalNews-news-h2 {
    color: #fff;
    max-width: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.totalNews-news-h2 > span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.totalNews-news-h2 p {
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: 5px auto 0px;
    font-size: 1.8rem;
    font-weight: 500;
}
.totalNews-news-h2 p span {
    padding: 0 5px;
}
.totalNews-news-content {
    font-family: "Noto Sans JP", noto sans;
    font-size: 1.3rem;
    max-width: 480px;
    width: 100%;
    height: 220px;
    color: #454a51;
    background-color: #fff;
    margin: 0 30px;
    padding: 40px 30px;
    overflow-y: scroll;
    letter-spacing: 1px;
    font-weight: 400;
}
.totalNews-news-content span {
    display: block;
    line-height: 25px;
}
.totalNews-news-content dt, .totalNews-news-content dd {
    line-height: 25px;
}
.totalNews-news-content dl {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #e2e2e2;
}
.totalNews-news-content dd a {
     color: #454a51;
    text-decoration: underline;
}

.totalNews-news-content dd a:hover {
     color: #454a51;
}

.totalNews-news-content dl:last-child {
    margin-bottom: 0;
}
.totalNews-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.totalNews-voice-img {
    background-image: url("../images/home/img_voice.png");
    width: 50%;
    height: 295px;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.totalNews-voice-img::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color: #1e2f45;
    opacity: 0.94;
}
.totalNews-news-content p {
    margin-bottom: 20px;
}
.totalNews-voice-child {
    margin-bottom: 20px;
    border-bottom: 2px dashed #e2e2e2;
}
.totalNews-voice-child:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.bq {
    font-size: 1.2rem;
    color: #808080;
    border: 1px solid #c5c6c8;
    border-radius: 5px;
    padding: 3px;
}
.totalNews-voice-h2 {
    color: #fff;
    max-width: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.totalNews-voice-h2 > span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.totalNews-voice-h2 > span > p {
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: 5px auto 0px;
    font-size: 1.8rem;
    font-weight: 500;
}
.totalNews-voice-h2 > span > p span {
    letter-spacing: 0.1rem;
    padding: 0px 5px;
}
.employment {
    background-image: url("../images/home/bg_recruit.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 55px 0px 75px;
}
.employment-figure {
    text-align: center;
}
.employment-figure img {
    width: 60px;
}
.employment-h2 {
    display: table;
    margin: auto;
}
.employment-h2 span {
    display: block;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", noto sans;
    margin-top: 15px;
    letter-spacing: 0.2em;
}
.employment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    width: 100%;
    margin: 55px auto 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.employment-wrap p {
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 400;
}
.employment-button {
    width: 390px;
    border: 4px solid #fff;
    border-radius: 60px;
}
.employment-button a {
    line-height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}
.faq {
    background-color: #233d5e;
    padding: 50px 0px 95px;
    background-image: url(../images/common/bg_pattern.png);
    background-size: 100%;
    background-position: center center;
}
.faq-h2 {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 60px;
}
.faq-h2 > span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.faq-h2 > p {
    font-family: "Noto Sans JP", noto sans;
    display: table;
    margin: 15px auto 0px;
}
.faq-h2 > p span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding: 0px 5px;
}
.faq-question {
    font-family: "Noto Sans JP", noto sans;
}
.faq-question:not(:last-of-type) {
    margin-bottom: 35px;
}
.faq-question-title {
    line-height: 75px;
    background-color: #202d40;
    padding-left: 30px;
}
.faq-question-title img {
    width: 22px;
    vertical-align: -4px;
}
.faq-question-title span {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    margin-left: 4px;
}
.faq-question-answer {
    line-height: 80px;
    background-color: #e4f2fb;
    padding-left: 35px;
    font-weight: 400;
}
.require {
    padding: 95px 0px;
}
.require a {
    line-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 390px;
    margin: auto;
    background-color: #850a0c;
    border-radius: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Noto Sans JP", noto sans;
}


.banner-tsuhan {
    width: 100%;
    text-align: center;
    margin-top: -10px;
}
.banner-tsuhan a img{
    width: auto;
    height: 80px;
}

/* SP */
@media screen and (max-width: 430px) {
    .mv .mv-slider .item img {
        position: relative;
    }
    .mv .mv-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
    }
    .mv .mv-content img {
        width: 70%;
         width: 60%;
    }
    .introduce {
        padding: 0px 0 0;
    }
    .introduce .content {
        padding: 0 30px;
        text-align: center;
    }
    .introduce .header-nav-logo {
        display: inline-block !important;
        bottom: inherit;
        top: -20px;
    }
    .introduce .header-nav-logo a img {
        width: 40%;
    }
    .introduce-h1 {
        margin-bottom: 25px;
    }
    .introduce-h1-title {
        font-size: 1.9rem;
        margin-bottom: 25px;
    }
    .introduce-h1-content {
        letter-spacing: 0;
        line-height: 2;
    }
    .introduce-h1-content span {
        display: block;
    }
    .introduce-h1-content span:not(:last-of-type) {
        margin-bottom: 0;
    }
    .introduce-figure {
        height: 130px;
    }
    .introduce-figure img {
        top: -40px;
    }
    .introduce-p {
        margin: 25px auto 40px;
    }
    .introduce-p span {
        letter-spacing: 0;
        line-height: 2.2;
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    .introduce-p span:not(:last-of-type) {
        margin-bottom: 0;
    }
    .promotion {
        padding: 50px 0;
        background-size: initial;
       
    }
    .promotion-primary {
        display: block;
        padding: 0 20px;
         width: 90%;
    }
    .promotion-wrap {
        max-width: 100%;
        padding: 0px 20px 20px;
        margin-bottom: 30px;
    }
    .promotion-wrap-content {
        line-height: 2;
    }
    .promotion-wrap-figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 180px;
        margin: auto;
    }
    .promotion-wrap-title {
        font-size: 2.4rem;
    }
    .promotion-p {
        font-size: 1.3rem;
        margin: 30px 30px 0 30px;
        line-height: 2.2;
        text-align: left;
        width: auto;
    }
    .time-wrap {
        display: block;
    }
    .time-content {
        height: 140px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }
    .time-content-h2 > span {
        font-size: 4rem;
    }
    .time-content-p span {
        font-size: 1.4rem;
    }
    .time-div {
        width: 100%;
        padding-left: 0;
        padding: 30px;
    }
    .time-Schedule {
        width: 100%;
    }
    .time-Schedule > dl dt, .time-Schedule > dl dd {
        font-size: 1.2rem;
        line-height: 30px;
    }
    .time-Schedule > dl:nth-child(1) dd {
        font-size: 1.1rem;
    }
    .time-work-title {
        font-size: 1.5rem;
        margin: 15px auto;
        text-align: center;
    }
    .time-work-notice {
        font-size: 1.2rem;
        line-height: 2.2;
    }
    .access {
        padding: 0 30px 50px 30px;
        background-size: initial;
    }
    .access-h2 {
        padding: 45px 0px 25px;
    }
    .access-h2 > span {
        font-size: 4rem;
    }
    .access-h2-p span {
        font-size: 1.4rem;
    }
    .access-wrap {
        display: block;
    }
    .access-map iframe {
        height: 190px;
        margin-bottom: 10px;
    }
    .access-map p {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 25px;
    }
    .access-img {
        max-width: 100%;
    }
    .access-img-h3 {
        font-size: 1.4rem;
        height: 64px;
    }
    .access-img-part > span {
        font-size: 1.3rem;
        height: 60px;
        line-height: 1.4;
    }
    .contact-figure {
        max-height: 234px;
        min-height: 234px;
    }
    .contact-figure img {
        width: auto;
    }
    .contact-inner-p {
        font-size: 1.3rem;
        line-height: 2;
    }
    .contact-inner a {
        max-width: 260px;
        margin: 20px auto 0px;
        line-height: 60px;
        font-size: 1.7rem;
    }
    .menu {
        background-image: url("../images/home/bg_blue.png");
        background-size: cover;
        background-position: 3%;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .menu__container {
        margin: 0px auto;
        padding-bottom: 0;
    }
    .menu-h2 > span {
        font-size: 4rem;
    }
    .menu-h2-p {
        font-size: 1.4rem;
    }
    .menu-title-p {
        line-height: 1.6;
        font-size: 1.3rem;
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-title-p .arrow::after {
        border-top: 16px solid #202d40;
        border-left: 16px solid transparent;
    }
    .menu-title-p .arrow::before {
        left: 16px;
        border-top: 16px solid #202d40;
        border-right: 16px solid transparent;
    }
    .menu-title-p .arrow {
        width: 32px;
    }
    .menu-ttl {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .tab-content .scroll {
        width: 100%;
        margin-bottom: 15px;
    }
    .tab-content .scroll.mb0 {
        margin-bottom: 0;
    }
    .menu-ttl > img {
        height: 22px;
    }
    #drink .menu-ttl > img {
        width: 225px;
    }
    .menu-ttl > p span {
        font-size: 1.2rem;
    }
    .scroll-area {
        overflow-x: scroll;
        margin: 0 30px;
    }
    .menu-order {
        width: 800px;
    }
    .menu-col {
        max-width: 390px;
    }
    .menu-part dl {
        max-width: 190px;
        font-size: 1.1rem;
    }
    .menu-part.special .menu-part-wrap dl {
        max-width: 167px;
    }
    .sake {
        margin-top: 40px;
    }
    .sake-p {
        text-align: center;
        font-size: 1.2rem;
        line-height: 2;
    }
    .totalNews-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .totalNews-news-img {
        width: 100%;
        height: 135px;
    }
    .totalNews-news-h2 > span {
        font-size: 4rem;
    }
    .totalNews-news-h2 p {
        font-size: 1.4rem;
    }
    .totalNews-news-content {
        width: auto;
        height: 160px;
        margin: 30px;
        padding: 15px 30px;
    }
    .totalNews-news-content p {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    .totalNews-news-content dl {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .totalNews-voice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .totalNews-voice-img {
        width: 100%;
        height: 135px;
    }
    .totalNews-voice-h2 > span {
        font-size: 4rem;
    }
    .totalNews-voice-h2 > span > p {
        font-size: 1.4rem;
    }
    .employment {
        padding: 50px 0px;
    }
    .employment-figure img {
        height: auto;
        width: 65px;
        margin-bottom: 10px;
    }
    .employment-h2 span {
        font-size: 2rem;
        margin-top: 5px;
    }
    .employment-wrap {
        display: block;
        margin: 27px auto 0px;
        padding: 0 30px;
    }
    .employment-wrap p {
        font-size: 1.3rem;
        line-height: 2;
    }
    .employment-button {
        margin: 30px auto 0 auto;
        width: 260px;
        border: 2px solid #fff;
    }
    .employment-button a {
        line-height: 54px;
        font-size: 1.7rem;
    }
    .faq {
        padding: 45px 30px 50px;
        background-size: initial;
    }
    .faq-h2 {
        margin-bottom: 30px;
    }
    .faq-h2 > span {
        font-size: 4rem;
    }
    .faq-h2 > p span {
        font-size: 1.4rem;
    }
    .faq-question:not(:last-of-type) {
        margin-bottom: 25px;
    }
    .faq-question-title {
        line-height: 38px;
        padding-left: 15px;
    }
    .faq-question-title img {
        width: 16px;
    }
    .faq-question-title span {
        font-size: 1.3rem;
    }
    .faq-question-answer {
        line-height: 1.6;
        padding: 15px;
        font-size: 1.3rem;
    }
    .require {
        padding: 48px 0px;
    }
    .require a {
        line-height: 60px;
        max-width: 260px;
        font-size: 1.7rem;
    }
}