@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: sans-serif;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 2;
}
.textMark {
  background-image: linear-gradient(
    rgba(0 0 0 / 0) 65%,
    #ffc0cb 65%
  );
  font-weight: bold;
}

/* layout */
.header-inner {
  padding: 30px 20px 10px 20px;
}
.container {
  padding: 0 20px 40px;
}
.footer-inner {
  padding: 20px;
}
.main.container section {
  margin-bottom: 40px;
}
@media (min-width: 610px) {
  .main.container section {
    margin-bottom: 50px;
  }
}
/* .main.container section:last-of-type {
  margin-bottom: 0;
} */
@media (min-width: 610px) {
  .header-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* header */
.logo {
  font-size: 2.2rem;
  line-height: 64px;
}
.header-inner {
  display: flex;
  padding: 0 16px;
}
.topIcon {
  display: flex;
  margin-left: auto;
}
.topIcon li:last-child {
  margin-left: 8px;
}
.topTel a {
  display: block;
  width: 64px;
  background-color: #3cb371;
  line-height: 64px;
  text-align: center;
}
.color {
  color: #fff;
  line-height: 64px;
}
.topContact {
  display: block;
  width: 64px;
  background-color: #1e90ff;
  line-height: 64px;
  text-align: center;
}
.pcTopIcon {
  display: none;
}
@media (min-width:610px) {
  .topIcon {
    display: none;
  }
.pcTopIcon {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.pcTopTel {
 margin-right: 10px;
}
.pcTopTel span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #db7093;
}
.pcTopContact a {
  display: block;
  background-color: #1e90ff;
  padding: 19px 22px;
  color: #fff;
}
}
/* gnav */
.sp-menu {
  margin-left: auto;
}
.sp-menu #open{
  font-size: 3.2rem;
  line-height: 64px;
  cursor: pointer;
}
.sp-menu #open.hide {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255,255,255,0.95);
  text-align: center;
  padding: 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}
