@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {/*font-weight: normal;*/text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


body{
font-size:14px;
color:#221815;
line-height:1.6;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
    letter-spacing: 0.03em;
}

/* font
------------------------------------------------------------*/
.f01 {
font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
color:#221815;
}

a:hover, a:active, a:visited{
-webkit-transition:opacity ;-moz-transition:opacity;-o-transition:opacity;
outline: none;
color:#000;
}

a:hover,
a:hover img{
	opacity:0.70;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

p {
	line-height: 1.75;letter-spacing: 0.05em;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

hr.hr_dashed {
height: 1px;
border: none;
border-top:dashed 0.5px #CCC;
}
hr.hr_brown {
height: 1px;
border: none;
background-color:#C0B89E;
}


img {
   vertical-align:bottom
}
/*clearfix*/
.clear{
 clear:both;
}
.clearfix:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix{
 min-height: 1%;
 overflow:hidden;
}

.txtcenter {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}

.red {
	color:#de3809;
}
.blue {
	color:#0000FF;
}



/* レイアウト
------------------------------------------------------------*/
.container{
margin: 0 auto;
width: 960px;
/*↓採用バナー用マージン*/
margin-top: 50px;
	
}

.container_s{
margin: 0 auto;
max-width: 660px;
}

.container_m{
margin: 0 auto;
max-width: 782px;
}

.container_m2{
margin: 0 auto;
max-width: 770px;
}


/* pagenavi
*****************************************************/
.wp-pagenavi  {
		text-align: center;
		vertical-align: bottom;
		overflow: hidden;
		line-height: 1;
		margin-bottom: 66px;
		font-size: 16px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
		text-align: center;
		display: inline-block;
		
}

.wp-pagenavi .page {
	padding: 9px 13px ;
	border: 1px solid #fff;
	border-radius: 5px;
}
.wp-pagenavi span {
	padding: 13px;
}
.previouspostslink {
	float:left;
	background:url('img/pre.png') repeat-x 0 0 ;
	width: 36px;
	height: 36px;
	
}

.single_nextpostslink a,
.nextpostslink {
	float: right;
	background:url('img/next.png') repeat-x 0 0 ;
	width: 36px;
	height: 36px;
}
.single_previouspostslink a,
.previouspostslink {
	float:left;
	background:url('img/pre.png') repeat-x 0 0 ;
	width: 36px;
	height: 36px;
	
}

.nextpostslink ,
.previouspostslink {
	text-indent: -9999px;
	width: 36px;
	height: 36px;
}
.wp-pagenavi span {
	padding: 6px 9px;
	border: 2px solid #f9e260;
	border-radius: 5px;
}


/* ヘッダー
*****************************************************/
header {
	text-align: center;
	position: relative;
	z-index:100;
	height: 200px;
}
.home header {
	height: inherit;

}
.logo {
    margin: 29px auto 22px;
    width: 198px;
		display:inline-block;
}
.logo a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* トップナビゲーション
*****************************************************/
.gmenu_pc a {
	text-decoration:none;
	color:#000;
	padding: 5px 16px;
	border-radius: 8px;
	box-sizing: border-box;
	height: 35px;
	display: block;
}

.home .current-menu-item a {background: none;}
.gmenu_pc a:hover,
.gmenu_pc > ul > li:hover a,
.current-menu-item a,
.current-menu-parent a,
.current-post-ancestor a,
.current-category-ancestor a{
	background-color:#f9e260;
}
.gmenu_pc > ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 90px;
	/*padding-bottom: 126px;*/
}
.gmenu_pc > ul > li {
	position: relative;
	display: inline-block;
	letter-spacing: 0.2em;
	font-size: 16px;
	height: 40px;
}
.gmenu_pc > ul > li .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}
.gmenu_pc > ul > li:hover .sub-menu {
	display: block;
}
.gmenu_pc > ul > li .sub-menu li {
	display: block;
	float: none;
	width: 100%;
}
.gmenu_pc > ul > li .sub-menu li a {
	display: block;
	width: 100%;
	height: inherit !important;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 0em;
	padding: 10px;
	border: 1px solid #f9e260;
	border-top: none;
	border-radius: 0px;
}
.gmenu_pc > ul > li .sub-menu li a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #f9e260;
}
.gmenu_pc > ul > li > .sub-menu li:first-child a {border-top: 1px solid #f9e260;}
.gmenu_pc > ul > li .sub-menu li.current-menu-item a {
	background-color:#f9e260;
}

.gmenu_pc > ul > li#menu-item-620 > a {
	background: url('img/gnavi_arrow.png') no-repeat right center;
	padding-right: 30px;
}
.gmenu_pc > ul > li#menu-item-620:hover > a {
	background-color: #f9e260;
}




