@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* ページタイトル */
	#page_title h2.sub_ttl {
		font-size: 16px;
		padding: 40px 0;
	}
	#page_title h2.sub_ttl span:before {
		font-size: 22px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	/* フッター */
	#footer .contact .tel a {
		font-size: 30px;
	}
	#footer .box dt img {
		max-width: 250px;
	}
	#footer .contact a img {
		top: -3px;
	}
	#footer .contact .tel a {
		font-size: 23px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	.btn01 a {
		width: 250px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_menu .sec {
		padding-top: 50vw;
	}
	#top_menu .sec .info {
		width: 100%;
	}
	#top_menu .sec .img {
		width: 100%;
	}
	#top_philosophy ul {
		max-width: 240px;
	}
	#top_philosophy ul li:nth-child(3),
	#top_philosophy ul li:nth-child(4) {
		margin-top: 15px;
	}
	#top_info {
		padding-top: 0;
		margin-bottom: 30px;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	.box_in {
		top: -35px;
		margin-bottom: -35px;
		padding: 20px 15px;
	}
	/**/
	.ttl_photo {
		height: 150px;
	}
	.ttl_photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	/**/
	table.tbl_line th,
	table.tbl_line td {
		display: block;
		width: auto !important;
		padding: 15px 0;
		line-height: 2em;
	}
	table.tbl_line th {
		padding-bottom: 0;
		border-bottom: none;
		white-space: normal;
	}
	/*--------------------------------------------------
		利用料金・入居までの流れ
	--------------------------------------------------*/
	#fee .flow dl {
		align-items: flex-start;
	}
	#fee .flow dl:not(:last-child)::after {
		left: 50%;
		transform: translateX(-50%);
	}
	#fee .flow dt {
		width: 100px;
		height: 100px;
		font-size: 15px;
	}
	#fee .flow dt::before {
		font-size: 16px;
	}
	#fee .flow dd {
		width: calc(100% - 120px);
		padding-top: 10px;
		line-height: 2em;
	}
	/*--------------------------------------------------
		施設案内
	--------------------------------------------------*/
	#facility .schedule {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	#facility .schedule dl {
		display: block;
	}
	#facility .schedule dl:not(:last-child) {
		margin-bottom: 30px;
	}
	#facility .schedule dl:not(:last-child)::before {
		left: 20px;
	}
	#facility .schedule dt {
		padding: 8px;
	}
	#facility .schedule dd {
		width: auto;
		padding: 15px 0 0 50px;
	}
	/**/
	#facility .features dl {
		position: relative;
		width: 90%;
		margin: 0 auto 20px;
		padding: 20px;
	}
	#facility .features dt {
		margin-bottom: 10px;
		font-size: 125%;
	}
	#facility .features dt img {
		position: relative;
		top: -5px;
		display: inline-block;
		margin: 0 10px 0 0;
		width: 60px;
		vertical-align: middle;
	}
	#facility .features dd {
		line-height: 2em;
	}
	
/*------------------------------------------------*/
}
