@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: 80px 60px 100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: url("paper.jpg");
	background-size: 100%;
}

.bg02 {
	width: 100%;
	background: #ffeb85;
	padding: 60px 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 {
	background: #fff url(icon_01.png) no-repeat right bottom;
	background-size: 240px;
	padding: 50px 60px;
	position: relative;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
}

.bg01 .boxTitle {
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.bg01 .boxTitle dt{
	width:48%;
	height:300px;
	overflow:hidden;
}
.bg01 .boxTitle dt img{
	object-fit:cover;
}
.bg01 .boxTitle dd{
	width:48%;
}

.bg01 .boxTitle .color {
    font-size: 150%;
	margin: 0;
}
.bg01 .boxTitle .color span {
    letter-spacing: 4px;
    font-weight: bold;
}
.bg01 .description_openhouse div {
    text-align: right;
}
.bg01 .description_openhouse a{
	width: 400px;
    text-align: center;
    background: #f4d63b;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0 20px 0;
}
.bg01 .description_openhouse a:hover{
	color: #fff;
}
.bg01 .description_openhouse ul{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.bg01 .description_openhouse ul li{
	width: 32.5%;
    max-height: 400px;
    overflow: hidden;
    display: block;
    margin: 0;
}
.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  h5 {
	padding:0 0 1.5em 0;
}
.bg01 .boxTitle  h3 {
	line-height: 1.6;
	margin: 0;
	padding: 30px 0;
	margin-top:0px;
	position: relative;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.bg01 .boxTitle  h3 span{
	font-size:80%;
	display:block;
}
.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;
}
.bg01 .area dt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.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%, #F9F733 60%);
}


/*--------- セミナー・個別相談 ---------*/
.bg02 .sub_title {
	font-size: 300%;
	line-height:1;
	margin-bottom:30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bg02 .sub_title span{
	font-size:50%;
	display:block;
}
.seminar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.seminar li {
	width: 47%;
	background: #fff;
	padding-top: 20px;
	color: #000;
	box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
}
.seminar li:nth-child(-n+2) {
	/* margin-bottom: 6%; */
}
.seminar li .dateTime {
	display: table;
	margin: 0 auto 10px;
}
.seminar li .date {
	font-size: 200%;
	text-align: center;
}
.seminar li .time {
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #FFDE32;
	color: #000;
	padding: 0 0.5em;
	margin-top: 6px;
}
.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;
}
.seminar li h3 em {
	font-size: 120%;
	display: block;
	line-height:3em;
}
.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: 20px 35px;
}
.seminar li h4 {
	font-size: 120%;
	border-bottom: 1px dotted;
	padding: 0 0 5px 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: #ffea75;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
}
.seminar li p {
	margin: 0;
}


.chirashi {
    background: #fff;
    padding: 50px 60px;
    position: relative;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
}

.eventInfo {
	margin-top: 120px;
}
.eventInfo h3 {
	font-size: 160%;
	margin: 0 0 30px;
	border-bottom:1px solid #ccc;
	padding:0 0 0.5em 0;
}
.eventInfo .eventDetail{
	display: flex;
}
.eventInfo .detail_box{
	width: 48%;
	margin-right: 2%;
}
.eventInfo .googlemap{
	width: 50%;
}
.eventInfo ul {
	font-size: 110%;
	margin-bottom: 20px;
}
.eventInfo ul li {
	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%;
}

.measure_info {
    border: 2px solid #2196F3;
    background: #f0f8ff;
    padding: 20px;
    box-sizing: border-box;
	margin: 70px 0 30px 0;
}

#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;
}

@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;
    }
	.bg01 .description_openhouse div{
		text-align: center;
	}
	.seminar li {
		width: 48%;
	}
	.seminar li:nth-child(-n+2) {
		margin-bottom: 4%;
	}
	.bg01 .area {
		background-size: 240px;
		padding: 5% 5%;
		position: relative;
		box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
	}
}
@media screen and (max-width: 768px) {
	.bg01 .chirashi .boxTitle:before {
		left: -98px;
	}
	.bg01 .chirashi .boxTitle:after {
		right: -100px;
	}
	.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;
	}
	.eventInfo .eventDetail{
		display: initial;
	}
	.eventInfo .detail_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.eventInfo .googlemap{
		width: 100%;
		margin-bottom: 20px;
	}

}
@media screen and (max-width: 640px) {
	.bg01 .boxTitle {
		width: 100%;
	}
	.bg01 .area .boxTitle:before {
		left: 5vw;
	}
	.bg01 .area .boxTitle:after {
		right: 0;
	}
	.bg01 .area dt{
		width: 100%;
    	height: 42vw;
    	margin-bottom: 15px;
	}
	.bg01 .area dd {
		width: 100%;
	}
	.bg01 .description_openhouse a {
    	width: 100%;
	}
	.bg01 .description_openhouse ul{
		display: unset;
		justify-content: unset;
		width: 100%;
		margin: 0 auto;
	}
	.bg01 .description_openhouse ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.bg01 .description_openhouse ul li img{
		width: 100%;
	}
	.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;
	}
	.bg01 .boxTitle {
		display:unset;
		justify-content:unset;
		margin-bottom:20px;
	}
	.bg01 .boxTitle dt{
		width:100%;
		height:400px;
	}
	.bg01 .boxTitle dd{
		width:100%;
	}
	.bg01 .boxTitle  h5 {
		font-size:130%;
	    padding:0 0 0.5em 0;
	}
	.bg01 .boxTitle  h3 {
		line-height: 1.6;
		margin: 0;
		padding: 30px 0;
		margin-top:0px;
		position: relative;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
    }
	.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;
    }	
	.bg01 {
		padding: 30px 5% 80px;
	}
	.bg02 {
		padding: 40px 5% 30px;
		margin-bottom: 70px;
	}
	.bg01 .area dt {
		width: 100%;
		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: 200%;
	}
	.seminar li h3 em span {
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.bg01 h3 {
		font-size: 150%;
	}
	.bg01 .area{
		padding: 30px 15px;
	}
	.seminar li {
		font-size: 100%;
	}
}
