@charset "utf-8";

/* font
------------------------------------------------------------*/
@font-face {
	font-family: 'Gabriola';
	font-style: normal;
	font-weight: normal;
	src: local('Gabriola'), url('/font/gabriola Font Download.woff') format('woff');
	}

nav > ul,
#top_newsWrap h2,
#navBtn,
.pagination a.page_prev, .pagination a.page_next,
.area_tel,
.copyright,
.en {
	font-family: 'Gabriola', "sans-serif";
	font-size: 150%;
	font-variant-numeric : lining-nums;
	}

.jp,
.pet_flow dl dt {
	font-family: 'Noto Serif JP', serif;
	}


/* wrap
------------------------------------------------------------*/
#wrap {
	width:100%;
	margin:0 auto;
	position:relative;
	}
@media screen and (max-width: 767px) {
	#wrap {
		padding:0 20px 40px;
	}
}
@media screen and (min-width: 768px) {
	#wrap {
		padding:40px 60px;
	}
	#fixFrame {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: 17px solid #fff;
		z-index: 1000;
		pointer-events: none;
	}
}

/* layout
------------------------------------------------------------*/
header,
footer,
#contentWrap {
	width:100%;
	margin:0 auto;
	position:relative;
	max-width: 1080px;
	}
.inner {
	position:relative;
	margin:0 auto;
	max-width: 1080px;
	}

#contentWrap {
	text-align: left;
	margin-bottom: 70px;
	}
	#content > section, #content > .section {
	margin-bottom: 50px;
	}
@media screen and (max-width: 767px) {
	#content > section, #content > .section {
	margin-bottom: 40px;
	}
}

.max_w,
.sec_tel,
.sec_mail,
.newsList {
   max-width: 820px;
   }

/* header
------------------------------------------------------------*/
header a {	outline:none;	text-decoration:none;}
header {
	text-align: left;
	padding: 10px 0 20px;
	}
header .logo {
	display: inline-block;
	}
header .logo a {
	text-decoration:none;
	display:block;
	width:110px;
	height:110px;
	}
#top header {
	padding: 0 0 15px;
	}
#top header .logo a {
	width:140px;
	height:140px;
	}
@media screen and (max-width: 767px) {
header {
	padding: 10px 0;
	}
	header .logo a {
	width:70px;
	height:70px;
	}
#top header {
	padding: 10px 0 15px;
	}
#top header .logo a {
	width:96px;
	height:96px;
	}
}

/* nav
------------------------------------------------------------*/
nav {
	display:none;
	}
@media screen and (min-width: 768px) {
#navWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 50px;
	z-index: 1010;
	}

#navBtn {
	display: none;
	}
	nav {
	display: block;
	width: 110px;
	height:230px;

	position: absolute;
	top:0;
	right: 10px;

	background-image: url(/images/navi_bg.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:110px auto;
	}
	nav > ul {
	padding: 80px 20px 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.04em;
	}
	nav > ul > li {
	margin:0;
	text-align:center;
	position:relative;
	}
	nav > ul > li > a {
	display:block;
	padding:4px 0;
	color:#605048;
	text-decoration: none;
	transition: 0.2s ease;
	}
	nav > ul > li > a:hover {
	color: #999;
	}

	.navClose, #layer { display: none;}
}

@media screen and (max-width: 767px) {
#navWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 1010;
	}
#navBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 17px;
	line-height: 50px;
	color:#605048;
	z-index: 100;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);	
	}

nav {
	display:block;
	opacity:0;
	visibility:hidden;

	padding:20px 5% 0;
	position:fixed;
	width:45%;
	height:96%;
	top:2%;
	right:0;

	transform: translateX(110%);
	background-color:rgba(0,0,0,0.85);
/*	background-color:#fff;*/

	z-index:110;
	transition:all 0.4s ease-in-out;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: -1px 0 10px rgba(0,0,0,0.8);
	border-radius: 10px 0 0 10px;
	}
	nav a, nav a:hover { color:#fff; text-decoration:none;}
	nav::before {
	content: '';
	display: block;
	position:  absolute;
	right: 25px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url("/images/logo_white.png") no-repeat;
	background-size: contain;
	}
	
		nav.show {
		opacity:1;
		visibility:visible;
		transform:none;
		}
	nav > ul {
	padding: 80px 20px 0;
	font-size: 21px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: right;
	}
	nav > ul > li {
/*	margin:0;
	text-align:center;
	position:relative;*/
	}
	nav > ul > li > a {
	display:block;
	padding: 9px 0;
	text-decoration: none;
	}
	.navClose {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	}
	.navClose span::before, .navClose span::after {
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	display: inline-block;
	width:26px;
	margin-left:-13px;
	height:2px;
	background-color:#fff;
	transform-origin:center center;
	}
		.navClose span::before {
		transform:rotate(45deg);
		}
		.navClose span::after {
		transform:rotate(-45deg);
		}
	#layer {
		display: none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:110vh;
/*		background-color:rgba(255,255,255,0.8);*/
		background-image: url(/images/bg.gif);
		background-repeat: repeat;
		background-position: left top;
		background-attachment:fixed;
		background-size:150px 150px;
		opacity: 0.8;;
		z-index:100;
	}
}

/* footer
------------------------------------------------------------*/
footer a {	outline:none;}

footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	}
footer .copyright {
	display:block;
	font-style: normal;
	font-size: 14px;
	color:#888;
	position: relative;
	}
	footer .copyright a {
	color:inherit;
   text-decoration: none;
	}
   footer .copyright a:hover {
   text-decoration: underline;
	}

@media screen and (max-width: 767px) {
footer .copyright {
	font-size: 12px;
	}
.link_insta {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
.link_insta {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	}
}
