@charset "UTF-8";
/* =======================================================
* reset
* ======================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
	padding: 0;
	margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

button {
	display: block;
	border: none;
	font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro";
	font-size: 15px;
	padding: 15px 40px;
	margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #282728;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

button:hover,
a:hover {
	cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
	vertical-align: bottom;
}

input, select, textarea {
	background: #FFF;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
  vertical-align: middle;
	padding: 6px;
}

select {
  font-size: 12px;
  padding: 8px 16px;
}

::placeholder,
input::placeholder {
	color: #BEBEBE;
}

/* =======================================================
* hide
* ======================================================= */
.all_hide {
    display: none !important;
}
@media screen and (max-width: 768px) {
	.pc_hide {
    display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp_hide {
    display: none !important;
	}
}

@media screen and (min-width: 1100px) {
	header .sp_hide {
    display: none !important;
	}
}

@media screen and (max-width: 1099px) {
	header .sp_hide {
    display: block !important;
	}
	.flex-end.pc_hide,
	#sub-navigation.flex.pc_hide {
    display: none !important;
	}
}

/* =======================================================
* common
* ======================================================= */
html {
  -webkit-overflow-scrolling: touch;
	overflow: auto;
}

body {
	width: 100%;
	background: #F6F6F4;
	color: #282728;
  font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-size: 15px;
	line-height: 1.6;
	overflow: hidden;
  text-align: left;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
}

/* flex指定 */
.flex {
	display: flex;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.flex-align-center {
	display: flex !important;
	align-items: center;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* デザイン指定 */
.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.fnt-bold {
	font-weight: bold;
}

.fnt-normal {
	font-weight: normal;
}

.border-none {
	border: none !important;
}

.radius-none {
	border-radius: 0 !important;
}

.margin-auto {
	margin: 0 auto;
}

.link {
	text-decoration: underline;
}

/* color指定 */
.mosGrn {
	color: #808452;
}

.skyBlu {
	color: #92C8E3;
}

.blu {
	color: #299FE3;
}

.pnk {
	color: #FC7959;
}

.red {
	color: #FF0000;
}

.btnBlk {
	background: #151515;
	border-radius: 4px;
}

.btnWht {
	background: #FFF;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
}

.btnGry {
	background: #F6F6F4;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
	color: #151515;
}

.btn.btnWht a,
.btn.btnGry a {
	color: #151515;
}

.btnMosgrn {
	background: #808452;
	border-radius: 4px;
	color: #FFF;
}

.btnWhtgrn {
	border: 1px solid #808452;
	border-radius: 4px;
}

.btn.btnWhtgrn a {
	color: #808452;
}

.btnDrkgry {
	background: #848484;
	border-radius: 4px;
	color: #FFF;
}

.btnOrg {
	background: #eb5e39;
	border-radius: 3px;
}

/*--------------------------------------
	header
--------------------------------------*/
#header-container .flex-space-between {
	padding: 1.5% 0;
}

.site-logo img {
	max-width: 258px;
	width: 100%;
}

#menu-btn {
	display: none;
}

#menu-btn::before,
#menu-btn::after {
	width: 25px;
	height: 1px;
	border-radius: 1px;
	background-color: #282728;
	content: "";
  position: absolute;
  top: 50%;
  transition: 0.5s;
  margin-top: -1px;
}

#menu-btn::before {
	box-shadow: 0 3px 0 0 transparent, 0 9px 0 0 #282728;
}

#menu-btn::after {
	box-shadow: 0 -3px 0 0 transparent, 0 -9px 0 0 #282728;
}

#menu-btn.open::after {
	box-shadow: none;
	transform: rotate(-45deg);
}

#menu-btn.open::before{
	box-shadow: none;
	transform: rotate(45deg);
}

