@charset "utf-8";







/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.sc01 {
	width: 100%;
}


.topKeyimages {
	width: 100%;
	/*height: 600px;*/
	text-align:center;
}


.sc02 {
	width: 1100px;
	margin:0px auto 0px auto;
}


.shop_info_box {
	padding: 30px 0px 0px 0px;
}

.shop_name {
	font-size: 23px;
	line-height: 50px;
	font-weight: 900;
}

.shop_info {
	display: flex;
}

.shop_image {
	width: 650px;
	
}

.shop_contact {
 text-align:center;
	width: 450px;
}

.shop_contact a{
margin-bottom:20px;
	display: block;
}


.shop_contact {
	text-align: center;
}


.shop_info2 {
padding:30px;
}


.sc02b {
  max-width: 646px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.shop_name2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.gentei_txt {
  text-align: center;
  padding: 10px 20px;
  border: 2px solid red;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.gentei_img {
  margin: 30px 0 60px 0;
  width: 100%;
}

.gentei_img img {
  width: 100%;
  height: auto;
  display: block;
}




}




 


/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {

.sc01 {
	width: 100%;
}


.topKeyimages {
	width: 100%;
	text-align:center;
}


.sc02 {
	width: 100%;
	margin:0px auto 0px auto;
}


.shop_info_box {
	padding: 30px 0px 0px 0px;
}

.shop_name {
	font-size: 23px;
	line-height: 50px;
	font-weight: 900;
}

.shop_info {
}


.shop_info2 li {
margin-bottom:5px;
}
.shop_image {
margin-bottom:20px;
}

.shop_contact {
 text-align:center;
}

.shop_contact a{
margin-bottom:20px;
	display: block;
}


.shop_contact {
	text-align: center;
}


.shop_info2 {
padding:30px;
}


.sc02b {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}


.shop_name2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top:20px;
  margin-bottom: 20px;
}

.gentei_txt {
  text-align: center;
  padding: 10px 20px;
  border: 2px solid red;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  margin:0px 10px 0px 10px;
}

.gentei_img {
  margin: 30px 0 60px 0;
  width: 100%;
  padding:10px;
}

.gentei_img img {
  width: 100%;
  height: auto;
  display: block;
}


}