@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #373737;
	text-decoration: none;
}

a:visited {
	color: #373737;
}

a:hover {
	color: #373737;
}

a:active {
	color: #373737;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	position: relative;
	color: #373737;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	#wpadminbar {
		position: fixed!important;
	}

	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 240px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

#gHeader h1 {
	text-align: center;
	background-color: #004622;
}
#gHeader h1 img {
	width: 100%;
}

#gHeader .linkUl {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#gHeader .linkUl li {
	width: 50%;
	float: left;
}

#gHeader .linkUl li:nth-child(2n) {
	float: right;
}

#gHeader .linkUl li a {
	padding: 12px 10px 14px;
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	background-color: #666;
}

#gHeader .linkUl li:first-child a {
	border-right: 1px solid #fff;
} 

#gHeader .linkUl li a:hover {
	opacity: 0.7;
}

@media screen and (max-height: 700px) {
	#gHeader h1 img {
		max-width: 70%;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		width: 100%;
		height: 50px;
		background-color: #004622;
		position: relative;
	/*	overflow: hidden;*/
	}
	
	#gHeader .linkUl {
	/*	display: none;*/
	}

	#gHeader h1 {
		width: 228px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
		margin-bottom: 0;
	}
	
	#gHeader h1 img {
		width: 100%;
		max-width: inherit;
	}

	#gHeader h1 .fci_link {
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 50px;
	}
	
	#gHeader .search {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#gHeader .search .off {
		display: none;
	}
	
	#gHeader .search.on .on {
		display: none;
	}
	
	#gHeader .search.on .off {
		display: block;
	}
	
	#gHeader .search img {
		width: 50px;
	}
	
	#gHeader .menu {
		width: 100%;
		position: absolute;
		top: 50px;
		right: 0;
	}
	
	#gHeader .menu img {
		width: 50px;
	}

	#mega-menu-wrap-header-navi .mega-menu-toggle {
		border-radius: 0 !important; /******************/
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 0 30px;
}
#gNavi li a {
	padding: 9px 0 10px 9px;
	width: 100%;
	height: 7.5vh;
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #DCDCDC;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li a span {
	display: table-cell;
	vertical-align: middle;
}

#gNavi li a .txt {
	padding-left: 3px;
	width: 78%;
	letter-spacing: 0.2px;
	line-height: 1.25;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 40px 0 24px;
	position: relative;
}

#gFooter .subBox {
	margin: 0 auto;
	width: 1000px;
}

#gFooter .subBox #fci_logo {
	width: 75px;
	margin-left: 2px;
}
#gFooter .subBox .fci_link {
	position: absolute;
	top: 0;
	right: 12px;
	width: 75px;
	height: 75px;
}

#gFooter .subBox ul#snsLink, #gFooter .subBox ul#snsNice {
	display: none;
}

#gFooter .contactBox {
	margin-bottom: 40px;
}

#gFooter .contactBox .fLogo {
	width: 400px;
	margin: 0 auto 38px;
	text-align: center;
}

#gFooter .contactBox ul {
	text-align: center;
}

#gFooter .contactBox li {
	margin: 0 8px;
	display: inline-block;
}

#gFooter .contactBox li a:hover {
	opacity: 0.7;
}

#gFooter .greenBox {
	margin-bottom: 73px;
	padding: 45px 0 47px;
	background-color: #004622;
}

#gFooter .greenBox .subBox {
	padding-left: 10px;
	box-sizing: border-box;
}

#gFooter .greenBox .subBox > ul { /* 【ブロック間は32px】 */
	height: 702px;
	position: relative;
}

#gFooter .greenBox .subBox > ul > li {
	width: 30%;
	position: absolute;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7191 { /* JKCについて */
	top: 0;
	left: 0;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7210 { /* 各種お手続き */
	top: 388px;
	left: 0;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7230 { /* 血統証明書と繁殖について */
	top: 0;
	left: 35%;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7270 { /* ドッグショー／各種競技会 */
	top: 266px;
	left: 35%;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7327 { /* JKC 公認資格 */
	top: 0;
	left: 70%;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7387 { /* 世界の犬 */
	top: 356px;
	left: 70%;
}
#gFooter .greenBox .subBox > ul > li#menu-item-7370 { /* お知らせ／よくあるご質問 */
	top: 442px;
	left: 70%;
}

#gFooter .greenBox .subBox > ul > li:nth-child(4) {
}

#gFooter .greenBox .subBox > ul > li:last-child {
	margin-right: 0;
}

#gFooter .greenBox .subBox li.no_hover > a {
	display: block;
	pointer-events: none;
}

#gFooter .greenBox .subBox > ul > li > a {
	padding-left: 13px;
	background: url(../../images/common/icon15.png) no-repeat left center;
}

