@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#banner_smt {
		display: none;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#switchBtnArea #switchBtn {
		display: none;
	}
	#header {
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 60px;
		padding-top: 8px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	#header .contact .tel a img {
		position: relative;
		top: -1px;
		left: -5px;
	}
	/* コンテナ */
	#container {
		padding-top: 20px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#container h3.sub03 {
		font-size: 45px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#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;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#time_box {
		line-height: 85px;
		font-size: 22px;
		justify-content:center;
	}
	#time_box span {
		font-size: 30px;
	}
	
	/*h2アニメーション*/
	.puyon {
		top: 24%;
	}
	#campaign .big {
		font-size: 39px;
	}
	#campaign .age {
		font-size: 33px;
	}
	#campaign img.img {
		right: 0;
		bottom: 0;
		width: 142px;
	}
	
	#top_area::before {
		width: 150px;
		height: 100%;
	}
	#top_area .area_box .in {
		padding: 25px;
		margin: 0 15px;
	}
	#top_area .area_box .in .area_flex li {
		width: 32%;
	}
	#top_contents .in {
		margin: 15px;
	}
	#top_contents .in .in_box .ttl {
		font-size: 45px;
	}
	#top_contents .in .in_box .price img {
		width: 65%;
	}
	#top_contents .in .in_box .price.p_40 img {
		width: 35%;
	}
	#top_voice dl {
		width: 95%;
		margin: 0 auto 25px;
	}
	#top_voice dt {
		left: -15px;
	}
	
	/*特定商取引法に関する記述*/
	#top_sct dl {
		margin: 0 20px;
	}
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}