@charset "utf-8";

.ambasArea {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 2vw;
	width: 82%;
	margin-right: auto;
	margin-left: auto;
}

.ambasTxt {
	font-size: 1.2vw;
	line-height: 120%;
	color: #C6A415;
	background-image: url(../n_images/crown.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.6vw;
	text-align: right;
	padding-left: 2vw;
	display: inline-block;
}

h2.title {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	font-size: 3vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #CCC;
	padding-bottom: 1em;
}

.offeredArea {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: stretch;
	margin-bottom: 1.5vw;
}

/* Category */
.category {
	background-color: #1B1B1B;
	width: 18%;
	padding-top: 0.5vw;
	margin-right: 2%;
}

.categTxt {
	font-size: 1.3vw;
	text-align: center;
	color: #FFF;
}

/* Spec Area */
.specArea {
	width: 80%;
	display: flex;
	flex-wrap:wrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E2E2E;
}

/* Single Box */
.single {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.6vw;
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
}

/* Name */
.nameArea {
	width: 20%;
	margin-right: 1%;
}

.nameJ {
	font-size: 1.1vw;
	line-height: 110%;
	color: #CCC;
	font-weight: 400;
	padding-bottom: 0.3em;
}

.nameE {
	font-size: 1.05vw;
	line-height: 110%;
	color: #CCC;
	font-weight: 400;
	padding-bottom: 0.4vw;
}

/* Button Area */
.btnArea {
	width: 12%;
}

/* Button */
.btn a,
.btn a:visited {
	border: 1px solid #666;
	font-size: 1.1vw;
	line-height: 100%;
	text-decoration: none;
	padding-top: 0em;
	padding-bottom: 0.1em;
	border-radius: 4px;
	color: #CCC;
	padding-right: 1em;
	padding-left: 1em;
}

.btn a:hover {
	background-color: #666;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

/* RecoTxt */
.recoTxt {
	width: 66%;
	font-size: 1.1vw;
	color: #CCC;
}

.btmSpace {
	height: 8vw;
}

@media screen and (max-width: 767.98px){ /*768-992*/

.ambasArea {
	display: block;
	justify-content: flex-start;
	padding-bottom: 3vh;/*2vw*/
	width: 95%%;
	margin-right: auto;
	margin-left: 5%;
}

.ambasTxt {
	font-size: 4.2vw;/*1.2vw*/
	line-height: 120%;
	color: #C6A415;
	background-image: url(../n_images/crown.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6.5vw;
	text-align: center;
	padding-left: 8vw;
	display: inline-block;
}

h2.title {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	font-size: 6vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #CCC;
	padding-bottom: 1em;
}

.offeredArea {
	display: flex;
	flex-wrap:wrap;
	align-items: stretch;
	margin-bottom: 4vh;
}

/* Category */
.category {
	background-color: #333;
	width: 100%;
	padding-top: 0.8vw;
	margin-right: 0%;
	border-bottom-width: 8px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	padding-bottom: 1.4vw;
	margin-bottom: 1.4vh;
}

.categTxt {
	font-size: 4vw;
	text-align: center;
	color: #CCC;
	background-color: #333;
}

/* Spec Area */
.specArea {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 0.6vh;
}

/* Single Box */
.single {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.6vw;
	padding-top: 0.6vw;
	padding-bottom: 0vw;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* Name */
.nameArea {
	width: 55%;
	margin-right: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.6vh;
}

.nameJ {
	font-size: 3.8vw;
	line-height: 110%;
	color: #CCC;
	font-weight: 400;
}

.nameE {
	font-size: 3.8vw;
	line-height: 110%;
	color: #CCC;
	font-weight: 400;
	padding-bottom: 0.4vw;
}

/* Button Area */
.btnArea {
	width: 35%;
}

/* Button */
.btn a,
.btn a:visited {
	border: 1px solid #666;
	font-size: 4vw;
	line-height: 100%;
	text-decoration: none;
	padding-top: 0.4vhem;
	padding-bottom: 0.4vh;
	border-radius: 4px;
	color: #CCC;
	padding-right: 1.4em;
	padding-left: 1.4em;
}

.btn a:hover {
	background-color: #E9E9E9;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

/* RecoTxt */
.recoTxt {
	width: 100%;
	font-size: 3.8vw;
	padding-top: 1vh;
	padding-bottom: 1.1vh;
	line-height: 110%;
}

.btmSpace {
	height: 8vw;
}


}