#nav-container {
	display: flex;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: #F6F6F4;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in, transition 0.4s linear,visibility 0.3s ease-out;
  padding: 50px 0;
	white-space: nowrap;
}
@media screen and (min-width: 1100px) {
	#nav-container {
		height: initial;
		background: none;
		color: initial;
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		visibility: visible;
		opacity: 1;
		padding: 0;
	}
}

#menu-btn.open + #nav-container {
	visibility: visible;
	opacity: 1;
}

#nav-container .site-logo.sp_hide {
	position: absolute;
	top: 1%;
	left: 3%;
}

#main-navigation ul {
	margin-right: 1em;
}

#main-navigation ul li,
#footer-navigation ul li {
	display: inline-block;
}

@media screen and (min-width: 1100px) {
	#main-navigation ul > li > a {
		margin: 0 0.5vw;
	}
}

#main-navigation ul li a,
#footer-navigation ul li a {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
	#main-navigation ul li a,
	#footer-navigation ul li a {
	  display: inline-block;
	}
}

.btn a {
	display: block;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 40px;
	margin: 0 auto;
}

#site-navigation .flex-end {
	position: relative;
	top: -30px;
}

.flex-end .btn {
	border-radius: 0 0 3px 3px;
	margin: 0 5px;
}

.flex-end .btn a {
	padding: 10px 40px;
}

@media screen and (min-width: 1100px) {
	#sub-navigation .btn {
		width: 170px;
		margin: 0 5px;
	}
}

#sub-navigation .btn a {
	padding: 5px 0;
}

#sub-navigation .btn.btnMosgrn a {
	border: 1px solid #808452;
}

#sub-navigation .btn span {
	vertical-align: middle;
}

#sub-navigation img {
  margin-right: 5px;
  vertical-align: middle;
}

/* =======================================================
* index.php
* ======================================================= */
.container {
	padding: 2% 0;
}

#eyecath {
	position: relative;
	padding: 0;
}

#eyecath img {
	width: 100%;
}

.arrival {
	max-width: 1300px;
	width: 100%;
	background: #F6F6F4;
	border-radius: 4px 4px 0 0;
	position:absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
	padding: 1.5% 1%;
}

.arrival .news {
	width: 120px;
	font-size: 18px;
}

.arrival-date {
  flex: 1;
}

.arrival .news,
.arrival .day {
	padding: 0 1%;
}

.arrival a span {
	border-bottom: 1px solid;
}

h2 {
	font-size: 28px;
	padding: 6% 0 0 0;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

.inner {
	max-width: 1300px;
	margin: 0 auto;
}

#main-container {
	background: #F6F6F4;
}

@media screen and (min-width: 769px) {
	#side {
		flex: 1;
		border-right: 1px solid #CBC9C9;
		padding-right: 4%;
	}

	#main {
		flex: 3.8;
		padding-left: 4%;
	}
}

/* サイドバー */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
	padding-left: 28px;
	margin: 0.3em 0;
}

/* input非表示 */
.checkbox input {
  display: none;
}

.management-fee {
    font-size: 13px;
}

.management-fee span + span {
    position: relative;
    top: 2px;
}

/* □ */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
	width: 22px;
  height: 22px;
	background: #FFF;
	border: 1px solid #CBC9C9;
  border-radius: 4px;
  box-sizing: border-box;
}

/* チェック */
.checkmark:after {
  content: "";
  position: absolute;
	top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.checkbox input:checked + .checkmark {
  background: #808452;
  border-color: #CBC9C9;
}

/* チェックが入ったときのチェック */
.checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.flex label:first-of-type,
.flex label:last-of-type {
	flex: 1;
}

#design .checkbox,
#commitment .checkbox,
#prerequisite .checkbox {
	margin: 0.6em 0;
}

#side h4 {
  font-size: 14px;
  padding: 8% 0 2%;
}

#side button,
#side .btn {
	width: 100%;
}

#side button {
	padding: 5% 0;
	margin: 4% 0 16%;
}

#side .btn {
	padding: 1% 0;
	margin-bottom: 4%;
}

