@charset "utf-8";

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 画像ロゴがあるときだけ、直後のテキスト版ロゴを隠す */
#logo + #logo { display: none; }

/* GoogleMap等のiframeの枠線を消す */
iframe { border: 0; }

/*お知らせブロック*/
.new dt {
    width: 8em;
}
.new dd {
    width: calc(100% - 8em);
}

/*contact_form.html*/
.contact-alert{
    background:#f0fff2;border:1px solid #bde5c8;color:#1c6b2a;
    padding:.8rem 1rem;border-radius:6px;margin:0 0 1rem;
}
.contact-alert.error{background: #fffbda;border: 1px solid #f3c4c4;color:#b00020;}

input[type=text], input[type=email], input[type=tel],textarea {
    width:100%;
    max-width:100%;
}
input, select, textarea, button[type=submit] {font-size: 1rem;}

/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）*/
.pr a {
	text-decoration: none;display: block;
	background: #555;
	color: #ccc;
	text-align: right;
	padding: 0.2rem 1rem;
	font-size: 0.8rem;
}
.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: bold;
	margin-right: 0.5em;
}

/*以下petshop1専用*/
video.movie {
  width: 100%;
  max-width: 1000px;
}
.category-menu li:nth-of-type(1) a::before,
.category-menu li:nth-of-type(2) a::before,
.category-menu li:nth-of-type(3) a::before,
.category-menu li:nth-of-type(4) a::before {
    content: "";
}
.category-menu i {
	display: inline-block;
	background-color: var(--primary-color);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.5rem;
	width: 3rem;
	line-height: 3rem;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 1.3rem;
	transition: 0.3s;
}
.category-menu a:hover i {
	transform: scale(1.1);
}
#menubar .line2 {display: none;}
#menubar i {margin-right: 0.5rem;}
ul.icons {list-style: none;margin: 0;padding: 0;}
ul.icons li {display: inline-block;font-size: 2rem;margin: 0 0.5rem;}
#menubar .line2 {display: none;}
#menubar i {margin-right: 0.5rem;}
