﻿
/* CSS Document */

/*font
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');*/
@import url("https://www.doggyman.com/font.css?a");

/*chrome*/
*:focus {outline: none;}
body{font-family: 'Roboto','Noto Sans Japanese','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
-webkit-text-size-adjust: none;
position: relative;
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
font-weight: 500;
letter-spacing: 0px;
line-break: strict;
}

picture{ display: block; line-height: 0;}

html{scroll-behavior: smooth; }
.navi{ display: none; }
/*==============================================================================*/
/*hover */
/*==============================================================================*/
header li a,#pagetop a,footer a,a,#navhead a{	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;}
	
header a:hover,#pagetop a:hover,#mv a:hover,#conceptBtn li a:hover,footer li a:hover,#navhead a:hover{ 
	 filter: alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; }

/*==============================================================================*/
/*header */
/*==============================================================================*/
header{ box-sizing: border-box; position: relative; z-index: 2; border-color: #005bac; border-style: solid;  }
#headerlogo{ display: flex;	justify-content: end; }
#headerlogo a{ z-index: 1; }

header .innerBox{ display: flex;  justify-content: space-between; }
#maintxt{ text-align: center; margin-bottom: 15px;}

#navhead{ background: url(../image/headBg.jpg) repeat-x #005bac center 0;
	padding: 4% 6% 4% 10%;}

#navhead a{ margin:0 auto; width: 70%; display: block;  }
/*drawer*/
/*ハンバーガーボタン*/
.el_humburger {
	z-index: 151;
	position: fixed;
	width: 46px;
	height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	text-align: center;
}
   
  .el_humburger_wrapper { font-size: 0.9em;
	margin-bottom: 5px;
 position: relative; 
	color: #fff100; 
	background: #0d98db;
/*For Old WebKit*/
background: -webkit-gradient(
    linear, left top, right top,
    color-stop(0.00, #0d98db),
    color-stop(1.00, #005bac)
);
/*For Modern Browser*/
background: linear-gradient(
    to right,
    #0d98db 0%,
    #005bac 100%
);}

	.el_humburger_wrapper::after,
/**/.js_humburgerOpen .el_humburger_wrapper::after,
	.js_humburgerClose .el_humburger_wrapper::after{ position: absolute;  left: 50%;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	}

	.js_humburgerOpen .el_humburger_wrapper::after{ content: "close";  }
	.el_humburger_wrapper::after,
.js_humburgerClose .el_humburger_wrapper::after{ content: "menu";  }

  .el_humburger_text {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__menu,
  .el_humburger_text.el_humburger_text__close {
	display: none; }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block; }
	
	.el_humburger span.el_humburger_bar,
	.js_humburgerOpen .el_humburger span.el_humburger_bar {
		background: #fff100; }

  .el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin-left:auto; margin-right:auto;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
   
  .el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0; }
   
.js_humburgerOpen .el_humburger span.el_humburger_bar {
	margin: -1px auto 8px;
	height: 3px;
	}
  
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg); }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg); }
   
  .el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%; }
   
  .el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #000; }
   
  .el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg); }
   
  .el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg); }
   

  .navi {z-index: 150;font-size: 0.9em;
	position: fixed;
	right: 0; top:0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	/*width: 300px;
	padding-top: 50px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	transform:translateZ(0) translateX(100%);
	overflow: auto; }
	.js_humburgerOpen .navi {
	  transform:translateZ(0) translateX(0); }

  .navi_item {	/*margin-bottom: 28px;*/
	font-size: 1.1em;
	white-space: nowrap; 	}
.navi_item.op_innerLink { cursor: pointer; }

