/* Day 1 & Day 2 Styles */
.body.fac-main,
.body.fac-main #r_slider {
    max-width: 1080px;
}
.body .head h2:after {
    width: 120px;
    background-color: #08194A;
}
.body .head h5 {
    color: #08194A;
    font-size: 20px;
    font-weight: 500;
}

.fac-day {
    margin-bottom: 120px;
}
.day-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
    background: #00576F;
    padding: 15px 20px;
    margin-bottom: 40px;
}
.day-header .day-title {
	color: #fff;
	font-family: "Times New Roman";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.day-header .day-sub {
	color: #fff;
    font-family: "Yu Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 2.56px;
    margin: 0;
}

.day-list {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}

.day-list .item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 46px;
    align-self: stretch;
}
.day-list .item.item3 .col-img {
	padding-top: 55px;
}
.day-list .item.reverse {
	flex-direction: row-reverse;
}

.day-list .col-img {
	flex: 1;
	min-width: 0;
}

.day-list .col-img img {
	width: 100%;
	height: auto;
	display: block;
    transition: opacity 0.3s ease-in-out;
}
.day-list .col-img img:hover {
	opacity: 0.8;
}

.day-list .col-content {
	flex: 1;
	min-width: 0;
    color: #222;
    max-width: 484px;
}

.day-list .time {
    color: #826424;
	font-family: "Times New Roman";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
    display: block;
}

.day-list .title {
    font-family: "Hina Mincho", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: #222;
}

.day-list .desc {
	font-family: "Yu Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 2.56px;
    margin: 10px 0;
}

.day-list .info {
	display: flex;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #F6F6EE;
}
.day-list .info > li {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 10px;
}
.day-list .info > li span {
    font-size: 15px;
    color: #826424;
    font-weight: 500;
    letter-spacing: 2.56px;
}
.day-list .info > li p {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.56px;
    margin: 0;
}
.body .footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("https://tsdev.xsrv.jp/resol-hotels/trinity-naha/img/bg_facilities01.jpg") no-repeat;
    background-size: cover;
}
