@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css?family=Alata%7CJosefin+Sans%7COpen+Sans+Condensed:300%7CPoiret+One&display=swap");
body,
html {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

body {
  /*font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #444444;
  /*color: #323232;*/
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

small {
  font-size: 85%;
}

a {
  color: #610000;
}

a:hover img {
  opacity: 0.6;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.center {
  text-align: center;
}

.shadow {
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.3);
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.icon-sp {
  display: none;
}

.icon-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .icon-sp {
    display: block;
  }
  .icon-pc {
    display: none;
  }
}

/*---------------------------------------------------
	変数
---------------------------------------------------*/
/* 基本色 */
/*#323232;*/
/* フォント */
/* iphoneSE用メディアクエリ @includeで呼び出し*/
/*---------------------------------------------------
	共通デザイン
---------------------------------------------------*/
.red {
  color: #b03e5a;
}

section {
  padding: 100px 0;
  border-bottom: 1px dotted #d2d2d2;
  /*&:nth-child(even) {
    background: #fffdf9;
  }*/
}

section p {
  font-size: 1.6em;
  line-height: 1.8;
}

section p a {
  text-decoration: underline;
  /*border-bottom: 1px solid $red;
      padding-bottom: 2px;*/
}

.wrapper {
  width: 1100px;
  margin: auto;
}

.inner {
  padding: 0 120px;
}

.col2 {
  display: flex;
}

.col2 > div {
  width: 50%;
    margin-right: 2% !important;
/*  margin-right: 5.455% !important;*/
}

.col2 > div:last-child {
  margin-right: 0 !important;
}

/* 見出し */
h1 {
  font-size: 1.2em;
  font-weight: normal;
  padding: 3px 0 0;
}

h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

h2 p {
  font-family: "Cinzel", serif;
  font-size: 3.5em;
  line-height: 1;
  letter-spacing: 10px;
  border-bottom: 1px solid #1f1500;
  padding: 0 0 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: initial;
}

h2 p span {
  font-family: "Cinzel", serif;
  font-weight: 900;
  font-size: 150px;
  line-height: 1;
  letter-spacing: normal;
  color: #d2d2d2;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 0;
  user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10 */
}

h2 > span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 100%;
  letter-spacing: 5px;
  display: block;
}

h2.sub {
  margin-bottom: 20px;
}

h2.sub p {
  font-size: 2.2em;
}

h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  color: #b03e5a;
  line-height: 1;
  margin-bottom: 50px;
}

h3 p {
  border-top: 1px dashed #d2d2d2;
  border-bottom: 1px dashed #d2d2d2;
  padding: 20px 10px;
  display: inline-block;
}

h4 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-weight: normal;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 50px;
}

h4 p {
  font-size: 3.5em;
  text-align: center;
  text-indent: 10px;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px dashed #1f1500;
  padding: 0 35px 10px;
  position: relative;
}

h4 p:before, h4 p:after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  opacity: 0.5;
}

/*h4 p:before {
  background: url("../img/h4b.png") no-repeat center;
  background-size: contain;
  left: 0;
}

h4 p:after {
  background: url("../img/h4a.png") no-repeat center;
  background-size: contain;
  right: 0;
}*/

h5 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 2em;
  margin: 30px 0 10px;
  padding: 5px 20px;
  border: 1px solid #1f1500;
  box-shadow: 3px 3px 0px 0px white, 4px 4px 0px 0px #444444;
  display: inline-block;
}

h5:first-of-type {
  margin-top: 0;
}

/* テーブル */
table {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 10px 0;
}

table th {
  vertical-align: top;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 1em;
}

/* リンクボタン */
.btn {
  text-align: center;
  margin: 20px auto 20px;
}

.btn a {
  font-size: 1.6em;
  text-align: center;
  color: #1f1500;
  display: inline-block;
  border: 1px solid #d2d2d2;
  padding: 15px 60px;
  background: url("../img/btn-arrow.png") no-repeat center right 20px;
  background-size: 25px;
  transition: all 0.3s ease;
}

.btn a:hover {
  color: #fff;
  background-color: #1f1500;
  background-image: url("../img/btn-arrow_on.png");
  background-position: center right 10px;
}

.btn.insta a {
  font-family: "Cinzel", serif;
  font-size: 3em;
  line-height: 1;
  padding: 15px 50px 15px 15px;
}

.btn.insta a img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn.insta a img:last-of-type {
  display: none;
}

.btn.insta a:hover img {
  opacity: 1;
}

.btn.insta a:hover img:first-of-type {
  display: none;
}

.btn.insta a:hover img:last-of-type {
  display: inline-block;
}

.btn.insta01 a {
  font-family: "Cinzel", serif;
  font-size: 2.8em;
  line-height: 1;
  padding: 15px 130px 15px 30px;
  text-align: left;
}

.btn.insta01 a img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn.insta01 a img:last-of-type {
  display: none;
}

.btn.insta01 a:hover img {
  opacity: 1;
}

.btn.insta01 a:hover img:first-of-type {
  display: none;
}

.btn.insta01 a:hover img:last-of-type {
  display: inline-block;
}

.btn.insta02 a {
  font-family: "Cinzel", serif;
  font-size: 2.8em;
  line-height: 1;
  padding: 15px 50px 15px 30px;
  text-align: left;
}

