@charset 'utf-8';


svg.svgsymbols {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

svg {
	width: 100%;
	height: 100%;
}

#upper {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

#upper > .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#upper h1 {
	display: inline-block;
	width: 116px;
	height: 17px;
	font-weight: normal;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 10;
}

#upper h1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8c121b;
	text-decoration: none;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#upper h1 a:before {
	content: '\e900';
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#upper h1 a:hover,
#upper h1 a.hover {
	color: #c34665;
}

#headertext {
	display: inline-block;
	width: 138px;
	height: 9px;
	padding-top: 10px;
	color: #3a996e;
	font-size: 9px;
	line-height: 1;
}

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

	#upper h1 {
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
}

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

	#upper h1 {
		width: 138px;
		height: 20px;
		top: 24px;
	}

	#upper h1 a:before {
		font-size: 20px;
	}

	#headertext {
		width: 138px;
		height: 11px;
		font-size: 11px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#headertext {
		padding-top: 12px;
	}
}

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

	#upper h1 {
		width: 138px;
		height: 20px;
		left: 20px;
	}

	#headertext {
		padding: 0;
		position: absolute;
		top: 12px;
		left: 20px;
	}
}


#bottom {
	width: 100%;
	background: #8c121b;
	color: #fff;
	font-size: 0;
	clear: both;
}

#bottom > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	overflow: hidden;
}

#bottom .columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	box-orient: vertical;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}



#copyright {
	padding: 20px;
	font-size: 10px;
	font-family: 'Myriad Web Pro', 'Myriad Pro', 'Avenir Next', Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, san-serif;
	clear: both;
}

#copyright > span {
	display: block;
}

#copyright > a {
	color: #fff;
}

#tm_3act {
	margin-bottom: 15px;
	font-size: 0;
	line-height: 0;
}

#tm_3act .logo {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

#tm_3act a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#tm_3act a:hover,
#tm_3act a.hover {
	color: #f7b6c8;
}

#tm_3act a:before {
	display: block;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#tm_3act .logo.threeact a:before {
	content: '\e902';
	font-size: 26px;
}

#tm_3act .logo.miyanokura a:before {
	content: '\e905';
	font-size: 14px;
}

#tm_3act > p {
	padding-top: 3px;
	font-size: 10px;
	line-height: 1;
}

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

	#bottom > .inner {
		padding: 30px 0;
		padding-bottom: 10px;
	}

	#bottom .columns {
		display: block;
		box-orient: inline-axis;
		flex-direction: column;
	}

	#bottom .footerbox {
		display: inline-block;
		width: 33.33%;
		text-align: center;
		vertical-align: middle;
	}

	#copyright > span {
		display: inline-block;
	}

	#copyright > a {
		display: inline-block;
		margin-left: 1em;
		padding-left: 1em;
		border-left: 1px solid #fff;
	}
}

#bottom .follow {
	margin: 10px 0;
	font-size: 0;
}

#bottom .follow .followbadge {
	display: inline-block;
	margin: 2px 7px;
	font-size: 10px;
}

#bottom .follow a {
	display: inline-block;
	width: 26px;
	height: 26px;
	color: #fff;
	vertical-align: middle;
}

#bottom .follow .icon {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#bottom .follow .icon svg {
	fill: currentColor;
}

#bottom .follow .twitter a:hover,
#bottom .follow .twitter a.hover {
	color: #55acee;
}

#bottom .follow .facebook a:hover,
#bottom .follow .facebook a.hover {
	color: #315096;
}

#bottom .follow .instagram a:hover,
#bottom .follow .instagram a.hover {
	color: #3f729b;
}

#bottom .follow .line a:hover,
#bottom .follow .line a.hover {
	color: #00c300;
}


#footer_navi {
	-webkit-box-ordinal-group: -1;
	box-ordinal-group: -1;
	-webkit-order: -1;
	order: -1;
}

#footer_navi .sharebutton {
	padding-bottom: 20px;
}

#footer_navi .sharebutton li {
	margin: 1px !important;
}

#footer_navi .sharebutton li .share {
	color: #fff;
}

