@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap');
body{
	font-family: 'M PLUS 1p', sans-serif;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.spbr,.spimg{
	display: none;
}
.radius{
	border-radius: 10px;
}
#contents, header ul.pcmenu{
	width: 1200px;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
#slide{
	min-height: 500px;
	margin-top: 70px;
}
#slide #space{
	height: 100%;
	min-height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#slide #space img{
	max-width: 250px;
}

/* header */

header{
	position: fixed;
	width: 100%;
	top: 0px;
/*	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 32%);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 32%);*/
	margin-bottom: 30px;
	z-index: 10;
}
header ul.pcmenu{
	list-style: none;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
    border: 5px solid #fff;
    border-radius: 0 0 10px 10px;
}
header ul.pcmenu li{
	list-style: none;
	display: inline-block;
	width: 16.66%;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	background-color: #DEDEDE;
	border-right: 1px solid #777;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 16px;
}
header ul.pcmenu li a{
	transition: 0.3s;
	color: #000;
}
header ul.pcmenu li a:hover{
	color: #149c74;
}
header ul.pcmenu li:first-child {
	border-radius: 0 0 0 10px;
}
header ul.pcmenu li:last-child {
	border-radius: 0 0 10px 0;
	border-right: 0px;
}
header ul.pcmenu li span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.hamburger{
	display: none !important;
}
.spmenu{
	display: none;
}

/* top */
.head-border {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}
.head-border:before,
.head-border:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000;
}
.head-border:before {
	margin-right: 1rem;
}
.head-border:after {
	margin-left: 1rem;
}

/* contents */
#contents{
}
.catch p{
	margin: 0;
}
.half_area,.quarter_area{
	font-size: 0;
}
.half img, .quarter img{
	border-radius: 5px;
}
.half,.quarter{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
}
.quarter{
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
}
.half{
	width: 50%;
}
.halfl{
	width: 57%;
}
.halfr{
	width: 43%;
}
.quarter{
	width: 25%;
}
a .service:hover{
	opacity: 0.7;
}
.service{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
.service h3{
	margin: 0;
	padding: 0px 0px 5px;
}
.service img{
	border: 5px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.puppysbuy{
	border: 2px solid #e06c2c;
	background-color: #e06c2c;
	color: #fff;
}
.trimming{
	border: 2px solid #e45c7c;
	background-color: #e45c7c;
	color: #fff;
}
.doghotel{
	border: 2px solid #0484c4;
	background-color: #0484c4;
	color: #fff;
}
.training{
	border: 2px solid #149c74;
	background-color: #149c74;
	color: #fff;
}
.pickup_header{
	position: relative;
	padding: 30px 10px 15px;
	box-sizing: border-box;
}
.pickup{
	font-size: 1.7em;
	margin: 0;
}
.pickup_sub{
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	top: 15px;
}
.breadcrumbs ul{
	padding-left: 0px;
	margin: 0px 0px 5px;
}
.breadcrumbs ul li {
    display: inline;
    list-style-type: none;
}
.breadcrumbs ul li:after {
    content: " ＞ ";
}
.breadcrumbs ul li:last-child::after {
    content: "";
}

/* dog_area */

.dog_area,.blog_area{
	font-size: 0;
}
.dog_area a{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 15px;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
}
.dogbox{
	border: 1px solid #777;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}
.pappyimg{
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	border: 1px solid #000;
	position: relative;
}
.pappydetail{
	position: relative;
}
.pappydetail ul,.pappydetail li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sex0,.sex1{
    position: absolute;
    top: 1px;
    right: 0px;
    color: #fff;
    background-color: #e45c7c;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    padding: 8px;
    box-sizing: border-box;
}
.sex0{
	background-color: #478bbd;
}
.saleshop{
	position: absolute;
	padding: 0px 5px;
	top: 0px;
	left: 0px;
	background-color: #149c74;
	color: #fff;
	font-size: 12px;
	border-radius: 5px 0 0 0;
}
.sale_kodeki{
	background-color: #e45c7c;
}
.pappydetail ul li{
	color: #000;
}
.pappydetail ul li.dogs_type{
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.pappydetail ul li.birth{
	font-size: 13px;
}
.pappydetail ul li.price{
	margin-top: 5px;
	font-size: 20px;
	text-align: right;
}
.pappydetail ul li.price .price_text{
	font-size: 16px;
}
#allwanko_bar{
	width: 100%;
	margin: 30px 0px;
	background-color: #149c74;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 15px 0px;
	box-sizing: border-box;
}

.blog_area a{
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	font-size: 15px;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
}
.blogbox{
	background-color: #E0E0E0;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
	min-height: 390px;
}
.blogimg{
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	position: relative;
}
.blogdetail{
	padding: 5px;
	box-sizing: border-box;
}
.blogdetail .blogtitle{
	line-height: 20px;
}
.blogdetail .excerpt{
	color: #777;
	font-size: 12px;
	line-height: 16px;
}
.blogdetail .time{
	text-align: center;
	color: #777;
	font-size: 13px;
	border-bottom: 1px solid #777;
	margin-bottom: 5px;
}

.archive{
	padding-left: 15px;
	font-size: 14px;
}
.archive:before{
	content: '▶︎';
	background-color: #777;
	color: #fff;
	font-size: 10px;
	padding: 1px 2px;
	border-radius: 3px;
	margin-right: 5px;
}

/* footer */
footer{
	width: 1000px;
	max-width: 100%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#footer_title{
	text-align: center;
	margin-bottom: 15px;
}
#footer_title img{
	max-width: 200px;
}
#footer_area{
	font-size: 0;
}
.footer_shop{
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 14px;
	border-left: 1px dotted #777;
	padding: 0px 15px;
	box-sizing: border-box;
}
.footer_shop:last-child {
	border-right: 1px dotted #777;
}
.footer_shop_title{
	font-size: 20px;
	margin-bottom: 5px;
}
a .footer_shop_title{
	color: #000;
}
.footer_shop_address{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}
.footer_shop_tel{
	font-size: 18px;
	padding-bottom: 10px;
}
.kiyosu .footer_shop_tel{
	border-bottom: 5px solid #149c74;
}
.kodeki .footer_shop_tel{
	border-bottom: 5px solid #e45c7c;
}
.ginan .footer_shop_tel{
	border-bottom: 5px solid #1c94c4;
}
.issha .footer_shop_tel{
	border-bottom: 5px solid #ec9444;
}
#footer_bottom{
	text-align: center;
	margin: 30px 0px;
}

