@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
/* new clearfix */
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
/*common style*/
.bg_color01 {
	background: #f4f4f4;
}
.mln {
	margin-left: 0!important;
}
.middle {
	vertical-align: middle;
}
.font129 {
	font-size: 129%;
}
.font129 span {
	padding-left: 20px;
	color: #ccc;
}
.bd_non {
	border: none!important;
}
.bb_d {
	border-bottom: 1px dashed #999 !important;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml2 {
	margin-left: 2%;
}
.ml4 {
	margin-left: 4%;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 10000;
}
.indent{ /* pタグのインデント */
	text-indent: 1em;
}
.indent_span{ /* spanタグのインデント */
	padding-left: 1em;
}

body {
	background: #fff;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
body, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color: #333;
}
h2.alt {
	color: #888;
}
h2.alt strong {
	color: #666;
}
h3 {
	font-size: 1.5em;
}
header > p {
	margin: 1em 0 0 0;
}
footer {
	margin: 0;
}
strong, b {
	font-weight: 300;
	color: #666;
}
em, i {
	font-style: italic;
}
a {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
br.clear {
	clear: both;
}
/* Sections/Article */

section,  article {
	margin-bottom: 3em;
}
section > :last-child,  article > :last-child,  section > .container > :last-child,  article > .container > :last-child {
	margin-bottom: 0;
}
section:last-child,  article:last-child {
	margin-bottom: 0;
}
.row > section,  .row > article {
	margin-bottom: 0;
}
/* Image */

.image {
	display: inline-block;
	border: 0;
}
.image img {
	display: block;
	width: 100%;
}
.image.avatar48 {
	width: 48px;
	height: 48px;
	background: #f00;
}
.image.avatar48 img {
	width: 48px;
	height: 48px;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.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;
}
/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}
ul.default li {
	padding-left: 0.5em;
}
ul.icons {
	cursor: default;
}
ul.icons li {
	display: inline-block;
}
ul.icons a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}
/* Form */


form label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}
form input[type="text"],  form input[type="email"],  form input[type="password"],  form select,  form textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	border: 0;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
	border-radius: 0.35em;
	padding: 0.75em 1em 0.75em 1em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
	border: solid 1px rgba(0,0,0,0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
form input[type="text"],  form input[type="email"],  form input[type="password"],  form select {
	line-height: 1.25em;
}
form input[type="text"]:focus,  form input[type="email"]:focus,  form input[type="password"]:focus,  form select:focus,  form textarea:focus {
	box-shadow: 0 0 2px 1px #8ebebc;
	background: #fff;
}
form textarea {
	min-height: 14em;
}
form .formerize-placeholder {
	color: #555 !important;
}
 form ::-webkit-input-placeholder {
 color: #555 !important;
}
 form :-moz-placeholder {
 color: #555 !important;
}
 form ::-moz-placeholder {
 color: #555 !important;
}
 form :-ms-input-placeholder {
 color: #555 !important;
}
 form ::-moz-focus-inner {
 border: 0;
}
/* Table */

table {
	width: 100%;
}
table.default {
	width: 100%;
	text-align: left;
}
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;
	padding: 0.5em 1em 0.5em 1em;
	color: #fff;/*					background: #222729 url('images/overlay.png');
*/				}
table.default thead {
	background: #444;
	color: #fff;
}
table.default tfoot {
	background: #eee;
}

	/* Item */

.item {
	box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.05);
	margin-bottom: 40px;
	cursor: pointer;
}
.item header {
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 0.8em;
}
.item header h3 {
	font-size: 1em;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	color: #e1f2e6;
	background: #1ba042;
}
#header .banner {
	padding: 20px 0px 10px 10px;
}
#header .banner li {
	margin-bottom: 10px;
	list-style: none;
}
#header .icons {
	font-size: 0.8em;
	margin: 0 0 1em 0;
	text-align: center;
}
#header .icons a {
	color: #41484c;
	-moz-transition: color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}
