/* ===================================================================
CSS information
 style info :  基本構造（common.css）
=================================================================== */
#wrapper {
}
.stage {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}
#plist {
	clear:both;
	padding-top: 1%;
	padding-bottom: 0.8%;
	background-image:url(../img/bk_sl_blue.png);
	font-size:1.2rem;
	line-height:1.0em;
	/*border-top: 5px solid #1e6e32;*/
}
#plist a {
	color:#1e6e32;
	text-decoration:underline;
}

.li_end {
	margin-right: 0px !important;
}
.li_end_smp {
}
/* ========== floating ========== */
#floating {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: left;
	width: 88px;
	height: 100%;
	background-image: url(../img/bk_floating.png);
}
#floating img {
}
/* ========== header ========== */
header {	
}
#header {
	min-height: 160px;
	width: 100%;
}
#logo {
	float:left;
	height: 62px;	
}
h1 {
background-color: #444444;
color: #FFFFFF;
font-size: 1.4rem;
padding-left: 1%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
/* ========== navi ========== */
#pcnavi {
	float: right;
	width: 564px;
}
#pcnavi nav {
}
#pcnavi li {
}
#pcnavi li a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8em;
}
#pcnavi li a span {
}


.gnavi1 {
	float:right;
}
.gnavi1 li {
	float: left;
}
.gnavi1 li a{
	color: #333333;
	text-align: center;	
	margin-top:8px;
	padding-top: 34px;	
	height: 58px;	
	width:100px;
	border-left: 1px solid #CCCCCC;
}
.gnavi1 li a:hover {
	background-color: rgba(242,239,234,1.00);
}
.gnavi2  {
}
.gnavi2 li {
	float: right;
}
.gnavi2 li a {
	color: #FFFFFF;
	text-align: left;	
	padding-top: 38px;
	padding-left:60px;	
	height: 62px;		
	background-color:#1e6e32;
	width:96px;
	background-image:url(../img/ar_gnavi2.png);
	background-repeat:no-repeat;
	background-position: 20px center;
}
.gnavi2 li a:hover {
	background-color: #95C3A0;
}

#spnavi {
	display: none;
}


/*** Navigation ***/
#menu-main-navigation {
	display: block;
}
.srt-menu, .srt-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.srt-menu ul {
	position: absolute;
	display: none;
	width: 12em;
}
.srt-menu ul li {
	width: 100%;
}
.srt-menu li:hover {
	visibility: inherit;
}
.srt-menu li {
	float: left;
	position: relative;
	margin-left: 1px;
	width: 100px;
}
.srt-menu li li {
	margin-left: 0px;
}
.srt-menu a {
	display: block;
	position: relative;
}
.srt-menu li:hover ul, .srt-menu li.sfHover ul {
	display: block;
	left: 0;
	top: 100px;
	z-index: 99;
	-webkit-box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
	box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul, ul.srt-menu li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li:hover ul, ul.srt-menu li li.sfHover ul {
	left: 12em;
	top: 0;
}
ul.srt-menu li li:hover li ul, ul.srt-menu li li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li li:hover ul, ul.srt-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

#gnavi, .srt-menu {
}
.srt-menu a {
	text-decoration: none;
}
.srt-menu li a {
	color: #333333;
	text-align: center;	
	padding-top: 42px;	
	height: 58px;	
	width:100px;
	border-left: 1px solid #CCCCCC;
	margin: 0;
}
.srt-menu a, .srt-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333;
}
.srt-menu li li a {
	border-top: 1px solid rgba(255,255,255,.2);
	background: #333; /*fallback for old IE*/
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding-left: 20px;
	padding-bottom: 12px;
	height: auto;
	padding-top: 15px;	
	text-align: left;
	width:135px;
}
.srt-menu li li a:visited {
	color: #fff;
}
.srt-menu li li li a, .srt-menu li.current * li a {
	padding-left: 20px;
	background: rgba(0,0,0,0.8);
}
.srt-menu li:hover > a, .srt-menu li.current a {
	color: #333333;
	background-color: rgba(242,239,234,1.00);
}
.srt-menu li li:hover > a {
	color: #fff;
	background: #0099ff;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 5px;
	z-index:99999;
}
/* ========== br_end ========== */
#br_end_blue {
	width: 100%;
	background-image:url(../img/bk_sl_blue.png);
}
#br_end_green {
	width: 100%;
	background-image:url(../img/bk_sl_green.png);
}
#br_end_white {
	width: 100%;
}
.br_end_box {
	background-image:url(../img/br_end_kobe.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:105px;
}


/* ========== footer ========== */
#footer {
	text-align: center;
	background-color:#444444;
	padding-top: 2%;
}
#footer .stage {
}
.foot_banner {
	float: right;
	width: 47%;
	text-align: left;
}
.foot_banner img {
	margin-right: auto;
}
#footer p {
	color:#FFFFFF;
	font-size: 1.4rem;
	line-height: 1.8em;	
	text-align: right;
	width: 50%;
}
#footer br {
	display:none;
}
#footer p a {
	color:#FFFFFF;
}
#flogo {
}
#flogo img {
 width: 330px;
 height: auto;
}
/* ========== favi ========== */
#favi {
	margin-left: auto;
	margin-right: auto;
	padding-top:2%;
	max-width: 1000px;
	width: 98%;
	padding-bottom:2%;
}
#favi li {
	float: left;
	width: 16.5%;
}
#favi li a {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#favi li a:hover {
	text-decoration: underline;
}
.first a {
	border:none !important;
}

