@charset "UTF-8";

section article {
    padding-bottom: 0;
}

.schedule,
.pdf,
.fleas,
.filaria,
.rabies,
.vaccine,
.spay {
    margin-bottom: 30px;
}

.recommend {
    font-size: 1.8rem;
    font-weight: bold;
    color: #57288b;
    display: table;
    margin: 20px auto 0;
}

.red_text {
    color: #e50000;
}

.fleas .fleas_note {
    display: table;
    margin: 0 auto 30px;
}
.fleas .fleas_detail div {
    margin-bottom: 20px;
}
.fleas .fleas_detail div .fleas_img {
    float: right;
    margin: 0 0 1em 1em;
}

.filaria .filaria_detail {
    max-width: 560px;
    margin: auto;
}
.filaria .filaria_detail li {
    list-style: none;
    text-align: center;
    padding: 0.8em;
    margin-bottom: 20px;
    border: solid 4px #ccc6dd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position:relative;
}
.filaria .filaria_detail li:after,.filaria .filaria_detail li:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.filaria .filaria_detail li:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#FFFFFF;
}
.filaria .filaria_detail li:before{
    border-color: rgba(204, 198, 221, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: -9px;
    margin-top: 4px;
    border-top-color:#CCC6DD;
}
.filaria .filaria_detail li:last-child:after,.filaria .filaria_detail li:last-child:before{
    content: none;
}

.rabies .rabies_detail {
    display: table;
    margin: auto;
}
.rabies .rabies_detail dl {
    margin-bottom: 1em;
}
.rabies .rabies_detail dt {
    font-weight: bold;
    color: #57288b;
    text-decoration: underline;
}
.rabies .rabies_detail ul {
    margin-left: 1em;
}

.vaccine .vaccine_detail dl {
    margin-bottom: 1em;
}
.vaccine .vaccine_detail dt {
    color: #fff;
    background: #57288b;
    padding: 0.3em 1em;
    margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.spay .spay_detail1 dl {
    padding: 0.5em 1em;
    margin-bottom: 1em;
    background: #fbefef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.spay .spay_detail1 dl dt {
    color: #ce6f7b;
    font-weight: bold;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.spay .spay_detail1 dl dt:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #ce6f7b;
    margin-right: 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.spay .spay_detail1 dl.male {
    background: #e7e7f2;
}
.spay .spay_detail1 dl.male dt {
    color: #57288b;
}
.spay .spay_detail1 dl.male dt:before {
    background: #57288b;
}
.spay .img_spay01 {
	width: 70%;
    text-align: center;
    margin: 0 auto 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    overflow: hidden;
}
.spay .img_spay01 img {
    width: 100%;
    max-width: none;
}
.spay .spay_detail2 ol {
    display: table;
    margin: auto;
}
.spay .spay_detail2 li {
    list-style: none;
    text-align: center;
    padding: 0.8em 1.5em;
    margin-bottom: 20px;
    border: solid 4px #ccc6dd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position:relative;
}
.spay .spay_detail2 li:last-child {
    margin-bottom: 0px;
}
.spay .spay_detail2 li:after,.spay .spay_detail2 li:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.spay .spay_detail2 li:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#FFFFFF;
}
.spay .spay_detail2 li:before{
    border-color: rgba(204, 198, 221, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: -9px;
    margin-top: 4px;
    border-top-color:#CCC6DD;
}
.spay .spay_detail2 li:last-child:after,.spay .spay_detail2 li:last-child:before{
    content: none;
}

.spay .spay_detail3 dl {
    margin-bottom: 1.5em;
}
.spay .spay_detail3 dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #57288b;
    text-decoration: underline;
    margin-bottom: 0.2em;
}
.spay .spay_detail3 dd strong {
    font-size: larger;
    color: #ff0000;
    font-weight: normal;
}
.spay .spay_detail3 .img_spay02 {
    height: 38vw;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    overflow: hidden;
}
.spay .spay_detail3 .img_spay02 img {
    width: 110%;
    max-width: none;
    margin: -8% 0;
}

.pdf {
    padding-top: 142%;
    position: relative;
}
.pdf iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pdf * {
    background: none !important;
}


@media (min-width: 375px) {
}

@media (min-width: 414px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
.schedule,
.pdf,
.fleas,
.filaria,
.rabies,
.vaccine,
.spay {
    margin-bottom: 70px;
}

.recommend {
    font-size: 2rem;
    margin: 20px auto 0;
}

.fleas .fleas_note {
    margin: 0 auto 30px;
}
.fleas .fleas_detail {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.fleas .fleas_detail div {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
    margin-bottom: 0;
}
.fleas .fleas_detail div .fleas_img {
    float: right;
    margin: 0 0 1em 1em;
}

.rabies .rabies_detail {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.rabies .rabies_detail dl {
    margin: 0 1em 0 0;
}
.rabies .rabies_detail .rabies_img {
    flex-shrink: 0;
}

.vaccine .vaccine_detail {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.vaccine .vaccine_detail dl {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
    margin-bottom: 0;
}

.spay .spay_detail1 {
    margin-bottom: 30px;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 240px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 240px);/*Firefox4~15対応*/
	width: calc(100% - 240px);
    float: left;
}
.spay .spay_detail1 > div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.spay .spay_detail1 dl {
    margin-bottom: 0;
    width: 48%;
}
.spay .img_spay01 {
    margin-bottom: 0;
    width: 220px;
    height: 300px;
    float: right;
}
.spay .img_spay01 img {
    height: 300px;
//    margin: -7% 0 0 -35%;
	object-fit: cover;
	object-position: 40% 50%;
}
.spay .spay_detail2 {
    clear: both;
}
.spay .spay_detail2 ol {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.spay .spay_detail2 li {
    padding: 2em 0.8em;
    margin: 0 18px 0 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.spay .spay_detail2 li:last-child {
    margin: 0px;
}
.spay .spay_detail2 li:after,.spay .spay_detail2 li:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.spay .spay_detail2 li:after{
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:8px;
    border-right-width:8px;
    margin-top: -5px;
    margin-left: auto;
    border-left-color:#FFFFFF;
}
.spay .spay_detail2 li:before{
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:14px;
    border-right-width:14px;
    margin-top: -9px;
    margin-left: 4px;
    border-left-color:#CCC6DD;
}
.spay .spay_detail2 li:last-child:after,.spay .spay_detail2 li:last-child:before{
    content: none;
}

.spay .spay_detail3 {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.spay .spay_detail3 dl {
    margin-bottom: 0;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 360px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 360px);/*Firefox4~15対応*/
	width: calc(100% - 360px);
}
.spay .spay_detail3 dt {
    font-size: 2rem;
    margin-bottom: 0.3em;
}
.spay .spay_detail3 .img_spay02 {
    width: 340px;
    height: 240px;
}
.spay .spay_detail3 .img_spay02 img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0 0 0 -35px;;
}

}

@media (min-width: 1200px) {
.schedule,
.pdf,
.fleas,
.filaria,
.rabies,
.vaccine,
.spay {
    margin-bottom: 80px;
}

.recommend {
    font-size: 2.4rem;
}

.fleas .fleas_note {
    margin: 0 auto 35px;
}
.fleas .fleas_detail div {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 35px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 35px);/*Firefox4~15対応*/
	width: calc(50% - 35px);  
}

.filaria .filaria_detail li {
    padding: 1em;
    margin-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.filaria .filaria_detail li:after{
    border-top-width:14px;
    border-bottom-width:14px;
    margin-left: -6px;
}
.filaria .filaria_detail li:before{
    border-top-width:20px;
    border-bottom-width:20px;
    margin-left: -10px;
}

.vaccine .vaccine_detail dl {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 35px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 35px);/*Firefox4~15対応*/
	width: calc(50% - 35px);  
}

.spay .spay_detail1 {
    margin-bottom: 40px;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 350px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 350px);/*Firefox4~15対応*/
	width: calc(100% - 350px);
    float: left;
}
.spay .spay_detail1 dl {
    width: 48%;
}
.spay .img_spay01 {
    width: 315px;
    height: 240px;
}
.spay .img_spay01 img {
    width: auto;
    height: 100%;
//    margin: 0 0 0 -130px;
}
.spay .spay_detail2 {
    margin-bottom: 40px;
}
.spay .spay_detail2 li {
    padding: 3em 0.8em;
}

.spay .spay_detail3 dl {
    margin-bottom: 0;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 430px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 430px);/*Firefox4~15対応*/
	width: calc(100% - 430px);
}
.spay .spay_detail3 dt {
    font-size: 2.2rem;
}
.spay .spay_detail3 .img_spay02 {
    width: 400px;
    height: 280px;
}
.spay .spay_detail3 .img_spay02 img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0 0 0 -40px;;
}
}

@media (min-width: 1850px) {
}
