html {
	/* set base font-size to equiv "10px", which is adapted to rem unit */
	font-size: 62.5%;
	/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
	font-size: calc(1em * 0.625);
}
body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#shoplist {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: -100px;
	padding-top: 100px;
}
#shoplist > h2 { 
	color: #7d61a8;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 40px;
}
.sec9 {
	background: #00adcf;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	overflow: hidden;
}
.sec9 .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec9 .title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.sec9 .meta a {
    margin: 0 8px;
}
.sec9 .meta a:hover {
	text-decoration: underline;
}
.shop-info {
    padding-top: 70px;
    padding-bottom: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
#info-box {
	padding-left: 1%;
	width: 49%;
}
#info-box a .external-link {
  background-image: url("../../lp-shop/img/shop/link3.svg");
  width: 2rem;
  height: 2rem;
  margin-bottom: -5px;
  margin-left: 0;
}
#info-box a:hover {
  text-decoration: none;
}
#info-box a:hover .external-link {
  background-image: url("../../lp-shop/img/shop/link3-white.svg");
  text-decoration: none;
}
#info-box .price {
  /*margin-top: 12px;*/
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  color: #804c9e;
  font-size: 1.8rem;
}
#info-box .price em {
	font-style: normal;
}
#info-box .price strong {
	margin-left: 10px;
	font-size: 3.8rem;
}
#info-box .price span {
	font-size: 1.6rem;
	padding-top: 6px;
}
#info-box .price span.about {
	background: url("../../lp-shop/img/shop/link1.svg") no-repeat 20px 13px;
	background-size: 0.3em;
	border-left: 1px solid #804C9E;
	padding-left: 30px;
	margin-left: 10px;
	height: 30px;
}
#info-box .price span.about a {
	color: #804c9e;
}
#info-box .price span.about a:hover {
  text-decoration: underline;
}
#info-box .postal {
  margin-top: 5px;
  margin-bottom: 5px;
}
#info-box .address {
  margin-top: 5px;
  margin-bottom: 0;
}
#info-box .tel {
	font-size: 3.2rem;
	background: url("../../lp-shop/img/shop/tel.svg") center left no-repeat;
	background-size: .6em;
	padding-left: .8em;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #333;
}
#info-box .extra-name {
  margin-bottom: -10px;
  margin-top: 20px;
  padding-top: 10px;
  font-weight: bold;
}
#info-box .extra-text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#info-box .shour {
  margin-top: 5px;
  margin-bottom: 20px; }

#info-box .detail {
  margin-top: 20px; }

#icon-box {
  display: flex;
  max-height: 80px;
  margin-top: 18px;
  margin-bottom: 10px;
}

#icon-box img {
  width: 50px;
  margin-right: 5px;
}

#info-box .brands {
  margin-top: 15px;
}
#info-box .brands a,
#info-box .brands span {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#info-box .brands a img,
#info-box .brands span img {
  transition: padding .15s linear;
  width: 90%; }

/* #info-box .brands a:hover img {
padding: 2px;
transition: padding .15s linear; } */

#info-box .brands a img,
#info-box .brands span img {
display: block;
width: 90%;
transition: transform .15s linear;
}

#icon-box > a:hover img,
#info-box .brands a:hover img {
transform: scale(1.05);
}

#photo-box {
  width: 49%;
  padding-right: 1%;
}

#photo-box .photoItem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden; }

#photo-box .photoItem img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

#photo-box .owl-carousel {
  margin-bottom: 50px; }

#photo-box .owl-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center; }

#photo-box .owl-dot {
  width: 10px;
  height: 10px;
  margin: 15px 5px;
  border-radius: 100%;
  background-color: #eee;
  display: inline-block; }

#photo-box .owl-dot.active {
  background-color: #804c9e; }

#photo-box .owl-prev,
#photo-box .owl-next {
  position: absolute;
  top: 0;
  text-indent: -999em;
  font-size: 1px;
  overflow: hidden;
  width: 40px;
  height: 100%;
  text-align: left; }

#photo-box .owl-prev {
  left: 0; }

#photo-box .owl-next {
  right: 0; }

#photo-box .owl-prev:hover,
#photo-box .owl-next:hover {
  background: rgba(0, 0, 0, 0.4); }

#photo-box .owl-prev:before,
#photo-box .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform-origin: center center;
  transform: rotate(45deg); }

