@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header #box_fixnav .box_fix, .box_topicpath, #footer .wrp_foo .con_foo, #footer #copyright, #MenuList .con_menu, .wrp_search .con_search {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #header .con_header #box_fixnav .box_fix, .box_topicpath, #footer .wrp_foo .con_foo, #footer #copyright, #MenuList .con_menu, .wrp_search .con_search {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
  letter-spacing: .08em;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #646464;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Arial","Verdana", sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  position: relative;
}
#header .con_header .box_header {
  position: absolute;
  z-index: 1;
  background: #002640;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header {
    background: #fff;
    position: static;
  }
}
#header .con_header .box_header .box_hea {
  text-align: right;
  margin: 0 auto;
  padding-right: 12px;
  float: right;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_hea {
    padding-right: 1%;
  }
}
#header .con_header .box_header .box_hea .btn_en, #header .con_header .box_header .box_hea .btn_group {
  display: inline-block;
  border-bottom: 1px solid #667d8c;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_hea .btn_en, #header .con_header .box_header .box_hea .btn_group {
    right: 3%;
  }
}
#header .con_header .box_header .box_hea .btn_en a, #header .con_header .box_header .box_hea .btn_group a {
  display: block;
  color: #fff;
  display: block;
  font-size: 86%;
  text-decoration: none;
  padding: .3em .5em;
}
.mouse #header .con_header .box_header .box_hea .btn_en a, .mouse #header .con_header .box_header .box_hea .btn_group a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #header .con_header .box_header .box_hea .btn_en a:hover, .touch #header .con_header .box_header .box_hea .btn_en a.touchstart, .mouse #header .con_header .box_header .box_hea .btn_group a:hover, .touch #header .con_header .box_header .box_hea .btn_group a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_header .box_header .box_hea .btn_en a, .touch #header .con_header .box_header .box_hea .btn_group a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_header .box_header .box_hea .btn_en a.touchend, .touch #header .con_header .box_header .box_hea .btn_group a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header .con_header .box_header .box_hea .btn_en a:after, #header .con_header .box_header .box_hea .btn_group a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#header .con_header .box_header .box_hea .header-right-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_hea .header-right-pc {
    display: none;
  }
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-label {
  color: #fff;
  border-bottom: 2px solid #002640;
  padding: 5px 50px 5px 5px;
  display: inline-block;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-label:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-menu {
  display: none;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  background-color: #002640;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  overflow: hidden;
  z-index: 1000;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-menu li {
  text-align: left;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
}
#header .con_header .box_header .box_hea .header-right-pc .lang-dropdown-pc .lang-menu li a:hover {
  background-color: #fff;
  color: #002640;
}
#header .con_header .box_header .box_hea #gnav {
  letter-spacing: -.4em;
  margin-top: 10px;
}
#header .con_header .box_header .box_hea #gnav li {
  font-size: 115%;
  display: inline-block;
  margin-left: 3em;
}
#header .con_header .box_header .box_hea #gnav li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_hea #gnav li {
    font-size: 100%;
    margin-left: 2.5em;
  }
}
#header .con_header .box_header .box_hea #gnav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: .8em 1em;
  position: relative;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_hea #gnav li a {
    padding: .6em .7em;
    letter-spacing: .2em;
  }
}
#header .con_header .box_header .box_hea #gnav li a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#header .con_header .box_header .box_hea #gnav li.g_rsv a {
  color: #d2cc94;
}
#header .con_header .box_header .box_hea #gnav li.g_rsv a:before {
  background: #d2cc94;
}
#header .con_header .box_header .box_hea #gnav li:hover a:before, #header .con_header .box_header .box_hea #gnav li.active a:before {
  width: 85%;
}
#header .con_header .con_pagetitle {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#header .con_header .con_pagetitle h2 {
  position: absolute;
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  top: 35%;
  left: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .con_pagetitle h2 {
    top: 50%;
  }
}
#header .con_header .con_pagetitle h2 span {
  font-family: 'Bellefair', serif;
  font-size: 400%;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .con_pagetitle h2 span {
    font-size: 322%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_pagetitle h2 span {
    font-size: 200%;
  }
}
#header .con_header .con_pagetitle h2 em {
  font-size: 158%;
  letter-spacing: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .con_pagetitle h2 em {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_pagetitle h2 em {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_header .con_pagetitle .photo {
    position: relative;
    left: 50%;
    margin-left: -950px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .con_pagetitle .photo {
    margin-left: -550px;
  }
}

@media print {
  #header .con_header .con_pagetitle .photo {
    position: relative;
    left: 50%;
    margin-left: -950px;
    max-width: 2000px;
  }
}
.ie8 #header .con_header .con_pagetitle .photo {
  position: relative;
  left: 50%;
  margin-left: -950px;
  max-width: 2000px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 #header .con_header .con_pagetitle .photo {
    margin-left: -550px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_pagetitle .photo {
    overflow: hidden;
    overflow: hidden;
  }
  #header .con_header .con_pagetitle .photo img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
#header .con_header #box_gnav h1 {
  float: left;
  margin-left: 35px;
  padding: 5px 0;
}
#header .con_header #box_gnav h1 a {
  display: block;
}
@media only screen and (max-width: 1199px) {
  #header .con_header #box_gnav h1 {
    text-align: center;
    float: none;
    margin-left: 0;
    padding: 1% 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  #header .con_header #box_gnav h1 {
    padding: 3% 0;
  }
  #header .con_header #box_gnav h1 img {
    max-width: 14em;
  }
}

