@charset "utf-8";

.main_v {
	width: 100%;
	margin: 0 auto;
	line-height: 1;
}

.main_v .max959,
.main_v .max519{
	display:none;
}

.bg01 {
	width: 100%;
	padding: 50px 60px 100px;
	margin: 0 auto;
	background: url(bg01.jpg) repeat-y;
	position: relative;
	z-index: 0;
}
.bg02 {
	width: 100%;
	background: #f7f7f7;
	padding: 50px 60px;
	position: relative;
}
.main_v img {
	width: 100%;
	display: block;
}

.bg01 h3 {
	font-size: 180%;
}
.bg01 h3 .small {
	font-size: 80%;
}
.bg01 h3 em {
	color: #ac060f;
	font-size: 130%;
}

.bg01 .area {
	margin-bottom: 80px;
	background: #fff;
	padding: 50px 60px;
	position: relative;
}

.bg01 .boxTitle {
	border-bottom: 2px dashed #999;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.bg01 .boxTitle .color {
    font-size: 150%;
	margin: 0;
}
.bg01 .boxTitle .color span {
    letter-spacing: 4px;
    font-weight: bold;
}
.color span.yellow {
	color: #efb832;
}
.color span.red {
	color: #dc4814;
}
.color span.blue {
	color: #299dd6;
}
.color span.green {
	color: #129c3d;
}
.color span.red{
	color: #da4923;
}
.bg01 .boxTitle  h3 {
	line-height: 1.6;
	margin: 0;
	position: relative;
}

.bg01 .area dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bg01 .area dt {
	width: 48%;
	position: relative;
}
.bg01 .area dd {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bg01 .area dt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.bg01 .area::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    left: -20px;
    top: -20px;
    background: #b8dde2;
    z-index: -1;
}

.bg01 .chirashi::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    left: -20px;
    top: -20px;
    background: #e1f6d6;
    z-index: -1;
}

.bg01 .area::after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px;
    background: #ddd8f4;
    z-index: -1;
}

.bg01 .chirashi::after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px;
    background: #ecf2ae;
    z-index: -1;
}

.area dt:before {
	top: -15px;
	left: -15px;
}
.area dt:after {
	right: -15px;
	bottom: -15px;
}

.bg01 .chirashi > p {
	margin: 0 3%;
}
.bg01 .chirashi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 3% 10px;
}
.bg01 .chirashi li {
	width: 48%;
}
.bg01 .chirashi li img {
	width: 100%;
	display: block;
	box-shadow: 10px 10px rgba(0,0,0,0.2);
}

