@charset "UTF-8";
/* =========================================================
RESET
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #535252;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #535252;
}

a:hover,
a:active {
  text-decoration: none;
  color: #535252;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #535252;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #535252;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #535252;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
SLICK THEME
========================================================= */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =========================================================
SLICK
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
COLOR
========================================================= */
/* =========================================================
FONTS
========================================================= */
/**** media ****/
@media (max-width: 779px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 780px) {
  .sp-visible {
    display: none;
  }
}

/* =========================================================
  Common css
========================================================= */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

#loading img {
  display: block;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 779px) {
  #loading img {
    width: 150px;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#app {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 779px) {
  #app {
    padding-top: 60px;
  }
}

.btn.sub,
.bg-sub {
  display: none;
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.pagetop {
  width: 60px;
  height: 60px;
  background: url("../images/common/btn_top.png") no-repeat center;
  background-size: cover;
  position: fixed;
  bottom: 60px;
  right: 60px;
}

@media (max-width: 779px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}

/* header start
--------------------------------------------------------- */
.header {
  border-top: 10px solid #004892;
  position: relative;
  z-index: 1000;
}

.header a {
  transition: 0.4s;
}

.header img {
  transition: 0.4s;
  opacity: 1 !important;
}

@media (max-width: 779px) {
  .header {
    border: none;
    height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

.header .head {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 779px) {
  .header .head {
    height: 60px;
    background: #004892;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.header .head .logo {
  float: left;
  display: block;
  max-width: 220px;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 779px) {
  .header .head .logo {
    max-width: 90px;
    width: 100%;
    margin: -15px 0 0 -6px;
  }
}

.header .head .logo a {
  display: block;
  width: 100%;
}

.header .head .logo a img {
  display: block;
  width: 100%;
}

.header .head .nav {
  float: right;
  text-align: left;
  width: calc( 100% - 20%);
  padding-top: 30px;
}

@media (max-width: 779px) {
  .header .head .nav {
    padding: 0;
    width: calc( 100% - 85px);
  }
}

.header .head .nav .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #A4B1D7;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 1080px) {
  .header .head .nav .txt {
    font-size: 10px;
  }
}

@media (max-width: 779px) {
  .header .head .nav .txt {
    font-size: 10px;
    line-height: 15px;
    padding-top: 6px;
  }
}

.header .head .nav .list {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc( 100% - 220px);
}

@media (max-width: 1080px) {
  .header .head .nav .list {
    width: calc( 100% - 190px);
  }
}

@media (max-width: 779px) {
  .header .head .nav .list {
    display: none;
  }
}

.header .head .nav .list li {
  display: inline-block;
  vertical-align: middle;
}

.header .head .nav .list li a {
  display: block;
  color: #004892;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1080px) {
  .header .head .nav .list li a {
    font-size: 13px;
    padding: 8px 3px;
  }
}

.header .head .nav .list li a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

.header .head .nav .list li a:hover {
  opacity: 1;
}

.header .head .nav .list li a:hover::after {
  opacity: 1;
  width: 50px;
  height: 50px;
}

.header .head .nav .list li:last-child {
  width: 35px;
}

@media (max-width: 1080px) {
  .header .head .nav .list li:last-child {
    width: 25px;
  }
}

.header .head .nav .list li:last-child a {
  padding-left: 0;
  padding-right: 0;
}

.header .head .nav .list li:last-child img {
  display: block;
  width: 100%;
}

.header .scroll_head {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 90px;
  background: #004892;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 779px) {
  .header .scroll_head {
    display: none !important;
  }
}

.header .scroll_head .inner1100 {
  position: relative;
}

.header .scroll_head .logo {
  float: left;
  display: block;
  width: 125px;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 100;
}

.header .scroll_head .logo a {
  display: block;
  width: 100%;
}

.header .scroll_head .logo a img {
  display: block;
  width: 100%;
}

.header .scroll_head .nav {
  float: right;
  text-align: left;
  width: calc( 100% - 140px);
  padding-top: 15px;
}

.header .scroll_head .nav .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #A4B1D7;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 1080px) {
  .header .scroll_head .nav .txt {
    font-size: 10px;
  }
}

.header .scroll_head .nav .list {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc( 100% - 220px);
}

@media (max-width: 1080px) {
  .header .scroll_head .nav .list {
    width: calc( 100% - 190px);
  }
}

@media (max-width: 779px) {
  .header .scroll_head .nav .list {
    display: none;
  }
}

.header .scroll_head .nav .list li {
  display: inline-block;
  vertical-align: middle;
}

.header .scroll_head .nav .list li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1080px) {
  .header .scroll_head .nav .list li a {
    font-size: 13px;
    padding: 8px 3px;
  }
}

.header .scroll_head .nav .list li a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

.header .scroll_head .nav .list li a:hover {
  opacity: 1;
}

.header .scroll_head .nav .list li a:hover::after {
  opacity: 1;
  width: 50px;
  height: 50px;
}

.header .scroll_head .nav .list li:last-child {
  width: 35px;
}

@media (max-width: 1080px) {
  .header .scroll_head .nav .list li:last-child {
    width: 25px;
  }
}

.header .scroll_head .nav .list li:last-child a {
  padding-left: 0;
  padding-right: 0;
}

.header .scroll_head .nav .list li:last-child img {
  display: block;
  width: 100%;
}

/* footer start
--------------------------------------------------------- */
.footer {
  padding-bottom: 135px;
  position: relative;
  z-index: 0;
}

.footer a {
  transition: 0.4s;
}

.footer img {
  transition: 0.4s;
  opacity: 1 !important;
}

@media (max-width: 779px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer .luxy-el {
  position: absolute;
  top: 0;
  right: -50%;
  left: 0;
  bottom: -2000px;
  margin: auto;
  border-radius: 100%;
  background: #F0F0F0;
  width: 1800px;
  height: 1800px;
  z-index: -1000;
}

@media (max-width: 779px) {
  .footer .luxy-el {
    display: none;
  }
}

.footer .bg_circle {
  position: absolute;
  top: -40%;
  right: -20%;
  border-radius: 100%;
  background: #F0F0F0;
  max-width: 1800px;
  width: 100%;
  height: auto;
  z-index: -1;
  display: none;
}

@media (max-width: 779px) {
  .footer .bg_circle {
    display: block;
    top: 57%;
    right: inherit;
    left: 3%;
    width: 190%;
  }
}

.footer .footer_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto 70px auto;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 779px) {
  .footer .footer_bnr {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.footer .footer_bnr li {
  width: 32%;
  margin: 0 auto;
}

@media (max-width: 779px) {
  .footer .footer_bnr li {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 779px) {
  .footer .footer_bnr li:last-child {
    margin-bottom: 0;
  }
}

.footer .footer_bnr li a {
  display: block;
}

.footer .footer_bnr li a img {
  display: block;
  width: 100%;
}

.footer .footer_bt {
  margin-bottom: 35px;
}

.footer .footer_bt .left {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  max-width: 770px;
  width: 100%;
}

@media (max-width: 779px) {
  .footer .footer_bt .left {
    max-width: 100%;
    display: block;
  }
}

.footer .footer_bt .left .logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}

@media (max-width: 779px) {
  .footer .footer_bt .left .logo {
    display: block;
    margin: 0 auto 15px auto;
  }
}

.footer .footer_bt .left .logo img {
  display: block;
  width: 100%;
}

.footer .footer_bt .left .about {
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

@media (max-width: 779px) {
  .footer .footer_bt .left .about {
    width: 100%;
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
  }
}

.footer .footer_bt .left .about li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 84px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #004892;
}

@media (max-width: 779px) {
  .footer .footer_bt .left .about li {
    display: none;
  }
}

.footer .footer_bt .left .about li {
  width: 100%;
  margin-bottom: 10px;
}

/* .footer .footer_bt .left .about li:first-child {
  width: 100%;
  margin-bottom: 10px;
} */

/* @media (max-width: 779px) {
  .footer .footer_bt .left .about li:first-child {
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
} */

.footer .footer_bt .left .about li:nth-child(3) {
  margin-bottom:0;
}

.footer .footer_bt .left .about li:last-child {
  font-size: 12px;
}

@media (max-width: 779px) {
  .footer .footer_bt .left .about li {
    display: block;
    padding-left: 84px;
    margin-bottom: 0;
  }
}

/* .footer .footer_bt .left .about li:nth-child(2) {
  margin-right: 30px;
} */

.footer .footer_bt .left .about li span {
  font-size: 12px;
  display: inline-block;
  background: #A4B1D7;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  /* width: 45px; */
  line-height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 1px 10px;
}

/* @media (max-width: 779px) {
  .footer .footer_bt .left .about li span {
    display: none;
  }
} */

.footer .footer_bt .right {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 840px);
}

@media (max-width: 779px) {
  .footer .footer_bt .right {
    width: 100%;
    text-align: center;
  }
}

.footer .footer_bt .right a {
  display: inline-block;
  border-bottom: 1px solid #004892;
  font-size: 12px;
  color: #004892;
}

@media (max-width: 779px) {
  .footer .footer_bt .right a {
    font-weight: bold;
  }
}

.footer .copyright {
  background: #004892;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding: 21px 10px;
}

@media (max-width: 779px) {
  .footer .copyright {
    font-size: 10px;
    padding: 15px 5px;
    letter-spacing: 1px;
  }
}

.footer .copyright a {
  color: #fff;
}

.footer .tel{
  color: #004892;
}

@media (min-width: 780px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 779px) {
  /* SP-navi
--------------------------------------------------------- */
}

@media (max-width: 779px) and (max-width: 779px) {
  #sp_btn {
    display: inline-block;
    float: right;
    width: 30px;
    height: 25px;
    position: fixed;
    top: 17px;
    right: 15px;
    z-index: 100000;
  }
  #sp_btn span {
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 100px;
    transition: 0.4s;
  }
  #sp_btn span:first-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #sp_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc( 100% - 7px);
  }
  #sp_btn span:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 779px) and (max-width: 779px) {
  #sp_btn.actv span:first-child {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 120%;
  }
  #sp_btn.actv span:nth-child(2) {
    opacity: 0;
  }
  #sp_btn.actv span:last-child {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 120%;
  }
}

