@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
/* ===============================
   共通
=============================== */
body {
  line-height: 1.8;
  color: #333;
}

a {
  color: #118654;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #f6951a;
}

#top_hed a {
  color: #118654;
  opacity: 0.9;
}

p {
  margin: 1em 0;
  line-height: 1.75;
}

/* テキストリンク（.ank_listと.btn除外） */
p a:not(.btn a):not(.ank-list a),
li a:not(.btn a):not(.ank-list a) {
  text-decoration: underline;
}

.nav a {
  text-decoration: none !important;
}

/* ===============================
   ヘッダー
=============================== */
#p_head {
  margin: 40px;
  text-align: center;
}

#p_head h1 {
  font-size: 250%;
  letter-spacing: 0.1em;
  color: #118654;
  margin-bottom: 10px;
}

#p_head .breadcrumbs {
  font-size: 0.875em;
  margin-bottom: 10px;
  color: #666;
}

#p_head .caption {
  font-size: 12px;
  color: #999;
}

/* ===============================
   アンカーリスト
=============================== */
.ank-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
}
.ank-list:before {
  content: "contents";
  width: 100%;
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  text-align: center;
  display: block;
}
.ank-list li {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1rem;
}
.ank-list li a {
  padding: 1rem 2%;
  height: 100%;
  padding-right: 2rem;
  display: block !important;
  background: #fff;
  border: 1px solid #118654;
  position: relative;
  z-index: 0;
}
.ank-list li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-weight: 600;
  z-index: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10px;
  opacity: 0.5;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

/* ===============================
   メイン
=============================== */
main {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 3% 10% 5%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  main {
    padding: 3% 10% 10%;
  }
}

/* ===============================
   見出し
=============================== */
h2 {
  font-size: 30px;
  border-left: 5px solid #118654;
  padding-left: 10px;
  margin: 40px 0 20px;
}

h3 {
  font-size: 24px;
  border-bottom: 2px solid #118654;
  margin: 30px 0 15px;
  padding-bottom: 5px;
}

h4 {
  font-size: 18px;
  margin: 25px 0 10px;
}

h5 {
  font-size: 16px;
  margin: 20px 0 10px;
}

h6 {
  font-size: 14px;
  margin: 15px 0 10px;
}

/* ===============================
   リスト
=============================== */
ul:not([class], .nav) {
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}

ul:not([class], .nav) li {
  list-style: disc;
  margin-bottom: 1.25em;
  color: #118654;
}

ol:not([class]) {
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}

ol:not([class]) li {
  list-style: decimal;
  margin-bottom: 1.25em;
}

/* ===============================
   テーブル
=============================== */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 10px;
}

table th {
  background: #118654;
  color: #fff;
  text-align: left;
  vertical-align: top;
}

/* ===============================
   フォーム
=============================== */
input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=submit] {
  background: #118654;
  color: #fff;
  border: none;
  padding: 1% 10%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  font-weight: bold;
  font-size: 110%;
}

input[type=submit]:hover {
  background: #f6951a;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

.contact-btn {
  text-align: center;
  margin: 5% 0;
}

/* ===============================
   アンカーリスト
=============================== */
.ank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.ank_list li {
  list-style: none;
}

.ank_list a {
  display: block;
  padding: 8px 15px;
  background: #118654;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
}

.ank_list a:hover {
  background: #f6951a;
}

/* ===============================
   ボタン
=============================== */
.btn a {
  display: inline-block;
  padding: 12px 30px;
  background: #118654;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: #f6951a;
}

/* ===============================
   コンタクトフォーム
=============================== */
.contact-form th {
  width: 30%;
  background: #f5f5f5;
}

.contact-form td {
  width: 70%;
}

/* ===============================
   お知らせ一覧
=============================== */
#news_slide {
  list-style: none;
  padding: 0;
}

#news_slide li {
  border-bottom: 1px solid #ddd;
}

#news_slide a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

#news_slide .date {
  font-size: 12px;
  color: #999;
}

#news_slide h3 {
  font-size: 16px;
  margin: 5px 0 0;
}

/* ===============================
   検索結果
=============================== */
#search_list {
  list-style: none;
  padding: 0;
}

#search_list li {
  margin-bottom: 25px;
}

#search_list h3 {
  font-size: 18px;
}

#search_list .des {
  font-size: 14px;
  color: #666;
}

/* ===============================
   レスポンシブ（タブレット）
=============================== */
@media (max-width: 980px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  #p_head h1 {
    font-size: 24px;
  }
}
/* ===============================
   レスポンシブ（スマホ）
=============================== */
@media (max-width: 560px) {
  #p_head {
    margin-bottom: 30px;
  }
  #p_head h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  table th,
  table td {
    font-size: 12px;
    padding: 8px;
  }
  .ank_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn a {
    width: 100%;
    text-align: center;
  }
}
