@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  /* RGB */
  background-color: #ffffff;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1rem;
}

a:hover {
  opacity: 0.5;
}

.clarity a:hover {
  opacity: 1;
}

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

img {
  width: 100%;
  display: block;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.is-hide {
  opacity: 0;
  visibility: hidden;
}

.blue {
  color: #28a7e1;
}

.Copperplate {
  font-family: "Copperplate Gothic";
}

.Chiaro {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ft30 {
  font-size: 3.0rem;
}

/* header */
header {
  width: 100vw;
  height: 70px;
  background-color: rgb(255, 255, 255, 0.5);
  box-shadow: 0px 3px 6px #00000029;
  ;
  padding-left: 3vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header_inner h1 {
  width: 135px;
  margin: 10px 0;
}

/* ham_menu */
.header_right {
  width: 60px;
  height: 60px;
  background-color: #28a7e1;
  position: absolute;
  top: 0;
  right: 0;
}

.ham_btn {
  position: relative;
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 999;
}

.ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 2px;
  background: #fff;
  width: 40px;
}

.ham_btn span:nth-of-type(1) {
  top: 17px;
}

.ham_btn span:nth-of-type(2) {
  top: 30px;
}

.ham_btn span:nth-of-type(3) {
  top: 43px;
}

.ham_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 35px;
}

.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.ham_btn.active span:nth-of-type(3) {
  top: 35px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 35px;
}

/* sp_menu */
.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16vh;
  background-color: #28a7e1;
}

.nav_wrap nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.nav_wrap li {
  list-style: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  border-bottom: 1px solid #ffff;
}

.nav_wrap li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.8rem
}

.nav_wrap.show {
  right: 0;
}

.nav_wrap nav .sp_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_wrap nav .sp_nav li {
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}

/* MV */
.MV_slide--sp {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 0;
}

.swiper-slide {
  width: 100% !important;
  height: auto;
}

.swiper-slide img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* top */
section {
  padding-bottom: 100px;
}

.section_inner {
  padding: 0 6.8vw;
}

.section_ttl {
  position: relative;
  height: 28vw;
}

.section_ttl h2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 40%;
  left: 50%;
  transform: translateX(-20%);
  z-index: 10;
}

.section_ttl h2 img {
  height: 5.4vw;
  width: auto;
}

.section_ttl .deco_ttl {
  width: 110%;
  position: absolute;
  left: -5%;
  bottom: -45%;
}

.section_ttl .deco_step {
  width: 110%;
  position: absolute;
  left: -5%;
  top: -2px;
  z-index: -1;
}

.text_item {
  margin-bottom: 60px;
  text-align: justify;
}

.text_item h3 {
  font-size: 2.6rem;
  padding: 8px 0 4px 1.5rem;
  position: relative;
}

.text_item h3::before {
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}

.text_item p {
  font-size: 1.8rem;
}

#top_01 {
  padding-bottom: 40px;
  border-bottom: 65px solid #28a7e1;
  position: relative;
  overflow: hidden;
}

#top_01 .deco_bg,
#lunch_01 .deco_bg {
  border-style: solid;
  border-right: 100vw solid transparent;
  border-left: 100vw solid transparent;
  border-bottom: 100vw solid #28a7e1;
  border-top: 0;
  position: absolute;
  bottom: -1px;
  left: 10%;
  z-index: -1;
}

#top_02 h2 {
  left: 25%;
  top: 20%;
}

#top_02 h2 span {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 8px;
}

#top_02 .deco_ttl {
  width: 95%;
  left: 8%;
  bottom: -45%;
}

.top_02--text {
  margin-top: 20px;
	margin-bottom: 8em;
  text-align: left;
}

.top_02--text span {
  letter-spacing: 0.2rem;
}

.top_02--menu {
  margin: 100px auto 0;
}

.top_02--menu .menu_lead {
  line-height: 1.5;
}

