@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;
}

/* セカンド　ヘッダー  */
.scdHeader {
	display: flex;
	margin-bottom: 4vw;
}

.scdHdrLeft {
	width: 26%;
}

.scdHdrLeft img {
	vertical-align: bottom;
	height: auto;
	width: 100%;	
}

.scdHdrRight {
	width: 74%;
	padding-left: 5%;
}

h2 {
	font-size: 5vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #FFF;
	line-height: 100%;
	padding-bottom: 1vw;
	padding-top: 0vw;
}

h3 {
	font-size: 2.5vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 130%;
	color: #C5A413;
	font-weight: 600;
	padding-right: 12%;
}

/* Saitama Map */
.saitamap {
	width: 80%;
	font-size: 1.5vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
	font-weight: 400;
	text-align: left;
	color: #FFF;
	background-image: url(../n_images/saitamap.png);
	background-repeat: no-repeat;
	background-size: 10%;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-left: 6vw;
	background-position: left center;
	margin-bottom: 2vw;
	margin-left: 20%;
}

/* メインエリア */
.mainArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 88%;
	margin-right: auto;
	margin-bottom: 8vw;
	margin-left: auto;
}

/* 工芸 */
.craftsUnitTtl,
.craftsUnit {
	width: 31%;
	margin-bottom: 4vw;
	position: relative;
	transition:all 0.3s;
	border: 1px solid #C5A414;
}

.craftsUnit a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.craftsUnit:hover {
	opacity: 0.6;
	transition:all 0.3s;
}

.craftsUnitTtl img,
.craftsUnit img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

h4 {
	font-size: 2vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
	font-weight: 500;
	color: #000;
	background-color: #C5A414;
	background-image: url(../n_images/B_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-left: 0.5em;
}


@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;
}

/* セカンド　ヘッダー  */
.scdHeader {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 5vh;
}

.scdHdrLeft {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4vh;
}

.scdHdrLeft img {
	vertical-align: bottom;
	height: auto;
	width: 100%;	
}

.scdHdrRight {
	width: 80%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-size: 12vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #FFF;
	line-height: 100%;
	padding-bottom: 2vh;
	padding-top: 0vw;
}

h3 {
	font-size: 5.5vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 130%;
	color: #C5A413;
	font-weight: 600;
	padding-right: 0%;
	padding-bottom: 3vh;
}

/* Saitama Map */
.saitamap {
	width: 90%;
	margin-left: auto;
	font-size: 3.6vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
	font-weight: 400;
	text-align: left;
	color: #FFF;
	background-image: url(../n_images/saitamap.png);
	background-repeat: no-repeat;
	background-size: 14%;
	padding-top: 4vw;
	padding-bottom: 4vw;
	padding-left: 12vw;
	background-position: left center;
	margin-bottom: 2vh;
	margin-right: auto;
}

/* メインエリア */
.mainArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-bottom: 6vh;
	margin-left: auto;
}

/* 工芸 */
.craftsUnitTtl,
.craftsUnit {
	width: 100%;
	margin-bottom: 3vh;
	position: relative;
	transition:all 0.3s;
	border: 1px solid #C5A414;
}

.craftsUnitTtl {
	display: none;
}

.craftsUnit a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.craftsUnit:hover {
	opacity: 0.6;
	transition:all 0.3s;
}

.craftsUnitTtl img,
.craftsUnit img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

h4 {
	font-size: 6.68vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 130%;
	font-weight: 500;
	color: #000;
	background-color: #C5A414;
	background-image: url(../n_images/B_arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 15%;
	padding-left: 0.3em;
	padding-top: 0.1em;
}



}