/* subpage */
.subpage{
	margin-top: 70px !important;
	margin-bottom: 50px !important;
}
.decision{
	background-color: #f3f5c7;
}
.search_area{
	position: relative;
	padding: 10px 10px 15px;
}
.search_area .searchbtn{
	display: inline-block;
	color: #149c74;
	border: 1px solid #149c74;
	padding: 3px 12px;
	border-radius: 5px;
	margin-right: 5px;
	transition: 0.4s;
	cursor: pointer;
}
.search_area .searchbtn:hover{
	opacity: 0.7;
}
.search_area .kodeki{
	color: #e45c7c;
	border: 1px solid #e45c7c;
}
.search_area .selected{
	border: 1px solid #000;
	background-color: #dedede;
}
.search_area_right{
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.search_area_right select{
	padding: 3px 5px;
	box-sizing: border-box;
	margin-right: 3px;
	font-size: 16px;
}
.search_area_right .gobtn{
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
	padding: 3px 12px;
	border-radius: 5px;
	margin-left: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.4s;
}
.search_area_right .gobtn:hover{
	opacity: 0.7;
}

/* detail */
.dogimg_area{
	font-size: 0;
}
#dogphoto_area{
	border: 1px solid #777;
	border-radius: 10px;
	padding: 10px 10px 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.mainimg{
    width: 100%;
    height: auto;
    padding: 64% 0px 0px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
}
.subimgs {
/*	width : 33.33333% ;*/
	width : -webkit-calc(100% / 3 - 5px) ;
	width : calc(100% / 3 - 5px) ;
    display: inline-block;
    height: 100%;
    padding: 20% 0 0;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: -5px;
    margin-right: 5px;
    transition: 0.4s;
}
.dogimg_area .subimgs:nth-of-type(4),
.dogimg_area .subimgs:nth-of-type(7){
	margin-right: 0px;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
.dogimg_area h2{
    font-size: 16px;
    margin: 0px 0px 5px;
    font-weight: normal;
}
#dogtype{
	position: relative;
	border-bottom: 1px solid #777;
}
#dogtype h1{
	font-weight: normal;
	margin-bottom: 10px;
}
#dogtype .sex0,
#dogtype .sex1{
    font-weight: normal;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    right: 5px;
    font-size: 2.3em;
    padding-top: 12px;
}
p#comment{
	font-size: 15px;
}
#price_area{
	margin-top: 30px;
	position: relative;
}
#price_area span{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 2px 10px;
}
#price_area .price{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    border: 0;
    text-align: right;
}
#price_area p{
	font-size: 14px;
	color: #e0147c;
	margin: 15px 0px 5px;
}
.option_area{
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 10px;
}
.option_area_inner{
	padding: 10px;
	box-sizing: border-box;
}
.option_area h5{
	background-color: #ccc;
	border-bottom: 1px solid #000;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}
.option_area ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.option_area ul li{
	font-size: 18px;
	position: relative;
}
.option_area ul li span{
	font-weight: 500;
	margin-right: 5px;
}
.option_area ul li p{
	margin: 0;
	font-size: 13px;
	margin-left: 20px;
    line-height: 18px;
    color: #777;
}
.option_area ul li p span{
	color: #e0147c;
}
.option_area ul li .injection{
	font-weight: 500;
	margin-left: 20px;
}
.option_area ul li .option_price{
	position: absolute;
	top: 0;
	right: 0;
}
.option_area ul li:nth-of-type(2){
	border-top: 1px dotted #777;
	padding-top: 5px;
    margin-top: 7px;
}
.option_area ul li:nth-of-type(2) .option_price{
	top: 5px;
}
.option_area ul li #total_price{
	text-align: right;
	font-size: 20px;
	font-weight: 500;
}
#contactbtn{
	background-color: #30ae8c;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-shadow: 2px 2px #000;
	padding: 15px 0px;
	border-radius: 10px;
	margin: 20px 0px;
	cursor: pointer;
}
p#contact_text{
    font-size: 14px;
    line-height: 20px;
}

#shoptel_area{
	max-width: 500px;
	margin: auto;
}
p.telname{
	margin: 0;
	font-size: 22px;
}
p.tel{
	margin: 15px 0px 30px;
	font-size: 30px;
}
table#wankoid{
	width: 100%;
	border-collapse: collapse;
}
table#wankoid tr th,
table#wankoid tr td{
	padding: 5px;
	box-sizing: border-box;
	font-size: 18px;
}
table#wankoid tr th{
	font-weight: normal;
	background-color: #777;
	color: #fff;
	text-align: center;
	width: 100px;
}
table#wankoid tr td{
	background-color: #e4e4e4;
	text-align: right;
}

#loan_area h6{
	font-weight: normal;
	margin: 0;
	border: 1px solid #000;
    border-radius: 10px;
    padding: 2px 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.loan_box{
	font-size: 16px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.loan_price{
	position: absolute;
	top: 15px;
	right: 15px;
}
.loan_price span{
	font-size: 20px;
	font-weight: 500;
}
#loan_month{
	background-color: #c4e4ec;
	border-radius: 10px 10px 0px 0px;
}
#loan_first{
	background-color: #dcf3f4;
	border-radius: 0px 0px 10px 10px;
}
.loanselect{
	text-align: right;
	margin-top: 15px;
}
.loanselect #loan{
	font-size: 20px;
	padding: 5px;
	box-sizing: border-box;
}

/* group */
.group_box a {
	text-decoration: none;
}
.group_box{
	color: #000;
}
.group_box h2{
	color: #000;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.group_box h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
    margin-left: 10px;
}
.group_box ul{
	margin: 0;
	padding: 0;
}
.group_box ul li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	font-size: 13px;
    width: 100px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 5px;
}
.group_box p.groupaddr{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}
.group_box p.grouptel{
	font-size: 28px;
	margin: 0px 0px 10px;
}
.group_box p.grouptel i{
	margin-right: 5px;
}
.group_box table.groupdata{
	margin-top: 15px;
	font-size: 15px;
}
.group_box table.groupdata tr th{
	border: 1px solid #000;
	width: 80px;
	text-align: center;
	font-weight: normal;
}
.group_box table.groupdata tr td{
	padding: 0px 5px;
}

.always_area{
	font-size: 0;
}
.always_area a {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    text-decoration: none;
}
.always_box .blogdetail{
	padding: 5px 0px;
}
.always_box .blogdetail .excerpt{
	font-size: 11px;
}
#scroll_btn{
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
    margin-top: 15px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
}
#scroll_btn:hover{
	opacity: 0.7;
}
.scroll{
	display: none;
}

@media screen and (max-width: 896px){
	.spbr,.spimg{
		display: block;
	}
	.pcmenu,.pcimg{
		display: none;
	}
	.spmenu{
		display: block;
	}
	.hamburger{
		display: block !important;
	}
	.fat-nav li{
		font-size: 1.3em !important;
	}
	.header_logo img{
		height: 50px;
		padding-left: 10px;
	}
	#slide{
		min-height: 250px;
		max-height: 300px;
	}
	header{
		background-color: #fff;
		height: 50px;
	}
	#slide #space img{
		max-width: 200px;
	}
	#slide,.subpage{
		margin-top: 55px !important;
	}
	#contents{
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.head-border:before,
	.head-border:after{
		margin: 0;
	}
	.head-border{
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
	}
	.catch{
		margin-bottom: 30px;
	}
	.half, .quarter {
		width: 50%;
	}
	.half{
		width: 100%;
	}
	.half img, .quarter img{
		width: 100%;
	}
	.dog_area a,
	.blog_area a{
		width: 50%;
	}
	#allwanko_bar{
		font-size: 18px;
		margin: 15px 0px;
	}
	.pickup_sub{
		font-size: 0.9em;
		position: unset;
		margin-top: 3px;
		margin-bottom: 0;
	}
	.instagram_area{
		font-size: 0;
	}
	.instagram_box{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	    padding: 5px;
	    box-sizing: border-box;
	}
	.instagram_box ul,
	.instagram_box ul li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.footer_shop_address{
		font-size: 11px;
	}
	.footer_shop{
		width: 50%;
		vertical-align: top;
		padding: 0 5px;
		margin: 15px 0px;
	}

	.search_area_right{
		position: unset;
	}
	.search_area_right .gobtn{
		display: block;
		margin-left: 0px;
		margin-top: 15px;
	}

	#dogphoto_area{
		margin-bottom: 0px;
	}
	p#comment{
		margin-bottom: 0;
	}
	#loan_area h6{
		text-align: left;
	}
	#contactbtn{
		font-size: 20px;
	}

	.always_area a {
		width: 33.3%;
	}
}