@charset "UTF-8";
/*******************************************
	@ORIGINAL
********************************************/
.c-postTitle__ttl span {
  display: block;
}

/*ボタン調整*/
.is-style-btn_normal a {
  white-space: nowrap;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

[class*=is-style-btn_] a {
  color: #222;
  font-weight: 500;
  padding: 0.5em 0;
}

.is-style-btn_normal a:hover {
  /*font-weight: 700;*/
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  /*background-color: #000;*/
}

/*記事ページのカテゴリー「お知らせ一覧」を見えなくする*/
/*スマホ用メニュー検索ボタン調整*/
/*
.c-spnav>.menu-item:first-child>a {
	margin:30px auto 10px;
	padding:5px;
	color: #fff;
	font-size:15px;
	line-height:1.35;
	letter-spacing:.4em;
	text-align:center;
	background-color: #F2971B;
	border-radius: 5px;
}
*/
/*検索したくないカテゴリーを非表示に*/
.searchandfilter .cat-item-36 {
  display: none;
}

/*******************************************
	@ADD CSS
********************************************/
/* 基本設定 */
.post_content h2 {
  font-size: 22px;
}

p {
  font-size: 20px;
}

@media screen and (max-width: 590px) {
  .post_content h2 {
    font-size: clamp(16px, 3.7vw, 22px);
  }
  p {
    font-size: clamp(14px, 3vw, 20px);
  }
}
/* 画像ポップアップ */
div.lum-lightbox {
  background-color: rgba(255, 255, 255, 0.8);
}

div.lum-lightbox-inner img {
  width: 100%;
}

/*  触法障害者について  */
/*::: カテゴリーページ:::*/
.about-title-br {
  margin-left: 1em;
  font-size: 16px;
  color: #555;
}

@media screen and (max-width: 590px) {
  .about-title-br {
    display: block;
    margin-left: -0.5em;
    font-size: 14px;
  }
}
.about-response-method .h3-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  padding: 10px;
  background-color: #B5B5B6;
  border: solid 2px #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0.1em 0.1em 0.2em #B5B5B6;
          box-shadow: 0.1em 0.1em 0.2em #B5B5B6;
}

.about-response-method .h3-wrapper h3 {
  font-size: 22px;
  padding: 0;
}

@media screen and (max-width: 590px) {
  .about-response-method .h3-wrapper h3 {
    font-size: 18px;
    letter-spacing: -0.06em;
  }
}
.about-response-method .h3-wrapper h3::before {
  display: none;
}

.about-response-method .h3-round-title {
  position: absolute;
}

.about-response-method .post_content h3 {
  font-size: 22px;
  z-index: 0;
  margin: 0 0 2em;
}

.about-response-method .pink-border {
  padding: 2em;
  border: solid 2px #F7C8CE;
  border-radius: 14px;
}

.about-response-method .pink-title-h3 {
  position: relative;
  width: 100%;
  padding: 1em;
  background-color: #F7C8CE;
  border-radius: 14px;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .about-response-method .pink-title-h3 {
    font-size: 18px;
  }
}
.about-response-method .pink-title-h3::before {
  display: none;
}

.about-response-method .pink-title-h3::after {
  content: "";
  background-image: url(http://localhost:8674/wp-content/uploads/2023/07/fukidashi-pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  bottom: -100px;
  left: 20px;
  background-position: top;
  width: 100px;
  height: 100px;
}

.about-response-method .pink-title-h3-padding {
  padding: 3em 1.6em 1.6em;
}

.about-response-method .post_content h4 {
  font-size: 22px;
  border: none;
  margin: 1em 0 0.4em;
  padding: 0;
}

.about-response-method .purple-font-color {
  color: #D2D0E8;
}

.about-response-method .modify-margin {
  margin-bottom: 0;
}

.about-response-method p.p-indent {
  text-indent: 1em;
}

.about-response-method p.ex-indent {
  text-indent: 2em;
}

.about-response-method strong {
  color: #E60012;
}

.about-response-method p {
  font-size: 20px;
}

.about-response-method .border-radius-mainColor {
  padding: 1.6em;
  border: solid 2px #04384c;
  border-radius: 14px;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .about-response-method .h3-wrapper {
    height: 90px;
    border-radius: 45px;
    padding: 1em;
  }
  .about-response-method .sp-h3-1L {
    margin-top: 30px;
  }
}
.about-response-method .post_content ul {
  list-style: none;
}

.about-response-method .chart-list {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 2em;
}

.about-response-method .chart-list li h4 {
  font-size: 22px;
  border: none;
  margin: 1em 0 0.4em;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .about-response-method .chart-list li h4 {
    font-size: 16px;
  }
}
.about-response-method .section-space {
  width: 100%;
  height: 40px;
}

.about-response-method .wp-block-image {
  text-align: left;
}

.about-response-method .modify-title-h4 {
  font-size: 22px;
  border: none;
  margin: 1em 0 0.4em;
  padding: 0;
}

.about-response-method p {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .about-response-method p {
    font-size: 14px;
  }
}
.event-box .post_content ol,
.post_content ul {
  padding-left: 0;
}

.event-box {
  max-width: 100%;
  margin: 30px auto;
}

.event-box__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none !important;
  gap: 10px 0;
}

.event-box__items--item {
  width: 100%;
}

.event-box__items--item a {
  position: relative;
  color: #222;
  text-decoration: none;
}

.event-box__items--item a img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  background-color: #fff;
}

.event-box__items--text {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0.2rem;
  background-color: rgba(160, 160, 160, 0.15);
}

.event-box__items--text a {
  display: block;
}

.event-box__download {
  display: block;
  width: 12rem;
  margin: 12px auto;
  padding: 6px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-color: #F2971B;
}

.event-box__download a {
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .event-box {
    margin: 50px autox;
  }
  .event-box__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px 0;
  }
  .event-box__items--item {
    width: calc((100% - 80px) / 3);
  }
  .event-box__items--item img {
    height: auto;
  }
  .event-box__items--text {
    font-size: 16px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .event-box__items--text:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    background-color: #222;
  }
  .event-box__items--text:hover a {
    color: #fff;
  }
  .event-box__items::after {
    content: "";
    display: block;
    width: calc((100% - 80px) / 3);
  }
  .event-box__download {
    width: 10rem;
    font-size: 1.2rem;
  }
  .event-box__download:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #222;
  }
}
/* PDF、画層部のポインターをデフォルトに */
.pdfemb-pagescontainer.grab-to-pan-grab {
  cursor: default;
}

