@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("font-awesome.min.css");
/*
	Escape Velocity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (min-width: 737px) {
 .container.\31 25\25 {
 width: 100%;
 max-width: 1500px;
 min-width: 1200px;
}
 .container.\37 5\25 {
 width: 900px;
}
 .container.\35 0\25 {
 width: 600px;
}
 .container.\32 5\25 {
 width: 300px;
}
.container {
	width: 1200px;
}
}
 @media screen and (min-width: 737px) and (max-width: 1200px) {
/* .container.\31 25\25 {
 width: 100%;
 max-width: 1250px;
 min-width: 1000px;
}
 .container.\37 5\25 {
 width: 750px;
}
 .container.\35 0\25 {
 width: 500px;
}
 .container.\32 5\25 {
 width: 250px;
}
.container {
	width: 1000px;
}*/
}
 @media screen and (max-width: 736px) {
 .container.\31 25\25 {
 width: 100%;
 max-width: 125%;
 min-width: 100%;
}
 .container.\37 5\25 {
 width: 75%;
}
 .container.\35 0\25 {
 width: 50%;
}
 .container.\32 5\25 {
 width: 25%;
}
.container {
	width: 100% !important;
}
}
 @media screen and (min-width: 737px) {
}
 @media screen and (min-width: 737px) and (max-width: 1200px) {
}
 @media screen and (max-width: 736px) {
}

/* ---------------------------------------------------*/

/* Basic */

	@-ms-viewport {
 width: device-width;
}
body, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #919499;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #484d55;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
a {
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-decoration: underline;
	color: #717479;
}
a:hover {
	text-decoration: none;
}
strong, b {
	font-weight: 700;
	color: #484d55;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
em, i {
	font-style: italic;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
.nobr {
	white-space: nowrap;
}
br.clear {
	clear: both;
}
p, ul, ol, dl, table, blockquote, form {
	margin-bottom: 2em;
}
/* Table */

table {
	width: 100%;
}
table.default {
	width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}
table.default td {
	padding: 0.5em 1em 0.5em 1em;
}
table.default th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
	background: #484d55;
	color: #fff;
}
table.default tfoot {
	background: #eee;
}
/* Form */

form label {
	display: block;
	font-weight: 700;
	color: #484d55;
}
form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-appearance: none;
	display: block;
	border: 0;
	background: #eee;
	box-shadow: inset 0px 0px 1px 0px #a0a1a7;
	border-radius: 0.35em;
	width: 100%;
	padding: 0.75em 1em 0.75em 1em;
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
	background: #f8f8f8;
}
form input[type="text"], form input[type="email"] input[type="password"] {
	line-height: 1em;
}
form select {
	line-height: 1em;
}
form textarea {
	min-height: 10em;
}
form .formerize-placeholder {
	color: #555 !important;
	font-style: italic;
}
 form ::-webkit-input-placeholder {
 color: #555 !important;
 font-style: italic;
 line-height: 1.35em;
}
 form :-moz-placeholder {
 color: #555 !important;
 font-style: italic;
}
 form ::-moz-placeholder {
 color: #555 !important;
 font-style: italic;
}
 form :-ms-input-placeholder {
 color: #555 !important;
 font-style: italic;
}
 form ::-moz-focus-inner {
 border: 0;
}
/* Image */

