@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  /*background-color: #fffdf8;*/
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #187731;
  display: block;
}

a:hover {
  color: #87c83a;
  transition: 0.2s;
}

h3,
h4,
h5,
h6 {
  line-height: 1.8;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  color: #187731;
  padding: 10px 15px;
  border: 3px dotted #187731;
  font-weight: bold;
  line-height: 1.3;
}

h3 {
  background-color: #def4d4;
}

h4 {
  border-bottom: 2px solid #187731;
  padding-bottom: 5px;
}

h5 {
  border-bottom: 2px dotted #187731;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  border-left: 5px solid #187731;
  padding-left: 10px;
  font-size: 100%;
}

/* 下層用 */
.under h1 {
  color: #187731;
  padding: 10px 15px;
  border: 3px dotted #187731;
  font-weight: bold;
  line-height: 1.3;
  font-size: 140%;
  margin-bottom: 25px;
}

.under h2 {
  background-color: #def4d4;
}

.under h3 {
  border-bottom: 2px solid #187731;
  padding-bottom: 5px;
}


img {
  border: 4px solid #fff;
  outline: solid 1px #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

strong {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 3px dotted #187731;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #187731;
  border-radius: 5px 5px 5px 5px;
}

article ol {
  counter-reset: counter-name;
  background: #def4d4;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  background: #def4d4;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 400%;
  line-height: 0em;
  color: #187731;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #def4d4;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 3px solid #def4d4;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
  border: 1px solid #ddd;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background-color: #ddd;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headTop {
  width: 100%;
}

.headTop a {
  color: #187731;
  font-size: 18px;
}

.headTop .titleH1 a,
.headTop p.sitecopy {
  line-height: 1.3;
}

.headTop .titleH1 a {
  font-size: 30px;
  font-weight: bold;
  color: #187731;
  float: left;
  width: 300px;
  margin: 30px 30px 30px 0;
}

.headTop a:hover {
  color: #87c83a;
}

.headTop p.sitecopy {
  margin: 30px 0;
  color: #187731;
  float: left;
  width: 300px;
}

.headTop img {
  float: right;
  box-shadow: none;
  border: none;
  outline: none;
  width: 350px;
}

.groval-nav>ul {
  display: flex;
  justify-content: space-around;
  clear: both;
  max-width: 1160px;
  margin: 0 auto 30px;
}

.groval-nav ul#groval-nav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}

#groval-nav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#groval-nav-menu li a {
  display: block;
  border: 3px dotted #187731;
}

/* slider */
.mainImage {
  overflow: hidden;
  padding: 50px 0;
  background-color: #def4d4;
  margin-bottom: 30px;
}

.mainimages li {
  margin: 0 15px !important;
}

.bx-viewport {
  background-color: #def4d4 !important;
  overflow: visible !important;
}

.slider-wrap {
  position: relative;
  left: 50%;
  max-width: 1890px;
  margin-left: -1000px;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 50px auto;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  border: 5px solid #fff;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
  left: 50px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 620px;
}

.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 530px;
}

/* contents area */
.mainWrapper {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .mainWrapper {
  display: block;
}

.r-Morebtn {
  text-align: right;
}

.r-Morebtn a {
  padding: 3px 3rem;
  color: #fff;
  display: inline-block;
  background-color: #187731;
}

.r-Morebtn a:hover {
  background: #def4d4;
  color: #000;
}

/* main */
main {
  float: left;
  max-width: 74%;
  /*820px*/
}

@media (max-width: 715px) {
  main {
    max-width: initial;
  }
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.page_Cont {
  background-color: #fff;
}

.page_Cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

article {
  margin-bottom: 30px;
}

/* add 2023/03/29 */
article h2::before,
.under h1::before {
  content: " ";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/flower_h2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

/* おすすめリンク */
.linkBox h3 {
  position: relative;
  margin-bottom: 0;
}

.linkBox h3 a {
  display: block;
  background-color: #def4d4;
  color: #000;
  border: none;
  padding: 10px 0 10px 20px;
  text-align: left;
}

.linkBox h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.linkBox h3 a:hover {
  display: block;
  background-color: #187731;
  color: #fff;
  text-decoration: none;
}

.linkBox h3 {
  border: none !important;
}

.linkBox p {
  padding: 0 0 20px;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 25%;
  /*300px*/
  padding: 20px;
  background-color: #def4d4;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #187731;
  font-size: 21px;
  border-bottom: 1px solid #187731;
  font-weight: bold;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}

.s-Link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #187731;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {
  opacity: 0.5;
}

footer .mainWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.foot_Copy {
  font-size: 70%;
  text-align: center;
}

.to-Top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.foot_Menu {
  width: 27%;
  margin-right: 3%;
}

/* under */
.nf404 {
  font-size: 200%;
  color: #187731;
}

/* pan nav */
.pan-Nav {
  margin-bottom: 10px;
}

.pan-Nav a {
  display: inline;
  font-size: 85%;
}

.pan-Nav font {
  color: #ccc;
}

/* SNS */
.share_area {
  width: 100%;
  margin: 50px 0;
}

.sns-mainWrapper {
  display: flex;
  justify-content: space-between;
}

.share_area>div {
  text-align: center;
}

.share_area:after {
  content: "";
  clear: both;
  display: block;
}

.title-F {
  text-align: center;
  display: block;
  border: 3px dotted #187731;
  color: #187731;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.button-whole .fa {
  font-weight: bold;
}

.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

/*レスポンシブ スマホ表示*/
@media screen and (max-width: 715px) {
  .mainWrapper {
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  .share_area,
  .mainWrapper {
    padding: 3%;
  }

  main h2,
  .side_bar h2 {
    padding: 10px;
  }

  .mainWrapper,
  main,
  .side_bar,
  .s-Link img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .s-Link img {
    float: none;
  }

  .sns-mainWrapper {
    display: block;
  }

  .titleH1 {
    font-size: 100%;
  }

  main h2,
  .side_bar h2 {
    font-size: 120%;
  }

  footer {
    padding: 0;
  }

  footer .foot_Menu {
    width: 100%;
    margin-bottom: 2rem;
  }

  .side-mainWrapper p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

  .page_Cont img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: none;
  }

  .r-Morebtn {
    text-align: center;
  }

  .r-Morebtn a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }

  /* groval-nav */
  #groval-nav-menu,
  .side_bar h2 {
    display: none;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    background: #187731;
    width: 100%;
    position: fixed;
    z-index: 999;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }

  .slicknav_btn {
    float: none;
    background-color: #fff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .slicknav_nav a {
    padding: 5px 15px;
    background: #def4d4;
    color: #000;
  }

  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #187731;
    color: #fff;
  }

  /* sns */
  .button-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  .headTop {
    padding-top: 35px;
  }

  /* 追記 */
  .headTop img {
    display: none;
  }

  .headTop .titleH1 a {
    max-width: 100%;
    font-size: 25px;
    width: 100%;
    float: none;
    margin: 10px 10px 20px;
  }

  .headTop p.sitecopy {
    width: 100%;
    float: none;
    margin: 10px;
    line-height: 1.5;
  }

  .bx-controls-direction {
    display: none;
  }

  .mainImage {
    margin-bottom: 10px;
    padding: 20px 0;
  }

  aside {
    margin-bottom: 0px;
  }

  footer .mainWrapper {
    margin: 0 auto;
  }

  .foot_Copy {
    padding: 20px;
  }
}

/*下層などflex内で要素が増える時*/
.mainWrapper.cf:has(.pan-Nav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.pan-Nav {
  width: 100%;
}

/*パンくず*/