@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

body {
  background: #FAF3E8;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 904px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-page */
.l-page {
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-bottom: 6.25rem;
  }
}

/* article */
.article {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .article {
    width: 100%;
  }
}

/* card */
.card__inner {
  display: block;
}
.card__inner:hover {
  opacity: 1;
}
.card__inner:hover .card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card__img {
  width: 100%;
  padding-top: 74.9206349206%;
  position: relative;
  overflow: hidden;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #848484;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.card__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #695646;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1rem;
  }
}

.card__tag {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.card__tag span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1px 30px 2px;
  padding: 0.0625rem 1.875rem 0.125rem;
  color: #fff;
  background: #F29E00;
  border-radius: 1.0625rem;
  margin-right: 11px;
  margin-right: 0.6875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

/* cards */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
  }
}

.cards__item {
  width: calc(50% - 1.59375rem);
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .cards__item {
    width: 100%;
    margin-top: 0;
  }
  .cards__item + .cards__item {
    margin-top: 2.5rem;
  }
}
.cards__item:not(:nth-child(2n+1)) {
  margin-left: 51px;
  margin-left: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .cards__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

/* floating */
.floating {
  position: fixed;
  top: 113px;
  top: 7.0625rem;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .floating {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .floating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.floating__item {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .floating__item {
    border-radius: 0;
    width: 33.333%;
  }
}
.floating__item + .floating__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .floating__item + .floating__item {
    margin-top: 0;
  }
}
.floating__item:first-child {
  background: #F29E00;
}
.floating__item:first-child .floating__item-icon {
  width: 30px;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .floating__item:first-child .floating__item-icon {
    width: 1.375rem;
  }
}
.floating__item:nth-child(2) {
  background: #695646;
}
.floating__item:nth-child(2) .floating__item-icon {
  width: 34px;
  width: 2.125rem;
}
@media screen and (max-width: 767px) {
  .floating__item:nth-child(2) .floating__item-icon {
    width: 1.625rem;
  }
}
.floating__item:last-child {
  background: #06C755;
}
.floating__item:last-child .floating__item-icon {
  width: 34px;
  width: 2.125rem;
}
@media screen and (max-width: 767px) {
  .floating__item:last-child .floating__item-icon {
    width: 1.625rem;
  }
}
.floating__item a {
  display: block;
  width: 115px;
  width: 7.1875rem;
  border-radius: 1rem 0 0 1rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 11px 5px 9px;
  padding: 0.6875rem 0.3125rem 0.5625rem;
}
@media screen and (max-width: 767px) {
  .floating__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0.5rem 0 0.75rem;
  }
}

.floating__item-icon {
  margin: 0 auto;
}

.floating__item-text {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .floating__item-text {
    font-size: 0.6875rem;
  }
}

/* footer */
.footer {
  background: #695646;
  padding: 60px 0 55px;
  padding: 3.75rem 0 3.4375rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0 6.25rem;
  }
}

.footer__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 1.25rem;
  }
}

.footer__sns {
  text-align: center;
  width: 385px;
  width: 24.0625rem;
  max-width: 100%;
  border-radius: 0.5rem;
  background: #FAF3E8;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 25px 10px;
  padding: 1.5625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    padding: 1.25rem 0.625rem;
  }
}

.footer__sns-text {
  display: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #695646;
  padding: 3px 0 3px 40px;
  padding: 0.1875rem 0 0.1875rem 2.5rem;
  background: url(../img/instagram-icon.png) no-repeat center left/33px;
  background: url(../img/instagram-icon.png) no-repeat center left/2.0625rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-text {
    font-size: 1rem;
    background-size: 1.6875rem;
    padding-left: 2.0625rem;
  }
}

.footer__sns-link {
  display: block;
  width: 241px;
  width: 15.0625rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 20px 8px;
  padding: 0.375rem 1.25rem 0.5rem;
  color: #fff;
  background: #F29E00;
  border-radius: 1.25rem;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
}

.footer__copyright {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.875rem;
  }
}

/* header */
.header {
  height: 400px;
  height: 25rem;
  background: #FFF0D9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header {
    height: 15.625rem;
  }
}

.header--top {
  height: 554px;
  height: 34.625rem;
}
@media screen and (max-width: 767px) {
  .header--top {
    height: 15.625rem;
  }
}

.header__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header--blog {
  background: #F29E00;
  padding: 20px 0 12px;
  padding: 1.25rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .header--blog {
    padding: 0.625rem 0;
  }
}
.header--blog .header__logo {
  width: 467px;
  width: 29.1875rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header--blog .header__logo {
    width: 15.625rem;
  }
}
.header--blog .header__tel {
  right: -25px;
  right: -1.5625rem;
  top: -20px;
  top: -1.25rem;
}

.header__inner {
  position: relative;
  max-width: 1096px;
  max-width: 68.5rem;
}

.header__body {
  width: 846px;
  width: 52.875rem;
  max-width: 100%;
  padding: 65px 0 191px 92px;
  padding: 4.0625rem 0 11.9375rem 5.75rem;
  background: url(../img/header-bg02_pc.png) no-repeat top left/contain;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header__body {
    width: 100%;
    padding: 1.5625rem 1.25rem 5.625rem 1.25rem;
    background: url(../img/header-bg02_sp.png) no-repeat top left/contain;
  }
}

.header__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__text {
    font-size: 0.9375rem;
  }
}

.header__logo {
  width: 565px;
  width: 35.3125rem;
  max-width: 100%;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 16.25rem;
    margin-top: 0.625rem;
  }
}
.header__logo a {
  display: block;
}

.header__tel {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 160px;
  right: 10rem;
  display: block;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__tel {
    width: 11.875rem;
    top: unset;
    right: 1.25rem;
    bottom: 1.5625rem;
  }
}

/* link */
.link {
  display: inline-block;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  color: #fff;
  background: #695646;
  border-radius: 0.8125rem;
  padding: 2px 23px 2px 11px;
  padding: 0.125rem 1.4375rem 0.125rem 0.6875rem;
  position: relative;
}
.link::after {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  background: url(../img/arrow-icon01.png) no-repeat center/contain;
}

/* main */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* navi */
.navi {
  padding: 73px 0 80px;
  padding: 4.5625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .navi {
    padding: 2.5rem 0 3.75rem;
  }
}

.navi--top {
  padding-top: 103px;
  padding-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .navi--top {
    padding-top: 2.5rem;
  }
}

.navi__inner {
  max-width: 1050px;
  max-width: 65.625rem;
}

.navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .navi__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.navi__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 16.666%;
}
@media screen and (max-width: 767px) {
  .navi__item {
    width: 33.333%;
    margin-top: 0.9375rem;
  }
}
.navi__item + .navi__item {
  border-left: 1px solid #959595;
  border-left: 0.0625rem solid #959595;
}
.navi__item:first-child .navi__item-icon {
  width: 52px;
  width: 3.25rem;
}
.navi__item:nth-child(2) .navi__item-icon {
  width: 40px;
  width: 2.5rem;
}
.navi__item:nth-child(3) .navi__item-icon {
  width: 47px;
  width: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .navi__item:nth-child(4) {
    border-left: none;
  }
}
.navi__item:nth-child(4) .navi__item-icon {
  width: 51px;
  width: 3.1875rem;
}
.navi__item:nth-child(5) .navi__item-icon {
  width: 58px;
  width: 3.625rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}
.navi__item:last-child .navi__item-icon {
  width: 55px;
  width: 3.4375rem;
}
.navi__item a {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .navi__item a {
    padding-top: 0.3125rem;
  }
}
.navi__item a:hover {
  opacity: 1;
}
.navi__item a:hover .navi__item-text {
  color: #fff;
  background: #F29E00;
}
.navi__item a:hover .navi__item-text::after {
  background: url(../img/link-icon_hover.png) no-repeat center/contain;
}
.navi__item.current .navi__item-text {
  color: #fff;
  background: #F29E00;
}

.navi__item-icon {
  margin: 0 auto;
}

.navi__item-text {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0.625rem;
  padding: 0 10px 1px;
  padding: 0 0.625rem 0.0625rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .navi__item-text {
    margin-top: 0.9375rem;
  }
}