.top_02--imgWrap {
  max-width: 1440px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top_02--img {
  max-width: 560px;
  margin: 0 auto;
}
.uber img{
	    width: 30%;
    margin: 2em auto;
	display: block;
}
.uber p{
	margin: 3em auto 7em;
}
#top_03 .section_ttl {
  height: auto;
  position: static;
}

#top_03 .section_ttl h2 {
  position: static;
  transform: translateX(0);
}

#top_03 .section_ttl h2 img {
  height: auto;
  width: 100%;
}

#top_03 .contentInner {
  border: 3px solid #28a7e1;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tab_label {
  color: #ffffff;
  background-color: #6ebde1;
  font-weight: bold;
  position: relative;
  z-index: 20;
  cursor: pointer;
  flex: 1;
  padding: 8px 0;
  margin: -24px 0 0;
  border-radius: 14px;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked+.tab_label {
  color: #fff;
  background-color: #28a7e1;
}

.tabs input:checked+.tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content {
  display: block;
}

.tab_content {
  position: relative;
  animation: fadeIn 1s ease;
  padding: 10px;
}

.tab_content li {
  padding: 20px 0;
  border-bottom: 1px solid #28a7e1;
}

.tab_content li:not(:first-child) {
  padding: 40px 0 20px;
}

.tab_content li:last-child {
  border-bottom: none;
}

.menu_text--Wrap {
  padding: 10px 0;
  text-align: justify;
}

.tab_content h3 {
  letter-spacing: 0.2rem;
}

.menu_text--Wrap .price {
  display: flex;
  justify-content: flex-end;
  font-size: 2.2rem;
}

#tab02_content h3 {
  font-size: 3.0rem;
}

#tab02_content h3 span {
  font-size: 13px;
  margin-left: 16px;
}

#tab02_content .menu_text--Wrap {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}

.menu {
  display: flex;
  flex-direction: column;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.menu-item span:first-child {
  flex: 1;
}

.menu-item span:nth-child(2) {
  align-self: flex-end;
}
.menu_more p{
    margin: 100px auto 0;
    font-size: 2.0rem;
    padding: 0.5em 7em 0.5em 1em;
    border: #28a7e1 1px solid;
    border-radius: 26px;
	display: inline-block;
	position: relative;
	margin: 1em 1em;
}
.menu_more p::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 93px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%);
  position: absolute;
  right: 30px;
}
.more p {
  display: inline-block;
  position: relative;
  margin: 40px auto;
  padding-right: 120px;
}

.more p::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 93px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%);
  position: absolute;
  right: 0px;
}

#top_04 {
  background-color: #28a7e1;
  padding-bottom: 80px;
}

#top_04 .section_ttl .deco_ttl {
  width: 115%;
  position: absolute;
  left: -8%;
  bottom: auto;
  top: 0;
}

#top_04 .section_ttl h2 {
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

#top_04 .section_ttl h2 img {
  height: 4.2vw;
}

#top_04 .section_ttl h2 span {
  color: #ffffff;
  padding: 12px 0;
  font-size: 2.0rem;
  font-weight: 500;
}

#top_04 .content {
  padding: 80px 0 0;
}

#top_04 .content_text {
  color: #ffffff;
  margin-bottom: 60px;
}

.top_04--img {
  margin-bottom: 36px;
}

.top_04--img img {
  height: 63vw;
  width: auto;
  margin: 0 auto;
}

#top_04 .more {
  color: #ffffff;
}

#top_04 .more p::after {
  background-image: url(../img/arrow_w.png);
}

#top_05 h2 {
  left: 32%;
  top: 14%;
}

#top_05 .section_ttl h2 img {
  height: 4.6vw;
}

#top_05 h2 span {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 8px;
}

#top_05 .deco_ttl {
  width: 110%;
  left: -5%;
  bottom: 0%;
}

dl {
  text-align: left;
  padding-bottom: 20px;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.6rem;
}

dt {
  padding-bottom: 4px;
}

dl span {
  font-size: 1.3rem;
}

dl a {
  color: #333333;
  width: 100%;
  word-break: break-all;
}