#photo-box .owl-prev:before {
  left: 15px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#photo-box .owl-next:before {
  right: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff; }

#photo-box img {
  line-height: 0;
  font-size: 0; }

#photo-box .link-button .external-link {
  margin-right: 5px;
  margin-left: 0; }

#photo-box a:hover .external-link {
  background-image: url("../../lp-shop/img/shop/external-link-white.svg"); }

#map-box {
  height: 430px;
  position: relative;
}
#map-box .link-button {
  pointer-events: none;
  position: relative;
  bottom: 60px;
	
}
#map-box .link-button a {
	background-color: white;
	padding: 6px 30px;
	pointer-events: auto;
	color: #333;
}
#map-box .link-button a:hover {
	background-color: #804c9e;
	color: #fff;
}
#map-box .link-button .external-link {
  margin-left: 0;
  margin-right: 2px; }

#map-box .link-button a:hover .external-link {
  background-image: url("../img/shop/external-link-white.svg"); }

.map_canvas {
  height: 100%; }

#campaign {
	padding: 70px 0;
	color: white;
	background-color: #804c9e;
	height: 100%;
}
#campaign .inner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#campaign h4 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
#campaign .text .fl {
	padding-right: 2%;
}
#campaign .text > p {
	width: 49%;
	margin-bottom: 0;
}
#campaign .text small {
	display: block;
	padding-top: 1rem;
}
#campaign p.link {
	text-align: center;
}
#campaign p.link .brochur a {
	display: inline-block;
	font-size: 2rem;
	background: url(../../lp-shop/img/shop/link2-white.svg) no-repeat left center;
	padding-left: 25px;
	background-size: 0.8em;
	text-decoration: underline;
	margin-top: 60px;
}
#campaign p.link .admission a {
	font-size: 1.5rem;
	background: url(../../lp-shop/img/shop/link1-white.svg) no-repeat left center;
	padding-left: 15px;
	background-size: 0.5em;
	position: absolute;
	top: 5px;
	right: 15px;
	text-decoration: underline;
}
#campaign .link-button {
	width: 30%;
	margin: 0 3%;
	text-align: center;
}
#campaign .link-button a {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 8px 40px;
	font-weight: bold;
	transition: all .15s linear;
	width: 100%;
	box-sizing: border-box;
}
#campaign .link-button a:hover {
	background: #fff;
	color: #804c9e;
}
#campaign nav.d-flex {
	justify-content: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/** tablet **/
@media screen and (max-width: 1180px) {
	.shop-info {
		padding-left: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	#info-box .price {
		font-size: 1.8rem;
		margin-bottom: 20px;
		position: relative;
	}
	#info-box .price em {
		display: inline-block;
		padding-bottom: 18px;
		font-weight: bold;
	}
	#info-box .price strong {
		font-size: 3.4rem;
		border-left: 1px #804C9E solid;
		padding-left: 10px;
		padding-right: 5px;
		margin-left: 10px;
	}
	#info-box .price span {
		font-size: 1.6rem;
		padding-top: 6px;
	}
	#info-box .price span.about {
		position: absolute;
		bottom: -3px;
		margin-left: -5px;
		border: none;
		font-size: 1.2rem;
		left: 8px;
	}
	#info-box #icon-box {
		margin-bottom: 0;
	}
	#info-box .brands {
		justify-content: flex-start;
	}
  #map-btn {
    display: block; }

  #map-btn .link-button:nth-child(2) {
    margin-top: 16px; }
	#shop-message .text {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	#campaign .text {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
}

