@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	min-height: 560px;
}

#about h2 {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 10px;
	color: #1fa50a;
}

#about .container {
	position: relative;
}

#about .copy_30 {
	margin-bottom: 20px;
}

#about .w390 {
	width: 390px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 3px;
}

#about .w610 {
	width: 610px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

#about figure {
	width: calc(50vw + 70px);
	height: 520px;
	position: absolute;
	top: 40px;
	left: 470px;
}

#about figure:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

.anchor {
	margin-top: 80px;
	font-size: 0;
	letter-spacing: 0;
}

.anchor li {
	display: inline-block;
	vertical-align: top;
	width: 247px;
	margin: 0 4px 4px 0;
}

.anchor li:nth-of-type(4n) {
	margin-right: 0;
}

.anchor a {
	display: block;
	padding: 10px 0;
	background: #f2f2f2 url(../images/icon_01.png) no-repeat 10px / 9px auto;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #333;
}

.anchor a span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #1fa50a;
}

.anchor a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document target
--------------------------------------------------------- */

.target {
	padding-top: 140px;
}

.target .w550 {
	/*width: 550px;*/
}

.target .copy_30 {
	margin-bottom: 20px;
}

.target .name {
	margin-bottom: 30px;
	color: #1fa50a;
}

.target .name span {
	font-weight: bold;
	font-size: 20px;
}

.target .w550 dl {
	padding: 1px 20px 20px 25px;
	background: #dff4de;
}

.target .w550 dt {
	margin-top: -11px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #1fa50a;
}

.target .message {
	margin-top: 30px;
	margin-bottom: 60px;
}

.target .comment dl {
	margin-bottom: 50px;
	padding: 1px 25px 20px;
	background: #dff4de;
}

.target .comment dt {
	margin-top: -11px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #1fa50a;
}

.target .schedule {
	padding-bottom: 15px;
	border: solid 4px #1fa50a;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
.target .schedule p {
    font-size: 0.9rem;
    text-align: right;
    padding-right: 60px;
    color: #666;
    clear: both;
}

.target .schedule h4 {
	margin-top: -15px;
	margin-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}

.target .schedule h4 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #1fa50a;
}

.target .schedule .time {
	display: inline-block;
	vertical-align: top;
}

.target .schedule .time:not(:last-of-type) {
	margin-right: 20px;
}

.target .schedule .time dl {
	display: table;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.2;
}

.target .schedule .time dt {
	display: table-cell;
	vertical-align: middle;
	width: 61px;
	padding: 5px 0;
	border-radius: 5px;
	background: #1fa50a;
	color: #fff;
}

.target .schedule .time dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}