.panel {
	padding: 21px 3%;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	text-align: left;
	top: 60px;
	width: 100%;
	z-index: 9999;
	box-sizing:border-box;
	background-color: #f9e260;
}

.panel li a {
	display: block;
	padding: 9px 15px;
	background-color: #000;
	color: #fff;
}


.panel li {
    box-sizing: border-box;
    display: inline;
    float: left;
    height: 100%;
    text-align: center;
    width: 49%;
		margin: 0 2% 3% 0;
	height: 40px;
}
.panel  li:nth-child(2n) {
	margin-right: 0;
}

.panel a.btn_p_w100 {
	height: 40px;
	margin-bottom: 10px;
}
.htel {text-align: center;margin-bottom: 19px;}

.panel .akiya_menu {
	padding-top: 3%;
	border-top: 3px solid #000;
}
.panel .akiya_menu li:first-child {
	width: 100%;
}
.panel .akiya_menu li {
	margin: 0 2% 3% 0;
}
.panel .akiya_menu li:nth-child(2n+1) {
	margin-right: 0;
}



.box {overflow: hidden;}
.left {float: left;}
.right {float: right;}




ul.srv {margin-bottom: 39px;}
ul.srv > li {
	background:url('img/line.png') repeat-x 0 100% ;
	padding-right: 60px;
	padding: 20px 60px 20px 0;
}
ul.srv > li:first-child {
	background:url('img/line.png') repeat-x 0 100%,url('img/line.png') repeat-x 0 0 ;
}
ul.srv .right {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.srv li .txt{font-size: 18px;font-weight: bold; margin-bottom: 20px;}


.ttl_ylw {
	background-color: #f9e260;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 5px 38px;
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		display:inline-block;
		margin-bottom: 14px;
		margin-top: 20px;
}

.btn_ylw {
    box-sizing: border-box;
    padding-top: 15px;
    background-color: #f9e260;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
		display: block;
		width: 472px;
		height: 63px;
		margin-bottom: 70px;
}
.btn_blk {
    box-sizing: border-box;
    padding-top: 15px;
    background-color: #000;
		color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
		display: block;
		width: 472px;
		height: 63px;
		margin-bottom: 70px;
}
.btn_blk:hover{
	color: #fff !important;
}
.btn_wht {
    box-sizing: border-box;
    padding-top: 15px;
    background-color: #fff;
		color: #000;
    border-radius: 30px;
		border: 3px solid #000;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
		display: block;
		width: 276px;
		height: 43px;
		margin-bottom: 70px;
}

a.btn_ylw .txt,
a.btn_blk .txt {
    font-size: 24px;
    vertical-align: middle;
		font-weight: bold;
}

.cnt_area {
	padding: 60px 0;
  background-color: #f9e260;
}
.cnt_area .left {
	width: 50%;
}
.cnt_area .right {
	width: 50%;
}
.cnt_area .ttl {
	font-size: 36px;
	letter-spacing: 0.1em;
	margin: 4px 0 24px;
}
.cnt_area .txt {
	font-size: 16px;
	line-height: 1.75;
		margin-bottom: 53px;
}
.cnt_area .tel {
		margin-bottom: 19px;
}
.tel-link {
}
.tel_s {
	font-size: 14px;
}


.cnt_area02 {
	padding: 46px 0 60px;
  background-color: #f9e260;
	margin-bottom: 80px;
}
.cnt_area02 .left {
	width:320px;
	padding: 0 65px 0 95px;
	margin-top: -6px;
}
.cnt_area02 .right {
	width: 50%;
}
.cnt_area02 .ttl {
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 53px;
}
.cnt_area02 .txt {
	line-height: 1.75;
		margin-bottom: 25px;
}
.cnt_area02 .tel {
		margin-bottom: 10px;
}
.cnt_area02 .txt02 {
	font-size: 12px;
	line-height: 1.75;
		margin-bottom: 25px;
}
dl.home_news {
	font-weight: normal;
}

dl.home_news dt {
    clear: left;
    color: #000;
    float: left;
    margin: 1px 10px 10px 0;
    width: 105px;
    color: #949494;
    font-size: 11px;
}
dl.home_news dd {
    margin-bottom: 0.8em;
    padding-right: 10px;
    font-size: 13px;
}

.box_ylw {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9e260;
	padding: 45px 95px 65px;
	border-radius: 10px;
	margin-bottom: 28px;
	width: 100%;
}
.box_ylw p {line-height: 1.75;}
.icon {
	margin-bottom: 33px;
	text-align: center;
}
.logoc {
	margin: 46px 0 26px;
	text-align: center;
}

.tbl_ylw {
	border-top: 1px solid #f9e260;
}
.tbl_ylw th,
.tbl_ylw td {
	border-bottom: 1px solid #f9e260;
}
.tbl_ylw th {
	border-right: 1px solid #f9e260;
	padding: 16px 15px 15px 32px;
}

.tbl_ylw td {
	padding: 16px 0 15px 30px;
}
.tbl01 {
	width: 770px;
	margin: 0 auto 59px;
}
.tbl01 th,
.tbl01 td {
}
.tbl01 th {
    width: 70px;
}
.tbl01 td {
}
.tbl02 { width: 100%;margin-bottom: 60px;}
.tbl02 th {
    width: 135px;
}

.tbl_form {
	font-size: 12px;
}
.tbl_form th {
	padding: 5px 15px 0 0;
	vertical-align:top;
}
.tbl_form td {
	width: 314px;
}
.map {margin-bottom: 74px;}
		




.staff {margin-bottom: 40px;text-align: center;}



body.home .cnt_area{
	border-top: none;
}
.page-id-5 footer {
	border-top: none;
}
.cnt_area li{
	float: left;
	width: 48%;
	margin-left: 4%;
}
.cnt_area li:first-child{
	margin-left: 0;
}
.cnt_area .txt01{
	font-size: 20px;
	margin-bottom: 30px;
}
.btn_cnt {
	margin-bottom:18px
}
.btn_cnt a{
	padding: 10px 0;
}

	
.btn a {
	color:#000;
	margin:0 auto;
	text-align:center;
	display:block;
	text-decoration:none;
}
.btn a:hover {
  border-color: #000;	background-color:#000;
	color: #fff;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn_nb a {
	color:#000;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
}

.current-menu-item a,
.current-menu-parent a,
.btn_nb a:hover {
  border-color: #f9e260;
	background-color:#f9e260;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn_blk a{
	background-color:#000;
	border-radius: 5px;
	border:2px solid #000;
	color: #fff;
	margin:0 auto;
	text-align:center;
	display:block;
	text-decoration:none;
	
}
.btn_blk a:hover{
	border:2px solid #000;
	background-color:#fff;
	color: #000;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";

}
.btn_opa a{
	border-radius: 3px;
	border:2px solid #fff;
	color: #fff;
	padding: 5px 0;
	margin:0 auto;
	text-align:center;
	display:block;
	text-decoration:none;
	width: 140px;
}

.btn_opa a:hover{
	border:2px solid #fff;
	background-color:#fff;
	color: #000;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/* header

*****************************************************/
header .container{
	/*background:url('img/line.png') repeat-x 0 100% ;*/
	background:url('img/line.png') repeat-x 0 70% ;
}
body.home header .container{
	background:none;
}

.main_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 235px;
    width: 248px;
    height: 245px;
    z-index: 100;
}

/* footer

*****************************************************/
footer {border-top: 2px solid #f9e260;}

.flogo { margin-bottom: 29px;}
.fname {
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}
address {
	font-size: 11px;
	margin-bottom: 40px;
	line-height: 1.8;
}

ul.fmenu{
  padding: 52px 0 48px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
}

ul.fmenu li{ 
display:inline-block;
vertical-align:text-top;
margin-left: 25px;
}
ul.fmenu li:first-child{
margin-left: 0;
}
/*
footer .bnrS{
	width: 320px;
	max-width: 90%;
	margin: 30px auto;
}
*/
/*
footer .bnrS img{
	display: block;
}
*/

.copyright{
font-family: "Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #595656;
	font-size: 9px;
	padding-bottom: 54px;
  text-align:center;
}

footer .footerbnr_container 
{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.footerbnr_container li
{
display: inline-block;
		width: 320px;
	max-width: 90%;
	margin: 0px auto 30px;
}

.sns {
	display: flex;
	justify-content: center; /* 中央揃え */
	list-style: none;
	padding: 0;
	margin: 0 auto 30px;
  }
  
  .sns li {
	margin: 0 8px; /* 両サイドに8pxのマージン */
  }
  
  .sns li img {
    width: 36px !important;
    max-width: 36px !important;
    height: auto;
    display: inline-block;
}

  



/* ページ上部へ戻る
*****************************************************/
#pagetop{
	position: absolute;
	right: 0;
	top: 24px;
}

#pagetop_sp {
	position: fixed;
	bottom: 20px;
	right: 4.6%;
	display:none;
}
/* page navigation
------------------------------------------------------------*/




.cat_area{
	border-bottom:1px solid #000000;
	padding:26px 0;
	margin-bottom:42px;
}

.cat_area ul {
	overflow:hidden;
	vertical-align:bottom;
}
.cat_area ul li {
	float: left;
	margin-right:30px;
	font-size:12px;
	margin-top: 2px;
}

.cat_area ul li.p_cat {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	margin-top: 0;
}
.cat_area ul li a{
	vertical-align:bottom
}
.art_header {
	margin-bottom:28px;
	text-align: center;
}

article {
	border-bottom: 1px solid #f9e260; 
	margin-bottom: 50px;
	padding-bottom: 36px;
}
article img{
	margin-bottom: 25px;
	max-width: 100%;
}	
.art_header .sns{
	float: left;
}
.art_header .cat_ttl {
	font-size:30px;
	margin-bottom: 31px;
}
.art_header .date{
	font-size: 11px;
	color: #949494;
}
.art_header .ttl {
	font-size:20px;
	margin-bottom: 5px;
}

.wp_social_bookmarking_light {
    padding: 0 !important;
}

ul.ul_box {
	padding-bottom:20px;
	overflow: hidden;
}
ul.ul_box img {
	margin-bottom:12px;
}
ul.ul_box .s_date {
	line-height:1;
	font-size:10px;
	margin-bottom:2px;
}
ul.ul_box .s_ttl {
	line-height:1;
	font-size:12px;
	margin-bottom:13px;
}
aside ul.ul_box {
	border-bottom: 2px solid#000;
}
ul.s_art {
	border-bottom:2px solid #000000;
	padding-bottom:20px;
	overflow: hidden;
}

.s_box {
	border-bottom:2px solid #000000;
	padding-bottom:20px;
}
.s_box li{
	border-top: 1px solid #c8c8c8;
	padding:8px 0 8px 0;
}
	
.s_box .ttl {
	font-size:16px;
	margin:24px 0 16px 0; 
}

.s_box .date {
	font-size:10px;
}
.s_box .art_ttl {
	font-size:11px;
}
.art_cnt {
	border:1px solid #000;
	padding: 24px 30px;
}
.art_cnt .ttl {
	font-size: 14px;
	margin-bottom: 18px;
}
.art_cnt address {
	font-size: 12px;
}

/* archive

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

ul.cat_all {
	padding-bottom:20px;
	overflow: hidden;
}
ul.cat_all li{
	float: left;
	width: 222px;
	margin: 0 24px 27px 0;
	text-align: center;
}
ul.cat_all li:nth-child(4n){
	margin: 0 0 24px 0;
}
ul.cat_all li:nth-child(4n+1){
	clear:left;
}
ul.cat_all img {
	margin-bottom:9px;
}
ul.cat_all .s_date {
	font-size:11px;
	color: #949494;
font-family: "Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.cat_all .s_ttl {
	line-height:1;
	font-size:13px;
	margin-bottom:9px;
	margin-top:9px;
}



/* home_bnr

------------------------------------------------------------*/
.home_bnr {
	margin-top: 55px;
}
.home_bnr li {
	width: 49%;
	margin-bottom: 12px;
}

/* catch_area

------------------------------------------------------------*/
.catch_area {
	padding-top: 19px;
	margin-bottom: 40px;
}
.catch_area .ttl{
	font-size: 24px;
	margin-bottom: 34px;
}
.catch_area .left{padding-top: 52px;width: 600px;}
.catch_area .txt {
	font-size: 16px;
}

/* rec_area

------------------------------------------------------------*/
.rec_area {
	margin-bottom: 50px;
	
}

.rec_area .left{width: 510px; margin-top: 0px;}
.rec_area .right{width: 195px;margin-right: 18px;}
.face {margin-bottom: 24px;text-align: center;}
.name {font-size: 12px;text-align: center;}

.rec_ttl {
	text-align: center;
	font-size: 24px;
	margin-bottom: 22px;
	letter-spacing: 0.2em;
}


/* bnr_area

------------------------------------------------------------*/
.container .bnrL {
	width: 100%;
	margin: 30px auto;
}



/* news_area

------------------------------------------------------------*/
.news_area {
	padding: 26px 0;
}
.news_area ul{
	overflow: hidden;
}
.news_area .right,
.news_area .left {
	width: 50%;
	float: left;
}
.news_area .right iframe {
	width: 425px;
}

.news_area .left {
	width: 47%;
	margin-right: 3%;
}
.news_box {
	padding-bottom:40px;
}
.news_box li{
	padding:8px 0 8px 0;
}
	
.news_box .ttl {
	float: left;
	font-size:18px;
	letter-spacing: 0.1em;
	margin:24px 0 16px 0; 
}
.news_box .btn {
	float: right;
}
.news_box .btn a {
	border-radius: 3px;
	border:2px solid #000;
	padding: 5px 0;
	width: 142px;
}

.news_box .date {
	margin-right: 17px;
	font-size: 11px;
	color: #949494;
}
.news_box .art_ttl {
	margin-right: 10px;
	font-size: 13px;
}
.news_box .new {
	font-size: 10px;
}


.sekou_box {overflow: hidden;margin-top: 5px;}
.sekou_left {float: left;margin-right: 20px;}
.sekou_right {float: left;width: 275px;}
.sekou_date {
	color: #949494;
    font-size: 11px;
	font-weight: normal;
	margin: 10px 0 ;
}
.sekou_ttl {
	margin-bottom: 10px;
}
.sekou_exc {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.67;
}



.cat_ttl {
	padding:35px 0 12px 0;
}
.cat_ttl .ttl{
	font-size: 30px;
	margin-bottom: 19px;
	letter-spacing: 0.2em;
	text-align: center;
}
.cat_ttl .ttl02{
	font-size: 30px;
	margin-bottom: 28px;
	letter-spacing: 0.2em;
	text-align: center;
}

.cat_ttl .ttl03{
	font-size: 30px;
	margin-bottom: 26px;
	letter-spacing: 0.2em;
	text-align: center;
}
.cat_ttl .sttl{
	font-size: 20px;
	margin-bottom: 32px;
	letter-spacing: 0.2em;
}

.cat_ttl ul {
	text-align: center; font-size: 0;
	margin-bottom: 20px;
}
.cat_ttl li {
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 8px;

}
.cat_ttl li a{
	border: 2px solid #f9e260;
	border-radius: 3px;
	color: #000;
	margin: 0 auto;
	padding: 3px 12px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.imgcenter {
	margin: 0 auto;
}

input[type="text"] ,
input[type="email"] ,
input[type="tel"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width:100%;
	border:0px solid #a1a1a1;
	border-radius: 1px;
	padding: 5px ;
	height: 35px;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea{
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width:100%;
	border:0px solid #a1a1a1;
	border-radius: 1px;
	padding: 5px ;
	height: 140px;
	font-size: 16px;
	margin-bottom: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	background-color:#000;
	color:#fff;
	width:166px;
	height: 37px;
	font-size:20px;	
	border-radius: 20px;
	font-size: 14.33pt;   
}

/* reCAPTCHA */
form .wpcf7-recaptcha > div {
	margin: 0 auto 20px auto;
}


.page_ttl {
	padding:61px 0 25px 0;
}
.page_ttl .ttl{
	font-size: 30px;
	margin-bottom: 19px;
}
.page_ttl .sttl{
	font-size: 14px;
	margin-bottom: 31px;
}


.cnt_txt01{	font-size: 14px;margin-bottom: 27px;}
.cnt_txt02{	font-size: 11px;margin-bottom: 27px;}
.item{margin-bottom: 8px;}
.ast {font-size: 11px;}

.tel_area {
	padding:21px 0 36px 0;
	border-bottom: 1px solid#000;
}
.tel_area .txt01{	font-size: 14px;margin-bottom: 12px;}
.tel_area .txt02{	font-size: 30px;margin-bottom: 10px;}
.tel_area .txt03{	font-size: 12px;margin-bottom: 10px;line-height: 1.7;}


.bx-wrapper .bx-prev {
	left: -60px;
	background: url(img/pre.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -50px;
	background: url(img/next.png) no-repeat 0 0;
}


#slideshow {
   position:relative;
   width:100%;
   height:590px;
	 margin-top: -280px;
	 z-index:0;
		
		/* slideshow無効時のみ 
		height:60vw;
		*/
}
#slideshow li {
   position:absolute;
   height:590px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
			
			/* slideshow無効時のみ 
			width: 100%;
			height: 100%;
			background-image: url('img/topmain06.jpg');
			background-size: cover;
			*/
}

#slideshow-no {
			position:relative;
			width:100%;
			height:60vw;
			margin-top: -5px;
			z-index:0;
}
#slideshow-no li {
   position:absolute;
			/*z-index: 100;*/
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
			width: 100%;
			height: 100%;
			background-image: url('img/topmain2021.jpg');
			background-size: cover;
			
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
}
#slideshow-no li .btn {
			width: 23vw;
			margin: 34vw 3vw 0 67vw;
}
#slideshow-no li .btn a:hover {
	background-color: transparent;
}




