@charset "UTF-8";
/*■font共通-----------------------------------------------------*/
/* Comfortaa */
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-SemiBold.ttf") format("opentype");
}
/* 全丸ゴシック */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}
/* kaisei opti */
@font-face {
  font-family: "Kaisei Opti";
  src: url("../fonts/KaiseiOpti-Regular.ttf") format("truetype");
  src: url("../fonts/KaiseiOpti-Medium.ttf") format("truetype");
  src: url("../fonts/KaiseiOpti-Bold.ttf") format("truetype");
}
/* Kosugi */
@font-face {
  font-family: "Kosugi";
  src: url("../fonts/Kosugi-Regular.ttf") format("truetype");
}
/* あんずもじ2020  */
@font-face {
  font-family: "あんずもじ2020";
  src: url("../fonts/AP.ttf") format("truetype");
  font-style: normal;
}
/* =============================================================
    共通
============================================================= */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5a5040;
  font-style: normal;
  font-weight: 400;
  background: #d1f6fd;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

a {
  color: #43413d;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover,
a:active {
  color: #8c7867;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}

h2 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

h3 {
  font-size: 1.76rem;
  line-height: 3.6rem;
}

.small {
  font-size: 1.2rem;
}

.red {
  color: red;
}

.white {
  color: white;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

/* =============================================================
    共通 : 非表示設定
============================================================= */
@media only screen and (max-width: 1024.9px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*==============ローディング=========================*/
#splash {
  font-family: "Kaisei Opti Medium", sans-serif;
}

section {
  width: 100%;
  padding: 0;
  margin: 0;
}

/*------------------------*/
#container {
  width: 100%;
  padding: 0;
  margin: 0;
}

/*==============slider=========================*/
/*レイアウト共通設定-----------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*----------------------------------------------------------固定ページkennel kodawari*/
.areaTitle-e h2 {
  font-family: "Comfortaa", cursive;
  font-weight: 600;
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .areaTitle-e h2 {
    font-size: 5rem;
  }
}

.areaTitle-j h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.2rem;
  display: block;
  background-color: none;
  padding-top: 0rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .areaTitle-j h1 {
    padding-top: 2rem;
    font-size: 3rem;
    line-height: 5rem;
  }
}

#header,
#main-area,
#area-1,
#kennel,
#kodawari,
#archive-news,
#single-news,
#single-puppy,
#category-parents,
#category-puppy-sale,
#category-puppy-adopted,
#category-mature-sale,
#category-gallery,
#puppies,
#puppy-sale,
#mature-sale,
#contact_line,
#process,
#puppy_adopted,
#instagram,
#footer,
#error404 {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  box-sizing: border-box;
}
#header .wallpaper,
#main-area .wallpaper,
#area-1 .wallpaper,
#kennel .wallpaper,
#kodawari .wallpaper,
#archive-news .wallpaper,
#single-news .wallpaper,
#single-puppy .wallpaper,
#category-parents .wallpaper,
#category-puppy-sale .wallpaper,
#category-puppy-adopted .wallpaper,
#category-mature-sale .wallpaper,
#category-gallery .wallpaper,
#puppies .wallpaper,
#puppy-sale .wallpaper,
#mature-sale .wallpaper,
#contact_line .wallpaper,
#process .wallpaper,
#puppy_adopted .wallpaper,
#instagram .wallpaper,
#footer .wallpaper,
#error404 .wallpaper {
  width: 100%;
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: rgba(255, 255, 255, 0.3333333333);
}
@media screen and (max-width: 767px) {
  #header .wallpaper,
  #main-area .wallpaper,
  #area-1 .wallpaper,
  #kennel .wallpaper,
  #kodawari .wallpaper,
  #archive-news .wallpaper,
  #single-news .wallpaper,
  #single-puppy .wallpaper,
  #category-parents .wallpaper,
  #category-puppy-sale .wallpaper,
  #category-puppy-adopted .wallpaper,
  #category-mature-sale .wallpaper,
  #category-gallery .wallpaper,
  #puppies .wallpaper,
  #puppy-sale .wallpaper,
  #mature-sale .wallpaper,
  #contact_line .wallpaper,
  #process .wallpaper,
  #puppy_adopted .wallpaper,
  #instagram .wallpaper,
  #footer .wallpaper,
  #error404 .wallpaper {
    padding-top: 3rem;
  }
}

#instagram .wallpaper {
  padding: 10rem 2rem;
  background: #d1f6fd;
}
@media screen and (max-width: 767px) {
  #instagram .wallpaper {
    padding: 5rem 0;
  }
}

#kennel,
#kodawari,
#puppies,
#contact_line,
#process,
#error404 {
  padding: 5rem 0 0 0;
}

#single-puppy .wallpaper {
  margin-top: 6rem;
  padding-top: 0;
}

#archive-news,
#single-news,
#category-puppy-sale,
#category-puppy-adopted,
#category-mature-sale,
#category-parents,
#category-gallery {
  margin-top: 5rem;
}

#kodawari .wallpaper {
  padding-bottom: 0;
}

#error404 .inner {
  margin: 5rem auto;
}

#puppies .areaTitle-j h1 {
  padding-bottom: 0;
}

#puppies {
  padding-bottom: 0rem;
  margin-bottom: 0;
}
#puppies .wallpaper {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  #puppies {
    padding-top: 0;
    margin-top: 0rem;
  }
  #puppies .wallpaper {
    padding-top: 0;
    margin-top: 0rem;
  }
}

#mature-sale {
  margin-bottom: 0;
  padding-bottom: 0;
}
#mature-sale .wallpaper {
  margin-bottom: 0;
  padding-bottom: 3rem;
  background: #efe1c1;
}

#puppy_adopted {
  padding-bottom: 0rem;
  margin-top: 0rem;
}
#puppy_adopted .wallpaper {
  margin-top: 0rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #puppy_adopted .wallpaper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*-------------------------------------------------------*/
#slider {
  width: 80%;
  height: calc(100vh - 110px);
  padding: 0;
  margin: 0 auto 10px auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 5px;
  z-index: -3;
}
@media screen and (max-width: 1024px) {
  #slider { /*tab:768~1024*/
    width: 90%;
    height: 70vw;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #slider {
    width: 100%;
    height: 55vh;
    margin: 0;
    border-radius: 0px;
  }
}

/*===============header========================*/
#header {
  display: block;
  height: 100px;
  font-size: 1.7rem;
  font-weight: 500;
  background: #d1f6fd;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: sticky;
  top: -40px;
}

h2.logo_title {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  white-space: nowrap;
}

h1.logo_title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  white-space: nowrap;
}

.logo {
  position: absolute;
  top: 0px;
  left: 20px;
  display: block;
  padding-top: 0.6rem;
  text-align: center;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .logo {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}

.logo img {
  width: 200px;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 210px;
  }
}

