*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN";
    font-family: "BIZ UDPゴシック","BIZ UDPGothic"; 
}

body{
    background: url(../images/869954_l.jpg);
    background-size: contain;
}

main{
    min-height: 100vh;
    max-width: 1600px;
    margin: 0 auto;
}

html{
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');

.start{
    background: linear-gradient(25deg, rgb(57, 57, 57), #b5b5b5,rgb(57, 57, 57));
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start p{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 9999;
    width: 100vw;
    text-align: center;
}

.start img{
    width: 60vh;
    text-align: center;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1.5s;
}
   
.fadein.active{
    opacity : 1;
    transform : translate(0, 0);
}

/*-------------------ヘッダー-------------------*/

header{
    position: fixed;
    width: 100%;
    z-index: 3;
}

.logo-container{
    width: 30%;
    height: 100%;
    text-align: center;
}

.logo{
    height: 100%;
    margin-top: 0;
}

.burger{
    display: none;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/plaster-wall-03.jpg);
    background-size: contain;
    border-bottom: 2px solid gray;
    height: 10vh;
}

header nav ul{
    display: flex;
    width: 70%;
    justify-content: space-around;
}

header nav ul li{
    list-style: none;
    font-weight: bold;
    font-size: 1rem;
}

header ul a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: all 0.3s;
    padding: 0.5em 0.8em;
    border-radius: 20px;
}

header ul a:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px 0.5em  rgb(255, 255, 255);
    transition: all 0.2s;
}

/*-------------------ヘッダー-------------------*/
/*-------------------フッター-------------------*/

:root{
    --main-color: rgb(41, 41, 41);
}

footer{
    background: linear-gradient(rgba(96, 96, 96, 0),10%, var(--main-color),var(--main-color),var(--main-color),var(--main-color));
    padding-top: 200px;
}

.footer-logo{
    height: 200px;
} 

.footer-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

footer p{
    text-align: center;
    padding: 30px;
}

/* 共通のアイコンエフェクト */
.socialEffect__link {
    margin: .3em;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #bfbfbf;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.1);
    transition: transform ease-out 0.2s;
}
  
.socialEffect__box li {
    display: flex;
    justify-content: space-around;
}
  
  
  /* インスタ用アイコン設定 */
.icon-instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.9);
}

.fab.fa-instagram {
    display: inline-block;
    color: #fff;
}

.icon-instagram:hover {
    background: radial-gradient(
        circle farthest-corner at 32% 106%,
        rgb(255, 225, 125) 0%,
        rgb(255, 205, 105) 10%,
        rgb(250, 145, 55) 28%,
        rgb(235, 65, 65) 42%,
        transparent 82%
      ),
      linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    transform: scale(0.9);
}

/* フェイスブック用アイコン設定 */
.icon-facebook::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.9);
}
.fab.fa-facebook-f {
    display: inline-block;
    color: #fff;
}
.icon-facebook:hover {
    background: #3b5998;
    transform: scale(0.9);
}

.copyright{
    color: #fff;
}

/*-------------------フッター-------------------*/

main{
    padding-top: 10vh;
}

.top-img{
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/IMG_6603.jpg);
    height: 95svh;
    background-size: cover;
    background-position: center top;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-img img{
    width: 35vw;
    object-fit: cover;
}

