/* gmap.css */

.page-title {
  position: relative;
  color: #fff;
  background: #391550;
}
.page-title .inner {
  position: relative;
  /*max-width: 1340px;*/
  margin: 0 auto;
  padding: 10px 20px 15px;
  z-index: 5;
  overflow: hidden;
}
.page-title h1 {
  font-size: 30px;
}

#main-contents .breadcrumb {
  margin: 0;
  padding: 0;
}
#main-contents .breadcrumb a:hover {
  color: #ddd;
}

/** tablet **/
@media screen and (max-width: 1068px) {
}

/** smartphone **/
@media screen and (max-width: 700px) {
  .page-title .inner {
    padding: 5px 15px 15px;
  }
  .page-title h1 {
    font-weight: bold;
  }
}

#gmap-page-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gmap/bg_pagettl.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
#gmap-page-title h1 {
  float: left;
  width: 29%;
  padding-top: 2rem;
}
#gmap-page-title .search-area {
  width: 71%;
  float: left;
}
#gmap-page-title .searchform,
#gmap-page-title .link-button {
  display: inline-block;
  vertical-align: middle;
}
#gmap-page-title .searchform #s {
  padding: 0 20px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #804c9e;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 0 0 #502f76 inset;
  transition: box-shadow .5s ease;
  line-height: 50px;
  height: 50px;
  width: 290px;
  outline: none;
}
#gmap-page-title .searchform #s:focus {
  box-shadow: 0 0 8px #502f76 inset;
}
#gmap-page-title .searchform #searchsubmit {
  width: 60px;
  height: 50px;
  background: url(../img/ico_search.png) no-repeat center center #804c9e;
  background-size: 24px auto;
  text-indent: -999em;
  border: none;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
}
#gmap-page-title .searchform .ex {
  padding: 8px 0 0 18px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
#gmap-page-title .link-button {
  padding-left: 20px;
  font-size: 17px;
}
#gmap-page-title .link-button a {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 40px;
  border: 2px solid #fff;
  transition: all .3s ease;
}
#gmap-page-title .link-button a:hover {
  background: #fff;
  color: #734e9f;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  #gmap-page-title:before {
    background-image: url(../img/gmap/bg_pagettl_sp.png);
  }
  #gmap-page-title .search-area {
    text-align: center;
  }
  #gmap-page-title .searchform .ex {
    padding-left: 0;
  }
  #gmap-page-title .link-button {
    display: block;
    padding: 20px 0 0;
  }
  #gmap-page-title h1 span {
    font-size: 14px;
    font-weight: normal;
    display:none;
  }
}

/** smartphone **/
@media screen and (max-width: 700px) {
  #gmap-page-title h1,
  #gmap-page-title .search-area {
    float: none;
    width: auto;
    text-align: center;
  }
  #gmap-page-title .searchform {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  #gmap-page-title .searchform #s {
    line-height: 40px;
    height: 40px;
    width: 87.5%;
    font-size: 16px;
  }
  #gmap-page-title .searchform #searchsubmit {
    width: 12.5%;
    height: 40px;
    background-color: #804c9e;
    background-size: 20px auto;
  }
  #gmap-page-title .searchform .ex {
    font-size: 10px;
  }
  #gmap-page-title .link-button {
    padding: 15px 0 0;
    max-width: 340px;
    margin: 0 auto;
    font-size: 16px;
  }
  #gmap-page-title .link-button a {
    display: block;
    padding: 8px 0;
    transition: none;
  }
  #gmap-page-title .link-button a:hover {
    background: none;
    color: #fff;
  }
}

