@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}
body{
  background: #F7F3EB;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.pink{
  color:#E05E58;
}

.dot {
  -webkit-text-emphasis: filled dot #E05E58;
  text-emphasis: filled dot #E05E58;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}

.header {
  position:relative;
  width:100%;
  border-top:3px solid #7A5C3A;
  background: url(../images/h1_bg.png) no-repeat top left;
  min-height: 180px;

}

.header__inner {
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0 auto;
  box-sizing:border-box;
  padding: 25px 3vw;
}

.header__logo {
  display: block;
  margin:0;
  background-size: 100%;
}

.header__logo-link {
  font-family:"Kaisei Decol",serif;
  font-size:3.2rem;
  font-weight:500;
  letter-spacing:.05em;
  color:#333;
  text-decoration:none;

}

.header__right {
  display:flex;
  align-items:center;
  gap:4.8rem;

}

.header__nav-list {
  display:flex;
  align-items:center;
  gap:3.3rem;
  list-style:none;
  margin:0;
  padding:0;

}

.header__nav-link {
  display:flex;
  align-items:center;
  gap:.8rem;
  text-decoration:none;
  transition:opacity .3s;

}

.header__nav-link:hover {
  opacity:.7
}

.header__nav-text {
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:1.6rem;
  font-weight:500;
  color:#5f442b;

}

.header__contact {
  display:flex;
  align-items:center;
  gap:2.72rem;

}

.header__tel-box {
  display:flex;
  flex-direction:column;
  gap:.5rem;

}

.header__tel-lead {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.4rem;
  font-weight:500;
  color:#5f442b;
  margin:0;
  text-align: center;
}

.header__tel-number {
  display:flex;
  align-items:center;
  font-family:"Kaisei Decol",serif;
  font-size:clamp(2.8rem, 1.8vw, 3.6rem);
  font-weight:500;
  line-height:1;
  color:#222;
  text-decoration:none;
  letter-spacing:.03em;

}

.header__tel-icon {
  width: 3.2rem;
  height: 3.2rem;
  object-fit:contain;
}

.header__tel-time {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.3rem;
  font-weight:500;
  color:#222;
  margin:0;
  text-align: center;
}

.header__contact-btn {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.8rem;
  width:22rem;
  height:6.5rem;
  background-color:#e78a83;
  border-radius:5rem;
  text-decoration:none;
  transition:opacity .3s;

}

.header__contact-btn:hover {
  opacity:.8
}

.header__contact-icon {
  width:2rem;
  height:1.6rem;
  object-fit:contain;

}

.header__contact-text {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.7rem;
  font-weight:500;
  color:#fff;

}


.mv {
  position:relative;
  width:100%;
  height:auto;
  overflow:hidden;
}

.mv__inner {
  position:relative;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:center;
  min-height:500px;
  
}

.mv__content {
  position:relative;
  z-index:4;
  max-width:725px;
  display:flex;
  flex-direction:column;
  margin-left: 11.2rem;
}

.mv__title {
  font-size:4.8rem;
  font-weight:500;
  font-family:"Kaisei Decol",sans-serif;
  color:#333;
  margin-bottom: 3.2rem;
}

.mv__body {

    max-width:760px;

}

.mv__lead {
  color:#5f442b;
  font-size:2.4rem;
  font-weight:500;
  line-height:1.5;
  font-family:"Zen Maru Gothic",sans-serif;
  margin-bottom: 3.2rem;
  white-space: nowrap;
}

.mv__description {
  color:#000;
  font-size:1.6rem;
  font-weight:400;
  line-height:1.8;
  font-family:"Noto Sans JP",sans-serif;
  max-width: 760px;
  line-break: strict;
  word-break: normal;
  white-space: normal;
}

.mv__deco-left,.mv__img4,.mv__img3,.mv__bg-shape2,.mv__bg-shape1 {
  position:absolute;
  
}

.mv__deco-left {
  top:10%;
  left: .8rem;
  width:96px;
  height:auto;
  z-index:1;
  
}


.mv__img3 {
  top:50%;
  right:-7%;
  transform:translateY(-50%);
  width:513px;
  height:auto;
  z-index:3;
  
}

.mv__bg-shape2 {
  top:50%;
  right:-2%;
  transform:translateY(-50%);
  width:503px;
  height:auto;
  z-index:2;
  
}

.mv__bg-shape1 {
  top:50%;
  right:3%;
  transform:translateY(-50%);
  width:457px;
  height:auto;
  z-index:1;
  
}

.inner{
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.about {
    width: 100%;
    margin: 0 auto;
    padding-top: 240px;
    background-image: url(../images/bg_t.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
}
.about__lead {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.08em;
  color: #111;
  text-align: center;
  padding-bottom: 3.2rem;
  margin-bottom: 4.8rem;
}


.about__lead--accent {
  color: #db445a;
}

.about__lead-line {
  display: inline-block;
  border-bottom: 1px dashed #222;
}

.about__cards {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}

.about__card-link {
  flex: 1;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.about__card-link:hover {
  opacity: 0.8;
}

.about__cards > *:not(:last-child) {
  border-right: .1rem solid #7A5C3A;
  padding-right: .5rem;
}

.about__card {
  margin: 0;
  text-align: center;
  margin-bottom: 100px;
}

.about__card-img {
  margin-bottom: 1.6rem;
}

.about__card-img img {
  max-height: 250px;
      margin: 30px 0 0 0;

}
@media screen and (max-width:768px) {
  .about__card-img img {
    height: auto;
    width: 80%;
} 

}

.about__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #222;
  margin-bottom: 1.6rem;
}

.about__card-desc {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #222;
  margin: 0 0 30px 0;
}


.about-bottom {
  position: relative;
  width:100%;
  margin:0 auto;
  padding:0rem;
  box-sizing:border-box;
  background: #fff;
}

.about::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 171;
  background-image: url(../images/about_bottom_bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  margin-bottom: -1px; /* Prevents 1px gap rendering issues */
}

.about-bottom__content {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6.4rem;

}

.about-bottom__text-area {
  flex:1;
  display:flex;
  flex-direction:column;

}

.about-bottom__title {
  font-family:"Kaisei Decol",serif;
  font-size:4rem;
  font-weight:500;
  line-height:1.2;
  letter-spacing:.02em;
  margin-bottom:3.2rem;
}

.about-bottom__subtitle {
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:3.2rem;
  font-weight:500;
  line-height:1.5;
  color:#222;
  margin-bottom:3.2rem;

}

.about-bottom__body {
  display:flex;
  flex-direction:column;
  gap:2.4rem;
  margin-bottom:4rem;

}

.about-bottom__text {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.6rem;
  font-weight:400;
  line-height:1.75;
  color:#000;
  margin:0;

}

.about-bottom__text--right {
  font-weight:500;
  color:#5f442b;
}

.about-bottom__signature {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:1.6rem;
  margin-bottom:4.8rem;

}

.about-bottom__role {
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:1.8rem;
  font-weight:500;
  color:#222;

}

.about-bottom__name {
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:2.6rem;
  font-weight:500;
  color:#222;

}

.about-bottom__button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1.6rem;
  width:22rem;
  height:6.5rem;
  background-color:#fff;
  border:1px solid #e78a83;
  border-radius:5rem;
  color:#e05e58;
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:1.7rem;
  font-weight:500;
  text-decoration:none;
  transition:opacity .3s ease;
  align-self: flex-end;
  position: relative;
}

.about-bottom__button::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  width: .64rem;
  height: .64rem;
  border-top: 1.5px solid #e05e58;
  border-right: 1.5px solid #e05e58;
  transform: translateY(-50%) rotate(45deg);
}

.about-bottom__button-icon {
  display: none;
}

.about-bottom__button:hover {
  opacity:.7
}

.about-bottom__image-area {
  width:50.8rem;
  flex-shrink:0;

}

.about-bottom__image {
  width:100%;
  height:auto;
  object-fit:cover;

}

@media screen and (max-width:768px) {
  .about-bottom__content {
    flex-direction:column-reverse;
    gap:3.2rem;

  }

  .about-bottom__image-area {
    width:100%;
    max-width:400px;
    margin:0 auto;

  }

}

.feature {
  background: #fff;
  background: url(../images/bg-shape2.png) #fff no-repeat right top;
  padding-top: 200px;
}
.feature__image_icon {
  position: absolute;
  top: -130px;
  left: 20%;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .feature__image_icon {
  position: absolute;
  top: -60px;
  left: 10%;
  z-index: 1;
}
  .feature__image_icon img{
  width: 80px;
}

}

.feature__inner {
  position: relative;
  margin:0 auto;
  box-sizing:border-box;
  background: #F6E6E0;
  padding-bottom: 50px;
  border-radius: 40px 40px 0 0;
  padding-top: 70px;
  z-index: 999;
}

.feature__title {
  font-family:"Kaisei Decol",serif;
  font-size:3.6rem;
  font-weight:500;
  line-height:1.5;
  text-align:center;
  color:#333;
  margin-bottom:3.2rem;

}

.feature__lead {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.6rem;
  font-weight:400;
  line-height:1.875;
  letter-spacing:.03em;
  text-align:center;
  color:#000;
  margin-bottom:6.4rem;

}

.feature__list {
  display:flex;
  justify-content:center;
  gap:3.2rem;
  list-style:none;
  padding:0;
  margin:0 0 100px 0;

}

.feature__item {
  width:41rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2.4rem;

}

.feature__image {
  width:100%;
  height:auto;
  object-fit:cover;

}

.feature__text {
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:2.6rem;
  font-weight:500;
  line-height:1.6;
  letter-spacing:.03em;
  text-align:center;
  color:#333;
  margin:0;

}

.feature__highlight {
  color:#db445a;
  border-bottom:1px dashed #db445a;
  padding-bottom:2px;

}

@media screen and (max-width:768px) {
  .feature__list {
    flex-direction:column;
    align-items:center;
    gap:4.8rem;

  }

  .feature__title {
    font-size:2.8rem
  }

  .feature__lead {
    text-align:left;
    margin-bottom:4rem;

  }

}

.footer {
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#fff;
  border-radius: 50px 50px 0 0;
  background :url(../images/img1.png) bottom center no-repeat #fff;
  margin-top: -30px;
  background-size: 70%;
}

.footer__list{
  display: flex;
  list-style: none;
  gap:3.2rem;
  margin: 60px 0 200px 0;
}

.footer__item svg{
  margin-right: 1.6rem;
}

.footer__link,.footer__icon {
  position:relative;
  z-index:1;
  
}

.footer__link {
  color:#5f442b;
  font-size:1.6rem;
  font-weight:500;
  text-decoration:none;
  font-family:"Zen Maru Gothic",sans-serif;
  
}

.footer__link--kaku {
  font-family:"Zen Kaku Gothic New",sans-serif;
  
}

.footer__icon {
  width:10px;
  height:5px;
  
}

image-3 {
  width: 12.6rem;
  height: 15.4rem;
}

rectangle-221 {
  width: 192rem;
  height: 80rem;
  background-color: #f6e6e0;
}

mask-group {
  width: 192rem;
  height: 17.1rem;
}

mask-group__rectangle-212 {
  width: 192rem;
  height: 58.4rem;
  background-color: #ffffff;
}

mask-group__union {
  width: 192rem;
  height: 17.1rem;
  background-color: #ffffff;
}

mask-group__vector-4 {
  width: 192rem;
  height: 17.1rem;
}

mask-group {
  width: 192rem;
  height: 17.1rem;
}

mask-group__rectangle-212 {
  width: 192rem;
  height: 63rem;
  background-color: rgba(122, 92, 58, 0.10);
}

mask-group__adobe-stock-519207333-3 {
  width: 192rem;
  height: 64rem;
}

mask-group__union {
  width: 192rem;
  height: 17.1rem;
  background-color: #ffffff;
}

mask-group__vector-4 {
  width: 192rem;
  height: 17.1rem;
}

mask-group {
  width: 192rem;
  height: 83rem;
}

mask-group__rectangle-212 {
  width: 192rem;
  height: 88rem;
  background-color: rgba(122, 92, 58, 0.10);
}

mask-group__adobe-stock-519207333-4 {
  width: 192rem;
  height: 64rem;
}

mask-group__adobe-stock-519207333-3 {
  width: 192rem;
  height: 64rem;
}

mask-group__rectangle-213 {
  width: 192rem;
  height: 83rem;
  background-color: #dddddd;
}

vector-9 {
  width: 45.7rem;
  height: 42.4rem;
  background-color: #f5f0e9;
}

rectangle-222 {
  width: 192rem;
  height: 80.8rem;
  background-color: #ffffff;
}

vector-7 {
  width: 45.7rem;
  height: 42.4rem;
  background-color: #f4e7e0;
}

.blog {
  width:100%;
  padding:8rem 0;
  background-color:#faf8f5;

}

.blog__inner {
  max-width:133rem;
  margin:0 auto;
  padding:0 2.4rem;
  box-sizing:border-box;

}

.blog__title {
  font-family:"Kaisei Decol",serif;
  font-size:3.6rem;
  font-weight:500;
  line-height:1.5;
  text-align:center;
  margin-bottom:4.8rem;
  color:#333;

}

.blog__list {
  display:flex;
  flex-wrap:wrap;
  gap:3.2rem;
  list-style:none;
  padding:0;
  margin:0 0 6.4rem;

}

.blog__item {
  flex:0 0 calc((100% - 6.4rem) / 3);
  display:flex;
  flex-direction:column;

}

.blog__link {
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  height:100%;
  transition:opacity .3s ease;
}

.blog__link:hover {
  opacity:.8
}


.blog__image {
  width:100%;
  height:100%;
  object-fit:cover;
}

.blog__content {
  display:flex;
  flex-direction:column;
  flex:1;
  border:2px solid #7a5c3a;
  border-radius:1.5rem;
  padding: 20px 25px 35px;
  background-color: #fff;
}

.blog__item-title {
  position:relative;
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:1.8rem;
  font-weight:500;
  line-height:1.5;
  color:#222;
  margin:0 0 1.6rem 0;
  padding-left:1.8rem;
}

.blog__item-title::before {
  content:"";
  position:absolute;
  left:0;
  top:.88rem;
  width:1rem;
  height:1rem;
  background-color:#e05e58;
}

.blog__text {
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.5rem;
  font-weight:400;
  line-height:1.6;
  color:#000;
  margin:0;
}

.blog__button-wrapper {
  display:flex;
  justify-content:center;
}

.blog__button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1.6rem;
  width:22rem;
  height:6.5rem;
  background-color:#fff;
  border:1px solid #e78a83;
  border-radius:5rem;
  color:#e05e58;
  font-family:"Zen Maru Gothic",sans-serif;
  font-size:1.7rem;
  font-weight:500;
  text-decoration:none;
  transition:opacity .3s ease;
  position: relative;

}