.image {
	display: inline-block;
}
.image img {
	display: block;
	width: 100%;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.left {
/*float: left;
	margin: 0 2em 2em 0;*/
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: inline-block;
	background: #444;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-decoration: none;
	border-radius: 0.35em;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background-color: #f98780;
}
input[type="button"].style1, input[type="submit"].style1, input[type="reset"].style1, button.style1, .button.style1 {
	background: #e97770 url("images/overlay.png");
	color: #fff;
}
input[type="button"].style1:hover, input[type="submit"].style1:hover, input[type="reset"].style1:hover, button.style1:hover, .button.style1:hover {
	background-color: #f98780;
}
input[type="button"].style1:active, input[type="submit"].style1:active, input[type="reset"].style1:active, button.style1:active, .button.style1:active {
	background-color: #d96760;
}
input[type="button"].style2, input[type="submit"].style2, input[type="reset"].style2, button.style2, .button.style2 {
	background: none;
	color: #606167;
	box-shadow: inset 0px 0px 2px 0px #a0a1a7;
}
input[type="button"].style2:hover, input[type="submit"].style2:hover, input[type="reset"].style2:hover, button.style2:hover, .button.style2:hover {
	box-shadow: inset 0px 0px 2px 0px #606167;
}
input[type="button"].style2:active, input[type="submit"].style2:active, input[type="reset"].style2:active, button.style2:active, .button.style2:active {
	box-shadow: inset 0px 0px 2px 0px #202127;
}
input[type="button"].style3, input[type="submit"].style3, input[type="reset"].style3, button.style3, .button.style3 {
	background: #2f333b url("images/overlay.png");
	color: #fff;
}
input[type="button"].style3:hover, input[type="submit"].style3:hover, input[type="reset"].style3:hover, button.style3:hover, .button.style3:hover {
	background-color: #3f434b;
}
input[type="button"].style3:active, input[type="submit"].style3:active, input[type="reset"].style3:active, button.style3:active, .button.style3:active {
	background-color: #1f232b;
}
/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}
ul.default li {
	padding-left: 0.5em;
}
ul.style2 li {
	border-top: solid 1px #eee;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
}
ul.style2 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
ul.style3 li {
	border-top: solid 1px #eee;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}
ul.style3 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}
/* Feature List */

.feature-list h3 {
	color: #e97770 !important;
}
.feature-list h3:before {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #2f333b url("images/overlay.png");
	border-radius: 1em;
	text-align: center;
}
/* Icons */

.icon {
	text-decoration: none;
}
.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
	display: none;
}
/* ▼基本設定--------------------------------------------------------------------------------------------------------------*/

/* Wrappers */

.wrapper {
	position: relative;
}


/* Desktop + Tablet */

	@media screen and (min-width: 737px) {
/* Basic */

body, input, select, textarea {
	font-size: 14pt;
	line-height: 1.75em;
	letter-spacing: 0.025em;
}
body {
	min-width: 1200px;
}
hr {
	margin: 2em 0 2em 0;
}
/* Form */

form label {
	margin: 0.25em 0 0.5em 0;
}
/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	padding: 0 2.25em 0 2.25em;
	font-size: 0.9em;
	min-width: 12em;
	height: 4em;
	line-height: 4em;
}
input[type="button"].big, input[type="submit"].big, input[type="reset"].big, button.big, .button.big {
	font-size: 1em;
	min-width: 14em;
}
/* List */

ul.actions {
	margin: 3em 0 0 0;
}
ul.actions li {
	display: inline-block;
	margin: 0 0.75em 0 0.75em;
}
ul.actions li:first-child {
	margin-left: 0;
}
ul.actions li:last-child {
	margin-right: 0;
}
ul.actions-centered {
	text-align: center;
}
form ul.actions {
	margin-top: 0;
}
/* Feature List */

.feature-list section {
	padding-top: 2em;
	border-top: solid 1px #eee;
}
.feature-list .row:first-child section {
	padding-top: 0;
	border-top: 0;
}
.feature-list h3 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
	margin-top: -0.35em;
}
.feature-list h3:before {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin-right: 0.75em;
	font-size: 32px;
	top: 0.2em;
}
.feature-list p {
	margin: 0 0 0 5em;
}
.feature-list.small h3:before {
	font-size: 24px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	margin-right: 1em;
}
.feature-list.small p {
	margin: 0 0 0 4em;
}
/* Box */

