@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

input, select, textarea {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

a:focus {
  outline: none; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 743px) {
    body {
      font-size: 1.2rem; } }

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s; }
  a.tel-link {
    pointer-events: none;
    text-decoration: none; }
    @media (max-width: 743px) {
      a.tel-link {
        pointer-events: auto; } }
  a:hover {
    text-decoration: none;
    opacity: 0.7; }

body #wrapper {
  padding: 120px 0 0;
  /* ヘッダーの高さ */ }
  @media (max-width: 1279px) {
    body #wrapper {
      padding-top: 90px; } }
  body #wrapper .header {
    width: 100%;
    height: 120px;
    display: block;
    background: #fff;
    z-index: 200;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    left: 0; }
    @media (max-width: 1279px) {
      body #wrapper .header {
        height: 90px; } }
    body #wrapper .header__inner {
      width: 100%;
      height: 120px;
      margin: 0 auto;
      padding: 0 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1279px) {
        body #wrapper .header__inner {
          height: 90px;
          padding: 0 40px;
          justify-content: center; } }
    body #wrapper .header__logo {
      width: 308px; }
      @media (max-width: 1279px) {
        body #wrapper .header__logo {
          width: 250px; } }
    body #wrapper .header__tel {
      line-height: 1.0;
      text-align: right; }
      @media (max-width: 1279px) {
        body #wrapper .header__tel {
          display: none; } }
      body #wrapper .header__tel span {
        font-weight: 600; }
      body #wrapper .header__tel-text {
        position: relative;
        display: inline-block;
        margin-bottom: 14px;
        font-size: 1.3rem;
        letter-spacing: 0.04em; }
        body #wrapper .header__tel-text::before {
          width: 100%;
          height: 6px;
          display: block;
          content: "";
          background: #D8DB5E;
          border-radius: 3px;
          position: absolute;
          left: 0;
          bottom: -3px;
          z-index: -1; }
      body #wrapper .header__tel-number {
        display: block;
        font-size: 2.7rem;
        color: #0D3920;
        letter-spacing: 0; }
        body #wrapper .header__tel-number a {
          color: #0D3920; }
  body #wrapper .main .box {
    width: 100%; }
    body #wrapper .main .box .inner {
      width: 1200px;
      padding: 0 80px;
      margin: 0 auto; }
      @media (max-width: 1279px) {
        body #wrapper .main .box .inner {
          width: 100%;
          padding: 0 40px; } }
  body #wrapper .footer {
    width: 100%;
    background: #fff;
    display: block;
    margin-top: 180px; }
    @media (max-width: 1279px) {
      body #wrapper .footer {
        margin-top: 80px; } }
    body #wrapper .footer__inner {
      width: 100%; }
    body #wrapper .footer__bunner {
      margin: 0 auto 120px; }
      @media (max-width: 1279px) {
        body #wrapper .footer__bunner {
          margin-bottom: 60px; } }
      body #wrapper .footer__bunner-heading {
        font-size: 2.1rem;
        font-weight: 600;
        color: #0D3920;
        text-align: center;
        margin-bottom: 38px; }
        @media (max-width: 743px) {
          body #wrapper .footer__bunner-heading {
            font-size: 1.8rem;
            margin-bottom: 24px; } }
        body #wrapper .footer__bunner-heading .space {
          width: 8px;
          display: inline-block; }
          @media (max-width: 743px) {
            body #wrapper .footer__bunner-heading .space {
              width: 0;
              display: block; } }
      body #wrapper .footer__bunner-list {
        width: 900px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px; }
        @media (max-width: 1279px) {
          body #wrapper .footer__bunner-list {
            width: 100%;
            gap: 20px;
            padding: 0 40px; } }
        @media (max-width: 743px) {
          body #wrapper .footer__bunner-list {
            display: block;
            text-align: center;
            padding: 0 60px; } }
      @media (max-width: 743px) {
        body #wrapper .footer__bunner-item {
          margin-bottom: 20px; } }
      @media (max-width: 743px) {
        body #wrapper .footer__bunner-item:last-of-type {
          margin-bottom: 0; } }
    body #wrapper .footer__info {
      width: 100%;
      padding: 50px 80px;
      position: relative;
      display: flex;
      align-items: baseline;
      background-color: #F0F5F2;
      color: #0D3920; }
      @media (max-width: 1279px) {
        body #wrapper .footer__info {
          padding: 40px;
          display: block; } }
      body #wrapper .footer__info-name {
        margin-right: 24px; }
        @media (max-width: 1279px) {
          body #wrapper .footer__info-name {
            margin-bottom: 5px; } }
        body #wrapper .footer__info-name span {
          font-size: 2.1rem;
          font-weight: 600;
          padding-right: 8px; }
          @media (max-width: 743px) {
            body #wrapper .footer__info-name span {
              font-size: 1.8rem; } }
        body #wrapper .footer__info-name strong {
          font-size: 2.4rem;
          font-weight: 600; }
          @media (max-width: 743px) {
            body #wrapper .footer__info-name strong {
              font-size: 2.0rem; } }
      body #wrapper .footer__info-add {
        font-size: 1.6rem;
        font-style: normal;
        margin-right: 24px; }
        @media (max-width: 1279px) {
          body #wrapper .footer__info-add {
            margin-bottom: 10px; } }
        @media (max-width: 743px) {
          body #wrapper .footer__info-add {
            font-size: 1.4rem; } }
        body #wrapper .footer__info-add br {
          display: none; }
          @media (max-width: 743px) {
            body #wrapper .footer__info-add br {
              display: block; } }
      body #wrapper .footer__info-tel {
        display: none; }
        @media (max-width: 1279px) {
          body #wrapper .footer__info-tel {
            display: block;
            font-size: 1.6rem;
            margin-bottom: 30px; } }
        @media (max-width: 743px) {
          body #wrapper .footer__info-tel {
            font-size: 1.4rem;
            margin-bottom: 20px; } }
      body #wrapper .footer__info-sns {
        width: 30px; }
        @media (max-width: 1279px) {
          body #wrapper .footer__info-sns {
            margin-bottom: 30px; } }
        @media (max-width: 743px) {
          body #wrapper .footer__info-sns {
            margin-bottom: 20px; } }
      body #wrapper .footer__info-copy {
        font-size: 1.2rem;
        position: absolute;
        right: 80px;
        bottom: 50px; }
        @media (max-width: 1279px) {
          body #wrapper .footer__info-copy {
            position: relative;
            right: auto;
            bottom: auto; } }
        @media (max-width: 743px) {
          body #wrapper .footer__info-copy {
            font-size: 1.0rem; } }

