/* global */
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↓2017.02.14追加*/
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↑2017.02.14追加*/
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	line-height: 1.75;
	font-weight: normal;
	background-color: #d9dadb;
	color: #000;


	min-height: 100%;
	display: flex;
	flex-direction: column;

}
h1, h2, h3, h4, h5, h6, figure, p, ul {
	margin: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	/* color: #fff; */
	/*color: #000;*/
}
img {
	max-width: 80%;
}
iframe,
img {
	vertical-align: top;
}
[v-cloak] {
	display: none;
}
.clr:after,
.list-float:after {
	content: '';
	display: block;
	clear: both;
}
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}
.list-float li {
	float: left;
}
.container {
	max-width: 1280px;
	/*padding-left: 7px;*/
	/*padding-right: 7px;*/
	margin-left: auto;
	margin-right: auto;
}
.container2 {
	max-width: 960px;
	margin-left: 84px;
	margin-top: 25px;
}
.btn {
	padding: 0;
	border: 0;
	outline: none;
	border-radius: 0;
}
.red {
	color: #DD0E0E;
}
.blue a {
	color: #0479BA;
}
.blue a span {
	text-decoration: underline;
}
.blue a:hover {
	color: #07526D;
}
.blue a:hover span {
	text-decoration: none;
	color: #07526D;
}
.header {
	/*height: 100%;*/
	height: auto;
	/*border-bottom: 10px solid #fff;*/
	position: relative;
	/*background-image: url(./top_img_BG.jpg);*/
	background-size:cover;

}
.logo {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	height: 450px;
	max-height: 100%;
}
.navbar .nav {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
}
.navbar .nav li {
	letter-spacing: normal;
}
.navbar .nav a {
	display: block;
	padding: 31px 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.navbar .nav a[disable] {
	color: #505050;
	pointer-events: none;
}
.navbar .nav a:hover {
	/*color: #fff;*/
	color: #000;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
	/*background-color: #fff;*/
	color: #000;
}

.connect {
	position: absolute;
	right: 55px;
	bottom: 37px;
	z-index: 100;
}
.connect li + li {
	margin-top: 15px;
}
.connect .btn {
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../img/connect.png') left top no-repeat;
	background-size: 42px auto;
}
.connect .btn-fb {
	background-position: left bottom;
}
.connect .btn:hover {
	background-position-x: right;
}

#main {
	flex: 1;
}
.section {
	/*padding-top: 85px;*/
	/*padding-bottom: 110px;*/
}
.section-title {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	/*margin-bottom: 60px;*/
	margin-left: 20px;
	text-align: center;
	margin-top: 30px;
}
.section01 {
	/*padding-bottom: 13px;*/
}
.section01 .section-body {
	/*border-bottom: 10px solid #fff;*/
	/*padding-bottom: 31px;*/
}
.news-list {
	padding-top: 7px;
}
.news-item {
	border-bottom: 1px solid #323232;
	padding-bottom: 20px;
	padding-top: 20px;
}
.news-header {
	margin: 20px 0;
}
.news-header .label {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.4;
	background-color: #DD0E0E;
	padding: 0 3px;
}
.news-header .title {
	font-size: 22px;
}
.news-header .date {
	font-size: 12px;
	color: #969696;
	display: block;
}
.news-body .brief {
	font-size: 14px;
}
.news-body .brief p{
	margin-bottom: 1em;
}
.news-body .btn-detail {
	font-size: 11px;
	line-height: 1.5;
	text-decoration: underline;
	color: #000;
	background-color: #fff;
	padding: 0 10px;
}
.news-body .btn-detail:hover {
	background-color: #aaa;
}
.schedule-body .list-unstyled:after {
	content: '';
	display: block;
	clear: both;
}
.schedule {
	margin-bottom: 98px;
}
.schedule-header {
	margin-bottom: 34px;
}
.schedule-title {
	font-size: 24px;
	letter-spacing: 0.14em;
	position: relative;
	padding-left: 27px;
	font-weight: bold;
}
.schedule-title:before {
	content: '';
	width: 10px;
	height: 28px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}
