@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

img{
max-width: 100%;
height: auto;
vertical-align: bottom;
}

body{
min-width: 1300px;
color: #517b76;
font-family: sans-serif;
background-color: #f7f4e6;
/*background-image: url("../images/bg-header01.png"), url("../images/bg-header02.png");
background-repeat: no-repeat, no-repeat;
background-position: right top, -80px 35vh;
background-size: 68% auto, 50% auto;*/
	background-image: url("../images/bg-header01.png"), url("../images/bg-header02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, -80px 35vh;
	background-size: 70% auto, 53% auto;
  animation: bg_slide 2s linear;
}

@media(max-width: 767px){
body{
min-width: auto;
background-position: left top, -80px 50vh;
background-size: 130% auto, 100% auto;
overflow-x: hidden;
}
}

@keyframes bg_slide {
   0% {
	 background-position: 800px top, -500px 35vh;
	 }
   100% { 
	 background-position: right top, -80px 35vh;
	 }
}

@media(max-width: 767px){
   @keyframes bg_slide {
   0% {
   background-position: 800px top, -500px 50vh;
   }
   100% { 
   background-position: left top, -80px 50vh;
   }
   }
}

/*Googleフォント
	font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
*/


/*全体共通----------------------------------------*/
.container{
max-width: 1100px;
margin: 0 auto;
}

@media(max-width: 767px){
.container{
width: 90%;
}
}

ul{
list-style-type: none;
}

a{
text-decoration: none;
color: #517b76;
}

h2{
padding: 90px 0 50px;
}

@media(max-width: 767px){
h2{
padding: 60px 0 50px;
}
}

h3{
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 700;
font-style: normal;
letter-spacing: 0.1em;
}

.btn-red01, .btn-red02, .btn-red03{
display: inline-block;
margin: 0 0 0 40%;
}

@media(max-width: 767px){
.btn-red01, .btn-red02, .btn-red03{
margin-left: 5%;
}
}

.btn-red01 a, .btn-red02 a, .btn-red03 a{
background-color: #e39aa6;
border-radius: 50px;
padding: 14px 60px;
font-size: 16px;
text-align: right;
color: #f9f8f6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;

  transition: all .3s;
}

.btn-red01 a:hover, .btn-red02 a:hover, .btn-red03 a:hover{
  cursor: pointer;
  transform: scale(0.9,0.9);
	opacity: .8;
}

.arrow_s {
  position: relative;
  display: inline-block;
}

.arrow_s:before{
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f9f8f6;
  position: absolute;
  top: 0;
	left: 220px;
	bottom: 0;
  margin: auto;
}

.btn-red02 .arrow_s:before{
left: 170px;
}

.btn-red03 .arrow_s:before{
left: 270px;
}


/*ヘッダー--------------------------------------*/
header{
height: 100vh;
}

header .font-round{
font-size: 56px;
color: #fff;
position: absolute;
bottom: 200px;
/*text-shadow: 3px 3px 10px #5f6576;*/
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media(max-width: 767px){
header .font-round{
font-size: 32px;
bottom: 10vh;
}
}

h1{
width: 350px;
padding-top: 3vh;
margin-left: 50px;
}

@media(max-width: 767px){
h1{
width: 50%;
padding-top: 3%;
margin-left: 5%;
}
}

.btn-reservation{
width: 150px;
position: fixed;
right: 50px;
bottom: 5vh;
z-index: 5;
}

@media(max-width: 767px){
.btn-reservation{
width: 20%;
right: 5%;
bottom: 2%;
}
}

.btn-reservation a{
  transition: all .3s;
}

.btn-reservation a:hover{
  opacity: .8;
	transform: scale(1.1,1.1);
}


/*お知らせ--------------------------------------*/
#news{
width: 75%;
display: flex;
background-color: #f9f8f6;
box-shadow: 15px 15px 0 #b3d2bb;
border-radius: 0 50px 50px 0;
justify-content: center;
line-height: 3em;
padding: 50px 0;
}

@media(max-width: 767px){
#news{
width: 90%;
display: block;
line-height: 1.75em;
padding: 70px 0;
}
}