.page-title .inner {
  max-width: 1140px;
}
#map-area {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
#map-area #data-list {
	width: 100%;
	height: auto;
}
#map-area #mapMsg {
	width: 100%;
	text-align: center;
	padding: 0px 20px 20px;
	color: #333;
	line-height: 1.2;
	box-sizing: border-box;
}
#map-area.loaded #mapMsg {
  min-height: 1px;
}
#map-area.loaded #mapMsg:before,
#map-area.loaded #mapMsg:after {
  display: none;
}
/*
#mapMsg:before,
#mapMsg:after {
  content: "";
  border-radius: 50%;
  width: 5em;
  height: 5em;
  box-sizing: border-box;
}
#mapMsg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: .5em solid rgba(128,76,158, 0.2);
  border-right: .5em solid rgba(128,76,158, 0.2);
  border-bottom: .5em solid rgba(128,76,158, 0.2);
  border-left: .5em solid #804c9e;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
*/
#map-area .single-desc {
	position: relative;
	border-bottom: 1px dotted #ddd;
}
#map-area .single-desc a {
  display: table;
  width: 100%;
  transition: background .15s linear, color .15s linear;
}
#map-area .single-desc:last-child {
  border-bottom: none;
}
#map-area .single-desc a:hover {
  color: #804c9e;
  background: #f7f4f9;
}
#map-area .single-desc h2,
#map-area .single-desc .info {
  display: table-cell;
  vertical-align: middle;
}
#map-area .single-desc h2 {
  padding: 18px 0 18px 20px;
  margin: 0;
  width: 260px;
  font-size: 150%;
  font-weight: normal;
}
#map-area .single-desc h2 .states {
	display: block;
  font-size: 80%;
}
#map-area .single-desc .info {
  padding: 18px 240px 18px 20px;
}
#map-area .single-desc .info p {
  margin: 0;
}
#map-area .single-desc .info p strong {
  font-size: 20px;
  font-weight: normal;
}
#map-area .single-desc .info .access {
  display: inline-block;
	width: auto;
  vertical-align: baseline;
  margin-left: 10px;
  color: #804c9e;
  text-decoration: underline;
	border: none;
}
#map-area .single-desc .info .access i {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("../img/external-link.svg") no-repeat;
  background-size: 100% auto;
}
#map-area .single-desc .shop-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	padding: 0;
  width: 180px;
	height: 40px;
  line-height: 38px;
  color: #804c9e;
	font-size: 18px;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #804c9e;
  transition: color .15s linear, background .15s linear;
}
#map-area .single-desc a:hover .shop-btn {
  color: #fff;
  background: #804c9e;
}

#data-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border-top: 1px #ddd solid;
}
#data-list li > a {
  display: block;
  padding: 20px 30px 10px;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: background .15s linear;
  -moz-transition: background .15s linear;
  -ms-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;
}

#data-list li > a:hover {
  background: #f7f4f9;
  transition: background .15s linear;
}
#data-list li h2 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  color: #804c9e;
}
#data-list li h2 .states {
  font-size: 80%;
}
#data-list li p {
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}
#data-list li p strong {
  font-size: 20px;
  font-weight: normal;
}
#data-list li p.shop-link {
  padding-top: 10px;
  text-align: center;
  font-size: 18px;
}
#data-list li p.shop-link span {
  display: block;
  padding: 5px;
  background: #804c9e;
  border-radius: 40px;
  color: #fff;
}
#data-list li p .access {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  color: #804c9e;
  text-decoration: underline;
}
#data-list li p .access i {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("../img/external-link.svg") no-repeat;
  background-size: 100% auto;
}

#map_canvas .infoInner {
  max-width: 260px;
  padding: 10px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#map_canvas .mapName,
#map_canvas .mapAddress,
#map_canvas .shopLink {
  display: block;
  line-height: 1.2;
}
#map_canvas .shopLink {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}
#map_canvas .shopLink a {
  display: inline-block;
  padding: 10px 20px;
  background: #8148a0;
  color: #fff;
  border-radius: 40px;
  transition: opacity .15s linear;
}
#map_canvas .shopLink a:hover {
  opacity: .8;
}

/*SEARCH BOX*/
/*
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#target {
  width: 345px;
}*/

