@charset "UTF-8";
/* CSS Document */
@import url("anim.css");

/*-----------------　colors　--------------*/
.grdTB {
background: rgb(0,95,123);
background: linear-gradient(180deg, rgba(0,95,123,1) 0%, rgba(0,11,31,1) 80%);
	
}
.grdLR {
background: rgb(0,95,123);
background: linear-gradient(90deg, rgba(0,95,123,1) 0%, rgba(0,11,31,1) 80%);
	
}

.grdRL {
background: rgb(0,95,123);
background: linear-gradient(270deg, rgba(0,95,123,1) 0%, rgba(0,11,31,1) 80%);
	
}

.grdLtRb {
background: rgb(0,95,123);
background: linear-gradient(120deg, rgba(0,95,123,1) 0%, rgba(0,11,31,1) 80%);
	
}

.btLimit {
background: #36434b;
	color: #fff;
}
.btLimitV {
background: rgb(0,74,98);
background: linear-gradient(180deg, rgba(0,74,98,1) 0%, rgba(0,42,60,1) 100%);
	color: #fff;
}
.btSiryo {
	background-color: #69643b;
	color: #fff;
}
a.arw::after {
	content: "▶";
	margin-left: 0.5em;
	font-size: 70%;
}


.engTxt {
	font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}


html{ height: 100%; overflow: auto; }
body{
	font-family: YakuHanMP,'Noto Serif JP', serif;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  font-size: 84.5%;
  overflow: visible;
  /*overflow-x: hidden;*/
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: 100svh;
	
}
body::after{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: #fff;
	z-index: 9999;
	pointer-events: none;
}
body._load::after{
	opacity: 0;
	transition: opacity 1.5s 0s;
}

table {
  font-size: inherit;
  font: 100%;
	line-height: 1.3em;
	border-collapse:  collapse;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, dt, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
	 margin: 0;
	 padding: 0;
	 border: 0;
	/*width: 100%;*/
	height: auto;
	vertical-align: bottom;
	/*backface-visibility: hidden;*/
  /*image-rendering: -webkit-optimize-contrast;*/
}


li {
  list-style-type: none;
}

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

/*android chorome　文字サイズ　バグ対策*/
h1, h2, h3, dt, h5, p {
max-height: 100%;
}

.gothic {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}


.forSp {
  display: none;
}
.forPc {
  display: block;
}
p, dd {
  text-align: justify;
}
section, div {
	
}



@media screen and (max-width : 959px ){
  body {
    padding-bottom: 50px;

  }
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	.nonSp {
		display: none;
	}
	#t_live_balloon {
		display: none !important;
	}
	#top {
		padding-top: 70px;
	}
}/*Close @media screen and (max-width: 959px)*/


@keyframes fadeIn {
 0% {opacity: 0}
 30% {opacity: 0}
 100% {opacity: 1}
}



/*-------------------------------------------*/
/*-----------------　common　--------------*/
/*---------------------------------------*/
*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #555;
	text-decoration: none;
  transition: all 0.5s;
}
a:hover {
	opacity: 0.6;
}
img {
  width: 100%;
  height: auto;
	/*max-width: 100%;*/
}
#common_ftag {
	line-height: 0;
}
#common_ftag img {
	max-width: 0px;
}
html, body {
	width: 100%;
	/*overflow-x: hidden;*/
}
body {
	font-size: 13px;
	line-height: 1.6;
	background-color: #fff;
  color: #333;
  
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}
p {
	text-align: justify;
}

.btnBase {
  padding: 2%;
  transition: all 0.3s;
}
.btnBase:hover {

  opacity: 0.6;
}
.btnBase > img {
  width: 95%;
}

.btnSiryo {
background-color: #E40055;

}
.btnSiryo:hover {

}
.btnRaijo {
	background-color: rgba(164, 126, 0, 1);
  /*background: -moz-linear-gradient(bottom,  rgba(182,139,0,1) 0%, rgba(132,107,0,1) 100%);
  background: -webkit-linear-gradient(bottom,  rgba(182,139,0,1) 0%,rgba(132,107,0,1) 100%);
  background: linear-gradient(to top,  rgba(182,139,0,1) 0%,rgba(132,107,0,1) 100%);*/
}
.btnAccess {
background: -moz-linear-gradient(top,  rgba(0,99,185,1) 0%, rgba(0,32,102,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,99,185,1) 0%,rgba(0,32,102,1) 100%);
background: linear-gradient(to bottom,  rgba(0,99,185,1) 0%,rgba(0,32,102,1) 100%);
}
.btnBlog {
background: -moz-linear-gradient(top,  rgba(0,140,95,1) 0%, rgba(0,89,62,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,140,95,1) 0%,rgba(0,89,62,1) 100%);
background: linear-gradient(to bottom,  rgba(0,140,95,1) 0%,rgba(0,89,62,1) 100%);

}
.btnGaiyo {
  background-color: #ccc;
}