#footer_navi .sharebutton li .share:hover,
#footer_navi .sharebutton li .share.hover {
	background: #fff;
	color: #8c121b;
}



#address {
	padding: 20px;
}

#address p {
	font-size: 12px;
	line-height: 1.4em;
}

#address .address {
	margin-bottom: 20px;
}

#address .call {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#address .call > span {
	font-family: 'BuenaParkJF';
	speak: none;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	letter-spacing: -.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

#address .call a {
	color: #fff;
	text-decoration: none;
}

#address .shopinfo {
	margin-bottom: 10px;
}


#footer_shopname {
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#footer_shopname p {
	display: inline-block;
	width: 164px;
	vertical-align: middle;
}

#footer_shopname p span {
	display: inline-block;
	width: 100%;
	padding-top: 76.22%;
	background-image: url(../image/common/emblem.svg);
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}

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

	#footer_navi .sharebutton {
		padding: 0;
	}
}



#navi_header_thin {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#navimenu {
	color: #8c121b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#navimenu:hover,
#navimenu.hover,
#navimenu.open {
	background: #8c121b;
	color: #fff;
}

#navi_header_thin ul,
#navi_header_thin li {
	list-style: none;
}

#navi_header_thin ul {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#navi_header_thin .btn_header {
	display: inline-block;
	width: 50px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

#navi_header_thin .btn_header a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8c121b;
	overflow: hidden;
}

#navi_header_thin .btn_header a:hover,
#navi_header_thin .btn_header a.hover {
	background: #8c121b;
	color: #fff;
}

#navi_header_thin .btn_header div {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#navi_header_thin .btn_header div:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

#navi_header_thin .btn_header i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#navi_header_thin .btn_header i:before {
	display: inline-block;
	font-size: 26px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li#nh_access.btn_header a {
	color: #82bf52;
}

li#nh_contact.btn_header a {
	color: #ba7176;
}

li#nh_access.btn_header a:hover,
li#nh_access.btn_header a.hover {
	background: #82bf52;
	color: #fff;
}

li#nh_contact.btn_header a:hover,
li#nh_contact.btn_header a.hover {
	background: #ba7176;
	color: #fff;
}

#nh_info i:before {
	content: '\f103';
}

#nh_event i:before {
	content: '\f114';
}

#nh_access i:before {
	content: '\f172';
}

#nh_contact i:before {
	content: '\f182';
}

#navimenu i:before {
	content: '\f1d9';
}

#navimenu.open i:before {
	content: '\f1d3';
}

#navi_header_thin .btn_header div span {
	display: none;
}

#navi_header_thin ul li:first-child {
	position: absolute;
	top: 0;
	left: 50px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#navi_header_thin .btn_header {
		width: 60px;
	}

	#navi_header_thin ul li:first-child {
		left: 60px;
	}
}

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

	#navi_header_thin {
		display: none;
	}
}


#navi_global {
	width: 100%;
	height: 0;
	background: #8c121b;
	overflow: hidden;
	position: fixed;
	left: 0;
	z-index: -1;
}

#navi_global.open {
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#navi_global ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#navi_global li {
	list-style: none;
	border-bottom: 1px solid #a52230;
	text-align: left;
	vertical-align: top;
}

#navi_global li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

#navi_global li a.current,
#navi_global li a:hover {
	background: #de4d5c;
}

#navi_global li i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#navi_global li i:before {
	display: inline-block;
	padding-right: 10px;
	font-size: 18px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#ng_event i:before {
	content: '\f114';
}

#ng_owner i:before {
	content: '\f1a6';
}

#ng_about i:before {
	content: '\f17d';
}

#ng_access i:before {
	content: '\f172';
}

#ng_contact i:before {
	content: '\f182';
}

#ng_info i:before {
	content: '\f103';
}

#ng_interview i:before {
	content: '\f1aa';
}

#ng_service i:before {
	content: '\f123';
}

#navi_global li a span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	vertical-align: middle;
	white-space: normal;
	position: relative;
}

