@charset "utf-8";

body{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'DIN Alternate', 'Tahoma', 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
h1, h2, h3, h4, p, a, span {
  color: #444;
}
a {
  transition: .3s ease;
}
#wrapper {
  max-width: 1920px;
  margin: auto;
}
.sentence {
  letter-spacing: 3px;
  line-height: 2.2;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sentence {
    letter-spacing: 2px;
  }
}


/*--------------------------------------------------------------
## ヘッダー
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  width: 45px;
  height: 30px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 9999;
  cursor: pointer;
  transition: .4s all;
}
.btn span {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #444;
  transition: .4s all;
}
#top .btn span {
  background: #fff;
}
#top .btn.active span {
  background: #444 !important;
}
.btn span:first-child {
  top: 0;
}
.btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn span:last-child {
  bottom: 0;
}
.btn.active span:first-child {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.btn.active span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.btn.active span:last-child {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
.menu {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 9998;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu ul li {
  width: 23%;
  text-align: center;
  border: solid 2px #444;
}
.menu ul a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
.menu ul img {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.menu ul li:first-child img {
  margin-bottom: 35px;
}
.menu ul li:last-child img {
  width: 150px;
  padding: 17px 0;
}
.link_eng {
  min-height: 55px;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 1.3;
}
.link_jpn {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
}
.link_text {
  text-align: left;
  letter-spacing: .5px;
  line-height: 1.3;
  color: #666;
}
@media screen and (max-width: 1050px) {
  .menu ul li {
    width: 49.5%;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .menu ul a {
    padding: 20px;
  }
  .menu ul img {
    width: 85px;
  }
  .menu ul li:first-child img {
    margin-bottom: 15px;
  }
  .menu ul li:nth-of-type(2) img {
    margin-top: 20px;
  }
  .menu ul li:nth-of-type(3) img {
    margin-top: 10px;
  }
  .link_eng {
    margin-bottom: 0;
  }
  .link_jpn {
    margin-bottom: 0;
  }
  .link_text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    top: 25px;
    right: 25px;
  }
  .menu {
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
  }
  .menu > * {
      -webkit-transform: translateZ(0px);
  }
  .menu ul {
    display: block;
    margin: 75px auto 25px;
    position: static;
    transform: none;
  }
  .menu ul li {
    width: 100%;
  }
  .link_eng {
    min-height: 35px;
  }
}


/*--------------------------------------------------------------
## フッター
--------------------------------------------------------------*/
footer {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0 20px;
}
.footer_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inner_left {
  display: flex;
}
.inner_left img {
  width: 200px;
  height: auto;
}
.footer_img {
  margin-right: 35px;
}
.footer_info p {
  margin-bottom: 10px;
  letter-spacing: .5px;
}
.footer_info p:first-child span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.footer_info p:nth-child(2) {
  margin-bottom: 20px;
}
.footer_info p:last-child a {
  display: inline-block;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.footer_info p:last-child a:hover {
  opacity: .6;
}
.footer_info p:last-child a span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer_info i {
  margin-right: 12px;
  font-size: 38px;
  color: #81e238;
}
.inner_right p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.inner_right ul {
  display: flex;
}
.inner_right ul li {
  margin-right: 30px;
}
.inner_right ul li:last-child {
  margin-right: 0;
}
.inner_right ul li a {
  letter-spacing: 1px;
  color: #616161;
}
.inner_right ul li a:hover {
  color: #aaa;;
}
.copyright {
  font-size: 11px;
  text-align: right;
  letter-spacing: .5px;
  color: #444;
}
@media screen and (max-width: 1150px) {
  footer {
    width: 85%;
  }
}
@media screen and (max-width: 950px) {
  .footer_img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_container {
    display: block;
    max-width: 450px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .inner_left {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
  }
  .inner_right {
    display: inline-block;
    text-align: left;
  }
  .inner_right ul li {
    margin-right: 20px;
  }
  .copyright {
    text-align: center;
    text-indent: .5px;
  }
}


/*--------------------------------------------------------------
## トップページ（index.html）
--------------------------------------------------------------*/
.first-view {
  width: 100vw;
  height: 100vh;
  background: url(../img/first-view.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.first-view img {
  display: block;
  width: 350px;
  max-width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top section, #about .contact {
  padding: 80px 0;
}
#top h2, .dog_list .contact h2, #about .contact h2 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
}
.roof {
  display: block;
  width: 230px;
  margin: 0 auto 30px;
}
.introduction .roof {
  margin-bottom: 35px;
}
.introduction p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top section, #about .contact {
    padding: 50px 0;
  }
  .introduction p {
    width: 85%;
    margin: auto;
    text-align: left;
  }
}
/** === 仔犬情報 === **/
#dogs {
  background: url(../img/background_dog.jpg) center center no-repeat;
  background-size: cover;
}
#dogs h2, #dogs p {
  text-align: left;
  text-indent: 0;
  color: #fff;
}
#dogs h2 {
  margin-bottom: 70px;
  font-weight: normal;
}
#dogs p {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.3;
}
#dogs hr {
  width: 120px;
  margin: 13px 0 21px;
  border: solid 1px #fff;
}
#dogs .title-box {
  margin-left: 130px;
}
.puppies {
  margin-bottom: 150px;
}
.posts, .posts_2 {
  display: flex;
  width: 100%;
  padding: 0 0 70px 200px;
  overflow: hidden;
  position: relative;
}
.mCSB_container {
  display: flex;
}
.thumb {
  margin-right: 30px;
}
.thumb a {
  display: block;
  width: 250px;
  position: relative;
}
.thumb a::after {
  content: "";
  display: block;
  padding-top: 400px;
}
.thumb a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.thumb a div {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  opacity: 0;
  transition: .3s ease;
}
.thumb a:hover div {
  opacity: .5;
}

