@charset "UTF-8";
/*
 * common.scss
 * 共通スタイル
 */
.contact-button, .menu-button-wrapper .menu-button {
  background-color: var(--main-blue);
  color: white;
  border-radius: 4px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-blue: #0d567b;
  --light-bg: #eef3f6;
  --text-dark: #333;
  --header-height: 80px;
}

html,
body {
  height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  height: var(--header-height);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.site-header .site-logo {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-dark);
}
.site-header .contact-info {
  display: none;
}
@media (min-width: 769px) {
  .site-header {
    border-bottom: none;
  }
  .site-header .site-logo {
    font-size: 20px;
  }
  .site-header .contact-info-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }
  .site-header .contact-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
  }
  .site-header .phone-details {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .site-header .phone-details .number {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-blue);
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .site-header .phone-details .note {
    font-size: 0.8em;
    color: var(--main-blue);
    margin: 0;
    line-height: 1;
  }
}

.main-footer {
  background-color: var(--main-blue);
  color: white;
  padding: 30px 20px;
  text-align: center;
}
.main-footer ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .company-name,
.main-footer .address {
  color: white;
  margin-top: 0;
}
.main-footer .company-name {
  font-size: 30px;
}
@media (max-width: 768px) {
  .main-footer .company-name {
    font-size: 6vw;
  }
}
.main-footer .address {
  font-size: 12px;
  margin-bottom: 50px;
}

.menu-button-wrapper {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  margin-top: 50px;
}
.menu-button-wrapper .menu-button {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 30px;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle .bar {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #555;
}

.vertical-title {
  display: flex;
  flex-direction: row-reverse;
}
.vertical-title span {
  font-size: 22px;
  writing-mode: vertical-rl;
  background-color: white;
  padding: 20px 5px;
}
.vertical-title .line {
  font-size: 10px;
  writing-mode: vertical-rl;
  background-color: var(--main-blue);
  color: white;
  height: fit-content;
  padding: 10px 0;
}
.vertical-title img {
  width: 20px;
  height: 88px;
}

.contact-button {
  display: block;
  padding: 5px;
  font-size: 14px;
}

.status {
  line-height: 1.2em;
  background-color: white;
  color: var(--main-blue);
  border: 1px solid var(--main-blue);
  padding: 2px 8px;
  font-weight: bold;
  border-radius: 2px;
  font-size: 12px;
  width: 42px;
}

.contact-callout {
  margin-top: 50px;
  padding: 40px 20px;
  background-image: url("../images/top/top_features_bgpattern.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 250px;
  display: flex;
  flex-direction: row;
}
.contact-callout .contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
.contact-callout p {
  margin: 0 0 10px;
  text-align: center;
}
.contact-callout .contact-text {
  font-size: 30px;
}
.contact-callout .contact-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
}
.contact-callout .contact-info .phone-details .note {
  font-size: 1.3em;
  color: var(--main-blue);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  line-height: 1;
}
.contact-callout .contact-info .status {
  font-size: 18px;
  width: 60px;
  margin: 0;
  line-height: 1.6;
}
.contact-callout .phone-number {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: -5px;
  gap: 5px;
}
@media (min-width: 769px) {
  .contact-callout .phone-number {
    font-size: 30px;
  }
  .contact-callout .phone-number img {
    width: 38px;
    height: 43px;
  }
}
.contact-callout .contact-title {
  flex-shrink: 0;
}

.phone-icon {
  fill: var(--main-blue);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.menu-overlay.active {
  display: block;
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 280px;
  background-color: white;
  padding-top: 60px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.side-menu.active {
  transform: translateX(0);
}
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-menu li:last-child {
  margin-top: 30px;
}
.side-menu li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 1.2rem;
}
.side-menu li a:hover {
  background-color: #e6e4e4;
}
@media (max-width: 768px) {
  .side-menu {
    width: 100%;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  color: black;
  font-size: 2.5rem;
  cursor: pointer;
}

/* モーダルオーバーレイ（背景の暗転部分） */
#product-modal-overlay {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* モーダルウィンドウ本体 */
#product-modal {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  max-width: min(80%, 720px);
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #product-modal {
    transform: none;
    max-width: 90vw;
    max-height: 80vh;
    height: auto;
    padding: 10px;
    top: 10vh;
    left: 5vw;
  }
}
#product-modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: #888;
}
#product-modal .modal-content .product-image {
  aspect-ratio: 3/2;
  object-fit: cover;
}
#product-modal .modal-content .product-title {
  margin: 10px 0 0;
}
#product-modal .modal-content .product-title .prefix {
  display: inline-block;
  margin-right: 5px;
}
#product-modal .modal-content .product-title .suffix {
  display: inline-block;
  margin-left: 5px;
}
#product-modal .modal-content .price-info {
  font-size: 18px;
  margin: 0 0 10px;
}
#product-modal .modal-content .price-info .tax-included {
  font-size: 14px;
  color: #555555;
}
#product-modal .modal-content .product-description:empty {
  display: none;
}
#product-modal .modal-content .notes {
  background: #f5f5f5;
  padding: 10px;
  text-align: justify;
  border-radius: 5px;
}
#product-modal .modal-content .notes:empty {
  display: none;
}
#product-modal .modal-content .allergy-info,
#product-modal .modal-content .option-info {
  margin-top: 20px;
}
#product-modal .modal-content .allergy-info h4,
#product-modal .modal-content .option-info h4 {
  font-weight: bold;
  margin: 0;
}
#product-modal .modal-content .allergy-info ul,
#product-modal .modal-content .option-info ul {
  list-style: none;
  padding: 0;
}
#product-modal .modal-content .allergy-info ul li,
#product-modal .modal-content .option-info ul li {
  display: inline-block;
  min-width: 55px;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  background-color: #e6ccc2;
  color: #333333;
  border-radius: 5px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#product-modal .modal-content .option-info ul li {
  min-width: 80px;
}