@charset "utf-8";
/* CSS Document */

  .floating-banner {
	position: fixed;
	z-index:98;
    display: inline-block;
	border-radius: 10% 0 0 10%;
    top: 50%;
    right: 0;
	opacity: .9;
  }
  .banner {
	width: 150px;
	height: 150px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
  	background-color:#D83D8A; 
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	background-image: url(/fasting/biwako/images/bnr.svg);
	background-size:cover;
  }
  .cta {
	  display:none;
    color: #fff;
    padding: 1em 0;
    line-height: 2;
    font-size: 22px;
  }
@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .floating-banner {
	position: fixed;
	z-index:98;
    display: inline-block;
    top: unset;
    left: 0;
	border-radius: 0!important;
    bottom: 0;
  }
  .banner {
	/*border-radius: 15px;*/
	width: 100vw;
	height: 50px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 0!important;
	box-shadow: 0px 0px 10px #333; /* ボタンの影 */
  	background-color:#D83D8A; 
	background-image: none;
  }
  
  a {
  text-decoration: none; /* リンクに下線が入らないように */
}

  .cta {
  display: inline-block;
  width: 90%;
  height: 28px;
  margin:0;
  padding:0;
  line-height: 28px;
  font-size: 4.5vw;
  }
  .floating-banner a {
	    color: #fff; /* バナー内の文字色 */
  }
}

div.Application {
	width: 1080px;
	margin: auto;
	text-align: right;
}
div.Application a:afeter {
		background-image: url(/fasting/biwako/images/cright.svg);
}

