@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:960px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#uchidashi {
	background-image: url("../img/navi_bg_01.png");
	background-repeat: repeat-x;
	background-position:top;	
}
.u-center {
	text-align:center;
}

#contents {
	overflow:hidden;
	width:960px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
}
#main2 {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:74%;
}
.left-border {
	padding: .25em 0 .25em .75em;
	border-left: 10px solid #a0832c;
	font-size: 1.2em;
	font-weight:600;
}
#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:22%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:12px;
	background-color:#f4f4f2;
}
#sub img {
	margin:0 10px 10px 10px;
}
.rental_title {
	border-bottom:dotted 1px #999999;
	padding:30px 0 10px 0;
	font-size:18px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.title {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:12px;
	font-weight:900;
	text-align:center;
	padding:10px 0;
}
.title-1 {
	background-color:#36b4b3;
	color:#fff;
	padding-left:10px;	
	margin:0 5px;
}
.title-2 {
	background-color:#b17b2c;
	color:#fff;
	padding-left:10px;	
	margin:0 5px;
}

.title-3 {
	background-color:#83b436;
	color:#fff;
	padding-left:10px;	
	margin:0 5px;
}
.title-a {
	font-size:1.1em;
	padding:15px 0 15px 10px;
	border-bottom:solid 1px #cccccc;
	background-color:#dddddd;
}
.title-a a {
text-decoration: none;
}
.title-b {
	font-size:1.1em;
	padding:15px 0 15px 10px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #cccccc;
}
.title-c {
	font-size:1.1em;
	padding:15px 0 15px 10px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

.title-b a {
text-decoration: none;
}
.title-b a:hover {
font-weight:bolder;
}
.title-c a {
text-decoration: none;
}
.title-c a:hover {
font-weight:bolder;
}




/* company page table design -ここから-*/
.sample_02{
width:100%;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.sample_02 th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #f4f4f4;
border-top: 1px solid #fff;
border-left: 1px solid #fff;

}
.sample_02 td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
/* company page table design --ここまで */
.float-left{
         float: left;
         padding-right: 20px;
      }
footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
}
h3 {
	margin-top:50px;
	margin-bottom:30px;
}

h4 {
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	font-size:20px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h5 {
	color:#c0aa67;
	font-size:16px;
	padding-bottom:5px;
	text-align:center;
}

h7 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 0 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}


table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:15px 15px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:768px) {
	nav {
		background-image:url(../img/gnavi_bg.png);
		background-repeat: repeat-x;
		background-position:top;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		/*width:15%;*/
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:0;
		line-height:36px;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		text-align:left;
		font-weight:normal;
	}
	
	
	#gnav {
		display:block ;
		width:100%;
		padding:0;
	}
	#gnav a:hover {
	/* opacity: 0.5 ; */
}


/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0 5px 0 10px;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footlogo {
	margin-top:50px;
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background-color:#ebebeb;
}
.footlogo_text {
	overflow:hidden;
	width:960px;
	margin:10px auto;
}
.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0 0 3px 0;
	padding:0 15px 3px 15px;
	font-size:11px;
	text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.footmenu li + li {
border-left:1px solid #CCC;
}






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

.copyright {
	clear:both;
	padding:0 0 20px 0;
	font-size:11px;
	text-align:center;
	color:#000000;
}

/*================================================
 *  テキストとイメージ 
 ================================================*/
 .read {
	 font-size:14px;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-align:center;
	 padding-bottom:20px;
 }
 .l10px {
	 padding-left:10px;
 }
 .tb30px {
	 padding-top:30px;
	 padding-bottom:30px;
 }
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 .footlogotext {
	 font-size:16px;
	 font-weight:bold;
	 padding-top:20px;
 }
 .foottext {
	 font-size:12px;
 }
.clearfix {display: inline-table;}
 
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dl {
	width:960px;
}
	
.info dt {
	float:left;
    clear:left;
    width:18%;
	padding-left:20px;
	border-bottom:1px #ddd dotted;
	line-height:300%;
}
.info dd {
	float:left;
	width:60%;
	border-bottom:1px dotted #ddd;
	line-height:300%;
}


.col3 {
	width: 960px;
}
.col3 ul {
	margin-bottom:50px;
}
.col3 li {
	list-style-type:none;
	width:248px;
	border:solid #c0aa67 10px;
	padding:10px;
	float:left;

}



.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:248px;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:248px;
	margin-bottom:2.5%;
}
.textR{
	font-size:12px;
	color:#999999;
	padding-top:20px;
}
  
  
/*================================================
 *  お問い合わせフォーム
 ================================================*/

table#form {
  border: none;
}
  
table#form tr {

}
  
table#form tr th {
  background: none;
  border: none;
  text-align: right;
}

table#form tr th.textarea {
  vertical-align: top;
}
  
table#form tr td {
  background: none;
  border: none;
}
  
table#form tr th span{
  color: #BD0003;
}
  
table tr td span.msg{
  color: #BD0003;
}
  
input.text-input,
textarea.text-textarea{
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.btn-area {
  padding: 30px 0 0 0;
  text-align: center;
}
  
.btn {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: rgba(240, 240, 240, 1.0);
}
  
  
  
  
  