@charset "UTF-8";
/* ==========================================================
 color setting
========================================================== */
/* グローバルナビカラー（PC）
---------------------------------------------------------- */

.nav-global-property {
  background-color: #fff;
}
#stalker{
	height: 0;
}
.box-bukken-type01{
	background: #000;
}
/* グローバルナビカラー（スマホ）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .nav-global-property-list {
    background-color: #151d40;
  }
}

@media screen and (max-width: 1200px) {
  .header-property-menu {
    background-color: #090506;
  }
}

/* ハンバーガーメニューカラー（スマホ）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .header-property-btn-menu.is-open {
    background-color: #151d40;
  }
}

/* コンタクトエリア、H1タイトル
---------------------------------------------------------- */
.box-bukken-contact {
  background-color: #090506;
}

.ttl-property-main {
  background-color: #090506;
}

/* 背景がグリーンの時用 */
.list-bukken-contact-link-green {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ページトップへ戻るボタン,フッター
---------------------------------------------------------- */
.btn-pagetop-property,
.footer-property-link-wrap {
  background-color: #090506;
}

/* ==========================================================
 layout setting
========================================================== */
/* nav-global-property（グローバルナビ）
---------------------------------------------------------- */
.nav-global-property-item {
  width: 22%;
  /* width: 133px; */
  /* 9n */
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item {
    width: 50%;
  }
  .nav-global-property-item:nth-child(9n),
  .nav-global-property-item.w100 {
    width: 100%;
  }
  .nav-global-property-item:nth-child(9n) .nav-global-property-link,
  .nav-global-property-item.w100 .nav-global-property-link {
    justify-content: center;
    text-align: center;
  }

}

/* .nav-global-property-item:nth-child(9n) {
  width: 135px;
} */


/* list-property-control（「お気に入り」～「資料請求者限定サイト」ボタン群）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .list-property-control-item {
    width: 20%;
  }
  .nav-premium .list-property-control-item {
    width: 100%;
  }
}

/* 1200px以下でPCで見るとき */
.is-pc1200l .list-property-control-wrap .list-property-control-item {
  width: 25%;
  /* width: 33.3333%; */
}
.is-pc1200l .list-property-control-wrap.nav-premium .list-property-control-item {
  width: 100%;
}

.is-pc1200l .list-property-control-wrap .list-property-control-item.contact {
  display: none;
}

/* ==========================================================
 global navi setting
========================================================== */
/* 配置位置の全体設定 */
.nav-global-property-item.is-new .nav-global-property-link::before {
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item.is-new .nav-global-property-link::before {
    position: relative;
    top: auto;
    right: auto;
  }
}

/* 配置位置の個別設定 */
/* 1段目 */
.nav-global-property-inner-first
  .nav-global-property-item.is-new:nth-child(9)
  .nav-global-property-link::before {
  right: 5px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-inner-first
    .nav-global-property-item.is-new:nth-child(9)
    .nav-global-property-link::before {
    right: auto;
  }
}

/* 2段目 */
.nav-global-property-inner-second
  .nav-global-property-item.is-new:nth-child(1)
  .nav-global-property-link::before {
  right: 5px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-inner-second
    .nav-global-property-item.is-new:nth-child(1)
    .nav-global-property-link::before {
    right: auto;
  }
}

/* ==========================================================
 hidden
 10月リリース時点で非表示にする
 ・お気に入りボタン
========================================================== */
.list-property-control-item-favorite,
.list-bukken-contact-item.favorite {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-property-btn-favorite.only-sp {
    display: none !important;
  }
}

/*--------------------------------------------------------------*/
/*--- 追記 -----------------------------------------------------*/
/*--------------------------------------------------------------*/

/*--- 共通 -------------------------------------------------*/
body {
  color: #231815;
}
.mincho {
  font-family: 'Noto Serif JP',"游明朝","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}
img {
  width: 100%;
  display: block;
}
.contents-property {
  padding-top: 0;
}
.container {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  overflow: visible;
}
.container::after,
.container::before {
	display: none;
  /*background-color: #fff;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 60px;
  z-index: 5;*/
}
.container.ex::after,
.container.ex::before {
  display: none;
  /*background-color: #fff;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 60px;
  z-index: 5;*/
}
.container::after {
  right: 0;
  left: auto;
}
.wrap01 {
  max-width: 1660px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.sticky {
  position: sticky !important;
}
.visible1320, .visible1200, .visible1000 {
  display: none;
}
.hidden1320, .hidden1200 {
  display: block;
}
/*20210511追記*/
.copy-text{
	max-width: 810px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.raijo_btn{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 50%;
}
.raijo_btn.top{
	margin-bottom: 30px;
	margin-top: 40px;
}
.raijo_btnflex{
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.raijo_btnflex .btn1{
	width: 46%;
	margin-right: 8%;
}
.raijo_btnflex .btn2{
	margin-right: 0;
	width: 48%;
}
.raijo_btnflex2{
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.raijo_btnflex2 .btn1{
	width: 26%;
	margin-right: 3%;
}
.raijo_btnflex2 .btn2{
	width: 26%;
	margin-right: 3%;
}
.raijo_btnflex2 .btn3{
	width: 38%;
}
.top_box .raijo-tel{
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-bottom: 30px;
}
.information{
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	font-size: 13px;
	line-height: 1.6;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
}
.information.ptn2{
	max-width: 1314px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 13px;
}
.colona_bnr{
	width: 90%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
@media (min-width:770px){
	.raijo_btn.shiryo{
		max-width: 250px;
	}
	.header-property-logo-link .header-property-logo-title img{
		height: 38px;
	}
}
@media screen and (max-width: 768px) {
.list-property-control{
	padding: 10px 10px;
}
.list-property-control-item{
	padding: 0px 1px;
}
.information{
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	font-size: 2.0vw;
	line-height: 1.3;
	letter-spacing: 0;
}	
.information.ptn2{
	padding-top: 8px;
	padding-bottom: 8px;
	width: 80%;
	font-size: 2.0vw;
}
.list-property-control-text{
    line-height: 1.3;
    font-size: 2.3vw;
	    line-height: 1.3;
    font-size: 2.1vw;
    letter-spacing: -0.05em;
}
}
/*--- マウスストーカー -------------------------------------------------*/
/* #cursor,
#stalker {
  position: fixed;
  transform: translate(-50%, -50%);
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  pointer-events: none;
  z-index: 10001;
}
#stalker {
  background: #fff;
  width: 40px;
  height: 40px;
  transition: 0.2s;
  opacity: .4;
  z-index: 10000;
}
#cursor.active {
  transform: scale(0);
}
#stalker.active {
  background-color: transparent;
  opacity: .9;
}
.spinner {
  animation: rotate 0.4s linear infinite;
  width: 50px;
  height: 50px;
  position: relative;
  opacity: 0;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.path {
  stroke-dasharray: 170;
  stroke-dashoffset: 20;
} */

/*--- サイドメニュー -------------------------------------------------*/
#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 10;
}
#menu .menu_box {
  position: fixed;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#menu .menu01,
#menu .menu02 {
  width: 11px;
  margin-left: 20px;
}
#menu-btn {
  display: block;
  position: relative;
  width: 50px;
  height: 60px;
  margin-right: 10px;
}
#menu-btn > span {
  position: absolute;
  content: " ";
  width: 25px;
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #231815;
  transition: all 0.4s ease-out;
  transition-duration: 0.2s;
}
#menu-btn span:nth-of-type(1) {
  top: 20px;
  transform: rotate(0);
}
#menu-btn span:nth-of-type(2) {
  top: 30px;
  opacity: 1;
}
#menu-btn span:nth-of-type(3) {
  top: 40px;
  transform: rotate(0);
}
#menu-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/*--- サイドメニューの中身 ---*/
#menu-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 58px;
  width: 0;
  height: 100%;
  transition: width 0s 0.4s;
  z-index: 3;
}
@media screen and (max-width: 1215px) {
  #menu-content {
    right: 3.7vw;
  }
  #menu-btn {
    margin-right: 0;
  }
}
.open_menu #menu-content {
  max-width: 360px;
  width: 25%;
  transition-delay: 0.1s;
}
#menu-content .menu-content-inner {
  display: table;
  height: 100%;
  padding: 137px 0 50px 0;
  transform: translateX(0);
  transition: all 0.4s ease 0.1s;
  width: 100%;
}
#menu-content .menu-content-inner.menu-limited {
  padding-top: 81px;
}
#menu-content .menu-content-inner .menu-content-main {
  background-color: #fff;
  display: table-cell;
  height: 100%;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  padding-left: 15%;
}
#menu-content .menu-content-inner .menu-content-main li {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
#menu-content .menu-content-inner .menu-content-main li .no-link img{
	opacity: 0.5;
}
#menu-content .menu-content-inner .menu-content-main {
  perspective: 500px;
  transition: transform 0.4s ease;
  transform: perspective(500px) rotateY(-90deg);
  transform-origin: 100% 50%;
}
.open_menu #menu-content .menu-content-inner .menu-content-main {
  transform: none;
  transition-delay: 0;
  /* padding-bottom: 60px; */
}
#menu-content .menu-content-inner .menu-content-main li.limited-menu-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 70px;
}
.memu_top {
  width: 41px;
}
.memu_future {
  width: 84px;
}
.memu_location {
  width: 114px;
}
.memu_access {
  width: 86px;
}
.memu_design {
  width: 85px;
}
.memu_limited {
  width: 95px;
}
.memu_plan {
  max-width: 334px;
  width: 90%;
  margin-bottom: 10px;
}
.menu-limited .memu_plan {
  max-width: 55px;
  width: 100%;
}
.memu_cg {
  max-width: 139px;
  width: 100%;
}
.memu_area {
  max-width: 166px;
  width: 100%;
}
.logo_roov {
  max-width: 270px;
  width: 80%;
  margin-left: 5%;
}
.memu_quality {
  width: 101px;
}
.memu_result {
  width: 85px;
}
.memu_brand {
  width: 70px;
}
.no-link {
  pointer-events: none;
  opacity: 0.5;
}
.no-link.vr {
  opacity: 1;
}
.no-link-a {
  cursor: inherit;
}
.current_page {
  pointer-events: none;
  text-decoration: underline;
}

