
@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

#plist {
	padding-top: 1%;
	padding-bottom: 1%;
	font-size:1.3rem;
	line-height:1.0em;
	margin-top:1%;	
}
.li_end_smp {
	margin-right: 0px !important;
}
#floating {
	display: none;
}
/* basicのスタイル記述 */
/* ========== header ========== */
#header {
	width: 100%;
	height: auto;
}
.logo {
	width:80%;
	max-width:330px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:2%;
}
h1 {
	height: auto;
	padding-top: 0.5%;	
}
h1 span {
	margin-left: 5%;
}	
	
/* ========== nav ========== */
#pcnavi {
	display: none;
}
#spnavi {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 15px;
	width: 30px;
	height: 53px;
	cursor: pointer;
	z-index: 15000;
	background-image: url(../img/bt_gnavi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 68px 68px;
}
#navToggle div {
	position: relative
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
	top: 0
}
#navToggle span:nth-child(2) {
	top: 10px
}
#navToggle span:nth-child(3) {
	top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #505050;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 12000;
}
#spnavi ul {
	margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 16%;
	font-size: 1.4rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
	content: ''
}
#spnavi ul li:last-child {
	border-bottom: none
}
#spnavi li a span {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.7rem;
	padding-left: 3%;
}
.gnavi01 {
	background-image: url(../img/gnavi01.png);
}
.gnavi02 {
	background-image: url(../img/gnavi02.png);
}
.gnavi03 {
	background-image: url(../img/gnavi03.png);
}
.gnavi04 {
	background-image: url(../img/gnavi04.png);
}
.gnavi05 {
	background-image: url(../img/gnavi05.png);
}
.gnavi06 {
	background-image: url(../img/gnavi06.png);
}
.gnavi07 {
	background-image: url(../img/gnavi07.png);
}
.gnavi08 {
	background-image: url(../img/gnavi08.png);
}
/* Toggle(Button) */
#navToggle {
	display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(720px);
	-webkit-transform: translateY(720px);
	transform: translateY(720px)
}
/* ===== favi ====== */
#pcfavi {
	display: none;
}
#spfavi {
	border-top: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	background-image: url(../img/bk_brown.jpg);
	padding-top: 30px;
}
#spfavi ul {
}
#spfavi li {
	text-align: center;
	padding-bottom: 2%;
}
#spfavi li a {
	color: #FFFFFF;
	font-size: 1.2rem;
}
#spfavi li hr {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: solid 1px #FFFFFF;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 5px;
}
/* ========== footer ========== */
#footer {
}
#footer p {
}
#footer br {
	display:block;
}
#flogo img {
	width: 80%;
	height: auto;
}

/* ========== favi ========== */
#favi {
	margin-left: auto;
	margin-right: auto;
	padding-top:8%;
	max-width: 1000px;
	width: 90%;
	padding-bottom:2%;
}
#favi li {
	float: none;
	width: 100%;
}
#favi li a {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.4em;
	color: #FFFFFF;
	border-left:none;
	border-bottom: 1px dotted #FFFFFF;
}
#favi li a:hover {
	text-decoration: underline;
}
.first a {
	border-bottom: 1px dotted #FFFFFF !important;
}

/* ========== address ========== */
address {
	padding-top: 3%;
	padding-bottom: 3%;
	overflow: hidden;
	font-size: 1.0rem;
	line-height: 1.2em;
	margin-bottom: 56px;
}
address span {
	display: none;
}
/* ========== fnavi ========== */
#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.60);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 32px;
	line-height: 1.2em;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 1.0rem;
	padding-top: 5px;
	border-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
#fnavi1:hover {
	background: rgba(0,102,204,.8);
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 32px;
	line-height: 1.2em;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 1.0rem;
	padding-top: 5px;
	border-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
#fnavi2:hover {
	background: rgba(0,102,204,.8);
}
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	background-position: center top;
	background-size: contain;
	/*background-image: url(../img/fnavi_mail.png);*/
	background-image: url(../img/fnavi_mail.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_tel.png);
	background-repeat: no-repeat;
}

