@charset "UTF-8";
/* クラブミラノ */
.milano {}

html {
  font-size: 62.5%;
}
body{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #2d2d2d;
	background-position: center top;
	background-repeat: repeat-y;
}

a {
	color: #1a205c;
	text-decoration: none;
	transition: all .6s;
}
a:hover {
	color:#3f4792;
}
a img {
	transition: all .6s;
}
a:hover img {
	opacity: .7;
}

.brPc,
.brSp {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.cf::after {
	display: block;
	clear: both;
	content: '';
}


/* Common */
.txt-en {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-style: normal;
}


/* Side Menu */
#side-menu ul {
	border-top:solid 1px #fff;
}

#side-menu ul li i{
	margin-right:5px;
}

#side-menu a{
	display:block;
	padding:10px;
	border-bottom:solid 1px #fff;
	color:#fff;
}

#side-menu a:hover{
	background-color:#464ea4;
	cursor:pointer;
	text-decoration: none;
}


/* ==================================================================== */
/* SMARTPHONE
======================================================================= */
@media screen and (max-width: 768px) {
  
	body {
		background-image: url(../img/body_bg_sp.png);
		min-width: 320px;
		font-size: 1.4rem;
	}
	
	.content-pc,
	.img-pc,
	.brPc {
		display: none;
	}
	
	#wrapper {
		min-width: 320px;
	}
	
	
	/* Site Header */
	#site-header {
		position: relative;
	}
	#site-header::before {
		content: '';
		display: block;
		height: 15px;
		background-color: #1a205c;
	}
	.sh--contents {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		aspect-ratio: 1 /	0.24;
		overflow: hidden;
		background-image: url(../img/header_bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}
	.sh--contents h1 {
		position: absolute;
		top: 0;
		right: 0;
		text-align: left;
		font-size: 1rem;
		line-height: 1.2;
		color: #FFF;
		overflow: hidden;
		white-space: nowrap;
		width: calc(100% - 4%);
		margin: 0 2%;
	}
	.sh--con-logo {
		width: 45%;
		z-index: 5;
	}
	.sh--con-info p {
		font-weight: 300;
		color: #FFF;
		line-height: 1;
		text-shadow:
			0px 0px 8px rgb(39, 7, 51), 0px 0px 12px rgb(170, 108, 153), 0px 0px 18px rgb(174, 151, 176);
	}
	.sh--con-info-sname {
		font-size: clamp(1.4rem, 0.971rem + 2.14vw, 2rem);
	}
	.sh--con-info-open {
		font-size: clamp(1rem, 0.714rem + 1.43vw, 1.4rem);
	}
	
	
	/* Gnav */
	#gnav {
		position: relative;
		padding: 10px 0 1px;
		background-image: url(../img/gnav_top_bg.png);
		background-position: top center;
		background-repeat: repeat-x;
		background-color: #1A205C;
	}
	.gnav--inner {
		width: calc(100% - 6px);
		margin: auto;
		background-color: #d1d3dc;
	}
	.gnav--menu {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 1px;
		grid-row-gap: 1px;
	}
	.gnav--menu li {
		position: relative;
		height: 42px;
		line-height: 1.1;
		background-color: #FFF;
	}
	.gnav--menu li.gn--spoff {
		display: none;
	}
	.gnav--menu li::before,
	.gnav--menu li:nth-child(7)::after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		background-image: url(../img/gnav_grid.png);
		background-size: cover;
		position: absolute;
		top: calc(50% - 7px);
		left: -7px;
	}
	.gnav--menu li:nth-child(7)::after {
		left: initial;
		right: -7px;
	}
	.gnav--menu li .txt-en {
		font-size: 1.5rem;
	}
	.gnav--menu li .txt-ja {
		font-size: 1rem;
	}
	.gnav--menu li a {
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.gnav--menu li a:hover {
		color: #FFF;
		background-color: #1a205c;
	}
	
	
	/* Page Header */
	#page-header {
		position: relative;
		width: 100%;
		height: 60px;
		margin: 0 auto 15px;
		background-color: #FFF;
	}
	#page-header .mdframe {
		position: relative;
		height: 100%;
		z-index: 5;
	}
	#page-header::before {
		content: '';
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 15px;
		left: 10px;
		background-image: url(../img/ph_grid.png);
		background-size: cover;
		z-index: 2;
	}
	#page-header::after {
		content: '';
		display: block;
		width: 100%;
		height: 30px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #e9f0f6;
		z-index: 1;
	}
	#page-header .mdframe-inner {
		padding-left: 38px;
	}
	#page-header .mdframe-inner::after {
		border-bottom: 25px solid #1a205c;
	}
	#page-header .txt-en {
		font-size: 2.4rem;
	}
	#page-header .txt-ja {
		font-size: 1.2rem;
	}
	
	
	/* Page Main */
	#page-main {
		display: flex;
		flex-flow: column;
		width: 96%;
		margin: auto;
		padding:  0 0 60px;
	}
	#page-main > article {
		order: 2;
	}
	#page-main #breadcrumb-wrap {
		order: 1;
	}
	
	.pm--con-inner {
		margin: auto;
	}
	
	
	/* Pankuzu */
	#breadcrumb-wrap {
		width: 98%;
		overflow: auto;
		margin: 0 auto 10px;
		padding: 0.1em 0;
	}
	.breadcrumb {
		display: flex;
		flex-wrap: nowrap;
	}
	.breadcrumb li {
		font-size: 1.1rem;
		white-space: nowrap;
		line-height: 1;
	}
	.breadcrumb li a:hover {
		opacity: 0.5;
	}
	.breadcrumb > * + * {
		margin-left: 0.5em;
	}
	.breadcrumb > * + *::before {
		content: ">";
		margin-left: 0.75em;
		margin-right: 0.75em;
	}
	
	
	/* Page Contents */
	.sec-wrap {
		position: relative;
		background-color: #FFFFFFF2;
		border-bottom: 2px solid #1a205c;
	}
	.sec-wrap::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #1a205c;
		bottom: 1px;
		left: 0;
	}
	.sec-inner {
		width: 100%;
		padding: 10px 10px 20px;
	}
	.sec-contents {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	
	/* Text */
	.mdframe {
		height: 58px;
		padding: 1px;
		border: 2px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		color: #1a205c;
		line-height: 1;
	}
	.mdframe-inner {
		position: relative;
		display: flex;
		align-items: center;
		border: 1px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		height: 100%;
		padding-left: 12px;
	}
	.mdframe-inner::before {
		content: '';
		display: block;
    position: absolute;
    top: 0;
    left: 0;
		border-top: 10px solid #1a205c;
    border-right: 10px solid transparent;
	}
	.mdframe-inner::after {
		content: '';
		display: block;
    position: absolute;
    bottom: 0;
    right: 0;
		border-bottom: 28px solid #1a205c;
    border-left: 100px solid transparent;
	}
	.mdframe .txt-en {
		display: block;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 0.02em;
		line-height: 0.8;
	}
	.mdframe .txt-ja {
		font-size: 1.3rem;
		letter-spacing: 0.01em;
	}
	
	
	/* Button */
	.moreBtn,
	.backBtn {
		width: 200px;
		margin: auto;
		padding: 1px;
		border: 1px solid #1a205c;
		background-color: #FFF;
	}
	.backBtn {
		width: 300px;
	}
	.moreBtn a,
	.backBtn a {
		position: relative;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #1a205c;
		font-size: 1.6rem;
		font-weight: 300;
		color: #FFF;
		line-height: 1;
		text-align: center;
	}
	.moreBtn a:hover,
	.backBtn a:hover {
		background-color: #464ea4;
	}
	.moreBtn a::before,
	.backBtn a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 12px;
    background-image: url(../img/btn_arrow_r.svg);
    background-repeat: no-repeat;
    background-size: contain;
		position: absolute;
		top:  calc(50% - 6px);
		right: 15px;
	}
	.backBtn a::before {
		background-image: url(../img/btn_arrow_l.svg);
		bottom: -4px;
		left: 15px;
		right: initial;
	}
	
	
	/* Pager */
	.pager {
		margin: 20px 0;
		text-align: center
	}
	.pager li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 2.5px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2)
	}
	.pager li.disabled {
		display: none
	}
	.pager li span, .pager li a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		border: solid 1px #f566b6;
		font-weight: bold;
		font-size: 14px;
		background: #fff;
		color: #f566b6
	}
	.pager li a:hover {
		background: #f566b6;
		color: #fff;
		text-decoration: none
	}
	.pager li.active span, .pager li.active a {
		background: #f566b6;
		color: #fff
	}
	.pager .prev a:before, .pager .next a:before {
		font-family: 'icomoon';
		content: "\e900";
		font-size: 24px;
		color: #f566b6
	}
	.pager .prev a:before {
		content: "\e901"
	}
	.pager li a:hover:before {
		background: #f566b6;
		color: #fff;
		text-decoration: none
	}
	
	
	/* Site Footer */
	#site-footer {
		position: relative;
		padding: 18px 0 0;
		background-color: #f1f7ff;
		border-top: 5px solid;
		border-image: linear-gradient(to right, #1a205c 0%, #1a205c 50%, #1a205c 100%);
		border-image-slice: 1;
	}
	.sf--inner {
	}
	
	.sf--contents {
		text-align: center;
		height: auto;
		margin: 0 auto 15px;
	}
	.sf--info-txt-copy {
		font-size: 1.2rem;
	}
	.sf--info-logo {
		width: 200px;
		margin: auto;
	}
	
	.sf--copyright {
		text-align: center;
		line-height: 1;
		background-color: #1a205c;
	}
	.sf--copyright small {
		display: inline-block;
		font-size: 1rem;
		color: #FFF;
		line-height: 1.2;
		padding: 8px 0;
	}
	
	.pagetop {
		position: absolute;
		width: 48px;
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.pagetop a {
    background: #1a205c;
    height: 30px;
    width: 48px;
    clip-path: ;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	.pagetop a i {
		fill: #FFF;
		margin-top: 2px;
	}
	
	/* FIXED BAR */
	#fixedBar {
		position: fixed;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		left: 0;
		bottom: 0;
		background-color: #171c50e5;
		width: 100%;
		min-width: 320px;
		height: 52px;
		z-index: 5000;
	}
	.fixedbar--tel {
		width: 48px;
		margin: 0 4px 0 0;
	}
	.fixedbar--map {
		width: 48px;
		margin: 0 4px 0 0;
	}
	.fixedbar--open {
		color: #FFF;
		text-align: right;
		line-height: 1;
		margin: 0 15px 0 64px;
	}
	.sf--info-txt-open span {
		font-size: 1.8rem;
	}
	.sf--info-txt-tel span {
		font-size: 2.1rem;
	}
	.fixedbar--open p {
		font-size: 1rem;
	}
	.pageEnd #fixedBar {
		position: relative;
	}
  
}