/* --- 文字アニメーション ---------------------------------------- */
.h2 {
  position : relative;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  opacity: 0;
	width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.h2.active {
  animation-name: delay-h2;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.h2.active.op1 {
  animation-name: delay-h2-op1;
}
@keyframes delay-h2 {
  0% { 
    opacity: 0;
    transform: translateY(20px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delay-h2-op1 {
  0% { 
    opacity: 0;
    transform: translateY(20px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.copy-delay {
  opacity: 0;
  transition: all .5s;
}
.copy-delay.active {
  animation-name: delay-copy;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
@keyframes delay-copy {
  0% { 
    opacity: 0;
    transform: translateY(10px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay {
  opacity: 0;
  transition: all .5s;
}
.delay.active {
  animation-name: delay;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  /* animation-delay: 0.2s; */
}
.delay01.active {
  animation-delay: 0.7s;
}
@keyframes delay {
  0% { 
    opacity: 0;
    transform: translateY(20px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--- リンクロールオーバー ---*/
a.txt-link,
a.txt-link:hover,
a.img-link img,
a.img-link:hover img,
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span {
  transition-property: opacity;
  transition-duration: 0.4s;
}
a.txt-link {
  opacity: 1;
  color: #231815;
  text-decoration: none;
}
a.txt-link:hover {
  opacity: 0.5;
}
a.img-link img {
  opacity: 1;
}
a.img-link:hover img {
  opacity: 0.5;
}
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span {
  opacity: 1;
}
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span {
  opacity: 0.5;
}
a.block-link:hover > p.img_car {
  opacity: 1;
}

/*--- ヘッダー -------------------------------------------------*/
.nav-global-property-list {
  display: flex;
  justify-content: center;
}
.nav-global-property-link {
  position: relative;
  color: #595757;
  font-weight: bold;
  transition: 0.3s ease;
}
.nav-global-property-link::after {
  width: 100px;
  height: 7px;
  border-bottom: 7px transparent solid;
  margin-left: -50px;
}
.nav-global-property-link.is-current:after,
.nav-global-property-link:hover::after {
  border-bottom-color: #3b3d42;
}
.nav-global-property-item::after,
.nav-global-property-item.nav-top::before {
  height: 42px;
  margin-top: -21px;
  border-right: 1px rgba(35, 24, 21, 1) solid;
}
.nav-global-property-item.nav-top::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
}

/*--- コンテンツ -------------------------------------------------*/
.content {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* .box-bukken-inner {
  max-width: 1660px;
} */
a.deco-none {
  display: block;
  max-width: 393px;
  width: 100%;
  height: 47px;
  margin: 100px auto 0;
}
a.deco-none.MT0 {
  margin-top: 0;
}
a.deco-none:hover {
  text-decoration: none;
}
.back-button-limited {
  color: #fff;
  font-size: 17px;
  line-height: 47px;
  text-align: center;
	border: 1px solid #fff;
  transition: all 0.2s;
}
a.deco-none:hover .back-button-limited {
  color: #00508e;
  font-weight: bold;
  background-color: #dcdddd;
}
.back-button-limited2 {
  color: #fff;
  font-size: 17px;
  line-height: 47px;
  text-align: center;
	background: #93431d;
  transition: all 0.2s;
}
a.deco-none:hover .back-button-limited2 {
  color: #93431d;
	background: #fff;
  font-weight: bold;
  background-color: #dcdddd;
}
/*--- 下層ページ / メインビジュアル -------------------------------------------------*/
#mv_sub {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 100%;*/
	width: 100%;
  height: calc(100vh - 74px);
  overflow: hidden;
}
#mv_sub.mv_sub_limited {
  height: calc(100vh - 81px);
}
#mv_sub .content {
  position: relative;
  text-align: center;
}
#mv_sub .sub_txt {
  /*position: absolute;
  top: -10vw;
  right: 8.7vw;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.1em;*/
	position: absolute;
    top: -10vw;
    width: 100%;
    text-align: center;
    left: auto!important;
    right: auto!important;
    /* right: 8.7vw; */
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff!important;
}
.mv-txt-note {
  position: absolute;
  right: 2vw;
  bottom: 70px;
  color: #fff;
  font-size: 1.2rem;
}

/*--- 下枠 -------------------------------------------------*/
.frame_bottom {
	display: none;
  /*display: block;
	position: fixed;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding-top: 15px;
  z-index: 10;*/
}
.frame_bottom.static {
  position: static;
}
.txt_entry {
  max-width: 188px;
  width: 100%;
  margin: 0 auto;
}

/*--- 資料請求者様限定サイト -------------------------------------------------*/
.top_box {
  text-align: center;
  background : linear-gradient(142.44deg, rgba(202, 154, 0, .7) 8.06%, rgba(208, 165, 25, .7) 9.45%, rgba(226, 198, 97, .7) 13.64%, rgba(239, 221, 149, .7) 17.14%, rgba(247, 236, 182, .7) 19.75%, rgba(250, 241, 194, .7) 21.19%, rgba(165, 119, 14, .7) 42.47%, rgba(165, 119, 14, .7) 58.24%, rgba(185, 143, 43, .7) 63.04%, rgba(213, 176, 83, .7) 70.33%, rgba(223, 188, 98, .7) 74.12%, rgba(225, 192, 108, .7) 80.22%, rgba(193, 153, 58, .7) 87.73%, rgba(173, 128, 26, .7) 93.64%, rgba(165, 119, 14, .7) 96.89%);
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(startColorstr='#CA9A00',endColorstr='#A5770E' , GradientType=1);
  padding-top: 60px;
  padding-bottom: 30px;
}
#page_foot .txt01 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#page_foot .txt02 {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.bottom_box {
  position: relative;
  text-align: center;
  background : linear-gradient(180deg, rgba(230, 235, 238, 1) 11.54%, rgba(213, 219, 222, 1) 48.03%, rgba(185, 193, 197, 1) 93.57%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6EBEE',endColorstr='#B9C1C5' , GradientType=0);
  padding-top: 60px;
  padding-bottom: 90px;
}
#page_foot .content {
  max-width: 1314px;
}
.login_box {
  position: absolute;
  top: -53px;
  right: 0;
  left: 0;
  margin: auto;
  color: #00508e;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 106px;
  text-align: center;
  max-width: 1314px;
  width: 100%;
  height: 106px;
  background-color: #fff;
}
#page_foot .txt03 {
  color: #008cc2;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.step {
  display: flex;
  max-width: 1182px;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.step_box {
  display: flex;
  position: relative;
  width: 48.5%;
  height: auto;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 20px;
	margin-top: 20px;
  padding: 1.5vw 1.5vw 1.5vw 1.5vw;
}
/*.step_box:first-child {
  justify-content: center;
  align-items: center;
  width: 25%;
}
.step_box:first-child .step_txt_box {
  width: auto; 
}
.step_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -40px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 76px 0 76px 40px;
  z-index: 1;
}*/
.step_num {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 32px;
  background-color: #a58a4c;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.step_num.step_num_w1000 {
  display: none;
}
.step_txt_box {
  width: calc(100% - 52px);
}
.step_title {
  color: #a58a4c;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.step_txt {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.btn_entry {
  display: inline-block;
  background-color: #a58a4c;
  padding: 10px 20px;
}
a.link_btn_entry {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
a.link_btn_entry:hover {
  text-decoration: none;
}
#page_foot .txt04 {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.contact_box {
  font-weight: bold;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
#page_foot .txt05 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.tel {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
#page_foot .txt06 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

/*--- フッター -------------------------------------------------*/
.box-note {
  height: 100%;
  color: #fff;
  font-size: 1rem;
  background-color: #090506;
  padding-top: 65px;
}

/* 営業停止のお知らせ ------------------------------------------*/
.box-bukken-contact-text.info {
  line-height: 1.7;
  font-weight: bold;
  width: 90%;
  max-width: 800px;
  border: 1px solid #fff;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.box-bukken-contact-text.info span {
  font-size: 140%;
}
.box-bukken-contact .box-bukken-contact-text.info a {
  color: #fff;
  text-decoration: underline;
}
.box-bukken-contact-text.info p:first-child {
  text-align: center;
}
.MT10 {
  margin-top: 10px;
}


@media screen and (max-width: 1320px) {
  .visible1320 {
    display: block;
  }
  .hidden1320 {
    display: none;
  }

}


@media screen and (max-width: 1200px) {
  .visible1200 {
    display: block;
  }
  .hidden1200 {
    display: none;
  }

  #menu-content {
    right: 50px;
  }
  #menu-content .menu-content-inner,
  #menu-content .menu-content-inner.menu-limited {
    padding-top: 76px;
    padding-bottom: 82px;
  }
  #menu-btn {
    margin-right: 10px;
  }

  .nav-global-property-link {
    color: #fff;
  }
  .frame_bottom {
    position: static;
  }
  .box-note .content {
    width: 90%;
  }

  /* 下層ページ */
  .mv-txt-note {
    bottom: 15px;
  }

}


@media screen and (max-width: 1000px) {
  .visible1000 {
    display: block;
  }

  .step_num {
    display: none;
  }
  .step_num.step_num_w1000 {
    display: inline-block;
    font-size: 1.9vw;
    margin-right: 1vw;
	  text-indent: 0;
  }
  .step_box {
    height: 16vw;
  }
  .step_box::after {
    border-width: 8vw 0 8vw 40px;
  }
  .step_num {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .step_title {
    font-size: 1.8vw;
  }
  .step_txt_box {
    width: 100%;
  }
  .step_txt,
  .btn_entry {
    font-size: 1.4vw;
  }
  
}


@media screen and (max-width: 768px) {
  /*--- 共通 -------------------------------------------------*/
  .wrapper {
    overflow: hidden !important;
  }
  .container::after, .container::before {
    display: none;
  }
  .sticky {
    position: relative !important;
  }
  a.deco-none {
    width: 90%;
    margin-top: 6vw;
	  margin-bottom: 7vw;
  }
  .back-button-limited {
    font-size: 15px;
  }
  .back-button-limited2 {
    font-size: 15px;
  }

  /*--- マウスストーカー -------------------------------------------------*/
  #cursor, #stalker {
    display: none;
  }

  /*--- サイドメニュー -------------------------------------------------*/
  #menu {
    display: none !important;
  }
  
  /*--- 資料請求者様限定サイト -------------------------------------------------*/
  .top_box {
    padding-top: 10.8vw;
    padding-bottom: 3.8vw;
  }
  #page_foot .txt01 {
    font-size: 3.9vw;
    margin-bottom: 1.6vw;
  }
  #page_foot .txt02 {
    font-size: 2.5vw;
    margin-bottom: 0;
  }
  #page_foot .txt03 {
    font-size: 3.2vw;
    margin-bottom: 3.6vw;
  }
  #page_foot .txt04 {
    font-size: 2.2vw;
    margin-bottom: 6vw;
  }
  #page_foot .txt05 {
    font-size: 1.5rem;
    margin-bottom: 3vw;
  }
  #page_foot .txt06 {
    font-size: 1.3rem;
  }
  .tel {
    font-size: 4rem;
  }
  .login_box {
    top: -6vw;
    width: 80%;
    height: 12vw;
    font-size: 3.2vw;
    line-height: 12vw;
  }
  .bottom_box {
    padding-top: 6.8vw;
    padding-bottom: 10.8vw;
  }
  .step {
    display: block;
    width: 80vw;
    margin-bottom: 70px;
  }
  .step_box,
  .step_box:first-child {
    align-items: center;
    width: 100%;
    /*height: 110px;*/
    margin-bottom: 30px;
    padding: 20px 20px 20px;
  }
  .step_box::after {
    bottom: -170px;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #fff transparent transparent transparent ;
    border-width: 30px 40vw;    
  }
  .step_txt_box {
    display: block;
  }
  .step_box:first-child .step_title {
    width: auto;
  }
  .step_box:first-child .step_txt_box {
    width: calc(100% - 52px);
    justify-content: center;
  }
  .step_num {
    line-height: 4.1vw;
    width: 4.1vw;
    height: 4.1vw;
  }
  .step_title {
    width: 100%;
    font-size: 2.2vw;
    margin-bottom: 1vw;
	  padding-left: 1.6em;
	  text-indent: -1.6em;
  }
  .step_txt {
    font-size: 1.9vw;
    width: 100%;
    margin-bottom: 0;
  }
  a.link_btn_entry {
    display: block;
    margin-left: 38%;
  }
  .btn_entry {
    font-size: 1.3rem;
    padding: 1.2vw 2.4vw;
  }
  .contact_box {
    width: 80%;
    margin: 0 auto;
    padding: 5vw;
  }

  /*--- フッター -------------------------------------------------*/
  .box-note {
    padding-top: 20px;
  }

  /*=== 下層ページ =======================================================*/
  /*--- メインビジュアル -------------------------------------------------*/
  #mv_sub {
    width: 100%;
    margin-top: 77px;
  }
  #mv_sub .content {
    height: 0;
   /*padding-bottom: 106.666%;*/
	  padding-bottom: 0;
  }
  #mv_sub .sub_txt {
    top: 0;
    font-size: 2.7vw;
    margin-top: 9vw;
  }
  .h2 {
    display: block;
    position: absolute;
    top: 27%;
    left: 5%;
    right: 0;
    font-size: 12vw;
  }
  .raijo_btn.top {
      margin-bottom: 10vw;
      margin-top: 4vw;
  }
  .raijo_btnflex{
      margin-bottom: 10vw;
      margin-top: 4vw;
      display: block;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
  .raijo_btnflex .btn1{
      width: 100%;
      margin-right: 0%;
	  margin-bottom: 5vw;
  }
  .raijo_btnflex .btn2{
      margin-right: 0;
      width: 100%;
  }
  .raijo_btnflex2{
      margin-bottom: 10vw;
      margin-top: 4vw;
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .raijo_btnflex2 .btn1{
      width: 50%;
      margin-left: auto;
      margin-right: auto;
	  margin-bottom: 5vw;
  }
  .raijo_btnflex2 .btn2{
      width: 50%;
      margin-left: auto;
      margin-right: auto;
	  margin-bottom: 5vw;
  }
  .raijo_btnflex2 .btn3{
      width: 65%;
      margin-left: auto;
      margin-right: auto;
  }
}


@media only screen and (max-width: 767px) {
  .box-bukken-contact-text.info {
    line-height: 1.7;
    width: 90%;
    max-width: 800px;
    border: 1px solid #fff;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

}


@media screen and (max-width: 736px) {
  #mv_sub {
    margin-top: 0 !important;
  }
  .list-bukken-contact-item {
      width: 50%;
      margin: 0 auto 15px;
      padding: 0 5px;
  }
}


@media screen and (max-width: 420px) {
  /*=== 下層ページ =======================================================*/
  /*--- メインビジュアル -------------------------------------------------*/
  #mv_sub {
    height: calc(100vh - 170px);
  }
  #mv_sub .sub_txt {
    top: 5vw !important;
    right: 0;
    font-size: 3.6vw;
  }
  .mv-txt-note {
    font-size: 1rem;
  }

  /*--- 資料請求者様限定サイト -------------------------------------------------*/
  #page_foot .txt01 {
    font-size: 1.8rem;
  }
  #page_foot .txt02 {
    font-size: 1.3rem;
  }
  #page_foot .txt03,
  .login_box {
    font-size: 4.0vw;
  }
  #page_foot .txt03 {
    font-size: 5.2vw;
  }
  #page_foot .txt04 {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    margin-right: 5%;
    margin-left: 5%;
  }
  #page_foot .txt05 {
    font-size: 3.8vw;
  }
  #page_foot .txt06 {
    font-size: 1.1rem;
  }
  .step_box,
  .step_box:first-child {
    align-items: flex-start;
    height: auto;
    padding: 4vw 4vw 4vw;
  }
  .step_box:first-child {
    align-items: center;
    height: auto;
  }
  .step_box:last-child {
    height: auto;
  }
  .step_box::after {
    bottom: -200px;
  }
  .step_box:first-child::after {
    bottom: -140px;
  }
  .step_box:last-child::after {
    bottom: -180px;
  }
  .step_title, .step_txt {
    width: 100%;
  }
  .step_title {
    margin-bottom: 5px;
  }
  .step_title,
  .step_num.step_num_w1000 {
    font-size: 1.5rem;
  }
  .step_num {
    line-height: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
  }
  .step_txt {
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: justify;
  }
  .btn_entry {
    padding: 2.4vw 3vw;
  }
  a.link_btn_entry {
    margin: 2vw auto 0;
  }
  .tel {
    font-size: 8vw;
    white-space: nowrap;
  }

}
.newbnr-box {
    background-color: #090506;
}
.newbnr{
	max-width: 882px;
	width: 90%;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.list-property-control-link-yellow,
.list-bukken-contact-link-yellow {
  border: 1px solid rgba(98, 68, 25, 0.5);
}

.list-property-control-link-yellow .list-property-control-text,
.list-property-control-link-yellow .list-bukken-contact-text,
.list-bukken-contact-link-yellow .list-property-control-text,
.list-bukken-contact-link-yellow .list-bukken-contact-text {
  color: #624419;
}

.list-property-control-link-yellow .list-property-control-icon.reservation01,
.list-property-control-link-yellow .list-bukken-contact-icon.reservation01,
.list-bukken-contact-link-yellow .list-property-control-icon.reservation01,
.list-bukken-contact-link-yellow .list-bukken-contact-icon.reservation01 {
  width: 17px;
  height: 15px;
  background: url("../img/common/ico_reservation_03y_sp.png") top left no-repeat;
  background-size: 17px 14px;
}

.list-property-control-link-yellow:hover,
.list-bukken-contact-link-yellow:hover {
  background: #624419;
  border: 1px solid #d0c7ba;
}

.list-property-control-link-yellow:hover .list-property-control-icon.reservation01,
.list-property-control-link-yellow:hover .list-bukken-contact-icon.reservation01,
.list-bukken-contact-link-yellow:hover .list-property-control-icon.reservation01,
.list-bukken-contact-link-yellow:hover .list-bukken-contact-icon.reservation01 {
  background: url(../img/common/ico_reservation_01_pc.png) top left no-repeat;
  background-size: 17px 14px;
}

.list-property-control-link-yellow:hover .list-property-control-text,
.list-property-control-link-yellow:hover .list-bukken-contact-text,
.list-bukken-contact-link-yellow:hover .list-property-control-text,
.list-bukken-contact-link-yellow:hover .list-bukken-contact-text {
  color: #fff;
}
.header-property-list01-item{
	margin-right: 10px;
}
.box-bukken-holiday-text{
	margin-bottom: 27px;
    font-size: 1.4rem;
    color: #e4ce9e;
}
.maintenance {
    color: red;
    background: #fff;
    border: red 1px solid;
    padding: 10px 15px;
    font-size: 12px;
    text-align: left;
    letter-spacing: .09em;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.newbnr{
	max-width: 882px;
	width: 80%;
	padding-top: 7vw;
	padding-bottom: 1vw;
	margin-left: auto;
	margin-right: auto;
}	
}

.list-bukken-contact .list-ex-btn{
	max-width: 280px;
	margin-right: 80px;
}
.bnr-bukken img{
	width: auto;
}
.link-area{
	margin-top: -120px;
	padding-top: 120px;
}
.online_req {
	background-color: #e3e2e2;
	padding: 80px 0;
}
.online_req .wrap {
	max-width: 922px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.online_req h3 {
	max-width: 782px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
}
.online_req .btn_list {
	max-width: 922px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.online_req .btn_list li {
	width: 47%;
	margin-left: 6%;
}
.online_req .btn_list li.shiryo {
	width: 52%;
}
.online_req .btn_list li:nth-child(2n+1) {
	margin-left: 0%;
}
.online_req .btn_list li:nth-child(n+3) {
	margin-top: 36px;
}
.online_req .tel {
	max-width: 677px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
}
.online_req .txt01 {
	font-size: 26px;
	text-align: center;
	margin-top: 36px;
}
.online_req .txt02 {
	font-size: 16px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 40px;
}

.new_content {
    max-width: 1000px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.merit {
	background-image: url("../newimg/plan/merit_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.merit .new_content {
	padding: 80px 0;
}
.merit h3 {
	max-width: 314px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.merit .merit_list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit .merit_list li {
	width: 22.2%;
}
.merit .inq_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	background-color: rgba(255,255,255,0.80);
	padding: 35px 0 25px;
}
.merit .inq_box .tel {
	max-width: 677px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.merit .inq_box .txt01 {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}


.sub_txt_box {
	border-top: 1px solid #fff;
	background-color: #000;
	padding-top: 30px;
}
.sub_txt_box .new_content {
	max-width: 1200px;
}
.sub_txt_box li {
	font-size: 10px;
	line-height: 1.3em;
	color: #fff;
}

@media screen and (max-width: 768px) {
.list-bukken-contact .list-ex-btn{
	max-width: none;
	margin-right: 0px;
	margin-bottom: 4vw;
}
.link-area{
	margin-top: -10vw;
	padding-top: 10vw;
}	
.online_req {
    padding: 0;
}
.online_req .bg01 {
    background-color: #fff;
    padding: 4vw 0 2vw;
}
.online_req .wrap {
}
.online_req h3 {
    max-width: none;
    margin-bottom: 4.2vw;
}
.online_req .btn_list li.shiryo {
    width: 70.2%;
}
.online_req .btn_list li:nth-child(2n+1) {
    margin-left: 0%;
}
.online_req .btn_list li:nth-child(n+3) {
    margin-top: 3.5vw;
}
.online_req .tel {
    max-width: none;
    width: 80.7vw;
    margin-top: 3.3vw;
}
.online_req .bg02 {
    padding: 5.3vw 0 4.8vw;
}
.online_req .txt01 {
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-top: 0;
}
.online_req .txt02 {
    font-size: 2.5vw;
    margin-top: 2.7vw;
    margin-bottom: 3.5vw;
}



.merit .new_content {
    padding: 5vw 0 5.3vw;
}
.merit h3 {
    max-width: none;
    width: 34.8vw;
}
.merit .merit_list {
    margin-top: 4.2vw;
    display: block;
}
.merit .merit_list li {
    width: 100%;
}
.merit .merit_list li + li {
    margin-top: 1.3vw;
}
.merit .inq_box {
    margin-top: 1.3vw;
    padding: 4vw 0 2vw;
}
.merit .inq_box .tel {
    max-width: none;
    width: 80vw;
    margin-bottom: 0;
}
.merit .inq_box .txt01 {
    font-size: 2.6vw;
    margin-top: 1.6vw;
}


.sub_txt_box {
    border-top: none;
    padding-top: 3vw;
}
.sub_txt_box .new_content {
    max-width: none;
    width: 94%;
}
.sub_txt_box li {
    font-size: 2.6vw;
}

}
@media (max-width:420px){.hidden-xs{display:none !important;}}
@media (min-width:420px) and (max-width:770px){.hidden-sm{display:none !important;}}
@media (min-width:770px){.hidden-md{display:none !important;}}