@charset "UTF-8";
/*====================================
　早見表
  画面幅サイズ別
  $conts-width-◎　◎＝l , m , s

  サイトカラー
  $color-◎　◎＝pink , blue , orange , green , border , lightgray

  フォントカラー・フォントファミリー
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width＝親要素を超えて子要素がフル画面幅
  flex-column＝端寄せ均等幅  flex-center＝上下左右中央揃え
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)

  可変px指定clamp
  auto-px(○,□,△) ○＝最大pxサイズ　□＝最小pxサイズ　△＝最小画面サイズ

====================================*/
/*====================================*/
/*----------------------------------
  Structure
----------------------------------
0. タグ設定
  0.1. ページサイズ
1. ヘッダー
  1.1	ナビゲーション
  1.2 見出し
2. コンテンツ
  2.1. トップへ戻る
3. フッター 

====================================*/
/*----------------------------------
	0. タグ設定
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
/* ------ ベース ------- */
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(14px, 2.917vw, 16px);
  font-weight: 400;
  line-height: 1.7em;
  color: #000;
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* ------ link ------- */
a {
  color: #03C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.textlinkUl {
  text-decoration: underline;
}

a img {
  border: none;
  border: 0;
}

a:hover img.link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

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

/*----------------------------------
	1. ヘッダー
------------------------------------*/
/* ------ ロゴのサブタイトル非表示 ------- */
.header-titles .site-description {
  display: none;
}

#site-header {
  position: fixed;
  top: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  z-index: 10000;
  transition: all 0.5s 0s ease;
}

#site-header.headerColorScroll {
  background-color: rgba(255, 255, 255, 0.768627451);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.48);
}

.header-inner {
  padding: 2rem 0;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 2rem;
  }
}
.header-inner .header-titles .site-logo a {
  width: 230px;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-inner .header-titles .site-logo a {
    width: 180px;
  }
}
.header-inner .header-titles .site-logo a img {
  width: 100%;
}

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
#nav li a {
  display: block;
  color: #000;
  position: relative;
  font-size: clamp(15px, 3.125vw, 16px);
}

#nav li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#nav .menu-item-has-children > a:after,
#nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #000;
  transition: 0.2s;
}

#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    left: 89%;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  #menu_btn {
    left: 87%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-trigger {
    width: 24px;
    height: 20px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  #nav {
    width: 280px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: #8ab880;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(280px);
    transition: all 0.5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0 20px;
  }
  #nav li a {
    position: relative;
    padding: 20px;
    color: #fff;
  }
  #nav .menu-item-has-children > a:first-of-type {
    position: relative;
    padding-right: 2em;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #EE5400;
  }
  #nav .menu-item-has-children .sub-menu {
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0 20px 0 30px;
  }
}
@media print, screen and (min-width: 768.02px) {
  #menu_btn, .overlay {
    display: none;
  }
  #nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  #nav li {
    position: relative;
  }
  #nav li:not(:last-child) {
    margin-right: 10px;
  }
  #nav li a {
    padding: 0.5em;
  }
  #nav .current-menu-item a {
    color: #fff;
  }
  #nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  #nav .menu-item-has-children > a.open:first-of-type,
  #nav .current-menu-item a {
    color: #fff;
  }
  #nav .current-menu-item li a {
    color: #fff;
  }
  #nav li ul.sub-menu {
    flex-direction: column;
    background: #fff;
    position: absolute;
    width: 140px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 10px 0;
  }
  #nav li ul.sub-menu li {
    width: 100%;
  }
  #nav li ul.sub-menu li a {
    line-height: 1.6em;
    color: #000;
    padding: 0.5em 20px;
    font-size: 90%;
  }
  #nav li ul.sub-menu li a:hover {
    color: #83759a;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #nav ul {
    justify-content: center;
    margin: auto;
  }
  #nav li a {
    padding: 1.5em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .site-logo img {
    max-height: 100%;
    margin: 0 auto;
    width: 140px;
    height: auto;
  }
}

/*----------------------------------
	1.2. 見出し
------------------------------------*/
p {
  margin-bottom: 1em;
}

/*----------------------------------
	2. コンテンツ
------------------------------------*/
.conts__cell--0 {
  padding: 0;
}

.conts__cell--tb20 {
  padding: 20px 0;
}

.conts__cell--t20 {
  padding-top: 20px;
}

.conts__cell--b20 {
  padding-bottom: 20px;
}

.conts__cell--tb40 {
  padding: 40px 0;
}

.conts__cell--t40 {
  padding-top: 40px;
}

.conts__cell--b40 {
  padding-bottom: 40px;
}

.conts__cell--tb60 {
  padding: 60px 0;
}

.conts__cell--t60 {
  padding-top: 60px;
}

.conts__cell--b60 {
  padding-bottom: 60px;
}

.conts__cell--tb80 {
  padding: 80px 0;
}

.conts__cell--t80b40 {
  padding: 80px 0 40px;
}

.conts__cell--t80 {
  padding-top: 80px;
}

.conts__cell--b80 {
  padding-bottom: 80px;
}

.conts__inner {
  max-width: 800px;
  margin: 0 auto;
}

.conts__inner--l {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .conts__inner {
    width: 96%;
  }
}
@media (max-width: 480px) {
  .conts__inner {
    width: 94%;
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: red;
}

.news_postcontent {
  max-width: 700px;
  margin: 0 auto 2em;
}

.news_postdate {
  margin: 0 0 2em;
}

/*----------------------------------
	3. フッター
------------------------------------*/
#site-footer {
  color: #fff;
  background-color: #5ba818;
  padding: 45px 0;
}
#site-footer .footer-info {
  max-width: 800px;
  margin: 0 auto 50px;
}
@media (max-width: 1100px) {
  #site-footer .footer-info {
    width: 96%;
  }
}
#site-footer .footer-info address {
  font-style: normal;
  font-size: clamp(13px, 2.708vw, 14px);
  color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  #site-footer .footer-info address {
    width: 96%;
  }
}
#site-footer .footer-info address .footer-logo {
  margin: 30px auto;
}
#site-footer .footer-info address .footer-logo img {
  width: 200px;
}
#site-footer .footer-info address .footer-insta {
  margin: 20px auto;
}
#site-footer .footer-info address .footer-insta a {
  width: 48px;
  display: block;
  margin: auto;
}
#site-footer .footer-info address .footer-insta img {
  width: 100%;
}
#site-footer .footer-nav {
  text-align: center;
}
#site-footer .footer-nav ul {
  margin-bottom: 1em;
}
#site-footer .footer-nav ul li {
  display: inline-block;
  font-size: clamp(13px, 2.708vw, 14px);
}
@media (max-width: 480px) {
  #site-footer .footer-nav ul li {
    width: 32%;
    margin-bottom: 20px;
  }
}
#site-footer .footer-nav ul li a {
  display: inline-block;
  padding: 0.1em 1em;
  color: #fff;
}

.footer-menu-wrapper {
  max-width: 800px;
  margin: 0 auto 50px;
  padding-top: 40px;
}

@media (max-width: 699px) {
  .footer-menu-wrapper {
    width: 96%;
  }
}
.footer-copyright {
  text-align: center;
  margin: 0;
  font-size: clamp(12px, 2.5vw, 14px);
}

/* pagetop */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  background-color: #83b0c1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.pagetop:hover {
  opacity: 0.5;
}
.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=base.css.map */