/* Common */

body {
    margin: 0;
    padding: 100px 0 50px 0;
    background-color: darkslateblue;
}

* html body {
    overflow: hidden;
}

li a:hover {
    background: #ff0000;
}

li a:visited {
    color: #fff;
}

li a:active {
    color: #fff;
}

h1 {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 30px;
    font-family: 'Times new Roman', helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

h3 {
    border-left: #ccc 10px solid;
    border-bottom: #ccc 2px solid;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5%;
    font-size: 24px;
    font-style: oblique;
}

h4 {
    border-left: #808080 10px solid;
    border-bottom: #808080 2px solid;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 5%;
    font-size: 20px;
    font-style: oblique;
}

h5 {
    border-left: #808080 10px solid;
    border-bottom: #808080 2px solid;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-right: 5%;
    font-size: 16px;
    font-style: oblique;
}

p {
    margin-left: 30px;
    font-size: 16px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

p.indented {
    text-indent: 4em;
    font-size: 14px;
    font-family: inherit;
}

p.comment {
    margin-left: 50px;
    font-size: 14px;
}

.concertInfoMain {
    font-size: 24px;
    color: darkred;
    font-weight: bolder;
}

.concertInfoTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
}

.concertInfo {
    margin-left: 7em;
    font-size: 16px;
    font-family: inherit;
}

.subInfo {
    margin-left: 8em;
    font-size: 14px;
    font-family: inherit;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

ul#menu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 5px;
    width: 120px;
    background-color: #555555;
    display: block;
}

ul.child {
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
}

ul.child li a {
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
}

li a:hover {
    background: #ff0000;
    z-index: 1;
}

p.question{
    padding-left: 3em;
    padding-right: 4em;
    padding-bottom: 1em;
    text-indent: -3em;
}
p.question:before{
    content:"質問：";
    font-weight: bold;
}

p.answer{
    padding-left: 3em;
    padding-right: 4em;
    padding-bottom: 1em;
    text-indent: -3em;
}
p.answer:before{
    content:"回答：";
    font-weight: bold;
}
td {padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    text-indent: 0em;
    font-size:16px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

dt {
    margin-left: 30px;
    font-size: 16px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
dd{
    margin-left: 75px;
    font-size: 16px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; 
}
/* PC */

@media screen and (min-device-width: 1081px) {
    div#header {
        position: fixed !important;
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 200px;
        background-image: url("../img/etc/banner.jpg");
    }
    div#topmenu {
        position: fixed !important;
        position: absolute;
        top: 200px;
        left: 20%;
        width: 75%;
        height: 140px;
        color: #fff;
        margin-bottom: 150px;
        background-color: azure;
        z-index: 2;
    }
    div#title {
        position: fixed !important;
        position: absolute;
        top: 200px;
        left: 5%;
        width: 15%;
        height: calc(100% - 210px);
        background-color: dimgrey;
        color: #fff;
    }
    div#main {
        position: fixed !important;
        position: absolute;
        top: 340px;
        left: 20%;
        height: calc(100% - 350px);
        width: 75%;
        overflow: auto;
        z-index: 3;
        background-color: azure;
    }
    div#js__sideMenuBtn {
        display: : none;
    }
    div.ellipsis-v {
        display: none;
    }
    .side-menu {
        display: none;
    }
    .toptitle {
        margin-top: 120px;
        background-color: rgba(240, 240, 255, 0.75);
        color: darkblue;
        margin-right: 30%;
    }
}


/* Smart Phone */

@media screen and (max-device-width: 1080px) {
    div#header {
        position: fixed !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: darkblue;
        color: #fff;
        background-image: url("../img/etc/banner.jpg");
    }
    div#topmenu {
        display: none;
    }
    div#title {
        position: fixed !important;
        position: relative;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: dimgrey;
        color: #fff;
    }
    div#main {
        position: fixed !important;
        position: relative;
        top: 280px;
        left: 0;
        width: 100%;
        height: calc(100% - 280px);
        overflow: auto;
        background-color: azure;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
    p {
        font-size: 24px;
    }
    td{
        font-size: 32px;
    }
    p.indented {
        font-size: 20px;
    }
    p.comment {
        font-size: 20px;
    }
    .toptitle {
        margin-top: 50px;
        background-color: rgba(240, 240, 255, 0.75);
        color: darkblue;
        margin-right: 15%;
    }
    .concertInfoMain {
        font-size: 24px;
        color: darkred;
        font-weight: bolder;
    }
    .concertInfo {
    	margin-left: 8em;
    	font-size: 16px;
    	font-family: inherit;
	}

	.subInfo {
    	margin-left: 9em;
    	font-size: 14px;
    	font-family: inherit;
	}
}


