@charset "UTF-8";
/*
Template: arkhe
Theme Name: serenitymaria
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.rating-star .svg-color {
    color: #783766;
}

.rating-star .svg-color {
  position: relative;
}

.rating-star .svg-color:after {
  color: #783766;
  background: currentcolor;
  content: "";
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--the-icon-svg);
  mask-image: var(--the-icon-svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 2ch;
  position: absolute;
  top: 0;
  width: 100%;
}

.grecaptcha-badge { visibility: hidden; }
.google-policy{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	font-size:0.8rem;
	margin-top:2rem;
}
.google-policy a{
	text-decoration:none;
	color:inherit;
	font-weight:bold;
}
/*
@media screen and (max-width: 600px){
.google-policy{
	font-size:1.5rem;
	}
}
*/
.l-scrollObserver {
    display: block;
    height: 50px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    visibility: visible;
    width: 100%;
    z-index: 1000;
}