#header .icons a:hover {
	color: #fff;
}
#logo {
	padding: 32px 35px;
	background-color: #fff;
}
#nav ol li {
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: left;
	border-bottom: #139038 1px solid;
	cursor: pointer;
}
#nav ol li ul {
	display: none;
}
#nav ol li a {
	display: block;
	color: #f0f9f2;
	text-decoration: none;
	outline: 0;
	border: 0;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#nav ol li a span {
	position: relative;
	display: block;
	font-size: 1.1em;
	padding-left: 20px;
}
#nav ol li:hover {
	background: url(../images/bg_menu.png);
}
#nav ol li.now {
	background: url(../images/bg_menu.png);
}
#navlist {
	position: relative;
	background: #1ba042;
	color: #fff;
}
#navlist li {
	list-style-type : none;
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: #139038 solid 1px;
}
#navlist li.linking {
	background: url(../images/icon_link01.png) 90% 50% no-repeat;
}
#navlist li a {
	position: relative;
	display: block;
	padding: 22px 15px;
	color: #fff;
	text-decoration: none;
	line-height: 15px;
}
#navlist > li:hover { /* グローバルメニューhover時に色を変える */
	background-color: #49b368;
}
/* サイドメニューのサブメニュー用、ブラウザを横断するように */
#navlist li ul {
	position: absolute;
	display: none;
	width: 230px;
	height: 1500px;
	background-color: rgba(0,0,0,0.50);
	top: -250px;
	left: 200px;
	padding: 0;
}
#navlist li #submenu01 { /* サブメニュー（企業情報） */
	padding-top: 250px;
}
#navlist li #submenu02 { /* サブメニュー（CSR/環境） */
	padding-top: 370px;
}
#navlist li #submenu03 { /* サブメニュー（商業施設紹介） */
	padding-top: 310px; /* この値を変更する時はcommon.js内の関連箇所も変更 */
}
#navlist li #submenu04 { /* サブメニュー（商業施設紹介） */
	padding-top: 430px;
}
/* サブメニュー */
#navlist li ul li {
	padding: 5px 0;
	background-color: white;
	border-bottom: 1px solid #666;
}
#navlist li ul li:hover {
	background-color: #def2e4;
}
#navlist li ul li a {
	padding: 8px 15px;
	color: #139038;
}
#navlist li.linking:hover > ul {
	display: block;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	margin-left: 200px;/* サイドメニューがあるから */
	background-color: #323633;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1em 0.1em 0 rgba(0,0,0,0.025);
}
#footer .copyright {
	cursor: default;
	margin: 0;
	text-align: center;
	background-color: #000;
	color: #1ba042;
	padding: 25px 0 25px 0;
}
#footer .copyright li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(128,128,128,0.35);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}
#footer .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#footer .footer_menu ul li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #999;
}
#footer .footer_menu {
	width: 55%;
	float: left;
	text-align: right;
	color: #999999;	 }
#footer .footer_menu ul {
	float: left;
}
#footer .footer_menu ul{
	margin-top:10px;
}
#footer .footer_menu ul:first-child{
	margin-top:0px;
}

#footer .footer_menu ul a:hover {
	text-decoration: underline;
}
#footer .footer_logo {
	float: right;
	text-align: left;
	color: #999999;
}
#footer .footer_logo li {
	margin: 0 0 10px 0;
}
#footer .footer_logo li.logo_bg {
	line-height: 1em;
	background: url(../images/f_logo.png) no-repeat 0 0;
}
#footer .footer_logo li.logo_bg span {
	line-height: 1em;
}
#footer .footer_logo li span {
	padding: 2% 0 2% 35px;
	display: inline-block;
	font-size: 18px;
}
#footer .footer_logo li.logo_bg_sp {
	margin-bottom: 15px;
	display: none;
}
#footer .footer_logo li span.tel {
	padding: 0;
	font-size: 100%;
}
/*  TOP                */
/*********************************************************************************/


