@charset "UTF-8";

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}


span.ilb {
  display: inline-block !important;
}

/* input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
} */

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"] {
  cursor: default;
}

.sp {
  display: none !important;
}

.sp-only {
  display: none !important;
}

.sp-s {
  display: none !important;
}

html {
  font-size: 62.5%;
  font-family: "ab-appare", "Potta One", "Reggae One", cursive, "Noto Serif JP",
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", "Raleway", serif;
  height: -webkit-fill-available;
}

@media screen and (max-width: 860px) {
  html {
  }

  html .pc {
    display: none !important;
  }

  html .sp {
    display: block !important;
  }

  html .sp-only {
    display: none !important;
  }

  html .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  html .pc {
    display: none !important;
  }

  html .tablet {
    display: none !important;
  }

  html .sp-only {
    display: flex !important;
  }
}

html .sp {
  display: none;
}

@media screen and (max-width: 650px) {
  html .sp {
    display: block;
  }

  html .sp .pc {
    display: none !important;
  }

  html .sp .tablet {
    display: none !important;
  }

  html .sp .sp-only {
    display: flex !important;
  }
}

.t-body {
  font-family: "ab-appare", "Potta One", "Reggae One";
  color: #000;
  margin: 0 auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-style: none;
  vertical-align: top;
}

p {
  line-height: 2.5rem;
  letter-spacing: 0.1em;
}

h1 {
  letter-spacing: 0.36em;
}

@media screen and (max-width: 650px) {
  h1 {
    letter-spacing: 0.17em;
  }

  h1 .pc {
    display: none !important;
  }

  h1 .tablet {
    display: none !important;
  }

  h1 .sp-only {
    display: flex !important;
  }
}

h2 {
  letter-spacing: 0.24em;
}

@media screen and (max-width: 650px) {
  h2 {
    letter-spacing: 0.12em;
  }

  h2 .pc {
    display: none !important;
  }

  h2 .tablet {
    display: none !important;
  }

  h2 .sp-only {
    display: flex !important;
  }
}

h3 {
  letter-spacing: 0.1em;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

.small {
  font-size: 70%;
  line-height: 70%;
}

/* ヘッダー */
header {
  background-color: #000;
}

.sns_icon {
  width: 4rem;
}

.instagram,
.facebook {
  line-height: 0;
}

@media screen and (max-width: 860px) {
  .instagram,
  .facebook {
    background-color: transparent;
  }

  .instagram .pc,
  .facebook .pc {
    display: none !important;
  }

  .instagram .sp,
  .facebook .sp {
    display: block !important;
  }

  .instagram .sp-only,
  .facebook .sp-only {
    display: none !important;
  }

  .instagram .sp-s,
  .facebook .sp-s {
    display: none !important;
  }
}

.t-primary_header {
  width: 100%;
  color: #fff;
  padding: 1.5rem;
}
.header_inner_flex {
  position: relative;
}
.header_inner_flex h1 {
  position: absolute;
  width: 107px;
  z-index: 999999;
  margin-left: 5%;
  margin-top: -3px;
}

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

  .header_inner_flex h1 {
    width: 65px;
    margin-left: 5%;
    margin-top: -7px;
  }

  .t-primary_header {
    position: fixed;
    z-index: 999;
  }

  .t-primary_header .pc {
    display: none !important;
  }

  .t-primary_header .sp {
    display: block !important;
  }

  .t-primary_header .sp-only {
    display: none !important;
  }

  .t-primary_header .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .t-primary_header .pc {
    display: none !important;
  }

  .t-primary_header .tablet {
    display: none !important;
  }

  .t-primary_header .sp-only {
    display: flex !important;
  }
}

.header-inner {
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 3rem;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 860px) {
  .header-inner {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .header-inner .pc {
    display: none !important;
  }

  .header-inner .sp {
    display: block !important;
  }

  .header-inner .sp-only {
    display: none !important;
  }

  .header-inner .sp-s {
    display: none !important;
  }
}

.header-inner_row {
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 3rem;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 860px) {
  .header-inner_row {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .header-inner_row .pc {
    display: none !important;
  }

  .header-inner_row .sp {
    display: block !important;
  }

  .header-inner_row .sp-only {
    display: none !important;
  }

  .header-inner_row .sp-s {
    display: none !important;
  }
}

.gnav_wrap {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}

@media screen and (min-width: 861px) {
  .gnav_wrap {
    gap: 4%;

  }
  header .gnav_wrap {
    margin-left: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav_wrap {
    gap: 6rem;
  }
  header .gnav_wrap {
    margin-left: 17rem;
  }
}

@media screen and (max-width: 767px) {
  .gnav_wrap {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.gmenu {
  text-decoration: none;
  color: #fff;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: all 0.5s;
  display: block;
  line-height: 1;
}

.g-icon {
  transition: all 0.5s;
  display: block;
  height: 22px;
}

.gmenu:hover,
.g-icon:hover {
  opacity: 0.6;
}

/* メイン */
.toppage_main {
  background-image: url("../img/bg_img2.jpg");
  background-position: top;
  background-repeat: repeat;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* ボタン */
.original-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  border-radius: 0px;
  width: 22vw;
  height: 6vw;
  /* transition: 0.3s; */
  /* background-color: #000;
  color: #f2e2cb;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center; */
  position: relative;
}

@media screen and (max-width: 860px) {
  .original-button {
    width: 250px;
    height: 60px;
  }

  .original-button .pc {
    display: none !important;
  }

  .original-button .sp {
    display: block !important;
  }

  .original-button .sp-only {
    display: none !important;
  }

  .original-button .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .original-button .pc {
    display: none !important;
  }

  .original-button .tablet {
    display: none !important;
  }

  .original-button .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .original-button {
    width: 295px;
    height: 80px;
  }
}

@media screen and (max-width: 860px) {
  .original-button {
  }

  .original-button .pc {
    display: none !important;
  }

  .original-button .sp {
    display: block !important;
  }

  .original-button .sp-only {
    display: none !important;
  }

  .original-button .sp-s {
    display: none !important;
  }
}

.original-button:hover {
  box-shadow: none;
}

/* .original-button::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 2px;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
} */

.red_area {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  background-color: #a51e1b;
  height: 100%;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 0, 92% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0%, 100% 0, 100% 0, 92% 100%, 100% 100%, 0 100%);
}

@media screen and (max-width: 860px) {
  .red_area {
  }

  .red_area .pc {
    display: none !important;
  }

  .red_area .sp {
    display: block !important;
  }

  .red_area .sp-only {
    display: none !important;
  }

  .red_area .sp-s {
    display: none !important;
  }
}

.btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn_wrapper_bottom {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  padding-bottom: 6rem;
}

.btn_wrapper_bottom_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 4rem;
}

.top-pd {
  padding-top: 4rem;
}
/* 追従*/
.following {
  position: absolute;
  /* top: min(40rem, 60vw); */

  bottom: 10%;
  right: 0;
  z-index: 15;
  display: inline-block;
}

.following_bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  z-index: 200;
}

.follow-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-family: "ab-appare", "Potta One", "Reggae One", cursive, "Noto Serif JP",
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", "Raleway", serif;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  color: #fff;
  background-color: #a51e1b;
  -webkit-clip-path: polygon(
    0 100%,
    15% 0,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%
  );
  clip-path: polygon(0 100%, 15% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
  padding: 2rem 2rem 2rem 6rem;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (max-width: 860px) {
  .follow-btn {
    display: block;
    padding: 1rem;
    width: 100%;
    transform: none;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.16);
    -webkit-clip-path: none;
    clip-path: none;
  }

  .follow-btn:hover {
    opacity: 1;
    transition: 0.5s;
  }

  .follow-btn .pc {
    display: none !important;
  }

  .follow-btn .tablet {
    display: none !important;
  }

  .follow-btn .sp-only {
    display: flex !important;
  }
}

.follow-btn_txt {
  text-align: center;
}

.japanese {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  letter-spacing: 0.2em;
  padding-bottom: 1rem;
}

.tel {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 650px) {
  .tel {
    font-size: 2.5rem;
  }

  .tel .pc {
    display: none !important;
  }

  .tel .tablet {
    display: none !important;
  }

  .tel .sp-only {
    display: flex !important;
  }
}

/* ファーストビュー MVスライダー */
.logo_box {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  align-items: center;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}

.top_logo {
  width: min(35vw, 452px);
}

@media screen and (max-width: 860px) {
  .top_logo {
  }

  .top_logo .pc {
    display: none !important;
  }

  .top_logo .sp {
    display: block !important;
  }

  .top_logo .sp-only {
    display: none !important;
  }

  .top_logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .top_logo {
    width: 50vw;
  }

  .top_logo .pc {
    display: none !important;
  }

  .top_logo .tablet {
    display: none !important;
  }

  .top_logo .sp-only {
    display: flex !important;
  }
}

.mv_area {
  position: relative;
  height: 100%;
}

#main-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

  #main-slider {
    height: 100%;
  }

  #main-slider .pc {
    display: none !important;
  }

  #main-slider .sp {
    display: block !important;
  }

  #main-slider .sp-only {
    display: none !important;
  }

  #main-slider .sp-s {
    display: none !important;
  }
}