#header ul ul {
  display: block;
}
#header ul#menu {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  border: 0px solid green;
  width: calc(100% - 220px - 4% - 10rem);
  padding-top: 5.5rem;
  margin: 0 calc(4% + 10rem) 0 220px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #header ul#menu {
    font-size: 1.5rem;
  }
}
#header ul#menu li {
  padding-right: 2rem;
  border: 0px solid red;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #header ul#menu li {
    padding-right: 1.5rem;
  }
}
#header ul .icons1, #header ul .icons2 {
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 1.5rem;
  right: calc(4% + 3rem);
}
#header ul .icons2 {
  right: calc(4% + 7rem);
}

img.icons {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  img.icons {
    width: 2rem;
    height: 2rem;
  }
}

/*wallpaper*******************************/
@media screen and (max-width: 1024px) { /*tab:768~1024*/
  .contactform2 {
    font-size: 1.7rem;
    padding: 3px 16px;
    border-radius: 5px;
    margin: 15px auto;
  }
}
/*area-1■all*********************************************************/
#area-1 {
  font-size: 1.6rem;
  line-height: 3.6rem;
  display: block;
  overflow: hidden;
  /*message*/
}
@media screen and (max-width: 767px) {
  #area-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#area-1 .slogan h2 {
  font-family: "Kosugi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  #area-1 .slogan h2 {
    font-size: 2rem;
    line-height: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #area-1 .slogan h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
#area-1 .message {
  width: 100%;
  margin: 0;
  padding: 5rem 0;
  background-color: #b0ebf7;
  background-image: url(../img/heading-stars.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 1.7rem;
  line-height: 4rem;
  font-weight: 400;
  /*inner*/
  /*block1-text*/
  /*block1-img*/
  /*block2-text*/
  /*block2-img*/
}
@media screen and (max-width: 1024px) {
  #area-1 .message {
    background-position-y: 50%;
  }
}
@media screen and (max-width: 1280px) {
  #area-1 .message {
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #area-1 .message {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #area-1 .message {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#area-1 .message .inner {
  width: 96%;
  margin: 0 auto;
  display: flex;
  border: 0px solid blue;
  margin-left: 7%;
}
#area-1 .message .inner:last-of-type {
  margin-left: auto;
  margin-top: 6rem;
  border: 0px solid green;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .inner {
    display: block;
    padding: 0;
    margin-left: auto;
  }
  #area-1 .message .inner:last-of-type {
    margin-top: 0;
  }
}
#area-1 .message h2 {
  margin-bottom: 3rem;
  text-align: left;
  font-size: 2.6rem;
  line-height: 5rem;
}
@media screen and (max-width: 1280px) {
  #area-1 .message h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #area-1 .message h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}
#area-1 .message .block1-text {
  grid-area: 1/1/2/3;
  justify-self: center;
  align-self: flex-start;
  text-align: left;
  margin-right: 3rem;
}
@media screen and (max-width: 1280px) {
  #area-1 .message .block1-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block1-text {
    width: 90%;
    padding: 0;
    margin: 0 1.4rem auto auto;
  }
}
@media screen and (max-width: 767px) {
  #area-1 .message .block1-text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#area-1 .message .block1-text p {
  margin-left: 2rem;
}
@media screen and (max-width: 1280px) {
  #area-1 .message .block1-text p {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #area-1 .message .block1-text p {
    width: 96%;
    margin: 0 auto;
  }
}
#area-1 .message .block1-img {
  grid-area: 1/3/2/4;
  justify-self: center;
  align-self: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block1-img {
    text-align: center;
    margin: 0;
  }
}
#area-1 .message .block1-img img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block1-img img {
    margin-top: 1.4rem;
    width: 100%;
  }
}
#area-1 .message .block2-text {
  grid-area: 2/2/3/4;
  border: 0px solid greenyellow;
  justify-self: flex-start;
  align-self: flex-start;
  width: 50%;
  margin-left: 5%;
  margin-top: 3rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block2-text {
    width: 90%;
    margin: 0 auto 0 auto;
    display: block;
  }
}
#area-1 .message .block2-text h2 {
  display: inline-block;
  position: relative;
  padding: 0.7rem 0;
  margin-bottom: 0.2rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #f6ffa1 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 15px;
  background-position: left 0 bottom 15px;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block2-text h2 {
    margin-top: 3rem;
  }
}
#area-1 .message .block2-text ul {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block2-text ul {
    margin: 3rem auto;
  }
}
#area-1 .message .block2-text li:before {
  content: "✶"; /* アイコンのunicode */
}
#area-1 .message .block2-img {
  grid-area: 2/1/3/2;
  border: 0px solid green;
  justify-self: flex-end;
  align-self: flex-start;
  margin-left: 10%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block2-img {
    text-align: right;
    margin-left: 0;
    margin-bottom: 0;
  }
}
#area-1 .message .block2-img img {
  width: 370px;
}
@media screen and (max-width: 1024px) {
  #area-1 .message .block2-img img {
    max-width: 350px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 999;
  }
}
#area-1 .kodawari {
  font-family: "あんずもじ2020", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 8rem auto;
  padding: 0;
  border: 0px solid red;
}
@media screen and (max-width: 767px) {
  #area-1 .kodawari {
    display: block;
    height: 444px;
    margin: 3rem auto 1rem auto;
  }
}
#area-1 .balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  background: #ffd48a;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #area-1 .balloon3-right-btm {
    transform: scale(0.8);
    top: 72px;
  }
}
#area-1 .balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffd48a;
  z-index: 0;
  transform: rotate(45deg);
}
#area-1 .balloon3-left-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  background: #ffd48a;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #area-1 .balloon3-left-btm {
    transform: scale(0.8);
    top: -384px;
    right: -248px;
  }
}
#area-1 .balloon3-left-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffd48a;
  z-index: 0;
  transform: rotate(-225deg);
}
#area-1 .balloon3-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 30px;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  background: #ffd48a;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #area-1 .balloon3-left {
    transform: scale(0.8);
    top: -458px;
    right: -264px;
  }
}
#area-1 .balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffd48a;
  z-index: 0;
}
#area-1 .kodawari-link {
  font-family: "Kaisei Opti", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
#area-1 .kodawari-link {
  margin: 0 auto;
  display: block;
  width: 460px;
  height: 330px;
  background-size: 100%;
  background-image: url(../img/heading-banner.png);
  background-repeat: no-repeat;
  transition: 0.2s;
  filter: drop-shadow(5px 5px 5px #aaa);
}
@media screen and (max-width: 767px) {
  #area-1 .kodawari-link {
    width: 368px;
    height: 264px;
  }
}
#area-1 .kodawari-link:hover {
  background-image: url(../img/heading-banner_hover.png);
  transform: translateY(-4px);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #area-1 .kodawari-link:hover {
    width: 368px;
    height: 264px;
  }
}
#area-1 .kodawari-link h2 {
  font-size: 3rem;
  transform: translateY(140px);
}
@media screen and (max-width: 767px) {
  #area-1 .kodawari-link h2 {
    transform: translateY(115px);
    font-size: 2.2rem;
  }
}
#area-1 .kodawari-link p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  transform: translateY(120px);
}
@media screen and (max-width: 767px) {
  #area-1 .kodawari-link p {
    transform: translateY(85px);
    font-size: 1.4rem;
  }
}

