@charset "utf-8";

/* 00.USUAL
--------------------------------------------------- */
article#telework {
    line-height: 1.4;
    font-weight: bold;
}
article#telework * {
	margin: 0;
	padding: 0;
}
article#telework img {
	max-width: 100%;
	height: auto;
}
article#telework a {
    transition: 0.5s;
}
article#telework .inner {
    margin: 0 auto;
    width: 940px;
}
article#telework ul.attentionNote {
    font-size: 106%;
    font-weight: normal;
}


/* 01.MV
--------------------------------------------------- */
section#mv {
    background: url("../img/mv_bg.jpg") no-repeat center top/ cover;
    padding: 6% 0;
}
section#mv h1 {
    text-align: center;
}
section#mv h1 img {
    width: 33%;
}

/* 02.FEATURE
--------------------------------------------------- */
section#feature {
    margin: 0 auto;
    padding: 4% 0;
    width: 80%;
}
section#feature ul.featureList {
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none;
    color: #02388d;
    font-size: 125%;
    margin-bottom: 2em;
}
section#feature ul.featureList li {
    padding: 0 1.5%;
    width: 100%;
}
section#feature ul.featureList li figure img {
    width: 100%;
}
section#feature ul.featureList li figcaption {
    margin-top: 0.5em;
}

/* 03.SHOPLIST
--------------------------------------------------- */
section#shopList {
    background-color: #00a1e9;
    padding: 4% 0;
}
section#shopList h2 {
    color: #fff;
    text-align: center;
    font-size: 300%;
    letter-spacing: 0.06em;
    margin-bottom: 0.7em;
}
section#shopList a {
    text-decoration: none;
}
section#shopList div.acHead {
    font-size: 162%;
    margin: 10px 0 0;
}
section#shopList div.acHead a,
section#shopList div.acHead h3 {
    display: block;
    background: -moz-linear-gradient(top, #fff, #cbe7fe);
    background: -webkit-linear-gradient(top, #fff, #cbe7fe);
    background: linear-gradient(to bottom, #fff, #cbe7fe);
    color: #02388d;
    border-radius: 6px;
    padding: 0.5em 1em;
}
section#shopList div.acHead a:hover {
    background: -moz-linear-gradient(top, #eae52a, #ebd12a);
    background: -webkit-linear-gradient(top, #eae52a, #ebd12a);
    background: linear-gradient(to bottom, #eae52a, #ebd12a);/*
    border-bottom: solid 4px #ebd12a;*/
    /* background-color: #eae52a; */
}
section#shopList div.acHead a::before {
    content: "\f055";
    font-family: FontAwesome;
    margin-right: 0.3em;
}
section#shopList div.acHead a[aria-expanded="true"]::before {
    content: "\f056";
}
section#shopList div.acBody {
    padding: 0 1em;
}
section#shopList div.acBody dl {
    border-bottom: 2px dotted #fff;
    padding: 1em;
}
section#shopList div.acBody dl dt {
/*    float: left;
    width: 72%; */
    font-size: 143%;
    color: #fff;
    padding-top: 0.3em;
    margin-bottom: 2%;
}
/* section#shopList div.acBody dl dd {
    float: right;
    width: 26%;
} */
section#shopList div.acBody dl dd ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
section#shopList div.acBody dl dd ul li {
    width: 40%;
    margin-top: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}
section#shopList div.acBody dl dd ul li a {
    display: block;
    background-color: #02388d;
    border-bottom: solid 4px #002a7e;
    border-radius: 6px;
    font-size: 112%;
    padding: 0.5em 1em;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
section#shopList div.acBody dl dd ul li a:hover {
    background-color: #eae52a;
    border-bottom: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    color: #02388d;
    text-shadow: none;
}
section#shopList ul.attentionNote {
    color: #fff;
    margin-top: 2em;
}
section#shopList .fa-file-pdf-o:before {
    content: "\f1c1";
    color: #fff;
    font-size: 120%;
    margin-right: 0.3em;
}
section#shopList .acBody a {
    text-decoration: underline;
    color: #fff;
}
section#shopList p.acBody_shop-txt { color: #fff; }
section#shopList p.acBody_note { color: #fff;
    text-indent: -1em;
    padding-left: 1em; }

