@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-text-size-adjust: none;
}

article, aside, dialog, figure, footer, header, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

* {
  -webkit-appearance: none;
}

article, aside, dialog, figure, footer, header, nav, section, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 1;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#bg div {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#bg .daytime {
  background-image: url(/hebel/lac/nisetai-bousai/img/typeb/bg_daytime.png);
}
#bg .daytime-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#bg .evening.on {
  background-image: url(/hebel/lac/nisetai-bousai/img/typeb/bg_evening.png);
}
#bg .evening.on-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#bg .white {
  background-color: rgba(255, 255, 255, 0);
}
#bg .white-show {
  background-color: rgba(255, 255, 255, 0.8);
}

#logo {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 154px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}
#logo img {
  width: 100%;
}

#container {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#container .page {
  width: 100%;
  height: 100%;
}
#container .wrapper {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  height: 830px;
  width: 1670px;
  top: 50%;
  left: 50%;
  margin: -415px 0 0 -835px;
}
#container img {
  width: 100%;
}
#container.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#container .left {
  float: left;
}
#container .right {
  float: right;
  background: #fff;
  width: 900px;
  height: 830px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 33px 20px 0 20px;
}
#container .books {
  position: absolute;
  width: auto;
  left: 0;
  bottom: 0;
}
#container .books .base {
  width: 617px;
}
#container .books .btn {
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 610px;
}
#container .books .btn a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#container .books .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#container .bookinfo {
  padding-bottom: 40px;
  margin-bottom: 25px;
}
#container .bookinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .bookinfo ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
#container .bookinfo p, #container .bookinfo h2 {
  margin: auto;
}
#container .bookinfo .img {
  margin-bottom: 20px;
}
#container .bookinfo h2 {
  margin-bottom: 12px;
}
#container .bookinfo .description {
  margin-bottom: 20px;
}
#container .bookinfo .btn a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
#container .bookinfo .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#container .houseinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#page1 .info {
  padding: 45px 0 0 75px;
}
#page1 .info h2 {
  width: 306px;
  margin-bottom: 40px;
  line-height: 1;
}
#page1 .info p {
  width: 524px;
}
#page1 .houseinfo ul li {
  position: relative;
}
#page1 .houseinfo ul li:first-child {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #00A0E9;
}
#page1 .houseinfo .ttl {
  float: left;
  width: 370px;
}
#page1 .houseinfo .body {
  float: right;
  width: 480px;
}
#page1 .houseinfo .item1 h2 {
  position: relative;
  margin-left: 20px;
  width: 200px;
  z-index: 2;
}
#page1 .houseinfo .item1 .illust {
  position: absolute;
  top: 20px;
  left: 180px;
  width: 174px;
  z-index: 1;
}
#page1 .houseinfo .item1 .body p {
  display: inline-block;
  vertical-align: top;
}
#page1 .houseinfo .item1 .body p:nth-child(1) {
  width: 221px;
  margin-right: 22px;
}
#page1 .houseinfo .item1 .body p:nth-child(2) {
  width: 221px;
}
#page1 .houseinfo .item2 h2 {
  position: relative;
  margin-left: 20px;
  width: 139px;
  z-index: 2;
}
#page1 .houseinfo .item2 .illust {
  position: absolute;
  top: 20px;
  left: 180px;
  width: 175px;
  z-index: 1;
}
#page1 .houseinfo .item2 .body p {
  display: inline-block;
  vertical-align: top;
}
#page1 .houseinfo .item2 .body p:nth-child(1) {
  width: 221px;
  margin-right: 22px;
}
#page1 .houseinfo .item2 .body p:nth-child(2) {
  width: 221px;
}
#page1 .gallery p {
  width: 826px;
  padding: 10px 0 0 20px;
}
#page1 .gallery p img {
  width: 100%;
}
#page1 .bookinfo {
  border-bottom: solid 3px #00A0E9;
}
#page1 .bookinfo ul li:first-child {
  border-right: dotted 2px #00A0E9;
}
#page1 .bookinfo .btn {
  width: 296px;
}
#page1 .bookinfo .item1 .img {
  width: 320px;
}
#page1 .bookinfo .item1 h2 {
  width: 261px;
}
#page1 .bookinfo .item1 .description {
  width: 315px;
}
#page1 .bookinfo .item2 .img {
  width: 312px;
}
#page1 .bookinfo .item2 h2 {
  width: 179px;
}
#page1 .bookinfo .item2 .description {
  width: 347px;
}
#page1 #ooyalaplayerBg {
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: none;
  z-index: 2;
}
#page1 #ooyalaplayerClose {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
  line-height: 1;
}
#page1 #ooyalaplayerClose a {
  display: block;
  padding: 0.5em;
  padding-top: 0.4em;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  background: rgba(0, 0, 0, 0.5);
}
#page1 .scroll {
  width: 194px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: 0 0 0 -72px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page1 .scroll.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#page2 .info {
  padding: 10px 0 0 75px;
}
#page2 .info h2 {
  width: 353px;
  margin-bottom: 40px;
  line-height: 1;
}
#page2 .info p {
  width: 418px;
}
#page2 .bookinfo {
  border-bottom: solid 3px #E4007F;
}
#page2 .bookinfo ul li:first-child {
  border-right: dotted 2px #E4007F;
}
#page2 .bookinfo .item1 .img {
  width: 317px;
}
#page2 .bookinfo .item1 h2 {
  width: 261px;
}
#page2 .bookinfo .item1 .description {
  width: 282px;
}
#page2 .bookinfo .item1 .btn {
  width: 296px;
}
#page2 .bookinfo .item2 .img {
  width: 311px;
}
#page2 .bookinfo .item2 h2 {
  width: 216px;
}
#page2 .bookinfo .item2 .description {
  width: 317px;
}
#page2 .bookinfo .item2 .btn {
  width: 296px;
}
#page2 .moreinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page2 .moreinfo ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
#page2 .moreinfo ul li:first-child {
  border-right: dotted 2px #E4007F;
}
#page2 .moreinfo p, #page2 .moreinfo h2 {
  margin: auto;
}
#page2 .moreinfo .item1 h2 {
  margin-bottom: 13px;
  width: 250px;
}
#page2 .moreinfo .item1 .description {
  margin-bottom: 20px;
  width: 282px;
}
#page2 .moreinfo .item1 .img {
  width: 299px;
}
#page2 .moreinfo .item1 .btn {
  width: 296px;
}
#page2 .moreinfo .item2 h2 {
  margin-bottom: 13px;
  width: 204px;
}
#page2 .moreinfo .item2 .description {
  width: 280px;
  margin-bottom: 23px;
}
#page2 .moreinfo .item2 .img {
  width: 376px;
  margin-bottom: 30px;
}
#page2 .moreinfo .item2 .btn {
  width: 296px;
}
#page2 .moreinfo .btn a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
#page2 .moreinfo .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#page2 .scroll {
  width: 194px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: 0 0 0 -62px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page2 .scroll.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.fuwafuwa {
  -moz-animation-name: fuwafuwa;
  -webkit-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid #00B1FF;
  border-right-color: transparent;
  -moz-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 2;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@media screen and (max-height: 1000px) {
  #logo {
    width: 130px;
    top: 15px;
    right: 15px;
  }

  #container .wrapper {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@media screen and (max-height: 950px) {
  #container .wrapper {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-height: 925px) {
  #container .wrapper {
    -moz-transform: scale(0.875);
    -ms-transform: scale(0.875);
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
  }
}
@media screen and (max-height: 900px) {
  #container .wrapper {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1680px) {
  #logo {
    width: 130px;
    top: 15px;
    right: 15px;
  }

  #container .wrapper {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (max-height: 875px) {
  #container .wrapper {
    -moz-transform: scale(0.825);
    -ms-transform: scale(0.825);
    -webkit-transform: scale(0.825);
    transform: scale(0.825);
  }
}
@media screen and (max-height: 850px) {
  #container .wrapper {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-height: 800px) {
  #container .wrapper {
    -moz-transform: scale(0.76);
    -ms-transform: scale(0.76);
    -webkit-transform: scale(0.76);
    transform: scale(0.76);
  }
}
@media screen and (max-height: 775px) {
  #container .wrapper {
    -moz-transform: scale(0.73);
    -ms-transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
  }
}
@media screen and (max-height: 750px) {
  #logo {
    width: 100px;
  }

  #container .wrapper {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  #container {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1500px) {
  #logo {
    width: 100px;
  }

  #container .wrapper {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media screen and (max-height: 750px) {
  #container .wrapper {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  #container {
    margin-top: -10px;
  }
}
@media screen and (max-height: 725px) {
  #container .wrapper {
    -moz-transform: scale(0.675);
    -ms-transform: scale(0.675);
    -webkit-transform: scale(0.675);
    transform: scale(0.675);
  }
}
@media screen and (max-height: 700px) {
  #container .wrapper {
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  #container {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1350px) {
  #container .wrapper {
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@media screen and (max-height: 650px) {
  #container .wrapper {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media screen and (max-height: 600px) {
  #container .wrapper {
    -moz-transform: scale(0.575);
    -ms-transform: scale(0.575);
    -webkit-transform: scale(0.575);
    transform: scale(0.575);
  }

  #container {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1200px) {
  #container .wrapper {
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
}
@media screen and (max-height: 575px) {
  #container .wrapper {
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
}
@media screen and (max-height: 550px) {
  #container .wrapper {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (max-height: 500px) {
  #container .wrapper {
    -moz-transform: scale(0.475);
    -ms-transform: scale(0.475);
    -webkit-transform: scale(0.475);
    transform: scale(0.475);
  }
}
@media screen and (max-height: 475px) {
  #container .wrapper {
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@media screen and (max-width: 1000px) {
  #container .wrapper {
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@media screen and (max-height: 450px) {
  #container .wrapper {
    -moz-transform: scale(0.425);
    -ms-transform: scale(0.425);
    -webkit-transform: scale(0.425);
    transform: scale(0.425);
  }
}
@media screen and (max-height: 425px) {
  #container .wrapper {
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@media screen and (max-height: 400px) {
  #container .wrapper {
    -moz-transform: scale(0.375);
    -ms-transform: scale(0.375);
    -webkit-transform: scale(0.375);
    transform: scale(0.375);
  }
}
@media screen and (max-height: 375px) {
  #container .wrapper {
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
}
@media screen and (max-width: 835px) {
  #container .wrapper {
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
}
@media screen and (max-height: 350px) {
  #container .wrapper {
    -moz-transform: scale(0.325);
    -ms-transform: scale(0.325);
    -webkit-transform: scale(0.325);
    transform: scale(0.325);
  }
}
@media screen and (max-height: 325px) {
  #container .wrapper {
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