/*area-1*/
/*instagram*/
#instagram h2 {
  margin-left: 3rem;
}
#instagram h1 {
  font-size: 2.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #instagram h1 {
    font-size: 1.8rem;
  }
}

/*puppies*********************************************/
.archives_puppies {
  margin-right: 10%;
  margin-bottom: 6rem;
  font-size: 2rem;
  text-align: right;
  display: block;
}

.silhouette {
  z-index: 50;
  width: 80%;
  margin: 6rem auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .silhouette {
    width: 96%;
  }
}
.silhouette img {
  width: 100%;
}

.puppy_sale {
  width: 84%;
  margin: 0 auto;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .puppy_sale {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}
@media screen and (max-width: 860px) {
  .puppy_sale {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .puppy_sale {
    width: 96%;
    margin: 0 auto;
  }
}

.puppy_index {
  font-family: "Kosugi", sans-serif;
  font-style: normal;
  font-weight: 500;
  justify-self: flex-start;
  width: 350px;
  display: block;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #bdb098;
}
@media screen and (max-width: 1024px) {
  .puppy_index {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .puppy_index {
    min-width: 96%;
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.puppy_info {
  width: 96%;
  margin: 1rem;
}

.puppy_frame {
  margin: 0;
  padding: 0;
  padding-bottom: 2rem;
}

.puppy_frame img {
  display: block;
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .puppy_frame img {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .puppy_frame img {
    height: 40vh;
    border-radius: 10px 10px 0 0;
  }
}

.puppy_index ul {
  padding: 1rem;
}

.puppy_index dl {
  border-bottom: #ccc dotted 1px;
  display: flex;
  line-height: 2.5rem;
  font-size: 1.4rem;
}

.puppy_index dt {
  width: 35%;
}

.puppy_index dd {
  width: 65%;
}

.sale {
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  display: block;
  line-height: 2.2rem;
  text-align: center;
}

.under-nego {
  font-size: 1.3rem;
}

.ribbon1, .ribbon2 {
  display: block;
  position: relative;
  padding: 0.3rem 1.6rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .ribbon1, .ribbon2 {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.ribbon1.male {
  background: #9bcee2;
}

.ribbon1.female {
  background: #f6adad;
}

.ribbon1.maleR {
  background: #bdb098;
}

.ribbon1.femaleR {
  background: #bdb098;
}

.ribbon2.male {
  background: #4fb6df;
}

.ribbon2.female {
  background: #e17575;
}

.ribbon2.maleR {
  background: #bdb098;
}

.ribbon2.femaleR {
  background: #bdb098;
}

.ribbon1:before,
.ribbon2:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px rgb(149, 158, 155); /*折り返し部分*/
}

.ribbon1:after,
.ribbon2:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 10px rgb(149, 158, 155); /*折り返し部分*/
}

.ribbon1 h2,
.ribbon2 h2 {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .ribbon1 h2,
  .ribbon2 h2 {
    font-size: 1.8rem;
  }
}

/*-----------------------------------*/
.archives_puppies-bunner {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 767px) {
  .archives_puppies-bunner {
    margin: 3rem auto;
  }
}

.archives_puppies-bunner img {
  width: 100%;
}

.archives_puppies-bunner p {
  font-size: 1.3rem;
}

.puppy_adopted {
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .puppy_adopted {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .puppy_adopted {
    width: 96%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 0 auto;
    padding: 2rem 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.puppy_adopted .puppy_index3 {
  justify-self: flex-start;
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background-color: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .puppy_adopted .puppy_index3 {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .puppy_adopted .puppy_index3 {
    width: 180px;
    height: 180px;
  }
}
.puppy_adopted .puppy_frame {
  margin: 0;
  padding: 0;
}
.puppy_adopted .puppy_frame img {
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #bdb098;
}
@media screen and (max-width: 1024px) {
  .puppy_adopted .puppy_frame img {
    height: 230px;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .puppy_adopted .puppy_frame img {
    height: 180px;
    width: 180px;
  }
}

.ribbon19-content {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ribbon19-content {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .ribbon19-content {
    width: 180px;
    height: 180px;
  }
}

.ribbon19 {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -55px;
  top: 15px;
  width: 190px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 16px;
  background: #39c3d4;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 2px rgb(57, 195, 212);
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}

.puppy_index:nth-child(1) {
  animation-delay: 0.2s;
}

.puppy_index:nth-child(2) {
  animation-delay: 0.3s;
}

.puppy_index:nth-child(3) {
  animation-delay: 0.4s;
}

.puppy_index:nth-child(4) {
  animation-delay: 0.5s;
}

.puppy_index:nth-child(5) {
  animation-delay: 0.6s;
}

.puppy_index:nth-child(6) {
  animation-delay: 0.7s;
}

.puppy_index:nth-child(7) {
  animation-delay: 0.8s;
}

.puppy_index:nth-child(8) {
  animation-delay: 0.9s;
}

.puppy_index:nth-child(9) {
  animation-delay: 1s;
}

.puppy_index:nth-child(10) {
  animation-delay: 1.1s;
}

.category-header {
  background: rgba(255, 255, 255, 0.5333333333);
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}
.category-header .leftBox {
  width: 60%;
  padding: 3rem 0;
}
.category-header .rightBox {
  width: 40%;
}
.category-header img {
  width: 100%;
}
.category-header h2 {
  padding: 1.5rem 0;
}
.category-header p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .category-header {
    display: block;
  }
  .category-header .leftBox {
    width: 96%;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
  .category-header .rightBox {
    width: 96%;
    margin: 0 auto;
  }
  .category-header h2 {
    padding: 1rem 0;
  }
  .category-header p {
    width: 90%;
    margin: 0 auto;
  }
}

/*process ********************************************/
#process .step-wrap {
  width: 80%;
  margin: 5rem auto 5rem auto;
}
@media screen and (max-width: 767px) {
  #process .step-wrap {
    width: 96%;
    margin: 2rem auto;
  }
}
#process .step-content {
  padding-left: 4rem;
  margin: 0;
  position: relative;
}
#process .step-title h2 {
  font-weight: 500;
  line-height: 6.2rem;
  font-size: 2.8rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #process .step-title h2 {
    line-height: 5.5rem;
    font-size: 2.2rem;
    margin-left: 5rem;
  }
}
#process .step-content::after {
  content: "";
  display: block;
  height: calc(100% - 55px);
  border-left: dashed 4px #acacac;
  position: absolute;
  margin: 1.6rem auto;
  top: 6rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  #process .step-content::after {
    height: calc(100% - 6rem);
    border-left: dashed 2px #acacac;
    margin: 0.8rem auto;
    top: 6rem;
    left: 1.5rem;
  }
}
#process .step-label {
  width: 6rem;
  height: 6rem;
  background: #544832;
  display: inline-block;
  color: #fff;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#process .step-num {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  text-align: center;
}
#process .step-num span {
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #process .step-num span {
    font-size: 1.2rem;
  }
}
#process .step-body {
  margin: 1.6rem;
  padding: 0 0 2.4rem 0;
  border-bottom: dotted 2px #9c9c9c;
}
@media screen and (max-width: 767px) {
  #process .step-body {
    margin: 1.6rem 3% 1.6rem 0;
  }
}
#process .insurance {
  border: 3px solid #54b2e1;
  border-radius: 40px;
  margin: 5% 7% 5% 3%;
  padding: 3%;
}
@media screen and (max-width: 767px) {
  #process .insurance {
    width: 96%;
    border-radius: 20px;
    margin: auto;
    padding: 2rem;
  }
}
#process .insurance p {
  margin-top: 1.6rem;
}
#process .contact {
  margin: 30px auto;
}
#process .note {
  margin: 2.2rem 0;
}
#process .note span {
  font-weight: bold;
}
#process .note h3 {
  font-weight: bold;
  font-size: 2.4rem;
}
#process .note li {
  margin: 0;
}
#process .note li:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #ed9aa2; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative; /* 位置調整 */
  top: -1px;
  margin-right: 0.8rem; /* 余白指定 */
}

