/*   
Theme Name: hikari-maintenance
Theme URI:http://www.9337707.com
Description:安永広告のテーマです。


Author:金浦
Author URI:http://sangodesign.jp/
Version:1.0 2020.5.24
*/

*,
*:before,
*:after {
    margin:0;
    padding:0;
	box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

/* リセットCSS */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	color: #333333;
	word-wrap: break-word;
	font-size:100%;
	line-height:1.7;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* img要素の余計な余白（ディセンダー）のリセット */
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
/* リンクの設定 */
.btn a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn a:hover,
.btn a:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

/* CLEARFIX CLASS */
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	visibility		: hidden;
	content			: ".";
	line-height		: 0;
}
.clearfix {
	display			: inline-table;
	min-height		: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
}
.clearfix {
	display			: block;
}
/* END OF FOR MAC IE */

/* 読み込みフォント */
.f_min{
	font-family: "Sawarabi Mincho";
}
/* フォントサイズ */
.f80{
	font-size:80%;
}
.f90{
	font-size:90%;
}
.f110{
	font-size:110%;
}
.f120{
	font-size:120%;
}
.f150{
	font-size:150%;
}
.f180{
	font-size:180%;
}
.f200{
	font-size:200%;
}
.f250{
	font-size:250%;
}
.f250sm{
	font-size:250%;
}
.fb{
	font-weight:bold;
}
/* カラー */
.red{
	color:#BC344C;
}
.blue{
	color: #1967b2;
}
.orange{
	color: #ec7000;
}
.cyan{
	color: #00AB95;
}
/* 改行 */
.br-sp { display:none;}
.br-sm { display:inline;}

/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.sm_center {text-align:left; !important;}
.center_sm {text-align:center; !important;}

/* 余白 */
.mt120 {margin-top:120px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt50 {margin-top:50px;}
.mb50 {margin-bottom:50px;}

.mt45 {margin-top:45px;}
.mt40 {margin-top:40px;}
.mr40 {margin-right:40px;}
.mb40 {margin-bottom:40px;}
.ml40 {margin-left:40px;}

.mt30 {margin-top:30px;}
.mt30_pc{margin-top:30px;}
.mr30{margin-right: 30px;}

.mt25_pc{margin-top:25px;}
.mt20 {margin-top:20px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}

.mt15 {margin-top:15px;}
.mr15 {margin-right:15px;}
.mb15 {margin-bottom:15px;}
.ml15 {margin-left:15px;}

.mt10 {margin-top:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mt10_pc{margin-top:10px;}

.mt5 {margin-top:5px;}
.mr5 {margin-right:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}

.mt2 {margin-top:2%;}
.mr2 {margin-right:2%;}
.mb2 {margin-bottom:2%;}
.ml2 {margin-left:2%;}

.pt20 {padding-top:20px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}

.pt10 {padding-top:10px;}
.pr10 {padding-right:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}

.pt5 {padding-top:5px;}
.pr5 {padding-right:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}

/* フロート画像(右) */
img.flright{
    display: block;
    line-height: normal;
    float: right;
}
/* フロート画像(左) */
img.flleft{
    display: block;
    line-height: normal;
    float: left;
	margin:0 40px 20px 0;
}
/* リスト */

/* grid */
.grid-left {
	float: left;
	padding-top: 0;
}
.grid-right {
	float: right;
	padding-top: 0;
}

/* ナビゲーション */
.site-header{
	background: #00AB95;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 80px;
}
#logo{
	display: inline-block;
}
.head {
    text-align:left;
}
.head nav ul{
	margin-top: 35px;
	margin-left: 340px;
}
.head nav ul li {
    display: inline-block;
    margin-right: 25px;
}
.head nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
.head nav ul li a:hover{
	color: #ffec94;
	text-decoration: none;
}
h1.site-pr{
	position:absolute;
	top: 5px;
	left: 20px;
	color: #FFFFFF;
	font-size: 90%;
}
h2.site-logo{
	position:absolute;
	top: 30px;
	left: 20px;
}
.top_contact{
	position:absolute;
	top: 0px;
	right: 0px;
}
.top_tel{
	position:absolute;
	top: 21px;
	right:200px;
}
/* ベース */
#top_bg {
	height: 100vh;
	width:auto;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_bg.jpg");
	background-color:#FFFFFF;
	z-index: 1;
	position: relative;
}
#wrap{
	background-color: #FFFFFF;
}
.contents{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.title{
	background: url("img/title.jpg");
	bottom: 0;
	background-size: cover;
	text-align: center;
	font-size: 150%;
	height: 120px;
	padding: 40px 0;
	color: #FFFFFF;
}
#foot{
	margin-top: 200px;
}
.tel_box{
	width: 1200px;
	margin: 40px auto;
	padding: 40px 0;
	text-align: center;
}
.tel_box table{
	border: none;
	border-collapse: collapse;
	width: 100%;
	margin-top: 40px;
}
.tel_box table td.td01{
	text-align: right;
	padding: 20px;
	border-right: 1px solid #333333;
}
.tel_box table td.td02{
	text-align:left;
	padding: 20px;
	border-left: 1px solid #333333;
}
#footer{
	margin-top: 60px;
	border-top: 15px solid #9FD3CC;
	background-color: #F2F2F2;
	text-align: center;
}
#f_navi{
	margin-top: 20px;
}
#f_navi ul {
	display: flex;
	margin: 0 auto;
	padding: 5px 3%;
	max-width: 1260px; 
}
#f_navi ul li {
	flex: 1 0 auto;
}
#f_navi ul li a {
	display: block;
	padding: 7px 10px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