/* ---nav  --- */
#topnav {
	background: #2d302e;
}
#topnav ul {
	margin-left: 200px;
	background: #2d302e;
	float: right;
	height: 60px;
}
#topnav ul li {
	float: left;
	border-left: 1px solid rgba(255,255,255,0.1);/*	height:60px;*/
}
#topnav ul li a {
	color: #ccc;
	font-size: 90%;
	display: block;
	height: 60px;
	padding: 0 17px 0;
	line-height: 64px;
}
#topnav ul li a:hover {
	background-color: #575958;
}
#topnav .bg_link {
	background: url(../images/bg_icon.png), url(../images/bg_link.png);
	background-repeat: no-repeat;
	background-position: 5px bottom, center;
	width: 165px;
}
#topnav .icon_link02 {
	background: url(../images/icon_link02.png) 80% 75% no-repeat;
	color: #1fc74b;
	display: block;
	padding: 15px 17px 0 17px;
	line-height: 1.5;
}
#nav {
	background: #1ba042;
}
#nav .icon_link01 {
	background: url(../images/icon_link01.png) 90% 50% no-repeat;
}
header h2 span {
	padding: 0 1em;
	background: #fff;
	margin: 0 auto;
}
/* ---one  --- */
.one {
	position: relative;
	-moz-background-size: contain;
	background-size: contain;
}
.one .container {
	position: absolute;
	bottom: 7%;
	left: 10%;
}
.one .one_col_news {
	position: absolute;
	bottom: -2px;
	width: 100%;
	background: url(../images/bg_line.png) repeat-x 0 0;
}
.one .one_col_news p {
	background: #2d302e;
	color: #fff;
	padding: 10px 30px;
	float: left;
}
.one .one_col_news dl {
	float: left;
	color: #5c5b5b;
}
.one .one_col_news dl dt {
	color: #333333;
	float: left;
	padding: 14px 10px 10px 10px;
}
.one .one_col_news dl dd {
	float: left;
	color: #3366cc;
	padding: 14px 10px 10px 10px;
	position: relative;
	z-index: 1;
}
/* ---two  --- */
section#two {
	padding: 0!important;
	text-align: left!important;
}
#room-wrap .bg-room img {
	width: 100%;
}
#room-wrap .box01 .view {
	width: 50%;
	float: left;
}
#room-wrap .box02 .view {
	width: 33.33%;
	float: left;
}
#room-wrap .box03 .box_inner01 .view {
	width: 50%;
	float: left;
}
#room-wrap .box03 .box_inner01, #room-wrap .box03 .box_inner02 {
	width: 50%;
	float: left;
}
#room-wrap .box04 .view {
	width: 25%;
	float: left;
}
.icon-new p span {
	position: absolute;
	top: 0;
	left: 0;
}
/* --- three --- */
#three {
	position: relative;
}
#three .top_btn-conpany {
	position: absolute;
	top: 35%;
	left: 30%;
}
/* ---four  --- */

#four .top-news_box {
	width: 100%;
	margin: 0 auto;
	height: 240px;
/*	overflow: scroll;
	overflow-x: hidden;*/
	overflow:auto;
}
#four .top-news_box dl {
	width: 100%;
	float: left;
	padding: 15px 15px 10px 30px;
	margin-bottom: 0;
	line-height: 1.7;
}
#four .top-news_box dl dt, #four .top-news_box dl dd {
	float: left;
	margin: 3px 0 10px 0;
}
#four .top-news_box dl dt {
	width: 220px;
}
#four .top-news_box dl dd {
	padding-left: 10px;
}
#four .top-news_box dl dd a {
	color: #3366cc;
}
#four .top-news_box dl dd a:hover {
	text-decoration: underline;
}
#four .news_link {
	background-color: #f4f4f4;
	width: 100%;
	margin: 0 auto;
}
/* ---five --- */

.top .five ul li {
	float: left;
	width: 32%;
	height: auto;
	margin: 1% 0 0 2%;
}
.top .five ul li:first-child {
	margin-left: 0;
}
.top .five ul li:nth-child(4) {
	margin-left: 0;
}
.top .five ul li img {
	width: 100%;
	height: auto;
}
.top #five h2 span {
	background: none;
	padding: 0 0;
}
.top #five h2 span img {
	width: 40%;
}
.top #five h2 span.centerimg {
	padding: 0 2%;
}
.top #five h2 span.centerimg img {
	width: 16%;
}
.view {
	position: relative;
}
.view h3 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 6;
	opacity: 1;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.view h3 img {
	opacity: 1;
}
.view h3:hover {
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.view .bg-room {
	background: url(../images/mask.png) 0 0 repeat;
}
.bg-room img {
	width: auto !important;
	height: auto !important;
}
.bg_room img {
	height: auto;
	margin: -46% 0 0 -68%;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.bg_room img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
	margin-left: 200px;
}
#main02 {
	width: 80%;
	margin: 5% 0 0 10%;
	background: #fff;
	position: relative;
	padding-bottom: 5%;
}
#main > section {
	margin: 0;
	overflow: hidden;
	padding: 4em 0;
	text-align: center;
}

