@charset "utf-8";
/*-------------------------------------*/
/*	メインビジュアル	*/
/*-------------------------------------*/
.main_img{
	width: 100%;
	background-image: url("../images/bg_main.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 40px 20px 160px 20px;
}
.main_img::after{
	content: "";
	width: 100%;
	height: 160px;
	background-image: url("../images/bg_wave_main.svg");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_img h2{
	text-align: center;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
	.main_img{
	padding: 40px 15px 100px 15px;
}
.main_img::after{
	content: "";
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_wave_main_sp.svg");
}
}
@media screen and (max-width: 550px) {

}
/*----------------------------------------
	about　マイホームフェスタとは
-----------------------------------------*/
#about{
	background-color: #FFFCE4;
	position: relative;
	padding-bottom: 200px;
	background-image: url(../images/bg_sec01.svg);
}
#about::after{
	content: "";
	width: 100%;
	height: 160px;
	background-image: url("../images/bg_wave_w.svg");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec01_box01_list{
	margin-bottom: 100px;
}
#about .sec01_box01{
	background-color: #FFFFFF;
	padding: 120px 40px 40px 40px;
	border-radius: 20px;
	position: relative;
}
#about .sec01_box01 .sec01_type{
	    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		max-width: 150px;
}
#about .sec01_box01 h2{
	text-align: center;
	margin-bottom: 20px;
}
.sec01_box02_list{
	margin-bottom: 60px;
}
#about .sec01_box02{
	background-color: #FFF462;
	padding: 40px 20px;
	border-radius: 20px;
	position: relative;
}
#about .sec01_box02 .sec01_no{
position: absolute;
left: 0;
top: -20px;
max-width: 60px;
}
#about .sec01_box02 h3{
	text-align: center;
	color: #006A2C;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #006A2C;
}
.sec01_box03{
	background-color: #FFFFFF;
	border-radius: 20px;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec01_box03 dt{
	max-width: 150px;
	text-align: center;
}
.sec01_box03 dd{
	width: 100%;
	padding-left: 40px;
}
.sec01_box03 dd h2{
	font-size: 3.2rem;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#about{
	padding-bottom: 100px;
}
#about::after{
	content: "";
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_wave_w_sp.svg");
}
.sec01_box01_list{
	margin-bottom: 40px;
}
#about .col_box.sec01_box01{
	margin-bottom: 40px;
}
#about .sec01_box01{
	background-color: #FFFFFF;
	padding: 100px 20px 20px 20px;
}
#about .sec01_box01 .sec01_type{
	    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		max-width: 120px;
}
#about .col_box.sec01_box02{
	margin-bottom: 40px;
}
#about .sec01_box02 .sec01_no{
position: absolute;
left: 0;
top: -20px;
max-width: 50px;
}
#about .sec01_box02 h3{
	font-size: 2.2rem;
}
.sec01_box03 dd h2{
	font-size: 2.2rem;
}
}
@media screen and (max-width: 550px) {
	.sec01_box03{
	padding: 20px;
	flex-direction: column;
}
.sec01_box03 dt{
	max-width: 150px;
	text-align: center;
	margin-bottom: 10px;
}
.sec01_box03 dd{
	width: 100%;
	padding-left: 0;
}
}

