@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

.content-bg {
	padding-bottom: 2rem;
}

#main-contents-about {
	height: calc(2000px * 0.3995);
}

#gallery-bg {
	width: 100%;
	height: 354px;
	background: #8292a0;
}

.header-gallery {
	margin-top: -24px;
	height: 354px;
	background: url(../../img/about/top.jpg) no-repeat top center;
}

.header-gallery h1.page-title {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 150px;
	background: #307aba;
	opacity: .85;
	color: #fff;
	font-size: 2rem;
	padding: 15px 0;
	font-weight: lighter;
	font-family: 'Sawarabi Mincho';
}

.pet-dog h1 {
	padding-top: 1.5rem;
	text-align: center;
	margin-bottom: 50px;
}

.pet-dog h1 img {
	width: 100%;
	max-width: 452px;
}

section.introduction-left {
	width: calc(100% / 2 - 1%);
	max-width: 450px;
	background: #fff9da;
	border: 1px solid #f9eb21;
	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	float: left;
	margin: 0 20px 35px 0;
}

section.introduction-right {
	width: calc(100% / 2 - 1%);
	max-width: 450px;
	background: #fff9da;
	border: 1px solid #f9eb21;
	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	float: right;
	margin: 0 0 35px 0;
}

section.introduction-left h1, section.introduction-right h1 {
	width: 90%;
	font-size: 1rem;
	color: #c16b3d;
	font-weight: lighter;
	padding: 0.5rem 0 !important;
	border-bottom: 1px solid #f9eb21;
	margin: 0 auto;
}

section.introduction-left h1 + p, section.introduction-right h1 + p {
	width: 90%;
	margin: 1rem auto;
}

section.introduction-left h1 + p img, section.introduction-right h1 + p img {
	width: 100%;
	border: 2px solid #fff;
}

/* load btn */
#infscr-loading {
	width:100%; 
	height:30px; 
	clear:both; 
	padding:30px 0; 
	display:block; 
	position:relative; 
	text-align:center;
}

#infscr-loading img {
	width:30px; 
	height:30px; 
	margin:0 auto; 
	display:inline-block; 
	position:relative;
}

.navigation {
	text-align:center;
}
.navigation a {
	border:1px solid #ccc; 
	padding:8px 20px; 
	border-radius:4px;
	text-decoration: none;
}
.navigation a:hover {
	border:1px solid #6495ed;
}

@-webkit-keyframes spin {
0%{-webkit-transform:rotateY(0deg);}
100%{-webkit-transform:rotateY(180deg);}
}
@-moz-keyframes spin {
0%{-moz-transform:rotateY(0deg);}
100%{-moz-transform:rotateY(180deg);}
}
@-ms-keyframes spin {
0%{-ms-transform:rotateY(0deg);}
100%{-ms-transform:rotateY(180deg);}
}
@-o-keyframes spin {
0%{-o-transform:rotateY(0deg);}
100%{-o-transform:rotateY(180deg);}
}
@keyframes spin {
0%{transform:rotateY(0deg);}
100%{transform:rotateY(180deg);}
}

.pet-dog h1 + p {
		margin-top: 0.3rem;
		margin-bottom: 2rem;
}

.pet-dog h2 {
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
}

.pet-dog h3 {
	margin-bottom: 0rem;
	font-size: 1rem;
}

.aside {
	color: #6495ed;
	font-size: 1rem;
	border-bottom: 1px dotted #6495ed;
}

.caution {
	font-size: 0.75rem;
	line-height: 1.5;
	position: absolute;
	top: 1rem;
	left: 50%;
}

@media screen and (max-width: 1013px) {
section.introduction-left {
	width: calc(100% / 2 - 3%);
}

section.introduction-right {
	width: calc(100% / 2 - 3%);
}
	
section.introduction-left h1, section.introduction-right h1 {
	font-size: 0.75rem;
}
}

@media only screen and (max-width: 768px) {
	#gallery-bg {
		height: 250px;
}
	
	.header-gallery {
	margin-top: -24px;
	height: 250px;
	background: url(../../img/about/top_sp.jpg) no-repeat top center;
}
	
	.header-gallery h1.page-title {
	position: absolute;
	top: 100px;
	font-size: 1.5rem;
	font-weight: lighter;
}
}

@media screen and (max-width: 680px) {
	.pet-dog h1 {
		font-size: 0.75rem;
		margin-bottom: 20px;
}
	
section.introduction-left {
	width: calc(100% / 2 - 4%);
	max-width: 320px;
	background: #fff9da;
	border: 1px solid #f9eb21;
	-o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	float: left;
	margin: 0 10px 35px 0;
}

section.introduction-right {
	width: calc(100% / 2 - 1%);
	max-width: 320px;
	background: #fff9da;
	border: 1px solid #f9eb21;
	-o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	float: right;
	margin: 0 0 35px 0;
}
	
section.introduction-left h1, section.introduction-right h1 {
	font-size: 0.75rem;
}
}

@media screen and (max-width: 480px) {
	.pet-dog h1 {
		font-size: 0.75rem;
}
	
section.introduction-left {
	width: 100%;
	max-width: 480px;
	float: none;
	margin: 0 0 35px 0;
}

section.introduction-right {
	width: 100%;
	max-width: 480px;
	float: none;
	margin: 0 0 35px 0;
}
}
