@charset "UTF-8";

html { scroll-behavior: smooth;}


body {
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #333;
    position: relative;
    height: auto;

}

header {
    position: fixed;
    width: 16%;
    height: 100%;
    background-color: #E8D84A;
}

main {
    position: absolute;
    width: 84%;
    left: 16%;
}

footer {
    display: none;
    position: relative;
    top: 5000px;
    width: 100%;
    height: 180px;
    background-color: #696121;
}

h2 {
    font-family: 'Dela Gothic One', cursive;
    text-align: center;
    font-size: 28px;
    color: #333;
    background-color: #E8D84A;
    padding: 5px 10px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 100px;
    border-radius: 10px;
}

h2::first-letter {
    color: #31139C;
}

h3 {
    display: inline;
    font-size: 24px;
    border-bottom: 2px solid #E8D84A;
    margin-left: 30px;
}

.link-none {
    color: inherit;
}

.logo_image {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.logo_image img {
    width: 80%;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
}

.logo_kanzi {
    position: absolute;
    text-align: center;
    top: 55px;
    width: 100%;
    height: auto;
}

.logo_kanzi p {
    position: absolute;
    width: 100%;
    top: 80%;
    font-family: 'Dela Gothic One', cursive;
    color: #000;
    font-size: 48px;
}

.logo_kanzi img {
    width: 50%;
    height: auto;
}

.g-nav ul {
    text-align: center;
    line-height: 1.5em;
    font-family: 'Dela Gothic One', cursive;
    font-size: 1em;
    margin-bottom: 50px;
}

.g-nav a {
    text-decoration: none;
    color: inherit;
}

.g-nav a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.time {
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    color: #696541;
}

.text-time {
    font-size: 18px;
    padding-bottom: 10px;
}

.shop-name-box {
    padding-bottom: 20px;
}

.shop-name {
    font-family: 'Dela Gothic One', cursive;
    font-size: 32px;
}

.shop-name span {
    padding-left: 14px;
}

.shop-name-hurigana {
    font-family: 'Dela Gothic One', cursive;
    padding-bottom: 5px;
    font-size: 14px;
}

.shop-name-hurigana span {
    padding-left: 10px;
}

.text-time::before,
.text-time::after {
    content: "◆";
    font-size: small;
}

.text-time::before {
    margin-right: 10px;

}

.text-time::after {
    margin-left: 10px;
}

.center-line::before {
    content: "-";
}

.center-dot::before {
    content: ":";
}

.number-time {
    font-size: 22px;
    text-decoration: underline;
    padding-bottom: 15px;
}

.image_box {
    position: relative;
    width: 100%;
}

.main_image img {
    width: 100%;
    margin-bottom: 100px;
}

.sub_image {
    position: absolute;
    bottom: 22%;
    right: 40px;
    background: linear-gradient(to left, rgba(142, 214, 255, 0.8) 80%, rgba(142, 214, 255, 0)100%);
    padding: 10px 10px 10px 50px;
}

.open_day {
    font-size: 28px;

}

.open_titte {
    font-size: 64PX;
}

.sub-tittle {
    position: absolute;
    top: 2%;
    left: 30px;
    font-size: 70px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.section-news {
    margin-bottom: 100px;
}

.news-content dt {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 50px;
    width: 250px;
}

.news-content-wrapper {
    display: flex;
    max-width: 767px;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px 40px;
    color: #31139C;
    border-bottom: 1px solid #d2d2d2;
}

.news-content-wrapper a {
    color: #f74949;
}

.news-content-wrapper a:hover {
    background-color: #FADCFD;
}



.about-box {
    display: flex;
}

.about-box2 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
}

.container {
    position: relative;
    width: 500px;
    height: 300px;
    margin: 0 20px;
}

.about_image {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: change-img-anim 15s infinite;
}

.container img {
    width: 100%;
    border-radius: 20px;
}

.about_image:nth-of-type(1) {
    animation-delay: 0s;
}

.about_image:nth-of-type(2) {
    animation-delay: 5s;
}

.about_image:nth-of-type(3) {
    animation-delay: 10s;
}

.about_image:nth-of-type(4) {
    animation-delay: 15s;
}

@keyframes change-img-anim {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.about-box-text {
    width: 50%;
    margin-top: 25px;
    margin-left: 50px;
    line-height: 2.0em;
}

.about-box-text2 {
    width: 50%;
    margin-top: 25px;
    margin-right: 50px;
    line-height: 2.0em;
}

.section-about {
    margin: 0 20px 200px;
    width: auto;
}

.menu-pc {
    margin-bottom: 100px;
}

.menu-pc caption {
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.menu-pc table {
    margin: 0 auto;
}

.menu-pc th {
    border-left: 2px solid #61D3E8;
    border-right: 2px solid #61D3E8;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.menu-pc td {
    border-left: 2px solid #61D3E8;
    border-right: 2px solid #61D3E8;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.menu-pc-comment {
    width: 300px;
    height: auto;
    margin: 0 auto;
    background-color: #61D3E8;
}

.menu-pc-comment p {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}

.table-Drink {
    margin-bottom: 50px;
}

.table-Food {
    margin-bottom: 50px;
}

.table-Drink caption {
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.table-Drink table {
    margin: 0 auto;
}

.table-Drink th {
    border-left: 2px solid #a561e8;
    border-right: 2px solid #a561e8;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.table-Drink td {
    border-left: 2px solid #a561e8;
    border-right: 2px solid #a561e8;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.table-Food caption {
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.table-Food table {
    margin: 0 auto;
}

.table-Food th {
    border-left: 2px solid #f74949;
    border-right: 2px solid #f74949;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.table-Food td {
    border-left: 2px solid #f74949;
    border-right: 2px solid #f74949;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.table-Dessert caption {
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.table-Dessert table {
    margin: 0 auto;
}

.table-Dessert th {
    border-left: 2px solid #ff81df;
    border-right: 2px solid #ff81df;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}

.table-Dessert td {
    border-left: 2px solid #ff81df;
    border-right: 2px solid #ff81df;
    padding: 8px 32px;
    text-align: center;
    vertical-align: middle;
}


.menu-line {
    border-bottom: 1px dotted #61D3E8;
}

.menu-line-Drink {
    border-bottom: 1px dotted #a561e8;
}

.menu-line-Food {
    border-bottom: 1px dotted #f74949;
}

.menu-line-Dessert {
    border-bottom: 1px dotted #ff81df;
}

.tax {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.tax::before {
    content: "※";
}

.section-menu {
    margin: 0 20px 200px;
}

.section-Introduction {
    margin: 0 20px 200px;
    width: auto;
}

.Introduction-box {
    margin-bottom: 50px;
}

.Introduction-box2 {
    margin-top: 50px;
}

.Introduction-box-text {
    margin: 25px 50px;
    line-height: 2.0em;
}

.Introduction-box-text span {
    font-size: small;
    color: #666;
}

.Introduction-box-text span::before {
    content: "<";
}
.Introduction-box-text span::after {
    content: ">";
}

.cast-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 30px;
}

.cast-image img {
    width: 100%;
    border-radius: 20px;
}

.cast-box {
    max-width: 350px;
    height: auto;
    overflow: hidden;
    margin: 10px 8px 10px 16px;
    position: relative;
}

.cast-box .caption {
    color: #333;
    position: absolute;
    top: 60px;
    left: 38px;
    width: 50%;
    text-align: center;
}

.name {
    padding-bottom: 20px;
    font-size: 24px;
}

.small {
    font-size: 16px;
    padding-bottom: 10px;
}

.cast-box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../image/fukidashi.jpg);
    background-size: contain;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cast-box:hover .mask {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0.8;
}

.Access-map {
    display: flex;
}

.gmap {
    margin: 0 20px;
}

.Access-box {
    display: flex;
    width: 50%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
}

.Access-box table {
    width: 100%;
}

.Access-box th {
    width: 30%;
    padding: 10px;
    border-bottom: 2px solid #696541;
}

.Access-box td {
    padding: 20px;
    width: 70%;
    border-bottom: 2px solid #696541;
}

.section-Access {
    margin-bottom: 200px;
}

.contact-box-a {
    display: flex;
    margin-bottom: 30px;
}

.contact-box-a dt {
    width: 200px;
}

.contact-info {
    color: #888;
    margin-top: 30px;
    line-height: 1.5em;
    font-size: 14px;
}

.contact-info p {
    padding: 5px 0;
}

.contact-info p::before {
    content: "※";
}

.section-contact {
    margin: 0 30px;
}

input[type="email"] {
    width: 300px;
}

input[type="text"] {
    width: 200px;
}

input {
    font-size: 1em;
    padding: 2px;
}

select {
    width: 207px;
    font-size: 1em;
    padding: 2px;
}

textarea {
    width: 100%;
    height: 207px;
    margin-bottom: 26px;
    border: 1px solid #707070;
    box-sizing: border-box;
}

.submit {
    text-align: center;
}

input[type="submit"] {
    padding: 6px 20px;
    z-index: 999;
}

input[type="submit"]:hover {
    background-color: #E8D84A;
}

.contact-main {
    max-width: 767px;
    margin: 0 auto;
}

.logo-twitter {
    width: 50px;
    height: auto;
    margin: 35px 30px 30px;
}

.logo-Instagram {
    width: 50px;
    height: auto;
    margin: 30px;
}

.logo-facebook {
    width: 50px;
    height: auto;
    margin: 30px;
}

.logo-twitter img {
    width: 100%;
    height: auto;
}

.logo-Instagram img {
    width: 100%;
    height: auto;
}

.logo-facebook img {
    width: 100%;
    height: auto;
}

.logo-box1 {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: center;
}

.logo-items p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 50px;
}

.logo-box {
    display: flex;
    justify-content: center;
}

footer p {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.top-button {
    position: absolute;
    right: 30px;
    width: 80px;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.top-button img {
    width: 100%;
    height: auto;
}

.top-button a {
    text-decoration: none;

}

.is-active{
    /* 表示する */
    opacity: 1;
    transition: 0.8s;
    visibility: visible;
  }

.wave {
    position: relative;
    height: 80px;
    /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}

canvas {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    max-width: 100%;
}


.cast-list .slick-slide {
    transform: scale(0.7);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.cast-list .slick-slide.slick-center {
    transform: scale(1.2);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #E8D84A;
    /*矢印の色*/
    border-right: 3px solid #E8D84A;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    z-index: 1;
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 1px;
    /*ドットボタンのサイズ*/
    height: 14px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}


@media screen and (max-width: 1000px) {
    header {
        position: static;
        position: relative;
        width: 100%;
        height: 170px;
    }

    main {
        width: 100%;
    }

    .logo_image {
        position: absolute;
        top: 0;
        width: 150px;
    }

    .logo_image img {
        width: 60px;
        margin: 6px;
    }

    .logo_kanzi {
        position: absolute;
        text-align: center;
        top: 12px;
        left: 50px;
        width: 50px;
        height: auto;
    }

    .logo_kanzi p {
        position: absolute;
        top: 39px;
        left: 0;
        font-family: 'Dela Gothic One', cursive;
        color: #000;
        font-size: 20px;
    }

    .logo_kanzi img {
        width: 100%;
        height: auto;
    }

    .g-nav ul {
        display: flex;
        justify-content: right;
        align-items: center;
        font-family: 'Dela Gothic One', cursive;
        font-size: 14px;
        padding: 30px;
        margin-bottom: 0;

    }

    .g-nav li:last-child {
        border-right: 1px solid #696541;
    }

    .g-nav li {
        border-left: 1px solid #696541;
        padding: 0 10px;
    }

    .g-nav a {
        text-decoration: none;
        color: inherit;
    }

    .g-nav a:hover {
        text-decoration: underline;
        opacity: 0.8;
    }

    .time {
        position: static;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 70px;
        text-align: center;
        line-height: 1.2em;
        background-color: #fff;
        color: #696541;

    }

    .time-table {
        display: inline;
        padding-left: 35px;
    }

    .shop-name {
        padding: 0;
    }

    .text-time {
        font-size: 14px;
        padding-bottom: 5px;

    }

    .number-time {
        font-size: 20px;
        text-decoration: underline;
        padding-bottom: 5px;
    }

    .holiday {
        font-size: 12px;
    }

    .text-time::before,
    .text-time::after {
        content: "◆";
        font-size: small;
    }

    .text-time::before {
        margin-right: 10px;

    }

    .text-time::after {
        margin-left: 10px;
    }

    .center-line::before {
        content: "-";
    }

    .center-dot::before {
        content: ":";
    }


    main {
        position: static;

    }

    .section-contact {
        margin-bottom: 200px;
    }

    footer {
        display: block;
        position: static;
    }

    .logo-items {
        display: none;
    }

    .top-button {
        position: fixed;
        bottom: 195px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        padding-bottom: 10px;
    }

    .copy-light {
        color: #fff;
    }

    .Access-map {
        display: block;
    }

    .Access-box {
        width: auto;
        margin-top: 30px;
        justify-content: center;
    }

    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }


}

@media screen and (max-width: 767px) {
    h2 {
        margin-bottom: 50px;
    }

    .section-news {
        margin-bottom: 0;
    }

    .section-about {
        margin-bottom: 100px;
    }

    .section-menu {
        margin-bottom: 100px;
    }

    .section-Introduction {
        margin-bottom: 100px;
    }

    .section-Access {
        margin-bottom: 100px;
    }

    .section-contact {
        margin-bottom: 100px;
    }

    .sub-tittle {
        font-size: 8vw;
        left: 10px;

    }

    .sub_image {
        max-width: 800px;
    }

    .sub_image p {
        display: inline;
    }

    .open_day {
        font-size: 3vw;
    }

    .open_titte {
        font-size: 8vw;
        margin-left: 15px;
    }

    h3 {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 5px;
    }

    .cast-box {
        max-width: 300px;
    }

    .blank {
        height: 80px;
        background-color: #E8D84A;
    }

    .contact-box dt {
        padding: 0;
        margin-bottom: 10px;
    }

    .contact-box-a {
        display: block;
        max-width: 800px;
    }

    .news-content dt {
        margin-left: 0;
        margin-bottom: 20px;
        width: auto;

    }

    .news-content-wrapper {
        display: block;
        text-align: center;
        font-size: 1em;
    }

    .news-content-wrapper dt::after {
        content: none;
    }

    .about-box {
        display: block;
    }

    .about-box2 {
        display: block;
    }

    .about-box-text {
        width: auto;
        margin: 25px 10px;
    }

    .about-box-text2 {
        width: auto;
        margin: 25px 10px;
    }

    .Introduction-box-text {
        margin: 25px 10px;
    }

    .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .section-menu table {
        font-size: 0.8em;
    }

    .contact-info p {
        font-size: 10px;
    }

    #g-nav.panelactive {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 100vh;
    }


    /*丸の拡大*/
    .circle-bg {
        position: fixed;
        z-index: 3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #B6F542;
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        right: -50px;
        top: calc(50% - 50px);
        /*50%から円の半径を引いた値*/
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*はじめは表示なし*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
        /*クラスが付与されたら出現*/
    }

    /*ナビゲーション*/
    #g-nav ul {
        opacity: 0;
        /*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        display: block;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #g-nav.panelactive ul li {
        border: 0px;
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
    }

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

        100% {
            opacity: 1;
        }
    }


    /*リストのレイアウト設定*/
    #g-nav li {
        text-align: center;
        list-style: none;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: none;
        letter-spacing: 0.1em;
        font-weight: bold;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 9999;
        /*ボタンを最前面に*/
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }


}