@charset "UTF-8";
@font-face {
  font-family: "round";
  src: url("../font/Ronde-B_square.otf") format("truetype");
}
@font-face {
  font-family: "shirokuma";
  src: url("../font//MiConv.com__001Shirokuma-Regular.ttf") format("opentype");
}
* {
  margin: 0 auto;
  padding: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.ccc {
  overflow: hidden;
  background-color: #ffffe5;
}

.headernav {
  margin-top: 45vh;
  z-index: 100;
  font-family: "shirokuma";
  height: 70px;
  background-color: #c9e1e5;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.headernav ul {
  display: flex;
  width: inherit;
  justify-content: space-around;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  max-width: 1000px;
}
.headernav ul li {
  cursor: pointer;
  position: relative;
  padding-top: 40px;
  font-size: 13px;
  width: 70px;
  text-align: center;
  font-family: "round";
}
.headernav ul li::after {
  content: "";
  height: 2px;
  width: 0px;
  background-color: #171e23;
  position: absolute;
  top: 55%;
  left: 0;
  transition: all 0.3s;
}
.headernav ul li:hover::after {
  width: 100%;
}
.headernav ul .headeraaaa {
  width: 100%;
  height: 100%;
}
.headernav ul .ul1::before, .headernav ul .ul2::before, .headernav ul .ul3::before, .headernav ul .ul4::before {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  content: "ABOUT";
  font-size: 20px;
}
.headernav ul .ul2::before {
  content: "PRICE";
}
.headernav ul .ul3::before {
  content: "OPTION";
}
.headernav ul .ul4::before {
  content: "GALLERY";
}

.scissours {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  transform: translateY(-30px);
  margin: 0 auto;
}

body {
  background-color: #ffffe5;
  overflow-x: hidden;
  font-family: "shirokuma";
}

img {
  margin: 0 auto;
  width: 100%;
}

input,
textarea,
select {
  font-family: "shirokuma";
}

h1,
h2 {
  text-align: center;
}

header .topdoggy {
  height: 65vh;
  position: fixed;
  top: 0;
  z-index: -5;
}
header .topdoggy img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .logo {
  fill: #FFFFFF;
  filter: brightness(0) invert(0) drop-shadow(2px 2px 5px #FFFFFF);
  width: 170px;
  height: 100%;
  z-index: 200;
  transform: translate(0%, -15%);
}

.about {
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}
.about h1 {
  width: 100%;
  margin: 0 auto;
  font-family: "round";
  margin-top: 130px;
  font-size: 16px;
}
.about h1::before {
  position: absolute;
  content: "ABOUT";
  transform: translate(-10%, -110%);
  font-size: 38px;
  font-family: "round";
}
.about .scissoursa {
  width: 250px;
}
.about .cheriabout {
  border-radius: 50%;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  transform: translateX(0%);
  margin-top: 50px;
  margin-bottom: 70px;
}
.about div {
  margin: 0 auto;
  font-size: 16.5px;
  margin-bottom: 50px;
  justify-content: center;
}
.about p {
  justify-content: center;
  font-family: sans-serif;
  text-align: left;
  width: 95%;
  line-height: 26px;
  margin: 0 auto;
  max-width: 500px;
}
.about .coffee {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .coffee .cafemenu {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 10%;
  border-radius: 4px;
  display: inline-block;
}
.about .coffee .coffeepic {
  margin: 30px;
  justify-content: center;
  max-width: 280px;
  width: 100%;
}

.info {
  margin-top: 120px;
  padding-bottom: 30px;
  /* ↓↓↓↓↓ フェードイン関連スタイル ↓↓↓↓↓ */
  /* ↓↓↓↓↓ 装飾関連スタイル ↓↓↓↓↓ */
  /* ↓↓↓↓↓ 表示領域に侵入したとき付与するクラス ↓↓↓↓↓ */
}
.info .m-target {
  overflow: hidden;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  transition: opacity 1100ms ease-out, transform 1100ms ease-out, visibility 1100ms ease-out;
  will-change: opacity, transform, visibility;
  justify-content: center;
  align-items: center;
}
.info ul {
  padding-top: 20px;
}
.info ul .li {
  border-top: 0.2px solid #dbcdcd;
  border-bottom: 0.2px solid #dbcdcd;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}
.info ul .li h2 {
  line-height: 40px;
  transform: translateX(-35%);
}
.info .visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.info h1 {
  font-family: "round";
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
.info h1::before {
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  content: "WHAT'S NEWS";
  font-size: 38px;
  right: 0px;
  top: -60px;
}
.info .h2 {
  padding-top: 10px;
  color: #888;
  font-size: 18px;
  font-family: sans-serif;
}
.info p {
  padding-bottom: 10px;
  transition-duration: 300ms;
  opacity: 1;
  font-family: "sans-serif";
}

.access {
  background-color: #c9e1e5;
}
.access .padpad {
  display: flex;
}
.access .padpad img {
  transform: translate(30px, -40px);
  width: 70px;
  max-width: 100px;
}
.access::before {
  content: "";
  background-image: url(../images/wave2.svg);
  display: block;
  height: 20px;
}
.access h1 {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 80px;
  font-size: 16px;
  transform: translateX(-40px);
  font-family: "round";
}
.access h1::before {
  position: absolute;
  content: "ACCESS";
  transform: translate(-20px, -50px);
  font-size: 38px;
}
.access .iframerame {
  padding-bottom: 20px;
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 50px;
}
.access .iframerame iframe {
  width: 100%;
  max-width: 500px;
}
.access .iframerame .address {
  font-family: "sans-serif";
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 30px;
}
.access .iframerame .address p {
  font-size: 16px;
  line-height: 25px;
}
.access .iframerame .address .station {
  margin-top: 30px;
}
.access .iframerame .address .station p {
  font-size: 16px;
}

.price {
  overflow-x: hidden;
  background-color: #ffffe5;
}
.price span {
  color: #f00;
}
.price .clickq {
  color: black;
}
.price .pricemb {
  display: block;
}
.price .pricepc {
  display: none;
}
.price div {
  justify-content: center;
}
.price img {
  display: block;
  margin: 0 auto;
  width: 266px;
  border-radius: 10px;
}
.price .doggypics {
  width: 90%;
}
.price::before {
  content: "";
  background-image: url(../images/wave1.svg);
  background-size: 100%;
  display: block;
  height: 20px;
}
.price h2 {
  font-family: "round";
  font-size: 19px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.price h1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 150px;
  margin-top: -60px;
  font-size: 16px;
  font-family: "round";
}
.price h1::before {
  position: absolute;
  content: "PRICE";
  transform: translate(-20px, -45px);
  font-size: 38px;
}
.price .scissours {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  transform: translate(0%, 0px);
}
.price .off20 {
  margin: 0 auto;
  border-radius: 7px;
  width: 350px;
}
.price .course {
  background-color: #c9e1e5;
  padding-bottom: 30px;
  width: 90%;
  max-width: 500px;
  margin: 50px auto;
  border-radius: 10px;
}
.price .course p {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 90%;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
}
.price .pricemark {
  margin-top: 30px;
}
.price .pricemark img {
  margin-bottom: 10px;
}
.price .pricemark p {
  font-family: "round";
  font-size: 18px;
  text-align: center;
}
.price .pricemark p span {
  color: #f00;
}
.price table {
  margin: 0px auto;
  border-collapse: collapse;
  font-family: "shirokuma";
}
.price table tr {
  font-family: "round";
}
.price table {
  width: 90%;
  border-collapse: collapse;
  font-family: "ronde b";
}
.price table th {
  border: solid 1px #ddd;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.price table .doggy {
  background-color: #ffffe5;
  text-align: center;
}
.price table .doggyw {
  background-color: white;
}
.price table .doggyg {
  background-color: #ececec;
}
.price table .dogs {
  width: 280px;
}
.price table .prices {
  width: 120px;
}
.price .teethblush p {
  text-align: center;
  font-size: 18px;
  font-family: "sans-serif";
}
.price .teethblush img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 500px;
}

.option {
  background-color: #c9e1e5;
  overflow-x: hidden;
  font-family: "round";
}
.option::before {
  content: "";
  background-image: url(../images/wave2.svg);
  display: block;
  height: 20px;
}
.option h1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -10px;
  padding-top: 165px;
  margin-top: -70px;
  font-size: 16px;
  font-family: "round";
}
.option h1::before {
  position: absolute;
  content: "OPTION";
  transform: translate(-4px, -50px);
  font-size: 38px;
}
.option .scissours {
  padding-top: 10px;
  width: 250px;
  transform: translate(0%, 0px);
  margin: 0 auto;
}

.option {
  overflow: hidden;
  height: 850px;
}
.option .opop {
  max-width: 250px;
  margin: 0 auto;
}
.option .doggyintro {
  margin-top: 50px;
  background-color: #ffffff;
  width: 90%;
  height: 510px;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.option .doggyintro img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}
.option .doggyintro h2 {
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 20px;
  border-radius: 15px;
  background-color: #c9e1e5;
}
.option .doggyintro p {
  margin: 10px 0;
  font-size: 21px;
}
.option .doggyintro ul {
  width: 100%;
  margin: 0 auto;
  list-style-type: disc;
  font-size: 15px;
  margin-left: 14px;
}
.option .doggyintro ul li {
  text-align: left;
  line-height: 22px;
  font-size: 15px;
}
.option .swiper-top {
  position: relative;
}
.option .swiper-top .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
.option .swiper-top .swiper-pagination .swiper-pagination-bullet {
  background-color: #171e23;
  width: 8px;
  height: 8px;
  margin: 5px;
}
.option .swiper-top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.option .swiper-slide {
  transition: transform 0.3s;
}
.option .swiper-slide-active {
  transform: scale(1.05);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev::before {
  position: absolute;
  bottom: 0px;
  content: "";
  background-size: 80px;
}

.swiper-button-next {
  margin-right: 12%;
  width: 70px;
  height: 70px;
  position: relative;
}

.doggymember::before {
  content: "";
  background-image: url(../images/wave1.svg);
  display: block;
  height: 20px;
}
.doggymember .galle {
  max-width: 250px;
}
.doggymember .galle .scissours {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 250px;
  margin: 0 auto;
}
.doggymember h1 {
  padding-top: 100px;
  font-size: 16px;
  font-family: "round";
}
.doggymember h1::before {
  position: absolute;
  content: "GALLERY";
  transform: translate(-20px, -50px);
  margin-bottom: 20px;
  font-size: 38px;
}
.doggymember .membersflex {
  display: flex;
  flex-wrap: wrap;
}
.doggymember .clickmodal {
  box-sizing: border-box;
  padding: 1%;
  width: calc((100% - 60px) / 3);
  justify-content: center;
  background-color: #fcfdf1;
  box-shadow: 4px 4px 8px #999;
  margin: 10px auto;
  transition: all 0.2s;
}
.doggymember .clickmodal img {
  width: 100%;
}
.doggymember .clickmodal .pin {
  width: 15px;
  margin: -6px auto;
  text-align: center;
  display: block;
  transform: translateY(-50%);
}
.doggymember .clickmodal p {
  text-align: center;
  font-size: 16px;
  letter-spacing: -2px;
  padding-top: 10px;
}
.doggymember .clickmodal h2 {
  font-size: 22px;
}
.doggymember .clickmodal ul {
  text-align: left;
  width: 95%;
  max-width: 195px;
  margin: 0 auto;
  margin-top: -20px;
  line-height: 25px;
}
.doggymember .clickmodal ul li {
  line-height: 20px;
  text-align: left;
}
.doggymember .open:hover {
  transition: all 0.4s;
  scale: 1.05;
}
.doggymember .modal {
  width: 230px;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.doggymember .modal .doggymodal {
  width: 95%;
  display: block;
  text-align: center;
}
.doggymember .modal img {
  transform: translate(0px, 0px);
}
.doggymember .modal h2 {
  padding-top: 8px;
  padding-bottom: 20px;
}
.doggymember .modal li {
  font-family: "sans-serif";
  font-size: 14px;
}
.doggymember .modal li img {
  width: 1em;
  height: 1em;
  transform: translate(5px, -5px);
}
.doggymember .modal.hidden {
  display: none;
}
.doggymember .mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.doggymember .mask.hidden {
  display: none;
}
.doggymember .open,
.doggymember .close {
  cursor: pointer;
}
.doggymember .close {
  border: 2px solid black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-3px, 0%);
  position: relative;
}
.doggymember .close:hover {
  opacity: 0.9;
}
.doggymember .close::before {
  position: absolute;
  top: 14px;
  left: -3.5px;
  content: "";
  width: 25px;
  height: 25px;
  border-top: 1px solid black;
  transform: rotate(45deg);
}
.doggymember .close::after {
  position: absolute;
  top: -3px;
  left: -3.5px;
  content: "";
  width: 25px;
  height: 25px;
  border-top: 1px solid black;
  transform: rotate(135deg);
}
.doggymember .close:hover {
  opacity: 0.5;
}
.doggymember .galle {
  width: 100%;
  margin: 0 auto;
}

.membersflex {
  width: 95%;
}

.insta {
  background-color: #c9e1e5;
  padding-bottom: 200px;
  position: relative;
}
.insta::before {
  content: "";
  background-image: url(../images/wave2.svg);
  display: block;
  height: 20px;
}
.insta .chericheriinsta img {
  width: 100%;
}
.insta .instagram {
  padding-top: 40px;
}
.insta .instagram h2 {
  font-size: 38px;
  font-family: "round";
  text-align: center;
  letter-spacing: 2.5;
}
.insta .instabtn {
  margin-top: 30px;
  display: flex;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 20px;
}
.insta .instabtn a {
  margin-top: 20px;
  display: inline-block;
}
.insta .instabtn p {
  padding-top: 45px;
  font-family: "round";
  font-size: 18px;
}
.insta .instabtn img {
  width: 62px;
}
.insta .foot {
  text-align: center;
}
.insta .chericheriinsta {
  margin: 0 12px;
}
.insta .moremore {
  text-decoration: none;
}
.insta .moremore p {
  background-color: #666;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  line-height: 2em;
  line-height: 2em;
  margin: auto;
  margin-top: 20px;
  text-decoration: none;
  width: 120px;
  text-align: center;
  text-decoration: none;
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: "round";
}

footer {
  text-align: center;
  font-family: "sans-serif";
  max-width: 100px;
  position: relative;
  top: 50px;
}
footer img {
  width: 70px;
  transform: translate(-200%, 30%);
}

.arrow {
  position: relative;
}
.arrow .arrow-bottom {
  position: fixed;
  bottom: 120px;
  right: 70px;
  background-color: rgba(201, 225, 229, 0.6392156863);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  line-height: 100px;
  height: 80px;
  width: 80px;
  margin-left: auto;
  transform: translateX(50px);
  cursor: pointer;
  z-index: 1;
}
.arrow .arrow-bottom:hover {
  opacity: 0.9;
}
.arrow .arrow-bottom::after {
  position: fixed;
  right: 25px;
  bottom: 20px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 1px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  transform: rotate(45deg);
}

.phone {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: block;
  background-color: white;
  text-decoration: none;
  z-index: 100;
  font-family: "round";
}
.phone p {
  text-align: center;
}
.phone div {
  height: 30px;
}
.phone div p {
  text-align: center;
}
.phone div span {
  color: #4b4b4b;
}
.phone div div {
  display: flex;
  width: 80%;
  transform: translateY(10px);
  max-width: 150px;
  box-sizing: border-box;
  margin-bottom: -10px;
}
.phone div img {
  width: 31px;
  height: 31px;
  transform: translate(100%, 0%);
}

.phone {
  padding: 10px;
}

.number {
  transform: translate(5px, -30px);
  font-size: 22px;
}/*# sourceMappingURL=sherimb.css.map */