html,body{
    font-size:16px;
    background:transparent;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color:#fff;
    line-height: 1.6;
    position: relative;
}
.wrap{
    width:980px;
    margin:0 auto;
}
a{
    display:inline-block;
    text-decoration: none;
    color:#fd0;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
img.img_full{
    display:block;
    width:100%;
    height:auto;
}
img.max_100{
    max-width: 100%;
}
p{
    padding:0;
    margin:0;
}
.pad_1em_0{
    padding:1em 0;
}
.pad_2em_0{
    padding:2em 0;
}
.pad_4em_0{
    padding:5em 0;
}
h3{
    font-weight: normal;
    font-size: 2em;
    padding:3px 0;
    margin:0;
}

.bg{
    position: fixed;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url(images/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    //background-color:#004da0;
    z-index: -1;
}
.bg_navy{
    background-color:rgba(0,60,145,.9);
}
.bg_dnavy{
    background-color:rgba(0,45,125,.9);
}
.bg_yellow{
    background-color: rgba(255,214,0,.90);
    color:#000;
}
.bg_yellow a{
    color:#002d60!important;
}

.bg_navy2yellow{
    background-color:rgba(0,60,145,.9);
    color:#fff;
    transition: all .5s linear;
}
.bg_navy2yellow a{
    color:#fff!important;
}
.bg_navy2yellow.active{
    background-color: rgba(255,214,0,.90);
    background-color: #f7f7f7;
    color:#000;
    transition: all .5s linear;
}
.bg_navy2yellow.active a{
    color:#002d60!important;
}

/*header*/
.head_logo_area{
    text-align: center;
    padding:2em 0;
}
.head_nav_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head_nav_ul li{
    width:calc(100% / 4 );
}
.head_nav_ul li a{
    display:block;
    padding:1em 0;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.ex_header{
    background:#004da0;
    background:rgba(0,57,116,.95);
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,.7);
    padding:20px 0;
    transition: all .3s linear;
    z-index: 10;
}
.ex_header.active{
    transform: translateY(0);
    transition: all .3s linear;
}
.ex_header_flex{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.ex_header_logo_area{
    width:140px;
}
.ex_header_nav_area{
    width:calc(100% - 150px);
}
.ex_header_nav_area .head_nav_ul li a{
    font-size: 1em;
    padding:.5em 0;
}
/*foot*/
footer{
    padding:2px;
    text-align: center;
    background:rgba(0,0,0,.6);
}
.ex_foot{
    display:none;
}

.to_top{
    position: fixed;
    right:10px;
    bottom:80px;
    z-index: 9;
    transition: all .3s ease;
    transform:translateX(130%);
}
.to_top.active{
    transition: all .3s ease;
    transform:translateX(0);
}
.to_top i{
    font-size:3em;
    color:#fff;
    opacity: .4;
    text-shadow: 0 0 4px rgba(0,0,0,.7);
    cursor: pointer;
}
/*top*/
.top_image_area{
    
}
.top_image_wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top_image_wrap::before{
    content:'';
    display:block;
    width:100%;
    padding-top:56%;
}
.top_image_wrap span{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    will-change: animation;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(0);
}
.top_image_wrap span:first-child{
    //background-image: url(images/top.png);
    z-index: 3;
    
    
}
.top_image_wrap span:nth-child(2){
    z-index: 2;
}

.top_image_wrap span.active{
    transform: translateX(-100%);
    transition: transform 2s ease;
}

.top_mess_sec{
    
}
.top_mess_area{
    font-size: 1.5em;
}


.top_tenpo_sec{
    //background:rgba(0,0,0,.3);
}
.top_tenpo_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_tenpo_ul li{
    width:calc((100% - 100px ) / 3 );
}
.top_tenpo_ul li img{
    border:3px solid #fe0;
}
.top_tenpo_ul li a{
    display:block;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 5px;
    color:#fd0;
    text-decoration: underline;
}

.top_info_sec{
    
}
.top_info_area {
    border-radius: 20px;
    padding: 2em;
    background: #fff;
    color: #000;
    border: inset 1px rgba(0,0,0,.5);
}
.icon_shop{
    display:inline-block;
    font-size: .6em;
    padding:2px 1em;
    text-align: center;
    border-radius: 4px;
    border:2px solid #fa3;
    background:#fd0;
    margin-right: 10px;
    min-width: 90px;
}
.top_info_ul li{
    margin-bottom: 1em;
}
.top_info_ul .info_title{
    font-size:1.4em;
}
.top_info_ul .info_title a{
    vertical-align: middle;
    color: #07B;
    font-weight: bold;
}
.top_info_ul li p{
    padding:5px 0;
    line-height: 1.3;
}


/*rule*/
.rule_area {
    border-radius: 20px;
    padding: 2em;
    background: #fff;
    color: #000;
    border: inset 1px rgba(0,0,0,.5);
}
.rule_ul{
    list-style: disc;
    margin-left: 1em;
}
.rule_ul li{
    margin-bottom: 1em;
}
.rule_ul .rule_title{
    font-size:1.4em;
    list-style: none;
}
.rule_ul li img{
    display:inline-block;
    vertical-align: middle;
}
.rule_area small{
    display:inline-block;
    padding-top:1em;
}


/*recruit*/
.recruit_tbl{
    border-collapse: collapse;
    width:100%;
}
.recruit_tbl th{
    white-space: nowrap;
    font-weight: normal;
    padding:1em 2em;
    background:#fd3;
    color:#222;
    border:2px solid #fff;
}
.recruit_tbl td{
    border:2px solid #fff;
    padding:1em 2em;
}
.recruit_tbl td strong{
    font-size: 1.2em;
    color:#f71;
}


/*shop*/
.shop_flex{
    display: flex;
    align-items:stretch;
    flex-wrap: wrap;
    padding:1em 0;
    justify-content: space-between;
    margin-bottom: 3em;
}
.shop_info{
    width:56%;
    border-radius: 20px 0 0 20px;
    padding: 2em;
    background: #fff;
    color: #000;
    border: inset 1px rgba(0,0,0,.5);
}
.shop_info h5{
    margin: 0;
    padding:0;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 3px;
    margin-bottom: 1em;
    border-bottom: 2px solid #fd3;
}
.shop_img{
    padding:1em;
}

.shop_ac{
    width:42%;
    padding:0em;
}
.map_wrap{
    position: relative;
    width:100%;
    padding-top:120%;
}
.map_wrap > iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.ac_info{
    padding:1em 0;
}
.shop_link{
    text-align: right;
}
.shop_link a{
    display:inline-block;
    padding:.3em 2em;
    border-radius: 30px;
    background:#fd0;
    color:#094191;
    font-size:1.3em;
}


/*tenpo*/
.tenpo_mess{
    font-size:1.4em;
    padding:1em;
}
.tenpo_flex{
    display: flex;
    align-items:stretch;
    flex-wrap: wrap;
    padding:0;
    justify-content: space-between;
}

.tenpo_info{
    //padding:2em;
    //border-radius: 20px;
    //background: #fff;
    //color: #000;
    //border: inset 1px rgba(0,0,0,.5);
    width:58%;
}
.tenpo_tbl {
    width:100%;
    border-collapse: collapse;
}
.tenpo_tbl th{
    white-space: nowrap;
    font-weight: normal;
    padding:1em;
}
.tenpo_tbl td{
    padding:1em;
}
.tenpo_map{
    width:40%;
    position: relative;
}
.tenpo_map iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.tenpo_pr{
    font-size: 1.3em;
}

/*review*/
.rev_ul li{
    padding:1em 0;
}
.rev_box{
    padding:1em;
    border-radius: 10px;
    background:rgba(0,0,0,.2);
}
.rev_title{
    font-size: 1.4em;
}
.rev_title a{
    color:#3f7;
}
.star_area{

}
.star_area i{
    color:#ff5;
}
.rev_box p{
    padding:1em 0;
}
.good_area{
    padding-left: 1em;
}

.rev_flex{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.rev_flex > div{
    width:49%;
    position: relative;
}
.tw_wrap{
    position: relative;  
}
.tw_wrap iframe{
    position: absolute!important;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}
@media(max-width:1000px){
    .wrap{
        width:100%;
        padding:0 5px;
    }
    .head_nav_ul li a{
        font-size:3vw;
    }

}
@media(max-width:640px){
    h3{
        text-align: center;
    }
    .head_logo_area img.max_100{
        width:70%;
    }
    .head_nav_ul li a{
        font-size:.8em;
    }
    
    .ex_header{
        padding:10px 0;
    }
    .ex_header_logo_area{
        width:90px;
    }
    .ex_header_nav_area{
        width:calc(100% - 120px);
    }
    .ex_header_nav_area .head_nav_ul li{
        width:calc(100% / 2 );
    }
    .ex_header_nav_area .head_nav_ul li.sp_none{
        display:none;
    }
    .ex_header_nav_area .head_nav_ul li a{
        font-size: 1em;
        padding:.3em 0;
    }
    
    .top_image_wrap::before{
        //padding-top:120%;
    }
    .top_image_wrap span{
        background-position:50% center;
        //animation: bg 8s ease-in-out alternate infinite;
    }
    @keyframes bg{
        0%{
            background-position:0% center;
        }
        100%{
            background-position:100% center;
        }
    }
    .top_mess_sec{
        padding-top:1em;
    }
    .top_mess_area{
        font-size:1.3em;
    }
    
    .top_tenpo_ul li{
        width:100%;
    }
    
    .top_info_area{
        padding:15px 10px;
    }
    .top_info_ul .info_title a{
        display:block;
    }
    
    footer{
        padding-bottom: 70px;
    }
    .ex_foot{
        display:block;
        position: fixed;
        left:0;
        bottom:0;
        width:100%;
        padding:1px;
        background:rgba(0,0,0,.3);
        z-index: 10;
        transition: all .3s linear;
        transform: translateY(100%);
    }
    .ex_foot.active{
        transform: translateY(0);
        transition: all .3s linear;
    }
    .ex_foot_ul{
        display:flex;
        justify-content: space-between;
    }
    .ex_foot_ul li{
        width:calc(100% / 3);
        margin:2px;
    }
    .ex_foot_ul li a{
        display:block;
        text-align: center;
        border-radius: 4px;
        padding:.7em 0;
        background:#ff5;
        color:#002d60;
        font-size:1.2em;
    }
    
    /*rile*/
    .rule_area {
        padding: 1em;
    }
    .rule_ul{
        list-style: disc;
        margin-left: 1em;
        font-size: .9em;
    }
    
    /*recruit*/
    .recruit_tbl th{
        padding:1em .5em;
        font-size: .9em;
    }
    .recruit_tbl td{
        padding:1em;
    }
    
    /*shop*/
    .shop_info{
        width:100%;
        border-radius: 20px 20px 0 0;
        margin-bottom: 2px;
    }
    .shop_ac{
        width:100%;
        padding: 1px;
    }
    .map_wrap{
        padding-top: 60%;
    }
    
    /*tenpo*/
    .tenpo_flex{
        align-items: flex-start;
    }
    .tenpo_info{
        width:100%;
        padding-bottom: 1em;
        
    }
    .tenpo_tbl th{
        padding:1em .5em;
        font-size: .9em;
    }
    .tenpo_map{
        width:100%;
        padding-top:80%;
    }
    
    .rev_flex{
        align-items: flex-start;
    }
    .rev_flex > div{
        width:100%;
        position: relative;
    }
    .tw_wrap{
        padding-top:140%;
    }
}
@media(orientation: portrait){
    .bg{
        background-image: url(images/bg_sp.png);
    }
}