@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
.contents .tit-red {
	line-height: 1.2 !important;
	margin: 50px 0 0;
	font-size: 4.5rem;
}
.tit-red em {
	display: inline-block;
	margin-bottom: 0 !important;
}
.date {
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
}
.intro {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intro figure {
	width: 28.5%;
}
.intro-box {
	width: 67%;
}
.intro-box .info {
	padding: 30px;
	margin-top: 40px;
	background: #f0eeed;
}
.intro-box .info p {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 20px;
}
.intro-box .info p em {
	display: block;
	font-weight: bold;
	font-size: 2.4rem;
	color: #c6002f;
}
.intro-box .info p span {
	font-size: 1.4rem;
}
.item {
	padding-top: 70px;
}

.item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.item-list li {
	width: 48%;
	margin-bottom: 30px;
}
.item-list li a {
	text-decoration: none;
}
.item-list li img {
	transition: .3s;
	max-width: none;
	width: 100%;
}
.item-list li a:hover img {
	opacity: 0.7;
}
.item-list li dl + dl {
	margin-top: 8px;
}
.item-list li dt {
	font-weight: bold;
	color: #b9a06e;
	font-size: 1.6rem;
}
.item-list li dd span {
	color: #c6002f;
}
.item-list li dd {
	font-size: 1.2rem;
}
#jquery-overlay, #jquery-lightbox {
	z-index: 9999;
}


.contact {
	margin-bottom: 60px;
}
.contact-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.contact-info li a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	background: #fff url(/img/boutique/ico_arrow.png) no-repeat 10px center;
	border: 4px solid #d2aa64;
	padding: 10px 10px 10px 25px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.contact-info li:first-of-type a {
	margin-bottom: 10px;
}
.contact-info li a:hover {
	background: #ffe9c2 url(/img/boutique/ico_arrow.png) no-repeat 10px center;
}

.other-box {
	margin-bottom: 60px;
	position: relative;
}
.other-box h2,
.item h2 {
	font-size: 11px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background: #f0eeed;
	padding: 12px 0 12px 15px;
	margin-bottom: 30px;
	position: relative;
}
.item h2 {
	font-size: 3rem;
	background: #000000;
	color: #fff;
	display: flex;
	align-items: center;
}
.other-box h2 span {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	padding-right: 15px;
	vertical-align: middle;
}
.other-box h2::before,
.item h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	background: linear-gradient(90deg, #c6002f 0%, #c6002f 50%, #f0eeed 50%, #f0eeed 100%);
	z-index: -1;
}
.item h2::before {
	background: linear-gradient(90deg, #c6002f 0%, #c6002f 50%, #000 50%, #000 100%);

}
.past {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
	background: #f0eeed;
	margin-top: 30px;
}

.past figure {
	width: 58.6%;
}
.past .txt {
	width: 37%;
}
.past dt {
	font-weight: bold;
	color: #c6002f;
	font-size: 2.3rem;
	line-height: 1.3;
	margin-bottom: 5px;
}
.past dt span {
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
}
.past dd {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.past .btn a,
.info .btn a {
	max-width: 330px;
	width: 100%;
	background: #c6002f;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	padding: 18px 0;
	color: #fff;
	transition: .3s;
}
.past .btn a span, .info .btn a span {
	position: relative;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.past .btn a span::after, .info .btn a span::after {
	content: "";
	background: url(/mmmlibrary/img/ico_arrow.png) right center / 23px auto no-repeat;
	width: 23px;
	height: 16px;
	vertical-align: -3px;
	margin-left: 10px;
	display: block;
}
.past .btn a:hover, .info .btn a:hover {
	opacity: .7;
}
.supplement {
	padding: 70px 0;
}
.supplement h2 + p {
	text-align: center;
}


/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	.sp-only {
		display: none;
	}



	/*PC END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～
---------------------------------------------------- */
@media only screen and (min-width: 769px) {



	/*tablet PC END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～960px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 960px) {}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {

	.pc-only {
		display: none;
	}
	.contents .tit-red {
		line-height: 1.4 !important;
		margin-top: 25px;
		font-size: 2.4rem;
	}
	.date {
		font-size: 1.8rem;
	}
	.intro {
		margin: 20px 15px 0;
		flex-direction: column;
	}
	.intro figure {
		width: 60%;
		margin: 0 auto 15px;
	}
	.intro-box {
		width: 100%;
	}
	.intro-box .info {
		margin-top: 20px;
	}
	.intro-box .info p {
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4;
	}
	.intro-box .info p em {
		font-size: 1.9rem;
	}
	.intro-box .info p span {
		font-size: 1.3rem;
	}
	.item {
		margin: 0 15px;
		padding-top: 40px;
	}
	.item-list {
		margin: 15px 0;
	}
	.item-list li {
		margin-bottom: 15px;
	}
	.item-list li dt {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.item-list li dd {
		font-size: 1.1rem;
	}

	#jquery-lightbox {
		padding: 0 15px;
	}
	#lightbox-container-image-data-box {
		width: 100% !important;
		padding: 0;
	}
	#lightbox-container-image-box {
		width: 100% !important;
		height: auto !important;
	}
	#lightbox-nav a {
		height: 100% !important;
	}


	.past .btn a, .info .btn a {
		margin-top: 15px;
		line-height: 1.3;
		padding: 12px 0;
		margin: 0 auto;

	}

	.supplement h2 + p {
		padding: 20px;
	}

	.contact-info ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	.contact-info ul li {
		width: 49%;
	}
	.contact-info ul li a {
		margin-bottom: 0 !important;
		border-width: 2px;
		font-size: 3vw;
		padding: 10px 5px 10px 20px;
		background-size: 6px auto;
	}
	.contact-info ul li a:hover {
		background-size: 6px auto;
	}
	.contact {
		margin-bottom: 30px;
	}
	.other-box h2 {
		font-size: 1.1rem;
	}
	.other-box h2,
	.item h2 {
		margin-bottom: 15px;
	}
	.item h2 {
		line-height: 1.3;
	}

	.other-box h2 span,
	.item h2 {
		font-size: 2rem;
	}

	.other-box {
		margin: 0 15px;
	}
	.past {
		padding: 20px;
		flex-direction: column;
	}
	.past figure {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.past .txt {
		width: 100%;
		text-align: center;
	}
	.past dt {
		font-size: 1.9rem;
	}
	.past dt span, .past dd {
		font-size: 1.6rem;
	}

	/*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {

	.pc-only {
		display: none;
	}


	/*smartPhone END*/
}