@charset "UTF-8";
/*定義カラー*/
/*定義スタイル*/
#wpadminbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

a:hover {
  text-decoration: none;
}

#content {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.post-template-default #content,
.post-template-single-subcul #content,
.diary-template-default #content {
  padding-top: 52px !important;
  background: #fff;
  position: relative;
  z-index: 5;
}

.home #content {
  padding-top: 0;
}

.img-inner {
  width: 100%;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
}
.img-inner .img-inner {
  border-radius: 0;
}

/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}

/*END reCAPTCHA*/