@charset "utf-8";
html {}
body {
  background-color: #FFFFFF;
  min-width: 1080px;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
select, input, button, textarea, button {
  font: 99%;
}
table {
  font-size: inherit;
  font: 100%;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {}
header .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}
header a {
  text-decoration: none;
}
header h1 {
  float: left;
}
header h1 img {
  width: 100px;
  height: auto
}
/*--NAVIGATION-------------*/
#gnav {
  float: right;
  padding-top: 20px;
}
#gnav ul {
  text-align: right
}
#gnav ul li {
  margin-left: 3em;
  display: inline-block;
}
#gnav ul li a {
  color: #000;
  position: relative;
  text-decoration: none;
}
#gnav ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
#gnav ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/*--CONTENTS-------------*/
#contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
/*--MV-------------*/
#mainVis {
  height: calc(95vh - 100px);
  position: relative;
  margin-bottom: 10vh
}
#mainVis #copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#mainVis video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
/*--INDEX_CONTENTS-------------*/
h2.index_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2.3em;
  clear: both
}
/*--INDEX_LINEUP-------------*/
.list_lineup {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.list_lineup li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 8%;
  float: left;
  position: relative;
  background-color: #000
}
.list_lineup li:nth-child(3n) {
  margin-right: 0%;
}
.list_lineup li .thum {
  position: relative;
  z-index: 1;
  transition: .3s;
}
.list_lineup li .thum img {
  width: 100%;
  height: auto
}
.list_lineup li .ttl {
  position: absolute;
  z-index: 5;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: calc(0.55vw + 0.5rem);
  transition: .3s;
}
.list_lineup li:hover .thum {
  padding: 10px;
}
.list_lineup li:hover a {
  color: inherit
}
.list_lineup li:hover .ttl {
  bottom: 30px;
}
.list_lineup.subpage {
  width: 100%;
}
.list_lineup.subpage li {
  width: 8%;
  margin-right: 1.2%;
}
.list_lineup.subpage li:nth-child(3n) {
  margin-right: 1.2%;
}
.list_lineup.subpage li:last-child {
  margin-right: 0%;
}
.list_lineup.subpage li .ttl {
  display: none
}
.list_lineup li:hover .thum {
  padding: 8px;
}
.list_lineup.subpage li.active {
  background-color: #FFF;
  border-bottom: 6px solid #000000;
}
.list_lineup.subpage li.active img {
  opacity: .3;
}
/*--INDEX_TOPICS-------------*/
.list_topics {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.list_topics li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 8%;
  float: left;
  position: relative;
}
.list_topics li:nth-child(3n) {
  margin-right: 0%;
}
.list_topics li .thum {
  position: relative;
  z-index: 1;
  transition: .3s;
  background-color: #000
}
.list_topics li .thum::before {
  content: "";
  padding-top: 100%;
  display: block;
  margin-bottom: 15px;
}
.list_topics li .thum img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
}
.list_topics li .label {
  margin-bottom: 15px;
}
.list_topics li .label span {
  border: 1px solid #000000;
  padding: 2px 10px;
  line-height: 1;
  font-size: 12px;
}
.list_topics li .ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
.list_topics li .date {
  color: #A1A1A1 !important;
  font-size: 12px;
}
.list_lineup li:hover .ttl {
  text-decoration: underline !important
}
.list_topics li:hover .thum img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.list_topics li a {
  color: inherit;
  text-decoration: none !important;
}
.list_topics li:hover a {
  color: inherit;
  text-decoration: none;
}

/*--INDEX_BNR-------------*/
#index_bnr{
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 120px;
}
#index_bnr ul{}
#index_bnr ul li{
width: 49%;
margin: 0px 0 0px 0px!important;
margin-right: 2%!important;
float: left;
list-style: none!important
}
#index_bnr ul li:last-child{
margin-right: 0%!important
}
#index_bnr ul li img{
width: 100%;
height: auto
}


/*--EVENT-------------*/
ul#event_nav{
text-align: center;
padding-bottom: 3em
}
ul#event_nav li{
display: inline-block;
margin-left: 1em;
margin-right: 1em
}
ul#event_nav li a{
	display: inline-block;
	line-height: 1;
	padding: 1em 3em;
	border: 1px solid #000000;
} 
ul#event_nav li.active a,
ul#event_nav li a:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none
} 
.list_topics li .hash {
  color: #A1A1A1 !important;
  font-size: 12px;
  margin-top: 1em
}

/*--EVENT_DETAIL-------------*/
.mv_event_de {
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 60px;
	display: flex;
	 justify-content: flex-start;	
}
.mv_event_de .ph {
  width: calc(60% - 20px);
}
.mv_event_de .meta {
  width: 40%;
margin-left: auto;

}
.mv_event_de .ph img {
  width: 100%;
  height: auto
}

.mv_event_de .meta .label {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
.mv_event_de .meta .notice_reserve {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	  background: #5B5B5B;
  color: #FFF;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-left: 15px;
}

.mv_event_de .meta .ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_event_de .meta  .hash {
  color: #A1A1A1;
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 2em
}
.mv_event_de table.place {
	margin-bottom: 15px;
	font-size: 14px;
	border-top: 1px solid #D6D6D6;
	width: 100%
}
.mv_event_de table.place th,
.mv_event_de table.place td{
padding: 5px 15px;
vertical-align: top;
border-bottom: 1px solid #D6D6D6;
}
.mv_event_de table.place th{
white-space: nowrap
}
.mv_event_de .meta .place span{
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  background: #000;
 margin-right: 0.5em
}

.mv_event_de .mh_contact {
  margin-top: auto;
  position: absolute;
  right: 20px;
  bottom: 80px;
  width: calc(40% - 20px);
}
.mv_event_de .mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 0
}
.mv_event_de .mh_contact .ft_btn li {
  display: block;
  margin-right: 0%;
  width: 100%;
  float: none;
  margin: 0
}
.entry.event_detail{}
.entry.event_detail iframe{
width: 100%;
}
.event_meta{
background-color: #DDD8D6;
padding: 20px;
text-align: center;
margin-top: 60px;
}
.event_meta .ttl{
margin-bottom: 1em
}
.event_meta ul{}
.event_meta ul li{
width: 100%;
margin: 0px 0 0px 0px!important;
margin-right: 2%!important;
float: none;
list-style: none!important
}
.event_meta ul li:last-child{
margin-right: 0%!important
}
.event_meta ul li img{
width: 100%;
height: auto
}