.box header {
	margin: 0 0 1.5em 0;
}
/*.box header.style1 {
	position: relative;
	margin: -0.5em 0 0 0;
	padding-top: 0;
}*/
.box h2 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
.box h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.box.post-excerpt .image.left {
	position: relative;
	top: 0.5em;
	width: 5em;
}
.box.post-excerpt h3, .box.post-excerpt p {
	margin-left: 7em;
}
#nav > ul > li:hover > a {
	/*color: #fff;*/
	opacity: 0.7;
}
/*#nav > ul > li.active > a, #nav > ul > li.active > span {
	color: #fff;
}*/
.dropotron {
	background: #222835 url("images/overlay.png");
	background-color: rgba(44, 50, 63, 0.925);
	padding: 1.25em 1em 1.25em 1em;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	min-width: 12em;
	text-align: left;
	margin-top: -1.25em;
	margin-left: -1px;
}
.dropotron.level-0 {
	margin-top: -1px;
	margin-left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropotron a, .dropotron span {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: block;
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	line-height: 3em;
}
.dropotron li:first-child a, .dropotron li:first-child span {
	border-top: 0;
}
.dropotron li:hover > a, .dropotron li:hover > span {
	color: #fff;
}
/* Features */

#features {
	padding: 0 6em 0 6em;
}
#features header.style1 {
	padding-bottom: 5em;
}
#features .actions {
	margin-top: 5em;
}
/* Highlights */

#highlights .highlight h3 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
/* Main */

#main {
	margin-top: 1em;
	margin-bottom: 1em;
}
.homepage #main {
	margin-top: 0;
	margin-bottom: 0;
}
/* Footer */

#footer header.style1 {
	padding-bottom: 0;
}
#footer hr {
	margin: 6em 0 6em 0;
}
/* Copyright */

#copyright {
	margin: 6em 0 0 0;
}
#copyright ul {
	padding: 0.75em 2em;
	font-size: 0.9em;
}
#copyright ul li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #333;
	border-left-color: rgba(255, 255, 255, 0.05);
}
#copyright ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
}

/* Tablet Only */


/* PC設定Basic --------------------------------------------------------------------------------------------*/
@media screen and (min-width: 736px) and (max-width: 2100px) {

div {
	margin-top: 0px !important;
	margin-bottom: 0px;
	padding-top: 0px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
	line-height: 1.5em;
	color: #333;
}
body {
	min-width: 1000px;
	font-size: 12pt;
	line-height: 1.5em;
	letter-spacing: 0.015em;
}
input, select, textarea {
	font-size: 12pt;
	line-height: 1.5em;
	letter-spacing: 0.015em;
}
body {
	width: 100%;
}
a:hover {
	opacity:0.7 !important;
	}
/* ヘッダーBOX設定 */


#headerBox {
	width: 100%;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	height: 70px !important;
	left: 0px;
	top: 0px;
	background-image: url(../../img/common/lap_bg50.png);
	z-index: 10000;
	position: absolute;
	top: 50px;
}

#headerBox header{
	position:relative;
	width: 100%;

}
#headerBox h1 {
	width: 80px;
	height: 60px;
	padding-left: 0px;
	position: absolute;
	left: 50px;
	top: 5px;
	/*z-index: 10001;*/
}



/* nav */

#nav {
	height: 70px;
	text-align: center;
	position: relative;
}
#nav ul {
	padding-top: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	margin-right: 25px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	text-indent:-9999px;	
}

#nav ul li ul{
	background-color: #FFF !important;
	background-image: none !important;
	top: 70px !important;
	right: -1000px;
	position: absolute !important;
	width: 100% !important;
}
#nav ul li ul li {
	margin-right: 20px;
}

#nav ul li ul.pnavi{
	background-color: #000 !important;
	opacity:0.3;
}


#nav ul li.nav0{
	display: none;
}

#nav ul li.nav01{
	background-image: url(../../img/common/nav/nav01_02.png);
	width: 205px;
	margin-left: 0px;
}
#nav ul li.nav02{
	background-image: url(../../img/common/nav/nav02.png);
	width:111px;
}
#nav ul li ul li.nav02-1{
	background-image: url(../../img/common/nav/nav02-1.png);
	width: 106px;
	height: 18px;
	margin-left: 100px;
}
#nav ul li ul li.nav02-2{
	background-image: url(../../img/common/nav/nav02-2.png);
	width:56px;
	height: 18px;
}
#nav ul li ul li.nav02-3{
	background-image: url(../../img/common/nav/nav02-3.png);
	width:75px;
	height: 18px;
}
#nav ul li ul li.nav02-4{
	background-image: url(../../img/common/nav/nav02-4.png);
	width:97px;
	height: 18px;
}
#nav ul li ul li.nav02-5{
	background-image: url(../../img/common/nav/nav02-5.png);
	width:69px;
	height: 18px;
}
#nav ul li ul li.nav02-6{
	background-image: url(../../img/common/nav/nav02-6.png);
	width:103px;
	height: 18px;
}
#nav ul li ul li.nav02-7{
	background-image: url(../../img/common/nav/nav02-7.png);
	width:44px;
	height: 18px;
}

