@charset "UTF-8";
/*
Theme Name: kitade-mokuzai
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;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;	
	margin: 0px auto;
	padding: 0px;
	min-width: 1050px;
	overflow-x: hidden;
	color: #4b4b4b;
	background: #F4F4F4;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

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

.sp {
	display: none;
}
.pc_br{
	display: inline-block;
}

.aligncenter { text-align: center; }
.alignleft {float: left; }
.alignright {float: right; }
.clearfix:after {
	display: block;
	clear: both;
	content: " ";
}

.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;}
.pcbr { display: block; }

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

Typography

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

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

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

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

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

li { list-style: none; }
strong { font-weight: 600; }

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

Link

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

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

a:hover {
	color: #4594CF;
}

a:hover img {
	opacity: 0.7;
}

p {
	margin-top: 0px;
}
/****************************************

Layout

*****************************************/
#maincon {
}

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

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

.wrapper02 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position: relative;
}
.wrapper04 {
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	position: relative;
}
.wrapper03 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}

.bg-content { 
	background: none;
    background: #fff; 
}

#header {
	top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	width: 100%;
}

#header #tlogo {
	float: left;
	margin: 20px 0px 0px 2%;
	padding: 1px 0px 0px;
}
header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	box-shadow: 3px 0px 10px #ddd;
}
body.home header #headerL {
}
body.home header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 3px 5px -1px rgb(0,0,0,6%);
}

#headerL.fixed #header { background: rgba(255, 255, 255, 0.8); }
#header #toptel {
	float: right;
	margin:0;
	padding: 25px 0px 0px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	width: 5%;
}
#header #toptel img.tel { max-width: 70%; }
#main {
	margin-top: 0px;
	text-align: left;
	float: left;
	width: 690px;
}

#sidepage {
	float: right;
	width: 280px;
}
.boxtitle,
.widgettitle {
	border: 1px solid #e2e0e0;
	padding: 10px;
	text-align: center;
	background: #F8F7F3;
	font-size: 20px;
}

#sidepage ul ul.children { padding-left: 0px;}
#sidepage ul ul.children li:before { content: "→";}
footer {
	background: #fff;
	min-width: 1050px;
}

#footer {
	text-align: left;
	padding: 30px 0px 0px 0px;
	margin: 0px auto 0px;
	border-top: 1px solid #eee;
}

#flogo img {
	max-width: 300px;
	display: block;
	margin: auto;
}

#footer02 {
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer02 .fbox02 {
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom 10px;
	font-size: 14px;
}


#footer02 .fbox02 h1 {
	line-height: 1.4em;
	font-size: 12px;
	color: #999;
}

#footer02 .fbox01 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}

#footer_fixed {
	position: fixed;
	right:0;
	bottom: 0;
	padding-bottom: 20px;
	width: 120px;
	height:auto;
	z-index: 10;	
}

#footer_fixed .footwrap a { display: block; }
#footer_fixed .footwrap a img { display: block; margin-bottom: 10px; margin-left: auto; margin-right: auto;}


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

header

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

Navigation

*****************************************/
#gnavi{
}

.fixed #gnavi {
	top: 0px;
	left: 0px;
}
.fixed .hnavi { display: none;}
.fixed #gnavi .logo { /*width: 250px;*/ }

#tlogo {
	width: 23%;
	display: inline-block;
	margin-left: 50px;
}
#tlogo a {
	display: block;
}
h1.toph1 {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 5;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

/* ------- メニュー部分 ------- */
.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 1px 0px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.menu span.wrap,
.menu a{
	text-align: center;
	padding: 10px 0.8vw;
	position: relative;
	color: #000;
	font-size: 16px;
	display: block;
	box-sizing: border-box;	
	position: relative;
	cursor: pointer;
}

.menu span.wrap.menu-open {
	border-bottom: 1px solid #0088CC;
}
.menu span.wrap:hover ,
.menu a:hover {
	color: #F17202;
}

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

.menu span.wrap span.en,
.menu a span.en {
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: 300;
}

.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: #00BF63;
	border-top: 1px #ddd solid;
	margin-bottom: 0px;
}

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


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

.menu .child a:hover {
	background: #2E2E2E;
	color: #fff;
}
.menu .child a:after {
	content: "→";
	position: absolute;
	bottom: 10px;
	right: 10px;
}

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


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

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

.menuf a {
	text-decoration:none;
	color: #4b4b4b;
	display: block;
	line-height: 2em;
}
.menuf li span { display: block; }
.menuf li .child a:before {
	content: "> ";

}
.menuf a:hover {
	color: #F36E21;
}

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


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

