@charset "UTF-8";
/* =============================================================================


     pallet


============================================================================= */
/* =============================================================================


     color


============================================================================= */
.qq {
  background: rgba(0, 0, 153, 0.8);
}

/* =============================================================================


     font-face


============================================================================= */
@font-face {
  src: url("../font/B.woff") format("woff"), url("../font/B.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuB";
}

@font-face {
  src: url("../font/D.woff") format("woff"), url("../font/D.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuD";
}

/* =============================================================================


     font-extend


============================================================================= */
input[type="submit"],
input[type="button"],
.Fcontact-form {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.material-contents,
.after-ttl,
.after-txt,
.root1-txt,
.root2-txt,
.root3-txt,
.root4-txt,
.Fcontact-ttl,
.office-img-ttl,
.name-ttl,
.office-tel,
.office-item,
.group-ttl,
.name-btn,
.group-info-item dt,
.k-box,
.f-ttl {
  font-family: ten-mincho-text, serif;
  font-style: normal;
}

.sec-ttl,
.office-img-txt {
  font-family: "游教科書体", "YuKyokasho";
  font-style: normal;
}

.curse-txt {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-item,
.header-link,
.co-ttl,
.office-contact .tel,
.group-tel .tel {
  font-family: tsukuD, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

/***********************
   基本サイズ
***********************/
body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53125;
}

[data-target] {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background: url(../img/inner-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  color: #231815;
  letter-spacing: normal;
  min-height: 100vh;
  opacity: 0;
  overflow-wrap: break-word;
  overflow-x: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

body[data-loading="true"] {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: none;
  border: 1px solid #989898;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #989898;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  border-color: #989898;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background: #000;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: auto;
  width: 100%;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

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

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 1080px;
}

@media (max-width: 1079px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
    width:100%;
  }
}

@media (max-width: 767px) {
  .inner {
    width:100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  -webkit-appearance: none;
  background: #231815;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
  height: 40px;
  letter-spacing: 0.34em;
  line-height: 40px;
  margin: 0;
  max-width: 100%;
  padding-left: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 161px;
}

.btn:hover,
.btn:focus {
  opacity: 0.7;
  outline: none;
}

.btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.drawer {
  width: 100%;
  z-index: 40;
}

@media (max-width: 767px) {
  .drawer {
    width: auto;
  }
}

.drawer-close {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  background-color: inherit;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  text-align: center;
  z-index: 41;
}

@media (max-width: 767px) {
  .drawer-icon {
    display: inline-block;
  }
}

.drawer-icon:focus {
  outline: none;
}

.drawer-icon::after {
  color: #424242;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-icon.is-checked + body {
  overflow: hidden;
}

.drawer-bars {
  display: inline-block;
  height: 19px;
  position: relative;
  vertical-align: bottom;
  width: 25px;
}

.drawer-bar {
  background: #000;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .drawer-content {
    background: #f2f2f2;
    bottom: auto;
    color: #231815;
    height: 100%;
    left: auto;
    max-width: 90%;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 200px;
    z-index: 40;
  }
  .drawer-content.is-checked {
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .drawer-content--left {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .drawer-content--top {
    bottom: auto;
    height: 100%;
    max-width: 100%;
    top: 0;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    width: 100%;
  }
  .drawer-bg.is-checked {
    background-color: #000;
    height: 100vh;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100vw;
  }
}

.gnav {
  text-align: center;
}

.gnav-item {
  font-size: 1.6rem;
  margin: 20px 0;
  padding-bottom: 1em;
}

body.is-checked {
  overflow: hidden;
}

.gnav-item {
  margin: 20px 0;
  position: relative;
}

.sp-btn {
  cursor: pointer;
  height: 30px;
  left: 80%;
  position: absolute;
  top: 0em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}

.gnav-child-list {
  display: none;
  font-size: 80%;
}

.gnav-child-item {
  padding: 10px 0;
}

/* =============================================================================


     footer


============================================================================= */
.footer {
  margin-top: -40px;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 50px;
  }
}

.footer-container {
  background: url(../img/footer-bg.png);
  background-size: cover;
  margin: 40px auto 0;
}

.footer-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 150px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
          gap: 20px 40px;
}

@media (max-width: 767px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
}

.footer-item {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}



/* @media (max-width: 767px) {
  .footer-item + li {
    gap: 20px 0 0 0;
  }
} */

.footer-link {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.footer-link img {
  height: 16px;
}

.footer-link:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .floating {
    background-color: #6f4b3e;
    color: #fff;
    bottom: 0;
    -webkit-box-shadow: 2px 2px 4px #333;
    box-shadow: 2px 2px 4px #333;
    height: 50px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5;
  }
  .floating a {
    display: inline-block;
    font-size: 2rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .floating a:hover {
    opacity: 0.7;
  }
  .floating img {
    height: 30px;
    margin-right: 2em;
  }
}

.footer-child-list {
  text-align: center;
}

.footer-child-item {
  font-size: 1.4rem;
  margin: 8px 0;
}

.footer-child-item a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

.footer-child-item a:hover {
  opacity: 0.7;
}

/* =============================================================================


     header


============================================================================= */
#header {
  left: 0;
  position: absolute;
  top: 40px;
  width: 20%;
  z-index: 10;
}

@media (max-width: 767px) {
  #header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px #333;
    box-shadow: 2px 2px 4px #333;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
}

#header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  width: auto;
}

@media (max-width: 767px) {
  #header .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 1em;
  }
}

.header-logo {
  width: 60px;
}

.header-logo a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-logo a:hover {
  opacity: 0.7;
}

.header-nav {
  margin-top: 20px;
  width: 100%;
}

.header-item {
  padding: 6px 0;
  position: relative;
  width: 100%;
}

.header-item.current:before,
.header-item:hover:before {
  border-bottom: 1px solid #000;
  bottom: 5px;
  content: "";
  position: absolute;
  right: 0;
  width: 65%;
}

@media (max-width: 767px) {
  .header-item.current:before,
  .header-item:hover:before {
    display: none;
  }
}

.header-drawer {
  width: 100%;
}

@media (max-width: 767px) {
  .header-drawer {
    width: auto;
  }
}

.header-link {
  display: block;
  font-size: 1.8rem;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .header-link {
    font-size: 1.4rem;
  }
}

.header-link:hover {
  opacity: 0.7;
}

.header-sns-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-right: 4vw;
  text-align: right;
  width: 100%;
}

@media (max-width: 767px) {
  .header-sns-container.sp {
    display: none;
  }
  .header-sns-container.sp-dis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: auto;
    width: auto;
  }
}

.header-sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .header-sns {
    margin: 0 0 0 30px;
  }
}