/**** 「メデイアとテキスト」を選択の場合 ****/
/* 画像部の幅（テキスト部削除） */
.wp-block-media-text {
  display: block;
  -ms-grid-columns: 100% auto !important;
  grid-template-columns: 100% auto !important;
}

/* 自動表示されるファイル名を削除 */
.wp-block-media-text__content {
  display: none;
}

/* 関連記事 */
.c-postThumb__img.u-obf-cover {
  -o-object-fit: contain;
     object-fit: contain;
}

.swell-block-button .swell-block-button__link[data-has-icon] {
  border-radius: 80px;
}

/* サムネイル周りのシャドウ削除 */
.p-pickupBanners__item .c-bannerLink,
.p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.u-thin {
  opacity: 1;
}

/*******************************************
	@共通項目
********************************************/
/* 色
茶色：#c7aa93; 　199, 170, 147;
黄色：#fcd005;  252, 208, 5;
橙色：#f2971b;  242, 151, 27;
緑色：#cedb27  206, 219, 39;
桃色：#f09cb4;  240, 156, 180;
青色；#91ceff;  145, 206, 255;
濃茶色：#6c5337; 　;
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.8;
  color: #222;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px), print {
  body {
    letter-spacing: 0.015em;
  }
}

.w-container {
  width: 100%;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .w-container {
    max-width: 1280px;
    margin: auto;
    padding: 0;
  }
}

a {
  color: #06f;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px), print {
  a:hover {
    color: #f00;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/*
.wrapper {
	padding-top: 50px;
	@media screen and (min-width:768px), print {
    padding-top: 100px;
  }
}
*/
.sp-only {
  display: block;
}
@media screen and (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px), print {
  .pc-only {
    display: block;
  }
}

ul {
  padding: 0;
  list-style: none;
}

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-non {
  text-transform: non;
}

/* トップへ戻るボタン */
.p-fixBtnWrap {
  bottom: 25px;
  right: 2%;
}

.c-fixBtn {
  width: 45px;
  height: 45px;
  color: #6c5337;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #6c5337;
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

@media (min-width: 960px) {
  .p-fixBtnWrap {
    bottom: 30px;
    right: 10px;
  }
  .c-fixBtn {
    opacity: 1;
    width: 65px;
    height: 65px;
  }
  .hov-bg-main:hover {
    background-color: #6c5337 !important;
    border: 1px solid #fff !important;
  }
}
/* パンくず */
.p-breadcrumb__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /*記事名が長い場合は折り返す*/
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block !important; /*記事名の表示*/
  opacity: 1; /*記事名を半透明にしない*/
  white-space: pre-wrap; /*記事名が長い場合は折り返す*/
}

/* 日付のアイコン削除 */
.icon-posted:before {
  content: "";
  display: none;
}

/* カテゴリーのアイコン削除
.icon-folder:before {
	content: "";
	display:none;
} */
/* 検索input,textarea等調整 */
.searchandfilter button,
.searchandfilter input,
.searchandfilter select,
.searchandfilter textarea {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #222;
  padding: 0.25em 0.5em;
}

/* 見出し部の背景パディング */
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0.75em 1.5em;
}

/* 記事一覧ページ・カード型間 */
.-type-card .p-postList__item {
  margin-bottom: 4em;
}

.-type-card .p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-pageTitle__subTitle {
  display: none;
}

/*
.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}
.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}
*/
.c-postTitle__ttl span {
  display: block;
}

/*ヘッダーの検索ボタン調整*/
.is-style-btn_normal a {
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

[class*=is-style-btn_] a {
  background-color: #F2971B;
  border-radius: 3px;
  font-weight: 400;
  padding: 20px 15px;
}

.is-style-btn_normal a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #000;
}

/*@media screen and (min-width: 961px) and (max-width: 1120px){
	.-series-right .w-header {
		margin-left: 5px
	}
	.c-gnav {
		gap:0;
		margin-right: 0;
	}
	.is-style-btn_normal a {
		font-size:14px;
	}
	[class*=is-style-btn_] a {
		padding:15px 10px;
	}
}*/
/*記事ページのカテゴリー「お知らせ一覧」を見えなくする*/
.c-categoryList [data-cat-id="36"] {
  display: none;
}

/*.p-postList__meta [data-cat-id="36"] {
	display:none;
}*/
/*検索input,textarea等調整*/
.searchandfilter button,
.searchandfilter input,
.searchandfilter select,
.searchandfilter textarea {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #222;
  padding: 0.25em 0.5em;
}

/*スマホ用メニュー検索ボタン調整*/
/*
.c-spnav>.menu-item:first-child>a {
	margin:30px auto 10px;
	padding:5px;
	color: #fff;
	font-size:15px;
	line-height:1.35;
	letter-spacing:.4em;
	text-align:center;
	background-color: #F2971B;
	border-radius: 5px;
}
*/
/*検索したくないカテゴリーを非表示に*/
.searchandfilter .cat-item-36 {
  display: none;
}

/* 日付のアイコン削除 */
.icon-posted:before {
  content: "";
  display: none;
}

/* カテゴリーのアイコン削除 */
.icon-folder:before {
  content: "";
  display: none;
}

/* 見出し部の背景パディング */
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0.75em 1.5em;
}

/* 記事一覧ページ・カード型間 */
.-type-card .p-postList__item {
  margin-bottom: 4em;
}

.-type-card .p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-pageTitle__subTitle {
  display: none;
}

/* reCAPTCHAロゴ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* ページ中央に設置 */
.pnavi {
  text-align: center;
}