h1{
    font-family: 'Amatic SC', cursive;
    font-size: 36px;
    text-align: center;
    margin: 2em 5em;
    font-weight: bold;
    padding: 0.5em 1em;
    background-color: #4d7aae;
    box-shadow: 0 0 0 10px #4d7aae;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}

.sche-img{
    text-align: center;
}

.sche-img img{
    border: 5px solid #fff;
}

.schedule{
    width: 60vw;
}

.schedule-preview{
    width: 30vw;
}

.takoyaki-box{
    text-align: center;
}

.takoyaki{
    width: 100%;
    border: 5px solid #fff;
}

@keyframes steam01 {
    0% {
        bottom: -600px;
        filter: blur(16px);
        transform: rotateY(0deg);
        transform: scale(0.6, 1);
        opacity: 0
    }
    11% { opacity: 0.1 }
    33% {
        transform: rotateY(40deg);
        transform: scale(1, 1.4);
        opacity: 0.5
    }
    66% {
        transform: rotateY(10deg);
        transform: scaleY(1.8, 1);
        opacity: 0.4
    }
    100% {
        bottom: 0;
        filter: blur(20px);
        transform: rotateY(60deg);
        transform: scaleY(2, 1.8);
        opacity: 0
    }
}
@keyframes steam02 {
    0% {
      bottom: -400px;
      filter: blur(16px);
      transform: rotateY(0deg);
      transform: scale(0.6, 0.6);
      opacity: 0
    }
    11% { opacity: 0.1 }
    33% {
      transform: rotateY(40deg);
      transform: scale(0.8, 1);
      opacity: 0.4
    }
    66% {
      transform: rotateY(2deg);
      transform: scaleY(1, 1.2)
    }
    100% {
      bottom: 0;
      filter: blur(20px);
      transform: rotateY(50deg);
      transform: scaleY(1.2, 1.4);
      opacity: 0
    }
}
.takoyaki-wrap {
    width: 60%;
    margin: 100px auto 0
}
.takoyaki-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}
.steamBox > img {
    width: 100%;
    display: block
}
.steam01 {
    position: absolute;
    right: 0;
    animation: steam01 10s infinite linear;
    opacity: 0
}
.steam02 {
    position: absolute;
    left: 0;
    animation: steam02 14s infinite linear;
    opacity: 0
}
.steam03 {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    animation: steam02 12s infinite linear;
    animation-delay: 6s;
    opacity: 0
}
.steam01 img, .steam03 img {
    width: 80vw;
    height: 800px
}
.steam02 img {
    width: 60vw;
    height: 600px
}

.menu-guidance{
    display: flex;
    justify-content: center;
    margin: 8em auto;
}

.guidance-wrapper{
    position: relative;
    width: 20em;
    height: 20em;
    align-items: center;
    margin: 0 6em;
}

.guidance-wrapper img{
    width: 15em;
    position: absolute;
    border: 4px solid #ffffff;
}

.guidance-wrapper img:nth-child(1){
    transform: rotate(-25deg);
    left: -5em;
}
.guidance-wrapper img:nth-child(2){
    transform: rotate(18deg);
    left: 4em;
    top: 2em;
}
.guidance-wrapper img:nth-child(3){
    transform: rotate(-10deg);
    left: -2em;
    top: 4.5em;
}

.guidance-wrapper a{
    background-color: rgb(8, 113, 0);
    font-size: 30px;
    position: absolute;
    top: 5em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    border: 2px dashed #fff;
    box-shadow: 0 0 0 0.2em rgb(8, 113, 0);
}

.sec03-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec03-container img{
    width: 30vw;
}

.note{
    color: #000000;
    margin: 2em 2em;
    font-weight: bold;
    border: solid 1px #e6e6e6;
    padding: 0.3em 1em 2em 1em;
    box-shadow:2px 2px 0 rgba(0,0,0,.1);
    background-color: #fff;
}

.note-sen{
    background-color: #fff;
    background-image:
    linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
    background-size: 100% 2em;
    line-height: 2em;
    padding: 2em 1em 0.2em 1em;
}

.takoyaki-note{
    margin: 2em 20%;
}

.section04 iframe{
    width: 40vw;
    height: 30vw;
}

.sec04-map{
    text-align: center;
    margin-bottom: 2em;
}

.e-money{
    display: flex;
}

.pay-img{
    width: 12em;
    object-fit: cover;
}

.code-pay img{
    width: 5em;
    display: block;
}

.table-wrapper{
    display: flex;
    justify-content: center;
}

.table-wrapper table{
    background-color: #fff;
}

.table-wrapper table th{
    padding: 1em;
    border-bottom: 1px solid gray;
}

.table-wrapper table td{
    padding: 1em;
    border-bottom: 1px solid gray;
}

.table-wrapper table{
    box-shadow: 0 0 0 2em #fff;
    margin: 3em auto;
}

.map-guide img{
    height: 50%;
    object-fit: cover;
    border: 5px solid #fff;
}

.map-guide{
    display: flex;
    justify-content: center;
    height: 30rem;
    margin: 5rem auto;
}

.sec03-img img{
    border: 5px solid #fff;
}

/*-------------------NEWS-------------------*/

.news-note{
    display: flex;
}