body #wrapper .contentstitle {
  font-size: 2.1rem;
  font-weight: 600;
  color: #0D3920;
  padding-bottom: 16px;
  position: relative;
  text-align: center; }
  @media (max-width: 743px) {
    body #wrapper .contentstitle {
      font-size: 1.8rem; } }
  body #wrapper .contentstitle::after {
    width: 100%;
    height: 5px;
    display: block;
    content: "";
    border-top: solid 1px #0D3920;
    border-bottom: solid 1px #0D3920;
    position: absolute;
    left: 0;
    bottom: 0; }
body #wrapper .contentssubtitle {
  font-size: 2.1rem;
  text-align: center;
  margin: 50px 0; }
  @media (max-width: 743px) {
    body #wrapper .contentssubtitle {
      font-size: 1.8rem;
      margin: 30px 0 20px; } }
body #wrapper .newslist__item {
  border-bottom: dashed 1px #333333; }
body #wrapper .newslist__link {
  text-decoration: none;
  padding: 30px 10px;
  display: flex;
  align-items: center; }
  @media (max-width: 1279px) {
    body #wrapper .newslist__link {
      display: block; } }
  @media (max-width: 743px) {
    body #wrapper .newslist__link {
      padding: 20px 0; } }
body #wrapper .newslist__heading {
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 1279px) {
    body #wrapper .newslist__heading {
      display: block;
      margin-bottom: 20px; } }
  body #wrapper .newslist__heading::after {
    width: 6px;
    height: calc(100% - 7px);
    display: block;
    content: "";
    background: #0D3920;
    border: solid 1px #707070;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 1279px) {
      body #wrapper .newslist__heading::after {
        height: 100%; } }
body #wrapper .newslist__date {
  width: 170px;
  padding-left: 30px;
  color: #0D3920; }