.header-sns-item {
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-sns-item:hover {
  opacity: 0.7;
}

.header-sns-item a {
  display: block;
}

.header-sns-item + li {
  margin-left: 10px;
}

.header-sns-item img {
  height: 30px;
}

.header-sns-logo {
  width: 145px;
}

@media (max-width: 767px) {
  .header-sns-logo {
    width: 100px;
  }
}

.child-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 260px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  left: 100%;
  opacity: 0;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1079px) {
  .child-list {
    width: 550px;
  }
}

@media (max-width: 767px) {
  .child-list {
    background: transparent;
    display: block;
    height: auto;
    opacity: 1;
    padding: 0px 0;
    position: static;
    text-align: center;
    -webkit-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
  }
}

.header-item:hover > .child-list {
  opacity: 1;
  visibility: visible;
}

.child-item {
  height: 100%;
  width: calc(50% - (40px / 2));
}

@media (max-width: 767px) {
  .child-item {
    height: auto;
    width: 100%;
  }
}

.child-item a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

.child-item a:hover {
  opacity: 0.7;
}

.child-item span {
  color: #000;
  font-size: 1.2rem;
  height: 100%;
  margin-top: 10px;
  width: 100%;
}

.child-item figure {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: 100%;
  position: relative;
  text-orientation: upright;
  width: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .child-item figure {
    display: none;
  }
}

