


ul {
  list-style-type: none;
  padding: 0;
}

/* メイン背景画像 */
.main-image-top { background:url(../images/pet_salon/pet_salon_main_img.png) center no-repeat; background-size: cover;
height: 30em;

}

.main-title {
  font-size: 3.2em;
  line-height: 1.25em;
  letter-spacing: 0.1em;
	color:#ffffff;
}


/* ボタン-メイン */
.btn-type01{
	background:#E57FB0;
	border-radius:50px;
	width: 19em;
	border: 1px #E57FB0 solid;
}

.btn-type01:hover{
    background: #DE609D;
    border-radius: 50px;
    width: 19em;
    border: 1px solid #DE609D;
}


.btn-type02{
	background:#ffffff;
	border-radius:50px;
	color:#E57FB0;
	width: 19em;
	border: 2px #E57FB0 solid;
}

.btn-type02:hover{
	background:#ffffff;
	border-radius:50px;
	color:#DE609D;
	width: 19em;
	border: 2px #DE609D solid;
}





/* 項目メインタイトル */

.field-title-01{
	font-size: 2.5em;
	font-weight: bold;

}

.field-title-02{
	font-size: 2.5em;
	font-weight: bold;

}



/* 特徴 */

.card-box-design {
	border-radius: 15px;
	
}

.card-img-top {
	border-radius: 15px;
	
}

.card-title-font {
font-size: 2.5em;
}

.card-text-sub {
font-size: 1.75em;
}


/* 主な機能 */

.functions-title-font {
	font-size: 1.2em;
}



/* メインカラー */
.base-color-01{
	color:#E57FB0;

}


/* 料金 */

.card-box-price {
	border-radius: 15px;
	
}

.card-price-img-top {
	border-radius: 15px;
	
}



/* リンクカラー */
.spot-link {
  color:#E57FB0;
}

.spot-link a:link {
  text-decoration:none;
  color:#E57FB0;
}

.spot-link a:visited {
  color:#E57FB0;
}

.spot-link a:hover {
  color:#DE609D;
}

.spot-link a:active {
  text-decoration:none;
  color:#E57FB0;
}







/* フッターエリア */


.footer-contact-area {
  background:#E57FB0;
}

.footer-contact-area-text {
font-size: 1.0em;
letter-spacing: 0.1em;
}



.footer-area {
  background:#e9ecef;
}

.category-list-group {
   padding-top: 3em;
}

.category-list-group a:link {
  text-decoration:none;
  color:#343a40;
}


.category-list {
  font-size: 0.8em;
  line-height: 2em;
  letter-spacing: 0.1em;
  color:#343a40;
}

.category-list a:link {
  text-decoration:none;
  color:#343a40;
}

.category-list a:visited {
  color:#343a40;
}

.category-list a:hover {
  color:#343a40;
}

.category-list a:active {
  text-decoration:none;
  color:#343a40;
}




.footer-service_logo {
  padding-top: 5.5em;
 }



.footer-copyrights {
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
}



.breadcrumb {
font-size: 0.85rem;
}

.h7{
	font-size:0.25em; 
}



/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #D15E97;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


/*599px以下*/
@media screen and (max-width: 599px) {  
	.main-title {
  font-size: 2.0em;
  line-height: 1.25em;
  letter-spacing: 0.1em;
	color:#ffffff;
		margin-top: 1.0em;
}
	
	
	.field-title-01{
	font-size: 2.2em;
	font-weight: bold;

}
	
		.field-title-02{
	font-size: 2.0em;
	font-weight: bold;

}
}


