﻿@charset "utf-8";
@font-face {
    font-family: "UtsukushiFont";
    src: url(../font/UtsukushiFONT.otf);
}

html {
	font-size: 62.5%;
}
body {
   /* background-image: url(../top1.jpg);
	background-repeat: no-repeat;
    background-position: center top; */
    font-family:"メイリオ", "Meiryo", sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    width: 100%;
    min-width: 1170px;
}


@media (max-width: 768px) {
    body {
        min-width: 320px;
    }
}

*{box-sizing:border-box;}
/********ヘッダー***********/
.header {
    width: auto;
    height: 1000px;
    background-image:url(../images/book.png),
    url(../images/dogtop2.png);
    background-repeat:repeat-x, no-repeat;
    background-position: center 150px;
}
.header_inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 960px) {
   .header {
        height: 600px;
        background-size:100%;
    }
  .topcopy{
      top:45%;
  }
}


@media (max-width: 768px) {
    .header {
        height: 280px;
        background-position: center 1px;
        background-size:100%;
    }
    .mainlogo {
        margin-left: 5px;
    }
    .mainlogo img {
        width: 160px;
    }
    .topcopy {
        font-size: 0.3rem;
        letter-spacing: 0.25rem;
        top: 30%;
    }
    .header_inner {
        width: 100%;
    }
}

/****ナビゲーション**/
.globalnav1 {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    text-align:center;
}
.globalnav1_item a{
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    display:block;
}

.globalnav1_item img{
   width:75px;
   height:75px;
   margin:0 40px;
}

.globalnav1_item2 a {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    display: block;
}
   
.globalnav1_item span{
   margin-top:20px;
   display:block;
   text-align:center;
}

.globalnav1_item2 img{
   width:300px;
   margin-right:40px;
}
   
.globalnav1_item2 span{
   margin-top:30px;
   margin-left:70px;
   display:block;
}

.globalnav2_outer {
    margin-top: 40px;
    margin-left:550px;
}
.globalnav2 {
    width: 370px;
    display: flex;
    justify-content: space-between;
}
.globalnav2_item a {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    color: #f06287;
}

.globalnav2_item img {
     width:75px;
   height:75px;
   margin-right:100px;
}


}


.globalnav2_item span{
   margin-top:20px;
   display:block;
}

