@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.4vw;
  }
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 1441px) {
  p {
    font-size: 0.8vw;
    line-height: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

.header-page.change-color .header_pc .header_page {
  background-color: #000;
  transition: 0.3s;
}

#lower .lower {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 30vw;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 60vw;
  }
}
#lower .lower .lower_headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_headline {
    width: 90%;
    margin: auto;
  }
}
#lower .lower .lower_headline h2 {
  font-weight: 500;
}
#lower .lower .lower_headline h4 {
  font-weight: 400;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  width: 100%;
  position: relative;
  z-index: 999999999;
}
header #header_pc {
  width: 30%;
  height: 100vh;
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none !important;
  }
}
header #header_pc .header_pc {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 2vw;
  color: #fff;
}
header #header_pc .header_pc .header_pc_text {
  width: 95%;
  margin: auto;
  margin-bottom: 1vw;
}
header #header_pc .header_pc .header_pc_logo {
  width: 45%;
  margin: auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_pc .header_pc_logo {
    width: 35%;
  }
}
header #header_pc .header_pc .header_pc_logo img {
  width: 100%;
}
header #header_pc .header_pc .header_pc_tel {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5vw 0;
  margin-bottom: 0.5vw;
}
header #header_pc .header_pc .header_pc_tel p {
  margin-bottom: 0.2vw;
  text-align: center;
}
header #header_pc .header_pc .header_pc_tel .header_pc_tel_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
header #header_pc .header_pc .header_pc_tel .header_pc_tel_detail a {
  text-decoration: none;
  color: #fff;
  font-size: 2vw;
}
header #header_pc .header_pc .header_pc_tel .header_pc_tel_detail a i {
  margin-right: 1vw;
}
header #header_pc .header_pc .takeout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
}
header #header_pc .header_pc .header_menu {
  width: 50%;
  margin: auto;
}
header #header_pc .header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1vw;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
header #header_pc .header_pc .header_menu ul li {
  width: 18%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
header #header_pc .header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc .header_menu ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc .header_menu ul li a {
    font-size: 3.4vw;
  }
}
header #header_pc_scroll {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  gap: 1vw;
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc_scroll {
    display: none !important;
  }
}
header #header_pc_scroll .header_pc_scroll_menus {
  width: 90%;
}
header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0.5vw;
}
header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_tel p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_tel a {
  text-decoration: none;
  color: #fff;
  font-size: 2vw;
}
header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2vw;
}
header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll .header_pc_scroll_menus .header_pc_scroll_menu ul li a {
    font-size: 2vw;
  }
}
header #header_pc_scroll .header_pc_scroll_contact {
  width: 10%;
}
header #header_pc_scroll .header_pc_scroll_contact a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #FF9B3D;
  padding: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3vw;
  font-size: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll .header_pc_scroll_contact a {
    font-size: 2vw;
  }
}
header #header_pc_scroll .header_pc_scroll_contact a:hover {
  background-color: #fff;
  color: #FF9B3D;
  border: 1px solid #FF9B3D;
}
header #header_page_pc {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
header #header_page_pc .header_pc .header_page {
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 1vw;
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_page_pc .header_pc .header_page {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  header #header_page_pc .header_pc .header_page {
    display: none !important;
  }
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus {
  width: 90%;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0.5vw;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_tel p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_tel a {
  text-decoration: none;
  color: #fff;
  font-size: 2vw;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2vw;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_page_pc .header_pc .header_page .header_pc_scroll_menus .header_pc_scroll_menu ul li a {
    font-size: 2vw;
  }
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_contact {
  width: 10%;
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_contact a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #FF9B3D;
  padding: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3vw;
  font-size: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_page_pc .header_pc .header_page .header_pc_scroll_contact a {
    font-size: 2vw;
  }
}
header #header_page_pc .header_pc .header_page .header_pc_scroll_contact a:hover {
  background-color: #fff;
  color: #FF9B3D;
  border: 1px solid #FF9B3D;
}

/* メニュー項目に下線用のクラスを追加するためのスタイル */
.current-page::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #DF1614; /* 線の色 */
}

#header_sp {
  width: 100%;
  height: 35vh;
  z-index: 9999999999;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 40vh;
  }
}
#header_sp .header_logo {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2vw;
}
#header_sp .header_logo img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo img {
    width: 35%;
  }
}
#header_sp .header_logo p {
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo p {
    width: 95%;
  }
}
#header_sp {
  /*　ハンバーガーボタン　*/
}
#header_sp .hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 20px;
  top: 2px;
  width: 60px;
  height: 60px;
  background-color: #FF9B3D;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
  }
}
#header_sp .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger span {
    width: 30px;
  }
}
#header_sp .hamburger p {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
  color: #fff;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger p {
    top: 47%;
    font-size: 3vw;
  }
}
#header_sp .hamburger span:nth-child(1) {
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(2) {
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(3) {
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp {
  /* ナビ開いてる時のボタン */
}
#header_sp .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger.active span:nth-child(1) {
    left: 8px;
  }
}
#header_sp .hamburger.active p {
  color: #fff;
}
#header_sp .hamburger.active span:nth-child(2),
#header_sp .hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger.active span:nth-child(2),
  #header_sp .hamburger.active span:nth-child(3) {
    left: 8px;
  }
}
#header_sp nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  background: #000;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#header_sp nav.globalMenuSp .header_sp_tel {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2vw 0;
  margin-bottom: 1vw;
}
#header_sp nav.globalMenuSp .header_sp_tel p {
  margin-bottom: 0.2vw;
  text-align: center;
  color: #fff;
}
#header_sp nav.globalMenuSp .header_sp_tel .header_sp_tel_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
#header_sp nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a {
  text-decoration: none;
  color: #fff;
  font-size: 4vw;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a {
    font-size: 6vw;
  }
}
#header_sp nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a i {
  margin-right: 1vw;
}
#header_sp nav.globalMenuSp .takeout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
  color: #fff;
}
#header_sp nav.globalMenuSp ul {
  margin: 4vw auto;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
#header_sp nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 25%;
  transition: 0.4s all;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#header_sp nav.globalMenuSp ul li:first-child {
  position: relative;
}
#header_sp nav.globalMenuSp ul li:first-child::after {
  position: absolute;
  content: "";
  top: -30%;
  right: 15px;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 1px;
  height: 5vw;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li:first-child::after {
    right: 8px;
  }
}
#header_sp nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header_sp nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}
#header_sp nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li a {
    font-size: 3.4vw;
  }
}
#header_sp {
  /* このクラスを、jQueryで付与・削除する */
}
#header_sp nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#header_sp_page {
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 1441px) {
  #header_sp_page {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp_page {
    display: none;
  }
}
#header_sp_page .header_logo {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2vw;
}
#header_sp_page .header_logo img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #header_sp_page .header_logo img {
    width: 35%;
  }
}
#header_sp_page .header_logo p {
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #header_sp_page .header_logo p {
    width: 95%;
  }
}
#header_sp_page {
  /*　ハンバーガーボタン　*/
}
#header_sp_page .hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 20px;
  top: 2px;
  width: 60px;
  height: 60px;
  background-color: #FF9B3D;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_sp_page .hamburger {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
  }
}
#header_sp_page .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header_sp_page .hamburger span {
    width: 30px;
  }
}
#header_sp_page .hamburger p {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
  color: #fff;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #header_sp_page .hamburger p {
    top: 47%;
    font-size: 3vw;
  }
}
#header_sp_page .hamburger span:nth-child(1) {
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp_page .hamburger span:nth-child(2) {
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp_page .hamburger span:nth-child(3) {
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp_page {
  /* ナビ開いてる時のボタン */
}
#header_sp_page .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #header_sp_page .hamburger.active span:nth-child(1) {
    left: 8px;
  }
}
#header_sp_page .hamburger.active p {
  color: #fff;
}
#header_sp_page .hamburger.active span:nth-child(2),
#header_sp_page .hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #header_sp_page .hamburger.active span:nth-child(2),
  #header_sp_page .hamburger.active span:nth-child(3) {
    left: 8px;
  }
}
#header_sp_page nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  background: #000;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#header_sp_page nav.globalMenuSp .header_sp_tel {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2vw 0;
  margin-bottom: 1vw;
}
#header_sp_page nav.globalMenuSp .header_sp_tel p {
  margin-bottom: 0.2vw;
  text-align: center;
  color: #fff;
}
#header_sp_page nav.globalMenuSp .header_sp_tel .header_sp_tel_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
#header_sp_page nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a {
  text-decoration: none;
  color: #fff;
  font-size: 4vw;
}
@media screen and (max-width: 768px) {
  #header_sp_page nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a {
    font-size: 6vw;
  }
}
#header_sp_page nav.globalMenuSp .header_sp_tel .header_sp_tel_detail a i {
  margin-right: 1vw;
}
#header_sp_page nav.globalMenuSp .takeout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
  color: #fff;
}
#header_sp_page nav.globalMenuSp ul {
  margin: 4vw auto;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
