/*
Theme Name: beeclub
Theme URI: http://www.adworks24.co.jp/
Description: 2016年度ビークラブ
Author: the Adworks team
Author URI: http://www.adworks24.co.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: wanwan
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	font: inherit;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	zoom: 1;
}
html, body, div, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: middle;
}
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.tb,
.sp,
.nav_menu_v {
	display: none;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 100%;
}
#content {
	float: left;
	width: calc(99.9999% - 300px);
	width: -webkit-calc(99.9999% - 300px);
	background-color: #fff;
	padding: 32px;
	border-radius: 12px;
	border: 3px double #F3E9D9;
}
.one-column #content {
	width: 100%;
	background-color: transparent;
	padding: 0;
	border: 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 280px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	padding: 0 16px;
}
#header .inner,
#footer .inner,
.home .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0 16px;
}
.inner:after {
	content: "";
	overflow: hidden;
	display: block;
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/


/* =Fonts
-------------------------------------------------------------- */
body {
	font-family:'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	background: url(images/bg_wrap.png) center top no-repeat;
	background-size: contain;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FCF8F1;
}
body,
input,
textarea {
	color: #42210B;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 16px;
}
ul,
ol {
	list-style: none;
	margin-bottom: 16px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding-top: 16px;
}
#site-title {
	float: left;
	margin-right: 32px;
}
#site-title a {
}
#site-description {
	float: left;
	clear: right;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 8px;
}
.nav_menu_h {
	float: right;
	margin-right: 90px;
	width: 48%;
}
.nav_menu_h ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0.8em;
	line-height: 2.4;
}
.nav_menu_h ul li:last-child {
	margin-right: 0;
}
.nav_menu_h ul li a {
	color: #42210B;
}
.nav_menu_h ul li.plus_c {
	position: relative;
}
.nav_menu_h ul li.plus_c a:after {
	/*content: "";
	background: url(images/eyecatch.png) 0 0 no-repeat;
	width: 101px;
	height: 123px;
	display: block;
	position: absolute;
	background-size: 101px 123px;*/
}
.toFacebook {
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 12px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
h2.entry-title {
	font-weight: bold;
	font-size: 38px;
	font-size: 3.8rem;
	padding: 24px 0;
	margin-bottom: 24px;
	border-radius: 2px;
	line-height: 1.3;
	text-align: center;
}
h2.entry-title span {
	display: inline-block;
	border-bottom: 3px solid #42210B;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.archive.category-photo #content > h3,
.entry-content h3 {
	color: #E95383;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 32px 24px;
	border-radius: 8px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 1px solid #E95383;
	margin-top: 24px;
}
.archive.category-photo #content h3.entry-title {
	color: #fff;
	background-color: #E95383;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 12px 24px;
	border-radius: 25px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 1px solid #E95383;
	margin-top: 24px;
}
#content h3.entry-title {
	color: #fff;
	background-color: #E95383;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 12px 24px;
	border-radius: 25px;
	font-weight: bold;
	margin-bottom: 24px;
	border: 1px solid #E95383;
	margin-top: 24px;
}


