@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp,#top_menu { display: none; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #FEEFD6;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 50px;
		padding-top: 5px;
	}
	#header .logo {
		display: none;
	}
	/* お問い合わせ */
	#header .contact .btn a {
		border-left: 1px solid #FA9B00;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn {
		padding-right: 46px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box_flex_sp {
		justify-content: center;
	}
	#footer .contact_box .tel a, #footer .contact_box .mail a {
		font-size: 20px;
		width: 275px;
	}
	#footer .box dt {
		margin-bottom: 25px;
	}
	#footer dt p.line a span {
		font-size: 20px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl {
		padding-top: 20px;
	}
	.slider .slick-slide:not(.slick-current):before {
		display: none;
	}
	
	.slider .slick-next {
		right:1%!important;
	}
	.slider .slick-prev {
		left:1%!important;
	}
	.slider .slick-arrow {
		z-index: 2 !important;
		width: 30px;
		height: 30px;
	}
	.slick-arrow:before {
		opacity:0.5!important;
	}
	#top_info::before {
		width: calc(100% + 100%);
		margin-left: calc(((100vw - -80%) / 2)* -1);
		
	}
	#top_info .info_box dl {
		width: 100%;
	}
	#top_info .lbox {
		width: 20%;
	}
	#top_info .rbox {
		width: 80%;
	}
	#top_sns .logo ul li {
		width: 40px;
	}
	#top_sns .logo ul li:first-of-type {
		width: 30px;
	}
	#top_contents {
		width: 100%;
	}
	#top_contents .box_flex_sp {
		justify-content: center;
	}
	#top_contents dl {
		width: 28%;
		margin-right: 10px;
	}
	#top_contents dl:last-of-type {
		margin-right: 0;
	}
	#top_contents dd p.ttl {
		width: 100%;
		font-size: 20px;
		line-height: 25px;
	}
	#top_contents dd p.txt {
		width: 100%;
	}
	/*--------------------------------------------------
		About株式劇団マエカブとは
	--------------------------------------------------*/

	/*--------------------------------------------------
		List of members劇団員一覧
	--------------------------------------------------*/
	#members .box_person .photo {
		width: 150px;
		left: -10px;
	}
	#members .box_person .txt .name {
		padding-left: 100px;
	}
	#members .box_person .in {
		padding-left: 150px;
	}
	#members .box_person .txt .box_sns .btn {
		width: calc(calc(100% - 20px) / 3);
	}
	#members .box_person .txt .box_sns .sns_x a:before,
	#members .box_person .txt .box_sns .sns_instagram a:before,
	#members .box_person .txt .box_sns .sns_facebook a:before {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: 10px;
		width: 20px;
		height: 20px;
		background-size: 100%;
	}
	#members .box_person .txt .box_sns .btn a:after {
		right: 10px;
	}
	#members .box_person .txt .box_sns .btn a {
		padding: 20px 10px;
		padding-left: 40px;
	}
	/*--------------------------------------------------
		About 株式劇団マエカブとは
	--------------------------------------------------*/
	#about .box .in dt {
		margin-bottom: 10px;
		padding-top: 30px;
		padding-left: 0;
	}
	/*----------------- ---------------------------------
		Past performances過去公演
	--------------------------------------------------*/

	/*--------------------------------------------------
		Merchandise sales 物販
	--------------------------------------------------*/

	/*--------------------------------------------------
		Contact お問合せ
	--------------------------------------------------*/
	
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}