@charset 'utf-8';
/*
 Theme Name: Kidsplanet Child
 Theme URI: http://kidsplanet.ancorathemes.com/
 Description: Kidsplanet - Multipurpose and Multiskin Responsive WordPress theme
 Author: AncoraThemes
 Author URI: http://ancorathemes.com/
 Template:     kidsplanet
 Version:      1.9
 Tags:         inheritable theme-options
 Text Domain:  themerex-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*　PC・SP改行指定　////////// */
@media screen and (min-width: 680px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 680px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*　表（テーブル） ////////// */

.table-design-01 table th, .table-design-01 table td{
	font-size: 0.9em;
	border: solid 1px #d3d3d3;
	padding: 6px 10px;	
}
.table-design-01 table th{
	text-align: center;
	font-weight: 900;
	background: #f2f3f4;
}

/*　ヘアライン　////////// */
.hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #808080
}
.hr02 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #808080;
}

/*　お客様の声　 ////////// */
.sc_testimonial_content {
	font-size: 1.0em !important;
	color: #3e3e3e;
	line-height: 1.8em;
}

/*　中央寄せ　 ////////// */
.tx-center {
	text-align: center;
}

/*　テキスト-白　 ////////// */
.tx-white {
	color: #ffffff !important;
}

/*　特徴 ////////// */
.feature {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fe8554;
	font-weight: 600;
	border: solid 3px #fe8554;
	border-radius: 2px;
}

.feature2 {
	display: inline-block;
	padding: 0em 0.3em;
	text-decoration: none;
	color: #fe8554;
	font-weight: 600;
	border: solid 2px #fe8554;
	border-radius: 4px;
}

/*　余白　 ////////// */
.mb-24 {
	margin-bottom: 24px;
}

/* Logo in the header */
.top_panel_wrap .logo {
	margin: 0;
	overflow:hidden;
}
.top_panel_wrap .logo_main {
	max-height:40px;
	width:auto;
}

/* skin.responsive.css｜1669行目　 ////////// */
.responsive_menu .top_panel_style_1 .menu_main_responsive_button, .responsive_menu .top_panel_style_2 .menu_main_responsive_button {
	padding: 0.5em 0.8em 0.5em 0 !important; /* 右側余白設定を追加 */
	font-size: 22px; /* 文字サイズ変更の記述を追加 */
}


/* style.css｜1443行目　 ////////// */
.menu_main_nav > li > a {
	display: block;
	padding:1em 1.0em; font-size:14px; 
}
