@charset "utf-8";

/*firefox bug fix*/
#header .keyword_search div.search_box .search_category {
    letter-spacing: 0;
}



/*-----------------------------------------------------------------
	ヘッダー
-----------------------------------------------------------------*/

#header {
    width: 100%;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0px 0px 0px;
    text-align: left;
}

/* event_list */

#header .event_info {
    background: #FF9944;
    color: #fff;
    height: 56px;
}

#header .event_info a {
    color: #fff;
}

#header .event_list {
    display: flex;
    max-width: 980px;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .4em 0;
}

#header .event_list > li {
    color: #fff;
    margin-right: .3em;
}

#header .event_list > li:last-child {
    margin-right: 0;
}

#header .event_list li:nth-child(1) {
    display: flex;
    white-space: nowrap;
}

#header .event_list li:nth-child(1) p {
    display: flex;
    align-items: center;
}

#header .event_list li:nth-child(1) p:nth-child(1) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    margin-right: .2em;
}

#header .event_list li:nth-child(1) p:nth-child(2) {
    font-size: 28px;
}

#header .event_list li:nth-child(2) p:nth-child(1) {
    font-size: 12px;
}

#header .event_list li:nth-child(2) p:nth-child(2) {
    font-size: 11px;
}

#header .event_list li a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#header .event_list li:nth-child(3) a {
    border: solid 1px #fff;
}

#header .event_list li:nth-child(4) a {
    background: #fff;
    color: #FF9944;
}

#header .event_list li:nth-child(4) a:hover {
    text-decoration: underline;
}

#header .event_list li:nth-child(3) a:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, .6) inset;
    text-decoration: underline;
}

#header .event_list li ul {
    display: flex;
    flex-wrap: wrap;
}

/* event_info_2 */

#header .event_info_2 {
    background: #1ca837;
    color: #fff;
    height: 56px;
}

#header .event_info_2 a {
    color: #fff;
}

#header .event_info_2 > li {
    color: #fff;
    margin-right: .6em;
}

#header .event_info_2 > li:last-child {
    margin-right: 0;
}

#header .event_info_2 li:nth-child(1) {
    display: flex;
    white-space: nowrap;
}

#header .event_info_2 li:nth-child(1) p {
    display: flex;
    align-items: center;
}

#header .event_info_2 li:nth-child(1) p:nth-child(1) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    margin-right: .2em;
}

#header .event_info_2 li:nth-child(1) p:nth-child(2) {
    font-size: 28px;
}

#header .event_info_2 li:nth-child(2) {
    padding: 0 2rem 0 0;
}

#header .event_info_2 li:nth-child(2) p:nth-child(1) {
    font-size: 18px;
}

#header .event_info_2 li:nth-child(2) p:nth-child(2) {
    font-size: 12px;
}

#header .event_info_2 li a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#header .event_info_2 li:nth-child(3) a {
    border: solid 1px #fff;
}


#header .event_list li:nth-child(3) a:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, .6) inset;
    text-decoration: underline;
}

#header .event_list li ul {
    display: flex;
    flex-wrap: wrap;
}


#header .shop_list_wrapper {
    width: 100%;
    background: #fff;
}

#header .shop_list {
    display: flex;
    max-width: 980px;
    justify-content: left;
    align-items: center;
    background: #fff;
    margin: .4em auto 0;
}

#header .shop_list li {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: .9em;
    padding: .25em .8em;
    margin-right: .3em;
}

#header .shop_list li:first-child {
    color: #505050;
    font-weight: bold;
}

#header .shop_list li a::before,
#header .shop_list li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#header .shop_list li a::before {
    right: -1px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
    border-left: 4px solid #434343;
}

#header .shop_list li:first-child {
    margin-right: 1em;
}

#header .shop_list li:last-child {
    margin-right: 0;
}

#header .shop_list li a {
    color: #000;
    letter-spacing: .05em;
}

/*-----------------------------------------------------------------
	w100_ban
-----------------------------------------------------------------*/

.w100_ban {
    background: rgb(230, 91, 5);
    padding: 5px 0;
}

.w100_ban img {
    width: auto;
    height: 50px;
    display: block;
    margin: 0 auto;
}