@charset "UTF-8";
/*共通、PC*/

/*基本設定*/

/*使用フォント*/
@font-face {
  font-family: "BIZUDPGothic-Bold";
  src: url("../fonts/BIZUDPGothic-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/*使用フォント ここまで*/

/*共通カラー*/
:root {
  color-scheme: light; /*ライトモードのみの運用*/
  --kirishima-text-1: #4d4d4d;
  --white: #ffffff;
  --black: #000000;
  --kirishima-text-link-1: #348afc;
  --kirishima-green-1: #448866;
  --kirishima-green-2-bg: #c2e1d2;
  --kirishima-green-3: #eef8f3;
  --kirishima-green-4-txt: #92d6b4;
  --kirishima-green-5: #dff1e8;
  --kirishima-red: #ff8b8b;
  --kirishima-gray: #cdcdcd;
}
/*共通カラー ここまで*/

/*基本書式*/
body,
main,
header,
footer {
  background: #fff;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: normal;
  color: var(--kirishima-text-1);
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
  vertical-align: middle;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.78;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
a {
  color: var(--kirishima-text-link-1);
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
button {
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
/*reCAPTCHAのロゴを非表示にする*/
.grecaptcha-badge {
  visibility: hidden;
}
/*footerを最下部に固定*/
:target {
  scroll-margin-top: 30px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  z-index: 2;
  overflow-x: hidden;
}
main.page-front {
  padding-top: 0;
}
/*footerを最下部に固定 ここまで*/
/*ページフェードイン*/
body {
  opacity: 0.01; /*フェードイン初期値*/
  overflow-x: hidden;
}
/*基本ボタンパーツ*/
.btn__asset-1,
a.btn__asset-1,
button.btn__asset-1{
  display: flex;
  width: auto;
  min-width: 250px;
  max-width: 100%;
  height: auto;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--kirishima-green-1);
  text-decoration: none;
  color: var(--white);
}

/*基本書式 ここまで*/

/* PCのみ表示・適用 */
.no_sp {
  display: inline-block;
}

/*基本設定 ここまで*/


/*header*/

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  font-size: 16px;
  background-color: var(--kirishima-green-1);
  color: var(--white);
  z-index: 150;
}
.header__nav {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__nav-logo-title {
  width: 280px;
  height: 64px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.header__nav-logo-title img {
  width: 250px;
  height: auto;
  flex-shrink: 0;
}
.header__nav-mainmenu {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
.header__nav-mainmenu--front {
  width: 100%;
}
.header__nav-list {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.header__nav-list--front {
  flex: 1 1 0;
}
.header__nav-list > li {
  list-style: none;
  width: auto;
  height: auto;
}
.header__nav-list--front > li {
  flex: 1 1 0;
}
.header__nav-item,
.header__nav-item:visited {
  text-decoration: none;
  background-color: var(--kirishima-green-1);
  color: var(--white);
  line-height: 1.16;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  padding: 18px 10px;
}
/*アクセス・問合せ先*/
.nav-access .header__nav-item,
.nav-access .header__nav-item:visited {
  line-height: 0.8;
  background-color: #585c5f;
}
/*選択中メニュースタイル*/
.header__nav__selected .header__nav-item,
.header__nav__selected .header__nav-item:visited {
  background-color: var(--white);
  color: var(--kirishima-green-1);
}
/*レスポンシブメニュー開閉ボタン*/
.header__nav-sp-button {
  display: none; /*表示させる場合はflex*/
}

/*header ここまで*/

/*pagetop*/
.pagetop {
	position: fixed;
	bottom: 200px;
	right: 0px;
	z-index: 999;
}
.pagetop a {
  text-align: center;
  display: flex;
  height: 60px;
  width: 60px;
  color: var(--white);
  border-top: solid 1px var(--white);
  border-left: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  text-decoration: none;
  background-color: var(--kirishima-green-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
}
/*pagetop ここまで*/

/*footer*/

footer {
  background-color: var(--white);
  width: 100%;
  height: auto;
}
.footer__top {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 56px 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--kirishima-green-1);
  color: var(--white);
}
.footer__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1314px;
  height: auto;
  margin: 0 auto;
}
.footer__site-title {
  width: auto;
  height: fit-content;
  text-decoration: none;
  font-family: "BIZUDPGothic-Bold", sans-serif;
  font-weight: normal;
  font-size: 23px;
  color: var(--white);
}
.footer__nav {
  width: auto;
  height: auto;
  display: flex;
  gap: 80px;
  flex-shrink: 1;
  width: auto;
}
.footer__nav-item > a {
  text-decoration: none;
  color: var(--white);
}
.footer__nav__selected > a {
  text-decoration: none;
  color: var(--kirishima-green-4-txt);
}
.footer__nav-area1,
.footer__nav-area2 {
  display: flex;
  width: fit-content;
  height: auto;
  flex-direction: column;
  gap: 25px;
}
.footer__bottom {
  padding: 32px 143px 0 143px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: var(--kirishima-green-1); /*.footer__topと同一*/
}
.footer__bottom > .footer__content {
  border-top: solid 1px var(--kirishima-green-4-txt);
  padding: 32px 0;
}
.footer__policy {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__policy > li > a {
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
}
.footer__policy > li.footer__policy__selected > a {
  color: var(--kirishima-green-4-txt);
}
.footer__copylight {
  font-size: 12px;
  color: var(--white);
}
.footer__bottom-f {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.btn__gotop {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  flex-shrink: 0;
}
/*footer ここまで*/


/*main component*/

.component {
  width: 100%;
  margin: 0 auto;
}
.component__title-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 100px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single .component__title-box{
  background-color: var(--kirishima-green-2-bg);
  padding: 15px 30px 15px 30px;
}

.component__title {
  color: var(--white);
  padding-top: 60px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  filter: drop-shadow(1px 1px 30px rgba(46.37, 64.16, 50.22, 0.8));
}
.title__main {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
  letter-spacing: 1rem;
  text-align: center;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: normal;
  transform: translateX(0.5rem);
}
.title__sub {
  font-family: "NotoSansJP-Regular", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.component__breadcrumbs {
  width: 100%;
  height: auto;
}
.breadcrumbs {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
}
.breadcrumbs,
.breadcrumbs > a,
.breadcrumbs > a:visited {
  color: var(--white);
  font-size: 0.85rem;
  text-decoration: none;
}
.single .breadcrumbs,
.single .breadcrumbs > a,
.single .breadcrumbs > a:visited {
  color: var(--kirishima-text-1);
}

/*component__content 共通*/
.component__edit-content,
.component__post-content,
.component__news,
.component__progress {
  width: 100%;
  max-width: 1600px;
  padding: 60px 143px 160px 143px;
  margin: 0 auto;
}

.component__section-title {
  color: var(--kirishima-text-1);
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1.92px;
  border-bottom: 1px solid var(--kirishima-text-1);
  padding-bottom: 16px;
}
/*component__content 共通 ここまで*/

/*post-list*/
.post-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.post-list__item {
  width: 100%;
  height: auto;
}
.post-list__item > a {
  text-decoration: none;
}
.post-list__item-img,
.post-list__item-img img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.post-list__item-detail {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding-top: 8px;
}
.post-list__item-text {
  display: flex;
  gap: 8px 24px;
  align-items: center;
  flex-wrap: wrap;
}
.post-list__item-date {
  color: var(--kirishima-text-link-1);
  font-family: "BIZUDPGothic-Bold", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.36px;
  text-decoration: none;
}
.post-list__item-title {
  color: var(--kirishima-text-1);
  font-size: 16px;
  text-decoration: none;
}
/*post-list ここまで*/

/*pager*/
.component__pager {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
.pager__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  list-style: none;
}
.pager__item,
.btn__pager-num,
.btn__pager-selector {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: solid 1px var(--kirishima-green-1);
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  color: var(--kirishima-text-1);
  text-decoration: none;
}
.btn__pager-selector{
  color: var(--kirishima-green-1);
  font-size: 24px;
}
.pager__item{border: none;}
.btn__pager-num.selected {
  background-color: var(--kirishima-green-1);
  color: var(--white);
}
/*pager ここまで*/

/*news*/
.component__news .post-list {
  gap: 60px 40px;
}
.component__news .post-list__item {
  width: calc(50% - 20px);
}
.component__news .post-list__item-img,
.component__news .post-list__item-img img {
  border-radius: 24px;
}
/*news ここまで*/

/*progress*/
.component__progress .post-list {
  gap: 60px;
  padding-top: 40px;
}
.component__progress .post-list__item-img,
.component__progress .post-list__item-img img {
  border-radius: 32px;
}
/*progress ここまで*/

/*post-content(single)*/
.post-content__detail {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:16px 0 18px 0;
  gap: 50px;
  border-bottom: solid 1px var(--kirishima-text-1);
  margin-bottom: 60px;
}
.component__edit-content .post-content__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}
.post-content__detail-date {
  width: auto;
  height: auto;
  display: inline-block;
  flex-shrink: 0;
  font-weight: normal;
  padding-top: 20px;
}
.post-content__detail-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.post-content__detail-category-item {
  width: auto;
  height: auto;
  color: var(--kirishima-text-1);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.12px;
  border: 1px solid var(--kirishima-text-1);
  padding: 2px 4px;
  display: inline-block;
}
/*.post-content__detail-category-item カテゴリ別色分け*/
.post-content__detail-category-item.important {/*重要なお知らせ*/
  border: 1px solid var(--kirishima-red);
  color: var(--kirishima-red);
  background-color: #e56a6a26;
}
/*.post-content__detail-category-item カテゴリ別色分け ここまで*/
.component__post-content .component__edit-content {
  margin-top: 24px;
  padding-top: 80px;
  border-top: solid 1px var(--kirishima-text-link-1);
}

/*component__preview*/
.component__preview{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-top: 120px;
}
.preview__btn-before,
.preview__btn-next{
  text-decoration: none;
  color: var(--kirishima-green-1);
  display: flex;
  width: auto;
  height: auto;
  gap: 8px;
  align-items: center;
}
.preview__btn-before span,
.preview__btn-next span{
  width: 50px; height: 50px;
  background-color: var(--white);
  color: var(--kirishima-green-1);
  border-radius: 999px;
  border: solid 1px var(--kirishima-green-1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
/*component__preview ここまで*/
/*post-content(single) ここまで*/


/*component__edit-content(固定ページ、投稿の自由記述対応)*/
/*edit-content内共通*/
.component__edit-content h1 {
  width: 100%;
  height: auto;
  font-size: 25px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 8px;
  color: var(--kirishima-green-1);
  border-bottom: solid 1px var(--kirishima-text-1);
  margin-bottom: 40px;
  line-height: 1.5;
}
.component__edit-content h2 {
  width: 100%;
  height: auto;
  font-size: 25px;
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 40px;
  color: var(--kirishima-green-1);
  line-height: 1.5;
}
.component__edit-content h3 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 16px;
  color: var(--kirishima-green-1);
}
.component__edit-content h4 {
  width: 100%;
  height: auto;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 5px 10px;
  border: solid 1px var(--kirishima-green-2-bg);
}
.component__edit-content .aligncenter {
  margin: 0 auto;
  text-align: center;
}
.component__edit-content .alignleft {
  margin: 0 auto 0 0;
  text-align: left;
}
.component__edit-content .alignright {
  margin: 0 0 0 auto;
  text-align: right;
}
/*table*/
.component__edit-content tr {
  width: 100%;
  height: auto !important;
  display: flex;
}
.component__edit-content tr td {
  height: auto !important;
  padding: 10px 15px;
}
.component__edit-content tr:nth-child(2n + 1) td {
  background-color: var(--kirishima-green-5);
}
/*table　ここまで*/
/*toc_container 目次アンカーリンクプラグインスタイル*/
.toc_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 70px;
}

.toc_list > li > a {
  display: flex;
  width: auto;
  height: auto;
  gap: 10px;
  text-decoration: none;
  align-items: center;
  color: var(--kirishima-green-1);
  font-weight: normal;
}

.toc_list > li > a::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-image: url(../img/icon-link-anchor.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*toc_container 目次アンカーリンクプラグインスタイル　ここまで*/
/*edit-content内共通　ここまで*/

/*edit-content 固定ページ*/
.component-collaboration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.component-collaboration__wrap {
  display: flex;
  align-items: center;
}
.component-collaboration__txt {
  color: var(--kirishima-text-1);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.66px;
}
.icon-cross {
  width: 54px;
}
.icon-topography {
  width: 90px;
}
.component-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 124px;
  padding: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 26px;
  background: #f2f2f2;
}

.component-contact-block__ttl {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.component-contact-block__txt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}


/*各固定ページ設定*/
/*施設概要 page__facility-overview*/
.facility-overview__concept {
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px;
  gap: 30px;
  border-radius: 10px;
  background-color: var(--kirishima-green-3);
  margin-bottom: 10px;
}

.facility-overview__concept > li {
  text-decoration: none;
  list-style: none;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 10px;
  border-radius: 10px;
  background-color: var(--white);
}

.facility-overview__concept > li > h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.facility-overview__information {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
}

.facility-overview__information tr {
  display: table-row;
}

.facility-overview__about {
  text-align: center;
}

.facility-overview__pamphlets {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.facility-overview__pamphlets-links {
  width: 100%;
  height: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

@media only screen and (max-width: 1320px) {
  /*パーにゃん位置調整*/
  .facility-overview__pamphlets-links {
    padding-left: 170px;
  }
}

.facility-overview__pa-nyan-1 {
  position: absolute;
  width: 180px;
  height: auto;
}

.facility-overview__pamphlets-links a {
  width: auto;
  height: auto;
  min-width: 300px;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--white);
  background-color: var(--kirishima-green-1);
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/*施設概要 page__facility-overview ここまで*/

/*よくある質問 page__faq*/
.faq__headline-1 {
  width: 100%;
  height: auto;
  font-size: 25px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 8px;
  color: var(--kirishima-green-1);
  border-bottom: solid 1px var(--kirishima-text-1);
  margin-bottom: 40px;
  line-height: 1.5;
}
.page__faq .toc_list {
  flex-direction: column;
  gap: 20px;
}
.page__faq .toc_list > li > a {
  display: flex;
  width: 100%;
  height: auto;
  font-size: 20px;
  padding: 8px 20px;
  gap: 20px;
  border: solid 1px var(--kirishima-green-2-bg);
}
.page__faq .toc_list > li > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  flex-shrink: 0;
  background-image: url(../img/icon-triangle-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page__faq .component__edit-content h2 {
  margin-bottom: 16px;
}
.faq__pa-nyan-1 {
  transform: translateY(-60px);
}
/*よくある質問 page__faq ここまで*/

/*ごみ処理の流れ page__structure*/
.structure__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1600px;
}

.structure__list-block {
  width: calc(50% - 25px);
}

.structure__list-block > h3 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}

.structure__list-block > img {
  width: 100%;
}

.structure__list-block > p {
  line-height: 1.4;
  margin-bottom: 50px;
}

.structure__list-block > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--kirishima-green-1);
}
/*ごみ処理の流れ page__structure ここまで*/

/*ごみの持ち込み page__bringing-in*/
/*施設の混雑予測 bringing_calendar */
.bringing_calendar__list{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.bringing_calendar__item{
  width: 50%;
  height: auto;
  display: block;
}
.bringing_calendar__item img{
  width: 100%;
  height: auto;
}
.bringing_calendar__color-list{
  width: 100%; height: auto;
  padding-bottom: 40px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.bringing_calendar__color-item{
  width: auto; height: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.bringing_calendar__color-item > div{
  display: block;
  width: 35px; height: 35px;
}
.bringing_calendar__color-item.color-crowded > div{background-color: #84D0AC;}/*混雑*/
.bringing_calendar__color-item.color-extremely > div{background-color: #FF8B8B;}/*非常に混雑*/
.bringing_calendar__color-item.color-closed > div{background-color: #CDCDCD;}/*休業*/
/*施設の混雑予測 bringing_calendar ここまで */

/* リンクボタン関連 */
.bringing-in__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.bringing-in__list--center {
  justify-content: center;
}

.bringing-in__btn {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  background-color: var(--kirishima-green-1);
}

.bringing-in__btn--center {
  max-width: 500px;
}

.bringing-in__btn > a {
  display: block;
  padding: 8px;
  color: var(--white);
  text-decoration: none;
}

/* 受付時間関連 */
.bringing-in__schedule {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.4;
}

.bringing-in__schedule tr:nth-of-type(2) {
  background: var(--kirishima-green-2-bg);
}

.bringing-in__schedule thead th {
  background: var(--kirishima-green-2-bg);
  text-align: center;
  padding: 16px;
}

.bringing-in__schedule th,
.bringing-in__schedule td {
  width: 100%;
  text-align: center;
  padding: 16px;
  font-weight: 400;
}

.bringing-in__schedule tr:nth-child(2n + 1) td {
  padding: 16px;
  background: initial;
}
/*ごみの持ち込み page__bringing-in ここまで*/

/*施設見学 page__facility-tour*/
.facility-tour__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facility-tour__block img {
  max-width: 110px;
}

.facility-tour__box {
  border: 1px solid var(--kirishima-green-2-bg);
  padding: 4px 16px;
}

.facility-tour__wrap {
  display: flex;
}

.facility-tour__wrap > dl > div {
  display: flex;
}

.facility-tour__wrap > dl > div > dt {
  width: 130px;
}

.facility-tour__wrap-space {
  padding-left: 16px;
}

/* リンクボタン関連 */
.facility-tour__list {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.facility-tour__pa-nyan{
  position: absolute;
  width: 180px;
  height: auto;
}

.facility-tour__btn-area {
  width: 100%;
  height: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.facility-tour__btn-area a {
  width: auto;
  height: auto;
  min-width: 300px;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--white);
  background-color: var(--kirishima-green-1);
  border-radius: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1320px) {
  /*パーにゃん位置調整*/
  .facility-tour__btn-area {
    padding-left: 170px;
  }
}

.facility-tour__logo {
  display: flex;
  justify-content: flex-start;
}

.facility-tour__logo > img {
  width: 220px;
  margin: 20px 0;
}

.facility-tour__space-s {
  padding-right: 16px;
}

.facility-tour__space-l {
  padding-right: 82px;
}
/*施設見学 page__facility-tour ここまで*/

/*環境学習 page__environmental-learning*/
.environmental-learning__message {
  width: 100%;
  display: flex;
  justify-content: center;
}

.environmental-learning__message img {
  width: 100%;
  max-width: 730px;
}

.environmental-learning__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  text-align: center;
  padding: 60px;
  background-color: var(--kirishima-green-3);
  border-radius: 10px;
}

.environmental-learning__list > li {
  flex: 1 1 calc((100% - 60px) / 2); /* 2列＋gap60pxを考慮 */
}

.environmental-learning__list > li > p {
  padding-top: 8px;
}
.environmental-learning__list img{
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
/*環境学習 page__environmental-learning ここまで*/

/*維持管理状況 page__operation__box*/
.operation__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.operation__btn {
  width: 100%;
  max-width: 600px;
  padding: 8px 30px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--kirishima-green-1);
}

.operation__btn > a {
  display: block;
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
}
/*維持管理状況 page__operation__box ここまで*/

/*アクセス・問合せ先 page__access*/
.access__entrance{
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.access__entrance-img{
  width: 100%;
  max-width: 700px;
}
/*アクセス・問合せ先 page__access ここまで*/
/*各固定ページ設定 ここまで*/
/*component__edit-content(固定ページ、投稿の自由記述対応) ここまで*/


/*HOME front-page*/

.component__front-page {
  width: 100%;
  height: auto;
}

/*front__fv*/
.front__fv {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.front__logo {
  position: absolute;
  left: 40px;
  top: 40px;
}
.front__logo img {
  max-width: 320px;
  filter: drop-shadow(1px 1px 30px rgba(46.37, 64.16, 50.22, 0.8));
}
/*.front__fv text*/
.front__fv-text{
  width: 100%;
  max-width: 1440px;
  padding-right: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  transform: translateY(-60px);
  pointer-events: none;
}
.front__fv-text-box {
  display: flex;
  width: 365px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 14px;
  filter: drop-shadow(1px 1px 12px var(--black));
}
.front__fv-title {
  font-size: 33px;
  color: var(--white);
  font-weight: normal;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
.front__fv-Sub-title {
  font-size: 18px;
  color: var(--white);
  display: inline-block;
  width: 100%;
  transform: translateY(-8px);
}
.front__fv-Sub-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transform: translateY(10px);
}
.front__fv-lead {
  font-size: 21px;
  color: var(--white);
}
/*.front__fv text ここまで*/
/*slick*/
.front__fv-slide {
  width: 100%;
  height: 600px;
  flex-shrink: 0;
}
.fv-slide-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.slick-list.draggable {
  overflow: hidden;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slick-dots{
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0;
  list-style: none;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
  transform: translateY(-30px);
  filter: drop-shadow(1px 1px 30px rgba(46.37, 64.16, 50.22, 0.8));
}
.slick-dots li button:before{
  font-size: 45px;
  opacity: 1;
  color: var(--kirishima-green-3);
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  color: var(--kirishima-green-1);
}

/*slick ここまで*/
/*front__fv ここまで*/

/*front-news ※listは『news-list』にて指定*/
.front-news{
  width: 100%; height: auto;
  max-width: 1440px;
  padding: 240px 80px 160px 80px;
  margin: 0 auto;
  z-index: 0;
}
.front-news::before {
  content: "";
  display: block;
  width: 98%;
  max-width: 1440px;
  height: 150px;
  pointer-events: none;
  background: url(../img/home_bg_txt_1.png) no-repeat right center / 88% auto;
  z-index: -1;
  position: absolute;
  transform: translateY(-150px) translateX(-60px);
}
.front-news__ttl {
  font-size: 100px;
  color: var(--kirishima-green-4-txt);
  font-family: "NotoSansJP-Regular", sans-serif;
  font-weight: normal;
  transform: translateX(-60px);
  letter-spacing: normal;
}
.front-news__more{
  color: var(--kirishima-text-1);
  text-decoration: none;
  display: flex;
  width: auto;height: auto;
  gap: 16px;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}
.front-news__more::before{
  content: "";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-image: url("../img/icon-link-check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*front-news ここまで*/

/*front__support*/
.front__support {
  text-align: center;
  padding: 40px 24px 60px;
  background-color: var(--kirishima-green-2-bg);
}
.front__support--white {
  background-color: var(--white);
}
.front__support-box {
  display: grid;
  justify-content: center;
  gap: 40px;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}
.front__support-ttl {
  font-size: 24px;
  font-weight: normal;
  color: var(--kirishima-green-1);
}
.front__support-ttl--bold {
  font-weight: bold;
}
.front__support-txt {
  text-align: left;
}
.front__support-btn-box {
  display: flex;
  justify-content: center;
}
.front__support-btn {
  width: fit-content;
  max-width: 100%;
  text-align: center;
  border-radius: 4px;
  background-color: var(--kirishima-green-1);
}
.front__support-btn > a {
  display: block;
  padding: 8px 100px;
  color: var(--white);
  text-decoration: none;
}
/*front__support ここまで*/

/*HOME front-page ここまで*/

/*news-list*/
.news-list{
  width: 100%; height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: flex-start;
}
.news-block{
  display: flex;
  width: calc((100% - 40px) / 3 );
  height: auto;
  min-height: 295px;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--kirishima-gray);
  background-color: var(--white);
  overflow: hidden;
}
.news-block a{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: auto;
  color: var(--kirishima-text-1);
  text-decoration: none;
}
.news-block img {
  width: 100%; height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.news-block_cat-area{
  display: flex;
  width: 100%;
  height: auto;
  gap: 5px;
  flex-wrap: wrap;
}
.news-block_cat {
  display: inline-block;
  line-height: 1.6;
  padding: 0 12px;
  border-radius: 4px;
  background-color: var(--kirishima-green-2-bg);
}
.news-block__ttl {
  color: var(--kirishima-text-link-1);
  line-height: 1.35;
  margin-top: 7px;
}
/*news-list ここまで*/

/*main component ここまで*/

/* SPのみ表示・適用 */
.no_pc {
  display: none;
}
/*共通、PC ここまで*/



/*レスポンシブ対応*/
@media only screen and (min-width: 2040px) {
  .front__fv-slide{height: 1024px;}
  .fv-slide-img{height: 1024px;}
}
/*レスポンシブ対応(width ≦ 1080px)*/
@media only screen and (max-width: 1080px) {
    /* SPのみ表示・適用（PC非表示） */
  .no_pc {
    display: inline-block;
  }

  .header {
    position: fixed;
    top: 0;
    height: 70px;
  }
  .header.front-page{
    display: none;
  }
  .header__nav-logo-title {
    padding-left: 16px;
  }
  .component {
    margin: 70px auto 0;
  }
  .front__logo {
    position: fixed;
    top: 10px;
    z-index: 151;
  }
  .component__front-page .front__logo{
    top: 24px;
  }
  .header__nav-logo {
    width: 80px;
    height: auto;
  }
  /*header__nav*/
  .header__nav-list {
    width: 0vw;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    position: fixed;
    z-index: 500;
    right: 0;
    top: 0;
    transform: translateX(63vw);
    transition: transform 0.3s;
    background-color: var(--white);
    gap: 20px;
    padding-top: 125px;
    padding-bottom: 80px;
  }
  .header__nav-mainmenu:has(.list-open) .header__nav-list {
    width: 60vw;
    max-width: 460px;
    min-width: 300px;
    transform: translateX(0);
    transition: transform 0.3s;
  }
  .header__nav-list > li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 25px;
  }
  .header__nav-list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid var(--kirishima-text-1);
  }
  .header__nav-item {
    width: 100%;
    height: auto;
    padding: 10px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: "BIZUDPGothic-Bold", sans-serif;
    font-weight: normal;
  }
  .header__nav-item,
  .header__nav-item:visited {
    text-decoration: none;
    background-color: var(--white);
    color: var(--kirishima-text-1);
  }
  .header__nav-item br {
    display: none;
  }
  .nav-access .header__nav-item,
  .nav-access .header__nav-item:visited{
    justify-content: center;
    color: var(--white);
  }
  .header__nav__selected.nav-access .header__nav-item,
  .header__nav__selected.nav-access .header__nav-item:visited{
   color: var(--kirishima-green-1);
   background-color: var(--kirishima-green-2-bg);
  }
  .header__nav-sp-button::before {
    content: "";
    width: 0;
    height: 100vh;
    background-color: #ffffffb7;
    position: fixed;
    left: calc(-100vw + 80px);
    top: -17px;
  }
  .component__front-page .header__nav-sp-button::before {top: -20px;}
  .header__nav-mainmenu:has(.list-open) .header__nav-sp-button::before {
    content: "";
    width: calc(100vw - 460px);
    transition: width 0.3s;
  }
  .header__nav-sp-button {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background-color: var(--kirishima-green-1);
    position: fixed;
    top: 8px;
    right: 0;
    transform: translateX(-25px);
    z-index: 600;
  }
  .component__front-page .header__nav-sp-button{
    top: 20px;
  }
  .header__nav-sp-icon,
  .header__nav-sp-icon::before,
  .header__nav-sp-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: var(--white);
    transition: all 0.3s;
    position: absolute;
    transform: translateY(-6px);
  }
  .header__nav-sp-icon::before {
    transform: translateY(-6px);
  }
  .header__nav-sp-icon::after {
    transform: translateY(6px);
  }
  .list-open .header__nav-sp-icon {
    background-color: transparent;
  }
  .list-open .header__nav-sp-icon::before {
    transform: rotate(30deg);
    opacity: 1;
  }
  .list-open .header__nav-sp-icon::after {
    transform: rotate(-30deg);
    opacity: 1;
  }
  .header__nav-sp-label::before {
    content: "Menu";
    display: inline-block;
    font-size: 8px;
    color: var(--white);
    width: 40px;
    height: auto;
    text-align: center;
    transform: translateY(8px);
  }
  .list-open .header__nav-sp-label::before {
    content: "Close";
  }
  /*header__nav ここまで*/
  .pagetop {
	position: fixed;
	bottom: 40px;
	right: 0px;
	z-index: 20;
  }
  .pagetop a {
    height: 50px;
    width: 50px;
    font-size: 11px;
  }
  .news-block{width: calc((100% - 40px) / 2);}
  /* PCのみ表示・適用（SP非表示） */
  .no_sp {
    display: none;
  }
  .access__entrance{
    flex-direction: column;
  }
}
/*レスポンシブ対応(width ≦ 1080px) ここまで*/

/*レスポンシブ対応(width ≦ 850px)*/
@media only screen and (max-width: 850px) {
  .front__fv-slide {
    height: 400px;
  }
  .fv-slide-img {
    height: 400px;
  }
  .front__fv-scroll-box {
    transform: translateX(70px) translateY(-95px);
  }
  .front__fv-message {
    width: calc(100% - 30px);
  }
  .home-headline-title-sub {
    font-size: 40px;
    line-height: 1.2;
    transform: scaleY(0.92) translateY(-8px);
  }
  .component__home-contents-box {
    flex-direction: column;
    gap: 35px;
  }
  .component__front-news .component__home-contents-box {
    padding: 10px 60px 80px 60px;
  }
  .component__home-about .component__home-contents-box {
    padding: 35px 60px 35px 60px;
  }
  .component__home-progress .component__home-contents-box {
    padding: 35px 60px 35px 60px;
  }
  .component__home-progress .home-headline-title-sub {
    gap: 10px;
  }
  .component__home-progress .component__home-headline .btn__asset-1 {
    padding: 0;
  }
  .home__progress-list {
    padding: 50px 0;
  }
  .component__home-progress .home-headline-title-sub::before,
  .component__home-progress .home-headline-title-sub::after {
    flex-shrink: 1;
  }
  .footer__company {
    width: 80%;
  }
  .footer__content {
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
  }
  .footer__nav {
    flex-direction: column;
    gap: 30px;
  }
  .footer__top {
    padding: 15px 143px 0 143px;
  }
  .btn__gotop {
    justify-content: flex-end;
  }
  .bringing_calendar__item{
    width: 100%;
  }
}
/*レスポンシブ対応(width ≦ 850px) ここまで*/

/*レスポンシブ対応(width ≦ 767px)*/
@media only screen and (max-width: 767px) {
  .header__nav-mainmenu:has(.list-open) .header__nav-sp-button::before {
    width: calc(40vw); /*max-width: 460px;*/
  }
  .footer__top {
    padding: 30px 80px 0 80px;
  }
  .footer__bottom {
    padding: 32px 80px 0 80px;
  }
  .component__edit-content,
  .component__post-content,
  .component__news,
  .component__progress {
    padding: 24px 24px 120px 24px;
  }
  .toc_list {
    gap: 20px;
  }
  .component__title {
    padding-top: calc(60px + 40px); /* パンくず分追加 */
  }
  .component__title-box {
    position: relative;
  }
  .component__breadcrumbs {
    position: absolute;
    top: 0;
    padding: 8px;
  }
  .component.single .component__breadcrumbs{position: relative; padding: 0;}
  .component__edit-content h1 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .component__edit-content h3 {
    margin-top: 4px;
    font-size: 18px;
  }
  .front__logo {left: 16px; top: 18px;}
  .front__logo img {max-width: 240px;}
  .slick-dotted.slick-slider{margin-bottom: 30px;}
  .slick-dots{padding: 0 16px;transform: translateY(20px);}
  .slick-dots li button:before{color: var(--kirishima-green-2-bg);}

  .front__fv-text{padding-right: 24px; transform: translateY(-40px);}
  .front__fv-text-box{width: auto;}
  .front__fv-title{font-size: 25px;}
  .front__fv-Sub-title{font-size: 15px;}
  .front__fv-lead{font-size: 17px;}
  .front-news {padding: 120px 24px 120px 24px;}
  .front-news::before {transform: translateY(-125px) translateX(-20px);}
  .front-news__ttl {font-size: 55px;transform: none;}

  .front__support-box {padding: initial;}
  .front-news__content {padding: initial;}
  .front-news__block {flex-basis: 100%;}
  .front-news__more {padding: initial;}
  .front__support-btn > a{padding: 8px 30px;}

  .news-list {gap: 20px;}
  .news-list__item {flex-basis: 100%; /* 1列 */}

  .facility-overview__pamphlets {
    margin-bottom: 40px;
  }
  .facility-overview__pa-nyan-1 {
    right: 0;
    bottom: -120px;
  }
  .facility-overview__pamphlets-links {
    padding-left: initial;
  }
  .structure__list {
    gap: 20px;
  }
  .structure__list-block {
    width: 100%;
  }
  .structure__list-block > h3::before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
  .environmental-learning__list {
    gap: 20px;
  }
  .environmental-learning__list > li {
    flex-basis: 100%; /* 1列 */
  }
  .bringing-in__list {
    flex-direction: column;
  }
  .facility-tour__block {
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
  }
  .facility-tour__wrap {
    flex-direction: column;
  }
  .facility-tour__wrap-space {
    padding-left: initial;
  }
  .facility-tour__wrap > dl > div {
    flex-direction: column;
  }
  .facility-tour__list {
    flex-direction: column;
  }
  .facility-tour__logo {
    justify-content: center;
  }
  .facility-tour__btn-area {
    padding-left: initial;
  }
  .facility-tour__pa-nyan {
    right: 0;
    bottom: -120px;
  }
}
/*レスポンシブ対応(width ≦ 767px)レスポンシブ対応 ここまで*/

/*レスポンシブ対応(width ≦ 580px)レスポンシブ対応*/
@media only screen and (max-width: 580px) {
  .component__home-progress .home-headline-title-sub::before,
  .component__home-progress .home-headline-title-sub::after {
    display: none;
  }

  .component__home-progress .home-headline-title,
  .component__home-progress .home-headline-title-sub {
    text-align: left;
  }

  .component__home-progress .home-headline-title-sub {
    justify-content: flex-start;
  }

  .footer__top {
    padding: 30px 30px 0 30px;
  }

  .footer__bottom {
    padding: 32px 30px 0 30px;
  }

  .component__news .post-list__item {
    width: 100%;
  }
  .post-content__detail {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .component__front-news .component__home-contents-box {
    padding: 10px 30px 80px 30px;
  }

  .component__home-about .component__home-contents-box,
  .component__home-progress .component__home-contents-box {
    padding: 30px;
  }
}
/*レスポンシブ対応(width ≦ 580px) ここまで*/

/*レスポンシブ対応(width ≦ 500px)*/
@media only screen and (max-width: 500px) {
  .header__nav-mainmenu:has(.list-open) .header__nav-sp-button::before {
    width: calc(100vw - 300px);
  }
  .front__fv-scroll-box {
    transform: translateX(68px) translateY(-5px);
  }
  .home__news-list-item > a {
    flex-direction: column;
    gap: 5px;
  }
  .home__about-list tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .home__about-list th {
    border-bottom: none;
    font-family: "BIZUDPGothic-Bold", sans-serif;
    font-weight: normal;
    padding-bottom: 0;
  }
  .component__edit-content table tr td:nth-of-type(1) {
    padding: 16px;
  }
  .component__edit-content table tr td:nth-of-type(1) {
    font-family: "BIZUDPGothic-Bold", sans-serif;
    font-weight: normal;
  }
  .component__edit-content table tr td:nth-of-type(1),
  .component__edit-content table tr:nth-of-type(1) td {
    border-top: none;
  }
  .component__edit-content table tr:nth-of-type(1) td:first-child {
    border-top: solid 2px var(--kirishima-text-link-1-line);
  }
  .component__edit-content tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .component__edit-content th {
    width: 100% !important;
    height: auto;
  }
  .component__edit-content td {
    width: 100% !important;
    height: auto;
  }
  .table__business-summary tr td:nth-of-type(1) {
    text-align: left !important;
  }
  .title__sub {
    font-size: 37px;
  }
  .component-contact {
    padding: 21px;
    gap: 0px;
  }
  .component__edit-content h3 {
    margin-bottom: 15px;
  }
  .post-content__detail {
    padding-top: 40px;
  }
}
/*レスポンシブ対応(width ≦ 500px) ここまで*/

/*レスポンシブ対応(width ≦ 375px)*/
@media only screen and (max-width: 375px) {
  header {padding: 20px 10px;}
  footer {padding-top: 100px;}
  .header__nav-sp-button {transform: translateX(-10px);}
  .header__nav-sp-button::before { left: calc(-100vw + 65px); }
  .header__nav-title { font-size: 11px; }
  .header__nav-logo-title{ padding-left: 0; }
  .header__nav-logo-title img,
  .front__logo img{ width: calc(100vw - 95px); max-width: 240px;}
  .front__fv-message { min-width: 280px; padding: 21px;}
  .front__fv-scroll { transform: rotate(90deg) translateY(30px) translateX(55px); }
}
/*レスポンシブ対応(width ≦ 375px) ここまで*/

/*レスポンシブ対応　ここまで*/



/*印刷用*/
@media print {
  html {
    max-width: 1800px;
    min-width: 600px;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    height: auto;
  }
  .header {
    position: absolute;
    max-width: 1800px;
  }
}
/*印刷用　ここまで*/