/* ========== parts ========== */
.bt_detail {
	padding-bottom: 5%;
	margin-bottom:5%;
}
.bt_detail a {
	padding-bottom: 4%;
	padding-top: 4%;
	padding-left:15%;
	padding-right:15%;	
	font-size:1.5rem;
}

.bt_works_detail {
	margin-left:5%;
	margin-right:5%;
}
.bt_works_detail a {
}
	
.maintitle {
	font-size: 18px;	
	font-size:2.0rem;
	font-weight:bold;
	color:#333333;
	text-align:center;
	line-height:1.6em;
	padding-top:4%;
	padding-bottom:4%;
	letter-spacing: 0;
}
.maintitle span {
	font-size:1.2rem !important;
}
.subtitle {
	font-size:2.1rem;
	font-weight:bold;
	color:#00478e;
	text-align:center;
	line-height:1.0em;
	padding-top:8%;
	padding-bottom:4%;
	letter-spacing:0.15em;
	border-bottom:3px solid #000000;
	background-color:#FFFFFF;
	margin-bottom:4%;
}
.subtitle span {
	font-size:1.2rem !important;
}
.pagetitle {
	font-size:2.1rem;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:0.9em;
	padding-top:7%;
	padding-bottom:3%;
	letter-spacing:0.25em;
	background-color:#373737;
}
.pagetitle span {
	font-size:1.2rem !important;
}

/* ========== mainvisual ========== */

#mainvisual{
	height:300px !important;
	position:relative;
}

#mainvisual .maintxt{
	margin-left:-149px;
	margin-top:-23.5px;
}

#mainvisual .maintxt img{
	width:298px;
	height:auto;
}

#vegasDots{
	display: none;

}

/* ========== subvisual ========== */
#subvisual .maintxt{
	margin-left:-149px;
	margin-top:-23.5px;
}
#subvisual .maintxt img{
	width:298px;
	height:auto;
}

#subvisual {
	height:200px !important;
	position:relative;
}

/* ========== top_contact ========== */
#top_contact p {
	line-height: 1.8em;
	font-size: 14px;
	margin-bottom: 2%;
}
#top_contact p a {
	padding-left: 0;
	font-size: 21px;
}
#top_contact p br {
	display: block;
}
/* ========== top_about ========== */
#top_about {
	/*background-image: url("../img/bk_top_about.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 8%;
	padding-top: 6%;
	background-color: #ECECEC;
}
#top_about h2 {
}	
#top_about p {
	text-align: center;
	font-size: 14px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
	
/* ========== top_news ========== */
#top_news {
	padding-bottom: 8%;
	padding-top: 6%;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#top_news h2 {
	color: #909090;
	letter-spacing: 0.2em;
	margin-bottom: 4%;
	font-size: 18px;
	font-weight: bold;
}
#top_news h3 {
	letter-spacing: 0.1em;
	padding-bottom: 4%;
	margin-bottom: 6%;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #969696;
}
#top_news p {
	text-align: center;
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 6%;
}
#top_news p a {
	text-decoration: underline;
}
.top_news_left {
	float:  none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 4%;
	
}
	.top_news_left img {
		width: 100%;
		max-width: 360px;
		height: auto;
	}
.top_news_right {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	text-align: center;
}	
	
/* ========== top_business ========== */
#top_business {
	width: 100%;
	text-align: center;
	padding-top: 4%;
}
.top_business_box1 {
	float:none;
	width:100%;
	background-color:#373737;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	padding-top:4%;
}
.top_business_box2 {
	float:none;
	width:100%;
	background-color:#000000;
	border-bottom:1px solid #FFFFFF;
	padding-top:4%;	
}
.top_business_icon {
	float:left;
	width:20%;
	max-width:100px;
	height:auto;
	margin-right:4%;
	margin-bottom:4%;
}
#top_business .title {
	float:left;
	color:#FFFFFF;
	font-size:0rem;
	padding-top:9%;
	padding-bottom:8%;
	line-height:2.8em;
	margin-right:3%;
	margin-left:2%;
}
#top_business .title span {
	font-size:1.8rem !important;
	text-decoration:underline;
}
#top_business h3 {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:2%;
	padding-bottom:2%;
	height:auto;	
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.6rem;
}
#top_business ul {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:75px;
}
#top_business ul li {
	text-align:left;
	color:#FFFFFF;
	font-size:1.4rem;
	line-height:1.5em;
}

