@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.2rem;
  font-family: 游明朝体;
  color: #333333;
  margin: 0 auto;
  width: 100%;
}

table, td, th {
  border: 1px solid #E5E5E5;
  padding: 20px 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  height: 70px;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.header-wrapper {
  padding: 10px 0;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 999;
  margin-top: 20px;
  height: 74px;
  width: 100%;
}

.header-wrapper.black {
  background: #ffffff;
}

.header-inner {
  width: 100%;
  max-width: 100%;
  backface-visibility: hidden;
}

.header-left {
  display: flex;
}

@media (min-width: 740px) {
  .header-left {
    font-size: 1.6rem;
    margin-left: 60px;
  }
}

.header-logo {
  background-image: url(image/top-header-logo.png);
  background-repeat: no-repeat;
  background-size: 180px;
  width: 180px;
  height: 60px;
  margin-top: 20px;
  align-items: center;
}

.header-logo.black {
  background-image: url(image/sub-header-logo.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 60px;
  font-size: 1.6rem;
  color: #000000;
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.header-calender {
  display: flex;
  display: block;
}

@media (min-width: 740px) {
  .header-calender {
    padding-left: 30px;
  }
}

.header-reserve {
  position: absolute;
  top: 15px;
  left: 40px;
  display: block;
  background: #978F10;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 12px;
  font-weight: 800;
  font-family: 游明朝体;
  font-size: 1.6rem;
}

@media (min-width: 740px) {
  .header-reserve {
    top: 22px;
    left: 70px;
  }
}

.header-nav {
  font-weight: bold;
  font-size: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  text-align: center;
  padding: 120px 0 0;
  background: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  transition: transform .3s,opacity .3s;
}

@media (min-width: 740px) {
  .header-nav {
    transition: none;
    opacity: 1;
    transform: inherit;
    background: none;
    top: -90px;
    left: 300px;
    height: 100px;
  }
}

.header-nav.open {
  transform: translateX(0);
  opacity: 1;
  transition: transform .3s,opacity .3s;
}

@media (min-width: 740px) {
  .header-nav.open {
    display: none;
  }
}

.burger-musk {
  display: none;
  height: 200vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.header-list {
  height: 80px;
  font-family: 游明朝体;
  font-size: 1.6rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.header-list a {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 740px) {
  .header-list {
    display: flex;
    width: 200px;
    font-size: 1.6rem;
    font-weight: bold;
    flex-direction: row;
    height: 22px;
  }
}

@media (min-width: 1040px) {
  .header-list {
    width: 300px;
  }
}

.header-list .header-item a.black {
  color: #ffffff;
}

@media (min-width: 740px) {
  .header-list .header-item a.black {
    color: #333333;
  }
}

.header-item {
  margin-bottom: 50px;
}

@media (min-width: 740px) {
  .header-item {
    margin: 0 auto;
  }
}

.header-item:last-of-type {
  padding-bottom: 30px;
}

@media (min-width: 740px) {
  .header-item:last-of-type {
    padding-bottom: 0;
  }
}

.burger-btn {
  display: block;
  position: absolute;
  top: 30px;
  left: 88vw;
  z-index: 5;
}

@media (min-width: 740px) {
  .burger-btn {
    display: none;
  }
}

.burger-btn .bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
}

.bar_top {
  margin-bottom: 8px;
}

.bar_mid {
  margin-bottom: 8px;
}

/* ハンバーガーメニューが開いたとき */
.burger-btn.cross {
  z-index: 9999;
}

.burger-btn.cross .bar_top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .3s;
}

.burger-btn.cross .bar_mid {
  opacity: 0;
  transition: .3s;
}

.burger-btn.cross .bar_bottom {
  transform: rotate(-45deg) translate(8px, -8px);
  transition: .3s;
}

.burger-btn.black .bar {
  background-color: #333;
  transition: background-color .3s;
}

.burger-btn.black .menu {
  color: #333;
  transition: color .3s;
}

.burger-btn.cross .bar {
  background: #ffffff;
}

body.noscroll {
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 2px;
  appearance: none;
}

.wrapper {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#modal-1 {
  display: none;
}

#modal-1.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
  margin-top: 150px;
  width: 550px;
  max-width: 100%;
  height: 600px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header .modal__close::before {
  content: "\2715";
}

.modal__content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal__open {
  display: block;
  margin: 100px auto;
}

.modal__btn {
  position: absolute;
  left: 55vw;
  width: 120px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background: #978F10;
  color: white;
  align-items: center;
}

@media (min-width: 740px) {
  .modal__btn {
    left: 70vw;
    width: 170px;
    height: 56px;
  }
}

@media (min-width: 1040px) {
  .modal__btn {
    left: 80vw;
  }
}

.modal-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  font-family: 游明朝体;
  font-weight: Extrabold;
  font-size: 1.7rem;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4rem;
  font-weight: 100;
  color: #707070;
}

.request-name {
  font-family: 游明朝体;
  font-size: 1.6rem;
  display: block;
  padding: 10px 0;
}

#name {
  padding: 5px;
  width: 95%;
  outline: none;
  border: 1px solid #E7E7E7;
}

#mail {
  padding: 5px;
  width: 95%;
  outline: none;
  border: 1px solid #E7E7E7;
}

