@charset "UTF-8";
/*
Theme Name: kageyamagumi.com
Version: 1.0.0
*/

/****************************************
General Setting
*****************************************/
html {
	margin: 0px auto;
}

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

img {
	border-style:none;
}

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

Typography

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

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

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

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

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

li { list-style: none; }


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

Link

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

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

a:hover {
	color: #0065B5;
}

img {
	max-width: 100%;
}

p {
	margin-top: 0px;
}
strong { font-weight: 500; }
/****************************************

Layout

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

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

#main {
	margin-top: 0px;
	text-align: left;
	float: left;
	width: 700px;
}

#sidepage,
#sidebar01,
#sideblog,
#sidebar {
	float: right;
	width: 300px;
}

#sidebar01,
#sideblog,
#sidebar {
	padding: 20px 0px 20px 0px;
}

#sideblog ul.blogtopic li.newblogs span.date {
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 5em;
    margin-left: -5em;	
}
#sideblog ul.blogtopic li.newblogs { 
	padding: 8px 0px 1px;
    padding-left: 5em;
}

footer {
	background: #F3F3F3;
}

#footer {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0px auto;
	width: 1050px;
}

#footer h2, #footer h3 {
	display: inline;
}

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

Navigation

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

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

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

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

.menu span.wrap,
.menu a{
	text-align: center;
	padding: 20px .2em;
	position: relative;
	color: #333;
	font-size: 14px;
	display: block;
	box-sizing: border-box;	
	position: relative;
	cursor: pointer;
}
.menu span.wrap.menu-open {
	border-bottom: 1px solid #0088CC;
}

.menu a:hover {
	color: #244185;
}

.menu a:hover:after {
	opacity: 1;
}

.menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.menu li.has_child:hover .child {	
	display: block;
}

.menu .child {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 230px;
	height: auto;
	background: #f9f9f9;
	border-top: 1px #ddd solid;
	margin-bottom: 0px;
}

.menu .child li {
	padding: 0;
	border-bottom: 1px #ddd solid;
	display: block;
	margin: 0px;
}

.menu span.wrap:hover,
.menu a:hover {
	color: #0065B5;
}

.menu .child a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	color:#000;
	background: #fff;
	text-indent: 0em;
	background-size: 11px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
	line-height: 1.5em;
	margin: 0px 0px; 
	text-align: left;
	border: 0px solid #fff;
}

.menu .child a:hover {
	background: #0088CC;
	background-size: 11px;
	color: #fff;
}
.menu .child a:after {
	content: "→";
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ------- メニュー部分 ------- */

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

Breadcrumb

*****************************************/
.subHeader { background-color: #F6F5F1; padding: 40px 0px; }

.breadcrumbs {
	margin-left: 0px;
	margin-bottom: 35px;
	color: #aaa;
	/* padding: 5px 0px; */
	font-size: 14px;
	padding-top: 18px;
	padding-bottom: 20px;
}

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

Top slider

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

.slide_all {overflow: hidden; width: 100%; height: auto; } 
/****************************************
Main

*****************************************/
.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 15px;
	box-shadow: 2px 2px 2px #eee;
	color: #fff;
	background: #0065B5;
	padding: 7px 20px;
	margin: 10px 10px;
	display: inline-block;
	text-decoration: none!important;
}

.rightlink a:hover {
	box-shadow: 2px 2px 2px #999;
	background: #800;
}

.link {
	padding: 7px 20px 7px 15px;
	float: right;
}

.vevent .img,
.vlist .img {
	width: 250px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #eee;
}

.link a {
	color: #333;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
}

.link a:hover {
	color: #ff0000;
}


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

.wlink a:hover {
	color: #fff;
	text-decoration: underline;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
.navigation > div{
	width: 50%;
}

.navigation .alignright{
	text-align: right;
}

.navigation a{
	display: block;
	padding: 1em;
	border: none;
}
.navigation a:hover{
	background: #ffeff7;
	color: #000;
}
.navigation .alignright a:hover{
	border-left: 1px solid #ddd;
}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
	display: inline-block;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #ddd;
	background: #ddd;
}
.page-link a span,
.comment-page-link a{
	background: #fff;
}

.page-link a{
	border-bottom: none;
	color: #000;
}

.page-link a span:hover,
.comment-page-link a:hover{
	background: #ffeff7;
	color: #000;
}


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

index.php Main

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

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
.content-box .more-link{
	margin: 0;
}

.thumbnail-box{
	float: left;
	width: 160px;
}
.thumbnail-box img{
	width: 160px;
	height: 160px;
}


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

Sidebar

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

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

Footer

*****************************************/
.footer-c {
	background: #C5C5C5;
}
#copyright{
	padding: 10px 0 10px 0px;
	font-size: 100%;
	margin: 50px 0px 0px;
	color: #442F13;
	font-size: 12px;
	color: #fff;
	line-height: 1em;
}

#copyright a { color: #fff; }
/****************************************

Form

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

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: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 14px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
	color: #444;
}


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

WordPress Misc

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

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption-text,
.gallery-caption{
	font-size: 90%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

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

Clearfix

*****************************************/
#header {
	display: block;
	padding-bottom: 1px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
.headerbox { display: flex; justify-content: space-between; align-items: center; }
.headerbox .headR {
	display: flex;
	align-items: center;
}
.headerbox .headR .hsns {
	display: flex;
	align-items: end;
	padding-left: 12px;	
	align-items: center;
}
.headerbox .headR .hsns img  { margin-left: 15px; }
.headerbox .logo img { display: block; }
#header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 3px 5px -1px rgb(0,0,0,6%);
}
header #headerL.fixed #header { transition: .3s; }


#container {
	/*	background: #f8f8fb; */
}

.breadcrumbs:after,
#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
/*#header .menu > ul,*/
/*#header ul.menu,*/
.clearfix {
	display: inline-block;
}

#container,
/*#header .menu > ul,*/
/*#header ul.menu,*/
.clearfix {
	display: block;
}

#inbox {
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}