/* 現在開いている以外のページのボタン */
.pagination .page-numbers {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #7090DD;
  border: 1px solid #7090DD;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pagination a.page-numbers:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

/* 現在のページのボタン */
.pagination .current {
  padding: 0;
  background: #7090DD;
  color: #FFFFFF;
  font-size: 12px;
}

/* 前へ、次へ */
.pagination .prev,
.pagination .next {
  border: 1px solid #004BB1;
  color: #004BB1;
  position: relative;
  font-size: 12px;
}

.pagination a.next.page-numbers {
  margin-right: 0;
}

/*  縦線の共通CSS　*/
.pagination .next::before,
.pagination .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination .next::before {
  left: -15px;
}

.pagination .prev::after {
  right: -15px;
}

/* 数字の間のドット */
.pagination .dots {
  background: transparent;
  border: none;
}

/* グロナビ */
.c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
  width: calc(36em + 15px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.c-gnav .menu-item {
  height: auto;
}
.c-gnav .menu-item a {
  width: 9em;
  padding: 7px 0;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}
.c-gnav .menu-item a.ttl {
  font-size: 14px;
}
.c-gnav .menu-item a:hover {
  text-decoration: none;
}
.c-gnav .menu-item a a::after {
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #c7aa93;
}

.c-gnav li:nth-child(n+5) {
  margin-top: 3px;
  line-height: 1;
}
.c-gnav li a::after {
  height: 100%;
  border-radius: 2px;
}
.c-gnav li:nth-child(1) a::after {
  height: 100%;
  background: #c7aa93;
}
.c-gnav li:nth-child(2) a::after {
  background: #fcd005;
}
.c-gnav li:nth-child(3) a::after {
  background: #F29A21;
}
.c-gnav li:nth-child(4) a::after {
  background: #c7aa93;
}
.c-gnav li:nth-child(5) a::after {
  background: #cedb27;
}
.c-gnav li:nth-child(6) a::after {
  background: #f09cb4;
}
.c-gnav li:nth-child(7) a::after {
  background: #91ceff;
}
.c-gnav li:nth-child(8) a::after {
  background: #c7aa93;
}

.c-gnav .c-smallNavTitle {
  display: none;
}

.c-smallNavTitle {
  display: none;
}

/*
.header{
  width:100%;
  position: fixed;
  height: 50px;
  margin:auto;
  text-align: center;
  top:0;
  left: 0;
  right: 0;
  opacity: 1;
  background: #fff;
  border-bottom: solid 1px rgba(0,0,0,.1);
  @media screen and (min-width:768px), print {
    height: 85px;
	}
}
.header__inner {
  position: relative;
  margin: auto;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  @media screen and (min-width:768px), print {
    //background-color:#fcc;
    width:100%;
    max-width:1280px;
    height: 85px;
  }
}
.logo{
  width:70%;
  max-width:240px;
  margin:0;
  padding: 0;
  @media screen and (min-width:768px), print {
    width:30%;
    max-width:400px;
    min-width:300px;
    margin-right:25px;
  }
}

.gnav-box{
  @media screen and (min-width:768px), print {
    margin-left:auto;
  }
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
  @media screen and (min-width:768px), print {
  }
}
#global-nav {
  overflow-y:auto;
  visibility: hidden;
  position: fixed;
  display: block;
  padding-bottom:50px;
  color: #fff;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  background-image: url(../img/common/logo2_v_opacity.svg);
  background-repeat: no-repeat;
  background-position: top 9% center;
  background-size: 60%;
  @media screen and (min-width:768px), print {
    overflow:hidden;
    visibility: visible;
    position: relative;
    padding-bottom:0;
    color: #222;
    height: auto;
    width: auto;
    font-size: 1.4rem;
    margin-right:30px;
    background-image: none;
  }
}
#global-nav ul {
  padding-top:5%;
  padding-left:10%;
  padding-right:10%;
  display: flex;
  flex-direction: column;
  list-style: none;
  &.sub{
    margin:3% auto 0;
    width:84%;
    border-top:1px solid #fff;
    padding-top:3%;
    padding-right: 3%;
    flex-wrap:wrap;
    align-items:flex-end;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  @media screen and (min-width:768px), print {
    width:45em;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    flex-direction: row;
    flex-wrap: wrap;
    gap:5px;
    &.sub{
      display:none;
    }
  }
}
#global-nav a {
  width:11em;
  color: #fff;
  font-weight:500;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  @media screen and (min-width:768px), print {
    color: #222;
    font-weight:400;
    padding: 3px 0;
    text-align: center;
    letter-spacing: 0;
  }
}
#global-nav .sub a {
  width:11em;
  padding: 3px 0;
}
#global-nav ul li {
  opacity: 0;
  transform: scaleX(0) translateX(-260px);
  transition: none;
  @media screen and (min-width:768px), print {
    opacity: 1;
    width:10em;
    transform: scaleX(1) translateX(0);
    background-color: rgba(0, 0, 0,.05);
  }
}
.open #global-nav ul li {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  transition: all .3s ease-out;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
.open #global-nav ul li:nth-child(3) {
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(4) {
  transition-delay: .25s;
}
.open #global-nav ul li:nth-child(5) {
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(6) {
  transition-delay: .35s;
}
.open #global-nav ul li:nth-child(7) {
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(8) {
  transition-delay: .45s;
}
.open #global-nav ul li:nth-child(9) {
  transition-delay: .5s;
}

#global-nav ul.sub li {
  opacity: 0;
  transform: scaleX(0) translateX(260px);
  transition: none;
  text-align: right;
}
.open #global-nav ul.sub li {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  transition: all .3s ease-out;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(2) {
  transition-delay: .35s;
}
.open #global-nav ul li:nth-child(3) {
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
.open #global-nav ul li:nth-child(5) {
  transition-delay: .5s;
}

#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: -50px;
  right: -50px;
  display: block;
  position: fixed;
  background: rgba(199,170,147,1);
  border-radius: 50%;
  transition: all .3s ease-out;
  backface-visibility: hidden;
  transform: scale(.02);
  @media screen and (min-width:768px), print {
    display:none;
  }
}
.open #nav-bg {
  transform: scale(1);
  transition: all .6s ease-out;
}

#nav-toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 16px;
  width: 30px;
  height: 22px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  @media screen and (min-width:768px), print {
    display:none;
  }
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222;
  left: 0;
  zoom: 1;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(135deg);
  zoom: 1;
}





.sb-search {display:none!important;
  position: absolute;
  top: 9px;
  //left:0;
  right:0;
  //margin:auto;
  width:67px;
  min-width: 67px;
  height: 67px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  form{
    position: relative;
    z-index:1001;
  }
  @media screen and (min-width:768px), print {
    display:block!important;
  }
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fcc;
  width: 50%;
  max-width:300px;
  height: 67px;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 1.6rem;
  color: #222;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sb-search-input::-webkit-input-placeholder {
  color: #f2971b;
}
.sb-search-input:-moz-placeholder {
  color: #f2971b;
}
.sb-search-input::-moz-placeholder {
  color: #f2971b;
}
.sb-search-input:-ms-input-placeholder {
  color: #f2971b;
}
.sb-icon-search,
.sb-search-submit  {
  width: 67px;
  height:67px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 67px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  opacity: 0;
  color: transparent;
  color:red;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  border-radius:50%;
  background: #f2971b;
  z-index: 90;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f2971b;
  color: #fff;
  z-index: 11;
}
*/
.l-footer {
  background-color: #6c5337;
  color: #fff;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px), print {
  .l-footer a:hover {
    text-decoration: underline;
  }
}

/*******************************************
	@SIDEBAR
********************************************/
#sidebar {
  padding: 1.5em 1em;
  color: #333;
  border-radius: 5px;
  border: 1px solid rgba(199, 170, 147, 0.4);
  background-color: rgba(199, 170, 147, 0.15);
  /* タグ */
}
#sidebar.l-sidebar .c-widget {
  padding: 0;
}
#sidebar.l-sidebar .c-widget + .c-widget {
  margin: 0;
}
#sidebar .post_content {
  margin-top: 1.5em;
  background-color: rgba(199, 170, 147, 0);
}
#sidebar .post_content .swell-block-accordion__item {
  border-radius: 4px;
  border: 2px solid #c6d02f;
  background: rgba(206, 219, 39, 0.6);
}
#sidebar .post_content.search-daytime .swell-block-accordion__item {
  border: 2px solid #f09cb4;
  background: rgba(240, 156, 180, 0.55);
}
#sidebar .post_content.search-daytime .vkfs .btn[type=submit]:hover {
  background: #f09cb4;
}
#sidebar input.c-searchForm__s {
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 2px solid rgba(108, 83, 55, 0.5);
  background-color: #fff;
}
#sidebar button.c-searchForm__submit {
  width: 45px;
  border-radius: 0 4px 4px 0;
}
#sidebar .swell-block-accordion__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color_gray);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
  position: relative;
}
#sidebar .swell-block-accordion__body {
  padding: 0 0.75em;
  background: white;
}
#sidebar .vkfs__label-name {
  margin-bottom: 0;
  padding: 0.15em 0.5em;
  border-radius: 4px;
  background: rgba(204, 204, 204, 0.3);
}
#sidebar ul[class*=vkfs__input-wrap--col] > li {
  margin: 0;
  padding-right: 3px;
}
#sidebar .vkfs__input-wrap li {
  list-style: none;
  position: relative;
  margin-bottom: 0.25rem;
  word-break: break-all;
  padding-top: calc(var(--vk-size-text) * 0.2);
  padding-bottom: calc(var(--vk-size-text) * 0.2);
  padding-right: calc(var(--vk-size-text) * 1.25);
  padding-left: calc(var(--vk-size-text) * 1.75);
  display: inline-block;
  width: auto;
}
#sidebar .vkfs__input-wrap label {
  cursor: pointer;
}
#sidebar .vkfs input[type=checkbox] {
  margin: 0 0.4em;
  top: 7px;
  width: calc(var(--vk-size-text) * 1.1);
  height: calc(var(--vk-size-text) * 1.1);
}
#sidebar .vkfs input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(var(--vk-size-text) * 1);
  height: calc(var(--vk-size-text) * 1);
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  margin: unset;
}
#sidebar .vkfs input[type=checkbox]:checked::before {
  background-color: #6c5337;
  border: 1px solid #6c5337;
}
#sidebar .vkfs input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 25%;
  top: 8%;
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
#sidebar .vkfs input[type=checkbox]:checked::after {
  opacity: 1;
}
#sidebar .vkfs .btn[type=submit] {
  margin: 1em auto 1.5em;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #6c5337;
}
#sidebar .vkfs .btn[type=submit]:hover {
  background-color: #c6d02f;
}
#sidebar .c-widget.widget_tag_cloud {
  background-color: transparent;
}
#sidebar .c-widget.widget_tag_cloud .c-widget__title {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  padding: 0 0 0.15em 0;
  text-indent: 1em;
  border-bottom: 1px solid #6c5337;
}
#sidebar .c-widget.widget_tag_cloud .c-widget__title::before, #sidebar .c-widget.widget_tag_cloud .c-widget__title::after {
  display: none;
}
#sidebar .c-widget.widget_tag_cloud .tag-cloud-link {
  display: block;
  line-height: 1;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 5px 7px !important;
  position: relative;
  color: #333 !important;
  text-decoration: none;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#sidebar .c-widget.widget_tag_cloud .tag-cloud-link:hover {
  color: #fff !important;
  border: 1px solid #6c5337;
  background-color: #6c5337;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#sidebar .c-widget.widget_tag_cloud .tag-cloud-link:hover span.tag-link-count {
  color: #fff !important;
}

