@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#lowerTtlWrap .commonTtl::before {
	content: "GLAMOUR CAFE MIYAJIHAMA";
}
.cafeTtl {
	font-size: 2rem;
	margin-bottom: 2.5em;
	line-height: 1;
}
.cafeTtl::before {
	display: block;
	font-family: "Poppins";
	font-weight: 200;
	font-style: italic;
	font-size: 4rem;
	margin-bottom: 0.55em;
}

/* モーダル */
/* -------------------------------------------------- */
.modalOpen {
	cursor: pointer;
	transition: all 0.3s;
}
.modalOpen img {
	width: 100%;
}
.modalOpen:hover,
.modalOpen:active {
	opacity: 0.8;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #333333e6;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	z-index: 9999;
}
.modal.isActive {
	opacity: 1;
	visibility: visible;
}
.modalContainer {
	position: relative;
	width: 1000px;
	max-width: 85%;
	height: 100%;
	margin: auto;
	vertical-align: middle;
}
.modalImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 80%;
}
.modalClose {
	position: absolute;
	top: 7%;
	right: 7%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #43b3fd;
	border-radius: 50%;
	cursor: pointer;
}
.modalClose::before,
.modalClose::after {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s;
}
.modalClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* -------------------------------------------------- */
/* #cafeAbout */
/* -------------------------------------------------- */
.cafeAboutTxt {
	/* width: fit-content;
	margin: 0 auto 2.2rem; */
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 2.2rem;
}
.guidanceTtl {
	font-size: 2rem;
	margin-bottom: 0.5em;
}

/* -------------------------------------------------- */
/* #cafeBlog */
/* -------------------------------------------------- */
#cafeBlog .cafeTtl::before {
	content: "CAFE BLOG";
}

/* -------------------------------------------------- */
/* #cafeMenu */
/* -------------------------------------------------- */
#cafeMenu .cafeTtl::before {
	content: "CAFE MENU";
}
#cafeMenuMain p {
	text-align: center;
	margin-bottom: 1.5em;
}
#cafeMenuList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin-bottom: 50px;
}
.cafeMenuItem {
	width: 32%;
}
.cafeMenuItem a {
	display: block;
}
#cafeMenuCoffee {
	margin-bottom: 60px;
}
#cafeMenuCoffee img {
	display: block;
	width: 100%;
	object-fit: cover;
}
#cafeCoffeeList {
	display: flex;
	flex-wrap: wrap;
}
.cafeCoffeeItem {
	width: 33.3%;
}
.cafeCoffeeItem img {
	display: block;
	height: 100%;
}
#cafebarTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#cafebarTtlWrap {
	width: 50%;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
}
#cafebarTtl {
	font-size: 2.8rem;
}
#cafebarTtl span {
	display: block;
	font-family: "Poppins";
	font-style: italic;
	font-size: 5.5rem;
	font-weight: 300;
	padding: 0.49em 0 0.3em;
}
#cafebarImg {
	width: 43%;
}
#cafebarImg img {
	width: 100%;
}

/* -------------------------------------------------- */
/* #cafePhotos */
/* -------------------------------------------------- */
#cafePhotoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 2.6%;
}
.cafePhotoItem {
	width: 23%;
}

/* -------------------------------------------------- */
/* #cafeBeans */
/* -------------------------------------------------- */
#cafeBeansList {
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
	column-gap: 4%;
}
#cafeBeansList::after {
	content: "";
	display: block;
	width: 1px;
	background: #ccc;
	flex-grow: 1;
	order: 2;
}
.cafeBeansItem {
	width: 46%;
}
.cafeBeansItem:first-child {
	order: 1;
}
.cafeBeansItem:last-child {
	order: 3;
}
.cafeBeansName {
	font-family: "Poppins";
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 1em;
}
.cafeBeansName span {
	display: block;
	font-size: 1.8rem;
	padding-top: 0.8em;
}
.cafeBeansItem img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 30px;
}
.cafeBeansTxt {
	font-size: 1.6rem;
}

.cafeBeansTxt li {
	text-indent: -1em;
	padding-left: 1em;
}

/* -------------------------------------------------- */
/* #cafeInfo */
/* -------------------------------------------------- */
#cafeInfo .cafeTtl::before {
	content: "CAFE INFO";
}

/* -------------------------------------------------- */
/* #cafeLead */
/* -------------------------------------------------- */
.cafeLead_list {
	dt {
		font-size: 2.0rem;
	}
	dd {
		margin-bottom: 24px;
		padding: 16px 0 24px;
		font-size: 1.5rem;
		border-bottom: 1px solid #333;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* #cafeAbout */
	/* -------------------------------------------------- */
	.cafeAboutTxt {
		text-align: left;
	}

	/* #cafeMenu */
	/* -------------------------------------------------- */
	#cafebarTtlWrap {
		font-size: 2rem;
	}
	#cafebarTtl {
		font-size: 2.3rem;
	}
	#cafebarTtl span {
		font-size: 4rem;
	}

	/* #cafeBeans */
	/* -------------------------------------------------- */
	#cafeBeansList {
		flex-direction: column;
		align-items: center;
		row-gap: 35px;
	}
	#cafeBeansList::after {
		width: 100%;
		height: 1px;
	}
	.cafeBeansItem {
		width: 100%;
		max-width: 455px;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.cafeTtl {
		font-size: 1.6rem;
	}
	.cafeTtl::before {
		font-size: 3rem;
	}

	/* #cafeAbout */
	/* -------------------------------------------------- */
	.cafeAboutTxt {
		font-size: 1.4rem;
	}
	.guidanceTtl {
		font-size: 1.6rem;
	}

	/* #cafeMenu */
	/* -------------------------------------------------- */
	.cafeMenuItem {
		width: 48%;
	}
	.cafeCoffeeItem {
		width: 50%;
	}
	#cafebarTop {
		flex-direction: column;
		row-gap: 10px;
		margin-bottom: 15px;
	}
	#cafebarTtlWrap {
		width: 100%;
		font-size: 1.8rem;
		order: 1;
	}
	#cafebarTtl {
		font-size: 2rem;
	}
	#cafebarTtl span {
		font-size: 3rem;
	}
	#cafebarImg {
		width: 100%;
	}

	/* #cafePhotos */
	/* -------------------------------------------------- */
	#cafePhotoList {
		gap: 5px 2%;
	}
	.cafePhotoItem {
		width: 32%;
	}

	/* #cafeBeans */
	/* -------------------------------------------------- */
	.cafeBeansName {
		font-size: 2.2rem;
	}
	.cafeBeansName span {
		font-size: 1.6rem;
	}
	.cafeBeansTxt {
		font-size: 1.3rem;
	}
}