.entry.event_detail{
	display: flex
}
.entry.event_detail .main{
	width: 65%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	border-right: 1px solid #D6D6D6;
}
.entry.event_detail .aside{
	width: 28%;
	float: right
}

.entry.event_detail .aside .bx_res{
    border: 7px solid #D9D9D9;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}
.entry.event_detail .aside .bx_res .ttl{
    font-size: 14px;
}


.entry.event_detail .aside .btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none;
  z-index: 0;
}

.entry.event_detail .aside .btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.entry.event_detail .aside .btn a:hover {
  color: #000;
}
.entry.event_detail .aside .btn a:hover::after {
  transform: scale(1, 1);
}
.entry.event_detail .aside .bx_res .btn{
margin-bottom: 2em
}
.entry.event_detail .aside .bx_res .tel{
    font-size: 22px;
    margin-top: 0.5em
}
.gmap iframe{
width: 100%;
filter: grayscale(100%);
  transition: all 0.7s ease;
  margin-top: 20px;
}



/*--INDEX_BNR_APP-------------*/
.index_bnr_app{
text-align: center;
margin-bottom: 220px;
}
.index_bnr_app img{
width: 60%;
height: auto
}


/*--FIX_NAV-------------*/
#fix_nav {
  position: fixed;
  right: 0;
  bottom: 40vh;
}
#fix_nav img {
  width: 100px;
  height: auto
}

#fix_nav.eve img {
  width: auto!important;
  height: auto;
	margin-right: 5px;
}

/*--FOOTER-------------*/
footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
}
footer .inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
footer a {
  text-decoration: none !important
}
footer .logo {
  float: left
}
footer .ft_nav {
  float: right;
  width: 65%;
  position: relative;
}
footer ul.ft_menu {
  width: 60%;
  margin-bottom: 2em;
  font-size: 16px;
}
footer ul.ft_menu li {
  width: 40%;
  margin-right: 2%;
  margin-bottom: 0.5em;
  float: left
}
footer ul.ft_menu li:nth-child(2n) {
  margin-right: 0%;
}
footer ul.ft_menu li a {
  color: #000;
  position: relative;
  text-decoration: none;
}
footer ul.ft_menu li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
footer ul.ft_menu li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.ft_btn {
  width: 60%;
  margin-bottom: 2em;
  font-size: 18px;
}
.ft_btn li {
  width: 40%;
  margin-right: 2%;
  margin-bottom: 0.5em;
  float: left
}
.ft_btn li:nth-child(2n) {
  margin-right: 0%;
}
.ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 5px;
}
.ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.ft_btn a:hover {
  color: #000;
}
.ft_btn a:hover::after {
  transform: scale(1, 1);
}
footer .ft_nav ul.ft_sns {
  position: absolute;
  right: 0;
  top: 0;
}
footer .ft_nav ul.ft_sns li {
  display: inline-block
}
footer .ft_nav .ll_logo {
  position: absolute;
  right: 0;
  bottom: 40px;
}
/*--SUB_CONTENTS-------------*/
h2.sub_ttl {
  font-size: 26px;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3.3em;
  line-height: 2.2;
  clear: both
}
h2.sub_ttl span {
  font-size: 16px;
  display: block
}
/*--PH_ANIMATION-------------*/
.ph_ani {
  overflow: hidden;
  position: relative;
}
.ph_ani:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
/*--CONCEPT-------------*/
#mv_concept {
  height: auto;
  position: relative;
  margin-bottom: 10vh
}
#mv_concept #copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#mv_concept .ph img {
  width: 100%;
  height: auto
}
.concept_txt {
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 20vh
}
.concept_txt p {
  margin-bottom: 1em
}
.concept_txt .logo {
  margin-top: 4em;
  margin-bottom: 3em;
}
.concept_txt .logo img {
  width: 370px;
  height: auto
}
/*--COMPANY-------------*/
table.company_tbl {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 2.0;
  font-size: 16px;
  margin-bottom: 120px;
}
table.company_tbl th {
  padding-right: 4em;
  font-weight: 600
}
.company_bx {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.company_bx .ph {
  width: 48%;
  float: left
}
.company_bx .ph img {
  width: 100%;
  height: auto
}
.company_bx .txt {
  width: 48%;
  float: right;
  line-height: 1.6;
}
.company_bx .txt .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em
}
.company_bx .txt .telnum {
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.company_bx .txt .telnum img {
  margin-right: 0.3em
}
.company_bx iframe {
  clear: both;
  margin-top: 25px;
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.bnr_unnohouse {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.bnr_unnohouse a {
  display: block;
  text-align: center;
  padding: 45px;
  border: 2px solid #000;
}
.bnr_unnohouse a:hover {
  background-color: #000
}
.bnr_unnohouse a:hover path {
  fill: #FFF !important;
}
/*--LINEUP-------------*/
.lineup_cont {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
#mv_lineup {
  margin-bottom: 120px;
}
#mv_lineup table th {
  width: 60%;
}
#mv_lineup table td {
  width: 40%
}
#mv_lineup table img {
  width: 100%;
  height: auto
}
table.lu_detail_tbl {
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px;
}
table.lu_detail_tbl th {
  width: 60%;
}
table.lu_detail_tbl td {
  width: calc(40% - 80px);
  padding-left: 80px;
  line-height: 1.8;
}
table.lu_detail_tbl img {
  width: 100%;
  height: auto
}
table.lu_detail_tbl p {
  margin-bottom: 1.2em
}
table.lu_detail_tbl p.ttl {
  font-size: 20px;
  font-weight: 600;
}
table.lu_detail_tbl.floor td {
  text-align: center
}
table.lu_detail_tbl.floor td .notice {
  font-size: 12px;
}
table.lu_detail_tbl.floor .price{
font-size: 20px;
font-weight: 600;
}
ul.lu_detail_list {}
ul.lu_detail_list li {
  width: 47%;
  margin-right: 6%;
  float: left;
  margin-bottom: 40px;
}
ul.lu_detail_list li:nth-child(2n) {
  margin-right: 0%;
}
ul.lu_detail_list li .ph {
  margin-bottom: 10px;
}
ul.lu_detail_list li .ph img {
  width: 100%;
  height: auto
}
ul.lu_detail_list li p.ttl {
  font-size: 20px;
  font-weight: 500;
}
ul.lu_detail_list.vertical li {
  margin-bottom: 10px;
}
ul.lu_detail_list.vertical li.exp {
  width: 100%;
  margin-right: 0%;
}
.lu_outline {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 120px;
}
.lu_outline .copy {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2em
}
.lu_outline p {
  margin-bottom: 1.8em
}
.lu_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 120px;
}
.lu_youtube iframe {
  width: 100%;
  height: 100%;
}
.lu_floor {
  margin-bottom: 120px;
}
.lu_ph_tow, .lu_ph_three, .lu_ph_many {
  margin-bottom: 120px;
}
.lu_ph_tow ul li {
  width: 49%;
  margin-right: 2%;
  float: left
}
.lu_ph_tow ul li:last-child {
  margin-right: 0%
}
.lu_ph_three ul li, .lu_ph_many ul li {
  width: 32%;
  margin-right: 2%;
  float: left
}
.lu_ph_three ul li:last-child {
  margin-right: 0%
}
.lu_ph_many ul li {
  margin-bottom: 20px;
}
.lu_ph_many ul li:nth-child(3n) {
  margin-right:0%;
}
.lu_ph_tow ul li img, .lu_ph_three ul li img, .lu_ph_many ul li img {
  width: 100%;
  height: auto
}
.lu_detail {
  margin-bottom: 120px;
}
.lu_contact {
  margin-bottom: 120px;
}
.lu_contact.end {
  margin-bottom: 220px;
}
.lu_product_link {
  margin-bottom: 120px;
  text-align: center
}
.lu_product_link img {
  width: 70%;
  height: auto
}
.lu_contact .ft_btn {
  width: 100%;
  margin-bottom: 2em;
  font-size: 18px;
  text-align: center
}
.lu_contact .ft_btn li {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 300px;
  float: none
}
.lu_contact .ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none
}
.lu_contact .ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lu_contact .ft_btn a:hover {
  color: #000;
}
.lu_contact .ft_btn a:hover::after {
  transform: scale(1, 1);
}
.bx_color {
  background-color: #ECECEC;
  padding: 90px;
  margin-bottom: 120px;
}
.bx_color .lu_detail, .bx_color .lu_detail_tbl.end {
  margin-bottom: 0;
}
.bx_color .heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
}
.bx_color .heading .logo {
  margin-bottom: 1em
}
.bx_color .heading .name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1em
}
/*--MAILFORM-------------*/
.contact_item{
	border: 1px solid #727272;
	padding: 25px;
	border-radius: 8px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em
}
.contact_item .ttl{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-top: calc(-25px + -1em );
  margin-bottom: 25px;
}
.contact_item .ttl span{
  background-color: #FFF;
  padding-left: 1em;
  padding-right: 1em
}
.contact_item .lu_ph_three{
margin-bottom: 0!important
}