#f_navi ul li a:hover {
	color:#c30d23;
}
#copy{
	background-color: #00AB95;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	color:#ffffff;
	font-size: 80%;
}
/* トップページ */
.top_txt{
	padding: 40px 0;
	text-align: center;
}
.contents_box,
.contents_box2{
	width: 384px;
	float: left;
}
.contents_box{
	margin-right: 24px;
}
.contents_txt{
	background-color:#00AB95;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.contents_btn{
  width: 384px;
  height: 254px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  position: relative;
}
.contents_btn img{
  width: 100%;
  cursor: pointer;
  opacity: 0.5;
	transition-duration: 0.3s;
}
.contents_btn:hover img{
  opacity: 1.0;
  transition-duration: 0.3s;
}
.contents_btn p{
  position: absolute;
  top: 30%;
  left: 50%;
	text-align: center;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.contents_btn a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid white 2px; /*線で囲う*/
  padding: 7px 15px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  }
.contents_btn a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }
.check_box{
	background: url("img/check.png") repeat;
	padding: 80px 0;
	margin-top: 80px;
}
.comment-sub {
	background: #FFF;
	border: solid 2px #00AB95;
	color: #00AB95;
	font-size: 120%;
	padding: 10px 20px;
	position: relative;
	margin:30px;
	display: inline-block;
}
.comment-sub::before,
.comment-sub::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #00AB95;
	bottom: -15px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}
.comment-sub::after {
	border-top-color: #FFF;
	bottom:-10px;
}

.pochi_btn {
	display: inline-block;
	padding: 0.8em 1.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#00AB95;
	border-bottom:4px solid #009481;
	border-radius: 2px;
	transition: .0s;
}
.pochi_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#009481;
	 transform: translate3d(0, 4px, 0);
	 transition: .0s;
	 border-bottom: none;
}
ul.taisaku{
	margin-top: 40px;
}
ul.taisaku li{
	list-style: none;
	float: left;
	width: 15%;
	margin: 0 0.833333333%;
}
.top-work{
	margin: 50px 0 0 0;
}
.top-work ul li{
	width: 17%;
	float: left;
	margin: 2% 1.5% 0;
	list-style: none;
}



/* 下層ページ */
#page_title{
	margin-top: 70px;
	width: 100%;
	height: 200px;
	padding-top: 60px;
	background-size: cover;
	background-image: url(img/header.jpg);
	background-position: top center ;
}
#page_title h2{
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 220%;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	line-height: 1.5;
}
#page_title h3{
	font-size: 130%;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
}
#main{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.tab-group{
    display: flex;
    justify-content: center;
}
.tab{
    flex-grow: 1;
    padding:5px;
    list-style:none;
	border-bottom: 1px solid #3E3A39;
    text-align:center;
    cursor:pointer;
	font-size: 120%;
	padding:15px;
}
.panel-group{
    border-top:none;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#3E3A39;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}


ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.topnav li {
	float: left;
	box-sizing: border-box;
}
ul.topnav li a {
	width: 398px;
	border-top: 1px solid #3E3A39;
	border-left: 1px solid #3E3A39;
	border-bottom: 1px solid #3E3A39;
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
ul.topnav li a:hover {
    background:#3E3A39;
    color:#FFF;
}
ul.topnav li.right {
	border-right: 1px solid #3E3A39;
}
#rinen,
#gaiyou,
#enkaku{
	padding-top: 40px;
}
.box800{
	width: 800px;
	margin: 0 auto;
}
.box1000{
	width: 1000px;
	margin: 0 auto;
}

.item{
	width: 30.33333333%;
	margin: 40px 1.5%;
	float: left;
}
.item_name{
	margin-top: 10px;
	color: #00ac96;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.item_txt{
	margin-top: 5px;
	text-align: left;
}
.btn-item {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00ac96;
  border: solid 2px #00ac96;
  border-radius: 3px;
  transition: .4s;
}

.btn-item:hover {
  background: #00ac96;
  color: white;
}
.work_box{
	width: 960px;
	float: left;
	margin-left: 50px;
}
.work_item{
	width: 30.333333%;
	margin: 0 1.5% 40px;
	float: left;
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.work_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.work_item:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.work_item p{
	text-align: center;
}
.work_item p.name{
	margin-top: 10px;
}
.work_navi{
	width: 250px;
	float: left;
	border: 1px solid #9e9e9f;
}
.work_navi p{
  background: #00ac96;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 2em;
}
.work_navi ul{
	margin: 0;
	padding: 10px;
}
.work_navi ul li{
	list-style: none;
	background: url("img/work/arrow.png") no-repeat;
	background-position: bottom 18px left 8px ;
	padding: 10px 5px 10px 1.8em;
}
.work_navi ul li  a:link,
.work_navi ul li  a:active,
.work_navi ul li  a:visited {
	color: #333333;
	text-decoration:none;
}
.work_navi ul li  a:hover,
.work_navi ul li  a:focus {
	color: #00ac96;
	text-decoration:none;
}

.flow_photo{
	width: 37%;
	float: left;
}
.flow_txt{
	width: 60%;
	float: left;
	margin-left: 3%;
}
.square{
	background-color: #00ac96;
	color: #FFFFFF;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	margin-right: 1em;
	width: 50px;
	height: 50px;
	font-size: 200%;
	font-weight: bold;
}
.president{
	width: 31.7460317%;
	float: left;
}
.president_txt{
	width: 64.2857142%;
	float: right;
}


.voice {
	width:			255px;
	height:			255px;
	overflow:		hidden;
	margin:			23px 22px 22px 23px;
	position:		relative;
	float: left;
}
.voice .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
}
.voice .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.voice:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		120px;	/* ホバーで下にずらす */
}

