@charset "UTF-8";
/* CSS Document */
#program-other{}

#program-other .inner{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#program-other .wrapper p{
	line-height: 1.5em;
}

#program-other .wrapper h3{
	color: #e63082;
	font-size: 180%;
	font-weight: 800;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#program-other .wrapper h4{
	color: #0086c1;
	font-size: 140%;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.dl-info {
	font-size: 110%;
	line-height: 1.4em;
	width: 100%;
	display: flex;
	align-items: stretch;/* 縦位置 */
	justify-content: flex-start;/* 横位置 */
	flex-direction: row;/* 順番 */
	flex-wrap: wrap;/* 折り返し */
	border-top: solid 1px #000;
	margin: 0 auto 1em;
}
.dl-info dt{
	display: inline-block;
	font-weight: 600;
	width: 5.2em;
	border-bottom: solid 1px #000;
	padding:0.5em 0 0.5em 0.5em;
}
.dl-info dd{
	display: inline-block;
	font-weight: 400;
	width: calc(100% - 5.2em);
	border-bottom: solid 1px #000;
	padding:0.5em 0.5em 0.5em 0;
}
.g-map{
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin:0.4em 0; 
}
.txt-list{
	margin-bottom: 1em;
}
.txt-list li{
	font-weight: 300;
	line-height: 1.5em;
	margin-left: 1.2em;
	margin-bottom: 0.5em;
}
.txt-list ul li{
	list-style: disc;
}
strong{
	font-weight: 600;
}
strong.strong-red{
	color: #e63082;	
}
#reception{
	padding-bottom: 0;
}
#reception .imgbox{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
/*600px以下の場合*/
@media screen and (max-width: 600px) {
.g-map{
	height: 300px;
}
}
/*400px以下の場合*/
@media screen and (max-width: 400px) {
.dl-info dt{
	width: 100%;
	border-bottom: none;
	padding:0.5em 0.5em 0;
}
.dl-info dd{
	width: 100%;
	border-bottom: solid 1px #000;
	padding:0 0.5em 0.5em;
}
.g-map{
	height: 250px;
}
}