@charset "utf-8";
/* common
==================================*/

img{
	width: 100%;
	height:auto;
	vertical-align:top;
}




/* Map
==================================*/
  #Map {
    margin: 0 13px 50px;
    height: 300px;
    position: relative;
  }
  #Map iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
  }



/* Place
==================================*/
  #Place {
    margin: 0 13px 50px;
  }
  #Place h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 16px;
	transform: rotate(0.001deg);
  }
  #Place p {
	line-height:23px;
  }
  #Place .p_inner h4 {
    font-size: 18px;
    line-height: 26px;
	color:#982d92;
    font-weight: 500;
	transform: rotate(0.001deg);
  }
  #Place .p_inner p {
    margin-bottom: 12px;
  }
  #Place .p_inner ul li {
	line-height:23px;
    position: relative;
    padding-left: 1.3em;
  }
  #Place .p_inner ul li::before {
	content: "●";
    color: #b65bb5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
