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

.swiper-top {
  width: 100%;
  height: 100vh;
}

.swiper-top img {
  height: 100%;
  object-fit: cover;
}

.middle-contents {
	margin: 0 100px;
}

.lead-text {
	margin: 50px 30px;
	font-size: 120%;
	text-align: center;
}

.decoration {
	margin: 50px auto 100px;
	width: 80%;
	display: block;
}

.link-section {
	display: flex;
	flex-direction: column;
	width: 100vw;
}

.link-section .left-box {
	width: 100%;
}


.link-section .right-box {
	width: 100%;
}

.link-section .black-box {
	background: #000;
	padding: 50px 50px 90px;
	font-size: 110%;
	color: #fff;
}

.insta-title {
	margin: 100px 50px 0;
	text-align: center;
	font-size: 120%;
}
.insta-title dt{
	font-size: 140%;
}

.insta-wrapper {
  position: relative;
  padding: 0 60px 50px; /* ← 両端に余白 */
}

.swiper-insta {
  width: 100%;
}

.swiper-insta img {
  display: block;
}

/* 矢印 */
.insta-prev,
.insta-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.insta-prev {
  left: 10px;
}

.insta-next {
  right: 10px;
}

.insta-prev svg,
.insta-next svg {
  width: 30px;
  height: 30px;
  stroke: #d80c18;
  stroke-width: 1.5;
  fill: none;
}

.insta-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}

.insta-next:hover {
  transform: translateY(-50%) translateX(3px);
}

.insta-logo {
	width: 60px;
	margin: 30px auto 110px;
}

/* ここまでTOPと共有 */
/* ここからマンダリンコート */

.top-image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 27vh;
}

.page-rink {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 110%;
	margin-bottom: 50px;
	gap: 20px; /* ← これで間だけ空く */
}

.link-sankaku {
	margin-left: 10px;
	font-size: 60%;
	vertical-align: middle;
}

.page-rink li a:hover{
color: #000;
}

.menu-page-main {
	margin: 70px 30px;
}

.menu-page-main section {
	margin-bottom: 50px;
}

.menu-page-main h3 {
	font-size: 160%;
	margin-bottom: 20px;
}

.menu-page-main h4 {
	font-size: 150%;
	margin-bottom: 20px;
}

.menu-page-main h5 {
	font-size: 140%;
	margin-bottom: 20px;
}

.menu-page-main h6 {
	font-size: 110%;
	margin-bottom: 20px;
	background: #DCDCDC;
}

.menu-page-main h7 {
	font-size: 120%;
	margin-bottom: 20px;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* ← これで間だけ空く */
}

.item {
	width: 100%;
	background: #FFFFFF;
}

.item-inner {
	padding: 30px;
}

.item-inner li {
	line-height: 140%;
	margin-bottom: 10px;
}

.item-inner li p {
	padding: 10px 10px;
	font-size: 90%;
}

span.subtitle {
	margin-left: 20px;
	font-size: 80%;
}

.price {
	text-align: right;
	margin: 5px 0 15px;
}

.period {
	font-size: 130%;
	margin-bottom: 20px;
}


/* =====================
   PC
===================== */
@media (min-width: 768px) {


.lead-text {
	margin: 100px 50px;
}

.decoration {
	margin: 50px auto 100px;
	width: 500px;
	display: block;
}
	
.link-section {
	display: flex;
	flex-direction: row;
	width: 100vw;
}

.link-section .left-box {
	width: 60%;
}

.link-section .right-box {
	width: 40%;
	position: relative;
}

.link-section .black-box {
	position: absolute;
	background: #000;
	margin-right: 100px;
	padding: 50px 50px 90px;
	top: 200px;
	left: -200px;
	font-size: 110%;
	color: #fff;
}

.insta-title {
	margin: 300px 100px 100px;
}
	
/* ここまでTOPと共有 */
/* ここからマンダリンコート */

.top-image {
	height: 50vh;
}
	
.page-rink {
	justify-content: center;
	margin-bottom: 100px;
	gap: 30px; /* ← これで間だけ空く */
}

.link-sankaku {
	margin-left: 20px;
}
	
.menu-page-main {
	margin: 100px;
}

.item {
    width: calc((100% - 20px) / 2);

}
	
}
@media (min-width: 1200px) {
	
.link-section .black-box {
	left: -50px;
}
	
.insta-title {
	margin: 100px 100px 100px;
}
	
/* ここまでTOPと共有 */
/* ここからマンダリンコート */
	
.item {
    width: calc((100% - 40px) / 3);

}

}