@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none;
	}
	.dsp_tb {
		display: block;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #000; }
	#header .contact .tel a { background: rgba(160,130,60,0.9); }
	#header .contact .btn a { background: rgba(160,130,60,0.9); }
	#rwdMenuWrap { background: #000; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #000;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
	}
	#header h1.title img {
		width: auto;
		max-height: 45px;
	}
	/* お問い合わせ */
	#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 {
		margin-right: 46px;
		margin-left: 2px;
	}
	#header .contact .txt,
	#header .contact .line,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#container h3.sub01 dt {
		font-size: 23px;
		min-height: 45px;
		padding-left: 25px;
	}
	#container h3.sub01::before {
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #a0823c;
		top: -3px;
		left: -10px;
	}
	#container h3.sub02 {
		font-size: 23px;
		margin-bottom: 20px;
		background-size: 45px auto;
	}
	#page_title {
		padding-bottom: 15px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		width: 20%;
	}
	#footer .box dd .link {
		margin: 10px auto 0;
	}
	#footer .box dd .link a {
		color: #888;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		width: 100%;
	}
	/* パンくずリスト */
	#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;
	}
	
	.line_box::before {
		height: 20px;
	}
	.line_btn a {
		width: 350px;
		height: 60px;
	}
	.line_btn a span {
		font-size: 25px;
	}
	.line_btn a img.line,.line_btn.long a img {
		width: 40px;
	}
	.line_btn a img.arrow {
		width: 20px;
	}
	.line_btn.long a {
		width: 300px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl img {
		margin-top: 0;
	}
	#top_medal img {
		width: 70%;
	}
	#top_msg {
		width: 95%;
		margin: 0 auto;
	}
	#top_msg .waku_box .in .ttl {
		font-size: 25px;
	}
	#top_msg .waku_box .in .sub {
		font-size: 20px;
	}
	#top_msg .waku_box .in {
		padding: 50px 0;
	}
	#top_faq dt {
		font-size: 23px;
		min-height: 45px;
		padding-left: 25px;
	}
	#top_faq dt::before {
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #a0823c;
		top: -3px;
		left: -10px;
	}
	#top_faq dd {
		padding: 25px;
	}
	#top_faq dd li {
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_faq dd li::before {
		font-size: 20px;
		left: -3px;
	}
	#top_faq dd .txt {
		font-size: 14px;
		line-height: 1.8em;
	}
	#top_faq dd .question li::before {
		width: 10px;
		top: 7px;
		left: -5px;
	}
	#top_faq dd .img_box {
		top: 25px;
		right: 25px;
	}
	#top_faq dd .img_box img {
		width: 250px;
	}
	#top_faq dd.nump .line_box {
		padding-left: 25px;
	}
	#top_faq dd.nump .line_box a {
		width: 300px;
	}
	#top_contents .box {
		width: calc(95% / 3);
	}
	#top_contents .box::before {
		width: 40px;
		height: 40px;
		top: -5px;
		left: -5px;
	}
	#top_contents .box a .txt {
		font-size: 20px;
		left: 15px;
		top: 28%;
	}
	#top_contents .box a .txt span {
		font-size: 23px;
		margin-top: -10px;
	}
	#top_price dt {
		font-size: 23px;
		min-height: 45px;
		padding-left: 25px;
	}
	#top_price dt::before {
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #a0823c;
		top: -3px;
		left: -10px;
	}
	#top_price dd {
		padding: 25px;
	}
	#top_price dd li {
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_price dd li::before {
		font-size: 20px;
		left: -3px;
	}
	#top_price dd .txt {
		font-size: 14px;
		line-height: 1.8em;
	}
	#top_price dd .price_box .ttl_line {
		font-size: 23px;
		min-height: 45px;
	}
	#top_price dd .price_box .ttl_line span {
		top: -2px;
	}
	#top_price dd .price_box .ttl_line span.fs {
		font-size: 16px;
		top: 0;
	}
	#top_price dd .price_box .ttl_line::after {
		width: 50px;
	}
	#top_price dd .price_box .box .txt_box::before {
		width: 100%;
		bottom: -5px;
	}
	#top_price dd .price_box .box .ttl {
		font-size: 18px;
		line-height: 1.8em;
		padding-bottom: 10px;
	}
	#top_price dd .price_box .box .txt_box .sub {
		font-size: 16px;
	}
	#top_price dd .price_box .box .txt_box .yen {
		font-size: 25px;
		line-height: 1.8em;
	}
	#top_price dd .txt_box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_price dd .img_box {
		width: 80%;
		margin: 0 auto;
	}

	/*--------------------------------------------------
		ご利用方法
	--------------------------------------------------*/
	#howto .access_box .box {
		padding-bottom: 50px;
	}
	#howto .access_box .box .img_box {
		min-height: inherit;
	}
	#howto .access_box .box .img_box img {
		width: 300px;
	}
	#howto .access_box .box .txt_box {
		width: 400px;
	}
	#howto .access_box .box .txt_box .ttl {
		font-size: 25px;
		min-height: 60px;
	}
	#howto .access_box .box .txt_box .ttl span.num {
		font-size: 20px;
		min-height: 60px;
	}
	#howto .access_box .box .txt_box .ttl span.en {
		font-size: 14px;
	}
	#howto .access_box .box .txt_box .txt_in {
		padding: 15px;
		font-size: 16px;
	}
	#howto .access_box .box .txt_box .txt_in .txt02 {
		font-size: 14px;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#contact .box .in {
		padding: 15px;
	}
	#contact .box .line_box {
		margin: 0 -15px;
	}
	#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;
	}

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