

body{
    margin: 0;
    height: 100vh;
    box-sizing: border-box;
    background-color: #0DB7D6;
    height: 100vh;
}

@media screen and (min-width: 768px) {
    .u_visible_sp {
      display: none;
    }
  
}

@media screen and (max-width: 767px) {
    .u_visible_pc {
      display: none;
    }
    body{
        overflow: visible;
     }
     html{
      overflow: visible;
     }
}

.logo{
  height: 15em;
}

.logo img{
  display: block;
  margin: auto;
  width: 10em;
  padding-top: 5em;
}
@media screen and (max-width: 767px) {
  .logo{
    height: 8em;
  }
  
  .logo img{
    width: 8em;
    padding-top: 2em;
  }
}
.on_text{
  width: 6em;
  display: block;
   margin: auto;
   padding: 1rem;
}

.on_text img{
  height: 1rem;
}

@media screen and (max-width: 767px) {
.on_text img{
  height: .8rem;
}
}

.online{
  margin-bottom: 5rem;
}

.online img{
  width: 48%;
  display: block;
  margin: auto;
}

.online img:hover{
  opacity: 50%;
}

@media screen and (max-width: 767px) {
  .on_text{
    width: 5em;
    padding-bottom: .2em;
  }
  .online{
    margin-bottom: 1rem;
  }
  
  .online img{
    width: 90%;
  }
}
.brandsite{
  margin-bottom: 5rem;
}

.brandsite a{
  display: block;
  text-align: center;
}

.brandsite img{
  width: 48%;
}

.brandsite img:hover{
  opacity: 50%;
}

@media screen and (max-width: 767px) {
.brandsite img{
  width: 90%;
}
}


.note{
  display: block;
  margin: auto;
  width: 40%;
  height: 5em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
	cursor: pointer;
}
.note img{
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.note:hover img:nth-of-type(2) {
    opacity: 0;
  }

@media screen and (max-width: 767px) {
  .note{

    width: 80%;
    padding-bottom: 2em;
  }

}

footer {
  height: 10em;
  margin-top: 5rem;
}

footer .footer{
  display:flex;
}

footer .footer >*{
  width: 25%;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
    overflow-x: hidden;
  }

  footer .footer{
    display:block;
  }
  footer .footer >*{
margin-left: 2em;
width: 100%;
padding-left: 0;
  }
  footer .footer img{
    padding: 1rem 0;
  }
}

dl{
  border-left: #fff solid 2px;
}
@media screen and (max-width: 767px) {
  dl{
  border-bottom: #fff solid 1px;
  border-left:none;
}
}
.name{
  width: 70%;
}
.sns{
  display: flex;
  border: none;
}
@media screen and (max-width: 767px) {
  .sns{
justify-content: center;
  }
  .name{
    border-bottom: #fff solid 1px;
    width: 100%;
  }
  .name img{
    width: 60%;
  }
}

.sns .inst{
  position: relative;
  width: 2em;
  height: 2em;
  margin-left: 0;
  overflow: hidden;
	cursor: pointer;
}
.sns .inst img{
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.sns .inst:hover img:nth-of-type(2) {
	opacity: 0;
}

.sns .fb{
  position: relative;
  width: 2em;
  height: 2em;
  margin-left: 1em;
  overflow: hidden;
	cursor: pointer;
}
.sns .fb img{
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.sns .fb:hover img:nth-of-type(2) {
	opacity: 0;
}

.add img{
  width: 85%;
}
@media screen and (max-width: 767px) {
  .add img{
    width: 80%;
  }
}

.tel img{
  width: 35%;
}

.mail a{
  background-image: url(img/mail.svg);
  background-size: cover;
  display: block;
  height: 3em;
  width: 16em;
}

.mail a:hover{
  background-image: url(img/mail_h.svg);
}

@media screen and (max-width: 767px) {
  .mail{
    padding-bottom: 1rem;
  }
}
.copy{
  width: 10em;
  margin-left: 2rem;
  margin-top: 2rem;
}