.wrapWidth {
	width: 100%;
	margin: 0 auto;
}
.boxWidth {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.caption {
	font-size: 12px;
	line-height: 1.4;
	padding: 1em 0;
}
#captionBox {
	text-align: center;
  padding: 15px 0;
}
#captionBox .caption {
	display: inline-block;
	text-align: justify;
}
#pageTop{
  padding-top: 0px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0;
	left: 0;
	
}
br.brSp, br.brTab {
  display: none;
}
.capImg {
	position: relative;
}
.capImg::after {
	content: 'image';
	position: absolute;
	font-size: 10px;
	color: #fff;
	right: 0.5em;
	bottom: 0.1em;
}
.capBk::after {
	color: #000;
}
#pageWrap {
	background-color: #efefef;
	padding: 3% 0;
}

@media screen and (max-width: 959px) {
  .boxWidth {
	  width: 90%;
  }
  #pageTop{
    padding-top: 60px;
  }
  br.brTab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
	#captionBox .caption span.non-Sp {
		display: none;
	}
  br.brSp {
    display: inherit;
  }

}


/*========== FLEX BOX ==========*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-vh-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main {
	padding-bottom: 0px;
	/*margin-top: 186px;*/
}
@media screen and (max-width: 959px) {
	main {
		margin-top: 60px;
	}
}

/*========== header ==========*/
header {
	position: static;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #fff;
	/*padding-top: 20px;*/
}
header #headerWrap {
	align-items: flex-end;
	height: 80px;
	max-width: 1400px;
}
header .logo {
	width: 40%;
	max-width: 490px;
}
header .btnWrap {
	width: 50%;
	max-width: 560px;
	align-items: center;
}
header .btnWrap ul {}
header .btnWrap ul li {
}
header .btnWrap ul li a {
	color: #000;
}
header .btnWrap .btnBox {
	flex: 1;
	margin-left: 1em;
}
header .btnWrap .btnBox a {
	width: 49%;
	display: block;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
}
#spMenu {
	display: none;
}
header.fixed,nav.fixed {
	position: fixed;
	animation: HeadIn 1s ease-out;
	background-color: rgba(255,255,255,0.9);
	padding-top: 0;
}
header.fixed #headerWrap {
	height: 50px;
	width: 100%;
	max-width: 100%;
}
header.fixed .logo {
	width: 40%;
	max-width: 400px;
	margin-left: 30px;
	padding-bottom: 5px;
}
header .btnWrap {
	width: 40%;
	max-width: 460px;
	align-items: center;
}
header .btnWrap .btnBox a {
	width: 49%;
	height: 50px;
	}
header .btnWrap .btnBox a:nth-child(1) {
/*	pointer-events: none;
	opacity: 0.2;*/
}
header.fixed .btnWrap .btnBox a {
	width: 50%;
}
@keyframes HeadIn {
 0% {
	 transform: translateY(-200px);
	 opacity:0;
	}
 100% {
	 transform: translateY(0%);
	opacity:1;}
}


@media screen and (max-width: 959px) {
	
	#spMenu {
		display: block;
		position: absolute;
		color: #fff;
		right: 0px;
		top: 0px;
		width: 60px;
		height: 60px;
		z-index: 12;
		background-color: #000;
	}
	#spMenu span {
		width: 70%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 15%;
		top: 50%;
		transform-origin: center center;
		transition: 0.3s;
	}
	#spMenu span:nth-child(1) {
		top: 20%;
	}
	#spMenu span:nth-child(2) {
		top: 38%;
	}
	#spMenu span:nth-child(3) {
		top: 55%;
	}
	#spMenu.active span:nth-child(1) {
		top: 40%;
		transform: rotateZ(-45deg);
	}
	#spMenu.active span:nth-child(2) {
		opacity: 0;
	}
	#spMenu.active span:nth-child(3) {
		top: 40%;
		transform: rotateZ(45deg) ;
	}
	#spMenu span:nth-child(2) {
		top: 38%;
	}
	#spMenu span:nth-child(3) {
		top: 55%;
	}
	#spMenu p {
		text-align: center;
		font-size: 2.6vw;
		font-size: clamp(12px, 2.6vw, 13px);
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 100%;
	}
	header {
		position: fixed;
		z-index: 20;
		height: 60px;
	}
	header #headerWrap {
		align-items: center;
		height: 60px;
		width: 94%;
		/*min-height: 50px;*/
	}
	header .logo {
		width: 77%;
		max-width: 400px;
	}
	header .btnWrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		align-items: center;

		background-color: #fff;
	}
	header .btnWrap ul {
		width: 33%;
		text-align: center;
	}
	header .btnWrap ul li {
		display: inline-block;
		padding: 0 1em;
	}
	header .btnWrap ul li a {
		color: #000;
		font-size: 3.5vw;
		font-size: clamp(10px, 3.5vw, 13px);
	}
	header .btnWrap .btnBox {
		
	}
	header .btnWrap .btnBox a {
		width: 50%;
		font-size: 3.5vw;
		font-size: clamp(10px, 3.5vw, 13px);
	}
}


