@charset "UTF-8";

/***************************************************

	pet-spa

***************************************************/

#archive_wrapp{
	width: 100%;
	padding: 0 0 40px;
}

#pet-spa-copy01{
	background: url(/images/pet-spa/pet-spa_bg01.jpg) no-repeat 0 0 #fff;
	background-size: cover;
	padding: 100px 0 130px;
}

#pet-spa-copy01 #wrapp{

}

#pet-spa-copy01 #wrapp h2{
	font-size: 41px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
	text-shadow:2px 2px 3px #333333;
}

#pet-spa-copy01 #wrapp p{
	font-size: 20px;
	color: #fff;
	line-height: 2.0;
	text-align: center;
	text-shadow:2px 2px 3px #333333;
}


#pet-spa-copy02{
	padding: 60px 0 60px;
}

#pet-spa-copy06 h3,
#pet-spa-copy05 h3,
#pet-spa-copy04 h3,
#pet-spa-copy03 h3,
#pet-spa-copy02 h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
}

#pet-spa-copy02 p{
	font-size: 20px;
	line-height: 2.0;
	text-align: center;
}

#anchor-link{
	position: relative;
	overflow: hidden;
	margin: 60px 0 0;
}

#anchor-link ul {
	position: relative;
	left: 50%;
	float: left;
}

#anchor-link ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 15px;
	width: 200px;
}

#anchor-link ul li a{
	display: block;
	border: 1px solid #5C090D;
	border-radius: 6px;
	padding: 1px;
}

#anchor-link ul li a span{
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	border-radius: 5px;
	padding: 6px 0;

background: -moz-linear-gradient(top, rgba(92,9,13,0.48) 0%, rgba(92,9,13,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(92,9,13,0.48) 0%,rgba(92,9,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(92,9,13,0.48) 0%,rgba(92,9,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a5c090d', endColorstr='#5c090d',GradientType=0 ); /* IE6-9 */
}


#pet-spa-copy03 .spa-wrapp{
	background: url(/images/common/bg_01.jpg);
	padding: 60px 0 60px;
}

#pet-spa_image{
	width: 900px;
	margin: 0 auto 60px;
}

#pet-spa_image h4{
	font-size: 25px;
	margin: 20px 20px 14px;
	font-weight: bold;
	text-align: center;
	background: rgba(255,255,255,0.4);
}

#pet-spa_image p{
	font-size: 20px;
	text-align: center;
}


.image-wrapp-ul01{
	width: 900px;
	margin: 0 auto 60px;
}