/* news */
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news__item {
    display: block;
  }
}
.news__item + .news__item {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.news__item-meta {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__item-meta {
    width: 100%;
  }
}

.news__item-date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.news__item-category {
  margin-left: 14px;
  margin-left: 0.875rem;
}
.news__item-category span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #695646;
  background: #fff;
  border-radius: 0.1875rem;
  border: 1px solid #695646;
  border: 0.0625rem solid #695646;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}

.news__item-body {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .news__item-body {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.news__item-title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
}

.news__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.42;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* pagination */
.pagination {
  text-align: center;
}
.pagination a, .pagination span {
  border: none;
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: 500;
  padding-top: 7px;
  padding-top: 0.4375rem;
  margin: 3px;
  margin: 0.1875rem;
}
.pagination a {
  background: #fff;
  color: #695646;
  border: 1px solid #695646;
  border: 0.0625rem solid #695646;
}
.pagination .current {
  color: #fff;
  background: #F29E00;
}
.pagination .previouspostslink, .pagination .nextpostslink {
  position: relative;
}
.pagination .previouspostslink::after, .pagination .nextpostslink::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 11px;
  height: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination .previouspostslink::after {
  background: url(../img/arrow-icon04.png) no-repeat center/contain;
  left: 14px;
  left: 0.875rem;
}
.pagination .nextpostslink::after {
  background: url(../img/arrow-icon03.png) no-repeat center/contain;
  left: 16px;
  left: 1rem;
}

/* section-title */
.section-title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #F29E00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }
}
.section-title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 710px;
  width: 44.375rem;
  width: calc(100% - 9.375rem);
  max-width: 100%;
  height: 6px;
  height: 0.375rem;
  background: url(../img/border-icon.png) repeat-x center right/contain;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    width: calc(100% - 110px);
    height: 0.25rem;
    background: url(../img/border-icon.png) repeat-x center right/contain;
  }
}

/* sidebar */
.sidebar {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.sidebar__box {
  background: #fff;
  border-radius: 1rem;
  padding: 20px 23px 40px;
  padding: 1.25rem 1.4375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar__box {
    padding: 1.25rem 1.25rem;
  }
}

.sidebar__unit:first-child .sidebar__unit-title::after {
  width: 150px;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .sidebar__unit:first-child .sidebar__unit-title::after {
    width: calc(100% - 6.875rem);
  }
}
.sidebar__unit:nth-child(2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sidebar__unit:nth-child(2) {
    margin-top: 1.875rem;
  }
}
.sidebar__unit:nth-child(2) .sidebar__unit-title::after {
  width: 140px;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sidebar__unit:nth-child(2) .sidebar__unit-title::after {
    width: calc(100% - 7.8125rem);
  }
}

.sidebar__unit-title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #F29E00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebar__unit-title {
    font-size: 1.125rem;
  }
}
.sidebar__unit-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4px;
  height: 0.25rem;
  background: url(../img/border-icon02.png) repeat-x center right/cover;
}
@media screen and (max-width: 767px) {
  .sidebar__unit-title::after {
    height: 0.1875rem;
    background-size: contain;
  }
}

.sidebar__unit-list {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sidebar__unit-list {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.sidebar__unit-list-item a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.sidebar__unit-list-item a::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 1px;
  top: 0.0625rem;
}

.sidebar__items {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.sidebar__item-img img {
  border-radius: 1rem 1rem 0 0;
}

.sidebar__item-body {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 20px 13px 34px;
  padding: 1.25rem 0.8125rem 2.125rem;
}

.sidebar__item-title {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #695646;
}

.sidebar__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.sidebar__item-link-wrapper {
  text-align: right;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sidebar__item-link {
  padding: 2px 32px 2px 14px;
  padding: 0.125rem 2rem 0.125rem 0.875rem;
}

/* site-wrapper */
.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* wrapper */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrapper {
    display: block;
  }
}

/* access */
.access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .access__inner {
    display: block;
  }
}

.access__body {
  width: 65%;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .access__body {
    width: 100%;
    margin-top: 0;
  }
}

.access__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .access__text {
    line-height: 1.8;
  }
}

.access__img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .access__img {
    width: 100%;
    max-width: 25rem;
    margin: 1.875rem auto 0;
  }
}