/*========== nav==========*/
nav {
/*	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);*/
	z-index: 1;
	max-width: 1400px !important;
	padding: 30px 0 15px;
}
nav.fixed {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 100% !important;
	padding: 0 5%;
	left: 0%;
	top: 50px;
	z-index: 1;
	transform: translateX(0%);
}
nav ul {
	position: relative;
}
nav li {
	width: calc(100% / 9);
	border-right: #555 solid 1px;
	text-align: center;
	height: 2em;
position: relative;
	
}
nav li:first-child {
	border-left: #555 solid 1px;
}
nav a {
	color: #000;
	display: block;
	/*padding: 0.2em;*/
	font-size: 1.0vw;
	font-size: clamp(9px, 1.0vw, 13px);
	line-height: 2;
	height: 2em;
	transition: 0.5s;
	overflow: hidden;
}
nav li.soon a {
	pointer-events: none;
	opacity: 0.4;
}
/*nav li.soon::after{
	content: "COMING SOON";
	background-color: rgba(0, 0, 0, 0.4);
	color: #eee;
	line-height: 1.4;
	height: 1.4em;
	width: 12em;
	text-align: center;
	font-size: 0.6vw;
	font-size: clamp(8px, 0.7vw, 9px);
	position: absolute;
	left: calc(50% - 6em);
	bottom:-20%;
	opacity: 1;
}*/
/*#toppage nav li:nth-child(1) a,
#concept nav li:nth-child(2) a,
#location nav li:nth-child(3) a,
#design nav li:nth-child(4) a,
#landplan nav li:nth-child(5) a,
#roomplan nav li:nth-child(6) a,
#modelroom nav li:nth-child(7) a,
#equipment nav li:nth-child(8) a,
#brand nav li:nth-child(9) a{
	pointer-events: none;
}*/
#toppage nav li:nth-child(1) a span,
#concept nav li:nth-child(2) a span,
#location nav li:nth-child(3) a span,
#design nav li:nth-child(4) a span,
#landplan nav li:nth-child(5) a span,
#roomplan nav li:nth-child(6) a span,
#modelroom nav li:nth-child(7) a span,
#equipment nav li:nth-child(8) a span,
#brand nav li:nth-child(9) a span{
	transform: translateY(-100%);
		opacity: 1;
	
}
nav a span {
	display: block;
	height: 2em;
	transition: 0.5s;

}
nav a span.jp {
	background-color: rgba(255,255,255,0.2);
	
}
nav li a:hover {
	opacity: 1;
}

@media (hover: hover) {
	nav li a:hover span {
		transform: translateY(-100%);
		opacity: 1;
	}
}
/* :hoverが使えない端末を想定 */
@media (hover: none) {
	nav li a:hover span {
		transform: translateY(-100%);
		opacity: 1;
	}
}

@media screen and (max-width: 959px) {
	nav {
		position: fixed;
		left: 100%;
		top: 0vw;
		width: 100% !important;
		height: 100%!important;
		transform: translateX(0%);
		z-index: 1;
		background-color: rgba(0,0,0,0.9);
		transition: 0.5s ;
		padding-top: 15vw;
		z-index: 10;
		opacity: 0;
	}
	
/*	nav li.soon::after {
		content: "COMING SOON";
		background-color: #333;
		color: #ff9700;
		line-height: 1.6;
		height: 1.6em;
		width: 12em;
		text-align: center;
		font-size: 2.2vw;
		font-size: clamp(7px, 2.2vw, 9px);
		position: absolute;
		left: calc(50% - 6em);
		bottom: 5%;
		opacity: 1;
	}*/
	body.spMenu {
		height: 100%;
		overflow: hidden;
	}
	body.spMenu nav {
		transform: translateX(-100%);
		opacity: 1;
	}
	nav ul {
		width: 80%;
		margin: 0 auto;
	}
	nav li {
		width: calc(100% / 2 - 0.7em);
		border: none;
		border-bottom: #fff solid 1px;
		text-align: center;
		height: 4.5em;
		overflow: hidden;
		transform: translateY(100%);
		transition: 0.6s ease-out 0.5s;
		opacity: 0;
	}
	body.spMenu nav li {
		
		opacity: 1;
	}
	
	nav li:first-child {
		border-left:none;
	}
	nav a {
		color: #fff;
		display: block;
		padding: 0.4em 0 0.2em;
		font-size: 3.6vw;
		font-size: clamp(12px, 3.6vw, 14px);
		height: 3em;

	}
	nav a span {
		display: block;
		height: 1.2em;
		transition: 0.5s;
		transform: translateY(0)!important;
	}
	nav a span.en {
		font-size: 70%;
		color: rgba(255,255,255,0.7);
	}
	nav a span.jp {
		background:none;

	}
	nav li a:hover span {
		transform: translateY(-0%);
		opacity: 1;
	}
	#toppage nav li a span {
		transform: translateY(5%)!important;
		opacity: 1;
		pointer-events: none;
	}
	
	@media screen and (max-width: 599px) {
		nav {
			padding-top: 25vw;
		}
		nav li {
		height: 4em;
		}
	}
}