/* 空き家管理

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

/* 空き家管理カテゴリTOP */
#akiya_top {
	
}
#akiya_top .solution {
	width: 783px;
	margin: 0 auto;
}
#akiya_top h2 {
	margin: 60px 0;
}
#akiya_top .plan_wrap .plan_item {
	float: left;
	width: 270px;
	margin-right: 75px;
}
#akiya_top .plan_wrap .plan_item:nth-child(3) {
	margin-right: 0;
}
#akiya_top .plan_wrap .plan_item h3 {
	margin-bottom: 30px;
}
#akiya_top .plan_wrap .plan_item div {
	margin-bottom: 25px;
}
#akiya_top .plan_wrap .plan_item h4 {
	margin: 30px 0 20px 0;
}
#akiya_top .plan_wrap .plan_item div + p {
	font-size: 16px;
	font-weight: bold;
}
#akiya_top .plan_wrap .plan_item div + p span.red {
	display: block;
	font-size: 14px;
	color: #ea5413;
}

/* 空き家関連情報 */
#akiya_info {
	
}
#akiya_info h2 {
	margin: 60px 0;
}
#akiya_info .cat_ttl + h2 {
	margin-top: 0;
}
#akiya_info .problem .left,
#akiya_info .activity .left {
	/*width: 640px;*/
	width: 70%;
	font-weight: bold;
}
#akiya_info .activity .left h3 {
	font-size: 20px;
	margin-bottom: 40px;
}
#akiya_info .problem .left p,
#akiya_info .activity .left li {
	font-size: 16px;
}
#akiya_info .activity .left li {
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin-bottom: .5em;
	padding-left: 25px;
}
#akiya_info .activity .left li:nth-child(1) {background-image: url('img/icon1.gif');}
#akiya_info .activity .left li:nth-child(2) {background-image: url('img/icon2.gif');}
#akiya_info .activity .left li:nth-child(3) {background-image: url('img/icon3.gif');}
#akiya_info .activity .left li:nth-child(4) {background-image: url('img/icon4.gif');}

