@charset "UTF-8";

body{
	margin:0;            /* ←追加 */
 }

/**********************
	COMMON
**********************/
.img{margin:0;}
.img img{width:100%;}

/**********************
	MAIN
**********************/
#main {
	/*background:url("../images/bg01.png")no-repeat,url("../images/bg00.jpg");*/
	background:url("../images/aug/bg00.jpg");
	background-position:top center,top center;
	background-size:60%,990px
}

@media all and (max-width: 767px){
	#main {
		background-size:100%;
	}
	}

.container{max-width:1000px;margin:auto;}
.btnline img,.btnp img{width:100%;}
ul li{margin:0 0 15px;} 
.btnline{
	position:absolute;
	bottom:20%;
	width:29%;
	margin:0 34% 0 36%;
	left: -2%;
}
.btnp{
	position:absolute;
	bottom:20%;
	width:29%;
	margin:0 3% 0 67%;
	left: -2%;
}

/*********************
	MAIN
*********************/

#maps ul li{}
#maps ul li:first-child{width: 42.80%;}
#maps ul li:last-child{width: 57.20%;}
.map-wrap {
  margin: 0 auto;
  position: relative;
  padding-top: 86.5%;
	max-width:768px;
	max-height:500px;
}
.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-info {
	width: 200px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",Meiryo, sans-serif !important;
}
.custom-info-item {
	font-size: 14px;
	font-weight: 500;
}
.custom-info-item	+ .custom-info-item {
	margin-top: 8px;
}
.name {
	font-size: 16px;
	font-weight: bold;
}
.tel a {
	display: block;
}
.google-map a {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1;
}
.google-map a::after {
	content: "";
	background-color: transparent;
	background-image: url(./path/to/target_blank.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-left: 5px;
}
/* MAP内台数テキスト部分 */
.custom-info-item.description {
  margin-top: 4px;
  font-size: 14px;
	font-weight: bold;
  /*color: #555;*/
}

/*MAPフチ*/
.map_iframe {
  border: 5px solid #ccca4a; /* フチの太さ、種類、色 */
  /*border-radius: 12px;        角を丸くする大きさ */
}


