/*
		2012.css for TEN=KEI by SHIBUI
*/



/* 01 reset
===================================================== */
* {
    margin: 0px;
    padding: 0px;
}

body.BG303 {
    background-color: #330033;
}

body.BG033 {
    background-color: #003333;
}

body.BG330 {
    background-color: #333300;
}

body.BG311 {
    background-color: #331111;
}

body.BG131 {
    background-color: #113311;
}

body.BG113 {
    background-color: #111133;
}

html {
    overflow-y: scroll;
}

body {
    text-align: center;
    background-repeat: no-repeat, repeat-x, repeat-y;
    background-image: url(../image/_logotype/logo01.png), url(../image/_background/hline2px3.gif), url(../image/_background/container-bg01.png);
    background-position: center top, center top, center top;
}

body#idx {
    background-image: none;
}

body,
th,
td {
    font-size: 11pt;
    line-height: 150%;
    font-family: Verdana, "CI", Meiryo, "lr oSVbN", "qMmpS Pro W3", sans-serif;
    color: #ffffcc;
}

img {
    border: none;
}

a {
    outline: none;
}

table {
    border-collapse: collapse;
}

table,
th,
td {
    font-weight: normal;
    text-align: left;
    border: none;
}

em,
address {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-align: left;
}

li {
    list-style-type: none;
    list-style-position: outside;
}

.mobile {
    display: none;
}

.pc {}

/* 02 layout - ID
===================================================== */
#header {
    margin: 0px auto auto;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-51%, 0);
    width: 1060px;
    max-width: 100%;
    height: 55px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 10012;
}

#header.scroll-kotei,
#header.open {
    width: 100%;
}

#headerM {
    display: none;
}

#container {
    margin: 150px auto 0px;
    width: 1060px;
    max-width: 100%;
    padding-bottom: 40px;
    min-height: calc(100vh - 190px);
}

#sideNavi {
    margin: 0px auto auto 0px;
    padding-top: 15px;
    float: left;
    display: inline;
    width: 100px;
}

#contents {
    margin: 0px 15px auto auto;
    float: right;
    display: inline;
    width: 835px;
    max-width: calc(100% - 150px);
    text-align: left;
}

h1 {}

#footer {
    clear: both;
    margin: auto 0 0;
    text-align: center;
    background-color: rgba(216, 214, 227, 0.50);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.125em;
    font-size: 10pt;
}

#footerNavi-M {
    display: none;
}

/* 03 common use 
===================================================== */
hr {
    height: 1px;
    background-color: #cccccc;
    border: none;
    color: #cccccc;
    margin: 5px 0px;
}

.small {
    font-size: 0.8em;
    line-height: 120%;
}

.large {
    font-size: 1.1em;
}

.red {
    color: #ff0000;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.imgR {
    margin: 5px 0px 10px 20px;
    float: right;
    display: inline;
}

.imgL {
    margin: 5px 20px 10px 0px;
    float: left;
    display: inline;
}

/* 04 common use  - a_tag
===================================================== */
#contents a:link {
    color: #ff0;
    text-decoration: none;
}

#contents a:visited {
    color: #ff0;
    text-decoration: none;
}

#contents a:hover {
    color: #fff;
    text-decoration: underline;
}

#contents a:active {
    color: #ff0;
    text-decoration: none;
}

#footer a:link {
    color: #ffc;
    text-decoration: none;
}

#footer a:visited {
    color: #ffc;
    text-decoration: none;
}

#footer a:hover {
    color: #ffc;
    text-decoration: none;
}

#footer a:active {
    color: #ffc;
    text-decoration: none;
}

/* 10 #header
===================================================== */
ul#topNav {
    /* wb_[เ\ฆ */
    margin: auto;
    position: absolute;
    top: 15px;
    right: 55px;
    display: flex;
}

