@charset "UTF-8";
:root {
  --baceFontColor: #333333;
}

/***
    The new CSS reset - version 1.6.1 (last updated 25.5.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

A:link {
  COLOR: #0033cc;
}

A:visited {
  COLOR: #990099;
}

A:HOVER {
  COLOR: red;
}

#page_title {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 42px;
  font-size: 1.75rem;
  line-height: 2.625rem;
  background: url(../grp/page_title_leaf.png) left 10px center no-repeat, #dfdfdf;
  border-radius: 10px;
  padding: 10px 20px 10px 60px;
  box-shadow: 0px 0px 3px 0px #CCC;
  text-align: left;
}

.section_title, .section_title_mt0 {
  margin: 60px 0 20px 0;
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: left;
  font-weight: 600;
  padding: 0 0 0 0px;
  color: #3d6325;
  z-index: 0 !important;
}
.section_title::before, .section_title_mt0::before {
  /*content:"";
  width:10px;
  height:10px;
  background:$mainColor;
  @include border-radius(2px);
  position:absolute;
  left:0;
  top:50%;
  margin-top:-5px;*/
}

.section_title_mt0 {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
body,
html {
  height: 100%;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-kerning: auto;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "palt" 1, "trad" 1;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}

body {
  background: #f4f2f0;
}

html {
  scroll-behavior: smooth;
}

html[theme=dark-mode] {
  filter: invert(1) hue-rotate(180deg);
}

html[theme=dark-mode] img {
  filter: invert(1) hue-rotate(180deg);
}

#page {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#globalHeader {
  background: #f1f0e2;
}
#globalHeader > div {
  height: 100px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#globalHeader > div #title {
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
#globalHeader > div #title span {
  display: block;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
#globalHeader > div #title a {
  color: #333333;
}
#globalHeader > div #title a svg {
  height: 48px;
  width: auto;
  margin: 5px 0 0 0;
}
#globalHeader > div #title::after {
  position: absolute;
  bottom: -5px;
  right: -80px;
}
#globalHeader > div #add {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 17px;
  line-height: 20px;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 20px;
}
#globalHeader > div #add > div img {
  width: 22px;
  height: 22px;
  fill: #3d6325;
  margin: 0 0.2em 0 0;
  vertical-align: bottom;
}
#globalHeader > div #add > div span {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
#globalHeader > div #add > div span a {
  color: #3d6325;
}
#globalHeader > div #add > div p {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #globalHeader > div {
    height: auto;
    padding: 20px 0;
  }
  #globalHeader > div #title {
    position: static;
    text-align: left;
    padding: 0 0 0 20px;
  }
  #globalHeader > div #title img {
    width: 120px;
    max-width: 100%;
  }
  #globalHeader > div #add {
    right: 70px;
    bottom: 30px;
  }
  #globalHeader > div #add h3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #globalHeader > div #add {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav {
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: scroll !important;
  }
  .drawer-overlay {
    z-index: 88;
  }
  .drawer--navbarTopGutter {
    padding-top: 0;
  }
  .drawer-hamburger {
    background: #3d6325;
    top: 9px;
  }
}
#grobalNav {
  background: rgba(51, 51, 51, 0.8);
}
#grobalNav > ul {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#grobalNav > ul > li {
  position: relative;
}
#grobalNav > ul > li > a {
  display: block;
  color: white;
  padding: 0.5em 0;
}
#grobalNav > ul > li > a span {
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: block;
}
#grobalNav > ul > li .button {
  display: none;
}
#grobalNav > ul > li ul > li {
  border-top: 1px solid silver;
  text-align: left;
}
#grobalNav > ul > li ul > li > a {
  display: block;
  color: #333333;
  padding: 0.5em 0.7em;
  background: #eee;
}
#grobalNav > ul > li ul > li > a:hover {
  background: #e2e2e2;
}
#grobalNav > ul > li aside > ul {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: 0.5s;
}
#grobalNav > ul > li.this_page {
  background: rgba(51, 51, 51, 0.9);
}
#grobalNav > ul > li.this_page > a, #grobalNav > ul > li.this_page > a:hover {
  color: #ffff80;
}
#grobalNav > ul > li:hover {
  background: rgba(51, 51, 51, 0.9);
}
#grobalNav > ul > li:hover aside > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #grobalNav > ul {
    display: block;
    margin-top: 100px;
    border-bottom: 1px dotted silver;
  }
  #grobalNav > ul > li {
    border-top: 1px dotted silver;
  }
  #grobalNav > ul > li .button {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 3px;
    border: none;
  }
  #grobalNav > ul > li .button::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../svg/plus-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
  }
  #grobalNav > ul > li .button.button_1 {
    background-color: #f5f4f2;
    color: #1abc9c;
  }
  #grobalNav > ul > li .button.active:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../svg/minus-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
  }
  #grobalNav > ul > li aside {
    display: none;
  }
}

#preamble {
  padding: 30px 0 0 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
#preamble main {
  display: block;
}
@media screen and (max-width: 1199px) {
  #preamble main {
    padding: 0 20px;
  }
}

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
.backtotop a {
  display: block;
  text-decoration: none;
  color: white !important;
  background: #333;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid white;
}
.backtotop a svg {
  width: 30px;
  height: 30px;
  fill: white;
}
.backtotop a:hover {
  background: #999;
  fill: #42AFE3;
}

