/*-----------------------共通------------------*/

.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 5px #999;
}

#media a:hover {
    opacity: 0.8;
}

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

}

a {
    color: black;
    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);
}


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

@media only screen and (min-width: 501px) {
    .p1 {
        height: auto;
        width: 10%;
        position: relative;
        position: left top;
        transform: rotate(10deg);
        box-shadow: 0 0 4px #bababa;
    }

    .p2 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: left bottom;
        transform: rotate(5deg);
    }

    .p3 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: right;
        transform: rotate(-15deg);
    }

    .p4 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: right;
        transform: rotate(-5deg);
    }

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

    body {
        background-image: url(../img/wasi.png);
        font-family: "游明朝", "YuMincho", "メイリオ", Meiryo;
        font-size: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    article {
        padding: 3rem 2rem;
    }

    #h1_wrap {
        background-image: url(../img/fire.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

    #h1_inner {
        margin: 0 auto;
        max-width: 1100px;
        height: auto;
    }

    #h1_inner img {
        width: 100%;
        height: auto;
    }

    h1 {
        color: black;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 2.5rem;
        max-width: 1100px;
        margin: 0 auto;
        padding: 1rem 2rem;
        text-align: center;
        text-shadow: 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white;
    }

    h2 {
        font-size: 2.5rem;
        font-weight: bold;
        position: relative;
        padding: 0;
        text-align: center;
        margin-bottom: 3rem;
    }

    h2::before,
    h2::after {
        position: absolute;
        bottom: -1rem;
        left: 0;
        content: '';
        height: 4px;
    }

    h2::before {
        z-index: 2;
        width: 15%;
        background-color: #a20d68;
    }

    h2::after {
        width: 100%;
        background: -webkit-repeating-linear-gradient(45deg, #fff, #a20d68 2px, #aaa 2px, #aaa 4px);
        background: repeating-linear-gradient(45deg, #fff, #a20d68 2px, #fff 2px, #fff 4px);
    }

    h2 img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    h3 {
        font-size: 1.2rem;
        padding: 0.5rem;
        color: white;
    }

    header {
        box-shadow: 2px 1px 6px #ccc;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .logo {
        padding: 0;
        margin: 0 auto;
        display: block;
        height: auto;
        max-width: 1200px;
        width: 100%;
    }

    .logo img {
        margin: 0 auto;
        display: block;
        max-width: 1200px;
        width: 100%;
        height: auto;
    }

    .animenu__toggle {
        display: none;
    }

    .animenu {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }

    .animenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .animenu li,
    .animenu a {
        color: #906a49;
        display: inline-block;
    }

    .animenu a {
        text-decoration: none;
    }

    .animenu__nav > li {
        line-height: 2rem;
        position: relative;
    }

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

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

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

    .animenu__nav > li:hover > a {
        background-color: #906a49;
        color: white;
    }

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

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

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

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

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

    #head-box {
        overflow: hidden;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0.5rem 0 0 0;
    }

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

    .img2 {
        display: none;
    }

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

    #reserve {
        color: white;
        font-weight: bold;
        font-size: 1.1rem;
        height: auto;
        width: 100%;
        background-image: url(../img/wood.jpg);
        text-shadow: 1px 1px 2px black;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #reserve_inner {
        max-width: 1100px;
        margin: 0 auto;
        height: auto;
        padding: 2rem 0 4rem;
        background-image: url(../img/tennai.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }

    .banner {
        float: left;
        box-sizing: border-box;
        margin: 0 0 1rem 0rem;
        width: 40%;
    }

    .banner a img {
        box-sizing: border-box;
        box-shadow: 0 0 8px #ccc;
        border: 3px solid white;
        height: auto;
        position: relative;
        transition-property: opacity;
        transition-duration: 0.6s;
        transition-timing-function: ease-out;
        width: 90%;
        margin-left: 3rem;
    }

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

    .rest {
        float: right;
        height: 100%;
        line-height: 2rem;
        margin-top: 0rem;
        padding: 0 0 0 4rem;
        text-align: left;
        width: 60%;
    }

    .rest span {
        font-size: 2rem;
        display: block;
    }

    #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: white;
        text-shadow: 0px 0px 0px black;
        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 {
        color: black;
        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;
    }

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

    .tel a {
        color: white;
        font-family: arial;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;
        margin: 1rem auto;
    }

    .menu_single1 {
        background-image: url(../img/back_g3.png);
        background-position: right;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 3rem;
        margin: 3rem auto 5rem;
        max-width: 1100px;
        height: auto;
    }

    .single1_i {
        width: 45%;
        height: auto;
        float: left;
    }

    .single1_r {
        width: 55%;
        float: left;
        height: 100%;
        padding: 0 2rem;
    }

    .single1_r p {
        color: white;
        font-size: 1rem;
        font-weight: bold;
    }

    .single1_r h3 img {
        width: 100%;
        margin: 0;
    }

    .menu_single2 {
        background-image: url(../img/back_g2.png);
        background-position: left;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 3rem;
        margin: -1rem auto 2rem;
        max-width: 1100px;
        height: auto;
    }

    .single2_i {
        width: 45%;
        height: auto;
        float: right;
    }

    .single2_r {
        width: 55%;
        float: right;
        height: 100%;
        padding: 0 2rem;
    }

    .single2_r p {
        color: white;
        font-size: 1rem;
        font-weight: bold;
    }

    .single2_r h3 img {
        width: 100%;
        margin: 0;
    }

    #sheet {
        width: 100%;
    }

    #sheet_inner {
        font-weight: bold;
        margin: 0rem auto;
        max-width: 1100px;
    }

    #sheet_inner h3 {
        color: #333;
    }

    #sheet_inner p {
        color: #333;
        line-height: 1.8rem;
        padding: 0 1rem;
    }

    div.private_room {
        margin: 2rem auto 4rem;
    }

    span.room_style {
        background-image: url(../img/sheet_back.jpg);
        border-radius: 4px;
        padding: 0.2rem;
        display: block;
        color: white;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 center;
        text-align: center;
        width: 100%;
    }

    span.room_style2 {
        background-image: url(../img/sheet_back2.jpg);
        border-radius: 4px;
        padding: 0.2rem;
        display: block;
        color: white;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 center;
        text-align: center;
        width: 100%;
    }

    div.room_image {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    div.room_image img {
        box-sizing: border-box;
        border: 4px solid white;
        display: block;
        width: 47%;
        height: 47%;
        box-shadow: 2px 2px 8px #666;
        margin: 1rem 0 1rem 2%;
    }


    #news {
        background-image: url(../img/back_news.png);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
        width: 100%;
    }

    #news_inner {
        font-weight: bold;
        margin: 0rem auto;
        max-width: 1100px;
    }

    #news_inner section {
        float: left;
        width: 60%;
    }

    #fb {
        float: left;
        width: 40%;
    }

    .fb {
        position: relative;
        height: auto;
        width: 100%;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .fb:hover {
        opacity: 0.8;
    }

    #news_inner ul {
        border-radius: 4px;
        margin: 0;
        padding: 1rem 1rem 0 1rem;
    }

    #news_inner li:first-child {
        border-top: 1px dotted #999;
        margin: 0 1rem 1rem;
        padding-top: 1rem;
    }

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

    #news_inner li:last-child {}

    .news_date {
        border-left: 4px solid #a20d68;
        display: block;
        margin-bottom: 0.5rem;
        margin-left: -0.5rem;
        font-size: 0.8;
        padding-left: 0.5rem;
    }

    .news_single {
        padding: 0 0 0 1rem;
        display: block;
    }

    .news_single:hover {
        background-color: white;
    }

    #concept {
        height: auto;
        width: 100%;
        background-image: url(../img/fukunokami.png);
        background-size: auto 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: hidden;
    }

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

    #concept_inner p {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 3rem;
        text-align: center;
        margin: 2rem auto 0;
    }

    #shopinfo {
        background-image: url(../img/back_wasi.jpg);
        background-repeat: repeat;
        height: auto;
        width: 100%;
    }

    #shopinfo h3 {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 4px;
    }

    #shopinfo_inner {
        background-image: url(../img/taru2.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: boder-box;
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

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

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

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

    .info table {
        border-collapse: separate;
        border: 1px solid #937d59;
        border-spacing: 0px;
        margin-left: 0%;
        width: 100%;
    }

    .info th {
        background-color: rgba(255, 255, 255, 0.7);
        border-right: 2px solid #5d4e35;
        border-bottom: 1px solid #937d59;
        overflow: visible;
        padding: 0.5rem;
        position: relative;
        text-align: left;
        vertical-align: middle;
        width: 6rem;
    }

    .info td {
        color: black;
        border-bottom: 1px solid #937d59;
        font-weight: 500;
        padding: 1rem;
        line-height: 1.5rem;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .info tr:last-child th {
        border-bottom: 0;
    }

    .info tr:last-child td {
        border-bottom: 0;
    }

    .info span {
        display: block;
    }

    .time {
        margin-bottom: 1rem;
    }

    #access {
        margin: 5rem auto 0;
        text-align: left;
        width: 100%;
    }

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

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

    footer {
        background-image: url(../img/foot.jpg);
        background-size: 100% auto;
        padding: 3rem;
        width: 100%;
    }

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

    #copy {
        bottom: 0;
        margin: auto;
        text-align: center;
    }

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

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

    .pagetop a img {
        width: 100%;
        opacity: 0.9;
        right: 0;
    }

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

    #s_news {
        background-color: white;
        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;
    }


    #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 {
        color: #0d0900;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    #app h3:first-letter {
        background-color: inherit;
        border-radius: 3px;
        border: 0px solid white;
        box-shadow: none;
        color: #0d0900;
        font-weight: bold;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 2rem;
        margin: 1rem 0;
        padding: 0;
    }


    .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) {
    .p1 {
        height: auto;
        width: 10%;
        position: relative;
        position: left top;
        transform: rotate(10deg);
        box-shadow: 0 0 4px #bababa;
    }

    .p2 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: left bottom;
        transform: rotate(5deg);
    }

    .p3 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: right;
        position: top;
        transform: rotate(-15deg);
    }

    .p4 {
        height: auto;
        width: 10%;
        position: relative;
        box-shadow: 0 0 4px #bababa;
        position: right;
        position: top;
        transform: rotate(-5deg);
    }

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

    body {
        background-image: url(../img/wasi.png);
        color: #715945;
        font-size: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    article > div {
        padding: 3rem 1rem;
    }

    #h1_wrap {
        background-image: url(../img/fire.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

    #h1_inner {
        margin: 0 auto;
        max-width: 1100px;
        height: auto;
    }

    #h1_inner img {
        width: 100%;
        height: auto;
    }

    h1 {
        color: black;
        font-size: .9rem;
        line-height: 1.3rem;
        max-width: 1100px;
        margin: 0rem auto;
        padding: 1rem;
        text-shadow: 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white;
    }

    h2 {
        color: #a20d68;
        font-size: 1.5rem;
        position: relative;
        padding: 0;
        text-align: center;
        margin-bottom: 3rem;
    }

    h2::before,
    h2::after {
        position: absolute;
        bottom: -1rem;
        left: 0;
        content: '';
        height: 4px;
    }

    h2::before {
        z-index: 2;
        width: 15%;
        background-color: #a20d68;
    }

    h2::after {
        width: 100%;
        background: -webkit-repeating-linear-gradient(45deg, #fff, #a20d68 2px, #aaa 2px, #aaa 4px);
        background: repeating-linear-gradient(45deg, #fff, #a20d68 2px, #fff 2px, #fff 4px);
    }

    h2 img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    h3:first-letter {
        background-color: #7c3663;
        border-radius: 3px;
        border: 1px solid white;
        box-shadow: 1px 1px 2px #ccc;
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        margin: left;
        margin-right: 0.2rem;
        padding: 0.3rem;
        text-align: center;
    }

    h3 {
        color: white;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .touchstart {
        opacity: 0.5;
    }

    header {
        background-color: white;
        border-bottom: 3px solid #7c3663;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #logo {
        position: absolute;
    }

    #logo a img {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .img1 {
        display: none;
    }

    #head-box {
        background-image: url(../img/warai_topback.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto, 100%;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

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

    #wrap {
        max-width: 1900px;
        width: auto;
        padding: 0;
        margin: 0 auto;
        padding: 0;
    }

    #reserve {
        width: 100%;
        background-image: url(../img/wood.jpg);
        border: 0px solid white;
    }

    #reserve_inner {
        background-image: url(../img/tennai.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
        color: white;
        width: 100%;
    }

    .rest {
        font-size: 0.9rem;
        line-height: 1.5rem;
        padding: 0 1rem;
        width: 100%;
    }

    .rest span {
        font-weight: bold;
    }

    #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 {
        margin: 3rem auto 0rem;
        width: 100%;
    }

    .banner a img {
        box-shadow: 0 0 6px #999;
        box-sizing: border-box;
        border: 3px solid white;
        height: auto;
        position: relative;
        width: 100%;
    }

    .tel {
        color: white;
        font-family: arial;
        font-weight: 800;
        font-size: 1.5rem;
        margin: 1rem auto 2rem;
        text-align: center;
    }

    .tel a {
        color: white;
    }

    .menu_single1 {
        background-image: url(../img/back_g3.png);
        background-position: bottom;
        background-size: auto 80%;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 1rem 2rem;
        margin: 0rem auto;
        max-width: 1100px;
        height: auto;
    }

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

    .single1_r {
        width: 100%;
        padding: 0;
    }

    .single1_r p {
        color: white;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .single1_r h3 img {
        width: 100%;
        margin: 0;
    }

    .menu_single2 {
        background-image: url(../img/back_g2.png);
        background-position: bottom;
        background-size: auto 80%;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 2rem;
        margin: 0rem auto 3rem;
        max-width: 1100px;
        height: auto;
    }

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

    .single2_r {
        width: 100%;
        padding: 0;
    }

    .single2_r p {
        color: white;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .single2_r h3 img {
        width: 110%;
        margin: 0;
    }

    #sheet {
        width: 100%;
    }

    #sheet_inner {
        color: white;
        width: 100%;
        padding-top: 0;
    }

    #sheet_inner h3 {
        color: #333;
    }

    #sheet_inner p {
        color: #333;
        line-height: 1.8rem;
        padding: 0 1rem;
    }

    div.private_room {
        margin: 2rem auto 4rem;
    }

    span.room_style {
        background-image: url(../img/sheet_back.jpg);
        border-radius: 4px;
        padding: 0.2rem;
        display: block;
        color: white;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 center;
        text-align: center;
        width: 100%;
    }

    span.room_style2 {
        background-image: url(../img/sheet_back2.jpg);
        border-radius: 4px;
        padding: 0.2rem;
        display: block;
        color: white;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 center;
        text-align: center;
        width: 100%;
    }

    div.private_room img {
        border: 3px solid white;
        display: block;
        width: 86%;
        height: auto;
        box-shadow: 2px 2px 8px #666;
        margin: 1rem auto;
    }

    #news {
        background-image: url(../img/back_news.png);
        background-size: auto 40%;
        background-position: right;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        margin: 0;
    }

    #news_inner {
        height: auto;
        width: 100%;
    }

    #news_inner section {}

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

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

    .news_date {
        border-left: 4px solid #a20d68;
        display: block;
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
        margin-left: -0.5rem;
        padding-left: 0.5rem;
    }

    .news_single {
        display: block;
        font-size: 1rem;
        margin: 0;
        padding: 0 0 0 0.5rem;
        width: 100%;
    }

    .news_single:hover {
        background-color: orange;
    }

    #fb {
        height: auto;
        margin-top: 0rem;
        width: 100%;
    }

    .fb {
        position: relative;
        height: auto;
        width: 100%;
    }

    .fb a:hover {
        opacity: 0.8;
    }

    #shopinfo {
        background-image: url(../img/back_wasi.jpg);
        background-repeat: repeat;
        height: auto;
        width: 100%;
    }

    #shopinfo_inner {
        background-image: url(../img/taru2.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: boder-box;
        width: 100%;
        height: auto;
    }

    .info {
        margin-bottom: 3rem;
    }

    /*店舗情報テーブル*/
    .info a {
        color: white;
    }

    .info table {
        color: white;
        text-shadow: 1px 1px 2px black,
            -1px 1px 2px black,
            1px -1px 2px black,
            -1px -1px 2px black;
        border-collapse: separate;
        border-spacing: 0px;
        font-size: 0.9rem;
        font-weight: bold;
        margin-left: 0%;
        width: 100%;
    }

    .info th {
        border-right: 2px solid white;
        border-bottom: 1px solid white;
        overflow: visible;
        padding: 0.5rem;
        position: relative;
        vertical-align: middle;
        text-align: left;
        width: 5rem;
    }

    .info td {
        border-bottom: 1px solid white;
        padding: 0.5rem;
        text-align: left;
        line-height: 1.2rem;
    }

    .info tr:last-child th {
        border-bottom: 0;
    }

    .info tr:last-child td {
        border-bottom: 0;
    }

    .info table span {
        display: block;
    }

    .time {
        margin-bottom: 1rem;
    }

    #calendar {
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
    }

    #access {
        margin-top: 4rem;
    }

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

    #map iframe {
        background-color: white;
        box-sizing: border-box;
        box-shadow: 0 0 6px #ccc;
        height: 99% !important;
        left: 0.5%;
        padding: 10px;
        position: absolute;
        top: 0.5%;
        width: 99% !important;
    }

    #concept {
        background-image: url(../img/fukunokami.png);
        background-size: auto 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    #concept_inner {
        height: auto;
        width: 100%;
    }

    #concept_inner img {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    #concept p {
        color: black;
        font-size: 0.9rem;
        margin: auto;
        line-height: 2rem;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    footer {
        background-image: url(../img/foot.jpg);
        background-size: 100% auto;
        width: 100%;
        font-size: 0.8rem;
        margin: 0;
        padding: 2rem 0 2rem;
        width: 100%;
    }

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

    #copy {
        bottom: 0;
        margin: auto;
        text-align: center;
    }

    /*ここから、ナビゲーション用*/
    @keyframes move {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 0.25;
        }

        50% {
            opacity: 0.5;
        }

        75% {
            opacity: 0.75;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes show {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

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

    .animenu__toggle {
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        /*ボタンサイズ*/
        margin: 14px;
        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__bar {
        background-color: #a20d68;
        border-radius: 4px;
        display: block;
        height: 4px;
        width: 30px;
        -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;
    }

    .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 solid rgba(255, 255, 255, 0.3);
        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 {
        background-color: white;
        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;
    }

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

    #app h2 {
        text-shadow: none;
    }

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

    #app_inner h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #0d0900;
    }

    #app h3:first-letter {
        background-color: inherit;
        border-radius: 3px;
        border: 0px solid white;
        box-shadow: none;
        color: #0d0900;
        font-weight: bold;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 2rem;
        margin: 1rem 0;
        padding: 0;
    }

    .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: #f894af;
    padding-left: 25px;
    margin-right: 10px;
}

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

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

#biz_calendar table.bizcal th {
    border: 0;
    background-color: #ffca89;
    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: white;
    border-width: 0;
    border: 1px solid #ffd8a8;
    padding: 2px;
}

#biz_calendar table.bizcal .calmonth {
    background-color: beige;
    text-align: left;
    font-weight: normal;
    padding: 2px 7px;
    border: none;
}

#biz_calendar table.bizcal .calbtn {
    background-color: beige;
    border: none;
    cursor: pointer;
}

#biz_calendar table.bizcal .holiday {
    background-color: #f894af;
    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: #000000;
}

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

#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;
}