#main > section.cover {
	padding: 6em 0;
	background-size: cover;
	background-position: center center;
}
/*body.top #main > section.one {
	background-color: #81918E;
	background-color: white;
}*/
body.top #main > section.two {
	background-color: #333333;/*background-color:white; */
}
body.top #main > section.three {
	background-image: url('../images/bg2.jpg?230227');
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 5% 0 30% 0;
	background-position: left 0 bottom 0;
}
body.top #main > section.four {
	background-color: #fff;
}
body.top #main > section.five {
	background-color: #000;
}
#main h2, #main02 h2 {
	background: url(../images/bg_h2.gif) repeat-x 0 center;
	text-align: center;
	margin-bottom: 30px;
}
.top #five h2 {
	background: none;
}
#main h2 span, #main02 h2 span {
	background: #FFFFFF;
	padding: 0 20px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #555;
}
/* モバイル用のグローバルメニュー */
body.top #header #smnav, #smnav {
	display: none !important;
}
/* トップページのメインビジュアル */
.top #one {
	padding: 0 !important;
}
.top #one #next { /* 下へ行くボタン */
	float: left;
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.top #one #one-slider { /* メインビジュアル（背景、bgswitcherで） */
	background: url(../images/top_one_main01.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#mobile_mainvisual {
	display: none;
}
.top #one #one-slider img {
	position: absolute;
	bottom: 10%;
	right: 5%;
}
.top #one #one-slider3{
	display: none;
}
#a40th { /* 40周年のロゴ */
	position: absolute;
	top: 10px;
	left: 210px;
	z-index: 2;
}
.top #one #one-slider2 {
	display: none;
	text-align: left;
	padding-left: 20px;
	height: 0;/* トップページのメインビジュアルの高さ計算用 */
}
/* トップページの施設紹介 */
.top #two .pc_size {
	display: block;
}
.top #two .mb_size {
	display: none;
}
.top #two .pc_size .color {
	background: #2f2f28
}
/* 1行目 */
.top #two #no1, .top #two #no2 ,.top #two #no15,.top #two #no25,.top #two #no13,.top #two #no12{
	width: 50%;
	float: left;
}
.top #two #no1 .inner {
	background-image: url(../images/photo01.jpg?230206);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no2 .inner {
	background-image: url(../images/photo02.jpg?230208);
	background-position: no-repeat;
	background-size: cover;
}

.top #two #col02{
	margin: 0;
	overflow: hidden;
	clear: both;
}
/* 3行目以降 */
.top #two #no11,
.top #two #no21,
.top #two #no22,
.top #two #no23,
.top #two #no24,
.top #two #no31,
.top #two #no32,
.top #two #no33{
	width: 33.33%;
	float: left;
}

/* 4行目 */