.schedule .item {
	margin-bottom: 12px;
}
.schedule .item time {
	display: block;
}
.schedule .item .date {
	margin-right: 10px;
	font-weight: bold;
}
.schedule .item .time {
	font-size: 14px;
}
.schedule .item .title {
	font-weight: bold;
}
.schedule-footer {
	font-size: 12px;
	color: #969696;
	border-top: 1px solid #323232;
	padding-top: 8px;
	padding-left: 13px;
}
.schedule-footer a {
	color: #969696;
	text-decoration: underline;
}
.schedule-footer a:hover,
.schedule-footer a:focus {
	color: #969696;
	text-decoration: none;
}
.notes {
	font-size: 12px;
	color: #969696;
}
.block {
	/*margin-bottom: 194px;*/
}
.block-header {
	/*margin-bottom: 54px;*/
}
.block-title {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	background-color: #ffffff;
	padding: 1px 24px 1px 26px;
}
.block-title small {
	font-size: 10px;
}
#ticket .section-title {
	margin-bottom: 23px;
}
.ticket-fee {
	margin-bottom: 55px;
	text-align: center;
}
.ticket-fee .list-float li {
	width: 25%;
	position: relative;
}
.ticket-fee .list-float li .type {
	display: block;
	font-size: 18px;
}
.ticket-fee .list-float li .price {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-top: -5px;
}
.ticket-fee .list-float li:before,
.ticket-fee .list-float li:last-child:after {
	content: '';
	display: block;
	width: 1px;
	height: 33px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
}
.ticket-fee .list-float li:last-child:after {
	left: auto;
	right: 0;
}
.ticket-fee .notes {
	margin-top: 29px;
}
.ticket-fee .notes li {
	display: block;
}
.ticket-list {
	/*margin-bottom: 126px;*/
}
.ticket-list li {
	position: relative;
	padding: 3px;
	/* margin-bottom: 3px; */
	text-align: center;
	margin-top: -10px;
}
.ticket-list .title {
	font-size: 24px;
	margin-bottom: 9px;
}
.ticket-list .title:before {
	content: '';
	width: 15px;
	height: 30px;
	/*background-color: #fff;*/
	position: absolute;
	left: 0;
	top: 6px;
}
.ticket-list .notes li {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
.ticket-list .warning {
	font-size: 12px;
	/*margin-top: 43px;*/
	/*margin-bottom: 31px;*/
}
.ticket-list .warning .banner {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	/*background-color: #098409;*/
	/*border: 1px solid #3DC416;*/
	/*background-color: #777777;*/
	/*border: 1px solid #000000;*/
	border-radius: 2px;
	padding: 15px 18px 13px 20px;
	/*margin-right: 69px;*/
	/*margin-bottom: 8px;*/
}
/*.ticket-list .warning .banner:before {*/
/*	content: '';*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	zoom: 1; !* Fix for IE7 *!*/
/*	*display: inline; !* Fix for IE7 *!*/
/*	width: 23px;*/
/*	height: 23px;*/
/*	border-radius: 50%;*/
/*	border: 2px solid #fff;*/
/*	margin-right: 12px;*/
/*}*/
.ticket-list .warning .banner:hover {
	/*background-color: #075607;*/
	/*border-color: #318C13;*/
	/*background-color: #808080;*/
	/*border-color: #808080;*/
	/*color: #C8C8C8;*/
}
.ticket-list .warning .banner:hover:before {
	border-color: #C8C8C8;
}

.ticket-list .warning .banner_close {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	background-color: #333;
	border: 1px solid #666;
	color: #666;
	border-radius: 2px;
	padding: 15px 35px 13px 35px;
	margin-right: 69px;
	margin-bottom: 8px;
}


.ticket-list .warning .content {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-top: 4px;
}
.ticket-list .warning .content .blue {
	font-size: 12px;
}
.ticket-list > li > .notes {
	line-height: 19px;
}
#news-first-scroll {
	/*padding-top: 40px;*/
}
.ticket-notes {
	background-color: #1e1e1e;
	font-size: 14px;
	padding: 15px 0 11px 0;
	margin-bottom: 113px;
}
.ticket-notes li {
	margin-bottom: 4px;
}
.ticket-notes li label {
	display: block;
	width: 118px;
}
.ticket-notes li span {
	display: block;
	overflow: hidden;
}
.ticket-info {
	border: 1px solid #ffffff;
	background-color: #1e1e1e;
	font-size: 14px;
	text-align: center;
	padding: 4px;
}
.ticket-info li label {
	margin-right: 10px;
}
.ticket-info li + li {
	margin-left: 21px;
}
.ticket-additional {
	font-size: 14px;
	margin-top: -22px;
}
.ticket-additional >.list-unstyled >li {
	border-top: 1px solid #646464;
	padding: 24px 0 20px;
}
.ticket-additional >.list-unstyled >li:last-child {
	border-bottom: 1px solid #646464;
}
.ticket-additional-label {
	display: block;
}
.ticket-additional-content {
	display: block;
	overflow: hidden;
}
.ticket-additional-content p + p {
	margin-top: 4px;
}
.ticket-additional-content p {
	margin-bottom: 1em;
}
.kidseat:last-child {
	margin-bottom: 7px;
}
.kidseat + .kidseat {
	margin-top: 24px;
}
.kidseat-title {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.kidseat-title img {
	position: absolute;
	left: 0;
	top: 2px;
	height: 18px;
}
.kidseat:first-child .kidseat-title img {
	left: 2px;
}
.kidseat-list {
	background-color: #1e1e1e;
	padding: 18px;
	margin-bottom: 10px;
}
.kidseat-list li + li {
	margin-top: 4px;
}
#footer {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #d9dadb;
	text-align: center;
	padding: 21px 0;
	/*position: relative;*/
	margin-top: 50px;
	color: #4a4a4a;
}
.site-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}
.site-address {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 13px;
}
.social {
	line-height: 0;
}
.social .fb-like > span {
	vertical-align: top !important;
}
.site-copyright {
	font-size: 10px;
	color: #777;
}
.site-copyright a img {
	margin-top: 2px;
	height: 11px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

/*access page - subpage*/
.blue {
	color: #2797dd;
}
.subpage .logo {
	position: static;
	width: auto;
}
.subpage .logo img {
	margin-top: 0;
}
.subpage .header {
	height: auto;
}

.section#access {
	padding-top: 50px;
	padding-bottom: 234px;
}