#navi_global .menuclose {
	padding: 10px 20px;
	background: #fff;
	color: #8c121b;
	font-size: 0;
	line-height: 0;
}

#navi_global .menuclose:hover,
#navi_global .menuclose.hover {
	background: #c34665;
	color: #fff;
}

#navi_global .menuclose span:before {
	content: '\f1b6';
	display: inline-block;
	font-size: 20px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

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

	#navi_global {
		width: auto;
		height: 100%;
		background: transparent;
		position: absolute;
		left: auto;
		right: 0;
		z-index: 1;
	}

	#navi_global > .inner {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	#navi_global ul {
		height: 100%;
		margin: 0 auto;
		font-size: 0;
	}

	#navi_global li {
		display: inline-block;
		height: 100%;
		border: none;
		vertical-align: top;
	}

	#navi_global li a {
		display: inline-block;
		height: 100%;
		padding: 0 5px;
		color: #8c121b;
	}

	#navi_global li a:hover,
	#navi_global li a.hover {
		background: #8c121b;
		color: #fff;
	}

	#navi_global li a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		overflow: hidden;
	}

	#navi_global li a > div {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}

	#navi_global li i:before {
		padding-right: 5px;
		font-size: 16px;
	}

	li#ng_access a {
		color: #82bf52;
	}

	li#ng_contact a {
		color: #ba7176;
	}

	li#ng_access a:hover,
	li#ng_access a.hover {
		background: #82bf52;
		color: #fff;
	}

	li#ng_contact a:hover,
	li#ng_contact a.hover {
		background: #ba7176;
		color: #fff;
	}

	#navi_global li a.current {
		background: #de4d5c;
		color: #fff;
	}

	#navi_global li a span {
		font-size: 13px;
		line-height: 1.6em;
	}

	#navi_global .menuclose {
		display: none;
	}
}

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

	#navi_global li a {
		padding: 0 10px;
	}

	#navi_global li i:before {
		padding-right: 10px;
		font-size: 20px;
	}
}



#navi_contents {
	width: 100%;
}

#navi_contents.down {
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.fixed #container > .inner > #navi_contents {
	position: fixed;
}

#navi_contents ul,
#navi_contents li {
	list-style: none;
}

#navi_contents a {
	font-size: 14px !important;
	line-height: 1.2em;
	text-decoration: none;
}

#navi_contents li i {
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	position: relative;
}

#navi_contents li i:before {
	display: inline-block;
	content: '\f1b6';
	margin-right: .5em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#navi_contents li a span {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	position: relative;
}

#navi_contents li a.current {
	color: #fff;
	background: #d1d1d1;
}

#navi_contents li a.current:after {
	border-left: 5px solid #fff;
}

#navi_contents li a:hover,
#navi_contents li a.hover {
	background: #e6e6e6;
}

#navi_contents li a.current:hover,
#navi_contents li a.current.hover {
	color: #666;
}

#container > .inner > #navi_contents {
	height: 0;
	background: rgba(255,255,255,.9);
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: -1;
}

#container > .inner > #navi_contents > ul > li:first-child > a {
	display: none;
}

#container > .inner > #navi_contents ul,
#container > .inner > #navi_contents li {
	display: inline;
	font-size: 0;
	text-align: center;
}

#container > .inner > #navi_contents > ul {
	display: block;
	margin: 0 auto;
	padding: 20px;
}

#container > .inner > #navi_contents a {
	display: inline-block;
	width: 30%;
	margin: 2px;
	padding: 15px;
	border: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
}

#container > .inner > #navi_contents li a:after {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: top;
	overflow: hidden;
}

#side #navi_contents {
	padding: 20px;
}

#side #navi_contents li a {
	display: block;
	width: auto;
	margin: 0 0 1px 0;
	padding: 10px;
	position: relative;
}

#side #navi_contents li i:before {
	content: '\f170';
	font-size: 1.6em;
}

#side #navi_contents li li i:before {
	content: '\f1a0';
	font-size: .9em;
}