.overlay #close {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 3.2rem;
  cursor: pointer;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.overlay li {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s;
}
.overlay.show li {
  opacity: 1;
  transform: none;
}
.overlay.show li:nth-child(1) {
  transition-delay: .1s;
}
.overlay.show li:nth-child(2) {
  transition-delay: .2s;
}
.overlay.show li:nth-child(3) {
  transition-delay: .3s;
}
.overlay.show li:nth-child(4) {
  transition-delay: .4s;
}
.overlay.show li:nth-child(5) {
  transition-delay: .5s;
}
.overlay.show li:nth-child(6) {
  transition-delay: .6s;
}
.overlay.show li:nth-child(7) {
  transition-delay: .7s;
}
.overlay.show li:nth-child(8) {
  transition-delay: .8s;
}
.pc-menu {
  display: none;
  margin-left: auto;
  background-color: #db7093;
}
.pc-menu-nav {
  width: 1000px;
  margin:  0 auto;
}
@media (min-width: 610px) {
  .pc-menu {
    display: block;
  }
  .pc-menu nav {
    background-color: #db7093;
  }
  .pc-menu ul {
    display: flex;
    flex-flow: row;
  }
 
  .pc-menu a {
    display: block;
    padding: 15px 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .pc-menu a:hover {
    background: #e388a6;
  }
  .sp-menu {
    display: none;
  }
}
/* main */

/* footer */
footer {
  background: #ffc0cb;
}
.copyright {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}
.footer-txt {
  margin-bottom: 15px;
}
.footer-nav {
  margin-bottom: 20px;
}
@media (min-width: 610px){
  .footerPC {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav {
    display: flex;
    width: 57%;
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .footer-nav ul {
    margin-right: 8%;
  }
  .footer-nav li {
    margin-bottom: 4%;
  }
}
/* パンくずリスト */
.bread {
  margin-bottom: 30px;
}
.bread li {
  display: inline-block;
}
.bread li::after {
  content: ">>";
  padding: 0 5px;
}
.bread li:last-child::after {
  content: none;
}
/* メインビジュアル */

.main-visual  {
  background-image: url(../../img/mainSp.jpg);
  background-size: cover;
  background-position: center;
  height:100vh; 
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

@media (min-width: 610px)  {
  .main-visual {
    background-image: url(../../img/main1.jpg);
  }
}
.topHead {
  font-size: 3.6rem;
  text-shadow: 0 0 10px #444;
}
.topHeadSub {
  font-size: 1.8rem;
  text-shadow: 0 0 10px #444;
  font-weight: bold;
}
/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination a:hover {
  color: #fff;
}
.pagination a,
.pagination .current {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
}
/* 見出し共通 */
.head-txt {
  /* background: #db7093; */
  padding:28px 0; 
  background-image: url(../../img/doodle.jpg);
}
.head-txt h1 {
  max-width: 50%;
  background:rgba(255, 179, 191, 0.8);
  padding: 5px 7px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #444;
  margin: 0 auto;
}
h2.subHead{
  font-size: 2.8rem;
  border-left: 8px solid #db7093;
  padding-left: 5px;
  margin-bottom: 20px;
}
h3.middleHead {
  font-size: 2.4rem;
  border-bottom: 3px solid #db7093;
  margin-bottom: 20px;
}

/* 記事内ページネーション */
.PostPagination {
  display: flex;
  justify-content: center;
}
.prev, .next {
  display: inline-block;
  margin: 0 5px;
}
.prev:hover, .next:hover {
  background-color: lightblue;
}
/* TOPページ */
.topInfo {
  margin-top: 60px;
}
.topInfo time {
  color: #db7093;
  font-weight: bold;
}
.postCate {
  border: 1px solid #db7093;
  padding: 3px;
  font-size: 1.2rem;
  margin-right: 8px;
}
.detail {
  width: 150px;
}
.topInfo dd {
  border-bottom: 1px dotted #db7093;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.topInfo dd:last-child {
  margin-bottom: 0;
}
.listBtn {
  margin-top: 30px;
}
.topBtn {
  display: block;
  width: 300px;
  margin: 0  auto;
  text-align: center;
  margin-top: 20px;
  padding: 8px 0;
  border: 1px solid #db7093;
}
.fa-angle-right {
padding-left: 5px;
color: #db7093;
}
.TopDogList .wrapper{
  display: flex;
  flex-wrap: wrap;
}
.TopDogList article{
  flex: 300px;
  margin: 10px;
}
.topDogDesc {
  padding: 10px 0;
}
.backColor {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin:50px 0 40px;
  padding: 30px 0;
  background-size: auto auto;
  background-color: rgba(255, 192, 203, 0.57);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 192, 203, 0.41) 10px, rgba(255, 192, 203, 0.41) 17px );
}
.topAbout {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.topAbout p {
  line-height: 2;
  margin-bottom: 10px;
}
.topAccess {
  margin-bottom: 80px;
}
.topAccess p {
  margin-bottom: 15px;
}
/* お知らせ */
.info-title {
  display: flex;
  border-bottom: 2px dotted #ffc0cb;
  margin-bottom: 10px;
}
.info-title time {
  margin-right: 10px;
  font-size: 1.8rem;
}
.info-title h2 {
  font-size: 1.8rem;
  font-weight: normal;
}
.infoPost {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
@media (min-width:610px) {
  .pcInfo {
    display: flex;
    justify-content: space-between;
  }
  .pcInfo img {
    max-width: 300px;
    margin-right: 10px;
  }
}
/* 記事ページ */
.post h1 {
  font-size: 3.6rem;
}
.post p {
  line-height: 1.8;
}
.post-categories  {
  display: flex;
  justify-content: center;
  }
  .post-categories a {
    padding: 3px 10px;
    border: solid 1px #ffc0cb;
    border-radius: 10px;
    color: #ffc0cb;
  }
  .nav-links {
    display: flex;
    margin: 30px 0;
  }
  .nav-previous {
    flex: 1;
  }
  .nav-next {
    flex: 1;
    margin-left: 10px;
    text-align: right;
  }

/* about */
.aboutDogIntro:not(:last-child) {
  margin-bottom: 20px;
}
.aboutParentDog {
  border-radius: 55px;
}
.aboutDogIntro .text {
  padding: 25px;
}
@media (min-width: 610px) {
  .aboutDogIntro:not(:last-child) {
    margin-bottom: 40px;
  }
  .aboutDogIntro {
display: flex;
  }
  .aboutDogIntro .aboutParentDog {
    flex: 0 0 500px;
  }
  .aboutDogIntro .text {
    flex: 1;
  }
  .rowRe {
    flex-direction: row-reverse;
  }
}
.aboutDogList {
  margin: 10px;
  border-radius: 60px;
}
@media (min-width: 610px) {
.aboutDogLists {
  display: flex;
  flex-wrap: wrap;
}
.aboutDogList {
  max-width: 300px;
}
}
.breedingAbout p:first-of-type {
  margin-bottom: 20px;
}
.breedingAbouName {
  text-align: center;
  font-weight: bold;
}
.breedingAbouList {
  margin-bottom: 30px;
}
.breedingAbouList:last-of-type {
  margin-bottom: 40px;
}
@media(min-width:610px) {
  .breedingAbouList:last-of-type {
    margin-bottom: 60px;
  }
}
.breedingAbouList li{
  border-bottom: 1px dotted #e388a6;
  padding:2px 0 5px 12px ;
  line-height: 2;
}
@media(min-width:610px) {
  .breedingAboutWrapper {
    display: flow-root;
    margin-bottom: 30px;
  }
  .breedingAboutWrapper img {
    width: 50%;
    margin-left: 2%;
    float: right;
  }
}
.breedingAboutH {
  border-bottom: 3px dotted #e388a6;
  font-size: 1.7rem;
  margin: 14px 0 14px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.pareDog {
  color:#db7093;
  font-size: 1.8rem;
}
.medical {
color:#db7093;
font-size: 2rem;
line-height: 2;
margin-right: 1%;
}
.calendar {
  color:#db7093;
font-size: 2.4rem;
margin-right: 1%;
}
/* flow */
.headMark {
  color:#db7093;
}
.flowText {
  margin-bottom: 30px;
}
.stepContents {
  margin-bottom: 40px;
}
.step img {
  margin-bottom: 15px;
}
.stepContact {
  text-decoration: underline;
}
.stepItem:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 610px){
.stepItem {
  display: flex;
  align-items: center;
}
.stepItemImg,
.stepItemText {
  width: 50%;
  padding: 0 20px;
}
.stepItem:nth-child(4) {
  flex-direction: row-reverse;
}
}

.qa {
 margin-bottom: 50px;
}
.qaItems dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qaItems dl:first-child {
  border-top: 1px solid #000;
}
.qaItems dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qaItems .open::before {
  transform: rotate(-45deg);
}
.qaItems dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qaItems dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #db7093;
}
.qaItems dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #db7093;
}
.qaItems dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qaItems dl dd p {
  margin: 30px 0 0;
}
.qaItems dl dd p:first-child{
  margin-top: 0;
}


.qa-list dl {
  position: relative;
  padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}
.qa-list dl dt {
  padding: 0 0 0 30px;
  font-size: 14px;
}
.qa-list dl dt::before {
  font-size: 14px;
  top: 3px;
  left: 5px;
  content: 'Q.';
}
.qa-list dl dd::before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  content: 'A.';
}
.qa-list dl dd {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  font-size: 14px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

/* 会社概要・アクセス */
.company table {
  border-collapse: collapse;
  width: 100%;
}
.company th, td{
  border: 1px solid #333;
  padding: 8px 10px;
}
.company th {
  background-color: #db7093;
  color: #fff;
}
/* お問い合わせ */
input[type="text"],input[type="email"],input[type="tel"]{
  width: 300px;
}
textarea {
  width: 50%;
  height: 160px;
}
/* 特定商取引表示 */
.transact table {
  border-collapse: collapse;
  width: 100%;
}
.transact th, td{
  border: 1px solid #333;
  padding: 8px 10px;
}
.transact th {
  background-color: #db7093;
  color: #fff;
}

/* 記事ページ */

.dogDetail h1 {
  font-size: 2.8rem;
  color: #db7093;
  border-bottom: dashed 2px #ffc0cb;
  margin-bottom: 10px;
}
.dogDetail h2 {
  font-size: 2.2rem;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #db7093;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dogDetail h3 {
  font-size: 2rem;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #db7093;
  border-bottom: solid 3px #d7d7d7;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dogDetail h4 {
  font-size: 1.8rem;
  border-bottom: solid 3px #ffc0cb;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dogDetail p {
  line-height: 2;
}
.dogDetail time {
  display: block;
  margin-bottom: 25px;
}
.dogDetailSub {
  margin-top: 25px;
}
.prof-wrapper {
  border: 1px solid #ffc0cb;
  padding: 15px;
}
.prof {
  margin-bottom: 30px;
}
.prof img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.prof h2 {
  font-size: 18px;
  color: #db7093;
  text-align: center;
  margin-bottom: 10px;
}
.prof figure {
  text-align: center;
  margin-bottom: 15px;
}
.prof p {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 610px)  {
  .dogDetail_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .dogDetail {
    width: 65%;
    box-sizing: border-box;
  }
  .dogDetailSub {
    width: 31%;
  }
}
.topic h2 {
  font-size: 2rem;
  border-bottom: double 5px #ffc0cb;
  margin-bottom: 20px;
}
.topic h3 {
  font-size: 1.5rem;;
}
.topicText {
  margin-left: 10px;
}
.topic img {
  border-radius: 25px;
  vertical-align: bottom;
}
.topic time {
  font-size: 1.2rem;
}
.topic a {
  display: flex;
  align-items: center;
}
.topic figure {
  width: 100px;
  flex: none;
}
.topic li:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 610px)  {
  .topic img {
    border-radius: 35px;
  }
  .topic figure {
    width: 100%;
  }
  .topic a {
    display: block;
  }
}
/* 記事一覧 */
.dogList h2 {
  font-size: 1.8rem;
}
.dogList p {
  font-size: 1.4rem;
}
.dogList time {
  display: block;
  font-size: 1.2rem;;
  margin-bottom: 10px;
}
.dogList article a {
  flex: 1;
  display: block;
  padding: 10px;
  margin-bottom: 25px;
  border: solid 1px #ffc0cb;
  color: inherit;
}
@media (min-width: 610px) {
  .dogList_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .dogList article {
    flex: 0 0 300px;
    display: flex;
  }
  .dogList article a {
    margin-bottom: 0;
    margin: 10px;
  }
}