.blog__button::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  width: .64rem;
  height: .64rem;
  border-top: 1.5px solid #e05e58;
  border-right: 1.5px solid #e05e58;
  transform: translateY(-50%) rotate(45deg);
}

.blog__button-icon {
  display: none;
}

.blog__button:hover {
  opacity:.7
}

@media screen and (max-width:768px) {
  .blog__list {
    flex-direction:column;
    gap:4.8rem;

  }

  .blog__item {
    flex:0 0 auto;
    width:100%;
  }

}

.access {
  position: relative;
  width:100%;
  padding:200px 0 150px 0;
  background-color:#f9f9f9;
  font-family:"Zen Maru Gothic",sans-serif;
  background-image:url(../images/access_bg.png);
  background-size: 100%;
  background-repeat:no-repeat;
}




.access_flower{
  position: absolute;
  top: -60px;
  right:15%;
}
@media screen and (max-width:768px) {
  .access_flower img{
  width: 80px;
}

}


.access__inner {
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  justify-content:space-between;
  align-items:flex-start;

}

.access__info-wrap {
  flex:1;
  min-width:400px;  
}

.access__title {
  font-size:3.6rem;
  font-weight:700;
  font-family:"Kaisei Decol",sans-serif;
  color:#222;
  margin-bottom:40px;
  
}