#side #navi_contents li ul {
	margin: 0 0 0 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	#container > .inner > #navi_contents {
		position: fixed;
	}

	#container > .inner > #navi_contents > ul {
		padding: 5px;
	}

	#container > .inner > #navi_contents > ul > li:first-child > a {
		display: inline-block;
	}
}

@media only screen and (min-width: 541px) and (max-width: 768px) {

	#container > .inner > #navi_contents li a {
		width: 47%;
		margin: 1px;
		padding: 10px 5px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	#container > .inner > #navi_contents li a {
		width: 100%;
		margin: 0;
		margin-bottom: 1px;
		padding: 10px 5px;
	}
}


#container {
	width: 100%;
	background: #f8d1d5;
}

#container > .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#columns {
	width: 100%;
	margin: 0 auto;
	display: table;
}

#main, #side {
	display: table-cell;
	vertical-align: top;
}

#main {
	width: auto;
}

#side {
	background: #f2f2f2;
}

#main .cell,
#side .cell {
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	#columns,
	#main, #side {
		display: block;
	}

	#main,
	#side {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#side {
		border-top: 1px solid #e5e5e5;
	}
}



#contentheader {
	width: 100%;
	background: #de4d5c;
	position: fixed;
	left: 0;
	z-index: 80;
}

body.fixed #contentheader {
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#contentheader > .inner {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	position: relative;
}

#contentheader h1 {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}

#contentheader h1:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#contentheader h1 span {
	display: inline-block;
	vertical-align: middle;
}

#contentheader h1 span:before {
	content: '\e901';
	display: inline-block;
	padding-right: .3em;
	font-size: 20px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	#contentheader > .inner {
		height: 40px;
		padding: 0 10px;
	}

	#contentheader h1 {
		font-size: 14px;
	}

	#contentheader h1 span:before {
		padding-bottom: .2em;
		font-size: 28px;
	}
}



.articleblock {
	width: 100%;
	padding: 20px;
}

#main .articlebody {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}


.blockheader {
	width: 100%;
	text-align: center;
	color: #8c121b;
}

