@charset "UTF-8";

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

/* テンプレート用CSS */

/* /////////////////////////////////////////////// */
body {
	font-size: 1em;
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}

body > div {
	width: 1036px;
	margin: 0 auto;
	padding: 0 8px;
	background-image: url(../img/bg_shadow.png);
	background-repeat: repeat-y;
}

body > div > * {
	width: 100%;
}


/* ----------------------------------------------- */
/* 汎用 */
/* ----------------------------------------------- */
.h3 {
	padding: 14px 0px 14px 14px;
	line-height: 100%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #9BCB28;
	background-image: url(../img/h3.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-shadow: 0 0 2px #333;
}

.ribbon {
	margin-bottom: 8px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #C00;
	background-image: url(../img/dog_ear.png);
	background-position: right top;
}
.ribbon img {
	vertical-align: middle;
}

.sub {
	color: #999;
}

#article {
}

.link_list {
	margin: 0;
	padding: 0;
}
.link_list li {
	margin: 0 0 0.5em;
	padding: 0;
	list-style: none;
}
.link_list li a {
	padding: 0 0 0 17px;
	display: block;
	color: #06C;
	text-decoration: none;
	font-size: 1.2em;
	background-image: url(../img/list_icon.png);
	background-position: left;
}
.link_list li a:hover {
	color: #F60;
	text-decoration: underline;
}

.tc2 {
	color: #A0BF70;
}
.tc3 {
	color: #F17868;
}
.tc4 {
	color: #79B3DC;
}
.tc5 {
	color: #EC8DBA;
}
.tc6 {
	color: #9A86E3;
}
.tc7 {
	color: #73C5C6;
}
.bc1 {
	background-color: #F17868;
}
.bc2 {
	background-color: #A0BF70;
}
.bc3 {
	background-color: #F17868;
}
.bc4 {
	background-color: #79B3DC;
}
.bc5 {
	background-color: #EC8DBA;
}
.bc6 {
	background-color: #9A86E3;
}
.bc7 {
	background-color: #73C5C6;
}



/* ----------------------------------------------- */
/* サブ */
/* ----------------------------------------------- */
#article > h2:first-child {
	margin-bottom: -20px;
}

#mizu_list li {
	width: 140px;
	margin-left: 10px;
	float: left;
	position: relative;
}
#mizu_list li:first-child {
	margin-left: 0;
}
#mizu_list img {
	width: 100%;
	vertical-align: bottom;
}
#mizu_list li span {
	padding: 10px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 120%;
	color: #FFF;
	background-image: url(../img/gray_back.png);
	background-repeat: repeat;
}
#mizu_list strong {
	font-size: 1.7em;
}



/* ----------------------------------------------- */
/* intro */
/* ----------------------------------------------- */
#intro {
	width: 650px;
	margin: 0px 30px 30px;
	padding: 60px 30px 30px;
	float: left;
	position: relative;
	background-position: top;
}

#intro h3 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 120%;
}

#intro h4 {
	margin-bottom: 10px;
	padding: 15px;
	color: #FFF;
	font-size: 24px;
	line-height: 100%;
	background-image: url(../img/h4_bg.png);
	background-repeat: repeat;
	text-shadow: 1px 1px 2px #444;
	border-radius: 4px;
}

#intro h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 100%;
	border-bottom: 1px dashed #999;
}

#intro p {
	margin-bottom: 30px;
	color: #666;
}

#intro ol li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	list-style-position: inside;
	border-bottom: 3px double #F90;
}
#intro ol li:first-child {
	padding-top: 10px;
	border-top: 3px double #F90;
}

#intro #contact {
	width: 100%;
	display: table;
	background-color: #FFE;
	border: 3px dashed #F90;
	border: 3px solid #F90;
}
#intro #contact > * {
	padding: 30px 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#contact_box {
	padding: 10px;
	background-image: url(../img/contact_box.gif);
	background-repeat: repeat;
}
#contact_box div {
	padding: 20px 30px;
	background-color: #fec268;
	background-color: #FDA;
}
#contact_box #tell {
	width: 253px;
	height: 32px;
	margin-right: 30px;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/header_tell.png);
}
#contact_box #mail {
	width: 200px;
	height: 32px;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/header_mail.png);
}
#contact_box img {
	margin-right: 7px;
	vertical-align: middle;
}

#intro .bg_b {
	margin: 0 -30px -30px;
}



