@charset "UTF-8";
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 default
------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* webfont local */
@font-face {
  font-family: "YasashisaAntique";
  font-display: swap;
  src: url("../font/07YasashisaAntique.woff") format("woff"), url("../font/07YasashisaAntique.woff2") format("woff2");
  font-weight: 400; }
.wf-yasashisa {
  font-family: "YasashisaAntique";
  font-display: swap; }

body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 1.6; } }
  @media only screen and (max-width: 767px) and (max-width: 390px) {
    body {
      font-size: 13px;
      line-height: 1.8; } }

/* link */
a {
  text-decoration: none;
  transition: all  0.3s ease; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

a img {
  border: none; }

/* PCでは電話発信しない */
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: blue;
    text-decoration: underline; } }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    text-decoration: none; } }

img {
  vertical-align: bottom; }

li {
  list-style-type: none; }

/* ------------------------
 subj underline
------------------------- */
.subj {
  padding: 1em;
  color: #fff; }
  @media only screen and (max-width: 390px) {
    .subj {
      padding: 10px 0;
      font-size: 100%; } }

/* ------------------------
 ptop follow
------------------------- */
.ptop {
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  z-index: 9999;
  display: none; }

.ptop a {
  display: block;
  color: #90BE1D;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.8rem;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 4rem;
  z-index: 9999; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .ptop a {
    font-size: 2.5rem; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 390px) {
    .ptop a {
      font-size: 2rem; } }

.ptop a:hover {
  color: #000; }

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

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

.extlink {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 3px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  color: #000; }
  .extlink:hover {
    text-decoration: none;
    background-color: #D2E014;
    color: #fff; }
  @media only screen and (max-width: 1140px) {
    .extlink {
      padding: 0.8771929825vw;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; } }

/*===========
jquery inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 0.3s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/*===========
.imgBox
===========*/
.imgBox {
  text-align: center;
  margin: 50px 0; }
  @media only screen and (max-width: 1140px) {
    .imgBox {
      margin: 4.3859649123vw 0; } }

.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/*-----------------------
 default structure
------------------------*/
#header,
#cover,
#bread,
main,
#footer {
  width: 100%;
  text-align: center; }

#cover .inner {
  width: 100%; }

#header .inner,
#bread .inner,
.content .inner,
#footer .inner {
  width: 1140px;
  margin: 0 auto; }
  @media only screen and (max-width: 1140px) {
    #header .inner,
    #bread .inner,
    .content .inner,
    #footer .inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 1140px) and (max-width: 767px) {
    #header .inner,
    #bread .inner,
    .content .inner,
    #footer .inner {
      padding: 0 10px; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 header
------------------------- */
#header {
  padding: 26px 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  transition: all  0.3s ease-out; }
  @media only screen and (max-width: 1140px) {
    #header {
      padding: 26px 10px; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header {
    padding: 10px; } }

#header.header-scrolled {
  height: auto;
  padding: 10px 0;
  background: none;
  background-color: rgba(255, 255, 255, 0.7); }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header.header-scrolled {
    padding: 5px 10px; } }

#header .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#header-logo {
  width: 50%;
  text-align: left; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header-logo {
    width: 100%; } }

#header-name {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "YasashisaAntique";
  font-size: 145%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header-name {
    font-size: 125%;
    text-align: center;
    margin-bottom: 10px; } }

#header-nav {
  width: 50%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header-nav {
    width: 100%; } }

#header-nav a {
  display: block;
  width: 127px;
  text-align: center;
  padding: 5px 10px;
  background-color: #90BE1D;
  color: #fff;
  font-weight: 600;
  text-decoration: none; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #header-nav a {
    width: 48%; } }

#header-nav a:hover {
  background-color: #37444F; }

#header-nav01 {
  margin-right: 10px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 390px) {
  #header-nav01 {
    margin-right: 5px; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 cover
------------------------- */
.page #cover {
  padding: 80px 0;
  border-top: 5px solid #90BE1D; }
  @media only screen and (max-width: 1140px) {
    .page #cover {
      padding: 80px 15px; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .page #cover {
    padding: 25px 15px; } }

.page #cover .inner {
  text-align: center; }

.page #pagettl {
  display: inline-block;
  font-size: 250%;
  font-family: "YasashisaAntique";
  padding: 0.3em 0.8em 0.5em;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 400; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 nav overwrite
 レスポンシブメニュー
 (ドロップダウン＆ドロワー)
------------------------- */
/* ------------------------
 bread
------------------------- */
#bread {
  width: 1140px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: right; }
  @media only screen and (max-width: 1140px) {
    #bread {
      width: 100%; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #bread {
      padding: 10px 15px; } }

#bread a,
#bread p {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  color: #000;
  font-size: 80%; }

#bread a:before,
#bread p:before {
  content: "\f0a9 ";
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

#bread a {
  text-decoration: none; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 content
------------------------- */
/* content common */
.ttl-sect {
  display: inline-block;
  border-bottom: 10px solid #90BE1D;
  margin-bottom: 50px;
  font-family: "YasashisaAntique";
  font-size: 175%;
  font-weight: 400; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .ttl-sect {
    margin-bottom: 1em;
    font-size: 125%; } }

.ttl {
  font-size: 100%;
  font-weight: 600; }

a.btn {
  text-align: center;
  padding: 5px 10px;
  background-color: #90BE1D;
  color: #fff;
  font-weight: 600;
  text-decoration: none; }

a.btn:hover {
  background-color: #37444F; }

main {
  background-color: #FDFFEE; }

.content .inner {
  padding: 0 0 100px; }
  @media only screen and (max-width: 1140px) {
    .content .inner {
      padding: 0 15px 8.7719298246vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .content .inner {
      padding: 0 15px 9.765625vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .content .inner {
      padding: 0 15px 30px; } }

.content:first-of-type .inner {
  padding-top: 50px; }
  @media only screen and (max-width: 1140px) {
    .content:first-of-type .inner {
      padding-top: 4.3859649123vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .content:first-of-type .inner {
      padding-top: 4.8828125vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .content:first-of-type .inner {
      padding-top: 25px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 390px) {
    .content:first-of-type .inner {
      padding-top: 15px; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 footer
------------------------- */
#footer {
  padding: 50px 0;
  background-color: #D2E014; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #footer {
    padding: 30px 15px; } }

/* draft */
#copyright {
  font-size: 80%; }

@media only screen and (max-width: 767px) {
  #copyright span {
    display: inline-block; } }
