@charset "UTF-8";
/*
	Theme Name: shishikurakoumuten.com
	Author: eSales System Laboratory Inc.
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,th,td {box-sizing: border-box;}

html {
	margin: 0px auto;
}


body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin: 0px auto;
	padding: 0px;
	min-width: 1050px;
	overflow-x: hidden;
	color: #000;
	word-break: break-all;
}

img {
	border-style:none;
	max-width: 100%;
	height: auto;
}

/****************************************
          Typography
*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List
*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li { list-style: none; }



.sp,
.sponly  {display:none}

.wp-pagenavi{clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}

/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #737272;
}

a:hover img { opacity: 0.7; }

img {
	max-width: 100%;
}

p {
margin-top: 0px;
}

#footer02 {
	padding-top: 25px;
	padding-bottom: 50px;
	background: #b5b5b5;
	color: #fff;
}

.flogo {  margin-right: 20px; display: block; margin: 10px auto; }

#footer02 .box1 { float: right; padding-left: 20px; }
#footer02 .box2 { float: right; border-right: 1px solid #fff; padding-right: 20px; color: #fff; }

#footer02 ul { display: inline-block; margin: 10px 20px; vertical-align: top; }
#footer02 ul li {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.8em;
}
#footer02 ul li a {
	color: #fff;
}
#footer02 ul li h2 { font-size: 15px; line-height: 1.5em; border-bottom: 1px solid #333; margin-bottom: 10px; }

#footer03 { padding: 20px 0px 110px; text-align: center; font-size: 14px; margin: 0px; background: #D5CEBB; color: #000; }
#footer03 a { color: #000; }

#footer_fixed {
	padding: 5px 0 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}
#footer_fixed #ft_tel_wrap { padding-left: calc(50% - 700px); display:inline-block;  }
#footer_fixed #ft_tel { display:inline-block; vertical-align: middle; background: #CCCCCC; width: 398px; text-align: center; height: 65px; border: 1px solid #eee;  }
#footer_fixed #ft_tel img.ftlogo { width: 100px; margin-bottom: 3px; }
#footer_fixed .rbox  { margin-right: calc(25% - 300px); float: right; width: 610px; box-sizing: border-box; }
#footer_fixed #ft_sassi { margin-left: 0px; float: left; }
#footer_fixed  #ft_toi { margin-left: 0px; float: left; }
#footer_fixed  #ft_top { float: left; margin-left: 20px;  }
#footer_fixed #ft_top img { display: block; }
#footer_fixed #ft_toi img { display: block; }
#footer_fixed #ft_sassi img { display: block; }
/****************************************

          Layout

*****************************************/
#maincon {
	padding: 0px 0px 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	position: relative;
}


.wrapper-f {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1350px;
	position: relative;
}

.wrapper02 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1680px;
	position: relative;
}

header {
	width: 100%;
}

body.home header {
	position: absolute;
	z-index: 10000;	
}

#header {
	display: block;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


header #headerL.fixed {
	position:  fixed;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(255,255,255, 0.8);
}
header #headerL.fixed #header { width: 100%; transition: .3s; }

header #topcontact { float: right; }
header #topcontact img { float: right; }

.slider { position: relative; }
#toplogo { position: absolute; top: 35%; z-index: 1000; left: calc(50% - 156px); width: 312px; }

/* ------- メニュー部分 ------- */
.menu {
	margin-left: auto;
	padding: 0;
	height: auto;
}

.menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0px 0;
	height: 52px;
}

.menu li{
	display: inline-block;
	margin: 0;
	padding: 0 0px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.menu span.wrap,
.menu a{
	text-align: center;
	margin: 0px 11px;
	position: relative;
	color: #222;
	font-size: 18px;
	display: block;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 1px;
    box-sizing: border-box;	
}

.menu a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #90C320;
	opacity: 0;
	transition: .5s;
}

.menu a:hover:after {
	opacity: 1;
}
.menu ul:after {
  clear: both;
  display: block;
  content: "";
}

.menu ul.submenu { 
    position: absolute;
    list-style: none;
    margin: 0px 0px 0px 0px;
	top: 50px;
    width: 100%;
	height: auto;
    z-index: 1000;
    display: none;
	font-size: 14px;
	text-align: left; 
}

.menu ul.submenu li { width: 100%; display: block; padding: 0px; margin: 0px; }
.menu ul.submenu a { color: #fff; background: rgba(0,0,0,0.8); font-size: 14px; display: block; margin: 0px 0px 1px; padding: 10px 1px; height: 30px; line-height: 30px; } 
.menu ul.submenu { width: 180px; left: -20px; }
.menu ul.submenu a:after {
	height: 0px;
}
.menu ul.submenu a:hover { background: rgba(20,20,20,0.8);  }



.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { text-align: center;}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/****************************************

          Navigation

*****************************************/



.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font30 { font-size: 30px; }
.font36 { font-size: 36px; }

/****************************************

          margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { margin-top: 50px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr80 { margin-right: 80px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }


/****************************************

          padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pt70 { padding-top: 70px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

/* ------- フッターメニュー部分 ------- */
.menuf {
	font-size: 15px;
	padding: 0;
	text-align: left;
	color: #fff;
}

.menuf ul {
    vertical-align: top;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	margin-top: 10px;
	display: inline-block;
	width: 160px;
}
.menuf li {
	 line-height: 1em;
	 text-align: left;
	 padding: 0px 0px 0px;
	 position:relative;
}

.menuf a {
padding: 5px 10px 5px 0px;
text-decoration:none;
color: #fff;
display: block;
font-size: 13px;
}

.menuf a:before {
		content: "－";
		padding-right: 10px;
		font-size: 12px;
}

/* ------- フッターメニュー部分 ------- */

.red { color: #ee0000; }
span.pcbr { display: block; }

/* TOP */

#top01 {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #e9e0c7;
	background: url(/images/reform-bg-top.png) repeat-x top center, url(/images/reform-bg-top.png) repeat-x center bottom,url(/images/reform-bg-lft.png) repeat-y top left,url(/images/reform-bg-lft.png) repeat-y top right #e9e0c7;
	background-position: 15px 15px, 15px 98%,15px 15px, 99% 15px;
}
#top02 {
	padding-top: 90px;
	padding-bottom: 70px;
}
#top03 {
	padding-top: 100px;
	padding-bottom: 80px;
	background: url(/images/reform-bg-top.png) repeat-x top center, url(/images/reform-bg-top.png) repeat-x center bottom,url(/images/reform-bg-lft.png) repeat-y top left,url(/images/reform-bg-lft.png) repeat-y top right #e9e0c7;
	background-position: 15px 15px, 15px 98%,15px 15px, 99% 15px;
	margin-bottom: 30px;
}

#top04 {
	padding-top: 60px;
	padding-bottom: 20px;
}

#top05 {
	padding-top: 60px;
	padding-bottom: 80px;
}

#top06 {
	padding-bottom: 80px;
}

#newstopics { padding: 30px 0px; }
#newstopics .box1 {
	float:left;
	width: 488px;
	padding: 10px 0px;
	box-sizing: border-box;
}
#newstopics .box2 {
	box-sizing: border-box;
	float:right;
	padding: 10px 0px;
	width: 488px;
}

#newstopics .box1 ul { margin: 0px 0px; padding: 0px 0px 20px; }

#newstopics .box1 li {
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	display:block;
	line-height: 1.2;
	background: #fff;
}

#newstopics .box1 li:last-child {
	border-bottom: 0px solid #eee;
	margin-bottom: 0px;
}

#newstopics .box1 li h2  {
	display:block;
	line-height: 1.5;
	margin: 5px 0px;
	font-size: 17px;
}

#newstopics .box1 .box1-1 {
	float: left;
	width:120px;
	height:120px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

#newstopics .box1 .box1-2 {
	float: right;
	width: 345px;
	height: 120px;
	padding-right: 10px;
	padding-top: 10px;
}
#newstopics .box1 .box1-1 img {
	width: 120px;
	height: 120px;
    object-fit: cover;
	display: block;
}

#newstopics .box1 .hiduke { color: #333; }
#newstopics .box1 span.label { font-size: 14px; display: inline-block; color: #000; line-height: 1em; padding:5px 5px 5px; margin: 0px 10px; border: 1px solid #333; width: 8em; text-align: center; }

/*
#newstopics .box1 span.label_event {
    color: #fff !important;
    background: #DB6269 !important;
    line-height: 1.2em;
}

#newstopics .box1 span.label_reform {
    color: #fff !important;
    background: #6DA33E !important;
    line-height: 1.2em;
}

#newstopics .box1 span.label_work {
    color: #fff !important;
    background: #000 !important;
    line-height: 1.2em;
}
*/

#newstopics .box2 a.morelink {
	color: #fff;
	display: block;
	border-radius: 15px;
	padding: 8px 20px;
	margin: 10px auto 20px;
	width: 130px;
	background: #0C7231;
	font-size: 16px;
	text-align: center;
	border: 1px solid #333;
	line-height: 1em;
}
#newstopics .box2 a.morelink:after {
	content: "→";
	padding-left: 20px;
}
#newstopics .pickup_info h2 {
	font-size: 16px;
	margin: 8px 0px 8px;
}
#newstopics .pickup_info {text-align: center; background: #fff; }
#newstopics .pickup_info span.img {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
	width: 283px;
	height: 210px;
}

#newstopics .pickup_info span.img img { display: block; margin: auto; max-height: 210px; margin-top: 10px; }

#newstopics .blog_info {
	height: 278px;
	background: #fff;	
}
#newstopics .blog_info ul {
	padding: 20px 20px 10px;
}
#newstopics .blog_info h2 {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 1.5em;
}
#newstopics .blog_info li {
	margin-bottom: 15px;
}
#newstopics .blog_info .box1-1 {
	float: left;
	width:90px;
	height:90px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

#newstopics .blog_info span.label { font-size: 14px; display: inline-block; color: #000; border: 1px solid #000; line-height: 1em; padding:5px 5px 5px; margin: 0px 10px; width: 8em; text-align: center; }

