@charset "UTF-8";

@media(max-width: 480px){

html{
  font-size: 30%;
}

body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 2.0;
  /* margin: 0 auto; */
  text-align: center;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.bold{
  font-weight: bolder;
}

.img{
  width: 75%;
  height: 75%;
}

.center{
  margin-left: 3%;
}

.bg-img{
  background-image: url(../img/top-img.jpg);
  width: 100%;
}

.logo{
  width: 20%;
  float: left;
}

.nav-menu{
  display: none;
}

.top-text{
  font-size: 7rem;
  writing-mode: vertical-rl;
  top: 10%;
  left: 30%;
}

.about-title{
  font-size: 20px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text{
  font-size: 3rem;
  width: 90%;
  text-align: left;
}

.about-img{
  display: none;
}

.about-text-1{
  background-image: url(../img/rose-br-8.png);
  background-repeat: no-repeat;
}

.read-top{
  margin-top: 100px;
}

.read-img{
  width: 100%;
  margin-bottom: 50px;
}

.read-title{
  font-size: 30px;
}

.sp-link{
  font-size: 3rem;
}

.arow{
  width: 80%;
  margin-left: 20px;
}

.read-icon{
  display: none;
}

.item-main-text{
  font-size: 40px;
}

.item{
  margin-top: 100px;
}

.br-title{
  left: 10%;
  top: 60%;
  font-size: 40px;
}

.br-img{
  width: 100%;
}

.brace-link{
  font-size: 25px;
  
}

.oil-top{
  margin-top: 100px;
}

.oil-img{
  width: 80%;
}

.oil-title{
  font-size: 30px;
  left: -30%;
}

.price-img{
  width: 100%;
}

.contacts{
  margin-top: 100px;
  margin-bottom: 0px;
  position: relative;
}

.contact-img{
  width: 80%;
  margin-left: 0;
}

.contact-text{
  font-size: 20px;
  left: 0%;
  top: 100%;
  
}

.logo-text-l{
  display: none;
}

.logo-center{
  margin-left: 30%;
}

.logo-text-r{
  display: none;
}

.maggie{
  width: 100%;
}

.qa-img{
  width: 80%;
}

.qa-title{
 left: 5%;
 font-size: 30px;
 color: whitesmoke;
 filter: drop-shadow(1px 1px 1px black);
}

.map{
  display: none;
}

footer{
  width: 100%;
}

.ft-title{
  font-size: 25px;
}

.ft-text{
  font-size: 20px;
}

.ft-list{
 /* flex-direction: column; */
 justify-content: center;
 font-size: 2rem;
}

.ft-logo{
  width: 100%;
}

.ft-menu{
  display: flex;

}

.menu{
  display: block;
}

}