@media (max-width: 779px) {
  .sp_nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1000;
    background: rgba(0, 72, 146, 0.97);
    transition: 0.4s;
    padding: 70px 20px 40px 20px;
  }
  .sp_nav .spttl {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .sp_nav .spttl span {
    display: inline-block;
    padding: 7px 0 0 35px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: url("../images/common/ico_serch.png") no-repeat bottom left;
    background-size: 28px;
  }
  .sp_nav .pageList {
    margin-bottom: 20px;
  }
  .sp_nav .pageList li a {
    display: block;
    border-top: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 20px 0;
  }
  .sp_nav .pageList li:last-child a {
    border-bottom: 2px solid #fff;
  }
  .sp_nav .cateList {
    margin-bottom: 20px;
  }
  .sp_nav .cateList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 260px;
    margin: 0 auto;
  }
  .sp_nav .cateList ul li {
    border: 2px solid #707070;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
    background: #fff;
  }
  .sp_nav .cateList ul li a {
    display: block;
    height: 100%;
    font-size: 13px;
    line-height: 14px;
    background: url(../images/common/ico_food.png) no-repeat center top 30px;
    background-size: 35px;
    padding-top: 70px;
  }
  .sp_nav .cateList ul li:nth-child(2) a {
    background: url(../images/common/ico_wear.png) no-repeat center top 30px;
    background-size: 35px;
  }
  .sp_nav .cateList ul li:nth-child(3) {
    margin-bottom: 0;
  }
  .sp_nav .cateList ul li:nth-child(3) a {
    background: url(../images/common/ico_goods.png) no-repeat center top 25px;
    background-size: 32px;
  }
  .sp_nav .cateList ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .sp_nav .cateList ul li:nth-child(4) a {
    background: url(../images/common/ico_service.png) no-repeat center top 30px;
    background-size: 35px;
  }
  .sp_nav .floorList {
    margin-bottom: 30px;
  }
  .sp_nav .floorList ul li {
    margin-bottom: 20px;
  }
  .sp_nav .floorList ul li:last-child {
    margin-bottom: 0;
  }
  .sp_nav .floorList ul li a {
    display: block;
    text-align: right;
    border: 2px solid #707070;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/common/ico_b1f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
  .sp_nav .floorList ul li:nth-child(2) a {
    background: url(../images/common/ico_1f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
  .sp_nav .floorList ul li:nth-child(3) a {
    background: url(../images/common/ico_2f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
  .sp_nav .lineBtn {
    margin-bottom: 30px;
  }
  .sp_nav .lineBtn a {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
  }
  .sp_nav .lineBtn a img {
    max-width: 60px;
    width: 100%;
    display: inline-block;
  }
  .sp_nav .clear_btn span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
  }
  .sp_nav .clear_btn span::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp_nav .clear_btn span::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .sp_nav.actv {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.4s linear forwards;
    animation: fadeIn 0.4s linear forwards;
  }
  body.actv {
    /*    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/* =========================================================
  Top css
========================================================= */
/* mv
--------------------------------------------------------- */
.mv {
  margin-bottom: 120px;
  position: relative;
}

@media (max-width: 779px) {
  .mv {
    margin-bottom: 40px;
    z-index: 100;
  }
}

@media (max-width: 779px) {
  .mv::after {
    content: " ";
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 145%;
    width: 175%;
    background: #F0F0F0;
    border-radius: 100%;
    display: block;
    z-index: -1;
  }
}

.mv .luxy-el {
  content: " ";
  position: absolute;
  top: -1400px;
  left: -550px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1900px;
  height: 1900px;
  border-radius: 100%;
  background: #F0F0F0;
  z-index: -1000;
}

@media (max-width: 779px) {
  .mv .luxy-el {
    display: none;
  }
}

.mv .inner1100 {
  position: relative;
  padding: 0 40px 0 160px;
}

@media (max-width: 779px) {
  .mv .inner1100 {
    padding: 0;
  }
}

.mv .inner1100 .mv_slide {
  width: 100%;
}

@media (max-width: 779px) {
  .mv .inner1100 .mv_slide {
    margin-bottom: 5px;
  }
}

.mv .inner1100 .mv_slide img {
  display: block;
  width: 100%;
}

.mv .inner1100 .mv_slide .child {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  padding: 20px;
}

@media (max-width: 779px) {
  .mv .inner1100 .mv_slide .child {
    border-radius: 0;
    padding: 0;
  }
}

.mv .inner1100 .mv_slide .child img {
  box-shadow: 0px 0px 20px rgba(136, 136, 136, 0.5);
  border-radius: 20px;
}

@media (max-width: 779px) {
  .mv .inner1100 .mv_slide .child img {
    border-radius: 0;
    box-shadow: none;
  }
}

.mv .inner1100 .thum_slide {
  width: 110px;
  position: absolute;
  bottom: 20px;
  left: 60px;
  text-align: center;
}

@media (max-width: 779px) {
  .mv .inner1100 .thum_slide {
    position: inherit;
    width: 180px;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
  }
}

.mv .inner1100 .thum_slide .child {
  display: block;
  outline: none !important;
  margin-top: 5px;
}

.mv .inner1100 .thum_slide .child .child_in {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 779px) {
  .mv .inner1100 .thum_slide .child .child_in {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
}

.mv .inner1100 .thum_slide .child .child_in img {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.mv .inner1100 .thum_slide .child.slick-current .child_in {
  border: 3px solid #004892;
}

@media (max-width: 779px) {
  .mv .inner1100 .thum_slide .child.slick-current .child_in {
    border-width: 2px;
  }
}

/* conts
--------------------------------------------------------- */
.conts {
  margin-bottom: 170px;
}

.conts a {
  transition: 0.4s;
}

.conts img {
  transition: 0.4s;
  opacity: 1 !important;
}

@media (max-width: 779px) {
  .conts {
    margin-bottom: 50px;
  }
}

.conts .inner1100 {
  padding: 0 40px;
}

@media (max-width: 779px) {
  .conts .inner1100 {
    padding: 0 20px;
  }
}

.conts .subttl {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #004892;
}

@media (max-width: 779px) {
  .conts .subttl {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}

.conts .subttl span {
  font-size: 18px;
  color: #A4B1D7;
  display: block;
}

@media (max-width: 779px) {
  .conts .subttl span {
    font-size: 14px;
  }
}

.conts .btn {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.conts .btn a {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 70px;
  font-size: 14px;
  line-height: 60px;
  color: #004892;
  border: 2px solid #fff;
  font-weight: bold;
}

.conts .btn a:hover {
  color: #fff;
  background: #004892;
  font-weight: bold;
  opacity: 1;
}

.conts .btn01 {
  width: 100%;
  margin: 0 auto;
}

.conts .btn01 a {
  display: block;
  background: #004892;
  text-align: center;
  border-radius: 70px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
}

/* conts01
--------------------------------------------------------- */
.conts01 {
  position: relative;
  z-index: 0;
}

.conts01 .inner1100 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  width: 100%;
  flex-flow: row-reverse;
}

@media (max-width: 779px) {
  .conts01 .inner1100 {
    display: block;
  }
}

.conts01 .inner1100 .luxy-el {
  width: 800px;
  height: 800px;
  background: #004892;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: calc(100% / 3 - -110px);
  bottom: 0;
  margin: auto;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .luxy-el {
    display: none;
  }
}

.conts01 .inner1100 .left {
  width: 370px;
  text-align: right;
  position: relative;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .left {
    width: 100%;
    text-align: center;
  }
}

.conts01 .inner1100 .left::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%) translateX(-50%);
  width: 800px;
  height: 800px;
  background: #004892;
  border-radius: 100%;
  display: block;
  z-index: -1;
  display: none;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .left::before {
    display: none;
  }
}

.conts01 .inner1100 .left .subttl {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .left .subttl {
    margin-bottom: 15px;
  }
}

.conts01 .inner1100 .left .subttl span {
  color: #A4B1D7;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .left .subttl::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 250px;
    height: 250px;
    background: #004892;
    border-radius: 100%;
    z-index: -1;
  }
}

.conts01 .inner1100 .left .btn {
  margin: 0 0 0 auto;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .left .btn {
    display: none;
  }
}

.conts01 .inner1100 .right {
  max-width: 652px;
  width: calc( 100% - 400px);
}

@media (max-width: 779px) {
  .conts01 .inner1100 .right {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}

.conts01 .inner1100 .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.conts01 .inner1100 .right ul li {
  width: 46%;
  margin-bottom: 30px;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .right ul li {
    width: 47%;
    margin-bottom: 20px;
  }
}

.conts01 .inner1100 .right ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 25px;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .right ul li a {
    padding-bottom: 20px;
  }
}

.conts01 .inner1100 .right ul li a .thum {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #F8F8F8;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 779px) {
  .conts01 .inner1100 .right ul li a .thum {
    margin-bottom: 5px;
    box-shadow: none;
  }
}

.conts01 .inner1100 .right ul li a .thum img {
  display: block;
  width: 100%;
}

.conts01 .inner1100 .right ul li a .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 90%;
}

.conts01 .inner1100 .right ul li a .cap {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-shadow: 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff,
 0 0 5px #fff;
}

.conts01 .inner1100 .right ul li a .date {
  font-size: 14px;
  font-weight: bold;
  color: #A4B1D7;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 779px) {
  .conts01 .inner1100 .right ul li a .date {
    font-size: 12px;
    line-height: 18px;
  }
}

.conts01 .inner1100 .right ul li:nth-child(3), .conts01 .inner1100 .right ul li:nth-child(4) {
  margin-bottom: 0;
}

/* conts02
--------------------------------------------------------- */
.conts02 {
  position: relative;
  margin-bottom: 230px;
}

@media (max-width: 779px) {
  .conts02 {
    margin-bottom: 50px;
  }
}

@media (max-width: 779px) {
  .conts02::after {
    content: " ";
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 250%;
    border-radius: 100%;
    background: #F0F0F0;
    z-index: -1;
  }
}

.conts02 .luxy-el {
  width: 800px;
  height: 800px;
  background: #F0F0F0;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1000;
}

@media (max-width: 779px) {
  .conts02 .luxy-el {
    display: none;
  }
}

.conts02::before {
  content: " ";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 800px;
  height: 800px;
  background: #F0F0F0;
  border-radius: 100%;
  display: block;
  z-index: -1;
  display: none;
}

@media (max-width: 779px) {
  .conts02::before {
    display: none;
  }
}

.conts02 .inner1100 .w_clm {
  width: 100%;
}

.conts02 .inner1100 .w_clm .spttl {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .spttl {
    margin-bottom: 20px;
  }
}

.conts02 .inner1100 .w_clm .spttl span {
  display: inline-block;
  padding: 7px 0 0 35px;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/common/ico_serch02.png") no-repeat bottom left;
  background-size: 32px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .spttl span {
    font-size: 18px;
    background: url("../images/common/ico_serch02.png") no-repeat bottom left;
    background-size: 30px;
    padding: 7px 0 0 32px;
  }
}

.conts02 .inner1100 .w_clm .left {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.conts02 .inner1100 .w_clm .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 380px;
  margin: 0 auto;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul {
    width: 260px;
  }
}

.conts02 .inner1100 .w_clm .left ul li {
  border: 3px solid #707070;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  background: #fff;
  transition: 0.4s;
  font-weight: bold;
}

.conts02 .inner1100 .w_clm .left ul li:hover {
  background: #004892;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul li {
    width: 125px;
    height: 125px;
    border: 2px solid #707070;
    margin-bottom: 10px;
  }
}

.conts02 .inner1100 .w_clm .left ul li a {
  display: block;
  height: 100%;
  font-size: 18px;
  line-height: 20px;
  background: url(../images/common/ico_food.png) no-repeat center top 40px;
  background-size: 45px;
  padding-top: 95px;
}

.conts02 .inner1100 .w_clm .left ul li a:hover {
  background: url(../images/common/ico_food02.png) no-repeat center top 40px;
  background-size: 45px;
  color: #fff;
  opacity: 1;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul li a {
    font-size: 13px;
    line-height: 14px;
    background: url(../images/common/ico_food.png) no-repeat center top 30px;
    background-size: 35px;
    padding-top: 70px;
  }
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(2) a {
  background: url(../images/common/ico_wear.png) no-repeat center top 40px;
  background-size: 45px;
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(2) a:hover {
  background: url(../images/common/ico_wear02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul li:nth-child(2) a {
    background: url(../images/common/ico_wear.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(3) {
  margin-bottom: 0;
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(3) a {
  background: url(../images/common/ico_goods.png) no-repeat center top 35px;
  background-size: 40px;
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(3) a:hover {
  background: url(../images/common/ico_goods02.png) no-repeat center top 35px;
  background-size: 40px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul li:nth-child(3) a {
    background: url(../images/common/ico_goods.png) no-repeat center top 25px;
    background-size: 32px;
  }
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(4) {
  margin-bottom: 0;
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(4) a {
  background: url(../images/common/ico_service.png) no-repeat center top 40px;
  background-size: 45px;
}

.conts02 .inner1100 .w_clm .left ul li:nth-child(4) a:hover {
  background: url(../images/common/ico_service02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .left ul li:nth-child(4) a {
    background: url(../images/common/ico_service.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.conts02 .inner1100 .w_clm .right {
  width: 37%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .right {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.conts02 .inner1100 .w_clm .right ul li {
  margin-bottom: 20px;
}

.conts02 .inner1100 .w_clm .right ul li:last-child {
  margin-bottom: 0;
}

.conts02 .inner1100 .w_clm .right ul li a {
  display: block;
  text-align: right;
  border: 3px solid #707070;
  border-radius: 20px;
  padding: 45px 40px;
  font-size: 18px;
  background: url(../images/common/ico_b1f.png) no-repeat left 25px center, #fff;
  background-size: 65px;
  font-weight: bold;
}

.conts02 .inner1100 .w_clm .right ul li a:hover {
  background: url(../images/common/ico_b1f_02.png) no-repeat left 25px center, #004892;
  background-size: 65px;
  opacity: 1;
  color: #fff;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .right ul li a {
    border: 2px solid #707070;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/common/ico_b1f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
}

.conts02 .inner1100 .w_clm .right ul li:nth-child(2) a {
  background: url(../images/common/ico_1f.png) no-repeat left 25px center, #fff;
  background-size: 65px;
}

.conts02 .inner1100 .w_clm .right ul li:nth-child(2) a:hover {
  background: url(../images/common/ico_1f_02.png) no-repeat left 25px center, #004892;
  background-size: 65px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .right ul li:nth-child(2) a {
    background: url(../images/common/ico_1f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
}

.conts02 .inner1100 .w_clm .right ul li:nth-child(3) a {
  background: url(../images/common/ico_2f.png) no-repeat left 25px center, #fff;
  background-size: 65px;
}

.conts02 .inner1100 .w_clm .right ul li:nth-child(3) a:hover {
  background: url(../images/common/ico_2f_02.png) no-repeat left 25px center, #004892;
  background-size: 65px;
}

@media (max-width: 779px) {
  .conts02 .inner1100 .w_clm .right ul li:nth-child(3) a {
    background: url(../images/common/ico_2f.png) no-repeat left 25px center, #fff;
    background-size: 50px;
  }
}

/* conts03
--------------------------------------------------------- */
.conts03 {
  margin-bottom: 220px;
  position: relative;
  z-index: 0;
}

@media (max-width: 779px) {
  .conts03 {
    margin-bottom: 50px;
  }
}

.conts03 .luxy-el {
  width: 800px;
  height: 800px;
  background: #004892;
  border-radius: 100%;
  display: block;
  position: absolute;
  /* top: 100%; */
  top: 120%;
  right: 0;
  left: -700px;
  bottom: 0;
  margin: auto;
  z-index: -1000;
}

@media (max-width: 779px) {
  .conts03 .luxy-el {
    display: none;
  }
}

@media (max-width: 779px) {
  .conts03 .inner1100 {
    padding: 0;
  }
}

.conts03 .innerMax {
  position: relative;
  z-index: 0;
}

.conts03 .innerMax .map {
  position: absolute;
  padding-left: calc( 50% - 30px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 779px) {
  .conts03 .innerMax .map {
    position: inherit;
    padding: 0;
    height: 300px;
  }
}

.conts03 .innerMax .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  z-index: 100;
  position: relative;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 779px) {
  .conts03 .innerMax .map iframe {
    z-index: 0;
    position: inherit;
    border-radius: 0;
    box-shadow: none;
  }
}

.conts03 .innerMax .left {
  padding: 100px 0;
  float: left;
  width: calc( 50% - 60px);
  position: relative;
  z-index: 10;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left {
    float: none;
    width: 100%;
    padding: 20px 20px 50px 20px;
    margin-top: -30px;
  }
}

@media (max-width: 779px) {
  .conts03 .innerMax .left::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 250%;
    display: block;
    background: #004892;
    z-index: -1;
    border-radius: 100%;
  }
}

.conts03 .innerMax .left::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  width: 800px;
  height: 800px;
  background: #004892;
  border-radius: 100%;
  display: block;
  z-index: -1000;
  display: none;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left::before {
    display: none;
  }
}

@media (max-width: 779px) {
  .conts03 .innerMax .left .btn a {
    line-height: 46px;
  }
}

.conts03 .innerMax .left .ac_logo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 0 auto 40px auto;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left .ac_logo {
    margin: 0 auto 20px auto;
  }
}

.conts03 .innerMax .left .ac_list {
  margin-bottom: 40px;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left .ac_list {
    margin-bottom: 20px;
  }
}

.conts03 .innerMax .left .ac_list li {
  position: relative;
  display: block;
  vertical-align: top;
  padding: 3px 0 0 120px;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
  color: #004892;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left .ac_list li {
    padding: 0;
    color: #fff;
    text-align: left;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .conts03 .innerMax .left .ac_list li:last-child {
    margin-bottom: 0;
    text-align: center;
  }
}

.conts03 .innerMax .left .ac_list li span {
  font-size: 12px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 100px;
  line-height: 25px;
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (max-width: 779px) {
  .conts03 .innerMax .left .ac_list li span {
    display: block;
    position: inherit;
    margin: 0 auto 15px auto;
  }
}

/* =========================================================
sub-page
========================================================= */
.sub-page {
  position: relative;
  /* header
--------------------------------------------------------- */
  /* footer
--------------------------------------------------------- */
  /* sub-title
--------------------------------------------------------- */
}

.sub-page .bg-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1500px);
  background: url("../images/common/bg_subpage.png") center top 380px, #F8F8F8;
  background-repeat: repeat-y;
  z-index: -100;
}

@media (max-width: 779px) {
  .sub-page .bg-sub {
    height: 100%;
    background: url("../images/common/bg_subpage_sp.png") center top 155px, #F8F8F8;
    background-repeat: repeat-y;
  }
}

.sub-page .btn.sub {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sub-page .btn.sub a {
  display: block;
  background: #004892;
  text-align: center;
  border-radius: 70px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  transition: 0.4s;
  border: 2px solid #004892;
  font-weight: bold;
}

.sub-page .btn.sub a:hover {
  color: #004892;
  background: #fff;
}

.sub-page .header .head {
  display: none;
}

@media (max-width: 779px) {
  .sub-page .header .head {
    display: block;
  }
}

.sub-page .header .scroll_head {
  display: block !important;
  opacity: 1 !important;
}

@media (max-width: 779px) {
  .sub-page .header .scroll_head {
    display: none !important;
  }
}

.sub-page .footer {
  padding: 100px 0 0 0;
}

@media (max-width: 779px) {
  .sub-page .footer {
    padding-top: 50px;
  }
}

.sub-page .footer .luxy-el {
  display: none !important;
}

.sub-page .footer .bg_circle {
  display: none;
}

.sub-page .sub-mv {
  padding-top: 130px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}

@media (max-width: 779px) {
  .sub-page .sub-mv {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

.sub-page .sub-mv .sub-ttl {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 779px) {
  .sub-page .sub-mv .sub-ttl {
    font-size: 20px;
    line-height: 30px;
  }
}

.sub-page .sub-mv .sub-ttl span {
  font-size: 20px;
  color: #A4B1D7;
  display: block;
}

@media (max-width: 779px) {
  .sub-page .sub-mv .sub-ttl span {
    font-size: 14px;
  }
}

.sub-page .sub-mv .luxy-el {
  width: 100%;
  height: 1047px;
  background: url("../images/common/bg_title.png") no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 90px;
  margin: auto;
  z-index: -1000;
}

@media (max-width: 779px) {
  .sub-page .sub-mv .luxy-el {
    width: 623px;
    height: 623px;
    border-radius: 100%;
    position: absolute;
    top: -210px;
    left: 50%;
    bottom: inherit;
    right: inherit;
    transform: translateY(-50%) translateX(-50%);
  }
}

.sub-page .breadcrumb {
  text-align: left;
  padding: 0 10px;
  margin-bottom: 50px;
}

.sub-page .breadcrumb li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin-right: 10px;
  font-weight: 400;
}

.sub-page .breadcrumb li:last-child {
  margin-right: 0;
}

.sub-page .breadcrumb li a {
  display: block;
  padding-right: 15px;
  position: relative;
  color: #004892;
  font-weight: bold;
}

.sub-page .breadcrumb li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(-45deg);
}

/* =========================================================
news-page
========================================================= */
.btn {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.btn a {
  display: block;
  background: #004892;
  text-align: center;
  border-radius: 70px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  border: 2px solid #004892;
  font-weight: bold;
}

.newsConts {
  padding: 0 10px;
  margin-bottom: 50px;
}

@media (max-width: 779px) {
  .newsConts {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.newsConts .newsClm {
  background: #fff;
  padding: 70px 50px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 779px) {
  .newsConts .newsClm {
    padding: 20px;
    display: block;
  }
}

.newsConts .newsClm:last-child {
  margin-bottom: 0;
}

.newsConts .newsClm .left {
  max-width: 420px;
  width: 42%;
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 10px;
}

.newsConts .newsClm .left img {
  display: block;
  width: 100%;
}

.newsConts .newsClm .left .thum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 90%;
  width: auto;
}

@media (max-width: 779px) {
  .newsConts .newsClm .left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.newsConts .newsClm .right {
  width: 54%;
  text-align: left;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right {
    width: 100%;
  }
}

.newsConts .newsClm .right .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #004892;
  line-height: 27px;
  margin-bottom: 10px;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .ttl {
    font-size: 18px;
    line-height: 24px;
  }
}

.newsConts .newsClm .right .limit, .newsConts .newsClm .right .place {
  color: #004892;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  display: block;
  padding-left: 50px;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .limit, .newsConts .newsClm .right .place {
    font-size: 13px;
    line-height: 20px;
  }
}

.newsConts .newsClm .right .limit::after, .newsConts .newsClm .right .place::after {
  content: "期間：";
  position: absolute;
  top: 0;
  left: 0;
}

.newsConts .newsClm .right .place {
  margin-bottom: 25px;
}

.newsConts .newsClm .right .place::after {
  content: "場所：";
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .place {
    margin-bottom: 20px;
  }
}

.newsConts .newsClm .right .txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.newsConts .newsClm .right .url, .newsConts .newsClm .right .pdf {
  color: #004892;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  display: block;
  padding-left: 50px;
  word-break: break-all;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .url, .newsConts .newsClm .right .pdf {
    line-height: 22px;
  }
  .newsConts .newsClm .right .url a, .newsConts .newsClm .right .pdf a {
    font-weight: bold;
  }
}

.newsConts .newsClm .right .url a, .newsConts .newsClm .right .pdf a {
  text-decoration: underline;
  color: #004892;
}

.newsConts .newsClm .right .url::after, .newsConts .newsClm .right .pdf::after {
  content: "URL：";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 779px) {
  .newsConts .newsClm .right .pdf {
    margin-top: 5px;
  }
}

.newsConts .newsClm .right .pdf::after {
  content: "PDF：";
}

/* =========================================================
usersguide-page
========================================================= */
.usersguide {
  padding: 0 10px;
}

@media (max-width: 779px) {
  .usersguide {
    padding: 0 20px;
  }
}

.usersguide dl {
  text-align: left;
}

.usersguide dl dt {
  font-size: 26px;
  color: #004892;
  line-height: 35px;
  font-weight: bold;
  border-bottom: 2px solid #004892;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding: 0 0 10px 30px;
}

@media (max-width: 779px) {
  .usersguide dl dt {
    font-size: 20px;
    line-height: 27px;
    padding-left: 23px;
    margin-bottom: 20px;
  }
}

.usersguide dl dt::after {
  content: "1.";
  position: absolute;
  top: 0;
  left: 0;
}

.usersguide dl dt.n2::after {
  content: "2.";
}

.usersguide dl dt.n3::after {
  content: "3.";
}

.usersguide dl dt.n4::after {
  content: "4.";
}

.usersguide dl dt.n5::after {
  content: "5.";
}

.usersguide dl dt.n6::after {
  content: "6.";
}

.usersguide dl dd {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 100px;
  word-break: break-all;
}

@media (max-width: 779px) {
  .usersguide dl dd {
    line-height: 24px;
    padding-bottom: 50px;
  }
}

/* =========================================================
eventspace-page
========================================================= */
.eventspace {
  padding: 0 10px;
  margin-bottom: 50px;
}

@media (max-width: 779px) {
  .eventspace {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.eventspace .inner1100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

@media (max-width: 779px) {
  .eventspace .inner1100 {
    display: block;
  }
}

.eventspace .inner1100 .clm {
  width: 48%;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

.eventspace .inner1100 .clm img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm img {
    margin-bottom: 15px;
  }
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm {
    width: 100%;
    padding: 20px 20px 40px;
    margin-bottom: 25px;
  }
}

.eventspace .inner1100 .clm .ttl {
  color: #004892;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm .ttl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.eventspace .inner1100 .clm .txt {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm .txt {
    line-height: 24px;
  }
}

.eventspace .inner1100 .clm.clm01 {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm.clm01 {
    margin-bottom: 25px;
  }
}

@media (max-width: 779px) {
  .eventspace .inner1100 .clm.clm03 {
    margin-bottom: 0;
  }
}

/* =========================================================
facilities-page
========================================================= */
.facilities {
  padding: 0 10px;
  margin-bottom: 50px;
}

@media (max-width: 779px) {
  .facilities {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.facilities ul li {
  margin-bottom: 70px;
  text-align: left;
}

@media (max-width: 779px) {
  .facilities ul li {
    margin-bottom: 40px;
  }
}

.facilities ul li .ttl {
  font-size: 26px;
  color: #004892;
  line-height: 35px;
  font-weight: bold;
  border-bottom: 2px solid #004892;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

@media (max-width: 779px) {
  .facilities ul li .ttl {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}

.facilities ul li .about {
  font-size: 16px;
  line-height: 21px;
}

.facilities ul li .about.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 779px) {
  .facilities ul li .about.flex {
    display: block;
  }
}

.facilities ul li .about iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media (max-width: 779px) {
  .facilities ul li .about iframe {
    height: 340px;
  }
}

.facilities ul li .about .line {
  position: relative;
  width: 48%;
  vertical-align: top;
  padding-left: 100px;
  margin-bottom: 30px;
}

@media (max-width: 779px) {
  .facilities ul li .about .line {
    width: 100%;
    margin-bottom: 20px;
  }
}

.facilities ul li .about .line:last-child {
  margin-bottom: 0;
}

.facilities ul li .about .line span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #4D70AF;
  font-weight: bold;
}

.facilities ul li .about .ico {
  font-size: 14px;
  line-height: 20px;
  width: 48%;
  vertical-align: top;
  padding-left: 90px;
  margin-bottom: 30px;
  background: url("../images/facilities/ico01.png") no-repeat top left;
  background-size: 70px;
}

@media (max-width: 779px) {
  .facilities ul li .about .ico {
    min-height: 73px;
  }
}

.facilities ul li .about .ico.ico02 {
  background: url("../images/facilities/ico02.png") no-repeat top left;
  background-size: 70px;
}

.facilities ul li .about .ico.ico03 {
  background: url("../images/facilities/ico03.png") no-repeat top left;
  background-size: 70px;
}

.facilities ul li .about .ico.ico04 {
  background: url("../images/facilities/ico04.png") no-repeat top left;
  background-size: 70px;
}

.facilities ul li .about .ico.ico05 {
  background: url("../images/facilities/ico05.png") no-repeat top left;
  background-size: 70px;
}

.facilities ul li .about .ico.ico06 {
  background: url("../images/facilities/ico06.png") no-repeat top left;
  background-size: 70px;
  margin-bottom: 0;
}

@media (max-width: 779px) {
  .facilities ul li .about .ico {
    width: 100%;
  }
}

.facilities ul li .about .ico .name {
  color: #4D70AF;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.facilities ul li .about .ico .place {
  color: #4D70AF;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 779px) {
  .facilities ul li .about .ico .place {
    margin-bottom: 10px;
  }
}

.facilities ul li .about .ico .notice {
  font-size: 14px;
}

.facilities ul li .about .line02 {
  position: relative;
  width: 100%;
  vertical-align: top;
  padding-left: 170px;
  margin-bottom: 20px;
}

.facilities ul li .about .line02:last-child {
  margin-bottom: 0;
}

@media (max-width: 779px) {
  .facilities ul li .about .line02 {
    padding-left: 120px;
  }
}

.facilities ul li .about .line02 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #4D70AF;
  font-weight: bold;
}

.facilities .lead {
  margin-bottom: 25px;
  color: #4D70AF;
  font-weight: bold;
}

.facilities .text{
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}

/* =========================================================
shopguide-page
========================================================= */
.shopguide {
  padding: 0 10px;
  margin-bottom: 50px;
  /* =========================================================
	Contents nav
	========================================================= */
  /* =========================================================
	CATE FLOOR nav
	========================================================= */
  /* =========================================================
	CATE FLOOR wrap
	========================================================= */
}

@media (max-width: 779px) {
  .shopguide {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.shopguide .contents-nav {
  max-width: 740px;
  width: 100%;
  display: block;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 779px) {
  .shopguide .contents-nav {
    display: block;
    margin-bottom: 25px;
  }
}

.shopguide .contents-nav li {
  width: 48%;
  cursor: pointer;
  border-radius: 50px;
  background: #BFBFBF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 67px;
  word-break: break-all;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  transition: 0.4s;
}

.shopguide .contents-nav li:hover {
  background: #004892;
}

@media (max-width: 779px) {
  .shopguide .contents-nav li {
    max-width: 162px;
    width: 46%;
    height: 74px;
    display: inline-block;
    margin: 0 1%;
  }
}

.shopguide .contents-nav li span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-43%);
  line-height: 20px;
  font-size: 19px;
}

.shopguide .contents-nav li span::after {
  content: " ";
  position: absolute;
  top: -3px;
  left: -35px;
  width: 25px;
  height: 25px;
  background: url("../images/common/ico_serch.png") no-repeat center left;
  background-size: cover;
  display: block;
}

@media (max-width: 779px) {
  .shopguide .contents-nav li span {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
  }
  .shopguide .contents-nav li span b {
    font-size: 20px;
    display: block;
  }
  .shopguide .contents-nav li span::after {
    display: none;
  }
}

.shopguide .contents-nav li.active {
  background: #004892;
}

.shopguide .contents-nav li.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #004892 transparent transparent transparent;
}

@media (max-width: 779px) {
  .shopguide .contents-nav li.active::after {
    bottom: -9px;
    border-width: 10px 6px 0 6px;
  }
}

.shopguide .cate-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 779px) {
  .shopguide .cate-nav {
    max-width: 340px;
  }
}

.shopguide .cate-nav li {
  border: 3px solid #707070;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  background: #fff;
  transition: 0.4s;
  font-weight: bold;
  cursor: pointer;
}

.shopguide .cate-nav li:hover {
  background: #004892;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li {
    width: 48%;
    max-width: 160px;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
  }
}

@media (max-width: 779px) {
  .shopguide .cate-nav li .frame {
    display: block;
    width: 100%;
  }
}

.shopguide .cate-nav li span {
  display: block;
  height: 100%;
  font-size: 18px;
  line-height: 20px;
  background: url(../images/common/ico_food.png) no-repeat center top 40px;
  background-size: 45px;
  padding-top: 95px;
}

.shopguide .cate-nav li span:hover {
  background: url(../images/common/ico_food02.png) no-repeat center top 40px;
  background-size: 45px;
  color: #fff;
  opacity: 1;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li span {
    font-size: 13px;
    line-height: 14px;
    background: url(../images/common/ico_food.png) no-repeat center top 30px;
    background-size: 35px;
    padding-top: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 130px;
  }
}

.shopguide .cate-nav li.active02 span {
  background: url(../images/common/ico_food02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li.active02 span {
    background: url(../images/common/ico_food02.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.shopguide .cate-nav li:nth-child(2) span {
  background: url(../images/common/ico_wear.png) no-repeat center top 40px;
  background-size: 45px;
}

.shopguide .cate-nav li:nth-child(2) span:hover {
  background: url(../images/common/ico_wear02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(2) span {
    background: url(../images/common/ico_wear.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.shopguide .cate-nav li:nth-child(2).active02 span {
  background: url(../images/common/ico_wear02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(2).active02 span {
    background: url(../images/common/ico_wear02.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.shopguide .cate-nav li:nth-child(3) {
  margin-bottom: 0;
}

.shopguide .cate-nav li:nth-child(3) span {
  background: url(../images/common/ico_goods.png) no-repeat center top 35px;
  background-size: 40px;
}

.shopguide .cate-nav li:nth-child(3) span:hover {
  background: url(../images/common/ico_goods02.png) no-repeat center top 35px;
  background-size: 40px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(3) span {
    background: url(../images/common/ico_goods.png) no-repeat center top 25px;
    background-size: 32px;
  }
}

.shopguide .cate-nav li:nth-child(3).active02 span {
  background: url(../images/common/ico_goods02.png) no-repeat center top 35px;
  background-size: 40px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(3).active02 span {
    background: url(../images/common/ico_goods02.png) no-repeat center top 25px;
    background-size: 32px;
  }
}

.shopguide .cate-nav li:nth-child(4) {
  margin-bottom: 0;
}

.shopguide .cate-nav li:nth-child(4) span {
  background: url(../images/common/ico_service.png) no-repeat center top 40px;
  background-size: 45px;
}

.shopguide .cate-nav li:nth-child(4) span:hover {
  background: url(../images/common/ico_service02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(4) span {
    background: url(../images/common/ico_service.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.shopguide .cate-nav li:nth-child(4).active02 span {
  background: url(../images/common/ico_service02.png) no-repeat center top 40px;
  background-size: 45px;
}

@media (max-width: 779px) {
  .shopguide .cate-nav li:nth-child(4).active02 span {
    background: url(../images/common/ico_service02.png) no-repeat center top 30px;
    background-size: 35px;
  }
}

.shopguide .cate-nav li.active02 {
  background: #004892;
}

.shopguide .cate-nav li.active02 span {
  color: #fff;
}

.shopguide .floor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 779px) {
  .shopguide .floor-nav {
    display: block;
    max-width: 370px;
  }
}

.shopguide .floor-nav li {
  border: 3px solid #707070;
  border-radius: 20px;
  max-width: 288px;
  width: 33%;
  height: 100px;
  margin-bottom: 20px;
  background: url("../images/common/ico_b1f.png") no-repeat center left 25px, #fff;
  background-size: 65px 35px;
  transition: 0.4s;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.shopguide .floor-nav li:hover {
  background: #004892;
}

@media (max-width: 779px) {
  .shopguide .floor-nav li {
    max-width: 100%;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
}

.shopguide .floor-nav li span {
  display: block;
  height: 100%;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 25px;
}

.shopguide .floor-nav li span:hover {
  color: #fff;
  opacity: 1;
}

.shopguide .floor-nav li:hover {
  background: url("../images/common/ico_b1f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:hover span {
  color: #fff;
}

.shopguide .floor-nav li.active04 {
  background: url("../images/common/ico_b1f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li.active04 span {
  color: #fff;
}

.shopguide .floor-nav li:nth-child(2) {
  background: url("../images/common/ico_1f.png") no-repeat center left 25px, #fff;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(2):hover {
  background: url("../images/common/ico_1f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(2):hover span {
  color: #fff;
}

.shopguide .floor-nav li:nth-child(2).active04 {
  background: url("../images/common/ico_1f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(2).active04 span {
  color: #fff;
}

.shopguide .floor-nav li:nth-child(3) {
  background: url("../images/common/ico_2f.png") no-repeat center left 25px, #fff;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(3):hover {
  background: url("../images/common/ico_2f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(3):hover span {
  color: #fff;
}

.shopguide .floor-nav li:nth-child(3).active04 {
  background: url("../images/common/ico_2f_02.png") no-repeat center left 25px, #004892;
  background-size: 65px 35px;
}

.shopguide .floor-nav li:nth-child(3).active04 span {
  color: #fff;
}

.shopguide .floor-wrap,
.shopguide .cate-wrap {
  width: 100%;
  text-align: left;
  display: none;
  opacity: 0;
  margin-top: 60px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap,
  .shopguide .cate-wrap {
    margin-top: 35px;
  }
}

.shopguide .floor-wrap a,
.shopguide .cate-wrap a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.shopguide .floor-wrap .map,
.shopguide .cate-wrap .map {
  display: block;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 485px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .map,
  .shopguide .cate-wrap .map {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.shopguide .floor-wrap .ttl,
.shopguide .cate-wrap .ttl {
  font-size: 30px;
  color: #004892;
  line-height: 35px;
  font-weight: bold;
  border-bottom: 2px solid #004892;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding: 2px 0 10px 80px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .ttl,
  .shopguide .cate-wrap .ttl {
    font-size: 20px;
    line-height: 27px;
    padding: 7px 10px 15px 50px;
  }
}

.shopguide .floor-wrap .ttl span,
.shopguide .cate-wrap .ttl span {
  color: #535252;
  display: inline-block;
  vertical-align: bottom;
  font-size: 23px;
  line-height: 30px;
  padding-left: 5px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .ttl span,
  .shopguide .cate-wrap .ttl span {
    font-size: 16px;
    line-height: 23px;
    padding-left: 5px;
  }
}

.shopguide .floor-wrap .cate-list,
.shopguide .cate-wrap .cate-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shopguide .floor-wrap .cate-list li,
.shopguide .cate-wrap .cate-list li {
  width: 31%;
  margin: 0 3.5% 50px 0;
}

.shopguide .floor-wrap .cate-list li:nth-child(3n),
.shopguide .cate-wrap .cate-list li:nth-child(3n) {
  margin-right: 0;
}

.shopguide .floor-wrap .cate-list li img,
.shopguide .cate-wrap .cate-list li img {
  display: block;
  width: 100%;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li,
  .shopguide .cate-wrap .cate-list li {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .shopguide .floor-wrap .cate-list li:nth-child(3n),
  .shopguide .cate-wrap .cate-list li:nth-child(3n) {
    margin: 0 4% 30px 0;
  }
  .shopguide .floor-wrap .cate-list li:nth-child(2n),
  .shopguide .cate-wrap .cate-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.shopguide .floor-wrap .cate-list li .thum,
.shopguide .cate-wrap .cate-list li .thum {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  background: #fff;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .thum,
  .shopguide .cate-wrap .cate-list li .thum {
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
}

.shopguide .floor-wrap .cate-list li .thum .thum_img,
.shopguide .cate-wrap .cate-list li .thum .thum_img {
  max-width: 198px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.shopguide .floor-wrap .cate-list li .head,
.shopguide .cate-wrap .cate-list li .head {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .head,
  .shopguide .cate-wrap .cate-list li .head {
    margin-bottom: 5px;
  }
}

.shopguide .floor-wrap .cate-list li .head .place,
.shopguide .cate-wrap .cate-list li .head .place {
  font-size: 14px;
  color: #004892;
  line-height: 19px;
  padding-right: 15px;
  display: inline-block;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .head .place,
  .shopguide .cate-wrap .cate-list li .head .place {
    padding-right: 5px;
    font-size: 12px;
  }
}

.shopguide .floor-wrap .cate-list li .head .num,
.shopguide .cate-wrap .cate-list li .head .num {
  font-size: 12px;
  line-height: 16px;
  background: #FFACBD;
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
}

.shopguide .floor-wrap .cate-list li .head .num.c_green,
.shopguide .cate-wrap .cate-list li .head .num.c_green {
  background: #93c278;
}

.shopguide .floor-wrap .cate-list li .head .num.c_blue,
.shopguide .cate-wrap .cate-list li .head .num.c_blue {
  background: #adc3e5;
}

.shopguide .floor-wrap .cate-list li .head .num.c_yellow,
.shopguide .cate-wrap .cate-list li .head .num.c_yellow {
  background: #FFD77D;
}

.shopguide .floor-wrap .cate-list li .head .num.c_emerald,
.shopguide .cate-wrap .cate-list li .head .num.c_emerald {
  background: #CFEAD4;
}

.shopguide .floor-wrap .cate-list li .head .num.c_water,
.shopguide .cate-wrap .cate-list li .head .num.c_water {
  background: #c5e6ed;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .head .num,
  .shopguide .cate-wrap .cate-list li .head .num {
    margin-left: 5px;
    padding: 1px 2px;
    font-size: 10px;
  }
}

.shopguide .floor-wrap .cate-list li .name,
.shopguide .cate-wrap .cate-list li .name {
  font-size: 16px;
  line-height: 21px;
  color: #004892;
  margin-bottom: 7px;
  font-weight: bold;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .name,
  .shopguide .cate-wrap .cate-list li .name {
    margin-bottom: 10px;
  }
}

.shopguide .floor-wrap .cate-list li .item,
.shopguide .cate-wrap .cate-list li .item {
  font-size: 14px;
  line-height: 19px;
}

.shopguide .floor-wrap .cate-list li .bt,
.shopguide .cate-wrap .cate-list li .bt {
  margin-top: 30px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .bt,
  .shopguide .cate-wrap .cate-list li .bt {
    margin-top: 20px;
  }
}

.shopguide .floor-wrap .cate-list li .open,
.shopguide .cate-wrap .cate-list li .open {
  margin-bottom: 10px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .open,
  .shopguide .cate-wrap .cate-list li .open {
    margin-bottom: 7px;
  }
}

.shopguide .floor-wrap .cate-list li .open,
.shopguide .floor-wrap .cate-list li .tel,
.shopguide .cate-wrap .cate-list li .open,
.shopguide .cate-wrap .cate-list li .tel {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  padding-left: 56px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .open,
  .shopguide .floor-wrap .cate-list li .tel,
  .shopguide .cate-wrap .cate-list li .open,
  .shopguide .cate-wrap .cate-list li .tel {
    font-size: 10px;
    line-height: 16px;
    padding: 1px 0 0 45px;
  }
}

.shopguide .floor-wrap .cate-list li .open span,
.shopguide .floor-wrap .cate-list li .tel span,
.shopguide .cate-wrap .cate-list li .open span,
.shopguide .cate-wrap .cate-list li .tel span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #A4B1D7;
  border-radius: 30px;
  text-align: center;
  width: 46px;
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .cate-list li .open span,
  .shopguide .floor-wrap .cate-list li .tel span,
  .shopguide .cate-wrap .cate-list li .open span,
  .shopguide .cate-wrap .cate-list li .tel span {
    font-size: 10px;
    width: 38px;
    line-height: 20px;
  }
}

.shopguide .cate-wrap#food .ttl {
  background: url("../images/common/ico_food.png") no-repeat top left;
  background-size: 35px;
}

.shopguide .cate-wrap#fashion .ttl {
  background: url("../images/common/ico_wear.png") no-repeat top 5px left;
  background-size: 39px;
}

.shopguide .cate-wrap#goods .ttl {
  background: url("../images/common/ico_goods.png") no-repeat top left 5px;
  background-size: 32px;
}

.shopguide .cate-wrap#service .ttl {
  background: url("../images/common/ico_service.png") no-repeat top 5px left;
  background-size: 35px;
}

@media (max-width: 779px) {
  .shopguide .floor-wrap .ttl {
    padding-left: 75px;
    font-size: 26px;
  }
}

.shopguide .floor-wrap#xb1f .ttl {
  background: url(../images/common/ico_b1f.png) no-repeat top left;
  background-size: 60px;
}

.shopguide .floor-wrap#x1f .ttl {
  background: url("../images/common/ico_1f.png") no-repeat top left;
  background-size: 60px;
}

.shopguide .floor-wrap#x2f .ttl {
  background: url("../images/common/ico_2f.png") no-repeat top left;
  background-size: 60px;
}

.shopguide .floor-wrap {
  display: none;
  opacity: 1;
}

.shopguide .floor-wrap.active04 {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.shopguide .cate-wrap {
  display: none;
  opacity: 1;
}

.shopguide .cate-wrap.active02 {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.shopguide .contents-wrap {
  display: none;
  opacity: 1;
}

.shopguide .contents-wrap.active {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
notfound-page
========================================================= */
.conts404 {
  margin-bottom: 70px;
  padding: 0 20px;
}

@media (max-width: 779px) {
  .conts404 {
    margin-bottom: 50px;
  }
}

.conts404 .inner1100 {
  text-align: left;
  background: #fff;
  padding: 70px 50px;
  border-radius: 10px;
}

@media (max-width: 779px) {
  .conts404 .inner1100 {
    padding: 20px;
  }
}

.conts404 .inner1100 h3 {
  font-size: 25px;
  font-weight: bold;
  color: #004892;
  margin-bottom: 30px;
}

@media (max-width: 779px) {
  .conts404 .inner1100 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.conts404 .inner1100 p {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 779px) {
  .conts404 .inner1100 p {
    font-size: 14px;
  }
}

.conts404 .inner1100 .link01 {
  color: blue;
  text-decoration: underline;
}

.conts404 .inner1100 .link02 {
  color: red;
  text-decoration: underline;
}

.deco {
  color: red;
}
