@charset "utf-8";
/*
ul#icon{display:none!important;}
p.sale_flg1{padding:0!important;background-image:none!important;}*/
/* structure
---------------------------------------- */
div#outline {
    width: 924px;
    margin: 30px auto 150px;
    padding: 50px
    }
/* search
---------------------------------------- */
div#search h3 {
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 18px;
    text-align: center
    }
div#search h3 span {
    white-space: nowrap
    }
div#search p {
    text-align: center
    }
div#search p strong {
    color: #f00;
    font-weight: bold
    }
div#search p.date {
    margin: 15px 0;
    padding: 5px 0;
    font-size: 18px;
    border-top: 1px red solid;
    border-bottom: 1px red solid
    }
div#search ul#city_search {
    width: 100%;
    margin: 30px auto
    }
div#search ul#city_search * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
div#search ul#city_search li {
    width: 16.6%;
    padding: 10px
    }
div#search ul#city_search li a {
    display: block;
    padding: 10px;
    color: #e23366;
    line-height: 1;
    text-align: center;
    transition: all 0.3s linear;
    border: 3px solid #e23366;
    overflow: hidden
    }
div#search ul#city_search li a:hover {
    color: #fff;
    border: 3px solid #333;
    background-color: #333
    }
/* ãã¿ã³éè¡¨ç¤ºå¦çã*/
div#search ul#city_search li.na a {
    cursor: default;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    border: 3px solid #ccc;
    background-color: #ccc
    }
@media screen and (max-width: 900px) {
    div#search ul#city_search li {
        width: 20%
        }
    }
@media screen and (max-width: 768px) {
    div#search ul#city_search li {
        width: 25%;
        padding: 5px
        }
    }
@media screen and (max-width: 640px) {
    div#search ul#city_search li {
        width: 33.3%
        }
    }
/* sanmitsu */
div#sanmitsu {
    clear: both;
    margin: 0 auto 30px;
    padding: 10px 20px 20px;
    border: 5px #f00 solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px
    }
div#sanmitsu h3, div#sanmitsu p {
    color: #f00;
    text-align: center
    }
div#sanmitsu h3 {
    margin: 10px auto;
    font-size: 24px;
    font-weight: bold
    }
ul#icon {
    width: 100%;
    clear: both;
    margin: 0 auto 30px;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #fff5c8
    }
ul#icon li {
    margin: 0 10px;
    text-align: center
    }
@media screen and (max-width: 640px) {
    div#search h3, div#search p {
        font-size: 14px;
        text-align: left
        }
    div#search h3 span {
        white-space: normal
        }
    }
/* ticiket_list
---------------------------------------- */
#ticket h4.city {
    position: relative
    }
#ticket h4.city:before, #ticket h4.city:after {
    width: 16px;
    height: 31px;
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center
    }
#ticket p.name {
    width: 30%;
    min-height: 35px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left top
    }
p.sale_flg1 {
    background-image: url(../../ticket/img/icon_1.png)
    }
p.sale_flg2 {
    background-image: url(../../ticket/img/icon_2.png)
    }
p.sale_flg3 {
    background-image: url(../../ticket/img/icon_3.png)
    }
p.sale_flg4 {
    background-image: url(../../ticket/img/icon_4.png)
    }
/* list */
div.add p:not(span) {
    margin-bottom: 3px;
    padding-left: 80px;
    text-indent: -80px
    }
div.add p span {
    width: 5em
    }
div.add p span.coution {
    width: 100%;
    color: #f00;
    padding: 0;
    text-align: left;
    border: none
    }
@media screen and (max-width: 730px) {
    #ticket p.name:not(span) {
        width: 100%;
        margin: 3px 0 10px 0
        }
    #ticket div.add {
        width: 70%;
        width: calc(100% - 17em);
        margin: 3px 0 10px 0
        }
    #ticket ul.hp {
        width: auto;
        float: right
        }
    }
@media screen and (max-width: 510px) {
    #ticket p.name:not(span) {
        width: 100%
        }
    #ticket div.add {
        width: 100%;
        margin: 3px 0 0 0
        }
    #ticket ul.hp {
        width: 100%;
        float: none;
        letter-spacing: -0.4em
        }
    #ticket ul.serch_result li ul.hp li {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 2px 5px 2px 0;
        vertical-align: top;
        letter-spacing: normal;
        zoomo: 1
        }
    #ticket ul.serch_result li ul.hp li a {
        width: 7em
        }
    }
@media screen and (max-width: 350px) {
    #ticket ul.serch_result li {
        margin: 0 auto 20px;
        padding: 0 0 25px
        }
    }