#news h2{
font-size: 26px;
padding: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media(max-width: 767px){
#news h2{
padding: 0 5% 1em;
}
}

#news h2 img{
width: 2em;
padding-right: 0.5em;
vertical-align: baseline;
}

.h2-ul_flex{
display: flex;
justify-content: space-between;
width: 820px;
}

@media(max-width: 767px){
.h2-ul_flex{
display: block;
width: 90%;
margin: 0 auto;
}
}

#news li{
display: flex;
justify-content: space-between;
width: 600px;
border-bottom: 1px solid #88ada9;
}

@media(max-width: 767px){
#news li{
display: block;
width: 90%;
padding: 1em 5%;
}
#news li:nth-child(1){
border-top: 1px solid #88ada9;
}
}

#news li p{
font-weight: 500;
}

#news a{
  transition: all .3s;
}

#news a:hover{
  opacity: 0.6;
}

/*コンセプト--------------------------------------*/
#concept{
width: 90%;
height: auto;
background-color: #f9f8f6;
box-shadow: -15px 15px 0 #b3d2bb;
border-radius: 100px 0 0 100px;
margin: 150px 0 0 auto;
}

#concept h2{
width: 60%;
margin: 0 auto;
}

@media(max-width: 767px){
#concept h2{
width: 85%;
}
}

.concept-container{
width: 85%;
position: relative;
}

@media(max-width: 767px){
.concept-container{
width: 95%;
}
}

.animal-concept{
width: 100px;
position: absolute;
right: 0;
top: -150px;
}

@media(max-width: 767px){
.animal-concept{
width: 80px;
top: -120px;
}
}

.concept01, .concept02, .concept03{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 80px;
}

@media(max-width: 767px){
.concept01, .concept02, .concept03{
display: block;
position: relative;
}
.concept01{
margin-top: 5%;
}
}

.concept03{
margin-bottom: 20px;
}

.concept01-txt, .concept02-txt{
width: 50%;
}

.concept03-txt{
width: 75%;
}

@media(max-width: 767px){
.concept01-txt, .concept02-txt, .concept03-txt{
width: auto;
}
}

.concept01-txt p:nth-child(1), .concept02-txt p:nth-child(1), .concept03-txt p:nth-child(1){
background-color: #b3d2bb;
border-radius: 0 30px 30px 0;
color: #f9f8f6;
font-size: 22px;
padding: 0.6em 10% 0.6em 100px;
display: inline-block;
	font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media(max-width: 767px){
.concept01-txt p:nth-child(1), .concept02-txt p:nth-child(1), .concept03-txt p:nth-child(1){
padding: 0.6em 10% 0.6em 6%;
}
}

.concept02-txt{
position: relative;
padding-top: 50px;
}

.concept02-txt p:nth-child(1){
position: absolute;
right: 0;
top: 0;
border-radius: 30px 0 0 30px;
}

.concept-paws{
width: 1em;
margin-left: 0.2em;
}

#concept h3{
font-size: 24px;
padding: 30px 0 10px;
margin: 0 0 0 100px;
}

@media(max-width: 767px){
#concept h3{
margin: 0 0 0 6%;
}
}

.concept01-txt p:nth-child(3), .concept02-txt p:nth-child(3), .concept03-txt p:nth-child(3){
margin: 0 0 30px 100px;
line-height: 1.75em;
}

@media(max-width: 767px){
.concept01-txt p:nth-child(3), .concept02-txt p:nth-child(3), .concept03-txt p:nth-child(3){
margin: 0 0 30px 6%;
}
}

.concept01-img{
width: 40%;
}

@media(max-width: 767px){
.concept01-img{
width: 35%;
position: absolute;
top: -17.5%;
right: 0;
}
.concept01{
margin-bottom: 15%;
}
}