/* ========== banner ========== */
#banner {
	padding-top: 2.5%;
	padding-bottom: 0.5%;
	text-align: center;
}
#banner ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#banner li {
	float:left;
	margin-left: 50px;
	margin-right: 50px;
	width: 200px;
}
#banner li p {
	padding-top: 12px;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}

/* ========== address ========== */
address {
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 1.2rem;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color:#1e6e32;
}
address span {
}
#fnavi {
	display: none;
}

/* ========== parts ========== */
.bt_detail {
	padding-top: 4%;
	text-align: center;
}
.bt_detail a {
	border: 1px solid #FFFFFF;
	background-color: #f39239;
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-image: url(../img/ar_detail.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-top: 16px;
	padding-bottom: 14px;
	padding-right: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.bt_detail a:hover {
	background-color: #F6BB85;
}
.maintitle {
	font-size:4rem;
	font-weight:bold;
	color:#222222;
	text-align:center;
	line-height:0.9em;
	padding-top:4%;
	padding-bottom:3%;
	letter-spacing:0.25em;
}
.maintitle span {
	font-size:1.2rem !important;
	font-weight:normal;
}

.toptitle {
	font-size:2.8rem;
	font-weight:bold;
	color:#444444;
	text-align:left;
	line-height:1.5em;
	letter-spacing:0.25em;
	margin-bottom:3%;	
}

.subtitle {
	font-size:3rem;
	font-weight:bold;
	color:#1e6e32;
	text-align:center;
	line-height:0.9em;
	padding-top:5%;
	padding-bottom:3%;
	letter-spacing:0.25em;
	border-bottom:5px solid #1e6e32;
	background-color:#FFFFFF;
	margin-bottom:4%;
}
.subtitle span {
	font-size:1.4rem !important;
}

.pagetitle {
	font-size:3rem;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:0.9em;
	padding-top:4%;
	padding-bottom:2.5%;
	letter-spacing:0.25em;
	background-color:#373737;
}
.pagetitle span {
	font-size:1.4rem !important;
}

/* ========== mainvisual ========== */
#mainvisual .maintxt {
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-500px;
}
#mainvisual .mainback {
	position:absolute;
	bottom:0;
	width: 100%;
	height: 250px;
	background-image: url("../img/bk_maintxt.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}

#vegasDots{
	display:none;
	/*
	text-align:center;
	width:100%;
	margin-top:20px;
	*/
}

#vegasDots li{
	border:solid 1px #717171;
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#FFF;
	border-radius:50%;
	margin:0 10px;
}

#vegasDots li.active{
	background-color:#717171;
}


#mainvisual {
	clear:both;
	height:700px !important;
	position:relative;
}


/* ========== subvisual ========== */
#subvisual .maintxt{
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-360px;
}
#subvisual .maintxt img {
	width:auto;
	height: 100px;
}
#subvisual .subback {
	position:absolute;
	bottom:0;
	width: 100%;
	height: 250px;
	background-image: url("../img/bk_maintxt.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}
#subvisual {
	clear:both;
	height:300px !important;
	position:relative;
	background-image:url(../img/subvisual.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	/*background-attachment:fixed;*/
}


/* ========== top_contact ========== */
#top_contact {
	background-color: #444444;
	padding-top: 16px;
	padding-bottom: 7px;
}
#top_contact p {
	color: #FFFFFF;
	text-align: right;
	padding-right: 3%;
	font-size: 18px;
	line-height: 1.5em;
}
#top_contact p a {
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0.5%;
	font-weight: bold;
}
#top_contact p br {
	display: none;
}