.image-wrapp-ul01 li{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.image-wrapp-ul01 li:nth-child(even){
	flex-direction: row-reverse;
}

.image-wrapp-ul01 li .text,
.image-wrapp-ul01 li .image{
	width: 50%;
	text-align: center;
	position: relative;
}

.image-wrapp-ul01 li .image .icon{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.image-wrapp-ul01 li .text{
	line-height: 1.8;
	font-size: 17px;
}

.image-wrapp-ul01 li .text h4{
	font-size: 25px;
	margin: 0 20px 14px;
	font-weight: bold;
	background: rgba(255,255,255,0.4);
}

.image-wrapp-ul01 li .text p{
	margin: 0 0 20px;
}

.image-wrapp-ul01 li .text .sub-title01{
	width: 180px;
	margin: 0 auto 16px;
	padding: 5px 6px 3px;
	color: #fff;
	background: #5C090D;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 15px;
}

.image-wrapp-ul01 li .text dl.time01{
	width: 280px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
}

.image-wrapp-ul01 li .text dl.time01 dt{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.image-wrapp-ul01 li .text dl.time01 dd{
	margin: -27px 0 3px 0;
	padding: 0 0 2px 85px;
	border-bottom: 1px dotted #ccc;
}


#pet-spa-copy04 .spa-wrapp{
	width: 100%;
	background: url(/images/common/bg_02.png) repeat-x 0 0 #fff;
	padding: 60px 0 60px;
}

.spa-info{
	width: 800px;
	margin: 0 auto;
	padding: 15px;
	background: rgba(255,255,255,1.0);
	border-radius: 10px;
}

.spa-info.type02{
	background: rgba(255,255,255,0.6);
}

.spa-info dl.dl01 > dt{
	width: 100px;
	margin: 0 0 0 15px;
	padding: 5px 6px 3px;
	color: #fff;
	background: #5C090D;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 12px;
}

.spa-info dl.dl01 > dd{
	margin: -20px 0 10px 0;
	padding: 0 0 7px 145px;
	border-bottom: 1px dotted #ccc;
}

.spa-info dl.dl01 > dd ul.ul01{
	list-style-type: decimal;
	margin: 0 0 0 26px;
}

.spa-info dl.dl01 > dd table{
	width: auto;
	margin: 0 0 14px;
	font-size: 14px;
}

.spa-info dl.dl01 > dd table tr td,
.spa-info dl.dl01 > dd table tr th{
	border: 1px solid #ccc;
	padding: 6px 14px;
	box-sizing: border-box;
	background: #fff;
}

.spa-info dl.dl01 > dd table tr th{
	background: #FCFAF3;
	color: #5C090D;
	text-align: center;
	padding: 6px 0;
}

.spa-info dl.dl01 > dd table tr td span{
	display: none;
}

.spa-info dl.dl01 > dd table.table01 tr th.th01{
	width: 90px;
}

.spa-info dl.dl01 > dd table.table01 tr th.th02{
	width: 120px;
}

.spa-info dl.dl01 > dd table.table01 tr th.th03{
	width: 120px;
}

.spa-info dl.dl01 > dd table.table01 tr th.th04{
	width: 160px;
}

.spa-info dl.dl01 > dd table.table01 tr td{
	text-align: center;
	vertical-align: middle;
}

.spa-info dl.dl01 > dd table.table01 tr td.td01{
	text-align: left;
}


.spa-info dl.dl01 > dd table.table02 tr th.th01{
	width: 340px;
}

.spa-info dl.dl01 > dd table.table02 tr th.th02{
	width: 150px;
}

.spa-info dl.dl01 > dd table.table02 tr th.th03{
	width: 150px;
}

.spa-info dl.dl01 > dd table.table02 tr td{
	text-align: center;
	padding-bottom: 0;
}

.spa-info dl.dl01 > dd table.table02 tr td.td01{
	text-align: left;
}

.spa-info dl.dl01 > dd table.table02 tr td dl dt{
	width: 100%;
	text-align: center;
	margin: 0 0 3px;
	padding: 5px 6px 3px;
	color: #fff;
	background: #5C090D;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 12px;
}

.spa-info dl.dl01 > dd table.table02 tr td dl dd{
	margin: 0 0 6px;
}

.spa-info dl.dl01 > dd table.table03 tr th.th_h03,
.spa-info dl.dl01 > dd table.table03 tr th.th_h02,
.spa-info dl.dl01 > dd table.table03 tr th.th_h01{

}

.spa-info dl.dl01 > dd table.table03 tr th.th_h03 span,
.spa-info dl.dl01 > dd table.table03 tr th.th_h02 span{
	display: block;
}


.spa-info dl.dl01 > dd table.table03 tr th{
	width: 100px;
	vertical-align: middle;
}

.spa-info dl.dl01 > dd table.table03 tr td{
	width: 200px;
	text-align: center;
}

.spa-info dl.dl01 > dd table.table03 tr td span{
	display: none;
}

.spa-info dl.dl01 > dd .note-ul01{
	margin: 0 0 24px;
	font-size: 13px;
}

.spa-info dl.dl01 > dd .note-ul01 li{
	position: relative;
	padding: 0 0 0 16px;
}

.spa-info dl.dl01 > dd .note-ul01 li::before{
	content: "※";
	color: #E00515;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.spa-info dl.dl01 > dd .title{
	position: relative;
	padding: 0 0 0 16px;
	color: #5C090D;
	margin: 0 0 3px;
}

.spa-info dl.dl01 > dd .title::before{
	content: "●";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}


#pet-spa-copy05 .cont_wrapper{
	padding: 60px 0 60px;
}

#pet-spa-copy05 h4 {
	text-align: center;
	font-size: 22px;
	color: #5C090D;
	line-height: 1;
	padding: 8px 0 6px;
	border-radius: 8px;
	width: 800px;
	margin: 0 auto 30px;
	background: url(/images/common/bg_01.jpg);
}








/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media screen and (max-width:767px){

#archive_wrapp{
	width: 100%;
	padding: 0 0 30px;
}

#pet-spa-copy01{
	background: url(/images/pet-spa/pet-spa_bg01.jpg) no-repeat 50% 50% #fff;
	background-size: cover;
	padding: 60px 0 90px;
}

#pet-spa-copy01 #wrapp{

}

#pet-spa-copy01 #wrapp h2{
	font-size: 2.0rem;
	margin: 0 0 20px;
}

#pet-spa-copy01 #wrapp p{
	font-size: 1.8rem;
	line-height: 1.8;
}


#pet-spa-copy02{
	padding: 30px 0 30px;
}

#pet-spa-copy06 h3,
#pet-spa-copy05 h3,
#pet-spa-copy04 h3,
#pet-spa-copy03 h3,
#pet-spa-copy02 h3{
	font-size: 2.0rem;
	margin: 0 0 20px;
}

#pet-spa-copy02 p{
	font-size: 1.6rem;
	line-height: 1.8;
}

#anchor-link{
	margin: 30px 0 0;
}

#anchor-link ul {
	left: 0;
	float: none;
}

#anchor-link ul li {
	left: 0;
	float: none;
	margin: 0 auto 15px;
	width: 80%;
}


#pet-spa-copy03 .spa-wrapp{
	padding: 30px 0 30px;
}

#pet-spa_image{
	width: auto;
	margin: 0 6% 30px;
}

