@charset "UTF-8";
/*
Theme Name: つむぎ犬猫病院
Theme URI: https://www.tsumugi2021.com/
Description: つむぎ犬猫病院の公式HPです。
Version: 1.1
Author: natsumi
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html, body {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: fot-tsukuardgothic-std,'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #62271A;
  background: #DEECEC; }

h1 {
  font-size: 10px; }

h2 {
  font-size: 41px; }

h3 {
  font-size: 27px; }

p {
  font-size: 17px; }

a {
  font-size: 17px;
  text-decoration: none; }

li, th, td {
  font-size: 17px; }

img {
  max-width: 100%; }

.en {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00958F;
  letter-spacing: 0;
  line-height: 1.2; }

/* マウスドラッグした時の文字色 */
::selection {
  background: #A48B78;
  color: #fff; }

/* 改行 */
.br-sp {
  display: none; }

.br-pc {
  display: block; }

/* スマホ切り替え */
.only-sp {
  display: none; }

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%; }

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto; }

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto; }

.wrap3 {
  width: 100%;
  padding: 0 100px; }

/* 見出し */
.h2__ttl {
  color: #00958F;
  position: relative;
  line-height: 1.5;
  z-index: 10; }
  .h2__ttl .en {
    font-size: 21px;
    display: block;
    margin-bottom: 5px; }
  .h2__ttl::before {
    display: block;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    top: -28%;
    left: -12%;
    position: absolute;
    z-index: -1; }

/* ボタン */
.btn01 {
  font-size: 23px;
  color: #00958F;
  padding: 0 10px 3px 0;
  display: inline-block;
  background: linear-gradient(currentcolor, currentcolor) left bottom/100% 2px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn01:hover {
    background-position: right bottom;
    background-size: 0 1px;
    color: #f0844a; }
  .btn01 img {
    margin-right: 12px;
    vertical-align: middle;
    height: 23px;
    margin-bottom: 5px; }

.btn01--en {
  font-size: 26px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0; }

/* スクロールバー */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #DEECEC; }

::-webkit-scrollbar-thumb {
  background-color: #00958F;
  border-radius: 5px; }

/*flex*/
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start; }

/***** 下層ページヘッダー *****/
/***** フッター *****/
footer {
  padding: 100px 0 0; }
  footer .footer__wrap {
    justify-content: space-around;
    padding-bottom: 80px; }
    footer .footer__wrap .footer__container .footer__tbl {
      margin-top: 50px; }
      footer .footer__wrap .footer__container .footer__tbl th, footer .footer__wrap .footer__container .footer__tbl td {
        font-size: 18px;
        padding: 5px 0; }
      footer .footer__wrap .footer__container .footer__tbl th {
        padding-right: 30px; }
    footer .footer__wrap .footer__container .footer__time {
      margin-top: 40px; }
      footer .footer__wrap .footer__container .footer__time tr {
        border-bottom: 1px solid #A48B78; }
        footer .footer__wrap .footer__container .footer__time tr:last-of-type {
          border-bottom: none; }
        footer .footer__wrap .footer__container .footer__time tr th, footer .footer__wrap .footer__container .footer__time tr td {
          padding: 15px;
          text-align: center;
          font-size: 16px;
          line-height: 1; }
      footer .footer__wrap .footer__container .footer__time .footer__time--w {
        background-color: rgba(255, 255, 255, 0.7); }
    footer .footer__wrap .footer__container .footer__note {
      margin-top: 40px; }
      footer .footer__wrap .footer__container .footer__note li {
        margin-bottom: 10px; }
        footer .footer__wrap .footer__container .footer__note li img {
          margin-right: 10px;
          width: 18px;
          vertical-align: middle;
          margin-bottom: 3px; }
    footer .footer__wrap .footer__container02 .footer__map {
      filter: saturate(0.5); }
    footer .footer__wrap .footer__container02 .footer__reg {
      margin-top: 30px;
      text-align: right; }
      footer .footer__wrap .footer__container02 .footer__reg p {
        display: inline-block;
        font-size: 15px; }
  footer .footer__copyright {
    width: 100%;
    height: 60px;
    background-color: #00958F;
    text-align: center; }
    footer .footer__copyright small {
      color: #fff;
      font-size: 12px;
      line-height: 60px; }

/* コンタクトボタン */
.contact__btn {
  position: fixed;
  left: -30px;
  bottom: 25px;
  z-index: 98;
  transition: all .4s; }
  .contact__btn:hover {
    opacity: .6;
    transition: all .3s; }
  .contact__btn .contact__btn--tel {
    font-size: 28px;
    color: #00958F;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: 5px 24px 11px 50px; }
    .contact__btn .contact__btn--tel img {
      height: 25px;
      margin-right: 10px;
      margin-bottom: 2px;
      vertical-align: middle; }
  .contact__btn .contact__dog {
    display: block;
    z-index: 99;
    position: absolute;
    top: -68px;
    left: 30px; }

/***** ヘッダー *****/
/* ハンバーガーメニュー */
/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** ローディングアニメーション *****/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #DEECEC;
  text-align: center; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* fadeUpをするアイコンの動き */
.loading {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #00958F;
  color: #fff;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .5s; }

#page_top a:hover {
  opacity: 1;
  transition: .5s;
  background: #f0844a; }

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

/***** スクロールアニメーション *****/
.scroll.fadeIn {
  opacity: 0;
  transition: all 1800ms; }

.scroll.fadeIn2 {
  opacity: 0;
  transition: all 3000ms; }

.scroll.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1800ms; }

.scroll.fadeInDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1800ms; }

.scroll.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1800ms; }

.scroll.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1800ms; }

