@charset "UTF-8";


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3rd anniversary
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
html{
	visibility: inherit;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
img{
	max-width: 100%;
}
a {
	transition: opacity .3s;
}
a:hover {
	opacity: .6;
}

/* ========header========*/
header{
	padding: 1.9vh 3vw;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid #0B6FAD;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 9;
	height: 70px;
}
header .logo{
	width: 30vw;
	margin: 0 auto 0 0;
}
header .logo img{
	height: auto;
}
header .sns{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 2vw;
}
header .sns a{
	margin: 0 2vw 0 0;
	width: 6vw;
}
header .sns a img{
	width: 100%;
	height: auto;
}
header .m_logo {
	width: 35vw;
}
header .m_logo img {
	width: 100%;
	height: auto;
}
header .bt_side_contents{
	width: 12%;
	height: 43px;
	position: relative;
	color: #EA5463;
	text-align: center;
}
header .bt_side_contents span{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	background: #EA5463;
}
header .bt_side_contents span:nth-of-type(1){
	top: 0;
}
header .bt_side_contents span:nth-of-type(2){
	top: 10px;
}
header .bt_side_contents span:nth-of-type(3){
	top: 20px;
}
header .bt_side_contents span:nth-of-type(4){
	bottom: 0;
	height: auto;
	background: none;
	font-size: 2.8vw;
	font-weight: bold;
}
/* ========main========*/
#main{
	position: relative;
	padding: 70px 0 0 0;
}

/* ========main_visual========*/
#main #main_visual{
	background: url("../images/i_main_sp_bg.png") no-repeat center top / cover #FCE9F2;
	height: 75vh;
	position: relative;
}


#main #main_visual .ti_main{
	position: absolute;
	width: 75%;
	z-index: 2;
	 top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
}
#main .slide_box{
	overflow: hidden;
	padding:55vh 0 0 0
}
#main .slide_box li{
	margin: 0 10px;
}



/* ========contents========*/
#main #contents{
	position: relative;
	background: #fff;
}
#main #contents #i_scroll{
	display: none;
}
#main #contents .ti_contents{
	width: 100%;
	background: #ffffff;
	padding: 7vw 5vw 7vw 6vw;
}

/* ===共通===*/
#main #contents .contents_inner {
	padding: 9vw 3.5vw 12.5vw 3.5vw;
	text-align: center;
}
#main #contents .number{
	margin-bottom: 6vw;
	text-align: center;
}
#main #contents .number img{
	width: 31%;
}
#main #contents .content_img{
	line-height: 0;
}
#main #contents .content_img img{
	width: 100%;
}
#main #contents .title{
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	padding: 5vw 0 3vw 0;
	line-height: 1.47;
}
#main #contents .schedule{
	width: 80%;
	margin: 0 auto 2.5vw auto;
	padding: 1.5vw 0;
	font-size:3.5vw;
	line-height: 6vw;
	font-weight: bold;	
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#main #contents .time{
	margin-bottom: 3vw;
	font-size:3.5vw;
	font-weight: bold;
	text-align: center;
}
#main #contents .note {
	margin-bottom: 2vw;
	text-align: center;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.36;    
}
#main #contents .place{
	display: inline-block;
	min-width: 80%;
	padding: 1.3vw 3vw;
	font-size:3.5vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.45;
	background-color: #fff;
	border: 1px solid #000;
}
#main #contents .text{
    margin: 6vw 0 0 0;
    line-height: 5.5vw;
    font-size: 3.2vw;
    text-align: center;
}
#main #contents .detail_txt{
	text-align: center;
	margin: 15vw auto 5vw auto;
	font-weight: bold;
	font-size: 3.5vw;
}
#main #contents .bt_detail{
	width: 47%;
	margin: 12.5vw auto 0 auto;
	pointer-events: auto;
}
#main #contents .bt_detail a{
	display: block;
	margin: 0 auto;
	padding: 3vw 0;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	color: #ffffff;
	background-color: #0096DF;
	border-radius: 40px;
	border: 1px solid #fff;
}

