@charset "shift_jis";
/* CSS Document */



/*=======================================₯PCX}zΨθΦ¦₯=======================================*/



#petomukae2023 .pc { display: block !important; }
#petomukae2023 .sp { display: none !important; }
#petomukae2023 .none{display: none;}
#petomukae2023 .tab_none{display: none}



/*=======================================₯€Κέθ₯=======================================*/



#petomukae2023{
    text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
    /*background: url(/IMAGE/petomukae2023/po23_bg01.jpg);*/
    background-color: #ececee;
}

#petomukae2023 *,#petomukae2023 *::before,#petomukae2023 *::after {box-sizing: border-box;color: #4c1015;}

#petomukae2023 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

#petomukae2023 ol, #petomukae2023 ul {list-style: none;}

#petomukae2023 table {
    border-collapse: collapse;
    border-spacing: 0;
}

#petomukae2023 a {
    text-decoration: none;
    color: #383838;
}

#petomukae2023 .spesicalprice, #petomukae2023 .intax {display: none;}

#petomukae2023 h2{
	font-size: 30px;
	font-weight: bold;
    margin: 0 auto 3% auto;
}

#petomukae2023 .wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}

/* #petomukae2023 section{padding: 0 0 5% 0;} */



/*=======================================₯wb_[₯=======================================*/



#petomukae2023 .header{
	display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#petomukae2023 .kanban{
	width: 100%;
	margin: 0 auto;
}



/*=======================================₯^u₯=======================================*/



#petomukae2023 .contents{
    position: relative;
}

#petomukae2023 .tabBox .tabArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}

#petomukae2023 .tabBox .tabArea .one_tab {
    width: calc((100% - 30%)/2);
	padding: 0.5% 0;
	display: block;
	text-decoration: none;
	transition-duration: 1s;
	text-align: center;
	cursor: pointer;
	border-bottom: none!important;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
    position: relative;
}

#petomukae2023 .tabBox .tabArea .one_tab .tab_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#petomukae2023 .tabBox .tabArea .one_tab .tab_inner p {
	font-size: 25px;
	font-weight: bold;
}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1){border: 4px solid #ea7a79;}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1) .tab_inner p{color: #ea7a79;}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2){border: 4px solid #7ab6d0;}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2) .tab_inner p{color: #7ab6d0;}


#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1):hover,
#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1).select{
    border: 4px solid #ea7a79;
    background-color: #ea7a79;
    transition: 0.5s all;
}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2):hover,
#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2).select{
    border: 4px solid #7ab6d0;
    background-color: #7ab6d0;
    transition: 0.5s all;
}

#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1):hover .tab_inner p,
#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2):hover .tab_inner p,
#petomukae2023 .tabBox .tabArea .one_tab:nth-child(1).select .tab_inner p,
#petomukae2023 .tabBox .tabArea .one_tab:nth-child(2).select .tab_inner p{
    color: #fff;
    transition: 0.5s all;
}

#petomukae2023 .tabBox .tabArea .one_tab .tab_inner .tab_img{
    position: relative;
    width: 15%;
    display: inline-block;
    margin-right: 2%;
}

#petomukae2023 .tabBox .tabArea .one_tab .tab_inner .hover-img{
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    opacity: 0;
	transition: 0.5s all;
}

#petomukae2023 .tabBox .tabArea .one_tab.select .tab_inner .hover-img,
#petomukae2023 .tabBox .tabArea .one_tab:hover .tab_inner .hover-img{
	opacity: 1;
	transition: 0.5s all;
}


#petomukae2023 .contents .tab_main {
	display: none;
	transition-duration: 1s;
}

#petomukae2023 .tab_main.is_show {
	display: block;
	animation-name: fade;
	animation-duration: 1s;
	border-right: none;
	border-left: none;
}

@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}



/*=======================================₯^ug₯=======================================*/



#petomukae2023 .innerArea{padding: 3% 0;}

#petomukae2023 .innerArea.dog{
    border-top: 8px solid #7ab6d0;
    border-bottom: 8px solid #7ab6d0;
    /* background-color: rgba(122, 182, 208, 0.5); */
}

#petomukae2023 .innerArea.cat{
    border-top: 8px solid #ea7a79;
    border-bottom: 8px solid #ea7a79;
    /* background-color: rgba(234, 123, 121, 0.5); */
}

#petomukae2023 .item_content{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
}

#petomukae2023 .item_content h2{
    font-size: 28px;
    margin: 0 auto 1% auto;
}

#petomukae2023 .subtitle{margin-bottom: 3%;}

#petomukae2023 .subtitle p{
    font-size: 18px;
    line-height: 1.5em;
}