/*** === Custom Scrollbar === ***/
.mCSB_scrollTools .mCSB_draggerContainer {
  width: 25%;
  margin: auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #fff;
}
.dog_single .mCSB_scrollTools .mCSB_draggerRail {
  background: #333;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #81e238;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #1fcc1c;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #1fcc1c;
}

.more {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: -2px 0 0 65%;
  position: relative;
}
.more:hover {
  opacity: .4;
}
.more span::before, .more span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.more span::before {
  transform: translateX(-50%);
}
.more span::after {
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  #dogs .title-box {
    margin: 0;
  }
  #dogs h2 {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
  }
  #dogs p {
    font-size: 30px;
    text-align: center;
  }
  #dogs hr {
    margin: 13px auto 21px;
  }
  .puppies {
    margin-bottom: 100px;
  }
  .posts, .posts_2 {
    padding-left: 15%;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    width: 45%;
  }
  .more {
    width: 30px;
    height: 30px;
    margin: 2px 0 0 80%;
  }
}
/** === INFORMATION === **/
#top .info h2 {
  font-size: 20px;
}
.list {
  text-align: center;
  margin-bottom: 100px;
}
.info ul {
  display: inline-block;
  width: 70%;
  max-width: 1100px;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.5;
}
.info ul li {
  display: flex;
  padding: 40px 50px 20px;
  border-bottom: solid 1px #555;
}
.info ul li p {
  width: 150px;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.info ul li div {
  flex: 1;
  color: #444;
}
.info ul li a {
  color: #81e238;
  border-bottom: solid 1px transparent;
}
.info ul li a:hover {
  border-bottom: solid 1px #81e238;
}
.about {
  display: flex;
  width: 70%;
  max-width: 1100px;
  margin: 0 auto 10px;
}
.about h3 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.about div:first-child {
  margin-right: 100px;
  flex: 1;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}
.about div:last-child {
  width: 300px; /* 要変更 */
}
.about div img {
  width: 100%;
  height: auto;
}
/** === 動画 === **/
.movie-container {
  display: flex;
  width: 70%;
  margin: 0 auto 100px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-container p {
  margin-right: 80px;
  padding-top: 5px;
  font-size: 22px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  letter-spacing: 1px;
}
.movie-inner {
  position: relative;
  width: 65%;
  padding-top: 45%;
  flex: 1;
}
.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1150px) {
  .about {
    width: 85%;
  }
  .about h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .about div:first-child {
    margin-right: 50px;
  }
  .about div:last-child {
    width: 250px;
  }
  .movie-container {
    display: block;
  }
  .movie-container p {
    margin-bottom: 20px;
  }
  .movie-inner {
    width: 100%;
    padding-top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .list {
    margin-bottom: 40px;
  }
  #top .info h2 {
    margin-bottom: 10px;
  }
  .info ul {
    width: 85%;
  }
  .info ul li {
    display: block;
  }
  .info ul li p {
    margin-bottom: 10px;
  }
  .info ul li span {
    display: block;
  }
  .about {
    display: block;
  }
  .about div:first-child {
    margin: 0 auto 60px;
  }
  .about div:last-child {
    width: 80%;
    max-width: 400px;
    margin: auto;
  }
  .movie-container {
    width: 85%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .info ul li {
    padding: 30px 15px 15px;
  }
  .movie-container p {
    font-size: 20px;
  }
}
/** === CAUTIONS === **/
.cautions {
  background: #c9b978;
}
#top .cautions h2 {
  margin-bottom: 80px;
  font-size: 20px;
}
.cautions h2, .cautions h3, .cautions p, .cautions ul {
  color: #fff;
}
.cautions_box {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 1100px;
  margin: auto;
}
.cautions_box .outer {
  width: 50%;
  margin-bottom: 60px;
}
.cautions_box .outer:last-child {
  margin-bottom: 0;
}
.cautions_box .inner {
  width: 350px;
  margin: auto;
}
.cautions_box .inner img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 35px;
}
.cautions_box .inner h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1.5;
}
.cautions_box .inner ul {
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 1150px) {
  .cautions_box {
    width: 85%;
  }
}
@media screen and (max-width: 950px) {
  .cautions_box {
    display: block;
  }
  .cautions_box .outer {
    width: 70%;
    margin: 0 auto 60px;
  }
  .cautions_box .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top .cautions h2 {
    margin-bottom: 60px;
  }
  .cautions_box .outer {
    width: 100%;
  }
}
/** === CONTACT === **/
.contact p {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}
.tel {
  text-align: center;
}
.tel i {
  margin-right: 15px;
  font-size: 63px;
  color: #81e238;
}
.tel a {
  display: inline-block;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  font-size: 43px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}
