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

/* 全体 */
body{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #696969;
}
li{list-style: none;}

.h50{
	height: 50px;
}
.h60{
	height: 60px;
}

/*================================*/
.tuika{
	text-align: center;
}
.tuika p{
	font-size: 1.2em;
}

.flexbox{
	display: flex;
	align-items: flex-start;
}
/*================================*/

.flexbox img{
	width: 50%;
	margin-top: 30px;
}

.plink{
	text-align: right;
	margin-bottom: 30px;
}
.font_sacramento{
	font-family: 'Sacramento', cursive;
	font-weight: bold;
	font-size: 1.8em;
}
.font_sacramento02{
	font-family: 'Sacramento', cursive;
	font-weight: bold;
	font-size: 1.2em;
}

/* head */

@media (min-width: 960px){
	.navToggle,.tb{
		display: none !important;}
	}
@media(min-width:749px){
	.sp{
		display: none;
	}
}

header{
	width: 100%;
	margin: auto;
	padding-top: 50px;
	background-color: #f0f8ff ;
}
.header_in{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
header nav{
	margin: 0 0 0 auto;
}

header h1{

	font-size: 38px;
	line-height: 100%;
	margin-bottom: 15px;
	vertical-align: middle;;
}
header h1 a{
	text-decoration: none;
	color: #696969;
}

header h1 img{
	width: 28px;
	margin-right: 8px;
	vertical-align: middle;
	padding-bottom: 5px;
}
header h1 a:hover{
	color: #696969;
}
.pc ul li{
	display:inline-block;
	position: relative;
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 80%;
	}

.pc ul li a{
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
}

.pc ul li :hover{
	border-bottom: 3px solid #ffdd99;
}

.pc ul li a :hover{
	color: #ccc;
}
.waveimg{
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;
	width: 100%;
	display: block;
}
.waveing svg{
	width: 100%;
	display: block;
}
@media all and (-ms-high-contrast: none){
	.waveimg{
		height: 60px;
		background: #f0f8ff; /* IE10以上 */
	}
}

.sp-slide h2{

	font-size: 3em !important;
	text-shadow: 5px 5px 10px #000;
}

#conteainer{
	width: 100%;
}
.contents{
	width: 100%;
}
.bg_yellow{
	background-color: #fbfaf5;
}
.bg_blue{
	background-color: #f0f8ff;
}
.contents_in{
	padding: 50px 0;
	max-width: 960px;
	margin: 0 auto;	
}

.contents h2{
	font-size: 2.2em;
	line-height: 100%;
	margin-bottom: 20px;
	vertical-align: top;
	text-align: center;
	border-bottom: dashed 2px #ccc;
	padding-bottom: 15px;
}
.contents h3.font_sacramento-h3 {
	font-family: 'Sacramento', cursive;
	text-align: center;
	font-size: 2em;
	padding-bottom: 10px;
}

