* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }

/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}



body { 
margin:0;
padding:0;
font: 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
font-family: 
}

.full {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(../img/background1.jpg)
	  center / cover;
  }

/* --------------------------------------------------
 TOP／共通
-------------------------------------------------- */
#main {
	position:relative;
	margin:0 auto;
	padding-top:40px;
}

#main .box h2 {
max-width: 900px;
margin: 0 auto 8px auto;
color:#fff; 
text-shadow: 1px 1px 1px #000;
font-size: 2.2em;
font-weight: bold;
}
.box { 
	background:#444; 
	background:rgba(0,0,0,.6);
	padding: 20px;
	margin:40px 0 0 0;
}
.box p {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 1em;
	color:#fff; 
	text-shadow: 1px 1px 1px #000;
	font-size: 1.4em;
}

.menu{
	width:900px;
	margin: 100px auto 0 auto;
}

.menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.menu ul li{
	float: left;
}



div.note {
width:900px;
margin: 0 auto;
text-align:center;
color:#000;
font-size:1em;
text-shadow: none;
background:#fff; 
background:rgba(255,255,255,.6);
padding: 20px 10px;
}
div.note2 {
width:100%;
text-align:center;
color:#000;
font-size:1em;
text-shadow: none;
background:#ddd;
padding: 30px 10px;
}
div.note h2,div.note2 h2{
	font-size:1.6em;
}
div.note table,div.note2 table{
	border:none;
	margin:0 auto;	
}
div.note td,div.note2 td{
	vertical-align:top;
	text-align:left;
	padding:6px;
}

.foot {
margin: 20px 0;
}
.foot h2{
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}


/* --------------------------------------------------
 KASOU
-------------------------------------------------- */

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

#header-in1{
	width:100%;
	height:30px;
	margin:0;
	padding:4px 30px 0 0;
	color:#fff;
	text-align:right;
	background-color:#000000;
}
#header-in1 h2{
	font-size:0.9em;
}


#header-in2{
	width:100%;
	/*height:60px;*/
	margin:0;
	padding:0 0 0 10px;
	/*background: url(../img/topbg.png) repeat-x;*/
	background: rgba(255,255,255,0.6);
}
.topmenu li{
	float:left;
}
.topmenu li a{
	padding:20px 30px 0 30px;
	height:60px;
	display: inline-block;
	text-decoration: none;
	color: #333;
	border-right:1px solid #fff;
}
.topmenu li a:hover{
	background: rgba(255,255,255,0.3);
}


#main2 {
	margin:0 auto;
	width: 1000px;
	min-width: 1000px;
}

#footer{
	width:100%;
}

#contents{
	margin:0 auto;
}



#fslider{
	position: relative;
	margin-top:30px;
}
#mainSlideset{
	margin-bottom:100px;
}
#headimg{
	position: relative;
	margin-top:30px;
}
#topimg img{
	width:100%;
	min-width:1000px;
}


#chintaiTbl,#chintaiTbl2{
	width:98%;
 	margin:0 auto;
}
#chintaiTbl td{
	text-align:center;
	vertical-align:middle;
}
	
#chintaiTbl .td1{
	background:#eee;
}
#chintaiTbl2 td{
	text-align:left;
	vertical-align:middle;
}
	
#chintaiTbl2 .td2{
	background:#eee;
	width:240px;
}
#chintaiTbl2 th{
	font-size:1.2em;
}

#message{
	width:90%;
	border:2px solid #999;
	background-color:#eee;
	font-size:1.1em;
	padding:40px;
	margin:100px auto;
	text-align:center;	
}

#message h2{
	font-size:1.4em;
	margin:0 0 1em 0;
	color:#F33;
}


/* --------------------------------------------------
 CONTACT
-------------------------------------------------- */
#contactform{
	width:95%;
 	margin:0 auto;
}


#contactTbl{
	width:100%;
}
	
#contactTbl .tdL{
	background:#ddd;
	width:240px;
	vertical-align:top;
}

/* --------------------------------------------------
 H1～H4
-------------------------------------------------- */
h1{
	font-size:180%;
}
h2{
	font-size:160%;
}
h3{
	font-size:140%;
}
h4{
	font-size:120%;
}

h1.title {
	padding: .25em .25em .25em .75em;
	border-left: 8px solid #ccc;
	margin:0 0 20px 0;
}

h4.txt {
	padding: .25em .25em .25em .75em;
}


/* --------------------------------------------------
 Link Style
 -------------------------------------------------- */
a, a:link, a:visited	{
	text-decoration: underline;
	color: #333;
}

