@charset "UTF-8";
/* ------------------- */
/* -- index.css ------ */
/* ------------------- */


.wrap_mainvisual{
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width:1300px;
	min-width:1000px;
}

.main_cover{
	position: absolute;
	top:0;
	left:0px;
	max-width:1300px;
	min-width:1000px;
	height:auto;
}

.mainvisual{
	margin:0 auto;
	max-width:1300px;
	min-width:1000px;
}

.wrap_mainvisual h1{
	font-size:2rem;
	position: absolute;
	top:41%;
	left:18%;
	color:#fff;
	text-align: left;
}

.wrap_mainvisual h2{
	font-size:1.2rem;
	position: absolute;
	bottom:20%;
	right:18%;
	color:#000;
	border-radius: 50%;
	height: 32%;
	width: 20%;
	padding:5% 2vw 0 2vw;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
}






/*NEWS*/

.news_area{
	background-color:#6fc1bf;
	padding:40px 10px;
	min-width:1000px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.news_area_1000 > *{
	max-width: 50%;
	width: 100%;
}
.news_area_1000{
	margin: 0 auto;
    padding: 0;
        max-width: 1300px;
    min-width: 1000px;
}
.news_section{
	background-color:#fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 10px;   /* Firefox用 */ 
	padding:40px 50px 30px 50px;
}

.news_section2{
	background-color:#fbf4f4;
	border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 10px;   /* Firefox用 */ 
	padding:20px 20px 20px 20px;
	margin-bottom:10px;
}

.ns2_tx{
	margin-bottom: 10px;
}

.boshu1{
	color:#e66863;
	font-weight:600;
}

.news_boxL{
	background-image: url("../images/news_line.png");
	background-repeat: no-repeat;
	background-position: 0px 110px;
	text-align:left;
	width:270px;
	height:150px;
}

.news_boxL li{
	padding-bottom:4px;
}

.pd_4{
	padding:0 0 0 4px;
}


.news_boxL p{
	font-size:1.25rem;
}

.news_boxR{
	background: #fff;
	text-align:left;
	width:100%;
}

.news_boxR li{
	padding-bottom:25px;
}

.news_boxR span{
	font-size: 0.925rem;
}

#GoogleCalender {
	background: #fff;
	max-height: 550px;
	overflow-y: auto;
	border-radius: 10px;
	padding:10px;
}
.fc-unthemed td.fc-today {
  background:  #e7bab7;
}
.fc-event.calendar_1 {
  background-color: #7bd2ea;
  color: var(--color-black);
}
.fc-event.calendar_1 .fc-content {
  background-color: #7bd2ea;
}
.fc-event.calendar_2 {
  background-color: #d1bf93;
  color: var(--color-black);
}
.fc-event.calendar_2 .fc-content {
  background-color: #d1bf93;
}
.fc-event.calendar_3 {
  background-color: #d1bf93;
  color: var(--color-black);
}
.fc-event.calendar_3 .fc-content {
  background-color: #d1bf93;
}
.fc-title {
  /*フォントサイズ変更時はdisplay:blockにする
    display: block;
  font-size: 11px;*/
}
.fc-event[href] {
  pointer-events: none;
}
.fc-day-grid-event .fc-content {
  white-space: wrap;
}

/* FEAUERS */

.features_area{
	background-image: url("../images/bk_dot1.png");
	background-repeat: repeat;
	min-width:1000px;
}


.features_box{
	margin:0 auto;
}

.features_img{
	width:300px;
	margin-right:50px;
}


.features_img2{
	width:300px;
	margin:0px;
}



/* MESSAGE */

.message_area{
	background:#30b0c8 url(../images/top_message.jpg) no-repeat top right;
	background-size: contain;
	text-align: left;
	color:#fff;
	min-width:1000px;
}

.message_box{
	width:500px;
}

.message_catch{
	font-size:1.25rem;
	padding-bottom:50px;
	background-image: url("../images/top_message_line.png");
	background-position: 0 45px;
}

.message_tx{
	line-height:2;
	padding-bottom:1.5rem;
}


/*TREATEMENT ANIMALS*/
.treat_area{
	background-color:#f9f9f2;
	min-width:1000px;
}

.treat_box{
	position: relative;
}

.bk_treat1{
	position:absolute;
	top:0;
	right:0px;
}

.bk_treat2{
	position:absolute;
	bottom:0px;
	left:0px;
}



@media only screen and (max-width: 768px) { /*768以下*/
	.main_cover{
		max-width:768px;
		min-width:inherit;
	}
	.wrap_mainvisual{
		max-width:768px;
		min-width:inherit;
	}
	.mainvisual{
		margin-top:20px;
		max-width:768px;
		min-width:inherit;
	}
	

	
	.wrap_mainvisual h1{
		font-size:1.5rem;
		position: absolute;
		top:2rem;
		left:25%;
		color:#fff;
		text-align: left;
	}

	.wrap_mainvisual h2{
		font-size:0.925rem;
		position: absolute;
		top:6.5rem;
		left:25%;
		color:#000;
		text-align: left;
		border-radius: 0%;
		height: 3.5rem;
		width: 13rem;
		padding:8px;
		background-color:rgba(255,255,255,0.4);
	}

	/*Reserve_bt*/
	.top_reserve_bt{
		font-size:0.925rem;
		position: absolute;
		top:10.5rem;
		left:25%;
		color:#000;
		text-align: left;
		border-radius: 0%;
		height: 2.5rem;
		width: 13rem;
		padding:8px;
		background-color:rgba(255,255,255,0.4);
	}
	
	.news_area{
		padding:20px 0 0 0;
		min-width:auto;
		width:100%;
		display:block;
	}
	.news_area_1000 > *{
		max-width: 95%;
		width: 95%;
	}
	.news_area_1000{
		margin: 0 auto;
		padding: 0;
		max-width: 95%;
		min-width: auto;
	}

	.news_section{
		padding:30px;
	}
	
	.news_boxL{
		background-repeat: no-repeat;
		background-position: 0px 80px;
		text-align:left;
		width:100%;
		height:120px;
	}
	
	
	#GoogleCalender {
		margin:20px auto;
		min-height:400px;
		max-height: auto;
		width:95%;
		font-size:90%;
	}
	
	
	.features_area{
		min-width:inherit;
	}	
	.message_area{
		min-width:inherit;
	}
	.message_box{
		margin:0 10px;
		width:95%;
	}
	.message_catch{
		font-size:1.4rem;
		padding-bottom:3rem;
		background-image: url("../images/top_message_line.png");
		background-size:100%;
		background-position: 0 7rem;
	}

	
	
	.treat_area{
		min-width:inherit;
	}
	.treat_box{
		margin:0 10px;
		width:95%;
	}
	.message_tx{
		text-align: left;
	}
	.features_img{
		margin:0 0 80px 0;
	}
	.message_area{
		background:#30b0c8 url(../images/top_message_sp.jpg) no-repeat top right;
	}	
	.bk_treat1{
		width:100px;
		margin: 60px 0 0 0;
	}
	.bk_treat2{
		width:300px;
		margin:0 0 50px 0;
	}	
}


