@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

p {
    font-family: serif;
    font-size: 1.2vw;
}

body {
    background-image: url(../images/kusa.png);
    background-size: 100% auto;
    /* background-blend-mode:lighten; */
  }

header {
    height: 6vw;
    display: flex;
    background-color: rgb(40,40,40);
}

.h-list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.h-h1 {
    margin-top: 0.2vw;
    width: 9vw;
    height: 5.5vw;
    background-color: #ffffff;
    border-radius: 100px;
}

.h-h1 img {
    display: block;
    width: 70%;
    height: 70%;
    margin-top: 15%;
    margin-left: 16%;
}

.h-nav {
    width: 100%;
    margin-left: 8vw;
    margin-right: 2vw;
}

.h-nav-ul {
    width: 100%;
    margin-top: 1vw;
    margin-left: 3vw;
    display: flex;
}
/*  */
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.h-nav-ul-li:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
    background-color: rgb(40,40,40);
    width: 20vw;
    margin-left: 24%;
    height: 3w;
    transition: all .3s;
    position: relative;
}

.dropdown__list2 {
    background-color: rgb(40,40,40);
    width: 30vw;
    margin-left: 30%;
    height: 3w;
    transition: all .3s;
    position: relative;
}

.dropdown__list:hover {
    background-color: #a3a3a3;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.dropdown__list2:hover {
    background-color: #a3a3a3;
}
.dropdown__list2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.dropdown__list2 a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

/*  */
.h-nav-ul-li {
    width: 15%;
    margin-left: 0.5vw;
    text-align: center;
    line-height: 3;
    font-size: 1.3vw;
    font-weight: 700;
    font-family: serif;
}

.h-nav-ul-li a {
    display: block;
    color: #ffffff;
}

.open {
    color: #ffffff;
    width: 28%;
    padding-top: 1vw;
    line-height: 1.1;
    font-family: serif;
}

.open-1 {
    font-size: 1vw;
    text-align: right;
}

.open-2 {
    font-size: 1.4vw;
    text-align: right;
}

.open-3 {
    font-size: 1vw;
    text-align: right;
}

.heroimage {
    width: 100%;
    height: 55vw;
    margin-left: auto;
    margin-right: auto;
}

.heroimage img {
    width: 100%;
}

.kodawari {
    background-color: rgb(40,40,40);
    color: #ffffff;
}

.kodawari-text {
    padding-top: 5%;
    text-align: center;
    font-size: 2vw;
}

.kodawari-text h2 {
    font-size: 3vw;
    font-family: "Yu Mincho";
}

.kodawari-text p {
    margin-top: 2%;
    margin-bottom: 3%;
    font-size: 1.4vw;
    line-height: 2;
    white-space: pre-wrap;
}

.section-item:not(:first-section) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.kodawari-items {
    overflow-wrap: break-word;
    padding-bottom: 3%;
    display: flex;
    justify-content: center;
}

.kodawari-items h2 {
    width: 100%;
    padding-top: 14vw;
    text-align: center;
    font-family: serif;
    font-size: 3vw;
}

.kodawari-items p {
    width: 80%;
    padding-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
    font-weight: 900;
}

.kokoti {
    width: 20%;
    height: 25vw;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../images/taku.jpg);
    background-size: 120% 100%;
}

.tonkotu {
    width: 20%;
    height: 25vw;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../images/nabe.jpg);
    background-size: 130% 120%;
}

.tyashu {
    width: 20%;
    height: 25vw;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../images/tyashu.jpg);
    background-size: 140% 140%;
}

.lunch {
    width: 20%;
    height: 25vw;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(../images/uketori.jpg);
    background-size: 120% 100%;
}

/* .oshinagaki {
    background-image: url(../images/kusa.png);
} */

.menu-img {
    width: 20%;
    margin-top: 5%;
    margin-left: 45%;
}

.menu-img img {
    width: 100%;
}

.menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.men a {
    display: block;
    color: #101010;
}

.men {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 0.5vw;
    grid-template-columns: repeat(auto-fit, minmax(20vw, 1fr));
} 

.sio {
    background-color: rgb(255, 255, 255);
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
}

.sio img {
    width: 100%;
    height: 20vw;
}

.sio-text {
    width: 90%;
    font-size: 1.2vw;
    margin-left: auto;
    margin-right: auto;
}

.sio h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

