/* CSS Document */

@media screen and (max-width:640px) {

body { font-size: 13px; }
body , header , footer {
	min-width: 400px;
}
#ple-loader-wraps3 { min-width:400px; min-height:100%; }



/*============================================================================

	header

============================================================================*/
header {
	height:auto;
}
	
/*----------------------------------------header_info----------------------------------------*/
.header_info{
	height: 30px;
}
.header_info .inner{
	width: 100%;
	font-size: 11px;
}
.header_info .inner p{
	padding-top: 6px;
	padding-left: 10px;
}

/*----------------------------------------btn 共通部分----------------------------------------*/
.header_contact a , .header_tel a{
	height: 30px;
	text-align: center;
}

/*----------------------------------------btn お問い合わせ----------------------------------------*/
.header_contact a{
	right: 120px;
	width: 100px;
	padding-top: 6px;
	padding-left: 0;
}
.header_contact a img{
	display: none;
}

/*----------------------------------------btn 電話番号----------------------------------------*/
.header_tel a{
	right: 0;
	width: 120px;
	padding-top: 6px;
}

/*----------------------------------------ロゴ----------------------------------------*/
header h1{
	margin: 20px auto;
}
header h1 img{
	width: auto;
	height: 28px;
}


	
/*============================================================================

	nav

============================================================================*/
nav{
	display:none ;
}
	
/*----------------------------------------スマホ用アコーディオンメニュー設定----------------------------------------*/
.sp_nav {
	width: 95%;
	margin: 0 auto 20px;
}
.sp_nav input {
    display: none;
}

/* 親項目の装飾 */
.sp_nav label {
    display: block;
    margin: 0;
	padding: 8px 20px;
    background: #142768;
    cursor: pointer;
	color: #FFF;
}
.sp_nav label:hover {
    background: #142768;
}
/* メニューアイコン */
.sp_nav span {
    display: inline-block;
    position: relative;
	top: 2px;
    width: 18px;
    height: 13px;
	margin-right: 12px;
	border-top: 2px solid #fff;
}
.sp_nav span::before , span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 18px;
    height: 0;
    border-top: 2px solid #fff;
}
.sp_nav span::before { top: 4px; }
.sp_nav span::after { top: 11px; }	

/* 閉じた状態のサブメニュー */
.sp_nav ul {
    overflow: hidden;
    line-height: 0;
    padding: 0 1rem;
    transition: 0.2s;
    background: #eee;
    margin: 0;
}
.sp_nav ul li {
	position: relative;
	padding-left: 34px;
}
.sp_nav ul li::before {
	content: "";
	position: absolute;
	left: 10px;
	width: 6px;
	height: 6px;
	margin-top: 13px;
	border-radius: 50%;
	background: #142768;
}
.sp_nav input:checked + ul {
    line-height: 2.5;
    padding: 1rem 1rem;
}



/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual {
}
#mainvisual div {
	width:105%;
	left:-3.7%;
}


/*============================================================================

	#mainvisual_下層

============================================================================*/
#mainvisual_under{
	height: 100px;
	overflow: hidden;
	background-image: url(http://tokyo-kind.narts.jp/wp-content/uploads/MV_under.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
#mainvisual_under h2{
	top: 30px;
	left: 3%;
	margin-left: 0;
	padding: 6px 20px;
	font-size: 17px;
}


/*==================================================================

	.contents

==================================================================*/
#contents{
	width:90%;
	padding-top:50px;
	padding-bottom: 0;
	line-height: 2.2;
}
#contents p{
	margin-bottom: 70px;
}


	
/*==================================================================

	タイトル

==================================================================*/

/*----------------------------------------下層　本文中のh3----------------------------------------*/
#contents h3{
	margin-bottom: 30px;
	font-size: 17px;
}
#contents h3:before {
	bottom: -10px;
	width: 80px;
	height: 2px;
	margin-left: -40px;
}

/*----------------------------------------下層　本文中のh4----------------------------------------*/
#contents h4 {
	padding-bottom: 7px;
	border-bottom: solid 2px #dcdcdc;
	font-size: 16px;
}

#contents h4:after {
border-bottom: solid 2px #142768;
bottom: -2px;
width: 70px;
}

/*----------------------------------------下層　本文中のh5----------------------------------------*/
#contents h5 {
	font-size: 15px;
}

	

/*============================================================================

	footer

============================================================================*/
.footer_logo {
	padding: 40px 0 20px;
	font-size: 14px;
}
.footer_logo img {
	width: auto;
	height: 33px;
}
.footer_navi {
	width: 90%;
	margin: 30px auto;
	padding-top: 30px;
}
.footer_navi ul {
	width:100%;
	margin:0 auto;
}
.footer_navi ul li {
	margin: 0 10px;
}
.copy{
	padding-bottom: 30px;
}