#header_sp_page nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 25%;
  transition: 0.4s all;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#header_sp_page nav.globalMenuSp ul li:first-child {
  position: relative;
}
#header_sp_page nav.globalMenuSp ul li:first-child::after {
  position: absolute;
  content: "";
  top: -30%;
  right: 15px;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 1px;
  height: 5vw;
}
@media screen and (max-width: 768px) {
  #header_sp_page nav.globalMenuSp ul li:first-child::after {
    right: 8px;
  }
}
#header_sp_page nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header_sp_page nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}
#header_sp_page nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  #header_sp_page nav.globalMenuSp ul li a {
    font-size: 3.4vw;
  }
}
#header_sp_page {
  /* このクラスを、jQueryで付与・削除する */
}
#header_sp_page nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#mv {
  width: 70vw;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    width: 100vw;
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100vw;
    height: 65vh;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .sp {
    display: none;
  }
}
#mv .mv .slide-images {
  width: 70vw;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .slide-images {
    display: none !important;
  }
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .slide-images_sp {
  width: 100vw;
  height: 70vh;
}
@media screen and (min-width: 1441px) {
  #mv .mv .slide-images_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .slide-images_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images_sp {
    display: none !important;
  }
}
#mv .mv .slide-images_sp .slick-list {
  height: 100%;
}
#mv .mv .slide-images_sp .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images_sp .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    top: 30%;
    transform: translate(-50%, -50%);
  }
}
#mv .mv .mv_headline .pc {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
#mv .mv .mv_headline h2 {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-weight: 400;
  letter-spacing: 0.2vw;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 9vw;
  }
}

#top_news .top_news {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    padding: 16vw 0;
  }
}
#top_news .top_news .top_news_contents {
  width: 80%;
  margin: auto;
  padding: 2vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
    flex-flow: column;
    padding: 8vw;
  }
}
#top_news .top_news .top_news_contents .top_headline {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_headline {
    writing-mode: unset;
    text-align: center;
  }
}
#top_news .top_news .top_news_contents .top_headline h2 {
  padding: 0.5vw;
  border-right: 1px solid #FF9B3D;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_headline h2 {
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
  }
}
#top_news .top_news .top_news_contents .top_headline h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#top_news .top_news .top_news_contents .top_headline h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_headline h4 {
    text-align: center;
    padding: 1vw;
  }
}
#top_news .top_news .top_news_contents .top_news_content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents .top_news_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_news_content {
    width: 95%;
    margin: auto;
  }
}
#top_news .top_news .top_news_contents .top_news_content ul {
  list-style: none;
}
#top_news .top_news .top_news_contents .top_news_content ul a {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 3vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents .top_news_content ul a {
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_news_content ul a {
    font-size: 3.4vw;
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_contents .top_news_content ul a .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents .top_news_content ul a .outline {
    flex-flow: column;
    align-items: flex-start;
    gap: 2vw;
  }
}