#akiya_info .problem .right,
#akiya_info .activity .right {
	/*width: 170px;*/
	width: 20%;
	/*padding-right: 60px;*/
	padding: 0 5%;
}
#akiya_info .problem .right dt,
#akiya_info .activity .right dt {
	margin-bottom: 5px;
}
#akiya_info .property_wrap {
	margin-bottom: 60px;
}
#akiya_info .property_wrap .property_item {
	float: left;
	width: 270px;
	margin-right: 75px;
}
#akiya_info .property_wrap .property_item:nth-child(3) {
	margin-right: 0;
}
#akiya_info .property_wrap .property_item a {
	display: block;
}
#akiya_info .property_wrap .property_item span {
	display: block;
}
#akiya_info .property_wrap .property_item .thumb {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#akiya_info .property_wrap .property_item .date {
	font-size: 11px;
	color: #949494;
	margin: 15px 0 5px 0;
}
#akiya_info .property_wrap .property_item h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#akiya_info .property_wrap .property_item p {
	font-size: 13px;
	margin-bottom: 5px;
}
.akiya .btn_blk {
	width: 100%;
	color: #fff;
	margin: 60px 0 20px 0;
}
.akiya .btn_wht {
	border-color: #f9e260;
	padding-top: 8px;
}

/* 空き家管理料金表 */
#akiya_price {
	
}
#akiya_price table.price {
	float: left;
	width: 50%;
	margin: 40px auto 60px auto;
	border-top: 3px solid #f9e260;
	border-left: none;
}
#akiya_price table.price:nth-child(2) {
	border-left: 3px solid #f9e260;
}

