@charset "UTF-8";
------------------------------ */ @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&family=Montserrat:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700&display=swap');
/*** FLOOR_MAP_PAGE ***/
/* -----
 * FLOOR GUIDE
----------------------------------------------------------------------------- */
@media print {
  .no_print {
    display: none;
  }
}
@media screen {
  .no_screen {
    display: none;
  }
}
.image_wrapper {
  text-align: center;
}
.image_map {
  height: auto;
  width: 94%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/*.image_wrapper_sp {
  position: relative;
}
.image_sp {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  display: inline-block;
}
.image_sp img {
  width: 80%;
  display: block;
  margin: 0 auto;
  z-index: 10;
}
.image_spicon {
  content: "";
  display: block;
  position: absolute;
  bottom: 30%;
  right: 12%;
  width: 8%;
  z-index: 10;
}
*/
.image_pc {
  width: 100%;
  position: relative;
  display: inline-block;
}
.image_pc img {
  width: 100%;
}
.image_spicon img {
  width: 35px;
  position: absolute;
  top: 65%;
  right: 6%;
  z-index: 999;
}
/*.image_pc :before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: 100px;
  width: 780px;
  height: calc(100% - 120px);
  z-index: -2;
}
*/
@media screen and (min-width: 1180px) {
  .image_map {
    height: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 768px) {

  .background-brown {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70vw;
    background-color: #ae9370;
    margin-top: 3rem;
  }
}
/*****- common class *****/
.km-col-lg-12 {
  padding: 40px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
/* FLOOR title and Button */
.maintitle {
  background-color: rgba(251, 255, 251, 0.6);
  display: inline-block;
  width: 97.22%;
  margin: 0 auto;
  padding: 1vw;
  font-size: calc(2.0688rem + 0.9vw);
  line-height: 1.1;
  text-align: center;
  font-family: 'ROBOTO', sans-serif;
}
.maintitle br {
  line-height: initial;
  display: block;
  content: "";
  margin: -1.6vw 0;
}
.subtitle {
  color: #bd272d;
  font-size: calc(1.062rem + 0.2vw);
  line-height: 1;
  font-weight: 600;
  font-family: 'M PLUS 1p', sans-serif;
}

/* required styles (ONLY MAP CSS) */
/* MAP_zoom */
.onlysp {
  display: none;
}
.backgroundall {
  position: relative;
  background: transparent;
}
.sp_point {
  position: absolute;
  top: 30;
  /* left: -10; */
  width: 10vw;
  z-index: 99;
}
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  bottom: 10%;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  right: 2%;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  /* margin-top: 10px; */
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  /* margin-left: 10px; */
}
.leaflet-left .leaflet-control {
  margin-left: 4vw;
}
.leaflet-top .leaflet-control {
  margin-top: 2vw;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
/*.leaflet-container {
  outline: 0;
  -moz-box-shadow: 0px 2px 4px rgb(40 17 9 / 40%);
  -webkit-box-shadow: 0px 2px 4px rgb(40 17 9 / 40%);
  box-shadow: 0px 2px 4px rgb(40 17 9 / 40%);
}*/
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
      line-height: 19px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  /* border-top-left-radius: 4px; */
  /* border-top-right-radius: 4px; */
  border-radius: 2px;
}
.leaflet-bar a:last-child {
  border-radius: 2px;
  /* border-bottom-left-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
/* .leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
 */
.leaflet-touch .leaflet-bar a {
      background-color: #333333;
    opacity: 0.8;
  color: #ffffff;
      font-size: 55px;
	    line-height: 29px;
  padding: 11px 15px 13px 10px;
}
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
      text-indent: -2px;
	font: bold 18px "Lucida Console", Monaco, monospace;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  margin-bottom: 0.6vw;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
/* -----
 * SHOP GUIDE　
----------------------------------------------------------------------------- */
/*.title_guide {
	margin: 0;
}
*/
.section_guide .contents_header {
  padding: 10px 10px 10px 20px;
}
.section_guide .floor_shopworp {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
}
.section_guide {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: -150px auto 0;
  padding-top: 200px;
}
.btn_guide {
  width: 250px;
  font-size: 18px;
  font-weight: 600;
}
.guide {
  padding: 15px 10px;
}
.guide .floor_shoptxt {
  margin-left: 20px;
  font-weight: 600;
}
.floor_shoptxt .floor {
  font-size: 0.75em;
}
.guide_img img {
  width: 150px;
  vertical-align: middle;
  border: solid 1px #d1d1d1;
}
/* -----
 * ショップ詳細
----------------------------------------------------------------------------- */
.section_detail01 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.section_detail01 .d-flex {
  padding: 10px 0 20px;
  border-bottom: none;
}
.detai_img img {
  width: 150px;
  vertical-align: middle;
  border: solid 1px #d1d1d1;
}
.detai_shoptxt {
  font-size: 1.4em;
  margin-left: 20px;
  font-weight: bold;
}
.detai_shoptxt .format {
  font-size: 0.8em;
  font-weight: 500;
}
.detail-letters {
  margin-top: 90px;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
}
.detail-letters .detail-title {
  color: #8b7048;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.detail-item {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.detail-about {
  margin-top: 60px;
}
.detail-item dl {
  display: flex;
  flex-flow: row wrap;
  letter-spacing: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
}
.detail-item dt {
  width: 15%;
  padding: 20px 0px 20px 20px;
  background-color: #f7f4f0;
}
.detail-item dd {
  width: 65%;
  padding: 20px 0px 20px 20px;
  background-color: #fff;
}
.detail-item dd span {
  padding-left: 20px;
}
.item02 dt {
  border-bottom: none;
}
.item02 dd {
  border-bottom: none;
  word-wrap: break-word
}
.item02 dd a {
  text-decoration: none;
  color: #8c7048;
}
.item02 li {
  display: inline;
  margin-right: 10px;
}
.item02 li img {
  width: 35px;
  height: 35px;
}
/* -----
 * アクセス
----------------------------------------------------------------------------- */
.section_access {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.access-map .image_pc {
  position: relative;
  width: 100%;
  max-width: 1100px;
  /*	background-color: #f7f4f0;
		padding: 0 5%;
    box-sizing: border-box;*/
}
.access-map .image_pc:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 60%;
  height: calc(100% - 20px);
  background: none;
  z-index: -2;
}
.access-map .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  left: 0 !important;
  -ms-touch-action: none;
  width: 100% !important;
  touch-action: none;
  background-color: #f7f4f0;
}
.access-map .leaflet-left {
  right: 0%;
}
.access-map .leaflet-top {
  bottom: 0%;
}
.access-map .leaflet-container {
  -moz-box-shadow: 0px 2px 4px rgb(40 17 9 / 0%);
  -webkit-box-shadow: 0px 2px 4px rgb(40 17 9 / 0%);
  box-shadow: 0px 2px 4px rgb(40 17 9 / 0%);
}
.access-btn {
  margin-top: 30px;
  font-weight: 500;
}
.access-btn a.shop_btn_txt:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/access/access-icon.svg) no-repeat;
  position: absolute;
  top: 28%;
  left: 25px;
  margin-top: -6px;
}
.access-btn a.shop_btn_txt:hover:after {
  background: url(../img/access/access-map-on.svg) no-repeat;
}
.access-title {
  font-size: 24px;
  color: #8b7048;
  font-weight: 600;
  padding-left: 52px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  line-height: 38px;
  width: 500px;
  height: auto;
  background: url(../img/access/access-icon01.svg) no-repeat;
  background-size: 40px 40px;
  font-family: 'Noto Sans JP', sans-serif;
}
.parking {
  background: url(../img/access/access-icon02.svg) no-repeat;
  background-size: 40px 40px;
}
.outlet {
  background: url(../img/access/access-icon03.svg) no-repeat;
  background-size: 40px 40px;
}
.access-btn .shop_btn a.shop_btn_txt {
  padding-left: 50px;
}
.parking-memo {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
}
.red {
  color: #e53e24;
}
.access-item {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.access-item dl {
  display: flex;
  flex-flow: row wrap;
  letter-spacing: 1px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #ccc;
}
.access-item dt {
  width: 15%;
  padding: 20px 0px 20px 20px;
  background-color: #f7f4f0;
}
.access-item dd {
  width: 65%;
  padding: 20px 0px 20px 20px;
  background-color: #fff;
}
.telLink {
  color: #000000;
  text-decoration: none;
}
/* -----
 * 推奨環境
----------------------------------------------------------------------------- */
.environment-about {
  margin-top: 60px;
}
.font-Noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.environment {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.environment_header {
  letter-spacing: 3px;
}
.plug-in-title {
  margin-top: 10px;
  font-weight: 500;
  border-bottom: 1px solid #cfcecd;
}
.textarea {
  font-size: 15px;
  margin-left: 15px;
}
.plug-in {
  margin-top: 15px;
  display: flex;
}
.plug-in-memo {
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.plug-in-memo2 {
  margin-top: 20px;
  margin-bottom: 80px;
}
.environment-about a {
  color: #8b7048;
}
/* -----
 * サイトポリシー
----------------------------------------------------------------------------- */

.rules {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
    letter-spacing: 6px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.section_rules {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 110px;
}
.rules-about {
  margin-top: 25px;
}
.rules_header {
    background-color: #8c7048;
    padding: 10px 10px 10px 25px;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.2em;
}
/* -----
 * タブレット調整
----------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .maintitle {
    padding: 15px 0;
    line-height: 1;
  }
  .detail-item dt {
    flex-basis: 11%;
    padding: 20px;
  }
  .detail-item dd {
    flex-basis: 75%;
    padding: 20px;
  }
  .access-map {
    margin: 0 5px;
  }
  .access-btn {
    margin-top: 30px;
  }
}
/* -----
 * スマホ調整
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.leaflet-touch .leaflet-bar a {
    padding: 8px 10px 10px 10px;
		 font-size: 50px;
}
	.backgroundall {
    position: relative;
    background: transparent;
}
	/* general typography */
.leaflet-container {
	height: 400px !important;
}
  .btn {
    font-size: 5.2vw;
    margin-right: 3.3vw;
  }
  .btn:last-child {
    margin-right: 0;
  }
  .btn a {
    font-weight: 500;
  }
  .btn_floor a {
    padding: 10px 0 !important;
  }
  .btn_on {
    font-size: 5.2vw;
    margin-right: 3.3vw;
  }
  .maintitle {
    width: 100%;
    font-size: calc(1.774rem + 0.7vw);
    line-height: 0.8;
  }
  .subtitle {
    font-size: calc(0.83rem + 0.032vw);
  }
  .btn-lg {
    font-size: 1.5rem;
    padding: 1.202vw 6.046vw;
  }
  .floor_shoptxt {
    font-size: 3.6vw;
  }
  .floor_shoptxt {
    margin-left: 10px;
    font-size: 3.6vw;
    font-weight: 600;
  }
  .floor_shopworp {
    margin: 70px auto 60px;
  }
  .numberbtn {
    font-size: 4.2vw;
  }
  .numberbtn {
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 4.2vw;
    line-height: 40px;
  }
  .floor_shop {
    width: 90%;
  }
  /* ショップガイド用ナビ */
  .section_guide .contents_header {
    text-align: center;
  }
  .section_guide {
    margin: -60px auto 30px;
    padding-top: 60px;
  }
  .section_guide .floor_shopworp {
    margin: 20px auto 0;
  }
  .guide .floor_shoptxt {
    font-size: 3.2vw;
  }
  .guide .floor_shoptxt {
    margin-left: 10px;
  }
  .guide_img {
    width: 25%;
  }
  .floor_button {
    width: 10px;
    margin-right: 0px;
  }
  .btn_guide {
    font-size: 3.2vw;
    width: auto;
    margin-right: 2.3vw;
  }
  .btn_guide:last-child {
    margin-right: 0;
  }
  .btn_guide a {
    font-weight: 600;
    padding: 10px 10px;
  }
  .section_guide .contents_header {
    font-size: 4.6vw;
  }
  .image_pc:after {
    height: calc(100% - 60px);
  }
  .btn_nest {
    justify-content: space-around;
  }
  /* ショップ詳細 */
  .detai_img img {
    width: 100px;
  }
  .section_detail01 .d-flex {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .detai_shoptxt {
    font-size: 5.2vw;
    margin-left: 0;
    margin-top: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .detail_img {
    margin: 0;
  }
  .detail-letters {
    font-size: 3.6vw;
    margin-top: 60px;
    text-align: center;
  }
  .detail-txt {
    text-align: left;
  }
  .detail-item dt {
    flex-basis: 20%;
    padding: 9px;
    font-size: 2.4vw;
  }
  .detail-item dd {
    font-size: 2.4vw;
    flex-basis: 70%;
    padding: 10px 0px 10px 10px;
  }
  .detail-about {
    margin: 30px 0 50px;
  }
  /* アクセス */
  .access-map .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    left: 5% !important;
    -ms-touch-action: none;
    width: 90% !important;
    touch-action: none;
    background-color: none;
  }
  .access-map .image_spicon img {
    top: 85%;
  }
  .access-btn {
    margin-top: 30px;
  }
  .access-btn .shop_btn {
    max-width: 60%;
  }
  .access-btn a.shop_btn_txt:after {
    width: 25px;
    height: 25px;
  }

  .access-btn .shop_btn a.shop_btn_txt {
    font-size: 3.2vw;
  }
  .access-item {
    font-size: 3.2vw;
  }
  .access-title {
    padding-left: 45px;
    line-height: 36px;
    font-size: 4.8vw;
    background-size: 35px;
    width: 90%;
  }
  .outlet {
    line-height: 1.3;
  }
  .parking-memo {
    font-size: 3.2vw;
  }
  .parking-memo span {
    margin-left: 4%;
  }
  .access-item dt {
    width: 20%;
    padding: 10px 0px 10px 10px;
  }
  .access-item dd {
    width: 70%;
    padding: 10px 0px 10px 10px;
  }
  /* 推薦環境 */
  .environment {
    margin-top: 90px;
    font-size: 8.2vw;
  }
  .environment-about {
    margin-top: 30px;
  }
  .environment_header {
    text-align: center;
  }
  .plug-in {
    display: inline-block;
    text-align: center;
  }
  .textarea {
    font-size: 3.2vw;
    margin-left: 0px;
    text-align: left;
    margin-top: 5px;
  }
  .plug-in-memo {
    font-size: 3.2vw;
    margin-bottom: 50px;
  }
  .plug-in-memo2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 4.2vw;
  }
  /* サイトポリシー */	

	.rules_header {
	padding: 6px 0px 6px;
		margin-bottom: 15px;
    font-size: 4.8vw;
}
	.rules {
        margin: 100px auto 35px;
		    letter-spacing: 4px;
    font-size: 7.2vw;
}
.rules-memo {
    font-size: 3.6vw;
    line-height: 1.7;
}
.section_rules {
    margin: 20px auto 50px;
}
	
}
@media screen and (min-width: 767px) {
  .telLink {
    pointer-events: none;
  }
}