/*-----------------------共通------------------*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

#media {
    max-width: 500%;
    width: 100%;
    padding: 1rem;
    height: auto;
}

#media a {
    padding: 0;
    margin: 0 0 1rem 0;
    border: 0px solid #ccc;
    box-shadow: 0 0 2px #111;
}

#media a:hover {
    opacity: 0.8;
}

#media a img {
    width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #282100;
    display: inline-block;
    padding: 0em;
    position: relative;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.clear {
    clear: both;
}

.hidden {
    display: none;
}

.ya {
    color: white;
}

/* 画面外にいる状態 */
.fadeinr {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 600ms;
}

/* 画面内に入った状態 */
.fadeinr.scrollinr {
    opacity: 1;
    transform: translate(0, 0);
}

/* 画面外にいる状態 */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    1111111background: url(../img/kakure_noren.jpg) center/cover no-repeat;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
}

/*------------PC用------------------------------*/

@media only screen and (min-width: 501px) {

    html {
        font-size: 100%;
        height: 100%;
        margin: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    body {
        background-color: black;
        color: white;
        font-size: 100%;
        font-family: "游明朝", "ＭＳ Ｐ明朝", "YuMincho", "メイリオ", Meiryo;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #flex {
        display: flex;
        margin: auto;
        max-width: 1100px;
    }

    #h1_inner {
        background-image: url(../img/back_head.jpg);
        color: white;
        text-align: center;
        width: 100%;
    }

    h1 {
        font-size: 1rem;
        line-height: 2.5rem;
        max-width: 1100px;
        margin: 0 auto;
        padding: 2rem;
    }

    h2 {
        overflow: hidden;
        text-align: center;
        text-shadow: 0 0 4px black;
    }

    h2 span {
        display: inline-block;
        padding: 0 0.5em;
        position: relative;
        font-size: 3rem;
    }

    h2 span:before,
    h2 span:after {
        border-top: 4px solid #ac0909;
        content: "";
        position: absolute;
        top: 50%;
        width: 99em;
    }

    h2 span:before {
        right: 100%;
    }

    h2 span:after {
        left: 100%;
    }

    h3 {
        font-size: 1rem;
        font-weight: bold;
    }

    header {
        background-image: url(../img/back_head.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
    }

    #logo {
        background-image: url(../img/back_head.jpg);
        margin-top: 0.5rem;
        padding: 0;
        width: 30%;
    }

    #logo a {
        border: 0;
    }

    #logo a img {
        max-width: 400px;
        width: 100%;
        height: auto;
        margin,
        padding: 0;
        border: 0;
    }

    .animenu__toggle {
        display: none;
    }

    .animenu {
        box-sizing: border-box;
        display: inline-block;
        width: 70%;
        margin-top: 1.5rem;
    }

    .animenu ul {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: 2rem;
    }

    .animenu li,
    .animenu a {
        display: inline-block;
        font-size: 0.9rem;
    }

    .animenu a {
        text-decoration: none;
    }

    .animenu__nav > li {
        border-right: 1px dotted white;
        position: relative;
    }

    .animenu__nav > li:last-child {
        border-right: 0;
    }

    .animenu__nav > li > a {
        color: white;
        padding: 0.3rem 1rem;
        transition-property: background-color;
        transition-duration: 0.5s;
        transition-delay: 0s;
        transition-timing-function: ease;
        text-shadow: 2px 2px 1px black;
    }

    .animenu__nav > li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    .animenu__nav > li:hover > a {
        background-color: white;
        color: black;
        text-shadow: 0px 0px 0px white;
    }

    .animenu__nav__child {
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        margin: 0px;
        opacity: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 100%;
        z-index: 1;
        -webkit-transition: margin .15s, opacity .15s;
        transition: margin .15s, opacity .15s;
    }

    .animenu__nav__child > li {
        border-bottom: 1px solid #515151;
        width: 100%;
    }

    .animenu__nav__child > li:last-child {
        border: 0;
    }

    .animenu__nav__child a {
        border-color: #373737;
        color: white;
        padding: 10px;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .animenu__nav__child a:hover {
        background-color: #817167;
        color: #fff;
    }

    #head-box {
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: 1px 1px 4px #ccc;
    }

    #head-box img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .img1 {
        height: auto;
        width: 100%;
        display: block;
    }

    .img2 {
        display: none;
    }

    #wrap {
        margin: 0;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    #reserve {
        border: 0px solid black;
        background-image: url(../img/wasi_tex.jpg);
        height: auto;
        margin: 0;
        width: 100%;
        color: #31251d;
        padding: 4rem 0;
    }

    #reserve h2 {
        color: black;
        text-shadow: 0 0 0px black;
    }

    #reserve_inner {
        margin: 0rem auto;
        max-width: 1100px;
        padding: 0rem 4rem 1rem 4rem;
    }

    .rest {
        color: black;
        line-height: 1.5rem;
        margin: 0 auto 4rem;
        width: 100%;
    }

    .rest a {
        text-align: center;
        margin: auto;
        width: 100%;
        height: auto;
    }

    #menu {
        background-image: url(../img/wasi_tex.jpg);
        margin: auto;
        width: auto;
        max-width: 1100px;
    }

    .menu_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 auto 3rem;
        max-width: 1100px;
    }

    .menu_item {
        background-image: url(../img/tex_s.jpg);
        box-sizing: border-box;
        border: 1px solid #ccc;
        box-shadow: 1px 1px 6px #999;
        padding: 1rem;
        margin: 0.5rem;
        width: 30%;
    }

    .menu_name {
        font-size: 1.3rem;
        font-weight: 900;
        text-align: left;
        color: saddlebrown;
    }

    .menu_price {
        font-size: 1.3rem;
        font-weight: 900;
    }

    .price {
        font-size: 0.9rem;
    }

    .menu_content {
        margin-top: 1rem;
        font-size: 1rem;
        font-weight: 400;
    }

    .menu_image {
        width: 100%;
        height: auto;
    }

    .tel a {
        color: black;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;
        margin: 2rem auto;
        width: 100%;
    }


    .banner {
        font-size: 1rem;
        font-weight: 400;
        width: 100%;
        padding: 2%;
    }

    .banner p {
        margin-bottom: 0;
    }

    .banner a img {
        box-sizing: border-box;
        box-shadow: 1px 1px 4px #ccc;
        border: 3px solid white;
        height: auto;
        position: relative;
        transition-property: opacity;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        width: 100%;
    }

    .banner a img:hover {
        border: 3px solid #ccc;
        opacity: 0.5;
    }

    #news {
        border: 0px solid black;
        margin: 0;
        width: 100%;
        background-image: url(../img/kakure_news.jpg);
        background-size: cover;
        overflow: hidden;
    }

    #news_dot {
        background-image: url(../img/dot2.png);
        margin: 0;
        padding: 4rem 0;
        height: 100%;
        width: 100%;
    }

    #news_inner {
        margin: 0rem auto;
        max-width: 1100px;
        padding: 2rem 4rem;
    }

    #news_inner ul {
        border-radius: 2px;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    #news_inner li {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 0.5rem;
        padding: 0;
        height: 3rem;
        list-style-type: none;
    }

    #news_inner li:last-child {
        border-bottom: 0px;
    }

    .news_date {
        color: white;
        font-size: 1rem;
        font-weight: bold;
        margin-right: 2rem;
    }

    #news h3 {
        padding: 0;
        line-height: 1rem;
        margin: 0 0 0.5rem 1rem;
    }

    #news a {
        font-size: 1rem;
        padding: 0;
        color: white;
        line-height: 3rem;
    }

    #fb {
        font-size: 1.2rem;
        font-weight: 500;
    }

    #fb img {
        height: auto;
        max-width: 300px;
        margin: 1rem;
        transition-property: scale(1.2) width opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    #fb img:hover {
        opacity: 0.8;
    }

    #fb p {
        text-shadow: 1px 1px 2px black;
        margin-left: 1rem;
    }

    #menu h3 {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }

    #about {
        min-height: 100vh;
        height: 100%;
        width: 100%;
        background-image: url(../img/kakure_haikei_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        overflow: hidden;
    }

    #about_dot {
        background-image: url(../img/dot2.png);
        min-height: 100vh;
        height: 100%;
        width: 100%;
        padding: 4rem 0;
    }

    #about h3 {
        border-left: 0.5rem solid white;
        padding-left: 1rem;
    }

    #about_inner {
        margin: 0rem auto;
        max-width: 1100px;
        padding: 4rem;
    }


    /*店舗情報テーブル*/
    table.shopinfo {
        border-radius: 2px;
        border-collapse: separate;
        border-spacing: 0px 0rem;
        border-bottom: 1px solid #666;
        margin: 0 auto;
        width: 100%;
    }

    table.shopinfo td {
        background: rgba(0, 0, 0, 0.8);
        border: 1px solid #666;
        border-bottom: 0;
        border-left: 0;
        color: white;
        padding: 0.5rem 1rem;
        line-height: 1.5rem;
    }

    table.shopinfo th {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 2px;
        border: 1px solid #666;
        border-bottom: 0;
        color: white;
        font-weight: bold;
        margin-right: 6px;
        overflow: visible;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        position: relative;
        vertical-align: middle;
        text-align: left;
        width: 8rem;
    }

    #calender {
        float: left;
        width: 35%;
        min-height: 200px;
        margin: 0;
    }

    .info {
        float: right;
        height: auto;
        width: 65%;
        padding-left: 1rem;
    }

    #access {
        width: 100%;
        margin: 2rem auto;
    }

    #map {
        position: relative;
        padding-bottom: 400px;
        /*高さは400pxで固定*/
        height: 0;
        width: 100%;
        overflow: hidden;
    }

    #map iframe {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100% !important;
        height: 100% !important;
        padding: 0px;
        background-color: white;
        box-sizing: border-box;
    }

    #concept {
        background-image: url(../img/kakure_concept.jpg);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        min-height: 100vh;
        height: 100%;
        margin: 0;
        width: 100%;
    }

    #concept_dot {
        background-image: url(../img/dot2.png);
        min-height: 100vh;
        height: 100%;
        width: 100%;
        padding: 4rem 0;
    }

    #concept_inner {
        margin: 0rem auto;
        max-width: 1100px;
        padding: 4rem;
    }

    #concept_inner p {
        font-size: 1.5rem;
        text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
        line-height: 3rem;
        width: 50%;
        margin: 2rem auto;
    }

    .right {
        text-align: right;
    }

    #gallery {
        width: 100%;
        background-image: url(../img/wasi_tex.jpg);
        background-repeat: repeat;
        border: 0px solid black;
        padding: 4rem 0;
    }

    #gallery h2 {
        color: black;
        text-shadow: 0 0 6px white;
    }

    #gallery_inner {
        margin: 0 auto;
        max-width: 1100px;
        padding: 4rem 2rem;
    }

    #gallery h3 {
        text-align: center;
    }

    .photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .photo_single {
        margin-bottom: 0.5rem;
        padding: 0;
        overflow: hidden;
        position: relative;
        width: 24%;
        box-shadow: 1px 1px 4px #ccc;
    }

    .photo_single p {
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        font-weight: bold;
        font-size: 0.9rem;
        text-align: center;
        padding: 0.2rem 0;
        position: relative;
        z-index: 40;
    }

    .photo_single img {
        width: 100%;
        height: auto;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        margin-bottom: -2.5rem;
        position: relative;
        padding: 0;
    }

    .photo_single img:hover {
        opacity: 0.8;
    }

    footer {
        color: white;
        background-image: url(../img/noise.jpg);
        width: 100%;
        padding: 4rem 0 4rem;
        height: auto;
    }

    address {
        text-align: center;
        line-height: 1.5rem;
    }

    .pagetop {
        display: none;
        position: fixed;
        bottom: 40px;
        right: 0px;
    }

    .pagetop a {
        display: block;
        text-align: center;
        padding: 5px 10px;
    }

    .pagetop a img {
        width: 60%;
        opacity: 0.9;
    }

    .pagetop a:hover {
        display: block;
        text-align: center;
        padding: 5px 10px;
        opacity: 0.7;
    }

    #s_news {
        color: black;
        width: 100%;
    }

    #s_news_inner {
        line-height: 2rem;
        margin: 0 auto;
        padding: 2rem 3rem 1rem;
        max-width: 1100px;
    }

    #s_news_inner span {
        display: block;
        font-weight: bold;
        font-size: 2rem;
        margin: 2rem 0;
    }

    .bonos {
        width: 500px;
        margin: 2rem auto;

    }

    .bonos img {
        width: 100%;
    }

    .bonos:hover {
        opacity: 0.7;
    }

    #p-kati_pc {
        display: block;
        background-image: url(../img/017.jpg);
        background-size: cover;
        width: 100%;
        margin: 0rem auto;
        padding: 2rem 0
    }

    #p-kati_pc img {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        height: auto;
    }

    #p-kati_pc a {
        background: #ff3b00;
        border-bottom: 4px solid #000000;
        border-radius: 4px;
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        color: #FFF;
        display: block;
        font-size: 2rem;
        font-weight: 800;
        height: 5rem;
        line-height: 2.5rem;
        margin: 1rem auto 3rem;
        padding: 1rem;
        text-align: center;
        text-decoration: none;
        width: 80%;
    }

    #p-kati_pc a:active {
        border-bottom: 2px solid #2c2c2c;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }

    #p-kati_sp {
        display: none;
    }


    #app {
        box-sizing: border-box;
        background-image: url(../img/back_dot.png);
        background: white;
        color: #4d3f30;
        width: 100%;
        padding: 2rem;
        height: auto;
    }

    #app h2 {
        text-shadow: none;
    }
    
    #app_inner {
        color: #0d0900;
        max-width: 1100px;
        height: 100%;
        margin: 0 auto;
        padding: 2rem;
    }
    
    #app_inner h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .badge_inner {
        display: flex;
    }

    .badgebox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 33%;
        padding: 1rem 0;
    }

    .down {
        font-size: 1.5rem;
        margin: 2rem auto;
        text-align: center;
    }

    .badgebox img {
        padding: 0;
        margin: 0;
        border: 0;
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .noevent {
        pointer-events: none;
    }

    .icon {
        border: 0px solid white;
    }

}