.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; }
.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: 50px; }
.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; }


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

Breadcrumb

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


.subHeader { padding: 50px 0px 50px; text-align: center; background-size: cover; }

.breadcrumbs {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #aaa;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2em;
}
.breadcrumbs a {
	color: #999;	
}
.mB {
	font-size: 38px;
	margin: 0px;
	padding: 25px 0px 20px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
}

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

Main

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

.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 8px 20px;
	margin: 10px 10px;
	display: inline-block;
	border-radius: 5px;
}

.rightlink a:hover {
	background: #00A0E6;
}

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

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

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


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

index.php Main

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

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

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


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

Footer

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

#copyright{
	text-align: center;
	padding: 10px 0 10px 0px;
	font-size: 100%;
	margin: 0px 0px 0px;
	font-size: 13px;
}

#copyright a { color: #000; }

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

Form

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

select,
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 2px;
	font-weight: 300;
}
select {
	height: 2.5em; /* 必要に応じて調整 */
	padding: 5px;
}
#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;
}

textarea,
select,
input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
input.age { width: 3em!important; }
span.wpcf7-list-item { margin-left: 0px !important; }
.anket01 span.wpcf7-list-item { width: 250px; }
.anket01 span.wpcf7-list-item:last-child { width: auto; margin-right: 10px; }
.anket02 span.wpcf7-list-item:nth-child(1) { width: 250px; }
.anket02 span.wpcf7-list-item:nth-child(2)  { width: 450px; }
.anket02 span.wpcf7-list-item:last-child { width: auto; margin-right: 10px; }
.contactform .buipart span.wpcf7-list-item { width: 9em; }
.checkbox-books span.wpcf7-list-item { display: block !important; 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:#6BAC71;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 24px;
	padding: 15px 50px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #6BAC71;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ddd;
	font-weight: 300;
}

.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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	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; display: block; margin-left: auto; margin-right: auto; } /*送信ボタン*/

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

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

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

.radiolist span.wpcf7-list-item { display: block; }

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

.contactform th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: 300; width: 15em;}
.contactform td { border: solid 1px #dddddd; padding: 10px 10px; background-color: #fff;}
.contactform .hissu { color: #fff; display: inline-block; background: #ee0000; padding: 1px 5px; float: right; font-size: 14px;}
.contactform .spw { vertical-align: text-bottom; display: inline-block; line-height: 2em; }
.contactform .shubetu span.wpcf7-list-item { display: block; }
.contactform td .item01 { display: inline-block; width: 6em; vertical-align: top; }
.contactform td .item02 { display: inline-block; vertical-align: top;}
.contactform td .item { padding: 10px 0px; border-bottom: 1px dotted #ddd; }
.contactform td .item:last-child { padding: 10px 0px; border-bottom: 0px dotted #ddd; }

.contactform.contactform02 tr:first-child td,
.contactform.contactform02 tr:first-child th { border-top: solid 0px #dddddd; }

.center {
	text-align: center;
}

#text-18 {
	font-weight: 300;
	width: 100%;
	background: none;
	border: 0px;
}



/* TOP */

.mslider {
	/*	background: #F8F7F3; */
	padding-bottom: 0px;
}

.morebottun {
	position: relative;
	display: inline-block;
	padding: 15px 5em 15px 5em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 15px;
	color: #504F4A;
	background: url(images/yaij-b.png) no-repeat right center;
	background-size: 9px;
	background-position-x: 85%;
	line-height: 1em;
	width: auto;
	border-radius: 50px;
	border: 1px solid #504F4A;
	letter-spacing: 1px;
}
.morebottun:hover {
	color: #000;
	background: url(images/yaij-b.png) no-repeat right center;
	background-size: 9px;
	background-position-x: 85%;
}

.morebottun::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #F4F4F4;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.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_p {
	position: relative;
	display: inline-block;
	padding: 18px 40px 18px 20px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	background: url(images/yaji-wh02.png) no-repeat right center;
	background-position-x: 95%;
	line-height: 1em;
	width: 240px;
	border-radius: 0px;
}
.morebottun_p:hover {
	color: #fff;
	background: url(images/yaji-wh02.png) no-repeat right center;
	background-position-x: 85%;
}

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

#top10 { margin-bottom: 80px; }
#top09 { margin-bottom: 80px; }
#top08 { margin-bottom: 80px; }
#top07 { margin-bottom: 80px; }
#top06 { margin-bottom: 0px; }
#top05 { margin-bottom: 80px; }
#top04 { margin-bottom: 80px; }
#top03 { margin-bottom: 80px; }
#top02 { margin-bottom: 80px; }
#top01 { margin-bottom: 20px;  }

#newstopics {
	background: url(images/news-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0px 100px;
}
#newstopics .newswrap { display: flex; background: rgba(255,255,255,0.95); border-radius: 50px; padding:  50px 5vw; }
#newstopics .news_info {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 30px;
	margin-right: 2%;
	text-align: left;
}
#newstopics .blog_info {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 30px;
	margin-right: 2%;
	text-align: left;
}

#newstopics .pickup_info {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
#newstopics .box_wrap {
	padding: 0px;
}
#newstopics .pickup_info .box_wrap {
	margin: 35px 0px 0px;
}

