@charset "utf-8";

/* トップページ画像 */
.box {
  display: flex;
  align-items: center;
}

.box img {
  width: 300px;
  margin-right: 16px;
  display: block;
}

.text h2 {
  line-height: 2.0;
}
/* トップページ画像 */
.box {
  display: flex;
  align-items: center;
}

.box img {
  width: 300px;
  margin-right: 20px;
  display: block;
}

.text h2 {
  line-height: 2.0;
}

.catchcopy {
	color: #fff;
	position: absolute;
	top: 450px;
	right: 10px;
}

.catchcopy p {
	font-size: 30px;
	font-weight: 200;
	line-height: 33px;
	letter-spacing: 3px;
}

/* 更新情報 */
.news {
	width: 90%;
	margin: 0 auto;
}

.newslist {
	font-size: 16px;
	width: 100%;
}

.newslist dt, .newslist dd {
	padding: 15px 50px;
	border-bottom: 1px solid #ccc;
}

.newslist dt {
	width: 170px;
	float: left;
}

.newslist dd {
	margin-left: 170px;
}

/* 自己紹介 */
.profile {
	width: 95%;
	margin: 0 auto;
}

.my-image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* 最近のさんぽ */
#contents01 {
	clear: both;
}

table {
	width: 100%;
}

.walk-date {
	width: 120px;
}

.walk-place {
	width: 200px;
}