#nav ul li ul li.nav02-8{
	background-image: url(../../img/common/nav/nav02-8.png);
	width:45px;
	height: 18px;
}
#nav ul li ul li.nav02-9{
	background-image: url(../../img/common/nav/nav02-9.png);
	width:143px;
	height: 18px;
}

#nav ul li ul li.nav02-10{
	background-image: url(../../img/common/nav/nav02-10.png);
	width:87px;
	height: 18px;
}
#nav ul li.nav03{
	background-image: url(../../img/common/nav/nav03.png);
	width:159px;
}
#nav ul li ul li.nav03-1{
	background-image: url(../../img/common/nav/nav03-1.png);
	width:159px;
	height: 18px;
	margin-left:400px;
	background-size:cover
}
#nav ul li ul li.nav03-2{
	background-image: url(../../img/common/nav/nav03-2.png);
	width:143px;
	height: 18px;
	background-size:cover
}

#nav ul li.nav04{
	background-image: url(../../img/common/nav/nav04.png);
	width:145px;
}
/*#nav ul li.nav04 a {width:240px;height: 20px;}*/
#nav ul li.nav05{
	background-image: url(../../img/common/nav/nav05.png);
	width:176px;
}

/*#nav ul li img{
	padding-top: 21px;
	padding-bottom: 21px;
	}*/

#nav li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;font-weight: 500;
}
#nav li a:hover {
	opacity: 0.4 !important;
	background-color: #999;
	display: block;
	padding: 3px;
}


/*スライダー	*/
#slideshow {
    position:relative;
    height:900px;
	z-index:-1;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1000px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

/*map設定*/

.map-box{
	background-image: url(../../img/common/map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	width: 100%;
	margin-bottom: 50px;
	padding-top:55px !important;
	padding-bottom:20px !important;
}




/*リンクページ設定*/

#headerBox {
	width: 100%;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	height: 70px !important;
	left: 0px;
	top: 0px;
	background-image: url(../../img/common/lap_bg50.png);
	z-index: 10000;
	position: absolute;
	top: 50px;
}

#headerBox header{
	position:relative;
	width: 100%;

}
#headerBox h1 {
	width: 80px;
	height: 60px;
	padding-left: 0px;
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 10001;
}

.pointBox_page {
	width: 100%;
	margin-top: 280px !important;
	margin-bottom: 40px;
	background-color: #FFF;
	text-align: center;

}

.pointBox_page h2 {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 609px !important;
}

