@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 { display: none; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #000;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	#header h1.title span {
		font-size: 18px;
	}
	/* お問い合わせ */
	#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;
	}
	#container h3.sans {
		font-size: 25px;
	}
	#container h3.serif {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .sns {
		display: block;
		margin-right: 0;
		padding: 15px;
	}
	#footer .sns .midashi {
		width: 300px;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
	#footer .sns .list {
		width: 100%;
	}
	#footer .sns .list dl {
		width: 24%;
	}
	#footer .sns .list dl dt {
		height: 68px;
	}
	#footer .box {
		padding: 15px;
		display: block;
	}
	#footer .box .ttl {
		width: 100%;
		margin-right: 0;
		margin: 0 0 15px;
	}
	#footer .box .menu{
		padding: 0;
	}
	#footer .box .menu ul {
		margin-bottom: 0;
	}
	#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;
	}
	.youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.youtube iframe {
		width: 100%;
		height: 100%;
	}
	.btn a, .pdf_link a {
		line-height: 40px;
		font-size: 15px;
		margin: 10px 0;
	}
	.btn a:after, .pdf_link a:after {
		height: 27px;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg .txt {
		font-size: 18px;
		line-height: 1.8;
	}
	#top_msg .txt.b {
		font-size: 29px;
	}
	#bg_judo {
		background: #fff;
		padding-left: 15px;
		padding-right: 15px;
		
	}
	#bg_judo .box_w2 {
		display: block;
	}
	#bg_judo .box_w2 .left {
		width: 100%;
		left: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#bg_judo .box_w2 .right {
		width: 100%;
		line-height: 1.8;
	}
	#bg_judo .document .wrap dl {
		width: 380px;
		margin: 0 auto;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}