/* ===contents01===*/
#main #contents #contents01{	
	background-color: #FFE86C;
}
#main #contents #contents01_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
}
/* ===contents02===*/
#main #contents #contents02{
	background-color: #EFE3A1;
}
#main #contents #contents02_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
	pointer-events: none;
}
/* ===contents03===*/
#main #contents #contents03{
	background-color: #EFD1FF;
}
#main #contents #contents03_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
	pointer-events: none;
}
#main #contents #contents03 .img {
	margin-top: 5vw;
}
#main #contents #contents03 .img + .img {
	margin-top: 3vw;
}
/* ===contents04===*/
#main #contents #contents04{
	background-color: #A2E2FF;
}
#main #contents #contents04_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
	pointer-events: none;
}
#main #contents #contents04 .text {
	text-align: left;
}
/* ===contents05===*/
#main #contents #contents05{
	color: #fff;
	background-color: #F05222;
}
#main #contents #contents05_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
	pointer-events: none;
}
#main #contents #contents05 .schedule {
	border-color: #fff;
}
#main #contents #contents05 .title {
	padding-top: 6vw;
}
#main #contents #contents05 .bt_detail {
	margin-top: 5vw;
}
/* ===contents06===*/
#main #contents #contents06{
	background-color: #FFF4EA;
}
#main #contents #contents06_box{
	padding: 70px 0 0 0;
	margin: -70px 0 0 0;
	pointer-events: none;
}
#main #contents #contents06 .title {
	padding: 0 0 8vw 0;
}
#main #contents #contents06 .block + .block {
	margin-top: 17.5vw;
}
#main #contents #contents06 .category {
	width: 70%;
	margin: 0 auto 8vw auto;
	padding: 2.7vw 0;
	font-size: 3.5vw;
	font-weight: bold;
	text-align: center;
	aspect-ratio: 417/60;
	background: url(../images/bg_category.png) no-repeat center center/contain;
}
#main #contents #contents06 .img {
	margin-bottom: 7vw;
}
#main #contents #contents06 .logo {
	margin-bottom: 2.3vw;
	padding: 0 8vw;
}
#main #contents #contents06 .place {
	margin-bottom: 3vw;
	padding: 0;
	background: none;
	border: none;
}
#main #contents #contents06 .special {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 20vw;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #707070;
	background-color: #BEA659;
	border-radius: 4vw;
}
#main #contents #contents06 .special {
	font-size: 6vw;
	font-weight: bold;
}
#main #contents #contents06 .special small {
	font-size: 3.5vw;
	font-weight: normal;
	line-height: 1.45;
}
#main #contents #contents06 .special + .special {
	margin-top: 4vw;
}
#main #contents #contents06 .special-01 {
	flex-direction: row;
}
#main #contents #contents06 .special-01 small {
	margin-right: 4vw;
}
#main #contents #contents06 .special-02 {
	padding: 4.5vw 0;
}
#main #contents #contents06 .special-02 small {
	margin-bottom: 1vw;
}
#main #contents #contents06 .special-03 {
	justify-content: flex-start;
	padding: 3vw 1vw;
}
#main #contents #contents06 .special-03 small {
	margin-bottom: 3vw;
}
#main #contents #contents06 .special-04 {
	padding: 3vw 1vw;
}
#main #contents #contents06 .special-04 small {
	margin-bottom: 3vw;
}
#main #contents #contents06 .special-04 .attention {
	margin: 1vw 0 0 0;
	color: #000;
}
#main #contents #contents06 .note {
	margin-top: 2vw;
}
#main #contents #contents06 .bt_detail {
	margin-top: 5vw;
}

/* ========side_contents========*/
#main #side_contents{
	display: none;
	position: fixed;
	top: 50%;
	width: 90%;
	z-index: 99;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main #side_contents .bt_close{
	position: absolute;
	right: -15px;
    top: -25px;
    z-index: 2;
    width: 50px;
}
#main #side_contents .bt_side{
	border:3px solid #EA5463;
	background: #FCE9F2;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 7%;
	column-gap: 4%;
	box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, .2);
}
#main #side_contents .bt_side li{
	width: 48%;
	margin: 0 0 3vh 0;
}
#main #side_contents .bt_side li img{
	width: 90%;
	margin: 0;
}
#main #side_contents .bt_side li p{
	font-size:2.8vw;
	padding-left: 37%;
  margin-top: -3%;
  line-height: 1.38;
  font-weight: bold;
}
#main #side_contents .bt_side li small{
	display: block;
	margin-top: 1.5vw;
	font-size:2.5vw;
	padding-left: 37%;
  line-height: 1.38;
}




