*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: initial;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

ul,
ol,
li {
  display: block;
  list-style-type: none;
}

input,
button,
select,
textarea,
fieldset,
label {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: currentColor;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.77;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,YuGothic,"Yu Gothic",游ゴシック体,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: initial;
}

*[data-src],
*[data-bg],
.lazyload {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.lazyloading,
.lazyloaded {
  opacity: 1;
}

a {
  position: relative;
  color: currentColor;
  text-decoration: none;
}

a[href] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

a[href]:hover {
  opacity: .5;
}

button {
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

img.-pc {
  display: block;
}

img.-sp {
  display: none;
}

br.-pc {
  display: block;
}

br.-sp {
  display: none;
}

.-ul {
  text-decoration: underline;
}

.-center {
  text-align: center;
}

[data-rate] {
  position: relative;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
}

textarea {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
  height: 12em;
  resize: none;
}

input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 70px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

input[type=submit]:hover {
  opacity: .5;
}

input[type=radio]+*:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 24px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -0.2em;
}

input[type=radio]:checked+*:before {
  border: 2px solid #333;
  background-color: #333;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
  box-shadow: 0 0 0 4px #fff inset;
}

.wrapper {
  padding-top: 6rem;
}

.header {
  position: fixed;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  height: 0;
}

.header_id {
  position: relative;
  width: 10rem;
  height: auto;
  z-index: 2;
}

.header_id a {
  display: block;
}

.visual {
  position: relative;
}

.visual_label {
  position: absolute;
  right: 2rem;
  left: 2rem;
  bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
}

.visual_body {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.visual_body.slick-initialized {
  opacity: 1;
}

.visual_body .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}

.visual_body .slick-slide>div {
  position: relative;
}

.visual_body .slick-slide>div::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.visual_body .slick-slide>div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav ul {
  font-size: 1.8rem;
}

.instagram {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: .1rem;
  right: 4rem;
}

.instagram img {
  vertical-align: top;
}

.badge {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  height: 0;
  z-index: 1;
}

.badge_item {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contents {
  display: block;
}

.content_header {
  position: relative;
}

.content_header .content_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.content_title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}

.content_body {
  padding: 6rem 2rem;
}

:where(.content_body>*+*) {
  margin-top: 5.6rem;
}

.content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_row.-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.content_text {
  max-width: 64rem;
  margin: 0 auto;
}

.content_text>*+* {
  margin-top: 3.2rem;
}

.content_text>.content_title+* {
  margin-top: 5.6rem;
}

.content_bg {
  position: relative;
  height: 66.66vw;
}

.content_bg img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content_img img {
  aspect-ratio: 3/2;
}

.footer {
  color: #a52323;
  background-color: #fff6e6;
  text-align: center;
  padding: 4rem 2rem;
}

.footer>*+* {
  margin-top: 2rem;
}

.footer_id {
  width: 10rem;
  height: auto;
  margin: 0 auto;
}

.footer_id a {
  display: block;
}

.footer_copyright {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30rem;
  width: 100%;
  height: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #a52323;
  color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 1rem;
  font-size: 0;
  text-align: center;
  height: 8px;
}

.slick-dots>* {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}

.slick-dots>*>button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f2f2f2;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slick-dots>*.slick-active>button {
  background-color: #a52323;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.-col2 {
  gap: 4rem;
}

.col.-col2 .col_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.col.-col3 .col_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc( ( 100% - 2rem ) / 2 );
  flex: 0 0 calc( ( 100% - 2rem ) / 2 );
}

.col.-col4 .col_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc( ( 100% - 12rem ) / 4 );
  flex: 0 0 calc( ( 100% - 12rem ) / 4 );
}

:where(.col_item>*+*) {
  margin-top: 3.2rem;
}

.col_title {
  text-align: center;
  color: #a52323;
  font-size: 2.4rem;
  line-height: 1.5;
}

