@charset "UTF-8";
.inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 840px;
    padding-inline: 20px;
  }
}

/*===================================================
# フォント
====================================================*/
/*===================================================
# 基本設定
====================================================*/
html {
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  overflow-wrap: break-word;
  background-color: #fdf0f2;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 840px;
    overflow-x: auto;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

/*===================================================
# 補足設定
====================================================*/
.hidden-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media not screen and (min-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

/*===================================================
# contents
====================================================*/
.site-title {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #6a4240;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.area-section {
  margin-bottom: 50px;
}

.area-title {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6a4240;
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}

.office-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(106, 66, 64, 0.06);
          box-shadow: 0 4px 12px rgba(106, 66, 64, 0.06);
}

.office-title {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  color: #6a4240;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fdf0f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffc7c4;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.office-title {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .office-title {
    font-size: 20px;
  }
}

.info-dl {
  margin: 0;
}
.info-dl .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .info-dl .info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.info-dl .info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.info-dl dt {
  font-weight: bold;
  color: #6a4240;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .info-dl dt {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.info-dl dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
}

.map-link {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #6a4240;
  background-color: #fdf0f2;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.map-link:hover {
  opacity: 0.8;
}

.tel-link {
  color: #2b2b2b;
  text-decoration: none;
}
@media not screen and (min-width: 768px) {
  .tel-link {
    color: #6a4240;
    font-weight: bold;
    text-decoration: underline;
  }
}

.company-section {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 28px 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 4px 12px rgba(106, 66, 64, 0.06);
          box-shadow: 0 4px 12px rgba(106, 66, 64, 0.06);
}

.company-title {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #6a4240;
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #6a4240;
  padding-bottom: 8px;
  text-align: center;
}

/*===================================================
# footer
====================================================*/
.footer {
  margin-top: 60px;
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(106, 66, 64, 0.15);
}

.copyright {
  font-size: 0.875rem;
  color: #666;
}
.copyright small {
  font-size: inherit;
}