/* ================================
PC
==================================*/
@media screen and (min-width: 767px) {
	html, body {
		overflow: hidden;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}	

/* ========header========*/
	header{
		padding: 20px;
		height: 80px;
	}
	header .bt_side_contents{
		display: none;
	}
	header .logo {
		width: auto;
	}
	header .sns {
		margin-right: 20px;
	}
	header .sns a{
		width: auto;
		margin: 0 20px 0 0;
	}
	header .sns a:last-child{
		margin: 0;
	}
	header .m_logo {
		width: auto;
	}
/* ========main========*/
	@keyframes anime {
		0% {
			width: 100%;
			right: 0%;
		}
		100% {
			width: 0%;
			right: 0%;
		}
	}
	#main{
		margin: auto;
		padding: 80px 0 0 0;
		overflow: hidden;
	}
	#main::before{
		content: "";
		position: absolute;
		height: 100vh;
		background: #ffffff;
		width: 100%;
		right: 0%;
		z-index: 99;
	}
	#main.active::before{
		animation: anime 2.5s ease 0s forwards;
	}
/* ========main_visual========*/
	#main #main_visual{
		background: url("../images/i_main_bg.png") no-repeat center top / contain #FCE9F2;
		/*width: calc(100% - 700px);*/
		width: 48%;
		height: 100vh;
		position: fixed;
		z-index: 10;
	}
	#main #main_visual article{
		position: relative;
	}
	#main .slide_box{
		padding:68vh 0 0 0
	}
/* ========contents========*/
	#main #contents{
		height: 100vh;
		top: 0;
		width: 33%;
		left: calc(100% - 52%);
		overflow: auto;
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
	}
	#main #contents::-webkit-scrollbar{
		display: none;
	}	
	@keyframes i_scroll {		
		0%, 100% {
			transform: translateY(-10px);
		}
		50% {
			transform: translateY(10px);
		}
	}	
	#main #contents #i_scroll{
		display:block;
		margin-top: 30px;
		text-align: center;
		animation: i_scroll 2s ease-in-out infinite;
	}
	#main #contents .ti_contents{
		padding: 50px 50px 30px 50px;
	}
/* ===共通===*/
	#main #contents .contents_inner {
		padding: 40px 15px 60px 15px;
	}
	#main #contents .number{
		margin-bottom: 30px;
	}
	#main #contents .number img {
		width: auto;
		max-width: 40%;
	}
	#main #contents .title{
		font-size:  22px;
		padding: 20px 0;
	}
	#main #contents .box .img{
		margin: 0 auto 20px auto;
	}
	#main #contents .box .img img{
		width: 100%;
	}
	#main #contents .schedule{
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 18px;
		line-height: 1.45;		
	}
	#main #contents .time {
		margin-bottom: 20px;
		font-size: 18px;		
	}
	#main #contents .place {
		margin-bottom: 20px;
		padding: 10px;
		font-size: 18px;		
	}
	#main #contents .note {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#main #contents .schedule span{
		font-size:14px;
		line-height: 30px;
	}
	#main #contents .text{
		margin: 0 0 40px 0;
		line-height: 32px;
		font-size:16px;
	}
	#main #contents .i_detail{
		margin: 0 0 20px 0;
		font-size:24px;
		line-height: 44px;
	}
	#main #contents .i_detail span.strong{
		font-size:32px;
	}
	#main #contents .i_detail span.small{
		font-size:20px;
	}
	#main #contents .i_detail span.end{
		font-size:16px;
	}
	#main #contents p span.att{
		font-size:13px;
	}
	#main #contents .detail_txt{
		margin: 60px auto 15px auto;
		font-size:18px;
	}
	#main #contents .bt_detail {
		width: 50%;
		min-width: 200px;
		margin-top: 60px;
	}
	#main #contents .bt_detail a{
		padding: 15px 0;
		font-size: 18px;
	}
	
	#main #contents #Top{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
	}