/* .syoyu {
    animation-name:flipLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    perspective-origin:left center;
    opacity:0;
    }
    
    @keyframes flipLeftAnime{
      from {
       transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
      opacity: 0;
      }
    
      to {
      transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
      opacity: 1;
      }
    } */

.syoyu {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
    background-color: rgb(255, 255, 255);
}

.syoyu img {
    width: 100%;
    height: 20vw;
}

.syoyu-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.syoyu h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

.miso {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
    background-color: rgb(255, 255, 255);
}

.miso img {
    width: 100%;
    height: 20vw;
}

.miso-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.miso h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

.kogashi {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
    background-color: rgb(255, 255, 255);
}

.kogashi img {
    width: 100%;
    height: 20vw;
}

.kogashi-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.kogashi h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

.shisen {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
    background-color: rgb(255, 255, 255);
}

.shisen img {
    width: 100%;
    height: 20vw;
}

.shisen-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.shisen h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

.tyuka {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 0.5vw;
    background-color: rgb(255, 255, 255);
}

.tyuka img {
    width: 100%;
    height: 20vw;
}

.tyuka-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tyuka h2 {
    font-size: 2vw;
    line-height: 1.1;
    font-family: "Yu Mincho";
}

.menu-page {
    width: 30%;
    height: 3vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2vw;
    background-color: rgb(141, 15, 40);
    font-family: "Yu Mincho";
}

.menu-page a {
    color: #ffffff;
}

.hours {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(40,40,40);
}

.hours-text {
    width: 80%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    text-align: center;
    color: #ffffff;
}

.hours h2 {
    font-family: "Yu Mincho";
    font-size: 2vw;
}

.hours h3 {
    font-family: "Yu Mincho";
    font-size: 2vw;
}

.hours p {
    text-align: center;
    font-size: 1.5vw;
}

.access {
    color: #ffffff;
}

.form {
    width: 60%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2vw;
    background-color: rgb(141, 15, 40);
    font-family: "Yu Mincho";
}
.form a {
    color: #ffffff;
}

.access-img {
    width: 20%;
    margin-top: 5%;
    margin-left: 40%;
}

.access img {
    width: 100%;
    background-size: 100% 100%;
}


.access-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: rgb(40,40,40);
}

.access-text {
    width: 40%;
    margin-left: auto;
    margin-bottom: 2%;
}

.access-text p {
    font-size: 1.2vw;
}

.tel,.address,.car,.smork {
    margin-left: 20%;
}

.tel-p,.address-p,.smork-p {
    padding-right: 3em;
}

.car-p {
    padding-right: 2em;
}

.access-text h2 {
    padding-top: 2%;
    font-size: 4vw;
    font-family: "Yu Mincho";
    text-align: center;
}

.access-text h3 {
    font-size: 2vw;
    text-align: center;
}

.tel,.address,.car,.smork {
    display: flex;
}

.map {
    width: 50%;
    margin-left: auto;
    position: relative;
}

.map iframe {
    position: absolute;
    width: 97%;
    height: 90%;
    margin-left: auto;
    margin-right: 3%;
    margin-top: 3%;
}

footer {
    margin-top: 5vw;
    width: 100%;
    background-color: rgb(40,40,40);
}

footer a {
    color: #ffffff;
}

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

.footer-kodawari {
    padding-top: 3%;
    padding-bottom: 5%;
    width: 30%;
}

.footer-kodawari h2{
    font-size: 1.6vw;
    text-align: center;
    margin-bottom: 2%;
}

.footer-kodawari ul {
    width: 50%;
    font-size: 1.2vw;
    margin-left: 35%;
    margin-right: 15%;
}

.footer-menu {
    padding-top: 3%;
    padding-bottom: 5%;
    width: 30%;
}

.footer-menu h2{
    font-size: 1.6vw;
    text-align: center;
    margin-bottom: 2%;
}

.footer-menu ul {
    font-size: 1.2vw;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.footer-other {
    padding-top: 3%;
    padding-bottom: 5%;
    width: 30%;
}

.footer-other h2{
    font-size: 1.6vw;
    text-align: center;
    margin-bottom: 2%;
}

.footer-other ul {
    font-size: 1.2vw;
    width: 50%;
    margin-left: 35%;
    margin-right: 15%;
}

small p {
    font-size: 0.8vw;
    text-align: center;
    color: #ffffff;
}