.description-item {
  padding-bottom: 16px;
}

.content_left--imgWrap,
.content_right {
  width: 90%;
  margin: 0 auto;
}

.content_left--imgWrap img {
  margin-bottom: 40px;
}

#top_05 .more p {
  margin: 80px auto;
}

#access {
  padding-bottom: 0;
}

#access .section_ttl h2 {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#access .section_ttl h2 img {
  height: 4.6vw;
}

#access .section_ttl h2 span {
  padding-top: 20px;
}

#access .section_ttl .deco_ttl {
  width: 50%;
  position: absolute;
  left: 0%;
  bottom: -10%;
}

#access dd:nth-of-type(1) {
  margin-bottom: 40px;
}

.access_map {
  width: 100%;
  display: block;
}

.access_map iframe {
  width: 100%;
  height: 360px;
  display: block;
}

.footer_inner {
  width: 100%;
  height: 200px;
  background-image: url(../img/top_footer@2x.png);
  background-size: cover;
}

.cr {
  padding: 30px 0;
  background-color: #28a7e1;
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

#go_top {
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 15px;
}

#go_top.white {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}


@media screen and (max-width: 560px) {
  .tab_content h3 {
    font-size: 5.2vw;
  }
}

/* top/tab */
@media screen and (min-width: 768px) {
  header {
    height: 80px;
  }

  .header_inner h1 {
    width: 20vw;
  }

  /* ham_menu */
  .header_right {
    width: 80px;
    height: 70px;
  }

  .ham_btn {
    height: 80px;
    width: 80px;
  }

  .ham_btn span {
    width: 45px;
    left: 17.5px;
  }

  .ham_btn span:nth-of-type(1) {
    top: 20px;
  }

  .ham_btn span:nth-of-type(2) {
    top: 35px;
  }

  .ham_btn span:nth-of-type(3) {
    top: 50px;
  }

  .ham_btn.active span:nth-of-type(1) {
    width: 45px;
  }

  .ham_btn.active span:nth-of-type(3) {
    width: 45px;
  }

  dl {
    text-align: left;
    padding-bottom: 20px;
    max-width: 400px;
  }

  .description-item {
    display: flex;
  }

  .description-item dt {
    width: 130px;
  }
}