/* ===contents01===*/
	#main #contents #contents01_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
/* ===contents02===*/
	#main #contents #contents02_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
/* ===contents03===*/
	#main #contents #contents03_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
	#main #contents #contents03 .img {
		margin-top: 40px;
	}
	#main #contents #contents03 .img + .img{
		margin-top: 20px;
	}
/* ===contents04===*/
	#main #contents #contents04_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
/* ===contents05===*/
	#main #contents #contents05_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
	#main #contents #contents05 .title {
		padding-top: 30px;
	}
	#main #contents #contents05 .bt_detail {
		margin-top: 20px;
	}
/* ===contents06===*/
	#main #contents #contents06_box{
		padding: 80px 0 0 0;
		margin: -80px 0 0 0;
		pointer-events: none;
	}
	#main #contents #contents06 .title {
		padding-bottom: 40px;
	}
	#main #contents #contents06 .block + .block {
		margin-top: 100px;
	}
	#main #contents #contents06 .category {
		margin-bottom: 40px;
		padding: 3% 15px;
		font-size: 18px;
	}
	#main #contents #contents06 .logo {
		margin-bottom: 15px;
    	padding: 0 40px;
	}
	#main #contents #contents06 .img {
		margin-bottom: 30px;
	}
	#main #contents #contents06 .place {
		margin-bottom: 20px;
	}
	#main #contents #contents06 .special {
		min-height: 100px;
		font-size: 30px;
		border-radius: 20px;
	}
	#main #contents #contents06 .special + .special {
		margin-top: 20px;
	}
	#main #contents #contents06 .special small {
		font-size: 18px;
	}
	#main #contents #contents06 .special-01 small {
		margin-right: 20px;
	}
	#main #contents #contents06 .special-02 {
		padding: 30px 20px;
	}
	#main #contents #contents06 .special-02 small {
		margin-bottom: 10px;
	}
	#main #contents #contents06 .special-03 {
		padding: 30px 20px;
	}
	#main #contents #contents06 .special-03 small {
		margin-bottom: 10px;
	}
	#main #contents #contents06 .special-04 {
		padding: 10px 20px;
	}
	#main #contents #contents06 .special-04 small {
		margin-bottom: 10px;
	}
	#main #contents #contents06 .special-04 .attention {
		margin-top: 10px;
	}
	#main #contents #contents06 .note {
		margin-top: 15px;
	}
	#main #contents #contents06 .bt_detail {
		margin-top: 30px;
	}
/* ========side_contents========*/
	#main #side_contents{
		display: block;
		top: 80px;
		/*width: 180px;*/
		width: 19%;
		right: 0;
		left: auto;
		transform:none;
		background: #FCE9F2;
		position: fixed;
		z-index: 10;
		height: 100%;
		overflow: auto;
		padding: 0 0 90px 0;
	}
	#main #side_contents .bt_close{
		display: none;
	}
	#main #side_contents .bt_side{
		border: none;
		border-radius: 0px;
		box-shadow:none;
		height: auto;
		padding: 20px;
	}
	#main .slide_box li{
		width: 224px;
		margin: 0 10px;
		padding: 10px;
	}
	#main #side_contents .bt_side li{
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#main #side_contents .bt_side li:nth-child(even){
		margin: 0 auto 20px auto;
	}
	#main #side_contents .bt_side li img{
		width: auto;
	}
	#main #side_contents .bt_side li p{
		margin-top: min(-3%, -10px);
		padding-left: min(40%, 70px);
		font-size:13px;
		line-height: 18px;
		font-weight: bold;
	}
	#main #side_contents .bt_side li small{
		display: block;
		margin-top: 0;
		padding-left: min(40%, 70px);
		font-size:11px;
		line-height: 18px;
	}
	
	
	
	
}
/*
@media screen and (min-width: 1200px) {
	#main #main_visual{
		background: url("../images/i_main_bg.png") no-repeat center top / cover #FCE9F2;
	}
}
*/


