@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("/css/common.css");
@import url(/fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
	color: #333333;
	text-align: left;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 50px;
}


.hd {
	display: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
		transition: 1s;
}

.sp-none {
display: none;
}

.body {
width: 98%;
margin-left: auto;
margin-right: auto;
}


.change{
  transition: 2s;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝右側が色が違う線＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#group {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
  border-bottom: solid 3px #adadad;
  position: relative;
}
#group:before {
  position: absolute;
  content: " ";
  display: block;
		  border-bottom: solid 3px #0f6a2c;
  bottom: -3px;
  width: 30%;
}




/*=============================================================
#header
=============================================================*/

.sp_nav {
width: 100%;
/*background-color: #fff;*/
padding-top: 9px;
padding-bottom: 9px;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.7);
z-index: 3000;
}


.sp_nav a img {
display: block;
width: 50%;
margin-left: auto;
margin-right: auto;
padding-right: 6%;
}



/*#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	z-index: 100;
}*/


/*=============================================================
#NAVI
=============================================================*/


/*＝＝＝＝＝＝＝プルダウン＝＝＝＝＝＝＝＝＝＝＝＝*/

.menu li {
   position: relative;
}
.menu li a {
   display: block;
			padding-bottom: 10px;
			padding-top: 10px;
}
.menu li a:hover {
   background: #dbdbdb;
}
.menu li:hover > ul {
   display: block;
}
.menu ul {
   display: none;
   position: absolute;
   top: 38px;
}

/*
.menu ul.f_non {
float: none;
width: 100%;
background-color: #000022;
z-index: 200;
}

.menu ul.f_non li {
width: 100%;
display: block;
float: none;
}


.menu ul.f_non li a {
width: 100%;
display: block;
}


.menu ul.f_non li a:hover {
overflow: hidden;
}*/


/*----------------------*/





/*=============================================================
#contents
=============================================================*/
#mainbody {
padding-bottom: 20px;
/*	padding-bottom: 40px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*padding-top: 15px;*/
}
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}
#mainbody #title {
	display: block;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
}
#mainbody #title h1 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
	margin: 0px;
	padding-top: 5px;
}
#mainbody #title h1 i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #95AD63;
	font-size: 10px;
	margin-left: 15px;
}
#mainbody p {
	/*font-size: 1em;*/
		font-size: 0.9em;
	line-height: 1.7em;
	color: #333;
/*	margin-bottom: 2.2em;*/
	margin-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
/*	padding-bottom: 15px;*/
	padding-left: 0px;
}
#contents {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}



/*=============================================================
#contact
=============================================================*/


#contact {
background-color: #f6f5f4;
}

#contact #mainbody  {
overflow: hidden;
width: 100%;
/*margin-left: auto;
margin-right: auto;*/
}



#contact #mainbody dl {
margin-top: 20px;
margin-bottom: 10px;
}

#contact #mainbody dl dt {
font-size: 18px;
padding-bottom: 3px;
font-weight: bold;
border-bottom: 1px dotted #ccc;
margin-bottom: 8px;
}

#contact #mainbody dl dd {
font-size: 14px;
}


#contact #mainbody p {
font-size: 15px;
margin-bottom: 1em;
}



#contact #mainbody .box_left p.info_title:before {
  position: relative;
  top: 1px;
  left: -10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #000;
}


#contact #mainbody .box_right p.info_title:before {
  position: relative;
  top: 1px;
  left: -10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #000;
}




#contact #mainbody .box_left {
width: 100%;
float: none;
overflow: hidden;
}



#contact #mainbody .box_left > div {
width: 90%;
margin-left: auto;
margin-right: auto;
}

#contact #mainbody .box_left > div p {
width: 30%;
float: left;
}

#contact #mainbody .box_left ul {
width: 100%;
float: none;
font-size: 22px;
}



#contact #mainbody .box_left ul li {
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;
}