/*=======================================₯AR[fBI₯=======================================*/



#petomukae2023 .question {
	position: relative;
	width: 85%;
	margin: 1% auto;
	text-align: left;
	border-radius: 10px;
}

#petomukae2023 .question dt {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: #4c1015;
	background-color: #fff;
	border-radius: 10px;
}

#petomukae2023 .question dt > span {
    display: flex;
	justify-content: center;
	align-items: center;
	width: 7%;
    height: 100%;
	color: #fff;
    border-radius: 10px 0 0 10px;
	margin-right: 3%;
	padding: 2% 0;
	transition: 0.5s all;
}

#petomukae2023 .innerArea.dog .question dt > span {background-color: #7ab6d0;}

#petomukae2023 .innerArea.cat .question dt > span {background-color: #ea7a79;}

#petomukae2023 .question dt > span i{font-size: 28px;}

#petomukae2023 .question dt > span i::before{color: #fff;}

#petomukae2023 .question dt::before,
#petomukae2023 .question dt::after {
	position: absolute;
	top: 50%;
	right: 3%;
	display: inline-block;
	content: "";
	width: 15px;
	height: 2px;
	background-color: #4c1015;
	margin-top: -1px;
}

#petomukae2023 .question dt::after {transform: rotate(90deg);transition: 0.5s all;}

#petomukae2023 .question dd {
	background-color: #fff;
	color: #4c1015;
	width: 100%;
	height: auto;
	padding: 2% 5% 3% 7%;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	display: none;
	transition: none!important;
}

#petomukae2023 .question dd ul.item_list{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

#petomukae2023 .question dd ul.item_list li{
    width: 45%;
    margin-bottom: 1%;
}

#petomukae2023 .question dd ul.item_list li i{font-size: 18px;margin-right: 2%;}

#petomukae2023 .question dd ul.item_list li span{
    font-size: 17px;
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
}

#petomukae2023 .question dd ul.item_list li span::after{
	content:"";
	width: 0%;    /*ΕΝwidth:0Ι·ι*/
	height: 8px;
	background: rgba(243, 127, 195, 0.8);
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: -1;
	transition: 0.5s all;  /*Aj[VΜ·³*/
}

#petomukae2023 .question dd ul.item_list li span:hover::after{width: 100%;z-index: 1;}

#petomukae2023 .event_none{pointer-events: none;}

#petomukae2023 .question h3{
    text-align: center;
    margin-bottom: 2%;
}

#petomukae2023 .question dd ul.space{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

#petomukae2023 .question dd ul.space li{margin: 1% auto;}
#petomukae2023 .question dd ul.space li:first-of-type{width: 45%;}
#petomukae2023 .question dd ul.space li:nth-of-type(2){width: 55%;}

#petomukae2023 .question p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

#petomukae2023 .caution {
	width: 100%;
	text-align: center;
	margin: 2% auto;
	display: flex;
	flex-direction: column;
}

#petomukae2023 .caution .caution_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 2% auto;
	align-items: center;
}

#petomukae2023 .caution .caution_list span {
    font-size: 16px;
	background-color: #be0c1a;
	color: #fff;
	padding: 0 2%;
	margin-bottom: 1%;
    text-align: left;
}

#petomukae2023 .caution .caution_list p{
    text-indent: -1em;
    padding-left: 1em;
}

#petomukae2023 .innerArea.dog .question dt.active,
#petomukae2023 .innerArea.cat .question dt.active {border-radius: 10px 10px 0 0;}

#petomukae2023 .innerArea.dog .question dt.active span,
#petomukae2023 .innerArea.cat .question dt.active span {
	border-radius: 10px 0 0 0;
	transition: 0.5s all;
}

#petomukae2023 .question dt.active::after {transform: rotate(0deg);transition: 0.5s all;}



/*=======================================₯€iCibv₯=======================================*/



#petomukae2023 .item_box{
    width: 100%;
    margin: 0 auto;
    padding: 4% 0;
}

#petomukae2023  .innerArea.dog .item_box:nth-child(even){
    background-color: rgba(122, 182, 208, 0.5);
}

#petomukae2023  .innerArea.cat .item_box:nth-child(even){
    background-color: rgba(234, 123, 121, 0.5);*/
}

#petomukae2023 .slide{padding: 1% 0;}

/* #petomukae2023 .slide li{position: relative;}

#petomukae2023 .slide li > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
} */

#petomukae2023 .slick-slide > dl{
    padding: 2% 2% 4% 2%;
    background-color: #fff;
    border-radius: 5px;
}

#petomukae2023 .item_name{
    font-size: 15px;
    margin: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#petomukae2023 .item_icon ul{padding: 0 0 3% 0;}

