@charset "utf-8";

  
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px; right: 30px;
}


/* #tel_area
================================================== */

#tel_area {
	border: #eaeaea solid 1px;
	box-shadow: 1px 1px 5px #eaeaea;
}

.tel_area_logo {
	background: #fff;
	text-align: center;
}

.tel_area_logo img {
	margin: auto;
	width: 50%;
	padding: 20px 0;
}

#tel_area .number_area {
	background-color: #f6f6f6;
	padding: 20px;
	display: block;
	text-align: center;
}

#tel_area .number_area .tel {
	color: #145a92;
	font-family: 'Times New Roman','Times',sans-serif;
	font-size: 250%;
	margin-bottom: 10px;
}

#tel_area .number_area .tel i {
	margin-right: 5px;
}

#tel_area .number_area span {
	font-size: 90%;
	display:block;
}

#tel_area .number_area a {
	display: block;
}



/*パンくずリスト
-------------------------------------------------- */

.breadcrumb {
	padding:15px 0;
	list-style:none;
	font-size:90%;
	width:100%;
	overflow:hidden;
	width: 100%;
}

.breadcrumb li {
	float:left;
	list-style:none;
}

.breadcrumb a {
	text-decoration:underline;
}

.breadcrumb a:hover {
	text-decoration:none;
}

.breadcrumb li:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	margin:0 10px;
}

.breadcrumb li:last-child {
	width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li:last-child::after {
	content:none;
}




/* #main_contents,#side_contents
================================================== */

#main_contents {
	width: 680px;
	margin-right: 40px;
}

#side_contents {
	width: 280px;
	margin-bottom: 60px;
}

/* Responsive */
@media ( min-width : 1000px ){
    #flexbox {
      display: -webkit-flex;
      display: flex;
    }
	}


/* .main_visual
================================================== */
.main_visual {
	width: 100%;
margin-bottom: 40px;
}




/* .top トップページ以下
================================================== */


.top_mezasu h3 {
	font-size: 1.8em;
	color: #7dc113;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	line-height: 1.5em;
}


/* .top_navi */


.top_navi {
	display: flex;
	flex-wrap: wrap;
	
}

.top_navi li {
	width: 330px;
	margin: 0 20px 15px 0;
	background-color: #f4f9eb;
	border-radius: 5px;
}

.top_navi li a {
	padding: 10px 20px;
	display: block;
}

.top_navi li a i {
	margin-left: 10px;
}

.top_navi li:nth-child(2),
.top_navi li:nth-child(4),
.top_navi li:nth-child(6),
.top_navi li:nth-child(8),
.top_navi li:nth-child(10),
.top_navi li:nth-child(12),
.top_navi li:nth-child(14) {
	margin-right: 0;
}


.top_blog {
	width:100%;
	height:200px;
	padding:20px;
	overflow: auto;
	background-color: #fafafa;
}

.top_blog dl {
	border-bottom: dashed 1px #ededed;
	padding:10px 0;
}

.top_blog dl:after {
	content:"";
	display:block;
	clear:both;
}

.top_blog dl dt {
	float:left;
	width:100px;
	font-style: oblique;
	padding-right: 10px;
}

.top_blog dl dd {
	float:left;
}


/* .txt_box_setsumei */

.txt_box_setsumei {
	
}

.txt_box_setsumei .midashi {
	color: #689f44;
	font-weight: bold;
}



.bosyu_box {
	background: #fbfaee;
	text-align:center;
	padding: 25px;
}

.bosyu_box h3 {
	font-size: 1.8em;
	color: #7dc113;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.bosyu_box p a {
	color: #7dc113;
	font-weight: bold;
	text-decoration: underline;
}

.bosyu_box p a:hover {
	text-decoration: none;
}

/*-------------------
#day_about
-------------------*/

.houshin_list {
	border: 2px solid #90b879;
	padding: 20px;
	border-radius: 5px;
	margin-top:15px;
	width: 350px;
}

.houshin_list li {
	font-weight: bold;
}


/*-------------------
#day_event
-------------------*/

#day_event .katsudo_hokoku li {
	padding: 10px 0 20px;
	text-align: center;
}

#day_event .katsudo_hokoku li:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0ab";
	display: block;
	color: #868686;
}

#day_event .katsudo_hokoku li:last-child:after {
	content: none;
}


/*-------------------
guide
-------------------*/

#day_guide section a {
	color: #689f44;
	text-decoration: underline;
}

#day_guide section a:hover {
	text-decoration: none;
}


.flow_step_list ul li {
padding: 30px 0;
border-top: 1px solid #ccc;
}

.flow_step_no {
	width: 110px;
	margin-right: 25px;
}

.flow_step_item {
	display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
}

.flow_step_item .midashi {
	font-size: 1.6em;
	margin-bottom: 15px;
}