#side .btnWht button {
	background: #FFF;
	text-align: left;
	padding: 0;
	margin: 0;
}

#side .btnWht button span {
	font-size: 15px;
	font-weight: bold;
}

#side .btn:first-of-type {
	margin-top: 0.6em;
}

#side .btn a {
	padding-left: 15px;
}

#side .btn img {
	width: 25px;
	margin-right: 2%;
}

.search-container {
	display: block;
	background: #FFF;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  padding: 6px 15px;
	margin: 0 auto;
  overflow: hidden;
}

.search-container input[type="text"] {
	width: 77%;
  border: none;
	color: #151515;
  position: relative;
	top: 0;
	padding: 6px 0;
}

.search-container input[type="text"]:focus {
  outline: 0;
}

.search-container input[type="submit"] {
	width: 25px;
  border: none;
	background: #FFF;
  background-image: url("/img/icon_06.png");
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 0;
	position: relative;
	left: 2px;
}

#borrow h2 {
	padding-top: 0;
}

.row {
	flex-wrap: wrap;
	padding: 3% 0;
}

.col3 {
  width: calc(33.3333333% - 80px / 3);
	margin: 0 40px 40px 0;
}
@media screen and (min-width: 769px) {
	.col3:nth-child(3n) {
		margin-right: 0;
	}
}

.trim-square {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}

.trim-square img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trim-square img.full {
  width: 24px;
  height: 24px;
  top: unset;
  bottom: 10px;
  left: 10px;
  transform: none;
}

.trim-square img.full_buy {
  width: 204px;
  height: 41px;
  top: unset;
  bottom: 93px;
  left: 49px;
  transform: none;
}

.new::before {
	border-bottom: 4em solid transparent;
	border-left: 4em solid #EB5E39;
  content: "";
	position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.new::after {
	display: block;
  content: "NEW";
	color: #fff;
	font-size: 10px;
  transform: rotate(-45deg);
  position: absolute;
	top: 12px;
	left: 7px;
  z-index: 101;
}

.category {
  width: auto;
  position: absolute;
  right: 0;
	top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2% 4%;
  margin: 0;
}

.category img {
	position: initial;
	transform: none;
	width: inherit;
	height: inherit;
	cursor: pointer;
}

.category.fnt-bold {
	background: #191919;
	color: #FFF;
	overflow: hidden;
}

.col3 .title {
	font-size: 18px;
}

@media screen and (min-width: 769px) {
	.col3 .place,
	.col3 .price,
	.more {
		font-size: 16px;
	}
}

.col3 .title,
.day {
	display: inline-block;
	padding: 1.5% 0;
}

.more span::after,
#search span::after {
	content: "\f105";
  font-family: "FontAwesome";
	padding-left: 3%;
}

#banner {
	margin: 6% 0;
}

#banner img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 769px) {
  #banner .banner-first img {
  margin-bottom: 6%;
}
}

#eims {
	background: url("/img/banner_01.png") no-repeat;
}

#buy {
	background: url("/img/bg_01.png") no-repeat;
	padding: 6%;
}

#register {
  background: url("/img/bg_02.png") no-repeat;
}

#eims,
#buy,
#register {
  background-size: cover;
	border-radius: 4px;
	margin: 6% 0 0 0;
}

#register {
	color: #FFF;
	padding: 4% 0;
}

#eims .inner {
	padding: 4% 0;
}

#eims a {
	display: block;
}

#eims p {
	color: #FFF;
	font-size: 18px;
	padding: 2% 0 0 0;
}

#buy {
	position: relative;
}

#buy::before {
	display: block;
	background-color: rgba(0,0,0,0.7);
	border-radius: 4px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 769px) {
	#buy h2 {
		padding: 0;
	}

	#buy p {
		font-size: 18px;
	}

	#buy .btn {
		width: 45%;
		font-size: 18px;
	}
}

#buy p {
	padding: 4% 0;
}

