@charset "UTF-8";
html {
  color: #111;
}

.family-cinzel {
  font-family: "Cinzel", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important;
}

.ua-windows:not(.ua-ie) .family-cinzel {
  font-family: "Cinzel", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.ua-phone .link-tel-separation {
  display:none;
}

.ua-phone .link-tel {
  border-radius: 0;
  background-color: sienna;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background: -webkit-linear-gradient(top, #909090 0%, #909090 50%, #777777 51%, #777777 100%);
  background: linear-gradient(to bottom, #909090 0%, #909090 50%, #777777 51%, #777777 100%);
}

/* prep （準備中） */
/*--------------------------------------------------*/
.prep {
  font-size: 30px;
  text-align: center;
}

/* header007 */
/*--------------------------------------------------*/
.header007 {
  position: fixed;
  z-index: 2147483645;
  /* over catch */
  top: 0;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.5);
}

html.header007-scrolled .header007 {
  background: rgba(0, 0, 0, 0.5);
}

.header007-inner {
  position: relative;
}

.header007-logo {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: .05em;
}

/* navigation007 */
/*--------------------------------------------------*/
.navigation007 {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto 0;
}

.navigation007-parent {
  display: table;
  margin-right: -20px;
}

.navigation007-parent > li {
  position: relative;
  display: table-cell;
  padding: 0 9px;
}

.navigation007-parent > li a {
  font-family: arial;
  font-size: 11px;
  line-height: 1;
  position: relative;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  vertical-align: middle;
  letter-spacing: .3em;
  color: #d4d4d4;
}
.navigation007-parent > li a:hover {
  color: #fafafa;
}
.navigation007-parent > li a:not([href]) {
  cursor: default;
}

.navigation007-parent > li a span {
  position: relative;
  display: inline-block;
}

.navigation007-child {
  position: absolute;
  top: 90%;
  left: 0;
  visibility: hidden;
  min-width: 22em;
  padding: 15px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.navigation007-child li {
  position: relative;
}

.navigation007-child li a {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding: 5px 20px;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  color: #d4d4d4;
}
.navigation007-child li a:hover {
  color: #fafafa;
}

.navigation007-child li.navigation007-indent a::before {
  content: '-';
}

.navigation007-child li a {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

.ua-windows:not(.ua-ie) .navigation007-child li a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

.navigation007-haschild:hover .navigation007-child {
  top: 29px;
  visibility: visible;
  opacity: 1;
}

.navigation007-grandchild {
  position: absolute;
  top: -10px;
  left: 100%;
  visibility: hidden;
  min-width: 10em;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.navigation007-hasgrandchild:hover .navigation007-grandchild {
  top: 0;
  visibility: visible;
  opacity: 1;
}

/* media query */
@media (max-width: 1199px) {
  .navigation007-parent {
    margin-right: -10px;
  }

  .navigation007-parent > li {
    padding: 0 5px;
  }

  .navigation007-parent > li a {
    letter-spacing: 0.15em;
  }

  .navigation007-child li a {
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  header {
    display: none;
  }
}
/* mainvisual007 */
/*--------------------------------------------------*/
.navigation007-sp {
  display: none;
}

.navigation007-sp-indent a::before {
  content: '- ';
}

@media (min-width: 992px) {
  .slicknav_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .slicknav_menu {
    position: fixed;
    z-index: 10000;
    /* over mainvisual */
    width: 100%;
    padding: 0;
    -webkit-transition: background-color 750ms;
    transition: background-color 750ms;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .slicknav_brand {
    font-family: 'Cinzel', serif;
    line-height: 1;
    height: auto;
    padding: 20px;
  }

  .slicknav_btn {
    margin: 0;
    padding: 20px;
    padding-left: 0;
    background-color: transparent;
  }

  .slicknav_menu .slicknav_menutxt {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: normal !important;
    margin-right: 5px;
    color: #fafafa;
    text-shadow: none;
  }

  .slicknav_menu .slicknav_menutxt {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  }

  .ua-windows:not(.ua-ie) .slicknav_menu .slicknav_menutxt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  }

  .slicknav_menu .slicknav_icon,
  .slicknav_menu .slicknav_icon::before,
  .slicknav_menu .slicknav_icon-bar {
    width: 25px;
  }

  .slicknav_menu .slicknav_icon {
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    height: 3px;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    background-color: #fafafa;
    box-shadow: none;
  }

  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }

  .slicknav_nav {
    height: 100vh;
    padding-bottom: 50px;
  }

  .slicknav_nav,
  .slicknav_nav a {
    font-size: 11px;
    color: #fafafa;
  }

  .slicknav_parent ul a {
    font-size: 12px;
  }

  .slicknav_arrow img {
    height: 1em;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .slicknav_nav li {
    border-top: 1px solid #444;
  }

  .slicknav_nav > li:last-child {
    border-bottom: 1px solid #444;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    margin: 0;
    padding: 10px 20px;
  }

  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    color: inherit;
    background-color: inherit;
  }

  .slicknav_menu i {
    font-size: 12px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  /* is scrolled */
  html.header007-scrolled .slicknav_menu {
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* is open */
  html.slicknav_menu_open {
    overflow-y: hidden;
  }

  html.slicknav_menu_open .slicknav_menu {
    background-color: rgba(0, 0, 0, 0.9);
  }

  html.slicknav_menu_open .slicknav_nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* media query */
@media (max-width: 575px) {
  .slicknav_brand {
    padding: 10px;
    padding-right: 0;
  }

  .slicknav_btn {
    padding: 10px;
    padding-left: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 10px;
  }
}
/* mainvisual007 */
/*--------------------------------------------------*/
.mainvisual007 {
  height: 100vh;
  /*background-image: url("http://osweb.info/os-framework/component/wp-content/themes/os-component-manager-theme/components/header-set/headerset007/images/mainvisual007-1.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.mainvisual007-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.mainvisual007-catch {
  display: table-cell;
  padding-top: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fafafa;
}

.mainvisual007-catch-title,
.mainvisual007-catch-lead {
  padding: 0 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.25), 0 0 2.5px rgba(0, 0, 0, 0.125);
}

.mainvisual007-catch-title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: .05em;
}

.mainvisual007-catch-lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: .15em;
}

.mainvisual007-catch-button {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  width: 20em;
  max-width: 95%;
  margin-top: 30px;
  padding: 20px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  letter-spacing: .2em;
  border: 2px solid #20c997;
  background-color: #20c997;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.ua-nontouch .mainvisual007-catch-button:hover {
  color: #20c997;
  background-color: #fafafa;
}

.mainvisual007-arrow {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.mainvisual007-arrow-anchor {
  display: inline-block;
  width: 50px;
  height: 27px;
  -webkit-animation: mainvisual007-arrow 2250ms infinite;
  animation: mainvisual007-arrow 2250ms infinite;
  background-image: url("images-headerset007/headerset007-icon-down.svg");
  background-position: center;
}

@-webkit-keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* media query */
@media (max-width: 575px) {
  .mainvisual007-catch-title {
    font-size: 50px;
  }

  .mainvisual007-catch-lead {
    font-size: 15px;
  }
}
/* pagetop171 */
/*--------------------------------------------------*/
.pagetop171 {
  position: fixed;
  z-index: 2147483645;
  right: 25px;
  bottom: 0;
  display: none;
  padding: 0;
  border: none;
}

.pagetop171 img {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.ua-nontouch .pagetop171:hover img {
  opacity: .75;
}

@media (max-width: 767px) {
  .pagetop171 {
    right: 0;
    bottom: -22px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
/* footer000 */
/*--------------------------------------------------*/
.footer000 {
  background-color: black;
}

.footer000-innner {
  max-width: 980px;
  margin: 0 auto;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .footer000-innner {
    padding: 25px 0;
  }
}

.footer000-title {
  font-size: 20px;
  line-height: 1;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
  letter-spacing: .05em;
  color: #fafafa;
}
.footer000-title {
  font-family: "Cinzel", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important;
}
.ua-windows:not(.ua-ie) .footer000-title {
  font-family: "Cinzel", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important;
}
@media (max-width: 991px) {
  .footer000-title {
    margin-bottom: 25px;
  }
}

.footer000-title-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #d4d4d4;
}

.footer000-subtitle {
  font-size: 15px;
  margin: 15px 0 0;
  color: #fafafa;
}

.footer000-links {
  font-size: 12px;
  line-height: 1.6;
  color: #d4d4d4;
}
@media (max-width: 991px) {
  .footer000-links {
    line-height: 1.3;
  }
}
.footer000-links li {
  display: inline-block;
}
@media (max-width: 991px) {
  .footer000-links li {
    float: left;
    width: 25%;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .footer000-links li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .footer000-links li {
    width: 50%;
  }
}
.footer000-links li a {
  -webkit-transition: color 100ms;
  transition: color 100ms;
  vertical-align: middle;
}
.ua-nontouch .footer000-links li a:hover {
  color: #fafafa;
}
.footer000-links li a::after {
  padding-left: .5em;
  content: '｜';
  vertical-align: middle;
}
@media (max-width: 991px) {
  .footer000-links li a {
    display: block;
    padding: 10px;
    color: #111;
    background-color: #b5b5b5;
  }
  .footer000-links li a::after {
    content: '';
  }
}
@media (max-width: 575px) {
  .footer000-links li a {
    padding: 5px;
  }
}
.footer000-links li:last-child a::after {
  content: '';
}

.footer000-address {
  margin-top: 35px;
  color: #fafafa;
}
@media (max-width: 991px) {
  .footer000-address {
    margin-top: 25px;
  }
}

.footer000-address-name {
  font-size: 16px;
}

.footer000-address-address{
  font-size: 12px;
}
.footer000-address-address i {
  vertical-align: middle;
}

.footer000-copy {
  font-family: arial;
  font-size: 12px;
  display: block;
  margin-top: 35px;
  color: #d4d4d4;
  color: #d4d4d4;
}
@media (max-width: 991px) {
  .footer000-copy {
    margin-top: 25px;
  }
}

/* title555 */
/*--------------------------------------------------*/
.title555 {
  font-family: "Cinzel", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .3em;
}
@media (max-width: 575px) {
  .title555 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .title555-adjust1 {
    letter-spacing: 0.2em;
  }
}

/* title000 */
/*--------------------------------------------------*/
.title000 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 1.3;
  max-width: 760px;
  margin: 0 auto;
  letter-spacing: .3em;
}

/* title111 */
/*--------------------------------------------------*/
.title111 .title111-en {
  display: block;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .3em;
  position: relative;
  padding-bottom: 3px;
}
@media (max-width: 575px) {
  .title111 .title111-en {
    font-size: 28px;
  }
}
.title111 .title111-en::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #777;
}
.title111 .title111-ja {
  display: block;
  text-align: center;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.3;
}

/* title222 */
/*--------------------------------------------------*/
.title222 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 15px 10px;
  background-color: #565656;
  color: white;
}
@media (max-width: 767px) {
  .title222 {
    font-size: 18px;
  }
}

/* title333 */
/*--------------------------------------------------*/
.title333 {
  font-size: 20px;
  line-height: 1.3;
  padding: 15px 20px;
  background-color: #565656;
  color: white;
}
@media (max-width: 767px) {
  .title333 {
    font-size: 18px;
  }
}

/* title444 */
/*--------------------------------------------------*/
.title444 {
  display: block;
  font-size: 25px;
  line-height: 1;
}

/* title049 */
/*--------------------------------------------------*/
.title049-title {
  font-size: 20px;
  border: solid #777;
  border-width: 1px 0;
  padding: 5px 0;
  display: table;
  width: 100%;
}
.title049-title dt, .title049-title dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  padding: 5px 0;
}

.title049-title dt {
  font-size: 30px;
  text-align: center;
  width: 2.5em;
}

.title049-title dd {
  padding-left: 1.5em;
  position: relative;
}

.title049-title dd::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #777;
}

@media (max-width: 575px) {
  .title049-title dt {
    width: 2em;
  }

  .title049-title dd {
    padding-left: 1em;
  }
}

/* title206 */
/*--------------------------------------------------*/
.title206 {
  font-size: 25px;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}
.title206 > span {
  position: relative;
  display: inline-block;
  padding: 0 .5em;
}
.title206 > span::before,
.title206 > span::after {
  position: absolute;
  top: 50%;
  width: 50px;
  content: '';
}
.title206 > span::before {
  right: 100%;
}
.title206 > span::after {
  left: 100%;
}
@media (max-width: 767px) {
  .title206 {
    font-size: 22px;
  }
}
.title206 > span::before,
.title206 > span::after {
  border-top: 1px solid #aaa;
}

/* subvisual000 */
/*--------------------------------------------------*/
.subvisual000 {
  padding: 125px 0 75px;
}
@media (max-width: 575px) {
  .subvisual000 {
    padding: 100px  0 50px;
  }
}

.subvisual000-text {
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 575px) {
  .subvisual000-text {
    margin-top: 20px;
  }
}

/* table000 */
/*--------------------------------------------------*/
.table000 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
}
.table000 th {
  padding: 10px 20px 10px 0;
}
.table000 td {
  padding: 10px 0 10px 20px;
}
@media (max-width: 575px) {
  .table000 th,
  .table000 td {
    display: block;
    padding: 10px 0;
  }
  .table000 th {
    text-align: center;
    border: solid #ccc;
    border-width: 1px 0;
    background-color: #fcfcfc;
  }
  .table000 .table000-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .table000 .table000-list li::before {
    content: '・';
  }
  .table000 .table000-small {
    color: #aaa;
  }
}

/* bg000 */
/*--------------------------------------------------*/
.bg000 {
  position: relative;
  background-image: url("../images/common/bg000.png");
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .bg000 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg000::before {
  width: 110%;
  margin: auto -5%;
  content: '';
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg000 .container-fluid {
  z-index: 1;
  position:relative;
}

/* message000 */
/*--------------------------------------------------*/
.message000.message000-bg {
  position: relative;
  background-image: url("../images/index/message000-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.message000.message000-bg::before {
  width: 110%;
  margin: 0 -5%;
  content: '';
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.message000-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 50px;
}
@media (max-width: 991px) {
  .message000-inner {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .message000-inner.message000-inner-2 {
    padding-top: 0;
  }
}

.message000-apo {
  margin: 0 -.2em;
}

.message000-lead {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 75px;
  text-align: center;
}
@media (max-width: 991px) {
  .message000-lead {
    margin-top: 40px;
  }
}

.message000-p {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}

.message000-sign {
  margin-top: 40px;
  text-align: right;
}

.message000-sign-name {
  display: block;
  margin-top: 10px;
}

/* shadow000 */
/*--------------------------------------------------*/
.shadow000 {
  text-align: center;
}

/* hr000 */
/*--------------------------------------------------*/
.hr000 {
  margin: 0;
}

/* simple-lightbox */
/*--------------------------------------------------*/
.sl-overlay {
  z-index: 2147483645;
  background: rgba(43, 46, 56, 0.9);
}

.sl-wrapper .sl-image {
  z-index: 2147483646;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button {
  z-index: 2147483647;
}

.sl-wrapper .sl-counter {
  width: 100px;
}

.sl-wrapper .sl-image .sl-caption {
  color: #333;
  opacity: 1;
  background: #eee;
}

.sl-wrapper {
  color: #fafafa;
}

/* button777 */
/*--------------------------------------------------*/
.button777 a {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: .75;
  color: white;
  text-align: center;
  background: -webkit-linear-gradient(top, #909090 0%, #909090 50%, #777777 51%, #777777 100%);
  background: linear-gradient(to bottom, #909090 0%, #909090 50%, #777777 51%, #777777 100%);
  cursor: pointer;
}
.ua-nontouch .button777 a:hover {
  opacity: 1;
}
.button777 a i {
  margin-right: 5px;
}

/* access000 */
/*--------------------------------------------------*/
.access000 .container-fluid {
  max-width: 1000px;
}

.access000-subtitle {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .3em;
}

.access000-map {
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 20px auto 0;
}

.access000-map-2020 {
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 20px auto 0;
}

.access000-address {
  font-size: 16px;
  max-width: 400px;
  margin: 20px auto 0;
}

/* access000 */
/*--------------------------------------------------*/

.text000 {
  text-align: center;
  line-height: 2;
}

.text000-lead {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.3;
}

.text000-anchor {
  position: relative;
  display: inline-block;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
@media (max-width: 575px) {
  .text000-anchor {
    border: 1px solid #777;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.text000-anchor:hover {
  color: #1b6ec2;
}
.text000-anchor::after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 3px;
  background-color: currentColor;
  opacity: .6;
}
@media (max-width: 575px) {
  .text000-anchor::after {
    display: none;
  }
}

/* text111 */
/*--------------------------------------------------*/
.text111 {
  text-align: center;
  font-size: 24px;
}

/* container-max1030 */
/*--------------------------------------------------*/
.container-max1030 {
  max-width: 1030px;
}
.container-max1030 img {
  width: 100%;
}