.slider img {
  top: 0;
  bottom: 0;
  left: -300%;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#main-slider .slick-slide.moving {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.bt.delighter {
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(10%);
  opacity: 0;
}

.bt.delighter.started {
  transform: none;
  opacity: 1;
}

.lr.delighter {
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-10%);
  opacity: 0;
}

.lr.delighter.started {
  transform: none;
  opacity: 1;
}

.fade_t {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s 0.1s;
}

.fade_lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s 0.1s;
}

.fade_rl {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s 0.1s;
}

@media screen and (max-width: 767px) {
  .fade_lr {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s 0.1s;
  }

  .fade_rl {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s 0.1s;
  }
}

.fade_t02 {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s 0.3s;
}

.fade_t03 {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s 0.5s;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* セクション */
.section_wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 650px) {
  .section_wrapper .pc {
    display: none !important;
  }

  .section_wrapper .tablet {
    display: none !important;
  }

  .section_wrapper .sp-only {
    display: flex !important;
  }
}

.ttl_img {
  width: 15vw;
}

@media screen and (max-width: 860px) {
  .ttl_img {
    width: 25vw;
  }

  .ttl_img .pc {
    display: none !important;
  }

  .ttl_img .sp {
    display: block !important;
  }

  .ttl_img .sp-only {
    display: none !important;
  }

  .ttl_img .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .ttl_img {
    width: 30vw;
  }

  .ttl_img .pc {
    display: none !important;
  }

  .ttl_img .tablet {
    display: none !important;
  }

  .ttl_img .sp-only {
    display: flex !important;
  }
}

.wood_line {
  width: 100%;
  height: 20px;
}

.wood_line_menu {
  width: 100%;
  max-width: 1700px;
  height: 20px;
}

.content_txt {
  color: #000;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
}

@media screen and (max-width: 860px) {
  .content_txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .content_txt .pc {
    display: none !important;
  }

  .content_txt .sp {
    display: block !important;
  }

  .content_txt .sp-only {
    display: none !important;
  }

  .content_txt .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .content_txt {
    width: 100%;
  }

  .content_txt .pc {
    display: none !important;
  }

  .content_txt .tablet {
    display: none !important;
  }

  .content_txt .sp-only {
    display: flex !important;
  }
}

/* こだわり */
.t-policy {
  background-image: url("../img/back-kodawari.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 12rem;
  width: 100%;
  color: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
}


@media screen and (max-width: 860px) {
  .t-policy {
    width: 100%;
    padding: 0 0 5rem;
  }

  .t-policy .pc {
    display: none !important;
  }

  .t-policy .sp {
    display: block !important;
  }

  .t-policy .sp-only {
    display: none !important;
  }

  .t-policy .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .t-policy .pc {
    display: none !important;
  }

  .t-policy .tablet {
    display: none !important;
  }

  .t-policy .sp-only {
    display: flex !important;
  }
}

.section_sub_ttl {
  color: #fff;
  font-family: "ab-appare", "Potta One", "Reggae One", cursive, "Noto Serif JP",
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", "Raleway", serif;
font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: clamp(2.4rem, 2.6vw, 4rem);
  font-weight: 700;
  line-height: 5rem;
  padding-bottom: 3.4rem;
  align-items: center;
  text-shadow: 0 0.3rem 2rem #000;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 860px) {
  .section_sub_ttl {
  }

  .section_sub_ttl .pc {
    display: none !important;
  }

  .section_sub_ttl .sp {
    display: block !important;
  }

  .section_sub_ttl .sp-only {
    display: none !important;
  }

  .section_sub_ttl .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .section_sub_ttl {
    line-height: 3rem;
    padding-bottom: 2rem;
  }

  .section_sub_ttl .pc {
    display: none !important;
  }

  .section_sub_ttl .tablet {
    display: none !important;
  }

  .section_sub_ttl .sp-only {
    display: flex !important;
  }
}

.red {
  color: #a51e1b;
}

.section_txt {
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  padding-bottom: 2rem;
  line-height: 4.2rem;
}

.section_txt--menu {
  margin-bottom: 4rem;
}

@media screen and (max-width: 860px) {
  .section_txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
.section_txt--menu {
  margin-bottom: 2rem;
  text-align: left;
}

  .section_txt .pc {
    display: none !important;
  }

  .section_txt .sp {
    display: block !important;
  }

  .section_txt .sp-only {
    display: none !important;
  }

  .section_txt .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .section_txt {
    width: 100%;
    line-height: 3rem;
  }

  .section_txt .pc {
    display: none !important;
  }

  .section_txt .tablet {
    display: none !important;
  }

  .section_txt .sp-only {
    display: flex !important;
  }
}

.txt_area_small {
  width: 90%;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 650px) {
  .txt_area_small {
    width: 100%;
    margin: 0 auto 0rem;
  }

  .txt_area_small .pc {
    display: none !important;
  }

  .txt_area_small .tablet {
    display: none !important;
  }

  .txt_area_small .sp-only {
    display: flex !important;
  }
}

.policy_container {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 12rem 6.8rem 0 17rem;
  position: relative;
}

@media screen and (max-width: 860px) {
  .policy_container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2rem 0 !important;
  }

  .policy_container .pc {
    display: none !important;
  }

  .policy_container .sp {
    display: block !important;
  }

  .policy_container .sp-only {
    display: none !important;
  }

  .policy_container .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .policy_container {
    padding: 5rem 2rem 0;
  }

  .policy_container .pc {
    display: none !important;
  }

  .policy_container .tablet {
    display: none !important;
  }

  .policy_container .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1100px) {
  .policy_container {
    padding: 12rem 4rem 0 4rem;
  }
}

.policy_left_area {
  text-align: left;
  width: 45%;
  position: relative;
}

@media screen and (max-width: 860px) {
  .policy_left_area {
    width: 100%;
  }

  .policy_left_area .pc {
    display: none !important;
  }

  .policy_left_area .sp {
    display: block !important;
  }

  .policy_left_area .sp-only {
    display: none !important;
  }

  .policy_left_area .sp-s {
    display: none !important;
  }
}

.policy_img_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 45%;
}

@media screen and (max-width: 860px) {
  .policy_img_container {
    width: 100%;
  }

  .policy_img_container .pc {
    display: none !important;
  }

  .policy_img_container .sp {
    display: block !important;
  }

  .policy_img_container .sp-only {
    display: none !important;
  }

  .policy_img_container .sp-s {
    display: none !important;
  }
}

.img_box1 {
  position: relative;
}
.img_box1.mg-t {
  width: 77%;;
  margin-top: -4rem;
}

