/*
Theme Name:ego for welcart child
Theme URI:
Description:WordPressテーマ「EGO for welcart」の自作子テーマです。
Template:ego_welcart_tcd079
Author:mc
Author URI:https://design-plus1.com/tcd-w/
Version:1.1
*/

/************************************
** 会員登録
************************************/
@media (max-width: 767px){
	

.p-wc .p-wc-customer_form tr.inp1 input {
    width: -webkit-calc(100% - 0.1em);
    width: calc(100% - 0.1em)!important;
	margin-left: 0!important;
}

.p-wc input[type="text"], .p-wc input[type="email"], .p-wc input[type="url"], .p-wc input[type="password"], .p-wc td input[type="number"] {
    padding: 5px!important;
}
}

/************************************
** 会員登録の入力ここまで
************************************/


.p-front-page__body{
	margin-top: 0;
}

#cb_1.p-cb__item{
	padding-top: 0;
}

#cb_3.p-cb__item--8blocks{
	margin-top: -170px;
}

/*media Queries スマートフォンとタブレットサイズ（991px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～991px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 991px) {
#cb_3.p-cb__item--8blocks {
    margin-top: -70px;
}

	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
#cb_2.p-cb__item{
		display:none;
	}

	/*-- ここまで --*/
}

/*media Queries PCサイズ（992px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 992px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
#cb_1.p-cb__item{
		display:none;
	}

#cb_3.p-cb__item--8blocks {
    margin-top: -70px;
}

.metaslider .slides img{
		height: 250px!important;
        object-fit: cover;
	min-height: 200px;
	}
	
	/*-- ここまで --*/
}