/*========== footer ==========*/
footer {
	padding: 0;
}
footer #footerWrap {
	align-items: flex-start;
	padding: 30px 0;
}
footer #footerWrap #footlogo {
	max-width: 420px;
}
footer #footerWrap #footlogo p.pos {
	font-size: 15px;
	padding: 0.6em 0 0.3em;
}
footer #footerWrap #footlogo p.add {
	font-size: 8.6px;
}
footer #footerWrap #footTel {
	max-width: 380px;
}

footer #footerWrap #footTel .tag {
	font-size: 12px;
	padding: 0.3em 0;
}
footer #footerWrap #footTel .open {
	font-size: 13px;
	padding: 0.3em 0;
}
footer p.cRight {
	text-align: center;
	padding: 1.5em;
	font-size: 10px;
	color: #fff;
	background-color: #423c28;
	
}

@media screen and (max-width: 959px) {
	footer #footerWrap {
		padding: 20px 0;
		display: block;
	}
	footer #footerWrap #footlogo {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	footer #footerWrap #footlogo p.pos {
		font-size: 15px;
		padding: 0.6em 0 0.3em;
	}
	footer #footerWrap #footlogo p.add {
		font-size: 1.5vw;
	}
	footer #footerWrap #footTel {
		width: 100%;
		max-width: 420px;
		margin: 10px auto 0;
		border-top: #999 solid 1px;
		padding-top: 10px;
	}
}


/*========== titWrap ==========*/
#titWrap {
	position: relative;
	padding: 3% 0;
	background-color: #efefef;
}
#titWrap h1 {
	text-align: center;
	font-size: 1.6vw;
	font-size: clamp(18px, 1.6vw, 24px);
	letter-spacing: 0.5em;
}
#titWrap h1 .engTxt {
	font-size:180%;
	display: block;
	padding: 0.2em 0;
	margin-bottom: 0.2em;
}
.captionBox .caption {
	text-align: center;
	padding: 1em 0;
	font-size: 10px;
}
@media screen and (max-width: 599px) {
	#titWrap {
		/*height: 40vw;*/
	}
	#titWrap img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#titWrap h1 {
		width: 90%;
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		letter-spacing: 0.5em;
		margin: 0 auto;
	}
	#titWrap h1 .engTxt {
		font-size:140%;
		letter-spacing: 0.3em;
	}
	.captionBox .caption {
		text-align: justify;
	}
}

/*-----------予告広告----------*/
#yokokuBox {
	
	padding: 50px 0;
}
#yokokuBox dt {
	font-size:18px;
	width: 10em;
	text-align: center;
	letter-spacing: 0.5em;
margin: 0 auto 1em;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
#yokokuBox dd {
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#yokokuBox dd {
    text-align: justify;
	}
}

/*-----------資料請求ボタン----------*/
#contactWrap {

	padding-bottom: 30px;
}
.contactBox {
	padding: 50px 0 20px;
}
.contactBox a {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20em;
	height: 5em;
	margin: 0px auto;
}
.rankBox {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
#yokokuWrap {
	background-color: #d9dfe0;

}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 599px) {
	.contactBox a {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		width: 14em;
		height: 4em;
	}
	.rankBox {
		padding-bottom: 20px;
	}
}

/*-----------ページトップへ----------*/
#goPageTop {
	position: fixed;
	right: 20px;
	z-index: 20;
	bottom: 60px;/*margin-left: 600px;*/
	width: 40px;
}
#goPageTop a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #4d5c63;
	display: block;
	text-align: center;
	padding-top: 10px;
  opacity: 0.4;
  transition: all 0.3s;
}
#goPageTop a img {
	width: 70%;
}
#goPageTop a:hover {
	opacity: 0.9;
}
@media screen and (max-width: 959px) {
	#goPageTop {
		display: none;
	}
}
