@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*------------------------------------------------------------mainphoto*/
#header_area {
	position: relative;
	height: 100%;
	z-index: 2;
}
#catch {
	position: absolute;
	width:100%;
	top:50%;
	margin-top:-102px;
}
#catch img {
	width:320px;
	height: auto;
}

#twitter_area {
	width: 100%;
	height: 280px;
	background-color: rgba(0,0,0,0.8);
	margin-top: 10px;
	padding: 10px 0;
	position: absolute;
	top: -290px;
}

#twitter {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.top_contents {
	position: relative;
	z-index: 1;
}
#mainphoto {
	position: fixed;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 0;
}
#mainphoto ul li {
	width:100%;
}
#mainphoto ul li:first-child {
	background: url(../img/index_img/mainphoto01.jpg) center bottom no-repeat;
	background-size: cover;
}
#mainphoto ul li:nth-child(2) {
	background: url(../img/index_img/mainphoto02.jpg) center bottom no-repeat;
	background-size: cover;
}
#mainphoto ul li:nth-child(3) {
	background: url(../img/index_img/mainphoto03.jpg) center top no-repeat;
	background-size: cover;
}
#mainphoto ul li img {
	width:auto;
	height:100%;
}
@media print, screen and (min-width:768px) {
#header_area::after{
	position: absolute;
	left:50%;
	bottom: 30px;
	width:30px;
	height:30px;
	margin-left: -15px;
	content: "";
	vertical-align: middle;
	border-right:solid 3px #fff;
	border-bottom:solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#catch {
	margin-top:-160px;
}
#catch img {
	width:500px;
	height: auto;
}
#twitter_area {
	display: none;
}
}
@media print, screen and (min-width:992px) {
#catch {
	margin-top:-180px;
}
#catch img {
	width:auto;
	height: auto;
}
}

/*------------------------------------------------------------greeting*/
#greeting {
	text-align: center;
	margin-top: 100px;
}
#gr_title {
	margin-bottom:18px;
}
#greeting h3 img {
	width:100%;
	max-width: 474px;
	height: auto;
}
#greeting h5 {
	margin-bottom:10px;
	line-height: 1.4;
	font-family: 'Noto Serif CJK JP', serif;
	font-size: 16px;
}
#greeting h6 {
	margin-bottom:10px;
	font-size: 14px;
	color:#cc0000;
}
#greeting figure {
	margin-top:20px;
	font-size:0;
}
#greeting figure ul {
	display: inline-block;
	width:50%;
	font-size:0;
}
#greeting figure ul li {
	display: inline-block;
	width:48%;
	margin:0 1%;
}
#greeting figure ul li img {
	width:100%;
	max-width: 150px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#greeting {
	margin-top: 0;
}

#greeting h5 {
	margin-bottom:15px;
	font-size: 19px;
}
#greeting h6 {
	margin-bottom:15px;
	font-size: 16px;
}
}
@media print, screen and (min-width:992px) {
#greeting .container {
	position: relative;
}
#greeting figure {
	margin-top:0;
}
#greeting figure ul {
	font-size:0;
	margin-top:-40px;
}
#greeting figure ul.img_l {
	position: absolute;
	width: auto;
	top:50%;
	left:0;
}
#greeting figure ul.img_r {
	position: absolute;
	width: auto;
	top:50%;
	right:0;
}
#greeting figure ul li {
	display: inline-block;
	width:140px;
	margin:0;
	vertical-align: top;
}
#greeting figure ul.img_l li:last-child {
	width:110px;
	margin-top:80px;
	margin-left:5px;
}
#greeting figure ul.img_r li:first-child {
	width:110px;
	margin-top:80px;
	margin-right:5px;
}
}
#greeting figure ul li img {
	width:100%;
	max-width: 180px;
	height: auto;
}
@media print, screen and (min-width:1200px) {
#greeting figure ul {
	margin-top:-50px;
}
#greeting figure ul li {
	width:180px;
}
#greeting figure ul.img_l li:last-child {
	width:130px;
	margin-top:100px;
	margin-left:10px;
}
#greeting figure ul.img_r li:first-child {
	width:130px;
	margin-top:100px;
	margin-right:10px;
}
}

