@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
	
}

.container{
    width: 100%;
	background-image:url("../image/bg/lundumbg.jpg");
	background-attachment: fixed;
	margin-bottom: -100px;
	background-size: contain;

}

#wrapper{
	width:100%;
	overflow: hidden;
	
}

#menu {
  text-align: center;
  background-color:rgba(0,0,0,0.77);
  color: #fff;
  height: 10%px;
  line-height: 50px;
 padding:1rem 0rem;
	z-index: 2000;
}

#menu h1{
	line-height: normal;
	font-size: 1.8rem;
	font-weight: 200;
	white-space: nowrap;
}

@media(max-width:1000px){
	#menu h1{
	line-height: normal;
	font-size: 1rem;
	font-weight: 200;
}
}


.h100{
  height: 100px;
}

/*------------------------------------------------------------------------------*/
/*menu**/
/*-------------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
/*body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	letter-spacing : 0.2em;
}*/
header {
	/*padding: 30px 4% 10px;
	position: fixed;
	top: 0;*/
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 0 25px;
}
h1 {
	margin: 0; padding: 0;
	font-size: 20px;
}
a {	
	text-decoration: none;
	color: #fff;
}




nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
header li {
	margin: 0 0 0 1px;
	font-size: 14px;
	font-weight: bolder;
	line-height:100%;
	white-space: nowrap;
}

header li :hover{
	color:rgba(147,147,147,1.00);
}



li {
	margin: 0 0 0 20px;
	font-size: 14px;

}
.main-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1000vh;
	
}
h2 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.sp-nav {
	display: none;
}

@media screen and (max-width: 1000px) {
	/*ハンバーガーメニュー*/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		width: 100%;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
	}
	#hamburger {
		position: relative;
		display: block;
		width: 30px;
		height: 25px;
		margin: 0 0 0 auto;
	}
	#hamburger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: translateY(-50%);
	}
	#hamburger::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	#hamburger::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 2px;
		background-color: #fff;
	}
	/*スマホメニュー*/
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
	}
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}
	.sp-nav li a, .sp-nav li span {
		display: block;
		padding: 20px 0;
	}
	/*-閉じるアイコンー*/
	.sp-nav .close {
		position: relative;
		padding-left: 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.main-visual {
		padding: 0 4%;
	}
	h2 {
		line-height: 1.6;
		text-align: center;
	}
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.brunk{
	width:100%;
	padding:0;
}

.brunk img{
	display: inline-block;
	
}



.copycase{
	width:100%;
	position: absolute;
	top:40%;
	z-index: 800;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-color:rgba(0,0,0,0.44);
	
}

.copycase h1{
	text-align: center;
	font-size: 4rem;
	color:#FFF;
	text-shadow: 2px 2px 3px #353434;
}

.copycase p{
	text-align: center;
	font-size: 1.3rem;
	color:#fff;
	text-shadow: 2px 2px 3px #353434;
	width:100%
}

@media(max-width:1000px){
	.copycase{
	width:100%;
	position: absolute;
	top:30%;
	z-index: 800;
}

.copycase h1{
	text-align: center;
	font-size: 2rem;
	color:#FFF;
	text-shadow: 2px 2px 3px #353434;
}

.copycase p{
	text-align: center;
	font-size: 1.1rem;
	color:#fff;
	text-shadow: 2px 2px 3px #353434;
	/*margin: 0 100px;*/
}
	
}



/*footer*/
#footer{
	width:100%;
	position: relative;
	bottom: 0px;
	padding:0px 0 0 0;
	margin:0 auto;
	overflow: hidden;
	font-size:0.8rem;
	background-color:#333333;
}

.f-nav{
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

@media(max-width:1000px){
	.f-nav{
	 display:contents;
    
}
}


.f-nav dl{
	
	
	line-height: 1.8rem;
	vertical-align: top
	
}
.f-inner{
	padding:5%
}

.f-inner dt{
	border-bottom:solid #FFF 1px;
	line-height: 2rem;
	color:#FFF;
}


.tel-area{
	color:#FFF;
	width:150px;
	display: inline-block;
	vertical-align: top
}

.p1{
	color:#fff;
	width:380px;
	display:inline-block;
}

.copyright{
	color:#FFF;
}

.f-inner dt a:hover{
	color:#737272;
}

.address-area{
	width:350px;
	display:inline-block;
}

.f-inner dd a:hover{
	color:#737272;
}

.logo{
	width:200px;
	display:inline-block;
	vertical-align: top
}

.f-bottom{
	margin:20px 0 0 0;
}

.sns img{
	width:100%;
	display:inline-block;
}

.copyright{
	text-align: center;
	padding:2%;
	background-color:#000;
}

#catche{
	width:100%;
	overflow: hidden;
}

.catchebox{
    width: 100%;
    padding:100px 0 100px 0;
	margin:0 auto;
  
    background-color: #E50C10;
}




.contents01{
	width:45%;
	margin:40px 10px 10px 10px;
	padding:25px;
	background-color: #A9B2B9;
}

@media(max-width:1000px){
	.contents01{
	width:93%;
	margin:50px auto;
	padding:25px;
	background-color: #A9B2B9;
}
}

.contents02{
	width:80%;
	margin:5% auto;
	padding:25px;
	background-color: #A9B2B9;
	background-image: url("../image/officeshop/Set-of-Poison-Ivy-Plant.jpg");
}

.contents03{
	width:91%;
	margin:5% auto;
	padding:40px 40px 100px;
	background-color: #FFF;
	
}