.pointBox_page .BoxPa01{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

.pointBox_page .BoxPa01 h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	line-height: 2em;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #930;
	text-align: left;
	width: 65%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

.pointBox_page .BoxPa01 p {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 74%;
	line-height: 1.5em;
	margin-bottom: 20px;
	width: 65%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	}


/*top設定--------------------------------------*/
#pointBox_bg{
	background-color: #FFF;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin-top:120px !important;
}
.pointBox01 {
	width: 1000px;
	margin-bottom: 70px;
	background-color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.pointBox01 h2 {
	width: 568px !important;
	height: 130px;
	float: left;
}

.pointBox01 h2.sp01 {
	display: none;
	
}

.pointBox01 .news-box{
	width: 410px;
	height: 130px;
	float: right;
	}
	
.pointBox01 .news-box dl{
	width: 200px;
	height: 50px;
	float: left;
	}
.pointBox01 .news-box dl dt{
	text-align: left;
}

.pointBox01 .news-box dl dd{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	text-align: left;
}

.pointBox01 .news-box dl img.flmg50{
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 5px;
}

/*ポイント設置*/

.pointBox-a {
	width: 100%;
	padding-bottom: 70px;
	background-color: #FFF;
}

.pointBox-a img{
	width:100%;
	height:auto;
	}


/*SNS設定*/
.sns_bg{
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sns-box {
	clear: both !important;
	position: relative;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-left: 200px;
	background-color: #FFF;
}

.sns-box h3 {
	background-image: url(../../img/top/cns_tit.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 180px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right:-100px;
}

.sns-box a {
	margin-top: 12px;
	margin-right: 50px;
	height: 32px;
	width: 32px;
}


/*フッター-----------------------------------------------*/
#footerBox {
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	position: relative;
	background-color: #FFF;
}

#footerBox h4{
	width: 148px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}

#footerBox p{
	width: 155px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
/*ボトムボタン設定-----------------------------------------------*/

.pp-butt {
	position: absolute;
	left: 50px;
	bottom: 15px;
}
.sns-butt img {}


/*会社情報 -----------------------------------------------*/

.pointBox_page .BoxPa01 table{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	color: #666;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
}

.pointBox_page .BoxPa01 table th{
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 30%;
	line-height: 2.5em;
	font-weight: bold;
}

.pointBox_page .BoxPa01 table td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
	padding-left: 20px;
	line-height: 2.5em;

}

/*01 リノベーション事業 -----------------------------------------------*/
	
.pointBox_page .BoxPa01 .descrip p {
	font-size: 90%;
	line-height: 1.5em;
}

.pointBox_page .BoxPa01 .descrip p span{
	font-size: 83%;
	line-height: 1.2em;
}


/*個人情報の取り扱いについて -----------------------------------------------*/

	
.pointBox_page .BoxPa01 h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 90%;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	text-align: left;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}


/*hone news ナビ-----------------------------------------------*/
.subNavi01 {
	position: fixed;
	top: 20%;
	right: 0px;
	width: 36px;
	height: 85px;
	z-index: 200000;
}
.subNavi01 ul {
}
.subNavi01 ul li {
	height: 85px;
	width: 36px;
	margin-bottom: 20px;
}
.subNavi01 ul li a {
	display: block;
}
.subNavi01 ul li a:hover {
	opacity: 0.7;
}
/*newsBox ======================*/



}
/* Mobile Only */

#navPanel, #titleBar {
	display: none;
}
 @media screen and (max-width: 736px) {
/* Basic */

html, body {
	overflow-x: hidden;
}
body, input, select, textarea {
	line-height: 1.5em;
	font-size: 10.5pt;
	letter-spacing: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin: 0 0 1em 0;
}
hr {
	margin: 1em 0 1em 0;
}
/* Section/Article */

section, article {
	clear: both;
	padding: 1em 0 1em 0 !important;
}
header br {
	display: none;
}
header.style1 {
	padding: 0 0 1em 0;
}
header.style1 h2 {
	font-size: 1.5em;
	letter-spacing: 0.075em;
	line-height: 1.25em;
}
header.style1 p {
	display: block;
	margin: 0;
}
/* Button */

input, input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	display: block;
	width: 100%;
	font-size: 1em;
	padding: 1em 0 1em 0;
	max-width: 30em;
	margin: 0 auto;
}
/* List */

ul.actions {
	margin: 2em 0 0 0;
}
ul.actions li {
	margin: 15px 0 0 0;
}
form ul.actions {
	margin: 1em 0 0 0;
}
/* Feature List */

.feature-list section {
	border-top: solid 1px #eee;
}
.feature-list > div > div:first-child > div:first-child > section {
	border-top: 0;
	padding-top: 0;
}
.feature-list h3 {
	position: relative;
	padding: 4px 0 0 48px;
	line-height: 1.25em;
}
.feature-list h3:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.feature-list p {
	margin: 0 0 0 48px;
}
/* Box */

.box.post-excerpt .image.left {
	position: relative;
	top: 0.25em;
	width: 25%;
	margin: 0;
}
.box.post-excerpt h3, .box.post-excerpt p {
	margin-left: 32.5%;
}
/* Off-Canvas Navigation */