.tel a:hover {
  opacity: .6;
}
.tel a span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
.google-map {
  position: relative;
}
.google-map::after {
  content: "";
  display: block;
  padding-top: 35%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .contact h2, .dog_list .contact h2, #about .contact h2 {
    max-width: 90%;
    margin: 0 auto 10px;
    text-align: left;
    text-indent: 0;
    line-height: 1.5;
  }
  .tel a {
    font-size: 33px;
  }
  .tel i {
    margin-right: 10px;
    font-size: 54px;
  }
  .google-map::after {
    padding-top: 75%;
  }
}
@media screen and (max-width: 600px) {
  .contact p {
    width: 90%;
    margin: 0 auto 25px;
    text-align: left;
    text-indent: 0;
    line-height: 1.5;
  }
  .google-map::after {
    padding-top: 110%;
  }
}


/*--------------------------------------------------------------
## 仔犬、在舎犬一覧ページ
--------------------------------------------------------------*/
.dog_list #wrapper {
  padding-top: 40px;
}
.dl_header {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding-top: 70px;
  position: relative;
}
.dl_logo {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.dl_logo img {
  width: auto;
  height: 100%;
}
.dl_title {
  text-align: center;
}
.dl_title h1 {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
}
.dl_title p:first-child {
  font-size: 30px;
  letter-spacing: 2.5px;
  text-indent: 2.5px;
}
.dl_title p:last-child {
  font-size: 13px;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.7;
}
.dl_title hr {
  width: 130px;
  margin: 20px auto;
  border: solid 1px #444;
}
/** === 仔犬、在舎犬一覧 === **/
.dl_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.dl_container::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.dl_container::after{
  content:"";
  display: block;
  width:22%;
}
.dl_item {
  width: 22%;
  margin-bottom: 100px;
  padding-bottom: 50px;
  position: relative;
}
.img-link {
  display: block;
  margin-bottom: 25px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.img-link::after {
  content: "";
  display: block;
  padding-top: 150%;
}
.img-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.dl_item p {
  margin: 30px 0;
}
.dl_item p span {
  display: inline-block;
  padding: 0 5px 10px;
  font-family: YuGothic,'Yu Gothic', 'Helvetica Neue','Arial',sans-serif;
  font-size: 40px;
  font-weight: bold;
  border-bottom: solid 4.5px #444;
}
#other .dl_item p span {
  font-size: 27px;
  letter-spacing: 3px;
  text-indent: 3px;
  border-bottom: solid 3px #444;
}
.dl_item dl {
  margin-bottom: 30px;
}
.dl_item dl div, .dog_single dl div {
  display: flex;
  margin-bottom: 3px;
}
.dl_item dl dt, .dog_single dl dt {
  width: 90px;
  margin-right: 20px;
  padding: 11px 0 9px 12px;
  letter-spacing: 3px;
  color: #555;
  background: #e6e6e6;
}
.dl_item dl dd, .dog_single dl dd {
  flex: 1;
  padding: 9px 0;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #555;
}
.read-link {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 17px;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  color: #555;
  border: solid 1px #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-link:hover, .read-link:hover {
  opacity: .6;
}
@media screen and (max-width: 1150px) {
  .dl_header, .dl_container {
    width: 85%;
  }
  .dl_logo {
    height: 80%;
  }
  .dl_container::before {
    display: none;
  }
  .dl_container::after{
    width:30%;
  }
  .dl_item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .dl_header {
    margin-bottom: 60px;
    padding-top: 0;
  }
  .dl_logo {
    position: static;
    width: 65%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 45px;
  }
  .dl_logo img {
    width: 100%;
    height: auto;
  }
  .dl_item {
    width: 46%;
    margin-bottom: 60px;
  }
  .dl_item p {
    margin: 20px 0;
  }
  .dl_item p span {
    border-bottom: solid 3.5px #444;
  }
}
@media screen and (max-width: 600px) {
  .dl_title h1 {
    margin-bottom: 25px;
  }
  .dl_title p:first-child {
    font-size: 25px;
    line-height: 1.3;
  }
  .dl_title p:last-child {
    text-align: left;
  }
  .dl_title p:last-child br {
    display: none;
  }
  .dl_title hr {
    margin: 15px auto 20px;
  }
  .dl_item {
    width: 100%;
  }
}
/** === DOGLIST CONTACT === **/
.dog_list .contact {
  padding: 80px 0;
  background: #c9b978;
}
.dog_list .contact h2, .dog_list .contact p, .dog_list .contact a, .dog_list .contact a span {
  color: #fff;
}
.dog_list .tel i {
  padding: 6px;
  font-size: 45px;
  color: #fff;
  background: #81e238;
  border-radius: 5px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .dog_list .contact {
    padding: 50px 0;
  }
}


/*--------------------------------------------------------------
## 仔犬、在舎犬 個別ページ
--------------------------------------------------------------*/
.dog_single h1 {
  display: inline-block;
  margin: 15px auto 0;
  padding-bottom: 10px;
  font-family: YuGothic,'Yu Gothic', 'Helvetica Neue','Arial',sans-serif;
  font-size: 52px;
  border-bottom: solid 5px #444;
}
.stay-dog_single.dog_single h1 {
  font-size: 30px;
  border-bottom: solid 3px #444;
}
.photos {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 80px;;
}
.slider {
  margin-bottom: 10px;
}
.slider li {
  position: relative;
  width: 100%;
}
.slider li:before {
  content: "";
  display: block;
  padding-top: 56.6%;
}
.sl-thumb .slick-track {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
}
.sl-thumb .slick-slide {
  width: 49% !important;
  width: -webkit-calc(50% - 5px) !important;
  width: calc(50% - 5px) !important;
}
.sl-thumb li {
  position: relative;
  width: 100%;
  transition: .3s ease;
}
.sl-thumb li:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.sl-thumb li:hover {
  cursor: pointer;
  opacity: .7;
}
.slider li img, .sl-thumb li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.slick-track:before, .slick-track:after {
  display: none;
}
.photo_info {
  overflow: hidden;
}
.photo_info .sl-thumb, .photo_info dl {
  width: 50%;
}
.photo_info .sl-thumb {
  float: left;
}
.photo_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px;
}
@media screen and (min-width: 769px) {
  .photo_info dl {
    float: left;
  }
}
.stay-dog_single .photo_info dl {
  display: block;
}
.photo_info dl div {
  width: 50%;
}
.stay-dog_single .photo_info dl div {
  width: 100%;
}
.photo_info dl .decided {
  width: 100%;
}
.tel_single {
  width: 50%;
  padding: 0 35px;
  float: right;
}
.tel_single i {
  margin-right: 12px;
  font-size: 50px;
  color: #81e238;
}
.tel_single a {
  display: inline-block;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 1px;
}
.tel_single a span {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
/** === 別記事へのリンク === **/
.another-posts {
  width: 80%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 80px;
}
.another-posts h2 {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5px;
}
.another-posts p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.3;
}
.another-posts hr {
  width: 120px;
  margin: 13px 0 21px;
  border: solid 1px #444;
}
.dog_single .posts {
  padding: 0 0 80px;
}
.dog_single .thumb a {
  width: 125px;
}
.dog_single .thumb a::after {
  padding-top: 175%;
}
.dog_single .more {
  display: none;
}
.dog_single .more span::before, .dog_single .more span::after {
  height: 1px;
  background: #444;
}
@media screen and (max-width: 1050px) {
  .photo_info .sl-thumb, .photo_info dl {
    width: 100%;
    float: none;
  }
  .photo_info dl {
    padding: 35px 0;
  }
  .tel_single {
    padding: 0;
    float: none;
  }
  .another-posts {
    width: 100%;
  }
  .another-posts .title-box {
    margin-left: 5%;
  }
  .another-posts .posts {
    padding-left: 5%;
  }
  .dog_single .more {
    display: inline-block;
  }
  .stay-dog_single .more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dog_single h1 {
    margin-top: 22px;
    font-size: 45px;
  }
  .stay-dog_single.dog_single h1 {
    font-size: 28px;
  }
  .dog_single .dl_title hr {
    display: none;
  }
  .dog_single .contact {
    display: none;
  } 
  .photos {
    width: 100%;
    margin-bottom: 60px;
  }
  .slider {
    margin-bottom: 2px;
  }
  .slider li:before {
    padding-top: 75%;
  }
  .sl-thumb .slick-slide {
    width: 49.5% !important;
    width: -webkit-calc(50% - 1px) !important;
    width: calc(50% - 1px) !important;
  }
  .another-posts {
    padding-bottom: 10px;
  }
  .another-posts .title-box {
    text-align: center;
  }
  .another-posts h2 {
    margin-bottom: 45px;
  }
  .another-posts hr {
    margin: 13px auto 21px;
  }
  .photo_info dl, .tel_single {
    width: 90%;
    margin: auto;
  }
  .another-posts .posts {
    padding: 0 0 60px 12%;
  }
  .dog_single .thumb a {
    width: 200px;
  }
  .stay-dog_single .more {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
## 犬舎概要
--------------------------------------------------------------*/
#about #wrapper {
  padding-top: 40px;
}
.overview, .notes {
  width: 70%;
  max-width: 960px;
  margin: auto;
}
.overview {
  margin-bottom: 100px;
}
.overview dl {
  margin-bottom: 30px;
}
.overview dl div {
  display: flex;
  padding: 25px 0 23px;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #333;
  border-bottom: solid 1px #ccc;
}
.overview dl div:first-child {
  border-top: solid 1px #ccc;
}
.overview dl dt {
  width: 35%;
  min-width: 200px;
  padding-left: 25px;
}
.overview dl dd {
  flex: 1;
}
.overview .attention {
  padding-left: 25px;
  letter-spacing: .5px;
  line-height: 1.5;
  color: #555;
}
.notes h2 {
  padding: 14px 0 12px 20px;
  font-size: 17px;
  letter-spacing: 1.5px;
  background: #c9b978;
  color: #fff;
}
.notes > ul {
  padding: 30px 20px 0;
}
.notes > ul > li {
  margin-bottom: 40px;
}
.notes ul h3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3;
  border-bottom: solid 2px #ccc;
}
.notes ul p, .notes ul ul {
  padding-left: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 600px) {
  .overview, .notes {
    width: 90%;
  }
  .overview dl div {
    display: block;
  }
  .overview dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
  }
  .overview dl dd {
    padding-left: 40px;
  }
  .overview .attention {
    padding-left: 0;
  }
  .notes > ul {
    padding: 30px 0 0;
  }
}


/*--------------------------------------------------------------
## プライバシーポリシー
--------------------------------------------------------------*/
#privacy main {
  width: 85%;
  max-width: 1100px;
  margin: auto;
  padding-top: 70px;
}
#privacy h2 {
  margin-bottom: 10px;
  padding: 5px 10px 3px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.5;
  background: #ddd;
}
#privacy ol > li {
  margin-bottom: 30px;
}
#privacy p, #privacy .inner-list li {
  line-height: 1.5;
  color: #444;
}
@media screen and (max-width: 600px) {
  #privacy main {
    width: 90%;
    padding-top: 50px;
  }
  #privacy .dl_title h1 {
    margin-bottom: 35px;
    font-size: 15px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}


@media screen and (min-width: 769px) {
  .stay-dog .more {
    display: none;
  }
}