@charset "UTF-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	padding:0;
	margin:0;
  overflow-x: hidden;
}

.wp-caption {
	max-width:100%;
}
 
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.container{
	background-color: #f4faf8;	
}

.contents-wrap{
	max-width:1366px;
	margin:0 auto;
	padding:50px 0;
}

header{

}

header .head-top a{}

header .head-top figure{
	position: relative;
}

header .head-top figure a{
	z-index: 1;
}

header .head-top figure::after{
	content: "";
    background-image: url(../img/head-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 180px;
	transition: .5s ease;
}

@media screen and (min-width: 1500px){
	header .head-top figure::after{
		background-image: url(../img/head-bg.svg);
		height: 250px;
		transition: .5s ease;
	}
}

@media screen and (min-width: 1700px){
	header .head-top figure::after{
		background-image: url(../img/head-bg.svg);
		height: 290px;
		transition: .5s ease;
	}
}

.head-top .tvk-date{
	display:flex;
}

.head-top figure{
	display:flex;
	align-items: center;
	justify-content: center;
}

.head-top figure a{
	width:480px;
}

.logo{
	padding:50px 0;
}

@media screen and (max-width: 768px) {
	
	.container{
		overflow: hidden;
	}
	
	.contents-wrap {
		padding: 25px 10px;
	}
	
	.head-top figure a {
		width: auto;
	}
	
	img.logo {
		padding: 20px 20px 30px 20px;
	}
	
	header .head-top figure::after {
		height: 100%;
	}
	
	.main-visual{
		margin-top:174px;
	}
}

.tvk-date{
	display:flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-bottom: 10px;
    margin-top: -5px;
}

.head-top .tvk-date p,.head-top .tvk-date a{
	font-size:11px;
	color:#6badc2;
}

.head-top .tvk-date p{
	border-right:1px solid #6badc2;
	padding-right:10px;
	margin-right:10px;
}

.head-top .tvk-date a{
	position:relative;
	padding-left:15px;
	text-decoration:underline;
}

.head-top .tvk-date a::before{
	content: "";
	background-image: url(../img/place.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	width:10px;
	height:16px;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);	
}

nav{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border:1px solid #eee;
	margin-bottom: 10px;
}

nav a{
	font-size:14px;
	color:#6badc2;
	padding:12px 17px;
	position:relative;
	letter-spacing: 2px;
}

nav a::after{
	content:"";
	width:1px;
	height:14px;
	background:#6badc2; 
	position:absolute;
	top:50%;
	right:0;
	transform: translate(0,-50%);
}

nav a:last-child::after{
	content:none;
}

.main-visual{
	position: relative;
}

.main-visual .event-info{
    position: absolute;
    right: 100px;
    bottom: 20px;
	padding: 0 0 10px;
}

.event-info{
	background:rgba(255,255,255,0.9);
	width:290px;
}

.event-info h4{
	font-size:17px;
	padding:10px 0;
	letter-spacing: 2px;
	color:white;
	text-align:center;
	background:rgba(107,173,194,0.8);
}

.event-info dl{
	    padding: 10px 20px;
}

.event-info dt{
	font-size:14px;
}

.event-info a.more{
	font-size:12px;
	text-align:center;
	color:white;
	background:rgba(107,173,194,1);
	border-radius: 30px;
	padding:5px 0;
	display: flex;
    justify-content: center;
}

.event-info a.more:hover{
	color:#6badc2;
	background-color:#fff;
}
.gotop{
	position:absolute;
	top:-30px;
	right:70px;
}

.gotop img{
	width:60px;
}
#map_canvas {
	width: 100%;
	height: 500px!important;
}
@media screen and (max-width: 768px) {
	.main-visual .event-info{
    position: relative;
	width:95%;
	right:inherit;
	bottom:inherit;
	margin:0 auto;
}
	.event-info a.more {
		width:90%;
		max-width: inherit;
	}
	.gotop{
		top:-30px;
		right:inherit;
		left: 50%;
    	transform: translate(-50%,0);
	}
	
	footer .footer-wrap .tvk-logo {
		margin:0!important;
		flex: 0 0 auto;
	}
	
	footer .footer-wrap a {
		display: block;
	}
	
	footer .footer-wrap a::after {
		content:none!important;
	}
	
	footer .footer-wrap {
		justify-content: center;
	}
	
	footer .contents-wrap{
		padding:15px 0;
	}
}

footer{
	background:#6badc2; 
	position:relative;
}

