@charset "utf-8";
/*追従固定*/
.s_kotei_sns{
	position: fixed;
	top: 200px;
	right: 0;
	background: rgba(255,255,255,0.9);
	z-index: 9999;
	padding: .6em;
	border-radius: 10px 0 0 10px;    backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(24px);
}
.s_kotei_sns ul li{
	margin: 1em 0;
	text-align: center;
}
.s_kotei_sns h5{
	font-size: .6em;
	font-weight: bold;
}
.s_kotei_sns ul li img{
	margin: 0 auto;
width: 30px;
	height: 30px;
	display: block;
}
@media screen and (max-width:768px) {
	.s_kotei_sns{
		top: inherit;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		padding: 0;
		height: 60px;
	}
	.s_kotei_sns h5{
		display: none;
	}
	.s_kotei_sns ul{
		display: flex;
	}
	.s_kotei_sns ul li{
		margin: .5em 1em;
	}
}
/*新着イベント情報*/
.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  padding: 0;
  justify-content: center;
  list-style-type: none;
}
.news_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  margin-left: 2px;
  background: #268FD8;
  color: #FFFFFF;
  position: relative;
  padding: 1em 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2em;
}
.news_link li:first-child {
  margin-left: 0;
}
.news_link li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #073F8E;
  display: none;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news_link li.active, .news_link li:hover {
  background: #073F8E;
  color: #fff;
  border-bottom: 1px solid #073F8E;
  font-weight: 500;
}
.news_link li.active:after, .news_link li:hover:after {
  display: block;
}
.news-content {
  margin-bottom: 30px;
}
.news-content span.date {
  padding: 0 1em;
  margin-right: 1em;
    color: #666;
  font-weight: 500;
	letter-spacing: 0.07em;
}
.news-content span.tag {
    height: 100%;
    display: inline-block;
    text-align: left!important;
    color: #75AC4E;
    vertical-align: middle;
    margin-right: 1em;
    line-height: 3;
}
	.news-content span.tag:before{
		content: "\f0ab";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
	}
.news-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-content .title > div {
  margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.news-content em {
  background: #B7B7B7;
  color: #fff;
	font-size: .9em;
  font-weight: normal;
  vertical-align: middle;
  width: 7em!important;
}
.news-content em.on {
  background: #5055B7;
  color: #fff;font-size: .9em;
  font-weight: normal;
  vertical-align: middle;
  width: 7em!important;
}
.news-content h5 {
  font-weight: normal;
  font-size: 1em;
  display: block;
}
.news-content span.date, .news-content span.tag, .news-content em {
  display: block;
  padding: 0;
  text-align: center;
  width: 12em;
  margin: 0 auto;
}
@media screen and (max-width:1240px) {}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: auto;
  max-width: 95%;
  margin: 0 auto;
  background: #fff;
}
.accordion-area li {
  margin: 0;
}
/*アコーディオンタイトル*/
.accordion-area li .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: .8em 1em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 1px dashed #E2EFD3;
  line-height: 1.5;
}
/*アコーディオンで現れるエリア*/
.accordion-area li .box {
  padding: 0 1em;
  display: none;
  background: #F4F4F4;
  border-bottom: 1px solid #B2BDA3;
  width: 99%;
  margin: 0 auto;
}
/*========= ナビゲーションドロップダウン ===============*/
/*==ナビゲーション全体の設定*/ #g-nav {
  background: #fff;
  text-align: center;
}
/*ナビゲーションを横並びに*/ #g-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
/*2階層目以降は横並びにしない*/ #g-nav ul > li > ul {
  display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#g-nav ul > li {
  position: relative;
}
/*ナビゲーションのリンク設定*/
#g-nav ul li a {
  text-decoration: none;
  color: #555 !important;
  font-size: clamp(0.875rem, 0.419rem + 0.59vw, 1.125rem);
  transition: all .3s;
}
#g-nav ul > li > a h3 {
	font-weight: normal;
  text-decoration: none;
  color: #555 !important;
  padding: 13px 30px;
  transition: all .3s;
  /*↓ここから親メニュー装飾*/
  background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#g-nav ul > li > a h3:before {
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
#g-nav ul > li > a h3:hover {
  background-position: 0;
}
#g-nav ul > li > a h3:hover::before {
  width: 100%;
}
/*↑ここまで親メニュー装飾*/
#g-nav ul > li > ul > li{
	width: calc(100% - 20px);
	}
