@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
   ************************************************************************************************ */
/*
Theme Name: つむぎ犬猫病院
Theme URI: https://www.tsumugi2021.com/
Description: つむぎ犬猫病院の公式HPです。
Version: 1.1
Author: natsumi
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
/*準備中*/
.prep {
  text-align: center;
  padding: 100px; }
  .prep h2 {
    margin: 90px 0; }

@media screen and (max-width: 559px) {
  .prep {
    padding: 50px; }

  .prep h2 {
    margin: 60px 0;
    font-size: 26px; }

  #info .info__wrap .info-blog__container {
    margin: 30px 0 !important; }

  #info .info__wrap .info-news__dog, #info .info__wrap .info-blog__dog {
    top: -16% !important; } }
/*ここまで*/
#main {
  width: 100%;
  height: 100vh; }
  #main .main__wrap {
    width: 93%;
    height: 88vh;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    justify-content: space-around;
    align-items: center; }
    #main .main__wrap .main__slider {
      width: 70%;
      height: 85vh;
      border-radius: 40px;
      overflow: hidden;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center; }
      #main .main__wrap .main__slider img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #main .main__wrap .main__menu {
      width: 23%;
      text-align: center; }
      #main .main__wrap .main__menu .main__logo {
        text-align: center; }
        #main .main__wrap .main__menu .main__logo img {
          transition: all .4s; }
          #main .main__wrap .main__menu .main__logo img:hover {
            opacity: .6;
            transition: all .3s; }
      #main .main__wrap .main__menu ul {
        margin-top: 5vh; }
        #main .main__wrap .main__menu ul li {
          text-align: center;
          margin-bottom: 3.5vh; }
          #main .main__wrap .main__menu ul li a {
            color: #00958F;
            font-size: 18px;
            display: inline-block;
            transition: all .4s; }
            #main .main__wrap .main__menu ul li a:hover {
              color: #f0844a;
              transition: all .3s; }
            #main .main__wrap .main__menu ul li a .en {
              font-size: 14px;
              display: block; }

#i-concept {
  padding-top: 120px; }
  #i-concept .i-concept__wrap {
    justify-content: flex-end;
    align-items: center; }
    #i-concept .i-concept__wrap .i-concept__container {
      margin: 0 auto;
      width: 36%; }
      #i-concept .i-concept__wrap .i-concept__container .i-concept__txt {
        margin-top: 60px;
        line-height: 2.2; }
      #i-concept .i-concept__wrap .i-concept__container .i-concept__btn {
        margin-top: 40px;
        text-align: right; }
    #i-concept .i-concept__wrap .i-concept__img {
      width: 50%;
      margin-right: -25px; }

#info {
  padding-top: 90px; }
  #info .info__wrap {
    margin-top: 80px;
    padding: 50px 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 40px;
    justify-content: space-between;
    position: relative; }
    #info .info__wrap h2 {
      color: #00958F;
      font-size: 18px; }
      #info .info__wrap h2 .en {
        display: block;
        font-size: 50px;
        margin-bottom: 10px; }
    #info .info__wrap .info-news__tbl {
      max-width: 700px;
      align-self: center; }
      #info .info__wrap .info-news__tbl tr {
        border-bottom: 1px solid #A48B78; }
        #info .info__wrap .info-news__tbl tr th, #info .info__wrap .info-news__tbl tr td {
          padding: 10px; }
        #info .info__wrap .info-news__tbl tr th {
          padding-right: 20px; }
    #info .info__wrap .info-blog__container {
      max-width: 700px;
      justify-content: space-between;
      align-self: center; }
      #info .info__wrap .info-blog__container a {
        width: 30%;
        transition: all .4s; }
        #info .info__wrap .info-blog__container a:hover {
          opacity: .6;
          transition: all .3s; }
        #info .info__wrap .info-blog__container a img {
          margin-bottom: 10px; }
        #info .info__wrap .info-blog__container a .info-blog__date {
          color: #00958F;
          font-size: 13px; }
    #info .info__wrap .btn01 {
      align-self: flex-end; }
    #info .info__wrap .info-news__dog {
      width: 12vw;
      position: absolute;
      right: -6%;
      bottom: -25%; }
    #info .info__wrap .info-blog__dog {
      width: 12vw;
      position: absolute;
      transform: scale(-1, 1);
      left: -6%;
      bottom: -17%; }

