@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: #303560; }
	#header .contact .btn a { background: #A4A0C8; }
	#rwdMenuWrap { background: #998675; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #534741;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 45px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .btn a,
	#header .contact .sns 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;
	}
	#rwdMenuWrap .dsp_side {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h2.sub, #container h3.sub {
		font-size: 40px;
	}
	#container h3.sub02 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#container h3.sub02::before {
		width: 35px;
		top: -40px;
	}
	#container h3.sub02 span {
		font-size: 18px;
		margin-top: -10px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#page_title .sub_page {
		height: 200px;
		font-size: 30px;
	}
	/* フッター */
	#footer .contact {
		min-height: 250px;
		padding: 30px 0;
	}
	#footer .contact .txt {
		font-size: 40px;
	}
	#footer .contact .contact_btn a {
		right: 50px;
	}
	#footer .box {
		justify-content: center;
	}
	#footer ul {
		display: none;
	}
	#copyright {
		justify-content: center;
		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;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl {
		font-size: 40px;
	}
	#slider {
		width: 100%;
		margin-bottom: 60px;
	}
	#slider div {
		width: 100%;
	}
	#slider img {
		width: 100%;
	}
	#top_slider p img {
		width: 200px;
	}
	/**/
	#top_msg {
		margin-bottom: 80px;
	}
	#top_msg .ttl {
		font-size: 40px;
	}
	#top_link .box .txt {
		font-size: 18px;
	}
	/*--------------------------------------------------
		販売馬
	--------------------------------------------------*/
	#sale_hoses .name,
	#sale_hoses .detail {
		width: 100%;
	}
	#union_ownersclub ul li {
		width: 48.5%;
	}
	/*--------------------------------------------------
		会社概要・活躍馬紹介
	--------------------------------------------------*/
	#company .about_box {
		width: 80%;
	}
	#company .about_box .box dl {
		padding: 15px 0;
	}
	#company .about_box .box dt,#company .about_box .box dd {
		font-size: 14px;
	}
	#company .active_box {
		width: 100%;
	}
	#company .active_box .box .waku_box {
		min-height: 200px;
	}
	#company .active_box .box .waku_box .txt_box::before {
		width: 65%;
		height: 100%;
	}
	#company .active_box .box .waku_box .txt_box {
		padding: 15px;
	}
	#company .active_box .box .waku_box .txt_box .name {
		font-size: 30px;
	}
	#company .active_box .box .waku_box .txt_box .jname {
		font-size: 20px;
	}
	#company .active_box .box .waku_box .txt_box .year {
		font-size: 18px;
	}
	#company .active_box .box .detail_box {
		margin-top: 30px;
	}
	#company .active_box .box .detail_box dl {
		padding: 15px 0;
	}
	#company .active_box .box .detail_box dt {
		width: 20%;
		font-size: 14px;
	}
	#company .active_box .box .detail_box dd {
		font-size: 14px;
	}
	#company .active_box .box .detail_box .box_flex_sp {
		display: block;
	}
	#company .active_box .box .detail_box dd table {
		top: 0;
	}
	#company .active_box .box .detail_box dd table th,
	#company .active_box .box .detail_box dd table td {
		font-size: 14px;
		line-height: 1.8em;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

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