@charset "utf-8";
/* CSS Document */



/*----------------------
common
----------------------*/

body {
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	color: #333;
}

p {
	font-size: 1.125rem;
	line-height: 1.7;
}

.content-area {
	max-width: 960px;
	margin: 0 auto;
	padding: 5rem 0;
}

.block {
	display: block;
}

.text-center {
	text-align: center;
	margin-bottom: 3.5rem;
}

.pc-show {
	display: block;
}
.sp-show {
	display: none;
}




/*----------------------------------

美酒まとめページ

----------------------------------*/

#b-header {
	background: url("images/bishu_header_bg.png") no-repeat center top;
}

#b-header h1.pc-show {
	display: block;
	max-width: 1320px;
	padding: 0 0 1rem;
	margin: 0 auto;
	overflow: hidden;
}
#b-header h1.sp-show {
	display: none;
}

#b-header h1 img {
	text-align: center;
}


#bishu h2 {
	font-size: 3rem;
	font-weight: 600;
}
#bishu h2 span {
	font-size: 1.25rem;
	font-weight: 400;
	
}

#kikuhiko-bishu {
	background: #faf7ee;
}

#kikuhiko-bishu .content-area {
	display: flex;
	justify-content: space-between;
}

#kikuhiko-bishu h2 {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #333;
	margin-bottom: 2.5rem;
}
#kikuhiko-bishu h2 .ic-tokkuri {
	background: url("images/icon_tokkuri.png") no-repeat left center;
	padding-left: 2rem;
}

#kikuhiko-bishu .kikuhiko-bishu-text {
	max-width: 560px;
}

.kikuhiko-sit {
	margin: -6rem -2rem 0 0;
}

#spmovie-bishu h2 {
	text-align: center;
	margin-bottom: 3.5rem;
	background: url("images/icon_kachinko.png") no-repeat top center;
	padding-top: 3.25rem;
}
#spmovie-bishu h2 span {
	display: block;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

#spmovie-bishu p {
	max-width: 560px;
	margin: 0 auto 3.75rem;
}

.spmovie-area-bishu {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.spmovie-fukidashi-area {
	max-width: 300px;
}
.spmovie-fukidashi-area img {
	display: block;
	margin-bottom: 2.5rem;
}
.spmovie-fukidashi-area img {
	width: 100%;
	position: relative;
	z-index: -1;
}

.movie-area {
	max-width: 640px; /* ★最大幅指定 */
	width: 100%; /* ★最大幅指定で表示 */
	margin-right: 1.125rem;
}
.movie-box {
	position: relative; /* ★基準位置を指定 */
	width: 100%; /* ★最大幅指定で表示 */
	height: 0; /* ★paddingで高さ指定するため、heightは0に */
	padding-bottom: 56.25%; /* ★16:9 = 100%:56.25% なので、56.25％の高さ指定 */
	overflow: hidden;
}
.movie-area iframe {
    position: absolute; /* ★位置を指定 */
    top: 0;
    left: 0;
    width: 100%; /* ★最大幅を指定 */
    height: 100%; /* ★56.25％内の最大の高さを指定 */
}
.movie-area img {
	width: 100%;
}

.up-wave {
	margin-top: -260px;
}

#nwb-explain .no-wave {
	background: #faf7ee;
	margin-top: -3px;
}

.fukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.fukidashi::before {
	content: "";
	width: 3.5rem;
	height: 1px;
	transform: rotate(60deg);
	box-sizing: border-box;
	background-color: #333;
}
.fukidashi::after {
	content: "";
	width: 3.5rem;
	height: 1px;
	transform: rotate(-60deg);
	box-sizing: border-box;
	background-color: #333;
}

#nwb-explain h2 {
	text-align: center;
	margin-bottom: 3.5rem;
}
#nwb-explain h2 span {
	line-height: 1.5;
	margin-bottom: 0.5rem;	
}

#nwb-explain h2 .b-nihonshu,
#nwb-explain h2 .b-beer,
#nwb-explain h2 .b-wine {
	font-size: 3rem;
	font-weight: 500;
}
#nwb-explain h2 .b-nihonshu {
	color: #0b3190;
}
#nwb-explain h2 .b-beer {
	color: #bb8800;
}
#nwb-explain h2 .b-wine {
	color: #992244;
}
#nwb-explain h2 .b-beer .sp-show {
	display: none;
}
#nwb-explain h2 .by {
	font-size: 2rem;
	color: #666;
}

.sake-area,
.beer-area,
.wine-area {
	display: flex;
	justify-content: space-between;
}
.beer-area {
	flex-direction: row-reverse;
}
.sake-area,
.beer-area {
	margin-bottom: 3.75rem;	
}
.sake-area { background: url("images/sake.png") no-repeat top left; }
.beer-area { background: url("images/beer.png") no-repeat top right; }
.wine-area { background: url("images/wine.png") no-repeat top left; }

#nwb-explain .text-center {
	margin-bottom: 3.5rem;
}

#nwb-explain .content-text {
	width: 50%;
}

#nwb-explain h3 {
	font-size: 2.5rem;
	font-weight: 500;
	padding: 4rem 0 2rem;
	margin-bottom: 1.75rem;
}
#nwb-explain .sake-area h3 {
	color: #0b3190;
}
#nwb-explain .beer-area h3 {
	color: #bb8800;
}
#nwb-explain .wine-area h3 {
	color: #992244;
}

.content-text p {
	margin-bottom: 1.75rem;
}

.b-legal {
	font-size: 1rem;
    text-align: center;
    margin: 7.5rem 40px 0;
}



/*----------------------
バナーボタンエリア　common
----------------------*/

.b-related {
	background: #faf7ee;
}