.archive.category-photo #content img.entry-image {
	width: 75%;
	height: auto;
	margin: 0 auto;
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 24px;
}
.entry-content h4 {
	background-color: #FCF8F1;
	border-top: 1px solid #F3E9D9;
	border-bottom: 1px solid #F3E9D9;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 24px;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	font-weight: bold;
	margin-top: 24px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
#content table {
	background-color: #F3E9D9;
	margin-bottom: 40px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
#content table tr th,
#content table tr td {
	padding: 8px 12px;
	text-align: left;
	min-width: 80px;
	line-height: 1.4;
}
#content table tr th {
	background-color: #FDDD5C;
	font-weight: bold;
}
#content table tr:nth-child(even) th {
	background-color: #FDE47D;
}
#content table tr td {
	border-top: 1px solid #fff;
	background-color: #FCF8F1;
}
#content table tr:nth-child(even) td {
	background-color: #FDFBF7;
}
.breadcrumbs_wrap {
	background-color: #42210B;
}
.breadcrumbs_wrap:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.breadcrumbs_wrap div {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0 32px;
}
.breadcrumbs_wrap div ul {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.breadcrumbs_wrap div li {
	color: #fff;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: middle;
	display: block;
	margin-right: 0.5em;
	padding: 3px;
}
.breadcrumbs_wrap div li a {
	color: #FDC900;
	border-bottom: 1px dotted #FDC900;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	background: url(images/bg_wood.png) 0 0 repeat;
	background-size: 200px 80px;
	color: #F6EFE8;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 24px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 5px solid #42210B;
}
.widget_nav_menu {
	background-color: #F6EFE8;
	border: 1px solid #E8D7C5;
	border-radius: 4px;
}
.widget_nav_menu ul li {
	border-bottom: 1px dotted #A67C52;
	padding: 6px 12px;
}
.widget_nav_menu ul li a {
	font-weight: bold;
	color: #42210B;
}
.widget_nav_menu ul li:last-child {
	border-bottom: 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
}
#main .widget-area ul ul {
}
#primary {
}
#secondary {
}
#side_area ul{
	margin-bottom: 0;
}
#side_area ol {
	margin-bottom: 8px;
	float: left;
}
#side_area ul li img,
#side_area ol li img {
	width: 100%;
	height: auto;
}
#side_area ul li {
	margin-bottom: 4px;
}
#side_area ol li {
	float: left;
	width: calc(99.9999% / 2);
	width: -webkit-calc(99.9999% / 2);
}
#side_area ol li:nth-child(1),
#side_area ol li:nth-child(3) {
	border-right: 1px solid #fff;
}
#side_area ol li:nth-child(1),
#side_area ol li:nth-child(2) {
	border-bottom: 1px solid #fff;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0;
}
#colophon {
	overflow: hidden;
	padding: 0;
}
#colophon .footer_shop_list section {
	width: calc(99.999% / 3);
	width: -webkit-calc(99.999% / 3);
	padding: 0 24px;
	float: left;
}
#colophon .inner section dl {
	text-align: center;
}
#colophon .inner section dl dt {
	min-height: 92px;
	display: block;
	margin-bottom: 16px;
}
#colophon .inner section dl dt img {
	width: 60%;
	height: auto;
}
#colophon .inner section dl dd {
	margin-bottom: 0;
	line-height: 1.4;
}
#colophon .inner section dl dd.zip {
	font-size: 13px;
	font-size: 1.3rem;
}
#colophon .inner section dl dd.tel,
#colophon .inner section dl dd.tel span,
#colophon .inner section dl dd.tel span a {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	vertical-align: top;
}
#colophon .inner section dl dd.hours {
	font-size: 11.5px;
	font-size: 1.15rem;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
.welcome,
#copy-rights {
	clear: both;
	text-align: center;
}
.welcome img {
	margin: 40px auto;
	width: 100%;
	max-width: 328px;
	height: auto;
}
#copy-rights p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/*　ページ別レイアウト */

#content .post-1417 table tr th {
	text-align: center;
}
#content .post-1417 table:nth-of-type(2) tr td {
	text-align: center;
}
#content .post-1417 table:nth-of-type(2) tr td:first-child {
	text-align: left;
}
#content .post-1417 table tr td sup {
	font-size: 9px;
	font-size: 0.9rem;
	color: #ED1C24;
}
#content .post-43 div.puppy,
#content .post-35465 div.kitten {
	background-color: #FDFBF7;
	border: 1px solid #F3E9D9;
	margin-bottom: 24px;
	border-radius: 8px;
}
#content .post-43 div.puppy.sold,
#content .post-35465 div.kitten.sold {
	background-color: #FBD2D3;
}
#content .post-43 h3.puppy_title,
#content .post-35465 h3.kitten_title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
	background: url(images/bg_wood.png) 0 0 repeat;
	color: #F6EFE8;
	line-height: 40px;
	padding-left: 16px;
	border-bottom: 5px solid #42210B;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#content .post-43 div.puppy_photo,