/* ------- サイド　コンテンツボックス------- */
.widgettitle,
.boxtitle {
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	background: #0065b5;
}
.widgettitle a {color: #fff;}
#sideblog ul {list-style: none; margin-bottom: 20px;}
#sideblog ul li {padding: 8px 10px 1px;}
#sideblog ul li a { text-decoration: none!important; font-size: 14px; line-height: 1.2em; }
#sideblog ul.children li a:before { content: "－"; }
#sideblog .calendrier { margin-bottom: 30px;}

.box_osusume {
	background: #ffffff;
	text-align: left;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 10px 5px;
	line-height: 2em;
	color:#333333;
	border-radius: 5px;
}

.box_osusume a     {color:#333333;text-decoration:none;}
.box_osusume a:link  {color:#333333;text-decoration:none;}
.box_osusume a:visited  {color:#333333;text-decoration:none;}
.box_osusume a:hover  {color:#2770c1;text-decoration:underline;}

.box_osusume ul li{
	text-align: left;
	list-style-type: none;
	margin-left: 5px;
	padding: 10px 15px 3px 15px;
	border-bottom: 1px solid #dddddd;
}

.bline {
	border-bottom: 2px solid #0566af;
}

.gline {
	border-bottom: 2px solid #ddd;
}

.box {
	text-align: left;
	margin: 10px 0px 20px 0px;
	color:#333333;
	background: #fff;
}

.box a     {color:#333333;text-decoration:none; }
.box a:link  {color:#333333;text-decoration:none;}
.box a:visited  {color:#333333;text-decoration:none;}
.box a:hover  {color:#2770c1;text-decoration:none;}

.box ul {
	background: #fff;
	margin: 0px 0px;
	border-bottom: 1px dotted #dddddd;
}

.box ul li{
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	margin-left: 5px;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dotted #dddddd;
}

.box ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}

.box ul li:last-child {
	border-bottom: 0px solid #dddddd;
}

.box ul li h2 {
	font-size: 14px;
	margin: 0px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 1.3em;
}

.gyaji a {
	padding-left: 25px;
}

.byaji a {
	padding-left: 25px;
	background: url(images/yaji-b.png) no-repeat left center;
}

/* ------- サイド　コンテンツボックス------- */

.BorderG {
	border: 2px solid #dddddd;
	border-radius: 5px;
}

.HrG {
	clear: both;
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.pagetoi {
	clear: both;
	margin: 10px 0px 0px 0px;
}

.pagetoi img{
	margin: 5px 0em;
}

.kizi_body {
	padding: 10px 10px;
}

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font22 { font-size: 22px; }
.font24 { font-size: 24px; }
.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; }
.pb80 { padding-bottom: 80px; }

/* ------- フッターメニュー部分 ------- */
.footbox { display: flex; direction: rtl; justify-content: space-between; align-items: start; }
.footerTtl { direction: ltr; display: flex; font-size: 17px; align-items: start; line-height: 1.2em; margin-bottom: 10px; }
.footerTtl img { margin-right: 20px; }
.fbox02 .footerTtl { margin-top: 5px; }
.ftsns { margin-left: 90px; }
.menuf {
	font-size: 15px;
	padding: 0;
	text-align: left;
	color: #333;
	direction: ltr;
}

.menuf ul {
	vertical-align: top;	
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	margin-top: 0px;
	display: inline-block;
	width: 160px;
}
.fbox02 .menuf ul {width: 170px;}
.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: #442F13;
	display: block;
	font-size: 13px;
}

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

.kizi {
	margin: 20px 0px 80px;
}

.mB {
	font-size: 1.8em;
	margin: 10px 0px 10px;
	position: relative;
	display: inline-block;
	line-height: 1em;
}

.mBttl {
	margin-bottom: 30px;
	/*		border-bottom: 2px solid #0065B4; */
	padding-bottom: 10px;
	clear: both;
	font-size: 24px;
	text-align: center;
	/*	font-weight: 500; 
	color: #442f13; */
}
.blogmBttl {
	margin-bottom: 30px;
	border-bottom: 1px solid #0065b5;
	padding-bottom: 10px;
	clear: both;
	font-size: 24px;
	text-align: left;
}
.blogmBttl .date { color: #666;}
.midashi {
	clear: both;
	font-size: 20px;
	font-weight: 500;
	color: #0065b5;
}

.midashi:after {
	content: "";
    display: block;
    /* width: 100px; */
    height: 1.5px;
    background: #0065b5;
    margin: 15px 0 20px;
}

.midashis {
	font-size: 18px;
	font-weight: 400;
	color: #0065B4;
}

.midashid {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #442F13;
	color: #442F13;
}


.page_navi,
.bread_crumb {
	margin:0 0 15px 0;
	padding:0;
	display: inline-block;
}
.page_navi,
.bread_crumb {
	clear: left;
}

.bread_crumb li{
	float:left;
	font-size:11px;
	list-style:none;
}

.bread_crumb li + li:before {
	margin: 0 3px;
	content: ">";
}
.bread_crumb a{
	color:#D81354;
}
.page_navi li {
	display: inline;
	float:left;
	font-size:11px;
	list-style:none;
	margin:10px 5px 10px 0;
}

.page_navi li a{
	display: inline-block;
	padding:10px;
	border:1px solid #ccc;
}

.page_navi li span {
	font-weight:bold;
	display: inline-block;
	padding:10px;
	border:1px solid #0A61B9;
	background: #0A61B9;
	color:#fff;
}

.page_navi li a:hover {
	background:#eee;
	text-decoration:none;
}

.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:#fcfcfc; }
.gaiyou th { border: solid 1px #dddddd; background:#fcfcfc; text-align: left; padding:10px 20px; font-weight: normal; width: 12em;}
.gaiyou td { border: solid 1px #dddddd; padding:25px 20px;}



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

.zehtable th { border: solid 1px #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 3em; vertical-align:top;}
.zehtable td { border: solid 1px #dddddd; padding:10px 10px; text-align: center;}


.outlineTable td {
	font-weight: normal;
	padding: 8px 5px;
	background: url(images/gaiyo-line.png) no-repeat right bottom;
}

.gaiyou-m {
	text-align: left;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0px 480px 0px 0px;
	padding: 8px 10px 8px 10px;
	border-bottom: 2px dashed #b06d46;
	color: #2f241a;
}

.history {
	border: 0;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal;}
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;}
.bloc {
	padding: 10px 20px 10px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

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

.bloc2-left {
	float: left;
	font-size: 16px;
	width: 46%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
	background-color: #f0f7dd;
	margin: 4px auto;
	border-radius: 5px;
}

.bloc2-left::after {
	content: "";
	display: block;
	clear: both;
}

.bloc2-right {
	float: right;
	font-size: 16px;
	width: 46%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
	background-color: #f0f7dd;
	margin: 4px auto;
	border-radius: 5px;
}

.bloc2-right::after {
	content: "";
	display: block;
	clear: both;
}

.bloc3 {
	padding: 0px 20px 10px 20px;
	border: 1px solid #ddd;
	margin: 10px auto;
	border-radius: 5px;
}

.bloc4 {
	padding: 5px 20px 5px 20px;
	border: 1px solid #ddd;
	margin: 4px auto;
	border-radius: 5px;
}


.bloc5 {
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background: #eee;
}

.comh li {
	font-size: 16px;
	text-align: center;
	float: left;
	width:24%;
}

.comh  span {
	font-size: 16px;
	color: #3f210f;
	padding-right: 5px;
}

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

.profilelist::after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 10px;
}

.profile {
	border:0;
	margin-right: 20px;
	margin-left:10px;
	cellspacing:2;
	border-top:1px dotted #dddddd;
	max-width: 71%;
}

.profile td {
	vertical-align:top;
	border-bottom:1px dotted #dddddd;
	padding: 5px 10px 5px 10px;
}

.profile th {
	width: 7em;
	vertical-align:top;
	border-right:1px dotted #dddddd;
	border-bottom:1px dotted #dddddd;
	padding: 5px 10px 5px 10px;
}

.staffbloc {
	padding: 10px 10px;
}

.staffbloc img {
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #eeeeee;
	border: 1px solid #eeeeee;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

.clearboth {
	clear: both;
}


.staffbloc .pin {
	font-size: 14px;
	color: #333333;
	padding: 0px 20px;
	background: url(/files/pin.png) no-repeat left center;
}

.point{
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 16px;
	background:#eee;
	box-shadow:
		12px 0 0 0 #eee,
		0 12px 0 0 #eee,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc3333;
}
.point:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right_exit {
	border: 0px solid #0065B4;
	margin: 20px 0px 0px 60%;
	padding: 10px;
	background-color: #fff;
}

.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;
}

.right_exit .link a:after {
	content: "＞";
	padding-left: 10px;
	color: #0065B4;
}

.right_exit2 {
	border: 1px dotted #333333;
	margin: 20px 10px 0px 38%;
	padding: 10px;
	background: #fff;
}

.last {
	margin-right: 0px !important;
}

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

.contactbloc {
	display: inline-table;
	width: 290px;
	height: 490px;
	border: 2px solid #cc3300;
	background: #ffffff;
	box-shadow: 2px 2px 2px #eeeeee;
	padding: 10px 10px;
	margin: 5px 15px 20px 5px;
	border-radius: 5px;
}

.sekourei_catch {
	font-size: 18px;
	text-align: center;
	line-height: 1.7em;
	background-size: cover;
	padding: 5px 20px;
	margin: 10px 0px 15px;
	color: #0065b5;
}

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

.company_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 10px;
	margin: 10px 0px 30px;
	color: #442f13;	
}
.flowbloc {
	clear: both;
	display: block;
}

img.flow {
	width: 43%;
	border-radius: 5px;
}

.flowc {
	padding: 0px 10px 10px 10px;
}

.aligncenter {
	text-align: center;
}

.beforeafter {
	width:100%;
	margin:0px 0px 20px 0px;
}

.beforeafter tr {
	vertical-align: top;
}

.beforeafter td.before {
	width:40%;
	max-width: 258px;
	padding-right: 1.5%;
	padding-top: 0px;
}

.beforeafter td.before img,
.beforeafter td.after img
{
	max-width: 100%;
}


.beforeafter td.after {
	width:55%;
	max-width: 355px;
	padding-top: 0px;
}

.beforeafter td.yaji2 {
	padding-top: 50px;
}

.beforeafter .yaji:before {
	padding-right: 1.5%;
	content: "→";
	font-size: 38px;
	color: #834b2e;
}

.Bradius5 {
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.afterafter {
	width:100%;
	margin:0px 0px 20px 0px;
}

.afterafter tr {
	vertical-align: top;
}

.afterafter td.left {
	width:50%;
	max-width: 331px;
	padding-right: 1%;
}

.afterafter td.left img,
.afterafter td.right img {
	max-width: 100%;
}

.afterafter td.right {
	width:50%;
	max-width: 331px;
	padding-left: 1%;
}


.photos {
	margin-top: 20px;
}

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

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

.photos .part span {
	font-weight: 500;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1em;
	padding: 0px 20px 10px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #0065B4;
}

.photos li .halfright,
.photos li .halfleft { max-width: 49%; vertical-align: top; display: inline-block; }
.photos li .halfleft { padding-right: 2%; }
.photos li img.halfright { float: right; }

.photos li .table {
	display: table;
	vertical-align: top;
	width: 100%;
	margin-bottom: 30px;
	table-layout: fixed;
}
.photos li .alignleft { margin-right: 1% }
.photos li .alignright { margin-left: 1%; }
.photos li .table.row1 {
}
.photos li .table.row1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	max-height: 645px;
	background: #F6F5F1;
	position: relative;
}
.photos li .table.row1 a img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 645px;
	display: block;
	margin: auto;	
}
.photos li .table.row1 a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: url(/newhp/images/zoom.png) no-repeat 0 0;
	background-size: 100%;
	pointer-events: none;
	z-index: 2;
}
.photos li .table.row2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px 55px;
}

.photos li .table.row2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: 345px;
	background: #F6F5F1;
	position: relative;
}
.photos li .table.row2 .item02,
.photos li .table.row2 .item01 {
	display: flex;
	width: 45%;
	height: 345px;
	position: relative;	
}

.photos li .table.row2.rowleft { }
.photos li .table.row2.rowright { direction: rtl; }
.photos li .table.row2.rowright div {
    direction: ltr;
}
.photos li .table.row2 a img {
	width: auto;
	max-width: 460px;
	height: auto;
	max-height: 345px;
	display: block;
	margin: auto;	
}
.photos li .table.row2 a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: url(/newhp/images/zoom.png) no-repeat 0 0;
	background-size: 100%;
	pointer-events: none;
	z-index: 2;
}
.photos li .table.beforeafter {
	display: flex;
	align-items: center;
	justify-content: space-between;	
}

.photos li .table.beforeafter a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: 345px;
	background: #F6F5F1;
	position: relative;
}
.photos li .table.beforeafter a.item01:before {
	content: "Before";
	position: absolute;
	background: #cecccc;
	padding: 2px 10px;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 4em;
	text-align: center;
}
.photos li .table.beforeafter a.item02:before {
	content: "After";
	position: absolute;
	background: #00AB4E;
	padding: 2px 10px;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 4em;
	text-align: center;
}
.photos li .table.beforeafter a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: url(/newhp/images/zoom.png) no-repeat 0 0;
	background-size: 100%;
	pointer-events: none;
	z-index: 2;
}

.photos li .table.beforeafter span.beforeafter-yaji {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	height: 345px;
}

.photos li .table.beforeafter a img {
	width: auto;
	max-width: 460px;
	height: auto;
	max-height: 345px;
	display: block;
	margin: auto;
}

.photos .workdimg td:first-child {
	padding-right: 1.5%;
	width: 48.5%;
	vertical-align: top;
}

.photos .workdimg td:last-child {
	padding-left: 1.5%;
	width: 48.5%;
	vertical-align: top;
}

/* 施工例詳細ページの見出し */
.midashi-d {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 15px 5px 0px 0px;;
	font-size: 20px;
	display: inline-block;
	color: #0065B4;
	font-weight: 500;
}

.midashi-d:before {
/* 	content: "■";
	color: #0065B4;
	padding-right: 8px; */
	font-size: 18px;
}


.bukendata dl {
	border-bottom: 1px solid #eee;
	display: table;
	width: 100%;
	padding-bottom: 5px;
}

.bukendata dl:first-child {
	padding-top: 5px;
	border-top: 1px solid #eee;
}

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

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

.bukendata dl dd {
	max-width: 750px;
	width: auto;
	margin-left: 10px;
	border-left: 1px solid #eee;	
}
ul#archiveList {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}

ul#archiveList li {
	width: 31%;
}
#archiveList li .title {
	font-size: 14px;
	border-bottom: 0px solid #0065b4;
	text-align: left;
	margin: 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

#archiveList li .title a {
	text-decoration: none;
}

#archiveList li .title a:link,
#archiveList li .title a:visited {
	color:#333;
}