#top_hospitality .top_hospitality {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 8vw;
}
#top_hospitality .top_hospitality .top_hospitality_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top_hospitality .top_hospitality .top_hospitality_point img {
  width: 100%;
}
#top_hospitality .top_hospitality .top_hospitality_headline {
  position: absolute;
  z-index: 10;
  top: 2%;
  right: 5%;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_headline {
    writing-mode: unset;
    position: relative;
    right: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_headline .top_hospitality_topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_headline .top_hospitality_topHeadline {
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#top_hospitality .top_hospitality .top_hospitality_headline .top_hospitality_topHeadline h2 {
  font-weight: 500;
  padding-top: 6vw;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_headline .top_hospitality_topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_headline .top_hospitality_topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#top_hospitality .top_hospitality .top_hospitality_headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 80%;
  padding-top: 8vw;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents {
    display: none !important;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_image {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_image {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_image {
    width: 100%;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_image img {
  width: 100%;
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text {
    width: 90%;
    padding-left: 4vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text p {
  margin-bottom: 4vw;
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button .arrow {
    width: 10%;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button:hover .arrow {
  display: none;
}
#top_hospitality .top_hospitality .top_hospitality_contents .top_hospitality_text .top_hospitality_btn a button:hover .arrow_hover {
  display: block;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  gap: 2vw;
  width: 100%;
  padding-top: 8vw;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 1441px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp {
    display: none !important;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_image {
  width: 100%;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_image img {
  width: 100%;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_images_sp {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
  margin-bottom: 4vw;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_images_sp img {
  width: 45%;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text {
  width: 95%;
  margin: auto;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text p {
  margin-bottom: 4vw;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a {
    margin-bottom: 3vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button .arrow {
    width: 10%;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button:hover .arrow {
  display: none;
}
#top_hospitality .top_hospitality .top_hospitality_contents_sp .top_hospitality_text .top_hospitality_btn a button:hover .arrow_hover {
  display: block;
}
#top_hospitality .top_hospitality .top_hospitality_images {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #top_hospitality .top_hospitality .top_hospitality_images {
    display: none !important;
  }
}
#top_hospitality .top_hospitality .top_hospitality_images img {
  width: 25%;
}

#top_meal .top_meal {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 8vw;
}
#top_meal .top_meal .top_meal_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top_meal .top_meal .top_meal_point img {
  width: 100%;
}
#top_meal .top_meal .top_meal_headline {
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 5%;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#top_meal .top_meal .top_meal_headline .top_meal_topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_headline .top_meal_topHeadline {
    writing-mode: unset;
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#top_meal .top_meal .top_meal_headline .top_meal_topHeadline h2 {
  font-weight: 500;
  padding-top: 6vw;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_headline .top_meal_topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_headline .top_meal_topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#top_meal .top_meal .top_meal_headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#top_meal .top_meal .top_meal_headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#top_meal .top_meal .top_meal_contents {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2vw;
  width: 80%;
  padding-top: 8vw;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_meal .top_meal .top_meal_contents {
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents {
    width: 100%;
    margin: 8vw auto;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_image {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_meal .top_meal .top_meal_contents .top_meal_image {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents .top_meal_image {
    width: 100%;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_image img {
  width: 100%;
}
#top_meal .top_meal .top_meal_contents .top_meal_text {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text {
    width: 90%;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text {
    width: 95%;
    margin: auto;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_text p {
  margin-bottom: 4vw;
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button .arrow {
    width: 10%;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button:hover .arrow {
  display: none;
}
#top_meal .top_meal .top_meal_contents .top_meal_text .top_meal_btn a button:hover .arrow_hover {
  display: block;
}

#top_drink .top_drink {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 16vw;
}
#top_drink .top_drink .top_drink_point01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
#top_drink .top_drink .top_drink_point01 img {
  width: 100%;
}
#top_drink .top_drink .top_drink_point02 {
  position: absolute;
  top: -10%;
  right: 0;
  width: 20%;
}
#top_drink .top_drink .top_drink_point02 img {
  width: 100%;
}
#top_drink .top_drink .top_drink_headline {
  position: absolute;
  z-index: 10;
  top: 2%;
  right: 5%;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_headline {
    writing-mode: unset;
    position: relative;
    right: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#top_drink .top_drink .top_drink_headline .top_drink_topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_headline .top_drink_topHeadline {
    writing-mode: unset;
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
#top_drink .top_drink .top_drink_headline .top_drink_topHeadline h2 {
  font-weight: 500;
  padding-top: 6vw;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_headline .top_drink_topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_headline .top_drink_topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#top_drink .top_drink .top_drink_headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#top_drink .top_drink .top_drink_headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#top_drink .top_drink .top_drink_contents {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 80%;
  padding-top: 8vw;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_drink .top_drink .top_drink_contents {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents {
    width: 100%;
    margin: 8vw auto;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_image {
  width: 60%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_drink .top_drink .top_drink_contents .top_drink_image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_image {
    width: 100%;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_image img {
  width: 100%;
}
#top_drink .top_drink .top_drink_contents .top_drink_image .top_drink_image02 {
  position: absolute;
  width: 60%;
  top: 80%;
  left: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_drink .top_drink .top_drink_contents .top_drink_image .top_drink_image02 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_image .top_drink_image02 {
    position: static;
    width: 70%;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_text {
  width: 40%;
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text {
    width: 90%;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text {
    width: 95%;
    margin: auto;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_text p {
  margin-bottom: 4vw;
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button .arrow {
    width: 10%;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button:hover .arrow {
  display: none;
}
#top_drink .top_drink .top_drink_contents .top_drink_text .top_drink_btn a button:hover .arrow_hover {
  display: block;
}

#top_insta .top_insta {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
#top_insta .top_insta .top_insta_headline h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  margin-bottom: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_insta .top_insta .top_insta_headline h4 {
    margin-bottom: 8vw;
  }
}
#top_insta .top_insta .top_insta_headline h4 .insta_logo {
  width: 8%;
}

#top_kitchenCar .top_kitchenCar {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_point {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents {
    display: none !important;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text {
  width: 50%;
  padding-top: 8vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline {
  margin-bottom: 2vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 1vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2 {
  font-weight: 500;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2 span {
  color: #D06260;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2:last-child {
  color: #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline h4 {
  font-weight: 400;
  padding: 1vw 0;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline h4 span {
  color: #FF9B3D;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_headline h4:last-child {
  text-align: end;
  padding-right: 4vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text p {
  margin-bottom: 4vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button .arrow {
    width: 10%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button:hover .arrow {
  display: none;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_text .top_kitchenCar_btn a button:hover .arrow_hover {
  display: block;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_image {
  position: relative;
  width: 40%;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_image img {
  width: 100%;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_image img:nth-child(2) {
  width: 70%;
  position: absolute;
  top: 90%;
  right: -5%;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents .top_kitchenCar_image img:last-child {
  width: 70%;
  position: absolute;
  top: 110%;
  right: 55%;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1441px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp {
    display: none !important;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text {
  width: 80%;
  margin: auto;
  padding-top: 8vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline {
  margin-bottom: 2vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline {
    flex-flow: column;
    text-align: center;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2 {
  font-weight: 500;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2 span {
  color: #D06260;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2:last-child {
  color: #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline .top_kitchenCar_mainHeadline h2:last-child {
    align-items: center;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline h4 {
  font-weight: 400;
  padding: 1vw 0;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline h4 {
    text-align: center;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline h4 span {
  color: #FF9B3D;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline h4:last-child {
  text-align: end;
  padding-right: 4vw;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text .top_kitchenCar_headline h4:last-child {
    text-align: center;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_text p {
  margin-bottom: 4vw;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image {
  position: relative;
  width: 80%;
  margin: auto;
  margin-bottom: 48vw;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image {
    width: 100%;
    margin-bottom: 55vw;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image img {
  width: 100%;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image img:nth-child(2) {
  width: 70%;
  position: absolute;
  top: 90%;
  right: -5%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image img:nth-child(2) {
    right: 0;
    width: 60%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image img:last-child {
  width: 70%;
  position: absolute;
  top: 110%;
  right: 55%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_image img:last-child {
    right: auto;
    left: 0;
    width: 60%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a {
    margin-bottom: 3vw;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 40%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button .arrow {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button .arrow {
    width: 10%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button .arrow_hover {
  display: none;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button .arrow_hover {
    width: 10%;
  }
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button:hover .arrow {
  display: none;
}
#top_kitchenCar .top_kitchenCar .top_kitchenCar_contents_sp .top_kitchenCar_btn a button:hover .arrow_hover {
  display: block;
}

#tenmusu .tenmusu {
  background-position: center;
  background-size: cover;
  padding: 8vw;
  padding-bottom: 18vw;
}
#tenmusu .tenmusu .tenmusu_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents {
    flex-flow: column;
  }
}
#tenmusu .tenmusu .tenmusu_contents .headline {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  writing-mode: vertical-lr;
  height: 25vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #tenmusu .tenmusu .tenmusu_contents .headline {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#tenmusu .tenmusu .tenmusu_contents .headline .topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .headline .topHeadline {
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#tenmusu .tenmusu .tenmusu_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#tenmusu .tenmusu .tenmusu_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#tenmusu .tenmusu .tenmusu_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#tenmusu .tenmusu .tenmusu_contents .tenmusu_text {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #tenmusu .tenmusu .tenmusu_contents .tenmusu_text {
    width: 70%;
    margin-left: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .tenmusu_text {
    width: 95%;
    text-align: start;
  }
}
#tenmusu .tenmusu .tenmusu_contents .tenmusu_text h4 {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu .tenmusu_contents .tenmusu_text h4 {
    margin-bottom: 2vw;
  }
}
#tenmusu .children {
  position: relative;
}
#tenmusu .children::before {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #tenmusu .children::before {
    height: 40vw;
  }
}
#tenmusu .children::after {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #tenmusu .children::after {
    height: 40vw;
  }
}
#tenmusu .children .children_point {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_point {
    top: 20%;
  }
}
#tenmusu .children .children_point img {
  width: 100%;
}
#tenmusu .children .children_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #tenmusu .children .children_contents {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents {
    flex-flow: column-reverse;
  }
}
#tenmusu .children .children_contents .children_left {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .children_left {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#tenmusu .children .children_contents .children_left .children_images {
  width: 55%;
  height: 45vw;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .children_left .children_images {
    width: 80%;
    height: auto;
  }
}
#tenmusu .children .children_contents .children_left .children_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tenmusu .children .children_contents .children_left .children_text {
  width: 45%;
  height: 45vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .children_left .children_text {
    width: 100%;
    height: auto;
  }
}
#tenmusu .children .children_contents .children_left .children_text p {
  padding-top: 4vw;
}
#tenmusu .children .children_contents .children_left .children_text img {
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #tenmusu .children .children_contents .children_left .children_text img {
    width: 65%;
  }
}
#tenmusu .children .children_contents .headline {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .headline {
    writing-mode: unset;
    position: relative;
    right: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#tenmusu .children .children_contents .headline .topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .headline .topHeadline {
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#tenmusu .children .children_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#tenmusu .children .children_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#tenmusu .children .children_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #tenmusu .children .children_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#tenmusu .tenmusu_menus {
  padding: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
  background-color: rgba(234, 230, 221, 0.6);
}
#tenmusu .tenmusu_menus .tenmusu_menu_item {
  width: 22%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #tenmusu .tenmusu_menus .tenmusu_menu_item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #tenmusu .tenmusu_menus .tenmusu_menu_item {
    width: 45%;
  }
}
#tenmusu .tenmusu_menus .tenmusu_menu_item:nth-child(17) p {
  right: 5%;
  left: auto;
}
#tenmusu .tenmusu_menus .tenmusu_menu_item img {
  width: 100%;
}
#tenmusu .tenmusu_menus .tenmusu_menu_item p {
  position: absolute;
  bottom: 2%;
  left: 5%;
  text-shadow: 0 4px 2px rgba(255, 255, 255, 0.6);
}

#oyster .oyster {
  background-position: center;
  background-size: cover;
  padding: 8vw;
  padding-bottom: 18vw;
}
#oyster .oyster .oyster_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #FF9B3D;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents {
    flex-flow: column;
  }
}
#oyster .oyster .oyster_contents .headline {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  writing-mode: vertical-lr;
  height: 25vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .oyster .oyster_contents .headline {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#oyster .oyster .oyster_contents .headline .topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .headline .topHeadline {
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#oyster .oyster .oyster_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#oyster .oyster .oyster_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#oyster .oyster .oyster_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#oyster .oyster .oyster_contents .oyster_text {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .oyster .oyster_contents .oyster_text {
    width: 70%;
    margin-left: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .oyster_text {
    width: 95%;
    text-align: start;
  }
}
#oyster .oyster .oyster_contents .oyster_text h4 {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #oyster .oyster .oyster_contents .oyster_text h4 {
    margin-bottom: 2vw;
  }
}
#oyster .crispy {
  position: relative;
}
#oyster .crispy::before {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #oyster .crispy::before {
    height: 40vw;
  }
}
#oyster .crispy::after {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #oyster .crispy::after {
    height: 40vw;
  }
}
#oyster .crispy .crispy_point {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_point {
    top: 20%;
  }
}
#oyster .crispy .crispy_point img {
  width: 100%;
}
#oyster .crispy .crispy_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .crispy .crispy_contents {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents {
    flex-flow: column-reverse;
  }
}
#oyster .crispy .crispy_contents .crispy_left {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .crispy_left {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#oyster .crispy .crispy_contents .crispy_left .crispy_images {
  width: 55%;
  height: 45vw;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .crispy_left .crispy_images {
    width: 80%;
    height: auto;
  }
}
#oyster .crispy .crispy_contents .crispy_left .crispy_images img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
#oyster .crispy .crispy_contents .crispy_left .crispy_text {
  width: 45%;
  height: 45vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .crispy_left .crispy_text {
    width: 100%;
    height: auto;
  }
}
#oyster .crispy .crispy_contents .crispy_left .crispy_text p {
  padding-top: 4vw;
}
#oyster .crispy .crispy_contents .crispy_left .crispy_text img {
  width: 100%;
  position: relative;
  left: -15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .crispy .crispy_contents .crispy_left .crispy_text img {
    width: 65%;
  }
}
#oyster .crispy .crispy_contents .headline {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .headline {
    writing-mode: unset;
    position: relative;
    right: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#oyster .crispy .crispy_contents .headline .topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .headline .topHeadline {
    writing-mode: unset;
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#oyster .crispy .crispy_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
#oyster .crispy .crispy_contents .headline .topHeadline h2:last-child {
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#oyster .crispy .crispy_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#oyster .crispy .crispy_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #oyster .crispy .crispy_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#oyster .oyster_menus {
  padding: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
  background-color: rgba(234, 230, 221, 0.6);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .oyster_menus {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #oyster .oyster_menus {
    align-items: flex-start;
  }
}
#oyster .oyster_menus .oyster_menu_item {
  width: 22%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #oyster .oyster_menus .oyster_menu_item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #oyster .oyster_menus .oyster_menu_item {
    width: 45%;
  }
}
#oyster .oyster_menus .oyster_menu_item:nth-child(17) p {
  right: 5%;
  left: auto;
}
#oyster .oyster_menus .oyster_menu_item img {
  width: 100%;
  margin-bottom: 1vw;
}
#oyster .oyster_menus .oyster_menu_item p {
  text-align: center;
}
#oyster .oyster_set {
  background-color: rgba(234, 230, 221, 0.6);
}
#oyster .oyster_set .oyster_set_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #oyster .oyster_set .oyster_set_contents {
    padding-bottom: 8vw;
  }
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #oyster .oyster_set .oyster_set_contents .oyster_set_content {
    width: 80%;
    margin: auto;
  }
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline {
  position: relative;
  right: 0;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 2vw;
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline .topHeadline {
  padding: 1vw;
  border-right: none;
  border-bottom: 1px solid #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse;
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #oyster .oyster_set .oyster_set_contents .oyster_set_content .headline .topHeadline h2 {
    padding-top: 0;
  }
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline .topHeadline h2:last-child {
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #oyster .oyster_set .oyster_set_contents .oyster_set_content .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline > h4 {
  padding: 0.5vw;
  text-align: center;
  font-weight: 400;
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #oyster .oyster_set .oyster_set_contents .oyster_set_content .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content p {
  text-align: center;
  padding-bottom: 1vw;
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .oyster_set_image {
  width: 100%;
}
#oyster .oyster_set .oyster_set_contents .oyster_set_content .oyster_set_image img {
  width: 100%;
}

#sake .sake .night {
  background-position: center;
  background-size: cover;
  padding: 8vw;
  background-color: rgba(234, 230, 221, 0.6);
  position: relative;
}
#sake .sake .night .night_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents {
    flex-flow: column;
  }
}
#sake .sake .night .night_contents .headline {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  writing-mode: vertical-lr;
  height: 25vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .night .night_contents .headline {
    height: 35vw;
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    transform: translate(0, 0);
  }
}
#sake .sake .night .night_contents .headline .topHeadline {
  writing-mode: vertical-rl;
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .headline .topHeadline {
    writing-mode: unset;
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#sake .sake .night .night_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
#sake .sake .night .night_contents .headline .topHeadline h2:last-child {
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .night .night_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#sake .sake .night .night_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#sake .sake .night .night_contents .night_text {
  text-align: center;
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .night .night_contents .night_text {
    width: 80%;
    margin-left: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .night_text {
    width: 95%;
    text-align: start;
  }
}
#sake .sake .night .night_contents .night_text h4 {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .night_text h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .night .night_contents .night_text p {
  line-height: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .night .night_contents .night_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .night .night_contents .night_text p {
    line-height: 9vw;
  }
}
#sake .sake .night .night_point {
  position: absolute;
  top: 0;
  right: 0;
}
#sake .sake .alcohol {
  position: relative;
}
#sake .sake .alcohol::before {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol::before {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol::before {
    height: 80vw;
  }
}
#sake .sake .alcohol::after {
  position: absolute;
  content: "";
  z-index: -10;
  background-color: rgba(234, 230, 221, 0.6);
  width: 100%;
  height: 18vw;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol::after {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol::after {
    height: 80vw;
  }
}
#sake .sake .alcohol .alcohol_point {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_point {
    top: 20%;
  }
}
#sake .sake .alcohol .alcohol_point img {
  width: 100%;
}
#sake .sake .alcohol .alcohol_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol .alcohol_contents {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents {
    flex-flow: column-reverse;
  }
}
#sake .sake .alcohol .alcohol_contents .alcohol_left {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_images {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_images {
    width: 80%;
    height: auto;
  }
}
#sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_images img {
  width: 100%;
}
#sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text {
  width: 45%;
  height: 45vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text {
    width: 100%;
    height: auto;
  }
}
#sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text p {
  padding-top: 4vw;
}
#sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text img {
  width: 100%;
  position: relative;
  left: -15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .alcohol .alcohol_contents .alcohol_left .alcohol_text img {
    width: 65%;
  }
}
#sake .sake .alcohol .alcohol_contents .headline {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .headline {
    writing-mode: unset;
    position: relative;
    right: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 8vw;
  }
}
#sake .sake .alcohol .alcohol_contents .headline .topHeadline {
  border-right: 1px solid #FF9B3D;
  padding: 0.5vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .headline .topHeadline {
    writing-mode: unset;
    padding: 1vw;
    border-right: none;
    border-bottom: 1px solid #FF9B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
  }
}
#sake .sake .alcohol .alcohol_contents .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .headline .topHeadline h2 {
    padding-top: 0;
  }
}
#sake .sake .alcohol .alcohol_contents .headline .topHeadline h2:last-child {
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .alcohol .alcohol_contents .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#sake .sake .alcohol .alcohol_contents .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .alcohol .alcohol_contents .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#sake .sake .local_sake {
  padding: 8vw 5vw;
  background: linear-gradient(rgba(234, 230, 221, 0.6), #FFFEFA);
  position: relative;
}
#sake .sake .local_sake .headline {
  display: inline-block;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#sake .sake .local_sake .headline .topHeadline {
  writing-mode: unset;
  padding: 1vw;
  border-right: none;
  border-bottom: 1px solid #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse;
}
#sake .sake .local_sake .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .headline .topHeadline h2 {
    padding-top: 0;
  }
}
#sake .sake .local_sake .headline .topHeadline h2:last-child {
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .local_sake .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#sake .sake .local_sake .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#sake .sake .local_sake .local_sake_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .local_sake_contents {
    flex-flow: column;
  }
}
#sake .sake .local_sake .local_sake_contents .local_sake_text {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .local_sake .local_sake_contents .local_sake_text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .local_sake_contents .local_sake_text {
    width: 60%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#sake .sake .local_sake .local_sake_contents .local_sake_text .local_sake_item {
  margin-bottom: 1.5vw;
  border-bottom: 1px dotted #333;
}
#sake .sake .local_sake .local_sake_contents .local_sake_text .local_sake_item h5 {
  margin-bottom: 1vw;
}
#sake .sake .local_sake .local_sake_contents .local_sake_text .local_sake_item p {
  padding-bottom: 1vw;
}
#sake .sake .local_sake .local_sake_contents .local_sake_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sake .sake .local_sake .local_sake_contents .local_sake_image {
    width: 80%;
  }
}
#sake .sake .local_sake .local_sake_contents .local_sake_image img {
  width: 100%;
}
#sake .sake .cap {
  padding: 8vw 5vw;
  background: #FFFEFA;
  position: relative;
  text-align: end;
  position: relative;
}
#sake .sake .cap .headline {
  display: inline-block;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#sake .sake .cap .headline .topHeadline {
  writing-mode: unset;
  padding: 1vw;
  border-right: none;
  border-bottom: 1px solid #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
