@charset "utf-8";

/*--------------------------------------
  # header
--------------------------------------*/
body #header {
  top: 0;
}

@media (min-width: 950px) {
  body #header {
    top: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  }
}

/*--------------------------------------
  # page-title
--------------------------------------*/
#pagetitle {
  clear: both;
  position: relative;
  padding: 105px 0 55px;
  overflow: hidden;
  /* transition: 0.2s; */
}

#pagetitle:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/bg/pagetitle_mask_sp.png) no-repeat;
  background-size: 100% 100%;
}

#pagetitle .pagetitle-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  /* transition: 0.2s; */
}

#pagetitle .pagetitle-wrapper .title {
  color: #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  /* transition: 0.2s; */
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

#pagetitle .pagetitle-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d3100;
}

#pagetitle .pagetitle-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

@media (min-width: 950px) {
  #pagetitle {
    padding: 200px 0 150px;
  }

  #pagetitle:after {
    height: 80px;
    background: url(../img/bg/pagetitle_mask_pc.png) no-repeat;
    background-size: 100% 100%;
  }

  #pagetitle .pagetitle-wrapper {
    max-width: 1400px;
    padding: 0 100px;
  }

  #pagetitle .pagetitle-wrapper .title {
    font-size: 5.8rem;
    text-shadow: 2px 8px 20px rgba(0, 0, 0, 0.6);
  }

  #pagetitle .pagetitle-img {}

  #pagetitle .pagetitle-img img {}
}

/*--------------------------------------
  # breadcrumbs
--------------------------------------*/
#breadcrumbs {
  font-size: 1.1rem;
  line-height: 1.2;
  overflow: auto;
}

#breadcrumbs ol {
  display: flex;
  justify-content: right;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

#breadcrumbs li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#breadcrumbs li:not(:first-child):before {
  content: '';
  width: 6px;
  height: 6px;
  margin: 0 6px 0 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  opacity: 0.8;
  transform: rotate(45deg);
}

@media (min-width: 950px) {
  #breadcrumbs {
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
  }

  #breadcrumbs ol {
    max-width: 1400px;
    padding: 0 100px;
  }
}

/*--------------------------------------
  # node
--------------------------------------*/
.node {
  padding: 30px 0;
}

.node:nth-child(2n) {
  /* background: #EFEFEF; */
}

.node .node-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.node .node-wrapper>*:last-child {
  margin-bottom: 0;
}