.access__logo {
  width:140px;
  height:auto;
  margin-bottom:30px;
  
}

.access__list {
  display:grid;
  grid-template-columns:80px 1fr;
  gap:20px 10px;
  margin-bottom:40px;
  
}

.access__dt {
  color:#e05e58;
  font-size:1.8rem;
  font-weight:500;
  padding-top:4px;
  
}

.access__dd {
  color:#222;
  font-size:1.8rem;
  line-height:1.6;
   font-weight:500;
 
}

.access__btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  width:377px;
  height:100px;
  background-color:#e78a83;
  border-radius:50px;
  text-decoration:none;
  transition:opacity 0.3s;
  border: 2px solid #fff;
  
}

.access__btn:hover {
  opacity:0.8;
  
}

.access__btn-text {
  color:#fff;
  font-size:2.4rem;
  font-weight:500;
  
}

.access__btn-icon {
  width:25px;
  height:auto;
  object-fit:contain;
  
}

.access__map-wrap {
  flex:1;
  min-width:500px;
  
}
.access__map-wrap iframe{
  border-radius: 20px;
}

.access__map {
  width:100%;
  height:300px;
  border-radius:20px;
  
}

.copyright {
  background-color: #a8957f;
  text-align: center;
  color: #fff;
  padding:20px 0;
  
}