.blockheader > div:before {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 36px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blockheader > div h1 {
	height: 32px;
	vertical-align: top;
	line-height: 1;
	overflow: hidden;
	position: relative;
}

.blockheader > div h1 span {
	display: none;
}

.blockheader svg.headerribbon {
	display: block;
	width: 148px;
	height: 29px;
	margin: 0 auto;
}

.blockheader .ribbon_base {
	fill: #fff;
}

.blockheader .ribbon_fore {
	fill: #8c121b;
}

.blockheader .headerlabel {
	fill: #8c121b;
	font-family: 'BuenaParkJF';
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	text-anchor: middle;
	letter-spacing: -.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
.blockheader > div h1:before,
.blockheader > div h1:after {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
}

.blockheader > div h1:before {
	content: '\e906';
	color: #fff;
}

.blockheader > div h1:after {
	content: '\e905';
}

.blockheader > div h1 span {
	display: inline-block;
	width: 100%;
	height: 32px;
	padding-top: 11px;
	font-family: 'BuenaParkJF';
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	letter-spacing: -.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 2;
}
*/



.breadcrumb {
	display: none;
}

.breadcrumb ul {
	list-style: none;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 0;
}

.breadcrumb li {
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 1em;
	color: #de4d5c;
	font-size: 10px;
	line-height: 1.2em;
}

.breadcrumb li a,
.breadcrumb li a span {
	color: #de4d5c;
	position: relative;
}

.breadcrumb li:not(:last-child) a:after {
	content: '\f1a0';
	display: inline-block;
	width: 1em;
	padding-left: 1em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.breadcrumb li:first-child a {
	display: inline-block;
	text-decoration: none;
}

.breadcrumb li:first-child span {
	display: inline-block;
	width: 1.4em;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.breadcrumb li:first-child span:before {
	content: '\f15c';
	display: inline-block;
	width: 1.4em;
	font-size: 1.2em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	#container > .inner > .breadcrumb {
		display: block;
	}
}



.paging {
	margin: 20px 0;
}

.paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.paging ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 16px;
	vertical-align: top;
}

.paging ul li a,
.paging ul li span {
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #8c121b;
	background: #fff;
	border-radius: 99px;
	line-height: 28px;
}

.paging ul li a {
	text-decoration: none;
}

.paging ul li span {
	color: #fff;
	font-weight: bold;
	background: #8c121b;
	cursor: default;
}

.paging ul li .link_before {
	margin-right: 10px;
}

.paging ul li .link_next {
	margin-left: 10px;
}

.paging ul li .link_first,
.paging ul li .link_before,
.paging ul li .link_next,
.paging ul li .link_last {
	background: #ececec;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.paging ul li .link_first:after,
.paging ul li .link_before:after,
.paging ul li .link_next:after,
.paging ul li .link_last:after {
	width: 100%;
	height: 100%;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-indent: 0;
	line-height: 28px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.paging ul li .link_first:after {
	content: '\f1bd';
}

.paging ul li .link_before:after {
	content: '\f1bc';
}

.paging ul li .link_next:after {
	content: '\f1b6';
}

.paging ul li .link_last:after {
	content: '\f1be';
}

.paging ul li a:not(.hidden):hover,
.paging ul li a:not(.hidden).hover {
	background: #ba7176;
	color: #fff;
}

.paging ul li .link_first:hover:after,
.paging ul li .link_before:hover:after,
.paging ul li .link_next:hover:after,
.paging ul li .link_last:hover:after,
.paging ul li .link_first.hover:after,
.paging ul li .link_before.hover:after,
.paging ul li .link_next.hover:after,
.paging ul li .link_last.hover:after {
	width: 100%;
	height: 100%;
}

.paging ul li a.hidden {
	opacity: 0.25;
	cursor: default;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	.paging ul li.number {
		display: none;
	}

	.paging ul li {
		margin: 0 2px;
		font-size: 20px;
	}

	.paging ul li a,
	.paging ul li span {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}

	.paging ul li .link_first:after,
	.paging ul li .link_before:after,
	.paging ul li .link_next:after,
	.paging ul li .link_last:after {
		line-height: 42px;
	}
}



.movearticle {
	margin: 0 auto;
	padding: 10px 0;
}

.movearticle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
}

.movearticle li {
	list-style: none;
	display: inline-block;
	width: 33.33%;
	font-size: 12px;
	vertical-align: middle;
}

.movearticle .one li:first-child {
	width: 66.66%;
	padding-left: 33.33%;
}

.movearticle .none li {
	width: 100%;
}

.movearticle li.next {
	text-align: right;
}

.movearticle li.return {
	text-align: center;
}

.movearticle li a {
	display: inline-block;
	height: 24px;
	padding: 0 15px;
	background: #fff;
	border-radius: 12px;
	color: #8c121b;
	line-height: 24px;
	text-decoration: none;
}

.movearticle li a:hover,
.movearticle li a.hover {
	background: #8c121b;
	color: #fff;
}

.movearticle li a:before {
	margin-right: .5em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 18px;
}

.movearticle li.prev a:before {
	content: '\f16a';
}

.movearticle li.return a:before {
	content: '\f170';
}

.movearticle li.next a:after {
	content: '\f1b4';
	margin-left: .5em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	.movearticle {
		padding: 10px;
	}

	.movearticle li {
		font-size: 28px;
	}

	.movearticle li a {
		width: 40px;
		height: 40px;
		padding: 0;
		border-radius: 50%;
		line-height: 40px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}

	.movearticle li a:before {
		width: 40px;
		height: 40px;
		margin: 0;
		font-family: 'flaticon';
		font-weight: normal !important;
		line-height: 40px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.movearticle li.next a:before {
		content: '\f1b4';
	}

	.movearticle li a:after {
		display: none;
	}
}



#jump {
	width: 74px;
	height: 74px;
	opacity: .7;
	font-size: 9px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}

#jump a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	transform: translate(0,100%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	top: 0;
	right: 0;
}

#jump a.show {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

#jump span {
	display: block;
	width: 64px;
	height: 64px;
	padding-top: 8px;
	background: #8c121b;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
}

#jump a:hover span,
#jump a.hover span {
	background: #de4d5c;
}

