@charset "utf-8";

/*----------------------------------------
	hanare_house
----------------------------------------*/

.btn_grid{
position: absolute;
    width: 93%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 15%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}
.btn_reserve01{
    display: block;
    position: absolute;
    width: 75%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 25%;
}
.bg_green{
	background: #1b3836;
}
/*----------------------------------------
	アコーディオン
----------------------------------------*/

.btn_width {
    width: 75%;
    margin: 0 auto;
}
summary::-webkit-details-marker {
	display: none;
}
summary {
	display: block;
}
.more_details summary{
	cursor: pointer;;
}
.more_details[open] .acordion{
	display: none;
}
.more_details[open] .acordion_close{
	display: block;
}
.acordion{
	display: block;
}
.acordion_close{
	display: none;
}



.sp_menu ul li {
    float: left;
    width: calc(100% / 2)!important;
    box-sizing: border-box;
}








