@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';
}

.border-radius {
	border: 2px solid #aecbff;
	-o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.hotel-btn {
	text-align: center;
	padding: 0.5rem 0;
}

.hotel-btn img {
	width: 50%;
}

#multi-service h1 {
	padding-top: 1.5rem;
	background: url(../../img/heading-top.png) center bottom no-repeat;
	height: 70px;
	line-height: 70px;
	font-size: 1.6rem;
	color: #ffab07;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 0.1;
}

@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) {
	#multi-service h1 {
		font-size: 1rem;
}
}

#multi-service h1 + p {
		margin-top: 0.3rem;
		margin-bottom: 2rem;
}

#multi-service h2 {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
}

#multi-service h3 {
	margin-bottom: 0rem;
	font-size: 1rem;
}

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

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

#multi-service table {
	width: 100%;
	margin: 2rem 0 0;
	border: none;
	font-size: 0.75rem;
}

#multi-service td:nth-child(even) {
	width: 100px;
	height: 70px;
	background: url(../../img/service/arrow.png) no-repeat;
	background-position: center center;
}

#multi-service td:nth-child(odd) {
	width: 380px;
	height: 480px;
}

#multi-service td.grooming1 {
	background: url(../../img/service/grooming_1.png) center top no-repeat;
}

#multi-service td.grooming2 {
	background: url(../../img/service/grooming_2.png) center top no-repeat;
}

#multi-service td.grooming3 {
	background: url(../../img/service/grooming_3.png) center top no-repeat;
}

#multi-service td.grooming4 {
	background: url(../../img/service/grooming_4.png) center top no-repeat;
}

#multi-service td.grooming5 {
	background: url(../../img/service/grooming_5.png) center top no-repeat;
}

#multi-service td.grooming6 {
	background: url(../../img/service/grooming_6.png) center top no-repeat;
}

#multi-service td.grooming7 {
	background: url(../../img/service/grooming_7.png) center top no-repeat;
}

#multi-service td.grooming8 {
	background: url(../../img/service/grooming_8.png) center top no-repeat;
}

#multi-service td p.bg-ye {
	background: #efefef;
	opacity: 0.8;
	padding: 0 0.5rem;
}

img.rotate {
	-moz-transform:    rotate( 135deg );  /* Firefox用 */
	-webkit-transform: rotate( 135deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 135deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 135deg );  /* IE9用 */
	transform:         rotate( 135deg );
}

h3#grooming-sp {
	display: none;
}

.service-content {
	font-size: 1rem;
	line-height: 1.25rem;
}

.service-content img:first-of-type {
	float: left;
	width: 50%;
	margin: 0.5rem;
	padding-right: 1rem;
}

@media screen and (max-width: 980px) {
	#multi-service table {
	width: 100%;
	margin: 2rem 0 0;
	border: none;
	font-size: 0.75rem;
}
	
#multi-service td:nth-child(even) {
	display: none;
}

#multi-service td:nth-child(odd) {
	height: 400px;
}

#multi-service td.grooming1 {
	background: url(../../img/service/grooming_1.png) center top no-repeat;
	background-size: 78%;
}

#multi-service td.grooming2 {
	background: url(../../img/service/grooming_2.png) center top no-repeat;
	background-size: 78%;
}

#multi-service td.grooming3 {
	background: url(../../img/service/grooming_3.png) center top no-repeat;
	background-size: contain;
}

#multi-service td.grooming4 {
	background: url(../../img/service/grooming_4.png) center top no-repeat;
	background-size: contain;
}

#multi-service td.grooming5 {
	background: url(../../img/service/grooming_5.png) center top no-repeat;
	background-size: contain;
}

#multi-service td.grooming6 {
	background: url(../../img/service/grooming_6.png) center top no-repeat;
	background-size: contain;
}

#multi-service td.grooming7 {
	background: url(../../img/service/grooming_7.png) center top no-repeat;
	background-size: contain;
}

#multi-service td.grooming8 {
	background: url(../../img/service/grooming_8.png) center top no-repeat;
	background-size: contain;
}
	
img.rotate {
	width: 0.102040%;
	height: auto;
}
	
#multi-service td p.bg-ye {
	margin: 1rem;
}
}

@media screen and (max-width: 680px) {
	#multi-service table {
	display: none;
}
	
		.aside {
		font-size: 0.75rem;
}

	#multi-service h2 {
		font-size: 1rem;
}
	
	h3#grooming-sp {
	display: inherit;
	width: 100%;
}
	
	h3#grooming-sp img {
		width: 100%;
}

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

.service-content {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
}

div#goods-content {
	background: url(../../img/price/food.png) top left no-repeat;
	background-size: contain;
	height: 255px;
	position: relative;
}

@media screen and (max-width: 480px) {
div#goods-content {
	background: url(../../img/price/food_sp.png) top left no-repeat;
	background-size: contain;
	height: 192px;
}
}

div#dog-content {
	background: url(../../img/price/dog.png) top left no-repeat;
	background-size: contain;
	height: 255px;
	position: relative;
}

@media screen and (max-width: 480px) {
div#dog-content {
	background: url(../../img/price/dog_sp.png) top left no-repeat;
	background-size: contain;
	height: 192px;
}
	
.hotel-btn img {
	width: 100%;
}
}