.child-item figure img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.child-item figure figcaption {
  color: #fff;
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* =============================================================================


     co


============================================================================= */
.origin {
  /*   margin-top: 50px; */
  background: url(../img/co/co-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .origin {
    padding: 0;
  }
}

.origin-txtbox {
  margin-left: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 450px;
}

@media (max-width: 767px) {
  .origin-txtbox {
    background: rgba(255, 255, 255, 0.8);
    min-width: auto;
    padding: 20px;
    width: 100%;
  }
}

.co-ttl {
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .co-ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}

.co-txt {
  font-size: 1.9rem;
  margin-top: 30px;
}

.trans {
  background: url(../img/co/co-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: justify;
}

.trans-txtbox {
  color: #fff;
  width: 60%;
}

@media (max-width: 767px) {
  .trans-txtbox {
    width: 100%;
  }
}

.trans-flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .trans-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.trans-video {
  max-width: 480px;
  position: relative;
  width: 40%;
}

@media (max-width: 767px) {
  .trans-video {
    margin-top: 30px;
    width: 100%;
  }
}

.trans-video:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

.trans-video video {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.system {
  background: url(../img/co/co-bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .system {
    padding: 0;
  }
}

.system-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .system-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.system-flex-img {
  position: relative;
  width: 45%;
}

@media (max-width: 767px) {
  .system-flex-img {
    width: 100%;
  }
}

.system-flex-img:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

.system-flex-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.system-txt-box {
  width: 50%;
}

@media (max-width: 767px) {
  .system-txt-box {
    width: 100%;
  }
}

.system-imglist {
  padding-bottom: 170px;
}

.system-img {
  margin: 20px auto 0;
  text-align: center;
}

.system-img.sec {
  width: 90%;
}

@media (max-width: 767px) {
  .system-img.sec {
    width: 100%;
  }
}

.sec-ttl {
  font-size: 4.5rem;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-ttl {
    font-size: 2.8rem;
  }
}

.material {
  background: url(../img/fran/flan-img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15vw 0 22vw;
  position: relative;
  z-index: 2;
}

.material-contents {
  background: url(../img/fran/fran-shi.png);
  background-size: cover;
  height: 470px;
  margin-left: auto;
  padding: 80px 60px;
  text-align: justify;
  width: 700px;
}

@media (max-width: 767px) {
  .material-contents {
    height: auto;
    padding: 20px;
    width: 100%;
  }
}

.material-ttl {
  font-size: 3rem;
}

.material-ttl span {
  display: block;
  margin-top: 0.25em;
}

.material-ttl img {
  margin: 0 0.25em;
  width: 162px;
}

@media (max-width: 767px) {
  .material-ttl img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .material-ttl {
    font-size: 1.6rem;
  }
}

.material-txt {
  font-size: 2.4rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .material-txt {
    font-size: 1.8rem;
  }
}

.after {
  padding: 30px 0;
}

.after-ttl {
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .after-ttl {
    font-size: 2.8rem;
  }
}

.after-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .after-list {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.after-item {
  width: calc(50% - 60px);
}

.after-item:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .after-item {
    margin-top: 50px;
    width: 100%;
  }
}

.after-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.after-txt {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .after-txt {
    font-size: 2rem;
  }
}

.root {
  background: #000;
  color: #fff;
  margin-top: -20vw;
  padding-bottom: 100px;
  padding-top: 20vw;
  position: relative;
  z-index: -1;
}

.root:before {
  background: url(../img/fran/fran-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .root:before {
    background-repeat: repeat;
    background-size: contain;
  }
}

.root1 {
  margin-left: auto;
  margin-right: 30vw;
}

@media (max-width: 1079px) {
  .root1 {
    margin-right: 20px;
  }
}

.root2 {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .root2 {
    margin-right: 20px;
  }
}

.root3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-right: 5vw;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .root3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 0;
  }
}

.root3-img {
  display: inline-block;
}

.root4-img {
  display: inline-block;
  position: relative;
}

.root1-txt {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .root1-txt {
    font-size: 2rem;
  }
  .root1-txt img {
    width: 40px;
  }
}

.root2-txt {
  font-size: 2.4rem;
  margin-left: 50px;
  margin-top: 5em;
}

@media (max-width: 767px) {
  .root2-txt {
    font-size: 1.8rem;
  }
  .root2-txt img {
    width: 60px;
  }
}

.root2-img {
  max-width: 50vw;
}

@media (max-width: 1079px) {
  .root2-img {
    margin-top: 30px;
    max-width: inherit;
    width: 100%;
  }
}

.root3-txt {
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .root3-txt {
    font-size: 2rem;
  }
  .root3-txt img {
    width: 60px;
  }
}

.root4-txt {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .root4-txt {
    font-size: 2.8rem;
  }
}

.root4 {
  margin-top: 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .root4 {
    padding: 0 15px;
  }
}

.root4 .writing-mode {
  height: 100%;
  left: calc(60% + 350px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1079px) {
  .root4 .writing-mode {
    left: auto;
    margin-top: 30px;
    position: relative;
    text-align: center;
    -webkit-text-orientation: unset;
    text-orientation: unset;
    top: auto;
    -webkit-transform: unset;
    transform: unset;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.Fcontact {
  padding: 0px 0 150px;
}

.Fcontact-ttl {
  background: #c1272d;
  color: #fff;
  font-size: 3rem;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .Fcontact-ttl {
    font-size: 2rem;
  }
}

.Fcontact-ttl:before {
  background: url(../img/fran/fran-contactbg.png);
  background-repeat: repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.Fcontact-form {
  margin-top: 50px;
}

.contact-form {
  border-top: 1px solid #e6e6e6;
}

.form-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .form-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.form-item dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-width: 295px;
}

@media (max-width: 767px) {
  .form-item dt {
    display: block;
    font-size: 1.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    min-width: unset;
  }
}

.form-item dt span {
  border: 1px solid #c1272d;
  color: #c1272d;
  display: inline-block;
  font-size: 1.6rem;
  height: 25px;
  line-height: 25px;
  margin-left: auto;
  text-align: center;
  width: 62px;
}

@media (max-width: 767px) {
  .form-item dt span {
    margin-left: 2em;
  }
}

.form-item dd {
  margin-left: 5em;
  width: calc(100% - 295px);
}

@media (max-width: 767px) {
  .form-item dd {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.form-item dd.name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-left: 2.5em;
}

@media (max-width: 767px) {
  .form-item dd.name {
    margin-left: 0;
  }
}

.form-item dd.name span {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  width: 5em;
}

@media (max-width: 767px) {
  .form-item dd.name span {
    font-size: 1.4rem;
  }
}

.form-btn-container {
  margin-top: 50px;
}

.form-btn {
  background: #000;
  color: #fff;
  display: block;
  font-size: 3.7rem;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

.form-btn:hover {
  opacity: 0.7;
}

.fran-videocontainer {
  position: relative;
  width: 100%;
}

.fran-videocontainer:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* 高さを幅の75%に固定 */
}

.fran-videocontainer iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================================================


     index


============================================================================= */
.mv {
  margin-left: auto;
  padding-right: 4vw;
  position: relative;
  width: 80%;
}

@media (max-width: 767px) {
  .mv {
    margin-top: 70px;
    padding-right: 0;
    width: 100%;
  }
}

.mv-video {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: calc(100vh - 70px - 2vh);
  overflow: hidden;
  position: relative;
  text-orientation: upright;
  width: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 730px;
}

.mv-video._fs {
  -webkit-text-orientation: unset;
  text-orientation: unset;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
}

@media (max-width: 767px) {
  .mv-video {
    height: 350px;
    min-height: unset;
  }
}

.mv-video video,
.mv-video img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mv-list {
  min-height: 730px;
  height: calc(100vh - 70px - 2vh);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mv-list div {
  height: 100%;
}

@media (max-width: 767px) {
  .mv-list {
    height: 350px;
    min-height: auto;
  }
}

.mv-list video,
.mv-list img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mv-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv-ttl._menu {
  height: 10em;
}

@media (max-width: 767px) {
  .mv-ttl._menu {
    height: 8em;
  }
}

@media (max-width: 767px) {
  .mv-ttl {
    font-size: 4rem;
    height: 100%;
    text-shadow: #ccc 1px 0 10px;
  }
}

.mv-ttl span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 3rem;
  height: 145px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 1em;
  width: 38px;
}

@media (max-width: 767px) {
  .mv-ttl span {
    font-size: 1.5rem;
    height: 50px;
    width: 24px;
  }
}

.mv-ttl._fs {
  left: 50%;
  text-align: center;
  text-shadow: #ccc 1px 0 10px;
  width: 100%;
}

.about {
  margin-top: -10vw;
  min-height: 39vw;
  overflow: hidden;
  padding: 100px 0 70px;
  position: relative;
  text-align: right;
}

.about-txt-bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

@media (max-width: 767px) {
  .about-txt-bg {
    background: none;
    padding: 0;
  }
}

.about-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.about-flex .about-flex-img {
  margin-top: 10vw;
}

@media (max-width: 1079px) {
  .about-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .about-flex .about-flex-img {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .about-flex {
    display: block;
  }
}

.about-bg {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  left: 0%;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60vw;
}

.about-bg img {
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 767px) {
  .about-bg {
    left: 0;
    min-width: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.about-container {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-left: auto;
  margin-top: 10vw;
  padding: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .about-container {
    display: block;
    margin-top: 30px;
    position: relative;
    text-align: center;
  }
}

.writing-mode {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about-write {
  margin-left: auto;
  text-align: left;
}

@media (max-width: 767px) {
  .about-write {
    margin-right: auto;
    min-height: 420px;
  }
}

.about-ttl {
  font-size: 3rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .about-ttl {
    font-size: 2.6rem;
    min-height: 420px;
  }
}

.about-txt,
.food-txt,
.shop-txt {
  display: inline-block;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .about-txt,
  .food-txt,
  .shop-txt {
    font-size: 1.2rem;
  }
}

.about-btn {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 190px;
}

.about-btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .about-btn {
    margin-top: 30px;
  }
}

.about-sp-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.about-sp-img img {
  width: 50%;
}

/* **************************************


           food


***************************************/
.food {
  overflow: hidden;
  padding: 10vw 0 5vw;
  position: relative;
}

@media (max-width: 1079px) {
  .food {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .food {
    background: url(../img/index/index2-sp-bg.jpg);
    background-position: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 100px;
  }
}

.food-bg {
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.food-bg img {
  font-family: "object-fit:cover;object-position:right;";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
}

@media (max-width: 767px) {
  .food-bg {
    left: auto;
    min-width: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.food-container {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  margin-left: 100px;
  padding: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .food-container {
    background: none;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
  }
}

.food-write {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-left: auto;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.food-ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767px) {
  .food-ttl {
    font-size: 2.6rem;
  }
}

.food-btn {
  border: 1px solid #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 190px;
}

.food-btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .food-btn {
    margin-top: 20px;
  }
}

.food-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-left: 5vw;
  z-index: 1;
}

@media (max-width: 767px) {
  .food-flex {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

.food-sp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .food-sp-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: auto;
    width: 80%;
  }
  .food-sp-img img {
    width: 100%;
  }
}

.food-sp-img img {
  margin-top: 30px;
}

/* **************************************


           shop


***************************************/
.shop {
  overflow-y: hidden;
  padding: 75px 0 100px;
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  .shop {
    padding: 20px 0 100px;
  }
}

.shop-write {
  margin-left: auto;
  text-align: left;
}

@media (max-width: 1079px) {
  .shop-write {
    margin: auto;
  }
}

.shop-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: auto;
  text-align: left;
}

@media (max-width: 1079px) {
  .shop-container {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.shop-ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .shop-ttl {
    font-size: 2.6rem;
  }
}

.shop-btn-container {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: auto;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1079px) {
  .shop-btn-container {
    margin: 30px auto 0;
  }
}

.shop-btn-video {
  position: relative;
  width: 100%;
}

.shop-btn-video:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

.shop-btn-video video,
.shop-btn-video iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.shop-btn {
  border: 1px solid #000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 230px;
}

.shop-btn:hover {
  opacity: 0.7;
}

.shop-images {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .shop-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.shop-img {
  text-align: center;
  width: 50%;
}

@media (max-width: 767px) {
  .shop-img {
    width: 100%;
  }
}

.k-cook {
  background: url(../img/cook/k-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
}

@media (max-width: 767px) {
  .k-cook {
    background: url(../img/cook/k-bg-sp.png);
    background-position: right;
    min-height: 300px;
  }
}

.k-ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  font-size: 7rem;
  font-weight: bold;
  text-align: right;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.k-txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  display: inline-block;
  text-align: right;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* **************************************


           sub-footer


***************************************/
.sub-footer {
  padding-bottom: 40px;
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  .sub-footer {
    margin-top: -80px;
  }
}

.sub-footer-img {
  left: -50px;
  position: absolute;
  top: -150px;
  width: 60%;
  z-index: 1;
}

@media (max-width: 767px) {
  .sub-footer-img {
    left: -25px;
    top: -60px;
  }
}

.sub-footer-container {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 767px) {
  .sub-footer-container {
    margin-right: 0;
  }
}

.sub-footer-logo {
  text-align: center;
}

.sub-footer-logo img {
  width: 292px;
}

@media (max-width: 767px) {
  .sub-footer-logo {
    text-align: right;
  }
  .sub-footer-logo img {
    max-width: 292px;
    width: 45vw;
  }
}

.sub-footer-sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sub-footer-sns {
    margin: 10px 0 0 auto;
    max-width: 292px;
    width: 45vw;
  }
}

.sub-footer-sns li {
  display: block;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sub-footer-sns li:hover {
  opacity: 0.7;
}

.sub-footer-sns li img {
  width: 30px;
}

.sub-footer-sns li + li {
  margin-left: 5px;
}

.sub-footer-tel {
  display: block;
  margin-top: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sub-footer-tel:hover {
  opacity: 0.7;
}

.sub-footer-tel img {
  width: 100%;
}

.sub-footer-list {
  margin-top: 10px;
  text-align: justify;
}

.sub-footer-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.sub-footer-item dt {
  margin-right: 2em;
  width: 4em;
}

/* **************************************


     info


***************************************/
.office {
  /*   margin-top: 50px; */
  background: url(../img/info/info-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: justify;
}

.office-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .office-flex {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.office-txtbox,
.office-imgbox {
  position: relative;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .office-txtbox,
  .office-imgbox {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .office-txtbox {
    margin-top: 30px;
  }
}

.office-img {
  width: 100%;
}

.office-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.office-imgbox-txt {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-left: auto;
  margin-top: 20px;
  text-align: left;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .office-imgbox-txt {
    margin: 30px auto 0;
  }
}

.office-img-ttl {
  font-size: 4.2rem;
  margin: 0 30px;
}

.office-img-txt {
  font-size: 2rem;
  font-weight: bold;
}

.name-ttl {
  font-size: 6rem;
}

@media (max-width: 1079px) {
  .name-ttl {
    font-size: 4rem;
  }
}

.office-deco {
  bottom: 0;
  left: 0;
  position: absolute;
}

.office-deco img {
  width: 100px;
}

.office-info {
  max-width: 600px;
  text-align: left;
}

@media (max-width: 767px) {
  .office-info {
    margin: auto;
    padding: 0 16px;
  }
}

.office-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.office-tel {
  font-size: 2.4rem;
  margin-top: 30px;
}

.office-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

@media (max-width: 1079px) {
  .office-contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.office-contact .tel {
  display: inline-block;
  font-size: 4rem;
  margin-right: 1em;
  /*     @extend %ex-font-tsuku_r; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1079px) {
  .office-contact .tel {
    font-size: 3.6rem;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.office-contact .tel:hover {
  opacity: 0.7;
}

.office-list {
  border-top: 1px solid #000;
}

.office-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 5px;
}

.office-item dt {
  min-width: 120px;
}

.ofice-txtbox-img {
  margin-top: 20px;
}

.info-map-container {
  margin-top: 50px;
}

.info-map {
  height: 590px;
  position: relative;
  width: 100%;
}

.info-map iframe {
  height: 100%;
  width: 100%;
}

.group {
  margin-top: 50px;
  padding-bottom: 150px;
}

.group-ttl {
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .group-ttl {
    font-size: 3rem;
  }
}

.group-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .group-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.group-item {
  width: calc(50% - 20px);
}

.group-item:nth-child(n + 3) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .group-item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .group-item {
    margin-top: 50px;
    width: 100%;
  }
}

.group-img {
  border: 1px solid #231815;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.group-img:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

.group-img img {
  /*     object-fit: cover;
    font-family: "object-fit:cover";
    width: 100%; */
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.group-tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.group-tel .tel {
  display: inline-block;
  font-size: 4rem;
  /*     @extend %ex-font-tsuku_r; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.group-tel .tel:hover {
  opacity: 0.7;
}

@media (max-width: 1079px) {
  .group-tel .tel {
    font-size: 3.6rem;
  }
}

@media (max-width: 1079px) {
  .group-tel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.group-btn-box {
  margin-left: 0.5em;
}

@media (max-width: 1079px) {
  .group-btn-box {
    margin-left: 0;
    margin-top: 0.25em;
  }
}

.map {
  background: #c1272d;
  margin-left: 0.5em;
}

.map,
.name-btn {
  color: #fff;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 77px;
}

.map:hover,
.name-btn:hover {
  opacity: 0.7;
}

.name-btn {
  background: #000;
}

.group-info-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-top: 10px;
}

.group-info-item dt {
  background: #ded8d4;
  margin-right: 1em;
  max-width: 125px;
  min-width: 125px;
  text-align: center;
}

.about-right-img {
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.curse1 {
  background: url(../img/corse/kaki.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .curse1 {
    padding: 0;
  }
}

.curse2 {
  background: url(../img/corse/kaki-sakana.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .curse2 {
    padding: 0;
  }
}

.curse3 {
  background: url(../img/corse/kaki-sashimi.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-bottom: 150px;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .curse3 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .curse1,
  .curse2,
  .curse3 {
    background: none;
    color: #000;
  }
}

.curse-container {
  text-align: center;
  width: 460px;
}

.curse-container.sec {
  margin-left: auto;
}

@media (max-width: 767px) {
  .curse-container {
    margin: auto;
    margin-top: 80px;
    width: 100%;
  }
}

.curse-ttl {
  color: #c1a36c;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 3rem;
  letter-spacing: normal;
}

.curse-ttl span {
  background: #c1a36c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  font-family: ten-mincho-text, serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  .curse-ttl {
    font-size: 2.4rem;
  }
}

.curse-yen {
  font-size: 5rem;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .curse-yen {
    font-size: 4rem;
  }
}

.curse-txt {
  margin-top: 20px;
  text-align: justify;
}

.curse-menu {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 40px;
  padding: 40px 10px 10px;
  position: relative;
}

@media (max-width: 767px) {
  .curse-menu {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.curse-menu.sec {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.curse-menu.sec:before,
.curse-menu.sec:after {
  border-top: 1px solid #000;
}

.curse-menu:before {
  border-top: 1px solid #fff;
  content: "";
  left: 5px;
  position: absolute;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
}

@media (max-width: 767px) {
  .curse-menu:before {
    border-top: 1px solid #000;
  }
}

.curse-menu:after {
  border-top: 1px solid #fff;
  content: "";
  left: calc(100% - 20%);
  position: absolute;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
}

@media (max-width: 767px) {
  .curse-menu:after {
    border-top: 1px solid #000;
    left: calc(100% - 10%);
    width: 20%;
  }
}

.curse-menu-ttl {
  color: #c1a36c;
  font-size: 2.5rem;
  margin-top: -20px;
  position: absolute;
  text-align: justify;
  top: 0px;
}

.curse-list {
  text-align: justify;
}

.curse-item {
  font-size: 1.7rem;
  padding-left: 1em;
  text-indent: -1em;
}

.curse-item._span {
  font-size: 1.2rem;
  margin-top: 0.5em;
  text-indent: 0;
}

.curse-caution {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 0.5em;
}

.curse-reserve {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  font-size: 2rem;
  margin-top: 32px;
  text-align: left;
}

.curse-reserve:hover {
  opacity: 0.7;
}

.corse-img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  margin: 24px 0 40px;
}

.corse-img-flex a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  width: calc(33.33333% - 8px);
}

.corse-img-flex a:hover {
  opacity: 0.7;
}

.corse-img-flex a + a {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .corse-img-flex {
    width: 100%;
  }
}

/* =============================================================================


     food


============================================================================= */
.kaki-cook {
  background: #000;
  overflow-x: hidden;
  padding: 60px 0;
  position: relative;
}

.kaki-img {
  max-width: 70%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .kaki-img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}

.k-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: left;
  text-align: left;
}

@media (max-width: 1079px) {
  .k-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .k-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.kaki-ttl {
  color: #c1a36c;
  font-size: 7rem;
  margin-left: 30px;
}

.kaki-list {
  color: #fff;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .kaki-list {
    margin-left: 0;
  }
}

.kaki-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 2.4rem;
  height: 470px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 4em;
}

.kaki-imgbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 1079px) {
  .kaki-imgbox {
    margin-top: 30px;
    max-width: 370px;
  }
}

.kaki-imgbox figure + figure {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .kaki-imgbox {
    margin-top: 30px;
  }
}

.f-container {
  background: url(../img/food/food-bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 150px 0;
  position: relative;
}

.f-img {
  left: -12vw;
  position: absolute;
  top: 0;
  width: 80vw;
}

@media (max-width: 1079px) {
  .f-img {
    left: 0;
    position: relative;
    top: 0;
  }
}

.f-contents {
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .f-contents {
    margin-right: 20px;
  }
}

.f-ttl {
  font-size: 7rem;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .f-ttl {
    font-size: 6rem;
    left: calc(100% - 0.75em);
    position: absolute;
    top: -20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.kaki-list.fish {
  color: #000;
}

.hosoku {
  font-size: 1.9rem;
  margin-right: 20px;
}

.f-cook {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-top: 10vw;
}

@media (max-width: 767px) {
  .f-cook {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.f-cook-imgbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: 40px;
  width: 60vw;
}

@media (max-width: 767px) {
  .f-cook-imgbox {
    margin: auto;
  }
}

.f-cook-imgbox img {
  margin-top: 20px;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .f-cook-imgbox img {
    width: 100%;
  }
}

.drink {
  padding: 50px 0 150px;
}

.drink-ttl {
  font-size: 7rem;
}

@media (max-width: 767px) {
  .drink-ttl {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

.drink-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.drink-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.drink-item dt {
  width: 12em;
}

.drink-item dd {
  width: 4em;
}

.drink-item + div {
  margin-top: 10px;
}

.drink-img {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1079px) {
  .drink-img {
    margin: 30px;
  }
}

/* =============================================================================


     common


============================================================================= */
.tab-none {
  display: block;
}

@media (max-width: 1079px) {
  .tab-none {
    display: none;
  }
}

.tab-dis {
  display: none;
}

@media (max-width: 1079px) {
  .tab-dis {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.sp-dis {
  display: none;
}

@media (max-width: 767px) {
  .sp-dis {
    display: block;
  }
}

.img-ob {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  width: 100%;
  height: 100%;
}

#dialog {
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100vw;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
}

#dialog .js-active {
  visibility: visible;
  opacity: 1;
}

.dialog-box {
  background: #f2f2f2;
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.2);
  left: 50%;
  padding: 30px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50vw;
  z-index: 9999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #dialog .dialog-box {
    min-width: 300px;
  }
}

#dialog .dialog-text {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  font-family: ten-mincho-text, serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#dialog .dialog-text span {
  font-size: 2rem;
}

#dialog .dialog-text:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #dialog .dialog-text {
    font-size: 2.2rem;
  }
  #dialog .dialog-text span {
    font-size: 1.6rem;
  }
}

#dialog button {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 40px auto 0;
  color: #fff;
  display: inline-block;
  height: 33px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 77px;
  background: #000;
  border: none;
}

#dialog button:hover {
  opacity: 0.7;
}

/* **************************************


     INSTA


***************************************/
.instagram-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}

#instagram .card {
  width: calc((100% / 3) - (16px / 3));
  margin-top: 8px;
}

.insta-ttl {
  font-size: 6rem;
  font-family: tsukuD, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .insta-ttl {
    font-size: 2.6rem;
  }
}

#instagram .card-link {
  width: 100%;
  display: block;
  position: relative;
}

#instagram a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#instagram a:hover {
  opacity: 0.7;
}

#instagram .card-link:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
}

.insta-ttl-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 16px;
}

.insta-logo {
  display: inline-block;
  text-align: center;
  /*   background-image: url(img/common/Instagram_logo.svg); */
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 100px;
  margin-left: 100px;
  background-position-y: 65%;
}

@media screen and (max-width: 767px) {
  .insta-logo {
    height: 75px;
    width: 150px;
    margin-left: 24px;
  }
}

.insta-img {
  width: 150px;
  height: 150px;
  background: white;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .insta-img {
    width: 75px;
    height: 75px;
  }
}

#instagram .card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.sf-list {
  text-align: left;
}

.sf-item-name {
  font-size: 4rem;
  font-family: ten-mincho-text, serif;
  position: relative;
  padding-left: 0.5em;
}

.sf-item-name:before {
  content: "・";
  position: absolute;
  left: -0.5em;
}

@media (max-width: 1079px) {
  .sf-item-name {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sf-item-name {
    font-size: 2.6rem;
  }
}

.sf-item {
  margin-top: 16px;
}

.sf-item + li {
  margin-top: 24px;
}

.sf-item-tel {
  display: inline-block;
  font-size: 3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: tsukuD, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.sf-item-tel:hover {
  opacity: 0.7;
}

@media (max-width: 1079px) {
  .sf-item-tel {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sf-item-tel {
    font-size: 2rem;
  }
}

.sf-item-map {
  color: #fff;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 77px;
  background: #000;
}

.sf-item-map:hover {
  opacity: 0.7;
}

.sf-item-address_span {
  font-size: 1.8rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .sf-item-address_span {
    font-size: 1.6em;
  }
}
.sc-ttl {
  font-size: 3.5rem;
  font-family: tsukuB, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .sc-ttl {
    font-size: 2.4rem;
  }
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-txt {
  font-size: 1.9rem;
  margin: 24px auto 0;
  max-width: 9000px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sc-txt {
    font-size: 1.4rem;
  }
}

.sc-txt._indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
/*# sourceMappingURL=style.css.map */



.footer-item:hover .footer-child-list.test{

  opacity: 1;
  visibility: visible;
}

.footer-child-list.test{
    opacity: 0;
  visibility: hidden;
position: absolute;
left: 50%;
transform: translateX(-50%);
width:max-content;
    top: 100%;
    background: #000;
    padding: 10px;
    transition: 0.2s;
}




@media screen and (max-width: 767px) {
.footer-child-list.test{
  opacity: 1;
  visibility: visible;
  position: relative;
  left:0;
  transform: none;
  }
}

.footer-policy{
  padding:24px;
  margin-bottom: 20px;
}

.cancel-policy {
  margin:40px auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  max-width:1080px;
  position: relative;
}


.cancel-policy-box {
  max-height: 220px; /* ←ここで高さ制限 */
  overflow-y: scroll;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 8px;
  padding: 1rem;
  -webkit-overflow-scrolling: touch; 
  background:rgba(242, 242, 242, 1);
  scrollbar-color: #333 #222;
  scrollbar-width: thin;                /* ← フェード用の基準にする */
  scrollbar-gutter: stable both-edges; /* ← 余白を安定（対応ブラウザで有効） */
  overscroll-behavior: contain;        /* ← 中身スクロール時の親引きずり防止 */
}

.cancel-policy-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1rem 0;
  color: #c1272d;
}

.cancel-policy-box ul {
  margin: 0 0 12px 20px;
  list-style: disc;
}
.cancel-policy-box li {
  margin-bottom: 4px;
}
.cancel-policy-box p {
  margin-bottom: 12px;
}


.scroll-hint {
  position: relative;
  overflow-y: auto;
  max-height: 220px;
  -webkit-overflow-scrolling: touch;
}

/* テキスト表示 */
.cancel-scroll {
  position: absolute;
 top:calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  font-size: 1.4rem;
  color: #333;
  background: rgba(255,255,255,1);
  border-radius: 4px;
  opacity: 1;
  pointer-events: none;
  transition: opacity .3s;
    transform: translateX(-50%);
  width: max-content;
    text-align: center;
    animation: hint-pop .5s ease-out, hint-bounce 1.2s ease-in-out .5s infinite;
}


.scroll-hint { padding-bottom:44px; } /* 帯の分だけ内側に余白確保 */
.scroll-hint::after{
  content:"↕ スクロールできます";
  position:absolute; left:0; right:0; bottom:0;
  padding:10px 12px; text-align:center;
  font-size:13px; font-weight:700; color:#fff;
  background: linear-gradient(90deg, #c1272d, #e06a6f);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.scroll-hint.scrolled::after{ opacity:0; transition:opacity .3s; }

.scroll-hint {
  position: relative;
  overflow-y: auto;
  max-height: 220px;
  padding-bottom: 28px;  /* ← 内側ヒント分の退避 */
}


.scroll-hint.scrolled + .cancel-scroll { opacity: 0; }



@media screen and (max-width: 767px) {
.cancel-scroll {
  font-size: 1.4rem;
  border:1px solid #eee;
}

.shop{
  overflow: hidden;
}
}

.footer-policy {
          padding: 40px 20px;
          font-size: 13px;
          line-height: 1.8;
        }
        .footer-policy .inner {
          max-width: 960px;
          margin: 0 auto;
        }
        .footer-policy-ttl {
          font-size: 15px;
          font-weight: 700;
          margin: 20px 0 8px;
          color: #c1272d;
        }
        .footer-policy ul {
          margin: 0 0 15px 20px;
          list-style: disc;
        }
        .footer-policy li {
          margin-bottom: 4px;
        }
        .footer-policy p {
          margin-bottom: 15px;
        }