#i-about {
  padding: 170px 0 140px; }
  #i-about .i-about__wrap {
    align-items: flex-end; }
    #i-about .i-about__wrap .i-about__img {
      width: 50%;
      margin-left: -25px; }
    #i-about .i-about__wrap .i-about__container {
      width: 36%;
      margin: 0 auto 20px; }
      #i-about .i-about__wrap .i-about__container .i-about__txt {
        margin-top: 60px;
        line-height: 2.2; }
      #i-about .i-about__wrap .i-about__container .i-about__btn {
        margin-top: 40px;
        text-align: right;
        justify-content: flex-end; }
        #i-about .i-about__wrap .i-about__container .i-about__btn a {
          margin-left: 50px; }

#i-machine {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 90px 0; }
  #i-machine .h2__ttl::before {
    background-color: #DEECEC;
    left: -22%; }
  #i-machine .i-machine__ttl {
    justify-content: space-between;
    align-items: flex-end; }
  #i-machine .i-machine__container {
    margin-top: 80px;
    justify-content: space-between; }
    #i-machine .i-machine__container .i-machine__item {
      width: 30%;
      text-align: center; }
      #i-machine .i-machine__container .i-machine__item p {
        font-size: 20px;
        margin-top: 20px; }

#i-menu {
  padding: 100px 0; }
  #i-menu .i-menu__wrap {
    justify-content: space-around; }
    #i-menu .i-menu__wrap .i-menu__item {
      width: 27%;
      display: block;
      text-align: center;
      transition: all .4s; }
      #i-menu .i-menu__wrap .i-menu__item:hover {
        opacity: .6;
        transition: all .3s;
        color: #f0844a; }
      #i-menu .i-menu__wrap .i-menu__item p {
        font-size: 23px;
        margin-top: 20px;
        line-height: 1.5; }
        #i-menu .i-menu__wrap .i-menu__item p .en {
          display: block;
          font-size: 18px;
          margin-top: 5px; }

.index__bg {
  width: 100vw;
  height: 70vh;
  background-image: url(../img/index_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom; }

/* ************************************************************************************************
   aboutus.php
   ************************************************************************************************ */
/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (min-width: 1912px) {
  /***** index.php @1920px *****/
  #main .main__wrap {
    width: 100%;
    height: 100%;
    padding: 9.2vh;
    justify-content: space-between; }

  #main .main__wrap .main__slider {
    width: 1300px;
    height: auto; }

  #main .main__wrap .main__menu {
    width: 20%; }

  #main .main__wrap .main__menu .main__logo img {
    height: auto; }

  #main .main__wrap .main__menu ul li {
    margin-bottom: 3.8vh; }

  #main .main__wrap .main__menu ul {
    margin-top: 6.6vh; }

  #main .main__wrap .main__menu ul li a {
    font-size: 22px; }

  #info {
    padding-top: 70px; }

  #info .info__wrap {
    margin-top: 100px; }

  #info .info__wrap .info-news__dog, #info .info__wrap .info-blog__dog {
    width: auto; }

  #i-about .i-about__wrap .i-about__container .i-about__btn {
    margin-top: 50px; }

  #i-about .i-about__wrap .i-about__container .i-about__txt, #i-concept .i-concept__wrap .i-concept__container .i-concept__txt {
    margin-top: 70px; }

  #i-machine {
    padding: 100px 0; }

  #i-machine .i-machine__container .i-machine__item p {
    font-size: 25px; }

  #i-menu {
    padding: 110px 0; }

  #i-menu .i-menu__wrap .i-menu__item p {
    font-size: 25px; }

  #i-menu .i-menu__wrap .i-menu__item p .en {
    font-size: 20px; } }