/*----------------------------------------
	sec02　来場特典
-----------------------------------------*/
#sec02{
	position: relative;
	padding-bottom: 200px;
	background-image: url("../images/bg_sec02.svg");
	background-position: center;
	background-repeat: repeat-y;
}
#sec02::after{
	content: "";
	width: 100%;
	height: 160px;
	background-image: url("../images/bg_wave_b.svg");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tokuten_list{
	display: flex;
	gap: 20px 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.tokuten_list li{
	width: calc( 100% / 2 - 20px);
}
.tokuten_list li:first-child,.tokuten_list li:nth-child(3){
	padding-top: 40px;
}
.tokuten_box{
	background-color: #EA5504;
	max-width: 860px;
	margin: 0 auto 100px auto;
	border-radius: 20px;
	padding: 60px;
	color: #FFFFFF;
}
.tokuten_box h2{
	font-weight: 700;
	text-align: center;
	font-size: 3.8rem;
	margin-bottom: 20px;
}
.tokuten_box dl{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.tokuten_box dl dt{
	max-width: 200px;
}
.tokuten_box dl dd{
	width: 100%;
	padding-right: 20px;
}
.tokuten_box dl dd h3{
font-weight: 700;
line-height: 1.5;
font-size: 3.2rem;
margin-bottom: 10px;
}
.tokuten_box dl dd .description{
font-size: 1.4rem;
margin-bottom: 20px;
}
.tokuten_box dl dd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tokuten_box dl dd ul li:first-child{
	max-width: 100px;
}
.tokuten_box dl dd ul li:nth-child(2){
	width: 100%;
	padding-left: 20px;
}
.gaiyo_box{
	max-width: 860px;
	background-color: #F3F2EC;
	margin: 0 auto 60px auto;
	border-radius: 20px;
	padding: 60px;
	position: relative;
}
.gaiyo_box .ttl{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gaiyo_box dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 2.8rem;
}
.gaiyo_box dl dt{
	width: 20%;
	padding-left: 1em;
	position: relative;
}
.gaiyo_box dl dt::before{
	    content: "\f0da";
    position:absolute;
		top: 0.1em;
    left:0;
    z-index:1;
    font-family: FontAwesome;
		color: #BCD537;
}
.gaiyo_box dl dd{
	width: 80%;
}
.gaiyo_box dl dd span{
	font-size: 1.8rem;
	font-weight: 500;
}
.map{
	position: relative;
}
.map_label{
	position: absolute;
	right: 10px;
	top: -20px;
	max-width: 100px;
}
@media screen and (max-width: 991px) {
	.tokuten_box{
	margin: 0 auto 100px auto;
	padding: 40px;
}
.tokuten_box h2{
	font-size: 2.4rem;
}
.tokuten_box dl dd h3{
	font-size: 2.4rem;
}
.tokuten_box dl dd .description{
font-size: 1.4rem;
margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
	#sec02{
	padding-bottom: 100px;
}
#sec02::after{
	content: "";
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_wave_b_sp.svg");
}
		.tokuten_box{
	margin: 0 auto 60px auto;
}
.tokuten_box dl{
	flex-direction: column;
}
.tokuten_box dl dt{
	max-width: 200px;
	display: none;
}
.tokuten_box dl dd{
	width: 100%;
	padding-right: 0;
}
.tokuten_box dl dd h3{
	font-size: 1.8rem;
}
.gaiyo_box{
	padding: 40px;
	position: relative;
}
.gaiyo_box .ttl{
    position: absolute;
    top: -30px;
    left: 50%;
}
.gaiyo_box dl{
	font-size: 2.0rem;
}
}
@media screen and (max-width: 550px) {
	.tokuten_list{
	flex-direction: column;
	margin-bottom: 40px;
}
.tokuten_list li{
	width: 100%;
}
.tokuten_list li:first-child,.tokuten_list li:nth-child(3){
	padding-top:0;
}
		.tokuten_box{
	margin: 0 auto 60px auto;
	padding: 20px;
}
.gaiyo_box{
	padding: 60px 20px 20px 20px;
}
.gaiyo_box .ttl{
	width: 100%;
}
.gaiyo_box dl{
	font-size: 1.6rem;
}
.map_label{
	position: absolute;
	right: 10px;
	top: -10px;
	max-width: 70px;
}
}
/*----------------------------------------
	sec03　同時開催
-----------------------------------------*/
#sec03{
	background-color: #EAF6FD;
	position: relative;
	padding-bottom: 200px;
}
#sec03::after{
	content: "";
	width: 100%;
	height: 160px;
	background-image: url("../images/bg_wave_w.svg");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
.event_box{
	background-color: #FFFFFF;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
}
.event_box img{
	border-radius: 10px;
}
.event_box h4{
	padding: 15px 0;
	color: #004714;
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
}
.event_box h4 span{
	font-weight: 700;
	font-size: 2.4rem;
	display: block;
}
.event_box p:not(:last-of-type){
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.event_box h4{
	font-size: 2.4rem;
}
.event_box h4 span{
	font-size: 2.0rem;
}
}
@media screen and (max-width: 768px) {
	#sec03{
	padding-bottom: 100px;
}
#sec03::after{
	content: "";
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_wave_w_sp.svg");
}
	.event_box.col_box{
	margin-bottom: 30px;
}
}
@media screen and (max-width: 550px) {
		.event_box.col_box{
	padding: 20px;
}
	.event_box h4{
	font-size: 2.2rem;
}
.event_box h4 span{
	font-size: 1.6rem;
}
}