.bg01 h3 .marker {
    line-height: 1.5em;
    background: linear-gradient(transparent 60%, #ecf1ac 60%);
}


/*--------- セミナー・個別相談 ---------*/
.bg02 .sub_title {
	font-size: 400%;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateY(-60%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #b6dcdd;
}
.seminar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminar li {
	width: 47%;
	background: #fff;
	padding-top: 20px;
}
.seminar li:nth-child(-n+2) {
	/* margin-bottom: 6%; */
}
.seminar li .dateTime {
	display: table;
	margin: 0 auto 10px;
}
.seminar li .date {
	font-size: 130%;
	text-align: center;
}
.seminar li .time {
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #ecf1ac;
	padding: 0 0.5em;
}
.seminar li .time span {
	font-size: 10px;
}
.seminar li .time em {
	font-size: 120%;
}
.seminar li h3 {
	font-size: 110%;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 10px;
}
.seminar li h3 em {
	font-size: 120%;
	display: block;
}
.seminar li .seminarImage {
	width: 100%;
	position: relative;
}
.seminar li .seminarImage:before {
	content: '';
	width: 100%;
	height: auto;
	display: block;
	padding-top: 50%;
}
.seminar li .seminarImage img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.seminar li .text {
	padding: 15px 20px;
}
.seminar li h4 {
	font-size: 110%;
	border-bottom: 1px dashed #000;
	padding: 0;
	margin: 0 0 15px;
}
.seminar li dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.seminar li dt {
	width: 35%;
}
.seminar li dd {
	width: 65%;
	line-height: 1.7;
	padding-left: 1em;
}
.seminar li dd em {
	font-size: 110%;
	display: block;
}
.seminar li dd span {
	color: #fff;
	font-size: 80%;
	background: #000;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
}
.seminar li p {
	margin: 0;
}


.chirashi {
    background: #fff;
    padding: 50px 60px;
    /* border: 1px solid #222; */
    position: relative;
}

.eventInfo {
}
.eventInfo h3 {
	font-size: 160%;
	margin: 0 0 30px;
	border-bottom:1px solid #ccc;
	padding:0 0 0.5em 0;
}
.eventInfo ul {
	font-size: 110%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.eventInfo ul li {
	width: 50%;
	padding-right: 1em;
}
.eventInfo ul li:nth-child(-n+2) {
	margin-bottom: 20px;
}
.eventInfo ul li span {
	width: 3em;
	border-right: 1px solid #000;
	display: inline-block;
	margin-right: 0.7em;
}
.eventInfo ul li a {
	color: #ac060f;
}
.eventInfo .gMap {
	width: 100%;
	height: 40vw;
	max-height: 500px;
}
.eventInfo .gMap iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.bg01 {
		padding: 50px 5%;
	}
	.bg02 {
		padding: 50px 5%;
	}
	.box_w {
		padding: 4% 5%;
	}
}
@media screen and (max-width: 959px) {
	.main_v .max959{
	    display:block;
    }
	.main_v .max1200,
    .main_v .max519{
	    display:none;
    }	
	.seminar li {
		width: 48%;
	}
	.seminar li:nth-child(-n+2) {
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 768px) {
	.bg01 .chirashi .boxTitle:before {
		left: -98px;
	}
	.bg01 .chirashi .boxTitle:after {
		right: -100px;
	}
	.bg02 .sub_title{
		font-size: 300%;
	}
	.seminar li {
		padding-top: 10px;
	}
	.seminar li h3 {
		font-size: 100%;
	}
	.seminar li h3 em span {
		display: block;
	}
	.seminar li .text {
		padding: 10px 15px;
	}
	.seminar li .text p {
		font-size: 90%;
		line-height: 2;
	}
	.eventInfo h3 {
		font-size: 180%;
		margin-bottom: 40px;
	}
	.eventInfo ul {
		font-size: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
	.bg01{
		padding: 30px 5% 80px;
	}
	.bg01 .boxTitle {
		width: 100%;
	}
	.bg01 .area .boxTitle:before {
		left: 5vw;
	}
	.bg01 .area .boxTitle:after {
		right: 0;
	}
	.bg01 .chirashi .boxTitle:before {
		left: 0;
		transform: translate(0, -55%);
	}
	.bg01 .chirashi .boxTitle:after {
		right: 0;
	}
	.bg01 .chirashi p {
		margin: 0 auto;
	}
	.bg01 .chirashi ul {
		margin: 30px auto 10px;
	}
	.bg02{
		padding: 80px 5% 30px;
	}
	.seminar li {
		width: 100%;
		font-size: 110%;
	}
	.seminar li:nth-child(-n+3) {
		margin-bottom: 30px;
	}
	.seminar li h3 em span {
		display: inline;
	}
	.seminar li .seminarImage {
		width: 90%;
		max-width: 500px;
		max-height: 200px;
		margin: 0 auto 10px;
	}
	.seminar li .seminarImage img {
		padding: 4px;
		box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
	}
	.eventInfo h3 {
		font-size: 150%;
		margin-bottom: 30px;
	}
	.eventInfo ul {
		font-size: 90%;
		margin-bottom: 20px;
	}
	.eventInfo ul li:nth-child(-n+2) {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 519px) {
	.main_v .max519{
	    display:block;
    }
	.main_v .max1200,
    .main_v .max959{
	    display:none;
    }	
	.bg02 {
		margin-bottom: 70px;
	}
	.bg01 .area dt {
		width: 100%;
		height: 42vw;
		margin-bottom: 15px;
	}
	.bg01 .area dd {
		width: 100%;
	}
	.eventInfo ul {
		font-size: 100%;
	}
	.eventInfo ul li {
		width: 100%;
	}
	.eventInfo ul li:nth-child(-n+3) {
		margin-bottom: 10px;
	}
	.eventInfo .gMap {
		height: 200px;
	}
}
@media screen and (max-width: 414px) {
	.bg01 h3 {
		font-size: 160%;
	}
	.bg02 .sub_title {
		font-size: 330%;
	}
	.seminar li h3 em span {
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.bg01 h3 {
		font-size: 150%;
	}
	.seminar li {
		font-size: 100%;
	}
}



/* 申込フォーム
 ---------------------------- */
#eventForm_wrap .eventDateTime.event dd li label {
	width: 300px;
	max-width: calc(100% - 10px);
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(1) label > span,
#eventForm_wrap .eventDateTime.event dd li:nth-child(2) label > span {
	margin-right: 2.3em;
}
/*#singleInfo1c section#form > .sectionInner {
	padding-top: 70px;
}
#singleInfo1c section#form dl > dt {
	width: 33%;
}
section#form dl dt span {
	line-height: inherit;
}
#singleInfo1c section#form dl > dd {
	width: 65%;
}
section#form .eventDateTime .wpcf7-list-item:first-child:before {
	content: 'イベント来場予約';
	font-size: 105%;
	font-weight: normal;
	line-height: 25px;
	border-bottom: 1px solid #000;
	display: table;
	margin: 10px 0 10px -15px;
}
section#form .eventDateTime .usedhouse .wpcf7-list-item:before {
	content: '中古を買ってリノベーション個別相談';
}
section#form .eventDateTime .rebuild .wpcf7-list-item:before {
	content: '建て替えorリノベーション個別相談';
}
section#form .eventDateTime .outerwall .wpcf7-list-item:before {
	content: '住まいの外壁塗り替え個別相談';
}
section#form .eventDateTime .architect .wpcf7-list-item:before {
	content: 'リノベーション建築家個別相談';
}
section#form #eventForm_wrap .eventDateTime > dt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
section#form #eventForm_wrap .eventDateTime > dd {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
section#form .eventDateTime .wpcf7-list-item:nth-child(3) {
	border-top: none;
	margin-top: 20px;
}
section#form .eventDateTime .wpcf7-list-item:nth-child(3):before {
	content: 'セミナー参加申込';
	font-size: 105%;
	font-weight: normal;
	line-height: 25px;
	border-bottom: 1px solid #000;
	display: table;
	margin: 10px 0 10px -15px;
}
section#form .eventDateTime .wpcf7-list-item:nth-child(2):after {
	content: none;
}
#singleInfo1c section#form dl.event20210417 .radio label {
	display: inline-block;
}
#singleInfo1c section#form dl.event20210417 .radio label + input[type="button"] {
	font-size: 90%;
	display: inline-block;
	border: 1px solid #999;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 1px 5px;
}
section#form #eventForm_wrap .eventDateTime.event20210417 > dt,
section#form #eventForm_wrap .eventDateTime.event20210417 > dd {
	border-top: none;
}
section#form #eventForm_wrap .eventDateTime.event20210417 ul {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
section#form #eventForm_wrap .eventDateTime.event20210417 ul:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
section#form .eventDateTime .wpcf7-list-item:nth-child(2) {
	position: relative;
}
section#form .eventDateTime .wpcf7-list-item:nth-child(2):after {
	content: '';
	width: calc(100% + 30px);
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -20px;
	left: -15px;
}
section#form .eventDateTime .wpcf7-list-item label {
	background: none;
	border: none;
	margin-left: -10px;
}
section#form .eventDateTime .wpcf7-list-item select {
	width: auto;
	margin-top: 0;
	margin-left: 25px;
}
@media screen and (max-width: 768px) {
	section#form dl.seminar.eventDateTime > dt {
		width: 33%;
		line-height: 45px;
		padding: 25px 15px;
	}
	section#form dl.seminar.eventDateTime dd {
		width: 65%;
		padding: 25px 15px;
	}
}
@media screen and (max-width: 640px) {
	section#form dl.seminar.eventDateTime > dt {
		width: 100% !important;
		line-height: inherit;
		border-bottom: 1px solid #ccc;
		padding: 10px 10px;
	}
	section#form #eventForm_wrap .eventDateTime > dd {
		width: 100% !important;
		border-top: none;
		padding: 15px 10px 25px;
	}
	section#form .eventDateTime .wpcf7-list-item:nth-child(2):after {
		width: calc(100% + 20px);
		left: -10px;
	}
	section#form .eventDateTime .wpcf7-list-item:first-child:before,
	section#form .eventDateTime .wpcf7-list-item:nth-child(3):before {
		margin-left: 0;
	}
}
@media screen and (max-width: 599px) {
	#singleInfo1c section#form dl > dt {
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	section#form .eventDateTime .wpcf7-list-item:first-child:before,
	section#form .eventDateTime .wpcf7-list-item:nth-child(3):before {
		margin-left: -5px;
	}
}
*/