#archiveList li .box1 img {
	display: block;
	margin: auto;
	width: 100%;
	height: 230px;
	object-fit: cover;
}

#archiveList li .box2 .descbloc{
	max-height: 5em;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 14px;
	color: #666;
}

#archiveList li table {
	width:98%;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}

#archiveList li table th {
	background: #f2f2f2;
	width: 8em;
	padding: 5px 10px;
	border:1px #ddd solid ;
	font-weight: 400;
}
#archiveList li table td {
	background: #fff;
	padding: 5px 10px;
	border:1px #ddd solid ;
}

#archiveList li .more {
	text-align: right;
	margin: 0px 0px 40px;
}

#archiveList li .more a {
	margin-top: 10px;
	margin-right: 10px;
	width:6em;
	padding: 2px 8px 4px;
	margin-left:auto;
	background:#fff;
	color: #333;
	font-size: 0.8em;
	text-decoration: none !important;
}

#archiveList li .more a::after {
	content: "＞";
	padding-left: 5px;
}

.voicelist li {
	width: 23%;
	text-align: center;
	float: none;
	display: inline-block;
	margin-right: 2%;
}

.voicelist li img {
	display: block;
	width: 100%;
	border: 2px solid #eee;
	margin-bottom: 10px;
}

.voicelist li:hover img {
	border: 2px solid #0372B7;
}

.voicelist li:nth-child(4n + 4) {
	margin-right: 0px;
}

.voicelist li .ttl a {
	color: #442F13;
	display: block;
	font-weight: bold;
}

#archiveList li.north_europe .box1 img {
	width: 100%;
}

hr.line {
	margin: 2.5em 0px 0px 0px;
	border: 0;
	height: 1px;
}

.detail a{
	display:block;
	width:100px;
	height:24px;
	padding:3px 0 0 10px;
	background:url(images/sekou-yaji.png) no-repeat 94% 50% #666;
	color:#fff;
	font-size:13px;
}

.detail a:hover{
	background:url(images/sekou-yaji.png) no-repeat 94% 50% #999;
	text-decoration:none;
}

.half_left .detail,
.half_right .detail
{
	position: absolute;
	right: 0;
	bottom: -11px;
	margin: 0px;
}

.half_left hr.line,
.half_right hr.line
{
	margin: 10px;
}

.half-l {
	float: left;
	width: 50%;
}

.half-r {
	float: right;
	width: 50%;
}

.power .link {
	clear: both;
	display: block;
	margin-top: 105px;
	padding-right: 5px;
}

input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
span.wpcf7-list-item { display: block; margin-left: 0px !important; }
input[type=text],input[type=email],input[type=tel]{
	width:70%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
	border:solid 1px #20b2aa;
}

input[type=text], select,input[type=email],input[type=tel]{
	outline: none;
}

.contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:100%;
	padding:0 3px;
}

.contact_right textarea:focus{
	border:solid 1px #20b2aa;
}

.contact_right textarea {
	outline: none;
	width:100%;
}

input[type=button],
input[type=submit]{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	
	background:#0065B4;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 24px;
	padding: 15px 50px;
	display: inline-block;
	cursor: pointer;
	border: 0px;
	border-radius: 10px;
}
div.wpcf7 .wpcf7-submit:disabled {
	background: #aaa;
	border-color: #aaa;
	color: #ddd;
}
.contact_form input[type=submit]{
	width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
	width:100%;
	height:50px;
	font-size:1.5em;
}