.access__map {
  width: 100%;
  padding-top: 42.1545667447%;
  margin-top: 76px;
  margin-top: 4.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-top: 75%;
    margin-top: 2.5rem;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__link-wrapper {
  text-align: right;
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* blog-archive */
.blog-archive {
  padding: 60px 0 125px;
  padding: 3.75rem 0 7.8125rem;
}
@media screen and (max-width: 767px) {
  .blog-archive {
    padding-bottom: 5rem;
  }
}

.blog-archive__inner {
  max-width: 1096px;
  max-width: 68.5rem;
}

.blog-archive__subtitle {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #695646;
}
@media screen and (max-width: 767px) {
  .blog-archive__subtitle {
    font-size: 1rem;
  }
}

.blog-archive__title {
  text-align: center;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #695646;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .blog-archive__title {
    font-size: 1.5rem;
  }
}

.blog-archive__text {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .blog-archive__text {
    text-align: left;
    font-size: 0.9375rem;
  }
}

.blog-archive__content {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .blog-archive__content {
    margin-top: 2.5rem;
  }
}

.blog-archive__cards {
  margin-top: -68px;
  margin-top: -4.25rem;
}
@media screen and (max-width: 767px) {
  .blog-archive__cards {
    margin-top: 0;
  }
}

.blog-archive__pagination {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .blog-archive__pagination {
    margin-top: 3.75rem;
  }
}

/* blog-single */
.blog-single {
  padding: 58px 0 65px;
  padding: 3.625rem 0 4.0625rem;
}
.blog-single article {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .blog-single article {
    width: 100%;
  }
}

.blog-single__inner {
  max-width: 1096px;
  max-width: 68.5rem;
}

.blog-single__back {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: url(../img/arrow-icon05.png) no-repeat center left/24px;
  background: url(../img/arrow-icon05.png) no-repeat center left/1.5rem;
  padding-left: 31px;
  padding-left: 1.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.blog-single__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #848484;
}

.blog-single__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875;
  color: #695646;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .blog-single__title {
    font-size: 1.5rem;
  }
}