footer .footer-wrap{
	display:flex;
	align-items: center;
}

footer .footer-wrap .tvk-logo{
	margin-right:60px;	
}

footer .footer-wrap a{
	color:white;
	font-size:14px;
	padding-right:24px;
	position:relative;
}

footer .footer-wrap a::after {
    content: "";
    width: 1px;
    height: 14px;
    background: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
}

footer .footer-wrap a:last-child::after{
	content: none;
}

footer .copy{
	background:white;
}

footer .copy p{
	font-size:12px;
	text-align:center;
	padding:5px 0;
}

/*すらいだー*/

.main-slider{
    opacity: 0;
    transition: opacity .3s linear;
}

.slick-initialized{
	opacity: 1;
}

.slick-slide { 
   padding: 0 5px;
}

.slick-slider button {
    background: none;
    border: none;
    font-size: 0;
}

.slick-slide img{
	width:100%;
}

.slick-next{
	right:40px;
}

.slick-prev{
	left:40px;
	z-index:1;
}

.slick-next::before,.slick-prev::before {
    background: url(../img/slide-arrow.svg)center center no-repeat/cover;
    display: inline-block;
    content:"";
	width:69px;
	height:69px;
}

.slick-next,.slick-prev{
	position:absolute;
	top:50%;
	transform: translate(0,-50%);
}

.slick-prev::before {
	transform: rotate(180deg);
}

h2.head-line{
	font-size:30px;
	text-align:center;
	font-family:'opticopperplate'; 
	letter-spacing: 2px;
	line-height:1;
	position:relative;
	padding-top: 30px;
	margin-bottom:40px;
}

h2.head-line span{
	font-size:16px;
	display:block;
	letter-spacing: 1px;
	margin-top:15px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}

h3.head-line{
	font-size:24px;
	text-align:center;
	font-family:'opticopperplate'; 
	letter-spacing: 2px;
	line-height:1;
	position:relative;
	padding-top: 30px;
	margin-bottom:40px;
}

h3.head-line::before{
	content:"";
	background-image: url(../img/head-line.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width:140px;
	height:20px;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,0);
}

h3.head-line span{
	font-size:12px;
	display:block;
	letter-spacing: 1px;
	margin-top:15px;
}

h4.head-line{
	font-size:16px;
	text-align:center;
	font-family:'opticopperplate'; 
	letter-spacing: 2px;
	line-height:1;
	position:relative;
	padding-top: 30px;
	margin-bottom:30px;
}

h4.head-line::before{
	content:"";
	background-image: url(../img/head-line.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width:140px;
	height:20px;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,0);	
}

@media screen and (max-width: 768px) {
	h2.head-line{
		font-size:24px;
		padding-top: 20px;
		margin-bottom:20px;
	}
	
	h3.head-line{
		font-size:18px;
		padding-top: 30px;
		margin-bottom:20px;
	}	
	
}

.category-link{
	margin-bottom:60px;
}
.category-link.cat-link-02{
	margin-bottom:0;
}