#header .con_header #box_gnav .logo {
  display: none;
}
#header .con_header .lang-dropdown-sp {
  position: absolute;
  top: 8%;
  right: 5%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#header .con_header .lang-dropdown-sp:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#header .con_header .lang-dropdown-sp:after {
  position: absolute;
  top: 20%;
  right: 2%;
  color: #fff;
}
#header .con_header .lang-dropdown-sp .lang-label {
  color: #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  padding: 5px 40px 5px 5px;
  display: inline-block;
}
#header .con_header .lang-dropdown-sp .lang-menu {
  display: none;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background-color: #002640;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  border-radius: 4px;
  overflow: hidden;
}
#header .con_header .lang-dropdown-sp .lang-menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
}
#header .con_header .lang-dropdown-sp .lang-menu li a:hover {
  background-color: #fff;
  color: #002640;
}
#header .con_header .lang-dropdown-sp .lang-menu li a.active {
  background-color: #fff;
  color: #002640;
}
#header .con_header #box_fixnav {
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
  margin-top: -100px;
  -webkit-transition: margin-top 0.45s;
  transition: margin-top 0.45s;
  background: rgba(0, 38, 64, 0.9);
}
@media only screen and (max-width: 767px) {
  #header .con_header #box_fixnav {
    display: none;
  }
}
#header .con_header #box_fixnav.active {
  margin-top: 0;
}
#header .con_header #box_fixnav.active .header-right-pc {
  display: none;
}
#header .con_header #box_fixnav h1 {
  display: none;
}
#header .con_header #box_fixnav .box_fix {
  overflow: hidden;
}
#header .con_header #box_fixnav .box_fix .logo {
  float: left;
  padding: .5em 0;
}
#header .con_header #box_fixnav .box_fix .logo a {
  display: block;
}
#header .con_header #box_fixnav .box_fix .box_hea .btn_en, #header .con_header #box_fixnav .box_fix .box_hea .btn_group {
  display: none;
}
#header .con_header #box_fixnav .box_fix .box_hea #gnav li {
  margin-left: 1em;
}
#header .con_header #box_fixnav .box_fix .box_hea #gnav li a {
  padding: 1em 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header #box_fixnav .box_fix .box_hea #gnav li a {
    padding: 1em;
    letter-spacing: .14em;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.box_topicpath {
  padding: 15px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box_topicpath {
    padding: 3% 0;
  }
}
.box_topicpath li {
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_topicpath li {
    font-size: 86%;
  }
}
.box_topicpath li:nth-child(n+2) {
  margin-left: .3em;
}
.box_topicpath li:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.box_topicpath li:after {
  margin-left: .5em;
  vertical-align: middle;
}
.box_topicpath li:last-child:after {
  content: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#ptop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  #ptop {
    z-index: -10;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: z-index 1s, opacity 1s;
    transition: z-index 1s, opacity 1s;
  }
  .mouse #ptop {
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
  }
  .mouse #ptop:hover, .touch #ptop.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .touch #ptop {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #ptop.touchend {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .fixed #ptop {
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  #ptop {
    z-index: -10;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: z-index 1s, opacity 1s;
    transition: z-index 1s, opacity 1s;
  }
  .mouse #ptop {
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
  }
  .mouse #ptop:hover, .touch #ptop.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .touch #ptop {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #ptop.touchend {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .fixed #ptop {
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.ie8 #ptop {
  z-index: -10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: z-index 1s, opacity 1s;
  transition: z-index 1s, opacity 1s;
}
.mouse .ie8 #ptop {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .ie8 #ptop:hover, .touch .ie8 #ptop.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .ie8 #ptop {
  -webkit-tap-highlight-color: transparent;
}
.touch .ie8 #ptop.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.fixed .ie8 #ptop {
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#ptop a {
  display: block;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 4.5em;
    margin-top: 5em;
  }
}
#footer .con_bn_list {
  max-width: 880px;
  width: 91.66667%;
  margin: 150px auto 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list {
    margin: 3% auto 2%;
  }
}
#footer .con_bn_list .box_bn_con {
  width: 710px;
  float: left;
  border: 1px solid #d2cc94;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 15px;
  overflow: hidden;
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_bn_list .box_bn_con {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list .box_bn_con {
    padding: 4%;
  }
}
#footer .con_bn_list .box_bn_con li {
  float: left;
  line-height: 1;
}
#footer .con_bn_list .box_bn_con li:first-child {
  border-right: 1px solid #d2cc94;
  margin-right: 10px;
  padding-right: 10px;
}
#footer .con_bn_list .box_bn_con li .txt {
  line-height: 1;
  font-family: 'Times','Times New Roman','Minion Web';
  margin-bottom: .5em;
  font-size: 115%;
}
#footer .con_bn_list .box_bn_con li .txt:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 82%;
}
#footer .con_bn_list .box_bn_con li .txt_tel {
  font-family: 'Bellefair', serif;
  font-size: 222%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_bn_list .box_bn_con li .txt_tel {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list .box_bn_con li .txt_tel {
    font-size: 122%;
  }
}
#footer .con_bn_list .box_bn_con li .txt_tel a, #footer .con_bn_list .box_bn_con li .txt_tel span {
  letter-spacing: .08em;
  color: #002e4e;
}
#footer .con_bn_list .box_bn_con li .btn a {
  text-align: center;
  display: block;
  border: 1px solid #c59857;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#footer .con_bn_list .box_bn_con li .btn a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #c59857;
}
#footer .con_bn_list .box_bn_con li .btn a:hover, .touch #footer .con_bn_list .box_bn_con li .btn a.touchstart {
  color: #c59857;
  background: #fff;
}
#footer .con_bn_list .box_bn_con li .btn a:hover:after, .touch #footer .con_bn_list .box_bn_con li .btn a.touchstart:after {
  background: #c59857;
}
#footer .con_bn_list .box_bn_con li .btn a {
  background: #c59857;
  color: #fff;
}
#footer .con_bn_list .box_bn_con li .btn a:hover {
  background: #a26d1f;
  color: #fff;
}
#footer .con_bn_list .box_bn_con li .btn a:after {
  background: #fff;
}
#footer .con_bn_list .box_bn_con li .btn a {
  padding: .8em 0;
}
#footer .con_bn_list .box_bn_list {
  width: 178px;
  float: right;
  overflow: hidden;
  border: 1px solid #d2cc94;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .con_bn_list .box_bn_list li {
  float: left;
  width: 100%;
  background: #838b0d;
  border-right: 1px solid #d2cc94;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mouse #footer .con_bn_list .box_bn_list li {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_bn_list .box_bn_list li:hover, .touch #footer .con_bn_list .box_bn_list li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_bn_list .box_bn_list li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_bn_list .box_bn_list li.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_bn_list .box_bn_list li:nth-child(3n) {
  border-right: none;
}
#footer .con_bn_list .box_bn_list li:nth-child(n+4) {
  border-top: 1px solid #d2cc94;
}
#footer .con_bn_list .box_bn_list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 35px 0;
}
#footer .con_bn_list .box_bn_list li a em {
  display: block;
  font-family: 'Bellefair', serif;
  font-size: 172%;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_bn_list .box_bn_list li a em {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list .box_bn_list li a em {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_bn_list .box_bn_list li a em {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list .box_bn_list li a em {
    letter-spacing: 0.1em;
  }
}
#footer .con_bn_list .box_bn_list li a em:before {
  content: '';
  width: 50px;
  height: 33px;
  display: block;
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_bn_list .box_bn_list li a em:before {
    width: 2em;
    height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bn_list .box_bn_list li a em:before {
    width: 1.3em;
    height: 1em;
    margin: 0 auto .2em;
  }
}
#footer .con_bn_list .box_bn_list li a span {
  font-size: 93%;
}
#footer .con_bn_list .box_bn_list li.cont em:before {
  background: url(../images/footer/ic_foo01.png) no-repeat;
  background-size: contain;
}
#footer .con_bn_list .box_bn_list li.acc em:before {
  background: url(../images/footer/ic_foo02.png) no-repeat;
  background-size: contain;
}
#footer .con_bn_list .box_bn_list li.faq em:before {
  background: url(../images/footer/ic_foo03.png) no-repeat;
  background-size: contain;
}
#footer .con_bn_list .box_bn_list li.rec em:before {
  background: url(../images/footer/ic_foo04.png) no-repeat;
  background-size: contain;
}
#footer .con_bn_list .box_bn_list li.face em:before {
  background: url(../images/footer/ic_foo05.png) no-repeat;
  background-size: contain;
}
#footer .con_bn_list .box_bn_list li.twi em:before {
  background: url(../images/footer/ic_foo06.png) no-repeat;
  background-size: contain;
}
#footer .wrp_foo {
  background: #002e4e;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .wrp_foo {
    padding: 8% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo {
    padding: 0 0 12%;
  }
}
#footer .wrp_foo .ptop {
  border-bottom: 1px solid #fff;
}
#footer .wrp_foo .ptop a {
  text-decoration: none;
  color: #fff;
  font-family: 'Bellefair', serif;
  text-align: center;
  display: block;
  padding: 4% 0 3%;
  position: relative;
}
#footer .wrp_foo .ptop a:before {
  content: '';
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
#footer .wrp_foo .con_foo {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo {
    margin-top: 5%;
  }
}
#footer .wrp_foo .con_foo .logo span {
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo .logo span {
    margin-bottom: 4%;
  }
}
#footer .wrp_foo .con_foo .logo span a {
  display: block;
}
.mouse #footer .wrp_foo .con_foo .logo span a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .wrp_foo .con_foo .logo span a:hover, .touch #footer .wrp_foo .con_foo .logo span a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .wrp_foo .con_foo .logo span a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .wrp_foo .con_foo .logo span a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1199px) {
  #footer .wrp_foo .con_foo .logo span a {
    width: 15em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo .logo span a {
    width: 10em;
  }
}
#footer .wrp_foo .con_foo address {
  line-height: 1.6;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo address {
    text-align: center;
  }
}
#footer .wrp_foo .con_foo address span {
  display: block;
  font-size: 115%;
}
#footer .wrp_foo .con_foo .txt_tel {
  line-height: 1;
  font-family: 'Bellefair', serif;
  font-size: 158%;
  margin-top: .5em;
}
#footer .wrp_foo .con_foo .txt_tel a, #footer .wrp_foo .con_foo .txt_tel span {
  color: #fff;
  font-size: 146%;
}
#footer .wrp_foo .con_foo .box_btn {
  margin: 25px auto 0;
  overflow: hidden;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo .box_btn {
    margin: 6% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo .box_btn {
    width: 100%;
  }
}
#footer .wrp_foo .con_foo .box_btn li {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_foo .con_foo .box_btn li {
    width: 100%;
  }
}
#footer .wrp_foo .con_foo .box_btn li a {
  text-align: center;
  display: block;
  border: 1px solid #002e4e;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#footer .wrp_foo .con_foo .box_btn li a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #002e4e;
}
#footer .wrp_foo .con_foo .box_btn li a:hover, .touch #footer .wrp_foo .con_foo .box_btn li a.touchstart {
  color: #fff;
  background: #002e4e;
}
#footer .wrp_foo .con_foo .box_btn li a:hover:after, .touch #footer .wrp_foo .con_foo .box_btn li a.touchstart:after {
  background: #fff;
}
#footer .wrp_foo .con_foo .box_btn li a {
  color: #002e4e;
  background: #fff;
  border: 1px solid #fff;
}
#footer #copyright {
  font-family: "Arial","Verdana", sans-serif;
  font-size: 79%;
  text-align: center;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    padding: 2% 0;
  }
}

