@charset "UTF-8";

/*
Theme Name: nst-housing
*/
/* ----------------------------- リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

sup {
	font-size: 8px;
}

em {
	font-style: normal;
}

div:before,
div:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
	content: "";
	display: block;
}

div:after,
ul:after,
ol:after,
dl:after {
	clear: both;
}

div,
ul,
ol,
dl {
	zoom: 1;
}

ul#wp-admin-bar-root-default:after {
	clear: none;
}

body,
div,
header,
footer,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
i,
img,
svg {
	box-sizing: border-box;
}

/* ----------------------------- ページネーション */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	width: 78.1%;
	margin: 1vw auto;
}

.page-events .pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	width: 70.5%;
	margin: 0 auto;
}

.page-news .pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	width: 100%;
	margin: 1vw auto;
}

.pagination span,
.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	padding: 14px 18px;
	margin: 0 8px 8px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}

.pagination span.current,
.pagination a.current {
	background: #2f7ab2;
	border-color: #2f7ab2;
	color: #fff !important;
	border-radius: 4px;
}

.pagination a:link,
.pagination a:visited {
	color: #333;
}

.pagination a:hover {
	background: #2f7ab2;
	border-color: #2f7ab2;
	color: #fff;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

.pagination a.next,
.pagination a.prev {
	background: transparent;
	border-color: transparent;
	padding-right: 8px;
	padding-left: 8px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
	color: #333;
}


/* ----------------------------- 全体 */
body {
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	position: relative;
}

a:link,
a:visited {
	text-decoration: none;
}

/*a:hover, a:active { text-decoration: none; }*/
/*a, a img { -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; -ms-transition: 0.2s ease all; transition: 0.2s ease all; }*/

a,
a img {
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	transition: 0.2s ease all;
	transition: .2s ease-in-out;
}

a:hover,
a:active {
	text-decoration: none;
	opacity: .55;
	-ms-filter: "alpha(opacity=55)";
	filter: alpha(opacity=55);
	transition: all 0.2s ease;
}

a:hover img {
	opacity: 0.55;
	-ms-filter: "alpha(opacity=55)";
	filter: alpha(opacity=55);
}

a:hover img.op {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

.pc {
	display: block;
}

.sp {
	display: none;
}

img,
.bx-wrapper img {
	max-width: 100%;
	height: auto;
}

/* clearfix
----------------------------------*/
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

/* ----------------------------- SPメニュー */

/*　ハンバーガーボタン　*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 3;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

nav.globalMenuSp ul {
	/*background: #ccc;*/
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: solid 1px #63ade4;
	text-align: left;
	background: #fff;
	margin: 0;
}

nav.globalMenuSp ul li.home img {
	width: 50%;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background: #ddeeff;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration: none;
	font-size: 18px;
	padding: 4vw 5vw;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
}

section.page {
	display: block;
	width: 100%;
	margin: 20vw auto 4vw;
}

section.page .text404 {
	text-align: center;
	margin: 4vw auto;
}

section.page .text404 h3 {
	font-size: 20px;
	text-align: center;
}

section.page .text404 p {
	text-align: center;
	margin: 30px auto;
}

section.page .text404 p a {
	font-size: 15px;
}

/* ----------------------------- ヘッダー */


header {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 1% 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

header h1 {
	width: 32%;
	float: left;
	margin: .7% 0 0 2%;
}

header nav {
	width: 56%;
	margin: 0 auto;
	padding: 0;
	float: right;
	box-sizing: border-box;
}

header nav ul {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}

header nav ul li {
	width: auto;
	display: inline-block;
	float: left;
	margin: 10px 1.5%;
	padding: 1% 0;
}

header nav ul li a {
	color: #000;
	font-size: 1.05vw;
	font-weight: bold;
	padding: 0;
}

header nav ul li a:hover {
	color: #005ca1;
	opacity: 1;
}

/************** color-button1 ************************/
header nav ul li.button {
	width: 21%;
	display: inline-block;
	float: left;
	margin: .8% 0 1% 1.8%;
	border: solid 2px #005ca1;
	border-radius: 30px;
	padding: 0;
	background: #fff;
	position: relative;
}

header nav ul li.button:hover {
	width: 21%;
	display: inline-block;
	float: left;
	margin: .8% 0 1% 1.8%;
	border: solid 2px #005ca1;
	border-radius: 30px;
	padding: 0;
	/*background: #005ca1;*/
	position: relative;
	color: #fff;
}

header nav ul li.button a:hover {
	background: #005ca1;
	color: #fff;
	/*border: solid 2px #fff;*/
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
}

header nav ul li.button a {
	width: auto;
	height: 38px;
	display: inline-block;
	float: left;
	color: #005ca1;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 11px 16% 9px 11%;
	position: relative;
	max-width: 100%;
	font-size: .92vw;
}

header nav ul li a i {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 4.5%;
	top: 8px;
	border-radius: 100px;
	background: #005ca1;
}

header nav ul li a:hover i {
	background: #fff;
}

header nav ul li.button a svg {
	fill: #fff;
	width: 14px;
	height: 22px;
	display: block;
	position: absolute;
	left: 7px;
	top: 3px;
}

header nav ul li.button a:hover svg {
	fill: #005ca1;
}

/************** /color-button1 ************************/



/************** color-button2 ************************/

.next-link-block {
	width: 80%;
	display: inline-block;
	float: left;
	margin: 1% auto;
	/*
    border: solid 2px #000;*/
	border-radius: 30px;
	padding: 0;
	/*background: #fff;*/
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: -2vw;
}


.next-link.button {
	width: 100%;
	display: inline-block;
	float: left;
	margin: 0 auto;
	border: solid 2px #000;
	border-radius: 30px;
	padding: 0;
	background: #fff;
	position: relative;
}

.next-link..button:hover {
	width: 21%;
	display: inline-block;
	float: left;
	margin: .8% 0 1% 1.8%;
	border: solid 2px #000;
	border-radius: 30px;
	padding: 0;
	/*background: #005ca1;*/
	position: relative;
	color: #fff;
}

.next-link.button a:hover {
	background: #000;
	color: #fff;
	/*border: solid 2px #fff;*/
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.next-link.button a {
	width: auto;
	height: 38px;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 13px 16% 13px 11%;
	position: relative;
	max-width: 100%;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
}

.next-link a i {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 3%;
	top: 8px;
	border-radius: 100px;
	background: #000;
}

.next-link a:hover i {
	background: #fff;
}

.next-link.button a svg {
	fill: #fff;
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	left: 13px;
	top: 8px;
}

.next-link.button a:hover svg {
	fill: #000;
}

/************** /color-button2 ************************/

/************** color-button3 ************************/

.next-link-block.next-events {
	width: 28%;
	display: inline-block;
	float: none;
	margin: 1% auto;
	/*
    border: solid 2px #000;*/
	border-radius: 30px;
	padding: 0;
	/*background: #fff;*/
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: 1.5vw;
}

.next-link-block.next-events .next-link.button a {
	width: auto;
	height: 38px;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 16px 16% 16px 11%;
	position: relative;
	max-width: 100%;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
}

.next-link-block.next-events .next-link.button a:hover {
	color: #fff !important;
}


.next-link-block.next-events .next-link a i {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 2.5%;
	top: 10px;
	border-radius: 100px;
	background: #000;
}

.next-link-block.next-events .next-link a:hover i {
	background: #fff;
}

/************** /color-button3 ************************/

/************** color-button4 ************************/

.next-link-block.next-news {
	width: 20%;
	display: block;
	float: none;
	margin: 1% auto;
	/* border: solid 2px #000; */
	border-radius: 30px;
	padding: 0;
	/* background: #fff; */
	position: relative;
	left: auto;
	right: auto;
	bottom: 0;
}

.next-link-block.next-news .next-link a i {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 3.1%;
	top: 8px;
	border-radius: 100px;
	background: #000;
}

.next-link-block.next-news .next-link a:hover i {
	background: #fff;
}

/************** /color-button4 ************************/

/************** color-button5 page ************************/

.next-link-block.pg {
	width: 44%;
	display: block;
	float: left;
	margin: 1% auto;
	/* border: solid 2px #000; */
	border-radius: 30px;
	padding: 0;
	/* background: #fff; */
	position: relative;
	left: 3.7vw;
	right: auto;
	bottom: 0;
}

.next-link-block.pg a {
	width: auto;
	height: 30px;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 4% 16%; */
	border-radius: 30px;
	padding: 6px 16% 6px 11%;
	position: relative;
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.next-link-block.pg .next-link a i {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 4%;
	top: 6px;
	border-radius: 100px;
	background: #000;
}

.next-link-block.pg .next-link a:hover i {
	background: #fff;
}

.next-link-block.pg a svg {
	fill: #fff;
	width: 7px;
	height: 13px;
	display: block;
	position: absolute;
	left: 9px;
	top: 5px;
}

/************** /color-button5 page ************************/


/************** color-button6 page-builder ************************/
.buiider-main-top .next-link-block.pg a {
	width: auto;
	height: 30px;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 4% 16%; */
	border-radius: 30px;
	padding: 11px 16% 11px 11%;
	position: relative;
	max-width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.buiider-main-top .next-link-block.pg a:hover {
	color: #fff;
}

.buiider-main-top .next-link-block.pg .next-link a i {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 4%;
	top: 8px;
	border-radius: 100px;
	background: #000;
}

.buiider-main-top .next-link-block.pg .next-link a:hover i {
	background: #fff;
}

.buiider-main-top .next-link-block.pg a svg {
	fill: #fff;
	width: 9px;
	height: 20px;
	display: block;
	position: absolute;
	left: 11px;
	top: 4px;
}

.buiider-main-top .next-link-block.pg a:hover svg {
	fill: #000;
}

/************** color-button7 news-link ************************/
.news-link-url a {
	width: auto;
	height: 30px;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 4% 16%; */
	border-radius: 30px;
	padding: 11px 16% 11px 11%;
	position: relative;
	max-width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #000;
}

.news-link-url a:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}

.news-link-url a i {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 3%;
	top: 8px;
	border-radius: 100px;
	background: #000;
}

.news-link-url a:hover i {
	background: #fff;
}

.news-link-url a svg {
	fill: #fff;
	width: 9px;
	height: 20px;
	display: block;
	position: absolute;
	left: 11px;
	top: 4px;
}

.news-link-url a:hover svg {
	fill: #000;
}


/* ----------------------------- font */

.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

/* ----------------------------- kv */

.main-visual-block {
	width: 100%;
}

.contents {
	width: 100%;
	margin-top: 0;
	padding-bottom: 7vw;
	clear: both;
	overflow: hidden;
}

.home .contents {
	padding-bottom: 0;
}

/* ----------------------------- CHR */

.chr001 {
	position: absolute;
	right: 3vw;
	top: 26vw;
	width: 6.5vw;
	display: block;
	z-index: 3;
}

.chr002 {
	position: absolute;
	left: 3vw;
	top: 57vw;
	width: 6.1vw;
	display: block;
	z-index: 3;
}

.chr003 {
	position: absolute;
	left: 10vw;
	top: 4vw;
	width: 6vw;
	display: block;
	z-index: 3;
}

.chr004 {
	position: absolute;
	right: 8vw;
	top: 3vw;
	width: 6.5vw;
	display: block;
	z-index: 3;
}

.chr005 {
	position: absolute;
	right: 9vw;
	top: 18vw;
	width: 7vw;
	display: block;
	z-index: 3;
}

.chr006 {
	position: absolute;
	right: 5vw;
	top: 31vw;
	width: 8.6vw;
	display: block;
	z-index: 3;
}

.chr007 {
	position: absolute;
	left: 9vw;
	top: 29vw;
	width: 5.8vw;
	display: block;
	z-index: 3;
}

.chr008 {
	position: absolute;
	left: 4vw;
	top: 20vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr009 {
	position: absolute;
	right: 4vw;
	top: 20vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr010 {
	position: absolute;
	left: 4vw;
	top: 21vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr011 {
	position: absolute;
	left: 11vw;
	top: -3vw;
	width: 5.3vw;
	display: block;
	z-index: 3;
}

.chr012 {
	position: absolute;
	left: 4vw;
	top: 6vw;
	width: 6vw;
	display: block;
	z-index: 3;
}

.chr013 {
	position: absolute;
	right: 4.4vw;
	top: 22vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr014 {
	position: absolute;
	right: 15vw;
	top: 8vw;
	width: 5.1vw;
	display: block;
	z-index: 3;
}

.chr015 {
	position: absolute;
	right: 7vw;
	top: 15vw;
	width: 6vw;
	display: block;
	z-index: 3;
}

.chr016 {
	position: absolute;
	left: 2vw;
	top: -5vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr017 {
	position: absolute;
	right: 2vw;
	top: -4vw;
	width: 5vw;
	display: block;
	z-index: 3;
}

.chr018 {
	position: absolute;
	left: 7vw;
	bottom: -4vw;
	width: 4.9vw;
	display: block;
	z-index: 3;
}

.chr019 {
	position: absolute;
	left: 8vw;
	top: 24vw;
	width: 5.4vw;
	display: block;
	z-index: 3;
}

.chr020 {
	position: absolute;
	left: 4vw;
	top: 35vw;
	width: 6vw;
	display: block;
	z-index: 3;
}

.chr021 {
	position: absolute;
	right: 7vw;
	top: 28vw;
	width: 5.7vw;
	display: block;
	z-index: 3;
}

/*events-list*/
.chr022 {
	position: absolute;
	left: 6vw;
	top: 25vw;
	width: 5.2vw;
	display: block;
	z-index: 3;
}

.chr023 {
	position: absolute;
	left: 3vw;
	top: 38vw;
	width: 5.8vw;
	display: block;
	z-index: 3;
}

.chr024 {
	position: absolute;
	right: 4vw;
	top: 32vw;
	width: 5.4vw;
	display: block;
}

/* ----------------------------- トップ */

#container {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}


/* buiders */
h2.title {
	text-align: center;
	margin: 0 auto;
	font-size: 2vw;
	font-weight: bold;
	color: #000;
}

p.title-sub {
	text-align: center;
	margin: 16px auto 24px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

.home p.title-sub {
	text-align: center;
	margin: 15px auto 80px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

.archive p.title-sub,
.single p.title-sub {
	text-align: center;
	margin: 1vw auto 24px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

.page p.title-sub {
	text-align: center;
	margin: 6px auto 24px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

.page .top-builders p.title-sub {
	text-align: center;
	margin: 14px auto 24px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

.top-builders {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 7% 0 2%;
}

.top-builders-inner {
	width: 76%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.top-builders-inner ul {
	width: 100%;
	margin: 0 auto 3%;
	display: flex;
	justify-content: center;
}

.top-builders-inner ul li {
	width: 31.33%;
	float: left;
	border: solid 1px #2c88c7;
	border-radius: 1vw;
	position: relative;
	margin: 1% 1% 4% 1%;
}

.top-builders-inner ul li .top-builders-box {
	width: 100%;
	border: solid 1.5vw #ccecfb;
	border-radius: 1vw;
	background: #ccecfb;
}

.builders-exterior {
	width: 100%;
	position: relative;
	border-radius: 1vw;
	background: #ccecfb;
}

.builders-img {
	position: relative;
	border-top-left-radius: .5vw;
	border-top-right-radius: .5vw;
	width: 100%;
	display: block;
	background: #fff;
}

.builders-img img {
	margin-top: 5%;
	min-width: 100%;
}

.builders-logo {
	position: absolute;
	width: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 3;
	height: 6vw;
	padding-left: .6vw;
}

.builders-logo img {
	display: block;
	height: 6vw;
}

.builders-detail-btn {
	width: 80%;
	display: inline-block;
	float: left;
	margin: 1% auto;
	border: solid 2px #000;
	border-radius: 30px;
	padding: 0;
	background: #fff;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: -2vw;
}

.builders-detail-btn:hover {
	border: solid 2px #555;
}

.builders-detail-btn a {
	width: auto;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 4% 16% 4% 25%;
	position: relative;
	max-width: 100%;
	font-size: 1.3vw;
	font-weight: bold;
}

.builders-detail-btn a i {
	width: 10%;
	position: absolute;
	right: 3.4%;
	top: 17%;
}

.youtube-link {
	width: 100%;
	background: #337db4;
	border-bottom-left-radius: .5vw;
	border-bottom-right-radius: .5vw;
	margin-bottom: 1.5vw;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	transition: 0.2s ease all;
	transition: .2s ease-in-out;
}

.youtube-link.gr {
	background: #33ab64;
}

.youtube-link:hover {
	background: #3a8ec9;
}

.youtube-link.gr:hover {
	background: #3dbf78;
}

.youtube-link a {
	color: #fff;
	font-size: 1.4vw;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5% 4%;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}

.youtube-link a i {
	display: inline-block;
	width: 12%;
	margin-right: 3%;
}

.youtube-link a span {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.builders-town-bg-top {
	position: absolute;
	width: 100%;
	top: 22%;
	left: 0;
	z-index: 1;
}

.builders-town-bg-bottom {
	position: absolute;
	width: 100%;
	bottom: 13%;
	left: 0;
	z-index: 1;
}

/* events-campaign */
.home .events-campaign-block {
	width: 100%;
	padding: 5% 0;
}

.page .events-campaign-block {
	width: 100%;
	padding: 0;
}

.home .events-campaign {
	width: 100%;
	background: url(images/common/line_ptn1.gif);
	background-size: 12px;
	margin: 66px 0 0;
	padding: 0 0 3% 0;
	position: relative;
}

.page .events-campaign {
	width: 100%;
	background: none;
	background-size: 12px;
	margin: 0;
	padding: 0 0 2% 0;
	position: relative;
}

.page-events .events-campaign {
	width: 100%;
	height: auto;
	position: relative;
	min-height: 50vw;
}

.events-campaign-inner {
	width: 80%;
	margin: 2vw auto;
	position: relative;
}

.page-events .events-campaign-inner {
	width: 72%;
	margin: 2vw auto;
	position: relative;
}

.chr-04 {
	position: absolute;
	top: -8vw;
	left: 0;
	width: 100%;
	z-index: 3;
}

.event-contents {
	width: 100%;
	height: auto;
	/*border: solid 5px red;*/
}

.event-contents .event-img {
	width: 100%;
	height: 14.5vw;
	position: relative;
	display: block;
	max-height: 100%;
	overflow: hidden;
}

.event-contents .event-img img {
	width: 102%;
	height: auto;
	position: relative;
	/*top: 0%;
    bottom: 0%;
    left: -50%;
    right: -50%;
    bottom: 0; */
	margin: auto;
	object-fit: contain;
	max-width: inherit;
}


.event-contents .event-text {
	width: 100%;
	min-height: 12vw;
	max-height: 14vw;
	display: block;
	padding: 1.4vw;
	background: #fff;
}

.e-box1 .event-contents .event-date,
.e-box5 .event-contents .event-date,
.e-box9 .event-contents .event-date,
.e-box13 .event-contents .event-date {
	font-size: .9vw;
	font-weight: bold;
	color: #005ca1;
}

.e-box2 .event-contents .event-date,
.e-box6 .event-contents .event-date,
.e-box7 .event-contents .event-date,
.e-box13 .event-contents .event-date {
	font-size: .9vw;
	font-weight: bold;
	color: #33ab64;
}

.e-box3 .event-contents .event-date,
.e-box4 .event-contents .event-date,
.e-box8 .event-contents .event-date,
.e-box12 .event-contents .event-date {
	font-size: .9vw;
	font-weight: bold;
	color: #e85d3c;
}


.home .e-box1 .event-contents .event-date,
.home .e-box4 .event-contents .event-date,
.home .e-box7 .event-contents .event-date,
.home .e-box10 .event-contents .event-date {
	font-size: 1vw;
	font-weight: bold;
	color: #005ca1;
}

.home .e-box2 .event-contents .event-date,
.home .e-box5 .event-contents .event-date,
.home .e-box8 .event-contents .event-date,
.home .e-box11 .event-contents .event-date {
	font-size: 1vw;
	font-weight: bold;
	color: #33ab64;
}

.home .e-box3 .event-contents .event-date,
.home .e-box5 .event-contents .event-date,
.home .e-box9 .event-contents .event-date,
.home .e-box12 .event-contents .event-date {
	font-size: 1vw;
	font-weight: bold;
	color: #e85d3c;
}



.event-body {
	color: #000;
	font-weight: bold;
	font-size: .9vw;
}

.home .event-body {
	color: #000;
	font-weight: bold;
	font-size: .9vw;
	line-height: 1.6;
}

.page-events .event-body {
	color: #000;
	font-weight: bold;
	font-size: .92vw;
	margin: 5px 0;
	line-height: 1.5;
}

.event-body p {
	color: #000;
	font-weight: bold;
}

.event-contents h3.event-title {
	font-size: 1.1vw;
	color: #000;
	margin: .2vw 0;
	/*
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;*/
	width: 100%;
	height: 3.8vw;
	overflow: hidden;
	padding: .1vw 0;
	line-height: 1.6;
}

.page-events h3.event-title {
	margin: .8vw 0 0;
}


.archive-events-box.e-box1,
.archive-events-box.e-box5,
.archive-events-box.e-box9,
.archive-events-box.e-box13 {
	width: 31.33%;
	float: left;
	border: solid 1vw #99d9f6;
	margin: 1%;
	border-radius: .8vw;
}

.archive-events-box.e-box2,
.archive-events-box.e-box6,
.archive-events-box.e-box7,
.archive-events-box.e-box11 {
	width: 31.33%;
	float: left;
	border: solid 1vw #99d5b1;
	margin: 1%;
	border-radius: .8vw;
}

.archive-events-box.e-box3,
.archive-events-box.e-box4,
.archive-events-box.e-box8,
.archive-events-box.e-box12 {
	width: 31.33%;
	float: left;
	border: solid 1vw #f5af9e;
	margin: 1%;
	border-radius: .8vw;
}

.home .archive-events-box.e-box1,
.home .archive-events-box.e-box4,
.home .archive-events-box.e-box7,
.home .archive-events-box.e-box10 {
	width: 100%;
	/**/
	float: left;
	border: solid 1vw #99d9f6;
	margin: 1%;
	border-radius: .8vw;
}

.home .archive-events-box.e-box2,
.home .archive-events-box.e-box5,
.home .archive-events-box.e-box8,
.home .archive-events-box.e-box11 {
	width: 100%;
	/**/
	float: left;
	border: solid 1vw #99d5b1;
	margin: 1%;
	border-radius: .8vw;
}

.home .archive-events-box.e-box3,
.home .archive-events-box.e-box6,
.home .archive-events-box.e-box9,
.home .archive-events-box.e-box12 {
	width: 100%;
	/**/
	float: left;
	border: solid 1vw #f5af9e;
	margin: 1%;
	border-radius: .8vw;
}


.archive-events-box a {
	width: 100%;
	height: 100%;
	display: block;
}


.event-contents p.event-body {
	font-size: 1vw;
	font-weight: bold;
	color: #000;
}

.events-campaign .news-link-btn-block {
	width: 28%;
	margin: 0 auto 3vw;
}

.events-campaign .news-link-btn a {
	width: auto;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 4% 16%; */
	border-radius: 30px;
	padding: 3% 10% 3% 9%;
	position: relative;
	max-width: 100%;
	font-size: 1.3vw;
	font-weight: bold;
}

.events-campaign .news-link-btn a i {
	width: 7%;
	position: absolute;
	right: 3%;
	top: 19%;
}

/* お知らせ */
.news-link-btn-block {
	width: 18%;
	margin: 1vw auto;
}

.news-link-btn {
	width: 100%;
	display: inline-block;
	margin: 1% auto;
	border: solid 2px #000;
	border-radius: 30px;
	padding: 0;
	background: #fff;
	position: relative;
}

.news-link-btn:hover {
	border: solid 2px #555;
}

.news-link-btn a {
	width: auto;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 4% 16% 4% 25%;
	position: relative;
	max-width: 100%;
	font-size: 1.3vw;
	font-weight: bold;
}

.news-link-btn a i {
	width: 10.5%;
	position: absolute;
	right: 3.8%;
	top: 18.5%;
}

.top-news {
	width: 100%;
	margin: 3vw 0 5vw;
	position: relative;
}

.top-news-inner {
	width: 60vw;
	margin: 3vw auto;
}

.top-news ul li {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #aaa;
	position: relative;
}

.top-news ul li:nth-child(1),
.top-news ul li:nth-child(3),
.top-news ul li:nth-child(5),
.top-news ul li:nth-child(7),
.top-news ul li:nth-child(9),
.top-news ul li:nth-child(12) {
	background: #edf3f8;
}

.top-news ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1.2vw 1vw;
}

.top-news .news-date {
	display: inline-block;
	width: 9%;
	margin: 0 1%;
}

.top-news .news-date span {
	font-size: 1.1vw;
	font-weight: bold;
	color: #000;
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}

.top-news .news-cat {
	display: inline-block;
	/*padding: .2vw .5vw;*/
	width: 13%;
	margin: 0 2%;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
}

.top-news .news-cat span {
	font-size: .8vw;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

/*
.top-news .bl .news-cat {
	background: #2f7ab2;
}
.top-news .gr .news-cat {
	background: #33ab64;
}
.top-news .rd .news-cat {
	background: #e85d3c;
}*/

.top-news ul li .news-cat span.ishikawa,
.top-news ul li .news-cat span.misawahome,
.top-news ul li .news-cat span.ichijokoumuten,
.top-news ul li .news-cat span.mitsuihome,
.top-news ul li .news-cat span.hinokiya,
.top-news ul li .news-cat span.sekisuihouse {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.2vw 0.5vw;
	border-radius: 5px;
	background: #005ca1;
}

.top-news ul li .news-cat span.cat-campaign,
.top-news ul li .news-cat span.cat-etc,
.top-news ul li .news-cat span.cat-event {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.2vw 0.5vw;
	border-radius: 5px;
	background: #33ab64;
}


.top-news ul li i.ishikawa,
.top-news ul li i.misawahome,
.top-news ul li i.ichijokoumuten,
.top-news ul li i.mitsuihome,
.top-news ul li i.hinokiya,
.top-news ul li i.sekisuihouse {
	background: #005ca1;
}

.top-news ul li i.cat-campaign,
.top-news ul li i.cat-etc,
.top-news ul li i.cat-event {

	background: #33ab64;
}


.news-detail-head span.ishikawa,
.news-detail-head span.misawahome,
.news-detail-head span.ichijokoumuten,
.news-detail-head span.mitsuihome,
.news-detail-head span.hinokiya,
.news-detail-head span.sekisuihouse {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*padding: 0.2vw 0.5vw;*/
	padding: .3vw .8vw;
	border-radius: 5px;
	background: #005ca1;
}

.news-detail-head span.cat-campaign,
.news-detail-head span.cat-etc,
.news-detail-head span.cat-event {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*padding: 0.2vw 0.5vw;*/
	padding: .3vw .8vw;
	border-radius: 5px;
	background: #33ab64;
}


.news-link-url p.ishikawa,
.news-link-url p.misawahome,
.news-link-url p.ichijokoumuten,
.news-link-url p.mitsuihome,
.news-link-url p.hinokiya,
.news-link-url p.sekisuihouse {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*padding: 0.2vw 0.5vw;*/
	padding: .3vw .8vw;
	border-radius: 5px;
	background: #005ca1;
	margin-bottom: 30px;
}

.news-link-url p.cat-campaign,
.news-link-url p.cat-etc,
.news-link-url p.cat-event {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*padding: 0.2vw 0.5vw;*/
	padding: .3vw .8vw;
	border-radius: 5px;
	background: #33ab64;
	margin-bottom: 30px;
}


/*
.home .top-news ul li:nth-child(1) i {
	background: #005ca1;
}
.home .top-news ul li:nth-child(2) i {
	background: #33ab64;
}
.home .top-news ul li:nth-child(3) i {
	background: #e85d3c;
}
*/

/*
.top-news ul li:nth-child(2) .news-cat {
	background: #33ab64;
}
.top-news ul li:nth-child(3) .news-cat {
	background: #e85d3c;
}
.top-news ul li:nth-child(4) .news-cat {
	background: #005ca1;
}
.top-news ul li:nth-child(5) .news-cat {
	background: #33ab64;
}
.top-news ul li:nth-child(6) .news-cat {
	background: #e85d3c;
}
.top-news ul li:nth-child(7) .news-cat {
	background: #005ca1;
}
.top-news ul li:nth-child(8) .news-cat {
	background: #33ab64;
}
.top-news ul li:nth-child(9) .news-cat {
	background: #e85d3c;
}

.top-news ul li:nth-child(10) .news-cat {
	background: #005ca1;
}
.top-news ul li:nth-child(11) .news-cat {
	background: #33ab64;
}
.top-news ul li:nth-child(12) .news-cat {
	background: #e85d3c;
}*/

.top-news .news-title {
	display: inline-block;
	width: 66%;
}

.top-news .news-title span {
	font-size: 1.1vw;
	font-weight: bold;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.top-news ul li i {
	width: 2vw;
	height: 2vw;
	display: inline-block;
	/*float: right;*/
	padding: .2vw;
	position: relative;
	vertical-align: middle;
	margin-right: .2vw;
}

.top-news ul li i img {
	width: 1.1vw;
	height: 1.1vw;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 22%;
	left: -50%;
	right: -58%;
}

.top-news ul li.bl i {
	border-radius: 100px;
	margin-left: 5px;
}

.top-news ul li.gr i {
	border-radius: 100px;
}

.top-news ul li.rd i {
	border-radius: 100px;
}


/*
.home .top-news ul li:nth-child(1) i {
	background: #005ca1;
}
.home .top-news ul li:nth-child(2) i {
	background: #33ab64;
}
.home .top-news ul li:nth-child(3) i {
	background: #e85d3c;
}
.page-news .top-news ul li:nth-child(1) i {
	background: #005ca1;
}
.page-news .top-news ul li:nth-child(2) i {
	background: #33ab64;
}
.page-news .top-news ul li:nth-child(3) i {
	background: #e85d3c;
}
.page-news .top-news ul li:nth-child(4) i {
	background: #005ca1;
}
.page-news .top-news ul li:nth-child(5) i {
	background: #33ab64;
}
.page-news .top-news ul li:nth-child(6) i {
	background: #e85d3c;
}
.page-news .top-news ul li:nth-child(7) i {
	background: #005ca1;
}
.page-news .top-news ul li:nth-child(8) i {
	background: #33ab64;
}
.page-news .top-news ul li:nth-child(9) i {
	background: #e85d3c;
}
.page-news .top-news ul li:nth-child(10) i {
	background: #005ca1;
}
.page-news .top-news ul li:nth-child(11) i {
	background: #33ab64;
}
.page-news .top-news ul li:nth-child(12) i {
	background: #e85d3c;
}*/


/* Map */
.area-map-block {
	margin: 2vw auto 0;
	position: relative;
	z-index: 1;
}

.area-map-inner {
	width: 65%;
	margin: 3vw auto 0;
	padding: 7vw 0 3vw;
	position: relative;
	z-index: 3;
}

.area-map-img {
	width: 100%;
	margin: 0 auto;
}

.town-bg-sk {
	position: absolute;
	width: 100%;
	top: 5vw;
	left: 0;
	z-index: -1;
}

h3.titleStyle1 {
	width: 34vw;
	margin: 2vw auto 1vw;
	padding: 14px 0 14px;
	text-align: center;
	border-bottom: 2px solid #00963d;
	border-radius: 6px;
	background: #00963d;
	position: relative;
	z-index: 1;
	display: table;
	color: #fff;
	font-size: 23px;
}

h3.titleStyle1:before,
.titleStyle5:after {
	content: "";
	height: 0;
	width: 0;
	border: solid transparent;
	border-width: 12px;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 0;
}

h3.titleStyle1:before {
	border-top-color: #00963d;
	margin-left: -12px;
}

h3.titleStyle1:after {
	border-top-color: #00963d;
	margin: -3px 0 0 -12px;
}

.text-box {
	width: 64vw;
	margin: -2vw auto 3vw;
	background: #edf3f8;
	border-radius: 15px;
	text-align: center;
	padding: 1.6vw 0 .8vw;
}

.text-box .text1 {
	font-size: 1.4vw;
	font-weight: bold;
	margin: 17px auto;
	line-height: 1;
	background: linear-gradient(transparent 60%, #ff6 60%);
	display: table;
	clear: both;
}

.text-box .text2 {
	font-size: 1.1vw;
	font-weight: bold;
	margin: 1.8vw auto 2vw;
	line-height: 1.7;
	display: block;
}

/* Good! */

.good-block h2.title i {
	display: inline-block;
	width: 2%;
	vertical-align: bottom;
}

.good-block {
	width: 100%;
	padding: 5% 0 2%;
}

.good {
	width: 100%;
	background: url(images/common/line_ptn1.gif);
	background-size: 12px;
	margin: 66px 0;
	position: relative;
}

.good-inner {
	width: 100%;
	margin: 0 auto;
	padding: 2vw 0;
}

.good-inner ul li {
	width: 100%;
	margin: 0 auto;
	padding: 2vw 12vw;
	position: relative;
}

.good-inner ul li.even {
	width: 100%;
	margin: 0 auto;
	padding: 2vw 12vw;
	background: #fff;
}

.chr-04 {
	position: absolute;
	top: -8vw;
	left: 0;
	width: 100%;
	z-index: 3;
}

.odd .good-contents {
	width: 100%;
	background: #fff;
	margin: 2vw auto;
	border-radius: 12px;
}

.odd .good-contents-left {
	width: 39%;
	float: left;
	border-radius: 12px;
}

.odd .good-contents-left img {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.odd .good-contents-right {
	width: 61%;
	float: right;
	padding: 3.3vw 4vw;
	text-align: left;
	background: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	border-radius: 12px;
}

.even .good-contents {
	width: 100%;
	background: #ebf2f8;
	margin: 2vw auto;
	border-radius: 12px;
}

.even .good-contents-left {
	width: 39%;
	float: left;
	border-radius: 12px;
}

.even .good-contents-left img {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.even .good-contents-right {
	width: 61%;
	float: right;
	padding: 3.5vw 4vw;
	text-align: left;
	background: #ebf2f8;
	font-size: 1.2vw;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	border-radius: 12px;
}

.good-inner h3.bl {
	width: 50%;
	margin: 1vw auto;
	font-size: 1.4vw;
	color: #fff;
	font-weight: bold;
	background: #2f7ab2;
	padding: .6vw 0;
	text-align: center;
	border-radius: 6px;
	display: block;
}

.good-inner h3.gr {
	width: 50%;
	margin: 1vw auto;
	font-size: 1.4vw;
	color: #fff;
	font-weight: bold;
	background: #33ab64;
	padding: .6vw 0;
	text-align: center;
	border-radius: 6px;
	display: block;
}

.good-inner h3.rd {
	width: 50%;
	margin: 1vw auto;
	font-size: 1.4vw;
	color: #fff;
	font-weight: bold;
	background: #e85d3c;
	padding: .6vw 0;
	text-align: center;
	border-radius: 6px;
	display: block;
}

/* access */
.access {
	margin: 4vw 0 0;
	width: 100%;
	position: relative;
}

.access-inner {
	width: 73vw;
	margin: 3vw auto 0;
	background: #ebf2f8;
	padding: 3vw;
	border-radius: 14px;
}

.accsess-map {
	width: 60%;
	float: left;
}

.accsess-text {
	width: 40%;
	float: right;
	padding: 0 3vw;
}

.accsess-text h4 {
	color: #fff;
	padding: .5vw 1vw;
	font-size: 1.1vw;
	font-weight: bold;
	border-radius: 6px;
}

.accsess-text h4.bl {
	background: #2f7ab2;
}

.accsess-text h4.gr {
	background: #33ab64;
}

.accsess-text h4.rd {
	background: #e85d3c;
}

.accsess-text p {
	font-size: 1.05vw;
	font-weight: bold;
	color: #000;
	margin: .6vw 1vw 2vw;
}

.accsess-text p span {
	font-size: .9vw;
	font-weight: bold;
	color: #000;
	margin: .3vw 0;
	display: inline-block;
}

.accsess-map-inner {
	width: 100%;
	height: 30vw;
}

.accsess-map-inner iframe {
	width: 100%;
	height: 100%;
}

.accsess-time-list {
	font-weight: bold;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.02vw;
	margin: 0.6vw 0.5vw 0;
}

.accsess-time-list+p {
	margin-top: 0;
}

.accsess-time-list dt {
	width: 8.44em;
}

.accsess-time-list dd {
	width: calc(100% - 8.44em);
}

/* builders-list */
.builders-list {
	width: 100%;
}

.builders-list ul {
	width: 71%;
	margin: 3vw auto 4vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.builders-list ul li {
	display: block;
	float: left;
	height: 8.2vw;
	margin: 0 1%;
}

.builders-list ul li img {
	width: auto;
	display: block;
	height: 8.2vw;
}

/* ----------------------------- パーツ */

.town-bg-col1 {
	width: 100%;
	margin: 2vw auto 5vw;
}

.breadcrumb {
	width: auto;
	margin: 0;
	display: block;
	position: absolute;
	top: 9vw;
	left: 2vw;
	z-index: 2;
}

.breadcrumb ul li {
	float: left;
}

.breadcrumb ul li a {
	float: left;
	font-weight: bold;
	font-size: 1vw;
	color: #005ca1;
}

.breadcrumb ul li.active {
	font-weight: bold;
	font-size: 1vw;
}

.breadcrumb ul li.line {
	border-bottom: solid 1px #000;
	display: inline-block;
	width: 1vw;
	height: 2px;
	vertical-align: middle;
	margin: 10px 1vw;
}

#archive .breadcrumb ul li.line {
	border-bottom: solid 1px #000;
	display: inline-block;
	width: 1vw;
	height: 2px;
	vertical-align: middle;
	margin: 10px 1vw;
}

.pagetop {
	right: 30px;
	display: none !important;
}

.news-link-url {
	width: 40%;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 60px;
}

/*
.news-link-url p {
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}
.news-link-url p a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 5px 0;
}*/

/* ----------------------------- builders */
.buiider-main-block {
	width: 100%;
	position: relative;
}

.buiider-main-block-inner {
	width: 100%;
	padding: 15vw 0 10vw;
	position: relative;
}

.buiider-main-top {
	width: 82%;
	margin: 0 auto;
}

.buiider-main-bottom {
	width: 72%;
	margin: 4vw auto;
}

.misawahome .buiider-main-bottom {
	width: 60%;
	margin: 4vw auto;
}

.bulders-top-bg {
	width: 70%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

h2.read-left {
	width: 15%;
	float: left;
	padding: 0 2vw 0 1vw;
	font-size: 1.3vw;
	font-weight: bold;
	border-right: solid 1px #000;
	position: relative;
}

.misawahome h2.read-left {
	width: 24%;
	float: left;
	padding: 0 1vw 0 4vw;
	font-size: 1.3vw;
	font-weight: bold;
	border-right: solid 1px #000;
	position: relative;
}

.misawahome h2.read-left span {
	padding: 0 3vw 0 1vw;
}

h2.read-left span {
	position: absolute;
	width: 100%;
	height: 1.5vw;
	left: 2vw;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-id-36 h2.read-left span {
	left: 0;
}

.page-id-28 h2.read-left {
	width: 25%;
}

.page-id-28 h2.read-left span {
	left: 0;
}

p.read-right {
	width: 85%;
	float: right;
	padding: 0 3vw;
	font-size: 1vw;
	font-weight: bold;
	line-height: 2;
}

.misawahome p.read-right {
	width: 70%;
	float: right;
	padding: 0 1vw 0 3vw;
	font-size: 1vw;
	font-weight: bold;
	line-height: 2;
}

.text-block-height {
	display: flex;
}

.builder-main-img {
	width: 56%;
	float: left;
	padding-left: 1vw;
	border-radius: 10px;
}

.builder-main-img img {
	border-radius: 10px;
}

.builder-main-logo {
	width: 44%;
	float: right;
	padding: 2vw;
}

.link-btn-block {
	width: 44%;
	margin: 0 0 0 3.6vw;
}

.link-btn {
	width: 100%;
	display: inline-block;
	margin: 1% auto;
	border: solid 2px #000;
	border-radius: 30px;
	padding: 0;
	background: #fff;
	position: relative;
}

.link-btn:hover {
	border: solid 2px #555;
}

.link-btn a {
	width: auto;
	display: inline-block;
	float: left;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 4% 16%;*/
	border-radius: 30px;
	padding: 3.5% 12% 3.5% 20%;
	position: relative;
	max-width: 100%;
	font-size: .95vw;
	font-weight: bold;
}

.link-btn a i {
	width: 10.5%;
	position: absolute;
	right: 3.8%;
	top: 17%;
}

.logo-block {
	display: block;
	width: 90%;
	padding: 0 2vw;
}

/* youtube */
.youtube-block {
	width: 100%;
	position: relative;
	margin-bottom: 5vw;
}

.youtube-block-inner {
	width: 70%;
	margin: 0 auto;
	border: solid 2px #005ca1;
	border-radius: 16px;
	position: relative;
	z-index: 3;
}

.youtube-left-block {
	width: 57%;
	float: left;
	z-index: 2;
}

.youtube-left-block iframe {
	min-height: 23vw;
	max-height: 30vw;
	min-width: 100%;
	display: block;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	max-width: 100%;
}

.floor-space {
	width: 43%;
	float: right;
	padding: 3vw 3vw;
	z-index: 2;
	position: relative;
	box-sizing: border-box;
}

.floor-space.height-space {
	width: 43%;
	float: right;
	padding: 2.5vw 3vw;
	z-index: 2;
	position: relative;
	box-sizing: border-box;
}

.floor-space h3 {
	font-size: 1.4vw;
	font-weight: bold;
	color: #000;
	margin: 0 0 2vw;
}

.floor-space.height-space h3 {
	font-size: 1.4vw;
	font-weight: bold;
	color: #000;
	margin: 0 0 1vw;
}

.floor-space p {
	font-size: 1vw;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 1.2vw;
	margin-bottom: 3px;
}

.floor-space.height-space p {
	font-size: 1vw;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 1.1vw 1.2vw;
	margin-bottom: 3px;
}

.floor-space.height-space p small {
	font-size: .8vw;
}

.floor-space.height-space.column p {
	font-size: 1vw;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 1.03vw 1.2vw;
	margin-bottom: 3px;
}

.youtube-block .town-bg-sk {
	display: block;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.youtube-block-inner-clone {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 16px;
	background: url(images/common/line_ptn1.png);
	background-size: 12px;
	position: absolute;
	top: 1.2vw;
	left: 1.2vw;
	z-index: -1;
}


span.renewal-text {
	display: block;
	width: 46%;
	position: absolute;
	top: 1vw;
	right: 1vw;
	z-index: 4;
	border: solid 1px #000;
}


/* ----------------------------- お知らせ */

#archive .breadcrumb {
	width: auto;
	margin: 0;
	display: block;
	position: absolute;
	top: 22vw;
	left: 2vw;
	z-index: 2;
}

.page-head {
	width: 100%;
	height: 16vw;
	position: relative;
	margin: 9vw auto 0;
}

.page-head span.page-town-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.page-head h2.title {
	text-align: center;
	margin: 0 auto;
	padding: 3vw 0 0 0;
	font-size: 1.9vw;
	font-weight: bold;
	color: #000;
}

.page-head h2 {
	text-align: center;
	margin: 15px auto 24px;
	font-size: 1.4vw;
	font-weight: bold;
	color: #005ca1;
	letter-spacing: .1rem;
}

#archive .town-bg-sk {
	position: absolute;
	width: 100%;
	top: 15vw;
	left: 0;
	z-index: -1;
}

#archive.page-events .town-bg-sk {
	position: absolute;
	width: 100%;
	top: 41vw;
	left: 0;
	z-index: -1;
}

.single #archive.page-events .town-bg-sk {
	position: absolute;
	width: 100%;
	top: 14vw;
	left: 0;
	z-index: -1;
}

.news-detail-block {
	width: 100%;
	padding: 3vw;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	background-color: rgba(255, 255, 255, 0.5);
}

.news-detail-head {
	width: 100%;
	padding: 2px 0 15px;
}

.news-detail-head h3 {
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.news-detail-head p.news-detail-cat {
	float: left;
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	width: 16%;
	/*background: #005ca1;*/
	/*padding: .1vw .8vw;*/
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 15px 10px 0;
}

.news-detail-head p.news-detail-date {
	float: left;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 2px 0 0 0;
	line-height: 1.8;
}

.news-detail-head span {
	display: inline-block;
	vertical-align: middle;
}

.news-detail-body img {
	margin-bottom: 12px;
	min-width: 100%;
	max-width: 100%;
}

.news-detail-body p {
	margin-bottom: 12px;
	font-size: .95vw;
	font-weight: bold;
	padding: 2px 0 12px;
	line-height: 1.9;
}

/* ----------------------------- イベント・キャンペーン情報 */

.page-events .pager-block {
	width: 78%;
	margin: 0 auto 3vw;
}

.page-news .pager-block {
	width: 60vw;
	margin: 0 auto 3vw;
}

.pager-block span {
	width: 40px;
	display: block;
	text-align: center;
}

.pager-block span a {
	width: 100%;
	height: 100%;
	display: block;
	background: #2f7ab2;
	padding: 10px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 4px;
}

.page-events .news-detail-block {
	width: 100%;
	padding: 3vw;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	background-color: rgba(255, 255, 255, 0.4);
}

.page-events .news-detail-head {
	width: 100%;
	padding: 2px 0 5px;
}

.page-events .news-detail-head h3 {
	float: left;
	font-size: 1.6vw;
	font-weight: bold;
	color: #000;
	width: 100%;
	display: block;
	vertical-align: middle;
	margin: 12px 0 20px;
}

.page-events .news-detail-head p.news-detail-cat {
	float: left;
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	width: 16%;
	background: #005ca1;
	padding: .1vw .8vw;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 15px 0 0;
}

.page-events .news-detail-head p.news-detail-date {
	float: left;
	font-size: 1.3vw;
	font-weight: bold;
	color: #005ca1;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
	margin: 5px 0 6px;
}

.page-events .news-detail-block p {
	font-size: 1vw;
	font-weight: bold;
	line-height: 1.8;
	margin: 12px 0 10px;
}

.page-events .news-detail-block p.update {
	font-size: 1vw;
	font-weight: bold;
	color: #005ca1;
	width: auto;
	float: right;
	padding: 1vw;
	margin: 2vw 0 0 0;
}



/* ----------------------------- ページャー */

#archive ul li#btnListTop a {
	width: 8vw;
	height: auto;
	padding: 10px 0;
	border: 1px solid #005ca1;
	text-align: center;
	background-color: #005ca1;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 auto;
	box-sizing: border-box;
}

#archive ul li#btnPrev a {
	border: 1px solid #005ca1;
	text-align: center;
	background-color: #fff;
	color: #005ca1;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
	font-weight: bold;
}

#archive ul li#btnNext a {
	border: 1px solid #005ca1;
	text-align: center;
	background-color: #fff;
	color: #005ca1;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
	font-weight: bold;
}

.pager {
	width: 100%;
	height: auto;
	margin: 2vw auto 0;
}

.pager ul li {
	width: 9vw;
	height: auto;
	padding: .3vw 0;
	font-size: .9vw;
	text-align: center;
	position: relative;
	border-radius: .3vw;
	border-bottom: none;
}

.pager ul li a {
	color: #555;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}

#archive ul li#btnPrev,
#archive ul li#btnNext {
	width: 90px;
	margin: 0 7px;
}

.pager ul {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	display: table;
}

#archive ul li {
	/*width: 100%;*/
	height: auto;
	padding: 0;
	display: inline-block;
}

.single-news ul li#btnListTop {
	width: 8vw;
	margin: 0 auto;
}

#entrybody {
	margin: 1vw auto 1.2vw;
	min-height: 10vw;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.9;
}

#entrybody p {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;
}

#entrybody img {
	margin: 0 0 12px 0;
	display: block;
}

#entrybody img {
	margin: 10px 0;
}

/* ----------------------------- フッター */

footer {
	background: #ebf2f8;
	border-bottom: solid .5vw #2f7ab2;
}

.footer-block {
	width: 46%;
	margin: 0 auto;
	padding: 3% 5% 2%;
	box-sizing: border-box;
}

.footer_block .address {
	float: left;
	width: 20%;
}

.footer-info {
	width: 100%;
	padding-bottom: 1vw;
	border-bottom: solid 2px #2f7ab2;
}

.footer-logo {
	width: 32%;
	float: left;
}

.footer-operation {
	width: 61%;
	float: right;
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 1.6;
}

.site-map {
	width: 100%;
}

footer ul {
	margin: .9vw 0;
}

footer ul li {
	display: block;
	float: left;
	margin: 0 2.4%;
}

footer ul li a {
	font-size: .92vw;
	font-weight: bold;
	color: #2f7ab2;
	white-space: nowrap;
}

footer ul li:first-child {
	margin: 0 .9% 0 0;
}

footer ul li:last-child {
	margin: 0 0 0 .9%;
}

@media screen and (min-width: 1101px) {

	.logo-block.sp {
		display: none;
	}
}

@media screen and (max-width: 1200px) {

	.area-map-inner {
		width: 64%;
		margin: 3vw auto 0;
		padding: 6vw 0 3vw;
		position: relative;
		z-index: 3;
	}

	.area-map-img {
		width: 90%;
		margin: 0 auto;
	}
}


@media screen and (min-width: 1101px) and (max-width: 1480px) {

	header h1 {
		width: 32%;
		float: left;
		margin: 18px 0 0 2%;
	}

	header nav ul li {
		width: auto;
		display: inline-block;
		float: left;
		margin: 8px 1.5%;
		padding: 1% 0;
	}

	header nav ul li.button a {
		width: auto;
		height: 38px;
		display: inline-block;
		float: left;
		color: #005ca1;
		display: block;
		width: 100%;
		height: 100%;
		/* margin: 4% 16%; */
		border-radius: 30px;
		padding: 7px 16% 6px 6%;
		position: relative;
		max-width: 100%;
		font-size: .95vw;
	}


	header nav ul li.button a:hover {
		background: #005ca1;
		color: #fff;
		/*border: solid 2px #fff;*/
		opacity: 1;
		display: block;
		width: 100%;
		height: 100%;
	}

	header nav ul li a i {
		width: 25px;
		position: absolute;
		right: 4.5%;
		top: 9.5px;
	}


	header nav ul li a i {
		width: 21px;
		height: 21px;
		position: absolute;
		right: 5%;
		top: 8px;
		border-radius: 100px;
		background: #005ca1;
	}

	.top-builders-inner {
		width: 76vw;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	header nav ul li.button a svg {
		fill: #fff;
		width: 12px;
		height: 16px;
		display: block;
		position: absolute;
		left: 4px;
		top: 3px;
	}

	header nav ul li.button a:hover svg {
		/*
    background: #fff;
    color: #005ca1;
	border-radius: 30px;*/
		fill: #005ca1;
	}

	.area-map-img {
		width: 100%;
		margin: 0 auto;
	}

	.buiider-main-top .next-link-block.pg a {

		font-size: 13px;
	}

	.next-link-block.next-events {
		bottom: 1vw;
	}

	.youtube-left-block iframe {
		min-height: 24.8vw;
		display: block;
	}

	.floor-space.height-space p {
		font-size: 1vw;
		font-weight: bold;
		color: #000;
		background: #fff;
		padding: .95vw 1.2vw;
		margin-bottom: 3px;
	}

	.floor-space.height-space.column p {
		font-size: 1vw;
		font-weight: bold;
		color: #000;
		background: #fff;
		padding: .9vw 1.2vw;
		margin-bottom: 3px;
	}

	.next-link-block.pg {
		width: 52%;
	}

	.next-link-block {
		bottom: -2.9vw;
	}
}