/* top/pc */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  header {
    height: 120px;
    padding: 4px 2vw 4px 3vw;
  }

  .header_inner h1 {
    max-width: 240px;
    margin: 0;
  }

  .header_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
    width: calc(100% - 200px);
    max-width: 860px;
    gap: 4px;
    height: 100%;
    background: none;
    align-items: flex-end;
  }

  .header_right-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    max-width: 480px;
    width: 100%;
    padding-left: 7%;
    padding-right: 6%;
  }

  .header_right-top p {
    width: 100%;
    line-height: 1.2;
  }

  .header_insta {
    width: 30px;
    margin-left: 10%;
  }

  .header_tel {
    font-size: 2.4rem;
    position: relative;
  }

  .header_tel a p {
    line-height: 1.5;
    color: #333333;
  }

  .header_tel a::before {
    content: "";
    position: absolute;
    background-image: url(../img/tel@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    left: -20%;
    top: 50%;
    transform: translateY(-60%);
  }

  .header_right-bottom {
    width: 100%;
  }

  .header_right nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header_right nav ul li {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    width: calc(100% / 5);
    position: relative;
  }

  .header_right nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    background-color: #333333;
    width: 1px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header_right nav ul li a {
    width: 100%;
    color: #333333;
  }

  section {
    padding-bottom: 250px;
  }

  .section_ttl {
    height: 24vw;
  }

  .section_ttl h2 {
    top: 9.5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .section_ttl h2 img {
    height: 54px;
    width: auto;
  }

  .section_ttl .deco_ttl {
    width: 80%;
    position: absolute;
    left: -5%;
    bottom: auto;
    top: 10vw;
  }

  .section_ttl .deco_step {
    width: 90%;
    position: absolute;
    left: -5%;
    top: -1vw;
    z-index: -1;
  }

  .contentInner {
    max-width: 1600px;
    margin: 0 auto;
  }

  #top_01 .contentInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }

  #top_01 .content_text {
    width: 50%;
  }

  .top_01--img {
    width: 45%;
  }

  #top_01 .deco_bg,
  #lunch_01 .deco_bg {
    left: 45%;
  }

  #top_02 h2 {
    left: 50%;
    transform: translateX(-50%);
    top: 6vw;
  }

  #top_02 h2 span {
    padding: 20px;
    font-size: 3.0rem;
  }

  #top_02 .section_ttl h2 img {
    height: 62px;
  }

  #top_02 .section_ttl .deco_ttl {
    width: 80%;
    position: absolute;
    left: auto;
    right: -5%;
    bottom: auto;
    top: 10vw;
  }

  #top_02 .section_ttl .deco_step {
    width: 90%;
    position: absolute;
    left: 14%;
    top: -4px;
    z-index: -1;
  }

  .top_02--text {
    display: inline-block;
  }

  .top_02--menu {
    margin: 250px auto 0;
  }

  .top_02--menu h2 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .menu_lead {
    font-size: 3.8rem;
    padding: 20px 0;
  }

  .top_02--imgWrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1440px;
    margin-top: 60px;
  }

  #tab02_content h3 {
    font-size: 3.6rem;
  }

  #tab02_content h3 span {
    font-size: 16px;
    margin-left: 24px;
  }

  #tab02_content table {
    font-size: 16px;
  }

  #tab02_content table td {
    padding: 4px 0 0;
  }

  #top_02 .deco_bg {
    width: 80%;
    max-width: 1280px;
    height: 65px;
    margin: 0 auto;
    border: 2px solid #28a7e1;
    border-top: none;
  }

  #top_03 .section_ttl h2 {
    width: 80%;
    max-width: 845px;
    margin: 0 auto;
  }

  #top_03 .contentInner {
    max-width: 1460px;
  }

  .tab_content {
    padding: 60px;
  }

  .tab_label {
    font-size: 3.6rem;
    padding: 20px;
    margin: -50px 0 0;
  }

  .tab_content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
    padding: 60px 0;
  }

  .tab_content li img {
    max-width: 370px;
    width: 40%;
  }

  .tab_content li:not(:first-child) {
    padding: 60px 0;
  }

  .more p {
    margin: 100px auto 0;
    font-size: 2.0rem;
  }

  #top_04 .section_ttl .deco_ttl {
    max-width: 1860px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
  }

  #top_04 h2 {
    left: 50%;
    transform: translateX(-50%);
    top: 6vw;
  }

  #top_04 .section_ttl h2 span {
    padding: 20px;
    font-size: 3.0rem;
  }

  #top_04 .section_ttl h2 img {
    height: 62px;
  }

  #top_04 .content_text {
    max-width: 1000px;
    margin: 0 auto 120px;
    text-align: left;
    font-size: 2.0rem;
  }

  #top_04 .content_imgWrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .top_04--img a {
    display: block;
  }

  .top_04--img a img {
    width: 100%;
    height: auto;
  }

  #top_05 .section_ttl h2 {
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  #top_05 .section_ttl h2 span {
    padding: 20px;
    font-size: 3.0rem;
  }

  #top_05 .section_ttl h2 img {
    height: 3vw;
    width: auto;
  }

  #top_05 .section_ttl .deco_ttl {
    width: 100%;
    position: absolute;
    left: -5%;
    bottom: auto;
    top: 10vw;
  }

  #top_05 .section_ttl .deco_step {
    width: 90%;
    position: absolute;
    left: -5%;
    top: -4px;
    z-index: -1;
  }

  #top_05 .contentInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
    max-width: 1400px;
    margin-top: 200px;
  }

  #top_05 .content_left--imgWrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }

  #top_05 .content_left--imgWrap img {
    margin: 0;
  }

  #top_05 .content_left {
    width: 55%;
  }

  dl {
    max-width: 1500px;
  }

  dl span {
    width: 100%;
  }

  .description-item {
    flex-wrap: wrap;
  }

  #top_05 .content_right {
    width: calc(45% - 100px)
  }

  #top_05 .more {
    margin: 0 auto;
  }

  #access .section_ttl h2 {
    top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  #access .section_ttl h2 span {
    padding: 20px;
    font-size: 3.0rem;
  }

  #access .section_ttl h2 img {
    height: 3vw;
    width: auto;
  }

  #access .section_ttl .deco_ttl {
    width: 50%;
    position: absolute;
    left: 5%;
    bottom: auto;
    top: 2vw;
  }

  #access dl {
    max-width: 530px;
  }

  .access_map iframe {
    height: 460px;
  }

  .footer_inner {
    height: 460px;
  }

  #go_top {
    bottom: 35px;
    right: 40px;
    width: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .tab_label {
    max-width: 520px;
  }

  .tab_label:nth-of-type(1) {
    margin: -50px 0 0 12%;
  }

  .tab_content {
    padding: 90px;
  }
}