#pet-spa_image h4{
	font-size: 2.0rem;
	margin: 15px 0 15px;
}

#pet-spa_image p{
	font-size: 1.4rem;
	line-height: 1.8;
}


.image-wrapp-ul01{
	width: auto;
	margin: 0 6% 30px;
}

.image-wrapp-ul01 li{
	display: block;
	margin: 0 0 24px;
}

.image-wrapp-ul01 li .text,
.image-wrapp-ul01 li .image{
	width: auto;
}

.image-wrapp-ul01 li .image{
	width: 80%;
	margin: 0 auto 20px;
}

.image-wrapp-ul01 li .image .icon{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.image-wrapp-ul01 li .text{
	font-size: 1.4rem;
}

.image-wrapp-ul01 li .text h4{
	font-size: 2.0rem;
	margin: 0 0 10px;
}

.image-wrapp-ul01 li .text p{
	margin: 0 0 15px;
}

.image-wrapp-ul01 li .text .sub-title01{
	width: 180px;
	font-size: 1.4rem;
}

.image-wrapp-ul01 li .text dl.time01{
	width: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4rem;
}

.image-wrapp-ul01 li .text dl.time01 dt{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.image-wrapp-ul01 li .text dl.time01 dd{
	margin: -27px 0 3px 0;
	padding: 0 0 2px 85px;
	border-bottom: 1px dotted #ccc;
}


#pet-spa-copy04 .spa-wrapp{
	width: auto;
	padding: 30px 6% 30px;
}

.spa-info{
	width: auto;
	margin: 0 6%;
	padding: 10px;
}

.spa-info.type02{
	margin: 0 0;
}

.spa-info dl.dl01 > dt{
	width: 100px;
	margin: 0 0 10px 10px;
	padding: 5px 6px 3px;
	font-size: 1.0rem;
}

.spa-info dl.dl01 > dd{
	margin: 0 0 10px 0;
	padding: 0 0 7px 10px;
}

.spa-info dl.dl01 > dd table{
	width: 100%;
	margin: 0 0 14px;
}

.spa-info dl.dl01 > dd table tr td,
.spa-info dl.dl01 > dd table tr th{
	padding: 6px 6px;
	display: block;
	margin-top: -1px;
}

.spa-info dl.dl01 > dd table tr td span{
	display: block;
	font-size: 1.2rem;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px;
	margin: 0 0 3px;
}

.spa-info dl.dl01 > dd table tr.tr01{
	display: none;
}

.spa-info dl.dl01 > dd table.table01 tr th.th01{
	width: 100%;
}

.spa-info dl.dl01 > dd table.table01 tr th.th02{
	width: 100%;
}

.spa-info dl.dl01 > dd table.table01 tr th.th03{
	width: 100%;
}

.spa-info dl.dl01 > dd table.table01 tr th.th04{
	width: 100%;
}


.spa-info dl.dl01 > dd table.table01 tr td{
	text-align: center;
}

.spa-info dl.dl01 > dd table.table01 tr td.td01{
	background: #FCFAF3;
	color: #5C090D;
	text-align: center;
	padding: 6px 0;
}


.spa-info dl.dl01 > dd table.table02 tr th.th01{
	width: 140px;
}

.spa-info dl.dl01 > dd table.table02 tr th.th02{
	width: 80px;
}

.spa-info dl.dl01 > dd table.table02 tr th.th03{
	width: 160px;
}

.spa-info dl.dl01 > dd table.table02 tr td{
	text-align: center;
	padding-bottom: 0;
}

.spa-info dl.dl01 > dd table.table02 tr td.td01{
	background: #FCFAF3;
	color: #5C090D;
	text-align: center;
	padding: 6px 0;
}

.spa-info dl.dl01 > dd table.table02 tr td dl dt{
	width: 100%;
	text-align: center;
	margin: 0 0 3px;
	padding: 5px 6px 3px;
	color: #fff;
	background: #5C090D;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 12px;
}

.spa-info dl.dl01 > dd table.table02 tr td dl dd{
	margin: 0 0 6px;
}

.spa-info dl.dl01 > dd table.table03 tr.pc_head{
	display: none;
}

.spa-info dl.dl01 > dd table.table03 tr td,
.spa-info dl.dl01 > dd table.table03 tr th{
	display: block;
}

.spa-info dl.dl01 > dd table.table03 tr th{
	width: 100%;
}

.spa-info dl.dl01 > dd table.table03 tr td{
	width: 100%;
}

.spa-info dl.dl01 > dd table.table03 tr td span{
	display: block;
	font-size: 1.2rem;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px;
	margin: 0 0 3px;
}


.spa-info dl.dl01 > dd .note-ul01{
	margin: 0 0 20px;
	font-size: 1.4rem;
}


#pet-spa-copy05 .cont_wrapper{
	padding: 30px 0 30px;
}

#pet-spa-copy05 h4 {
	font-size: 1.8rem;
	width: auto;
	margin: 0 auto 20px;
}


}
