@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #000;
	font-size: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}



::selection {
    background: #bf365a;
    color: white;
}

a {

}



a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover, a:focus {
	color: #bf365a;
/*	transition: 0.6s; */
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
    padding: 3px 0px 2px 10px;
    color: #bf365a;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fs-cap{
	font-size: 180%;
	line-height:150%;
	color: #6E4825;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:20px;
	}
.fs-cap-02{
	font-weight:700;
	line-height:200%;
	}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
.margin-b{
	text-align:center;
	margin-top:40px;
		margin-bottom:20px;
	}
.margin-b60{
			margin-bottom:60px;
	}
.margin-b30{
			margin-bottom:60px;
	}
.bl-check{
	background-color: #eee;
	padding: 20px;
	}

.tbl-cnt{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	}

.tbl-cnt th{
	font-size: 160%;
	color: #96682E;
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
	padding-bottom: 30px;
}

.tbl-cnt td{

	}



/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* PCサイト
==================================================
==================================================
==================================================
================================================== */


@media (min-width: 768px) {



a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 145%;
	margin-top: 0px;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;

}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	padding:0;
	margin-bottom: 30px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	max-width: 60px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}



#header {

	z-index: 10;
	position: relative;
}


#header-inner {
	width: 100%;
	margin: 0 auto;
	padding: 5px 5px;
	background-color: #fff;
}
#header-inner table {
	width: 100%;
}



#header-inner-l {
	width: 35%;
	vertical-align: middle;
}

#header-inner-l img{
	width: auto;
    height: 80px;
    padding: 3px;
}

#header-inner-l img.feslogo{

}

#header-inner-l img.acalogo{
	width: auto;
    height: 70px;
    padding: 3px;
}



#header-inner-r {
    vertical-align: bottom;
    /* width: 59%; */
    text-align: right;
    padding-top: 10px;
}


.header-logout-btn {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 10px;
}

.header-logout-btn span {
	display: inline-block;
	vertical-align: middle;
}

.header-logout-btn a {
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
	border: solid 1px #bf365a !important;
	color: #fff;
	border-radius: 30px;
	padding: 7px 10px;
	background-color: #bf365a;
	width: 100px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.header-logout-btn a:hover {
	opacity: .85;
}


.tool-area {
	padding-right: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

.tool-area span{
	display: inline-block;
}

.tool-area span.top{
	margin-right: 15px;
}

.tool-area span.top img{
	width: 150px;
}

.tool-top {
	padding-right: 15px;
}

.tool-top img{
	height: 35px;
}


.tool-area .label {
	margin-right: 10px;
}

.tool-area .default {
	font-size: 90%;
    margin-top: 5px;
	margin-right: 5px;
	font-family: "メイリオ", Meiryo, sans-serif !important;
	font-style: italic;
}
.tool-area .default a {
    padding: 0px 5px;
    background-color: #bf365a;
    color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.tool-area .default a:hover {
	background-color: #bf365a;
	color: #fff;
}
.tool-area .large {
	font-size: 190%;
	margin-right: 15px;
	font-family: "メイリオ", Meiryo, sans-serif !important;
	font-style: italic;

}
.tool-area .large a {
    padding: 0px 10px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
	border-radius: 3px;
}
.tool-area .large a:hover {
	background-color: #bf365a;
	color: #fff;
	border-radius: 3px;
}

/*
.tool-area .default img,
.tool-area .large img {
	width: 35px;
	vertical-align: middle;
}
*/


.keyword-area {

}


#keyword {
	width: 200px;
	height:28px;
	margin-top: 5px;
	border-radius: 28px;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin-bottom: 13px;
}

#searchsubmit {
	padding-left: 5px;
	width: 28px;
	padding-bottom: 10px;
}





.sp-header {
	display: none;
}





#globalNav {
    width: 100%;
	text-align: center;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: rgba(0, 0, 0, 0.8);
}
#globalNav-inner {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0 5px;
}

#globalNav ul {
	width: 100%;
    display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
    justify-content: center;
}

#globalNav ul li {
	text-align: center;
}


#globalNav ul li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
}

#globalNav ul li a:hover {
	background-color: #000;
}

#globalNav ul li span.one {
	display: block;
    padding-top: 11px;
}

#globalNav ul li span.one a:hover {
	background-color: #000;
}

#globalNav ul li span.urara {
	display: block;
}

#globalNav ul li span.small {
	font-size: 70%;
}

@media (max-width: 1033px){

#globalNav {
    font-size: 80%;
}

}

@media (max-width: 1110px){

#globalNav ul li a {
    padding: 15px 10px;
}

}

@media (max-width:  810px){

#globalNav {
    font-size: 70%;
}

#globalNav ul li a {
    padding: 10px 10px;
}

}

/* プルダウン Nav
================================================== */

#globalNav-inner > ul .child {
    width: 180px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

#globalNav-inner > ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    min-width: 100%;
    font-weight: normal;
	border-bottom: 1px solid #fff;
}

#globalNav-inner > ul .child li:last-child {
	border-bottom: none;
}

#globalNav-inner > ul .child li a {
    font-size: 90%;
    display: block;
    text-decoration: none;
    padding: 15px;
    text-align: left;
}



.globalMenu1 {
}
.globalMenu2 {
}
.globalMenu3 {
}
.globalMenu4 {
}
.globalMenu5 {
}
.globalMenu6 {
}

/* academy Nav
================================================== */

#aca-globalNav {
    width: 100%;
	text-align: center;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: rgba(0, 0, 0, 0.8);
}
#aca-globalNav-inner {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0 5px;
}



#aca-globalNav ul {
	width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
	-webkit-justify-content: center;
    justify-content: center;
}

#aca-globalNav ul li {
	text-align: center;
}


#aca-globalNav ul li a {
    display: block;
    width: 100%;
    padding: 20px 28px;
    text-decoration: none;
    color: #fff;
    font-size: 105%;
}

#aca-globalNav ul li a:hover {
	background-color: #000;
}


/* プルダウン academy Nav
================================================== */

#aca-globalNav-inner > ul .child {
    width: 280px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);

}

#aca-globalNav-inner > ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    min-width: 100%;
    font-weight: normal;
	border-bottom: 1px solid #fff;
}

#aca-globalNav-inner > ul .child li:last-child {
	border-bottom: none;
}

#aca-globalNav-inner > ul .child li a {
    font-size: 90%;
    display: block;
    text-decoration: none;
    padding: 15px 5px 15px 15px;
    text-align: left;
}


/* academy Nav END
================================================== */


#content {
	width:100%;
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 40%;
	padding-bottom: 50px;

}
#home #content {

	background-image: none;
	padding-bottom: 0px;
}




/* jquery.bxslider.min.js*/

.page-image {
    position: relative;
    width: 100%;
}

#main_img_wrapper{
	width: 100%;
	margin-top: -63px;
}