/* ----------------------------------------------- */
/* 補助金 */
/* ----------------------------------------------- */
#aside {
	width: 280px;
	margin: 0px 30px 30px 0px;
	margin-bottom: 30px;
	padding-top: 40px;
	float: right;
	font-size: 0.9em;
	line-height: 150%;
}

#aside h3 {
	margin-bottom: 15px;
	padding: 10px 15px;
	font-size: 1.3em;
}

#aside dl dt {
	color: #F60;
	color: #F30;
	font-weight: bold;
}

#aside dl dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #666;
}

#aside .note {
	margin-top: 5px;
	display: block;
	color: #600;
	line-height: 120%;
}



/* ----------------------------------------------- */
/* ビフォー　アフター */
/* ----------------------------------------------- */
.ba_slide {
	width: 1000px;
	width: 960px;
	margin: 0 auto 30px;
	padding: 20px;
	position: relative;
	background-color: #F2F2F2;
	box-shadow: 0 1px 4px 0 #888;
	border-top: 1px solid #FFF;
}

.ba_slide h3 {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	background-color: #292929;
	background-image: linear-gradient(#333, #222);
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

.ba_cont {
	overflow: hidden;
}

.ba_slide ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.ba_slide li {
	width: 920px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.ba_slide li img {
	width: 920px;
	vertical-align: bottom;
}

.ba_slide .ba_navi {
	position: absolute;
	top: 32px;
	right: 32px;
}
.ba_navi li {
	width: 36px;
	height: 36px;
	float: left;
	background-position: left top;
	background-image: url(../img/ba_navi.png);
	cursor: pointer;
}
.ba_navi li:hover {
	background-position: left bottom;
}
.ba_navi li.active {
	background-position: right top;
	cursor: default;
}
.ba_navi li.active:hover {
	background-position: right top;
}

.ba_slide .prev,
.ba_slide .next {
	width: 62px;
	height: 63px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
}
.ba_slide .prev {
	left: -21px;
	background-image: url(../img/ba_prev.png);
}
.ba_slide .next {
	right: -21px;
	background-image: url(../img/ba_next.png);
}

.ba_slide:before {
	content: url(../img/ba_before.png);
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
}
.ba_slide:after {
	content: url(../img/ba_after.png);
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}



/* ----------------------------------------------- */
/* お問い合わせ */
/* ----------------------------------------------- */
#contact_form {
	width: 650px;
	margin: 50px auto 70px;
	padding: 60px 50px 20px;
	background-position: top;
}
#contact_form .bg_b {
	margin: 0 -50px -20px;
}

#contact_form h3 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #0099CC;
}

#contact_form table th,
#contact_form table td {
	padding: 15px 0;
	border-top: 1px dashed #999;
}
#contact_form table th {
	width: 10px;
	padding-left: 50px;
	padding-right: 15px;
	text-align: left;
	white-space: nowrap;
}


.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px !important;
}


#contact_form table td input[type="text"],
#contact_form table td input[type="tel"],
#contact_form table td input[type="email"],
#contact_form table td textarea {
	min-width: 200px;
	padding: 10px 10px;
	font-size: 14px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 0 #CCC inset;
	box-sizing: border-box;
}
#contact_form table td textarea {
	min-width: 100%;
	min-height: 10em;
}
#contact_form table td button[type="submit"],
#contact_form table td button[type="reset"] {
	width: 120px;
	height: 34px;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #666;
	background-image: none;
	border-radius: 3px;
}
#contact_form table td button[type="submit"] {
	float: right;
	background-color: #F90;
}
#contact_form table td button[type="reset"] {
	float: left;
	background-color: #CCC;
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay {
	background-image: none;
}



/* ----------------------------------------------- */
/* トップ */
/* ----------------------------------------------- */
/*/////////////// スライド ///////////////*/
#slider {
	width: 100%;
	height: 470px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#slider li {
	width: 100%;
	height: 470px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

#slider li div {
	width: 100%;
	height: 720px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#slider li {
	display: none;
}
#slider li:first-child {
	display: block;
}


/*/////////////// トップコンテンツ ///////////////*/
#top_cont {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
}

#top_cont li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#top_cont .n1 {
	margin-top: 30px;
	margin-left: 15px;
}
#top_cont .n2 {
	margin-top: 30px;
	margin-left: 27px;
}
#top_cont .n3 {
	margin-top: 30px;
	margin-left: 25px;
}
#top_cont .n4 {
	margin-top: 26px;
	margin-left: 15px;
}
#top_cont .n5 {
	margin-top: 26px;
	margin-left: 28px;
}
#top_cont .n6 {
	margin-top: 26px;
	margin-left: 30px;
}

