@charset "shift_jis";
/* CSS Document */

/*ベース*/
body {
	background: #efefef;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.7;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #181878;
	text-decoration: none;
}
a:visited {
	color: #181878;
	text-decoration: none;
}
a:active {
	color: #181878;
	text-decoration: none;
}
a:hover {
	color: #3333FF;
	text-decoration: none;
}
p {
	margin: 20px 0;
}
#wp {
	width: 1200px;
	margin: 0 auto;
	border: 0;
	background: #ffffff;
	display: block;
}
/*header*/
header {
	padding: 20px 10px;
	font-size: 14px;
	line-height: 14px;
}
header img {
	margin-bottom: 5px;
}
/*navigation*/
nav {
	clear: both;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #7c808f;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
}
nav ul li.old{
	background:#DC0003;
}
nav ul li.new{
	background:#030ba4;
}
nav ul li a {
	color: #FFF !important;
	display: block;
	text-decoration: none;
}

nav ul li:hover, nav ul li a:hover {
	background: #b0b3c1;
	color: #FFF !important;
}
nav ul li.old a:hover{
	background:#FF0000 !important;
}
nav ul li.new a:hover{
	background:#212bfc !important;
}
nav ul li ul {
	position: absolute;
	top: 40px;
	width: 150px;
	z-index: 100;
}
nav ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 150px;
	height: 0;
	background: #666;
}
nav ul li ul li:hover, nav ul li ul li a:hover {
	background: #999;
}
nav ul li:hover ul li, nav ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 40px;
	z-index: 10;
}
nav * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*side navigation*/
#sidenavi {
	width: 240px;
	margin: 20px 0 20px 20px;
	padding: 0;
	float: left;
}

#sidenavi ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
#sidenavi ul li {
	padding: 0;
	margin: 0 0 10px 10px;
	list-style: none;
}
#sidenavi ul li ul li {
	padding: 0;
	margin: 0 0 10px 20px;
}

#sidenavi .ribbon_box {    
    display: block;
    position: relative;
    margin: 0 auto 15px 0;
    padding: 10px;
    background: #f1f1f1;
  }

#sidenavi .ribbon8 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 18px;
	line-height: 18px;
    color: white;
    background: #DC0003;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#sidenavi .ribbon8:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #af5354;
}

#sidenavi .ribbon9 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 18px;
	line-height: 18px;
    color: white;
    background: #030ba4;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#sidenavi .ribbon9:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #6081b7;
}
/*新品・中古ボタン*/
.stripe {
	font-size:28px;
	font-weight: normal;
	letter-spacing: .2em;
	display: inline-block;
	z-index: 1;
	padding: 16px 20px;
	width: 200px;
	overflow: hidden;
	text-align: center;
	background: rgb(255,0,0);
	color: #ffffff;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.stripe::before {
	z-index: -1;
	content: '';
	width: calc(200% + 40px);
	position: absolute;
	left: calc(-100% - 40px);
	height: 100%;
	display: block;
	top: 0;
	background: linear-gradient(135deg, rgba(255,0,0,1)55%, rgb(220,0,3) 55%);
	transition: .3s;
}
.stripe:hover::after {
	z-index: 1;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	color: #fff;
	background: linear-gradient(135deg, rgba(220,0,3,0) 50%, rgb(220,0,3) 50%);
}
.stripe:hover::before {
	left: 0;
}
.stripe2 {
	font-size:28px;
	font-weight: normal;
	letter-spacing: .2em;
	display: inline-block;
	z-index: 1;
	padding: 16px 20px;
	width: 200px;
	overflow: hidden;
	text-align: center;
	background: rgb(33,43,252);
	color: #ffffff;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.stripe2::before {
	z-index: -1;
	content: '';
	width: calc(200% + 40px);
	position: absolute;
	left: calc(-100% - 40px);
	height: 100%;
	display: block;
	top: 0;
	background: linear-gradient(135deg, rgba(33,43,252,1)55%, rgb(3,11,164) 55%);
	transition: .3s;
}
.stripe2:hover::after {
	z-index: 1;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	color: #fff;
	background: linear-gradient(135deg, rgba(3,11,164,0) 50%, rgb(3,11,164) 50%);
}
.stripe2:hover::before {
	left: 0;
}
/*section*/
section img {
	padding: 0 0 20px 20px;
	float: right;
}
/*footer*/
footer {
	background: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #7c808f;
}
/*main*/
section {
	background: #fff;
	padding: 20px;
}
h1 {
	font-size: 40px;
	color: #000;
	font-weight: 900;
}
.pr {
	font-size: 18px;
}
/*top key*/
#top_key {
	margin: 0;
	padding: 60px 0 0 10px;
	background: url(/img/key.png) no-repeat;
	height: 400px;
	display: block;
}
/*top service*/
#top_sv {
	margin: 0;
	padding: 20px;
	text-align: center;
}
#top_sv h1 {
	font-size: 40px;
	font-weight: 100;
	margin: 5px auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}