.send input[type="submit"],
.back input[type="button"] {
	width: 80% !important;
}

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
	font-family: 'Noto Sans Japanese', serif;
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form {
	font-family: 'Noto Sans Japanese', serif;
	margin-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel]
{ width: 300px; } /*名前、メール、題名*/
.wpcf7-form textarea{width: 500px;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px; margin-left: auto; margin-right: auto; display: block; } /*送信ボタン*/

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.wpcf7-radio label {
	margin-right: 20px;
}
.contactform {
	margin: 0px 0px 5px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.contactform p { padding: 0px; margin-bottom: 2px; }

.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;}
.contactform .spr { color: #fff; display: inline-block; background: #ee0000; padding: 1px 5px; float: right; font-size: 14px;}
.contactform .spw { width: 8em; display: inline-block; font-size: 15px; height: 42px; }

.center {
	text-align: center;
}

.eventmidashi {
	color: #ff6600;
}

#text-18 {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	width: 100%;
	background: none;
	border: 0px;
}

.olist {
	margin-left: 20px;
}

.olist li {
	list-style-type: decimal !important;
	margin-bottom: 10px;
}

.list03 li .midashi {
	padding: 0px !important;
	line-height: 1.4em;
	font-size: 16px !important;
}

.kanren .list li {
	float: left;
	width: 45%;
	height: 140px;
	margin-right: 5%;
	margin-bottom: 20px;
}

.kanren .list li img {
	border: 1px solid #eee;
	max-height: 140px;
	width: 140px;
	float: left;
	margin-right: 20px;
}

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

.kanren .list04 li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}

.kanren .list04 li img {
	border: 2px solid #ddd;
	width: 100%;
}

.kanren .list04 li:nth-child(5n +5) {
	clear: both;
}
.list-02{
	text-align:left;
	margin: 5px 0;
}

.list-02 li{
	float:left;
	width:47%;
	margin:0 2% 25px 0;
	padding:0px 5px 0;
	height:100%;
}

.list-02 li:nth-child(2n){
	margin:0 0 20px;
}

.list-02 li:last-child{
	margin:0 0 10px;
}

.border1 {
	background: #93c21e;
	padding: 10px 10px;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 18px;
}

#toi {
	height: 1050px;
}

#sassi {
	height: 2200px;
}


.top-box {
	padding: 0px 0px 10px 0px;
	display: block;
}

.top-box::after {
	clear: both;
	content: "";
	display: block;
}

.sponly {
	display: none;
}

span.pcbr {
	display: block;
}

#dropdown_container {
	font-size:14px;
}

#dropdown_container li.dropdown_item {
	cursor:pointer;
}

#dropdown_container li.dropdown_item ul a {
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	height: 20px;
	background: #fff;
	background-position: 5px;
	border-top: 1px solid #4c3121;
}

#dropdown_container li.dropdown_item ul a:hover {
	height: 20px;
	background: url(images/yaji01.png) no-repeat left center;
	background-position: 5px;
}

#dropdown_container li.dropdown_item > ul {
	padding: 0px;
	background: #eee;
	position:absolute !important;
	list-style:none;
	margin:0px 0px 0px -30px;
	width:200px;
	z-index: 1000;
	display: none;
	border: 2px solid #4c3121;
}

#dropdown_container li.dropdown_item > ul:before {
	content: "＞";
	top: -18px;
	left: 100px;
	font-weight: bold;
	font-size: 14px;
	position:absolute !important;
	transform: rotate( 270deg );
}

#dropdown_container li.dropdown_item > ul li:hover
{
	background-color: #a5a76b;
}

#dropdown_container li.dropdown_item > ul a:hover
{
	color: #fff;
}

.bannar img {
	margin-bottom: 5px;
}

ul#staffList {
	padding: 0px;
}

ul#staffList li {
	float: left;
	width: 220px;
	border-bottom: 1px #e7e0d6 solid;
	margin-right: 12px;
	margin-bottom: 20px;
	text-align: center;
	height: 290px;
	overflow: hidden;
	border: 1px #ddd solid;
	padding: 15px 10px;
}

ul#staffList li:nth-child(4n + 4){
	margin-right: 0px;
}

ul#staffList li p{
	text-align: center;
	margin: 0;
	padding: 0;
}

ul#staffList li p.staffp1 {font-weight: bold; min-height: 22px;}
ul#staffList li p.staffp2 {}
ul#staffList li p.staffp3 {font-size: 90%;color:#333;}


ul#staffList li img {
	display: block;
	margin: 0px auto 10px auto;
	max-height: 158px;
	max-width: 100%;
}

/* スタッフ紹介 */
.staffMainImage {
	max-width:260px;
}

table.staffProfile  {
	border-collapse: collapse;
	border: 0px #999 solid;
	line-height: 2.5em;
}

table.staffProfile {
	float: left;
	width:610px;
	border-collapse: collapse;
}

table.staffProfile th {
	border-bottom: 1px dashed #dddddd;
	width: 8em;
	padding: 6px 10px;
	font-weight: bold;
}

table.staffProfile td {
	padding: 6px 10px;
	border-bottom: 1px dashed #dddddd;
}

table.staffProfile02 {
	margin: 0px 20px;
}

table.staffProfile02 th,
table.staffProfile02 td {
	position: relative;
	display: block;
	padding: 10px 10px;
	text-align: left;
}

table.staffProfile02 th {
	padding: 20px 10px 10px;
	border-bottom: 1px solid #ddd;
	width: 900px;
}

