@charset "UTF-8";
/* CSS Document */

/* ##########################################################################
Base
########################################################################## */

.sp {
	display: none;
}
.block {
  display: block;
}

@media screen and (max-width: 750px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* For Link
---------------------------------------------- */
a:link {
	color: #1881eb;
	text-decoration: none;
}
a:visited {
	color: #0E4B88;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f60;
	text-decoration: underline;
}

a.hover-img {
	display: block;
	background: #fff;
}
a:hover.hover-img img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

/* Image
---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ie8 img {
  width: auto;
}

@media screen and (max-width:750px) {
	img{
		max-width: 100%;
	}
}

/* clearfix
---------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.clear {
	clear: both;
}

/* Boxsizing
---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* WP float,clear ----------------------- */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.alignleft,figure.alignleft {
	margin: 0 20px 20px 0;
}
img.alignright,figure.alignright {
	margin: 0 0 20px 20px;
}
img.aligncenter,figure.aligncenter {
	margin: 0 auto 20px;
}

figcaption {
	display: block;
	padding: 0.2em 0 1em;
	font-size: 11px;
	text-align: center;
	color: #666;
}

.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}

.red {
	color: #d53d3d;
}
.orange {
	color: #ff9900;
}

@media screen and (max-width: 750px) {
img {
	max-width: 100%;
}
img.alignleft,figure.alignleft,
img.alignright,figure.alignright
 {
	float: none;
	margin: 0 auto 20px;
}
}


/* Frame
---------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

.container {
	display: block;
	width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width:750px) {
	.container {
		width: 100%;
	}
}

/*--------------------------------------
	Header
--------------------------------------*/
#header {
/*	overflow: hidden; */
	position: relative;
	width: 100%;
	height: 162px;
	margin: 0 auto;
	padding-top: 16px;
}

h1 {
	width: 360px;
}

#sp_nav-btn {
	display: none;
}

@media screen and (min-width:751px) {
	#sp_nav {
		display: none !important;
	}
	#pc_nav {
		display: block !important;
	}
}

#g_nav {
	height: 50px;
	margin-top: 16px;
	background: #7ab852;
}

#g_nav ul {
/*	overflow: hidden;　*/
}

#g_nav ul li.g_nav_menu {
	float: left;
	width: 185px;
	font-size: 17px;
	font-weight: bold;
}
#g_nav ul li.g_nav_menu:first-child {
	width: 155px;
}

#g_nav li.g_nav_menu a {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
#g_nav a:link,
#g_nav a:visited {
	color: #fff;
}
#g_nav a:hover,
#g_nav a:active {
	color: #ff0;
	text-decoration: none;
}

/* メガメニュー */
.pc-gmenu {
    position: relative;
    width: 100%;
    height: 50px;
/*    max-width: 1000px;　*/
    margin: 0 auto;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.pc-gmenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

#g_nav li.g_nav_menu .menu__second-level li a {
	text-align: left;
}

/* floatクリア */
.pc-gmenu:before,
.pc-gmenu:after {
    content: " ";
    display: table;
}

.pc-gmenu:after {
    clear: both;
}

.pc-gmenu {
    *zoom: 1;
}

/* ドロップダウン 1階層シングル */
.pc-gmenu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #7ab852;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}1

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/* メガメニュー 3列 */
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 2%;
	background-color: rgba(122, 184, 82, .95) !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


#sub_nav {
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	top: 75px;
	right: 50%;
	margin-right: -540px;
	text-align: right;
}

#sub_nav li {
	float: left;
}
#sub_nav li:before {
	content: "　｜　";
}
#sub_nav li:first-child:before {
	content: "";
}
li.sub_nav-b {
	font-size: 15px;
	font-weight: bold;
}

#sub_nav a {
	color: #000;
}
#sub_nav a:hover,
#sub_nav a:active {
	text-decoration: underline;
}

#sub_nav-btn-sp {
	display: none;
}

#sub_nav-btn {
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	top: 13px;
	right: 50%;
	margin-right: -540px;
}

#sub_nav-btn li {
	float: left;
	margin-left: 10px;
}

.nav-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	margin-top: 0 !important;
	background-color: rgba(122, 184, 82, .95) !important;
}

