@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 {
  height: 200px;
}
.mv_area .inner {
  width: 100%;
}

.topics {
	margin: 10px;
}
.topics .item a {
	display: block;
	margin: 0 0 10px;
}
.topics .item .img {
	margin: 0 0 5px;
}
.topics .item .img img {
	width: 100%;
	height: auto;
}
.topics .item .date {
	font-size: 12px;
}
.topics .item .text {
	font-size: 12px;
	line-height: 1.5;
}

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

.card_area {
	margin: 0 10px;
	padding: 30px 0 10px;
}
.card_area .card {
	margin: 0 0 10px;
	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: 20px;
	box-sizing: border-box;
}
.card_area .card a:hover {
	opacity: 1;
}
.card_area .card .img {
	width: 100px;
	margin: 0 auto 10px;
}
.card_area .card .img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.card_area .card .category {
	font-size: 14px;
	font-weight: bold;
}
.card_area .card .text {
	font-size: 12px;
}


.youtube_area {
	margin: 0 10px;
	padding: 0 0 40px;
}
.youtube_area .section_title {
	margin-bottom: 30px;
	line-height: 1.2;
	text-align: center;
}
.youtube_area .section_title .en {
	display: block;
	font-size: 30px;
	letter-spacing: .1em;
}
.youtube_area .section_title .jp {
	display: block;
	font-size: 13px;
	letter-spacing: .15em;
}
.youtube_area .movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_area .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.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
{
}