/* 下層共通 */
.MV_under {
  position: relative;
}

.MV_under-ttl h2 {
  position: absolute;
  font-size: 5.0rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

/* lunch */
#lunch_01 {
  position: relative;
  padding-bottom: 40vw;
  margin-bottom: 80px;
  overflow: hidden;
}

#lunch_01 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 20%;
  left: 0;
  line-height: 1.2;
  transform: translateX(30%);
}

#lunch_01 h2 span {
  font-size: 3vw;
  color: #333333;
  padding-left: 8rem;
}

#lunch_01 .section_ttl .deco_ttl {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 30%;
}

#lunch_01 p {
  padding: 20px 0;
  font-size: 1.8rem;
}

#lunch_01 .content_text {
  text-align: justify;
}

.lunch_01--img {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 2%;
}

#lunch_02 .lunch_text--wrap {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

#lunch_02 .menu-item:nth-of-type(1),
#lunch_02 .menu-item:nth-of-type(2) {
  margin: 0;
  line-height: 1;
}

#lunch_02 .lunch_text--wrap p {
  padding-bottom: 20px;
}

#lunch_02 .lunch02_img--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lunch_04 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 30%;
  left: 0;
  line-height: 1.2;
  transform: translateX(90%);
}

#lunch_04 .section_ttl .deco_ttl {
  width: 80%;
  position: absolute;
  left: 0%;
  top: 30%;
}

.lunch04_item--wrap {
  margin: 100px 0 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.lunch04_item--child01 {
  border-radius: 40px;
  border: 1px solid #28a7e1;
  padding: 40px 10px;
  margin-bottom: 20px;
}

.lunch04_item--child01 h3 {
  font-size: 3.0rem;
  line-height: 1.2;
}

.lunch04_item--child01 h3 .ft40 {
  font-size: 4.0rem;
}

.lunch04_item--img {
  margin: 20px auto;
}

.lunch04_item--child01 p {
  font-weight: 500;
}

.lunch04_item--child01 p.blue {
  padding: 20px 0 20px;
}

#lunch_05 .content {
  background-color: #28a7e1;
  color: #ffffff;
  padding: 40px 20px;
}

#lunch_05 .content_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 520px;
  margin: 0 auto;
}

#lunch_05 .content h3 {
  font-size: 5.0rem;
  font-weight: 400;
  line-height: 1.2;
}

#lunch_05 .content ul {
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
}

/* lunch */
@media screen and (max-width:440px) {
  #lunch_01 h2 {
    top: 24%;
    transform: translateX(25%);
  }

  #lunch_01 h2 span {
    padding-left: 7rem;
  }
}

