@charset "UTF-8";
/*=================================================================*/
/*	webフォント
/*=================================================================*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 100;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
/* outfit
/*----------------------------------------------------------------*/
@font-face {
  font-family: "outfit";
  font-weight: 300;
  src: url("../font/Outfit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "outfit";
  font-weight: 500;
  src: url("../font/Outfit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "outfit";
  font-weight: 700;
  src: url("../font/Outfit-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "outfit";
  font-weight: 1000;
  src: url("../font/Outfit-Black.ttf") format("truetype");
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 0.8s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(186, 186, 186, 0.2);
  border-right: 0.7em solid rgba(186, 186, 186, 0.2);
  border-bottom: 0.7em solid rgba(186, 186, 186, 0.2);
  border-left: 0.7em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* 全デバイス共通 */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*	table
----------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  background-color: #FFF;
}
table th, table td {
  border: solid 1px #DDD;
  padding: 15px;
}
table th {
  background-color: #fbfbfb;
  font-weight: 700;
}

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/*	link
---------------------------------------------------------------*/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

/*	color
---------------------------------------------------------------*/
#wrap .red {
  color: #E80B74;
}

/*	space
---------------------------------------------------------------*/
#wrap .mb0 {
  margin-bottom: 0 !important;
}

#wrap .mb10 {
  margin-bottom: 10px;
}

#wrap .mb15 {
  margin-bottom: 15px;
}

#wrap .mb30 {
  margin-bottom: 30px;
}

#wrap .mb50 {
  margin-bottom: 50px;
}

#wrap .mb60 {
  margin-bottom: 60px;
}

#wrap .mb70 {
  margin-bottom: 70px;
}

#wrap .mb80 {
  margin-bottom: 80px;
}

#wrap .mb90 {
  margin-bottom: 90px;
}

#wrap .mb100 {
  margin-bottom: 100px;
}

#wrap .mbm100 {
  margin-bottom: -100px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	inputreset
---------------------------------------------------------------*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

html {
  height: 100%;
  font-size: 62.5%;
} /*10px相当にreset*/
body {
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000;
  background: #fff;
}
body.noScroll {
  overflow: hidden;
}

/*=================================================================*/
/*	sizeWrap
/*=================================================================*/
.sizeWrap {
  font-size: 100%;
}

/*=================================================================*/
/*	header
/*=================================================================*/
header {
  max-width: 1200px;
  margin: 0 auto 18px;
  padding: 0 20px;
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  width: 100%;
}
header .headerInner .headerLogo {
  width: 260px;
}
header .headerInner .headerLogo .logo {
  position: relative;
  display: block;
  line-height: 0.5;
  padding: 12px 0 0;
}
header .headerInner .headerLogo .logo span {
  font-size: 1rem;
  letter-spacing: 0.04em;
  display: block;
  margin: 8px 0 0;
  font-weight: bold;
  line-height: 1;
}
header .headerInner nav {
  padding: 18px 0 0;
}
header .headerInner nav .navWrap {
  display: flex;
  justify-content: space-between;
}
header .headerInner nav .gnav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .headerInner nav .gnav .dropBtn {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 0.9;
  text-align: right;
  /* cursor:pointer; */
}
header .headerInner nav .gnav .dropBtn:hover .dropdown {
  display: block;
}
header .headerInner nav .gnav .dropBtn:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 13px solid #fff;
  top: 95px;
  margin-left: -85px;
  z-index: 1001;
}
header .headerInner nav .gnav .dropBtn:last-child:hover::after {
  margin-left: -110px;
}
header .headerInner nav .gnav .dropBtn > a, header .headerInner nav .gnav .dropBtn > span {
  display: block;
  padding: 1em 2em 18px;
  position: relative;
}
header .headerInner nav .gnav .dropBtn > a span, header .headerInner nav .gnav .dropBtn > span span {
  color: #CACACA;
  font-size: 1rem;
  letter-spacing: 0.08em;
  display: block;
  margin: 5px 0 0;
}
header .headerInner nav .gnav .dropBtn > a::after, header .headerInner nav .gnav .dropBtn > span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
  right: 0;
  top: 12px;
}
header .headerInner nav .gnav .dropBtn .dropdown {
  text-align: center;
  display: none;
  z-index: 1000;
  transition: 300ms;
  justify-content: center;
  width: 100%;
  position: absolute;
  background: #333;
  color: #fff;
  top: 75px;
  left: 0;
  padding: 2em 0;
  margin: 20px 0 0;
}
header .headerInner nav .gnav .dropBtn .dropdown .ttl {
  display: inline;
  font-family: "outfit", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  padding: 0 130px 0 1em;
  letter-spacing: 0.05em;
  position: relative;
  opacity: 0.6;
}
header .headerInner nav .gnav .dropBtn .dropdown .ttl span {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #a3a3a3;
  top: 18px;
  right: 2px;
}
header .headerInner nav .gnav .dropBtn .dropdown li {
  display: inline-block;
  transition: all 0.3s;
  padding: 0 1em;
  font-size: 1.4rem;
}
header .headerInner nav .gnav .dropBtn .dropdown li a {
  color: #fff;
  padding: 1em 12px;
}
header .headerInner nav .gnav .dropBtn .dropdown li a::after {
  content: none;
}
header .headerInner nav .gnav .about a::after {
  content: none;
}
header .headerInner .menuTriggerBox {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 100;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: 32px;
}
header .headerInner .menuTriggerBox .menuTrigger {
  width: 26px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -9px;
}
header .headerInner .menuTriggerBox .menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%; /* 線の幅 */
  height: 2px; /* 線の太さ */
  background-color: #000; /* 線の色 */
  transition: 0.2s;
  display: block;
}
header .headerInner .menuTriggerBox .menuTrigger span:nth-child(1) {
  top: 0;
}
header .headerInner .menuTriggerBox .menuTrigger span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
header .headerInner .menuTriggerBox .menuTrigger span:nth-child(3) {
  bottom: 0;
}
header .headerInner .menuTriggerBox .menuTrigger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
header .headerInner .menuTriggerBox .menuTrigger.active span:nth-child(2) {
  opacity: 0;
}
header .headerInner .menuTriggerBox .menuTrigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}

/*=================================================================*/
/*	footer
/*=================================================================*/
footer {
  border-top: #E0E0E0 solid 1px;
  padding-top: 21px;
  margin: 0;
}
footer .fTop {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
footer .fTop .fLeft {
  width: 280px;
}
footer .fTop .fLeft .fLogo {
  display: block;
}
footer .fTop .fLeft .fLogo span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 5px 0 0;
  font-weight: 600;
}
footer .fTop .fLeft .address {
  font-size: 1.4rem;
  margin: 10px 0 5px;
}
footer .fTop .fLeft .fContact {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
footer .fTop .fLeft .fContact li {
  font-weight: bold;
}
footer .fTop .fLeft .fContact .tel {
  padding-left: 21px;
  position: relative;
}
footer .fTop .fLeft .fContact .tel::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/union/tel.png) no-repeat;
  top: 5px;
  left: 0;
}
footer .fTop .fLeft .fContact .fax {
  padding-left: 22px;
  position: relative;
}
footer .fTop .fLeft .fContact .fax::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/union/fax.png) no-repeat;
  top: 3px;
  left: 0;
}
footer .fTop .fLeft .sns {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
}
footer .fTop .fLeft .sns li {
  margin-bottom: 0;
}
footer .fTop .fMenu {
  width: calc(100% - 320px);
  padding-top: 10px;
}
footer .fTop .fMenu ul {
  text-align: right;
}
footer .fTop .fMenu ul li {
  display: inline-block;
  position: relative;
}
footer .fTop .fMenu ul li a {
  display: inline-block;
  border-right: solid 1px #000;
  font-weight: bold;
  line-height: 1;
  padding: 0 24px;
}
footer .fTop .fMenu ul li a:hover {
  text-decoration: underline;
}
footer .fTop .fMenu ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer .fTop .fMenu .topMenu {
  margin-bottom: 20px;
}
footer .fTop .fMenu .bottomMenu {
  font-size: 1.3rem;
}
footer .fTop .fMenu .bottomMenu a {
  padding: 0 15px;
}
footer .copyRight {
  font-family: "outfit", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 1em;
  letter-spacing: 0.05em;
  font-weight: 100;
}

/*=================================================================*/
/*	navMenu
/*=================================================================*/
.navMenu {
  background: #232323;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  position: fixed;
  transition: 0.5s;
  top: 110px;
  overflow-y: scroll;
  padding: 52px 0 0;
}
.navMenu .inner {
  padding: 0 6% 10%;
  box-sizing: border-box;
}
.navMenu .inner > ul > li {
  border-bottom: solid 1px #474747;
}
.navMenu .inner > ul > li a {
  color: #fff;
  width: 100%;
}
.navMenu .inner > ul > li.cat > a {
  position: relative;
}
.navMenu .inner > ul > li.cat > a::before, .navMenu .inner > ul > li.cat > a::after {
  content: "";
  position: absolute;
  background-color: #e3e3e3;
  display: block;
}
.navMenu .inner > ul > li.cat > a::before {
  width: 1px;
  height: 15px;
  top: 17px;
  right: 38px;
}
.navMenu .inner > ul > li.cat > a::after {
  width: 15px;
  height: 1px;
  top: 24px;
  right: 31px;
}
.navMenu .inner > ul > li > a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.navMenu .inner > ul > li .menuBtn.on::before {
  transform: rotate(-90deg);
}
.navMenu .inner > ul > li > ul {
  display: none;
  padding: 0 0 20px;
}
.navMenu .inner > ul > li > ul li {
  padding: 5px 70px;
}
.navMenu .inner > ul > li > ul li a {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
}
.navMenu .inner > ul > li > ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 7px;
  left: -22px;
  transform: rotate(45deg);
}

.navMenu.right {
  right: -100vw;
  /* right: 0; */
}

.navMenu.right.active {
  right: 0;
}

.navMenu.active .menuBtn.on .plus::before {
  content: none;
}

/*=================================================================*/
/*	topscroll
/*=================================================================*/
a.topscroll {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px #FFF;
  z-index: 100;
}

/*=================================================================*/
/*	event
/*=================================================================*/
.event {
  padding: 0 20px;
}
.event .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.eventContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventContent .piece {
  padding: 0 0 24px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 30px;
  width: 48.333%;
}
.eventContent .piece a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.eventContent .piece a:hover {
  background-color: #efefef;
  opacity: 1;
}
.eventContent .piece a:hover .txt .tag {
  background-color: #333;
  color: #FFF;
}
.eventContent .piece a .txt {
  width: 44%;
  position: relative;
  padding: 78px 0 0;
}
.eventContent .piece a .txt .tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #EDEDED;
  padding: 8px 20px 5px 20px;
  font-weight: bold;
  margin: 0 0 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3;
}
.eventContent .piece a .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin: 0 0 30px;
}
.eventContent .piece a .info {
  padding: 0 0 20px 37px;
  font-size: 1.4rem;
}
.eventContent .piece a .info .place {
  padding: 6px 0 4px 27px;
  position: relative;
}
.eventContent .piece a .info .place::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/union/place.png) no-repeat;
  left: 0;
  top: 6px;
}
.eventContent .piece a .info .date {
  padding: 6px 0 4px 25px;
  position: relative;
}
.eventContent .piece a .info .date::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/union/date.png) no-repeat;
  left: 0;
  top: 8px;
}
.eventContent .piece a .info .time {
  padding: 6px 0 4px 25px;
  position: relative;
}
.eventContent .piece a .info .time::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/union/time.png) no-repeat;
  left: 0;
  top: 8px;
}
.eventContent .piece a .img {
  width: 51.8%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 51.73%;
}
.eventContent .piece a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/*=================================================================*/
/*	cityList
/*=================================================================*/
.cityList li {
  font-size: 18px;
  background-color: #EEEEEE;
  display: inline-block;
  padding: 8px 0;
  border-radius: 5px;
  margin: 10px;
}
.cityList li a {
  padding: 11px 14px;
  border-radius: 5px;
  white-space: nowrap;
}
.cityList li a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.cityList li.active a {
  background-color: #333;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}

/*=================================================================*/
/*	newsList
/*=================================================================*/
.newsList {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
.newsList li {
  border-bottom: #CCCCCC solid 1px;
}
.newsList li a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 26px;
}
.newsList li a:hover p {
  text-decoration: underline;
}
.newsList li a time {
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-family: "CenturyGothicStd", "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  width: 160px;
}
.newsList li a p {
  width: calc(100% - 160px);
}
.newsList li a .new {
  font-family: "outfit", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  background-color: #BF0000;
  color: #fff;
  padding: 4px 12.5px;
  white-space: nowrap;
  font-size: 1.4rem;
  margin-left: 25px;
}
.newsList li.newPost a {
  position: relative;
  padding: 30px 90px 26px 40px;
}
.newsList li.newPost a::after {
  position: absolute;
  content: "NEW";
  font-family: "outfit", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  background-color: #BF0000;
  color: #fff;
  padding: 4px 12.5px;
  white-space: nowrap;
  font-size: 1.4rem;
  right: 24px;
  top: 28px;
}

/*=================================================================*/
/*	pageDocBn
/*=================================================================*/
#wrap .pageDocBn {
  position: fixed;
  right: 0;
  top: 18%;
  display: block;
  color: #FFF;
  background: #519262 url(../img/union/icon_doc.svg) no-repeat center top 30px;
  filter: drop-shadow(2px 0 4px rgba(0, 0, 0, 0.2));
  font-size: 2rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 66px 19px 30px 19px;
  letter-spacing: 0.3em;
  z-index: 20;
}

/*=================================================================*/
/*	bottomBanner
/*=================================================================*/
.bottomBanner {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 15px 20px;
  z-index: 10;
  box-sizing: border-box;
  display: none;
}
.bottomBanner .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bottomBanner .inner .closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #272727;
  color: #FFF;
  left: -40px;
  top: 0;
  text-indent: -9999px;
  display: block;
}
.bottomBanner .inner .closeBtn::before, .bottomBanner .inner .closeBtn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #FFF;
  top: 14px;
  left: 7px;
}
.bottomBanner .inner .closeBtn::before {
  transform: rotate(45deg);
}
.bottomBanner .inner .closeBtn::after {
  transform: rotate(-45deg);
}
.bottomBanner .inner .reqDocBn {
  width: 42.5%;
  text-align: center;
  display: block;
  background-color: #1d4b00;
}
.bottomBanner .inner .reqDocBn img {
  max-width: 400px;
}
.bottomBanner .inner .searchBtn {
  display: flex;
  justify-content: space-between;
  width: 56.25%;
}
.bottomBanner .inner .searchBtn > a {
  width: 48.888%;
  display: block;
  background-color: #519262;
  color: #FFF;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bottomBanner .inner .searchBtn > a span {
  display: inline-block;
  padding: 5px 0 1px 56px;
  font-size: 2rem;
}
.bottomBanner .inner .searchBtn > a.area span {
  background: url(../img/union/icon_search.png) no-repeat left center;
}
.bottomBanner .inner .searchBtn > a.case span {
  background: url(../img/union/icon_home.png) no-repeat left center;
}

/*******************************************************************/
/* PC
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  footer .copy {
    text-align: center;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* TB
/*******************************************************************/
@media screen and ( max-width:1200px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}
/*******************************************************************/
/* w965
/*******************************************************************/
@media screen and (max-width: 965px) {
  /*<start>==========================================================*/
  header .headerInner .headerLogo {
    width: 28%;
  }
  header .headerInner nav .gnav {
    display: none;
  }
  header .headerInner .menuTriggerBox {
    display: block;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* w1000
/*******************************************************************/
@media screen and (max-width: 1000px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  /*=================================================================*/
  /*	bottomBanner
  /*=================================================================*/
  .bottomBanner .inner .searchBtn > a span {
    font-size: 2vw;
    padding: 5px 0 1px 14%;
  }
  .bottomBanner .inner .searchBtn > a.area span {
    background: url(../img/union/icon_search.png) no-repeat left center;
    background-size: 20px auto;
  }
  .bottomBanner .inner .searchBtn > a.case span {
    background: url(../img/union/icon_home.png) no-repeat left center;
    background-size: 20px auto;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  html {
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  #wrap {
    position: relative;
    overflow: hidden;
    padding: 60px 0 0;
  }
  #wrap .mb100 {
    margin-bottom: 60px;
  }
  #wrap .mbm100 {
    margin-bottom: -60px;
  }
  .pc {
    display: none !important;
  }
  /*	img
  ----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  header {
    padding: 0 4%;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    top: 0;
    min-height: 60px;
    filter: drop-shadow(2px 0 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s;
  }
  header.menuHide {
    transform: translateY(-100%);
    filter: drop-shadow(2px 0 4px rgba(0, 0, 0, 0));
  }
  header .headerInner {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }
  header .headerInner .headerLogo {
    min-width: 260px;
  }
  header .headerInner .headerLogo .logo {
    padding: 11px 0 7px;
  }
  header .headerInner .headerLogo .logo img {
    max-width: 160px;
  }
  header .headerInner .headerLogo .logo span {
    font-size: 0.9rem;
  }
  header .headerInner nav .gnav {
    display: none;
  }
  header .headerInner .menuTriggerBox {
    display: flex;
    top: 0;
    margin-right: 0;
  }
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  footer {
    text-align: center;
    padding-top: 15px;
    margin: 0;
  }
  footer .fTop {
    padding: 0 4%;
    display: block;
  }
  footer .fTop .fLeft {
    width: 100%;
  }
  footer .fTop .fLeft .fLogo {
    width: 220px;
    margin: 0 auto;
  }
  footer .fTop .fLeft .fLogo span {
    display: none;
  }
  footer .fTop .fLeft .fContact {
    display: block;
    margin: 0 0 15px;
  }
  footer .fTop .fLeft .fContact li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .fTop .fLeft .sns {
    display: block;
    margin: 0 0 20px;
  }
  footer .fTop .fLeft .sns li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .fTop .fMenu {
    display: none;
  }
  /*=================================================================*/
  /*	navMenu
  /*=================================================================*/
  .navMenu {
    top: 0;
  }
  .navMenu .inner {
    padding: 10% 6% 10%;
  }
  /*=================================================================*/
  /*	topscroll
  /*=================================================================*/
  a.topscroll {
    width: 40px;
    height: 40px;
    z-index: 10;
    border: solid 1px #FFF;
    right: 10px;
    bottom: 20px;
    display: none;
  }
  a.topscroll::before {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    margin-left: -8px;
  }
  /*=================================================================*/
  /*	event
  /*=================================================================*/
  .event {
    padding: 0 4%;
  }
  .eventContent {
    display: block;
  }
  .eventContent .piece {
    width: 100%;
    padding: 0 0 16px;
  }
  .eventContent .piece a .txt {
    width: 55%;
    padding: 40px 0 0;
  }
  .eventContent .piece a .txt .tag {
    margin: 0 0 18px;
    font-size: 1.3rem;
    padding: 5px 12px 3px 12px;
  }
  .eventContent .piece a .ttl {
    padding: 0 0 0 10px;
    margin: 0 0 13px;
  }
  .eventContent .piece a .info {
    padding: 0 0 10px 10px;
  }
  .eventContent .piece a .info .place {
    padding: 2px 0 2px 20px;
    position: relative;
  }
  .eventContent .piece a .info .place::before {
    width: 14px;
    height: 14px;
    background: url(../img/top/place.png) no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 5px;
  }
  .eventContent .piece a .info .date {
    padding: 2px 0 2px 20px;
    position: relative;
  }
  .eventContent .piece a .info .date::before {
    width: 14px;
    height: 14px;
    background: url(../img/top/date.png) no-repeat;
    background-size: 100% auto;
    top: 6px;
  }
  .eventContent .piece a .info .time {
    padding: 2px 0 2px 20px;
    position: relative;
  }
  .eventContent .piece a .info .time::before {
    width: 14px;
    height: 14px;
    background: url(../img/top/time.png) no-repeat;
    background-size: 100% auto;
    top: 6px;
  }
  .eventContent .piece a .img {
    width: 42%;
    padding-top: 41.99%;
  }
  /*=================================================================*/
  /*	cityList
  /*=================================================================*/
  .cityList {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .cityList li {
    font-size: 1.4rem;
    margin: 0 10px 10px 0;
  }
  .cityList li a {
    padding: 11px 14px;
    border-radius: 5px;
    white-space: nowrap;
  }
  .cityList li a:hover {
    background-color: #333;
    color: #fff;
  }
  /*=================================================================*/
  /*	newsList
  /*=================================================================*/
  .newsList {
    margin: 0 0 40px;
  }
  .newsList li a {
    display: block;
    padding: 4%;
  }
  .newsList li a time {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
  }
  .newsList li a p {
    width: 100%;
  }
  .newsList li a .new {
    font-family: "outfit", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    background-color: #BF0000;
    color: #fff;
    padding: 4px 12.5px;
    white-space: nowrap;
    font-size: 1.4rem;
    margin-left: 4%;
  }
  .newsList li.newPost a {
    padding: 4%;
  }
  .newsList li.newPost a::after {
    padding: 4px 11px 3px;
    font-size: 1.2rem;
    right: 8px;
    top: 13px;
  }
  /*=================================================================*/
  /*	pageDocBn
  /*=================================================================*/
  #wrap .pageDocBn {
    display: none;
  }
  /*=================================================================*/
  /*	bottomBanner
  /*=================================================================*/
  .bottomBanner {
    display: block;
    position: fixed;
    padding: 0;
    transition: all 0.3s;
  }
  .bottomBanner.fBannerHide {
    transform: translateY(100%);
  }
  .bottomBanner .inner {
    display: block;
    background-color: #519262;
  }
  .bottomBanner .inner .closeBtn {
    display: none;
  }
  .bottomBanner .inner .reqDocBn {
    width: 100%;
  }
  .bottomBanner .inner .searchBtn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .bottomBanner .inner .searchBtn > a {
    width: 50%;
    padding: 8px 0;
  }
  .bottomBanner .inner .searchBtn > a span {
    font-size: 1.6rem;
  }
  /*<end>============================================================*/
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .bottomBanner .inner .searchBtn > a span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .bottomBanner .inner .searchBtn > a.area {
    position: relative;
  }
  .bottomBanner .inner .searchBtn > a.area::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #FFF;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
}/*# sourceMappingURL=theme.css.map */