.btn.insta02 a img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn.insta02 a img:last-of-type {
  display: none;
}

.btn.insta02 a:hover img {
  opacity: 1;
}

.btn.insta02 a:hover img:first-of-type {
  display: none;
}

.btn.insta02 a:hover img:last-of-type {
  display: inline-block;
}

.btn.insta03 a {
  font-family: "Cinzel", serif;
  font-size: 2.2em;
/*  font-size: 2.8em;*/
  line-height: 1;
  padding: 15px 50px 15px 20px;
  text-align: left;
}

.btn.insta03 a img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.btn.insta03 a img:last-of-type {
  display: none;
}

.btn.insta03 a:hover img {
  opacity: 1;
}

.btn.insta03 a:hover img:first-of-type {
  display: none;
}

.btn.insta03 a:hover img:last-of-type {
  display: inline-block;
}

.btn.insta04 a {
  font-family: "Cinzel", serif;
  font-size: 2.2em;
/*  font-size: 3em;*/
  line-height: 1;
  padding: 15px 50px 15px 20px;
  text-align: left;
}

.btn.insta04 a img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.btn.insta04 a img:last-of-type {
  display: none;
}

.btn.insta04 a:hover img {
  opacity: 1;
}

.btn.insta04 a:hover img:first-of-type {
  display: none;
}

.btn.insta04 a:hover img:last-of-type {
  display: inline-block;
}

.btn.insta05 a {
  font-family: "Cinzel", serif;
  font-size: 2.8em;
  line-height: 1;
  padding: 15px 125px 15px 30px;
  text-align: left;
}

.btn.insta05 a img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn.insta05 a img:last-of-type {
  display: none;
}

.btn.insta05 a:hover img {
  opacity: 1;
}

.btn.insta05 a:hover img:first-of-type {
  display: none;
}

.btn.insta05 a:hover img:last-of-type {
  display: inline-block;
}

/* googleマップ */
.gmap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0px 0px #1f1500, 8px 8px 0px 0px #fff;
}

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* トピックス */
#topics_thumbnail {
  background-color: #f3f3f3;
  background-image: url("../img/foot-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

/* ページトップ */
#pageTop a {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 74px;
  z-index: 10;
}

/*---------------------------------------------------
	header
---------------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  padding: 0 30px;
  /* クローン */
}

header .header {
  color: #1f1500;
  width: 100%;
  padding: 30px 0;
  display: table;
}

header .header > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

header .header > div:nth-of-type(2) {
  min-width: 639px;
}

header .header-left {
  width: 730px;
}

header .header-left img {
  width: auto;
  height: 90px;
  vertical-align: middle;
}

header .header-right-contact {
  line-height: 1;
  float: right;
}

header .header-right-contact > p:first-of-type {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

header .header-right-contact > p:first-of-type:before, header .header-right-contact > p:first-of-type:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  border-bottom: 1px solid #d2d2d2;
}

header .header-right-contact > p:first-of-type:before {
  left: 0;
}

header .header-right-contact > p:first-of-type:after {
  right: 0;
}

header .header-right-contact-table {
  display: table;
}

header .header-right-contact-table > table, header .header-right-contact-table p {
  display: table-cell;
  vertical-align: middle;
}

header .header-right-contact-table p {
  line-height: 1;
  text-align: right;
}

header .header-right-contact-table p img {
  width: 25px;
  margin: 5px;
}

header .header-right-contact-table table {
  padding: 0 20px;
}

header .header-right-tel {
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-family: 'Alata', sans-serif;*/
  /*font-family: 'Josefin Sans', sans-serif;*/
  /*font-family: 'Poiret One', cursive;*/
  font-size: 5.5em;
  line-height: 0;
}

header .header-right-tel img {
  width: 39px !important;
  margin: 0 5px 0 0 !important;
}

header.clone-nav {
  border-bottom: 1px solid #ded0b9;
}

header.clone-nav h1 {
  display: none;
}

header.clone-nav .headerBox {
  line-height: 1;
  width: 1100px;
  margin: auto;
  padding: 10px 0 5px;
  display: flex;
}

header.clone-nav .headerBox .headerLeft img {
  height: 50px;
}

header.clone-nav .headerBox .headerRight > p {
  display: none;
}

header.clone-nav .headerBox .headerRight .tel {
  margin-top: 8px;
}

header.clone-nav nav {
  margin-bottom: 10px;
}

header.clone-nav nav li {
  min-height: 37px;
}

header.clone-nav nav li a {
  padding: 5px 10px;
}

header.clone-nav nav li a span {
  display: none;
}

/*---------------------------------------------------
	footer
---------------------------------------------------*/
footer {
  color: #fff;
  background: #1f1500;
  padding: 50px 0;
}

footer .foot {
  display: flex;
}

footer .foot > div {
  width: 50%;
}

footer .foot-left {
  padding-right: 50px;
}

footer .foot-left img {
  width: auto;
  max-height: 80px;
  margin: 0 0 20px;
  display: block;
}

footer .foot-left table th, footer .foot-left table td {
  padding-bottom: 10px;
}

footer .foot-left p {
  text-indent: -1em;
  padding-left: 1em;
}

footer .foot-right {
  padding-left: 50px;
}

footer .footNav {
  background: #1f1500;
  padding: 40px 0 0;
}