/*******************************************
	@TOP
********************************************/
.top #content {
  padding-top: 0;
}

.l-mainContent {
  max-width: 1160px;
}

.top-lead {
  font-size: clamp(15px, 4vw, 16px);
}

/*
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -1px;
    left: 0;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,0px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.5);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0px));
}
.p-mainVisual .swiper-pagination-bullet-active {
    background: #f00;
}

@media screen and (min-width:961px) {
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.75);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
}
}
*/
.top-swiper {
  overflow: hidden;
}
.top-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.top-mv0 {
  height: 0;
  padding-bottom: 39.0625% !important;
}
@media screen and (min-width: 768px), print {
  .top-mv0 {
    height: 500px;
    padding-bottom: 0 !important;
  }
}

/* スライダーの高さ指定*/
.top-swiper-wrapper {
  height: 0;
  padding-bottom: 39.0625%;
}
@media screen and (min-width: 768px), print {
  .top-swiper-wrapper {
    height: 500px;
    padding-bottom: 0;
  }
}

.top-swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 39.0625%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .top-swiper-slide {
    height: 500px;
    padding-bottom: 0;
    background-size: 1920px 500px;
  }
}
.top-swiper-slide.top-mv1 {
  background-image: url("http://localhost:8674/wp-content/themes/swell_child/assets/img/top/mv1+s.png");
  background-color: #fff;
}
.top-swiper-slide.top-mv2 {
  background-image: url("http://localhost:8674/wp-content/themes/swell_child/assets/img/top/mv2+.png");
  background-color: #fffeee;
}
.top-swiper-slide.top-mv3 {
  background-image: url("http://localhost:8674/wp-content/themes/swell_child/assets/img/top/mv3+.png");
  background-color: #efce32;
}
.top-swiper-slide.top-mv4 {
  background-image: url("http://localhost:8674/wp-content/themes/swell_child/assets/img/top/mv4+s.png");
  background-color: #c7aa93;
}

/* スライドのサイズ調整 */
.top-swiper-slide img {
  width: 100%;
  height: auto;
}

