@charset "UTF-8";
/* Scss Document */
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, botton,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }
  html blockquote, html q {
    quotes: none; }
  html blockquote:before, html blockquote:after,
  html q:before, html q:after {
    content: '';
    content: none; }
  html select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
  html input, html textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 0;
    border: none; }
  html input[type="submit"],
  html input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer; }
  html input[type="submit"]::-webkit-search-decoration,
  html input[type="button"]::-webkit-search-decoration {
    display: none; }
  html input[type="submit"]::focus,
  html input[type="button"]::focus {
    outline-offset: -2px; }
  html ::placeholder {
    color: #a0a0a0; }
  html ol, html ul, html li {
    list-style: none; }
  html table {
    border-collapse: collapse;
    border-spacing: 0; }
  html caption, html th {
    text-align: left; }
  html a {
    text-decoration: none;
    color: #000; }
  html a:focus {
    outline: none; }
  html a:hover {
    opacity: 0.7;
    transition: 1.0s; }
  html .sp {
    display: none; }
  html .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

html {
  background: #eee; }

body {
  width: 1624px;
  margin: 0 auto;
  box-sizing: border-box;
  font-feature-settings: "palt";
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

.must {
  color: #FF0000; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

header {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
  padding-top: 14px;
  box-sizing: border-box;
  font-family: 'bebasBold';
  font-size: 18px;
  transition: 1s; }
  header div {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: block; }
    header div a:hover {
      color: #7C8000;
      transition: 1s; }
  header menu {
    position: absolute;
    left: 0; }
    header menu a + a::before {
      content: " / "; }
    header menu a + a:hover::before {
      color: #000; }
  header img {
    display: none;
    transition: 1s; }
  header menu + img + a {
    position: absolute;
    right: 0; }

header.fixed {
  background: rgba(255, 255, 255, 0.8);
  transition: 2s; }
  header.fixed img {
    display: block;
    position: absolute;
    left: 43%;
    top: -5px;
    z-index: 777;
    transition: 2s; }

.main_block {
  background: url(../imgHtml/mian_img.jpg);
  background-size: cover;
  min-height: 1080px;
  text-align: center;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  transition: 1s;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .main_block div {
    position: absolute;
    top: 30%;
    transform: translateX(-30%);
    left: 50%;
    transform: translateX(-50%); }
    .main_block div h1 {
      margin: 40px 0 80px;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px;
      height: 60px; }
    .main_block div a:first-of-type {
      color: #000;
      background: #DAE003;
      text-align: center;
      font-size: 18px;
      border-radius: 5px;
      width: 280px;
      letter-spacing: 2px;
      padding-top: 12px;
      height: 50px;
      display: block;
      box-sizing: border-box;
      margin: 0 auto 30px; }
    .main_block div a:first-of-type:hover {
      background: #000;
      color: #fff;
      opacity: 1; }
    .main_block div a:last-child {
      background: none;
      border: none;
      display: block; }
    .main_block div .shiki {
      margin-bottom: 120px;
      display: inline-block;
      color: #fff;
      font-weight: bold; }
    .main_block div .shiki:hover {
      color: #DAE003; }

.instagram {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background: #EEE;
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 666; }
  .instagram .ins {
    text-align: center;
    display: block; }
    .instagram .ins a {
      text-decoration: underline; }
  .instagram div {
    width: 1227px;
    margin: 0 auto; }
  .instagram h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px; }
    .instagram h2 span {
      display: block;
      font-size: 16px; }
  .instagram div img {
    width: 200px; }
  .instagram a.ins {
    color: #000;
    background: #DAE003;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    width: 280px;
    letter-spacing: 2px;
    padding-top: 12px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    margin: 20px auto 10px; }
  .instagram a.ins:hover {
    background: #000;
    color: #fff;
    opacity: 1; }

.about_block {
  background: #fff;
  height: 1540px;
  width: 100%;
  z-index: 666;
  position: -webkit-sticky;
  position: sticky; }
  .about_block .back_house {
    width: 1260px;
    margin: 0 auto;
    padding-top: 100px;
    height: 1380px;
    background: url(../imgHtml/top_image.jpg) no-repeat bottom; }
    .about_block .back_house div {
      width: 1000px;
      margin: 0 auto;
      height: 1000px;
      position: relative; }
      .about_block .back_house div img:first-child {
        position: absolute;
        left: 0;
        z-index: 109;
        transition: 1s;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
      .about_block .back_house div img:nth-child(2) {
        position: absolute;
        right: 10px;
        top: 210px;
        z-index: 111;
        transition: 1s;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
      .about_block .back_house div h1 {
        position: absolute;
        font-size: 22px;
        line-height: 48px;
        right: 160px; }
      .about_block .back_house div h2 {
        position: absolute;
        font-size: 22px;
        line-height: 48px;
        top: 450px;
        left: 40px; }

.bed_block {
  background: url(../imgHtml/bed.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 2000px;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.displayNone {
  display: none; }

.accordion a, .accordion02 a {
  display: block; }

.switch {
  position: relative; }

.switch:hover {
  cursor: pointer;
  color: #525500;
  transition: 1s; }

.accordion .switch:after {
  content: url(../imgHtml/down_icon.png);
  position: absolute;
  right: 10px;
  top: 60%;
  bottom: -100%; }

.accordion .switch.open:after {
  content: url(../imgHtml/up_icon.png); }

.sample_block {
  position: -webkit-sticky;
  position: sticky;
  padding: 60px;
  margin-top: -2000px; }
  .sample_block .sample_txt {
    width: 930px;
    margin: 0 auto;
    color: #fff; }
    .sample_block .sample_txt h1 {
      font-size: 30px;
      font-weight: bold;
      line-height: 40px;
      margin-left: 20px;
      margin-bottom: 30px; }
      .sample_block .sample_txt h1 span {
        display: block;
        margin-left: -20px; }
      .sample_block .sample_txt h1 span::after {
        content: url(../imgHtml/line_w.png);
        display: inline-block;
        margin-top: -13px;
        position: absolute;
        padding-left: 15px; }
    .sample_block .sample_txt p {
      margin-left: 20px;
      margin-bottom: 40px; }
  .sample_block .sample_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 990px;
    box-sizing: border-box;
    margin: 10px auto;
    border-radius: 10px;
    /*			a.sample_item::after{
    					position: absolute;
    					content: "";
    					background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    					background-repeat: repeat-x;
    					width: 144px;
    					margin-top: -67px;
    					height: 70px;
    					left: 0;
    					bottom: -1px;
    					z-index: 111;
    				}*/ }
    .sample_block .sample_box h2 {
      height: 140px;
      font-size: 36px;
      font-weight: bold;
      position: relative; }
      .sample_block .sample_box h2 img {
        position: absolute;
        left: 50px;
        top: 30px; }
      .sample_block .sample_box h2 span:first-of-type {
        font-size: 16px;
        width: 140px;
        height: 140px;
        box-sizing: border-box;
        border-left: 1px #000 solid;
        border-right: 1px #000 solid;
        display: inline-block;
        text-align: center;
        position: absolute;
        padding-top: 90px;
        line-height: 20px; }
      .sample_block .sample_box h2 span:nth-of-type(2) {
        font-size: 36px;
        font-weight: bold;
        position: absolute;
        left: 160px; }
      .sample_block .sample_box h2 span:last-child {
        font-size: 24px;
        font-weight: normal;
        position: absolute;
        left: 160px;
        bottom: 10px; }
    .sample_block .sample_box h6 {
      position: relative; }
    .sample_block .sample_box h6 img {
      position: absolute;
      right: 0;
      top: -30px; }
    .sample_block .sample_box .sample_inner_box {
      display: none;
      flex-wrap: wrap;
      width: 940px;
      margin-top: 30px;
      height: 310px;
      overflow-x: hidden; }
      .sample_block .sample_box .sample_inner_box h2 {
        font-size: 36px;
        font-weight: bold; }
    .sample_block .sample_box .sample_item {
      height: 144px;
      flex-wrap: wrap;
      display: inline-block;
      margin-bottom: 6px;
      position: relative; }
      .sample_block .sample_box .sample_item h3 {
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 5px;
        text-align: left;
        font-weight: bold;
        z-index: 222; }
        .sample_block .sample_box .sample_item h3 span {
          display: block;
          font-weight: bold; }
      .sample_block .sample_box .sample_item img {
        width: 144px;
        height: 144px; }

.sample_box.on .sample_inner_box {
  display: block; }

.showroom_block {
  background: url(../imgHtml/interior_img_bed.jpg) no-repeat top left;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 60px;
  position: -webkit-sticky;
  position: sticky;
  min-height: 1120px; }
  .showroom_block .woman {
    position: absolute;
    right: 170px;
    top: 40px; }
  .showroom_block div {
    width: 990px;
    margin: 0 auto; }
    .showroom_block div h1 {
      font-size: 30px;
      font-weight: bold;
      line-height: 40px;
      margin-left: 20px;
      margin-bottom: 30px;
      color: #ec6941; }
      .showroom_block div h1 span {
        display: block;
        margin-left: -20px;
        position: relative; }
      .showroom_block div h1 span::after {
        content: url(../imgHtml/line_o.png);
        display: inline-block;
        margin-top: -7px;
        position: absolute;
        padding-left: 15px; }
    .showroom_block div h1 + p {
      width: 550px;
      text-align: justify;
      margin-bottom: 55px;
      margin-left: 20px; }
    .showroom_block div ul {
      margin-bottom: 50px;
      margin-left: 20px; }
      .showroom_block div ul li {
        background: rgba(255, 255, 255, 0.7);
        width: 550px;
        height: 60px;
        font-weight: bold;
        margin-bottom: 10px;
        position: relative; }
        .showroom_block div ul li span {
          font-weight: bold;
          padding-top: 19px;
          display: block;
          padding-left: 50px; }
      .showroom_block div ul li:before {
        content: url(../imgHtml/next_icon.png);
        display: inline-block;
        position: absolute;
        padding-top: 17px;
        padding-left: 13px; }

.real_items {
  width: 980px;
  /*background: url(../imgHtml/bg_curtain.jpg);*/
  background: url(../imgHtml/fit.jpg) no-repeat;
  height: 432px;
  background-size: cover;
  padding: 40px 10px 40px 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto; }
  .real_items div {
    display: none; }
    .real_items div h2 {
      text-align: center;
      color: #fff;
      line-height: 40px;
      font-weight: bold;
      font-size: 30px;
      margin-bottom: 40px; }
    .real_items div div {
      display: inline-block;
      color: #000;
      background: #fff;
      border: 1px solid #fff;
      width: 310px;
      height: 240px;
      box-sizing: border-box;
      padding: 40px 20px;
      position: relative;
      margin-right: 6px; }
      .real_items div div img {
        position: absolute;
        right: 0;
        top: 0; }
      .real_items div div h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 20px; }
      .real_items div div h3::after {
        content: url(../imgHtml/line_b.png);
        margin-top: -5px;
        margin-bottom: 20px;
        position: absolute;
        display: block; }
      .real_items div div p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 14px;
        text-align: justify; }

.message_block {
  background: #f5f5f5;
  width: 100%;
  height: 730px;
  position: -webkit-sticky;
  position: sticky; }
  .message_block div {
    position: relative; }
    .message_block div .sofa {
      position: absolute;
      left: 20%;
      top: 10px;
      z-index: 222;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
    .message_block div .message_txt {
      width: 540px;
      height: 540px;
      box-sizing: border-box;
      padding: 55px 30px 30px 120px;
      background: #fff;
      position: absolute;
      text-align: justify;
      right: 20%;
      top: 80px;
      z-index: 111; }
      .message_block div .message_txt h3 {
        color: #7ecef4;
        font-size: 24px;
        line-height: 30px; }
      .message_block div .message_txt h3::after {
        content: url(../imgHtml/line_k.png);
        margin-top: -5px;
        margin-bottom: 20px;
        position: absolute;
        display: block; }
      .message_block div .message_txt p {
        font-size: 16px;
        line-height: 30px;
        padding-top: 35px; }

.letter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -122px; }

.mail_form_block {
  background: url(../imgHtml/mood_img.jpg);
  background-size: cover;
  padding: 60px;
  position: -webkit-sticky;
  position: sticky; }
  .mail_form_block form {
    background: #fff;
    padding: 30px 85px;
    width: 730px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box; }
    .mail_form_block form .error {
      margin-bottom: 30px;
      text-align: center; }
    .mail_form_block form h1 {
      text-align: center;
      margin-bottom: 15px; }
    .mail_form_block form h1 + p {
      text-align: center;
      color: #705a00;
      font-size: 16px;
      margin-bottom: 15px; }
    .mail_form_block form input[type="radio"] {
      display: none; }
    .mail_form_block form input[type="radio"]:checked + label {
      position: relative;
      color: #5B0001;
      font-size: 18px;
      transition: 1s; }
    .mail_form_block form input[type="radio"]:checked + label::after {
      display: inline-block;
      content: "";
      border-bottom: 1px solid #FF0000;
      transition: 1s;
      padding-bottom: 10px;
      width: 60px;
      text-align: center;
      position: absolute;
      bottom: -10px;
      left: 40%; }
    .mail_form_block form input[type="text"], .mail_form_block form input[type="tel"], .mail_form_block form input[type="email"] {
      height: 45px;
      padding: 10px;
      font-size: 16px; }
    .mail_form_block form button[type="button"] {
      color: #fff;
      background: #4683F7;
      width: 250px;
      padding-top: 5px;
      height: 40px;
      text-align: center;
      display: block;
      margin: 20px auto; }
    .mail_form_block form button[type="button"]:hover {
      background: #2A5198;
      transition: 1s; }
    .mail_form_block form .fuyou {
      position: relative; }
    .mail_form_block form .fuyou::after {
      content: "ハイフンは不要です";
      color: #a0a0a0;
      display: block;
      font-size: 14px;
      position: absolute;
      padding-top: 5px; }
    .mail_form_block form .m_about {
      width: 560px;
      text-align: center;
      margin: 0 auto 30px; }
      .mail_form_block form .m_about label {
        width: 120px;
        text-align: center;
        font-size: 18px;
        transition: 1s; }
      .mail_form_block form .m_about label::before {
        content: "/";
        padding: 0 20px;
        display: inline-block;
        color: #000; }
      .mail_form_block form .m_about label:first-of-type::before {
        content: ""; }
    .mail_form_block form .m_name {
      border-bottom: 1px #000 solid;
      margin-bottom: 30px; }
      .mail_form_block form .m_name input[type="text"] {
        width: 480px; }
      .mail_form_block form .m_name span {
        margin-right: 20px;
        display: inline-block; }
    .mail_form_block form .m_ad {
      margin-bottom: 160px;
      position: relative; }
      .mail_form_block form .m_ad div {
        border-bottom: 1px #000 solid;
        display: inline-block;
        position: absolute;
        right: 0;
        width: 380px; }
        .mail_form_block form .m_ad div input {
          width: 380px; }
      .mail_form_block form .m_ad div:first-of-type {
        width: 160px;
        display: inline-block;
        left: 0; }
        .mail_form_block form .m_ad div:first-of-type input {
          width: 98px; }
      .mail_form_block form .m_ad div:last-of-type {
        position: absolute;
        bottom: -100px; }
    .mail_form_block form .m_tel {
      margin-bottom: 60px; }
      .mail_form_block form .m_tel div {
        border-bottom: 1px #000 solid;
        display: inline-block; }
        .mail_form_block form .m_tel div span {
          padding-right: 10px; }
      .mail_form_block form .m_tel div:first-of-type {
        width: 200px;
        margin-right: 24px; }
        .mail_form_block form .m_tel div:first-of-type input {
          width: 133px; }
      .mail_form_block form .m_tel div:last-of-type {
        width: 330px; }
        .mail_form_block form .m_tel div:last-of-type input {
          width: 265px; }
  .mail_form_block textarea {
    background: #FAFAFA;
    border-radius: 10px;
    width: 560px;
    height: 150px;
    padding: 10px;
    font-size: 14px; }

.aceess_block {
  background: #f5f5f5;
  height: 530px;
  padding: 70px 0 60px;
  position: -webkit-sticky;
  position: sticky;
  box-sizing: border-box; }
  .aceess_block .aceess_inner {
    width: 980px;
    margin: 0 auto; }
  .aceess_block .left {
    width: 640px;
    display: inline-block; }
  .aceess_block .right {
    width: 300px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .aceess_block .right .open_time {
      font-size: 14px;
      text-align: left;
      margin-top: 15px; }
    .aceess_block .right span {
      width: 48px;
      display: inline-block;
      text-align: center;
      vertical-align: sub;
      padding-top: 10px; }
    .aceess_block .right h1 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .aceess_block .right p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      .aceess_block .right p span {
        font-size: 16px;
        text-align: left;
        width: 317px; }
    .aceess_block .right address a {
      text-align: left;
      width: 300px;
      height: 50px;
      font-size: 16px;
      display: inline-block;
      border-bottom: 1px dotted #000; }
    .aceess_block .right a:hover {
      color: #4583F7;
      opacity: 1; }
    .aceess_block .right a.ac {
      width: 250px;
      height: 40px;
      display: block;
      box-sizing: border-box;
      background: #4583F7;
      text-align: center;
      padding-top: 10px;
      margin: 20px auto; }
    .aceess_block .right a.ac:hover {
      background: #2A5198; }

.page_top {
  background: #DAE003;
  height: 60px;
  position: -webkit-sticky;
  position: sticky; }
  .page_top a {
    background: #CAD100;
    color: #fff;
    display: block;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    right: 300px;
    text-align: center;
    padding-top: 10px;
    margin-top: 9px; }
  .page_top a:hover {
    background: #7E8200; }

footer {
  width: 100%;
  background: #ffffff;
  padding-top: 30px;
  position: -webkit-sticky;
  position: sticky; }
  footer .inner_box {
    width: 846px;
    margin: 0 auto; }
  footer .left {
    margin-left: 150px;
    width: 360px;
    display: inline-block;
    margin-right: 80px; }
    footer .left img {
      margin-bottom: 10px; }
  footer .right {
    width: 250px;
    display: inline-block; }
    footer .right a {
      width: 250px;
      height: 40px;
      display: block; }
    footer .right a:first-child,
    footer .right a:nth-child(2) {
      box-sizing: border-box;
      border: 1px #000 solid;
      text-align: center;
      padding-top: 8px;
      margin-bottom: 10px; }
    footer .right a:first-child:hover,
    footer .right a:nth-child(2):hover {
      color: #fff;
      background: #000; }
    footer .right a:last-child {
      box-sizing: border-box;
      background: #4583F7;
      text-align: center;
      padding-top: 10px; }
    footer .right a:last-child:hover {
      background: #2A5198; }
  footer h6 {
    text-align: center;
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    margin-top: 30px; }

.ryumin {
  font-family: a-otf-ryumin-pr6n, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", "serif";
  font-style: normal;
  font-weight: 300; }

.sa {
  opacity: 0;
  transition: all .7s ease; }

.sa.show {
  opacity: 1;
  transform: none; }

.sa--lr {
  transform: translate(-100px, 0); }

.sa--rl {
  transform: translate(100px, 0); }

.sa--up {
  transform: translate(0, 100px); }

.sa--down {
  transform: translate(0, -100px); }

.sa--scaleUp {
  transform: scale(0.5); }

.sa--scaleDown {
  transform: scale(1.5); }

.sa--rotateL {
  transform: rotate(180deg); }

.sa--rotateR {
  transform: rotate(-180deg); }

#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 900;
  text-align: center;
  line-height: 0; }

#lightbox a img {
  border: none; }

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#imageContainer {
  padding: 10px; }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

#imageContainer > #hoverNav {
  left: 0; }

#hoverNav a {
  outline: none; }

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat;
  /* Trick IE into showing hover */
  display: block; }

#prevLink {
  left: 0;
  float: left; }

#nextLink {
  right: 0;
  float: right; }

#prevLink:hover, #prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em; }

#imageData {
  padding: 0 10px; }

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left; }

#imageData #caption {
  font-weight: bold; }

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em; }

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html > body .clearfix {
  display: inline-block;
  width: 100%; }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */ }

@keyframes BottomToTop {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(1000px); }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0); } }
@keyframes ToptoBottom {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-1000px); }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0); } }
@font-face {
  font-family: 'bebasBold';
  src: url("../font/bebasneuebold.eot");
  src: url("../font/bebasneuebold.woff") format("woff"), url("../font/bebasneuebold.ttf") format("truetype");
  /* ttf - Safari, Android, iOS */ }