#gFooter .greenBox li ul {
	margin: 14px 0 0 15px;
}

#gFooter .greenBox li li {
	line-height: 1em;
	margin-bottom: 12px;
}

#gFooter .greenBox li li:last-child {
	margin-bottom: 0;
}

#gFooter .greenBox li a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.3px;
}

#gFooter .greenBox li a:hover {
	text-decoration: underline;
}

#gFooter .greenBox li li a {
	font-size: 12px;
}

#gFooter .fBox ul {
	margin-top: -30px;
	text-align: right;
}

#gFooter .fBox li {
	display: inline-block;
}

#gFooter .fBox li a:hover {
	opacity: 0.7;
}

#gFooter .fBox li a img {
	width: 52px;
}

#gFooter .fBox p {
	color: #666;
	font-size: 12px;
	letter-spacing: 0.3px;
}

#gFooter .pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1370px) {
	#gFooter .fBox ul {
		margin-right: 60px;
	}
}

@media screen and (min-width: 768px) {
	#gFooter .greenBox li ul {
		display: block !important;
	}
}

@media screen and (max-height: 700px) {
	#gFooter .pageTop a img {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 40px 0 12px;
	}

	#gFooter .greenBox {
		display: none;
	}
	
	#gFooter .subBox {
		width: auto;
	}
	
	#gFooter .contactBox {
		margin-bottom: 21px;
	}
	
	#gFooter .contactBox .fLogo {
		width: 100%;
		margin: 0 0 30px;
	}
	
	#gFooter .contactBox .fLogo img {
		margin: 0 auto;
		width: 185px;
	}
	
	#gFooter .contactBox ul {
		margin-left: 5px;
	}
	
	#gFooter .contactBox li {
		margin: 0 6px;
	}
	
	#gFooter .contactBox li a img {
		width: 30px;
	}
	
	#gFooter .greenBox {
		margin-bottom: 22px;
		padding: 2px 0 0;
	}
	
	#gFooter .greenBox .subBox {
		padding-left: 0;
	}
	
	#gFooter .greenBox .subBox > ul {
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	#gFooter .greenBox .subBox > ul > li {
		margin: 0;
		width: 100%;
		float: none;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(2) {
		order: 7;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(3) {
		order: 8;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(4) {
		width: 100%;
		order: 9;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(5) {
		order: 1;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(6) {
		order: 4;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(7) {
		order: 2;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(8) {
		order: 3;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(9) {
		order: 5;
	}
	
	#gFooter .greenBox .subBox > ul > li:nth-child(10) {
		order: 6;
	}
	
	#gFooter .greenBox .subBox > ul > li > a {
		padding: 12px 0 13px 20px;
		display: block;
		position: relative;
		border-bottom: 1px solid #fff;
		background: none;
	}
	
	#gFooter .greenBox .subBox > ul > li > a:before {
		margin-top: -8px;
		width: 10px;
		height: 10px;
		background: url(../../images/common/sp_icon08.png) no-repeat left top;
		background-size: 10px !important;
		position: absolute;
		top: 50%;
		right: 25px;
	  
		content: ""; 
	}
	
	#gFooter .greenBox .subBox .list a:before {
		display: none;
	}
	
	#gFooter .greenBox .subBox li a span {
		margin: 0;
		position: absolute;
		top: 0;
		right: 9px;
		width: 43px;
		height: 43px;
		background: url(../../images/common/sp_icon09.png) no-repeat center center;
		background-size: 10px !important;
	}
	
	#gFooter .greenBox .subBox li a.on span {
		background: url(../../images/common/sp_icon11.png) no-repeat center center;
	}
	
	#gFooter .greenBox li ul {
		margin: 0;
		padding: 15px;
		display: none;
	}
	
	#gFooter .greenBox li li {
		margin-bottom: 5px;
	}
	
	#gFooter .greenBox li a {
		font-size: 12px;
	}
	
	#gFooter .greenBox li a:hover {
		text-decoration: none;
	}
	
	#gFooter .greenBox li li a {
		padding: 5px 20px;
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
	}
	
	#gFooter .fBox ul {
		margin: 0 ;
		text-align: center;
	}
	
	#gFooter .fBox p {
		margin-bottom: 24px;
		font-size: 8px;
		text-align: center;
	}
	#gFooter .pageTop {
		height: 80px;
		background-color: rgba(0,105,52,1);
	}
	#gFooter .pageTop a img {
		width: 40px;
	}
}