* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #212121;
  background-color: #ffffff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease; }
  a:hover {
    color: #d32f2f; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #d32f2f;
  z-index: 1000;
  padding: 15px 0; }
  .header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .header .header-container {
        padding: 0 15px; } }
  .header .logo {
    display: flex;
    align-items: center;
    gap: 10px; }
    .header .logo img {
      width: 40px; }
  .header .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
    .header .menu-toggle .hamburger {
      width: 24px;
      height: 2px;
      background-color: #ffffff;
      position: relative; }
      .header .menu-toggle .hamburger::before, .header .menu-toggle .hamburger::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        transition: transform 0.3s ease; }
      .header .menu-toggle .hamburger::before {
        top: -6px; }
      .header .menu-toggle .hamburger::after {
        bottom: -6px; }
    .header .menu-toggle .menu-text {
      color: #ffffff;
      font-size: 14px;
      font-weight: 500; }

.hero {
  height: 100vh;
  background: url("../img/hero_bg.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 1024px) {
    .hero .hero-background {
      width: 100%; } }
  @media (max-width: 1024px) {
    .hero .hero-content {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 768px) {
    .hero .hero-content {
      padding: 40px 20px; } }
  .hero .hero-text {
    width: 800px; }
    @media (max-width: 1024px) {
      .hero .hero-text {
        width: 80%; } }
    @media (max-width: 768px) {
      .hero .hero-text {
        width: 100%; } }
    .hero .hero-text__big {
      color: white;
      font-size: 56px;
      margin: 0;
      text-shadow: #000 1px 1px 10px; }
      @media (max-width: 1024px) {
        .hero .hero-text__big {
          font-size: 36px; } }
      @media (max-width: 768px) {
        .hero .hero-text__big {
          font-size: 6vw; } }
    .hero .hero-text__sub {
      color: white;
      font-size: 26px;
      text-shadow: #000 1px 1px 10px; }
      @media (max-width: 1024px) {
        .hero .hero-text__sub {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .hero .hero-text__sub {
          font-size: 3vw; } }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .container {
      padding: 0 15px; } }

.section-layout {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px; }
  @media (max-width: 1024px) {
    .section-layout {
      grid-template-columns: 1fr;
      gap: 40px; } }

.section-title-vertical {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: overline; }
  @media (max-width: 1024px) {
    .section-title-vertical {
      writing-mode: horizontal-tb;
      text-align: center;
      font-size: 14px; } }

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #212121; }
  .section-heading.center {
    text-align: center; }
  @media (max-width: 768px) {
    .section-heading {
      font-size: 28px;
      margin-bottom: 20px; } }

.section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #424242;
  margin-bottom: 20px; }

.about-us {
  padding: 80px 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .about-us {
      padding: 60px 0; } }
  .about-us .content-area {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center; }
    @media (max-width: 1024px) {
      .about-us .content-area {
        grid-template-columns: 1fr;
        gap: 40px; } }
  .about-us .about-image {
    text-align: center; }
    @media (max-width: 1024px) {
      .about-us .about-image {
        width: 80%;
        max-width: 500px;
        margin: auto; } }
    .about-us .about-image img {
      width: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .about-us .about-image img {
          height: 250px;
          width: auto; } }

.philosophy {
  padding: 80px 0;
  background: url("../img/philosophy_bg.jpg") center/cover no-repeat; }
  @media (max-width: 768px) {
    .philosophy {
      padding: 60px 0; } }
  .philosophy .philosophy-items {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .philosophy .philosophy-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px; }
    @media (max-width: 768px) {
      .philosophy .philosophy-item {
        flex-direction: column;
        gap: 20px;
        padding: 20px; } }
    .philosophy .philosophy-item .item-number {
      font-size: 48px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 768px) {
        .philosophy .philosophy-item .item-number {
          font-size: 36px; } }
    .philosophy .philosophy-item .item-content {
      flex: 1; }
      .philosophy .philosophy-item .item-content .item-title {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 4px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(158, 158, 158, 0.2); }
      .philosophy .philosophy-item .item-content .item-text {
        font-size: 16px;
        line-height: 1.6;
        color: #424242; }

.character {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .character {
      padding: 60px 0; } }
  .character .character-items {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .character .character-item {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: center; }
    @media (max-width: 1024px) {
      .character .character-item {
        grid-template-columns: 1fr;
        gap: 30px; } }
    .character .character-item:nth-child(even) {
      grid-template-columns: 1fr 300px; }
      @media (max-width: 768px) {
        .character .character-item:nth-child(even) {
          grid-template-columns: 1fr; } }
      .character .character-item:nth-child(even) .item-text + .item-title {
        margin-top: 80px; }
        @media (max-width: 768px) {
          .character .character-item:nth-child(even) .item-text + .item-title {
            margin-top: 30px; } }
    .character .character-item .item-content .item-title {
      font-size: 24px;
      font-weight: 700;
      color: #212121;
      padding-bottom: 4px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(158, 158, 158, 0.2); }
    .character .character-item .item-content .item-text {
      font-size: 16px;
      line-height: 1.6;
      color: #424242; }
    .character .character-item .item-image img {
      width: 100%;
      border-radius: 8px; }

.restaurant {
  padding: 80px 0;
  background-color: #f5f5f5; }
  @media (max-width: 768px) {
    .restaurant {
      padding: 60px 0; } }
  .restaurant .restaurant-items {
    border-top: 1px solid rgba(158, 158, 158, 0.2);
    padding: 12px 0; }
  .restaurant .restaurant-item {
    display: grid;
    grid-template-columns: 300px 1fr 200px;
    gap: 20px;
    border-left: 1px solid rgba(158, 158, 158, 0.2);
    border-right: 1px solid rgba(158, 158, 158, 0.2);
    padding: 0 20px; }
    .restaurant .restaurant-item:last-child {
      border-bottom: none; }
    @media (max-width: 1024px) {
      .restaurant .restaurant-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 0;
        border-right: none;
        border-left: none; } }
    @media (max-width: 768px) {
      .restaurant .restaurant-item .restaurant-image {
        display: flex;
        gap: 10px; } }
    .restaurant .restaurant-item .restaurant-image img {
      width: 100%; }
    .restaurant .restaurant-item .restaurant-info {
      display: flex;
      flex-direction: column;
      border-right: 1px solid rgba(158, 158, 158, 0.2); }
      @media (max-width: 1024px) {
        .restaurant .restaurant-item .restaurant-info {
          border-right: none; } }
      .restaurant .restaurant-item .restaurant-info .restaurant-name {
        font-size: 20px;
        font-weight: 700; }
        @media (max-width: 1024px) {
          .restaurant .restaurant-item .restaurant-info .restaurant-name {
            margin-top: 0; } }
        @media (max-width: 768px) {
          .restaurant .restaurant-item .restaurant-info .restaurant-name {
            font-size: 16px; } }
      .restaurant .restaurant-item .restaurant-info .restaurant-logo {
        display: flex;
        align-items: center;
        margin-bottom: 40px; }
        @media (max-width: 1024px) {
          .restaurant .restaurant-item .restaurant-info .restaurant-logo {
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .restaurant .restaurant-item .restaurant-info .restaurant-logo {
            margin-bottom: 0; } }
        .restaurant .restaurant-item .restaurant-info .restaurant-logo__img {
          width: 160px;
          min-width: 160px;
          max-width: 160px;
          margin-right: 20px; }
          @media (max-width: 768px) {
            .restaurant .restaurant-item .restaurant-info .restaurant-logo__img {
              width: 80px;
              min-width: 80px;
              max-width: 80px; } }
          .restaurant .restaurant-item .restaurant-info .restaurant-logo__img img {
            width: 100%; }
      @media (max-width: 1024px) {
        .restaurant .restaurant-item .restaurant-info .restaurant-text {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-left: 180px; } }
      @media (max-width: 768px) {
        .restaurant .restaurant-item .restaurant-info .restaurant-text {
          padding-left: 0;
          margin-top: 30px; } }
      .restaurant .restaurant-item .restaurant-info .restaurant-address,
      .restaurant .restaurant-item .restaurant-info .restaurant-phone,
      .restaurant .restaurant-item .restaurant-info .restaurant-map {
        font-size: 14px;
        color: #424242;
        margin-bottom: 4px; }
      .restaurant .restaurant-item .restaurant-info .restaurant-map:hover {
        color: #d32f2f; }
    .restaurant .restaurant-item .restaurant-social {
      display: flex;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .restaurant .restaurant-item .restaurant-social {
          flex-direction: row; } }
      .restaurant .restaurant-item .restaurant-social .social-image {
        width: 90%;
        margin: 0 auto 20px; }
        @media (max-width: 1024px) {
          .restaurant .restaurant-item .restaurant-social .social-image {
            width: 60%;
            margin: 0 20px 0 0; } }
        .restaurant .restaurant-item .restaurant-social .social-image img {
          width: 100%;
          border-radius: 4px; }
      @media (max-width: 1024px) {
        .restaurant .restaurant-item .restaurant-social .social-text {
          flex: 1; } }
      .restaurant .restaurant-item .restaurant-social .social-text .instagram-icon {
        margin-bottom: 10px;
        width: 26px; }
      .restaurant .restaurant-item .restaurant-social .social-text .instagram-url {
        font-size: 12px; }
        .restaurant .restaurant-item .restaurant-social .social-text .instagram-url a {
          margin-bottom: 2px;
          display: block; }

.news {
  padding: 80px 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .news {
      padding: 60px 0; } }
  .news .featured-news {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .news .featured-news {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px; } }
    .news .featured-news .news-image img {
      width: 100%;
      border-radius: 8px; }
    .news .featured-news .news-content .news-date {
      font-size: 14px;
      margin-bottom: 4px; }
    .news .featured-news .news-content .news-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(158, 158, 158, 0.2);
      padding-bottom: 10px; }
    .news .featured-news .news-content .news-text {
      font-size: 16px;
      line-height: 1.6;
      color: #424242; }
  .news .news-archive .archive-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }
  .news .news-archive .archive-items {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .news .news-archive .archive-item {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(158, 158, 158, 0.2);
    transition: background-color 0.3s ease; }
    .news .news-archive .archive-item:hover {
      background-color: #f5f5f5; }
    .news .news-archive .archive-item:first-of-type {
      border-top: 1px solid rgba(158, 158, 158, 0.2); }
    @media (max-width: 768px) {
      .news .news-archive .archive-item {
        flex-direction: column;
        gap: 5px; } }
    .news .news-archive .archive-item .archive-date {
      font-size: 14px;
      min-width: 100px; }
    .news .news-archive .archive-item .archive-title {
      font-size: 16px;
      margin-bottom: 0; }

.footer {
  padding: 80px 0 0;
  background-color: #424242;
  color: #ffffff; }
  .footer .section-heading {
    color: #ffffff; }
  .footer .company-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .footer .company-links {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .footer .company-links .links-column {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      @media (max-width: 768px) {
        .footer .company-links .links-column {
          gap: 20px; } }
      .footer .company-links .links-column .company-text {
        display: flex; }
        @media (max-width: 768px) {
          .footer .company-links .links-column .company-text {
            flex-direction: column;
            font-size: 14px; } }
        .footer .company-links .links-column .company-text__label {
          width: 120px;
          min-width: 120px;
          font-weight: bold; }
      .footer .company-links .links-column .company-link {
        font-size: 16px;
        transition: color 0.3s ease; }
        .footer .company-links .links-column .company-link:hover {
          color: #d32f2f; }
  .footer .footer-links {
    border-top: 1px solid rgba(158, 158, 158, 0.2);
    display: flex;
    gap: 10px;
    padding-top: 40px;
    margin-bottom: 30px;
    flex-direction: column; }
    @media (max-width: 768px) {
      .footer .footer-links {
        gap: 15px; } }
    .footer .footer-links .footer-link {
      font-size: 14px;
      color: #ffffff; }
      .footer .footer-links .footer-link:hover {
        color: #d32f2f; }
  .footer .copyright {
    font-size: 10px;
    color: #9e9e9e;
    text-align: center;
    padding: 10px 0;
    background: #212121;
    border-top: 1px solid rgba(158, 158, 158, 0.2); }

body.single .container {
  margin-top: 65px; }
body.single .content-area {
  padding: 80px 0; }
body.single .entry-header .entry-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121; }
  @media (max-width: 768px) {
    body.single .entry-header .entry-title {
      font-size: 28px;
      margin-bottom: 20px; } }
body.single .entry-content .post-thumbnail {
  width: 600px;
  margin: auto auto 80px; }
  @media (max-width: 768px) {
    body.single .entry-content .post-thumbnail {
      width: 80%;
      max-width: 600px;
      margin-bottom: 40px; } }

@media (max-width: 768px) {
  .section-layout .section-title-vertical {
    margin-bottom: 20px; }

  .content-area {
    grid-template-columns: 1fr !important;
    gap: 30px !important; } }
.center {
  text-align: center; }

.placeholder {
  background-color: #9e9e9e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700; }

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