<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



header .logo {
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width:599px) {
  header {
    height: 60px !important;
  }
  
  header .logo {
    left: 50%;
    margin-left: -59px;
  }
  
  header .navi.list {
    display: none;
  }
}

@media only screen and (min-width:600px) {
  header {
    height: 80px !important;
  }
  header .navi.list {
    display: none;
  }
  
  header .tel.contact {
    width: auto !important;
    height: auto;
    transform: translateY(0);
    top: 0.4em;
    left: auto;
    right: 1em;
    background-color: transparent;
    display: inline-block;
  }
  
  header .tel.contact ul {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }
  
  header .tel.contact ul li {
    max-width: none;
    line-height: 1.2;
/*    display: inline-block;*/
  }
  header .tel.contact ul li .text {
    line-height: 1.5;
  }
  
  header .tel.contact .name {
    font-size: 1.0rem;
    margin-right: 0;
  }
  
  header .tel.contact .reception {
    color: rgba(0,0,0,0.6);
/*
    position: absolute;
    top: 0;
    right: 0;
*/
  }
  
  header .tel.contact .reception span {
/*    display: block;*/
    line-height: 1.5;
    font-size: 12px;
/*    font-size: 0.8125rem;*/
/*    display: none;*/
  }
  
  header .tel.contact ul li a.tel {
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 1.2;
  }
  header .tel.contact ul li a.tel:before {
    display: none;
  }
  
  header .tel.contact .close {
    display: none;
  }
  
  /* footer */
  footer .contact ul.form {
/*    display: inline-block;*/
    text-align: center;
  }
  footer .contact ul.form li {
    display: inline-block;
    margin: 0 auto;
  }
  
}

#form ul.fix {
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
}
#form ul.fix li {
  width: 30%;
  box-sizing: border-box;
  margin-top: 4px;
}
#form ul.fix li.w100 {
  width: 100%;
}
@media only screen and (max-width:599px) {
  #form ul.fix {
    margin-top: -12px;
  }
  #form ul.fix li {
    width: 50%;
    margin-right: 0;
    box-sizing: border-box;
    margin-top: 12px;
  }
  #form ul.fix li label {
    width: 100%;
  }
}

@media only screen and (min-width:600px) {
  ul.contact {
      max-width: 530px !important;
  }
}

.contact a.tel::before {
    background-image: url(../images/common/icon/phone_b.png);
}

footer .contact a.tel::before {
  background-image: url(../images/common/icon/phone.png);
  background-position: center center;
  background-size: contain;
}

footer .contact ul.tel {
  max-width: 960px;
}

/*20191015追加*/
#wrap{
	padding-top: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.hnavarea{
	padding-top: 80px;
	background: #f0f0f0;
}
.hnav_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.hnav{
	margin: 0;
	padding: 0;
}
.hnav li{
	text-decoration: none;
	list-style-type: none;
	float: left;
	width: 20%;
	text-align: center;
}
.hnav li a{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hnav li a:hover{
	background: rgba(231,69,134,1);
	color: #fff;
}
.hnav li a:focus{
	background: #f0f0f0;
	color: #000;
}

@media only screen and (min-width:600px) {
	.hbr_pc{
		display: block;
	}
	.hbr_sp{
		display: none;
	}
	.sp_navToggle{
		display: none;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.hnav_wrap{
		width: 100%;
		max-width: 100%;
	}
	.hnav li a{
		font-size: 12px;
	}
}

@media only screen and (max-width:599px) {
	.hnavarea{
		padding-top: 60px;
		transform: translateY(-100%);
		position: fixed;
    	z-index: 2;
    	top: 0;
    	left: 0;
		width: 100%;
	}
	#main{
		margin-top: 60px!important;
	}
	.hnav li{	
		float: none;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ddd;
		text-align: left;
	}
	.hnav .bbnone{
		border: none;
	}
	.hnav li a{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10px;
		padding-left: 10px;
		background: url("../images/common/icon/h_arrow.png") no-repeat 95% center #f0f0f0;
	}
	.hnav li a:hover{
		background: url("../images/common/icon/h_arrow_on.png") no-repeat 95% center rgba(231,69,134,1);
		color: #fff;
	}
	.hnav li a:focus{
		background: url("../images/common/icon/h_arrow.png") no-repeat 95% center #f0f0f0;
		color: #000;
	}
	.hnav li a span{
		font-size: 16px;
	}
	.hbr_pc{
		display: none;
	}
	.hbr_sp{
		display: inline;
		margin-right: 15px;
	}
	.sp_navToggle{
		display: block;
		position: absolute;    /* bodyに対しての絶対位置指定 */
    	right: 13px;
    	top: 5px;
    	width: 42px;
    	height: 51px;
    	cursor: pointer;
    	z-index: 3;
    	text-align: center;
	}
	.sp_navToggle span {
    	display: block;
    	position: absolute;    /* .navToggleに対して */
    	width: 30px;
    	border-bottom: solid 3px #000;
    	-webkit-transition: .35s ease-in-out;
    	-moz-transition: .35s ease-in-out;
    	transition: .35s ease-in-out;
    	left: 6px;
	}
	.sp_navToggle span:nth-child(1) {
    	top: 9px;
	}
 
	.sp_navToggle span:nth-child(2) {
    	top: 18px;
	}
 
	.sp_navToggle span:nth-child(3) {
    	top: 27px;
	}
 
	.sp_navToggle span:nth-child(4) {
    	border: none;
    	color: #000;
    	font-size: 9px;
    	font-weight: bold;
    	top: 32px;
	}
	.sp_navToggle::after{
		content: 'MENU';
		border: none;
    	color: #000;
    	font-size: 9px;
    	font-weight: bold;
		position: absolute;
    	top: 32px;
		right: 15%;
	}
	/* 最初のspanをマイナス45度に */
	.sp_navToggle.active span:nth-child(1) {
    	top: 18px;
    	left: 6px;
    	-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
 
	/* 2番目と3番目のspanを45度に */
	.sp_navToggle.active span:nth-child(2),
	.sp_navToggle.active span:nth-child(3) {
    	top: 18px;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	.sp_navToggle.active::after{
		content: 'CLOSE';
		border: none;
    	color: #000;
    	font-size: 9px;
    	font-weight: bold;
		position: absolute;
    	top: 32px;
		right: 15%;
	}
	.hnavarea.active {
    	transform: translateY(0%);
	}
}</pre></body></html>