#akiya_price .box table.plan:nth-child(1) {width: 60%;}
#akiya_price .box table.plan:nth-child(2) {width: 40%;}

#akiya_price table.price th,
#akiya_price table.price td {
	padding: 10px;
	border-right: 2px solid #f9e260;
	border-bottom: 1px solid #f9e260;
	text-align: center;
	vertical-align: middle;
}
#akiya_price table.price thead th,
#akiya_price table.price thead td {border-bottom: 2px solid #f9e260;}

#akiya_price table.price thead th:nth-child(1)/*,
#akiya_price table.price thead th:nth-child(2),*/
/*#akiya_price table.price thead td:nth-child(2)*/ {border-right: 3px solid #f9e260;}
#akiya_price table.price tbody td:nth-child(1)/*,
#akiya_price table.price tbody td:nth-child(3)*/{ border-right: 3px solid #f9e260;}

#akiya_price table.price td:last-child,
#akiya_price table.price th:last-child {border-right: none;}

#akiya_price table.price tbody td:nth-child(1) {text-align: left;}

#akiya_price table.price th {font-size: 16px; font-weight: bold;}
#akiya_price table.price td {font-size: 14px;}

#akiya_price table.price tr.orange td {background-color: #ea5413; color: #fff; width: 20%;}
#akiya_price table.price tr.yellow td {background-color: #fdf4be; width: 20%;}
#akiya_price table.price tr.black  td {background-color: #000; color: #fff; width: 20%;}

#akiya_price .box table .pc_none {display: none;}

#akiya_price table.price .small {font-size: 12px;}


#akiya_price table.mimawari {
	border-bottom: 3px solid #f9e260;
}
#akiya_price table.mimawari:nth-child(2) {
	border-left: 2px solid #f9e260;
}
#akiya_price table.mimawari tbody th,
#akiya_price table.mimawari tbody td {width: 25%; padding: 15px 10px;border-right: 1px solid #f9e260;}

