.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
@media screen and (max-width: 767px) {
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
}
.pankuzu{
	font-size:1.2rem;
}
.furo-wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.furo-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 60px auto;
}
.furo-title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	word-break: keep-all;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}
.furo-subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.furo-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 30px auto;
}
.furo-title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	word-break: keep-all;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
}
/* 202306追加 */
.furo-main_wrap{
  position: relative;
  	background: rgb(229,240,247);
	margin: 390px auto 60px ;
	padding: 3.5em 0 1em;
}
.furo-mainimg01 img {
  width: 300px;
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.furo-title2 {
	font-size: 2.8rem;
	font-weight:bold;
	margin-top: 60px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;*/
	text-align: center;
	letter-spacing: 0.1rem;
	word-break: keep-all;
	display: block;
}
/*.furo-renovation_wrap{
	width:100%;
	text-align:center;
	padding-top: -100px;
	background: rgb(218,231,242);
 position: absolute;
}*/
.furo-mainimg {
	text-align: center;
	padding-left: 100px;
}
.furo-mainimg img {
  width: 80%;
}

.furo-shopimg {
	text-align: center;
	/*padding-left: 50px;
	margin-top: 22px;*/
}
.furo-shopimg img {
  width: 18%;
	padding: 12px;
}
.furo-shopimg img:hover {
   opacity: 0.5;
}

.furo-telline {
	border-top: 2px solid #D17878;
	text-align:center;
	max-width: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 18px;
	margin-bottom: 18px;
}
.furo-teltitle2{
	display:block;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.8rem;
	margin-top: -5px;
	margin-bottom: 12px;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px){
.furo-main_wrap{
	margin: 110px auto 20px ;
	padding: 1.5em 0 0.1em;
}
.furo-mainimg01 img {
  width: 150px;
 top: 15%;
}
.furo-title2 {
	font-size: 2.1rem;
	margin-top: 30px;
}
.furo-mainimg {
	text-align: center;
	padding-left: 10px;
}
.furo-mainimg img {
  width: 100%;
}

.furo-shopimg {
	text-align: center;
	padding-left: 0px;
	/*margin-top: 10px;*/
}
.furo-shopimg img {
  width: 30%;
	padding: 5px;
	/*margin-top: 10px;
	margin-bottom:10px;*/
}

.furo-telline {
	max-width: 100%;
}
}
/*-----*/
/*.furo-title2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -5px;
	display: inline-block;
	width: 60px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #BD975E;
}*/
.furo-text{
	font-size: 1.6rem;
	display:block;
}
.furo-arrow{
	width:100%;
	filter:drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.spacer-f30{
	height:30px;
}
@media screen and (max-width: 767px) {
.spacer-f30{
	height:30px;
}
}
.furo-btn{
	display: inline-block;
	width:50%;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
	color: #000000;
	border: 1px solid #000000;
}
.furo-btn:hover{
	background:#000000;
	color:#ffffff;
}
@media screen and (max-width: 767px) {
.furo-btn{
width:100%;
}
}
.furo-img_wrap{
	padding:30px;
}
@media screen and (max-width: 767px) {
.furo-img_wrap{
	padding:0px;
}
}
.furo-img{
	width:100%;
}
.furo-telimg{
	width:40%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.furo-minititle{
	display:block;
	text-align:center;
	font-size:2.2rem;
	font-weight:bold;
	line-height:4.4rem;
	word-break: keep-all;
}
@media screen and (max-width: 767px) {
.furo-telimg{
	width:100%;
}
.furo-minititle{
	font-size:1.8rem;
	line-height:3.6rem;
}
}
.furo-teltitle{
	display:block;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.8rem;
}
.furo-p{
	display:block;
	text-align:center;
	font-size:1.4rem;
	line-height:2.0rem;
}
