
/* トップページ設定 */

header{
	width:100%;
	height:690px;
	overflow:hidden;
	min-width:1000px;
	margin:0 auto;
	background-image:url(../image/top/catch_cover05.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	box-sizing:border-box;
	position: relative;
}

header div#h1_h2{
	margin:0 auto;
	min-width:1000px;
	min-height:192px;
	padding-top:60px;
	/*消したbackground-image:url(../image/top/header_back.png); */
	background-position:center top;
	background-repeat:no-repeat;
	box-sizing:border-box;
	position:relative;
	z-index:21;
}


#logo{ /* h1 */
text-align:center;
width:249px;
height:80px;
margin: 0 auto;
}

#logo a{
width:249px;
height:80px;
display:block;
}

#logo a img{
border:none;
display:block;
width:250px;
height:114px;
}

h2{
	font-weight:normal;
	text-align:center;
	font-size:9pt;
	margin-top:-110px;
}

#tel{
	position:absolute;
	right:0;
	top:70px;
}

#viewer {
  margin: 0 auto;
		top:-30px;
  width: 1000px;
		position:relative;
}
 
#viewer img {
		border-radius: 50%;
		width:500px;
		height:500px;
		display:block;
		margin:0 auto;
		position: relative;
		z-index:5;
}


#blog_fb{
	display:block;
	position: absolute;
	left: 75px;
	bottom: 400px;
	z-index: 7;
}


section#news{
	padding-top:60px;
}

section#news article{
	background-image:url(../image/news_back.png);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:170px;
}

section#news article div{
	margin-top:20px;
	margin-left:40px;
}

section#news article table{
	margin-bottom:10px;
}

section#news article table a{
	color:#333;
	text-decoration:none;
	-webkit-transition:0.2s;
  -moz-transition:0.2s;
  transition:0.2s;
}

section#news article table a:hover{
	color:#900;
	text-decoration:underline;
}


section#about{
	margin-top:60px;
}

section#about h3{
	background-image:url(../image/h3_blue.jpg);
	margin-bottom:10px;
}

p#top_consept , p#top_access , p#top_birthday{
	background-image:url(../image/top/concept.jpg);
	background-repeat:left top;
	background-repeat:no-repeat;
	min-height:80px;
	box-sizing:border-box;
	padding-left:145px;
	line-height:1.7em;
}

p#top_access{
	background-image:url(../image/top/access.jpg);
	padding-top:40px;
	margin-bottom:10px;
}

p#top_birthday{
	background-image:url("../image/top/birthday.jpg");
	padding-top:40px;
	margin-bottom:70px;
}

em {
	font-size: 1.5em;
	color:#9C4235;
	font-weight: 700;
}

section#about div{
	background-image:url(../image/petitdog.jpg);
	background-position:0px 8px;
	background-repeat:no-repeat;
	width:100%;
	min-height:250px;
	box-sizing:border-box;
	padding-left:520px;
	margin-top:15px;
	margin-bottom:50px;
}

section#about div table {
	width:470px;
}

section#about div table td{
	padding-bottom:5px;
	padding-top:10px;
	border-bottom:dashed 1px #b3a387;
}

section#about div table tr:last-child td{
	border-bottom:0;
}

section#about div table td.title{
	padding-right:10px;
	padding-left:5px;
}

section#about div ul{
	background-image:url(../image/layer.jpg);
	background-repeat:repeat;
	width:480px;
	height:90px;
	box-sizing:border-box;
	padding:15px;
	font-size:9pt;
	margin-top:10px;
}

section#about div ul li{
	list-style-type:circle;
	margin-bottom:5px;
	margin-left:1.5em;
	line-height:1.4em;
}


#loader{
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -32px;       /* heightの半分のマイナス値 */
    margin-left: -32px;      /* widthの半分のマイナス値 */
    z-index: 10;             /* #fadeより多い値を入れて下さい */
}

#loader img{
}

#fade{
    width: 100%;
    min-height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;              /* #loaderより少ない値を入れて下さい */
}


.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	line-height: 1.2em;
}

.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #ff701e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}




