@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #252525;
background: url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top.png) repeat-x top;
}

a{color:#717171;text-decoration:none;}
a:hover{color:#9e9e9e;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

.center {
text-align: center;}


.mb30{margin-bottom:30px;}

.fs18{font-size:18px;}
.red{color: #CC373F;}

/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/head.png) no-repeat;
height: 96px;
}

#header h1 {
padding: 7px 0 0;
font-size: 12px;
font-weight: normal;
color: #ffffff;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0px 0;
width: 910px;
height: 46px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:182px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 182px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-182px 0;}
ul#topnav a#menu{background-position:-364px 0;}
ul#topnav a#faq{background-position:-546px 0;}
ul#topnav a#map{background-position:-728px 0;}


ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-182px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-364px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-546px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-728px -46px;}


li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 15px 0;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 5px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #252525;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #000000;
border-bottom: 1px solid #cccccc;
}

#main p {
padding: 15px 15px 0px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#000000;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#main ul{
margin-left: 5px;
padding: 10px 0;
}

#main li{
margin: 0 10px 10px 5px;
padding: 10px 0;
list-style: none;
border-bottom: 1px solid #efefef;
}

#main li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:22px;
}

#main li a:hover{background-position: 3px 50%;}




/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#000000;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 10px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:22px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

#mybox {
  padding-bottom:96px;
  width:618px;
  background:url(images/box_footer.png) bottom no-repeat;
  /* ↑三分割した一番下の画像 */
}
#mybox .header {
  height:96px;
  text-align:center;
  background:url(images/box_header.png) no-repeat;
  /* ↑三分割した一番上の画像 */
}

#mybox .body {
  padding:0 50px;
  background:url(images/box_body.png) repeat-y;
  /* ↑三分割した真ん中の画像。これにより本文の背景が繰り返される */
}

h5 {
margin-bottom: 10px;
padding: 50px 0px 0px 0px;
line-height: 40px;
font-size: 18px;
font-weight: normal;
color: #463626;
  text-align:center;
}

span {
font-size: 14px;
font-weight: normal;
color: #cc0000;
display: inline-block;
width: 300px;
}

blockquote {
font-size: 11px;
font-weight: normal;
color: #999999;
padding: 10px 20px 0 20px;
}


p.mybox{
padding: 0 0 5px;
border-bottom: 1px dotted #463626;
color: #463626;
}

.rental-first {
  background-color: #f8f6f8;
  margin: 30px 40px;
  padding: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.rental-first p {
  font-size: 1.3em;
  padding: 10px 0 !important;
}
.rental .strong {
  color: #e50e2f;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4em;
  font-weight: bold;
}
.rental#main  .setsubi li {
  width: 42%;display: inline-block;
  border: 3px solid #c4b68e;
  margin: 10px 2%;
  position: relative;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 20px;
  letter-spacing: 2px;
  background: linear-gradient(#fff, #e5e2d3);
}
.rental#main  .setsubi li::after {content: '';position: absolute;left: 3px;top: 3px;right: 3px;bottom: 3px;border: 1px solid  #c4b68e;}
.rental .bnr {margin: 30px 0 40px;}
.rental iframe {margin: 40px 0 10px;}