@charset "UTF-8";

.home .cmn-content {
  background: #f0f0f0;
  padding: 50px 0;
}

.is-bg-black .home .cmn-content {
  background: #000;
}

.is-bg-blue .home .cmn-content {
  background: #06f;
}

.is-bg-yellow .home .cmn-content {
  background: #ff0;
}

.home .cmn-content__ttl {
  background: #fff;
  margin-bottom: 0;
}

.home .cmn-content__box {
  display: block;
}

.home .cmn-content__list {
  opacity: 1;
  padding-bottom: 0;
}

.home.is-bg-black .cmn-content {
  background: #000;
}

.home.is-bg-black .cmn-content__ttl {
  background: #333;
}

.home.is-bg-black .cmn-content__ttl a {
  color: #fff;
}

.home.is-bg-blue .cmn-content {
  background: #06f;
}

.home.is-bg-blue .cmn-content__ttl {
  background: #00a;
}

.home.is-bg-blue .cmn-content__ttl a {
  color: #fff;
}

.home.is-bg-yellow .cmn-content {
  background: #ff0;
}

.home.is-bg-yellow .cmn-content__ttl {
  background: #fc0;
}

.top-primary {
  display: flex;
}

.top-primary__left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 29rem);
}

.top-primary__right {
  width: 29rem;
  padding: 10px 0 0 10px;
}

.top-primary__slide.swiper-container {
  flex-grow: 1;
  margin: 0;
}

.top-primary__slide {
  min-height: 41.4rem;
}

.top-primary__slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-primary__slide-item--banner {
  background: #fff;
}

.top-primary__slide-item--banner a {
  position: absolute;
  inset: 0;
  transition: opacity 0.35s;
}

.top-primary__slide-item--banner a:hover {
  opacity: 0.7;
}

.top-primary__slide-item--banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-primary__box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.top-primary__link-box {
  width: 100%;
  margin-top: 10px;
}

.top-primary__link-box a {
  display: block;
}

.top-primary__link-box a:hover {
  opacity: 0.8;
}

.top-primary__link-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.top-primary__link-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #df0128;
  margin-bottom: 0;
  padding: 0.6rem;
}

.is-bg-black .top-primary__link-ttl {
  background: #333;
}

.is-bg-blue .top-primary__link-ttl {
  background: #00a;
}

.is-bg-yellow .top-primary__link-ttl {
  color: #06f;
  background: #fc0;
}

.top-primary__banner {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}

.top-primary__banner img {
  margin: 0 auto;
}

.top-kurashi {
  color: #fff;
  background: #1e1e1e;
}

.is-bg-black .top-kurashi {
  background: #000;
}

.is-bg-blue .top-kurashi {
  background: #06f;
}

.is-bg-yellow .top-kurashi {
  background: #ff0;
}

.top-kurashi__inner {
  display: flex;
  width: 100%;
  margin-left: auto;
  padding-left: 60px;
}

.top-kurashi__ttl {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-right: 60px;
}

.is-bg-yellow .top-kurashi__ttl {
  color: #06f;
}

.top-kurashi__ttl svg {
  display: block;
  width: 5.5rem;
  height: 5.2rem;
  fill: #fff;
  vertical-align: sub;
  margin: 0 auto 10px;
}

.is-bg-yellow .top-kurashi__ttl svg {
  fill: #06f;
}

.top-kurashi__nav {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  background: #f0f0f0;
  border-left: 5px solid #505050;
  border-right: 5px solid #505050;
  padding: 0 30px;
}

.is-bg-black .top-kurashi__nav {
  background: #000;
  border-color: transparent;
}

.is-bg-blue .top-kurashi__nav {
  background: #06f;
  border-color: transparent;
}

.is-bg-yellow .top-kurashi__nav {
  background: #ff0;
  border-color: transparent;
}

.top-kurashi__nav .swiper-container {
  overflow: visible;
}

.top-kurashi__nav .swiper-wrapper {
  display: flex;
}

.top-kurashi__nav .swiper-slide {
  height: auto;
}

.top-kurashi__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  margin: 0 30px;
  padding: 14px 0;
}