/** tablet **/
@media screen and (max-width: 1068px) {
  #mapMsg {
    padding: 10px 10px 0 10px;
  }
  #data-list li > a {
    padding: 15px;
  }
  #data-list li h2 {
    font-size: 18px;
  }
  #data-list li p {
    font-size: 14px;
  }
  #data-list li p strong {
    font-size: 18px;
  }
  #data-list li p.shop-link {
    font-size: 16px;
  }
  #map-area .single-desc a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #7B51A0;
    border-right: 1px solid #7B51A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #map-area .single-desc h2 {
    width: 240px;
    font-size: 130%;
  }
  #map-area .single-desc .info {
    padding: 18px 40px 18px 20px;
  }
	#map-area .single-desc .info p strong {
		font-size: 18px;
	}
  #map-area .single-desc a .shop-btn {
    display: none;
  }
}

/** smartphone **/
@media screen and (max-width: 700px) {
	#map-area #mapMsg {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 30px 10px 15px;
    margin: 0;
    font-size: 14px;
		text-align: left;
	}
  #map-area .single-desc a {
    display: block;
    padding: 10px 30px 10px 10px;
    transition: none;
  }
  #map-area .single-desc a:hover {
    color: #000;
    background: none;
  }
  #map-area .single-desc h2,
  #map-area .single-desc .info {
    display: block;
    vertical-align: middle;
  }
  #map-area .single-desc h2 {
    padding: 0 0 5px;
    width: auto;
    font-size: 105%;
    font-weight: bold;
  }
  #map-area .single-desc h2 .states {
	display: inline;
  }
  #map-area .single-desc .info {
    padding: 0;
  }
  #map-area .single-desc .access i {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  #map-area .single-desc a:after {
    right: 10px;
  }

  .mapbox {
    position: relative;
    float: none;
    width: auto;
    height: 0;
    padding-bottom: 50%;
  }

  #data-list {
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
  }
  #data-list li {
    display: none;
    border-top: none;
    border-bottom: 1px #ddd solid;
  }
  #data-list li:first-child,
  #data-list li:nth-child(2),
  #data-list li:nth-child(3),
  #data-list li:nth-child(4){
    display: block;
  }
  #data-list.show li {
    display: block;
  }
  #data-list li > a {
    position: relative;
    padding: 20px 40px 20px 15px;
  }
  #data-list li > a:hover {
    background: #fff;
  }
  #data-list li h2 {
    font-size: 16px;
  }
  #data-list li p {
    font-size: 13px;
  }
  #data-list li p strong {
    font-size: 13px;
  }
  #data-list li p.shop-link {
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 0;
    margin: 0;
  }
  #data-list li p.shop-link span {
    display: none;
  }
  #data-list li p.shop-link:before,
  #data-list li p.shop-link:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 1px;
    background: #804c9e;
    right: 0;
    top: 0;
    transform-origin:right center;
  }
  #data-list li p.shop-link:before {
    transform: rotate(55deg);
  }
  #data-list li p.shop-link:after {
    transform: rotate(-55deg);
  }
  #data-list li p .access i {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
#map-area .single-desc {
	display: none;
}
#map-area #data-list .single-desc:first-child,
#map-area #data-list .single-desc:nth-child(2),
#map-area #data-list .single-desc:nth-child(3),
#map-area #data-list .single-desc:nth-child(4){
	display: block;
}
#map-area #data-list .single-desc:nth-child(4) {
	border-bottom: none;
}
#map-area #data-list.show .single-desc {
    display: block;
}
#map-area #data-list.show .single-desc:nth-child(4) {
    border-bottom: 1px dotted #ddd;
}
  #map-area #list-more {
    display: block;
    margin: 0;
    padding: 20px;
    color: #804c9e;
    font-size: 16px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
  }

  #map_canvas .infoInner {
    padding: 5px 0;
    max-width: 220px;
    font-size: 12px;
  }
  #map_canvas .shopLink {
    font-size: 14px;
  }
  #map_canvas .shopLink a {
    padding: 6px 25px;
  }
  #map_canvas .shopLink a:hover {
    opacity: 1;
  }
}
