@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;
	
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


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

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

#menu {
	text-align: center;
	background-color:#000000;
	color: #fff;
	height: 75px;
	line-height: 50px;
	padding:1.5rem 0;
	z-index: 2;
}

#menu h1{
	line-height: normal;
	font-size: 1rem
}

/*p{
  text-align: center;
  font-size: 3rem;
  color: #f49542;
}*/
.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 20px;
	font-size: 14px;
	font-weight: bolder;
	line-height:100%;
}
li {
	margin: 0 0 0 20px;
	font-size: 14px;

}

/*250627AKA*/
.topnec ul{justify-content: space-evenly;}
.linename{font-size: 14px;}
.stationname{font-size: 24px;}
@media screen and (max-width:600px){
.topnec ul{display: block;margin:0;}
.topnec ul li{margin: 0;}
}


.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: 640px) {
	/*ハンバーガーメニュー*/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 1;
		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:10px 0 0 25px;
}

.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: 3rem;
	color:#FFF;
	padding: 40px 0 0 0;
	text-shadow: 2px 2px 3px #353434;
}

.copycase p{
	text-align: center;
	font-size: 1.1rem;
	color:#fff;
	padding-bottom: 40px;
	text-shadow: 2px 2px 3px #353434;
}

@media(max-width:1000px){
	.copycase{
		width:100%;
		position: absolute;
		top:10%;
		z-index: 800;
	}
	.copycase h1{
		text-align: center;
		font-size: 2rem;
		color:#FFF;
		text-shadow: 2px 2px 3px #353434;
		padding: 20px 0 0 0;
	}
	.copycase p{
		text-align: center;
		font-size: 1.1rem;
		color:#fff;
		text-shadow: 2px 2px 3px #353434;
		padding: 0;
	}
}

/*ーーーーーーーーーーーーーーーー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 dl {
  width: 260px;
  float: left;
  margin-right: 20px;
}
.f-nav dl:last-child {
  margin-right: 0;
}
.f-inner {
  padding: 40px 0 45px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.f-inner dt {
  border-top: solid #939393 1px;
  line-height: 1.5;
  padding: 22px 0 8px;
  margin-top: 10px;
}
.f-inner dd {
  padding: 0 0 10px 0;
}
.tel-area {
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  width: 120%;
}
.p1 {
  color: #fff;
  width: 500px;
  display: inline-block;
  line-height: 1.5;
}
.copyright {
  color: #FFF;
}
.f-inner dt a, .f-inner dd a {
  letter-spacing: 0.2px;
  color: #ABABAB;
}
.f-inner dt a:hover {
  color: #fff;
}
.f-inner dd a:hover {
  color: #fff;
}
.yobi, .yobi dt {
  line-height: 1.5rem;
  padding: 10px 0;
}
.address-area {
  width: 350px;
  display: inline-block;
}
.logo {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
.f-bottom {
  max-width: 1100px;
  width: 100%;
  margin: 40px 0 0 0;
  display: inline-flex;
  padding: 40px 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.sns {
  margin: 0 0 0 auto;
  display: flex;
}
.sns img {
  height: 14px;
  width: 100%;
  display: inline-block;
}

i{
	color: #FFFFFF;
	font-size: 1.5em;
}
.copyright {
  text-align: center;
  padding: 2%;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .f-inner {
    width: 67%;
  }
  .f-bottom {
    display: inline-block;
    width: 100%;
  }
  .f-inner dt {
    line-height: 2;
  }
  .f-inner dt {
    padding: 10px 0 0;
  }
  .address-area p {
    padding: 10px 0 0;
  }
  .sns {
    padding: 20px 0 0;
  }
  .sns li {
    padding: 0;
    margin: 0 20px 0 0;
  }
	

  .tel-area {
    width: 100%;
  }
}
footer .f-bottom .left-area .address-area .tel-area .tel {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin: 0 30px 0 0;
}
footer .f-bottom .left-area .address-area .tel-area .fax {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
@media(max-width:680px) {
  footer .f-bottom .left-area .address-area .tel-area .tel {
    font-size: 30px;
	  margin: 0;
  }
  footer .f-bottom .left-area .address-area .tel-area .fax {
    font-size: 20px;
    display: block;
  }
  #footer {
    font-size: 1.0rem;
  }
  .logo {
    padding: 20px 0;
  }
  .logo a img {
    width: 200px;
    height: auto;
  }
  .sns img {
    height: 20px;
  }
	
	.tel{
		width: 100%;
	}
}
/*ーーーーーーーーーーーーーーーーfooterここまでーーーーーーーーーーーーーーーーーーーーーーーーー*/




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




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

@media(max-width:1000px){
	.contents01{
	width:100%;
	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:97%;
	max-width: 1200px;
	margin:2% auto 5%;
	padding:25px 25px 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;
	background-color:#FFF;
	padding: 5%;
	overflow: hidden;
	text-align: justify;
}

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

.contentsline2 img{
	width: 100%;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.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;
	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
}

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

.contentsline2 p{
	font-size: 15px;
	margin: 20px 0 0 0;
}

@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 p{
	padding-left: 1.2rem;
}

@media(max-width:1200px){
	.contentstitle{
		text-align: center;
		width:100%;
	}
	
	.contentstitle p{
		padding-left: 0;
	}
}

.contentstitle h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color:#FFF;
	font-size: 1.6rem;
	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:1200px){
	.contentstitle h1{
		line-height: 1.2;
		margin-bottom: 20px;
	}
}

.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);
	height: 40px;
}
table tbody th {
  background-color: #eee;
width:30%;
}
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%;
	/*max-width:1200px;250627AKA*/
	padding:3%;
	background-color:#333;
	padding-top: 50px;/*250627AKA*/
}

.topnec ul{
	width:80%;
	margin: 0 auto;
}

.topnec li{
	display:inline-block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#FFF;
}

@media(max-width:1000px){
.topnec ul{
	width:100%;
	margin: 20px 0 0 0;
	}
.topnec li{
	vertical-align: top;
	width:100%;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 0;
	}
.stationname{
	font-size:1.5rem;
	}
}

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

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

/*間取り図*/

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

.planbox img{
	width:100%;
}

.cwrapper{
	margin: 0 auto;
	max-width: 1270px;
	padding: 50px 0 0 0;
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	
}

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

.bxslider li{
	margin: 0;
	padding: 0;
}
.list-title {
	width: 100%;
	text-align: center;
}
#wrapper_red .bx-wrapper .bx-viewport {
	margin-bottom: 10px;
}