#g-nav ul > li > ul > li > a {
  padding: 10px;
	display: inline-block;
}
#g-nav ul > li > a:hover {
  color: #2E2F3E !important
}
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/ #g-nav ul > li.has-child::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #A6C2D5;
  border-right: 2px solid #A6C2D5;
  transform: rotate(135deg);
}
/*3階層目を持つliの矢印の設定*/ #g-nav ul > li > ul > li.has-child::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/ #g-nav li.has-child > ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 4;
  /*形状を指定*/
  background: #fff;
  border: 1px solid #999;
  width: 300px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  text-align: left;
}
/*hoverしたら表示*/ #g-nav li.has-child:hover > ul, #g-nav li.has-child > ul > li:hover > ul, #g-nav li.has-child:active > ul, #g-nav li.has-child > ul > li:active > ul {
  visibility: visible;
  opacity: 1;
}
/*ナビゲーションaタグの形状*/ #g-nav li.has-child > ul > li > a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 100%;
}
#g-nav li.has-child ul > li:last-child > a {
  border-bottom: none;
}
#g-nav li.has-child ul > li > a:hover, #g-nav > li.has-child > ul > li > a:active {
  background: rgba(191, 203, 217, .3);
}
/*==3階層目*/
/*3階層目の位置*/ #g-nav li.has-child ul > li > ul {
  top: 0;
  left: 182px;
  background: #EBEBEB;
}
#g-nav li.has-child ul > li > ul > li > a:hover, #g-nav li.has-child > ul > li > ul > li > a:active {
  background: #EBEBEB;
}
@media screen and (max-width:1024px) {
	/*ナビゲーションのリンク設定*/
#g-nav ul li a {
  font-size: clamp(1.1rem, 0.419rem + 0.59vw, 1.125rem);
 }
  #g-nav ul {
    display: block;
    margin: 0;
  }
  #g-nav li.has-child > ul {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0;
	  border: none;
    padding: 0 0 0 2em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	  background: none;
  }
  #g-nav ul > li {
	  text-align: left;
  }
  #g-nav li.has-child ul > li {
    width: 100%;
    text-align: left;
  }
  #g-nav ul > li > a {
    padding: 0;
    margin-left: 0;
    text-align: left;
width: 100%;	  
	  display: block;
  }
	#g-nav ul > li > a h3{
		font-weight: bold;
		font-size: 1.05em;
	}
  #g-nav ul > li > ul > li > a {
    padding: 15px 0;
    text-align: left;
  }
  #g-nav ul > li > a:hover {
    color: #C2D0D9;
  }
  #g-nav ul > li.has-child > a::before {
    top: 29px;
    left: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #g-nav ul > li.has-child.active > a::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*見出し*/
  #g-nav li.has-child > ul > li.menu_midashi {
    width: 100%;
    font-size: 1.1em;
    border-bottom: none;
    background-color: rgba(5, 30, 65, 0.4);
  }
  #g-nav li.has-child > ul > li.menu_midashi a {
    text-align: center;
  }
  /*画像*/
  #g-nav li.has-child > ul > li.menu_img {
    display: none;
  }
  /*画像の上のタイトル*/
  #g-nav li.has-child > ul > li.menu_img > div > h3 {
    display: none;
  }
  #g-nav {
    display: none;
  }
  #g-nav.panelactive {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	  padding: 3em 0;
  }
  #g-nav-list {
    opacity: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    opacity: 1;
  }
  #g-nav ul {
    opacity: 0;
    width: 90%;
    margin: 0 auto 60px auto;
  }
  #g-nav ul > li > ul {
    margin: 0;
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav li.has-child > ul > li.p_smp_item010 {
    width: 100%;
  }
}
.openbtn {
  display: none;
}
@media screen and (max-width:1024px) {
  /*ボタン外側*/
  .openbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #036EB7;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }
}
.sub-btn-list li:first-child a {
  background: #036EB7;
}
.sub-btn-list li:last-child a {
  background: #036EB7;
}
.sub-btn-list li:first-child a.pushcircle:after {
  border: 1px solid #036EB7;
}
.sub-btn-list li:last-child a.pushcircle:after {
  border: 1px solid #036EB7;
}