@charset "utf-8";

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_search * {
	-webkit-appearance: none;
}
.sp_search input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap:after{
	clear:both;
	display: table;
	content: "";
}
#wrap{
	background-color: #fff;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
  .sp {
	  display:none;
  }
}
/*-----------------------------
header
------------------------------*/
.header_inner{
	background-color:#2eb2c2;
	height: 66px;
}
.logo{
	float: left;
	padding: 5px 18px 15px;
	background-color: #2eb2c2;
	border-radius: 2px;
	margin-left: 20px;
}

.header_contact_box{
	float: right;
}
.header_tel_box,
.header_contact{
	float:left;
}
.header_contact,
.header_tel_box {
	text-align: center;
	padding-left: 20px;
}
.header_contact a{
	font-weight: 700;
	width: 150px;
	padding: 8px 10px;
	background-color: #fa4445;
	color:#fff;
	display: block;
	border-radius: 4px;
	text-decoration:none;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_contact a:hover{
	background-color: #fff;
	color:#fa4445;
}
.header_inner{
	padding: 12px 0;
}
.header_tel_box{
	padding-left: 0;
}
.header_tel_box p{
	font-size: 25px;
	color:#fff;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 5px;
	font-weight: 700;
}
.header_tel_box span{
	font-size: 0.4em;
	line-height: 1.5;
	color:#fff;
	display: block;
}
.header_contact_box{
	margin-left: -15px;
	margin-right: -15px;
}
.header_facebook {
    float: left;
    background: #fff;
    padding: 2px;
    border-radius: 3px;
    margin-left: 20px;
}
.menu ul{
	float:right;
	width: 788px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.menu ul li{
	float: left;
	text-align: center;
	width: 20%;
	border-left:1px solid #2eb2c2;
}
.menu ul li a{
	display: block;
	font-weight: 700;
	color:#000;
	text-decoration:none; 
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.menu ul li a:hover{
	color:#2a9dab;
}
.menu ul li a:before{
    content: url(../images/title_on.png);
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -11px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu ul li a:hover:before{
    opacity: 1;

}
.menu ul li:first-child{
	border:none;
}
.menu{
	margin-bottom: 0px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.menu ul{
		width: 700px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.logo_wrap .logo{
		margin-bottom: 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

/*-----------------------------
footer
------------------------------*/
footer a{
	text-decoration: none;
	color:#252727;
}
.footer_contact_box{
	margin-bottom: 60px;
}
.footer_contact_box h3{
	font-size: 28px;
	text-align: center;
	margin-bottom: 55px;
}
.footer_contact_wraper{
	width: 50%;
	float:left;
	padding:0 20px 10px;
}
.footer_contant_inner{
	text-align: center;
	border:1px solid #ccc;
	padding:55px 10px;
	letter-spacing: 2px;
}
.footer_contant_inner h4{
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 18px;
}
.footer_contant_inner h4.footer_tel {
    margin-bottom: 10px;
}
.footer_contant_inner h5{
	font-size: 35px;
	margin-bottom: 0px;
	color:#fa4445;
}
.footer_contact_box .wrap{
	margin-right: -20px;
	margin-left: -20px;
}
.top_belt{
	padding: 10px;
	text-align: center;
	background-color: #2c2e2e;
}
.top_belt a{
	text-align: center;
	display: block;
}
.top_belt a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
	display: inline-block;
	margin-top: 5px;
}
.footer_sitemap{
	padding: 70px 0 0px;
}
.footer_logo{
	float: left;
	padding: 0 25px;
}
.footer_sitemap_contents{
	padding: 0 25px;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
}
.footer_area{
	float: left;
	padding:0 15px;
	line-height: 2.3;
}
.footer_area a{
	font-size: 14px;
	color:#252727;
}
.footer_area_wrap{
	margin-right: -25px;
	margin-left: -25px;
}
.to_areasearch{
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom:50px; 
}
.to_areasearch a{
	padding-right: 2em;
	position: relative;
}
.to_areasearch a:after{
	content: '';
	position: absolute;
	right: 4px;
	top:-2px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #252727;
}
.footer_menu ul{
	padding: 30px 0;
}
.footer_menu,
.copyright{
	text-align: center;
}
.footer_menu ul,
.copyright ul{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.footer_menu li,
.copyright li{
	display: table-cell;
	padding: 0 20px;
}
.copyright ul{
	padding: 15px 0;
}
.footer_menu li a{
	color:#252727;
}
.footer_menu a:hover,
.footer_sitemap a:hover,
.copyright a:hover{
	text-decoration: underline;
}
.copyright li a{
	color:#fff;
}
.copyright{
	background-color: #2eb2c2;
	font-size: 11px;
}
.copyright p{
	color:#fff;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
.footer_menu .container {
    position: relative;
}
.footer_menu .container .footer_facebook {
    margin-bottom: 40px;
    position: absolute;
    right: 25px;
    top: 30%;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.footer_contact_wraper{
		width: 100%;
		float:none;
	}
	.footer_area_wrap{
		margin: 0;
	}
	.footer_contact_box .wrap{
		margin: 0;
	}
	.footer_contant_inner{
		padding: 30px 20px;
	}
	.footer_contact_wraper{
		padding-bottom: 15px;

	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.footer_contact_box h3{
		margin-bottom: 20px;
	}
	.footer_contact_wraper{
		padding-right: 0;
		padding-left: 0;

	}
}
/*-----------------------------
パーツ
------------------------------*/
.btn{
	background-color: #fa4445;
	color:#fff;
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding:15px 10px;
	width: 350px;
	font-size: 25px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.btn::before{
	content: "";
	position: absolute;
	right: 20px;
	top:50%;
	margin-top: -12.5px;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.btn::after{
	content: "";
	position: absolute;
	right: 21px;
	top:50%;
	margin-top: -6px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 6px solid transparent;
	border-left: 8px solid #fa4445;
}
.btn:hover{
	opacity: 0.8;
}
.common_title{
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	position: relative;
	padding-top: 50px;
}
.common_title:after{
	content:url(../images/title_on.png);
	display: inline-block;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -11px;
}
.breadcrumbs *{
	color:#282828;
	font-size: 13px;
}
.breadcrumbs{
	margin-bottom: 20px;
}
.main_title_area{
    height: 230px;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}
.main_title_area h1{
	color:#fff;
	text-align: center;
	position: absolute;
	width: 100%;
	 top: 50%;
	 -webkit-transform: translate(0, -50%); /* Safari用 */
	 transform: translate(0, -50%);
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	text-align: center;
}
.menu-btn {
	position: relative;
	width: 48px;
	height: 48px;
}
.menu-btn span {
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #fff;
	left: 50%;
	margin-left: -15px;
}
.menu-btn span:nth-of-type(1) {
	top: 6px;
}
.menu-btn span:nth-of-type(2) {
	top: 16px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 16px;
}
.menu-btn p{
	font-weight: 700;
	font-size: 8px;
	text-align: center;
	position: absolute;
	bottom:0;
	color:#fff;
	letter-spacing: -1px;
	width: 38px;

}
.menu-btn{
	display: none;
	border:1px solid #fff;
	border-radius: 2px;
	padding: 4px 4px 4px;
}
.footer_menu_sp{
	display: none;
}
.tel-btn{
	position: absolute;
	right: 70px;
	background-color: #fa4445;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	padding:3px 0px;
	width: 48px;
    height: 48px;
}
.tel-btn img{
	width: 30px;
	height: auto;
}
.tel-btn p{
	font-weight: 700;
	font-size: 10px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
}
.header_inner .container{
	position: relative;
}

.contact_menu.tel a{
	background-image: url('../images/base/tel_icon.png');
	border-right:1px solid #f8f8f8;
	background-position: center 20px;
}
.contact_menu.mail a{
	background-image: url('../images/base/mail_icon.png');
	background-position: center 30px;
}
li.contact_facebook {
	border: none;
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 50px;
    background-color: #fff!important;
	border:none!important;
}
.mm-menu .mm-listview>li.contact_facebook a:before {
    content: none;
}
li.contact_facebook a {
    padding: 3px!important;
    border-radius: 5px;
}
li.contact_facebook a img {
    width: 100%;
}
.mm-listview li{
    background-color: #2eb2c2;
    border-bottom: 1px solid #e9fdff;
}
.mm-listview>li:not(.mm-divider):after{
	content: none;
}
.mm-listview .contact_menu{
    width: 49%;
    float: left;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #fa4445;
}
.mm-menu .mm-listview>li a{
	font-size: 14px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
}
.mm-menu .mm-listview>li a:before {
	content:"▶ "
}
.mm-menu .mm-listview>li.contact_menu a{
    color: #fa4445;
    font-size: 18px;
    text-decoration: none;
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 57px 10px 20px!important;
    display: block;
    font-weight: 700;
}
.mm-menu .mm-listview>li.contact_menu a:before {
	content:none;
}
.mm-menu .mm-listview>li.contact_menu:last-child {
	float:right;
}
.mm-menu{
	background-color: #fff;
}
.mm-panels {
    overflow: hidden;
    border-left: 1px solid #2eb2c2;
}
.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px 0;
}
.sp_search{
	display: none;
	margin-bottom: 30px;
}

.sp_search input[type="button"] {
    background-color: #2eb2c2;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    padding: 7px 10px 6px;
    font-size: 14px;
    border: 1px solid #2eb2c2;
    float: left;
    border-radius: 0;
}
.sp_search_inner{
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}
.sp_search h3{
	margin-top: 40px;
	font-size: 28px;
	margin-bottom: 20px;
}
.mm-navbar{
	display: none!important;
}
.mm-panels>.mm-panel.mm-hasnavbar{
	padding-top: 0!important;
    border-left: 1px solid #fff;
}
select {
    width: 200px;
    padding: 5px 10px;
    float: left;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    font-size: 16px;
    appearance: button;
    border-radius: 0;
    border: 1px solid #2eb2c2;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
/*-----------------------------
エリア検索
------------------------------*/
.area_card ul{
	margin: -1.5px;
}
.area_card ul li{
	float: left;
	text-align: center;
}
.area_card ul li a.unll_area{
	pointer-events : none;
	background-color: #a3a3a3;
	color:#fff;
	border:2px solid #a3a3a3;
}
/*.area_card ul li a{
	display: block;
	background-color: #2eb2c2;
	color:#fff;
	border:2px solid #2eb2c2;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight:500;
}*/
/*.area_card ul li a:hover{
	background-color: #fff;
	color:#2eb2c2;
	border:2px solid #2eb2c2;
}*/
.container_icon span.icon {
    border: 1px solid #2c2e2e;
    background-color: #fff;
    padding: 1px 5px;
    font-weight: 900;
    display: inline-block;
    color: #2c2e2e;
    border-radius: 2px;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
	.sp_display{
		display: none!important;
	}
	.tel-btn{
		display: none;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.sp_display{
		display: none!important;
	}
	.tel-btn{
		display: none;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.menu-btn{
		display: inline-block;
	}
	.header_contact,
	.header_tel_box,
	.header_facebook {
		display: none;
	}
	.menu ul{
		display: none;
	}
	.sp_display{
		display: none!important;
	}
	.header_inner{
		height: 74px;
	}
	.sp_search{
		display: block;
		text-align: center;
	}
	.btn{
		width: 300px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.logo{
		width: 76px;
		padding: 0;
		margin-left: 0;
		margin-top: -5px;
	}
	.logo img{
		width: 100%;
		vertical-align: middle;
	}
	.header_inner{
		padding: 5px 0;
		height: 60px;
	}
	.header_contact,
	.header_tel_box,
	.header_facebook {
		display: none;
	}
	.menu-btn{
		display: inline-block;
		margin-right: 10px;
		margin-top: 0px;
	}
	.menu ul{
		display: none;
	}
	.pc_display{
		display: none!important;
	}
	.footer_contant_inner h5{
		line-height: 1.2;
	}
	.footer_contant_inner h5 a{
		color: #fa4445;
	}
	.footer_contact_box{
		margin-bottom: 0;
	}
	.top_belt{
		padding-bottom: 3px;
    	padding-top: 3px;
	}
	.sp_search{
		display: block;
		text-align: center;
	}
	.breadcrumbs{
		display: none;
	}
	.footer_contant_inner h5{
		font-size: 28px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.btn{
		width: 250px;
		font-size: 20px;
	}
	.common_title{
    	font-size: 20px!important;
    	font-weight: 700;
    	text-align: center;
    	padding-top: 30px;
	}
	.footer_sitemap,
	.footer_menu{
		display: none;
	}
	.footer_menu_sp{
		background-color: #f8f8f8;
	}
	.footer_menu_sp li{
		float: left;
		width: 50%;
		text-align: center;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	.footer_menu_sp li:nth-child(odd){
		border-right: 1px solid #ccc;
	}
	.sp_footer_logo{
		text-align: center;
		padding: 20px 0; 	
	}
	.sp_footer_logo img{
		width: 76px;
	}
	.footer_menu_sp{
		display: block;
	}
	.sp_search h3{
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.copyright p{
		font-size: 11px;
	}
}
/*-----------------------------
サイドバー
------------------------------*/
.sidebar{
	float:left;
	width: 270px;
}

.body_wrap{
	margin-left: -15px;
	margin-right: -15px;
}
.sidebar_inner{
    padding: 10px;
    border: 1px solid #2eb2c2;
    background: #e6f6f8;
}
.sidebar_inner h2{
    color: #2a9dab;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sidebar_inner #feas-0 {
    background: #ffffff;
	padding: 0 10px 20px;
    overflow: hidden;
}	
.sidesearchbox{
	margin-bottom: 10px;
}
.sidesearchbox h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #2a9dab;
}
.sidesearchbox label{
	display: block;
	padding: 5px 0;
	font-size: 14px;
    cursor: pointer;
}
.sidesearchbox label input{
	margin-right: 5px;
}
.feas-submit-button {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #fa4445;
    font-size: 14px;
    font-weight: 700;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.sidebar{
		float:left;
		width: 270px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.single_main_contents,
	.category_main_contents{
		float:right;
		width: 760px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.category_main_contents,
	.single_main_contents{
		width:80%;
	}
	.sidebar{
		width:20%;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.category_main_contents,
	.single_main_contents{
		width:100%;
	}
	.sidebar{
		display: none;
	}
	.body_wrap{
		margin: 0;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.single_main_contents, .category_main_contents{
		width: 100%;
	}
	.body_wrap{
		margin: 0;
	}
	.sidebar{
		display: none;
	}
	.main_title_area{
		height: 160px!important;
	}
	.single_main_contents, .category_main_contents{
		margin-bottom: 50px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
}
/*-----------------------------
ページナビ
------------------------------*/
.wp-pagenavi{
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:none;
	border-left: 1px solid #252727;
	margin:0;
	padding:2px 15px;
	color:#252727;
}
.wp-pagenavi *:first-child{
	border-left:none;
}


/*-----------------------------
お知らせ
------------------------------*/
.cat{
	text-align: center;
    margin: 0 20px;
	width: 110px;
	background-color: #59afc1;
	display: inline-block;
	color:#fff;
	font-size: 12px;
}
.cat.open{
	background-color: #59afc1; 
}
.cat.campaign{
	background-color: #74afd4; 
}
.cat.other{
	background-color: #47bcb0;
}


