@charset "UTF-8";


.bold {
  font-weight: 700 !important;
}

.txt_detail__mini, .txt_detail__mini__center {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0em;
}
.txt_detail__mini__left {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0em;
  text-align: left;
}

.txt_mincho_title__left {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}
.txt_mincho_title-detail {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1.9;
}
.txt_mincho_detail__left {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  font-weight: 800;
}
.txt_mincho_detail__center {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
}
.txt_mincho_detail__mini__center {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
}
.txt_mincho_detail__big {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 800;
}

.description {
  font-size: 12px;
  margin: 0 auto;
  padding-top: 25px;
}

ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #222222;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #222222;
  font-weight: 800;
}

ul.description_white {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto;
}

ul.description_white li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #fff;
  font-weight: 800;
}

@media (max-width: 768px) {
  ul.description {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    color: #222222;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  ul.description_white {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto;
  }
}
#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
  color: #222222;
  list-style: none;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #222222;
  border-right: solid 1px #222222;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #222222;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #222222;
    margin-top: 10px;
  }
}
.access {
  background-color: #fff;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
  color: #222222;
}
.address__add {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  color: #222222;
}
.address__tel {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 35px;
  color: #222222;
}

.inquiry {
  color: #222222;
  text-align: center;
  padding-bottom: 20px;
}
.inquiry .inquiry_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
.inquiry .inquiry_tel {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
}
.inquiry .inquiry_date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .inquiry_tel {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
  }
}
.title-access {
  color: #222222;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 0px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

a.btn_link_access {
  position: relative;
  display: inline-block;
  min-width: 250px;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 8px 0 16px 0;
}

.subtitle_gosic_red_mini_center {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  padding-bottom: 16px;
}

.btn_access_wrap {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_access_wrap {
  position: relative;
  display: inline-block;
  padding: 17px 0 8px 0;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: #222222;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.sns {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sns_icon {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.sns_logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}

.copyright_hotel {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

footer {
  background-color: #000;
  padding: 25px 0px 15px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}



.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}



.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}





.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pb60 {
  padding-bottom: 60px;
}



br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
}
.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pcswap {
    display: none !important;
  }
  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}
