@charset "utf-8";

ul{
    list-style: none;
}
body{
	font-family: '小塚ゴシック Pr6N', 'Kozuka Gothic Pro', sans-serif;
	background-color: #fff;
color: #4b3c23;
    font-size: 14px;

}

.flex_1{
    display: flex;
}
.main_visual{
    color: transparent;
    font-size: 0;
    line-height: 0;
    background-image: url(img/access_main-02.png);
    background-position: center top;
    background-size: 100vw;
    background-repeat: no-repeat;

   height: 610px;
}
.inner_1{
    width: 960px;
    margin: auto;
    text-align: center;
    
    }
h2{
    font-size: 1.875rem;
  
    text-align: center;
    margin: 100px 0 50px 0;
}
.bouncing-letters::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 10px 0 rgba(93, 56, 4, 0.5);
    width: 185px;
    height: 15px;
    background-color: #deb068;
}

.bouncing-letters span {
    display: inline-block;
    animation: bounce 0.8s ease
    infinite alternate;
}
@keyframes bounce {
    0% { transform: translateY(-35px) }
    100% { transform: translateY(-55px) }
}

.bouncing-letters span:nth-child(1) {
    animation-delay: 0.1s;
}

.bouncing-letters span:nth-child(2) {
    animation-delay: 0.2s;
}

.bouncing-letters span:nth-child(3) {
    animation-delay: 0.3s;
}

.bouncing-letters span:nth-child(4) {
    animation-delay: 0.4s;
}



/* バウンドここまで */
.flex_2{
    justify-content: center;
    gap: 30px;
}


.table{
    
    border-collapse: collapse;
    margin-bottom: 15px;
}
.table th{
    padding: 20px;
    border:1px solid #4b3c23;
}
.th_1 th{
    background-color: #deb068;
    color: #fff;
   

}
tr td{
    color: #deb068;
    font-size: 18px;
    border:1px solid #4b3c23;
    vertical-align: middle;
}
.left p{
    justify-content: flex-start;
    text-align: left;
    
    font-size: 16px;
    line-height: 1.5em;
}

.sen p{
    border-left:8px solid #deb068;
    padding-left: 10px;
    margin: 10px 0;
}
.sen li{
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}

.center{
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.sp{
    display: none;
}
dl{
    display: inline-block;
    margin-left: -6em;
}
dl dt{
    float: left;
    margin-right: 20px;
}
    dt, dd{
        text-align: left;
        font-size: 16px;
        line-height: 1.5em;
    }
    dd{
        white-space: nowrap;
    }
    iframe{
        margin: 50px 0;
    }
    
      
    
    .bg{
        justify-content: center;
        background-image: url(img/access_bg.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 179px;
        align-items: center;
        margin-bottom: 50px;
        transition: 0.8s ease-in-out;
        transform: translateY(30px);
        opacity: 0;
    }
    .bg.on {
        transform: translateY(0);
        opacity: 1.0;
      }
    .bg p{
        font-size: 18px;
      }
    
    .bg p, .bg li{
        text-align: left;
        line-height: 2;
    }
    
    .bg p{
       width:  14em;
       text-align: center;
    }
    .bg p span{
        color: #deb068;
        font-size: 12px;
    }
    .bg ul{
        width: 470px;
    }
    .totop-area{
        margin: 60px 0;
    }
    @media screen and (max-width: 768px){
      .inner_1{
            width: 100%;
            margin: auto;
            text-align: center;
           padding: 10px;
           box-sizing: border-box;
          }
        img{
            
                max-width: 100%;
                height: auto;
            
        }
        .table-scroll{
            overflow-x: auto;
            margin-bottom: 20px;
          }
          .table-scroll table {
            width: 100%;
            min-width: 1000px;
            table-layout: fixed;
            margin-bottom: 1px;
            border-collapse: collapse;
          }
          .table-scroll th.sticky,.table-scroll th.sticky_2 {
            position: sticky;
            top:0;
            left:0;
            border-left: none;
            border-right: none;
            background: none;
          }
          
          
          .table-scroll th.sticky::before{
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            border-left: 1px #4b3c23 solid;
            border-right: 1px #4b3c23 solid;
            border-bottom:1px #4b3c23 solid;
            background-color: #deb068;
            z-index: -1;
            box-sizing: content-box;
          }
          .table-scroll th.sticky_2::before{
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            border-left: 1px #4b3c23 solid;
            border-right: 1px #4b3c23 solid;
            border-bottom:1px #4b3c23 solid;
            background-color: #fff;
            z-index: -1;
            box-sizing: content-box;
          }
        dl dt{
            
            margin-right: 5px;
        }
        dt, dd{
            font-size: 14px;
        }

        .main_visual{
            background-size: 100% auto;
            background-repeat: no-repeat;
            height: auto;
            padding-bottom: 30.5%;
            
        
        }
        .flex_1{
            display: block;
        }
        
          .pc{display: none;
        }
        .sp{display: block;}
        
        
        .left p{
            text-align: center;
        
        }
        .sen p{
            border-left: none;

            
        }
        .sen li{
            text-align: center;
            margin-left: 0;
        }
        dl{
            margin: auto;
        }
        dl dt{
            float: none;
            margin-right: 0;
           
        }
        dt, dd{
           text-align: center;
            font-size: 14px;
        }
        dd{
            white-space: wrap;
        }
        iframe{
            width: auto;
            height: auto;
        }
        .bg{
            background-size: 100% 100%;
            background-repeat: no-repeat;
            height: auto;
            margin: 20px;
            text-align: center;
            padding: 20px;
            
        }
        .bg p{
            font-size: 16px;
            margin: auto;
          }
          .bg ul{
            width:auto;
        }
    }
    
    