/* title */
h2 {
  margin-bottom: 20px;
  color: #bf7830;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

h3 {}

h4 {}

h5 {}

@media (min-width: 950px) {
  .node {
    padding: 60px 0;
  }

  .node .node-wrapper {
    max-width: 1400px;
    padding: 0 100px;
  }

  /* title */
  h2 {
    margin-bottom: 40px;
    font-size: 3.8rem;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }

  h3 {}

  h4 {}

  h5 {}
}

/*--------------------------------------
  # floormap
--------------------------------------*/

.floor-select {
  clear: both;
  margin-bottom: 30px;
  line-height: 1.2;
}

.floor-select ul {
  display: flex;
  justify-content: center;
  margin: 0 -6px;
}

.floor-select ul li {
  flex: 1;
  padding: 0 6px;
}

.floor-select ul li a.active {
  color: #FFF;
  font-weight: bold;
  background: #bf7830;
  border: 1px solid #bf7830;
}

.floor-select ul li a.active:hover {}

.floor-select ul li a {
  display: block;
  padding: 4px;
  border: 1px solid #CCC;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.floor-select ul li a:hover {}

.floor-guide {
  display: none;
}

.floor-guide.active {
  display: block;
}

.floor-guide h2 {
  margin-bottom: 20px;
  color: #60990f;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
}

.floor-guide .floor-guide-img {
  margin-bottom: 15px;
}

.floor-guide .floor-guide-img img {
  display: block;
  width: 100%;
}

.floor-guide .floor-guide-tenant {}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item>*:last-child {
  margin-bottom: 0;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item h3 .icon {
  display: inline-block;
  vertical-align: top;
  padding: 2px 3px;
  color: #60990f;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid;
  line-height: 1.2;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item .link {
  margin: 5px 0 15px;
  line-height: 1.2;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item .link a {}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item .img {
  margin: 15px 0;
}

.floor-guide .floor-guide-tenant .floor-guide-tenant-item .img img {
  display: block;
  width: 100%;
}

@media (min-width: 950px) {
  .floor-select {
    margin-bottom: 60px;
  }

  .floor-select ul {}

  .floor-select ul li {
    flex: none;
  }

  .floor-select ul li a.active {}

  .floor-select ul li a.active:hover {}

  .floor-select ul li a {
    padding: 7px 14px;
    font-size: 1.4rem;
    transition: 0.2s;
  }

  .floor-select ul li a:hover {
    opacity: 0.6;
  }

  .floor-guide {}

  .floor-guide h2 {
    font-size: 2.0rem;
  }

  .floor-guide .floor-guide-img {
    margin-bottom: 80px;
  }

  .floor-guide .floor-guide-img img {
    width: auto;
    margin: auto;
  }

  .floor-guide .floor-guide-tenant {}

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item {
    display: grid;
    grid-template-columns: 30% 40px auto;
    grid-template-rows: auto auto auto max-content;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item:not(:last-child) {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item>* {
    grid-column: 3 / 4;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item p {}

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item h3 {
    margin-top: -0.5em;
    font-size: 2.4rem;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item h3 .icon {
    vertical-align: baseline;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item .link {
    margin-bottom: 0;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item .link a {
    font-size: 1.4rem;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item .img {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    margin-bottom: 0;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item .img img {}

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item .img+p {
    margin-top: 15px;
  }

  .floor-guide .floor-guide-tenant .floor-guide-tenant-item>p:last-child {
    grid-row: 3 / 4;
  }

}

/*--------------------------------------
  # floormap
--------------------------------------*/
.gmap-block {
  border-radius: 10px;
  overflow: hidden;
}

.gmap-block iframe {
  display: block;
  width: 100%;
  height: 240px;
}

.route-block {}

.route-block .route-block-inner {
  margin-bottom: 1.5em;
}

.route-block .route-block-inner .route-block-img {
  order: 2;
  margin-bottom: 10px;
}

.route-block .route-block-inner .route-block-img img {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
}

.route-block .route-block-inner dl {}

.route-block .route-block-inner dl dt {
  margin-bottom: 5px;
  color: #bf7830;
  font-size: 110%;
  font-weight: bold;
}

.route-block .route-block-inner dl dd {
  padding: 10px;
  background: #EEE;
}

@media (min-width: 950px) {
  .gmap-block.alignright {
    width: 45%;
    max-width: none;
    margin: 0 0 0 60px;
  }

  .gmap-block iframe {
    height: 460px;
  }

  .route-block {
    margin-top: 40px;
  }

  .route-block .route-block-inner {}

  .route-block .route-block-inner .route-block-img {
    clear: right;
    float: right;
    width: 35%;
    margin-left: 25px;
  }

  .route-block .route-block-inner .route-block-img img {}

  .route-block .route-block-inner dl {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .route-block .route-block-inner dl dt {}

  .route-block .route-block-inner dl dd {
    flex: 1;
    padding: 12px 15px;
    font-size: 90%;
  }
}

/*--------------------------------------
  # shigin
--------------------------------------*/

.shigin-hour {
  margin-bottom: 1.4em;
  border: 1px solid #999;
  border-radius: 8px;
  overflow: hidden;
}
.shigin-hour dt {
  padding: 6px 10px;
  background: #EEE;
  border-bottom: 1px solid #999;
}
.shigin-hour dd {
  padding: 6px 10px;
}

.shigin-event {}

.shigin-event .shigin-event-item {
  margin: 30px 0;
  padding: 0 10px;
  font-size: 94%;
}

.shigin-event .shigin-event-item h3 {
  margin: 0 -10px 15px;
  padding: 10px 10px 8px;
  font-size: 115%;
  background: #fbfbe6;
  line-height: 1.2;
}

.shigin-event .shigin-event-item h3 .small {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 1.2rem;
  font-weight: 400;
}

.shigin-event .shigin-event-item p {}

@media (min-width: 950px) {
.shigin-hour {
  display: inline-block;
  min-width: 35%;
}
.shigin-hour dt {
  padding: 8px 18px;
}
.shigin-hour dd {
  padding: 12px 18px;
}

  .shigin-event {}

  .shigin-event .shigin-event-item {
    margin-bottom: 40px;
  }

  .shigin-event .shigin-event-item h3 {
    padding: 15px 15px 12px;
    font-size: 120%;
  }

  .shigin-event .shigin-event-item h3 .small {}

  .shigin-event .shigin-event-item p {}
}