#newstopics .blog_info ul,
#newstopics .news_info ul { margin-top: 0px; margin-bottom: 10px; }
#newstopics .blog_info li,
#newstopics .news_info li{
	padding: 15px 0 15px 0;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}
#newstopics .blog_info li:last-child,
#newstopics .news_info li:last-child{
	border-bottom: 0px solid #eee;
}

#newstopics .blog_info li p,
#newstopics .news_info li p  {
	display:inline-block;
	line-height: 1.2;

}

#newstopics .blog_info .box1-1,
#newstopics .news_info .box1-1 {
	float: left;
	width: 28%;
	height: 75px;
	padding: 0px;
}

#newstopics .blog_info .box1-2,
#newstopics .news_info .box1-2 {
	float: right;
	width: 70%;
	height: 74px;
	font-size: 15px;
}
#newstopics .blog_info h2,
#newstopics .news_info h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
}
#newstopics .hiduke { color: #aaa; font-size: 12px; }
#newstopics .blog_info .box1-1 img,
#newstopics .news_info .box1-1 img {
	width: 90px;
	height: 75px;
	object-fit: cover;
	padding: 0px;
	border: 1px solid #eee;
}
#newstopics .blog_info .label { display: inline-block; border-radius: 5px; padding: 0px 10px; line-height: 1.5em; font-size: 13px; margin-left: 1px; background: #00BF63; color: #fff; }
#newstopics .news_info .label { display: inline-block; border-radius: 5px; padding: 0px 10px; line-height: 1.5em; font-size: 13px; margin-left: 1px; background: #00BF63; color: #fff; }
#newstopics .news_info .label.label_reforms { background: #57B3E1; }
#newstopics .news_info .label.label_shop { background: #00BF63; }
#newstopics .news_info .label.label_event { background: #00BF63; }
#newstopics .news_info .label.label_post1 { background: #DEB887; }

#newstopics .pickup_info span.img {
	display: block;
	width: 100%;
	max-height: 280px;
	margin-bottom: 10px;
	overflow: hidden;
}
#newstopics .pickup_info span.img img {
	max-width: 100%;
	max-height: 280px;
	display: block;
	margin: auto;
}
#newstopics .pickup_info h2 {
	font-size: 15px;
	margin: 0px;
	padding: 10px;
	font-weight: 300;
}
#newstopics .blog_info .more,
#newstopics .pickup_info .more {
	text-align: right;
	font-size: 14px;
}
#newstopics .blog_info .more a {
	display: inline-block;
	border: 1px solid #999;
	font-size: 13px;
	padding: 0px 3em;
	border-radius: 40px;
	background: url(images/yaij-b.png) no-repeat right center;
	background-size: 9px;
	background-position-x: 90%;	
	font-weight: 300;
}
#newstopics .pickup_info .more a {
	display: inline-block;
	border: 1px solid #999;
	font-size: 13px;
	padding: 0px 2em;
	border-radius: 40px;
	background: url(images/yaij-b.png) no-repeat right center;
	background-size: 9px;
	background-position-x: 90%;		
	font-weight: 400;
}
.newlable {
	display: inline-block;
	font-size: 13px;
	padding: 0px 5px;
	line-height: 1.5em;
	color: #f00;
}
#top-work { background: url(images/bg01.jpg)no-repeat top left; padding: 100px 0px 0px; position: sticky; }

#top-work ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-work ul li { float: none; display: inline-block; width: 24%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left; position: relative; background: #fff; }
#top-work ul li:nth-child(6),
#top-work ul li:nth-child(1) {
	width: 49%;
}
#top-work ul li:nth-child(3n + 3) {
	margin-right: 0px;
}
#top-work ul li .txt { padding: 0px 10px 10px; }
#top-work ul li .box1 { height: 235px; overflow: hidden; width: 100%; }
#top-work ul li img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
#top-work ul li img.img_b {
	width: 100%;
	height: 345px;
	object-fit: cover;
}
#top-work ul li h2 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px;
	color: #000;
	font-weight: 300;
}
#top-work ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #4594CF;
}
#top-work ul li span.label {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	padding: 3px 10px;
	margin: 8px 6px 0px 0px;
	border-radius:5px;
	background: #FFAB62;
}