/*==================================================================

	btn

==================================================================*/
.btn01 a , .btn02 a , .btn03 a {
	font-size: 13px;
}

	
	
/*==================================================================

	table

==================================================================*/
.table01 th{
	width:25%;
	padding:10px 20px;
}
.table01 td{
	width:85%;
	padding:10px 15px;
}

	
/*==================================================================

	text

==================================================================*/



/*==================================================================

	$index

==================================================================*/

/*----------------------------------------菊地商事の特徴----------------------------------------*/
.top_feature {
	width: 80%;
	margin: auto;
	padding-top: 20px;
}
.top_feature_left {
	float: none;
	width: 100%;
}
.top_feature_left h2 {
	margin-bottom: 30px;
}
.top_feature_left h2 img {
	width: auto;
	height: 45px;
}
.top_feature_left .text {
	line-height: 2.2;
}
.top_feature_left .text img {
	margin: 40px auto 20px;
}
.top_feature_left .btn01 {
	display: block;
	margin: 0 auto 20px;
}
.top_feature_left .btn02 {
	display: block;
	margin: auto;
}
.top_feature_right {
	display: none;
}

/*----------------------------------------商品ラインナップ----------------------------------------*/
.top_lineup {
	margin-top: 60px;
	padding:60px 0;
	background: url(../images/top_lineup_bg.png) no-repeat right bottom , #eeeeee;
}
.top_lineup h2 img {
	width: auto;
	height: 45px;
}
.top_lineup .inner ul {
	width: 90%;
	margin: 45px auto 40px;
}
.top_lineup .inner ul li {
	float: left;
	width: 49%;
}
.top_lineup .inner ul li:nth-child(2) {
	margin-right: 0;
}
.top_lineup .inner ul li img {
	width: 100%;
	height: auto;
}

/*----------------------------------------写真並び----------------------------------------*/
.top_photolist {
	width: 100%;
	margin: 40px 0 100px;
	overflow: hidden;
	text-align: center;
}
.top_photolist ul {
	width: 2120px;
	margin: auto;
}
.top_photolist li {
	float: left;
	height: 90px;
}
.top_photolist li img {
	width: auto;
	height: 100%;
}
.top_photolist p {
	margin: 40px auto 25px;
	line-height: 2.2;
	font-size: 13px;
}

/*----------------------------------------菊地商事とは？----------------------------------------*/
.top_info {
	position: relative;
}
.top_info::after {
	height: 610px;
	bottom: -40px;
	top: auto;
}
.top_info .inner {
	width: 90%;
	margin: auto;
}
.top_info_left {
	float: none;
}
.top_info_right {
	float: none;
	width: 100%;
	padding-top: 60px;
}
.top_info_right h2 img {
	width: auto;
	height: 45px;
}
.top_info_right .text {
	margin: 20px auto;
	line-height: 2.2;
}

/*----------------------------------------お問い合わせ----------------------------------------*/
.top_contact {
	margin: 90px auto 100px;
}
.top_contact h2 img {
	width: auto;
	height: 45px;
}
.top_contact .text {
	margin: 40px auto;
	line-height: 2.2;
}
.top_contact .btn01 {
	display: block;
	margin: 0 auto 20px;
}
.top_contact .btn02 {
	display: block;
	margin: auto;
}
.top_contact .btn01 a {
	padding:10px 30px;
}
.top_contact .btn02 a {
	padding:10px 30px;
}
.top_contact a img{
	display: none;
}
	
	
	
/*==================================================================

	$productlist

==================================================================*/

/*----------------------------------------左のnav----------------------------------------*/
.productlist_nav {
	float:none;
	width:100%;
	margin-bottom:80px;
}
.productlist_nav dt {
	font-size:16px;
}
.productlist_nav dd {
	padding:5px 20px 5px 40px;
}
.productlist_nav dd::before {
	top:5px;
	left:25px; 
}

/*----------------------------------------右のメインコンテンツ----------------------------------------*/
.productlist_contents {
	float:none;
	width:100%;
}
.productlist_contents .table01 th {
	padding:8px 15px;
}

/*----------------------------------------右のメインコンテンツ 商品リスト----------------------------------------*/

	

/*==================================================================

	$contact　＊　デザインカスタマイズ

==================================================================*/

	
	
	/* スマホでの決済画面で、「ご注文者情報」と「クレジットカード情報入力欄」にある変な白い線を消す（東内） */	
	div.woocommerce-billing-fields__field-wrapper span::after {
	    border-top: 2px solid rgba(255,255,255,0);
		border-top-style: none;
		width: 0px;
	}
	#sonypayment-light-card-form span::after {
	    border-top: 2px solid rgba(255,255,255,0);
	}
	/* 白い線ココマデ */
}