#related h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding: 2rem 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 5rem;
	position: relative;
}
#related h2::before {
	content: url("images/ill_tokkuri.png");
	position: absolute;
	left: 4rem;
	top: 2.5rem;
}
#related h2::after {
	content: url("images/ill_wineglass.png");
	position: absolute;
	right: 4rem;
	top: 2.5rem;
}

.related-area {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.related-link {
	width: 47%;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 5rem;
}

.related-link p {
	margin-bottom: 1.5rem;
}

.related-link a {
	display: block;
}
.related-link a .bn-box {
	max-width: 450px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1.25rem;
	box-shadow: 0 4px 12px 4px rgba(0,0,0,0.1);
}
.related-link a img.bn {
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.related-link a:hover img.bn {
	transform: scale(1.1); /* 拡大 */
}

.bn-ns {
	color: #0b3190;
}
.bn-wb {
	color: #633f17;
}
.bn-jz {
	color: #333;
}

.bn-pre {
	margin-bottom: 1rem;
}

.bn {
	display: block;
	width: 100%;
}

.btn-ns,
.btn-wb,
.btn-jz {
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem;
	width: 12.5rem;
	height: 2.5rem;
	border-radius: 8px;
}
.btn-ns {
	background: #0b3190;
}
.btn-wb {
	background: #633f17;
}
.btn-jz {
	background: #333;
}

.related-link a button {
	transition: background-color 0.3s ease; /* 徐々に変化させる設定 */
	position: relative;
	width: 240px;
	height: 60px;
}
.related-link a:hover button.btn-ns {
	background: #2950b3; /* 背景色変更 */
}
.related-link a:hover button.btn-wb {
	background: #845e33; /* 背景色変更 */
}
.related-link a:hover button.btn-jz {
	background: #555; /* 背景色変更 */
}
.related-link a button::after {
	content: url("images/allow_white.png");
	position: absolute;
	center: 0;
	right: 1rem;
}

.feature {
	margin: 0 auto 4rem;
}
.feature h3,
#wb .feature h3,
#ns .feature h3 {
	font-size: 1.125rem;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 1.5rem;
}
.feature a.btn-fl {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 400px;
	padding: 1.25rem 0;
	border: 1px solid #333;
	border-radius: 8px;
	font-weight: 400;
	transition: background-color 0.3s ease;
	position: relative;
}
.feature a.btn-fl::after {
	content: url("images/allow_black.png");
	position: absolute;
	center: 0;
	right: 1rem;	
}
a.btn-fl:hover {
	background: #333;
	color: #fff;
}
.feature a.btn-fl:hover::after {
	content: url("images/allow_white.png");
}



/*----------------------
pagetopボタン
----------------------*/

#page-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
}


/*----------------------
footer
----------------------*/

footer {
	line-height: 1.5;
	text-align: center;
	padding: 2rem 2.5rem 6.5rem;	
	margin: 0;
}
#wb-footer {
	background: #fef9eb;
}
#ns-footer {
	background: #ebf4f4;
}




/*----------------------------------

レスポンシブ - 美酒まとめページ

----------------------------------*/

@media screen and (min-width:768px) and (max-width:1320px) {
	#b-header h1.pc-show img {
		width: 100%;
	}
	
	.content-area {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
}

@media screen and (max-width:767px) {
	
	.pc-show {
		display: none;
	}
	.sp-show {
		display: block;
	}
	
	#b-header {
		background: none;
	}
	
	#b-header h1.pc-show {
		display: none;
	}
	#b-header h1.sp-show {
		display: block;
	}
	#b-header h1.sp-show img {
		width: 100%;
	}
	
	.content-area {
		margin: 0 40px;
		padding: 3rem 0;
	}
	
	#kikuhiko-bishu .content-area {
		display: block; /* flex解除 */
	}
	
	#kikuhiko-bishu .kikuhiko-bishu-text {
		width: 100%;
	}
	
	#kikuhiko-bishu .kikuhiko-bishu-text h2 {
		font-size: 1.125rem;
		line-height: 2.25;
	}
	#kikuhiko-bishu .kikuhiko-bishu-text h2 img {
		display: block;
	}
	
	#kikuhiko-bishu {
		position: relative;
	}
	.kikuhiko-sit {
		position: absolute;
		left: 70%;
		top: 12%;		
	}
	.kikuhiko-sit img {
		width: 90%;
	}
	
	#spmovie-bishu h2 {
		font-size: 2.5rem;
	}
	
	.spmovie-area-bishu {
		display: block;
	}
	
	.spmovie-fukidashi-area {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		max-width: 100%;
	}
	.spmovie-fukidashi-area div {
		width: 48%;
	}
	.spmovie-fukidashi-area img {
		margin: 0;
	}
	
	.movie-area {
		margin: 0;
	}
	.movie-area figure {
	}
	.movie-area iframe {
	}
	
	.up-wave {
		margin: 0;
	}
	
	#nwb-explain h2 {
		line-height: 1;
	}
	#nwb-explain h2 .b-nihonshu,
	#nwb-explain h2 .b-beer,
	#nwb-explain h2 .b-wine {
		font-size: 2.5rem;
	}
	#nwb-explain h2 .b-beer .sp-show {
		display: block;
	}
	#nwb-explain h2 span {
		line-height: 0;
	}
	.fukidashi {
		font-size: 1rem;
		padding: 20px 0;
	}
	
	.sake-area,
	.beer-area,
	.wine-area {
		display: block;
	}
	.sake-area,
	.beer-area {
		margin-bottom: 2.5rem;
	}
	.sake-area { background: url("images/sake.png") no-repeat top left / 100%; }
	.beer-area { background: url("images/beer.png") no-repeat top left / 100%; }
	.wine-area { background: url("images/wine.png") no-repeat top left / 100%; }
	
	#nwb-explain .text-center {
		margin-bottom: 2.5rem;
	}
	#nwb-explain .content-text {
    	width: 100%;
	}
	#nwb-explain .content-img {
    	width: 100%;
	}
	#nwb-explain .content-img img {
		width: 100%;
	}
	#nwb-explain .sake-area h3,
	#nwb-explain .beer-area h3,
	#nwb-explain .wine-area h3 {
		font-size: 2rem;
		background-size: 100%;
		background-position: top 28px left 0;
	}
	
	.b-legal {
    margin: 6rem 40px 0;
	}
	
	
	/*----------------------
	バナーボタンエリア　common
	----------------------*/
	
	#related h2 {
		font-size: 1.25rem;
		padding: 1rem 0;
		margin-bottom: 3rem;
	}
	#related h2::before,
	#related h2::after {
		content: none;
	}
	
	.related-area {
		display: block;
	}
	.related-link {
		width: 100%;
		margin-bottom: 3rem;
	}
	
	.feature a.btn-fl {
		width: 240px;
		height: 60px;
	}
	
	
	/*----------------------
	pagetopボタン
	----------------------*/
	
	#page-top {
		right: 0;
		bottom: 100px;
	}

}



/*----------------------------------

ワイン＆ビール、日本酒　common

----------------------------------*/

#wb-main .pc-show,
#ns-main .pc-show {
	display: block;
}
#wb-main .sp-show,
#ns-main .sp-show {
	display: none;
}

.ill-map img {
	width: 100%;
}

#wb-mymap iframe,
#ns-mymap iframe {
	width: 100%;
	height: 480px;
}



/*----------------------------------

ワイン＆ビール

----------------------------------*/

#wb .pc-show {
	display: block;
}
#wb .sp-show {
	display: none;
}

#wb-header {
	background: url("images/wb_header_bg.jpg") no-repeat center top;
	padding: 2.5rem 0 15rem;
}

#wb-header .pc-show h1 {
	display: block;
	max-width: 770px;
	margin: 0 auto 4rem;
}
#wb-header .sp-show {
	display: none;
}

#wb-header h1 img {
	text-align: center;
}

#wb-header p.h1-disc {
	font-weight: 400;
	text-align: center;
}


#wb-main h2 {
	text-align: center;
	margin-bottom: 5rem;
}
#wb-main h2 span {
	display: block;
	font-weight: 400;
	color: #633f17;
	margin-top: 1.75rem;
}

#wb-main h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #633f17;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2.5rem;
}

#wb-usagida,
#wb-oh,
#wb-carvaan {
	margin-bottom: 7.5rem;
}

.usagida-bg {
	background: url("images/wb_usagida_bg01.png") no-repeat left top 100px,
		url("images/wb_usagida_bg02.png") no-repeat right top 1400px;
}
.oh-bg {
	background: url("images/wb_oh_bg01.png") no-repeat left 40px top 200px,
		url("images/wb_oh_bg02.png") no-repeat right 40px top 1500px;
}
.carvaan-bg {
	background: url("images/wb_carvaan_bg01.png") no-repeat left top 200px,
		url("images/wb_carvaan_bg02.png") no-repeat right top 1500px;
}

#wb-usagida p,
#wb-oh p,
#wb-carvaan p {
	max-width: 640px;
	margin: 0 auto 3.75rem;
}

.wb-ph-area {
	max-width: 960px;
	margin: 0 auto 3.75rem;
}
.main-ph {
	margin-bottom: 1.125rem;
	max-width: 960px;
}
.main-ph figure img {
	width: 100%;
}
.sub-ph {
	display: flex;
	justify-content: space-between;
}
.sub-ph figure img {
	width: 100%;
}

.wb-data-area {
	background: #fef9eb;
	max-width: 960px;
	padding: 40px;
	border-radius: 12px;
	margin: 0 auto;
	display: flex;
}
.wb-data {
	margin-left: 2.5rem;
}
.wb-data h4 {
	width: 80px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	background: #633f17;
	padding: 8px 20px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.wb-data li {
	color: #633f17;
	line-height: 1.5;
	padding-left: 1.5rem;
	margin-bottom: 8px;
}
.wb-data li.ic-clock {
	background: url("images/icon_clock_wb.png") no-repeat left 5px;
}
.wb-data li.ic-pin {
	background: url("images/icon_pin_wb.png") no-repeat left 5px;
}
.wb-data li.ic-tel {
	background: url("images/icon_tel_wb.png") no-repeat left 5px;
}


#wb-rec-spot {
	background: url("images/wb_rec_bg.png") no-repeat center top 120px #f9f6ee;
	padding: 0;
}
.wb-rec-box {
	margin-top: 7.5rem;
	padding-bottom: 4rem;
}

#wb-rec-spot h2 {
	text-align: left;
}
#wb-rec-spot .wb-rec-box {
	position: relative;
}
#wb-rec-spot .wb-ph-hannougawara {
	position: absolute;
	right: 0;
	top: 0;
}
#wb-rec-spot h3 {
	font-size: 1.75rem;
	text-align: left;
}
#wb-rec-spot .wb-rec-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
#wb-rec-spot p {
	width: 100%;
}
.wb-rec-data-area {
	width: 100%;
}
.wb-rec-data-area .wb-data {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}


#wb-inn {
	background: #fff;
	margin-top: -2px;
	padding: 3.5rem 0;
}
#wb-inn h2 .wb-inn-fukidashi {
	display: block;
	margin: 0 auto 1.25rem;
}
.wb-inn-line {
	background: url("images/wb_inn_line.png") repeat-x center top 230px;
}
#wb-inn h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #633f17;
	letter-spacing: 0.2rem;
	line-height: 1.3;
	text-align: center;
	background: #fff;
	max-width: 440px;
	margin: 0 auto 5rem;
}

.wb-inn-content {
	max-width: 960px;
	display: flex;
}
.wb-inn01,
.wb-inn02 {
	margin-right: 1.75rem;
}

#wb-inn figure {
	max-width: 300px;
	margin-bottom: 1.25rem;
}
#wb-inn figure img {
	max-width: 300px;
	width: 100%;
}
#wb-inn p {
	margin-bottom: 1.25rem;
}
.wb-inn-data-area {
	width: 100%;
	background: #fef9eb;
}
.wb-inn-data-area .wb-data {
	padding: 20px;
	margin-left: 0;
}

#wb-main .wb-inn-content h3 {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.wb-inn-h-pre {
	font-size: 1rem;
	font-weight: 400;
	color: #333;
}
.wb-inn-h-ruby {
	font-size: 1rem;
	font-weight: 400;
	display: block;
}

#wb-mymap {
	background: #f9f6ee;
}
#wb-mymap .content-area {
	padding: 7.5rem 0;
}
#wb-mymap figure {
	max-width: 960px;
}
#wb-mymap figure img {
	width: 100%;
}

#wb-course {
	padding: 2.5rem 0 0;
	background: url("images/wb_modelcourse.png") no-repeat center top -2px;
}
.wb-bg-woman {
	background: url("images/wb_bg_woman.png") no-repeat right bottom -180px;
}
.wb-bg-michishirube {
	background: url("images/wb_bg_michishirube.png") no-repeat center top 180px;
}

#wb-course h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #633f17;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 4rem;
}
#wb-course h2 span {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	width: 240px;
	line-height: 40px;
	background: #633f17;
	border-radius: 20px;
	margin: 0 auto 1.25rem;
}


.wb-course-root li {
	background: #f9f6ee;
	padding: 60px;
	border-radius: 20px;
	margin-bottom: 2.5rem;
	max-width: 960px;
	width: 100%;
	position: relative;
}
.wb-course-root li::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #f9f6ee;
}
.wb-course-root li:last-child::before {
	border: none;
}

.wb-course-root li .wb-course-list-content {
	display: flex;
	justify-content: space-between;
}
.wb-course-root li p.wb-course-list-p {
	max-width: 400px;
	width: 100%;
}
.wb-course-root li figure {
	max-width: 400px;
	width: 100%;
	margin-left: 1.25rem;
}
.wb-course-root li figure img {
	width: 100%;
}
.wb-course-root li p strong {
	font-weight: 600;
	color: #633f17;
}


#wb-area-spot h2 {
	background: #fef4d8;
	padding: 3.75rem 0;
	margin: 0;
}
#wb-area-spot h2 span {
	font-size: 1.5rem;
	font-weight: 500;
	color: #633f17;
	margin: 0 0 1rem;
}

#wb-area-spot figure {
	margin-bottom: 5rem;
}
#wb-area-spot figcaption {
	font-size: 1.75rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #633f17;
	max-width: 400px;
	width: 100%;
	padding: 8px 0;
	margin: 0 auto 3.75rem;
}


#wb-area-spot {
	background: url("images/wb_bg_note.png") repeat;
}

#wb-area-spot h3 {
	margin-bottom: 5rem;
}

.wb-bev-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}
.wb-bev01,
.wb-bev02 {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.wb-bev-text {
	min-width: 180px;
}

.wb-bev-text h4,
.wb-maple-text h4 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #633f17;
	padding-left: 2rem;
	margin-bottom: 0.75rem;
}

.wb-bev-beverage {
}
.wb-bev-beverage figure {
}
.wb-bev-beverage figure img {
}

.wb-bev-no01 { background: url("images/wb_no01.png") no-repeat left top 3px / 24px;}
.wb-bev-no02 { background: url("images/wb_no02.png") no-repeat left top 3px / 24px;}
.wb-bev-no03 { background: url("images/wb_no03.png") no-repeat left top 3px / 24px;}
.wb-bev-no04 { background: url("images/wb_no04.png") no-repeat left top 3px / 24px;}
.wb-bev-no05 { background: url("images/wb_no05.png") no-repeat left top 3px / 24px;}
.wb-bev-no06 { background: url("images/wb_no06.png") no-repeat left top 3px / 24px;}
.wb-a { background: url("images/wb_a.png") no-repeat left top 5px / 26px;}
.wb-b { background: url("images/wb_b.png") no-repeat left top 5px / 26px;}
.wb-c { background: url("images/wb_c.png") no-repeat left top 5px / 26px;}

.wb-bev-name {
	font-size: 1rem;
	font-weight: 500;
	color: #633f17;
	text-align: center;
	background: #fff5d9;
	width: 100%;
	padding: 8px;
	margin-bottom: 0.75rem;
}

.wb-maple-spot-area {
	display: flex;
	margin-bottom: 7.5rem;
}
.wb-maple-text {
	padding: 40px;
	border: solid #633f17;
	border-width: 1px 0 1px 1px;
	border-radius: 20px 0 0 20px;
	margin-right: 1rem;
}
.wb-maple-photo {
	width: 62.5%;
}


.legal {
	font-size: 1rem;
	text-align: center;
    margin: 7.5rem 40px 4rem;
}



/*----------------------
ページ内リンク
----------------------*/

nav.page-link {
	position: fixed;
	left: 40px;
	top: 40px;
}
nav.page-link li {
	margin-bottom: 5px;
}
nav.page-link li a {
	display: block;
	font-weight: 300;
	color: #fff;
	width: 200px;
	text-align: left;
	padding: 16px 20px;
	background: url("images/page-link-dez.png") no-repeat left center;
	transition: background-color 0.3s ease; /* 徐々に変化させる設定 */
}
nav.wb-page-link li a { background: url("images/page-link-dez.png") no-repeat left center rgba(99,63,23,0.9);}
nav.wb-page-link li a:hover { background-color: rgba(132,94,51,0.9);}

nav.ns-page-link li a { background: url("images/page-link-dez.png") no-repeat left center rgba(104,176,180,0.9);}
nav.ns-page-link li a:hover { background-color: rgba(132,197,201,0.9);}



/*----------------------------------

レスポンシブ - ワイン＆ビール

----------------------------------*/

@media screen and (min-width:768px) and (max-width:1320px) {
	
	.wb-content-area {
		max-width: 1320px;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.usagida-bg,
	.oh-bg,
	.carvaan-bg {
		background: none;
	}
	
	#wb-rec-spot .wb-ph-hannougawara {
		position: static;
		margin-bottom: 2.5rem;
	}
	#wb-rec-spot .wb-ph-hannougawara img {
		width: 100%;
	}

	.wb-inn-h-pre {
		font-size: 0.75rem;
	}
	#wb-main .wb-inn-content h3 {
		font-size: 1.75rem;
	}
	
	#wb-course .wb-bg-woman {
		background: none;
	}
	
	.wb-bev-beverage {
		min-width: 150px;
        width: 35%;
    }
	.wb-bev-beverage img {
		width: 100%;
	}

}

@media screen and (max-width:767px) {
	
	
	#wb .pc-show {
		display: none;
	}
	#wb .sp-show {
		display: block;
	}
	
	.usagida-bg,
	.oh-bg,
	.carvaan-bg {
		background: none;
	}
	
	#wb-header {
		background: none;
		padding: 0;
	}

	#wb-header h1 img,
	#wb-header p img {
		width: 100%;
	}

	#wb-usagida,
	#wb-oh,
	#wb-carvaan {
		margin: 0 40px;
	}
	
	#wb-usagida h2 img,
	#wb-oh h2 img,
	#wb-carvaan h2 img {
		max-width: 450px;
		width: 100%;
	}
	
	#wb-main h2 {
		margin-bottom: 3rem;
	}
	
	#wb-main h3 {
		font-size: 1.5rem;
	}
	
	#wb-main img {
		width: 100%;
		margin: 0;
	}
	.main-ph {
		margin: 0;
	}
	
	.sub-ph {
		display: block;
	}
	
	.wb-data-area {
		display: block;
	}
	
	.wb-data-area {
		margin-bottom: 4rem;
	}
	.wb-data-ph {
		margin-bottom: 1.25rem
	}
	.wb-data {
   		margin: 0;
	}
	
	
	.wb-rec-box {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	
	#wb-rec-spot h2 {
		text-align: center;
	}
	#wb-rec-spot h2 img {
		max-width: 260px;
		width: 100%;
	}
	#wb-rec-spot .wb-ph-hannougawara {
		position: static;
		margin-bottom: 2.5rem;
	}
	#wb-rec-spot .wb-rec-content {
		display: block;
	}
	#wb-rec-spot .wb-rec-content {
		margin-bottom: 0;
	}
	.wb-rec-p {
		margin-bottom: 2.5rem;
	}
	
	#wb-inn {
		padding: 0;
	}
	#wb-inn h2 .wb-inn-fukidashi {
		max-width: 144px;
	}
	#wb-inn h2 {
		font-size: 2.25rem;
	}
	.wb-inn-content {
    	display: block;
	}
	.wb-inn01, .wb-inn02 {
    	margin-right: 0;
	}
	.wb-inn-data-area {
		margin-bottom: 2.5rem;
	}
	#wb-inn figure {
		max-width: 768px;
	}
	#wb-inn figure img {
		max-width: 768px;
		width: 100%;
	}

	#wb-mymap .content-area {
		padding: 3rem 0;
	}
	#wb-mymap .content-area h2 {
		margin-bottom: 1.5rem;
	}
	
	#wb-course {
		padding: 2rem 0 0;
		background: url(images/wb_modelcourse_sp.png) no-repeat center top -2px;
	}
	.wb-bg-woman {
    	background: none;
	}
	#wb-course h2 span {
		font-size: 1.25rem;
		width: 200px;
	}
	#wb-course h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.wb-bg-michishirube {
		background: none;
	}
	.wb-course-root li {
		padding: 40px;
	}
	.wb-course-root li .wb-course-list-content {
		display: block;
	}
	.wb-course-root li p.wb-course-list-p {
		max-width: 768px;
		margin-bottom: 1.25rem;
	}
	.wb-course-root li figure {
		max-width: 768px;
	}
	.wb-course-root li figure img {
		max-width: 768px;
	}
	
	#wb-area-spot h2 span {
		font-size: 1.25rem;
	}
	#wb-main #wb-area-spot h2 {
		margin-bottom: 0;
		padding: 2.5rem 0;
	}
	#wb-area-spot figcaption {
		font-size: 1.25rem;
		max-width: 768px;
		margin: 0 auto 2.5rem;
	}
	#wb-area-spot figure {
		margin-bottom: 2rem;
	}
	#wb-area-spot h3 {
		margin-bottom: 2rem;
	}
	.wb-bev-area {
		display: block;
	}
	.wb-bev01,
	.wb-bev02 {
		width: 100%;
		margin-bottom: 2rem;
	}
	.wb-bev-text {
		width: 65%;
	}
	.wb-bev-beverage {
		width: 35%;
	}
	.wb-bev-text h4,
	.wb-maple-text h4 {
		font-size: 1.25rem;
		padding-left: 1.75rem;
	}
	.wb-bev-text p {
		font-size: 1rem;
	}
	
	.wb-bev-no01 { background: url("images/wb_no01.png") no-repeat left top 3px / 20px;}
	.wb-bev-no02 { background: url("images/wb_no02.png") no-repeat left top 3px / 20px;}
	.wb-bev-no03 { background: url("images/wb_no03.png") no-repeat left top 3px / 20px;}
	.wb-bev-no04 { background: url("images/wb_no04.png") no-repeat left top 3px / 20px;}
	.wb-bev-no05 { background: url("images/wb_no05.png") no-repeat left top 3px / 20px;}
	.wb-bev-no06 { background: url("images/wb_no06.png") no-repeat left top 3px / 20px;}
	.wb-a { background: url("images/wb_a.png") no-repeat left top 5px / 22px;}
	.wb-b { background: url("images/wb_b.png") no-repeat left top 5px / 22px;}
	.wb-c { background: url("images/wb_c.png") no-repeat left top 5px / 22px;}
	
	.wb-maple-spot-area {
		display: block;
		margin-bottom: 4rem;
	}
	.wb-maple-text {
		padding: 32px;
		border-width: 1px 1px 0 1px;
	    border-radius: 20px 20px 0 0;
	    margin-right: 0;
		margin-bottom: 1rem;
	}
	.wb-bev-name {
		padding: 4px;
		line-height: 1.5;
	}
	.wb-maple-photo {
	    width: 100%;
	}
	.legal {
		margin: 2rem 2rem 0;
	}
	
	
	/*----------------------------
	マイマップ
	　ワイン＆ビール、日本酒　common
	----------------------------*/
	
	#wb-mymap iframe,
	#ns-mymap iframe {
		height: 360px;
	}
	
	
	/*----------------------------
	ページ内リンク
	　ワイン＆ビール、日本酒　common
	----------------------------*/
	
	#wb-footer .pc-show,
	#ns-footer .pc-show {
		display: none;
	}
	#wb-footer .sp-show,
	#ns-footer .sp-show {
		display: block;
	}
	
	nav.page-link02 {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.page-link-flex {
		display: flex;
		justify-content: space-between;
	}
	nav.page-link02 li {
		margin-bottom: 0;
		border-right: 1px solid #fff;
		width: 264px;
	}
	nav.page-link02 li:last-child {
		border: 0;
	}
	nav.page-link02 li a {
		display: block;
		font-size: 0.75rem;
		font-weight: 300;
		color: #fff;
		text-align: center;
		padding: 16px 4px;
		width: 100%;
		background-image: none;
		transition: background-color 0.3s ease; /* 徐々に変化させる設定 */
	}
	nav.wb-page-link li a { background-color: rgba(99,63,23,0.9);}
	nav.wb-page-link li a:hover { background-color: rgba(132,94,51,0.9);}

	nav.ns-page-link li a { background-color: rgba(104,176,180,0.9);}
	nav.ns-page-link li a:hover { background-color: rgba(132,197,201,0.9);}
	
}



/*----------------------------------

日本酒

----------------------------------*/

#ns .pc-show {
	display: block;
}
#ns .sp-show {
	display: none;
}

#ns-header {
	background: url("images/ns_header_bg.jpg") no-repeat center top;
	padding: 2.5rem 0 15rem;
}

#ns-header h1 {
	max-width: 960px;
	margin: 0 auto 4rem;
}

#ns-header h1 img {
	text-align: center;
	width: 100%;
}

#ns-header p.h1-disc {
	font-weight: 400;
	text-align: center;
}


.ns-intro-area {
    background: linear-gradient(135deg, rgb(255,255,255) 3%, rgb(104,176,180) 3%, rgb(104,176,180) 97%, rgb(255,255,255) 97%);
	max-width: 960px;
	padding: 60px;
	margin: 0 auto 7.5rem;
	display: flex;
	justify-content: space-between;
}
.ns-intro-text {
	color: #fff;
	margin-left: 60px;
}
.ns-intro-text h2 {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
}
.ns-intro-text h2 span {
	font-size: 1rem;
	font-weight: 300;
}


.ns-ishii-bg {
	background: url("images/ns_kikuhiko_cutout01.png") no-repeat right 20% top 60px,
		url("images/ns_bg_pattern01.png") no-repeat right top,
		url("images/ns_bg_pattern02.png") no-repeat left bottom 300px;
}
.ns-natori-bg {
	background: url("images/ns_kikuhiko_cutout02.png") no-repeat left 15% top 140px,
		url("images/ns_bg_pattern03.png") no-repeat right 80px top 300px,
		url("images/ns_bg_pattern04.png") no-repeat left 100px bottom 160px;
}
.ns-kamaya-bg {
	background: url("images/ns_kikuhiko_cutout03.png") no-repeat right 18% top 100px,
		url("images/ns_bg_pattern05.png") no-repeat right bottom 300px;
}

.ns-main-layout h2,
.ns-sub-layout h2 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 3.75rem;
}
.ns-main-layout h2 {
	background: url("images/ns_h_roof.png") no-repeat center top;
	padding: 3.5rem 0 0;
}
.ns-sub-layout h2 {
	background:url("images/ns_ss_h_pre.png") no-repeat center top 2.5rem;
	padding: 7.5rem 0 0;
}
.ns-main-layout h2 span,
.ns-sub-layout h2 span {
	display: block;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.75rem;
	font-weight: bold;
	width: 60px;
	padding: 4px 20px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin: 0 auto -40px;
}
.ns-ss-fukidashi {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    padding: 12px 16px;
}
.ns-main-layout h3,
.ns-sub-layout h3 {
	font-size: 2rem;
	font-weight: 400;
	color: #0b3190;
	line-height: 1.3;
	text-align: center;
	padding-top: 4.5rem;
	margin-bottom: 2.5rem;
}
.ns-ss-fukidashi::before {
	content: "";
	display: block;
	width: 5rem;
	height: 1px;
	transform: rotate(60deg);
	box-sizing: border-box;
	background-color: #0b3190;
	position: relative;
	top: 10px;
}
.ns-ss-fukidashi::after {
	content: "";
	display: block;
	width: 5rem;
	height: 1px;
	transform: rotate(-60deg);
	box-sizing: border-box;
	background-color: #0b3190;
	position: relative;
	top: 10px;
}