/* --- Fixed Header Clone Styles --- */
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  min-height: auto;
}
.header--fixed.is-show {
  transform: translateY(0);
}
.header--fixed .header__inner {
  padding: 10px 40px;
}
.header--fixed .header__logo-link {
  font-size: 2.4rem;
}
.header--fixed .header__tel-number {
  font-size: 2.72rem;
}

.header--fixed .header__tel-lead{
  display: none;
}
.header--fixed .header__contact-btn {
  height: 4.8rem;
  width: auto;
  padding: 0 2.4rem;
}

/* Hide mobile elements on desktop */
.header__hamburger,
.header__mobile-mail,
.drawer,
.mobile-bottom-bar {
  display: none;
}

/* --- Responsive Styles --- */
@media screen and (max-width: 1440px) {
  .header__logo-link{
    font-size: 2.4rem;
  }
  .header__nav-list{
    gap: 1vw;
  }
  .header__contact-btn{
    width: 13.75vw;
    height: 4.0625vw;
  }
  .access{
    padding-top: 150px;
  }
}

@media screen and (max-width: 1280px) {
  .header { min-height: auto; }
  .header__inner { 
    padding: 0; 
    height: 70px;
    align-items: stretch;
  }
  .header__right { display: none; }
  
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    background: transparent;
    border: none;
    cursor: pointer;
    gap: 5px;
  }
  .header__hamburger-line {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
  }
  .header__hamburger-text {
    font-size: 10px;
    font-family: sans-serif;
    color: #333;
    font-weight: bold;
  }
  
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .header__logo-link {
    font-size: 2.24rem;
    text-align: center;
  }
  
  .header__mobile-mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    background: #e78a83;
    color: #fff;
    text-decoration: none;
    gap: 4px;
  }
  .header__mobile-mail img { width: 24px; filter: brightness(0) invert(1); }
  .header__mobile-mail span { font-size: 10px; font-weight: bold; }

  .header--fixed .header__inner { height: 70px; padding: 0; }
  .header--fixed .header__logo-link { font-size: 1.92rem; }

  /* Drawer Styles */
  .drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    visibility: hidden;
    transition: visibility 0.4s;
  }
  .drawer.is-open {
    visibility: visible;
  }
  .drawer__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.4s;
  }
  .drawer.is-open .drawer__overlay {
    opacity: 1;
  }
  .drawer__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #F7F3EB;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
  }
  .drawer.is-open .drawer__content {
    transform: translateX(0);
  }
  .drawer__nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .drawer__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    color: #5f442b;
    font-family: "Zen Maru Gothic", sans-serif;
    text-decoration: none;
    font-weight: 500;
  }
  .drawer__link::after {
    content: ">";
    color: #E05E58;
    font-weight: normal;
  }
  
  .drawer__actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    display: flex;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .drawer.is-open .drawer__actions {
    transform: translateX(0);
  }
  .drawer__close {
    width: 90%;
    height: 70px;
    background: #E05E58;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding: 0;
  }
  .drawer__close-icon {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .drawer__close-icon::before, .drawer__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .drawer__close-icon::before { transform: rotate(45deg); }
  .drawer__close-icon::after { transform: rotate(-45deg); }
  .drawer__close-text { font-size: 10px; margin-top: 4px; font-weight: bold;}
  
  .drawer__mail-btn {
    width: 50%;
    height: 70px;
    background: #2b989a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .drawer__mail-btn img { width: 24px; filter: brightness(0) invert(1); }
  .drawer__mail-btn span { font-size: 10px; margin-top: 4px; font-weight: bold;}

  /* Mobile Bottom Bar Styles */
  .mobile-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1500;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  }
  .mobile-bottom-bar__mail {
    flex: 1;
    background: #e78a83;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    font-weight: 500;
  }
  .mobile-bottom-bar__mail img { width: 20px; filter: brightness(0) invert(1); }
  .mobile-bottom-bar__tel {
    flex: 1;
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .mobile-bottom-bar__tel-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.92rem;
    font-weight: bold;
    font-family: "Kaisei Decol", serif;
  }
  .mobile-bottom-bar__tel-number img { width: 16px; }
  .mobile-bottom-bar__tel-time {
    font-size: 1.12rem;
    color: #333;
  }

  body.is-locked {
    overflow: hidden;
  }
  
  .copyright { padding-bottom: 80px; }

  .inner{
    width: 100%;
    padding: 20px;
  }
  .header__nav-list { display: none; }
  
  .mv__inner { flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 50px; }
  .mv__content { margin: 0 0 40px; align-items: center; }
  .mv__title { font-size: 3.52rem; }
  .mv__img3 { position: static; transform: none; width: 100%; max-width: 400px; margin: 0 auto; }
  .mv__bg-shape1, .mv__bg-shape2, .mv__deco-left { display: none; }
  
  .about { padding-top: 250px;  background-size: auto;}
  .about__cards { flex-direction: column; gap: 0rem; }
  .about__cards > * { width:100% }
  .about__cards > *:not(:last-child) { border-right: none; border-bottom: 1px solid #7A5C3A; padding-right: 0; padding-bottom: 3.2rem; }
  .about__card { margin-bottom: 0; }
  .about__card img{
    width: auto;
    height: auto;
  }
  
  .about-bottom__content { flex-direction: column-reverse; gap: 3.2rem; }
  .about-bottom__image-area { width: 100%; max-width: 400px; }
  
  .feature__inner { margin-top: 10px; padding-bottom: 20px; }
  
  .blog__list { flex-direction: column; gap: 3.2rem; }
  
  .access{
    padding-top: 80px;
  }
  .access__inner { flex-direction: column; gap: 40px; }
  .access__list { grid-template-columns: 1fr; gap: 10px; }
  .access__map-wrap { min-width: 0; width: 100%; }
  .access__info-wrap { min-width: 0; width: 100%; }
  
  .feature__list { flex-direction: column; align-items: center; }
  .feature__item { width: 100%; max-width: 400px; }
  
  .footer__list { flex-wrap: wrap; justify-content: center; margin: 40px 0 100px 0; padding: 20px 0; gap: 1.6rem; }
}

@media screen and (max-width: 768px) {
  .header__logo-link { font-size: 1.6rem; line-height: 1.2; }
  
  .mv__title { font-size: 2.88rem; }
  .mv__lead { font-size: 1.92rem; white-space: normal; }
  .mv__description { white-space: normal; font-size: 1.52rem; }
  
  .about__lead { font-size: 1.92rem; line-height: 1.8; margin: 0;}
  
  .about-bottom__title { font-size: 2.88rem; }
  .about-bottom__subtitle { font-size: 2.08rem; }
  
  .access { padding: 10px 0 50px 0; }
  .access__title { font-size: 2.88rem; text-align: center;}
  .access__btn { width: 90%; }
    .footer__list { margin: 40px 0 50px 0; }

}

.page-text {
  line-height: 1.8;
}

.page-header {
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:#e9e3dd;
  border-radius:8rem;
  padding:2.4rem 9.6rem 2.4rem 5rem;
  width:fit-content;
  margin:0 auto 4.8rem auto;
}

.page-header__inner {
  display:flex;
  align-items:center;
  gap:1.6rem;

}

.page-header__inner img{
  height: 60px;
}

.page-header__deco {
  width:9.6rem;
  height:auto;
  object-fit:contain;

}

.page-header__title {
  color:#5f442b;
  font-size:3.2rem;
  font-weight:500;
  font-family:"Kaisei Decol",sans-serif;
  line-height:1.2;
  margin:0;

}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1.6rem 2.4rem;
    border-radius: 4rem;
  }
  .page-header__inner {
    gap: .8rem;
  }
  .page-header__inner img {
    height: 40px;
  }
  .page-header__deco {
    width: auto;
  }
  .page-header__title {
    font-size: 2.4rem;
  }
}

