@charset "utf-8";
/* CSS Document */

/***************
	contents
***************/

#contents{
	width: 1000px;
	margin: 0 auto;
	color: #333;
}

#contents a img{
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all .1s ease;
}

#contents a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}

/*---------------------
	ページ内リンク
---------------------*/
.page_link{
	margin: 50px 0 40px;
	text-align: center;
	font-size: 0;
}

.page_link li{
	display: inline-block;
	background-color: #EEE;
	font-size: 15px;
	*display: inline;
	*zoom: 1;
	min-width: 140px;
	width: auto !important;
	width: 140px;
	margin-right: 9px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.page_link li:hover{
	background-color: #CCC;
}

.page_link li span{
	vertical-align: middle;
	font-size: 14px;
}

.page_link li a{
	color: #994C00;
	text-decoration: none;
	display: block;
	padding: 8px;
}

/*---------------
	コンテンツスタイル
---------------*/

#content1, #content2 {
  margin: 0 0 40px 0;
}

#content1 .main_image {
  margin: 0 0 10px 0;
}

#content1 .text1, #content2 .text1 {
  margin: 0 30px 20px;
  line-height: 1.7;
}

#content2 h3{
  margin-bottom: 35px;
}

#content2 .menuBox{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap:40px;
  padding: 0 30px 50px;
}

#content2 .menuChild {
  width: calc(100%/3 - 30px);
  height: auto;
  display: flex;
  flex-direction:column;
}

#content2 .boxImg {
  width: 100%;
  height: auto;
}
#content2 .boxImg img {
  width: 100%;
  height: auto;
}

.point1 {
  color: #f29337;
  font-weight: bold;
  font-size: 110%;
}

.point2 {
  color: #f29337;
  font-weight: bold;
  font-size: 160%;
  margin-bottom: 50px;
  line-height: 1.5;
}