@media screen and (max-width:750px) {
	#header {
		overflow: visible;
		height: 75px;
		padding-top: 15px;
	}
  #header > .container {

    width: 94%;
  }

	h1 {
		width: 210px;
		/*margin-left: 15px;*/
	}

	#sp_nav-btn {
		display: block;
		position: absolute;
		top: 24px;
		right: 15px;
		width: 36px;
		height: 30px;
		margin-bottom: 20px;
		padding: 0;
		border: 0;
		background: #fff;
		cursor: pointer;
	}

	#sp_nav-icon {
		display: block;
		position: absolute;
		top: 14px;
		left: 5px;
		width: 26px;
		height: 2px;
		background: #000;
		-weblit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		}
	#sp_nav-icon:before,
	#sp_nav-icon:after {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 2px;
		background: #000;
		content: "";
		-weblit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	#sp_nav-icon:before {
		margin-top: -10px;
	}
	#sp_nav-icon:after {
		margin-top: 8px;
	}

	#sp_nav-btn .close {
		background: transparent;
	}
	#sp_nav-btn .close:before,
	#sp_nav-btn .close:after {
		margin-top: 0;
	}
	#sp_nav-btn .close:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);

		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
	#sp_nav-btn .close:after {
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);

		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	#sp_nav {
		display: none;
		position: absolute;
		top: 75px;
		left: 0;
		z-index: 50;
		width: 100%;
	}

	#sp_nav ul li {
		float: none;
		width: 100%;
		border-top: 1px solid #cce9cf;
		background: #7ab852;
		font-weight: bold;
		font-size: 17px;
	}

	#sp_nav a {
		display: block;
		height: 50px;
		padding-left: 20px;
		color: #fff;
		line-height: 50px;
	}
	#sp_nav a:hover,
	#sp_nav a:active {
		color: #ff0;
		text-decoration: none;
	}

	#pc_nav {
		display: none !important;
	}
	
	#g_nav {
		height: auto;
		margin-top: 0;
		background: transparent;
	}

	#g_nav ul li:first-child {
		width: 100%;
		border-top: 0;
	}

	#g_nav li a {
		padding-left: 20px;
		text-align: left;
	}

	#sub_nav {
		overflow: visible;
		position: static;
		margin-right: 0;
		text-align: left;
	}

	#sub_nav li:before {
		content: "";
	}

	.sub_nav-b {
		font-weight: normal;
	}

	#sub_nav-btn-sp {
		display: block;
	}

	#sub_nav-btn {
		display: none;
	}

	.nav-fixed {
		position: static;
	}
}


/*--------------------------------------
	Page top
--------------------------------------*/
#page_top {
	position: fixed;
	bottom: 48px;
	right: 40px;
	z-index: 100;
}

#page_top a {
	overflow: hidden;
	display: block;
	width: 53px;
	height: 53px;
	background: rgba(85, 182, 95, 0.7) url("../images/page_top.png") 0 0 no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
  border: 1px solid #97FFA2;
}
#page_top a:hover {
	background-color: rgba(204, 233, 207, 0.7);
}

@media screen and (max-width:750px) {
	#page_top {
		right: 12px;
    bottom: 12px;
	}
}


/*--------------------------------------
	Footer
--------------------------------------*/
#footer {
	width: 100%;
	background: #55b65f;
}

#footer .br:before {
	white-space: pre;
	content: "\A";
}

#footer a:link,
#footer a:visited {
	color: #fff;
}
#footer a:hover,
#footer a:active {
	color: #ff0;
}

#footer .container {
	overflow: hidden;
	padding: 32px 0;
	font-size: 13px;
}

.footer_nav {
	float: left;
	width: 216px;
}

.footer_nav dt {
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
}
.footer_nav dl dt:first-child {
	margin-top: 0;
}

.footer_nav dd {
	padding-left: 1em;
	text-indent: -1em;
}
.footer_nav dd:last-child {
	padding-left: 1em;
	text-indent: -1em;
}

.footer_nav ul {
	list-style-type: none;
}

.footer_nav a:before {
	content: "> ";
}

#copyright {
	width: 100%;
	padding: 20px 0;
	background: #8eea9b;
}

