@charset "utf-8";
/* CSS Document */

/* common */
html{
}
body{
	margin:0px;
	font-family:'Open Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:white;
	font-size:14px;
	color:black;	
}
@media (max-width: 767px) {
body{
	padding-top:70px;
}
}
a{
	color:black;	
}
a:hover{
	color:#D0AF00;
	text-decoration:none;
}
a:focus{
	color:black;	
}
.nav>li>a:hover{
	background-color:inherit;
	color:#FFE899;
}

.nocr{
	white-space:nowrap;	
}

ul{
    -webkit-padding-start: 0px;	
	padding-left: 0px;	
}

#main{
	max-width:924px;
	margin:0px auto;	
}


/* menu */
#header{
	position:relative;	
}
#header .nav li:last-child a {
    border-right: 0;
}
#header .nav li:first-child a {
    border-left: 0;
}
.footer .nav li:last-child a {
    border-right: 0;
}
.footer .nav li:first-child a {
    border-left: 0;
}
.navimenu .nav li:last-child a {
    border-right: 0;
}
.navimenu .nav li:first-child a {
    border-left: 0;
}
.navimenu{
	margin-top:5px;
	font-size:14px;
	text-align:center;
}
.navimenu li a {
    text-align: center;
}
.navimenu>.navbar-nav>li>a{
	padding:0px 20px;
	margin-top:15px;
	margin-bottom:5px;
}
.menuhead{
	border-bottom:double 3px #903B1A;
	padding:0px 0px;
	text-align:center;
	margin-bottom:0px;
}
.lineup a{
	color:#903B1A;	
}


@media (min-width: 767px) {
.navimenu .nav{
	display:inline-block;
	float:none;
}
}
@media (max-width: 767px) {
.navimenu>.navbar-nav>li>a{
	padding-bottom:15px;
}
.menuhead{
	font-size:16px;
}
}
.humberg{
	background-image:url(/img/common/humberg.jpg);
	background-position:center center;
	width:40px;
	height:40px;
	padding:0px;
	margin-top:10px;
}


/* headermenu & footer */
@media (max-width: 767px) {
#header .navbar-header{
	background-repeat:no-repeat;
	background-position:left center;
	height:70px;
}
}
.navbar-header{
	overflow:hidden;	
}
.totop{
	width:200px;
	height:80px;
	position:absolute;	
	cursor:pointer;
	display:inline-block;
}

#header .navbar-toggle{
	float:left;
	margin-left:10px;
	width:40px;
	border:solid 2px white;
	color:white;
	background-color:#5E3100;
}
.headermenu{
	margin:0px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:black;
	background-color:white;
}
.headermenu li{
	margin-right:15px;
}
@media (max-width: 900px) {
.headermenu li{
	margin-right:5px;
}
}
@media (max-width: 880px) {
.headermenu li{
	margin-right:0px;
}
}
@media (min-width: 767px) {
.headermenu{
	padding:0px 30px;
}
}
@media (max-width: 767px) {
.headermenu{
	padding:0px 0px;
}
}

#site-menu{
	margin-top:60px;	
}


.headermenu>.nav>li>a:hover{
	color:#4C6BFF;
}
.headermenu li a {
    text-align: center;
    border-left: 1px solid #FFFFFF;
}
@media (max-width: 767px) {
.headermenu li a {
    border-left: none;
}
}


footer{
	background-color:#333333;
	color:white;
}

footer a{
	color:white;
}

.footer{
	margin-top:5px;
	font-size:14px;
	text-align:center;
}
.footer li a {
    text-align: center;
}
.footer>.navbar-nav>li>a{
	padding:0px 5px;
	margin-top:15px;
	margin-bottom:5px;
}
@media (min-width: 767px) {
.footer .nav,.headermenu .nav{
	display:inline-block;
	float:none;
}
.headermenu>.navbar-nav>li>a{
	padding:0px 10px;
	margin-top:8px;
	margin-bottom:5px;
}
.footer>.second-nav>li>a{
	margin-top:0px;
}
}
@media (max-width: 767px) {
.nav li a {
	
    font-weight: bold;
    border-bottom: 1px solid #AAAAAA;
}
.footer>.navbar-nav>li>a{
	padding-bottom:15px;
}
.navbar-nav{
	margin:0px;	
}
.headermenu>.navbar-nav>li>a{
	padding:0px 10px;
	margin-top:15px;
	padding-bottom:15px;
}
}
.copyright{
	text-align:center;margin:10px 0px 10px;	
	color:white;
}



