@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	background: url(../image/back.png) #FFF no-repeat 50% 0;
	overflow-x: hidden;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.arw-r:after {
	content: '\f054';
	padding: 0 0 0 .5em;
	font-family: FontAwesome;
}

.arw-b:after {
	content: '\f078';
	padding: 0 0 0 .5em;
	font-family: FontAwesome;
}

.book:before {
	content: '\f02d';
	padding: 0 0 0 .5em;
	font-family: FontAwesome;
}

#wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border:2px solid #FFF;
	border-radius: 20px;
}

.sp {
display: none;
}
/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#headerWrap {
	position: relative;
}

#headerWrap:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 100%;
}

#header {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#header:before {
position: absolute;
right: -80px;
top: 30px;
width: 462px;
height: 516px;
content: "";
background: url(../image/back-02.png);
}

#header h1 {
	padding: 70px 0 80px;
}

#header .themeDiv {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
}

#header .themeDiv:before {
    position: absolute;
    width: 65%;
    height: 102px;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #865176, #515C87);
    content: "";
    z-index: -1;
}

#header .theme {
	color: #FFF;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	padding: 26px 0 ;
	width: 1200px;
	margin: 0 auto 60px;
}

#header .theme span {
	font-size: 46px;
}

#header .subTitle {
margin: 0 0 30px;
font-size: 24px;
font-weight: 700;
text-align: center;
	color: #377DA8;
}

#header .info {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 20px;
	font-size: 18px;
	background-color: rgba(237, 226, 234, .8);
	position: relative;
	z-index: 10;
	border: 1px dashed #CCC;
}

#header .info dt {
	width: 140px;
	margin-bottom: 8px;
	padding: 4px 8px;
	background-color: #9E618D;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.06em;
}

#header .info dd .delete {
	position: relative;
	display: block;
}

#header .info dd .delete:before {
	position: absolute;
	top: calc( 50% + 3px);
	left: -5px;
	width: 100%;
	height: 1px;
	border-top: 2px solid #F00;
	content: "";
}

#header .info dd .delete:after {
	position: absolute;
	top: calc( 50% - 3px);
	left: -5px;
	width: 100%;
	height: 1px;
	border-top: 2px solid #F00;
	content: "";
}

#header .info dd .deleteLead {
	color: #F00;
	font-weight: 500;
	display: block;
}

#header .info dd {
	margin: 0 0 40px;
}

#header .info dd span.date {
	font-size: 24px;
	font-weight: 700;
	margin-left: 4px;
}

.real.flex {
	display: flex;
}

.real.flex dl {
	width: 50%;
}

.youshi {
	margin: 0 0 40px;
}

.youshi a {
	display: block;
	width: 60%;
	margin: 0 auto;
 border: 2px solid #865176;
	padding: 10px;
	color: #865176;
	text-decoration: none;
	text-align: center;
	border-radius: 100vh;
	font-weight: 500;
	background-color: #FFF;
}

.youshi a:hover {
	background-color: #865176;
	color: #FFF;
}

.syusai {
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  contents
--------------------------------------------------------------------------------------------------*/
#contents {
	width: 1000px;
	margin: 0 auto;
}

.topCont {
	/*display: flex;
	justify-content: space-between;*/
	margin-bottom: 60px;
}

.topCont .lTop{
/*	width: 58%;*/
}

.topCont .rTop{
/*	width: 40%;*/
	margin-top: 40px;
	text-align: center;
}

#contents h2 {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	background-color: #FFF;
	line-height: 1;
	padding: 12px 8px 14px 24px;
	margin: 0 0 20px;
	border-bottom: 2px solid #865176;
}

#contents h2 span {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 400;
}

#contents h2:before {
	position: absolute;
	top: calc( 50% - 3px);
	left: -12px;
	width: 24px;
	height: 4px;
	content: "";
	background-color: #865176;
}

#contents p {
	margin: 0 0 40px;
}

#contents p.line {
	margin: 20px 0 40px;
}

.poster {
	margin: 40px 0 0;
}

.posterCat {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.posterCat div.box {
	width: 30%;
	margin: 0 0 60px;
}

.posterCat div.box h3 {
	padding: 6px;
	color: #FFF;
	font-size: 18px;
}

.posterCat div.box:nth-of-type(1) h3 {
	background-color: #F67D50;
}

.posterCat div.box:nth-of-type(2) h3 {
	background-color: #00AFE6;
}

.posterCat div.box:nth-of-type(3) h3 {
	background-color: #A6D03C;
}

.posterCat div.box div {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px;
	position: relative;
	background-color: #fff;
}

.posterCat div.box div a {
	position: absolute;
	display: block;
	background-color: #FFF;
	border: 2px solid #4B85D6;
	padding: 10px;
	color: #4B85D6;
	text-decoration: none;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 20px;
	text-align: center;
}

.posterCat div.box div a:hover, .posterCat div.box div a:active {
	background-color: #4B85D6;
	color: #FFF;
}

.newsList {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}

.newsList li {
	margin: 0;
	border-bottom: 1px dashed #CCC;
}

.newsList li a {
	padding: 12px;
	text-decoration: none;
	color: #000;
	display: block;
}

.newsList li a:hover {
	background-color: #FFFAF2;
}

.newsList li span {
	width: 100px;
	display: inline-block;
}

#copy {
	padding: 4px 0;
	background-color: #28323E;
	color: #FFF;
	text-align: center;
	font-size: 13px;
}