/* ========== top_works ========== */
#top_works {
}
#top_works .stage {
	width:100%;
}

#top_works_news {
	margin-bottom:3%;
}
#top_works_news h3 {
	padding-left: 0;
	line-height: 1.5em;
}
#top_works_news h3 br {
	display: block;
}
.top_works_news_box {
	padding-top:2%;
	padding-bottom:2%;
	padding-left:8%;
	padding-right:4%;
	width:68%;
	height:auto;
	line-height:1.5em;
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;	
}
#top_works_topix1 {
	background-color:transparent;
	padding-top:4%;
	padding-bottom:4%;
	padding-left: 0;
}
#top_works_topix1 .top_works_topix_box
 {
	float:none;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	background-color:#FFFFFF;
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-bottom:2%;	
}
.top_works_topix_box h3 {
	margin-bottom:0;
	padding-top:4%;
	padding-bottom:4%;	
}
.top_works_topix_box .photo_box {
	height:180px;
	padding-top: 4%;
}
.top_works_topix_box .photo_box img {
	height:180px;
	margin-left:auto;
	margin-right:auto;
}

.top_works_topix_box .topix_text {
	padding-left:3%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

.top_works_topix_box .bt_more {
}
.top_works_topix_box .bt_more a {
	font-size:1.5rem;
	width:80%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-left:auto;
	margin-right:auto;	
}
#top_works_detail .photo_box {
	float:none;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	background-color:#FFFFFF;
}

/* ========== top_shop ========== */
#top_shop {
}
.shop_map_box {
	width:90%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.shop_map_box h3 {
}
.shop_map_box p {
	padding-bottom:5%;
	font-size:1.2rem;
}

.gmap {
	height: 200px;
}


/* ========== top_company ========== */

#top_company ul li a {
	width:290px;
}

#top_company dl {
	padding-left: 0;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgba(188,188,188,1.00);
}
#top_company dl dd {
	float: none;
	margin-right:0;
	margin-bottom: 8%;
}
#top_company dl dd a {
	width: 100%;
	height: auto;
}	
#top_company dl dd img {
	width: 100%;
	height: auto;
}

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


/* ========== page policy ========== */
.policy {

}
.policy h3{
	font-size:1.6rem;
	text-align:left;
	letter-spacing:0em;	
}
.policy p{
	padding-bottom:4%;

}


/* ========== page business ========== */
#page.business h3{
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0;
	margin-bottom:2%;
	text-align: left;
}
#page.business section {
	border-top:8px solid #084ea1;
}
.busititle {
	background-size: 20%;
	padding-left: 24% !important;
	padding-top: 4% !important;
	min-height:50px;
}
.busi_dentou_box {
	float:none;
	width:94%;
	height:auto;
}
.busi_dentou_area {
	padding-bottom:0;
}
.busi_dentou_area .mr {
	margin-right:0;
}
.busi_dentou_box img {
	width:100%;
	height:auto;
	margin-bottom:2%;
}

.busi_history_area {
	float:none;
	width:100%;
	height:auto;
}
.historybox3 img {
	height: 300px;
	margin-left: auto;
	margin-right: auto
}
.historybox2 img {	
	margin-bottom: 4%;
}
.busi_life_box {
	float:none;
	width:100%;
}
#busi_life img {
	width:100%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.busi_machiya_box {
	float:none;
	width:100%;
	margin-right:0;
}
#busi_machiya img {
	width:100%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.busi_wood_box {
	float:none;
	width:100%;
}
#busi_wood img {
	width:100%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}
.busi_wood_kes {
}
.busi_wood_kes img {
	width: 50% !important;
	height: auto !important; 
	margin-left: auto;
	margin-right: auto;
	object-fit:contain !important;
}
/* ========== page shop ========== */
.shop {
}
#okamoto, #rokko {
	padding-bottom:8%;
}
.shop h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:1.8rem;
	line-height:1.6em;
	margin-bottom:6%;
	font-weight:bold;
}
.shop h4 br {
	display: none;
}
.shop p {
	font-size:1.5rem;
	line-height:1.8em;
	margin-bottom:4%;
	width:100%;
}
.shop_img {
	float:none;
	margin-bottom:4%;
}
.shop_img img {
	margin-left:auto;
	margin-right:auto;	
	width:80%;
	height:auto;
}
	
	
/* ======= page company sdgs ======== */
.sdgs {
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #757575;
}
.sdgs_title {
	margin-bottom: 4%;
}
.sdgs_title img {
		width: 100%;
		height: auto;
} 
.sdgs p {
	font-size: 16px;
	line-height: 1.6em;
}
.sdgs h3 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 4%;
}
.sdgs h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2%;
	padding-bottom: 1%;
	color: #006633;
}
.sdgs_area {
}
.sdgs_box {
	border-top: 1px dotted #CACACA;
	padding-bottom: 4%;
	padding-top: 2%;
}
.sdgs_box .photo_box_right {
	float: none;
	padding-top: 6%;
	padding-bottom: 2%;
	width: 100%;
	margin-left: 0;
}

/* ======= page company green ======== */
.green {
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #757575;	
}
.green_title {
	margin-bottom: 4%;
}
.green_title img {
		width: 100%;
		height: auto;
} 
.green p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 4%;
}
.green h3 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 2%;
}
.green h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4%;
	padding-bottom: 2%;
	text-decoration: underline;
}

	
/* ======= page news ======== */
.news {

}
.news h2 {
	font-size: 16px;
	line-height: 1.6em;
	padding-left: 10%;
	padding-right: 10%;
}


.news_pg {
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #757575;
	text-align: center;
}
.news_pg p {
	font-size: 13px;
	line-height: 2.0em;
	margin-bottom: 8%;
	margin-left: 2%;
	margin-right: 2%;
}
.news_pg h3 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 4%;
	padding-left: 10%;
	padding-right: 10%;
}
.news_pg h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2%;
	padding-bottom: 1%;
	text-decoration: underline;
}
.news_pg_p1 {
	width: 100%;
	margin-bottom: 8%;	
}
.news_pg_p1 img {
	width: 100%;
	height: auto;
}
.news_pg_p2 {
	width: 100%;
	margin-bottom: 8%;	
}
.news_pg_p2_box {
	width: 90%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
	float: none;
}
.no_margin_r {
	margin-right: auto !important;
}
.news_pg_p2 img {
	width: 100%;
	height: auto;
}

	

/* ========== page company ========== */
#pyilosophy {
}

#pyilosophy h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:1.8rem;
	line-height:1.6em;
	margin-bottom:3%;
	font-weight:bold;
}
#pyilosophy h4 br {
	display: none;
}
#pyilosophy p {
	font-size:1.5rem;
	line-height:1.8em;	
	margin-bottom:4%;
}
#pyilosophy p br {
	display: none;
}
.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 {
}
#message h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size:1.8rem;
	line-height:1.6em;
	margin-bottom:6%;
	font-weight:bold;
}
#message p {
	font-size:1.5rem;
	line-height:1.8em;
	margin-bottom:4%;
	width:100%;
}
.ceo_img {
	float:none;
	margin-bottom:4%;
}
.ceo_img img {
	margin-left:auto;
	margin-right:auto;	
	width:80%;
	height:auto;
}


#staff {
}
#staff h4 {
	font-size:1.8rem;
	line-height:1.6em;
	margin-bottom:3%;
	font-weight:bold;
}
#staff h4 br {
	display: none;
}
#staff h5 {
	margin-bottom:2%;
	font-size:2.0rem;
}
#staff p {
	font-size:1.6rem;
	line-height:1.6em;	
}
.staffbox {
	float: left;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 4%;
}
.margin_r {
	margin-right: 0;
}
.staffimg {
}
.staffimg img {
}


#overview {
}
#overview table {
	width:94%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
}
#overview table th,
#overview table td {
	display:block;
	width:90%;
	border-bottom:none;	
}
#overview table th br {
	display:none;
}

