@charset "UTF-8";
@import url("layout.css?2026-07-18");
@import url("blog.css?2026-07-18");

/*
Theme Name: DOGS BASE Version01
Description: DOGS BASE 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
	line-height: 1.7;
    color: #555;
    margin: 0px;
}
#s_navi {
    display: none;
}
.top-haikei-sp {
    display: none;
}
.sub-haikei-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #BF9F21;
    --sub-color: #35386A;
}
/*===========================
  header
==========================*/
.site-header {
		position: absolute;
		top: 16px;
		left: 50%;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: min(calc(100% - 120px), 1800px);
		min-height: 100px;
		padding: 10px 48px 10px 34px;
		background-color: rgba(255,255,255,.82);
		border-radius: 18px;
		box-shadow: 0 8px 24px rgba(0,0,0,.12);
		transform: translateX(-50%);
}
.site-header.m_fixed {
		position: fixed;
}
.site-header-logo {
		width: clamp(190px, 13.281vw, 255px);
		line-height: 1;
}
.site-header-logo a {
		display: block;
}
.site-header-nav ul {
		display: flex;
		align-items: center;
		gap: clamp(22px, 2.292vw, 44px);
		list-style: none;
}
.site-header-nav a {
		display: block;
		color: #333;
		font-size: clamp(1.4rem, 1.354rem + 0.143vw, 1.6rem);
		font-weight: 400;
		line-height: 1;
		text-decoration: none;
		white-space: nowrap;
}
.site-header-nav a:hover {
		color: var(--primary-color);
}
.top-hero {
		position: relative;
		height: min(1000px, 100svh);
		min-height: 720px;
		overflow: visible;
}
.top-hero-img {
		display: block;
		width: 100%;
		height: 100%;
}
.top-hero-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}
.top-hero-copy {
		position: absolute;
		top: 57.5%;
		left: clamp(40px, 4.323vw, 83px);
		width: clamp(210px, 21vw, 378px);
		line-height: 1;
		transform: translateY(-50%);
}
.top-contact {
		position: fixed;
		top: 35%;
		right: 0;
		z-index: 25;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		color: #fff;
		font-size: 2.4rem;
		text-decoration: none;
		background-color: var(--primary-color);
		border-radius: 10px 0 0 10px;
		box-shadow: 0 6px 18px rgba(0,0,0,.18);
		transform: translateY(-50%);
}
.top-contact:hover {
		background-color: #a98c18;
}
.top-contact i {
		display: none;
}
.top-contact::before {
		content: "";
		width: 26px;
		height: 18px;
		border: 1px solid #fff;
		border-radius: 2px;
		background: linear-gradient(36deg, transparent 48%, #fff 49%, #fff 52%, transparent 53%), linear-gradient(-36deg, transparent 48%, #fff 49%, #fff 52%, transparent 53%);
		background-position: center -2px;
		background-repeat: no-repeat;
}
.top-news {
		position: absolute;
		right: clamp(40px, 3.125vw, 60px);
		bottom: -40px;
		z-index: 10;
		display: flex;
		align-items: center;
		gap: 22px;
		width: min(94%, 450px);
		min-height: 80px;
		padding: 17px 42px;
		color: #fff;
		font-size: clamp(1.4rem, 1.354rem + 0.143vw, 1.6rem);
		line-height: 1.5;
		text-decoration: none;
		background-color: var(--primary-color);
		border-radius: 999px;
}
.top-news-label {
		padding-right: 20px;
		font-weight: 500;
		border-right: 1px solid rgba(255,255,255,.7);
}
.top-news-text {
		display: block;
}
.top-news time {
		display: block;
		font-size: 1.5rem;
}
/*===========================
  TOPページ PC
==========================*/
/* About */
.top-about {
		width: min(94%, 1400px);
		margin: clamp(11rem, 9.5rem + 4.688vw, 17rem) auto clamp(9rem, 7.5rem + 4.688vw, 15rem);
}
.top-about-label {
		position: relative;
		margin-bottom: -28px;
		padding-left: 18px;
		color: var(--primary-color);
		font-size: clamp(1.5rem, 1.454rem + 0.143vw, 1.7rem);
		line-height: 1.4;
		transform: translateY(28px);
}
.top-about-label::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 12px;
		height: 1px;
		background-color: var(--primary-color);
		content: "";
}
.top-about-inner {
		display: grid;
		grid-template-columns: minmax(360px, 42%) 1fr;
		align-items: center;
		gap: clamp(5rem, 2.5rem + 7.813vw, 15rem);
}
.top-about-photo {
		overflow: hidden;
		border-radius: 0 16px 16px 0;
}
.top-about-photo img {
		width: 100%;
		aspect-ratio: 570 / 450;
		object-fit: cover;
}
.top-about-content {
		position: relative;
		padding: clamp(2rem, 1.25rem + 2.344vw, 5rem) 0 0;
}
.top-about-title {
		position: relative;
		z-index: 1;
		color: var(--primary-color);
		font-size: clamp(3.2rem, 2.8rem + 1.25vw, 4.8rem);
		font-weight: 800;
		line-height: 1.42;
}
.top-about-text {
		position: relative;
		z-index: 1;
		margin-top: 14px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		line-height: 2.1;
}
.top-about-btn {
		position: relative;
		z-index: 1;
		margin-top: clamp(3rem, 2.5rem + 1.563vw, 5rem);
}
.top-about-btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 220px;
		min-height: 54px;
		padding: 12px 34px;
		color: #fff;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.4;
		text-decoration: none;
		background-color: var(--primary-color);
		border-radius: 16px;
}
.top-about-btn a:hover {
		background-color: #a98c18;
}
.top-about-illust {
		position: absolute;
		right: -70px;
		bottom: -8px;
		width: clamp(150px, 13.438vw, 200px);
		pointer-events: none;
}
/* Dog Breed 取り扱い犬種 */
.top-breed {
		position: relative;
		overflow: hidden;
		padding: clamp(6rem, 5.25rem + 2.344vw, 9rem) 0 clamp(7rem, 6rem + 3.125vw, 11rem);
		background-color: #E7F3EC;
}
.top-breed::before {
		position: absolute;
		right: max(-90px, calc((100% - 1400px) / 2 - 140px));
		top: 28%;
		width: clamp(220px, 21vw, 480px);
		aspect-ratio: 481 / 494;
		background: url("images/foot-mark.png") center / contain no-repeat;
		content: "";
		opacity: .34;
}
.top-breed-inner {
		position: relative;
		z-index: 1;
		width: min(94%, 1400px);
		margin: auto;
}
.top-breed-en {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 152px;
		min-height: 44px;
		padding: 5px 22px;
		color: #fff;
		font-size: clamp(2.2rem, 2.05rem + 0.469vw, 2.8rem);
		line-height: 1.2;
		background-color: var(--primary-color);
		border-radius: 999px;
}
.top-breed-title {
		width: 152px;
		margin-top: 8px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
}
.top-breed-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: clamp(3rem, 2rem + 3.125vw, 7rem);
		width: min(86%, 1200px);
		margin: clamp(4.5rem, 3.875rem + 1.953vw, 7rem) auto 0;
		list-style: none;
}
.top-breed-photo {
		overflow: hidden;
		border-radius: 50%;
}
.top-breed-item {
		text-align: center;
}
.top-breed-photo img {
		width: 100%;
		aspect-ratio: 1;
		object-fit: cover;
}
.top-breed-name {
		margin-top: 18px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		font-weight: 600;
		line-height: 1.5;
}
.top-breed-btn {
		margin-top: clamp(4rem, 3.5rem + 1.563vw, 6rem);
		text-align: center;
}
.top-breed-btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 286px;
		min-height: 70px;
		padding: 14px 38px;
		color: #fff;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.5;
		text-decoration: none;
		background-color: var(--sub-color);
		border-radius: 999px;
}
.top-breed-btn a:hover {
		background-color: #272a55;
}
/* School Partners */
.top-info {
		width: min(94%, 1400px);
		margin: clamp(9rem, 7.5rem + 4.688vw, 15rem) auto;
}
.top-info-inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(3rem, 2rem + 3.125vw, 7rem);
}
.top-info-card {
		position: relative;
		padding: clamp(3.6rem, 2.85rem + 2.344vw, 6.6rem) clamp(2.4rem, 1.6rem + 2.5vw, 5.6rem) clamp(2.4rem, 1.9rem + 1.563vw, 4.4rem);
		border: 1px solid var(--primary-color);
		background: linear-gradient(to top, rgba(231,243,236,.86) 0%, rgba(231,243,236,.44) 30%, rgba(255,255,255,0) 64%);
}
.top-info-card--partners {
		background: linear-gradient(to top, rgba(255,239,239,.88) 0%, rgba(255,239,239,.46) 30%, rgba(255,255,255,0) 64%);
}
.top-info-label {
		position: absolute;
		top: 0;
		left: clamp(2rem, 1.5rem + 1.563vw, 4rem);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 140px;
		min-height: 40px;
		padding: 5px 24px;
		color: #fff;
		font-size: clamp(2rem, 1.85rem + 0.469vw, 2.6rem);
		line-height: 1.2;
		background-color: var(--primary-color);
		border-radius: 999px;
		transform: translateY(-50%);
}
.top-info-title {
		color: var(--primary-color);
		font-size: clamp(2rem, 1.85rem + 0.469vw, 2.6rem);
		font-weight: 800;
		line-height: 1.5;
}
.top-info-photo {
		overflow: hidden;
		margin-top: clamp(3rem, 2.25rem + 2.344vw, 6rem);
		border-radius: 14px;
}
.top-info-photo a {
		display: block;
}
.top-info-photo img {
		width: 100%;
		aspect-ratio: 600 / 400;
		object-fit: cover;
}
.top-info-text {
		margin-top: 20px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		line-height: 1.9;
}
.top-info-btn {
		margin-top: 20px;
}
.top-info-btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 150px;
		min-height: 38px;
		padding: 8px 24px;
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.4;
		text-decoration: none;
		background-color: var(--sub-color);
		border-radius: 999px;
}
.top-info-btn a:hover {
		background-color: #272a55;
}
/* NEWS お知らせ */
.top-news-section {
		padding: clamp(7rem, 6.125rem + 2.734vw, 10.5rem) 0 clamp(11rem, 9.75rem + 3.906vw, 16rem);
		background: #fff url("images/news-haikei.png") center top / 100% auto repeat-y;
}
.top-news-section-inner {
		width: min(94%, 1400px);
		margin: auto;
}
.top-news-section-en {
		color: var(--primary-color);
		font-size: clamp(4.8rem, 4.35rem + 1.406vw, 6.6rem);
		font-weight: 800;
		line-height: 1.05;
		text-align: center;
}
.top-news-section-title {
		margin-top: 8px;
		color: #221815;
		font-size: clamp(1.6rem, 1.55rem + 0.156vw, 1.8rem);
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
}
.top-news-section-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(1rem, .95rem + .156vw, 1.2rem);
		margin-top: clamp(3.4rem, 3.15rem + .781vw, 4.4rem);
}
.top-news-section-item a {
		display: block;
		color: #221815;
		text-decoration: none;
}
.top-news-section-photo {
		overflow: hidden;
		border-radius: 16px;
}
.top-news-section-photo img {
		width: 100%;
		aspect-ratio: 460 / 340;
		object-fit: cover;
		transition: transform .35s;
}
.top-news-section-item a:hover .top-news-section-photo img {
		transform: scale(1.04);
}
.top-news-section-date {
		display: block;
		margin-top: 10px;
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		font-weight: 400;
		line-height: 1.5;
}
.top-news-section-text {
		margin-top: 2px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		font-weight: 400;
		line-height: 1.6;
}
/* アクセス */
.top-access {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: clamp(3rem, 2rem + 3.125vw, 7rem);
		width: 100%;
		min-height: 130px;
		margin: 8% auto 0px;
		padding: clamp(2.4rem, 2.15rem + .781vw, 3.4rem) max(3%, calc((100% - 1400px) / 2)) clamp(1.8rem, 1.55rem + .781vw, 2.8rem);
}
.top-access > div:first-child {
		flex: 0 0 auto;
}
.top-access > div:last-child {
		flex: 1;
		max-width: 720px;
}
.top-access h4 {
		color: var(--primary-color);
		font-size: clamp(5.2rem, 4.65rem + 1.719vw, 7.4rem);
		font-weight: 800;
		line-height: 1.05;
}
.top-access > div:first-child p {
		margin-top: 6px;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		font-weight: 400;
		line-height: 1.5;
}
.top-access > div:last-child p {
		font-size: clamp(1.5rem, 1.4rem + 0.313vw, 1.9rem);
		font-weight: 400;
		line-height: 1.8;
}
.top-access > div:last-child p + p {
		margin-top: 4px;
}
.top-access a {
		color: inherit;
		text-decoration: none;
}
.top-access a:hover {
		color: var(--primary-color);
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.sub-con {
		width: min(94%, 1400px);
		margin: 30px auto 0px;
}
.sub-title {
		color: var(--primary-color);
}
.sub-title h2 {
		font-size: clamp(2.5rem, 1.875rem + 1.953vw, 5rem);
		font-weight: 400;
		line-height: 1.2;
}
.sub-title p {
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		font-weight: 400;
}
/* ABOUT私たちについて */
.about-con {
		width: min(90%, 900px);
		margin: 80px auto;
		text-align: center;
}
.about-con h3 {
		font-size: clamp(2.5rem, 2rem + 1.563vw, 4.5rem);
		font-weight: 400;
		color: var(--primary-color);
		line-height: 1.6;
}
.about-con img {
		width: min(40%, 200px);
		margin: 30px 0px;
}
.about-con p {
		font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
		margin-bottom: 15px;
		text-align: left;
}
.about-img01 {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
}
.about-img01 img {
		width: 100%;
		height: auto;
}
.about-logo {
		width: min(70%, 400px);
		margin: 10% auto 0px;
}
.shop-info {
		width: min(100%, 1000px);
		margin: clamp(6rem, 4.75rem + 3.906vw, 11rem) auto clamp(8rem, 6.5rem + 4.688vw, 14rem);
}
.shop-info-list {
		display: grid;
		grid-template-columns: minmax(150px, 220px) 1fr;
		color: #344054;
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		line-height: 1.5;
}
.shop-info-list dt,
.shop-info-list dd {
		min-width: 0;
		padding: clamp(1.4rem, 1.25rem + 0.469vw, 2rem) 1.6rem;
		border-bottom: 1px solid #dfe3e8;
}
.shop-info-list dt {
		color: #667085;
		font-weight: 600;
}
.shop-info-list dd {
		font-weight: 500;
		overflow-wrap: anywhere;
}
.shop-info-list dt:nth-of-type(even),
.shop-info-list dd:nth-of-type(even) {
		background-color: #f8f9fa;
}
/* 犬種紹介 */
.dog-breeds-list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(2rem, 3.125vw, 6rem);
		margin: 0 auto clamp(8rem, 6.5rem + 4.688vw, 14rem);
}
.dog-breeds-card {
		text-align: center;
}
.dog-breeds-card img {
		width: 100%;
		aspect-ratio: 1;
		border-radius: 50%;
		object-fit: cover;
}
.dog-breeds-card h4 {
		margin-top: 1.2rem;
		font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
		font-weight: 500;
		line-height: 1.35;
}
.dog-breeds-card h4 span {
		display: block;
		color: var(--primary-color);
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		font-weight: 400;
}
.dog-breeds-card p {
		margin-top: 1.2rem;
		font-size: clamp(1.3rem, 1.225rem + 0.234vw, 1.6rem);
		font-weight: 400;
		line-height: 1.6;
}
/* ご提携先 */
.partner-card {
		position: relative;
		display: grid;
		grid-template-columns: minmax(280px, 38%) 1fr;
		column-gap: clamp(3rem, 4.688vw, 7.5rem);
		width: min(100%, 1100px);
		margin: auto;
		padding: clamp(3rem, 2.25rem + 2.344vw, 6rem);
		overflow: hidden;
		background: linear-gradient(135deg, #fff 0%, #fbfaf5 100%);
		border: 1px solid rgba(191,159,33,.28);
		border-radius: clamp(18px, 1.563vw, 30px);
		box-shadow: 0 18px 48px rgba(53,56,106,.1);
}
.partner-card::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: var(--primary-color);
		content: "";
}
.partner-card > img {
		grid-row: 1 / 4;
		align-self: center;
		width: 100%;
		max-height: 320px;
		object-fit: contain;
}
.partner-card h4 {
		align-self: end;
		padding-bottom: 1.6rem;
		color: var(--sub-color);
		font-size: clamp(2.2rem, 1.95rem + 0.781vw, 3.2rem);
		font-weight: 500;
		line-height: 1.35;
		border-bottom: 1px solid rgba(53,56,106,.16);
}
.partner-description {
		margin-top: 2rem;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		line-height: 1.9;
}
.partner-site {
		display: flex;
		align-items: center;
		gap: 1.6rem;
		align-self: start;
		margin-top: 2.4rem;
}
.partner-site span {
		color: #777;
		font-size: 1.3rem;
		font-weight: 500;
}
.partner-site a {
		position: relative;
		padding-right: 2.2rem;
		color: var(--primary-color);
		font-weight: 600;
		text-decoration: none;
}
.partner-site a::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "↗";
		transform: translateY(-50%);
}
.partner-site a:hover {
		color: var(--sub-color);
}
.partner-wrap02 {
		grid-template-columns: 1fr minmax(280px, 38%);
		margin-top: clamp(4rem, 3rem + 3.125vw, 8rem);
		margin-bottom: clamp(8rem, 6.5rem + 4.688vw, 14rem);
}
.partner-wrap02 > img {
		grid-column: 2;
}
.partner-wrap02 h4,
.partner-wrap02 p {
		grid-column: 1;
}
/* ブリーディングスクール */
.school-content {
		width: min(100%, 1200px);
		margin: auto;
}
.school-lead {
		display: grid;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
		align-items: center;
		gap: clamp(4rem, 5.469vw, 10.5rem);
}
.school-label {
		color: var(--primary-color);
		font-size: clamp(1.3rem, 1.25rem + 0.156vw, 1.5rem);
		font-weight: 600;
		letter-spacing: .12em;
		text-transform: uppercase;
}
.school-lead-text h4 {
		margin-top: 1rem;
		color: var(--sub-color);
		font-size: clamp(3rem, 2.375rem + 1.953vw, 5.5rem);
		font-weight: 400;
		line-height: 1.45;
}
.school-lead-text > p:not(.school-label) {
		margin-top: 2rem;
		font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
		line-height: 2;
}
.school-lead-photo {
		overflow: hidden;
		border-radius: clamp(24px, 2.344vw, 45px);
		box-shadow: 18px 18px 0 rgba(191,159,33,.16);
}
.school-lead-photo img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
}
.school-learning {
		margin-top: clamp(9rem, 7rem + 6.25vw, 17rem);
}
.school-learning > h4 {
		color: var(--sub-color);
		font-size: clamp(2.6rem, 2.25rem + 1.094vw, 4rem);
		font-weight: 400;
		text-align: center;
}
.school-learning-intro {
		margin-top: 1.2rem;
		text-align: center;
}
.school-learning-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(2rem, 2.344vw, 4.5rem);
		margin-top: clamp(4rem, 3.25rem + 2.344vw, 7rem);
		counter-reset: school-number;
}
.school-learning-card {
		position: relative;
		padding: clamp(2.6rem, 2.2rem + 1.25vw, 4.2rem) clamp(2rem, 1.6rem + 1.25vw, 3.6rem);
		background-color: #fbfaf5;
		border: 1px solid rgba(191,159,33,.25);
		border-radius: 20px;
		counter-increment: school-number;
}
.school-learning-card::before {
		display: block;
		margin-bottom: 1.6rem;
		color: var(--primary-color);
		font-family: serif;
		font-size: 2rem;
		line-height: 1;
		content: "0" counter(school-number);
}
.school-learning-card h5 {
		color: var(--sub-color);
		font-size: clamp(1.8rem, 1.7rem + 0.313vw, 2.2rem);
		font-weight: 500;
}
.school-learning-card p {
		margin-top: 1.2rem;
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		line-height: 1.8;
}
.school-guide {
		display: grid;
		grid-template-columns: minmax(240px, .7fr) 1.3fr;
		align-items: center;
		gap: clamp(3rem, 4.688vw, 8rem);
		margin-top: clamp(8rem, 6rem + 6.25vw, 16rem);
		padding: clamp(3.5rem, 2.75rem + 2.344vw, 6.5rem);
		color: #fff;
		background-color: var(--sub-color);
		border-radius: clamp(20px, 2.083vw, 40px);
}
.school-guide h4 {
		margin-top: .8rem;
		font-size: clamp(2.4rem, 2.1rem + 0.938vw, 3.6rem);
		font-weight: 400;
		line-height: 1.5;
}
.school-guide ul {
		display: grid;
		gap: 1.4rem;
}
.school-guide li {
		position: relative;
		padding: 1.2rem 1.6rem 1.2rem 4.6rem;
		background-color: rgba(255,255,255,.08);
		border-radius: 10px;
}
.school-guide li::before {
		position: absolute;
		top: 50%;
		left: 1.8rem;
		color: var(--primary-color);
		font-weight: 700;
		content: "✓";
		transform: translateY(-50%);
}
.school-contact {
		margin: clamp(7rem, 5.5rem + 4.688vw, 13rem) auto clamp(8rem, 6.5rem + 4.688vw, 14rem);
		text-align: center;
}
.school-contact h4 {
		color: var(--sub-color);
		font-size: clamp(2.4rem, 2.1rem + 0.938vw, 3.6rem);
		font-weight: 400;
}
.school-contact > p:not(.link-text01) {
		margin-top: 1.4rem;
}
.school-contact .link-text01 {
		margin-top: 3rem;
}
/*===========================
  お問合せ
==========================*/
.contact-guide {
		width: min(100%, 900px);
		margin: 0 auto clamp(8rem, 6.5rem + 4.688vw, 14rem);
		text-align: center;
}
.contact-guide-text {
		font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
		line-height: 1.8;
}
.contact-phone {
		position: relative;
		margin-top: clamp(3rem, 2.5rem + 1.563vw, 5rem);
		padding: clamp(3rem, 2.25rem + 2.344vw, 6rem) 5%;
		overflow: hidden;
		background: linear-gradient(135deg, #fff 0%, #fbfaf5 100%);
		border: 1px solid rgba(191,159,33,.3);
		border-radius: clamp(18px, 1.563vw, 30px);
		box-shadow: 0 16px 42px rgba(53,56,106,.09);
}
.contact-phone::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: var(--primary-color);
		content: "";
}
.contact-phone-label {
		color: var(--sub-color);
		font-size: clamp(1.5rem, 1.4rem + 0.313vw, 1.9rem);
		font-weight: 500;
		letter-spacing: .08em;
}
.contact-phone-number {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: clamp(1rem, 1.563vw, 2.4rem);
		margin-top: 1.2rem;
		line-height: 1.2;
}
.contact-phone-number span {
		padding: .5rem 1.2rem;
		color: #fff;
		font-size: clamp(1.2rem, 1.15rem + 0.156vw, 1.4rem);
		font-weight: 600;
		letter-spacing: .08em;
		background-color: var(--primary-color);
		border-radius: 50px;
}
.contact-phone-number a {
		color: var(--sub-color);
		font-size: clamp(3rem, 2.4rem + 1.875vw, 5.4rem);
		font-weight: 500;
		letter-spacing: .04em;
		text-decoration: none;
}
.contact-phone-number a:hover {
		color: var(--primary-color);
}
.contact-hours {
		margin-top: 1.8rem;
		font-size: clamp(1.4rem, 1.3rem + 0.313vw, 1.8rem);
}
.contact-hours strong {
		font-weight: 600;
}
/*===========================
  footer
==========================*/
#footer {
		position: relative;
		min-height: 484px;
		color: #fff;
		background: #3B3E70 url("images/foot-haikei.png") right top / auto 100% no-repeat;
		margin-top: 80px;
}
.footer-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: min(94%, 1400px);
		min-height: 484px;
		margin: auto;
		padding: 4.4rem 0 1.2rem;
}
.footer-nav ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: clamp(2.6rem, 1.95rem + 2.031vw, 5.2rem);
		list-style: none;
}
.footer-nav a {
		display: block;
		color: #fff;
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		font-weight: 400;
		line-height: 1.5;
		text-decoration: none;
		white-space: nowrap;
}
.footer-nav a:hover {
		color: var(--primary-color);
}
.footer-logo {
		width: clamp(320px, 20.833vw, 400px);
		margin-top: clamp(5rem, 4.25rem + 2.344vw, 8rem);
		line-height: 1;
}
.footer-logo a {
		display: block;
}
.footer-instagram {
		margin-top: 2.4rem;
		line-height: 1;
}
.footer-instagram a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 3.2rem;
		text-decoration: none;
		transition: color .2s ease;
}
.footer-instagram a:hover {
		color: var(--primary-color);
}
.footer-address {
		margin-top: clamp(5rem, 4.25rem + 2.344vw, 8rem);
		font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
		font-style: normal;
		line-height: 1.6;
		text-align: center;
}
.footer-copy {
		margin-top: auto;
		font-size: clamp(1.3rem, 1.25rem + 0.156vw, 1.5rem);
		line-height: 1.5;
		text-align: center;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}
