@charset "UTF-8";
/****************************************
                 インポートCSS
**************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slide-items {
  width: 50%;
  height: 50%;
  display: flex;
}

.slide-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  position: absolute;
  bottom: 0.4rem;
}

/* 矢印アイコン */
.slick-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(247, 145, 25, 0.9);
  border-radius: 50%;
}

.slick-arrow:hover {
  background-color: rgb(247, 145, 25);
}

.slick-prev {
  left: -20px;
  z-index: 10;
}

.slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.slick-next {
  right: -20px;
  z-index: 10;
}

.slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

/* ドットのカスタマイズ */
.slick-dots li button:before {
  font-size: 3rem;
  top: 1rem;
  color: #666;
}

.slick-dots li.slick-active button::before {
  color: #f79119;
}

/* ===========================
    ヒーローイメージ
=========================== */
.heroimage.product-image {
  background-image: url("../images/product/product_top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.heroimage.product-image h1 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: clamp(48px, 5vw, 68px);
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2rem;
}
.heroimage.product-image p {
  font-size: 1.2rem;
}

/* ===========================
    プロダクトリストセクション
=========================== */
.product-list-section {
  padding: 1rem 1rem 2rem;
}

.category-section {
  margin-bottom: 3rem;
  width: 100%;
}

.category-header {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #f79119;
}

.category-header h2 {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.category-header h2::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.7rem;
  background-color: #f79119;
}

@media (min-width: 900px) {
  .category-header h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1100px) {
  .category-header h2 {
    font-size: 2rem;
  }
}
.category-header p {
  color: #666;
  margin: 0;
  font-size: 0.8rem;
}

@media (min-width: 900px) {
  .category-header p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1100px) {
  .category-header p {
    font-size: 1.2rem;
  }
}
/* プロダクトグリッド */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
  padding: 0;
}

/* プロダクトカード */
.product-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(247, 145, 25, 0.2);
}

.product-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.08);
}

/* 修理可能バッジ */
.repair-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f79119;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  aspect-ratio: 1/1;
  clip-path: circle(50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

.product-info {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}

@media (min-width: 900px) {
  .product-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 1100px) {
  .product-name {
    font-size: 1.6rem;
  }
}
.product-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex: 1;
}

.product-materials {
  font-size: 0.85rem;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.product-materials strong {
  color: #f79119;
}

.product-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 1.2rem;
}

.product-price .tax-note {
  font-size: 0.75rem;
  font-weight: normal;
  color: #888;
  margin-left: 0.15rem;
}

form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 600;
}
form .select-number {
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  cursor: pointer;
}
form .cart-btn {
  flex: 1;
  max-width: 250px;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #f79119;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  transition: all 0.4s;
  cursor: pointer;
  margin: 0;
}
form .cart-btn:hover {
  background-color: #e67e00;
  transform: translateY(-2px);
}

/*************************************
    ABOUT_りょうさん
***************************************/
.heroimage-about {
  background-image: url("../images/about/about-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 25vh;
}
.heroimage-about .hero-container-about {
  text-align: center;
  color: #fffdf5;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.heroimage-about .hero-container-about p {
  padding-bottom: 0.3rem;
  font-size: 1.5rem;
}

@media (min-width: 1100px) {
  .heroimage-about {
    height: 50vh;
  }
}
.about-sub-container {
  margin: 1rem 0;
}
.about-sub-container .about-sub {
  flex-direction: column;
  border: solid thin #e3e1e1;
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.about-sub-container .about-sub h3 {
  font-size: 1.6rem;
}
.about-sub-container .about-sub p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
}
.about-sub-container .about-sub p::before {
  display: block;
  content: "";
  width: 30%;
  border-top: solid 1.5px #f79119;
  margin: 0.6rem;
}
.about-sub-container .about-sub .about-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .about-sub-container {
    display: flex;
    justify-content: space-between;
  }
}
/*************************************
    ABOUTここまで
***************************************/
/*************************************
	SHOP_あむ
***************************************/
.shop-heroimage {
  background-image: url("../images/shop-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -50% 50%;
  background-attachment: scroll;
  height: 60vh;
}
@media (min-width: 1100px) {
  .shop-heroimage {
    height: 80vh;
  }
}

.shop-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fffdf5;
  font-family: "Noto Sans JP", sans-serif;
}