.concept02-img{
width: 50%;
border-radius: 0 999px 999px 0;
overflow: hidden;
}

@media(max-width: 767px){
.concept02-img{
position: absolute;
width: 75%;
top: 105%;
}
.concept02{
margin-bottom: 68%;
}
}

.concept03-img{
width: 20%;
}

@media(max-width: 767px){
.concept03-img{
position: absolute;
top: -20%;
right: 0;
width: 30%;
}
}

.js-concept-slider img{
width: 500px;
margin: 0 30px;
}

@media(max-width: 767px){
.js-concept-slider img{
width: 300px;
margin-left: 6%;
}
}

.btn-red02{
margin: 40px auto 40px 70%;
}

@media(max-width: 767px){
.btn-red02{
margin: 40px 0 40px 40%;
}
}


/*3つのケア--------------------------------------*/
#service{
margin: 150px 0;
background-image: url("../images/bg-service.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
}

@media(max-width: 767px){
#service{
position: relative;
}
}

#service h2{
color: #f9f8f6;
padding-bottom: 10px;
width: 65%;
margin: 0 auto;
}

@media(max-width: 767px){
#service h2{
width: 90%;
}
}

#service h3{
font-size: 28px;
padding: 10px 0;
}

.service-flex-img img{
width: 130px;
position: relative;
top: 50px;
z-index: 1;
}

.service-flex-img{
display: flex;
justify-content: space-around;
}

@media(max-width: 767px){
.service-flex-img{
display: block;
}
.service-flex-img img{
display: block;
position: absolute;
width: 18%;
}
.service-flex-img img:nth-child(1){
top: 16%;
left: 11%;
}
.service-flex-img img:nth-child(2){
top: 45%;
left: 11%;
}
.service-flex-img img:nth-child(3){
top: 75%;
left: 11%;
}
}

.service-flex{
display: flex;
justify-content: space-around;
}

@media(max-width: 767px){
.service-flex{
display: block;
}
}

.service-flex-txt{
width: 320px;
background-color: #f9f8f6;
border-radius: 50px;
box-shadow: 0 15px 0 #b3d2bb;
text-align: center;
padding: 50px 40px;
}

@media(max-width: 767px){
.service-flex-txt{
width: 70vw;
margin-top: 20%;
margin-left: 12%;
padding: 10%;
}
}

.service-flex p{
text-align: left;
}

.service-flex a{
  transition: all .3s;
}

.service-flex a:hover{
	transform: scale(1.1,1.1);
}

#service .arrow_s {
  position: relative;
  display: inline-block;
}

#service .arrow_s:before{
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent #b3d2bb;
  position: absolute;
	left: 270px;
	bottom: -120px;
  margin: auto;
}

@media(max-width: 767px){
#service .arrow_s:before{
left: 100%;
bottom: -70%;
}
}


/*診療時間--------------------------------------*/
#time{
width: 80%;
background-color: #f9f8f6;
box-shadow: 15px 15px 0 #b3d2bb;
border-radius: 0 50px 50px 0;
}

@media(max-width: 767px){
#time{
width: 90%;
}
}

#time h2{
width: 65%;
margin: 0 auto;
}

@media(max-width: 767px){
#time h2{
width: 90%;
}
}

.time-container{
width: 70%;
margin: 0 10% 0 auto;
position: relative;
}

@media(max-width: 767px){
.time-container{
width: 90%;
margin: 0 5% 0 5%
}
}

.animal-time{
width: 250px;
position: absolute;
bottom: 0;
right: 0;
}

@media(max-width: 767px){
.animal-time{
width: 150px;
}
}

.schedule{
margin-bottom: 20px;
}

#time p{
font-size: 18px;
margin: 10px 0;
}

@media(max-width: 767px){
#time p{
font-size: 16px;
}
}

#time p img{
width: 1.5em;
margin-right: 0.5em;
vertical-align: baseline;
}

#time .btn-red03{
margin: 80px 0;
}

@media(max-width: 767px){
#time .btn-red03{
margin: 20px 0 100px auto;
}
}

