@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.yoyaku h2 a {
  color: #fff;
  }
.flex7 a {
  color: #000;
  }
body {
  background-image: url(../images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

.sp {
  display: none;
}

.smartnav {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

.smartnav,
.smartnav span {
  transition: 0.5s;
  box-sizing: border-box;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 85px;
  width: 100vw;
  background-color: #fff;
  /* border-bottom: 1px solid #226dff; */
  z-index: 2;
  box-shadow: 0 2px 8px 0 rgba(21, 170, 255, 0.7);
}

header nav,
footer {
  width: 95%;
  max-width: 1064px;
  margin: 5px auto;
  padding: 0;
}

.flex1,
.flex2,
nav ul,
.flex3 {
  display: flex;
}

.flex1 {
  justify-content: space-between;
}

header nav ul {
  width: 450px;
  justify-content: space-between;
  padding: 20px 0 0 0;
}

header nav ul li {
  font-size: 18px;
}

a {
  text-decoration: none;
}

.water {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #000;
}

.water::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(#60d1ff, #226dff);
  /* background-color: #226dff; */
  mix-blend-mode: multiply;
  /* filter: blur(5px); */
  transform: translate(0, 100%);
  transition: 0.5s;
  content: " ";
}

.water:hover::after {
  transform: translate(0, 0);
  /* transform: rotate(-30deg); */
  /* filter: blur(5px); */
}

.water:hover {
  color: #226dff;
}

.form {
  background-color: #226dff;
  height: 35px;
  border-radius: 20px;
  padding: 0 15px;
  color: #fff;
  transition: 0.5s;
}

.form:hover {
  background-color: #fff;
  border: solid 1px #226dff;
  color: #226dff;
}

li {
  list-style: none;
}

h1 img {
  width: 100px;
}

nav ul li,
h2,
h3,
h4 {
  font-family: 'Charmonman', cursive;
}

.container {
  width: 100%;
  background-color: #fff;
}

.news,
.menu,
.about,
.reservations,
.access {
  width: 95%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 0;
}

p,
.reservations h2,
.flex7 ul li,
footer nav ul a,
small {
  font-family: '游ゴシック Medium', 'YuGothic', '游ゴシック', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
}

nav p {
  padding: 26px 0 0 20px;
}

.mainvisual {
  position: relative;
  width: 100vw;
  height: 75vw;
}

.mainvisual p img {
  position: absolute;
  /* position: relative; */
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: -2;
}

.mainvisual .nav-r {
  position: absolute;
  top: 45%;
  right: 10px;
}

.mainvisual .nav-l {
  position: absolute;
  top: 45%;
  left: 10px;
}

.mainvisual a {
  font-size: 35px;
  color: #fff;
  transition: 0.5s;
}

.mainvisual a:hover {
  opacity: 0.5;
}

.catch {
  position: absolute;
  top: 26vw;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  z-index: -1;
  position: fixed;
}

.catch h2 {
  font-size: 55px;
  line-height: 1.3em;
  font-weight: lighter;
  text-align: center;
}

.flex3 {
  width: 300px;
  margin: 0 auto;
}

.flex3 p img {
  width: 100px;
  padding-top: 20px;
}

h3 {
  font-size: 35px;
  font-weight: lighter;
  margin: 0 10px;
}

.more {
  text-align: right;
  position: relative;
  font-size: 13px;
  padding-right: 18px;
  /* display: inline-block; */
  /* vertical-align: middle; */
}

.more a {
  color: #226dff;
  transition: 0.5s;
}

.more::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70px;
  height: 1px;
  background: #226dff;
  margin: auto;
  content: "";
}

.more::after {
  position: absolute;
  top: 16px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #226dff;
  border-right: 1px solid #226dff;
  transform: rotate(45deg);
  margin: auto;
  content: "";
}

.more a:hover {
  color: rgba(34, 109, 255, 0.5);
}

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

.contents {
  position: relative;
  width: 32%;
  height: 32%;
  background-image: url(../images/mado.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  text-align: center;
}

.contents img {
  display: block;
  width: 94%;
  height: 94%;
  border-radius: 90%;
  margin: 3% auto;
  transition: 0.5s;
}

.contents img:hover {
  transform: rotate(-10deg);
  opacity: 0.6;
}

h4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #226dff;
  mix-blend-mode: multiply;
  color: #fff;
  font-size: 2.2vw;
  font-weight: lighter;
  width: 26vw;
  max-width: 300px;
  border-radius: 10px;
  padding: 8px 0 0 0;
  text-align: center;
}

h4 a {
  color: #fff;
  transition: 0.5s;
  display: block;
}

h4 a:hover {
  transform: rotate(-10deg);
}

.setsumei {
  display: block;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28vw;
}

.setsumei a {
  color: #000;
  display: block;
  transition: 0.5s;
}

.setsumei a:hover {
  opacity: 0.6;
  transform: rotate(-10deg);
}

span {
  font-weight: bolder;
}

.news {
  margin-bottom: 40px;
}

.blue {
  /* background-color: rgba(34, 109, 255, 0.7); */
  background-color: rgba(21, 170, 255, 0.7);
  width: 100vw;
  padding: 20px 0 0 0;

}

.about h3 {
  color: #fff;
}

.about .more a {
  color: #fff;
  transition: 0.5s;
}

.about .more a:hover {
  opacity: 0.4;
}

.about .more::before {
  background: #fff;
}

.about .more::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.flex5 {
  display: flex;
  /* justify-content: space-between; */
}

.flex5 p {
  color: #fff;
  line-height: 2em;
  /* margin: 5vw; */
  width: 47.5vw;
  padding: 3vh 0 0 3.3vw;
}

/* h5 img {
  width: 30vw;
} */
h5 {
  width: 47.5vw;
}

h5 img {
  /* margin: 0 5vw 5vw 5vw; */
  margin: 0 auto;
  display: block;
  /* width: 20vw; */
  width: 30vw;
  max-width: 319px;
}

.reservations {
  display: flex;
}

.reservations h3 {
  background-image: url(../images/yoyaku.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.yoyaku {
  width: 47.5vw;
  height: 150px;
}

.reserv {
  text-align: center;
  line-height: 150px;
  margin: 0;
}

.yoyaku h2 {
  font-size: min(4vw, 46px);
  font-weight: lighter;
  line-height: 1.2em;
}

.reserv2 {
  background-color: #226dff;
  color: #fff;
  margin: 0;
  position: relative;
  width: 47.5vw;
}

.tel {
  height: 150px;
  padding: 40px 0 4vh 3vw;

}

.mail {
  display: block;
  background-image: url(../images/mailback.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  right: 5px;
  height: 130px;
  width: 130px;
  text-align: center;
  transition: 0.5s;
}

.mail p img {
  width: 30px;
}

.mail p {
  color: #226dff;
  padding-top: 10px;
}

.mail:hover {
  opacity: 0.6;
  top: 10px;
}

.gray {
  background-color: #a3a3a3;
  height: 330px;
  width: 47.5vw;
  max-width: 532px;
  position: relative;
}

.gray p {
  position: absolute;
  top: 32%;
  left: 43%;
  color: #226dff;
}

iframe {
  height: 330px;
  width: 47.5vw;
  max-width: 532px;
  /* mix-blend-mode: color-dodge; */
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}

.flex6mother {
  display: flex;
}

.flex7 {
  width: 47.5vw;
  display: flex;
  margin: 0 0 0 3vw;
  background-image: url(../images/namisen2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.flex7 ul li {
  padding-top: 1px;
  height: 55px;
  line-height: 55px;
}

.list {
  width: 70px;
}

.dash {
  width: 30px;
}

.flex8 {
  display: flex;
  height: 55px;
}

.flex8 p img {
  width: 40px;
  padding: 0 18px 2px 0;
  vertical-align: middle;
  transition: 0.5s;
}

.flex8 p img:hover {
  opacity: 0.3;
}

footer p img {
  width: 160px;
  padding: 20px 0;
}

.flex9 {
  display: flex;
}

small {
  color: #fff;
  padding: 120px 0 0 5px;
}

footer nav ul a {
  color: #fff;
  transition: 0.5s;
}

footer nav ul a:hover {
  opacity: 0.6;
}

footer nav ul li {
  border-left: 1px solid #fff;
  padding: 0 15px;
  margin: 123px 0 0 0;
  height: 14px;
  line-height: 14px;
}

.last {
  border-right: 1px solid #fff;
}

footer {
  display: flex;
  justify-content: space-between;
  height: 150px;
  padding: 0;
}

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .smartnav {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    outline: none;
  }

  .smartnav span {
    display: inline-block;
    position: absolute;
    right: 50%;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: translate(50%, -50%);
  }

  .smartnav span:nth-of-type(1) {
    top: 15px;
  }

  .smartnav span:nth-of-type(2) {
    top: 50%;
  }

  .smartnav span:nth-of-type(3) {
    bottom: 15px;
  }

  .smartnav.move span:nth-of-type(1) {
    transform: translate(50%, -50%) rotate(-45deg);
    top: 49%;
  }

  .smartnav.move span:nth-of-type(2) {
    opacity: 0;
  }

  .smartnav.move span:nth-of-type(3) {
    transform: translate(50%, -50%) rotate(45deg);
    bottom: 49%;
  }

  header {
    height: 50px;
  }

  header nav ul {
    display: none;
    width: 100vw;
    margin: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 0;
    /* z-index: -1; */
  }

  header nav ul.move {
    display: block;
    z-index: 2;
    background-color: #fff;
  }

  footer {
    width: 95%;
    max-width: 1064px;
    margin: 5px auto;
    padding: 0;
  }

  nav ul {
    text-align: center;
  }

  .flex1,
  .flex2,
  .flex3 {
    display: flex;
  }

  .flex2 {
    justify-content: center;
  }

  .flex1 {
    justify-content: center;
  }

  header nav ul li {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-top: 12px;
  }

  header nav ul li:last-child {
    padding-bottom: 12px;
  }

  .water {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #000;
  }

  .water::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(#60d1ff, #226dff);
    /* background-color: #226dff; */
    mix-blend-mode: multiply;
    /* filter: blur(5px); */
    transform: translate(0, 100%);
    transition: 0.5s;
    content: " ";
  }

  .water:hover::after {
    transform: translate(0, 0);
    /* transform: rotate(-30deg); */
    /* filter: blur(5px); */
  }

  .water:hover {
    color: #226dff;
  }

  .form {
    background-color: #226dff;
    height: 35px;
    border-radius: 20px;
    padding: 0 15px;
    color: #fff;
    transition: 0.5s;
  }

  .form:hover {
    background-color: #fff;
    border: solid 1px #226dff;
    color: #226dff;
  }

  h1 img {
    width: 55px;
  }

  .news,
  .menu,
  .about,
  .reservations,
  .access {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 40px 30px;
  }

  p,
  .reservations h2,
  .flex7 ul li,
  footer nav ul a,
  small {
    font-size: 11.5px;
  }

  nav p {
    padding: 26px 0 0 20px;
  }

  .mainvisual {
    height: 100vh;
  }

  .mainvisual p img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: auto;
    height: 100vh;
  }

  .mainvisual .nav-r {
    right: 5px;
    top: 50%;
  }

  .mainvisual .nav-l {
    left: 5px;
    top: 50%;
  }

  .mainvisual a {
    font-size: 20px;
  }

  .catch {
    top: 50vh;
    transform: translate(-50%, -50%);
  }

  .catch h2 {
    font-size: 40px;
  }
  p.kuru {
    width: 110px;
  }
  p.kuru.kuru2 {
    text-align: right;
  }
  .flex3 {
    width: 320px;
    margin: 0 auto;
  }

  .flex3 p img {
    width: 100px;
    padding-top: 20px;
  }

  h3 {
    font-size: 35px;
    font-weight: lighter;
    margin: 0 10px;
  }

  .more {
    text-align: right;
    position: relative;
    font-size: 13px;
    padding-right: 18px;
    /* display: inline-block; */
    /* vertical-align: middle; */
  }

  .more a {
    color: #226dff;
    transition: 0.5s;
  }

  .more::before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 70px;
    height: 1px;
    background: #226dff;
    margin: auto;
    content: "";
  }

  .more::after {
    position: absolute;
    top: 16px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #226dff;
    border-right: 1px solid #226dff;
    transform: rotate(45deg);
    margin: auto;
    content: "";
  }

  .more a:hover {
    color: rgba(34, 109, 255, 0.5);
  }

  .flex4 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .contents {
    position: relative;
    width: 32%;
    height: 32%;
    background-image: url(../images/mado.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    text-align: center;
  }

  .contents img {
    display: block;
    width: 94%;
    height: 94%;
    border-radius: 90%;
    margin: 3% auto;
    transition: 0.5s;
  }

  .contents img:hover {
    transform: rotate(-10deg);
    opacity: 0.6;
  }

  h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #226dff;
    mix-blend-mode: multiply;
    color: #fff;
    font-size: 2.2vw;
    font-weight: lighter;
    width: 26vw;
    max-width: 300px;
    border-radius: 10px;
    padding: 8px 0 0 0;
    text-align: center;
  }

  h4 a {
    color: #fff;
    transition: 0.5s;
    display: block;
  }

  h4 a:hover {
    transform: rotate(-10deg);
  }

  .setsumei {
    display: block;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 28vw;
  }

  .setsumei a {
    color: #000;
    display: block;
    transition: 0.5s;
  }

  .setsumei a:hover {
    opacity: 0.6;
    transform: rotate(-10deg);
  }

  span {
    font-weight: bolder;
  }

  .news {
    margin-bottom: 40px;
  }

  .blue {
    /* background-color: rgba(34, 109, 255, 0.7); */
    background-color: rgba(21, 170, 255, 0.7);
    width: 100vw;
    padding: 20px 0 0 0;

  }

  .about h3 {
    color: #fff;
  }

  .about .more a {
    color: #fff;
    transition: 0.5s;
  }

  .about .more a:hover {
    opacity: 0.4;
  }

  .about .more::before {
    background: #fff;
  }

  .about .more::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .flex5 {
    display: block;
  }

  .flex5 p {
    color: #fff;
    line-height: 2em;
    width: 100%;
    padding: 30px 0 0;
    letter-spacing: -0.5px;
  }

  /* h5 img {
    width: 30vw;
  } */
  h5 {
    width: 100%;
  }

  h5 img {
    /* margin: 0 5vw 5vw 5vw; */
    margin: 0 auto;
    display: block;
    /* width: 20vw; */
    width: 100%;
    max-width: 319px;
  }

  .reservations {
    display: block;
  }

  .reservations h3 {
    background-image: url(../images/yoyaku.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
  }

  .yoyaku {
    width: 100%;
    height: unset;
  }

  .reserv {
    text-align: center;
    line-height: 150px;
    margin: 0;
  }

  .yoyaku h2 {
    font-size: 8vw;
    font-weight: lighter;
    line-height: 1.2em;
  }

  .reserv2 {
    background-color: #226dff;
    color: #fff;
    margin: 0;
    position: relative;
    width: 100%;
  }

  .tel {
    height: unset;
    padding: 5vw 0 4vw 5vw;

  }

  .mail {
    display: block;
    background-image: url(../images/mailback.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    top: 0;
    right: 5px;
    height: 130px;
    width: 130px;
    text-align: center;
    transition: 0.5s;
  }

  .mail p img {
    width: 30px;
  }

  .mail p {
    color: #226dff;
    padding-top: 10px;
  }

  .mail:hover {
    opacity: 0.6;
    top: 10px;
  }

  .gray {
    background-color: #a3a3a3;
    height: 330px;
    width: 100%;
    max-width: unset;
    position: relative;
  }

  .gray p {
    position: absolute;
    top: 32%;
    left: 43%;
    color: #226dff;
  }

  iframe {
    height: 330px;
    width: 100%;
    max-width: unset;
    /* mix-blend-mode: color-dodge; */
    mix-blend-mode: luminosity;
  }

  .flex6mother {
    display: block;
  }

  .flex7 {
    width: 100%;
    display: flex;
    margin: 30px 0 0;
    background-image: url(../images/namisen2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .flex7 ul li {
    padding-top: 1px;
    height: 55px;
    line-height: 55px;
  }

  .list {
    width: 70px;
  }

  .dash {
    width: 30px;
  }

  .flex8 {
    display: flex;
    height: 55px;
  }

  .flex8 p img {
    width: 40px;
    padding: 0 18px 2px 0;
    vertical-align: middle;
    transition: 0.5s;
  }

  .flex8 p img:hover {
    opacity: 0.3;
  }

  footer p img {
    width: 160px;
    padding: 20px 0;
  }

  .flex9 {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  small {
    color: #fff;
    padding: 0 0 10px 0;
    text-align: center;
  }

  footer nav ul a {
    color: #fff;
    transition: 0.5s;
  }

  footer nav ul a:hover {
    opacity: 0.6;
  }

  footer nav ul li {
    border-left: 1px solid #fff;
    padding: 0 15px;
    margin: 10px 0;
    height: 14px;
    line-height: 14px;
  }

  .last {
    border-right: 1px solid #fff;
  }

  footer {
    display: block;
    justify-content: space-between;
    height: 150px;
    padding: 0;
  }
  .flex9.footcenter {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .footcenter p {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width:519px) {
  .mainvisual .mvph {
    width: 100vw;
  }
  .mainvisual p img {
    transform: translateX(-50%);
    left: 0;
}
/* .catch {
  left: 0;
  transform: translate(50%, -50%);
} */
.smartnav {
  right: unset;
}
.flex4 {
  display: block;
}
.contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-position: center;
}
.setsumei {
  width: 100%;
}
h4 {
  font-size: 7vw;
  width: 70vw;
}
.news, .menu, .about, .reservations, .access {
  padding: 40px 15px;
}
.more {
  font-size: 11px;
}
.reservations {
  padding-top: 0!important;
}
.reserv {
  line-height: 110px;
}
.yoyaku h2 {
  font-size: 7.5vw;
}
.mail {
  /* background-size: cover;
  background-position: bottom; */
  height: 110px;
  width: 110px;
}
.yoyaku {
  height: 110px;
}
.tel {
  padding: 7vw 0 4vw 5vw;
}
footer nav ul li {
  padding: 0 8px;
}
footer p img {
  width: 100px;
  padding: 20px 0 10px 0;
}
footer nav ul a {
  font-size: 10.5px!important;
}
.visual {
  overflow-x: hidden;
  }
body {
  background-size: 100% 100%;
}
}
