@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */

html {
	height:100%;
	}
body{
	background-color:#FFF;
	height:100%;
	padding-bottom:0;
	}
.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.container{
	max-width:1020px;
	}
.ui-tabs .ui-tabs-hide,
.none{
	display: none !important;
	}
a{
	color: #000;
	outline: none;
	}
a:focus, *:focus { outline:none; }
a:hover{
	color:#666;
	}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 24px;
	z-index:100;
}
#top,
#profile,
#works,
#info,
#inquiry{
	padding-bottom:20px;
	}
#profile h2,
#works h2,
#info h2,
#inquiry h2{
	font-size:16px;
	margin-bottom:20px;
	letter-spacing:1px;
	}
#info h3{
    padding-bottom: 10px;
}
#info h3 strong{
    font-size: 30px;
}
#info h3 span{
    color: black;
    font-size: 16px;
}
.modal-title span{
    color: black;
    font-size: 14px;
}
.breadcrumb{
	font-size:12px;
	}
.breadcrumb li br{
	display:none;
	}
.main-loop-img{
	position:relative;
	}
.main-loop-img img{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}
#info .img-responsive{
    display: block;
}
#info .modal-thumbnails .img-responsive{
	width: auto;
	}
.img-responsive-overwrite{
    margin: 0 auto;
}
.modal {
  overflow-y: auto;
}

@media(min-width:768px) {
#top,
#profile,
#works,
#info,
#inquiry,
#work1,
#work2,
#work3,
#work4,
#work5,
#work6,
#work7,
#work8,
#work9,
#work10,
#work11,
#work12{
	padding-bottom:100px;
	}
#profile h2,
#works h2,
#info h2,
#inquiry h2{
	font-size:20px;
	margin-bottom:40px;
	letter-spacing:2px;
	}
}


/* ================================================== *
 *
 *    grid style
 *
 * ================================================== */
@media screen and (max-width: 400px) {
.col {
	width: 92% !important;
	margin-left: 4% !important;
	clear: none !important;
}
}
	
/* ================================================== *
 *
 *    header style
 *
 * ================================================== */
#header,
#header .container{
	background-color:#FFF;
	border-bottom:none;
	}
#header h1{
	font-size:14px;
	margin-left:0;
	margin-top:0;
	}
#header .head-en{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
	line-height:1.2;
	}
#header .head-author{
	font-size:12px;
	margin-top:20px;
	}
.navbar-default .navbar-toggle{
	margin-right:0;
	}

@media(min-width:768px) {
#header h1.navbar-header{
	margin-bottom:34px;
	}
#header .head-en{
	font-size:24px;
	margin-bottom:4px;
	margin-top:70px;
	letter-spacing:1px;
	}
#header .head-txt{
	margin:22px 0 26px;
	}
#header .container{
	position:relative;
	}
#header .head-author{
	position:absolute;
	right:18px;
	}
#header .navbar-collapse,
#header .navbar-collapse .container{
	background-image:url(images/head-back-btn.gif);
	background-repeat:repeat-x;
	}
#header h1{
	float:none;
	}
#header .navbar-collapse .container ul{
	width:100%;
	}
#header .navbar-collapse .container ul li{
	text-align:center;
	background-image:url(images/head-back-btn.gif);
	background-repeat:repeat-x;
	}
#header .navbar-collapse .container ul li span{
	display:block;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
	margin-bottom:14px;
	}
#header .navbar-collapse .container ul li:first-child span{
	border-left:solid 2px #FFF;
	}
#header .navbar-collapse .container ul li:last-child span{
	border-right:solid 2px #FFF;
	}
#header .navbar-collapse .container ul li a{
	padding:0;
	display:block;
	padding-top:10px;
	}
#header .navbar-collapse .container ul li a span{
	color:#000;
	}
#header .navbar-collapse .container ul li a:hover{
	background-image:url(images/head-back-btn2.gif);
	background-repeat:repeat-x;
	}
#header .grid5 .col:nth-of-type(5n+1) {
    margin-left: 0;
    clear: left;
}
#header .col {
	float: left;
	margin-left: 0;
}
#header .grid5 .col {
	width: 20%;
}
}

 /* ================================================== *
 *
 *    footer style
 *
 * ================================================== */
#footer{
	border-top:solid 1px #CCC;
	}
#footer h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:4px;
	}
#footer ul{
	}
#footer ul li{
	border-bottom:solid 1px #CCC;
	}
#footer ul li a{
	display:block;
	padding:4px 2px;
	}
#footer ul li a:hover{
	background-color:#f0f0f0;
	text-decoration:none;
	}

@media(min-width:768px) {
#footer{
	height:140px;
	}
#footer h2{
	margin-top:40px;
	}
#footer .container{
	position:relative;
	}
#footer ul{
	position:absolute;
	right:0;
	top:3px;
	}
#footer ul li{
	border-bottom:none;
	border-right:solid 1px #CCC;
	float:left;
	margin:0;
	}
#footer ul li:first-child{
	border-left:solid 1px #CCC;
	}
#footer ul li a{
	padding:0 5px;
	}
}
@media(min-width:992px) {
#footer ul{
	top:65px;
	}
}

 /* ================================================== *
 *
 *    top style
 *
 * ================================================== */
 
#top .top-obi{
	background-color:#000;
	text-align:center;
	color:#FFF;
	margin-bottom:10px;
	}
#top .top-obi p{
	display: inline-block;
	border-bottom:solid 1px #FFF;
	padding:0 50px 16px 50px;
	margin-bottom:0;
	}
#top .top-en{
	font-size:28px;
	font-weight:bold;
	letter-spacing:2px;
	}
#top h1{
	font-size:16px;
	padding-top:16px;
	}
#main .grid5 .col:nth-of-type(5n+1),
#works .grid5 .col:nth-of-type(5n+1) {
    margin-left: 0;
    clear: left;
}
#main .grid5 .col,
#works .grid5 .col{
	float: left;
	margin-left: 2.5%;
	margin-bottom:16px;
	width: 18%;
	text-align:center;
}
#main .grid5 .col:hover,
#works .grid5 .col:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#main .grid5 .col h3,
#works .grid5 .col h3{
	font-size:12px;
	}
#top .container h2{
	font-size:18px;
	margin-bottom:20px;
	}
#top .container h3{
	font-size:14px;
	margin-top:6px;
	}
#top .main-loop-img{
	height:120px;
	}
#top #side{
	clear:both;
	}
#top #side p{
	font-size:12px;
	line-height:1.8;
	}
#top .top-obi .container{
	padding:0;
	}
#top .top-obi .container .back-rgba{
	background: rgba(0, 0, 0, 0.8);
	}
#top .top-obi .container .back-rgba .back-wide{
	padding:40px 0;
	}
@media(min-width:768px) {
#top #side{
	clear: none;
}
#top .top-obi .container .back-rgba .back-wide{
	background-image: url(images/back-wide.png);
	background-repeat:repeat-y;
	background-size: contain;
	padding:100px 0;
	}
}
@media screen and (max-width: 768px) {
#main .grid5 .col:nth-of-type(5n+1),
#works .grid5 .col:nth-of-type(5n+1) {
	clear: none;
	margin-left: 2.5%;
}
#main .grid5 .col:nth-of-type(4n+1),
#works .grid5 .col:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
}
#main .grid5 .col,
#works .grid5 .col{
	margin-left: 2.5%;
	width: 23%;
}
}
@media screen and (max-width: 400px) {
#main .grid5 .col:nth-of-type(2n+1),
#works .grid5 .col:nth-of-type(2n+1) {
    margin-left: 0 !important;
    clear: left !important;
}
#main .grid5 .col,
#works .grid5 .col{
	margin-left: 5% !important;
	width: 47.5% !important;
}
}


 /* ================================================== *
 *
 *    profile style
 *
 * ================================================== */
 
#profile .profile-txt{
	padding:1.2em;
	}
#profile .profile-txt a{
    text-decoration: underline;
    color: blue;
}
#profile .profile-txt a:hover{
    text-decoration: none;
}
#profile .en-btn{
    cursor: pointer;
    cursor: hand;
    background-color: #e6e6e6;
    padding: 0.5em 2em;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
}
#profile .en-btn:hover{
    background-color: #ccc;
}

 /* ================================================== *
 *
 *    art work style
 *
 * ================================================== */
#works ul li{
	margin-bottom:30px;
	}
#works ul li:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#works ul li h3{
	font-size:14px;
	margin-top:6px;
	text-align:center;
	}
#works .main-loop-img{
	height:120px;
	}

 /* ================================================== *
 *
 *    information style
 *
 * ================================================== */
#info .top-news h3,
#info .sub-news h3{
	font-size:18px;
	line-height:1.6;
	margin-bottom:0;
	}
#info .sub-news h3 small{
    color: black;
    margin-top: 0;
    display: block;
}
#info .top-news{
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:2px 10px 8px 10px;
	}
#info .top-news .row p{
    margin-left: 16px;
}
#info .sub-news{
	border-bottom:solid 1px #CCC;
	padding:0;
	margin-bottom:0;
	}
#info .sub-news a{
	display:block;
	margin:0;
	padding:2px 10px 8px 10px;
	height:100%;
	}
#info .sub-news a:hover{
	background-color:#f0f0f0;
	text-decoration:none;
	}
#info table img{
    margin: 20px auto 5px;
}
#info table.noline td{
    border-top: none;
}
ul#event-ul li img{
	border:solid 1px #CCC;
	}
ul#event-ul li{
	list-style-type:none;
	margin-bottom:20px;
	}
.modal-header{
	background-color:#f0f0f0;
	}
@media(min-width:768px) {
#info .top-news h3,
#info .sub-news h3{
	font-size:22px;
	}
#info .top-news,
#info .sub-news a{
	padding:12px 12px 16px 12px;
	}
.modal-content{
	 width:850px;
	 margin-left: -125px;
	}
}

 /* ================================================== *
 *
 *    work style
 *
 * ================================================== */