.col_list {
  text-align: center;
  line-height: 2;
}

.col_img img {
  aspect-ratio: 3/2;
}

.lead {
  background-color: #fff6e6;
  color: #a52323;
}

.lead_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: initial;
}

.lead_img {
  width: 12.5rem;
}

.lead_img img {
  width: 100%;
  height: auto;
}

.access-info_map {
  position: relative;
}

.access-info_map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.access-info_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-info_text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.menu_imgs {
  position: relative;
}

.menu_imgs .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}

@media screen and (min-width: 481px) {
  body {
    min-width: 120rem;
  }

  .wrapper {
    padding-top: 12rem;
  }

  .header {
    top: 2rem;
    min-width: 116rem;
  }

  .header_id {
    width: 20rem;
  }

  .visual_label {
    right: 4rem;
    left: 4rem;
    bottom: 4rem;
    font-size: 4.8rem;
  }

  .visual_body .slick-slide>div::before {
    padding-top: 66.66%;
  }

  .nav {
    position: absolute;
    top: 1.5rem;
    right: 12rem;
    left: 12rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav ul li+li {
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: .1rem solid #000;
  }

  .nav ul a {
    display: block;
    line-height: 1.1;
  }

  .instagram {
    top: 2.5rem;
    right: 1.5rem;
  }

  .instagram img {
    vertical-align: middle;
  }

  .badge {
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
    min-width: 104rem;
  }

  .content_body {
    width: 102rem;
    margin: 0 auto;
    padding: 6rem 4rem;
  }

  .content_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14rem;
  }

  .content_row.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .content_bg {
    height: 60rem;
  }

  .footer {
    padding: 8rem 4rem;
  }

  .footer>*+* {
    margin-top: 4rem;
  }

  .footer_id {
    width: 15rem;
  }

  .slick-dots {
    margin-top: 2rem;
  }

  .col {
    gap: 4rem;
  }

  .col.-col2 .col_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( ( 100% - 4rem ) / 2 );
    flex: 0 0 calc( ( 100% - 4rem ) / 2 );
  }

  .col.-col3 .col_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( ( 100% - 8rem ) / 3 );
    flex: 0 0 calc( ( 100% - 8rem ) / 3 );
  }

  .lead_img {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5rem;
    flex: 0 0 12.5rem;
  }
}

@media screen and (max-width: 480px) {
  a[href]:hover {
    opacity: 1;
  }

  img.-pc {
    display: none;
  }

  img.-sp {
    display: block;
  }

  br.-pc {
    display: none;
  }

  br.-sp {
    display: block;
  }

  .nav {
    position: absolute;
    top: -2rem;
    right: -2rem;
    left: -2rem;
    background-color: #fff;
    padding: 8rem 2rem 2rem;
    text-align: right;
    -webkit-transition: opacity .5s,visibility 0s ease .5s;
    transition: opacity .5s,visibility 0s ease .5s;
    opacity: 0;
    visibility: hidden;
  }

  .nav ul li+li {
    margin-top: .8rem;
  }

  .menubtn {
    position: absolute;
    top: -1.4rem;
    right: -1.5rem;
    width: 5rem;
    height: 5rem;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .7rem;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .menubtn span {
    position: relative;
    display: block;
    width: 100%;
    height: .2rem;
    background-color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .menubtn.-open {
    gap: 0;
  }

  .menubtn.-open span:nth-of-type(1) {
    top: .1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menubtn.-open span:nth-of-type(2) {
    opacity: 0;
    height: 0;
  }

  .menubtn.-open span:nth-of-type(3) {
    top: -0.1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menubtn.-open+.nav {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }

  .badge_item {
    width: 30%;
  }

  .content_header .content_title {
    -webkit-transform: scale(0.75) translateY(-50%);
    transform: scale(0.75) translateY(-50%);
  }

  .access-info_text {
    margin-top: 2rem;
  }
}