@media screen and (max-width: 860px) {
  .img_box1 {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    padding-bottom: 4rem;
  }

  .img_box1 .pc {
    display: none !important;
  }

  .img_box1 .sp {
    display: block !important;
  }

  .img_box1 .sp-only {
    display: none !important;
  }

  .img_box1 .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .img_box1 {
    width: 100%;
  }

  .img_box1 .pc {
    display: none !important;
  }

  .img_box1 .tablet {
    display: none !important;
  }

  .img_box1 .sp-only {
    display: flex !important;
  }
}

.photo {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .photo {
  }

  .photo .pc {
    display: none !important;
  }

  .photo .sp {
    display: block !important;
  }

  .photo .sp-only {
    display: none !important;
  }

  .photo .sp-s {
    display: none !important;
  }
}

.kodawari_logo {
  width: 22vw;
  z-index: 10;
  position: relative;
  margin-bottom: -2rem;
  margin-left: -2rem;
}

@media screen and (max-width: 860px) {
  .kodawari_logo {
    width: 30vw;
    margin-bottom: 0;
    margin-left: 0;
  }

  .kodawari_logo .pc {
    display: none !important;
  }

  .kodawari_logo .sp {
    display: block !important;
  }

  .kodawari_logo .sp-only {
    display: none !important;
  }

  .kodawari_logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .kodawari_logo {
    width: 40vw;
  }

  .kodawari_logo .pc {
    display: none !important;
  }

  .kodawari_logo .tablet {
    display: none !important;
  }

  .kodawari_logo .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .kodawari_logo {
    width: 380px;
  }
}

.yakitori_logo {
  width: 25vw;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .yakitori_logo {
    top: -2rem;
    left: -5rem;
    width: 30vw;
  }

  .yakitori_logo .pc {
    display: none !important;
  }

  .yakitori_logo .sp {
    display: block !important;
  }

  .yakitori_logo .sp-only {
    display: none !important;
  }

  .yakitori_logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .yakitori_logo {
    top: -2rem;
    left: -2rem;
    width: 40vw;
  }

  .yakitori_logo .pc {
    display: none !important;
  }

  .yakitori_logo .tablet {
    display: none !important;
  }

  .yakitori_logo .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .yakitori_logo {
    width: 432px;
  }
}

.basashi_logo {
  width: 20vw;
  position: absolute;
  bottom: 3.5rem;
  left: -5rem;
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .basashi_logo {
    bottom: auto;
    top: -2rem;
    left: -5rem;
    width: 50vw;
  }

  .basashi_logo .pc {
    display: none !important;
  }

  .basashi_logo .sp {
    display: block !important;
  }

  .basashi_logo .sp-only {
    display: none !important;
  }

  .basashi_logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .basashi_logo {
    top: -2rem;
    left: -2rem;
    width: 60vw;
  }

  .basashi_logo .pc {
    display: none !important;
  }

  .basashi_logo .tablet {
    display: none !important;
  }

  .basashi_logo .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .basashi_logo {
    width: 320px;
    left: -9rem;
  }
}

.habushu_logo {
  width: 23vw;
  position: absolute;
  bottom: -5.5rem;
  right: -9.6rem;
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .habushu_logo {
    bottom: auto;
    top: -2rem;
    left: -5rem;
    width: 60vw;
  }

  .habushu_logo .pc {
    display: none !important;
  }

  .habushu_logo .sp {
    display: block !important;
  }

  .habushu_logo .sp-only {
    display: none !important;
  }

  .habushu_logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .habushu_logo {
    top: -2rem;
    left: -2rem;
    width: 70vw;
  }

  .habushu_logo .pc {
    display: none !important;
  }

  .habushu_logo .tablet {
    display: none !important;
  }

  .habushu_logo .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .habushu_logo {
    width: 370px;
    right: -17rem;
  }
}

.s-size_img {
  width: 90%;
}

@media screen and (max-width: 650px) {
  .s-size_img {
    width: 100%;
    padding-bottom: 0;
  }

  .s-size_img .pc {
    display: none !important;
  }

  .s-size_img .tablet {
    display: none !important;
  }

  .s-size_img .sp-only {
    display: flex !important;
  }
}