.main_img_body {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main_img_body img {
	width: 100%;
}

.main-img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.main-img img {
	width: 100%;
}

#main_img_wrapper .bx-wrapper{
	margin-bottom: 0;
}

#main_img_wrapper .bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
	box-shadow: none;
}

#main_img_wrapper .bx-wrapper .bx-controls-direction a{
	top: 0;
	margin-top: 0;
	width: 74px;
	height: 100%;
}

#main_img_wrapper .bx-wrapper .bx-next{
	display: none;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#main_img_wrapper .bx-wrapper .bx-prev{
	display: none;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}




img.p-content-title-backimage {
    width: 100%;
}





/* トップスライド画像2
================================================== */
.slick2 {
	width:100%;
	margin-top: -100px;
	padding: 0px 0 50px 0;
	background-image: url("../images/bg-pentagon1.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}


.slick2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}
.slick2-inner h2{
	text-align: center;
}
.slick2-inner h2 img{
	width: 70%;
}
.slick2-inner p{
	text-align: center;
	margin: 15px 0;
}

.case-list {
	text-align: center;
	margin-top: 30px;
}
.case-list img {
	width: 80%;
	max-width: 680px;
		border: 1px solid #937126;

}

.slick2-box-wrap {

}









.top1 {
	width:100%;
	background-color: #f3eaeb;
}


.top1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 10px;
}

.top1-l {
	float: left;
	width: 58%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;

}

