@charset "UTF-8";
/*==========================================================================
 _reset.scss
 ==========================================================================*/
@import url("https://use.typekit.net/kbd4qoc.css");
@import url("https://use.typekit.net/syq7vlw.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  font-weight: normal;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/*box-sizing*/
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
  box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0; }

/*$base_font_source-han-mincho: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
/*dark beige*/
/*beige*/
/*yellow*/
/*grey*/
/*Trajan pro　源ノ明朝*/
/*Garamond Premier*/
/*==========================================================================
 base
 ==========================================================================*/
body {
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  line-height: 1.7; }

html {
  font-size: 62.5%;
  /*ベースは10px*/ }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem; } }
/*画像と画像の間の余白消去*/
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top; }

/*IE対応　SVG画像*/
img[src$=".svg"] {
  width: 100%;
  height: auto; }

/*ドラッグして選択したときの文字色と文字の背景色*/
::selection {
  background: #514304;
  color: #ffffff; }

::-moz-selection {
  background: #514304;
  color: #ffffff; }

/*link*/
a:link {
  /*color: #000;*/
  text-decoration: none; }

/*a:hover img {
	opacity: 0.7;}*/
.txt-link {
  color: #514304;
  text-decoration: underline !important; }

/*btn_link  aタグとinputタグ*/
.btn_link {
  position: relative; }
  .btn_link a,
  .btn_link .btn_input {
    transition: all 0.3s;
    background: none;
    border: 1px solid #514304;
    color: #fff !important;
    display: inline-block;
    padding: 16px 18px;
    width: 90%;
    height: 60px;
    max-width: 260px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    overflow: hidden; }
    .btn_link a:after,
    .btn_link .btn_input:after {
      transition: all 0.3s;
      background: #514304;
      content: '';
      position: absolute;
      z-index: -1;
      height: 100%;
      left: 0;
      top: 0;
      transform: skew(0deg);
      transition-duration: 0.6s;
      transform-origin: top left;
      width: 100%;
      display: block; }
    .btn_link a:before,
    .btn_link .btn_input:before {
      transition: all 0.3s;
      background-color: #fff;
      content: "";
      display: block;
      height: 1px;
      right: -1px;
      position: absolute;
      top: 50%;
      width: 12%;
      transition-duration: 0.6s; }
    @media screen and (min-width: 1025px) {
      .btn_link a:hover,
      .btn_link .btn_input:hover {
        color: #514304 !important; }
      .btn_link a:hover:after,
      .btn_link .btn_input:hover:after {
        left: 100%; }
      .btn_link a:hover:before,
      .btn_link .btn_input:hover:before {
        background-color: #514304;
        width: 20px; } }

input[type="submit"] {
  color: #fff;
  transition: all 0.3s; }

@media screen and (min-width: 1025px) {
  .btn_input:hover input[type="submit"] {
    color: #514304 !important; } }
@media screen and (max-width: 767px) {
  .btn_link a,
  .btn_link .btn_input {
    height: auto;
    padding: 10px; } }
/*tell 予約フォームボタン*/
.btn_tell {
  display: block;
  background-color: rgba(100, 98, 90, 0.3);
  padding: 5px 12px;
  width: 80%; }
  .btn_tell a {
    /*color: $color-accent;*/
    color: #f5deb3; }
  .btn_tell p {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: "garamond-premier-pro-display", serif; }
    .btn_tell p i {
      font-size: 1.6rem; }
  .btn_tell span {
    display: block;
    font-size: 80%;
    letter-spacing: 0.01em; }

.btn_contact {
  position: relative; }
  .btn_contact a {
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    display: block;
    padding: 10px 12px;
    color: #514304;
    background-color: #ebc546;
    width: 230px; }
    .btn_contact a i, .btn_contact a span {
      position: relative;
      z-index: 3; }
    .btn_contact a:after {
      transition: all 0.3s;
      background: #fcd658;
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      left: -135%;
      top: 0;
      transition-duration: 0.3s;
      transform-origin: top left;
      display: block; }
    .btn_contact a:hover:after {
      left: 0; }

/*font*/
/*l-main l-main-inner h1*/
.l-main .l-main-inner h1 {
  font-size: 58px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(4rem + ((1vw - 0.767rem) * 4.1));
  /* 40px~58pxで可変*/
  line-height: 1.3;
  letter-spacing: -0.1em;
  font-family: source-han-serif-japanese, serif; }

.l-headline-top h3 .en {
  line-height: 1;
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: -0.05em;
  color: #514304;
  font-size: 80px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(5.5rem + ((1vw - 0.767rem) * 5.7737));
  /* 55px~80pxで可変*/ }
.l-headline-top h3 .jp {
  font-size: 1.4rem;
  display: block;
  letter-spacing: -0.05em;
  color: #514304; }

h1 .en {
  font-size: 75px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(6rem + ((1vw - 0.767rem) * 3.4642));
  /* 40px~75pxで可変*/
  line-height: 1;
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: -0.05em;
  color: #514304;
  display: block;
  z-index: 3;
  position: relative; }

h1 .jp {
  display: block;
  letter-spacing: 0;
  margin-left: 5px;
  font-size: 1.4rem;
  color: #514304;
  font-family: source-han-serif-japanese, serif;
  z-index: 3;
  position: relative; }

/*SKIP PETS ペットシッターサービスのご利用はこちら*/
h4 {
  font-size: 28px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.2rem + ((1vw - 0.767rem) * 1.3857));
  /* 22px~28pxで可変*/
  line-height: 1.6;
  color: #fff;
  font-family: source-han-serif-japanese, serif; }

/*下線あり見出し*/
h5 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #514304;
  position: relative;
  font-family: source-han-serif-japanese, serif; }
  h5:after {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #514304;
    bottom: -20px;
    left: 0; }

/*下線あり見出し*/
h6 {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 15px;
  padding: 6px;
  background-color: #514304; }

@media (min-width: 1200px) {
  /* 1200px以上*/
  .l-main .l-main-inner h1 {
    font-size: 5.8rem;
    /*58px*/ }

  .l-headline-top h3 .en {
    font-size: 8rem;
    /* 80px*/ }

  h1 .en {
    font-size: 7.5rem;
    /* 75px*/ }

  h4 {
    font-size: 2.8rem;
    /*28px*/ } }
@media screen and (max-width: 767px) {
  /* 767px以下*/
  .l-main .l-main-inner h1 {
    font-size: 2.8rem;
    /*28px*/
    margin-bottom: 20px; }

  .l-headline-top h3 .en {
    font-size: 5.5rem;
    /* 30px*/ }

  .l-headline-top h3 .jp {
    font-size: 1.4rem;
    /* 14px*/ }

  h1 .en {
    font-size: 4rem;
    /* 40px*/ }

  h4 {
    font-size: 2.2rem;
    /* 22px*/ }

  h5 {
    font-size: 1.6rem;
    /* 16px*/ }

  h6 {
    font-size: 1.6rem;
    /* 16px*/ } }
@media screen and (max-width: 450px) {
  /* 450px以下*/
  .l-main-inner h1 {
    font-size: 2.4rem;
    /*24px*/ }

  h4 {
    font-size: 1.6rem;
    /* 16px*/ } }
small {
  font-size: 80%; }

/*contents area*/
.l-section {
  max-width: 1024px;
  width: 100%;
  padding: 6% 3%;
  margin: 0 auto;
  text-align: left; }

@media screen and (max-width: 767px) {
  .l-section {
    padding: 6%; } }
/*main title area*/
.guide .l-main-inner {
  background: url("../img/guide/guide_main_bg.jpg") no-repeat right center; }

.service .l-main-inner {
  background: url("../img/service/service_main_bg.jpg") no-repeat right center; }

.plan .l-main-inner {
  background: url("../img/plan/plan_main_bg.jpg") no-repeat right center; }

.sitter .l-main-inner {
  background: url("../img/sitter/sitter_main_bg.jpg") no-repeat right center; }

.price .l-main-inner {
  background: url("../img/price/price_main_bg.jpg") no-repeat right center; }

.franchise .l-main-inner {
  background: url("../img/franchise/franchise_main_bg.jpg") no-repeat right center; }

.l-main-second {
  position: relative;
  width: 100%; }
  .l-main-second:after {
    position: absolute;
    height: 42%;
    width: 100%;
    bottom: -14%;
    left: 0;
    content: "";
    display: block;
    background-color: #f2f1ed;
    z-index: 1; }
  .l-main-second .l-main-inner {
    background-size: 50%;
    position: relative;
    z-index: 3; }
    .l-main-second .l-main-inner div {
      max-width: 1400px;
      width: 100%;
      padding: 180px 20px 0;
      margin: 0 auto; }
      .l-main-second .l-main-inner div p {
        line-height: 1.8;
        margin-left: 5px;
        font-family: source-han-serif-japanese, serif; }

.blog.l-main-second,
.reservation .l-main-second,
.contact-form .l-main-second,
.privacy .l-main-second,
.company .l-main-second,
.terms .l-main-second {
  margin-top: 100px;
  padding: 50px 0 30px; }

@media screen and (max-width: 767px) {
  .l-main-second:after {
    background: none; }
  .l-main-second .l-main-inner {
    background-size: 120%;
    background-position: left center; }
    .l-main-second .l-main-inner div {
      padding: 40% 0 0 0; }
      .l-main-second .l-main-inner div h1 {
        margin: 0;
        padding: 0 15px 15px 15px;
        z-index: 2;
        position: relative; }
        .l-main-second .l-main-inner div h1:after {
          position: absolute;
          height: 400%;
          width: 100%;
          bottom: 0;
          left: 0;
          content: "";
          display: block;
          background-color: rgba(255, 255, 255, 0.2);
          z-index: -1; }
        .l-main-second .l-main-inner div h1 .jp {
          display: block;
          letter-spacing: 0;
          margin-left: 0px; }
      .l-main-second .l-main-inner div p {
        background-color: #f2f1ed;
        padding: 15px;
        margin-left: 0; }

  .blog.l-main-second,
  .reservation .l-main-second,
  .contact-form .l-main-second,
  .privacy .l-main-second,
  .company .l-main-second,
  .terms .l-main-second {
    margin-top: 60px; } }
/*-------------------------------*/
/*@media screen and (max-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  img {
    width: 100%;
    height: auto; } }
/*==========================================================================
 _utility.scss
 ==========================================================================*/
/*背景色*/
.bg-w {
  background: #fff; }

.bg-beige {
  background: #f3efdf; }

.bg-grey {
  background: #f2f1ed; }

/*テキストカラー*/
.u-col-base {
  color: #514304; }

.u-col-red {
  color: #ef2c2c; }

.u-col-w {
  color: #fff; }

/*フォントタイプ*/
.u-font-mincho {
  font-family: "source-han-serif-japanese", serif; }

/*img*/
.c-img-wide {
  width: 100%;
  padding: 10px; }

.u-ta-l {
  text-align: left; }
.u-ta-c {
  text-align: center;
  margin: 0 auto; }
.u-ta-r {
  text-align: right;
  margin: 0 0 0 auto; }
.u-ta-j {
  text-align: justify; }

.u-ls-none {
  list-style-type: none; }
.u-ls-disc {
  list-style-type: disc; }
.u-ls-deci {
  list-style-type: decimal; }
.u-ls-kana {
  list-style-type: katakana; }
.u-ls-indent {
  text-indent: -1.8rem;
  padding-left: 1.5rem; }

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  width: 100%; }

.cf {
  min-height: 1px; }

.u-db {
  display: block; }

.u-dib {
  display: inline-block; }

.u-por {
  position: relative; }

.u-poa {
  position: absolute; }

.u-fwb,
strong {
  font-weight: bold; }

.pc {
  display: block; }

.sp {
  display: none; }

.tab {
  display: none; }

@media screen and (max-width: 1024px) {
  .tab {
    display: block; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.u-ml-0 {
  margin-left: 0px; }

.u-mr-0 {
  margin-right: 0px; }

.u-mt-0 {
  margin-top: 0px; }

.u-mb-0 {
  margin-bottom: 0px; }

.u-ml-10 {
  margin-left: 10px; }

.u-mr-10 {
  margin-right: 10px; }

.u-mt-10 {
  margin-top: 10px; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-ml-20 {
  margin-left: 20px; }

.u-mr-20 {
  margin-right: 20px; }

.u-mt-20 {
  margin-top: 20px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-ml-30 {
  margin-left: 30px; }

.u-mr-30 {
  margin-right: 30px; }

.u-mt-30 {
  margin-top: 30px; }

.u-mb-30 {
  margin-bottom: 30px; }

.u-ml-40 {
  margin-left: 40px; }

.u-mr-40 {
  margin-right: 40px; }

.u-mt-40 {
  margin-top: 40px; }

.u-mb-40 {
  margin-bottom: 40px; }

.u-ml-50 {
  margin-left: 50px; }

.u-mr-50 {
  margin-right: 50px; }

.u-mt-50 {
  margin-top: 50px; }

.u-mb-50 {
  margin-bottom: 50px; }

.u-ml-60 {
  margin-left: 60px; }

.u-mr-60 {
  margin-right: 60px; }

.u-mt-60 {
  margin-top: 60px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-ml-70 {
  margin-left: 70px; }

.u-mr-70 {
  margin-right: 70px; }

.u-mt-70 {
  margin-top: 70px; }

.u-mb-70 {
  margin-bottom: 70px; }

.u-ml-80 {
  margin-left: 80px; }

.u-mr-80 {
  margin-right: 80px; }

.u-mt-80 {
  margin-top: 80px; }

.u-mb-80 {
  margin-bottom: 80px; }

.u-ml-90 {
  margin-left: 90px; }

.u-mr-90 {
  margin-right: 90px; }

.u-mt-90 {
  margin-top: 90px; }

.u-mb-90 {
  margin-bottom: 90px; }

.u-ml-100 {
  margin-left: 100px; }

.u-mr-100 {
  margin-right: 100px; }

.u-mt-100 {
  margin-top: 100px; }

.u-mb-100 {
  margin-bottom: 100px; }

/*-------------------------------*/
/*@media screen and (min-width : 767px)

-------------------------------*/
@media screen and (max-width: 767px) {
  .u-ml-0 {
    margin-left: 0px; }

  .u-mr-0 {
    margin-right: 0px; }

  .u-mt-0 {
    margin-top: 0px; }

  .u-mb-0 {
    margin-bottom: 0px; }

  .u-ml-10 {
    margin-left: 5px; }

  .u-mr-10 {
    margin-right: 5px; }

  .u-mt-10 {
    margin-top: 5px; }

  .u-mb-10 {
    margin-bottom: 5px; }

  .u-ml-20 {
    margin-left: 10px; }

  .u-mr-20 {
    margin-right: 10px; }

  .u-mt-20 {
    margin-top: 10px; }

  .u-mb-20 {
    margin-bottom: 10px; }

  .u-ml-30 {
    margin-left: 15px; }

  .u-mr-30 {
    margin-right: 15px; }

  .u-mt-30 {
    margin-top: 15px; }

  .u-mb-30 {
    margin-bottom: 15px; }

  .u-ml-40 {
    margin-left: 20px; }

  .u-mr-40 {
    margin-right: 20px; }

  .u-mt-40 {
    margin-top: 20px; }

  .u-mb-40 {
    margin-bottom: 20px; }

  .u-ml-50 {
    margin-left: 25px; }

  .u-mr-50 {
    margin-right: 25px; }

  .u-mt-50 {
    margin-top: 25px; }

  .u-mb-50 {
    margin-bottom: 25px; }

  .u-ml-60 {
    margin-left: 30px; }

  .u-mr-60 {
    margin-right: 30px; }

  .u-mt-60 {
    margin-top: 30px; }

  .u-mb-60 {
    margin-bottom: 30px; }

  .u-ml-70 {
    margin-left: 35px; }

  .u-mr-70 {
    margin-right: 35px; }

  .u-mt-70 {
    margin-top: 35px; }

  .u-mb-70 {
    margin-bottom: 35px; }

  .u-ml-80 {
    margin-left: 40px; }

  .u-mr-80 {
    margin-right: 40px; }

  .u-mt-80 {
    margin-top: 40px; }

  .u-mb-80 {
    margin-bottom: 40px; }

  .u-ml-90 {
    margin-left: 45px; }

  .u-mr-90 {
    margin-right: 45px; }

  .u-mt-90 {
    margin-top: 45px; }

  .u-mb-90 {
    margin-bottom: 45px; }

  .u-ml-100 {
    margin-left: 50px; }

  .u-mr-100 {
    margin-right: 50px; }

  .u-mt-100 {
    margin-top: 50px; }

  .u-mb-100 {
    margin-bottom: 50px; } }
.u-pl-0 {
  padding-left: 0px; }

.u-pr-0 {
  padding-right: 0px; }

.u-pt-0 {
  padding-top: 0px; }

.u-pb-0 {
  padding-bottom: 0px; }

.u-pl-10 {
  padding-left: 10px; }

.u-pr-10 {
  padding-right: 10px; }

.u-pt-10 {
  padding-top: 10px; }

.u-pb-10 {
  padding-bottom: 10px; }

.u-pl-20 {
  padding-left: 20px; }

.u-pr-20 {
  padding-right: 20px; }

.u-pt-20 {
  padding-top: 20px; }

.u-pb-20 {
  padding-bottom: 20px; }

.u-pl-30 {
  padding-left: 30px; }

.u-pr-30 {
  padding-right: 30px; }

.u-pt-30 {
  padding-top: 30px; }

.u-pb-30 {
  padding-bottom: 30px; }

.u-pl-40 {
  padding-left: 40px; }

.u-pr-40 {
  padding-right: 40px; }

.u-pt-40 {
  padding-top: 40px; }

.u-pb-40 {
  padding-bottom: 40px; }

.u-pl-50 {
  padding-left: 50px; }

.u-pr-50 {
  padding-right: 50px; }

.u-pt-50 {
  padding-top: 50px; }

.u-pb-50 {
  padding-bottom: 50px; }

.u-pl-60 {
  padding-left: 60px; }

.u-pr-60 {
  padding-right: 60px; }

.u-pt-60 {
  padding-top: 60px; }

.u-pb-60 {
  padding-bottom: 60px; }

.u-pl-70 {
  padding-left: 70px; }

.u-pr-70 {
  padding-right: 70px; }

.u-pt-70 {
  padding-top: 70px; }

.u-pb-70 {
  padding-bottom: 70px; }

.u-pl-80 {
  padding-left: 80px; }

.u-pr-80 {
  padding-right: 80px; }

.u-pt-80 {
  padding-top: 80px; }

.u-pb-80 {
  padding-bottom: 80px; }

.u-pl-90 {
  padding-left: 90px; }

.u-pr-90 {
  padding-right: 90px; }

.u-pt-90 {
  padding-top: 90px; }

.u-pb-90 {
  padding-bottom: 90px; }

.u-pl-100 {
  padding-left: 100px; }

.u-pr-100 {
  padding-right: 100px; }

.u-pt-100 {
  padding-top: 100px; }

.u-pb-100 {
  padding-bottom: 100px; }

.u-p-0 {
  padding: 0; }

/*-------------------------------*/
/*@media screen and (max-width : 767px)

-------------------------------*/
@media screen and (max-width: 767px) {
  .u-pl-0 {
    padding-left: 0px; }

  .u-pr-0 {
    padding-right: 0px; }

  .u-pt-0 {
    padding-top: 0px; }

  .u-pb-0 {
    padding-bottom: 0px; }

  .u-pl-10 {
    padding-left: 5px; }

  .u-pr-10 {
    padding-right: 5px; }

  .u-pt-10 {
    padding-top: 5px; }

  .u-pb-10 {
    padding-bottom: 5px; }

  .u-pl-20 {
    padding-left: 10px; }

  .u-pr-20 {
    padding-right: 10px; }

  .u-pt-20 {
    padding-top: 10px; }

  .u-pb-20 {
    padding-bottom: 10px; }

  .u-pl-30 {
    padding-left: 15px; }

  .u-pr-30 {
    padding-right: 15px; }

  .u-pt-30 {
    padding-top: 15px; }

  .u-pb-30 {
    padding-bottom: 15px; }

  .u-pl-40 {
    padding-left: 20px; }

  .u-pr-40 {
    padding-right: 20px; }

  .u-pt-40 {
    padding-top: 20px; }

  .u-pb-40 {
    padding-bottom: 20px; }

  .u-pl-50 {
    padding-left: 25px; }

  .u-pr-50 {
    padding-right: 25px; }

  .u-pt-50 {
    padding-top: 25px; }

  .u-pb-50 {
    padding-bottom: 25px; }

  .u-pl-60 {
    padding-left: 30px; }

  .u-pr-60 {
    padding-right: 30px; }

  .u-pt-60 {
    padding-top: 30px; }

  .u-pb-60 {
    padding-bottom: 30px; }

  .u-pl-70 {
    padding-left: 35px; }

  .u-pr-70 {
    padding-right: 35px; }

  .u-pt-70 {
    padding-top: 35px; }

  .u-pb-70 {
    padding-bottom: 35px; }

  .u-pl-80 {
    padding-left: 40px; }

  .u-pr-80 {
    padding-right: 40px; }

  .u-pt-80 {
    padding-top: 40px; }

  .u-pb-80 {
    padding-bottom: 40px; }

  .u-pl-90 {
    padding-left: 45px; }

  .u-pr-90 {
    padding-right: 45px; }

  .u-pt-90 {
    padding-top: 45px; }

  .u-pb-90 {
    padding-bottom: 45px; }

  .u-pl-100 {
    padding-left: 50px; }

  .u-pr-100 {
    padding-right: 50px; }

  .u-pt-100 {
    padding-top: 50px; }

  .u-pb-100 {
    padding-bottom: 50px; } }
/*==========================================================================
 _row.scss
 ==========================================================================*/
.l-row {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
  width: 100%; }

.l-frex-nowrap {
  flex-wrap: nowrap; }

.l-row--middle {
  align-items: center; }

.l-row--center {
  justify-content: center; }

.l-row--between {
  justify-content: space-between; }

.l-row--end {
  justify-content: flex-end; }

.l-row--around {
  justify-content: space-around; }

.l-row--reverse {
  flex-direction: row-reverse; }

.align-center {
  align-items: center; }

.l-row__col01 {
  width: 8.3333333333%; }

.l-row__col02 {
  width: 16.6666666667%; }

.l-row__col03 {
  width: 25%; }

.l-row__col04 {
  width: 33.3333333333%; }

.l-row__col05 {
  width: 41.6666666667%; }

.l-row__col06 {
  width: 50%; }

.l-row__col07 {
  width: 58.3333333333%; }

.l-row__col08 {
  width: 66.6666666667%; }

.l-row__col09 {
  width: 75%; }

.l-row__col10 {
  width: 83.3333333333%; }

.l-row__col11 {
  width: 91.6666666667%; }

.l-row__col12 {
  width: 100%; }

/*-------------------------------*/
/*@media screen and (mxn-width : 1024px)

-------------------------------*/
/*-------------------------------*/
/*@media screen and (mxn-width : 767px)

-------------------------------*/
@media screen and (max-width: 767px) {
  .l-row {
    display: block; }

  .l-row-falf {
    display: flex; }

  /*	.l-row__col,
  	.l-row__col05,
  	.l-row__col06 {
  	width: 100%;}
  	
  	.l-row__col03,
  	.l-row__col04{
  	width: 50%;
  }*/ }
/*-------------------------------*/
/*@media screen and (min-width : 414px) iPhone 6 Plus

-------------------------------*/
@media screen and (max-width: 414px) {
  .l-row__col03,
  .l-row__col04 {
    width: 100%; } }
/*==========================================================================
 header footer.scss
 ==========================================================================*/
/*header*/
header {
  width: 100%; }

.header_inner {
  width: 100%;
  z-index: 4 !important;
  /*position: relative;*/
  position: fixed;
  top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-color: white;
  height: 100px;
  transition: all .3s ease;
  animation: anime-header_inner 0.8s ease both 1.5s; }

.fixed.header_inner {
  box-shadow: 0 0 3px 1px #666;
  background-color: white; }

@media (min-width: 1025px) {
  .fixed.header_inner {
    height: 95px; } }
@media screen and (max-width: 1024px) {
  .header {
    position: relative; }

  .header_inner {
    height: 60px;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    left: 0; } }
/*.header_logo*/
.header_logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100px;
  transition: all .3s ease; }

@media (min-width: 1025px) {
  .fixed .header_logo {
    top: 15px;
    width: 120px; } }
@media (max-width: 1024px) {
  .header_logo {
    top: 12px;
    left: 20px;
    width: 80px; } }
/*header_license*/
.header_license {
  position: absolute;
  top: 35px;
  left: 150px;
  transition: all .3s ease;
  font-size: 70%;
  line-height: 1.2; }
  .header_license.sp414 {
    display: none; }

@media (min-width: 1025px) {
  .fixed .header_license {
    left: 170px; } }
@media (max-width: 1024px) {
  .header_license {
    top: 20px;
    left: 110px; } }
@media (max-width: 414px) {
  .header_license {
    display: none; }
    .header_license.sp414 {
      display: block;
      margin: 0 auto;
      text-align: center;
      position: relative;
      left: inherit;
      top: inherit;
      position: relative; } }
/*#global-nav*/
#global-nav {
  position: relative; }

#global-nav ul {
  position: absolute;
  top: 40px;
  right: 140px;
  transition: all .3s ease; }
  #global-nav ul li {
    float: left;
    padding: 0 15px 0;
    transition: all .3s ease; }
    #global-nav ul li a {
      font-weight: 400;
      font-size: 1.4rem;
      display: block;
      text-decoration: none;
      color: #000;
      height: 60px;
      position: relative;
      letter-spacing: 0.03em;
      line-height: 5; }
    #global-nav ul li.nav_link a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #514304;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    #global-nav ul li.nav_link a:hover:after {
      transform-origin: left top;
      transform: scale(1, 1); }
    #global-nav ul li.nav_link a:hover {
      color: #514304; }

.fixed #global-nav ul {
  top: 35px; }

.nav_tell {
  position: absolute;
  top: 0;
  right: 140px; }

.nav_contact {
  position: absolute;
  top: 0;
  right: 0; }

.nav_tell a {
  cursor: default;
  color: #a08323;
  padding: 8px 12px;
  height: 60px;
  display: block;
  transition: all .3s ease; }
  .nav_tell a p {
    font-size: 3.2rem;
    line-height: 1;
    font-family: "garamond-premier-pro-display", serif;
    transition: all .3s ease; }
    .nav_tell a p i {
      font-size: 1.6rem; }
  .nav_tell a span {
    display: block;
    font-size: 67%;
    line-height: 1.5;
    transition: all .3s ease; }

@media (min-width: 1025px) {
  .fixed .nav_tell a p {
    font-size: 2.8rem;
    transition: all .3s ease; }
  .fixed .nav_tell a span {
    font-size: 60%; } }
.nav_contact a {
  overflow: hidden;
  position: relative;
  display: block;
  transition: all 0.3s;
  padding: 25px 15px;
  margin: 0 !important;
  max-width: 140px;
  line-height: 1.4;
  color: #514304;
  background-color: #ebc546;
  height: 100px;
  text-align: center; }
  .nav_contact a i {
    display: block;
    margin-bottom: 10px; }
  .nav_contact a i, .nav_contact a span {
    position: relative;
    z-index: 3; }
  .nav_contact a:after {
    transition: all 0.3s;
    background: #fcd658;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -135%;
    top: 0;
    transition-duration: 0.3s;
    transform-origin: top left;
    display: block; }
  .nav_contact a:hover:after {
    left: 0; }

.fixed .nav_contact a {
  height: 95px; }

@media (max-width: 1024px) {
  #global-nav .nav_tell,
  #global-nav .nav_contact {
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    right: inherit;
    position: relative; }

  #global-nav .nav_contact a {
    margin: 0 auto;
    max-width: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px 30px; }
    #global-nav .nav_contact a i {
      display: inline-block;
      margin-bottom: 0; } }
/*tab nav_tell nav_contact icon*/
.tab {
  text-align: center; }
  .tab .nav_tell a {
    position: absolute;
    color: #fff;
    text-decoration: none;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    padding: 8px 0 0;
    background-color: #514304;
    color: #fff; }
    .tab .nav_tell a span {
      display: block;
      font-size: 1rem;
      letter-spacing: -0.05em; }
  .tab .nav_contact a {
    text-decoration: none;
    position: absolute;
    display: block;
    right: 70px;
    top: 0;
    width: 70px;
    height: 60px;
    padding: 8px 0 0;
    background-color: #ebc546;
    color: #514304; }
    .tab .nav_contact a span {
      display: block;
      font-size: 1rem; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  /*border: solid #333 1px;*/ }

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block; }

  #nav-toggle div {
    position: relative;
    height: 40px; }

  #nav-toggle div:after {
    position: absolute;
    display: block;
    bottom: -10px;
    left: 2px;
    content: "OPEN";
    font-size: 80%;
    color: #333; }

  .open #nav-toggle div:after {
    left: -1px;
    content: "CLOSE"; }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 80%;
    background: #333;
    left: 1px; }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    transition: all .3s ease; }
    #nav-toggle span:nth-child(1) {
      top: 7px; }
    #nav-toggle span:nth-child(2) {
      top: 17px; }
    #nav-toggle span:nth-child(3) {
      top: 27px; }

  /* 開閉用ボタンがクリックされた時のボタンスタイル */
  .open #nav-toggle span {
    background: #333;
    transition: all .3s ease; }
    .open #nav-toggle span:nth-child(1) {
      top: 17px;
      transform: rotate(45deg); }
    .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%; }
    .open #nav-toggle span:nth-child(3) {
      top: 17px;
      transform: rotate(-45deg); }

  /*モーダルのスタイル*/
  #global-nav {
    background: white;
    /* transition: all .3s ease;*/
    visibility: hidden;
    opacity: 0;
    align-items: center;
    /*display: flex;*/
    height: 100vh;
    justify-content: center;
    width: 100%;
    transform: scale(0.5, 0.5); }
    #global-nav ul {
      list-style: none;
      position: static;
      width: 100%;
      margin: 60px auto 0 !important; }
    #global-nav ul li {
      float: none !important;
      position: static !important;
      margin: 0 30px;
      text-align: center; }
      #global-nav ul li:nth-child(1) {
        padding-top: 50px; }
    #global-nav ul li a {
      display: block;
      padding: 10px !important;
      position: relative;
      font-size: 1.4rem !important;
      height: auto;
      line-height: 1.4;
      text-align: center;
      margin: 0 auto; }
      #global-nav ul li a:after {
        display: none; }
    #global-nav ul li.nav_tell {
      margin: 20px auto 0; }
    #global-nav ul li.nav_contact {
      width: 60%;
      text-align: center;
      margin: 20px auto 0; }
    #global-nav ul li.nav_contact a {
      line-height: 2;
      padding: 10px 0;
      max-width: 100%;
      width: 100%;
      height: auto; }

  /* 開閉用ボタンがクリックされた時のメニュースタイル */
  .open #global-nav {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1, 1); } }
