@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	position: relative;
    height: 250px;
	background: url("../img/overview_img/main.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 63px;
}
#mainimage h2{
	text-align: center;
	background: rgba(255,255,255,0.8);
	line-height: 1;
	padding:5px 10px 7px 10px;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
#mainimage {
     height: 300px;
}
#mainimage h2{
	font-size: 36px;
}
}


/*------------------------------------------------------------content*/
#sec01,#sec02,#sec03,#sec04{
	padding:60px 0;
}

@media print, screen and (min-width: 768px) {
#sec01,#sec02,#sec03,#sec04{
	padding:100px 0;
}
}

/*************button********************/
.button_box2{
  display: grid;
  justify-content: flex-end; /* 左右中央に配置 */
  align-items: flex-end;     /* 上下中央に配置 */
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #018f66;
}
.button2 {
  width: 300px; /* 固定幅 */
  display: flex;
  justify-content: center; /* 左右に配置 */
  align-items: center;
  background-color: #af9049;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 17px;
	font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
margin-left: 20px;
	position: relative;
}
.button_box2 a:first-child{
	margin-bottom:20px;
}
@media print, screen and (min-width: 576px) {
.button_box2{
  display: flex;
}
.button_box2 a:first-child{
	margin-bottom:0;
}
}
.button2 a{
	color:#fff !important;
	
}
.button2 :hover {
 opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.button2 .material-icons {
  font-size: 22px;
  transition: transform 0.2s ease;
	position: absolute;
	right: 30px;
}

.button2:hover .material-icons {
  transform: translateX(4px); /* hoverで矢印が右に動く */
}

.button3 {
  width: 300px; /* 固定幅 */
  display: flex;
  justify-content: center; /* 左右に配置 */
  align-items: center;
  background-color: #018f66;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 17px;
	font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
margin-left: 20px;
	position: relative;
}
.button3 a{
	color:#fff !important;
	
}
.button3 :hover {
 opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.button3 .material-icons {
  font-size: 22px;
  transition: transform 0.2s ease;
	position: absolute;
	right: 30px;
}

.button3:hover .material-icons {
  transform: translateX(4px); /* hoverで矢印が右に動く */
}
/*------------------------------------------------------------Content*/

/*PageNavi*/
.pagenavi {
	margin: 40px 0 10px;
	padding:0;
	text-align: center;
}
@media print, screen and (min-width: 576px) {
.pagenavi {
	padding: 10px 10px 5px;
}
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 5px 13px;
	color: #fff;
	border: 1px solid #018f66;
	background: #018f66;
}
.pagenavi li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding:  5px 13px;
    color: #018f66;;
    border: 1px solid #018f66;
    background: #fff;
    zoom: 1;
}
.pagenavi li a:hover {
	color: #fff;
	border: 1px solid #018f66;
	background: #018f66;
	-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
 transition: all 0.7s;
}

h5{
	
}