.top-kurashi__item-icon {
  display: block;
  position: relative;
  width: 100%;
  max-width: 110px;
  background: linear-gradient(-45deg, #e7e7e7 0%, #e7e7e7 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.top-kurashi__item-icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.top-kurashi__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 56px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-kurashi__item-icon--01::after {
  background: url(../images/common/top-kurashi_icon_01.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--02::after {
  background: url(../images/common/top-kurashi_icon_02.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--03::after {
  background: url(../images/common/top-kurashi_icon_03.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--04::after {
  background: url(../images/common/top-kurashi_icon_04.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--05::after {
  background: url(../images/common/top-kurashi_icon_05.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--06::after {
  background: url(../images/common/top-kurashi_icon_06.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--07::after {
  background: url(../images/common/top-kurashi_icon_07.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--08::after {
  background: url(../images/common/top-kurashi_icon_08.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--09::after {
  background: url(../images/common/top-kurashi_icon_09.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--10::after {
  background: url(../images/common/top-kurashi_icon_10.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--11::after {
  background: url(../images/common/top-kurashi_icon_11.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--12::after {
  background: url(../images/common/top-kurashi_icon_12.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--13::after {
  background: url(../images/common/top-kurashi_icon_13.png) center center/contain no-repeat;
}

.top-kurashi__item-icon--14::after {
  background: url(../images/common/top-kurashi_icon_14.png) center center/contain no-repeat;
}

.top-kurashi__item-ttl {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: auto 0;
}

.top-kurashi__item-ttl a {
  color: #1e1e1e;
}

.is-bg-black .top-kurashi__item-ttl a {
  color: #fff;
}

.is-bg-blue .top-kurashi__item-ttl a {
  color: #fff;
}

.is-bg-yellow .top-kurashi__item-ttl a {
  color: #06f;
}

.top-kurashi__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.top-kurashi__prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 60px;
  background: #505050;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}

.top-kurashi__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-right: -3px;
  transform: translate(50%, -50%) rotate(-135deg);
}

.top-kurashi__next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 60px;
  background: #505050;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}

.top-kurashi__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: -3px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.top-kurashi__prev:hover,
.top-kurashi__next:hover {
  opacity: 0.8;
}

.is-bg-black .top-kurashi__prev,
.is-bg-black .top-kurashi__next {
  background: #333;
}

.is-bg-blue .top-kurashi__prev,
.is-bg-blue .top-kurashi__next {
  background: #00a;
}

.is-bg-yellow .top-kurashi__prev,
.is-bg-yellow .top-kurashi__next {
  background: #fc0;
}

.is-bg-yellow .top-kurashi__prev::before,
.is-bg-yellow .top-kurashi__next::before {
  border-color: #06f;
}

.top-kinkyu {
  border: 2px solid #df0128;
}

.is-bg-black .top-kinkyu {
  border-color: #dadada;
}

.is-bg-blue .top-kinkyu {
  border-color: #dadada;
}

.is-bg-yellow .top-kinkyu {
  border-color: #dadada;
}

.top-kinkyu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #df0128;
  padding: 0 14px 6px;
}

.is-bg-black .top-kinkyu__head {
  background: #333;
}

.is-bg-blue .top-kinkyu__head {
  background: #00a;
}

.is-bg-yellow .top-kinkyu__head {
  color: #06f;
  background: #fc0;
}

.top-kinkyu__ttl {
  font-size: 2rem;
  margin-bottom: 0;
}

.top-kinkyu__link {
  font-size: 1.8rem;
  color: #fff;
}

.top-kinkyu__link:hover {
  color: #fff;
}

.top-kinkyu__body {
  padding: 10px 14px 14px;
}

.top-kinkyu__body {
  min-height: 10.4rem;
}

.top-kinkyu__item {
  margin-bottom: 0;
}

.top-kinkyu__cat {
  margin-bottom: 5px;
}

.top-kinkyu__cat span {
  display: inline-block;
  line-height: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #df0128;
  border-radius: 1.2rem;
  padding: 0.5rem 2.6rem;
}

.is-bg-black .top-kinkyu__cat span {
  background: #333;
}

.is-bg-blue .top-kinkyu__cat span {
  background: #00a;
}

.is-bg-yellow .top-kinkyu__cat span {
  color: #06f;
  background: #fc0;
}

.top-kinkyu__item-body {
  margin-bottom: 0;
}

.top-kinkyu__date {
  font-weight: 700;
  margin-bottom: 0;
}

.top-kinkyu__item-ttl {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

.top-kinkyu__item-ttl > a {
  color: #1e1e1e;
}

.is-bg-black .top-kinkyu__item-ttl > a {
  color: #fff;
}

.is-bg-blue .top-kinkyu__item-ttl > a {
  color: #fff;
}

.is-bg-yellow .top-kinkyu__item-ttl > a {
  color: #06f;
}

.top-search {
  background: #c7b6b6;
}

.is-bg-black .top-search {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.is-bg-blue .top-search {
  background: #06f;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.is-bg-yellow .top-search {
  color: #06f;
  background: #ff0;
  border-top: 1px solid #06f;
  border-bottom: 1px solid #06f;
}

/*
.top-search .l-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
  padding: 1rem 0;
}

.top-search__form {
  width: 380px;
  position: relative;
}

.top-search__form input {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.3rem;
  border-radius: 1.6rem;
  border: 0;
  padding: 2px 70px 2px 12px;
}

.top-search__form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  fill: #fff;
}

.is-bg-yellow .top-search__form svg {
  fill: #06f;
}

.top-search__btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 3.2rem;
  background: #df0128;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 0 1.6rem 1.6rem 0;
}

.is-bg-black .top-search__btn {
  background: #000;
}

.is-bg-blue .top-search__btn {
  background: #00a;
}

.is-bg-yellow .top-search__btn {
  background: #fc0;
}

.top-search__word {
  width: 62rem;
  padding: 1rem 1rem 1rem 50px;
}

.top-search__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.top-search__dt {
  position: relative;
  width: 15.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.top-search__dt::after {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

.top-search__dd {
  width: calc(100% - 15.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 15px;
}

.top-search__dd a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1em;
  color: #fff;
  padding: 0.3em 0.5em;
}

.is-bg-black .top-search__dd a {
  color: #fff;
}

.is-bg-blue .top-search__dd a {
  color: #fff;
}

.is-bg-yellow .top-search__dd a {
  color: #06f;
}

.top-search__word-item {
  display: inline-block;
  text-align: center;
  color: #df0128;
  background: #915656;
  border-radius: 1.2rem;
  margin-right: 10px;
}

.top-search__word-item:last-child {
  margin-right: 0;
}

.is-bg-black .top-search__word-item {
  background: #333;
}

.is-bg-blue .top-search__word-item {
  background: #00a;
}

.is-bg-yellow .top-search__word-item {
  background: #fc0;
}
*/

.top-info {
  padding: 60px 0;
}

.top-info__row {
  display: flex;
  justify-content: space-between;
}

.top-info__col {
  width: 48%;
}

.top-info .title svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: #1e1e1e;
  vertical-align: sub;
  margin-right: 8px;
}

.is-bg-black .top-info .title svg {
  fill: #fff;
}

.is-bg-blue .top-info .title svg {
  fill: #fff;
}

.is-bg-yellow .top-info .title svg {
  fill: #06f;
}

.top-info__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  margin-left: -4px;
}

.is-bg-black .top-info__tab {
  border-color: #333;
}

.is-bg-blue .top-info__tab {
  border-color: #00a;
}

.is-bg-yellow .top-info__tab {
  border-color: #fc0;
}

.top-info__tab .is-active {
  color: #fff;
  background: #df0128;
  pointer-events: none;
}

.is-bg-black .top-info__tab .is-active {
  background: #333;
}

.is-bg-blue .top-info__tab .is-active {
  background: #00a;
}

.is-bg-yellow .top-info__tab .is-active {
  color: #06f;
  background: #fc0;
}

.top-info__tab-item {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.333%;
  max-width: 33.333%;
  height: 6rem;
  text-align: center;
  background: #505050;
  line-height: 1.2;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 4px;
}

.is-bg-black .top-info__tab-item {
  background: #000;
}

.is-bg-blue .top-info__tab-item {
  background: #06f;
}

.is-bg-yellow .top-info__tab-item {
  color: #06f;
  background: #ff0;
}

.top-info__tab-item:nth-child(1) {
  border-radius: 4px 0 0 0;
}

.top-info__tab-item:nth-child(4) {
  border-radius: 0 4px 0 0;
}

.top-info__content {
  position: relative;
  width: 100%;
  border-top: 4px solid #df0128;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  margin-bottom: 20px;
}

.is-bg-black .top-info__content {
  border-color: #333;
}

.is-bg-blue .top-info__content {
  border-color: #00a;
}

.is-bg-yellow .top-info__content {
  border-color: #fc0;
}

.top-info__content + .title {
  margin-top: 30px;
}

.top-info__list {
  opacity: 0;
  display: none;
}

.top-info__list.is-show {
  opacity: 1;
  display: block;
}

.top-info__item {
  position: relative;
  min-height: 8rem;
  background: #fff;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
  padding: 20px;
}

.is-bg-black .top-info__item {
  background: #000;
}

.is-bg-blue .top-info__item {
  background: #06f;
}

.is-bg-yellow .top-info__item {
  background: #ff0;
}

.top-info__item:last-child {
  border-radius: 0 0 4px 4px;
}

.top-info__item--event {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  column-gap: 20px;
}

.top-info__item--event .image {
  flex-shrink: 0;
  width: 70px;
}

.top-info__item--event .body {
  flex-grow: 1;
}

.top-info__item-image img {
  width: 100%;
}

.top-info__item-head {
  display: flex;
  align-items: center;
}

.top-info__item-pin {
  margin-right: 0.4em;
}

.top-info__item-pin svg {
  fill: #df0128;
}

.is-bg-black .top-info__item-pin svg {
  fill: #fff;
}

.is-bg-blue .top-info__item-pin svg {
  fill: #fff;
}

.is-bg-yellow .top-info__item-pin svg {
  fill: #06f;
}

.top-info__item-cat {
  display: block;
  min-width: 12.3rem;
  line-height: 1em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #df0128;
  border-radius: 1.2rem;
  padding: 0.5rem 1.2rem;
}

.is-bg-black .top-info__item-cat {
  background: #333;
}

.is-bg-blue .top-info__item-cat {
  background: #00a;
}

.is-bg-yellow .top-info__item-cat {
  color: #06f;
  background: #fc0;
}

.top-info__item-date {
  margin: 0 0 0 10px;
}

.top-info__body {
  /* 2番目のカラムに配置 */
  grid-row: 2;
  width: calc(100% - 13.4rem);
  margin-bottom: 0;
  padding-left: 1.6rem;
}

.top-info__new {
  color: #df0128;
  padding-left: 12px;
}

.is-bg-black .top-info__new {
  color: #fff;
}

.is-bg-blue .top-info__new {
  color: #fff;
}

.is-bg-yellow .top-info__new {
  color: #06f;
}

.top-info__item-body {
  width: 100%;
  padding-top: 10px;
}

.top-info__item-ttl {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

.top-info__item-ttl > a {
  color: #1e1e1e;
}

.is-bg-black .top-info__item-ttl > a {
  color: #fff;
}

.is-bg-blue .top-info__item-ttl > a {
  color: #fff;
}

.is-bg-yellow .top-info__item-ttl > a {
  color: #06f;
}

.top-info__item-ttl > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.top-info__item-ttl a svg {
  width: 1rem;
  fill: #1e1e1e;
}

.is-bg-black .top-info__item-ttl a svg {
  fill: #fff;
}

.is-bg-blue .top-info__item-ttl a svg {
  fill: #fff;
}

.is-bg-yellow .top-info__item-ttl a svg {
  fill: #06f;
}

.top-info__item-ttl a .icon-pdf {
  display: inline-block;
  vertical-align: sub;
  width: 1.9rem;
  height: 1.8rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
  margin-left: 4px;
}

.top-info__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 0 -20px;
}

.top-info__btn-wrap .btn {
  flex-grow: 1;
  max-width: inherit;
  width: calc(50% - 20px);
  margin: 10px 0 0 20px;
}

.top-info__twitter {
  position: relative;
  margin-top: 20px;
}

.top-banner {
  padding: 50px 0;
}

.top-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4%;
  max-width: 700px;
  margin: 0 auto;
}

.top-banner__item {
  display: block;
  width: calc(50% - 2%);
  text-align: center;
}

.top-banner__item a {
  display: inline;
}

.top-banner__item:hover {
  opacity: 0.7;
}

.top-banner__item img {
  vertical-align: bottom;
  margin: 0 auto;
}

.outline__intro-image {
  width: 50%;
  padding-right: 10px;
}

.outline__intro-txt-wrap {
  width: 50%;
  padding-left: 10px;
}

.outline__symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.333%;
}

.outline__symbol-image {
  margin: 0 20px 0 0;
}

.outline__symbol-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 1rem;
}

.outline__character-image {
  width: 218px;
}

.outline__character-txt-wrap {
  width: calc(100% - 218px);
  padding-left: 24px;
}

.outline__greeting-image {
  width: 300px;
}

.outline__greeting-txt-wrap {
  width: calc(100% - 300px);
  line-height: 2;
  padding-left: 20px;
}

.outline__greeting-date {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 6px;
}

.outline__greeting-name {
  text-align: right;
  margin-bottom: 0;
}

.outline__greeting-name span {
  font-size: 1.8rem;
  margin-left: 10px;
}

.outline-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4rem;
}

.outline-point__item {
  position: relative;
  width: 31.4%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #915656;
  border-radius: 0.8rem;
  padding: 3.6rem 1rem;
}

.is-bg-black .outline-point__item {
  background: #333;
}

.is-bg-blue .outline-point__item {
  background: #00a;
}

.is-bg-yellow .outline-point__item {
  color: #06f;
  background: #fc0;
}

.outline-point__item::before {
  content: "";
  position: absolute;
  top: -2.6rem;
  left: 50%;
  width: 5.2rem;
  height: 5.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-bg-yellow .outline-point__item::before {
  background: #06f;
}

.outline-point__item::after {
  content: attr(data-num);
  position: absolute;
  top: -2.4rem;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #c7b6b6;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-bg-black .outline-point__item::after {
  background: #000;
}

.is-bg-blue .outline-point__item::after {
  background: #06f;
}

.is-bg-yellow .outline-point__item::after {
  color: #06f;
  background: #ff0;
}

.outline-point__item span {
  display: inline-block;
  text-align: left;
}

.history-main {
  width: calc(100% - 150px);
}

.history-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.history-main__ttl-wrap {
  width: 22rem;
  padding-right: 20px;
}

.history-main__ttl {
  position: relative;
  display: block;
  height: calc(3.5rem - 2px);
  line-height: calc(3.5rem - 2px);
  text-align: center;
  color: #df0128;
  border: 1px solid #df0128;
  border-radius: 1.8rem;
}

.history-main__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.2rem;
  width: 2.2rem;
  height: 1px;
  background: #df0128;
}

.is-bg-black .history-main__ttl::after {
  background: #fff;
}

.is-bg-blue .history-main__ttl::after {
  background: #fff;
}

.is-bg-yellow .history-main__ttl::after {
  background: #06f;
}

.is-bg-black .history-main__ttl {
  color: #fff;
  border-color: #fff;
}

.is-bg-blue .history-main__ttl {
  color: #fff;
  border-color: #fff;
}

.is-bg-yellow .history-main__ttl {
  color: #06f;
  border-color: #06f;
}

.history-main__body {
  width: calc(100% - 22rem);
  padding: 0.4rem 0 0;
}

.history-main__list {
  position: relative;
}

.history-main__list::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0.5rem;
  width: 1px;
  height: calc(100% - 1.2rem);
  background: #df0128;
}

.is-bg-black .history-main__list::after {
  background: #fff;
}

.is-bg-blue .history-main__list::after {
  background: #fff;
}

.is-bg-yellow .history-main__list::after {
  background: #06f;
}

.history-main__list-item {
  position: relative;
  text-indent: -4.4rem;
  margin-bottom: 0.6rem;
  padding-left: 7.4rem;
}

.history-main__list-item--pt1 {
  text-indent: 0;
  padding-left: 3rem;
}

.history-main__list-item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #df0128;
  border-radius: 50%;
  z-index: 2;
}

.is-bg-black .history-main__list-item::before {
  background: #fff;
}

.is-bg-blue .history-main__list-item::before {
  background: #fff;
}

.is-bg-yellow .history-main__list-item::before {
  background: #06f;
}

.history-main__list-item:last-child {
  margin-bottom: 0;
}

.history-main__list-item:last-child::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: calc(100% - 1.2rem);
  background: #fff;
  z-index: 1;
}

.is-bg-black .history-main__list-item:last-child::after {
  background: #000;
}

.is-bg-blue .history-main__list-item:last-child::after {
  background: #06f;
}

.is-bg-yellow .history-main__list-item:last-child::after {
  background: #ff0;
}

.history-image {
  width: 150px;
  padding-left: 20px;
}

.history-image__item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  padding: 0 2px;
}

.history-image__image {
  margin-bottom: 5px;
}

.history-image__txt {
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.history-image__date {
  display: block;
  color: #666;
}

.is-bg-black .history-image__date {
  color: #fff;
}

.is-bg-blue .history-image__date {
  color: #fff;
}

.is-bg-yellow .history-image__date {
  color: #06f;
}

.history-image__ttl {
  display: block;
  line-height: 1.4;
}

.access-map {
  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;
}

.access-map__image {
  width: 50%;
}

.access-map__body {
  width: 50%;
  padding-left: 25px;
}

.access-map__desc {
  font-weight: 500;
}

.access-map iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.access-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.access-row__box {
  width: 50%;
  padding-right: 25px;
}

.access-row__box:nth-child(2) {
  padding: 0 0 0 25px;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.event-list::after {
  content: "";
  display: block;
  width: 30.6%;
}

.event-list__item {
  width: 30.6%;
  margin-bottom: 30px;
}

.event-list__item--pt2 .event-list__cat {
  background: #218380;
}

.event-list__item--pt3 .event-list__cat {
  background: #255f85;
}

.event-list__item a {
  color: #1e1e1e;
}

.is-bg-black .event-list__item a {
  color: #fff;
}

.is-bg-blue .event-list__item a {
  color: #fff;
}

.is-bg-yellow .event-list__item a {
  color: #06f;
}

.event-list__item a:hover {
  text-decoration: none;
}

.event-list__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #eee;
}

.event-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.359%;
}

.event-list__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.event-list__cat {
  position: relative;
  width: 8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #df0128;
  margin-top: -2.4rem;
  z-index: 1;
}

.is-bg-black .event-list__cat {
  background: #333;
}

.is-bg-blue .event-list__cat {
  background: #00a;
}

.is-bg-yellow .event-list__cat {
  color: #06f;
  background: #fc0;
}

.event-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.event-list__info {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-date__table {
  width: 100%;
  padding-right: 20px;
}

.event-date dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.event-date__dt {
  width: 10rem;
  text-align: center;
  background: #d2d2d2;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px;
}

.is-bg-black .event-date__dt {
  background: #333;
}

.is-bg-blue .event-date__dt {
  background: #00a;
}

.is-bg-yellow .event-date__dt {
  color: #06f;
  background: #fc0;
  border-color: #06f;
}

.event-date__dd {
  width: calc(100% - 10rem);
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 12px;
}

.is-bg-black .event-date__dd {
  background: #000;
}

.is-bg-blue .event-date__dd {
  background: #06f;
}

.is-bg-yellow .event-date__dd {
  background: #ff0;
  border-color: #06f;
}

.event-date__image {
  width: 280px;
  background: #ccc;
}

.event-slide {
  margin-bottom: 40px;
}

.event-slide__item {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.event-slide__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}

.event-slide__item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.event-slide .swiper-container {
  padding-bottom: 35px;
}

.event-slide .swiper-container-horizontal > .swiper-pagination-bullets,
.event-slide .swiper-pagination-custom,
.event-slide .swiper-pagination-fraction {
  bottom: 0;
}

.event-slide .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #e69eab;
  opacity: 1;
}

.is-bg-black .event-slide .swiper-pagination-bullet {
  border-color: #333;
}

.is-bg-blue .event-slide .swiper-pagination-bullet {
  border-color: #00a;
}

.is-bg-yellow .event-slide .swiper-pagination-bullet {
  border-color: #fc0;
}

.event-slide .swiper-pagination-bullet-active {
  background: #df0128;
}

.is-bg-black .event-slide .swiper-pagination-bullet-active {
  background: #333;
}

.is-bg-blue .event-slide .swiper-pagination-bullet-active {
  background: #00a;
}

.is-bg-yellow .event-slide .swiper-pagination-bullet-active {
  background: #fc0;
}

.event-slide .swiper-button-prev {
  top: calc(50% - 18px);
  left: 30px;
  width: 25px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010%2017.6%22%20style%3D%22enable-background%3Anew%200%200%2010%2017.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C1.6L8.4%2C0L0%2C8.8l8.4%2C8.8L10%2C16L2.8%2C8.8L10%2C1.6z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 25px 44px;
}

.event-slide .swiper-button-next {
  top: calc(50% - 18px);
  right: 30px;
  width: 25px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010%2017.6%22%20style%3D%22enable-background%3Anew%200%200%2010%2017.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.2%2C8.8L0%2C16l1.6%2C1.6L10%2C8.8L1.6%2C0L0%2C1.6L7.2%2C8.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 25px 44px;
}

.event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-content--1col .event-content__info {
  width: 100%;
}

.event-content--1col .event-content__txt {
  width: 100%;
}

.event-content__info {
  width: 50%;
  padding-right: 20px;
}

.event-content__info .l-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-content__ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-content__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 10px;
}

.event-content__dl dt {
  height: 3.2rem;
  line-height: 3.2rem;
  color: #fff;
  background: #1e1e1e;
  white-space: nowrap;
  padding: 0 2rem;
}

.is-bg-black .event-content__dl dt {
  background: #333;
}

.is-bg-blue .event-content__dl dt {
  background: #00a;
}

.is-bg-yellow .event-content__dl dt {
  color: #06f;
  background: #fc0;
}

.event-content__dl dd {
  min-height: 3.2rem;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-left: 1.2rem;
}

.event-content__txt {
  width: 50%;
}

.event-content__txt-red {
  font-weight: 700;
  color: #df0128;
}

.data__pdf-icon {
  display: inline-block;
  width: 25px;
  margin-right: 4px;
}

.download__box {
  margin-bottom: 20px;
}

.download__box:last-child {
  margin-bottom: 0;
}

.download__icon {
  width: 25px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-list::after {
  content: "";
  display: block;
  width: 30.6%;
}

.product-list__item {
  width: 30.6%;
  margin-bottom: 30px;
}

.product-list__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.359%;
}

.product-list__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.product-list__txt {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.kouhou-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kouhou-new__image {
  width: 140px;
}

.kouhou-new__image img {
  width: 100%;
  margin: auto;
}

.kouhou-new__body {
  width: calc(100% - 140px);
  padding-left: 30px;
}

.kouhou-new__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #df0128;
  margin-bottom: 20px;
}

.is-bg-black .kouhou-new__ttl {
  color: #fff;
}

.is-bg-blue .kouhou-new__ttl {
  color: #fff;
}

.is-bg-yellow .kouhou-new__ttl {
  color: #06f;
}

.kouhou-new__ttl br {
  display: none;
}

.kouhou-new__link {
  position: relative;
  padding: 0 2.6rem 0 1.2em;
}

.kouhou-new__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #1e1e1e;
  border-right: 0.2rem solid #1e1e1e;
  margin-top: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.kouhou-new__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1.9rem;
  height: 1.8rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
}

.kouhou-new__link:hover {
  opacity: 0.8;
}

.kouhou-new__link span {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  margin-left: 4px;
}

.is-bg-black .kouhou-new__link span {
  color: #fff;
}

.is-bg-blue .kouhou-new__link span {
  color: #fff;
}

.is-bg-yellow .kouhou-new__link span {
  color: #06f;
}

.kouhou-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kouhou-list__item {
  width: 25%;
  margin-bottom: 20px;
}

.kouhou-list a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 3.6rem;
}

.kouhou-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.4rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
}

.kouhou-list a:hover {
  opacity: 0.8;
}

.kouhou-list span {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  margin-left: 4px;
}

.is-bg-black .kouhou-list span {
  color: #fff;
}

.is-bg-blue .kouhou-list span {
  color: #fff;
}

.is-bg-yellow .kouhou-list span {
  color: #06f;
}

.gikai .seiganrei {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  padding: 10px;
}

.gikai__info {
  padding-bottom: 0;
}

.gikai-list {
  max-width: 700px;
  margin: 0 auto 40px;
}

.page-link {
  padding-top: 60px;
}

.page-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  border-bottom: 4px solid #df0128;
}

.is-bg-black .page-link__list {
  border-color: #333;
}

.is-bg-blue .page-link__list {
  border-color: #00a;
}

.is-bg-yellow .page-link__list {
  border-color: #fc0;
}

.page-link__list .is-active {
  color: #fff;
  background: #df0128;
}

.is-bg-black .page-link__list .is-active {
  background: #333;
}

.is-bg-blue .page-link__list .is-active {
  background: #00a;
}

.is-bg-yellow .page-link__list .is-active {
  color: #06f;
  background: #fc0;
}

.page-link__item {
  width: 13.8%;
  height: 6rem;
  text-align: center;
  background: #505050;
  line-height: 1.2;
  cursor: pointer;
}

.is-bg-black .page-link__item {
  background: #000;
}

.is-bg-blue .page-link__item {
  background: #06f;
}

.is-bg-yellow .page-link__item {
  color: #06f;
  background: #ff0;
}

.page-link .swiper-slide:nth-child(1) {
  border-radius: 4px 0 0 0;
}

.page-link__item:last-child {
  border-radius: 0 4px 0 0;
}

.page-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.gikai-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gikai-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gikai-member__image {
  width: 180px;
}

.gikai-member__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 180px);
  padding-left: 40px;
}

.gikai-member__sub {
  font-size: 1.6rem;
  font-weight: 700;
}

.gikai-member__ttl {
  margin-bottom: 20px;
}

.gikai-member__ttl rb {
  font-size: 1.8rem;
  font-weight: 700;
}

.gikai-member__cat {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 8px;
}

.gikai-kiroku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gikai-kiroku__item {
  width: 48%;
}

.gikai-kiroku__ttl {
  display: block;
  position: relative;
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  border: 1px solid #915656;
  border-left-width: 6px;
  margin-bottom: 20px;
  padding: 0 20px;
  cursor: pointer;
}

.is-bg-black .gikai-kiroku__ttl {
  border-color: #fff;
}

.is-bg-blue .gikai-kiroku__ttl {
  border-color: #fff;
}

.is-bg-yellow .gikai-kiroku__ttl {
  border-color: #06f;
}

.gikai-kiroku__list {
  margin-bottom: 30px;
  padding: 0 20px 15px;
}

.gikai-kiroku__link {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 3.6rem;
}

.gikai-kiroku__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.4rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
}

.gikai-kiroku__link:hover {
  opacity: 0.8;
}

.chiikiokoshi-banner {
  display: flex;
  column-gap: 10px;
  margin-top: 30px;
}

.chiikiokoshi-banner img {
  width: auto;
  height: 80px;
}

.furusato-banner {
  display: flex;
  column-gap: 10px;
  margin-top: 30px;
}

.furusato-banner img {
  width: auto;
  height: 70px;
}

.furusato .l-row::after {
  content: "";
  display: block;
  width: 31.8%;
}

.furusato-box {
  width: 31.8%;
  margin-bottom: 20px;
}

.furusato-box--txt {
  width: 65.9%;
}

.furusato-box img {
  aspect-ratio: 318 / 200;
  width: 100%;
  object-fit: contain;
}

.furusato-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.furusato-box__head-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #df0128;
  margin-bottom: 0;
  padding-left: 1rem;
}

.is-bg-black .furusato-box__head-txt {
  color: #fff;
}

.is-bg-blue .furusato-box__head-txt {
  color: #fff;
}

.is-bg-yellow .furusato-box__head-txt {
  color: #06f;
}

.furusato-box__type {
  width: 8rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
}

.is-bg-black .furusato-box__type {
  background: #333;
}

.is-bg-blue .furusato-box__type {
  background: #00a;
}

.is-bg-yellow .furusato-box__type {
  color: #06f;
  background: #fc0;
}

.furusato-box__ttl {
  display: block;
  height: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #915656;
  margin-bottom: 0;
}

.is-bg-black .furusato-box__ttl {
  background: #333;
}

.is-bg-blue .furusato-box__ttl {
  background: #00a;
}

.is-bg-yellow .furusato-box__ttl {
  color: #06f;
  background: #fc0;
}

.kids .category-list-type2__item {
  background: #ebb7a6;
  border-color: #cb8067;
}

.is-bg-black .kids .category-list-type2__item {
  background: #333;
}

.is-bg-blue .kids .category-list-type2__item {
  background: #00a;
}

.is-bg-yellow .kids .category-list-type2__item {
  background: #fc0;
}

.kids h3 {
  color: #fff;
  background: #e0b83e;
}

.is-bg-black .kids h3 {
  color: #fff;
  background: #333;
}

.is-bg-blue .kids h3 {
  color: #fff;
  background: #00a;
}

.is-bg-yellow .kids h3 {
  color: #06f;
  background: #fc0;
}

.kids h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 2.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/kids/icon_title.svg) center center/contain no-repeat;
  border: none;
  border-radius: 0;
}

.kids__box {
  margin-bottom: 40px;
}

.kids__box .kids__enka-image {
  display: block;
  max-width: 640px;
  margin: auto;
}

.kids__btn {
  width: 46%;
}

.kids__btn .btn {
  text-decoration: none;
  background: #df0128;
}

.kids__btn img {
  vertical-align: middle;
  margin-right: 6px;
}

.kids-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kids-photo::after {
  content: "";
  display: block;
  width: 31.8%;
}

.kids-photo__item {
  width: 31.8%;
  margin-bottom: 20px;
}

.kids-photo img {
  display: block;
  width: 100%;
}

.faq-box {
  border-bottom: 1px solid #df0128;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.faq-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-box__question {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px 20px 5rem;
}

.faq-box__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #3399ff;
  border-radius: 50%;
}

.is-bg-black .faq-box__question::before {
  background: #333;
}

.is-bg-blue .faq-box__question::before {
  background: #00a;
}

.is-bg-yellow .faq-box__question::before {
  color: #06f;
  background: #fc0;
}

.faq-box__question::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3399ff;
  border-right: 2px solid #3399ff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.is-bg-black .faq-box__question::after {
  border-color: #fff;
}

.is-bg-blue .faq-box__question::after {
  border-color: #fff;
}

.is-bg-yellow .faq-box__question::after {
  border-color: #06f;
}

.faq-box__question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.faq-box__answer {
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 20px 5rem;
}

.faq-box__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #ff6666;
  border-radius: 50%;
}

.is-bg-black .faq-box__answer::before {
  background: #333;
}

.is-bg-blue .faq-box__answer::before {
  background: #00a;
}

.is-bg-yellow .faq-box__answer::before {
  color: #06f;
  background: #fc0;
}

.group .article-list {
  padding-left: 15px;
}

.group__btn {
  position: relative;
  display: block;
  width: 70px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #df0128;
  margin-top: 2px;
  padding: 0 2px 0 12px;
}

.group__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  margin-top: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.group__btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.holiday__color-box {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #666;
}

.holiday__color-box--pt1 {
  background: #e6ff9b;
}

.holiday__color-box--pt2 {
  background: #c3fffe;
}

.calendar img {
  vertical-align: middle;
}

.calendar table th {
  text-align: center;
}

.calendar table td {
  text-align: center;
  vertical-align: top;
}

.calendar table td.left {
  text-align: left;
}

.gomi-type {
  display: block;
  font-size: 1.1rem;
}

.gomi-type.--01 {
  color: #fff;
  background: #ff7676;
}

.gomi-type.--02 {
  color: #fff;
  background: #53a9ff;
}

.gomi-type.--03 {
  color: #fff;
  background: #c33bef;
}

.gomi-type.--04 {
  color: #fff;
  background: #e1b52d;
}

.gomi-type.--05 {
  background: #abe045;
}

.gomi-type + .gomi-type {
  margin-top: 2px;
}

.sitemap .cmn-title-type3::before {
  background: #915656;
}

.sitemap__sub {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.newtown__intro {
  margin-bottom: 100px;
}

.newtown__intro-image {
  width: 50%;
  padding-right: 25px;
}

.newtown__intro-txt-wrap {
  width: 50%;
  padding-left: 25px;
}

.newtown__pdf-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1.2rem;
}

.is-bg-black .newtown__pdf-item {
  border-color: #fff;
}

.is-bg-blue .newtown__pdf-item {
  border-color: #fff;
}

.is-bg-yellow .newtown__pdf-item {
  border-color: #06f;
}

.newtown__pdf-item a {
  position: relative;
  display: inline-block;
  position: relative;
  padding: 6px 10px 6px 2.4rem;
}

.newtown__pdf-item a .icon-pdf {
  display: inline-block;
  vertical-align: sub;
  width: 1.9rem;
  height: 1.8rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
  margin-left: 4px;
}

.newtown__pdf-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #915656;
}

.is-bg-black .newtown__pdf-item a::before {
  background: #333;
}

.is-bg-blue .newtown__pdf-item a::before {
  background: #00a;
}

.is-bg-yellow .newtown__pdf-item a::before {
  background: #fc0;
}

.newtown__pdf-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  margin-top: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-yellow .newtown__pdf-item a::after {
  border-color: #06f;
}

.newtown__pdf-item a:hover {
  opacity: 0.8;
}

.newtown__map-image {
  margin-bottom: 60px;
}

.newtown__map-image img {
  margin: auto;
}

.newtown-point {
  position: relative;
  background: url(../images/newtown/point_bg.jpg) center center/cover no-repeat;
  margin-bottom: 30px;
  padding: 75px 0 45px;
}

.newtown-point__ttl {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  max-width: 30.6rem;
  width: 100%;
  height: 7rem;
  line-height: 7rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #915656;
  border-radius: 3.5rem;
  margin-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.newtown-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newtown-point__item {
  position: relative;
  width: 30.6%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #915656;
  background: #fff;
  border-radius: 3.5rem;
  margin-bottom: 30px;
  padding: 2rem 0.6rem 2rem 20px;
}

.newtown-point__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8px;
  width: 40px;
  height: 40px;
  background: url(../images/newtown/icon_point.png) center center/contain no-repeat;
}