/* ========== top_sns ========== */
#top_sns {
text-align: center;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 2%;
}
#top_sns h2 {
margin-bottom: 2%;
}
#top_sns ul {

}
#top_sns ul li {
	width: 100%;
	margin-bottom: 5px;
}
#top_sns ul li img {
margin-left: auto;
margin-right: auto;
}


/* ========== top_news ========== */
#top_news {
text-align: center;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-bottom: 3%;
}
#top_news hr {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	border: 0; 
  height: 3px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0); 
}
#top_news h2 {
	font-size:3rem;
	font-weight:bold;
	color:#222222;
	text-align:right;
	line-height:0.7em;
	padding-top:9%;
	padding-bottom:3%;
	letter-spacing:0.2em;
}
#top_news h2 span {
	font-size:1.4rem !important;
	font-weight:normal;
}
.top_news_title {
	float: left;
	width: 32%;
	padding-top: 1%;
}
.top_news_area {
	float: right;
	border-left: 3px solid #989898;	
	width: 55%;
	text-align: left;
	padding-top: 2%;
	padding-left: 5%;
}
.top_news_box {
	margin-bottom: 4%;
}
.top_news_date {
	float: left;
	width: 32%;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
.top_news_txt {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
.top_news_txt a {
	text-decoration: underline;
}
/* ========== top_business ========== */
#top_business {
	width: 100%;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
	/*background-color: #e2f1e5;*/
	background-image:url(../img/bk_sl_green.png);
}
#top_business hr {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 0; 
  height: 3px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0); 
}
.top_business_box1 {
	float:left;
	width:32%;
	background-color:#FFFFFF;
	margin-left:1.33%;
	color: #222222;
}
.top_business_box2 {
	float:left;
	width:32%;
	background-color:#3ca050;
	color: #FFFFFF;
}


.top_business_icon {
	width:33%;
	max-width:165px;
	height:auto;
}
#top_business .title {
	font-size:0.8rem;
	padding-top:8%;
	padding-bottom:8%;
	line-height:2.8em;
}
#top_business .title span {
	font-size:2.4rem !important;
	text-decoration:underline;
}
#top_business h3 {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10%;
	padding-bottom:4%;
	height:auto;	
	text-align:left;
	font-weight:bold;
	font-size:1.6rem;
}
#top_business ul {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:120px;
}
#top_business ul li {
	text-align:left;
	font-size:1.4rem;
	line-height:1.8em;
	letter-spacing: -1px;
}

/* ========== top_reason ========== */

#top_reason  {
	margin-bottom:2%;
	padding-top:4%;
}
#top_reason hr {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 0; 
  height: 3px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0); 
}
#top_reason p {
	font-size:1.5rem;
	line-height:2em;
	margin-bottom:4%;
}
#top_reason p span {
	font-size:1.5rem;	
	line-height:1.5em;	
}

.reason11 {
	background-image: url(../img/ar_kaitai01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 135px;
	min-height: 75px;
	padding-top: 35px;
}
.reason12 {
	background-image:url(../img/ar_kaitai02.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:135px;
	min-height:75px;
	padding-top:35px;
}
.reason13 {
	background-image:url(../img/ar_kaitai03.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:135px;
	min-height:75px;
	padding-top:35px;
}

.reason_info {
	text-align:center;
	line-height:2.0em;
	font-size:1.5rem;
}

.reason_area {
	padding-bottom:4%;
	padding-top:4%;
}
.reason_box {
	float:left;
	width:30%;
	position:relative;
}
.reason_area .mr {
	margin-right:5%;
}
.reason_box h4 {
background-image: url("../img/bk_sl_gray.png");
	font-size:2rem;
	text-align:center;
	line-height:1.5em;
	padding-top:5%;
	height: 45px;
	margin-bottom:2%;
}
.reason_box .icon {
	color:#1e6e32;
	font-size:3.0rem;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:-5px;	
}
.reason_box p {
	font-size:1.4rem;
	line-height:2.0em;
	padding-top:4%;
	padding-bottom:2%;
	padding-left:1%;
	padding-right:1%;
}
.reason_box img {
	width: 100%;
	height: auto;
}
.reason_arrow {
	width: 100%;
	height: auto;
}




/* ========== top_shop ========== */
#top_profile {
	padding-top:4%;
	padding-bottom:2%;
}
#top_profile .stage {
	background-image:url(../img/bk_profile.jpg) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#top_profile h2 {
	margin-right: 35%;
	margin-bottom: 4%;	
	font-size: 3rem;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;

}
#top_profile p {
	margin-right: 35%;
	margin-bottom: 3%;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: left;	
}