/*------------------------------------------------------------blog & twitter*/
#container_02_r {
	display: none;
}
#top_blog {
	text-align: center;
	zoom: 1;
}
#top_blog dl {
	margin-bottom:12px;
}
#top_blog dl dt {
	font-weight: normal;
}
#top_blog dl dd {
}
#top_blog dl dd p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#top_blog dl dd p a {
	color:#020202;
}
@media print, screen and (min-width:768px) {
#box_02 {
	padding: 0 5.4%;
}	
#container_02_l {
	width: 46.93%;
	display: inline-block;
	margin-right: 2.8%;
	vertical-align: top;
}
#container_02_r {
	width: 46.93%;
	display: inline-block;
	margin-left: 2.8%;
	padding-top: 43px;
	padding-bottom: 40px;
}
#twitter_area_02 {

}
#r_title {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 33px;
	font-weight: bold;
}

#top_blog {
	text-align: left;
}
#top_blog dl {
	margin-bottom:15px;
}
#top_blog dl dt {
	float: left;
	width: 100px;
	line-height: 1.5;
}
#top_blog dl dd {
	padding: 0 0 0 110px;
	line-height: 1.5;
}
#top_blog dl dd p {
	line-height: 1.5;
}
}
@media print, screen and (min-width:992px) {
#top_blog {
	margin-left:80px;
	margin-right:80px;
}
}

/*------------------------------------------------------------openmic*/
#openmic {
	clear: both;
	padding:40px 0;
	background: url(../img/common_img/bg_dotblack.png) center top, url(../img/index_img/bg_openmic.jpg) center center #000;
	background-size:auto auto, cover;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#openmic p {
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);
}
@media print, screen and (min-width:768px) {
#openmic {
	clear: both;
	padding:80px 0;
	background: url(../img/common_img/bg_dotblack.png) center top, url(../img/index_img/bg_openmic.jpg) center center #000;
	background-size:auto auto, cover;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
}

/*------------------------------------------------------------dlinkfood*/
#drinkfood.content_bg02 {
	padding: 0 0 40px;
}
#drinkfood {
	text-align: center;
}
#drinkfood .bg_ill {
	background: url(../img/index_img/drink_food_ill01.png) 5% 140px no-repeat, url(../img/index_img/drink_food_ill02.png) 95% 140px no-repeat;
	background-size: auto 100px, auto 100px;
}
#drinkfood .bg_ill .btn_link {
	margin-top:100px;
}
@media print, screen and (min-width:480px) {
#drinkfood .bg_ill {
	background: url(../img/index_img/drink_food_ill01.png) 20% 120px no-repeat, url(../img/index_img/drink_food_ill02.png) 80% 120px no-repeat;
	background-size: auto 100px, auto 100px;
}
}
@media print, screen and (min-width:768px) {
#drinkfood.content_bg02 {
	padding: 0 0 80px;
}
#drinkfood .bg_ill {
	background: url(../img/index_img/drink_food_ill01.png) left 50% no-repeat, url(../img/index_img/drink_food_ill02.png) right 50% no-repeat;
	background-size: auto 100px, auto 100px;
}
#drinkfood .bg_ill .btn_link {
	margin-top:30px;
}
}
@media print, screen and (min-width:992px) {
#drinkfood .bg_ill {
	margin:-20px 0;
	padding:20px 0;
	background: url(../img/index_img/drink_food_ill01.png) left 50% no-repeat, url(../img/index_img/drink_food_ill02.png) right 50% no-repeat;
	background-size: auto auto, auto auto;
}
}
@media print, screen and (min-width:1200px) {
#drinkfood .bg_ill {
	background: url(../img/index_img/drink_food_ill01.png) 5% 50% no-repeat, url(../img/index_img/drink_food_ill02.png) 95% 50% no-repeat;
	background-size: auto auto, auto auto;
}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