#content .post-35465 div.kitten_photo {
	float: left;
	width: calc(56% - 16px);
	width: -webkit-calc(56% - 16px);
	margin-left: 16px;
}
#content .post-43 div.puppy_photo img,
#content .post-35465 div.kitten_photo img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
}
#content .post-43 table,
#content .post-35465 table {
	margin-bottom: 0;
}
#content .post-43 table.puppy_detail,
#content .post-35465 table.kitten_detail {
	float: right;
	margin-right: 16px;
	width: calc(42% - 16px);
	width: -webkit-calc(42% - 16px);
}
#content .post-43 table p,
#content .post-35465 table p {
	margin-bottom: 0;
}
#content .post-43 div.to_puppy_detail,
#content .post-35465 div.to_kitten_detail {
	clear: both;
}
#content .post-43 div.to_puppy_detail a,
#content .post-35465 div.to_kitten_detail a {
	background-color: pink;
	color: #fff;
	width: 16em;
	margin: 16px auto;
	line-height: 40px;
	text-align: center;
	display: block;
	font-weight: bold;
	border-radius: 4px;
}
#content ul.disc {
	margin-left: 1.5em;
}
#content ul.disc li {
	list-style-type: disc;
}
#content iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 840px) {
	#content .post-43 div.puppy_photo,
	#content .post-43 table.puppy_detail,
	#content .post-35465 div.kitten_photo,
	#content .post-35465 table.kitten_detail {
		float: none;
		width: calc(100% - 16px);
		width: -webkit-calc(100% - 16px);
		margin: 8px auto;
	}
}
/* media */

@media screen and (max-width: 1090px) {
	.toFacebook {
		width: 72px;
		height: 72px;
	}
	.toFacebook img {
		width: 100%;
		height: auto;
	}
	.nav_menu_h {
		margin-right: 72px;
	}
}
@media screen and (max-width: 1060px) {
	.tb {
		display: block;
	}
	#colophon .inner section dl dd.tel,
	#colophon .inner section dl dd.tel span,
	#colophon .inner section dl dd.tel span a {
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		vertical-align: top;
	}
}
@media screen and (max-width: 1030px) {
	.nav_menu_h,
	.toFacebook {
		display: none;
	}
	.nav_menu_v {
		display: block;
	}
	#t-navi {
		display: block;
		text-align: left;
	}
	.navi-toggle {
		background: 0;
		top: 1px;
		right: 0;
		position: fixed;
		z-index: 999;
		display: block;
		padding: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		border: 0;
		color: transparent;
		background-color: transparent;
		padding: 12px;
		outline: 0;
	}
	.navi-toggle:hover {
		cursor: pointer;
	}
	.navi-toggle span {
		position: relative;
		display: block;
		width: 100%;
		height: 4px;
		margin-top: 10px;
		border-radius: 1px;
		background-color: #392B2B;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.navi-toggle span:before,
	.navi-toggle span:after {
		position: absolute;
		content: "";
		top: -10px;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 1px;
		background-color: #392B2B;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.navi-toggle span:after {
		top: 10px;
	}
	.navi-toggle.on span {
		background-color: transparent;
	}
	.navi-toggle.on span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}
	.navi-toggle.on span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}
	#t-navi .t-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(233,83,131,0.7);
		z-index: 998;
	}
	#t-navi ul {
		border-top: 2px solid #E95383;
		border-bottom: 2px solid #FAF4E8;
		margin-top: 70px;
	}
	#t-navi ul:after {
		content: "";
		display: block;
		clear: both;
		overflow: hidden;
	}
	#t-navi ul li {
		border-bottom: 1px dotted #E95383;
		position: relative;
		width: calc(99.9999% / 2);
		width: -webkit-calc(99.9999% / 2);
		float: left;
		background-color: #FAF4E8;
		text-align: center;
		line-height: 60px;
	}
	#t-navi ul li:nth-child(odd) {
		border-right: 1px dotted #E95383;
	}
	#t-navi ul li a {
		color: #42210b;
		font-weight: bold;
		display: block;
	}
	#t-navi ul li:last-child {
		background-color: #E95383;
	}
	#t-navi ul li:last-child a {
		color: #FAF4E8;
	}
}
@media screen and (max-width: 960px) {
	#colophon .inner section {
		padding: 0 10px;
	}
	#colophon .inner section dl dd.tel,
	#colophon .inner section dl dd.tel span,
	#colophon .inner section dl dd.tel span a {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		vertical-align: top;
	}
}
@media screen and (min-width: 767px) and (max-width: 960px) {
	#content {
		width: 69.758064516%;
	}
	#primary,
	#secondary {
		width: 28.571428571%;
	}
}
@media screen and (max-width: 766px) {
	#content {
		width: 100%;
	}
	#primary,
	#secondary {
		width: 100%;
		clear: both;
	}
	#side_area ul li:first-child,
	#side_area ul li:nth-child(2) {
		width: calc((99.9999% - 1px) / 2);
		width: -webkit-calc((99.9999% - 1px) / 2);
		float: left;
		margin-right: 1px;
	}
	#side_area ul li:nth-child(2) {
		margin-right: 0;
	}
	#side_area ul li {
		margin-bottom: 1px;
	}
}
@media screen and (min-width: 560px) and (max-width: 766px) {
	#side_area ol li {
		width: calc(99.9999% / 4);
		width: -webkit-calc(99.9999% / 4);
	}
}