#fixnav-sp {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 50;
  bottom: 0;
}
#fixnav-sp ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#fixnav-sp ul li {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
  background: #002e4e;
  color: #fff;
}
#fixnav-sp ul li a em, #fixnav-sp ul li span em {
  font-family: 'Times','Times New Roman','Minion Web';
}
#fixnav-sp ul li a em:before, #fixnav-sp ul li span em:before {
  content: "";
  width: 1em;
  height: .9em;
  display: block;
  margin: 0 auto 3%;
  font-size: 100%;
}
#fixnav-sp ul li.fixnav_acc {
  border-left: none;
}
#fixnav-sp ul li.fixnav_acc a em:before {
  background: url(../images/footer/ic_fix01.png) no-repeat center/100% auto;
}
#fixnav-sp ul li.fixnav_tel {
  border-left: 1px solid #969696;
}
#fixnav-sp ul li.fixnav_tel a em:before, #fixnav-sp ul li.fixnav_tel span em:before {
  background: url(../images/footer/ic_fix02.png) no-repeat center/100% auto;
}
#fixnav-sp ul li.fixnav_con {
  border-left: 1px solid #969696;
}
#fixnav-sp ul li.fixnav_con a em:before {
  background: url(../images/footer/ic_fix03.png) no-repeat center/100% auto;
}
#fixnav-sp ul li.fixnav_menu {
  border-left: 1px solid #969696;
}
#fixnav-sp ul li.fixnav_menu a em {
  font-family: 'Times','Times New Roman','Minion Web';
}
#fixnav-sp ul li.fixnav_menu a em:before {
  background: url(../images/footer/ic_fix04.png) no-repeat center/100% auto;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
  padding: .8em 0;
  display: block;
  text-decoration: none;
}
#fixnav-sp ul li a em, #fixnav-sp ul li span em {
  display: block;
  line-height: 1;
  font-size: 89%;
}
#fixnav-sp ul li a em:before, #fixnav-sp ul li span em:before {
  color: #fff;
  display: block;
  margin: 0 auto 0.2em !important;
  font-size: 181%;
}