/*tell無効*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*contact*/
.contact {
  padding: 40px 0;
  position: relative; }
  .contact:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/contact_bg_dog.jpg") no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    content: ""; }
  .contact:before {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/contact_bg_cat.jpg") no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    content: ""; }
  .contact .l-section {
    position: relative;
    z-index: 3; }
  .contact ul > li {
    width: 45%;
    border: solid 1px #816b4a; }
    .contact ul > li > div {
      padding: 30px 30px 60px;
      text-align: center;
      margin: 0 auto; }
      .contact ul > li > div strong.en {
        color: #a08323;
        display: block;
        font-size: 6rem;
        font-family: "garamond-premier-pro-display", serif; }
      .contact ul > li > div p.jp {
        color: #fff;
        margin-bottom: 30px;
        font-size: 2rem;
        font-family: source-han-serif-japanese, serif; }
      .contact ul > li > div span.cap {
        color: #fff;
        margin-bottom: 20px;
        font-size: 1.5rem;
        display: block; }
      .contact ul > li > div .btn_tell,
      .contact ul > li > div .btn_contact a {
        margin: 0 auto; }

@media screen and (max-width: 767px) {
  .contact {
    letter-spacing: -0.01em;
    line-height: 1.4; }
    .contact:after {
      width: 100%;
      height: 55%; }
    .contact:before {
      top: 53%;
      width: 100%;
      height: 50%; }
    .contact ul > li {
      width: 90%;
      margin: 0 auto 20px; }
      .contact ul > li > div {
        padding: 10px 10px 30px; }
        .contact ul > li > div strong.en {
          font-size: 3.6rem; }
        .contact ul > li > div p.jp {
          margin-bottom: 10px;
          font-size: 1.5rem; }
        .contact ul > li > div span.cap {
          margin-bottom: 10px;
          font-size: 1.2rem; } }
/*footer*/
footer {
  background-color: #000;
  padding: 3% 6%;
  position: relative; }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #fff;
    /*page-top-scroll icon*/ }
    footer .inner .l-row__col05 {
      text-align: center; }
      footer .inner .l-row__col05 .footer_logo img {
        max-width: 150px;
        width: 45%;
        margin: 0 auto 20px 0;
        text-align: left;
        display: block; }
      footer .inner .l-row__col05 .btn_tell {
        max-width: 220px; }
      footer .inner .l-row__col05 .btn_contact a {
        max-width: 220px; }
    footer .inner .l-row__col07 a {
      color: #fff; }
    footer .inner .l-row__col07 i {
      font-size: 3rem;
      margin-bottom: 50px; }
    footer .inner .l-row__col07 ul li {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 20px; }
      footer .inner .l-row__col07 ul li:last-child {
        margin-right: 0; }
      footer .inner .l-row__col07 ul li span {
        display: inline-block;
        padding-left: 30px; }
    footer .inner .l-row__col07 .sub_nav {
      font-size: 80%; }
    footer .inner .l-row__col07 .copyright {
      font-size: 80%;
      color: #8F8F8F; }
    footer .inner .page-top-scroll {
      position: absolute;
      top: -55px;
      right: 3%; }
      footer .inner .page-top-scroll a {
        position: relative;
        z-index: 2;
        display: inline-block;
        color: #fff;
        transform: rotate(90deg);
        font-family: "garamond-premier-pro-display", serif; }
        footer .inner .page-top-scroll a:after {
          position: absolute;
          display: block;
          content: "";
          top: 12px;
          left: 60px;
          width: 50px;
          height: 1px;
          background-color: #fff; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px; }
    footer .inner {
      text-align: center !important;
      margin: 0 auto !important;
      display: block; }
      footer .inner .l-row__col05,
      footer .inner .l-row__col07 {
        width: 100%; }
      footer .inner .l-row__col05 .footer_logo img {
        width: 45%;
        margin: 20px auto !important;
        text-align: center !important; }
      footer .inner .l-row__col05 .u-ta-l {
        text-align: center;
        margin-bottom: 20px; }
      footer .inner .l-row__col07 ul li {
        margin-right: 10px;
        margin-bottom: 20px;
        font-size: 1.4rem; }
        footer .inner .l-row__col07 ul li span {
          padding-left: 10px; }
      footer .inner .btn_contact a {
        margin: 0 auto 60px; }
      footer .inner .btn_tell {
        margin: 0 auto 30px; } }
/*==========================================================================
 _tableform.scss
 ==========================================================================*/
/*----------------------------------------------------
    フォームリセット
----------------------------------------------------*/
input,
button,
select,
textarea {
  /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

/*input[type='checkbox'],
input[type='radio'] {
  display: none;
}*/
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/**/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea {
  background: #f2f1ed;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  /* width: 480px;*/
  width: 100%;
  box-sizing: border-box; }

::placeholder {
  color: #c1c1c1;
  font-weight: bold; }

select {
  border: solid 1px #ddd;
  width: 100%;
  height: 40px; }

/*----------------------------------------------------
    .table-form
----------------------------------------------------*/
/*table*/
.table-form {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  vertical-align: middle;
  /*折り返し禁止*/
  /*テーブルの中での改行あり*/ }
  .table-form th, .table-form td {
    padding: 15px 10px;
    vertical-align: middle; }
  .table-form th {
    background-color: #514304;
    color: #fff;
    /*font-weight: 600;*/
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff; }
  .table-form tr:nth-child(even) {
    background-color: #f3efdf; }
  .table-form .nw {
    white-space: nowrap; }
  .table-form tr {
    word-break: break-all; }

.reservation .table-form th, .reservation .table-form td,
.contact-form .table-form th,
.contact-form .table-form td {
  padding: 15px 10px 30px; }
.reservation .table-form th,
.contact-form .table-form th {
  width: 30%; }
.reservation .table-form td,
.contact-form .table-form td {
  width: 70%; }

/*-------------------------------*/
/*@media screen and (max-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  /*テーブルのレスポンシブver .table-form.resp*/
  .table-form.resp th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    padding: 0 10px 10px; }
  .table-form.resp td {
    display: block;
    width: 100%;
    padding: 0 10px 20px; } }
/*==========================================================================
 animation.scss
 ==========================================================================*/
@media screen and (min-width: 1025px) {
  /**/
  .js-anim {
    opacity: 0;
    transition: 1.5s cubic-bezier(0.17, 0.935, 0.305, 1); }

  .js-fade-bottom {
    transform: translateY(50px); }

  .js-fade-top {
    transform: translateY(-40px); }

  .js-fade-left {
    transform: translateX(-40px); }

  .js-fade-right {
    transform: translateX(40px); }

  .js-anim.is-visible {
    opacity: 1;
    transform: translateY(0);
    transform: scale(1); }

  .en, .jp {
    display: block; }

  .js-easingTtl {
    display: inline-block;
    overflow: hidden;
    vertical-align: top; }

  .js-easingTtl__txt {
    display: inline-block;
    transform: translateY(101%);
    vertical-align: top; }

  .is-visible .js-easingTtl__txt {
    transform: translateY(0px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; } }
.js-dl03 {
  transition-delay: 0.3s !important; }

.js-dl05 {
  transition-delay: 0.5s !important; }

.js-dl07 {
  transition-delay: 0.7s !important; }

.js-dl10 {
  transition-delay: 1s !important; }

/*sitter-list*/
.sitter-list li.l-row__col04 {
  padding: 10px; }
  .sitter-list li.l-row__col04 div {
    color: #333;
    display: block;
    padding: 10px 15px;
    /*background-color: $color-background--beige;
    border:solid 1px $color-accent;*/
    height: 100%; }
    .sitter-list li.l-row__col04 div > small {
      font-weight: 600;
      margin-bottom: 2%;
      margin-top: 5%;
      display: block; }
    .sitter-list li.l-row__col04 div span {
      display: block;
      font-size: 80%;
      color: #514304; }
  .sitter-list li.l-row__col04 figure {
    overflow: hidden; }
  .sitter-list li.l-row__col04 figure img {
    transition: .6s;
    vertical-align: bottom; }
  .sitter-list li.l-row__col04 a:hover figure img {
    transform: scale(1.1); }

@media screen and (max-width: 767px) {
  .sitter-list li.l-row__col04 {
    width: 50%;
    padding: 5px; }
    .sitter-list li.l-row__col04 div {
      border: solid 1px #f2f1ed; }

  /*sitter-detail*/
  .sitter-detail li.l-row__col03,
  .sitter-detail li.l-row__col08 {
    width: 100%; }
    .sitter-detail li.l-row__col03 img,
    .sitter-detail li.l-row__col08 img {
      width: 100%;
      max-width: 300px; } }
/*-------------------------------*/
/*@media screen and (min-width : 414px) iPhone 6 Plus

-------------------------------*/
/*-------------------------------*/
/*@media screen and (min-width : 375px) iPhone 6

-------------------------------*/
