@charset "utf-8";
/* .font-size-dummy {
    font-size: .75rem;   12px
    font-size: .8125rem; 13px
    font-size: .875rem;  14px
    font-size: 1rem;     16px
    font-size: 1.125rem;  18px
    font-size: 1.25rem;  20px
    font-size: 1.5rem;  24px
    font-size: 1.75rem;  28px
} */
/* color {
    fontcolor: #eee;
    button: #89162D;
    buttonhover: #771212;
    buttonhover: rgba(137, 22, 45, 0.5);
    line: #aaa;
    line: rgba(150,150,150,0.5);
} */
/* ---common--- */

html {
    font-size: 100%;
    /* ユーザーが指定したサイズが反映される */
}
#x-hidden {
    overflow-x: hidden;
}
body {
    width: 100%;
    background: #333;
    color: #eee;
    font-size: 1.125rem;
    letter-spacing: .07rem;
    /* 字と字の隙間 */
    font-family: 'しっぽり明朝', serif;
    text-shadow: 1px 1px 2px #222;
    background-image: url(../images/background.jpg);
    background-size: contain;
    background-repeat: repeat;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul {
    list-style: none;
}
a {
    color: #eee;
    text-decoration: none;
    text-shadow: 1px 1px 1px #222;
}
h1 {
    font-size: 2rem;
    letter-spacing: .5rem;
}
h1,h2,h3 {
    font-weight: normal;
}
.rl-text {
    /* 縦書き一括設定 */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* ---header--- */
header {
    position: relative;
    z-index: 11;
}
.mainvisualwrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 100vh;
}
.mv-img picture {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@keyframes zoomUp {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
  }
  .add-animation {
    animation: zoomUp 10s linear 0s normal both;
    /* transform-origin: 50% 50%; */
  }
.scrolldown {
    position:absolute;
    bottom: 8px;
    left: 8px;
}
.scrolldown span {
    position: absolute;
    left:8px;
    bottom:16px;
    font-size: .875rem;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    width:8px;
    height:8px;
    border-radius: 50%;
    background:#ddd;
    opacity: 0;
    animation:
    circlemove 2s ease-in-out infinite backwards,
    cirlemovehide 2s ease-in infinite backwards;
}
@keyframes circlemove {
    0% {bottom: 55px;}
    100% {bottom: -5px;}
}
@keyframes cirlemovehide {
    0% {opacity: 0;}
    50% {opacity: 1;}
    70% {opacity: 0.5;}
    100% {opacity: 0;}
}
.scrolldown:after{
    content:"";
    position: absolute;
    bottom:0;
    left:4px;
    width:1px;
    height: 60px;
    background: #ddd;
}
.fixed-header {
    position: absolute;
    top: 8px;
    z-index: 101;
}
.fixed-header h1 {
    font-size: 3rem;
    padding-left: 8px;
}
.smallReserveBtn {
    display: none;
}
.hamburgerBtn {
    display: none;
}
.flow-header {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}
.wrapper {
    position: relative;
    width: 252px;
    height: 160px;
    margin-right: 110px;
}
.wrapper-items {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 0px;
    right: 0px;
}
.wrapper-items .wrapper-item a {
    width: 50px;
    padding-top: 24px;
    position: relative;
    display: block;
    line-height: 2.8;
}
.wrapper-items .wrapper-item a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #aaa;
    left: 50%;
    top: 0px;
    transform-origin: center top;
    transform: scale(1, 0);
    transition: 0.3s all ease-in-out;
}
.wrapper-items .wrapper-item a:hover::before {
    transform: scale(1, 1);
}
.reserveBtn a {
    display: block;
    width: 90px;
    height: 225px;
    line-height: 2.1;
    font-size: 1.5rem;
    padding: 24px 20px;
    background: #89162D;
    /* background: rgba(150, 50, 60); */
    position: fixed;
    top: 0;
    right: 0;
}
.reserveBtn a:hover {
    background: #660F1D;
}
.sideMenu {
    display: inline-block;
    position: fixed;
    top: 240px;
    right: 33px;
    z-index: 11;
    opacity: 0;
    transform: translateX(100px);
}
.sideMenu ul li a {
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}
.sideMenu ul li a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #aaa;
    right: -5px;
    top: calc(30% / 2 - 4px);
    transform-origin: center center;
    transform: scale(1, 0);
    transition: 0.3s all ease-in-out;
}
.sideMenu ul li a:hover::before {
    transform: scale(1, 1);
}
.backToTop {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #aaa;
    border-radius: 30px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    text-align: center;
    z-index: 11;
    opacity: 0;
    transform: translateX(100px);
}
.backToTop:hover {
    background: #771212;
}
.backToTop_inner {
    display: inline-block;
    padding-top: 16px;
}
/* 左の動き */
.appBtn.LeftMove {
animation: LeftAnime 1s forwards;
}
@keyframes LeftAnime{
from {
    opacity: 0;
    transform: translateX(100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
  /* 右の動き */
.appBtn.RightMove {
animation: RightAnime 1.5s forwards;
}
@keyframes RightAnime{
from {
    opacity: 1;
    transform: translateX(0);
}
to {
    opacity: 1;
    transform: translateX(100px);
}
}

/* ---news--- */
.news {
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 180px 0;
    position: relative;
}
.news h1 {
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.newstext li {
    padding: 20px 10px;
    position: relative;
    border-top: 1px rgba(150,150,150,0.5) solid;
}
.newstext li:last-child {
    border-bottom: 1px rgba(150,150,150,0.5) solid;
}
.newstext li:hover {
    background: rgba(137, 22, 45, 0.5);
}
.newstext li::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 35px;
    height: 10px;
    color: #eee;
    transition: all .2s linear;
    border-width: 0 1px 1px 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
.newstext li:hover::before {
    right: -10px;
}
.newstext li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.newstext li .date{
    font-size: .875rem;
    margin-right: 10px;
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
@keyframes fadeUpAnime{
    from {
        opacity: 0;
    transform: translateY(100px);
    }

    to {
        opacity: 1;
    transform: translateY(0);
    }
}
.fadeUpTrigger{
    opacity: 0;
}

/* ---about--- */
.about {
    width: 900px;
    margin: 0 auto;
    padding: 180px 0;
    position: relative;
}
.aboutText {
    margin: 0 auto;
    padding: 0;
}
.aboutText p {
    font-size: 1.25rem;
    padding-top: 28px;
    line-height: 2.5;
}
.aboutText a {
    position: relative;
    display: block;
    text-align: center;
    width: 350px;
    padding: 16px;
    font-size: 1.5rem;
    margin-top: 60px;
    background: rgba(137, 22, 45, 0.8);
}
.aboutText a:hover {
    background: rgba(137, 22, 45);
}
.aboutText span {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #aaa;
}

/* ---menu--- */
.menu {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.menu::before {
    content: url(../images/nami.png);
    position: absolute;
    top: 160px;
    left: -40px;
    transform: scale(-0.8,0.8);
}
.menu h1 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
.menuContent {
    width: 900px;
    height: 400px;
    margin:0 auto 80px;
    position: relative;
    /* border: 2px solid #f00 */
}
.menuText {
    max-width: 70%;
    height: 380px;
    background-color: #262526;
    padding: 3% 3% 3% 25%;
    position: absolute;
    top: 16px;
    right: 0;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.5);
}
.menuText h2 {
    padding-top: 10px;
}
.menuText p {
    line-height: 2;
    padding: 24px 0;
}
.scale {
    width: 50%;
    height: 400px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.menuImg{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition:  0.8s all;
}
.menuImg:hover {
    transform: scale(1.05);
    transition: 0.8s all;
}
.otherMenu {
    display: block;
    position: relative;
    width: 160px;
    padding: 0.6em;
    text-align: center;
    background: #89162D;
}
.otherMenu:hover{
    background: #771212;
}

.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
@keyframes fadeRightAnime{
    from{
    opacity: 0;
    transform: translateX(100px);
    }
    to {
    opacity: 1;
    transform: translateX(0);
    }
}
.fadeRightTrigger{
    opacity: 0;
}

.blur{
    animation-name:blurAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime{
    from {
    filter: blur(5px);
    transform: scale(0.9);
    }
    to {
    filter: blur(0);
    transform: scale(1);
    }
}
.menu-deco::before {
    content: url(../images/nami.png);
    position: absolute;
    right: -120px;
    bottom: 670px;
    transform: scale(0.7);
}
.menu-deco::after {
    content: url(../images/nami.png);
    position: absolute;
    left: -50px;
    bottom: -160px;
    transform: scale(0.7);
}
/* ---storeInformation--- */
.storeInformation {
    padding-top: 20px;
    position: relative;
}
.storeInformation::before {
    content: url(../images/nami.png);
    position: absolute;
    bottom: -100px;
    right: -100px;
    transform: scale(0.7);
}
.storeInformation .info {
    width: 100%;
    height: 660px;
}
.storeInformation .info img {
    width: 70%;
    height: 660px;
    min-height: 660px;
    object-fit: cover;
    margin-right: 20px;
    float: left;
}
.storeInformation .info .infoText {
    display: flex;
    height: 100%;
    width: 20%;
    padding: 20px 0;
    align-items: center;
    gap: 16px;    
}
.infoText h1 {
    height: 27%;
    position: relative;
}
.infoText p {
    height: 70%;
    line-height: 2;
}

/* ---footer--- */
footer {
    padding-bottom: 100px;
    padding-top: 60px;
    margin-top: 100px;
    overflow: hidden;
}
.access {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
.accessText {
    width: 50%;
    padding-right: 40px;
}
.accessText div {
    display: flex;
    align-items: center;
    line-height: 1;
}
.accessText h1 {
    font-size: 3rem;
    width: 40%;
}
.accessText a {
    display: block;
    width: 60%;
    padding: 16px 20px;
    background: rgba(137,22,45,0.7);
}
.accessText a:hover {
    background: #771212;
}
.accessText a span {
    font-size: 1rem;
}
.accessText a p {
    font-size: 1.5rem;
    padding-top: 8px;
}
.accessText img {
    width: 24px;
    height: 24px;
}
.accessText dl {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    line-height: 2;
}
.accessText dl dt {
    width: 25%;
    margin-bottom: 1rem;
}
.accessText dl dd {
    width: 75%;
    margin-bottom: 1rem;
}
.copyright {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    /* font-size: .75rem; */
}
.gmap {
    width: 50%;
    height: 450px;
}

/* ---subpage-common--- */
.titleArea h1 {
    position: absolute;
    z-index: 1;
    top: 220px;
    left: 50%;
}
.titleArea span {
    display: block;
    transform: translateX(-50%);
}
.group {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.group h2 {
    margin: 0 auto;
    padding-top: 80px;
}
/* ---menuPage-- */
.menuPageImg {
    width: 100%;
    height: 500px;
    background-image: url(../images/menutop.jpg);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: linear-gradient(black 30%, transparent);
    mask-image: linear-gradient(black 30%, transparent);
}
.intro {
    text-align: center;
    padding: 60px 0;
}
.toc {
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: -80px;
    right: 0;
}
.toc a{
    position: relative;
    display: block;
    text-align: center;
    width: 22%;
    height: auto;
    padding: 10px;
    font-size: 1.5rem;
    background: rgba(137, 22, 45, 0.8);
}
.toc a:hover {
    background: rgba(119, 18, 18, 0.8);
}
.toc span {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #aaa;
}

/* ---lunch--- */
.lunchBox {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.lunchContent {
    width: 30%;
}
.lunchContent div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
/* ---dinner--- */
#dinner {
    margin-bottom: 20px;
}
.dinnerBox {
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.dinnerBox:last-child {
    height: auto;
}
.dinnerContentBig {
    width: 48%;
}
.dinnerContentBig div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.dinnerContent {
    width: 30%;
}
.dinnerContent div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
/* ---drink--- */
.drinkBox {
    height: auto;
    margin: 0 auto;
    padding: 20px 40px 40px;
    background: #222;
    display: flex;
    position: relative;
    justify-content: space-around;
    margin-bottom: 60px;
}
.drinkContent {
    width: 40%;
}
.drinkContent h3 {
    margin-top: 30px;
}
.drinkContent div {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px 0;
}
.drinkContent div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: dotted 1px #eee;
}
.drinkContent dt {
    margin: 0;
    padding: 0 5px 0 0;
    z-index: 1;
    background-color: #222;
    text-align-last: left;
}
.drinkContent dd {
    margin: 0;
    padding: 0 0 0 5px;
    z-index: 1;
    background-color: #222;
    text-align: right;
}
/* ---course--- */
.courseBox {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.courseBox img {
    position: absolute;
    width: 60%;
    bottom: -60px;
    left: -20px;
}
.courseText {
    /* position: absolute; */
    width: 40%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: 110px;
    line-height: 2.5;
    z-index: 11;
}
.courseText div {
    /* position: relative; */
    padding-top: 40px;
    padding-left: 20px;
    margin-left: auto;
}
.courseText div p {
    padding-bottom: 30px;
    position: relative;
}
.courseText div span {
    padding-right: 30px;
    font-size: 1.5rem;
}
/* ---newsPage-- */
.newsPageImg {
    width: 100%;
    height: 500px;
    background-image: url(../images/newstop.jpg);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: linear-gradient(black 50%, transparent);
    mask-image: linear-gradient(black 50%, transparent);
}
#newsContent {
    display: flex;
    padding: 100px 0;
}
#newsContent article {
    width: 70%;
    height: auto;
    padding-right: 80px;
}
#newsContent article h2 {
    padding-top: 0;
}
#newsContent article p {
    padding: 30px 0;
}
#newsContent aside {
    width: 30%;
    height: auto;
}
#newsContent aside h3 {
    padding-bottom: 20px;
}
#newsContent aside a {
    width: 100%;
    padding: 20px;
    display: inline-block;
    border-top: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
}
#newsContent aside a:hover {
    background: rgba(137, 22, 45, 0.5);
}
#newsContent aside a span {
    font-size: .875rem;
}

/* ---aboutPage-- */
.aboutPageImg {
    width: 100%;
    height: 500px;
    background-image: url(../images/abouttop.jpeg);
    background-size: cover;
    background-position: center;
    -webkit-mask-image: linear-gradient(black 30%, transparent);
    mask-image: linear-gradient(black 30%, transparent);
}
.about1 {
    height: auto;
    padding: 80px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.about2 {
    height: auto;
    padding: 80px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction:row-reverse;
}
.aboutImg {
    width: 50%;
}
#aboutContent h2 {
    position: relative;
    padding: 20px 0;
}
#aboutContent h2::after {
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #aaa;
}
.aboutSentence {
    width: 45%;
}
.aboutSentence p {
    padding-top: 30px;
}
#aboutPage h2{
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}

