@charset "UTF-8";
/* ゆっくり遷移する */
html {
	scroll-behavior: smooth;
}
#brand{
    text-align: center;
	}
#brand img{
    width: 100%;
    margin-bottom: 5px;
	}
#brand ul{
    margin-bottom: 20px;
	}
#brand li{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin:8px;
    }

#brand #bb li{
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    margin:2px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #BCBCBC;
    }
#brand #bb li a{
    color: #FFFFFF;
    }

hr{
    border-bottom-color:  #606060;
    margin: 30px 0;
    }

/*もどるボタン */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5em;
}

a.btn-gradient {

  font-weight: normal;
    
  color: #fff;
  
  border-radius: 0.5em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #f49fb1),
    to(#d1f6f4)
  );
  background-image: -webkit-linear-gradient(left, #fed19e 40%, #d1f6f4 100%);
  background-image: linear-gradient(90deg, #fed19e 40%, #d1f6f4 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0%;
    
  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  border-radius: 0.5em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f49fb1),
    color-stop(#fed19e),
    to(#d1f6f4)
  );

  background-image: -webkit-linear-gradient(left, #f49fb1, #fed19e, #d1f6f4);

  background-image: linear-gradient(90deg, #f49fb1, #fed19e, #d1f6f4);
}


a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
/*もどるボタン　ここまで */



#floor1{
    font-size: 125%;
	}
.name{
    font-size: 85%;
	}
.name_kana{
    font-size: 60%;
	}
.name_kana span{
    font-size: 80%;
	}
#pagetop {
    position: fixed;
    bottom: -120px;
    right: 10px;
}

/* ----------------------------------------------
	フッター
------------------------------------------------- */
footer{
	display:block;
	background-color:#FFF;
	padding:30px 0 30px;
}
footer .footer_logo a img{
	display:block;
	width:300px;
	height:45px;
	background-image:url(../img/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:300px 45px;
	margin:0 auto;
}
footer .footer_logo a:hover img{
    opacity: 0.30; /* 30％不透明度(＝70％透過) */
    transition : all 1s;
}


@media screen and (min-width:640px) { /*タブレット*/
	
    .pc_non{
		display: none;
	}
    
    #brand li{
        width: 28%;
        height: auto;
}
}
@media screen and (min-width:768px) { /*パソコン*/
	
    .pc_non{
		display: none;
	}
    
    #brand li{
        width: 22%;
        height: auto;
}
    
}


@media screen and (max-width: 639px) { /*839pxまで*/
	.sp_non{
		display: none;
	}
     #brand li{
        width: 40%;
        height: auto;
}
    
    /* ----------------------------------------------
	フッター
------------------------------------------------- */
footer{
	display:block;
	background-color:#FFF;
	padding:20px 0 20px;
}
footer .footer_logo{
    margin:0;
    width: auto;
    display: block;
    text-align: center;
}
footer .footer_logo a img{
	display:block;
	width:240px;
	height:36px;
	background-image:url(../img/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:auto 36px;
	margin:0 auto;
}


}
