/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
	/*** main px ***/
	#kaijou{
		display:flex;
		flex-wrap:wrap
		}
		#kaijou section{
			width:48%;
			margin-top:30px;
			background:#FBFBF2;
			}
			#kaijou section:nth-child(odd){
				margin-right:4%;
				}
			#kaijou section:nth-child(1),
			#kaijou section:nth-child(2){
				margin-top:0;
				}
			#kaijou section h3{
				background:#93300F;
				color:white;
				font-size:16px;
				text-align:left;
				padding:0.5em 0.5em 0.3em 0.5em;
				}
			#kaijou section div{
				padding:10px;
				line-height:1.5em;
				}
				#kaijou section div iframe{
					width:100%;
					height:250px;
				}
				#kaijou section div p{
				}
				#kaijou section div h4{
					margin-top:10px;
					border-top:1px dotted gray;
					padding:0.7em 0 0.5em 0;
					font-weight:bold;
					color:red;
					}
				#kaijou section div ul{
					}
					#kaijou section div ul li{
						margin-left:2em;
						list-style:disc;
						text-align:left;
						float:left;
						}

#map{
	iframe{
		width:100%;
		height:min(450px,90vh);
	}
}