@media screen and (max-width: 640px) {
	#content {
		padding: 16px;
	}
	.inner {
		padding: 0 8px;
	}
	.sp {
		display: block;
	}
	section:after {
		display: block;
		clear: both;
		overflow: hidden;
		content: "";
	}
	#colophon .inner section {
		width: calc(99.9999% / 2);
		width: -webkit-calc(99.9999% / 2);
	}
	#colophon .inner section:nth-of-type(3) {
		margin: 24px auto;
		float: none;
		clear: both;
	}
	#colophon .inner section dl dt img {
		width: 80%;
	}
	h2.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 0;
	}
	.breadcrumbs_wrap div {
		padding: 0 16px;
	}
}
@media screen and (max-width: 560px) {
	#site-title {
		margin-right: 16px;
		width: 120px;
	}
	#site-title img {
		width: 100%;
		height: auto;
	}
	#colophon .inner section {
		width: 100%;
	}
	#colophon .inner section dl dt img {
		width: 70%;
	}
	.welcome img {
		max-width: 240px;
		margin: 16px auto;
	}
}
@media screen and (max-width: 480px) {
	#site-description {
		display: none;
	}
}
@media screen and (max-width: 460px) {
	#content table tr th,
	#content table tr td {
		display: block;
		width: 100%;
		padding: 8px 12px;
	}
	.entry-content h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.entry-content h3,
	.entry-content h4 {
		padding: 8px 12px;
	}
	#content iframe {
		height: 288px;
	}
}



.entry-image {
	max-width: 100%;
}
.share-fcbk-btn .shr-btn {
	cursor: pointer;
}
#content .contact_attention_wrap {
	border: 1px solid #f2babb;
	background-color: #fff6f7;
	border-radius: 4px;
	padding: 1em;
}

.single-puppy img.attachment-puppy,
.single-kitten img.attachment-kitten {
	max-width: 100%;
	height: auto;
}
.sp_staff_blog {
	z-index: 500;
	position: relative;
	text-align: center;
	background-color: #ffd900;
	line-height: 36px;
}
.sp_staff_blog a {
	color: #42210B;
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	font-weight: bold;
	padding: 16px;
}





/*XO Event Calendar*/

#xo-event-calendar-1 table td {padding: 0 !important;}

.month-event-space  {margin-bottom: 20px !important;}

.month-dayname td {padding: 0 !important;}

.month-week td {padding: 0 !important;}


@media screen and (max-width: 460px) {
	.xo-event-calendar td,.xo-event-calendar th {
		display:table-cell !important;
		padding: 0 !important;}
	
}



/*Google Calendar*/
.cal_wrapper {
      max-width: 620px;
      min-width: 300px;
      margin: 2.0833% auto;
    }
     
    .googlecal {
      position: relative;
      padding-bottom: 100%;
      height: 0;
      overflow: hidden;
    }
    .googlecal iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }


