/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px) {
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }
	/* ヘッダ */
	#header p.title {
		width: calc(100% - 190px);
		height: 50px;
		padding-top: 0;
		margin-right: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: none;
	}
	#header .box {
		padding-top: 10px;
		padding-right: 45px;
	}
	#header .box {
		width: 120px;
	}
	#header .search {
		width: auto;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h2.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#container h3.sub2,
	#container h3.sub3 {
		font-size: 16px;
	}
	#main {
		float: none;
		width: auto;
		padding-bottom: 30px;
	}
	#navi {
		float: none;
		margin: auto;
	}
	/* フッター */
	#copyright {
		padding: 5px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	/* 写真配列（横列） */
	ul.photo_w4 li {
		width: 48.5%;
		margin-right: 3%;
	}
	ul.photo_w4 li:nth-child(2n) {
		margin-right: 0;
	}
	ul.photo_w4 li:nth-child(2n+1) {
		clear: both;
	}
	/* tableにスクロールバーを追加 */
	.tbl_scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.tbl_scroll::-webkit-scrollbar{
		height: 5px;
	}
	.tbl_scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.tbl_scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_title {
		display: block;
		margin-bottom: 20px;
	}
	#top_title .box {
		width: auto;
		margin-bottom: 20px;
	}
	#top_title .box dd {
		padding: 12px 12px 0;
	}
	#top_title .ttl {
		padding-bottom: 10px;
		font-size: 18px;
	}
	#top_title .twitter {
		width: auto;
	}
	#top_info {
		float: none;
		width: auto;
	}
	/*--------------------------------------------------
	プロテスト
	--------------------------------------------------*/
	#protest img.fr {
		width: 30%;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#protest table.protest01 {
		width: 66%;
	}
	#protest table.protest01 {
		margin-bottom: 25px;
	}
	#protest table.protest01 tr th {
		font-size: 11px;
		padding: 10px 5px;
	}
	#protest table.protest01 tr td {
		font-size: 11px;
		padding: 10px 5px;
	}
	#protest .txt1 {
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
		font-size: 14px;
	}
	#protest .txt2 {
		font-size: 13px;
	}
	#protest .txt3 {
		font-size: 13px;
	}
	#protest a.btn {
		margin-top: 10px;
		font-size: 14px;
		padding: 10px 15px;
		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 10px;
	}
	#past .box1 ul li {
		font-size: 11px;
	}
	#past .box1 ul li a {
		font-size: 13px;
	}
	#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 {
		font-size:12px;
		padding-left: 25px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#faq dd:before {
		left: 7px;
		top: -3px;
		font-size: 20px;
	}
	#faq dd span {
		font-size: 13px;
	}
	/*--------------------------------------------------
	本部
	--------------------------------------------------*/
	#honbu table.honbu01 {
		margin-bottom: 25px;
	}
	#honbu table.honbu01 tr th {
		font-size: 11px;
		padding: 10px 5px;
	}
	#honbu table.honbu01 tr td {
		font-size: 11px;
		padding: 10px 5px;
	}
	/*--------------------------------------------------
	連盟チャンネル > 夏目坂スタジオ
	--------------------------------------------------*/
	#plice {
		margin-bottom: 30px;
	}
	#plice img.fr {
		float: right;
		width: 35%;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	#plice table {
		width: 100%;
		margin-bottom: 10px;
	}
	#plice table tr th {
		padding: 8px 5px;
	}
	#plice table tr td {
		padding: 8px 5px;
	}
	#plice table tr td span {
		font-size: 12px;
	}
	#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: 225px;
	}
	#facility .box_inner p {
		padding: 10px;
		font-size: 10px;
	}
	#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: 10px;
		border-radius: 50%;
		padding: 30px 10px;
		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: 14px;
		padding: 10px 15px;
		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: 14px;
	}
	.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 15px;
	}
	.contact_here .l_txt {
		font-size: 12px;
	}
	.contact_here .r_txt {
		font-size: 16px;
	}
/*------------------------------------------------*/
}