*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

/* 組合員活動交流サイトCSS */
body {
  width: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "M PLUS Rounded 1c";
  margin: 0;
  padding: 0;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  background-color: #fffcf4;
  /* フッター固定 */
  height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.7em;
}

#container {
  max-width: 1000px;
  margin: 0 auto;
  flex: 1 0 auto;
  margin-bottom: 3em;
}

/* フッター固定 */
.f_cho {
  flex-shrink: 0;
}

a {
  cursor: pointer;
}

/* 共通 */
@media screen and (max-width: 600px) {
  .smp-none {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .smp-display {
    display: block;
  }
}

/* ヘッダー */
#header {
  text-align: center;
  background-image: url("../img/head_img.png"), linear-gradient(to left, #d0eefb, #fff);
  background-repeat: no-repeat;
  background-position: 0%;
  height: 6em;
}

#header img {
  max-width: 100%;
  margin: 0.5em 0;
}

/* ご利用方法ボタン */
@media screen and (max-width: 800px) {

  .move-link,
  a.move-link {
    display: none;
  }
}

.move-link,
a.move-link {
  color: #fff;
  background-color: #20b958;
  position: absolute;
  right: 2em;
  top: 1em;
  padding: 0.3em 1em;
  font-size: 1.1em;
  font-weight: bold;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.move-link:hover,
a.move-link:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.move-radius {
  border-radius: 100vh;
  text-decoration: none;
}

@media screen and (min-width: 800px) {

  .move-link2,
  a.move-link2 {
    display: none;
  }
}

@media screen and (max-width: 800px) {

  .move-link2,
  a.move-link2 {
    display: block;
  }
}

.move-link2,
a.move-link2 {
  color: #fff;
  background-color: #20b958;
  padding: 1em 2em;
  font-size: 1.4em;
  font-weight: bold;
}

.move-link2:hover,
a.move-link2:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.smp-move {
  display: none;
  justify-content: center;
  margin: 1em;
}

/* PC用ナビ */
@media screen and (max-width: 640px) {
  .g-navi {
    display: none;
  }
}

.g-navi {
  background-color: #fff;
}

.g-navi ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.g-navi li {
  border-right: 2px solid #dfdfdf;
  height: 4em;
  line-height: 4em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.g-navi li:last-child {
  border-right: none;
}

.g-navi ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  display: block;
  padding: 0 1em;
}

.g-navi ul li a:hover {
  background-color: #6abd01;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rainbow {
  background: linear-gradient(135deg, #925D9F, #6759A7, #455DAD, #407BC1, #38AF4F, #8ECA4D, #F4D34C, #D37147, #E63B4D);
  height: 4px;
}

/* スマホ用ナビゲーション */
@media screen and (min-width: 640px) {
  #hamburger {
    display: none;
  }
}

/* ページトップ */
.pagetop {
  margin-top: 2em;
  float: right;
  display: flex;
}

.pagetop-btn {
  width: 15em;
  text-align: center;
  justify-content: flex-end;
  background-color: #E66D3D;
  border-radius: 20px 20px 0 0;
  margin-right: 2em;
}

.pagetop-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
}

.pagetop-btn p {
  padding: 1em 0;
}

/* フッター */
#footer {
  clear: both;
  text-align: center;
  background-color: #fff;
  padding-bottom: 2em;
}

#footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
}

#footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer li {
  margin: 0 0.5em;
  color: #fff;
  border-right: 1px solid;
  padding-right: 1em;
}

#footer li:last-child {
  border-right: none;
}

.fotter-menu {
  background-color: #E66D3D;
  padding: 1em 0;
}

.footer-info {
  margin: 2em;
  transform: rotateZ(0.03deg);
}

.footer-info p {
  font-size: 120%;
  font-weight: bold;
  margin: 0.5em 0;
}

.footer-info img {
  max-width: 20em;
}

