@charset "UTF-8";
/* CSS Document */
.mainArea {
	background-image: url(https://freewan.net/img/storeinfo/h2_bg.jpg);
}
.h2Area .circle .inner .sm {
	color: #01017D;
}
.storeinfoBox {
	padding-bottom: 0;
}
.storeinfoBox .categoryinner {
    padding: 40px 2% 20px;
}
.storeinfoBox .categoryArea .categorylist {
  margin-bottom: 30px;
}
.storeinfoBox .categoryArea .categorylist ul  {
	display: flex;
	justify-content: center;
  margin-top: 15px;
}
.storeinfoBox .categoryArea .categorylist ul li {
	width: 200px;
	margin: 0 1%;
}
.storeinfoBox .categoryArea .categorylist ul li a {
  border: 2px solid #01017D;
  color: #01017D;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 9px;
  display: block;
  padding: 15px 0;
}
.storeinfoBox .categoryArea .categorylist ul li a:hover {
  background: #01017D;
  color: #fff;
}
.storeinfoBox .categoryArea {
  text-align: center;
}
.storeinfoBox .categoryArea .categorylist p.categoryttl {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #01017D;
}
.grouplessonIDbtnArea a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 70px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #01017D;
  border-radius: 9px;
}
.grouplessonIDbtnArea a:hover {
  background-color: #A7AE2C;
}
.storeinfoBox .item .h3Area {
	text-align: center;
	background-color: #01017D;
}
.storeinfoBox .item .h3Area h3 {
	display: inline-block;
	padding: 25px 0 20px;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.storeinfoBox .item .inner {
  padding: 70px 10%;
}
.storeinfoBox .item .storeImg {
	padding-bottom: 40px;
  text-align: center;
}
.storeinfoBox .item .inner .btnArea {
  padding-bottom: 25px;
}
.storeinfoBox .item .inner .btnArea ul.sns {
	display: flex;
	justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.storeinfoBox .item .inner .btnArea ul.sns li {
  margin-left: 10px;
	margin-right: 10px;
}
.storeinfoBox .item .inner .btnArea ul.sns li a {
  display: block;
}
.storeinfoBox .item .inner .btnArea ul.sns li a:hover {
  opacity: 0.7;
}
.storeinfoBox .item .inner .btnArea ul.sns li.instagram_btn a img {
  width: 50px;
}
.storeinfoBox .item .inner .btnArea ul.sns li.line_btn a img {
  width: 55px;
}
.storeinfoBox .item .addressBox dl {
	overflow: hidden;
	margin-bottom: 20px;
}
.storeinfoBox .item .addressBox dl dt,
.storeinfoBox .item .addressBox dl dd {
	float: left;
}
.storeinfoBox .item .addressBox dl:first-child dt {
	padding: 35px 0;
}
.storeinfoBox .item .addressBox dl dt {
	width: 28%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  background-color: #E6E6E7;
  color: #01017D;
  text-align: center;
}
.storeinfoBox .item .addressBox dl dd {
	width: 65%;
	margin-left: 5%;
  padding: 15px;
  font-size: 16px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.storeinfoBox .item .addressBox dl dd.storeLink a {
	display: inline-block;
  margin-top: 5px;
  padding: 5px 15px;
  color: #FFF;
  font-size: 14px;
  background-color: #A6AD2C;
  border-radius: 9px;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  text-shadow: none;
}
.storeinfoBox .item .addressBox dl dd.storeLink a:hover {
	background-color: #494541;
}
.storeinfoBox .item .addressBox dl dd p {
	display: inline-block;
  margin-right: 3px;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 14px;
  color: #FFF;
  text-shadow: none;
}


@media screen and (max-width: 768px) {
	.storeinfoBox .store_pt  {
    padding-top: 86px;
  }
	.mainArea {
		background-image: url(https://freewan.net/img/storeinfo/h2_bg_sp.jpg);
	}
	.storeinfoBox {
		padding-bottom: 0px;
	}
  .storeinfoBox .categoryinner {
    padding-bottom: 0;
  }
  .storeinfoBox .categoryArea .categorylist {
    margin-bottom: 15px;
  }
  .storeinfoBox .categoryArea .categorylist p.categoryttl {
    padding-bottom: 10px;
    font-size: 4vw;
  }
  .storeinfoBox .categoryArea .categorylist p.categoryttl ul li {
    font-size: 3vw;
  }
  .storeinfoBox .categoryArea .categorylist ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }  
  .storeinfoBox .categoryArea .categorylist ul li {
    width: 48%;
    margin: 1%;
    font-size: 3vw;
  }  
  .grouplessonIDbtnArea a {
    width: 100%;
    margin-bottom: 0;
    font-size: 3vw;
    padding: 15px 0;
  }
	.storeinfoBox .item .h3Area h3 {
		display: inline-block;
		padding: 10px 0;
		font-size: 5vw;
	}
  .storeinfoBox .item .inner {
    padding: 40px 5vw;
  }
	.storeinfoBox .item .inner .btnArea ul.sns {
    margin-top: 10px;
	}
  .storeinfoBox .item .inner dl:first-child dt {
    padding: 5px 0;
  }
  .storeinfoBox .item .inner dl dt {
    width: 100%;
    display: block;
    padding: 5px 0;
    /*padding: 20px 0;*/
    font-size: 4.5vw;
  }	
	.storeinfoBox .item .inner dl dd {
    display: block;
    width: auto;
    margin-left: 0;
    font-size: 4vw;
  }
}
