@charset "utf-8";

@media only screen and (min-width: 768px), print {
	.image-heading-lv1 {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.image-heading-lv1 .heading-text {
		margin-left: 20px;
	}
	.image-heading-lv1 + *:first-of-type {
		margin-top: 35px;
	}
	.image-columnbox-layout {
		margin-top: 35px;
	}
	.image-columnbox-layout .column {
		float: left;
		width: 312px;
		margin-right: 32px;
	}
	.image-columnbox-layout .column:nth-of-type(3n) {
		margin-right: 0;
	}
	.image-columnbox-layout .column:nth-of-type(n+4) {
		margin-top: 30px;
	}
	.image-columnbox-layout .column .imgCap {
		margin-top: 1em;
	}
	.image-columnbox-layout .column .imgCap .cap-link {
		display: inline-block;
		position: relative;
		padding-left: 17px;
		color: #333333;
		font-weight: bold;
		cursor: pointer;
	}
	.image-columnbox-layout .column .imgCap .cap-link::before {
		position: absolute;
		display: block;
		top: 6px;
		left: 2px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #28241f;
		content: '';
	}
	.image-columnbox-layout .column a .imgCap .cap-link:hover {
		text-decoration: underline;
	}
	.modalbox-erea {
		display: none;
	}
	.modalbox-layout {
		border: 4px solid #d0c9c0;
		padding: 6px;
	}
	.modalbox-layout .modalbox-inner {
		border: 2px solid #d0c9c0;
		padding: 50px 58px 58px;
	}
	.modalbox-layout .modalbox-title {
		margin-top: 35px;
		text-align: center;
		font-size: 2.2rem;
		font-weight: bold;
	}
	.modalbox-layout .modalbox-detail {
		margin-top: 35px;
		border: 2px solid #d0c9c0;
		padding: 15px 50px;
	}
	.modalbox-layout .modalbox-detail > dt {
		text-align: center;
		color: #dd6700;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.modalbox-layout .modalbox-detail > dd {
		margin-top: 15px;
		border-top: 1px dotted #d3ccc4;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li {
		display: inline-block;
		margin-right: 30px;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li > a {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #333333;
		cursor: pointer;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li > a::before {
		position: absolute;
		display: block;
		top: 6px;
		left: 0;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #28241f;
		content: '';
	}
	.image-columnbox-layout::after {
		content: "";
		display: block;
		clear: both;
	}
	.cb_inline #cboxCurrent,
	.cb_inline #cboxSlideshow {
		display: none !important;
	}
	.cb_inline #cboxLoadedContent {
		border: 8px solid #ffffff;
	}
	.cb_inline #cboxPrevious,
	.cb_inline #cboxNext {
	}
	.cb_inline #cboxClose {
		width: 50px;
		height: 50px;
		top: 0;
		right: 0;
		background: #333333;
	}
	.cb_inline #cboxClose::before {
		position: absolute;
		top: 24px;
		left: 10px;
		width: 30px;
		height: 2px;
		background-color: #ffffff;
		content: '';
		transform: rotateZ(45deg);
	}
	.cb_inline #cboxClose::after {
		position: absolute;
		top: 10px;
		left: 24px;
		width: 2px;
		height: 30px;
		background-color: #ffffff;
		content: '';
		transform: rotateZ(45deg);
	}
	.cb_inline #cboxClose:hover {;
		background: #999999;
	}
	.cb_inline #cboxPrevious{
		left: 0;
		margin-top: -60px;
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt01.png) no-repeat top left;
		width: 50px;
		height: 120px;
	}
	.cb_inline #cboxPrevious:hover{
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt01on.png) no-repeat top left;
	}
	.cb_inline #cboxNext{
		right: 0;
		margin-top: -60px;
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt02.png) no-repeat top left;
		width: 50px;
		height: 120px;
	}
	.cb_inline #cboxNext:hover{
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt02on.png) no-repeat top left;
	}
}
@media only screen and (max-width: 767px) {
	.image-heading-lv1 .heading-text {
		margin-top: 15px;
	}
	.image-heading-lv1 + *:first-of-type {
		margin-top: 25px;
	}
	.image-columnbox-layout {
		margin-top: 25px;
	}
	.image-columnbox-layout .column {
		float: left;
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.image-columnbox-layout .column:nth-of-type(2n) {
		margin-right: 0;
	}
	.image-columnbox-layout .column:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.image-columnbox-layout .column .imgCap {
		margin-top: 0.5em;
	}
	.image-columnbox-layout .column .imgCap .cap-link {
		display: inline-block;
		position: relative;
		padding-left: 17px;
		color: #333333;
		font-weight: bold;
		cursor: pointer;
	}
	.image-columnbox-layout .column .imgCap .cap-link::before {
		position: absolute;
		display: block;
		top: 5px;
		left: 2px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #28241f;
		content: '';
	}
	.modalbox-erea {
		display: none;
	}
	.modalbox-layout {
		border: 4px solid #d0c9c0;
		padding: 6px;
	}
	.modalbox-layout .modalbox-inner {
		border: 2px solid #d0c9c0;
		padding: 35px;
	}
	.modalbox-layout .modalbox-title {
		margin-top: 15px;
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.modalbox-layout .modalbox-detail {
		margin-top: 15px;
		border: 2px solid #d0c9c0;
		padding: 10px 15px;
	}
	.modalbox-layout .modalbox-detail > dt {
		text-align: center;
		color: #dd6700;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.modalbox-layout .modalbox-detail > dd {
		margin-top: 10px;
		border-top: 1px dotted #d3ccc4;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li {
		display: inline-block;
		margin-right: 15px;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li > a {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #333333;
		cursor: pointer;
	}
	.modalbox-layout .modalbox-detail .modalbox-list > li > a::before {
		position: absolute;
		display: block;
		top: 6px;
		left: 0;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #28241f;
		content: '';
	}
	.image-columnbox-layout::after {
		content: "";
		display: block;
		clear: both;
	}
	.cb_inline #cboxCurrent,
	.cb_inline #cboxSlideshow {
		display: none !important;
	}
	.cb_inline #cboxLoadedContent {
		border: 5px solid #ffffff;
	}
	.cb_inline #cboxPrevious,
	.cb_inline #cboxNext {
	}
	.cb_inline #cboxClose {
		width: 38px;
		height: 38px;
		top: 0;
		right: 0;
		background: #333333;
	}
	.cb_inline #cboxClose::before {
		position: absolute;
		top: 18px;
		left: 8px;
		width: 22px;
		height: 2px;
		background-color: #ffffff;
		content: '';
		transform: rotateZ(45deg);
	}
	.cb_inline #cboxClose::after {
		position: absolute;
		top: 8px;
		left: 18px;
		width: 2px;
		height: 22px;
		background-color: #ffffff;
		content: '';
		transform: rotateZ(45deg);
	}
	.cb_inline #cboxPrevious{
		left: 0;
		margin-top: -45px;
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt01.png) no-repeat top left / 100% auto;
		width: 34px;
		height: 90px;
	}
	.cb_inline #cboxNext{
		right: 0;
		margin-top: -45px;
		background: url(/cheeseclub/tips/set/plateau/img/index_modal_bt02.png) no-repeat top left / 100% auto;
		width: 34px;
		height: 90px;
	}
}