/*------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) { /*sp:~767*/
  .btn,
  a.btn,
  button.btn {
    letter-spacing: 0;
  }
}
/**************************************************/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 123, 0, 0);
  }
}
/*特定商*/
.tbl-r02 {
  width: 70%;
  margin: 0 auto;
  border-collapse: separate; /* 表の線と線の間を空ける */
  border-spacing: 3px;
  text-align: left;
}

.tbl-r02 th {
  background: #ed9aa2;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  margin: 3px;
  width: 30%;
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
  background: #fff;
  width: 70%;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*---------------------*/
.contactform2 {
  z-index: 9999; /*ボタンを最前面に*/
  font-size: 1.7rem;
  display: inline-block;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  margin: 20px auto;
  background: #54b2e1;
  transition: all 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.contactform2:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/*-----------------------------------------------------*/
#contact {
  margin-top: 0;
  background-color: #b0ebf7;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact {
    display: block;
    margin-top: 5rem;
  }
}
#contact .areaTitle-e h2 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #contact .areaTitle-e h2 {
    left: 0rem;
  }
}
#contact .contact-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact .contact-img {
    width: 100%;
  }
}
#contact .contact-img img {
  width: 100%;
}
#contact .contact-content {
  padding: 3rem 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact .contact-content {
    width: 100%;
  }
}
#contact .line_icon {
  font-size: 3rem;
  line-height: 5rem;
}
#contact .line_icon img {
  width: 4rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #contact .line_icon {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #contact .line_icon {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
  }
  #contact .line_icon img {
    margin-right: 0rem;
  }
}
#contact .mail_icon {
  margin-top: 3rem;
  font-size: 2.8rem;
  line-height: 5rem;
}
#contact .mail_icon i {
  margin-left: 1.2rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #contact .mail_icon {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #contact .mail_icon {
    margin: 2rem auto;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact .contact-items {
  margin: 0 auto 4rem auto;
  vertical-align: middle;
  width: 90%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #contact .contact-items {
    width: 96%;
    margin: 0 auto;
  }
}
#contact .contact-items p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  #contact .contact-items p {
    width: 96%;
    font-size: 1.3rem;
    text-align: center;
    margin: 1rem auto;
  }
}
#contact .contact-items .add_friend {
  display: flex;
  width: 100%;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin: 2rem auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-items .add_friend {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
#contact .contact-items .add_friend div:first-child {
  text-align: center;
  align-self: center;
}
#contact .contact-items .add_friend img:first-child {
  width: 200px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 767px) {
  #contact .contact-items .add_friend img:first-child {
    margin-top: 2rem;
  }
}
#contact .contact-items .add_friend img.add {
  width: 90px;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  #contact .contact-items .add_friend img.add {
    width: 90px;
  }
}
#contact .contact-items .add_friend a img {
  transition: all 0.2s ease-out;
}
#contact .contact-items .add_friend a img:hover {
  transform: scale(1.05);
}
#contact .contact-items h2 {
  font-size: 3rem;
  line-height: 5rem;
}

.calling {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 6rem auto;
}

.contactform {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 2rem auto 10rem auto;
  width: -moz-max-content;
  width: max-content;
  z-index: 9999; /*ボタンを最前面に*/
  font-size: 2.2rem;
  line-height: 5rem;
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 0 1rem;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  background: #54b2e1;
  transition: all 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin: 0.5rem auto 5rem auto;
  }
}

.contactform:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/*各ページ---------------------------------*/
.about_kennel {
  padding: 3rem 0;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about_kennel {
    width: 88%;
    margin: 0 auto;
  }
}

#kennel_slide {
  margin: 0 auto 5rem auto;
  padding: 0;
  width: 90%;
  display: block;
  position: relative;
}
#kennel_slide .swiper {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  border: 0px solid #f00;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #kennel_slide .swiper {
    max-width: 700px;
  }
}
#kennel_slide .swiper-slide {
  overflow: hidden;
}
#kennel_slide .swiper-slide img {
  padding-bottom: 11rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper-slide img {
    margin: 0 auto;
    padding-bottom: 13rem;
  }
}
#kennel_slide .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-weight: 400;
}
#kennel_slide .swiper-title {
  font-size: 2.5rem;
  line-height: 4.2rem;
  font-weight: 600;
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper-title {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #kennel_slide .swiper-title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#kennel_slide .swiper-title::before {
  font-family: "Font Awesome 6 Free";
  content: "\f030";
  font-weight: 700;
}
#kennel_slide .swiper-desc {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #kennel_slide .swiper-desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#kennel_slide .swiper-button-prev:after {
  color: #8dc7da;
  position: absolute;
  top: calc(50% - 5.5rem);
  right: 5%;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper-button-prev:after {
    top: calc(50% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  #kennel_slide .swiper-button-prev:after {
    transform: translateY(-7.8rem);
    transform: scale(0.7);
  }
}
#kennel_slide .swiper-button-next:after {
  color: #8dc7da;
  position: absolute;
  top: calc(50% - 5.5rem);
  left: 5%;
}
@media screen and (max-width: 1024px) {
  #kennel_slide .swiper-button-next:after {
    top: calc(50% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  #kennel_slide .swiper-button-next:after {
    transform: translateY(-7.8rem);
    transform: scale(0.7);
  }
}
#kennel_slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: initial;
  left: initial;
  right: 0;
  bottom: 0;
}
#kennel_slide .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