.shop-heroimage h1 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: clamp(48px, 5vw, 68px);
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
}

.shop-heroimage p {
  font-size: 1.2rem;
}

table {
  border-collapse: collapse;
  width: 70vw;
}
table th {
  background-color: #F79119;
  color: #fffdf5;
  padding: 15px;
}
table th,
table tr {
  border: 1px solid #c19a6b;
}
table td {
  padding: 10px 20px;
}

table tr {
  background-color: #fff;
}

.shop {
  margin: 20px 0;
}
.shop iframe {
  margin-top: 20px;
  width: 100%;
}

.map {
  width: 90%;
  height: auto;
}

/*************************************
   SHOPここまで
***************************************/
/*************************************
    GUIDE_まりさん
***************************************/
.guide_heroimage {
  background-image: url("../images/guide-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
}
@media (min-width: 1100px) {
  .guide_heroimage {
    height: 80vh;
  }
}

.guide-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fffdf5;
  font-family: "Noto Sans JP", sans-serif;
}

.guide_heroimage h1 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: clamp(48px, 5vw, 68px);
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
}

.guide_heroimag p {
  font-size: 1.2rem;
}

.guide-container {
  font-size: 16px;
}

@media (min-width: 768px) {
  .guide-container {
    font-size: 18px;
  }
}
.guide .guide-container .guide-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .guide .guide-container .guide-wrapper {
    gap: 100px;
  }
}
.guide .guide-container .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .guide .guide-container .item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
  .guide .guide-container .item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.guide .guide-container .item .image {
  width: 100%;
}

@media (min-width: 768px) {
  .guide .guide-container .item .image {
    flex: 0 0 400px;
  }
}
.guide .guide-container .item .image img {
  width: 100%;
  height: 267px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .guide .guide-container .item .text-content {
    flex: 1;
  }
}
.guide .guide-container .item .text-content h3 {
  font-size: 18px;
  color: #c19a6b;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .guide .guide-container .item .text-content h3 {
    font-size: 32px;
  }
}
.guide .guide-container .item .text-content .message {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

@media (min-width: 768px) {
  .guide .guide-container .item .text-content .message {
    font-size: 18px;
  }
}
/*************************************
    GUIDEここまで
***************************************/

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	リセット
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	基本設定
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*リンク設定*/
a {
  text-decoration: none;
  line-height: 2rem;
  padding: 0.7rem;
}

.nav a:hover,
.footer-menu a:hover {
  background-color: #d2b48c;
  transition: 0.8s;
}

html {
  font-size: 4.5vw;
}

@media (min-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 1.5vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 1.1vw;
  }
}
.header,
.footer {
  background-color: #f8e2c5;
}

body {
  background-color: #fffdf5;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
}

.midashi {
  margin-bottom: 1rem;
}
.midashi::before {
  display: block;
  content: "";
  width: 150px;
  height: 0px;
  border-top: solid 2px #f79119;
  margin: 0.2rem;
}

/*レイアウト*/
img {
  width: 100%;
  height: auto;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .container {
    width: 1100px;
  }
}
.main {
  margin: 3% 0;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	ヘッダー領域
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.header {
  position: relative;
  z-index: 110;
}
.header .mob_menu {
  float: right;
  font-size: 1.5rem;
  line-height: 6rem;
  cursor: pointer;
  margin-right: 5%;
}
.header .header-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #f8e2c5;
  z-index: 50;
}
@media (width: 1100px) {
  .header .header_bg {
    z-index: 30;
  }
}
.header .logo-font-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .logo-image img {
  width: 3rem;
  margin-top: 1.5rem;
}
.header .font-image {
  width: 8rem;
  padding-top: 2rem;
}
.header .nav-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 30;
}
@media (min-width: 900px) {
  .header .nav-container {
    z-index: 60;
  }
}