.footer_info{
	margin:15px 0px 10px;
}
@media (min-width: 767px) {
.footer_info{
	text-align:right;
	padding-right:150px;
	padding-left:150px;
	background-image:url(/img/common/footer_mark.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:60px;
}
}
@media (max-width: 767px) {
.footer_info{
	text-align:center;
}
}
.footer_name{
	font-size:16px;	
	text-align:center;
}
.footer_addr{
	font-size:14px;	
}
.footer_addr span{
	white-space:nowrap;
}

/* common */
h2{
	width:100%;
	height:38px;
	font-size:28px;
	padding:0px 0px 0px 0px;
	color:#804D0C;
	background-image:url(/img/common/h2_bar.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:normal;
	margin-bottom:20px;
	margin-left:0px;
	margin-top:0px;
	border:none;
}
h3{
	width:100%;
	height:32px;
	font-size:16px;
	padding:10px 0px 0px 15px;
	color:white;
	background-image:url(/img/common/h3_bar.jpg);
	background-repeat:repeat-y;	
	font-weight:normal;
	margin-bottom:20px;
	margin-top:0px;
	text-align:left;
}
h4{
	width:100%;
	height:32px;
	font-size:16px;
	padding:8px 0px 0px 15px;
	color:white;
	background-image:url(/img/common/h4_bar.jpg);
	background-repeat:repeat-y;	
	background-position:center center;	
	font-weight:normal;
	margin-bottom:20px;
	text-align:center;
}

/* misc */
.red{
	color:red;	
}
.sqlist{
	text-align:center;	
}
.sqlist ul{
	display:inline-block;
	text-align:left;	
}
.sqlist ul li{
	list-style-type:square;
	margin-bottom:5px;
}
.sqlist ul li:first-line{
	font-weight:bold;
}
@media (max-width: 767px) {
.xs-center{
	margin:auto;	
}
}

.nopad{
	padding:0px;	
}

.clickmore{
	font-size:12px;
	font-weight:normal;
	color:gray;	
	padding-left:20px;
}
.more{
	color:white;
	text-align:center;
	width:160px;
	height:24px;
	line-height:160%;
	display:inline-block;
	vertical-align:middle;
	padding-top:2px;
	background-color:#4777C3;
	font-weight:bold;
}
.more:hover{
    opacity: 0.8;  		
}


/* main */
#main{
	max-width:924px;
	margin:0px auto;
	background-color:#E6E6E6;
}
.main{
	max-width:960px;
	margin:auto;
}
.maincolumn{
}

/* submenu */

.submenu{
	padding:0px 10px;
	border-left:solid 3px #9F683E; 	
	border-right:solid 3px #9F683E;
	color:#80490C;
}
.submenu .title{
	padding-left:0px;	
}
.submenu ul>li>a{
	color:#80490C;
}
.submenu ul>li>a:hover{
	color:#DD0003;
}
.submenu ul>.sel>a{
	color:#DD0003;	
}
.submenu ul{
	padding-left:18px;	
}
@media (max-width: 767px) {
.submenu{
	border:none;
	text-align:center;
	padding:0px 20px;
	margin-bottom:20px;
}
.submenu .title{
	background-color:#9F683E;
	color:white;
	padding:10px 0px;
	margin-bottom:15px;
}
.submenu>div{
	border:solid 3px #9F683E;
	border-radius:10px;
}
.submenu ul>li{
	list-style-type:none;
}
.submenu ul>li>a{
	list-style-type:none;
	padding:10px 0px 10px;
	display:block;
}
}



@media (max-width: 767px) {

}

@media (min-width: 767px) {

}

/* bs arrange */
.carousel-caption{
	text-align:right;
	padding-bottom:0px;
}
.carousel-caption h3{
	text-align:right;
	font-size:32px;
	font-weight:bold;
	margin-bottom:14px;
}　
.carousel-caption p{
	font-size:20px;
}　

/* top */

#toptile .tile{
	padding:0px 0px;
	position:relative;
}
#toptile .tile>div{
	background-color:white;
	overflow:hidden;
}
#toptile .tile .head{
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:5px 0px 0px 10px;
	font-size:18px;
	font-weight:bold;
	color:white;
	background-image:url(/img/top/00head.jpg);	
	line-height:200%;
	height:43px !important;
}
#toptile .tile .btn_head{
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:5px 0px 0px 40px;
	font-size:18px;
	font-weight:bold;
	color:white;
	background-image:url(/img/top/99head.jpg);
	background-color:#b81b26;	
	line-height:200%;
	height:35px !important;
	cursor:pointer;
}
#toptile .tile .btndiv{
	background-color:#b81b26;	
}
#toptile .tile .body{
	padding:0px 10px 10px;
}

