@charset "UTF-8";

/* Body
------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 1.3rem;
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
}


/*PC Layout
=====================*/
@media  (min-width: 769px) {
a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.8;
	filter: 80%;
}
#wrap {
	display: table;
	position: relative;
	width: 100%;
}
#wrap > * {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding-top: 15px;
	/*min-width: 900px;*/
}
#wrap #header {
	padding: 25px 0px 0px 20px;
	width: 258px;
/*	min-width: 258px;*/
}

/* header
------------------------------------------------------ */
#header > p:first-child a {
	background-image: url(/tenant/common/images/side_logo01.png);
	background-repeat: no-repeat;
	display: block;
	height: 131px;
	width: 207px;
}
#header > p:first-child a img {
	display: none;
}

#header .email,
#header .toggle {
	display: none;
}

#header .gNav {
	margin-top: 35px;
}
#header .gNav li {
	font-size: 1.4rem;
	position: relative;
	padding-right: 30px;
}
#header .gNav li + li a {
	border-top: solid 1px #CCCCCC
}
#header .gNav li a {
	color: #000;
	display: block;
	padding: 10px 10px 8px 0px;
	position: relative;
}
#header .gNav li a:after {
	content: "\f006";
	font-family: fontello;
	color: #b5b5b5;
	margin-top: -0.7em;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header .gNav li a:hover:after,
#header .gNav li a.current {
	color: #11a979;
}
#header .gNav > li.subMenu:after {
	content: "";
	background: rgba(17,169,121,0);
	display: none;
	display: block;
	height: 768px;
	width: 0px;
	position: absolute;
	top: -192px;
	left: 238px;
	z-index: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header .gNav > li.subMenu.about:after {
	top: -232px;
}
#header .gNav > li.subMenu:hover:after {
	background: rgba(17,169,121,0.9);
	width: 200px;
}
#header .gNav > li.subMenu .subNav {
	display: none;
	width: 200px;
	position: absolute;
	right: -215px;
	top: 0;
	z-index: 5;
}
#header .gNav > li.subMenu:hover .subNav {
	display: block;
}
#header .gNav > li.subMenu .subNav li a {
	border-top: none;
}
#header .gNav > li.subMenu .subNav li a,
#header .gNav > li.subMenu .subNav li a:after  {
	color: #fff;
}
#header .gNav > li.close  {
	display: none;
}

#header .bnrNav {
	padding-top: 20px;
}
#header .bnrNav li {
	margin-top: 10px;
}
#header .bnrNav li img {
	max-width: 207px;
}

#header .fb-page {
	margin-top: 50px;
}


/* Contents
------------------------------------------------------ */
#mainHeader {
	position: relative;
	height: 47px;
}
#mainHeader .txtMessage {
	font-family: "Sawarabi Mincho";
	font-size: 2rem;
	font-size: 1.5vw;
	padding-right: 280px;
}
#mainHeader .boxContact {
	display: table;
	position: absolute;
	top: -10px;
	right: 20px;
}
#mainHeader .boxContact > * {
	vertical-align: middle;
	display: table-cell;
}
#mainHeader .boxContact > a {
	text-align: right;
	width: 70px;
	color: #b3b3b3;
}
#mainHeader .boxContact > a i {
	font-size: 40px;
}
#mainHeader .boxContact .txtArea {
	font-size: 1.2rem;
	font-weight: bold;
}
#mainHeader .boxContact .txtArea .txtTime {
	font-size: 0.9rem;
	font-weight: normal;
	margin-left: 10px;
}
#mainHeader .boxContact .txtArea .txtTel {
	font-size: 1.5rem;
}
#mainHeader .boxContact .txtArea .txtTel a {
	font-size: 1.8rem;
}

.ctsInner {
	text-align: center;
	max-width: 920px;
	margin: 50px auto 0px;
}
.ctsInner.w820 {
	max-width: 820px;
}
.ctsInner > * {
	text-align: left;
}


/* Footer
------------------------------------------------------ */
#footer {
	font-size: 1.2rem;
	color: #FFF;
	background-color: #adadad;
	padding: 17px;
	padding-bottom: 10px;
	margin-top: 100px;
	position: relative;
}
#footer a {
	color: #FFF;
}
#footer .txtName {
	font-size: 1.3rem;
	font-weight: bold;
}
#footer address {
}
#footer .listSns {
	position: absolute;
	right: 15px;
	bottom: 2em;
}
#footer .listSns li {
	display: inline-block;
	margin-right: -5px;
}
#footer .listSns li + li {
	margin-left: 12px;
}
#footer .listSns li a i {
	font-size: 24px;
}
#footer .listSns li a .icon-youtube {
	font-size: 28px;
}
#footer .copyright {
	font-size: 1rem;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

