@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
*:first-child+html body {
  height: auto;
}
/* メイン
------------------------------------------------------------------------------- */
#main {
  width: auto;
  padding-top: 0;
}
/* メイン画像
------------------------------------------------------------------------------- */
#fluidVisual {
  height: 140px;
}

#mainVisual{
  margin: 0;
  padding: 0;
  background: url(../images/history_main02.jpg) center center no-repeat;
}
#mainVisual .mainVisual_in{
  min-height: 140px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainVisual .mainVisual_txt01{
  font-size: 150%;
  font-weight: bold;
}
#mainVisual .mainVisual_txt02{
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 300%;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.04em;
}


/* ==

　02. モジュール

=============================================================================== */
/* インデント
------------------------------------------------------------------------------- */
.hIndent {
  width: 950px;
  margin: 0 auto;
}
/* ローカルナビ
------------------------------------------------------------------------------- */
.hNav {
  min-width: 950px;
  background-color: #666;
}
.hNav-top {
  margin: 0 0 35px;
}
.hNav-btm {
  margin: 40px 0 0;
}
.hNav_in {
  width: 1080px;
  margin: 0 auto;
  border-right: 1px solid #999;
  border-left: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
}
.hNav_in li {
  float: left;
  width: 134px;
  border-left: 1px solid #999;
}
.hNav_in li.current {
	background:#333;
}
.hNav_in a {
  display: block;
  line-height: 50px;
  border-right: 1px solid #333;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
.hNav_in a:hover {
	text-decoration:underline;
}
.hNav_in span {
  padding: 0 0 0 20px;
  background: url(../images/history_ico02.png) left center no-repeat;
}
/* 年代
------------------------------------------------------------------------------- */
#main .hAge {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #999;
  background: none;
  font-size: 200%;
  font-weight: bold;
}
/* 年号
------------------------------------------------------------------------------- */
#main .hYear dt {
  line-height: 1.6;
  margin: 13px 0 15px;
  padding: 6px 10px 4px;
  border-bottom: none;
  background-color: #e5e5e5;
  color: #333;
  font-size: 134%;
  font-weight: bold;
}
#main .hYear dt:first-child {
  margin-top: 0;
}
#main .hYear dd {
  font-size: 100%;
}
/*　歴史
------------------------------------------------------------------------------- */
#main .hHistory_img {
  float: right;
  width: 280px;
}
#main .hHistory_info {
  float: left;
  width: 640px;
}
/*　出来事
------------------------------------------------------------------------------- */
#main .hList {
  font-size: 134%;
}
#main .hList li {
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  background: url(../images/history_ico01.png) 1px 0.55em no-repeat; 
}
#main .hList li:first-child {
  margin-top: 0;
}
/*　写真
------------------------------------------------------------------------------- */
#main .hPhoto {
  width: 280px;
  margin: 14px auto 0;
}
#main .hPhoto:first-child {
  margin-top: 0;
}
#main .hPhoto_img {
  display: block;
}
#main .hPhoto_caption {
  display: block;
  margin: 7px 0 0;
  font-size: 100%;
  text-align: center;
}
#main .hPhoto img {
  max-width: 100%;
  width: auto\9;
  height: auto;
}
*:first-child+html #main .hPhoto img { /* IE7 */
  -ms-interpolation-mode: bicubic;
}
/*　詳細
------------------------------------------------------------------------------- */
#main .hDetail {
  font-weight: bold;
}
body .mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none;
  overflow-y: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff !important;
}
body .mfp-iframe-holder .mfp-content {
  max-width: 850px;
  padding-top: 0;
}
body .mfp-container button.mfp-close,
body .mfp-container button.mfp-close:active {
  top: 25px;
  right: 5px;
  width: 44px;
  height: 44px;
  background: url(../images/history_btn01.png) left top no-repeat;
}
.mp_noOpen .mfp-close {
  display: none !important;
}



#main .hNavIno01 {
  min-width: 950px;
  margin: 40px 0 0;
}
#main .hNavIno01 a {
  display: -webkit-box;
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  background-color: #242122;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}
#main .hNavIno01 a:hover {
  opacity: .7;
}
#main .hNavIno01_img {
  width: 210px;
}
#main .hNavIno01_img img {
  max-width: 100%;
  height: auto;
}
#main .hNavIno01_info {
  width: 430px;
  padding: 22px 16px 16px 24px;
  text-align: right;
}
#main .hNavIno01_txt {
  line-height: 1;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}
#main .hNavIno01_btn {
  display: inline-block;
  position: relative;
  width: 172px;
  margin: 24px 0 0;
  padding: 11px 12px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
#main .hNavIno01_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 10px;
  margin: -5px 0 0;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
}
#main #loacalNav.hIndent {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}