
#wrap_indexslider{
    text-align: center;
}



#index .wrap_content h2 {
    font-size: 42px;
    margin: 40px auto;
    text-align: center;
    font-family: "Noto Serif JP";
    line-height: 1.5;
}

#index .wrap_content h2 strong {
    font-weight: 500;
    display: table;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

#index .wrap_content h2 strong::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background-color: #ccc;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}


#index .wrap_content h2 span {
    font-weight: 300;
    font-size: 23px;
}


.wrap_3columns h3 {
    text-align: center;
    font-family: "Noto Serif JP";
    margin: 10px auto 0px auto;
    color: var(--color_main_01);
    font-weight: 600;
    font-size: 24px;
}

.wrap_3columns h4 {
    text-align: center;
    margin: 0px auto 10px auto;
    font-weight: 800;
    font-size: 18px;
}

.wrap_3columns h4+p {
    margin: 10px 0px;
}


#wrap_index_event_photos>section>figure{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

#wrap_index_event_photos>section>figure>figure{
    width: calc(100% / 3 - 5px);
    margin:2.5px 2.5px
}


#wrap_ikebana_hq{
    margin:80px auto;
    text-align: center;
    max-width: 640px;
    padding:10px 20px;
    border:solid 1px #999;
}
/*========================================================================================================================
SPSPSPSPSPSPSPSP
========================================================================================================================*/
@media screen and (max-width: 640px) {



	/*============================================================

============================================================*/
	#index .wrap_content h2 {
		font-size: 24px;
		text-align: center;
		margin: 20px auto;
		line-height: 1.5;
	}

	#index .wrap_content h2 strong {
		font-family: "Noto Serif JP";
		font-size: 24px;
		font-weight: 500;
		display: block;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		position: relative;
	}

	#index .wrap_content h2 span {
		font-size: 14px;
		font-weight: 400;
	}

	#index .wrap_content h2 strong::before {
		width: 100px;
		height: 4px;
	}
    #wrap_index_event_photos>section>figure>figure{
        width: calc(100% / 2 - 5px);
    }

#wrap_ft_profile>section>div{
    width: calc(60%);
    margin:0px auto;
}
#wrap_ft_profile>section>section{
    width: calc(100%);
}
#wrap_ikebana_hq{
    margin:40px auto 0px auto;
}
	/*============================================================
閉じカッコ
============================================================*/
}