footer .footNav-area {
  margin: auto;
  display: flex;
}

footer .footNav-area li {
  border-left: 1px solid #fff;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

footer .footNav-area li:last-child {
  border-right: 1px solid #fff;
}

footer .footNav-area li a {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 10px;
}

footer .footNav-area li a:hover {
  text-decoration: underline;
}

footer .footNav-area li p {
  text-align: center;
  line-height: 1;
}

.copy {
  font-family: "Cinzel", serif;
  font-size: 1.4em;
  color: #1f1500;
  line-height: 1;
  text-align: center;
  padding: 40px 0;
  background: #fff;
}

/*---------------------------------------------------
	nav
---------------------------------------------------*/
nav ul {
  width: 1100px;
  margin: auto;
  display: flex;
  padding: 20px 0;
}

nav ul li {
  border-left: 1px dotted #d2d2d2;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

nav ul li:last-child {
  border-right: 1px dotted #d2d2d2;
}

nav ul li.sp {
  display: none;
}

nav ul li img.sp01 {
  display: none;
}

nav ul li img.sp02 {
  display: none;
}

nav ul li img.sp03 {
  display: none;
}

nav ul li a {
  color: #1f1500;
  position: relative;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

nav ul li a p {
  font-family: "Cinzel", serif;
  font-size: 2em;
  text-align: center;
  line-height: 1;
}

nav ul li a span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 1.2em;
  color: #d2d2d2;
}

nav ul li a:hover {
  color: #fff;
  background: #523800;
}

nav ul li a:hover:before {
  opacity: 1;
  -webkit-filter: brightness(1000);
  -moz-filter: brightness(1000);
  -o-filter: brightness(1000);
  -ms-filter: brightness(1000);
  filter: brightness(1000);
}

nav ul li:hover {
  text-decoration: none !important;
}

nav .spNavInfo {
  display: none;
}

/**　スクロール後メニュー　**/
nav > img {
  display: none;
}

.clone-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
}

.clone-nav > img {
  display: inline-block !important;
  margin-top: 5px;
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .button, .telBtn {
    display: block;
  }
  .button {
    position: fixed;
    top: 40px;
    left: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #1f1500;
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
  .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before, .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before {
    top: -9px;
  }
  .bar:after {
    top: 9px;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border-width: 0;
    background: #1f1500;
    -webkit-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .screen {
    opacity: .8;
    visibility: visible;
  }
  .telBtn {
    display: none;
  }
  .telBtn {
    position: fixed;
    top: 40px;
    right: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #1f1500;
    z-index: 100000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .telBtn i {
    color: #fff;
    font-size: 40px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
}

/*---------------------------------------------------
	mv
---------------------------------------------------*/
.mv {
  width: 100%;
  height: 38.611vw;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.mv img {
  width: 100%;
  max-width: 2000px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*---------------------------------------------------
	トップsec1 ペットステーション ハミングについて
---------------------------------------------------*/
#top #sec1-txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 2em;
  text-align: center;
  line-height: 3;
}

/*---------------------------------------------------
	トップsec2 フォトギャラリー
---------------------------------------------------*/
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery li {
  font-size: 0;
  width: 230px;
  margin: 0 60px 60px 0;
}

.gallery li:nth-child(4n) {
  margin-right: 0;
}

.gallery li img {
  filter: saturate(20%);
  transition: all 0.3s ease;
}

.gallery li a:hover img {
  filter: none;
  opacity: 1;
}

/*---------------------------------------------------
	トップsec3 メニュー
---------------------------------------------------*/
.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu-box {
  width: 520px;
  border: 1px solid #d2d2d2;
  padding: 30px 60px 110px;
  margin: 0 60px 60px 0;
  position: relative;
}

.menu-box:nth-child(2n) {
  margin-right: 0;
}

.menu-box h2 img {
  display: block;
  width: auto;
  height: 120px;
  /*height: 110px; */
  margin: 0 auto 20px;
  /*opacity: 0.6;*/
}

.menu-box table th {
  padding: 5px 1em 5px 0;
}

.menu-box table td {
  padding: 5px 0 5px 5px;
}

.menu-box .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*---------------------------------------------------
	トップsec4 ブログ
---------------------------------------------------*/
.blog ul {
  display: flex;
  margin-bottom: 60px;
}

.blog ul li {
  text-align: center;
  width: 175px;
  margin-right: 60px;
}

.blog ul li:last-child {
  margin-right: 0;
}

.blog ul li a {
  font-size: 1.6em;
  color: #1f1500;
}

.blog ul li a #topics_thumbnail {
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
  position: relative;
}

.blog ul li a #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none !important;
  height: 100%;
}

/*---------------------------------------------------
	トップsec5 新着情報
---------------------------------------------------*/
.col2 {
  display: flex;
}

.col2-box {
  /*width: 30.33%;*/
  width: 50%;
/*  margin-right: 6%;*/
  margin: 0;
}

.col2-box:last-child {
  margin-right: 0;
}

.col2-box-border {
  border: 1px solid #d2d2d2;
  padding: 20px 20px 0;
}

.col2-box-border ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.col2-box-border ul li:last-child {
  margin-bottom: 0;
}

.col2-box-border ul li a {
  font-size: 1.6em;
  color: #1f1500;
}

.col2-box-border ul li a span {
  display: block;
}

.col2-box-border ul li a span:nth-child(1) {
/*  margin-right: 15px;*/
  margin-right: 5px;
  float: left;
}

.col2-box-border ul li a span:nth-child(2) {
  font-weight: bold;
}

.col2-box-border ul li a span:nth-child(3) {
  overflow: hidden;
  height: 50px;
}

.col2-box-border ul li a #topics_thumbnail {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  position: relative;
}

.col2-box-border ul li a #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/*---------------------------------------------------
	contact お問い合わせ
---------------------------------------------------*/
.border-box {
  text-align: center;
  border: 3px solid #1f1500;
  padding: 15px 15px 15px 230px;
  position: relative;
  /*box-shadow: 5px 5px 0px 0px white, 8px 8px 0px 0px #1f1500;*/
}

.border-box-ribbon {
  font-size: 2.5em;
  font-weight: bold;
  /*line-height: 1;*/
  color: #fff;
  text-align: center;
  background: #1f1500;
  padding: 10px 15px 10px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 220px;
  margin-bottom: 0px;
}

/*.border-box-ribbon:before {
  content: "";
  width: 230px;
  height: 18px;
  background: url("../img/bnr-ribbon-top.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -21px;
  left: 0;
}

.border-box-ribbon:after {
  content: "";
  width: 220px;
  height: 31px;
  background: url("../img/bnr-ribbon-bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -31px;
  left: 0;
}*/

.border-box-tel {
  display: inline-block;
}

.border-box-tel p {
  text-align: center;
}

.border-box-tel p.name {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 6em;
  letter-spacing: 5px;
  margin-right: -5px;
  line-height: 1;
}

.border-box-tel p.tel {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 9em;
  letter-spacing: 5px;
  margin-right: -5px;
  line-height: 1;
}

.border-box-tel p.tel img {
  height: 80px;
  vertical-align: bottom;
  margin-right: 10px;
}

/*---------------------------------------------------
	下層ページ 共通
---------------------------------------------------*/
#second {
  /* 各ページメインタイトル */
  /* 値段テーブル */
  /* ボーダーブロック */
}

#second .arrow {
  text-align: center;
  color: #1f1500;
  display: block;
  margin: 30px auto 0px;
}

#second .page-ttl {
  background: url("../img/under-ttl-bg.jpg") no-repeat center;
  background-size: cover;
  height: 330px;
  margin: auto;
  padding-top: 120px;
}

