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

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

::selection {
    background: #477ea7;
    color: white;
}

a {

}


@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover, a:focus {
	color: #477ea7;
/*	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サイト
==================================================
==================================================
==================================================
================================================== */




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;
	line-height: 120%;
	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 !important; 
}

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

}


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

}
#scrollTop a {
	text-decoration : none;

}

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


.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: 75px;
	padding: 3px;
}

#header-inner-l img.uraralogo {
	    height: 85px;
    
}


#header-inner-r {
	vertical-align: bottom;
	width: 65%;
	text-align: right;
}


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

.tool-area span{
	display: inline-block;
}
	
.tool-top {
	padding-right: 15px;
}
	
.tool-top img{
	height: 35px;
}

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

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

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


.keyword-area {

}


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

#searchsubmit {
	padding-left: 5px;
	width: 32px;
	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: -webkit-inline-flex;
    display: inline-flex;
	-webkit-justify-content: center;
    justify-content: center;
}
	
#globalNav ul li {
	text-align: center;
}


#globalNav ul li a {
    display: block;
    width: 100%;
    padding: 20px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 115%;
}
	
#globalNav ul li a:hover {
	background-color: #000;
}
	
/* プルダウン Nav
================================================== */
	
#globalNav-inner > ul .child {
    width: 250px;
    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 5px 15px 15px;
    text-align: left;
}
	

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


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

}
#home #content {
	padding-left: 0px;
    padding-right: 0px;
	background-image: none;
}





#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%;
}













/* トップスライド画像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: #e4ecf2;
	padding-top: 30px;
}


.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: #477ea7;
	letter-spacing: 4px;
	padding-bottom: 15px;
	border-bottom: 1px solid #477ea7;
	margin-bottom: 15px;
}
.top1-l-waku h2 span {
	background-image: url("../images/bg-news-1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding: 5px 0 5px 40px;
	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: #bf365a;
    font-size: 85%;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
}

.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;
}


.top1-l .ichiran {
	text-align: right;
	padding: 0 25px 25px 0;
}
.top1-l .ichiran a {
	background-image: url(../images/bg-link2-1.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 8px;
	padding-right: 16px;
	color: #477ea7;
	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 .tw img {
	width: 100%;
	border: 1px solid #dcdcdc;
}






.top3 {
	margin-top: 50px;
	width:100%;
}

.top3-inner-wrap {
	width:100%;
	background-image: url(../images/bg-top3-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-bottom: 10px;
}


.top3-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 5px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}




.top3-ul-1 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background-color: #fff;
}
.top3-ul-1 li {
	width: 32.533333333%;
	margin: 0 0.8% 0 0;
	position: relative;
}
.top3-ul-1 li img {
	width: 100%;
	margin-bottom: -4.5px;
}


.top3-ul-1 li:nth-child(2),
.top3-ul-1 li:nth-child(3) {
	overflow: hidden;
	background-color: #000; /* カラーフィルタ効果の色を指定 */
	display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.top3-ul-1 li:nth-child(2) img,
.top3-ul-1 li:nth-child(3) img {
	display: block;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.top3-ul-1 li:nth-child(2) img:hover,
.top3-ul-1 li:nth-child(3) img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.top3-ul-1 li div {
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
}
.top3-ul-1 li div a{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	text-shadow: 1px 2px 3px #000;
	text-decoration: none;
}




.top3-ul-2 {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
}
.top3-ul-2 li {
	width: 32.5333333333%;
	margin: 0 0.8% 10px 0;
	overflow: hidden;
	background-color: #000; /* カラーフィルタ効果の色を指定 */
	display: inline-block;  /* (任意：インラインブロック化したい場合) */
	position: relative;
}
.top3-ul-2 li img {
	width: 100%;
	display: block;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.top3-ul-2 li img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.top3-ul-2 li div {
	position: absolute;
	width: 100%;
	top: 45%;
	text-align: center;
}
.top3-ul-2 li div a{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	text-shadow: 1px 2px 3px #000;
	text-decoration: none;
}




/* 署名 */


address {
    border-left: 10px solid #477ea7!important;
}

.mail a{
	color: #477ea7!important;
}





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


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

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

.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-1.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: #477ea7;
	color: #fff;
}



.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px 20px 5px;
}
.footer2-l {
	float: left;
	width: 27%;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	padding-top: 19px;
	padding-right: 20px;
}
	
.footer2-l span.u-small{
	font-size: 65%;
}
	
.footer2-c {
	float: left;
    width: 48%;
    padding-top: 10px;
    font-size: 80%;
}



.footer2-r {
	float: right;
	width: 20%;
	padding-top: 5px;
}
.footer2-r img{
	width: 100%;
}




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




#sp-footer {
	display: none;
}


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


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


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


.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: 20px;
	font-size: 80%;

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

#breadCrumb a {
	color: #477ea7;

}
#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;
}





#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;

}



.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;
}

.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{}
	
.sectionHeader{}
	
.contentBodyWrapper{}
	
.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 */
	
.contentBodyWrapper h2{
	display: none;
}


.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 #477ea7;
    line-height: 100%;
	padding: 10px;
}


.contentListWrapper .pagelist-item .thumb{
	float: none;
	display: block;
	padding-left: 0px;
	height: 300px;
	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: #477ea7;
/*	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: #477ea7;
}



.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{
	}
	
	
/*イベント情報
================================================== */
	
.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;
    font-size: 140%;
	display: flex;
	}
	
.event-item-year{
    display: inline-block;
    padding-right: 10px;
    font-size: 75%;
    padding-top: 2px;
	}
	
.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 #447da9;
	pointer-events: none;
	}
	
.event-item-block-content-values h3 a{
	text-decoration: none;
}

.event-item-block-content-values h3 span{
	color: #000!important;
}
	
.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: #447da9;
    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-values p {
}
	
.event-item-block-content-image-block{
	padding: 18px;
    width: 30%;
	pointer-events: none;
	}
	
.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 #477ea7;
	color: #477ea7;
	font-weight: bold;
	}
	
.note-comment{
	font-size: 85%;
	padding-top: 10px;
	}

.note-comment span{
	color: #000!important;
}
	
.more{
	border: 1px solid #477ea7;
    background: #fff;
    padding: 20px;
    font-size: 130%;
    font-weight: bold;
	text-align: center;
	margin-top: 25px;
	}
	
.more a{
	text-decoration: none;
	color: #477ea7;
	}
	
	
.more a:hover, .more a:focus {
	color: #000;
}
	
	

	



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









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

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

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





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

@media (max-width: 1024px){
	
#globalNav ul li a {
    display: block;
    width: 100%;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 103%;
}
	
#content {
    padding-left: 15px;
    padding-right: 15px;
}
	
.footer2-l {
    font-size: 150%;
}
	
.footer2 a{
	color: #fff;
}
	
}