/* --------------------------TOPページ-------------------------- */
/* メインメニュー */
.mein-menu {
  margin-top: 2em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.rsample {
  width: 300px;
  position: relative;
  margin-bottom: 1em;
}

.rsample span {
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 300px;
  text-align: center;
  color: #000;
  line-height: 250%;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 1.3em;
  font-weight: bold;
}

.rsample a {
  display: block;
}

.rsample:hover,
a.rsample:hover {
  color: #fff;
  opacity: 0.8;
}

.rsample img {
  width: 300px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rsample img:hover {
  width: 300px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* おすすめウォーキングコース用 */
.rsample2 {
  width: 630px;
  position: relative;
  margin-bottom: 1em;
}

.rsample2 img {
  width: auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* スマホメインメニュー */
.smp-mainmenu {
  margin-top: 2em;
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* メインビジュアル */
.main-v {
  background-color: #fff5d8;
  padding: 1em 2em;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.main-v img {
  max-width: 100%;
}

.slick-prev {
  left: 0.5% !important
}

.slick-next {
  right: 0.5% !important;
}

/* フォーム */
.forms {
  background-color: #FDD6AE;
  text-align: center;
  margin-top: 2em;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.forms h2 {
  background-color: #FBC090;
  padding: 0.5em 0;
  font-size: 150%;
}

.btn_flex {
  display: flex;
  padding-bottom: 1em;
  padding-top: 1em;
}

.btn_flex p {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.toukou, .soudan {
  background-color: #fff;
  margin: 0 auto;
  max-width: 35em;
  padding: 1em 1em;
  box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
}

.btn,
a.btn,
button.btn {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background-color: #f9ac00;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #1f0a94;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background-color: #145bdc;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

a.btn--radius {
  border-radius: 100vh;
}

@media screen and (max-width: 900px) {
  .forms {
    background-color: #FDD6AE;
    text-align: center;
    margin-top: 2em;
    padding-bottom: 1em;
    width: 100%;
  }

  .forms h2 {
    background-color: #FBC090;
    padding: 0.3em 0;
    font-size: 130%;
  }

  .btn_flex {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }

  .btn_flex p {
    margin: 0;
    font-size: 0;
    display: none;
  }

  .toukou, .soudan {
    background-color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.5em;
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  .btn--orange,
  a.btn--orange {
    color: #fff;
    background-color: #eb6100;
  }

  .btn--orange:hover,
  a.btn--orange:hover {
    color: #fff;
    opacity: 0.5;
  }

  .btn--blue,
  a.btn--blue {
    color: #fff;
    background-color: #1f0a94;
  }

  .btn--blue:hover,
  a.btn--blue:hover {
    color: #fff;
    opacity: 0.5;
  }

  a.btn--radius {
    border-radius: 100vh;
  }
}

/* 新着情報(アイキャッチあり) */
.news-list h2 {
  background-color: #2EAC4D;
  padding: 0.5em;
  color: #fff;
  margin: 1em 0;
}

.news-list ul {
  background-color: #fff;
  padding: 2em 1em 1em 1em;
}

.news-list a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list-img {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.news-list-img img {
  max-width: 240px;
  max-height: 160px;
  object-fit: cover;
  height: auto;
}

.news-list-title {
  margin-left: 1em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.news-list-title a {
  display: table;
  font-size: 140%;
  font-weight: bold;
  padding: 0.5em 0;
  color: #000;
}

.news-list-title a.nextlink {
  font-size: 100%;
  display: inline-block;
  padding: 0 0 0 1em;
}

.btn-center {
  text-align: center;
  background-color: #fff;
  padding: 0 0 2em 0;
}

.news_btn {
  height: 3em;
  font-size: 120%;
  font-weight: 700;
  line-height: 3em;
  display: inline-block;
  padding: 0em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #31A42B;
  color: #fff;
  border-radius: 2em;
  background: #31A42B;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #31A42B), to(##34B213));
  background: -webkit-linear-gradient(bottom, #31A42B 50%, #34B213 100%);
  background: linear-gradient(0deg, #31A42B 50%, #34B213 100%);
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.news_btn:hover,
a.news_btn:hover {
  color: #fff;
  opacity: 0.8;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* SNS */
.sns {
  background-color: #eaeaea;
  text-align: center;
  padding-bottom: 1em;
  margin-top: 2em;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.sns img {
  height: 4em;
  margin: 0.5em;
}

.sns h2 {
  background-color: #cacaca;
  padding: 0.5em 0;
  font-size: 150%;
}

.sns p {
  font-weight: bold;
  font-size: 120%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
}

.sns a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
}

.sns a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #c1c1c1;
  border-radius: 10px;
}

.facebook, .Instagram, .LINE, .Youtube {
  display: block;
  background-color: #fff;
  width: 23%;
  height: 7em;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
  padding: 0.5em;
  position: relative;
  border-radius: 10px;
}

.sns-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
}

/* 前のページに戻る */
.back {
  margin-top: 5em;
  max-width: 1000px;
  margin: 0 auto;
  flex: 1 0 auto;
}

.backbtn {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  padding: 0.5em 1em;
  border-radius: 10px;
  border: 3px solid #fff;
  background: #7ABD37;
  background: -webkit-gradient(linear, left top, left bottom, from(#64B020), to(#7CBF39));
  background: -webkit-linear-gradient(top, #64B020 0%, #7CBF39 100%);
  background: linear-gradient(to bottom, #7CBF39 0%, #64B020 100%);
  -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
}

.backbtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CBF39), to(#64B020));
  background: -webkit-linear-gradient(top, #7CBF39 0%, #64B020 100%);
  background: linear-gradient(to bottom, #64B020 0%, #7CBF39 100%);
  -webkit-box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
}

/* --------------------------投稿記事-------------------------- */
#breadcrumb-list {
  margin-top: 0.8em;
  padding: 0 1em;
  font-size: 1.5em;
}

/* パンくずリスト */
.day_date {
  /* 日付表記 */
  margin: 0 1em;
  text-align: right;
  font-size: 1.2em;
}

.contents {
  background-color: #fff;
  margin: 1em 0 1em 0;
  padding: 1em 1em 2em 1em;
}

.contents img {
  max-width: 100%;
}

.katudou-midashi {
  background-color: #FCE8EB;
  border-top: 5px solid #F06D7C;
  border-bottom: 5px solid #F06D7C;
  color: #EA374D;
  padding: 0.8em 0.5em;
  font-size: 180%;
  margin-top: 0.5em;
}

.katudou-midashi.murayama-midashi {
  border-top: 5px solid #a85c33;
  border-bottom: 5px solid #a85c33;
  background-color: #7F4729 !important;
}

.katudou-midashi.shonai-midashi {
  border-top: 5px solid #389ce2;
  border-bottom: 5px solid #389ce2;
  background-color: #2087ce !important;
}

.contents h2 {
  margin: 0.8em 0;
  border-bottom: 5px solid #F06D7C;
  font-weight: normal;
}

.contents h3 {
  margin-bottom: 1em;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 3px solid #ccc;
  font-size: 150%;
}

.contents h3::before {
  position: absolute;
  content: '';
  border-radius: 100%
}

.contents h3::before {
  top: 0.7em;
  left: 10px;
  z-index: 2;
  width: 25px;
  height: 25px;
  background: #EA374D;
}

.contents p {
  font-size: 120%;
  margin: 1em;
}

.contents ul {
  margin: 1em 1em 1em 2em;
  display: inline-block;
  font-size: 120%;
}

.urabanashi h4 {
  display: flex;
  align-items: center;
  font-size: 120%;
}

.urabanashi h4:after {
  border-top: 2px solid #978B8E;
  content: "";
  flex-grow: 1;
}

.urabanashi {
  background-color: #FCE8EB;
  padding: 1em;
  margin-top: 2em;
}

/* --------------------------組合員活動紹介-------------------------- */
.katudou h2 {
  background-color: #EB485C;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.katudou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.katudou h3 {
  font-size: 180%;
  border-bottom: 5px solid #F494A0;
  color: #EB485C;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.5em 0;
}

.katudou .news-title {
  margin-left: 1em;
}

.katudou .ichiran {
  text-align: center;
  padding: 1em;
  margin-top: 1em;
}

.katudou .ichiran a {
  padding: 1em;
  border: 3px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
  background: #638be4;
}

.katudou .ichiran a:hover {
  color: #fff;
  opacity: 0.8;
}

ul.news_list {
  list-style: none;
  line-height: 2em;
  font-size: 1.2em;
}

span.news_date {
  padding-right: 1em;
}

ul.news_list li::after {
  content: ">";
  font-size: 120%;
  margin-left: 0.5em;
}

/* --------------------------健康動画-------------------------- */
.kenkou h2 {
  background-color: #6DB38E;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kenkou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.kenkou h3 {
  font-size: 180%;
  border-bottom: 5px solid #6DB38E;
  color: #439E73;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.5em 0;
}

.kenkou .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
}

.kenkou ul {
  list-style: none;
}

.kenkou ul li {
  margin-bottom: 0.5em;
}

.kenkou ul li a {
  color: #000;
  font-size: 120%;
}

.kenkou ul li::after {
  content: ">";
  font-size: 120%;
  margin-left: 0.5em;
}

/* --------------------------組合員の投稿紹介-------------------------- */
/* ----- いいねボタン ----- */
.post-ratings {
  text-align: center;
  width: 7em;
  display: block;
  margin-left: auto;
  border: 2px solid;
  border-radius: 10%;
  background-color: #fff;
  padding: 0.5em;
}

.kumiai-toukou h2 {
  background-color: #FC86BF;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kumiai-toukou span.check {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 5px solid #FEAFDC;
  color: #FC86BF;
  margin: 1em;
  display: flex;
  justify-content: center;
  padding: 0.3em 0;
}

.kumiai-toukou p {
  text-align: center;
  font-size: 130%;
}

.form-center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2em;
}

.toukou-form {
  width: 20em;
  color: #128B33;
  font-size: 170%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 10px;
  border: 3px solid #2EAC4D;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
}

.toukou-form:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
}

.kumiai-toukou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin: 3em 0;
}

.kumiai-toukou h3 {
  font-size: 180%;
  border-bottom: 5px solid #ef95c3;
  color: #ef95c3;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.5em 0;
}

.kumiai-toukou .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
  font-size: 120%;
}

.kumiai-toukou .news-list::after {
  content: ">";
  font-size: 120%;
  margin-left: 0.5em;
}

.kumiai-toukou .ichiran {
  text-align: center;
  padding: 1em;
  margin-top: 1em;
}

.kumiai-toukou .ichiran a {
  padding: 1em;
  border: 3px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
  background: #638be4;
}

.kumiai-toukou .ichiran a:hover {
  color: #fff;
  opacity: 0.8;
}

.list-box .news-list {
  list-style: none;
  line-height: 2em;
  font-size: 1.2em;
}

/* --------------------------イベント情報-------------------------- */
.event h2 {
  background-color: #4862AF;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.event figure {
  display: inline-block;
  margin-bottom: 1em;
}

.event figcaption {
  text-align: center;
  font-size: 120%;
}

.event .chirashi {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.event ul.chirashi li {
  position: static;
  line-height: 0;
  margin: 0;
  padding-left: 0;
  font-size: 100%;
}

.event ul.chirashi li:after {
  display: none;
}

.event ul.chirashi li div.wp-caption img {
  max-width: 220px;
  height: auto;
}

.event p.wp-caption-text {
  /* display: inline-block; */
  padding: 1em 0;
  font-size: 100%;
}

.event span.check {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 5px solid #93A4D2;
  color: #4862AF;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.event p {
  text-align: center;
  font-size: 130%;
}

.event .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.event h3 {
  font-size: 180%;
  border-bottom: 5px solid #93A4D2;
  color: #4862AF;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.5em 0;
}

.event .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
}

.event ul {
  list-style: none;
}

.event ul li {
  margin-bottom: 0.2em;
}

.event ul li {
  position: relative;
  line-height: 1.5em;
  margin: 7px 0 7px 1em;
  padding-left: 10px;
  font-size: 120%;
}

.event ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #6885c3;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event ul li a {
  color: #000;
  font-size: 120%;
}

/* --------------------------ネットで交流会-------------------------- */
.kouryu h2 {
  background-color: #ea940c;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kouryu h3 {
  text-align: center;
  font-size: 180%;
  color: #d20000;
  margin-bottom: 1em;
  line-height: 1.5em;
  padding: 0.2em 0 0.5em 0;
}

.kouryu span.check {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 5px solid #d20000;
  color: #d20000;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.kouryu p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}

.kaizyou {
  width: 20em;
  color: #128B33;
  font-size: 170%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 10px;
  border: 3px solid #2EAC4D;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
}

.kaizyou:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
}

/* --------------------------組合員の掲示板-------------------------- */
.bbs-link h2 {
  background-color: #4597CF;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.bbs-link h3 {
  text-align: center;
  font-size: 180%;
  color: #d20000;
  margin-bottom: 1em;
  line-height: 1.5em;
  padding: 0.2em 0 0.5em 0;
}

.bbs-link span.check {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 5px solid #d20000;
  color: #d20000;
  margin: 1em;
  display: flex;
  justify-content: center;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.bbs-link p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.check-list {
  display: flex;
  justify-content: center;
}

.check-list ul {
  margin: 1em 0;
  padding: 1em;
  background-color: #fff4d6;
  border-radius: 10px;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.check-list li {
  width: 100%;
  list-style-type: none;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}

.post-password-form {
  text-align: center;
  padding: 2em 0;
  font-size: 140%;
}

/* 掲示板調整用 */
.bbp-author-name {
  font-size: 80%;
}

/* 掲示板調整用 */
.bbp-pagination {
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

#bbpress-forums {
  margin: 0 auto;
  max-width: 940px;
  font-size: 120%;
  margin-top: 2em;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.bbp-topics {
  font-size: 100% !important;
  line-height: 120%;
}

.bbp-replies {
  font-size: 100% !important;
  line-height: 120%;
}

.bbp-the-content, .bbp_anonymous_author {
  font-size: 100% !important;
}

.bbp-meta {
  font-size: 80%;
}

.bbp-topic-started-by, .bbp-topic-started-in {
  display: none;
}

.bbp-template-notice {
  display: none;
}

.bbp-topic-form {
  display: none;
}

.form-allowed-tags {
  display: none;
}

.button submit {
  font-size: 120% !important;
}

.bbp-the-content {
  padding: 0.5em;
}

.bbp-reply-content {
  word-wrap: break-word;
}

#bbp_reply_submit {
  padding: 0.3em 3em;
  font-size: 1.5em;
}

.bbp-author-avatar {
  display: none;
}

.bbp-reply-author {
  padding-left: 0 !important;
  min-height: 0 !important
}

.bbp-submit-wrapper {
  float: none !important;
  text-align: center;
}

.bbs-linkbtn a {
  display: block;
  border: 2px solid #fff;
  width: 10em;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background: #7ABD37;
  background: -webkit-gradient(linear, left top, left bottom, from(#64B020), to(#7CBF39));
  background: -webkit-linear-gradient(top, #64B020 0%, #7CBF39 100%);
  background: linear-gradient(to bottom, #7CBF39 0%, #64B020 100%);
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
}

.bbs-linkbtn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CBF39), to(#64B020));
  background: -webkit-linear-gradient(top, #7CBF39 0%, #64B020 100%);
  background: linear-gradient(to bottom, #64B020 0%, #7CBF39 100%);
}

/* --------------------------プライバシーポリシー-------------------------- */
.policy h2 {
  background-color: #264a6f;
  font-size: 200%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.policy p {
  text-align: inherit;
  font-size: 1.1em;
  line-height: 1.7em;
}

.policy .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
  transform: rotateZ(0.03deg);
}

.policy h3 {
  font-size: 1.6em;
  border-bottom: 5px solid #456d96;
  color: #264a6f;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
  padding: 0.2em 0 0.5em 0;
}

.policy ul {
  list-style: none;
}

.policy ul li {
  margin-bottom: 0.2em;
}

.policy ul li {
  position: relative;
  line-height: 1.3em;
  margin: 7px 0 7px 1em;
  padding-left: 10px;
  font-size: 1em;
}

.policy ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #456d96;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 投稿データ用 */
/* 記事 */
.post-list {
  margin: 0 0 35px 0;
  padding: 0;
  overflow: hidden;
}

.post-list #title {
  background: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  text-align: left;
  letter-spacing: 2px;
}

.post-list #title a {
  color: #fff;
  text-decoration: none;
}

.post-list p {
  font-size: 1em;
  line-height: 190%;
  text-align: justify;
  letter-spacing: 1px;
}

#post .postinfo {
  font-size: 0.8em;
  text-align: right;
  margin: 10px 0 30px 0;
  padding: 0 0 5px 0;
  border-bottom: dotted 2px #fff;
  clear: both
}

.post-list p.postinfo {
  font-size: 0.8em;
  text-align: right;
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
  clear: both
}

.post-list .post-date {
  color: #808080;
  margin: 0 0 7px 0;
  padding: 0;
  letter-spacing: 2px;
}

p.postinfo a {
  color: #fff;
  text-decoration: underline;
}

div.post a {
  text-decoration: underline;
}

p#pagetitle {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
  padding: 5px 0 5px 18px;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

p#pagetitle .deco {
  padding: 10px 0 10px 10px;
  display: block;
}

.post-list .tag {
  text-align: right;
  font-size: 0.8em
}

.post {
  margin: 0;
  padding: 0 0 1em 0;
  overflow: hidden;
}

.post #title {
  background: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  margin: 0 0 35px 0;
  text-align: left;
  letter-spacing: 2px;
}

.post #title a {
  color: #fff;
  text-decoration: none;
}

.post p {
  line-height: 190%;
  text-align: justify;
  letter-spacing: 1px;
  transform: rotateZ(0.03deg);
  /* winフォント調整用 */
}

.post p.postinfo {
  font-size: 0.8em;
  text-align: right;
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
  clear: both
}

.post .post-date {
  color: #808080;
  margin: 0 0 7px 0;
  padding: 0;
  letter-spacing: 2px;
}

p.postinfo a {
  color: #fff;
  text-decoration: underline;
}

div.post a {
  text-decoration: underline;
}

p#pagetitle {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
  padding: 5px 0 5px 18px;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

p#pagetitle .deco {
  padding: 10px 0 10px 10px;
  display: block;
}

.post-list .tag {
  text-align: right;
  font-size: 0.8em
}

/* 記事end */
/* 記事内の画像 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

div.post img {
  border: none;
  height: 100%;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px
}

.wp-caption {
  text-align: center;
  padding-top: 5px;
  width: 100% !important;
}

/* 記事内の画像end */
/* ページリンク */
span.oldpage {
  float: left;
  color: #808080
}

span.newpage {
  float: right;
  color: #808080
}

p.pagelink a {
  color: #808080;
  text-decoration: underline;
  border: 2px solid #808080;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-size: 120%;
  background-color: #fff;
  font-weight: bold;
}

p.pagelink {
  overflow: hidden;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}

/* ギャラリー画像 */
.gallery-columns-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
}

.gallery-columns-2 .gallery-item {
  width: 420px;
  margin-bottom: 1em;
}

.gallery-caption {
  text-align: center;
}

/* ページリンクend */
/* ---------------------------------
* 記事一覧表示ショートコードのCSS
* --------------------------------*/
.poslist-ul {
  list-style: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.poslist-ul li:before {
  content: none !important;
}

.poslist-ul li {
  border: solid 2px #ececec;
  margin-bottom: 10px;
  padding: 0 !important;
  transition: .3s;
  width: 30em;
}

.poslist-ul li:hover {
  font-weight: 500;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.7;
}

.poslist-ul li a {
  padding: 10px;
  width: 100%;
  display: table;
  text-decoration: none !important;
}

.poslist-ul li a:hover {
  font-weight: 500;
  border-bottom: none;
}

.poslist-ul li a img {
  display: table-cell;
  width: 170px;
  height: 150px;
  max-width: none;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 0 !important;
  object-fit: cover;
}

.poslist-div {
  display: table-cell;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  color: #000;
}

.poslist-ttl,
.poslist-exc {
  display: block;
}

.poslist-ttl {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}

.poslist-exc {
  font-size: .9em;
  color: #777;
}

/* カテゴリー分け */
.news-list-title .cat-news {
  background-color: #2EAC4D;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-kongetsunohito {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-hanshibu {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-kenkoudukuri {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-kumiai-event {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-kumiai-toukou {
  background-color: #FC86BF;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-shumitokugi {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

.cat-walking-murayama, .cat-walking-shonai {
  background-color: #7F4729;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
}

/* 公式ホームページリンク */
.ycoop-link {
  text-align: center;
  margin-top: 2em;
  padding-bottom: 1em;
  background-color: #ffffff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.ycoop-link h2 {
  background-color: #2eac4d;
  padding: 0.5em 0;
  font-size: 150%;
  color: #fff;
  margin-bottom: 1em;
}

a.link-boxy {
  text-decoration: none;
}

a:hover .ycoop-link {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))
}

/* 参加ボタン */
.sanka_bt {
  color: #128B33;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0.2em 0.5em;
  border-radius: 10px;
  border: 3px solid #2EAC4D;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
}

/* おでかけスポット */
.walking {
  margin-top: 1em;
}

.walking .midashi {
  text-align: center;
  margin: 2em;
  font-size: 1.6em;
  font-weight: bold;
}

.walking .course-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4em;
}

.walking .course-list .course-list-content {
  width: 450px
}

.walking .course-list .course-list-content a {
  background-color: #7F4729;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  font-size: 2em;
  border-radius: 0.5em;
  display: block;
  text-decoration: none;
  margin-top: 1em;
  box-shadow: 0px 3px 6px #0000004e;
}

.walking .course-list .course-list-content .triangle_arrow {
  position: relative;
  padding-left: 30px;
}

.walking .course-list .course-list-content .triangle_arrow::before {
  /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}

.walking .course-list .course-list-content .triangle_arrow::after {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3em;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #7F4729;
}

.walking .course-list .course-list-content img {
  max-width: 100%;
}

.walking .course-list .course-list-content .abo-img-text, .abo-img-text2 {
  position: relative;
  /*相対配置*/
}

.walking .course-list .course-list-content .abo-img-text p {
  position: absolute;
  /*絶対配置*/
  color: #7F4729;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 3em;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  padding: 0.3em 0;
  font-weight: bold;
}

.walking .course-list .course-list-content .abo-img-text2 p {
  position: absolute;
  /*絶対配置*/
  color: #2087ce;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 3em;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  padding: 0.3em 0;
  font-weight: bold;
}

.shonai-color {
  background-color: #2087ce !important;
}

.walking .course-list .course-list-content .triangle_arrow.shonai-color::after {
  border-left: 16px solid #2087ce;
}

.walking h3 {
  background: #ffe9cf;
  padding: 0.5em 3px;
  text-align: center;
  font-size: 2em;
  color: #7F4729;
  margin-bottom: 1em;
}

.walking h3#shonai {
  background: #daf0ff;
  padding: 0.5em 3px;
  text-align: center;
  font-size: 2em;
  color: #2087ce;
  margin-bottom: 1em;
}

.walking .course {
  margin-bottom: 4em;
}

.walking .course ul {
  margin-bottom: 2em;
}

.walking .course .news-list-title {
  margin-left: 2em;
}

.walking .course .news-list-title a {
  display: table;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.3em 0;
  color: #7F4729;
  text-decoration: none;
}

.walking .course.shonai-course .news-list-title a {
  /*庄内地域用*/
  color: #2087ce;
}

.walking .course .news-list-title p {
  font-size: 1.3em;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.walking .course .news-list-title .news-list-more a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #aa816b;
  font-size: 1em;
  text-align: center;
  height: 70px;
  margin-top: 1em;
  margin-left: 2em;
  top: 0;
  left: 0;
  padding: 1em 0;
  box-shadow: 0px 3px 6px #0000004E;
  font-weight: unset;
}

.walking .course.shonai-course .news-list-title .news-list-more a {
  /* 庄内地域用 */
  background-color: #6b78aa;
}

.others-course a {
  display: block;
  width: 60%;
  color: #7F4729;
  border: solid 5px #7F4729;
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 1em 0;
  box-shadow: 0px 3px 6px #0000004E;
  border-radius: 0.5em;
  text-decoration: none;
}

.others-course .triangle_arrow {
  position: relative;
  padding-left: 30px;
}

.others-course .triangle_arrow::before {
  /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 1.5em;
  height: 1.5em;
  background: #7F4729;
  border-radius: 50%;
}

.others-course .triangle_arrow::after {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
}

.course.shonai-course .others-course a {
  /*庄内地域用*/
  color: #2087ce;
  border: solid 5px #2087ce;
}

.course.shonai-course .others-course .triangle_arrow::before {
  /* 背景の表示設定 */
  /*庄内地域用*/
  background: #2087ce;
}

.vivid {
  background-color: #fae4e4;
  padding: 4em 0;
  margin-bottom: 4em;
  font-weight: bold;
}

.vivid h2 {
  font-size: 2em;
  text-align: center;
  color: #ED86B3;
  padding-bottom: 2em;
  line-height: 1.5em;
}

.vivid h2 span {
  display: block;
}

.vivid .vivid-point {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4em;
}

.vivid .maru {
  height: 16em;
  width: 16em;
  border-radius: 50%;
  line-height: 50px;
  background-color: #fff;
  position: relative;
}

.vivid .maru span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8em;
  font-size: 2em;
  text-align: center;
}

.vivid .arrow-right {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-top: 4px solid #ED86B3;
  border-right: 4px solid #ED86B3;
  transform: rotate(45deg);
}

.vivid a {
  display: block;
  background-color: #ED86B3;
  width: 15em;
  text-align: center;
  font-size: 2em;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0 auto;
  border-radius: 0.5em;
  box-shadow: 0px 3px 6px #0000004E;
}

.vivid .triangle_arrow {
  position: relative;
  padding-left: 30px;
}

.vivid .triangle_arrow::before {
  /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 50%;
}

.vivid .triangle_arrow::after {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #ED86B3;
}

/* カテゴリーページ見出し修正 */
.katudou.murayama-katudou h3 {
  font-size: 180%;
  border-bottom: 5px solid #a97255;
  color: #7F4729;
  margin-bottom: 0.5em;
}

.katudou.shonai-katudou h3 {
  font-size: 180%;
  border-bottom: 5px solid #70b1df;
  color: #2087ce;
  margin-bottom: 0.5em;
}

/*サイトマップ*/
#sitemap_list li a {
  transform: rotateZ(0.03deg);
}