:root {
  --swiper-theme-color: #91ceff ;
}

/*
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
	display: none!important
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
*/
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  }
}

/*

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet:only-child {
	display: none!important
}
*/
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 6px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 8px) 0;
  display: block;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

/* トップページ：お知らせ見出し部 */
.post_content > h2.top-news {
  border-left: 8px solid #FCD005;
}

/* トップページ：支援者向け見出し部  */
.post_content > h2.top-support {
  border-left: 8px solid #F09CB4;
}

/* トップページ：当事者向け見出し部  */
.post_content > h2.top-party {
  border-left: 8px solid #c3cf18;
}

/* トップページ：ボタン共通部 */
.top-dtgh-dt .is-style-more_btn a,
.top-dtgh-gh .is-style-more_btn a,
.top-news .is-style-more_btn a,
.top-support .is-style-more_btn a,
.top-party .is-style-more_btn a,
.top-training .is-style-more_btn a {
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

/* トップページ：通所サービスボタン色 */
.top-dtgh-dt .is-style-more_btn a {
  background-color: #f09cb4;
  -webkit-box-shadow: 0 0 0 1px #f09cb4;
          box-shadow: 0 0 0 1px #f09cb4;
}

/* トップページ：グループホームボタン色 */
.top-dtgh-gh .is-style-more_btn a {
  background-color: #90c724;
  -webkit-box-shadow: 0 0 0 1px #90c724;
          box-shadow: 0 0 0 1px #90c724;
}

/* トップページ：お知らせボタン色 */
.top-news .is-style-more_btn a {
  background-color: #6c5337;
  -webkit-box-shadow: 0 0 0 1px #6c5337;
          box-shadow: 0 0 0 1px #6c5337;
}

/* トップページ：支援者向けボタン色 */
.top-support .is-style-more_btn a {
  background-color: #fcd005;
  -webkit-box-shadow: 0 0 0 1px #fcd005;
          box-shadow: 0 0 0 1px #fcd005;
}

/* トップページ：当事者向けボタン色 */
.top-party .is-style-more_btn a {
  background-color: #f2971b;
  -webkit-box-shadow: 0 0 0 1px #f2971b;
          box-shadow: 0 0 0 1px #f2971b;
}

/* トップページ：研修ボタン色 */
.top-training .is-style-more_btn a {
  background-color: #91ceff;
  -webkit-box-shadow: 0 0 0 1px #91ceff;
          box-shadow: 0 0 0 1px #91ceff;
}

/* トップページ：ボタンHover */
.top-dtgh-dt .is-style-more_btn a:hover,
.top-dtgh-gh .is-style-more_btn a:hover,
.top-news .is-style-more_btn a:hover,
.top-support .is-style-more_btn a:hover,
.top-party .is-style-more_btn a:hover,
.top-training .is-style-more_btn a:hover {
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* トップページ：お知らせ線 */
.top-news .p-postList {
  border-top: 1px solid #aaa;
}

.top-news .p-postList__link {
  border-bottom: 1px solid #aaa;
  padding: 1em 0.25em;
}

/* トップページ：お知らせテキスト枠 */
.top-news .p-postList__body {
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}

/* トップページ：お知らせ（日付・カテゴリー） */
.top-news .p-postList__meta {
  width: 100%;
  padding: 0 0 7px;
  border-bottom: 1px dotted #f0c505;
}

/* トップページ：お知らせ（日付） */
.top-news .c-postTimes__posted {
  width: 7em;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
}

/* トップページ：お知らせ（カテゴリー） */
.top-news .p-postList__cat {
  width: 11em;
  margin-right: 0;
  padding: 2px 0.5em;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #555;
  background-color: #fff;
}

.top-news .p-postList .p-postList__title {
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .top-news .p-postList {
    border-top: 1px solid #ccc;
  }
  .top-news .p-postList__link {
    border-bottom: 1px solid #ccc;
  }
  .top-news .p-postList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-news .p-postList__meta {
    width: 23.5em;
    padding: 0;
    border-bottom: none;
  }
  .top-news .p-postList__title {
    font-size: 15px;
  }
  .top-news .p-postList .p-postList__title {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
/* トップページ：通所・グルホ */
.top-dtgh .c-tabList__button {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
}
.top-dtgh .c-tabList__item .c-tabList__button:hover,
.top-dtgh .c-tabList__item .c-tabList__button[aria-selected=true] {
  background-color: #90c724 !important;
  color: #fff;
}
.top-dtgh .c-tabList__item .c-tabList__button:before {
  border-top: 8px solid #90c724 !important;
}
.top-dtgh .c-tabList__item:nth-of-type(2) .c-tabList__button:hover,
.top-dtgh .c-tabList__item:nth-of-type(2) .c-tabList__button[aria-selected=true] {
  background-color: #f09cb4 !important;
  color: #fff;
}
.top-dtgh .c-tabList__item:nth-of-type(2) .c-tabList__button:before {
  border-top: 8px solid #f09cb4 !important;
}
.top-dtgh .p-postListWrap {
  width: 96%;
  margin: 1em auto 0;
}
.top-dtgh .postList {
  margin: 2em auto;
}

@media (min-width: 600px) {
  .-sidebar-off .top-dtgh .-type-card.-pc-col3 .p-postList__item,
  .-sidebar-off .top-dtgh .-type-thumb.-pc-col3 .p-postList__item {
    width: 50%;
    margin: auto;
  }
}
/*
.top #content {
  //padding-top: 4em;
  padding-top: 1em;
}

.l-mainContent{
  max-width:1160px;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -1px;
    left: 0;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,0px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.5);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0px));
}
.p-mainVisual .swiper-pagination-bullet-active {
    background: #f00;
}

@media screen and (min-width:961px) {
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.5);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
}
}


.top-lead{
  font-size:clamp(15px, 4vw, 16px);
}
*/
.top-news .is-style-more_btn a {
  background-color: #6c5337;
  -webkit-box-shadow: 0 0 0 1px #6c5337;
  box-shadow: 0 0 0 1px #6c5337;
}

.top-news .is-style-more_btn a:hover {
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

/*******************************************
	@DTGH daytime / grouphome
********************************************/
/* ++++++++++ single用 ++++++++++ */
.daytime ul,
.grouphome ul {
  list-style: none;
}
.daytime .c-postTitle__ttl,
.grouphome .c-postTitle__ttl {
  position: relative;
  padding-bottom: 0.7em;
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
  /*background-image: repeating-linear-gradient(-45deg, #f09cb4 0px, #f09cb4 2px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;*/
}
@media screen and (max-width: 600px) {
  .daytime .c-postTitle__ttl,
  .grouphome .c-postTitle__ttl {
    margin-top: 0.4em;
  }
}
.daytime .c-postTitle__ttl::before,
.grouphome .c-postTitle__ttl::before {
  content: "通所サービス";
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 0.3em 0.5em;
  color: #000;
  line-height: 1;
  font-size: clamp(11px, 1.5vw, 16px);
  font-weight: 500;
  border-radius: 4px;
  background-color: #f09cb4;
}
.daytime .c-postTitle__ttl::after,
.grouphome .c-postTitle__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(-45deg, #fff 25%, #f09cb4 25%, #f09cb4 50%, #fff 50%, #fff 75%, #f09cb4 75%, #f09cb4);
  background-size: 7px 7px;
}
.daytime .post_content,
.grouphome .post_content {
  margin: 1em 0 4em;
  /* Google Mapを囲う要素 */
}
.daytime .post_content .swiper-wrapper img,
.grouphome .post_content .swiper-wrapper img {
  border-radius: 7px;
}
.daytime .post_content .swiper-thumb,
.grouphome .post_content .swiper-thumb {
  margin-top: 10px;
}
.daytime .post_content .swiper-thumb .swiper-slide,
.grouphome .post_content .swiper-thumb .swiper-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
  border-radius: 4px;
}
.daytime .post_content .swiper-thumb .swiper-slide img,
.grouphome .post_content .swiper-thumb .swiper-slide img {
  border-radius: 4px;
}
.daytime .post_content .swiper-thumb .swiper-slide.swiper-slide-thumb-active,
.grouphome .post_content .swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 4px;
}
.daytime .post_content .dt-swiper img,
.grouphome .post_content .dt-swiper img {
  border: 1px solid #cccccc;
}
.daytime .post_content .dt-swiper .swiper-button-next:after,
.daytime .post_content .dt-swiper .swiper-button-prev:after,
.grouphome .post_content .dt-swiper .swiper-button-next:after,
.grouphome .post_content .dt-swiper .swiper-button-prev:after {
  padding: 0.25em;
  font-size: 2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.daytime .post_content .dt-swiper .swiper-button-next:hover:after,
.daytime .post_content .dt-swiper .swiper-button-prev:hover:after,
.grouphome .post_content .dt-swiper .swiper-button-next:hover:after,
.grouphome .post_content .dt-swiper .swiper-button-prev:hover:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.daytime .post_content .gh-swiper img,
.grouphome .post_content .gh-swiper img {
  border: 1px solid #cccccc;
}
.daytime .post_content .gh-swiper .swiper-button-next:after,
.daytime .post_content .gh-swiper .swiper-button-prev:after,
.grouphome .post_content .gh-swiper .swiper-button-next:after,
.grouphome .post_content .gh-swiper .swiper-button-prev:after {
  padding: 0.25em;
  font-size: 2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.daytime .post_content .gh-swiper .swiper-button-next:hover:after,
.daytime .post_content .gh-swiper .swiper-button-prev:hover:after,
.grouphome .post_content .gh-swiper .swiper-button-next:hover:after,
.grouphome .post_content .gh-swiper .swiper-button-prev:hover:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 600px) {
  .daytime .post_content .dt-swiper .swiper-button-next:after,
  .daytime .post_content .dt-swiper .swiper-button-prev:after,
  .daytime .post_content .gh-swiper .swiper-button-next:after,
  .daytime .post_content .gh-swiper .swiper-button-prev:after,
  .grouphome .post_content .dt-swiper .swiper-button-next:after,
  .grouphome .post_content .dt-swiper .swiper-button-prev:after,
  .grouphome .post_content .gh-swiper .swiper-button-next:after,
  .grouphome .post_content .gh-swiper .swiper-button-prev:after {
    font-size: 1.2em;
  }
  .daytime .post_content .dt-swiper .swiper-button-prev,
  .daytime .post_content .gh-swiper .swiper-button-prev,
  .grouphome .post_content .dt-swiper .swiper-button-prev,
  .grouphome .post_content .gh-swiper .swiper-button-prev {
    left: 3px;
  }
  .daytime .post_content .dt-swiper .swiper-button-next,
  .daytime .post_content .gh-swiper .swiper-button-next,
  .grouphome .post_content .dt-swiper .swiper-button-next,
  .grouphome .post_content .gh-swiper .swiper-button-next {
    right: 3px;
  }
}
.daytime .post_content .specs,
.grouphome .post_content .specs {
  margin-top: 5em;
}
.daytime .post_content .specs-title,
.grouphome .post_content .specs-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5em;
  font-size: clamp(14px, 2vw, 18px);
}
.daytime .post_content .specs-title span,
.grouphome .post_content .specs-title span {
  position: relative;
  display: block;
  margin-right: 0.5em;
  text-indent: 0.75em;
  font-size: clamp(18px, 2vw, 24px);
}
.daytime .post_content .specs-title span::before,
.grouphome .post_content .specs-title span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.5em;
  height: 2.5em;
  font-size: clamp(18px, 2vw, 24px);
  border-radius: 50%;
  background-color: #f09cb4;
}
.daytime .post_content .specs-title::after,
.grouphome .post_content .specs-title::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -0.725em;
  width: calc(100% - 1.5em);
  height: 10px;
  background: linear-gradient(-45deg, #fff 25%, #f09cb4 25%, #f09cb4 50%, #fff 50%, #fff 75%, #f09cb4 75%, #f09cb4);
  background-size: 7px 7px;
}
.daytime .post_content .specs a[target=_blank]::after,
.grouphome .post_content .specs a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon_target.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px 0 0 8px;
}
.daytime .post_content .gmap,
.grouphome .post_content .gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 2.75;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .gmap,
  .grouphome .post_content .gmap {
    aspect-ratio: 16/9;
  }
}
.daytime .post_content .gmap iframe,
.grouphome .post_content .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.daytime .post_content .specs-box,
.grouphome .post_content .specs-box {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .specs-box,
  .grouphome .post_content .specs-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.daytime .post_content .specs-box dt,
.daytime .post_content .specs-box dd,
.grouphome .post_content .specs-box dt,
.grouphome .post_content .specs-box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 0.75em;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .specs-box dt,
  .daytime .post_content .specs-box dd,
  .grouphome .post_content .specs-box dt,
  .grouphome .post_content .specs-box dd {
    padding: 0.25em 0.5em;
  }
}
.daytime .post_content .specs-box dt,
.grouphome .post_content .specs-box dt {
  width: 12em;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  border-bottom: 1px solid #f09cb4;
  background-color: rgba(240, 156, 180, 0.1);
}
.daytime .post_content .specs-box dt:first-of-type,
.grouphome .post_content .specs-box dt:first-of-type {
  border-top: 1px solid #f09cb4;
}
.daytime .post_content .specs-box dt.gmap-box,
.grouphome .post_content .specs-box dt.gmap-box {
  width: 100%;
  padding: 0;
  margin-top: 5px;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .specs-box dt,
  .grouphome .post_content .specs-box dt {
    width: 100%;
    margin-top: 2em;
    border-top: 1px solid #f09cb4;
  }
  .daytime .post_content .specs-box dt:first-of-type,
  .grouphome .post_content .specs-box dt:first-of-type {
    margin-top: 0;
  }
}
.daytime .post_content .specs-box dd,
.grouphome .post_content .specs-box dd {
  width: calc(100% - 12em);
  border-bottom: 1px solid #cccccc;
}
.daytime .post_content .specs-box dd ul,
.grouphome .post_content .specs-box dd ul {
  width: 100%;
}
.daytime .post_content .specs-box dd:first-of-type,
.grouphome .post_content .specs-box dd:first-of-type {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .specs-box dd,
  .grouphome .post_content .specs-box dd {
    width: 100%;
    border: none;
  }
  .daytime .post_content .specs-box dd:first-of-type,
  .grouphome .post_content .specs-box dd:first-of-type {
    border: none;
  }
}
.daytime .post_content .specs-box.gh dt,
.grouphome .post_content .specs-box.gh dt {
  border-bottom: 1px solid #90c724;
  background-color: rgba(159, 219, 39, 0.1);
}
.daytime .post_content .specs-box.gh dt:first-of-type,
.grouphome .post_content .specs-box.gh dt:first-of-type {
  border-top: 1px solid #90c724;
}
@media screen and (max-width: 600px) {
  .daytime .post_content .specs-box.gh dt,
  .grouphome .post_content .specs-box.gh dt {
    border-top: 1px solid #90c724;
  }
}
.daytime .post_content .specs-company,
.grouphome .post_content .specs-company {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-left: 2em;
  padding: 0;
  font-size: clamp(16px, 2vw, 18px);
}
.daytime .post_content .specs-company-url,
.grouphome .post_content .specs-company-url {
  margin-left: 1em;
}
.daytime .terms-box,
.daytime .terms-box-archive,
.grouphome .terms-box,
.grouphome .terms-box-archive {
  width: 96%;
  margin: 2em auto 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
@media screen and (max-width: 600px) {
  .daytime .terms-box,
  .daytime .terms-box-archive,
  .grouphome .terms-box,
  .grouphome .terms-box-archive {
    width: 100%;
  }
}
.daytime .terms-box .items a,
.daytime .terms-box-archive .items a,
.grouphome .terms-box .items a,
.grouphome .terms-box-archive .items a {
  display: block;
  padding: 0.7em 0.8em;
  font-size: clamp(13px, 3vw, 15px);
  line-height: 1;
  color: #333;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}
.daytime .terms-box .items a:hover,
.daytime .terms-box-archive .items a:hover,
.grouphome .terms-box .items a:hover,
.grouphome .terms-box-archive .items a:hover {
  color: #fff;
  font-weight: 500;
  border: 1px solid #6c5337;
  background-color: #6c5337;
}

.grouphome .c-postTitle__ttl {
  /*background-image: repeating-linear-gradient(-45deg, #cedb27 0px, #cedb27 2px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);*/
}
.grouphome .c-postTitle__ttl::before {
  content: "グループホーム";
  background-color: #cedb27;
}
.grouphome .c-postTitle__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(-45deg, #fff 25%, #cedb27 25%, #cedb27 50%, #fff 50%, #fff 75%, #cedb27 75%, #cedb27);
  background-size: 7px 7px;
}
.grouphome .specs-title span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.5em;
  height: 2.5em;
  font-size: clamp(18px, 2vw, 24px);
  border-radius: 50%;
  background-color: #cedb27 !important;
}
.grouphome .specs-title::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -0.725em;
  width: calc(100% - 1.5em);
  height: 10px !important;
  background: linear-gradient(-45deg, #fff 25%, #cedb27 25%, #cedb27 50%, #fff 50%, #fff 75%, #cedb27 75%, #cedb27) !important;
  background-size: 7px 7px !important;
}

/* ++++++++++ archive用 ++++++++++ */
.daytime .archive-lead,
.grouphome .archive-lead {
  position: relative;
  width: 100%;
  margin: 3rem auto;
  padding: 1.5em;
  font-size: clamp(14px, 3vw, 20px);
  border: 1px solid var(--color_border);
}
.daytime .archive-list,
.grouphome .archive-list {
  width: 100%;
  margin: 2em auto 0;
}
.daytime .archive-list-box,
.grouphome .archive-list-box {
  position: relative;
  margin: auto;
  margin-bottom: 4em;
  padding: 2em;
  border-radius: 7px;
  border: 5px solid rgba(240, 156, 180, 0.45);
  /*&::after {
  	content:"";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 7px;
  	background: linear-gradient(
  		-45deg,
  		#fff 25%, rgba(#f09cb4, .5) 25%,
  		rgba(#f09cb4, .5) 50%, #fff 50%,
  		#fff 75%, rgba(#f09cb4, .5) 75%,
  		rgba(#f09cb4, .5)
  	);
  	background-size: 7px 7px;
  }*/
}
.daytime .archive-list-box a,
.grouphome .archive-list-box a {
  color: #333;
}
.daytime .archive-list-box a:hover,
.grouphome .archive-list-box a:hover {
  color: rgba(108, 83, 55, 0.65);
}
.daytime .archive-list-box_item,
.grouphome .archive-list-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .daytime .archive-list-box_item,
  .grouphome .archive-list-box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.daytime .archive-list-box .thumbnail,
.grouphome .archive-list-box .thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.daytime .archive-list-box .content,
.grouphome .archive-list-box .content {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  line-height: 1.5;
}
.daytime .archive-list-box .content-type,
.grouphome .archive-list-box .content-type {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
}
.daytime .archive-list-box .content-title,
.grouphome .archive-list-box .content-title {
  margin-bottom: 0.75em;
  font-size: clamp(20px, 2vw, 24px);
}
.daytime .archive-list-box .content-body,
.grouphome .archive-list-box .content-body {
  font-size: clamp(14px, 2vw, 16px);
}
.daytime .archive-list-box .archive-specs,
.grouphome .archive-list-box .archive-specs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .daytime .archive-list-box .archive-specs,
  .grouphome .archive-list-box .archive-specs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.daytime .archive-list-box .archive-specs dt,
.daytime .archive-list-box .archive-specs dd,
.grouphome .archive-list-box .archive-specs dt,
.grouphome .archive-list-box .archive-specs dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 0.25em 0.25em 1em;
  font-size: clamp(13px, 2vw, 14px);
}
@media screen and (max-width: 600px) {
  .daytime .archive-list-box .archive-specs dt,
  .daytime .archive-list-box .archive-specs dd,
  .grouphome .archive-list-box .archive-specs dt,
  .grouphome .archive-list-box .archive-specs dd {
    padding: 0.25em 0.25em;
  }
}
.daytime .archive-list-box .archive-specs dt,
.grouphome .archive-list-box .archive-specs dt {
  width: 9em;
  font-weight: 600;
  border-bottom: 1px solid #f09cb4;
  background-color: rgba(240, 156, 180, 0.1);
}
.daytime .archive-list-box .archive-specs dt:first-of-type,
.grouphome .archive-list-box .archive-specs dt:first-of-type {
  border-top: 1px solid #f09cb4;
}
@media screen and (max-width: 600px) {
  .daytime .archive-list-box .archive-specs dt,
  .grouphome .archive-list-box .archive-specs dt {
    width: 100%;
    margin-top: 2em;
    border-top: 1px solid #f09cb4;
  }
  .daytime .archive-list-box .archive-specs dt:first-of-type,
  .grouphome .archive-list-box .archive-specs dt:first-of-type {
    margin-top: 0;
  }
}
.daytime .archive-list-box .archive-specs dd,
.grouphome .archive-list-box .archive-specs dd {
  width: calc(100% - 9em);
  border-bottom: 1px solid #cccccc;
}
.daytime .archive-list-box .archive-specs dd ul,
.grouphome .archive-list-box .archive-specs dd ul {
  width: 100%;
}
.daytime .archive-list-box .archive-specs dd:first-of-type,
.grouphome .archive-list-box .archive-specs dd:first-of-type {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 600px) {
  .daytime .archive-list-box .archive-specs dd,
  .grouphome .archive-list-box .archive-specs dd {
    width: 100%;
    border: none;
  }
  .daytime .archive-list-box .archive-specs dd:first-of-type,
  .grouphome .archive-list-box .archive-specs dd:first-of-type {
    border: none;
  }
}
.daytime .archive-list-box .archive-specs.gh dt,
.grouphome .archive-list-box .archive-specs.gh dt {
  border-bottom: 1px solid #90c724;
  background-color: rgba(159, 219, 39, 0.1);
}
.daytime .archive-list-box .archive-specs.gh dt:first-of-type,
.grouphome .archive-list-box .archive-specs.gh dt:first-of-type {
  border-top: 1px solid #90c724;
}
@media screen and (max-width: 600px) {
  .daytime .archive-list-box .archive-specs.gh dt,
  .grouphome .archive-list-box .archive-specs.gh dt {
    border-top: 1px solid #90c724;
  }
}
.daytime .terms-box-archive,
.grouphome .terms-box-archive {
  width: 100%;
  margin: 1em auto 0;
  gap: 0.4em;
}
.daytime .terms-box-archive .items a,
.grouphome .terms-box-archive .items a {
  padding: 0.6em 0.8em;
  font-size: clamp(12px, 3vw, 13px);
  border-radius: 3px;
}
.daytime .archive-btn,
.grouphome .archive-btn {
  display: block;
  width: 12em;
  margin: 1.5em auto 0;
  padding: 0.25em 0;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  background-color: #f09cb4;
}
.daytime .archive-btn:hover,
.grouphome .archive-btn:hover {
  background-color: #6c5337;
}
.daytime .archive-btn.gh,
.grouphome .archive-btn.gh {
  background-color: #90c724;
}
.daytime .archive-btn.gh:hover,
.grouphome .archive-btn.gh:hover {
  background-color: #6c5337;
}