@media screen and (max-width:768px) {
/* *{border: 2px solid #0ff;} */
 /* 全要素選択 */
/* ---sp-common--- */
body {
    font-size: 1rem;
}
.about::after {
    bottom: -150px;
    right: -160px;
    transform: scale(0.4);
}
.menu::before {
    top: 80px;
    left: -150px;
    transform: scale(-0.3,0.3);
}
.menu-deco::before {
    right: -180px;
    bottom: 310px;
    transform: scale(0.2);
}
.menu-deco::after {
    left: -150px;
    bottom: -140px;
    transform: scale(-0.4,0.4);
}
body.fixed{
    position: fixed;
    width:100%;
}
h1 {
    font-size: 1.5rem;
}
/* ---sp-header--- */
.mainvisual{
    height: 100%;
}
.fixed-header{
    position: fixed;
    display: flex;
    align-items: center;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    width: 100%;
}
.fixed-header h1 {
    flex: 1 1 auto;
    font-size: 2rem;
}
.smallReserveBtn {
    display: inline-block;
    width: auto;
    padding: 16px 16px;
    margin-right: 10px;
    text-align: right;
    background: rgba(137,22,45,0.7);
    line-height: 1;
}
.smallReserveBtn:hover {
    background: #771212;
}
.smallReserveBtn span {
    font-size: 1rem;
}
.smallReserveBtn p {
    font-size: 1.25rem;
    padding-top: 10px;
}
.smallReserveBtn img {
    width: 22px;
    height: 22px;
}
.hamburgerBtn {
    display: inline-block;
    padding-right: 8px;
}
.hamburger{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    /* border: #fff 1px solid;
    border-radius: 50%; */
    cursor: pointer;
    width: 50px;
    height:50px;
}
/*ボタン内側*/
.hamburger span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #fff;
    width: 55%;
}
.hamburger span:nth-of-type(1) {
    top:14px;
}
.hamburger span:nth-of-type(2) {
    top:23px;
}
.hamburger span:nth-of-type(3) {
    top:32px;
}
/*activeクラスが付与されると線が回転して×に*/
.hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.hamburger.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
}
.hamburger.active span:nth-of-type(3){
    top: 30px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.wrapper {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    transition: ease .4s;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
}
.wrapper-items {
    width: 280px;
    height: auto;
    top: 30%;
    right: 50%;
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
}
.wrapper-items .wrapper-item a {
    width: 56px;
    padding: 0;
    font-size: 1.25rem;
}
.wrapper-items .wrapper-item a::before {
    display: none;
}
.wrapper.active {
    pointer-events: auto;
    opacity: 1;
}
.reserveBtn {
    display: none;
}
.sideMenu {
    display: none;
}
.backToTop {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 8px;
}
.backToTop:hover {
    background: transparent;
}
.backToTop:active {
    background: #771212;
}
.backToTop_inner {
    padding-top: 12px;
}

/* ---sp-news--- */
.news {
    width: 90%;
    padding: 100px 0 180px;
    display: block;
}
.news h1 {
    width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
}
.newstext li {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

/* ---sp-about--- */
.about {
    width: 90%;
    position: relative;
}
.aboutText {
    align-items:center;
}
.aboutText p {
    font-size: initial;
    flex: 1 1 50%;
    padding-top: 0;
    line-height: 2;
}
.aboutText a {
    width: 250px;
    height: auto;
    flex: 0 1 auto;
    padding: 8px 16px;
    margin-top: 40px;
    font-size: initial;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}


/* ---sp-menu--- */

.menu h1 {
    padding-bottom: 54px;
}
.menuContent {
    width: 90%;
    height: 420px;
    margin:0 auto 50px;
    display: flex;
    flex-direction: column-reverse;
}
.menuText {
    max-width: 100%;
    height: 220px;
    padding: 5%;
    top: 200px;
}
.menuText h2 {
    padding-top: 0;
    font-size: 1.125rem;
}
.menuText p {
    line-height: 1.5;
    padding: 8px 0 20px;
}
.otherMenu {
    margin: 0 auto;
    padding: 0.4em;
    width: 250px;
}
.scale{
    width: 100%;
    height: 200px;
    top: -220px;
    left: 0;

}
/* ---sp-storeInformation--- */
.storeInformation {
    padding: 60px 0 0;
}
.storeInformation::before {
    display: none;
}
.storeInformation .info {
    height: auto;
    /* margin-bottom: 80px; */
}
.storeInformation .info img {
    width: 100%;
    height: 300px;
    min-height: 300px;
    margin-bottom: 60px;
}
.storeInformation .info .infoText {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    padding:0;
    clear: both;
    gap: 32px; 
}
.infoText h1 {
    height: auto;
    writing-mode: horizontal-tb;
}
.infoText p {
    line-height: 1.5;
    padding: 0;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

/* ---footer--- */
footer {
    padding-bottom: 40px;
    padding-top: 90px;
    margin-top: 0px;
}
.access {
    width: 100%;
    flex-direction: column;
}
.accessText {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 20px;
}
.accessText h1 {
    font-size: 2.5rem;
    width: 40%;
}
.accessText a {
    width: 60%;
    padding: 8px 16px;

}
.accessText a span {
    font-size: 1rem;
}
.accessText a p {
    font-size: 1.25rem;
    padding-top: 10px;
}
.accessText img {
    width: 20px;
    height: 20px;
}
.accessText dl {
    padding-top: 30px;
}
.gmap {
    width: 100%;
    height: 300px;
}
.copyright {
    position: static;
    text-align: center;
    margin-top: 40px;
    /* font-size: .5rem; */
}

/* ---sp-subpage-common--- */
.titleArea h1 {
    top: 140px;
}
.titleArea .aboutTitle {
    left: calc((100vw - 210px) / 2);
}
.titleArea .aboutTitle span {
    width: 210px;
    text-align: center;
    transform: translateX(0%);
}
.group {
    width: 80%;
    margin: 0 auto;
}
.group h2 {
    font-size: 1.25rem;
    margin: 0 auto;
    padding-top: 80px;
}

/* ---sp-newsPage-- */
.newsPageImg {
    height: 300px;
}
#newsContent {
    flex-direction: column;
    padding: 0px 0;
}
#newsContent article,
#newsContent aside {
    width: 100%;
    height: auto;
}
#newsContent article {
    padding-right: 0;
    padding-bottom: 60px;
}
#newsContent aside h3 {
    padding-bottom: 10px;
}
#newsContent aside a {
    padding: 10px 16px;
}