/* 料理メニュー */
.t-menu {
  width: 100%;
  color: #000;
    background-color: #000;
  background-image: url("../img/wood_bg2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;

  /* background-color: #000; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.t-menu_wrapper {
    background-image: url("../img/back-menu.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;

  /* background-image: url("../img/menu_bg3.jpg"); */
  width: 100%;
  /* background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover; */
  color: #000;
  margin: 0 auto;
  position: relative;
  max-width: 1700px;
  /* overflow-x: clip; */
}

.t-menu_drink {
  background-color: #000;
  background-image: url("../img/wood_bg2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
  color: #000;
  margin: 0 auto;
  position: relative;
}

.t-menu .ttl_area {
  justify-content: flex-start;
  margin-bottom: 0vw;
}
@media screen and (min-width: 1400px) {
.t-menu .ttl_area {
  margin-bottom: 3rem;
}
}

.menu_container {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  gap: 0rem;
  margin: 0 auto;
  padding: 0rem 0rem 10.5rem;
}

@media screen and (max-width: 860px) {
  .menu_container {
  }

  .menu_container .pc {
    display: none !important;
  }

  .menu_container .sp {
    display: block !important;
  }

  .menu_container .sp-only {
    display: none !important;
  }

  .menu_container .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .menu_container {
    padding: 0 0 3rem 0;
  }

  .menu_container .pc {
    display: none !important;
  }

  .menu_container .tablet {
    display: none !important;
  }

  .menu_container .sp-only {
    display: flex !important;
  }
}

.menu_ttl_right {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-right: 0;
}

.menu_ttl_box {
  /* display: flex;
  justify-content: flex-end;
  background-image: url("../img/menu_bg1.png");
  background-position: bottom 20rem right 0;
  text-align: left; */
  width: 100%;
  /* background-repeat: no-repeat;
  background-size: cover; */
  padding-top: 13%;
}

@media screen and (max-width: 650px) {
  .menu_ttl_box {
    width: 100%;
    background-position: bottom 6rem right 0;
    padding-top: 20%;
  }

  .menu_ttl_box .pc {
    display: none !important;
  }

  .menu_ttl_box .tablet {
    display: none !important;
  }

  .menu_ttl_box .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .menu_ttl_box {
    width: 100%;
  }
}

.menu_logo {
  width: 22vw;
  z-index: 10;
  position: relative;
  margin-top: -10%;
}

@media screen and (max-width: 650px) {
  .menu_logo {
    width: 40vw;
  }

  .menu_logo .pc {
    display: none !important;
  }

  .menu_logo .tablet {
    display: none !important;
  }

  .menu_logo .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .menu_logo {
    width: 380px;
  }
}

.wood_bg {
  /* background-image: url("../img/wood_bg.jpg");
  background-color: rgba(255, 255, 255, 0.268);
  background-blend-mode: multiply;
  width: 100%;
  height: 29vw;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-left: 25%;
  padding-bottom: 12%; */
    height: 27vw;
    padding-bottom: 0;
    padding-left: 14%;

}

@media screen and (max-width: 650px) {
  .wood_bg {
    padding-left: 10%;
    text-align: end;
    height: auto;

  }

  .wood_bg .pc {
    display: none !important;
  }

  .wood_bg .tablet {
    display: none !important;
  }

  .wood_bg .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 400px) {
  .wood_bg {
    padding-left: 0%;
  }
}

@media screen and (min-width: 1400px) {
  .wood_bg {
    height: 380px;
    padding-bottom: 0;
    padding-left: 14%;
  }
}

.menu_ttl {
  color: #000;
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 600;
  line-height: 4rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .menu_ttl {
  }

  .menu_ttl .pc {
    display: none !important;
  }

  .menu_ttl .sp {
    display: block !important;
  }

  .menu_ttl .sp-only {
    display: none !important;
  }

  .menu_ttl .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .menu_ttl {
    line-height: 3rem;
  }

  .menu_ttl .pc {
    display: none !important;
  }

  .menu_ttl .tablet {
    display: none !important;
  }

  .menu_ttl .sp-only {
    display: flex !important;
  }
}

.menu_sub_ttl {
  color: #000;
  font-family: "ab-appare", "Potta One", "Reggae One", cursive, "Noto Serif JP",
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", "Raleway", serif;
    font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  color: #fff;
  font-size: clamp(2.1rem, 2.9vw, 4rem);
  font-weight: 700;
  line-height: clamp(4rem, 5vw, 6rem);
  /* padding-top: 5rem; */
  text-align: left;
  display: block;
  background: url(../img/back-ttlmenu.png) no-repeat center top / cover;
  height: 13.5vw;
  display: flex;
  align-items: center;
  padding-left: 11rem;
}

@media screen and (max-width: 860px) {
  .menu_sub_ttl {
    /* padding-top: 3rem; */
    line-height: 4rem;
    padding-left: 7rem;
      height: 15vw;

  }

  .menu_sub_ttl .pc {
    display: none !important;
  }

  .menu_sub_ttl .sp {
    display: block !important;
  }

  .menu_sub_ttl .sp-only {
    display: none !important;
  }

  .menu_sub_ttl .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .menu_sub_ttl {
    /* line-height: 3rem; */
    /* text-align: center; */
  }

  .menu_sub_ttl .pc {
    display: none !important;
  }

  .menu_sub_ttl .tablet {
    display: none !important;
  }

  .menu_sub_ttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .menu_sub_ttl {
    padding-left: 9rem;
      height: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .menu_sub_ttl {
    padding-left: 7rem;
      height: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .menu_sub_ttl {
      height: 18rem;
    font-size: 3.8rem;
    line-height: 6rem;
  }
}

.drink_sub_ttl {
  color: #000;
  font-family: "ab-appare", "Potta One", "Reggae One", cursive, "Noto Serif JP",
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "MS P明朝", "MS PMincho", "Raleway", serif;
    font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;

  font-size: clamp(2.1rem, 2.6vw, 3.4rem);
  font-weight: 700;
  line-height: 4.5vw;
  text-align: left;
  padding-bottom: 2rem;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 860px) {
  .drink_sub_ttl {
    width: 90%;
    margin: 0 auto;
    line-height: 4rem;
  }

  .drink_sub_ttl .pc {
    display: none !important;
  }

  .drink_sub_ttl .sp {
    display: block !important;
  }

  .drink_sub_ttl .sp-only {
    display: none !important;
  }

  .drink_sub_ttl .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .drink_sub_ttl {
    /* line-height: 3rem; */
    padding-bottom: 3rem;
    width: 100%;
      letter-spacing: 0.2rem;
  }

  .drink_sub_ttl .pc {
    display: none !important;
  }

  .drink_sub_ttl .tablet {
    display: none !important;
  }

  .drink_sub_ttl .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .drink_sub_ttl {
    padding-bottom: 5rem;
  line-height: 5.5rem;
  }
}

.menu_txt_box {
  width: 75%;
  max-width: 1000px;
  padding: 6rem 4% 0;
  margin: -5rem auto 0;
  background-image: url("../img/bg_texture.png");
  background-blend-mode: lighten;
  background-color: rgba(245, 230, 203, 0.7);
  box-shadow: 0px 0px 20px 5px rgba(92, 84, 72, 0.25);
}

@media screen and (max-width: 860px) {
  .menu_txt_box {
    margin: -1rem auto 0;
    padding: 4% 4% 0;
  }

  .menu_txt_box .pc {
    display: none !important;
  }

  .menu_txt_box .sp {
    display: block !important;
  }

  .menu_txt_box .sp-only {
    display: none !important;
  }

  .menu_txt_box .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .menu_txt_box {
    margin: 4vh auto 0;
    width: 100%;
  }

  .menu_txt_box .pc {
    display: none !important;
  }

  .menu_txt_box .tablet {
    display: none !important;
  }

  .menu_txt_box .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1441px) {
  .menu_txt_box {
    width: 80%;
    margin: -80px auto 0;
    max-width: 1200px;
    padding: 6rem 3% 0;
  }
}

.drink_txt_box {
  width: 60%;
  max-width: 600px;
  padding: 4% 4% 4% 6%;
  background-color: rgba(235, 222, 211, 0.9);
  background-image: url("../img/wood_line2.jpg");
  background-blend-mode: multiply;
  background-repeat: repeat-y;
  background-size: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 860px) {
  .drink_txt_box {
    width: 100%;
  }

  .drink_txt_box .pc {
    display: none !important;
  }

  .drink_txt_box .sp {
    display: block !important;
  }

  .drink_txt_box .sp-only {
    display: none !important;
  }

  .drink_txt_box .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .drink_txt_box {
    padding: 4% 4% 4% 8%;
  }

  .drink_txt_box .pc {
    display: none !important;
  }

  .drink_txt_box .tablet {
    display: none !important;
  }

  .drink_txt_box .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  .drink_txt_box {
    padding: 60px;
  }
}

.drink_txt_box::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  box-shadow: 0px 0px 20px 5px rgba(92, 43, 0, 0.7490196078);
}

.drink_txt_outline {
  background-image: url("../img/back-menu2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6rem 12rem;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .drink_txt_outline {
    padding: 6rem 8rem;
  }

  .drink_txt_outline .pc {
    display: none !important;
  }

  .drink_txt_outline .sp {
    display: block !important;
  }

  .drink_txt_outline .sp-only {
    display: none !important;
  }

  .drink_txt_outline .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .drink_txt_outline {
    padding: 4rem;
  }

  .drink_txt_outline .pc {
    display: none !important;
  }

  .drink_txt_outline .tablet {
    display: none !important;
  }

  .drink_txt_outline .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 400px) {
  .drink_txt_outline {
    padding: 2rem;
  }

  .drink_txt_outline .pc {
    display: none !important;
  }

  .drink_txt_outline .tablet {
    display: none !important;
  }

  .drink_txt_outline .sp-s {
    display: block !important;
  }
}

@media screen and (min-width: 1400px) {
  .drink_txt_outline {
    padding: 10rem 14rem;
  }
}

.sake_img {
  width: 12vw;
  position: absolute;
  top: -4.5rem;
  right: -4.5rem;
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .sake_img {
    right: -3rem;
    width: 16vw;
  }

  .sake_img .pc {
    display: none !important;
  }

  .sake_img .sp {
    display: block !important;
  }

  .sake_img .sp-only {
    display: none !important;
  }

  .sake_img .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .sake_img {
    width: 16vw;
    top: -3rem;
  }

  .sake_img .pc {
    display: none !important;
  }

  .sake_img .tablet {
    display: none !important;
  }

  .sake_img .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 400px) {
  .sake_img {
    top: -1rem;
    width: 16vw;
    right: -2rem;
  }

  .sake_img .pc {
    display: none !important;
  }

  .sake_img .tablet {
    display: none !important;
  }

  .sake_img .sp-s {
    display: block !important;
  }
}

@media screen and (min-width: 1400px) {
  .sake_img {
    width: 200px;
  }
}

.menu_txt {
  color: #000;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  padding-bottom: 3rem;
  line-height: 4rem;
  width: 43%;
}

@media screen and (max-width: 860px) {
  .menu_txt {
    width: 100%;
    padding-bottom: 5rem;
  }

  .menu_txt .pc {
    display: none !important;
  }

  .menu_txt .sp {
    display: block !important;
  }

  .menu_txt .sp-only {
    display: none !important;
  }

  .menu_txt .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .menu_txt {
    width: 100%;
    line-height: 2.5rem;
    padding-bottom: 4rem;
  }

  .menu_txt .pc {
    display: none !important;
  }

  .menu_txt .tablet {
    display: none !important;
  }

  .menu_txt .sp-only {
    display: flex !important;
  }
}

.drink_txt {
  color: #000;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  line-height: 3.5vw;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .drink_txt {
    width: 90%;
    margin: 0 auto;
  }

  .drink_txt .pc {
    display: none !important;
  }

  .drink_txt .sp {
    display: block !important;
  }

  .drink_txt .sp-only {
    display: none !important;
  }

  .drink_txt .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .drink_txt {
    width: 100%;
    line-height: 2.5rem;
  }

  .drink_txt .pc {
    display: none !important;
  }

  .drink_txt .tablet {
    display: none !important;
  }

  .drink_txt .sp-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1400px) {
.drink_txt {
  line-height: 4rem;
}
}

.basashi_platter_img {
  position: absolute;
  top: 10rem;
  left: 0rem;
  width: 21vw;
}

@media screen and (min-width: 1400px) {
  .basashi_platter_img {
    width: 21%;
    top: 10rem;
    left: 0rem;
  }
}
@media screen and (max-width: 860px) {
  .basashi_platter_img {
    top: 8rem;
    left: 0rem;
    width: 21vw;
  }
}
@media screen and (max-width: 650px) {
  .basashi_platter_img {
    top: 13rem;
    left: 0rem;
    width: 21vw;
  }
}
@media screen and (max-width: 500px) {
  .basashi_platter_img {
    top: 10rem;
    left: -3rem;
    width: 32vw;
  }
}
@media screen and (max-width: 400px) {
  .basashi_platter_img {
    top: 8.8rem;
    left: -6rem;
    width: 37vw;
  }
}
@media screen and (max-width: 360px) {
  .basashi_platter_img {
    top: 8rem;
    left: -6rem;
    width: 37vw;
  }
}

.yakitori_img {
  position: absolute;
  bottom: -15vw;
  right: 0;
  width: 57vw;
}

@media screen and (min-width: 1400px) {
  .yakitori_img {
    bottom: -27rem;
    width: 57%;
  }
}
@media screen and (max-width: 860px) {
  .yakitori_img {
    position: absolute;
    bottom: -15vw;
    right: 0;
    width: 35vw;
  }
}

/* ギャラリー　写真 */
.t-gallery {
  width: 100%;
  background-position: top;
  background-repeat: repeat;
  background-size: 100% auto;
  margin: 0 auto 0 auto;
  color: #000;
  text-align: left;
  overflow: hidden;
  position: relative;
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
}
.t-gallery .ttl_area {
  margin-top: 8rem;
  margin-bottom: 1rem;
}
.t-gallery .btn_wrapper {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 860px) {
  .t-gallery {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  .t-gallery .pc {
    display: none !important;
  }

  .t-gallery .sp {
    display: block !important;
  }

  .t-gallery .sp-only {
    display: none !important;
  }

  .t-gallery .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .t-gallery {
    margin: 0 auto 0 auto;
  }

  .t-gallery .pc {
    display: none !important;
  }

  .t-gallery .tablet {
    display: none !important;
  }

  .t-gallery .sp-only {
    display: flex !important;
  }
}

.gallery_container {
  display: block;
  justify-content: center;
  text-align: left;
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 14rem;
}

@media screen and (max-width: 860px) {
  .gallery_container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5rem;
  }

  .gallery_container .pc {
    display: none !important;
  }

  .gallery_container .sp {
    display: block !important;
  }

  .gallery_container .sp-only {
    display: none !important;
  }

  .gallery_container .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .gallery_container {
    padding: 0 0 5rem;
  }

  .gallery_container .pc {
    display: none !important;
  }

  .gallery_container .tablet {
    display: none !important;
  }

  .gallery_container .sp-only {
    display: flex !important;
  }
}

.ttl_area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-top: 8rem; */
  padding-bottom: 5rem;
  margin-left: 60px;
}
.ttl_area img {
  width: auto;
  height: 83px;
}

@media screen and (max-width: 860px) {
  .ttl_area {
    width: 100%;
    text-align: center;
    /* padding-top: 4rem; */
    padding-bottom: 3rem;
    margin-left: 40px;
  }

  .ttl_area .pc {
    display: none !important;
  }

  .ttl_area .sp {
    display: block !important;
  }

  .ttl_area .sp-only {
    display: none !important;
  }

  .ttl_area .sp-s {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
.ttl_area img {
  width: auto;
  height: 60px;
}
}
/* ------------------------------
top slider
------------------------------ */
#loopslider {
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 1700px;
  height: 410px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  #loopslider {
    height: 290px;
  }

  #loopslider .pc {
    display: none !important;
  }

  #loopslider .tablet {
    display: none !important;
  }

  #loopslider .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  #loopslider {
    height: 620px;
  }
}

