/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2023 | 05:10:43 */
@media screen and (min-width:1025px) and ( max-width:1185px) {
	
.tel_kotei {
  position: absolute;
  top: 0;
  right: 20px;
  width: 320px;
  height: 95px;
  border-radius: 0 0 20px 20px;
  padding: 12px 22px;
}
	
.main-navigation li a{
   display:block;
   font-size:15px;
   margin:20px 20px 0 0;
	padding:10px 8px 20px 22px;
	font-weight:bold;
	background-color:#fff;
	background-image: url(https://ihin-cs.com/wp-content/uploads/kira_blue.png);
	background-position: 0 2px;
	background-repeat:no-repeat;
	 background-size: 15px;
	line-height:1;
}

.main-navigation ul.sub-menu{
	margin-left:-13px;
}

.main-navigation ul.sub-menu li a{
	display:block;
	background-color:#fff;
	padding-left:38px;
	padding-top:30px;
	width:180px;
	background-position:14px 22px;
	border-top: 1px dotted #ddd;
	line-height:1;
	margin:0;
}
}