.reserve-area{
    background-color: #00a1e9;
    padding: 30px 15px;
}

.reserve-area a{
    display: block;
    background-color: #02388d;
    border-bottom: solid 4px #002a7e;
    border-radius: 6px;
    font-size: 112%;
    padding: 1.2em 1em;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
    text-align: center;
}

.note{
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 15px;
    justify-content: center;
    flex-direction: column-reverse;
}

.note img{
    display: block;
    width: 28%;
}

.note small{
    display: block;
    width: 50%;
    padding-top: 12px;
}

.note small span{
    font-weight: bold;
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 959px) {
    article#telework .inner,
    section#feature { width:90%; }
    section#mv h1 img { width:50%; }
    section#feature,
    section#shopList { padding:8% 0; }
    section#feature ul.featureList { flex-wrap:wrap; }
    section#feature ul.featureList li { width:33.3%; padding:0 2%; }
    /* section#shopList div.acBody dl dt { width:45%; } */
    section#shopList div.acBody dl dd { width:100%; }
}



/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:559px) {
    section#mv h1 img { width:70%; }
    article#telework ul.attentionNote,
    section#feature ul.featureList { font-size:3.5vw; }
    section#shopList h2 { font-size:1.8em; margin-bottom: 1.2em; margin-top: 0; }
    section#shopList div.acBody { padding:0; }
    section#shopList div.acBody small { font-size: 14px; font-weight: normal; }
    section#shopList div.acBody dl dt,
    section#shopList div.acBody dl dd { float:none; width:auto; }
    section#shopList div.acBody dl dt { padding-left:0.3em; font-size: 175%; }
    section#shopList div.acBody dl dd ul { margin:0.5em 0 0.8em; padding: 0; }
    section#shopList div.acBody dl dd ul li { margin:5% 1% 0; width:50%; text-align:center; }
    section#shopList div.acBody dl dd ul li a { position:relative; padding:0.8em 1em; }
    section#shopList div.acBody dl dd ul li a::after { content:"\f0a9"; font-family:FontAwesome; position:absolute; right:10px; }
    section#shopList p.acBody_shop-txt { margin: 0 0 0 0.8em; color: #fff; }
    section#shopList p.acBody_note { margin: 0 0 0 0.5em; color: #fff; }
        .acd-content dl {
        padding: 0 0 1em;
        }
        .note{
            flex-direction: row;
        }
        .note img{
            display: block;
            width: 50%;
        }
}




/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}



/* ==============================================================
 店舗一覧アコーディオン
================================================================= */
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    background: -moz-linear-gradient(top, #fff, #cbe7fe);
    background: -webkit-linear-gradient(top, #fff, #cbe7fe);
    background: linear-gradient(to bottom, #fff, #cbe7fe);
    color: #02388d;
    border-radius: 6px;
    padding: 1em 1em;
    font-size: 128.6%;
}
.acd-label:before{
    content: "\f055";
    font-family: FontAwesome;
    margin-right: 0.3em;
}
.acd-content{
    /* border: 1px solid #333; */
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    /* visibility: hidden; */
    display: none;
}
.acd-content dl {
    border-bottom: 2px dotted #fff;
    padding: 0 1em 1em;
}
.acd-content dt{
    font-size: 143%;
    color: #fff;
    padding-top: 0.3em;
    margin-bottom: 2%;
}
.acBody_shop-txt a {
    text-decoration: underline;
    color: #fff;
}
.acd-content dl dd ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.acd-content dl dd ul li {
    width: 50%;
    margin-top: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
    text-align: center;
}
.acd-content dl dd ul li a {
    display: block;
    background-color: #02388d;
    border-bottom: solid 4px #002a7e;
    border-radius: 6px;
    font-size: 112%;
    padding: 0.5em 1em;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
}
.acBody_note {
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    /* visibility: visible; */
    display: block;
}

.shopList_ic {
    display: block;
    margin: 0 auto;
    width: 12%;
}


.attentionNote li {
    font-size: 105%;
    font-weight: 900;
    color: #E50012;
}