.text-center{
  text-align: center;
  margin: 0 auto;
}

.content{
  padding: 3.2rem 0 8rem 0;
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: rgba(95, 68, 43, 0.8);
}
.contact-form table th .option {
  background-color: #C8BEB4;
}
.contact-form table td {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}
.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  background-color: #fff;
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-form table td textarea {
  background-color: #fff;
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  border: 1px solid #e78a83;
  background-color: #e78a83;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.contact-submit .btn:hover {
  color: #fff;
  background-color: #5f442b;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.6s;
    transition-delay: 0.3s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 3em 2em 5em 2em;
  }
}

.secondary-section p {
  line-height: 1.8;
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}

.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}

.category-text p:not(:last-child) {
  margin-bottom: 1em;
}

.category-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}

.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .category-list ul li {
    width: 50%;
  }
}

.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #111;
}

.category-link:hover {
  color: #111;
  text-decoration: none;
}

.category-link:hover .category-title {
  color: #F09954;
  transition: color 0.3s ease;
}

.category-title {
  font-size: 2.88rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: .8rem;
}

.category-body {
  font-size: 0.9em;
}

.category-img {
  float: left;
  width: 90px;
}

.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}


/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.detail-text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fdf6ec;
  background-color: #8b6a3e;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 6px
  );
  padding: 8px 16px;
  border-radius: 4px;
  border-bottom: 2px dashed #c4956a;
  letter-spacing: 0.05em;
  margin: 3em 0 0.75em;
  line-height: 1.6;
}