.subnav {
    margin-top: 23px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.subnav_search {
    position: relative;
    margin-right: 20px;
}
.subnav_search input{
    width: 255px;
    height: 24px;
    border-style: none;
    border-bottom: 1px solid #333;
}
.subnav_search input::placeholder {
    font-family: "游ゴシック";
}
.subnav_search img {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.subnav_cart {
    margin-right: 2px;
}

.yane {
    background-image: url(../images/yane.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:250px;
}

@media (max-width:960px) {
.globalnav1_item2 img {
    width: 10vw;
    margin-right: 40px;
}

.globalnav1_item2 span {
        margin: 10px 20px 10px;
}

.mainitem-sundry_bkimg {
   left:10px;
}
}
  
    
@media (max-width: 768px) {
    .globalnav_outer {
        padding-top: 50px;
        margin: 0;
        text-align: center;
        position: fixed;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,0.9);
        z-index: 100;
        transition: all 0.3s;
        display: block;
    }
    .globalnav_outer.open {
        left: 0;
    }
    .globalnav1_outer::before {
        content: "MENU";
        text-align: center;
        font-size: 2rem;
        margin-bottom: 40px;
        display: block;
        color: #333;
        font-family: "游明朝", serif;
        font-size: 2rem;
    }
    .globalnav1_outer {
        margin-right: 0;
    }
    .globalnav1 {
        width: 100%;
        margin: 0;
        display: block;
    }
    .globalnav1_item {
        margin: 0 auto 20px;
    }
       .globalnav1_item img{display:none;}
     .globalnav1_item2 {display:none;}
     
    .globalnav2 {
        width: 100%;
        margin-top: 40px;
        display: block;
    }
    .globalnav2_item {
        margin: 0 auto 20px;
    }
    .subnav {
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .subnav_search input{
        width: 190px;
    }
.yane{height:80px;}

.mainitem-sundry_bkimg {
   display:none;
}
}

}


/*******************メイン******************/
.main{overflow:hidden;}
.mainitem {
    width: 100%;
}
.mainitem_inner {
    width: 1170px;
    margin: 0 auto;
}

.btn{
    background-color: #534741;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
}

@media (max-width: 768px) {
    .mainitem_inner {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/*********main item************/
.mainitem-sundry {
    background-color: #fefcd3;
    padding-top: 65px;
    height: 800px;
    background-image: url(../images/block.png),url(../images/blockr.png);
    background-repeat:no-repeat;
    background-position:left bottom,right bottom;
    position: relative;
}

.mainitem-okomari {
    background-color: #fefcd3;
    padding-top: 65px;
    height: 600px;
    background-image: url(../images/block.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    position: relative;
}

.mainitem-ansin {
    background-color: #fefcd3;
    padding-top: 65px;
    height: 700px;
    background-image: url(../images/block.png),url(../images/blockr.png);
    background-repeat:no-repeat;
    background-position:left bottom,right bottom;
    position: relative;
}

.mainitem-aisatu{
   padding-top:65px;
}

.mainitem_inner-sundry {
    height: 100%;
    position: relative;
    z-index: 50;
} 
.mainitem-sundry_heading {
    font-family: "游明朝", serif;
    font-size: 3.6rem;
    text-align: center;
}
.mainitem-sundry_heading::after {
    content: "";
    display: block;
    margin: 10px auto 11px;
    height: 1px;
    width:50%;
    background-color: #333;
}

.mainitem-sundry_heading2 {
    font-family: "游明朝", serif;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom:70px;
}

.mainitem-sundry_heading2::after {
    content: "";
    display: block;
    margin: 10px auto 11px;
    height: 1px;
    width:50%;
    background-color: #333;
}
.mainitem-sundry_desc {
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    text-align:justyfy;
    margin: 27px 30px;
}
.mainitem-sundry_subtitle {
    text-align: center;
    margin-bottom: 13px;
}

.mainitem-sundry_list {
    display: flex;
    justify-content: center;
}

.list-tate {
    display: flex;
    justify-content: center;
}

.list_item {
    margin-left: 34px;
    width: 267px;
    position: relative;
}
.list_item a {
    display: block;
    width: 100%;
}

.mainitem-sundry_item {
    margin-left: 34px;
    width: 267px;
    position: relative;
}
.mainitem-sundry_item a {
    display: block;
    width: 100%;
}


.sundry_item_img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.sundry_item_blog {
    width: 70%;
    display: block;
    margin-bottom: 30px;
    margin-left:40px;
      opacity: 1;
    transition: .3s;
}

.sundry_item_blog2 {
    width: 70%;
    display: block;
    margin-left:70px;
     opacity: 1;
    transition: .3s;
}

.sundry_item_blog:hover{
    opacity: 0.7;
}
.sundry_item_blog2:hover{
    opacity: 0.7;
}
.sundry_item_caption {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
}
.sundry_item_arrow {
    position: absolute;
    right: 18px;
    bottom: 17px;
}

.arrow {
    position: absolute;
    right: 18px;
    bottom: 24px;
}

.mainitem-sundry_bkimg {
    position: absolute;
    bottom: 0;
    right:-150px;
    bottom:50px;
    width:25%;
}



.okomari_item {
    margin:0 auto;
    background-color: #fff;
    width: 700px;
    position: relative;
    padding:20px 100px;
}
.okomari_item1 {
    margin:0 auto;
    border-radius:20px 20px 0 0;
    background-color: #fff;
    width: 700px;
    position: relative;
    padding:20px 100px;
}

.okomari_item5 {
    margin:0 auto;
    background-color: #fff;
    border-radius:0 0 20px 20px;
    width: 700px;
    position: relative;
    padding:20px 100px;
}

.okomari_caption {
    color: #333;
    font-size:1.6rem;
    letter-spacing: 0.4rem;
}
.mainitem-tokuchou {
    background-color: #fefcd3;
    padding-top: 65px;
    height:800px;
    background-image: url(../images/block.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    position: relative;
}

.tokuchou{
          font-size:1.6rem;
          text-align:center;}
.naiyou{text-align:center;}

.topmozi{
          font-size:1.6rem;
          line-height:1.5;
}
.marker{
	background:linear-gradient(transparent 60%, #f2a9a8 60%);
	 font-size:1.6rem;
	 font-weight:bolder;
}

/*対象動物*/
.mainitem-animal {
    background-color: #fefcd3;
    padding-top: 65px;
    height:600px;
    background-image: url(../images/blockr.png);
    background-repeat:no-repeat;
    background-position:right bottom;
    position: relative;
}

@media (min-width: 769px) {
.smbr{display:none;}
}

@media (max-width: 768px) {
    .mainitem-sundry {
        height: auto;
        background-size: 30%;
    }
    .mainitem_inner-sundry {
        padding-bottom: 50px;
    } 
    .mainitem-sundry_list {
        width: 97%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
   .list-tate {
    width: 97%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column
}

    .mainitem-sundry_item  {
        width:44%;
        height: auto;
        margin: 3%;
    }
    
        .list_item{
        width:90%;
        height: auto;
        margin: 3%;
    }
    
    .sundry_item_img {
        margin: 0;
    }
    .sundry_item_caption {
        font-size: 1.6rem;
        margin: 25px auto;
    }
    .sundry_item_caption {
        letter-spacing: 0.25rem;
    }
    .sundry_item_arrow {
        right: 6%;
    }
    .mainitem-sundry_bkimg {
        z-index:1;
        top:400px;
        right:10px;
    }
    
.okomari_item1,.okomari_item,.okomari_item5{
                   width:99%;
                   padding:10px;
}
  
.mainitem-okomari,.mainitem-tokuchou,.mainitem-ansin{
   height:auto;
   background-size: 30%;
}
.mainitem-sundry_heading,.mainitem-sundry_heading2{
 font-size:2.3rem;
}

.mainitem-animal {height: auto;}
}
@media (max-width: 500px) {
    .sundry_item {
        padding-bottom: 25px;
    }
    .sundry_item_caption {
        margin: 12px 0;
        font-size: 1.4rem;
        letter-spacing: 0.15rem;
    }
    .sundry_item_arrow {
        display: none;
    }
}

/********安全衛生**********/
.point li{ margin-top:60px; }

.point li{
float:left;
width:300px;
margin-left:30px;
}

.point li:first-child{ margin-left:0px; }

.point h3, .point h4{ text-align:center; }

.point h4{
font-weight:bold;
color:#29150c;
margin-top:12px;
letter-spacing:2px;
}

.point p{
line-height:1.8;
margin-top:4px;
}

img, {
border: 0;
vertical-align: bottom;
}

li {list-style-type: none;}

@media (max-width: 768px) {
   .point li{
  float:none;
  width:300px;
  margin:30px auto 0 !important;
  }
}


/***************対応エリア****************/
table.money{
width: 1098px;
border-collapse:collapse;
}
table.money th,table.money td{
  border: 2px solid #534741;
  padding: 25px;
  font-size:1.6rem;
  line-height:normal;
}
table.money th{
background-color: #d5af72;
white-space:nowrap;
vertical-align: middle;
text-align:left;
font-size:2rem;
line-height: normal;
}

@media (max-width: 768px) {
 .money {
    width: 80%;
  }
  .money th,
  .money td {
  border-bottom: none;
    display: block;
    width: 100%;
  }
  
  table.money { max-width:80vw;}
table.money th, table.money td {
    border: #fff;
    padding: 30px;
    text-align:justify;
}

}



/***************おしらせおといあわせ****************/
.mainitem-payment {
    color: #333;
    padding-top: 44px;
    height: auto;/*579px;*/
}
.mainitem-inner-payment {
    display: flex;
}
.mainitem_inner-payment_item {
    width: 50%;
}
.mainitem-payment_sec {
    margin-bottom: 54px;
}
.mainitem-payment_sec:last-of-type {
    margin-bottom: 36px;
   text-align: center;
}

.mainitem-payment_sec_heading {
    line-height: 20px;
    text-align:center;
    padding-left: 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 22px 0;
}
.mainitem-payment_sec_content {
    display: block;
}
.mainitem-payment_sec_content > * {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.06rem;
}
.mainitem-payment_sec_content p{
    padding-left: 1rem;
    padding-right: 4rem;
    margin-bottom: 2.4rem;
}
.payment-list {
    padding-left: 1rem;
    margin-top: -2rem;
    margin-bottom: 2.1rem;
}
.payment-list li {
    margin-bottom: 0.5rem;
}
.creditcard_img {
    display: inline-block;
    margin-left: 4px;
    margin-top: -2px;

}
.payment-list li:first-of-type{
    margin-bottom: -0.6rem;
}
 .mainitem-payment_sec_content img{
      width:50%;
      text-align:center;
 }

.con-btn{display:block;
          position: relative;
          width: 350px;
           height: 50px;
          margin: 0 auto;
          font-size: 16px;
            font-weight: 700;
            color:#fff;
            border-radius: 50px;
    background: #f2a9a8;
    text-align: center;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #f2a9a8;
    margin-bottom:30px;
}
.con-btn a{
   color:#fff;
}
.con-btn:hover{
 color: black;
 opacity: 0.7;
}
.basyo{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin: 27px 0;
}
.info{
line-height: 20px;
    text-align: center;
    padding-left: 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}
.ulblogtitle{
line-height:2;
font-size:1.5rem;
margin: 0 0 15px 0;
text-align:left;
width:500px;
}

.kokuban{
background:url(../images/wood.png) center/600px 250px no-repeat;
}
.liblog{
padding: 15px;
    border-bottom: dotted 1px #ccc;
}
.ichiran{
text-align:right;
width:500px;
}
@media (max-width: 768px) {
    .mainitem-payment {
        height: auto;
    }
    .mainitem-inner-payment {
        flex-direction: column;
     text-align:center;
    }
    .mainitem_inner-payment_item {
        width: 100%;
    }
    .mainitem-payment_sec:last-of-type {
        margin-bottom: 54px;
    }
    .mainitem-payment_sec_content > * {
        font-size: 1.4rem;
    }
    .mainitem-payment_sec_content p{
        padding-left: 0;
        padding-right: 0;
    }
}

/**********インスタフィード***************************/
/*フィード全体の幅を調整*/
figure[data-behold-id]{
margin:0 auto;
max-width:1200px;
padding:20px;}

.insta{width:50%;
}
/**********TOPへ戻る***************************/
#top {
    position: fixed;
    bottom: 180px;
    right: -390px;
    z-index:50;
}

#top img{
    display:block;
    width:20%;
}

#mailfix{
position: fixed;
    bottom: 350px;
    right: -890px;
    z-index:53;

}

#mailfix img{
 display:block;
    width:11%;
}

@media (min-width: 769px) {
#top2{
    display:none;
    } 
}

@media (max-width: 768px) {
#top img{
display:none;
}
#mailfix{
  bottom:30%;
}
#mailfix img{
   width:9%;
}

#top2{
  text-align:center;
}
#top2 img{
    width:27%;
}  
}

