@charset "utf-8";

html {
	font-size: 62.5%;
	height: 100%;

}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #120300;
	color: #bababa;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.4;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		letter-spacing: .12em;
	}
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	display: block;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:hover {
	color: #bababa;
}
.col-md-12 {
	padding: 0;
	position: relative;
}
.headding {
	color: #ddd;
	line-height: 1.6;
}
.headding small {
	color: #ddd;
	line-height: 1.2;
}
.headding-lg {
	margin-top: 50px;
	font-size: 2.6rem;
	font-size: 26px;
}

@media (max-width: 768px) {
	.headding-lg {
	font-size: 2.2rem;
	font-size: 22px;
	}
}

.headding-lg small {
	font-size: 1.8rem;
	font-size: 18px;
}
.headding-md {
	font-size: 2.2rem;
	font-size: 22px;
}
.headding-sm {
	font-size: 1.8rem;
	font-size: 18px;
}
.headding-xs {
	font-size: 1.6rem;
	font-size: 16px;
}
.sectioning > * + * {
	margin-top: 30px;
}
.thumbnail {
	padding: 0;
	border-radius: 0;
}
.btn-default {
	width: 100%;
	background-color: #ddd;
	border-radius: 0;
	border: none;
	font-size: 1.8rem;
	font-size: 18px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	transition-duration:.3s;
}

.btn-default:hover {
	background: #fff;
	color: #000;
}

.noteMark {
	position: relative;
	display: inline-block;
	padding-left: 2rem;
}
.noteMark:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.lineSub {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 20px
}

@media (min-width: 768px) {
	.headding-lg {
		margin-top: 40px;
	}
	.btn-default {
		width: auto;
	}
	.btn-lg {
		padding: 12px 40px;
	}
}

main {
	position: relative;
	margin-bottom: 70px;
}

.lodgingBtn {
	margin-top: 4em;
}

/*----------------------------------------------------------
	Header
----------------------------------------------------------*/
header {
	position: relative;
	z-index: 1000;
	width: 100%;
	padding: 10px;
	background-color: #fff;
}
.headerLogo {
	float: left;
	margin: 0;
	width: 160px;
}
.headerLogo a {
	display: block;
}
.headerRoom {
	background-color: transparent;
	padding: 5px 10px;
}
.headerLogoRoom a {
	border: 1px solid #cbcbcb;
	width: 108px;
}

@media (min-width: 768px) {
	header {
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;
	}
	.headerLogo {
		width: 189px;
	}
	.headerLogoRoom a {
		padding: 5px;
		width: 311px;
		border: 2px solid #000;
	}
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	margin-right: -270px;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,0.85);
	backface-visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #bdbdbd;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.sidebar-nav .headding {
	text-indent: 15px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #333;
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: normal;
}
.sidebar-nav li {
	text-indent: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-top a:after {
	display: none;
}
.sidebar-nav li a {
	color: #333;
	display: block;
	padding: 20px 0;
	font-size: 2.0rem;
	font-size: 20px;
	position: relative;

	transition-duration:.3s;
}
.sidebar-nav li a:after {
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -29px;
	font-family: FontAwesome;
	color: #333;
	font-size: 4.0rem;
	font-size: 40px;
}
.sidebar-nav li a:hover {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	letter-spacing: .1em;
	background: rgba(255,255,255,.8);

}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	color: #333;
}

#menu-toggle {
	z-index: 1;
	position: fixed;
	top: 10px;
	right: 10px;
	box-shadow: none;
	width: 45px;
	height: 45px;
/* 	line-height: 45px; */
	background: rgba(255,255,255,.85);
/* 	opacity: 0.8; */
	border-radius: 0;
	color: #000;
	font-size: 2.0rem;
	font-size: 20px;
	text-align: center;
	transition-duration:.3s;
}

#menu-toggle span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 1px;
}

#menu-toggle i {
	padding-top: 5px;
}

@media (min-width: 992px) {
  #menu-toggle {
    width: 50px;
	height: 50px;
  }
  #menu-toggle i {
	padding-top: 8px;
}
}



#menu-close {
	float: right;
	box-shadow: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color:#fff;
/* 	opacity: 0.8; */
	border-radius: 0;
	color: #333;
	font-size: 2.0rem;
	font-size: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	position: relative;
	z-index: 100;
	border: 1px solid #999;
}
#menu-toggle:hover,
#menu-close:hover {
	opacity: 0.7;
}
#menu-toggle i,
#menu-close i {
	vertical-align: 1px;
}
#sidebar-wrapper.active {
	right: 270px;
	width: 270px;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
	#menu-toggle {
/* 		opacity: 0.6; */
	}
	#menu-close {
