@charset "UTF-8";


/*====================佐田岬====================*/

#sadamisaki{
	max-width: 1280px;
	width: 100%;
	height: 0 auto;
  display: flex;
	text-align: center;
  align-items: center;
  justify-content: center;
	background:#FFE9AD;
	 border-radius: 10px;
  margin: 10px auto;
}

#sadamisaki h1{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #FFBD3F;
}

#sadamisaki h2{
	color:#434343;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";

}

.tokuchou{
	align-items: center;
	justify-content: center;
	max-width:800px;
	width: 100%;
	height: 0 auto;
	background: #FFFFFF;
	margin:5%;
	 border-radius: 10px;
}


.toha{
  display: inline-block;
	max-width:500px;
	width: 100%;
	height: 0 auto;
	margin:10%;
}

.toha p{
    line-height:2.0;
}


.sada{
	margin:5%;
}


.sada img{
	max-width: 800px;
	width:100%;
	height: 0 auto;
}