#toptile #news{
	height:300px;
	padding:0px 5px 0px 15px;
}
@media (min-width: 767px) {
#toptile #news{
	padding-right:0px;
}
}
.news_box,.release_box{
	margin:10px 20px;
	border-bottom:dotted 1px #515151;
	padding-bottom:10px;		
}


#toptile #news>div{
	height:300px;
}
#toptile #news .head{
	/* background-image:url(/img/top/01head.jpg); */
	height:70px;
}

#toptile #report{
	height:300px;
	padding:0px 5px 0px 15px;
}
@media (min-width: 767px) {
#toptile #report{
	padding-right:0px;
}
}
#toptile #report>div{
	height:300px;
}
#toptile #report .head{
	/* background-image:url(/img/top/04head.jpg); */
	height:40px;
}
#report .report_elm{
	overflow:hidden;
}
#report .report_box{
	margin:10px 20px;
	border-bottom:dotted 1px #515151;
	padding-bottom:10px;	
}

@media (min-width: 767px) {
#report .report_elm{
	height:90px;
}
}
.report_elm .ntitle{
	font-size:16px;
	font-weight:bold;			
}
.report_elm img{
	max-height:100px;
}



#toptile #member{
	height:40px;
	padding:5px 15px 5px 5px;	
	margin-bottom:10px;
}
#toptile #member>div{
	height:40px;
}
#toptile #member .head{
	/* background-image:url(/img/top/02head.jpg); */
	height:40px;
}
#toptile #member .head .title{
	position:absolute;
	background-color:transparent;
	right:15px;
	top:110px;
}
#toptile #member .body{
	background-color:transparent;
	position:relative;
	font-size:14px;
	line-height:120%;
}

#toptile #inquiry{
	height:40px;
	padding:5px 15px 5px 5px;	
}
#toptile #inquiry>div{
	height:40px;
}
#toptile #inquiry .head{
	/* background-image:url(/img/top/03head.jpg); */
	height:40px;
}
#toptile #inquiry .head .title{
	position:absolute;	
	background-color:transparent;
	right:20px;
	top:110px;	
}

#toptile #inquiry .body{
	background-color:transparent;
	text-align:center;
}

#toptile #inquiry .tel{
	font-size:18px;
	font-weight:bold;
}
#toptile #inquiry .time{
	font-size:13px;
	line-height:110%;
}


#toptile #shop{
	padding:5px 15px 5px 15px;
}
#toptile #shop>div{
}
#toptile #shop .head{
	/* background-image:url(/img/top/05head.jpg); */
	height:40px;
}
.shop_elm{
	padding:10px 10px 0px;
	cursor:pointer;
	height:230px;
	overflow:hidden;
}
.shop_elm img{
	margin-bottom:5px;
	max-height:150px;
}
.shop_elm .imgcase{
	text-align:center;
}
.shop_elm .ntitle{
	font-size:16px;
	font-weight:bold;
}
.shop_elm .naddr{
}
.shop_elm .ntel{
}
.findspace{
	height:8px;
}
@media (min-width: 767px) {
.findhead{
	text-align:right;	
	padding-top:10px;		
}
}


#toptile #project{
	height:40px;
	padding:5px 5px 5px 15px;
	margin-bottom:15px;	
}
#toptile #project>div{
	height:40px;
}
#toptile #project .head{
	/* background-image:url(/img/top/06head.jpg);*/
	height:40px;
}

#toptile #director{
	height:40px;
	padding:5px 5px 5px 15px;
	margin-bottom:10px;		
}
#toptile #director>div{
	height:40px;
}
#toptile #director .head{
	/* background-image:url(/img/top/07head.jpg); */
	height:40px;
}
@media (max-width: 767px) {
#toptile #news{
	padding:0px 15px 0px 15px;
	margin-bottom:10px;
	height:auto;
}
#toptile #news>div{
	height:auto;
}
#toptile #member{
	padding:0px 15px 5px 15px;	
	margin-bottom:15px;	
}
#toptile #inquiry{
	padding:0px 15px 5px 15px;	
	margin-bottom:15px;	
}
#toptile #project{
	padding:0px 15px 5px 15px;
	margin-bottom:15px;
}
#toptile #director{
	padding:0px 15px 5px 15px;
	margin-bottom:15px;	
}
}


.topnews{
	margin-bottom:15px;
}
.topnews .nright{
	padding-left:0px;
}
.topnews .ndate{
	font-size:12px;
	color:#3B3B3B;	
	line-height:120%;		
}
.topnews .ntitle{
	font-size:16px;
	font-weight:bold;	
}
.topnews .nbody{
	line-height:120%;
}
@media (min-width: 767px) {
.newslist .nldate{
	text-align:right;
	font-size:13px;
}
.newslist .nright{
	padding-left:0px;
}
}
@media (max-width: 767px) {

}