table.staffProfile02 th:after {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 1px;
	background-color: #0065b4;
}
span.bloglinkicon {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

span.bloglinkicon:before {
	padding-right: 10px;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.bloglink {
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	background: #17614e;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

a.bloglink:hover {
	background: #333;	
}

.facebook {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.facebook:before {
	padding-right: 10px;
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.facebooklink {
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	width: 160px;
	text-align: center;
	background: #3b5998;
	color: #fff;
	border-radius: 5px;
}

a.facebooklink:hover {
	background: #333;	
}

.extlink {
	text-align: right;
}
/* スタッフ紹介 */

#recoStaff {
	padding: 10px 0 0 0 ;
	margin: 15px 0 0 0 ;
	clear: both;
}


#recoStaff ul li {
	float: left;
	width: 130px;
	height: 230px;
	margin-right: 5px;
	padding: 5px;
	border:1px solid #eee;
	font-size: 14px;
}

#recoStaff ul li:nth-child(5n) {
	margin-right:0px;
}

#recoStaff ul li a {
	display: block;
}

#recoStaff ul li img {
	/*  height: 130px; */
	display: block;
	margin:0 auto 10px;
}

#recoStaff ul li p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.toptitle {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
}

.toptitle span {
	font-size: 14px;
}

.category .vlist,
.event .vlist,
.voice .vlist {
	padding: 0px 10px 10px;
	border: 2px solid #faeaea;
}

.category .vlist span.img,
.event .vlist span.img,
.voice .vlist span.img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 30%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.category .vlist .img img,
.event .vlist .img img,
.voice .vlist .img img {
	width: 100%;
}

.wpcf7-form dt.siryoubloc {
	background: #ffff80;
	padding: 10px 20px 20px;
}

.wpcf7-form dt.siryoubloc .bloc1 {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px 10px;
	margin-top: 10px;
}

.wpcf7-form dd.kentikuyo {
	display: flex;
}

.wpcf7-form dd #kentikuyotei {
	display: inline;
}

.wpcf7-form .kentikuyotei {
}

.wpcf7-form .kentikuyotei .wpcf7-list-item,
.wpcf7-form .soudantypes .wpcf7-list-item {
	width: 110px;
	display: inline-block;
	margin-top: 5px;
}

.red {
	color: #ff0000;
}

.white {
	color: #ffffff;
}

.cha { color: #442F13; }

.bg-gray {
	background: #F6F5F1;
}

#footer_fixed {
	position: fixed;
	right: 40px;
	bottom: 0;
	z-index: 100;
	text-align: right;
}
#footer_fixed .pcfoot { display: flex; align-items: flex-end; gap: 10px; }
#footer_fixed img {
	display: block;
	margin: auto;
}

/* 施工例カテゴリタグ */
.tags {
	font-size: 12px;
	text-align: left;	
	color: #fff;
}

.tags a {
	display: inline-block;
	padding: 0px 6px;
	margin: 5px 0px 0px 2px;
	background: #333;
	color: #fff;
	text-decoration: none!important;
}

.tags a.t2story-house {
	background: #333;
}

.tags a.tsonota-tenpo {
	background: #333;
}

/* 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 link */

.wrap_pagenavi {margin: 20px 0;}
.wp-pagenavi { text-align: center; display: flex; float: right; }
.wp-pagenavi a { text-decoration: none!important; }

.bg-white { background: #fff; }
.bg-content .wrapper .kizi a { text-decoration: underline; }

.worktags { margin-bottom: 0px; display: inline-block; font-size: 14px;}
.worktags li { display: inline-block; }
.worktags li a { display: block; border-bottom: 1px solid #ddd; padding: 5px 10px 5px; margin: 5px 10px 5px 0px; text-decoration: none !important; line-height: 1em; }
.worktags li.active a { border-bottom: 1px solid #e00;  color: #e00; }
.workTab {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.workTab li {
	text-align: center;
	display: inline-block;
	border-bottom: 0px solid #7a583d;
}

.workTab li a {
	color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 10px 10px 1px;
	border-bottom: 1px solid #999;
}

.workTab li:last-child a {
	margin-right: 0px;
}

.workTab li a {
	text-decoration: none;
}

.workTab li a.active {
	color: #e00;
}

.subTab a.active {
	color: #e00 !important;
}

.blog-thumbnail { float: left; margin-right: 20px; width: 200px; }

ul.innerlink {
	border: 2px solid #eee;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
ul.innerlink li a {
	display: block;
	padding-left: 20px;
	line-height: 2em;
}
ul.innerlink li a:before {
	content: "▶";
	font-size: 12px;
	color: #016EC0;
	padding-right: 10px;
}

.mainVimg img { width: 400px; border: 2px solid #ddd; }

dl.table { display: table; font-size: 12px; border: 1px solid #eee; width: 100%; }
dl.table dt { display: table-cell; width: 5em; text-align: center; background: #eee; padding: 3px; }
dl.table dd { margin: 0px; padding: 3px 10px; line-height: 1.3em; }
#archiveList.vevent li .box1 { border: 1px solid #eee; }
#archiveList.vevent li .box1 img {
    display: block;
    margin: auto;
    width: 100%;
    max-height: 230px;
    object-fit: contain;	
}
.annai ul {
	text-align: center;
}
.annai ul li {
	display: inline-block;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.annai ul li a {
	text-align: center;
	font-size: 18px;
	padding: 20px 30px;
	display: block;
	text-decoration: none !important;
	position: relative;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #0065B4;
	color: #333;
}

.annai ul li a:hover {
	background: #0065B4;
	color: #fff;
}
.annai ul li a:after {
	content: '＞';
	padding-left: 20px;
	position: absolute;
	right: 20px;
}

#menseki {
	margin-top: 70px;
}

.mincho_font {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.conTtl {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.ttl span:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #303d50;
	margin-right: 12px;
	margin-bottom: 3px;
}

.ttl {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0px 10px;
}

img.imageMain {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-height: 800px;
}

dl.list-style-float {
	position: relative;
	text-align: left;
	line-height: 2.5em;
}

dl.list-style-float > dt {
	position: absolute;
	left: 0px;
	padding-left: 0;
}

dl.list-style-float > dd {
	border-bottom: 1px dotted #CCC;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 13em;
}

.midashit:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #1c222f;
	margin: 15px 0 20px;
}

.midashit {
	clear: both;
	font-size: 20px;
	font-weight: 400;
}

.address {
	background: url(/images/ico_access.png) no-repeat left center;
	background-size: 20px auto;
	padding-left: 30px;
}

#store_page {}
#store_page .box1 {
	float:left;
	width:49%;
	padding-right:50px;
	box-sizing:border-box;

}
#store_page .box2 {
	float:right;
	width:49%;

}

#store_page .box2 dl {
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px #DBD3D3 solid;
}


#store_page .box2 dl dt {
	clear:both;
	display:block;
	float:left;
	width:40px;
	text-align:center;
	margin-bottom: 10px;
}

#store_page .box2 dl dd {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 10px;;
	width:400px;

}

.mapImage {
	max-width: 460px;
}

.products {
	font-size: 1.3em;
	color: #000;
	padding: 10px 10px;
	margin: 20px auto 10px;
	text-align: left;
	border-bottom: 2px #0065b4 solid;
}

.productsbg {
	background: #f2f2f2;
	padding: 30px;
}

.ser_midashi {
	color: #0065b4;
	display: block;
}

.ser_midashi:before {
	content: "■";
	padding-right: 10px;
}

#productspage .bloc_left {
	float: left;
	width: 425px;
}

#productspage .bloc_right {
	float: right;
	width: 425px;
}

