@charset "UTF-8";
h1 {
  font-size: 20px;
  margin-bottom: -5px; }

h3 {
  padding: .5em .75em;
  background-color: #f6f6f6; }

h4 {
  font-size: 15px;
  padding-top: 25px; }

h4:before {
  content: '◆';
  color: #e926b4;
  margin-right: 5px; }

.bun {
  padding-top: 15px; }

#spec {
  padding-bottom: 40px; }

#spes {
  margin: 10px 0; }

.taitl {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #e926b4;
  /*文字色*/
  background: #FFF8FC;
  /*背景色*/
  font-size: 22px;
  line-height: 1.6;
  }

.midasi {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #e926b4;
  border-bottom: 1px solid #e926b4;
  font-size: 16px;
	margin-top: 8%;
}

.time {
  padding: 25px 0; }

.under{
	padding-top: 150px;
}

.news0926 {
  padding: 25px 20px;
  margin: 30px 0px; }

/*インデント*/
.in {
  text-indent: 1em; }

/*注意書き*/
.tyuui {
  font-size: 12px; }

.ticket {
  background: #f6f6f6; }

.grey {
	background: #f6f6f6;
  padding: 25px 20px;
	margin-bottom: 5%;
}
.grey2 {
	background: #f6f6f6;
  padding: 25px 20px;
	margin: 5% 0;
}

.pink {
  background: #FFEBF6;
  padding: 15px 20px;
  margin: 30px 0px;  }
  .pink img {
    width: 100%;
    padding-bottom: 15px; }

.square_btn {
  font-weight: bold;
  text-decoration: none;
  color: #00BCD4;
  transition: .4s; }


.bigbox {
    margin: 2em 0;
    background: #FFEBF6;
}
.bigbox .bigbox-title {
    font-size: 1.2em;
    background: #e926b4;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.bigbox p {
    padding: 15px 20px;
}

.conbox{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: space-between;
}





.smallbox {
	position: relative;
	width: 48%;
	margin: 1%;
  background: #fff;
	display: flex;
	align-items: center;
}
.smallbox-title {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	margin-left: 10px;
	margin-top: -20px;
	border-radius: 50%;
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
	background: #e926b4;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smallbox p {
    padding-left: 60px;
}


.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	border: solid 1px #C5C5C5;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 767px) {

.taitl {
  font-size: 18px;
}
	
	.midasi{
		margin-bottom: -15px;
	}
	
	.pink{
		margin: 15px 0;
	}

.conboxB{
	width: 100%;
}

.imagebox{
	width: 100%;
	position:static;
	text-align: center;
}

	.imagebox img{
		width: 60%;
	}
	
	
.smallbox {
	width: 100%;
}
  
.smallbox p br{
	display: none;
}
}