figure img{
	max-height:400px;
	margin-bottom:20px !important;
	}
table.table-work{
	border-bottom:solid 1px #CCC;
	}
table.table-work th{
	width:60px;
	text-align:center;
	}
ul.work-thum{
	border-top:solid 1px #CCC;
	}
ul.work-thum li{
	margin-top:20px;
	}
.lineup .main-loop-img{
	height:60px;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:50% 50%;
	margin-bottom:10px;
	}
.lineup .main-loop-img span{
	display:none;
	}
.lineup-box{
	padding:20px;
	}
.lineup-box li{
	padding:0 4px;
	}
.lineup-box li.on{
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	}
.lineup-box li.on a{
	pointer-events:none;
	cursor:default;
	}
@media(min-width:768px) {
.lineup-box{
	padding:0;
	}
.lineup .main-loop-img{
	height:100px;
	}
ul.work-thum li{
	padding:0 5px;
	}
}
@media(min-width:992px) {
figure img{
	max-height:600px;
	}
}


 /* ================================================== *
 *
 *    contact style
 *
 * ================================================== */

table.contact{
	border-collapse:collapse;
	margin-bottom:1em;
	border-bottom:1px solid #CCC;
	width:100%;
	}

table.contact th{
	vertical-align:top;
	background-color:#F0F0F0;
	}
table.contact th,
table.contact td{
	border: 1px solid #CCC;
	display:block;
	border-bottom:none;
	padding:0.5em;
	}
 
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	margin-bottom:1em;
}
table.contact02 .wpcf7 input[type="text"],
table.contact02 .wpcf7 input[type="email"],
table.contact02 .wpcf7 input[type="url"],
table.contact02 .wpcf7 textarea {
	color: #666;
	width: auto;
	border: none;
	box-shadow: none;
	display:inline;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
@media(min-width:768px) {
table.contact{
	border-bottom: none;
	}
table.contact th{
	width:220px;
	}
table.contact th,
table.contact td{
	display:table-cell;
	padding:1em;
	padding-bottom:0;
	border-bottom:solid 1px #CCC;;
	}
}

a.blog{
    display: block;
    max-width: 400px;
    padding: 15px;
    background-color: dodgerblue;
    border: solid 5px #6db6fd;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    margin-top: 14px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
a.blog:hover{
    background-color: #1564b1;
    text-decoration: none;
}
.big{
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.0;
}
#acMenu dt i{
    color: #bbb;
}
#acMenu dd{
display:none;
    margin-bottom: 1em;
}

table.profile th{
    vertical-align: top;
    padding-top: 0.6em;
    padding-right: 1em;
    white-space: nowrap;
}
table.profile td{
    padding-top: 0.6em;
}


#contact_17 table {
  width: 100%;
    border-top: solid 1px #ddd;
}

#contact_17 table tr {
  border-bottom: solid 1px #ddd;
}

#contact_17 table th {
  vertical-align: top;
  padding-right: 1.5em;
  padding-top: 1.5em;
    max-width: 160px;
}

#contact_17 table td {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

#contact_17 table td input[type="text"],
#contact_17 table td input[type="email"],
#contact_17 table td textarea {
  border: none;
  background-color: #f0f0f0;
  padding: 5px;
  max-width: 400px;
}
#contact_17 table.inner,
#contact_17 table.inner tr{
    border: none;
}
#contact_17 table.inner th {
    max-width: 140px;
    font-weight: normal;
  padding-right: 1.5em;
  padding-top: 0;
}

#contact_17 table.inner td {
  padding-bottom: 1em;
  padding-top: 0em;
}
#contact_17 table.inner tr:last-child td{
    padding-bottom: 0;
}

#contact_17 span.hissu {
  color: #a8625f;
}

#contact_17 input[type="checkbox"] {
  vertical-align: middle;
}

#contact_17 .form-next {
  margin: 30px auto;
  text-align: center;
}

#contact_17 p.none-txt {
  background-color: #f0f0f0;
  text-align: center;
  line-height: 20;
}

@media (max-width: 769px) {
  #contact_17 table th {
    display: block;
    width: 100%;
  }
  #contact_17 table td {
    padding-top: 5px;
    display: block;
    width: 100%;
  }
  #contact_17 table td.txt input[type="text"],
  #contact_17 table td.txt input[type="email"],
  #contact_17 table td.txt textarea {
    width: 100%;
  }
  #contact_17 span.hissu {
    color: #a8625f;
  }
}

.kakunin-on {
  display: none;
}

.mw_wp_form_preview .poricy,
.mw_wp_form_preview .kakunin-off {
  display: none;
}

.mw_wp_form_preview .kakunin-on {
  display: block;
}

 /* ================================================== *
 *
 *    print style
 *
 * ================================================== */

#print .col-sm-10,
#print .col-md-10,
#print .col-sm-26,
#print .col-md-26{
    width: 100%;
    display: block;
}

#print div a{
	pointer-events:none;
	cursor:default;
	}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  .top-news h3 small{
	  display:none;
	  }
}
