﻿@charset "UTF-8";

.titleSub h1{
    padding: 20px 0 20px 0;
}

.titleSub span{
    margin-top: 40px;
}


.shopping{
margin:100px 0 0 0;
}

.print{
margin:60px 0 0 0;
}

.other{
margin:60px 0 0 0;
}

.wifi{
margin:60px 0 60px 0;
}


.sec_ttl{
    position: relative;
    margin-bottom:60px;
}

h2{
    text-align: center;
    font-size: 48px;
    margin-bottom: 0px;
    color: #333333;
    position: relative;
    z-index: 2;
}

p.h2_bg {
width: 100%;
    line-height: 1;
    margin: 0;
    text-align: center;
    position: absolute;
    font-size: 84px !important;
    font-weight: bold;
    color: #FFE9EC;
    letter-spacing: -5px;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

 ul.btn_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.btn_list li {
    width: 32%;
    margin-bottom: 50px;
    position: relative;
}

ul.btn_list li a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 0 #D80B24;
    transition: .3s;
    border: 1px solid #D80B24;
    height: 100px;
}

ul.btn_list li a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #D80B24;
}

ul.btn_list li a img {
width: 7%;
    margin-right: 10px;
}

ul.btn_list li a span.btn_item_1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.wifi_txt{
font-size: 20px;
    text-align: center;
    margin: 0;
}



@media screen and (max-width: 1024px) {
.shopping{
margin:50px 0 0 0;
}

.print{
margin:50px 0 0 0;
}

.other{
margin:50px 0 0 0;
}

.wifi{
margin:50px 0 0 0;
}

h2 {
    font-size: 28px;
}

p.h2_bg {
    font-size: 50px !important;
}

.sec_ttl {
    margin-bottom: 30px;
}

ul.btn_list {
    display: block;
}

ul.btn_list li {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

ul.btn_list li a{
height: 80px;
}


.wifi_txt{
width: 90%;
    margin: auto;
font-size:16px;
}
}

}


