@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto%20Sans:400,700);
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

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

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local("NotoSansJP-Regular.otf"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/* --------------------------------------------------

BASE

-------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

body,
table {
	font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Pゴシック", "Noto Sans", sans-serif;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	color: #414141;
}

/* --------------------------------------------------

リンク

-------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #154999;
	text-decoration: underline;
}

/* マウスオーバ時のアルファ値変更 */
a img {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
	filter: Alpha(opacity=70);
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.alpha {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
	filter: Alpha(opacity=70);
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover img.non-alpha {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
	filter: Alpha(opacity=100);
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* --------------------------------------------------

基本コンポーネント

-------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	min-height: 700px;
	background-color: #F4F1F0;
}

/*ヘッダー*/
header.main {
	width: 100%;
	height: 186px;
	overflow: visible;
	background-color: #fff;
}
header.main .inner {
	width: 942px;
	margin: 0 auto;
	position: relative;
	height: 118px;
}
header.main .inner .logo {
	position: absolute;
	width: 174.0px;
	height: 36.0px;
	left: 0;
	top: 28px;
}
header.main .inner .logo-02 {
	position: absolute;
	width: 108px;
	height: 107px;
	z-index: 2;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
header.main .inner > h2 {
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	left: 566px;
	top: 17px;
}
header.main .inner .company_name {
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	left: 568px;
	top: 35px;
}
header.main .inner .company_name em {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
}

.small {
	font-size: 70%;
}

.sp-menu {
	display: none;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
  /*ヘッダー*/
	header.main {
		width: 100%;
		height: auto;
		overflow: visible;
		min-height: 97px;
		background-color: #fff;
	}
	header.main .inner {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	header.main .inner .logo {
		position: absolute;
		width: 135.0px;
		height: auto;
		left: 10px;
		top: 5px;
	}
	header.main .inner .logo img {
		width: 50%;
		height: auto;
	}
	header.main .inner .logo-02 {
		margin: 0;
		display: block;
		position: absolute;
		left: 10px;
		top: 43px;
		width: 45px;
		height: auto;
		right: 0;
	}
	header.main .inner .logo-02 img {
		width: 100%;
		height: auto;
	}
	header.main .inner > h2 {
		display: none;
	}
	header.main .inner .company_name {
		font-size: 10px;
		font-size: 1rem;
		position: absolute;
		left: 64px;
		top: 44px;
	}
	header.main .inner .company_name em {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		font-family: 'Noto Sans', sans-serif;
	}
	header.main .inner .company_name span {
		display: block;
	}

	.sp-menu {
		display: block;
		color: #000;
		font-size: 9px;
		position: absolute;
		color: #000;
		width: 56.0px;
		height: 45.0px;
		top: 43px;
		right: 0px;
		background: transparent url(https://petline-brand.jp/dietics/img/common/sp-menu-bg.png) 0 0 no-repeat;
		background-size: 56px auto;
		-webkit-background-size: 56px auto;
		text-align: center;
		padding-top: 29px;
		border-left: 1px solid #B0BDC6;
	}
	.sp-menu.open {
		background-image: url(https://petline-brand.jp/dietics/img/common/sp-menu-close.png);
	}
	.sp-menu.open h2 > .open {
		display: none;
	}
	.sp-menu.open h2 > .close {
		display: inline;
	}
	.sp-menu h2 .close {
		display: none;
	}
}
/* スマートフォンここまで */
/* --------------------------------------------------

グローバルナビゲーション

-------------------------------------------------- */
/*.sp-nav-bg {
	display: none;
}*/
#gnav {
	width: 100%;
	height: 70px;
	background-color: #000b3f;
	z-index: 1;
	padding-top: 16px;
}
#gnav ul {
	width: 942px;
	display: table;
	margin: 0 auto;
}
#gnav li {
	display: table-cell;
	height: 36px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#gnav li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#gnav a {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 36px;
}
#gnav a:hover:after {
	content: " ";
	display: block;
	border-bottom: 4px solid #154999;
	margin-left: 10px;
	margin-right: 10px;
}

/*カレント表示*/
#about #gnav .about a:after,#buystore #gnav .buystore a:after, #products_dog #gnav .products_dog a:after, #products_cat #gnav .products_cat a:after, #search #gnav .search a:after, #contact #gnav .contact a:after {
	content: "";
	display: block;
	border-bottom: 4px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
  /*.sp-nav-bg {
  	display: none;
  	background-color: transparent;
  	height: 0;
  	width: 100%;
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 9998;
  }*/
	#gnav {
		display: none;
	}

	#gnav {
		width: 100%;
		height: auto;
		background-color: rgba(0, 11, 63, 0.9);
		z-index: 99999;
		padding-top: 0;
		position: absolute;
		top: 97px;
	}
	#gnav ul {
		width: 100%;
		display: block;
		margin: 0 0;
		padding-top: 5px;
		padding-bottom: 15px;
	}
	#gnav li {
		display: block;
		height: 45px;
		border-right: none;
		border-bottom: 1px solid #5D6785;
	}
	#gnav li:first-child {
		border-left: none;
		border-top: 1px solid #5D6785;
	}
	#gnav a {
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		text-decoration: none;
		color: #fff;
		line-height: 45px;
		font-weight: bold;
	}
	#gnav a:hover {
		color: #d9d9d9;
	}
	#gnav a:after {
		display: none !important;
	}
}
/* スマートフォンここまで */
/*グローバルナビゲーションここまで*/
/* --------------------------------------------------

コンテンツエリア

-------------------------------------------------- */
main {
	margin-top: 0;
	background-color: #F4F1F0;
}