.top1-l-waku {
	padding: 25px;
	min-height: 575px;
}
.top1-l-waku h2 {
	text-align: center;
	font-size: 140%;
	color: #bf365a;
	letter-spacing: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bf365a;
	margin-bottom: 15px;
}
.top1-l-waku h2 span {
	background-image: url("../images/bg-news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top1-l-waku ul li {
	margin-bottom: 25px;
}
.top1-l-waku ul li .date {
	margin-right: 10px;
	color: #c19ca5;
    font-size: 85%;
}

.list-category-mark {
	font-size: 75%;
    width: 150px;
    text-align: center;
    border-radius: 15px;
    line-height: 140%;
    padding: 3px 8px;
}
.list-category-mark.list-category-aca_news,.list-category-mark.list-category-news {
	border: 1px solid #bf365a;
	color: #bf365a;
}

.list-category-mark.list-category-fes_news {
	border: 1px solid #897bb5;
	color: #897bb5;
}

.list-category-mark.list-category-civichall_news,.list-category-bh_news,.list-category-hirabun_news,.list-category-urara_news {
	border: 1px solid #477ea8;
	color: #477ea8;
}
.list-category-mark.list-category-honjin_news,.list-category-izudensho_news {
	border: 1px solid #94a519;
	color: #94a519;
}
.top1-l-waku ul li .title {
	display: block;
	line-height: 180%;
	margin-top: 10px;
}


.top1-l .ichiran {
	text-align: right;
	padding: 0 25px 25px 0;
}
.top1-l .ichiran a {
	background-image: url(../images/bg-link2.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 8px;
	padding-right: 16px;
	color: #bf365a;
	text-decoration: none;
}
.top1-l .ichiran a:hover {
	text-decoration: underline;
}

.top1-r {
	float: right;
	width: 40%;
}

.top1-r .tw {
	margin-top: 20px;
}
	
.top1-r .tw2 {
	margin-top: 10px;
}
	
.top1-r .tw img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.top1-r .tw2 img {
	width: 100%;
	border: 1px solid #dcdcdc;
}


/* academy ac-top1
================================================== */


.ac-top1 {
	width:100%;
	background-color: #fff;
	background-image: url(../images/bg-pentagon1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}


.ac-top1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 10px;
}

.ac-top1-l {
	float: left;
	width: 58%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 1px solid #dcdcdc;

}

.ac-top1-l-waku {
	padding: 25px 25px 1px 25px;
    min-height: 460px;
}
.ac-top1-l-waku h2 {
	text-align: center;
	font-size: 140%;
	color: #bf365a;
	letter-spacing: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bf365a;
	margin-bottom: 15px;
}
.ac-top1-l-waku h2 span {
	background-image: url("../images/bg-news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ac-top1-l-waku ul li {
	margin-bottom: 15px;
}
.ac-top1-l-waku ul li .date {
	margin-right: 10px;
	color: #94a519;
    font-size: 85%;
	display: block;
}

.ac-top1-l .ichiran {
	text-align: right;
    padding: 0 25px 11px 0;
}
.ac-top1-l .ichiran a {
	background-image: url(../images/bg-link2.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 8px;
	padding-right: 16px;
	color: #bf365a;
	text-decoration: none;
}
.ac-top1-l .ichiran a:hover {
	text-decoration: underline;
}

.ac-top1-r {
	float: right;
	width: 40%;
}

.ac-top1-r .ac-top1-bnr {
	margin-bottom: 10px;
	    margin-top: 10px;
}
.ac-top1-r .ac-top1-bnr img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.ac-top1-inner .top3-ul-2 {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 40px 0 0 0px;
}

.ac-top1-inner .top3-ul-2 li {
    width: 33.33%;
    background-color: transparent;
}


/*
================================================== */



.top2 {
	margin-top: 50px;
	width:100%;
	background-image: url(../images/bg-pentagon2.png), url(../images/bg-green.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
}
.top2-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 5px;
}

.top2-ul-1 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top2-ul-1 li {
	height: 105px;

}


.top2-ul-1 li:nth-child(1) {
	width: 31.73%;
	margin: 0 0 0 0.8%;
}
.top2-ul-1 li:nth-child(2) {
	width: 1.6%;
	margin: 0 0 0 0;
}
.top2-ul-1 li:nth-child(3) {
	width: 31.73%;
	margin: 0 0 0 0;
	background-color: #bcc32c;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}
.top2-ul-1 li:nth-child(3) h2 {
	display: inline;
	color: #fff;
	padding-bottom: 7px;
    font-size: 150%;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 2px solid #fff;

}

.top2-ul-1 li:nth-child(4) {
	width: 1.6%;
	margin: 0 0 0 0;
	background-color: #bcc32c;
}
.top2-ul-1 li:nth-child(5) {
	background-color: #bcc32c;
	width: 31.73%;
	margin: 0 0.8% 0 0;
}


.top2-ul-2 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
.top2-ul-2 li {
	width: 31.73%;
	margin: 0 0.8% 15px 0.8%;
	background-color: #000;
	overflow: hidden;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top2-ul-2 li a{

}

.top2-ul-2 li div {
    position: absolute;
    top: 42%;
    width: 100%;
    line-height: 160%;
    text-align: center;
    font-size: 150%;
    letter-spacing: 4px;
}

.top2-ul-2 li div a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 2px 3px #000;
    text-decoration: none;
}


.top2-ul-2 li:nth-child(1) {
/*	background-color: transparent;*/
}


.top2-ul-2 li img {
	width: 100%;
	display: block;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.top2-ul-2 li img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


/* academy ac-top2
================================================== */

.ac-top2 {
	padding: 50px 0;
	width:100%;
}

.ac-top2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
}

.ac-top2-title{
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bf365a;
	}

.ac-top2-title span {
	font-size: 150%;
	font-weight: bold;
	color: #bf365a;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ac-top2-wrap{
	display: flex;
	width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
	}

.ac-top2-l{
	width: 48%;
	margin-right: 15px;
	}

.ac-top2-l img{
	width: 100%;
	}

.ac-top2-r{
	padding-top: 5px;
	}

.ac-top2-r span{
	font-size: 90%;
	}

.ac-top2-r li{
    padding-top: 5px;
    font-size: 90%;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 12px;
    list-style: none;
}

.ac-top2-r li a{
	color: #bf365a;
}



/*
================================================== */





.top3 {
	margin-top: 50px;
	width:100%;
	background-image: url(../images/bg-pentagon2.png), url(../images/bg-blue.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
}

.top3-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 5px 50px 5px;
}

.top3-ul-1 {
	width: 98.4%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0.8%;
}
.top3-ul-1 li {
	width: 33.33%;
}
.top3-ul-1 li:nth-child(1) {
	background-color: #6b99bc;
}
.top3-ul-1 li:nth-child(2) {
	background-color: #6b99bc;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}
.top3-ul-1 li:nth-child(2) h2 {
	display: inline;
	color: #fff;
	padding-bottom: 7px;
    font-size: 150%;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 2px solid #fff;

}

.top3-ul-2 {
	width: 98.4%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0.8%;
}
.top3-ul-2 li {
	width: 33.33%;
	background-color: #fff;
}
.top3-ul-2 li img {
	width: 100%;
}
.top3-ul-2 li:nth-child(3) {
	background-color: transparent;
}






#footer {
	width:100%;
	bottom: 0;
}


.footer1 {
	width: 100%;
	background-color: #f4ebec;
	font-size: 80%;
}

.footer1-inner {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 5px 20px 5px;
}

.footer1-inner ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.footer1-inner ul li{
    margin-right: 40px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 12px;
}

.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}




.footer2 {
	width: 100%;
	background-color: #bf365a;
	color: #fff;
}



.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px 20px 5px;
}
.footer2-l {
	float: left;
    width: 24%;
    margin-right: 25px;
}
.footer-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 120%;
}
.footer-title span {
	display: block;
	font-size: 70%;
}

.footer-name {
	display: inline-block;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 90%;
    width: 90%;
}

.footer2 p {
    margin-top: 10px;
    font-size: 80%;
    margin-left: 10px;
}
.footer2-r {
	float: left;
	width: 72%;
}
.footer2-r ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.footer2-r ul li {
	width: 50%;
}

.footer3 {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}




#sp-footer {
	display: none;
}


/*イベント情報
================================================== */

.p-content-body-list-item {}

  .event-item-block{
    /* display: flex; */
    /* -webkit-justify-content: space-between; */
    /* border-bottom: 2px solid #fff; */
    background: #f2f2f2;
    margin-bottom: 40px;
    width: 100%;
  }


.event-item-block-content-section{
    display: flex;
  }

.event-item-block-time-section{
	padding: 30px 18px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
	display: flex;
	font-size: 150%;

	}

.event-item-year{
    display: inline-block;
    padding-right: 10px;
	}

.event-item-month{
    display: inline-block;
    padding-right: 8px;
	}

.event-item-day_number{
	display: inline;
    padding-right: 2px;

	}

.event-item-day_wday{
	    display: inline;
	    padding-left: 8px;
	}


.interval {
	padding: 0px 20px;
	}

.w-d{}

.event-item-block-content-values{
	padding: 18px;
	width: 70%;
	}

.event-item-block-content-values h3{
	font-size: 160%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 150%;
    /* text-align: center; */
    border-bottom: 2px solid #c13458;
	}

.event-item-block-content-values h3 a{
	    pointer-events: none;
    text-decoration: none;
	}


.event-item-block-content-values dl{
  display:flex;
  flex-wrap: wrap;
  border-top: none;
}


.event-item-block-content-values dt{
    color: #fff;
    font-size: 80%;
    background: #bf365a;
    width: 100%;
    max-width: 110px;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.event-item-block-content-values dd{
	padding: 10px;
    /* margin: 0; */
    margin: 10px 0;
    width: 100%;
    max-width: 80%;
    box-sizing: border-box;
    font-size: 90%;
    /* border: 1px solid #c13458; */
}

.event-item-block-content-values dd ul{
}


.event-item-block-content-values dd li{
	margin-bottom: 15px;
    background-image: url(../images/pul01.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 13px;
}

.event-item-block-content-image-block{
	pointer-events: none;
	padding: 18px;
    width: 30%;
	}

.event-item-block-content-image-block img{
	width: 100%;
	}

.event-item-note-block{
	margin-top: 15px;
    padding: 15px;
    background: #fff;
	}

.note-title{
	border-bottom: 1px solid #c13458;
	color: #c13458;
	font-weight: bold;
	}

.note-comment{
	font-size: 85%;
	padding-top: 10px;
	}

.more{
	border: 1px solid #c13458;
    background: #fff;
    padding: 20px;
    font-size: 130%;
    font-weight: bold;
	text-align: center;
	margin-top: 25px;
	}

.more a{
	text-decoration: none;
	color: #c13458;
	}


.more a:hover, .more a:focus {
	color: #000;
}









/*
================================================== */


.contentBody th {
	background-color : #e6e6e6;
	font-weight: bold;
}



#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}






#breadCrumb {
	padding: 30px 0 20px 0px;

}
#breadCrumb .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 80%;
}

#breadCrumb a {
	color: #bf365a;
}
#breadCrumb a:hover {

}


#breadCrumb p {
	margin-left: 0px;
	font-size: 70%;

}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}




#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

.top-category_culture_fes .contentBodyWrapper h4 {
    text-align: center;
    font-size: 140%;
    color: #bf365a;
    letter-spacing: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bf365a;
    margin-bottom: 15px;
}

.top-category_culture_fes .contentBodyWrapper h4 {
	background-image: url(../images/bg-news.png);
    padding: 7px;
    background-repeat: no-repeat;
    background-position: 3px 0px;
    text-align: left;
    background-size: 30px;
    padding-left: 40px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.top-category_culture_fes .contentBodyWrapper ul{
	padding: 0 3% 3% 3%;
	}


.top-category_culture_fes .info_bnr ul{
    margin-bottom: 0!important;
	padding: 3% 0 0 0;
	    text-align: center;
}



.top-category_culture_fes .contentBodyWrapper ul li{
	padding: 1% 0;
	}

.top-category_culture_fes .contentBodyWrapper ul li .date{
	color: #c13458;
    margin-right: 3%;
	}

.top-category_culture_fes .contentBodyWrapper h2 {
    display: none;
}

.top-category_culture_fes .contentBodyWrapper .contentDescription {
    display: none;
}


#main {
    width: 71%;
	font-size:90%;
    float: left;
    background-color: #fff;
    padding: 20px;
    min-height: 538px;
    margin-bottom: 35px;
	border: solid 1px #e6e6e6;
}