#loopslider ul {
  height: auto;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 650px) {
  #loopslider ul {
    height: 290px;
  }

  #loopslider ul .pc {
    display: none !important;
  }

  #loopslider ul .tablet {
    display: none !important;
  }

  #loopslider ul .sp-only {
    display: flex !important;
  }
}

#loopslider ul li {
  width: 270px;
  height: auto;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider1 {
  width: 100%;
  max-width: 1920px;
  max-height: 350px;
  height: auto;
  float: left;
  display: inline;
  overflow: hidden;
  margin-bottom: 1%;
}

#loopslider1 img {
  float: left;
  display: inline;
  overflow: hidden;
  padding-left: 20px;
  padding-bottom: 20px;
}

#loopslider2 {
  width: 100%;
  max-height: 350px;
  max-width: 1920px;
  height: auto;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  float: left;
  display: inline;
  overflow: hidden;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 860px) {
  #loopslider1 img {
    width: 280px;
    height: auto;
  }
  #loopslider2 img {
    width: 280px;
    height: auto;
  }
}

@media screen and (max-width: 650px) {
  #loopslider ul li {
    width: 200px;
    height: 290px;
  }

  #loopslider ul li .pc {
    display: none !important;
  }

  #loopslider ul li .tablet {
    display: none !important;
  }

  #loopslider ul li .sp-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1400px) {
  #loopslider ul li {
    width: 400px;
  }
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider img {
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (max-width: 650px) {
  .top_gallery .btn_wrap {
    padding: 0 20px;
  }
}

.loopslider_wraper {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
/* お知らせ */
.t-news {
  background: url(../img/back-news.jpg) no-repeat center top / cover;
  width: 100%;
  /* margin: 0 auto 12rem auto; */
  color: #000;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 5rem 0 ;
}

@media screen and (max-width: 860px) {
  .t-news {
    width: 100%;
    margin: 0 auto 7rem auto;
  }

  .t-news .pc {
    display: none !important;
  }

  .t-news .sp {
    display: block !important;
  }

  .t-news .sp-only {
    display: none !important;
  }

  .t-news .sp-s {
    display: none !important;
  }
  .newstop {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 650px) {
  .t-news .pc {
    display: none !important;
  }

  .t-news .tablet {
    display: none !important;
  }

  .t-news .sp-only {
    display: flex !important;
  }
}

/* アクセス */
.t-access {
  width: 100%;
  color: #000;
  margin: 0 auto;
  overflow: hidden;
  background: 
  url(../img/back-access.png) no-repeat right top / 62vw,
  url(../img/back-main.jpg) no-repeat center top / cover;
}

.t-access .btn_wrapper {
  justify-content: flex-start;
  padding-top: 5rem;
}

@media screen and (max-width: 860px) {
  .t-access {
    /* margin: 0 auto 7rem; */
    margin: 0 auto;
  }

.t-access .btn_wrapper {
  justify-content: center;
  padding-top: 4rem;
}

  .t-access .pc {
    display: none !important;
  }

  .t-access .sp {
    display: block !important;
  }

  .t-access .sp-only {
    display: none !important;
  }

  .t-access .sp-s {
    display: none !important;
  }
}

.access_container {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 12rem 4rem 8rem;
}
@media screen and (max-width: 900px) {

  .access_container {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 860px) {
  .access_container {
    display: block;
    width: 100%;
    padding: 4rem 4rem;
  }

  .access_container .pc {
    display: none !important;
  }

  .access_container .sp {
    display: block !important;
  }

  .access_container .sp-only {
    display: none !important;
  }

  .access_container .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .access_container {
    padding: 4rem 2rem 2rem;
  }

  .access_container .pc {
    display: none !important;
  }

  .access_container .tablet {
    display: none !important;
  }

  .access_container .sp-only {
    display: flex !important;
  }
}

.access_detail_area {
  width: 50%;
}

@media screen and (max-width: 860px) {
  .access_detail_area {
    width: 100%;
    gap: 4rem 4rem;
    margin: 0 auto;
    justify-content: center;
    padding: 0 0 4rem;
  }

  .access_detail_area .pc {
    display: none !important;
  }

  .access_detail_area .sp {
    display: block !important;
  }

  .access_detail_area .sp-only {
    display: none !important;
  }

  .access_detail_area .sp-s {
    display: none !important;
  }
}

.facebook_area {
  width: 45%;
}
.facebook_area a {
  display: block;
  width: 11rem;
  margin-left: auto;
  margin-top: 3.5rem;
}

@media screen and (max-width: 860px) {
  .facebook_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
.facebook_area a {
  width: 8rem;
  margin-right: auto;
  margin-top: 1.8rem;
}

  .facebook_area .pc {
    display: none !important;
  }

  .facebook_area .sp {
    display: block !important;
  }

  .facebook_area .sp-only {
    display: none !important;
  }

  .facebook_area .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .facebook_area {
    justify-content: center;
  }

  .facebook_area .pc {
    display: none !important;
  }

  .facebook_area .tablet {
    display: none !important;
  }

  .facebook_area .sp-only {
    display: flex !important;
  }
}

.tel_icon {
  width: 20px;
  margin-right: 1.5rem;
}

@media screen and (max-width: 650px) {
  .tel_icon {
    width: 20px;
  }

  .tel_icon .pc {
    display: none !important;
  }

  .tel_icon .tablet {
    display: none !important;
  }

  .tel_icon .sp-only {
    display: flex !important;
  }
}

.access_ttl_area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 4rem;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .access_ttl_area {
    width: 100%;
    text-align: center;
  }

  .access_ttl_area .pc {
    display: none !important;
  }

  .access_ttl_area .sp {
    display: block !important;
  }

  .access_ttl_area .sp-only {
    display: none !important;
  }

  .access_ttl_area .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .access_ttl_area {
    justify-content: center;
  }

  .access_ttl_area .pc {
    display: none !important;
  }

  .access_ttl_area .tablet {
    display: none !important;
  }

  .access_ttl_area .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 860px) {
  .access_box {
    width: 100%;
  }

  .access_box .pc {
    display: none !important;
  }

  .access_box .sp {
    display: block !important;
  }

  .access_box .sp-only {
    display: none !important;
  }

  .access_box .sp-s {
    display: none !important;
  }
}

.access_table {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #b3aea5;
}

.access_table:first-child {
  border-top: 2px solid #b3aea5;
}

.access_table_foot {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .access_table_foot {
    display: block;
  }

  .access_table_foot .pc {
    display: none !important;
  }

  .access_table_foot .tablet {
    display: none !important;
  }

  .access_table_foot .sp-only {
    display: flex !important;
  }
}

.access_th {
  background-color: #bdaa89;
  mix-blend-mode: multiply;
  color: #222222;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 500;
  line-height: 3rem;
  width: 25%;
  padding: 2rem 0;
  text-align: center;
}

.access_txt {
  color: #222222;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: normal;
  line-height: 3rem;
  width: 75%;
  padding: 2rem 1rem;
}

.map_box {
  width: 100%;
  /* padding-bottom: 20rem; */
}

@media screen and (max-width: 860px) {
  .map_box {
    /* padding-bottom: 7rem; */
  }

  .map_box .pc {
    display: none !important;
  }

  .map_box .sp {
    display: block !important;
  }

  .map_box .sp-only {
    display: none !important;
  }

  .map_box .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .map_box {
    padding-bottom: 0;
  }

  .map_box .pc {
    display: none !important;
  }

  .map_box .tablet {
    display: none !important;
  }

  .map_box .sp-only {
    display: flex !important;
  }
}

/*採用情報*/
.t-recruit {
  background-image: url("../img/recruit_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  margin: 0 auto;
  padding-bottom: 12rem;
}

@media screen and (max-width: 860px) {
  .t-recruit {
    padding: 0 0 7rem;
  }

  .t-recruit .pc {
    display: none !important;
  }

  .t-recruit .sp {
    display: block !important;
  }

  .t-recruit .sp-only {
    display: none !important;
  }

  .t-recruit .sp-s {
    display: none !important;
  }
}

.recruit_container_outline {
  background-image: url("../img/wood_bg2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem;
  margin: 13rem auto 0 auto;
  width: 90%;
  max-width: 1100px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 860px) {
  .recruit_container_outline {
    margin: 7rem auto 0 auto;
  }

  .recruit_container_outline .pc {
    display: none !important;
  }

  .recruit_container_outline .sp {
    display: block !important;
  }

  .recruit_container_outline .sp-only {
    display: none !important;
  }

  .recruit_container_outline .sp-s {
    display: none !important;
  }
}

.recruit_container_outline::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ①疑似要素のボックスを影色で塗りつぶし */
  background-color: rgba(146, 68, 0, 0.4);
  /* ②ブラーフィルターでぼかす */
  filter: blur(10px);
  /* ③位置やサイズを調整 */
  transform: translateY(0px) scale(1.02);
  /* ④乗算で重ねる */
  mix-blend-mode: multiply;
}

.recruit_container {
  background-color: #ece5db;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem;
  flex-wrap: wrap;
  gap: 4rem 8rem;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 650px) {
  .recruit_container {
    padding: 2rem 1rem;
  }

  .recruit_container .pc {
    display: none !important;
  }

  .recruit_container .tablet {
    display: none !important;
  }

  .recruit_container .sp-only {
    display: flex !important;
  }
}

.recruit_first_area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
  .recruit_first_area {
    width: 100%;
    text-align: center;
  }

  .recruit_first_area .pc {
    display: none !important;
  }

  .recruit_first_area .sp {
    display: block !important;
  }

  .recruit_first_area .sp-only {
    display: none !important;
  }

  .recruit_first_area .sp-s {
    display: none !important;
  }
}

.recruit_ttl_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

@media screen and (max-width: 860px) {
  .recruit_ttl_area {
    width: 100%;
    text-align: center;
  }

  .recruit_ttl_area .pc {
    display: none !important;
  }

  .recruit_ttl_area .sp {
    display: block !important;
  }

  .recruit_ttl_area .sp-only {
    display: none !important;
  }

  .recruit_ttl_area .sp-s {
    display: none !important;
  }
}

.recruit_txt_area {
  width: 100%;
}

/*フッター*/
.foot_logo_box {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 650px) {
  .foot_logo_box {
    padding-bottom: 1rem;
  }

  .foot_logo_box .pc {
    display: none !important;
  }

  .foot_logo_box .tablet {
    display: none !important;
  }

  .foot_logo_box .sp-only {
    display: flex !important;
  }
}

.logo {
  width: min(6vw, 78px);
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 860px) {
  .logo {
  }

  .logo .pc {
    display: none !important;
  }

  .logo .sp {
    display: block !important;
  }

  .logo .sp-only {
    display: none !important;
  }

  .logo .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .logo {
    width: 20vw;
  }

  .logo .pc {
    display: none !important;
  }

  .logo .tablet {
    display: none !important;
  }

  .logo .sp-only {
    display: flex !important;
  }
}

.footer_wrap {
  background-color: #a51e1b;
  background: url(../img/back-footer.jpg) no-repeat center top / cover;
  width: 100%;
  color: #000;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  z-index: 120;
}

@media screen and (max-width: 860px) {
  .footer_wrap {
    width: 100%;
    padding: 4rem 2rem 8rem;
  }

  .footer_wrap .pc {
    display: none !important;
  }

  .footer_wrap .sp {
    display: block !important;
  }

  .footer_wrap .sp-only {
    display: none !important;
  }

  .footer_wrap .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .footer_wrap {
    padding: 2rem 2rem 8rem;
  }

  .footer_wrap .pc {
    display: none !important;
  }

  .footer_wrap .tablet {
    display: none !important;
  }

  .footer_wrap .sp-only {
    display: flex !important;
  }
}

.foot_container {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
/* @media screen and (max-width: 767px) {
  .foot_container {
    display: flex;
    flex-direction: column-reverse;            
  }
} */

.foot-nav {
  padding-bottom: 4rem;
}

.link_box {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.footer_logo {
  text-align: center;
  width: 8.3vw;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 100px;
  }

  .footer_logo .pc {
    display: none !important;
  }

  .footer_logo .tablet {
    display: none !important;
  }

  .footer_logo .sp-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1400px) {
  .footer_logo {
    width: 11.5rem;
  }
}

.foot_txt {
  color: #fff;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
}

.copyright {
  padding: 2rem 0;
}

@media screen and (max-width: 650px) {
  .copyright {
    padding: 2rem 0;
  }

  .copyright .pc {
    display: none !important;
  }

  .copyright .tablet {
    display: none !important;
  }

  .copyright .sp-only {
    display: flex !important;
  }
}

/*ページ上部へ戻るボタン*/
#page-top {
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 9999;
}

@media screen and (max-width: 650px) {
  #page-top {
    bottom: 100px;
  }

  #page-top .pc {
    display: none !important;
  }

  #page-top .tablet {
    display: none !important;
  }

  #page-top .sp-only {
    display: flex !important;
  }
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  background: #000;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;

}