.news-section a{
    text-decoration: none;
}

.news-section{
    margin: 2rem 8rem;
}

.form-label{
    float: left;
    margin-right: 20px;
    width: 135px;
    border-left: 3px solid #3cff00;
    padding-left: 10px;
}

.news-note-item02{
    height: 150px;
    width: 150px;
    text-align: center;
    margin-right: 5em;
}

.form-items input[type="text"]{
    height: 2em;
    width: 60%;
}

textarea{
    width: 60%;
    font-size: 16px;
}

.news-pre{
    height: 15em;
    max-width: 26.6em;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 3px #a6a6a6;
}

.news-img img{
    height: 160px;
    width: 160px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 3px #a6a6a6;
}

.form-wrapper .note{
    width: 60vw;
    margin: 10vh auto;
}

.news-form-title{
    text-align: center;
}

.form-btn-area{
    text-align: center;
}

.form-btn-area input[type="submit"],
.form-btn-area input[type="reset"]{
    height: 3em;
    width: 10em;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.form-btn-area input[type="reset"]{
    background-color: crimson;
    margin-right: 3em;
}

.form-btn-area input[type="reset"]:hover{
    background-color: rgb(103, 12, 30);
}

.form-btn-area input[type="submit"]{
    background-color: slateblue;
}

.form-btn-area input[type="submit"]:hover{
    background-color: rgb(51, 44, 96);
}

.back-btn{
    background-color: #a6a6a6;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 0.5em 1em;
}

.back-btn:hover{
    background-color: #606060;
}

.form-back-area{
    text-align: center;
    margin-top: 5em;
}

.form-item02,.form-item01{
    display: flex;
}

.edit-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5em;
}

.edit-menu-btn{
    margin: 0 5em;
}

.edit-menu-btn a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 0.5em 2em;
    border-radius: 8px;
    border: 2px solid #606060;
    box-shadow: 0 0 5px 2px #3f3f3f;
}

.edit-btn a{
    background-color: cadetblue;
}

.edit-btn a:hover{
    background-color: rgb(57, 92, 93);
}

.delete-btn a{
    background-color: crimson;
}

.delete-btn a:hover{
    background-color: rgb(113, 12, 32);
}

.create-btn a{
    background-color: rgb(84, 167, 0);
}

.create-btn a:hover{
    background-color: rgb(46, 91, 0);
}

.news-ditail-img{
    text-align: center;
}

.news-ditail-img img{
    height: 27em;
    max-width: 100%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 3px #a6a6a6;
}

.note-content-items{
    margin: 0 12em;
}

.note-content-items p{
    font-size: 1.2em;
}

.note-title{
    text-align: center;
    font-size: 36px;
    background-image: linear-gradient(-45deg, rgba(255,230,200,.4) 25%, transparent 25%, transparent 50%, rgba(255,230,200,.4) 50%, rgba(255,230,200,.4) 75%, transparent 75%, transparent 100%);
    background-size: 20px 20px;
    border-left:2px dotted rgba(0,0,0,.1);
    border-right:2px dotted rgba(0,0,0,.1);
    box-shadow:0 0 5px rgba(0,0,0,.2);
    padding: 0.5em;
    color: #303030;
    transform: rotate(-1deg);
}

/*-------------------NEWS-------------------*/
/*-------------------MENU-------------------*/

.list-title{
    display: flex;
    justify-content: space-between;
    height: 12em;
    align-items: center;
    text-align: center;
}

.menu-name input[type="text"]{
    height: 1.5rem;
}

.list-img img{
    height: 160px;
    max-width: 284.5px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 3px #a6a6a6;
    margin-right: 1em;
    object-fit: cover;
}

.menu-wrapper ul li{
    list-style: none;
}

.menu-name{
    padding: 1rem 2rem;
    border-left: 5px solid #ffee00;
    background: #f5f5f5;
    box-shadow: 2px 2px 5px 3px #adadad;
    font-size: 24px;
    margin-left: 1em;
}

.edit-menu-menu{
    display: flex;
    justify-content: space-between;
}

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

.edit-menu-menu .menu-menu{
    width: 70%;
}

.edit-menu-menu .menu-menu-btns{
    width: 30%;
    position: relative;
}

.visit-menu-menu .menu-menu-name{
    margin-left: 4em;
}

