@charset "utf-8";


/*-------------------------------------------------------------------------
#HEADER
-------------------------------------------------------------------------*/

.l-header * {
    box-sizing: border-box;
}
.l-header img,
.l-main img,
.l-footer img {
    vertical-align: top;
}
a:hover {
    text-decoration: none;
}
:root {
    --mainColor: #a90b78;
}
.l-header {
    border-top: 2px solid #a90b78;
    min-width: 950px;
}
.header__inner {
    width: 950px;
    margin: auto;
    padding: 9px 0 11px;
}
.gnav {
	display        : flex;
	align-items    : center;
	justify-content: center;
	background-color: #a90b78;
}
.gnav__items {
    position: relative;
    z-index: 100;
}

.gnav__items:hover .drop-menu__list {
    display: block;
}

.drop-menu__list {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}
.drop-menu__item {
    width: 100%;
}

.drop-menu__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: rgba(169,11,120,.7);
}

.drop-menu__list a:hover {
    background: rgba(169,11,120,1);
}

.gnav__items:hover {
	opacity: .8;
}

.menu {
    position: relative;
    width: 75%;/* メニュー全体の大きさ */
    text-align: right;
}
.menu > li {
    float: left;
    margin:0 3.6%;/* メニュー間の隙間 */
    letter-spacing: 0.2rem;
}
.menu > li a {
    display: block;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin:25px 0 0 0;
    padding:10px 2%;
    background:#333333;
}
.menu > li:hover {
    color: #333333;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li a {
    margin:10px 0 0 0;
    text-align: center;
    font-size:0.8rem;
    color: #ffffff;
}
.menu__second-level li a:hover {
    text-decoration: underline!important;
}
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    width: 150%;/* ここが下位メニューを表示するボックスの大きさ */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
}
.menu__second-level:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #333333;
}


/*-------------------------------------------------------------------------
右辺固定
-------------------------------------------------------------------------*/

.fixed-area * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    color    : #000;
    box-sizing: border-box;
}
.fixed-area {
    width: 248px;
    transition: .1s ease;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 10001;
}
.fixed-area.is-hide {
    right: -248px;
}
    .fixed-area__btn {
        text-align: right;
        cursor: pointer;
    }

.update-panel {
    margin-bottom: 8px;
}

.update-panel__cover {
    padding: 10px 8px;
    background: #ccc;
}
    .update-panel__text {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .update-panel__open {
        display: flex;
        justify-content: space-between;
    }
        .panel__ttl {
            margin-bottom: 2px;
        }
        .update-panel__window {
            padding: 3px;
            line-height: 36px;
            background: #fff;
        }
        .column_first {
            margin-bottom: 2px;
        }
            .update-list {
                display: flex;
            }
                .update-list__ttl {
                    font-size: 18px;
                    font-weight: bold;
                    color: #000;
                }
                .update-list__text {
                    margin: 0 0 0 auto;
                    font-size: 14px;
                    font-weight: bold;
                    color: #000;
                    text-align: right;
                }
                .update-list__num {
                    font-size: 18px;
                    font-weight: bold;
                    color: #000;
                }
                .update-list__num.-red {
                    color: #f73f3f;
                }

.bnr__member {
    margin-bottom: 8px;
}
.bnr__member a:hover img {
    opacity: .8;
}

.bnr__reservation {
    margin-bottom: 8px;
}
.bnr__reservation a:hover img {
    opacity: .8;
}

.fixed-area .login-panel__cover {
    padding: 15px 10px 10px;
    background: #ccc;
}
.fixed-area .login-list__id {
    margin-bottom: 15px;
}
.fixed-area .login-list__pass {
    margin-bottom: 10px;
}
.fixed-area .login-list__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.fixed-area .login-list__cont input {
    width: 100%!important;
    border-radius: 5px!important;
    height: 30px!important;
    float: none;
}
.fixed-area .login-panel__check {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}
.fixed-area .login-panel__check-input {
    vertical-align: -1px;
}

.fixed-area .login__bt {
    margin-bottom: 10px;
}
.fixed-area .login__bt a:hover img {
    opacity: .8;
}

.fixed-area .reissue__link {
    margin-bottom: 5px;
    text-align: center;
}
.fixed-area .reissue__link a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.fixed-area .login-panel__text-foot {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
