@charset "utf-8";

/*---------------------------------------------------------
共通設定
------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}

@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  overflow: hidden;
  height: 100%;
}

div#container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

div#tourDIV {
  position: relative;
  overflow: hidden;
  height: 100%;
}

div#panoDIV {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
}

/*---------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#container {
  position: relative;
}

.title {
  position: absolute;
  z-index: 999999;
  top: 2rem;
  left: 1rem;
}

.title h1 {
  font-size: 0;
  padding: 0;
}

.title h1 a {
  display: block;
}

.top-btn {
  line-height: 1;
  position: absolute;
  z-index: 999999;
  top: 2rem;
  right: 0;
}

.resev-link,
.navbutton {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: middle;
}

.resev-link a {
  position: relative;
  display: block;
  text-align: center;
}

.resev-link a span {
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  z-index: 999999;
  top: 0;
  display: block;
  width: 5rem;
  transition: 2s;
  opacity: 0;
  color: #000;
  text-shadow: 0 0 5px #80e2ff;
}

.resev-link a:hover {
  opacity: 1;
}

.resev-link a:hover span {
  top: 2rem;
  opacity: 1;
}

.navbutton {
  position: relative;
  z-index: 999999;
  right: 0;
  width: 64px;
  height: 62px;
  padding: 8px;
  cursor: pointer;
  transition: .8s;
  border: none;
  background: none;
}

.navbutton:focus {
  outline: none;
}

.navbutton:hover {
  opacity: .6;
}

.navbutton .menu-bar {
  position: absolute;
  z-index: 999999;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 3px;
  transition: .15s ease-in-out;
  background-color: #000;
}

.menu-bar-1 {
  top: 0;
}

.menu-bar-2 {
  top: 30px;
}

.menu-bar-3 {
  top: 60px;
}

/*ヘッダーナビ*/
.header-nav {
  position: absolute;
  z-index: 999999;
  top: 9rem;
  right: 7rem;
  display: none;
  width: 100%;
  max-width: 960px;
  padding: 1rem .5rem 4.5rem;
  color: #fff;
  background-color: #191919;
}

.header-nav a {
  text-decoration: none;
}

.header-nav .nav-logo,
.header-nav .close img {
  width: 68px;
  height: 68px;
}