.induction_photo01{
	width: 33.3333333%;
	float: left;
}
.induction_txt01{
	width:62.5%;
	float: right;
}
.induction_photo02{
	width: 33.3333333%;
	float: right;
}
.induction_txt02{
	width:62.5%;
	float: left;
}
.point{
	width: 22%;
	margin: 0 1.5%;
	background-color: #00AB95;
	text-align: center;
	padding: 0 20px 20px;
	float: left;
	color: #FFFFFF;
}

table.company{
	width: 100%;
	border-collapse: collapse;
	margin-top: 80px;
}
table.company th{
	width: 20%;
	text-align: left;
	padding: 30px;
	font-weight: bold;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}
table.company td{
	text-align: left;
	padding: 30px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.enkaku{
	width: 100%;
	border-collapse: collapse;
	margin-top: 80px;
}
table.enkaku th{
	width: 20%;
	text-align: left;
	padding: 30px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}
table.enkaku td{
	text-align: left;
	padding: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.gmap{
	margin-top: 60px;
	padding: 0;
}
.gmap iframe {
	height: 500px;
	width: 100%;
	margin: 0;
	padding: 0;	
}
.top-news{
	width: 100%;
	border-bottom: 1px dotted #646464;
	padding: 60px 130px 20px ;
}
.news-photo{
	float: left;
	width: 250px;
}
.news-txt{
	width: 700px;
	float: left;
	margin-left: 50px;
}
.day{
	font-size: 90%;
	color: #888888;
}
.news_title{
	font-size: 150%;
}
ul.alpha li{
	list-style: lower-alpha;
	margin-left: 2em;
}
ul.dot li{
	list-style:disc;
	margin-left: 2em;
}









/* GoogleMAP */
.map-embed{
	width: 100% ;
	height:400px;
}
div._embed-5625{
	padding: 0 0 56.25% ;
}
.map-embed > div{
	width: 100% ;
	height: 400px;
	margin: 0 ;
	padding: 0 ;
}
.map-embed img{
	max-width: none ;
}


/* お問い合わせフォーム */
table.form{
	margin:40px 0 0 0;
	border:none;
	width:100%;
	border-top: 1px solid #B4B4B5;
	border-collapse: collapse;
}
table.form th{
	width: 40%;
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #B4B4B5;
	vertical-align: middle;
}
table.form td{
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #B4B4B5;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
	border: 1px solid #ddd;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-number{

padding:5px;
}
 
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus{
outline: none;
border-width: 1px;
border-style: solid;
box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
border-color: rgba(100, 200, 255, 0.75) !important;
padding:5px;
}
 
.wpcf7-form-control-wrap {
display:inline;
width: 100%;
padding-bottom: 10px;
}
 
.wpcf7-textarea,
.wpcf7-text{
width: 96%;
}
.wpcf7-text.add{
width: 30%;
}
.wpcf7-text.wpcf7-select{
	padding: 5px;
}

.kisai{
	background-color: #b50033;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.nini{
	background-color: #0f989d;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}


/*----------------------------------------------------
    表示・非表示
----------------------------------------------------*/
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tab {
  display: inherit !important;
}
.visible-tab-sm {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