#akiya_price table.mimawari tbody th {width: 20%;}
#akiya_price table.mimawari tbody td {width: 30%;}

#akiya_price table.mimawari tbody tr :nth-child(4) {border-right: none !important;}









@media only screen and (min-width: 1025px){

	.pc {display:block;}
	.pc_tab {display:block;}
	.tab_sp {display:none ;}
	.sp {display:none ;}
	
	/*body.home header {
		display:none;
	}*/
}

@media only screen and (min-width: 631px) and (max-width: 1024px){
	
	header {
		height: inherit;
	}
	header .container{
		background:url('img/line.png') repeat-x 0 100%;
	}
	
	/* 空き家管理カテゴリTOP */
	#akiya_top .solution {
		width: 100%;
	}
	#akiya_top .plan_wrap .plan_item {
		width: 30%;
		margin-right: 5%;
	}
	
	.akiya .btn_two .left,
	.akiya .btn_two .right {width: 48%;}
	
	.akiya .btn_two .btn_ylw {width: 100%;}
	
	.akiya .btn_ylw,
	.akiya .btn_blk {padding-top: 18px;}
	
	.akiya .btn_ylw .txt,
	.akiya .btn_blk .txt {font-size: 18px;}
	
	/* 空き家関連情報 */
	#akiya_info .property_wrap .property_item {
		width: 30%;
		margin-right: 5%;
	}

}


