@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
/*タブレット*/
@media screen and (max-width: 900px) {
    .TBhide{
        display: none !important;
    }
    .imageWide{
        display: block;
        width: 98%;
        padding: 0;
        margin: 3px auto -10px !important;
        text-align: center;
    }
}
/*↓全体↓*/

@media screen and (min-width: 900px) {
    .TBOnly{
        display: none;
    }

    #leftBox {
        float: left;
        width: 70%;
        /*min-width: 530px;*/
    }
    #rightBox {
        width: 29%;
        float: right;
        /*min-width: 250px;*/
    }
}



#logotwitter,
#logoyoutube {
    display: none;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background-image: url(../image/bg01.jpg);
    background-size: auto;
    background-position: top;
    background-attachment: scroll;
    background-repeat: repeat;
    margin: 25px 0 5px;
}


/*↓ヘッダー↓*/

header {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

header img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

footer {
    text-align: center;
    color: rgb(70, 70, 70);
    font-size: 12px;
    /*width: 860px;*/
    margin: 10px auto 0 auto;
    position: inherit;
    bottom: 5px;
}


/*↓ナビゲーションバー↓*/

table.menu {
    margin: 1px;
}

table.menu {
    margin: 0 auto;
    border: 0;
}

table.menu th,
td {
    border: 0;
}

th {
    white-space: nowrap;
}

.navWrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.mainNav {
    background: rgba(50, 50, 50, 0.62);
    /*background: linear-gradient(90deg, rgba(50,50,50,0.5),rgba(110,100,105,0.85),rgba(50,50,50,0.5));*/
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 5px;
    white-space: nowrap;
    margin: 0 20px;
}

.navDetail {
    font-size: 10px;
}

.mainNav a {
    /*font-family: 'helvetica','arial',sans-serif;*/
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    color: rgb(255, 245, 245);
}

.fixed {
    position: fixed;
    top: 0;
    background: rgba(50, 50, 50, 0.6);
}

nav a.active,
nav a:hover {
    background: rgba(150, 150, 150, 0.85);
}

.sliderWrapper {
    width: auto;
    margin: 5px 5px 0 5px;
    padding: 5px 0 0 0;
    z-index: 0 !important;
}

.sp-caption-container {
    width: 450px;
    margin: 7px auto 0;
    color: rgb(230, 230, 230);
    background-image: linear-gradient( 90deg, rgba(150, 150, 150, 0.1), rgba(60, 60, 60, 0.7), rgba(150, 150, 150, 0.1));
    font-size: 11.5px;
}
.sp-image{
    display:none;
}
.sp-caption{
    display: none;
}

/*↓メインコンテンツ↓*/

img#main {
    width: 500px;
}

img#logoimg {
    display: none;
    height: 50px;
}

img#logotext {
    display: none;
    width: 100%;
}

.imageCommon {
    display: block;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}

.imageWide {
    display: block;
    width: 97%;
    margin: 0 auto -5px;
    text-align: center;
}

.wrapper {
    margin: 0 10px;
    padding: 0;
    clear: both;
}

.wrapper:after {
    display: block;
    clear: both;
    content: "";
}

.backgroundblur {
    background-color: rgba(255, 255, 255, 0.73);
    padding: 5px 0 15px 0;
    margin: 0 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#rightBox .backgroundblur {
    padding: 5px 0 10px 0;
}

main {
    margin: 10px;
}

img.icon {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
}

.title {
    margin-right: 20px;
}

p {
    margin: 0 10px 0 30px;
}

#memo p {
    margin: 5px;
    padding: 5px;
}

p+hr {
    margin: 10px auto 10px;
}

h1 {
    font-size: 30px;
    margin: 0 30px;
}

h2 {
    margin: 10px 10px;
    border-bottom: 1px solid #FFA500;
}

h3 {
    margin: 10px 30px;
}

h4 {
    margin: 10px auto 0;
    width: 500px;
    text-align: center;
}

iframe+h4 {
    margin: 0 auto;
}

h4+h4 {
    margin: 0 auto 0;
}

table.performance {
    margin-left: 15px;
    margin-top: 0;
}

table.performance tr {
    vertical-align: top;
}

table.performance th+td {
    padding: 0 1em;
    text-indent: -1em;
}

table.performance li {
    margin: 0;
}

main hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 10px 10px -11px rgba(0, 0, 0, 0.5);
}

.detail {
    margin: 0 10px 0 30px;
    border-left: medium solid rgba(99, 205, 160, 1.00);
    padding-bottom: 0;
}
.detail h5{
    font-size: 1em;
    margin-left: 17px;
}

p+.detail {
    margin: 10px 10px 0 30px;
}

.performanceWrapper {
    padding-bottom: 20px;
}

.performanceWrapper:last-of-type {
    padding-bottom: 0;
}
.performanceWrapper h3{
    text-align: center !important;
}
.performanceWrapper li{
    list-style: none;
    text-indent: -1.9em !important;
}

address {
    padding: 0 55px;
    text-indent: -20px;
    font-style: normal;
}

.gallery iframe {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}

dl {
    margin: 0 15px;
}

table.instrumentTable {
    border: 1px solid;
    margin: 0 10px 0 30px;
    width: 90%;
    text-align: center;
}

.instrumentTable td {
    border: 1px solid;
}

li {
    margin: 0 50px;
    padding: 0 20px;
    text-indent: -20px;
}

.detail li {
    margin: 0 30px;
    padding: 0 15px;
    text-indent: -20px;
}



.gallery {
    position: relative;
    padding: 30px 0 50%;
    margin: 0 20px 0;
    height: 0;
    overflow: hidden;
}

.gallery iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#toggle {
    display: none;
}

nav ul,
nav ul li,
nav ul li a,
#toggle {
    display: none;
}

.detailNav {
    padding-left: 15px;
    width: 95%;
    height: 400px;
}

.smallOnly {
    display: none;
}

.switchBtn2SP{
    z-index: 800;
    position: absolute;
    top: 35px;
    right: 35px;
    overflow: hidden;
}

