@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	line-height: 1.5;
	min-width: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body, html, main {
    /* important */
    height: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img { border-style: none; }
a img { transition: 1.0s; }
a img:hover { opacity: 0.7; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
a { color: #63BF43; text-decoration: none; transition: 1.0s; }
a:hover { color: #A8E493; }
em { color: #FF6060; font-style: normal; }
strong { }
.b { font-weight: bold; }

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.forum { font-family: 'Forum', cursive; }

/* 回り込み解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrap {
	margin: 0px;
	padding: 0px;
}

div.in-box {
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
}

header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background-image: url(images/head_bg.png);
	background-repeat: repeat-x;
	background-position: right top;
	border-bottom: 5px solid #673f35;
}
header h1 {
	font-size: 30px;
	font-weight: normal;
	display: block;
	margin: 35px 0px 0px;
	padding: 0px;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 250px;
}
header h1 span {font-size: 14px; }
header h1 a { color: #FFFFFF; }
header h1 a:hover { color: #FFEF84; }
header div.txt {
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	height: 100px;
	width: 400px;
	text-align: right;
}
header div.txt h2 {
	color: #fff;
	display: block;
	margin: 10px 0px 0px 150px;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	width: 250px;
	font-weight: normal;
}
header div.txt h2 span { font-size: 18px; }
header div.txt p {
	color: #fff;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 1.3;
	font-size: 15px;
}

article {
	margin: 0px;
	padding: 0px;
}
article div#top-img {
	margin: 50px 0px;
	padding: 0px;
	height: 340px;
	width: 1080px;
}
article section#menu {
	background-color: #673F35;
	margin: 0px;
	padding: 40px 0px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
article section#menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
}
article section#menu ul li {
	margin: 0px 60px;
	padding: 0px;
	float: left;
	width: 220px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
}
article section#menu ul li a { color: #fff; }
article section#menu ul li a:hover { color: #FFEF84; }

article section#menu ul li p {
	height: 220px;
	margin: 0px 0px 20px;
	padding: 0px;
}
article section#menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 60px;
	width: 1080px;
}
article section#menu2 ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
article section#menu2 ul li a {
	color: #fff;
}

article section#profile, 
article section#about, 
article section#property {
	margin: 0px;
	padding: 50px 0px;
	margin: 0px;
}
article section#menu2 {
	padding: 0px;
	margin: 0px 0px 50px;
	background-color: #673F35;
	border-top: 1px solid #AB8B83;
}
article section#profile, 
article section#about {
	background-color: #fff;
	background: rgba(255,255,255,0.8);
}
article section#property {
	background-color: rgba(200,200,200,0.80);
}

article section.detail, 
article section.detail2 {
	background-color: rgba(103,63,53,0.80);
	margin: 0px;
	padding: 50px 0px;
}

article h3 {
	font-size: 24px;
	margin: 0px auto 50px;
	padding: 30px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
	width: 60%;
	letter-spacing: 0.2em;
}

article section div.in-box div.set {
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
}
article section div.in-box div.set div {
	margin: 0px;
	padding: 0px;
}
article section div.in-box div.set img, 
article section div.in-box div.set div iframe { border: 1px solid #ccc; }
article section#property div.in-box ul li p img { border: 1px solid #aaa; }

article section div.in-box div.set div.img-l {
	float: left;
	width: 400px;
}
article section div.in-box div.set div.txt-r {
	float: right;
	width: 580px;
}
article section div.in-box div.set div.txt-l {
	float: left;
	width: 580px;
}
article section div.in-box div.set div.img-r {
	float: right;
	width: 400px;
}
article section div.in-box div.set table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}
article section div.in-box div.set table th {
	margin: 0px;
	padding: 5px;
	width: 20%;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: normal;
	vertical-align: top;
}
article section div.in-box div.set table td {
	margin: 0px;
	padding: 5px;
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
article section div.in-box div.set table td ul {
	margin: 0px;
	padding: 0px;
}
article section div.in-box div.set table td ul li {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 30px;
	background-image: url(images/arrow02_brw.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

article section#property div.in-box ul.big {
	margin: 0px auto 30px;
	list-style: none;
	padding: 0px;
	width: 400px;
}
article section#property div.in-box ul.big li {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 350px;
	display: block;
}
article section#property div.in-box ul.small {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
article section#property div.in-box ul.small li {
	margin: 0px 20px 20px 15px;
	padding: 0px;
	width: 220px;
	float: left;
	height: 270px;
	display: block;
}
article section#property div.in-box ul li p {
	margin: 0px 0px 5px;
	padding: 0px;
}
article section#property div.in-box ul li h4 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}
article section#property div.in-box ul li a { color: #333; }
article section#property div.in-box ul li a:hover { color: #72C75D; }

article section.detail div.in-box {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 540px;
	width: 1080px;
}
article section.detail div.in-box div {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
article section.detail2 div.in-box {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 360px;
	width: 1080px;
}
article section.detail2 div.in-box div {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

div#txt01-e, 
div#txt02-e, 
div#txt03-e, 
div#txt04-d {
	width: 460px;
	height: 160px;
	padding: 10px;
	color: #FFFFFF;
}
div#txt05-b, 
div#txt06-b {
	width: 580px;
	height: 160px;
	padding: 10px;
	color: #FFFFFF;
}
div#txt01-e h4, 
div#txt02-e h4, 
div#txt03-e h4, 
div#txt04-d h4, 
div#txt05-b h4, 
div#txt06-b h4 {
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #fff;
}
div#txt01-e p, 
div#txt02-e p, 
div#txt03-e p, 
div#txt04-d p, 
div#txt05-b p, 
div#txt06-b p {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0px;
}

div#img01-a {
	width: 480px;
	height: 360px;
	left: 0px;
	top: 0px;
}
div#img01-b {
	width: 240px;
	height: 320px;
	left: 480px;
	top: 110px;
}
div#img01-c {
	width: 360px;
	height: 270px;
	left: 720px;
	top: 0px;
}
div#img01-d {
	width: 360px;
	height: 270px;
	left: 720px;
	top: 270px;
}
div#txt01-e {
	left: 0px;
	top: 360px;
}

div#img02-a {
	width: 480px;
	height: 360px;
	left: 600px;
	top: 0px;
}
div#img02-b {
	width: 240px;
	height: 180px;
	left: 360px;
	top: 90px;
}
div#img02-c {
	width: 360px;
	height: 270px;
	left: 0px;
	top: 0px;
}
div#img02-d {
	width: 360px;
	height: 270px;
	left: 240px;
	top: 270px;
}
div#txt02-e {
	left: 600px;
	top: 360px;
}

div#img03-a {
	width: 480px;
	height: 360px;
	left: 0px;
	top: 0px;
}
div#img03-b {
	width: 240px;
	height: 180px;
	left: 480px;
	top: 110px;
}
div#img03-c {
	width: 360px;
	height: 270px;
	left: 720px;
	top: 0px;
}
div#img03-d {
	width: 360px;
	height: 270px;
	left: 720px;
	top: 270px;
}
div#txt03-e {
	left: 0px;
	top: 360px;
}

div#img04-a {
	width: 480px;
	height: 360px;
	left: 600px;
	top: 0px;
}
div#img04-b {
	width: 360px;
	height: 270px;
	left: 0px;
	top: 0px;
}
div#img04-c {
	width: 360px;
	height: 270px;
	left: 240px;
	top: 270px;
}
div#txt04-d {
	left: 600px;
	top: 360px;
}

div#img05-a {
	width: 480px;
	height: 360px;
	left: 0px;
	top: 0px;
}
div#txt05-b {
	left: 480px;
	top: 90px;
}

div#img06-a {
	width: 480px;
	height: 360px;
	left: 600px;
	top: 0px;
}
div#txt06-b {
	left: 0px;
	top: 90px;
	text-align: right;
}

div#navi {
	background-color: rgba(103,63,53,1.00);
	margin: 0px 0px 100px;
	padding: 10px 0px;
}
div#navi a {
	color: #fff;
}
div#navi div.prev {
	line-height: 30px;
	margin: 0px 0px 0px 150px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
div#navi div.next {
	line-height: 30px;
	margin: 0px 150px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: right;
	text-align: right;
}

div.pagetop {
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
	text-align: right;
}
div.pagetop a {
	margin: 0px 0px 0px 900px;
	padding: 0px;
	height: 50px;
	width: 180px;
	line-height: 50px;
	display: block;
	text-align: center;
	background-color: #673F35;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
}
div.pagetop a:hover {}

footer {
	background-color: #673f35;
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 100%;
}
footer address {
	color: #fff;
	font-style: normal;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 25px 0px 0px;
	display: block;
	width: 1080px;
	height: 115px;
}
footer address span {
	font-size: 22px;
}