#main2 {
    width: 100%;
    clear: both;
	padding: 0;

}



.contentBody {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    min-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    line-height: 25px;
    /* padding-bottom: 40px; */
}

.contentBody img{
	max-width:100%;
}

.contentHeader p.date {
}



.thumb {
	float: right;
    padding-left: 0px;
    height: 67px;
    overflow: hidden;
    margin-right: 0px;
    margin-top: 0px;
	}

.thumb img {
	width: 100px;
	margin-right: 0px;

}

 /*calendar*/

.calendar{}



.sectionBody{}

.cal_month_select span {
	font-weight: bold;
    margin: 0px 20px;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 	10px;
    transition: .4s;
    background-color: #eee;
    line-height: 150%;
    /* width: 100%; */
    /* font-size: 130%; */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #999999;
    margin-bottom: 10px;
}

.cal_month_select span:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.cal_month_select span a{
	color: #5c514b;
	font-weight: bold;
	text-decoration: none;
}

.reserved_table{
	width: 100%;
    text-align: center;
	}

.reserved_table th, .reserved_table td {
    padding: 0px;
    border: 1px #a99582 solid !important;
}

.reserved_table th.saturday {
	background-color: #DCEEF6;
	}

.reserved_table th.sunday {
    background-color: #F6DCDC;
}

.reserved_table th.holiday {
    background-color: #F6DCDC;
}

.reserved_table th.weekday {
    background-color: #f2f2f2;
}

.saturday {
	background-color: #DCEEF6;
	}

.holiday {
    background-color: #F6DCDC;
}

.sunday {
    background-color: #F6DCDC;
}

.reserved_table th {
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 0.2%;
}

.cal-top {
	margin-top: 20px;
    margin-bottom: 30px;
	}

.free {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
	padding: 25px;
	}

.logo-f {
    float: right;
}

p.free1{
    margin-bottom: 10px;
	}

.free2 {
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
	}

.free2 span{
	}

.cal_month_select {
	margin-bottom: 30px;
    text-align: center;
    font-size: 130%;
	}

.scroll {
	margin-top: 20px;
    margin-bottom: 20px;

	}

.pc {
    display: none;
}

 /* pagelist */


.contentListWrapper .pageList {
	width: 100%;
	margin-top: 20px;
	display: inline-flex;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {
	width: 47%;
    margin: 15px 1.5%;
    background-color: #fff;
    border: 1px solid #bf365a;
    line-height: 100%;
	padding: 10px;
}


.contentListWrapper .pagelist-item .thumb{
	float: none;
	display: block;
	padding-left: 0px;
	height: 240px;
	overflow: hidden;
	margin-right: 0px;
	margin-top: 0px;
}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
}

.contentListWrapper .pagelist-item .thumb img:hover {

}

.contentListWrapper .pagelist-item .title {
	display: block;
    font-size: 135%;
    font-weight: bold;
    margin: 10px 10px;
    background-image: url(../images/bg-link1-1.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    background-size: 12px;
    padding: 0px 0 0px 27px;
    line-height: 145%;
}

.contentListWrapper .pagelist-item .title a {
    color: #000000;
    text-decoration: none;
}

.contentListWrapper .pagelist-item .title a:hover, a:focus {
	color: #bf365a;
/*	transition: 0.6s; */
}

.contentListWrapper .pagelist-item .description {
	padding: 17px 10px 10px 10px;
    display: block;
    font-size: 80%;
    border-top: 1px dotted #ccc;
}

.contentListWrapper .pagelist-item .date {
    display: block;
    /* text-align: right; */
    padding: 0 0px 10px 38px;
    font-size: 80%;
    color: #bf365a;
}



.contentBody .pagination {
	text-align:center;
	font-size: 80%;
	}

.contentBody .pagination a{
		background-color : #534741;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3???ﾄ */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome?p */
	-moz-border-radius: 100px;	/* Firefox?p */
	padding: 2px 7px 2px 7px;
}

#sidemenu {
	width: 26.6%;
	float: right;
	margin-top:0px;
	border: solid 1px #e6e6e6;
}

.sideHeader {
	width: 100%;
	background-color: #ffa400;

}
.sideHeader h2 {
	padding: 7px 10px 34px 10px;
    font-size: 90%;
    color: #fff;
    text-align: center;
    background-image: url(../images/bg-sidemenu-h2.png);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 24px;

}

.sideBody {
	width: 100%;
	background-color: #fff;
	padding: 5px 0 5px 0;
	font-size: 75%;
}

.sideBody li {
	margin: 0 0px 0 10px;
    padding: 9px 10px 7px 20px;
    background-color: #fff;
    background-image: url(../images/pagelist-icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 13px;
}

.sideBody .current_page {
	background-color: #eeefef;
}

.sideBody li a:link {
	color:#534741;
}
.sideBody li a:visited {
	color:#534741;

}
.sideBody li a:hover, a:focus {

}

.sideBody li .active{
	color:#a99582;
}




.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration : none;

}


.sidebanner {
	margin-top:15px;
	text-align: center;
}

.sidebanner li{
	margin-bottom: 0px;
}

.sidebanner li img{
	border:solid 1px #ccc;
}




.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	}

.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}




/* academy login
================================================== */

.login h1 {
    display: none;
}

#content.login{
    font-size: 100%;
	text-align: center;
}

.p-login-form label {
    font-weight: bold;
    display: block;
    padding-top: 20px;
}

.p-login-form input {
    border: solid 1px #ccc!important;
}

input[type="submit"] {
    margin: 4% 0;
    font-size: 120%;
    font-weight: bold;
    border: solid 1px #bf365a!important;
    color: #fff;
    border-radius: 30px;
    padding: 5px 7%;
    background-color: #bf365a;
}



/*
================================================== */









/*
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}


}



/* 幅が 768px以上 1300px以下であれば */
@media (min-width:768px) and (max-width:1300px) {

}


}

/* 幅が 900px以上 999px以下であれば */
@media (min-width:900px) and (max-width:999px) {


}

/* 幅が 768px以上 899px以下であれば */
@media (min-width:768px) and (max-width:899px) {


}




/*PCサイト終わり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 1024px){

#aca-globalNav ul li a {
    padding: 20px 25px;

}

.page-image {
    position: relative;
    width: 100%;
}

}


/*tablet
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 768px){

#header-inner-l img.feslogo {
    height: 60px;
}


#globalNav ul li a {
    display: block;
    width: 100%;
    padding: 20px 13px;
    text-decoration: none;
    color: #fff;
    font-size: 98%;
}

.contentBody {
    padding-bottom: 0px;
}

#breadCrumb {
    padding: 30px 0 20px 15px;
}


/* academy Nav
================================================== */

#header-inner-l img.acalogo {
    width: auto;
    height: 50px;
    padding: 3px;
}