#MenuList {
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 1s, opacity 1s, z-index 1s;
  -webkit-transition: opacity 1s, z-index 1s, -webkit-transform 1s;
  transition: opacity 1s, z-index 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, z-index 1s;
  transition: transform 1s, opacity 1s, z-index 1s, -webkit-transform 1s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
#MenuList .con_menu {
  padding: 5em 0 0;
  z-index: 1;
  position: relative;
}
#MenuList .con_menu .btn_close {
  color: #fff;
  background: #000;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  padding: .3em 0.4em .5em;
}
#MenuList .con_menu .btn_close:before {
  content: '✕';
  display: block;
  margin: 0 auto;
  font-size: 243%;
  line-height: 1;
}
#MenuList .con_menu .box_gnav .logo {
  text-align: center;
  margin-bottom: 4%;
}
#MenuList .con_menu .box_gnav .logo img {
  width: 14em;
}
#MenuList .con_menu .box_gnav ul {
  overflow: hidden;
  margin-bottom: 4%;
}
#MenuList .con_menu .box_gnav ul li {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}
#MenuList .con_menu .box_gnav ul li:nth-child(odd) {
  margin-right: 2%;
}
#MenuList .con_menu .box_gnav ul li a {
  font-family: 'Times','Times New Roman','Minion Web';
  display: block;
  text-decoration: none;
  padding: .8em .5em .8em 1.5em;
  border: 1px solid #668295;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  text-indent: -1em;
}
#MenuList .con_menu .box_gnav ul li a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #d2cc94;
}
#MenuList .con_menu .box_gnav ul li.bg_b a {
  background: #002e4e;
  color: #fff;
}
#MenuList .con_menu .box_gnav ul li.bg_b.group a {
  padding: .4em .5em .4em 1.5em;
}
#MenuList .con_menu .box_gnav ul li.bg_b.ja a {
  padding: 1em .5em 1em 1.5em;
}
#MenuList .con_menu .box_con {
  text-align: center;
  padding: 5%;
  border: 1px solid #d2cc94;
}
#MenuList .con_menu .box_con .txt {
  line-height: 1;
}
#MenuList .con_menu .box_con .txt_tel {
  font-family: 'Bellefair', serif;
  font-size: 129%;
  line-height: 1;
  margin: 10px 0;
}
#MenuList .con_menu .box_con .txt_tel a, #MenuList .con_menu .box_con .txt_tel span {
  font-size: 156%;
}
.fix #MenuList {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 900;
  -webkit-transform: none;
  transform: none;
}