@media screen and (max-height: 720px) {
  #main .main__wrap .main__slider {
    border-radius: 0; } }
@media screen and (max-width: 1366px) {
  /***** index.php @1366px *****/
  #i-concept .i-concept__wrap .i-concept__container, #i-about .i-about__wrap .i-about__container {
    width: 40%; } }
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #main .main__wrap {
    width: 95%;
    height: 90vh; }

  #main .main__wrap .main__menu ul li a {
    font-size: 15px; }

  #main .main__wrap .main__menu ul li a .en {
    font-size: 13px; }

  #main .main__wrap .main__menu .main__logo img {
    width: 100%;
    height: auto; }

  #i-concept {
    padding-top: 90px; }

  #i-concept .i-concept__wrap .i-concept__container .i-concept__txt {
    margin-top: 40px; }

  #i-concept .i-concept__wrap .i-concept__container .i-concept__btn {
    margin-top: 30px; }

  #info {
    padding-top: 40px; }

  #info .info__wrap {
    flex-direction: column;
    padding: 40px 60px 50px; }

  #info .info__wrap h2 .en {
    font-size: 41px; }

  #info .info__wrap h2 {
    font-size: 16px; }

  #info .info__wrap .info-news__tbl {
    align-self: center;
    margin: 30px 0 40px; }

  #info .info__wrap .info-blog__container {
    align-self: center;
    margin: 40px 0; }

  #info .info__wrap .info-news__dog {
    transform: rotate(-60deg);
    width: 16vw;
    right: -1%;
    bottom: unset;
    top: -7%; }

  #info .info__wrap .info-blog__dog {
    transform: scale(1) rotate(-60deg);
    width: 16vw;
    bottom: unset;
    left: unset;
    right: -1%;
    top: -7%; }

  #i-about {
    padding: 140px 0 110px; }

  #i-about .i-about__wrap .i-about__container .i-about__txt {
    margin-top: 40px; }

  #i-about .i-about__wrap .i-about__container .i-about__btn {
    margin-top: 30px; }

  #i-concept .i-concept__wrap .i-concept__container, #i-about .i-about__wrap .i-about__container {
    width: 43%; }

  #i-machine {
    padding: 80px 0; }

  #i-machine .i-machine__container {
    margin-top: 60px; }

  #i-machine .i-machine__container .i-machine__item p {
    font-size: 18px;
    margin-top: 15px; }

  #i-menu {
    padding: 80px 0; }

  #i-menu .i-menu__wrap .i-menu__item p {
    font-size: 18px; }

  #i-menu .i-menu__wrap .i-menu__item p .en {
    font-size: 16px; }

  .index__bg {
    height: 400px;
    background-attachment: scroll; } }
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #main .main__wrap {
    flex-direction: column-reverse;
    justify-content: center; }

  #main .main__wrap .main__menu {
    width: 42%;
    margin-bottom: 100px; }

  #main .main__wrap .main__menu ul {
    display: none; }

  #main .main__wrap .main__slider {
    width: 95%;
    height: auto; }

  #i-concept .i-concept__wrap {
    flex-direction: column;
    align-items: center; }

  #i-concept .i-concept__wrap .i-concept__container {
    width: 70%;
    margin-bottom: 40px; }

  #i-concept .i-concept__wrap .i-concept__img {
    width: 70%;
    margin-right: 0; }

  #info .info__wrap {
    padding: 40px 50px 50px; }

  #i-about .i-about__wrap {
    flex-direction: column-reverse;
    align-items: center; }

  #i-about .i-about__wrap .i-about__container {
    width: 70%;
    margin-bottom: 40px; }

  #i-about .i-about__wrap .i-about__img {
    width: 70%;
    margin-left: 0; } }
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  #main {
    height: 113vw; }

  #main .main__wrap {
    width: 100%;
    height: auto;
    padding: 50px 30px 0;
    justify-content: flex-end; }

  #main .main__wrap .main__slider {
    width: 100%;
    height: auto;
    border-radius: 0; }

  #main .main__wrap .main__menu {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }

  #main .main__wrap .main__menu .main__logo img {
    width: 68%; }

  #i-concept {
    padding-top: 50px; }

  #i-concept .i-concept__wrap .i-concept__container, #i-about .i-about__wrap .i-about__container {
    width: 84%; }

  #i-concept .i-concept__wrap .i-concept__container .i-concept__txt {
    margin-top: 30px; }

  #i-concept .i-concept__wrap .i-concept__container .i-concept__btn {
    margin-top: 20px; }

  #i-concept .i-concept__wrap .i-concept__img, #i-about .i-about__wrap .i-about__img {
    width: 84%; }

  #info {
    margin-top: 30px; }

  #info .info__wrap {
    margin-top: 50px;
    padding: 30px 30px 50px;
    border-radius: 20px; }

  #info .info__wrap h2 {
    font-size: 14px; }

  #info .info__wrap h2 .en {
    font-size: 30px;
    margin-bottom: 5px; }

  #info .info__wrap .info-news__dog, #info .info__wrap .info-blog__dog {
    transform: rotate(-91deg);
    width: 36vw;
    right: 17%;
    top: -7%; }

  #info .info__wrap .btn01 {
    align-self: center; }

  #info .info__wrap .info-news__tbl {
    margin: 20px 0 25px; }

  #info .info__wrap .info-news__tbl tr th, #info .info__wrap .info-news__tbl tr td {
    display: block;
    width: 100%; }

  #info .info__wrap .info-news__tbl tr th {
    padding-right: 0;
    color: #00958F;
    padding-bottom: 0; }

  #info .info__wrap .info-news__tbl tr td {
    padding-top: 0; }

  #info .info__wrap .info-blog__container {
    margin: 30px 0 5px;
    flex-direction: column; }

  #info .info__wrap .info-blog__container a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }

  #info .info__wrap .info-blog__container a img {
    margin-bottom: 0;
    width: 47%;
    margin-right: 15px; }

  #i-about {
    padding: 80px 0 70px; }

  #i-about .i-about__wrap .i-about__container .i-about__txt {
    margin-top: 30px; }

  #i-about .i-about__wrap .i-about__container .i-about__btn {
    justify-content: center; }

  #i-about .i-about__wrap .i-about__container .i-about__btn a {
    margin: 0 15px; }

  #i-machine {
    padding: 60px 0; }

  #i-machine .i-machine__ttl .btn01 {
    display: none; }

  #i-machine .i-machine__container {
    margin-top: 20px;
    flex-direction: column;
    align-items: center; }

  #i-machine .i-machine__container .i-machine__item {
    width: 89%;
    margin-top: 30px; }

  #i-machine .i-machine__container .i-machine__item p {
    font-size: 15px;
    margin-top: 10px; }

  #i-machine .i-machine__btn--sp {
    text-align: right;
    margin-top: 30px; }

  #i-menu {
    padding: 15px 0 60px; }

  #i-menu .i-menu__wrap {
    flex-direction: column;
    align-items: center; }

  #i-menu .i-menu__wrap .i-menu__item {
    width: 75%;
    margin-top: 45px; }

  #i-menu .i-menu__wrap .i-menu__item p {
    font-size: 16px;
    margin-top: 15px; }

  #i-menu .i-menu__wrap .i-menu__item p .en {
    font-size: 13px; }

  .index__bg {
    height: 250px; } }
/* ************************************************************************************************
   320px
   ************************************************************************************************ */

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