﻿@charset "utf-8";

html {
  font-size: 62.5%;
}/* 10px*/

*, *::before, *::after {
  box-sizing: border-box;
}/* ←これを入れとくと、パディングとボーダーを含めてwidthとheigthを指定可能*/

body {
  background: #fff url('../images2/back.JPG') no-repeat fixed center bottom;
  background-size: cover;
  color: #fff;
  font-size: 1.4rem;
  font-family:"Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}

.wrapper{
	width:90%;
	margin:0 auto;

}

/* --------------------------------
 * ヘッダー
 * -------------------------------- */
.header{
	width:100%;
	padding:40px 30px 80px 50px;
}

.clear{
	clear: both;
}

.headerleft{
	float:left;
}


.subtitle{
	margin: 0 0 5px;
	letter-spacing: 1px;
	font-size: 1.5rem;
}




.page-title{
	margin: 0 0 15px;
	font-size: 6rem;
}

.lead{
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 2px;
}


.global-nav{
	text-align: center;
	color: #fff;
	float:right;
	float:left;
	list-style: none; 
}

.global-nav .nav-item{
	display: inline-block;
	margin: 0px 10px;
}

.global-nav .nav-item a{
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-decoration:none;
	color: #fff;
}

.global-nav .nav-item.active a,
.global-nav .nav-item a:hover{
	color: #00008b;
}
/* --------------------------------
 * 共通
 * -------------------------------- */

.clearfix::after{
	content:'';
	display:block;
	clear: both;
}

.secbox{
	width:90%;
	margin: 0 auto 0;
	padding:0 5px 100px;
}


.nakamidashi{
	margin: 0 auto 20px;
	letter-spacing: 1px;
	font-size: 3rem;
}

.nakamidashi::after{
	content: '';
	display: inline-block;
	width: 300px;
	height: 1px;
	margin: 0 30px;
	background-color: #fff;
	vertical-align: middle;	
}



.thumbnail{
	display:inline-block;	
	float:left;
	width:100px;
	height:100px;
	margin: 0 41px 50px 0;


}


.footer{
	display: inline-block;	
	height:40px;
	width: 100%;
	padding:35px auto 10px;

	text-align: center;
	opacity: 0.55; 
	background-color: #ccffcc;
	color: #333;

}


/* --------------------------------
 * human&pet
 * -------------------------------- */

/* 
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 10px 0 0 10px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 900px;
	background-color: #FFF;
	margin: 0 auto;
-- */
