@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

a,
a:visited {
  color: inherit;
}

figure,
figcaption,
blockquote {
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q::after,
q::before {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: inherit;
}

body {
  position: relative;
  font-family: 'Times New Roman', 'Noto Serif JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 1rem;
}

pre {
  background: #f6f6f6;
  padding: 10px;
  border: #CCCCCC solid 1px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .5;
}

a img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .5;
}

/*****/
.fwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .fwrap [class^="con-"] {
    width: 100%;
  }
}

.fwrap [class^="con-"] img {
  display: block;
  width: 100%;
  margin: 0;
}

.fwrap .con-1 {
  width: 100%;
}

.fwrap .con-2 {
  width: 50%;
}

.fwrap .con-3 {
  width: 33.33333%;
}

.fwrap .con-4 {
  width: 25%;
}

.fwrap .con-5 {
  width: 20%;
}

.fwrap .con-6 {
  width: 16.66667%;
}

.fwrap .con-10 {
  width: 10%;
}

.fwrap .con-20 {
  width: 20%;
}

.fwrap .con-30 {
  width: 30%;
}

.fwrap .con-40 {
  width: 40%;
}

.fwrap .con-50 {
  width: 50%;
}

.fwrap .con-60 {
  width: 60%;
}

.fwrap .con-70 {
  width: 70%;
}

.fwrap .con-80 {
  width: 80%;
}

.fwrap .con-90 {
  width: 90%;
}

.fwrap.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fwrap.between .con-2 {
  width: 48%;
}

.fwrap.between .con-3 {
  width: 31.33333%;
}

.fwrap.between .con-4 {
  width: 23%;
}

.fwrap.between .con-5 {
  width: 18%;
}

.fwrap.between .con-6 {
  width: 14.66667%;
}

hr {
  height: 1px;
  background: #666666;
  border: none;
  margin: 50px auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page_top {
  position: fixed;
  right: 50px;
  bottom: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000000;
}

#page_top::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: #FFFFFF solid 1px;
  border-left: #FFFFFF solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.acMenu {
  width: 100%;
}

.acMenu dt, .acMenu dd {
  width: 100%;
  margin: 0;
  padding: 10px;
}

.acMenu dt {
  display: block;
  cursor: pointer;
  background: #CCCCCC;
}

.acMenu dd {
  display: none;
  border: #666666 solid 1px;
}

.group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.group ul.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group ul.tab-group .tab {
  padding: 10px 0;
  width: 33.33333%;
  text-align: center;
  background: #F3F3F3;
  border-top: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  cursor: pointer;
}

.group ul.tab-group .tab:first-child {
  border-left: #000000 solid 1px;
}

.group ul.tab-group .tab.is-active {
  border-bottom-color: transparent !important;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
}

.group .panel-group {
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  padding: 20px;
}

.group .panel-group .panel {
  display: none;
}

.group .panel-group .panel.is-show {
  display: block;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #FFFFFF;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: inherit;
  }
}

header {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header #header-Reservation {
  background: transparent;
  width: 200px;
  height: 40px;
}

header #header-Reservation a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  letter-spacing: .1em;
  font-size: 20px;
}

footer {
  margin: 0;
  padding: 0;
}

footer #copyright {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

html, body {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-slide {
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

/**************************************

		WordPress Native Styles

***************************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/************************************
** video
************************************/
/*動画の最大幅を指定する*/
.video-container {
  max-width: 640px;
}

/*動画の大きさを調整*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  margin-bottom: 50px;
}

.btn a {
  display: block;
  width: 220px;
  border-radius: 5px;
}

main {
  overflow: hidden;
}

h2 {
  font-family: 'Times New Roman', 'Noto Serif JP', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  letter-spacing: .1em;
}

h2.title {
  width: 90%;
  padding-bottom: 1.5rem;
  background: url(../img/title_line.svg) no-repeat bottom left;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  h2.title {
    margin: auto;
    font-size: 7vw;
  }
}

h3 {
  font-weight: 400;
  margin: 0 0 30px;
  letter-spacing: .1em;
}

section {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}

section .inner {
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  section .inner {
    width: 100%;
    padding: 0 20px;
  }
}

section .inner_80 {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  section .inner_80 {
    width: 100%;
    padding: 0 20px;
  }
}

section#top_image, section#footer_image {
  margin: 0;
  padding: 0;
}

section#top_image img, section#footer_image img {
  width: 100%;
  display: block;
  margin: 0;
}

section#shop {
  position: relative;
}

section#shop::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section#shop::before {
    display: none;
  }
}

section#shop .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 460.8px 563.2px 1fr 5%;
      grid-template-columns: 1fr 460.8px 563.2px 1fr 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  section#shop .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

@media screen and (max-width: 768px) {
  section#shop .grid .con-1,
  section#shop .grid .con-2 {
    width: 100%;
  }
}

section#shop .grid .con-1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  section#shop .grid .con-1 {
    grid-column: none;
    padding-right: 0;
  }
}

section#shop .grid .con-1 .text {
  width: 80%;
  margin: auto;
  line-height: 1.8em;
}

section#shop .grid .con-1 .text .btn_default {
  width: 300px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  section#shop .grid .con-1 .text .btn_default {
    width: 80%;
    margin: auto;
  }
}

section#shop .grid .con-1 .text .btn_default:not(:last-child) {
  margin-bottom: 20px;
}

section#shop .grid .con-1 .text .btn_default a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #000000 solid 1px;
  background: url(../img/btn_arrow.svg) no-repeat right 10px center;
  background-size: auto 50%;
}

section#shop .grid .con-1 .text .btn_default a span {
  padding-right: 20%;
}

section#shop .grid .con-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  height: 600px;
}

@media screen and (max-width: 768px) {
  section#shop .grid .con-2 {
    grid-column: none;
    height: 300px;
    margin-top: 30px;
  }
}

section#menu {
  background: #E8E8E8;
}

@media screen and (max-width: 768px) {
  section#menu .inner_80 .fwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  section#menu .inner_80 .fwrap .con-2 {
    width: 100%;
    margin-bottom: 50px;
  }
}

section#menu .inner_80 .fwrap .con-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#menu .inner_80 .fwrap .con-2 ul:not(:last-child) {
  margin-bottom: 50px;
}

section#menu .inner_80 .fwrap .con-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  section#menu .inner_80 .fwrap .con-2 ul li {
    font-size: 3.5vw;
  }
}

section#menu .inner_80 .fwrap .con-2 ul li span {
  display: block;
  width: 35%;
}
