/*
Theme Name: theme name
Version: 202508280000000000
*/

html,body {width:100%; height:100%; background-color:#fff; color: #333333; font-size:12px; line-height: 180%; text-decoration:none; margin: 0px; padding: 0px; overflow-x: hidden; font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Sans', serif; -webkit-text-size-adjust: 100%;}

@media (min-width: 768px) {

html,body {width:100%; height:100%; background-color:#fff; color: #333333; font-size:14px; line-height: 180%; text-decoration:none; margin: 0px; padding: 0px; overflow-x: hidden; font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Sans', serif; -webkit-text-size-adjust: 100%;}

}

#zenbu {width: 100%; position: absolute; height:auto !important; height: 100%; min-height: 100%;}

.image-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.centered-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}