.hd {
  position: relative;
}
.hd .hd_contents {
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding: 1.3% 4.69%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.hd .hd_contents .hd_contents_logo {
  width: 13.5%;
  margin-right: 80px;
}
.hd .hd_contents .hd_contents_nav {
  width: 76%;
}
.hd .hd_contents .hd_contents_nav .hd_contents_nav_lists {
  gap: 0 5%;
}
.hd .hd_contents .hd_contents_nav .hd_contents_nav_lists .hd_contents_nav_list:hover {
  position: relative;
}
.hd .hd_contents .hd_contents_nav .hd_contents_nav_lists .hd_contents_nav_list:hover::before {
  content: "";
  display: block;
  width: 83px;
  padding-top: 2px;
  background: url(../img/header/hd_contents_nav_list_ic.png) no-repeat center/contain;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hd .hd_contents .hd_contents_nav .hd_contents_nav_lists .hd_contents_nav_list a {
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hd .hd_slider {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.hd .hd_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease-in-out, transform 5s ease-in-out;
  z-index: 0;
}
.hd .hd_slider .active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
.hd .hd_slider .slide-01 {
  width: 100%;
  height: 100vh;
  background: url(../img/header/hd_visual_img-01.png) no-repeat center/cover;
}
.hd .hd_slider .slide-02 {
  width: 100%;
  height: 100vh;
  background: url(../img/header/hd_visual_img-02.png) no-repeat center/cover;
}
.hd .hd_slider .slide-03 {
  width: 100%;
  height: 100vh;
  background: url(../img/header/hd_visual_img-03.png) no-repeat center/cover;
}
.hd .hd_slider .slide-04 {
  width: 100%;
  height: 100vh;
  background: url(../img/header/hd_visual_img-04.png) no-repeat center/cover;
}
.hd .hd-sv_slider {
  height: 60vh;
}
.hd .indicator_wrapper {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
.hd .indicator_wrapper .indicator {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  background-color: transparent;
  transition: background-color 0.3s;
  cursor: pointer;
}
.hd .indicator_wrapper .active {
  background-color: white;
}

.archive_sec {
  background: url(../img/archive/archive_bg.png) no-repeat center/cover;
  padding: 50px 0;
  box-sizing: border-box;
}
.archive_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.archive_sec .contents_box-s .archive_ttl {
  margin-bottom: 20px;
}
.archive_sec .contents_box-s .archive_ttl h3 {
  font-size: 3.6rem;
}
.archive_sec .contents_box-s .archive_lists {
  flex-direction: column;
  margin-bottom: 90px;
}
.archive_sec .contents_box-s .archive_lists .archive_list {
  border-bottom: 1px dashed rgba(82, 71, 64, 0.4);
}
.archive_sec .contents_box-s .archive_lists .archive_list:last-child {
  margin-bottom: 0;
}
.archive_sec .contents_box-s .archive_lists .archive_list a {
  display: block;
  padding: 25px 0;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_date {
  margin-bottom: 5px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_date span {
  font-size: 1.5rem;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_ttl {
  margin-bottom: 10px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_ttl h4 {
  font-size: 2.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_txt {
  margin-bottom: 10px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.archive_sec .contents_box-s .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive_sec .contents_box-s .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-bottom: 1px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.8rem;
  background: #524740;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 15px;
}
.archive_sec .contents_box-s .nav-links .prev, .archive_sec .contents_box-s .nav-links .next {
  padding-bottom: 4px;
}

.single_sec {
  background: url(../img/single/single_bg.png) no-repeat center/cover;
  padding: 50px 0;
  box-sizing: border-box;
}
.single_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.single_sec .contents_box-s .single_time {
  margin-bottom: 10px;
}
.single_sec .contents_box-s .single_time span {
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_ttl {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8dce5;
  margin-bottom: 60px;
}
.single_sec .contents_box-s .single_ttl h3 {
  font-size: 3.2rem;
}
.single_sec .contents_box-s .single_txt {
  margin-bottom: 90px;
}
.single_sec .contents_box-s .single_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.single_sec .contents_box-s .single_pagination {
  text-align: center;
  position: relative;
}
.single_sec .contents_box-s .single_pagination .single_pagination-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.single_sec .contents_box-s .single_pagination .single_pagination-prev a {
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_pagination .single_pagination-all a {
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_pagination .single_pagination-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.single_sec .contents_box-s .single_pagination .single_pagination-next a {
  font-size: 1.6rem;
}

.not_found_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
}

.ft {
  position: relative;
}
.ft .ft_cta_wrapper {
  width: 25%;
  background: url(../img/footer/ft_cta_wrapper_bg.png) no-repeat center/cover;
  padding: 3.5% 5%;
  box-sizing: border-box;
}
.ft .ft_cta_wrapper .ft_cta_logo {
  margin-bottom: 20%;
}
.ft .ft_cta_wrapper .ft_cta_ttl {
  border: 1px solid #ffffff;
  text-align: center;
  margin-bottom: 8%;
}
.ft .ft_cta_wrapper .ft_cta_ttl a {
  display: block;
  color: #ffffff;
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 3%;
  box-sizing: border-box;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper {
  flex-direction: column;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper .ft_cta_tel_time {
  text-align: right;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper .ft_cta_tel_time span {
  color: #ffffff;
  font-size: clamp(1.1rem, 0.83vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-right: 1.5%;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper .ft_cta_tel {
  text-align: right;
  margin-top: -2%;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper .ft_cta_tel a {
  color: #ffffff;
  font-size: clamp(2.2rem, 1.72vw, 3.3rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  pointer-events: none;
}
.ft .ft_cta_wrapper .ft_cta_tel_wrapper .ft_cta_tel a::before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background: url(../img/footer/ft_cta_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -30px;
}
.ft .ft_contents_wrapper {
  width: 75%;
  background: #524740;
  padding: 3% 3% 2%;
  box-sizing: border-box;
}
.ft .ft_contents_wrapper .ft_contents_nav {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 3.5%;
}
.ft .ft_contents_wrapper .ft_contents_nav .ft_contents_nav_lists {
  width: 72%;
  gap: 0 4%;
}
.ft .ft_contents_wrapper .ft_contents_nav .ft_contents_nav_lists .ft_contents_nav_list a {
  color: #ffffff;
  font-size: clamp(1.3rem, 1.04vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_contents_wrapper .ft_contents_nav .ft_contents_nav_news {
  width: 16%;
  margin-right: 3.5%;
}
.ft .ft_contents_wrapper .ft_contents_nav .ft_contents_nav_news a {
  display: block;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.04vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 10%;
  position: relative;
}
.ft .ft_contents_wrapper .ft_contents_nav .ft_contents_nav_news a::before {
  content: "";
  display: block;
  width: 12.17%;
  padding-top: 12.7%;
  background: url(../img/footer/ft_contents_nav_news_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.ft .ft_contents_wrapper .ft_contents_address {
  margin-bottom: 6.5%;
}
.ft .ft_contents_wrapper .ft_contents_address span {
  color: #ffffff;
  font-size: clamp(1.3rem, 0.78vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.ft .ft_contents_wrapper .ft_contents_address span:first-child {
  display: block;
}
.ft .ft_contents_wrapper .ft_contents_address span:last-child {
  font-size: 1.2rem;
  border-bottom: 1px solid #ffffff;
}
.ft .ft_contents_wrapper .ft_contents_copy-right span {
  color: #ffffff;
  font-size: clamp(1.1rem, 0.63vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.ft .fixed_btn-pc {
  width: 3.78%;
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 999;
}
.ft .ft_nav_lists {
  justify-content: center;
  margin-bottom: 35px;
}
.ft .ft_nav_lists .ft_nav_list {
  margin-right: 35px;
}
.ft .ft_nav_lists .ft_nav_list:last-child {
  margin-right: 0;
}
.ft .ft_nav_lists .ft_nav_list a:hover {
  color: #26b7bc;
}
.ft .copy_right {
  text-align: center;
}
.ft .copy_right span {
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ft .page-top {
  width: 5.8%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.news_sec {
  background: url(../img/top/menu_bg-top.png) no-repeat top 2% right -5%/35.42%, url(../img/top/menu_bg-bottom.png) no-repeat bottom 45% left -20%/35.42%, url(../img/top/news_bg.png) no-repeat center/cover, #ffffff;
  position: relative;
}
.news_sec .contents_box-m {
  padding: 9.64% 0 0;
}
.news_sec .contents_box-m .news_contents_wrapper {
  width: 75%;
  margin: 0 0 0 15.5%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_ttl {
  text-align: left;
  margin: 0 0 8.5% 8%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper {
  margin-bottom: 15.2%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list {
  position: relative;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list::before {
  content: "";
  display: block;
  width: 150%;
  border-bottom: 1px dashed rgba(82, 71, 64, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list a {
  align-items: center;
  padding: 2.63% 0;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list a .news_list_time {
  width: 20%;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 2%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list a .news_list_ttl {
  width: 70%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_lists_wrapper .news_lists .news_list a .news_list_ttl h4 {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-right: 10%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_contents .news_contents_ttl {
  margin-bottom: 7.5%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_contents .news_contents_ttl h3 {
  font-size: clamp(2.8rem, 1.67vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.news_sec .contents_box-m .news_contents_wrapper .news_contents .news_contents_txt p {
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 3;
  margin-bottom: 7.5%;
}
.news_sec .contents_box-m .news_contents_wrapper .news_contents .news_contents_txt p:last-child {
  margin-bottom: 0;
}
.news_sec .news_btn {
  position: absolute;
  top: 14.5%;
  right: 8%;
}
.news_sec .news_btn a {
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  position: relative;
  padding-right: 50px;
}
.news_sec .news_btn a:after {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  background: url(../img/top/news_btn_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.news_sec .news_img {
  padding-top: 58.91%;
  background: url(../img/top/news_img.png) no-repeat center/cover;
}

.concept_sec {
  background: url(../img/top/concept_bg.png) no-repeat top center/cover, #ffffff;
}
.concept_sec .contents_box-m {
  padding: 9.64% 0 7.03%;
}
.concept_sec .contents_box-m .concept_ttl {
  margin-bottom: 12.89%;
}
.concept_sec .contents_box-m .concept_ttl h3::before {
  content: "";
  display: block;
  width: 52px;
  height: 48px;
  background: url(../img/top/concept_ttl_ic.png) no-repeat center/contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.concept_sec .contents_box-m .concept_contents .concept_contents_ttl {
  text-align: center;
  margin-bottom: 90px;
}
.concept_sec .contents_box-m .concept_contents .concept_contents_ttl h4 {
  display: inline-block;
  font-size: clamp(3.6rem, 2.71vw, 5.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.concept_sec .contents_box-m .concept_contents .concept_contents_txt p {
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 3;
  text-align: center;
}
.concept_sec .concept_img_wrapper {
  padding-top: 78.13%;
  position: relative;
}
.concept_sec .concept_img_wrapper .concept_img-01 {
  width: 38.75%;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 2;
}
.concept_sec .concept_img_wrapper .concept_img-02 {
  width: 47.29%;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
}
.concept_sec .concept_img_wrapper .concept_img-03 {
  width: 37.81%;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 2;
}
.concept_sec .concept_img_wrapper .concept_img-04 {
  width: 56.3%;
  position: absolute;
  bottom: 15%;
  left: 17%;
  z-index: 1;
}
.concept_sec .concept_img_wrapper .concept_img-05 {
  width: 23.8%;
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: 2;
}

.chef_sec {
  background: url(../img/top/chef_bg.png) no-repeat top center/cover, #ffffff;
  padding: 7.03% 0;
}
.chef_sec .chef_ttl {
  margin-bottom: 7.03%;
}
.chef_sec .chef_contents .chef_contents_ttl {
  text-align: center;
  margin-bottom: 7.03%;
}
.chef_sec .chef_contents .chef_contents_ttl h4 {
  display: inline-block;
  font-size: clamp(3.2rem, 1.98vw, 3.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.chef_sec .chef_contents .chef_lists {
  flex-direction: column;
}
.chef_sec .chef_contents .chef_lists .chef_list {
  position: relative;
}
.chef_sec .chef_contents .chef_lists .chef_list:first-child, .chef_sec .chef_contents .chef_lists .chef_list:nth-child(2) {
  margin-bottom: 9%;
}
.chef_sec .chef_contents .chef_lists .chef_list::before {
  content: "";
  display: block;
  width: 50.5%;
  border: 1px dashed rgba(82, 71, 64, 0.4);
  position: absolute;
  top: 14%;
  right: 0;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper {
  width: 70%;
  min-width: 1080px;
  margin: 0 auto;
  gap: 0 3%;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_img {
  width: 46%;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents {
  width: 51%;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents .chef_list_contents_name {
  align-items: end;
  gap: 0 25px;
  margin-bottom: 8.94%;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents .chef_list_contents_name .chef_list_contents_name-ja h5 {
  font-size: clamp(2.8rem, 1.67vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents .chef_list_contents_name .chef_list_contents_name-en {
  margin-bottom: 5px;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents .chef_list_contents_name .chef_list_contents_name-en span {
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.chef_sec .chef_contents .chef_lists .chef_list .chef_list_contents_wrapper .chef_list_contents .chef_list_contents_introduction p {
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3;
}

.menu_sec {
  width: 100%;
  background: url(../img/top/menu_bg-top.png) no-repeat top 2% right -18%/41.41%, url(../img/top/menu_bg-bottom.png) no-repeat bottom 2% left -18%/41.41%, url(../img/top/menu_bg.png) no-repeat center/cover;
  padding-bottom: 8.03%;
}
.menu_sec .menu_lists {
  padding: 3.13% 0;
}
.menu_sec .menu_lists .menu_list {
  padding: 4.17% 0;
}
.menu_sec .menu_lists .menu_list:first-child .menu_list_wrapper::before {
  content: "";
  display: block;
  width: 18.79%;
  padding-top: 8.03%;
  background: url(../img/top/menu_list_ic-lunch.png) no-repeat center/contain;
  position: absolute;
  top: clamp(-14.4rem, -7.5vw, -9.4rem);
  left: 6%;
}
.menu_sec .menu_lists .menu_list:first-child .menu_list_wrapper .menu_list_contents_ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ffffff;
  position: absolute;
  bottom: -60%;
  left: 25px;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper {
  flex-direction: row-reverse;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper::before {
  content: "";
  display: block;
  width: 22.52%;
  padding-top: 7.93%;
  background: url(../img/top/menu_list_ic-dinner.png) no-repeat center/contain;
  position: absolute;
  top: -16%;
  right: 6%;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ffffff;
  position: absolute;
  bottom: -60%;
  left: 0;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_ttl h4 {
  text-align: right;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price_items {
  display: none;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price {
  display: flex;
  justify-content: end;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span {
  align-items: center;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span .small {
  margin-top: 10px;
}
.menu_sec .menu_lists .menu_list:last-child .menu_list_wrapper .menu_list_contents_txt p {
  text-align: right;
}
.menu_sec .menu_lists .menu_list .menu_list_ttl {
  margin-bottom: 11.29%;
}
.menu_sec .menu_lists .menu_list .menu_list_ttl h3 {
  color: #ffffff;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper {
  gap: 0 2.5%;
  position: relative;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_img {
  width: 47%;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents {
  width: 47.5%;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_ttl {
  margin-bottom: 11.62%;
  position: relative;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_ttl h4 {
  color: #ffffff;
  font-size: clamp(3.6rem, 2.19vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices {
  flex-direction: column;
  margin-bottom: 5.53%;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper {
  margin-left: 7.2%;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper:first-child {
  margin-bottom: 3.87%;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper:last-child {
  margin-bottom: 0;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price_items {
  margin-bottom: 5px;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price_items span {
  color: #ffffff;
  font-size: clamp(1.4rem, 0.89vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.3em;
  border: 1px solid #ffffff;
  padding: 2px 20px 5px;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span {
  color: #ffffff;
  font-size: clamp(2.6rem, 1.67vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/top/menu_list_contents_price_price_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -35px;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span .items {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(1.2rem, 0.89vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.3em;
  border: 1px solid #ffffff;
  padding: 2px 20px 5px;
  vertical-align: middle;
  margin-right: 20px;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_prices .menu_list_contents_price_wrapper .menu_list_contents_price > span .small {
  font-size: clamp(1.3rem, 0.94vw, 1.8rem);
  letter-spacing: 0.35em;
}
.menu_sec .menu_lists .menu_list .menu_list_wrapper .menu_list_contents .menu_list_contents_txt p {
  color: #ffffff;
  font-size: clamp(1.5rem, 1.04vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 3.5;
}
.menu_sec .menu_btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.menu_sec .menu_btn a {
  display: block;
  color: #ffffff;
  font-size: clamp(2.6rem, 1.67vw, 3.2rem);
  background: #A17A51;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #E7D185;
}

.fixed_bg_sec {
  position: relative;
  padding-top: 48%;
  overflow: hidden;
}
.fixed_bg_sec .fixed_bg {
  width: 100%;
  background: url(../img/top/fixed_bg.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.shop_sec {
  background: url(../img/top/shop_bg.png) no-repeat top center/cover, #ffffff;
}
.shop_sec .floor_wrapper {
  padding: 7.03% 0;
}
.shop_sec .floor_wrapper .contents_box-m .floor_ttl {
  margin-bottom: 10.55%;
}
.shop_sec .floor_wrapper .contents_box-m .floor_img {
  width: 70%;
  margin: 0 auto 10.55%;
}
.shop_sec .floor_wrapper .contents_box-m .floor_txt p {
  font-size: clamp(1.6rem, 0.99vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: center;
}
.shop_sec .shop_info_wrapper .shop_info_ttl_wrapper {
  width: 78.13%;
  background: url(../img/top/shop_info_ttl_wrapper_bg.png) no-repeat center/cover;
  padding: 3% 6% 18%;
  box-sizing: border-box;
  margin: 0 0 7.03% auto;
}
.shop_sec .shop_info_wrapper .shop_info_ttl_wrapper .shop_info_ttl {
  text-align: left;
}
.shop_sec .shop_info_wrapper .shop_info_ttl_wrapper .shop_info_ttl h3 {
  color: #ffffff;
}
.shop_sec .shop_info_wrapper .contents_box-m {
  margin-bottom: 12.24%;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_lists {
  width: 85%;
  margin: 0 auto 10.55%;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_lists .shop_info_list {
  gap: 0 10%;
  padding: 2.79% 0;
  border-bottom: 1px dashed rgba(82, 71, 64, 0.4);
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_lists .shop_info_list dt {
  width: 25%;
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_lists .shop_info_list dd {
  width: 65%;
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_lists .shop_info_list dd a {
  pointer-events: none;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta {
  width: 75%;
  background: #ffffff;
  padding: 4.69% 10.55%;
  box-sizing: border-box;
  border: 3px solid rgba(82, 71, 64, 0.4);
  margin: 0 auto;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_tel {
  text-align: center;
  margin-bottom: 5.18%;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_tel a {
  font-size: clamp(2.8rem, 1.88vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(82, 71, 64, 0.4);
  pointer-events: none;
  position: relative;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_tel a::before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background: url(../img/top/shop_info_cta_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -30px;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_ttl {
  text-align: center;
  margin-bottom: 5.88%;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_ttl h4 {
  display: inline-block;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15px 60px;
  border: 2px solid rgba(82, 71, 64, 0.4);
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists {
  flex-direction: column;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list:first-child {
  border-bottom: 2px dashed rgba(82, 71, 64, 0.4);
  padding-bottom: 5.18%;
  margin-bottom: 5.18%;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list:first-child .shop_info_cta_cancel_list_price {
  margin-bottom: 35px;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list .shop_info_cta_cancel_list_price {
  text-align: center;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list .shop_info_cta_cancel_list_price > span {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.3em;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list .shop_info_cta_cancel_list_price > span span {
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list .shop_info_cta_cancel_list_txt {
  text-align: center;
}
.shop_sec .shop_info_wrapper .contents_box-m .shop_info_cta .shop_info_cta_cancel_wrapper .shop_info_cta_cancel_lists .shop_info_cta_cancel_list .shop_info_cta_cancel_list_txt span {
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.3em;
}
.shop_sec .shop_info_wrapper .shop_info_map {
  padding-top: 32%;
  position: relative;
}
.shop_sec .shop_info_wrapper .shop_info_map::before {
  content: "";
  display: block;
  width: 28.59%;
  padding-top: 6.46%;
  background: url(../img/top/shop_info_map_ic.png) no-repeat center/contain;
  position: absolute;
  top: -20%;
  left: 2%;
}
.shop_sec .shop_info_wrapper .shop_info_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}/*# sourceMappingURL=style.css.map */