@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 0.875em;
  line-height: 1.6;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
}

img {
  vertical-align: top;
}

sup {
  font-size: 0.85em;
  vertical-align: top;
}

.alp {
  font-family: Helvetica, Arial, sans-serif;
}

.boxLeft {
  float: left;
}

.boxRight {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header #logo {
  padding: 1em;
}
header #logo img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

#contents nav {
  position: relative;
  z-index: 100;
}
#contents nav.open .menu_head {
  background-image: url("../images/sp/lightbox_close.png");
  background-position: top 50% right 1em;
}
#contents nav .menu_head {
  background-color: #108cc9;
  padding: 1em 0;
  background-image: url("../images/sp/hum.png");
  background-repeat: no-repeat;
  background-position: top 50% right 1em;
  background-size: 2.8em;
  display: block;
}
#contents nav .menu_head img {
  display: block;
  margin: 0 auto;
  height: 1.5em;
}
#contents nav ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #fff;
}
#contents nav ul li {
  border-bottom: #108cc9 1px solid;
}
#contents nav ul li a {
  display: block;
  padding: 0.8em;
  text-align: center;
}
#contents #mob_menu_close {
  display: none;
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#contents section {
  margin-bottom: 3em;
}
#contents section a {
  display: block;
}
#contents section a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#contents section a span {
  display: block;
  padding: 0.8em;
}
#contents section a span img {
  width: auto;
  height: 1.5em;
}
#contents #panorama {
  background-color: #fff;
}
#contents #view {
  padding: 0 0.5em;
}
#contents #view p {
  padding: 1.5em 0;
  color: #108cc9;
  text-align: center;
}
#contents #view a {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  display: block;
  margin-bottom: 1.5em;
}
#contents #view a.move {
  opacity: 1;
}
#contents #view a img {
  width: 100%;
}
#contents #concept {
  padding: 0 1em;
}
#contents #concept a {
  background-color: #108cc9;
}
#contents #concept a span img {
  height: 1.7em;
}
#contents #place {
  display: table;
  width: 90%;
  margin: 0 auto;
}
#contents #place li {
  display: table-cell;
  text-align: center;
  padding: 1em;
  vertical-align: middle;
  line-height: 1;
  color: #4b4b4b;
}
#contents #place li a {
  font-size: 1.5em;
}
#contents #place li a img.ico {
  height: 0.5em;
  display: inline-block;
  margin-right: 0.2em;
  opacity: 0;
  vertical-align: middle;
}
#contents #place li a.current img.ico {
  opacity: 1;
}
#contents #children {
  padding: 0 1em;
}
#contents #children a {
  background-color: #108cc9;
}
#contents #children ul {
  text-align: center;
  position: relative;
}
#contents #children ul:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
#contents #children ul:after {
  display: block;
  content: "";
  clear: both;
}
#contents #children ul .item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
  border-bottom: transparent 1px solid;
}
#contents #children ul .item.move {
  opacity: 1;
}
#contents #children ul .item a {
  background-color: transparent;
}
#contents #children ul .item a img {
  display: block;
  width: 100%;
}
#contents #movie_box {
  padding: 0 1em;
}
#contents #movie_box a {
  background-color: #108cc9;
}

#cboxClose {
  position: absolute;
  top: -62px;
  right: 0px;
  display: block;
  background: url(../images/pc/lightbox_close.png) no-repeat top center;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}

#concept_modal {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#concept_modal h3 {
  margin-bottom: 1em;
}
#concept_modal h3 img {
  height: 1.5em;
  width: auto;
  margin-bottom: 0;
}
#concept_modal img {
  width: 100%;
  margin-bottom: 1em;
}

#sns {
  text-align: center;
  margin-bottom: 2em;
}
#sns a {
  display: inline-block;
}
#sns a img {
  vertical-align: bottom;
}
#sns .twitter {
  margin-right: 1em;
}
#sns .twitter img {
  height: 2.5em;
}
#sns .facebook {
  margin-right: 1em;
}
#sns .facebook img {
  height: 3em;
}
#sns .line img {
  height: 3em;
}

#spMovie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#spMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  text-align: center;
}
footer #attribution {
  padding: 0 2em 5px;
}
footer #footer_ribon {
  background-color: #108cc9;
  padding: 1em;
}
footer #footer_ribon #footer_logo {
  padding-bottom: 0.8em;
}
footer #footer_ribon #footer_logo img {
  height: 2em;
}
footer #footer_ribon #copyright {
  color: #ade6fd;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: -30px;
  width: 50px;
  height: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#pagetop.active {
  right: 30px;
  opacity: 1;
}
#pagetop a {
  position: absolute;
  opacity: .7;
  background: #333;
  padding: 5px 9px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pagetop a i {
  width: 32px;
  height: 12px;
  display: inline-block;
  background: url("../images/common/arrow_pagetop.png") no-repeat;
  margin-right: 0;
}
#pagetop a:hover {
  opacity: 1;
}