/*----------------------------------------
	出展企業
-----------------------------------------*/
/* instagram */
#instagram {
	border-bottom: 2px dotted #004714;
}
#instagram h2{
text-align: center;
margin-bottom: 40px;	
}
#instagram h3{
text-align: center;
margin-bottom: 40px;	
}
/* eventmap */
.event_ttl{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "IBM Plex Sans JP", sans-serif;
	color: #FFFFFF;
	padding: 0.4em 1em;
	border-radius: 20px;
	margin-top: 40px;
}
.event_ttl.shinchiku{
	background-color: #009740;
}
.event_ttl.hato{
	background-color: #7D4698;
}
.event_ttl.reform{
	background-color: #00A7CB;
}
.event_ttl.kids{
	background-color: #EB6101;
}
.event_ttl.sumai{
	background-color:#E83522;
}
.event_ttl.cafe{
	background-color:#EA535D;
}
.event_ttl.kitchin{
	background-color:#BCD537;
}

ol.event_list,ol.event_list li{
	list-style-type:decimal;
}
ol.event_list li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
ol.event_list li::marker {
  font-weight: bold;
}
ol.event_list.shinchiku li::marker {
  color: #009740;
}
ol.event_list.hato li::marker {
  color: #7D4698;
}
ol.event_list.reform li::marker {
  color: #00A7CB;
}
ol.event_list.kids li::marker {
  color: #EB6101;
}
ol.event_list.sumai li::marker {
  color: #E83522;
}
ol.event_list.cafe li::marker {
  color: #EA535D;
}
ol.event_list.kitchin li::marker {
  color: #BCD537;
}
/* company */
.item_box{
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	/*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
	padding: 20px;
	position: relative;
}
.item_box h3{
	padding-top: 15px;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
	position: relative;
	text-align: center;
}
.item_box h3 span{
	font-size: 1.6rem;
}

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

}
@media screen and (max-width: 991px) {
.item_box h3{
	font-size: 2rem;
}
}
@media screen and (max-width: 768px) {
.item_box{
	padding: 20px;
}
.item_box h3{
	font-size: 1.6rem;
}
.item_box h3 span{
	font-size: 1.2rem;
}
.event_ttl{
	font-size: 2.0rem;
	border-radius: 10px;
}
}
@media screen and (max-width: 550px) {
.item_box{
	padding: 10px;
}
}

/*----------------------------------------
	共通
-----------------------------------------*/
.radius20{
	border-radius: 20px;
	overflow: hidden;
}
.radius5{
	border-radius: 15x;
	overflow: hidden;
}
.ttl{
	margin-bottom: 60px;
	text-align: center;
	font-family: "IBM Plex Sans JP", sans-serif;
	line-height: 1;
}
.ttl span{
	background-color: #FFF462;
	color: #004714;
border: 5px solid #004714;
font-weight: 700;
font-size: 3.8rem;
display: inline-block;
padding: 0.5em 1.5em 0.4em 1.5em;
border-radius: 50px;
vertical-align: middle;
}
.ttl02 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
	font-weight: 700;
  position: relative;
	font-family: "IBM Plex Sans JP", sans-serif;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
/*3列→2列*/
.col-3-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3-2_list .col_box {
  width: calc(100% / 3 - 20px);
}
@media(max-width: 991px) {
		/*3列→2列*/
.col-3-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.col-3-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 10px);
}
.col-3-2_list .col_box {
  width: calc(100% / 2 - 10px);
}
}
@media(max-width: 768px) {
	.ttl{
		margin-bottom: 40px;
}
.ttl span{
font-size: 2.8rem;
}
.ttl02 {
  font-size: 2.4rem;
}
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
}
@media(max-width: 550px) {

}