/* dropshadow */
.dropshadow{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* shopdata */
#shopdata .head{
	background-image:url(/img/shop/head.jpg);
	height:70px;
}
#shopdata .shoplead{
	background-color:white;
	font-size:16px;
	padding:15px;
}
#shopdata .head img{
	margin-top:5px;
	margin-left:5px;	
}
#shopdata .head .text{
	font-size:26px;
	font-weight:bold;
	vertical-align:middle;
}
#shopdata .pictures img{
	margin:0px auto 10px;
		
}
.green-label{
	background-color:white;
	background-position:left top;
	background-repeat:no-repeat;	
	position:relative;
	min-height:100px;
	padding-top:10px;
}
.green-label .title{
	position:absolute;
	top:22px;
	left:130px;
	font-size:16px;
	font-weight:bold;
}
.green-label .body{
	padding:0px 10px 10px;
}
.shopinfo{
	/* background-image:url(/img/shop/green-info.jpg); */
}
.shopmap{
	/*background-image:url(/img/shop/green-map.jpg);*/
}
.map_wrapper {
	max-width: 784px;
	min-width: 280px;
	margin: 0px auto;
	padding: 0px;
}
.googlemap {
	position: relative;
	padding-bottom: 136.0%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.gmap-height00{
	height:520px;	
}
.gmap-height01,.gmap-height10{
	height:775px;	
}
.gmap-height11{
	height:520px;	
}
@media (min-width: 767px) {
.valcol1{
	padding-right:0px;	
}
}
@media (max-width: 767px) {
.googlemap {
	padding-bottom: 60.0%;
}
.gmap-height00{
	height:420px;	
}
.gmap-height01,.gmap-height10{
	height:420px;	
}
.gmap-height11{
	height:420px;	
}
}
.shopindoor{
	/*
	background-image:url(/img/shop/green-indoor.jpg);
	*/
}


.shopindoor .body iframe {
	width:100%;
	height:400px;
}
@media (max-width: 767px) {
.shopindoor .body iframe {
	height:240px;
}
}
.shopmenu{
	background-image:url(/img/shop/green-menu.jpg);
}
.shopmenu td{
	white-space:nowrap;
	text-align:right;	
}
.shopsearch{
}
.shopcond table{
	width:100%;	
}
.shopcond th{
	text-align:right;
	padding-right:20px;		
}
.shopcond td{
	padding:5px;	
}

.pagehead{
	font-weight:bold;
	background-image:url(/img/common/head.jpg);
	height:45px;
	background-color:white;
	font-size:18px;
	padding:10px 0px 10px 15px;		
}
#directors .role{
	font-size:16px;	
	font-weight:bold;
}
#directors .name{
	font-size:20px;	
}
#directors .afi{
	font-size:12px;	
	margin-bottom:0px;
}
#directors .block{
	margin:0px 20px 8px;
	border-bottom:dotted 1px #515151;
	padding-bottom:8px;	
}
@media (min-width: 767px) {
#directors .role{
	text-align:right;
	padding-right:20px;
}
}

#project .block{
	font-size:14px;	
	border-bottom:dotted 1px #767676;
	padding:5px 0px 0px;
	margin-bottom:10px;
}
#project .body{
	
}
@media (min-width: 767px) {
#project .date{
	text-align:right;
	padding-right:10px;	
}
}
@media (max-width: 767px) {
#project .date{
	font-weight:bold;
}
}
#project .yeartitle{
	font-weight:bold;
	font-size:16px;
	padding:8px 8px 2px;
	margin-bottom:10px;
}

#contact .tel{
	font-size:30px;
	font-weight:bold;
	text-align:center;	
}
#contact .time{
	text-align:center;	
}


.admission td{
	padding:4px;
	border:solid 1px #8C8C8C;	
}

#support .name{
	font-size:16px;	
	font-weight:bold;
}
#support .addr{
	font-size:16px;	
}
#support .tel{
	font-size:16px;	
	margin-bottom:20px;
}
@media (min-width: 767px) {
#support .role{
	padding-right:20px;
}
}
#support .block{
	margin:0px 20px 8px;
	border-bottom:dotted 1px #515151;
	padding-bottom:8px;	
}

#okonomiyaki h2{
	font-weight:bold;
	font-size:22px;
	color:black;	
	margin-bottom:4px;
}
#okonomiyaki p{
	padding:0px 10px;
	line-height:140%;	
}

.nohover a:hover{
	color:black;
}

.sns-btn button{
	background-repeat:no-repeat;
	background-position:90px 0px;
}

/* media */
.movieposter{
	margin-bottom:10px;	
}