#access {
  width: 100%;
  margin: 0;
  padding-top: 5rem;
}
#access .wallpaper {
  padding-bottom: 6rem;
  padding-top: 0rem;
  background: rgba(255, 255, 255, 0);
}
#access .access_inner {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #access .access_inner {
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
    display: block;
  }
}
#access .map_wrap {
  width: 50%;
  height: 65vh;
  border: 3px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  #access .map_wrap {
    width: 94%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 10px;
  }
}
#access .map {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #access .map {
    box-shadow: 0 0 0 5px #eee;
    border-radius: 10px;
  }
}
#access .gmap {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}
#access .intend {
  margin-left: 1.6rem;
}
#access .address {
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  #access .address {
    width: 94%;
    margin: 10% auto 0 auto;
  }
}
#access .address p {
  display: block;
  margin-top: 0;
  margin-bottom: 0.8rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 767px) {
  #access .address p {
    line-height: 2.2rem;
  }
}

/*access*/
/*ギャラリー-------------------------------------*/
.stella-gallery {
  -moz-columns: 4;
       columns: 4; /*段組みの数*/
  padding: 0 15px; /*ギャラリー左右に余白をつける*/
}

.single-gallery {
  -moz-columns: 2;
       columns: 2; /*段組みの数*/
  padding: 0 15px; /*ギャラリー左右に余白をつける*/
}

.stella-gallery li,
.single-gallery li {
  margin-bottom: 20px; /*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.stella-gallery img,
.single-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .stella-gallery {
    -moz-columns: 3;
         columns: 3;
  }
}
@media only screen and (max-width: 768px) {
  .stella-gallery {
    -moz-columns: 2;
         columns: 2;
  }
}
/*3つのこだわり-------------------------------------*/
#kodawari .slogan {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kodawari .slogan {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}
#kodawari .table {
  display: flex;
  width: 80%;
  margin: 8rem auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #kodawari .table {
    width: 94%;
    margin: 5rem auto;
  }
}
#kodawari .table .kodawari-1,
#kodawari .table .kodawari-2,
#kodawari .table .kodawari-3 {
  padding: 15px;
  margin: 0 2rem;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  #kodawari .table .kodawari-1,
  #kodawari .table .kodawari-2,
  #kodawari .table .kodawari-3 {
    margin: 0 1rem;
  }
}
#kodawari .table .kodawari-1 a,
#kodawari .table .kodawari-2 a,
#kodawari .table .kodawari-3 a {
  color: #fff;
}
#kodawari .table .kodawari-1 {
  background: #f58e8e;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#kodawari .table .kodawari-1:hover {
  border-radius: 50% 60% 50% 60%/50% 60% 70% 70%;
}
#kodawari .table .kodawari-2 {
  background: #fcba6e;
  border-radius: 80% 30% 50% 50%/50%;
}
#kodawari .table .kodawari-2:hover {
  border-radius: 70% 40% 50% 40%/50%;
}
#kodawari .table .kodawari-3 {
  background: #91e772;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
#kodawari .table .kodawari-3:hover {
  border-radius: 40% 40% 60% 40%/40% 50% 40% 40%;
}
#kodawari h3 {
  font-size: 2.5rem;
  line-height: 5rem;
}
#kodawari sup {
  color: #f30;
}
#kodawari .kodawari-contents1,
#kodawari .kodawari-contents2,
#kodawari .kodawari-contents3,
#kodawari .kodawari-contents4 {
  width: 100%;
}
#kodawari .kodawari-contents1 .kodawari-title h2,
#kodawari .kodawari-contents2 .kodawari-title h2,
#kodawari .kodawari-contents3 .kodawari-title h2,
#kodawari .kodawari-contents4 .kodawari-title h2 {
  position: relative;
  font-size: 3rem;
  line-height: 5rem;
  text-align: left;
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #kodawari .kodawari-contents1 .kodawari-title h2,
  #kodawari .kodawari-contents2 .kodawari-title h2,
  #kodawari .kodawari-contents3 .kodawari-title h2,
  #kodawari .kodawari-contents4 .kodawari-title h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