#aca-globalNav ul li a {
    padding: 20px 15px;
    font-size: 83%;
}


/* academy Nav END
================================================== */

.ac-top1-l-waku {
}

.ac-top2-wrap {
    width: 85%;
}

.ac-top2 {
    padding: 30px 0;
}

/* ac-top2 END
================================================== */

.top2-ul-2 li div {
    font-size: 120%;
}

.footer2 a{
	color: #fff;
}

.footer2-inner {
    font-size: 80%;
    padding: 20px 10px;
}


/* イベント情報
================================================== */

#main2 {
    padding: 0 20px;
}

.event-item-block {
    display: block;
    /* -webkit-justify-content: space-between; */
    /* border-bottom: 2px solid #fff; */
    background: #f2f2f2;
    margin-bottom: 60px;
}

.event-item-block-time-section {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px 15px 0px;
    color: #ffffff;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    display: flex;
    justify-content: center;
}

.event-item-year_month {
    padding-right: 10px;
    font-size: 90%;
    font-weight: normal;
}

.event-item-day_number {
    display: inline;
    padding-right: 3px;
}

.interval {
    padding: 0 10px;
}


.event-item-block-content-values {
    padding: 20px;
}

.event-item-block-content-values h3 {
    font-size: 120%;
}

.event-item-block-content-values dt {
    font-size: 66%;
    width: 100%;
    max-width: 90px;
}

.event-item-block-content-values dd {
    width: 100%;
    max-width: 80%;
	font-size: 75%;

}

.event-item-block-content-image-block {
    max-width: 220px;
}

.more {
    padding: 10px;
    font-size: 100%;
}

}








/* スマホサイト
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	line-height: 130%;


}




img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-disp {
	display: none;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 87.5%;
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;

	bottom: 33px !important;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 50px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {

	display: none;
}

.sp-header {
	margin-top: 70px;
}


/*
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-top{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width:100%;
	height:70px;
	padding: 8px 5px 0 5px;
	border-bottom: 1px solid #bf365a;
    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
	z-index: 3;
}

.header-top .logo{
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: middle;

}

.header-top .logo img{
    float: left;
    width: 230px;
}


.header-top a{
  text-decoration: none;
}




.menu_open_button{
  margin-top: 0;
  float: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/theme/sn-default/images/menu_icon.png);
  background-size: 46px;
  padding-top: 0;
  text-align: center;
    width: 58px;
    height: 54px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.menu_close_button{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/theme/sn-default/images/close.png);
    background-size: 35px;
    /* background-color: #000; */
    padding-top: 32px;
    text-align: center;
    width: 40px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: right;
}


/* Header Nav
================================================== */

.header-navi{

}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*
---------------------------------------------------------------*/
#pc-search {
	margin: 15px 5px;
	text-align: center;
}
#keyword {
	width: 170px;
	height:28px;
	margin-top: 5px;
	border-radius: 28px;
	padding: 0 5px;
	border: 1px solid #ccc;
}

#searchsubmit {
	padding-left: 5px;
	width: 35px;
}




#modal { display: none; }

#modal h2{
}

#modal h2,

#modal ul{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

#modal ul li{
    margin-bottom: 1px;
    padding: 0 0 0 5px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 #797979;
    font-size: 87.5%;
  }


#modal ul li a{
    display: block;
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    /* margin-left: 6px; */
    font-size: 120%;
}


#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}


.close{
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.close a{
}

.open{
  display: block;
    margin-top: 0px;
    margin-right: 0px;
    float: right;
}

.open img{
  vertical-align:middle;
}


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


#content {
	width:100%;
	padding-bottom: 0;

}



/* jquery.bxslider.min.js*/
#main_img_wrapper{
	width: 100%;
	margin-top: 0px;
}

.main_img_body {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main_img_body img {
	width: 100%;
}

.main-img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.main-img img {
	width: 100%;
}

#main_img_wrapper .bx-wrapper{
	margin-bottom: 0;
}

#main_img_wrapper .bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
	box-shadow: none;
}

#main_img_wrapper .bx-wrapper .bx-controls-direction a{
	top: 0;
	margin-top: 0;
	width: 74px;
	height: 100%;
}

#main_img_wrapper .bx-wrapper .bx-next{
	display: none;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#main_img_wrapper .bx-wrapper .bx-prev{
	display: none;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}




img.p-content-title-backimage {
    width: 100%;
	vertical-align: bottom;
}





/* トップスライド画像2
================================================== */
.slick2 {
	width:100%;
	margin-top: 0px;
	padding: 10px 0 13px 0;
	background-image: url("../images/bg-pentagon1.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}


.slick2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}
.slick2-inner h2{
	text-align: center;
}
.slick2-inner h2 img{
	width: 70%;
}
.slick2-inner p{
	text-align: center;
	margin: 15px 0;
}

.case-list {
	text-align: center;
	margin-top: 30px;
}
.case-list img {
	width: 80%;
	max-width: 680px;
		border: 1px solid #937126;

}

.slick2-box-wrap {

}









.top1 {
	width:100%;
	background-color: #f3eaeb;
	font-size: 115%;
}


.top1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 7px 5px;
}

.top1-l {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}