/* lunch */
@media screen and (min-width:660px) {
  #lunch_01 h2 {
    font-size: 7vw;
    font-weight: 400;
    top: 20%;
    left: 0;
    line-height: 1.2;
    transform: translateX(35%);
  }

  #lunch_01 h2 span {
    padding-left: 12vw;
  }
}

/* lunch */
@media screen and (min-width: 960px) {
  .MV_under-ttl h2 {
    font-size: 9.0rem;
  }

  #lunch_01 {
    padding-bottom: 35vw;
    margin-bottom: 20px;
  }

  #lunch_01 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #lunch_01 h2 span {
    font-size: 2.4rem;
    padding-left: 0;
  }

  #lunch_01 .section_ttl .deco_ttl {
    width: 80%;
    position: absolute;
    left: -5%;
    top: 30%;
  }

  #lunch_01 .content_text {
    text-align: justify;
    display: inline-block;
  }

  .lunch_01--img {
    left: 0;
  }

  #lunch_02 {
    padding-bottom: 80px;
  }

  #lunch_02 .tax {
    text-align: right;
    font-size: 2.4rem;
  }

  #lunch_02 .contentInner {
    max-width: 1260px;
    margin: 80px auto;
    display: flex;
  }

  #lunch_02 .contentInner {
    max-width: 1260px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
  }

  #lunch_02 .lunch_text--wrap {
    font-size: 1.8rem;
    width: 50%;
    padding-top: 10vw;
  }

  #lunch_02 .menu-item {
    margin-bottom: 20px;
  }

  #lunch_02 .menu-item:nth-of-type(1),
  #lunch_02 .menu-item:nth-of-type(2) {
    line-height: 1.2;
  }

  #lunch_02 .lunch_text--wrap p {
    padding-bottom: 20px;
  }

  #lunch_02 .lunch02_img--wrap {
    width: 40%;
  }

  #lunch_03 h2 {
    max-width: 1000px;
    margin: 0 auto;
  }

  #lunch_04 {
    padding-bottom: 80px;
  }

  #lunch_04 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 11vw;
    transform: translateX(30vw);
  }

  #lunch_04 .section_ttl .deco_ttl {
    width: 50%;
    left: -5%;
    top: 30%;
  }

  #lunch_04 .lunch04_item--wrap {
    flex-direction: row;
    gap: 20px;
  }

  #lunch_04 .lunch04_item {
    width: 40%;
  }

  #lunch_04 .lunch04_item--child01 p.blue {
    height: 100px;
  }

  #lunch_04 .lunch04_text {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lunch_04 .lunch04_item--child02 {
    margin: 0 20px;
  }

  #lunch_05 .content {
    max-width: 1335px;
    margin: 0 auto;
    padding: 40px;
  }

  #lunch_05 .content_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    gap: 0;
  }

  #lunch_05 h3 {
    width: 60%;
    margin: 0 0 auto 0;
  }

  #lunch_05 ul {
    width: 100%;
    padding-left: 60px;
  }

  #lunch_05 .lunch05_img {
    width: 100%;
  }
}

/* dinner */
#dinner_01 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

#dinner_01 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 20%;
  left: 0;
  line-height: 1.2;
  transform: translateX(30%);
}

#dinner_01 h2 span {
  font-size: 3vw;
  color: #333333;
  padding-left: 8rem;
}

#dinner_01 .section_ttl .deco_ttl {
  width: 100%;
  position: absolute;
  left: -5%;
  top: 50%;
}

#dinner_01 p {
  padding: 20px 0;
  font-size: 1.8rem;
}

#dinner_01 .deco_bg {
  border-style: solid;
  border-right: 30vw solid transparent;
  border-left: 30vw solid transparent;
  border-bottom: 30vw solid #28a7e1;
  border-top: 0;
  position: absolute;
  bottom: -1px;
  left: 70%;
  z-index: -1;
}

.dinner_text--wrap {
  text-align: left;
  margin: 20px auto 40px;
  max-width: 500px;
}

.dinner_text--wrap h3 {
  font-size: 3.0rem;
}

