﻿/* ----------　all　---------- */
.linkStyle{
	color:#669ca1;
}
.linkStyle:hover{
	color:#669ca1;
	opacity: 0.7;
	transition: all 0.5s;
}
body{
    font-family: 'Zen Maru Gothic', sans-serif;
}
.more_link{
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
    text-align: center;
}
.more_link a{
    background-color: #669ca1;
    color: #fff;
    padding: 15px 0px;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
    font-size: 17px;
}
.more_link:hover,.CMS_link:hover{
    transform: translatey(-7px)!important;
}
.CMS_link{
    width: 90%;
    margin: auto;
    max-width: 700px;
    transition: transform .5s ease-out, opacity .5s ease-out;
}
.CMS_link a{
    background-color: #669ca1;
    color: #fff;
    padding: 20px 20px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    font-size: 20px;
}
.fas.fa-chevron-right {
    font-size: 14px;
}
footer,#footer {
    height: 750px;
}
#footer .logo{
    display: none;
}
#footer .f_info_wrap {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
}
#footer .f_info_wrap .info_box1,#footer .f_info_wrap .info_box2{
    padding: 0 30px;
}
#footer .f_info_wrap  iframe{
        width: 100%;
        height: 350px;
}
#footer .f_info_wrap .info_txt h3{
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
    padding: 10px 0 5px;
}
/* ----------　TOP　---------- */
.main_img_wrap .catch{
    position: absolute;
    top: 45%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 700px;
    bottom: auto!important;
    opacity: 0.9;
    filter: drop-shadow(2px 4px 6px rgba(255,255,255,0.3));
}
.banner_box{
    margin-bottom: 80px;
}
.banner{
    transform: translatey(0px);    
}
.banner:hover{
    transform: translatey(-7px);   
}
#contents{
    background-image: url(Dup/img/line4.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#dec3{
    width: 17px;
    margin-left: 49%;
}
#dec5{width: 45px;}
#dec6,#dec7{width: 17px;}
#dec8{width: 50px;}
.con4{
    background-color: #ede7dc;
    padding: 100px 0;
}
.con4 .con4_wrap{
    position: relative;
    width: 95%!important;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    background-image: url(Dup/img/con4_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.con4 .con4_wrap:before {
    content: "";
    position: absolute;
    background-image: url(Dup/img/con4_img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 150px;
    left: 0;
    top: 0px;
}
.con4_wrap:after {
    content: "";
    position: absolute;
    background-image: url(Dup/img/con4_img2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 200px;
    right: 0;
    bottom: 0px;
}
.con4 .con4_title{
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
    font-weight: bold;
    margin-bottom: 50px;
}
.con4 .con4_txt{
    display: inline-block;
    text-align: left;
    line-height: 2;
}
.con4 .con4_txt i{
     color: #669ca1;
}
#top_cms{
    position: relative;
}
#top_cms:after {
    content: "";
    position: absolute;
    background-image: url(Dup/img/line3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 50px;
    top: 0;
}
/* ----------　下層ページ　---------- */
#page_title{
    padding-top: 0px;
}
#title_img {
    height: 400px;
}
#title_img span {
    height: 400px;
    background-position: bottom -150px center;
}
#page_title .wrap p.font_45{
        text-shadow: 2px 2px 2px #f6f4ecab;
}
.cate_list li {
    width: 45%;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 新着情報 */
.page2 .banner{
    width: 80%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 80px;
}
/* お取扱商品 */
.g_type5 .box_title{
    text-align: center;
    margin-bottom: 10px;
}
.g_type5 .slide_img figure{
	position: relative;
	overflow: hidden;
}
.g_type5 .slide_img figure img{
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.g_type5 .swiper-slide{
    opacity: 1!important;
}
.g_type5 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type5 .swiper-button-prev{
	background-image: url("../dup/img/swiper_prev.png")!important;
}
.g_type5 .swiper-button-next{
	background-image: url("../dup/img/swiper_next.png")!important;
}

.link {
    width: 100%;
    margin-bottom: 10px;
}
.link a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s;
}
.link1 a {
    background-color: #bf0000;
}
.link2 a {
    background-color: #fff;
    color: #d93734;
    border: 2px solid #d93734;
}
.link3 a {
    background-color: #06a8d9;
}
.link a:hover{
    opacity: 0.5;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}
/*-------------------------------------------------------
			         1280px
-------------------------------------------------------*/
@media screen and (max-width: 1280px){
/* ----------　下層ページ　---------- */ 
 #title_img span {
    background-position: bottom -50px center;
}   
}
/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
#footer .f_info_wrap .info_box1{
    margin-bottom: 30px;
}
#footer .f_info_wrap iframe {
    width: 50%;
    height: 200px;
}
#footer .f_info_wrap .info_txt{
    width: 45%;
    padding-left: 20px;
}
#footer .f_info_wrap .info_txt h3 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
/* ----------　TOP　---------- */
/* ----------　下層ページ　---------- */ 
#title_img {
    height: 270px;
}
#title_img span {
    height: 270px;
    background-position: center center;
}
.CMS_link {
    margin-top: 20px;
}
/* Hidingについて */
#cms_2-g h3{
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
/* 保護猫カフェ */
#cms_2-h .cate_box{
    margin-top: 60px;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
