@charset 'utf-8';

/**
 *
 *  スマホトップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page
{
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
}
#Content .section_title,
#Content .border {
  padding-top: 29px;
}
.border {
  border-bottom: 2px solid #000;
  width: 60px;
  margin: 0 auto;
}
.section_title {
  text-align: center;
  margin-bottom: 10px;
}

.mv_area .inner {
  width: 100%;
}
.idea .subtext {
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
  width: 68%;
}
.idea .title {
   text-align: center;
   margin-bottom: 10px;
   font-size: 14px;
   letter-spacing: 1px;
}
.idea .text {
  text-align: center;
  margin: 0 auto;

}

#map_canvas {
  width: 100%;
  height: 230px;
  margin: 0 auto;
}
.link_area .section_title {
  margin-bottom: 7px;
}
.link_area .column_2 .img {

}
.link_area .column_2 .title {
  margin-bottom: 14px;
}
.link_area .area_r .column_2 .title {
  margin-bottom: 8px;
}

.link_area .box {
  background-color: #fff;
  position: relative;
  border: 1px solid #efefef;
}
.link_area .box.column_2 a {
  display: block;
}
.link_area .box.column_2 .desc {
  /*padding: 15px;*/
  width: 93%;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
.link_area .box.column_2::after {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ff0050 transparent;
  position: absolute;
}

.link_area .box.column_3::after {
  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 .border.mgb {
  margin-bottom: 29px;
}

.link_area .box.column_3 {
  overflow: hidden;
  margin-bottom: 29px;
}
.link_area .box.column_3.last {
  margin-bottom: 0;
}
.link_area .box.column_3 a {
  display: table;
  width: 100%;
}
.link_area .box.column_3 .img {
  /*float: left;*/
  display: table-cell;

}
.link_area .box.column_3 .img img {
  max-width: 190px;
  width: 100%;
}
.link_area .box.column_3 .title {
  margin-bottom: 10px;
}
.link_area .box.column_3 .desc {
  width: 55%;
  padding: 13px;
  padding-left: 6%;
  padding-right: 6%;

  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;

}
.insta_area .section_title {
  margin-bottom: 10px;
}

.info .section_title  {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.info dl a {
	color: #0096ff;
	text-decoration: underline;
}

.info dl {
	border: 1px solid #ececec;
	border-bottom: none;
	background-color: #fff;
	line-height: 1;
	padding: 14px;
}
.info dl:last-child {
	border-bottom: 1px solid #ececec;
}
.info dd {
  line-height: 1.3;
}
.info dt {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}

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