@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
.contents .tit-red {
	line-height: 1.2;
}
.txt-area dt {
	font-weight: bold;
	font-size: 2.2rem;
	color: #c6002f;
}
.txt-area figure {
	margin: 50px 0;
}
.txt-area figcaption {
	margin-top: 5px;
	font-size: 1.2rem;
	color: #af8c46;
	line-height: 1.5;
}
.txt-box ul {
	display: flex;
	margin-top: 50px;
}
.txt-box ul li {
	width: 50%;
}
.contact {
	clear: both;
	margin-bottom: 80px;
}
.other-box {
	margin-bottom: 60px;
	position: relative;
}
.other-box h2 {
	font-size: 11px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	height: 70px;
	background: #f0eeed;
	padding: 13px 0 0 15px;
	margin-bottom: 30px;
}
.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 {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 70px;
	left: calc(50% - 50vw);
	top: 0;
	background: linear-gradient(90deg, #c6002f 0%, #c6002f 50%, #f0eeed 50%, #f0eeed 100%);
	z-index: -1;
}
.other-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.other-info {
	width: calc(310/980*100%);
	background: #f0eeed;
}
.other-info a {
	display: flex;
	flex-flow: column-reverse wrap;
	text-decoration: none;
}
.other-info a:hover {
	opacity: .7;
}
.other-info dl {
	padding: 10px 20px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.other-info dt {
	color: #af8c46;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.other-info dt em {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
.other-info dt span {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
}
.back dt {
	margin-bottom: 5px;
}
.back .btn a {
	position: absolute;
	top: 18px;
	right: 0;
	background: #ffeb00;
	color: #000;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
.back .btn a:hover {
	opacity: .7;
}

.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;
}
/*.pick dt{ color: #c6002f; }*/
/*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;
	}
	.txt-box {
		padding: 0 15px;
	}
	.txt-area {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.txt-area dt {
		font-size: 1.6rem;
	}
	.txt-area figure {
		margin: 10px 0 30px;
	}
	.txt-area figcaption {
		font-size: 1.1rem;
	}
	.txt-box>figure {
		margin-bottom: 30px;
	}
	.txt-box ul {
		margin: 30px 0 50px;
	}
	.txt-box ul li {
		width: 100%;
	}
	.other-box {
		display: none;
	}
	.contact {
		margin-bottom: 40px;
	}
	.rec>.btn a {
		color: #000;
		font-family: 'Roboto', sans-serif;
		margin: 0 15px 50px;
		display: block;
		background: #ffeb00 url(/month/img/ico_arrow.png) right 15px center / 32px auto no-repeat;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		padding: 20px 0;
	}
	.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;
	}
	/*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {

	.pc-only {
		display: none;
	}


	/*smartPhone END*/
}