@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;		
	font-size: 14px;	
}
body {
	background: #dfe0de;
}
#wrap {
	background: #dfe0de;
}
main, footer{
	position: relative;
	top: 50px;	
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
.pc_br {
	display: none;
}
a,p,h1,h2,h3 {
	font-family: 'Noto Sans JP', sans-serif;	
	line-height: 2rem;
}
.txt_c {
	text-align: center;
}
.small {
	font-size: 0.8rem;
	line-height: 1.5rem;
	display: block;
}
@media screen and (min-width: 751px) {
	html {
		font-size: 16px;
	}	
	.pc_br {
		display: block;
	}
	.sp_br {
		display: none;
	}
}
/*
font-family: 'Klee One', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

/*----------- header -----------*/
header {
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.logo {
	background: #ea861e;
}

.logo a {
	display: flex;	
	align-items: center;
	color: #fff;
	font-size: 1rem;
	font-family: 'Zen Maru Gothic', sans-serif;	
	font-weight: 500;
}
.logo > a > img {
    width: auto;
	width: 60px;
	height: 50px;
	background: #ea861e;
	vertical-align: middle;
}

nav > ul {
	padding-top: 20px;
	display: none;
    height: 100vh;
	flex-direction: column;
    text-align: center;
	width: 100%;
	background: #ffecc7;
}
nav > ul > li {
	
}
nav ul li a {
	display: block;
	font-size: 1rem;
    padding: 20px 0;
	font-family: 'Zen Maru Gothic', sans-serif;	
	color: #333;
	font-weight: 500;
}
nav ul li {
	list-style: none;	
}
nav ul li a > img {
	width: 40px;
	margin: 0 auto;
	vertical-align: middle;	
}
/* --------- 750px以上 ---------- */
@media screen and (min-width: 751px) {
	html {
		font-size: 16px;
	}
	main, gooter {
		position: relative;
		top: 70px;
	}
	.btn-trigger {
		display: none;
	}
	.logo {
		background: none;
	}	
	.logo > span {
		display: block;
		background: #fff;
	}	
	.logo > a {
		display: flex;
		align-items: flex-start;
	}	
	.logo > a > span {
		width: 100%;
		height: 70px;
		display: block;
		padding: 20px;	
		font-size: 1.2rem;		
		color: #ea861e;		
		background: #fff;
	}	

	.logo > a > img {
		width: 100px;
		height: 100px;
		border-radius: 0 0 8px 8px;	
	}	
	nav {
		position: absolute;
		top: 0;
		right: 0;
	}
	nav > ul {
		width: 100%;
		height: 70px;	
		margin: 0 auto;
		padding-top: 5px;
		display: flex;
		flex-direction: row;
		text-align: center;
		background: #fff;
	}	
	nav ul li a {
		display: block;
		font-size: 1rem;
		padding: 0;
	}
	.nav_img > span {
		width: 100px;
		display: block;
		font-size: 0.8rem;
		line-height: 1;
	}
	.logo > a > img {
		vertical-align: text-top;		
	}
}
@media screen and (min-width: 1200px) {
	nav > ul {
		padding-right: 20px;
	}
	.logo > a {
		font-size: 1.4rem;
	}		
}


/*=============================
tel_btn
=============================*/
#tel_btn  {
	width: 200px;	
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 950;	
}
#tel_btn > div {
	position: relative;
}
#tel_btn > div > a {
	position: absolute;
	top: 0;
	right: 0;
}
@media(min-width: 751px){
	#tel_btn {
		width: 300px;
		top: 30px;
	}	
  a[href^="tel:"]{
    	pointer-events: none;
  }

}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*=============================
#nav_btn
=============================*/
#nav_btn {
    position: absolute;
    top: 16px;
    right: 16px;
}
#nav_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#nav_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#nav_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


/*--------- scrollTop ---------*/
#fixedTop {
	position: fixed;
	bottom: 10%;
	right: 10px;
	z-index: 9999;
}
#fixedTop .fas {
	color: rgba(0,0,0,0.6);
	font-size: 50px;
}


/*=============================
SliderPro
=============================*/

.slider_area {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#simple {
	width: 100%;	
}
/*ナビゲーションボタンの色*/
.sp-button {
    border:1px solid #fff;
}
.sp-selected-button {
  background-color: #fff;
}
.slider-pro {
	margin: 0 0;
}
.slider_txt {
	position: absolute;	
	max-width: 600px;
	width: 70%;
	top: 100px;
	left: 10px;
	z-index: 900;
}


.slider_txt > p > img {
	width: 100%;
}

@media screen and (min-width: 751px) {

	.slider_area::after {
		content:  url(../images/slider/top_img.svg);
		display: block;
		width: 50%;
		max-width: 530px;
		position: absolute;
		top: 0;
		right: 0;
	}	
	.slider_txt {
		left: 40px;
		top: 25px;	
	}	
	.slider_txt > p > img {
		width: 500px;
	}	
}

/*--------- news_area ---------*/
.news_area {
	padding-bottom: 70px;
	position: relative;
}
.news_area::after{
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	width: 50vw;
	height: 50vh;
	background: url(../images/top/footprints.svg)no-repeat;
	background-position: top left;	
  	mix-blend-mode: multiply;	
}
.news_ul {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 900px;
	overflow: auto;  
	height: 7em;	
}
.news_li {
  border-bottom:1px dotted #000;
  list-style:none;
  padding:10px;
}
.news_li > a {
	font-family: 'Noto Sans JP', sans-serif;
  	color: #333;
  	text-decoration:none;
}
.news_li > a > div,.news_txt {
	padding: 5px;
}
.category {
 	background:#2388b8;
 	border-radius:20px;
 	color:#fff;
	padding: 3px 15px;
	font-size: 0.8rem;	
}
time{
	color: #333;
	margin-right: 20px;
	padding: 0 20px;
	font-size: 0.8rem;	
}
.news_txt {
	color:#1c448d;
	text-decoration:underline;
	font-size: 0.8rem;
	line-height: 1.5rem;
	font-weight: bold;
	display: inline;	
}
.new{
  color: #ea861e;
  font-size: 0.7rem;
  border: 1px solid #ea861e;
  padding: 3px 5px;
  margin: 5px 10px 0 10px;
  line-height: 1;
	font-weight: bold;	
	display: inline;
}
::-webkit-scrollbar {
width: 14px;
height: 20px;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 205, 0,0.3);
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
background: #cc761b;
border-radius: 100px;
width: 130px;
}
@media screen and (min-width: 751px) {
	.news_li > a {
		display: flex;
		align-items: flex-start;	
		justify-content: flex-start;

	}
	time{
		border-right: solid 1px #555;
	}	
}
/*--------- message ---------*/
.message {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 0;
	background: #e9e9e9;
}
.message > div {
	width: calc(100% - 40px);
	margin: 0 auto;
}
.message > div > h1,.message > div > p {
	font-family: 'Klee One', cursive;	
	color: #333;
}
.message > div > h1 {
	margin: 30px auto 40px;
	text-align: center;
}
.message > div > p {
	font-size: 1.1rem;
	line-height: 2.5rem;
	font-weight: 600;
	text-align: left;
}
.pet_photo {
	display: flex;
	justify-content: center;
}
.pet_photo > img {
	width: calc(100% / 3);
	margin: 20px 0;
	padding: 10px;
	max-width: 250px;
}
@media screen and (min-width: 751px) {
	.message > div > p {
		text-align: center;
	}	
	.pet_photo > img {
		padding: 20px;
	}
}


/*--------- messageアコーディオン ---------*/
#point {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
.point_txt {
	margin-bottom: 30px;
	text-align: left;
}
.ribbon1 > .txt_s {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 5px;
}
.ribbon1 {
	width: 100%;
	margin: 0 auto 20px;
	max-width: 450px;
  display: inline-block;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 60px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;		
}
.ribbon1 > span {
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	display: block;
	line-height: 1.5rem;
	font-size: 1.2rem;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #e9e9e9;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #e9e9e9 transparent transparent;
  border-style: solid;
}
.point_title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #f57a78;
	font-weight: bold;
	font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
	border-bottom: dashed 2px #f57a78;
}


.matome {
	text-align: left;
    font-size: 0.9rem;	
	border-radius: 10px;
	padding: 20px;
	background: #ffecc7;
}
@media screen and (min-width: 751px) {
	.ribbon1 > .txt_s {
		font-size: 1.2rem;
		margin-bottom: 0;
	}	
}
/*--------- お悩み ---------*/
.nayami_area {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 100px;
	background: #e9e9e9;
}
.balloon {
	width: calc(100% - 40px);
  	position: relative;
  	display: block;
  	margin: 0 auto 30px;
  	padding: 10px;
	max-width: 1160px;
	color: #fff;
	font-size: 1.2rem;
  	background: #ea861e;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;	
	letter-spacing:	1px;		
}

.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ea861e;
}

.nayami_box {
	width: calc(100% - 40px);
	max-width: 500px;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 3px #ffcd00;
	background: #fff;	
	box-shadow: 8px 8px 0 #999;
}
.nayami_box:hover {
 	transform: translateY(-10px);
	cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);	
	box-shadow: 10px 10px 0 #999;	
}
.nayami_box > a > h2 {
	font-size: 1.1rem;
    padding: 7px 10px 10px;	
	text-align: center;
	background: #ffcd00;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;		
}
.nayami_box > a > h2::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    margin-left: 10px;
}

.nayami_box_inr {
    position: relative;
    margin: 10px;
    padding: 10px;
   	background: #ffecc7;
	font-family: 'Zen Maru Gothic', sans-serif;	
}
.nayami_box_inr .box-title {
    position: absolute;
    display: inline-block;
    bottom: 100%;
    left: 0;
    padding: 0 10px;
    font-size: 1rem;
	line-height: 2rem;	
    background: #ea861e;
    color: #fff;
	letter-spacing:	2px;
    border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.nayami_box_inr {
	line-height: 2rem;	
    color: #333;	
}
.nayami_txt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nayami_txt > p {
	font-family: 'Zen Maru Gothic', sans-serif;	
    color: #333;	
}
.nayami_txt > img {
	width: 70px;
}
@media screen and (min-width: 751px) {
	.nayami_area {
		padding: 70px 0 150px;
	}	
	.balloon {
  		margin: 0 auto 50px;		
	}
	.nayami {
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;		
		justify-content: center;
	}
	.nayami > div {
    	display: flex;
		align-items: stretch;	
	}
	.nayami_box {
		width: 380px;
		margin:  0 auto 40px;
	}
	.nayami_box_inr,.nayami_txt > p {
		font-weight: bold;
	}	
	
}
/*--------- リフォーム ---------*/
.sankaku {
  width: 100%;
  position: relative;
}
.sankaku::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 60px solid #ffecc7;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.reform {
	padding: 70px 0 100px;
  	text-align: center;
  	background: #ffecc7;
}

.title {
	text-align: center;
    font-size: 1.8rem;	
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;		
}
.title > img {
	width: 70px;
	display: inline;
}
.title > span {
	display: block;
	font-size: 0.4em;
}
.title::after {
	content: "";
	margin: 20px 0 30px;
	display: inline-block;
	width: 30px;
	height: 10px;
	background: #ea861e;
}




.reform_txt {
	width: calc(100% -40px);
	max-width: 600px;
	text-align: center;
    font-size: 0.9rem;
	margin: 10px auto;
    padding: 10px 15px;
    color: #333;
    line-height: 2rem;
	font-weight: 500;	
	font-family: 'Zen Maru Gothic', sans-serif;	
}
.profile > img {
	width:180px;
	height:180px;
	margin: 0 auto;
	object-fit:cover;
	border-radius:50%;
	object-position:0px 0px;	
}
.name {
	font-size: 1.1rem;
	margin: 10px 0 15px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;	
}
.name > span {
	display: block;
	font-size: 0.7em;	
	font-weight: 500;
}
.btn {
	display: inline-block;
    text-align: center;
    background: transparent;
	border: solid 3px #ea861e;
	box-shadow: 0 3px 0 #ea861e;
  	background:#fff;	
    padding: 10px 30px;
	font-family: 'Noto Sans JP', sans-serif;	
	font-weight: bold;
	font-size: 1.2rem;
  	border-radius: 30px;
	color:#333;
    transition: all 0.3s ease;
}
.btn:hover {
  	background: #ea861e;
  	color: #fff;
	box-shadow: 0 0 0 #ea861e;	
}
.btn > span::after {
  	font-family: "Font Awesome 5 Free";
  	content: '\f0da';
  	font-weight: 900;
	margin-left: 10px;
}
.reform_area {
	position: relative;
}
.reform_area::after{
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	right: 0;
	width: 50vw;
	height: 50vh;
	background: url(../images/top/footprints.svg)no-repeat;
	transform: scale(-1,1);	
	background-position: top left;	
  	mix-blend-mode: multiply;	
}
@media screen and (min-width: 751px) {
	.reform > div {
		width: 700px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.reform_txt {
		width: 60%;
		text-align: left;
	}
	.profile {
		width: 40%;
	}
}

/*=============================
メールフォームプロ
=============================*/
#form_area {
	width: 100%;
    margin: 0 auto;
    padding: 70px 0 100px;
    background: #e9e9e9;
}
form {
	width: calc(100% - 20px);
	max-width: 1000px;
    margin: 0 auto;	
}

/*--------- footer ---------*/
footer {
	padding: 10px 0;
	text-align: center;
	background: #ea861e;
}
.footer_logo {
	width: 70px;
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	footer {
		padding: 30px 0;
	}	
	.footer_logo {
		width: 100px;
	}	
}