#top-reform { background: url(images/bg02.jpg)no-repeat top right; padding: 100px 0px 60px; position: sticky; }

#top-reform ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 20px; }
#top-reform ul li { float: none; display: inline-block; width: 24%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left; position: relative; background: #fff; }
#top-reform ul li:nth-child(6),
#top-reform ul li:nth-child(1) {
	width: 49%;
}
#top-reform ul li:nth-child(3n + 3) {
	margin-right: 0px;
}
#top-reform ul li .txt { padding: 0px 10px 10px; }
#top-reform ul li .box1 { height: 235px; overflow: hidden; width: 100%; }
#top-reform ul li img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
#top-reform ul li img.img_b {
	width: 100%;
	height: 345px;
	object-fit: cover;
}
#top-reform ul li h2 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px;
	color: #000;
	font-weight: 300;
}
#top-reform ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #4594CF;
}
#top-reform ul li span.label {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	padding: 3px 10px;
	margin: 8px 6px 0px 0px;
	border-radius:5px;
	background: #57B3E1;
}

#top-shop { background: url(images/bg01.jpg)no-repeat top left; padding: 100px 0px 60px; position: sticky; }

#top-shop ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-shop ul li { float: none; display: inline-block; width: 49%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left; position: relative;}
#top-shop ul li:nth-child(2n + 2) {
	margin-right: 0px;
}
#top-shop ul li img {
	width: 100%;
	height: 345px;
	object-fit: cover;
}

#top-shop ul li h2 {
	font-size: 16px;
	padding: 7px 0px;
	margin: 0px;
	color: #000;
	font-weight: 300;	
}
#top-shop ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
}
#top-shop ul li span.label {
	color: #3e3a39;
	font-size: 13px;
	border: 1px solid #999;
	line-height: 1.2em;
	padding: 5px 5px 5px 5px;
	margin: 8px 6px 0px 0px;
	font-weight: bold;
}
#top-shop ul li div.more {
	display: block;
	text-align: right;
	font-size: 14px;
}
#top-shop ul li.pickup a:before {
	content: url("images/pin3.png");
	position: absolute;
	top: -30px;
	left: 0px;
}

#top-event { background: url(images/bg01.jpg)no-repeat top left; padding: 100px 0px 60px; position: sticky; }

#top-event .ttl { font-size: 36px; display: block; margin: 10px 20px 20px; color: #000; font-weight: 400; }
#top-event .subttl { font-size: 16px; display: block; color: #000; padding: 0px 0px 30px; font-weight: 500; background: url(/images/line.png) no-repeat bottom center; margin-bottom: 30px; }
#top-event ul.eventpickup { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-event ul.eventpickup li {
	float: none;
	display: inline-block;
	width: 23%;
	margin: 20px 2.5% 0px 0px;
	box-sizing: border-box;
	text-align: left;
}
#top-event ul.eventpickup li:nth-child(4n + 4) {
	margin-right: 0px;
}

#top-event ul.eventpickup li h2 { font-size: 16px; padding: 10px 0px; margin: 0px; line-height: 1.5em; display: block; font-weight: 300; }
#top-event ul.eventpickup li h2 a {
	padding: 5px 10px 10px 5px;
	display: block;
}
#top-event ul.eventpickup li .txt table { font-size: 14px; line-height: 1.3em; padding: 10px 0px; min-height: 6em;}
#top-event ul.eventpickup li .txt table th { width: 4.5em; vertical-align: top; }
#top-event ul.eventpickup li .txt table td { vertical-align: top; }
#top-event ul.eventpickup li span.img img { width: 100%; max-height: 300px; }
#top-event ul.eventpickup li a.more { display: block; text-align: right;  padding-right: 23px; background-position-x: 99%; }

#top-event ul.eventpickup li span.label { display: inline-block; font-size: 14px; color: #fff; background: #3A3838; padding: 3px 10px; line-height: 1em; }
#top-event ul.eventpickup li span.label.open { background: #CC1010; }
#top-event ul.eventpickup li .is_new {
	display:inline-block;
	background:#E6002F;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;

}

#top-event ul.eventpickup li .is_before {
	display:inline-block;
	background:#2BB94D;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}