#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
}
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 44px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: none;
}
#titleBar .title {
	display: none;
}
#titleBar .toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 44px;
}
#titleBar .toggle:before {
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0c9';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 54px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(92, 95, 103, 0.5);
	border-radius: 0.25em;
}
#titleBar .toggle:active:before {
	background-color: rgba(92, 95, 103, 0.75);
}
#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: #242730 url("images/overlay.png");
	box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
#navPanel .link {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.85em;
	letter-spacing: 0.15em;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	margin: 0 15px 0 15px;
}
#navPanel .link:first-child {
	border-top: 0;
}
#navPanel .indent-1 {
	display: inline-block;
	width: 1em;
}
#navPanel .indent-2 {
	display: inline-block;
	width: 2em;
}
#navPanel .indent-3 {
	display: inline-block;
	width: 3em;
}
#navPanel .indent-4 {
	display: inline-block;
	width: 4em;
}
#navPanel .indent-5 {
	display: inline-block;
	width: 5em;
}
#navPanel .depth-0 {
	color: #fff;
}
body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}
body.navPanel-visible #titleBar {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}
body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/* Wrappers */

.wrapper {
	padding: 15px 15px 5em 15px;
}
.wrapper .title {
	font-size: 0.9em;
	width: 18em;
	height: 2.5em;
	top: -2.5em;
	line-height: 2.5em;
	margin-bottom: -2.5em;
	margin-left: -9em;
	padding-top: 0.5em;
}
.wrapper .title:before, .wrapper .title:after {
	height: 15px;
	bottom: -15px;
	background-size: 100% 100%;
}
#header-wrapper {
	padding: 6em 2em 6em 2em;
}
#footer-wrapper {
	padding-top: 3em;
}
#footer-wrapper .feature-list section {
	border-top-color: #eee;
	border-top-color: rgba(255, 255, 255, 0.05);
}
/* Logo */

#logo {
	text-align: center;
}
#logo h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
}
#logo p {
	margin: 1.25em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}
/* Nav */

#nav {
	display: none;
}
/* Intro */

/*#intro {
	text-align: center;
	padding: 1em 2em 1em 2em !important;
	margin: 0 auto;
}
#intro .style2 {
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	padding: 1.25em;
}*/

/* Main */

#main {
	padding: 1em 0 0 0;
}
/* Content */

#content {
	padding: 0 0 2em 0;
}
#content header.style1 {
	padding-bottom: 2.5em;
}
/* Footer */

#footer hr {
	display: none;
}
/* Copyright */

#copyright {
	padding: 2em 0 0 0;
}
#copyright ul {
	padding: 1em 2em;
	width: 100%;
}
#copyright ul li {
	display: block;
	margin: 0.5em 0 0 0;
}
#copyright ul li:first-child {
	margin-top: 0;
}
}
/*#footerBox */

#footerBox footer {
	text-align: center;
	width: 100%;
	/*position: fixed !important;*/
	left: 0;
	bottom: 0;
	z-index: 0 !important;
	position: static !important;
}
#footerBox footer address {
	color: #CCC;
	font-size: x-small;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footerBox footer address a {
	color: #CCC;
	text-decoration: none;
}
/* joint_mark */
.joint_mark {
	background-image: url(../../img/common/joint_mark.png);
	background-position: center center;
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
}


/*ページトップ-----------------------------------------------*/

.pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 37px;
	height: 37px;
	z-index: 100001;
}

/*メールフォーム-----------------------------------------------*/

#formWrap {
	margin-top: 200px !important;
	margin-right: auto;
	margin-left: auto;
}


.wd100{
	height: auto !important;
	width: 100px !important;
}


/*スマホ設定-----------------------------------------------*/

@media screen and (max-width: 736px) {
body {
	width: 100%;
}
.wrapper {
	width: 100%;
	padding: 0px 0px 0em 0px;
}
h1 {
	text-align: center;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	display:none;
}
h1 img {
	height: auto;
	width: 50%;
	display:none;
}

#nav ul li.nav0{
	display: block;
}

