@charset "utf-8";

#vdbanner{
width:0;
height:0;
}
/* -----リセットCSS----- */
*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

table,
tr,
th {
    border: none;
    font-family: sans-serif;
    font-weight: normal;
}

table {
    font-family: sans-serif;
    font-weight: 100;
    width: 50vw;
    height: auto;
}

th {
    text-align: left;
    padding-left: 40px;
    line-height: 2;
}

/* -----headerここから------ */
h1 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 25px 90px 20px 90px;
    transition: transform 0.3s ease;
}

h1:hover{
    transform: scale(1.05);
}

header {
    display: flex;
    justify-content: space-between;
}

header ul {
    display: flex;
    justify-content: space-around;
}

header li {
    font-size: 16px;
    padding: 40px 30px;
    transition: transform 0.3s ease;
}

header li:hover{
    transform: scale(1.2);
}

header li:last-child {
    padding-right: 60px;
}

header li img {
    width: 25px;
    transition: transform 0.3s ease;
}
header li img:hover{
    transform: scale(1.1);
}


/* -----mainここから------ */

.access {
    height: 600px;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.h2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 50px;
    position: relative;
    display: inline-block;
}

.access {
    height: 500px;
    display: flex;
    justify-content: space-around;
}

iframe {
    width: 50vw;
    height: auto;
    padding: 10px;
    max-width: 700px;
    transition: transform 0.3s ease;
}

iframe:hover{
    transform: scale(1.05);
}

th img{
    transition: transform 0.3s ease;
}

th img:hover{
    transform: scale(1.05);
}

.accessmap {
    max-width: 70vw;
    display: block;
    margin: 0 auto;
    padding: 100px 0 60px 0;
    height: auto;
}

.table{
    max-width: 700px;
}

table {
    font-family: sans-serif;
    font-weight: 100;
    width: 50vw;
    height: auto;
}

th {
    text-align: left;
    padding-left: 40px;
    line-height: 2;
}

th img {
    width: 20px;
    margin: 0 0 0 45px;
}

.border {
    font-size: 16px;
    padding: 20px;
    position: relative;
    display: inline-block;
}

.border::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    /* 厳密に中央に調整 */
    left: 100%;
    /* タイトルの右端からスタート */
    margin-left: 0;
    /* タイトルと線の間隔 */
    width: 50%;
    /* 線の長さ（レスポンシブ） */
    height: 0.8px;
    background-color: black;
    width: calc(50vw - 100% - 25%);
    /* タイトル幅を引いた分のスペースに線を引く */
    z-index: 1;
    max-width: 500px;
}

.outside{
    display: flex;
    justify-content: center;
}

.outside img{
    max-width: 28vw;
    padding:0 20px;
    object-fit: contain;
    margin-bottom: 100px;
}

/* -----ここからfooter----- */

footer{
    height: 375px;
    background-color: #476148;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footerlogo{
    color: #ffffff;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 35px 80px;
    transition: transform 0.3s ease;
}

.footerlogo:hover{
    transform: scale(1.05);
}

.footer ul {
    display: flex;
    justify-content: space-around;
}

.footer li {
    color: #ffffff;
    font-size: 16px;
    padding: 50px 30px 40px 30px;
    transition: transform 0.3s ease;
}

.footer li:hover{
    transform: scale(1.2);
}

.footer li:last-child {
    padding-right: 60px;
}

.footer li img {
    width: 25px;
    transition: transform 0.3s ease;
}

.footer li img:hover{
    transform: scale(1.1);
}

.footertr {
    color: #ffffff
}

.footertable{
    margin-left:40px;
}
.copyright{
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
}