#sake .sake .cap .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .headline .topHeadline h2 {
    padding-top: 0;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .cap .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#sake .sake .cap .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#sake .sake .cap .cap_contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .cap_contents {
    flex-flow: column-reverse;
  }
}
#sake .sake .cap .cap_contents .cap_point {
  position: absolute;
  top: 30%;
  right: 0;
}
#sake .sake .cap .cap_contents .cap_text {
  width: 20%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .cap .cap_contents .cap_text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .cap_contents .cap_text {
    width: 60%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#sake .sake .cap .cap_contents .cap_text h4 {
  margin-bottom: 1vw;
}
#sake .sake .cap .cap_contents .cap_text .cap_item {
  margin-bottom: 1.5vw;
  border-bottom: 1px dotted #333;
}
#sake .sake .cap .cap_contents .cap_text .cap_item:last-child {
  border: none;
}
#sake .sake .cap .cap_contents .cap_text .cap_item h5 {
  margin-bottom: 1vw;
}
#sake .sake .cap .cap_contents .cap_text .cap_item p {
  padding-bottom: 1vw;
}
#sake .sake .cap .cap_contents .cap_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .cap_contents .cap_image {
    width: 80%;
  }
}
#sake .sake .cap .cap_contents .cap_image img {
  width: 100%;
}
#sake .sake .cap .cap_last_text {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #sake .sake .cap .cap_last_text {
    width: 100%;
  }
}
#sake .sake .sake_flex .sake_flex_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  background: #FFFEFA;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .sake_flex .sake_flex_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content {
  width: 45%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content {
    width: 90%;
    margin: auto;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content:last-child {
  text-align: end;
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content:last-child .headline > h4 {
  text-align: end;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content:last-child .headline > h4 {
    text-align: start;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content:last-child .sake_flex_text {
  text-align: start;
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline {
  display: inline-block;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline .topHeadline {
  writing-mode: unset;
  padding: 1vw;
  border-right: none;
  border-bottom: 1px solid #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline .topHeadline {
    padding: 0;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline .topHeadline h2 {
    padding-top: 0;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline > h4 {
  padding: 0.5vw;
  text-align: start;
  font-weight: 400;
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .headline > h4 {
    text-align: start;
    padding: 1vw;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .sake_flex_text {
  margin-bottom: 1vw;
  height: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .sake_flex_text {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_flex .sake_flex_contents .sake_flex_content .sake_flex_text {
    height: auto;
    margin-bottom: 2vw;
  }
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .sake_flex_image {
  width: 100%;
}
#sake .sake .sake_flex .sake_flex_contents .sake_flex_content .sake_flex_image img {
  width: 100%;
}
#sake .sake .sake_set {
  padding: 8vw 5vw;
  background: #FFFEFA;
  position: relative;
  position: relative;
}
#sake .sake .sake_set .sake_set_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents {
    flex-flow: column;
    align-items: center;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left {
    width: 100%;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .headline {
  display: inline-block;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left .headline {
    writing-mode: unset;
    position: relative;
    left: 0;
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
    padding-top: 8vw;
    transform: translate(0, 0);
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .headline .topHeadline {
  writing-mode: unset;
  padding: 1vw;
  border-right: none;
  border-bottom: 1px solid #FF9B3D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left .headline .topHeadline {
    align-items: center;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .headline .topHeadline h2 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left .headline .topHeadline h2 {
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left .headline .topHeadline h4 {
    margin-bottom: 2vw;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .headline > h4 {
  padding: 0.5vw;
  text-align: end;
  font-weight: 400;
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .headline > h4 span {
  color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_left .headline > h4 {
    text-align: center;
    padding: 1vw;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .sake_set_image {
  width: 100%;
}
#sake .sake .sake_set .sake_set_contents .sake_set_left .sake_set_image img {
  width: 100%;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_right {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #sake .sake .sake_set .sake_set_contents .sake_set_right {
    width: 70%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text {
  text-align: start;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text h4 {
  margin-bottom: 1vw;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text .cap_item {
  margin-bottom: 1.5vw;
  border-bottom: 1px dotted #333;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text .cap_item:last-child {
  border: none;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text .cap_item h5 {
  margin-bottom: 1vw;
}
#sake .sake .sake_set .sake_set_contents .sake_set_right .cap_text .cap_item p {
  padding-bottom: 1vw;
}

#kitchen_car {
  overflow-x: hidden !important;
}
#kitchen_car .kitchen_car .kitchen_car_about {
  background-position: left;
  background-size: cover;
  padding: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_about {
    flex-flow: column;
  }
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text {
    width: 100%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline {
  width: 50%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline h2 {
  font-weight: 400;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline h4 {
  font-weight: 400;
  text-align: end;
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text .kitchen_car_about_headline h4 span {
  color: #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_text > h4 {
  font-weight: 400;
  margin-bottom: 0.5vw;
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_image {
    width: 100%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_about .kitchen_car_about_image img {
  width: 100%;
}
#kitchen_car .kitchen_car .kitchen_car_points {
  background-color: #F2F0EB;
  padding: 8vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_points {
    padding: 16vw 0;
  }
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline {
  text-align: center;
  display: inline-block;
  margin-bottom: 8vw;
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline h2, #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline h4 {
  font-weight: 400;
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline h2 span, #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline h4 span {
  color: #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_headline h2 {
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents {
  background-color: #fff;
  padding: 8vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents {
    padding: 12vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 8vw 0;
  border: 1px solid #FF9B3D;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content {
    width: 80%;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content {
    width: 95%;
    padding: 4vw 0;
  }
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul {
  width: 50%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul {
    width: 90%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul li {
  font-size: 1vw;
  padding: 0.5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul li {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_points .kitchen_car_points_contents .kitchen_car_points_content ul li {
    font-size: 3.4vw;
    padding: 1vw 0;
  }
}
#kitchen_car .kitchen_car .kitchen_car_menu {
  background-color: #F2F0EB;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image img {
    width: 50%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image img:last-child {
  position: absolute;
  top: 60%;
  left: -60%;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image img:last-child {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_image img:last-child {
    position: static;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text {
    margin-bottom: 4vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_headline {
  text-align: end;
  margin-bottom: 4vw;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_headline h2 {
  font-weight: 400;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_headline h4 {
  font-weight: 400;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_headline h4 span {
  color: #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_content .kitchen_car_menu_item {
  margin-bottom: 1.5vw;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_contents .kitchen_car_menu_text .kitchen_car_menu_content .kitchen_car_menu_item h5 {
  font-weight: 400;
  margin-bottom: 0.5vw;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_images {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  flex-wrap: wrap;
  padding-bottom: 8vw;
}
#kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_images img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_menu .kitchen_car_menu_images img {
    width: 45%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_gallery {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_gallery {
    padding: 8vw 0;
  }
}
#kitchen_car .kitchen_car .kitchen_car_gallery h2 {
  text-align: center;
  margin-bottom: 4vw;
  font-weight: 400;
}
#kitchen_car .kitchen_car .kitchen_car_gallery h2 span {
  color: #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents {
    margin-bottom: 4vw;
    flex-wrap: wrap;
  }
}
#kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents img {
    width: 45%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents_bottom img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_gallery .kitchen_car_gallery_contents_bottom img {
    width: 45%;
  }
}
#kitchen_car .kitchen_car .kitchen_car_contact {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_contact {
    margin-bottom: 8vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_contact .kitchen_car_contact_headline {
  display: inline-block;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #kitchen_car .kitchen_car .kitchen_car_contact .kitchen_car_contact_headline {
    margin-bottom: 8vw;
  }
}
#kitchen_car .kitchen_car .kitchen_car_contact .kitchen_car_contact_headline h2 {
  font-weight: 400;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_contact .kitchen_car_contact_headline h4 {
  font-weight: 400;
}
#kitchen_car .kitchen_car .kitchen_car_contact .kitchen_car_contact_headline h4 span {
  color: #FF9B3D;
}
#kitchen_car .kitchen_car .kitchen_car_contact .insta_banner {
  margin: 4vw 0;
}
#kitchen_car .kitchen_car .kitchen_car_contact .insta_banner a {
  display: block;
  width: 60%;
  margin: auto;
}
#kitchen_car .kitchen_car .kitchen_car_contact .insta_banner a img {
  width: 100%;
}

#menu .menu .menus_top_contents {
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
  position: relative;
  z-index: 100;
}
#menu .menu .menus_top_contents p {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 2vw;
  line-height: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menus_top_contents p {
    width: 80%;
    line-height: 4vw;
    margin-bottom: 4vw;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menus_top_contents p {
    width: 95%;
    line-height: 6vw;
    text-align: start;
    margin-bottom: 6vw;
  }
}
#menu .menu .menus_top_contents .menus_top_btns {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menus_top_contents .menus_top_btns {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menus_top_contents .menus_top_btns {
    width: 95%;
  }
}
#menu .menu .menus_top_contents .menus_top_btns a {
  display: block;
  text-decoration: none;
}
#menu .menu .menus_top_contents .menus_top_btns a button {
  border: none;
  background-color: #FF9B3D;
  color: #fff;
  padding: 1vw;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menus_top_contents .menus_top_btns a button {
    padding: 1.5vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menus_top_contents .menus_top_btns a button {
    padding: 2vw;
  }
}
#menu .menu .menus_top_contents .menus_top_btns a button i {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menus_top_contents .menus_top_btns a button i {
    margin-left: 2vw;
  }
}
#menu .menu #lunch {
  background-color: rgba(234, 230, 221, 0.6);
  position: relative;
}
#menu .menu #lunch .lunch_point {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .lunch_point {
    display: none;
  }
}
#menu .menu #lunch .lunch_headline {
  padding: 1.5vw;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
#menu .menu #lunch .lunch_headline h2 {
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
  display: inline-block;
  font-weight: 400;
}
#menu .menu #lunch .lunch_headline h4 {
  font-weight: 400;
}
#menu .menu #lunch .lunch_headline h4 span {
  color: #FF9B3D;
}
#menu .menu #lunch .lunch_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
  width: 90%;
  margin: 8vw auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .lunch_flex {
    flex-flow: column;
  }
}
#menu .menu #lunch .lunch_flex .lunch_flex_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .lunch_flex .lunch_flex_image {
    width: 100%;
  }
}
#menu .menu #lunch .lunch_flex .lunch_flex_image img {
  width: 100%;
}
#menu .menu #lunch .lunch_flex .lunch_flex_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .lunch_flex .lunch_flex_text {
    width: 100%;
  }
}
#menu .menu #lunch .lunch_flex .lunch_flex_text h4 {
  padding-left: 2vw;
  position: relative;
  margin-bottom: 2vw;
}
#menu .menu #lunch .lunch_flex .lunch_flex_text h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.6vw;
  height: 100%;
  background-color: #FF9B3D;
}
#menu .menu #lunch .menu01 {
  width: 90%;
  margin: auto;
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 {
    width: 95%;
    padding-bottom: 16vw;
  }
}
#menu .menu #lunch .menu01 .menu01_headline {
  text-align: center;
  margin-bottom: 4vw;
}
#menu .menu #lunch .menu01 .menu01_headline h4 {
  position: relative;
  color: #000;
  display: inline-block;
  padding: 0.5vw 4vw;
  border-bottom: 1px solid #FF9B3D;
}
#menu .menu #lunch .menu01 .menu01_headline h4::before {
  position: absolute;
  content: "●";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu #lunch .menu01 .menu01_headline h4::after {
  position: absolute;
  content: "●";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu #lunch .menu01 .menu01_text {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_text {
    width: 100%;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_text {
    width: 100%;
    margin-bottom: 12vw;
  }
}
#menu .menu #lunch .menu01 .menu01_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex {
    align-items: center;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex {
    align-items: center;
    flex-flow: column;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left {
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left {
    width: 100%;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents {
    margin-bottom: 8vw;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents .menu01_flex_left_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents .menu01_flex_left_price {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents .menu01_flex_left_price {
    margin-bottom: 2vw;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents table {
  width: 50%;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents table tr td {
  font-size: 1vw;
  padding: 0.5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_left .menu01_flex_left_contents table tr td {
    font-size: 3.4vw;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    width: 100%;
  }
}
#menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right img {
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right img {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #lunch .menu01 .menu01_flex .menu01_flex_right img {
    width: 45%;
  }
}
#menu .menu #dinner {
  background-color: rgba(234, 230, 221, 0.6);
  position: relative;
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner {
    padding-bottom: 16vw;
  }
}
#menu .menu #dinner .dinner_point {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_point {
    display: none;
  }
}
#menu .menu #dinner .dinner_headline {
  padding: 1.5vw;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
#menu .menu #dinner .dinner_headline h2 {
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
  display: inline-block;
  font-weight: 400;
}
#menu .menu #dinner .dinner_headline h4 {
  font-weight: 400;
}
#menu .menu #dinner .dinner_headline h4 span {
  color: #FF9B3D;
}
#menu .menu #dinner .dinner_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
  width: 90%;
  margin: 8vw auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_flex {
    flex-flow: column;
  }
}
#menu .menu #dinner .dinner_flex .dinner_flex_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_flex .dinner_flex_image {
    width: 100%;
  }
}
#menu .menu #dinner .dinner_flex .dinner_flex_image img {
  width: 100%;
}
#menu .menu #dinner .dinner_flex .dinner_flex_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_flex .dinner_flex_text {
    width: 100%;
  }
}
#menu .menu #dinner .dinner_flex .dinner_flex_text h4 {
  padding-left: 2vw;
  position: relative;
  margin-bottom: 2vw;
}
#menu .menu #dinner .dinner_flex .dinner_flex_text h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.6vw;
  height: 100%;
  background-color: #FF9B3D;
}
#menu .menu #dinner .dinner_kome {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #dinner .dinner_kome {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_kome {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#menu .menu #dinner .dinner_menu_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #dinner .dinner_menu_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents {
    width: 95%;
    flex-flow: column;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu {
    width: 85%;
    margin: auto;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_headline h4 {
  position: relative;
  color: #000;
  display: inline-block;
  padding: 0.5vw 4vw;
  border-bottom: 1px solid #FF9B3D;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_headline h4 {
    padding: 1vw 8vw;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_headline h4::before {
  position: absolute;
  content: "●";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_headline h4::after {
  position: absolute;
  content: "●";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content {
    margin-bottom: 8vw;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content p {
  width: 60%;
  margin: auto;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content p {
    width: 100%;
    margin: auto;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table {
    width: 100%;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table tr td {
  padding: 0.5vw 0;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table tr td {
    font-size: 3.4vw;
    padding: 1.5vw 0;
  }
}
#menu .menu #dinner .dinner_menu_contents .dinner_menu .dinner_menu_content table tr td:last-child {
  text-align: end;
}
#menu .menu #dinner .dinner_images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_images {
    flex-wrap: wrap;
  }
}
#menu .menu #dinner .dinner_images img {
  width: 30%;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #menu .menu #dinner .dinner_images img {
    width: 45%;
  }
}
#menu .menu .course {
  position: relative;
  background-color: rgba(234, 230, 221, 0.6);
  padding-bottom: 16vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .course {
    padding-bottom: 32vw;
  }
}
#menu .menu .course .course_point {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_point {
    display: none;
  }
}
#menu .menu .course .course_headline {
  padding: 1.5vw;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
#menu .menu .course .course_headline h2 {
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
  display: inline-block;
  font-weight: 400;
}
#menu .menu .course .course_headline h4 {
  font-weight: 400;
}
#menu .menu .course .course_headline h4 span {
  color: #FF9B3D;
}
#menu .menu .course .course_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
  width: 90%;
  margin: 8vw auto;
  position: relative;
  z-index: 100;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex:last-child {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#menu .menu .course .course_flex .course_flex_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_image {
    width: 100%;
  }
}
#menu .menu .course .course_flex .course_flex_image img {
  width: 100%;
}
#menu .menu .course .course_flex .course_flex_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_text {
    width: 100%;
  }
}
#menu .menu .course .course_flex .course_flex_text .course_menu_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#menu .menu .course .course_flex .course_flex_text .course_menu_headline h4 {
  position: relative;
  color: #000;
  display: inline-block;
  padding: 0.5vw 4vw;
  border-bottom: 1px solid #FF9B3D;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_text .course_menu_headline h4 {
    padding: 1vw 8vw;
  }
}
#menu .menu .course .course_flex .course_flex_text .course_menu_headline h4 span {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .course .course_flex .course_flex_text .course_menu_headline h4 span {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_text .course_menu_headline h4 span {
    font-size: 3.6vw;
  }
}
#menu .menu .course .course_flex .course_flex_text .course_menu_headline h4::before {
  position: absolute;
  content: "●";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu .course .course_flex .course_flex_text .course_menu_headline h4::after {
  position: absolute;
  content: "●";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #FF9B3D;
}
#menu .menu .course .course_flex .course_flex_text p {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .course .course_flex .course_flex_text p {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_text p {
    width: 90%;
  }
}
#menu .menu .course .course_flex .course_flex_text p span {
  font-size: 0.8vw;
  margin-top: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .course .course_flex .course_flex_text p span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .course .course_flex .course_flex_text p span {
    font-size: 2.8vw;
  }
}