#second .page-ttl h2 {
  margin: 0;
}

#second .price {
  width: 100%;
}

#second .price caption {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 1.6em;
  color: #b03e5a;
}

#second .price thead th {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-align-last: auto;
  color: #853333;
  padding: 0;
}

#second .price thead th:first-child {
  width: 50%;
}

#second .price thead th:last-child {
  width: 25%;
}

#second .price tbody tr:first-child th, #second .price tbody tr:first-child td {
  border-top: 1px dashed #d2d2d2;
}

#second .price tbody tr:nth-child(even) {
  background: #f6f6f6;
}

#second .price tbody th, #second .price tbody td {
  font-size: 1.2em;
  font-weight: normal;
  padding: 40px 10px 5px;
  border-bottom: 1px dashed #d2d2d2;
}

#second .price tbody th {
  text-align: justify;
  text-align-last: auto;
}

#second .price tbody td {
  text-align: right;
}

#second .price.price-center td {
  text-align: center;
}

#second .border {
  width: 100%;
  padding: 10px;
  background: #f7f3ed;
}

#second .border > div {
  padding: 15px;
}

#second .border-dot {
  border: 1px dotted #1f1500;
}

#second .border-dash {
  border: 1px dashed #1f1500;
}

#second .border-solid {
  border: 1px solid #1f1500;
}

/*---------------------------------------------------
	hotel ホテル
---------------------------------------------------*/
#hotel-sec1 .col2 {
  margin-top: 60px;
}

#hotel-sec1 .border-box {
  padding: 80px 15px 15px;
  margin-top: 50px;
}

#hotel-sec1 .border-box-ribbon {
  font-size: 2em;
  padding: 0 15px 10px;
}

#hotel-sec1 .border-box .col2 {
  margin: 0;
}

#hotel-sec1 .border-box .col2 > div {
  margin-right: 0;
}

#hotel-sec1 .border-box .col2 > div:first-child {
  border-right: 1px dashed #d2d2d2;
}

#hotel-sec1 .border-box .col2 > div p {
  font-size: 1.8em;
}

#hotel-sec1 .border-box p {
  text-align: center;
}

#hotel-sec1 .border-box p span {
  font-size: 2em;
  color: #b03e5a;
}

#hotel-sec1 .dogSize p {
  font-size: 2em;
  text-align: center;
}

#hotel-sec2 img.sp {
  display: none;
}

.hotel-terms {
  font-size: 1.6em;
  margin: 0;
}

.hotel-terms li {
  padding: 10px 20px 0;
}

.hotel-terms li:last-child {
  padding-bottom: 10px;
}

/*---------------------------------------------------
	Trimming トリミング
---------------------------------------------------*/
.page-link > div {
  margin: 60px auto 0;
}

.page-link > div a {
  width: 100%;
}

.trimming-terms {
  font-size: 1.6em;
  margin: 0;
}

