body{
	display: block;
}

h2 {
	width: 97%;
	margin: 0 0 5px auto;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	display: flex;
	align-items: center;
	width: 97%;
	margin: 5px 0 3px auto;
	font-size: 13px;
}
h3::before {
	content: "■";
	font-size: 4px;
	margin: 0 3px 0 0;
	color: #b2dbc9;
}
h5 {
	display: inline;
	font-size: 13px;
}

section.kv {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 150px;
	padding: 0 20px;
	background-size: cover;
}
section.kv h1{
	width: 90%;
	padding: 0 0 0 7px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: normal;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}
.kv p {
	color: #fff;
	font-size: 10px;
	padding-inline-start: 7px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.likeIt {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 5px;
	right: 5px;
	background: #fff;
	width: 100px;
	height: 30px;
	text-align: right;
	font-size: 10px;
	border-radius: 50px;
}
.likeIt .icon {
	font-size: 15px;
	color: #ffbb00;
}
.likeIt p {
	color: #737776;
	text-shadow: none;
	line-height: 10px;
}

/* ---------------------------------------
施設お気に入り
--------------------------------------- */
.likeIt {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 5px;
	right: 5px;
	background: #fff;
	width: 100px;
	height: 30px;
	text-align: right;
	font-size: 10px;
	border-radius: 50px;
}
.likeIt .icon {
	font-size: 15px;
	color: #ffbb00;
}
.likeIt p {
	color: #737776;
	text-shadow: none;
	line-height: 10px;
}


.dateSelectArea {
	display: none;
	position: absolute;
	width: 89%;
	margin: 0 auto 20px;
	padding: 15px 20px 20px 20px;
	top: 170px;
	left: 3%;
	right: 3%;
	background: rgb(255 255 255);
	border-radius: 5px;
	box-shadow: 0 0 4px rgb(47 62 59 / 10%);
}

.selectArea {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	width: 100%;
}

.selectDate{
	width: 110px;
	text-align: center;
}
.selectTime {
	width: 95px;
	text-align: center;
}

.centerBtn{
	margin: 20px auto 0px;
}

section.main{
	margin: 10px 0 60px 0;
	height: 51vh;
}
.roomList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px;
}
.reserveRec {
	width: 96%;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}
.reserveRec .timeInfo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 12px 10px;
	line-height: 17px;
	text-align: right;
	font-size: 13px;
}
.timeInfo a {
	font-size: 12px;
	background: #b2dbc9;
	display: block;
	text-align: center;
	padding: 4px 10px;
	border-radius: 3px;
	color: #fff;
	margin-left: 7px;
}
.roomCard {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	margin: 7px auto;
	padding: 10px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
}

.rsvOK{background: #b2dbc9}
.rsvNG{background: #edefe8}

.reserveLabel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	font-size: 11px;
}
.nowReserve::after {
	font-size: 5px;
	content: "▶";
	margin: 0 0 -1px 14px;
}




/* --------
-----------*/

a.productCard {
	position: relative;
	display: block;
	height: 100px;
	padding: 10px;
	margin: 0 0 5px 0;
	box-shadow: 0 0 3px rgb(228 232 230);
	border-radius: 5px;
}

.productFrame {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.productFrame img {
	height: 100%;
	display: flex;
	gap: 10px;
}

.productInfo {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #737776;
}
.productInfo h3 {
	font-size: 14px;
	margin: 0 0 2px 0;
}
.productInfo h3::before {
	content: "";
	margin: 0;
	padding: 0;
}
.productInfo h4 {
	font-size: 9px;
	font-weight: normal;
}


.productInfo span {
	width: 100%;
	text-align: right;
	font-size: 23px;
	font-weight: bold;
}
.productInfo span::before {
	content: "¥";
	font-size: 16px;
	margin: 0 5px 0 0;
	font-weight: bold;
}



/*====================================================================
PC
====================================================================*/
@media screen and (min-width: 960px) {
    section {
        margin-bottom: 100px;
    }

    section.kv {
        height: 850px;
    }

    section.main {
        position: absolute;
        width: 100%;
        top: 500px;
        max-width: 1200px;
        left: calc((100% - 1200px) / 2);
        border-radius: 10px;
        padding: 80px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .likeIt {
        bottom: 452px;
        right: 150px;
        width: 160px;
        height: 47px;
    }
    p.likeItTxt {
        font-size: 19px;
        margin: 0 0 2px 10px;
    }
    .likeIt .icon {
        font-size: 26px;
        margin: 0 0 6px 0;
    }

    section.kv h1 {
        position: absolute;
        top: 180px;
        left: 50px;
        font-size: 30px;
    }
    .kv p.addr {
        position: absolute;
        top: 233px;
        left: 50px;
        font-size: 19px;
    }

    section h2 {
        padding: 14px 23px 17px 23px;
        margin: 0 auto 32px auto;
        background: #b2dbc9;
        font-size: 30px;
        border-radius: 5px;
    }
    footer {
        position: fixed;
        bottom: 0;
    }
    .floorListArea {
        gap: 15px;
    }
    .floorListArea a {
        padding: 25px 40px;
        font-size: 27px;
    }
    .floorListArea a:hover {
        border: 2px solid #b2dbc9;
    }
    .typeName {
        font-size: 20px;
    }
    .sectionBGcover {
        position: absolute;
        background: linear-gradient(0deg, #fff, transparent);
        width: 100%;
        height: 50%;
        /* border: 1px solid red; */
        left: 0;
        top: 50%;
    }
    h3 {
        margin: 5px 0 3px auto;
        font-size: 27px;
    }
    h3::before {
        font-size: 14px;
        margin: 0 9px 0 0;
    }
    .roomCard {
        padding: 32px 40px;
        font-size: 25px;
    }
    .reserveLabel {
        font-size: 20px;
    }
    
}