.visit-menu-menu .menu-price{
    margin-right: 4em;
}

.menu-note{
    margin: 2rem 12rem;
}

.menu-menu-btns{
    display: flex;
    justify-content: center;
}

.menu-menu-btns a{
    text-decoration: none;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 5px;
    border: 2px solid gray;
    box-shadow: 0 0 5px 2px #a6a6a6;
    position: absolute;
    top: -0.2em;
}

.menu-menu-btns a:nth-child(1){
    background-color: cadetblue;
    left: 2em;
}

.menu-menu-btns a:nth-child(1):hover{
    background-color: rgb(57, 92, 93);
}

.menu-menu-btns a:nth-child(2){
    background-color: crimson;
    right: 1em;
}

.menu-menu-btns a:nth-child(2):hover{
    background-color: rgb(113, 12, 32);
}

.list-submit{
    text-align: center;
}

.list-submit input[type="submit"]{
    background-color: rgb(84, 167, 0);
    padding: 0.5em 1em;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.list-submit input[type="submit"]:hover{
    background-color: rgb(46, 91, 0);
}

.list-title{
    margin-left: 2em;
    display: flex;
    position: relative;
}

.list-title-btns a{
    position: absolute;
    text-decoration: none;
    color: #fff;
    padding: 0.3em 0.8em;
    border-radius: 5px;
    border: 2px solid gray;
    box-shadow: 0 0 5px 2px #a6a6a6;
}

.list-title-btns .delete-btn a{
    left: 6em;
}

.list-title-btns .edit-btn a{
    left: 1em;
}

.menu-menu-btns input[type="submit"]{
    background-color: rgb(84, 167, 0);
    width: 5em;
    border-radius: 5px;
    color: #fff;
    font-weight: bold
}

.menu-menu-btns input[type="submit"]:hover{
    background-color: rgb(46, 91, 0);
}

.menu-menu input[type="text"]{
    width: 50%;
}

.menu-menu input[type="number"]{
    height: 2em;
    width: 5em;
}

.menu-input03{
    height: 2em;
    width: 100%;
}

.menu-supple{
    padding: 0 4em;
    color: #696969;
    font-weight: 100;
}

/*-------------------MENU-------------------*/

.schedule-e-message{
    text-align: center;
    width: 60vw;
    margin: 0 auto;
}

.schedule-e-message p{
    text-decoration: none;
    padding: 0.5rem;
    background: #f7f7f7;
    border-left: solid 6px #58ad5a;
    color: #000000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
}

.top-edit-main form{
    text-align: center;
}

.top-edit-main form input[type="submit"]{
    background-color: #2fca00;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 5px;
}

.top-edit-main form input[type="submit"]:hover{
    background-color: #1f8400;
}

.top-edit-main .note{
    margin: 3em 20em;
}

/*-------------------クーポン-------------------*/

.coupon-title{
    text-align: center;
    font-size: 28px;
    background-image: linear-gradient(-45deg, rgba(255,230,200,.4) 25%, transparent 25%, transparent 50%, rgba(255,230,200,.4) 50%, rgba(255,230,200,.4) 75%, transparent 75%, transparent 100%);
    background-size: 20px 20px;
    border-left:2px dotted rgba(0,0,0,.1);
    border-right:2px dotted rgba(0,0,0,.1);
    box-shadow:0 0 5px rgba(0,0,0,.2);
    padding: 0.6em;
    color: #303030;
    transform: rotate(-1deg);
}

.coupon-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-wrapper img{
    height: 10em;
}

.coupon-btn{
    width: 40%;
    align-items: center;
}

.section-coupon .note{
    margin: 0 10rem;
}

.coupon-tag{
    position: relative;
    margin-bottom: 0.2rem;
    padding: 1rem;
    box-shadow: 0 2px 6px #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.a-coupon{
    border-left: 15px solid #ff0000;
    background-color: #fff4e2;
}

.b-coupon{
    border-left: 15px solid #006eff;
    background-color: #e2efff;
}

.not-coupon{
    border-left: 15px solid #3e3e3e;
    background-color: #dbdbdb;
}

.tag-wrapper{
    text-align: center;
    margin: 2rem auto 3rem;
}

.inner-tag{
    width: 100%;
    text-align: center;
}

.inner-tag:nth-child(2){
    margin-top: 10rem;
}

.use-wrapper{
    text-align: center;
    margin: 3rem auto;
}

.coupon-main .note{
    margin: 0 15rem;
}

.coupon-confirm-btns{
    text-align: center;
    margin: 20vh auto;
}

.coupon-confirm-btns a{
    padding: 4vh 8vh;
    font-size: 36px;
}

.coupon-confirm-btns p{
    padding: 4vh 8vh;
    font-size: 36px;
}

.coupon-ex{
    margin-top: 2em;
}

.circle3 {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #ff0000;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    opacity: 1;
    transition: all 0.6s;
    z-index: 3;
}

.circle3.isActive{
    opacity: 0;
    transition: all 0.6s;
}

@keyframes floating-y {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
}

/*-------------------クーポン-------------------*/

@media screen and (max-width: 1024px){
    .start p{
        width: 100vw;
        text-align: center;
    }
    
    .start img{
        width: 25vh;
        text-align: center;
    }

    h1{
        font-size: 32px;
        margin: 2em 3em;
        padding: 0.3em 1em;
    }

    .menu-note{
        margin: 2rem 4rem;
    }

    .news-section{
        margin: 2rem;
    }

    .top-edit-main .note{
        margin: 3em 8em;
    }

    .section-coupon .note{
        margin: 0 3rem;
    }

    .coupon-main .note{
        margin: 0 10rem;
    }
}

@media screen and (max-width: 768px){
    .start p{
        width: 100vw;
        text-align: center;
    }
    
    .start img{
        width: 25vh;
        text-align: center;
    }

    /*-------------------ヘッダー-------------------*/

    .nav-links{
        display: block;
        position: absolute;
        right: -300px;
        flex-direction: column;
        background-image: url(../images/plaster-wall-03.jpg);
        background-size: contain;
        border-left: 2px solid rgb(85, 85, 85);
        width: 220px;
        top: 0;
        height: 100vh;
        justify-content: start;
        transition: all 0.5s;
        z-index: 3;
        opacity: 0;
    }

    nav .nav-links{
        padding: 70px 25px 25px 25px;
    }

    header ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header ul li{
        border-bottom: 1px solid #000000;
    }

    header ul a{
        display: block;
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        padding: 1rem;
        transition-duration: 0.2s;
    }

    .burger{
        display: block;
        position: fixed;
        top: 20px;
        right: 30px;
        z-index: 3;
        cursor: pointer;
    }

    .burger span{
        display: block;
        width: 25px;
        height: 2px;
        background-color: rgb(0, 0, 0);
        transition: all 0.5s;
        border-radius: 4px;
        font-size: 12px;
    }

    .burger span:nth-child(1){
        width: 45px;
        margin: 4px 0 4px auto;
    }

    .burger span:nth-child(2){
        width: 25px;
        margin: 4px 0 4px auto;
    }

    .burger span:nth-child(3){
        width: 35px;
        margin: 4px 0 4px auto;
    }

    .burger span:nth-child(4){
        width: 0;
        margin-left: 10px;
        color: rgb(0, 0, 0);
    }

    #mask{
        display: none;
        transition: all 0.5s;
        z-index: 2;
    }

    .open .nav-links{
        right: 0;
        opacity: 1;
    }

    .open #mask{
        display: block;
        background-color: #000000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        opacity: 0.8;
        cursor: pointer;
    }

    .open .burger span:nth-child(1){
        transform: translateY(16.5px) rotate(45deg);
        width: 35px;
        background-color: #000000;
    }
    .open .burger span:nth-child(2){
        opacity: 0;
        transform: translateY(10px) rotate(45deg);
        width: 35px;
    }
    .open .burger span:nth-child(3){
        transform: translateY(4.5px) rotate(-225deg);
        background-color: #000000;
    }
    .open .burger span:nth-child(4){
        opacity: 0;
    }

    .logo-container{
        width: 100%;
    }

    /*-------------------ヘッダー-------------------*/
    /*-------------------フッター-------------------*/

    .footer-logo{
        height: 100px;
    } 

    .footer-info{
        display: block;
    }

    .f-logo-area{
        text-align: center;
        margin-bottom: 3rem;
    }
    
    /*-------------------フッター-------------------*/

    h1{
        font-size: 26px;
        margin: 1.5em 2em;
        padding: 0.1em 1em;
    }

    .note{
        font-size: 12px;
        margin: 2em 1em;
    }

    .takoyaki-wrap {
        width: 90%;
    }

    .menu-guidance{
        display: block;
    }

    .sec03-container{
        display: block;
        font-size: 12px;
    }

    .sec03-container img{
        width: 80vw;
    }

    .sec03-img{
        text-align: center;
    }

    .section04 iframe{
        width: 90vw;
        height: 67.5vw;
    }

    .table-wrapper{
        font-size: 12px;
    }

    .table-wrapper table th{
        padding: 0.5em;
    }
    
    .table-wrapper table td{
        padding: 0.5em;
    }

    .table-wrapper table{
        box-shadow: 0 0 0 1em #fff;
    }

    .guidance-wrapper{
        position: relative;
        width: 70vw;
        height: 12em;
        align-items: center;
        margin: 0 6em;
    }
    
    .guidance-wrapper img{
        width: 10em;
        position: absolute;
        border: 4px solid #ffffff;
    }

    .guidance-wrapper a{
        font-size: 24px;
        left: 4em;
    }

    .parking-img{
        display: flex;
        justify-content: center;
    }

    .map-guide{
        display: block;
    }

    .map-guide img{
        width: 40%;
        margin: 0.5rem;
    }

    .sche-img img{
        border: 3px solid #fff;
    }

    /*-------------------NEWS-------------------*/

    .news-section{
        margin: 2rem 0;
    }

    .news-note-item02{
        height: 50px;
        width: 50px;
        margin-right: 5em;
    }

    .news-img img{
        height: 80px;
        width: 80px;
    }

    .form-wrapper .note{
        width: 80vw;
    }

    .form-items input[type="text"]{
        width: 90%;
    }

    textarea{
        width: 90%;
        font-size: 12px;
    }

    /*-------------------NEWS-------------------*/
    /*-------------------MENU-------------------*/

    .edit-menu-btn a{
        font-size: 16px;
        padding: 0.5em 1em;
    }

    .edit-menu-btn{
        margin: 0 1em;
    }

    .news-ditail-img img{
        height: 14em;
    }

    .note-content-items{
        margin: 0 1em;
    }

    .note-title{
        font-size: 20px;
    }

    .menu-note{
        margin: 2rem 1rem;
    }

    .menu-name{
        padding: 0.5rem 1rem;
        font-size: 16px;
        margin-left: -0.8em;
        max-width: 10em;
    }

    .list-img img{
        height: 80px;
        max-width: 148px;
        margin-right: -0.5em;
        border: 3px solid #fff;
    }

    .menu-menu-btns a:nth-child(1){
        left: 1em;
    }
    
    .menu-menu-btns a:nth-child(2){
        right: -1em;
    }

    .list-title-btns .delete-btn a{
        left: 4em;
    }

    .list-title-btns .edit-btn a{
        left: -1em;
    }

    .menu-name input[type="text"]{
        width: 9em;
    }

    .list-img input[type="file"]{
        margin-left: -12em;
    }

    .visit-menu-menu .menu-menu-name{
        margin-left: 2em;
    }
    
    .visit-menu-menu .menu-price{
        margin-right: 2em;
    }

    .menu-supple{
        padding: 0 2em;
    }

    /*-------------------MENU-------------------*/

    .top-edit-main .note{
        margin: 3em 5em;
    }

    .schedule{
        width: 80vw;
    }

    .schedule-preview{
        width: 50vw;
    }

    /*-------------------クーポン-------------------*/

    .coupon-title{
        font-size: 14px;
        padding: 0.8em;
    }

    .coupon-wrapper{
        display: block;
    }

    .coupon-img{
        text-align: center;
    }

    .section-coupon .note{
        margin: 0 1rem;
    }

    .coupon-btn{
        width: 100%;
    }

    .inner-tag{
        margin: 3rem 0;
    }

    .coupon-main .note{
        margin: 0 1rem;
    }

    .circle3 {
        right: 3rem;
        bottom: 3rem;
        width: 5rem;
        height: 5rem;
        font-size: 14px;
    }

    /*-------------------クーポン-------------------*/

}