#kodawari .kodawari-contents1 .inner,
#kodawari .kodawari-contents2 .inner,
#kodawari .kodawari-contents3 .inner,
#kodawari .kodawari-contents4 .inner {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #kodawari .kodawari-contents1 .inner,
  #kodawari .kodawari-contents2 .inner,
  #kodawari .kodawari-contents3 .inner,
  #kodawari .kodawari-contents4 .inner {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #kodawari .kodawari-contents1 .inner,
  #kodawari .kodawari-contents2 .inner,
  #kodawari .kodawari-contents3 .inner,
  #kodawari .kodawari-contents4 .inner {
    width: 94%;
  }
}
#kodawari .kodawari-contents1 .inner2,
#kodawari .kodawari-contents2 .inner2,
#kodawari .kodawari-contents3 .inner2,
#kodawari .kodawari-contents4 .inner2 {
  width: 80%;
  display: block;
  padding: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #kodawari .kodawari-contents1 .inner2,
  #kodawari .kodawari-contents2 .inner2,
  #kodawari .kodawari-contents3 .inner2,
  #kodawari .kodawari-contents4 .inner2 {
    width: 90%;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #kodawari .kodawari-contents1 .inner2,
  #kodawari .kodawari-contents2 .inner2,
  #kodawari .kodawari-contents3 .inner2,
  #kodawari .kodawari-contents4 .inner2 {
    width: 94%;
  }
}
#kodawari .kodawari-contents1 .inner3, #kodawari .kodawari-contents1 .inner4,
#kodawari .kodawari-contents2 .inner3,
#kodawari .kodawari-contents2 .inner4,
#kodawari .kodawari-contents3 .inner3,
#kodawari .kodawari-contents3 .inner4,
#kodawari .kodawari-contents4 .inner3,
#kodawari .kodawari-contents4 .inner4 {
  width: 50%;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {
  #kodawari .kodawari-contents1 .inner3, #kodawari .kodawari-contents1 .inner4,
  #kodawari .kodawari-contents2 .inner3,
  #kodawari .kodawari-contents2 .inner4,
  #kodawari .kodawari-contents3 .inner3,
  #kodawari .kodawari-contents3 .inner4,
  #kodawari .kodawari-contents4 .inner3,
  #kodawari .kodawari-contents4 .inner4 {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #kodawari .kodawari-contents1 .inner3, #kodawari .kodawari-contents1 .inner4,
  #kodawari .kodawari-contents2 .inner3,
  #kodawari .kodawari-contents2 .inner4,
  #kodawari .kodawari-contents3 .inner3,
  #kodawari .kodawari-contents3 .inner4,
  #kodawari .kodawari-contents4 .inner3,
  #kodawari .kodawari-contents4 .inner4 {
    width: 94%;
  }
}
@media screen and (max-width: 1024px) {
  #kodawari .kodawari-contents1 .inner3 p, #kodawari .kodawari-contents1 .inner4 p,
  #kodawari .kodawari-contents2 .inner3 p,
  #kodawari .kodawari-contents2 .inner4 p,
  #kodawari .kodawari-contents3 .inner3 p,
  #kodawari .kodawari-contents3 .inner4 p,
  #kodawari .kodawari-contents4 .inner3 p,
  #kodawari .kodawari-contents4 .inner4 p {
    padding: 0 3rem;
  }
}
#kodawari .kodawari-contents1 .inner3 img, #kodawari .kodawari-contents1 .inner4 img,
#kodawari .kodawari-contents2 .inner3 img,
#kodawari .kodawari-contents2 .inner4 img,
#kodawari .kodawari-contents3 .inner3 img,
#kodawari .kodawari-contents3 .inner4 img,
#kodawari .kodawari-contents4 .inner3 img,
#kodawari .kodawari-contents4 .inner4 img {
  max-width: 550px;
}
@media screen and (max-width: 1280px) {
  #kodawari .kodawari-contents1 .inner3 img, #kodawari .kodawari-contents1 .inner4 img,
  #kodawari .kodawari-contents2 .inner3 img,
  #kodawari .kodawari-contents2 .inner4 img,
  #kodawari .kodawari-contents3 .inner3 img,
  #kodawari .kodawari-contents3 .inner4 img,
  #kodawari .kodawari-contents4 .inner3 img,
  #kodawari .kodawari-contents4 .inner4 img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #kodawari .kodawari-contents1 .inner3 img, #kodawari .kodawari-contents1 .inner4 img,
  #kodawari .kodawari-contents2 .inner3 img,
  #kodawari .kodawari-contents2 .inner4 img,
  #kodawari .kodawari-contents3 .inner3 img,
  #kodawari .kodawari-contents3 .inner4 img,
  #kodawari .kodawari-contents4 .inner3 img,
  #kodawari .kodawari-contents4 .inner4 img {
    width: 80%;
    margin: 2rem auto 0 auto;
  }
}
#kodawari .inner5 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #kodawari .inner5 {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#kodawari .fukidashi {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 2rem auto;
  text-align: center;
}
#kodawari .fukidashi h4 {
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 3px solid;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #kodawari .fukidashi h4 {
    font-size: 2rem;
  }
}
#kodawari .fukidashi h4:before,
#kodawari .fukidashi h4:after {
  position: absolute;
  top: 100%;
  right: 50%;
  content: "";
  height: 0;
  width: 0;
}
#kodawari .fukidashi h4:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #5a5040;
  margin-right: 10px;
}
#kodawari .kodawari-contents1,
#kodawari .kodawari-contents3 {
  background-color: #d1f6fd;
}
#kodawari .kodawari-contents2,
#kodawari .kodawari-contents4 {
  display: block;
  padding: 3rem;
  margin: 0 auto;
  background-color: #c3eff8;
}
#kodawari .kodawari-contents1 .balloon-right-btm,
#kodawari .kodawari-contents2 .balloon-right-btm,
#kodawari .kodawari-contents3 .balloon-right-btm {
  position: relative;
  display: inline-block;
  margin-left: -3rem;
  padding: 0 1rem;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  color: #FFF;
  font-size: 4rem;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #kodawari .kodawari-contents1 .balloon-right-btm,
  #kodawari .kodawari-contents2 .balloon-right-btm,
  #kodawari .kodawari-contents3 .balloon-right-btm {
    margin-left: 0;
    transform: scale(0.7);
  }
}
#kodawari .kodawari-contents1 .balloon-right-btm:before,
#kodawari .kodawari-contents2 .balloon-right-btm:before,
#kodawari .kodawari-contents3 .balloon-right-btm:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  margin-top: -1rem;
  border: 1.5rem solid transparent;
  z-index: 0;
  transform: rotate(45deg);
}
#kodawari .kodawari-contents1 .balloon-right-btm {
  background: #f58e8e;
}
#kodawari .kodawari-contents1 .balloon-right-btm:before {
  border-left: 1.5rem solid #f58e8e;
}
#kodawari .kodawari-contents2 .balloon-right-btm {
  background: #fcba6e;
}
#kodawari .kodawari-contents2 .balloon-right-btm:before {
  border-left: 1.5rem solid #fcba6e;
}
#kodawari .kodawari-contents3 .balloon-right-btm {
  background: #91e772;
}
#kodawari .kodawari-contents3 .balloon-right-btm:before {
  border-left: 1.5rem solid #91e772;
}

/*コンタクト**********************************************/
#contact_line .inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact_line .inner {
    width: 94%;
    margin: 0 auto;
  }
}
#contact_line .line_howto {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact_line .line_howto {
    padding: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
    text-align: left;
  }
}
#contact_line .line_howto h3 {
  font-weight: 600;
}
#contact_line .line_icon {
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  #contact_line .line_icon {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#contact_line .line_icon img {
  width: 5rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  #contact_line .line_icon img {
    width: 3rem;
    margin-right: 0.8rem;
  }
}
#contact_line .add_friend {
  display: flex;
  width: 70%;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin: 2rem auto 0 auto;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  #contact_line .add_friend {
    display: block;
    width: 94%;
    margin: 2rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #contact_line .add_friend div {
    text-align: center;
  }
}
#contact_line .add_friend div:first-child {
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #contact_line .add_friend div img:first-child {
    width: 200px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 1rem auto;
    text-align: center;
  }
  #contact_line .add_friend div img.add {
    width: 120px;
    text-align: center;
    margin: 1rem auto;
  }
}