.category-link ul{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.category-link ul li{
	padding:0 14px;
	margin-bottom:20px;
}

.category-link ul li a{
	padding:12px;
	text-align: center;
	background:white;
	border:1px solid #6badc2;
	border-radius: 50px;
	min-width:180px;
	display:block;
	transition-property: all;
  transition: 0.1s linear;
}

.category-link ul li a:hover{
	color:#fff;
	background:#6badc2;
	border:1px solid #fff;
	transition-property: all;
  transition: 0.1s linear;
}

@media screen and (max-width: 768px) {
	
	.category-link {
		margin-bottom: 30px;
	}
	
	.category-link ul{
		display:block;
	}
	
	.category-link ul li{
		margin-bottom:10px;
	}
	
	.category-link ul li a {
    	width: 100%;
	}
	
	.contents-wrap .items{
		display:block;
		flex-wrap:wrap;
		margin: 0;
		padding-bottom: 50px;
	}
	
	.contents-wrap .item{
		flex-basis:100%;
		padding:0;
		margin-bottom:10px;
	}
}	

.items{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -8px -10px -8px;
	padding-bottom: 50px;
}

.item{
	flex-basis:50%;
	padding:0 8px;
	margin-bottom:10px;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none){
  .item{
	flex-basis:auto;
	  width:50%;
	  }
}

.item a{}

.item figure{
	position:relative;
	overflow: hidden;
}

.item figcaption{
	position:absolute;
	bottom:0;
	background:rgba(107,173,194,0.6);
	width:100%;
	padding:20px 25px;
}

.item .ttl-cont{
	background:rgba(107,173,194,1);
	width:100%;
	padding:10px 25px;
  color:#fff;
  font-weight: bold;
}


.house-ttl {
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.item figcaption{
		padding:10px 12px;
	}
}

.item figcaption .date{
	font-size:12px;
	margin-bottom:5px;
	
}

.date02 {
  font-weight: bold;
  font-size:18px;
}
a.event-btn {
  text-align: center;
  padding:10px;
  color:#fff!important;
  background-color:#2699c3;
  border:1px solid #2699c3;
  margin:10px 0 20px 0;
  width:100%;
  display: block;
}
a.event-btn:hover {
  color:#2699c3!important;
  background-color:#FFF;
  border:1px solid #2699c3;
}
a.mov-btn {
  text-align: center;
  padding:10px;
  color:#2699c3!important;
  background-color:#FFF;
  border:1px solid #2699c3;
  margin:10px 0 0 0;
  width:100%;
  display: block;
}
a.mov-btn:hover {
  color:#FFF!important;
  background-color:#2699c3;
  border:1px solid #2699c3;
}

a.mov-btn02 {
  text-align: center;
  padding:10px;
  color:#fff!important;
  background-color:#2699c3;
  border:1px solid #2699c3;
  margin:0 0 10px 0;
  width:100%;
  display: block;
}
a.mov-btn02:hover {
  color:#2699c3!important;
  background-color:#FFF;
  border:1px solid #2699c3;
}
a.event-btn02 {
  text-align: center;
  padding:0 10px;
  color:#2699c3!important;
  background-color:#FFF;
  border:1px solid #2699c3;
  margin:10px auto 0 auto;
  width:100%;
  line-height: 2;
  display: block;
}
a.event-btn02:hover {
  color:#FFF!important;
  background-color:#2699c3;
  border:1px solid #2699c3;
}
figure .fa-youtube {
  color:#fff;
  font-size:40px;
  opacity: 0.8;
  z-index: 1;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sub-content .item .txt-info {
  font-size:18px;
  margin:10px 0;
}
.sub-content .item figure.fl-img {
  width:280px;
}
.sub-content .item figcaption.fl-txt .ttl {
  width:100%;
}
.sub-content .item figcaption.fl-txt {
  width:350px;
}

@media screen and (max-width: 768px) {
a.event-btn {
  width:100%;
}
.sub-content .item .txt-info {
  font-size:18px;
  margin:10px 0;
}
.sub-content .item figure.fl-img {
  width:100%;
}
.sub-content .item figcaption.fl-txt .ttl {
  width:100%;
}
.sub-content .item figcaption.fl-txt {
  width:100%;
}
  .fl-block {
    width:100%;
  }
}

.item figcaption div{
	color:white;
}

.item figure .read{
    font-size: 36px;
	font-weight: bold;
	text-align: center;
    width: 100%;
    padding: 0 30px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
.item figure .read{
    font-size: 26px;
	}
}

.item figure .new,.item figure .tag{
	position:absolute;
	top:0;
}

.item figure .new{
	left:0;
	width:64px;
	height:64px;
	background-image: url(../img/new.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.item figure .tag{
	right:0;
	font-size:12px;
	padding:10px;
	text-align:center;
	background:#6badc2;
	color:white;
}

.more{
	margin:0 auto;
	max-width: 264px
}

.more a{
	font-size:14px;
	padding:14px 0;
	display:block;
	text-align:center;
	background:#6badc2;
	color:white;
}


.mh-list{
	display:flex;
	justify-content: center;
	margin-bottom: 60px
}

.mh-list ul li{
	margin-bottom:10px;
}

.mh-list ul li:last-child{
	margin-bottom:0;
}

.idx-model-house .item{
	flex-basis:25%;
}

@media all and (-ms-high-contrast: none){
  .idx-model-house .item{
	flex-basis:auto;
	  width:25%;
	  }
}

.idx-model-house .item img{
	width:100%;
	height:auto;
}

.mh-list ul li a{
	display:flex;
	align-items: center;
}

.mh-list span.date{
	font-size:12px;
	margin-right:10px;
}
.modelhouse-campaign-cont {
  position: relative;
}
.modelhouse-single-link {
  width:90%;
  margin:0 auto;
}
.modelhouse-single-link a {
  text-align: center;
  padding:20px;
  color:#fff!important;
  background-color:#2699c3;
  border:1px solid #2699c3;
  margin:20px 0;
  width:100%;
  display: block;
}
.modelhouse-single-link a:hover {
  color:#2699c3!important;
  background-color:#FFF;
  border:1px solid #2699c3;
}
.update{
	position:absolute;
	top:10px;
	right:10px;
	width:60px;
	height:60px;
}
.modelhouse-campaign-cont .update {
  right:20px;
}
@media screen and (max-width: 768px) {
	
	.mh-list{
		margin-bottom: 30px;
		display:block;
	}
	
	.mh-list ul li a {
		display: block;
	}
	
	.mh-list span.date {
		font-size: 14px;
		margin:0 0 5px 0;
		display: block;
	}
	
	.idx-model-house .item {
		flex-basis: 100%;
	}
}

/*sub*/

.sub-ttl-wrap{
	position:relative;
	min-height:170px;
}

.sub-ttl-wrap h2{
	z-index:1;
}

.sub-ttl-wrap::after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
	background-image: url(../img/sub-ttl-bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
    height: 170px;
    z-index: 0;
}

.sub-wrap{
	max-width:1080px;
	margin: 0 auto 130px;
	display:flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1500px){
	.sub-ttl-wrap::after{
		background-image: url(../img/sub-ttl-bg.svg);
		height: 240px;
	}
	.sub-ttl-wrap {
		overflow: hidden;
	}	
}


@media screen and (max-width: 768px) {
	
	.sub-ttl-wrap{
		min-height:120px;
		margin-top: 174px;
	}

	.sub-ttl-wrap::after{
		content:"";
		height: 120px;
	}
	
	.sub-wrap{
		margin: 0 auto 60px;
		display:block;
		padding: 0 10px;
	}
	
	.sub-content .main {
		margin-right:0!important;
	}
	
	.sub-content .item {
		display: block;
		padding: 0 0 15px 0!important;
		margin-bottom: 15px!important;
	}
	
	.sub-content .item figure {
		margin: 0 0 20px!important;
	}
	
	.one-wrap {
		padding:0 10px;
	}
	
	.one-wrap.p-b30 figure{
		margin-bottom:20px;
	}
}

.one-wrap{
	max-width:750px;
	margin:0 auto;
}

.two-wrap{
	max-width:1125px;
	margin:0 auto;
}

.sub-content h3{
	margin-bottom: 80px;
}

.sub-content{
	margin-bottom:50px;
}

.sub-content:last-child{
	margin-bottom:150px;
}

.sub-content .main{
	max-width:700px;
	/* margin-right:65px;  */
	flex:0 0 auto;
	width:100%;
}

.sub-content{
	flex:0 1 auto;
}

.sub-content .items{
	display:block;
	margin:0;
	padding:0;
	
}

.sub-content .items{
	display:block;
	margin:0;
	padding:0;
	
}

@media all and (-ms-high-contrast: none){
	.sub-content .item{
		width:100%;
	}
}

.sub-content .item{
	display:flex;
	padding:0 0 30px 0;
	margin-bottom:30px;
	border-bottom:1px dotted #6badc2;
}

.sub-content .item:last-child{
	border:none;
}

.sub-content .item a{
	display:block;
	color:#2699c3;
}

.single .sub-content .item a{
	display:inline;
	text-decoration: underline;
}

.single .sub-content .item a:hover{
	text-decoration: none;
}

.sub-content .item figure{
	margin-right:30px;
}
.sub-content .item figure{
	margin-right:30px;
	width:400px;
}
.post-type-archive-modelhouse .sub-content .item figure{
	margin-right:30px;
	width:220px;
}


.sub-content .item figcaption {
    position: inherit;
    bottom: inherit;
    background: inherit;
    padding:0;
	max-width: 100%;
}

.sub-content .item figcaption div{
	color:#2699c3;
	letter-spacing:2px;
}

.sub-content .item figcaption .category a {
		font-size:14px;
		margin-bottom:5px;
	}
.sub-content .item figcaption .ttl {
    font-size:24px;
	margin-bottom:10px;
	font-weight: bold;
}
.sub-content .item figcaption .ttl a {
    font-size:24px;
	margin-bottom:10px;
	font-weight: bold;
}

.sub-content .item figcaption .date {
    font-size:12px;
	margin-bottom:25px;
	letter-spacing:0;
}

.sub-content .item figcaption .txt {
    font-size:16px;
}

.sub-content .item figcaption h2 {
    border-left:3px solid #2699c3;
	font-size:20px;
	padding:10px 0 10px 10px;
	background-color:#fff;
	margin-bottom:10px;
}

.sub-content .item figcaption ul {
    font-size:16px;
	padding: 20px;
    border: 1px solid #2699c3;
    background-color: #e7f4f8;
}
.wp-caption-text {
	text-align: center;
	color:#aaa;
	font-size:14px;
}
.right + .wp-caption-text {
	text-align: right!important;
}
.left + .wp-caption-text {
	text-align: left!important;
}


.sub-content .item figcaption .txt p{
	margin-bottom:20px;
}

.sub-content .sub > div{
	margin-bottom:70px;
}

.sub-content .sub > div:last-child{
	margin:0;
}

.sub-content .sub ul{
	text-align:center;
}
.sub-content .sub ul li{
	margin-bottom:5px;
}

.sub-content .sub .profile figure{
	margin-bottom:10px;
}

@media screen and (max-width: 768px) {
	
	.sub-content h3{
		margin-bottom: 40px;
	}
	
	.sub-content:last-child {
		margin-bottom: 60px;
	}
	.sub-content .item > a {
		width:100%;
	}
	.sub-content .item figure{
	width:100%;
}
	.sub-content .item figcaption{
	width:100%;
}
	.sub-content .item figcaption .category a {
		font-size:12px;
		margin-bottom:5px;
	}
	.sub-content .item figcaption .ttl {
		font-size:18px;
		margin-bottom:10px;
		font-weight: bold;
	}
	
	.sub-content .item figcaption .ttl a {
		font-size:18px;
		margin-bottom:10px;
		font-weight: bold;
	}
	
	.sub-content .item figcaption .date {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.post-type-archive-modelhouse .sub-content .item figure{
	margin-right:0;
	width:100%;
}
}

/*about*/

.about-main p.read{
	margin-bottom:25px;
	line-height: 1.5;
	letter-spacing: 2px;
}

.about-main figure{
	margin-bottom:25px;
}

.about-main a{
	text-decoration:underline;
	position:relative;
	padding-left: 20px;
	letter-spacing: 2px;
}

.about-main a::before{
	content:"";
	background-image:url(../img/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width:9px;
	height:13px;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
}

.about-info{
	margin-right:35px;
}

.about-info ul{
	margin-bottom:50px;
}

.about-info ul:last-child{
	margin-bottom:0;
}


.link-pdf{
	margin: 0 auto;
    max-width: 264px;
}

.link-pdf a{
    font-size: 14px;
    padding: 14px 0;
    display: block;
    text-align: center;
    background: #6badc2;
    color: white;
}

@media screen and (max-width: 768px) {
	
	.about-info ul{
		margin-bottom:20px;
	}
	
	.about-info ul:last-child {
		margin-bottom: 20px;
	}
	
	.map iframe{
		width:100%!important;
	}
}

/*モデルハウス情報*/

@media screen and (max-width: 768px) {
	
	.mh-info .company-menu {
		display: block;
		margin-bottom: 20px;
	}
	
	.mh-info .fl-block.d-t .date{
		padding-right:0!important;
		margin-right:0!important;
		border-right:none!important;
	}
	
	.mh-info .company-menu ul {
		display: block;
	}
	
	.mh-info .company-menu li {
		padding: 0;
		margin-bottom: 10px;
	}
	
	.mh-info .company-menu li a {
		width: 100%;
	}
	
	.house-block .house-info{
		margin-bottom:20px;
	}
	
	.mh-info .house-block .house-info dt {
		flex-basis: 50%;
	}
	
	.mh-info .house-block .link-block div {
		width: 100%;
	}
}

.mh-info h4{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.mh-info .fl-block.d-t{
	font-size:16px;
	padding:10px 0;
	margin-bottom:25px;
	border-top:1px dotted #2699c3;
	border-bottom:1px dotted #2699c3;
	justify-content: center;
	min-height: 40px;
}

.mh-info .fl-block.d-t .date{
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #2699c3;
}

.company-menu{
	display: flex;
	justify-content: center;
	margin-bottom:40px;
}

.company-menu ul{
	display: flex;
	justify-content: center;
}

.company-menu li{
	padding:0 5px;
}

.company-menu li a{
	font-size:12px;
	text-align:center;
	padding:10px 0;
	width:176px;
	background:white;
	display:block;
	border:1px solid #2699c3;
}

.mh-info .house-image{
	margin-bottom:15px;
}

.mh-info .house-image img{
	width:100%;
	height:auto;
}

.mh-info .house-block{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #2699c3;
	min-height: 80px;
}

.house-block .columns{
	display:flex;
	justify-content: flex-start;
}

.house-block .columns .column{
	flex-basis:32%;
	margin-right:1%;
}
@media screen and (max-width:768px) {
  .house-block .columns .column{
    margin-bottom:10px;
  }
}
.house-block .columns .column:nth-child(3){
	margin-right:0;
}

.house-block .columns .column figure{
	overflow:hidden;
}

.mh-info .house-ttl,.mh-info .house-txt,.mh-info h5{
	margin-bottom:10px;
}
.mh-info .point ul li{
	list-style: disc;
    margin-left: 25px;
}

.house-info dl{
	display:flex;
}

.house-info dt{
    flex: 0 0 auto;
    flex-basis: 90px;
}

.house-info dd{
	flex:0 0 auto;
	white-space: nowrap;
}

.mh-info .link-block div{
	width: 264px;
}

.mh-info .link-block div a{
	font-size: 14px;
    padding: 14px 0;
    display: block;
    text-align: center;
}

.mh-info .link-block .link-a{
	margin-bottom:10px;
}

.mh-info .link-block .link-a a{
    background:white;
    color: #6badc2;
	border:1px solid #2699c3;
}

.mh-info .link-block .link-b a{
    background: #6badc2;
    color: white;
}
.modelhouse-news img {
	margin-bottom:5px;
}
.modelhouse-news .date {
	font-size:80%;
}
.modelhouse-news .title {
	margin-bottom:5px;
	font-weight: bold;
}
/*お問い合わせ*/
.external-main .one-wrap p.read {
	text-align:center;
}
.external-main .one-wrap p.external-link {
	margin-top:40px;
	text-align: center;
}

/*お問い合わせ*/

.contact{
	margin-bottom:35px;
}

.contact dl{
	display:flex;
	align-items:center;
	border-bottom:1px dotted #2699c3;
	padding:25px 0 ;
}

.contact dl:first-child{
	border-top:1px dotted #2699c3;
}

.contact dl dt{
	width:220px;
	padding:0 20px;
	font-size:16px;
}

.contact dl dd{
	width:100%;
	padding-right:20px;
}

p.caution{
	font-size:14px;
}

.submit{
	max-width:264px;
	margin:0 auto;
}

input.wpcf7-confirm, input.wpcf7-submit {
    background-color:#6badc2;
    color: white;
	width:100%;
	height:57px;
}

textarea, input {
    font-size: 100%;
    padding: 5px;
    border: 1px solid #2699c3;
    background-color: white;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
}

@media screen and (max-width: 768px) {
	.contact dl{
		display:block;
		padding:25px 0 ;
	}
	
	.contact dl dt {
		width: auto;
		padding: 0;
		margin-bottom:5px;
	}
}


/*プライバシーポリシー*/

.privacy .block{
	margin-bottom:40px;
}

.privacy .block ol{
	margin:10px 0 10px 10px;
}

.privacy .block p{
	font-size:14px;
	font-weight:600;
}
/*タグ一覧ページ*/
.tag-info {
	font-size:18px;
	font-weight: bold;
	margin:-20px auto 60px ;
	text-align: center;
	max-width: 1080px;
}
.tag-info p {
	font-size:20px;
}
@media screen and (max-width:767px) {
	.tag-info {
		margin:0 auto 30px ;
	}
  .tag-info p {
	font-size:18px;
}
}
.tag-info p {
	display: inline;
	text-align: center;
}

@media all and (-ms-high-contrast: none){
  .sub-content .item figure img{
	max-width:302px;
}
	.sub-content .item {
		max-width:100%;
		
	}
	.sub-content .item figcaption {
		max-width:340px;
	}
	
	.sub-content .item figcaption .txt {
		max-width:340px;
	}
	.single .sub-content .item figcaption {
		max-width:700px;
	}
	.single .sub-content .item figcaption .txt {
		max-width:700px;
	}
	.sub-content .item figcaption .ttl {
		max-width:360px;
	}
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
/*メーカーごとのイベント一覧*/
.event-box {
  padding:15px;
  background-color:#fff;
  min-height: 120px;
}
.event-box h3 {
  min-height: 2em;
  font-size:16px;
}
.event-box .event-date {
  font-size:14px;
  font-weight: bold;
  margin-bottom:5px;
}
.modal-video-close-btn {
  right:0!important;
}