#store .store .store_about {
  background-position: left;
  background-size: cover;
  padding: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #store .store .store_about {
    flex-flow: column;
  }
}
#store .store .store_about .store_about_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_about .store_about_text {
    width: 100%;
  }
}
#store .store .store_about .store_about_text .store_about_headline {
  width: 50%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_about .store_about_text .store_about_headline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_about .store_about_text .store_about_headline {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#store .store .store_about .store_about_text .store_about_headline h2 {
  font-weight: 400;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
#store .store .store_about .store_about_text .store_about_headline h4 {
  font-weight: 400;
  text-align: end;
}
#store .store .store_about .store_about_text .store_about_headline h4 span {
  color: #FF9B3D;
}
#store .store .store_about .store_about_text > h4 {
  font-weight: 400;
  margin-bottom: 0.5vw;
}
#store .store .store_about .store_about_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_about .store_about_image {
    width: 100%;
  }
}
#store .store .store_about .store_about_image img {
  width: 100%;
}
#store .store .store_thoughts {
  position: relative;
  background: linear-gradient(rgba(234, 230, 221, 0.6), #FFFEFA);
}
#store .store .store_thoughts .store_thoughts_point {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_thoughts .store_thoughts_point {
    width: 20%;
    top: -2%;
  }
  #store .store .store_thoughts .store_thoughts_point img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_point {
    display: none;
  }
}
#store .store .store_thoughts .store_thoughts_headline {
  padding: 1.5vw;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