.trimming-terms li {
  padding: 10px 20px 0;
}

.trimming-terms li:last-child {
  padding-bottom: 10px;
}


#trimming-sec4 .price {
  margin-top: 60px;
}

#trimming-sec5 .caption {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 3em;
  text-align: center;
  color: #b03e5a;
  margin: 60px 0 10px;
}

#trimming-sec5 .set {
  display: table;
  width: 100%;
}

#trimming-sec5 .set > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-top: 1px dashed #d2d2d2;
  border-bottom: 1px dashed #d2d2d2;
}

#trimming-sec5 .set > div:nth-child(1) {
  width: 40%;
}

#trimming-sec5 .set > div:nth-child(2) {
  width: 10%;
}

#trimming-sec5 .set > div:nth-child(3), #trimming-sec5 .set > div :nth-child(4) {
  width: 25%;
}

#trimming-sec5 .set > div.plus {
  font-size: 3em;
  font-weight: bold;
  width: 10%;
}

#trimming-sec5 .set > div.set-sub p {
  text-align: center;
}

#trimming-sec5 .set > div.set-price {
  font-size: 2em;
  color: #b03e5a;
}

#trimming-sec5 .set > div.set-price span {
  font-size: initial;
  text-decoration: line-through;
  color: #1f1500;
}

#trimming-sec5 .set > div table th {
  padding: 5px 10px;
  border-width: 0 !important;
}

/*---------------------------------------------------
	About 当店について
---------------------------------------------------*/
section:nth-child(even) .about-photo {
  float: left;
  padding-right: 100px;
}

section:nth-child(even) .about-profile {
  float: right;
  padding-left: 100px;
}

section:nth-child(odd) .about-photo {
  float: right;
  padding-left: 100px;
}

section:nth-child(odd) .about-profile {
  float: left;
  padding-right: 100px;
}

section .about {
  overflow: hidden;
}

section .about > div {
  width: 50%;
}

section .about-profile-name {
  font-family: "Cinzel", serif;
  font-size: 3.5em;
  text-align: center;
  line-height: 1.3;
}

section .about-profile-name span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-size: 60%;
  display: block;
}

section .about-profile-license {
  font-size: 1.6em;
  margin: 0;
}

section .about-profile-license li {
  padding: 10px 20px 0;
}

section .about-profile-license li:last-child {
  padding-bottom: 10px;
}

section .about-profile-other {
  font-size: 1.2em;
  margin: 30px 0 0;
}

section .about-profile-other > p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  margin-bottom: 10px;
}

section .about-profile-other ul li {
  list-style-type: disc;
  margin: 0 0 5px 2em;
}

section .about-profile-other ul li:last-child {
  margin-bottom: 0;
}

section .shop-license li {
  font-size: 1.6em;
  padding: 10px 20px 0;
}

section .shop-license li:last-child {
  padding-bottom: 10px;
}

/*---------------------------------------------------
	Store 店舗情報
---------------------------------------------------*/
#store-sec1 .gmap {
  height: 500px;
  margin-top: 60px;
  border: 3px solid #1f1500;
  box-shadow: 5px 5px 0px 0px #fff, 8px 8px 0px 0px #1f1500;
}

#store-sec1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#store-sec1 ul li {
  font-size: 0;
  width: 326.5px;
  margin: 0 60px 60px 0;
}

#store-sec1 ul li:nth-child(3n) {
  margin-right: 0;
}

#store-sec2 ul {
  display: flex;
  flex-wrap: wrap;
}

#store-sec2 ul li {
  font-size: 0;
  width: 326.5px;
  margin: 0 60px 60px 0;
}

#store-sec2 ul li:nth-child(3n) {
  margin-right: 0;
}

.store-terms {
  font-size: 1.6em;
  margin: 0;
}

.store-terms li {
  padding: 10px 20px 0;
}

.store-terms li:last-child {
  padding-bottom: 10px;
}

/*---------------------------------------------------
	トピックス全般
---------------------------------------------------*/
/* ブログリスト */
#blog-list {
  /* iframe版 */
}

#blog-list #topicsArea {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

#blog-list #topicsArea li {
  width: 172px;
  margin: 0 60px 60px 0;
}

#blog-list #topicsArea li:nth-child(5n) {
  margin-right: 0;
}

#blog-list #topicsArea li a {
  color: #1f1500;
}

#blog-list #topicsArea li #topics_thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#blog-list #topicsArea li #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
  height: 100%;
}

#blog-list #topicsArea li #topics_date, #blog-list #topicsArea li #topics_title {
  font-size: 1.6em;
  display: block;
}

#blog-list.old #topicsArea {
  display: block;
}

#blog-list.old #topicsArea li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #d2d2d2;
}

#blog-list.old #topicsArea li #topics_thumbnail {
  width: 100px;
  height: 80px;
  float: left;
  margin-right: 30px;
}

#blog-list.old #topicsArea li b, #blog-list.old #topicsArea li span {
  display: inline-block !important;
  overflow: hidden !important;
}

#blog-list.old a {
  text-decoration: none;
}

#topics_paging {
  text-align: center;
  margin: 20px 0 0 0 !important;
  padding-left: 0;
  clear: both;
  /* 旧トピックス用 */
}

#topics_paging li {
  font-size: 1.6em;
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  border: 1px solid #d2d2d2;
  padding: 2px 4px;
}

