@charset 'utf-8';

/**
 *
 *  トップページ
 *
 */


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.mv_area {
/*  background: url("../images/top_mv.jpg") no-repeat;*/
  background-position: center center;
  height: 600px;
  background-color: #f7f2e7;

}
.mv_area .inner {
  /*width: 1400px;*/
}
.idea {
/*  padding-top: 80px;*/

  text-align: center;
}
.idea .section_title {
  text-align: center;
  margin-bottom: 30px;
}
.idea .subtext {
  padding: 45px 0 37px 0;
}
.idea .title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.idea .text {
  padding-bottom: 92px;
  letter-spacing: 3px;

}
#map_canvas {
  width:310px;
  height:320px;
  float:left;
}
.link_area {
  padding-bottom: 63px;
}
.link_area .box {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ebeaea;
  background-color: #fff;
}


.link_area .box.column_2 .tri {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #32c864 transparent;
  position: absolute;

}
.link_area .box.column_2 .tri {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.link_area .box.column_2:hover .tri  {
  border-color: transparent transparent #ff0050 transparent;
}

/*.link_area .box.column_2 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.link_area .box.column_2:hover {
  box-shadow: #000 0px 0px 20px;
  color: #EA4515;
}*/



.link_area .box.column_3 .tri {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #32c864 transparent;
  position: absolute;
}
.link_area .box.column_3 .tri {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_area .box.column_3:hover .tri  {
  border-color: transparent transparent #ff0050 transparent;
}
.link_area .box a {
  display: block;
}
.link_area .box a:hover {
  opacity: 1;
}
.link_area .box .title {
  margin-bottom: 17px;
}
.link_area .box .text {
  font-size: 13px;
  line-height: 1.6;
}
.link_area .box.column_2 .text {
  line-height: 1.8;
}
.link_area .area_l {
  float: left;

  width: 585px;
  margin-right: 30px;
}
.link_area .area_r {
  float: left;

  width: 585px;
}
.link_area .box.column_2 {
  height: 322px;
  margin-bottom: 30px;
}
.link_area .column_2 .img {
  float: left;
}
.link_area .column_2 .desc {
  float: left;

  box-sizing: border-box;
  width: 273px;
  padding: 30px;

}
.link_area .column_2.map_area .desc {
  height: 320px;
  padding: 0;
}
.link_area .column_2.map_area .desc a {
  height: 320px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.link_area .column_2.map_area a .overlay {
  top: 0;
  left: 0;
}
.link_area .box.column_3 {
  float: left;

  width: 380px;
  height: 200px;
  margin-right: 30px;
}
.link_area .box.column_3:last-child {
  margin-right: 0;
}
.link_area .column_3 .img {
  float: left;
}
.link_area .column_3 .desc {
  float: left;

  box-sizing: border-box;
  width: 218px;
  padding: 29px 25px;
}

.insta_area {
  padding-bottom: 97px;
}
.insta_area ul li {
  float: left;

  margin-left: 17px;
  padding: 5px;

  border: 1px solid #efefef;
}
.insta_area ul li:first-child {
  margin-left: 0;
}

.info {
  padding-top: 80px;
  padding-bottom: 92px;

}
.info .section_title {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
}

.info dl a {
	color: #0096ff;
	text-decoration: underline;
}

.info dl {
	border: 1px solid #ececec;
	border-bottom: none;
	background-color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 20px;
}
.info dl:last-child {
	border-bottom: 1px solid #ececec;
}
.info dt,
.info dd {
	display: inline-block;
}
.info dt {
	width: 120px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