#store .store .store_thoughts .store_thoughts_headline h2 {
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
  display: inline-block;
  font-weight: 400;
}
#store .store .store_thoughts .store_thoughts_headline h4 {
  font-weight: 400;
}
#store .store .store_thoughts .store_thoughts_headline h4 span {
  color: #FF9B3D;
}
#store .store .store_thoughts .store_thoughts_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
  width: 85%;
  margin: 8vw auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_flex {
    flex-flow: column;
  }
}
#store .store .store_thoughts .store_thoughts_flex:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_flex:nth-child(even) {
    flex-flow: column;
  }
}
#store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_image {
    width: 100%;
  }
}
#store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_image img {
  width: 100%;
}
#store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_text {
    width: 100%;
  }
}
#store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_text h4 {
  padding-left: 2vw;
  position: relative;
  margin-bottom: 2vw;
  font-weight: 400;
}
#store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_text h4 span {
  color: #FF9B3D;
  font-size: 3vw;
  font-weight: 400;
  margin-right: 2vw;
}
@media screen and (max-width: 768px) {
  #store .store .store_thoughts .store_thoughts_flex .store_thoughts_flex_text h4 span {
    font-size: 6vw;
  }
}
#store .store .store_overview {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #store .store .store_overview {
    margin-bottom: 8vw;
  }
}
#store .store .store_overview .store_overview_headline {
  width: 30%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_overview .store_overview_headline {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_overview .store_overview_headline {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#store .store .store_overview .store_overview_headline h2 {
  font-weight: 400;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
#store .store .store_overview .store_overview_headline h4 {
  font-weight: 400;
}
#store .store .store_overview .store_overview_headline h4 span {
  color: #FF9B3D;
}
#store .store .store_overview .store_overview_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_overview .store_overview_contents {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_overview .store_overview_contents {
    flex-flow: column-reverse;
  }
}
#store .store .store_overview .store_overview_contents .store_overview_image {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_overview .store_overview_contents .store_overview_image {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_overview .store_overview_contents .store_overview_image {
    width: 80%;
    margin: auto;
  }
}
#store .store .store_overview .store_overview_contents .store_overview_image img {
  width: 100%;
}
#store .store .store_overview .store_overview_contents .store_overview_table {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_overview .store_overview_contents .store_overview_table {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_overview .store_overview_contents .store_overview_table {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#store .store .store_overview .store_overview_contents .store_overview_table table {
  width: 100%;
  border-collapse: collapse;
}
#store .store .store_overview .store_overview_contents .store_overview_table table tr td {
  padding: 1vw 0;
  border-bottom: 1px dotted #333;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_overview .store_overview_contents .store_overview_table table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_overview .store_overview_contents .store_overview_table table tr td {
    font-size: 3.4vw;
    padding: 2vw 0;
  }
}
#store .store .store_access .store_access_headline {
  width: 30%;
  margin: auto;
  margin-bottom: 2vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #store .store .store_access .store_access_headline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #store .store .store_access .store_access_headline {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#store .store .store_access .store_access_headline h2 {
  font-weight: 400;
  border-bottom: 1px solid #FF9B3D;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
