@charset "utf-8";

/* -----------------------------------------------

FILE DATA: index.css

----------------------------------------------- */


/* コンテンツ */

#contents {
	padding: 40px 40px 0;
}
.contents_inner {
	background: #fff;
	position: relative;
}
.contents_box {
  margin: 0 auto;
	width: 1060px;
	padding: 30px 40px 60px;
}
.contents_box_tel_btn {
	position: absolute;
	height: 26px;
	right: 20px;
	top: 20px;
	height: 26px;
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-family: Roboto;
}
.contents_box_tel_btn a {
	color: #000;
	text-decoration: none;
}
.contents_box_tel_btn img {
	width: 15px;
	margin-right: 10px;
}

.contents_box_logo {
	margin: auto;
  width: 170px;
}
.contents_box_logo img {
	width: 100%;
}
.contents_box_title {
  text-align: center;
	font-size: 37px;
	font-size: 3.7rem;
	margin: 60px 0 0;
  font-family: 'Crimson Text', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contents_box_subtitle {
  margin: 10px 0 0;
  text-align: center;
  font-size: 11px;
	font-size: 1.1rem;
  font-family: 'Crimson Text', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* インフォメーション */
.contents_box_information {
  margin: 70px 0 0;
  overflow: hidden;
	line-height: 1.8;
}
.contents_box_information a {
  color: #000;
  text-align: none;
}



.contents_box_information_jp {
  float: left;
  width: 50%;
}
.contents_box_information_jp dt {
	margin: 40px 0 0;
}
.contents_box_information_jp dt:first-child {
	margin-top: 0;
}
.contents_box_information_jp dd {
	margin: 5px 0 0;
}



.contents_box_information_en {
  float: right;
  width: 50%;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contents_box_information_en dt {
  font-family: 'Crimson Text', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 0.9;
	margin: 30px 0 0;
}
.contents_box_information_en dt:first-child {
	margin-top: 0;
}
.contents_box_information_en dd {
	margin: 10px 0 0;
}



/* マップ */
.contents_box_information_map {
	margin: 50px auto 0;
}
.contents_box_information_map iframe {
	width: 980px;
	height: 460px;
}


/* -----------------------------------------------

	SP

----------------------------------------------- */

@media screen and (max-width: 767px) {
  
  #contents {
    margin-top: 75px;
  	padding: 0;
  }
  .contents_box {
  	width: 100%;
  	padding: 20px;
  }
  .contents_box_title {
    margin-top: 40px;
  	font-size: 25px;
  	font-size: 2.5rem;
    font-weight: 300;
  }
  .contents_box_information_jp {
    float: none;
    width: 100%;
  }
  .contents_box_information_jp dt {
    margin-top: 20px;
  	font-size: 15px;
  	font-size: 1.5rem;
  }
  .contents_box_information_jp dd {
  	font-size: 11px;
  	font-size: 1.1rem;
  }
  .contents_box_information_en {
    margin: 50px 0 0;
    float: none;
    width: 100%;
    font-family: Roboto;
  }
  .contents_box_information_en dt {
    margin-top: 20px;
  }
  .contents_box_information_en dd {
  	font-size: 11px;
  	font-size: 1.1rem;
  }
  
  /* マップ */
  .contents_box_information_map {
  	margin: 50px -20px 0;
  }
  .contents_box_information_map iframe {
  	width: 100%;
  }
  
  /* アクセス */
  .contents_box_access {
    	width: 100%;
  }
  .contents_box_access_address dt {
  	padding-left: 30px;
    font-family: 'Crimson Text', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  	font-size: 16px;
  	font-size: 1.6rem;
    width: 160px;
  }
  .contents_box_access_address dt img {
  	width: 15px;
  	margin-right: 20px;
  }
  
  
  .contents_box_access_address dl {
  	width: 100%;
  	border-top: 1px #000 solid;
  }
  
  
  .contents_box_access_address dt,
  .contents_box_access_address dd {
  	display: table-cell;
  	height: inherit;
  	vertical-align: middle; 	
    padding-top: 15px;
    padding-bottom: 15px;
  	height: 70px;
  }
  
  .contents_box_access_address_access dd {
  	font-size: 11px;
  	font-size: 1.1em;
    width: auto;
  	line-height: 1.8;
  	padding-right: 20px;
  }
  .contents_box_access_address_contact dd {
  	font-size: 15px;
  	font-size: 1.5rem;
  	letter-spacing: 0.1em;
  	font-weight: 300;
    width: auto;
    padding-bottom: 20px;
  }
  .contents_box_access_address_contact dd a {
    color: #000;
  }

}