/*
.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 736px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}
*/
body{
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*edit*/
div img{
  vertical-align: top;
}
div.kv{
  position: relative;
}
div.store{
}
.gmap {
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.blk_last{
  padding-bottom: 100px;
  background-color: #83CCD5;
}
@media screen and (max-width: 640px) {
  .blk_last{
    padding-bottom: 15vw;
  }
}
.blk_text{
  background-color: #83CCD5;
  color: #ffffff;
}









.fixed-menu{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	max-width: 640px;
	margin: auto;
}
.fixed-menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fixed-menu ul li{
	width: 100%;
}
.fixed-menu ul li a{}
.fixed-menu ul li a img{
	width: 100%;
}

.pagetop{
	bottom: 240px;
	right: 30px;
	position: absolute;
}
.pagetop a{}
.pagetop a img{
	width: 60px;
	height: 60px;
}