#buy .btn a {
	justify-content: center;
	padding: 15px 40px;
}

#buy .btn img {
	width: 50px;
	margin-right: 2%;
}

#buy .coming {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	padding: 2rem;
}

#banner {
	flex-wrap: wrap;
}

#banner.banner-container {
	margin-bottom: 0;
}

#banner a {
	width: calc((100% / 3) - (20px * 2 / 3));
}

@media screen and (min-width: 769px) {
	#register .btnOrg {
		width: 220px;
		margin: 0 3%;
	}
}

#register .btnOrg a {
	padding: 15px;
}

#register p {
	padding: 3% 0;
}

#register .flex-center {
	padding: 2% 0 6%;
}

/* =======================================================
* footer.php
* ======================================================= */
#footer-container {
	background: #E6E6E6;
}

#footer-container h3 {
	padding: 2% 0 0 4%;
}

#footer-container .col2 {
	width: 50%;
	padding: 0 4%;
}

#footer-container .flex-align-center {
	padding: 2% 0;
}

#footer-navigation ul > li > a {
	margin: 0.5vw;
}

.social.pc_hide {
	padding-bottom: 1%;
}

.social a {
	padding: 0 1%;
}

.social img {
	width: 35px;
	margin: 0 1.5%;
}

#footer {
	width: 100%;
	background: #151515;
	color: #FFF;
}

#footer .list_wrapper {
	padding: 30px;
}

#footer .list_wrapper img {
	width: 258px;
	padding-right: 35px;
}

#footer ul li {
	padding: 5px 10px;
}

#footer ul li a,
#footer .tel a {
	color: #FFF;
}

#footer .tel a {
	font-size: 18px;
}
#footer .tel span:last-of-type {
	font-size: 10px;
}

.scroll-top_wrapper img {
	cursor: pointer;
	position: fixed;
	bottom: 65px;
	right: 2%;
	z-index: 1;
}

.copy {
	border-top: 1px solid #7e7e7e;
	font-size: 10px;
	padding: 30px 4%;
}

/* popup */
#footer .list_wrapper .pop button {
	width: auto;
	background: none;
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	#footer .list_wrapper .pop button {
		margin: 0;
	}
}

.popup {
  display: none;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.95;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  overscroll-behavior: contain;
}

.popup_wrapper {
  width: 80%;
  background: #FFF;
	border-radius: 4px;
}

.popup_content {
  max-height: 70vh;
  overflow-y: auto;
  padding: 30px 4%;
	margin-top: 8%;
}

.popup_content .container {
	padding-top: 0;
}

.popup_content h4 {
	font-size: 18px;
	padding-bottom: 2%;
}

.popup_content p {
	padding-bottom: 2%;
}

.popup .close {
	background: none;
	color: #282728;
	text-decoration: underline;
  padding: 20px 26px;
}

.popup.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup2 .popup_content,
#popup3 .popup_content,
#popup4 .popup_content {
	margin-top: 0;
}

.popup_content button {
	margin: 0 1%;
}

.btn-close {
	display: flex;
	justify-content: flex-end;
}

.btn-close button.close {
	font-size: 250%;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#popup4 .popup_content button.btnWhtgrn {
	margin-left: 0;
}

/* tab */
input[type="radio"] {
	display: none;
}

.tab_area {
	font-size: 0;
}

.tab_area label {
	display: inline-block;
	width: 50%;
	background: #DDD;
	color: #282828;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	transition: ease 0.2s opacity;
	opacity: 0.5;
	padding: 12px 0;
}

.tab_area label:hover {
	opacity: 0.8;
}

.tab_panel {
	width: 100%;
	display: none;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label {
	position: relative;
	background: #F6F6F4;
	border: 1px solid #282828;
	border-bottom: #F6F6F4;
	bottom: -1px;
	opacity: 1;
	z-index: 2;
}

#tab1:checked ~ .tab_area .tab1_label::after,
#tab2:checked ~ .tab_area .tab2_label::after {
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 1px solid #F6F6F4;
	bottom: -1px;
  left: 0;
  z-index: 1;
}