.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.scroll.delay {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms; }

.scroll.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms; }

.scroll.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms; }

.scroll.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms; }

.scroll.delay5 {
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms; }

@media screen and (max-width: 559px) {
  .scroll.fadeIn, .scroll.fadeIn2, .scroll.fadeInUp, .scroll.fadeInRight, .scroll.fadeInLeft {
    transform: none;
    opacity: 1; }

  .scroll.delay, .scroll.delay2, .scroll.delay3, .scroll.delay4, .scroll.delay5 {
    -moz-transition-delay: unset;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    -ms-transition-delay: unset; } }
/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1440px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px; } }
@media screen and (max-width: 1280px) {
  footer .footer__wrap .footer__container02 {
    width: 46%; }

  footer .footer__wrap .footer__map {
    width: 100%; } }
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 70px; } }
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 35px; }

  p, a, li, th, td {
    font-size: 14px; }

  .wrap3 {
    padding: 0 70px; }

  .btn01 {
    font-size: 17px; }

  .btn01--en {
    font-size: 20px; }

  .btn01 img {
    height: 22px; }

  .h2__ttl .en {
    font-size: 18px; }

  .h2__ttl::before {
    width: 110px;
    height: 110px; }

  .contact__btn .contact__btn--tel {
    font-size: 25px; }

  .contact__btn .contact__btn--tel img {
    height: 22px; }

  .contact__btn .contact__dog {
    top: -57px; }

  .contact__dog img {
    width: 130px; }

  footer {
    padding: 80px 0 0; }

  footer .wrap2 {
    padding: 0; }

  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0; }

  footer .footer__wrap .footer__container .footer__tbl {
    margin-top: 40px; }

  footer .footer__wrap .footer__container .footer__tbl th, footer .footer__wrap .footer__container .footer__tbl td {
    font-size: 16px; }

  footer .footer__wrap .footer__container02 .footer__reg {
    text-align: center; }

  footer .footer__wrap .footer__container02 .footer__reg p {
    text-align: left; }

  footer .footer__wrap .footer__container02 {
    width: 70%;
    margin: 50px 0 70px; }

  footer .footer__wrap .footer__container02 .footer__map {
    height: 45vh; }

  footer .footer__wrap .footer__container .footer__note {
    margin-top: 30px; } }
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  .wrap3 {
    padding: 0 50px; }

  footer .footer__wrap .footer__container02 .footer__map {
    height: 30vh; } }
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  h2 {
    font-size: 23px; }

  h3 {
    font-size: 18px; }

  #splash_logo {
    width: 70%; }

  .wrap, .wrap3 {
    padding: 0 30px; }

  .wrap2 {
    padding: 0 20px; }

  .btn01 {
    font-size: 14px; }

  .btn01--en {
    font-size: 18px; }

  .btn01 img {
    width: 20px;
    height: auto;
    margin-right: 8px; }

  .br-sp {
    display: block; }

  .br-pc {
    display: none; }

  .only-sp {
    display: block; }

  .only-pc {
    display: none; }

  .h2__ttl .en {
    font-size: 16px; }

  .h2__ttl::before {
    width: 75px;
    height: 75px;
    top: -16%;
    left: -7%; }

  .contact__btn {
    left: 20px;
    bottom: 20px; }

  .contact__btn .contact__btn--tel {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    display: block;
    background-color: white;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

  .contact__btn .contact__btn--tel img {
    margin: 0;
    height: auto;
    width: 22px; }

  #page_top {
    width: 45px;
    height: 45px; }

  #page_top a {
    width: 45px;
    height: 45px;
    line-height: 45px; }

  #page_top .material-icons {
    font-size: 22px;
    width: 22px;
    height: 22px; }

  footer {
    padding: 50px 0 0; }

  footer .footer__wrap .footer__container {
    width: 90%; }

  footer .footer__wrap .footer__container .h2__ttl {
    margin-left: 5%; }

  footer .footer__wrap .footer__container .footer__tbl {
    margin: 30px auto 0; }

  footer .footer__wrap .footer__container .footer__tbl th, footer .footer__wrap .footer__container .footer__tbl td {
    font-size: 14px; }

  footer .footer__wrap .footer__container .footer__time {
    margin: 30px auto 0;
    width: 100%; }

  footer .footer__wrap .footer__container .footer__time tr th, footer .footer__wrap .footer__container .footer__time tr td {
    font-size: 12px;
    padding: 10px;
    line-height: 1.2;
    vertical-align: middle; }

  footer .footer__wrap .footer__container02 .footer__reg p {
    padding: 0 20px;
    font-size: 13px; }

  footer .footer__wrap .footer__container02 {
    width: 100%;
    margin: 40px 0 50px; }

  footer .footer__wrap .footer__container02 .footer__map {
    height: 45vh; }

  footer .footer__wrap .footer__container .footer__note li {
    text-align: left;
    margin-left: 30px; }

  footer .footer__copyright {
    height: auto;
    padding: 5px 0; }

  footer .footer__copyright small {
    font-size: 10px;
    line-height: 1; } }
/* ************************************************************************************************
   320px
   ************************************************************************************************ */

/*# sourceMappingURL=common.css.map */
