/**
Theme Name: ax_melime_child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ax_shop_child
Template: astra
*/

a{
	font-family: "BIZ UDPGothic", sans-serif !important;
	font-weight: 400 !important;
}

.table_head_s{
	width: 15%;	
}

.table_head_ss{
	width: 10%;	
}

.table_head_l{
	width: 55%;
}

.event_schedule__table thead tr{
	background: #4EA72E;
	color: #fff;
}

.event_schedule__table td img{
	display: block;
	max-width: 24px ;
	margin: 0 auto;
}

.event_schedule__table tbody tr:nth-child(odd){
	background: #D0E1CD;
}

.event_schedule__table tbody tr:nth-child(even){
	background: #E9F1E8;
}

.event_schedule_table_caption img{
	display: inline-block;
	width: 27px;
}

.event_unei_table tbody th{
	background: #275317;
	color: #fff;
}

.event_table_head{
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #f39017;
	padding-left: 7px;
}

.event_unei_table tbody td span{
	display: none;
}

.spbr{
	display: none;
}

th.th_sm{
	width: 30%;
}

table.event_unei_table.price{
	margin-bottom: 0 !important;
}

.price_table thead td{
	background: #4473c5;
	color: #fff;
}

td.blue_gy{
	background: #e9ecf5;
}

/*-- スマホタブレットのチケット前売固定ボタン --*/

.fixed_btn a{
	display: none;
}

.fixed_btn2 a{
	display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	
	.fixed_btn a{
		display: block;
		position: fixed;
		left: 0;
		bottom: 240px;
		padding: 15px;
		writing-mode: vertical-rl;
		color: #fff !important;
		background: #4EA72E;
		transition-duration: 0.3s;
		text-decoration: none;
		font-size: 13px;
		border-radius: 0 5px 5px 0;
		letter-spacing: 1px;
	}
	
	.fixed_btn2 a{
		display: block;
		position: fixed;
		left: 0;
		bottom: 50px;
		padding: 15px;
		writing-mode: vertical-rl;
		color: #fff !important;
		background: #f39037;
		transition-duration: 0.3s;
		text-decoration: none;
		font-size: 13px;
		border-radius: 0 5px 5px 0;
		letter-spacing: 1px;
	}
	
	.fixed_btn a:hover,
	.fixed_btn2 a:hover{
		background: #333;
	}
	
}

@media screen and (max-width: 768px){
	
	.fixed_btn a{
		display: block;
		position: fixed;
		left: 0;
		bottom: 200px;
		padding: 10px;
		writing-mode: vertical-rl;
		color: #fff !important;
		background: #4EA72E;
		transition-duration: 0.3s;
		text-decoration: none;
		font-size: 13px;
		border-radius: 0 5px 5px 0;
		letter-spacing: 1px;
	}
	
	.fixed_btn2 a{
		display: block;
		position: fixed;
		left: 0;
		bottom: 50px;
		padding: 10px;
		writing-mode: vertical-rl;
		color: #fff !important;
		background: #f39037;
		transition-duration: 0.3s;
		text-decoration: none;
		font-size: 13px;
		border-radius: 0 5px 5px 0;
		letter-spacing: 1px;
	}
	
	.fixed_btn a:hover,
	.fixed_btn2 a:hover{
		background: #333;
	}

	.event_schedule__table{
		font-size: 12px !important;
	}
	
	.event_schedule_ongaku_wrap{
		height: auto;
	}
	
	.table_head_s{
		width: 20%;	
	}

	.table_head_ss{
		width: 11%;	
	}

	.table_head_l{
		width: 47%;
	}
	
	.table_head_s2{
		width: 22%;	
	}

	.table_head_l2{
		width: 34%;
	}
	
	
	.event_schedule__table td img{
		display: block;
		max-width: 20px ;
		margin: 0 auto;
	}
	
	.event_schedule__table td{
		padding: 7px !important;
	}
	
	.spbr{
		display: block !important;
	}	
	
	th.th_sm{
		width: 50%;
	}
	
}

/*----問い合わせページ---*/

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width: 768px){
	.inquiry th,.inquiry td {
		 display: block!important;
		 width: 100%!important;
		 border-top: none!important;
		 -webkit-box-sizing: border-box!important;
		 -moz-box-sizing: border-box!important;
		 box-sizing: border-box!important;
	}
	
	.inquiry tr:first-child th{

	}
	
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size: 10px;
	}
	
	/*送信ボタンのデザイン変更*/
	#formbtn{
		display: block;
		padding: 1em 0;
		margin: 30px auto 0;
		width:	240px !important;
		color: #fff !important;
		font-size: 15px;
		font-weight: bold;	 
		border-radius :2px;
		border: none;
	}
	
	input, textarea{
		font-size:16px !important;
	}
	
	.wpcf7-checkbox .wpcf7-list-item {
		display: inline-block;
		margin: 0 0 0.5em 1em;
	}
	
}

.ticket_table_txt{
	margin-bottom: 40px;
}

/*見出し欄*/

.inquiry{
	margin-top: 30px;
	border: none !important;
}

.inquiry th{
	text-align: left;
	font-size: 15px;
	color: #333;
	padding: 15px !important;
	width: 30%;
	border: none !important;
}

.inquiry td{
}

.inquiry th p,
.inquiry td p{
	margin-bottom: 0 !important;
}

.inquiry td{

}

span.contact_img_caption,
span.schedule_caption{
	font-size: 14px;
	font-weight: normal;
}


/*通常欄*/
.inquiry td{
	font-size: 15px;
	padding: 15px !important;
	border: none !important;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	color: #111 !important;
}

input{
	font-size:16px;
}

/*必須の調整*/
.haveto{
	font-size:10px !important;
	padding:5px;
	background:#fe0000;
	color:#fff;
	border-radius:2px;
	margin-right: 10px;
	position:relative;
	bottom:1px;
}

/*任意の調整*/
.any{
	font-size: 10px;
	padding: 5px;
	background: #333;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	display: block;
	color: #333 !important;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding: 15px;
	margin: 30px auto 0 !important;
	width: 300px;
	background: #337ab7;
	color: #fff;
	font-size: 18px;
	border-radius :5px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition-duration: 0.7s;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background: #333;
	color: #fff;
}

/*入力欄プレースホルダーのフォント指定*/
input::placeholder, 
email::placeholder, 
tel::placeholder, 
textarea::placeholder{
	font-weight: 400 !important;
	color: #bbb !important;
}

td input, td textarea{
	border: #555 solid 1px !important;
	padding: 15px !important;
}

.wpcf7-checkbox span.wpcf7-list-item.first{
	display: inline-block !important;
}

p.pp_link{
	text-align: center;
}

p.pp_link span{
	font-weight: normal;
	color: #111 !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    transform: scale(1.4);
	margin-right: 3px;
}

.recaptcha_message_wrap{
	max-width: 800px;
	display: block;
	margin: 30px auto !important;
	font-size: 13px;
}

.recaptcha_message_wrap a{
	
}

.grecaptcha-badge {
	visibility: hidden;
}

/*-- 問い合わせフォームとセットのプライバシーポリシー --*/

/*--プライバシーポリシー--*/

.pp_head{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px !important;
}

.pp_head::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #275317;
	font-size: 18px;
	border-bottom: 1px solid #275317;
}

.pp_txt, .pp_list li{
	font-size: 14px;
}
