@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

p.mt {
  margin-top: 20px;
}

/* パンくずリスト */
.bread {
  width: 100%;
}
.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.bread ul {
  display: flex;
}
.bread ul li {
  padding: 5px;
}
.bread ul li a {
  transition: 0.15s;
}
@media (max-width: 599px) {
  .bread ul li a {
    font-size: 14px;
  }
}
.bread ul li a:hover {
  opacity: 0.7;
}
.bread ul li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}
.bread ul li:last-child:after {
  content: "";
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

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

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 0;
}

.ttl {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ttl {
    font-size: 30px;
  }
}
.ttl.border_anime {
  color: #334e7e;
  display: inline;
  padding-bottom: 25px;
  background-position: left 0% center;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f7b400 50%);
  transition: background-position 0.3s ease 0s;
}
@media (max-width: 599px) {
  .ttl {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.top_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 599px) {
  .top_btn {
    bottom: 90px;
    right: 23px;
  }
}
.top_btn .top_btn_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_btn img {
  width: 50%;
  margin: 0 auto 3px;
  display: block;
}
.top_btn p {
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.top_btn.active {
  opacity: 1;
}

.step_number {
  margin-top: 50px;
  position: relative;
}
.step_number h2.title_reception {
  max-width: 396px;
  width: 100%;
  margin: 0 auto 70px;
}
@media (max-width: 599px) {
  .step_number h2.title_reception {
    max-width: 292px;
    margin: 0 auto 35px;
  }
}
.step_number h2.title_reception img {
  width: 100%;
}
.step_number .right {
  width: 108%;
}
@media (max-width: 599px) {
  .step_number .right {
    width: 100%;
  }
}

.step_number .right .inner {
  width: 100%;
  margin: 30px 0 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step_number .right .inner .item1 {
  width: 36.6%;
  margin-bottom: 10px;
}

.step_number .right .inner .item2 {
  width: 23.8%;
}

@media (max-width: 599px) {
  .step1 .right .inner .item1 {
    width: 48%;
    margin-bottom: 10px;
  }
  .step1 .right .inner .item2 {
    width: 32%;
    margin: 0 auto;
  }
}
.mv_video {
  height: 100%;
  width: 100%;
}
@media (max-width: 599px) {
  .mv_video {
    display: none;
  }
}
.mv_video video {
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.movie {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-width: 100vw;
  width: auto;
  height: auto;
  z-index: -100;
}
.movie:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 78, 126, 0.5);
  background-image: radial-gradient(#00adcc 20%, transparent 30%), radial-gradient(#00adcc 50%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.slick-prev,
.slick-next {
  top: 80%;
  z-index: 1000;
}
.slick-prev::before,
.slick-next::before {
  background-color: transparent;
  font-size: 20px;
}
@media (max-width: 599px) {
  .slick-prev::before,
  .slick-next::before {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .slick-prev,
  .slick-next {
    width: 15px;
    padding: 0;
  }
}

.slick-prev {
  left: 8px;
}
@media (max-width: 599px) {
  .slick-prev {
    left: 2px;
  }
}

.slick-prev::before {
  content: url(../images/arrow_l.svg);
}

.slick-next {
  right: 30px;
}
@media (max-width: 599px) {
  .slick-next {
    right: 2px;
  }
}

.slick-next::before {
  content: url(../images/arrow_r.svg);
}

/* header */
header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  transition: 0.3s;
}
header.active {
  opacity: 1;
}
header .red_btn {
  background-color: #ff4242;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  header .red_btn {
    display: none;
  }
}
header .red_btn img {
  width: 50px;
  margin-top: 10px;
  display: block;
}
header nav {
  padding-right: 10px;
}
header nav li {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
header nav li a {
  color: #fff;
}
@media (max-width: 599px) {
  header nav li a {
    font-size: 14px;
  }
}
header .header_inner_shoplist {
  position: fixed;
  width: 30%;
  height: 100%;
  transition: 700ms;
  right: -100%;
  top: 0;
  background-color: #d8c1ac;
  padding: 20px;
}
@media (max-width: 599px) {
  header .header_inner_shoplist {
    width: 100%;
    padding-top: 40px;
  }
}
header .header_inner_shoplist .header_inner_shoplist_ttl {
  text-align: center;
}
header .header_inner_shoplist .header_inner_shoplist_ttl p {
  font-size: 28px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
header .header_inner_shoplist ul li {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
header .header_inner_shoplist ul li::after {
  content: url(../images/shoplist_arrow.png);
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%) scale(0.5);
}
header .header_inner_shoplist ul li img {
  display: block;
  margin: 0 auto;
}
header .header_inner_shoplist ul li:nth-child(1) img {
  width: 65%;
}
header .header_inner_shoplist ul li:nth-child(2) img {
  width: 50%;
}
header .header_inner_shoplist ul li:nth-child(3) img {
  width: 60%;
}
header .header_inner_shoplist ul li:nth-child(4) img {
  width: 65%;
}
header .header_inner_shoplist ul li:nth-child(4) img {
  width: 80%;
}

.menu_btn {
  margin: 10px auto 20px;
  display: block;
  width: 60px;
  height: 30px;
  position: relative;
  z-index: 4000;
}
@media (max-width: 599px) {
  .menu_btn {
    margin-bottom: 0;
  }
}
.menu_btn span {
  display: inline-block;
  height: 2px;
  width: 35px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.menu_btn span:nth-child(1) {
  top: 4px;
}
.menu_btn span:nth-child(2) {
  top: 12px;
}
.menu_btn span:nth-child(3) {
  top: 20px;
}

.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(25deg);
  top: 50% !important;
  left: 50%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-25deg);
  top: 50% !important;
  left: 50%;
}

.open .header_inner_shoplist {
  right: 0 !important;
}

/* footer */
footer {
  margin: 0;
  background-color: #eaded3;
}
footer .footer_shops {
  background-color: #d8c1ac;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  footer .footer_shops {
    margin-bottom: 20px;
  }
}
footer .footer_shops .footer_shops_row {
  gap: 40px;
}
@media (max-width: 599px) {
  footer .footer_shops .footer_shops_row {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  footer .footer_shops ul {
    justify-content: center;
  }
}
footer .footer_shops li {
  width: 18%;
}
@media (max-width: 599px) {
  footer .footer_shops li {
    width: 46%;
    margin-right: 35px;
    margin-bottom: 20px;
  }
}
footer .footer_shops li:nth-child(1) {
  width: 12%;
}
@media (max-width: 599px) {
  footer .footer_shops li:nth-child(1) {
    width: 34%;
  }
}
@media (max-width: 599px) {
  footer .footer_shops li:nth-child(2) {
    margin-right: 0;
  }
}
footer .footer_shops li:nth-child(3) {
  width: 15%;
}
@media (max-width: 599px) {
  footer .footer_shops li:nth-child(3) {
    width: 36%;
  }
}
footer .footer_shops li:nth-child(4) {
  width: 15%;
}
@media (max-width: 599px) {
  footer .footer_shops li:nth-child(4) {
    width: 46%;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  footer .footer_shops li:nth-child(5) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
footer .footer_logo {
  width: 200px;
  margin: 0 auto 20px;
}
footer .footer_text {
  text-align: center;
  color: #334e7e;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  footer .footer_text {
    font-size: 14px;
  }
}
footer .footer_contact {
  padding: 10px 20px;
  border: 1px solid #334e7e;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto 50px;
  color: #334e7e;
}
@media (max-width: 599px) {
  footer .footer_contact {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
footer .footer_contact .footer_contact1 {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  border-right: 1px solid #334e7e;
}
footer .footer_sns {
  width: 50px;
  margin: 0 auto 30px;
}
footer .copyright {
  text-align: center;
  padding-bottom: 20px;
}
footer .copyright p {
  color: #d8c1ac;
  font-size: 12px;
}

.cta_fix {
  display: none;
}
@media (max-width: 599px) {
  .cta_fix {
    background-color: #ff4242;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 0;
    text-align: center;
    z-index: 10000;
  }
  .cta_fix a {
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .cta_fix a img {
    width: 30px;
    margin-left: 10px;
    vertical-align: bottom;
  }
}

/* top */
.mv {
  position: relative;
}
@media (max-width: 599px) {
  .mv {
    height: 100vh;
    background: url(../images/mv_bg_sp.jpg) center/cover no-repeat;
  }
}
.mv .logo {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .mv .logo {
    width: 80%;
  }
}
.mv .scroll {
  position: absolute;
  bottom: 60px;
  left: 46.5%;
}
@media (max-width: 599px) {
  .mv .scroll {
    left: 42%;
  }
}
.mv .scroll p {
  color: #fff;
  position: relative;
}
.mv .scroll p::after {
  content: url(../images/scroll_arrow.png);
  position: absolute;
  bottom: -60px;
  left: 40%;
  transform: scale(0.5);
}

.about {
  background: url(../images/bg_about.png) left/cover no-repeat;
  padding: 50px 0 100px;
}
@media (max-width: 599px) {
  .about {
    padding-bottom: 50px;
  }
}
.about .inner {
  position: relative;
  width: 1200px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about .inner {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .about .inner {
    margin: 0 auto;
  }
}
.about .row .left,
.about .row .right {
  width: 48%;
}
@media (max-width: 599px) {
  .about .row .left,
  .about .row .right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .row .left .txt_center {
    text-align: center;
  }
}
.about .row .left p {
  color: #334e7e;
  margin-bottom: 30px;
}
.about .row .left .sp_db {
  margin-top: 20px;
}
.about .row .right {
  overflow-x: hidden;
}
.about .about_item1 {
  width: 150px;
  position: absolute;
  left: -110px;
  top: -80px;
}
@media (max-width: 599px) {
  .about .about_item1 {
    width: 80px;
    left: 0px;
    top: -20px;
  }
}
.about .about_row {
  width: 768px !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about .about_row {
    width: 90% !important;
  }
}
.about .about_row .about_row_item {
  width: 48%;
  margin-bottom: 30px;
}
.about .about_row .about_row_item p {
  color: #334e7e;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

.about .inner2 {
  margin: 0 auto 40px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .about .inner2 {
    width: 90%;
  }
}

.about .inner2 .item1 {
  width: 36.6%;
}

.about .inner2 .item2 {
  width: 23.8%;
}

@media (max-width: 599px) {
  .about .inner2 {
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
  .about .inner2 .item1 {
    width: 48%;
    margin-bottom: 15px;
  }
  .about .inner2 .item2 {
    width: 32%;
    margin: 0 auto;
  }
}
.insta {
  background: url(../images/wave.png) top/cover no-repeat;
  margin-top: -80px;
  padding: 100px 0px 50px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .insta {
    padding-top: 80px;
    margin-top: -40px;
    background: url(../images/wave_sp.png) top/cover no-repeat;
  }
}
.insta .inner {
  position: relative;
}
@media (max-width: 768px) {
  .insta .inner {
    width: 90%;
  }
}
.insta .ttl {
  text-align: center;
}
.insta .insta_hash {
  margin-bottom: 30px;
}
.insta .insta_hash .insta_hash_item {
  background-color: #d2e5f5;
  width: 150px;
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.insta .insta_hash .insta_hash_item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  width: 2px;
  height: 100%;
  background-color: #00adcc;
}
@media (max-width: 599px) {
  .insta .insta_hash .insta_hash_item {
    margin-bottom: 20px;
  }
}
.insta .insta_hash .insta_hash_item p {
  padding: 10px 0;
  color: #00adcc;
  font-weight: bold;
}
.insta .insta_list li {
  width: 32%;
  margin-bottom: 20px;
}
.insta .insta_item1 {
  width: 60px;
  position: absolute;
  left: -70px;
  top: 160px;
}
@media (max-width: 768px) {
  .insta .insta_item1 {
    width: 50px;
  }
}
@media (max-width: 599px) {
  .insta .insta_item1 {
    width: 30px;
    left: 0px;
    top: -20px;
  }
}
.insta .insta_item2 {
  width: 200px;
  position: absolute;
  right: -220px;
  bottom: 0;
}
@media (max-width: 768px) {
  .insta .insta_item2 {
    width: 70px;
    right: -10px;
    top: 50px;
  }
}

.guide .guide_bg1 {
  padding: 0;
}
.guide h2.guide_ttl {
  max-width: 364px;
  width: 100%;
  margin: 50px auto 50px;
}
.guide h2.guide_ttl img {
  width: 100%;
}
@media (max-width: 599px) {
  .guide h2.guide_ttl {
    max-width: 291px;
    margin-bottom: 20px;
  }
}
.guide h2.guide_ttl p {
  color: #fff;
}
.guide h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .guide h3 {
    font-size: 20px;
  }
}
.guide table {
  width: 1200px;
  border: 1px solid #4fbcd1;
  vertical-align: center;
  background: #fff;
  border-spacing: 0;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .guide table {
    width: 600px;
  }
}
.guide table .cell1 {
  width: 16%;
  background: #009ebd;
  border: 1px solid #4fbcd1;
  font-size: 36px;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .guide table .cell1 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .guide table .cell1 {
    padding: 10px 0;
    font-size: 18px;
  }
}
.guide table .cell2 {
  width: 28%;
  background: #c0d3e3;
  border: 1px solid #4fbcd1;
  font-size: 36px;
  letter-spacing: 5px;
  color: #334e7e;
  padding: 20px 0;
  line-height: 30px;
}
@media (max-width: 768px) {
  .guide table .cell2 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .guide table .cell2 {
    width: 25%;
    padding: 10px 0;
    line-height: 25px;
    font-size: 20px;
  }
}
.guide table .cell2 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .guide table .cell2 span {
    font-size: 14px;
  }
}
.guide table .diagonal {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #4fbcd1 50%, #4fbcd1 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.guide table td {
  border: 1px solid #4fbcd1;
  padding: 60px 0;
  text-align: center;
}
.guide table td p {
  color: #334e7e;
  font-size: 18px;
}
@media (max-width: 768px) {
  .guide table td p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .guide table td {
    padding: 10px 0;
  }
}
.guide table td img {
  max-width: 253px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .guide table td img {
    max-width: 180px;
  }
}
@media (max-width: 599px) {
  .guide table td img {
    max-width: 130px;
  }
}
.guide .bbq_included {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .guide .bbq_included {
    display: block;
  }
}
.guide .bbq_included .title_bbq_included {
  width: 28%;
  background: #c0d3e3;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #334e7e;
  padding: 15px 0;
}
@media (max-width: 599px) {
  .guide .bbq_included .title_bbq_included {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }
}
.guide .bbq_included .bbq_included_list {
  width: 72%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #334e7e;
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 599px) {
  .guide .bbq_included .bbq_included_list {
    width: 100%;
    padding: 20px;
  }
}
.guide .bbq_included2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .guide .bbq_included2 {
    display: block;
  }
}
.guide .bbq_included2 .title_bbq_included {
  width: 28%;
  background: #c0d3e3;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #334e7e;
  padding: 15px 0;
}
@media (max-width: 599px) {
  .guide .bbq_included2 .title_bbq_included {
    width: 100%;
  }
}
.guide .bbq_included2 .bbq_included_list {
  width: 72%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #334e7e;
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 599px) {
  .guide .bbq_included2 .bbq_included_list {
    width: 100%;
    padding: 20px;
  }
}
.guide .bbq_option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 599px) {
  .guide .bbq_option {
    display: block;
    margin-bottom: 20px;
  }
}
.guide .bbq_option.bbq_option_column01 {
  justify-content: center;
}
@media (max-width: 768px) {
  .guide .bbq_option.bbq_option_column01 {
    margin-bottom: 35px;
  }
}
.guide .bbq_option.bbq_option_column01 .option p {
  line-height: 1;
}
.guide .bbq_option.bbq_option_column01 .caption {
  font-size: 14px;
  font-weight: normal;
  color: #334e7e;
  padding-bottom: 20px;
}
.guide .bbq_option .option {
  width: 49%;
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .guide .bbq_option .option {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .guide .bbq_option .option:last-child {
    margin-bottom: 0;
  }
}
.guide .bbq_option .option p {
  font-size: 30px;
  color: #334e7e;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}
.guide .bbq_option .option p span {
  color: #ff4e7e;
}
@media (max-width: 599px) {
  .guide .bbq_option .option p {
    font-size: 24px;
  }
}
.guide .step1_row .step1_row_left {
  width: 47%;
}
@media (max-width: 599px) {
  .guide .step1_row .step1_row_left {
    width: 100%;
  }
}
.guide .step1_row .step1_row_right {
  width: 50%;
}
@media (max-width: 599px) {
  .guide .step1_row .step1_row_right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .guide .step1_row .step1_row_left {
    margin-bottom: 20px;
  }
}
.guide .step1_row .step1_row_right {
  position: relative;
}
.guide .step1_row .step1_row_right .bill_item1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 428px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .guide .step1_row .step1_row_right .bill_item1 {
    width: 350px;
  }
}
@media (max-width: 599px) {
  .guide .step1_row .step1_row_right .bill_item1 {
    width: 150px;
    left: auto;
    right: -80px;
    bottom: -20px;
  }
}
.guide .step_list {
  width: 68%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media (max-width: 768px) {
  .guide .step_list {
    width: 100%;
  }
}
.guide .step_list .step_item {
  width: 19%;
  background-color: #fff;
  padding-bottom: 10px;
  position: relative;
}
.guide .step_list .step_item::after {
  content: url(../images/arrow_bottom_blue.png);
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: scale(0.5) translateX(-50%);
}
@media (max-width: 599px) {
  .guide .step_list .step_item::after {
    bottom: 25%;
    left: 90%;
    transform: scale(0.4) translateX(-50%);
  }
}
.guide .step_list .step_item:last-child {
  cursor: auto;
}
.guide .step_list .step_item:last-child::after {
  content: none;
}
.guide .step_list .step_item:last-child::after:hover {
  opacity: 1;
}
.guide .step_list .step_item:last-child:hover {
  opacity: 1;
}
.guide .step_list .step_item:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .guide .step_list .step_item {
    width: 100%;
    display: flex;
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.guide .step_list .step_item .step_ttl {
  background: url(../images/border_bg_blue.png) center/cover no-repeat;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .guide .step_list .step_item .step_ttl {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 10px 0;
  }
}
.guide .step_list .step_item .step_ttl p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 599px) {
  .guide .step_list .step_item .step_ttl p {
    font-size: 16px;
  }
}
.guide .step_list .step_item .step_ttl p span {
  font-size: 20px;
}
.guide .step_list .step_item .step_icon {
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 599px) {
  .guide .step_list .step_item .step_icon {
    background-color: #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .guide .step_list .step_item .step_icon img {
    width: 50%;
    margin: 0 auto 20px;
    display: block;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .guide .step_list .step_item .step_icon img {
    width: 18%;
    margin-right: 10px;
  }
}
.guide .step_list .step_item .step_icon img {
  margin-bottom: 10px;
}
.guide .step_list .step_item .step_text {
  color: #334e7e;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .guide .step_list .step_item .step_text {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
}
.guide .guide_bg2 {
  padding: 200px 0 50px;
}
@media (max-width: 768px) {
  .guide .guide_bg2 {
    padding-top: 100px;
  }
}
.guide .guide_bg2 .step2 {
  margin-bottom: 0;
  overflow: hidden;
}
.guide .guide_bg2 .step2 .right {
  position: relative;
}
.guide .guide_bg2 .step2 .step2_item1 {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: -50px;
}
@media (max-width: 599px) {
  .guide .guide_bg2 .step2 .step2_item1 {
    width: 100px;
    left: -20px;
  }
}
.guide .step3 {
  margin-top: 0;
  margin-bottom: 0;
}
.guide .step3 .step3_bg {
  padding: 0;
  margin-bottom: 0;
}
.guide .step3 .step3_bg .ingredients {
  max-width: 728px;
  width: 100%;
  height: 278px;
  position: relative;
  margin: 0 auto -70px;
}
.guide .step3 .step3_bg .ingredients h2 {
  max-width: 241px;
  padding: 126px 0 0 0;
  margin: 0 auto;
}
.guide .step3 .step3_bg .ingredients h2 img {
  width: 100%;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients h2 {
    max-width: 192px;
    margin: 0 auto;
  }
}
.guide .step3 .step3_bg .ingredients .parasol {
  width: 226px;
  height: 278px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients .parasol {
    width: 100px;
    height: 124px;
    top: 100px;
  }
}
.guide .step3 .step3_bg .ingredients_base {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients_base {
    display: block;
    margin-bottom: 0;
  }
}
.guide .step3 .step3_bg .ingredients_base:first-child {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients_base:first-child {
    margin-top: 20px;
  }
}
.guide .step3 .step3_bg .ingredients_base .ingredients_detail {
  width: 48.5%;
  padding: 35px 30px;
  background: #ddeeff;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients_base .ingredients_detail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.guide .step3 .step3_bg .ingredients_base .ingredients_detail p.ingredients_name {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #334e7e;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients_base .ingredients_detail p.ingredients_name {
    font-size: 24px;
  }
}
.guide .step3 .step3_bg .ingredients_base .ingredients_detail p.ingredients_price {
  max-width: 213px;
  width: 100%;
  margin: 0 auto;
}
.guide .step3 .step3_bg .ingredients_base .ingredients_detail p.ingredients_photo {
  width: 100%;
  margin-bottom: 10px;
}
.guide .step3 .step3_bg .ingredients_base .ingredients_detail p.ingredients_read {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #334e7e;
}
.guide .step3 .step3_bg .ingredients_banner {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 40px auto;
}
@media (max-width: 599px) {
  .guide .step3 .step3_bg .ingredients_banner {
    margin: 10px auto 30px auto;
    width: 90%;
  }
}
.guide .step3 .step3_btnsbox {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 0;
}
@media (max-width: 599px) {
  .guide .step3 .step3_btnsbox {
    margin-bottom: 50px;
  }
}
.guide .step3 .step3_btnsbox h4, .guide .step3 .step3_btnsbox p {
  color: #334e7e;
  text-align: center;
}
.guide .step3 .step3_btnsbox h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.guide .step3 .step3_btnsbox h4::before {
  content: url(../images/texttop_item_blue.png);
  position: absolute;
  left: 33.5%;
  top: -80px;
  transform: scale(0.3) translate(-50%, -50%);
}
@media (max-width: 599px) {
  .guide .step3 .step3_btnsbox h4::before {
    left: 16%;
  }
}
.guide .step3 .step3_btnsbox p {
  margin-bottom: 20px;
}
.guide .step3 .step3_btnsbox .row a {
  background-color: #ff4242;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  width: 40%;
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.guide .step3 .step3_btnsbox .row a::after {
  content: url(../images/arrow_right_white.png);
  position: absolute;
  top: 25%;
  right: 10px;
  transform: scale(0.4) translateY(-50%);
}
.guide .step3 .step3_btnsbox .row a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .guide .step3 .step3_btnsbox .row a {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .guide .step3 .step3_btnsbox .row a:last-child {
    margin-bottom: 0;
  }
}
.guide .step3 .step3_ingredients {
  padding: 0;
  margin-bottom: 0;
}
.guide .step3 .step3_ingredients .step3_ingredients_bg {
  padding-top: 50px;
}
.guide .step3 .step3_ingredients .step3_meat {
  background: url(../images/meat_bg.png) right/cover no-repeat;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_meat {
    background: url(../images/meat_bg_sp.png) right/cover no-repeat;
  }
}
.guide .step3 .step3_ingredients .step3_meat h4 {
  color: #ff4910;
  border-bottom: 3px solid #ff4910;
  font-size: 25px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_meat h4 {
    font-size: 20px;
  }
}
.guide .step3 .step3_ingredients .step3_meat h4 span {
  font-family: "Ryumin ExtraBold KL";
  font-size: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_meat h4 span {
    font-size: 35px;
  }
}
.guide .step3 .step3_ingredients .step3_seafood {
  background: url(../images/seafood_bg.png) left/cover no-repeat;
  margin-left: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_seafood {
    background: url(../images/seafood_bg_sp.png) left/cover no-repeat;
  }
}
.guide .step3 .step3_ingredients .step3_seafood h4 {
  color: #006ce2;
  border-bottom: 3px solid #006ce2;
  font-size: 30px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_seafood h4 {
    font-size: 20px;
  }
}
.guide .step3 .step3_ingredients .step3_seafood h4 span {
  font-family: "Ryumin ExtraBold KL";
  font-size: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_seafood h4 span {
    font-size: 35px;
  }
}
.guide .step3 .step3_ingredients .step3_seafood .right {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_seafood .right {
    padding-left: 0;
  }
}
.guide .step3 .step3_ingredients .step3_vegetables {
  background: url(../images/vegetables_bg.png) right/cover no-repeat;
  position: relative;
}
.guide .step3 .step3_ingredients .step3_vegetables .item_shark_stingray {
  width: 360px;
  position: absolute;
  top: 80px;
  right: -200px;
}
@media (max-width: 1024px) {
  .guide .step3 .step3_ingredients .step3_vegetables .item_shark_stingray {
    width: 200px;
    position: absolute;
    top: 70px;
    right: -50px;
  }
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_vegetables .item_shark_stingray {
    width: 250px;
    top: 260px;
    right: 0;
  }
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_vegetables .item_shark_stingray {
    width: 170px;
    top: 230px;
    right: -10px;
  }
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_vegetables {
    background: url(../images/vegetables_bg_sp.png) right/cover no-repeat;
  }
}
.guide .step3 .step3_ingredients .step3_vegetables h4 {
  color: #009b27;
  border-bottom: 3px solid #009b27;
  font-size: 25px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_vegetables h4 {
    font-size: 20px;
  }
}
.guide .step3 .step3_ingredients .step3_vegetables h4 span {
  font-family: "Ryumin ExtraBold KL";
  font-size: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_vegetables h4 span {
    font-size: 35px;
  }
}
.guide .step3 .step3_ingredients .step3_drink {
  background: url(../images/drink_bg.png) left/cover no-repeat;
  margin-left: auto;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_drink {
    margin-bottom: 0 !important;
    background: url(../images/drink_bg_sp.png) left/cover no-repeat;
  }
}
.guide .step3 .step3_ingredients .step3_drink h4 {
  color: #f76900;
  border-bottom: 3px solid #f76900;
  font-size: 25px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_drink h4 {
    font-size: 20px;
  }
}
.guide .step3 .step3_ingredients .step3_drink h4 span {
  font-family: "Ryumin ExtraBold KL";
  font-size: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_drink h4 span {
    font-size: 35px;
  }
}
.guide .step3 .step3_ingredients .step3_drink .right {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_drink .right {
    padding-left: 0;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient {
  margin-bottom: 50px;
  width: 1200px;
  padding: 70px 20px 20px;
}
@media (max-width: 1200px) {
  .guide .step3 .step3_ingredients .step3_ingredient {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient {
    width: 97%;
    padding: 30px 20px 20px;
    padding-left: 10px;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient h4 {
  font-size: 36px;
  display: inline;
  margin-bottom: 10px;
  font-size: 25px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_ingredient h4 {
    font-size: 20px;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient h4 span {
  font-family: "Ryumin ExtraBold KL";
  font-size: 40px;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_ingredient h4 span {
    font-size: 35px;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .left {
  width: 60%;
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .left {
    width: 100%;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .left .step3_ingredient_row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .left .step3_ingredient_row.sp_dn {
    display: none;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .left .step3_ingredient_row .step3_ingredient_img {
  width: 48%;
}
.guide .step3 .step3_ingredients .step3_ingredient .right {
  width: 38%;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right .txt_right {
    text-align: right;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .right p {
  margin-top: 10px;
  color: #334e7e;
  font-size: 14px;
}
.guide .step3 .step3_ingredients .step3_ingredient .right .yellow_border {
  font-size: 30px;
  font-weight: bold;
  display: inline;
  padding-bottom: 20px;
  background-position: left 0% center;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f7b400 50%);
  transition: background-position 0.3s ease 0s;
}
@media (max-width: 599px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right .yellow_border {
    font-size: 23px;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row.sp_db {
  display: none;
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row.sp_db {
    display: flex;
  }
}
@media (max-width: 768px) {
  .guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row.sp_dn {
    display: none;
  }
}
.guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row .step3_ingredient_img {
  width: 48%;
}
.guide .step3 .step3_ingredients .step3_ingredient .right .step3_ingredient_row .right .sp_db {
  display: none;
}
.guide .step4 {
  padding: 80px 0 100px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .guide .step4 {
    padding: 100px 0 100px;
  }
}
.guide .step4 .right {
  position: relative;
}
.guide .step4 .right h2 {
  max-width: 396px;
  width: 100%;
  margin: 0 auto 35px;
  position: relative;
}
@media (max-width: 599px) {
  .guide .step4 .right h2 {
    max-width: 292px;
  }
}
.guide .step4 .right h2 img {
  width: 100%;
}
.guide .step4 .right h2 .illust_sp {
  width: 239px;
  height: 208px;
  position: absolute;
  right: -228px;
  top: -84px;
}
@media (max-width: 768px) {
  .guide .step4 .right h2 .illust_sp {
    width: 180px;
    height: 208px;
    position: absolute;
    right: -180px;
    top: -20px;
  }
}
@media (max-width: 599px) {
  .guide .step4 .right h2 .illust_sp {
    max-width: 120px;
    right: -25px;
    top: -90px;
  }
}
.guide .step4 .right .step4_item1 {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 70px;
}
@media (max-width: 768px) {
  .guide .step4 .right .step4_item1 {
    width: 40px;
    left: 300px;
    bottom: 85px;
  }
}
.guide .step4 .step4_right_row .step4_right_img {
  width: 48%;
}
.guide .step4 .step4_list {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .guide .step4 .step4_list {
    margin-top: 30px;
  }
}
.guide .step4 .step4_list .step4_item1,
.guide .step4 .step4_list .step4_item3 {
  width: 22.25%;
}
.guide .step4 .step4_list .step4_item2 {
  width: 51.5%;
}
@media (max-width: 599px) {
  .guide .step4 .step4_list_pc {
    display: none;
  }
}
.guide .step4 .step4_list_sp {
  display: none;
}
@media (max-width: 599px) {
  .guide .step4 .step4_list_sp {
    display: block;
  }
}
.guide .step4 .step4_list_sp .row {
  margin-bottom: 20px;
}
.guide .step4 .step4_list_sp .row .step4_item {
  width: 48%;
}
.guide .step4 .step4_list_sp .step4_item2 {
  width: 100%;
}

@media (max-width: 599px) {
  .guide .step1_row .step1_row_left,
  .guide .step1_row .step1_row_right {
    width: 100%;
  }
  .step1 .right .inner .item1 {
    width: 48%;
    margin-bottom: 10px;
  }
  .step1 .right .inner .item2 {
    width: 32%;
    margin: 0 auto;
  }
  .step3 .right .inner {
    width: 100%;
    margin: 70px 0 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .step3 .right .inner .item1 {
    width: 48%;
    margin-bottom: 20px;
  }
  .step3 .right .inner .item2 {
    width: 32%;
  }
  .guide .step4 .step4_list {
    margin-top: 30px;
  }
  .step4 .right .inner .item2 {
    width: 48%;
    margin-bottom: 20px;
  }
}
.bbq {
  padding: 0;
  background: url(../images/bg_about.png) left/cover no-repeat;
}
@media (max-width: 768px) {
  .bbq {
    padding-bottom: 50px;
  }
}
.bbq .row {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .bbq .row {
    flex-wrap: wrap;
  }
}
.bbq .left {
  width: 40%;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .bbq .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bbq .left p {
  margin-top: 20px;
  color: #334e7e;
}
.bbq .right {
  width: 58%;
  position: relative;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  .bbq .right {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .bbq .right {
    width: 100%;
  }
}
.bbq .right .welcome_item {
  width: 150px;
  position: absolute;
  top: -15%;
  left: 50%;
}
@media (max-width: 599px) {
  .bbq .right .welcome_item {
    width: 100px;
  }
}

.attraction {
  background: url(../images/attraction_bg.png) center/cover no-repeat;
  padding: 100px 0 50px;
}
@media (max-width: 599px) {
  .attraction {
    padding: 50px 0;
  }
}
.attraction .inner2 {
  margin: 40px auto 40px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .attraction .inner2 {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .attraction .inner2 {
    width: 90%;
    flex-wrap: wrap;
  }
}
.attraction .inner2 .item {
  width: 23.8%;
}
@media (max-width: 599px) {
  .attraction .inner2 .item {
    width: 48%;
    margin-bottom: 20px;
  }
}
.attraction .attraction_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #334e7e;
}
@media (max-width: 599px) {
  .attraction .attraction_ttl {
    display: none;
  }
}
.attraction .attraction_ttl span {
  font-size: 28px;
  display: inline;
  padding-bottom: 25px;
  background-position: left -100% center;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
  transition: background-position 0.3s ease 0s;
}
.attraction .left {
  width: 68%;
  position: relative;
}
@media (max-width: 599px) {
  .attraction .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.attraction .left .attraction_ttl {
  display: none;
}
@media (max-width: 599px) {
  .attraction .left .attraction_ttl {
    display: inline;
  }
}
.attraction .left .attraction_left_img {
  position: relative;
}
@media (max-width: 599px) {
  .attraction .left .attraction_left_img {
    margin-top: 30px;
  }
}
.attraction .left .attraction_left_img .attraction_item {
  width: 100px;
  position: absolute;
  left: -20px;
  top: -40px;
}
@media (max-width: 599px) {
  .attraction .left .attraction_left_img .attraction_item {
    width: 35px;
    left: 310px;
    top: -100px;
  }
}
.attraction .right {
  width: 30%;
  color: #334e7e;
}
@media (max-width: 599px) {
  .attraction .right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .attraction .right .attraction_ttl {
    display: none;
  }
}
.attraction .right .attraction_text {
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .attraction .right .attraction_text {
    margin-bottom: 10px;
  }
}
.attraction .right .attraction_text span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media (max-width: 599px) {
  .attraction .right .attraction_text span {
    display: inline;
  }
}
@media (max-width: 599px) {
  .attraction .right .attraction_right_img {
    width: 70%;
    margin: 0 auto;
  }
}

.terrace {
  padding: 50px 0 150px;
}
@media (max-width: 599px) {
  .terrace {
    padding-bottom: 100px;
  }
}
.terrace .terrace_left,
.terrace .terrace_right {
  width: 35%;
}
@media (max-width: 599px) {
  .terrace .terrace_left,
  .terrace .terrace_right {
    width: 100%;
    display: none;
  }
}
.terrace .terrace_left img,
.terrace .terrace_right img {
  background-color: #fff;
  padding: 3px;
}
@media (max-width: 599px) {
  .terrace .terrace_left {
    margin-bottom: 20px;
  }
}
.terrace .terrace_center {
  width: 25%;
}
@media (max-width: 599px) {
  .terrace .terrace_center {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .terrace .terrace_center .terrace_ttl {
    margin-bottom: 20px;
  }
}
.terrace .terrace_center .terrace_ttl img {
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .terrace .terrace_center .terrace_ttl img {
    width: 60%;
    margin: 0 auto 10px;
    display: block;
  }
}
.terrace .terrace_center .terrace_ttl p {
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  .terrace .terrace_center_pc {
    display: none;
  }
}
.terrace .terrace_center_sp {
  display: none;
}
@media (max-width: 599px) {
  .terrace .terrace_center_sp {
    display: block;
  }
}
.terrace .terrace_slide {
  display: none;
}
@media (max-width: 599px) {
  .terrace .terrace_slide {
    display: block;
  }
}
.terrace .terrace_slide li {
  padding: 0 15px;
}
.terrace .terrace_slide img {
  background-color: #fff;
  padding: 3px;
}
.terrace .terrace_slide .slick-prev,
.terrace .terrace_slide .slick-next {
  top: 50%;
  z-index: 1000;
}
.terrace .terrace_slide .slick-prev::before,
.terrace .terrace_slide .slick-next::before {
  background-color: transparent;
  font-size: 20px;
}
@media (max-width: 599px) {
  .terrace .terrace_slide .slick-prev::before,
  .terrace .terrace_slide .slick-next::before {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .terrace .terrace_slide .slick-prev,
  .terrace .terrace_slide .slick-next {
    width: 15px;
    padding: 0;
  }
}
.terrace .terrace_slide .slick-prev {
  left: 8px;
}
@media (max-width: 599px) {
  .terrace .terrace_slide .slick-prev {
    left: -5px;
  }
}
.terrace .terrace_slide .slick-prev::before {
  content: url(../images/arrow_l.svg);
}
.terrace .terrace_slide .slick-next {
  right: 30px;
}
@media (max-width: 599px) {
  .terrace .terrace_slide .slick-next {
    right: -5px;
  }
}
.terrace .terrace_slide .slick-next::before {
  content: url(../images/arrow_r.svg);
}

.terrace .inner2 {
  margin: 80px auto 0;
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.terrace .inner2 .item1 {
  width: 36.6%;
}

.terrace .inner2 .item2 {
  width: 23.8%;
}

@media (max-width: 599px) {
  .terrace .inner {
    width: 90%;
  }
  .terrace .inner2 {
    width: 90%;
  }
}
.facility {
  background: url(../images/wave.png) top/cover no-repeat;
  margin-top: -60px;
  padding: 100px 0px 50px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .facility {
    padding-top: 80px;
    background: url(../images/wave_sp.png) top/cover no-repeat;
  }
}
.facility .row .left {
  width: 40%;
}
@media (max-width: 768px) {
  .facility .row .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.facility .row .left .facility_left_row {
  display: flex;
}
.facility .row .left .facility_left_row .facility_left_img {
  width: 50px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .facility .row .left .facility_left_row .facility_left_img {
    width: 40px;
  }
}
.facility .row .left .facility_left_row .facility_left_text .facility_ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.facility .row .left .facility_left_row .facility_left_list {
  margin-bottom: 20px;
}
.facility .row .left .facility_left_row .facility_left_list li {
  background-color: #fff;
  padding: 5px;
  color: #334e7e;
  font-weight: bold;
  margin-bottom: 10px;
  display: table;
}
@media (max-width: 599px) {
  .facility .row .left .facility_left_row .facility_left_list li {
    font-size: 14px;
  }
}
.facility .row .left .facility_left_row .hours {
  color: #fff;
  font-size: 12px;
}
.facility .row .left .facility_left_row .hours span {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.facility .row .right {
  width: 58%;
}
@media (max-width: 768px) {
  .facility .row .right {
    width: 100%;
  }
}
.facility .row .right .facility_price_list {
  margin-bottom: 20px;
}
.facility .row .right .facility_price_list li {
  width: 32%;
  background-color: #fff;
  color: #334e7e;
  padding: 10px;
}
@media (max-width: 599px) {
  .facility .row .right .facility_price_list li {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .facility .row .right .facility_price_list li:last-child {
    margin-bottom: 0;
  }
}
.facility .row .right .facility_price_list li .facility_price_name {
  font-size: 32px;
  color: #334e7e;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 599px) {
  .facility .row .right .facility_price_list li .facility_price_name {
    padding-top: 10px;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    line-height: 1.2;
  }
}
.facility .row .right .facility_price_list li .facility_price_name span {
  font-size: 14px;
  font-weight: normal;
}
.facility .row .right .facility_price_list li .facility_price_box {
  background: url(../images/border_bg_yellow.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 599px) {
  .facility .row .right .facility_price_list li .facility_price_box {
    width: 63%;
    padding: 10px 0;
  }
}
.facility .row .right .facility_price_list li .facility_price_box .facility_price {
  font-size: 48px;
  font-weight: bold;
}
.facility .row .right .facility_price_list li .facility_price_box .facility_price_zeikomi {
  font-size: 13px;
  line-height: 1;
}
.facility .row .right .facility_price_list li .facility_price_box .facility_price_en {
  font-size: 28px;
  display: block;
}
.facility .row .right .facility_price_other .facility_price_other_ttl {
  border: 1px solid #fff;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.facility .row .right .facility_price_other .facility_price_other_text {
  color: #fff;
}

.bbq_menu {
  color: #334e7e;
}
@media (max-width: 599px) {
  .bbq_menu {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .bbq_menu .row {
    flex-direction: column-reverse;
  }
}
.bbq_menu .row .left {
  width: 65%;
}
@media (max-width: 599px) {
  .bbq_menu .row .left {
    width: 100%;
  }
}
.bbq_menu .row .right {
  width: 33%;
}
@media (max-width: 599px) {
  .bbq_menu .row .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bbq_menu .bbq_menu_item {
  background: url(../images/bbq_menu_item_bg.png) left/cover no-repeat;
  padding: 45px 40px 45px 40px;
  margin-bottom: 120px;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item:first-child {
    padding-top: 25px;
  }
}
.bbq_menu .bbq_menu_item:first-child .bbq_menu_ttl {
  color: #334e7e;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item:first-child .bbq_menu_ttl {
    line-height: 1.2;
  }
  .bbq_menu .bbq_menu_item:first-child .bbq_menu_ttl::before {
    left: 10%;
  }
}
.bbq_menu .bbq_menu_item:last-child .bbq_menu_ttl {
  padding-top: 0;
}
.bbq_menu .bbq_menu_item:last-child .bbq_menu_ttl::before {
  content: none;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item {
    padding: 20px;
    padding-bottom: 25px;
  }
}
.bbq_menu .bbq_menu_item .txt_center {
  text-align: center;
  margin-bottom: 20px;
}
.bbq_menu .bbq_menu_item .bbq_menu_ttl {
  font-size: 36px;
  padding-top: 30px;
  line-height: 36px;
}
.bbq_menu .bbq_menu_item .bbq_menu_ttl::before {
  content: url(../images/texttop_item_blue.png);
  position: absolute;
  left: 33%;
  top: -50px;
  transform: scale(0.2) translate(-50%, -50%);
}
@media (max-width: 768px) {
  .bbq_menu .bbq_menu_item .bbq_menu_ttl::before {
    left: 22%;
    top: -45px;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_ttl::before {
    left: 15%;
    top: -65px;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_ttl {
    font-size: 24px;
    padding-top: 10px;
  }
}
.bbq_menu .bbq_menu_item .bbq_menu_row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row {
    flex-wrap: wrap;
  }
}
.bbq_menu .bbq_menu_item .bbq_menu_row .left {
  width: 100%;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box {
  background-color: #fff;
  padding: 20px 30px;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box {
    padding: 10px;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box .row {
    flex-direction: row;
  }
}
.bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box li {
  width: 50%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .left .bbq_menu_box li {
    width: 49%;
    font-size: 14px;
  }
}
.bbq_menu .bbq_menu_item .bbq_menu_row .right {
  width: 37%;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item .bbq_menu_row .right {
    width: 100%;
  }
  .bbq_menu .bbq_menu_item .bbq_menu_row .right img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.bbq_menu .bbq_menu_item2 .bbq_menu_left_row {
  display: flex;
}
@media (max-width: 768px) {
  .bbq_menu .bbq_menu_item2 .bbq_menu_left_row {
    flex-wrap: wrap;
  }
}
.bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_time {
  background: url(../images/border_bg_blue.png) center/cover no-repeat;
  padding: 20px 0;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_time {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_time {
    width: 100%;
    padding: 0;
  }
}
.bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_time p {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_left_drink {
  width: 70%;
  background-color: #fff;
  padding: 35px 20px;
}
@media (max-width: 768px) {
  .bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_left_drink {
    width: 100%;
    padding: 10px;
  }
}
.bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_left_drink p {
  font-weight: bold;
  font-size: 23.5px;
  line-height: 40px;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_item2 .bbq_menu_left_row .bbq_menu_left_drink p {
    font-size: 14px;
    line-height: 24px;
  }
}
.bbq_menu .bbq_menu_right_item1 {
  display: flex;
}
.bbq_menu .bbq_menu_right_item1 .bbq_menu_right_item1_txt {
  color: #fff;
  margin-left: 10px;
}
.bbq_menu .bbq_menu_right_item1 .bbq_menu_right_item1_txt h4 {
  font-size: 24px;
}
.bbq_menu .bbq_menu_right_item1 .bbq_menu_right_item1_txt p {
  font-size: 14px;
}
.bbq_menu .bbq_menu_right_item1 img {
  width: 80px;
}
@media (max-width: 599px) {
  .bbq_menu .bbq_menu_right_item1 img {
    width: 35px;
  }
}
.bbq_menu .bbq_menu_right_item2 {
  width: 150px;
}
@media (max-width: 599px) {
  .bbq_menu .right {
    position: relative;
  }
  .bbq_menu .right .bbq_menu_right_item2 {
    width: 80px;
    position: absolute;
    left: 50px;
    bottom: -10px;
  }
}

.photo {
  background: url(../images/photo_bg.png) center/cover no-repeat;
  padding: 50px 0;
}
@media (max-width: 599px) {
  .photo .photo_slide {
    width: 90%;
    margin: 0 auto;
  }
}
.photo .photo_slide li {
  padding: 0 15px;
}
.photo .photo_slide .slick-prev,
.photo .photo_slide .slick-next {
  top: 50%;
  z-index: 1000;
}
.photo .photo_slide .slick-prev::before,
.photo .photo_slide .slick-next::before {
  background-color: transparent;
  font-size: 20px;
}
@media (max-width: 599px) {
  .photo .photo_slide .slick-prev::before,
  .photo .photo_slide .slick-next::before {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .photo .photo_slide .slick-prev,
  .photo .photo_slide .slick-next {
    width: 15px;
    padding: 0;
  }
}
.photo .photo_slide .slick-prev {
  left: 8px;
}
@media (max-width: 599px) {
  .photo .photo_slide .slick-prev {
    left: -5px;
  }
}
.photo .photo_slide .slick-prev::before {
  content: url(../images/arrow_l.svg);
}
.photo .photo_slide .slick-next {
  right: 30px;
}
@media (max-width: 599px) {
  .photo .photo_slide .slick-next {
    right: -5px;
  }
}
.photo .photo_slide .slick-next::before {
  content: url(../images/arrow_r.svg);
}

.access iframe {
  margin: 0;
  vertical-align: bottom;
}

.terrace {
  padding-bottom: 0;
}

.sango {
  margin-top: 50px;
  padding: 50px 0;
  background: url(../images/wave_bg.png) top/cover no-repeat;
}
.sango .sango_ttl {
  width: 630px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .sango .sango_ttl {
    width: 100%;
  }
}
.sango .sango_text {
  margin-bottom: 20px;
  text-align: center;
}
.sango .sango_text p {
  color: #334e7e;
}
.sango .sango_row {
  margin-bottom: 30px;
}
.sango .sango_left {
  width: 65%;
}
.sango .sango_right {
  width: 31%;
}
.sango .sango_right img {
  margin-bottom: 20px;
}
.sango .sango_right img:last-child {
  margin-bottom: 0;
}
.sango .sango_list li {
  width: 31%;
}
.sango .sango_row_sp {
  display: none;
}
@media (max-width: 599px) {
  .sango .sango_row_sp {
    display: flex;
  }
}
.sango .sango_row_sp li {
  width: 48%;
  margin-bottom: 20px;
}

.museum {
  padding: 50px 0;
  background: url(../images/museum_bg.jpg) center/cover no-repeat;
}
.museum video {
  width: 100%;
}
.museum .museum_ttl {
  width: 600px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .museum .museum_ttl {
    width: 75%;
  }
}
.museum .museum_txt {
  text-align: center;
  margin-bottom: 30px;
}
.museum .museum_txt p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  color: #ffe19d;
}
@media (max-width: 599px) {
  .museum .museum_txt p {
    font-size: 20px;
  }
}
.museum .museum_movie {
  position: relative;
  width: 900px;
  margin: 0 auto 50px;
}
@media (max-width: 1200px) {
  .museum .museum_movie {
    width: 90%;
  }
}
.museum .museum_movie .museum_movie_item {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 200px;
  z-index: 10000;
}
@media (max-width: 599px) {
  .museum .museum_movie .museum_movie_item {
    width: 80px;
    right: -20px;
    bottom: -10px;
  }
}
.museum .sunahama .sunahama_txt {
  text-align: center;
  margin-bottom: 20px;
}
.museum .sunahama .sunahama_txt p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.museum .sunahama .sunahama_img {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .museum .sunahama .sunahama_img {
    width: 90%;
  }
}

.gw_event {
  padding: 45px 0;
  background: linear-gradient(180deg, #eaded3 0%, #fff 100%);
}
@media (max-width: 599px) {
  .gw_event {
    padding: 32px 0;
  }
}

.gw_event_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 28px 36px;
  text-align: center;
  background: #fff;
  border: 3px solid #00adcc;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(51, 78, 126, 0.12);
}
@media (max-width: 599px) {
  .gw_event_box {
    padding: 24px 20px;
    gap: 0px;
  }
}
.gw_event_box .ttl {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .gw_event_box .ttl {
    padding-bottom: 10px;
  }
}
.gw_event_box p {
  font-size: 18px;
  font-weight: bold;
  color: #334e7e;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .gw_event_box p {
    font-size: 16px;
  }
}

.gw_event_btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: bold;
  color: #334e7e;
  background: #f7b400;
  border-radius: 999px;
  box-shadow: 0 4px 0 #c99700;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.gw_event_btn:hover {
  opacity: 1;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #c99700;
}
@media (max-width: 599px) {
  .gw_event_btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 14px 24px;
  }
}

.scroll {
  animation: 0.5s infinite ease-in-out alternate scroll;
}

@keyframes scroll {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: 60px;
  }
}
.border_anime.active {
  animation-name: borderAnimation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.yellow_border.active {
  animation-name: borderAnimation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

@keyframes borderAnimation {
  0% {
    background-position: left 0% center;
  }
  100% {
    background-position: left -100% center;
  }
}
.mv .logo {
  opacity: 0;
  transform: translate(-50%, -40%);
  animation: 0.7s forwards 1s logo;
}

@keyframes logo {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.fadein {
  opacity: 0;
  transform: translateY(5%);
}
.fadein.active {
  animation: 0.5s forwards fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

.bbq .right {
  overflow-x: hidden;
}
.bbq .right .welcome_item {
  opacity: 0;
}
.bbq .right .welcome_item.active {
  animation: 0.3s forwards 0.7s welcome_item;
}

@keyframes welcome_item {
  0% {
    opacity: 0;
    top: 10%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes bbq_menu_right_item2 {
  0% {
    top: -40px;
  }
  100% {
    top: -60px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */