@charset "utf-8";

/*GENERAL*/
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #969696;
    opacity: 0.7;
}

header {
    padding: 50px 0 50px 0;
}

h1 {
    font-size:19px;
    font-weight: bold;
    font-family: "ivyora-display", sans-serif;
    font-weight: 100;
    font-style: normal;
}
h2 {
    font-weight: bold;
    font-size: 26px;
    padding: 30px 0;
}
h3 {
    font-weight: bold;
    font-size: 14px;
}
/*TOP*/
.mainvis {
    padding: 0;
}

.menu {
    padding: 70px 0 40px 0;
}

.menu p {
    font-family: "ivyora-display", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 19px;
    margin-bottom: 8px;
}
/*Access*/
.map {
    width: 100%;
    height: 70%;
    position: relative;
    padding-top: 56.25%;
    margin: 0 15px;
  }
  
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media screen and (min-width:1024px) {
    .map{
        width: 50%;
    }
    .map iframe {
        
    }
}

/*COMPANY*/


.company p {
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0px;
}

.prev {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 60px;
}

/*PRIVACY*/
.privacy h3 {
    font-weight: bold;
    font-size: 20px;
}

.privacy p {
    font-size: 12px;
}
/*BARND*/
.bggrey{
    background-color: #fafafa;
}
@media screen and (max-width: 768px) {
    header {
        padding: 50px 0 20px 0;
    }
    h1{
        font-size: 15px;
    }
    .mainvis {
        padding: 0px;
    }
    .menu {
        padding: 40px 0 40px 0;
    }
    .menu p {
        font-size: 15px;
    }
}