.kurashi .col2-image-desc::after {
  content: "";
  display: block;
  clear: both;
}

.kurashi .col2-image-desc p {
  float: left;
}

.kurashi .col2-image-desc img {
  float: left;
  margin-right: 20px;
}

.kurashi .col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kurashi .col3-list__item {
  width: 32.333%;
  margin-bottom: 20px;
}

.kurashi .seikatsu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kurashi .seikatsu-list__item {
  width: 32.333%;
  margin-bottom: 20px;
}

.kurashi .seikatsu-list__item--1col {
  width: 100%;
}

.kurashi .seikatsu-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #c7b6b6;
  padding: 1rem;
}

.kurashi .seikatsu-list__ttl--pt1 {
  color: #fff;
  background: #915656;
  max-width: 32.333%;
}

.kurashi .seikatsu-list__image {
  display: block;
  margin: 0 auto 10px;
}

.kurashi .seikatsu-list__tenki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kurashi .seikatsu-list__tenki > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 0;
}

.kurashi .seikatsu-list__tenki-image {
  margin-right: 20px;
}

.kurashi .seikatsu-list__tenki-logo {
  max-width: 100px;
  margin-top: auto;
  margin-left: auto;
}

.kurashi .seikatsu-kukan-image {
  max-width: 245px;
  margin-right: auto;
  padding: 0 20px;
}

.kurashi .seikatsu-club-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kurashi .seikatsu-club-list__item {
  margin-right: 20px;
  margin-bottom: 10px;
}

.kurashi .taisaku-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kurashi .taisaku-qr__image {
  width: 40%;
}

.kurashi .taisaku-qr ul {
  width: 60%;
  padding-left: 20px;
}

.kurashi-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.kurashi-banner__item {
  margin: 0 20px 20px;
}

.movie-box {
  width: 46%;
  margin-bottom: 30px;
}

.movie-box__ttl {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #1e1e1e;
  margin-bottom: 0;
  padding: 0 20px;
}

.is-bg-black .movie-box__ttl {
  background: #333;
}

.is-bg-blue .movie-box__ttl {
  background: #00a;
}

.is-bg-yellow .movie-box__ttl {
  color: #06f;
  background: #fc0;
}

.movie-box__image {
  border: 1px solid #ddd;
  padding: 30px 20px;
}

.movie-box__image img {
  margin: auto;
}

.is-bg-black .movie-box__image {
  border-color: #fff;
}

.is-bg-blue .movie-box__image {
  border-color: #fff;
}

.is-bg-yellow .movie-box__image {
  border-color: #06f;
}

.movie-box__btn {
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
  background: #df0128;
}

.movie-box__btn span {
  position: relative;
  padding-left: 1.2em;
}

.movie-box__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.is-bg-yellow .movie-box__btn span::before {
  border-color: #06f;
}

.movie-box__btn:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.is-bg-yellow .movie-box__btn:hover {
  color: #06f;
}

.is-bg-black .movie-box__btn {
  background: #333;
}

.is-bg-blue .movie-box__btn {
  background: #00a;
}

.is-bg-yellow .movie-box__btn {
  color: #06f;
  background: #fc0;
}

.search-box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 40px 60px;
}

.search-box__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.search-box__ttl {
  width: 20rem;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.search-box__ttl:last-of-type {
  margin-bottom: 0;
}

.search-box__body {
  width: calc(100% - 20rem);
  font-size: 0;
  margin-bottom: 30px;
}

.search-box__body:last-of-type {
  margin-bottom: 0;
}

.search-box__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.search-box__form input {
  width: calc((100% - 16rem) - 20px);
  background: #fff;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border-radius: 0.8rem;
  margin: 0 20px 0 0;
  padding: 0.5em 1em;
}

.search-box__btn {
  width: 16rem;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
  border-radius: 0.8rem;
  padding: 0.5em 1em;
}

.search-box__btn:hover {
  opacity: 0.8;
}

.search-box__sort-item {
  overflow: hidden;
  display: inline-block;
  max-width: 24.4rem;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 10px;
}

.search-box__sort-item:last-child {
  margin-right: 0;
}

.is-bg-black .search-box__sort-item {
  background: #333;
}

.is-bg-blue .search-box__sort-item {
  background: #00a;
}

.is-bg-yellow .search-box__sort-item {
  background: #fc0;
}

.search-box__sort-item.is-active a {
  color: #fff;
  background: #1e1e1e;
}

.search-box__sort-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1em;
  color: #1e1e1e;
  border-radius: 0.8rem;
  border: 1px solid #333;
  padding: 0.6em 1em;
}

.is-bg-black .search-box__sort-item a {
  color: #fff;
}

.is-bg-blue .search-box__sort-item a {
  color: #fff;
}

.is-bg-yellow .search-box__sort-item a {
  color: #06f;
}

.search-box__sort-item a:hover {
  color: #fff;
  background: #1e1e1e;
  text-decoration: none;
  opacity: 0.8;
}

.search-box__word-item {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 10px;
}

.search-box__word-item:last-child {
  margin-right: 0;
}

.is-bg-black .search-box__word-item {
  background: #333;
}

.is-bg-blue .search-box__word-item {
  background: #00a;
}

.is-bg-yellow .search-box__word-item {
  background: #fc0;
}

.search-box__word-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1em;
  color: #333;
  border-radius: 0.8rem;
  border: 1px solid #333;
  padding: 0.6em 1em;
}

.is-bg-black .search-box__word-item a {
  color: #fff;
}

.is-bg-blue .search-box__word-item a {
  color: #fff;
}

.is-bg-yellow .search-box__word-item a {
  color: #06f;
}

.search-box__word-item a:hover {
  color: #fff;
  background: #1e1e1e;
  text-decoration: none;
  opacity: 0.8;
}

.contact-form-information {
  text-align: center;
  margin-bottom: 30px;
}

.contact-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form-field .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 1.8rem 1rem 1.8rem 0;
}

.contact-form-field .form-label .must {
  float: right;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  color: #fff;
  background: #df0128;
  padding: 0.2rem 0.4rem;
}

.contact-form-field .form-label label {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-field .form-element {
  width: calc(100% - 26rem);
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 1.8rem 1rem 1.8rem 4rem;
}

.contact-form-field .form-element #form_subject,
.contact-form-field .form-element #form_url {
  max-width: 60rem;
}

.contact-form-field .form-element #form_content {
  width: 100%;
  max-width: 100%;
  height: 280px;
}

.contact-form-field .form-element .field_error {
  color: #df0128;
}

.contact-form-field select {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0;
  padding: 0.6em 1em;
}

.contact-form-field input,
.contact-form-field textarea {
  max-width: 40rem;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0;
  padding: 0.6em 1em;
}

.contact-form #form_content-field .form-label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-submit {
  padding-top: 40px;
}

.contact-form-submit input {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #505050;
  border-radius: 2.4rem;
  margin: auto;
}

.is-bg-black .contact-form-submit input {
  background: #000;
}

.is-bg-blue .contact-form-submit input {
  background: #00a;
}

.is-bg-yellow .contact-form-submit input {
  color: #06f;
  background: #fc0;
}

.contact-form-submit input:hover {
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3em 0 0;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.pagination li {
  margin: 0 2px;
}

.pagination li a,
.pagination li span {
  color: #fff;
  background: none repeat scroll 0 0 #c7b6b6;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li a:hover {
  background-color: #df0128;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.pagination li.current span {
  color: #fff;
  background: #df0128;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 0.5rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb15 {
  margin-bottom: 1.5rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb25 {
  margin-bottom: 2.5rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb35 {
  margin-bottom: 3.5rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb45 {
  margin-bottom: 4.5rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb55 {
  margin-bottom: 5.5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb65 {
  margin-bottom: 6.5rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb75 {
  margin-bottom: 7.5rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb85 {
  margin-bottom: 8.5rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb95 {
  margin-bottom: 9.5rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 559px) {
  .home .cmn-content {
    padding: 30px 0;
  }

  .top-primary {
    display: block;
  }

  .top-primary__left {
    width: 100%;
  }

  .top-primary__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px 0;
  }

  .top-primary__slide {
    height: 26rem;
    min-height: inherit;
  }

  .top-kurashi__nav {
    padding: 0 25px;
    border: none;
  }

  .top-kurashi__prev {
    width: 25px;
  }

  .top-kurashi__next {
    width: 25px;
  }

  .top-primary__box-wrap {
    margin-top: 20px;
  }

  .top-primary__link-image img {
    height: auto;
  }

  .top-primary__banner {
    margin-top: 20px;
  }

  .top-kurashi__inner {
    display: block;
    padding: 0;
  }

  .top-kurashi__ttl {
    display: block;
    font-size: 20px;
    font-size: 5.33333vw;
    padding: 10px 0;
  }

  .top-kurashi__ttl br {
    display: none;
  }

  .top-kurashi__ttl svg {
    display: inline;
    width: 3.2rem;
    height: 3.2rem;
    margin: 2px 6px 0 0;
    vertical-align: sub;
  }

  .top-kurashi__item {
    margin: 0 10px;
  }

  .top-kinkyu {
    width: 100%;
  }

  .top-kinkyu__ttl {
    font-size: 20px;
    font-size: 5.33333vw;
  }

  .top-kinkyu__link {
    font-size: 16px;
    font-size: 4.267vw;
  }

  .top-search .inner {
    padding: 0;
  }

  .top-search .l-row {
    height: auto;
    padding: 0;
  }

  .top-search__form {
    width: 100%;
  }

  .top-search__form input {
    height: 10.667vw;
    line-height: 10.667vw;
    border-radius: 0;
    padding-right: 18.667vw;
  }

  .top-search__btn {
    width: 16vw;
    height: 10.667vw;
    border-radius: 0;
  }

  .top-search__word {
    width: 100%;
    padding: 12px 10px;
  }

  .top-search__dl {
    display: block;
  }

  .top-search__dt {
    width: 100%;
    font-size: 15px;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  .top-search__dt::after {
    display: none;
  }

  .top-search__dd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    font-size: 3.46667vw;
    padding-left: 0;
  }

  .top-search__word-item {
    margin: 0 4px;
    padding: 2px 4px;
  }

  .top-info {
    padding: 40px 0;
  }

  .top-info__row {
    display: block;
  }

  .top-info__col {
    width: 100%;
  }

  .top-info__col + .top-info__col {
    margin-top: 40px;
  }

  .top-info__tab-item {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 4px 6px;
  }

  .top-info__tab-item br {
    display: block;
  }

  .top-info__content {
    margin-bottom: 0;
  }

  .top-info__item {
    display: block;
    min-height: inherit;
    padding: 10px;
  }

  .top-info__item--event {
    display: flex;
    column-gap: 10px;
  }

  .top-info__item-head {
    flex-wrap: wrap;
  }

  .top-info__item-pin {
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }

  .top-info__item-cat {
    width: 100%;
    font-size: 12px;
    font-size: 3.2vw;
  }

  .top-info__item-date {
    margin: 10px 0 0 0;
  }

  .top-info__body {
    width: 100%;
  }

  .top-info__date {
    margin-bottom: 6px;
    padding-left: 33.6vw;
  }

  .top-info__new {
    padding-left: 10px;
  }

  .top-info .btn {
    max-width: 100%;
    border-radius: 0;
    margin-left: 0;
  }

  .top-info__btn-wrap {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .top-info__btn-wrap .btn:nth-child(1) {
    width: 50%;
    border-right: 1px solid #fff;
  }

  .top-info__btn-wrap .btn:nth-child(2) {
    width: 50%;
  }

  .top-info__btn-wrap .btn:nth-child(3) {
    width: 100%;
  }

  .top-banner {
    padding: 30px 0;
  }

  .top-banner__item {
    width: 100%;
    margin-left: 0;
  }

  .top-banner__item img {
    margin: auto;
  }

  .outline__intro-image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .outline__intro-image > img {
    margin: auto;
  }

  .outline__intro-txt-wrap {
    width: 100%;
    padding-left: 0;
  }

  .outline__symbol-image {
    margin: 0 10px 10px;
  }

  .outline__symbol-ttl {
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: center;
    padding-right: 0;
  }

  .outline__character-image {
    margin: auto;
  }

  .outline__character-txt-wrap {
    width: 100%;
    padding-left: 0;
  }

  .outline__greeting-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .outline__greeting-txt-wrap {
    width: 100%;
    line-height: 1.8;
    padding-left: 0;
  }

  .outline__greeting-date {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .outline__greeting-name span {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .outline-point {
    padding-top: 20px;
  }

  .outline-point__item {
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: left;
    margin-bottom: 20px;
    padding: 14px 10px 14px 55px;
  }

  .outline-point__item:last-child {
    margin-bottom: 0;
  }

  .outline-point__item::before {
    top: 50%;
    left: -10px;
    width: 5rem;
    height: 5rem;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }

  .outline-point__item::after {
    top: 50%;
    left: -8px;
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }

  .history-main {
    width: 100%;
    margin-bottom: 30px;
  }

  .history-main__item {
    display: block;
    margin-bottom: 20px;
  }

  .history-main__ttl-wrap {
    width: 180px;
  }

  .history-main__ttl {
    height: 30px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .history-main__ttl::after {
    right: auto;
    left: 24px;
    width: 1px;
    height: 20px;
    top: 100%;
  }

  .history-main__body {
    width: 100%;
    padding-left: 20px;
  }

  .history-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }

  .history-image__item {
    width: 46.6%;
    padding: 0 6%;
  }

  .history-image__image {
    margin: 0 auto 5px;
  }

  .history-image__txt {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .access-map__image {
    width: 100%;
    margin-bottom: 20px;
  }

  .access-map__body {
    width: 100%;
    padding-left: 0;
  }

  .access-row__box {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .access-row__box:last-child {
    margin-bottom: 0;
  }

  .access-row__box:nth-child(2) {
    padding-left: 0;
  }

  .event-list {
    margin-top: 30px;
  }

  .event-list::after {
    width: 48%;
  }

  .event-list__item {
    width: 48%;
    margin-bottom: 20px;
  }

  .event-list__cat {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .event-list__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .event-list__info {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .event-date__table {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .event-date__dt {
    width: 80px;
  }

  .event-date__dd {
    width: calc(100% - 80px);
  }

  .event-date__image {
    width: 100%;
    height: 400px;
  }

  .event-slide {
    margin-bottom: 20px;
  }

  .event-slide .swiper-button-prev {
    left: 10px;
    width: 16px;
    height: 28px;
    margin-top: -14px;
    background-size: 16px 28px;
  }

  .event-slide .swiper-button-next {
    right: 10px;
    width: 16px;
    height: 28px;
    margin-top: -14px;
    background-size: 16px 28px;
  }

  .event-content__info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .event-content__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }

  .event-content__dl {
    width: 100%;
  }

  .event-content__txt {
    width: 100%;
  }

  .data__pdf-icon {
    width: 22px;
  }

  .download__box {
    margin-bottom: 14px;
  }

  .download__icon {
    width: 22px;
  }

  .product-list::after {
    width: 48%;
  }

  .product-list__item {
    width: 48%;
    margin-bottom: 20px;
  }

  .product-list__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .product-list__txt {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .kouhou-new__image {
    width: 120px;
  }

  .kouhou-new__body {
    width: calc(100% - 120px);
    padding-left: 20px;
  }

  .kouhou-new__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .kouhou-new__ttl br {
    display: block;
  }

  .kouhou-new__link span {
    font-size: 10px;
    font-size: 2.66667vw;
  }

  .kouhou-list__item {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
  }

  .kouhou-list a {
    padding-left: 2.8rem;
  }

  .kouhou-list a::before {
    width: 1.9rem;
    height: 1.8rem;
  }

  .kouhou-list span {
    font-size: 10px;
    font-size: 2.66667vw;
  }

  .gikai-list {
    margin-bottom: 20px;
  }

  .page-link {
    padding-top: 40px;
  }

  .page-link__list {
    border-bottom: none;
    margin-bottom: -10px;
  }

  .page-link__item {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
  }

  .page-link__item a {
    padding: 10px;
  }

  .gikai-member__item {
    width: 100%;
  }

  .gikai-member__image {
    width: 100px;
  }

  .gikai-member__image img {
    width: 100%;
  }

  .gikai-member__body {
    width: calc(100% - 100px);
    padding-left: 20px;
  }

  .gikai-member__sub {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .gikai-member__ttl rb {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .gikai-member__cat {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .gikai-kiroku__item {
    width: 100%;
  }

  .gikai-kiroku__ttl {
    height: 4rem;
    line-height: 3.8rem;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 10px;
  }

  .gikai-kiroku__list {
    margin-bottom: 20px;
  }

  .gikai-kiroku__link {
    padding-left: 2.8rem;
  }

  .gikai-kiroku__link::before {
    width: 1.9rem;
    height: 1.8rem;
  }

  .furusato-banner {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-top: 20px;
  }

  .furusato-box {
    width: 100%;
  }

  .furusato-box--txt {
    width: 100%;
  }

  .furusato-box__head-txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .kids__box {
    margin-bottom: 30px;
  }

  .kids__btn {
    width: 100%;
  }

  .kids-photo__item {
    margin-bottom: 10px;
  }

  .faq-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .faq-box__question {
    padding-bottom: 10px;
  }

  .faq-box__question::before {
    top: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .faq-box__answer::before {
    top: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .group__btn {
    float: right;
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 0;
  }

  .group .cmn-table--sp-type1 tr:not(.rowline) td:first-child {
    text-align: left;
  }

  .newtown__intro {
    margin-bottom: 60px;
  }

  .newtown__intro-image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .newtown__intro-txt-wrap {
    width: 100%;
    padding-left: 0;
  }

  .newtown__pdf-list {
    margin-bottom: 30px;
  }

  .newtown__map-image {
    margin-bottom: 30px;
  }

  .newtown-point {
    margin-bottom: 20px;
  }

  .newtown-point__ttl {
    font-size: 20px;
    font-size: 5.33333vw;
  }

  .newtown-point__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 6px 10px 20px;
  }

  .newtown-point__item:last-child {
    margin-bottom: 0;
  }

  .kurashi-banner {
    margin-top: 30px;
  }

  .kurashi-banner__item:last-child {
    margin-bottom: 0;
  }

  .movie-box {
    width: 100%;
  }

  .movie-box:last-child {
    margin-bottom: 0;
  }

  .movie-box__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .search-box {
    padding: 15px;
  }

  .search-box__dl {
    display: block;
  }

  .search-box__ttl {
    width: 100%;
    margin-bottom: 10px;
  }

  .search-box__ttl:last-of-type {
    margin-bottom: 10px;
  }

  .search-box__body {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-bottom: 20px;
  }

  .search-box__form {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .search-box__form input {
    width: 100%;
    margin-right: 0;
  }

  .search-box__btn {
    display: block;
    width: 8rem;
    margin: 10px 0 0 auto;
  }

  .search-box__sort-item {
    max-width: 10rem;
  }

  .search-box {
  }

  .search-box__sort-item {
    margin: 0;
    padding: 0;
  }

  .search-box__word-item {
    margin: 0;
    padding: 0;
  }

  .contact-form-field .form-label {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 16px 12px 0;
  }

  .contact-form-field .form-element {
    display: block;
    width: 100%;
    padding: 8px 12px 16px;
  }

  .contact-form-field input,
  .contact-form-field textarea {
    width: 100%;
    padding: 1em;
  }

  .pagination {
    margin-top: 16px;
  }

  .pagination li a,
  .pagination li span {
    padding: 4px 8px;
  }

  .gomi-type {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    margin: 5px auto 0;
  }

  .gomi-type + .gomi-type {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top-primary {
    display: block;
  }

  .top-primary__left {
    width: 100%;
  }

  .top-primary__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 0;
  }

  .top-primary__slide {
    height: 40rem;
  }

  .top-kurashi__inner {
    max-width: 100%;
    padding-left: 60px;
  }

  .top-primary__link-box {
    width: 48%;
    margin-top: 30px;
  }

  .top-primary__banner {
    margin-top: 20px;
  }

  .top-kinkyu {
    width: 100%;
  }

  .top-info__row {
    display: block;
  }

  .top-info__col {
    width: 100%;
  }

  .top-info__col + .top-info__col {
    margin-top: 50px;
  }
}

form.gsc-search-box,
.gsc-above-wrapper-area,
.gsc-wrapper {
  max-width: 100% !important;
}
