@charset "UTF-8";
@media (min-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header .headernav ul {
    max-width: 1000px;
  }
  header .headernav ul::before {
    letter-spacing: 1px;
  }
  header .logo {
    filter: brightness(1) invert(1) drop-shadow(2px 5px 6px black);
    align-items: left;
  }
  .about {
    margin: 0 auto;
    max-width: 90%;
  }
  .about h1::before {
    font-size: 37px;
    transform: translate(-10%, -110%);
  }
  .about .cheriabout {
    width: 300px;
    margin: 70px 300px;
  }
  .about .coffee {
    display: flex;
    max-width: 800px;
  }
  .about .coffee .cafemenu {
    width: 380px;
    margin: 0;
    order: 2;
  }
  .about .coffee .coffeepic {
    width: 280px;
    height: 100%;
    transform: translate(7%, 30%);
    order: 1;
  }
  .about p {
    margin: 30px;
    max-width: 500px;
  }
  .info {
    padding-bottom: 100px;
  }
  .info .li {
    max-width: 700px;
  }
  .info h1 {
    font-size: 18px;
  }
  .info h1::before {
    font-size: 37px;
  }
  .info .li h2 {
    transform: translateX(-24%);
  }
  .info p {
    font-size: 15px;
  }
  .info .h2 {
    color: #999;
    text-align: left;
    padding-top: 10px;
    font-size: 15px;
    margin: 0 auto;
  }
  .access h1 {
    font-size: 18px;
  }
  .access img {
    display: none;
  }
  .access .iframerame {
    padding-bottom: 100px;
  }
  .access .iframerame .address {
    margin-top: 30px;
  }
  .access .iframerame .address p {
    text-align: left;
  }
  .iframerame .address p {
    font-size: 15px;
  }
  .price .left img {
    width: 350px;
  }
  .price h1 {
    font-size: 18px;
  }
  .price h1::before {
    font-size: 37px;
  }
  .price .scissours {
    width: 250px;
    max-width: 300px;
  }
  .price .pricemb {
    display: none;
  }
  .price .pricepc {
    display: block;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .price .pricepc .off20 {
    width: 300px;
  }
  .price .pricepc .doggy {
    background-color: #c9e1e5;
  }
  .price .pricepc .doggy .dogs {
    width: 600px;
  }
  .price .pricepc .doggy .corse {
    width: 100%;
  }
  .price .pricepc .display {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  .price .pricepc .display .left {
    width: 40%;
    max-width: 500px;
    margin: 0 auto;
    transform: translateX(10px);
  }
  .price .pricepc .display .ppp {
    font-family: "round";
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
  }
  .price .pricepc .display table {
    width: 70%;
    min-width: 450px;
    max-width: 500px;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 14px;
  }
  .price .pricepc .display .off20 {
    margin-bottom: 30px;
  }
  .price .pricepc .display .reserve {
    width: 350px;
    margin-top: 50px;
  }
  .price .pricepc .display .teethblush {
    line-height: 25px;
  }
  .price .pricepc .display .teethblush p {
    font-size: 16px;
  }
  .price .pricepc .menupc {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
  }
  .price .pricepc .menupc .coursecourse {
    box-shadow: 4px 4px 8px #999;
    border-radius: 10px;
    background-color: #c9e1e5;
    width: 250px;
    line-height: 25px;
    padding-bottom: 30px;
    margin: 80px auto;
  }
  .price .pricepc .menupc .coursecourse h2 {
    font-size: 20px;
  }
  .price .pricepc .menupc .coursecourse img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
  }
  .price .pricepc .menupc .coursecourse p {
    font-family: "sans-serif";
    width: 85%;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
  }
  .option {
    height: 900px;
  }
  .option .swiper-button-prev {
    position: relative;
    bottom: 420px;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
  }
  .option .swiper-button-prev::before {
    position: absolute;
    bottom: -195px;
    content: url(../images/矢印.png);
    background-position-y: 70px;
    background-size: 60px;
    transform: scale(0.075);
    background-repeat: no-repeat;
  }
  .option .swiper-button-prev:hover,
.option .swiper-button-next:hover {
    background-color: #ffffe5;
  }
  .option .swiper-button-next {
    float: right;
    position: relative;
    bottom: 475px;
    left: 8%;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    transform: translate(90deg);
  }
  .option .swiper-button-next::before {
    position: absolute;
    bottom: -195px;
    content: url(../images/矢印2.png);
    background-position-y: 70px;
    background-size: 70px;
    transform: scale(0.075);
  }
  .option .swiper-button-next img {
    background-size: 200px;
    border-radius: 50%;
    transform: translate(50%, 50%);
  }
  .option .swiper-button-next::after {
    display: none;
  }
  .option .swiper-top {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .option .scissours {
    width: 250px;
  }
  .option .doggyintro {
    min-width: 300px;
    height: 650px;
  }
  .option .doggyintro ul {
    margin-top: 30px;
  }
  .option .doggyintro ul li {
    margin-left: 0%;
    line-height: 20px;
  }
  .option .swiper-button-prev:hover,
.option .swiper-button-next:hover {
    background-color: #ffffe5;
  }
  .doggymember .clickmodal {
    width: calc((100% - 40px) / 4);
  }
  .doggymember .modal {
    min-width: 230px;
    max-width: 230px;
  }
  .doggymember .modal h2 {
    padding-bottom: 0px;
  }
  .doggymember .close {
    transform: translate(185%, 35%);
  }
  .doggymember .membersflex {
    margin: 0 auto;
    max-width: 700px;
  }
  .galle {
    width: 250px;
  }
  .galle .galle img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
  .clickmodal h2 {
    font-size: 25px;
  }
  .clickmodal ul {
    padding-top: 20px;
  }
  .clickmodal ul li {
    font-size: 17px;
  }
  .modal {
    width: 380px;
  }
  .insta footer {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
  }
  .insta footer small {
    transform: translateY(-500%);
  }
  .insta footer img {
    transform: translate(-49vw, 200%);
  }
  .insta .instabtn {
    transform: translate(125%, 150%);
  }
  .insta .instabtn img {
    width: 62px;
  }
  .insta .instabtn p {
    margin-left: 5%;
  }
  .insta .instagram {
    margin: 0 auto;
  }
  .insta .chericheriinsta {
    max-width: 800px;
    max-height: 500px;
    margin: 0 auto;
  }
  .insta .chericheriinsta img {
    max-width: 500px;
  }
  .insta .chericheriinsta .phone div {
    margin: 0 auto;
  }
  .insta .moremoremore {
    position: relative;
  }
  .insta .moremoremore p {
    max-width: 120px;
    max-height: 40px;
    position: absolute;
    bottom: 50px;
    left: 70%;
  }
}
@media (min-width: 1024px) {
  .about {
    max-width: 900px;
    margin-bottom: -300px;
  }
  .about .cheriabout {
    transform: translate(-93%, 10%);
  }
  .about p {
    transform: translate(50%);
    width: 90%;
    font-size: 16px;
  }
  .about div {
    width: 65%;
    transform: translate(-10%, -120%);
  }
  .about .scissoursa {
    width: 250px;
  }
  .about .coffee {
    margin-top: 50px;
    max-width: 800px;
  }
  .about .coffee .cafemenu {
    transform: translate(30%, 0%);
  }
  .info .li {
    max-width: 700px;
  }
  .info .li h2 {
    transform: translateX(100px);
  }
  .doggymember {
    padding-bottom: 100px;
  }
  .doggymember .membersflex {
    width: 80%;
    margin: 0 auto;
  }
  .doggymember .membersflex p {
    font-size: 18px;
  }
  .price .scissours {
    width: 250px;
    transform: translateY(0px);
  }
  .price .pricepc {
    margin-top: -50px;
  }
  .price .pricepc .display {
    transform: translateY(100px);
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .price .pricepc .display table {
    font-size: 16px;
  }
  .price .pricepc .off20 {
    width: 350px;
  }
  .price .pricepc .display .reserve {
    width: 350px;
  }
  .option .scissours {
    width: 250px;
    transform: translateY(10%);
  }
  .swiper-slide .doggyintro {
    width: 330px;
    height: 600px;
  }
  .swiper-slide .doggyintro ul li {
    font-size: 16px;
  }
  .swiper-slide .coursecourse p {
    font-size: 14px;
  }
  .doggymember .galle {
    max-width: 250px;
  }
  .doggymember .galle .scissours {
    max-width: 250px;
    width: 250px;
  }
  .insta .instabtn {
    transform: translate(25vw, 150%);
  }
  .insta .instabtn img {
    transform: translateY(10px);
    width: 62px;
  }
  .insta .instabtn p {
    font-size: 18px;
    transform: translate(5px, 10px);
  }
  .insta .moremore p {
    transform: translate(0vw, 0%);
    max-height: 40px;
  }
  .insta .chericheriinsta {
    max-width: 1000px;
    margin: 0 auto;
  }
  .insta .chericheriinsta img {
    width: 600px;
    max-width: 600px;
  }
  .insta footer {
    font-size: 16px;
    margin: 0 auto;
  }
  .insta footer img {
    width: 70px;
  }
}
@media (min-width: 1501px) {
  .headernav ul {
    max-width: 1000px;
  }
  .headernav ul .ul1::before,
.headernav ul .ul2::before,
.headernav ul .ul3::before,
.headernav ul .ul4::before {
    padding-bottom: 20px;
  }
  .about {
    max-width: 1024px;
  }
  .about h1 {
    font-size: 20px;
  }
  .about h1::before {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .about div {
    margin-top: 66px;
    width: 85%;
    margin-left: 10%;
    transform: translate(10%, -130%);
  }
  .about .coffee {
    margin-top: 100px;
  }
  .about .coffee .cafemenu {
    transform: translate(-10%, -30%);
  }
  .about .coffee .coffeepic {
    width: 280px;
    transform: translate(-50%, -20%);
  }
  .off20 {
    width: 350px;
  }
  * .price .pricepc .menupc .coursecourse {
    width: 300px;
  }
  * .price .pricepc .menupc .coursecourse p {
    font-size: 15px !important;
  }
  .doggyintro {
    width: 300px !important;
    height: 570px !important;
  }
  .doggymember .close {
    transform: translateX(195%);
  }
  .doggymember .membersflex {
    max-width: 700px;
  }
  .doggymember .membersflex .scissours {
    width: 20%;
  }
  .info {
    margin-top: -100px;
  }
  .info p {
    font-size: 17px;
  }
  .info .li {
    max-width: 850px;
  }
  .info .h2 {
    font-size: 17px;
  }
  .insta {
    margin-bottom: 0px;
  }
  .insta .moremore p {
    transform: translateY(7vh);
  }
  .insta footer {
    max-width: 1400px;
  }
  .insta .instabtn img {
    width: 70px;
  }
}/*# sourceMappingURL=sheri.css.map */