/********お問い合わせ**********/
.mainitem-contact_list {
    display: flex;
    justify-content: center;
    background: white;
     margin: 0 100px;
    border-radius: 0 0 20px 20px;
}

.contacth2 {
    text-align: center;
    font-size: 3.6rem;
    padding:30px 0;
    margin: 0 100px;
    background: white;
    border-radius: 20px 20px 0 0;
}

.contacth2 a {
    color: #000;
}

.sundry2_item_img {
    width: 70%;
    display: block;
    margin-bottom: 30px;
    margin-left: 50px;
}

@media (max-width: 768px) {
.mainitem-contact_list {
margin:auto;
}
.contacth2 {
margin:auto;
}
}
         
/**********フッター***************************/
.footer {
    width: 100%;
    height:auto;
    background-color: #8cc63f;
}
.footer-imgbox {
    background-color: #fff;
    margin-top: -1px;
    width: 100%;
    height: 130px;
    background-image: url(../images/kusa.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    
}
.footernav {
    padding-top: 27px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin: 0 auto;
}
.footernav_item a {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
}

 .footerh2{text-align:center;
           font-size: 3.6rem;
           padding-top:30px;
 }

.footerh2 a{color:#000;
font-size:30px;
}
.teltime{text-align:center;} 
 .footerh1{text-align:center;
           padding-top:10px;
 }

.footer_copyright {
    margin: 20px auto 0;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.14rem;
}

@media (max-width: 768px) {
    .footer {
        height: auto;
        padding-bottom: 30px;
    }
    .footer-imgbox  {
       height: 90px;
    }
    .footernav {
        width: 90%;
        max-width: 580px;
        flex-wrap: wrap;

    }
    .footernav_item a {
        font-size: 1rem;
    }
    .footernav_item:nth-of-type(n+5) a {
        font-size: 0.8rem;
    }
    .footer_copyright {
        font-size: 1rem;
    } 
  .footerh1{font-size:1rem;}  
  .footerh2 a{font-size:2rem;}
}
@media (max-width: 500px){
    .footernav {
        justify-content: space-evenly;
        width: 88%;
        flex-direction: column;
    align-items: center;
    }
    .footernav_item {
        padding-bottom: 1rem;
        width: 25%;
        text-align: center;
    }
    .footernav_item:nth-of-type(n+5) {
        width: 33%;
    }
}  