#text {
  padding: 5px;
  width: 95%;
  outline: none;
  border: 1px solid #E7E7E7;
}

::placeholder {
  color: #797878;
  font-size: 1.2rem;
}

.select {
  display: block;
  padding: 5px;
  width: 98%;
  outline: none;
  border: 1px solid #E7E7E7;
  color: #797878;
  font-size: 1.2rem;
  appearance: none;
}

.request-submit {
  background: #FFFFFF;
  width: 155px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 1px solid #707070;
}

@media (min-width: 740px) {
  .request-submit {
    margin-bottom: 50px;
  }
}

.submit-text {
  font-family: 游明朝体;
  font-size: 1.6rem;
  color: #707070;
}

.submit-button {
  font-family: 游明朝体;
  font-size: 1.6rem;
  color: #000000;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 6s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.slide-img img {
  display: block;
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: -70px;
  height: 840px;
  overflow: hidden;
  margin-bottom: 0;
  object-fit: cover;
}

@media (min-width: 1040px) {
  .swiper-container {
    height: 1074px;
  }
}

.slide1 {
  background-size: cover;
  width: auto;
  max-width: 100%;
  height: 840px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-image: url(./image/mainbg01.jpg);
  object-fit: cover;
}

@media (min-width: 1040px) {
  .slide1 {
    height: 1074px;
  }
}

.slide2 {
  background-size: cover;
  width: auto;
  max-width: 100%;
  height: 840px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-image: url(./image/mainbg02.jpg);
  object-fit: cover;
}

@media (min-width: 1040px) {
  .slide2 {
    height: 1074px;
  }
}

.slide3 {
  background-size: cover;
  width: auto;
  max-width: 100%;
  height: 840px;
  margin: 0 auto;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  background-image: url(./image/mainbg03.jpg);
  object-fit: cover;
}

@media (min-width: 1040px) {
  .slide3 {
    height: 1074px;
  }
}

.text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  height: auto;
  width: 30px;
  font-size: 3rem;
  font-family: 游明朝体;
  margin-left: 50px;
  display: flex;
  padding-top: 30px;
  justify-content: first baseline;
  align-items: center;
  letter-spacing: 0.25em;
  font-weight: Extrabold;
  position: absolute;
  color: #FFFFFF;
  top: 180px;
  left: 65%;
  z-index: 2;
}

.text-second {
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  height: auto;
  width: 30px;
  font-size: 3rem;
  font-family: 游明朝体;
  margin-left: 50px;
  display: flex;
  padding-top: 30px;
  justify-content: first baseline;
  align-items: center;
  letter-spacing: 0.25em;
  font-weight: Extrabold;
  position: absolute;
  color: #FFFFFF;
  top: 180px;
  left: 55%;
  z-index: 2;
}

@media (min-width: 1040px) {
  .text-second {
    left: 60%;
  }
}

.main-about {
  background-size: cover;
  background-image: url(image/bg.png);
  margin-top: -70px;
  height: 400px;
  text-align: center;
  padding: 140px 0;
}

.main-inner {
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  width: 1056px;
  max-width: 100%;
  margin: 0 auto;
}

.main-title {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  display: inline-block;
  margin-top: -85px;
  line-height: 1.5;
  font-family: 游明朝体;
  font-size: 2.8rem;
  width: 60%;
}

@media (min-width: 740px) {
  .main-title {
    margin-right: 80px;
  }
}

@media (min-width: 1040px) {
  .main-title {
    margin-right: 0;
  }
}

.main-title-second {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  display: inline-block;
  text-align-last: left;
  padding: 85px 5px;
  line-height: 1.5;
  font-family: 游明朝体;
  font-size: 2.8rem;
  font-weight: 500;
}

