
@media screen and (max-width: 1199px){
    
   
    
    .hero-bg {
        padding: 80px 0;
        background-size: 100%;
        background-repeat: none;
        min-height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .hero-title {
        font-size: 45px;
        padding-bottom: 70px;
    }
    
    .hero-sub-title {
        line-height: 24px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    
    .hero-txt {
        font-size: 14px;
        line-height: 26px;
        padding: 0 15px;
        box-sizing: border-box;
		text-align: left;
    }
    
    .hero-btn {
        height: 62px;
        line-height: 62px;
        font-size: 16px;
    }
    
    .catch .catch-txt {
        width: 100%;
    }
    
   
    
}

@media only screen and (max-width: 768px) {
    
    .hero-bg {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 26px;
        padding-bottom: 60px;
    }
    
    .hero-sub-title {
        line-height: 18px;
        margin-bottom: 6px;
        font-size: 12px;
    }
    
    .catch .catch-txt {
        width: 100%;
    }
    
    .top-intro-box .image {
        float: none;
        width: 100%;
    }
    
    .top-intro-box .info {
        float: none;
        width: 100%;
        padding-top: 12px;
    }
    
    .top-intro-box .info .btn{
        margin: 0 auto;
    }
    
    .top-news .col4-box .column {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 24px;
    }
    
    .top-news .col4-box .column:nth-child(2n) {
        margin-right: 0% !important;
    }
    
    .top-news .col4-box .column:not(:last-child) {
        margin-right: 2%;
    }
    
    .top-access .map .image {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
    
    .top-access .map .info {
        float: none;
        width: 100%;
        margin-top: -20%;
    }
    
    /*下層ページ*/
    
    .page-title {
        font-size: 26px;
        padding-bottom: 60px;
    }
    
    .page-title-bg {
        background: url(../images/top-bg-title.jpg);
        padding: 145px 0 104px;
        min-height: 300px;
    }
    
    .concept .col2-box .column {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 32px;
    }
    
    
    .swiper-box {
        padding: 18px 7vw 0;
    }

    .swiper-slide {
    }
    
    
    .point-list li {
        float: left;
        width: 49.5%;
        margin-bottom: 24px;
    }
    
    .point-list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .point-list li img{
        width: 100%;
    }
    
    .hotel-list li {
        width: 100%;
    }
    
    .shop-list li {
        width: 100%;
    }
    
    .acMenu .acMenu-title::after {
        right: 6px;
    }
    
    .acMenu .acMenu-title .icon {
        position: absolute;
        left: 23px;
        top: 35px;
    }
    
    .acMenu .acMenu-title .icon img{
        width: 40px;
    }
    
    .acMenu .acMenu-title {
        font-weight: bold;
        padding: 40px 40px 40px 80px;
        font-size: 15px;
    }
    
    .lunch-list-wrap .lunch-list {
        display: block;
    }
    
    .lunch-list-wrap .image {
        width: 100%;
        margin-bottom: 24px;
    }
    
    .lunch-list-wrap .block {
        width: 100%;
        padding-bottom: 30px;
    }
    
    .access-list li {
        display: block;
        margin-bottom: 90px;
    }
    
    .access-list li .access-icon{
        width: 35%;
        margin: 0 auto 12px;
        top: 0;
    }
    
    .access-list .title {
        font-size: 14px;
    }
    
    .access-list .block {
        width: 100%;
        font-weight: bold;
        font-size: 13px;
        margin-top: 33px;
    }
    
    
    .other .col2-box {
        display: block;
    }
    
    .other .col2-box .col2 {
        width: 100%;
    }
    
    .other .col2-box .other-person {
        bottom: 0 !important;
        top: auto;
    }
    
}

@media only screen and (max-width: 400px) {
   
}