@media screen and (max-width: 1366px) {
  body {
    width: 1366px;
    overflow-x: hidden; }
    body .main_block div {
      top: 20%; }
    body .back_house {
      width: 100%; }
    body .bed_block {
      background: none; }
    body .sample_block {
      background: url(../imgHtml/bed.jpg) center center;
      background-size: cover; }
    body .message_block .sofa {
      left: 14%; }
    body .message_block .message_txt {
      right: 14%; } }
@media screen and (max-width: 1366px) and (max-width: 1240px) {
  body {
    width: 1240px;
    overflow-x: hidden; }
    body .message_block .sofa {
      left: 10%; }
    body .message_block .message_txt {
      right: 10%; }
    body .real_items {
      position: relative; } }
@media screen and (max-width: 1366px) and (max-width: 640px) {
  html {
    width: 640px;
    overflow-x: hidden; }
    html body {
      -webkit-text-size-adjust: none;
      text-size-adjust: none;
      width: 640px;
      overflow-x: hidden; }
      html body .sa {
        opacity: 1;
        transform: none; }
      html body .sa--up {
        transform: none; }
      html body .sp {
        display: block; }
      html body header {
        width: 640px;
        overflow-x: hidden; }
        html body header menu {
          width: 300px;
          position: static;
          margin-left: 20px;
          display: inline-block; }
        html body header menu + a {
          position: static;
          display: inline-block;
          margin-left: 190px; }
        html body header div {
          width: 640px;
          overflow-x: hidden; }
      html body section {
        max-width: 640px;
        overflow-x: hidden; }
        html body section div {
          min-width: 640px;
          overflow-x: hidden; }
      html body .instagram {
        width: 640px;
        padding: 60px 15px; }
        html body .instagram div {
          width: 640px; }
      html body .about_block {
        height: auto; }
      html body .about_block .back_house {
        width: 640px;
        height: 1900px; }
      html body .about_block .back_house div {
        width: 640px;
        height: auto; }
        html body .about_block .back_house div div {
          width: 640px;
          margin: 0 50px;
          height: auto; }
          html body .about_block .back_house div div h1, html body .about_block .back_house div div h2 {
            position: static; }
      html body .about_block .back_house div h1 {
        position: static;
        margin-bottom: 30px;
        margin-left: 50px; }
      html body .about_block .back_house div h2 {
        position: static;
        margin-left: 50px; }
      html body .about_block .back_house div img:nth-child(1), html body .about_block .back_house div img:nth-child(2) {
        position: static;
        margin: 20px auto;
        display: block;
        margin-left: 50px; }
      html body .sample_block .sample_txt p {
        width: 580px; }
      html body .sample_block {
        padding: 60px 0;
        margin-top: 0;
        background: url(../imgHtml/bed.jpg) center center;
        background-size: cover; }
      html body .sample_block .sample_box {
        width: 640px;
        padding: 40px 20px;
        min-height: 300px;
        box-sizing: border-box; }
        html body .sample_block .sample_box h2 {
          height: 220px; }
      html body .sample_block .sample_box .sample_inner_box {
        width: 640px;
        height: 450px; }
      html body .sample_block .sample_txt h1 span {
        margin-left: 0; }
      html body .accordion .switch:after {
        top: 85%;
        bottom: 0; }
      html body .bed_block {
        display: none; }
      html body .showroom_block {
        height: 1650px;
        width: 640px;
        padding: 60px 10px; }
      html body .showroom_block div h1 span {
        margin-left: 0; }
      html body .message_block {
        width: 640px;
        height: 1100px; }
        html body .message_block img {
          position: static; }
        html body .message_block div {
          width: 640px; }
      html body .showroom_block div ul li {
        width: 580px; }
      html body .showroom_block div h1 + p {
        width: 580px; }
      html body .showroom_block div {
        width: 640px; }
      html body .real_items {
        background: url(../imgHtml/../imgHtml/bg_curtain.jpg);
        background-size: cover;
        min-height: 950px;
        height: auto;
        left: 0; }
        html body .real_items div p {
          width: 560px; }
      html body .showroom_block div {
        width: 640px; }
      html body .message_block img.sofa {
        position: static;
        margin: 30px auto 0;
        display: block; }
      html body .message_block .message_txt {
        position: static;
        padding: 60px; }
      html body .letter {
        display: none; }
      html body .mail_form_block {
        padding: 60px 0; }
        html body .mail_form_block form {
          padding: 30px 30px;
          width: 640px; }
          html body .mail_form_block form div {
            min-width: 580px; }
      html body .showroom_block div.log {
        min-width: 600px;
        box-sizing: border-box;
        margin-right: 10px;
        padding: 40px 20px;
        width: 600px;
        margin-bottom: 10px;
        vertical-align: top; }
      html body .aceess_block {
        height: 100%; }
      html body .aceess_block .right {
        margin-left: 0; }
        html body .aceess_block .right p {
          font-size: 18px; }
      html body .aceess_block .right address a {
        display: block;
        margin: 0 auto; }
      html body .mail_form_block form .m_about label {
        font-size: 18px; }
      html body .aceess_block .right h1 {
        margin-top: 20px; }
      html body .mail_form_block form .m_about {
        min-width: 280px;
        font-size: 18px; }
      html body .mail_form_block form span {
        font-size: 18px !important; }
      html body .mail_form_block form .m_ad {
        position: static;
        margin-bottom: 0; }
      html body .mail_form_block form .m_ad div {
        position: static; }
      html body .mail_form_block form .m_ad div:last-of-type {
        position: static; }
      html body .mail_form_block textarea {
        width: 580px; }
      html body .mail_form_block form input[type="radio"]:checked + label::after {
        display: none; }
      html body footer {
        width: 640px; }
      html body .page_top a {
        right: 30px; }
      html body .aceess_inner {
        width: 640px; }
      html body .inner_box {
        margin: 0; }
        html body .inner_box .right {
          width: 550px;
          margin: 30px auto;
          display: block; }
          html body .inner_box .right a {
            width: 360px; }

  header.fixed img {
    position: fixed;
    left: 5%;
    top: 8px;
    transition: 2s; }

  header.fixed menu {
    margin-left: 200px;
    transition: 2s; }

  header menu + img + a {
    position: absolute;
    right: 20px; }

  .aceess_block .right p.open_time {
    text-align: center;
    font-size: 18px; }

  .mail_form_block form .fuyou::after {
    content: "(ハイフンは不要です)";
    left: 200px;
    top: -7px;
    width: 300px; } }