@media (min-width: 740px) {
  .main-title-second {
    margin-right: 40px;
    padding: 85px 0;
  }
}

@media (min-width: 1040px) {
  .main-title-second {
    margin-right: 0;
  }
}

.article-container {
  display: flex;
  flex-direction: row-reverse;
  width: 1058px;
  max-width: 100%;
}

@media (min-width: 740px) {
  .article-container {
    margin-left: 10%;
  }
}

.main-article {
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  padding: 20px auto;
  display: flex;
  font-family: 游明朝体;
  line-height: 1.37;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
}

.main-name {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  padding-bottom: 30px;
  padding-left: 10px;
  font-family: 游明朝体;
  line-height: 1.37;
  font-size: 2.2rem;
}

@media (min-width: 740px) {
  .main-name {
    padding-left: 140px;
  }
}

.concept {
  margin-top: 50px;
  height: auto;
  width: 100%;
}

.concept-inner {
  display: flex;
  width: 526px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .concept-inner {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .concept-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.concept-image {
  width: 323px;
  height: 300px;
  background-image: url(image/oheya-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .concept-image {
    width: 1050px;
    max-width: 100%;
    height: 545px;
    margin-right: 0;
    margin-left: 0;
  }
}

.concept-container {
  width: 368px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}

@media (min-width: 740px) {
  .concept-container {
    width: 568px;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1040px) {
  .concept-container {
    width: 468px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.concept-title {
  width: 90%;
  margin: 50px auto;
  font-size: 2.8rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 740px) {
  .concept-title {
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1040px) {
  .concept-title {
    font-size: 3.6rem;
  }
}

.concept-title-space {
  display: block;
  margin-top: 30px;
}

.concept-article {
  width: 80%;
  height: 80px;
  margin: 30px auto;
  font-size: 1.6rem;
  display: flex;
  text-align: left;
  line-height: 2;
  padding-bottom: 80px;
}

@media (min-width: 740px) {
  .concept-article {
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 1040px) {
  .concept-none {
    display: none;
  }
}

.btn-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.btn-container a:hover {
  color: #909090;
  opacity: 0.5;
}

@media (min-width: 740px) {
  .btn-container {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 740px) {
  .btn-inner {
    width: 45%;
    margin-left: 0;
  }
}

.link-btn {
  border: 1px solid #707070;
  width: 200px;
  height: 56px;
  margin: 80px 0;
  display: block;
}

.btn-contact {
  display: block;
  font-size: 1.6rem;
  color: #000000;
}

.dish {
  margin-top: 50px;
  width: 100%;
}

.dish-inner {
  display: flex;
  width: 526px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .dish-inner {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .dish-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.dish-image {
  width: 320px;
  height: 300px;
  background-image: url(image/menu-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .dish-image {
    max-width: 100%;
    width: 1050px;
    height: 545px;
    margin-right: 0;
    margin-left: 0;
  }
}

.dish-container {
  width: 368px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}

@media (min-width: 740px) {
  .dish-container {
    width: 568px;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1040px) {
  .dish-container {
    width: 468px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.dish-title {
  width: 100%;
  margin: 50px auto;
  font-size: 2.8rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 740px) {
  .dish-title {
    text-align: left;
    margin-right: 50px;
  }
}

@media (min-width: 1040px) {
  .dish-title {
    font-size: 3.6rem;
  }
}

.dish-title-space {
  display: block;
  margin-top: 30px;
}

.dish-article {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media (min-width: 740px) {
  .dish-article {
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1040px) {
  .dish-article {
    margin-left: 10px;
    width: 80%;
  }
}

@media (min-width: 740px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 740px) {
  .dish-none {
    display: none;
  }
}

.link-btn {
  border: 1px solid #707070;
  width: 200px;
  height: 56px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 80px auto;
  display: block;
}

.btn-contact {
  display: block;
  font-size: 1.6rem;
  color: #000000;
}

.spa {
  margin-top: 50px;
  width: 100%;
}

.spa-inner {
  display: flex;
  width: 525px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .spa-inner {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .spa-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.spa-image {
  width: 320px;
  height: 300px;
  background-image: url(image/onsen-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .spa-image {
    height: 545px;
    width: 1050px;
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
  }
}

.spa-container {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}

@media (min-width: 740px) {
  .spa-container {
    width: 568px;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1040px) {
  .spa-container {
    width: 468px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.spa-title {
  width: 100%;
  margin: 50px auto;
  font-size: 2.8rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 740px) {
  .spa-title {
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1040px) {
  .spa-title {
    font-size: 3.6rem;
  }
}

.spa-title-space {
  display: block;
  margin-top: 30px;
}

.spa-article {
  width: 80%;
  height: 80px;
  margin: 30px auto;
  font-size: 1.6rem;
  display: flex;
  text-align: center;
  line-height: 2;
  padding-bottom: 80px;
}

@media (min-width: 740px) {
  .spa-article {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
}

.spa-none {
  display: none;
}

@media (min-width: 740px) {
  .spa-none {
    display: block;
  }
}

.link-btn {
  border: 1px solid #707070;
  width: 200px;
  height: 56px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 80px auto;
}

.btn-contact {
  display: block;
  font-size: 1.6rem;
  color: #000000;
}

.plan {
  width: 1056px;
  max-width: 100%;
  height: auto;
  background-image: url(image/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1040px) {
  .plan {
    width: 100%;
  }
}

@media (min-width: 1040px) {
  .plan-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.plan-inner {
  width: 1056px;
  max-width: 100%;
}

.plan-logo {
  padding-top: 60px;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
}

.plan-recommend {
  font-size: 3.6rem;
  padding-bottom: 66px;
  text-align: center;
}

.plan-container {
  text-align: center;
  width: 320px;
  margin: 0 auto;
}

@media (min-width: 1040px) {
  .plan-container {
    width: 98%;
    padding-right: 40px;
    padding-bottom: 90px;
  }
}

.plan-image-blackthroatseaperch {
  background-image: url(image/recommended01.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
}

@media (min-width: 1040px) {
  .plan-image-blackthroatseaperch {
    width: 320px;
  }
}

.plan-blackthroatseaperch-title {
  font-size: 2rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 36px;
  line-height: 1.6;
}

@media (min-width: 740px) {
  .plan-blackthroatseaperch-title {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1040px) {
  .plan-blackthroatseaperch-title {
    width: 100%;
  }
}

.plan-blackthroatseaperch-text {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 144px;
  text-align: left;
  display: inline-block;
}

@media (min-width: 1040px) {
  .plan-blackthroatseaperch-text {
    padding-bottom: 0;
    width: 75%;
  }
}

@media (min-width: 1040px) {
  .text-none {
    display: none;
  }
}

.plan-image-crab {
  background-image: url(image/recommended02.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
}

@media (min-width: 1040px) {
  .plan-image-crab {
    width: 320px;
  }
}

.plan-crab-title {
  width: 100%;
  font-size: 2rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 36px;
  line-height: 1.6;
}

@media (min-width: 740px) {
  .plan-crab-title {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1040px) {
  .plan-crab-title {
    width: 100%;
  }
}

.plan-crab-text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 140px;
  text-align: left;
  display: inline-block;
}

@media (min-width: 1040px) {
  .plan-crab-text {
    padding-bottom: 0;
    width: 75%;
  }
}

@media (min-width: 1040px) {
  .crab-none {
    display: none;
  }
}

.plan-container {
  text-align: center;
  width: 320px;
  max-width: 100%;
}

.plan-image-sashimi {
  background-image: url(image/recommended03.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 32px;
  display: block;
}

@media (min-width: 1040px) {
  .plan-image-sashimi {
    width: 320px;
  }
}

.plan-sashimi-title {
  font-size: 2rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 36px;
  line-height: 1.6;
}

@media (min-width: 740px) {
  .plan-sashimi-title {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1040px) {
  .plan-sashimi-title {
    width: 100%;
  }
}

.plan-sashimi-text {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 144px;
  text-align: left;
  display: inline-block;
}

@media (min-width: 1040px) {
  .plan-sashimi-text {
    padding-bottom: 0;
    width: 75%;
    margin-bottom: 30px;
  }
}

.announce-title {
  width: 100%;
  text-align: center;
}

@media (min-width: 1040px) {
  .announce-inner {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.announce-logo {
  padding-top: 60px;
  padding-bottom: 20px;
}

.announce-recommend {
  font-size: 3.6rem;
  margin-bottom: 46px;
}

/*タブ実装*/
/*タブ実装*/
.tab_box .btn_area {
  margin: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}

.tab_box .tab_btn {
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.6rem;
  z-index: 999;
}

.tab_box .tab_btn + .tab_btn {
  margin-left: 30px;
  width: 15%;
}

@media (min-width: 1040px) {
  .tab_box .tab_btn + .tab_btn {
    margin-left: 30px;
    width: 5%;
  }
}

.tab_box .tab_btn.active {
  border-bottom: solid 1px #333333;
}

.panel_area {
  width: 98%;
  margin: 0 auto;
}

.tab_panel {
  width: 98%;
  margin: 0 auto;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

@media (min-width: 1040px) {
  .grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr  1fr;
    margin-top: 6%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1040px) {
  .grid-other {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr  1fr;
    margin-top: 6%;
    margin-bottom: 50px;
  }
}

.panel-wrapper {
  display: flex;
  background: #F6F6F6;
  padding: 20px 10px;
  margin-bottom: 20px;
}

@media (min-width: 1040px) {
  .panel-wrapper {
    display: flex;
  }
}

.panel-image-lantern {
  background-image: url(image/news01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 103px;
  height: 100px;
  display: flex;
}

.panel-image-dish {
  background-image: url(image/news02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 103px;
  height: 100px;
  display: flex;
}

.panel-container {
  margin-left: 30px;
  width: 80%;
}

.panel-time {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.panel-text {
  font-size: 1.6rem;
  line-height: 2;
}

.access {
  background-size: cover;
  background-position: center;
  background-image: url(image/bg.png);
  height: 1380px;
  width: 100%;
}

@media (min-width: 1040px) {
  .access-inner {
    margin: 0 auto;
    width: 1180px;
    max-width: 100%;
  }
}

.access-title {
  width: 100%;
  text-align: center;
}

.access-logo {
  padding-top: 60px;
  padding-bottom: 20px;
}

.access-recommend {
  font-size: 3.6rem;
  margin-bottom: 46px;
}

@media (min-width: 740px) {
  .access-flex {
    justify-content: center;
    display: flex;
  }
}

.access-image {
  background-image: url(image/acess.jpg);
  background-size: cover;
  height: 370px;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .access-image {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .access-image {
    width: 656px;
    max-width: 100%;
  }
}

.access-container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .access-container {
    margin-left: 20px;
  }
}

@media (min-width: 1040px) {
  .access-container {
    margin-left: 83px;
    width: 60%;
  }
}

.title {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 800;
}

.access-text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

.access-contact {
  margin-top: 20px;
  text-align: left;
  font-size: 1.6rem;
  width: 80%;
}

@media (min-width: 740px) {
  .access-contact {
    width: 100%;
  }
}

.google-map-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 69px;
}

@media (min-width: 1040px) {
  .google-map-container {
    width: 792px;
    max-width: 100%;
    height: 592px;
    height: auto;
  }
}

.google-map {
  height: 300px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .google-map {
    height: 600px;
  }
}

@media (min-width: 1040px) {
  .google-map {
    width: 792px;
    max-width: 100%;
    height: 800px;
    height: 592px;
  }
}

.footer {
  background-image: url(image/bg3.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: -99999;
}

.footer-container {
  display: block;
}

.footer-inner {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0 auto;
  margin-bottom: 100px;
  width: 205px;
}

.footer-inner a {
  margin-bottom: 0;
  color: #000000;
  width: 40px;
  display: block;
  height: auto;
}

.footer-inner a:hover {
  color: #707070;
}

.footer-about:first-of-type {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  line-height: 1.5;
  font-family: 游明朝体;
  font-size: 1.8rem;
  margin-top: 87px;
  text-align: center;
  z-index: 9999;
}

.footer-about {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  line-height: 1.5;
  font-family: 游明朝体;
  font-size: 1.8rem;
  margin-top: 87px;
  margin-right: 20px;
  text-align: center;
  z-index: 9999;
}

.footer-about:last-of-type {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  line-height: 1.5;
  font-family: 游明朝体;
  font-size: 1.8rem;
  margin-top: 65px;
  margin-right: 20px;
  text-align: center;
  z-index: 9999;
}

.footer-title {
  width: 100%;
  text-align: center;
}

.footer-logo {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-recommend {
  font-size: 3.6rem;
  margin-bottom: 96px;
}

.footer-wrapper {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
}

.footer-postcode {
  margin-right: 21px;
}

.footer-telephonenumber {
  margin-right: 21px;
  padding-bottom: 61px;
}

.footer-place {
  display: flex;
  margin-bottom: 23px;
}

.footer-phone {
  display: flex;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #000000;
}

.copy-text {
  color: #ffffff;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */