
@charset "UTF-8";
/*
coverstory.css
特集ページ用スタイルシート
*/

/* ======================================================
 * 特集：汎用レイアウト
 * ==================================================== */
.custom .narrow {
	margin-left: 80px;
	margin-right: 80px;
}
.childpage .custom .narrow {
	margin-left: 0;
	margin-right: 0;
}
.custom h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.custom .memo {
	margin-bottom: 30px;
}
.custom .tilelayout {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom .tilelayout li.spot,
.custom .tilelayout li.event {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.custom .tilelayout li a {
	color: #2F3030;
	padding: 0;
}
.custom .tilelayout li .desc {
	padding: 10px 10px 6px;
}
@media screen and (max-width: 1099px) {
	.custom .inner {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 768px) {
	.custom .tilelayout li {
		width: 23%;
		-webkit-flex-basis: 23%;
		flex-basis: 23%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.custom {
		padding: 15px 0 15px;
	}
	.custom .narrow {
		margin-left: 0;
		margin-right: 0;
	}
	.custom.obi h2 {
		margin-bottom: 0;
	}
	.custom .tilelayout li {
		width: 48.5%;
		-webkit-flex-basis: 48.5%;
		flex-basis: 48.5%;
		margin-bottom: 10px;
	}
}

/*多言語 Default Layout*/
@media screen and (min-width: 800px),print {
	.cs-craftmonth .inner,
	.cs-life-in-the-country .custom .inner,
	.cs-classical-music-legends-and-music-culture .custom .inner,
	.cs-castle-history-samurai-and-ninja .custom .inner,
	.cs-souvenirs-crafts .custom .inner,
	.cs-the-historical-castle-town .custom .inner,
	.cs-nature .inner,
	.cs-fun-in-the-snow .inner,
	.cs-cherry-blossoms .inner,
	.cs-climbingalps .inner,
	.cs-hotsprings .inner,
	.cs-fruit .inner {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 799px) {
	.cs-craftmonth .inner,
	.cs-life-in-the-country .custom .inner,
	.cs-classical-music-legends-and-music-culture .custom .inner,
	.cs-castle-history-samurai-and-ninja .custom .inner,
	.cs-souvenirs-crafts .custom .inner,
	.cs-the-historical-castle-town .custom .inner,
	.cs-nature .inner,
	.cs-fun-in-the-snow .inner,
	.cs-cherry-blossoms .inner,
	.cs-climbingalps .inner,
	.cs-hotsprings .inner,
	.cs-fruit .inner {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.cs-craftmonth .inner,
	.cs-life-in-the-country .custom .inner,
	.cs-classical-music-legends-and-music-culture .custom .inner,
	.cs-castle-history-samurai-and-ninja .custom .inner,
	.cs-souvenirs-crafts .custom .inner,
	.cs-the-historical-castle-town .custom .inner,
	.cs-nature .inner,
	.cs-fun-in-the-snow .inner,
	.cs-cherry-blossoms .inner,
	.cs-climbingalps .inner,
	.cs-hotsprings .inner,
	.cs-fruit .inner {
		margin-left: 5px;
		margin-right: 5px;
	}
}



/**
* Heroimage
*********************************************************/
#heroimage {
	padding: 60px 0 0;
	background-color: #EBEBE6;
	height: 650px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
#heroimage.overlay::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
#heroimage .inner {
	color: #fff;
	text-shadow: #242424 2px 3px 2px;
}
html[lang="ja"] #heroimage .inner {
	color: #000;
	text-shadow: none;
}
#heroimage.overlay .inner {
	z-index: 100;
	color: #fff;
}
#heroimage .inner .title_category {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 35px;
}
#heroimage .inner .title_category::before {
	content: "";
	display: block;
	height: 46px;
	background: url(../images/reasons_icon_coverstory.png) no-repeat center;
    margin-bottom: 18px;
}
#heroimage .inner h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#heroimage {
		padding-top: 45px;
		height: 550px;
	}
}
@media screen and (max-width: 567px) {
	#heroimage {
		padding-top: 40px;
		height: 380px;
	}
}


/**
* テキスト,リッチテキスト
*********************************************************/
.custom.txt {
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.custom.txt {
		font-size: 14px;
	}
}


/**
* スポット情報
* イベント情報
*********************************************************/
.custom .spot a,
.custom .event a {
	color: #2F3030;
}


/**
* スポット情報（１件）
* イベント情報（１件）
*********************************************************/
.custom .spot.single,
.custom .event.single {
	background-color: #f3f3f3;
	padding: 20px;
}
.custom .spot.single > .wrapper,
.custom .event.single > a,
.custom .event.single > div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom .spot.single .pic,
.custom .event.single .pic {
	width: 250px;
	-webkit-flex-basis: 250px;
	flex-basis: 250px;
	margin-right: 30px;
}
.custom .spot.single .desc,
.custom .event.single .desc {
	flex: 1;
}
.custom .spot.single .pic a:hover img {
	opacity: 0.75;
    filter: alpha(opacity=75);
}
.custom .spot.single .desc h3,
.custom .event.single .desc h3 {
	font-weight: bold;
	background-color: #ddd;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}
@media screen and (max-width: 567px) {
	.custom .spot.single,
	.custom .event.single {
		padding: 5px;
	}
	.custom .spot.single .pic,
	.custom .event.single .pic,
	.custom .spot.single .desc,
	.custom .event.single .desc {
		width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	.custom .spot.single .desc .storycontent,
	.custom .event.single .desc .storycontent {
		margin-bottom: 0;
	}
	.custom .spot.single .pic,
	.custom .event.single .pic {
		margin-bottom: 15px;
		margin-right: 0;
	}
}


/**
* ギャラリー
*********************************************************/
.custom.gallery {
	padding-top: 80px;
}


/**
* Google Map
*********************************************************/
.custom.gmap {}
.custom.gmap #map_canvas {
	height: 500px;
}
@media screen and (max-width: 567px) {
	.custom.gmap #map_canvas {
		height: 400px;
	}
}


/**
* Flex
*********************************************************/
@media screen and (min-width: 568px) {
	.custom.flex .inner > div {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.custom.flex.rtl .inner > div {
	    -webkit-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	}
	.custom.flex .pic {
		width: 32%;
		-webkit-flex-basis: 32%;
		flex-basis: 32%;
		margin-right: 40px;
	}
	.custom.flex.rtl .pic {
		margin-right: 0;
		margin-left: 40px;
	}
	.custom.flex .desc {
		flex: 1;
	}
}
@media screen and (max-width: 567px) {
	.custom.flex .pic {
		margin-bottom: 15px;
	}
	.custom.flex .desc {
		margin-left: 0;
		margin-right: 0;
	}
	.custom.flex .desc h2 {
		margin-bottom: 10px;
	}
}

/**
* tiles
*********************************************************/
.custom.tiles {}
.custom.tiles ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom.tiles li {
	width: 48%;
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 40px;
}
.custom.tiles li .pic {
	margin-bottom: 1em;
}
.custom.tiles li .desc {
	line-height: 1.4;
	padding: 0 15px 15px;
}
.custom.tiles.sidebyside {}
.custom.tiles.sidebyside li > div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px;
}
.custom.tiles.sidebyside li .pic {
	width: 40%;
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
	margin-right: 20px;
	margin-bottom: 0;
}
.custom.tiles.sidebyside li .desc {
	flex: 1;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.custom.tiles li {
		width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
}


/**
* 仕切り線
*********************************************************/
.custom + .separator .inner {
	padding-top: 30px;
	margin-bottom: 40px;
}
.custom + .separator .inner::after {
	content: "";
	display: block;
	background: url(../images/common_line_dot.png) repeat-x bottom left;
	height: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
@media screen and (max-width: 767px) {
	.custom + .separator .inner::after {
		margin-left: 10px;
		margin-right: 10px;
	}
}


/**
* オビ
*********************************************************/
.custom.obi {
	padding-bottom: 0;
}
.custom.obi > div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.custom.obi h2 {
	background-color: transparent;
	padding: 70px 0;
	font-size: 20px;
}
.custom.obi .no_background {
	background-color: #eee;
}
.custom.obi .no_background h2 {
	padding: 10px 0;
}
.custom.obi h2.inv {
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
@media screen and (max-width: 567px) {
	.custom.obi h2 {
		margin-bottom: 0;
		padding: 40px 0;
	}
}


/**
* この記事の著者
*********************************************************/
.custom.author {}
.custom.author .inner {}
.custom.author .inner > div {
	background-color: #fff;
	padding: 15px 20px 25px;
}
.custom.author .inner > div > dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: url(../images/common_line_dot2.png) repeat-x bottom left;
	margin-bottom: 15px;
	font-weight: 500;
}
.custom.author .inner > div > dl dt {
	font-size: 20px;
	padding-bottom: 10px;
	position: relative;
}
.custom.author .inner > div > dl dt::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2F3030;
}
.custom.author .inner > div > dl dd {
	font-size: 18px;
}
.custom.author .inner > div > dl dt h3 {
	padding-right: 5px;
	font-weight: bold;
}
.custom.author .inner > div > div {
	display: -webkit-flex;
	display: flex;
}
.custom.author .pic {
    width: 145px;
    -webkit-flex-basis: 145px;
    flex-basis: 145px;
    padding: 0 15px;
    margin-right: 15px;
}
.custom.author .desc {
	flex: 1;
}
.custom.author .pic img {
	border-radius: 50%;
}
@media screen and (min-width: 900px) {
	.custom.author .inner > div {
		width: 860px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 899px) {
	.custom.author .inner > div {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 567px) {
	.custom.author .inner > div > dl dt,
	.custom.author .inner > div > dl dd {
		font-size: 16px;
		padding-top: 0;
	}
	.custom.author .inner > div > dl dt h3 {
		padding-right: 5px;
	}
	.custom.author .pic {
	    width: 50px;
	    -webkit-flex-basis: 50px;
	    flex-basis: 50px;
	    padding: 0 5px 0 0;
	    margin-right: 0;
	}
	.custom.author .desc {
		font-size: 14px;
	}
}


/* ======================================================
 * 特集：個別レイアウト
 * ==================================================== */

/**
* 特集：一本ねぎ
*********************************************************/
.cs-ippon-negi main {
	color: #231815;
	font-weight: 500;
	line-height: 1.8;
}
.cs-ippon-negi main .inner > div {
	background: url(../images/cs_negi_fg.jpg) repeat 50% 0;
}
.cs-ippon-negi #title_obi {
	background-color: transparent;
}
.cs-ippon-negi #title_obi h1 {
	margin: 30px auto 0;
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
}
.cs-ippon-negi main h2 {
	padding-bottom: 30px;
	line-height: 1.5;
	background: url(../images/common_line_double.png) repeat-x bottom left;
}
.cs-ippon-negi main h2 span {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	font-size: 36px;
	color: #480000;
}
.cs-ippon-negi main h2 i {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.cs-ippon-negi /* Matsuo c/o #goback_to_list */ .btn_sleeve a {
	background-color: #480000;
	color: #fff;
}
@media screen and (min-width: 980px) {
	.cs-ippon-negi main {
		background: url(../images/cs_negi_bg.jpg) repeat 50% 0;
	}
	.cs-ippon-negi section[id^="blc_"] {
		margin-left: 90px;
		margin-right: 90px;
	}
}
@media screen and (max-width: 979px) {
	.cs-ippon-negi main {
		padding-bottom: 0;
	}
	.cs-ippon-negi section[id^="blc_"] {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 848px) {
	.cs-ippon-negi #title_obi h1 {
		width: 848px;
		height: 234px;
	}
}
@media screen and (max-width: 847px) {
	.cs-ippon-negi #title_obi h1 {
		background-size: contain;
		width: 100%;
		height: 200px;
		height: 27vw;
	}
	.cs-ippon-negi main h2 span {
		font-size: 30px;
	}
}
@media screen and (min-width: 568px) {
	.cs-ippon-negi #title_obi h1 {
		background: url(../images/cs_negi_title_obi.png) no-repeat 50% 50%;
		background-size: contain;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #title_obi h1 {
		width: 100%;
		height: 300px;
		height: 40vw;
		background: url(../images/cs_negi_title_obi@2x.png) no-repeat 50% 50%;
		background-size: contain;
	}
	.cs-ippon-negi main h2 {
		padding-bottom: 20px;
	}
	.cs-ippon-negi main h2 span {
		font-size: 26px;
	}
	.cs-ippon-negi main h2 i {
		font-size: 12px;
	}
}
.cs-ippon-negi #leadtxt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #454262;
	padding: 10px 0;
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #leadtxt {
		font-size: 16px;
		margin-left: 30px;
		margin-right: 30px;
	}
}
.cs-ippon-negi #blc_1 {
	position: relative;
}
.cs-ippon-negi #blc_1 > div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cs-ippon-negi #blc_1 > div > div {
	text-align: center;
	font-weight: 600;
	width: 35%;
}
.cs-ippon-negi #blc_1 > div h3 {
	color: #008942;
	font-weight: bold;
	margin-bottom: 10px;
}
.cs-ippon-negi #blc_1::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/cs_negi_blc1_after.png) no-repeat 50% 50%;
}
@media screen and (min-width: 980px) {
	.cs-ippon-negi #blc_1 {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.cs-ippon-negi #blc_1 > div > div {
		padding: 130px 60px;
		background: url(../images/cs_negi_blc1_deco.png) no-repeat 50% 50%;
	}
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_1 > div > div {
		background: url(../images/cs_negi_blc1_deco.png) no-repeat 50% 50%;
		padding: 130px 30px;
	}
	.cs-ippon-negi #blc_1 > div h3 {
		line-height: 1.4;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_1::after {
		background-size: contain;
	}
	.cs-ippon-negi #blc_1 > div > div {
		width: 30%;
		background: url(../images/cs_negi_blc1_deco@2x.png) no-repeat 50% 50%;
		background-size: 100% 100%;
	}
	.cs-ippon-negi #blc_1 > div h3 {
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.cs-ippon-negi #blc_1 p {
		font-size: 14px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-ippon-negi #blc_1 > div > div {
		padding: 100px 40px;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_1 {
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}
	.cs-ippon-negi #blc_1 > div {
		margin-left: -15px;
		margin-right: -15px;
	}
	.cs-ippon-negi #blc_1 > div > div {
		padding: 50px 20px;
	}
	.cs-ippon-negi #blc_1 > div > div h3,
	.cs-ippon-negi #blc_1 > div > div p {
		position: relative;
		z-index: 10;
	}
	.cs-ippon-negi #blc_1 p br {
		display: none;
	}
}
.cs-ippon-negi #blc_2 div[class*="h2vr_"] {
	opacity: 1;
	line-height: 2.0;
	font-size: 16px;
}
.cs-ippon-negi #blc_2 div[class^="blc_2_"] {
	padding-top: 15px;
	padding-bottom: 26px;
	margin-bottom: 10px;
	border-bottom: 1px solid #480000;
}
.cs-ippon-negi #blc_2 .blc_2_3 {
	border-bottom: none!important;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_2 div[class^="blc_2_"] {
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: row-reverse;
	}
	.cs-ippon-negi #blc_2 div[class^="blc_2_"]::after {
		content: "";
		display: table;
		clear: both;
	}
	.cs-ippon-negi #blc_2 .blc_2_1 { background: url(../images/cs_negi_blc2_pic1.jpg) no-repeat bottom left; }
	.cs-ippon-negi #blc_2 .blc_2_2 { background: url(../images/cs_negi_blc2_pic2.jpg) no-repeat 0 80%; }
	.cs-ippon-negi #blc_2 .blc_2_3 {
		background: url(../images/cs_negi_blc2_pic3_2.png) no-repeat 0 50%;
	}
	.cs-ippon-negi #blc_2 .blc_2_1 div[class*="h2vr_"] {
		width: 180px;
	}
	.cs-ippon-negi #blc_2 .blc_2_2 div[class*="h2vr_"] {
		width: 600px;
	}
	.cs-ippon-negi #blc_2 .blc_2_2 img {
		width: 340px;
		height: 235px;
	}
	.cs-ippon-negi #blc_2 .blc_2_3 img {
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_2 .blc_2_3 img {
		width: 250px;
		height: auto;
		margin-left: 15px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-ippon-negi #blc_2 .blc_2_1 {
		background: url(../images/cs_negi_blc2_pic1.png) no-repeat 0 50%;
		background-size: 70% auto;
	}
	.cs-ippon-negi #blc_2 .blc_2_3 {
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 700px) and (max-width: 767px) {
	.cs-ippon-negi #blc_2 .blc_2_2 {
		background: url(../images/cs_negi_blc2_pic2@2x.png) no-repeat 0 80%;
		background-size: 30% auto;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_2 {
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_2 .blc_2_1 {
		background: url(../images/cs_negi_blc2_pic1@2x.png) no-repeat 0 50%;
		background-size: 55% auto;
	}
	.cs-ippon-negi #blc_2 .blc_2_2 {
		background: url(../images/cs_negi_blc2_pic2@2x.png) no-repeat 0 90%;
		background-size: 50% auto;
	}
	.cs-ippon-negi #blc_2 .blc_2_3 picture {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.cs-ippon-negi #blc_2 .blc_2_3 picture img {
		margin-left: 0;
	}
}
.cs-ippon-negi #blc_3 dt span {
	display: block;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_3 {
		background: url(../images/cs_negi_blc3.png) no-repeat 0 100%;
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_3 .lead {
		min-height: 143px;
		background: url(../images/cs_negi_blc3_lead.png) no-repeat 0 50%;
		margin-left: 8px;
		padding-left: 300px;
		margin-bottom: 30px;
		font-weight: 600;
	}
	.cs-ippon-negi #blc_3 dl {
		margin-left: 157px;
	}
	.cs-ippon-negi #blc_3 dt span {
		position: relative;
		top: 2px;
	}
	.cs-ippon-negi #blc_3 .step1 span { background-image: url(../images/cs_negi_blc3_step1.png); }
	.cs-ippon-negi #blc_3 .step2 span { background-image: url(../images/cs_negi_blc3_step2.png); }
	.cs-ippon-negi #blc_3 .step3 span { background-image: url(../images/cs_negi_blc3_step3.png); }
	.cs-ippon-negi #blc_3 .step4 span { background-image: url(../images/cs_negi_blc3_step4.png); }
	.cs-ippon-negi #blc_3 .step5 span { background-image: url(../images/cs_negi_blc3_step5.png); }
	.cs-ippon-negi #blc_3 .step6 span { background-image: url(../images/cs_negi_blc3_step6.png); }
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_3 .lead {
		margin-bottom: 30px;
		position: relative;
	}
	.cs-ippon-negi #blc_3 .lead::before {
		content: "";
		display: block;
		background: url(../images/cs_negi_blc3_lead@2x.png) no-repeat 0 50%;
		background-size: contain;
	}
	.cs-ippon-negi #blc_3 .step1 span { background-image: url(../images/cs_negi_blc3_step1@2x.png); }
	.cs-ippon-negi #blc_3 .step2 span { background-image: url(../images/cs_negi_blc3_step2@2x.png); }
	.cs-ippon-negi #blc_3 .step3 span { background-image: url(../images/cs_negi_blc3_step3@2x.png); }
	.cs-ippon-negi #blc_3 .step4 span { background-image: url(../images/cs_negi_blc3_step4@2x.png); }
	.cs-ippon-negi #blc_3 .step5 span { background-image: url(../images/cs_negi_blc3_step5@2x.png); }
	.cs-ippon-negi #blc_3 .step6 span { background-image: url(../images/cs_negi_blc3_step6@2x.png); }
	.cs-ippon-negi #blc_3 dt span { background-size: contain; }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-ippon-negi #blc_3 .lead {
		padding-left: 32%;
	}
	.cs-ippon-negi #blc_3 .lead::before {
		width: 30%;
		min-height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	}
	.cs-ippon-negi #blc_3 dl {
		margin-left: 15px;
	}
}
@media screen and (min-width: 568px) {
	.cs-ippon-negi #blc_3 dl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cs-ippon-negi #blc_3 dt,
	.cs-ippon-negi #blc_3 dd {
		padding: 30px 0;
	}
	.cs-ippon-negi #blc_3 dt {
		width: 20%;
		-webkit-flex-basis: 20%;
		flex-basis: 20%;
	}
	.cs-ippon-negi #blc_3 dd {
		width: 80%;
		-webkit-flex-basis: 80%;
		flex-basis: 80%;
		border-top: 1px solid #480000;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_3 {
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_3 .lead { text-align: justify; }
	.cs-ippon-negi #blc_3 .lead br { display: none; }
	.cs-ippon-negi #blc_3 .lead::before {
		height: 150px;
		background-position: 50% 40%;
	}
	.cs-ippon-negi #blc_3 dt {
		border-top: 1px solid #480000;
		padding: 15px 0 6px;
	}
	.cs-ippon-negi #blc_3 dd {
		margin-bottom: 15px;
	}
	.cs-ippon-negi #blc_3 dt span {
		height: 22px;
	}
}
.cs-ippon-negi #blc_4 li h3 {
	font-size: 17px;
	font-weight: bold;
	color: #480000;
	margin-bottom: 5px;
}
.cs-ippon-negi #blc_4 li > div > div {
	font-size: 14px;
	text-align: justify;
}
.cs-ippon-negi #blc_4 li button {
	display: none;
}
@media screen and (min-width: 980px) {
	.cs-ippon-negi #blc_4 {
		margin-left: 70px;
		margin-right: 70px;
	}
	.cs-ippon-negi #blc_4 h2 {
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media screen and (min-width: 568px) {
	.cs-ippon-negi #blc_4 ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_4 {
		background: url(../images/cs_negi_blc4.png) no-repeat 0 100%;
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_4 li {
		width: 24.7%;
		-webkit-flex-basis: 24.7%;
		flex-basis: 24.7%;
		border-right: 1px solid #450407;
		position: relative;
		margin-bottom: 30px;
	}
	.cs-ippon-negi #blc_4 .recipe4,
	.cs-ippon-negi #blc_4 .recipe8 {
		border-right: none;
	}
	.cs-ippon-negi #blc_4 li > div {
		padding: 138px 18px 0;
		background-repeat: no-repeat;
		background-position: 18px 0;
	}
	.cs-ippon-negi #blc_4 .recipe1 > div { background-image: url(../images/cs_negi_recipe_1.png); }
	.cs-ippon-negi #blc_4 .recipe2 > div { background-image: url(../images/cs_negi_recipe_2.png); }
	.cs-ippon-negi #blc_4 .recipe3 > div { background-image: url(../images/cs_negi_recipe_3.png); }
	.cs-ippon-negi #blc_4 .recipe4 > div { background-image: url(../images/cs_negi_recipe_4.png); }
	.cs-ippon-negi #blc_4 .recipe5 > div { background-image: url(../images/cs_negi_recipe_5.png); }
	.cs-ippon-negi #blc_4 .recipe6 > div { background-image: url(../images/cs_negi_recipe_6.png); }
	.cs-ippon-negi #blc_4 .recipe7 > div { background-image: url(../images/cs_negi_recipe_7.png); }
	.cs-ippon-negi #blc_4 .recipe8 > div { background-image: url(../images/cs_negi_recipe_8.png); }
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_4 li > div {
		padding: 0 10px;
	}
	.cs-ippon-negi #blc_4 li > div::before {
		content: "";
		display: block;
		height: 100px;
		margin-bottom: 5px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}
	.cs-ippon-negi #blc_4 .recipe1 > div::before { background-image: url(../images/cs_negi_recipe_1@2x.png); }
	.cs-ippon-negi #blc_4 .recipe2 > div::before { background-image: url(../images/cs_negi_recipe_2@2x.png); }
	.cs-ippon-negi #blc_4 .recipe3 > div::before { background-image: url(../images/cs_negi_recipe_3@2x.png); }
	.cs-ippon-negi #blc_4 .recipe4 > div::before { background-image: url(../images/cs_negi_recipe_4@2x.png); }
	.cs-ippon-negi #blc_4 .recipe5 > div::before { background-image: url(../images/cs_negi_recipe_5@2x.png); }
	.cs-ippon-negi #blc_4 .recipe6 > div::before { background-image: url(../images/cs_negi_recipe_6@2x.png); }
	.cs-ippon-negi #blc_4 .recipe7 > div::before { background-image: url(../images/cs_negi_recipe_7@2x.png); }
	.cs-ippon-negi #blc_4 .recipe8 > div::before { background-image: url(../images/cs_negi_recipe_8@2x.png); }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-ippon-negi #blc_4 ul::after {
		content: "";
		display: block;
	}
	.cs-ippon-negi #blc_4 ul::after,
	.cs-ippon-negi #blc_4 li {
		width: 32.5%;
		-webkit-flex-basis: 32.5%;
		flex-basis: 32.5%;
		border-right: 1px solid #450407;
		position: relative;
		margin-bottom: 30px;
	}
	.cs-ippon-negi #blc_4 ul::after,
	.cs-ippon-negi #blc_4 .recipe3,
	.cs-ippon-negi #blc_4 .recipe6 {
		border-right: none;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_4 {
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_4 li {
		border-bottom: 1px solid #450407;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.cs-ippon-negi #blc_4 li > div {
		position: relative;
		min-height: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	.cs-ippon-negi #blc_4 li > div > div {
		display: none;
		line-height: 1.4;
		padding-top: 25px;
	}
	.cs-ippon-negi #blc_4 li > div > div > div {
		background-color: rgba(255,255,255,0.65);
		padding: 10px;
		border-radius: 10px;
	}
	.cs-ippon-negi #blc_4 li > div::before {
		width: 30%;
		height: 100px;
		background-position: 0 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.cs-ippon-negi #blc_4 li h3 {
		margin-left: 32%;
	}
	.cs-ippon-negi #blc_4 li button {
		display: block;
		margin-left: 32%;
		background-color: #450407;
		color: #fff;
		font-size: 10px;
		padding: 1px 40px;
		border-radius: 10px;
	}
}
.cs-ippon-negi #blc_5 .pic picture {
	display: block;
	margin-bottom: 8px;
}
.cs-ippon-negi #blc_5 .desc h3 {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.cs-ippon-negi #blc_5 .desc > div {
	padding-top: 20px;
	text-align: right;
}
.cs-ippon-negi #blc_5 .desc > div span {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 32px;
	font-weight: bold;
	color: #480000;
}
.cs-ippon-negi #blc_5 .desc > div i {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_5 {
		background: url(../images/cs_negi_blc5.png) no-repeat 0 155px;
	}
	.cs-ippon-negi #blc_5 > div {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 640px;
		margin: 0 auto;
	}
	.cs-ippon-negi #blc_5 .pic {
		width: 358px;
		-webkit-flex-basis: 358px;
		flex-basis: 358px;
		margin-right: 13px;
	}
	.cs-ippon-negi #blc_5 .desc {
		flex: 1;
	}
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_5 .desc > div span {
		font-size: 26px;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_5 {
		padding-bottom: 0;
	}
}
.cs-ippon-negi #blc_6 .content {
	text-align: justify;
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_6 {
		background: url(../images/cs_negi_blc6.png) no-repeat 0 155px;
		min-height: 781px;
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_6 .content {
		margin: 0 22px;
	}
	.cs-ippon-negi #blc_6 .content picture {
		display: block;
		float: right;
		width: 394px;
		height: 297px;
		margin: 0 0 15px 25px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-ippon-negi #blc_6 .content picture {
		display: block;
		float: right;
		width: 40%;
		height: auto;
		margin: 0 0 15px 25px;
	}
	.cs-ippon-negi #blc_6 .content picture img {
		width: 100%;
		height: auto;
		display: block;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_6 {
		padding-bottom: 0;
	}
	.cs-ippon-negi #blc_6 .content picture {
		display: block;
		height: auto;
		margin: 0 0 15px;
	}
	.cs-ippon-negi #blc_6 .content picture img {
		width: 100%;
		height: auto;
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.cs-ippon-negi #blc_7 .content {
		text-align: justify;
		margin: 0 22px;
		padding-left: 247px;
		background: url(../images/cs_negi_blc7_pic.png) no-repeat 0 0;
	}
	.cs-ippon-negi #blc_7 {
		background: url(../images/cs_negi_blc7.png) no-repeat 0 155px;
	}
}
@media screen and (max-width: 767px) {
	.cs-ippon-negi #blc_7 .content {
		text-align: justify;
		padding-left: 20%;
		position: relative;
	}
	.cs-ippon-negi #blc_7 .content::before {
		content: "";
		display: block;
		width: 20%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background: url(../images/cs_negi_blc7_pic@2x.png) no-repeat 50% 0;
		background-size: contain;
	}
}
@media screen and (max-width: 567px) {
	.cs-ippon-negi #blc_7 .content {
		padding-left: 0;
	}
	.cs-ippon-negi #blc_7 .content::before {
		position: relative;
		top: -20px;
		width: 40%;
		height: 250px;
		float: left;
	}
}


/**
* 特集：工芸の五月
*********************************************************/
.cs-craftmonth #heroimage h1 {
	background-color: rgba(255,255,255,0.8);
	padding: 30px 0;
}
.cs-craftmonth #heroimage h1 span { /* MTL Matsuo 2019.11 was html[lang="ja"] */
	display: block;
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 0;
	height: 68px;
	background: url(../images/cs_craftmonth_logo.png) no-repeat 5% 50%;
}
@media screen and (max-width: 1099px){
	.cs-craftmonth #heroimage .inner {
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.cs-craftmonth #heroimage h1 span {
		background: url(../images/cs_craftmonth_logo@2x.png) no-repeat 15% 50%;
		background-size: contain;
	}
}
@media screen and (max-width: 567px){
	.cs-craftmonth #heroimage {
		height: 380px;
	}
}

/**
* 特集：御朱印巡り
*********************************************************/
@media screen and (max-width: 1099px){
	.cs-goshuin .custom .inner {
		margin-left: 0;
		margin-right: 0;
	}
}
.cs-goshuin #bglayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 60px 0 0;
}
.cs-goshuin #bglayer > div {
	height: 480px;
	position: relative;
	background: url(../images/cs_goshuin_title_bg.png) repeat 0 0;
}
.cs-goshuin #bglayer > div::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/cs_goshuin_title_fg.png) repeat 0 0;
}
.cs-goshuin #bglayer > div::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	background: url(../images/cs_goshuin_title_sub.png) no-repeat 60% 0;
}
.cs-goshuin main .btn_sleeve a {
	background: url(../images/cs_goshuin_title_fg.png) repeat 0 0 #827f17;
	background-size: 40px auto;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.cs-goshuin #bglayer > div::after {
		right: auto;
		left: 0;
		background-position: 100px 0;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #bglayer {
		padding-top: 45px;
	}
	.cs-goshuin #bglayer > div::before {
		background-size: 80px auto;
	}
	.cs-goshuin #bglayer > div::after {
		background-size: contain;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #bglayer {
		padding-top: 40px;
	}
}
.cs-goshuin #title_obi {
	padding-top: 60px;
}
.cs-goshuin #title_obi .inner {
	padding: 0;
	height: 480px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cs-goshuin #title_obi h1 {
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 385px;
	background: url(../images/cs_goshuin_titile.png) no-repeat 50% 50%;
	position: relative;
	z-index: 20;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-goshuin #title_obi {
		padding-top: 45px;
	}
	.cs-goshuin #title_obi h1 {
		height: 300px;
		background-size: contain;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #title_obi {
		padding-top: 40px;
	}
	.cs-goshuin #title_obi h1 {
		height: 250px;
		background-size: contain;
	}
}
.cs-goshuin main {
	padding-top: 0;
	position: relative;
	z-index: 10;
	background: url(../images/cs_goshuin_bg.png) repeat 0 0;
}
.cs-goshuin #blc_id_1 {
	background-color: #fff;
	padding: 0;
}
.cs-goshuin #blc_id_1 .storycontent {
	background: url(../images/cs_goshuin_lead.jpg) no-repeat top left;
	font-size: 14px;
	font-weight: 600;
	padding: 35px 0 35px 290px;
}
@media screen and (max-width: 1119px){
	.cs-goshuin #blc_id_1 .storycontent {
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #blc_id_1 .storycontent {
		background-size: 35% auto;
		background-position: -5% 0;
		padding-left: 30%;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #blc_id_1 .storycontent {
		background-image: none;
		padding-left: 0;
		padding-right: 0;
	}
	.cs-goshuin #blc_id_1 .storycontent br {
		display: none;
	}
}
.cs-goshuin #blc_id_2 .storycontent {
	padding-top: 70px;
	background: url(../images/cs_goshuin_id2_lab.png) no-repeat 50% 0;
}
.cs-goshuin #blc_id_2 h2 {
	text-align: left;
	background-color: transparent;
	padding: 0 0 10px 98px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 5px;
}
.cs-goshuin #blc_id_2 h2.no1 { background-image: url(../images/cs_goshuin_id2_no1.png); }
.cs-goshuin #blc_id_2 h2.no2 { background-image: url(../images/cs_goshuin_id2_no2.png); }
@media screen and (min-width: 1100px) {
	.cs-goshuin #blc_id_2 {
		padding-bottom: 180px;
	}
	.cs-goshuin #blc_id_2 .inner {
		background: url(../images/cs_goshuin_tran_0.png) no-repeat 0 100%;
	}
	.cs-goshuin #blc_id_2 .inner::before {
		content: "";
		display: block;
		width: 247px;
		height: 614px;
		background: url(../images/cs_goshuin_track_0.png) no-repeat 50% 0;
		position: absolute;
		top: -57px;
		left: 405px;
		z-index: 100;
	}
	.cs-goshuin #blc_id_2 h2 {
		font-size: 24px;
	}
	.cs-goshuin #blc_id_2 .storycontent {
		margin-left: 570px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.cs-goshuin #blc_id_2 .inner {
		margin-left: 5px;
		margin-right: 5px;
		min-height: 360px;
	}
	.cs-goshuin #blc_id_2 .inner::before {
		content: "";
		display: block;
		background: url(../images/cs_goshuin_track_0.png) no-repeat 50% 50%;
		background-size: contain;
		width: 30%;
		position: absolute;
		top: -30px;
		bottom: -30px;
		left: 0;
	}
	.cs-goshuin #blc_id_2 .inner::after {
		content: "";
		display: block;
		width: 250px;
		background: url(../images/cs_goshuin_tran_0.png) no-repeat 0 10%;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15%;
	}
	.cs-goshuin #blc_id_2 .storycontent {
		margin-left: 50%;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #blc_id_2 .storycontent {
		padding-top: 0;
		background-image: none;
	}
	.cs-goshuin #blc_id_2 .storycontent::before {
		content: "";
		display: block;
		height: 40px;
		margin-bottom: 10px;
		background: url(../images/cs_goshuin_id2_lab@2x.png) no-repeat 0 0;
		background-size: contain;
	}
	.cs-goshuin #blc_id_2 h2 br { display: none; }
	.cs-goshuin #blc_id_2 {
		overflow: visible;
		background: url(../images/cs_goshuin_tran_0@2x.png) no-repeat 80% 20%;
		background-size: auto 300px;
	}
	.cs-goshuin #blc_id_2 .inner::before {
		content: "";
		display: block;
		height: 400px;
		background: url(../images/cs_goshuin_track_0@2x.png) no-repeat 10% 0;
		background-size: contain;
		margin-bottom: 30px;
	}
	.cs-goshuin #blc_id_2 h2 {
		background-size: 80px auto;
	}
	.cs-goshuin #blc_id_2 h2.no1 { background-image: url(../images/cs_goshuin_id2_no1@2x.png); }
	.cs-goshuin #blc_id_2 h2.no2 { background-image: url(../images/cs_goshuin_id2_no2@2x.png); }
}
@media screen and (max-width: 567px) {
	.cs-goshuin #blc_id_2 {
		background: url(../images/cs_goshuin_tran_0.png) no-repeat 95% 20%;
		background-size: 240px auto;
	}
	.cs-goshuin #blc_id_2 .inner::before {
		background-position: 5% 0;
	}
}
.cs-goshuin #blc_id_3 h1,
.cs-goshuin #blc_id_5 h1,
.cs-goshuin #blc_id_9 h1,
.cs-goshuin #blc_id_11 h1 {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -400%;
	white-space: nowrap;
	font-size: 16px;
}
.cs-goshuin #blc_id_3 h1 { background: url(../images/cs_goshuin_lab_fukashi.png) no-repeat 50% 0; }
.cs-goshuin #blc_id_5 h1 { background: url(../images/cs_goshuin_lab_shihashira.png) no-repeat 50% 0; }
.cs-goshuin #blc_id_9 h1 { background: url(../images/cs_goshuin_lab_castle.png) no-repeat 50% 0; }
.cs-goshuin #blc_id_11 h1 { background: url(../images/cs_goshuin_lab_gokoku.png) no-repeat 50% 0; }
.cs-goshuin #blc_id_3 h2,
.cs-goshuin #blc_id_5 h2,
.cs-goshuin #blc_id_9 h2,
.cs-goshuin #blc_id_11 h2 {
	text-align: left;
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.cs-goshuin #blc_id_3,
	.cs-goshuin #blc_id_5,
	.cs-goshuin #blc_id_9,
	.cs-goshuin #blc_id_11 {
		padding-top: 0;
		padding-bottom: 230px;
		margin-bottom: -140px;
	}
	.cs-goshuin #blc_id_3,
	.cs-goshuin #blc_id_9 {
		background: url(../images/cs_goshuin_section_bg1.png) no-repeat 50% 30px;
	}
	.cs-goshuin #blc_id_5,
	.cs-goshuin #blc_id_11 {
		background: url(../images/cs_goshuin_section_bg2.png) no-repeat 50% 30px;
		position: relative;
		z-index: 200;
	}
	.cs-goshuin #blc_id_3 .inner,
	.cs-goshuin #blc_id_5 .inner,
	.cs-goshuin #blc_id_9 .inner,
	.cs-goshuin #blc_id_11 .inner {
		width: 1000px;
	}
	.cs-goshuin #blc_id_3 .storycontent,
	.cs-goshuin #blc_id_5 .storycontent,
	.cs-goshuin #blc_id_9 .storycontent,
	.cs-goshuin #blc_id_11 .storycontent {
		width: 690px;
		margin-left: 150px;
	}
	.cs-goshuin #blc_id_3 h1,
	.cs-goshuin #blc_id_5 h1,
	.cs-goshuin #blc_id_9 h1,
	.cs-goshuin #blc_id_11 h1 {
		width: 100px;
		height: 630px;
		top: 90px;
	}
	.cs-goshuin #blc_id_3 h2,
	.cs-goshuin #blc_id_5 h2,
	.cs-goshuin #blc_id_9 h2,
	.cs-goshuin #blc_id_11 h2 {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.cs-goshuin #blc_id_3 .inner,
	.cs-goshuin #blc_id_5 .inner,
	.cs-goshuin #blc_id_9 .inner,
	.cs-goshuin #blc_id_11 .inner {
		margin-left: 10px;
		margin-right: 10px;
	}
	.cs-goshuin #blc_id_3,
	.cs-goshuin #blc_id_9 {
		background: url(../images/cs_goshuin_section_bg1.png) no-repeat 50% 30px;
	}
	.cs-goshuin #blc_id_5,
	.cs-goshuin #blc_id_11 {
		background: url(../images/cs_goshuin_section_bg2.png) no-repeat 50% 30px;
		position: relative;
		z-index: 200;
	}
	.cs-goshuin #blc_id_3 .storycontent,
	.cs-goshuin #blc_id_5 .storycontent,
	.cs-goshuin #blc_id_9 .storycontent,
	.cs-goshuin #blc_id_11 .storycontent {
		width: 600px;
		padding-right: 130px;
		margin: 0 auto;
		position: relative;
	}
	.cs-goshuin #blc_id_3 h1,
	.cs-goshuin #blc_id_5 h1,
	.cs-goshuin #blc_id_9 h1,
	.cs-goshuin #blc_id_11 h1 {
		width: 100px;
		height: 580px;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #blc_id_3,
	.cs-goshuin #blc_id_5,
	.cs-goshuin #blc_id_9,
	.cs-goshuin #blc_id_11 {
		margin-bottom: 20px;
	}
	.cs-goshuin #blc_id_3,
	.cs-goshuin #blc_id_9 {
		background: url(../images/cs_goshuin_section_bg1.png) no-repeat 30% 0;
	}
	.cs-goshuin #blc_id_5,
	.cs-goshuin #blc_id_11 {
		background: url(../images/cs_goshuin_section_bg2.png) no-repeat 70% 0;
		position: relative;
		z-index: 200;
	}
	.cs-goshuin #blc_id_3 .inner,
	.cs-goshuin #blc_id_5 .inner,
	.cs-goshuin #blc_id_9 .inner,
	.cs-goshuin #blc_id_11 .inner {
		overflow: hidden;
	}
	.cs-goshuin #blc_id_3 .storycontent,
	.cs-goshuin #blc_id_5 .storycontent,
	.cs-goshuin #blc_id_9 .storycontent,
	.cs-goshuin #blc_id_11 .storycontent {
		margin-right: 100px;
	}
	.cs-goshuin #blc_id_3 h1,
	.cs-goshuin #blc_id_5 h1,
	.cs-goshuin #blc_id_9 h1,
	.cs-goshuin #blc_id_11 h1 {
		right: 10px;
		background-position: 50% 0;
		background-size: contain;
		width: 70px;
		height: 400px;
	}
	.cs-goshuin #blc_id_3 .storycontent img+img,
	.cs-goshuin #blc_id_5 .storycontent img+img,
	.cs-goshuin #blc_id_9 .storycontent img+img,
	.cs-goshuin #blc_id_11 .storycontent img+img {
		display: none;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #blc_id_3 .storycontent,
	.cs-goshuin #blc_id_5 .storycontent,
	.cs-goshuin #blc_id_9 .storycontent,
	.cs-goshuin #blc_id_11 .storycontent {
		margin-right: 80px;
	}
	.cs-goshuin #blc_id_3 h1,
	.cs-goshuin #blc_id_5 h1,
	.cs-goshuin #blc_id_9 h1,
	.cs-goshuin #blc_id_11 h1 {
		right: 0;
		background-position: 50% 0;
		background-size: contain;
		width: 80px;
		height: 300px;
	}
}
.cs-goshuin .separator .inner {
	padding-top: 0;
	margin-bottom: 0;
}
.cs-goshuin .separator .inner::after {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.cs-goshuin #blc_id_7 .tiled-gallery-caption {
	display: none!important;
}
.cs-goshuin #blc_id_10 .inner::after {
	background-image: none;
}
@media screen and (min-width: 768px) {
	.cs-goshuin .separator .inner,
	.cs-goshuin .separator .inner::after {
		height: 276px;
	}
	.cs-goshuin #blc_id_4 .inner {
		background: url(../images/cs_goshuin_tran_1.png) no-repeat 0 50%;
	}
	.cs-goshuin #blc_id_4 .inner::after {
		background: url(../images/cs_goshuin_track_1.png) no-repeat 50% 50%;
	}
	.cs-goshuin #blc_id_6 .inner {
		background: url(../images/cs_goshuin_tran_2.png) no-repeat 0 50%;
	}
	.cs-goshuin #blc_id_6 .inner::after {
		background: url(../images/cs_goshuin_track_2.png) no-repeat 50% 50%;
	}
	.cs-goshuin #blc_id_8 .inner {
		background: url(../images/cs_goshuin_tran_3.png) no-repeat 0 50%;
	}
	.cs-goshuin #blc_id_8 .inner::after {
		background: url(../images/cs_goshuin_track_3.png) no-repeat 50% 50%;
	}
	.cs-goshuin #blc_id_10 .inner {
		background: url(../images/cs_goshuin_tran_4.png) no-repeat 0 50%;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin .separator .inner,
	.cs-goshuin .separator .inner::after {
		height: 240px;
	}
	.cs-goshuin #blc_id_4 .inner {
		background: url(../images/cs_goshuin_tran_1@2x.png) no-repeat 0 0;
		background-size: 50% auto;
	}
	.cs-goshuin #blc_id_4 .inner::after {
		background: url(../images/cs_goshuin_track_1@2x.png) no-repeat 95% 50%;
		background-size: contain;
	}
	.cs-goshuin #blc_id_6 .inner {
		background: url(../images/cs_goshuin_tran_2@2x.png) no-repeat 0 0;
		background-size: 50% auto;
	}
	.cs-goshuin #blc_id_6 .inner::after {
		background: url(../images/cs_goshuin_track_2@2x.png) no-repeat 95% 50%;
		background-size: contain;
	}
	.cs-goshuin #blc_id_8 .inner {
		background: url(../images/cs_goshuin_tran_3@2x.png) no-repeat 0 0;
		background-size: 50% auto;
	}
	.cs-goshuin #blc_id_8 .inner::after {
		background: url(../images/cs_goshuin_track_3@2x.png) no-repeat 95% 50%;
		background-size: contain;
	}
	.cs-goshuin #blc_id_10 .inner {
		background: url(../images/cs_goshuin_tran_4@2x.png) no-repeat 0 0;
		background-size: 60% auto;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin .separator .inner {
		height: 200px;
	}
	.cs-goshuin #blc_id_4 .inner,
	.cs-goshuin #blc_id_6 .inner,
	.cs-goshuin #blc_id_8 .inner,
	.cs-goshuin #blc_id_10 .inner {
		background-size: contain;
		background-position: 0 0;
	}
	.cs-goshuin #blc_id_4 .inner::after,
	.cs-goshuin #blc_id_6 .inner::after,
	.cs-goshuin #blc_id_8 .inner::after,
	.cs-goshuin #blc_id_10 .inner::after { display: none; }
}
.cs-goshuin #blc_id_7 {
	padding: 0;
}
.cs-goshuin #blc_id_7 .storycontent {
	background-color: #fff;
}
.cs-goshuin #blc_id_7 .storycontent h2 {
	background-color: transparent;
	text-align: left;
	margin-bottom: 5px;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.cs-goshuin #blc_id_7 .storycontent {
		margin-left: 100px;
		margin-right: 100px;
		padding: 40px 50px;
	}
	.cs-goshuin #blc_id_7 .storycontent h2 {
		font-size: 24px;
	}
	.cs-goshuin #blc_id_11 {
		margin-bottom: -30px;
		background-position: 50% 0;
	}
	.cs-goshuin #blc_id_12 {
		margin-bottom: 130px;
	}
	.cs-goshuin #blc_id_12 .inner > div {
		margin-left: 570px;
		padding-top: 30px;
		text-align: left;
		font-weight: normal;
	}
	.cs-goshuin #blc_id_12 .inner {
		background: url(../images/cs_goshuin_tran_5.png) no-repeat 0 50%;
		min-height: 226px;
		padding-top: 44px;
	}
	.cs-goshuin #blc_id_12 .inner::after {
		background: url(../images/cs_goshuin_track_5.png) no-repeat 50% 50%;
	}
	.cs-goshuin #blc_id_12 .inner::before {
		content: "";
		display: block;
		width: 114px;
		height: 404px;
		background: url(../images/cs_goshuin_track_4.png) no-repeat 50% 0;
		position: absolute;
		top: -90px;
		left: 433px;
		z-index: 100;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.cs-goshuin #blc_id_12 .inner {
		margin-left: 5px;
		margin-right: 5px;
		background-size: 35% auto;
		background-position: 0 100%;
	}
	.cs-goshuin #blc_id_12 .inner::before {
		top: -20px;
		left: 35%;
	}
	.cs-goshuin #blc_id_12 .inner > div {
		margin-left: 55%;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #blc_id_7 .storycontent {
		padding: 15px;
	}
	.cs-goshuin #blc_id_7 .storycontent p {
		font-size: 14px;
		font-weight: 500;
	}
	.cs-goshuin #blc_id_12 {
		padding-top: 0;
	}
	.cs-goshuin #blc_id_12 .inner {
		background: url(../images/cs_goshuin_tran_5@2x.png) no-repeat 0 100px;
		background-size: 60% auto;
		overflow: visible;
	}
	.cs-goshuin #blc_id_12 .inner::before {
		content: "";
		display: block;
		height: 400px;
		background: url(../images/cs_goshuin_track_5@2x.png) no-repeat 85% 0;
		background-size: contain;
		margin-bottom: 30px;
	}
	.cs-goshuin #blc_id_12 .inner > div {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #blc_id_7 {
		padding: 30px 0;
	}
	.cs-goshuin #blc_id_12 .inner::before {
		background: url(../images/cs_goshuin_tran_5@2x.png) no-repeat 0 0;
		background-size: contain;
		height: 200px;
	}
	.cs-goshuin #blc_id_12 .inner {
		background-image: none;
	}
}
.cs-goshuin #blc_id_13 h2 {
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	padding: 0;
	height: 93px;
	background: url(../images/cs_goshuin_map_title.png) no-repeat 50% 0;
}
@media screen and (min-width: 900px) {
	.cs-goshuin #blc_id_13 .inner {
		width: 900px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 899px) {
	.cs-goshuin #blc_id_13 .inner {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 767px) {
	.cs-goshuin #blc_id_13 h2 {
		background: url(../images/cs_goshuin_map_title@2x.png) no-repeat 50% 0;
		background-size: cover;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 567px) {
	.cs-goshuin #blc_id_13 h2 {
		background-size: 800px auto;
		margin-bottom: 0;
	}
	.cs-goshuin #blc_id_13 #map_canvas {
		height: 90vw;
	}
}


/**
* 特集：まつもと子連れ旅
*********************************************************/
.cs-traveling-with-a-child .desc a,
.cs-traveling-with-a-child #blc_id_6 li .desc strong,
.cs-traveling-with-a-child #blc_id_8 li strong,
.cs-traveling-with-a-child #blc_id_8 li a {
	display: block;
	background: url(../images/common_bg_dot_orange.png) repeat 0 0 #fff;
	text-decoration: none;
	font-weight: 18px;
	color: #2E4B76;
	font-weight: bold;
	text-shadow:
	        #fff 1px 1px 0, #fff -1px -1px 0,
	        #fff -1px 1px 0, #fff 1px -1px 0,
	        #fff 0px 1px 0, #fff  0-1px 0,
	        #fff -1px 0 0, #fff 1px 0 0;
	border: 1px solid #2E4B76;
	border-radius: 4px;
	padding: 7px 0;
	text-align: center;
	width: 300px;
}
.cs-traveling-with-a-child #heroimage {
	background-position: -110px -30px;
	background-size: auto;
	background-color: #F8EEDC;
	height: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
	.cs-traveling-with-a-child #heroimage {
		background-size: 40% auto;
	}
}
@media screen and (max-width: 999px) {
	.cs-traveling-with-a-child #heroimage {
		background-image: none!important;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #heroimage {
		padding-top: 45px;
	}
}
.cs-traveling-with-a-child #heroimage::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/cs_kozure_title_obi_bg.png) repeat 50% 50%;
	background-size: 150% auto;	 /* MTL Matsuo 2019.11 added */
}
.cs-traveling-with-a-child #heroimage::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 30px;
	border-top: 11px solid #DB5140;
	border-bottom: 11px solid #DB5140;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #heroimage::before {
		top: 45px;
		background-size: 200% auto;	 /* MTL Matsuo 2019.11 was 1400px */
	}
	.cs-traveling-with-a-child #heroimage::after {
		top: 75px;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #heroimage::after {
		top: 65px;
		border-top-width: 7px;
		border-bottom-width: 7px;
	}
}
.cs-traveling-with-a-child #heroimage .inner {
	padding: 170px 0;
	z-index: 10;
}
.cs-traveling-with-a-child #heroimage .inner::after {
	content: "";
	display: block;
	width: 383px;
	height: 279px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/cs_kozure_title_obi_foreground.png) no-repeat bottom center;
}
@media screen and (max-width: 1099px) {
	.cs-traveling-with-a-child #heroimage .inner {
		width: 100%;
		padding: 100px 0;
	}
	.cs-traveling-with-a-child #heroimage .inner::after {
		height: 170px;
		background-size: contain;
		background-position: 100% 100%;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #heroimage .inner::after {
		height: 130px;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #heroimage .inner {
		padding: 70px 0 140px;
	}
	.cs-traveling-with-a-child #heroimage .inner::after {
		width: 100%;
		background-position: 50% 100%;
	}
}
.cs-traveling-with-a-child #heroimage h1 span {  /* MTL Matsuo 2019.11 was html[lang="ja"] */
	display: block;
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	width: 422px;
	height: 316px;
	background: url(../images/cs_title_kozure.png) no-repeat 50% 50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 20;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-traveling-with-a-child #heroimage h1 span {
		width: 100%;
		height: 250px;
		background-size: contain;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #heroimage h1 span {
		width: 100%;
		height: 160px;
		background-size: contain;
	}
}
.cs-traveling-with-a-child #blc_id_2 {
	padding-top: 100px;
	background: url(../images/cs_kozure_id2_lab.png) no-repeat 50% 0;
}
.cs-traveling-with-a-child #blc_id_2 .storycontent {
	width: 620px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_2 {
		background: url(../images/cs_kozure_id2_lab@2x.png) no-repeat 50% 0;
		background-size: 250px auto;
	}
	.cs-traveling-with-a-child #blc_id_2 .storycontent {
		width: auto;
	}
	.cs-traveling-with-a-child #blc_id_2 .storycontent br {
		display: none;
	}
}
.cs-traveling-with-a-child #blc_id_3 {
	background-color: #D6ECFF;
}
.cs-traveling-with-a-child #blc_id_3 .pic {
    width: 530px;
    -webkit-flex-basis: 530px;
    flex-basis: 530px;
    background: url(../images/cs_kozure_lab01.png) no-repeat 0 0;
    position: relative;
    top: -15px;
}
.cs-traveling-with-a-child #blc_id_3 .desc {
    width: 400px;
    -webkit-flex-basis: 400px;
    flex-basis: 400px;
    flex: none;
}
.cs-traveling-with-a-child #blc_id_3 .pic img {
	display: none;
}
@media screen and (max-width: 969px) {
	.cs-traveling-with-a-child #blc_id_3 .pic {
		background-size: contain;
		top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 969px) {
	.cs-traveling-with-a-child #blc_id_3 .pic {
		flex: 1;
	    width: auto;
	    -webkit-flex-basis: auto;
	    flex-basis: auto;
	}
	.cs-traveling-with-a-child #blc_id_3 .desc {
	    width: 250px;
	    -webkit-flex-basis: 250px;
	    flex-basis: 250px;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_3 .inner > div {
		display: block;
	}
	.cs-traveling-with-a-child #blc_id_3 .pic,
	.cs-traveling-with-a-child #blc_id_3 .desc {
		width: 100%;
	}
	.cs-traveling-with-a-child #blc_id_3 .pic {
		height: 110px;
		background-position: 50% 0;
		margin-bottom: 20px;
	}
	.cs-traveling-with-a-child #blc_id_3 .desc p {
		text-align: center;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #blc_id_3 .pic {
		height: 80px;
		margin-bottom: 10px;
	}
}
.cs-traveling-with-a-child #blc_id_4 .inner,
.cs-traveling-with-a-child #blc_id_9 .inner,
.cs-traveling-with-a-child #blc_id_11 .inner {
	background: url(../images/cs_kozure_id4_bg.png) no-repeat 0 130%;
}
.cs-traveling-with-a-child #blc_id_4 .inner > div,
.cs-traveling-with-a-child #blc_id_9 .inner > div,
.cs-traveling-with-a-child #blc_id_11 .inner > div {
	display: block;
	position: relative;
}
.cs-traveling-with-a-child #blc_id_4 .inner > div::before {
	content: "";
	display: block;
	width: 392px;
	height: 332px;
	background: url(../images/cs_kozure_id4_sub.png) no-repeat 0 0;
	position: absolute;
	top: -60px;
	left: 60px;
}
.cs-traveling-with-a-child #blc_id_4 .pic,
.cs-traveling-with-a-child #blc_id_9 .pic,
.cs-traveling-with-a-child #blc_id_11 .pic {
	height: 200px;
	width: 100%;
	background: url(../images/cs_kozure_lab02.png) no-repeat 0 0;
}
.cs-traveling-with-a-child #blc_id_4 .pic img,
.cs-traveling-with-a-child #blc_id_9 .pic img,
.cs-traveling-with-a-child #blc_id_11 .pic img {
	display: none;
}
@media screen and (min-width: 950px) {
	.cs-traveling-with-a-child #blc_id_4,
	.cs-traveling-with-a-child #blc_id_9,
	.cs-traveling-with-a-child #blc_id_11 {
		padding-bottom: 0;
	}
	.cs-traveling-with-a-child #blc_id_4 .inner > div,
	.cs-traveling-with-a-child #blc_id_9 .inner > div,
	.cs-traveling-with-a-child #blc_id_11 .inner > div {
		padding-left: 500px;
		min-height: 558px;
	}
}
@media screen and (max-width: 949px) {
	.cs-traveling-with-a-child #blc_id_4,
	.cs-traveling-with-a-child #blc_id_9,
	.cs-traveling-with-a-child #blc_id_11 {
		padding-top: 0;
	}
	.cs-traveling-with-a-child #blc_id_4 .inner > div::before,
	.cs-traveling-with-a-child #blc_id_9 .inner > div::before,
	.cs-traveling-with-a-child #blc_id_11 .inner > div::before {
		display: none;
	}
	.cs-traveling-with-a-child #blc_id_4 .inner,
	.cs-traveling-with-a-child #blc_id_9 .inner,
	.cs-traveling-with-a-child #blc_id_11 .inner {
		background-position: 120% 50%;
		background-size: 60% auto;
		padding-top: 40px;
		margin-right: 0;
	}
	.cs-traveling-with-a-child #blc_id_4 .desc br,
	.cs-traveling-with-a-child #blc_id_9 .desc br,
	.cs-traveling-with-a-child #blc_id_11 .desc br {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 949px) {
	.cs-traveling-with-a-child #blc_id_4 .desc,
	.cs-traveling-with-a-child #blc_id_9 .desc,
	.cs-traveling-with-a-child #blc_id_11 .desc {
	    width: 400px;
	    -webkit-flex-basis: 400px;
	    flex-basis: 400px;
	}
	.cs-traveling-with-a-child #blc_id_4 .desc a,
	.cs-traveling-with-a-child #blc_id_9 .desc a,
	.cs-traveling-with-a-child #blc_id_11 .desc a {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_4,
	.cs-traveling-with-a-child #blc_id_9,
	.cs-traveling-with-a-child #blc_id_11 {
		padding-bottom: 0;
	}
	.cs-traveling-with-a-child #blc_id_4 .inner,
	.cs-traveling-with-a-child #blc_id_9 .inner,
	.cs-traveling-with-a-child #blc_id_11 .inner {
		padding-bottom: 300px;
		background-position: 50% 110%;
	}
	.cs-traveling-with-a-child #blc_id_4 .pic,
	.cs-traveling-with-a-child #blc_id_9 .pic,
	.cs-traveling-with-a-child #blc_id_11 .pic {
		background-position: 50% 0!important;
		background-size: contain!important;
		height: 110px;
		margin-bottom: 15px;
	}
	.cs-traveling-with-a-child #blc_id_4 .desc p,
	.cs-traveling-with-a-child #blc_id_9 .desc p,
	.cs-traveling-with-a-child #blc_id_11 .desc p {
		text-align: center;
	}
	.cs-traveling-with-a-child #blc_id_4 .desc a,
	.cs-traveling-with-a-child #blc_id_9 .desc a,
	.cs-traveling-with-a-child #blc_id_11 .desc a {
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #blc_id_4 .inner,
	.cs-traveling-with-a-child #blc_id_9 .inner,
	.cs-traveling-with-a-child #blc_id_11 .inner {
		padding-bottom: 75vw;
		background-position: 40% 120%;
		background-size: contain;
	}
}
.cs-traveling-with-a-child #blc_id_5,
.cs-traveling-with-a-child #blc_id_6 {
	background-color: #F4EAD8;
	padding-bottom: 30px;
}
.cs-traveling-with-a-child #blc_id_5 .inner > div {
	display: block;
}
.cs-traveling-with-a-child #blc_id_5 .pic {
	height: 200px;
	width: 100%;
	background: url(../images/cs_kozure_lab03.png) no-repeat 0 0;
}
.cs-traveling-with-a-child #blc_id_5 .pic img {
	display: none;
}
@media screen and (min-width: 950px) {
	.cs-traveling-with-a-child #blc_id_5 .inner::before {
		content: "";
		display: block;
		background: url(../images/cs_kozure_id6_sub.png) no-repeat 0 0;
		width: 403px;
		height: 431px;
		position: absolute;
		top: -150px;
		right: 60px;
		z-index: 10;
	}
}
@media screen and (max-width: 830px) {
	.cs-traveling-with-a-child #blc_id_5 .desc br {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 949px) {
	.cs-traveling-with-a-child #blc_id_5 .inner > div {
		display: flex;
	}
	.cs-traveling-with-a-child #blc_id_5 .pic {
	    width: 400px;
	    -webkit-flex-basis: 400px;
	    flex-basis: 400px;
	    background-size: contain;
	}
	.cs-traveling-with-a-child #blc_id_5 .desc {
	    flex: 1;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_5 .pic {
		background-position: 50% 0;
		height: 100px;
		background-size: contain;
		margin-bottom: 15px;
	}
}
.cs-traveling-with-a-child #blc_id_6 {
	padding-top: 0;
	padding-bottom: 0;
}
.cs-traveling-with-a-child #blc_id_6 ul {
	width: 750px;
	margin: 0 auto;
}
.cs-traveling-with-a-child #blc_id_6 li {
	box-shadow: none;
}
.cs-traveling-with-a-child #blc_id_6 li .desc strong {
	width: auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_6 ul {
		width: 100%;
	}
	.cs-traveling-with-a-child #blc_id_6 li .desc {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}
.cs-traveling-with-a-child #blc_id_7,
.cs-traveling-with-a-child #blc_id_10 {
	padding-top: 0;
	padding-bottom: 0;
}
.cs-traveling-with-a-child #blc_id_7 .inner {
	background: url(../images/cs_kozure_id7_bg.png) no-repeat top right;
	padding-bottom: 90px;
}
.cs-traveling-with-a-child #blc_id_7 .inner > div,
.cs-traveling-with-a-child #blc_id_10 .inner > div {
	padding-top: 30px;
	display: block;
}
.cs-traveling-with-a-child #blc_id_7 .pic,
.cs-traveling-with-a-child #blc_id_10 .pic {
	height: 150px;
	width: 100%;
	background: url(../images/cs_kozure_lab03_2.png) no-repeat 0 0;
}
.cs-traveling-with-a-child #blc_id_7 .pic img,
.cs-traveling-with-a-child #blc_id_10 .pic img {
	display: none;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_7 .inner,
	.cs-traveling-with-a-child #blc_id_10 .inner {
		background-size: 60%;
		background-position: 115% 0;
		margin-right: 0;
		padding-bottom: 30px;
	}
	.cs-traveling-with-a-child #blc_id_7 .pic {
		background-size: contain;
		height: 90px;
		margin-bottom: 20px;
	}
	.cs-traveling-with-a-child #blc_id_7 .desc br {
		display: none;
	}
}
.cs-traveling-with-a-child #blc_id_8 {
	padding-top: 0;
}
.cs-traveling-with-a-child #blc_id_8 ul {
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 auto;
}
.cs-traveling-with-a-child #blc_id_8 li {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	width: 50%;
	list-style: none;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_8 ul {
		width: 100%;
	}
	.cs-traveling-with-a-child #blc_id_8 li {
		-webkit-flex-basis: 49%;
		flex-basis: 49%;
		width: 49%;
	}
	.cs-traveling-with-a-child #blc_id_8 li a,
	.cs-traveling-with-a-child #blc_id_8 li strong {
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #blc_id_8 li {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}
.cs-traveling-with-a-child #blc_id_9 {
	background-color: #F4DFE7;
	padding-bottom: 50px;
}
.cs-traveling-with-a-child #blc_id_9 .inner {
	background-image: none;
}
.cs-traveling-with-a-child #blc_id_9 .inner::before {
	content: "";
	display: block;
	background: url(../images/cs_kozure_id9_bg.png) no-repeat 0 50%;
	width: 824px;
	height: 583px;
	position: absolute;
	top: -50px;
	left: -290px;
}
.cs-traveling-with-a-child #blc_id_9 .pic {
	background: url(../images/cs_kozure_lab04.png) no-repeat 0 0;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
	.cs-traveling-with-a-child #blc_id_9 .inner::before {
		width: 50%;
		top: 0;
		left: auto;
		right: 0;
		background-size: contain;
		background-position: 50% 50%;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_9 {
		padding-bottom: 0;
	}
	.cs-traveling-with-a-child #blc_id_9 .inner::before {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		height: 300px;
		width: 100%;
		background-size: contain;
		background-position: bottom center;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #blc_id_9 .pic {
		background-position: 50% 0;
	}
}
.cs-traveling-with-a-child #blc_id_10 .inner {
	background: url(../images/cs_kozure_id10_bg.png) no-repeat bottom right;
	padding-bottom: 100px;
}
.cs-traveling-with-a-child #blc_id_10 .pic {
	background: url(../images/cs_kozure_lab04_2.png) no-repeat 0 0;
}
.cs-traveling-with-a-child #blc_id_10 .desc {
	width: 450px;
}
@media screen and (min-width: 1470px) {
	.cs-traveling-with-a-child #blc_id_10 .inner::before {
		content: "";
		display: block;
		width: 426px;
		height: 367px;
		background: url(../images/cs_kozure_id10_sub.png) no-repeat 0 0;
		position: absolute;
		top: -80px;
		right: -180px;
	}
}
@media screen and (min-width: 768px) {
	.cs-traveling-with-a-child #blc_id_10 .inner::before {
		content: "";
		display: block;
		width: 350px;
		height: 350px;
		background: url(../images/cs_kozure_id10_sub.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: -80px;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_10 .inner {
		padding-bottom: 200px;
		background-size: 40% auto;
	}
	.cs-traveling-with-a-child #blc_id_10 .pic {
		height: 100px;
		background-size: contain;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 567px) {
	.cs-traveling-with-a-child #blc_id_10 .inner {
		padding-bottom: 230px;
		background-size: 65% auto;
		background-position: 50% 100%;
	}
	.cs-traveling-with-a-child #blc_id_10 .desc {
		width: auto;
	}
	.cs-traveling-with-a-child #blc_id_10 .desc a {
		margin: 0 auto;
	}
	.cs-traveling-with-a-child #blc_id_10 .desc br {
		display: none;
	}
}
.cs-traveling-with-a-child #blc_id_11 {
	background-color: #D6ECFF;
}
.cs-traveling-with-a-child #blc_id_11 .pic {
	background: url(../images/cs_kozure_lab05.png) no-repeat 0 0;
}
.cs-traveling-with-a-child #blc_id_11 .inner {
	background-image: none;
}
.cs-traveling-with-a-child #blc_id_11 .inner::before {
	content: "";
	display: block;
	background: url(../images/cs_kozure_id11_bg.png) no-repeat 0 50%;
	width: 777px;
	height: 515px;
	position: absolute;
	top: 0px;
	left: -290px;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
	.cs-traveling-with-a-child #blc_id_11 .inner::before {
		left: auto;
		right: 0;
		width: 50%;
		background-size: contain;
	}
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_11 .pic {
		background-position: 50% 0;
	}
	.cs-traveling-with-a-child #blc_id_11 .inner::before {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		height: 300px;
		width: 100%;
		background-size: contain;
		background-position: 50% 100%;
	}
}
.cs-traveling-with-a-child #blc_id_12 {
	padding-bottom: 90px;
}
.cs-traveling-with-a-child #blc_id_12 .inner::before {
	content: "";
	display: block;
	background: url(../images/cs_kozure_id12_bg.png) no-repeat 0 50%;
	width: 637px;
	height: 462px;
	position: absolute;
	top: 0px;
	right: -100px;
}
.cs-traveling-with-a-child #blc_id_12 .inner > div  {
	display: block;
}
.cs-traveling-with-a-child #blc_id_12 .pic {
	background: url(../images/cs_kozure_lab06.png) no-repeat 0 0;
	height: 200px;
	width: 100%;
}
.cs-traveling-with-a-child #blc_id_12 .desc {
	width: 450px;
}
.cs-traveling-with-a-child #blc_id_12 .pic img {
	display: none;
}
@media screen and (min-width: 890px) and (max-width: 1279px) {
	.cs-traveling-with-a-child #blc_id_12 .inner::before {
		width: 50%;
		right: 0;
		background-size: contain;
	}
	.cs-traveling-with-a-child #blc_id_12 .desc {
		position: relative;
		z-index: 10;
	}
}
@media screen and (max-width: 879px) {
	.cs-traveling-with-a-child #blc_id_12 .inner {
		padding-bottom: 300px;
	}
	.cs-traveling-with-a-child #blc_id_12 .inner::before {
		width: 100%;
		height: 300px;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		background-position: 50% 100%;
		background-size: contain;
	}
	.cs-traveling-with-a-child #blc_id_12 .pic {
		height: 100px;
		background-position: 50% 0;
		background-size: contain;
		margin-bottom: 15px;
	}
	.cs-traveling-with-a-child #blc_id_12 .desc {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.cs-traveling-with-a-child #blc_id_12 .desc br {
		display: none;
	}
}
.cs-traveling-with-a-child #blc_id_12 + .separator {
	border-top: 11px solid #DB5140;
	height: 400px;
}
.cs-traveling-with-a-child #blc_id_12 + .separator .inner::after {
	width: 100%;
	height: 385px;
	background: url(../images/cs_kozure_last.png) no-repeat 50% 0;
	position: absolute;
	top: -75px;
	left: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.cs-traveling-with-a-child #blc_id_12 + .separator {
		height: 150px;
	}
	.cs-traveling-with-a-child #blc_id_12 + .separator .inner {
		overflow: visible;
	}
	.cs-traveling-with-a-child #blc_id_12 + .separator .inner::after {
		width: 100%;
		height: 200px;
		background-size: contain;
		background-position: 50% 0;
		z-index: 50;
		left: 0!important;
		margin-left: 0;
		margin-right: 0;
	}
}


/**
* 特集：修学旅行特集
*********************************************************/
.cs-schooltrip #blc_id_5 li .desc {
	position: relative;
	font-size: 14px;
	padding-bottom: 2.5em;
}
.cs-schooltrip #blc_id_5 li .desc a {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cs-schooltrip #heroimage h1 span { /* MTL Matsuo 2019.11 was html[lang="ja"] */
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/coverstory_title_schooltrip.png) no-repeat 50% 50% #fff;
	display: block;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 980px) {
	.cs-schooltrip #heroimage h1 span {
		width: 908px;
		height: 508px;
	}
}
@media screen and (max-width: 979px) {
	.cs-schooltrip #heroimage {
		height: 40vh;
	}
	.cs-schooltrip #heroimage .inner {
		width: 100%;
		height: 35vh;
	}
	.cs-schooltrip #heroimage h1 span {
		background: url(../images/coverstory_title_schooltrip.png) no-repeat 50% 50% /* MTL Matsuo 2019.11 c/o #fff for SP*/;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 729px) {
	.cs-schooltrip #blc_id_1 h1 {
		font-size: 22px;
		text-align: justify!important;
	}
	.cs-schooltrip .custom.richtxt .storycontent br {
		display: none;
	}
	.cs-schooltrip .custom.richtxt .storycontent p {
		text-align: justify!important;
	}
}
@media screen and (max-width: 567px) {
	.cs-schooltrip #blc_id_5 li .desc {
		padding-bottom: 3.5em;
	}
}



/**
* 特集：ロケ地巡り
*********************************************************/
.cs-orange #heroimage {
	height: auto;
}
.cs-orange #heroimage h1 {
	position: absolute;
	top: 0;
	right: 0;
}
html[lang="ja"] .cs-orange #heroimage h1 span,
.cs-orange #heroimage h1 span {
	text-align: left;
	text-indent: -300%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/coverstory_title_orange_ml.png) no-repeat 50% 0;
	display: block;
	width: 341px;
	height: 760px;
	padding: 0;
}
html[lang="ja"] .cs-orange #heroimage h1 span {
	background: url(../images/coverstory_title_orange.png) no-repeat 50% 0;
}
.cs-orange em {
	font-style: italic;
}
.cs-orange .custom.richtxt .storycontent {
	margin-left: 80px;
	margin-right: 80px;
}
.cs-orange .custom.richtxt .storycontent .custom_spot {
	background-color: #f3f3f3;
	padding: 20px;
}
.cs-orange .custom h3 {
	font-size: 100%;
	background-color: #ddd;
	border-radius: 8px;
	padding: 10px;
    text-align: center;
    margin-bottom: 16px;
}
.cs-orange .custom.spot .memo a,
.cs-orange .custom a:hover h3 {
	color: #c0474c;
}
@media screen and (min-width: 1100px), print {
	.cs-orange #heroimage .inner {
	    height: 800px;
	}
}
@media screen and (max-width: 1099px) {
	.cs-orange #heroimage .inner,
	.cs-orange #heroimage h1,
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span {
		width: 100%;
	}
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span{
		background-size: contain;
		background-position: 100% 0;
	}
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
	.cs-orange #heroimage .inner {
	    height: 650px;
	}
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span {
		height: 630px;
	}
}
@media screen and (min-width: 768px) and (max-width: 899px) {
	.cs-orange #heroimage .inner {
	    height: 450px;
	}
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span {
		height: 430px;
		background-position: 10% 0;
	}
}
@media screen and (max-width: 767px) {
	.cs-orange .custom.richtxt * {
		text-align: justify!important;
	}
	.cs-orange #heroimage {
		background-size: cover;
	}
	.cs-orange #heroimage .inner {
	    height: 450px;
	}
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span {
		height: 430px;
		background-position: 2% 0;
	}
	.cs-orange .custom.richtxt .storycontent {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 567px) {
	.cs-orange #heroimage .inner {
	    height: 55vh;
	}
	html[lang="ja"] .cs-orange #heroimage h1 span,
	.cs-orange #heroimage h1 span {
		height: 53vh;
		background-size: contain;
	}
	.cs-orange .storycontent img {
	    width: 100%;
	    max-width: 100%;
	}
	.cs-orange .custom.richtxt .storycontent .custom_spot {
		padding: 5px;
	}
}
@media screen and (min-width: 568px) {
	.cs-orange .storycontent .alignleft {
	    float: left;
	    margin-right: 35px;
	    margin-left: 0;
	}
}


/**
* 特集：スポーツ
*********************************************************/
.cs-sports #heroimage h1 span {
	text-align: left;
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/coverstory_title_sports.png) no-repeat 50% 50% #fff;
	display: block;
	width: 666px;
	height: 437px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
@media screen and (max-width: 1099px) {
	.cs-sports #heroimage .inner {
		width: 100%;
	}
	.cs-sports #heroimage h1 span {  /* MTL Matsuo 2019.11 was html[lang="ja"] */
		width: 100%;
		background-color: transparent;
		background-size: contain;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.cs-sports #heroimage h1 span { height: 300px; }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.cs-sports #heroimage h1 span { height: 250px; }
}
@media screen and (max-width: 567px) {
	.cs-sports #heroimage {
		height: 400px;
	}
	.cs-sports #heroimage h1 span { height: 200px; }
	.cs-sports #blc_id_1 .storycontent br {
		display: none;
	}
	.cs-sports #blc_id_1 .storycontent {
		font-size: 14px;
		font-weight: 500;
	}
	.cs-sports #blc_id_1 .storycontent center {
		text-align: justify;
	}
}


/**
* 特集：草間彌生
*********************************************************/
#kusamayayoi span.artwork_name {
	font-style: italic;
}
#kusamayayoi .inner {

}
#kusamayayoi #main_image {
	position: relative;
	margin-top: 0;
	height: auto;
}
#kusamayayoi #main_image .copy {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}
#kusamayayoi #main_image h1 {
	width: 100%;
    color: white;
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px 4px #333;
    font-weight: bold;
}
html[lang="ja"] #kusamayayoi #main_image h1 {
	width: 100%;
	height: 80px;
	text-indent: -400%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/coverstory/logo_kusamayayoi.png) no-repeat 50% 50%;
	background-size: contain;
}
#kusamayayoi #leadblc {
	text-align: center;
	font-weight: 500;
	padding-bottom: 0;
}
#kusamayayoi #leadblc .inner {
	padding-bottom: 20px;
}
#kusamayayoi #leadblc .logo {
	margin: 45px 0;
}
#kusamayayoi #leadblc .prof {
	margin-bottom: 45px;
}
#kusamayayoi #leadblc .prof {
	text-align: left;
}
#kusamayayoi #leadblc .prof li {
	position: relative;
	padding-left: 1.2em;
}
#kusamayayoi #leadblc .prof li::before {
	content: "\f111";
	font-family: "FontAwesome";
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 9px;
	color: #F2E8BE;
}
#kusamayayoi #leadblc .portrait {
	position: absolute;
	bottom: -55px;
	left: 0;
}
#kusamayayoi #secondary {
	text-align: center;
	background-color: #F2E8BE;
	padding-bottom: 0;
}
#kusamayayoi #secondary > img {
	display: block;
	margin: 0 auto;
}
#kusamayayoi #secondary figure {
	padding: 0!important;
	background-color: transparent;
	margin: 0 auto;
}
#kusamayayoi #secondary figure#attachment_82486 {
	float: right;
}
@media screen and (min-width: 1000px), print {
	#kusamayayoi #leadblc .prof {
		margin-left: 380px;
	}
	#kusamayayoi #secondary .inner,
	#kusamayayoi #leadblc .inner {
		width: 1000px;
	}
}
@media screen and (max-width: 999px) {
	#kusamayayoi #leadblc .inner {
		margin-left: 10px;
		margin-right: 10px;
	}
	#kusamayayoi #leadblc br {
		display: none;
	}
	#kusamayayoi #leadblc .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	#kusamayayoi #secondary .inner {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	#kusamayayoi #secondary > img {
		width: 100%;
		height: auto;
	}
	#kusamayayoi #third img {
		width: 100%;
		height: auto;
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	#kusamayayoi #leadblc .prof {
		margin-left: 320px;
	}
	figure#attachment_82656,
	figure#attachment_82647 {
		width: 49%;
	}
}
@media screen and (min-width: 768px), print {
	#kusamayayoi #main_image > .inner {
		padding: 180px 0;
	}
}
@media screen and (max-width: 767px) {
	#kusamayayoi #main_image > .inner {
		padding: 100px 0;
	}
	#kusamayayoi #main_image h1 {
		height: 65px;
	}
	#kusamayayoi #main_image .copy img {
		width: 50px;
		height: auto;
		display: block;
	}
	#kusamayayoi #leadblc .logo {
		margin: 35px 0;
	}
	#kusamayayoi #leadblc .portrait {
	    position: relative;
	    text-align: left;
	    bottom: -24px;
	}
	#kusamayayoi #leadblc .portrait img {
		width: 150px;
		height: auto;
		display: block;
	}
	#kusamayayoi #leadblc .inner {
		padding-bottom: 0;
		overflow: visible;
	}
	#kusamayayoi #leadblc .prof {
		margin-bottom: 0;
	}
	#kusamayayoi #secondary {
		background-size: contain;
	}
	#kusamayayoi #secondary figure {
		width: 100%;
		max-width: 1000px!important;
		margin-bottom: 20px!important;
	}
	#kusamayayoi #secondary figure img {
		width: 100%;
		height: auto;
		display: block;
	}
}

/**
* 特集：Local Food
*********************************************************/
@media screen and (min-width: 1000px), print {
	.cs-local-food .inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.cs-local-food #blc_id_1 .inner {
		width: 800px;
	}
}
@media screen and (max-width: 999px) {
	.cs-local-food .inner {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.cs-local-food #blc_id_1 .inner {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.cs-local-food #heroimage {
	height: 475px;
}
html[lang="ja"] .cs-local-food #heroimage h1 {
    text-indent: -2000%;
}
.cs-local-food .storycontent {
	line-height: 1.6;
}
.cs-local-food .storycontent p:last-child {
	margin-bottom: 1.1em;
}
.cs-local-food h2 {
	margin-bottom: 0;
}
.cs-local-food h3 {
	font-size: 100%;
	font-weight: bold;
}
html[lang="ja"] .cs-local-food p,
html[lang="en-US"] .cs-local-food p {
	font-size: 75%; /* 12px */
}
.cs-local-food .intro p {
	font-size: 100%;
}
.cs-local-food .intro img {
	width: 400px;
}
.cs-local-food .main-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 2em;
  	padding: 20px 0;
  	border-top: 1px dotted #ccc;
}
.cs-local-food .main-item:first-child {
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
}
.cs-local-food .main-item:nth-child(2) {
	-webkit-flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
.cs-local-food .main-item .inner-box {
	width: 48.5%;
}
.cs-local-food .main-item .secondary-img {
	width: 200px;
}
.cs-local-food .main-item:first-child .secondary-img {
    float: right;
    margin-left: 2.2em;
}
.cs-local-food .main-item:nth-child(2) .secondary-img {
    float: left;
    margin-right: 2.2em;
}
.cs-local-food .custom.obi {
	padding-top: 60px;
	margin-bottom: 50px;
}
.cs-local-food .custom.richtxt {
	padding: 0;
}
.cs-local-food #blc_id_1 {
	padding: 40px 0 50px;
}
.cs-local-food .item-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
.cs-local-food .item {
	display: flex;
	width: 48.5%;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
}
.cs-local-food .item:nth-child(-n+2) {
	margin-top: 0;
}
.cs-local-food .item-image {
	width: 250px;
	padding-right: 20px;
}
.cs-local-food .item-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cs-local-food .item-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.cs-local-food .item-image {
		width: 200px;
		margin-right: 1em;
	}
}

@media screen and (max-width: 767px) {
	.cs-local-food .intro img {
		width: auto;
	}
	.cs-local-food #blc_id_1 {
	    padding: 15px 0 15px;
	}
	.cs-local-food .custom.obi {
		padding-top: 65px;
		margin-bottom: 20px;
	}
	html[lang="ja"] .cs-local-food .custom.obi#blc_id_2,
	html[lang="en-US"] .cs-local-food .custom.obi#blc_id_2 {
		margin-bottom: 0;
	}
	.cs-local-food .main-item:first-child,
	.cs-local-food .main-item:nth-child(2) {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.cs-local-food .main-item .inner-box,
	.cs-local-food .main-item .main-img {
		width: 100%;
	}
	.cs-local-food .main-item h3 {
		text-align: center;
    	margin-top: 1em;
	}
	.cs-local-food .main-item:first-child .secondary-img {
	    margin: 1em 0 1em 1.5em;
	}
	.cs-local-food .main-item:nth-child(2) .secondary-img {
	    margin: 1em 1.5em 1em 0;
	}
	.cs-local-food .item {
  		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.cs-local-food #heroimage h1 span,
	.cs-local-food .item-image,
	.cs-local-food .item-image img,
	.cs-local-food .item-text {
		width: 100%;
	}
	.cs-local-food p {
		font-size: 100%;
	}
	.cs-local-food .item {
		display: block;
	}
	.cs-local-food .item-text h3 {
		text-align: center;
	}
	.cs-local-food .item-image {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 400px) {
	.cs-local-food .main-item:first-child .secondary-img,
	.cs-local-food .main-item:nth-child(2) .secondary-img {
		display: block;
		float: none;
		margin: 1em auto;
	}
}
/**
* 特集／信州スカイパーク
*********************************************************/

html[lang="ja"] .cs-osusume_skypark #heroimage h1 {
	text-indent: -2000%;
	line-height: 0;
}
.cs-osusume_skypark #heroimage {
	height: auto;
	padding-top: 39.9%;
}
.cs-osusume_skypark main {
	background-color: #ffd833;
	background-image: url(../images/bg_skypark1.png),
			  url(../images/bg_skypark2.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 800px,3120px;
	background-size: contain;
}
.cs-osusume_skypark .storycontent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.cs-osusume_skypark section {
	padding: 0 0 50px;
}
.cs-osusume_skypark .storycontent img {
	width: 545px;
	padding-top: 55px;
}
.cs-osusume_skypark .storycontent .area_spotimg {
	text-align: center;
	margin-bottom: 20px;
}
.cs-osusume_skypark .storycontent figure {
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
	padding: 0;
}
.cs-osusume_skypark .storycontent figure img {
	width: 160px;
	padding: 0;
}
.cs-osusume_skypark .storycontent figcaption {

}
.cs-osusume_skypark .custom.obi .no_background {
	background: none;
}
.cs-osusume_skypark .custom.obi .no_background h2 {
	margin-bottom: 10px;
	font-size: 150%;
}
.cs-osusume_skypark .storycontent hr {
	padding: 0;
	margin: 0;
	border: solid 1px #000000;
}
.cs-osusume_skypark .img_skypark {
	text-align: center;
}
.cs-osusume_skypark .white {
	color: white;
}
.cs-osusume_skypark .storycontent .white hr {
	border: solid 1px #ffffff;
}
.cs-osusume_skypark .skypark_first {
	padding-top: 55px;
}
.cs-osusume_skypark .link_skypark {
	width: 460px;
	text-align: center;
	font-size: 125%;
	color: #22703c;
	background-color: white;
	border: solid;
	border-radius: 5px;
	padding: 15px 0 15px;
	margin: 60px auto 30px auto;
}
.cs-osusume_skypark .link_skypark a {
	color: #22703c;
}

@media screen and (max-width: 767px) {
	.cs-osusume_skypark #heroimage {
		padding-top: 100%;
	}
	.cs-osusume_skypark .link_skypark {
		width: 100%;
		font-size: 95%;
	}
	.cs-osusume_skypark main {
		background-image: url(../images/bg_skypark1sp.png),
				  url(../images/bg_skypark2sp.png);
		background-position-y: 800px,3500px;
		background-size: auto;
	}
	.cs-osusume_skypark #blc_id_5,
	.cs-osusume_skypark #blc_id_6 {
		position: relative;
		width: 95%;
		margin: 0 auto;
	}
	.cs-osusume_skypark #blc_id_5 .storycontent,
	.cs-osusume_skypark #blc_id_6 .storycontent {
		width: 100%;
	}
	.cs-osusume_skypark .area_spotimg .spot1,
	.cs-osusume_skypark .area_spotimg .spot2,
	.cs-osusume_skypark .area_spotimg .spot3,
	.cs-osusume_skypark .area_spotimg .spot4,
	.cs-osusume_skypark .area_spotimg .spot5,
	.cs-osusume_skypark .area_spotimg .spot6 {
		position: absolute;
		width: 160px;
		top: 5px;
		left: calc(50% - 80px);
	}
	.cs-osusume_skypark .area_spotimg .spot2 {
		top: 400px;
	}
	.cs-osusume_skypark .area_spotimg .spot3 {
		top: 880px;
	}
	.cs-osusume_skypark .area_spotimg .spot5 {
		top: 460px;
	}
	.cs-osusume_skypark .area_spotimg .spot6 {
		top: 920px;
	}
	.cs-osusume_skypark .area_spotimg .cap1 {
		margin-top: 180px;
	}
	.cs-osusume_skypark .area_spotimg .cap2 {
		margin-top: 350px;
	}
	.cs-osusume_skypark .area_spotimg .cap3 {
		margin-top: 430px;
	}
	.cs-osusume_skypark .area_spotimg .cap4 {
		margin-top: 180px;
	}
	.cs-osusume_skypark .area_spotimg .cap5 {
		margin-top: 400px;
	}
	.cs-osusume_skypark .area_spotimg .cap6 {
		margin-top: 390px;
	}
	.cs-osusume_skypark .comment1,
	.cs-osusume_skypark .comment2,
	.cs-osusume_skypark .comment3,
	.cs-osusume_skypark .comment4,
	.cs-osusume_skypark .comment5,
	.cs-osusume_skypark .comment6 {
		position: absolute;
		top: 220px;
	}
	.cs-osusume_skypark .comment2 {
		top: 620px;
	}
	.cs-osusume_skypark .comment3 {
		top: 1080px;
	}
	.cs-osusume_skypark .comment5 {
		top: 690px;
	}
	.cs-osusume_skypark .comment6 {
		top: 1120px;
	}
	.cs-osusume_skypark #blc_id_5 .img_skypark,
	.cs-osusume_skypark #blc_id_6 .img_skypark {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 190px;
	}
	.cs-osusume_skypark #blc_id_6 .img_skypark {
		margin-top: 100px;
	}
}


/**
* 特集：多言語 共通
*********************************************************/
.cs-life-in-the-country #blc_id_1,
.cs-classical-music-legends-and-music-culture #blc_id_1,
.cs-the-historical-castle-town #blc_id_1,
.cs-local-food #blc_id_1,
.cs-craftmonth #blc_id_1 {
	background-color: #242424;
}
.cs-life-in-the-country #blc_id_2,
.cs-classical-music-legends-and-music-culture #blc_id_2,
.cs-the-historical-castle-town #blc_id_2,
.cs-local-food #blc_id_2,
.cs-craftmonth #blc_id_2 {
	padding-top: 0;
}
.cs-life-in-the-country .intro,
.cs-classical-music-legends-and-music-culture .intro,
.cs-the-historical-castle-town .intro,
.cs-local-food .intro,
.cs-craftmonth .intro {
	color: #fff;
	text-align: justify;
}
.cs-castle-history-samurai-and-ninja .custom h3,
.cs-the-historical-castle-town .custom h3,
.cs-souvenirs-crafts .custom h3,
.cs-fruit .custom h3 {
	font-size: 18px;
}

/**
* 特集：Life in the Country
*********************************************************/
html[lang="th"] .cs-life-in-the-country #blc_id_1 {
	background-color: transparent;
}

@media screen and (min-width: 768px), print {
	.cs-life-in-the-country .intro img {
		width: 375px;
	}
}

/**
* 特集：Local Food
*********************************************************/
html[lang="zh-hant"] .cs-local-food #blc_id_1 {
	background-color: transparent;
	margin-bottom: 0;
}

/**
* 特集：Castle, History, Samurai, and Ninja
*********************************************************/
@media screen and (min-width: 768px), print {
	.cs-the-historical-castle-town .intro img {
		width: 375px;
	}
}

/**
* 特集：Kusama Yayoi
*********************************************************/
html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .logo,
html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .logo {
	margin-top: 0 !important;
}

@media screen and (min-width: 800px), print {
	html[lang="en-US"] .cs-kusama-yayoi .storycontent,
	html[lang="zh-hant"] .cs-kusama-yayoi .storycontent,
	html[lang="zh-hans"] .cs-kusama-yayoi .storycontent,
	html[lang="fr-FR"] .cs-kusama-yayoi .storycontent {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1000px), print {
	html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .logo img,
	html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .logo img {
		width: 70% !important;
		padding-left: 30%;
	}
}
@media screen and (min-width: 900px) and (max-width: 999px) {
	html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .logo img,
	html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .logo img {
		width: 60% !important;
		padding-left: 35%;
	}
}
@media screen and (min-width: 768px) and (max-width: 899px) {
	html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .logo img,
	html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .logo img {
		width: 60% !important;
		padding-left: 37%;
	}
	html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .portrait img,
	html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .portrait img {
		width: 90%;
	}
}
@media screen and (max-width: 767px), print {
	html[lang="zh-hant"] .cs-kusama-yayoi #leadblc .logo,
	html[lang="zh-hans"] .cs-kusama-yayoi #leadblc .logo {
		margin: 0 !important;
	}
}

/**
* 特集：Historical Castle Town
*********************************************************/
html[lang="ko-KR"] .cs-the-historical-castle-town #blc_id_1 {
	background-color: transparent;
}


/**
* 特集：お土産特集／ロビー
*********************************************************/
.cs-matsumoto-selection #title_obi {
	background: url(../images/cs_selection_obi_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 0;
}
.cs-matsumoto-selection #title_obi h1 {
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	height: 350px;
	background-image: url(../images/cs_selection_obi_label.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}
@media screen and (min-width: 768px), print {
	.cs-matsumoto-selection #title_obi h1 {
		background-position: 100% 0;
	}
}
@media screen and (max-width: 767px) {
	.cs-matsumoto-selection #title_obi h1 {
		margin: 0 10px;
		background-position: 50% 50%;
	}
}


/**
* 特集：お土産特集／子ページ
*********************************************************/
#heroimage.mselection {
	height: 390px;
	padding: 0!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#heroimage.mselection h1 img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.childpage #blc_id_1 {
	background-color: #222;
	color: #FFF;
}
@media screen and (min-width: 768px), print {
	.childpage .rel_spots li {
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
}
@media screen and (max-width: 567px) {
	#heroimage.mselection h1 {
		margin: 0 10px;
	}
	.childpage #blc_id_1 p br {
		display: none;
	}
}


/**
* 特集：松本コロナ関連情報
*********************************************************/
.additionalinfo:before {
	content: url(../images/common_ico_finger.png);
	vertical-align: middle;
	margin-right: 7px;
}
.cs-corona main * {	/* KAZ: added main */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cs-corona #heroimage {	/* KAZ */
	height: auto;
}
.cs-corona h1.titlelabel {
	display: none;	/* sometimes not worked? text-indent: -1000%; */
}
.cs-corona section.custom {
	padding: 0;
/*	overflow: auto; */	/* KAZ: c/o */
/*	margin: 10px 0 20px; */	/* KAZ: c/o */
	padding: 20px 0;	/* KAZ */
	text-align: center;
}
.cs-corona section.custom .storycontent {
	padding: 0 60px;
	margin: 0;
}
.cs-corona .storycontent h1,.cs-corona .storycontent h2 {
	color: #088892;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.cs-corona .storycontent h1 {
	margin: 30px 0 35px;
}
.cs-corona .storycontent h1:before {
	display: block;
	margin-bottom: 15px;
}
.cs-corona #blc_id_3 h1:before {
	content: url(../images/coverstory/bgcoronaillust1.png);
}
.cs-corona #blc_id_4 h1:before {
	content: url(../images/coverstory/bgcoronaillust2.png);
}
.cs-corona #blc_id_5 h1:before {
	content: url(../images/coverstory/bgcoronaillust3.png);
}
.cs-corona #blc_id_6 h1:before {
	content: url(../images/coverstory/bgcoronaillust4.png);
}
.cs-corona #blc_id_7 h1:before {
	content: url(../images/coverstory/bgcoronaillust5.png);
}
.cs-corona #blc_id_8 h1:before {
	content: url(../images/coverstory/bgcoronaillust6.png);
}
.cs-corona #blc_id_9 h1:before {
	content: url(../images/coverstory/bgcoronaillust7.png);
}
.cs-corona #blc_id_10 h1:before {
	content: url(../images/coverstory/bgcoronaillust8.png);
}
.cs-corona .storycontent h2 {
	background-color: transparent;
}
.cs-corona .storycontent h3 {
	text-align: left;
	margin: 15px 0;
}
.cs-corona .storycontent h3 a, .cs-corona .storycontent dl a, section.facebook a {
	color: #2F3030;
}
.cs-corona .storycontent hr {
	border: solid 2px #088892;
	padding: 0;
	margin: 20px 0;
}
.cs-corona .storycontent hr.spotdelim {
	border-top: 0;
	border-bottom: solid 1px #221815;
	margin: 10px 0;
}
.cs-corona .storycontent dl {
	border-bottom: 1px solid #221815;
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
}
.cs-corona .storycontent dt {
	clear: left;
	width: 38%;
}
.cs-corona .storycontent dd {
	width: 62%;
}
.cs-corona .storycontent dt, .cs-corona .storycontent dd {
	text-align: justify;
	float: left;
	border-top: 1px solid #221815;
	padding: 8px;
	line-height: 1.3;
}
.cs-corona .updatetime {
	text-align: center;
	line-height: 38px;
	width: 30%;
	margin: 0 auto 25px !important;
	background-color: white;
}
.cs-corona .updatetime.bgiswhite {
	background-color: #f3eeb7;
}
.storycontent ul.coronaindex {
	overflow: hidden;
	margin: 10px auto 0;	/* KAZ: was 10px 0 0 40px */
}
ul.coronaindex li {
	list-style-type: none;
	float: left;
	width: 200px;
	height: 230px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;	/* KAZ: moved here */
}
ul.coronaindex li:first-child {
	background-image: url(../images/coverstory/bgcoronaindex1.png);
	margin-left: 0;
}
ul.coronaindex li:nth-child(2) {
	background-image: url(../images/coverstory/bgcoronaindex2.png);
}
ul.coronaindex li:nth-child(3) {
	background-image: url(../images/coverstory/bgcoronaindex3.png);
}
ul.coronaindex li:nth-child(4) {
	background-image: url(../images/coverstory/bgcoronaindex4.png);
}
ul.coronaindex li:nth-child(5) {
	background-image: url(../images/coverstory/bgcoronaindex5.png);
	margin-left: 0;
}
ul.coronaindex li:nth-child(6) {
	background-image: url(../images/coverstory/bgcoronaindex6.png);
}
ul.coronaindex li:nth-child(7) {
	background-image: url(../images/coverstory/bgcoronaindex7.png);
}
ul.coronaindex li:nth-child(8) {
	background-image: url(../images/coverstory/bgcoronaindex8.png);
}
ul.coronaindex li a {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;		/* KAZ: was inline-block */
	-moz-box-orient: block-axis;
	-webkit-box-orient: block-axis;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;	/* KAZ */
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;	/* KAZ */
/*	position: relative;
 *	width: 100%; */
	height:100%;
	padding: 165px 8px 0;	/* KAZ: added */
	line-height: 21px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
/*ul.coronaindex li a p {
 *	position: relative;
 *	top: 165px;
 *	text-align: center;
 *	margin: 0 15px;
 *}
 */	/* KAZ: c/o */
#infectionstatus {
	background-color: #f1de3e;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 400px;
	height: 210px;/* MTL Matsuo 2020.8 was 190px */
	margin: 0 auto 15px;
	padding: 12px 3px 0;
	color: #c46633;
	text-align: center;
}
#infectionstatus, #infectionstatus h3 {
	font-size: 18px;
	text-align: center;
}
#infectionstatus p {
	text-align: center;
}
#infectionstatus h3 {
	margin: 0;
}
.infectioncount {
	font-weight: bold;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 300px;
	height: 90px;	/* MTL Matsuo 2020.8 was 75px */
	padding-top: 6px;	/* MTL Matsuo 2020.8 was 9 */
	line-height: 1.4;	/* MTL Matsuo 2020.8 */
	margin: 8px auto;
}
/* MTL Matsuo 2020.8 c/o .infectionlatest {	Mat added 2020.5.10
	display: block;
	font-weight: normal;
} */
.cs-corona #blc_id_3, .cs-corona #blc_id_5, .cs-corona #blc_id_7, .cs-corona #blc_id_9 {
	background-color: #f3eeb7;
}