/* ========== top_company ========== */
#top_company {
	padding-top:4%;
	padding-bottom:4%;	
	width: 100%;
	background-image:url(../img/bk_sl_green.png);
}

#top_company hr {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 0; 
  height: 3px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #1e6e32, #f0f0f0); 
}
#top_company ul {
}
#top_company ul li {
	float:left;
	margin-left:1.5%;
	margin-right:1.5%;
	width: 30%;
}
#top_company ul li a {
	display:block;	
	width:100%;
	height:110px;
	text-align:center;
	color:#FFFFFF;
	padding-top:36px;
	font-size:1.6rem;
	line-height:2.4em;
	letter-spacing:0.2em;
}
#top_company ul li a span {
	border-bottom:3px solid #FFFFFF;
	font-size:2.5rem;
}

#top_company ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.bt_top_company01 {
	background-image:url(../img/bk_top_company01.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.bt_top_company02 {
	background-image:url(../img/bk_top_company02.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.bt_top_company03 {
	background-image:url(../img/bk_top_company03.png);
	background-position:center center;
	background-repeat:no-repeat;
}


/* ========== page ========== */
#page {
}
#page h2 {
}
#page h3 {
}
#page p {
}
#page table {
}
#page table th, #page table td {
}
#page table th {
}



/* ========== page policy ========== */
.policy {
	padding-bottom:4%;
}
.policy h3{
	font-size:2rem;
	font-weight:bold;
	color:#1e6e32;
	text-align:left;
	line-height:1.0em;
	padding-top:3%;
	letter-spacing:0.25em;
	margin-bottom:3%;	
}
.policy p{
	font-size: 1.5rem;
	line-height: 1.8em;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;	
}

/* ========== page business ========== */
.business {
	padding-bottom:4%;
}

.business h3{
	font-size:2.8rem;
	font-weight:bold;
	color:#1e6e32;
	text-align:left;
	line-height:1.5em;
	letter-spacing:0.25em;
	margin-bottom:3%;	
}
.business p {
	font-size:1.5rem;
	line-height:2em;
	margin-bottom:4%;
}
.business p span {
	font-size:1.5rem;	
	line-height:1.5em;	
}

.busi11 {
	background-image: url(../img/ar_kaitai01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 135px;
	min-height: 75px;
	padding-top: 35px;
}
.busi12 {
	background-image:url(../img/ar_kaitai02.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:135px;
	min-height:75px;
	padding-top:35px;
}
.busi13 {
	background-image:url(../img/ar_kaitai03.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:135px;
	min-height:75px;
	padding-top:35px;
}

#tranceport {
	padding-top:4%;
	padding-bottom:4%;
	width: 100%;
}
.tranceport_area {
	padding-bottom:5%;
	padding-top:4%;
}
.tranceport_box {
	float:left;
	width:40%;
	background-color:#FFFFFF;
	position:relative;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top: 2.5%;
	height:430px;
	border: 1px solid #CCCCCC;
}
.tranceport_area .mr {
	margin-right:8%;
}
.tranceport_box img {
	width:100%;
	height:auto;
	margin-bottom:2%;
}
.tranceport_box h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:2rem;
	text-align:center;
	line-height:1.5em;
	padding-top:5%;
	padding-bottom:4%;
	
}
.tranceport_box .icon {
	color:#3ca050;
	font-size:3.0rem;
	font-weight:bold;
	position:absolute;
	left:25px;
	top:-5px;
	
}
.tranceport_box p {
	font-size:1.4rem;
	line-height:2.0em;
	padding-top:4%;
	padding-bottom:2%;
}



#demolition {
	padding-bottom:5%;
	padding-top:4%;	
	width: 100%;
	background-image:url(../img/bk_sl_blue.png);	
}
#demolition img {
	width:48%;
	height:auto;
	margin-bottom:4%;
}
.demolition_box {
	float:left;
	width:46%;
	margin-right:6%;
}
.demolition_box p {
	font-size:1.5rem;
	line-height:2em;
	margin-bottom:8%;
}
.demolition_box p span {
	font-size:2.0rem;
}