#top_cont .n1 a {
	width: 430px;
	height: 400px;
	background-image: url(../img/top_img1.png);
}
#top_cont .n2 a {
	width: 254px;
	height: 400px;
	background-image: url(../img/top_img2.png);
}
#top_cont .n3 a {
	width: 259px;
	height: 400px;
	background-image: url(../img/top_img3.png);
}
#top_cont .n4 a {
	width: 310px;
	height: 300px;
	background-image: url(../img/top_img4.png);
}
#top_cont .n5 a {
	width: 312px;
	height: 300px;
	background-image: url(../img/top_img5.png);
}
#top_cont .n6 a {
	width: 310px;
	height: 300px;
	background-image: url(../img/top_img6.png);
}

/*---------------　会社情報　---------------*/
#top_cont .n7 {
	width: 380px;
	height: 362px;
	margin-top: 32px;
	margin-left: 15px;
	background-image: url(../img/top_img7.png);
}
#top_cont #com_info {
	padding: 60px 25px 0px 25px;
}

.dotted_list {
	margin: 0;
	padding: 0;
}
.dotted_list li {
	width: 100%;
	padding: 10px 0 10px !important;
	line-height: 100%;
	font-size: 14px;
	border-top: 1px dotted #CCC;
}
.dotted_list li:first-child {
	border-top: none;
}

/*---------------　ブログ　---------------*/
#top_cont .n8 {
	width: 238px;
	height: 420px;
	margin-top: 32px;
	margin-left: 30px;
	padding: 0px 5px 0px;
	background-image: url();
}
#blog ul {
	height: 420px;
	overflow: auto;
}

/*---------------　fadebook　---------------*/
#top_cont .n9 {
	width: 250px;
	height: 424px;
	margin-top: 32px;
	margin-left: 31px;
	background-color: #F6F7F8;
}



/* ----------------------------------------------- */
/* ヘッダー */
/* ----------------------------------------------- */
#header {
}

#header h1 {
	margin: 8px 0 0 17px;
	float: left;
}
#header h1 a {
	width: 446px;
	height: 96px;
	background-image: url(../img/logo.png);
}

#contact {
	width: 524px;
	height: 84px;
	margin: 14px 14px 0 0;
	padding: 15px 24px 0px 24px;
	float: right;
	background-image: url(../img/contact.png);
}
#contact img:first-child {
	margin-bottom: 6px;
}
#contact .img_btn {
	width: 200px;
	height: 32px;
	background-image: url(../img/header_mail.png);
}

#menu {
	margin: 0;
	padding: 0 0 0 10px;
	clear: both;
}
#menu li {
	margin: 0 5px 0 0;
	margin-top: -14px;
	padding: 0;
	float: left;
	list-style: none;
}

#menu li a {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-position: top;
}
#menu li a:hover {
	background-position: bottom;
}
#header li a:hover:before {
	background-position: bottom;
}
#header li.n1 a {
	width: 123px;
	background-image: url(../img/menu1.png);
}
#header li.n2 a {
	width: 140px;
	background-image: url(../img/menu2.png);
}
#header li.n3 a {
	width: 111px;
	background-image: url(../img/menu3.png);
}
#header li.n4 a {
	width: 108px;
	background-image: url(../img/menu4.png);
}
#header li.n5 a {
	width: 154px;
	background-image: url(../img/menu5.png);
}
#header li.n6 a {
	width: 107px;
	background-image: url(../img/menu6.png);
}
#header li.n7 a {
	width: 227px;
	background-image: url(../img/menu7.png);
}

#menu_border {
	margin-top: -4px;
	position: relative;
	z-index:10;
}


#top #article {
	background-image: url(../img/top_bg.png);
	background-position: top;
}



/* ----------------------------------------------- */
/* フッター */
/* ----------------------------------------------- */
#footer {
	padding: 10px 0;
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	background-color: #826843;
}

.jyunbi {
	height: 400px !important;
	line-height: 400px !important;
	text-align: center !important;
	font-weight: normal;
}









@media screen and (max-width: 641px) {
/* /////////////////////////////////////////////// */
/*　スマートフォン用CSS　*/
/* /////////////////////////////////////////////// */
body {
	font-size: 1.5em;
}
/* ----------------------------------------------- */
/* 汎用 */
/* ----------------------------------------------- */

}
