*{
  font-family: "Shippori Mincho", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,body{
  margin: 0 !important;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  display: block;
}
button {
  padding: 10px;
  text-align: center;
  font-size: 24px;
  outline: none;
}
h2 {
  font-size: 52px !important;
  font-weight: 500 !important;
}
section {
  padding: 80px 0;
}
section:has(#fv-section) {
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.l-inner {
  width: min(1200px, 90%);
  margin-left: auto;
  margin-right: auto;
}
.l-flex {
  display: flex;
}
.l-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.l-grid__2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-grid__3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-buttons__item--contact, 
.c-buttons__item--takeout{
  background: #fff;
  color: #000;
  border: 2px solid #0A093A;
  transition: all 0.3s;
}
.c-buttons__item--contact:hover, 
.c-buttons__item--takeout:hover{
  background: #000;
  color: #fff;
}
.c-buttons__item--reservation {
  background: #000;
  color: #fff;
  border: 2px solid #FCE383;
  border-image: linear-gradient(90deg, #FCE383 0%, #995D03 100%);
  border-image-slice: 1;
  transition: all 0.3s;
}
.c-buttons__item--reservation:hover {
  background: #fff;
  color: #000;
}
.section-title {
  font-size: 40px;
  border-left: 10px solid #fff;
  padding-left: 30px;
  font-weight: 600;
}
.section-title span {
  font-weight: normal !important;
  font-size: 28px;
  padding-left: 30px;
}
.section-title__2 {
  font-size: 40px;
  color: #0A093A;
  border-left: 10px solid #0A093A;
  padding-left: 30px;
  font-weight: 600;
}
.section-title__2 span {
  font-weight: normal !important;
  font-size: 28px;
  padding-left: 30px;
}
.section-title__3 {
  font-size: 40px;
  padding-left: 30px;
  font-weight: bold;
}
.section-title__3 span {
  font-weight: normal !important;
  font-size: 28px;
  padding-left: 30px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
  section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 32px;
    padding-left: 10px;
    border-left: 4px solid #fff;
  }
  .section-title span {
    font-size:16px;
    padding-left: 20px;
  }
  .section-title__2 {
    font-size: 32px;
    padding-left: 10px;
  }
  .section-title__2 span {
    font-size: 16px;
    padding-left: 10px !important;
  }
  .section-title__3 {
    font-size: 32px;
    padding-left: 20px;
  }
  .section-title__3 span {
    font-size:16px;
    padding-left: 20px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-grid__2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-grid__3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header {
  width: min(1200px, 90%);
  margin: 0 auto;
  position: relative;
}
.l-header > p {
  font-size: 33px;
  font-weight: 500;
  /* background: rgba(255,255,255,0.92); */
  color: #000;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  width: 400px;
  position: relative;
  z-index: 5000;
}

/* ドロップダウン本体 */
.l-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.808);
  padding: 35px 40px 40px;
  width: 400px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
}
.l-header__nav.is-padding {
  padding: 20px 30px;
}
.l-header__nav.is-open {
  max-height: 800px;
}
.l-header ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.l-header ul li {
  list-style-type: none;
  font-size: 20px;
  padding: 20px 24px;
  text-align: center;
}
.l-header ul li:first-child {
  padding-top: 30px;
}
.l-header ul li:not(:last-child) {
  border-bottom: 2px solid #000;
}
.l-header ul li:last-child {
  margin-bottom: 30px;
}
.l-header ul li a {
  text-decoration: none;
  color: #111;
}
.l-header ul li a span {
  font-weight: 500;
}
.l-header__item--buttons {
  display: grid;
  gap: 12px;
}
.l-header__item--buttons a {
  padding: 10px;
  text-align: center;
  font-size: 24px;
}
.l-nav__buttons a {
  padding: 10px;
  text-align: center;
  font-size: 24px;
}

/* fv */
#fv-section {
  width: 100%;
  height: 100%;
  margin-left: 0; /* fixedヘッダーと重なってOK */
}
#fv-section picture {
  position: static;
  width: 100%;
  height: 100%;
}
#fv-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* fv↓ */
.fv-under__cta {
  background: rgb(249 229 199);
  padding: 20px;
}
.fv-under__buttons {
  gap: 30px;
}
.fv-under__buttons a {
  padding: 10px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .fv-under__cta {
    padding: 10px;
  }
  .fv-under__buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .fv-under__buttons a {
    font-size: 20px;
  }
  .fv-under__buttons a:nth-child(3) {
    order: 2;
  }
  .fv-under__buttons a:nth-child(4) {
    order: 1;
  }
  .c-buttons__item {
    font-size: 18px;
  }
}
/* commitment */
.commitment-section {
  background: #000;
  gap: 80px;
}
.commitment-section h2,
.commitment-section p {
  color: #fff;
}
.commitment-section__text {
  gap: 20px;
}
.commitment-section__ttl {
  font-size: 22px;
  font-weight: 500;
}
.commitment-section__desc {
  font-size: 18px;
}
.l-commit__item--store {
  width: min(1536px, 90%);
  margin: 0 auto 0 0 !important;
  gap: 60px;
}
.l-commit__item--fish {
  width: min(1536px, 90%);
  margin: 0 0 0 auto !important;
  gap: 60px;
}
@media (max-width: 768px) {
  .commitment-section {
    gap: 40px;
  }
  .commitment-section p {
    line-height: 1.8;
  }
  .commitment-section__desc {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5 !important;
  }
  .commitment-section__detail {
    margin-top: 15px;
  }
  .l-commit__item--store {
    margin: 0 auto !important;
    gap: 15px;
  }
  .l-commit__item--store picture{
    margin-left: -50px;
  }
  .l-commit__item--fish {
    margin: 0 auto !important;
    gap: 15px;
  }
  .l-commit__item--fish div{
    order: 2;
  }
  .l-commit__item--fish picture{
    order: 1;
    margin-right: -19px;
  }
}