.top1-l-waku {
	padding: 25px 25px 0px 25px;
	min-height: auto;
}
.top1-l-waku h2 {
	text-align: center;
	font-size: 140%;
	color: #bf365a;
	letter-spacing: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bf365a;
	margin-bottom: 15px;
}
.top1-l-waku h2 span {
	background-image: url("../images/bg-news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
	padding-top: 10px;
    padding-bottom: 10px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top1-l-waku ul li {
	margin-bottom: 15px;
}
.top1-l-waku ul li .date {
    margin-right: 10px;
    color: #c19ca5;
    padding-bottom: 5px;
}

.list-category-mark {
	display: inline-block;
	font-size: 75%;
	width: 150px;
	text-align: center;
	border-radius: 15px;
	line-height: 140%;
	padding: 1px 0 0 0;
}
.list-category-news-1 {
	border: 1px solid #ec4d00;
	color: #ec4d00;
}
.list-category-news-2 {
	border: 1px solid #00a82b;
	color: #00a82b;
}
.list-category-news-3 {
	border: 1px solid #ff0080;
	color: #ff0080;
}
.top1-l-waku ul li .title {
	display: block;
    margin-top: 5px;
    margin-bottom: 30px;
	line-height: 175%;
}

.list-category-mark {
	font-size: 75%;
    width: auto;
    text-align: center;
    border-radius: 15px;
    line-height: 140%;
    padding: 1px 6px;
}

.list-category-mark.list-category-aca_news,.list-category-mark.list-category-news{
	border: 1px solid #bf365a;
	color: #bf365a;
}

.list-category-mark.list-category-fes_news {
	border: 1px solid #897bb5;
	color: #897bb5;
}

.list-category-mark.list-category-civichall_news,.list-category-bh_news,.list-category-hirabun_news,.list-category-urara_news {
	border: 1px solid #477ea8;
	color: #477ea8;
}
.list-category-mark.list-category-honjin_news,.list-category-izudensho_news {
	border: 1px solid #94a519;
	color: #94a519;
}


.top1-l .ichiran {
	text-align: right;
	padding: 0 25px 25px 0;
}
.top1-l .ichiran a {
	background-image: url(../images/bg-link2.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 8px;
	padding-right: 16px;
	color: #bf365a;
	text-decoration: none;
}
.top1-l .ichiran a:hover {
	text-decoration: underline;
}

.top1-r {
	width: 100%;
}

.top1-r .tw {
	margin-top: 20px;
}
.top1-r .tw img {
	width: 100%;
	border: 1px solid #dcdcdc;
}


/* fes
================================================== */

.top-category_culture_fes .contentBodyWrapper h4 {
    text-align: center;
    font-size: 140%;
    color: #bf365a;
    letter-spacing: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bf365a;
    margin-bottom: 15px;
}

.top-category_culture_fes .contentBodyWrapper h4 {
	background-image: url(../images/bg-news.png);
    padding: 7px;
    background-repeat: no-repeat;
    background-position: 3px 0px;
    text-align: left;
    background-size: 30px;
    padding-left: 40px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.top-category_culture_fes .contentBodyWrapper ul{
	padding: 3%;
    background-color: #f4ebec;
    border-radius: 10px;
	margin-bottom: 4%;
	}

.top-category_culture_fes .contentBodyWrapper ul li{
	padding: 1% 0;
	}

.top-category_culture_fes .contentBodyWrapper ul li .date{
	color: #c13458;
    margin-right: 3%;
	}



/* academy ac-top1
================================================== */


.ac-top1 {
	width:100%;
	background-color: #fff;
	background-image: url(../images/bg-pentagon1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}


.ac-top1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 10px;
}

.ac-top1-l {
	float: none;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.ac-top1-l-waku {
	padding: 25px;
    min-height: 270px;
}
.ac-top1-l-waku h2 {
	text-align: center;
	font-size: 160%;
	color: #bf365a;
	letter-spacing: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bf365a;
	margin-bottom: 15px;
}
.ac-top1-l-waku h2 span {
	background-image: url("../images/bg-news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 0 10px 40px;
}

.ac-top1-l-waku ul li {
	margin-bottom: 15px;
}
.ac-top1-l-waku ul li .date {
	margin-right: 10px;
	color: #94a519;
}



.ac-top1-l-waku ul li .title {
	display: block;
}


.ac-top1-l .ichiran {
	text-align: right;
	padding: 0 25px 25px 0;
}
.ac-top1-l .ichiran a {
	background-image: url(../images/bg-link2.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 8px;
	padding-right: 16px;
	color: #bf365a;
	text-decoration: none;
}
.ac-top1-l .ichiran a:hover {
	text-decoration: underline;
}

.ac-top1-r {
	float: none;
	width: 100%;
}

.ac-top1-r .ac-top1-bnr {
	margin-bottom: 10px;
}
.ac-top1-r .ac-top1-bnr img {
	width: 100%;
	border: 1px solid #dcdcdc;
}


/*
================================================== */





.top2 {
    margin-top: 15px;
    width: 100%;
	background-image: url(../images/bg-pentagon2.png), url(../images/bg-green-sp.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
}
.top2-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px;
}

.top2-ul-1 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top2-ul-1 li {
	height: 60px;
}


.top2-ul-1 li:nth-child(1) {
	width: 31.73%;
	margin: 0 0 0 0.8%;
	background-color: #fff;
}
.top2-ul-1 li:nth-child(2) {
	width: 1.6%;
	margin: 0 0 0 0;
	background-color: #fff;
}
.top2-ul-1 li:nth-child(3) {
	width: 31.73%;
	margin: 0 0 0 0;
	background-color: #bcc32c;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
.top2-ul-1 li:nth-child(3) h2 {
	display: inline;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-size: 130%;
	letter-spacing : -1px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top2-ul-1 li:nth-child(4) {
	width: 1.6%;
	margin: 0 0 0 0;
	background-color: #bcc32c;
}
.top2-ul-1 li:nth-child(5) {
	background-color: #bcc32c;
	width: 31.73%;
	margin: 0 0.8% 0 0;
}

.top2-ul-2 {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
}

.top2-ul-2 li {
	width: 31.73%;
	margin: 0 0.8% 5px 0.8%;
	background-color: #000;
	overflow: hidden;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top2-ul-2 li a{

}

.top2-ul-2 li img {
    width: 100%;
    display: block;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.top2-ul-2 li div {
    position: absolute;
    top: 41%;
    width: 100%;
    line-height: 140%;
    text-align: center;
    font-size: 100%;
    letter-spacing: 0px;
}

.top2-ul-2 li div a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 2px 3px #000;
    text-decoration: none;
}


/* academy ac-top2
================================================== */

.ac-top2 {
	padding: 25px 0;
	width:100%;
}

.ac-top2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
}

.ac-top2-title{
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bf365a;
	}

.ac-top2-title span {
	font-size: 150%;
	font-weight: bold;
	color: #bf365a;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ac-top2-wrap{
	display: block;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
	}

.ac-top2-l{
    width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 60px;
	}

.ac-top2-l img{
	width: 100%;
	}

.ac-top2-r{
	padding-top: 5px;
	}

.ac-top2-r span{
	font-size: 90%;
	}

.ac-top2-r li{
    padding-top: 5px;
    font-size: 90%;
    list-style: none;
}

.ac-top2-r li a{
	color: #bf365a;
}




/*
================================================== */



.top3 {
	margin-top: 40px;
    width: 100%;
    padding-bottom: 20px;
	background-image: url(../images/bg-pentagon2.png), url(../images/bg-blue-sp.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;

}

.top3-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px;
}

.top3-ul-1 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}
.top3-ul-1 li {
	width: 33.33%;
	height: 45px;
}
.top3-ul-1 li:nth-child(1) {
	background-color: #6b99bc;
}
.top3-ul-1 li:nth-child(2) {
	background-color: #6b99bc;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
.top3-ul-1 li:nth-child(2) h2 {
	display: inline;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-size: 130%;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top3-ul-2 {
    width: 100%;
    display: flex;
	margin-top: 0px;
}
.top3-ul-2 li {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}
.top3-ul-2 li img {
	width: 100%;
}
.top3-ul-2 li:nth-child(3) {
	background-color: transparent;
}






#footer {
	width:100%;
	margin-top: 0px;
/*
	bottom: 0;
	position: absolute;
*/
}

.footer1 {
	width: 100%;
	background-color: #f4ebec;
}

.footer1-inner {
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer1-inner ul li{
	width: 50%;
    /* background-image: url(../images/bg-link1.png); */
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 9px;
    border-top: 1px solid #bf365a;
    margin-right: 0px;
    padding-left: 0px;

}
.footer1-inner ul li:nth-child(1),
.footer1-inner ul li:nth-child(3),
.footer1-inner ul li:nth-child(5){
	border-right: 1px solid #bf365a;
}
.footer1-inner ul li a {
	width: 100%;
    font-size: 85%;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px;
}
.footer1-inner ul li a:hover {

}




.footer2 {
	width: 100%;
	background-color: #bf365a;
	color: #fff;
}
.footer2 a {
	color: #fff;
}


.footer2-inner {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
	text-align: center;
    padding: 18px 5px 0px 5px;
}
.footer2-l {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid;
}

.footer2-l .footer-name {
    display: block;
    border: 1px solid #fff;
    padding: 2px 5px;
    text-align: center;
}

.footer-title {
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 130%;

}
.footer-title span {
	display: block;
	font-size: 70%;
}
.footer-name {
	display: block;
	border: 1px solid #fff;
	padding: 4px 5px;
	text-align: center;
	font-size: 100%;
	margin-left: 70px;
    margin-right: 70px;
	font-weight: bold;
}
.footer2 p {
	margin-top: 10px;
	font-size: 100%;
}

.footer2 p a{
	color: #fff;
}

.footer2-r {
	width: 100%;
	padding: 10px;
}
.footer2-r ul {
	width: 100%;
	display: block;

}
.footer2-r ul li {
	width: 100%;
	margin-bottom: 18px;
}

.footer3 {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}





/*
================================================== */


#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}




/* academy login
================================================== */

.login h1 {
    display: none;
}

#content.login{
    font-size: 100%;
	text-align: center;
	padding-bottom: 30px;

}

.p-login-form label {
    font-weight: bold;
    display: block;
    padding-top: 20px;
}

.p-login-form input {
    border: solid 1px #ccc!important;
}

input[type="submit"] {
    margin: 4% 0;
    font-size: 120%;
    font-weight: bold;
    border: solid 1px #bf365a!important;
    color: #fff;
    border-radius: 30px;
    padding: 5px 7%;
    background-color: #bf365a;
}

.tool-top img {
	padding: 20px 10px 0px 10px;
}


.modal-logout-btn {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal-logout-btn span {
	display: block;
	margin-bottom: 5px;
}

.modal-logout-btn a {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	border: solid 1px #bf365a !important;
	color: #fff;
	border-radius: 30px;
	padding: 7px 10px;
	background-color: #bf365a;
	width: 150px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

.modal-logout-btn a:hover {
	opacity: .85;
}


#breadCrumb {
	padding: 5px 0 5px 5px;
    font-size: 70%;
}

#breadCrumb a {

}
#breadCrumb a:hover {

}
.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

p.description {
	font-size:80%;
}


#content-inner {
	width: 100%;
	padding: 0;

}

#content-inner:after {
}


#main {
	width: 100%;
	background-color: #fff;
	padding: 10px 5px 20px 5px;

}
#main2 {
	width: 100%;
	background-color: #fff;
	padding: 10px 5px 20px 5px;
	background-image: url(../images/bg-page.png);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 70%;
    background-color: #fff;
}


.contentBody {

}

.contentBody img{
	padding:10px;
}

.thumb {
    float: right;
    padding-left: 0px;
    height: 67px;
    overflow: hidden;
    margin-right: 0px;
    margin-top: 0px;
}

.thumb img {
	width: 82px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
}



 /* pagelist */


.contentListWrapper .pageList {
	width: 100%;
	margin-top: 20px;
	display: inline-flex;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    line-height: 175%;
    background-color: #fff;
	padding: 8px;
}


.contentListWrapper .pagelist-item .thumb{
	float: none;
	display: block;
	padding-left: 0px;
	height: 200px;
	overflow: hidden;
	margin-right: 0px;
	margin-top: 0px;
}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
}

.contentListWrapper .pagelist-item .thumb img:hover {

}

.contentListWrapper .pagelist-item .title {
    display: block;
    font-size: 135%;
    font-weight: bold;
    margin: 5px;
    background-image: url(../images/bg-link1-1.png);
    background-repeat: no-repeat;
    background-position: 3px 12px;
    background-size: 10px;
    padding: 5px 0 0px 22px;
    line-height: 145%;
}

.contentListWrapper .pagelist-item .title a{
	color: #bf365a;
}

.contentListWrapper .pagelist-item .description {
	line-height: 130%;
    padding: 17px 10px 10px 10px;
    display: block;
    font-size: 90%;
    border-top: 1px dotted #ccc;
}

.contentListWrapper .pagelist-item .date {
	display: block;
    /* text-align: right; */
    padding: 0 0px 10px 27px;
    font-size: 80%;
    color: #bf365a;

}



.contentBody .pagination {
	text-align:center;
	font-size: 70%;
	}
.contentBody .pagination a{
		background-color : #534741;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3???ﾄ */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome?p */
	-moz-border-radius: 100px;	/* Firefox?p */
	padding:5px;
}




/*calendar*/

.calendar{}

.sectionHeader{}

.contentBodyWrapper{}

.sectionBody{}

.cal_month_select span {
    font-weight: bold;
    margin: 0px 7px;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s;
    background-color: #eee;
    line-height: 150%;
    /* width: 100%; */
    font-size: 90%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #999999;
    margin-bottom: 0px;
}

.cal_month_select span:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.cal_month_select span a{
	color: #5c514b;
	font-weight: bold;
	text-decoration: none;
}

.reserved_table{
	width: 100%;
    text-align: center;
	}

.reserved_table th, .reserved_table td {
    padding: 10px !important;
    border: 1px #a99582 solid !important;
}

.reserved_table th.saturday {
	background-color: #DCEEF6;
	}

.reserved_table th.sunday {
    background-color: #F6DCDC;
}

.reserved_table th.holiday {
    background-color: #F6DCDC;
}

.reserved_table th.weekday {
    background-color: #f2f2f2;
}

.saturday {
	background-color: #DCEEF6;
	}

.holiday {
    background-color: #F6DCDC;
}

.sunday {
    background-color: #F6DCDC;
}

.reserved_table th {
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 0.2%;
}

.cal-top {
    margin-top: 0px;
    margin-bottom: 3px;
	}

.free {
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
	}

.logo-f {
    float: right;
	margin-bottom: 30px;
}

p.free1{
    margin-bottom: 10px;
	}

.free2 {
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
	}

.free2 span{
	}

.cal_month_select {
	margin-bottom: 30px;
    text-align: center;
    font-size: 130%;
	}

.scroll {
    overflow: auto;
}

.pc {
    display: block;
    /* margin-bottom: 10px; */
    text-align: center;
    padding: 10px;
    font-size: 82%;
}



.top-category_culture_fes .contentBodyWrapper h2 {
    display: none;
}

.top-category_culture_fes .contentBodyWrapper .contentDescription {
    display: none;
}





#sidemenu {
	display: none;

}


.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;
	}

.contentBody .pul-li02 strong{
	}





/*
================================================== */




/*
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

/*イベント情報
================================================== */

.p-content-body-list-item {}

  .event-item-block{
    padding: 0px;
    margin: 20px 5px 40px;
    background: rgba(255,255,255,0);
    border: 1px solid #000;
	  table-layout: fixed;
  }

.event-item-block-content-section{
    display: flex;
	flex-direction: column;
  }

.event-item-block-time-section{
    padding: 15px;
    color: #ffffff;
    background: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 110%;
	display: flex;
    justify-content: center;
	}

.event-item-year_month{
	padding-right: 10px;
	font-size: 90%;
    font-weight: normal;
	}

.day_number-wrap {
	display: flex;
    justify-content: center;
	}

.event-item-day_number{
	    display: inline;
    padding-right: 3px;

	}

.event-item-day_wday{
	    display: inline;

	}

.event-item-day_wday{

	}

.interval {
	padding: 0 10px;
	}

.event-item-block-content-values{
	padding: 0px;
	order: 2;
	}

.event-item-block-content-values h3{
	font-size: 140%;
    /* margin-bottom: 25px; */
    line-height: 150%;
    text-align: center;
    padding: 10px;
	}

.event-item-block-content-values h3 a{
	pointer-events: none;
    text-decoration: none;
	}



.event-item-block-content-values dl{
	flex-flow: column nowrap;
}
.event-item-block-content-values dt{
	color: #000;
    font-weight: bold;
    font-size: 110%;
    background: #eee;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 8px;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.event-item-block-content-values dd{
    padding: 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
	font-size: 100%;
}

.event-item-block-content-values dd li {
    margin-bottom: 15px;
    background-image: url(../images/pul01.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 13px;
}

.event-item-block-content-image-block{
	padding: 25px 18px 15px 18px;
    text-align: center;
	order: 1;
	max-width: 100%;
	}

.event-item-block-content-image-block img{
	width: 100%;
	max-width: 120px;
	}

.event-item-block-content-values hr {
    display: none;
}

.event-item-note-block{
	margin: 15px;
    padding: 15px;
    background: #f4ebec;
	text-align: center;
	}

.note-title{
	border-bottom: 1px solid #c13458;
	color: #c13458;
	font-weight: bold;
	}

.note-comment {
    font-size: 85%;
    padding-top: 10px;
}

.more{
	background: #bf365a;
    padding: 8px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 20px;
	}

.more a{
	text-decoration: none;
	color: #fff;
	}

	}


@media (max-width: 480px) {

.header-top .logo img.feslogo {
    width: 220px!important;
    padding-top: 3px!important;
}


#container {
    font-size: 100%;
}

p.description {
    font-size: 100%;
}


.contentBody img {
    padding: 0px;
}

.top3-inner {
    font-size: 85%;
}

.footer-name {
    margin-left: 10px;
    margin-right: 10px;
}


/*academy
================================================== */

.ac-top1-inner .top3-ul-2 {
    width: 100%;
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    /* flex-wrap: nowrap; */
    margin: 30px 0 0 0px;
}

.ac-top1-inner .top3-ul-2 li {
    width: 100%;
    background-color: transparent;
}

.ac-top1-inner .top3-ul-2 li img {
	border: 1px solid #e2e2e2;
    width: 100%;
}




.contentBodyWrapper h2 {
    display: none;
}


/* fes
================================================== */

.top-category_culture_fes .contentBodyWrapper ul {
    padding: 0 5% 5% 5%;
    font-size: 90%;
}

.top-category_culture_fes .contentBodyWrapper ul li .date {
    display: block;
}

.top-category_culture_fes .contentBodyWrapper ul li {
    padding: 4% 0;
}


.top-category_culture_fes .info_bnr ul{
    margin-bottom: 0!important;
	padding: 5% 0 0 0;
	    text-align: center;
}


/*イベント情報
================================================== */

.p-content-body-list-item {}

  .event-item-block{
    padding: 0px;
    margin: 20px 0px 40px;
    background: rgba(255,255,255,0);
    border: 1px solid #000;
	  table-layout: fixed;
  }

.event-item-block-content-section{
    display: flex;
	flex-direction: column;
  }

.event-item-block-time-section{
    padding: 15px;
    color: #ffffff;
    background: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 110%;
	display: flex;
    justify-content: center;
	}

.event-item-year_month{
	padding-right: 10px;
	font-size: 90%;
    font-weight: normal;
	}

.day_number-wrap {
	display: flex;
    justify-content: center;
	}

.event-item-day_number{
	    display: inline;
    font-size: 100%;
    padding-right: 3px;

	}

.event-item-day_wday{
	    display: inline;

	}

.event-item-day_wday{

	}

.interval {
	padding: 0 10px;
	}

.event-item-block-content-values{
	padding: 0px;
	order: 2;
	}

.event-item-block-content-values h3{
	font-size: 140%;
    /* margin-bottom: 25px; */
    line-height: 150%;
    text-align: center;
    padding: 10px;
	}

.event-item-block-content-values h3 a{}



.event-item-block-content-values dl{
	flex-flow: column nowrap;
}
.event-item-block-content-values dt{
	color: #000;
    font-weight: bold;
    font-size: 110%;
    background: #eee;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 8px;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.event-item-block-content-values dd{
    padding: 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
	font-size: 100%;
}

.event-item-block-content-values dd li {
    margin-bottom: 15px;
    background-image: url(../images/pul01.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 13px;
}

.event-item-block-content-image-block{
	padding: 25px 18px 15px 18px;
    text-align: center;
	order: 1;
	max-width: 100%;
	}

.event-item-block-content-image-block img{
	width: 100%;
	max-width: 120px;
	}

.event-item-block-content-values hr {
    display: none;
}

.event-item-note-block{
	margin: 15px;
    padding: 15px;
    background: #f4ebec;
	text-align: center;
	}

.note-title{
	border-bottom: 1px solid #c13458;
	color: #c13458;
	font-weight: bold;
	}

.note-comment {
    font-size: 85%;
    padding-top: 10px;
}

.more{
	background: #bf365a;
    padding: 8px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 20px;
	}

.more a{
	text-decoration: none;
	color: #fff;
	}

	}

@media (max-width: 320px) {

.top1-l {
    width: 94%;
}

.top2-ul-1 li:nth-child(3) {
    padding: 10px 0 10px 5px;
    font-size: 90%;
}

.top2-ul-2 li div {
    font-size: 90%;
}

}


.fes_news_wrap {
    background-color: #f4ebec;
    border-radius: 10px;
	margin-bottom: 4%;
}


.fes_news_more  {
	text-align: right;
	padding: 0 15px 15px 0;
}

.fes_news_more a {
background-image: url(../images/bg-link2.png);
    background-repeat: no-repeat;
    background-position: right 45%;
    background-size: 8px;
    padding-right: 16px;
    color: #bf365a;
    text-decoration: none;

}

/*
==================================================
==================================================
==================================================
================================================== */