body #wrapper .newslist__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0D3920;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24em; }
  @media (max-width: 1279px) {
    body #wrapper .newslist__title {
      padding-left: 30px;
      max-width: 100%; } }
  @media (max-width: 743px) {
    body #wrapper .newslist__title {
      font-size: 1.6rem; } }
body #wrapper .newslist__category {
  display: flex;
  align-items: center;
  margin-left: auto; }
  @media (max-width: 1279px) {
    body #wrapper .newslist__category {
      padding-left: 30px; } }
  body #wrapper .newslist__category-name {
    display: inline-block;
    line-height: 1.0;
    background: #0D3920;
    color: #fff;
    margin-right: 8px;
    padding: 7px 9px;
    border-radius: 5px; }
    body #wrapper .newslist__category-name:last-of-type {
      margin-right: 0; }
  body #wrapper .newslist__category-family {
    color: #0D3920;
    background: #D8DB5E; }
  body #wrapper .newslist__category-important {
    background: #EFB23A; }
body #wrapper .buttonbox {
  display: flex;
  justify-content: center; }
  body #wrapper .buttonbox .button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    background: #0D3920;
    text-decoration: none;
    padding: 12px 30px 12px 30px;
    border-radius: 24px;
    transition: all 0.3s; }
    body #wrapper .buttonbox .button strong {
      font-size: 1.6rem;
      /*font-family: "Hiragino UD Sans W6 JIS2004";*/
      line-height: 1.0;
      color: #fff;
      display: inline-block;
      padding-right: 15px;
      position: relative; }
      @media (max-width: 743px) {
        body #wrapper .buttonbox .button strong {
          font-size: 1.4rem; } }
      body #wrapper .buttonbox .button strong::before, body #wrapper .buttonbox .button strong::after {
        width: 8px;
        /* 矢印の長さ */
        height: 2px;
        content: "";
        display: inline-block;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        right: 0;
        transition: all 0.3s; }
      body #wrapper .buttonbox .button strong::after {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -3px; }
      body #wrapper .buttonbox .button strong::before {
        transform: rotate(-45deg);
        top: 50%;
        margin-top: 1px; }
    body #wrapper .buttonbox .button:hover {
      background: #D8DB5E;
      opacity: 1; }
      body #wrapper .buttonbox .button:hover strong {
        color: #0D3920; }
        body #wrapper .buttonbox .button:hover strong::before, body #wrapper .buttonbox .button:hover strong::after {
          right: -5px;
          background: #0D3920; }

#top #wrapper .main {
  padding-top: 40px; }
  @media (max-width: 1279px) {
    #top #wrapper .main {
      padding-top: 0; } }
  #top #wrapper .main .mainimg {
    width: 1200px;
    margin: 0 auto 80px; }
    @media (max-width: 1279px) {
      #top #wrapper .main .mainimg {
        width: 100%;
        margin-bottom: 50px; } }
    #top #wrapper .main .mainimg img {
      border-radius: 10px; }
      @media (max-width: 1279px) {
        #top #wrapper .main .mainimg img {
          border-radius: 0; } }
  #top #wrapper .main .news__inner {
    width: 900px;
    padding: 0; }
    @media (max-width: 1279px) {
      #top #wrapper .main .news__inner {
        width: 100%;
        padding: 0 40px; } }
    #top #wrapper .main .news__inner .contentstitle {
      text-align: left; }
  #top #wrapper .main .news .buttonbox {
    margin-top: 50px; }

#news #wrapper .main {
  padding-top: 100px; }
  @media (max-width: 1279px) {
    #news #wrapper .main {
      padding-top: 60px; } }
  @media (max-width: 743px) {
    #news #wrapper .main {
      padding-top: 40px; } }
  #news #wrapper .main .news__inner {
    width: 900px;
    padding: 0; }
    @media (max-width: 1279px) {
      #news #wrapper .main .news__inner {
        width: 100%;
        padding: 0 40px; } }

