@charset "utf-8";
@media screen and (max-width:780px){

body{
	font-family:"UD デジタル 教科書体 NP-B";
	color: #604c3f;
}

#wrap{
    width: 100%;
	min-height: 100%;
    margin: 0;
    padding: 0;
	overflow: hidden;
	background: url("../img/bg.jpg");
  }

.selected{
	color: #c79292;
}

#main{
	width: 100vw;
}

header{
    width: 100vw;
	height: 90px;
    background-color: rgba(255,255,255,0.7);
	position: fixed;
	top: 0;
	z-index: 999;
}

header img{
    width: 100px;
    float: left;
    margin: 10px 0 0 10px;
}

a{
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
	cursor: pointer;
}

header h1{
    color: #945e5d;
    font-family:"UD デジタル 教科書体 NP-B";
    font-weight: bold;
    font-size: 2.5em;
    margin-top: 33px;
    float: left;
}


header ul{
	display: block;
    list-style: none;
    margin-top: 40px;
}

header ul li{
    font-family:"UD デジタル 教科書体 NP-B";
    color: #945e5d;
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 30px;
	line-height: 3;
	text-align: center;
}
	
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
	
.cp_offcm01 .cp_menu {
	padding-top: 20px;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: rgba(254,243,245,0.8);
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #945e5d;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}


#contents{
    background: url("../img/bg.jpg");
	height: 100%;
	margin-top: 100px;
	padding-bottom: 50px;
}


#main{
	width: 1250px;
	height: auto;
	margin: 0 auto;
}

#hero img{
    width: 100vw;
	position: relative;
	top: -10px;
}

#heroTxt{
	width: 100vw;
	position: absolute;
	bottom: 50%;
	text-align: center;
}

.catch{
	font-family:"ふい字";
	color: #915c5c;
	font-size: 3vw;
	text-align: center;
}

.catch2{
	text-align: center;
}

.heroTxt1{
	font-family: ro-brush-std,sans-serif;
	font-weight: 400;
	font-style: normal; 
	color: #ff0000;
	font-size: 10vw;
}

.heroTxt2{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 1000;
	font-style: normal; 
	color: #000000;
	font-size: 10vw;
	text-shadow: 2px 2px 5px #fff,
             -2px 2px 5px #fff,
             2px -2px 5px #fff,
             -2px -2px 5px #fff;
}
	#main{
		width: 100%;
	}
	
	#numbers{
	width: 100%;
	}
	
.container1{
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	width: 400px;
	height: 300px;
	padding-left: 0;
	margin: 50px auto 0;
}

.container2{
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	width: 400px;
	height: 300px;
	margin: 50px auto 0;
}

.container3{
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	width: 400px;
	height: 300px;
	margin: 50px auto;
}

.container1 h3, .container1 p, .container2 h3, .container2 p, .container3 h3, .container3 p{
	position: relative;
	bottom: 150px;
}

.container1 h3, .container2 h3, .container3 h3{
	color: #604c3f;
	font-size: 3em;
	font-weight: bold;
	bottom: 260px;
	text-align: center;
}

.container1 p, .container2 p, .container3 p{
	width: 350px;
	color: #604c3f;
	font-size: 1em;
	line-height: 1.6;
	bottom: 230px;
	margin: 0 auto;
}

.credit{
	color: #604c3f;
	font-size: 0.5em;
	font-weight: bold;
	padding-left: 10px;
}

.bg1{
	background: url("../img/dogncat1.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	opacity: 0.3;
	width: 400px;
	height: 300px;
}

.bg2{
	background: url("../img/dogncat2.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	opacity: 0.3;
	width: 400px;
	height: 300px;
}

.bg3{
	background: url("../img/dogncat3.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	opacity: 0.3;
	width: 400px;
	height: 300px;
	margin-left: 50px;
}

	

#top{
	width: 90%;
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	margin: 50px auto;
	overflow: hidden;
	padding-bottom: 50px;
}


.top1{
	display: inline;
	width: 100%;
	margin: 0 auto;
}

.top1 h3{
	width: 90%;
	color: #604c3f;
	font-weight: bold;
	font-size: 5vw;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 15px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left 100% bottom 3%;
	background-size: 75vw 10vw;
	text-align: center;
}

.top1 p{
	width: 90%;
	color: #604c3f;
	font-size: 1.2rem;
	line-height: 1.7;
	margin-left: 0;
}

.top1 h3, .top1 p{
	padding-top: 30px;
	padding-left: 30px;
}

.top1 img{
	width: 46%;
	border-radius: 10px;
	margin: 30px 10px 30px 15px;
	float: left;
}

.top2{
	display: inline;
	width: 100%;
	margin: 0 auto;
}

.top2 img{
	width: 46%;
	border-radius: 10px;
	margin: 30px 10px;
	clear: both;
}

.top2 h3{
	width: 100%;
	color: #604c3f;
	font-weight: bold;
	font-size: 5vw;
	background: url("../img/ribbon.png") no-repeat;
	background-position: right 15px bottom 30px;
	background-size: 75vw 10vw;
	padding-bottom: 50px;
	padding-top: 30px;
	text-align: center;
}

.top2 p{
	width: 90%;
	color: #604c3f;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 0 auto;
}



#additional1{
	width: 90%;
	height: 550px;
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	margin: 0 auto 50px;
	padding-top: 10px;
}

#additional1 h3{
	color: #604c3f;
	font-weight: bold;
	font-size: 5vw;
	width: 100%;
	text-align: center;
	background: url("../img/ribbon.png") no-repeat;
	background-position: right 35% bottom 10px;
	background-size: 60vw 10vw;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#additional1 p{
	color: #604c3f;
	font-size: 1.2rem;
	line-height: 1.5;
	width: 90%;
	padding-top: 10px;
	margin: 0 auto;
}

#additional1 img{
	width: 70%;
	display: block;
	margin: 20px auto 0 auto;
	border-radius: 10px;
}


#additional2{
	width: 90%;
	height: 550px;
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	margin: 0 auto 50px;
}

#additional2 h3{
	display: inline-block;
	color: #604c3f;
	font-weight: bold;
	font-size: 4vw;
	width: 90%;
	text-align: center;
	background: url("../img/ribbon.png") no-repeat;
	background-position: right bottom 10%;
	background-size: 80vw 10vw;
	padding: 20px 0;
	margin-top: 20px;
	margin-left: 40px;
}

.vol{
	font-size: 0.5em;
}

#additional2 h4{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #604c3f;
	font-weight: bold;
	font-size: 1rem;
	width: 550px;
	text-align: center;
}
.sora{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0.8em;
}

#additional2 p{
	color: #604c3f;
	font-size: 1.2rem;
	line-height: 1.5;
	width: 550px;
	margin: 0 auto;
}

#additional2 img{
	width: 50%;
	display: block;
	margin: 10px auto;
	border-radius: 10px;
}

.cf{
	content: "";
	display: block;
	clear: both;
}



/*保護犬・保護猫を探す*/


.is-hide {
    display: none;
}

.slider img{
	width: 100vw;
}

#dogsandcats h2{
	font-size: 2em;
	color: #604c3f;
	border-radius: 10px;
	padding: 10px;
	margin-left: 30px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left -2px center;
	background-size: 420px 80px;
	padding-bottom: 20px;
	padding-top: 15px;
}

	.list{
		width: 100vw;
		margin-left: 10%;
	}
	
.list_item img{
	width: 20vw;
}

.list_item{
	background-color: rgba(254,243,245,0.5);
	border-radius: 10px;
	float: left;
	width: 20vw;
	height: 40vh;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}

.search-box{
	width: 90vw;
	margin: 20px;
	font-size: 4vw;
	line-height: 1.5;
}

.search-box_label{
	margin-bottom: 20px;
}

input[type=radio] {
display: none; 
}
input[type="radio"]:checked + label {
background: #c79292;
color: #604c3f; 
}
.label{
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
}
.label:hover {
background-color: rgba(254,243,245,0.5); 
}


input[type=checkbox] {
display: none; 
}
input[type="checkbox"]:checked + label {
background: #c79292;
color: #604c3f; 
}


.name{
	float: left;
	font-size: 2.5vw;
	margin: 10px 0;
}
	
	.name span{
		font-size: 2vw;
		float: left;
		margin: 5px 0 10px;
	}
	
	.chara{
		padding-top: 5px;
		clear: both;
		font-size: 2vw;
	margin: 10px 0;
	}


/*殺処分の状況*/




.situation1{
    margin: 20% auto 5%;
	height: 60vh;
	width: 90vw;
	background-image: url("../img/situation1.jpg");
	background-attachment: fixed;
	background-position: top;
	background-size: contain;
	border-radius: 10px;
}

.situation1 h2{
	font-size: 5vw;
	padding-bottom: 35px;
	padding-top: 10px;
	text-align: center;
	padding-left: 10px;
	width: 90%;
	margin-top: 5%;
	position: relative;
	top: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left 90% top;
	background-size: 75vw 10vw;

}

.situation1 p{
	font-size: 2.1vw;
	line-height: 1.8;
	padding: 20px;
	margin: 0 auto;
	height: 505;
    width: 90%;
	margin-bottom: 5%;
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
	
}





.situation2{
    margin: 10% auto 0 auto;
	height: 60vh;
	width: 90vw;
	background-image: url("../img/situation2.jpg");
	background-attachment: fixed;
	background-position: top;
	background-size: contain;
	border-radius: 10px;
	padding-bottom: 100px
}

.situation2 h2{
	font-size: 5vw;
	padding-bottom: 35px;
	padding-top: 10px;
	text-align: center;
	padding-left: 10px;
	width: 90%;
	margin-top: 5%;
	position: relative;
	top: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left 90% top;
	background-size: 75vw 10vw;
}

.situation2 p{
	font-size: 2.1vw;
	line-height: 1.8;
	padding: 20px;
	margin: 0 auto;
	height: 505;
    width: 90%;
	margin-bottom: 5%;
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
}




.situation3{
    margin: 10% auto 0;
	height: 60vh;
	width: 90vw;
	background-image: url("../img/situation3.jpg");
	background-attachment: fixed;
	background-position: top;
	background-size: contain;
	border-radius: 10px;
}

.situation3 h2{
	font-size: 3vw;
	padding-bottom: 35px;
	padding-top: 10px;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 2px;
	position: relative;
	top: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position : left 30px top;
	background-size: 90vw 10vw;
	text-align: center;

}

.situation3 p{
	font-size: 2.1vw;
	line-height: 1.8;
	padding: 20px;
	margin: 0 auto;
	height: 505;
    width: 90%;
	margin-bottom: 5%;
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
}

.lil{
	font-size: 0.8em;
	width: 40%;
}




.situation4{
    margin: 10% auto 0;
	height: 60vh;
	width: 90vw;
	background-image: url("../img/situation4.jpg");
	background-attachment: fixed;
	background-position: top;
	background-size: contain;
	border-radius: 10px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}


.situation4 h2{
	font-size: 4vw;
	padding-bottom: 35px;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	margin-top: 5%;
	position: relative;
	top: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left 20px top;
	background-size: 90vw 10vw;
	text-align: center;
}

.situation4 p{
	font-size: 2.1vw;
	line-height: 1.8;
	padding: 20px;
	margin: 0 auto;
	height: 505;
    width: 90%;
	margin-bottom: 5%;
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
}




/*里親になる*/
.adapt1{
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
	margin: 120px auto 0;
	padding-top: 10px;
	width: 90vw;
}

.adapt1 h2{
	font-size: 2em;
	margin-bottom: 10px;
	padding: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left top;
	background-size: 500px 80px;
	margin-left: 10px;
}

.adapt1 p{
	line-height: 1.8;
	padding: 0 20px 20px 20px;
}


.adapt2{
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
	margin: 50px auto 0;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 10px;
	width: 90vw;
}
.adapt2 h2{
	font-size: 2em;
	margin-bottom: 50px;
	padding: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left top;
	background-size: 360px 80px;
	margin-left: 10px;
}

.adapt2 h3{
	display: block;
	padding: 0 30px 50px 20px;
	font-size: 1.3em;
	width: 20%;
	text-align: center;
	margin-right: 10px;
}

.arrow{
	display: inline-block;
	background: url("../img/arrow.png") no-repeat;
	width: 50px;
	height: 50px;
	margin-left: 9%;
	margin-bottom: 50px;
}

.adapt2 p{
	line-height: 1.5;
	float: right;
	width: 70%;
	position: relative;
	bottom: 80px;
	margin-right: 20px;
}



/*施設情報*/

.info1{
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
	margin: 120px auto 0;
	overflow: hidden;
	width: 90vw;
	padding-bottom: 30px;
}

.info1 h2{
	font-size: 4.5vw;
	padding: 20px;
	background: url("../img/ribbon.png") no-repeat;
	background-position: left top 10px;
	background-size: 75vw 10vw;
	margin: 10px 0;
}

.info1 p{
	line-height: 1.8;
	padding: 20px;
}

.info1 img{
	float: left;
	width: 25vw;
	margin: 30px 5px 0 20px;
	border-radius: 10px;
}

.info2{
	width: 90vw;
	border-radius: 10px;
	background-color: rgba(254,243,245,0.5);
	margin: 50px auto;
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
	padding-top: 10px;
}

.map {
width: 80vw;
overflow: hidden;
position: absolute;
left: 10px;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}

form{
	margin-bottom: 50px;
}

form.contact-form {
  width: 100%;
  max-width: 380px;
  margin: 10px auto;
  font-size: 15.5px;
	font-family:"UD デジタル 教科書体 NP-B";
  font-weight: 100;
  line-height: 25.079px;
  letter-spacing: -0.5px;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  box-shadow: 0px 2px 10px #eee;
}
form.contact-form:hover {
  box-shadow: 0px 4px 14px #ddd, 0px 0px 6px #ffffff;
}
form.contact-form h2 {
  text-align: center;
  display: block;
  color: #604c3f;
  padding: 19.375px 19.375px 30px;
  font: inherit;
  font-size: 2em;
	background: url("../img/ribbon.png") no-repeat;
	background-position: right top;
	background-size: 90%;
}

.dec_paw{
	display: inline-block;
	background: url("../img/paw.png") no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	
}

form.contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.contact-form ul li {
  padding: 0;
  border-bottom: 2px solid #604c3f;
  margin: 0;
  text-align: center;
  width: 100%;
}
form.contact-form ul li i.form-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2%;
  text-align: center;
  margin: 0 0.5% 0 1%;
  padding: 0;
  font-size: 16.275px;
  color: #604c3f;
}
form.contact-form ul li input[type="text"] {
  width: 90%;
  background: none;
  margin: 0;
  padding: 10.33333385px 2%;
  border: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: border-bottom 0.35s ease;
  transition: border-bottom 0.35s ease;
}
form.contact-form ul li input[type="text"]:focus {
  outline: none;
  border-bottom: 3px solid #f1a6f3;
}
form.contact-form ul li input[type="text"]::-webkit-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li input[type="text"]:-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li input[type="text"]::-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li input[type="text"]:-ms-input-placeholder {
  -webkit-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li input[type="text"]:focus::-webkit-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="text"]:focus:-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="text"]:focus::-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="text"]:focus:-ms-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea {
  display: inline-block;
  vertical-align: top;
  width: 88%;
  background: none;
  padding: 10.33333385px 2%;
  resize: none;
  border: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
  height: auto;
  min-height: 133px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  -webkit-transition: border-bottom 0.35s ease;
  transition: border-bottom 0.35s ease;
}
form.contact-form ul li textarea:focus {
  outline: none;
  border-bottom: 3px solid #f1a6f3;
}
form.contact-form ul li textarea::-webkit-scrollbar {
  width: 4px;
}
form.contact-form ul li textarea::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 2px;
}
form.contact-form ul li textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li textarea:-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li textarea::-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li textarea:-ms-input-placeholder {
  -webkit-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #604c3f;
}
form.contact-form ul li textarea:focus::-webkit-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus:-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus::-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus:-ms-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="submit"] {
  margin: 15px auto 15px;
  padding: 10.33333385px 19.375px;
  border: 1px solid #604c3f;
	color: #604c3f;
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: background border 0.35s ease;
  transition: background border 0.35s ease;
}
form.contact-form ul li input[type="submit"]:focus {
  outline: none;
  border: 1px solid #f1a6f3;
}
form.contact-form ul li input[type="submit"]:hover {
  background: #eaeaea;
  border: 1px solid #f1a6f3;
}
form.contact-form ul li input[type="submit"]:active {
  background: #d0d0d0;
}


/*フッター*/

footer{
	clear: both;
	height: inherit;
	background-color: rgba(254,243,245,0.5);
}

.footerP{
	color: #604c3f;
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 1vw;
}

.footerInfo{
	color: #604c3f;
	font-family:"UD デジタル 教科書体 NP-B";
	font-weight: bold;
	font-size: 2vw;
	text-align: center;
	margin: 20px 0;
}


.smP{
	color: #604c3f;
	text-align: center;
	font-size: 2vw;
	font-family:"UD デジタル 教科書体 NP-B";
}

.smImg{
	width: 100%;
	height: auto;
	margin-left: 23vw;
}
	
	.smImg img{
		margin: 0 5px;
	}

#line{
	background-color: rgba(254,243,245,0.5);
	height: 35px;
	width: 100vw;
	position: relative;
	bottom: 0px;
}

.fpaw{
	background: url("../img/paw.png");
	background-size: 15px;
	background-repeat: repeat-x;
	height: 35px;
	width: inherit;
}

.fadeIn {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadeIn.scrollIn{
  opacity: 1;
  transform: translate(0, 0);
}
}