about

---------------------------------------------------------------------------------------------------------------------------------------- */
#about_about figure {
	margin-top:20px;
	text-align: center;
}
#about_about figure ul {
	font-size:0;
}
#about_about figure ul li {
	display: inline-block;
	width:23%;
	margin:5px 1%;
}
#about_about figure ul li img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
#about_about figure ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
@media print, screen and (min-width:768px) {
#about_about figure {
	margin-top:30px;
	font-size:0;
}
#about_about figure ul {
	display: inline-block;
	max-width: 680px;
}
#about_about figure ul li {
	display: inline-block;
	width:150px;
	margin:10px;
}
}
@media print, screen and (min-width:992px) {
#about_about figure {
	margin-top: -30px;
	width: 350px;
	float: right;
}
}
@media print, screen and (min-width:1200px) {
#about_about figure {
	width: 510px;
	text-align: left;
}
}
#about_openmic {
	clear: both;
	padding:40px 0;
	text-align: left;
	background: url(../img/common_img/bg_dotblack.png) center top;
	background-size:auto auto;
}
#about_openmic .container {
	margin-top:-90px;
	padding-top:90px;
}
#about_openmic p {
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);
}
@media print, screen and (min-width:768px) {
#about_openmic {
	padding:80px 0;
	text-align: center;
}
#about_openmic .container {
	margin-top:-146px;
	padding-top:146px;
}
}

#about_access .map_wrap {
	height:140px;
	margin-bottom:20px;
}
#about_access .outline figure {
	margin-top:20px;
	text-align: center;
}
#about_access .outline figure img {
	width:200px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#about_access .map_wrap {
	height:299px;
	margin-bottom:30px;
}
#about_access .outline {
	font-size:0;
}
#about_access .outline div {
	display: inline-block;
	width:73%;
	margin-right:2%;
	vertical-align:top;
}
#about_access .outline figure {
	display: inline-block;
	width:25%;
	margin-top:0;
	vertical-align:top;
}
#about_access .outline figure img {
	width:100%;
	height: auto;
}
}
@media print, screen and (min-width:992px) {
#about_access .map_wrap {
	height:320px;
	margin-bottom:30px;
}
#about_access .outline div {
	width:76%;
	margin-right:4%;
}
#about_access .outline figure {
	width:20%;
}
}

