@charset "UTF-8";
/* CSS Document */


#openinghours{
    margin: 0 auto 80px;
    width: 1225px;
}

@media only screen and (max-width: 768px) {
#openinghours{
    margin: 0 auto 60px;
    width: 90%;
}
}

#openinghours .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
#openinghours .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 100%;
}
}

.category-l {
    border-top: 7px solid #4d5355; 
    margin: 0 auto 70px auto;
    padding: 20px 0 0 0;
    width: 930px;
}
.category-l h4 {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 23px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
.category-l {
    border-top: 5px solid #4d5355; 
    margin: 0 auto 50px auto;
    padding: 15px 0 0 0;
    width: 100%;
}
.category-l h4 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
}
}


.category-s {
    border: 1px solid #4d5355; 
    margin: 0 auto 10px auto;
    padding: 10px 20px;
    width: calc(97% - 40px);
    display: flex;
    border-radius: 10px;
}
.category-s .art-txt {
    width: 200px;
    padding: 7px 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 500;
    flex-shrink: 0;
}
.category-s .time-txt {
    border-left: 1px solid #4d5355; 
    width: auto;
    padding: 7px 23px;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: normal;
    flex: 1;
}
.category-s .time-txt span {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}

@media only screen and (max-width: 768px) {
.category-s {
    border: 1px solid #4d5355; 
    margin: 0 auto 10px auto;
    padding: 10px 10px;
    width: calc(97% - 20px);
    display: flex;
    border-radius: 10px;
}
.category-s .art-txt {
    width: 120px;
    padding: 7px 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 600;
    flex-shrink: 0;
}
.category-s .time-txt {
    border-left: 1px solid #4d5355; 
    width: auto;
    padding: 5px 0 5px 13px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    flex: 1;
}
.category-s .time-txt span {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}
}



.details {
    border: 1px solid #4d5355; 
    margin: 0 auto 10px auto;
    width: 97%;
    border-radius: 10px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.details:hover {
    border: 1px solid #009bdd; 
    color: #009bdd;
}

.details-summary {
	position: relative;
    padding: 20px 20px;
    display: flex;
	&:hover {
		cursor: pointer;
	}
	.btn {
		position: absolute;
        top: 50%;
        transform: translateY(-50%);
		right: 0%;
        background: #254195;
		width: 60px;
		height: 25px;
		transform-origin: center center;
		transition-duration: 0.2s;
		&:before,
		&:after {
			content: "";
			background-color: #fff;
			width: 16px;
			height: 2px;
			position: absolute;
			top: 11px;
			left: 20px;
			transform-origin: center center;
            transition: transform 0.2s ease;
		}
		&:before {
			width: 2px;
			height: 16px;
			top: 4px;
			left: 27px;
		}
	}
	&.is-active {
		.btn {
			&:before {
				transform: rotate(90deg);
			}
		}
	}
}

.details-summary:hover .btn {
        background: #009bdd;
}

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

.details {
    border: 1px solid #4d5355; 
    margin: 0 auto 10px auto;
    width: 97%;
    border-radius: 10px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.details-summary {
	position: relative;
    padding: 12px 15px;
    display: flex;
	&:hover {
		cursor: pointer;
	}
	.btn {
		position: absolute;
        top: 50%;
        transform: translateY(-50%);
		right: 0%;
        background: #254195;
		width: 45px;
		height: 25px;
		transform-origin: center center;
		transition-duration: 0.2s;
		&:before,
		&:after {
			content: "";
			background-color: #fff;
			width: 13px;
			height: 1px;
			position: absolute;
			top: 12px;
			left: 16px;
			transform-origin: center center;
            transition: transform 0.2s ease;
		}
		&:before {
			width: 1px;
			height: 13px;
			top: 6px;
			left: 22px;
		}
	}
	&.is-active {
		.btn {
			&:before {
				transform: rotate(90deg);
			}
		}
	}
    }
}


.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
    margin: 30px 0 0 0;
    .inner-content {
        margin: 0 auto 30px;
        padding: 0;
        width: 820px;
        display: flex;
        justify-content: space-between;
        }
}


@media only screen and (max-width: 768px) {
.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
    margin: 15px 0 0 0;
    .inner-content {
        margin: 0 auto 15px;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        }
    }
}



.shop-contents {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.shop-contents .shop-wrap {
    border-top: 1px solid #4d5355; 
    margin: 0;
    padding: 10px 0 0 0;
    width: 400px;
}
.shop-contents .shop {
    margin: 0 0 10px 0;
    padding: 20px;
    width: calc(100% - 40px);
    background: #f3f7fa;
    border-radius: 25px;
    display: flex;
}
.shop-contents .shop .floor {
    margin: 0;
    padding: 0;
    width: 45px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 500;
    flex-shrink: 0;
}
.shop-contents .shop .time {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 500;
    flex: 1;
}
.shop-contents .shop .time span {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}

@media only screen and (max-width: 768px) {
.shop-contents {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: block;
}
.shop-contents .shop-wrap {
    border-top: 1px solid #4d5355; 
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
}
.shop-contents .shop {
    margin: 0 0 10px 0;
    padding: 10px 15px;
    width: calc(100% - 30px);
    background: #f3f7fa;
    border-radius: 15px;
    display: flex;
}
.shop-contents .shop .floor {
    margin: 0;
    padding: 0;
    width: 40px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
    flex-shrink: 0;
}
.shop-contents .shop .time {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
    flex: 1;
}
.shop-contents .shop .time span {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    display: block;
    margin-top: 4px;
}
}
