@charset "UTF-8";

a.text-link {
	text-decoration: underline;
}

a.text-link:hover {
	text-decoration: none;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.logo-img {
	width: 240px;
	margin-top: 2rem;
}

/* COCORO KITCHEN */
#cocoro-kitchen .table {
	padding: 1.4em;
}

/* スライド */
#slider1 .swiper-container-thumbs .swiper-slide span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 3.6rem;
	background: #D9D9D9;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	cursor: pointer;
}

#slider1 .swiper-container-thumbs .swiper-slide {
	border-left: solid 4px #fff;
	padding-bottom: .5rem;
}

#slider1 .swiper-container-thumbs .swiper-slide:first-of-type {
	border-left: none;
}

#slider1 .swiper-container-thumbs .swiper-slide-thumb-active span {
	background: #535353;
}

#slider1 .swiper-container-thumbs {
	margin-top: .5rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

#slider1 .swiper-container-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* COCORO KITCHEN */
	#cocoro-kitchen {
		margin-top: 1rem;
	}

	#cocoro-kitchen .tableCell.left {
		padding: 0 20%;
		margin-bottom: 0.5em;
	}

	#cocoro-kitchen .tableCell.right {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	/* スライド */
	#slider1 .swiper-container-thumbs .swiper-slide span {
		height: 2.6rem;
		font-size: 1.4rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* COCORO KITCHEN */
	.table {
		display: table;
		width: 100%;
	}

	.tableCell {
		display: table-cell;
		vertical-align: top;
	}

	#cocoro-kitchen {
		margin-top: 0rem;
	}

	#cocoro-kitchen .base-width {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	#cocoro-kitchen .tableCell.left {
		width: 34%;
		padding: 1.5% 4% 1.5% 2%;
		vertical-align: middle;
	}

	#cocoro-kitchen .tableCell.right-text {
		font-size: 1.4rem;
		line-height: 1.6;
		vertical-align: middle;
		padding-right: 2%;
	}
}