@charset "UTF-8";


/* contentAll
==================================================*/

a:hover img {
	opacity: 0.7;
}

#contentAll {
	min-width: 1032px;
	width: 100%;
	overflow: hidden;
}

.bld {
	font-weight: bold;
}

.fontSize01 {
	font-size: 24px;font-size: 2.4rem;
}

.fontSize02 {
	font-size: 19px;font-size: 1.9rem;
}
/* header
==================================================*/

.contentHead {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
	box-sizing: border-box;
}

.contentHead .hdr01 {
	line-height: 1;
}

.contentHead .hdr01 a {
	display: block;
}

.contentHead .hdr01 img {
	width: 409px;
	height: 36px;
}


/* main
==================================================*/
.txt-read{
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 40px;
}
.contentMain {
	background: url(image/bg_04.png) repeat 0 0;
}

.contentMain .mainBox01 {
	background: url(image/bg_repeat.png) repeat-x center #740000;
}

.contentMain .mainBox01 .innerBox {
	padding: 55px 0 34px;
	background: url(image/bg_01_pc.png) no-repeat center;
}

.contentMain .mainBox01 .innerBox .imgWrap {
	text-align: center;
}

.contentMain .mainBox01 .innerBox .imgWrap img{
	/* margin-right: -100px; */
}

.contentMain .mainBox02 {
	background: #fff;
}

.contentMain .mainBox02 .innerBox {
	padding: 50px 0;
	/*background: url(image/bg_02_pc.png) no-repeat center;*/
}

.contentMain .mainBox02 .innerBox .imgWrap {
	text-align: center;
}

.contentMain .noteList {
	width: 1032px;
	margin: 0 auto;
}

.contentMain .noteList li {
	font-size: 14px; font-size: 1.4rem;
}

.contentMain .hdr02 {
	margin: 0 0 15px;
	padding: 15px 0;
	background-color: #c70101;
	background: url(image/bg_03.png) repeat 0 0;
	text-align: center;
	line-height: 1;
	height: 47px;
}

.contentMain .hdr02 .imgWrap {
	width: 333px;
	height: auto;
	position: relative;
	display: inline-block;
}