a:hover	{
	text-decoration: none;
	color: #333;
}

a:active	{
	text-decoration: none;
	color: #333;
}

.hover A:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* --------------------------------------------------
 Form Style
 -------------------------------------------------- */
#form input[type="text"],
#form textarea {
	border:2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:1.2em;
}
#form input[type="text"] {
	padding: 20px;
}

#form textarea{
	line-height: 20px;
	height: 300px;
	padding: 10px;
}


#form input{
	line-height: 1em;
	height: 2em;
	margin: 0px 4px 0px 4px;
	background-color: #f4f4f4;
	padding: 8px;
	vertical-align:middle;
	border:2px solid #cccccc;
}

#form select{
	height: 2em;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	vertical-align:middle;
	font-size:1.2em;
}



#form .submit,#form .reset,#form .button{
	width:250px;
	height:4em;
	padding:0;
	margin:30px 30px;
	cursor: pointer;
	border: 3px solid #999999;
	background-color: #eee;
	color: #333;
	font-size:1.1em;
	font-weight:bold;
}


/* --------------------------------------------------
 CtSlide
 -------------------------------------------------- */
.ctSlideset .carousel{
	width:100%;
	margin:0;
}

.ctSlideset .carousel li {margin: 0 6px;}
.ctSlideset .carousel img {display: block; opacity: .5; cursor: pointer;}
.ctSlideset .carousel img:hover {opacity: 1;}
.ctSlideset .carousel .flex-active-slide img {opacity: 1; cursor: default; border:2px solid #aaa;}

/*左右切り替えボタン非表示*/
.ctSlideset .carousel .flex-direction-nav{
	display:none;	
}
/* --------------------------------------------------
 共通デザイン
-------------------------------------------------- */
.gray{
color:#333333 !important;
}
.green{
color:#20a807 !important;
}
.red{
color:#F00 !important;
}
.brown{
	color:#633 !important;
}
.blue{
	color:#039 !important;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.mgc{
	margin:0 auto;
}



.mg0{
	margin:0px !important;
}
.mg5{
	margin:5px !important;
}
.mg10{
	margin:10px !important;
}
.mg20{
	margin:20px !important;
}
.mg30{
	margin:30px !important;
}
.mg40{
	margin:40px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}
.mt80{
	margin-top:80px !important;
}
.mt100{
	margin-top:100px !important;
}

.pd0{
	padding:0px !important;
}
.pd5{
	padding:5px !important;
}
.pd10{
	padding:10px !important;
}
.pd20{
	padding:20px !important;
}
.pd30{
	padding:30px !important;
}
.pd40{
	padding:40px !important;
}


.l{
	font-size:120%;
}
.ll{
	font-size:140%;
}

.s{
	font-size:85%;
}
.ss{
	font-size:70%;
}


.w100{
	width:100px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}
.w400{
	width:400px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}

/* TableDesign */

.Table {
	background-color: #FFFFFF;
	border-collapse	:collapse;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}

.Table caption {
	background-color:#3F2612;
	color:#fff;
}

/* opera hack */
html:first-child .Table caption {
	margin-left: 0px;
}

 
.Table td, .Table th {
	border-bottom	: 1px solid #999999;
	border-left	: 1px solid #999999;
	padding			: 14px 18px;
}
.Table th{
	background-color:#eee;
	font-weight:700;
	
	
}

/* --------------------------------------------------
 ボタン
-------------------------------------------------- */

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:280px;
	margin: 10px;
	height: 100px;
	position: relative;
	background: #3d608d;
	border: 1px solid #3d608d;
	box-sizing: border-box;
	padding: 0 25px 0 40px;
	color: #fff !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none !important;
	transition-duration: 0.3s;
  }
  .btn a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
  }
  .btn a:hover {
	background: #fff;
	color: #3d608d !important;
  }
  .btn a:hover:before {
	border-top: 2px solid #3d608d;
	border-right: 2px solid #3d608d;
  }

  .btn .bt_inr{
	position: absolute;
	right: 15px;
	bottom:15px;
	margin-top: -6px;
	font-size: 0.6em;
  }

/* --------------------------------------------------
 title txt effect
-------------------------------------------------- */
#main .title {
	width: 100%;
	height: 100%;
  }
#main .title p{
	text-align: center;
	padding: 50px;
  }