ul#topNav li {
    padding-left: 12px;
    background-image: url(../image/_icon/t-en_on.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul#topNav li:first-child {
    background-image: url(../image/_icon/t-home_on.png);
}

ul#topNav li img {
    width: auto;
    height: 25px;
    opacity: 1;
    transition: 0.2s;
    vertical-align: bottom;
}

ul#topNav li img:hover {
    opacity: 0;
}

div.archive {
    margin: auto;
    position: absolute;
    top: 16px;
    right: 122px;
    font-size: 1.3em;
    font-weight: bold;
}

/* hamburger */
.drawer_toggle,
.drawer_toggleM {
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    text-align-last: center;
    cursor: pointer;
    padding: 0px;
    z-index: 10015;
    /*header 10011, .drawer_nav 10012*/
}

.drawer_toggle span,
.drawer_toggleM span {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background-color: #d8d6e3;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

.drawer_toggle span:nth-child(1),
.drawer_toggleM span:nth-child(1) {
    top: 0;
}

.drawer_toggle span:nth-child(2),
.drawer_toggleM span:nth-child(2) {
    margin: 7px 0;
}

.drawer_toggle span:nth-child(3),
.drawer_toggleM span:nth-child(3) {
    top: 0;
}

.drawer_toggle span:nth-child(4),
.drawer_toggleM span:nth-child(4) {
    height: auto;
    width: auto;
    background-color: transparent;
    font-size: 10px;
    text-align-last: center;
    color: #d8d6e3;
}

.drawer_toggle:hover span,
.drawer_toggleM span {
    background-color: #fff;
}

.drawer_toggle:hover span:nth-child(4),
.drawer_toggleM span:nth-child(4) {
    background-color: transparent;
    color: #fff;
}

/* hamburgerOPENฬฎซ */
.drawer_toggle.open span,
.drawer_toggleM.open span {
    width: 35px;
    background-color: #fff;
}

.drawer_toggle.open span:nth-child(1),
.drawer_toggleM.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.drawer_toggle.open span:nth-child(2),
.drawer_toggleM.open span:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.drawer_toggle.open span:nth-child(3),
.drawer_toggleM.open span:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.drawer_toggle.open span:nth-child(4),
.drawer_toggleM.open span:nth-child(4) {
    background-color: transparent;
    color: #fff;
}

/* drawer */
.drawer_nav {
    box-sizing: border-box;
    display: block;
    margin: auto;
    position: fixed;
    top: 0px;
    right: -501px;
    width: 500px;
    min-width: 500px;
    height: 100%;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 10011;
    padding-top: 55px;
    /*header height 55px + 0px*/
    background-color: rgba(81, 81, 81, 0.9);
}

.drawer_nav.open {
    top: 0px;
    right: 0px;
    box-shadow: 0 0 10px #999;
}

.drawer_nav dt,
.drawer_nav a {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    color: #fff;
    font-size: 1.1em;
    padding-left: 1.0em;
    font-weight: normal;
    line-height: 35px;
    text-decoration: none;
    position: relative;
    background-color: rgba(216, 214, 227, 0.50);
}

.drawer_nav dt:nth-of-type(1) {}

.drawer_nav a {
    text-align: left;
    font-size: 1.1em;
    height: 30px;
    line-height: 30px;
    padding-left: 3.0em;
    border-bottom: 1px solid rgba(153, 153, 153, 0.60);
    background-color: rgba(81, 81, 81, 1.0);
    background-image: url(../image/_base/arrow01.png);
    background-repeat: no-repeat;
    background-position: left 25px center;
}

.drawer_nav a.NOW {
    background-color: rgba(17, 17, 51, 0.40);
}

.drawer_nav a:hover {
    background-color: #111133;
}

.drawer_nav dd ul li:last-child a {
    border-bottom: 1px solid #000;
}

.drawer_nav dd:nth-of-type(3) {}

.drawer_nav dd:nth-of-type(3) a {
    background-position: left center;
    padding: 0 5px 0 15px;
    width: 50%;
    float: left;
}

.drawer_nav dd:nth-of-type(5) a span {
    display: none;
}

.drawer_nav dt {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #000;
}

.drawer_nav dt::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../image/_base/arrow02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: transform .4s;
    margin-left: 8px;
}