.contentMain .hdr02 .imgWrap:before {
	content: "";
	display: block;
	width: 165px;
	height: 121px;
	background: url(image/ico_01.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: -170px;

}

.contentMain .hdr02 .imgWrap:after {
	content: "";
	display: block;
	width: 117px;
	height: 107px;
	background: url(image/ico_02.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	bottom: -13px;
    right: -135px;
}

.contentMain .hdr02 .imgWrap img {
	width: 100%;
}

.contentMain .hdr02Inner {
	width: 1000px;
	margin: 0 auto;
}

.contentMain .hdr03 {
	margin: 0 0 40px;
	padding: 5px;
	border-radius: 35px;
	text-align: center;
}

.contentMain .hdr03 img {
	width: 411px;
	height: auto;
}

.contentMain .hdr03.type01 { background: #6699cc; }
.contentMain .hdr03.type02 { background: #71d5cb; }
.contentMain .hdr03.type03 { background: #c0c743; }
.contentMain .hdr03.type04 { background: #efb838; }
.contentMain .hdr03.type05 { background: #f58c3f; }
.contentMain .hdr03.type06 { background: #e77a72; }


.contentMain .reqBox {
	text-align: center;
	padding-bottom: 50px;
}

.contentMain .reqBox .btn_content  {
	display: flex;
	justify-content: center;
}


/* footer
==================================================*/

.contentFoot {
	background: #603913;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
}

.contentFoot .imgWrap {
	margin: 0 0 15px;
}

.contentFoot .copyright {
	color: #ffffff;
	font-size: 12px; font-size: 1.2rem;
}




/*==================================================
 RWD
==================================================*/
@media only screen and (max-width: 768px) {
	
	/* contentAll
	==================================================*/

	a:hover img {
		opacity: 1;
	}

	#contentAll {
		min-width: 0;
		width: 100%;
		overflow: hidden;
	}

	.fontSize01 {
		font-size: 13px;font-size: 1.3rem;
	}

	/* header
	==================================================*/

	.contentHead {
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}

	.contentHead .hdr01 img {
		width: 175px;
		height: auto;
	}


	/* main
	==================================================*/
.txt-read{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
}
	.contentMain {
		background: #ffffff;
	}

	.contentMain .mainBox01 .innerBox {
		padding: 0 0;
		/*background: url(image/bg_01_sp.png) no-repeat center;*/
		background-size: cover;
	}
	.contentMain .mainBox01 .innerBox .imgWrap img {
    	margin-right: 0;
		width:100%;
	}

	.contentMain .mainBox01 .innerBox img {
		width: 84%;
		height: auto;
	}

	.contentMain .mainBox02 .innerBox {
		padding: 22px 0;
		/*background: url(image/bg_02_sp.png) no-repeat center;*/
		background-size: cover;
	}

	.contentMain .mainBox02 .innerBox .imgWrap {
		text-align: center;
	}

	.contentMain .mainBox02 .innerBox img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.contentMain .noteList {
		width: auto;
		margin: 0 10px;
	}

	.contentMain .noteList li {
		font-size: 10px; font-size: 1.0rem;
	}

	.contentMain .hdr02 {
		padding: 5px 0;
		background-size: 12px auto;
		text-align: center;
		height: auto;
	}

	.contentMain .hdr02 .imgWrap {
		width: 166px;
	}

	.contentMain .hdr02 .imgWrap:before {
		width: 82px;
		height: 60px;
		top: -35px;
		left: -82px;

	}

	.contentMain .hdr02 .imgWrap:after {
		width: 42px;
		height: 43px;
		bottom: -10px;
		right: -50px;
	}

	.contentMain .hdr02Inner {
		width: 100%;
	}

	.contentMain .hdr03 {
		margin: 0 0 10px;
		padding: 10px;
		border-radius: 0;
		position: relative;
	}

	.contentMain .hdr03 img {
		width: 225px;
		height: auto;
	}


	.contentMain .reqBox {
		border-top: 1px solid #cccccc;
		padding: 15px 10px;
	}

	.contentMain .reqBox img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.contentMain .reqBox .btn_content  {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}


	/* footer
	==================================================*/

	.contentFoot {
		min-width: 0;
		width: 100%;
		padding: 12px 0;
	}

	.contentFoot .imgWrap {
		margin: 0 0 10px;
	}

	.contentFoot .imgWrap img {
		width: 127px;
		height: auto;
	}

	.contentFoot .copyright {
		font-size: 10px; font-size: 1.0rem;
	}
	

}

/* cms対応
	==================================================*/
.linkList{
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin: 0 -7px 80px;
}
.linkList .link-item{
	width: 324px;
	position: relative;
	padding-bottom: 10px;
	background: url("../../image/bg_box.png") no-repeat bottom right;
	margin:0 7px 10px;
	display: flex;
}
.linkList .link-item .link-item__box__wrap{
	display: flex;
}
.linkList .link-item a{
	text-decoration: none;
	display: flex;
}
.linkList .link-item a:hover{
	opacity:.7;
	color: #000;}
.linkList .link-item a:active,.linkList .link-item a:visited,.linkList .link-item a:link{
	color: #000;}
.linkList .link-item a:active .txt-blue,.linkList .link-item a:visited .txt-blue,.linkList .link-item a:link .txt-blue{
	color: #0072bc;}
.linkList .link-item a:active .txt-red,.linkList .link-item a:visited .txt-red,.linkList .link-item a:link .txt-red{
	color: #ed2324;}
.linkList .link-item .link-item__box{
	margin:0 0 0 22px;
	position: relative;
	background: #fff;
	padding: 10px 15px 5px 60px;
	top: 0;
	bottom: 0;
	width: 302px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}
.linkList .link-item.close .link-item__box:after{
	content: "";
	position: absolute;
	background-image: url("../../image/txt_close.png");
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.55);
	background-position: 90px center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.linkList .link-item .link-item__place{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.linkList .link-item .link-item__place img{
	width: 70px;
	height: auto;
}
.link-item__venue{
	font-size: 22px;
	margin-bottom: 10px;
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	font-weight: bold;
	line-height: 1.2;
}
.link-item__icon{
	display: flex;
	justify-content: flex-start;
}
.link-item__icon p{
	font-size: 13px;
	text-align: center;
	width: 80px;
	margin-right: 9px;
	color: #fff;
}
.link-item__icon p.link-item__icon-kodate{
	background: #e6b92d;
}
.link-item__icon p.link-item__icon-apartment{
	background: #0072bc;
}
.link-item__date{
	border-top: 2px solid #e1737a;
	white-space: nowrap;
	margin-top: 10px;
	padding-top: 0;
	font-size: 28px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.link-item__date .txt-while{
	font-size: 18px;
	margin: 0 -0.3em;}
.link-item__date .txt-week{
	font-size: 18px;
	margin-left: -0.4em;}
.link-item__date .txt-blue{
	color: #0072bc;
}
.link-item__date .txt-red{
	color: #ed2324;
}
.link-item__date .txt-date{
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.linkList{
		display: block;
		margin:0 0 40px;
	}
	.linkList .link-item{
		width: 100%;
		position: relative;
		padding: 15px 0;
		background: none;
		margin: 0px;
		display: block;
		border-bottom: 1px solid #cccccc;
	}
		.linkList .link-item.close:before{
		content: "";
		position: absolute;
		background-image: none;
		background-repeat: no-repeat;
		background-color: rgba(255,255,255,0.8);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		z-index: 10;
	}
	.linkList .link-item.close:after{
		content: "イベントは終了しました";
		font-weight: bold;
		font-size: 2.0rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 20;
		width: 100%;
		text-align: center;
	}
	.linkList .link-item:last-child{
		border-bottom: none;}
	.linkList .link-item .link-item__box__wrap{
		display: block;
	}
	.linkList .link-item a{
		text-decoration: none;
		display: block;
	}
	.linkList .link-item .link-item__box{
		margin:0 0 0 90px;
		background: #fff;
		padding: 0 30px 0 0;
		top: 0;
		bottom: 0;
		box-sizing: border-box;
		display: block;
	}
	.linkList .link-item.close .link-item__box:after{
		display: none;
	}
	.linkList .link-item .link-item__place{
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 50px;
	}
	.linkList .link-item .link-item__place img{
		width: 100%;
		height: auto;
	}
	.link-item__venue{
		font-size:1.8rem;
		margin-bottom: 5px;
		/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
		font-weight: bold;
	}
	.link-item__icon{
		display: flex;
		justify-content: flex-start;
	}
	.link-item__icon p{
		font-size: 1.2rem;
		text-align: center;
		width: 80px;
		margin-right: 5px;
		color: #fff;
	}
	.link-item__icon p.link-item__icon-kodate{
		background: #e6b92d;
	}
	.link-item__icon p.link-item__icon-apartment{
		background: #0072bc;
	}
	.link-item__date{
		border-top: 2px solid #e1737a;
		margin-top: 5px;
		padding-top: 2px;
		font-size: 1.8rem;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	}

	.link-item__date .txt-while{
		font-size: 1.4rem;}
	.link-item__date .txt-week{
		font-size: 1.2rem;}
	.link-item__date .txt-blue{
		color: #0072bc;
	}
	.link-item__date .txt-red{
		color: #ed2324;
	}

}