#about_gallery {
	margin-top:100px;
}
#about_gallery .container {
	margin-top:-90px;
	padding-top:90px;
}
#about_gallery ul {
	font-size:0;
}
#about_gallery ul li {
	display: inline-block;
	width: 32%;
	margin-top: 10px;
	margin-right: 2%;
}
#about_gallery ul li:nth-child(-n+3) {
	margin-top: 0;
}
#about_gallery ul li:nth-child(3n) {
	margin-right: 0;
}
#about_gallery ul li img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#about_gallery {
	margin-top:200px;
}
#about_gallery .container {
	margin-top:-146px;
	padding-top:146px;
}
#about_gallery ul li {
	margin-top: 15px;
}
#about_gallery ul li a {
	transition: 0.5s all;
}
#about_gallery ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}
@media print, screen and (min-width:992px) {
#about_gallery ul li {
	width: 23.5%;
	margin-top: 20px;
}
#about_gallery ul li:nth-child(-n+4) {
	margin-top: 0;
}
#about_gallery ul li:nth-child(3n) {
	margin-right: 2%;
}
#about_gallery ul li:nth-child(4n) {
	margin-right: 0;
}
}
.setlist{
	margin:60px auto;
	/*font-family: 'Noto Serif CJK JP', serif;*/
}
.setlist h4{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 20px;
}
.setlist table {
	width: 100%;
	border-bottom: 2px solid #000;
}
.setlist table tr th {
	display: block;
	padding: 10px 20px;
	border-top: 2px solid #000;
}
.setlist table tr td {
	display: block;
	padding: 10px 20px;
	border-top: 1px dotted #000;
}
@media print, screen and (min-width:768px) {
.setlist table {
	border-top: 2px solid #000;
}
.setlist table tr th {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border-top: 1px dotted #000;
	width: 210px;
}
.setlist table tr td {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border-top: 1px dotted #000;
}
.setlist table tr:first-child th, .setlist table tr:first-child td {
	border-top: none;
}
}
@media print, screen and (min-width:992px) {
.setlist table {
	width: 570px;
	float: left;
}
}
@media print, screen and (min-width:1200px) {
.setlist table {
	width: 610px;
}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

menu

---------------------------------------------------------------------------------------------------------------------------------------- */
.menu .content_bg02 {
	padding-top:0;
}
.menu .content_bg02 .container {
	padding:30px 10px;
}
@media print, screen and (min-width:768px) {
.menu .content_bg02 .container {
	padding:56px 20px 60px;
}
}

#food .wrap {
	padding-bottom:90px;
	background: url(../img/menu_img/bg_ill01.png) left bottom no-repeat, url(../img/menu_img/bg_ill02.png) right bottom no-repeat;
	background-size: 140px auto, 135px auto;
}
#drink .wrap {
	padding-bottom:90px;
	background: url(../img/menu_img/bg_ill03.png) right bottom no-repeat, url(../img/menu_img/bg_ill04.png) 10% bottom no-repeat;
	background-size: 80px auto, 87px auto;
}
@media print, screen and (min-width:480px) {
#food .wrap {
	padding-bottom:90px;
	background: url(../img/menu_img/bg_ill01.png) 20% bottom no-repeat, url(../img/menu_img/bg_ill02.png) 80% bottom no-repeat;
	background-size: 140px auto, 135px auto;
}
#drink .wrap {
	padding-bottom:90px;
	background: url(../img/menu_img/bg_ill03.png) 80% bottom no-repeat, url(../img/menu_img/bg_ill04.png) 20% bottom no-repeat;
	background-size: 80px auto, 87px auto;
}
}
@media print, screen and (min-width:768px) {
#food .wrap {
	margin:-30px 0;
	padding-top:30px;
	padding-bottom:60px;
	background: url(../img/menu_img/bg_ill01.png) left top no-repeat, url(../img/menu_img/bg_ill02.png) right bottom no-repeat;
	background-size: 182px auto, 178px auto;
}
#drink .wrap {
	margin:-30px 0;
	padding-top:30px;
	padding-bottom:60px;
	background: url(../img/menu_img/bg_ill03.png) 97% top no-repeat, url(../img/menu_img/bg_ill04.png) 10% bottom no-repeat;
	background-size: 102px auto, auto auto;
}
}
@media print, screen and (min-width:992px) {
#food .wrap {
	background: url(../img/menu_img/bg_ill01.png) 10% top no-repeat, url(../img/menu_img/bg_ill02.png) 90% bottom no-repeat;
	background-size: auto auto, auto auto;
}
#drink .wrap {
	background: url(../img/menu_img/bg_ill03.png) 94% top no-repeat, url(../img/menu_img/bg_ill04.png) 10% bottom no-repeat;
	background-size: auto auto, auto auto;
}
}