.top #two #no11 .inner {
	background-image: url(../images/photo03.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no12 .inner {
	background-image: url(../images/photo04.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no13 .inner {
	background-image: url(../images/photo05.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no15 .inner {
	background-image: url(../images/photo16.jpg);
	background-position: no-repeat;
	background-size: cover;
}
/* 3行目 */
.top #two .box_inner01 {
	float: left;
	width: 50%;
}
.top #two .box_inner02 {
	float: left;
	width: 50%;
}
/*.top #two #no21, .top #two #no22, .top #two #no23, .top #two #no24 {
	width: 50%;
	float: left;
}
.top #two #no25 {
	width: 100%;
	float: left;
}*/
.top #two #no21 .inner {
	background-image: url(../images/photo06_2.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no22 .inner {
	background-image: url(../images/photo07_2.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no23 .inner {
	background-image: url(../images/photo11_2.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no24 .inner {
	background-image: url(../images/photo09_3.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no25 .inner {
	background-image: url(../images/photo10_3.jpg);
	background-position: no-repeat;
	background-size: cover;
}

.top #two #no31 .inner {
	background-image: url(../images/photo12.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no32 .inner {
	background-image: url(../images/photo13_2.jpg);
	background-position: no-repeat;
	background-size: cover;
}
.top #two #no33 .inner {
	background-image: url(../images/photo14.jpg);
	background-position: no-repeat;
	background-size: cover;
}
/* 1〜4行目共通、innerを囲うdiv、hoverでinner拡大時にはみ出さないように */
.top #two .shop_wrap {
	overflow: hidden;
	position: relative;
}
/* 1〜4行目の中身、ここに背景を設定 */
.top #two .inner {
	padding: 60% 0 0;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
/* hover時にinnerを拡大 */
.top #two .shop_wrap:hover .inner {
	cursor: pointer;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/* .top #two #no13:hover .inner {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
}*/
/* 共通のマスク */
.top #two .mask {
	height: 150%;
	width: 150%;
	position: absolute;
	top: -50px;
	left: -50px;
	background-image: url(../images/mask2.png);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.30);
	z-index: 0;
}
.top #two #no11.shop_wrap {
	position: relative;
}
/* 写真の名称用 */
.top #two .txt {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 118px;
	height: 118px;
	border: 1px solid white;
}
.top #two .txt p img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* 写真の名称用 */
.top #two .txt span {
	font-size: 20px;
}
.top #two .txt .fs12 {
	font-size: 12px;
}
.top #two .txt .fs13 {
	font-size: 13px;
}
/* 行をdivで囲んでclearしてレイアウトが崩れないように */
.top #two .box {
	clear: both;
}
.top #four .news_link p {
	line-height: 0 !important;
}
.top #four li:nth-child(2n-1) {
	background-color: #eee;
}
.top #four li {
	clear: both;
	padding: 20px 0;
}
.top #four .news_mark { /* お知らせのマーク共通部分 */
	font-size: 12px;
	line-height: 2em;
	color: white;
	text-align: center;
	border-radius: 5px;
	width: 8%;
	margin-left: 3%;
	height: 24px;
	float: left;
}
.top #four .news_news { /* お知らせマーク */
	background-color: #1ba042;
}
.top #four .news_shop { /* 施設マーク */
	background-color: #f78f3b;
}
.top #four .news_event { /* イベントマーク */
	background-color: #00b0ec;
}
.top #four .news_other { /* その他マーク */
	background-color: black;
}
.top #four .news_date { /* お知らせの日付 */
	float: left;
	width: auto;
	text-align: left;
	padding-left: 2%;
}
.top #four .news_title { /* お知らせのタイトル */
	padding-left: 27%;
	margin-right: 2%;
	text-align: left;
}
.top #four .news_title a { /* お知らせのタイトルのリンク */
	color: #3366cc;
}
.top #four .news_title a:hover { /* お知らせのタイトルのリンク(hover) */
	text-decoration: underline;
}
/* トップページのピックアップ*/
/* 全体を囲うsection */
.top #five {
	position: relative;
	padding: 0;
	overflow: hidden;
}
/* コンテンツ（動画の上に） */
.top #five #pickup {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 80px 0 300px 0;
}
.top #five #pickup li {
	padding-bottom: 15px;
}
/* 動画（コンテンツの下に） */
#bg_movie {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#bg_movie video {
	width: 140%;
}
.top #five h2 {
	background-position: center;
}
/* マスク（動画の上に） */
.top #five .mask {
	height: 120%;
	width: 120%;
	position: absolute;
	top: -50px;
	left: -50px;
	background-image: url(../images/mask4.png);
	background-repeat: repeat;
	z-index: 2;
}
/* トップページ企業理念 */
.top_btn {
	width: 75%;
	margin: 0 auto 10px auto!important;
}
.top_btn-company {
	float: right;
}
.top_btn ul {
	float: left;
	text-align: left!important;
	margin: 60px 0 0 0;
}
.top_btn ul li {
	margin-bottom: 70px;
}
.top_btn ul li.btn-style a {
	background-color: #09A13D;
	background-image: url(../images/icon_link01.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	padding: 25px 50px;
	margin-left: 10px;
	color: #fff;
}
.top_btn ul li.btn-style a:hover, .news_link p.btn-style a:hover {
	background-color: rgba(9,161,61,0.7);
}
.news_link p.btn-style a {
	background-color: #09A13D;
	background-image: url(../images/icon_link01.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	padding: 32px 35px 28px 35px;
	float: right;
	display: block;
	color: #fff;
}
/* フッターの上にボタン */
#footer #pagetop a {
	background-color: #434844;
	text-align: center;
	display: block;
	padding: 20px 0;
}
.footer_box {
	margin-top: 40px;
	margin-bottom: 30px!important;
}
/* 個別ページ共通のスタイル */
#main div.contents {
	margin: 60px auto!important;
}
#main .intro header {
	background: url(../images/bg_header_blue.png) repeat 0 0;
	width: 100%;
	height: 140px;
	font-size: 157%;
	color: #fff;
	position: absolute;
	top: 0;
	text-align: left;
	padding-left: 100px;
}
#main .h1_style {
	line-height: 140px;
}
#main .h2_style {
	text-align: left;
	background: none;
	color: white;
	padding: 0 0 0 100px;
	line-height: 365px;
	font-size: 147%;
	letter-spacing: 0.1em;
}
#main .h3_style {
	text-align: left;
	border-left: 10px #00b0ec solid;
	color: #333;
	font-size: 114%;
	font-weight: 500;
	padding: 20px;
	background: #eee;
}
.wrap {
	width: 1040px;
	margin: 0 auto;
/*	border-top: #999 solid 1px;*/
}
.top #main #four .top-news_box dl {
	font-size: 115%;
}
a img:hover {
	opacity: 0.7;
}
strong {
	font-weight: bold;
	color: black;
}
p {
	line-height: 1.6em;
}
.list_mark_orange {
	background: url(../images/li_mark01.gif) 0 40% no-repeat;
	padding: 7px 0 7px 18px;
}
.list_mark_black {
	padding: 7px 0 7px 20px;
	list-style:disc;
	list-style-position: inside;
	color:#f18d0f;
}
.list_mark_black a{color:#0066cc;}

.list_mark_orange02 {
  background: url(../images/li_mark01.gif) 0 12px no-repeat;
  padding: 7px 0 7px 18px;
  line-height: 1.8;}
.intro {
	position: relative;
	height: 380px;
	background-size: cover!important;
}
.link .intro, .sitemap .intro, .privacy .intro, .sitepolicy .intro {
	padding: 70px 0!important;
	height: 0 !important;
}
.header_black {
	background: url(../images/bg_header02.png) repeat 0 0 !important;
}
/*
	企業情報 インデックス
	店舗情報インデックス
*/
.company #two li, .shop #two li, .tenant #two li, .csr #two li {
	position: relative;
	overflow: hidden;
}
.company #two li dl, .shop #two li p, .csr #two li dl, .tenant #two li dl {
	position: relative;
	z-index: 1;
}
.link_mask {
	background-image: url(../images/mask2.png);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.30);
	width: 150%;
	height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/*************************/