.contents p{
	font-size: 1em;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.aisatsu{
	padding: 20px 30px;
}
.img_position{
	text-align: right;
}
.aisatsu img{
	width: 150px;
}
.contents_data-wrap{
	width: 960px;
	margin: auto;
}
.contents_data{
	display: flex;
	justify-content: center;
}
.data_in{
	width: 50%;
	margin: auto;
}
.data_in h4{
	text-align: left;
}
.data_in img{
	width: 100%;
	padding: 20px;
}
.contents_data-h4{
	background-color: #66b8ff;
	padding: 5px 20px;
	font-size: 0.9em;
	color: #fff;
}
.contents_in p.picup{
	font-size: 1.5em !important;
	color: #ff999c;
	text-align: center;
}
.contents_in p.picup02{
	font-size: 1.5em !important;
	text-align: center;
}
.contents_in p.picup03{
	font-size: 1.5em !important;
	text-align: left;
	margin-bottom: 10px;
	color: #ff999c;
}
.contents_merit ul{
	padding: 10px 50px 20px;
	margin: auto;
}
.contents_merit ul li{
	font-size: 1.4em;
	color: #66b8ff;
}
.contents_merit ul li i{
	color: #66b8ff;
}
.contents_merit h4{
	background-color: #66b8ff;
	padding: 5px 20px;
	color: #fff;
	width: auto;
}
.bg_merit{
	background: url("../img/cut01.png") no-repeat;
	background-position: right bottom;
	background-size: 150px;
}
.merit_in{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.merit_in p{
	font-size: 0.9em;
	height: 10em;
}
.merit_in img{
	width: 100%;;
}

.merit_in-in{
	width: 300px;
	padding: 0 10px;
	background: #fff;
}
.merit_map{
	max-width: 960px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	padding: 15px 30px;
	border-top:#ccc dashed 2px;
	border-bottom: #ccc dashed 2px;
	color: #66b8ff;
}
.merit_map img{
	width: 185px;
}
.merit_map p{
	font-size:1.8em;
	padding: 1.5em 0.5em;
}
.bg_cost{
	background:url("../img/cut05.png") no-repeat right bottom;
	background-size: 200px;
	padding-bottom: 100px;
	padding-right: 120px;
}

/* news*/
.new{
	padding: 30px 0;
	max-width: 960px;
	margin: auto;
	display:flex;
	align-items: flex-start;
}

.new img{
	max-height: 300px;
	margin-right: 10px;
}

.new .news{
	border:none; 
	width: 480px;
	max-height: 300px;
	overflow-y: scroll;
}

/* linkbutton */
.link01{
	padding: 50px 0;
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.link01 h3{
	font-size: 1.5em;
}

.button01{
	text-align: center;
}

.button01_in{
	background-color: #99cfff;
	padding: 50px;
	width: 200px;
	height: 200px;
	margin: 10px auto;
}

.button01 a i{
	font-size: 90px;
	color: #ffffff;
	background:#ccc;
	width: 200px;
	height: 200px;
	line-height: 200px;
	margin: 10px;
	text-align: center;
}
.button01 a svg{
	width: 100px;
	height: 100px;
	text-align: center;
}
.contents_copy{
	max-width: 960px;
	margin: auto;
	padding: 30px 0 10px;
}
.contents_copy p{
	text-align: center;
	font-size: 2em;
	line-height: 150%;
}
.bg_st{
	background-image: url("../img/bg_sp.jpg");
	background-repeat: repeat;
}



/* connect */
.connect{
	display:flex;
	width: auto;	
}

.co01{
	width: 50%;
	height: 150px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#ccc;
	color: #000000;	
	border: #fff solid 1px;
}

.co01 a {
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	background-color: #99cfff;
	color: #696969;	
	text-decoration: none;
	text-align: center;	
	line-height: 150%;
	padding-top: 50px;
	}

.co01 :hover{
	background-color: #ffdd99;
	color:#696969;
	transition:all 1s ease-in;
}



/* menu-access */
.box_menu01{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.box_menu02{
	width: 50%;
	margin: 30px 10px 50px 10px;
	text-align: center;
}
.box_menu02 p{
	margin: 0 15px;
}

.menuimg img{
	height: 250px;
	width: 250px;
	border-radius: 250px;
	object-fit: cover;
}
.box_menu03{
	width: 50%;
	margin: 10px;
}

.box_menu03 img{
	width: 100%;
	max-height: 300px;
}


.borderb{
	margin: 0 10px;
	border-bottom: #D70035 dotted 3px;
}

.map iframe{
	width: 100%;
	height: 300px;
	border: none;
}
.access_table{
	width: 100%;
	border: none;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.access_table .table_l{
	vertical-align: top;
}



/* フッター */

footer{
	max-width: 960px;
	margin: 0 auto;	
	padding-bottom: 30px;
}



/* フッター住所 */
.box01{
	display:inline-block;
	width: 100%;
	height: 150px;
	margin-top: 30px;
}

.box01 p{
	line-height: 120%;
	margin-top: 10px;
}

.small{
	text-align: center;
	font-size: 80%;
}

.flex_footer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .box01 h2{
	font-size: 2em;
}
footer .box01 h2 img{
	width: 25px;
	margin-right: 4px;
	vertical-align:bottom;
	
}
footer .box02 img{
	width: 250px;
}
footer .box02 p{
	text-align: center;
}

/*===追加分==================================================*/
@media (min-width: 960px){
	footer .box02 p{
		margin-right: 20px;
	}
}
footer .box03 img{
	width: 250px;
}
footer .box03 p{
	text-align: center;
}
/*================================================*/


/* page */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #99cfff;
	opacity: 0.8;
	border-radius: 50%;
}

#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 50px;
	color:#ffdd99;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* sub */

.menutitle{
	display:block;
	width: 100%;
	height: 400px;
	background-image: url("../img/wave02.svg"),url("../img/subtitle_bg.jpg");
	background-position: top center,left -100px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
@media all and (-ms-high-contrast: none){
	.menutitle{
		display:block;
		width: 100%;
		height: 400px;
		background-image: url("../img/subtitle_bg.jpg");
		background-position: left -100px;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
	}
}

.menutitle h2{
	font-weight: 600;
	color:#fff;
	line-height: 120%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 2px 2px 15px #000000;
	font-size: 45px;
	text-align: center;
}
.menutitle h2 span{
	font-family: 'Sacramento', cursive;
	font-weight: bold;
	font-size:35px;
}
/* contact */
.mailform{
	width: 100%;
	margin:30px 0;
	background:rgba(255,255,255,0.48);
	padding: 30px;
}
.fome01{
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc dashed 1px;

}
label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
}

input[type='text'] , textarea{
	width: 70%;
	padding: 3px 8px;
	border:#ccc 1px solid;
	background-color: rgba(255,255,255,0.70);
}

input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	background-color: #66b8ff;
	color:#fff;
	border-radius: 5px;
	font-weight: bold;
	margin: 0 auto;
}
input[type='submit']:hover{
	background-color: #99cfff;
}

.fome01 span{
	color:#D70035;
}

.font-s {

	font-size: 80% !important;
	color:#696969;
	margin: 15px;
}
.infobox{
	width: 95%;
	height: 150px;
	overflow: scroll;
	margin: auto;
	background-color: #fff;
	padding: 10px;
}
.infobox p{
	font-size: 0.8em !important;
}
.contact_tel{
	background-image: url("../img/cut04.png");
	background-position: bottom right;
	background-size: 200px;
	padding-bottom: 130px;
}
.contact_tel a{
	text-decoration-line: none;
	display: block;
	width: 500px;
	margin: auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #66b8ff;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	border:solid 3px #66b8ff;
}
.contact_tel a:hover{
	color: #66b8ff;
	background-color: #fff;
}
.contact_tel p{
	text-align: center;
}
/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	display: inline-block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	width: 320px;
	background-color: #66b8ff;
	border:#66b8ff solid 3px;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}
.button_01:hover{
	background-color: #fff;
	border:#66b8ff solid 3px;
	color: #66b8ff;
}
/* 会社概要テーブル  */
.company_table{
	width: 100%;
	font-size: 0.9em;
}	
.company_table th{
	background: #66b8ff;
	color: #fff;
	text-align: left;
	padding: 10px;
}
.company_table td{
	padding: 10px;
	color: #333;
	border-bottom: dashed 1px #ccc;
	background-color: #fff;
}
/* サービス内容ページ ==================== */
h3.service_aisatsu{
	text-align: center;
	font-size: 1.4em;
	color: #66b8ff;
}
p.service_aisatsu{
	padding-bottom: 150px;
	background-image: url("../img/cut02.png"),url("../img/cut01.png");
	background-repeat: no-repeat;
	background-size:150px;
	background-position: bottom 0 right 20px,bottom 0 right 200px;
}
.service_support{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border:#66b8ff 3px solid;
	padding: 15px;
	border-radius: 20px;
	background-color: #fbfaf5;
}
.service_support img{
	width: 260px;
}
.service_support ul{
	padding: 15px 0;
	margin: auto;
	color: #66b8ff;
}
.service_support ul li{
	font-size: 1.3em;
	padding: 0.5em;
}
.service_support p{
	width: 600px;
	padding: 20px 0;
	margin: auto;
}
.service_support02 {

	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
.service_support02 h3{
	text-align: center;
	color: #66b8ff;
	font-size: 2em;
}
.service_support03{
	border:#66b8ff 3px solid;
	padding: 15px;
	border-radius: 20px;
	background-color: #fbfaf5;
}
.service_support03 h3{
	text-align: center;
	font-size: 1.4em;
	color: #66b8ff;
}
.service_plan{
}
.service_plan h3{
	background-color: #66b8ff;
	color: #fff;
	padding: 5px 15px;
}
/*===動画========================================================*/
.service_plan video{
	width: 96%;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
	border: 5px double black;
}
/*==============================================================*/
.flex_b{
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
}
.service_plan img{
	width: 50%;
	height: 250px;
	padding: 10px;
	object-fit: cover;
}
.service_plan table{
	width: 50%;
	padding: 10px ;
}
.service_plan th,.service_plan td{
	text-align: left;
	vertical-align: top;
	padding: 1em ;
	border-bottom: #ccc dotted 1px;
}
.manufacturer_link{
	text-align: center;
}
.manufacturer_link img{
	width: 300px;
	padding: 10px;
}

.contents_pet .img_w100{
	width: 100%;
}
.contents_pet .img_w50{
	width: 50%;
}
.contents_pet h4{
	text-align: center;
	font-size: 1.2em;
	background-color: #99cfff;
	padding: 8px;
}
.contents_pet h3{
	background-color: #66b8ff;
	color: #fff;
	padding: 5px 15px;
}
.flex_pet{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_pet img{
	padding: 10px;
}
.contents_pet dl{
	margin-bottom: 1em;
}
.contents_pet dt{
	color: #66b8ff;
	font-size: 1.1em;
}
.contents_pet dd{
	padding-left: 1em;
}
.contents_pet dd span{
	font-weight: bold;
	background-color: #ffdd99;
	padding: 3px;
}
.flex_ba{
	display: flex;
	justify-content: space-around;
	background-color: #99cfff;
}
.plam_ba h4{
	margin-top: 10px;
	font-size: 1.1em;
}
.plam_ba h4 i{
	color: #66b8ff;
}
.flex_ba{
	padding: 10px 10px 0;
}
.flex_ba p{
	padding: 0;
	text-align: center;
}
.flex_ba p img{
	width: 100%;
	height: 300px;
	padding: 10px;
}
.ba_arrow{
	display:block;
	background-color: #66b8ff;
	width: 50px;
	height: 50px;
	margin: 10px auto;
	border-radius: 50%
}
.ba_arrow i{
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}


/* フローチャート ==================== */
.flow{
	display: flex;
	justify-content:space-between;
	width: 800px;
	margin: auto;
	border: solid 3px #66b8ff;
	align-items: flex-start;
	border-radius: 20px;
	background-color: #fff;
}
.flow_in01{
	text-align: center !important;
	background-color: #66b8ff;
	padding: 15px;
	width: 180px;
	border-radius: 15px 0 0 15px;
}
.flow_in01 h3{
	color: #fff;
	padding-top: 0;
	padding-bottom: 5px;
	margin: auto ;
	border-bottom: #fff solid 3px;
	width: 100%;
}

.flow_img{
	background-color: #66b8ff;
	width: 100px;
	height: 100px;
	margin: auto;
}
.flow_img img{
	width: 100%;
}
.flow_in02{
	padding: 10px;
	width: 600px;
}
.flow_in02 h3{
	color: #66b8ff;
	padding-bottom: 5px;
	border-bottom: #66b8ff solid 3px;
	padding-top: 0;
	margin: 0 auto;
}
.flow_in02 p{
	color: #333;
	width: 100%;
	padding: 10px 0 0;
}
.flow_contact{
	display: flex;
	justify-content: space-around;
}
.flow_contact h4 a{
	text-decoration-line: none;
	display: block;
	padding: 7px;
	width: 200px;
	text-align: center;
	background-color: #ffdd99;
	border-radius: 20px;
	color: #696969;
	border:#66b8ff 3px solid;
}
.flow_contact h4 a:hover{
	background-color: #f0f8ff ;
}

.flow_arrow{
	background-color: #66b8ff;
	width: 60px;
	height: 60px;
	margin: 20px auto;
	position: relative;
	border-radius: 50%;
}
.flow_arrow i{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
}

.cases_shop h3{
	color: #66b8ff;
	font-size: 1.2em;
	padding-bottom: 10px;
}
.cases_photo{
	text-align: center;
}
.cases_photo img,.cases_photo02 img{
	width: 24%;
	padding: 10px;
}
.cases_in{
	display: flex;
}
.cases_in table{
	width: 50%;
	padding: 0 15px;
	font-size: 0.9em;
}
.cases_in table th{
	display: block;
	width: 100%;
	background-color: #99cfff;
	padding: 5px 10px;
	color: #fff;
	text-align: left;
}
.cases_in table td{
	display: block;
	width: 100%;
	padding: 5px 10px;
	background-color: #fff;
}
.cases_map{
	width: 50%;
	padding: 10px;
}
.cases_photo02{
	text-align: left;
}
