@charset "UTF-8";

@media screen and (max-width:1136px){
    .head_menu{
        display:none;
    }
    .header_nav{
        justify-content: space-between;
    }
    main,footer{
	overflow-x: hidden;
    }
    body{
        font-size: 80%;
    }
    .base {
        width: 90%;
    }
    .pc_no{
        display: block!important;
    }
    .tab_no{
        display: none!important;
    }
    .head_menu,.down{
        display: none!important;
    }
    .slider_box {
        margin: 0 auto;
    }
    .menu-trigger {
        position: fixed;
        top: 10px;
        right: 2%;
    }
    .menu-trigger span{
        background-color: #aaa!important;
    }
    .menu-trigger.active span {
        background-color: #aaa!important;
    }
    .menu-trigger em{
        color: #aaa;
    }
    .google_translation{
        position:fixed;
        right: 90px;
    }
    .info .base img {
        width: 80%;
        max-width: 400px;
    }

    .event a h2{
        padding: 20px;
    }
    .event a h2 span {
        font-size: 27px;
        vertical-align: sub;
    }
    .other_menu a > div > span {
        font-size: 30px;
    }
    /*header .hd_right,
    header .hd_left,
    .service .hd_right,
    .service .hd_left{
        width: 250px;
    }*/
    /*下層ページ*/
    .lower .link {
        font-size: 13px;
    }
    .lower header {
        margin-top: 0;
    }
    .lower header div {
        font-size: 100%;
    }
    .lower header h2 {
        font-size: 24px;
    }
    .lower main h2 {
        font-size: 23px;
    }
    .lower main h3 {
        font-size: 18px;
        padding: 10px 0 10px 80px;
    }
    .l_company{
        padding: 0;
    }
    .table_01 th{
        font-size: 16px;
        padding: 10px 0;
    }
    /*contact*/
    .contact_tbl td img {
        max-width: 200px;
    }
    .textbox {
        height: 3rem;
    }
    .checkbox-field{
        width: 200px;
    }
    .submit_btn{
        margin: 15px;
    }
    /*restaurant*/
    .l_resto .flex_center li{
        margin: 0 20px;
    }
    /*service*/
    .l_service .service_event .table_01 th {
        width: 150px;
    }
    .point {
        font-size: 16px;
    }
    /*backnumber*/
    .best_wrap {
        padding-bottom: 80px;
    }
    .slider_taki_wrap{
        display: flex!important;
    }
}

@media screen and (max-width:768px){
    /*緊急のお知らせ*/
    .emergency_notice{
        right:auto;
        left:50%;
        transform:translateX(-50%);
    }

    /*お知らせ*/
    .news_list li a{
        flex-direction: column;
        gap:5px;
        padding:10px 20px;
    }
    .news_meta{
        width:100%;
        justify-content: space-between;
    }
    .news_title{
        width:fit-content;
    }
    .news_cat{
        font-size:11px;
    }
    .news_more a{
        font-size:13px;
    }
    .news_more a .material-icons{
        font-size:20px !important;
    }
}

@media screen and (max-width:500px){
    .header_nav{
        height:70px;
    }
    .header_nav__logo{
        gap:10px;
    }
    .header_nav__logo a{
        padding:0;
    }
    .google_translation{
        right:60px;
    }
    .menu-trigger{
        width:35px;
    }
    .menu-trigger em{
        bottom:-12px;
        font-size:10px;
        width:35px;
    }
    .header_nav__logo img{
        max-height:40px;
    }

    .waves{
        height:100px;
    }

    .info_sns{
        flex-direction: column;
        gap:20px;
    }

    /*お知らせ下スライド*/
    .slider_02 .slick-slide{
        aspect-ratio: 3 / 4;
    }

    footer .logo{
        max-width:200px;
        height:120px;
    }
}

@media screen and (max-width:399px){
    .header_nav__logo img{
        max-width:80px;
    }
}