@media screen and (max-width: 650px){	
	.flow_step_no {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}
	
	.flow_step_no img {
		display: inline-block;
max-width: 100px;
	}
	
	.flow_step_item .midashi {
	font-size: 1.4em;
}

}



/*-------------------
faq
-------------------*/

.faq .faq_box {
	width: 100%;
}

.faq td {
 border:#ccc solid 1px;
 padding:10px 20px;
	font-weight: normal;
	
}

.faq th {
	background: #eee;
 border:#ccc solid 1px;
 padding:10px 20px;
	color: #040000;
}
.faq .que {
 color:#145a92;
 font-weight:bold;
 width:10px;
	font-size: 16px;
 text-align:center;
}
.faq .ans {
 font-weight:bold;
 text-align:center;
	font-size: 16px;
	color: #d82727;
}
.faq .que_cel,
.faq .ans_cel {
 text-align:left;
}
.faq .que_cel {
 width:600px;
}
.faq .qa_cat {
 width:110px;
}

.faq a {
	color: #377D33;
	text-decoration: underline;
}



/*-------------------
staff
-------------------*/

.staff_list {
	display: flex;
	flex-wrap: wrap;
}

.staff_list li {
	width: 50%;
	padding: 20px;
}

.staff_list li .illust {
	margin-bottom: 10px;
	width: 100%;
}

.staff_list li .name {
	border-bottom: 1px solid #689f44;
	padding-bottom: 5px;
	color: #689f44;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.staff_list li p {}


/*-------------------
.enquete
-------------------*/

.enquete {
	display: flex;
	flex-wrap: wrap;
}

.enquete .half {
	width: 40%;
	margin: 10px 20px 20px 20px;
}


/*-------------------
chintai
-------------------*/

.chintai_box {
	background: #f4f9eb;
	border: #adcf03 solid 1px;
	padding: 20px;
	width: 100%;
	margin-bottom: 30px;
}

.chintai_box .midashi {
	color: #7dc113;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

.chintai_box p {
	margin-bottom: 20px;
}

.chintai_box p:last-child {
	margin-bottom: 0;
}

.photo_view {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.photo_view li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.business_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.business_list:nth-child(2) {
	margin-right: 0;
}

.business_list i {
	margin-left: 10px;
}

.business_list_houkago {
	background: #fdeaf1;
	border: solid 1px #f4c9d9;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.business_list_syuro {
	background: #fff0e2;
	border: solid 1px #f0d4ba;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.business_list_jiritsu {
	background: #eaf1fd;
	border: solid 1px #c7d6f0;;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.business_list_chintai {
	background: #eaf1fd;
	border: solid 1px #e6e2be;;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}


.business_list_houkago a,
.business_list_syuro a,
.business_list_jiritsu a,
.business_list_chintai a {
	display: block;
	width: 100%;
	padding: 10px 20px;
}



/*-------------------
tablebox
-------------------*/


.tablebox,
.haco {
	width: 100%;
}

.tablebox .haco tbody {
	border: #ededed solid 5px;
}

.tablebox th {
	background: #f5f5f5;
 border:#ddd solid 1px;
 padding:20px;
	font-weight: bold;
	width: 30%;
}

.tablebox td {
 border:#ddd solid 1px;
 padding:20px;
vertical-align: middle;
}

.flexbox .tablebox {
	margin-left: 20px;
}




/*-------------------
#contact
-------------------*/

#contact .tel_box {
	width: 100%;
	border: 1px #7dc113 solid;
	padding: 30px;
	text-align: center;
}

#contact .tel_box .midashi {
	font-size: 140%;
	font-weight: bold;
	color: #7dc113!important;
	margin-bottom: 10px;
}

#contact .tel_box .mail_ad {
	font-size: 120%;
	font-weight: bold;
}

.contact_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contact_list:nth-child(2) {
	margin-right: 0;
}

.contact_list i {
	margin-left: 10px;
}

.contact_list_houkago {
	background: #fdeaf1;
	border: solid 1px #f4c9d9;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.contact_list_houkago2 {
	background: #fbf1b1;
	border: solid 1px #f1e38a;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.contact_list_syuro {
	background: #fff0e2;
	border: solid 1px #f0d4ba;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.contact_list_jiritsu {
	background: #eaf1fd;
	border: solid 1px #c7d6f0;;
	border-radius: 5px;
	margin-right: 4%;
	margin-bottom: 20px;
	text-align: center;
	width: 46%;
}

.contact_list_houkago a,
.contact_list_houkago2 a,
.contact_list_syuro a,
.contact_list_jiritsu a {
	display: block;
	width: 100%;
	padding: 10px 20px;
}


/* #side_contents #tel_area
================================================== */

#tel_area {
	border: #eaeaea solid 1px;
	box-shadow: 1px 1px 5px #eaeaea;
	position: relative;
}

.tel_area_logo {
	background: #fff;
	text-align: center;
	padding: 25px 0 35px;
	line-height: 1.8em;
}