/** smartphone **/
@media screen and (max-width: 700px) {
	#shoplist {
		margin-top: -70px;
		padding-top: 70px;
	}
	#shoplist > h2 {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
    .sec9 .title {
        font-size: 12px;
        font-size: 1.2rem;
    }

	.shop-info {
		display: block;
    	padding: 20px 10px;
	}
	.shop-info .price span.about {
    	right: 50%;
    	margin-right: 30px;
	}

  	#info-box {
		width: 100%;
		margin-bottom: 30px;
	}
	#info-box .link-button {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	#info-box .price {
		justify-content: center;
	}
	#info-box .price span.about {
		right: 50%;
		bottom: -3px;
		left: auto;
	}
	#info-box .price span.about a {
		text-decoration: underline;
	}
	#info-box .postal,
	#info-box .address,
	#info-box .access {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	#info-box .postal {
		margin-bottom: 0;
	}
	#info-box .address {
		margin-top: 0;
	}
	#info-box .tel {
		color: #804c9e;
		margin-bottom: 0;
		line-height: 1;
	}
	#info-box .extra-text {
    	font-size: 1.2rem;
    	margin-bottom: 20px;
    	margin-top: 10px; }
	#info-box .fax {
    	padding: 5px 0 0;
    	margin: 0; }
	#info-box .stuffhour {
		margin-bottom: 8px;
	}

  #info-box .shour {
    margin-top: 0; }

  #icon-box {
    margin-top: 0;
    max-height: 60px; }

  #icon-box img {
    width: 11.8%;
    margin: 0 0 0 0.8%; }

  #icon-box img:first-child {
    margin-left: 0; }

  #info-box .brands {
    margin-top: 10px; }

	#photo-box {
		width: 100%;
	}

  #photo-box .link-button {
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

  #photo-box .owl-prev,
  #photo-box .owl-next {
    width: 30px; }

  #photo-box .owl-prev:hover,
  #photo-box .owl-next:hover {
    background: transparent; }

  #photo-box .owl-prev:before,
  #photo-box .owl-next:before {
    width: 15px;
    height: 15px;
    margin-top: -7px; }

  #photo-box .owl-prev:before {
    left: 12px; }

  #photo-box .owl-next:before {
    right: 12px; }
	#photo-box .link-button a {
		padding: 8px 10px;
	}
	
	#map-box .link-button {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
    font-size: 1.6rem;
    font-weight: bold; }

  #map-box {
    height: 280px; }

  #map-box .link-button a {
    padding: 6px 10px; }

  #map-box .link-button a span.external-link {
    margin-right: 5px; }

  #photo-box .link-button a,
  #map-box .link-button a {
    padding: 8px 10px; }

  #map-box .link-button a {
    width: 200px;
    margin: 0 auto;
    box-sizing: border-box; }
	
	#campaign {
		padding: 30px 0;
		font-size: 1.4rem
	}
	#campaign h4 {
		font-size: 1.8rem;
		font-weight: normal;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	#campaign .text .fl {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#campaign .text .fr {
		width: 100%;
		padding-top: 2rem;
	}
	#campaign p.link {
		text-align: center;
	}
	#campaign p.link a {
		font-weight: bold;
	}
	#campaign p.link .brochur {
		display: block;
		margin-top: 15px;
	}
	#campaign p.link .brochur a,
	#campaign p.link .admission a {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	#campaign p.link .admission {
		display: block;
	}
	#campaign p.link .admission a {
		position: relative;
		display: inline-block;
		top: 0;
		right: 0;
	}
	#campaign nav.d-flex {
		padding: 0 10px;
		margin-top: 30px;
	}
	#campaign .link-button {
		width: 100%;
		max-width: 320px;
		margin: 15px 10px 0;
	}
}


/* iPhone5 */
@media screen and (max-width: 320px) {
  #info-box .price {
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #info-box .tel {
    font-size: 3rem;
  }
  #info-box .price strong {
    font-size: 3.0rem;
    border-left: 1px #804C9E solid;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 10px;
  }
  #info-box .price span {
    font-size: 1.3rem;
    padding-top: 6px;
  }
  #info-box .price span.about {
    font-size: 1rem;
  }
  #info-box .link-button a {
    font-size: 1.5rem;
  }
}

/* message - class */
.shop-message-wrap {
  max-width: 1144px;
  width: calc(100% - 30px);
  margin: 30px auto;
  padding: .8em;
  color: #d32b2b;
  border: 1px solid #d32b2b;
  text-align: center;
}
.shop-message-block {
  position: relative;
  text-align: left;
  padding-left: 2em;
  line-height: 1.6em;
  font-size: 15px;
  overflow: hidden;
}
.shop-message-block::before {
  content: "!";
  display: block;
  position: absolute;
  left: 0;
  top: .35em;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #d32b2b;
  border-radius: 50%;
}
/** smartphone **/
@media screen and (max-width: 740px) {
  .shop-message-wrap {
    margin-top: 10px;
  }
  .shop-message-block {
    font-size: 12px;
  }
}