@charset "UTF-8";

@media(min-width:1000px) {
    .container {
        width: 100%;
    }

    body {
        min-width: 1000px;
        background-color: lightcyan;
        color: #00648c;
    }
nav{
    display: none;
}
    .header {
        width: 100%;
        padding-top: 3%;
        background-image: url(../img/header.png);
        background-repeat: no-repeat;
        background-color: lightcyan;
    }

    .header_outer {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .header1 {
        width: 15%;
        margin-left: 60%;
    }

    .header2 {
        text-align: center;

    }

    .header3 {
        
        margin: auto 0;

        padding-top: 5%;
    }

    

    .header3 ul {
        display: table;
        margin: 0 auto;
        padding: 0;

        width: 80%;
        text-align: center;
        background-color: #FFEE7D;
    }

    .header3 li {
        display: table-cell;
        min-width: 50px;
    }

    .header3 li a {
        display: block;
        width: 250px;
        padding: 10px 0;
        text-decoration: none;
        color: #555;
        font-weight: bold;
    }

    .header3 li:hover {
        background-color: #FFF2CC;
    }
.reservation{
    width: 100%;
    margin-top: 5%;
}
.reservation1{
    width: 100%;
    font-size: xx-large;
    text-align: center;
    padding: 2%;
    color: #555;
    background-color: #FAE488;
    margin-bottom: 5%;
}
.reservation2{
    width: 80%;
    display: flex;
    align-items: center;
  margin-left: 15%;
}
.reservation3{
    width: 50%;
}
.reservation3 img{
    width: 70%;
}

.reservation4{
    width: 50%;
    margin-right: 5%;
}


.table_design02 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
  }
  .table_design02 tr {
    background-color: #e6f1f6;
  }
  .table_design02 tr:nth-child(odd) {
    background-color: #fff;
  }
  .table_design02 th, .table_design02 td {
    padding: 1em;
  }
  .table_design02 th {
    font-weight: bold;
    text-align: center;
    width: 25%;
    min-width: 4em;
  }
  .table_design02 td{
    text-align: center;
  }

  .contact{
    width: 100%;
    margin-top: 5%;
    color: #00648c;
}
.contact1{
    width: 100%;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    background-color: #FAE488;
    color: #555;
    margin-bottom: 5%;
}
.contact2{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contact__item1{
    padding-left: 7%;
    margin: 1%;
}
.contact__item1 input{
    width: 280px;
}
.contact__item2{
    padding-left: 4%;
    margin: 1%;
}
.contact__item2 input{
    width: 280px;
}
.contact__item3{
padding-left: 1%;
margin: 1%;
}
.contact__item3 input{
    width: 280px;
}
.contact__item4 label{
    vertical-align: top;
}


.footer {
    width: 100%;
    padding-top: 3%;
    background-image: url(../img/footer.png);
   
    background-color: lightcyan;
    height: 350px;
}
.footer1 {
    width: 100%;
}

.footer1 ul {
    display: table;
    margin: 0 auto;
    padding: 0;

    width: 80%;
    text-align: center;
    background-color: #FFEE7D;
}

.footer1 li {
    display: table-cell;
    min-width: 50px;
}

.footer1 li a {
    display: block;
    width: 250px;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
}

.footer1 li:hover {
    background-color: #FFF2CC;
}

.footer2 {
    text-align: center;
    margin-top: 15%;
}
}

/* タブレットサイズ　レスポンシブ */
@media(min-width:600px) and (max-width:999px) {
    body {
        min-width: 768px;
        max-width: 960px;
        background-color: lightcyan;
        color: #00648c;
    }

    .container {
        width: 100%;
    }
nav{
    display: none;
}
.g-nav-list{
    display: none;
}
    .header {
        width: 100%;
        padding-top: 3%;
        background-image: url(../img/header.png);
        background-repeat: no-repeat;
        background-color: lightcyan;
    }

    .header_outer {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .header1 {
        width: 15%;
        margin-left: 55%;
    }

    .header2 {
        text-align: center;
        color: #00648c;
    }

    .header2 h1 {
        font-size: x-large;
    }

    .header3 {
        width: 100%;
        margin: auto 0;

        padding-top: 5%;
    }

    .header3 {
        width: 100%;
    }

    .header3 ul {
        display: table;
        margin: 0 auto;
        padding: 0;

        width: 80%;
        text-align: center;
        background-color: #FFEE7D;
    }

    .header3 li {
        display: table-cell;
        min-width: 50px;
    }

    .header3 li a {
        display: block;
        width: 180px;
        padding: 10px 0;
        text-decoration: none;
        color: #555;
        font-weight: bold;
    }

    .header3 li:hover {
        background-color: #FFF2CC;
    }
.openbtn{
    display: none;
}
.reservation{
    width: 100%;
    margin-top: 5%;
}
.reservation1{
    width: 100%;
    font-size: x-large;
    text-align: center;
    padding: 2%;
    background-color: #FAE488;
    color: #555;
    margin-bottom: 5%;
}
.reservation2{
    width: 80%;
    display: flex;
    align-items: center;
  margin-left: 15%;
}
.reservation3{
    width: 50%;
}
.reservation3 img{
    width: 70%;
}

.reservation4{
    width: 50%;
    margin-right: 5%;
}


.table_design02 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
  }
  .table_design02 tr {
    background-color: #e6f1f6;
  }
  .table_design02 tr:nth-child(odd) {
    background-color: #fff;
  }
  .table_design02 th, .table_design02 td {
    padding: 1em;
  }
  .table_design02 th {
    font-weight: bold;
    text-align: center;
    width: 25%;
    min-width: 4em;
  }
  .table_design02 td{
    text-align: center;
  }

  .contact{
    width: 100%;
    margin-top: 5%;
    color: #00648c;
    margin-bottom: 5%;
}
.contact1{
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    background-color: #FAE488;
    color: #555;
    margin-bottom: 5%;
}
.contact2{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contact__item1{
    padding-left: 13%;
    margin: 1%;
}
.contact__item1 input{
    width: 280px;
}
.contact__item2{
    padding-left: 8%;
    margin: 1%;
}
.contact__item2 input{
    width: 280px;
}
.contact__item3{
padding-left: 2%;
margin: 1%;
}
.contact__item3 input{
    width: 280px;
}
.contact__item4 label{
    vertical-align: top;
}

.footer {
    width: 100%;
   
    margin: 0 auto;
    background-image: url(../img/tb-footer.png);

}
.footer1 {
    width: 100%;
}

.footer1 ul {
    display: table;
    margin: 0 auto;
    padding: 0;

    width: 80%;
    text-align: center;
    background-color: #FFEE7D;
}

.footer1 li {
    display: table-cell;
    min-width: 50px;
}

.footer1 li a {
    display: block;
    width: 180px;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
}

.footer1 li:hover {
    background-color: #FFF2CC;
}

.footer2 {
    text-align: center;
    margin-top: 20%;
}
}

/*spサイズレスポンシブ*/
@media(min-width:0px) and (max-width:599px) {
    body {
        min-width: 0px;
        max-width: 599px;
        min-width: 0px;
        max-width: 599px;
        background-color: lightcyan;
        color: #00648c;
    }

    .container {
        width: 100%;
    }

    .header {
        width: 100%;
        padding-top: 3%;
        background-image: url(../img/sp-header.png);
        background-repeat: no-repeat;
        background-color: lightcyan;
    }

    .header_outer {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .header1 {
        width: 30%;
        margin-left: 10%;
    }

    .header2 {
        text-align: center;
        color: #00648c;
        margin-left: 5%;
    }

    .header2 h1 {
        font-size: medium;
    }

    .header2 h2 {
        font-size: medium;
    }
    .header2 p{
        font-size: small;
    }

    .header3 {
        display: none;
    }


.reservation{
    width: 100%;
    margin-top: 5%;
}
.reservation1{
    width: 100%;
    font-size: medium;
    text-align: center;
    padding: 2%;
    background-color: #FAE488;
    color: #555;
    margin-bottom: 5%;
}
.reservation2{
    width: 80%;
   margin: 0 auto;
}
.reservation3{
    width: 100%;
    margin-left: 16%;
    margin-bottom: 3%;
}
.reservation3 img{
    width: 70%;
}

.reservation4{
    width: 100%;
    margin-right: 5%;
}


.table_design02 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
  }
  .table_design02 tr {
    background-color: #e6f1f6;
  }
  .table_design02 tr:nth-child(odd) {
    background-color: #fff;
  }
  .table_design02 th, .table_design02 td {
    padding: 1em;
  }
  .table_design02 th {
    font-weight: bold;
    text-align: center;
    width: 35%;
    min-width: 4em;
  }
  .table_design02 td{
    text-align: center;
  }

  .contact{
    width: 100%;
    margin-top: 5%;
    color: #00648c;
    margin-bottom: 5%;
}
.contact1{
    width: 100%;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    background-color: #FAE488;
    color: #555;
    margin-bottom: 5%;
}
.contact2{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contact__item1{
    padding-left: 1%;
    margin: 1%;
}
.contact__item1 input{
    width: 280px;
}
.contact__item2{
    margin: 1%;
}
.contact__item2 input{
    width: 280px;
}
.contact__item3{
padding-left: 1%;
margin: 1%;
}
.contact__item3 input{
    width: 280px;
}
.contact__item4 label{
    vertical-align: top;
}
.contact__item5{
 margin: 0 auto;
    width: 220px;
    padding-bottom: 5%;
}
.footer {
    width: 100%;
   height: 200px;
    margin: 0 auto;
    background-image: url(../img/tb-footer.png);

}
.footer1 {
    display: none;
}

.footer2 {
    text-align: center;
    padding-top: 10%;
}


/* 詳しくはこちら　ボタン */
button {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #00648c;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 10px 9px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 150px;
}

button span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

button span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

button:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #61C1BE;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

button:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

button:hover span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #FFEE7D;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

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

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    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: #00648c;
    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%;
}
}