#breadcrumb ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
#breadcrumb ul li a {
  text-decoration: none;
}
#breadcrumb ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../svg/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0.5em;
}
#breadcrumb ul li:first-child::before {
  background-image: none;
  margin: 0 0 0 0;
}

#sns_btn {
  margin: 60px auto 0 auto;
  display: none;
}
#sns_btn > div {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#sns_btn > div ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#sns_btn > div ul li > a {
  border: 2px solid #eee;
  border-radius: 0.4rem;
  display: block;
  text-decoration: none;
  padding: 0.3em 0.7em;
  font-weight: bold;
  background: white;
}
#sns_btn > div ul li > a:hover {
  color: white !important;
}
#sns_btn > div ul li.facebook a {
  color: #3c5a99;
  border-color: #3c5a99;
}
#sns_btn > div ul li.facebook a:hover {
  background: #3c5a99;
}
#sns_btn > div ul li.twitter a {
  color: #28aae1;
  border-color: #28aae1;
}
#sns_btn > div ul li.twitter a:hover {
  background: #28aae1;
}
#sns_btn > div ul li.hatena a {
  color: #009fd7;
  border-color: #009fd7;
}
#sns_btn > div ul li.hatena a:hover {
  background: #009fd7;
}
#sns_btn > div ul li.pocket a {
  color: #ed374d;
  border-color: #ed374d;
}
#sns_btn > div ul li.pocket a:hover {
  background: #ed374d;
}
#sns_btn > div ul li.line a {
  color: #01ba01;
  border-color: #01ba01;
}
#sns_btn > div ul li.line a:hover {
  background: #01ba01;
}
#sns_btn > div ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 1199px) {
  #sns_btn > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sns_btn > div ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
  }
  #sns_btn > div ul li a {
    padding: 0.5rem 0;
  }
}

footer#globalFooter {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  padding: 30px 0;
  background: #444;
  color: white;
  margin: 30px auto 0 auto;
}
footer#globalFooter > div {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
footer#globalFooter > div h3 img {
  height: 55px;
  width: auto;
}
footer#globalFooter > div p:nth-of-type(1) {
  margin: 10px auto 0 auto;
}
footer#globalFooter > div p:nth-of-type(1) svg {
  fill: white;
}
footer#globalFooter > div p:nth-of-type(1) span {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
footer#globalFooter > div p:nth-of-type(1) span a {
  color: white;
}
footer#globalFooter > div #copyright {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 20px auto 0 auto;
}

#box_title {
  font-size: 34px;
  line-height: 51px;
  font-size: 2.125rem;
  line-height: 3.1875rem;
  border: 1px solid silver;
  margin: 30px auto;
  padding: 20px 20px;
  text-align: left;
  background: #3d6325;
  color: white;
  background: url(../grp/box_title_bg.jpg) left center no-repeat;
}
@media screen and (max-width: 768px) {
  #box_title {
    text-align: center;
  }
}

#main_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
}
#main_box > div#side_space {
  width: 250px;
}
#main_box > div#side_space ul {
  border-top: 1px solid silver;
  postion: -webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#main_box > div#side_space ul li {
  border: 1px solid silver;
  border-top: none;
  text-align: left;
}
#main_box > div#side_space ul li a {
  background: white;
  display: block;
  padding: 15px;
  color: #333333;
}
#main_box > div#side_space ul li.this_page a {
  background: #e7f1da;
}
#main_box > div#wrap_main {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1199px) {
  #main_box > div#side_space {
    width: 200px;
  }
  #main_box > div#wrap_main {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 768px) {
  #main_box {
    display: block;
  }
  #main_box > div#side_space {
    width: auto;
  }
  #main_box > div#side_space ul {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-top: none;
    gap: 10px;
  }
  #main_box > div#side_space ul li {
    border: 1px solid silver;
  }
  #main_box > div#side_space ul li a {
    background: white;
    display: block;
    padding: 0.5em 0.7em;
  }
  #main_box > div#side_space ul li.this_page a {
    background: #3d6325;
    color: white;
  }
  #main_box > div#wrap_main {
    width: auto;
    margin: 30px auto 0 auto;
  }
}

.s_ph_list > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  margin: 20px auto 0 auto;
}
.s_ph_list > ul > li figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.s_ph_list > ul > li figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s_ph_list > ul > li figure a {
  display: block;
}
.s_ph_list > ul > li figure a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.s_ph_list > ul > li figcaption {
  margin: 5px auto 0 auto;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
  color: #5b998a;
}
@media screen and (max-width: 768px) {
  .s_ph_list > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

#fee ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}
#fee ul li {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px #CCC;
  padding: 0 0 20px 0;
}
#fee ul li figcaption {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 5px auto 0 auto;
}
#fee ul li figcaption span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#fee ul li figcaption:nth-child(1) {
  margin-top: 20px;
}
#fee ul li p {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 5px auto 0 auto;
  padding: 0 20px 0 20px;
}
#fee ul li p span {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#fee ul li aside {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
  padding: 0 20px;
}
#fee > aside {
  margin: 20px auto 0 auto;
  text-align: left;
}/*# sourceMappingURL=master.css.map */