#jump a span:before {
	content: '\f1e8';
	display: block;
	width: 100%;
	font-size: 38px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}



.sharebutton {
	vertical-align: top;
}

.sharebutton ul {
	list-style: none;
	display: inline-block;
	font-size: 0 !important;
	line-height: 1 !important;
}

.sharebutton li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
	text-align: center;
	vertical-align: middle;
}

.sharebutton li .share {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.sharebutton li .share:hover,
.sharebutton li .share.hover {
}

.sharebutton li .share:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.sharebutton li .share span.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.sharebutton li .share svg {
	vertical-align: middle;
	overflow: hidden;
	fill: currentColor;
}




.movieframe {
	max-width: 700px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px 0;
}

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

	.movieframe {
		width: 100%;
	}
}


.app_button {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

.app_button a {
	display: block;
	padding: 20px;
	background: #8c121b;
	color: #fff;
	text-decoration: none;
}

.app_button a:hover,
.app_button a.hover {
	background: #c34665;
	color: #fff;
}

.app_button a:before,
.app_button a:after {
	font-size: 1.6em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	vertical-align: middle;
}

.app_button a:before {
	content: '\f17f';
	margin-right: .5em;
}

.app_button a:after {
	content: '\f183';
	margin-left: .5em;
}



.loading_screen {
	width: 56px;
	height: 56px;
	margin-top: -26px;
	margin-left: -26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
}


a.zoomimg {
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 3px;
	position: relative;
}

a.zoomimg:after {
	content: '\f201';
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #8c121b;
	opacity: .6;
	color: #fff;
	font-size: 28px;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 46px;
	position: absolute;
	bottom: 5px;
	right: 2px;
}

a.zoomimg:hover:after,
a.zoomimg.hover:after {
	background: #c34665;
	opacity: .9;
}

a.zoomimg:hover img,
a.zoomimg.imgframe img {
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
}



#headerribbon {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


#bnr_consul {
	width: 100%;
	background-color: #cf3045;
	background-image: url(../image/bnr/consul/back_flower.png);
	background-position: center top;
	position: relative;
}

#bnr_consul:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../image/bnr/consul/back_bnrblock.svg);
	background-repeat: no-repeat;
	background-position: center 90px;
	background-size: 366px 226px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bnr_consul > .inner {
	width: 100%;
	height: 300px;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

#bnr_consul .bnrheader {
	width: 248px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#bnr_consul .bnrheader h1 {
	height: 23px;
	vertical-align: top;
	line-height: 1;
	overflow: hidden;
	position: relative;
}

#bnr_consul .bnrheader h1 span {
	display: inline-block;
	width: 248px;
	height: 23px;
	background-image: url(../image/bnr/consul/tagline.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 248px 23px;
	text-indent: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#bnr_consul .bnrheader > div:before {
	content: '\e902';
	display: inline-block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#bnr_consul p {
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}

#bnr_consul .btnarea {
	width: 100%;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#bnr_consul .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #8c121b;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
}

#bnr_consul .btnarea a:hover,
#bnr_consul .btnarea a.hover {
	background: #8c121b;
	color: #fff;
}

#bnr_consul .btnarea span {
	display: inline-block;
	vertical-align: middle;
}

#bnr_consul .btnarea span small {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
}

#bnr_consul .btnarea a > span:before,
#bnr_consul .btnarea a > span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#bnr_consul .btnarea a > span:before {
	content: '\f1ce';
	margin-right: .5em;
}