/* ---sp-aboutPage--- */
.aboutPageImg {
    height: 300px;
}
.about1 {
    padding: 60px 0;
    display: block;
}
.about2 {
    padding: 60px 0;
    display: block;
}
.aboutImg,
.aboutSentence {
    width: 100%;
}
#aboutContent h2 {
    padding: 20px 0 10px;
}
.aboutSentence p {
    padding-top: 20px;
}
#aboutPage h2{
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}

/* ---sp-menuPage-- */
.menuPageImg {
    height: 300px;
}
.intro {
    padding: 40px 0;
}
.toc {
    top: -20px;
    width: 90vw;
    margin: calc((100% - 90vw) / 2);
    flex-wrap: wrap;
}
.toc a{
    width: 47%;
    padding: 6px;
    font-size: 1rem;
    margin-bottom: 12px;
}
.toc span {
    border-left: 6px solid transparent;
    border-bottom: 6px solid #aaa;
}

/* ---lunch--- */
.lunchBox {
    flex-direction: column;
    margin-bottom: 0px;
}
.lunchContent {
    width: 100%;
    margin-bottom: 20px;
}
.lunchContent div {
    padding: 8px 0 16px 0;
}
/* ---dinner--- */
#dinner {
    margin-bottom: 0px;
}
.dinnerBox {
    padding-bottom: 0;
    flex-direction: column;
}
.dinnerBox:last-child {
    height: auto;
}
.dinnerContentBig {
    width: 100%;
    margin-bottom: 20px;
}
.dinnerContentBig div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 16px 0;
}
.dinnerContent {
    width: 100%;
    margin-bottom: 20px;
}
.dinnerContent div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 16px 0;
}
/* ---drink--- */
.drinkBox {
    flex-direction: column;
    padding: 0px 20px 20px;
    margin-bottom: 0;
}
.drinkContent {
    width: 100%;
}
.drinkContent h3 {
    margin-top: 20px;
}
.drinkContent div {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px 0;
}
.drinkContent div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: dotted 1px #fff;
}
.drinkContent dt {
    margin: 0;
    padding: 0 5px 0 0;
    z-index: 1;
    background-color: #222;
    text-align-last: left;
}
.drinkContent dd {
    margin: 0;
    padding: 0 0 0 5px;
    z-index: 1;
    background-color: #222;
    text-align: right;
}
/* ---course--- */
.courseBox {
    display: flex;
    flex-direction: column-reverse;
}
.courseBox img {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.courseText {
    width: 80%;
    margin: 40px auto 0;
    line-height: 2;
}
.courseText div {
    padding-top: 40px;
    padding-left: 0;
}
.courseText div p {
    padding-bottom: 20px;
    /* text-align: right; */
    position: relative;
}
.courseText div span {
    padding-right: 30px;
    font-size: 1.3rem;
}

}/* レスポンシブ */