/*アクセス--------------------------------------*/
.access-flex{
display: flex;
justify-content: flex-end;
position: relative;
}

@media(max-width: 767px){
.access-flex{
display: block;
}
}

.animal-access{
width: 250px;
position: absolute;
top: 140px;
right: 100px;
}

@media(max-width: 767px){
.animal-access{
width: 150px;
top: -60px;
right: 5%;
}
}

#access h2{
width: 50%;
margin: 0 auto;
}

@media(max-width: 767px){
#access h2{
width: 60%;
}
}

.access-txt{
width: 60%;
height: auto;
background-color: #f9f8f6;
box-shadow: -15px 15px 0 #b3d2bb;
border-radius: 100px 0 0 100px;
margin: 240px 0 0 20px;
}

@media(max-width: 767px){
.access-txt{
width: 90%;
margin: 100px 0 0 10%;
padding-bottom: 1px;
}
}

.access-txt p img{
width: 1.5em;
margin-right: 0.5em;
vertical-align: baseline;
}

.access-txt p{
margin-left: 180px;
}

@media(max-width: 767px){
.access-txt p{
margin: 0 5% 0 10%;
}
}

.access-txt p:nth-child(2){
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
}

@media(max-width: 767px){
.access-txt p:nth-child(2){
margin-top: 220px;
}
}

.access-txt p:nth-child(6){
font-size: 36px;
font-weight: 900;
margin-top: 40px;
margin-bottom: 60px;
}

@media(max-width: 767px){
.access-txt p:nth-child(6){
margin-top: 20px;
}
}

.access-txt p:nth-child(6) img{
width: 1em;
margin-right: 0.2em;
}

.map{
margin: 80px auto 160px auto;
}

@media(max-width: 767px){
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
		margin: 80px auto 100px auto;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


/*フッター--------------------------------------*/
footer{
background-color: #f9f8f6;
border-radius: 999px 999px 0 0;
background-image: url("../images/bg-footer.svg");
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100% auto;
font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media(max-width: 767px){
footer{
background-image: url("../images/sp-footer-bg.svg");
font-size: 20px;
}
}

footer a{
  transition: all .3s;
}

footer a:hover{
  opacity: .6;
	transform: scale(1.1,1.1);
}

.footer-logo{
width: 35%;
display: block;
margin: 0 auto;
padding-top: 100px;
}

@media(max-width: 767px){
.footer-logo{
width: 65%;
}
}

.footer-flex{
display: flex;
justify-content: center;
align-items: baseline;
margin-top: 15px;
}

.footer-flex p:nth-child(2){
margin-left: 20px;
}

.footer-flex01 img{
width: 1em;
margin-right: 0.3em;
vertical-align: baseline;
}

.footer-flex02 img{
width: 1em;
margin-right: 0.3em;
}

.footer-nav{
display: flex;
justify-content: space-evenly;
margin: 80px 0 160px;
line-height: 1.5em;
}

@media(max-width: 767px){
.footer-nav{
display: block;
margin: 40px 30px 120px;
line-height: 1em;
}
.footer-nav01{
display: flex;
justify-content: space-between;
}
.footer-nav02{
display: flex;
justify-content: space-between;
}
.footer-nav03{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
}

footer dl{
margin-bottom: 50px;
}

@media(max-width: 767px){
footer dl{
margin-bottom: 40px;
width: 40%;
}
}

dt{
font-size: 20px;
}

@media(max-width: 767px){
dt{
font-size: 16px;
}
}

footer dd{
font-weight: 100;
font-size: 16px;
margin-left: 1em;
}

@media(max-width: 767px){
footer dd{
font-size: 14px;
}
}

footer small{
color: #f9f8f6;
display: block;
text-align: center;
font-weight: 100;
font-size: 14px;
padding-bottom: 10px;
}

@media(max-width: 767px){
footer small{
padding-bottom: 5px;
}
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #517b76;
  border-right: solid 2px #517b76;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}