/* 企業情報 - アクセスマップ */
/*************************/
#main.map #two iframe {
	margin-top: 30px;
	width: 100%;
	height: 460px;
	border: 0;
}
#main.map .intro {
	background: url(../company/images/intro_map.jpg) 50% 0 no-repeat;
}
#main.map #two {
	font-size: 14px;
}
/*************************/
/* 企業情報 - 会社概要 */
/*************************/
#main.overview .intro {
	background: url(../company/images/intro_overview.jpg?230301) 50% 0 no-repeat;
}
/*************************/
/* 企業情報 - ごあいさつ */
/*************************/
#main.greeting .intro {
	background: url(../company/images/intro_greeting.jpg) 50% 0 no-repeat;
}
/*************************/
/* 企業情報 - 企業理念 */
/*************************/
#main.vision .intro {
	background: url(../company/images/intro_vision.jpg) 50% 0 no-repeat;
}
.vision #two {
	background: url(../company/images/vision_bg03.jpg?230306) no-repeat 0 0;
	background-size: cover;
	background-position: bottom;
}
.vision #two h1, .vision #two h2, .vision #two div, .vision #two p {
	text-align: center;
}
.vision #two h1 {
	padding-top: 100px;
}
.vision #two h2 {
	background: none;
	padding-bottom: 35px;
	padding-top: 100px;
	margin-bottom: 35px;
	border-bottom: 1px solid #999;
}
.vision #two .bg_img {
	background: url(../company/images/vision_bg02.png) no-repeat center;
	margin-bottom: 420px;
	min-height: 640px;
}
/*************************/
/* 企業情報 - 沿革・歴史 */
/*************************/
#main.history .intro {
	background: url(../company/images/intro_history.jpg) 50% 0 no-repeat;
}
.history #two .year {
	padding: 20px 0 0 0;
	text-align: center;
	color: #0078a1;
	font-weight: 500;
	background-color: #d6e9ef;
	border-right: 1px solid white;
	width: 110px;
	border-top: 1px dashed #999;
}
.history #two .month {
	text-align: center;
	background-color: #e9f2f5;
	width: 110px;
	color: #0078a1;
	font-weight: 500;
	border-top: 1px dashed #999;
}
.history #two .text {
	padding: 20px 0 20px 20px;
	border-top: 1px dashed #999;
}
.history #two .text img {
	float: right;
	margin: 0 0 0 10px;
	width: 220px;
}
.history #two table {
	border-bottom: 1px dashed #999;
}
/*************************/
/* 企業情報 - 組織図 */
/*************************/
#main.organization .intro {
	background: url(../company/images/intro_organization.jpg) 50% 0 no-repeat;
}
/*************************/
/* 企業情報 - 会社概要 */
/*************************/
#main.overview #two table {
	border-top: 1px dashed #999;
}
#main.overview #two tr {
	border-bottom: 1px dashed #999;
}
#main.overview #two th {
	color: #0078a1;
	background-color: #e9f2f5;
	width: 19.23%;
	vertical-align: middle;
	padding: 18px 0 18px 29px;
	text-align: left;
}
#main.overview #two td {
	padding: 18px 0 18px 31px;
}
/*************************/
/* サイトマップページ */
/*************************/
.sitemap #two article {
	margin-bottom: 27px;
}
.sitemap #two li {
	margin-bottom: 4px;
}
.sitemap #two h3 {
	margin-bottom: 20px;
}
.sitemap #two a {
	color: #0066cc;
}
.sitemap #two a:hover {
	text-decoration: underline;
}
.sitemap #two h3, .sitemap #two h2 {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	border-left: 10px #00b0ec solid;
	padding: 20px;
	background: #eee;
}
.sitemap #two {
	margin-bottom: 40px;
}
.sitemap #two #left_content {
	float: left;
	width: 48%;
}
.sitemap #two #right_content {
	float: right;
	width: 48%;
}
.sitemap #two h3 a, .sitemap #two h2 a {
	display: block;
	background: url(../images/icon_link11.png) no-repeat right center;
}
a.pdf {
	background: url(../images/pdf.png) no-repeat right center!important;
}
/*************************/
/* プライバシーポリシー */
/*************************/
.privacy #two .padding_no {
	padding: 0;
}
#main.privacy article h2 {
	text-align: left;
	margin-bottom: 30px;
	border-left: 10px #00b0ec solid;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
	background: #eee;
	line-height: 1.3;
}
/*************************/
/* リンクページ */
/*************************/
.link #two article {
	margin-bottom: 27px;
}
.link #two li {
	margin-bottom: 4px;
}
.link #two a {
	color: #0066cc;
}
.link #two a:hover {
	text-decoration: underline;
}
.link #two h3, .link #two h2 {
	text-align: left;
	margin-bottom: 20px;
	display: block;
	border-left: 10px #00b0ec solid;
	padding: 20px;
	background: #eee;
	font-size: 16px;
	font-weight: 500;
}
.link #two {
	margin-bottom: 40px;
}
.link #two #left_content {
	float: left;
	width: 48%;
}
.link #two #right_content {
	float: right;
	width: 48%;
}
/*************************/
/* サイトポリシー */
/*************************/
#main.sitepolicy article h2 {
	text-align: left;
	margin-bottom: 0;
	border-left: 10px #00b0ec solid;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
	background: #eee;
	line-height: 1.3;
}
/*************************/
/* カスタマー・ハラスメントに対する基本方針 */
/*************************/
ul.no-top-margin {
  margin-top: 0!important;
  padding-left: 1.3em!important; 
}