.contentsline{
	width:49.7%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: 800px;
	background-color:#FFF;
	padding:2%;
	overflow: hidden;
}

.contentsline2{
	width:100%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	padding: 5%;
	background-color:#FFF;
	overflow: hidden;
	
}

@media(max-width:1000px){
	.contentsline2{
		background-image:none;
	}
}

.contentsline ul{
	display: block;
	list-style-type: circle;
	line-height: 1rem;
}

.contentsline li{
	line-height: 2rem;
}

.contentsline02{
	width:100%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	background-color:#FFF;
	
	
	padding:2%;
	overflow: hidden;
}

.contentsline03{
	width:48%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	background-color:#FFF;
	padding:2%;
	overflow: hidden;
}

@media(max-width:1000px){
	.contentsline03{
		width:100%;}
}

.imagebox{
	width:100%;
	overflow: hidden;
}
.imagebox img{
	width:100%;
}

.contentsline p{
	color:#4D4B4B;
	font-size:1.0rem;
	margin-bottom: 10px
}
.contentsline h2{
	color:#4D4B4B;
	font-size:1.4rem;
	font-weight: bold;
	border-bottom: solid 1px ;
	margin-bottom: 10px;
	
}

.contentsline2 h2{
	color:#4D4B4B;
	font-size:1.4rem;
	font-weight: bold;
	border-bottom: solid 1px ;
	margin-bottom: 10px;
	
}


@media(max-width:1200px){
	.contentsline{
		width:100%;
		margin:3% auto;
		height: auto;
	}
}

@media(max-width:1200px){
	.contentsline2{
		width:100%;
		margin:3% auto;
		height: auto;
	}
}


.contentstitle{
	width:100%;
	padding:2%;
	margin:0% auto 1%;
	color:#FFF;
	
}

.contentstitle h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color:#FFF;
	font-size: 1.6rem;
	
	
	
}

.contentstitle h1 {
    position: relative;
    padding: .25em 0 .5em .75em;
    width: auto;
	
  
}
.contentstitle h1::after {
  position: absolute;
  left: 0;
  bottom:10px;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #FFF;
}


@media(max-width:1000px){
.contentstitle{
	width:100%;
}
}


.contentstitle2{
	width:100%;
	padding:2%;
	margin:0% auto 1%;
	color:#FFF;
	background-color:#827B68;
	
}

.contentstitle2 h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color:#FFF;
	font-size: 1.6rem;
	
	
	
}

.contentstitle2 h1 {
    position: relative;
    padding: .25em 0 .5em .75em;
    width: auto;
  
}
.contentstitle2 h1::after {
  position: absolute;
  left: 0;
  bottom:10px;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #FFF;
}


@media(max-width:1000px){
.contentstitle2{
	width:100%;
}
}










.title{
	display: inline-block;
	
	float: right;
}

@media(max-width:1000px){
	.title img{
		width:80%;
	}
}

table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
width:100%;
	margin-bottom:5%;
	
}
table a{
	color:#000;
}


table thead th,
table tbody th,
table tbody td {
  padding: .3% 5%;
  border-bottom: 1px solid #aaa;
}
table thead th {
    background-color: #464646;
    color: rgba(255,255,255,1.00)
}
table tbody th {
  background-color: #eee;
width:32%;
}
table thead th + th,
table tbody td {
  border-left: 1px solid #aaa;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}


#mapbox{
    padding: 1%;
    margin:2%;
    border: solid 1px rgba(70,67,67,1.00);
    border-radius: 12px;
	margin-top:25px;
}
.icon img{
width:18%;	
}

#mapbox2{
    padding: 1%;
    margin:2%;
    border: solid 1px rgba(70,67,67,1.00);
    border-radius: 12px;
	margin-top:25px;
}
.icon img{
width:18%;	
}

#anc{
	margin-top:-100px;
	padding-top:100px;
}


.sidebotton
{
	
  position: fixed;
  bottom: 5%; 
  right: 0px;
  padding: 50px 25px 50px 25px;
	background-color:rgba(6,48,247,0.33);
	z-index: 800;
	color: #FFF;
	border-radius: 5px 0px 0px 5px; /* 左上・右上・右下・左下 */
	border:solid 1px;
	text-align: right;
	
-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: bolder;

}

@media(max-width:650px){
	.sidebotton
	{
		  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
		padding: 10px 25px 10px 10px;
	}
}

.sidebotton a{
	color:#FFF;
}
.sidebotton:hover{
	background-color:rgba(255,130,21,0.52);
}


.sidebotton a:hover {
    color: orange;
    text-decoration: underline;
}

.topnec{
	width:100%;
	padding:3%;
	background-color:#6F3D27;
	text-align: center
}

.topnecin{
	width:100%;
	margin: 0 auto;
}

.lineinfo{
	display:inline-block;
	width:27%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#FFF;
	vertical-align: top;
	text-align: center;
}

@media(max-width:1000px){
	
	.lineinfo{
		vertical-align: top;
		width:100%;
	}
		
	.lineinfo h2{
		font-size:1.5rem;
	}
	.topnecin{
	width:100%;	
}

#howto{
	margin-top:-100px;
	padding-top:100px;
	
}

#property{
	margin-top:-100px;
	padding-top:100px;
}
}

/*間取り図*/

.planbox{
	width:100%;
	overflow: hidden;
}

.planbox img{
	width:100%;
}

.cwrapper{
    display:flex;
    justify-content:center;	
}

@media(max-width:1000px){
	.cwrapper{
	 display:block;
	
}
}

.slider{
	margin:0 auto;
}