.access-location-list span {
	display: block;
}
.access-link {
	display: block;
	padding-right: 30px;
	padding-left: 23px;
	position: relative;
	margin-bottom: 27px;
	cursor: pointer;
}
.access-link:before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 42px;
	top: 50%;
	left: 0;
	margin-top: -18px;
	background-color: #ffffff;
	opacity: 0;
}
.access-link:hover:before,
.access-link.active:before {
	opacity: 1;
}
.access-link .name {
	font-size: 18px;
	font-weight: bold;
}
.access-link .note {
	font-size: 14px;
	line-height: 17px;
	color: #646464;
}
.access-link.active .note {
	color: #fff;
}
.access-link.disable {
	pointer-events: none;
	color: #646464;
}
.access-main-info h4 {
	margin-bottom: 101px;
}
.access-main-info figure {
	margin-bottom: 33px;
}
.vehicles-info {
	font-size: 14px;
	border-top: 1px solid #646464;
}
.vehicles-info li {
	border-bottom: 1px solid #646464;
	padding: 24px 0 19px;
}
.vehicles-info label {
	display: block;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.subpage .header .container:after {
		content: '';
		display: block;
		clear: both;
	}
	.subpage .logo {
		float: left;
		display: block;
	}
	.subpage .logo img {
		width: 155px;
		height: 99px;
	}

	.subpage .navbar {
		position: static;
		float: right;
		padding: 7px 0 6px;
		width: auto;
	}
	.subpage .navbar .nav {
		text-align: right;
		font-size: 12px;
		position: relative;
		left: 14px;
	}
	.subpage .navbar .nav a {
		padding: 34px 13px 31px;
	} 
	.access-inner:after {
		content: '';
		display: block;
		clear: both;
	}
	.access-location-list {
		padding-top: 3px;
		float: left;
		width: 230px;
	}
	.access-main-info {
		float: right;
		width: calc(100% - 230px);
	}
	.access-main-info h3,
	.access-main-info h4 {
		font-size: 24px;
		letter-spacing: 0.14em;
	}
	.vehicles-info label {
		float: left;
		width: 168px;
		padding-left: 13px;
	}
	.vehicles-info .content {
		overflow: hidden;
	}
	.vehicles-info .content p {
		margin-bottom: 4px;
	}
}
@media (max-width: 1140px) and (min-width: 768px) {
	.subpage .navbar {
		padding-right: 85px;
	}
}
@media (max-width: 767px) {
	.subpage .header {
		border-bottom-width: 10px
	}
	.subpage .logo {
		position: static;
	}
	.subpage .logo img {
		width: 211px;
		height: 140px;
	}
	.section#access {
		padding-top: 91px;
		padding-bottom: 164px;
	}
	.access-location-select:after {
		content: '';
		display: block;
		clear: both;
	}
	.access-location-select {
		margin-bottom: 62px;
	}
	.access-location-select h2 {
		font-size: 55px;
		line-height: 63px;
		float: left;
		font-family: 'Roboto', sans-serif;
	}
	.access-location-select-wrap {
		display: block;
		float: right;
		position: relative;
		left: 17px;
	}
	.access-location-select-wrap select {
		display: block;
		min-width: 240px;
		height: 63px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: none;
		border-radius: 0;
		background-color: #fff;
		background-image: url('../img/select_angle.png');
		background-repeat: no-repeat;
		background-position: right 24px top 24px;
		padding-left: 34px;
		padding-right: 50px;
		font-size: 30px;
		text-overflow: "";
		text-indent: 0.01px;
	}
	.access-location-select-wrap select::-ms-expand{
	    display: none;
	}
	.access-main-info h3, 
	.access-main-info h4 {
		font-size: 35px;
	}
	.access-main-info h3 {
		margin-bottom: -5px;
	}
	.access-main-info h4 {
		margin-bottom: 36px;
	}
	.access-main-info figure {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 53px;
	}
	.vehicles-info {
		font-size: 22px;
		border-top-color: #323232
	}
	.vehicles-info li {
		padding: 19px 20px 14px 29px;
		border-bottom-color: #323232;
	}
	.vehicles-info label {
		margin-bottom: 3px;
		text-indent: -14px;
	}
	.vehicles-info .line {
		border-top: 1px solid #323232;
		margin-left: -30px;
		margin-right: -30px;
	}
}