#store .store .store_access .store_access_headline h4 {
  font-weight: 400;
}
#store .store .store_access .store_access_headline h4 span {
  color: #FF9B3D;
}
#store .store .store_access .store_access_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #store .store .store_access .store_access_contents {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#store .store .store_access .store_access_contents .store_access_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_access .store_access_contents .store_access_text {
    width: 100%;
  }
}
#store .store .store_access .store_access_contents .store_access_map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #store .store .store_access .store_access_contents .store_access_map {
    width: 100%;
  }
}
#store .store .store_access .store_access_contents .store_access_map iframe {
  width: 100%;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  #store .store .store_access .store_access_contents .store_access_map iframe {
    width: 100%;
    height: 80vw;
  }
}

#news .news {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #news .news {
    padding: 8vw 0;
  }
}
#news .news #news_single ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news #news_single ul {
    flex-flow: column;
  }
}
#news .news #news_single ul .thumb {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news #news_single ul .thumb {
    height: 30vw;
  }
}
#news .news #news_single ul img {
  width: 100%;
  height: 100%;
  margin-bottom: 1vw;
}
#news .news #news_single ul .date {
  width: 100%;
  margin: auto;
  margin-bottom: 0.5vw;
}
#news .news #news_single ul .title {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news #news_single ul .title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news #news_single ul .title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}