#detail #wrapper .main {
  padding-top: 100px; }
  @media (max-width: 1279px) {
    #detail #wrapper .main {
      padding-top: 60px; } }
  @media (max-width: 743px) {
    #detail #wrapper .main {
      padding-top: 40px; } }
  #detail #wrapper .main .detail .contentstitle {
    margin-bottom: 60px; }
    @media (max-width: 743px) {
      #detail #wrapper .main .detail .contentstitle {
        margin-bottom: 40px; } }
  #detail #wrapper .main .detail .post__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 743px) {
      #detail #wrapper .main .detail .post__title {
        font-size: 2.0rem; } }
  #detail #wrapper .main .detail .post__date {
    margin-bottom: 10px;
    line-height: 1.0; }
  #detail #wrapper .main .detail .post__category {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    @media (max-width: 743px) {
      #detail #wrapper .main .detail .post__category {
        margin-bottom: 30px; } }
    #detail #wrapper .main .detail .post__category-name {
      display: inline-block;
      line-height: 1.0;
      background: #0D3920;
      color: #fff;
      margin-right: 8px;
      border-radius: 5px; }
      #detail #wrapper .main .detail .post__category-name:last-of-type {
        margin-right: 0; }
      #detail #wrapper .main .detail .post__category-name a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 7px 9px; }
        #detail #wrapper .main .detail .post__category-name a:hover {
          opacity: 1; }
    #detail #wrapper .main .detail .post__category-family {
      color: #0D3920;
      background: #D8DB5E; }
    #detail #wrapper .main .detail .post__category-important {
      background: #EFB23A; }
  #detail #wrapper .main .detail .post__text p {
    font-size: 2.0rem;
    line-height: 1.7; }
    @media (max-width: 743px) {
      #detail #wrapper .main .detail .post__text p {
        font-size: 1.8rem; } }
    #detail #wrapper .main .detail .post__text p:last-of-type {
      margin-bottom: 0; }
  #detail #wrapper .main .detail .pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-bottom: 80px;
    border-bottom: solid 1px #0D3920; }
    @media (max-width: 743px) {
      #detail #wrapper .main .detail .pagination {
        margin-top: 50px;
        margin-bottom: 40px;
        padding-bottom: 40px; } }
  #detail #wrapper .main .detail .buttonbox {
    margin-top: 30px; }

#smile #wrapper .main .mainimg {
  width: 100%;
  height: 480px;
  margin: 0 auto 100px; }
  @media (max-width: 743px) {
    #smile #wrapper .main .mainimg {
      height: 200px;
      margin-bottom: 60px; } }
  #smile #wrapper .main .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#smile #wrapper .main .smile__header {
  width: 408px;
  margin: 0 auto 160px;
  padding-right: 8px; }
  @media (max-width: 1279px) {
    #smile #wrapper .main .smile__header {
      margin-bottom: 100px; } }
  @media (max-width: 743px) {
    #smile #wrapper .main .smile__header {
      width: 268px;
      margin-bottom: 60px; } }
  #smile #wrapper .main .smile__header-sub {
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 743px) {
      #smile #wrapper .main .smile__header-sub {
        font-size: 2.4rem;
        margin-bottom: 40px; } }
    #smile #wrapper .main .smile__header-sub br {
      display: none; }
      @media (max-width: 743px) {
        #smile #wrapper .main .smile__header-sub br {
          display: block; } }
#smile #wrapper .main .smile__text {
  width: 700px;
  font-size: 2.0rem;
  line-height: 1.7;
  margin: 0 auto 30px; }
  @media (max-width: 1279px) {
    #smile #wrapper .main .smile__text {
      width: 100%;
      padding: 0 40px; } }
  @media (max-width: 743px) {
    #smile #wrapper .main .smile__text {
      font-size: 1.8rem;
      padding: 0; } }
  #smile #wrapper .main .smile__text:last-of-type {
    margin-bottom: 78px; }
    @media (max-width: 743px) {
      #smile #wrapper .main .smile__text:last-of-type {
        margin-bottom: 50px; } }
#smile #wrapper .main .smile__imglist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px; }
  @media (max-width: 743px) {
    #smile #wrapper .main .smile__imglist {
      display: block; } }
  #smile #wrapper .main .smile__imglist-item {
    margin-bottom: 20px; }
    #smile #wrapper .main .smile__imglist-item:last-of-type {
      margin-bottom: 0; }
  #smile #wrapper .main .smile__imglist-caption {
    display: block;
    text-align: center;
    padding-top: 16px;
    font-size: 1.6rem; }
    @media (max-width: 743px) {
      #smile #wrapper .main .smile__imglist-caption {
        padding-top: 8px;
        font-size: 1.4rem; } }
