@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;
}

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


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




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


/* .top_works */
.top_works {
	display: flex;
}

.top_works .works_houkago {
	width: 330px;
	background: #fdeaf1;
	border-radius: 5px;
	padding: 15px;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
}

.top_works .works_houkago h3 {
	color: #d74e81;
	font-size: 1.3em;
	margin-bottom: 10px;
	text-align: center;
}

.top_works .works_houkago .name_houkago {
	background: #fff;
	border: solid 1px #f4c9d9;
	padding: 8px;
	width: 100%;
	text-align: center;
}

.top_works .works_syuro {
	width: 330px;
	background: #fff0e2;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

.top_works .works_syuro h3 {
	color: #e96a2c;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: center;
}

.top_works .works_syuro .name_syuro {
	background: #fff;
	border: solid 1px #f0d4ba;
	padding: 8px;
	width: 100%;
	text-align: center;
}

.top_works .works_jiritsu {
	width: 330px;
	background: #eaf1fd;
	border-radius: 5px;
	padding: 15px;
	margin-right: 20px;
	position: relative;
}

.top_works .works_jiritsu h3 {
	color: #4579d3;
	font-size: 1.3em;
	margin-bottom: 10px;
	text-align: center;
}

.top_works .works_jiritsu .name_jiritsu {
	background: #fff;
	border: solid 1px #c7d6f0;
	padding: 8px;
	width: 100%;
	text-align: center;
}


.top_works .works_chintai {
	width: 330px;
	background: #f4f2e1;
	border-radius: 5px;
	padding: 15px;
	position: relative;
}

.top_works .works_chintai h3 {
	color: #c2ab14;
	font-size: 1.3em;
	margin-bottom: 10px;
	text-align: center;
}


.top_works .works_chintai .name_chintai {
	background: #fff;
	border: solid 1px #e6e2be;
	padding: 8px;
	width: 100%;
	text-align: center;
}

.top_works .works_houkago img,
.top_works .works_syuro img,
.top_works .works_jiritsu img,
.top_works .works_chintai img {
	width: 100%;
	margin-bottom: 10px;
}

.top_works .works_houkago .name_houkago i,
.top_works .works_syuro .name_syuro i,
.top_works .works_jiritsu .name_jiritsu i,
.top_works .works_chintai .name_chintai i {
	margin-left: 10px;
}

.top_works .works_houkago a,
.top_works .works_syuro a,
.top_works .works_jiritsu a,
.top_works .works_chintai a {
	position: absolute;
top: 1px;
left: 0;
width: 100%;
height: 100%;
}


/* .top_mezasu */
.top_mezasu {
	width: 100%;
}

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


/*-------------------
business
-------------------*/

.business_box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
}

.business_box img {
	margin-right: 20px;
	width: 280px;
}

.business_box .txt_box {
	width: 380px;
}
.business_box .day {
	color: #d74e81;
font-size: 1.3em;
margin-bottom: 10px;
}

.business_box .day_btn {
	background: #da658d;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	width: 250px;
}

.business_box .syuro {
	color: #e96a2c;
font-size: 1.3em;
margin-bottom: 10px;
}

.business_box .syuro_btn {
	background: #e96a2c;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	width: 250px;
}

.business_box .jiritsu {
	color: #4579d3;
font-size: 1.3em;
margin-bottom: 10px;
}

.business_box .jiritsu_btn {
	background: #4579d3;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	width: 250px;
}

.business_box .chintai {
	color: #c2ab14;
font-size: 1.3em;
margin-bottom: 10px;
}

.business_box .chintai_btn {
	background: #c2ab14;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	width: 250px;
}

.business_box a {
	color: #fff;
	padding: 8px;
	display: block;
}

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


/*-------------------
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: #fff9dc;
	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;
}



/*-------------------
sitemap
-------------------*/

#sitemap {
	
}

#sitemap .sitemap_area {
	margin-bottom: 60px;
}

#sitemap .sitemap_area h2 {
	background-color: #f4f9eb;
	border-radius: 5px;
	padding: 10px 15px;
	background-image:none;
	font-size: 100%;
	margin-bottom: 30px;
}

#sitemap .sitemap_area  ul {
	margin-bottom: 25px;
}

#sitemap .sitemap_area  ul.list {
	display: block;
}

#sitemap .sitemap_area  ul.list li.sub {
	padding-left: 25px;
	font-size: 90%;
	color: #666;
}

#sitemap .sitemap_area  ul li.title {
	font-weight: bold;
}

#sitemap .sitemap_area  ul li {
	padding: 0 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}


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

/*-------------------
#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;
}


.bosyu_box {
	background: #eff8ff;
	line-height: 140%;
	padding: 25px;
	text-align: center;
}

.bosyu_box .main_txt {
	color: #2888b5;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 25px;
}

.bosyu_box .sub_txt a {
	color: #2888b5;
	text-decoration: underline;
}

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


/* #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: 180%;
	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 .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 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;
}



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