.tel_area_logo .logo_area_name {
	color: #7dc113;
	font-size: 150%;
	font-weight: bold;
}

#tel_area .number_area {
	background-color: #f6f6f6;
	padding: 35px 20px 20px 20px;
	display: block;
	text-align: center;
}

#tel_area .number_area .tel {
	font-family: Futura, sans-serif;
	font-size: 220%;
	margin-bottom: 10px;
}

#tel_area .number_area .tel a {
	color: #252525;
}

#tel_area .number_area .tel i {
	margin-right: 5px;
}

#tel_area .number_area span {
	font-size: 90%;
	display:block;
}

#tel_area .number_area a {
	display: block;
}

#tel_area .number_area .side_contact {
	background: #90b879;
    border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
    display: block;
	padding: 12px 20px;
	margin-top: 5px;
}

#tel_area .number_area .side_contact a {
	color: #fff;
}

#tel_area .number_area .side_contact i {
	margin-right: 10px;
	margin: 0 10px;
}


#tel_area .tel_icon {
	width: 50px;
	position: absolute;
	left: 115px;
	top: 85px;
}



/* #footer
================================================== */

footer {
	margin-top: 0!important;
}
footer .wrapper {
	margin: 40px auto;
	width: 1000px;
	overflow: hidden;
	
}

footer .footer_box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

footer address .tel_box {
	float: none;
}

footer .footer_box .footer_name_area .logo a {
	font-size: 180%;
	color: #7dc113;
	line-height: 1.4em;
	font-weight: bold;
}
footer .footer_box .tel_box .number img {
	width: 10%;
margin-right: 5px;
}

footer address {
	float: none;
}

footer .tel_box a {
	font-family: Futura, sans-serif;
	font-size: 220%;
	margin-bottom: 0;
	vertical-align: middle;
}

footer .tel_box .number i {
	font-size: 90%;
color: #288fc2;
vertical-align: top;
	margin-right: 10px;
}

footer .tel_box .mini_atn {
	font-size: 90%;
margin-top: 5px;
text-align: right;
}

.footer_nav {
	width: 100%;
}

.footer_nav a {
	color: #252525;
}

footer ul {
	float: left;
	margin-right: 35px;
}

footer ul li {
	font-weight: bold;
}

.footer_nav ul li ul {
	float: none;
	margin-right: 0;
}

.footer_nav  ul li ul li:before {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	padding-right: 5px;
}
.footer_nav  ul li ul li {
	font-weight: normal;
	margin: 5px 0 0 10px;
}

footer ul.last {
	margin-right: 0;
}

.copyright {
	background: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}

/* #footer_day
================================================== */

#footer_day {
	background-color: #689f44;
}
footer .wrapper_footer_day {
	margin: 40px auto;
	width: 1000px;
	overflow: hidden;
}

footer .footer_box_day {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

footer address .footer_tel_box_day {
	border: solid 1px #fff;
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}

footer .footer_box_day .footer_name_area .logo a {
	font-size: 180%;
	color: #7dc113;
	line-height: 1.4em;
	font-weight: bold;
}

footer address {
	float: none;
}

footer .footer_tel_box_day,
.footer_box_day .footer_name_area p {
	color: #fff;
}

.footer_tel_box_day span {
	font-size: 70%;
}

footer .footer_tel_box_day a {
	padding: 15px 10px;
	font-family: Futura, sans-serif;
	font-size: 160%;
	margin-bottom: 0;
	vertical-align: middle;
	color: #fff;
	display: block;
}

footer .footer_tel_box_day a:hover {
	background: #fff;
	opacity: 0.2;
	color: #2a550e;
}

footer .footer_tel_box_day .number i {
	font-size: 90%;
color: #288fc2;
vertical-align: top;
	margin-right: 10px;
}

footer .footer_tel_box_day .number img {
	width: 7%;
margin-right: 5px;
}

footer .footer_tel_box_day .mini_atn {
	font-size: 90%;
margin-top: 5px;
text-align: right;
}

.footer_nav_day {
	width: 100%;
}

.footer_nav_day a {
	color: #252525;
}

#footer_day ul {
	float: none;
	margin-right: 0;
	display: flex;
	flex-wrap:wrap;
}

#footer_day ul li {
	font-weight: normal;
	margin: 0 30px 15px 0;
}

#footer_day ul li a {
	color: #fff;
}

.footer_nav_day  ul li:before {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	padding-right: 5px;
	color: #fff;
}

footer ul.last {
	margin-right: 0;
}


.footer_nav_day_sp {
	display: none;
}

.footer_bnr ul {
	display: flex;
}

.footer_bnr ul li {
	margin: 0 30px 20px 0;
}

#footer_day .footer_copy {
	font-size: 90%;
	padding: 10px;
background-color: #fff;
border: 1px solid #588e35;
}

/* sp-menu スマホのみお問い合わせ追いかけ
================================================== */
.sp-menu {
	display: none;
}