@media (min-width: 1100px) {
  .header .logo-image img {
    width: 7rem;
    margin-top: 1rem;
    margin-left: 2rem;
  }
  .header .font-image {
    width: 13rem;
    padding-top: 2rem;
  }
  .header .site-logo {
    margin: 0 calc((100vw - 1100px) / 4);
  }
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
ナビゲーション領域
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.toggle {
  margin-right: 5%;
  z-index: 100;
}

.nav {
  display: block;
  position: absolute;
  top: -18rem;
  background-color: #f8e2c5;
  width: 100%;
  transition: 800ms;
}
.nav ul li {
  text-align: center;
  border-top: 0.1rem solid #f79119;
}
.nav ul li a {
  color: #4d4d4d;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0%;
  font-family: "Montserrat", sans-serif;
}
.nav ul li a .nav_sub {
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 900px) {
  .toggle {
    display: none;
  }
  .nav {
    display: block;
    top: -6rem;
    right: 0;
    background-color: #f8e2c5;
    width: auto;
  }
  .nav ul {
    overflow: hidden;
  }
  .nav ul li {
    display: inline-block;
    border: none;
  }
  .nav ul li a {
    display: block;
    text-align: center;
    border-radius: 1000px;
    width: 100%;
    font-size: 1.3rem;
    color: #333;
    font-family: "Montserrat", sans-serif;
  }
  .nav ul li a .nav_sub {
    font-size: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .nav ul li a .nav_sub::before {
    display: block;
    content: "";
    width: 100px;
    height: 0px;
    border-top: solid 1px #f79119;
    margin: 0.2rem auto;
  }
}
@media (min-width: 900px) {
  .header .nav {
    margin: 1rem 2rem 0 0;
  }
}
@media (min-width: 1100px) {
  .header .nav {
    margin: 0.3rem 2rem 0 0;
  }
}
/***********************************
navがスマホ用の場合はシャーンって動くようにする
************************************/
.open .nav {
  top: 0rem;
}

@media (min-width: 900px) {
  .open .nav {
    top: -6rem;
  }
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	ヒーローイメージ領域
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.heroimage {
  background-image: url("../images/key.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -100% 100%;
  background-attachment: scroll;
  height: 60vh;
}
@media (min-width: 1100px) {
  .heroimage {
    height: 80vh;
  }
}

.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fffdf5;
  font-family: "Noto Sans JP", sans-serif;
}

.heroimage h1 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: clamp(48px, 5vw, 68px);
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
}

.heroimage p {
  font-size: 1.2rem;
}

/* ===========================
    パンくずリスト
=========================== */
.breadcrumb {
  padding: 1rem 0;
  font-size: 0.9rem;
}
.breadcrumb ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumb ul li {
  justify-content: center;
  align-items: center;
}
.breadcrumb ul li:last-child::after {
  content: "";
}
.breadcrumb a {
  color: #f79119;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.pan-icon {
  font-size: 0.8rem;
  color: #808080;
  margin: 0 -0.6rem;
}

.pan-title {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.2rem;
}

@media (min-width: 768px) {
  .pan-title {
    margin-top: 0.1rem;
  }
}
@media (min-width: 900px) {
  .breadcrumb ul li {
    font-size: 1.1rem;
  }
  .pan-title {
    margin-top: 0.09rem;
  }
}
@media (min-width: 1100px) {
  .breadcrumb ul li {
    font-size: 1rem;
  }
  .pan-title {
    margin-top: 0.09rem;
  }
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	アバウトセクション領域ここから
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.about {
  margin-bottom: 1rem;
}
.about .about-container {
  background-image: url("../images/about/about-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.7rem 0;
  margin: 0 auto;
  border-radius: 10px;
}
.about .about-container .about-left,
.about .about-container .about-right {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background-color: rgba(234, 224, 212, 0.263);
  margin: 0.6rem auto;
  padding: 0.8rem;
  width: 80vw;
  border: solid thin;
  border-radius: 20px;
}
@media (min-width: 1100px) {
  .about .about-container .about-left,
  .about .about-container .about-right {
    font-size: 1.4rem;
    width: 20vw;
  }
}
.about .about-container strong {
  font-size: 1.5rem;
}

@media (min-width: 1100px) {
  .about .about-container {
    height: 50vh;
    display: flex;
    align-items: center;
  }
}
.about .btn {
  margin-top: 2rem;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	アバウトセクション領域ここまで
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Product領域
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.product {
  padding: 2rem 0;
}

/* プロダクトコンテナー */
.container.product-container {
  width: 100%;
}

/* スライドコンテナー */
.slide-container {
  margin: 0 auto;
  position: relative;
  padding: 1.5rem 0 2rem;
}

/* カード枠 */
.product-card {
  margin: 0.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1100px) {
  .product-card {
    margin: 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
}
/* 画像エリア */
.product-card-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 修理可能バッジ */
.repair-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f79119;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  aspect-ratio: 1/1;
  clip-path: circle(50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .repair-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
  }
}
@media (min-width: 1100px) {
  .repair-badge {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
  }
}
@media (min-width: 900px) {
  .repair-badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
  }
}
.product-card-content {
  padding: 1rem;
  margin-top: auto;
}

.product-card-category {
  margin-bottom: 0.5rem;
  color: #f79119;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: clamp(14px, 1.3vw, 18px);
}

.product-card-title {
  margin-bottom: 1rem;
  white-space: nowrap;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 600;
}

.product-card-price {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.product-description {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-card-title {
    margin-bottom: 1rem;
    font-size: clamp(18px, 2vw, 24px);
  }
  .product-description {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.6;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .product-card-category {
    font-size: clamp(12px, 1.2vw, 16px);
  }
  .product-card-title {
    margin-bottom: 1rem;
    font-size: clamp(14px, 1.8vw, 18px);
  }
  .product-card-price {
    font-size: clamp(18px, 2.8vw, 22px);
  }
  .product-description {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
@media (min-width: 1100px) {
  .product-description {
    font-size: clamp(12px, 1.3vw, 16px);
  }
}
/* ボタン */
.btn {
  display: block;
  max-width: 250px;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #f79119;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.4s;
  cursor: pointer;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  background-color: #e67e00;
  transform: translateY(-2px);
  transition: all 0.4s;
}

.btn a {
  color: inherit;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	ガイド領域（トップページ用）
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.guide .guide-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 32px;
  overflow: visible;
}
@media (min-width: 768px) {
  .guide .guide-items {
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    margin: 32px 20px 0;
  }
}
.guide .guide-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  width: 90%;
  max-width: 240px;
  height: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.guide .guide-itemhover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.guide .guide-item::after {
  content: "";
  position: absolute;
  z-index: 10;
}
.guide .guide-item:not(:last-child)::after {
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #f79119 transparent transparent transparent;
}
@media (min-width: 768px) {
  .guide .guide-item:not(:last-child)::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -60px;
    transform: translateY(-50%);
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #f79119;
  }
}
.guide .guide-item .guide-icon {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #f79119;
  margin-bottom: 8px;
}
.guide .guide-item h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #4d4d4d;
  white-space: nowrap;
}
.guide .guide-item small {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  word-break: break-all;
}
.guide .guide-btn {
  margin-top: 3%;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	フッター領域
＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.footer {
  padding: 30px 0;
  font-size: 13px;
}
.footer .logo-font-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-site {
  grid-area: site;
}
.footer-site .logo-image img {
  margin-left: -2rem;
}

.footer-sns {
  grid-area: sns;
}

.footer-menu {
  grid-area: menu;
}

.footer-copy {
  grid-area: copy;
}

.footer-container {
  display: grid;
  grid-template-areas: "site" "sns" "menu" "copy";
  gap: 50px;
  justify-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    grid-template-areas: "site sns" "menu sns" "copy sns";
    gap: 20px;
  }
  .footer-container > *:not(.footer-sns) {
    justify-self: start;
  }
  .footer-container > .footer-sns {
    justify-self: end;
    align-self: center;
  }
}
.footer-site .logo-image img {
  margin-left: -2rem;
  width: 10rem;
}

.footer-sns {
  display: flex;
  gap: 24px;
  font-size: 24px;
}
.footer-sns a {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1/1;
  background-color: #f8e2c5;
  color: #4d4d4d;
  clip-path: circle(50%);
}
.footer-sns {
  /*aspect-ratio 非対応環境の設定*/
}
@supports not (aspect-ratio: 1/1) {
  .footer-sns a {
    height: 36px;
  }
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer-menu a {
  color: #4d4d4d;
  border-radius: 1000px;
}

.footer-copy {
  color: #4d4d4d;
  margin-top: 1rem;
}/*# sourceMappingURL=style.css.map */