.page-top {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  letter-spacing: 0.1em;
  color: #000;
  height: 200px;
}

.page-top_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*ハンバーガーメニュー*/
.gnav_inner_sp {
  position: fixed;
  top: 0;
  padding-top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a51e1b;
  transform: translateX(-300%);
  transition: all 0.5s;
  z-index: 9999;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: flex-start;
}

@media screen and (max-width: 650px) {
  .gnav_inner_sp {
    top: 0;
    padding-top: 80px;
  }

  .gnav_inner_sp .pc {
    display: none !important;
  }

  .gnav_inner_sp .tablet {
    display: none !important;
  }

  .gnav_inner_sp .sp-only {
    display: flex !important;
  }
}

.gnav_inner_sp.action {
  transform: translateX(0);
}

.header_nav_wrap_sp {
  text-align: center;
}
.header_nav_wrap_sp .gnav_item {
  margin-bottom: 45px;
}
.header_nav_list_sp:not(:last-child) {
  margin-bottom: 30px;
}

.gmenu_sp {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.5s;
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .gmenu_sp {
    font-size: 1.4rem;
  }

  .gmenu_sp .pc {
    display: none !important;
  }

  .gmenu_sp .tablet {
    display: none !important;
  }

  .gmenu_sp .sp-only {
    display: flex !important;
  }
}