.contact_header {
  text-align: center;
  margin-bottom: 3em;
  font-size: 16px;
}
.contact_header .notice {
  font-size: 12px;
  margin-top: 1em
}
#mailformpro {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  font-size: 16px;
}
#mailformpro .notice {
  margin-bottom: 1em
}
#mailformpro .req {
  color: #FFF;
  background-color: #DA0D10;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  margin-left: 1em
}
#mailformpro .any {
  color: #FFF;
  background-color: #7F7F7F
  ;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  margin-left: 1em
}
#mailformpro table {
  width: 100%;
  border-top: 1px solid #000000;
}
#mailformpro table th, #mailformpro table td {
  border-bottom: 1px solid #000000;
  padding: 40px;
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
}
#mailformpro table .form_field {
  width: calc(100% - 14px) !important;
  padding: 6px !important;
}
#mailformpro table .form_field.half {
  width: calc(50% - 14px) !important;
}
#mailformpro .submit_btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #FFF;
  background-color: #000;
  cursor: pointer;
  outline: none;
  display: block;
  width: 100%;
}
#mailformpro .submit_btn:hover {
  background-color: #878787;
}
#mailformpro .ttl_sub{
background-color: rgba(240,240,240,1.00)
}

#mailformpro ul.form_lineup_select{}
#mailformpro ul.form_lineup_select li{}
#mailformpro ul.form_lineup_select li {
  width: 32%;
  margin-right: 2%;
  float: left;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 1em
}
#mailformpro ul.form_lineup_select li:nth-child(3n) {
  margin-right: 0%
}
#mailformpro ul.form_lineup_select li:last-child {
  margin-right: 0%
}
#mailformpro ul.form_lineup_select li img{
width: 60%;
height: auto;
}

#mailformpro .form_lineup_select{
width: 100%;
}
#mailformpro .form_lineup_select span.horizontal-item{
	display: inline-block;
	width: calc(97% / 3);
	font-size: 11px;
	letter-spacing: 0.05em;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 125px auto;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px!important;
}