#productspage .bloc_center {
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

#productspage .ttl {
	color: #333;
	text-align: center;
	padding: 0px 0px 15px;
	margin: 0px 0px 20px;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}

#productspage div.detail_link {
	text-align: center;
}

#productspage div.detail_link a {
	width: 210px;
	border: 1px solid #0065b4;
	text-align: center;
	padding: 7px 0px;
	text-decoration: none;
	color: #0065b4;
	position: relative;
	display: inline-block;
}

.midashi-c {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.5em;
	padding: 20px 0;
}

.midashi-reform {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.5em;
	padding: 20px 0;
}

.midashi-reno {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.5em;
	padding: 20px 0;
}

.ao {
	color: #0065b4;
}

.button_p {
	display: block;
	border: solid 1px #0065b4;
	color: #fff;
	text-align: center;
	width: 320px;
	line-height: 2.5rem;
	background-repeat: no-repeat;
	background-position: 95% center;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	text-decoration: none!important;
}
.button_p a {
	text-decoration: none!important;
	
}

.child_page { display: inline-block; }
.child_page img { width: auto; height: auto;}

.child_page h3 { font-size: 14px; text-align: center; }

.child_page a { text-decoration: none !important; }

.step {
	position: relative;
	padding-bottom: .2em;
	padding-left: 5px;
	margin-bottom: 0.5em;
	font-size: 20px;
	    color: #0065b4;
}

.step::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 4.5em;
	height: 2px;
}

.fa-3x {
	font-size: 3em;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-down {
	color: #999;
}

.blue {
color: #0065B5;
}

.steps {
	position: relative;
	padding-bottom: .2em;
	padding-left: 5px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: 500;
}
.steps::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 4.5em;
	height: 2px;
	background-color: #4c9e05;
}

span.spblock {
	display: inline-block;
}

.bggray {
	background-color:#e6e6e6;
	padding: 60px 20px 20px 20px;
	border: 0px solid #000;
}

/* ↓TOP↓ */
#mainTop .topttl { margin: 0px 0px 30px; }
#mainTop .topttl span.item01 { display: block; font-size: 43px; color: #0065B5; line-height: 1.2em; transform: scale(1.2, 1); margin-bottom: 20px; }
#mainTop .topttl span.item02 { display: block; font-size: 16px; color: #0c0c0c; line-height: 1.2em; }

#mainTop #top-newtopic .topttl span.item01 { display: block; font-size: 28px; color: #0065B5; line-height: 1.2em; transform: scale(1.2, 1);  }
#mainTop #top-newtopic .topttl span.item02 { display: block; font-size: 14px; color: #000; line-height: 1.2em; }
#mainTop #top-concept .topttl {  display: inline-block; padding: 0px 2em; margin-bottom: 0px; }
#mainTop #top-concept .topttl span.item01 { margin-bottom: 10px; }
#mainTop #top-concept .topttl span.item02 {} 
#top-concept .wrapper02 {
 	background: linear-gradient(180deg, #F6F5F1 0%, #F6F5F1 180px, #fff 180px, #fff 100%) ;	
	padding: 0px 0px 80px;
}
#top-concept .bg-concept {
	background: url(/newhp/images/concept-bg2.jpg) no-repeat left center;
	padding-left: 50%;
	background-size: 50%;
	margin: 0px 0px 0px;
}
#mainTop #top-product .topttl { margin: 0px 0px 0px; padding-bottom: 40px; }
#top-concept .conTopbox02 { display: inline-block; 
/*	width: 50%; */
	vertical-align: top;
	
}

#top-concept .conTopbox {
	display: inline-block;
/*	width: 0%; */
	padding-left: 3%;
	margin-left: auto;
	margin-top: 20px;

}
#top-concept .conTopbox .more { margin-top: 0vw; text-align: right; margin-right: 30px; }
#top-product ul { display: flex; gap: 4px; justify-content: center; }
#top-product ul li { width: 33.5%; }
#top-product { margin-bottom: 95px; }
#top-product ul li a { display: block; position: relative; color: #fff; }
#top-product ul li a span.img img { display: block; margin: auto; }
#top-product ul li a div.txt {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	background: rgba(20, 20, 20, 0.5);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 10% 0px;
}
#top-product ul li a h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;	
    font-size: 1.5vw;
    margin: 0px;
    font-weight: 500;
    width: 100%;
	height: 30%;
	box-sizing: border-box;
}
#top-product ul li a p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;	
	box-sizing: border-box;
    font-size: 1vw;
    margin: 0px;
    width: 100%;
	height: 40%;	
}
#top-product ul li a div.more {
    width: 100px;
    margin: 0px auto 30px;
    padding: 0px 0px 1em;
    border-bottom: 1px solid #fff;
    line-height: 1em;
}
#top-product ul li a div.more:after {
	content: "＞";
	padding-left:20px;
}
#top-product ul li a:hover div.txt {
	background: rgba(20, 20, 20, 0.7);
}
#top-work { margin-bottom: 95px; }
#top-renovation { margin-bottom: 95px; }
#top-reform { margin-bottom: 95px; }