.icon_menu_txt {
  display: none;
}

.navmenu_container {
  width: 100%;
}

.icon_menu {
  content: "";
  display: block;
  border: none;
  width: 100%;
  height: 60px;
  transition: all 0.5s;
  position: relative;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
}

@media screen and (max-width: 650px) {
  .icon_menu {
    height: 60px;
    width: 100%;
  }

  .icon_menu .pc {
    display: none !important;
  }

  .icon_menu .tablet {
    display: none !important;
  }

  .icon_menu .sp-only {
    display: flex !important;
  }
}

.menu_border_box {
  width: 50px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 2rem;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transition: all 0.5s;
}

@media screen and (max-width: 650px) {
  .menu_border_box {
    height: 20px;
    width: 50px;
  }

  .menu_border_box .pc {
    display: none !important;
  }

  .menu_border_box .tablet {
    display: none !important;
  }

  .menu_border_box .sp-only {
    display: flex !important;
  }
}

.menu_border {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}

@media screen and (max-width: 650px) {
  .menu_border {
    width: 50px;
  }

  .menu_border .pc {
    display: none !important;
  }

  .menu_border .tablet {
    display: none !important;
  }

  .menu_border .sp-only {
    display: flex !important;
  }
}

.menu_border:nth-child(1) {
  order: 1;
}

.menu_border:nth-child(2) {
  order: 2;
}

@media screen and (max-width: 650px) {
  .menu_border:nth-child(2) .pc {
    display: none !important;
  }

  .menu_border:nth-child(2) .tablet {
    display: none !important;
  }

  .menu_border:nth-child(2) .sp-only {
    display: flex !important;
  }
}

.menu_border:nth-child(3) {
  order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
  margin-top: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(30deg);
}

@media screen and (max-width: 650px) {
  .icon_menu.action .menu_border:nth-child(1) {
    margin-top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(20deg);
  }

  .icon_menu.action .menu_border:nth-child(1) .pc {
    display: none !important;
  }

  .icon_menu.action .menu_border:nth-child(1) .tablet {
    display: none !important;
  }

  .icon_menu.action .menu_border:nth-child(1) .sp-only {
    display: flex !important;
  }
}

.icon_menu.action .menu_border:nth-child(2) {
  display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
  margin-top: -20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-30deg);
}

@media screen and (max-width: 650px) {
  .icon_menu.action .menu_border:nth-child(3) {
    margin-top: -10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-20deg);
  }

  .icon_menu.action .menu_border:nth-child(3) .pc {
    display: none !important;
  }

  .icon_menu.action .menu_border:nth-child(3) .tablet {
    display: none !important;
  }

  .icon_menu.action .menu_border:nth-child(3) .sp-only {
    display: flex !important;
  }
}


html.wf-active,
html.loading-delay {
  visibility: visible;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.sp-tel {
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 860px) {
  .sp-tel {
    text-decoration: underline;
    pointer-events: all;
  }
}

@media screen and (max-width: 650px) {
  .drink_txt_box {
    background-image: none;
    padding: 4% 5% 4% 5%;
  }
}

/*# sourceMappingURL=top_style.css.map */


.kv-movie {
  width: 100%;
  height: 500px;
  background: #000;
}

.movie {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 860px) {
  .kv-movie {
  width: 100%;
  height: 500px;
  background: #000;
}
}



/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 39%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	width: 7.2rem;
    font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;

}
.fixed-btn li:nth-child(1) {
	margin-bottom: 2rem;
}
.fixed-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		flex: 1;
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
	}
	.fixed-btn li:first-of-type {
    border-left: none;
	}
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		line-height: 1;
	}
	.fixed-btn a:not(.pc) {
		display: flex !important;
  }
	/* icon */
	.fixed-btn li img {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 1rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 1.1rem;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.7rem;
        text-decoration: underline;
	}		
  .fixed-btn li:nth-child(1) {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 1.6rem;
    letter-spacing: 0.1rem;
	}	
	.fixed-btn .tel a {
		background: #a51e1b;
		color: #fff;
	}	
	.fixed-btn .reserve a {
		background: #a51e1b;
		color: #fff;
	}	
}