.dinner_text--wrap h3 span {
  font-size: 1.6rem;
  padding-left: 2rem;
}

.dinner_img--wrap {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.dinner04_set--content {
  width: 100%;
  background-color: #28a7e1;
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 60px;
  margin: 100px auto 0;
}

.dinner04_set--content h3 {
  max-width: 400px;
  margin: 0 auto;
}

.dinner04_set--content p {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: left;
}

#dinner_05 {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 0;
  overflow: hidden;
}

#dinner_05 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 10vw;
  left: 0;
  line-height: 1.2;
  transform: translateX(35vw);
}

#dinner_05 .section_ttl .deco_ttl {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
}

#dinner_05 .dinner_text--wrap h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 20px;
}

#dinner_05 .deco_bg {
  border-style: solid;
  border-right: 40vw solid transparent;
  border-left: 40vw solid transparent;
  border-bottom: 40vw solid #28a7e1;
  border-top: 0;
  position: absolute;
  bottom: -1px;
  left: -40%;
  z-index: -1;
}

#dinner_06 {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 200px;
  overflow: hidden;
}

#dinner_06 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 10vw;
  left: 0;
  line-height: 1.2;
  transform: translateX(20vw);
}

#dinner_06 .section_ttl .deco_ttl {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
}

#dinner_06 .menu-item {
  margin-bottom: 0;
}

/* dinner */
@media screen and (max-width: 480px) {
  .dinner_text--wrap h3 {
    font-size: 8vw;
  }

  .dinner_text--wrap h3 span {
    font-size: 3vw;
    padding-left: 2rem;
  }
	.dinner_text--wrap {
    padding: 0 1em;
	}
}

/* dinner */
@media screen and (min-width: 960px) {
  #dinner_01 {
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  #dinner_01 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #dinner_01 h2 span {
    font-size: 2.4rem;
    padding-left: 0;
  }

  #dinner_01 .section_ttl .deco_ttl {
    width: 80%;
    position: absolute;
    left: -5%;
    top: 30%;
  }

  #dinner_02 .tax {
    text-align: right;
    font-weight: 500;
    max-width: 1300px;
  }

  #dinner_02,
  #dinner_03,
  #dinner_04,
  #dinner_05 {
    padding-bottom: 120px;
  }

  #dinner_02 .contentInner,
  #dinner_03 .contentInner,
  #dinner_04 .contentInner {
    max-width: 1440px;
    margin: 0 auto;
  }

  #dinner_02 {
    position: relative;
    overflow: hidden;
    top: -200px;
    padding-top: 200px;
    margin-bottom: -200px;
  }

  #dinner_02 .deco_bg {
    border-style: solid;
    border-right: 100vw solid transparent;
    border-left: 100vw solid transparent;
    border-bottom: 100vw solid #28a7e1;
    border-top: 0;
    position: absolute;
    bottom: 200px;
    left: 60%;
    z-index: -1;
  }

  .dinner_text--wrap {
    text-align: left;
    margin: 20px auto 40px 0;
    max-width: 580px;
  }

  .dinner_img--wrap {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
  }

  .dinner_img {
    width: calc((100% - 40px)/ 3);
  }

  .dinner04_set--content {
    flex-direction: row;
    align-items: center;
  }

  #dinner_05 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #dinner_05 .section_ttl .deco_ttl {
    width: 80%;
    position: absolute;
    left: -5%;
    top: 30%;
  }

  #dinner_05 .dinner_text--wrap,
  #dinner_06 .dinner_text--wrap {
    text-align: left;
    margin: 20px auto 40px;
    max-width: 580px;
  }

  #dinner_06 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #dinner_06 .section_ttl .deco_ttl {
    width: 60%;
    position: absolute;
    left: auto;
    right: -5%;
    top: 50%;
  }

  #dinner_06 .section_ttl .deco_step {
    width: 90%;
    position: absolute;
    left: auto;
    right: -5%;
    top: -1vw;
    z-index: -1;
  }

  #dinner_06 .dinner_img--wrap {
    justify-content: center;
  }
}