.drawer_nav dt.open::after {
    transform: rotateZ(180deg);
}

.drawer_nav dd {
    display: none;
    overflow: hidden;
}

.drawerBGwrapper {
    display: none;
}

.drawerBGwrapper.open {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10011;
    background-color: rgba(0, 0, 0, 0.4);
}

/* 11 #sideNavi / footer
===================================================== */
#sideNavi img {
    margin: 5px auto;
}

#page-top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 501;
}

#page-top a {
    display: block;
    background-color: rgba(216, 214, 227, 0.40);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#page-top a:hover {
    background-color: rgba(216, 214, 227, 0.80);
}

/* 12 contents
===================================================== */
div#pankuz {
    clear: both;
    margin-bottom: 5px;
    text-align: right;
}

div#totop {
    clear: both;
    margin-top: 100px;
    text-align: right;
    background: url(../image/_base/1_white_a.gif) repeat-x bottom;
}

h2 {
    clear: both;
    margin-bottom: 20px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12pt;
    line-height: 30px;
    background: url(../image/_base/1_white_a.gif) repeat-x bottom;
}

h3 {
    clear: both;
    margin: 15px 0px 15px;
    font-weight: normal;
    font-size: 11pt;
    text-align: center;
}

h4 {
    clear: both;
    margin: 15px 0px 15px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 11pt;
    border-bottom: 1px solid #666666;
}

p {
    margin: 0px 5px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

div.p {
    margin: 0px 5px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

dl {
    margin: 0px 5px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

body.en p,
body.en div.p,
body.en dl {
    text-align: left;
}

div.copy01 {
    margin: 0 auto 10px 120px;
    font-size: 1.2em;
    line-height: 170%;
    font-style: italic;
    letter-spacing: 0.25em;
}

/* 113 footer
===================================================== */



/* index
===================================================== */
#idx h1 {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #d8d6e3;
}

#idx #wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#idx #wrapper .center {
    padding: 0 5em;
}

#idx #wrapper .left,
#idx #wrapper .right {
    width: 200px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.8em;
    color: #ccc;
}

#idx #wrapper .left img,
#idx #wrapper .right img {
    width: 100%;
    margin: 5px 0;
}

#idx #wrapper a {
    color: #ccc;
    text-decoration: none;
}

#idx #wrapper a:hover {
    color: #ff0;
}

#idx #wrapper a strong {
    font-size: 1.2em;
}

/* about us
===================================================== */
dl.profile dd {
    font-size: 1.0em;
    margin-bottom: 10px;
    padding-left: 2em;
}

table.kouenkiroku {
    margin: 0 auto 2em;
    ;
    border: 3px double #cccccc;
    width: 85%;
}

table.kouenkiroku th {
    padding: 3px 10px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}

body.en table.kouenkiroku th {
    text-align: left;
}

table.kouenkiroku td {
    padding: 3px 10px;
    vertical-align: top;
    text-align: left;
}

/* article
===================================================== */
p.article {
    min-height: 400px;
}

/* contact us
===================================================== */
div.contactustxt {
    text-align: center;
}

table.contactus {
    margin: 30px auto 30px;
    width: 100%;
}

table.contactus th {
    box-sizing: border-box;
    padding: 3px 10px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}

table.contactus td {
    box-sizing: border-box;
    padding: 3px 10px;
    vertical-align: top;
    text-align: left;
    font-size: 10pt;
}

table.contactus td .width1 {
    width: 90%;
    margin: 2px auto;
    padding: 2px 5px;
    font-family: inherit;
    font-size: 100%;
}