#topics_paging li span {
  display: inline-block;
  padding: 0 5px;
}

.topics_photo_1,
.topics_photo_2,
.topics_photo_3,
.topics_photo_4,
.topics_photo_5,
.topics_photo_6,
.topics_photo_7,
.topics_photo_8,
.topics_photo_9,
.topics_photo_10,
.topics_photo_11,
.topics_photo_12 {
  max-width: 100%;
}

/* 詳細ページ */
#detail #topics_title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 2em;
  margin: 30px 0 10px;
  padding: 5px 20px;
  border: 1px solid #1f1500;
  box-shadow: 3px 3px 0px 0px white, 4px 4px 0px 0px #444444;
  display: block;
}

#detail #topics_date {
  text-align: right;
  margin: 20px 0;
}

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

  SPページ用
  
-------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*---------------------------------------------------
    共通デザイン
---------------------------------------------------*/
  main {
    width: 100%;
    margin: 0;
    display: block;
  }
  main article {
    width: 100%;
  }
  section {
    padding: 30px 20px;
  }
  section p {
    font-size: 1.4em;
    line-height: 1.7;
  }
  .wrapper,
  .inner {
    width: 100%;
    padding: 0;
  }
  .col2 {
    display: block;
  }
  .col2 > div {
    width: 100%;
    margin-right: 0 !important;
  }
  .col2 > div:first-child {
    margin-bottom: 20px !important;
  }
  .col2 > div:last-child {
    margin-top: 20px !important;
  }
  /* 見出し */
  h1 {
    font-size: 1em;
    text-align: center;
  }
  h2 {
    margin-bottom: 30px;
  }
  h2 p {
    font-size: 2em;
    letter-spacing: 0;
    padding: 0 0 0 10px;
  }
  h2 p span {
    font-size: 70px;
    width: 100%;
    overflow: hidden;
  }
  h2 > span {
    font-size: 10px;
    letter-spacing: 0;
  }
  h2.sub {
    margin-bottom: 10px;
  }
  h2.sub p {
    font-size: 2em;
    line-height: 1;
    padding: 0;
    margin-bottom: 5px;
  }
  h3 {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 1.3em;
    letter-spacing: 0;
    padding: 0 20px 10px;
    margin-bottom: 30px;
  }
  h4 p {
    line-height: 1.3;
    text-indent: 0;
  }
  h4 p:before, h4 p:after {
    width: 31px;
    height: 28px;
  }
  h5 {
    font-size: 1.6em;
  }
  /* ページトップ */
  #pageTop a {
    width: 50px;
    bottom: 55px;
    right: 5px;
  }
  /* リンクボタン */
  .btn a {
    width: 90%;
    padding: 15px 20px;
    background-position: center right 5px;
    background-size: 15px;
  }
    .btn.insta a {
    font-size: 1.5em;
    padding: 15px 50px 15px 15px;
  }
  .btn.insta a img {
    width: 30px;
  }
  .btn.insta01 a {
    font-size: 1.5em;
    padding: 15px 50px 15px 40px;
    text-align: left;
  }
  .btn.insta01 a img {
    width: 30px;
  }
  .btn.insta02 a {
    font-size: 1.5em;
    padding: 15px 50px 15px 40px;
    text-align: left;
  }
  .btn.insta02 a img {
    width: 30px;
  }
  .btn.insta03 a {
    font-size: 1.5em;
    padding: 20px 30px 15px 20px;
    text-align: left;
  }
  .btn.insta03 a img {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .btn.insta04 a {
    font-size: 1.5em;
    padding: 20px 30px 15px 20px;
    text-align: left;
  }
  .btn.insta04 a img {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .btn.insta05 a {
    font-size: 1.5em;
    padding: 15px 50px 15px 40px;
    text-align: left;
  }
  .btn.insta05 a img {
    width: 30px;
  }
  /* 問い合わせバナー */
  .contactBnr {
    padding: 10px 50px 10px 15px;
    margin-top: 20px;
  }
  .contactBnr img.bnrIMG {
    width: 23%;
  }
  .contactBnr p.ttl {
    font-size: 1.5em;
    font-weight: 700;
  }
  .contactBnr p.tel {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .contactBnr p.tel {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 768px) {
  .contactBnr p.info {
    font-size: 12px;
    line-height: 1.3;
  }
  /*---------------------------------------------------
	header
---------------------------------------------------*/
  header {
    padding: 0 20px;
  }
  header .header {
    display: block;
    padding: 10px 0;
  }
  header .header > div {
    display: block;
    width: 100%;
  }
  header .header > div:nth-of-type(2) {
    min-width: 100%;
  }
  header .header-left img {
    display: block;
    width: 70%;
    height: 70%;
    text-align: center;
    margin: 10px auto 20px;
    /*margin-bottom: 20px;*/
  }
  header .header-right-contact {
    display: none;
  }
  /*header .header-right-contact {
    float: none;
  }
  header .header-right-contact > p:first-of-type {
    font-size: 1.6em;
  }
  header .header-right-contact > p:first-of-type:before, header .header-right-contact > p:first-of-type:after {
    width: 20%;
  }
  header .header-right-contact > p:first-of-type:before {
    left: 0;
  }
  header .header-right-contact > p:first-of-type:after {
    right: 0;
  }
  header .header-right-contact-table {
    text-align: center;
    display: block;
  }
  header .header-right-contact-table > table, header .header-right-contact-table p {
    display: inline-block;
  }
  header .header-right-contact-table p {
    text-align: center;
  }
  header .header-right-contact-table table {
    padding: 0;
  }
  header .header-right-contact-table table td {
    text-align: left;
  }
  header .header-right-tel {
    margin-bottom: 10px;
  }*/
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  header .header-right-tel {
    font-size: 5em;
  }
}

@media screen and (max-width: 768px) {
  /*---------------------------------------------------
	footer
---------------------------------------------------*/
  footer {
    padding: 30px 20px;
  }
  footer .foot {
    display: block;
  }
  footer .foot > div {
    width: 100%;
  }
  footer .foot-left {
    padding-right: 0;
  }
  footer .foot-left img {
    max-height: 60px;
    margin: 0 auto 20px;
  }
  footer .foot-left table {
    font-size: 1.2em;
    width: 100%;
  }
  footer .foot-left table th {
    width: 30%;
  }
  footer .foot-left table td {
    width: 70%;
  }
  footer .foot-right {
    padding-left: 0;
    margin-top: 30px;
  }
  footer .footNav {
    display: none;
  }
  .copy {
    font-size: 1.2em;
  }
  /*---------------------------------------------------
	nav
---------------------------------------------------*/
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #1f1500;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .2s;
    transition: left .2s;
    will-change: transform;
    border-width: 0;
  }
  nav ul {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-width: 0;
  }
  nav ul li {
    width: 100%;
    min-height: auto;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom: 1px dotted #fff;
  }
  nav ul li a {
    font-size: 1em !important;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
  nav ul li a p {
    line-height: 1;
  }
  nav ul li.sp {
    display: block;
  }
  nav ul li img.sp01 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 68px;
  }
  nav ul li img.sp02 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 45px;
  }
  nav ul li img.sp03 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 45px;
  }
  nav .spNavInfo {
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    color: #fff;
    display: block;
    padding: 0 20px 20px;
  }
  nav .spNavInfo > img {
    width: auto;
    height: 70px;
    margin-top: 5px;
  }
  nav .spNavInfo-tel p a {
    font-size: 0;
    display: block;
  }
  nav .spNavInfo-tel p a img {
    width: 30px;
    margin: 10px 10px 5px;
    -webkit-filter: invert(100);
    -moz-filter: invert(100);
    -o-filter: invert(100);
    -ms-filter: invert(100);
    filter: invert(100);
  }
  nav .spNavInfo-tel p:nth-child(2) {
    text-align: center;
  }
  nav .spNavInfo-tel p:nth-child(2) a {
    display: inline-block;
  }
  nav .spNavInfo .header-right-contact-tel {
    font-size: 1.8em;
    line-height: 1;
    text-align: center;
    float: left;
    margin: 10px 0 20px 0;
  }
  nav .spNavInfo .header-right-contact-tel i {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .clone-nav {
    display: none;
  }
  /*---------------------------------------------------
	mv
---------------------------------------------------*/
  .mv {
    width: 100%;
    height: 400px;
    background: url("../img/cover-sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 20px;
  }
  .mv img {
    display: none;
  }
  /*---------------------------------------------------
	トップsec1 トリミング&ペットサロン ペットショップFについて
---------------------------------------------------*/
  #top #sec1-txt {
    font-size: 14px;
    line-height: 2;
  }
  /*---------------------------------------------------
	トップsec2 フォトギャラリー
---------------------------------------------------*/
  .gallery li {
    font-size: 0;
    width: 47%;
    margin: 0 6% 6% 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li img {
    filter: none;
  }
  /*---------------------------------------------------
	トップsec3 メニュー
---------------------------------------------------*/
  .menu {
    display: block;
    flex-wrap: nowrap;
  }
  .menu-box {
    width: 100%;
    padding: 30px 20px 90px;
    margin: 0 0 30px 0;
  }
  .menu-box h2 img {
    height: 110px;
    margin: 0 auto 10px;
  }
  .menu-box table th {
    width: 80px;
  }
  /*---------------------------------------------------
	トップsec4 ブログ
---------------------------------------------------*/
  .blog ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blog ul li {
    width: 29.33%;
    margin: 0 6% 6% 0;
  }
  .blog ul li:nth-child(3n) {
    margin-right: 0;
  }
  .blog ul li a {
    font-size: 1.2em;
  }
  .blog ul li a #topics_thumbnail {
    height: 150px;
  }
  /*---------------------------------------------------
	トップsec5 新着情報
---------------------------------------------------*/
  .col2 {
    display: block;
  }
  .col2-box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .col2-box-border {
    padding: 10px 10px 0;
  }
  .col2-box-border ul li a {
    font-size: 1.2em;
  }
  .col2-box-border ul li a span:nth-child(1) {
    width: 60px;
    height: 60px;
  }
  /*---------------------------------------------------
	contact お問い合わせ
---------------------------------------------------*/
  .border-box {
    border: 2px solid #1f1500;
    padding: 60px 15px 15px;
    /*box-shadow: 4px 4px 0px 0px #fff, 6px 6px 0px 0px #1f1500;*/
  }
  .border-box-ribbon {
    font-size: 1.6em;
    width: 150px;
    padding: 10px 15px 10px;
  }
  /*.border-box-ribbon:before {
    width: 157px;
    height: 12px;
    top: -14px;
  }
  .border-box-ribbon:after {
    width: 150px;
    height: 21px;
    bottom: -21px;
  }*/
  .border-box-tel p.name {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .border-box-tel p.tel {
    font-size: 5em;
    letter-spacing: 0;
    margin-right: 0;
  }
  .border-box-tel p.tel img {
  height: 70%;
  vertical-align: bottom;
  margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .border-box-tel p.tel {
    font-size: 4em;
  }
}

@media screen and (max-width: 768px) {
  .border-box-tel p.tel img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .border-box-tel p.tel img {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  /*---------------------------------------------------
	下層ページ 共通
---------------------------------------------------*/
  #second {
    /* 各ページメインタイトル */
    /* 値段テーブル */
    /* ボーダーブロック */
  }
  #second .page-ttl {
    background-position: center right -70px;
    height: 180px;
    margin: auto;
    padding-top: 60px;
  }
  #second .price {
    font-size: 1em;
  }
  #second .price caption {
    font-size: 1.6em;
  }
  #second .price thead th {
    font-size: 1.2em;
  }
  #second .price thead th:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #second .price thead th:first-child {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  #second .price thead th:last-child {
    width: 25%;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #second .price thead th:last-child {
    width: 27%;
  }
}