#copyright .container {
	overflow: hidden;
	padding: 0;
}

#copyright dl {
	overflow: hidden;
	float: left;
}

#copyright dt,
#copyright dd {
	float: left;
}

#copyright ul {
	list-style-type: none;
	margin-left: 45px;
}

#copyright small {
	float: right;
	font-size: 12px;
}

@media screen and (max-width:750px) {

	#footer .container {
		padding: 20px;
	}

	#copyright dl,
	#copyright small {
		float: none;
	}

	#copyright dt,
	#copyright dd {
		float: none;
		width: 100%;
		text-align: center;
	}

	#copyright dt {
		margin-left: -10px;
	}

	#copyright ul {
		margin: 10px 0 0 15px;
	}

	#copyright small {
		display: block;
		margin: 15px 15px 0;
		font-size: 11px;
		text-align: center;
	}
}

/* 相談・資料請求 */
#appointment {
  overflow: hidden;
  clear:both;
}

#appointment h2 {
  margin-bottom: 24px;
  color: #55b65f;
  font-size: 20px;
  text-align: center;
}

#appointment .br:before {
  white-space: pre;
  content: '\A';
}

.appointment-box {
  list-style-type: none;
  overflow: hidden;
  position: relative;
  float: left;
  width: 250px;
  height: 250px;
  text-indent: 100%;
  white-space: nowrap;
}

.appointment-box.tel {
  pointer-events: none;
  cursor: default;
}

.appointment-box.counseling,
.appointment-box.request {
  margin-left: 27px;
}

.appointment-box.m_counseling {
  margin-left: 26px;
}

.appointment-box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0 no-repeat;
}
.appointment-box a:hover {
  background-position: 0 -250px;
}

.appointment-box.tel a {
  background-image: url("../images/appointment-tel.png");
}

.appointment-box.counseling a {
  background-image: url("../images/appointment-counseling.png");
}

.appointment-box.m_counseling a {
  background-image: url("../images/appointment-m_counseling.png");
}

.appointment-box.request a {
  background-image: url("../images/appointment-request.png");
}

@media screen and (max-width:750px) {
  #appointment {
    width: 94%;
    margin: 0 auto;
  }

  #appointment h2 {
    text-align: left;
    font-size: 18px;
  }

  .appointment-box {
    float: none;
  }

  .appointment-box.tel {
    margin: 0 auto;
    pointer-events: auto;
  }

  .appointment-box.counseling,
  .appointment-box.request,
  .appointment-box.m_counseling {
    margin: 20px auto 0;
  }

  .appointment-box a:hover {
    background-position: 0 0;
  }
}

/* バナー */

#bn-wrapper {
  margin: 50px auto 60px;
}

#bn {
  overflow: hidden;
  padding: 0;
}

#bn .hover-img {
  float: left;
  width: 191px !important;
  height: 191px !important;
}

/*#bn .spacer {
  margin-left: 31px;
}

#bn .spacer02 {
  margin-left: 32px;
}*/

#bn-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,#bn-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f60;
}
#bn-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  width:12px;
  height: 12px;
  border-radius:6px;
  margin: 0 6px;
}
#bn-wrapper-sp {
  display: none;
}

@media screen and (max-width:750px) {
  #bn-wrapper {
    display: none;
  }
  #bn-wrapper-sp {
    display: block;
    margin: 50px auto 0;
  }

  #bn-sp {
    overflow: hidden;
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
  #bn-sp a {
    text-align: center;
  }

  #bn-sp .hover-img {
    float: left;
    width: 42%;
    height: auto;
    /*max-width: 191px;*/
    /*max-height: 191px;*/
    margin: 0 4% 8%;
  }

  #bn-wrapper-sp .bx-wrapper .bx-pager.bx-default-pager a:hover,#bn-wrapper-sp .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f60;
  }
  #bn-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    width:12px;
    height: 12px;
    border-radius:6px;
    margin: 0 6px;
  }

/*  #bn-sp .hover-img {
    float: none;
    margin: 0 auto;
  }*/

/*  #bn .spacer,
  #bn .spacer02 {
    margin-top: 20px;
  }*/
}

