@charset "utf-8";
/*////////////// TopCSS Document //////////////*/
/* ===============================================
 #top（基本事項）　
=============================================== */
#top {
	width: 100%;
	margin: 0;
	padding: 0;
}
#top #mainArea {
	/*width: 92%;
	margin: 0 auto;*/
  font-size: 13px;
	color: #333;
	line-height: 1.5em;
}
#top #mainArea .prelusion{
	width: 100%;
}
#top #mainArea .acsess {
	width: 100%;
	margin: 2% 0 5%;
}
#top #mainArea .prelusion h3, #top #mainArea .acsess h3 {
	width: 83%;
	margin: 20px auto 0;
}
#top #mainArea .prelusion h3 img, #top #mainArea .acsess h3 img {
	width: 100%;
}
#top #mainArea .prelusion .box, #top #mainArea .acsess .box {
	width: 100%;
}
#top #mainArea .prelusion .box .mapttl {
  background: url('https://www.his-j.com/smp/kanto/special/newcaledonia/images/top_map_ttl_bg.png') no-repeat 0 0;
  background-size: cover;
  padding: 6.5vw 0 0 26%;
  width: 100%;
  height: 14vw;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 5vw;
}
#top #mainArea .prelusion .box img { width: 100%; }
#top #mainArea .prelusion .box img + p {
  width: 89%;
  margin: 8px 5.5% 0;
  color: #19a4de;
  font-size: 12px;
  font-weight: bold;
}
#top #mainArea .prelusion .moreArea {
  background-color: #fcf1de;
  margin-top: 18px;
  overflow: hidden;
 }
#top #mainArea .prelusion .moreArea .top_img { padding: 14px 4% 18px; }
#top #mainArea .prelusion .moreArea h4 {
  margin: 0 4% 13px;
  color: #72401f;
  font-size: 18px;
  font-weight: bold;
}
#top #mainArea .prelusion .moreArea .moretxt img {
  float: right;
  width: 59%;
  margin: 0 1% 0 10px;
}
#top #mainArea .prelusion .moreArea .moretxt p {
  margin: 0 4% 1em;
  color: #72401f;
}
#top #mainArea .prelusion .moreArea .moretxt {
  position: relative;
  overflow: hidden;
}
#top #mainArea .prelusion .moreArea .moretxt.is-hide {
  height: 220px;
}
#top #mainArea .prelusion .moreArea .moretxt:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10000;
  background: linear-gradient(to top, rgba(252,241,226, 1) 5px, rgba(255,255,255, 0) 15px);
}
#top #mainArea .prelusion .moreArea .readmorebtn {
  margin: 5px 0 15px;
  display: block;
  border: 2px solid #72401f;
  border-radius: 5px;
  width: 94% !important;
  height: 35px;
  margin: 0 auto 1em !important;
  padding: 6px 0;
  color: #72401f;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  clear: both;
  z-index: 15000;
}
#top #mainArea .prelusion .moreArea .readmorebtn:after,
#top #mainArea .prelusion .moreArea .readmorebtn.is-hide:after {
  content: '+ 続きを読む';
}
#top #mainArea .prelusion .moreArea .readmorebtn.is-show:after {
  content: '-　閉じる';
}
#top #mainArea .prelusion .moreArea .moretxt::before + .readmorebtn.is-show {
  display: none;
}
#top #mainArea .info {
  width: 94%;
  margin: 0 auto;
}
#top #mainArea .info table {
  margin: 15px 0 0;
  border-top: 1px solid #008c89;
  border-left: 1px solid #008c89;
}
#top #mainArea .info table thead th {
  background-color:  #008c89;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 38px;
}
#top #mainArea .info table th,
#top #mainArea .info table td {
  border-right: 1px solid #008c89;
  border-bottom: 1px solid #008c89;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 10px;
}
#top #mainArea .info table th {
  font-weight: normal;
  width: 15.5%;
  vertical-align: middle;
  padding: 8px 0;
}
#top #mainArea .bottom .bnr {
  text-align: center;
  width: 94%;
  margin: 20px auto 0;
}
#top #mainArea .bottom .bnr img { width: 100%; }
@media screen and (max-width: 470px) {
}