@media screen and (max-width: 768px) {
  #second .price tbody th, #second .price tbody td {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 10px;
    border-bottom: 1px dashed #d2d2d2;
  }
  #second .border {
    width: 100%;
    padding: 10px;
    background: #f7f3ed;
  }
  #second .border > div {
    padding: 15px;
  }
  /*---------------------------------------------------
	hotel ペットホテル
---------------------------------------------------*/
  #hotel-sec1 .border-box {
    padding: 60px 15px 15px;
  }
  #hotel-sec1 .border-box .col2 > div {
    margin-right: 0;
  }
  #hotel-sec1 .border-box .col2 > div:first-child {
    border-right-width: 0;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 5px;
  }
  #hotel-sec1 .border-box .col2 > div p {
    font-size: 1.4em;
  }
  #hotel-sec1 .border-box p {
    text-align: center;
  }
  #hotel-sec1 .border-box p span {
    font-size: 2em;
    color: #b03e5a;
  }
  #hotel-sec1 .dogSize p {
    font-size: 2em;
    text-align: center;
  }
  #hotel-sec2 img.pc {
    display: none;
  }
  #hotel-sec2 img.sp {
    display: block;
  }

  @media screen and (max-width: 768px) {
  .hotel-terms li {
    padding: 10px 10px 0;
  }
}
  /*---------------------------------------------------
    Trimming トリミング
  ---------------------------------------------------*/
  #trimming-sec1 .page-link > div {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #trimming-sec4 .price th {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .trimming-terms li {
    padding: 10px 10px 0;
  }
  #trimming-sec5 .caption {
    font-size: 2em;
    margin: 30px 0 10px;
  }
  #trimming-sec5 .set {
    margin-bottom: 40px;
  }
  #trimming-sec5 .set > div {
    border-top: 1px dashed #d2d2d2;
  }
  #trimming-sec5 .set > div:nth-child(1), #trimming-sec5 .set > div:nth-child(3) {
    width: 46%;
  }
  #trimming-sec5 .set > div:nth-child(2) {
    width: 8%;
  }
  #trimming-sec5 .set > div:nth-child(4) {
    border-width: 0;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
  }
  /*---------------------------------------------------
	About 当店について
---------------------------------------------------*/
  section .about > div {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  section .about-profile {
    margin-top: 30px;
  }
  section .about-profile-name {
    font-size: 2.5em;
  }
  section .about-profile-license li {
    padding: 10px 10px 0;
  }
  section .shop-license li {
    font-size: 1.2em;
  }
  /*---------------------------------------------------
	Store 店舗情報
---------------------------------------------------*/
  .store-terms li {
    padding: 10px 10px 0;
  }
  #store-sec1 table th {
    width: 120px;
  }
  #store-sec1 ul li {
    font-size: 0;
    width: 47%;
    margin: 0 6% 6% 0;
  }
  #store-sec1 ul li:nth-child(3n) {
    margin-right: auto;
  }
  #store-sec1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #store-sec2 table th {
    width: 120px;
  }
  #store-sec2 ul li {
    font-size: 0;
    width: 47%;
    margin: 0 6% 6% 0;
  }
  #store-sec2 ul li:nth-child(3n) {
    margin-right: auto;
  }
  #store-sec2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  /*---------------------------------------------------
	トピックス全般
---------------------------------------------------*/
  /* ブログリスト */
  #blog-list #topicsArea li {
    width: 47%;
    margin: 0 6% 6% 0;
  }
  #blog-list #topicsArea li:nth-child(odd) {
    margin-right: 6%;
  }
  #blog-list #topicsArea li:nth-child(even) {
    margin-right: 0;
  }
  #blog-list #topicsArea li #topics_thumbnail {
    height: 230px;
  }
  #blog-list #topicsArea li #topics_date, #blog-list #topicsArea li #topics_title {
    font-size: 1.6em;
  }
}