/* Facebookフィード / 市民記者ブログフィード */
.cs-corona #blc_id_4 .storycontent {
	padding: 0;
}
.cs-corona section.facebook {
	border-top: solid 4px #227ae5;
	background-color: #e3e2e1;
	text-align: justify;
	padding: 10px 0;
/*	overflow: auto; */	/* KAZ: c/o */
}
.cs-corona section.citizenblog {
	border-top: solid 4px #221815;
	text-align: justify;
	padding: 10px 0;
	clear: both;
}
.cs-corona section.facebook .heading,
.cs-corona section.citizenblog .heading {	/* KAZ */
	margin-bottom: 10px;
}
/* JUN-2020 KAZ: added .heading below */
.cs-corona section.facebook .heading a.facebook,
.cs-corona section.citizenblog .heading a.citizenblog {
	margin-right: 25px;
/*	font-size: 20px; */	/* KAZ: moved */
}
.cs-corona section.facebook .heading a.facebook {
	color: #227ae5;
	font-size: 18px;	/* KAZ */
}
.cs-corona section.citizenblog .heading a {
	color: black;
}
.cs-corona section.citizenblog .heading a.citizenblog {
	font-size: 20px;	/* KAZ */
	font-weight: bold;	/* KAZ */
	text-decoration: none;
}
.cs-corona section.facebook .heading a.facebook::before {
	content: url(../images/common_ico_facebook.png);
	display: inline-block;	/* KAZ */
	margin-right: 7px;
	vertical-align: middle;
}
.cs-corona section.citizenblog .heading a.citizenblog::before {
	content: url(../images/common_ico_blog.png);
	display: inline-block;	/* KAZ */
	margin-right: 7px;
	vertical-align: middle;
}
.cs-corona .slider_wrapper {
	position: relative;
}
.cs-corona .slider_container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}
.cs-corona #slider_container1,
.cs-corona ul#slider1 li {
	height: 311px;
}
.cs-corona #slider_container1 {
	width: 880px;
	font-size: 12px;
}
.cs-corona #slider_container2,
.cs-corona ul#slider2 li {
	height: 307px;
}
.cs-corona #slider_container2 {
	width: 840px;
	font-size: 13px;
}
.cs-corona ul#slider1,
.cs-corona ul#slider2 {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
}
.cs-corona ul#slider1 {
	width: 2200px;
}
.cs-corona ul#slider2 {
	width: 2800px;
}
.cs-corona ul#slider1 li {
	float: left;
	width: 220px;
}
.cs-corona ul#slider2 li {
	float: left;
	width: 280px;
}
.cs-corona .fb-feed .grid-item .pic {
	position: relative;
	height: 200px;
}
.cs-corona .grid-item .pic img {
	margin-bottom: 0;
}
.cs-corona .fb-feed .grid-item .pic img {
	position: absolute;
}
.cs-corona .fb-feed .grid-item .pic.landscape img {
	width: auto;
	max-width: none;
	height: 100%;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cs-corona .fb-feed .grid-item .pic.portrait img {
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cs-corona .fb-feed .grid-item a:hover .pic.landscape img,
.cs-corona .fb-feed .grid-item a:focus .pic.landscape img {
	-ms-transform: translateX(-50%) scale(1.1);
	-moz-transform: translateX(-50%) scale(1.1);
	-o-transform: translateX(-50%) scale(1.1);
	-webkit-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1);
}
.cs-corona .fb-feed .grid-item a:hover .pic.portrait img,
.cs-corona .fb-feed .grid-item a:focus .pic.portrait img {
	-ms-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}
.cs-corona .fb-feed .grid-item .desc .meta .date::before {
	background: url(../images/common_ico_facebooksmall.png) no-repeat center;
	width: 17px;
	height: 17px;
}
.storycontent a.facebook::after, .fb-feed .grid-item .text:after, .storycontent a.instagram ::after {
	content: "" !important;
}
.cs-corona #blc_id_4 .slider_nav {
}
.cs-corona #blc_id_4 a.slider_prev_btn,
.cs-corona #blc_id_4 a.slider_next_btn {
	display: inline-block;
	position: absolute;
	top: 88px;
}
.cs-corona #blc_id_4 a.slider_prev_btn {
	left: 0;
}
.cs-corona #blc_id_4 a.slider_next_btn {
	right: 0;
}
.cs-corona #blc_id_4 a.slider_prev_btn img,
.cs-corona #blc_id_4 a.slider_next_btn img {
	width: 20px;
	height: 24px;
	margin-bottom: 0px;
}
.cs-corona .storycontent ul.columns {
	margin-bottom: 0;
}
.cs-corona .storycontent ul.columns li {
	list-style-type: none;
}
.cs-corona .storycontent ul.columns li a,
.cs-corona .storycontent ul.columns li a span {
	display: block;
}
.cs-corona .storycontent ul.columns li a {
	text-decoration: none;
}
.cs-corona .storycontent ul.columns li a::hover {
	text-decoration: underline;
}
.cs-corona .storycontent ul.columns.fb-feed li a::after {
	display: none;
}
.cs-corona .storycontent ul.columns li a span.pic {
	overflow: hidden;
}
.cs-corona .storycontent ul.columns li a span.desc {
	padding: 10px 0 6px;
	text-align: left;
}
.cs-corona .storycontent ul.columns li a span.desc span.meta {
}
.cs-corona .storycontent ul.columns li a span.desc span.meta span.date {
}
.cs-corona .storycontent ul.columns.fb-feed li a span.desc span.text {
}

.takeoutphotos {
	width: 892px;
	margin: 0 auto;
}

/* Instagram フィード */
.cs-corona section.instagram  {
	border-top: solid 4px #e369a1;
	text-align: justify;
	padding: 10px 0;
}
.cs-corona section.instagram a.instagram {
	margin-right: 25px;
	font-size: 20px;
}
.cs-corona section.instagram a.instagram {
	color: #d36597;
}
.cs-corona section.instagram a {
	color: black;
}
.cs-corona section.instagram a.instagram {
	text-decoration: none;
}
.cs-corona section.instagram a.instagram:before {
	content: url(../images/common_ico_instagram.png);
	vertical-align: middle;
	margin-right: 7px;
}

#sb_instagram {
	margin-bottom: 20px;
}
#sb_instagram p:empty {	/* KAZ: maybe inserted in wpautop */
	display: none;
}
#sb_instagram a[target='_blank']::after {	/* KAZ */
	display: none;
}
#sb_instagram .sbi_info {
	padding: 0 !important;
}
#sbi_images {
	padding: 0 !important;
}
#sb_instagram.sbi_fixed_height {
	overflow-y: hidden !important;
	padding-bottom: 0 !important;
}
.sbi-owl-item {
	width: 200px !important;
	padding: 0 !important;
	margin-left: 20px;
}
.sbi-owl-item:first-child; {
	margin-left: 0;
}
#sb_instagram .sbi_info {
	height: 320px !important;
}
#sb_instagram .sbi_link p, #sb_instagram .sbi_info p,
#sb_instagram .sbi_info p .sbi_caption {
	font-size: 12px !important;
}

@media screen and (min-width:1100px), print {
	.cs-corona #blc_id_4 .inner {
		width: auto;
	}
	.cs-corona #blc_id_4 .storycontent h1,
	.cs-corona #blc_id_4 .storycontent section.facebook > *,
	.cs-corona #blc_id_4 .storycontent section.citizenblog > *,
	.cs-corona #blc_id_4 .storycontent h2,
	.cs-corona #blc_id_4 .storycontent .additionalinfo {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1099px) {
	.cs-corona #blc_id_4 .inner {
		margin: 0;
	}
	.cs-corona #blc_id_4 .storycontent > * {
		padding-left: 65px;
		padding-right: 65px;
	}
}
@media screen and (min-width:868px), print {
	.cs-corona #heroimage {	/* KAZ */
		padding-top: 47.86%;
	}
}
@media screen and (min-width:568px), print {
	.cs-corona .storycontent ul.columns {
		margin-left: -10px;
	}
}
@media screen and (max-width:1033px) { /* 2 line takeout photos */
	.takeoutphotos {
		line-height: 0 !important;
		height: 282px;
		width: 400px;
	}
	.takeoutphotos img {
		display: inline;
		margin: 0 !important;
		height: 141px;
		width: 50%;
	}
}
@media screen and (min-width:950px), print {	 /* KAZ: added */
	.storycontent ul.coronaindex {
		width: 830px;
	}
}
@media screen and (max-width:949px) { /* 3 index menu items; KAZ: was 1011px */
	.storycontent ul.coronaindex {	 /* KAZ: added */
		width: 620px;
	}
	ul.coronaindex li:nth-child(4), ul.coronaindex li:nth-child(7) {
		margin-left: 0;
	}
	ul.coronaindex li:nth-child(5) {
		margin-left: 10px;
	}
}
@media screen and (max-width:801px) { /* 2 index menu items */
	.storycontent ul.coronaindex {
		width: auto;
		margin: 0;
	}
	ul.coronaindex li {
		margin-left: 1% !important;
		margin-right: 1%;
		margin-bottom: 0;	/* KAZ: was 2px */
		width: 48%;
		background-size: contain;
		height: auto;	/* KAZ: was 195px */
	}
	ul.coronaindex li:nth-child(3), ul.coronaindex li:nth-child(5) {
		margin-left: 0;
	}
	ul.coronaindex li a {	/* KAZ */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		height: 54px;
		padding-top: calc(115% - 54px);
		padding-bottom: 4%;
		line-height: 18px;
		font-size: 15px;
	}
/*	ul.coronaindex li a p {
 *		font-size: 15px;
 *		top: 130px;
 *		line-height: 1.3;
 *	}
 */	/* KAZ: c/o */
}
@media screen and (min-width:768px), print {
	#sb_instagram .sbi-owl-nav {	/* KAZ */
		display: block !important;
	}
}
@media screen and (max-width:767px) {
	.cs-corona #heroimage {	/* KAZ */
		padding-top: 102.46%;
	}
	.cs-corona section.custom .storycontent {
		padding: 0 15px;
		line-height: 1.3;
	}
	.cs-corona section.custom#blc_id_1 .storycontent {
		padding: 0 5px;
	}
	.cs-corona .updatetime {
		width: 50%;
	}
	#infectionstatus {
		height: 160px;	/* MTL Matsuo 2020.8 for three lines, was 140px */
		width: 90%;
		min-width: 280px;	/* KAZ */
	}
	.infectioncount {
		width: 65%;
		height: 45%;/* MTL Matsuo 2020.8 for three lines, was 35% */
		padding-top: 5px;
		margin: 5px auto;
	}
	#infectionstatus, #infectionstatus h3 {
		font-size: 14px;
		line-height: 1.3;
	}
	.custom h2 {
		margin-bottom: 20px;
	}
	.cs-corona .storycontent h1, .cs-corona .storycontent h2 {
		font-size: 20px;
	}
	.cs-corona .storycontent dl {
		margin-bottom: 10px;
	}
	.cs-corona #blc_id_4 .storycontent > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cs-corona section.facebook .heading .title,	/* KAZ: was ... p a */
	.cs-corona section.citizenblog .heading .title {	/* KAZ: was ... p a.hashtag */
		font-size: 13px;
	}
	.cs-corona section.facebook .heading a.facebook,
	.cs-corona section.citizenblog .heading a.citizenblog {	/* KAZ: was ... p a... */
		margin-right: 5px;
		font-size: 16px;
	}
	.cs-corona .storycontent ul.columns {
		margin-left: 10px;
	}
	.cs-corona #slider_container1,
	.cs-corona ul#slider1 li {
		height: calc(50vw + 7.5em - 19px);	/* - 40px + 10px + 6px + 5px */
	}
	.cs-corona #slider_container2,
	.cs-corona ul#slider2 li {
		height: calc(37.5vw + 7.5em - 10px);	/* - 40px * 0.75 + 10px + 6px + 4px */
	}
	.cs-corona ul#slider1 li,
	.cs-corona ul#slider2 li {
		width: calc(50vw - 20.5px);	/* -0.5px for odd width */
	}
	.cs-corona ul#slider1 li a,
	.cs-corona ul#slider2 li a {
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
	}
	.cs-corona .fb-feed .grid-item .pic {
		height: calc(50vw - 40px);
	}
	.cs-corona #blc_id_4 a.slider_prev_btn,
	.cs-corona #blc_id_4 a.slider_next_btn {
		padding: 10px;
	}
	.cs-corona #blc_id_4 a#slider_prev_btn1,
	.cs-corona #blc_id_4 a#slider_next_btn1 {
		top: calc(25vw - 36px);	/* 20px + 16px */
	}
	.cs-corona #blc_id_4 a#slider_prev_btn2,
	.cs-corona #blc_id_4 a#slider_next_btn2 {
		top: calc(18.75vw - 31px);	/* - 20px * 0.75 - 16px */
	}
	.cs-corona #blc_id_4 a.slider_prev_btn {
		left: -20px;
	}
	.cs-corona #blc_id_4 a.slider_next_btn {
		right: -20px;
	}
	.cs-corona #blc_id_4 a.slider_prev_btn img,
	.cs-corona #blc_id_4 a.slider_next_btn img {
		width: 15px;
		height: 18px;
	}
	.cs-corona section.instagram a.instagram {
		display: block;
	}
}


/**
* 特集：公共彫刻と松本－あるく、さがす、ながめる－ / https://visitmatsumoto.com/coverstory/kokyochokoku/
*********************************************************/
.cs-kokyochokoku h1.titlelabel {
	display: none;
}

/**
* 特集：まつもと湧水巡り / https://visitmatsumoto.com/coverstory/yusuimeguri/
*********************************************************/
.cs-yusuimeguri main {
	position: relative;
}

.cs-yusuimeguri .circle{
	text-align: center;
	margin: 0;
}

.cs-yusuimeguri .circle a {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.cs-yusuimeguri .circle a:hover {
	text-decoration: underline;
}

.cs-yusuimeguri .circle a::after {
	content: none
}

.cs-yusuimeguri section {
	padding: 20px 0;
}

html[lang="ja"] .cs-yusuimeguri h1.titlelabel {/* MTL Mat 2023.12 adde html[lang="ja"] */
	display: none;
}
.cs-yusuimeguri .row p {
	text-align: center;
}

.cs-yusuimeguri .row img {
	width: 100%;
}

.cs-yusuimeguri .band {
	color: #fff;
	margin: 0 -5px;
	padding: 30px 0;
	position: relative;
	z-index: 0;
}

.cs-yusuimeguri .band__title {
	background: none
}

.cs-yusuimeguri .band::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0E6DB1;
	z-index: -1;
}
.cs-yusuimeguri .row_wide {
	margin-bottom: -20px;
}

.cs-yusuimeguri .row_wide > div {
	margin-bottom: 20px;
}

.cs-yusuimeguri .row > div {
	margin-top: 30px;
}

.cs-yusuimeguri .row > div a {
	text-decoration: none;
}
.cs-yusuimeguri .row > div a:hover {
	text-decoration: underline;
}

.cs-yusuimeguri .row__title {
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	color: #000;
}

.cs-yusuimeguri .row__catch {
	font-weight: bold;
	font-size: 17px;
}

.cs-yusuimeguri .row__text,
.cs-yusuimeguri .band__text {
	padding-right: 10px;
	padding-left: 10px;
}

.cs-yusuimeguri .band__text {
	margin-top: 30px;
}


.cs-yusuimeguri .sec__title {
	background: none;
	font-size: 20px;
}

.cs-yusuimeguri .btn {
	display: flex;
	flex-direction: column;
}

.cs-yusuimeguri .btn a{
	display: block;
	padding: 20px 10px;
	background-color: #0E6DB1;
	color: #fff;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 568px) {

}

@media screen and (min-width: 1099px){


	.cs-yusuimeguri .flex {
		margin-top: 40px;
	}

	.cs-yusuimeguri .row {
		display: flex;
		margin: 0 -5px;
	}

	.cs-yusuimeguri .row_wide {
		flex-wrap: wrap;
		margin-bottom: -30px;
	}

	.cs-yusuimeguri .row > div{
		width: 100%;
		margin: 0 5px;
	}

	.cs-yusuimeguri .row_wide > div {
		width: calc(25% - 10px);
		margin-bottom: 30px;
	}

	.cs-yusuimeguri .row__catch{
		font-size: 19px;
		margin-bottom: 0.4em;
	}

	.cs-yusuimeguri .band {
		margin: 0;
	}

	.cs-yusuimeguri .band::before {
		width: 100vw;
		left: calc( (100vw - 1085px) / -2);
	}

	.cs-yusuimeguri .band__text {
		margin-top: 30px;
		font-size: 14px;
	}

	.cs-yusuimeguri .band__title,
	.cs-yusuimeguri .sec__title {
		font-size: 25px;
	}

	.cs-yusuimeguri .btn {
		flex-direction: row;
		max-width: 800px;
		justify-content: center;
		text-align: center;
		margin: auto;
	}

	.cs-yusuimeguri .btn a{
		margin: 0 10px;
		padding: 30px;
	}
}


