/*
Theme Name:7
Theme URI: https://umaimono-daisuki.com/
Description: 7
Version: 7
Author: graphica agency
Author URI: https://umaimono-daisuki.com/
*/

@charset "UTF-8";
/*--------------------------------------
  reset
--------------------------------------*/
html {
	scroll-behavior: smooth;
}
a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
body {
	background: #fafafa;
	font-size: 18px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo,sans-serif";
	color: #111;
	line-height: 1.5rem;
	letter-spacing: .1em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
	margin: 0px;
	vertical-align: bottom;
}
ol, ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-weight: normal;
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none
}
ul {
	padding-inline-start: 0px;
}
svg {
	margin: 0 3px 0 0;
}
img {
	width: 100%;
	height: auto;
}
/*--------------------------------------
  outline
--------------------------------------*/
#wrapper {
}
#header {
	padding: 30px 0 30px 0;
}
.top-content {
	width: 85%;
	margin: 30px auto;
}
.content {
	width: 85%;
	margin: 0 auto;
}
#footer {
	background: #EEE;
	padding: 30px 0;
 font-size:.85rem;
}
.adarea {
	background: #EFEFF0;
	padding: 30px 0;
}
.thumbnail {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.homeblock {
	margin: 30px auto;
}
figcaption {
	font-size:.85em;
	text-align:right;
	margin:10px 0 30px 0;
}
figure,
.wp-block-image,
.wp-block-image figure {
  margin: 0 auto !important;
  margin-inline: auto !important;
  margin-block: 0 !important;
}
/*--------------------------------------
  gnavi
--------------------------------------*/
#navibox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#sitelogo {
	text-align: center;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size:1.85em;
}
.site-description {
	margin: 5px 0 0 0;
	color: #111;
	font-size: 12px;
	text-align: center;
}
#gnavi {
	display: flex;
	justify-content: flex-end;
	font-size: 15px
}
#gnavi li {
	margin: 0 0 0 20px;
	text-align: center;
	color: #111;
}
#gnavi li .icon {
	font-size: 30px;
	color: #8a8a8a;
	margin: 0 0 5px 0;
	display: block;
}
#gnavi a:link, #gnavi a:visited {
	font-weight: normal;
	font-family: "Open Sans", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
	color: #111;
	text-decoration: none;
	font-size:.85em;
}
#gnavi li .icon span {
	font-size:1.25em;
	}
/*--------------------------------------
  bt-home
--------------------------------------*/
.btn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin: 50px 0 80px 0;
}
.clickable-btn {
	width: 100%;
	max-width: 600px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 1.5rem 1.4rem;
	font-size: 1.25rem;
	font-weight: bold;
	background: #5f5f5f;
	color: #fff;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s ease;
}
.clickable-btn:hover {
	background: #333;
	transform: scale(1.03);
}
.clickable-btn:active {
	transform: scale(0.97);
}
.clickable-btn .icon {
	font-size: 0.9rem;
	opacity: 0.8;
}
/*--------------------------------------
  breadcrumb
--------------------------------------*/
.breadcrumb__list {
	display: flex;
	margin: 0 0 10px 0;
}
.breadcrumb__list .breadcrumb__item {
	margin: 0 5px 0 0;
	font-size: .85em;
}
.breadcrumb__list .breadcrumb__item::after {
	content: ">";
	margin: 0 10px;
}
/*--------------------------------------
 	iframe
--------------------------------------*/
.iframe-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.iframe-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.smalltext {
	font-size: .85em;
	margin: 10px 0 30px 0;
}
/*--------------------------------------
 	Linkcover
--------------------------------------*/
.cover {
	position: relative;
}
.cover__link {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: block;
}
.cover > *:not(.cover__link) {
	position: relative;
	z-index: 1;
}
/*--------------------------------------
 	google icons
--------------------------------------*/
.material-symbols-outlined {
vertical-align: -5px;
	}
/*--------------------------------------
 	loading
--------------------------------------*/
	#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 9999;
}
.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.loaded #loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}
	