.ns-main-layout h3.ic-sake { background: url("images/icon_sake.png") no-repeat center top;}
.ns-main-layout h3.ic-shoku { background: url("images/icon_shoku.png") no-repeat center top;}
.ns-sub-layout h3.ic-tiger { background: url("images/icon_tiger.png") no-repeat center top 10px;}
.ns-sub-layout h3.ic-sl { background: url("images/icon_sl.png") no-repeat center top 10px;}

.ns-main-layout p,
.ns-sub-layout p {
	max-width: 640px;
	margin: 0 auto 3.75rem;
}

.ns-ph-area01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.ns-ph-area01 figure {
	width: 32%;
}
.ns-ph-area01 figure img {
	width: 100%;
}

.ns-bev-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}
.ns-bev-area figure {
	width: 50%;
}
.ns-bev-area figure img {
	width: 100%;
}

.ns-ph-area02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}
.ns-ph-area02 figure {
	width: 49%;
}
.ns-ph-area02 figure img {
	width: 100%;
}

.ns-data-area {
	padding: 2.5rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: flex;
}

.ns-data {
	margin-left: 2.5rem;
}
.ns-data h4 {
	width: 80px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	background: #333;
	padding: 8px 20px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.ns-data li {
	color: #333;
	line-height: 1.5;
	padding-left: 1.5rem;
	margin-bottom: 8px;
}
.ns-data li.ic-clock {
	background: url("images/icon_clock_ns.png") no-repeat left 5px;
}
.ns-data li.ic-pin {
	background: url("images/icon_pin_ns.png") no-repeat left 5px;
}
.ns-data li.ic-tel {
	background: url("images/icon_tel_ns.png") no-repeat left 5px;
}
.ns-data-ph {
	width: 100%;
}
.ns-data-ph figure img {
	width: 100%;
}


#sightseeing {
	background: url("images/ns_bg_dline.png") repeat;
}
.ns-zoo-bg {
	background: url("images/ns_zoo_bg01.png") no-repeat right top 100px,
		url("images/ns_zoo_bg02.png") no-repeat left bottom 160px;
}
.ns-museum-bg {
	background: url("images/ns_museum_bg01.png") no-repeat right top 320px;
}


#ns-mymap {
	background: #ebf4f4;
}
#ns-mymap .content-area {
	padding: 7.5rem 0;
}
#ns-mymap h2 {
	text-align: center;
	margin-bottom: 5rem;
}
#ns-mymap figure img {
	width: 100%;
}


#ns-course {
	padding: 2.5rem 0 0;
	background: url("images/ns_modelcourse.png") no-repeat center top -2px;
}
.ns-course-bg-kikuhiko {
	background: url("images/ns_kikuhiko_cutout05.png") no-repeat right bottom -40px;
}
.ns-bg-michishirube {
	background: url("images/ns_bg_michishirube.png") no-repeat center top 180px;
}

#ns-course h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #0b3190;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 4rem;
}
#ns-course h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	width: 240px;
	line-height: 40px;
	background: #0b3190;
	border-radius: 20px;
	margin: 0 auto 1.25rem;
}

.ns-course-root li {
	background: #ebf4f4;
	padding: 60px;
	border-radius: 20px;
	margin-bottom: 2.5rem;
	max-width: 960px;
	width: 100%;
	position: relative;
}
.ns-course-root li::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #ebf4f4;
}
.ns-course-root li:last-child::before {
	border: none;
}
.ns-course-root li:first-child {
	background: url("images/ns_kikuhiko_cutout04.png") no-repeat right 20px top 20px #ebf4f4;
}
.ns-course-root li p.ns-course-list-first-p {
	max-width: 768px;
	width: 75%;
}

.ns-course-root li .ns-course-list-content {
	display: flex;
	justify-content: space-between;
}
.ns-course-root li p.ns-course-list-p {
	max-width: 400px;
	width: 100%;
	margin-right: 4%;
}
.ns-course-root li figure {
	max-width: 400px;
}
.ns-course-root li figure img {
	width: 100%;
}
.ns-course-root li p strong {
	font-weight: 600;
	color: #0b3190;
}


#ns-area-spot h2 {
	background: url("images/ns_bg_checker.png") repeat;
	padding: 3.75rem 0;
	margin: 0;
	text-align: center;
}
#ns-area-spot h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	color: #0b3190;
	margin: 0 0 1rem;
}

#ns-area-spot figure {
	margin-bottom: 5rem;
}
#ns-area-spot figcaption {
	font-size: 1.75rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #0b3190;
	max-width: 400px;
	width: 100%;
	padding: 8px 0;
	margin: 0 auto 3.75rem;
}

#ns-area-spot h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.ns-south { color: #e45480;}
.ns-east { color: #2e9b95;}
.ns-west { color: #073190;}
.ns-north { color: #21b8d7;}
.ns-chichibu { color: #751385;}

.ns-sakagura {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(130px, 1fr));
	margin-bottom: 2rem;
}
.ns-sakagura li {
	max-width: 180px;
}
.ns-sakagura li img {
	width: 100%;
}


#ns-spmovie {
	background: #ebf4f4;
	padding: 2.5rem 0;
}

.ns-spmovie-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#ns-spmovie h2 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 3.75rem;
}
#ns-spmovie h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 3.5rem;
	background: url("images/icon_kachinko.png") no-repeat left center;
}