.sp_layout{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/*padding: 0px 80px;*/
}
.sp_layout02{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/*padding: 0px 80px;*/
}
.subtitle{
	display: flex;
	padding-top: 65px;
}

@media (max-width: 749px) {
	.subtitle{
		display: flex;
		padding-top: 85px;
	}
	.sp_layout{
		display: inherit;
		/*justify-content: center;*/
		/*align-items: flex-start;*/
		/*padding: 0px 80px;*/
		padding: 0 12px;
	}
	.sp_layout02{
		display: none;
	}
	.sp_layout .link{
		display: block;
	}

	.header {
		/*height: 50%;*/
	}

	#footer {
		margin-top: 1px;
	}

	.subpage .header {
		border-bottom-width: 5px;
	}
	.subpage .logo img {
		width: 105.5px;
		height: 70px;
	}
	.section#access {
		padding-top: 45px;
		padding-bottom: 82px;
	}
	.access-location-select-wrap {
		left: 8.5px;
	}
	.access-location-select {
		margin-bottom: 31px;
	}
	.access-location-select h2 {
		font-size: 27.5px;
		line-height: 31.5px;
	}
	.access-location-select-wrap select {
		min-width: 120px;
		height: 31.5px;
		-webkit-background-size: 19px;
		background-size: 19px;
		background-position: right 12px top 12px;
		padding-left: 17px;
		padding-right: 25px;
		font-size: 15px;
	}
	.access-main-info h3, 
	.access-main-info h4 {
		font-size: 17.5px;
	}
	.access-main-info h3 {
		margin-bottom: -2.5px;
	}
	.access-main-info h4 {
		margin-bottom: 18px;
	}
	.access-main-info figure {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 26.5px;
	}
	.vehicles-info {
		font-size: 11px;
	}
	.vehicles-info li {
		padding: 9.5px 10px 7px 14.5px;
	}
	.vehicles-info label {
		margin-bottom: 1.5px;
		text-indent: -7px;
	}
	.vehicles-info .line {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.main-img {
	text-align: center;
}
.main-img img {
	width: 100%;
	/*border: 1px gray solid;*/
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.main-img img {
		width: 100%;
	}
}

@media screen and (max-width: 749px) {
	.container2 {
		margin-left: 0px;
		/*margin-bottom: -25px;*/
		margin-top: 15px;
	}
	.section-title {
		font-size: 24px;
		/* margin-bottom: 29px; */
		margin-left: 25px;
		margin-top:20px;
	}
}

.main-text {
	z-index: 9999;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ticket-list li {
        padding-left: 0 !important;
	}
	.section-title {
		margin-left: 0 !important;
	}
}

@media (min-width: 768px) {
	.main-text {
		margin-top: 100px;
	}
}
/* -- access page - subpage*/

.layout {
	/*margin-top: 50px;*/
	background-color: #d9dadb;
	padding: 10px;
	border-radius: 5px;
	/*border: 1px solid #c4cbd5;*/
}

@media screen and (max-width: 767px) {
	.layout {
        margin-left: 10px;
		margin-right: 10px;
    }
}

.layout-title {
	padding-left: 20px;
}

#border {
	background: linear-gradient(transparent 70%, #24f5cc 0%);
	padding-right: 10px;
	padding-left: 10px;
}

.sp_layout section{
	flex: 1;
}
.sp_layout02 section{
	flex: 1;
}
.sp_layout .link{
	display: none;
}
#mainvisual {
	height: 500px;
}
@media (max-width: 749px) {
	.sp_layout .link {
		display: block;
	}
	#mainvisual {
		height: 325px;
	}
}