/*************************/
/* 商業施設紹介インデックス */
/*************************/
.shop #two li p {
	color: #1ba042;
	font-size: 18px;
	height: 70px;
	padding-top: 23px !important;
}
/* ローカルナビ */
#local_nav {
	background-color: #ddd;
	padding: 40px 0 30px 0;
}
#local_nav a {
	display: block;
	height: 50px;
}
#local_nav a:hover {
	background-color: #def2e4;
	background-image: url(../images/icon_link01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#local_nav .no01,
#local_nav .no02,
#local_nav .no02-c,
#local_nav .no03,
#local_nav .no03-c,
#local_nav .no04,
#local_nav .no04-c,
#local_nav .no05,
#local_nav .no05-c,
#local_nav .no06,
#local_nav .no06-c,
#local_nav .no07,
#local_nav .no08,
#local_nav .no09,
#local_nav .no10,
#local_nav .no11,
#local_nav .no12,
#local_nav .no13 {
	text-align: left;
	width: 24%;
	float: left;
	height: 50px;
	background-color: white;
	color: #339933;
	margin-bottom: 10px;
	background-image: url(../images/icon_link01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#local_nav .no07 p {
	line-height: 1.2;
	padding: 10px 0 0 15px!important;
}
#local_nav .no02,
#local_nav .no02-c,
#local_nav .no03,
#local_nav .no03-c,
/*#local_nav .no04,*/
#local_nav .no04-c,
#local_nav .no05,
/*#local_nav .no05-c, */
#local_nav .no06,
#local_nav .no06-c,
#local_nav .no07,
/*#local_nav .no08,*/
#local_nav .no09,
#local_nav .no10,
#local_nav .no11,
#local_nav .no13
 {
	margin-left: 1.3%;
}
#local_nav .no01 p,
#local_nav .no02 p,
#local_nav .no02-c p,
#local_nav .no03 p,
#local_nav .no03-c p,
#local_nav .no04 p,
#local_nav .no04-c p,
#local_nav .no05 p,
#local_nav .no05-c p,
#local_nav .no06 p,
#local_nav .no06-c p,
#local_nav .no07 p,
#local_nav .no08 p,
#local_nav .no09 p,
#local_nav .no10 p,
#local_nav .no11 p,
#local_nav .no12 p,
#local_nav .no13 p {
	padding: 16px 0 0 15px;
}
#local_nav .selected {
	background-color: #def2e4;
}
#skel-layers-wrapper { /* chromeでサイドのグローバルのサブメニューが最前面になるように */
	z-index: 0;
}
a.text_link {
	color: #0066cc;
}
a.text_link:hover {
	text-decoration: underline;
}
/*************************/
/* 採用情報のお問い合わせ */
/*************************/
#main.recruit_inquiry .intro {
	background: url(../images/wp/intro_recruit.jpg) 50% 0 no-repeat;
}
#main.recruit_inquiry .h2_style {
	color: #2d302e;
	color: white;
}
#main.recruit_inquiry .progress { /* 進捗バーの画像*/
	margin: 20px 0;
}
#main.recruit_inquiry .progress img { /* 進捗バーの画像*/
	width: 100%;
}
/*************************/
/* テナント募集のお問い合わせ */
/*************************/
#main.tenant_contact .intro {
	background: url(../tenant/images/intro_inquiry.jpg) 50% 0 no-repeat;
}
#main.tenant_contact .h2_style {
	color: #2d302e;
}
/*************************/
/* お問い合わせ共通（採用情報、テナント募集） */
/*************************/
#mailformpro input { /* 入力欄 */
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px !important;
}
#mailformpro input.input_ws { /* 標準の入力欄の幅 */
	width: 40%;
}
#mailformpro input[type=email] { /* メールの入力欄の幅 */
	width: 50%;
}
#mailformpro input.input_wl{ /* 大学名・学部名の入力欄の幅 */
	width: 90%;
}
.recruit_edu{
	display:inline-block !important;
	font-size:12px;
	line-height:2em;
}