.line_app {
  border-top: 5px solid #bdb098;
  border-bottom: 5px solid #bdb098;
  padding: 3rem 0rem;
}
.line_app h2 {
  font-size: 3rem;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  .line_app h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.apps_explanation {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .apps_explanation {
    padding-right: 0;
  }
}

.line_app_flex {
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .line_app_flex {
    display: block;
    margin-bottom: 2rem;
  }
}

.apps {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .apps {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.apps div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .apps div {
    width: 100%;
  }
}

.apps img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .apps img .apps img {
    text-align: center;
  }
}

.line_app p {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

/*小物類**********************************************/
.breadcrumb {
  color: #5a5040;
  width: 96%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

.puppy_btn a {
  color: #fff;
  background: transparent;
  padding: 0 2rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  margin: 0.8rem auto 0 auto;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 20px;
  background: #bdb098;
  width: 70%;
}
.puppy_btn a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #8c7867;
  color: #333;
  border-radius: 0 50px 50px 0;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.puppy_btn a:hover {
  color: #fff;
}
.puppy_btn a:hover::before {
  transform: translateX(10%);
}
.puppy_btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 700;
  padding-left: 1.6rem;
}

/*scroll----------------------------*/
.scroll {
  position: absolute;
  right: 4%;
  bottom: 5%;
}
@media screen and (max-width: 1024px) {
  .scroll {
    right: 2%;
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .scroll {
    right: 2%;
    top: 80%;
  }
}
.scroll .arrow {
  text-align: center;
  font-size: 1.8rem;
  display: block;
  animation: move 1.3s infinite;
}
.scroll .arrow:nth-child(2) {
  animation-delay: 0.15s;
  color: rgba(46, 105, 153, 0.6);
}
.scroll .arrow:nth-child(3) {
  animation-delay: 0.3s;
  color: rgba(210, 126, 23, 0.6);
}
.scroll .arrow:nth-child(4) {
  animation-delay: 0.45s;
  color: rgba(175, 65, 15, 0.6);
}

.scroll-label {
  font-family: "あんずもじ2020", serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: rgba(43, 35, 127, 0.6);
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}
.news {
  width: 75%;
  padding: 1% 5%;
  border-radius: 10px;
  margin: 6rem auto 10rem auto;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
    padding-left: 1rem;
    padding-right: 0;
    border-radius: 0;
    margin: 3rem auto 5rem auto;
  }
}
.news h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 3rem;
  line-height: 7rem;
  border-bottom: 1px dotted #8c7867;
}
@media screen and (max-width: 767px) {
  .news h2 {
    font-size: 2rem;
  }
}
.news .news-inner {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .news .news-inner {
    display: block;
  }
}
.news .news-content {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .news .news-content {
    width: 100%;
  }
}
.news .news-img {
  width: 30%;
  justify-self: flex-end;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .news .news-img {
    width: 60%;
    justify-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .news .news-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.news .news-img img {
  width: 100%;
}
.news li {
  font-family: "Kosugi", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
  border-bottom: dotted #ddd 1px;
  padding-left: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news li {
    font-size: 1.3rem;
    line-height: 2.6rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }
}
.news li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #8c7867;
  line-height: 4rem;
}
.news li:hover {
  background: #f0e0c7;
}
.news li a:hover {
  color: #292929;
}
.news li span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .news li span {
    font-size: 1rem;
  }
}
.news i {
  color: #8c7867;
  margin-right: 0.8rem;
}
.news .icon_new {
  font-family: "Comfortaa Bold", cursive;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1.6rem;
  padding: 3px 2px;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  background: #f00;
  color: #fff;
}

.archives_news {
  font-size: 2rem;
  line-height: 5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .archives_news {
    font-size: 1.6rem;
    margin-right: 2rem;
    text-align: center;
  }
}

.caption {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

/*news-single*********************************************/
#single-news .news-s {
  width: 80%;
  margin: auto;
  border-radius: 30px;
  padding: 3%;
}
#single-news .news-s .news_content {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #single-news .news-s .news_content {
    margin-top: 5%;
    max-width: 90%;
    text-align: left;
  }
}
#single-news .news-s h2 {
  display: block;
  text-align: center;
  border-bottom: 1px dotted;
  line-height: 6rem;
}
@media screen and (max-width: 767px) {
  #single-news .news-s h2 {
    font-size: 2.2rem;
  }
}
#single-news .news-s h3 {
  font-size: 2.5rem;
  text-align: left;
  line-height: 3.5rem;
  display: inline-block;
  border-bottom: 1px solid #5a5040;
}
#single-news .news-s h3 span {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  #single-news .news-s h3 {
    font-size: 2rem;
  }
}
#single-news .news-s .balloon {
  font-size: 1.6rem;
  display: block;
  margin: 5% auto 2% auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single-news .news-s .balloon {
    font-size: 1.4rem;
  }
}

/*footer**************************/
#footer {
  background: #d1f6fd;
  display: block;
  z-index: -9999;
}
#footer .footer-logo {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  #footer .footer-logo {
    display: none;
  }
}
#footer .footer-logo a.logo {
  width: 230px;
  height: auto;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
  visibility: visible;
}
#footer .footer-logo a.logo img {
  width: 220px;
  height: auto;
}
#footer .menu {
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .menu {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 3rem 0;
  }
}
#footer .menu-list ul {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-left: calc(220px + 5%);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer .menu-list ul {
    margin-top: 1.6rem;
    margin-left: auto;
  }
}
#footer .menu-list ul li {
  transition: all 0.2s ease-out;
}
#footer .menu-list ul li::after {
  content: "|";
  margin-right: 1rem;
  margin-left: 1rem;
}
#footer .menu-list ul li:last-of-type::after {
  content: "";
}
#footer .menu-list ul li a {
  color: #43413d;
}
#footer .menu-list ul li:hover {
  color: #8c7867;
  transform: scale(1.05);
}

.box26 {
  position: relative;
  padding: 1rem;
  border: solid 3px #1dc1d6;
  border-radius: 8px;
  background: #e3faff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); /*影*/
  width: -moz-max-content;
  width: max-content;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .box26 {
    width: 94%;
    margin: 0;
  }
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.4rem;
  line-height: 1;
  font-size: 1.6rem;
  background: #1dc1d6;
  border-radius: 8px;
}

.registration {
  margin: 3rem auto 6rem auto;
  text-align: left;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .registration {
    padding: 1rem;
  }
}
.registration ul li {
  list-style-type: none;
}
.registration .space {
  display: inline-block;
}
.registration .space::after {
  content: "|";
  margin: 0 0.7rem;
}

.copy {
  margin: 1rem auto;
  font-size: 1.3rem;
  display: block;
  text-align: center;
}

/*separator=================================================================*/
/*message---------------------------------------------------------*/
.shapedividers_com-9752 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 131px;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .shapedividers_com-9752 {
    margin-top: 0;
    height: 67px;
  }
}

.shapedividers_com-9752::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 67px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 59.27" preserveAspectRatio="none"><g fill="%23b0ebf7"><path d="M381 8.47L0 42.33V0h381z"/><path d="M381 33.87L0 59.27V0h381z" opacity=".66"/></g></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-9752::before {
    background-size: 100% 67px;
    background-position: 50% 0%;
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-9752::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 131px;
    background-position: 50% 0%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-9752::before {
    background-size: 100% calc(2vw + 131px);
  }
}
/*-------------------------*/
.shapedividers_com-6605 {
  overflow: hidden;
  position: relative;
  height: 131px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shapedividers_com-6605 {
    height: 67px;
  }
}

.shapedividers_com-6605::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 67px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23b0ebf7" d="M0 288l1440-128v160H0z"/><path fill="%23b0ebf7" opacity=".66" d="M0 192l1440-96v224H0z"/></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-6605::before {
    background-size: 100% 67px;
    background-position: 50% 100%;
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-6605::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 131px;
    background-position: 50% 100%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-6605::before {
    background-size: 100% calc(2vw + 131px);
  }
}
/*footer shapes*/
.shapedividers_com-6365 {
  width: 100%;
  margin-top: -67px;
  overflow: hidden;
  position: relative;
  height: 67px;
}

