@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; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #666; }
	#header .contact .tel a { background: #666; }
	#header .contact .btn a { background: #666; }
	#rwdMenuWrap { background: #666; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #666;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 25px;
	}
	/* お問い合わせ */
	#footer .contact {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
		display: block;
	}
	#footer .contact a {
		width: 260px;
		margin-bottom: 10px;
		padding-bottom: 4px;
	}
	#footer .contact .line a {
		margin-bottom: 0;
	}
	#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 .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* ページタイトル */
	#page_title h2.sub_ttl {
		padding: 50px 0;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 25px;
	}
	#container h3.sub span {
		font-size: 16px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding: 35px 0 15px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .contact a {
		line-height: 50px;
	}
	#footer .bg {
		width: 100%;
		display: block;
	}
	#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;
	}
	.btn01 a {
		line-height: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_greeting {
		margin-top: 40px;
	}
	#top_greeting h3.sub.left {
		text-align: center;
	}
	#top_greeting h3.sub span.inline {
		display: block;
		margin-left: 0;
	}
	#top_greeting .info {
		margin-left: 0;
	}
	#top_greeting .info .img {
		position: relative;
		text-align: center;
		margin-bottom: 25px;
	}
	#top_greeting .info .txt, #top_philosophy .txt, #top_menu .sec .info .txt {
		line-height: 1.8;
	}
	#top_philosophy dl {
		display: block;
		padding: 15px 0;
;	}
	#top_philosophy dt {
		font-size: 100%;
	}
	#top_philosophy dd {
		margin-left: 1em;
	}
	#top_philosophy ul {
		max-width: 460px;
	}
	#top_philosophy ul li {
		width: 110px;
		height: 110px;
		font-size: 110%;
	}
	#top_menu .sec {
		margin-bottom: 50px;
	}
	#top_menu .sec .info {
		padding: 20px 0;
		width: 75%;
	}
	#top_menu .sec .info h3.sub {
		margin-bottom: 15px;
	}
	#top_menu .sec .info .txt {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#top_menu .sec .info .btn01 {
		margin-top: 20px;
	}
	#top_menu .sec .img {
		width: 70%;
	}
	#top_info {
		margin-bottom: 50px;
	}
	#top_info dl {
		padding: 15px 0;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	.box_in {
		padding: 60px;
	}	
	/*--------------------------------------------------
		施設案内
	--------------------------------------------------*/
	#facility .schedule dt {
		width: 150px;
	}
	#facility .schedule dd {
		width: calc(100% - 150px);
	}
	/**/
	#facility .features .box_in h3 {
		margin-bottom: 0;
	}
	#facility .features .box_flex {
		justify-content: center;
		column-gap: 4%;
	}
	#facility .features dl {
		width: 48%;
		margin-bottom: 30px;
		padding: 30px 0;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}