@charset "UTF-8";
/* ============================================================

★ series css

============================================================ */
body {
  font-family: 'Meiryo','メイリオ','平成明朝','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Lucida Grande','Verdana',sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  background: url("../../images/bg-special.gif") repeat center 0 #fff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  overflow: hidden;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
}

#wrapper {
  background: url("../images/camBg.png") no-repeat top left #fff;
  position: relative;
  width: 960px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px #222;
}

header {
  position: relative;
  height: 1612px;
}
header #camTitle {
  position: absolute;
  top: 0;
  left: 0;
}
header #camCatch {
  position: absolute;
  top: 237px;
  right: 0;
}
header #camCatch2 {
  position: absolute;
  top: 800px;
  left: 0;
  z-index: 20;
}
header #CatchTxt {
  position: absolute;
  bottom: 0;
  left: 0;
}

#container a:hover {
  opacity: 0.7;
}

.top-link {
  margin: 0 auto;
  text-align: right;
  font-size: 11.52px;
  padding: 0 10px 15px 0;
}

.contents-box .contents {
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.contents-box#contents-camApp {
  position: relative;
}
.contents-box#contents-camApp .contents-header {
  position: relative;
  z-index: 1;
}
.contents-box#contents-camApp .contents {
  position: relative;
  padding: 0 0 40px;
}
.contents-box#contents-camApp .contents p {
  text-align: center;
}
.contents-box#contents-camInfo {
  position: relative;
}
.contents-box#contents-camInfo .contents-header {
  position: relative;
  z-index: 1;
}
.contents-box#contents-camInfo .contents {
  position: relative;
  height: 400px;
  padding-left: 450px;
  padding-top: 50px;
  background: url("../images/camInfoBg.png") no-repeat top left;
}
.contents-box#contents-camInfo .contents dl.infoList {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 26px;
  align-items: baseline;
  font-size: 20px;
}
.contents-box#contents-camInfo .contents dl.infoList dt {
  width: 125px;
  text-align: center;
  background-color: #fc2b5b;
  color: #fff;
  padding: 5px 0 2px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.contents-box#contents-camInfo .contents dl.infoList dd {
  width: 360px;
  margin-bottom: 14px;
  padding: 0 0 0 10px;
  line-height: 1.2;
  color: #552017;
}
.contents-box#contents-camInfo .contents .stxt {
  font-size: 13px;
}
.contents-box#contents-camInfo .contents p.stxt {
  font-size: 16px;
  line-height: 1.5;
  color: #552017;
}
.contents-box#contents-camInfo .contents p.stxt a {
  color: #552017;
}
.contents-box#contents-camInfo .backBtn {
  margin: 20px 0 50px;
}
.contents-box#contents-camInfo .notes {
  text-align: left;
  padding: 0 80px 60px;
  font-size: 13px;
  line-height: 1.6;
  color: #552017;
}
.contents-box#contents-camInfo .notes .notesTitle {
  font-weight: bold;
  font-size: 17px;
  color: #f86a00;
}