/* -----------------------------------------------------------
	空室検索
----------------------------------------------------------- */
.wrp_search {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_search {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search {
    width: 100%;
  }
}
.wrp_search .con_search .sea_title {
  display: table-cell;
  background: rgba(30, 57, 112, 0.9);
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .wrp_search .con_search .sea_title {
    width: 255px;
  }
}
@media print {
  .wrp_search .con_search .sea_title {
    width: 255px;
  }
}
.ie8 .wrp_search .con_search .sea_title {
  width: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .sea_title {
    width: 21.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .sea_title {
    padding: 3% 0;
    display: none;
    width: 100%;
    padding: 0 1%;
    background: #002d4d;
  }
}
.wrp_search .con_search .sea_title em {
  font-family: 'Bellefair', serif;
  font-size: 186%;
  color: #d2cc94;
  letter-spacing: .14em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .sea_title em {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .sea_title em {
    font-size: 122%;
  }
}
.wrp_search .con_search .box_contact {
  background: rgba(255, 255, 255, 0.9);
  width: 945px;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .box_contact {
    padding: 2% 1%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .box_contact {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_search .con_search .box_contact {
    display: table-cell;
  }
}
@media print {
  .wrp_search .con_search .box_contact {
    display: table-cell;
  }
}
.ie8 .wrp_search .con_search .box_contact {
  display: table-cell;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .box_contact {
    border: 1px solid #088db8;
    width: 78.75%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .box_contact {
    width: 91.66667%;
    margin: 0 auto;
    padding: 5% 9%;
    margin-top: 4%;
    border: 1px solid #d2cc94;
  }
}
.wrp_search .con_search .box_contact .con_list {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .wrp_search .con_search .box_contact .con_list {
    display: table;
  }
}
@media print {
  .wrp_search .con_search .box_contact .con_list {
    display: table;
  }
}
.ie8 .wrp_search .con_search .box_contact .con_list {
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .box_contact .con_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_search .con_search .box_contact .con_list li {
    display: table-cell;
    vertical-align: middle;
  }
  .wrp_search .con_search .box_contact .con_list li:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #d2cc94;
  }
  .wrp_search .con_search .box_contact .con_list li:first-child {
    padding-right: 30px;
  }
  .wrp_search .con_search .box_contact .con_list li:last-child {
    padding-left: 30px;
    border-left: 1px solid #d2cc94;
  }
}
@media print {
  .wrp_search .con_search .box_contact .con_list li {
    display: table-cell;
    vertical-align: middle;
  }
  .wrp_search .con_search .box_contact .con_list li:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #d2cc94;
  }
  .wrp_search .con_search .box_contact .con_list li:first-child {
    padding-right: 30px;
  }
  .wrp_search .con_search .box_contact .con_list li:last-child {
    padding-left: 30px;
    border-left: 1px solid #d2cc94;
  }
}
.ie8 .wrp_search .con_search .box_contact .con_list li {
  display: table-cell;
  vertical-align: middle;
}
.ie8 .wrp_search .con_search .box_contact .con_list li:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #d2cc94;
}
.ie8 .wrp_search .con_search .box_contact .con_list li:first-child {
  padding-right: 30px;
}
.ie8 .wrp_search .con_search .box_contact .con_list li:last-child {
  padding-left: 30px;
  border-left: 1px solid #d2cc94;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .box_contact .con_list li {
    padding: 1%;
  }
  .wrp_search .con_search .box_contact .con_list li:first-child {
    width: 37%;
  }
  .wrp_search .con_search .box_contact .con_list li:nth-child(2) {
    border-left: 1px solid #d2cc94;
    border-right: 1px solid #d2cc94;
    width: 33%;
  }
  .wrp_search .con_search .box_contact .con_list li:last-child {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .box_contact .con_list li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .wrp_search .con_search .box_contact .con_list li:nth-child(n+2) {
    margin-top: 4%;
    padding-top: 3%;
    border-top: 1px solid #d2cc94;
  }
}
.wrp_search .con_search .box_contact .con_list li .st {
  font-family: 'Times','Times New Roman','Minion Web';
  font-size: 115%;
  margin-bottom: .3em;
}
.wrp_search .con_search .box_contact .con_list li .st:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 82%;
}
.wrp_search .con_search .box_contact .con_list li .st.mail:before {
  content: '\f0e0';
}
.wrp_search .con_search .box_contact .con_list li .btn {
  width: 300px;
}
.wrp_search .con_search .box_contact .con_list li .btn a {
  text-align: center;
  display: block;
  border: 1px solid #002e4e;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wrp_search .con_search .box_contact .con_list li .btn a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #002e4e;
}
.wrp_search .con_search .box_contact .con_list li .btn a:hover, .touch .wrp_search .con_search .box_contact .con_list li .btn a.touchstart {
  color: #002e4e;
  background: #fff;
}
.wrp_search .con_search .box_contact .con_list li .btn a:hover:after, .touch .wrp_search .con_search .box_contact .con_list li .btn a.touchstart:after {
  background: #002e4e;
}
.wrp_search .con_search .box_contact .con_list li .btn a {
  background: #002e4e;
  color: #fff;
}
.wrp_search .con_search .box_contact .con_list li .btn a:hover {
  background: #fff;
  color: #002e4e;
}
.wrp_search .con_search .box_contact .con_list li .btn a:after {
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .wrp_search .con_search .box_contact .con_list li .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .box_contact .con_list li .btn {
    margin-top: 2%;
  }
}
.wrp_search .con_search .box_contact .con_list li .txt {
  font-family: 'Bellefair', serif;
  font-size: 172%;
  letter-spacing: .02em;
  line-height: 1;
  color: #002e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_search .con_search .box_contact .con_list li .txt {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_search .box_contact .con_list li .txt {
    font-size: 143%;
  }
}
.wrp_search .con_search .box_contact .con_list li .txt a, .wrp_search .con_search .box_contact .con_list li .txt span {
  letter-spacing: .08em;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  border-top: 1px solid  #acb6bf;
  border-bottom: 1px solid  #acb6bf;
}
table.tbl_basic tr th {
  background: #acb6bf;
  color: #fff;
  font-weight: normal;
  border-top: 1px solid #fff;
}
table.tbl_basic tr td {
  border-top: 1px solid  #acb6bf;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: .6em .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
table.tbl_basic tr:first-child th, table.tbl_basic tr:first-child td {
  border-top: none;
}

/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
@-webkit-keyframes animation-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
	スクロールアニメー
----------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .scrollActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .scrollActive.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  .scrollActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .scrollActive.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.ie8 .scrollActive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.ie8 .scrollActive.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
