@charset "UTF-8";

/* 共通部分
----------------------------*/

html{
    font-size: 100%;
}

body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
  }

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}

iframe {
    width: 100%;
}

a {
    text-decoration:none; 
}

a:hover {
    opacity: 0.5;
    text-decoration: underline;
}

/* font-------------------*/

.pc-nav-list, .box-title1, .box-title2, .button, .menu-category, .menu-category2 ,
.footer-nav-list, .footer p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em
}

/* table-------------------*/

table, th, td {
    border: none;
}

table td{
    padding: 5px 10px;
  }



/* header
----------------------------*/

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

/*pc-nav----------------------*/

.logo {
    padding-left: 100px;
}

.pc-nav {
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}

.pc-nav-list{
    padding: 20px;
}

/*ham-nav----------------------*/
/* PCでは非表示 */
.nav_toggle,
.nav {
  display: none;
}

/*slider-------------------*/
.slider-container {
    width: 90%;
    /*margin-bottom: -100px;*/
}

.slider_fade {
    position: relative;
}

.slider_fade > li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    animation: anime_slider_fade 12s 0s infinite;
}
.slider_fade > li:nth-of-type(2) {
    animation-delay: 4s;
}
.slider_fade > li:nth-of-type(3) {
    animation-delay: 8s;
}

@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* box-1 ------------------*/
.concept-container  {
    display:flex;
    justify-content: center;
    width: auto;
    margin-top: 700px;
    text-align: center;
}

.item1 p {
    line-height: 40px;
    margin-bottom: 50px;
}

.box-title1:before {
    position: relative;
    top: 15px;
    content: url('../images/propeller_icon.png');
  }

.box-title1 {
    margin-right: 20px;
}

.box-title2:before {
    position: relative;
    top: 15px;
    content: url('../images/propeller_icon.png');
  }

.item1 .item2 {
    margin: 0 auto;
}

.concept {
    margin:30px;
    box-shadow: 15px 15px 0 #d8dbd9;
}

/* location ------------------*/
#location  {
    margin-top: 50px;
}

.location-info {
    text-align: center;
}

.location-info p {
    padding:  12px 30px;
    line-height: 40px;
}

.reserve {
    margin-top: 40px;
    text-align:center
}

.button {
    font-size: 16px;
    font-weight: bold;
    background: #d8dbd9;
    text-decoration: none;
    padding: 12px 22px;
    border-image-source: 
    repeating-linear-gradient(
        45deg,
        #c2c4c2 0px, #c2c4c2 4px,
        rgba(0 0 0 / 0)4px, rgba(0 0 0 / 0)6px
    );
    border-image-slice: 3;
    border-width: 3px;
    border-image-repeat: round;
    border-style: solid;
}

.button:hover {
    background: #e6e9e7;
}

.location-map {
    margin-top: 100px;
    width: auto;
}



/* menu
----------------------------*/
.menu-image {
    text-align: center;
 }

 .menu h1 {
    text-align: center;
    margin-top: 50px;
}

 .menu {
    width: 900px;
    margin: 0 auto;
 }

 .menu-container {
    margin: 100px 0;
 }

.menu-box {
    display: flex;
}

.menu-category {
    text-align: center;
}

.menu-item {
    margin: 20px;
}

.menu-item table {
    width: 100%;
    table-layout: fixed;
  }

.menu-item2 table {
    margin: 0 auto;
    width:50%;
  }

.price {
    text-align: right;
}

.menu-item td {
    border-bottom: 1px solid #d8dbd9;
}

.menu-item2 td {
    border-bottom: 1px solid #d8dbd9;
}

/* footer
----------------------------*/
footer {
    text-align: center;
    padding: 26px 0;
    margin-top: 50px;
}

.footer-nav {
    display: flex;
    justify-content: center;
}

.footer-nav-list{
    padding: 20px;
    list-style-type: none;
}


footer p {
    font-size: 0.875rem;
}


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

    body{
        width: 100%;
    }

    img {
        max-width: 960px;
      }

    div {
        flex-direction: column;
    }

    .pc-nav {
        display: none;
    }
	
	/* nav------------------- */
    .nav_toggle {
        display: block;
        position: relative;
        width: 1.75rem;
        height: 1.5rem;
        margin-right: 5px;
        margin-top: 20px;
        z-index: 2;
      }
      .nav_toggle i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s;
      }
      .nav_toggle i:nth-child(1) {
        top: 0;
      }
      .nav_toggle i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
      }
      .nav_toggle i:nth-child(3) {
        bottom: 0;
      }
    
      .nav_toggle.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
      }
      .nav_toggle.show i:nth-child(2) {
        opacity: 0;
      }
      .nav_toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
      }
    
      .nav {
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s, visibility 0.5s;
        background-color: #fff;
        z-index: 1;
      }
      .nav_menu_li {
        margin-bottom: 30px;
      }
      .nav_menu_li a {
        color: #333;
        text-decoration: none;
      }
    
      .nav.show {
        opacity: 1;
        visibility: visible;
      }

    .slider-container {
        width: 100%;
        /*margin-bottom: -100px;*/
    }

    .slider-img {
        width: 95%;
    }

    .concept-container {
        margin-top: 400px;
    }

    /*MENU*/
    .menu-container .menu-1, .menu-2 {
        flex-direction: column;
        width: 100%;
    }

}

/*モバイル
----------------------------*/
@media (max-width: 600px) {

    body{
        width: 100%;
        line-height: 2;
        font-size: 12px;
    }

    img {
        height: auto;
        width: 80%;
      }

    .logo {
        margin: 0 auto;
    }

    .slideshow {
        width: 100%;
      }

    .slider-img {
        width: 90%;
    }

    .box-1
    #location .wrapper {
        flex-direction: column;
    }

    .concept-container  {
        margin-top: 250px;
    }

    .box-1.item1,.box-1.item2,
    .location-info,.location-map {
        width: 100%;
        align-items: center;
    }

    .location-info {
        margin-bottom: 40px;
    }  
    
    /*----menu----*/

    .menu {
        width: auto;
    }

    .menu-box {
        flex-direction: column;
    }

    .menu-item table {
        width: 100%;
        table-layout: fixed;
      }

      .menu-item2 table {
        width: auto;
      }
      
    .menu-item th {
        width: 100px;
      }

    .footer-nav {
        display: none;
    }


}