.blog-single__tag {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.blog-single__tag span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1px 30px 2px;
  padding: 0.0625rem 1.875rem 0.125rem;
  color: #fff;
  background: #F29E00;
  border-radius: 1.0625rem;
  margin-right: 11px;
  margin-right: 0.6875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.blog-single__thumbnail {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.blog-single__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.blog-single__body h2, .blog-single__body h3, .blog-single__body h4, .blog-single__body h5, .blog-single__body h6 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.blog-single__body h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.blog-single__body h4, .blog-single__body h5, .blog-single__body h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.blog-single__body p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.43;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.blog-single__body ul, .blog-single__body ol {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.blog-single__body li {
  position: relative;
  padding-left: 1em;
}
.blog-single__body li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.blog-single__body figure {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/* clinic */
.clinic__slider {
  margin: 4.0625rem calc(50% - 50vw) 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider {
    padding-bottom: 3.75rem;
    margin-top: 3.125rem;
  }
}
.clinic__slider .slider__dots {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 30;
  width: 100%;
}
.clinic__slider .slider__dots li {
  display: inline-block;
  background: #695646;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 15px;
  margin: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider .slider__dots li {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.625rem;
  }
}
.clinic__slider .slider__dots li button {
  text-indent: -9999px;
}
.clinic__slider .slider__dots li.slick-active {
  background: #EDB04F;
}

.clinic__slider-item {
  margin: 0 5px;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider-item {
    margin: 0 0.625rem;
  }
}

.clinic__slider-item-img {
  margin: 0 30px;
  margin: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider-item-img {
    margin: 0;
  }
}
.clinic__slider-item-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider-item-img img {
    border-radius: 1rem;
  }
}

.clinic__slider-item-text {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .clinic__slider-item-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

/* diagnosis */
.diagnosis__text {
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .diagnosis__text {
    font-size: 0.9375rem;
  }
}

.diagnosis__items {
  width: 639px;
  width: 39.9375rem;
  max-width: 100%;
  margin: 57px auto 0;
  margin: 3.5625rem auto 0;
}
@media screen and (max-width: 767px) {
  .diagnosis__items {
    margin-top: 2.5rem;
  }
}

.diagnosis__item {
  background: #fff;
  border-radius: 0.5rem;
  min-height: 191px;
  min-height: 11.9375rem;
  padding: 32px 45px 32px 109px;
  padding: 2rem 2.8125rem 2rem 6.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .diagnosis__item {
    min-height: unset;
    padding: 4.375rem 1.25rem 1.25rem;
  }
}
.diagnosis__item + .diagnosis__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.diagnosis__item:first-child .diagnosis__item-icon {
  width: 33px;
  width: 2.0625rem;
  top: 8px;
  top: 0.5rem;
  left: 14px;
  left: 0.875rem;
}
.diagnosis__item:nth-child(2) .diagnosis__item-icon {
  width: 32px;
  width: 2rem;
  top: 12px;
  top: 0.75rem;
  left: 12px;
  left: 0.75rem;
}
.diagnosis__item:last-child .diagnosis__item-icon {
  width: 42px;
  width: 2.625rem;
  top: 7px;
  top: 0.4375rem;
  left: 7px;
  left: 0.4375rem;
}

.diagnosis__item-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 87px;
  width: 5.4375rem;
  height: 83px;
  height: 5.1875rem;
  background: #F29E00;
  border-radius: 0.5rem 0 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .diagnosis__item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.25rem;
    height: 3.75rem;
    border-radius: 0.5rem 0 1.875rem 0;
  }
}

.diagnosis__item-icon {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .diagnosis__item-icon {
    position: static;
  }
}

.diagnosis__item-title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  right: 18px;
  right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .diagnosis__item-title {
    position: static;
    margin-left: 0.625rem;
    margin-top: 0.625rem;
  }
}

.diagnosis__item-text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .diagnosis__item-text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

/* treatment */
.treatment {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.treatment__title::after {
  width: calc(100% - 13.125rem);
}
@media screen and (max-width: 767px) {
  .treatment__title::after {
    width: calc(100% - 9.375rem);
  }
}

.treatment__group:first-of-type {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .treatment__group:first-of-type {
    margin-top: 1.875rem;
  }
}
.treatment__group:last-of-type {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .treatment__group:last-of-type {
    margin-top: 5rem;
  }
}

.treatment__subtitle {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #695646;
}
@media screen and (max-width: 767px) {
  .treatment__subtitle {
    font-size: 1.25rem;
  }
}

.treatment__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.treatment__item + .treatment__item {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.treatment__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .treatment__item-title {
    font-size: 1.125rem;
    padding-left: 0.9375rem;
    padding-top: 0;
  }
}
.treatment__item-title::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 100%;
  background: #F29E00;
  border-radius: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .treatment__item-title::before {
    width: 0.375rem;
  }
}

.treatment__item-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .treatment__item-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.treatment__item-more {
  display: block;
  width: 131px;
  width: 8.1875rem;
  max-width: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  background: #695646;
  border-radius: 0.8125rem;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  position: relative;
}
.treatment__item-more::after {
  position: absolute;
  content: "";
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background: url(../img/arrow-icon02.png) no-repeat center/contain;
}

.treatment__item-subtext {
  display: none;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .treatment__item-subtext {
    font-size: 0.9375rem;
  }
}

.treatment__item-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .treatment__item-units {
    display: block;
  }
}

.treatment__item-unit {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .treatment__item-unit {
    width: 100%;
  }
  .treatment__item-unit:last-child {
    margin-top: 1.875rem;
  }
}

.treatment__item-unit-text {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .treatment__item-unit-text {
    font-size: 0.9375rem;
  }
}

.treatment__item-unit-img {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .treatment__item-unit-img {
    max-width: 25rem;
    margin: 0.9375rem auto 0;
  }
}

/* news-archive */
.news-archive__content {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    margin-top: 2.5rem;
  }
}

.news-archive__pagination {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* top-access */
.top-access {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-access {
    margin-top: 5rem;
  }
}

.top-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .top-access__inner {
    display: block;
  }
}

.top-access__body {
  width: 55%;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .top-access__body {
    width: 100%;
  }
}