/* ==================================================================== */
/* DESKTOP
======================================================================= */
@media screen and (min-width: 768px), print {
	
	body {
		background-image: url(../img/body_bg.png);
	}
	
  .content-sp,
	.img-sp,
	.brSp {
		display: none;
	}
  
	#wrapper {
		position: relative;
		min-width: 1240px;
		background-image: url(../img/header_bg.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	
	/* Site Header */
	#site-header {
		position: relative;
	}
	#site-header::before {
		content: '';
		display: block;
		height: 15px;
		background-color: #1a205c;
	}
	.sh--contents {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1200px;
		height: 111px;
		margin: auto;
		padding: 0 15px 20px 0;
	}
	.sh--contents h1 {
		position: absolute;
		top: -17px;
		right: 15px;
		text-align: right;
		font-size: 1rem;
		color: #fff;
	}
	.sh--con-logo {
		width: 542px;
	}
	.sh--con-catch {
		width: 318px;
		margin: auto 0 28px 14px;
		z-index: 5;
	}
	.sh--con-info {
		text-align: right;
	}
	.sh--con-info p {
		font-weight: 300;
		color: #FFF;
		line-height: 1;
		text-shadow:
			0px 0px 8px rgb(39, 7, 51), 0px 0px 12px rgb(170, 108, 153), 0px 0px 18px rgb(174, 151, 176);
	}
	.sh--con-info-open {
		font-size: 3rem;
	}
	.sh--con-info-tel {
		font-size: 3.6rem;
	}
	
	
	/* Gnav */
	#gnav {
		position: relative;
		padding: 10px 0 0;
		background-image: url(../img/gnav_top_bg.png);
		background-position: top center;
		background-repeat: repeat-x;
		background-color: #FFF;
	}
	#gnav::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #c2c4d5;
		position: absolute;
		top: calc(50% + 5px);
	}
	.gnav--inner {
		width: 1200px;
		margin: auto;
	}
	.gnav--menu {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 1px; 
		height: 109px;
	}
	.gnav--menu li {
		position: relative;
		line-height: 1.1;
	}
	.gnav--menu li::before,
	.gnav--menu li:nth-child(5n)::after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		background-image: url(../img/gnav_grid.png);
		background-size: cover;
		position: absolute;
		top: calc(50% - 7px);
		left: -7px;
	}
	.gnav--menu li:nth-child(5n)::after {
		left: initial;
		right: -7px;
	}
	.gnav--menu li .txt-en {
		font-size: 1.8rem;
	}
	.gnav--menu li .txt-ja {
		font-size: 1.2rem;
	}
	.gnav--menu li a {
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.gnav--menu li a:hover {
		color: #FFF;
		background-color: #1a205c;
	}
	
	
	/* Page Header */
	#page-header {
		position: relative;
		width: 100%;
		height: 88px;
		margin: 0 auto 30px;
		background-color: #FFF;
	}
	#page-header .mdframe {
		position: relative;
		height: 100%;
		z-index: 5;
	}
	#page-header::before {
		content: '';
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 20px;
		left: 15px;
		background-image: url(../img/ph_grid.png);
		background-size: cover;
		z-index: 2;
	}
	#page-header::after {
		content: '';
		display: block;
		width: 100%;
		height: 37px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #e9f0f6;
		z-index: 1;
	}
	#page-header .mdframe-inner {
		padding-left: 48px;
	}
	#page-header .mdframe-inner::after {
		border-bottom: 32px solid #1a205c;
	}
	#page-header .txt-en {
		font-size: 3.6rem;
	}
	#page-header .txt-ja {
		font-size: 1.8rem;
	}
	
	
	/* Pankuzu */
	#breadcrumb-wrap {
		padding: 1.5em 1em;
	}
	.breadcrumb {
		display: flex;
	}
	.breadcrumb li {
		font-size: 1.1rem;
		color: #FFF;
		line-height: 1;
	}
	.breadcrumb li a {
		color: #FFF;
	}
	.breadcrumb li a:hover {
		opacity: 0.5;
	}
	.breadcrumb > * + * {
		margin-left: 0.5em;
	}
	.breadcrumb > * + *::before {
		content: ">";
		margin-left: 0.75em;
		margin-right: 0.75em;
		color: #FFF;
	}
	
	
	/* Page Main */
	#page-main {
		display: flex;
		flex-flow: column;
		margin: auto;
	}
	#page-main > article {
		width: 1200px;
		margin: auto;
		padding: 0 0 100px;
		background-color: rgba(255,255,255,0.6);
		order: 2;
	}
	#page-main #breadcrumb-wrap {
		width: 1200px;
		margin: auto;
		padding: 10px 15px;
		order: 1;
	}
	
	.pm--con-inner {
		margin: auto;
		padding: 0 25px;
	}
	
	
	/* Page Contents */
	.sec-wrap {
		position: relative;
		background-color: #FFFFFFF2;
		border-bottom: 2px solid #1a205c;
	}
	.sec-wrap::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #1a205c;
		bottom: 1px;
		left: 0;
	}
	.sec-inner {
		width: 100%;
		padding: 10px 10px 20px;
	}
	.sec-contents {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	
	/* Text */
	.mdframe {
		height: 60px;
		padding: 1px;
		border: 2px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		color: #1a205c;
		line-height: 1;
	}
	.mdframe-inner {
		position: relative;
		display: flex;
		align-items: center;
		border: 1px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		height: 100%;
		padding-left: 12px;
	}
	.mdframe-inner::before {
		content: '';
		display: block;
    position: absolute;
    top: 0;
    left: 0;
		border-top: 10px solid #1a205c;
    border-right: 10px solid transparent;
	}
	.mdframe-inner::after {
		content: '';
		display: block;
    position: absolute;
    bottom: 0;
    right: 0;
		border-bottom: 28px solid #1a205c;
    border-left: 144px solid transparent;
	}
	.mdframe .txt-en {
		display: block;
		font-weight: 500;
		font-size: 2.6rem;
		letter-spacing: 0.02em;
		line-height: 0.8;
	}
	.mdframe .txt-ja {
		font-size: 1.4rem;
		letter-spacing: 0.01em;
	}
	
	
	/* Button */
	.moreBtn,
	.backBtn {
		width: 200px;
		margin: auto;
		padding: 1px;
		border: 1px solid #1a205c;
		background-color: #FFF;
	}
	.backBtn {
		width: 300px;
	}
	.moreBtn a,
	.backBtn a {
		position: relative;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #1a205c;
		font-size: 1.8rem;
		font-weight: 300;
		color: #FFF;
		line-height: 1;
		text-align: center;
	}
	.moreBtn a:hover,
	.backBtn a:hover {
		background-color: #464ea4;
	}
	.moreBtn a::before,
	.backBtn a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 12px;
    background-image: url(../img/btn_arrow_r.svg);
    background-repeat: no-repeat;
    background-size: contain;
		position: absolute;
		top:  calc(50% - 6px);
		right: 15px;
	}
	.backBtn a::before {
		background-image: url(../img/btn_arrow_l.svg);
		bottom: -4px;
		left: 15px;
		right: initial;
	}
	
	
	/* Pager */
	.pager {
		margin: 20px 0;
		text-align: center
	}
	.pager li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 2.5px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2)
	}
	.pager li.disabled {
		display: none
	}
	.pager li span, .pager li a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		border: solid 1px #f566b6;
		font-weight: bold;
		font-size: 14px;
		background: #fff;
		color: #f566b6
	}
	.pager li a:hover {
		background: #f566b6;
		color: #fff;
		text-decoration: none
	}
	.pager li.active span, .pager li.active a {
		background: #f566b6;
		color: #fff
	}
	.pager .prev a:before, .pager .next a:before {
		font-family: 'icomoon';
		content: "\e900";
		font-size: 24px;
		color: #f566b6
	}
	.pager .prev a:before {
		content: "\e901"
	}
	.pager li a:hover:before {
		background: #f566b6;
		color: #fff;
		text-decoration: none
	}
	
	
	/* Site Footer */
	#site-footer {
		position: relative;
		padding: 30px 0 0;
		background-color: #f1f7ff;
		border-top: 5px solid;
		border-image: linear-gradient(to right, #1a205c 0%, #1a205c 50%, #1a205c 100%);
		border-image-slice: 1;
	}
	
	.sf--contents {
		width: 1170px;
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sf--menu {
		width: 550px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 18px;
	}
	.sf--menu li {
		font-size: 1.3rem;
		line-height: 1;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
		margin-bottom: 12px;
  }
  .sf--menu li + li {
    border-left: 0;
    border-right: 1px solid #333;
  }
	.sf--menu li:nth-child(8) {
		border-left: 1px solid #333;
	}
	.sf--menu li a {
		color: #3e3e3e;
		padding: 0 8px;
	}
	
	.sf--info {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 478px;
	}
	.sf--info-logo {
		width: 233px;
	}
	.sf--info-txt {
		text-align: right;
		line-height: 1;
	}
	.sf--info-txt-copy {
		font-size: 1.4rem;
	}
	.sf--info-txt-open {
		font-size: 2.4rem;
		color: #1a205c;
	}
	.sf--info-txt-tel {
		font-size: 3rem;
		color: #1a205c;
	}
	
	.sf--copyright {
		text-align: center;
		line-height: 1;
		background-color: #1a205c;
	}
	.sf--copyright small {
		display: inline-block;
		font-size: 1.2rem;
		color: #FFF;
		padding: 8px 0;
	}
	
	
	.pagetop {
		position: absolute;
		width: 48px;
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.pagetop a {
    background: #1a205c;
    height: 30px;
    width: 48px;
    clip-path: ;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	.pagetop a i {
		fill: #FFF;
		margin-top: 2px;
	}
	
	/* FIXED BAR */
	#fixedBar {
		display: none;
	}
  
}