#mailformpro textarea {
	border: 1px solid #ccc;
	margin: 20px 0 10px;
	width:90%!important;
}
#mailformpro table { /* フォーム全体 */
	width: 100%;
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
}
#mailformpro tr { /* フォームの1行分 */
	border-top: 1px dashed #999;
}
#mailformpro th { /* フォームの1列目 */
	color: #0078a1;
	letter-spacing: 0.05em;
	border-right: 1px solid white;
	background-color: #e9f2f5;
	width: 20%!important;
	padding-left: 20px;
	vertical-align: middle;
}
#mailformpro th span {
	display: none;
}
#mailformpro td { /* フォームの2列、3列目 */
	padding: 9px 0 9px 20px;
	vertical-align: middle;
}
#mailformpro td.row02 { /* フォームの2列目 */
	width: 7%;
	background-color: #eee;
	color: #666;
	text-align: center;
	padding-left: 0;
}
#mailformpro td.must2 { /* フォームの2列目が必須の時 */
	color: red;
	background-color: #f6eaea;
}
#mailformpro td li { /* 希望施設名の項目 */
	float: left;
	margin: 5px 5px 5px 0;
}
#mailformpro button.mfp_buttons { /* 確認画面へ進むボタン */
	width: 30%;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	padding: 20px 0;
	background-color: #1ba042;
}
#mailformpro button.mfp_buttons:hover { /* 確認画面へ進むボタン */
	opacity: 0.8;
}
#mailformpro p.mfp_button { /* 確認画面へ進むボタンを囲むボックス */
	width: 100%;
	text-align: center;
}
#mailformpro input[type=radio] { /* ラジオボタンも丸と文字の間隔 */
	margin-right: 10px;
}
#mailformpro label { /* ラジオボタンとチェックボックスの項目の間隔 */
	margin-right: 30px;
}
#main.tenant_contact .progress { /* 進捗バーの画像*/
	margin: 20px 0;
}
#main.tenant_contact .progress img { /* 進捗バーの画像*/
	width: 100%;
}
/* メールアドレスの確認 */
#mailformpro p.confirm_mail { /* メール確認欄を囲むボックス*/
	text-align: left;
	line-height: 3.5em;
	margin-top: 5px;
}
#mailformpro p.confirm_mail span { /* メール確認の注意メッセージ */
	color: red;
	padding-left: 10px;
}
#mailformpro p.confirm_mail input { /* メール確認の入力欄 */
	float: left;
}
/* 住所の項目 */
#mailformpro ol li {
	clear: both;
	width: 100%;
}
#mailformpro ol li span {
	float: left;
	padding-top: 15px;
	width: 20%;
}
#mailformpro ol li input {
	float: left;
	width: 70%;
}
#mailformpro ol li input.input_w02 {
	width: 30%;
}
#mailformpro ol li select {
	float: left;
	padding: 5px;
	width: 20%;
	background-image: url(../tenant/images/select_bg.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
/* プライバシーポリシーの注意文 */
#mailformpro p.privacy_msg {
	margin: 10px 0;
}
/*************************/
/* コンプライアンス */
/*************************/
#main.compliance article h2 {
	text-align: left;
	border-left: 10px #00b0ec solid;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
	background: #eee;
	line-height: 1.3;
	margin-bottom: 0;
}
/* firefox　メインビジュアルのサイズcover */
.bgpostion{background-size:cover!important;}


.news_detail #right_content a,
.machisodate_detail #right_content a{
	color:#3366cc;
}
.news_detail #right_content a:hover,
.machisodate_detail #right_content a:hover{
	text-decoration:underline;
}
