@charset "utf-8";
.logo_sns_wrap{
	background: #F2F5F7!important;
}
.menu_margin {
  margin-top: 1em;
}
/*追従固定*/
.s_kotei_sns {
  position: fixed;
  top: 200px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  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 (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;
  }
}
/*ナビゲーションスキップ*/
#skip_nav a {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    transition: none;
}
#skip_nav a:focus, #skip_nav a:active {
    display: block;
    width: 10em;
    height: auto;
    top: 5px;
    left: 5px;
    clip: auto;
    z-index: 1000;
    font-size: .9rem;
    padding: 5px;
    background-color: #fff;
    border: #CCC solid 1px;
	border-radius: 5px;
    text-align: left;
	outline: thick double #65a283;
}
/*新着イベント情報*/
.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  padding: 0;
  justify-content: center;
  gap: 5px;
  list-style-type: none;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.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%;
  background: #EFEAE7;
  position: relative;
  padding: 1em 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  border-bottom: 1px solid #D3CBC6;
  transition: .4s;
}
.news_link li:first-child {
  margin-left: 0;
}
.news_link li.active, .news_link li:hover {
  background: #fff;
  color: #666;
  font-weight: 500;
}
.news_link li.active:after, .news_link li:hover:after {
  display: block;
}
.news-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}
.news-content p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.news-content span.date {
  padding: 0 1em;
  margin-right: 1em;
  color: #666;
  font-weight: 500;
}
.news-content span.tag {
  display: inline-block;
  background: #93B8D1;
  width: 200px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  margin-right: 1em;
  font-size: .9em;
}
.news-content em {
  background: #EBEBEB;
  color: #737373;
  font-size: .8em;
  font-weight: normal;
  vertical-align: middle;
}
.news-content span.date, .news-content span.tag, .news-content em {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:768px) {}
.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;
  padding: .6em 0;
  border-bottom: .1px dashed #EFEAE7;
  position: relative;
}
/*アコーディオンタイトル*/
.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: 95%;
  margin: 0 auto;
  margin-top: 10px;
}

/*開催予定のアコーディオン*/

/*開催予定のイベント・セミナー情報*/
.accordion-area.open-lecture{
	background: none;
}
.openlec_info_bg{
	padding: 6em 0;
}
.openlec_info_bg h4{
    margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
    color: #65a283;
    font-weight: bold;
    font-size: 1.5em;
}
.s_openlec_info_in{
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 2em 0 ;
	background: rgba(255, 255 , 255 ,0.4);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid #ddd;
}
.openlec_info_bg a.bpts_btn{
}
.open-lecture_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  max-width: 1100px;
  margin: 0 auto 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, 15%);
  row-gap: 10px;
  column-gap: 10px;
  padding: 0;
  justify-content: center;
  gap: 5px;
  list-style-type: none;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  background: none;
}
.open-lecture_info_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:100%;
  position: relative;
  padding: 1em 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  border-bottom: 1px solid #c6d3cc;
  transition: .4s;
}
.open-lecture_info_link li:first-child {
  margin-left: 0;
}
.open-lecture_info_link li.active, .open-lecture_info_link li:hover {
  background: #e7efe8;
  color: #666;
  font-weight: 500;
}
.open-lecture_info_link li.active:after, .open-lecture_info_link li:hover:after {
  display: block;
}
.open-lecture-content {
/*  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;*/
}
/*アコーディオン*/
.accordion-area.open-lecture{
	overflow-y: scroll;
	/*height: 500px;*/
}
.open-lecture-content .title{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
}
.accordion-area.open-lecture li .box tr th{
	width: 15%;
	font-size: .9em;
}
.accordion-area.open-lecture li .box tr th,
.accordion-area.open-lecture li .box tr td{
	padding: 5px;
}
.open-lecture-content h5{
	font-weight: normal;
	font-size: 1em;
}
.open-lecture-content p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.open-lecture-content span.date {
  padding: 0 1em;
  margin-right: 1em;
  color: #666;
  font-weight: 500;
}
.open-lecture-content span.tag {
  display: inline-block;
  background: #93B8D1;
  width: 200px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  margin-right: 1em;
  font-size: .9em;
}
.open-lecture-content span.date,
.open-lecture-content span.tag, .open-lecture-content em {
  /*width: 100%;*/
  display: block;
  padding: 0;
  text-align: center;
  width: 12em;
  margin: 0 auto;
}
.open-lecture-content em {
  background: #EBEBEB;
  color: #737373;
  font-size: .8em;
  font-weight: normal;
  vertical-align: middle;
  width: 8em;
  margin: 0 auto;
}
.open-lecture-content em.on {
  background: #65a283;
  color: #fff;
}
@media screen and (max-width:768px) {
.s_openlec_info_in{
	width: 95%;
}
.accordion-area.open-lecture{
	height: 350px;
}
.open-lecture-content span.date,
.open-lecture-content span.tag, .open-lecture-content em {
  width: 10em;
}
.accordion-area.open-lecture li .box tr th{
	width: 25%;
}
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.open-lecture-content table th{
	background: none;
}

.accordion-area.open-lecture li:nth-of-type(even){
	background: #f1f7f2;
}
.accordion-area li.open-lecture-content .title:hover{
	background: #dceede;
}
.accordion-area li.open-lecture-content .title::before{
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border-radius: 50%;
	border: 1px solid #51886c;
    content: "";
    transition: all ease .3s;
}
.accordion-area li.open-lecture-content .title::after{
    display: block;
    position: absolute;
    top: calc(50% - .1em);
    right: 1.55em;
    transform: translateY(-50%) rotate(135deg);
    width: .4em;
    height: .4em;
    border-top: 1.5px solid #51886c;
    border-right: 1.5px solid #51886c;
    content: "";
    transition: all ease .3s;
}
.accordion-area li.open-lecture-content .title.close::after{
    transform: translateY(-25%) rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area li.open-lecture-content .box {
  padding: 0.5em 1em;
  display: none;
  background: #fff;
  border: 1px solid #51886c;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}
/*========= ナビゲーションドロップダウン ===============*/
/*==ナビゲーション全体の設定*/ #g-nav {
  text-align: center;
  position: relative;
  z-index: 3;
}
/*ナビゲーションを横並びに*/ #g-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
gap:1em;
}
/*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;
  font-size: clamp(1.063rem, 1.025rem + 0.19vw, 1.25rem);
  transition: all .3s;
}
#g-nav ul > li > a h3 {
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  padding: 13px 10px;
  transition: all .3s;
  /*↓ここから親メニュー装飾*/
  background-image: linear-gradient(to right, #65a283, #65a283 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: #65a283;
  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;font-family: 'Noto Serif JP', serif;
}
#g-nav ul > li > ul > li > a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .8em;
  content: "\f054";
  padding-right:  5px;
	margin-left: 1em;
}

#g-nav ul > li > a:hover {
  color: #2E2F3E;
}
/*==矢印の設定*/
/*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: rgba(255,255,255,.9);
  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: #212121;
  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:768px) {
  /*ナビゲーションのリンク設定*/
  #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 > div > h3 {
    display: none;
  }
  #g-nav {
    display: none;
  }
  #g-nav.panelactive {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 102vh;
    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:768px) {
  /*ボタン外側*/
  .openbtn {
    display: block;
    position: fixed;
    top: -1em;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #339462;
    -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;
}