@charset "UTF-8";

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


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

}
.mv_area .inner {
  /*width: 1400px;*/
}

.topics {
	display: flex;
	flex-wrap: wrap;
	max-width: 1220px;
	margin: 60px auto 20px;
}
.topics .item {
	width: 33.333%;
}
.topics .item a {
	display: block;
	margin: 0 10px 40px;
}
.topics .item .img {
	margin: 0 0 10px;
}
.topics .item .img img {
	width: 100%;
	height: auto;
}
.topics .item .date {
	font-size: 14px;
}
.topics .item .text {
	font-size: 14px;
	line-height: 1.5;
}

.idea {
/*  padding-top: 80px;*/

  text-align: center;
}
.idea .section_title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
.idea .section_title .en {
  display: block;
  font-size: 50px;
  letter-spacing: .1em;
}
.idea .section_title .jp {
  display: block;
  font-size: 16px;
  letter-spacing: .15em;
}
.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;
}

.card_area {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 60px;
}
.card_area .card {
	width: 48%;
	margin: 0 1% 2%;
	background: #fff;
	border: 1px solid #ebeaea;
	box-sizing: border-box;
	transition: background .3s;
}
.card_area .card:hover {
	background: #f5f5f5;
}
.card_area .card a {
	display: block;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
}
.card_area .card a:hover {
	opacity: 1;
}
.card_area .card .img {
	width: 200px;
	margin: 0 auto 20px;
}
.card_area .card .img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.card_area .card .category {
	font-size: 16px;
	font-weight: bold;
}
.card_area .card .text {
	font-size: 14px;
}

.youtube_area {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.youtube_area .section_title {
	margin-bottom: 30px;
	line-height: 1.2;
	text-align: center;
}
.youtube_area .section_title .en {
	display: block;
	font-size: 50px;
	letter-spacing: .1em;
}
.youtube_area .section_title .jp {
	display: block;
	font-size: 16px;
	letter-spacing: .15em;
}
.youtube_area .movie {
	text-align: center;
}

.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: 40px;
  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
{
}