/*スライダー	*/
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: auto;
	min-width: 100%;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

/*snav設定*/


#snav {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#snav ul {
	padding-top: 12%;
	padding-bottom: 12%;
	width: 100%;
}
#snav ul li {
	width: 46%;
	float: left;
}
#snav ul li img {
	height: auto;
	width: 100%;
}
#snav ul li a {
	height: auto;
	width: 100%;
	display: block;
}
#snav ul li a:hover {
	opacity: 0.7;
}
.snav01 {
	margin-right: 2%;
	margin-left: 3%;
}
.snav02 {
	margin-right: 0%;
	margin-right: 0px !important;
}
.snav03 {
	margin-right: 2%;
	margin-left: 3%;
}
.snav04 {
	margin-right: 0%;
	margin-right: 0px !important;
}

/*ポイント設置*/

.pointBox-a {
	width: 100%;
	margin-bottom: 40px;
}

.pointBox-a img{
	width:100%;
	height:auto;
	}

/*top設定--------------------------------------*/
#pointBox_bg{
	background-color: #FFF;
	padding-top: 5% !important;
	padding-bottom: 2% !important;
	margin-top:70% !important;
}
.pointBox01 {
	width: 100%;
	margin-bottom: 70px;
	background-color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.pointBox01 h2{
	display: none;
}
.pointBox01 h2.sp01 {
	width: 100% !important;
	display: block;
	
}
.pointBox01 .news-box{
	width: 100%;
	/*height: 130px;
*/	float: right;
	}
	
.pointBox01 .news-box dl{
	width: 100%;
	height: 150px;
	float: left;
	}
.pointBox01 .news-box dl dt{
	text-align: left;
	margin-bottom: 3px;
}

.pointBox01 .news-box dl dd{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	text-align: left;
}

.pointBox01 .news-box dl img.flmg50{
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 5px;
}

/*ポイント設置*/

.pointBox-a {
	width: 100%;
	padding-bottom: 70px;
	background-color: #FFF;
	margin: 0px !important;
}

.pointBox-a img{
	width:100%;
	height:auto;
	background-color: #FFF;
	}


/*hone news ナビ-----------------------------------------------*/
.subNavi01 {
	position: fixed;
	top: 20%;
	right: 0px;
	width: 36px;
	height: 85px;
	z-index: 200000;
}
.subNavi01 ul {
}
.subNavi01 ul li {
	height: 85px;
	width: 36px;
	margin-bottom: 20px;
	clear: both;
}
.subNavi01 ul li a {
	display: block;
}
.subNavi01 ul li a:hover {
	opacity: 0.7;
}
/*newsBox ======================*/

/* mod_submenu */
.mod_submenu {
	position: absolute;
	z-index: -1;
	height: 200px;
	width: 300px;
	background-color: #CFC;
	left: -250px;
	top: -50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	opacity: 0.8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.mod_submenu {
	display: none;
}
.mod_submenu iframe {
	height: 170px;
	width: 300px;
	zoom: 1;
	padding-top: 20px;
}

#mainImg img{ width:100%}
}


/* -----------------
　　2022.03.02追加
----------------- */
.container-box {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	
}
.news-box dt time {
	font-size: 12px;
}
.maB100 {
	margin-bottom: 50px;
}
@media screen and (min-width: 736px) {
	.maB100 {
		margin-bottom: 100px;
	}
}
/*会社概要*/
 
table.profile {
	margin-top: 30px;
}
table.profile th,
table.profile td {
	padding: 0.6em;
}
table.profile th {
	color: #000;
	text-align: left;
}
@media screen and (max-width: 736px) {
	#profile .image {
		width: 100%;
	}
	table.profile th,
	table.profile td {
		display: block;
		width: 100%;
		padding: 0.6em 0;
	}
	table.profile th {
		padding-bottom: 0.2em;
		border-bottom: solid 1px #000;
	}
}
@media screen and (min-width: 736px) {
	#profile .image {
		width: 400px;
		margin-right: 6%;
	}
	#profile .text {
		width: 700px;
	}
	.flex-box {
		display: flex;
		justify-content: center;
	}
}