.js-fade {
	opacity: 0;
	visibility: hidden;
	transform: translateY(80px);
	transition: opacity 2s,visibility 1s, transform 2s;
}
.inview {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}







/* ========footer========*/
.annotation {
  position: relative;
  padding-top: 0;
}
.annotation__text {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
#main #contents .annotation .page__top {
  position: absolute;
  font-size: 0.8rem;
  line-height: 1;
	  top: 4rem;
	right: 1.5rem;
  cursor: pointer;
}
.annotation .page__top::before {
  content: "";
  position: absolute;
  display: block;
	  width: 2rem;
	height: 2rem;
	top: -2.6rem;
  left: 0.2rem;
  border-top: 0.1rem solid #000000;
  border-left: 0.1rem solid #000000;
  transform: rotate(45deg) translate(50%, 0);
}
.annotation__detail {
  background: #ffffff;
  max-width: 134rem;
  padding: 1.9rem 2.5rem 5.3rem;
}
.annotation__detail .detail__text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.annotation__detail .detail__text:last-child {
  font-weight: 700;
}
.annotation__detail .detail__text:nth-last-child(n+2) {
  margin-bottom: 1.8rem;
}
.annotation__detail .detail__text > a {
  display: inline;
  border-bottom: 0.1rem solid #0080c4;
}




.footer {
  font-family: "Roboto", sans-serif;
}
.footer__head {
  padding: 25px 25px 40px;
}
.footer__nav {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 15px;
}
.footer__nav li {
  padding-bottom: 10px;
	list-style: none;
}
.footer__nav li a {
  color: #000;
  text-decoration: none;
}

.footer__sns img {
  width: 43px !important;
  height: 43px !important;
}
.footer__sns dt {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 10px;
  letter-spacing: 0.25rem;
  font-weight: normal;
}
.footer__sns dd {
  float: left;
  width: 40px;
}
.footer__sns dd:nth-of-type(2) {
  margin-left: 10px;
}
.footer__body ul {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.footer__body ul li:nth-of-type(odd) {
  border-right: 1px solid #ccc;
}

.footer__body ul li img {
  /*max-height: 44px;*/
}

.footer__body ul li a {
  display: block;
  width: 100%;
}
.footer__body ul li a {
	padding: 10px 20px;
  }
.footer__body ul li.num_04 img {
	max-width: 85%;
  }
.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}
.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}

.footer__foot .links {
  padding: 0 25px 0px;
}

.footer__foot .links ul {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__foot .links li {
  float: left;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.footer__foot .links li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: #c1c1c1;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #606060;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type a:after {
  display: none;
}

.footer__foot .links li:nth-of-type(2) a:after {
  display: none;
}
.footer__foot .copyright {
  font-size: 1rem;
  padding: 0px 0 25px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  color: #606060;
}
#main #contents p.footer__logo {
  max-width: 300px;
  margin: 30px auto 20px;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 98;
  min-width: 320px;
}
.fixed:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
}

.fixed:after {
  position: absolute;
  bottom: 0;
}
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.footer img{
max-width: 100%;
	height: auto;
	margin: 0 auto;}

.footer {
  background: #ffffff;
  max-width: 100%;
}
.footer__inner {
  max-width: 142rem;
  margin: 0 auto;
}
.footer__inner .footer__head {
  max-width: 142rem;
}
.footer__inner .footer__body {
  max-width: 142rem;
}
.footer__inner .footer__body ul {
  justify-content: space-between;
  max-width: 134rem;
}
.footer__inner .footer__foot {
  max-width: 142rem;
}






.footer__nav{
	font-size:0.8rem;
	letter-spacing: 0;
}
.footer__nav li{
	padding: 0 30px 10px;
}
.footer__foot .links li{
	font-size:0.8rem;
}
.footer__foot{
	padding: 0 30px;
}
.footer__foot .copyright{
	font-size:0.7rem;
}