.ns-spmovie-kikuhiko {
	margin-top: -160px;
}

.ns-movie-area {
	max-width: 640px; /* ★最大幅指定 */
	width: 100%; /* ★最大幅指定で表示 */
	margin-right: 1.125rem;
}
.ns-movie-box {
	position: relative; /* ★基準位置を指定 */
	width: 100%; /* ★最大幅指定で表示 */
	height: 0; /* ★paddingで高さ指定するため、heightは0に */
	padding-bottom: 56.25%; /* ★16:9 = 100%:56.25% なので、56.25％の高さ指定 */
	overflow: hidden;
}
.ns-movie-area iframe {
    position: absolute; /* ★位置を指定 */
    top: 0;
    left: 0;
    width: 100%; /* ★最大幅を指定 */
    height: 100%; /* ★56.25％内の最大の高さを指定 */
}




/*----------------------------------

レスポンシブ - 日本酒

----------------------------------*/


@media screen and (min-width:768px) and (max-width:1320px) {
	
	.ns-ishii-bg,
	.ns-natori-bg,
	.ns-kamaya-bg,
	.ns-zoo-bg,
	.ns-museum-bg,
	.ns-course-bg-kikuhiko {
		background: none;
	}
	
	.ns-content-area {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.ns-intro-ph {
		max-width: 300px;
		min-width: 200px;
		width: 100%;
	}
	.ns-intro-ph img {
		width: 100%;
	}
	
	#ns-course h2 {
		font-size: 2.75rem;
	}
	
	
}


@media screen and (max-width:767px) {

	.ns-ishii-bg,
	.ns-natori-bg,
	.ns-kamaya-bg,
	.ns-zoo-bg,
	.ns-museum-bg,
	.ns-course-bg-kikuhiko {
		background: none;
	}
	
	#ns .pc-show {
		display: none;
	}
	#ns .sp-show {
		display: block;
	}
	
	#ns-header {
		background: none;
		padding: 0;
	}
	#ns-header h1 {
		margin: 0 auto;
	}
	#ns-header h1 img,
	#ns-header p img {
		width: 100%;
	}
	
	#ns-main .content-area {
		margin: 0 40px;
	}
	
	.ns-intro-area {
		display: block;
		margin: 0 2.5rem 2.5rem;
		padding: 2.5rem;
	}
	.ns-intro-ph {
		margin-bottom: 2.5rem;
	}
	.ns-intro-ph img {
		width: 100%;
	}
	.ns-intro-text {
		margin-left: 0;
	}
	
	.ns-main-layout h2,
	.ns-sub-layout h2 {
		font-size: 2.25rem;
		margin-bottom: 3rem;
		background-size: 100% auto;
	}
	.ns-main-layout h2 span,
	.ns-sub-layout h2 span {
		font-size: 1.25rem;
		width: 40px;
		padding: 4px 12px;
		margin: 0 auto -28px;
	}
	.ns-main-layout h3,
	.ns-sub-layout h3 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.ns-main-layout p,
	.ns-sub-layout p {
		margin: 0 auto 2.5rem;
	}
	.ns-ph-area01,
	.ns-ph-area02 {
		display: block;
	}
	.ns-ph-area01 figure,
	.ns-ph-area02 figure {
		width: 100%;
	}
	.ns-bev-area {
		display: block;
		width: 100%;
	}
	.ns-bev-area figure {
		width: 100%;
	}
	.ns-data-area {
		display: block;
		padding: 2rem 0;
	}
	.ns-data-ph {
		margin-bottom: 1.25rem;
	}
	.ns-data {
		margin-left: 0;
	}
	.ns-ss-fukidashi {
		padding: 0;
		gap: 0;
	}
	.ns-ss-fukidashi::before,
	.ns-ss-fukidashi::after {
		display: none;
	}
	
	#ns-mymap .content-area {
		padding: 3rem 0;
	}
	#ns-mymap img {
		width: 100%;
	}
	#ns-mymap h2 {
		margin-bottom: 1.5rem;
	}
	
	#ns-course {
        padding: 2rem 0 0;
        background: url(images/ns_modelcourse_sp.png) no-repeat center top -2px;
    }
	.ns-bg-michishirube {
		background: none;
	}
	#ns-course h2 span {
        font-size: 1.25rem;
        width: 200px;
    }
	#ns-course h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.ns-course-root li {
		padding: 40px;
	}	
	.ns-course-root li:first-child {
		background: url(images/ns_kikuhiko_cutout04.png) no-repeat right 10px top 70px / 25% #ebf4f4;
	}
	.ns-course-root li .ns-course-list-content {
		display: block;
	}
	.ns-course-root li p.ns-course-list-p {
		margin: 0 0 1.25rem;
	}
	.ns-course-root li p.ns-course-list-first-p {
		max-width: 768px;
		width: 75%;
	}
	.ns-course-root li p.ns-course-list-p {
		max-width: 768px;
		width: 100%;
	}
	.ns-course-root li .ns-course-list-content figure {
		max-width: 100%;
	}
	#ns-area-spot figure {
		margin-bottom: 3rem;
	}
	#ns-area-spot figure img {
		width: 100%;
	}
	.ns-sakagura {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	}
	.ns-sakagura li img {
		width: 100%;
	}
	
	#ns-spmovie {
		padding: 0;
		margin-bottom: 3rem;
	}
	.ns-spmovie-flex {
		display: block;
	}
	#ns-spmovie h2 {
	    font-size: 2rem;
	    font-weight: 600;
	    line-height: 1.3;
	    margin-bottom: 2rem;
	}
	#ns-spmovie h2 span {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	#ns-spmovie figure img {
		width: 100%;
	}

}