#top-plan ul {
	text-align: center;
	padding: 10px;
}
#top-plan ul li {
	display: inline-block;
	width: 24%;
	margin: 10px 0.2%;
	padding: 15px 15px 20px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	vertical-align: top;
}
#top-plan ul li h2 { margin: 0px 10px; line-height: 1.5em; font-size: 18px; }
#top-plan ul li div.label { color: #000; background: url(/images/ribon.png) no-repeat left top; position: absolute; top: 8px; left: 35px; display: block; width: 65px; height: 88px; box-sizing: border-box; padding: 0px 10px; text-align: center; z-index: 100; font-family: "黎ミン M"; }
#top-plan ul li div.label .no { font-size: 27px; display: block; }

#top-plan ul li span.img {
	display: block;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
} 
#top-plan ul li img { max-height: 275px; display: block; }


#top-reform ul {
	text-align: center;
	padding: 10px;
}
#top-reform ul li {
	display: inline-block;
	width: 24%;
	margin: 10px 0.2%;
	padding: 15px 15px 20px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	vertical-align: top;
}
#top-reform ul li h2 { margin: 0px 0px; line-height: 1.5em; font-size: 18px; text-align: center; }
/*
#top-reform ul li span.label { color: #000; background: url(/images/ribon-2.png) no-repeat left top; position: absolute; top: 1px; left: 25px; display: block; width: 210px; box-sizing: border-box; padding: 0px 20px; line-height: 34px; text-align: center; z-index: 100; }
*/
#top-reform ul li span.label { display: inline-block; font-size: 12px; margin-right: 5px; background: #5D9D6C; line-height: 1.3em; padding: 3px; color: #fff; }
#top-reform ul li span.img {
	display: block;
	height: 283px;
	overflow: hidden;
	text-align: center;
/*	background: url(/images/reform-waku.png) no-repeat top center;
	background-size: contain;
*/
	text-align: center;
	margin-bottom: 5px;
} 
#top-reform ul li span.img img { height: 283px; width: 100%; display: block; margin: auto; object-fit: cover; /* border-radius: 5px; */}

#top-plan .subttl,
#top-reform .subttl { font-size: 18px; color: #000; }

.morebottun {
	position: relative;
	display: inline-block;
	padding: .7em 3.5em .7em 3em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	background: url(/images/yaji-b-s.png) no-repeat right center;
	background-position-x: 90%;
	border: 2px solid #000;
}
.morebottun:hover {
  color: #fff;
}

.morebottun::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #000;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
	border: 2px solid #000;
}
.morebottun:hover::before {
  transform-origin: left top;
  transform: skewX(180deg) scale(1, 1);
}
.morebottun::after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
}

.morebottun_g {
	position: relative;
	display: inline-block;
	padding: .6em 4.5em .6em 4em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	background: url(/images/yaji-w-b.png) no-repeat right center;
	background-position-x: 90%;
	border-radius: 20px;
	line-height: 1em;
}
.morebottun_g:hover {
  color: #fff;
}

.morebottun_g::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #000;
  transform-origin: right top;
  transform: skewX(180deg) scale(0, 1);
  transition: transform .3s;
}
.morebottun_g:hover::before {
  transform-origin: left top;
  transform: skewX(180deg) scale(1, 1);
}
.morebottun_g::after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C7231;
}

#top-product .lead {
	background: url(/images/line.png) no-repeat bottom center;
	padding-bottom: 15px;
	font-size: 18px;
}

#top-concept ul {
	text-align: center;
	padding: 10px;
}
#top-concept ul li {
	display: inline-block;
	margin: 10px 1.2%;
}

#top-concept ul li.child {
	margin-left: 4%;
	margin-right: 4%;	
}

#top-company {
	background: url(/images/top-bg.jpg) no-repeat center center; 
	padding: 80px 0px 60px;
}
#top-company ul {
	text-align: center;
	padding: 10px;
}
#top-company ul li {
	display: inline-block;
	margin-right: 40px;
}
#top-company ul li:nth-child {
	margin-right: 0px;
}
#top-company ul li a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
    overflow: hidden;
	line-height: 50px;
	letter-spacing: 3px;
	transition: background-color 1s;
}

#top-sns ul {
	text-align: center;
	padding: 10px;
	display: flex;	
}
#top-sns ul li {
	text-align: center;
	display: inline-block;
	padding: 10px 2%;
	border-right: 1px solid #eee;
}
#top-sns ul li:nth-child(5n + 5)  {
	border-right: 0px solid #eee;
}

/* TOP */

/* kaso */