#pageTop {
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 90px;
}

}




/*SPLayout
------------------------------------------------------ */
@media only screen and (max-width: 768px) {
.pcElement {
	display: none !important;
}
body {
	/*overflow-x: hidden;*/
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", YuGothic, sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

#wrap #header {
	box-sizing: border-box;
	padding: 27px 0px 27px 20px;
	padding: 8px 0px 8px 10px;
	width: auto;
}

#wrap #footBnr_sp {
	background-color:#E6E6E6;
	padding: 23px 35px;
	text-align: center;
	margin-top: 30px;
}
#wrap #footBnr_sp .bnrNav {
	margin-bottom: 25px;
}
#wrap #footBnr_sp .bnrNav li {
	margin-top: 10px;
}
#wrap #footBnr_sp .bnrNav li:first-child {
	margin-top: 0;
}

/*#wrap #footBnr_sp .fb-page {
	margin-top: 25px;
}*/
	
/* header
------------------------------------------------------ */
#header {
	position: relative;
	z-index: 10;
	height: 38px;
}
#header > p:first-child a {
	background-image: none;
}
#header > p:first-child a img {
	height: auto;
	width: 121px;
}
#header .email {
	font-size: 2.6rem;
	line-height: 1;
	position: absolute;
	right: 60px;
	top: 5px;
}
#header .email a {
	color: #005C3E;
}

#header .toggle {
	font-size: 0.6rem;
	color: #005C3F;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 15px;
	width: 38px;
}
#header .toggle span {
	background-color: #005C3F;
	display: block;
	height: 3px;
	margin: 0 auto 7px;
	position: relative;
	width: 24px;
}
#header .toggle span:before,
#header .toggle span:after {
	background-color: #005C3F;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 24px;
}
#header .toggle span:before {
	top: 7px;
}
#header .toggle span:after {
	bottom: 7px;
}
#header .gNav {
	background-color: rgba(255,255,255,0.9);
	display: none;
	left: 0;
	position: absolute;
	top: 77px;
	top: 38px;
	width: 100%;
}
#header .gNav li {
	font-size: 1.4rem;
	position: relative;
}
#header .gNav li a {
	border-top: solid 1px #CCCCCC
}
#header .gNav > li:last-child a {
	border-bottom: solid 1px #CCCCCC
}
#header .gNav li a {
	color: #000;
	display: block;
	padding: 10px 20px 8px 10px;
	position: relative;
}
#header .gNav li a:after {
	content: "\f006";
	font-family: fontello;
	color: #b5b5b5;
	margin-top: -0.7em;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header .gNav li a:hover:after,
#header .gNav li a.current {
	color: #11a979;
}
#header .gNav > li.close  {
	color: #000;
	font-weight: 800;
	padding: 10px 10px 8px;
	text-align: center;
}
#header .gNav > li.close span:before  {
	content: "×";
	font-weight: 800;
}
#header .gNav > li.subMenu .subNav {
	padding-left: 40px;
}
#header .gNav > li.subMenu .subNav li:first-child {
	display: none;
}
#header .gNav > li.subMenu .subNav li a {
	padding-left: 0;
}
#header > #appendToFoot {
	display: none;
}
#main > #footBnr_sp #appendToFoot {
	display: block;
}

/* Contents
------------------------------------------------------ */
#mainHeader .boxContact {
	display: none;
}

.ctsInner {
	padding: 20px 10px 0px;
}




/* Footer
------------------------------------------------------ */
#footer {
	font-size: 1.2rem;
	color: #FFF;
	background-color: #666;
	padding: 20px 10px 10px;
	margin-top: 0;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer .txtName {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer address {
}
#footer .listSns {
	margin-top: 25px;
}
#footer .listSns li {
	display: inline-block;
	margin-right: -5px;
}
#footer .listSns li + li {
	margin-left: 12px;
}
#footer .listSns li a i {
	font-size: 44px;
	font-size: 30px;
	line-height: 1;
}
#footer .listSns li a .icon-youtube {
	font-size: 32px;
}
#footer .copyright {
	font-size: 1rem;
	margin-top: 30px;
}

#pageTop {
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 30px;
}
	
}



/* ======== print ======== */
@media  (min-width: 769px) {
	.spElement {
		display: none;
	}
}


/* Clearfix
------------------------------------------------------ */
dummy:after {
	content: "";
	display: block;
	clear: both;
}
