@charset "UTF-8";

.pcShow{
  display: block;
}
.spShow{
  display: none;
}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.l-fixed{
  display: block;
  width: 1080px;
  margin: 0 auto;
}


/* =====================================
  module
  ======================================*/
/* -------------------------
  header
------------------------- */
.header {
  padding: 25px 0;
  background: #fff;
}
.header>.l-fixed{
  display: table;
}
.header>.l-fixed>* {
  display: table-cell;
  vertical-align: middle;
}
.header_logo{
  width: 365px;
}
.logo {
  display: inline-block;
}
.logo:hover {
  opacity: 0.6
}
.header_logo .logo img{
  width: 310px;
  height: auto;
}
.header_directJump {
  vertical-align: top;
  text-align: center;
}
.header_directJump ul:first-child{
  display: block;
  margin: 0 0 4px;
  text-align: center;
}
.header_directJump ul{
  display: inline-block;
  letter-spacing: -0.5rem;
}
.header_directJump ul:after{
  content:"";
  display:block;
  clear:both;
}
.header_directJump li{
  display: inline-block;
  list-style: none;
  margin: 0 0 0 5px;
  letter-spacing: 0;
}
.header_directJump li:first-child{
  margin-left: 0;
}
.header_utility {
  padding-left:10px;
  text-align: right;
  white-space: nowrap;
}
.utilityList {
  margin: 0 0 10px;
  letter-spacing: -0.5rem;
}
.utilityList>* {
  letter-spacing: 0;
}
.utilityList li{
  display: inline-block;
  list-style: none;
  margin: 0 0 5px 10px;
  padding: 0 10px 0 0;
  border-right:1px dotted #cfc2a9;
  font-size: 13px;
}
.utilityList a{
  color: inherit;
  font-size: 1.3rem;
}
.utilityList a:hover{
  color: #bd4023;
}
.u-fontSize {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
.u-fontSize a {
  display: table;
  height: 30px;
  padding: 5px 10px 5px 5px;
  color: #333;
  border: 1px #e0deda solid;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
.u-fontSize a:hover {
  background-color: #ede7da;
}
.u-fontSize a>span {
  display: table-cell;
  vertical-align: middle;
}
.u-fontSize_title {
  padding: 0 5px 0 0;
  border-right: 1px #e0deda solid;
  font-size: 12px;
  vertical-align: 2px;
}
.u-fontSize_normal {
  padding: 0 0 0 8px;
  font-size: 12px;
  vertical-align: 2px;
}
.u-fontSize_normal:after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 8px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #908d86;
}
.u-fontSize_big {
  font-size: 18px;
}
.u-siteSearch {
  display: inline-block;
  vertical-align: top;
}
.u-siteSearch form{
  letter-spacing: -0.5rem;
}
.u-siteSearch form>* {
  letter-spacing: 0;
}
.u-siteSearch_keywords {
  display: inline-block;
  width: 118px;
  height: 30px;
  padding: 0 5px;
  color: #555;
  border: 1px #e0deda solid !important;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
}
.u-siteSearch_submit {
  display: inline-block;
  width: 32px;
  height: 30px;
  vertical-align: middle;
  background: #e0deda url(../img/common/icon-siteSearch.svg) no-repeat center / 18px 18px;
  border-radius: 0 4px 4px 0;
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer;
  border: 1px #e0deda solid;
  border-width: 1px 1px 1px 0;
}
.u-siteSearch_submit:hover {
  background-color: #ede7da;
}

/* -------------------------
  gnav
------------------------- */
.gnav{
  padding: 2px 0 0;
  background: #f6f3ee;
}
.gnav:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e3df;
}
.gnavList{
  list-style: none;
  display: table;
}
.gnavList>*{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.gnavList .gnavList_shien{
	width:250px;
}
.gnavList a{
  display: block;
  padding: 20px 0;
  color: #71644f;
  font-size: 16px;
}
.gnavList a:hover{
  color: #bd4023;
}
.gnavList a span{
  position: relative;
  display: block;
  border-left: 1px dotted #cfc2a9;
}
.gnavList li:last-child a span{
  border-right: 1px dotted #cfc2a9;
}
.gnavList .is-active a{
  color: #bd4023;
}
.gnavList .is-active span:before{
  position: absolute;
  top: -9px;
  left: 50%;
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 4px 6px 4px 6px ;
  border-color: #bd4023 transparent transparent transparent;
}

/* -------------------------
  footer
------------------------- */
.footer {
  padding: 7px 0 0;
  background: #f6f3ee url(../img/common/bg-default.png) repeat left top / 56px 56px;
}
.footer:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 65px;
  background: #e6e3df;
}
.footer>.l-fixed{
  margin-bottom: 90px;
}
.footer_topArea {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.footer_topArea>* {
  display: table-cell;
  vertical-align: bottom;
}
.footer_address{
  width: 350px;
}
.footer_address .logo {
  margin-bottom: 15px;
}
.footer_address .logo img{
  width: 240px;
  height: auto;
}
.profileText {
  list-style: none;
  color: #666;
  font-size: 1.4rem;
}
.profileText_tel {
  display: inline-block;
  margin: 0 10  px 0 0;
}
.profileText_tel a {
  color: inherit;
}
.footer_directJump ul {
  list-style: none;
  letter-spacing: -0.5rem;
  text-align: right;
}
.footer_directJump li {
  display: inline-block;
  letter-spacing: 0;
  margin-left: 10px;
}
.footer_directJump li:first-child {
  margin-left: 0;
}
.footer_directJump .u-iconBtn{
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer_directJump .u-iconBtn-contact{
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer_directJump .u-iconBtn-join{
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer_directJump .u-iconBtn-consult{
  padding-top: 5px;
  padding-bottom: 5px;
}


.footer_bottomArea:after{
  content:"";
  display:block;
  clear:both;
}
.panelBtnList{
  list-style: none;
  float: left;
  width: 840px;
  letter-spacing: -0.5rem;
}
.panelBtnList>*{
  letter-spacing: 0;
}
.panelBtnList li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.panelBtn {
  position: relative;
  display: inline-block;
  width: 265px;
  height: 135px;
  padding: 85px 0 0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.panelBtn:hover{
  color: #bd4023;
}
.panelBtn:before,
.panelBtn:after{
  display: inline-block;
  content: ' ';
  position: absolute;
  top: 20px;
  left: 50%;
  width: 60px;
  height: 56px;
  margin-left:-30px;
  background-image: url(../img/common/icon-panelBtn.png);
  background-size: 360px 112px;
  background-repeat: no-repeat;
  background-position: 0 -56px;
}
.panelBtn:after{
  background-position: 0 0;
}
.panelBtn:hover:after{
  opacity: 0;
}
.panelBtn-1:before{
  background-position: 0 -56px;
}
.panelBtn-1:after{
  background-position: 0 0;
}
.panelBtn-2:before{
  background-position: -60px -56px;
}
.panelBtn-2:after{
  background-position: -60px 0;
}
.panelBtn-3:before{
  background-position: -120px -56px;
}
.panelBtn-3:after{
  background-position: -120px 0;
}
.panelBtn-4:before{
  background-position: -180px -56px;
}
.panelBtn-4:after{
  background-position: -180px 0;
}
.panelBtn-5:before{
  background-position: -240px -56px;
}
.panelBtn-5:after{
  background-position: -240px 0;
}
.panelBtn-6:before{
  background-position: -300px -56px;
}
.panelBtn-6:after{
  background-position: -300px 0;
}
.panelBtn span:after {
  display: block;
  width: 12px;
  height: 12px;
  content: ' ';
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #9f9f9f;
  transition:all 0.25s ease-out;
  background: url(../img/common/icon-arrow-right.png) no-repeat center / 12px 12px;
  
}
.panelBtn:hover span:after {
  right: 5px;
}
.footer_textLinkList {
  list-style: none;
  float: right;
  width: 240px;
  min-height: 285px;
  padding: 10px;
  background: #e4e0db;
  border-radius: 8px;
}
.footer_textLinkList li {
  border-bottom: 1px dotted #ada9a1;
}
.footer_textLinkList a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 5px;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.3;
}
.footer_textLinkList a:hover {
  color: #bd4023;
}
.footer_textLinkList a:after {
  display: block;
  width: 12px;
  height: 12px;
  content: ' ';
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-right.png) no-repeat center / 12px 12px;
}
.footer_textLinkList a:hover:after {
  right: -2px;
}
.footer_copy{
  padding: 10px 0;
  background: #ada9a1;
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
}

/* -------------------------
  content
------------------------- */
.content {
  background: #f6f3ee url(../img/common/bg-default.png) repeat left bottom / 56px 56px;
}
.topicpath {
  padding: 10px 0;
  background: #fff;
  color: #666;
  font-size: 1.2rem;
}
.topicpath span {
  padding: 0 1rem;
  color: #aaa;
}
.topicpath strong{
  font-weight: normal;
}
.pageTitle {
  border-radius: 4px 4px 0 0;
  background: #e36098 url(../img/common/pageTitle.png) no-repeat right top;
}
.pageTitle h1{
  padding: 22px 25px;
  color: #fff;
  font-size: 28px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.30);
  line-height: 1.3;
}
.pageTitle_sub{
  display: block;
  padding: 5px 0 0;
  font-size: 1.4rem;
}
.pageTitle_info{
  display: block;
  padding: 12px 10px 0;
  background: #fff;
}
.pageTitle_info:last-child{
  border:dotted 1px #eee;
  border-width: 0 0 1px;
  padding-bottom: 12px;
}
[class^="pageTitle_icon-"]{
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
}
[class^="pageTitle_icon-"] span[class^='news-icon-']{
  width: 80px;
  padding: 5px 0;
  font-size: 1.2rem;
}
.pageTitle_updated{
  color: #666;
}



.pageTitle+article{
  border-radius: 4px;
  background: #fff;
}

/* -------------------------
  sideNav
------------------------- */
.sideNav{
  margin: 0 0 10px;
  background: #fff;
  border-radius: 4px;
}
.sideNav_title{
  display: table;
  width: 100%;
  height: 80px;
}
.sideNav_title>*{
  position: relative;
  display: table-cell;
  border-radius: 4px 4px 0 0;
  background: #e36098;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 2px 0 rgba(0,0,0,0.12);
  line-height: 1.3;
}
.sideNav_title>a:hover{
  color: #fff;
  background: #f05998;
}
.sideNav_title>a:after{
  display: block;
  width: 12px;
  height: 12px;
  content: ' ';
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: url(../img/common/icon-arrow-right-white.png) no-repeat center / 12px 12px;
}
.sideNav_title>a:hover:after{
  right: 5px;
}
.sideNav_list{
  list-style: none;
}
.sideNav_list li{
  border-top: 1px solid #e9e9e9;
}
.sideNav>.sideNav_list>li:first-child{
  border-top: none;
}
.sideNav_list a{
  position: relative;
  display: block;
  padding: 20px 15px;
  color: inherit;
}
.sideNav_list a:hover{
  color: #bd4023;
}
.sideNav>.sideNav_list>li>a:after{
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition:all 0.25s ease-out;
  background: url(../img/common/icon-arrow-right.png) no-repeat center / 12px 12px;
}
.sideNav>.sideNav_list>li>a:hover:after{
/*.sideNav_list a:hover:after{*/
  right: 5px;
}
.sideNav_list .sideNav_list{
/*  padding: 0 0 0 1.0rem;*/
}
.sideNav_list .sideNav_list li{
  border-style: dotted;
  border-color: #d6d6d6;
}
.sideNav_list .sideNav_list a{
  padding-top: 0.9rem ;
  padding-bottom: 0.9rem ;
  padding-left: 2.2rem;
  font-size: 1.3rem;
  background: #f7f7f7;
}
.sideLinkList{
  list-style: none;
}
.sideLinkList li{
  margin: 10px 0 0;
}
.sideLinkList li:first-child{
  margin-top: 0;
}

/* -------------------------
  講座・イベントページ用
------------------------- */
.pageNews{
  padding: 25px;
}
.news-list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.news-list>li{
  display: table-row;
}
.news-list>li>* {
  display: table-cell;
  vertical-align: top;
  padding: 15px 0;
  border: 1px solid #e9e9e9;
  border-width: 0 0 1px;
}
.news-list>li:first-child >*{
  border-top-width: 1px;
}
.news-list >li >*:first-child{
  padding-left: 15px;
}
/*
.news-list >li>*:last-child{
  padding-right: 65px;
}
*/

.news-list-icon ,
.event-list-icon ,
.topics-list-icon {
  width: 80px;
  text-align: center;
}
span[class^='news-icon-']{
/*
.news-list-icon span,
.event-list-icon span,
.topics-list-icon span{
*/
  display: inline-block;
  width: 65px;
  padding: 5px 0;
  background: #888;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.newsInfo li span[class^='news-icon-']:after{
  content: none;
}
.topics-list-icon .news-icon-1,.pageTitle_icon-topics .news-icon-1{background: #69aed1;}/*お知らせ*/
.topics-list-icon .news-icon-2,.pageTitle_icon-topics .news-icon-2{background: #cfb55b;}/*募集*/
.topics-list-icon .news-icon-3,.pageTitle_icon-topics .news-icon-3{background: #7ebd86;}/*開催*/
.topics-list-icon .news-icon-4,.pageTitle_icon-topics .news-icon-4{background: #d13f57;}/*重要*/
.event-list-icon .news-icon-1,.pageTitle_icon-event .news-icon-1{background: #ae81b8;}/*講座*/
.event-list-icon .news-icon-2,.pageTitle_icon-event .news-icon-2{background: #de9e45;}/*イベント*/

.news-list .news-list-text{
  position: relative;
  padding-right: 15px
}
.news-list-text:after {
  content:"";
  display:block;
  clear:both;
}
.news-list-date{
  display: block;
  float: left;
/*  width: 21%;*/
  padding: 0 0 0 15px;
  font-size: 1.5rem;
  color: #666;
  white-space:nowrap;
}
.news-list-text>a,
.news-list-text .news-list-title{
  display: block;
/*  width: 70%;*/
  margin: 0 0 0 14rem;
  font-weight: bold;
  font-size: 1.4rem;
  padding-right: 55px;
}
.news-list-new{
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  font-size: 16px;
  color: #f00;
  text-align: right;
  line-height: 1;
}
.newsInfo{
  list-style: none;
  padding: 8px 10px 8px ;
  background: #fff;
  color: #5a5a5a;
  font-size: 1.2rem;
  border:dotted 1px #e0e0e0;
  border-width: 0 0 1px
}
.newsInfo li{
  position: relative;
  padding: 0 0 0 90px;
  margin: 0 0 5px;
  min-height: 1.4rem;
}
.newsInfo li span{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #666;
/*  border: 1px solid #eee;*/
  background: #f5f5f5;
}
/* .newsInfo li span:after{
  content: '：';
} */.newsInfo>li[class^='newsInfo-icon-']{
  margin-bottom: 7px;
}
.newsInfo-place span:first-letter{
  margin-right: 1.2rem;
}
.news-list .newsInfo{
  margin: 10px 0 0 14px;
  border-width: 1px;
  border-radius: 4px;
}

/*重要*/
.news-list-important{
  background: #faedef url(../img/common/bg-important.png) repeat left top;
}
.news-list-important{
  margin-bottom: 25px;
}
.news-list-important>li>* {
  border-color: #eddbdb;
}
.news-list-important>li:first-child >*{
  border-top-width: 0;
}
.news-list-important>li:last-child>* {
  border-bottom-width: 0;
}
.news-list-important .news-list-text>a,
.news-list-important .news-list-text .news-list-title{
  color: #d13f57;
}

/* -------------------------
  使いまわしパーツ
------------------------- */
.u-btn{
  position: relative;
  display: block;
  height: 68px;
/*  padding: 2rem 1.5rem;*/
  background-color: #d4ebec;
  background-repeat: no-repeat;
  background-position: center;
  color: #4c7282;
  border-radius: 8px;
}
.u-btn:after{
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition:all 0.25s ease-out;
  text-indent: 0;
  background: url(../img/common/icon-arrow-right-blue.png) no-repeat center / 12px 12px;
}
.u-btn:hover:after{
  right: 5px;
}
.u-btn-pr{
  background-image: url(../img/u-btn-pr.png);
  text-indent: -9999px;
}
.u-btn-useful{
  background-color: #eeecce;
  background-image: url(../img/u-btn-useful.png);
  text-indent: -9999px;
}
.u-btn-useful:after{
/*  color: #d1b183;*/
  background-image: url(../img/common/icon-arrow-right-yellow.png);
}
.u-btn-pamphlet{
  background-color: #f0dddd;
  background-image: url(../img/u-btn-pamphlet.png);
  text-indent: -9999px;
}
.u-btn-pamphlet:after{
  background-image: url(../img/common/icon-arrow-right-magenta.png);
}
.u-btn2{
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background: #fff;
  color: #666;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.u-btn2:after{
  display: block;
  width: 12px;
  height: 12px;
  content: ' ';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  background: url(../img/common/icon-arrow-right-magenta.png) no-repeat center / 12px 12px;
}
.u-btn2:hover{
  border-color: #c7007e;
  color: #666;
}
.u-btn2:hover:after{
  right: 5px;
}
.u-iconBtn{
  display: inline-block;
  min-width: 125px;
  margin: 0 0 4px;
  padding: 9px 15px;
  border-radius: 8px;
  background: #fff;
  color: #868686;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 2px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 0 rgba(0,0,0,0.08);
}
.u-iconBtn:hover{
  background-color: #eee;
  color: #555;
}
.u-iconBtn:before{
  display: inline-block;
  content: none;
  width: 30px;
  height: 30px;
  margin: 0 3px 0 0;
  background-image: url(../img/common/icon-join.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 2px 6px;
  vertical-align: -9px;
}
.u-iconBtn-join{
  padding: 2px 15px 2px 5px;
  color: #fff;
  background: #72cabb;
}
.u-iconBtn-join:before{
  content: ' ';
  background-image: url(../img/common/icon-join.png);
  background-size: 26px auto;
  background-position: 2px 6px;
}
.u-iconBtn-join:hover{
  background: #6ae5d1;
  color: #fff;
}
.u-iconBtn-consult{
  padding: 2px 15px 2px 5px;
  color: #fff;
  background: #e2bc79;
}
.u-iconBtn-consult:before{
  content: ' ';
  background-image: url(../img/common/icon-consult.png);
  background-size: 19px auto;
  background-position: 9px 1px;
}
.u-iconBtn-consult:hover{
  background: #fccf81;
  color: #fff;
}
.u-iconBtn-contact{
  padding: 2px 15px 2px 5px;
  color: #fff;
  background: #d08ba8;
}
.u-iconBtn-contact:before{
  content: ' ';
  background-image: url(../img/common/icon-contact.png);
  background-size: 24px auto;
  background-position: 3px 4px;
}
.u-iconBtn-contact:hover{
  background: #fc90bd;
  color: #fff;
}
.u-iconBtn-localActivity{
  width: 385px;
  padding-left: 15px;
  padding-right: 15px;
  background: #75bad1;
  color: #fff;
}
.u-iconBtn-localActivity:before{
  background-image: none;
  width: 0;
}
.u-iconBtn-localActivity:hover{
  background: #78ceeb;
  color: #fff;
}
.biggerlink{
  cursor: pointer;
}

.pagetop{
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: -100px;
  width: 540px;
  height: 0;
  margin: 0 auto;
  text-align: right;
  transition:all 0.25s ease-out;
}
.pagetop a{
  display: inline-block;
  min-width: 135px;
  padding: 12px 10px 16px;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.pagetop a:hover{
  background: rgba(0,0,0,0.4);
}
.pagetop a:before {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto 7px;
  content: ' ';
  background: url(../img/common/icon-arrow-top-white.png) no-repeat center / 17px 17px;
}




/* ==========================================================================
  トップページ用
  URL:/
  ==========================================================================*/
.topKeyVisual{
  padding: 32px 0 75px;
  background: #fff url(../img/topKeyVisual.png) repeat-x center bottom;
}
.topContent{
  padding: 7px 0 0;
  background: #fff;
}
.topContent>.l-fixed{
  padding-bottom: 50px;
}
.topContent:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 33px;
  background: #ededed;
}
.topContent_topArea {
  width: 1106px;
  margin: 0 0 35px -13px;
}
.topContent_topArea:after {
  content:"";
  display:block;
  clear:both;
}
.topContent_topArea>div{
  float: left;
  width: 25%;
  padding: 0 13px;
}
.topContent_bottomArea:after {
  content:"";
  display:block;
  clear:both;
}
.topContent_bottomArea>div{
  float: left;
  width: 50%;
}
.topContent_bottomArea>div:nth-child(odd){
  padding-right: 13px;
}
.topContent_bottomArea>div:nth-child(even){
  padding-left: 13px;
}

/* -------------------------
  KeyVisualSlider
------------------------- */
.KeyVisualSlider{
  position: relative;
  width: 1080px;
}
.KeyVisualSlider_item{
  display: block;
  width: 100%;
  height: auto;
}
figcaption{
  display: none;
}
.KeyVisualSlider .slick-dots{
  list-style: none;
  position: absolute;
  bottom: -30px;
/*  bottom: 60px;*/
  right: 14px;
}
.KeyVisualSlider .slick-dots>li{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 9px;
  padding: 0;
  overflow: hidden;
  background: #c2bcb3;
  border-radius: 5px;
  transition:all 0.25s ease-out;
}
.KeyVisualSlider .slick-dots>.slick-active{
  background: #8c8376;
}
.KeyVisualSlider .slick-dots>li:hover:not(.slick-active){
  opacity: 0.5;
}
.KeyVisualSlider .slick-dots>li>button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: none;
}
.KeyVisualSlider .slick-dots>.slick-active>button{
  cursor: default;
}

/* -------------------------
  directJump
------------------------- */
.directJump_title_text {
  display: block;
  position: relative;
  height: 53px;
  padding: 15px 0 0;
  background: #999;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  border-radius: 8px 8px 0 0;
}
.directJump_title_text:hover {
  background-color: #ccc;
  color: #fff;
}
.directJump_title_text:after {
  display: block;
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-right-white.png) no-repeat center / 16px 16px;
}
.directJump_title_text:hover:after {
  right: 8px;
}
.directJump_list {
  padding: 3px 10px 6px;
  background: #eee;
  border-radius: 0 0 8px 8px;
}
.directJump_list li {
  list-style: none;
}
.directJump_list li a {
  display: block;
  position: relative;
  padding: 8px 0 8px 20px;
  border-bottom: 1px dotted #666;
  color: #666;
}
.directJump_list li:last-child a {
  border-bottom-width: 0;
}
.directJump .directJump_list li a:hover {
  color: #bd4023;
}
.directJump_list li a:before{
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #666;
  content: '';
}
.directJump-join .directJump_title_text{
  padding-right: 35px;
  padding-left: 19px;
  background-color: #72cabb;
  font-weight: bold;
}
.directJump-join .directJump_title_text:hover{
  background-color: #6ae5d1;
}
.directJump-join .directJump_title_text:before {
  display: inline-block;
  width: 33px;
  height: 21px;
  margin: 1px 10px 0 0;
  background-image: url(../img/common/icon-join.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  vertical-align: top;
  content: ' ';
}
.directJump-join .directJump_list {
  background: #e3faf6;
}
.directJump-join .directJump_list li a {
  border-color: #72cabb;
  color: #338b7c;
}
.directJump-join .directJump_list li a:before{
  background: #338b7c;
}

.directJump-consult .directJump_title_text{
  padding-right: 35px;
  padding-left: 28px;
  background-color: #e2bc79;
  font-weight: bold;
}
.directJump-consult .directJump_title_text:hover{
  background-color: #fccf81;
}
.directJump-consult .directJump_title_text:before {
  display: inline-block;
  width: 25px;
  height: 35px;
  margin: -8px 8px 0 0;
  background-image: url(../img/common/icon-consult.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  vertical-align: top;
  content: ' ';
}
.directJump-consult .directJump_list {
  background: #f9edd7;
}
.directJump-consult .directJump_list li a {
  border-color: #e2bc79;
  color: #8f6b2c;
}
.directJump-consult .directJump_list li a:before{
  background: #8f6b2c;
}
.directJump-localActivity .directJump_title_text{
  padding-top: 8px;
  background-color: #75bad1;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.15;
}
.directJump-localActivity a.directJump_title_text:hover{
  background-color: #78ceeb;
}
.directJump-localActivity .directJump_list {
  background: #ebf9fe;
}
.directJump-localActivity .directJump_list li a {
  border-color: #75bad1;
  color: #367f98;
}
.directJump-localActivity .directJump_list li a:before{
  background: #367f98;
}
.directJump-localActivity .directJump_title_text:after {
  content: none;
}


/* -------------------------
  topNews
------------------------- */
.topNews{
  position: relative;
}
.topNews_title{
  margin: 15px 0 20px;
  color: #2d2d2d;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1;
}
.topNews_link{
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
/*  width: 110px;*/
  padding: 8px;
  border:1px solid #e6e6e6;
  border-radius: 4px;
  color: #5b5b5b;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.topNews_link:hover{
  border-color: #bd4023;
}
.topNews_link:before{
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: 0 10px 0 0;
  background-image: url(../img/topNewsListLink.svg);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: 0;
  content: ' ';
}
.topNews_moreBtn{
  display: block;
  width :150px;
  margin: 6px auto 0;
  padding: 8px 14px 8px 0;
/*  background: #f9f9f9;*/
  color: #757575;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px; 
}
.topNews_moreBtn:hover{
  color: #bd4023;
}
.topNews_moreBtn:before{
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 8px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #5b5b5b transparent transparent transparent;
  vertical-align: 2px;
}
.topNews_moreBtn.is-close:before{
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #5b5b5b transparent;
}
.topNews .news-list >li >*:first-child{
  padding-left: 12px;
}
.topNews .news-list >li>*:last-child{
  padding-right: 0;
}
.topNews .news-list-text .news-list-date{
  float: none;
}
.topNews .news-list-text>a,
.topNews .news-list-text .news-list-title{
  font-size: 1.4rem;
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.topNews .news-list-date{
  font-size: 1.4rem;
  padding-left: 12px;
}
.topNews .news-list-new{
  right: 12px;
}
.topNews .news-list-icon ,
.topNews .event-list-icon ,
.topNews .topics-list-icon {
  width: 77px;
}

/* ==========================================================================
  「参加する」ページ用
  URL:/sanka/
  ==========================================================================*/
.content-sanka .pageTitle {
  background-color: #72cabb;
  background-image: url(../img/common/pageTitle-sanka.png);
}
.content-sanka .sideNav_title>* {
  background-color: #72cabb;
}
.content-sanka .sideNav_title>a:hover{
  background-color: #31c4ac;
}

/* ==========================================================================
  「相談する」ページ用
  URL:/soudan/
  ==========================================================================*/
.content-soudan .pageTitle {
  background-color: #e2bc79;
  background-image: url(../img/common/pageTitle-soudan.png);
}
.content-soudan .sideNav_title>* {
  background-color: #e2bc79;
}
.content-soudan .sideNav_title>a:hover{
  background-color: #e0ae58;
}

/* ==========================================================================
  エラーページ用
  URL:/404/
  ==========================================================================*/
.error{
  padding:80px 0 95px;
}
.errorBlock{
  max-width:700px;
  width: 100%;
  margin:auto;
  padding: 50px 50px;
  border: dotted 1px #cccccd;
}
.errorBlock > *{
  text-align: center;
  font-size: 16px;
  color: #666
}
.errorBlock_btn{
    padding-top: 20px;
}



.js-rollupBody{
  overflow: hidden;
  transition:all 0.25s ease-out;
}