.menu .wrap ul li {
	margin-bottom:20px;
}
.menu .wrap ul li:last-child {
	margin-bottom:0;
}
.menu .wrap ul li h4 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3;
	font-size:16px;
	font-weight: bold;
}
.menu .wrap ul li h4 span {
	display: block;
	font-size:14px;
	font-weight: normal;
}
.menu .wrap ul li table {
	width: 100%;
	border-collapse: collapse;
	border-top:dotted 1px rgba(0,0,0,0.2);
}
.menu .wrap ul li table tr th, .menu .wrap ul li table tr td {
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	border-bottom:dotted 1px rgba(0,0,0,0.2);
}
.menu .wrap ul li table tr th {
	font-weight: normal;
}
.menu .wrap ul li table tr td {
	white-space: nowrap;
	text-align: right;
}
@media print, screen and (min-width:768px) {
.menu .wrap ul {
	font-size:0;
}
.menu .wrap ul li {
	display: inline-block;
	width:47%;
	margin-top:20px;
	margin-right:6%;
	margin-bottom:0;
	vertical-align: top;
}
.menu .wrap ul li:nth-child(2n) {
	margin-right:0;
}
.menu .wrap ul li:nth-child(-n+2) {
	margin-top:0;
}
.menu .wrap ul li:last-child {
	margin-bottom:0;
}
.menu .wrap ul li h4 {
	font-size:18px;
}
}
@media print, screen and (min-width:992px) {
.menu .wrap ul {
	width:96%;
	margin:0 auto;
	font-size:0;
}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

blog

---------------------------------------------------------------------------------------------------------------------------------------- */
.blog .content_bg02 {
	padding-top:0;
}
.blog .content_bg02 .container {
	padding:30px 10px;
}
@media print, screen and (min-width:768px) {
.blog .content_bg02 .container {
	padding:56px 20px 60px;
}
}

/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	text-align: left;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
}
.newstitle span {
	display: block;
	margin-bottom:5px;
	font-size: 14px;
}
.newstitle a:hover {
	text-decoration: none;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 20px;
	background: url(../img/common_img/bg_dotblack02.png);
}
/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size:14px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
}
.wp-pagenavi span.pages {
	border: 1px solid rgba(0,0,0,0.0);
	color: #020202;
	background: rgba(0,0,0,0.1);
	zoom: 1;
}
.wp-pagenavi span.current {
	border: 1px solid rgba(0,0,0,0.0);
	color: #020202;
	background: rgba(0,0,0,0.1);
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #020202;
	color: #020202;
	background: none;
	transition: 0.5s all;
	zoom: 1;
}
.wp-pagenavi a:hover {
	color:#fff;
	background: #020202;
}
/*Program*/
.pagelink .oldpage {
	float: left;
	width: 45%;
	text-align: left;
}
.pagelink .newpage {
	float: right;
	width: 45%;
	text-align: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}

/*sidenavi*/
#sidenavi {
	margin-top:30px;
	padding-top:30px;
	border-top:dotted 1px rgba(0,0,0,0.5);
}
#sidenavi h3 {
	position: relative;
	padding:7px 0;
	line-height: 1.1;
	font-size:15px;
	margin-bottom:8px;
	background: url(../img/common_img/bg_dotblack02.png);
		
}
/*search*/
#news_search {
}
#news_search div {
	font-size:0;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	display: inline-block;
	width: 75%;
	margin: 0 2% 0 0;
	vertical-align: middle;
	border:none;
	padding: 3px;
	font-size:14px;
	background: #e0e0e0;
	/* CSS3 */
	border-radius: 0;
	/* Webkit */
	-webkit-border-radius: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0) );
	/* Firefox */
	-moz-border-radius: 0;
	background: -moz-linear-gradient( top, #e0e0e0, #e0e0e0 );
}
#searchsubmit {
	display: inline-block;
	width: 23%;
	border:solid 1px #020202;
	vertical-align: middle;
	padding: 3px 10px;
	font-size:14px;
	background: none;
	/* CSS3 */
	border-radius: 0;
	/* Webkit */
	-webkit-border-radius: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(none), to(none) );
	/* Firefox */
	-moz-border-radius: 0;
	background: -moz-linear-gradient( top, none, none );
}
.sidebox {
	margin-top:20px;
	text-align: center;
}
.subnavi {
	text-align: left;
}
.subnavi li {
	line-height: 1.3;
}
.subnavi li a {
	padding: 7px 0;
	display: block;
}
.subnavi li a:hover {
	text-decoration: none;
}
.subnavi li ul {
	margin-left:10px;
}
.subnavi li ul li {
	position: relative;
}
.subnavi li ul li::after{
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
	content: "";
	width:5px;
	height:1px;
	vertical-align: middle;
	background: #020202;
}
.subnavi li ul li a{
	padding-left:10px;
}

