* {
    box-sizing:border-box;
    word-wrap:break-word;
    margin-block-start:0;
    margin-block-end:0;
    margin: 0px;
    padding: 0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    /*overflow-x: hidden;*/
}
body {
    background: #333;
}
main {
    max-width:375px;
    margin:0 auto;
    background-color: #fff;
    position:relative;
}
a {
    text-decoration: none;
    color:inherit;
}
li {
    list-style:none;
}
img {
     width:100%;
    height:100%;
    max-width:100%;
    display:block;
    object-fit: cover;
}
.t-c {
    text-align:center;
}
.bold {
    font-weight:bold;
}
.m-b40 {
    margin-bottom:40px;
}
.m-t40 {
    margin-top:40px;
}



/*==================================================
スライダーのためのcss
===================================*/
.swiper {
    width: 100%;
    height:auto;
}
.swiper img{
    max-width: 100%;
    height: auto;
}
/*.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:auto!important;
}*/
.swiper-wrapper {
    opacity:1;
    visibility: visible;
}

.section-wrapper {
    padding:0 20px;
}
.active-menu {
    transform:translateX(-50%) !important;
    opacity:1!important;
    pointer-events: all!important;
}
.top-image-wrapper {
    width:100%;
    height:auto;
}
.to-contents-wrapper {
    width:100%;
    height:auto;
    margin:60px 0;
}
.title-wrapper {
    font-size:35px;
}

/*header*/
.header-btn {
    width:80px;
    height:80px;
    position:absolute;
    right:20px;
    top:20px;
    z-index:99;
    cursor:pointer;
}
.header-logo {
    width:100px;
    height:auto;
    position:absolute;
    top:30px;
    left:20px;
    z-index: 98;
}
.header-menu-wrapper {
    z-index:999;
    max-width:375px;
    width:100%;
    height:100vh;
    top:0;
    left:50%;
    background-color:#333;
    position:fixed;
    color:#fff;
    transition:all 0.6s;
    transform:translateX(50%);
    opacity:0;
    pointer-events: none;
}
.header-menu-inner {
    width:100%;
    height:100%;
    position:relative;
}
.menu-logo {
    width:100px;
    height:auto;
    position:absolute;
    top:15px;
    left:20px;
}
.menu-btn {
    font-size:50px;
    display:inline-block;
    position:absolute;
    top:0;
    right:20px;
    cursor:pointer;
}
.menu-wrapper {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
}
.menu-inner {
    font-size:32px;
}
.menu-inner li {
    padding:10px 0;
}
.menu-inner li a,
.header-btn {
    transition:all 0.5s;
}
.menu-inner li a:hover,
.header-btn:hover {
    opacity:0.4;
}
.insta {
    width:50px;
    height:50px;
    margin:0 auto;
}


/*news*/
.news-wrapper {
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    padding:20px 0 10px;
    border-bottom:1px solid #333;
}

.news-wrapper a {
    display:flex;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.news-title,.news-date {
    font-size:16px;
}
.news-date {
    margin-right:20px;
}

/*ページナビ（お知らせ一覧）*/
.page-navi-wrapper {
    display:flex;
    justify-content: center;
    margin:40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    font-size:20px;
    color:#fff;
    background-color: #333;
    vertical-align: middle;
    padding:5px 8px 4px!important;
}

/*ページナビ（お知らせ記事）*/
.post-link-wrapper {
    display:flex;
    justify-content: center;
    color:#fff;
    margin:30px 0;
}
.page-nav-left,
.page-nav-right {
    background-color: #333;
    width:36px;
    height:36px;
    margin:0 15px;
    font-size:20px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.to-news {
    background: #333;
    font-size:18px;
    height:36px;
}
.to-news a {
    padding:0 10px;
    height:36px;
    display:flex;
    align-items: center;
}

/*menus*/
.menu-title-wrapper {
    font-size:60px;
}
.foods-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin:0 auto;
    justify-content: center;
    column-gap: 20px;
}
.foods-inner {
    width:350px;
    max-width:100%;
    height:auto;
    padding:20px;
    background-color: #F2EFEF;
    margin:30px 0;
}
.foods-inner img {
    width:100%;
    height:calc(310px * 5625 / 10000);
}
.foods-name {
    margin:10px 0 0;
    font-size:24px;
}
.furigana {
    font-size:14px;
}
.foods-price {
    font-size:18px;
    margin-bottom:10px;
}
.foods-text {
    font-size:18px;
}
.foods-text-wrapper {
    display:flex;
    justify-content: center;
}
.foods-text-wrapper .foods-text {
    display:inline-block;
}

.drink-wrapper {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    column-gap: 30px;
    margin:30px 0;
}
.drink-inner {
    display:flex;
    justify-content: space-between;
    width:400px;
    font-size:20px;
    margin:10px 0;
}
.drink-name {
    min-width:130px;
}

/*locations*/
.location-wrapper {
    display:block;
    margin:50px auto 80px;
    width:100%;
    max-width:500px;
}
.location-map {
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.location-map iframe {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
}
.shop-name {
    font-size:24px;
    margin:10px 0;
}
.location-text-wrapper ul {
    margin-bottom:10px;
}
.location-text-wrapper ul li {
    padding:0.15em 0;
}
/*footer*/
footer {
    padding:50px 0;
}
.footer-logo {
    width:200px;
    height:auto;
    margin:0 auto 50px;
}
footer .menu-inner {
    font-size:24px;
}

/*投稿機能*/
.the-content {
    margin:120px auto 0;
}
.the-content p,
.the-content2 p {
    margin:20px 0;
}
.the-content h2,
.the-content2 h2 {
    font-size:35px;
    margin:10px 0px;
}
.the-content h3,
.the-content2 h3 {
    font-size:24px;
    margin-top:20px;
}
/*CONTACT*/
[data-name="your-name"],[data-name="your-email"],[data-name="tel-num"],textarea {
    color:#333;
}
.wpcf7-form p:nth-of-type(5),
.wpcf7-form p:nth-of-type(6) {
    text-align: center;
}
.wpcf7-form label {
    font-size:20px;
}
.wpcf7-form input {
    width:100%;
    height:40px;
    font-size:18px;
    margin:10px 0;
    border-width:1px;
    border:1px solid #707070;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-form textarea {
    width:100%;
    height:200px;
    font-size:18px;
    margin:10px 0;
    border:1px solid #707070;
}

.wpcf7-form .wpcf7-submit {
    transition: all .5s;
    width:100px;
    background-color:#fff;
    font-size:20px;
    border:1px solid #333;
}

[data-name="your-select"] label {
    display:flex;
    align-items: center;
    margin:0 auto;
}
[data-name="your-select"] label input {
    width:30px;
    height:30px;
    display:inline-block;
    margin:0 1em 0 0;
}
[data-name="your-select"] .wpcf7-list-item {
    margin:0 0 0 0!important;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #8e8d8d;
}