#mailformpro .form_lineup_select span.horizontal-item:nth-child(1){
	background-image: url(../../images/form_thum01.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(2){
	background-image: url(../../images/form_thum02.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(3){
	background-image: url(../../images/form_thum03.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(4){
	background-image: url(../../images/form_thum04.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(5){
	background-image: url(../../images/form_thum05.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(6){
	background-image: url(../../images/form_thum06.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(7){
	background-image: url(../../images/form_thum07.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(8){
	background-image: url(../../images/form_thum08.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(9){
	background-image: url(../../images/form_thum09.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(10){
	background-image: url(../../images/form_thum10.png);	
}
#mailformpro .form_lineup_select span.horizontal-item:nth-child(11){
	background-image: url(../../images/form_thum11.png);	
}




.mw_wp_form_complete {
	text-align: center;
	padding: 3em;
	border: 1px solid #B9B9B9;
	border-radius: 10px;
	margin-bottom: 5em
}

.selectplace_ttl {
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
  padding: 40px;
}
.select_place {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
.select_place label {
  width: calc(46% - 40px);
  margin-left: 1%;
  margin-right: 1%;
  border: 2px solid #000000;
  display: inline-block!important;
  font-size: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #FFF
}

.select_place label input {
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
}

/*--ARTICLE-------------*/
.entry {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
.entry .meta {
  margin-bottom: 3em;
  border-bottom: 1px solid #000000;
}
.entry .meta .label {
  margin-bottom: 15px;
}
.entry .meta .label span {
  border: 1px solid #000000;
  padding: 2px 10px;
  line-height: 1;
  font-size: 12px;
}
.entry .meta .ttl {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.entry .meta .date {
  color: #A1A1A1 !important;
  font-size: 12px;
}
.entry a {
  text-decoration: none;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry img {
  max-width: 100%;
  height: auto;
  /*margin-bottom: 2em*/
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*--MODELHIOUSE-------------*/
.mv_modelhouse {
  margin-bottom: 30px;
  background-color: #DDD8D6;
  padding: 20px;
}
.mv_modelhouse .ph {
  width: calc(50% - 20px);
  float: right
}
.mv_modelhouse .meta {
  width: 50%;
  float: left;
}
.mv_modelhouse .ph img {
  width: 100%;
  height: auto
}

.mv_modelhouse .meta .label {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #FFF;
  padding: 5px 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse .meta .status {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #A79E9A;
  color: #FFF;
  padding: 5px 25px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 15px;
}
.mv_modelhouse .meta .date {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 15px;
  position: relative;
  top: 7px;
}
.mv_modelhouse .meta .name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse .meta .logo_zc {
  margin-bottom: 25px;
}

.mv_modelhouse .meta table{}
.mv_modelhouse .meta table th{
width: 50%;
padding-right: 20px;
}
.mv_modelhouse .meta table th img{
width: 100%;
height: auto
}
.mv_modelhouse .meta table td{
background-color: #FFF;
padding: 10px;
}
.mv_modelhouse .meta table td p{
margin-bottom: 1em
}
.mv_modelhouse a{
text-decoration: none!important
}
.mv_modelhouse .event_nav{
	clear: both;
	background-color: #FFF;
	border-radius: 100px;
	padding: 7px 10px;
	line-height: 20px;
}
.mv_modelhouse .event_nav img{
	height: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 4px;
}
.mv_modelhouse .event_nav span{
	background-color: #009790;
	color: #FFF;
	border-radius: 100px;
	padding: 2px 20px;
	margin-right: 1em;
	
}
.mv_modelhouse .event_nav a{
text-decoration: underline!important
}

.mh_env {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 120px;
  margin-top: 120px;
}
.mh_env .copy {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em
}
.mh_env ul{
margin-top:3em;
text-align: left
}
.mh_env ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  font-size: 13px;
  padding-bottom: 1.5em
}
.mh_env ul li:nth-child(3n) {
  margin-right:0%;
}
.mh_env ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 0.8em;
  height: 180px;
  object-fit: cover;
}
.mh_env ul li .ttl{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}


.mh_contact {
  margin-top: 20px;
}
.mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.mh_contact .ft_btn li {
  display: inline-block;
  margin-right: 4%;
  width: 48%;
  float: left
}
.mh_contact .ft_btn li:last-child {
  margin-right: 0%;
}
.mh_contact .ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none
}
.mh_contact .ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.mh_contact .ft_btn a:hover {
  color: #000;
}
.mh_contact .ft_btn a:hover::after {
  transform: scale(1, 1);
}

.mv_modelhouse_de {
  margin-bottom: 10px;
  padding: 20px;
  position: relative
}
.mv_modelhouse_de .ph {
  width: calc(60% - 20px);
  float: right
}
.mv_modelhouse_de .meta {
  width: 40%;
  float: left;
  padding-bottom: 80px
}
.mv_modelhouse_de .ph img {
  width: 100%;
  height: auto
}

.mv_modelhouse_de .meta .label {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
.mv_modelhouse_de .meta .status {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	  background: #A79E9A;
  color: #FFF;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-left: 15px;
}




.mv_modelhouse_de .meta .name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse_de .meta .logo_zc {
  margin-bottom: 25px;
}
.mv_modelhouse_de .meta .place {
  margin-bottom: 15px;
  font-size: 16px;
}
.mv_modelhouse_de .meta .place span{
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  background: #000;
 margin-right: 0.5em
}
.mv_modelhouse_de .meta .date {
  margin-bottom: 15px;
  font-size: 11px;
  letter-spacing: 0
}
.mv_modelhouse_de .meta .event_nav{
	clear: both;
	background-color: #FFF;
	border-radius: 100px;
	padding: 7px 10px;
	
}
.mv_modelhouse_de .meta .event_nav img{
	height: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 4px;
}
.mv_modelhouse_de .meta .event_nav span{
	background-color: #009790;
	color: #FFF;
	border-radius: 100px;
	padding: 2px 20px;
	margin-right: 1em;
	
}
.mv_modelhouse_de .meta .event_nav a{
text-decoration: underline!important
}

.mv_modelhouse_de .mh_contact {
  margin-top: auto;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(40% - 20px);
}
.mv_modelhouse_de .mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 0
}
.mv_modelhouse_de .mh_contact .ft_btn li {
  display: block;
  margin-right: 0%;
  width: 100%;
  float: none;
  margin: 0
}
.mh_niotice{
text-align: right;
margin-bottom: 30px;
font-size: 10px;
}


#slide_main {
overflow: hidden!important;
position: relative;
margin-bottom: 50px;
}
.swiper-slide {
  width: 100%;
  position: relative;
  
}
.swiper-slide img{
width: 100%;
height: auto
}
.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #FFF;
}
.swiper-pagination-bullet {
  background-color: #4E4E4E !important;
}
table.lu_detail_tbl.mh{
margin-bottom: 30px;
}
table.lu_detail_tbl.mh th {
  width: 55%;
}
table.lu_detail_tbl.mh td {
  width: calc(45% - 80px);
  padding-left: 80px;
  line-height: 1.8;
}
.lu_detail_tbl .mh_detail{
text-align: left!important;
font-size: 14px;
}
.lu_detail_tbl .mh_detail .heading{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.lu_detail_tbl .mh_detail .heading .ldk{
font-size: 24px;
}
.equip ul{
margin-bottom: 50px;
}
.equip ul li{
display: block;
background-color: #EDEAE8;
text-align: center;
font-size: 16px;
width: 19.6%;
margin-right: 0.5%;
float: left;
font-weight: 600;
padding-top: 5px;
padding-bottom: 5px;
}
.equip ul li:last-child{
margin-right: 0%;
}
table.mh_price_tbl{
width: 100%;
margin-bottom: 60px;
}
table.mh_price_tbl th{
font-size: 24px;
}
table.mh_price_tbl .read{
font-size: 20px;
}
.mh_price_notice{
font-size: 12px;
}
.mh_gmap{
margin-bottom: 60px;
}
.mh_gmap iframe {
  clear: both;
  margin-top: 25px;
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.sub_ttl.mh_raijyou_ttl{
background-color: #151515;
color: #FFF
}




























@media screen and (max-width: 520px) {
html {}
body {
  background-color: #FFFFFF;
  min-width: 320px;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
select, input, button, textarea, button {
  font: 99%;
}
table {
  font-size: inherit;
  font: 100%;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: none !important;
}
.sp {
  display: inherit !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {}
header .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}
header a {
  text-decoration: none;
}
header h1 {
  float: left;
}
header h1 img {
  width: 80px;
  height: auto
}
/*--NAVIGATION-------------*/
#gnav {
  float: none;
  padding-top: 20vh;
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  background-color: rgba(255,255,255,0.87)
}
#gnav ul {
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
#gnav ul li {
  margin-left: auto;
  display: block;
}
#gnav ul li a {
  color: #000;
  position: relative;
  text-decoration: none;
}
#gnav ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
#gnav ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/*--CONTENTS-------------*/
#contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
/*--MV-------------*/
#mainVis {
  height: calc(95vh - 100px);
  position: relative;
  margin-bottom: 10vh
}
#mainVis #copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#mainVis #copy img{
width: 280px;
height: auto;
text-align: center
}
#mainVis video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
/*--INDEX_CONTENTS-------------*/
h2.index_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2.3em;
  clear: both
}
/*--INDEX_LINEUP-------------*/
.list_lineup {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.list_lineup li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 60px;
  float: none;
  position: relative;
  background-color: #000
}
.list_lineup li:nth-child(3n) {
  margin-right: 0%;
}
.list_lineup li .thum {
  position: relative;
  z-index: 1;
  transition: .3s;
}
.list_lineup li .thum img {
  width: 100%;
  height: auto
}
.list_lineup li .ttl {
  position: absolute;
  z-index: 5;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: calc(1.8vw + 0.5rem);
  transition: .3s;
}
.list_lineup li:hover .thum {
  padding: 10px;
}
.list_lineup li:hover a {
  color: inherit
}
.list_lineup li:hover .ttl {
  bottom: 30px;
}
.list_lineup.subpage {
  width: 100%;
}
.list_lineup.subpage li {
  width: 48%;
  margin-right: 2%;
  float: left;
  border-bottom: 6px solid #FFF;
}
.list_lineup.subpage li:nth-child(3n) {
  margin-right: 2%;
}
.list_lineup.subpage li:last-child {
  margin-right: 2%;
}
.list_lineup.subpage li:nth-child(2n) {
  margin-right: 0%;
}
.list_lineup.subpage li .ttl {
  display: none
}
.list_lineup li:hover .thum {
  padding: 8px;
}
.list_lineup.subpage li.active {
  background-color: #FFF;
  border-bottom: 6px solid #000000;
}
.list_lineup.subpage li.active img {
  opacity: .3;
}
/*--INDEX_TOPICS-------------*/
.list_topics {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.list_topics li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 60px;
  float: none;
  position: relative;
}
.list_topics li:nth-child(3n) {
  margin-right: 0%;
}
.list_topics li .thum {
  position: relative;
  z-index: 1;
  transition: .3s;
  background-color: #000
}
.list_topics li .thum::before {
  content: "";
  padding-top: 100%;
  display: block;
  margin-bottom: 15px;
}
.list_topics li .thum img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
}
.list_topics li .label {
  margin-bottom: 15px;
}
.list_topics li .label span {
  border: 1px solid #000000;
  padding: 2px 10px;
  line-height: 1;
  font-size: 12px;
}
.list_topics li .ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
.list_topics li .date {
  color: #A1A1A1 !important;
  font-size: 12px;
}
.list_lineup li:hover .ttl {
  text-decoration: underline !important
}
.list_topics li:hover .thum img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.list_topics li a {
  color: inherit;
  text-decoration: none !important;
}
.list_topics li:hover a {
  color: inherit;
  text-decoration: none;
}

/*--INDEX_BNR-------------*/
#index_bnr{
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}
#index_bnr ul{}
#index_bnr ul li{
width: 100%;
margin: 0px 0 0px 0px!important;
margin-right: 0%!important;
float: none;
list-style: none!important;
margin-bottom: 30px!important;
}
#index_bnr ul li:last-child{
margin-right: 0%!important
}
#index_bnr ul li img{
width: 100%;
height: auto
}

/*--EVENT-------------*/
ul#event_nav{
text-align: center;
padding-bottom: 3em
}
ul#event_nav li{
display: inline-block;
margin-left: 1em;
margin-right: 1em
}
ul#event_nav li a{
	display: inline-block;
	line-height: 1;
	padding: 0.3em 1em;
	border: 1px solid #000000;
} 
ul#event_nav li.active a,
ul#event_nav li a:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none
} 
.list_topics li .hash {
  color: #A1A1A1 !important;
  font-size: 12px;
  margin-top: 1em
}

/*--EVENT_DETAIL-------------*/
.mv_event_de {
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 30px;
  display: block;
	 justify-content: flex-start;
}
.mv_event_de .ph {
  width: calc(100% - 0px);
  float: none;
  margin-bottom: 20px;
}
.mv_event_de .meta {
  width: 100%;
  float: none;
  padding-bottom: 0px;
}
.mv_event_de .ph img {
  width: 100%;
  height: auto
}

.mv_event_de .meta .label {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
.mv_event_de .meta .notice_reserve {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	  background: #A79E9A;
  color: #FFF;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-left: 15px;
}

.mv_event_de .meta .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_event_de .meta  .hash {
  color: #A1A1A1;
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 2em
}
.mv_event_de table.place {
	margin-bottom: 15px;
	font-size: 14px;
	border-top: 1px solid #D6D6D6;
}
.mv_event_de table.place th,
.mv_event_de table.place td{
padding: 5px 15px;
vertical-align: top;
border-bottom: 1px solid #D6D6D6;
}
.mv_event_de table.place th{
white-space: nowrap
}
.mv_event_de .meta .place span{
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  background: #000;
 margin-right: 0.5em
}

.mv_event_de .mh_contact {
  margin-top: auto;
  position: relative;
  right: auto;
  bottom: auto;
  width: calc(100% - 0px);
}
.mv_event_de .mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 0
}
.mv_event_de .mh_contact .ft_btn li {
  display: block;
  margin-right: 0%;
  width: 100%;
  float: none;
  margin: 0
}
.entry.event_detail{}
.entry.event_detail iframe{
width: 100%;
}
.event_meta{
background-color: #DDD8D6;
padding: 20px;
text-align: center;
margin-top: 60px;
}
.event_meta .ttl{
margin-bottom: 1em
}
.event_meta ul{}
.event_meta ul li{
width: 100%;
margin: 0px 0 0px 0px!important;
margin-right: 0%!important;
float: none;
list-style: none!important
}
.event_meta ul li:last-child{
margin-right: 0%!important
}
.event_meta ul li img{
width: 100%;
height: auto
}

.entry.event_detail{
	display: block
}
.entry.event_detail .main{
	width: 100%;
	margin-right: 0%;
	padding-right: 0%;
	border-right: 0px solid #D6D6D6;
}
.entry.event_detail .aside{
	width: 100%;
	float: none
}

.entry.event_detail .aside .bx_res{
    border: 7px solid #D9D9D9;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}
.entry.event_detail .aside .bx_res .ttl{
    font-size: 14px;
}


.entry.event_detail .aside .btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none;
  z-index: 0;
}

.entry.event_detail .aside .btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.entry.event_detail .aside .btn a:hover {
  color: #000;
}
.entry.event_detail .aside .btn a:hover::after {
  transform: scale(1, 1);
}
.entry.event_detail .aside .bx_res .btn{
margin-bottom: 2em
}
.entry.event_detail .aside .bx_res .tel{
    font-size: 22px;
    margin-top: 0.5em
}


/*--INDEX_BNR_APP-------------*/
.index_bnr_app{
text-align: center;
margin-bottom: 100px;
}
.index_bnr_app img{
width: 100%;
height: auto
}

/*--FIX_NAV-------------*/
#fix_nav {
  position: fixed;
  right: 0;
  bottom: 22vh;
  z-index: 999
}
#fix_nav img {
  width: 80px;
  height: auto
}
	#fix_nav.eve img {
  width: 30px!important;
  height: auto;
	margin-right: 5px;
}
/*--FOOTER-------------*/
footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
}
footer .inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
footer a {
  text-decoration: none !important
}
footer .logo {
  float: none;
  text-align: center;
  margin-bottom: 3em;
  width: 100%;
  position: relative;
  z-index: 10
}
footer .ft_nav {
  float: none;
  width: 100%;
  position: relative;
}
footer ul.ft_menu {
  width: 100%;
  margin-bottom: 2em;
  font-size: 16px;
  text-align: center
}
footer ul.ft_menu li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.5em;
  float: none
}
footer ul.ft_menu li:nth-child(2n) {
  margin-right: 0%;
}
footer ul.ft_menu li a {
  color: #000;
  position: relative;
  text-decoration: none;
}
footer ul.ft_menu li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
footer ul.ft_menu li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.ft_btn {
  width: 100%;
  margin-bottom: 2em;
  font-size: 18px;
}
.ft_btn li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.5em;
  float: left;
}
.ft_btn li:nth-child(2n) {
  margin-right: 0%;
}
.ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 5px;
}
.ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.ft_btn a:hover {
  color: #000;
}
.ft_btn a:hover::after {
  transform: scale(1, 1);
}
footer .ft_nav ul.ft_sns {
  position: relative;
  right: auto;
  top: auto;
  text-align: center
}
footer .ft_nav ul.ft_sns li {
  display: inline-block
}
footer .ft_nav .ll_logo {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: center;
  padding-top: 40px;
}
/*--SUB_CONTENTS-------------*/
h2.sub_ttl {
  font-size: 20px;
  text-align: center;
  margin-top: 1.8em;
  margin-bottom: 2em;
  line-height: 2.2;
  clear: both
}
h2.sub_ttl span {
  font-size: 15px;
  display: block
}
/*--PH_ANIMATION-------------*/
.ph_ani {
  overflow: hidden;
  position: relative;
}
.ph_ani:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*--CONCEPT-------------*/
#mv_concept {
  height: auto;
  position: relative;
  margin-bottom: 5vh
}
#mv_concept #copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#mv_concept #copy img {
  width: 280px;
