@charset "utf-8";
/* CSS Document */
.brk {
	display: inline-block;
}
.title_box {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
}

.title_box h1 {
	font-size: 1.8rem;
}

.title_box h2 {
	font-size: 1.6rem;
	margin: 10px 0;
	color: #E00B0E;
}

.title_box img {
	margin-top: 30px;
	width: 80%;
	height: auto;
	border-radius: 16px;
}

.introduction p {
	margin: 1em 0;
}

.introduction p.att {
	font-weight: bold;
	font-size: 1.1em;
}

.contents_inner .location {
  display: table;
  width: 100%;
}

.contents_inner .location .last {
	text-align: center;
	font-size: 1.5em;
}

.contents_inner table th {
	white-space: nowrap;
}

.tel {font-size: 1.8rem;}

.contents_inner .acceptance {
	width: 100%;
	height: auto;
	padding: 40px 40px 24px;
	box-sizing: border-box;
	background-color: #F40009;
	color: #fff;
	text-align: center;
	border-radius: 16px;
	display: block;
}

.contents_inner .acceptance h1 ,h2 {
	font-size: 2em;
}
.contents_inner .acceptance-inner {

}
.event-txt {
	margin: 50px 0;
}
.event-txt p{
	margin-top: 10px;
}
.event-txt p:first-child{
	margin-top: 0;
}
.event-img {
	width: calc(100%);
	margin: 24px 0 30px 0;
}
.event-img img {
	width: 100%;
	display: block;
}
.event-img ul {
	flex-wrap: wrap;
	display: flex;
}
.event-img ul li {
	padding: 8px;
	margin: 0 0 -1px -1px;
	border: solid 1px #ccc;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.event-img.list1 ul li {
	/*width: calc(100% / 4);*/
	display: block;
	margin-left: auto;
 	margin-right: auto;
}
.event-img.list2 ul li {
	width: calc(100% / 2);
}
.event-img.list3 ul li {
	width: calc(100% / 3);
}

.event-img.list4 ul li {
	width: calc(100% / 4);
	padding: 8px;
}
.event-img.half {
  display: table;
}
.event-img.half img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline-block;
}
.event-img.half .txt {
	width: 58%;
	display: table-cell;
	padding-right: 2%;
	vertical-align: middle;
}
.event-img.half .img {
	width: 40%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.event-img figure{
	position: relative;
}
.event-img figure .caption{
	position: absolute;
	bottom: -30px;
	font-size: 12px;
}
.event-comment {
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #f8f8f8;
}

.event-comment h3 {
	margin: 0 0 24px 0;
}
.event-comment li {
	width: calc(100% - 1em);
	text-indent: -1em;
	margin: 0 0 .5em 1em;
	line-height: 1.5;
}
.title_box .brk {
	display: inline-block;
}
.title_box .lead {
	color: #FFF;
	background: #EF661E;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 3px 15px;
}

@media screen and (max-width: 768px), screen and (orientation: portrait) {
	#container #contents #contents_header .header_img.act h1 {
		height: 30px;
	}
  .contents_inner .location{
    margin-top: 25px;
    padding-top: 25px;
    display: block;
    width: auto;
	}
	.event-txt {
		margin: 25px 0;
	}
	.event-img ul li {
		padding: 5px;
	}
	/*.event-img.list1 ul li {
		width: calc(100% / 2);
	}*/
	.event-img.list2 ul li {
		width: calc(100% / 2);
	}
	.event-img.list3 ul li {
		width: calc(100% / 3);
	}
	.event-img.half {
	  display: block;
	}
	.event-img.half .txt,
	.event-img.half .img {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.event-img.half .img {
		padding-top: 20px;
	}
}