@media only screen and (max-width: 630px){
	
	/*
	.pc_tab {display:block;}
	.tab_sp {display:none ;}
	*/
	
	header {
		height: inherit;
	}
	header .container{
		background:url('img/line.png') repeat-x 0 100% ;
	}
	
	/* slideshow */
	#slideshow {
		margin-top: -180px;
	}
	
	#slideshow-no {
		height: 60vw;
	}
	#slideshow-no li .btn {
		width: 30vw;
		margin: 36vw 3vw 0 64vw;
	}
	
	/* home_bnr */
	.home_bnr {
		margin-top: 30px;
	}
	.home_bnr li {
		float: none;
		width: 100%;
	}
	.home_bnr li img {
		width: 100%;
	}
	
	/* 空き家管理カテゴリTOP */
	#akiya_top .solution {
		width: 100%;
	}
	#akiya_top h2 {
		margin: 30px 0;
	}
	#akiya_top .plan_wrap .plan_item,
	#akiya_top .plan_wrap .plan_item:nth-child(3) {
		float: none;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	#akiya_top .plan_wrap .plan_item h3 {
		margin-bottom: 30px;
	}
	#akiya_top .plan_wrap .plan_item div {
		margin-bottom: 25px;
	}
	#akiya_top .plan_wrap .plan_item h4 {
		margin: 30px 0 20px 0;
	}
	.akiya .btn_blk .txt,
	.akiya .btn_ylw .txt {font-size: 18px;}
	
	/* 空き家関連情報 */
	#akiya_info h2 {
		margin: 30px 0;
	}
	#akiya_info .problem .left,
	#akiya_info .activity .left {
		width: 100%;
	}
	#akiya_info .activity .left h3 {
		margin-bottom: 20px;
	}
	#akiya_info .problem .right,
	#akiya_info .activity .right {
		width: 80%;
		margin: 30px auto 0 auto;
		padding-right: 0;
	}
	#akiya_info .problem .right dt,
	#akiya_info .activity .right dt {
		margin-bottom: 5px;
	}
	#akiya_info .property_wrap {
		margin-bottom: 60px;
	}
	#akiya_info .property_wrap .property_item,
	#akiya_info .property_wrap .property_item:nth-child(3) {
		float: none;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	#akiya_info .property_wrap .property_item .thumb {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#akiya_info .property_wrap .property_item .date {
		margin: 15px 0 5px 0;
	}
	#akiya_info .property_wrap .property_item h3 {
		margin-bottom: 5px;
	}
	#akiya_info .property_wrap .property_item p {
		margin-bottom: 5px;
	}

	/* 空き家管理料金表 */
	#akiya_price table.price {
		float: none;
		width: 100% !important;
		margin-bottom: 0;
		border-left: none;
		border-bottom: none;
	}
	#akiya_price .box table.price:nth-child(2) {
		margin-top: 0;
		border-left: none;
	}
	#akiya_price .box table .pc_none {
		display: table-cell;
	}
	
	


}

.bxslider li img {
	margin-bottom:10px;
}
.maptxt {
	text-align:center;
	margin-top:20px;
}