.c-footer__inner:before {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
	width: 100%;
	background-color: #d9d3ca;
	inset: 0 0 auto 0;
}

.m-info {
	margin: 80px 5% 0;
}
.m-info p {
	color:black;
	font-size: 18px; 
	font-weight : bold;
	text-align: left;
	margin-top: 30px;
	border: solid;
    border-width: 0 0 1px 0;
	margin-bottom: 10px;
}

section::before {
	content:'';
	display: block;
	padding-top: 40px;
	margin-top: -40px;
  }

.c-header {
    background-color: #d9dadb70!important;
    
}  

.c-header__toggleBtn {
    background-color: #d9dadb80!important;
}
    
.link_info {
    margin: 12px 0;
    letter-spacing: 0.04em;
} 

@media (max-width: 749px) {
	.ticket-list .warning .banner {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		border-radius: 2px;
		padding: 0 0 12px 0;
	}
	img {
		max-width: 100%;
	}
	.ticket-list li {
		margin-top: -5px;
	}
	.c-header__toggleBtn {
		right: 0rem!important;
		
	}
	.m-info {
		margin: 0 ;
		padding:0 12px;
	}
	.m-info p {
		font-size: 15px; 
	}
}


.c-footer__inner {
    padding: 1.16rem 0.5rem!important;
   }