.header-nav .close {
  position: absolute;
  z-index: 999999;
  top: 1rem;
  right: .5rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.header-nav .close:hover {
  opacity: .6;
}

.header-nav table {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 4.5rem;
  text-align: center;
}

.header-nav table tr td {
  padding: 2rem;
  text-align: center;
}

.header-nav table tr:first-child td {
  border-bottom: 1px solid #fff;
}

.header-nav table tr td:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header-nav table tr td a {
  color: #fff;
}

.header-nav .privacy-link {
  text-align: center;
}

.header-nav .privacy-link a {
  font-size: .875rem;
  display: inline-block;
  color: #fff;
}

/*---------------------------------------------------------
下部ボタン
------------------------------------------------------------*/
.bottom-btn-wrap {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.bottom-btn-wrap ul {
  font-size: 0;
}

.bottom-btn-wrap ul li {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.bottom-btn-wrap ul .estimate-link {
  margin-right: 0;
}

.bottom-btn-wrap ul li a {
  display: block;
  cursor: pointer;
}

.bottom-btn-wrap ul li a::after {
  font-size: .9rem;
  font-weight: bold;
  position: absolute;
  z-index: 9999;
  top: 1.2rem;
  display: none;
  color: #fff;
  text-shadow: 0 0 3px #000;
}

.bottom-btn-wrap .mail-link a::after {
  left: -3.5rem;
  width: 10rem;
  content: 'お問い合わせはこちら';
}

.bottom-btn-wrap .estimate-link a::after {
  left: 0;
  width: 4rem;
  content: 'お見積り';
}

.bottom-btn-wrap ul li a:hover::after {
  display: block;
}

.bottom-btn-wrap ul li img {
  display: block;
  width: 3.8rem;
}

/*---------------------------------------------------------
価格シミュレーション
------------------------------------------------------------*/
.simulation-wrap {
  position: absolute;
  z-index: 999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  height: 75vh;
  margin: auto;
  padding: .5rem;
  background-color: rgba(0, 0, 0, .7);
}

.simulation-wrap.active {
  display: block;
}

.simulation-wrap img {
  max-width: 100%;
}

.simulation-wrap .close-btn-wrap {
  height: 7%;
  text-align: right;
}

.simulation-wrap .close-btn {
  display: inline-block;
  width: 100%;
  max-width: 32px;
  height: 100%;
  max-height: 32px;
  cursor: pointer;
  background-image: url(../../img/vr/close.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.simulation-wrap .close-btn:hover {
  background-image: url(../../img/vr/close-active.png);
}

.simulation {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  height: 85%;
  margin-bottom: 8%;
}

.simulation-inner {
  padding: 0 1.5rem 2rem;
}

.simulation .title-wrap h2,
.simulation .title-wrap h3 {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}

.simulation .title-wrap h2 {
  font-size: 2rem;
  line-height: 1.6rem;
  padding: 2.5rem 0 1rem 0;
  border-bottom: 1px solid #fff;
}

.simulation .title-wrap h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}

.simulation .top-img-wrap {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
}

.simulation .top-img-wrap .top-img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.simulation .top-img-wrap ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.simulation .top-img-wrap ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
}

.simulation .top-img-wrap ul li:nth-of-type(2n) {
  margin-right: 0;
}

.select-menu {
  margin-bottom: 1.25rem;
}

.category-item {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.category-item>dt {
  font-weight: bold;
  padding: .5rem;
  cursor: pointer;
  color: #333;
  border-bottom: solid 1px #333;
  background-color: #fff;
}

.category-item>dd {
  margin: 0;
  padding: 10px;
  background: #fff;
}

.category-item>dt table {
  width: 100%;
}

.category-item td {
  vertical-align: top;
}

.category-item dt td {
  font-size: .875rem;
  vertical-align: middle;
}

.category-item>dt td img {
  width: 1.25rem;
  height: 1.25rem;
}

.category-item .nav_base {
  background-color: #fff;
}

.category-item .horizontal-list {
  overflow-x: auto;
  padding: 10px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.category-item .item {
  display: inline-block;
  width: 250px;
  height: 300px;
  margin: 5px 10px 0 0;
  padding: 10px;
  border: 1px solid #808080;
  border-radius: 5px;
}

.category-item .item table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

.category-item .item_img {
  width: 110px;
  height: 110px;
}

.category-item .ttl {
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  display: block;
}

.category-item .prc {
  font-size: 16px;
  font-weight: bold;
  width: 100px;
}

.category-item .desc {
  font-size: 12px;
  height: 120px;
  white-space: normal;
}

.category-item .sel {
  border: 1px solid orange;
}

.category-item .btn {
  font-weight: bold;
  width: 240px;
  height: 40px;
  padding-top: 20px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #808080;
  background-color: #fff;
}

.category-item .btn_sel {
  border: 1px solid orange;
  background-color: #ffde00;
}

.simulation-wrap .loan-link a {
  font-size: .875rem;
  font-weight: bold;
  display: block;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #2c6eba;
}

.simulation-wrap .loan-link a img {
  width: 2rem;
  vertical-align: middle;
}

.price-result {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.price-result ul {
  font-size: 0;
}

.price-result ul li {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #fff;
}

.price-result ul li img {
  width: auto;
  height: 1.25rem;
  margin-right: .3rem;
  vertical-align: middle;
}

.price-result ul li a {
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.price-result ul li span {
  vertical-align: middle;
}

.price-result .price a {
  background-color: #494949;
}

.price-result .price .price-left {
  font-size: .825rem;
  margin-right: .3rem;
}

.price-result .result a {
  background-color: #f89c1d;
}

@media(max-width: 1920px) {

  /*ヘッダー*/
  .title,
  .top-btn {
    top: 2vw;
  }

  .title h1 img {
    height: 2.6vw;
  }

  .resev-link a img {
    height: 3.2vw;
  }

  .resev-link a span {
    font-size: 1.4vw;
    right: 0;
    left: 0;
    left: -1.8vw;
    width: 7vw;
  }

  .resev-link a:hover span {
    top: 1vw;
  }

  .navbutton {
    width: 3.2vw;
    height: 2.8vw;
  }

  .navbutton .menu-bar {
    width: 3.2vw;
  }

  .menu-bar-2 {
    top: 1.3vw;
  }

  .menu-bar-3 {
    top: 2.6vw;
  }
}

@media(max-width: 1496px) {
  .navbutton .menu-bar {
    height: 2px;
  }
}

@media(max-width: 1200px) {
  .header-nav {
    top: 7vw;
    right: 9vw;
    width: 80%;
    max-width: 100%;
    padding: 1rem .5rem 2rem;
  }

  .header-nav .nav-logo,
  .header-nav .close img {
    width: 5vw;
    height: 5vw;
  }
}

@media(max-width: 800px) {

  .title,
  .top-btn {
    top: 1rem;
  }

  .title h1 img {
    height: 30px;
  }

  .resev-link a img {
    height: 30px;
  }

  .resev-link,
  .navbutton {
    margin-right: 1rem;
  }

  .navbutton {
    width: 30px;
    height: 30px;
  }

  .navbutton .menu-bar {
    width: 30px;
    height: 2px;
  }

  .menu-bar-2 {
    top: 12px;
  }

  .menu-bar-3 {
    top: 24px;
  }
}

@media(max-width: 600px) {
  .title {
    top: 6vw;
  }

  .top-btn {
    top: 5vw;
  }

  .title {
    left: .3rem;
  }

  .title h1 img {
    height: 10px;
  }

  .resev-link {
    display: none;
  }

  .navbutton {
    width: 20px;
    height: 20px;
  }

  .navbutton .menu-bar {
    width: 20px;
    height: 2px;
  }

  .menu-bar-2 {
    top: 10px;
  }

  .menu-bar-3 {
    top: 20px;
  }

  .header-nav {
    top: 54px;
    right: 2vw;
    box-sizing: border-box;
    width: 95%;
    padding: 1rem .5rem 2rem;
  }

  .header-nav .nav-logo,
  .header-nav .close img {
    width: 40px;
    height: 40px;
  }

  .header-nav table {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .header-nav table tr td {
    box-sizing: border-box;
    padding: 1.5rem 1rem;
  }

  /*---------------------------------------------------------
  価格シミュレーション
  ------------------------------------------------------------*/
  .simulation-wrap {
    height: 100%;
  }

  .simulation {
    height: 80%;
  }

  .simulation-inner {
    padding: 0 1rem 5rem;
  }

  .simulation .title-wrap h2,
  .simulation .title-wrap h3 {
    letter-spacing: 0;
  }

  .simulation .title-wrap h2 {
    font-size: 1.6rem;
  }

  .simulation .title-wrap h3 {
    font-size: 1rem;
  }

  .simulation .top-img-wrap ul {
    text-align: center;
  }

  .simulation .top-img-wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .price-result ul li {
    width: 100%;
  }
}

@media(max-width: 344px) {
  .header-nav table tr td {
    box-sizing: border-box;
    padding: 1.5rem .5rem;
  }

  .navbutton {
    margin-right: .5rem;
  }
}

/*高さの指定*/
@media(max-height: 696px) and (min-width: 600px){
  .simulation {
    height: 83%;
  }
}

@media(max-height: 520px) and (min-width: 600px){
  .simulation {
    height: 80%;
  }
}

@media(max-height: 420px) and (min-width: 600px){
  .simulation {
    height: 78%;
  }
}

@media(max-height: 360px) and (min-width: 600px){
  .simulation {
    height: 76%;
  }
}