.breadcrumbs { font-size: 14px; text-align: left; margin-bottom: 30px; font-weight: 300; color: #999; }

.subHeader { padding: 100px 0px 0px; }

.mB .wrapper,
.kizi .wrapper { width: 1000px; }


.mB {
	font-size: 36px;
    margin: 0px 0px 10px;
    height: 160px;
    position: relative;
    display: block;
    line-height: 161px;
    background: #ddd;
    font-weight: 400;
    color: #000;
    letter-spacing: 5px;
    background-size: cover !important;
    /* text-shadow: 2px 2px 1px #fff;*/
}
	
.kizi { padding-bottom: 50px; background-color: #fff; }
.kizi .kizicon { padding-top: 20px; }
.kizittlnewc {  
	font-size: 1.8em;
    margin: 0px 0px 20px;
    padding: 30px 0px 30px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    letter-spacing: .15em;
    background: url(/images/dot-gr.png) no-repeat left bottom;
    background-size: 28px;
    background-position-x: 460px;
	color: #000;
}

.kizittlnewc::after {
    content: "";
    background-image: url(/images/ttl_line2.png);
    background-repeat: repeat-x;
    width: 140px;
    height: 10px;
    display: block;
    margin: 22px auto 0;
}

.kizittlsekou {
	text-align: left;
    font-size: 28px;
    line-height: 1.5em;
    margin: 0px auto 50px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    position: relative;
    background: url(/images/hasen.png) no-repeat bottom center;
}

.kizittl.blogttl {
	font-size: 1.6em;
    padding: 20px 0px 10px;
	margin-bottom: 20px;
    text-align: left;
	border-bottom: 2px solid #d7c098;
	color: #333;
    letter-spacing: .1em;
}
.blogdate {
	color: #555;
}

.kizittl.new {
	font-size: 1.6em;
    padding: 20px 0px 20px;
    background: #ed793b;
    text-align: center;
    color: #fff;
}

.kizittl.new a {
    color: #fff;
}

.kizittlevent {
    font-size: 1.8em;
    margin: 0px 0px 20px;
    padding: 30px 0px 30px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    letter-spacing: 1px;
    background-size: 28px;
    background-position-x: 460px;
    color: #6b3524;
}

.kizittlevent::after {
    content: "";
    background-image: url(/images/ttl_line3.png);
    background-repeat: repeat-x;
    width: 140px;
    height: 10px;
    display: block;
    margin: 22px auto 0;
}

.bg-content { background: #fff; padding: 0px 0px; }
body.home .bg-content { padding-top: 0px; margin-top: 0px; }
.bg-content .wrapper .kizi { padding: 0px 50px; }

.midashi {
    font-size: 22px;
    padding: 10px 0px;
    font-weight: 500;
    border-bottom: 1px solid #555;
    margin-bottom: 1em;
}

.midashis {
    text-align: left;
    clear: both;
    font-size: 20px;
    font-weight: 500;
    color: #333;
	line-height: 2em;
}

.midaship {border-bottom: solid 2px #eee;position: relative; font-size: 20px; margin-bottom: 20px; clear: both; color: #333; padding-bottom: 10px;}
.midaship:after {position: absolute;content: " ";display: block;border-bottom: solid 2px #e6da72;bottom: -2px;width: 20%;}


.midashievent {
    text-align: left;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding: 10px 0px;
	margin-top: 50px;
}


.midashievent:after {
    content: "";
    display: block;
    height: 1px;
    background: #4f2f24;
    margin: 15px 0 0px;
}

.midashiblog {
    text-align: center;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashiblog:after {
    content: "";
    display: block;
    height: 1px;
    height: 2px;
    background: #4f2f24;
    margin: 15px 0 0px;
}

.midashikanren {
    text-align: center;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashikanren:after {
    content: "";
    display: block;
    height: 1px;
    height: 1px;
    background: #000;
    margin: 15px 0 0px;
}

.midashiv {
   clear: both;
    font-size: 20px;
    padding-left: 8px;
    border-left: 10px solid #deceba;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 34px;
    border-radius: 6px;
    color: #000;
}

.ttlblog {
    clear: both;
    font-size: 20px;
    padding-left: 8px;
    border-left: 10px solid #deceba;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 34px;
    border-radius: 6px;
    color: #333;
}

.vtext {
	padding-left: 20px;
}

.kizittlvoi {
font-size: 24px;
    margin: 0px;
    padding: 10px 0px 70px;
    font-weight: 500;
	text-align: center;
	background: url(/images/voice-title.jpg) no-repeat top center;
	padding-top: 70px;
	color: #0c7231;
}


.imgvoice {
    display: block;
	text-align: center;
	margin: 10px auto;
}
.bloc1 {
    padding: 10px 20px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.kanren ul.list02 li { display: inline-block; width: 45%; text-align: left; margin: 10px 1%; vertical-align: top; }
.kanren .list li {
	float: left;
	width: 45%;
	height: 140px;
	margin-right: 5%;
	margin-bottom: 20px;
}

.kanren .list li img {
	border: 1px solid #eee;
    width: 140px;
    height: 140px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	float: left;
	margin-right: 20px;
}

.kanren .list li h3{
	font-size: 16px;
	text-align: left;
    margin: 0px 0px 20px 20px;
	font-weight: 500;
}

.child_pages { margin-top: 20px; width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
.child_page { display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0px 0.5% 10px;
    box-sizing: border-box;
    background-color: #fde05c; }

.child_page h3 { padding-left: 0px; font-weight: normal; font-size: 14px; border: 1px solid #ddd; margin: 0px; }
.child_page h3 a { display: block; padding: 10px; }
.child_page h3 a:after { content: "→"; padding-left: 1px; display:block; }
#voiceDedail li .dwrap { padding: 0px 10px 10px; }
.midashi_voice { font-size: 1.3em; padding: 10px 10px; font-weight: 400; border-bottom: 1px solid #555; margin-bottom: 20px; color: #ff6600; }

#main { float: left; width: 70%; }
#sidepage { float: right; width: 25%; }
#sidepage ul { margin-bottom: 20px; }


#sidepage ul li {
    padding: 8px 10px 1px;
    border-bottom: 1px dotted #ddd;
}

#sidepage ul li li:last-child {
    border-bottom: 0px dotted #ddd;
}
#sidepage ul.children {
	margin-bottom: 0px;
}
.widgettitle {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 20px 0px 10px;
    border: 0px solid #333;
	background-color: #e9e0c7;
}


.gaiyou {
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.gaiyou table.tab1 { 
	table-layout:auto; background:#f6f6f6; 
}

.gaiyou th {
	text-align: left; 
	padding:10px 10px; 
	font-weight: normal;
	width: 14em; 
	font-weight: 500;
	color: #333;
	border-bottom: 2px solid #e5e5e5;
}

.gaiyou td {
	border: solid 0px #dddddd; 
	padding:20px 10px; 
	border-bottom: 1px solid #e5e5e5;
	border-left: 5px solid #fff;
}

.gaiyou .color {
    background: #2e2e2e;
}

/*	

.gaiyou {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.gaiyou table.tab1 { table-layout:auto; background:#f6f6f6; }
.gaiyou th { border: solid 1px #bfb7ab; background:#efe6d6; text-align: left; padding:10px 10px; font-weight: normal; width: 12em;}
.gaiyou td { border: solid 1px #bfb7ab; padding:10px 10px;background-color: #fff;}

 */

.eventchirasi { text-align: left; }
.blog-thumbnail { float: left; margin-right: 20px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; }
.blogDetail a.more { display: inline-block; padding: 8px 30px; line-height: 1em; background: #555; color: #fff; position: relative; border: 1px solid #555; }
.blogDetail a.more:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    border-top-color: #555;
    border-left-color: #555;
}
.blogDetail a.more:hover { background: #000; border: 1px solid #000; }
.blogDetail a.more:hover:after {
    border: 5px solid #000;
    border-top-color: #000;
    border-left-color: #000;	
}
.blogDetail .blogbloc {  }

#prevANDnext {
    border-top:5px double #999;
    margin:25px 0 10px 0;
    padding:10px ;
    font-size:14px;
}

#prevANDnext .prev {
    float:  left;
    width:45%;
}

#prevANDnext .next {
    text-align: right;
    float:  right   ;
    width:45%;
}



/* work */
.photos {
	margin-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}

.photos .part {
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 400;
    color: #000;
    padding-top: 15px;
	padding-left: 10px;
}
.photos .part span {	
    font-size: 1.2rem;
    width: auto;
    padding: 0;
    margin-top: -30px;
    display: inline-block;
    line-height: 2.1em;
    margin: 0 auto;
}

.photos .part span:after {
	content: "";
	display: block;
	height: 1.8px;
	background: #E6DA72;
	width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    position: relative;
    transform-origin: left;	
}

.photos li .halfright,
.photos li .halfleft { width: 48%; vertical-align: top; display: inline-block; }
.photos li .halfleft { margin-right: 2%; }
.photos li .halfright { float: right; }

.photos li img.halfleft.before { width: 350px;}
.photos li img.beforeafter-yaji { width: 100px;}

.photos li .table {
	display: table;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}
.photos li .alignleft { margin-right: 1% }
.photos li .alignright { margin-left: 1%; }

ul.work_list { display: flex; flex-wrap: wrap;}

ul.work_list li { 
	float: left;
    width: 28.1%;
    margin-bottom: 30px;
    position: relative;
    border-right: 1px solid #ddd;
    box-sizing: content-box;
    padding: 0px 1% 0px 1%;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
}

ul.work_list li:nth-child(3n + 2) { padding: 0px 1% 0px 1%; margin-left:1.3%; margin-right: 1.3%; }
ul.work_list li:last-child { border-right: 0px!important; }
ul.work_list li h2 { font-size: 16px; margin: 0px; padding: 0px 0px 0px; text-align: left; font-weight: 500; color: #333; margin-bottom: 20px; color: #000; }
ul.work_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
ul.work_list li a { text-decoration: none; }

ul.work_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; }

ul.work_list li span.img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


ul.reform_list { display: flex; flex-wrap: wrap;}

ul.reform_list li { 
	float: left;
    width: 30%;
    margin-bottom: 30px;
    position: relative;
    border-right: 1px solid #ddd;
    box-sizing: content-box;
    padding: 0px 1.2% 0px 1.2%;
    background-color: #fff;
    margin-left: 0%;
    margin-right: 0%;
}
ul.reform_list li:nth-child(3n + 3)  { border-right: 0px!important; }
ul.reform_list li h2 { font-size: 16px; margin: 0px; padding: 0px 0px 0px; text-align: left; font-weight: 500; color: #333; margin-bottom: 1px; color: #000; }
ul.reform_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
ul.reform_list li a { text-decoration: none; }

ul.reform_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; }

ul.reform_list li span.img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	display: block;
	margin: 0px auto;
}
ul.reform_list li p.more { text-align: right; }
ul.reform_list li p.more a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    line-height: 1em;
    padding: 5px 5px 5px;
    margin: 0px 10px;
    border: 1px solid #333;
    border-radius: 0px;
     width: 8em;
    text-align: center;	
	background: url(/images/yaji-b-s.png) no-repeat right center;
	background-position-x: 94%;
}

ul.reform_list li p.more a:hover {
	background: url(/images/yaji-w-s.png) no-repeat right center #333;
	background-position-x: 94%;
    color: #fff;
}

ul.madori_list { display: flex; flex-wrap: wrap;}

ul.madori_list li { 
	float: left;
    width: 30%;
    margin-bottom: 30px;
    position: relative;
    border-right: 1px solid #ddd;
    box-sizing: content-box;
    padding: 0px 1.2% 0px 1.2%;
    background-color: #fff;
    margin-left: 0%;
    margin-right: 0%;
}
ul.madori_list li:nth-child(3n + 3)  { border-right: 0px!important; }
ul.madori_list li h2 { 
font-size: 16px;
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 1px;
    color: #000;
/*     background: #e6da72;　*/
}


ul.madori_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
ul.madori_list li a { text-decoration: none; }

ul.madori_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; }

ul.madori_list li span.img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	display: block;
	margin: 0px auto;
}
ul.madori_list li p.more { text-align: right; }
ul.madori_list li p.more a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    line-height: 1em;
    padding: 5px 5px 5px;
    margin: 0px 10px;
    border: 1px solid #333;
    border-radius: 0px;
     width: 8em;
    text-align: center;	
	background: url(/images/yaji-b-s.png) no-repeat right center;
	background-position-x: 94%;
}

ul.madori_list li p.more a:hover {
	background: url(/images/yaji-w-s.png) no-repeat right center #333;
	background-position-x: 94%;
    color: #fff;
}


.midashim {
    font-size: 22px;
    padding: 10px 0px;
    font-weight: 500;
    margin-bottom: 1em;
}

/* work */
/* work */


.fd-gaiyou {
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.fd-gaiyou th { width: 10em;
    font-size: 14px;
    border: solid 1px #bfb7ab;
    color: #555;
    padding: 5px;
    background: #efe6d6; }
.fd-gaiyou td { border: solid 1px #bfb7ab;
    padding: 10px 10px;
    background-color: #fff }
.fd-gaiyou td:nth-child(2n) { width: auto; }


.midashifudou {
    margin-bottom: 15px;
    font-weight: 500;
    color: #6b3524;
    display: inline-block;
    font-size: 1.2rem;
    padding-top: 15px;
    line-height: 2.1em;
    margin: 0 auto;
	padding-left: 10px;
}

/* fudousan */

/* 施工例詳細ページの見出し */

.midashi-d {
border-bottom: 3px solid #eee;
padding: 1rem 0;
position: relative;
}

.midashi-d:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 15%;
    height: 3px;
    content: '';
    background: #5D9D6C;
}

.bukendata { font-size: 15px; padding: 20px 0px; }

.bukendata dl {
	display: inline-block;
	width: 46%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 1%;
	border-bottom: 1px solid #ccc;
}


.midashi-d span {
   position: absolute;
    display: block;
    font-size: 12px;
    color: #8d8d8d;
    width: 200px;
    text-align: left;
    padding: 8px 0px 0px;
}

.bukendata dl dd,
.bukendata dl dt {
	float: left;
	padding: 0px 10px;
	margin: 0px;
}

.bukendata dl dt {
	font-weight: 400;
	width: 7em;
}

.bukendata dl dd {
	width: 330px;
	position: relative;
	padding-left: 20px;
}

.bukendata dl dd:before {
	content: "|";
	position: absolute;
	left: 0;	
}


.right_exit {
	border: 1px solid #333;
	margin: 20px 0px 0px 55%;
	padding: 10px;
	text-align: right;
	font-size: 14px;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	padding: 0px 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	display: block;
}

.right_exit .link a {
	display: block;
	text-decoration: none !important;
	color: #000;
}

.right_exit .link a:after {
	content: "→";
	padding-left: 10px;
	color: #333;
}


#staffList li { display: inline-block; width: 48%; background: #fefefe; border-bottom: 35px solid #fff; margin-right: 7px; }
#staffList li:hover { background: #aaa; }
#staffList li a { text-decoration: none; color: #000; display: inline-block; width: 100%; height: 100%; background-color: #f7f6f2;
    border: 1px solid #f7f6f2; }
#staffList li img { float: left; margin-right: 20px; width: 240px; }
#staffList li p { line-height: 1.5em; padding: 0px; margin: 0px 0px; }
#staffList li p.staffp1 { color: #a283b0; font-size: 18px; margin-bottom: 10px; padding-top: 20px; }
#staffList li p.staffp2 { color: #555; font-size: 28px; font-family: "Yu Mincho", "YuMincho", serif; font-weight: 600; }
#staffList li p.staffp3 { color: #a97a64; font-size: 15px; letter-spacing: 4px; }

.wrap_pagenavi { text-align: center; }
#staffDedail { padding-top: 50px; }
#staffDedail .box1 { width: 300px; display: inline-block; margin-right: 50px; }
#staffDedail .box2 { width: 630px; display: inline-block; vertical-align: top; }

#staffDedail .en_name {
    color: #00863b;
    font-size: 15px;
    letter-spacing: 4px;
    padding-left: 20px;
}

#staffDedail .position {
    color: #a283b0;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}
#staffDedail .staffProfile { padding-top: 10px; width: 100%; }
#staffDedail .staffProfile tr { vertical-align: top; }
#staffDedail .staffProfile tr:first-child th,
#staffDedail .staffProfile tr:first-child td {
	border-top: 1px solid #ddd;
}

#staffDedail .staffProfile td,
#staffDedail .staffProfile th { font-weight: normal;  border-bottom: 1px solid #ddd; padding: 10px 10px;  }
#staffDedail .staffProfile th { border-right: 1px solid #ddd; padding-right: 20px; width: 14em; }
#staffDedail .staffProfile td { padding-left: 20px; }
#staffDedail .en_name { color: #888; font-size: 15px; letter-spacing: 4px; padding-left: 20px; }
#staffDedail .position { color: #a283b0; font-size: 18px; display:block; padding-bottom: 10px; }
#recoStaff li { display: inline-block; vertical-align: top; width: 19.4%; }
#recoStaff li a { text-decoration: none; color: #000; }
#recoStaff li p { margin: 5px; text-align: center; }
#recoStaff li p.staffp2,
#recoStaff li p.staffp1 { color: #a283b0; }

.event_list { display: flex; flex-wrap: wrap; }
.event_list li { display: flex; align-items: flex-start; width: 31.8%; margin-bottom: 30px; position: relative; box-sizing: content-box; background: #fff;  }
.event_list li:nth-child(3n + 2) { border-left: 0px solid #ddd; border-right: 0px solid #ddd; padding: 0px 1% 0px 1%; margin-left: 1.3%; margin-right: 1.3%; }
.event_list li:last-child { border-right: 0px!important; }
.event_list li h2 { font-size: 16px; margin: 0px; padding: 0px 5px 5px; text-align: left; font-weight: 300; color: #000; border-bottom: 1px solid #696F79;margin-bottom: 10px;}
.event_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	position: relative;
}
.event_list li a { text-decoration: none; width: 100%; display: block; }

.event_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; }

.event_list li span.img img {
	width: 315px;
    height: 230px;
    object-fit: cover;
	padding-top: 10px;
    font-family: 'object-fit: cover;'; }

.event_list .is_new {
	display:inline-block;
	background:#dc143c;
	color:#fff;
	padding:2px 10px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;

}

.event_list .is_close {
	display:inline-block;
	background:#000;
	color:#fff;
	padding:2px 10px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;

}

.worktags { margin-bottom: 5px; display: block; }
.worktags li { display: inline-block; width: 198px; }

.worktags li span,
.worktags li a {
	display: block;
	padding: 10px 5px;
	margin: 10px 10px 10px 0px;
	text-decoration: none !important;
	width: auto;
	text-align: center;
	font-size: 15px;
	color: #333;
	border: 2px solid #5D9D6C;
	background: #fff;
	border-radius: 0px;
}

.worktags li.active span,
.worktags li.active a { 
	border: 2px solid #5D9D6C;
	color: #fff;
	background: #5D9D6C; 
	border-radius: 0px;
}

.worktags li a:hover { background: #5D9D6C; color: #fff; }

.worktags.subTab li a { border: 1px solid #3971CD; }
.worktags.subTab li.active a { border: 2px solid #3971CD;  color: #3971CD; }

.worktagsr { margin-bottom: 5px; display: block; }
.worktagsr li { display: inline-block; width: 240px; }

.worktagsr li a {
    display: block;
    border: 1px solid #9fbb72;
    padding: 10px 25px;
    margin: 10px 10px 0px 0px;
    text-decoration: none !important;
    width: autp;
    text-align: center;
    font-size: 15px;
	border-radius: 8px;
	background: #fff;
	color: #333;
}

.worktagsr li.active a { border: 2px solid #9fbb72;  color: #fff; background: #9fbb72; }
.worktagsr li a:hover { background: #9fbb72; color: #fff; }

.worktagsr.subTab li a { border: 1px solid #3971CD; }
.worktagsr.subTab li.active a { border: 2px solid #3971CD;  color: #3971CD; }

.tags {
	font-size: 15px;
	color: #fff;
}

.tags span,
.tags a {
	display: inline-block;
    padding: 2px 16px;
    margin: 8px 0px 0px 6px;
    color: #fffe;
    border-radius: 0px;
    background: #5D9D6C;
}
.marker {
	background: linear-gradient(transparent 60%, #E8D062 60%);align-content
}

.event_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 10px;
	margin: 10px 0px 30px;
	color: #442f13;
	background-color: #b8e1a7;
}

.sekourei_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 10px;
	margin: 10px 0px 30px;
	color: #333;
	background-color: #eee;
	
}

.button_m a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    line-height: 1em;
    padding: 10px 30px 10px 15px;
    margin: 0px 10px;
    border: 1px solid #333;
    border-radius: 15px;
    text-align: center;	
	background: url(/images/yaji-b-s.png) no-repeat right center;
	background-position-x: 94%;
}

.button_m a:hover {
	background: url(/images/yaji-w-s.png) no-repeat right center #333;
	background-position-x: 94%;
    color: #fff;
}

ul.voice_list {
	text-align: center;
	padding: 0px;
	margin-bottom: 50px;
}
ul.voice_list li {
	display: inline-block;
	width: 31%;
	margin: 10px 0.5%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
ul.voice_list li span.img {
	display: block;
}
ul.voice_list li span.img img { max-height: 195px; display: block; margin: 0px auto 10px;  }

ul.voice_list li h2 { margin: 0px 10px 20px; line-height: 1.5em; font-size: 18px; }
ul.voice_list li span.label { color: #90C223; }
ul.voice_list li p.more {
	text-align: right;
}
ul.voice_list li p.more a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    line-height: 1em;
    padding: 5px 5px 5px;
    margin: 0px 10px;
    border: 1px solid #333;
     width: 8em;
    text-align: center;	
	background: url(/images/yaji-b-s.png) no-repeat right center;
	background-position-x: 94%;
}

ul.voice_list li p.more a:hover {
	background: url(/images/yaji-w-s.png) no-repeat right center #333;
	background-position-x: 94%;
    color: #fff;
}


/* pdf link */
.pdf {
	display: inline-block;
	background: #e5dcc2;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #eee;
}

.pdf::before {
	content: "\f1c1";
	font-family: fontAwesome;
	padding-right: 5px;
	color: #c73f36;
	font-size: 1.5em;
	text-decoration: none;
}
.pdf a {
	text-decoration: none;
}
/* pdf link */

/* kaso */

/* form */
.contactform {
	margin: 0px 0px 5px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.contactform th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: 400; width: 15em;}
.contactform td { border: solid 1px #dddddd; padding: 10px 10px; background-color: #fff;}
.contactform .hissu { color: #ee0000; float: right; }
.contactform .spw { display: inline-block; }
.contactform td .spw { line-height: 2.2em; vertical-align: text-bottom; }
.contactform .shubetu span.wpcf7-list-item { display: block; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 5px;
	padding: 6px 4px;
	max-width: 100%;
	width: 300px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 16px;
}

input[type="date"] {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 16px;
}

input#text-18 { width: 98%; }
select {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 5px;
	padding: 6px 4px;
	max-width: 100%;	
	font-size: 16px;
}

textarea { width: 90%; }

div.wpcf7 .wpcf7-submit:disabled {
	background: #aaa;
	border-color: #aaa;
	color: #ddd;
}

.wpcf7-form input[type=button],
.wpcf7-form input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background:#537610;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 24px;
	padding: 15px 50px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #537610;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ddd;
}


/* form */


/* css追加をここの上に記載 */

@media (max-width: 1640px) {
	#top-work.wrapper { width: 100%; }
	#top-reform.wrapper { width: 100%; }
	#top-fudousan.wrapper { width: 100%; }	
	#header { padding-left: 0px; padding-right: 0px; }
	.menu span.wrap, .menu a { font-size: 16px; }
}

@media (max-width: 1550px) {
	.wrapper-f { width: 100%; }
	.wrapper02 { width: 100%; }
}

@media (max-width: 1050px) {
	
	body {min-width: 1050px;}
	#top-work.wrapper { width: 100%; padding: 0px 10px; box-sizing: border-box; }
	.flex-direction-nav .flex-next { right: 0px!important; }
	.flex-direction-nav .flex-prev { left: 0px!important; }

	#top-other ul li { margin-right: 20px; }
	#header { padding-left: 0px; padding-right: 0px; width: 1050px; }
	.menu ul { text-align: center;}
	.menu {}
	#header #logo { width: 220px; }
	.menu span.wrap, .menu a { font-size: 14px; }
	
	#top-plan ul li span.img {
		height: 161px;
	} 
	#top-plan ul li img { max-height: 161px; display: block; }
	
	#top-reform ul li span.img {
		height: 161px;
	} 
	
	#footer02 .box1 { float: none; }
	#footer02 .box2 { float: none; border: 0px; text-align: center; }
	#footer_fixed .rbox { margin-right: 0px;}
	
	
}
/****************************************************
 * 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/