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

/* メインエリア */
.mainArea {
	display: flex;
}

/* 左スライダー */
.leftArea {
	width: 37%;
	/*background-color: #9C0;*/
}

.itemImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	transition:all 0.5s;
}

.itemImg:hover img {
  transform: scale(1.2);
  transition:all 0.5s;
}

/* 右本文 */
.rightArea {
	width: 57%;
	padding-left: 3%;
	position: relative;
}

/* リード文 */
h2 {
	font-size: 1vw;
	line-height: 180%;
	padding-bottom: 0.7vw;
	color: #FFF;
	font-weight: 300;
}

/* More Btn */
.moreBtn{
	margin-bottom: 4vw;
}

.moreBtn a,
.moreBtn a:visited {
	font-size: 1.1vw;
	line-height: 130%;
	font-weight: 400;
	color: #FFF;
	background-color: #565656;
	padding-top: 0.1em;
	padding-right: 3em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background-image: url(../n_images/arrow_1.png);
	background-position: 97% center;
	text-decoration: none;
	background-repeat: no-repeat;
	border-radius: 4px;
	transition:all 0.8s;
}

.moreBtn a:hover {
	background-color: #808080;
	transition:all 0.3s;

}

/* Title */
.subTtl {
	font-size: 2.2vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	left: -3.3vw;
}

.mainTtl {
	font-size: 4.8vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 108%;
	font-weight: 700;
	color: #C6A415;
	position: absolute;
	left: -3.3vw;
	top: 17vw;
}

/* Saitama Map */
.saitamap {
	width: 54%;
	margin-left: 46%;
	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: 14%;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-left: 7vw;
	background-position: left center;
	margin-bottom: 6vw;
}


/* カテゴリーボタン */
.categoryArea {
	display: flex;
	justify-content: space-between;
	width: 88vw;
	height: 28.6vw;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12vw;
}

/* 画像切替 */
.btn {
	position: relative;
	width: 32.5%;
	height: auto;
	display: block;
	cursor: pointer;
	border: 1px solid #C5A414;
	background-color: #000;
}
.btn img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

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

.btnArrow {
	right: 1vw;
	bottom: 1vw;
	z-index: 50;
	height: 2vw;
	width: 4vw;
	position: absolute;
}

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

.btnTxt {
	font-size: 7vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 8.5vw;
	left: 0.5vw;
	line-height: 120%;
	font-weight: 500;
}

.btnTxt2 {
	font-size: 5.2vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 8.5vw;
	left: 0.5vw;
	line-height: 120%;
	font-weight: 500;
}

.btnTxt3 {
	font-size: 4.8vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 8.5vw;
	left: 0.5vw;
	line-height: 120%;
	font-weight: 500;
}

.btn:hover .btnTxt {
	font-size: 3vw;
	transition: 0.4s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 0.1vw;
	left: 0.5vw;
}

.btn:hover .btnTxt2 {
	font-size: 3vw;
	transition: 0.4s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 0.5vw;
	left: 0.5vw;
	line-height: 120%;
	text-align: left;
	font-weight: 500;
}
.btn:hover .btnTxt3 {
	font-size: 3vw;
	transition: 0.4s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B79D26;
	z-index: 50;
	position: absolute;
	top: 0.5vw;
	left: 0.5vw;
	line-height: 120%;
	text-align: left;
	font-weight: 500;
}


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

/* メインエリア */
.mainArea {
	display: block;/*flex*/
}

/* 左スライダー */
.leftArea {
	width: 100%;
	/*background-color: #9C0;*/
	margin-bottom: 4vh;
}

.itemImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	transition:all 0.5s;
}

.itemImg:hover img {
  transform: scale(1);
  transition:all 0.5s;
}

/* 右本文 */
.rightArea {
	width: 92%;
	padding-left: 0%;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

/* リード文 */
h2 {
	font-size: 3.1vw;
	line-height: 180%;
	padding-bottom: 1vh;
	color: #FFF;
	font-weight: 300;
}

/* More Btn */
.moreBtn{
	margin-bottom: 5vh;
}

.moreBtn a,
.moreBtn a:visited {
	font-size: 3vw;
	line-height: 130%;
	font-weight: 400;
	color: #FFF;
	background-color: #565656;
	padding-top: 0.3em;
	padding-right: 3em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	background-image: url(../n_images/arrow_1.png);
	background-position: 97% center;
	text-decoration: none;
	background-repeat: no-repeat;
	border-radius: 4px;
	transition:all 0.8s;
}

.moreBtn a:hover {
	background-color: #808080;
	transition:all 0.3s;

}

/* Title */
.subTtl {
	font-size: 3.3vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 120%;
	font-weight: 500;
	color: #FFF;
	position: static;
	left: -3.3vw;
	padding-bottom: 2vh;
}

.mainTtl {
	font-size: 8vw;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	line-height: 108%;
	font-weight: 700;
	color: #C6A415;
	position: static;
	left: -3.3vw;
	top: 17vw;
	padding-bottom: 2vh;
}

/* Saitama Map */
.saitamap {
	width: 80%;
	margin-left: 10%;
	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: 6vw;
}


/* カテゴリーボタン */
.categoryArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 70vw;/*88vw*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6vh;
}

/* 画像切替 */
.btn {
	position: relative;
	width: 70vw;/*32.5%*/
	height: 70vw;
	display: block;
	cursor: pointer;
	border: 1px solid #C5A414;
	background-color: #000;
	margin-bottom: 3vh;
}
.btn img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn img:nth-of-type(2) {
	opacity: 0;
}

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

.btnArrow {
	right: 1vw;
	bottom: 1vw;
	z-index: 1;
	height: 5vh;
	width: 8vh;
	position: absolute;
}

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

.btnTxt {
	font-size: 12vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:3px 3px 0 #000;	/*水平の距離px 垂直の距離px 影の大きさ0 影の色#*/
}

.btnTxt2 {
	font-size: 7vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:2px 2px 0 #000;
}

.btnTxt3 {
	font-size: 7vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:2px 2px 0 #000;
}

.btn:hover .btnTxt {
	font-size: 12vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:3px 3px 0 #000;
}

.btn:hover .btnTxt2 {
	font-size: 7vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:2px 2px 0 #000;
}

.btn:hover .btnTxt3 {
	font-size: 7vw;
	transition: 0.6s ease-in-out;
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #F0DE37;
	z-index: 1;
	position: absolute;
	top: 0vw;
	left: 1vw;
	line-height: 120%;
	font-weight: 700;
	text-shadow:2px 2px 0 #000;
}

}
