@charset "utf-8";


	#content > section {
		width: 100%;
		padding: 1.50rem 4.00rem !important;
	}

	.list-main {
		/*margin-bottom: 3.00rem !important;*/
	}

		.list-main > ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.list-main > ul > li {
				width: calc(50% - 15px);
				margin-bottom: 4.00rem !important;
			}

				.list-main > ul > li > ol {
					display: flex;
					justify-content: space-between;
				}

					.list-main > ul > li > ol.col {
						flex-direction: column;
					}

						.list-main > ul > li > ol.col > li {
							width: 100%;
						}

							.list-main > ul > li > ol.col > li:nth-child(1),
							.list-main > ul > li > ol.col > li:nth-child(2) {
								width: 100%;
							}

							
								.list-main > ul > li > ol.col > li:nth-child(1) {
									padding: 1.50rem 1.50rem 0 1.50rem !important;
								}

									.list-main > ul > li > ol.col > li:nth-child(1) figure {
										margin-bottom: 1.00rem !important;
									}

						.list-main > ul > li > ol.row > li:nth-child(1),
						.list-main > ul > li > ol.row-rev > li:nth-child(1) {
							width: calc(60% - 30px);
						}

						.list-main > ul > li > ol.row > li:nth-child(2),
						.list-main > ul > li > ol.row-rev > li:nth-child(2) {
							width: 40%;
						}

						.list-main > ul > li > ol.row-rev {
							flex-direction: row-reverse;
						}

							.list-main > ul > li > ol.col > li:nth-child(2) h3 {
								margin-bottom: 1.50rem !important;
								text-align: center;
							}


	.list-seat {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1.50rem !important;
	}

		.list-seat > li {
			box-sizing: border-box;
			width: 50%;
			padding: 0.50rem !important;
		}

	.list-main img {
		width: 100%;
		box-shadow: 0px 10px 10px -3px rgba(0 0 0 / 0.90);
	}

	figure {
		margin-bottom: 1.00rem !important;
	}

	#slider {
		position: relative;
		width: 100%;
		margin-bottom: 1.00rem !important;
	}

	.slide{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		box-shadow: 0px 10px 10px -3px rgba(0 0 0 / 0.90);
	}

	.slide * {
		width: 100%;
		height: 100%;
	}

	#thumbnails > li {
		width: calc(100% / 6 - 10px);
	}

	h2, h3 {
		margin-bottom: 1.00rem !important;
		text-align: center;
	}

	figcaption {
		padding-top: 0.75rem !important;
	}

	section > article > p {
		margin-bottom: 2.00rem !important;
		text-align: center;
	}

	.memo {
		margin-bottom: 2.00rem !important;
	}

	.memo > li {
		max-width: 80%;
		padding-left: 1.25rem !important;
		margin-right: auto !important;
		margin-left: auto !important;
		text-indent: -1.00rem;
	}

	.memo > li > span {
		font-size: 0.75rem;
	}

	h3 + p {
		margin-bottom: 2.00rem;
	}

	ul.room_info {
		margin-top: 2.00rem !important;
	}

		ul.room_info > li {
			display: flex;

			border-bottom: 1px solid rgba(180 180 180/ 1.00);
		}

			ul.room_info > li > * {
				width: 50%;
				padding: 0.75rem 1.00rem !important;
				text-align: center;
			}

			ul.room_info > li.hd {
				display: block;
				width: 100%;
				padding: 0.75rem 0 !important;
				font-weight: bold;
				text-align: center;
			}

			.list-main > ul > li > ol.col > li ul.room_info {
				width: 75%;
				margin-right: auto !important;
				margin-left: auto !important;
			}



#part-ft,
#part-ft2,
#part-ft3  {
    margin-bottom: 4.00rem !important;
}

	#part-ft article > ul,
    #part-ft2 article > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


[id^=part] a {
    margin: 1.00rem auto !important;
    background: white;
    border: 1px solid rgba(220 105 140 / 0.80);
    color: rgba(220 105 140 / 0.80);
}

#content a:hover {
    background: rgba(220 105 140 / 0.80);
    border: 1px solid rgba(220 105 140 / 0.80);
    color: white;
}

#part_restaurant a {
    width: 80%;
}

#part-ft a,
#part-ft2 a {
	width: 220px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

@media screen and (max-width: 960px) {
    #thumbs {
        display: none;
    }
    #content > section {
        padding: 0 !important;
    }

    .list-main > ul > li > ol.row,
    .list-main > ul > li > ol.row-rev,
    .list-main > ul > li > ol.col {
        flex-direction: column;
        width: 100% !important;
    }

    .list-main > ul > li,
    .list-main > ul > li > ol.row > li,
    .list-main > ul > li > ol.row-rev > li,
    .list-main > ul > li > ol.col > li {
        width: 100% !important;
    }
    
    .list-main > ul > li > ol.col > li:nth-child(1) {
        padding: 0 !important;
    }

    .list-main > ul > li > ol.row > li:nth-child(2),
    .list-main > ul > li > ol.row-rev > li:nth-child(2),
    .list-main > ul > li > ol.col > li:nth-child(2) {
        padding: 20px !important;
    }

    .list-main > ul > li {
        border: 1px solid rgba(220 105 140/ 1.00);
        border-radius: 5px;
    }
}

@media screen and (max-width: 767px) {
    #part-ft article > ul {
        flex-direction: column;
    }
}