#top-work ul { display: flex; gap: 4px; justify-content: center; }
#top-work ul li { width: 33.5%; }
#top-work ul li span.img {}
#top-work ul li span.img img {
	width: 100%;
	height: 20.8vw;
	object-fit: cover;
}
#top-work ul li span.label {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 10px 6px;
	line-height: 1em;
	display: inline-block;
	font-size: 1em;
	background: #333333;
	color: #fff;
	z-index: 2;
	font-size: 12px;
}
#top-work ul li a { display: block; position: relative;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#top-work ul li h2 { text-align: center; font-size: 14px; margin: 0px 0px 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#top-work ul li a:hover img { opacity: 0.75; }

#top-renovation ul { display: flex; gap: 4px; justify-content: center; }
#top-renovation ul li { width: 33.5%; }
#top-renovation ul li span.img {}
#top-renovation ul li span.img img {
	width: 100%;
	height: 20.8vw;
	object-fit: cover;
}
#top-renovation ul li a { display: block; position: relative;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#top-renovation ul li h2 { text-align: center; font-size: 14px; margin: 0px 0px 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#top-renovation ul li a:hover img { opacity: 0.75; }

#top-reform ul { display: flex; gap: 4px; justify-content: center; }
#top-reform ul li { width: 33.5%; }
#top-reform { margin-bottom: 95px; }
#top-reform ul li a { display: block; position: relative; color: #fff; }
#top-reform ul li a span.img img { display: block; }
#top-reform ul li a div.txt {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	background: rgba(20, 20, 20, 0.5);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 15% 0px;
}
#top-reform ul li a h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;	
    font-size: 1.7vw;
    margin: 0px;
    font-weight: 500;
    width: 100%;
	height: 30%;
	box-sizing: border-box;
	transform: scale(1.2, 1);
}
#top-reform ul li a p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;	
	box-sizing: border-box;
    font-size: 1vw;
    margin: 0px;
    width: 100%;
	height: 30%;	
}
#top-reform ul li a:hover div.txt {
	background: rgba(20, 20, 20, 0.7);
}

.topmore { background: #F6F5F1; text-align: center; padding: 30px 0px; }
.topmore img { display: block; margin: auto;  }
#topnewtopic_wrap { display: flex; gap: 4px; justify-content: center; }
#topnewtopic_wrap .newsbox { width: 33.5%; padding: 0px 4%; box-sizing: border-box;  }
#topnewtopic_wrap .newsbox.second,
#topnewtopic_wrap .newsbox.first { border-right: 1px solid #000; }
#top-newtopic { margin-bottom: 90px; }
#top-newtopic li {
	padding-left: 0px;
	padding: 10px 0px 10px;
	font-size: 14px;
}

#top-newtopic li .date span.newmark {
	margin-left: -50px;
}

#top-newtopic li span.label {
	font-size: 12px;
	display: inline-block;
	color: #0065B4;
	text-align: center;
	font-weight: 200;
	margin-left: 5px;
	margin-right: 0px;
}

#top-newtopic li .img {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}
#top-newtopic li span.img img {width: 90px;height: 60px;}
#top-newtopic li img.thumbnail-img {object-fit: cover;font-family: 'object-fit: cover;';}
#top-newtopic li h3 {
	font-size: 14px;
	margin: 3px 0px;
	line-height: 1.3em;
}
#top-newtopic a:hover img { opacity: 0.75; }
.pickup ul li h2 {
	font-size: 14px;
	margin: 3px 0px;
	line-height: 1.3em;
}
.pickup ul li span.imgpick {
	width: 45%;
	margin-right: 4%;
}
.pickup ul li .txt { width: 50%; }
.pickup ul li span.imgpick img { width: 100%; height: 6vw; object-fit: cover; }
.pickup ul li .pickup_wrap { display: flex; justify-content: center; align-items: flex-start; }
.pickup ul li .more { text-align: right; }
.pickup ul li .more img { width: 130px; }

#top-company ul { display: flex; gap: 4px; justify-content: center; }
#top-company ul li { width: 33.5%; }
#top-company ul li img { display: block; margin: auto; }

/* ↑TOP↑ */


.ttl01-midashi {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color:  #0065B4;
	text-align: center;
	margin-bottom: 40px;
}

.catch-ttl {
    margin-top: 1.8em;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5em;
    color: #333;
    font-weight: 500;
    margin-bottom: 1.8em;
}

        .steps-title {
            text-align: center;
            font-size: 2em;
            color: #333;
            margin-bottom: 50px;
            font-weight: bold;
            line-height: 1.5em;
        }

        .step {
            background: white;
            padding: 10px 10px;
            margin-bottom: 40px;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }

        .step:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 6px;
        }

        .step-header {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
        }

        .step-number {
            background: linear-gradient(135deg, #0065B5 0%, #0065B5 100%);
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8em;
            font-weight: bold;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0, 0, 3, 0.3);
        }

        .step-title {
            font-size: 1.2em;
            color: #333;
            font-weight: 500;
        }

        .step-content {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .step-text {
            flex: 1;
			    font-size: 16px;
        }

        .step-text p {
            font-size: 1.05em;
            color: #555;
            line-height: 1.8;
			    margin-left: 80px;
        }

.catch-txt {
font-size: 1.10em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.bx-wrapper .bx-controls-direction a { z-index: 2!important; }
/* ↑2025↑ */

@media (max-width: 1610px) {
	.menu span.wrap, .menu a { padding: 20px 0em; }
	.headerbox .logo { max-width: 25%; }	
}

@media (max-width: 1500px) {
	.menu span.wrap, .menu a { padding: 20px 0em; font-size: 13px; }
	.headerbox .logo { max-width: 20%; }
}
@media (max-width: 1450px) {
	.menu span.wrap, .menu a { padding: 20px 0em; font-size: 12px; }
	.headerbox .logo { max-width: 15%; }
}
@media (max-width: 1300px) {
	.menu span.wrap, .menu a { padding: 20px 0em; font-size: 12px; }
	.headerbox .logo { max-width: 15%; }
}
@media (max-width: 1200px) {
	body { min-width: 1200px; }
	.menu span.wrap, .menu a { padding: 20px 0em; font-size: 11px; }
}