@charset "utf-8";

.is_mont {
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.is_mark {
	background: linear-gradient(transparent 50%, #fff462 50%);
	display: inline-block;
}
@media (min-width: 737px) {
	.is_sp {
		display: none !important;
	}
}
@media (max-width: 736px) {
	.is_pc {
		display: none !important;
	}
}

.is_fit {
	font-family: 'object-fit: cover;';
	object-fit: cover;
}

/*---------------------------------------------

		header

--------------------------------------------- */
.l_header {
	background: #f7ead7;
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: clamp(300px, 20.8333333vw, 400px);
	min-height: 93px;
	padding-left: 32px;
	position: fixed;
	z-index: 500;
}
.l_header .md_btn_access,
.l_header .md_btn_menu {
	display: none;
}
.l_header nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.l_header .md_btn_fb {
	margin-right: 20px;
}
.l_header .md_btn_fb a {
	display: block;
}
.l_header .md_btn_fb a:hover {
	opacity: 0.8;
}
.l_header .md_gnavi {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.l_header .md_gnavi li {
	line-height: 1;
	width: 150px;
	margin-left: 1px;
	text-align: center;
}
.l_header .md_gnavi li:nth-child(3),
.l_header .md_gnavi li:nth-child(4),
/*.l_header .md_gnavi li:nth-child(5),*/
/*.l_header .md_gnavi li:nth-child(6),*/
.l_header .md_gnavi li:last-child {
	width: 100px;
}
.l_header .md_gnavi li a {
	background: #fff;
	display: block;
	padding: 30px 0;
}
.l_header .md_gnavi li a:hover {
	background: #f7ead7;
}
.l_header .md_gnavi li:last-child a {
	background: #fff462;
	padding: 3px;
}
.l_header .md_gnavi li:last-child a:hover {
	background: #f7ead7;
}
.l_header .md_gnavi li:last-child a p {
	border: 1px solid #fff;
	padding: 11px 0;
}
.l_header .md_gnavi li:last-child a p:before {
	background: url(../img/common/icn_access.png) no-repeat center center;
	content: "";
	display: inline-block;
	width: 18px;
	height: 26px;
	margin-bottom: 7px;
}
.l_header .md_gnavi li i {
	color: #999;
	display: block;
	font-size: 71.4%;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.l_header .md_gnavi li:last-child i {
	color: #333;
}
.l_header .md_gnavi li em {
	color: #333;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.l_header .md_gnavi li:nth-child(7) em {
	letter-spacing: 0;
}
.l_header .md_gnavi li:last-child em {
	margin-top: 6px;
}
@media (min-width: 737px) {
	.md_layermenu {
		display: none;
	}
}
@media (max-width: 736px) {
	.l_header {
		background: #fff;
		border-bottom: 3px solid #b4b4b4;
		padding-bottom: 1.5px;
		display: flex;
		justify-content: center;
        width: 150px;
		min-height: inherit;
		padding-left: 0;
	}
	.l_header h1 img {
		zoom: 0.5;
	}
	.l_header .md_sp_menu {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		line-height: 1;
		padding-top: 4px;
		padding-right: 16px;
	}
	.l_header .md_btn_access,
	.l_header .md_btn_menu {
		display: block;
	}
	.l_header .md_btn_access i,
	.l_header .md_btn_menu i {
		font-size: 66.6%;
		font-weight: 900;
		font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	}
	.l_header .md_btn_access a {
		display: block;
	}
	.l_header .md_btn_access a:before {
		background: url(../img/common/icn_access_sp.png) no-repeat center center;
		background-size: 14.5px 20.5px;
		content: "";
		display: block;
		width: 14.5px;
		height: 20.5px;
		margin: 0 auto;
	}
	.l_header .md_btn_menu {
		width: 25px;
		height: 30px;
		margin-left: 14px;
		position: relative;
	}
	.l_header .md_btn_menu span {
		background: #333;
		display: block;
		width: 25px;
		height: 2px;
		position: absolute;
		right: 0;
	}
	.l_header .md_btn_menu span:first-of-type {
		top: 0;
	}
	.l_header .md_btn_menu span:nth-of-type(2) {
		top: 8.5px;
	}
	.l_header .md_btn_menu span:last-of-type {
		top: 17px;
	}
	.l_header .md_btn_menu i {
		position: absolute;
		top: 24px;
		right: -2px;
	}
	.l_header nav {
		display: none;
	}
	.md_layermenu {
		background: #fff;
		display: none;
		width: 100%;
		height: 100vh;
		padding-top: 59.5px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.md_layermenu ul {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding: 0 15px 15px;
		overflow: auto;
	}
	.md_layermenu ul li {
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		width: 100%;
	}
	.md_layermenu ul li:nth-last-child(2) {
		display: none;
	}
	.md_layermenu ul li:last-child {
		border-bottom: none;
	}
	.md_layermenu ul li a {
		background: #fff;
		display: block;
		padding: 15px 0;
	}
	.l_header .md_gnavi li i {
		color: #999;
		display: block;
		font-size: 71.4%;
		font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	}
	.md_layermenu ul li em {
		color: #333;
		display: block;
		font-weight: bold;
		margin-top: 0;
	}
}
@media (max-width: 320px) {
	.md_layermenu ul li a {
		padding: 10px 0;
	}
}

/*---------------------------------------------

		floorguide_map

--------------------------------------------- */
.md_floorguide_map {
	background: url(../img/index/img_floorguide.png) no-repeat center bottom;
	background-size: 118px 298px;
	width: 313px;
	height: 298px;
	margin: 0 auto;
	position: relative;
}
.md_floorguide_map ul {
	position: absolute;
}
.md_floorguide_map .md_high {
	top: 28px;
	left: 31px;
}
.md_floorguide_map .md_low {
	bottom: 0;
	right: 0;
}
.md_floorguide_map .md_under {
	bottom: 0;
	left: 0;
}
.md_floorguide_map ul li {
	background: #abecf4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 5px;
}
.md_floorguide_map ul li:hover {
	background: #fff462;
}
.md_floorguide_map ul li a {
	background: url(../img/common/icn_arrow_right_black.png) no-repeat right 12px center;
	background-size: 16.5px 9px;
	display: block;
	font-weight: bold;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1;
	padding: 5px 35px 5px 15px;
}
.md_floorguide_map .md_low li a {
	background: url(../img/common/icn_arrow_left_black.png) no-repeat 12px center;
	background-size: 16.5px 9px;
	padding: 5px 15px 5px 35px;
	text-align: right;
}
.md_floorguide_map ul li a:hover {
	background: url(../img/common/icn_arrow_right_black.png) no-repeat right 8px center;
	background-size: 16.5px 9px;
}
.md_floorguide_map .md_low li a:hover {
	background: url(../img/common/icn_arrow_left_black.png) no-repeat 8px center;
	background-size: 16.5px 9px;
}
@media (max-width: 736px) {
	.md_floorguide_map {
		background: url(../img/index/img_floorguide.png) no-repeat 60px bottom;
		background-size: 118px 298px;
		width: 308px;
	}
	.md_floorguide_map .md_high {
		top: 25px;
		left: 28px;
	}
	.md_floorguide_map .md_low {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 110px;
		bottom: 0;
		right: 0;
	}
	.md_floorguide_map .md_under {
		bottom: 0;
		left: 0;
	}
	.md_floorguide_map ul li a {
		background: none;
		font-size: 116.6%;
		font-weight: bold;
		line-height: 1;
		width: 50px;
		padding: 15px 0;
		text-align: center;
	}
	.md_floorguide_map .md_low li a {
		background: none;
		padding: 15px 0;
		text-align: center;
	}
	.md_floorguide_map ul li a:hover,
	.md_floorguide_map .md_low li a:hover {
		background: none;
	}
}
@media (max-width: 320px) {
	.md_floorguide_map {
		width: 290px;
	}
}

/*---------------------------------------------

		md_btn

--------------------------------------------- */
.md_btn {
	background: #abecf4;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.md_btn:hover {
	background: #fff462;
}
p.md_btn a {
	background: url(../img/common/icn_arrow_right_black.png) no-repeat right 12px center;
	background-size: 16.5px 9px;
	display: block;
	font-weight: 500;
	line-height: 1;
	padding: 10px 35px 10px 15px;
}
p.md_btn a:hover {
	background: url(../img/common/icn_arrow_right_black.png) no-repeat right 8px center;
	background-size: 16.5px 9px;
}

/*---------------------------------------------

		footer

--------------------------------------------- */
.md_pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.md_pagetop a {
	background: #eee url(../img/common/icn_arrow_top_black.png) no-repeat center center;
	background-size: 9px 16.5px;
	border-radius: 50%;
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
}
.md_pagetop a:hover {
	background: #abecf4 url(../img/common/icn_arrow_top_black.png) no-repeat center center;
	background-size: 9px 16.5px;
}
.md_daiwa {
	background: #eee;
}
.md_daiwa .md_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1336px;
	margin: 0 auto;
}
.md_daiwa .md_inner .md_ttl_wrap {
	align-content: center;
	background: #ddd;
	display: flex;
	font-weight: bold;
	flex-wrap: wrap;
	justify-content: center;
	width: 200px;
	padding: 30px 0 20px;
	text-align: center;
}
.md_daiwa .md_inner .md_ttl_wrap .md_btn {
	background: #fff;
	font-size: 85.7%;
	font-weight: normal;
	width: 100px;
	margin-top: 10px;
}
.md_daiwa .md_inner ul {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1136px;
	padding: 30px 20px 30px 50px;
}
.md_daiwa .md_inner ul li {
	align-items: center;
	display: flex;
	font-size: 85.7%;
	width: 440px;
	margin-right: 30px;
	padding: 3px 0;
}
.md_daiwa .md_inner ul li:first-of-type {
	display: none;
}
.md_daiwa .md_inner ul li:before {
	background: #999;
	border-radius: 50%;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
}
.md_daiwa .md_inner ul li i {
	color: #999;
	padding: 0 3px;
}
.md_daiwa .md_inner ul li a:hover {
	opacity: 0.6;
}
.md_footer {
	display: flex;
	font-family: "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	justify-content: space-between;
	min-width: 1368px;
	padding: 6px 32px 1px 12px;
}
.md_footer .md_logo {
	display: flex;
	font-size: 12px;
	justify-content: flex-start;
}
.md_footer .md_logo ul {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	line-height: 1;
	margin-top: 17px;
	margin-left: 11px;
}
.md_footer .md_logo ul + ul {
	margin-top: 16px;
}
.md_footer .md_logo ul li + li {
	border-left: 1px solid #4d4d4f;
	margin-left: 10px;
	padding-left: 10px;
}
.md_footer .md_logo ul li a {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #4d4d4f;
}
.md_footer .md_logo ul li a:hover {
	border-bottom: 1px solid #4d4d4f;
}
.md_footer .md_copy {
	color: #4d4d4f;
	font-size: 11px;
	margin-top: 18px;
	text-align: right;
}
.md_footer .md_copy p + p {
	line-height: 1;
	margin-top: 15px;
}
@media (max-width: 736px) {
	.md_pagetop {
		right: 20px;
		bottom: 30px;
	}
	.md_pagetop a {
		width: 40px;
		height: 40px;
	}
	.l_footer {
		background: #f7ead7;
	}
	.md_daiwa .md_inner {
		display: block;
		margin: 0 auto 20px;
	}
	.md_daiwa .md_inner .md_ttl_wrap {
		justify-content: space-between;
		width: 100%;
		padding: 8px 15px;
	}
	.md_daiwa .md_inner .md_ttl_wrap:after {
		background: #fff url(../img/common/icn_footer_daiwa.png) no-repeat center center;
		background-size: 9px 5.5px;
		border-radius: 50%;
		content: "";
		display: block;
		width: 23px;
		height: 23px;
	}
	.md_daiwa .md_inner .md_ttl_wrap br,
	.md_daiwa .md_inner .md_ttl_wrap .md_btn {
		display: none;
	}
	.md_daiwa .md_inner ul {
		display: block;
		padding: 0;
	}
	.md_daiwa .md_inner ul li {
		display: block;
		font-size: 100%;
		width: auto;
		margin-right: 0;
		padding: 10px 15px;
	}
	.md_daiwa .md_inner ul li:first-of-type {
		display: block;
	}
	.md_daiwa .md_inner ul li + li {
		border-top: 1px solid #f7ead7;
	}
	.md_daiwa .md_inner ul li:before {
		display: none;
	}
	.md_footer {
		background: #fff;
		border-top: 4px solid #ee0211;
		display: block;
		min-width: inherit;
		text-align: center;
		padding: 7px 0;
	}
	.md_footer .md_logo {
		display: block;
		font-size: 10px;
	}
	.md_footer .md_logo ul {
		justify-content: center;
		margin-top: 0;
		margin-left: 0;
	}
	.md_footer .md_copy {
		font-size: 10px;
		margin-top: 5.5px;
		text-align: center;
	}
	.md_footer .md_copy p:first-of-type {
		display: none;
	}
	.md_footer .md_copy p + p {
		margin-top: 0;
	}
}

/*---------------------------------------------

		md_page_ttl

--------------------------------------------- */
.md_page_ttl {
	/*background: url(../img/common/bg_autumn.png) no-repeat center bottom;*/
	/*background: url(../img/common/bg_night.png) no-repeat center bottom;*/ /* hanabi */
	/*background: #00354f url(../img/common/bg_winter_night.png) no-repeat center bottom; */ /* santa */
	background:  url(../img/common/bg_winter_noon.png) no-repeat center bottom; 
	background-size: cover;
	color: #fff;
	padding: 128px 0 35px;
}
.md_page_ttl .md_bread {
	border-bottom: 1px solid #fff;
	font-size: 85.7%;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	letter-spacing: -.5em;
	max-width: 1336px;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	text-shadow: 0 0 20px #666, 0 0 10px #666;
}
.md_page_ttl .md_bread li {
	display: inline-block;
	letter-spacing: 0.05em;
}
.md_page_ttl .md_bread li + li:before {
	content: "/";
	display: inline;
	padding: 0 10px;
}
.md_page_ttl .md_bread a {
	color: #fff;
}
.md_page_ttl > i {
	display: block;
	font-size: 100%;
	font-weight: bold;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	max-width: 1336px;
	margin: 0 auto;
	text-shadow: 0 0 20px #666, 0 0 10px #666;
}
.md_page_ttl > h1 {
	font-size: 257.1%;
	font-weight: bold;
	line-height: 1.4;
	max-width: 1336px;
	margin: 0 auto;
	text-shadow: 0 0 20px #666, 0 0 10px #666;
}
.md_page_ttl > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1336px;
	margin: 35px auto 0;
}
.md_page_ttl > ul li {
	background: #fff;
}
.md_page_ttl > ul li + li {
	margin-left: 5px;
}
.md_page_ttl > ul li a {
	align-items: center;
	display: flex;
	font-weight: bold;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	justify-content: center;
	min-width: 60px;
	height: 30px;
	padding: 0 15px;
}
.post-type-archive-shops .md_page_ttl > ul li.is_current a,
.post-type-archive-shops .md_page_ttl > ul li a:hover,
.tax-shops-floor .md_page_ttl > ul li.is_current a,
.tax-shops-floor .md_page_ttl > ul li a:hover,
.single-shops .md_page_ttl > ul li.is_current a,
.single-shops .md_page_ttl > ul li a:hover {
	background: #79bf4c;
	color: #fff;
}
.post-type-archive-restaurants .md_page_ttl > ul li.is_current a,
.post-type-archive-restaurants .md_page_ttl > ul li a:hover,
.tax-restaurants-floor .md_page_ttl > ul li.is_current a,
.tax-restaurants-floor .md_page_ttl > ul li a:hover,
.single-restaurants .md_page_ttl > ul li.is_current a,
.single-restaurants .md_page_ttl > ul li a:hover {
	background: #f18f2f;
	color: #fff;
}
.post-type-archive-coupons .md_page_ttl > ul li.is_current a,
.post-type-archive-coupons .md_page_ttl > ul li a:hover,
.tax-coupons-floor .md_page_ttl > ul li.is_current a,
.tax-coupons-floor .md_page_ttl > ul li a:hover,
.single-coupons .md_page_ttl > ul li.is_current a,
.single-coupons .md_page_ttl > ul li a:hover,
.single-floorguides .md_page_ttl > ul li.is_current a,
.single-floorguides .md_page_ttl > ul li a:hover {
	background: #abecf4;
}
@media (max-width: 736px) {
	.md_page_ttl {
		/*background-size: auto 180px;*/
		padding: 72px 15px 15px;
	}
	.md_page_ttl .md_bread {
		font-size: 75%;
		margin: 0 auto 15px;
		padding-bottom: 5px;
	}
	.md_page_ttl .md_bread li + li:before {
		padding: 0 5px;
	}
	.md_page_ttl > i {
		font-size: 83.3%;
	}
	.md_page_ttl > h1 {
		font-size: 150%;
	}
	.md_page_ttl > ul {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 20px auto 0;
	}
	.md_page_ttl > ul li {
		border-top: 1px solid #01424f;
		width: 20%;
		min-width: inherit;
	}
	.md_page_ttl > ul li + li {
		border-left: 1px solid #01424f;
		margin-left: 0;
	}
	.md_page_ttl > ul li:nth-child(5n+1) {
		border-left: none;
	}
	.md_page_ttl > ul li a {
		font-size: 91.6%;
		width: 100%;
	}
}

/*---------------------------------------------

		md_snavi

--------------------------------------------- */
.md_snavi {
	max-width: 1336px;
	margin: 0 auto 10px;
}
.md_snavi ul {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}
.md_snavi ul li {
	background: #fff;
	border: 3px solid #abecf4;
	width: 250px;
	padding: 15px 20px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.md_snavi ul li + li {
	margin-left: 10px;
}
.md_snavi ul li:hover,
.md_snavi ul li.is_current {
	background: #abecf4;
}
.md_snavi ul li.is_current:after {
	border-top: 20px solid #abecf4;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
.md_snavi ul li br {
	display: none;
}
.md_snavi ul li i,
.md_snavi ul li em {
	display: block;
}
.md_snavi ul li i {
	font-size: 114.2%;
	font-weight: bold;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.md_snavi ul li em {
	font-size: 71.4%;
	font-weight: 500;
}
@media (max-width: 736px) {
	.md_snavi {
		margin: 0 15px;
	}
	.md_snavi.is_large ul {
		flex-wrap: wrap;
	}
	.md_snavi ul li {
		border: 1.5px solid #abecf4;
		width: 25%;
		padding: 10px 0;
		text-align: center;
	}
	.md_snavi.is_medium ul li {
		width: 33.333%;
	}
	.md_snavi.is_large ul li {
		width: 50%;
	}
	.md_snavi.is_large ul li:first-child,
	.md_snavi.is_large ul li:nth-child(2) {
		border-bottom: none;
	}
	.md_snavi.is_large ul li:nth-child(odd) {
		border-right: none;
	}
	.md_snavi ul li + li {
		margin-left: 0;
	}
	.md_snavi ul li.is_current:after {
		border-top: 15px solid #abecf4;
		border-left: 7.5px solid transparent;
		border-right: 7.5px solid transparent;
		bottom: -10px;
	}
	.md_snavi ul li br {
		display: block;
	}
	.md_snavi ul li i {
		font-size: 83.3%;
		line-height: 1.2;
	}
	.md_snavi ul li em {
		display: none;
	}
	.md_snavi.is_large ul li em {
		display: block;
	}
}

/*---------------------------------------------

		md_pager

--------------------------------------------- */
.md_pager {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 1336px;
	margin: 60px auto 0;
	text-align: left;
}
.md_pager .page-numbers {
	align-items: center;
	background: #fff;
	border: 3px solid #abecf4;
	display: flex;
	font-size: 114.2%;
	font-weight: bold;
	font-family: "Montserrat", "YakuHanJP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	justify-content: center;
	min-width: 50px;
	height: 50px;
	vertical-align: top;
}
.md_pager .page-numbers + .page-numbers {
	margin-left: 10px;
}
.md_pager .page-numbers:hover,
.md_pager .page-numbers.current {
	background: #abecf4;
}
.md_pager .page-numbers.prev,
.md_pager .page-numbers.next {
	font-size: 85.7%;
	padding: 0 10px;
}
.md_pager .dots,
.md_pager .dots + .page-numbers {
	display: none;
}
@media (max-width: 736px) {
	.md_pager {
		flex-wrap: wrap;
		width: auto;
		margin: 25px 0 0;
	}
	.md_pager .page-numbers {
		border: 1.5px solid #abecf4;
		font-size: 83.3%;
		min-width: 25px;
		height: 25px;
	}
	.md_pager .page-numbers + .page-numbers {
		margin-left: 5px;
	}
	.md_pager .page-numbers.prev,
	.md_pager .page-numbers.next {
		font-size: 75%;
		padding: 0 5px;
	}
}

/*---------------------------------------------

		modal

--------------------------------------------- */
.md_modal {
	background: #fff;
	display: none;
	max-width: 850px;
	margin: 0;
	padding: 50px;
	position: fixed;
	z-index: 1000;
}
.md_modal .modal-close {
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: -40px;
	right: 0;
}
.md_modal .modal-close:before {
	background: #fff;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 0;
}
.md_modal .modal-close:after {
	background: #fff;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	right: 0;
}
.md_modal figure img {
	width: 100%;
}
.md_modal > em {
	font-size: 142.8%;
	font-weight: bold;
}
.md_modal > i {
	font-size: 114.2%;
	font-weight: bold;
	padding: 0 1em 0 50px;
}
.modal-overlay {
	background: rgba(0,0,0,0.75);
	display: none;
	width: 100%;
	height: 120%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
@media (max-width: 768px) {
	.md_modal {
		max-width: calc(100vw - 30px);
		padding: 15px;
	}
	.md_modal > em {
		display: block;
		font-size: 116.6%;
	}
	.md_modal > i {
		display: block;
		font-size: 100%;
		padding-right: 0;
	}
}