@media print, screen and (min-width:992px) {
#blog .container {
	font-size:0;
}
.newstitle {
	margin-bottom: 20px;
	font-size: 20px;
}
.newstitle span {
	display: block;
	font-size: 16px;
}
#blog .container .news_text {
	font-size:14px;
}
#blog .container #newsarea {
	display: inline-block;
	width:72%;
	margin-right: 3%;
	vertical-align: top;
}
#blog .container #sidenavi {
	margin-top:0;
	padding-top:0;
	display: inline-block;
	width:25%;
	vertical-align: top;
	border-top:none;
}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

contact 

---------------------------------------------------------------------------------------------------------------------------------------- */  
.contact .content_bg02 {
	padding-top:0;
}
.contact .content_bg02 .container {
	padding:30px 10px;
}
@media print, screen and (min-width:768px) {
.contact .content_bg02 .container {
	padding:56px 20px 60px;
}
}

.tel_tx {
	font-size:16px;
	font-weight: bold;
}
/*form*/
#contact_form {
	border-top: 1px dotted rgba(0,0,0,0.5);
	margin-top: 20px;
	text-align: left;
}
#contact_form dl {
	clear: both;
	border-bottom: 1px dotted  rgba(0,0,0,0.5);
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}
#contact_form dl dt {
	font-weight: bold;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
#contact_form dl dd label {
	white-space: nowrap;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, .inp_text_ss, textarea, .dropdown_form {
	border:none;
	padding: 5px;
	background: #e0e0e0;
	/* CSS3 */
	border-radius: 0;
	/* Webkit */	
	-webkit-border-radius: 0;
	background: -webkit-gradient( linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0) );
	/* Firefox */	
	-moz-border-radius: 0;
	background: -moz-linear-gradient( top, #e0e0e0, #e0e0e0 );
	font-size: 1.6rem;
}
.dropdown_form option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 100%;
}
.inp_text_s {
	width: 30%;
}
.inp_text_ss {
	width: 10%;
}
textarea {
	width: 100%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	padding: 2px 7px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border:1px solid #020202;
	padding: 5px 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background: #020202;
	/* CSS3 */
	border-radius: 0;
	text-shadow:none;
	/* Webkit */
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	/* Firefox */
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	/* IE */
	zoom: 1;
}
.inp_submit02 {
	border:1px solid #202020;
	padding: 5px 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background: #202020;
	/* CSS3 */
	border-radius: 0;
	text-shadow:none;
	/* Webkit */
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	/* Firefox */
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	/* IE */
	zoom: 1;
}
@media print, screen and (min-width:768px) {
.tel_tx {
	font-size:22px;
	font-weight: bold;
}
.inp_text {
	width: 50%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 80%;
}
#contact_form dl dt {
	float: left;
}
#contact_form dl dt {
	padding-left: 10px;
	width: 200px;
}
#contact_form dl dd {
	margin-left: 210px;
	border-left: 1px dotted rgba(0,0,0,0.5);
	padding: 0px 0px 0px 15px;
}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

english

---------------------------------------------------------------------------------------------------------------------------------------- */  
.english #pagetitle span img {
	width: auto;
	height: 79px;
}
@media print, screen and (min-width:768px) {
.english #pagetitle span img {
	width: auto;
	height: auto;
}
}