#top_sv p {
	font-size: 18px;
	text-align: center;
}
#top_sv .button #top_sv .box {
	width: 300px;
	display: block;
	padding: 0;
	margin: 0 40px;
	float: left;
	text-align: center;
}
#top_sv h3 {
	font-size: 19px;
	font-weight: 700;
	margin: 5px auto;
}
/*top navigation*/
#top_nav {
	margin: -7px 0 0 0;
	padding: 0 0 0 400px;
	background: url(/img/main_bg.png) no-repeat;
	height: 370px;
}
#top_nav .box {
	width: 225px;
	display: block;
	padding: 0;
	margin: 30px 30px auto auto;
	float: left;
	text-align: center;
}
#top_nav .box2 {
	width: 250px;
	display: block;
	padding: 0;
	margin: 30px 20px auto auto;
	float: left;
	text-align: center;
}
#top_nav h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 5px auto;
}
/*top navigation*/
#top_nav3 {
	margin: 0;
	padding: 0 0 0 450px;
	height: 370px;
	background: url(/img/main_bg.png) no-repeat;
}
#top_nav3 .button {
	background-color: #dadada;
	color: #fff;
	display: block;
	width: 200px;
	height: 145px;
	margin: 30px 20px 0 20px;
	float: left;
	padding: 0;
}
#top_nav3 .button:hover {
	background-color: #59b1eb;
}
/*top navigation2*/
#top_nav2 {
	margin: 30px auto;
	padding: 0;
	height: 60px;
	width: 680px;
}
#top_nav2 .button {
	background-color: #000066;
	color: #fff;
	display: block;
	width: 300px;
	font-size: 24px;
	margin: 0 20px;
	float: left;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
}
#top_nav2 .button:hover {
	background-color: #0000cc;
}
/*top footer comment*/
#top_f_comment {
	margin: 0;
	padding: 40px;
	text-align: center;
	color: #fff;
	background: url(/img/bg_owner.png) no-repeat;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 50px;
}
/*service point*/
#sv_point {
	margin: 0;
	padding: 20px;
	text-align: center;
}
#sv_point h1 {
	font-size: 40px;
	font-weight: 100;
	margin: 5px auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}
#sv_point p {
	font-size: 18px;
	text-align: center;
}
#sv_point .button #sv_point .box {
	width: 300px;
	display: block;
	padding: 0;
	margin: 0 40px;
	float: left;
	text-align: center;
}
#sv_point h3 {
	font-size: 19px;
	font-weight: 700;
	margin: 5px auto;
}
/*service 種類*/
#sv_estate_block {
	display: block;
	width: 1000px;
	background: url(/img/bg_sv.png) no-repeat bottom;
	margin: 0 auto;
	height: 420px;
	padding: 0 100px;
}
#sv_estate {
	display: block;
	width: 400px;
	background: #fff;
	padding: 20px;
	margin: 30px;
	float: left;
	font-size: 18px;
	text-align: center;
	height: 320px;
	opacity: 0.6;
}
#sv_estate h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 10px auto;
	text-align: center;
}
/**contact*/
#contact {
	margin: 0;
	padding: 40px 100px;
	text-align: left;
}
#contact_btn {
	background-color: #cc0000;
	color: #fff;
	display: block;
	width: 300px;
	font-size: 24px;
	margin: 40px auto;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
	clear: both;
}
a:hover #contact_btn {
	background-color: #FF0000;
}
#contact h1 {
	font-size: 40px;
	font-weight: 100;
	margin: 0 auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}
#contact h2 {
	width: 680px;
	font-size: 30px;
	font-weight: 100;
	border-bottom: 1px solid #666666;
	margin: 5px 30px 30px 0;
	color: #666666;
	line-height: 50px;
}
/*corporation*/
#corp {
	margin: 0;
	padding: 40px 100px;
	text-align: left;
}
#corp h1 {
	font-size: 40px;
	font-weight: 100;
	margin: 0 auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}