#petomukae2023 .item_icon ul li{
    display: inline-block;
    color: #4c1015;
    font-size: 13px;
    padding: 1% 2%;
    width: auto;
    margin: 1%;
    background: #fff;
    border: 1px solid;
}

#petomukae2023 dd.price {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid;
    padding: 3% 0;
    transition: 0.5s all;
}

#petomukae2023 dd.price > span {
    width: 40%;
    border-right: dashed 1px;
    font-size: 14px;
    padding-right: 0.5em;
    display: inline-block;
    line-height: 1;
}

#petomukae2023 li.price{
    font-size: 20px;
    border: none;
    font-weight: bold;
    margin: 0;
    background: none;
    letter-spacing: 1px;
    color: #ea0012;
}

#petomukae2023 .prices{
    display: inline-block;
    padding-left: 1.5em;
}

#petomukae2023 .price > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#petomukae2023 .arrow::after {
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: solid 1px #4c1015;
    border-right: solid 1px #4c1015;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% + 3px);
    right: 2%;
    bottom: 0;
}

#petomukae2023 .dog a.tanpin:hover,
#petomukae2023 .cat a.tanpin:hover,
#petomukae2023 .dog dd.price:hover,
#petomukae2023 .cat dd.price:hover{
    transition: 0.5s all;
    color: #fff;
    /* opacity: 0.8; */
}

#petomukae2023 .dog a.tanpin:hover dd.price,
#petomukae2023 .dog dd.price:hover{background: #7ab6d0;}

#petomukae2023 .cat a.tanpin:hover dd.price,
#petomukae2023 .cat dd.price:hover{background: #ea7a79}

#petomukae2023 a.tanpin:hover dd.price > span,
#petomukae2023 a.tanpin:hover dd.price li.price,
#petomukae2023 dd.price:hover > span,
#petomukae2023 dd.price:hover li.price{color: #fff!important;}

#petomukae2023 a.tanpin:hover .price .arrow:after,
#petomukae2023 .price:hover .arrow:after{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

#petomukae2023 .slick-prev, 
#petomukae2023 .slick-next{
    background-image: none;
    width: auto;
    height: auto;
    top: 50%;
    z-index: 20;
}

#petomukae2023 .slick-prev::after, 
#petomukae2023 .slick-next::after {
    font-family: "Material Icons Outlined";
    content: "chevron_left";
    background-color: rgb(0,0,0,.2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    font-weight: 200;
    margin: auto;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

#petomukae2023 .slick-next::after{transform: rotate(180deg);}

/* #petomukae2023 .slick-dots{
    bottom:-35px !important;
} */

#petomukae2023 .slick-dots li {
    display:inline-block;
    margin:0 !important;
    width: unset !important;
}

#petomukae2023 .slick-track {
	display: flex!important;
}
#petomukae2023 .slick-slide {
	height: auto !important;
	display: flex;
	margin:0 8px;
    position: relative;
}

#petomukae2023 .slick-prev:before,
#petomukae2023 .slick-next:before{display:none;}


#petomukae2023 .slick-dots li button:before{
    content: '';
    border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 6px;
    background-color: #222;
    opacity: 0.2;
}

#petomukae2023 .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color:#222;
}



/*=======================================₯L»₯=======================================*/



#petomukae2023 .sunalist h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#petomukae2023 .sunalist h3 img{width: 10%;}

#petomukae2023 .sunalist > p{
    font-size: 16px;
    margin: 0 auto 2% auto;
}

#petomukae2023 .sunalist{
    background-color: #fff;
    padding: 2% 1%;
    margin: 3% auto;
    border-radius: 5px;
}

#petomukae2023 .sunalist ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

#petomukae2023 .sunalist ul li{
    width: calc((100% - 10%)/5);
    margin: 0 1%;
    position: relative;
    border-radius: 5px;
}

#petomukae2023 .sunalist:nth-child(2) ul li{
    width: calc((100% - 6%)/2.5);
}

#petomukae2023 .sunalist ul li:nth-of-type(1){background-color: #d8f1f6;}
#petomukae2023 .sunalist ul li:nth-of-type(2){background-color: #ebebeb;}
#petomukae2023 .sunalist ul li:nth-of-type(3){background-color: #def3df;}
#petomukae2023 .sunalist ul li:nth-of-type(4){background-color: #faf1e8;}
#petomukae2023 .sunalist ul li:nth-of-type(5){background-color: #fbf3e5;}
#petomukae2023 .sunalist ul li:nth-of-type(6){background-color: #f2f6fe;}

#petomukae2023 .sunalist:nth-child(2) ul li:nth-of-type(1){background-color: #fbf3e5;}
#petomukae2023 .sunalist:nth-child(2) ul li:nth-of-type(2){background-color: #f2f6fe;}

#petomukae2023 .sunalist ul li dl{
    padding: 0 3% 4% 3%;
}

#petomukae2023 .suna_name{
    font-size: 16px;
    margin: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#petomukae2023 .suna_point1 , #petomukae2023 .suna_point2{
    margin: 3% auto;
}

#petomukae2023 .suna_point1 p , #petomukae2023 .suna_point2 p{
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}

#petomukae2023 .sunalist .btn{
    width: 100%;
    display: block;
    padding: 2% 0;
    background-color: #383838;
	border:2px solid #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
}

#petomukae2023 .sunalist ul li a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#petomukae2023 .sunalist ul li:hover .btn{
    background: transparent;
    color:#383838;
    transition: all 0.5s ease 0s;
	border:2px solid #383838;
}

#petomukae2023 .sunalist .btn:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0%;
    bottom: 0;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

#petomukae2023 .sunalist ul li:hover .btn:after{
    right: 2%;
    transition: all 0.5s ease 0s;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
}



/*=======================================₯»ΜΌ{^₯=======================================*/



#petomukae2023 .extra{
    width: 100%;
    margin: 5% auto 0 auto;
}


#petomukae2023 .extra_btn{
    width: 65%;
    margin: 5% auto 0 auto;
}

#petomukae2023 .extra_bn{
    width: 65%;
    margin: 2% auto 5% auto;
}

#petomukae2023 .extra_bn a img{border-radius: 10px;}

#petomukae2023 .extra_bn a{
    display: inline-block;
    transition: 0.5s all;
}

#petomukae2023 .extra_bn a:hover{transform: translateY(-10px);}

#petomukae2023 .cate_btn{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}

#petomukae2023 .cate_btn li{
    display: block;
    padding: 2% 0;
    background-color: #383838;
	border:2px solid #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 1%;
}

#petomukae2023 .col_1 > li{width:100%;}

#petomukae2023 .col_2 > li,#petomukae2023 .col_3 > li,#petomukae2023 .col_4 > li,#petomukae2023 .col_5 > li{width:100%;}

/* #petomukae2023 .col_2 > li,#petomukae2023 .col_3 > li,#petomukae2023 .col_4 > li,#petomukae2023 .col_5 > li{width:calc((100% - 4%)/2);} */

#petomukae2023 .cate_btn a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#petomukae2023 .cate_btn li:hover{
    background: transparent;
    color:#383838;
    transition: all 0.5s ease 0s;
	border:2px solid #383838;
}

#petomukae2023 .cate_btn li:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 5%;
    bottom: 0;
    right: 3%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

#petomukae2023 .cate_btn li:hover:after{
    right: 2%;
    transition: all 0.5s ease 0s;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
}



/*=======================================₯Cgir₯=======================================*/



#petomukae2023 .cate_nav_fixed {
    position: fixed;
    z-index: 1;
    bottom: 0;
    height: 80vh;
    right: 1vw;
    text-align: right;
    padding: 10vh 0;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#petomukae2023 .cate_nav_fixed::-webkit-scrollbar{display:none;}

#petomukae2023 .btn_pagetop { display: none; }

#petomukae2023 .navigation {position: relative;}

#petomukae2023 .navigation .toggle { display: none; }

#petomukae2023 .navigation .nav_wrap,
#petomukae2023 .navigation .nav_inner {
    position: relative;
    width: 100%;
}

#petomukae2023 .navigation .nav_inner ul {
    position: relative;
    width: 100%;
}

#petomukae2023 .navigation .nav_inner ul li:first-of-type{
    pointer-events: none;
    color: #fff;
}

#petomukae2023 .dog .navigation .nav_inner ul li:first-of-type{background: #7ab6d0;}
#petomukae2023 .cat .navigation .nav_inner ul li:first-of-type{background: #ea7a79}

#petomukae2023 .navigation .nav_inner ul li {transition: 0.5s all;}
#petomukae2023 .dog .navigation .nav_inner ul li {border-bottom: 1px dashed #7ab6d0;}
#petomukae2023 .cat .navigation .nav_inner ul li {border-bottom: 1px dashed #ea7a79;}

#petomukae2023 .navigation .nav_inner ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.5s all;
}

#petomukae2023 .dog .navigation .nav_inner ul li:hover{background: rgba(122, 182, 208, 0.7);}
#petomukae2023 .cat .navigation .nav_inner ul li:hover{background: rgba(234, 123, 121, 0.7);}

#petomukae2023 .navigation .nav_inner ul li:hover a{color: #fff !important;}