@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: sans-serif;
}

.slick-dots {
  bottom: 10px;
}

.ly_top {
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ly_top .bl_topImageSlider {
  width: 100%;
  min-height: 700px;
  margin-bottom: 0px;
}
.ly_top .el_topImage1 {
  background-image: url(../images/top1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
.ly_top .el_topImage2 {
  background-image: url(../images/top2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
.ly_top .el_topImage3 {
  background-image: url(../images/top3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
.ly_top .el_imgLogo {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly_top .el_imgLogo img {
  width: 556px;
  height: auto;
}

.bl_telBtn {
  display: none;
}

.ly_hamMenu {
  align-items: center;
  background: #A98963;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  position: fixed;
  right: -300px; /* Initially off-screen */
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  width: 360px;
  z-index: 10000;
}
.ly_hamMenu .bl_menuHeader {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-right: 40px;
}
.ly_hamMenu .bl_menuHeader img {
  width: 47px;
}
.ly_hamMenu .bl_menuList {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: space-between;
  min-height: 140px;
  height: 280px;
}
.ly_hamMenu .bl_menuList .el_menu {
  color: white;
  font-size: 16px;
  font-weight: bold;
  word-wrap: break-word;
  transition: color 0.3s ease-in-out;
}
.ly_hamMenu .bl_menuList .el_menu:hover {
  color: #0E3963;
}
.ly_hamMenu hr {
  width: 148px;
  height: 1px;
  color: #FFF;
  stroke-width: 1px;
}
.ly_hamMenu .bl_menuTel {
  width: 198px;
  height: auto;
  background: #A98963;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 12px;
}
.ly_hamMenu .bl_menuTel .el_telHeader {
  font-size: 12px;
  color: white;
}
.ly_hamMenu .bl_menuTel .el_telNumber {
  font-size: 16px;
  color: white;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.ly_hamMenu .bl_menuTel .el_telNumber:hover {
  color: #0E3963;
}
.ly_hamMenu .bl_menuSns {
  width: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.el_iconWhite {
  color: white;
  transition: color 0.3s ease-in-out;
}

.el_iconWhite:hover {
  color: #0E3963;
}

.el_iconBrown {
  color: #A98963;
  transition: color 0.3s ease-in-out;
}

.el_iconBrown:hover {
  color: #0E3963;
}

.show {
  transform: translateX(0);
  right: 0px;
}

.hamburger.show .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.line {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 5px auto;
  transition: all 0.3s ease;
}

.bl_tel {
  width: 198px;
  height: auto;
  background: #A98963;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 12px;
  position: fixed;
  top: 20px;
  right: 150px;
  z-index: 100;
}

.el_telHeader {
  font-size: 12px;
  color: white;
}

.el_telNumber {
  font-size: 16px;
  color: white;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
  letter-spacing: 0.97px;
}

.el_telNumber:hover {
  color: #0E3963;
}

/* Rotating lines for X icon effect */
.hamburger.show .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.show .line:nth-child(2) {
  opacity: 0;
}

.hamburger.show .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.bl_hamburger {
  position: fixed;
  top: 20px;
  right: 60px;
  text-align: center;
  z-index: 100;
}
.bl_hamburger .hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  padding: 10px;
  z-index: 100000;
}
.bl_hamburger .line {
  display: block;
  width: 59px;
  height: 4px;
  background: #A98963;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.bl_hamburger .el_hambergerTitle {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  color: #A98963;
}
.bl_hamburger img {
  width: 60px;
}

.bl_tel2 {
  display: none;
}

.ly_notice {
  background: #ADADAF;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_notice .bl_notice {
  align-items: center;
  background: #605f60;
  border: 1px solid #A98963;
  color: #A98963;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 80px;
  padding: 20px;
  width: 90%;
  max-width: 1200px;
  min-width: 700px;
}
.ly_notice .bl_notice h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.ly_notice .bl_notice .el_notice {
  font-size: 20px;
  line-height: 1.5;
}
.ly_notice .bl_notice .bl_menuSns {
  width: 154px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ly_notice .bl_notice .el_footer {
  font-size: 16px;
  line-height: 1.2;
}

.ly_aboutWrapper {
  background: #ADADAF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_aboutWrapper .ly_about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 800px;
  max-width: 1200px;
}
.ly_aboutWrapper .ly_about .bl_about {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 20px;
}
.ly_aboutWrapper .ly_about .bl_aboutImg {
  width: auto;
}
.ly_aboutWrapper .ly_about .bl_aboutImg img {
  width: 100%;
}
.ly_aboutWrapper .ly_about .bl_aboutImg.bl_aboutImgShow.bl_aboutImgLeft {
  display: none;
}

.el_h2Underline {
  width: fit-content;
}
.el_h2Underline h2 {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid black;
}

.el_description {
  font-size: 16px;
  line-height: 1.5;
}

.el_descriptionEnglish {
  font-size: 12px;
  line-height: 1.3;
}

.ly_chefWrapper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url(../images/chef.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_chefWrapper .el_chefImage {
  display: none;
}
.ly_chefWrapper .ly_chef {
  background-color: rgba(3, 3, 3, 0.46);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ly_chefWrapper .ly_chef .bl_chefWrapper {
  width: 100%;
  min-width: 800px;
  max-width: 1200px;
  padding-left: 40px;
}
.ly_chefWrapper .ly_chef .bl_chefWrapper .bl_chef {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 500px;
  color: white;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.ly_chefWrapper .ly_chef .bl_chefWrapper .bl_chef .el_chefName {
  font-size: 18px;
}
.ly_chefWrapper h2 {
  border-bottom: 1px solid white;
}
.ly_chefWrapper .el_description {
  font-size: 14px;
}

.ly_menuWrapper {
  width: 100%;
  background-image: url(../images/menu.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ly_menuWrapper .el_menuImage {
  display: none;
}
.ly_menuWrapper .ly_menuBackground {
  background-color: rgba(3, 3, 3, 0.28);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_menuWrapper .ly_menuBackground .ly_menu {
  min-width: 800px;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_justifyContentStart {
  justify-content: flex-start;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper {
  width: auto;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 500px;
  color: white;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menu .el_chefName {
  font-size: 18px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish {
  gap: 0px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish h2 {
  border-bottom: none;
  font-size: 12px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish h3 {
  font-size: 12px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish p.el_descriptionEnglish {
  font-size: 12px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish td {
  padding: 0px 10px 0px 0px;
  font-size: 12px;
}
.ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menuEnglish .el_courseTable {
  margin: 0px;
}
.ly_menuWrapper h2 {
  border-bottom: 1px solid white;
}
.ly_menuWrapper h3 {
  color: white;
  font-size: 18px;
}
.ly_menuWrapper .el_description {
  font-size: 14px;
}

.ly_accessWrapper {
  width: 100%;
  background-image: url(../images/inside_store.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_accessWrapper .el_accessImage {
  display: none;
}
.ly_accessWrapper .ly_access {
  background-color: rgba(1, 1, 1, 0.28);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly_accessWrapper .ly_access .bl_access {
  max-width: 1200px;
  width: 80%;
  padding-top: 90px;
  padding-bottom: 90px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  letter-spacing: 0.97px;
  text-indent: 0.97px;
  color: white;
}
.ly_accessWrapper .ly_access .bl_access dl {
  font-weight: 400;
  word-wrap: break-word;
  display: table;
  width: 100%;
}
.ly_accessWrapper .ly_access .bl_access dt {
  width: 300px;
  display: table-cell;
  font-weight: 400;
  word-wrap: break-word;
  padding-left: 140px;
}
.ly_accessWrapper .ly_access .bl_access dd {
  display: table-cell;
  font-weight: 400;
  word-wrap: break-word;
}
.ly_accessWrapper .ly_access .bl_access dt, .ly_accessWrapper .ly_access .bl_access dd {
  border-bottom: 0.5px solid #ccc;
  padding-top: 52px;
  padding-bottom: 52px;
}
.ly_accessWrapper .ly_access .bl_access dt.no_border, .ly_accessWrapper .ly_access .bl_access dd.no_border {
  border-bottom: 0px;
}
.ly_accessWrapper .ly_access .bl_access p.el_url {
  width: auto;
  display: inline-block;
  border-bottom: solid 1px white;
  font-weight: bold;
}
.ly_accessWrapper .ly_access .bl_access .bl_menuSns {
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ly_accessWrapper .ly_access .el_url, .ly_accessWrapper .ly_access a {
  transition: all 0.3s ease;
}
.ly_accessWrapper .ly_access .el_url:hover, .ly_accessWrapper .ly_access a:hover {
  color: #0E3963;
}

.ly_footer {
  align-items: center;
  background: #0E3963;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 240px;
  background: #0E3963;
  text-align: center;
  width: 100%;
}
.ly_footer .bl_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ly_footer .el_returnTop {
  margin-top: 20px;
  margin-left: 90%;
}
.ly_footer .el_returnTop.fadeIn {
  animation-duration: 2s;
}
.ly_footer p {
  margin-top: 60px;
  color: white;
  padding-bottom: 20px;
}

.ly_body {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ly_auto-height {
  height: calc(var(--vh, 1vh) * 100);
}

.ly_header {
  width: 409px;
  height: 100%;
  /* height: 1164px; */
  padding-top: 40px;
  padding-bottom: 70px;
  padding-left: 66px;
  padding-right: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bl_header {
  padding-left: 52px;
}

.bl_header-logo {
  width: 312px;
  height: 458px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.el_header-logo {
  width: 100px;
}

.el_header-logo-caption {
  width: 142px;
  height: 89px;
  color: #FFFCFC;
  font-size: 19px;
  font-weight: 400;
  word-wrap: break-word;
  padding-bottom: 120px;
  margin-left: -28px;
}

.ly_top-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
  height: 100%;
  padding-top: 80px;
  padding-right: 32px;
  padding-bottom: 40px;
}

.el_tel {
  color: #FFFBFB;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 8.2px;
  word-wrap: break-word;
}

.ly_news {
  width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
  background: rgba(75, 75, 75, 0.51);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 19px;
  display: flex;
}

.ly_news-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.ly_news h2 {
  color: #FFFEFE;
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
}

#news_content {
  display: contents;
  gap: 19px;
}

.ly_news #news_content dl {
  color: #FFFDFD;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  display: table;
  width: 100%;
}

.ly_news #news_content dt {
  display: table-cell;
}

.ly_news #news_content dd {
  padding-left: 32px;
  display: table-cell;
  width: 100%;
}

.bl_scroll {
  width: 100%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
  position: absolute;
  align-items: center;
  top: -68px;
}

.bl_scroll span {
  color: #FFFBFB;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
}

.el_scroll-line {
  font-size: 18px;
  padding-top: 8px;
  padding-right: 3px;
}

.ly_course {
  width: 100%;
  min-width: 800px;
  background: #262626;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  display: inline-flex;
}

.bl_course-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 156px;
}

.bl_course-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bl_course-content h2 {
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 32px;
  line-height: normal;
  padding: 40px;
}

.bl_course-content h3 {
  padding: 30px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 16.83px;
  text-indent: 16.83px;
}

.bl_course-content hr {
  width: 100%;
  height: 1px;
  color: #FFF;
  stroke-width: 1px;
}

.bl_course-content span {
  color: #FFF8F8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.97px;
  text-indent: 2.97px;
}

.bl_course-content table {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.97px;
  text-indent: 2.97px;
  table-layout: fixed;
}

.bl_course-content img {
  padding-top: 28px;
  width: 810px;
}

.bl_course-content-supplementation {
  padding-top: 112px;
  text-align: center;
  hegiht: 100%;
  padding-bottom: 112px;
}

.el_course-name {
  width: 180px;
}

.el_course-price {
  width: 180px;
  text-align: end;
}

.ly_course-detail {
  width: 1006px;
  height: 689px;
}

.bl_shokuzai-img {
  position: relative;
}

.bl_shokuzai-img img {
  width: 810px;
}

.bl_shokuzai-content {
  margin-left: 25px;
  padding-top: 20px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 29px;
  width: 516px;
  background: rgba(0, 0, 0, 0.53);
}

.el_align-left_buttom {
  position: absolute;
  left: 29px;
  bottom: 29px;
}

.el_align-right_buttom {
  position: absolute;
  right: 29px;
  bottom: 29px;
}

.bl_shokuzai-content h2 {
  color: #FFFDFD;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.56px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bl_shokuzai-content span {
  padding-top: 18px;
  color: #FFFDFD;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.92px;
  text-indent: 3.92px;
}

.bl_shokuzai-header {
  writing-mode: vertical-rl;
}

.bl_shokuzai-header h3 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 13.36px;
  text-indent: 13.36px;
  padding-right: 10px;
}

.bl_shokuzai-header h2 {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 13.36px;
  text-indent: 13.36px;
  /* 基本 */
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 1px solid #FFFDFD;
  height: fit-content;
  padding-left: 10px;
}

.ly_drink-wrapper {
  width: 100%;
  min-width: 100%;
  background: #B7B0B0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ly_drink {
  width: 1200px;
  padding-top: 100px;
  padding-bottom: 40px;
  background: #B7B0B0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.ly_drink-header {
  background: #B7B0B0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.ly_drink-header h2 {
  width: 205px;
  height: 44px;
  color: #151010;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 14.08px;
  text-indent: 14.08px;
  word-wrap: break-word;
  border-bottom: 1px solid #151010; /* 下線のスタイルを設定 */
}

.ly_drink-header h3 {
  width: 201px;
  height: 29px;
  color: #151010;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 13.5px;
  text-indent: 13.5px;
  word-wrap: break-word;
  padding-top: 20px;
}

.ly_drink-header img {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.ly_drink-detail {
  padding-top: 24px;
  color: #4B4B4B;
}

.ly_kenzo-wrapper {
  width: 100%;
  min-width: 100%;
  background: #B7B0B0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ly_kenzo {
  width: 1200px;
  padding-bottom: 45px;
  background: #B7B0B0;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 59px;
}

.bl_kenzo-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.bl_kenzo-img p {
  color: #4B4B4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.64px;
  text-indent: 2.64px;
}

.el_kenzo-img {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.ly_kenzo-detail {
  width: 100%;
}

.ly_kenzo-detail h2 {
  color: #4B4B4B;
  width: 100%;
  height: 44px;
  color: #151010;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 14.08px;
  text-indent: 14.08px;
  word-wrap: break-word;
}

.ly_kenzo-detail hr {
  width: 205px;
}

.ly_kenzo-detail-content {
  color: #4B4B4B;
  width: 400px;
  padding-top: 70px;
  padding-bottom: 23px;
}

.ly_pictures {
  width: 100%;
  min-width: 100%;
  padding-left: 245px;
  padding-right: 245px;
  padding-bottom: 173px;
  background: #262626;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 142px;
  display: inline-flex;
}

.ly_pictures-title {
  padding-top: 173px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ly_pictures-title-h2 {
  width: auto;
  /* TODO ↓のheightが効かず、下線の位置がずれる */
  height: 48px;
  color: #FFFDFD;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 14.08px;
  text-indent: 14.08px;
  word-wrap: break-word;
  border-bottom: 1px solid white; /* 下線のスタイルを設定 */
}

.ly_pictures-title-h3 {
  width: auto;
  height: 29px;
  color: #FFFBFB;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 13.5px;
  text-indent: 13.5px;
  word-wrap: break-word;
  padding-top: 20px;
}

.ly_pictures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  row-gap: 82px;
}

.el_pictures-grid-img {
  width: 323px;
  /* height: 323px; */
}

.ly_chef-wrapper {
  width: 100%;
  min-width: 100%;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  min-height: 700px;
  height: 100vh;
}

.ly_chef {
  width: 1200px;
  padding-top: 180px;
  padding-bottom: 34px;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 59px;
}

.ly_chef-detail {
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  gap: 19px;
  /* display: inline-flex; */
  height: auto;
  flex-wrap: wrap;
  flex: 1;
  /* align-self: stretch; */
}

.ly_chef-detail h2 {
  width: 205px;
  height: 44px;
  color: #151010;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 14.08px;
  word-wrap: break-word;
  border-bottom: 1px solid #FFFDFD; /* 下線のスタイルを設定 */
  color: #FFFDFD;
}

.ly_chef-detail h3 {
  width: 201px;
  height: 29px;
  color: #151010;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 13.5px;
  word-wrap: break-word;
  padding-top: 20px;
  color: #FFFDFD;
}

.el_chef-detail-content {
  padding-top: 40px;
  color: #151010;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2.97px;
  text-indent: 2.97px;
  word-wrap: break-word;
  /* padding-top: 371px; */
  color: #FFFDFD;
}

.el_text-underline {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.el_text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* テキストの下に線を配置する位置を調整 */
  width: 100%; /* テキストの幅と同じに線を引く */
  border-bottom: 1px solid white; /* 線のスタイルを設定 */
}

.bl_footer-logo img {
  width: 100px;
}

.bl_footer-img img {
  width: 366px;
  position: relative;
  top: 10px;
}

.ly_footer-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 700px;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
}

.ly_footer-content {
  display: flex;
  padding-top: 128px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.bl_footer-copyright {
  padding-top: 60px;
  padding-bottom: 86px;
}

.bl_footer-copyright span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.97px;
  text-indent: 2.97px;
}

.el_link-icon {
  width: 16px;
}

/*フェードインさせたい要素を消します*/
.sFade {
  opacity: 0;
}

/*アニメーションを設定*/
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*上下の動きを指定*/
.upDown {
  transform: translateY(-100px);
}

.downUp {
  transform: translateY(100px);
}

/*左右の動きを指定*/
.slideR {
  transform: translateX(200px);
}

.slideL {
  transform: translateX(-200px);
}

.overflowH {
  overflow: hidden;
}

img.el_imgQr {
  width: 80px;
  height: 80px;
}

.el_courseTable {
  margin-bottom: 10px;
  color: white;
}
.el_courseTable td {
  padding: 5px 10px 5px 0px;
  font-size: 14px;
}
.el_courseTable td:last-child {
  text-align: right;
}

.el_responsiveShow {
  display: none;
}

@media screen and (min-width: 1060px) {
  .bl_menuWrapper.bl_justifyContentEnd {
    position: absolute;
    left: 51%;
  }
  .el_descriptionEnglish {
    width: 500px;
  }
}
@media screen and (max-width: 1059px) {
  .bl_menuWrapper.bl_justifyContentEnd {
    position: inherit;
    justify-content: flex-start !important;
  }
  .el_descriptionEnglish {
    width: auto;
  }
  .ly_aboutWrapper .ly_about .bl_about {
    width: 100%;
  }
  .ly_aboutWrapper .ly_about {
    align-items: flex-end;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .ly_top {
    width: 100%;
    height: 300px;
    min-height: 300px;
  }
  .ly_top .bl_topImageSlider {
    width: 100%;
    height: 300px;
    min-height: 100%;
    margin-bottom: 0px;
  }
  .ly_top .el_topImage1 {
    background-size: cover;
    height: 300px;
    min-height: 100%;
  }
  .ly_top .el_topImage2 {
    background-size: cover;
    min-height: 100%;
    height: 300px;
  }
  .ly_top .el_topImage3 {
    background-size: cover;
    height: 300px;
    min-height: 100%;
  }
  .ly_top .bl_tel {
    display: none;
  }
  .ly_top .el_imgLogo img {
    width: 233px;
    height: auto;
  }
  .bl_hamburger {
    right: 20px;
  }
  .bl_hamburger img {
    width: 40px;
  }
  .bl_telBtn {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10000;
  }
  .bl_telBtn i {
    width: 100%;
    height: 100%;
  }
  .bl_telBtn .el_iconBrown {
    transition: none;
  }
  .bl_telBtn .el_iconBrown:hover {
    color: #A98963;
  }
  .ly_hamMenu {
    padding-top: 20px;
  }
  .ly_hamMenu .bl_menuHeader {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
  }
  .ly_hamMenu .bl_menuHeader img {
    width: 40px;
  }
  .ly_hamMenu .bl_menuList {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
    min-height: 140px;
    height: 280px;
    text-align: center;
  }
  .ly_hamMenu .bl_menuList .el_menu {
    color: white;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
  }
  .ly_hamMenu hr {
    width: 148px;
    height: 1px;
    color: #FFF;
    stroke-width: 1px;
  }
  .ly_hamMenu .bl_menuTel {
    width: 198px;
    height: auto;
    background: #A98963;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }
  .ly_hamMenu .bl_menuTel .el_telHeader {
    font-size: 12px;
    color: white;
  }
  .ly_hamMenu .bl_menuTel .el_telNumber {
    font-size: 16px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.97px;
  }
  .ly_hamMenu .bl_menuSns {
    width: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .show {
    transform: translateX(0);
    width: 100%;
  }
  .bl_tel2 {
    display: block;
    width: 100%;
    background: #A98963;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }
  .bl_tel2 .el_telHeader {
    font-size: 12px;
    color: white;
  }
  .bl_tel2 .el_telNumber {
    font-size: 16px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.97px;
  }
  .ly_notice .bl_notice {
    align-items: center;
    background: #605f60;
    border: 0px;
    color: #A98963;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 80px;
    padding: 40px;
    min-width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .ly_notice .bl_notice h2 {
    font-size: 16px;
  }
  .ly_notice .bl_notice .el_notice {
    font-size: 16px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ly_notice .bl_notice .el_footer {
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
  .ly_aboutWrapper .ly_about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
  }
  .ly_aboutWrapper .ly_about .bl_about {
    width: 100%;
    padding: 40px;
    gap: 20px;
  }
  .ly_aboutWrapper .ly_about .bl_about .el_h2Underline h2 {
    font-size: 18px;
  }
  .ly_aboutWrapper .ly_about .bl_about .el_description {
    font-size: 14px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ly_aboutWrapper .ly_about .bl_about .el_descriptionEnglish {
    font-size: 12px;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg {
    display: none;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg img {
    width: 300px;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg.bl_aboutImgShow {
    display: block;
    width: 90%;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg.bl_aboutImgShow.bl_aboutImgRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .ly_aboutWrapper .ly_about .bl_aboutImg.bl_aboutImgShow.bl_aboutImgLeft {
    display: flex;
    margin-right: 45%;
  }
  .ly_accessWrapper {
    width: 100%;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ly_accessWrapper .el_accessImage {
    display: block;
    width: 100%;
  }
  .ly_accessWrapper .el_accessImage img {
    width: 100%;
  }
  .ly_accessWrapper .ly_access {
    background-color: #0E3963;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ly_accessWrapper .ly_access .bl_access {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 52px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0.97px;
    text-indent: 0.97px;
    color: white;
  }
  .ly_accessWrapper .ly_access .bl_access dl {
    font-weight: 400;
    word-wrap: break-word;
    display: table;
    width: 90%;
  }
  .ly_accessWrapper .ly_access .bl_access dt {
    width: 100px;
    display: table-cell;
    font-weight: 400;
    word-wrap: break-word;
    padding-left: 20px;
  }
  .ly_accessWrapper .ly_access .bl_access dd {
    display: table-cell;
    font-weight: 400;
    word-wrap: break-word;
  }
  .ly_accessWrapper .ly_access .bl_access dt, .ly_accessWrapper .ly_access .bl_access dd {
    font-size: 14px;
    border-bottom: none;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .ly_accessWrapper .ly_access .bl_access dt.no_border, .ly_accessWrapper .ly_access .bl_access dd.no_border {
    border-bottom: 0px;
  }
  .ly_accessWrapper .ly_access .bl_access p.el_url {
    width: auto;
    display: inline-block;
    border-bottom: solid 1px white;
    font-weight: bold;
  }
  .ly_accessWrapper .ly_access .bl_access .el_url:hover, .ly_accessWrapper .ly_access .bl_access a:hover {
    color: white;
  }
  .ly_accessWrapper .ly_access .bl_access .bl_menuSns {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ly_accessWrapper .ly_access .bl_access .el_description {
    font-size: 14px;
  }
  .ly_footer {
    background: #0E3963;
    min-height: 100%;
    height: 100%;
    padding-top: 0px;
  }
  .ly_footer .el_imgStore {
    width: 100%;
  }
  .ly_footer .el_imgLogo {
    padding-top: 109px;
    width: 250px;
  }
  .ly_footer p {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .ly_chefWrapper {
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #0E3963;
  }
  .ly_chefWrapper .el_chefImage {
    display: block;
    width: 100%;
  }
  .ly_chefWrapper .el_chefImage img {
    width: 100%;
  }
  .ly_chefWrapper .ly_chef {
    min-width: 100%;
    max-width: 100%;
    padding-top: 24px;
    background-color: #0E3963;
  }
  .ly_chefWrapper .ly_chef .bl_chefWrapper {
    min-width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  .ly_chefWrapper .ly_chef .bl_chefWrapper .bl_chef {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    color: white;
  }
  .ly_chefWrapper .ly_chef .bl_chefWrapper .bl_chef .el_chefName {
    font-size: 16px;
  }
  .ly_chefWrapper .el_h2Underline h2 {
    font-size: 18px;
  }
  .ly_chefWrapper .el_description {
    font-size: 14px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ly_chefWrapper .el_descriptionEnglish {
    font-size: 12px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ly_menuWrapper {
    width: 100%;
    background-image: none;
  }
  .ly_menuWrapper .el_menuImage {
    display: block;
    width: 100%;
  }
  .ly_menuWrapper .el_menuImage img {
    width: 100%;
  }
  .ly_menuWrapper .ly_menuBackground {
    background-color: #0E3963;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu {
    min-width: 100%;
    max-width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu .bl_justifyContentEnd {
    justify-content: center;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu .bl_justifyContentStart {
    justify-content: center;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    color: white;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
  .ly_menuWrapper .ly_menuBackground .ly_menu .bl_menuWrapper .bl_menu .el_chefName {
    font-size: 18px;
  }
  .ly_menuWrapper .el_h2Underline h2 {
    border-bottom: 1px solid white;
    font-size: 18px;
  }
  .ly_menuWrapper h3 {
    color: white;
    font-size: 18px;
  }
  .ly_menuWrapper .el_description {
    font-size: 14px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ly_menuWrapper .el_descriptionEnglish {
    font-size: 12px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .el_menu {
    width: 132px;
    height: 33px;
    color: #FFFCFC;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }
  .bl_header-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .el_header-logo {
    width: 44px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .el_header-logo-caption {
    width: 56px;
    color: #FFFCFC;
    font-size: 11px;
    font-weight: 400;
    word-wrap: break-word;
    padding-bottom: 32px;
  }
  .ly_top-right {
    height: 100%;
  }
  .bl_scroll {
    display: none;
  }
  .ly_course {
    width: 100%;
    background: #262626;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: inline-flex;
  }
  .bl_course-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 156px;
  }
  .bl_content-header {
    width: 306px;
  }
  .bl_content-header h2 {
    color: #FFF;
    /* font-size: 20px; */
    /* line-height: normal; */
    /* padding: 40px; */
    font-size: 20px;
    font-weight: 400;
    word-wrap: break-word;
    text-align: center;
    border-bottom: 1px solid #ffffff; /* 下線のスタイルを設定 */
    padding-bottom: 16px;
    width: 100%;
  }
  .bl_content-header h3 {
    /* padding: 30px; */
    color: #FFF;
    /* font-size: 16px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: normal; */
    /* letter-spacing: 16.83px; */
    /* margin-right: -16.83px; */
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 13.5px;
    text-indent: 13.5px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .bl_course-content hr {
    width: 100%;
    height: 1px;
    color: #FFF;
    stroke-width: 1px;
  }
  .bl_course-content span {
    color: #FFF8F8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.97px;
    text-indent: 2.97px;
  }
  .bl_course-content table {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.97px;
    text-indent: 2.97px;
    table-layout: fixed;
  }
  .bl_course-content img {
    padding-top: 28px;
    width: 100%;
  }
  .bl_course-content h3 {
    padding: 30px;
    color: #fff;
  }
  .bl_course-content-supplementation {
    padding-top: 112px;
    text-align: center;
    hegiht: 100%;
    padding-bottom: 112px;
  }
  .el_course-name {
    width: 180px;
  }
  .el_course-price {
    width: 180px;
    text-align: end;
  }
  .ly_course-detail {
    width: 100%;
  }
  .ly_shokuzai {
    min-height: 700px;
    width: 100%;
    background: #262626;
    display: flex;
    align-items: center;
    gap: 37px;
    flex-shrink: 0;
    color: #FFF8F8;
    justify-content: center;
    flex-direction: column;
    padding-top: 173px;
  }
  .ly_shokuzai-reverse {
    min-height: 700px;
    width: 100%;
    background: #262626;
    display: flex;
    align-items: center;
    gap: 37px;
    flex-shrink: 0;
    color: #FFF8F8;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .bl_shokuzai-img {
    position: relative;
    width: 100%;
  }
  .bl_shokuzai-img img {
    width: 100%;
  }
  .bl_shokuzai-content {
    padding-top: 20px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 29px;
  }
  .bl_shokuzai-content h2 {
    color: #FFFDFD;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 10.56px;
    text-indent: 10.56px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bl_shokuzai-content span {
    padding-top: 18px;
    color: #FFFDFD;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.92px;
    text-indent: 3.92px;
  }
  .bl_shokuzai-header h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 10.6px;
    text-indent: 10.6px;
    text-align: center;
    padding-top: 20px;
  }
  .bl_shokuzai-header h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 13.36px;
    text-indent: 13.36px;
    /* 基本 */
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #ffffff; /* 下線のスタイルを設定 */
    text-align: center;
  }
  .ly_drink-wrapper {
    width: 100%;
    background: #B7B0B0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ly_drink {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    background: #B7B0B0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .ly_drink-header {
    background: #B7B0B0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .ly_drink-header h2 {
    height: 44px;
    color: #151010;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 14.08px;
    text-indent: 14.08px;
    word-wrap: break-word;
    border-bottom: 1px solid #151010; /* 下線のスタイルを設定 */
    text-align: center;
  }
  .ly_drink-header h3 {
    height: 29px;
    color: #151010;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 13.5px;
    text-indent: 13.5px;
    word-wrap: break-word;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 60px;
  }
  .ly_drink-header img {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
  }
  .ly_drink-detail {
    padding-top: 24px;
    color: #4B4B4B;
    text-align: center;
  }
  .ly_kenzo-wrapper {
    width: 100%;
    background: #B7B0B0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ly_kenzo {
    width: 100%;
    padding-bottom: 45px;
    background: #B7B0B0;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 59px;
    flex-direction: column-reverse;
  }
  .bl_kenzo-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .bl_kenzo-img p {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.64px;
    text-indent: 2.64px;
  }
  .el_kenzo-img {
    width: 100%;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .ly_kenzo-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 110px;
  }
  .bl_kenzo-header {
    width: 306px;
  }
  .ly_kenzo-detail h2 {
    color: #4B4B4B;
    width: 100%;
    color: #151010;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 14.08px;
    text-indent: 14.08px;
    word-wrap: break-word;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ly_kenzo-detail hr {
    width: 100%;
  }
  .ly_kenzo-detail-content {
    color: #4B4B4B;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .ly_pictures {
    width: 100%;
    padding-bottom: 173px;
    background: #262626;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 142px;
    display: inline-flex;
  }
  .ly_pictures-title {
    padding-top: 173px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .ly_pictures-title-h2 {
    /* TODO ↓のheightが効かず、下線の位置がずれる */
    color: #FFFDFD;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 14.08px;
    text-indent: 14.08px;
    word-wrap: break-word;
    border-bottom: 1px solid white; /* 下線のスタイルを設定 */
  }
  .ly_pictures-title-h3 {
    color: #FFFBFB;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 13.5px;
    text-indent: 13.5px;
    word-wrap: break-word;
  }
  .ly_pictures-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  .el_pictures-grid-img {
    width: calc(50% - 60px);
    /* height: 323px; */
  }
  .ly_chef-wrapper {
    width: 100%;
    background: #262626;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 100px;
  }
  .ly_chef {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 59px;
  }
  .ly_chef img {
    width: 100%;
  }
  .ly_chef-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    flex: 1;
    /* align-self: stretch; */
  }
  .ly_chef-detail h2 {
    color: #151010;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 14.08px;
    text-indent: 14.08px;
    word-wrap: break-word;
    border-bottom: 1px solid #FFFDFD; /* 下線のスタイルを設定 */
    color: #FFFDFD;
  }
  .ly_chef-detail h3 {
    color: #151010;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 13.5px;
    text-indent: 13.5px;
    word-wrap: break-word;
    padding-top: 20px;
    color: #FFFDFD;
  }
  .el_chef-detail-content {
    padding-top: 40px;
    color: #151010;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.97px;
    text-indent: 2.97px;
    word-wrap: break-word;
    padding-top: 100px;
    color: #FFFDFD;
  }
  .el_link-icon {
    width: 16px;
  }
  .el_white-space-pre {
    white-space: pre;
  }
  .el_responsiveShow {
    display: inline;
  }
}

/*# sourceMappingURL=main.css.map */