#corp h2 {
	width: 680px;
	font-size: 30px;
	font-weight: 100;
	border-bottom: 1px solid #666666;
	margin: 5px 30px 30px 0;
	color: #666666;
	line-height: 50px;
}
#corp table {
	width: 650px;
	margin: 30px 0;
}
#corp table th {
	padding: 10px;
	text-align: right;
}
#corp table td {
	padding: 10px;
}
/*運営*/
#unei {
	width: 800px;
	display: block;
	margin-left: 20px;
}
#unei .box {
	width: 232px;
	display: block;
	margin: 0 30px 25px 0;
	float: left;
	font-size: 12px;
	padding: 0;
	text-align: center;
	height: 245px;
}
#unei .box img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0;
	width: 230px;
}
#unei .box h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
/*フォーム*/
table.formTable th {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #f6efd9;
}
table.formTable td {
	padding: 10px;
	border-bottom: 1px solid #f6efd9;
}
.hissu {
	font-size: 12px;
	color: #FF0000;
}
.pa30 {
	padding-top: 30px;
}
/*main*/
div #main {
	margin: 20px 20px 20px 0;
	display: block;
	width: 900px;
	float: right;
	padding: 0;
}
div #main h2 {
	position: relative;
	color: #333333;
	background: #f1f1f1;
	line-height: 1.4;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
}
div #main h2.old {
	border-bottom: 5px solid #DC0003;
	background: #efefef;
}
div #main h2.new {
	border-bottom: 5px solid #030ba4;
	background: #efefef;
}
div #main h2:before {
	content: url("/img/mark01.png");
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}
div #main h3 {
	color: #333;
	border-left: 15px solid #99ccff;
	margin: 20px;
	padding:0 0 0 10px;
}
div #main p{
	margin:20px;
}
div #main p.small{
	font-size:12px;
	color:#666;
	text-align: right;
	margin-top: -10px;
}
div #main table{
	margin:20px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;

}
div #main table th{
	background: #fbf9f9;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 10px;
	text-align: left;
	width: 30%;

}
div #main table td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 10px;
	text-align: left;

}
div #main a.download{
	margin: 20px auto 20px 20px;
	-moz-box-shadow:inset 1px 1px 5px -2px #dcecfb;
	-webkit-box-shadow:inset 1px 1px 5px -2px #dcecfb;
	box-shadow:inset 1px 1px 5px -2px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:10px 40px 5px 40px;
	text-decoration:none;
}
div #main a.download:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
div #main a.download:active {
	position:relative;
	top:1px;
}
div #main a.download img{
	float: left;
	margin-right: 20px;
}

div #main iframe{
	margin-left: 20px;
}
/*category toppage*/
#category {
	margin: 0;
	padding: 20px;
	text-align: center;
	background: #e9edf5;
	overflow: auto;
}
#category h2 {
	font-size: 40px;
	font-weight: 100;
	margin: 5px auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}

#category div.box {
	width: 230px;
	background: #fff;
	float: left;
	margin: 20px;
	padding: 10px;
	font-size: 18px;
}
#category div.box img {
	margin-bottom: 10px;
}
/*category toppage中古*/
#category2 {
	margin: 0;
	padding: 20px;
	text-align: center;
	background:#fce7e7;
	overflow: auto;
}
#category2 h2 {
	font-size: 40px;
	font-weight: 100;
	margin: 5px auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
}

#category2 div.box {
	width: 230px;
	background: #fff;
	float: left;
	margin: 20px;
	padding: 10px;
	font-size: 18px;
}
#category2 div.box img {
	margin-bottom: 10px;
}
/*product list*/
#product {
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow: auto;
}
#product h2 {
	font-size: 40px;
	font-weight: 100;
	margin: 20px auto;
	color: #666666;
	line-height: 50px;
	text-align: center;
	display: block;
}

#product .list {
	background: #fff;
	margin: 10px 0 ;
	padding: 10px;
	border: 1px solid #eeeeee;
	height: 153px;
	display: block;
	text-align: left;
}
#product .list h3 {
	font-size: 24px;
	margin: 0 0 10px 10px;
	line-height: 24px;
	border-bottom: 2px solid #efefef;
	padding-bottom: 5px;
}
#product .list img {
	margin-right: 10px;
	float: left;
}
#product .list .ttl {
	font-size: 12px;
	margin: 0 10px 0 0;
	display: block;
	background: #666;
	padding: 2px 5px;
	float: left;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#product .list p {
	margin: 5px 0 0 0;
}
#product .list .detail {
	font-size: 12px;
	margin: 0 10px 0 0;
	display: block;
	background: #003366;
	padding: 2px 5px;
	float: right;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#product #detail_box {
	margin: 20px;
	display: block;
}


/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	width: 860px;
	margin: 20px auto;
}
/*全サムネイルのコンテナー*/
#thumbs {
	margin: 0.5%;
}
/*サムネイルの幅、ポインターを手のひら*/
#thumbs label img {
	width: 9%;
	cursor: pointer;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10{
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
.photo img {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img, #r6:checked ~ #photo6 img, #r7:checked ~ #photo7 img, #r8:checked ~ #photo8 img, #r9:checked ~ #photo9 img, #r10:checked ~ #photo10 img {
	opacity: 1;
}
/*お問い合わせボタン*/
.rectangle{
  color:#fff;
  background: #a3b1d4;
  position: relative;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
font-size: 20px;
letter-spacing: 0.5em;
	margin: 0 auto 20px 250px;
}
.rectangle::before{
  opacity: 0;
  position: absolute;
  content: '';
  display: block;
  border:1px solid  #ffffff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  transition: .3s;
}
.rectangle:hover::before{
  opacity: 1;
}
.rectangle:active::before{
  border-style: dashed;
}
.rectangle:active::before{
  border-style: double;
  border-width: 4px;
}