#tab1:checked ~ .tab_area .tab1_label::before {
  z-index: 1;
}

#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2 {
	display: block;
}

.panel_area {
	border: 1px solid #282828;
	padding: 0 4% 8% 4%;
}

#panel2 #search {
	margin-bottom: 4%;
}

#side #panel2 .btn:last-of-type {
	margin-left: 0;
}

.age dd,
.fraction dd {
	display: block;
  padding: 0;
}

.fraction dd {
	margin-bottom: 0.6em;
}

.age select,
.fraction select {
	width: 100%;
}

/* =======================================================
* 下層共通
* ======================================================= */
#under #eyecath {
	background-position: center center !important;
	background-size: cover !important;
	padding: 7.2% 0;
}

#under #eyecath::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

#under #eyecath.header-borrow {
	background: url("/img/header-borrow.jpg") no-repeat;
}

#under #eyecath.header-ranking {
	background: url("/img/header-ranking.jpg") no-repeat;
}

#under #eyecath.header-contact {
	background: url("/img/header-contact.jpg") no-repeat;
}

#under #eyecath.header-faq {
	background: url("/img/header-faq.jpg") no-repeat;
}

#under #eyecath.header-howtouse {
	background: url("/img/header-howtouse.jpg") no-repeat;
}

#under #eyecath.header-eimscraft {
	background: url("/img/header-eimscraft.jpg") no-repeat;
}

#under #eyecath.header-column {
	background: url("/img/header-column.jpg") no-repeat;
}

#under #eyecath.header-consultant {
	background: url("/img/header-consultant.jpg") no-repeat;
}

#under #eyecath.header-registration {
	background: url("/img/header-registration.jpg") no-repeat;
}

#under #eyecath.header-login {
	background: url("/img/header-login.jpg") no-repeat;
}

#under #eyecath.header-favorite {
	background: url("/img/header-favorite.jpg") no-repeat;
}

#under #eyecath.header-history {
	background: url("/img/header-history.jpg") no-repeat;
}

#under #eyecath.header-password {
	background: url("/img/header-password.jpg") no-repeat;
}

#under #eyecath.header-owner {
	background: url("/img/header-owner.jpg") no-repeat;
}

#under #eyecath h2 {
	width: 80%;
	color: #FFF;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: normal;
	letter-spacing: 3px;
	padding: 1.5%;
}

.under-inner {
	max-width: 800px;
	margin: 0 auto;
}

#form-container {
	padding: 4% 0 8%;
}

.sort,
.switch {
	padding: 0 4% 2% 4%;
  margin: 0 auto;
}

.switch {
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.sort p,
	.switch p {
		width: 20%;
	}
}
.sort p,
.switch p {
	background: #FFF;
	border: 2px solid #FFF;
  border-radius: 4px;
	color: #CFCFCF;
	cursor: pointer;
	font-size: 16px;
  top: 0;
	text-align: center;
  padding: 0.8% 2%;
  margin: 0 0.5%;
}

.sort p.sort-current,
.switch p.switch-current {
	border-radius: 4px;
	font-weight: bold;
}

.sort p.sort-current {
  border: 2px solid #CFCFCF;
	color: #282728;
}

.switch p.switch-current {
	background: #808452;
	border: 2px solid #808452;
	color: #FFF;
}

.pagefeed {
	padding-bottom: 4%;
}

.nav_links {
  padding: 1% 0;
}

.nav_links a,
.nav_links span {
	color: #898888;
	padding: 0.5%;
  margin: 2px;
}

.nav_links a.prev {
	padding-right: 2%;
}

.nav_links a.next {
	padding-left: 2%;
}

.page_current {
  /*background: #CDE98F;
  border-radius: 50%;
  font-weight: bold;*/
}

.dots {
  background: none;
}
