
body {
  background-image:
    url(https://gotanda-gambler.com/wp-content/uploads/2023/03/left_back2.jpg),url(https://gotanda-gambler.com/wp-content/uploads/2023/03/right_back2.jpg);
  background-position:
    top left,
    top right;
  background-repeat:
    no-repeat,no-repeat;
  background-attachment: fixed,fixed;
  background-size: 400px,400px;
}
body#index-top {
    background-image: none;
  }
#index-top header {
  background: url("https://gotanda-gambler.com/wp-content/uploads/2023/03/index-main.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

header#main-header {
  background: url(https://gotanda-gambler.com/wp-content/uploads/2023/03/header-img.jpg) no-repeat center top;
  background-size: cover;
}
#top-img {
  background: url(https://gotanda-gambler.com/wp-content/uploads/2025/01/20250113トップバナー１.png) no-repeat center top;
  background-size: contain;
}

#side-menu li a {
  background-image: url(https://gotanda-gambler.com/wp-content/uploads/2023/03/side_button01.jpg);
}
.profile-text {
  background-color: #fff;
  background-image: url(https://gotanda-gambler.com/wp-content/uploads/2023/03/mein-logo.png);
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-size: 18%;
	color: #000;
	padding: 15px 15px 100px;
	margin-bottom: 20px;

}


@media screen and (max-width:480px) {
  body {
		background-image: none,none;
	}
  #index-top header {
  background: url("https://gotanda-gambler.com/wp-content/uploads/2023/03/mobile_back.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
	background-size: cover;
}
}