table.contactus td .width2 {
    width: 35%;
    margin: 2px auto;
    padding: 2px 5px;
    font-family: inherit;
    font-size: 100%;
}

table.contactus th span {
    padding-right: 5px;
    color: #f00;
}

#err_box {
    margin: 50px auto 0;
    color: #ffffff;
    width: 390px;
    padding: 12px 50px;
    border: 1px solid #eeeeee;
}

/* sitemap
===================================================== */
table.sitemap {
    margin: auto;
    width: 100%;
}

table.sitemap td {
    padding: 10px 15px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #cccccc;
    white-space: nowrap;
    box-sizing: border-box;
}

table.sitemap td dd {
    padding-left: 1em;
}

table.sitemap td dd a::before {
    content: "> ";
}

/* works
===================================================== */
table.works {
    margin: 20px auto 10px;
}

table.works80 {
    max-width: 80%;
}

table.works th {
    padding: 0px 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em;
    line-height: 120%;
}

table.works th img {
    margin: 3px;
}

table.works td {
    padding: 5px 20px;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-ideograph;
}

body.en table.works td {
    text-align: left;
}

table.works td.copy {
    font-size: 1.2em;
    font-style: italic;
}

table.works td.humoresque {
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

div.syomei {
    margin: -15px 5px 0px;
    text-align: right;
}

ul.stagephoto {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 1em 0;
}

ul.stagephoto li {
    width: 50%;
}

ul.stagephoto img {
    max-width: 100%;
    vertical-align: bottom;
}

/* ws
===================================================== */
table.ws {
    margin: 30px auto 0px;
    border: 1px double #cccccc;
    width: 95%;
}

table.ws th {
    padding: 5px 20px;
    vertical-align: top;
    white-space: nowrap;
    border: 1px double #cccccc;
}

table.ws td {
    padding: 5px 20px;
    vertical-align: top;
    border: 1px double #cccccc;
}

/* news
===================================================== */
.kouensetumei,
.kouensetumei dl,
.kouensetumei dt {
    margin: 0;
}

.kouensetumei dd {
    margin: 0 0 0 2em;
}

.newslayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newslayout li {
    padding: 1em 0.5em;
}

figure.newslayout {
    text-align: center;
}

.newslayout figcaption {
    color: #aaa;
    font-size: 0.8em;
}

/* photo
===================================================== */
#photo-layout {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#photo-layout .imai {
    width: 25%;
    height: auto;
}

#photo-layout .kevin {
    width: 50%;
    height: auto;
}

/*J_[*/
#calendar {
    text-align: center;
    width: 100%;
}

#calendar h3 {
    text-align: center;
    font-size: 1.05em;
    font-weight: bold;
}

#calendar p {
    text-align: center;
    font-size: 1.05em;
}

#calendar img {
    border: 2px solid transparent;
    width: calc(100% / 3);
    box-sizing: border-box;
}

#calendar table {
    display: inline-block;
    border: 2px solid #ffffcc;
    margin: 0.5em auto;
    vertical-align: top;
}

#calendar th {}

#calendar th,
#calendar td {
    font-size: 0.9em;
    border: 1px solid #ffffcc;
    padding: 0.125em 0.5em;
    text-align: center;
}

#calendar tr:not(:first-child) th:first-child,
#calendar td:first-child {
    color: red;
}

#calendar tr:not(:first-child) th:last-child,
#calendar td:last-child {
    color: aqua;
}

#calendar td.pn {
    color: rgba(255, 255, 255, 0.40);
}

#calendar td.ws {
    color: rgba(0, 0, 0, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    outline: 2px solid #ff0000;
}

.ws-setumei {
    margin: 2em;
}

.ws-setumei dt {
    position: relative;
    padding-left: 20px;
}

.ws-setumei dt:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #fcc;
    border-right: 2px solid #fcc;
}

.ws-setumei dd {
    padding-left: 3em;
}
