@charset "UTF-8";
/* foundation/_base.scss */
@media screen and (min-width: 1024px) {
  .--sp-only {
    display: none;
  }
}
.p-lovefan-navigation {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.8666666667vw;
  padding: 1.3333333333vw 4vw 4vw;
}
.p-lovefan-navigation__item {
  height: 13.3333333333vw;
}
.p-lovefan-navigation__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #004688;
  color: #fff;
  font-size: 4.6666666667vw;
}
.p-lovefan-navigation__link::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 3.4533333333vw 0 0;
}
.p-lovefan-navigation__link.--item1::before {
  width: 6.06vw;
  height: 5.0946666667vw;
  background-image: url("../images/ic_lovefan_shoes.png");
}
.p-lovefan-navigation__link.--item2::before {
  width: 4.5866666667vw;
  height: 5.48vw;
  background-image: url("../images/ic_lovefan_money.png");
}
.p-lovefan-navigation__link.--item3::before {
  width: 4.2773333333vw;
  height: 5.3066666667vw;
  background-image: url("../images/ic_lovefan_brush.png");
}
.p-lovefan-navigation__link.--item4::before {
  width: 4.7506666667vw;
  height: 3.9586666667vw;
  background-image: url("../images/ic_lovefan_megaphone.png");
}
.p-lovefan-navigation__link.--item5::before {
  width: 4.6026666667vw;
  height: 5.3786666667vw;
  background-image: url("../images/ic_lovefan_fan.png");
}
.p-lovefan-navigation__link.--item6::before {
  width: 3.8493333333vw;
  height: 4.8533333333vw;
  background-image: url("../images/ic_lovefan_bldg.png");
}
.p-lovefan-navigation__link.--item7::before {
  width: 4.828vw;
  height: 4.828vw;
  background-image: url("../images/ic_lovefan_ball.png");
}
.p-lovefan-navigation__link.--item8::before {
  width: 5.2053333333vw;
  height: 3.744vw;
  background-image: url("../images/ic_lovefan_group.png");
}
.p-lovefan-navigation__link.--current {
  pointer-events: none;
}
.p-lovefan-navigation__link:hover, .p-lovefan-navigation__link.--current {
  background: #fff;
  border: 1px solid #004688;
  color: #004688;
  text-decoration: none;
}
.p-lovefan-navigation__link:hover.--item1::before, .p-lovefan-navigation__link.--current.--item1::before {
  background-image: url("../images/ic_lovefan_shoes_hover.png");
}
.p-lovefan-navigation__link:hover.--item2::before, .p-lovefan-navigation__link.--current.--item2::before {
  background-image: url("../images/ic_lovefan_money_hover.png");
}
.p-lovefan-navigation__link:hover.--item3::before, .p-lovefan-navigation__link.--current.--item3::before {
  background-image: url("../images/ic_lovefan_brush_hover.png");
}
.p-lovefan-navigation__link:hover.--item4::before, .p-lovefan-navigation__link.--current.--item4::before {
  background-image: url("../images/ic_lovefan_megaphone_hover.png");
}
.p-lovefan-navigation__link:hover.--item5::before, .p-lovefan-navigation__link.--current.--item5::before {
  background-image: url("../images/ic_lovefan_fan_hover.png");
}
.p-lovefan-navigation__link:hover.--item6::before, .p-lovefan-navigation__link.--current.--item6::before {
  background-image: url("../images/ic_lovefan_bldg_hover.png");
}
.p-lovefan-navigation__link:hover.--item7::before, .p-lovefan-navigation__link.--current.--item7::before {
  background-image: url("../images/ic_lovefan_ball_hover.png");
}
.p-lovefan-navigation__link:hover.--item8::before, .p-lovefan-navigation__link.--current.--item8::before {
  background-image: url("../images/ic_lovefan_group_hover.png");
}

@media screen and (min-width: 1024px) {
  .p-lovefan-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6428571429vw 2vw;
    width: 73.1428571429vw;
    padding: 2.1428571429vw 0;
    margin: 0 auto;
  }
  .p-lovefan-navigation__item {
    width: 23vw;
    height: 3.8571428571vw;
  }
  .p-lovefan-navigation__link {
    font-size: 1.2857142857vw;
  }
  .p-lovefan-navigation__link::before {
    margin: 0 0.3714285714vw 0 0;
  }
  .p-lovefan-navigation__link.--item1::before {
    width: 1.5671428571vw;
    height: 1.3171428571vw;
  }
  .p-lovefan-navigation__link.--item2::before {
    width: 1.3271428571vw;
    height: 1.5864285714vw;
  }
  .p-lovefan-navigation__link.--item3::before {
    width: 1.2214285714vw;
    height: 1.5157142857vw;
  }
  .p-lovefan-navigation__link.--item4::before {
    width: 1.6657142857vw;
    height: 1.3885714286vw;
  }
  .p-lovefan-navigation__link.--item5::before {
    width: 1.5785714286vw;
    height: 1.8442857143vw;
  }
  .p-lovefan-navigation__link.--item6::before {
    width: 1.3092857143vw;
    height: 1.6507142857vw;
  }
  .p-lovefan-navigation__link.--item7 {
    font-size: 1.1428571429vw;
  }
  .p-lovefan-navigation__link.--item7::before {
    width: 1.6657142857vw;
    height: 1.6657142857vw;
  }
  .p-lovefan-navigation__link.--item8::before {
    width: 2.075vw;
    height: 1.4921428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-lovefan-navigation {
    gap: 23px 28px;
    width: 1024px;
    padding: 30px 0;
  }
  .p-lovefan-navigation__item {
    width: 322px;
    height: 54px;
  }
  .p-lovefan-navigation__link {
    font-size: 18px;
  }
  .p-lovefan-navigation__link::before {
    margin: 0 5.2px 0 0;
  }
  .p-lovefan-navigation__link.--item1::before {
    width: 21.94px;
    height: 18.44px;
  }
  .p-lovefan-navigation__link.--item2::before {
    width: 18.58px;
    height: 22.21px;
  }
  .p-lovefan-navigation__link.--item3::before {
    width: 17.1px;
    height: 21.22px;
  }
  .p-lovefan-navigation__link.--item4::before {
    width: 23.32px;
    height: 19.44px;
  }
  .p-lovefan-navigation__link.--item5::before {
    width: 22.1px;
    height: 25.82px;
  }
  .p-lovefan-navigation__link.--item6::before {
    width: 18.33px;
    height: 23.11px;
  }
  .p-lovefan-navigation__link.--item7 {
    font-size: 16px;
  }
  .p-lovefan-navigation__link.--item7::before {
    width: 23.32px;
    height: 23.32px;
  }
  .p-lovefan-navigation__link.--item8::before {
    width: 29.05px;
    height: 20.89px;
  }
}
.p-lovefan {
  padding: 0 0 26.6666666667vw;
}
.p-lovefan__title {
  border-top: 4px solid #000;
  background: url("../images/h1.png") left top no-repeat #e4feff;
  font-size: 4.6666666667vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 4vw 1.3333333333vw;
  margin: 0 0 4vw;
}
.p-lovefan__text {
  font-size: 3.0666666667vw;
  line-height: 1.6;
}
.p-lovefan__text p {
  margin-bottom: 1em;
}
.p-lovefan__text h2 {
  background: #e4fdff;
  font-size: 3.7333333333vw;
  padding: 3.0666666667vw 2.4vw;
  margin: 1.5em 0 1em;
}
.p-lovefan__text h3 {
  border-left: 1.3333333333vw solid #00a5b9;
  border-bottom: 0.4vw solid #00a5b9;
  font-size: 3.7333333333vw;
  padding: 2.4vw 1.7333333333vw;
  margin: 1.5em 0 1em;
}
.p-lovefan__text ul,
.p-lovefan__text li {
  list-style-type: disc;
}
.p-lovefan__text ul {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

@media screen and (min-width: 1024px) {
  .p-lovefan {
    padding: 0 0 14.2857142857vw;
  }
  .p-lovefan__title {
    font-size: 2.5vw;
    padding: 2.1428571429vw 0.7142857143vw;
    margin: 0 0 2.1428571429vw;
  }
  .p-lovefan__text {
    font-size: 1.1428571429vw;
  }
  .p-lovefan__text h2 {
    font-size: 1.7142857143vw;
    padding: 0.5714285714vw 1.0714285714vw;
  }
  .p-lovefan__text h3 {
    border-left: 0.3571428571vw solid #00a5b9;
    border-bottom: 0.0714285714vw solid #00a5b9;
    font-size: 1.3714285714vw;
    padding: 0.5714285714vw 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-lovefan {
    padding: 0 0 200px;
  }
  .p-lovefan__title {
    font-size: 35px;
    padding: 30px 10px;
    margin: 0 0 30px;
  }
  .p-lovefan__text {
    font-size: 16px;
  }
  .p-lovefan__text h2 {
    font-size: 24px;
    padding: 18px 15px;
  }
  .p-lovefan__text h3 {
    border-left: 5px solid #00a5b9;
    border-bottom: 1px solid #00a5b9;
    font-size: 19.2px;
    padding: 8px 10px;
  }
}
#pageTitle .pieceBody h1 {
  padding: 30px 10px;
  border-top: 4px solid #000;
  background: url(../img/h1.png) left top no-repeat #e4feff;
  font-size: 230%;
  font-weight: bold;
  line-height: 1.3;
}

/* contentGpCategoryCategory, contentGpArticleDocs
----------------------------------------------- */
.contentGpCategoryCategory .docs ul,
.contentGpArticleDocs .docs ul {
  border-top: 1px dotted #ccc;
}

.contentGpCategoryCategory .docs ul li,
.contentGpArticleDocs .docs ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 15px 5px;
  border-bottom: 1px dotted #ccc;
}

.contentGpCategoryCategory .docs ul li:hover,
.contentGpArticleDocs .docs ul li:hover {
  background-color: #e7f7fd;
}

.contentGpCategoryCategory .docs ul li span.publish_date,
.contentGpArticleDocs .docs ul span.publish_date {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
  white-space: nowrap;
}

.contentGpCategoryCategory .docs ul li span.title_link,
.contentGpArticleDocs .docs ul li span.title_link {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.contentGpCategoryCategory .docs ul li span.title_link a::before,
.contentGpArticleDocs .docs ul li span.title_link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}

.contentGpCategoryCategory .more {
  margin-top: 15px;
  text-align: right;
}

.contentGpCategoryCategory .more a {
  padding-left: 20px;
  background: url(../img/ic-more.png) left center no-repeat;
}

@media only screen and (max-width: 900px) {
  .contentGpCategoryCategory .docs ul li,
  .contentGpArticleDocs .docs ul li {
    display: block;
    padding: 10px;
    overflow: hidden;
    font-size: 90%;
  }
  .contentGpCategoryCategory .docs ul li span.publish_date,
  .contentGpArticleDocs .docs ul li span.publish_date {
    margin-right: 10px;
  }
  .contentGpCategoryCategory .more a {
    padding-left: 10px;
    background-size: 6px auto;
    font-size: 90%;
  }
}
/* =========================================================
   content docs
========================================================= */
/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc > div:last-child {
  margin-bottom: 0 !important;
}

.contentGpArticleDoc .date {
  margin: 0 0 40px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  margin: 0;
}

.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 40px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin-bottom: 20px;
  padding: 8px 15px;
  background: #e4fdff;
  font-size: 150%;
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 7px;
  font-size: 110%;
  font-weight: bold;
}

.contentGpArticleDoc .rels ul {
  margin-bottom: 1em;
  padding-left: 2em;
  list-style-type: disc;
}

.contentGpArticleDoc .tags ul {
  padding: 0 15px;
}

.contentGpArticleDoc .tags ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.contentGpArticleDoc .tags ul li a {
  display: block;
  padding: 2px 10px;
  border: 1px solid #b3b3b3;
}

#content .inquiry {
  display: none;
  margin: 0 0 40px;
}

#content .inquiry h2 {
  margin: 0;
  padding: 10px 15px;
  border: none;
  background-color: #00a5b9;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}

#content .inquiry address {
  padding: 15px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #00a5b9;
  font-style: normal;
}

#content .inquiry address .section {
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .contentGpArticleDoc .date,
  .contentGpArticleDoc .body,
  .contentGpArticleDoc .maps,
  .contentGpArticleDoc .rels,
  .contentGpArticleDoc .tags {
    margin-bottom: 15px;
    font-size: 85%;
  }
  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2,
  .contentGpArticleDoc .tags h2 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
  }
  .contentGpArticleDoc .maps h3 {
    font-size: 1rem;
  }
  #content .inquiry {
    font-size: 90%;
  }
}
/* pagination
---------------------- */
#content *:not(.calendarEvents) > .pagination {
  margin: 20px 0 0;
  text-align: center;
}

#content *:not(.calendarEvents) > .pagination > *:not(:last-child) {
  margin-right: 10px;
}

#content *:not(.calendarEvents) > .pagination a,
#content *:not(.calendarEvents) > .pagination em,
#content *:not(.calendarEvents) > .pagination span {
  display: inline-block;
  margin: 5px 0;
  padding: 7px 15px;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
  font-style: inherit;
}

#content *:not(.calendarEvents) > .pagination em.current {
  border-color: #ec6100;
  background-color: #ec6100;
  color: #fff;
}

#content *:not(.calendarEvents) > .pagination span.separator {
  display: none;
}

#content *:not(.calendarEvents) > .pagination .previous_page,
#content *:not(.calendarEvents) > .pagination .next_page {
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#content *:not(.calendarEvents) > .pagination .previous_page {
  background-image: url(../img/ic-pagenav_pre.svg);
}

#content *:not(.calendarEvents) > .pagination .previous_page.disabled {
  background-image: url(../img/ic-pagenav_pre-active.svg);
  border-color: #ec6100;
  background-color: #ec6100;
}

#content *:not(.calendarEvents) > .pagination .next_page {
  background-image: url(../img/ic-pagenav_next.svg);
}

#content *:not(.calendarEvents) > .pagination .next_page.disabled {
  background-image: url(../img/ic-pagenav_next-active.svg);
  border-color: #ec6100;
  background-color: #ec6100;
}

/* header
--------------------------------------- */
#header {
  position: relative;
  background: url("../images/bk_general.jpg") no-repeat;
  background-size: cover;
  animation: bk_head 0.6s ease-in forwards;
}

@keyframes bk_head {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#about #header {
  position: relative;
  background: url("../images/bk_genelal_03.jpg") no-repeat;
  background-size: cover;
}

#facilitySingle #header {
  position: relative;
  background: url("../images/bk_general_01_02.jpg") no-repeat;
  background-size: cover;
}

#facilitySingle #header .wrap {
  padding-bottom: 0;
}

#support #header {
  position: relative;
  background: url("../images/bk_genelal_02.jpg") no-repeat;
  background-size: cover;
}

#lovefan #header {
  position: relative;
  background: url("../images/bk_general_lovefan.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#case #header {
  position: relative;
  background: url("../images/bk_general_case.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#access #header {
  position: relative;
  background: url("../about/bk_tokushima_photo.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#mailform #header {
  position: relative;
  background: url("../images/bk_genelal_04.jpg") no-repeat;
  background-size: cover;
}

#header::before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#header > .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

#header > .wrap::before {
  content: "";
  width: 30%;
  height: 100%;
  display: block;
  background: rgba(0, 134, 187, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#header > .wrap::after {
  content: "";
  width: 15%;
  height: 100%;
  display: block;
  background: rgba(0, 70, 136, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#header .mainHeader {
  position: inherit;
  z-index: 5;
}

#header h1 {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: inherit;
  text-align: center;
  z-index: 2;
}

#header h1 span {
  min-width: 30vw;
}

#header h1 span.Jp {
  margin-bottom: 0.5em;
  padding-top: 0.3em;
  padding-right: 2em;
  padding-bottom: 0.3em;
  padding-left: 2em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  letter-spacing: 0.2em;
}

#header h1 span.Jp::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #ffffff;
}

#header h1 span.En {
  margin: auto;
  display: block;
  color: #ffffff;
}

/* main
--------------------------------------- */
#main-in > .wrapper {
  padding-top: 70px;
  padding-bottom: 60px;
  background: #d5e0ec;
}

.wrapper > .container > h2 {
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  page-break-before: always;
}

.wrapper > .container > h2::after {
  content: "";
  margin-right: auto;
  margin-top: 0.5em;
  margin-left: auto;
  display: block;
  width: 100px;
  height: 10px;
  background: -moz-linear-gradient(left, rgb(0, 70, 136) 27%, rgba(4, 73, 138, 0) 28%, rgba(47, 104, 157, 0) 39%, rgb(51, 107, 159) 40%, rgb(51, 107, 159) 62%, rgba(56, 110, 161, 0) 63%, rgba(97, 139, 181, 0) 72%, rgb(102, 142, 183) 73%);
  background: -webkit-linear-gradient(left, rgb(0, 70, 136) 27%, rgba(4, 73, 138, 0) 28%, rgba(47, 104, 157, 0) 39%, rgb(51, 107, 159) 40%, rgb(51, 107, 159) 62%, rgba(56, 110, 161, 0) 63%, rgba(97, 139, 181, 0) 72%, rgb(102, 142, 183) 73%);
  background: linear-gradient(to right, rgb(0, 70, 136) 27%, rgba(4, 73, 138, 0) 28%, rgba(47, 104, 157, 0) 39%, rgb(51, 107, 159) 40%, rgb(51, 107, 159) 62%, rgba(56, 110, 161, 0) 63%, rgba(97, 139, 181, 0) 72%, rgb(102, 142, 183) 73%);
}

/* contentsHead
--------------------------------------- */
.general h2.contentsHead {
  margin-bottom: 1.5em;
}

.general .contentsHeadCaption {
  margin-bottom: 2em;
  padding-top: 2%;
  padding-right: 2%;
  padding-left: 5%;
  padding-bottom: 2%;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 5px #cccccc;
}

.general .contentsHeadCaption::before {
  content: "";
  width: 0.5em;
  height: 50%;
  display: block;
  position: absolute;
  left: -0.25em;
  background: #004688;
}

/* breadCrumb
--------------------------------------- */
.breadCrumb ul li {
  margin-right: 0.5em;
  margin-left: 0.5em;
  display: inline-block;
}

.breadCrumb ul li:first-of-type {
  margin-left: 0;
}

.breadCrumb ul li:last-of-type {
  margin-right: 0;
}

/* pagenation
--------------------------------------- */
.pagenation ul {
  text-align: center;
}

.pagenation ul li {
  display: inline-block;
}

.pagenation ul li span {
  border: 1px solid #004688;
  display: block;
}

.pagenation ul li a {
  display: block;
  text-decoration: none;
}

.pagenation ul li:hover span {
  background: #cc6600;
  color: #ffffff;
}

.pagenation ul li span.current {
  background: #004688;
  color: #ffffff;
}

/* external Link
--------------------------------------- */
.external {
  margin-top: 1em;
  background: #004688;
  color: #ffffff;
  border-radius: 10px;
  line-height: 1.5;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}

.external a {
  padding-top: 0.4em;
  padding-right: 2em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  display: block;
  color: #ffffff;
}

.external:hover {
  background: #cc6600;
}

.external:hover a {
  color: #ffffff;
}

.external a[target=_blank]::after {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_external.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* about
--------------------------------------- */
#about .container h3 {
  margin-top: 1.5em;
  padding-left: 0.8em;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
}

#about .container p {
  padding-right: 1em;
  padding-left: 1em;
}

#about .container p > a[target=_blank] {
  padding-left: 0.5em;
}

#about .container p > a[target=_blank]::after {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_external_link.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#about .container p > a:hover[target=_blank]::after {
  background: url(../images/ic_external_link_hov.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* inquiry
--------------------------------------- */
#mailform h3 {
  margin-bottom: 1.5em;
  padding-left: 0.8em;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
}

#mailform input,
#mailform select,
#mailform textarea {
  padding: 0.8em;
  font-size: 1.8rem;
}

#mailform input:focus,
#mailform select:focus,
#mailform textarea:focus {
  border: solid 3px rgba(204, 102, 0, 0.5);
}

#mailform #mail-form-books {
  margin-bottom: 1em;
}

#mailform form p {
  margin-bottom: 1.5em;
}

#mail_others2 {
  width: 90%;
  display: block;
}

#mailform select {
  font-size: 1.8rem;
}

#mailform #mail_preview,
#mailform #mail_post {
  display: block;
  font-size: 1.8rem;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

#mailform #mail_preview {
  margin-bottom: 1em;
  background: #ffc3c8;
  transition: background 0.3s;
}

#mailform #mail_preview:hover {
  background: #97b3c3;
}

#mailform #mail_post {
  background: #004688;
  color: #ffffff;
  transition: background 0.3s;
}

#mailform #mail_post:hover {
  background: #cc6600;
  color: #ffffff;
}

#mailform.mailPreview dl {
  margin-bottom: 5em;
  padding-bottom: 2em;
  border-bottom: 3px dashed #336b9f;
}

#mailform.mailPreview dl dt {
  font-weight: bold;
}

#mailform.mailPreview dl dd {
  margin-bottom: 1em;
  padding: 0.5em;
  border-bottom: 2px solid #ffffff;
}

#mailform.mailPreview dl dd:empty {
  height: 3em;
}

#mailform .mailErrorCaption {
  margin-bottom: 3em;
  padding: 1em;
  background: #ffffff;
  border: 2px solid #cc2350;
  border-radius: 5px;
}

#mailform .mail-error {
  color: #cc2350;
}

/* facility searchNavi
--------------------------------------- */
#Facility .attention p {
  font-size: min(14px, 10px + (1vw - 3.2px) * 2.9412) !important;
}

/* searchNavi
------------------------ */
.searchNaviBox > .wrap {
  background: #dddddd;
  text-align: center;
}

.searchNaviBox scroll-container {
  scroll-behavior: smooth;
}

.searchNaviBox .tabItem {
  padding-top: 1em;
  padding-bottom: 0.7em;
  display: inline-block;
  background: #dddddd;
  position: relative;
  color: #555555;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.searchNaviBox .tabItem::after {
  content: "";
  margin: auto;
  width: 2vw;
  max-width: 0.7em;
  height: 2vw;
  max-height: 0.7em;
  display: block;
  border-left: 2px solid #555555;
  border-bottom: 2px solid #555555;
  -webkit-transform: scaleX(2) rotate(135deg);
  -moz-transform: scaleX(2) rotate(135deg);
  transform: scaleX(2) rotate(135deg);
  transition: all 0.3s;
}

.searchNaviBox .tabItem > span {
  padding-bottom: 0.7em;
  display: block;
}

.searchNaviBox .tabItem img {
  margin-right: auto;
  margin-bottom: 0.3em;
  margin-left: auto;
  width: 45px;
  display: block;
  filter: brightness(2) grayscale(100%) hue-rotate(130deg) saturate(0%);
}

.searchNaviBox .tabItem:hover {
  opacity: 0.75;
}

.searchNaviBox input[name=tabItem] {
  display: none;
}

.searchNaviBox .closeBtn {
  padding: 0.6em;
  background: #dddddd;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.searchNaviBox .closeBtn.active .tabContent {
  display: none;
}

.searchNaviBox .closeBtn span {
  font-size: 1.5rem;
}

.searchNaviBox .closeBtn.active {
  background: #004688;
}

.searchNaviBox .closeBtn::before {
  content: "";
  margin: auto;
  width: 20vw;
  height: 7px;
  display: block;
  border-top: 3px solid #cc6600;
}

.searchNaviBox .closeBtn.active::before {
  border-top: 3px solid #ffffff;
}

.searchNaviBox .closeBtn.active .open {
  display: block;
  color: #ffffff;
}

.searchNaviBox .closeBtn .open,
.searchNaviBox .closeBtn.active .close {
  display: none;
}

.searchNaviBox .tabContent {
  display: none;
  clear: both;
  overflow: hidden;
  background: #e7ecf0;
}

#area:checked ~ #areaBlock,
#map:checked ~ #mapBlock,
#game:checked ~ #gameBlock {
  display: block;
}

.searchNaviBox input:checked + .tabItem {
  background: #e7ecf0;
  color: #004688;
}

.searchNaviBox input:checked + .tabItem::after {
  border-left: 2px solid #004688;
  border-bottom: 2px solid #004688;
  transform: scaleX(2) rotate(-45deg);
}

.searchNaviBox input:checked + .tabItem img {
  filter: none;
}

.searchNaviBox .mapTab > span {
  border-right: 1px solid #004688;
  border-left: 1px solid #004688;
}

.searchNaviBox .tabContent > .wrap {
  background: #ffffff;
  box-shadow: 0 0 6px #cccccc;
}

/* areaBlock
------------------------ */
.searchNaviBox #areaBlock .areaList > li {
  border: 5px solid #ffffff;
  display: flex;
  justify-content: space-between;
}

.searchNaviBox #areaBlock ul li a:hover {
  text-decoration: none;
}

.searchNaviBox #areaBlock ul li .areaTl {
  background: rgba(255, 255, 255, 0.7);
}

.searchNaviBox #areaBlock ul li .subCategory {
  padding-left: 1vw;
  text-align: left;
}

.searchNaviBox #areaBlock ul li .subCategory li {
  padding: 0.2em 0.5em;
  display: inline-block;
}

.searchNaviBox #areaBlock .areaList li.east_area {
  background: #e59c73;
}

.searchNaviBox #areaBlock .areaList li.south_area {
  background: #66b5d5;
}

.searchNaviBox #areaBlock .areaList li.west_area {
  background: #98cfba;
}

/* mapBlock
------------------------ */
.searchNaviBox #mapBlock iframe {
  width: 100%;
}

/* gameBlock
------------------------ */
.searchNaviBox #gameBlock ul.gameListpost {
  display: flex;
  flex-flow: row wrap;
}

.searchNaviBox #gameBlock ul.gameListpost li a {
  width: 90%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.searchNaviBox #gameBlock ul.gameListpost li a:hover {
  border-bottom: 5px solid #cc6600;
}

/* facility List
--------------------------------------- */
#facilityList section.facilityListPost {
  margin-bottom: 5em;
  padding: 2.5%;
  background: #ffffff;
  box-shadow: 0 0 5px #cccccc;
}

#facilityList section.facilityListPost .head {
  margin-bottom: 1em;
}

#facilityList section.facilityListPost .category {
  margin: auto;
  width: 100%;
  display: block;
  text-align: left;
}

#facilityList section.facilityListPost .category > span {
  padding-top: 0.4vw;
  padding-right: 1.5vw;
  padding-bottom: 0.4vw;
  padding-left: 1.5vw;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
}

#facilityList section.facilityListPost .category > span > span {
  display: inline-block;
  vertical-align: text-top;
}

#facilityList section.facilityListPost .category .south_area {
  background: #66b5d5;
}

#facilityList section.facilityListPost .category .east_area {
  background: #e59c73;
}

#facilityList section.facilityListPost .category .west_area {
  background: #98cfba;
}

#facilityList section.facilityListPost .category span img {
  margin-right: 0.5vw;
  width: 1em;
}

#facilityList section.facilityListPost .thumb img {
  width: 100%;
  height: 300px;
  object-position: 50% 50%;
  object-fit: cover;
}

#facilityList section.facilityListPost > .txtBlock {
  padding: 1vw;
}

#facilityList section.facilityListPost h3 {
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
  padding-bottom: 0.2em;
  width: 100%;
  line-height: 1.5;
  color: #004688;
  position: relative;
  border-bottom: 1px solid #004688;
}

#facilityList section.facilityListPost .data {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
}

#facilityList section.facilityListPost .data dt {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  background: #c8e3ee;
}

#facilityList section.facilityListPost .data dd {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

#facilityList section.facilityListPost .gameListpost {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
}

#facilityList section.facilityListPost .gameListpost li {
  padding-right: 0.2vw;
  padding-left: 0.2vw;
}

#facilityList section.facilityListPost .gameListpost li img {
  width: 100%;
}

#facilityList section.facilityListPost .footer a {
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #ffffff;
  text-align: center;
  position: relative;
  border: 2px solid transparent;
  letter-spacing: 0;
}

#facilityList section.facilityListPost .footer a:hover {
  background: #ffffff;
  color: #004688;
  text-decoration: none;
}

#facilityList section.facilityListPost .footer .moreLink:hover {
  border: 2px solid #004688;
}

#facilityList section.facilityListPost .footer .externalLink:hover {
  border: 2px solid #cc6600;
}

#facilityList section.facilityListPost .footer a:hover i img {
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}

#facilityList section.facilityListPost .footer a:nth-last-child(n+2) {
  margin-bottom: 1em;
}

#facilityList section.facilityListPost .footer i img {
  width: 1em;
}

#facilityList section.facilityListPost .footer .moreLink {
  background: #004688;
}

#facilityList section.facilityListPost .footer .externalLink {
  background: #cc6600;
}

#facilityList section.facilityListPost .footer a i {
  padding-top: 0.5em;
  padding-left: 0.5em;
  display: inline-block;
  line-height: 1;
}

ul.gameListpost li {
  min-width: 90px;
  min-height: 128px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

ul.gameListpost li:empty {
  opacity: 0.8;
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
  position: relative;
}

ul.gameListpost li span {
  display: none;
}

ul.gameListpost li.kyogi_wlift {
  background-image: url("../images/ic_kyogi_wlift.png");
}

ul.gameListpost li.kyogi_karate {
  background-image: url("../images/ic_kyogi_karate.png");
}

ul.gameListpost li.kyogi_kyudo {
  background-image: url("../images/ic_kyogi_kyudo.png");
}

ul.gameListpost li.kyogi_kendo {
  background-image: url("../images/ic_kyogi_kendo.png");
}

ul.gameListpost li.kyogi_soccer {
  background-image: url("../images/ic_kyogi_soccer.png");
}

ul.gameListpost li.kyogi_shageki {
  background-image: url("../images/ic_kyogi_shageki.png");
}

ul.gameListpost li.kyogi_judo {
  background-image: url("../images/ic_kyogi_judo.png");
}

ul.gameListpost li.kyogi_suiei {
  background-image: url("../images/ic_kyogi_suiei.png");
}

ul.gameListpost li.kyogi_sumo {
  background-image: url("../images/ic_kyogi_sumo.png");
}

ul.gameListpost li.kyogi_softball {
  background-image: url("../images/ic_kyogi_softball.png");
}

ul.gameListpost li.kyogi_taiso {
  background-image: url("../images/ic_kyogi_taiso.png");
}

ul.gameListpost li.kyogi_takkyu {
  background-image: url("../images/ic_kyogi_takkyu.png");
}

ul.gameListpost li.kyogi_tennis {
  background-image: url("../images/ic_kyogi_tennis.png");
}

ul.gameListpost li.kyogi_naginata {
  background-image: url("../images/ic_kyogi_naginata.png");
}

ul.gameListpost li.kyogi_n_yakyu {
  background-image: url("../images/ic_kyogi_n_yakyu.png");
}

ul.gameListpost li.kyogi_basketball {
  background-image: url("../images/ic_kyogi_basketball.png");
}

ul.gameListpost li.kyogi_badminton {
  background-image: url("../images/ic_kyogi_badminton.png");
}

ul.gameListpost li.kyogi_volleyball {
  background-image: url("../images/ic_kyogi_volleyball.png");
}

ul.gameListpost li.kyogi_handball {
  background-image: url("../images/ic_kyogi_handball.png");
}

ul.gameListpost li.kyogi_fencing {
  background-image: url("../images/ic_kyogi_fencing.png");
}

ul.gameListpost li.kyogi_futsal {
  background-image: url("../images/ic_kyogi_futsal.png");
}

ul.gameListpost li.kyogi_boxing {
  background-image: url("../images/ic_kyogi_boxing.png");
}

ul.gameListpost li.kyogi_yakyu {
  background-image: url("../images/ic_kyogi_yakyu.png");
}

ul.gameListpost li.kyogi_rugby {
  background-image: url("../images/ic_kyogi_rugby.png");
}

ul.gameListpost li.kyogi_rikujo {
  background-image: url("../images/ic_kyogi_rikujo.png");
}

ul.gameListpost li.kyogi_wrestling {
  background-image: url("../images/ic_kyogi_wrestling.png");
}

ul.gameListpost li.kyogi_other {
  background-image: url("../images/ic_kyogi_other.png");
}

/* facility Detail
------------------------ */
#facilitySingle #main-in > .wrapper {
  padding-top: 70px;
  padding-bottom: 0;
}

#facilitySingle .headData {
  margin-bottom: 2em;
  padding-top: 1.5em;
}

#facilitySingle .headData .wrap {
  color: #004688;
}

#facilitySingle .category > span {
  padding-left: 1em;
}

#facilitySingle .category span {
  padding-top: 0.2vw;
  padding-right: 1.5vw;
  padding-bottom: 0.2vw;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
}

#facilitySingle .category > span > span {
  display: inline-block;
  vertical-align: text-top;
}

#facilitySingle .category .south_area {
  background: #66b5d5;
}

#facilitySingle .category .east_area {
  background: #e59c73;
}

#facilitySingle .category .west_area {
  background: #98cfba;
}

#facilitySingle .category span img {
  margin-right: 0.5vw;
  width: 1em;
}

#photoGallery {
  padding: 0;
  position: relative;
}

#photoGallery .slideBlock,
#photoGallery .naviBlock {
  clear: both;
  overflow: hidden;
}

#photoGallery .slider {
  position: relative;
  margin: 0;
  padding: 0;
}

#photoGallery .slideBlock figure {
  position: relative;
}

#photoGallery .slideBlock figure img {
  margin: auto;
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
}

#photoGallery .slideBlock figure::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}

#photoGallery .slideBlock figure figcaption {
  padding-top: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.slick-track:before {
  display: none !important;
}

#photoGallery .slideNavi {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

#photoGallery .slideNavi figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

#photoGallery .slideNavi .figure::before {
  content: "";
  display: block;
  padding-top: 35%;
}

#photoGallery .slideNavi figure::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000000;
}

#photoGallery .slideNavi figure.slick-current::after {
  opacity: 0;
}

#photoGallery .slideNavi figure img {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#photoGallery .slick-vertical .slick-slide {
  border: 0 solid transparent;
}

#photoGallery .slick-arrow {
  z-index: 999;
}

#photoGallery .slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}

#photoGallery .slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

#facilitySingle .facilityPostDetail > .wrap {
  background: #ffffff;
}

#facilitySingle .facilityPostDetail .mainBlock {
  flex-wrap: wrap;
  border-bottom: 100px solid #d5e0ec;
}

#facilitySingle .facilityPostDetail .subBlock {
  border-bottom: 50px solid #d5e0ec;
}

#facilitySingle .facilityPostDetail .subBlock h3 {
  text-align: center;
  background: -moz-linear-gradient(top, rgb(213, 224, 236) 40%, rgb(255, 255, 255) 40%);
  background: -webkit-linear-gradient(top, rgb(213, 224, 236) 40%, rgb(255, 255, 255) 40%);
  background: linear-gradient(to bottom, rgb(213, 224, 236) 40%, rgb(255, 255, 255) 40%);
  letter-spacing: 0.2em;
}

#facilitySingle .facilityPostDetail .subBlock h3 span {
  margin: auto;
  padding-bottom: 1em;
  display: block;
  background: #d5e0ec;
  border-radius: 0 0 100px 100px;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft {
  padding: 30px;
  background: #004688;
  color: #ffffff;
  text-align: center;
}

#facilitySingle .endBlock {
  border-bottom: 50px solid #d5e0ec;
}

#facilitySingle .boxEnd {
  padding: 30px;
  background: #004688;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#facilitySingle .boxEnd h3 {
  width: 95%;
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ffffff;
}

#facilitySingle .boxEnd dl.data_end {
  width: 45%;
  margin-bottom: 1em;
}

#facilitySingle .boxEnd dl.data_end_web {
  width: 95%;
}

#facilitySingle .boxEnd dl dt {
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  color: #004688;
}

#facilitySingle .boxEnd dd {
  word-break: keep-all;
}

#facilitySingle .boxEnd .data_end dd {
  font-size: 28px;
}

#facilitySingle .boxEnd .data_end dt.fax {
  background-color: #F7DD8A;
}

#facilitySingle .boxEnd dd:nth-last-child(n+2) {
  margin-bottom: 1em;
}

#facilitySingle .boxEnd dd a i img {
  margin-left: 0.2em;
  width: 1.2em;
}

#facilitySingle .boxEnd dd a {
  margin-bottom: 1em;
  padding: 0.5em;
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
}

#facilitySingle .boxEnd dd .reserveLink {
  background: #cc6600;
  padding: 0em;
}

#facilitySingle .boxEnd dd .weblink {
  background: #336b9f;
  padding: 0em;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight {
  padding: 15px 30px;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft h3 {
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ffffff;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dl dt {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  background: #ffffff;
  color: #004688;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd {
  word-break: keep-all;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd:nth-last-child(n+2) {
  margin-bottom: 1em;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd a {
  margin-bottom: 1em;
  padding: 0.5em;
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd .weblink {
  background: #336b9f;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd .reserveLink {
  background: #cc6600;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd a i img {
  margin-left: 0.2em;
  width: 1.2em;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd a:hover {
  background: #ffffff;
  color: #004688;
  text-decoration: none;
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd a:hover i img {
  filter: invert(40%) sepia(1550%) saturate(7000%) hue-rotate(-873deg) brightness(100%) contrast(46%);
}

#facilitySingle .facilityPostDetail .mainBlock .boxLeft dd.note {
  margin-top: 2.5em;
  padding-top: 0.3em;
  border-top: 2px dashed #ffffff;
  font-size: 1.5rem;
  text-align: left;
  word-break: normal;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost li {
  padding-right: 0.2vw;
  padding-left: 0.2vw;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost li img {
  width: 100%;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gamelistIcon {
  width: 100%;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight dt {
  font-weight: bold;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight dt,
#facilitySingle .facilityPostDetail .mainBlock .boxRight dd {
  padding: 0.6em;
  border-bottom: 1px solid #004688;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight dd:last-of-type {
  border-bottom: 0;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost {
  padding-bottom: 0;
  border-bottom: 0;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gamelistIcon {
  padding: 0;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .gamelistIcon > ul.gameListpost {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

#facilitySingle .facilityPostDetail .mainBlock dd.gamelistIcon ul.listOther li {
  margin-right: 0.4em;
  display: inline-block;
  position: relative;
}

#facilitySingle .facilityPostDetail .mainBlock dd.gamelistIcon ul.listOther li::before {
  content: "●";
  padding-right: 0.2em;
  font-size: 1.2rem;
  color: #cc6600;
  vertical-align: text-bottom;
}

#facilitySingle .facilityPostDetail .mainBlock .boxRight .zipCode {
  display: block;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull {
  width: 100%;
  border-bottom: 2px solid #336b9f;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dt {
  padding: 3% 5%;
  background: #e5eaee;
  font-weight: bold;
  border-top: 2px solid #336b9f;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd {
  padding: 3%;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dt {
  padding: 3% 0;
  background: none;
  border-top: none;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dd {
  padding: 0;
}

#facilitySingle .facilityPostDetail .ancillaryEquipmentList li {
  margin-bottom: 0.5em;
  padding: 0.1em 0.8em;
  display: inline-block;
  border: 1px solid #cc6600;
}

#facilitySingle .facilityPostDetail .ancillaryEquipmentList li:nth-last-child(n+2) {
  margin-right: 1em;
}

#facilitySingle .facilityPostDetail .ancillaryEquipmentDetail .wrap {
  text-indent: 1em;
  border-left: 5px solid #cc6600;
}

#facilitySingle .facilityPostDetail .equipmentDetailPost {
  padding-bottom: 1px;
  line-height: 2.5em;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
}

#facilitySingle .facilityPostDetail .meetingRoomPost table {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-collapse: collapse;
}

#facilitySingle .facilityPostDetail .meetingRoomPostHead tbody {
  border-bottom: 2px solid #c2c2c2;
}

#facilitySingle .facilityPostDetail .meetingRoomPost tr {
  border-bottom: 1px solid #c2c2c2;
}

#facilitySingle .facilityPostDetail .meetingRoomPost th:nth-child(2),
#facilitySingle .facilityPostDetail .meetingRoomPost td:nth-child(2) {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

#facilitySingle .facilityPostDetail .meetingRoomPost th {
  padding: 1em;
  width: 30%;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}

#facilitySingle .facilityPostDetail .meetingRoomPost td {
  padding: 0.5em;
  width: 30%;
  text-align: center;
}

#facilitySingle .facilityPostDetail .subBlock > .wrap {
  padding: 5%;
  border-bottom: 2px solid #336b9f;
}

#facilitySingle .facilityPostDetail .subBlock > .wrap > dl:nth-last-child(n+2) {
  margin-bottom: 3em;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dt,
#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dt {
  position: relative;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dt span::before,
#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dt span::before {
  content: "";
  margin-right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  border: 3px solid #cc9933;
  border-radius: 100px;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dt::after,
#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dt::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #004688;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#facilitySingle .facilityPostDetail .mainBlock .boxFull dd.ancillaryEquipmentList dl dt span,
#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dt span {
  padding-right: 1em;
  display: inline-block;
  background: #ffffff;
  position: inherit;
  z-index: 5;
}

#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dd {
  margin-left: 5px;
  padding: 0.5em;
  border-left: 4px solid #cc9933;
}

#facilitySingle .facilityPostDetail .subBlock .contents::before {
  margin-right: 0.5em;
  content: "";
  width: 1.7em;
  height: 0.2em;
  border-top: 6px dotted #cc9933;
  display: inline-block;
}

#facilitySingle .facilityPostDetail .subBlock > .wrap > dl > dd > dl > dd {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

#facilitySingle .facilityPostDetail .subBlock .carPostBlock ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}

#facilitySingle .facilityPostDetail .subBlock .carPostBlock ul li::before {
  margin-right: 0.5em;
  content: "";
  width: 1.7em;
  height: 0.2em;
  border-top: 6px dotted #cc9933;
  display: inline-block;
}

#facilitySingle .facilityPostDetail .subBlock .medicalPostBlock dt,
#facilitySingle .facilityPostDetail .subBlock .storePostBlock dt {
  display: inline-block;
}

#facilitySingle .facilityPostDetail .subBlock .medicalPostBlock dd,
#facilitySingle .facilityPostDetail .subBlock .storePostBlock dd {
  margin-left: 1em;
  display: inline-block;
}

#facilitySingle .facilityPostDetail .subBlock .medicalPostBlock ul li,
#facilitySingle .facilityPostDetail .subBlock .storePostBlock ul li {
  margin-right: 0.2em;
}

#facilitySingle .facilityPostDetail .subBlock .servicePostBlock strong {
  margin-left: 0.3em;
  padding: 0.4em 0.6em;
  border-radius: 5px;
}

#facilitySingle .facilityPostDetail .subBlock .service {
  padding-bottom: 1.5em;
}

#facilitySingle .facilityPostDetail .subBlock .googleMap {
  margin-top: 3em;
}

#facilitySingle .facilityPostDetail .subBlock .googleMap iframe {
  width: 100% !important;
}

#facilitySingle .facilityPostDetail .subBlock .facilityMap {
  margin-top: 3em;
}

#facilitySingle #main-in .wrapper .backBtn {
  margin: auto;
  padding: 0.2em;
  display: block;
  text-align: center;
}

#facilitySingle #main-in .wrapper .backBtn a {
  padding-top: 0.5em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  color: #ffffff;
  background: #004688;
  border-radius: 100px 100px 0 0;
}

#facilitySingle #main-in .wrapper .backBtn a:hover {
  background: #cc6600;
  text-decoration: none;
}

/* support
--------------------------------------- */
#support .subNavi .wrap {
  margin: auto;
  display: block;
}

#support .subNavi ul li a {
  padding: 0.5em;
  display: block;
  background: #004688;
  color: #ffffff;
  text-align: center;
}

#support .subNavi ul li a:hover {
  background: #cc6600;
  text-decoration: none;
}

#support.index .subNavi ul li:first-of-type a,
#support.taikaihojokin .subNavi ul li:nth-child(2) a,
#support.bihinkashidasi .subNavi ul li:last-of-type a {
  background: #cc6600;
  text-decoration: none;
}

#support .subNavi ul li a:before {
  margin-right: 0.4em;
  font-size: 3rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: normal;
}

#support .subNavi ul li:first-child a:before {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_subNavi_spo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#support .subNavi ul li:nth-child(2) a:before {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_subNavi_win.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#support .subNavi ul li:last-of-type a:before {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_subNavi_coro.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#support p > a[target=_blank] {
  padding-left: 0.5em;
}

#support p > a[target=_blank]::after {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_external_link.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#support p > a:hover[target=_blank]::after {
  background: url(../images/ic_external_link_hov.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#support section {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}

#support section::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#support .container h3 {
  padding-left: 0.8em;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
}

#support .container p {
  padding-right: 1em;
  padding-left: 1em;
}

#support .container table tr td p {
  padding-right: 0.8em;
  padding-left: 0.8em;
}

.general .container .listMemo ul li,
#support .container .listMemo ul li {
  margin-bottom: 0.5em;
  padding: 0.3em 1em;
  line-height: 1.5;
  text-indent: -1em;
  border-bottom: 1px solid #c5c5c5;
}

#support .container ul li > ol {
  margin-left: 1em;
}

.general .container .listMemo ul li > ol li,
#support .container .listMemo ul li > ol li {
  text-indent: -1.5em;
  border-bottom: 1px solid #c5c5c5;
}

#support .container ul li > ol li:last-of-type {
  border-bottom: 0;
}

#support .container table {
  margin-top: 1em;
  width: 100%;
  table-layout: fixed;
}

#support .container table th,
#support .container table td {
  padding: 1%;
  border-right: 2px solid #97b3c3;
  border-bottom: 2px solid #97b3c3;
}

#support .container table th {
  background: rgb(244, 238, 205);
}

#support .container table td {
  background: #ffffff;
}

.general .container .listMemo,
#support .container .listMemo {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  background: #ffffff;
  position: relative;
}

.general .container .listMemo::before,
#support .container .listMemo::before {
  content: "";
  width: 100%;
  height: 1.5em;
  display: block;
  background: #d5e0ec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.general .container .listMemo dt,
#support .container .listMemo dt {
  position: relative;
  font-weight: bold;
}

.general .container .listMemo dt::before,
#support .container .listMemo dt::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #cc6600;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.general .container .listMemo dt p,
#support .container .listMemo dt p {
  padding-top: 0.3em;
  padding-right: 2em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #cc6600;
  border-left: 10px solid #cc6600;
  border-radius: 0 100px 100px 0;
  position: inherit;
  z-index: 2;
}

.general .container .listMemo dd,
#support .container .listMemo dd {
  padding: 0.8em;
}

#support .container figure {
  margin-bottom: 2.5em;
}

#support .container figcaption {
  display: block;
}

#support .section figcaption p {
  padding: 0.5em;
  display: inline-block;
  position: relative;
}

#support .container figcaption p::before,
#support .container figcaption p::after {
  content: "";
  width: 5px;
  height: 40px;
  display: inline-block;
  border: 1px solid #004688;
  vertical-align: middle;
}

#support .container figcaption p::before {
  margin-right: 1.5em;
  border-right: 0;
}

#support .container figcaption p::after {
  margin-left: 1.5em;
  border-left: 0;
}

#support .container .address {
  margin-top: 1.5em;
  margin-bottom: 3em;
  background: #ffffff;
}

#support .container .address dt {
  padding: 0.5em;
  border-top: 2px solid #004688;
  border-bottom: 4px double #004688;
}

#support .container .address dd {
  padding-top: 1em;
  padding-bottom: 1em;
}

#support .container .address dd p::before {
  content: "";
  margin-right: 0.4em;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
}

#support .container .address dd p:nth-child(odd)::before {
  background: #cc9933;
}

#support .container .address dd p:nth-child(even)::before {
  background: #97b3c3;
}

#support .container .dlcList {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 0.5em;
  background: #ffffff;
}

#support .container .dlcList li:nth-last-child(n+2) {
  border-bottom: 1px solid #c5c5c5;
}

#support .container .dlcList li::before {
  content: "";
  padding-left: 0.2em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  line-height: 1;
  background: url(../images/ic_arrow_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  fill: #cc6600;
}

#support .container .attention {
  padding: 1em;
  background: #ffffff;
}

#support .container .attention .wrap {
  padding: 1em;
  border: 3px double #cc6600;
}

/* no table design
--------------------------------------- */
.container table.noTable {
  margin-top: 0 !important;
}

.container table.noTable th,
.container table.noTable td {
  padding: 0 !important;
  display: inline-block;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.container table.noTable th {
  font-weight: normal !important;
  background: transparent !important;
  vertical-align: top;
}

.container table.noTable td {
  background: transparent !important;
}

/* access
--------------------------------------- */
#access .container section h2 {
  position: relative;
}

#access .container section h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

#access .container section h2 p {
  padding-right: 1em;
  display: inline-block;
  background: #d6e1ed;
  position: relative;
  z-index: 2;
}

#access .container section figure img {
  width: 100%;
}

#access .container section.sec1 strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, rgba(255, 255, 127, 0.8) 0%) repeat scroll 0 0;
}

#access .container section.sec4 h2 p {
  background: #004688;
  color: #ffffff;
}

/* policy
--------------------------------------- */
#policy h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 0.8em;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  font-weight: bold;
}

#policy h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: 1.2;
}

#policy h4::before {
  content: "";
  margin-right: 0.5em;
  width: 10px;
  height: 1.5em;
  display: inline-block;
  background: #cc6600;
  border-radius: 100px;
  vertical-align: bottom;
}

#policy section ul,
#policy section ol {
  margin-left: 1em;
}

#policy section ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#policy section ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* 404
--------------------------------------- */
#error .error dt {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 0.8em;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  font-weight: bold;
}

#error .error dd ul {
  margin-left: 2em;
}

#error .error dd ul li {
  list-style-type: disc;
}

/* ===========================================

 	PC向け表示設定

============================================== */
@media only screen and (min-width: 1024px) {
  /* -------------------------------------------
  header
  ============================================== */
  #header > .wrap {
    padding-bottom: 3em;
  }
  #header h1 {
    margin-top: 2em;
  }
  #header h1 span.En {
    min-width: 30vw;
  }
  /* -------------------------------------------
  Main
  ============================================== */
  .wrapper > .container {
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
  }
  .breadCrumb .wrap {
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
  }
  /* -------------------------------------------
  searchNavi
  ============================================== */
  .searchNaviBox .tabItem {
    width: 341.3333333333px;
  }
  .searchNaviBox .tabItem h2 {
    font-size: 2rem;
  }
  .searchNaviBox .tabContent {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .searchNaviBox .tabContent > .wrap {
    margin: auto;
    padding: 2em;
    width: 1024px;
  }
  /* areaBlock
  ------------------------ */
  .searchNaviBox #areaBlock ul.areaList {
    display: flex;
    flex-wrap: wrap;
  }
  .searchNaviBox #areaBlock ul li.firstCategory {
    padding: 1em;
  }
  .searchNaviBox #areaBlock ul li.firstCategory .areaTl {
    width: 150px;
    line-height: 3;
    border-radius: 10px;
    font-size: 2rem;
  }
  .searchNaviBox #areaBlock ul li.firstCategory .areaTl h3 {
    width: 150px;
    line-height: 3;
    border-radius: 10px;
    font-size: 2rem;
  }
  .searchNaviBox #areaBlock ul .east_area {
    width: 100%;
    flex-grow: 1;
  }
  .searchNaviBox #areaBlock ul .south_area {
    width: 50%;
  }
  .searchNaviBox #areaBlock ul .west_area {
    width: 50%;
  }
  /* mapBlock
  ------------------------ */
  .searchNaviBox #mapBlock iframe {
    min-height: 760px;
  }
  /* gameBlock
  ------------------------ */
  .searchNaviBox #gameBlock ul.gameListpost li {
    margin-bottom: 1vw;
    width: 20%;
  }
  .searchNaviBox #gameBlock ul.gameListpost li img {
    max-width: 90px;
  }
  ul.gameListpost li:empty::before {
    content: "";
    max-width: 4px;
    height: 6em;
    max-height: 6em;
    display: block;
    position: inherit;
    top: 0;
    left: 48%;
    bottom: 0;
    border-right: 2px solid #555555;
    border-left: 2px solid #555555;
  }
  /* -------------------------------------------
  facility List
  ============================================== */
  #Facility .attention {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: relative;
  }
  #Facility .attention p {
    padding-right: 0.5em;
    padding-left: 0.5em;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: inherit;
    z-index: 2;
  }
  #Facility .attention::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid #004688;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  #Facility .attention br {
    display: none;
  }
  #facilityList section.facilityListPost {
    position: relative;
  }
  #facilityList section.facilityListPost .address {
    margin-bottom: 2em;
    line-height: 1.5;
  }
  #facilityList section.facilityListPost .data dt {
    width: 5.3em;
  }
  #facilityList section.facilityListPost .data dd {
    width: 10em;
  }
  #facilityList section.facilityListPost .gameListpost li {
    width: 25%;
  }
  #facilityList section.facilityListPost > .wrap {
    display: flex;
  }
  #facilityList section.facilityListPost > .wrap > div {
    width: 50%;
  }
  #facilityList section.facilityListPost .thumb {
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
    height: 300px;
  }
  #facilityList section.facilityListPost .footer a {
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-bottom: 0.8em;
    padding-left: 0.8em;
    border-radius: 100px;
  }
  /* -----------------------
  facility Detail
  ======================== */
  #facilitySingle .headData .wrap {
    margin: auto;
    width: 1024px;
    display: block;
  }
  #photoGallery {
    margin-bottom: 5em;
  }
  #photoGallery .slideBlock figure {
    margin: auto;
    height: 100vh;
    max-height: 633px;
    display: block;
    overflow: hidden;
  }
  #photoGallery .slider figure img {
    max-width: 1024px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #photoGallery .slider figcaption {
    margin: auto;
    width: 1024px;
    display: block;
  }
  #photoGallery .naviBlock .slideNavi {
    margin: auto;
    width: 1024px;
    display: block;
  }
  #photoGallery .naviBlock .slideNavi figure {
    min-height: 100px;
  }
  #facilitySingle .facilityPostDetail .wrap {
    margin: auto;
    width: 1024px;
    display: block;
  }
  #facilitySingle .facilityPostDetail .wrap .mainBlock {
    display: flex;
    justify-content: space-between;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight {
    width: 70%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight dl.data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight dt {
    width: 30%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight dd {
    width: 70%;
    word-break: keep-all;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost {
    width: 100%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost li {
    width: 12.5%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxLeft {
    width: 30%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxLeft dl {
    text-align: center;
  }
  #facilitySingle .facilityPostDetail .subBlock .carPostBlock dd {
    width: 40em;
  }
  #facilitySingle .facilityPostDetail .subBlock h3 span {
    max-width: 35vw;
  }
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.publicTransportation > dd > dl > dd {
    margin-bottom: 2.5em;
  }
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.publicTransportation > dd > dl > dd:last-of-type {
    margin-bottom: 0;
  }
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.medical > dd > dl,
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.store > dd > dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.medical > dd > dl > dt,
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.store > dd > dl > dt {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    width: 30%;
    text-indent: -2em;
  }
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.medical > dd > dl > dd,
  #facilitySingle .facilityPostDetail .subBlock > .wrap > dl.store > dd > dl > dd {
    width: 70%;
  }
  #facilitySingle .facilityPostDetail .subBlock .facilityMap img {
    width: 80%;
  }
  /* -------------------------------------------
  pagenation
  ============================================== */
  .pagenation ul li span {
    margin-right: 0.5em;
    margin-bottom: 1em;
    margin-left: 0.5em;
    padding: 0.2em 1em;
  }
  /* -------------------------------------------
  support
  ============================================== */
  #support .subNavi .wrap {
    width: 1024px;
  }
  #support .subNavi ul {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
  }
  #support .subNavi ul li {
    padding: 0.5em;
    width: 33.3333333333%;
  }
  /* -------------------------------------------
  access
  ============================================== */
  #access .contentsHeadCaption {
    margin-right: auto;
    margin-bottom: 5em;
    margin-left: auto;
    width: 1024px;
  }
  #access .wrapper > .container {
    width: 100%;
  }
  #access .container section {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }
  #access .container section.sec1 {
    margin-right: auto;
    margin-bottom: 5em;
    margin-left: auto;
    width: 1024px;
  }
  #access .container section.sec2 img,
  #access .container section.sec4 img,
  #access .container section.sec5 img {
    box-shadow: 0 5px 10px rgba(3, 3, 3, 0.5);
  }
  #access .container section.sec1 h2 {
    margin-bottom: 1em;
  }
  #access .container section.sec1 .wrap {
    display: flex;
    position: relative;
    background: #ffffff;
  }
  #access .container section.sec1 .wrap .txtBlock {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 5em;
    padding-left: 2em;
    width: 60%;
    position: relative;
    z-index: 3;
  }
  #access .container section.sec1 figure {
    width: 43%;
    vertical-align: top;
    position: absolute;
    right: 2%;
    bottom: -20%;
    z-index: 1;
  }
  #access .container section.sec2::after {
    content: "";
    width: 100%;
    height: 17px;
    display: block;
    background: #336b9f;
    border-bottom: 9px solid #668eb7;
  }
  #access .container section.sec2 h2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1.2em;
    width: 1024px;
  }
  #access .container section.sec2 .wrap {
    padding-bottom: 20px;
    background: #004688;
    position: relative;
  }
  #access .container section.sec2 .wrap::before {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    background: #d6e1ed;
    z-index: 1;
  }
  #access .container section.sec2 figure {
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #access .container section.sec2 figure img {
    width: 33.3333333333%;
  }
  #access .container section.sec2 .wrap .txtBlock {
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding: 2em;
    width: 1024px;
    display: block;
    background: #ffffff;
    position: relative;
    z-index: 2;
    text-align: justify;
  }
  #access .container section.sec3 {
    position: relative;
  }
  #access .container section.sec3 h2 {
    margin-left: 1em;
  }
  #access .container section.sec3 .wrap {
    display: flex;
  }
  #access .container section.sec3 .wrap .txtBlock {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  #access .container section.sec3 figure:first-of-type {
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #access .container section.sec3 > .wrap > figure img {
    padding-left: 2%;
    width: 50%;
  }
  #access .container section.sec3 > figure {
    max-height: 450px;
    overflow: hidden;
  }
  #access .container section.sec3 > figure img {
    object-fit: cover;
    object-position: top;
  }
  #access .container section.sec4 {
    padding-bottom: 2em;
    position: relative;
    background: #004688;
  }
  #access .container section.sec4 h2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 2em;
    padding-top: 0.5em;
    width: 1024px;
  }
  #access .container section.sec4 h2 p {
    padding-left: 1em;
  }
  #access .container section.sec4 .wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
    width: 1024px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #ffffff;
  }
  #access .container section.sec4 .wrap,
  #access .container section.sec4 figure {
    position: inherit;
    z-index: 3;
  }
  #access .container section.sec4::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #d6e1ed;
    z-index: 0;
  }
  #access .container section.sec4 .wrap .txtBlock {
    padding: 1.5em;
    padding-right: 0;
    width: 100%;
    display: block;
    text-align: justify;
    order: 2;
  }
  #access .container section.sec4 .wrap figure {
    width: 40%;
    order: 1;
  }
  #access .container section.sec4 > figure {
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
    display: flex;
  }
  #access .container section.sec4 > figure img {
    width: 50%;
  }
  #access .container section.sec5 h2 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    width: 1024px;
  }
  #access .container section.sec5 .wrap {
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
    position: relative;
  }
  #access .container section.sec5 .wrap .txtBlock {
    margin-top: 2em;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 5em;
    padding-left: 2em;
    width: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
  }
  #access .container section.sec5 figure {
    text-align: right;
  }
  #access .container section.sec5 figure img {
    width: 60%;
    display: inline-block;
  }
  /* -------------------------------------------
  mailform
  ============================================== */
  #mailform #mail_preview,
  #mailform #mail_post {
    min-width: 300px;
  }
}
/* end */
/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜

PC以外向け表示設定

〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
@media only screen and (max-width: 1023px) {
  #header .mainHeader {
    padding-right: 5%;
    padding-left: 5%;
  }
  #header > .wrap {
    padding-bottom: 1em;
  }
  #header h1 {
    margin-top: 0.5em;
  }
  #header h1 span.En {
    width: 80vw;
  }
  .breadCrumb .wrap {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .wrapper > .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .wrapper > .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  #Facility,
  #facilitySingle {
    padding-right: 0;
    padding-left: 0;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  breadCrumb
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  .breadCrumb ul {
    font-size: 3.2vw;
  }
  .breadCrumb ul li {
    line-height: 1.2;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  searchNavi
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  .searchNaviBox .tabItem {
    width: 30%;
  }
  .searchNaviBox .tabItem h2 {
    line-height: 1.2;
    font-size: 5vmin;
    letter-spacing: 0.1em;
  }
  .searchNaviBox .tabItem h2 span {
    display: block;
  }
  .searchNaviBox .tabContent > .wrap {
    margin-top: 5%;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    padding: 5%;
    width: 90%;
    text-align: center;
  }
  /* 〜〜〜〜〜〜〜〜〜〜
  areaBlock
  〜〜〜〜〜〜〜〜〜〜〜〜 */
  .searchNaviBox #areaBlock .areaList > li {
    display: block;
  }
  .searchNaviBox #areaBlock ul li.firstCategory {
    padding: 3%;
  }
  .searchNaviBox #areaBlock ul li.firstCategory .areaTl {
    width: 100%;
    display: block;
    line-height: 1.5;
    border-radius: 5px;
  }
  .searchNaviBox #areaBlock ul li.firstCategory .areaTl h3 {
    font-size: 2rem !important;
  }
  .searchNaviBox #areaBlock ul li ul.subCategory {
    line-height: 1.5;
  }
  .searchNaviBox #areaBlock ul li ul.subCategory li {
    font-size: 3vw;
  }
  /* 〜〜〜〜〜〜〜〜〜〜
  gameBlock
  〜〜〜〜〜〜〜〜〜〜〜〜 */
  .searchNaviBox #gameBlock ul.gameListpost {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .searchNaviBox #gameBlock ul.gameListpost li {
    width: 25%;
  }
  .searchNaviBox #gameBlock ul.gameListpost li a {
    margin: auto;
    min-width: 62px;
    min-height: 108px;
    display: block;
  }
  ul.gameListpost li {
    min-width: 54px;
    min-height: 110px;
  }
  ul.gameListpost li:empty::before {
    content: "";
    max-width: 4px;
    height: 5em;
    max-height: 5em;
    display: block;
    position: inherit;
    top: 0;
    left: 48%;
    bottom: 0;
    border-right: 2px solid #555555;
    border-left: 2px solid #555555;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  facilityList
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  #Facility .attention {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
  }
  #Facility .attention p {
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    line-height: 1.4;
    font-size: 3.4vw;
    background: rgb(255, 255, 255);
    word-break: keep-all;
    border-top: 1px solid #004688;
    border-bottom: 1px solid #004688;
  }
  #facilityList section.facilityListPost > .wrap {
    padding: 4vw;
  }
  #facilityList section.facilityListPost .data dt {
    width: 35%;
  }
  #facilityList section.facilityListPost .data dd {
    width: 65%;
  }
  #facilityList section.facilityListPost .category > span {
    padding-left: 0.8em;
    display: inline-block;
  }
  #facilityList section.facilityListPost .category {
    margin-top: 0.5em;
  }
  #facilityList section.facilityListPost .gameListpost li {
    width: 20%;
  }
  #facilityList section.facilityListPost .footer a {
    border-radius: 100px;
  }
  #facilityList section.facilityListPost .thumb img {
    height: 242px;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  pagenation
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  .pagenation ul {
    justify-content: space-between;
    align-items: baseline;
  }
  .pagenation ul li span {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.2em;
    padding: 0.2em 0.5em;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  facilitySingle
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  #facilitySingle .headData {
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: auto;
    width: 90%;
  }
  #facilitySingle .headData h1 {
    margin-bottom: 0.1em;
  }
  #facilitySingle .headData .name_kana {
    line-height: 1.5;
  }
  #photoGallery {
    margin-bottom: 1em;
  }
  #photoGallery .slideBlock {
    margin-bottom: 1em;
  }
  #photoGallery .slideBlock figure img {
    padding: 2%;
    width: 100% !important;
  }
  #photoGallery .naviBlock .slideNavi figure {
    min-height: 70px;
    object-fit: cover;
  }
  #photoGallery .naviBlock .slideNavi figure img {
    height: 100%;
    object-fit: cover;
  }
  #facilitySingle .facilityPostDetail .subBlock h3 span {
    max-width: 65vw;
  }
  #facilitySingle .facilityPostDetail .subBlock .carPostBlock dd {
    width: 50%;
  }
  #facilitySingle .facilityPostDetail .subBlock .facilityMap img {
    width: 90%;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost {
    display: flex;
    flex-wrap: wrap;
  }
  #facilitySingle .facilityPostDetail .mainBlock .boxRight .gameListpost li {
    width: 33.3333333333%;
  }
  #facilitySingle .facilityPostDetail .meetingRoomPost th {
    line-height: 1.4;
    font-size: 2.9vw;
    word-break: keep-all;
  }
  #facilitySingle .wrapper > .container > h2 {
    margin-bottom: 1.5em;
  }
  #facilitySingle #main-in > .wrapper {
    padding-top: 20px;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  support
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  #support .subNavi ul li {
    padding: 0.25em 0.5em;
  }
  #support .wrapper > .container section .tableScroll,
  #support .wrapper > .container .section .tableScroll {
    overflow-x: scroll;
  }
  #support .container table {
    width: 745px;
    overflow-x: scroll;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  no table design
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  .container table.noTable {
    width: 100% !important;
  }
  .container table.noTable th {
    font-weight: bold !important;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  access
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  #access .wrapper > .container {
    padding-right: 0;
    padding-left: 0;
  }
  #access .container section {
    margin-bottom: 3em;
    padding-right: 5%;
    padding-left: 5%;
  }
  #access .container section .wrap {
    text-align: justify;
  }
  #access .container section h2 {
    padding-right: 15%;
  }
  #access .container section h2 p {
    padding-right: 0.5em;
  }
  #access .container section.sec4 {
    padding-top: 1em;
    background: #004688;
  }
  #access .container section.sec4 .wrap {
    color: #ffffff;
  }
  /* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
  mailform
  〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
  #mailform #mail_preview,
  #mailform #mail_post {
    min-width: 100%;
  }
}
/* end */