.shapedividers_com-6365::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 95px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23b8e2f2" d="M0 288l1440-128v160H0z"/><path fill="%23b8e2f2" opacity=".66" d="M0 192l1440-96v224H0z"/></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-6365::before {
    background-size: 100% 95px;
    background-position: 50% 100%;
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-6365::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 95px;
    background-position: 50% 100%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-6365::before {
    background-size: 100% calc(2vw + 95px);
  }
}
/*-----------------------------------*/
.share {
  width: 94%;
  margin: 3rem auto 6rem auto;
  border: 1px;
}

.share-text {
  font-size: 1.3rem;
  line-height: 3rem;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}

.share-text::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(45deg);
  background-color: brown;
  width: 3rem;
  height: 2px;
  top: 75%;
  left: -50%;
}

.share-text::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-45deg);
  background-color: brown;
  width: 3rem;
  height: 2px;
  top: 75%;
  left: 100%;
}

.sharelist {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.sharelist-item {
  height: 2.8rem;
  line-height: 2.8rem;
  width: 2.8rem;
  margin: 5px 0 4px 5px;
  text-align: center;
}

.sharelist-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.sharelist-link::before {
  display: block;
  transition: 0.2s;
}

.sharelist-link {
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
}

.sharelist-link.icon-twitter {
  background: #55acee;
}

.sharelist-link.icon-facebook {
  background: #3B5998;
}

.sharelist-link.icon-pinterest {
  background: #cb2027;
}

.sharelist-link.icon-line {
  background: #1dcd00;
}

.sharelist i {
  color: #fff;
}

.sharelist-link a:hover {
  opacity: 0.75;
  transform: translateY(1px);
}

.sharelist-link:active {
  transform: translateY(4px);
  border-bottom: none;
}

/*----------------------single-puppy----------*/
#single-puppy h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 6rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single-puppy h1 {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
#single-puppy h1.male {
  background-color: #9bcee2;
}
#single-puppy h1.female {
  background-color: #f6adad;
}
#single-puppy .wrapper {
  display: flex;
  width: 80%;
  margin: 5% auto 10% auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #single-puppy .wrapper {
    width: 96%;
    margin: 5% auto 10% auto;
  }
}
@media screen and (max-width: 767px) {
  #single-puppy .wrapper {
    display: block;
    margin: 0 auto;
  }
}
#single-puppy .puppy_gallery {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #single-puppy .puppy_gallery {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
#single-puppy .puppy_detail {
  width: 38%;
  margin: 0 0 0 2%;
}
@media screen and (max-width: 767px) {
  #single-puppy .puppy_detail {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
}
#single-puppy .puppy_index {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #single-puppy .puppy_index {
    box-sizing: border-box;
    margin: 0 auto;
  }
}
#single-puppy .puppy_index ul {
  margin-top: 1.6rem;
}
#single-puppy .puppy_index dl {
  border-bottom: #ccc dotted 1px;
  display: flex;
  line-height: 2.5rem;
}
#single-puppy .puppy_index dl::last-of-type {
  border-bottom: 0;
}
#single-puppy .puppy_index dt {
  width: 38%;
}
#single-puppy .puppy_index .textareafield {
  margin-top: 1.6rem;
  border-bottom: 0;
}
#single-puppy .parents {
  display: flex;
}
#single-puppy .dad,
#single-puppy .mum {
  display: block;
  width: 50%;
  text-align: center;
}
#single-puppy .mum {
  margin-left: 15px;
}
#single-puppy .parents_title {
  font-size: 1.6rem;
  font-weight: bold;
}
#single-puppy .parents img {
  height: 200px;
}
@media screen and (max-width: 767px) {
  #single-puppy .parents img {
    height: 150px;
  }
}
#single-puppy img.parents_img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #single-puppy img.parents_img {
    max-width: 150px;
  }
}

.puppy_index2 {
  padding: 5%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 3.2rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #bdb098;
}

.movies {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4.8rem auto;
}

.video {
  width: 94%;
  margin: auto;
  max-height: 90vh;
  max-width: 800px;
  border: 1px solid #ddd;
}

#family {
  width: 86%;
  margin: 5rem auto 3rem auto;
}
#family h4 {
  display: block;
  font-size: 3rem;
  line-height: 4rem;
  margin: 1rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #family h4 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.family-comment-wrap {
  width: 86%;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 1rem 3rem;
  border-radius: 10px;
  background-color: #fff; /* 背景色 */
}

h4.comment {
  font-size: 2.5rem;
  line-height: 5rem;
  text-align: left;
}

.family-comment {
  padding: 0 1rem;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.single-contact {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  border-radius: 30px;
}
.single-contact h3 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-contact h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) { /*sp:~767*/
  #puppy_single .puppy_gallery {
    width: 98%;
    margin: 0 auto;
  }
  #puppy_single .puppy_detail {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    border: 0px solid red;
  }
  #puppy_single .puppy_index dl {
    border-bottom: #ccc dotted 1px;
    display: block;
    line-height: 2.5rem;
  }
  #puppy_single .puppy_index dt {
    width: 100%;
  }
  #puppy_single .puppy_index dd {
    width: 100%;
  }
  #family {
    margin-top: 50px;
  }
  .family-img {
    border: #333 0px solid;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  h4.family {
    font-size: 1.5rem;
  }
  h4.family-comment {
    margin: 20px auto;
  }
  .family-comment-wrap {
    width: 94%;
    border: 2px solid #e4d5be;
    border-radius: 25px;
    padding: 3%;
    margin: 0 auto 6% auto;
  }
  .single-contact {
    width: 100%;
    margin: 3rem 0;
    padding: 0;
  }
  .single-contact .content {
    width: 100%;
    margin: 0;
    padding: 3%;
    font-size: 1.4rem;
    border-radius: 15px;
    text-align: center;
  }
  h3.single-contact {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.6rem;
  }
  #single-access {
    width: 100%;
    margin: 0 auto;
    padding: 2% 3%;
    background: #fff;
  }
}
.contactform2_btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.contactform2_btn {
  z-index: 999;
  font-size: 2.5rem;
  text-align: center;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  background: #54b2e1;
  transition: all 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.contactform2_btn:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/*小物*/
.fukidashi-01-13 {
  position: relative;
  padding: 12px 16px 12px 30px;
  height: -moz-max-content;
  height: max-content;
  margin: 6rem auto auto 2rem;
}

.fukidashi-01-13::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100px;
  height: 1px;
  transform: rotate(-14deg);
  box-sizing: border-box;
  background-color: #333333;
}

.fukidashi-01-13::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 120px;
  height: 1px;
  transform: rotate(14deg);
  box-sizing: border-box;
  background-color: #333333;
}

.fukidashi-01-13 > .ornament {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fukidashi-01-13 > .ornament::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(-12deg);
  box-sizing: border-box;
  background-color: #333333;
}

.fukidashi-01-13 > .ornament::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: rotate(12deg);
  box-sizing: border-box;
  background-color: #333333;
}/*# sourceMappingURL=layout.css.map */