﻿@charset "utf-8";
/*---------サブページ共通*/
#zone_middle_floor{
	padding: 0em 0 5em 0;
}
#zone_bottom_floor{
  border-top: 1px solid #E9E9E9;
}
.zone_logo_misc_flex{
	position: static;
}
/*---------------------*/
/*info-all.shtml　おしらせすべて表示*/
.accordion-area li{
  padding: .8em 0;
}
/*---------------------*/
/*info/ お知らせ詳細ページ*/

/*お知らせタイトル*/
.info_ttl_midashi{
  border-bottom: 1px solid #99c2ee;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  line-height: 1.7;
  padding: .4em 0;
  margin-bottom: 2em;
  position: relative;
}
.info_ttl_midashi::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0863C6 0%, #3a89ce 100%);
}
/*お知らせ　日付*/
.info-detail_date{
  text-align: right;
  font-size: 0.85rem;
  color: #0863C6;
  margin-bottom: 2em;
}
/*画像*/
figure{
  max-width: 640px;
  height: 100%;
  margin-bottom: 2em !important;
}
figcaption{
  text-align: center;
}

img{
    width: max-content;
    max-width: 100%;
}
/*---------------------*/
/*news.shtml　更新情報すべて表示*/
.dl_news{font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);}
dl.dl_news > div{
  box-shadow: none;
  border-radius: 0;
  border-bottom: .1px dashed #d1d1d1;
  margin-bottom: 0;
}

/*---------------------*/

ul.l_danraku {
    max-width: 1100px;
    margin: 0 auto 3em auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    justify-items: center;
    align-items: start;
    justify-content: center;
}

ul.l_danraku>li ul.l_menu_list > li a{
	text-decoration: none;
}
ul.l_danraku>li ul.l_menu_list li.mago:before{
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-size: .7em;
	vertical-align: middle;
  color: #A9C3D7;
content: "\f054";
}
ul.l_danraku>li ul.l_menu_list.col_mark_circle li.mago::after{
	display: none;
}

ul.l_danraku>li ul.l_menu_list.col_mark_circle li h4{
font-weight:normal;
}
ul.l_danraku>li h3{
	margin-bottom: 1em;
}
@media (max-width: 768px) {
	ul.l_danraku {
		display: block;
    justify-items: self-start;
  }
}
/*---------*/
.l_icon:before{
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-size: 1.1em;
  color: #89B0DB;
}
.l_icon.i_login:before{
	content: "\f2f6";
}
.l_icon.i_about:before{
	content: "\f05a";
}
.l_icon.i_movie:before{
	content: "\f03d";
}
.l_icon.i_event:before{
	content: "\f073";
}
.l_icon.i_other:before{
	content: "\f07b";
}
.l_icon.i_other{
	color: #6C6C6C;
}
/*問い合わせtable*/
.unit_table_side table{
  background-color: #fff;
}
.unit_table_side table tr{
  padding-bottom: 0;
}
.unit_table_side table tr th, .unit_table_side table tr td{
	border-bottom: #89B0DB 1px solid;
	padding: 1em;
}
@media screen and (max-width: 960px) {
    .unit_table_side table tr th, .unit_table_side table tr td {
        width: auto;
        padding: .8em;
        text-align: left;
    }
}
/*ページネーション*/
nav.pagination-container{
  margin: 3em auto 0;
}
nav.pagination-container ul {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.3s;
  border-radius: 0px;
  overflow: hidden;
  align-items: center;
}
.pagination li {
  margin: 0;
}
.pagination li a{
  padding: 0 .5em ;
  color: #9F9F9F;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
}
.pagination li a:hover{
  background-color: #f4f4f4;
  opacity: 1;
}
.pagination li a i::before{
  font-size: .7em;
  display: block;
}
li.first {
  border-radius: 5px 0 0 5px;
}
li.last {
  border-radius: 0 5px 5px 0;
}
li.page-item.navi-active a {
  background: #ECF4FB;
  color: #146DCE;
}
.pagenation_block dl {
  border-bottom: solid 1px #ddd;
}