/* thin PC Mode */

@media screen and (max-width: 1080px) {
    div#header {
        position: fixed !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: darkblue;
        color: #fff;
        background-image: url("../img/etc/banner.jpg");
    }
    div#topmenu {
        display: none;
    }
    div#title {
        position: fixed !important;
        position: relative;
        top: 200px;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: dimgrey;
        color: #fff;
    }
    div#main {
        position: fixed !important;
        position: relative;
        top: 280px;
        left: 0;
        width: 100%;
        height: calc(100% - 280px);
        overflow: auto;
        background-color: azure;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
    p {
        font-size: 24px;
        font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
        padding-right:4em;
    }
    td{
        font-size: 32px;
    }

    p.indented {
        font-size: 20px;
        font-family: inherit;
    }
    
    p.comment {
        font-size: 20px;
        font-family: inherit;
    }
    .concertInfoMain {
        font-size: 32px;
        color: darkred;
        font-weight: bolder;
        font-family: inherit;
    }
    .toptitle {
        margin-top: 50px;
        background-color: rgba(240, 240, 255, 0.75);
        color: darkblue;
        margin-right: 15%;
    }
    div#js__sideMenuBtn {
        display: block;
    }
    div.ellipsis-v {
        display: block;
    }
    .side-menu {
        display: block;
    }
    .toptitle {
        margin-top: 50px;
        background-color: rgba(240, 240, 255, 0.75);
        color: darkblue;
    }
}


/* --------------------------------------------------- btn */

.btn__box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.btn__box a {
    display: block;
    width: 198px;
    height: 38px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 13px;
    color: #1a1e24;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #1a1e24;
}

.btn__box a:hover {
    color: #fff !important;
    background: #1a1e24;
}

.btn__box--svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 214px;
    height: 54px;
    margin: auto;
    z-index: -1;
}

.btn__box--svg rect {
    fill: transparent;
    stroke: #1a1e24;
    stroke-width: 1px;
    stroke-dasharray: 242px;
    stroke-dashoffset: 256px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.btn__box a:hover + .btn__box--svg rect {
    stroke-width: 2px;
    stroke-dasharray: 600px;
    stroke-dashoffset: 0;
}


/* --------------------------------------------------- side menu */

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 400px;
    height: 100%;
    padding-top: 140px;
    text-align: left;
    font-size: 13px;
    background: #2A408E;
    z-index: 1;
}

.side-menu__ul {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
}

.side-menu__ul--child {
    display: none;
}

.active .side-menu__ul--child {
    display: block;
}

.side-menu__ul--child li a {
    display: block;
    padding: 8px 6px 8px 32px;
    font-size: 32px;
    color: #ccc;
}

.side-menu__ul > li > a,
.side-menu__ul > li h2 {
    display: block;
    padding: 10px 0 10px 20px;
    color: #fff;
}

.side-menu__ul h2 {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.side-menu__ul > li > h2:after {
    content: ' +';
    color: #ffd800;
    font-size: 20px;
}

.side-menu__ul > li.active h2:after {
    content: ' -';
}

.side-menu__ul > li > h2:hover,
.side-menu__ul > li a:hover {
    background: #f26964;
    color: #fff;
}


/* --------------------------------------------------- ellipsis btn */

.side-menu-btn {
    position: fixed;
    top: 20px;
    right: 1%;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    z-index: 4;
}

.ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 8px 0 #161616;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ellipsis-v .point.top {
    top: 0;
}

.ellipsis-v .point.mid {
    top: 0;
    bottom: 0;
}

.ellipsis-v .point.bot {
    bottom: 0;
}

.side-menu-btn:hover .top {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.side-menu-btn:hover .bot {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
    width: 56px;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-open .mid {
    opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
    width: 56px;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
    background: #ccc;
}

.wrapper {
    position: relative;
    width: 80%;
    height: 100%;
    left: 10%;
    bottom: 0;
    font-size: 13px;
    background: #F8F8F8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 64, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, .8);
}

.fb-page {
    position: relative;
    left: 70px;
}