/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/* 購入ページのデザイン整え */
h1.entry-title,
.itemimg,
#itempage h3{
	text-align: center;
}
.entry-header .entry-meta{
	display: none;
}
.exp.clearfix h2{
	margin-top: 30px;
}
.itemimg{
    padding: 30px;
}
#itempage .itemimg img{
	width: 60%;
}
#itempage h3{
   border-radius: 20px;
}
#itempage .field .field_price{
	font-size: 180%;
}
/* 購入ページのデザイン整え---ここまで */

/* ハンバーガーメニューが一段落ちるのを修正 */
@media (max-width: 767px){
	.site-branding{
		width: calc(100% - 50px);
	}
}

/* 問い合わせフォーム（CF7）の送信確認プラグイン用 */
#wpcf7cpcnf table{
	border: none;
}
#wpcf7cpcnf table th{
	width: 200px;
}
#wpcf7cpcnf table tr{
    border-bottom: 1px solid #ccc;
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p{
	margin-bottom: 0;
    margin-top: 10px;
}
.wpcf7cp-btns button{
	padding: 10px 20px;
	border-radius: 2px;
    border: none;
	background: #aaa;
	color: #fff;
	font-weight: 600;
}
button.wpcf7cp-cfm-submit-btn{
	background: #e60012;
}