/* 		opacity: 0.6; */
	}
}
/*----------------------------------------------------------
	Top
----------------------------------------------------------*/
@media (min-width: 768px) {
  .specialFavor .container {
    width: 750px;
  }

  .img-responsive {
	  width: 100%;
  }
}
@media (min-width: 992px) {
  .specialFavor .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .specialFavor .container {
    width: 1000px;
  }
}
.jumbotron {
	margin-bottom: 0;
}
.jumbotron h1 {
	margin-top: 0;
}
.specialFavor .col-md-4 + .col-md-4,
.specialFavor .row + .row {
	margin-top: 30px;
}
.specialFavor h1 {
	margin-bottom: 40px;
}
.topMvWrapper {
	position: relative;
	height: 365px !important;
}
.topMvLogo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 146px;
	z-index: 1;
}
/*.sm-slider {
	position: relative !important;
	overflow: hidden;
	list-style: none;
	height: 365px !important;
}*/
.mvCopy {
	margin-top: 30px;
	padding: 0 10px 30px;
	color: #ddd;
	font-size: 1.8rem;
	font-size: 18px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
@media (min-width: 768px) {
	.specialFavor .col-md-4 + .col-md-4 {
		margin-top: 0;
	}
	.specialFavor .row + .row {
		margin-top: 40px;
	}
	.topMvLogo {
		width: 479px;
		height: 234px;
	}
	.topMvWrapper {
		height: 465px !important;
	}
	.mvCopy {
		font-size: 2.4rem;
		font-size: 24px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.topMvWrapper {
		height: 625px !important;
	}
}

.sm-slider li p {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #000;
	font-size: 1.4rem;
	font-size: 14px;
}


/* room */
.roomDetail .container {
	padding: 0;
}
.roomList {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-top: 80px;
	margin-bottom: 70px;
}

.room img {
	opacity: .8;
	transition-duration:.3s;
}

.room img:hover {
	opacity: 1;
}

.roomList .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.col-md-6.roomListImg {
	padding: 0;
}
.roomListDetail h2 {
	margin-top: 0;
}
.roomBtn {
	margin-bottom: 0;
}
.roomBtn a {
	width: 100%;
}
@media (min-width: 992px) {
	.roomBtn {
		text-align: right;
	}
	.roomBtn a {
		width: auto;
	}
}

.roomSpec dt {
	width: 5em;
	float: left;
	font-weight: normal;
	padding: .3em 0;
	color: #989898;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.roomSpec dd {
	margin-left: 5em;
	padding: .3em 0;
	color: #dcdcdc;
}
.room {
	padding: 0;
}
.room img {
	width: 100%;
}
@media (min-width: 992px) {
	.room-right {
		float: right;
	}
}
.roomListDetail {
	padding: 30px 15px;
	font-size: 1.4rem;
	font-size: 14px;
}
.roomListDetail p {
	color: #ccc;
}
@media (min-width: 992px) {
	.roomListDetail {
		display: table;
		padding: 0 60px;
		height: 100%;
	}
	.roomListDetail-inner {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
}
.roomListDetail h2 {
	color: #ddd;
}
.roomListDetail h2 small {
	font-size: 1.6rem;
	font-size: 16px;
	margin-bottom: 20px;
}
.roomThumbnail p {
	font-size: 1.6rem;
	font-size: 16px;
	color: #ccc;
}

.roomThumbnail .col-md-4 img{
	margin-bottom: 1rem;
}

/*
.feature h3 {
	margin-top: 6rem;
}
*/

@media (min-width: 992px) {
	.roomThumbnail .headding {
		margin-top: 0;
	}

	.feature h3 {
	margin-top: 6rem;
}
}


/*----------------------------------------------------------
	Room
----------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.slide {
	margin-bottom: 20px;
}
.carousel-indicators {
	position: static;
	margin: 10px auto 0;
	width: 100%;
	text-align: left;
}
.carousel-indicators li {
	float: left;
	display: block;
	width: 33%;
	height: auto;
	border-radius: 0;
	margin: 10px 0 0;
	opacity: 0.5;
	border: none;
	overflow: hidden;
	padding: 0 5px;
	transition-duration:.3s;
}

.carousel-indicators li:hover {
	opacity: 1;
}
.carousel-indicators li.active {
	width: 33%;
	height: auto;
	margin: 10px 0 0;
	opacity: 1;
	background-color: transparent;
	position: relative;
}
.carousel-indicators li.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 91%;
	height: 100%;
	border: 2px solid #fff;
}

.carousel-caption {
	padding: 20px 20px 0;
	position: static;
	width: 100%;
	text-align: right;
	font-size: 1.4rem;
	font-size: 14px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
	letter-spacing: .02em;
/* 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
}
.carousel-caption * {
	margin: 0;
}
@media (min-width: 400px) {
	.carousel-indicators li {
		display: inline-block;
		width: 110px;
	}
	.carousel-indicators li.active {
		width: 110px;
	}
}
@media (min-width: 768px) {
	.carousel-caption {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 10px;
/*
		font-size: 2.2rem;
		font-size: 22px;
*/
/* 		background-color: rgba(0,0,0,0.5); */
	}
	.carousel-caption p {
		max-width: 1140px;
		margin: 0 auto;
	}
}
.pageName {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.2);
}
/*.pageName .headding-lg {
	margin-top: 20px;
}*/
.pageName > * {
	width: 100%;
}
.pageName .headding {
	color: #eee;
}
.pageName p {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.roomDetail {
	margin-top: 40px;
}
.pageName-inner {
	font-size: 2.8rem;
	font-size: 28px;
}
.pageName-inner small {
	font-size: 1.4rem;
	font-size: 14px;
	color: #bbb;
}
.pageNameSub > * {
	margin: 0;
}
.pageNameSub p {
	color: #ccc;
}

.pageNameSub h2 {
	margin-bottom: .6em;
}

.pageNameSub h2 + p {
	margin-bottom: 4rem;
}

.pageNameSub h3 {
	font-size: 20px;
	font-size: 2rem;
	color: #ddd;
	padding-left: 10px;
	margin-bottom: .6em;
}

.pageNameSub h3:before {
	content: '';
	width: 8px;
	height: 3px;
/* 	border-radius: 100%; */
	background: #ddd;
	position: relative;
	left: -10px;
	top: -5px;
	display: inline-block;
}

.pageNameSub h3 + p {
/* 	margin-left: 1.8rem; */
	margin-bottom: .6em;
}

@media (min-width: 768px) {
	.pageName {
		padding: 40px 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.pageName h1 {
		float: left;
		width: 48%;
		line-height: 2;
	}

	.pageNameSub {
		float: left;
		width: 52%;
		line-height: 2;
	}
	.pageName-inner {
		position: relative;
		display: inline-block;
	}
	.pageName h1 {
		margin: 0;
	}
	.pageName-inner:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: -41px;
		left: 0;
		border-top: 1px solid #fff;
	}
	.roomDetail .container {
		width: 550px;
	}
}
@media (min-width: 992px) {
	.roomDetail .container {
		width: 800px;
		padding: 0;
	}
}

.roomTable {
	margin-top: 20px;
	padding-top: 30px;
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.roomTable tr:first-child th,
.roomTable tr:first-child td {
	padding-top: 30px;
}
.roomTable tr:last-child th,
.roomTable tr:last-child td {
	padding-bottom: 30px;
}
.roomTable th {
	width: 120px;
	padding: 10px 0;
	color: #999;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.roomTable td {
	padding: 10px 0;
	color: #ccc;
}
@media (min-width: 992px) {
	.roomTable th {
		width: 200px;
		text-align: right;
		padding: 10px 20px;
	}
	.roomTable td {
		padding: 10px 20px;
	}
}
.feature .headding {
	color: #eee;
}

.feature li {
	list-style: disc;
	margin-left: 1em;
}






.nav-tabs {
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.nav-tabs li {
/* 	margin-bottom: -2px; */
}

.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

.nav-tabs > li > a {
  margin-right: 12px;
  line-height: 1.42857143;
/*   border: 2px solid #000; */
	border: none;
	border-radius:0;
	color: #999;
	background: rgba(18, 3, 0,.2);

	border: 2px solid;
	border-bottom: 2px solid #ccc;
	border-bottom: none;
}

@media (max-width: 768px) {
	.nav-tabs > li > a {
		 margin-right: 2px;
		 font-size: 10px;
		 padding: 14px;
	}

	.nav-tabs {
		text-align: center;
	}

	.nav-tabs > li {
		width: 30%;
		text-align: center;
		display: inline-block;
		float: none;
	}
}

.nav-tabs > li > a:hover {
/*   border-color: red #eee #ccc; */
	background: none;

	border: 2px solid #ccc;
	border-bottom: none;
	color: #ccc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ccc;
  cursor: default;
  background: #120300;
  border: 2px solid #ccc;
  border-bottom: 2px solid #000;
/*   border-bottom: none; */
}



/*----------------------------------------------------------
	Footer
----------------------------------------------------------*/
footer {
	margin-top: 100px;
	margin-bottom: -20px;
}

footer .container {
	width: 100%;
	padding: 0;
}
footer .row {
	margin: 0;
}
.footerBottomLogo {
	display: inline-block;
}
.concierge {
	color: #ebebeb;
	padding: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.concierge h3 {
	text-align: center;
	margin: 0;
	line-height: 1;
	font-size: 1.8rem;
	font-size: 18px;
/* 	background-image: url(../images/bg_concierge_sp.png); */
/*
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color:#120300;
*/

	background: url(/premiumroom/images/bg_concierge_pc_l.png)left center no-repeat,
				url(/premiumroom/images/bg_concierge_pc_r.png)right center no-repeat;
	background-size: contain;
	background-color: #120300;
	padding: 35px 0;
	letter-spacing: normal;
}
.concierge h3 small {
	display: inline-block;
	color: #dcdcdc;
}

.conciergeDetail {
	margin-top: 30px;
	text-align: center;
}
.conciergeDetail p {
	font-size: 1.8rem;
	font-size: 18px;
}
.conciergeDetail dl {
	margin-top: 20px;
	margin-bottom: 0;
}





/*
@media (min-width: 768px) {
	.concierge h3 {
		font-size: 2.4rem;
		font-size: 24px;
		background-image: url(../images/bg_concierge_sp.png);
		background-size: 50%;
		padding: 50px 0;
	}
}
*/

@media (min-width: 992px) {
	.concierge {
		padding: 40px 50px;
		max-width: 800px;
		margin: 0 auto;
		border: 1px solid rgba(255,255,255,0.2);
	}
	.concierge h3 {
		display: table;
		margin: -90px auto 20px;
		vertical-align: middle;
		padding: 35px 65px;
		font-size: 2.8rem;
		font-size: 28px;

	}
	.conciergeDetail {
		margin-top: 0;
	}

	.concierge br {
		display: block;
	}

}

/*
.conciergeDetail dl {
	text-align: left;
	width: 50%;
	float: left;
}
*/

.conciergeDetail dl + dl {
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: 50px;
}

.conciergeDetail span {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	display: inline-block;
}


@media (max-width: 768px) {
	footer {
	margin-top: 0px;
	}
	.conciergeDetail dl {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 20px;
	}
	.conciergeDetail span {
		text-decoration: underline;
		color: #ebebeb;
	}

	.conciergeDetail p br {
		display: none;
	}

	.conciergeDetail dl + dl {
	border-left: none;
	padding-left: 0px;
	}

	.conciergeDetail {
		text-align: left;
	}
}





.footerLinks {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footerLinks ul {
	padding: 0 20px;
	position: relative;
	margin: 0;
	letter-spacing: -.57rem;
}
.footerLinks h3 {
	position: relative;
	padding-left: 20px;
	margin: 0;
	color: #ddd;
}
.footerLinks h3:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 3px;
	background-color: #bababa;
}
.footerLinks li {
	display: inline-block;
	margin-top: 15px;
	width: 50%;
	font-size: 1.4em;
	font-size: 14px;
	vertical-align: top;
	letter-spacing: normal;
}
.footerLinks a {
	color: #aaa;
}

.footerLinks a:hover {
	color: #ddd;
}

.footerLinks section {
	padding: 30px 0;
}
.footerLinks section + section {
	border-top: 1px solid rgba(255,255,255,0.2);
}
@media (min-width: 992px) {
	.footerLinks {
		margin-top: 70px;
	}
	footer .container {
		max-width: 1100px;
		padding: 0;
		display: table;
		width: 100%;
	}
	.footerLinks section:first-child {
		border-left: 1px solid rgba(255,255,255,0.2);
	}
	.footerLinks section {
		display: table-cell;
		padding: 30px;
		vertical-align: top;
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.footerLinks section + section {
		border-top: none;
	}
	.footerLinks h3 {
		padding-left: 0;
	}
	.footerLinks h3:before {
		left: -30px;
	}
	.footerLinks ul {
		margin: 0;
		padding: 0;
	}
	.footerLinks li {
		display: block;
	}
}
.footerBottom {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 20px 0;
}
.footerBottomCopy {
	font-size: 1.2rem;
	font-size: 12px;
	margin-top: 15px;
	padding: 0;
	text-align: center;
	color: #ddd;
}
@media (min-width: 992px) {
	.footerBottom {
		text-align: left;
	}
	.footerBottomCopy {
		text-align: right;
		margin-top: 30px;
	}
	.footerBottom .col-md-6 {
		padding: 0;
	}
}


/* 2020.07.06 Start */
span.red{
  color: #f00;
}
/* 2020.07.06  End  */

/* 2022.10.05 Start */
.notice {
	text-align: right;
	margin-top: 1rem;
}
/* 2022.10.05 End */