.top-access__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.29;
}
@media screen and (max-width: 767px) {
  .top-access__text {
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .top-access__link-wrapper {
    text-align: right;
    margin-top: 1.25rem;
  }
}

.top-access__link {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.top-access__map-wrapper {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .top-access__map-wrapper {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.top-access__map {
  width: 100%;
  padding-top: 77.2972972973%;
  position: relative;
}
.top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* top-message */
.top-message {
  margin-top: 135px;
  margin-top: 8.4375rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .top-message {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.top-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-message__inner {
    display: block;
  }
}

.top-message__body {
  width: 61%;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-message__body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.top-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.29;
}
@media screen and (max-width: 767px) {
  .top-message__text {
    line-height: 1.8;
  }
}

.top-message__link {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.top-message__box {
  background: #fff;
  border-radius: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-message__box {
    margin-top: 1.25rem;
  }
}

.top-message__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 2.28;
}

.top-message__list-text {
  margin-left: 1em;
}

.top-message__img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .top-message__img {
    width: 18.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* top-news */
.top-news {
  position: absolute;
  top: 314px;
  top: 19.625rem;
  right: 135px;
  right: 8.4375rem;
  width: 548px;
  width: 34.25rem;
  max-width: 100%;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 28px 80px 33px 91px;
  padding: 1.75rem 5rem 2.0625rem 5.6875rem;
}
@media screen and (max-width: 1200px) {
  .top-news {
    padding: 1.5625rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 1.5625rem 1.25rem;
  }
}

.top-news__title {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #F29E00;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    font-size: 1.25rem;
  }
}

.top-news__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    display: block;
  }
}

.top-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news__item-date {
  display: inline-block;
  color: #919191;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.top-news__item-category {
  margin-left: 15px;
  margin-left: 0.9375rem;
  white-space: nowrap;
}
.top-news__item-category span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  border: 1px solid #F29E00;
  border: 0.0625rem solid #F29E00;
  border-radius: 0.1875rem;
  color: #F29E00;
  padding: 1px 8px;
  padding: 0.0625rem 0.5rem;
}

.top-news__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 10px;
  margin-left: 0.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}

.top-news__btn {
  display: block;
  text-align: center;
  width: 136px;
  width: 8.5rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F29E00;
  border-radius: 1.1875rem;
  color: #fff;
  padding: 8px 20px 9px;
  padding: 0.5rem 1.25rem 0.5625rem;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}

/* top-time */
.top-time {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-time {
    padding-top: 3.75rem;
  }
}

.top-time__inner {
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 1200px) {
  .top-time__inner {
    width: 43.75rem;
  }
}

.top-time__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.top-time__table tr {
  position: relative;
}
.top-time__table tr:first-child th, .top-time__table tr:first-child td {
  background: unset;
}
.top-time__table tr:first-child td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.top-time__table tr:nth-child(2) {
  border-bottom: 5px solid #FAF3E8;
  border-bottom: 0.3125rem solid #FAF3E8;
}
.top-time__table tr:nth-child(2) th {
  border-radius: 1rem 0 0 0;
}
.top-time__table tr:nth-child(2) td:last-child {
  border-radius: 0 1rem 0 0;
}
.top-time__table tr:last-child {
  border-top: 5px solid #FAF3E8;
  border-top: 0.3125rem solid #FAF3E8;
}
.top-time__table tr:last-child th {
  border-radius: 0 0 0 1rem;
}
.top-time__table tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.top-time__table th, .top-time__table td {
  background: #fff;
  padding: 12px 0;
  padding: 0.75rem 0;
}
.top-time__table th {
  width: 25%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #695646;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-time__table th {
    width: 20%;
    font-size: 0.875rem;
  }
}
.top-time__table td {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #695646;
  font-weight: 700;
  width: 12%;
}
@media screen and (max-width: 767px) {
  .top-time__table td {
    width: 13%;
    font-size: 0.6875rem;
    line-height: 1.25;
  }
}
.top-time__table td:last-child {
  width: 15%;
}
.top-time__table td span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #F29E00;
}

.top-time__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.top-time__list-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.29;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .top-time__list-item {
    line-height: 1.8;
  }
}
/*# sourceMappingURL=style.css.map */