#contact #mainbody .box_left ul li.telBox {
width: 100%;
background-color: #2c619b;
border-radius: 10px;
padding-top: 10px;
}


#contact #mainbody .box_left ul li.telBox a {
color: #fff;
text-decoration: none;
}


#contact #mainbody .box_left ul li.telBox:hover {
background-color: #e33558;
transition: 1s;
}




#contact #mainbody .box_right {
width: 100%;
float: none;
/*overflow: hidden;*/
}

#contact #mainbody .box_right > div {
width: 90%;
margin-left: auto;
margin-right: auto;
}

#contact #mainbody .box_right > div p {
width: 40%;
float: left;
overflow: hidden;
}

#contact #mainbody .box_right .mail {
width: 100%;
background-color: #2c619b;
float: right;
padding-top: 13px;
padding-bottom: 13px;
border-radius:10px;
font-size: 18px;
font-weight: bold;
}


#contact #mainbody .box_right .mail a {
color: #fff;
text-decoration: none;
}


#contact #mainbody .box_right .mail:hover {
background-color: #e33558;
transition: 1s;
}




.topReturn {
  text-align: center;
		background: #fff;
margin-top: 20px;
}

.topReturn .btn-box {
  display: inline-block;
  width: 70%;
  text-align: center;
  font-size: 16px;
	 color: #444;
  text-decoration: none;
  font-weight: bold;
  padding: 3%;
  position: relative;
		  border: 2px solid #333;
  transition: .4s;
}

.topReturn .btn-box:hover {
  border: 2px solid transparent;
		color: #2c619b;
}

.topReturn .btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.topReturn .btn-box:before {
 border-bottom: 2px solid #2c619b;
		border-left: 2px solid #2c619b;
  transform-origin: 100% 0%;
}

.topReturn .btn-box:after {
border-top: 2px solid #2c619b;
		 border-right: 2px solid #2c619b;
  transform-origin: 0% 100%;
}

.topReturn .btn-box:hover:after,
.topReturn .btn-box:hover:before {
  transform: scale(1);
}



/*=============================================================
#banner
=============================================================*/

#top #banner {
margin-top: 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
}

#top #banner p {
font-size: 15px;
}

#top #banner ul {
overflow: hidden;
}


#top #banner ul li {
width: 48%;
height: 60px;
float: left;
 background:#fff;
box-sizing: border-box;
border: 1px solid #cccccc;
margin-right: 4%;
display: inline-block;
 opacity: 1;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
	position: relative;
	margin-bottom: 10px;
}


#top #banner ul li img {
width: 80%;
height: auto;
position: absolute;
	top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}


#top #banner ul li:nth-child(2n){
margin-right: 0%;
} 

#top #banner ul li:hover {
  opacity: 0.5;
		 background:#444;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
/*	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;*/
}
.pagetop span {
display: none;
/*	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;*/
}
/*.pagetop span:hover {
display: none;
	background-color: #8a969e;
}*/



#footer .footer_nav {
overflow: hidden;
font-size: 11px;
margin-top: 24px;
padding-bottom: 24px;
border-bottom: 2px solid #cccccc; 
margin-left: auto;
margin-right: auto;
width: 90%;
}


#footer .footer_nav a {
color: #515151;
text-decoration: none;
}

#footer .footer_nav a:hover {
text-decoration: underline;
color: #e33558;
}


#footer .footer_nav a  i {
padding-right: 5px;
color: #ccc;
}

#footer .footer_nav ul li {
line-height: 2.3em;
}



#footer .footer_nav .ft_left {
width: 48%;
float: left;
}

#footer .footer_nav .ft_left ul {
text-align: left;
}



#footer .footer_nav .ft_right {
width: 52%;
float: right;
}


#footer .footer_nav .ft_right dl {
overflow: hidden;
} 

#footer .footer_nav .ft_right dl dt {
text-align: left;
border-bottom: 1px solid #cccccc; 
/*padding-bottom: 8px;*/
}


