@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.date-tags{
	display:none;
}
h1{
	margin-top:50px!important;
}
#header-in{
	width:1200px;
}
.header-right{
	float:right; 
	width:530px; 
	height:190px; 
	margin:-200px 0 0 660px;
}
.btn_header_info{
	margin:-15px 10px 0 0;
}
.btn_header_blog{
	margin:-10px 10px 0 0;
}
.header_tel{
	margin-top:10px;
}
.tagline{
display:none;
}
.logo{
	padding:0px 0 0;
	text-align:left;
	margin-top:-10px;
}
#content-in{
	width:1200px;
}
nav#navi{
    position: absolute; 
	top:200px;
	margin:10px 0 0;
	height:50px;
	box-shadow: none;
}
.menu-item-has-no-description {
		border-right:2px solid #000000;
} 
.menu-item-has-no-description a{
	background:#ffffff;
	font-weight:bold;
} 
ul#menu-main_nav li	{
	border-right:2px solid #000000;
}
ul#menu-main_nav li#menu-item-24	{
	border-right:2px solid #ffffff;
}
#menu-main_nav-3{
	background:#efefef;
}
#footer_map{
	width:100%;
	text-align:center;
}
#footer_inquiry{
	width:1200px;
	height:190px;
	margin:50px auto;
	overflow:hidden;
	background:url(https://kishouya-nurse.com/hp/wp-content/themes/cocoon-master/images/bg_footer.png);
	text-align:center;
}
#main_ukeire_box{
	width:1120px;
	height:440px;
	border:0px solid silver;
	margin:50px auto;
}
p.main_tl_ukeire{
	color:#2f8306;
	font-size:140%;
	font-weight:bold;
}
p.main_tl_ukeire span{
	color:#ffffff;
	margin:0 0 030px;
	background-color:#2f8306;
	width:270px;
	text-align:center;
	padding:8px;
	font-size:80%;
	border:radius:10px;
}
#main_ukeire_box table{
	margin-top:20px;
}
#main_ukeire_box table td{
	text-align:center; 
	padding:15px;
	border:1px solid #cccccc;
}
#main_ukeire_box table th{
	padding:15px;
	border:1px solid #cccccc;
}
p.main_ukeire_text{
	width:520px;
	float:right;
}
.ukeire-th{
	text-align:center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
body{
}
.item-label{
color:#000000!important;		
}
#navi, h1{
	display:none;
}
.tagline{
	display:inline;
	font-size:55%;
	margin:0; 
	color:#ffffff;
}
#header-in{
	width:100%;
}
.header-right{
	width:100%; 
	height:120px; 
	margin:-60px 0 0;
}
.logo{
	width:100%;
	height:auto;
	margin:0px;
}
.logo img{
	width:95%;
	height:auto;
	margin:0px auto;
}
.header_tel{
	width:75%;
	margin:0 7% 0 15%;
	}
.btn_header_info{
	width:18%;
	margin:10px 0 0 3%;
	}
.btn_header_blog{
	width:18%;
	margin:10px 0 0 3%;
	}	
.btn_header_inquiry{
	width:48%;
	margin:10px 0 0 3%;
	}	
#content-in{
	width:100%;
}
#main_ukeire_box{
	width:95%;
	margin:0 auto;
}
p.main_tl_ukeire{
	font-size:95%;
	font-weight:bold;
}
p.main_ukeire_text{
	width:90%;
	margin:0 auto;
	font-size:80%;
}
#footer_inquiry{
	width:98%;
	height:130px;
	margin:30px auto 50px;
	overflow:hidden;
	background:url(https://kishouya-nurse.com/hp/wp-content/themes/cocoon-master/images/bg_footer.png);
	text-align:center;
}
#footer_inquiry img{
	width:80%;
	height:auto;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