/* ========== page works ========== */
#works_news {
}
#works_news h3 {
	padding-top:4%;
	padding-bottom:4%;
	font-size:1.6rem;	
}
.works_news_area {	
}
.works_news_box {
	padding-left:6%;
	padding-right: 3%;
	line-height: 1.5em;
	margin-bottom:4%;
}
.works_menu_box {
	width:47%;
}
.works_menu_box a {
	font-size:1.8rem;
}
.works_menu_box a:hover {
}
.works_menu_box a span {
	font-size:1.0rem;
}
.works_menu2 {
	margin-left:1.5%;	
}
.works_menu4 {
	margin-left:3%;
}
#works_list h3 {
	font-size: 1.6rem;
	padding-top:4%;
	padding-bottom:4%;	
}
.works_list_area {
	background-color:transparent;
	padding-top:4%;
	padding-bottom:4%;
}
.works_list_box
 {
	float:none;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	background-color:#FFFFFF;
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-bottom:2%;	
}

.works_list_box .photo_box {
	height:180px;
	width: 100%;	
}
.works_list_box .photo_box img {
	height:180px;
	margin-left:auto;
	margin-right:auto;
}

.works_list_box .topix_text {
	padding-left:3%;
	width:92%;
	margin-left:auto;
	margin-right:0;	
}

#works_list2 {
}
#works_list2 h3 {
	font-size: 1.6rem;
	padding-top:4%;
	padding-bottom:4%;	
}
#works_list2 h4 {
}
#works_list2 p {
}
.works_list_area2 {
}
.works_list2_box {
	float:none;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	background-color:#FFFFFF;
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-bottom:2%;	
}
.works_list2_box .topix_text {
	clear: both;
}

/*　リフォーム用　*/

.works_list2_box .photo_box {
	overflow:hidden;
	width: 48%;
	height:180px;
	position:relative;
	margin-bottom:3%;
	margin-right:2%;
	background-color:#EBEBEB;
	float:left;
}
.works_list2_box .photo_box2 {
	overflow:hidden;
	width: 48%;
	height:180px;
	position:relative;
	margin-bottom:3%;
	margin-left:1%;
	background-color:#EBEBEB;
	float:left;
}
.works_list2_box .photo_inbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	height:180px;
}
.works_list2_box .photo_box img,
.works_list2_box .photo_box2 img {
	height:180px;
	margin-left:auto;
	margin-right:auto;
}

/* 管理物件用 */

.works_list2_box .photo_box3 {
	overflow:hidden;
	width: 48%;
	height:180px;
	position:relative;
	margin-bottom:3%;
	margin-right:2%;
	background-color:#EBEBEB;
	float:left;
}
.works_list2_box .photo_box4 {
	overflow:hidden;
	width: 48%;
	height:180px;
	position:relative;
	margin-bottom:3%;
	margin-left:1%;
	background-color:#EBEBEB;
	float:left;
}
.works_list2_box .photo_inbox2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	height:180px;
}
.works_list2_box .photo_box3 img,
.works_list2_box .photo_box4 img {
	height:180px;
	margin-left:auto;
	margin-right:auto;
}

/* ========== contact ========== */
#page_contact {
	padding-top: 15px;
	text-align:left;
}
#page_contact h2 {
	font-size: 1.8rem;
	margin-left:5%;
	text-align: left;
}
#page_contact h3 {
	font-size: 1.0rem;
	margin-left:5%;
	text-align: left;
}
#page_contact p {
	width:90%;
}
.yoyaku_caution {
	width:90%;
	padding-top:2%;
	padding-bottom:2%;
}
.yoyaku_caution p {
	font-size: 0.9rem !important;
	line-height:1.5em !important;
}
/* ========== modal-content ========== */
.modal-content {
	width: 85%;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	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_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: 14px !important;
	font-weight: bold !important;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -5px;
	top: -32px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 5px;
	height: 31px;
	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: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../img/ar_modal_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-size: 25px 19px;
}
.modal_search_area p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 56px;
	width: 56px;
	display: block;
	padding-top: 8px;
	font-size: 12px;
	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: 1%;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 0px;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 1%;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 12px;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dd a span {
	font-size: 7px;
}
}