#top-event ul.eventpickup li .is_close {
	display:inline-block;
	background:#000;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;

}
#top-event ul li dl.txt {
	justify-content: flex-start;
	margin: 0px;
	display: flex;
	font-size: 13px;
	align-items: flex-start;
	border-top: 1px solid #555;
	padding-top: 10px;
}
#top-event ul li dl.txt dt {
	width: 5em;
	border: 1px solid #555;
	margin-right: 10px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;	
}
#top-event ul li dl.txt dd { margin: 0px; line-height: 1.4em;}

#top-fudousan { background: url(images/bg02.jpg)no-repeat top right; padding: 100px 0px 60px; position: sticky; }
#top-fudousan ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 20px; }
#top-fudousan ul li { float: none; display: inline-block; width: 24%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left;  position: relative; }
#top-fudousan ul li:nth-child(4n + 4) {
	margin-right: 0px;
}
#top-fudousan ul li a { display: block; }
#top-fudousan ul li .box1 { height: 235px; overflow: hidden; width: 100%; }
#top-fudousan ul li img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
#top-fudousan ul li h2 {
	font-size: 16px;
	padding: 7px 0px;
	margin: 0px;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
#top-fudousan ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #4594CF;
}
#top-fudousan ul li span.label {
	display:inline-block;
	background:#E6002F;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;
}
#top-fudousan ul li span.label.close {
	background:#555;
}
#top-fudousan ul li span.label.fcase {
	background:#aaa;
}
#top-fudousan ul li div.txt {
	display: block;
	text-align: left;
	border-top: 1px solid #555;	
	line-height: 1.5em;
	padding: 15px 0px;
}
#top-fudousan ul li dl {
	font-size: 13px;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}
#top-fudousan ul li dl dt {
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;	
	display: inline;
}
#top-fudousan ul li dl dd { display: inline; margin: 0px; line-height: 1.4em;}

#top-concept {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;

}
#top-concept ul { display: flex; padding-top: 40px; margin-bottom: 30px; }
#top-concept li { position: relative; width: 24%; margin: 0px 0.5% 30px; }
#top-concept li a h2 { text-align: center; font-size: 14px; line-height: 1.5em; letter-spacing: 1px; color: #555; }

#top-company ul { display: flex; flex-wrap: wrap; justify-content: center; }
#top-company ul li {
	display: inline-block;
	width: calc(100%/6.3);
	margin: 10px 0.5% 20px;	
}
#top-company ul li a {
	display: block;
	position: relative;

}
#top-company ul li a img { display: block; margin: auto; }
#top-company ul li a div.txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top-company ul li a div.txt span.en { display: block; font-size: 20px; }
#top-company ul li a div.txt span.jp { display: block; }
#top-product ul { display: flex; flex-wrap: wrap; justify-content: center; }
#top-product ul li {
	display: inline-block;
	width: calc(100%/2.5);
	margin: 10px 2% 20px;
	box-sizing: border-box;
}
#top-product ul li a {
	display: block;

}

#top-product .row {
    display: flex;
	justify-content: space-between;
}
#top-product .row  .bt_more a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
	text-align: center;
}
#top-product .row  .bt_more a:hover {
    color: #fff;
	background: #000;
}

#top-product .row .col-sm-3 {
    width: 320px;
	margin: 0px 10px;
}

#top-quo ul { display: flex; flex-wrap: wrap; justify-content: center; }
#top-quo ul li {
	display: inline-block;
	margin: 10px 2% 0px;	
}
#top-quo ul li a {
	display: block;

}
#top-quo ul li a img { display: block;}
#top-quo .notice {
font-size: 12px; line-height: 1.5em; color: #888; padding: 10px 90px;	
}
hr.line { background: #ddd; height: 1px; border: 0px; }

.topttl {
	display: flex;
	width: 615px;
	border-bottom: 1px solid #ddd;
	padding: 0px 10px 10px;
	justify-content: space-between;
	align-items: baseline;
	color: #333;
	margin-left: 10px;
}
.topttl .item01 { font-size: 47px;transform: scaleX(1.1); }
.topttl .item02 { font-size: 20px; letter-spacing: 2px; font-weight: 300; }

.topttl02 {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 0px 10px 10px;
	align-items: baseline;
	color: #000;
	margin-left: 10px;
}
.topttl02 .item01 { font-size: 34px;transform: scaleX(1.1); margin-right: 50px; }
.topttl02 .item02 { font-size: 16px; letter-spacing: 2px; }

.topttl03 {
	display: flex;
	padding: 0px 10px 10px;
	align-items: baseline;
	color: #000;
	margin-left: 10px;
	align-items: center;
}
.topttl03 .item01 { width: 40%; box-sizing: border-box; }
.topttl03 .item02 { width: 60%; }
.topttl03 .item01 span {
	font-size: 34px;transform: scaleX(1.1); margin-right: 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	padding: 10px 2em 20px;
	margin-bottom: 20px;
}
.topttl03 .item01 .item0101 {
	width: 235px;
	margin-right: 50px;
	margin-left: auto;
}
.topttl03 .item01 img { display: block; margin: auto; }
.color01 { color: #EA5416; }
.color02 { color: #17B2FF; }
.color03 { color: #00BF63; }

.topttl04 {
	font-size: 34px;transform: scaleX(1.1);
	border-bottom: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	padding: 10px 2em 20px;
	margin-bottom: 20px;
}
/* TOP */


/**下層一覧 */
#archiveWorks li {
	position: relative;
}

#archiveWorks li .box2 .title { font-size: 18px; }
#archiveWorks li .box2 .more { text-align: right; padding: 20px 20px; }

#archiveWorks li .box1 {
	float: left;
	margin-right: 20px;
	width: 350px;
}
#archiveWorks li .box1 img {
	width: 100%;
}

#archiveWorks li .box2 {
	width: 600px;
	float: right;
}

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

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

#archive-work-list { display: flex; flex-wrap: wrap; }
#archive-work-list li {
	display: inline-block;
	width: 32%;
	position: relative;
	vertical-align: top;
	margin-right: 1%;
	font-size: 16px;
	background: #fafafa;
}
#archive-work-list li:nth-child(3n + 3) {
	margin-right: 0;
}


#archive-work-list li .box2 { 
	padding: 0px 10px 10px;
	font-size: 14px; 
	color: #00A0E6; 
	font-weight: 300;
}

#archive-work-list li .box2 .tags span {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	padding: 3px 10px;
	margin: 8px 6px 0px 0px;
	border-radius: 5px;
	background: #FFAB62;
	display: inline-block;
}
#archive-work-list.reform li .box2 .tags span { background: #57B3E1; }
#archive-work-list li .box2 .title { font-size: 15px; line-height: 1.5em; padding: 0px; margin: 0px; font-weight: 300; }
#archive-work-list li .box2 .more { text-align: right; padding: 0px 20px 0px 0px; margin: 0px; font-weight: 300px; background: url(images/yaij-b.png) no-repeat right center; }
#archive-work-list li .box1 img {
	width: 100%;
	height: 252px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.worktags { display: block; }
.worktags li { display: inline-block; }

.worktags li a {
	display: block;
	padding: 4px 25px;
	margin: 10px 10px 10px 0px;
	text-decoration: none !important;
	width: autp;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #999;
	background: #fff;
}



.worktags li.active a { 
	color: #fff;
	background: #999; 
}

.worktags li a:hover { background: #eee; color: #333; }
.tags { font-size: 13px; color: #000}
.tags a { display: inline-block; margin-right: 5px; line-height: 1em; padding: 5px; color: #fff;
    border-radius: 5px;
    background: #FFAB62;
}
.tags span.labels { display: inline-block; margin-right: 5px; line-height: 1em; padding: 5px; color: #fff;
    border-radius: 5px;
    background: #FFAB62;
}


#archive-reform-list li .box2 .tags span {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	padding: 3px 10px;
	margin: 8px 6px 0px 0px;
	border-radius: 5px;
	background: #57B3E1;	
}



.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: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1em;
	padding: 0px 20px 0px 10px;
	font-size: 20px;
	font-weight: 450;
	color: #000;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #C7C4B4 0%) repeat scroll 0 0;
}

.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 img.halfleft.before { width: 300px;}
.photos li img.beforeafter-yaji { width: 100px; padding-left: 30px; margin-top: 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%; }


.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 {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
	//	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}



.mBttl{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #000;
	margin-bottom: 1em;
	//	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mBttl:after {
	position: absolute;
	content: "";
	display: block;
	width: 10em;
	height: 3px;
	/*	background: #222222; */
	left: 35%;
}

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

.bukendata dl {
	display: inline-flex;
	width: 47%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 1%;
	border-bottom: 1px solid #ccc;
	align-items: start;
}
.bukendata dl:first-child {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.bukendata dl:nth-child(2) {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

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

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

.bukendata dl dd {
	max-width: 750px;
	width: 68%;
	margin-left: 10px;
	border-left: 1px solid #000;
	padding-left: 5%;
}

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



.eventchirasi img { height: auto; width: 45%; margin: 10px 2%;}
.eventchirasi { text-align: center; }



.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: 15px;
	text-align: left;
	margin: 0px 0px 20px 20px;
	font-weight: 400;
	line-height: 1.6em;
}
.kanren .list li h3 a {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 6em;
	line-height: 1.5em;
	overflow: hidden;
}
.catchcopy {
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #000;
}

.conmidashi{
	clear: both;
	font-size: 26px;
	color: #000;
	background-color: #eee;
	padding: 15px 20px 8px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.conmidashi:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 1.5px;
	background: #000;
	margin: 10px 0 5px;}


.komidashi {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0px 10px;
}

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

.message {
	line-height: 32px;
	font-size: 1.1rem;
}

.address1 {
	font-size: 24px;
	margin-bottom: 10px;
}

.address2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.flow-style01{
	padding: 40px;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 30px;
}
.flow-style01 *:first-child{
	margin-top: 0;
}
.flow-style01 *:last-child{
	margin-bottom: 0;
}

.flow-style01 hr{
	margin: 10px 0;
}


.flmidashi{
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}

.flmidashi:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 2px;
	background: #222;
	margin: 10px 0 20px;
}

.flowyaji {
	background: url(images/flow-yaji.pn) no-repeat center center;
}

#staffList { display: flex; flex-wrap: wrap; }
#staffList li { display: inline-block; width: 48%; background: #eee; border-bottom: 35px solid #fff; margin-right: 7px; vertical-align: top; }
#staffList li:hover { background: #f9f9f9; }
#staffList li a { text-decoration: none; color: #000; display: inline-block; width: 100%; height: 100%; }
#staffList li img { float: left; margin-right: 20px; width: ; }
#staffList li p { line-height: 1.5em; padding: 0px; margin: 0px 0px; }
#staffList li p.staffp1 { color: #515151; font-size: 16px; margin-bottom: 10px; padding-top: 10px; }
#staffList li p.staffp2 { color: #515151; font-size: 26px; font-family: "Yu Mincho", "YuMincho", serif; font-weight: 500; }
#staffList li p.staffp3 { color: #707070; font-size: 15px; letter-spacing: 4px; }


#staffDedail .box1 { width: 300px; display: inline-block; margin-right: 50px; }
#staffDedail .box2 { width: 690px; display: inline-block; vertical-align: top; }

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

#staffDedail .position {
	color: #707070;
	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: 15em; font-weight: 500; }
#staffDedail .staffProfile td { padding-left: 20px; }
#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: #999; }


.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: #F5F5F5;  }
.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 0px; text-align: left; font-weight: 300; color: #000;  }
.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 .more {
	text-align: right;
	width: 6em;
	margin-left: auto;
	background: #fff;
	line-height: 1em;
	padding: 5px 10px;
	border-radius: 5px;

	box-shadow: 2px 2px 2px #aaa;
}
.event_list li .more:hover {
	background: #eee;
	box-shadow: 2px 2px 2px #999;
}

.event_list li span.img {
	display: flex;
	width: 100%;
	height: 322px;
	overflow: hidden;
	align-items: center;
	text-align: center;
	background: #f9f9f9;
}

.event_list li span.img img {
	width: 100%;
	max-height: 350px;
	display: block;
	max-width: 100%;
}

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

}
.event_list table th,
.event_list table td {
	vertical-align: top;
	padding-bottom: 10px;
}
.event_list table th { width: 4em;}

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