.detail-text h3 span,
.detail-text h3 a {
  font-weight: 500 !important;
}

.detail-text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7a5230;
  background: #f0e4d0;
  border: 1px dashed #c4956a;
  border-radius: 20px;
  padding: 5px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 1.2em 0 0.6em;
  line-height: 1.6;
}

.detail-text h4 span,
.detail-text h4 a {
  font-weight: 500 !important;
}

.detail-text h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8b6a3e;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 1em 0 0.5em;
  line-height: 1.6;
}

.detail-text h5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c4956a;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.detail-text blockquote {
  padding: 1.5em;
  border-radius: 0.5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}

.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}

.detail-text blockquote p {
  margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}

.detail-text ul {
  list-style: disc;
}

.detail-text ol {
  list-style: decimal;
}

.detail-text table {
  width: 100%;
  border-collapse: collapse;
}

.detail-text table th,
.detail-text table td {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}

.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}

.about-page h3,
.service-page h3 {
  font-size: 22px;
  padding: 12px 18px;
  scroll-margin-top: 120px;
}

.about-page h4 {
  display: block;
  color: rgba(95, 68, 43, 0.9);
  background: transparent;
  border: 0;
  border-bottom: 1px dashed #c4956a;
  border-radius: 0;
  padding: 0 0 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.about-page__intro {
  display: flex;
  gap: 3.2rem;
  align-items: flex-start;
  margin: 1.25em 0 3em;
}

.about-page__photo {
  flex: 0 0 350px;
}

.about-page__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page__intro-text {
  flex: 1;
  margin-top: 4.8rem;
}

.about-page__intro-text p {
  margin-bottom: 1em;
}

.about-page__intro-text strong {
  display: inline;
  color: #5f442b;
  font-size: 1.05em;
  font-weight: 700;
}

.about-page__intro-text .about-page__marker {
  background: linear-gradient(transparent 72%, rgba(196, 149, 106, 0.18) 72%);
}

.detail-text .about-page__table {
  border-collapse: collapse;
  margin: 1em 0 2.5em;
}

.detail-text .about-page__table th {
  width: 30%;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  vertical-align: top;
  background: #faf8f4;
}

.detail-text .about-page__table td {
  vertical-align: top;
  background: #fff;
}

.about-page__note {
  margin: 1em 0 3em;
  padding: 1.5em;
  border-radius: 6px;
  background: #f0e8da;
}

.price-page h3 {
  font-size: 22px;
  padding: 12px 18px;
}

.price-page h4 {
  display: block;
  color: rgba(95, 68, 43, 0.78);
  background: transparent;
  border: 0;
  border-bottom: 1px dashed #c4956a;
  border-radius: 0;
  padding: 0 0 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.price-page__lead {
  margin: 1.2em 0 2em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5f442b;
}

.price-page__consultation {
  margin-bottom: 2.5em;
}

.price-page__table-wrap {
  margin: 1em 0 2.5em;
  overflow-x: auto;
}

.detail-text .price-page__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.detail-text .price-page__table th,
.detail-text .price-page__table td {
  padding: 1em;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  background: #fff;
}

.detail-text .price-page__table th {
  width: 30%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: #faf8f4;
}

.detail-text .price-page__table tr:first-child th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: #faf8f4;
}

.price-page__note {
  margin: 1em 0 2.5em;
  padding: 1.25em 1.5em;
  border-radius: 6px;
  background: #f0e8da;
}

.price-page__note p + p {
  margin-top: 0.35em;
}

@media screen and (max-width:768px) {
  .about-page__intro {
    flex-direction: column;
    gap: 2.4rem;
  }

  .about-page__photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .detail-text .about-page__table th,
  .detail-text .about-page__table td {
    display: block;
    width: 100%;
  }
}

.detail-text .post-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}

.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}

@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}

.detail-text .post-list li:before {
  display: none;
}

.detail-text .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: .8rem;
}

.detail-text .post-list li p {
  font-size: 0.9em;
}

.detail-text .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.detail-paging-subsection a {
  font-weight: 500;
}

.detail-paging-subsection .prev {
  float: left;
}

.detail-paging-subsection .next {
  float: right;
}

.detail-paging-subsection .back {
  text-align: center;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #F4A261;
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}