height: auto;
text-align: center
}
#mv_concept .ph img {
  width: 100%;
height: auto;
}
.concept_txt {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 20vh
}
.concept_txt p {
  margin-bottom: 1em
}
.concept_txt .logo {
  margin-top: 4em;
  margin-bottom: 3em;
}
.concept_txt .logo img {
  width: 200px;
  height: auto
}
p.concept_exp{
text-align: justify
}
/*--COMPANY-------------*/
table.company_tbl {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 2.0;
  font-size: 14px;
  margin-bottom: 60px;
}
table.company_tbl th {
  padding-right: 2em;
  font-weight: 600;
  white-space: nowrap
}
.company_bx {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.company_bx .ph {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.company_bx .ph img {
  width: 100%;
  height: auto
}
.company_bx .txt {
  width: 100%;
  float: none;
  line-height: 1.6;
}
.company_bx .txt .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em
}
.company_bx .txt .telnum {
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.company_bx .txt .telnum img {
  margin-right: 0.3em
}
.company_bx iframe {
  clear: both;
  margin-top: 25px;
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.bnr_unnohouse {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.bnr_unnohouse a {
  display: block;
  text-align: center;
  padding: 45px;
  border: 2px solid #000;
}
.bnr_unnohouse a:hover {
  background-color: #000
}
.bnr_unnohouse a:hover path {
  fill: #FFF !important;
}
/*--LINEUP-------------*/
.lineup_cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
#mv_lineup {
  margin-bottom: 60px;
}
#mv_lineup table th {
  width: 100%;
  display: block
}
#mv_lineup table td {
  width: 100%;
  display: block
}
#mv_lineup table img {
  width: 100%;
  height: auto
}
table.lu_detail_tbl {
  width: 100%;
  margin-bottom: 60px;
  font-size: 12px;
}
table.lu_detail_tbl th {
  width: 100%;
  display: block;
  margin-bottom: 1em
}
table.lu_detail_tbl td {
  width: calc(100% - 00px);
  padding-left: 0px;
  line-height: 1.8;
  display: block
}
table.lu_detail_tbl img {
  width: 100%;
  height: auto
}
table.lu_detail_tbl p {
  margin-bottom: 0.7em
}
table.lu_detail_tbl p.ttl {
  font-size: 14px;
  font-weight: 600;
}
table.lu_detail_tbl.floor td {
  text-align: center;
  padding-top: 1em
}
table.lu_detail_tbl.floor td .notice {
  font-size: 12px;
}
ul.lu_detail_list {}
ul.lu_detail_list li {
  width: 100%;
  margin-right: 0%;
  float: none;
  margin-bottom: 20px;
  font-size: 14px;
}
ul.lu_detail_list li:nth-child(2n) {
  margin-right: 0%;
}
ul.lu_detail_list li .ph {
  margin-bottom: 10px;
}
ul.lu_detail_list li .ph img {
  width: 100%;
  height: auto
}
ul.lu_detail_list li p.ttl {
  font-size: 16px;
  font-weight: 500;
}
ul.lu_detail_list.vertical li {
  margin-bottom: 10px;
}
ul.lu_detail_list.vertical li.exp {
  width: 100%;
  margin-right: 0%;
}
.lu_outline {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 60px;
}
.lu_outline .copy {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2em
}
.lu_outline p {
  margin-bottom: 1.8em;
  text-align: left
}
.lu_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 120px;
}
.lu_youtube iframe {
  width: 100%;
  height: 100%;
}
.lu_floor {
  margin-bottom: 60px;
}
.lu_ph_tow, .lu_ph_three, .lu_ph_many {
  margin-bottom: 60px;
}
.lu_ph_tow ul li {
  width: 100%;
  margin-right: 0%;
  float: none;
  margin-bottom: 20px;
}
.lu_ph_tow ul li:last-child {
  margin-right: 0%
}
.lu_ph_three ul li, .lu_ph_many ul li {
  width: 100%;
  margin-right: auto;
  float: none;
  margin-left: auto;
  margin-bottom: 20px;
}
.lu_ph_three ul li:last-child {
  margin-right: auto
}
.lu_ph_many ul li {
  margin-bottom: 20px;
}
.lu_ph_tow ul li img, .lu_ph_three ul li img, .lu_ph_many ul li img {
  width: 100%;
  height: auto
}
.lu_detail {
  margin-bottom: 60px;
}
.lu_contact {
  margin-bottom: 60px;
}
.lu_contact.end {
  margin-bottom: 50px;
}
.lu_product_link {
  margin-bottom: 60px;
  text-align: center
}
.lu_product_link img {
  width: 100%;
  height: auto
}
.lu_contact .ft_btn {
  width: 100%;
  margin-bottom: 2em;
  font-size: 18px;
  text-align: center
}
.lu_contact .ft_btn li {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 300px;
  float: none
}
.lu_contact .ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none
}
.lu_contact .ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lu_contact .ft_btn a:hover {
  color: #000;
}
.lu_contact .ft_btn a:hover::after {
  transform: scale(1, 1);
}
.bx_color {
  background-color: #ECECEC;
  padding: 20px;
  margin-bottom: 60px;
}
.bx_color .lu_detail, .bx_color .lu_detail_tbl.end {
  margin-bottom: 0;
}
.bx_color .heading {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
.bx_color .heading .logo {
  margin-bottom: 1em
}
.bx_color .heading .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em
}
/*--MAILFORM-------------*/
.contact_item{
	width: auto;
}
.contact_header {
  text-align: center;
  margin-bottom: 3em;
  font-size: 14px;
}
.contact_header .notice {
  font-size: 12px;
  margin-top: 1em
}
#mailformpro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  font-size: 14px;
}
#mailformpro .notice {
  margin-bottom: 1em
}
#mailformpro .req {
  color: #FFF;
  background-color: #DA0D10;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  margin-left: 1em
}
#mailformpro table {
  width: 100%;
  border-top: 1px solid #B0B0B0;
}
#mailformpro table th, #mailformpro table td {
  border-bottom: 1px solid #B0B0B0;
  padding: 10px;
  display: block
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  background-color: rgba(245,245,245,1.00)
}
#mailformpro table .form_field {
  width: calc(100% - 14px) !important;
  padding: 6px !important;
}
#mailformpro table .form_field.half {
  width: calc(50% - 14px) !important;
}
#mailformpro .submit_btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #FFF;
  background-color: #000;
  cursor: pointer;
  outline: none;
  display: block;
  width: 100%;
}
#mailformpro .submit_btn:hover {
  background-color: #878787;
}
.mfp_thanks {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
.selectplace_ttl {
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  padding: 20px;
}
.select_place {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
.select_place label {
  width: calc(100% - 20px);
  margin-left: 1%;
  margin-right: 1%;
  border: 2px solid #000000;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  border-radius: 12px;
  background-color: #FFF;
  margin-bottom: 15px;
}
.select_place label input {
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
}


#mailformpro .form_lineup_select span.horizontal-item{
	display: inline-block;
	width: calc(94% / 3);
	font-size: 11px;
	letter-spacing: 0.05em;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70% auto;
}




/*--ARTICLE-------------*/
.entry {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.entry .meta {
  margin-bottom: 3em;
  border-bottom: 1px solid #000000;
}
.entry .meta .label {
  margin-bottom: 15px;
}
.entry .meta .label span {
  border: 1px solid #000000;
  padding: 2px 10px;
  line-height: 1;
  font-size: 12px;
}
.entry .meta .ttl {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.entry .meta .date {
  color: #A1A1A1 !important;
  font-size: 12px;
}
.entry a {
  text-decoration: none;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry img {
  max-width: 100%;
  height: auto;
  /*margin-bottom: 2em*/
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}
  input {
    font-size: 16px !important;
  } /*フォームのフォーカスOFF*/
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  /*SP NAV*/
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: 0px 0 10px;
    right: 20px;
    top: 10px;
    z-index: 9999999;
    animation-duration: 2s;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -1px 0 0 -15px;
    background: #000;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #000;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -10px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
/*--MODELHIOUSE-------------*/
.mv_modelhouse {
  margin-bottom: 15px;
  background-color: #DDD8D6;
  padding: 10px;
}
.mv_modelhouse .ph {
  width: calc(100% - 0px);
  float: none;
  margin-bottom: 15px;
}
.mv_modelhouse .meta {
  width: 100%;
  float: none;
}
.mv_modelhouse .ph img {
  width: 100%;
  height: auto
}

.mv_modelhouse .meta .label {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #FFF;
  padding: 5px 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse .meta .date {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 0px;
  position: relative;
  top: 7px;
  margin-bottom: 20px;
}
.mv_modelhouse .meta .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse .meta .logo_zc {
  margin-bottom: 25px;
}

.mv_modelhouse .meta table{}
.mv_modelhouse .meta table th{
width: 100%;
padding-right: 20px;
display: block
}
.mv_modelhouse .meta table th img{
width: 100%;
height: auto
}
.mv_modelhouse .meta table td{
background-color: #FFF;
padding: 10px;
display: block
}
.mv_modelhouse .meta table td p{
margin-bottom: 1em
}
.mv_modelhouse .event_nav{
	clear: both;
	background-color: #FFF;
	border-radius: 20px;
	padding: 7px 20px;
	line-height: 20px;
}
.mv_modelhouse .event_nav img{
	height: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 4px;
}
.mv_modelhouse .event_nav span{
	background-color: #009790;
	color: #FFF;
	border-radius: 100px;
	padding: 2px 10px;
	margin-right: 1em;
	margin-bottom: 5px;
}
.mv_modelhouse .event_nav a{
text-decoration: underline!important
}


.mh_contact {
  margin-top: 20px;
}
.mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.mh_contact .ft_btn li {
  display: inline-block;
  margin-right: 4%;
  width: 48%;
  float: left
}
.mh_contact .ft_btn li:last-child {
  margin-right: 0%;
}
.mh_contact .ft_btn a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #000;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
  padding: 5px;
  text-decoration: none
}
.mh_contact .ft_btn a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.mh_contact .ft_btn a:hover {
  color: #000;
}
.mh_contact .ft_btn a:hover::after {
  transform: scale(1, 1);
}

.mv_modelhouse_de {
  margin-bottom: 10px;
  padding: 10px;
  position: relative
}
.mv_modelhouse_de .ph {
  width: calc(100% - 0px);
  float: none;
  margin-bottom: 15px;
}
.mv_modelhouse_de .meta {
  width: 100%;
  float: none;
  padding-bottom: 0px
}
.mv_modelhouse_de .ph img {
  width: 100%;
  height: auto
}

.mv_modelhouse_de .meta .label {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 5px 25px;
	font-weight: 600;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
.mv_modelhouse_de .meta .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mv_modelhouse_de .meta .logo_zc {
  margin-bottom: 25px;
}
.mv_modelhouse_de .meta .place {
  margin-bottom: 15px;
  font-size: 16px;
}
.mv_modelhouse_de .meta .place span{
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  background: #000;
 margin-right: 0.5em
}

.mv_modelhouse_de .mh_contact {
  margin-top: auto;
  position: relative;
  left: auto;
  bottom: auto;
  width: calc(100% - 10px);
}
.mv_modelhouse_de .mh_contact .ft_btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 0
}
.mv_modelhouse_de .mh_contact .ft_btn li {
  display: block;
  margin-right: 0%;
  width: 100%;
  float: none;
  margin: 0
}
.mh_niotice{
text-align: right;
margin-bottom: 80px;
font-size: 10px;
}


#slide_main {
overflow: hidden!important;
position: relative;
margin-bottom: 50px;
}
.swiper-slide {
  width: 100%;
  position: relative;
  
}
.swiper-slide img{
width: 100%;
height: auto
}
.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #FFF;
  --swiper-navigation-size: 26px!important;
}
.swiper-pagination-bullet {
  background-color: #4E4E4E !important;
}
table.lu_detail_tbl.mh{
margin-bottom: 30px;
}
table.lu_detail_tbl.mh th {
  width: 100%;
}
table.lu_detail_tbl.mh td {
  width: calc(100% - 0px);
  padding-left: 0px;
  line-height: 1.8;
}
.lu_detail_tbl .mh_detail{
text-align: left!important;
font-size: 14px;
}
.lu_detail_tbl .mh_detail .heading{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.lu_detail_tbl .mh_detail .heading .ldk{
font-size: 24px;
}
.equip ul{
margin-bottom: 50px;
}
.equip ul li{
display: block;
background-color: #EDEAE8;
text-align: center;
font-size: 12px;
width: 48%;
margin-right: 0.4%;
float: left;
font-weight: 600;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
}
.equip ul li:last-child{
margin-right: 0.4%;
}
.equip ul li:nth-child(2n){
margin-right: 0%;
}
table.mh_price_tbl{
width: 100%;
margin-bottom: 60px;
}
table.mh_price_tbl th{
font-size: 20px;
display: block;
padding-bottom: 20px;
}
table.mh_price_tbl td{
display: block;
font-size: 11px;
}
table.mh_price_tbl .read{
font-size: 16px;
font-weight: 600;
margin-bottom: 0.7em
}
.mh_price_notice{
font-size: 10px;
}
.mh_gmap{
margin-bottom: 60px;
}
.mh_gmap iframe {
  clear: both;
  margin-top: 25px;
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
  
  
  
}