.navi_item a{  padding: 18px 60px 18px 38px;  display: block; color: #0860af; background: #e6f5fd;
border-bottom: 1px dotted #0d98db; line-height: 1.4em}
.navi_item a:hover{ background: #005bac; color: #fff;}

.navi_inner li{ position: relative; }
.navi_inner li::before{ position: absolute; content: ""; left:0;background-repeat: no-repeat; background-position: 5px 15px;
	 width: 68px; height: 68px; background-size: 40%;}
.navi_inner li:first-child::before{ background-image: url(../image/dogImg_sp.png) ;  }
.navi_inner li:nth-child(2)::before{ background-image: url(../image/catImg_sp.png) ;  }
.navi_inner li:nth-child(3)::before{ background-image: url(../image/careImg_sp.png) ;  }

/*Ouchi-Deital*/
.ouchi-popup{
	position:fixed;
	z-index:4;
	transition:all 0.2s;
}
.ouchi-popup a{
	display:block;
	width: 100%; height: 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
}
.ouchi-popup.open a{background-image:url(../image/pop_img_o1.png);}
.ouchi-popup.close a{background-image:url(../image/pop_img_c.png); }
.ouchi-popup .c_btn{
	background-repeat:no-repeat;
	background-position:relative;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	right:0;
	cursor: pointer;}
.ouchi-popup.open .c_btn{	background-image:url(../image/pop_btn_c.png);}
.ouchi-popup.close .c_btn{	background-image:url(../image/pop_btn_o.png);}

/*==============================================================================*/
/*content */
/*==============================================================================*/
main{ position:relative; z-index: 0; }
#top main,#care main, #dog main{ padding: 0!important; }


ol{ list-style: none; }
.innerBox,.innerCont{margin: 0 auto; box-sizing: border-box; }

.mov01{ margin: 0 auto; }
/*==============================================================================*/
/* footer
============================================================================== */
#pagetop a{  z-index: 3; display: block; position: fixed; background:rgba(64, 178, 235, 0.75);
	display: flex; justify-content: center; align-items: center; border-radius: 6px; }

footer{	text-align: center;position: relative; box-shadow: 0 2px 12px #999; }
footer ul{display: flex; justify-content: space-between; align-items: center;z-index: 0; position: relative;}
footer small{ line-height: 1.2em; display: block; background-color:#0860af; color: #fff; font-weight: 400;
font-size: 0.81em;}

/*=========================================================*/
/*sp-----------------------------------------------------*/
@media screen and (min-width: 1601px) {
}

@media screen and (max-width: 1600px) {
body{ width: 100%; }
}

@media screen and (min-width: 751px) {
.el_humburger { right: 34px;}
.el_humburger span.el_humburger_bar {margin-bottom: 9px;}
.el_humburger_wrapper::after,
.js_humburgerOpen .el_humburger_wrapper::after,
.js_humburgerClose .el_humburger_wrapper::after{bottom: 5px;}
#headerlogo a{ width: 10.81%; }
#footerlogo{ width: 19.4%;}
}

@media screen and (max-width: 1350px) {
#headerlogo img,#footerlogo img{ max-width: 100%; }
}
@media screen  and (min-width: 1081px) and (max-width: 1350px) {
.drawercontainer { width: 33%; }
.drawercontainer img{ width: 100%; }
}
.js_humburgerOpen .ouchi-popup.active{ z-index: 3; }
/*pc-----------------------------------------------------*/
@media screen and (min-width: 1081px) {
.el_humburger {top: 50%;}
.innerBox{width:1000px;max-width: 90%; }


/*Ouchi-Deital*/
.ouchi-popup{bottom:15%; right:2.5%;}
.ouchi-popup.open.active{ bottom:calc(95% - 285px);}
.ouchi-popup.close.active{ bottom:calc(95% - 135px);}
.ouchi-popup.active{top:5%; z-index: 2;}
.ouchi-popup.open{width:221px;height:223px;}
.ouchi-popup.close{	width:116px;height:135px;}
.ouchi-popup .c_btn{width:60px;	height:60px;}



footer ul{padding: 50px 0 40px;}

}

	
@media (min-width: 751px) and (max-width: 1080px) {
#carehead{  padding-top: 3%; }
.pc {display: block !important; }
.el_humburger {top: 25vw;}

.ouchi-popup.open.active{	bottom:calc(85% - 15em);/*14*/}

footer ul{padding: 5% 0 4%;}


/*Ouchi-Deital*/
.ouchi-popup{	font-size:calc((0.625rem + ((1vw - 7.51px) * 1.33155792276964))*0.69537037037037);}
}


@media screen and (max-width: 1080px) {
.innerBox{width:92%; }
#listdental { right: 3%;  width: 25%;}

footer ul li{ width: 30%; }

/*Ouchi-Deital*/
.ouchi-popup.close.active{	bottom:calc(85% - 7em);/*5*/}
.ouchi-popup{ bottom:5%;	right:2.5%;}
.ouchi-popup.open{	width:21.7em;	height:21.7em;/*21.7*/}
.ouchi-popup.close{	width:11.6em;	height:13.5em;}
.ouchi-popup .c_btn{width:4.50em;height:4.50em;}

}


@media screen and (min-width: 751px) {
.sp{ display: none; }
header{ border-width:0 10px  0 0; }
.el_humburger_wrapper { height: 70px; width: 70px; padding: 15px 15px;}
	
/*footer*/
footer small{	padding:15px 3% ;}
footer dd{ margin-bottom: 44px; }
#pagetop a { width: 70px;  height: 70px; right: 10px;	}

}
	

@media screen and (max-width: 750px) {
header{ border-width:0 6px 0 0 ; }
.ouchi-popup.open.active{	bottom:calc(85% - 14em);/*14*/}


.el_humburger { /*top: calc(100% - 17.2em); */top: 30%; right: 10px;}
.el_humburger_wrapper { height: 50px; width: 50px; padding: 10px 12px;}
.el_humburger span.el_humburger_bar {margin-bottom: 5px;}
.el_humburger_wrapper::after,
.js_humburgerOpen .el_humburger_wrapper::after,
.js_humburgerClose .el_humburger_wrapper::after{bottom: 0;}

#headerlogo{ position: absolute; top: 5%; right:4%; width: 15%; }
.pc{ display: none; }
	
/*footer*/
footer small {padding: 15px 3%;}
footer ul{padding: 20px 0 ;}
.copyright{width: 80%;}	
#pagetop a {height: 50px; width: 50px;  right: 1%; bottom: 20px;}
#pagetop a img{ width: 50%; margin: 0 auto; display: block; }


/*Ouchi-Deital*/
.ouchi-popup{font-size:calc((0.625rem + ((1vw - 3.2px) * 3.125))*0.426666666666667);}
}
	

@media screen and (max-width: 640px) {
#footerlogo { width: 26%; }
/*.el_humburger {top: 40%;}*/

}

/*
@media screen and (max-width: 480px) {
.ouchi-popup.open.active{bottom:calc(85% - 11em);}
.el_humburger {	top: 30%;}
}*/