.section-inner {
	width: 1100px;
	margin: 0 auto;
}

.news img{
	width: 100%;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	main {
		width: 100%;
		margin-top: 0;
	background-color: #F4F1F0;
	}
}
/* スマートフォンここまで */
/* --------------------------------------------------

フッター

-------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1100px;
	background-color: #fff;
	z-index: 1;
	padding-top: 35px;
}
footer .inner {
	width: 942px;
	height: 122px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
footer .logo {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #AFBDC4;
	padding-right: 36px;
}
footer .link {
	position: absolute;
	top: 6px;
	left: 307px;
	font-size: 12px;
	font-size: 1.2rem;
	background: transparent url(https://petline-brand.jp/dietics/img/common/allow-03.png) 0% 50% no-repeat;
	padding-left: 13px;
}
footer small {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	vertical-align: middle;
	background-color: #000b3f;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	footer {
		width: 100%;
		min-width: 0;
		background-color: #fff;
		z-index: 1;
		padding-top: 38px;
	}
	footer .inner {
		width: auto;
		height: 75px;
		margin: 0 10px;
		position: relative;
		background-color: #fff;
	}
	footer .logo {
		position: absolute;
		top: 0;
		left: 0;
		border-right: 1px solid #AFBDC4;
		padding-right: 20px;
	}
	footer .logo a {
		display: block;
		width: 145px;
		height: 46px;
	}
	footer .logo a img {
		width: 100%;
		height: auto;
	}
	footer .link {
		position: absolute;
		top: 6px;
		left: 174px;
		font-size: 12px;
		font-size: 1.2rem;
		background: transparent url(https://petline-brand.jp/dietics/img/common/allow-03.png) 0% 50% no-repeat;
		padding-left: 13px;
	}
	footer small {
		display: block;
		width: 100%;
		height: 46px;
		line-height: 46px;
		vertical-align: middle;
		background-color: #000b3f;
		text-align: center;
		color: #fff;
		font-size: 10px;
		font-size: 1rem;
		font-family: 'Noto Sans', sans-serif;
		letter-spacing: 0px;
	}
}
/* end of SP */
#lineup-font-size-sampler {
	display: none !important;
}

/* ****** スマートフォン ****** */
/* スマートフォンここまで */
/* ページトップ */
.pagetop {
	width: 54px;
	height: 54px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #f5f1ef;
	margin: 0 auto -27px;
	z-index: 666;
	position: relative;
	cursor: pointer;
}
.pagetop:before {
	content: " ";
	display: block;
	border-top: 4px solid #154999;
	border-right: 4px solid #154999;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10.0px;
	height: 10.0px;
	position: absolute;
	left: 20px;
	top: 31px;
}

#scrollUp {
	background: transparent url(https://petline-brand.jp/dietics/img/common/pagetop.png) 0 0 no-repeat;
	text-indent: -777em;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 60px;
	height: 60px;
	display: block;
	right: 50px;
	position: static !important;
	float: right;
	margin-right: 20px;
}
#scrollUp:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#scrollUp a {
	text-decoration: none;
}

/*英文フォント*/
.en {
	font-family: 'Libre Baskerville', serif;
}

.hide {
	display: none !important;
}

.fixed {
	position: fixed;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.vam {
	vertical-align: middle;
}

.vat {
	vertical-align: top !important;
}

/*PC SP表示切り替え*/
.pc-only {
	display: inherit !important;
}

table.pc-only {
	display: table !important;
}

.sp-only {
	display: none !important;
}

/* ******** スマートフォン向け ********* */
@media screen and (max-width: 736px) {
	body,
	table {
		letter-spacing: 0;
		-webkit-text-size-adjust: 100%;
	}

  /* ページトップ */
	#scrollUp {
		display: none;
	}

	.pc-only {
		display: none !important;
	}

	table.pc-only {
		display: none !important;
	}

	.sp-only {
		display: inherit !important;
	}

	table.sp-only {
		display: table !important;
	}
}
.c-orange {
	color: #E74F01;
}

.c-green {
	color: #51B690;
}

.c-purple {
	color: #64447B;
}

.c-pink {
	color: #D2256F;
}

sup {
	vertical-align: super;
	font-size: 50%;
}



#btn_back {
        
        
    display: inline-block;
    width: 180px;
    height: 44px;
    background-color: #154999;
    color: #fff;
    /*font-weight: bold;*/
  /*  font-size: 18px;*/
    font-size: 1.8rem;
   /* border: none;*/
    cursor: pointer;
    border: none;
    letter-spacing: 3px;
    vertical-align:middle;
    padding-top: 8px;
    text-decoration: none;
        
    }


/***error messages in contact***/

.error-message {
    display: none;
}

   
.errorContact {
    color: red;
    font-size: 14px;
}

.text-red{
    color: red;
    
}

/***キャプション内テキストとアンダーライン追加***/
.caption-inner-text {
    font-weight: normal;
    font-size: 1.3rem;
}

.underline {
    text-decoration: underline;
}
    

/*# sourceMappingURL=common.css.map */