.caption {
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
.caption a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .caption {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .caption a {
    color: #fff;
  }
}
h1 {
  background-color: #000;
}

h2 {
  margin-bottom: 16px;
}

.third-color {
  color: #c7152e;
}

.container_fooddrink {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0px;
}

/* メニューアイテムの基本スタイル */
.menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

/* 画像を右に配置（デフォルト） */
.menu-item.image-right {
  flex-direction: row;
}

/* 画像を左に配置 */
.menu-item.image-left {
  flex-direction: row-reverse;
}

.menu-item-image {
  flex: 0 0 50%;
  max-width: 500px;
}

.menu-item-image img {
  width: 100%;
  height: auto;
  display: block;
  /* border-radius: 4px; */
}

.menu-item-content {
  flex: 1;
}

.divider {
  height: 1px;
  background-color: #000;
  margin: 30px 0 30px 0;
}

/* レスポンシブデザイン（SP版） */
@media (max-width: 768px) {
  .menu-item,
  .menu-item.image-right,
  .menu-item.image-left {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .menu-item-image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .container_fooddrink {
    padding: 20px 15px;
  }
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.w800 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.w700 {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.txt_detail__mini__center {
  text-align: center;
}

.w530 {
  max-width: 530px;
}



@media screen and (max-width: 768px) {
  .w800,
  .w700,
  .w530 {
    width: 90%;
  }
}
.color_primary {
  color: #000;
}

.color_white {
  color: #fff;
}

main {
  background: #fff;
  margin: 0px;
}

.section__top {
  background-size: cover;
  background-image: url(../images/back1.webp);
  background-size: 100% auto;
  background-color: #000;
  background-repeat: repeat-x;
  margin: 0px;
}
.section__fooddrink {
  background-size: cover;
  background-image: url(../images/back2.webp);
  background-size: 100% auto;
  background-repeat: repeat-x;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
  background-color: #231815;
  color: #222222;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: #fff;
}

header {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  color: #222222;
}

a:hover {
  opacity: 0.5;
}

nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}



#top {
  background: #fff;
}

#top header .inner {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.container .w800 {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.container .w800 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.inner_center {
  margin: 0 auto;
  text-align: center;
}

.item {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.item-img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.bg-black {
  position: relative;
  z-index: 1;
}
.bg-black::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item-img img {
  display: block;
  margin: 0 auto;
}

.item-yuki {
  position: relative;
}

.item-yukis {
  position: absolute;
  top: 160px;
  right: 0px;
}

.item-yukis__dome {
  position: absolute;
  top: 30px;
  left: -120px;
}

.yuki {
  width: 75%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yuki__dome {
  width: 75%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .item-img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .description_bg {
    background: none;
  }
}
hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #fff;
}

.hr_black {
  height: 0;
  margin: 0px 0 10px 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #000;
}

.button {
  max-width: 250px;
}

.btn_wrap {
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 15px 0 8px 12px;
  margin-bottom: 30px;
  min-width: 200px;
  min-height: 30px;
  color: #444;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 2px dotted #444;
  font-family: "Noto Serif JP", serif;
}

.toptitle {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0px;
}

.title_middle {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  border-bottom: solid 3px #afa96f;
}

.toptitle_detail {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7em;
}

.toptitle_detail_center {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

.toptitle_detail_big_center {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

dd {
  margin: 0;
}

.product {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.product::after {
  content: "";
  border-top: 2px dotted #fff;
  flex: auto;
}

.productPrice {
  order: 1;
}

.option_blue_line {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  border-radius: 50px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 1;
}
.option_blue_line::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}

.option_subtitle_mini {
  background-color: #fff;
  color: #231815;
  text-align: center;
  padding: 4px 0 8px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 4px;
}

.youtube {
  margin: 0 auto;
  text-align: center;
  background-color: #000;
}

.youtube iframe {
  position: relative;
  aspect-ratio: 9/16;
  width: 200px;
  height: 356px;
  /* ビデオ横幅 */
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 270px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  object-fit: cover;
  object-position: 50% 50%;
}

.je {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.je_nav {
  position: absolute;
  padding: 300px 40px 0 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .je_nav {
    position: absolute;
    padding: 32px 16px;
    width: 5vw;
  }
}
nav {
  background-color: #000;
  padding-top: 14px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.nav_inner {
  max-width: 530px;
  margin: 0 auto;
}

.arrow {
  position: relative;
  font-size: 15px;
  text-align: left;
}

.arrows {
  position: absolute;
  width: 35px;
  right: 0;
}

.menu {
  width: 400px;
}

.comming {
  position: absolute;
  width: 100px;
  right: 0;
  padding-top: 6px;
}

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

.text-left {
  text-align: justify;
}

.toptitle_space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.food_open {
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .toptitle_space {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .food_open {
    max-width: 300px;
  }
  .nav_inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .w800,
  .w700,
  .w530 {
    width: 90%;
  }
  .item-img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .description_bg {
    background: none;
  }
  .toptitle_space {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .food_open {
    max-width: 300px;
  }
  .nav_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .inner {
    margin: 0 auto;
  }
  .item-img {
    margin: 0 auto;
  }
  .item-img img {
    width: 100%;
  }
  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 15px 0 8px 12px;
    margin-bottom: 30px;
    min-width: 150px;
    min-height: 30px;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 2px dotted #444;
    font-family: "Noto Serif JP", serif;
  }
  .toptitle_detail {
    display: block;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }
  .arrows {
    position: absolute;
    width: 25px;
    right: 0;
  }
  .youtube {
    margin: 0 auto;
    text-align: center;
  }
  .menu {
    width: 280px;
    height: 30x;
    padding-top: 6px;
  }
  .option_blue {
    margin: 0 auto;
    width: 75%;
    background-color: #a00f16;
    border-radius: 50px;
    padding: 30px;
    padding-bottom: 40px;
  }
  dd {
    margin: 0;
  }
  .product {
    display: flex;
    align-items: center;
    padding: 3px 0;
  }
  .product::after {
    content: "";
    border-top: 2px dotted #fff;
    flex: auto;
  }
  .productPrice {
    order: 1;
    text-align: right;
  }
  .toptitle_detail_center {
    color: #222222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }
  .item-yukis {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
@media screen and (min-width: 769px) {
  .option_blue_line a[href*="sega"] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .option_blue_line a[href*="sega"] img.pcswap {
    width: auto;
    max-width: 49%;
    height: auto;
    display: block;
  }
}