@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	background: #F3F3F3;
	text-align: center;
}
#mainphoto {
	position: relative;
}
#mainphoto .baloon {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 100;
}
#mainphoto .baloon img {
	width: 100px;
	height: auto;
}

/*------------------------------------------------------------News01*/
section#news01 div {
	background: #FFF;
	padding: 12px 10px 10px;
	border-bottom: 1px solid #333;
}
section#news01 div:first-of-type {
	border-top: 1px solid #333;
}
section#news01 div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 1.2rem;
	line-height: 1.6;
}
section#news01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news01 .date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}
section#news01 .title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #066;
}
section#news01 .phbox {
	text-align: center;
}
section#news01 img {
	margin: 10px 0 0;
}
/*------------------------------------------------------------News02*/
section.news02 {
}
section.news02 div:nth-child(even) {
	background: #f4f4f4;
}
section.news02 div a {
	display: block;
	padding: 5px 10px;
}
section.news02 p.date {
	font-size: 14px;
	font-weight: bold;
	color: #73501c;
	padding-left: 10px;
	margin-left: -10px;
	background: url(../img/common_img/ico_point.png) no-repeat 1.5% 38%/3.5px 5.5px;
}
/*------------------------------------------------------------other*/
section.news02 {
	border: 1.5px #d7ceaf solid;
	box-shadow: 0 0 2px #d7ceaf inset;
	padding: 10px;
	background: #fff;
}
section.news02 .news_hd {
	position: relative;
}
#main_cts_area section.news02 .news_hd .tit_img img {
	width: 142.5px;
	margin-left: -0.5%;
}
section.news02 .news_hd figure {
	position: absolute;
	top: 0px;
	right: 0;
}
section.news02 .news_hd figure a {
	color: #714e1a;
	font-size: 14px;
	padding: 6px 20px;
	border: 1.5px #c2a23b solid;
	border-radius: 3px;
}
#news_area {
	display: block;
	width: 100%;
	padding: 10px;
	margin: -10px;
	background: url(../img/common_img/ptn_beige_bg.png);
}
section#sec01 {
	background: url(../img/index_img/intro_bg.png) no-repeat center center/contain;
	margin: -10px -10px auto;
}
section#sec01 figure img {
	max-width: 100%;
	margin: 0 auto;
}
section#sec01 p {
	padding: 0 10px;
}
section#sec02 figure {
	margin-bottom: 20px;
	position: relative;
}
section#sec02 figure img {
	max-width: 100%;
	margin: 0 auto;
}
section#sec02 figure figcaption {
	position: absolute;
	top: 18%;
	margin: 10px 20px;
	font-size: 14px;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #fff;
}
section#sec03 figure img {
	max-width: 100%;
	margin: 5px auto;
}