/*-------------------------------------------スマホ・タブレット用--------------------------------*/

@media only screen and (max-width: 500px) {

    html {
        font-size: 100%;
        font-family: "Sawarabi Mincho";
        margin: 0;
        padding: 0;
    }

    body {
        background-color: black;
        color: white;
        margin: 0;
        padding: 0;
    }

    .touchstart {
        opacity: 0.5;
    }

    header {
        background-image: url(../img/back_head.jpg);
        position: relative;
        padding: 10px 0 18px 0;
        width: 100%;
        overflow: visible;
        height: auto;
        z-index: 1;
    }

    #logo {
        position: absolute;
    }

    #logo a img {
        width: 65%;
        height: auto;
    }

    .img1 {
        display: none;
    }

    #head-box {
        width: 100%;
        height: auto;
    }

    .img2 {
        height: auto;
        width: 100%;
        display: block;
    }

    #h1_inner {
        background-image: url(../img/back_head.jpg);
        width: 100%;
    }

    h1 {
        color: white;
        font-size: 0.8rem;
        line-height: 1.5rem;
        max-width: 1100px;
        margin: 0rem auto;
        padding: 1rem 2rem 1rem;
    }

    h2 {
        background-color: rgba(0, 0, 0, 0.7);
        background-size: 100% 100%;
        border: 1px solid white;

        color: white;
        font-size: 1.3rem;
        font-weight: 500;
        margin: 0 auto;
        padding: 1rem;
        max-width: 90%;
        text-align: center;
        width: 100%;
    }

    h3 {
        font-size: 1rem;
        text-align: center;
    }

    #wrap {
        max-width: 100%;
        padding: 0;
        margin: 0;
        padding: 0;
    }

    #reserve {
        background-image: url(../img/wasi_tex.jpg);
        color: black;
        margin: 0rem auto;
        width: 100%;
        padding: 4rem 0 1rem;
    }

    #reserve_inner {
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin: 0 auto;
        padding: 1rem;
        width: 100%;
    }

    .rest {
        color: black;
        line-height: 1.5rem;
        margin: 0 auto 4rem;
        width: 100%;
    }

    .rest a img {
        text-align: center;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .tel a {
        color: black;
        font-weight: 900;
        font-size: 1.5rem;
        margin-bottom: 1rem auto 2rem;
        text-align: center;
    }

    #menu {
        background-image: url(../img/wasi_tex.jpg);
        margin: auto;
        width: auto;
        width: 100%;
    }

    #menu h4 {
        background: brown;
        border-radius: 4px;
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 900;
        padding: 0.5rem;
        color: white;
        width: 100%;
    }

    .menu_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 100%;
    }

    .menu_item {
        background: white;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 0.5rem;
        margin-bottom: 1rem;
        width: 49%;
    }

    .menu_name {
        font-size: 1rem;
        font-weight: 600;
        height: 2rem;
        text-align: left;
        color: #000000;
    }

    .price {
        font-size: 0.9rem;
        color: brown;
    }

    .menu_image {
        width: 100%;
        height: auto;
        margin: 0 auto 0.5rem;
        padding: 0;
    }

    .menu_price {
        color: brown;
        font-size: 1rem;
        font-weight: 600;
    }


    .banner {
        color: black;
        font-size: 1.2rem;
        font-weight: 400;
        margin: 1rem auto 2rem;
        width: 100%;
    }

    .banner p {
        color: black;
        font-size: 0.9rem;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .banner a img {
        box-sizing: border-box;
        border: 2px solid white;
        height: auto;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 1px 1px 4px #ccc;
    }

    #news {
        background-image: url(../img/kakure_news.jpg);
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
    }

    #news_dot {
        background-image: url(../img/dot2.png);
        height: 100%;
        width: 100%;
        padding: 4rem 0;
    }

    #news_inner {
        margin: 2rem 0 0;
        padding: 0 1rem;
        width: 100%;
    }

    #news_inner ul {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 2px;
        height: auto;
        padding: 1rem;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    #news_inner li {
        border-bottom: 1px dotted #ccc;
        list-style-type: none;
        margin: 0 0 0.5rem 0;
        padding: 0 0 0.5rem 0;
        width: 100%;
    }

    .news_date {
        font-size: 0.8rem;
        line-height: 2rem;
    }

    #news h3 {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #news a {
        color: white;
        display: block;
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #fb {
        font-size: 1.2rem;
        font-weight: 500;
        margin: auto;
        width: 100%
    }

    #fb img {
        height: auto;
        max-width: 80%;
        margin: 1rem;
    }

    #fb a:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    #fb p {
        font-size: 0.9rem;
        margin-left: 1rem;
        text-shadow: 1px 1px 2px black;
    }

    #about {
        background: url(../img/kakure_noren.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    #about_dot {
        background-image: url(../img/dot2.png);
        height: 100%;
        width: 100%;
        padding: 4rem 0;
    }

    #about_inner {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        height: 100%
    }

    #about_inner h3 {
        border-left: 0.5rem solid white;
        padding: 0 0 0 0.5rem;
        margin-top: 2rem;
        text-align: left;
    }

    .info {
        margin: 3rem 0 2rem;
    }

    #closing_day {
        width: 100%;
    }

    #closing_day iframe {
        width: 100%;
        height: 16rem;
    }

    /*店舗情報テーブル*/
    table.shopinfo {
        border-collapse: separate;
        border-spacing: 0px 0rem;
        border-bottom: 1px solid #666;
        border-radius: 2px;
        margin: 0 auto;
        width: 100%;
    }

    table.shopinfo td {
        color: white;
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid #666;
        border-bottom: 0;
        border-left: 0;
        padding: 0.5rem 1rem;
    }

    table.shopinfo th {
        background-color: black;
        border-radius: 2px;
        border: 1px solid #666;
        border-bottom: 0;
        color: white;
        font-weight: normal;
        margin-right: 6px;
        overflow: visible;
        padding: 0.5rem;
        position: relative;
        text-align: left;
        width: 5rem;
        vertical-align: middle;
    }

    atable.shopinfo th:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: white;
        border-width: 10px;
        margin-top: -15px;
    }

    table.shopinfo a {
        color: white;
    }

    #access {
        margin-top: 4rem;
    }

    #map {
        position: relative;
        padding-bottom: 250px;
        /*高さは250pxで固定*/
        height: 0;
        overflow: hidden;
        margin: 0 auto;
    }

    #map iframe {
        position: absolute;
        top: 0;
        left: 1%;
        width: 98% !important;
        height: 100% !important;
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        box-sizing: border-box;
    }

    #concept {
        background-image: url(../img/kakure_concept.jpg);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        background-repeat: no-repeat;
        height: auto;
        padding: 0;
        width: 100%;
    }

    #concept_dot {
        background-image: url(../img/dot2.png);
        height: 100%;
        width: 100%;
        padding: 4rem 0;
    }

    #concept_inner {
        1background-color: rgba(0, 0, 0, 0.4);
        margin: 0 auto;
        width: 90%;
    }

    #nk {
        padding: 2rem;
    }

    #nk p {
        color: white;
        line-height: 2rem;
        font-size: 1rem;
        text-shadow: 0 0 3px black;
    }

    .nk {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .right {
        text-align: right;
    }


    #gallery {
        background-image: url(../img/wasi_tex.jpg);
        height: auto;
        padding: 4rem 0;
        width: 100%;
        overflow: hidden;
    }

    #gallery_inner {
        margin: 2rem auto 1rem;
        padding: 0;
        width: 90%;
    }

    .photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .photo_single {
        margin-bottom: 0.5rem;
        padding: 0;
        overflow: hidden;
        position: relative;
        width: 32%;
        box-shadow: 1px 1px 4px #ccc;
    }

    .photo_single p {
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        font-weight: bold;
        font-size: 0.5rem;
        text-align: center;
        padding: 0.2rem 0;
        position: relative;
        z-index: 40;
    }

    .photo_single img {
        width: 100%;
        height: auto;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        margin-bottom: -1.5rem;
        position: relative;
        padding: 0;
    }

    .photo_single img:hover {
        opacity: 0.6;
    }

    footer {
        background-image: url(../img/noise.jpg);
        color: white;
        width: 100%;
        padding: 2rem 0 2rem;
        margin: 0;
    }

    address {
        display: block;
        line-height: 1.5rem;
        text-align: center;
        height: auto;
    }

    /*ここから、ナビゲーション用*/

    @keyframes move {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 0.25;
        }

        50% {
            opacity: 0.5;
        }

        75% {
            opacity: 0.75;
        }

        100% {
            opacity: 1;
        }
    }

    .animenu {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        float: none;
        text-decoration: none;
    }

    .animenu__toggle {
        background-color: #333;
        /*ボタン背景色*/
        border-radius: 2px;
        border: 1px solid #606060;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        /*ボタンサイズ*/
        margin: 10px 10px 0 0;
        outline: none;
        padding: 10px;
        text-decoration: none;
        width: 40px;
        /*ボタンサイズ*/
    }

    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .animenu__toggle:hover {
        background-color: #575757;
    }

    .animenu__toggle__bar {
        background-color: #fff;
        display: block;
        height: 2px;
        width: 20px;
        -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
        transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    }

    .animenu__toggle__bar + .animenu__toggle__bar {
        margin-top: 4px;
    }

    .animenu__toggle--active .animenu__toggle__bar {
        margin: 0;
        position: absolute;
    }

    .animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
        opacity: 0;
    }

    .animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animenu ul {
        padding: 0;
        overflow: hidden;
    }

    .animenu li,
    .animenu a {
        display: inline-block;
        font-size: 15px;
    }

    .animenu a {
        color: white;
        text-decoration: none;
    }

    @keyframes show {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .animenu__nav {
        animation: show 0.2s linear 0s;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        position: absolute;
        z-index: 1;
    }

    .animenu__nav > li {
        border-bottom: 1px dotted white;
        font-weight: 600;
        line-height: 1.5rem;
        position: relative;
        padding-left: 1rem;
        text-align: left;
        width: 100%;
    }

    .animenu__nav > li > a {
        width: 100%;
        padding: 10px;
        position: relative;
    }

    .animenu__nav a:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff;
    }

    .animenu__nav__child {
        position: static;
        visibility: visible;
    }

    .animenu__nav__child a {
        line-height: 2rem;
        margin-left: 2rem;
        width: 100%;
    }

    .animenu__nav__child > li {
        border-bottom: 0px solid rgba(255, 255, 255, 1);
        width: 100%;
    }

    .animenu__nav,
    .animenu__nav__child {
        display: none;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 10.5s;
        transition-delay: 0s;
        transition-timing-function: ease;
    }

    .animenu__nav--open {
        display: block !important;
        opacity: 1;
    }

    .animenu__nav--open .animenu__nav__child {
        display: block;
        opacity: 1;
    }


    /*リストの矢印アイコン*/
    .arrow::before,
    .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .yajirusi::after {
        left: 9rem;
        width: 12px;
        height: 12px;
        border-top: 4px solid white;
        border-right: 4px solid white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .pagetop {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 0px;
        padding: 0;
    }

    .pagetop a {
        display: block;
        padding: 0;
        min-width: 10px;
        text-align: right;
    }

    .pagetop a:hover {
        display: block;
        padding: 0;
    }

    .pagetop a img {
        width: 30%;
        height: auto;
        margin: 0;
        opacity: 0.9;
        padding: 0;
    }

    #s_news {
        color: black;
        width: 100%;
        padding-bottom: 2rem;
    }

    #s_news_inner {
        line-height: 1.5rem;
        margin: 0 auto;
        width: 100%;
        padding: 2rem 1rem 1rem;
    }

    #s_news_inner span {
        display: block;
        font-weight: bold;
        font-size: 1.5rem;
        margin: 1rem 0 2rem;
    }

    .bonos {
        width: 100%;
        padding: 1rem;
        margin: 2rem auto;
    }

    .bonos img {
        width: 100%;
    }

    .bonos:hover {
        opacity: 0.7;
    }

    #p-kati_sp {
        display: block;
        background-image: url(../img/017.jpg);
        width: 100%;
        margin: 0rem auto;
        padding: 1rem 0;
    }

    #p-kati_sp img {
        width: 100%;
        height: auto;
    }

    #p-kati_sp a {
        position: relative;
        display: block;
        width: 70%;
        margin: 1rem auto;
        height: 4rem;
        line-height: 1.5rem;
        padding: 0.8em;
        font-size: 1.3rem;
        font-weight: 800;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        background: #e84141;
        border-bottom: 2px solid #171616;
        border-radius: 4px;
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    }

    #p-kati_sp a:active {
        border-bottom: 2px solid #2c2c2c;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }

    #p-kati_pc {
        display: none;
    }

    /*----------公式アプリ-------------------------------------------------------------*/
    #app {
        box-sizing: border-box;
        background-image: url(../img/back_dot.png);
        background: white;
        color: #4d3f30;
        width: 100%;
        padding: 2rem 0;
        height: auto;
    }

    #app_inner {
        color: #0d0900;
        max-width: 1100px;
        height: 100%;
        margin: 0 auto;
        padding: 1rem 2rem 2rem;
    }

    #app_inner h3 {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
    }

    .badge_inner {
        display: flex;
    }

    .badgebox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 1rem 0;
    }

    .down {
        font-size: 1.1rem;
        margin: 2rem auto 0;
        text-align: center;
    }

    .badgebox img {
        padding: 0;
        margin: 0;
        border: 0;
        width: 100%;
        height: auto;
    }

    .app_store {
        text-align: center;
    }

    .hid {
        display: none;
    }

    .icon {
        border: 0px solid white;
    }
}