.topCont .rTop a.btn {
	display: block;
	background-color: #865176;
	border: 2px solid #865176;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	width: 282px;
	border-radius: 100vh;
}

.topCont .rTop a.btn:hover, .topCont .rTop a.btn:active {
	background-color: #FFF;
	color: #865176;
}

#anchor {
	margin: 40px 0;
	text-align: center;
}

#anchor a {
	display: inline-block;
	width: 360px;
	margin: 0 10px;
 border: 2px solid #4B85D6;
	padding: 10px;
	color: #4B85D6;
	text-decoration: none;
}

#anchor a:hover {
	background-color: #4B85D6;
	color: #FFF;
}

#kouenkai .lead {
	margin: 0 20px 10px;
	padding: 8px;
	background-color: rgba(255, 255, 255, .6);
}

#kouenkai .shcedule {
	position: relative;
	font-size: 18px;
	margin: 0 20px 60px;
	padding: 20px 20px 1px;
	background-color: rgba(255, 255, 255, .6);
}

#kouenkai .shcedule:before {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	left: 20px;
	content: "";
	background-color: #EDE2EA;
}

#kouenkai .inner {
	position: relative;
	z-index: 10;
}

#kouenkai .time {
	position: relative;
	margin: 0 !important;
	background-color: #865176;
	padding: 4px 8px 4px 30px;
	color: #FFF;
}

#kouenkai .time:before {
	position: absolute;
	top: calc( 50% - 2px);
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #FFF;
	content:"";
}

#kouenkai dl {
	margin: 0 10px 20px 60px;
	padding: 10px 0;
}

#kouenkai dl dt {
	font-weight: 600;
	color: #865176;
	font-size: 19px;
}

#kouenkai dl dd {
	margin: 4px 0 0;
	border-top: 2px dotted #CCC;
}

#poster {
	margin: 0 0 80px;
}
.posterList .inner {
    margin: 0 20px;
	padding: 20px 20px;
	background-color: rgba(255, 255, 255, .6);
	border-bottom: 2px dotted #FFF;
}

.posterList .inner h3 {
	font-size: 20px;
	position: relative;
	padding-left: 24px;
	font-weight: 500;
}

.posterList .inner h3:before {
	content: "\f15c";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
}


.posterList .inner p {
	margin: 0 !important;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
.newsWrap {
 margin: 0 0 30px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 12px;
}

.newsWrap h3 {
	margin: 0 0 8px;
	border-left: 4px solid #81A9E2;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	font-weight: 500;
	padding: 8px;
	font-size: 18px;
}

.newsWrap .date {
	text-align: right;
}


/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn {
	margin: 0 0 50px;
}

.btn a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #865176;
	text-decoration: none;
	font-size: 15px;
	color: #865176;
	background-color: #FFF;
}

.btn a:hover {
	background-color: #865176;
	color: #FFFFFF;
}


/*------------------------------------------------------------------------------------------------
  poster
--------------------------------------------------------------------------------------------------*/
.posterWrap {
 margin: 0;
	padding: 30px;
}

.posterWrap h3 {
	margin: 10px 0 20px;
	border-left: 4px solid #81A9E2;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	font-weight: 500;
	padding: 8px;
	font-size: 18px;
}

.posterList {
}

.posterList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.posterList ul li {
	margin: 0 3% 40px;
	padding: 0;
	width: 44%;
}

.posterList ul li a {
	color: #000;
	text-decoration: none;
}

.posterList ul li img {
	max-width: 100%;
	border: 1px solid #CCC;
}

.posterList ul li span {
	display: block;
	margin: 0 0 8px;
}

/*------------------------------------------------------------------------------------------------
  entry
--------------------------------------------------------------------------------------------------*/
.entryWrap {
 margin: 20px 40px 40px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .6);
}

.entryWrap table {
	width: 100%;
	margin: 0 0 30px;
}

.entryWrap table th {
	text-align: left;
	font-weight: normal;
	padding: 16px 10px;
	border-bottom: 1px solid #CCC;
	width: 22%;
}

.entryWrap table td {
	padding: 16px 10px;
	border-bottom: 1px solid #CCC;
}

.entryWrap table td input {
	width: 80%;
	padding: 8px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}

.entryWrap .formBtn {
	margin: 0 0 40px;
	text-align: center;
}

.entryWrap .formBtn input {
    margin: 0 10px;
	padding: 10px 20px;
	cursor: pointer;
}