/* menu */
.menu-section {
  background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/menu_back_pc.webp');
  background-size: cover;
  background-position: center;
}
.menu-section p,
.menu-section h2 {
  color: #0A093A;
}
.menu-section__inner {
  gap: 30px;
}
.menu-section__buttons {
  gap: 30px;
}
.c-buttons__item--eatin {
  color: #000;
  background-color: #fff;
  border: 2px solid #0A093A;
  transition: all 0.3s;
}
.c-buttons__item--eatin:hover {
  background: #fff;
  color: #000;
}
.menu-container {
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.menu-container-first {
  margin-top: 30px;
}
.menu-container:not(:last-child) {
  margin-bottom: 30px;
}
.menu-container picture {
  width: 65%;
}
.menu-container > div {
  align-self: flex-end;
  width: 35%;
}
.menu-container__content {
  flex-direction: column;
  gap: 10px;
}
.menu-ttl {
  font-size: 28px;
  font-weight: 500;
}
.menu-ttl__en{
  font-size: 16px;
  font-weight: 500;
}
.menu-price {
  font-size: 24px;
  font-weight: 500;
}
.menu-price span{
  font-weight: 400;
}
.menu-price__tax {
  font-size: 14px;
}
.menu-desc {
  font-size: 18px;
}
.menu-desc__en {
  font-size: 16px;
  overflow-wrap: anywhere;
}
@media (max-width: 1280px) {
  .menu-ttl {
    font-size: 28px;
  }
  .menu-ttl__en{
    font-size: 16px;
  }
  .menu-price {
    font-size: 20px;
  }
  .menu-price__tax {
    font-size: 14px;
  }
  .menu-desc {
    font-size: 20px;
  }
  .menu-desc__en {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .menu-desc {
    font-size: 18px;
  }
  .menu-desc__en {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu-section {
    background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/menu_back_sp.webp');
  }
  .menu-section__buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c-buttons__item--eatin,
  .c-buttons__item--takeout {
    font-size: 13px;
    padding: 16px 4px;
  }
  .menu-container {
    flex-direction: column;
    gap: 30px;
  }
  .menu-container-first {
    margin-top: 0;
  }
  .menu-container:not(:last-child) {
    margin-bottom: 40px;
  }
  .menu-container picture{
    width: 100%;
  }
  .menu-container div{
    width: 100%;
  }
  .menu-container__content {
    gap: 15px;
  }
  .menu-ttl {
    font-size: 24px;
  }
  .menu-ttl__en{
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
  }
  .menu-price {
    font-size: 26px;
  }
  .menu-price__tax {
    font-size: 14px;
  }
  .menu-desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .menu-desc__en {
    font-size: 12px;
    line-height: 1.8;
  }
}
/* menu switching */
.c-btn {
  cursor: pointer;
  transition: .3s;
}

.js-switchingContents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
  &.is-open {
    height: auto;
    opacity: 1;
  }
}
.c-buttons__item--eatin.is-current {
  background: #000;
  color: #fff;
}
.c-buttons__item--takeout.is-current {
  background: #000;
  color: #fff;
}
.c-buttons__item--takeout.is-current
.js-switchingContents .menu-container:not(:last-child){
  margin-bottom: 30px;
}
/* drink */
.drink-section {
  background: #f9f4e7;
}
.drink-section p,
.drink-section h2 {
  color: #0A093A;
}
.drink-section h2 {
  padding-left: 0;
  margin-bottom: 20px;
}
.drink-section__inner {
  gap: 30px;
}
.drink-container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 100px;
  align-items: start;
}
.drink-ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.drink-ttl__en {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.drink-ttl__2 {
  font-size: 16px;
  margin-bottom: 4px;
}
.drink-content {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 30px;
}
.drink-price {
  font-weight: 600;
  font-size: 18px;
}
.drink-ttl__2--en--small {
  font-size: 15px;
}
.drink-price__tax {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .drink-section h2 {
    font-size: 32px;
    padding: 0;
    margin-bottom: 20px;
  }
  .drink-section__inner {
    gap: 10px;
  }
  .drink-container {
    gap: 10px;
  }
  .drink-ttl {
    margin-bottom: 15px;
  }
  .drink-ttl__2 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .drink-ttl__2--en {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .drink-ttl__2--en--small {
    font-size: 13px;
  }
  .drink-price {
    font-size: 22px;
  }
  .drink-content {
    margin-bottom: 20px;
  }
  .drink-content-last {
    margin-bottom: 0;
  }
}
/* message */
.message-section {
  background: #000;
}
.message-section p,
.message-section h2{
  color: #fff;
}
.message-container {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.message-section__inner {
  gap: 40px;
}
.message-ttl {
  font-size: 28px;
  margin-bottom: 30px;
}
.message-ttl__en {
  padding-left: 30px;
  font-size: 14px;
}
.message-desc {
  font-size: 16px;
}
.message-desc__en {
  font-size: 14px;
}
@media (max-width: 768px) {
  .message-section h2 {
    font-size: 27px !important;
  }
  .message-desc {
    line-height: 1.8;
  }
  .message-desc__en {
    line-height: 2;
  }
  .message-section h2 span {
    font-size: 12px;
  }
  .message-section__inner {
    gap: 20px;
  }
  .message-container {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .message-container div {
    order: 2;
  }
  .message-container picture {
    order: 1;
  }
}
/* seating */
.seating-section {
  background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/commitment01_pc.webp');
  background-size: cover;
  background-position: center;
  background-color: #ffffffdb;
  background-blend-mode: overlay;
}
.seating-section p,
.seating-section h2{
  color: #0A093A;
}
.seating-section h2 {
  margin-bottom: 20px;
}
.seating-container {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.seating-container > picture > img {
  /* aspect-ratio: 1 / 1; */
}
.seating-section__inner {
  gap: 40px;
}
.seating-desc {
  font-size: 16px;
  line-height: 1.8;
}
.seating-desc__en {
  font-size: 14px;
}
@media (max-width: 768px) {
  .seating-section h2 {
    font-size: 27px !important;
    padding-left: 10px !important;
    margin-bottom: 0;
  }
  .seating-desc {
    line-height: 2;
  }
  .seating-desc__en {
    line-height: 2;
  }
  .seating-section h2 span {
    font-size: 14px;
  }
  .seating-section__inner {
    gap: 20px;
  }
  .seating-container > picture > img {
    aspect-ratio: unset;
  }
}
/* news */
.news-section {
  background: #FBF6EB;
}
.news-section__inner {
  gap: 30px;
}
.news-container li {
  padding: 20px 0;
  color: #0A093A;
  border-bottom: #e4dfd9 1px solid;
  gap: 30px;
  grid-template-columns: 1fr 3fr 3fr;
}
.news-container li .news-date {
  color: #998675;
}
@media (max-width: 768px) {
  .news-container li {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .news-container li .news-date {
    font-size: 20px;
    font-weight: 500;
  }
}
/* information */
.information-section {
  background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/information_back_pc.webp');
  background-size: cover;
  background-position: center;
}
.information-section__inner {
  gap: 10px;
}
.information-section p,
.information-section a,
.information-section h2{
  color: #0A093A;
}
.information-section h2 {
  margin-bottom: 40px;
}
.information-content {
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}
.information-content__ttl {
  font-size: 24px;
  color: #000;
  padding: 4px 20px;
  border: 2px solid #000;
}
.information-content__desc {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 23px;
}
.information-content__desc span{
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.information-content__access {
  margin-top: 30px;
  align-items: flex-start;
}
.information-content__desc--access {
  padding-top: 0;
}
.information-content__desc--access span{
  padding-left: 0;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.information-content__desc--link {
  color: inherit;
  transition: all 0.3s;
  font-size: 23px;
}
.information-content__desc--link:hover {
  opacity: 0.6;
}
.information-container__map {
    position: relative;
    width: 100%;
    padding-top: 30%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.information-container__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.information-container__access p {
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
}
.information-container__access span {
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
}
.information-container__detail {
  margin-bottom: 30px;
}
@media (max-width: 1380px) {
  .information-content__ttl {
    font-size: 21px;
  }
  .information-content__desc {
    font-size: 21px;
  }
  .information-content__desc--link {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .information-section {
    background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/information_back_sp.webp');
  }
  .information-section h2 {
    margin-bottom: 20px;
  }
  .information-content {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .information-content__ttl {
    font-size: 20px;
  }
  .information-content__desc {
    line-height: 1.2;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  .information-content__desc--access {
    line-height: 1.8 !important;
    font-size: 17px !important;
  }
  .information-content__desc--link {
    line-height: 1.2;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  .information-content__desc span {
    padding: 0;
    font-size: 16px;
  }
  .information-container__map {
    padding-top: 70%;
    margin: 10px 0 15px;
  }
  .information-container__access p {
    margin-bottom: 20px;
  }
  .information-container__access span {
    padding-left: 0;
  }
  .information-container__detail {
    margin-bottom: 0;
  }
  .information-content__access {
    margin-top: 0;
  }
  .information-section__inner {
    gap: 20px;
  }
}
/* contact */
.contact-section {
  background: #000;
}
.contact-section h2 {
  color: #fff;
  margin-bottom: 60px;
}
.contact-section p{
  color: #0A093A;
  font-size: 18px;
}
.form-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
}
.form-wrapper .l-grid__2 {
  grid-template-columns: 2.5fr 7.5fr;
  gap: 30px;
  margin-bottom: 20px;
}
.form-label {
  font-size: 24px;
}
.form-label__en {
  font-size: 16px;
}
.wpcf7-text {
  width: 100%;
  outline: none;
  border: 2px solid #b4b4b4;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
}
.wpcf7-textarea {
  width: 100%;
  outline: none;
  padding: 10px;
  border: 2px solid #b4b4b4;
  border-radius: 10px;
  font-size: 20px;
}
.form-wrapper .yuji-syuku-regular p {
  font-size: 32px;
  font-family: "Yuji Syuku", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: column;
}
.form-wrapper .l-grid {
  text-align: center;
}
.l-grid:has(.privacy-policy) {
  margin-top: 30px;
}
.wpcf7-submit {
  margin-top: 30px;
  background: #000;
  color: #fff;
  border-image: linear-gradient(to right, #FCE383, #995D03) 1;
  padding: 10px 40px;
  width: 70%;
  font-size: 20px;
  outline: none;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  border-image: linear-gradient(to right, #FCE383, #995D03) 1;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-image: linear-gradient(to right, #FCE383, #995D03) 1;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.privacy-policy a{
  color: #249dda;
  transition: all 0.3s;
}
.privacy-policy a:hover{
  opacity: 0.6;
}
@media (max-width: 1280px) {
  .form-wrapper .yuji-syuku-regular p {
    font-size: 21px;
  }
  .form-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
.contact-section h2 {
  margin-bottom: 0;
}
.l-grid:has(.privacy-policy) {
  margin-top: 0;
}
.privacy-policy {
  margin-top: 20px;
}
.form-wrapper {
  padding: 40px 20px;
}
.form-wrapper .l-grid__2 {
  margin-top: 10px;
  margin-bottom: 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 12px;
}
.wpcf7-list-item {
  margin: 0 !important;
  font-size: 15px;
}
}
/* footer */
#copyright {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 20px 0;
}
#copyright p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #copyright p{
    font-size: 14px;
  }
}
/* hamburger */
.hamburger {
  display: none; /* PC非表示 */
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 68px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px;
  z-index: 200;
  position: relative;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  transition: transform 0.3s, opacity 0.3s;
}

/* バツ印に変化 */
.hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* オーバーレイ */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 150;
}
.nav-overlay.is-open {
  display: block;
}

/* スライドナビ */
.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 320px;
  background: rgb(255 255 255 / 85%);
  z-index: 160;
  transform: translateX(100%); /* 右に隠れている */
  transition: transform 0.4s ease;
  padding: 86px 32px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}
.l-nav.is-open {
  transform: translateX(0); /* スライドイン */
}
.l-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-nav ul li {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #000;
}
.l-nav ul li a {
  text-decoration: none;
  color: inherit;
}
.l-nav__buttons {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

/* モバイルのみ表示 */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .l-header {
    background: #FCF9EE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .l-header > p {
    text-align: left;
    font-size: 24px;
    padding: 10px;
  }
  .l-nav ul li:not(:last-child)  {
    border-bottom: 2px solid #000;
  }
}

/* スクロール */
.sp-header {
  transition: all 0.3s;
}
.sp-header.scroll .l-header {
  background: transparent;
}
.sp-header.scroll p {
  background: transparent;
}
.sp-header.scroll .hamburger {
  background: transparent;
}
.sp-header.scroll span {
  filter: invert(100%);
}
.sp-header.scroll img {
  filter: invert(100%);
}

/* 画像化 */
.c-headerimg,
.c-formimg,
.section-title img,
.section-title__2 img,
.section-title__3 img,
.commitment-section__ttl img,
.menu-ttl img,
.drink-ttl img,
.information-content__ttl img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* header */
.c-headerimg--logo    { height: 50px; }
.c-headerimg--nav     { height: 30px; }
.c-headerimg--logo-sp { height: 30px; }


.section-title:has(img),
.section-title__2:has(img),
.section-title__3:has(img) {
  border-left: none;
  padding-left: 0;
}
.section-title img,
.section-title__2 img,
.section-title__3 img {
  height: 60px;
}
@media (max-width: 768px) {
  .section-title:has(img),
  .section-title__2:has(img),
  .section-title__3:has(img) {
    border-left: none;
    padding-left: 0;
  }
  .section-title img,
  .section-title__2 img,
  .section-title__3 img {
    height: 32px;
  }
  .c-headerimg--nav {
    height: 26px;
  }
}

.commitment-section__ttl img {
  height: 38px;
}
@media (max-width: 768px) {
  .l-commit__item--fish .commitment-section__ttl img {
    height: 70px !important; /* SP で2行になる画像 */
  }
  .commitment-section__ttl img {
    height: 25px !important;
  }
}

.menu-ttl img {
  height: 40px;
}
@media (max-width: 768px) {
  .menu-ttl img {
    height: 35px;
  }
}

.drink-ttl img {
  height: 34px;
}
@media (max-width: 768px) {
  .drink-ttl img {
    height: 25.5px;
  }
}
.information-content__ttl:has(img) {
  border: none;
  padding: 0;
}
.information-content__ttl img {
  height: 46px;
}
@media (max-width: 768px) {
  .information-content__ttl img {
    height: 40px;
  }
}

.form-label .c-formimg {
  height: 56px;
}
.form-label__req {
  color: inherit;
  font-size: 24px;
  vertical-align: top;
  margin-left: 4px;
}

/* recaptcha */
.btnbox {
  margin-top: 30px;
}
.recaptcha-wrap {
  display: flex;
  justify-content: center;
}
.recaptcha-error {
  display:none;
  color:red;
  margin-top: -20px;
}