#bnr_consul .btnarea a > span:after {
	content: '\f183';
	margin-left: .5em;
}


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

	#bnr_consul:before {
		background-position: center 100px;
		background-size: 732px 452px;
	}

	#bnr_consul > .inner {
		height: 440px;
		padding-top: 30px;
	}

	#bnr_consul .bnrheader {
		width: 366px;
		margin-bottom: 10px;
	}

	#bnr_consul .bnrheader h1 {
		height: 34px;
	}

	#bnr_consul .bnrheader h1 span {
		width: 366px;
		height: 34px;
		background-size: 366px 34px;
	}

	#bnr_consul .bnrheader > div:before {
		font-size: 26px;
	}

	#bnr_consul p {
		font-size: 16px;
	}

	#bnr_consul .btnarea {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		margin-left: -160px;
		font-size: 16px;
		bottom: 20px;
		left: 50%;
	}

	#bnr_consul .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		border: 2px solid #8c121b;
	}

	#bnr_consul .btnarea a:hover {
		border-color: #fff;
	}

	#bnr_consul .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

	#bnr_consul {
		background-image: url(../image/bnr/consul/back_flower@2x.png);
		background-size: 320px 320px;
	}
}



#bnr_miyanokura {
	width: 100%;
	margin-bottom: 50px;
	padding-top: 70%;
	background-image: url(../image/bnr/miyanokura/back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0;
	text-align: center;
	position: relative;
}

#bnr_miyanokura:after {
	content: '';
	opacity: .15;
	background-image: url(../image/bnr/miyanokura/back_coarse_white.png);
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bnr_miyanokura > .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bnr_miyanokura .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#bnr_miyanokura .inner:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#bnr_miyanokura .bnrheader {
	display: inline-block;
	width: 60%;
	margin-top: 12%;
	vertical-align: top;
}

#bnr_miyanokura .bnrheader h1 {
	display: inline-block;
	width: 100%;
	padding-top: 33.69%;
	background-image: url(../image/bnr/miyanokura/tagline.svg);
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
}

#bnr_miyanokura .btnarea {
	width: 100%;
	height: 50px;
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 2;
}

#bnr_miyanokura .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #736c4d;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
}

#bnr_miyanokura .btnarea a:hover,
#bnr_miyanokura .btnarea a.hover {
	background: #978e65;
}

#bnr_miyanokura .btnarea span {
	vertical-align: middle;
}

#bnr_miyanokura .btnarea span:before,
#bnr_miyanokura .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#bnr_miyanokura .btnarea span:before {
	content: '\f15c';
	margin-right: .5em;
}

#bnr_miyanokura .btnarea span:after {
	content: '\f183';
	margin-left: .5em;
}

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

	#bnr_miyanokura {
		margin: 0;
		padding-top: 400px;
		background-position: center 80%;
		text-align: right;
	}

	#bnr_miyanokura .bnrheader {
		width: 40%;
		margin-top: 8%;
		margin-right: 8%;
	}

	#bnr_miyanokura .btnarea {
		width: 320px;
		margin: 0;
		font-size: 16px;
		left: auto;
		right: 8%;
		bottom: 50px;
	}

	#bnr_miyanokura .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#bnr_miyanokura .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}

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

	#bnr_miyanokura .bnrheader {
		margin: 0 5%;
		vertical-align: middle;
	}

	#bnr_miyanokura .btnarea {
		right: 5%;
	}
}



#bureau {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
	padding-top: 0;
}

#bureau > .inner{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.5);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#bureau h3 {
	color: #8c121b;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: center;
}

#bureau #navi_contents {
	padding: 20px;
}

#bureau #navi_contents li a {
	display: block;
	width: auto;
	margin: 0 0 1px 0;
	padding: 10px;
	position: relative;
}

#bureau #navi_contents li i:before {
	content: '\f170';
	font-size: 1.6em;
}

#bureau #navi_contents li li i:before {
	content: '\f1a0';
	font-size: .9em;
}

#bureau #navi_contents li ul {
	margin: 0 0 0 20px;
}

#bureau #navi_contents li a.current {
	color: #fff;
	background: #f8d1d5;
}

#bureau #navi_contents li a:hover,
#bureau #navi_contents li a.hover {
	background: #fff;
}

#bureau #navi_contents li a.current:hover,
#bureau #navi_contents li a.current.hover {
	color: #8c121b;
}

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

	#bureau {
		padding: 30px 40px;
		padding-top: 0;
	}
}



.articlelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.articlelist .item {
	display: flex;
	width: 100%;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.articlelist .item > .inner {
	display: flex;
	width: 100%;
	position: relative;
	transition: .2s;
}

.articlelist .item article {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.articlelist .item .enclosed {
	font-size: 1.2em;
}

.articlelist .item .title {
	margin: .3em 0;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
}

.articlelist .item .title a {
	color: #000;
	text-decoration: none;
}

.articlelist .meta {
	margin: .3em 0;
	line-height: 1.4;
}

.articlelist .category span {
	display: inline-block;
}

.articlelist .category span {
	display: inline-block;
	margin-right: .3em;
	margin-bottom: .3em;
}

.articlelist .category span a {
	display: inline-block;
	padding: .5em 1em;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.articlelist .category span a:hover,
.articlelist .category span a.hover {
	background: #999;
}

.articlelist time {
	color: #808080;
}

.articlelist .item .desc {
	display: none;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;
	word-wrap: break-word;
}

.articlelist .item .arrow {
	display: block;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.articlelist .item .arrow:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.articlelist .item .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #808080;
	vertical-align: middle;
	transform: rotate(-90deg);
}

.articlelist .item .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}

.articlelist .item.hover .icon span {
	opacity: 1;
	transform: translateY(10px);
}

.articlelist .item .icon svg {
	fill: currentColor;
}

.articlelist .item .btn {
	width: 100%;
	padding: 5%;
	font-size: 1.2em;
	line-height: 1;
	text-align: right;
}

.articlelist .item .btn a {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid;
	text-decoration: none;
}

.articlelist .item .btn a:hover,
.articlelist .item .btn a.hover {
	background: #f2f2f2;
}

.articlelist .item .thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.articlelist .item figure {
	width: 100%;
	margin-top: 0;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.articlelist .item .enclosed figure {
	margin: .5em 0;
}

.articlelist .item figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.articlelist .item figure img {
	width: 100%;
	height: auto;
	position: relative;
	transition: .2s;
}



/* override */
.articlelist .item {
	border-bottom: 1px solid #ccc;
}

.articlelist .item:first-child {
	border-top: 1px solid #ccc;
}

.articlelist .item article {
	padding: 15px 20px;
}

.articlelist.thumb .item .enclosed {
	width: 80%;
	padding-left: 7%;
}

.articlelist.arrowicon .item .enclosed {
	padding-right: 15px;
}

.articlelist.card.thumb:not(.arrowicon) .item {
	padding: 3% 7%;
	border: none;
}

.articlelist.card.thumb:not(.arrowicon) .item article {
	padding: 2%;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: .2s;
}

.articlelist.card.thumb:not(.arrowicon) .item .enclosed {
	width: 100%;
	padding: 5%;
}

.articlelist .category span a {
	border-radius: 0;
}

.articlelist .item .btn a {
	border-radius: 0;
}

.articlelist .item .thumb {
	width: 20%;
}

.articlelist .item .enclosed .thumb {
	width: 100%;
}

.articlelist .item figure {
	border-radius: 0;
	padding-top: 100%;
}

.articlelist .item .enclosed figure {
	padding-top: 60%;
}

.articlelist.card .item.hover figure img {
	transform: scale(1.3);
}

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

	.articlelist.card {
		padding: 1%;
	}

	.articlelist.card .item {
		padding: 1.5% !important;
		border: none;
	}

	.articlelist.card .item article {
		display: block;
		padding: 0 !important;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,.2);
		transition: .2s;
	}

	.articlelist.card .item.hover article {
		background: #f2f2f2;
	}

	.articlelist.card .item .enclosed {
		width: 100%;
		padding: 7% !important;
	}

	.articlelist .item .desc {
		display: block;
	}

	.articlelist.card .item.hover .icon span {
		opacity: 0;
		transform: translateY(0);
	}

	.articlelist.card .item .btn {
		text-align: center;
	}

	.articlelist.card .item figure {
		padding-top: 60%;
	}

	.articlelist.card .item figure {
		border-radius: 0 !important;
	}

	.articlelist.card .item .thumb {
		width: 100%;
	}
}


.articlelist .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