/* store */
#store_01 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}

#store_01 h2 {
  font-size: 7vw;
  font-weight: 400;
  top: 20%;
  left: 0;
  line-height: 1.2;
  transform: translateX(45%);
}

#store_01 h2 span {
  font-size: 3vw;
  color: #333333;
  padding-left: 8rem;
}

#store_01 .section_ttl .deco_ttl {
  width: 80%;
  position: absolute;
  left: -5%;
  top: 50%;
}

#store_01 .content_text {
  margin: 40px 0 20px;
  text-align: justify;
  font-size: 1.8rem;
}

#store_01 .deco_bg {
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 50vw solid #28a7e1;
  border-top: 0;
  position: absolute;
  bottom: -1px;
  left: 60%;
  z-index: -1;
}

#store_02,
#store_03 {
  margin-top: 80px;
}

#store_02 h2,
#store_03 h2 {
  font-size: 6.0rem;
  font-weight: 400;
}

#store_02 .content_text,
#store_03 .content_text {
  text-align: left;
  padding: 40px 0;
  display: inline-block;
  margin: 0 auto;
}

.store_img--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.modal {
  display: none;
}


/* store */
@media screen and (min-width: 960px) {
  #store_01 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  #store_01 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #store_01 h2 span {
    font-size: 4.0rem;
    padding-left: 0;
    padding-top: 20px;
  }

  #store_01 .section_ttl .deco_ttl {
    width: 60%;
    position: absolute;
    left: -5%;
    top: 30%;
  }

  #store_01 .contentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #store_01 .content_text {
    width: calc(50% - 30px);
  }

  #store_02 {
    margin-top: 200px;
    padding-bottom: 0;
  }

  .store_img--wrap {
    flex-direction: row;
    max-width: 1500px;
    flex-wrap: wrap;
  }

  .store_item {
    width: calc((100% - 40px)/ 3);
  }

  #store_03 {
    margin-top: 200px;
  }
}

/* overview */
#overview_01 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#overview_01 h2 {
  font-size: 6.6vw;
  font-weight: 400;
  top: 20%;
  left: 0;
  line-height: 1.2;
  transform: translateX(40%);
}

#overview_01 h2 span {
  font-size: 3vw;
  color: #333333;
}

#overview_01 .section_ttl .deco_ttl {
  width: 100%;
  position: absolute;
  left: -5%;
  top: 60%;
}

#overview_01 .contentInner {
  max-width: 1440px;
  margin: 20px auto 140px;
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

#overview_01 dl {
  max-width: 100%;
  max-width: 480px;
}

#overview_01 .description-item {
  padding: 0;
}

#overview_01 .description-item dt,
#overview_01 .description-item dd {
  padding: 20px 0;
  border-bottom: 1px solid #28a7e1;
}

#overview_01 .info_imgWrap {
  max-width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
}

/* overview */
@media screen and (min-width: 768px) {
  #overview_01 dl {
    max-width: 100%;
    max-width: 740px;
  }

  #overview_01 .description-item dt {
    width: 280px;
    padding-left: 8px;
  }

  #overview_01 .description-item dd {
    width: 100%;
  }
}

/* overview */
@media screen and (min-width: 960px) {
  #overview_01 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  #overview_01 h2 {
    font-size: 6.0rem;
    top: auto;
    bottom: 10vw;
    transform: translateX(30vw);
  }

  #overview_01 h2 span {
    font-size: 4.0rem;
    padding-left: 0;
    padding-top: 20px;
  }

  #overview_01 .section_ttl .deco_ttl {
    width: 100%;
    position: absolute;
    left: -5%;
    top: 50%;
  }

  #overview_01 .contentInner {
    margin: 100px auto 200px;
    flex-direction: row;
    align-items: center;
  }

  #overview_01 .info_imgWrap {
    max-width: 630px;
    margin: 0 auto;
  }

  #overview_01 .description-item {
    flex-wrap: nowrap;
  }
}