@charset "utf-8";

/*---------------------------------------------

cafebarページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼全体PC */

/* ▼cafebar PC */
#cafebar .inner {
	padding: 90px 0 80px 0;
	position: relative;
	box-sizing: border-box;
}

#cafebar h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 40px;
}

#cafebar h1 span {margin-right: 30px;}

#cafebar h1 img {
	width: 263px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.firsttxt {
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 65px;
}

.cflist {display: flex;}

.cflist > div {
	width: 50%;
	box-sizing: border-box;
}

.cflist > div:first-of-type {
	border-right: solid 1px #9b9b9c;
	padding-right: 50px;
}

.cflist > div:last-of-type {padding-left: 50px;}

.setumei {
	display: flex;
	height: 262px;
}

.cftitle > p {
	width: 155px;
	text-align: center;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding: 15px 0;
}

.cftitle > div {
	width: 155px;
	margin-right: 18px;
}

.cftitle > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.cftxt > p:nth-of-type(1) {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 7px;
}

.cftxt > p:nth-of-type(2) {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 22px;
}

.cftxt > p:nth-of-type(3) {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.kome {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	height: 70px;
}

.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo > li {
	width: 100%;
	margin-bottom: 20px;
}

.photo > li:nth-of-type(n+3) {width: 190px;}

.photo > li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}

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

/* ▼全体SP */

/* ▼cafebar SP */
#cafebar .inner {
	padding: 14vw 0;
	position: relative;
	box-sizing: border-box;
}

#cafebar h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#cafebar h1 span {
	display: block;
	margin-bottom: 4vw;
}

#cafebar h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.firsttxt {
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 12vw;
	text-align: center;
}

.cflist > div {
	width: 100%;
	box-sizing: border-box;
}

.cflist > div:first-of-type {
	border-bottom: solid 1px #9b9b9c;
	padding-bottom: 10vw;
}

.cflist > div:last-of-type {padding-top: 8vw;}

.cftitle > p {
	text-align: center;
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	padding: 3vw 0;
}

.cftitle > div {
	width: 40%;
	margin: 2vw auto 6vw auto;
}

.cftitle > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.cftxt > p:nth-of-type(1) {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2vw;
}

.cftxt > p:nth-of-type(2) {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 6vw;
}

.cftxt > p:nth-of-type(3) {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.kome {
	margin-top: 5vw;
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10vw 0 0 0;
}

.photo > li {
	width: 100%;
	margin-bottom: 4vw;
}

.photo > li:nth-of-type(n+3) {width: 48%;}

.photo > li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}