.CMS_link a {
    padding: 15px 15px;
    font-size: 18px;
} 
footer, #footer {
    height: 100vh;
}
#footer{
    padding-top: 15px;
}

#footer .f_info_wrap {
    margin-bottom: 15px;
    margin-top: 0px;
}
#footer .f_info_wrap .info_box1, #footer .f_info_wrap .info_box2 {
    padding: 0 0px;
}
#footer .f_info_wrap .info_box1 {
    margin-bottom: 25px;
}
#footer .f_info_wrap iframe {
    width: 100%;
    height: 180px;
}
#footer .f_info_wrap .info_txt {
    width: 100%;
    padding-left: 0px;
}
#footer .f_info_wrap .info_txt h3 {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
    padding: 5px 0 5px;
}
#footer .f_info_wrap .info_txt p{
    font-size: -webkit-calc(1rem - 2px);
    font-size: calc(1rem - 2px);
    line-height: 1.4;
}
/* ----------　TOP　---------- */
.main_img_wrap .catch {
    width: 95%;
}
.banner_box {
    margin-bottom: 60px;
}
.con4 {
    padding: 50px 0;
}
.con4 .con4_wrap {
    width: 80%!important;
    padding: 50px 30px;
}
.con4 .con4_wrap:before {
    top: -50px;
}
.con4_wrap:after {
    width: 30%;
    height: 100px;
    bottom: -50px;
}
.con4 .con4_title {
    margin-bottom: 30px;
}

#top_cms .cms_4-b .cate_box{
    width: 45%!important;
}
/* ----------　下層ページ　---------- */
#page_title .wrap p.font_45 {
    text-shadow: none;
}
#title_img span {
    height: 200px;
}
.cate_list li {
    width: 100%;
}
.CMS_link {
    margin-top: 30px;
}
/* 新着情報 */
.page2 .banner {
    width: 100%;
    margin-bottom: 50px;
}
/* Hidingについて */
#cms_2-g h3 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    line-height: 1.4;
}
/* お取扱商品 */
#cms_4-b .cate_box {
    width: 45%!important;
    margin: 0;
    margin-bottom: 30px;
}
#cms_4-b .cate_box:first-child,#cms_4-b .cate_box:nth-child(odd){
    margin-right: 10%;
}
#cms_4-b .box_wrap{
    margin-top: 20px;
}
.link a {
    padding: 7px 0;
    letter-spacing: 1px;
    font-size: 14px;
}
/* サイトマップ */

.page10 .more span {
    width: 12%;
}
}