/*-----------------------共通 BizCalendar------------------*/
.widgettitle {
    display: none;
}

li {
    list-style-type: none;
}

@charset "UTF-8";

#biz_calendar {
    font-size: 0.9rem;
    margin: auto;
    width: 100%;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#biz_calendar p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 170%;
}

#biz_calendar p span.boxholiday {
    background-color: #ff4b6a;
    color: white;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar p span.boxeventday {
    background-color: #64BDEB;
    color: white;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar table.bizcal {
    color: white;
    cursor: default;
    border: 1px solid #666;
    line-height: 1.6;
    margin: 10px 0;
    table-layout: fixed;
    width: 100%;
    vertical-align: middle;
}

#biz_calendar table.bizcal th {
    border: 0;
    background-color: #b5a38d;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2px;
    text-align: center;
}

#biz_calendar table.bizcal th:first-child {
    color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1) {
    color: blue;
}

#biz_calendar table.bizcal td {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-width: 0;
    border: 1px solid white;
    border: 1px solid #666;
    padding: 2px;
}

#biz_calendar table.bizcal .calmonth {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    font-weight: bold;
    padding: 2px 7px;
    text-align: left;
}

#biz_calendar table.bizcal .calbtn {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    cursor: pointer;
}

#biz_calendar table.bizcal .holiday {
    background-color: #ff4b6a;
    color: #ffffff;
}

#biz_calendar table.bizcal .eventday {
    background-color: #64BDEB;
    color: #ffffff;
}

#biz_calendar table.bizcal .eventday a {
    color: #ffffff;
}

#biz_calendar table.bizcal .today {
    font-weight: bold;
    text-decoration: underline;
    color: gray;
}

#biz_calendar table.bizcal .today a {
    font-weight: bold;
    color: gray;
}

#biz_calendar table.bizcal img {
    vertical-align: middle;
    box-shadow: none;
    margin: 0;
}

#biz_calendar table.bizcal .down-img {
    text-align: right;
}

#biz_calendar table.bizcal .today-img {
    text-align: center;
}

#biz_calendar table.bizcal .up-img {
    text-align: left;
}