#main .title span {
	font-size: 36px;
	color: transparent;
	animation: blur 10s ease-out infinite;
	-webkit-animation: blur 10s ease-out infinite;
  }
  
  #main .title span:nth-child(1) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
  }
  #main .title  span:nth-child(2) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
  }
  #main .title span:nth-child(3) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
  }
  #main .title span:nth-child(4) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
  }
  #main .title span:nth-child(5) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
  }
  #main .title span:nth-child(6) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
  }
  #main .title span:nth-child(7) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
  }
  
  @keyframes blur {
	0%    {text-shadow:  0 0 100px #164070; opacity:0;}
	5%    {text-shadow:  0 0 90px #164070;}
	15%   {opacity: 1;}
	20%   {text-shadow:  0 0 0px #164070;}
	80%   {text-shadow:  0 0 0px #164070;}
	85%   {opacity: 1;}
	95%   {text-shadow:  0 0 90px #164070;}
	100%  {text-shadow:  0 0 100px #164070; opacity:0;}
  }
  
  @-webkit-keyframes blur {
	0%    {text-shadow:  0 0 100px #164070; opacity:0;}
	5%    {text-shadow:  0 0 90px #164070;}
	15%   {opacity: 1;}
	20%   {text-shadow:  0 0 0px #164070;}
	80%   {text-shadow:  0 0 0px #164070;}
	85%   {opacity: 1;}
	95%   {text-shadow:  0 0 90px #164070;}
	100%  {text-shadow:  0 0 100px #164070; opacity:0;}
  }

/* --------------------------------------------------
 スマホ用
-------------------------------------------------- */
.sp { display:none; }
/* --------------------------------------------------
 ClearFix
-------------------------------------------------- */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media only screen and (max-width: 1000px) {
html{
width:100%;
margin:0;
padding:0;
}
body{
	font-size: 24px;
}


#main{
/* background-image:url(../img/background-dock.jpg);
background-repeat:no-repeat;
background-color: #cbcbcb; */
}


#main2 {
margin:0;
padding:0;
width: 1000px;
background:#fff;
}

#big-video-wrap {
	display: none;
}
.box,
.menu,
.note,
.footer,
img{
max-width:1000px;
}
.menu{
margin:50px auto 10px;
}
.menu ul{
margin: 0 auto;
width: 604px;
}
.menu .btn a{
	width: 600px;
	font-size: 32px;
	height: 125px;
}
.btn a:before {
	width: 16px;
	height: 16px;
	left: 40px

  }

.note{
	font-size: 1em;
}
.box {
	font-size: 1.2em;
}


#header{
	position: fixed; /* ヘッダーを固定する */
	top: 0; /* 上部から配置の基準位置を決める */
}

#header-in1{
	width:100%;
	height:150px;
	margin:0;
	padding:40px 150px 40px 40px;
	color:#333;
	text-align:left;
	background-color:#ccc;
}
#header-in1 h2{
	font-size:40px;
}
#header-in2{
	display: none;
}


#fslider,#topimg{
	width:100%;
/*	overflow:hidden;*/
	position: relative;
	margin:150px 0 0 0;
	padding:0;
}

#mainSlideset{
	margin: 0 0 120px 0;
	width:100%;
	padding:0;
}

/* 賃貸テーブル */
#chintaiTbl,#chintaiTbl2{
	font-size:0.8em;
}
#chintaiTbl td{
	font-size:100%;
}
/* コンタクト */
#contactTbl .tdL{
	width:320px;
}

/* txt effect */
#main .title span {
	font-size: 48px !important;
	font-weight: bold !important;
	line-height: 2em !important;
  }



/* H1～H4 */
h1{
	font-size:2em;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.4em;
}
h1.title {
	padding: .25em 0 .25em .25em;
	border-left: 20px solid #999;
	margin:0 0 20px 10px;
}
h4.txt {
	padding: .25em .75em;
}



/* flex-slider */
.flex-direction-nav .flex-prev {display:none;}
.flex-direction-nav .flex-next {display:none;}


/*スマホのみ*/
.sp { display:inline; }



/* -----------　ハンバーガーメニュー　----------- */

.hamburger {
	display : block;
	position: fixed;
	right : 60px;
	top   : 40px;
	width : 84px;
	height: 84px;
	cursor: pointer;
	text-align: center;
	z-index: 999999;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 90px;
	height  : 4px ;
	left    : 12px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 0px;
  }
  .hamburger span:nth-child(2) {
	top: 30px;
  }
  .hamburger span:nth-child(3) {
	top: 60px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 32px;
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 32px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
	position: fixed;
	top  : 200;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	z-index: 999990;
	border-bottom: 2px solid #ccc;
  }
  
  nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #ccc;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration :none;
	font-size: 40px;;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	transform: translateX(0%);
  }
/* -----------　ハンバーガーメニュー　end　----------- */


}