body  {
  background-color: #8ec5c7;
}

section {
  padding-bottom: 8rem;
}
h2 {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1.5em;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 2px;
}
.serif  {  
  font-family: 'Shippori Mincho', serif;;
}
.notes	  {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.footer h4  {
  font-family:"Roboto", 'Noto Sans JP', sans-serif;
  background-color: #305f58;
  padding: 0.3rem;
  border-radius: 0.3rem;
}

/* masthead追加設定*/
.masthead .intro-text	{
  margin-bottom: 2rem;
}
.masthead .intro-text .skills {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.masthead .intro-text .copy {
  margin-top: 2rem;
  font-size: 1em;
  line-height: 190%;
  font-weight: 400;
}
.masthead .intro-text .kakomi {
  background-color: #d0cfcd;
  border-radius: 0.5rem;
  padding: 1.3rem;
  margin-bottom: 3rem;
  border: #FFFFFF 1px solid;
}
/* 前のbg #d0cfcd */
@media (min-width: 1200px) {
  .masthead .intro-text .kakomi {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.masthead .illust {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* 公演情報設定*/
dl.kouen {
	margin: 1em 0;
}
dl.kouen dt {
	color: #FFFFFF;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin-bottom: 1em;
	width: 6em;
  background-color: #305f58;
  border-radius: 0.2rem;
}
dl.kouen dd {
	line-height: 180%;
	margin-bottom: 2em;
	margin-left: 0.5em;
}

/* 作品設定*/
.sakuhin  {
  background-image: url(../img/back-l.png);
  padding: 1rem;
  height: 100%;
  border-radius: 0.5rem;
  border:1px solid #919193;
}

/* 作品設定*/
img.map {
  border-radius: 0.5rem;
}