.midashievent {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.sekourei_catch { text-align: center; border: 0px solid #eee; padding: 0.1em 1em; font-size: 24px; line-height: 1.5em; color: #999; font-weight: 500; }


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

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


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

.kizi {
	padding-bottom: 70px;
}

.marker02 {
	background: linear-gradient(transparent 60%, #E8D062 60%);align-content
}
.marker {
	background: linear-gradient(transparent 60%, #F5F650 60%);align-content
}
.fudousan_list ul { display: flex; flex-wrap: wrap; justify-content: left; padding-top: 0px; margin-bottom: 20px; }
.fudousan_list ul li { float: none; display: inline-block; width: 32%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left;  position: relative; }
.fudousan_list ul li:nth-child(3n + 3) {
	margin-right: 0px;
}
.fudousan_list ul li .box1 { height: 235px; overflow: hidden; width: 100%; }
.fudousan_list ul li img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.fudousan_list ul li h2 {
	font-size: 16px;
	padding: 7px 0px;
	margin: 0px;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
.fudousan_list ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #4594CF;
}
.fudousan_list ul li span.label {
	display:inline-block;
	background:#E6002F;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;
}
.fudousan_list ul li span.label.close {
	background:#555;
}
.fudousan_list ul li span.label.fcase {
	background:#aaa;
}
.fudousan_list ul li div.txt {
	display: block;
	text-align: left;
	border-top: 1px solid #555;	
	line-height: 1.5em;
	padding: 15px 0px;
}
.fudousan_list ul li dl {
	font-size: 13px;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}
.fudousan_list ul li dl dt {
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;	
	display: inline;
}
.fudousan_list ul li dl dd { display: inline; margin: 0px; line-height: 1.4em;}


/* 下層一覧 */

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

.gaiyou th { text-align: center;
	padding: 10px 20px;
	width: 14em;
	font-weight: 300;
	color: #000;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.gaiyou td { order: solid 0px #dddddd;
	background: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.midashi {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.midashi_blog {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

#access,
#after { padding-top: 100px; margin-top: -100px; }
.bloglist { }
.bloglist img.blog-thumbnail { width: 200px; float:left; margin-right: 30px; }
.mid-con02 {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* company */

/* テキスト色 */

.red {
	color: #ff0000;
}

/* テキスト色 */

#prevANDnext {
	border-top:1px double #4b4b4b;
	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%;
}
.bx-wrapper .bx-controls-direction a { z-index: 1!important; }

ul.fudousan_list {
	display: flex;
	flex-wrap: wrap;
}
ul.fudousan_list li {
	display: inline-block;
	width: 30%;
	margin: 0px 1% 30px;
	box-sizing:border-box;
	padding: 10px!important;
}
ul.fudousan_list li img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
}
ul.fudousan_list li .midashi { margin: 0px 0px 10px; font-size: 16px; }
ul..fudousan_list li .box1 {
	width: auto!important;
	float: none!important;
	margin-right: 0px!important;
}
ul.fudousan_list table th { width: 4em!important; }
ul.fudousan_list table td, .fudousan_list table th { font-size: 13px!important; line-height: 1.5em; padding: 2px 10px!important;}

.wrap_pagenavi { margin: 50px auto; text-align: center; }
.grecaptcha-badge { visibility: hidden; }

.topslider { display: flex; flex-direction: row-reverse; align-items: center; margin-bottom: 30px; }
.topslider .item01 { width: 64%; }
.topslider .item02 { width: 36%; text-align: center;  }
.topslider .item02 .boxwrap { width: 450px; margin: 3vw auto; text-align: left;  }
.topslider .item02 .topcatch { font-size: 40px; color: #666666; line-height: 1.5em; margin-bottom: 2em; }
.slides li img { border-radius: 50px 0px 0px 50px; }

.postlist { margin-bottom: 50px; }
.blog-thumbnail { float: left; margin-right: 20px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; border: 1px solid #eee; }
.blogDetail a.more { 
	display: block;
	text-align: center;
	font-size: 13px;
	width: 8em;
	margin-left: auto;
	background: url(images/yaij-b.png) no-repeat right center, #fff;
	background-position-x: 94%;
	background-size: 10px;
	color: #555;
	line-height: 1em;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #66b791;
}
.blogDetail a.more:hover {
	background: url(images/yaij-b.png) no-repeat right center #eee;
	background-position-x: 94%;
}
.blogDetail .blogbloc { display: table-cell; }


.blogDetail span.label { 
	font-size: 14px;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}
.blogDetail span.label.label_post_8 {
	border: 2px solid #E60012;
	color: #E60012;

}
.blogDetail span.label.label_post_9 {
	border: 2px solid #00A0E9;
	color: #00A0E9;

}

.width800 {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}
/* css追加をここの上に記載 */

@media (max-width: 1650px) {
	.menu { width: auto; }
	#tlogo a { left: 1px; }
	.wrapper04 {
		margin-left: 1%;
		margin-right: 1%;
	}	
	.menu span.wrap,
	.menu a{ font-size: 15px; }
	#header #tlogo { margin-left: 20px;}
	#header #toptel { width: auto; }
	
	
}

@media (max-width: 1450px) {
	.menu span.wrap,
	.menu a{ font-size: 14px; }
	#header #tlogo { margin-left: 10px;}	
}
@media (max-width: 1350px) {
	.menu span.wrap,
	.menu a{ font-size: 12px; }
	#header #toptel { width: 30px; margin-left: 10px; }	
}

@media (max-width: 1200px) {
	body {min-width: 1200px; overflow-x: auto; }
	#header #toptel { width: 30px; margin-left: 10px; }
	.menu span.wrap,
	.menu a{ font-size: 12px; }
	.wrapper02 {
		width: 100%;
	}
	.wrapper03 {
		width: 100%;
	}	

}

/****************************************************
* 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/