/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px) {
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }
	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		padding: 10px 0 0 10px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#header p.title img {
		width: auto;
		max-height: 30px;
	}
	#header .box {
		padding-right: 55px;
	}
	#header .twitter a {
		width: 35px;
		height: 35px;
	}
	#sticky {
		position: relative;
		height: 50px;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	/* コンテナ */
	#container {
		position: relative;
		padding: 25px 15px 0;
	}
	#container::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 15px;
		background-image: linear-gradient(rgba(0,0,0,0.1) 0px, rgba(0,0,0,0)14px);
		background-repeat: no-repeat;
		content: "";
	}
	#container h2.sub {
		font-size: 20px;
	}
	#container h3.sub2,
	#container h3.sub3 {
		font-size: 19px;
	}
	/* フッター */
	#copyright {
		padding: 10px;
		font-size: 11px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
	トップページ
	--------------------------------------------------*/
	.home #main {
		float: none;
		width: auto;
	}
	#top_title .box {
		width: calc(100% - 275px);
	}
	#top_info {
		float: left;
		width: calc(100% - 275px);
	}
	/*--------------------------------------------------
	プロテスト
	--------------------------------------------------*/
	#protest {
	}
	#protest img.fr {
		width: 40%;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#protest table.protest01 {
		width: 57%;
	}
	#protest table.protest01 {
		margin-bottom: 25px;
	}
	#protest table.protest01 tr th {
		font-size: 12px;
		padding: 10px 5px;
	}
	#protest table.protest01 tr td {
		font-size: 12px;
		padding: 10px 5px;
	}
	#protest .txt1 {
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
		font-size: 14px;
	}
	#protest .txt2 {
		font-size: 16px;
	}
	#protest .txt3 {
		font-size: 16px;
	}
	#protest a.btn {
		margin-top: 10px;
		font-size: 18px;
		padding: 12px 30px;
		border-radius: 25px;
		margin-bottom: 40px;
	}
	#past {
		margin-bottom: 40px;
	}
	#past .box1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
	}
	#past .box1 ul {
		width: 100%;
		padding: 20px;
	}
	#past .box1 ul li {
		font-size: 14px;
	}
	#past .box1 ul li a {
		font-size: 16px;
	}
	#past .box1 ul.left {
		padding-bottom: 0;
	}
	#past .box1 ul.right {
		padding-top: 0;
	}
	#faq dt {
		padding: 10px 10px 10px 30px;
		margin-bottom: 20px;
	}
	#faq dt:before {
		left: 7px;
		top: 5px;
		font-size: 20px;
	}
	#faq dd {
		padding-left: 30px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#faq dd:before {
		left: 7px;
		top: -3px;
		font-size: 20px;
	}
	#faq dd span {
		font-size: 15px;
	}
	/*--------------------------------------------------
	本部道場
	--------------------------------------------------*/
	#honbu table.honbu01 {
		margin-bottom: 25px;
	}
	#honbu table.honbu01 tr th {
		font-size: 12px;
		padding: 10px 5px;
	}
	#honbu table.honbu01 tr td {
		font-size: 12px;
		padding: 10px 5px;
	}
	#honbu iframe {
		margin-bottom: 15px;
	}
	#honbu .btn3 li:first-child {
		margin-left: 0;
	}
	#honbu .btn3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#honbu .btn3 li {
		width: 32%;
		margin-left: 1.5%;
	}
	#honbu .btn3 li a {
		display: block;
		text-align: center;
		font-size: 16px;
		color: #fff;
		margin: auto;
		padding: 10px;
		border-radius: 25px;
	}
	/*--------------------------------------------------
	連盟チャンネル > 夏目坂スタジオ
	--------------------------------------------------*/
	#plice {
		margin-bottom: 30px;
	}
	#plice img.fr {
		float: right;
		width: 40%;
		margin-left: 25px;
		margin-bottom: 25px;
	}
	#plice .txt6 {
		letter-spacing: -0.05em;
	}
	#plice table {
		width: auto;
		margin-bottom: 10px;
	}
	#plice table tr th {
		padding: 8px;
	}
	#plice table tr td {
		padding: 8px;
	}
	#plice table tr td span {
		font-size: 14px;
	}
	#plice .txt4 {
		font-size: 15px;
	}
	#facility {
		padding-bottom: 30px;
	}
	#facility .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#facility .box_inner {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#facility .box_inner:nth-child(2n) {
		margin-right: 0;
	}
	#facility .box_inner .photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 229px;
	}
	#facility .box_inner p {
		padding: 10px;
		font-size: 13px;
	}
	#facility .other {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#facility .other span {
		font-size: 15px;
		border-radius: 50%;
		padding: 30px 17px;
		width: 100%;
	}
	#room .box {
		width: 100%;
		margin-bottom: 45px;
	}
	#room img {
		width: 80%;
	}
	#dream_match .box1 {
		margin-bottom: 20px;
	}
	#dream_match .box1 img {
		width: 48%;
	}
	#dream_match ul.box2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	#dream_match ul.box2 li {
		width:49%;
	}
	#dream_match ul.box2 li:first-child {
		margin-right: 2%;
	}
	#dream_match a.btn {
		margin-top: 10px;
		font-size: 18px;
		padding: 12px 30px;
		border-radius: 25px;
		margin-bottom: 40px;
	}
	#dream_match table {
		margin-bottom: 25px;
		width: 100%;
	}
	#dream_match table tr th {
		font-size: 16px;
		padding: 15px;
	}
	#dream_match table tr span {
		font-size: 14px;
	}
	#dream_match table tr td {
		font-size: 13px;
		padding: 10px;
	}
	#dream_match table ul li {
		padding-left: 15px;
	}
	#dream_match table ul li:before {
		width: 8px;
		height: 8px;
		top: 10px;
	}
	#dream_match .txt5 {
		text-align: center;
		font-size: 16px;
	}
	.contact_here {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.contact_here span {
		padding: 15px 25px;
	}
	.contact_here .l_txt {
		font-size: 16px;
	}
	.contact_here .r_txt {
		font-size: 22px;
	}
	/*--------------------------------------------------
	当連盟について
	--------------------------------------------------*/
	#about .box1 {
		padding: 15px;
		margin-bottom: 25px;
	}
	/*--------------------------------------------------
	お問い合せ
	--------------------------------------------------*/
	#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;
	}
/*------------------------------------------------*/
}