footer .footer_contact {
  padding: 4vw 5vw;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact {
    padding: 8vw 2vw;
    flex-flow: column;
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    padding: 8vw 2vw;
    flex-flow: column;
    background-position: left;
  }
}
footer .footer_contact .footer_contact_contents {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents {
    width: 85%;
    margin: auto;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents {
    width: 95%;
    margin: auto;
    margin-bottom: 16vw;
  }
}
footer .footer_contact .footer_contact_contents:last-child {
  border-left: 1px solid #909090;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents:last-child {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents:last-child {
    border: none;
  }
}
footer .footer_contact .footer_contact_contents:last-child .footer_contact_contents_table p {
  text-align: start !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_contact_contents_table p {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_contact_contents_table p {
    margin-bottom: 4vw;
  }
}
footer .footer_contact .footer_contact_contents:last-child .footer_contact_contents_table table td {
  border-bottom: none !important;
}
footer .footer_contact .footer_contact_contents:last-child .footer_btn a {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_btn a {
    margin-bottom: 4vw;
  }
}
footer .footer_contact .footer_contact_contents:last-child .footer_btn a button {
  font-size: 1.4vw;
  width: 45%;
  padding: 0.2vw 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_btn a button {
    font-size: 2.8vw;
    padding: 1vw;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_btn a button {
    width: 90%;
    font-size: 4vw;
    padding: 3vw;
  }
}
footer .footer_contact .footer_contact_contents:last-child .footer_btn a button img {
  width: 15%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents:last-child .footer_btn a button .arrow {
    width: 10%;
  }
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_headline {
  text-align: center;
  display: inline-block;
  margin-bottom: 2vw;
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_headline h2 {
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #FF9B3D;
  font-weight: 400;
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_headline p {
  text-align: center;
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_headline p {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_headline p {
    font-size: 4vw;
  }
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_headline p span {
  color: #FF9B3D;
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_table {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_table {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_table {
    width: 100%;
    margin-bottom: 8vw;
  }
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_table table {
  width: 100%;
  border-collapse: collapse;
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_table table tr td {
  padding: 1vw;
  border-bottom: 1px solid #333;
  text-align: start;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_table table tr td {
    font-size: 2.5vw;
    padding: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_contact_contents_table table tr td {
    font-size: 3.4vw;
    padding: 3vw;
  }
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_table table tr td:first-child {
  width: 30%;
}
footer .footer_contact .footer_contact_contents .footer_contact_contents_table table tr td:last-child {
  width: 70%;
}
footer .footer_contact .footer_contact_contents .footer_btn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
}
footer .footer_contact .footer_contact_contents .footer_btn a button {
  font-family: "Noto Serif JP", serif;
  width: 30%;
  margin: auto;
  color: #fff;
  padding: 1vw;
  border-radius: 5px;
  background-color: #FF9B3D;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents .footer_btn a button {
    width: 60%;
    padding: 2vw;
    font-size: 2.8vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_btn a button {
    width: 90%;
    padding: 4vw;
    font-size: 4vw;
    gap: 4vw;
  }
}
footer .footer_contact .footer_contact_contents .footer_btn a button .arrow {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_btn a button .arrow {
    width: 10%;
  }
}
footer .footer_contact .footer_contact_contents .footer_btn a button .arrow_hover {
  display: none;
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_contents .footer_btn a button .arrow_hover {
    width: 10%;
  }
}
footer .footer_contact .footer_contact_contents .footer_btn a button:hover {
  background-color: #fff;
  border: 1px solid #FF9B3D;
  color: #FF9B3D;
}
footer .footer_contact .footer_contact_contents .footer_btn a button:hover .arrow {
  display: none;
}
footer .footer_contact .footer_contact_contents .footer_btn a button:hover .arrow_hover {
  display: block;
}
footer .footer_map {
  width: 100%;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_map {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_map {
    height: 80vw;
  }
}
footer .footer_map iframe {
  width: 100%;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_map iframe {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_map iframe {
    height: 80vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  footer .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  footer .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .sp {
    display: none !important;
  }
}
footer .footer {
  background-position: center;
  background-size: cover;
  padding: 1vw 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer {
    flex-flow: column;
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    flex-flow: column;
  }
}
footer .footer .footer_logo {
  width: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_logo {
    width: 30%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_logo {
    width: 30%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_logo img {
  width: 100%;
}
footer .footer .footer_menu {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_menu {
    width: 90%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu {
    width: 95%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}
footer .footer .footer_menu ul li {
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul li {
    width: 47%;
    padding: 0 1vw;
    margin-bottom: 2vw;
  }
}
footer .footer .footer_menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_menu ul li a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul li a {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .page_top_btn {
    display: none;
  }
}
footer .copyright {
  text-align: center;
  padding: 1vw;
  background-color: #FF9B3D;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 3vw 0;
    margin-bottom: 15vw;
  }
}
footer .copyright p {
  color: #fff;
}
footer .footer_fix {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 15vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  footer .footer_fix {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_fix {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_fix {
    display: none !important;
  }
}
footer .footer_fix .footer_tel {
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #FF8956;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
}
footer .footer_fix .footer_tel i {
  margin-bottom: 1vw;
}
footer .footer_fix .footer_contact_sp {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #F7AE6A;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
}
footer .footer_fix .footer_contact_sp img {
  width: 30%;
  margin-bottom: 1vw;
}
footer .footer_fix .pageTop {
  width: 15%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
footer .footer_fix .pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer_fix .pageTop img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */