@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* リンクの設定 */
a {
  border: none;
  color: #006dd9;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

a:active {
  color: #006dd9;
  text-decoration: none;
}

a:hover {
  color: #006dd9;
  text-decoration: underline;
}

a:focus,
*:focus {
  outline: none;
}

/* コンテナー */
.acms-container {
  max-width: 1240px;
}
.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1170px) {
  .acms-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .acms-grid .sp-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sp-container .sp-container {
    padding: 0;
  }
  .sp-container .acms-container .sp-container {
    padding: 0;
  }
}

/* アニメーション */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ------------------------------
　　カスタム
------------------------------ */
.entrymain {
  margin: 0 auto;
  float: none;
  max-width: 850px;
}
.center_col {
  margin: 0 auto;
  float: none;
}

/* ------------------------------
　　フォーム用
------------------------------ */
.event_formtitle {
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.form_table {
  width: 100%;
}
.form_table th,
.form_table td {
  padding: 10px;
}
.form_table tr {
  border-bottom: 1px solid #ddd;
}
.form_table th {
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  width: 200px;
}
.form_table th label {
  float: left;
}
.form_table th .acms-admin-label {
  float: right;
}
.form_table td input {
  padding: 15px;
  font-size: 16px;
  border: none;
  background-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.form_table td textarea {
  padding: 15px;
  font-size: 16px;
  border: none;
  background-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.form_table td select {
  padding: 10px;
  font-size: 13px;
  border: none;
  background: #eee;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 10px;
}
.acms-admin-btn.btnstyle {
  background: #e87627;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_table p.acms-admin-text-error {
  margin-bottom: 0;
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  border: 0;
  background: #999;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.btn:hover,
.btn:visited {
  color: #fff;
  text-decoration: none;
}
.btn:focus,
.btn:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn:hover {
  background-color: #999;
  background-image: linear-gradient(to bottom, #c1c1c1, #999);
  color: #fff;
}
.btn:active,
.btn:focus {
  background: #878787;
}

/* ボタン　色付き */
.btn-attention {
  border: 0;
  background: #ff9a00;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
  color: #fff;
  text-decoration: none;
}
.btn-attention:focus,
.btn-attention:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention:hover {
  background-color: #ff9a00;
  background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
  color: #fff;
}
.btn-attention:active,
.btn-attention:focus {
  background: #eda800;
}

/* ボタンサイズ大 */
.btn-large {
  background: #999;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-large:hover,
.btn-large:visited {
  color: #fff;
  text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-large:hover {
  background: #777;
}
.btn-large:active,
.btn-large:focus {
  background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #ff9a00;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
  color: #fff;
  text-decoration: none;
}
.btn-attention-large:focus,
.btn-attention-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-large:hover {
  background: #ff7e00;
}
.btn-attention-large:active,
.btn-attention-large:focus {
  background: #eda800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  width: 100%;
  background: #999;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
  color: #fff;
  text-decoration: none;
}
.btn-block-large:focus,
.btn-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-block-large:hover {
  background: #777;
}
.btn-block-large:active,
.btn-block-large:focus {
  background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #ff9a00;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  color: #fff;
  text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-block-large:hover {
  background: #ff7e00;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #eda800;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px;
  }
}

/* ボーダーボタン */
.home-btn {
  margin: 20px 0 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.btn-border [class*="acms-icon-"] {
  color: #ccc;
  font-size: 14px;
}
.btn-border:hover {
  text-decoration: none;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100px;
  color: #333;
}

.page-title-filter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-title-inner {
  display: block;
  position: relative;
  padding: 15px 10px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
}

.page-title {
  margin: 0 auto;
  padding: 0 15px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border-bottom: 5px solid #ddd;
  position: relative;
}
.public_hall .page-title {
  border-bottom: 5px solid #f6ab00;
}
.public_hall .cate-entext {
  color: #f6ab00;
}
.exchange_plaza .page-title {
  border-bottom: 5px solid #ee859a;
}
.exchange_plaza .cate-entext {
  color: #ee859a;
}
.episode .page-title,
.manabinews .page-title,
.manabi .page-title {
  border-bottom: 5px solid #aacd06;
}
.episode .cate-entext,
.manabinews .cate-entext,
.manabi .cate-entext {
  color: #aacd06;
}
.cafe .page-title {
  border-bottom: 5px solid #b06d4f;
}
.cafe .cate-entext {
  color: #b06d4f;
}

.page-title:after {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}
.page-title a {
  color: #fff;
}

.page-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.cate-entext {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  color: #aaa;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .page-title {
    margin: 0 auto;
    padding: 0 15px 10px;
    font-size: 18px;
  }
  .cate-entext {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .page-title-wrapper {
    max-height: 270px;
  }
}

/* ------------------------------
　　ページャー
------------------------------ */
.acms-container ul.pager {
  list-style: none;
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
}
.acms-container ul.pager li {
  display: inline-block;
  margin: 0 5px;
  width: auto;
  padding: 0;
}
.acms-container ul.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #fff;
  background: #999;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  border-radius: 3px;
  background: #e5e5e5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}

/* 前後リンク */
.serial-nav {
  list-style: none;
  margin: -25px 0 60px 0;
  padding: 0;
}
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}
.serial-nav .serial-nav-item-prev {
  text-align: left;
}
.serial-nav .serial-nav-item-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav a:hover {
  background: #e5e5e5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #fff;
}

.topicpath-list {
  list-style: none;
  margin: 0 auto;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../images/marker/icon_arrow.png") no-repeat left center;
  font-size: 12px;
}
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #666;
  font-size: 12px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
  color: #666;
}
@media (max-width: 767px) {
  .topicpath,
  .topicpath-link {
    font-size: 12px;
  }
  .topicpath-item:first-child {
    padding: 0 5px 0 0;
  }
  .topicpath-item {
    float: left;
    padding: 0 5px 0 12px;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}
.slick-slider img {
  margin: 0 auto;
  width: 100%;
}

.fix-height {
  height: 300px;
  /* はじめのちらつき防止 */
  overflow: hidden;
  /* はじめのちらつき防止 */
}
.slick-slide {
  width: inherit;
  /* background-color: #EEE; */
}
.slick-slide img {
  /* transition: all .3s; */
}
.js-slider_top {
  background-color: #ffe7eb;
}
.js-slider_top .slick-slide img {
  opacity: 0.6;
  transform: scale(0.9);
}
.js-slider_top .slick-slide.slick-active img {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
}
/*.slick-slide:hover {
	cursor: pointer;
}
*/
.main-slider-image {
  height: 300px;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.main-slider-side-copy {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.js-slider_top .slick-slide {
  /* padding: 0 10px; */
  margin-top: 20px;
  margin-bottom: 10px;
}
.js-slider_top .slick-slide img {
  border-radius: 20px;
}
/* .top_slider_wrap{
  padding: 20px;
}
.top_slider_wrap img{
  width: 80%;
  border-radius: 20px;
  margin: 0 auto;
} */

@media (max-width: 767px) {
  .js-slider_top .slick-slide img {
    border-radius: 0;
  }
  .js-slider_top .slick-slide {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  /* .top_slider_wrap{
    padding: 0;
  }
  .top_slider_wrap img{
    width: 100%;
    border-radius: 0;
  } */
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  /* border-bottom: 1px solid #EEE; */
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 20px;
  height: 50px;
  margin-top: -29px;
  padding: 10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  /* background-color: rgba(0,0,0,.3); */
  background-size: contain;
  background-repeat: no-repeat;
}

.js-slider_top .slick-prev,
.js-slider_top .slick-next {
  top: 45%;
  width: 30px;
  height: 90px;
  margin-top: -29px;
  padding: 10px;
}

.js-slider_top .slick-prev {
  left: 10px;
  background-image: url("../images/marker/top_arrow_left.png");
}

.js-slider_top .slick-next {
  right: 10px;
  background-image: url("../images/marker/top_arrow_right.png");
}

.slick-prev {
  left: 10px;
  background-image: url("../images/marker/icon_white_arrow_left.png");
}

.slick-next {
  right: 10px;
  background-image: url("../images/marker/icon_white_arrow_right.png");
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  font-size: 0;
  background: #ddd;
  border-radius: 7px;
  border: 0;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #df8a9b;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
  .fix-height {
    height: 400px;
    /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 400px;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner {
  margin-top: 10px;
}

.module-heading {
  margin: 0;
  font-size: 18px;
}
.module-heading [class*="acms-icon-"] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #333;
  font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
  color: #ccc;
  font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
  list-style: none;
  padding: 0;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
  text-align: left;
}

.heading-align-center .group-heading {
  text-align: center;
}

.heading-align-right .group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail {
  text-align: left;
}

.detail-align-center .group-detail {
  text-align: center;
}

.detail-align-right .group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap {
  text-align: left;
}

.btn-align-center .group-btn-wrap {
  text-align: center;
}

.btn-align-right .group-btn-wrap {
  text-align: right;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
  /* リスト */
  a.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    transition: padding 0.15s ease-out;
  }
  a.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    transition: padding 0.25s ease-out;
  }
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.summary-default-entry {
  float: left;
  padding: 10px;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.summary-default-entry.bl-hover {
  background: #f1f1f1;
}
.acms-entry .summary-default-entry {
  padding: 10px;
}

.summary-title {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .summary-default-entry-image-wrap img {
    width: 60px;
    height: auto;
  }
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}

/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pickup-list img {
  display: block;
  transition: opacity 0.25s ease-out;
}
.pickup-list img:hover {
  opacity: 0.75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.banner a:hover {
  opacity: 0.75;
}

.banner-list-item {
  margin: 0 0 20px 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
  line-height: 1.5;
  transition: background-color 0.25s ease-out;
}
.headline-item.bl-hover {
  background: #f1f1f1;
}

@media screen and (max-width: 479px) {
  /* 画面幅が小さいとき */
  /* ヘッドライン */
  .headline-item {
    padding: 10px 0;
  }
  .headline-title {
    display: block;
    margin: 0;
  }
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  font-size: 16px;
  -webkit-filter: none;
  filter: none;
  /* IEでのグラデーションを上書き */
  background: #333;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: 1px solid #333;
}
.search-form .btn-search:hover {
  background: #666;
}

.search-form input[type="search"] {
  padding: 9px 10px;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
}

input[type="search"].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  box-sizing: border-box;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
  padding: 20px 0;
  background: #f6f6f6;
}

.layout-space {
  padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
  float: none;
  margin: 0 auto;
}

/* 見出し */
.section-heading {
  margin: 20px 0 40px 0;
  font-size: 28px;
}
.section-heading a {
  color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}

.group-detail {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
  font-size: 16px;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box {
  padding: 50px 0;
}

.lp-suggest-text {
  margin: 30px 0 10px 0;
}

.lp-suggest-tel {
  margin: 0;
  font-size: 34px;
  font-weight: bold;
  color: #ffb500;
}
.lp-suggest-tel a {
  color: #ffb500;
}

.btn-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  margin: 0 0 25px 0;
}

.page-header {
  margin: 0 -20px 20px;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-header {
    margin: 0 -10px 20px;
  }
}
.acms-entry iframe {
  width: 100% !important;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
  font-size: 14px;
}

/* タイトル */
.acms-page-header {
  border-bottom: 4px dotted #ddd;
}
.entry-title {
  margin: 10px 0;
  padding: 0 20px;
  font-size: 26px;
  text-align: left;
}
.entry-title a {
  color: #333;
}
.acms-entry h2 .entry-title {
  padding: 0;
}
@media (max-width: 767px) {
  .page-header {
    margin: 0 -10px 20px;
  }
  .entry-title {
    padding: 0 10px;
    font-size: 16px;
  }
}

/* エントリーのスタイル */
.entry-column {
  color: #333;
}
.entry-column h2 {
  margin: 50px 10px 25px 10px;
  padding: 5px 10px;
  font-size: 20px;
  color: #3d98ed;
  border-bottom: 3px solid #3d98ed;
}
.entry-column h2.pagetitle {
  margin: 50px 10px 25px 10px;
  padding: 5px 0;
  font-size: 26px;
  color: #222;
  border-bottom: 0;
}
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}
.entry-column h3 {
  margin: 30px 10px 15px 10px;
  font-size: 18px;
  color: #333;
}
.entry-column h3:before {
  content: "\f192";
  font-family: FontAwesome, sans-serif;
  color: #3d98ed;
  padding-right: 10px;
}
.entry-column h3 span {
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}
.entry-column .box-important h2:first-child,
.entry-column .box-attention h2:first-child,
.entry-column .box-gray h2:first-child,
.entry-column .box-important h3:first-child,
.entry-column .box-attention h3:first-child,
.entry-column .box-gray h3:first-child,
.entry-column .box-important h4:first-child,
.entry-column .box-attention h4:first-child,
.entry-column .box-gray h4:first-child {
  margin-top: 0;
}
.entry-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.entry-column a:link {
  color: #006dd9;
  text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}
.entry-column a:visited {
  color: #1b1990;
  text-decoration: none;
}

/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}
.entry-column p.comment {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}
.entry-column em {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.entry-column strong {
  color: #ec060c;
}
.entryInfo {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}

/* カスタムボックス */
.box-important {
  border: 3px solid #ec060c;
  padding: 40px 40px 10px;
  margin: 20px 10px;
}
.box-attention {
  border: 1px solid #999;
  padding: 40px 40px 10px;
  margin: 20px 10px;
}
.box-gray {
  background-color: #eee;
  padding: 40px 20px 10px;
  margin: 20px 10px;
}
@media (max-width: 767px) {
  .box-important {
    padding: 30px 20px 0px;
  }
  .box-attention {
    padding: 30px 20px 0px;
  }
}
/* エントリー内ボタン */
.entry-column p.entry-btn {
  margin-bottom: 10px;
}
.entry-column p.entry-btn a {
  background: #999;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn a:hover {
  background-color: #999;
  background-image: linear-gradient(to bottom, #c1c1c1, #999);
  color: #fff;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
  background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a {
  background: #ff9a00;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
  color: #fff;
  text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn-attention a:hover {
  background-color: #ff9a00;
  background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
  color: #fff;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
  background: #eda800;
}

.entry-column p.summary-title {
  margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 5px;
}

/* テーブル */
.entry-column table {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  border-collapse: collapse;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.entry-column table.table-history {
  table-layout: fixed;
}

.entry-column th,
.entry-column td {
  /* display: block; */
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  vertical-align: middle;
  text-align: center;
}
.entry-column th span,
.entry-column td span {
  font-size: 0.8em;
}
.entry-column .small_text_table th,
.entry-column .small_text_table td {
  /* display: block; */
  padding: 5px 8px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .entry-column th,
  .entry-column td {
    font-size: 14px;
  }
}

.entry-column .acms-table-responsive {
  margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-column .acms-table-responsive table {
  margin: 0;
}

.entry-column th {
  background: #f5f5f5;
}

/* 大ボタン */
p.largebtn_wrapper a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background-color: #ff4800;
  color: #fff !important;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  border-radius: 10px;
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
  background: #fff;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
  display: block;
}

.entry-column table.table-history th {
  padding: 10px;
}

.entry-column table.table-history td {
  padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
  display: block;
  padding: 0 10px 10px 10px;
  background: #fff;
}

/* リスト */
.entry-column ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 2em;
  overflow: hidden;
}
.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
}
.entry-column ul li:before {
  content: "\f0da";
  font-family: FontAwesome, sans-serif;
  color: #3d98ed;
  padding-right: 10px;
}
.entry-column ul li span {
  font-size: 0.7em;
  color: #999;
}
.entry-column ul.summary-default {
  padding: 0;
}
.entry-column ul.summary-default li {
  margin: 0;
}
.entry-column ul.column-2 li {
  width: 50%;
  float: left;
}
.entry-column .box-gray ul {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .entry-column ul.column-2 li {
    width: 100%;
    float: none;
  }
}
/* 番号付きリスト */
.entry-column ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 2.5em;
}
.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.entry-column dd {
  margin-left: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.acms-dl-horizontal dt,
.acms-dl-line dt {
  width: 6em;
}
.acms-dl-horizontal dd,
.acms-dl-line dd {
  padding-left: 7em;
}
@media (max-width: 767px) {
  .acms-dl-horizontal dt,
  .acms-dl-line dt {
    float: none;
  }
  .acms-dl-horizontal dd,
  .acms-dl-line dd {
    padding-left: 1em;
  }
}
/* 引用 */
.entry-column blockquote {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px 15px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-left: 4px solid #bfbfbf;
  background: #efefef;
  box-sizing: border-box;
}

/* ソースコード */
.entry-column pre {
  width: 100%;
  margin: 0 0 30px 0;
}
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
.entry-column .caption {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 480px) {
  .entry-column .table-history-img {
    float: right;
  }
}

/* @media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
		text-align: center;
		background-color: #CCC;
	}
	.entry-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
} */

/* エントリーフッター */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #999;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
  float: right;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

/* SNSシェアボタン */
.share-list {
  display: inline;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.share-item a {
  color: #999;
  text-decoration: none;
}
.share-item [class*="acms-icon"] {
  font-size: 16px;
  vertical-align: middle;
}
.share-item .share-item-facebook {
  /* Facebook */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #3b5999;
  border-radius: 4px;
}
.share-item .share-item-facebook:before {
  vertical-align: middle;
}
.share-item .share-item-twitter {
  /* Twitter */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #55acee;
  border-radius: 4px;
}
.share-item .share-item-twitter:before {
  vertical-align: middle;
}
.share-item .share-item-gplus {
  /* Google + */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #dd4b39;
  border-radius: 4px;
}
.share-item .share-item-gplus:before {
  vertical-align: middle;
}

/* 続きを読むボタン */
.continue-link {
  margin: 0;
  font-size: 16px;
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 3px;
  background: #999;
}
.continue-link a [class*="acms-icon"] {
  margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
  color: #fff;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }
  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
  }
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

/* ------------------------------
　　サブカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 18px;
}
/* ------------------------------
　　トップページ
------------------------------ */
.caution {
  text-align: center;
  padding: 20px;
  background-color: #ff2f3c;
  color: #fff;
}
.caution a {
  color: #fff;
  font-weight: bold;
}
.topHeadlineTitle {
  font-size: 24px;
  padding: 8px 15px;
  margin: 0 10px 3px;
  border-bottom: 1px solid #df8a9b;
  position: relative;
}
.topHeadlineTitle span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  color: #999;
  letter-spacing: 0.1em;
}
.Eventsummary {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 20px;
}
.Eventsummary li {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  list-style: none;
  position: relative;
}
.event_summaryindex .Eventsummary li {
  width: 25%;
  position: relative;
}
.event_summaryindex .Eventsummary li .evententryplaceicon {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 767px) {
  .event_summaryindex .Eventsummary li {
    width: 50%;
  }
}
.Eventsummary li img {
  width: 100%;
  border: 1px solid #eee;
}
.Eventsummary li .evententryplaceicon {
  position: absolute;
  top: 20px;
}
.eventsummary-body .eventheadduration {
  margin: 5px 0 2px;
  font-size: 12px;
  color: #999;
}
.eventsummary-body .eventtitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.eventsummary-body .eventtitle a {
  color: #333;
}
.otherentrybtn {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.otherentrybtn a {
  font-size: 14px;
  color: #333;
  padding: 10px 40px;
  float: right;
  font-weight: bold;
  border: 1px solid #ef93a6;
}
@media (max-width: 767px) {
  .Eventsummary {
    margin: 10px 10px;
  }
  .Eventsummary li {
    width: 50%;
    padding: 10px;
  }
  .eventsummary-body .eventtitle {
    font-size: 14px;
  }
  .otherentrybtn {
    margin-right: 0;
  }
}
.event_summaryindex .Eventsummary {
  margin: 10px 0;
}

/*お知らせ一覧*/
.topNewslist {
  margin: 20px 35px;
  font-size: 16px;
}
.topNewslist dt {
  width: 160px;
  float: left;
  margin-bottom: 15px;
}
.topNewslist dd {
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 160px;
}
.newsicon {
  font-size: 11px;
  color: #fff;
  position: relative;
  top: -2px;
  padding: 3px 15px;
  width: 6em;
  display: inline-block;
  text-align: center;
}
.topNewslist a {
  margin-left: 5px;
  color: #333 !important;
  font-weight: bold;
}
.icon-newentry {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: -2px;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  color: #be455a;
  border: 1px solid;
}
.newsentrywrap {
  margin-bottom: 70px;
}
/* バナー */
.topbtmbanner {
  overflow: hidden;
  padding-left: 0;
}
.topbtmbanner li {
  list-style-type: none;
}
.topbtmbanner li a {
  display: inline-block;
  background-color: #fff;
}
.topbtmbanner li a img {
  border: 3px solid #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
}
.topbtmbanner li a:hover img {
  border: 3px solid #aacd06;
}
.guideline {
  text-align: center;
}
.guideline a {
  /* display: block; */
  /* border: 1px solid #CCC; */
  margin-top: 10px;
  padding: 5px 15px;
  text-align: center;
  color: #333;
}
.guideline a span {
  display: inline-block;
}
@media (max-width: 767px) {
  main.topcontents {
    padding: 0;
  }
  .topHeadlineTitle {
    font-size: 20px;
    padding: 5px 5px;
    margin: 0 10px 3px;
  }
  .otherentrybtn a {
    font-size: 12px;
    width: calc(100% - 20px);
    margin: 0 auto;
    color: #333;
    padding: 5px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
  }
  .topNewslist {
    margin: 15px 10px;
    font-size: 12px;
  }
  .topNewslist dt {
    width: 100%;
    float: none;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .topNewslist dd {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 14px;
  }
  .topNewslist a {
    margin-left: 0;
  }
  .newsicon {
    font-size: 10px;
    top: -2px;
    padding: 2px 10px;
    margin-bottom: 2px;
  }
  .icon-newentry {
    font-size: 10px;
    top: -2px;
    padding: 3px 5px;
    margin-bottom: 2px;
  }
  .topbtmbanner li {
    margin-bottom: 10px;
  }
  .otherentrybtn {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* 公共施設へのバナー */
.topbtm_publicbanner {
  display: flex;
  padding-left: 0;
  margin: 30px 7px 10px;
}
.topbtm_publicbanner li {
  box-sizing: border-box;
  padding: 3px;
  list-style: none;
}
.topbtm_publicbanner li a {
  border: 1px solid #eee;
  display: block;
  background-color: #fff;
}
@media (max-width: 767px) {
  .topbtm_publicbanner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .topbtm_publicbanner li {
    width: 50%;
  }
}

/* ------------------------------
　　トップページのイベントカレンダー
------------------------------ */
.top_eventcalendar_wrap {
  margin: 10px;
}
.event_calendar_topics h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.event_calendar h3 {
  margin-top: 30px;
  margin-bottom: 3px;
}
.event_calendar table {
  background-color: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.event_calendar table td {
  width: 14.2%;
  line-height: 1.2;
  padding: 8px 5px;
}
.event_calendar table td.today {
  background-color: #ffedde;
}
.event_calendar table td.week_label {
  font-weight: bold;
  background-color: #eee;
}
.event_calendar table td.label_0 {
  background-color: #ffe4e4;
}
.event_calendar table td.label_6 {
  background-color: #e4faff;
}
.event_calendar table td p {
  margin: 0 0 3px;
}
.event_calendar table td p a {
  font-weight: bold;
  color: #006dd9;
  text-decoration: underline;
}
.cal_otodashi {
  display: block;
  font-size: 8px;
  line-height: 1.2;
  background-color: #5181e8;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
}
.cal_otodashi.reserved {
  background-color: #ccc;
  color: #999;
}
.event_cal_dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  margin: 2px 0 0;
  border-radius: 10px;
}
.event_cal_dot.manabi {
  background-color: #aacd06;
}
.event_cal_dot.manabi_sp {
  background-color: #aacd06;
}
.event_cal_dot.exchange_plaza {
  background-color: #ee859a;
}
.event_cal_dot.public_hall {
  background-color: #f6ab00;
}
.event_cal_dot.otodashiba {
  background-color: #154593;
}

.top_event_calendarwrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.event_summary {
  width: 100%;
  box-sizing: border-box;
  /* padding-right: 20px; */
}
.event_calendar_topics {
  width: 30%;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(239, 147, 166, 0.1);
  margin-top: 10px;
  margin-right: 10px;
  border: 2px solid rgba(239, 147, 166, 1);
  border-radius: 10px;
}
.top_calendar_thum {
  text-align: center;
}
.top_calendar_thum p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  margin-right: 14px;
}
.top_calendar_thum p a {
  color: #333;
  text-decoration: underline;
}
.eventcal_loading {
  text-align: center;
  padding: 5em 10px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.open_info {
  font-size: 12px;
  margin: 20px 10px 10px;
}
.open_info h4 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.open_info dl {
  padding: 0 10px;
  font-size: 11px;
}
.open_info dt {
  display: inline-block;
  font-weight: bold;
}
.open_info dd {
  margin-left: 5px;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .top_event_calendarwrap {
    flex-wrap: wrap;
  }
  .event_summary {
    width: 100%;
    padding-right: 0;
  }
  .event_calendar_topics {
    width: 100%;
    margin: 0 10px;
    display: none;
  }
}

/* ------------------------------
　　イベントカテゴリ
------------------------------ */
.event-title {
  margin-top: 5px;
}
.evententryplaceicon {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: -4px;
  color: #fff;
}
.eventheadduration {
  font-weight: bold;
  font-size: 16px;
  margin: 0 20px;
}
.eventfieldwrap .eventmainimg {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 600px;
}
.eventfieldwrap .eventmainimg.yoko_image {
  width: 100%;
  max-width: 1200px;
}
.eventfieldwrap .eventmainimg img {
  max-width: 100%;
}
.eventfieldwrap {
  margin: 0;
}
.eventfieldwrap.manabi_sp {
  display: flex;
}
.eventfieldwrap.manabi_sp .eventmainimg {
  width: 50%;
  max-width: auto;
}
.eventfieldwrap.manabi_sp .event_textwrap {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .eventfieldwrap.manabi_sp {
    flex-wrap: wrap;
  }
  .eventfieldwrap.manabi_sp .eventmainimg {
    width: 80%;
    margin: 0 auto 20px;
  }
  .eventfieldwrap.manabi_sp .event_textwrap {
    width: 100%;
    padding: 0 20px;
  }
}
dl.event_otherinfo dt {
  width: 5em;
  float: left;
  /* text-align: right; */
  color: #3d98ed;
}
dl.event_otherinfo dt:after {
  content: "\f105";
  font-family: FontAwesome, sans-serif;
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  position: relative;
  top: -2px;
  color: #999;
}
dl.event_otherinfo dd {
  padding-left: 5.5em;
  /* border-bottom: 1px solid #EEE; */
}
dl.event_otherinfo dd + dd {
  margin-top: -15px;
}
.EventinfoSummary .Eventsummary li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Eventsummary li {
    margin-bottom: 20px;
  }
  .eventheadduration {
    font-size: 12px;
    margin: 0 10px;
  }
  dl.event_otherinfo dt {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 14px;
  }
  dl.event_otherinfo dd {
    padding-left: 10px;
    font-size: 14px;
  }
}
.manabi_archive_links {
  text-align: center;
  padding: 0 20px;
}
.manabi_archive_links a {
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  color: #666;
  border: 1px solid #666;
  display: block;
}
/* ------------------------------
　　施設予約
------------------------------ */
.reservationlink {
  background-color: #f3f3f3;
  padding: 0 0 10px;
  margin: 0 10px 20px;
  border-radius: 5px;
}
.reservationlink h4 {
  font-size: 15px;
  margin: 8px 5px 5px 15px;
  display: inline-block;
}
.reservationlink .capacity {
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #666;
  padding: 2px 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.reservationlink img {
  width: 100%;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.reservationlink p {
  font-size: 14px;
  margin: 0 15px 10px;
}
.reservationlinkbtn a {
  margin: 10px 10px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  display: block;
  background-color: #fff;
  color: #999 !important;
  font-weight: bold;
}
.reservationlinkbtn a:hover {
  background-color: #f77b40;
  text-decoration: none;
  color: #fff !important;
}
.reservationlink p.room_discription {
  font-size: 12px;
  line-height: 1.5;
}

/* ------------------------------
　　アクセスマップ
------------------------------ */
.opengmap {
  font-size: 12px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #999;
  color: #fff !important;
  margin-left: 10px;
  margin-right: 10px;
}
p.access_ad {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.accesstext dt {
  font-size: 15px;
  float: left;
  color: #3d98ed;
  width: 4em;
  text-align: right;
}
.accesstext dd {
  font-size: 15px;
  padding-left: 5em;
  margin-bottom: 10px;
}
/* ------------------------------
　　アイコンカラー設定（イベント/お知らせ）
------------------------------ */

.icon-public_hall {
  background-color: #f6ab00;
}
.icon-exchange_plaza {
  background-color: #ee859a;
}
.icon-manabi {
  background-color: #aacd06;
}
.icon-manabi_sp {
  background-color: #aacd06;
}
.icon-cafe {
  background-color: #b06d4f;
}
.icon-hiroba {
  background-color: #aaa;
}
.icon-other {
  background-color: #aaa;
}
.icon-otodashiba {
  background-color: #154593;
}
.icon-manabinews {
  background-color: #87a404;
}
.icon-normal {
  background-color: #aaa;
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
  margin: 0 0 35px 0;
  padding: 0 10px;
  font-weight: bold;
  color: #c41134;
}

.contact-box p.contact-no {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.contact-box p.contact-no a {
  color: inherit;
}

.contact-box p.error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}

.contact-box table.contact-form {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.contact-box table.contact-form tr {
  background: #fff;
}

@media screen and (min-width: 480px) {
  .contact-box th,
  .contact-box td {
    display: table-cell;
  }
}

@media screen and (min-width: 768px) {
  .contact-box th {
    width: 260px;
  }
}

/* ステップ 
------------------------------ */
.contact-box .mail-step {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  background: #e5e5e5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}

.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}

/* ラベル 
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  background: #c41134;
}

@media screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right;
}

.invalid {
  background: #ffebee !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.head-wrapper {
  border-bottom: 1px solid #eee;
}
/* サイト名 */
.site-name {
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.header-stack .site-name {
  margin: 12px 0 5px;
  /* text-align: center; */
}
.site-name a {
  color: #999;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
  color: #999;
}

.site-logo {
  display: inline-block;
  width: 240px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.site-name-text {
  display: inline;
  vertical-align: middle;
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .head-wrapper .acms-container {
    margin: 0;
  }
  .head-wrapper .header-logo {
    margin: auto;
    /* margin-left: 0; */
    width: 120px;
  }
}
/*アイコン付ナビ*/
.headiconnavwrap {
  /* margin-top: 20px; */
  /* border-right: 1px solid #DDD; */
  display: flex;
  align-items: center;
}
ul.headiconnav {
  padding-left: 0;
  /* overflow: hidden; */
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
ul.headiconnav li {
  /* padding: 15px 20px; */
  /* border-left: 1px solid #DDD; */
  /* width: 25%; */
  /* float: left; */
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

ul.headiconnav li.bl-hot:hover {
  /* background-color: #fff9d7; */
}
ul.headiconnav li i {
  font-size: 25px;
  display: block;
  min-height: 30px;
  padding-bottom: 3px;
  color: #3d98ed;
}
ul.headiconnav li a {
  color: #333;
  display: block;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
  padding: 10px 18px;
}
ul.headiconnav li:hover a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #df8a9b;
}

ul.headiconnav li.stay a {
  border-bottom: 2px solid #df8a9b;
}

ul.headiconnav li a .acms-admin-icon {
  color: #999;
  font-size: 0.7em;
}
@media (max-width: 1150px) {
  ul.headiconnav li {
    /* padding: 15px 10px; */
  }
  ul.headiconnav li a {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .site-logo {
    width: 240px;
  }

  .header-stack .site-name {
    margin: 12px 0 5px;
  }
  #spfootmenu {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: -100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #spfootmenu.fixed {
    bottom: 0;
    left: 0;
  }
  .headiconnavwrap {
    bottom: 0;
    z-index: 500;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
  }
  ul.headiconnav li {
    font-size: 9px;
    padding: 0;
  }
  ul.headiconnav li:first-child {
    border-left: none;
  }
  ul.headiconnav li a {
    display: block;
  }
  ul.headiconnav {
    margin: 0;
  }
  ul.headiconnav li span {
    padding: 12px;
    display: block;
  }
  ul.headiconnav li i {
    font-size: 18px;
    min-height: 18px;
    padding-bottom: 2px;
  }
  .headiconnavwrap {
    margin-top: 10px;
    border-right: none;
  }
}
/* 予約ボタン */
.reserved_btn a {
  display: inline-block;
  background-color: #f30909;
  color: #fff;
  font-weight: bold;
  padding: 13px 25px;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1;
  border: 3px solid #ffe30c;
}
.reserved_btn a span {
  font-size: 0.8em;
  margin-right: 0;
  padding-right: 0;
}
.reserved_btn a:hover {
  text-decoration: none;
  background-color: #e44100;
}

@media (min-width: 1024px) {
  .site-name {
    font-size: 24px;
  }
  .header-stack .site-name {
    text-align: left;
  }
  .site-logo {
    width: 150px;
  }
  .header {
    display: table;
    width: 100%;
  }
  .header-stack .header {
    display: block;
  }
  .header-logo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .header-stack .header-logo {
    display: block;
  }
  .header-nav {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1024px) {
  .header-logo {
    display: table-cell;
    /* width: 40%; */
  }
  .header-stack .header-logo {
    display: block;
    width: 150px;
  }
  .header-nav {
    /* display: table-cell; */
    /* width: 60%; */
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1024px) {
  .header-stack .header-logo {
    width: 250px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .header {
    display: block;
  }
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.gototop {
  display: none;
}
.header-logo {
  /* 固定したときの高さを保つ */
  padding: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0 5px;
  z-index: 100000;
  box-sizing: border-box;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  display: inline-block;
  height: 44px;
  padding: 7px 5px;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
}
a .nav-menu-btn {
  color: #333;
}
.nav-menu-btn:hover {
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

.nav-menu-btn-text {
  margin: 0 0 0 5px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  display: inline-block;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
  display: table;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.nav-menu-action-link {
  color: #333;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
  color: #333;
  text-decoration: none;
}

.navbar {
  display: none;
  width: calc(100% - 20px);
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
  text-decoration: none;
  color: #fff;
  background: #c41134;
}

/*@media (min-width: 1024px) {*/
.header-nav {
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px 0;
  margin: 20px 0 0;
  display: block;
}
.navbar .nav_manabi,
.navbar .nav_public,
.navbar .nav_plaza {
  /* width: 27%; */
}
.navbar .nav_cafe {
  /* width: 19%; */
}
.navbar ul.gnav-first {
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar ul.gnav-first li a {
  padding: 1px 13px;
}

.navbar ul li {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.navbar ul li span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  display: none;
  color: #999;
}
.navbar ul li.nav_snslinkicon {
  border-right: 0px solid #ddd;
}
.navbar ul li.nav_snslinkicon.insta {
  padding-left: 10px;
}
.navbar ul li.nav_snslinkicon img {
  width: 25px;
}
.navbar ul li.nav_snslinkicon a {
  padding: 1px 5px;
}

.header {
  height: 110px;
}
.navbar {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
.navbar > ul {
  float: right;
  list-style: none;
  padding: 0;
}
.header-stack .navbar > ul {
  /* float: none; */
  /* display: table; */
  /* width: 100%; */
  /* table-layout: fixed; */
  /* border-right: 1px solid #EEE; */
}
.navbar li {
  float: left;
  position: relative;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
.header-stack .navbar li.navbar-btn {
  padding: 0 10px;
}
.header-stack .navbar li {
  /* float: none; */
  /* display: table-cell; */
  /* border-left: 1px solid #EEE; */
}
.navbar li ul {
  /* 二階層目 */
  display: none;
  position: absolute;
  left: 0;
  min-width: 200px;
}
.navbar li li {
  margin: 0;
}
.header-stack .navbar li li {
  display: block;
  border: 0;
}
.navbar li a {
  /* 一階層目のリンクのみ */
  padding: 15px 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: border 0.25s ease-out;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
  color: #333;
  background: transparent;
}
.header-stack .navbar li a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
}

.navbar li.stay a {
  /* 一階層目のリンクのみ */
  /* border-bottom: 4px solid #666; */
}
.navbar ul.gnav-first li a {
  color: #666;
}
.navbar li.nav_public.stay a {
  color: #f6ab00;
}
.navbar li.nav_plaza.stay a {
  color: #ee859a;
}
.navbar li.nav_manabi.stay a {
  color: #aacd06;
}
.navbar li.nav_cafe.stay a {
  color: #b06d4f;
}

.navbar li.stay a.btn-attention {
  border: 0;
}
.navbar li:hover ul {
  /* 二階層目 */
  display: block;
  z-index: 10000;
  -webkit-animation: 0.8s fade-in;
  animation: 0.8s fade-in;
}
.navbar li:hover a {
  /* 一階層目のリンクのみ */
  /* border-bottom: 4px solid #666; */
}
.navbar li.nav_public:hover a {
  color: #f6ab00;
}
.navbar li.nav_plaza:hover a {
  color: #ee859a;
}
.navbar li.nav_manabi:hover a {
  color: #aacd06;
}
.navbar li.nav_cafe:hover a {
  color: #b06d4f;
}
.navbar li:hover a.btn-attention {
  border: 0;
}
.navbar li:hover li a {
  border: 0;
}
.navbar li li {
  /* 二階層目以降 */
  display: block;
  float: none;
  text-align: left;
  background: #c41134;
  border: 0;
  border-top: 1px solid #910021;
}
.navbar li li:first-child {
  border: 0;
}
.navbar li li a {
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  border: 0;
}
.navbar li li a:hover {
  color: #fff;
  border: 0;
  background: #910021;
}
.navbar a.btn-attention {
  /* ボタン（色付き） */
  background: #ff9a00;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  border: 0;
}
.navbar a.btn-attention:hover,
.navbar a.btn-attention:visited {
  color: #fff;
  text-decoration: none;
}
.navbar a.btn-attention:focus,
.navbar a.btn-attention:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.navbar a.btn-attention:hover {
  background-color: #ff9a00;
  background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
  color: #fff;
  border: 0;
}
.navbar a.btn-attention:active,
.navbar a.btn-attention:focus {
  background: #eda800;
}

/* 予約ボタン */
.gnav_reservelink {
  background: #ff9a00;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .header-nav .acms-grid {
    margin: 0;
  }
  .navbar {
    margin: 0;
    width: 100%;
  }
  .navbar .nav_manabi,
  .navbar .nav_public {
    width: 22%;
  }
  .navbar .nav_plaza {
    width: 36%;
  }
  .navbar .nav_cafe {
    width: 20%;
  }
  .header-nav {
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 0;
  }
  .header {
    height: 50px;
  }
  .navbar ul li a {
    font-size: 10px;
  }
  .navbar ul li span {
    font-size: 7px;
  }
  .header-nav .acms-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar ul.gnav-first {
    border-left: none;
  }
  .navbar ul li {
    border-right: 1px solid #999;
    overflow: hidden;
    white-space: nowrap;
  }
  .navbar ul li:last-child {
    border-right: none;
  }
  .navbar li a {
    padding: 10px 0;
  }
}

@media (min-width: 1024px) {
  .header-logo {
    padding: 0;
  }
  .navbar ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .navbar ul li a {
    font-size: 16px;
  }
}

/* オフキャンバス */
.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}

#offcanvas:target .close-btn {
  display: block;
}

#offcanvas .close-btn {
  position: absolute;
  top: -3.75em;
  left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
  display: block;
  opacity: 0.7;
}

@media (max-width: 1023px) {
  #nav {
    padding: 10px 15px 100px 15px;
    box-sizing: border-box;
  }
  .offcanvas-nav {
    /* グローバルナビゲーション */
    margin: 0 0 20px 0;
  }
  .offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .offcanvas-nav li {
    display: block;
    padding: 10px;
    font-size: 16px;
    border-top: 1px solid #ccc;
  }
  .offcanvas-nav li.navbarBtn {
    border: 0;
  }
  .offcanvas-nav li.stay {
    background: #555;
  }
  .no-js .offcanvas-nav li.stay {
    background: #e5e5e5;
  }
  .offcanvas-nav li:first-child {
    border: 0;
  }
  .offcanvas-nav li ul {
    display: none;
  }
  .offcanvas-nav a {
    display: block;
    margin: -10px;
    padding: 10px;
    color: #e8ede3;
  }
  .offcanvas-nav a:hover {
    text-decoration: none;
  }
  .offcanvas-nav a.btn-attention {
    border-top: 0;
    border-radius: 0;
    font-weight: normal;
  }
  .offcanvas-nav a.btn-attention:hover {
    background: #ff9a00;
  }
  .no-js .offcanvas-nav a {
    color: #333;
  }
  /* オフキャンバス内のパーツ */
  .offcanvas-bar {
    display: none;
    padding: 10px 15px 100px 15px;
  }
  .js-acms-offcanvas-active .offcanvas-bar {
    background: #333;
  }
  .offcanvas-bar .module-header {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  .no-js .offcanvas-bar .module-header {
    /* IE8対応 */
    color: #333;
    border-bottom: 2px solid #333;
  }
  .offcanvas-bar .side-list-link {
    color: #fff;
  }
  .no-js .offcanvas-bar .side-list-link {
    /* IE8対応 */
    color: #333;
  }
  .offcanvas-bar .side-list-link:hover,
  .offcanvas-bar .side-list-link:visited,
  .offcanvas-bar .side-list-link:focus,
  .offcanvas-bar .side-list-link:active {
    color: #fff;
    background: 0;
  }
  .no-js .offcanvas-bar .side-list-link:hover,
  .no-js .offcanvas-bar .side-list-link:visited,
  .no-js .offcanvas-bar .side-list-link:focus,
  .no-js .offcanvas-bar .side-list-link:active {
    /* IE8対応 */
    color: #333;
  }
  .offcanvas-bar .pickup-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
  .offcanvas-bar .pickup-title a {
    color: inherit;
  }
  .offcanvas-bar .btn-search {
    background: #999;
    border: 1px solid #666;
  }
  .offcanvas-bar .sns-list {
    margin: 0 -5px;
  }
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.suggest-box {
  background: #ddd;
}

.suggest-inner {
  display: table;
  width: 100%;
  padding: 15px 0;
}

.suggest-item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.suggest-text {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 14px;
}

.suggest-tel {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.suggest-tel a {
  color: inherit;
}

.suggest-btn {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .suggest-inner {
    padding: 0;
  }
  .suggest-item {
    padding: 30px 10px;
  }
  .suggest-tel {
    margin: 0;
  }
  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}

/* フッター内会社情報 */
.foot-wrapper {
  margin-top: 50px;
  padding: 80px 0;
  background: #555;
}

.footerlogo {
  text-align: center;
  margin-bottom: 50px;
}
.footerlogo img {
  width: 250px;
}
.footerditail {
  color: #fff;
  margin-bottom: 50px;
  overflow: hidden;
}
.footer_name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 5px;
  margin-bottom: 8px;
}
.footerabout {
  margin-top: 0;
  margin-bottom: 3px;
  padding: 0 5px;
  color: #eee;
  font-size: 12px;
}

/* フッターナビゲーション */
.footer-nav {
  float: right;
  width: 650px;
  max-width: 100%;
  margin: 0 -10px;
}

.footer-nav-item {
  float: left;
  display: block;
  width: 25%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
}

.footer-nav-title {
  margin: 0 0 5px 0;
  color: #ccc;
  font-size: 16px;
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-list li {
  line-height: 1.7;
}
.footer-nav-list a {
  color: #999;
}

@media screen and (max-width: 767px) {
  .foot-wrapper {
    margin-top: 40px;
    padding: 40px 0 80px;
  }
  .footerlogo {
    margin-bottom: 0;
  }
  .footerlogo img {
    width: 200px;
  }
  .footer_name {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .footerabout {
    margin-bottom: 2px;
    font-size: 10px;
    text-align: center;
  }
  .footerabout a {
    color: #fff;
    text-decoration: underline;
  }

  .footer-nav {
    display: none;
  }
}

/* ページの上に戻るボタン */
.page-top-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/marker/btn_pageTop.png") no-repeat center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  list-style: none;
  margin: 0 -5px 30px 15px;
  padding: 0;
}

.sns-list-item {
  float: left;
  margin: 0 5px;
}
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus {
  text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #fff;
  border-radius: 4px;
  background: #3b5999;
}
.sns-list-item .sns-list-facebook:before {
  vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #fff;
  border-radius: 4px;
  background: #55acee;
}
.sns-list-item .sns-list-twitter:before {
  vertical-align: middle;
}

.sns-list-item .sns-list-gplus {
  /* Google + */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #fff;
  border-radius: 4px;
  background: #dd4b39;
}
.sns-list-item .sns-list-gplus:before {
  vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #fff;
  border-radius: 4px;
  background: #cd201f;
}
.sns-list-item .sns-list-youtube:before {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }
  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}

/* 著作権表示 */
.copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  color: #ddd;
  letter-spacing: 0.2em;
  font-size: 12px;
}

.copyright-text {
  margin: 0 auto;
}

.copryright-logo {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

/* ------------------------------
　　スマホ用ナビ
------------------------------ */
/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 99999;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #333;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#global-nav ul {
  /*  display: table-cell;
  vertical-align: middle;*/
  /* display: block; */
  /* top: 100px; */
  /* list-style: none; */
}
#global-nav a {
  color: #333;
  text-decoration: none;
  /* display: block; */
  /* padding: 15px 0; */
}

/* ***********************************************************
* nav-list
* *********************************************************** */
/* #global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
} */
#global-nav ul {
  padding: 0;
}
#global-nav ul li {
  /* border-bottom: 1px solid rgba(0,0,0,0.1); */
}
#global-nav ul li.spmenuinnnerlogo {
  padding: 0 0 10px;
}
#global-nav ul li span {
  /* font-family: 'Roboto', sans-serif;
	font-size: 9px;
	display: block; */
}
.spnav_innerlogo {
  text-align: center;
}
.spnav_innerlogo img {
  width: 80%;
}
/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 30px;
  right: 30px;
  display: block;
  position: fixed;
  background: #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.02);
  transform: scale(0.02);
  z-index: 9999;
}
.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 8px;
  top: 11px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 100001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav_text {
  position: absolute;
  display: block;
  font-size: 8px;
  bottom: -37px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  zoom: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: -2px;
}
#nav-toggle span:nth-child(2) {
  top: 5px;
}
#nav-toggle span:nth-child(3) {
  top: 12px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #666;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}
.open #spfootmenu {
  position: fixed;
  z-index: 999999;
  left: 0;
}
.open .nav_text {
  display: none;
}

/* ------------------------------
　　設備紹介
------------------------------ */
/* スライダー */
.facilty_slide {
  margin-right: 10px;
  margin-left: 10px;
}
.facilty_slide ul li:before {
  content: none;
  padding-right: 0;
}
.facilty_slide ul {
  margin: 0 0 0 0;
}
.facilty_slide .slick-prev {
  left: 10px;
}
.facilty_slide .slick-next {
  right: 10px;
}
.facilty_slide .slick-prev,
.facilty_slide .slick-next {
  top: 45%;
}
.faciltytext tr:nth-child(2n + 1) {
  background: #fff;
}
.faciltytext table {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faciltytext th {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
}
.faciltytext td {
  text-align: center;
}
.faciltytext th,
.faciltytext td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 12px;
  font-size: 12px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.faciltywrap .facilityintro {
  font-size: 14px;
  margin-bottom: 15px;
}
.faciltywrap dl {
  margin-bottom: 5px;
}
.faciltywrap dl dt,
.faciltywrap dl dd {
  font-size: 14px;
}
.faciltywrap dl dt {
  float: left;
  width: 3em;
}
.faciltywrap dl dd {
  padding-left: 4em;
  margin-bottom: 5px;
}
p.facilty_comment {
  font-size: 12px;
  margin-top: 10px;
}
.faciltywrap h2 {
  margin-top: 30px;
}
.faciltywrap h2 span {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
}
/* ------------------------------
　　管理系カスタム
------------------------------ */
#adminBox {
  margin-bottom: 0;
}
.admincustomfield label {
  margin-right: 15px;
  margin-bottom: 5px;
}
.acms-admin-edit-info {
  margin: 0;
}
.entryFormColumnBody th {
  padding-right: 5px !important;
  text-align: right;
}
.acms-col-12 {
  overflow: hidden;
}

/* ファイルユニット */
.fileicon {
  display: inline-block;
  padding: 25px 30px;
  background-color: #eee;
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
}

.fileicon--docx:before {
  content: "\f1c2";
}

.fileicon--xlsx:before {
  content: "\f1c3";
}

.fileicon--pptx:before {
  content: "\f1c4";
}

.fileicon--pdf:before {
  content: "\f1c1";
}

.fileicon--zip:before {
  content: "\f1c6";
}

/* spnav_202302 */
.spmenuinnnerlogo {
  max-width: 120px;
  margin: 20px auto;
}
.sp_nav.global_nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
.sp_nav.global_nav ul li {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none;
  flex-grow: 1;
}
.sp_nav.global_nav ul li:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.sp_nav.global_nav ul li a {
  display: block;
  font-weight: bold;
  padding: 20px 5px;
  background-color: #fff;
}
.sp_nav.sub_nav ul li.nav_snslinkicon a {
  background-color: initial;
}
.sp_nav.global_nav ul li.acms-admin-icon a {
  font-size: 0.8em;
  opacity: 0.5;
}

.sp_nav.sub_nav {
  margin: 5px 10px;
}
.sp_nav.sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_nav.sub_nav li {
  box-sizing: border-box;
  list-style: none;
  width: 100%;
}
.sp_nav.sub_nav ul li a {
  display: block;
  margin-bottom: 5px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
}
.sp_nav.sub_nav ul li a span {
  display: none;
}
.sp_nav.sub_nav li.nav_snslinkicon {
  width: 15%;
}
.sp_nav.sub_nav li.nav_snslinkicon a {
  border: 0;
}

.reserved_btn_sp a {
  background-color: #ff2f3c;
  color: #fff !important;
  display: inline-block;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}
.reserved_btn_sp a span {
  font-size: 0.8em;
}

/* ------------------------------
　　施設利用について
------------------------------ */
ul.lending_summary {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.lending_summary li.lending_summary_cont {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 50px;
  text-align: center;
}
ul.lending_summary li.lending_summary_cont li {
  list-style: none;
}
ul.lending_summary li .summary_page_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
ul.lending_summary li .summary_page_title a {
  color: #333;
}
ul.lending_summary_inner_ul {
  padding-left: 0;
  margin-top: 10px;
}
ul.lending_summary_inner_ul li {
  text-align: center;
  font-size: 12px;
}
ul.lending_summary_inner_ul em {
  /* font-weight: bold; */
  font-style: normal;
}
ul.lending_summary_inner_ul span {
  font-size: 0.8em;
}

.topHeadlineTitle span {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 250px;
  padding-left: 10px;
  color: #df8a9b;
  opacity: 0.1;
  letter-spacing: -0.05em;
  left: -150px;
  top: -120px;
  z-index: -1;
  font-style: italic;
}
@media (max-width: 767px) {
  .topHeadlineTitle span {
    font-size: 100px;
    left: -20px;
    top: -40px;
  }
  ul.lending_summary li.lending_summary_cont {
    width: 100%;
  }
}

.top_banner_wrap {
  background-color: #eee;
  padding: 50px 10px;
  margin-bottom: -50px;
}

/* こぼればなし */

.summary_topics {
  padding-left: 0;
}
.summary_topics p {
  margin: 0;
}
.summary_topics li {
  display: block;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  transition: all 0.2s;
}
.summary_topics li:hover {
  background-color: rgba($primary-color, 0.1);
}
.summary_topics li a {
  display: flex;
  color: #333;
  margin-bottom: 20px;
}
.summary_topics li a:hover {
  text-decoration: none;
}
.summary_topics li .summary-image {
  flex-basis: 25%;
}
.summary_topics li .summary-text {
  margin-left: 20px;
  flex-basis: 75%;
}
.summary_topics li .summary-text .summary_date {
  font-size: 12px;
  color: #999;
  text-align: right;
  padding-top: 5px;
}
.summary_topics li .summary_title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.topics_footerdate {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-top: 60px;
  margin-bottom: 30px;
}

/* faq */
.faq_wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.faq_wrapper .faq_question {
}
.faq_wrapper .faq_question p {
  margin-bottom: 0px;
}
.faq_wrapper .faq_question p a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 10px;
  font-size: 18px;
}
.faq_wrapper .faq_question p a:hover {
  color: #df8a9b;
}
.faq_wrapper .faq_question .js-fade-active::after {
  content: "＋";
  font-size: 12px;
  position: absolute;
  right: 0;
}
.faq_wrapper .faq_question .js-fade-active.js-fader-active::after {
  content: "ー";
}
.faq_wrapper .faq_answer {
  padding: 0 10px;
}

/* custom_image_linkbtn */
.image_linkbtn_wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.image_linkbtn_wrap .image_linkbtn_cont a {
  text-decoration: none;
  color: #333;
}
.image_linkbtn_ttl {
  font-weight: bold;
  margin: 10px 0;
  padding: 0 15px 5px 5px;
  font-size: 16px;
  border-bottom: 1px solid #006dd9;
  position: relative;
}
.image_linkbtn_ttl::after {
  content: "＞";
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-weight: normal;
  font-size: 0.8em;
  color: #006dd9;
  text-decoration: none;
  transition: all 0.2s;
}
.image_linkbtn_wrap .image_linkbtn_cont a:hover .image_linkbtn_ttl::after {
  right: 0px;
}
.image_linkbtn_cont {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 15px;
}

@media (max-width: 767px) {
  .image_linkbtn_cont {
    width: calc(100% / 2);
    padding: 10px;
  }
  .image_linkbtn_ttl {
    font-size: 14px;
  }
}

/* 202505manabinews */

.un_manabinewsarchive_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  /* flex-direction: row-reverse;
  justify-content: flex-end; */
}
.un_manabinewsarchive_wrap .manabinews_link {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.un_manabinewsarchive_wrap .manabinews_link img {
  border: 1px solid #eee;
}
.manabinews_caption {
  margin: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .un_manabinewsarchive_wrap .manabinews_link {
    width: calc(100% / 2);
    padding: 5px;
  }
}