#form {
    width: min(94%, 1200px);
    margin: 15px auto 15px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
#form dt {
    font-size: 1.5rem;
    color: #333;
    padding: 10px 10px;
    background-color: #f1efc7;
}
#form dd {
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    max-width: 100%;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #ff677d;
    padding: 2px 5px;
    color: #FFF;
    margin-left: 15px;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px 10px 10px;
}
/*===========================
  ブログページ
==========================*/

/* 記事一覧 */

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1280px) {
.site-header {
		width: min(calc(100% - 48px), 1180px);
		min-height: 82px;
		padding: 14px 28px;
}
.top-hero {
		min-height: 680px;
}
.top-hero-copy {
		width: clamp(196px, 21.7vw, 294px);
}
.top-news {
		bottom: -34px;
		min-height: 68px;
		padding: 14px 34px;
}
.top-about-inner {
		gap: clamp(4rem, 3.125vw, 6rem);
}
.top-about-illust {
		right: -20px;
}
.top-breed-list {
		width: min(92%, 900px);
		gap: 4rem;
}
}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */
/*===========================
  header部分
==========================*/
#global-nav {
		display: none;
}
#s_navi {
		position: fixed;
		top: 12px;
		left: 50%;
		z-index: 30;
		display: block;
		width: min(calc(100% - 32px), 760px);
		background-color: rgba(255,255,255,.9);
		border-radius: 14px;
		box-shadow: 0 8px 24px rgba(0,0,0,.14);
		transform: translateX(-50%);
}
.sp-header-logo {
		width: 180px;
		padding: 12px 18px;
		line-height: 1;
}
.sp-header-logo a {
		display: block;
}
.menu-trigger {
		position: absolute;
		top: 42px;
		right: 18px;
		z-index: 2;
		width: 34px;
		height: 28px;
		padding: 0;
		background: none;
		border: none;
		cursor: pointer;
		appearance: none;
		transform: translateY(-50%);
}
.menu-trigger span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #221815;
		border-radius: 999px;
		transition: .3s;
}
.menu-trigger span:nth-child(1) {
		top: 2px;
}
.menu-trigger span:nth-child(2) {
		top: 13px;
}
.menu-trigger span:nth-child(3) {
		bottom: 2px;
}
.menu-trigger.active span:nth-child(1) {
		top: 13px;
		transform: rotate(45deg);
}
.menu-trigger.active span:nth-child(2) {
		opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
		bottom: 13px;
		transform: rotate(-45deg);
}
.g-nav {
		display: none;
		padding: 4px 18px 18px;
}
.g-nav ul {
		list-style: none;
		border-top: 1px solid rgba(34,24,21,.12);
}
.g-nav a {
		display: block;
		padding: 13px 4px;
		color: #221815;
		font-size: 1.5rem;
		font-weight: 500;
		text-decoration: none;
		border-bottom: 1px solid rgba(34,24,21,.12);
}
.top-hero {
		height: 760px;
		min-height: auto;
}
.top-hero-img img {
		object-position: 45% center;
}
.top-hero-copy {
		top: 44%;
		left: 28px;
		width: min(33.6%, 301px);
}
.top-contact {
		width: 44px;
		height: 44px;
		font-size: 2rem;
}
.top-news {
		right: 24px;
		bottom: 22px;
		width: min(64%, 420px);
		min-height: 64px;
		padding: 12px 28px;
}
/*===========================
  TOPページ スマホ
==========================*/
.top-about {
		margin-top: 10rem;
}
.top-about-label {
		margin-bottom: 12px;
		transform: none;
}
.top-about-inner {
		grid-template-columns: 1fr;
		gap: 3.4rem;
}
.top-about-photo {
		width: min(100%, 640px);
		border-radius: 0 14px 14px 0;
}
.top-about-content {
		padding-top: 0;
}
.top-about-title {
		font-size: clamp(3rem, 2.2rem + 2.5vw, 4.6rem);
}
.top-about-text {
		line-height: 1.9;
}
.top-about-illust {
		right: 0;
		bottom: -18px;
		width: 180px;
}
.top-breed {
		padding: 9rem 0 10rem;
}
.top-breed::before {
		right: -70px;
		top: 35%;
		width: 300px;
}
.top-breed-en {
		display: flex;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
}
.top-breed-title {
		margin-right: auto;
		margin-left: auto;
}
.top-breed-list {
		grid-template-columns: repeat(2, minmax(0, 220px));
		justify-content: center;
		gap: 4.5rem 6rem;
		width: min(94%, 560px);
		margin-top: 5.5rem;
}
.top-breed-btn {
		margin-top: 5.5rem;
}
.top-info {
		margin: 10rem auto;
}
.top-info-inner {
		grid-template-columns: 1fr;
		gap: 5rem;
}
.top-info-card {
		padding: 5.4rem 4rem 4rem;
}
.top-info-photo {
		margin-top: 3.6rem;
}
.top-news-section {
		padding: 9rem 0 11rem;
		background-size: 100% auto;
}
.top-news-section-inner {
		width: min(92%, 760px);
}
.top-news-section-list {
		grid-template-columns: 1fr;
		gap: 3.8rem;
		margin-top: 4rem;
}
.top-news-section-photo {
		border-radius: 14px;
}
.top-access {
		align-items: flex-start;
		flex-direction: column;
		gap: 2.4rem;
		min-height: auto;
		padding: 3.2rem max(4%, calc((100% - 760px) / 2)) 2.4rem;
}
.top-access > div:last-child {
		max-width: none;
}
/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */

/*===========================
  footer スマホ
==========================*/
#footer {
		min-height: 420px;
		background-size: auto 100%;
}
.footer-inner {
		min-height: 420px;
		padding-top: 4rem;
}
.footer-nav {
		width: min(100%, 620px);
}
.footer-nav ul {
		flex-wrap: wrap;
		gap: 1.4rem 3rem;
}
.footer-logo {
		width: min(56%, 340px);
		margin-top: 7rem;
}
.footer-address {
		margin-top: 5.4rem;
}
/*===========================
  トップスライドインナビゲーション
==========================*/

/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
.w-700 {
    width: auto;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {
/*===========================
  お問合せ スマホ
==========================*/
.contact-phone {
		padding: 3rem 1.6rem;
}
.contact-phone-number {
		gap: .8rem;
}
.contact-phone-number span {
		padding: .4rem .8rem;
}
.contact-phone-number a {
		letter-spacing: 0;
}
/*===========================
  ブリーディングスクール スマホ
==========================*/
.school-lead {
		grid-template-columns: 1fr;
		gap: 3.5rem;
}
.school-lead-photo {
		grid-row: 1;
		box-shadow: 10px 10px 0 rgba(191,159,33,.16);
}
.school-lead-text > p:not(.school-label) {
		margin-top: 1.6rem;
		line-height: 1.9;
}
.school-learning-list {
		grid-template-columns: 1fr;
		gap: 1.6rem;
}
.school-learning-card {
		padding: 2.4rem 2rem;
}
.school-learning-card::before {
		margin-bottom: 1.2rem;
}
.school-guide {
		grid-template-columns: 1fr;
		gap: 2.4rem;
		padding: 3.2rem 2rem;
}
.school-guide-text {
		text-align: center;
}
.school-guide ul {
		gap: 1rem;
}
.school-guide li {
		padding: 1.2rem 1.2rem 1.2rem 4rem;
}
.school-guide li::before {
		left: 1.4rem;
}
.school-contact .link-text01 a {
		width: min(100%, 300px);
}
/*===========================
  ご提携先 スマホ
==========================*/
.partner-card,
.partner-wrap02 {
		grid-template-columns: 1fr;
		padding: 3.2rem 2rem;
}
.partner-card > img,
.partner-wrap02 > img {
		grid-row: auto;
		grid-column: 1;
		width: min(82%, 360px);
		max-height: 220px;
		margin: 0 auto 3rem;
}
.partner-card h4,
.partner-wrap02 h4,
.partner-card p,
.partner-wrap02 p {
		grid-column: 1;
}
.partner-card h4 {
		padding-bottom: 1.2rem;
		text-align: center;
}
.partner-description {
		margin-top: 1.6rem;
		line-height: 1.8;
}
.partner-site {
		justify-content: center;
		gap: 1rem;
		margin-top: 2rem;
}
/*===========================
  犬種紹介 スマホ
==========================*/
.dog-breeds-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4rem 1.6rem;
}
.dog-breeds-card h4 {
		margin-top: 1rem;
}
.dog-breeds-card p {
		margin-top: 0.8rem;
}
/*===========================
  店舗詳細情報 スマホ
==========================*/
.shop-info-list {
		grid-template-columns: minmax(112px, 34%) 1fr;
}
.shop-info-list dt,
.shop-info-list dd {
		padding: 1.4rem 1rem;
}
/*===========================
  header部分
==========================*/
#s_navi {
		top: 10px;
		width: calc(100% - 24px);
}
.sp-header-logo {
		width: 150px;
		padding: 10px 14px;
}
.menu-trigger {
		top: 35px;
		right: 14px;
		width: 30px;
}
.top-hero {
		height: 680px;
}
.top-hero-img img {
		object-position: 44% center;
}
.top-hero-copy {
		top: 55%;
		left: 18px;
		width: min(49%, 210px);
}
.top-contact {
		position: fixed;
		top: 50%;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
}
.top-news {
		right: 12px;
		bottom: 18px;
		flex-wrap: wrap;
		gap: 4px 12px;
		width: calc(100% - 24px);
		min-height: 74px;
		padding: 14px 24px;
		border-radius: 28px;
}
.top-news-label {
		padding-right: 12px;
}
.top-news time {
		font-size: 1.4rem;
}
.top-about {
		width: 100%;
		margin: 7.5rem auto 8.5rem;
}
.top-about-label {
		width: min(94%, 1400px);
		margin: 0 auto 12px;
}
.top-about-inner {
		gap: 3rem;
}
.top-about-photo {
		width: 94%;
		border-radius: 0 12px 12px 0;
}
.top-about-photo img {
		aspect-ratio: 343 / 270;
}
.top-about-content {
		width: min(94%, 1400px);
		margin: auto;
		padding-bottom: 12rem;
}
.top-about-title {
		font-size: clamp(2.8rem, 2.2rem + 2.667vw, 3.6rem);
		line-height: 1.45;
}
.top-about-text {
		margin-top: 12px;
		font-size: 1.5rem;
		line-height: 1.9;
}
.top-about-btn {
		margin-top: 3rem;
}
.top-about-btn a {
		min-width: 190px;
		min-height: 50px;
		font-size: 1.5rem;
		border-radius: 14px;
}
.top-about-illust {
		right: 4%;
		bottom: 0;
		width: 132px;
}
.top-breed {
		padding: 6.5rem 0 7.5rem;
}
.top-breed::before {
		right: -88px;
		top: 36%;
		width: 230px;
}
.top-breed-en {
		min-width: 130px;
		min-height: 38px;
		font-size: 2rem;
}
.top-breed-title {
		font-size: 1.5rem;
}
.top-breed-list {
		grid-template-columns: repeat(2, minmax(0, 145px));
		gap: 3.2rem 2.2rem;
		width: min(92%, 340px);
		margin-top: 4rem;
}
.top-breed-name {
		margin-top: 10px;
		font-size: 1.4rem;
}
.top-breed-btn {
		margin-top: 4.5rem;
}
.top-breed-btn a {
		min-width: 230px;
		min-height: 56px;
		font-size: 1.5rem;
}
.top-info {
		width: 94%;
		margin: 7.5rem auto;
}
.top-info-inner {
		gap: 4rem;
}
.top-info-card {
		padding: 4.4rem 2rem 2.6rem;
}
.top-info-label {
		left: 2rem;
		min-width: 116px;
		min-height: 34px;
		padding: 4px 18px;
		font-size: 1.8rem;
}
.top-info-title {
		font-size: 2rem;
}
.top-info-photo {
		margin-top: 2.8rem;
		border-radius: 10px;
}
.top-info-photo img {
		aspect-ratio: 295 / 200;
}
.top-info-text {
		margin-top: 16px;
		font-size: 1.5rem;
		line-height: 1.8;
}
.top-info-btn {
		margin-top: 18px;
}
.top-info-btn a {
		min-width: 136px;
		min-height: 36px;
		font-size: 1.4rem;
}
.top-news-section {
		padding: 7rem 0 8.5rem;
		background-size: 100% auto;
}
.top-news-section-inner {
		width: 88%;
}
.top-news-section-en {
		font-size: 4.4rem;
}
.top-news-section-title {
		margin-top: 4px;
		font-size: 1.5rem;
}
.top-news-section-list {
		gap: 3.2rem;
		margin-top: 3.2rem;
}
.top-news-section-photo {
		border-radius: 12px;
}
.top-news-section-date {
		margin-top: 8px;
		font-size: 1.4rem;
}
.top-news-section-text {
		font-size: 1.5rem;
}
.top-access {
		gap: 1.8rem;
		padding: 2.6rem 6% 2rem;
}
.top-access h4 {
		font-size: 4.8rem;
}
.top-access > div:first-child p {
		margin-top: 2px;
		font-size: 1.4rem;
}
.top-access > div:last-child p {
		font-size: 1.4rem;
		line-height: 1.7;
}
#footer {
		min-height: 390px;
		background-position: right bottom;
		background-size: auto 78%;
}
.footer-inner {
		width: 88%;
		min-height: 390px;
		padding: 3rem 0 1.2rem;
}
.footer-nav ul {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		gap: 1rem 2.6rem;
}
.footer-nav a {
		font-size: 1.4rem;
}
.footer-logo {
		width: min(78%, 300px);
		margin-top: 4.8rem;
}
.footer-address {
		margin-top: 4.2rem;
		font-size: 1.3rem;
}
.footer-copy {
		font-size: 1.2rem;
}
}
