@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++ nav_lower */
.nav_lower {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 15px 0;
	background: #FFF;
	position: relative;
	top: -30px;
}

.nav_lower .current {
	pointer-events: none;
	position: relative;
}

.nav_lower .current::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	margin: auto;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 500px) {
	.nav_lower {
		display: block;
		width: 100%;
		position: static;
	}
	
	.nav_lower .current::after {
		width: 80%;
		bottom: -5px;
	}
	
}

/* ++++++++++++++++++++++++++++++++++ title */
.blog .title,
.album .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* ++++++++++++++++++++++++++++++++++ pagenation */

.pagenation {
	margin: 30px 0 0 0;
	text-align: center;
}

.pagenation li {
    display: inline-block;
    margin: 0 2px 4px;
}
.pagenation a{
	padding: 8px 15px;
	color: #F17E3A;
	border-radius: 4px;
	background: #FCE5D8;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.pagenation .current a {
	background: #F17E3A;
	color: #FFF;
	pointer-events: none;
}
.pagenation a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F17E3A;
}

/* ++++++++++++++++++++++++++++++++++ aritcle */

.article {
	background: #FDFCF5;
	padding: 40px 60px;
	margin: 0 auto 35px;
}

.article img {
	max-width: 100%;
	height: auto;
}

.article time {
	display: block;
	margin: 0 0 12px;
	color: #999;
	font-size: 18px;
}

.article h3 {
	padding: 0 0 22px;
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #EAD2BD 2px solid;
}

.article h4 {
	margin: 30px 5px 15px;
	font-size: 26px;
	font-weight: 500;
}

.article p {
	margin-bottom: 2em;
	font-size: 18px;
	line-height: 2;
}

.article + button {
	margin: 0 auto 120px;
}

@media (max-width: 500px) {
	.article {
		padding: 10px;
	}
	
	.article time {
		font-size: 14px;
	}
	
	.article h3 {
		font-size: 20px;
	}
	
	.article h4 {
		font-size: 22px;
	}
	
	.article p {
		margin-bottom: 1.5em;
		font-size: 14px;
		line-height: 1.5;
	}
	
	.article + button {
		width: 100%;
	}
}

.album .imgwrap .imgrow li {
	display: block;
	box-shadow: none;
}

.album .imgwrap .imgrow li p {
	text-align: center;
	font-size: 16px;
}

.album .imgwrap .imgrow li a {
	display: flex;
	width: 300px;
	height: 300px;
	margin: 0 0 10px;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px #eee;
}

@media (max-width: 500px) {
	.album .imgwrap .imgrow li p {
		font-size: 12px;
		line-height: 1.2;
	}
	
	.album .imgwrap .imgrow li a {
		width: 100px;
		height: 100px;
	}
}


/* ++++++++++++++++++++++++++++++++++ own */

.own {
  width: 670px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.own img {
  width: 250px;
  display: block;
}

.left_c {
  padding-left: 40px;
  box-sizing: border-box;
}

.own .left_c .prof {
  font-size: 25px;
  margin-bottom: 20px;
}

.own .left_c .prof span {
  font-size: 23px;
  color: #ff7800;
  letter-spacing: 0.1em;
}

.own .left_c .prof_p1 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.own .left_c .prof_p2 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.own .left_c .prof_p3 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.own .left_c p.hist {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.own .left_c p.hist_p1 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.own .left_c p.hist_p2 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.own .left_c p.hist_p3 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .own {
    width: 100%;
    margin-top: 35px;
  }
  .own .left_c {
    padding-left: 0;
    box-sizing: border-box;
  }
  .own .left_c img {
    width: 200px;
    margin-top: 35px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .own .left_c .prof {
    font-size: 20px;
    text-align: center;
    line-height: 0.9em;
    margin-bottom: 25px;
  }
  .own .left_c .prof span {
    font-size: 25px;
    display: block;
    margin-top: 15px;
  }
  .own .left_c .prof_p1 {
    margin-top: 20px;
  }
  .own .left_c p.hist {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  .own .left_c .bar {
    width: 50px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff7800;
    margin-bottom: 20px;
  }
  .own .left_c p.hist_p1 {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.8em;
  }
  .own .left_c p.hist_p1 span {
    font-size: 15px;
    font-weight: bold;
  }
  .own .left_c p.hist_p2 {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.8em;
  }
  .own .left_c p.hist_p2 span {
    font-size: 15px;
    font-weight: bold;
  }
  .own .left_c p.hist_p3 {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.8em;
  }
  .own .left_c p.hist_p3 span {
    font-size: 15px;
    font-weight: bold;
  }
  .blog .blog_list {
    width: 100%;
    margin-top: 50px;
    padding: 15px 20px 15px 20px;
  }
  .blog .blog_list table tr th {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 10px 0 0 0;
    text-align: left;
  }
  .blog .blog_list table tr td {
    width: 100%;
    display: block;
    padding: 0 0 15px 0;
  }
}