.grouphome .archive-list-box {
  border: 5px solid rgba(144, 199, 36, 0.45);
}
.grouphome .archive-list-box a {
  color: #333;
}
.grouphome .archive-list-box a:hover {
  color: rgba(108, 83, 55, 0.65);
}
.grouphome .archive-list-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .grouphome .archive-list-box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*******************************************
	@DTGH information
********************************************/
.info-list {
  margin: 1.5em auto;
  padding: 0 1em;
}
.info-list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  color: #333;
}
.info-list-date .catbox {
  display: block;
  width: 10em;
  margin-left: 1em;
  padding: 0.2em 0;
  cursor: pointer;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #333;
}
.info-list-date .catbox a {
  color: #333;
}
.info-list-date .catbox:hover {
  background-color: #333;
}
.info-list-date .catbox:hover a {
  color: #fff;
}
.info-list-date .new {
  width: 3em;
  margin-left: 1em;
  padding: 0.175em 0;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  background-color: #f00;
}
.info-list-body {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 0.75em;
  padding-right: 0.5em;
  font-size: clamp(16px, 2vw, 18px);
  border-bottom: 1px dotted rgba(108, 83, 55, 0.45);
}
@media screen and (max-width: 600px) {
  .info-list-body {
    padding-left: 0.2em;
    padding-right: 0.2em;
    line-height: 1.4;
  }
}

.info-list-pager {
  margin: 3em auto 1em;
}
.info-list-pager ul.page-numbers {
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-list-pager ul.page-numbers:hover {
  background: none;
}
.info-list-pager ul.page-numbers li span.page-numbers,
.info-list-pager ul.page-numbers li a.page-numbers {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 6px;
  min-width: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 50%;
  margin: 4px;
  color: var(--color_main);
  border: solid 1px var(--color_main);
}
.info-list-pager ul.page-numbers li span.page-numbers.current, .info-list-pager ul.page-numbers li span.page-numbers:hover,
.info-list-pager ul.page-numbers li a.page-numbers.current,
.info-list-pager ul.page-numbers li a.page-numbers:hover {
  background-color: var(--color_main);
  color: #fff;
}
/*# sourceMappingURL=style_shokuhoh.css.map */