#footer .footer_nav .ft_right dl dt + dd {
text-align: left;
padding-top: 0.5em;
}


#footer .footer_nav .ft_right dl dd + dd {
overflow: hidden;
padding-top: 0.1em;
}




#footer .footer_nav .ft_right dl dd ul {
width: 100%;
float: none;
text-align: left;
}













#footer .aboutUs {
overflow: hidden;
margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}




#footer .aboutUs li.logo {
width: 100%;
float: none;
}


#footer .aboutUs li.logo img {
width: 40%;
height:auto; 
}


#footer .aboutUs li.information {
width: 100%;
float: none;
margin-bottom: 20px;
}


#footer .aboutUs li.information dl {
text-align: center;
} 


#footer .aboutUs li.information dl dt {
/*font-size: 16px;*/
display: none;
}

#footer .aboutUs li.information dl dd {
font-size: 14px;
}


#footer .aboutUs li.information dl dd ul li {
/*display: inline;*/
display: block;
}

#footer .aboutUs li.information dl dd ul.contact li {
/*padding-right: 20px;*/
}


#footer .aboutUs li.information dl dd.address {
font-size: 12px;
line-height: 1.5em;
}



/*#footer .aboutUs li.information dl dd ul.contact li:last-child {
padding-right: 0;
}*/

#footer .aboutUs li.information dl dd ul.contact li:first-child {
letter-spacing: 0.13em;
}




#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}



/*===============footer_固定TEL==================*/

#ft_sp{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
				  box-shadow: 0px -9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px -9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -9px 3px -3px rgba(0,0,0,0.2);
}



#ft_sp ul {
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 200;
    width: 100%;
				 background-color: #2c619b;
}




#ft_sp ul li a {
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
display: block;
}


#ft_sp ul li.tel {
width: 46%;
display: block;
float: left;
background-color: #2c619b;
}




#ft_sp ul li.tel a {
background-color: #2c619b;
color: #fff;
font-size: 100%;
}


#ft_sp ul li.tel a i {
color: #fff;
font-size: 100%;
padding-right: 4px;
}




/*#ft_sp ul li.tel a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 15px;
    background-image: url(/image/sp_tel.png);
    background-size: contain;
    vertical-align: -2px;
    background-repeat: no-repeat;
}*/


#ft_sp ul li.tel a:hover {
background-color: #808080;
}



#ft_sp ul li.mail {
width: 40%;
display: block;
float: left;
background-color: #9fb7d4;
}




#ft_sp ul li.mail a  {
background-color: #9fb7d4;
color: #fff;
font-size: 76%;
}


#ft_sp ul li.mail a i {
color: #fff;
font-size: 100%;
padding-right: 3px;
}




/*#ft_sp ul li.mail a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    background-image: url(/image/mail.png);
    background-size: contain;
    vertical-align: -2px;
    background-repeat: no-repeat;
    padding-right: 5%;
}*/

#ft_sp ul li.mail a:hover {
background-color: #808080;
}






#ft_sp ul li.page_top {
  display: block;
  /*background-color: #ff93ad;*/
  float: left;
  width: 14% !important;
}


#ft_sp ul li.page_top a {
  background-color: #2c619b;
  color: #fff;
		font-size: 150%;
}



ft_sp ul li.page_top a:hover {
background-color: #808080;
}


ft_sp ul li.page_top a i {
color: #fff;
}



/*===============footer_固定TEL　終了==================*/

/*=============================================================
#socialbutton
=============================================================*/
.socialbutton {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.socialbutton div {
    float:left;
    margin-right:5px;
}
.socialbutton #facebook {
	width: 100px;
}
.socialbutton #g-plusone {
	width: 60px;
}
/*=============================================================
#form
=============================================================*/
#contents input[type="text"]:hover,#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}
.anq_required {
	background-image: url(/image/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