/* ========== page shop ========== */
#access {
	padding-bottom:4%;
}
#access h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:2.4rem;
	line-height:1.6em;
	margin-bottom:3%;
	font-weight:bold;
}
#access p {
	font-size:1.5rem;
	line-height:1.8em;
	margin-bottom:4%;
}
.shop_img {
	float:right;
	margin-left:8%;
	margin-bottom:5%;
}
.shop_img img {
	width:400px;
	height:auto;
	
}
.gmap2 {
	border:1px solid #CCCCCC;
	width:100%;
	height: 500px;
	margin-bottom:5%;
}



/* ========== page company ========== */
#pyilosophy {
	padding-bottom:4%;
}

#pyilosophy h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:2.4rem;
	line-height:1.6em;
	margin-bottom:3%;
	font-weight:bold;
}
#pyilosophy p {
	font-size:1.5rem;
	line-height:1.8em;	
	margin-bottom:4%;
}
.pyilosophy_img {
	width:100%;
	height:180px;
	background-image:url(../img/img_pyilosophy.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:2.5%;

}
#message {
	padding-bottom:4%;	
}
#message h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:2.4rem;
	line-height:1.6em;
	margin-bottom:6%;
	font-weight:bold;
}
#message p {
	font-size:1.5rem;
	line-height:1.8em;
	margin-bottom:4%;
}
.ceo_img {
	float:right;
	margin-left:8%;
	margin-bottom:5%;
}

#overview {
	padding-bottom:4%;	
}
#overview table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:4%;
}
#overview table th,
#overview table td {
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	border: 1px solid #BCBCBC;
	font-size: 1.5rem;
	line-height:1.8em;
	text-align: left;
}
#overview table th {
	background-color: #EDEDED;
	text-align: center;
	width: 30%;
	font-weight:normal;
}

.overphoto {
	margin-bottom: 2%;
}
.overphoto ul {
	margin-bottom: 0.5%;
}
.overphoto ul li {
	width: 24%;
	margin-right: 1%;
	float: left;
}
.overphoto ul li img {
	width: 100%;
	height: auto;
}



/* ========== page recruit ========== */
#recinfo {
	padding-bottom:4%;	
}
#recinfo p {
	font-size:1.5rem;
	line-height:1.8em;
	margin-bottom:3%;
}
#recinfo table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:2%;
}
#recinfo table th,
#recinfo table td {
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	border: 1px solid #BCBCBC;
	font-size: 1.5rem;
	line-height:1.8em;
	text-align: left;
}
#recinfo table th {
	background-color: #EDEDED;
	text-align: center;
	width: 30%;
	font-weight:normal;
}
.recphoto {
	margin-bottom: 2.5%;
}
.recphoto ul {


	margin-bottom: 0.5%;
}
.recphoto ul li {
	width: 33%;
	margin-right: 0.5%;
	float: left;
}
.recphoto ul li img {
	width: 100%;
	height: auto;
}



/* ========== page contact ========== */
.contact {
	width: 100%;
	background-image:url(../img/bk_sl_blue.png);
}
.contactform {
	padding-top: 2%;
	padding-bottom: 4%;
}

/* ========== sub_sns ========== */
#sub_sns {
text-align: center;
max-width: 860px;
margin-left: auto;
margin-right: auto;
padding-top: 2.5%;
padding-bottom: 0;
}
#sub_sns ul {
}
#sub_sns ul li {
}
#sub_sns ul li img {
margin-left: auto;
margin-right: auto;
width: 100%;
}



/* ========== modal-content ========== */
.modal-content {
	width: 70%;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 5px solid #FFFFFF;
	background-image: url(../img/bk_modalbox.png);
	background-repeat: repeat;
	position: fixed;
	display: none;
	z-index: 9999;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal_search_area {
	position: relative;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -20px;
	top: -20px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 8px;
	height: 28px;
	width: 36px;
	display: block;
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.modal_exit a:hover {
	background-color: #488F15;
	color: #FFFFFF;
}
.modal_search_area h2 {
	background-color: #58b218;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
.modal-h2-tel {
	background-image: url(../img/ar_modal_tel.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal-h2-line {
	background-image: url(../img/ar_modal_line.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal_search_area p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	clear: left;
}
.push_text {
	font-size: 30px !important;
	font-weight: bold !important;
}
.push_text a {
	color: #383838;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 73px;
	width: 125px;
	display: block;
	padding-top: 52px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area li a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dl {
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 20px;
	width: 125px;
	display: block;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.line_qr {
	width: 50%;
	height: auto;
}