/*  ----------------------------------------------------------

reserve

----------------------------------------------------------  */
.top-reservation {
    padding: 0 0 16rem;
font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
    text-align: left;
    overflow: hidden;
    background: url(../img/back-main.jpg) no-repeat center top / 100%;
}
.top-reservation .ttl_area {
    padding-top: 8rem;
}
.top-reservation > p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 0 1.5rem;
  margin-bottom: 7.58rem;
}
.top-reservation > p > span {
  color: #555;
  display: block;
  margin-top: 1.2rem;
}
.top-reservation .inner {
    padding: 3rem;
    text-align: center;
    border: 1px solid #9c8e79;
    background: url(../img/texture-3.jpg) repeat;
}

.top-reservation h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-align: center;
}

.top-reserve a {
    display: inline-block;
    margin: 2rem 0 0;
    font-size: 2rem;
    border-bottom: 2px solid #9c8e79;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    .top-reservation {
        padding: 0 0 2rem;
    }
    .top-reservation .ttl_area {
      padding-top: 5rem;
  }

}

/* ------------------------------
　calendar
------------------------------ */
.calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  /* max-width: 1000px; */
  width: 78%;
  margin: 50px auto 0 auto;
  display: flex;
  background-color: rgba(255,255,255,1);
  font-size: 1.5em;
}

#calendar {
  text-align: center;
  width: 100%;
}
table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.calendar-wrapper th {
  color: #000;
}
.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
}

.calendar-wrapper td:nth-child(6) .reservation-date,
.calendar-wrapper td:nth-child(6) .reservation-date a {
  color: #8888ff;
}

.calendar-wrapper td:last-child .reservation-date,
.calendar-wrapper td:last-child .reservation-date a {
  color: #ff8888;
}

.calendar-wrapper td.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

.reservation-date {
  text-decoration: underline;
}

.reservation-seat {
  font-size: 14px;
}

.reservation-seat a {
  color: #dd8866;
}

.reservation-seat-disabled {
  color: #aaaaaa;
}

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
}
.calendar-reservation form {
  padding-top: 0;
}
.calendar_date {
  font-size: 18px;
}
.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #aaaaaa;
  color: #ffffff;
  border: 1px solid #aaaaaa;
}
.calendar_button:not([disabled]) {
  cursor: pointer;
}
.calendar_info {
  font-size: 12px;
  margin-top: 20px;
}
.calendar_ok {
  color: #dd8866;
}
.reservation-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  text-align: center;
  color: #c00000;
}
@media screen and (max-width: 860px) {
  .calendar-wrapper {
  }
  .calendar-wrapper {
    width: 80%;
    margin: 40px auto 60px auto;
    flex-direction: column;
  }
  .calendar-wrapper {
    font-size: 17px;
  }
  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }
  .calendar-reservation form {
    padding: 20px;
  }
  .calendar-reservation form div {
    margin-bottom: 20px;
  }
  .calendar_info {
    padding: 0 20px 20px 20px;
  }

  .calendar_date {
    font-size: 16px;
  }

    .calendar_button {
        font-size: 16px;
    }

}

@media screen and (max-width: 450px) {
  .reservation-date {
    font-size: 4vw;
  }
}

/* ------------------------------
　reservation
------------------------------ */
.regform {
    /* max-width: 840px; */
    margin: auto;
}
.form-container {
  width: 100%;
  background-color: rgba(255,255,255,0.5);
}

.form-container input,
.form-container select {
  height: 2rem;
  font-size: 1.2rem;
}

.form-container textarea {
  width: 100%;
  height: 8rem;
}

.form-container .tel-form input,
.form-container .mail-form input {
  width: 100%;
  font-size: 1.2rem;
}

.form-container .pay-form select {
  width: 33%;
  font-size: 1.2rem;
}

.form-container dl {
  display: flex;
}

.form-container dt {
  display: flex;
  align-items: center;
  width: 300px;
  width: 30%;
  background-color: #eeebe4;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #cccccc;
}

.form-container dd {
  padding: 5px 15px;
  flex: 1;
  border: 1px solid #cccccc;
}

.form-container .text_field {
  width: 47.6%;
}

.form-container .text_field:first-child {
  margin-right: 3%;
}

.form-container .date-form,
.form-container .course-form,
.form-container .seat-form,
.form-container .cost-form {
  /* height: 36px; */
}

/* .form-container .date-form dd,
.form-container .course-form dd,
.form-container .seat-form dd,
.form-container .cost-form dd{
  padding: 12px 5px; 
} */

.form-container .blank-area {
  margin-right: 10px;
}

.hissu {
  min-width: 28px;
  height: 20px;
  display: inline-block;
  border: 1px solid #c00;
  padding: 3px;
  margin-left: 14px;
  font-size: 0.75rem;
  line-height: 1;
  color: #c00;
}

.nini {
  min-width: 28px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999;
  padding: 3px;
  margin-left: 14px;
  font-size: 0.75rem;
  line-height: 1;
  color: #333;
}

.btn-container {
  display: flex;
  justify-content: space-evenly;
  justify-content: center;
  margin-top: 2rem;
  gap: 4rem;
}

.btn-container .submit-btn input {
  font-weight: bold;
  background: #f95a6b;
  background: linear-gradient(to bottom, #ff9ba2 0%, #f95a6b 75%, #f85164 100%);
  border: 1px solid #da949b;
  border-radius: 4px;
  box-shadow: inset 1px 1px 3px #f9d8db, inset -1px -1px 3px #ffa6ae;
  color: #ffffff !important;
  padding: 0.4rem 1.6rem;
  text-decoration: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.btn-container .pre-btn input {
  background-color: #ffffff;
  border: solid #cccccc;
  border-radius: 4px;
  border-width: 1px 1px 3px;
  color: #666666 !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.4rem 1.6rem;
  text-decoration: none;
  font-size: 1.2rem;
}

.submit-message {
  margin-top: 4rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  animation: blink 6s ease-in-out infinite; 
}

@keyframes blink {
    0% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }

@media screen and (max-width: 767px) {
  .form-container dl {
    flex-direction: column;
  }
  .form-container dt {
    width: 100%;
  }
  .form-container .date-form,
  .form-container .course-form,
  .form-container .seat-form,
  .form-container .cost-form {
    height: auto;
  }
  .form-container .text_field {
    width: 47.6%;
  }
  .form-container .blank-area {
    margin-right: 8px;
  }
}

/* ローディング */
.loader_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: var(--brown) var(--brown) var(--brown) transparent;
    border-radius: 50%;
    animation: spin-animation 1.2s linear infinite;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader_container.isLoad{
    animation : fade-out 0.5s;
    animation-fill-mode: both;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
       opacity: 0;
        visibility: hidden;
    }
}
.reserve-txt{
    text-align: center;
    font-size: 2rem;
}


/* index.html reserve-txt編集 */
.reserve-txt span{
    font-size: 1.5rem;
}




/*  ----------------------------------------------------------

sns

----------------------------------------------------------  */

.top-sns {
    padding: 5rem 0 10rem;
    background: url(../img/back-main.jpg) no-repeat center top / cover;
}
.top_sns_share {
    text-align: center;
    display: block;
    width: 80%;
    max-width: 900px;
    margin: 0px auto;
    padding: 5.8rem 0 0;
    margin-bottom: 0 !important;
}

/* .top_sns_share h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
} */

.sns_wrap {
    padding: 0px 0 ;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

    /* -webkit-box-pack: center;
    -ms-flex-pack: center; */
    /* justify-content: center; */
    justify-content: flex-start;

}
.CMS-INSTAGRAM-LIST {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:last-of-type {
	display: none !important;
}


@media screen and (min-width: 768px) {
    
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 1% 0.8%;
    }
}

@media screen and (max-width: 767px) {
    .top-sns {
        padding: 4rem 0 3rem;
    }
    .top_sns_share {
        display: block;
        margin: -5rem auto 0px;
    }
    .sns_wrap {
        padding: 1rem 0;
    }
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 30.5%;
        padding-bottom: 4.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 1% 0.8%;
    }
    
    img.instagram-post-image {
        width: 30%;
        padding-bottom: 1%;
    }
}


