@charset "UTF-8";


/*
トップページ 2019.5.31
*/

.main_movie {
   height: 412px;
   position: relative;
   overflow: hidden;
}
.main_movie:before {
  content: "";
  display: block;
  padding-top: 0;
}
.main_movie video {
  position: absolute;
  top: -81px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 999px;
}
.facebook_cover {
  width: 100%;
  background-color: #567fc1;
  margin-bottom: 50px;
  background-image: url('https://audio.kawmann.com/wp-content/themes/kawmann/img/index/bg_facebook.png?181113');
  background-position: right top;
  background-repeat: no-repeat;
}
img.campaign_img_square {
  width: 100%;
  max-width: 170px;
  height: auto;
}
img.campaign_img_bnr {
  width: 100%;
  max-width: 710px;
  height: auto;
}
h3.campaign_bnr_upper {
  margin:0 0 10px;
}
h3.campaign_bnr_bottom {
  margin:0 0 60px;
}
@media screen and (max-width: 736px) {
  .facebook_cover {
    background-image: none;
  }
  img.campaign_img_square {
    width: 100%;
    max-width: 170px;
    height: auto;
  }
  img.campaign_img_bnr {
    width: 100%;
    max-width: 710px;
    height: auto;
  }
}


/*
店舗公開告知 2018.4.18
*/

#realshop {
	font-size: 14px;
	width: 100%;
	max-width: 710px;
}

#realshop img.banner{
	width: 100%;
	max-width: 710px;
	margin: 0 0 20px;
}
#realshop p {
	width: 100%;
}
#realshop div.photo {
	width: 100%;
	max-width: 340px;
	height: 196px;
	background-color: #efefef;
	text-align: center;
	float: left;
}
#realshop div.l {
	margin: 30px 30px 0 0;
}
#realshop div.r {
	margin: 30px 0 0 0;
}
#realshop img.map{
	width: 100%;
	max-width: 710px;
	margin: 30px 0 20px;
	border-width: 0;
	clear: both;
}
#realshop dl.saclass dt {
	font-size: 16px;
	color: #d35871;
	font-weight: bold;
}

@media screen and (max-width: 736px) {
	#realshop div.photo {
		max-width: 736px;
		height: auto;
	}
	#realshop div.l {
		margin: 30px 0 0 0;
	}
}